@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

.tenmetsu {
  animation: tenm 1.5s infinite;
}

@keyframes tenm {
  50% {
    opacity: 0;
  }
}
@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

figure.img_main {
  position: relative;
  top: 0;
  left: 0;
}
figure.img_main .img_caption {
  position: absolute;
  bottom: 12px;
  right: 24px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  figure.img_main .img_caption {
    bottom: 8px;
    right: 6px;
  }
}
figure.img_main .img_caption.img_caption--wh {
  color: #fff;
}

/**scss共通ここまで***/
#section01 {
  position: relative;
  width: 100%;
  z-index: 15;
  background-color: #002437;
  margin-top: -84px;
}
@media screen and (max-width:800px) {
  #section01 {
    margin-top: 0;
  }
}
#section01 .text_box {
  position: absolute;
  bottom: 54px;
  left: 93px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .text_box {
    bottom: 9vw;
    left: 6vw;
  }
}
#section01 .text_box .main_copy {
  width: 340px;
  padding-left: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width:800px) {
  #section01 .text_box .main_copy {
    width: 65vw;
    padding-left: 1vw;
    margin-bottom: 4vw;
  }
}
#section01 .text_box .sub_copy {
  line-height: 2.7em;
  letter-spacing: 0.01em;
}
@media screen and (max-width:800px) {
  #section01 .text_box .sub_copy {
    font-size: 3.2vw;
    line-height: 3em;
  }
}

#section02 {
  width: 100%;
  background-color: #002437;
  padding: 90px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 45px 0;
  }
}
#section02 h2 {
  width: 416px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    width: 85%;
  }
}

#section03 {
  position: relative;
}
#section03 figure.base {
  position: relative;
}
#section03 .intextbox {
  width: 90%;
  position: absolute;
  bottom: 35px;
  left: 40px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section03 .intextbox {
    bottom: 4vw;
    left: 5vw;
  }
}

.ttls {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ttls i {
  width: 1.5em;
  transform: translate(0, 5%);
}
@media screen and (max-width:800px) {
  .ttls i {
    transform: translate(0, -5%);
  }
}
.ttls .txts {
  width: calc(100% - 3em);
  line-height: 140%;
  margin-left: 0.25em;
}

.ttls2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.ttls2 i {
  width: 1.5em;
  transform: translate(0, 5%);
}
@media screen and (max-width:800px) {
  .ttls2 i {
    transform: translate(0, -5%);
  }
}
.ttls2 .txts {
  display: inline-block;
  line-height: 140%;
  margin-left: 0.25em;
}
.ttls2 .base_text {
  letter-spacing: 0em;
  margin-left: 0.5em;
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  .ttls2 .base_text {
    width: 100%;
  }
}

.ttls3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ttls3 i {
  width: 1.5em;
  transform: translate(0, 5%);
}
@media screen and (max-width:800px) {
  .ttls3 i {
    transform: translate(0, -5%);
  }
}
.ttls3 .txts {
  width: calc(100% - 3em);
  line-height: 140%;
  margin-left: 0.25em;
}

#section04 {
  width: 100%;
  background-color: #fff;
  padding: 110px 0 55px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 50px 0 30px 0;
  }
}
#section04 h2.imgs {
  width: 52.5%;
  max-width: 210px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 h2.imgs {
    max-width: 300px;
  }
}
#section04 .base_text {
  text-align: center;
  margin-top: 1.25em;
}

