@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%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  -webkit-animation: Flash1 1s infinite;
          animation: Flash1 1s infinite;
  -webkit-animation: beyooon_a 1s forwards;
          animation: beyooon_a 1s forwards;
  -webkit-animation: beyooon_b 1s forwards;
          animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 72, 110)), to(rgb(0, 120, 155)));
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

.tenmetsu {
  -webkit-animation: tenm 1.5s infinite;
          animation: tenm 1.5s infinite;
}

@-webkit-keyframes tenm {
  50% {
    opacity: 0;
  }
}

@keyframes tenm {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1.22);
            transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  88% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1.22);
            transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  88% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@-webkit-keyframes beyooon_b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  16% {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }
  28% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  44% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  59% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  73% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  16% {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }
  28% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  44% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  59% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  73% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            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: 224px;
  right: 42px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .text_box {
    top: 2vw;
    left: 6vw;
  }
}
#section01 .text_box .main_copy {
  width: 100%;
  padding-left: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width:800px) {
  #section01 .text_box .main_copy {
    width: 90vw;
    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 {
    width: 90vw;
    font-size: 3.2vw;
    line-height: 3em;
  }
}

#section02 {
  width: 100%;
  background-color: #002437;
  padding: 95px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 52px 0;
  }
}
#section02 h2 {
  width: 196px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    width: 37%;
  }
}

@media screen and (max-width:800px) {
  .f22res {
    font-size: 5vw;
  }
}
#section03 {
  position: relative;
  padding: 104px 0 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 37px 0 0;
  }
}
#section03 figure.base {
  position: relative;
}
#section03 .section__in {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
#section03 h2 {
  text-align: center;
}
#section03 h2 img {
  width: auto;
  height: 24px;
}
@media screen and (max-width:800px) {
  #section03 h2 img {
    height: 18px;
  }
}
#section03 .block.block_01 {
  margin-top: 56px;
}
@media screen and (max-width:800px) {
  #section03 .block.block_01 {
    margin-top: 33px;
  }
}
#section03 .block.block_01 .block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section03 .block.block_01 .block_list li {
  width: 14.8%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03 .block.block_01 .block_list li {
    margin-top: 8px;
  }
  #section03 .block.block_01 .block_list li:first-child, #section03 .block.block_01 .block_list li:nth-child(2), #section03 .block.block_01 .block_list li:nth-child(3) {
    margin-top: 0;
  }
}
#section03 .block.block_01 .block_list li.mb {
  margin-bottom: 13px;
}
@media screen and (max-width:800px) {
  #section03 .block.block_01 .block_list li.mb {
    margin-bottom: 0;
  }
}
@media screen and (max-width:800px) {
  #section03 .block.block_01 .block_list li {
    width: 30%;
  }
}
#section03 .block.block_01 .text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width:800px) {
  #section03 .block.block_01 .text_area {
    display: block;
    margin-top: 23px;
  }
}
#section03 .block.block_01 .text_area .title_area {
  width: 40%;
  margin-top: 0;
}
@media screen and (max-width:800px) {
  #section03 .block.block_01 .text_area .title_area {
    width: 100%;
  }
}
#section03 .block.block_01 .text_area .block_list {
  width: 55.5%;
}
@media screen and (max-width:800px) {
  #section03 .block.block_01 .text_area .block_list {
    width: 100%;
    margin-top: 35px;
  }
}
@media screen and (max-width:800px) {
  #section03 .block.block_02 {
    margin-bottom: 46px;
  }
}
#section03 .block.block_02 .title_area {
  border-right: 0.01em solid #000;
}
#section03 .block .title_area {
  text-align: center;
  margin-top: 16px;
}
#section03 .block .title_area .block_title_eng {
  line-height: 1em;
}
#section03 .block .title_area .block_title_eng img {
  width: auto;
  height: 12px;
}
#section03 .block .title_area .block_title {
  margin-top: 4px;
}
@media screen and (max-width:800px) {
  #section03 .block .title_area .block_title {
    margin-top: 10px;
  }
}
#section03 .block .title_area .block_text {
  margin-top: 12px;
}
@media screen and (max-width:800px) {
  #section03 .block .title_area .block_text {
    line-height: 2em;
  }
}
#section03 .block_wrap {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section03 .block_wrap {
    display: block;
    margin-top: 25px;
  }
}
#section03 .block_wrap .title_area {
  margin-top: 26px;
}
#section03 .block_bg {
  background: rgba(3, 36, 54, 0.07);
  margin-top: 27px;
  padding: 50px 0 58px;
}
@media screen and (max-width:800px) {
  #section03 .block_bg {
    padding: 37px 0 28px;
  }
}
#section03 .block_bg .section__in {
  max-width: 970px;
}
#section03 .block_bg .block_04 .title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .title_block {
    display: block;
  }
}
#section03 .block_bg .block_04 .title_block .title_img {
  width: 18.5%;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .title_block .title_img {
    width: 75%;
    margin: 0 auto;
  }
}
#section03 .block_bg .block_04 .title_block .title_text {
  width: 78%;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .title_block .title_text {
    width: 100%;
    text-align: center;
    margin-top: 23px;
    line-height: 1.9em;
  }
  #section03 .block_bg .block_04 .title_block .title_text.f20res {
    font-size: 3.4vw;
  }
}
#section03 .block_bg .block_04 .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .box_wrap {
    display: block;
  }
}
#section03 .block_bg .block_04 .box_wrap .box_his {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 0.01em solid #000;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .box_wrap .box_his {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 0.01em solid #000;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
#section03 .block_bg .block_04 .box_wrap .box_his dt {
  width: 40%;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .box_wrap .box_his dt {
    width: 100%;
  }
}
#section03 .block_bg .block_04 .box_wrap .box_his dd {
  width: 56%;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .box_wrap .box_his dd {
    width: 100%;
    margin-top: 9px;
  }
}
#section03 .block_bg .block_04 .box_wrap .box_auth {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .box_wrap .box_auth {
    width: 100%;
  }
}
#section03 .block_bg .block_04 .box_wrap .box_auth .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .box_wrap .box_auth .text_wrap {
    display: block;
  }
}
#section03 .block_bg .block_04 .box_wrap .box_auth .text_wrap .block_name {
  width: 38%;
  line-height: 1em;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .box_wrap .box_auth .text_wrap .block_name {
    width: 100%;
  }
  #section03 .block_bg .block_04 .box_wrap .box_auth .text_wrap .block_name .f10res {
    font-size: 3vw;
  }
  #section03 .block_bg .block_04 .box_wrap .box_auth .text_wrap .block_name.f18res {
    font-size: 4.8vw;
  }
}
#section03 .block_bg .block_04 .box_wrap .box_auth .text_wrap .block_text {
  width: 61%;
}
@media screen and (max-width:800px) {
  #section03 .block_bg .block_04 .box_wrap .box_auth .text_wrap .block_text {
    width: 100%;
  }
  #section03 .block_bg .block_04 .box_wrap .box_auth .text_wrap .block_text.f10res {
    margin-top: 10px;
    font-size: 3.4vw;
  }
}

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

#section04 {
  width: 100%;
  background: url(../images/design/faced_bg.png) no-repeat right bottom/960px auto;
  background-color: #002437;
  padding: 86px 0 145px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 39px 0 50px 0;
    background: none;
    background-color: #002437;
  }
  #section04 .bg_img {
    margin-top: 10px;
  }
}
#section04 h2 {
  text-align: center;
}
#section04 h2 img {
  width: auto;
  height: 24px;
}
@media screen and (max-width:800px) {
  #section04 h2 img {
    height: 18px;
  }
}
#section04 .base_text {
  text-align: center;
  margin-top: 1.25em;
}
#section04 .section__in {
  width: 90%;
  max-width: 1036px;
  margin: 0 auto;
}
#section04 .section__in .content_wrap {
  max-width: 480px;
  text-align: center;
  color: #fff;
  margin-top: 76px;
}
@media screen and (max-width:800px) {
  #section04 .section__in .content_wrap {
    margin-top: 37px;
  }
}
#section04 .section__in .content_wrap .block_title {
  line-height: 1em;
}
#section04 .section__in .content_wrap .block_title img {
  width: auto;
  height: 12px;
}
#section04 .section__in .content_wrap .block_subtitle {
  margin-top: 4px;
}
#section04 .section__in .content_wrap .block_text {
  margin-top: 12px;
}
@media screen and (max-width:800px) {
  #section04 .section__in .content_wrap .block_text {
    line-height: 1.8em;
  }
}
#section04 .section__in .content_wrap .block_02 {
  margin-top: 70px;
}
#section04 .section__in .content_wrap .block_02 .material_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 42px auto 0;
  width: 320px;
}
@media screen and (max-width:800px) {
  #section04 .section__in .content_wrap .block_02 .material_list {
    margin: 28px auto 0;
    width: 79%;
  }
}
#section04 .section__in .content_wrap .block_02 .material_list figcaption {
  margin-top: 10px;
}
#section04 .section__in .content_wrap .block_02 .material_list li {
  width: 44%;
}
#section04 .section__in .content_wrap .block_02 .material_list li:nth-last-child(2), #section04 .section__in .content_wrap .block_02 .material_list li:last-child {
  margin-top: 25px;
}