#section05 {
  width: 100%;
}
#section05 .section__in {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}
#section05 .photos {
  width: 100%;
}
#section05 .photos figure {
  width: 110%;
  margin-left: -20%;
  margin-right: 20%;
}
#section05 .textbox {
  width: 100%;
  margin-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section05 .textbox {
    margin-top: 1em;
  }
}
#section05 .incolumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox {
    margin-top: 30px;
  }
}
#section05 .incolumbox .left {
  width: 32.8%;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #section05 .incolumbox .left figure {
    width: 52%;
    margin-left: -7%;
  }
  #section05 .incolumbox .left .txts {
    width: 100%;
    margin-right: -3em;
  }
  #section05 .incolumbox .left .base_text {
    padding-top: 0.5em;
  }
}
#section05 .incolumbox .left .text {
  width: 100%;
  margin-top: 0.25em;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox .left .text {
    width: 50%;
  }
}
#section05 .incolumbox .right {
  width: 62.5%;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox .right {
    width: 100%;
    margin-top: 5vw;
  }
}
#section05 .incolumbox .right figure {
  width: 125%;
  margin-left: 0;
  margin-right: -25%;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox .right figure {
    width: 110%;
    margin-left: 0;
    margin-right: -10%;
  }
}
#section05 .incolumbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox2 {
    margin-top: 30px;
  }
}
#section05 .incolumbox2 .left {
  width: 35%;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox2 .left {
    width: 90%;
    order: 2;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
#section05 .incolumbox2 .left .img01 {
  width: 75%;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox2 .left .img01 {
    width: 47.5%;
    margin: 0 auto 0 0;
  }
}
#section05 .incolumbox2 .left .img02 {
  width: 60%;
  margin: 40px auto 0 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox2 .left .img02 {
    width: 47.5%;
    margin: 0px 0 0 auto;
  }
}
#section05 .incolumbox2 .left figcaption {
  position: absolute;
  z-index: 10;
  color: #fff;
  bottom: 8px;
  right: 8px;
}
#section05 .incolumbox2 .right {
  width: 59.2%;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox2 .right {
    width: 100%;
    margin-bottom: 5vw;
    order: 1;
  }
}
#section05 .incolumbox3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox3 {
    margin-top: 30px;
  }
}
#section05 .incolumbox3 .left {
  width: 32.8%;
}
#section05 .incolumbox3 .left figure {
  position: relative;
}
#section05 .incolumbox3 .left figcaption {
  position: absolute;
  z-index: 10;
  color: #fff;
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox3 .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #section05 .incolumbox3 .left figure {
    width: 52%;
    margin-left: -7%;
    position: relative;
  }
}
@media screen and (max-width:800px) and (max-width:800px) {
  #section05 .incolumbox3 .left figure {
    width: 100%;
    margin: 7.5vw auto 0 auto;
  }
}
@media screen and (max-width:800px) {
  #section05 .incolumbox3 .left .txts {
    width: 100%;
    margin-right: -3em;
  }
  #section05 .incolumbox3 .left .base_text {
    padding-top: 0.5em;
  }
}
#section05 .incolumbox3 .left .text {
  width: 100%;
  margin-top: 0.25em;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox3 .left .text {
    margin-top: 0.75em;
    width: 100%;
  }
}
#section05 .incolumbox3 .right {
  width: 62.5%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox3 .right {
    width: 80%;
    margin-top: 5vw;
    margin-left: auto;
  }
}
#section05 .incolumbox3 .right figure {
  width: 100%;
  margin-left: 0;
  margin-right: 0%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox3 .right figure {
    width: 110%;
    margin-left: 0;
    margin-right: -10%;
  }
}
#section05 .incolumbox3 .right .text {
  width: 100%;
  margin-top: 0.25em;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox3 .right .text {
    margin-top: 0.75em;
    width: 65%;
    margin-left: auto;
  }
}
#section05 .incolumbox3 .right .moreimg {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 0;
  transform: translate(20%, 75%);
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section05 .incolumbox3 .right .moreimg {
    width: 60%;
    bottom: 0;
    right: 100%;
    transform: translate(45%, 80%);
  }
}
#section05 .incolumbox3 .right .moreimg figcaption {
  position: absolute;
  z-index: 10;
  color: #fff;
  bottom: 8px;
  right: 8px;
}

#section06 {
  width: 100%;
  background-color: #fff;
  margin-top: 260px;
  padding: 0px 0 55px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section06 {
    margin-top: 25vw;
    padding: 0px 0 30px 0;
  }
}
#section06 h2.imgs {
  width: 52.5%;
  max-width: 210px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06 h2.imgs {
    max-width: 300px;
  }
}
#section06 .base_text {
  text-align: center;
  margin-top: 1.25em;
}

#section07 {
  width: 100%;
}
#section07 .section__in {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}
#section07 ul.list01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section07 ul.list01 li {
  width: 30.2%;
  margin-bottom: 90px;
}
@media screen and (max-width:800px) {
  #section07 ul.list01 li {
    margin-bottom: 10vw;
    width: 100%;
  }
}
#section07 ul.list01 li.long {
  width: 65.2%;
}
@media screen and (max-width:800px) {
  #section07 ul.list01 li.long {
    display: none;
  }
}
#section07 ul.list01 li.mini {
  padding-top: 100px;
}
@media screen and (max-width:800px) {
  #section07 ul.list01 li.mini {
    padding-top: 0px;
  }
}
#section07 ul.list01 li .text {
  margin-top: 0.25em;
}
@media screen and (max-width:800px) {
  #section07 ul.list01 li .text {
    margin-top: 0.75em;
  }
}
#section07 ul.list01 li figure {
  position: relative;
}
#section07 ul.list01 li figure figcaption {
  position: absolute;
  z-index: 10;
  color: #fff;
  bottom: 8px;
  right: 8px;
}

#section08 {
  width: 100%;
  background-color: #fff;
  margin-top: 100px;
  padding: 0px 0 55px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section08 {
    margin-top: 15vw;
    padding: 0px 0 30px 0;
  }
}
#section08 h2.imgs {
  width: 75%;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section08 h2.imgs {
    max-width: 300px;
  }
}
#section08 .base_text {
  text-align: center;
  margin-top: 1.25em;
}

#section09 {
  width: 100%;
  padding-bottom: 100px;
}
#section09 .section__in {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}
#section09 .bigp {
  width: 100%;
}
#section09 .clumbox {
  width: 100%;
  max-width: 820px;
  margin: 90px auto 90px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section09 .clumbox {
    margin: 45px auto;
    width: 80%;
  }
}
#section09 .clumbox .zu {
  width: 52%;
}
@media screen and (max-width:800px) {
  #section09 .clumbox .zu {
    width: 90%;
    margin: 0 0 0 auto;
    order: 2;
  }
}
#section09 .clumbox .text {
  width: 45%;
}
@media screen and (max-width:800px) {
  #section09 .clumbox .text {
    width: 110%;
    margin-bottom: 7.5vw;
    order: 1;
    margin-right: -10%;
  }
}
#section09 .clumbox .text .ttls {
  font-weight: 500;
  margin-bottom: 0.75em;
}
#section09 .clumbox .text .base_text {
  line-height: 180%;
}
#section09 .attentions {
  width: 100%;
  line-height: 140%;
}/*# sourceMappingURL=common_page.css.map */