#section05 {
  color: #fff;
  background-color: #000;
  padding: 50px 0 75px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 47px 0 70px 0;
  }
}
#section05 h3 {
  text-align: center;
  line-height: 1em;
}
#section05 h3 img {
  width: auto;
  height: 10px;
}
#section05 .base_text {
  text-align: center;
  margin-top: 1.25em;
}
#section05 .section__in {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
#section05 .block_subtitle {
  margin-top: 4px;
}
#section05 .block_text {
  margin-top: 12px;
}
@media screen and (max-width:800px) {
  #section05 .block_text {
    line-height: 1.8em;
  }
}
#section05 .block_img {
  margin-top: 56px;
}
@media screen and (max-width:800px) {
  #section05 .block_img {
    margin-top: 46px;
  }
}

#section06 {
  width: 100%;
  padding: 88px 0 10px;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 48px 0 10px;
  }
}
#section06 h2 {
  text-align: center;
}
#section06 h2 img {
  width: auto;
  height: 24px;
}
@media screen and (max-width:800px) {
  #section06 h2 img {
    height: 18px;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06 .section__in {
    width: 100%;
  }
}
#section06 .photos {
  width: 100%;
  margin-top: 80px;
}
#section06 .textbox {
  width: 100%;
  margin-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section06 .textbox {
    margin-top: 1em;
  }
}
#section06 .photo_area {
  position: relative;
  margin-top: 74px;
}
@media screen and (max-width:800px) {
  #section06 .photo_area {
    margin-top: 26px;
  }
}
#section06 .photo_area figure {
  position: relative;
}
#section06 .photo_area figure figcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
#section06 .photo_area .intextbox {
  width: 79%;
  position: absolute;
  bottom: 15px;
  left: 4.5%;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section06 .photo_area .intextbox {
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    width: 100%;
  }
  #section06 .photo_area .intextbox .base_texts {
    font-size: 3.3vw;
    margin: 10px 5% 0;
  }
}
#section06 .box_title {
  text-align: center;
  margin-top: 82px;
}
@media screen and (max-width:800px) {
  #section06 .box_title {
    margin-top: 32px;
    font-size: 8vw;
  }
}
#section06 .box_text {
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #section06 .box_text {
    margin-top: 4px;
    line-height: 1.9em;
    margin: 10px auto 0;
    width: 90%;
  }
}
#section06 .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section06 .img_wrap {
    display: block;
    margin-top: 20px;
  }
}
#section06 .img_wrap .box {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section06 .img_wrap .box {
    width: 100%;
  }
  #section06 .img_wrap .box:last-child {
    margin-top: 30px;
  }
}
#section06 .img_wrap .box figure {
  position: relative;
  top: 0;
  left: 0;
}
#section06 .img_wrap .box figure figcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
#section06 .img_wrap .box .img_note {
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section06 .img_wrap .box .img_note {
    font-size: 3.3vw;
    margin: 10px 5% 0;
  }
}
#section06 .auth_block {
  width: 390px;
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section06 .auth_block {
    margin: 24px auto 0;
    width: 90%;
  }
}
#section06 .auth_block .img_item {
  width: 27%;
}
@media screen and (max-width:800px) {
  #section06 .auth_block .img_item {
    width: 31%;
  }
}
#section06 .auth_block .text_item {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section06 .auth_block .text_item {
    width: 66%;
  }
  #section06 .auth_block .text_item .auth_position {
    font-size: 4.4vw;
  }
}
#section06 .auth_block .text_item .auth_name {
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section06 .auth_block .text_item .auth_name {
    font-size: 5vw;
  }
}
#section06 .auth_block .text_item .auth_desc {
  margin-top: 4px;
}
#section06 .note {
  margin-top: 117px;
}
@media screen and (max-width:800px) {
  #section06 .note {
    margin: 32px auto 0;
    width: 90%;
  }
}