main:before {
  height: 200vh;
}
main .main .container {
  padding-bottom: 14.4vw;
}

section .read {
  text-align: center;
  margin-top: 50px;
  padding: 0 15px;
}
@media screen and (max-width: 750px) {
  section .read {
    margin-top: 30px;
    text-align: left;
  }
}
section .contents {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  max-width: 100%;
  position: relative;
  padding-bottom: 14.4vw;
}
section .contents:nth-of-type(even) {
  clip-path: polygon(0 0, 100% 14.4vw, 100% 100%, 0 calc(100% - 14.4vw));
  padding-top: 14.4vw;
}
section .contents:nth-of-type(even):after {
  clip-path: polygon(0 0, 100% 14.4vw, 100% 100%, 0 calc(100% - 14.4vw));
}
section .contents:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 30px;
  background: rgba(3, 64, 131, 0.9);
  width: calc(100% - 60px);
  height: 100%;
  clip-path: polygon(0 14.4vw, 100% 0, 100% calc(100% - 14.4vw), 0 100%);
}
section .contents .hgroup {
  position: relative;
  z-index: 1;
}
section .contents .contents_block {
  max-width: 1026px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
section .contents .contents_block .hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
section .contents .contents_block .hgroup .contents_block_title {
  font-size: 35px;
  line-height: 2;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .hgroup .contents_block_title {
    font-size: clamp(25px, 2.5vw, 35px);
    line-height: 1.75;
  }
}
section .contents .contents_block .hgroup .contents_block_title_en {
  font-size: 14px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: fit-content;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .hgroup .contents_block_title_en {
    font-size: 12px;
  }
}
section .contents .contents_block .block_item {
  margin-top: 66px;
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .block_item {
    margin-top: 30px;
  }
}
section .contents .contents_block .block_item .item {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .block_item .item {
    flex-direction: column;
    gap: 20px;
  }
}
section .contents .contents_block .block_item .item .img_area {
  width: calc(50vw - 100px);
  margin-left: calc((50vw - 50%) * -1);
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .block_item .item .img_area {
    width: calc(115vw + 0px);
    margin-left: 0;
  }
}
section .contents .contents_block .block_item .item .img_area img {
  translate: -100px 0;
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .block_item .item .img_area img {
    translate: calc((30vw + 15px) * -1) 0;
    width: calc(100% + 15vw);
    max-width: calc(100% + 15vw);
  }
}
section .contents .contents_block .block_item .item .text_area {
  width: calc(50% + 100px);
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .block_item .item .text_area {
    width: 100%;
    padding: 0 15px;
  }
}
section .contents .contents_block .block_item .item .text_area:has(.list_type) .hgroup .item_title {
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .block_item .item .text_area:has(.list_type) .hgroup .item_title {
    font-size: clamp(20px, 2.14286vw, 30px);
  }
}
section .contents .contents_block .block_item .item .text_area .hgroup {
  margin-bottom: 30px;
  display: block;
}
section .contents .contents_block .block_item .item .text_area .hgroup .item_title {
  font-size: 40px;
  line-height: 1.625;
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .block_item .item .text_area .hgroup .item_title {
    font-size: clamp(25px, 2.85714vw, 40px);
  }
}
section .contents .contents_block .block_item .item .text_area .text {
  line-height: 2;
}
section .contents .contents_block .block_item:nth-of-type(even) .item .img_area {
  width: 50vw;
  margin-left: 0;
  margin-right: -50vw;
  order: 2;
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .block_item:nth-of-type(even) .item .img_area {
    width: calc(115vw + 0px);
    margin-left: 0;
    margin-right: 0;
    order: 1;
  }
}
section .contents .contents_block .block_item:nth-of-type(even) .item .img_area img {
  translate: 0 0;
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .block_item:nth-of-type(even) .item .img_area img {
    translate: calc((15vw - 45px)) 0;
    width: 100%;
    max-width: 100%;
  }
}
section .contents .contents_block .block_item:nth-of-type(even) .item .text_area {
  order: 1;
}
@media screen and (max-width: 750px) {
  section .contents .contents_block .block_item:nth-of-type(even) .item .text_area {
    order: 2;
  }
}
section .contents + .contents {
  margin-top: 50px;
}
section .link_block {
  padding: 0 15px;
}
section .link_block:has(.link_text) {
  padding: 0;
}
section .link_block .btn {
  border: 2px solid #FFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  section .link_block .btn {
    padding: 12px 0;
    min-height: auto;
    flex-direction: column;
    font-size: clamp(15px, 2.14286vw, 25px);
  }
}
section .link_block .btn span {
  transition: all .3s;
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  section .link_block .btn span {
    font-size: clamp(15px, 2.14286vw, 25px);
  }
}
@media (any-hover: hover) {
  section .link_block .btn:hover {
    background: #1A275A;
    color: #FFF;
  }
  section .link_block .btn:hover span {
    color: #FFF;
  }
}
section .link_block .link_text {
  display: grid;
  grid-template-columns: 10px 1fr;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin-top: 40px;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  section .link_block .link_text {
    margin-top: 20px;
  }
}
section .link_block .link_text:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1A275A;
  border-right: 1px solid #1A275A;
  rotate: 45deg;
}
section.section02 .container {
  clip-path: polygon(0 0, 100% 14.4vw, 100% calc(100% - 14.4vw), 0% 100%);
  margin-top: -14.4vw;
  padding-bottom: 14.4vw;
  padding-top: calc(14.4vw * 1);
  overflow: hidden;
  background: #1782C8;
}
section.section02 .container:nth-of-type(even) {
  background: #1A528F;
  clip-path: polygon(0 14.4vw, 100% 0, 100% 100%, 0 calc(100% - 14.4vw));
}
section.section02 .container .contents .hgroup .concept {
  color: #CEDCE5;
}
section.section02 .container .contents .contents_block p {
  color: #FFF;
}
section.section02 .container .contents .contents_block .hgroup .contents_block_title {
  color: #FFF;
}
section.section02 .container .contents .contents_block .hgroup .contents_block_title_en {
  color: #FFF;
}
section.section02 .container .contents .contents_block .block_item {
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  section.section02 .container .contents .contents_block .block_item {
    margin-top: 30px;
  }
}
section.section02 .container .contents .contents_block .block_item .item .text_area .hgroup .item_title {
  color: #FFF;
}
section.section02 .container .contents + .contents {
  margin-top: 50px;
}
section.section02 .link_block .btn {
  border: 2px solid #FFF;
  color: #FFF;
}
section.section02 .link_block .btn span {
  color: #FFF;
}
section.section03 .container {
  clip-path: polygon(0 0, 100% 14.4vw, 100% calc(100% - 14.4vw), 0% 100%);
  margin-top: -14.4vw;
  padding-bottom: 0;
  padding-top: calc(14.4vw * 1);
  overflow: hidden;
}
section.section03 .container .contents {
  padding-bottom: calc(14.4vw / 2);
}
section.section03 .container .contents .contents_block .hgroup .contents_block_title {
  color: #1A275A;
}
section.section03 .container .contents .contents_block .hgroup .contents_block_title_en {
  color: #1A275A;
}
section.section03 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area {
  width: calc(50vw - 100px);
  margin-left: calc((50vw - 50%) * -1);
  margin-right: 0;
  order: 1;
  margin-left: calc((50vw - 50%) * -1);
}
@media screen and (max-width: 750px) {
  section.section03 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area {
    width: calc(115vw + 0px);
    margin-left: 0;
  }
}
section.section03 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area img {
  translate: -100px 0;
}
@media screen and (max-width: 750px) {
  section.section03 .container .contents .contents_block .block_item:nth-of-type(even) .item .img_area img {
    translate: calc((30vw + 15px) * -1) 0;
    width: calc(100% + 15vw);
    max-width: calc(100% + 15vw);
  }
}
section.section03 .container .contents .contents_block .block_item:nth-of-type(even) .item .text_area {
  order: 2;
}
section.section03 .line03 {
  top: -55vw;
}
@media screen and (max-width: 750px) {
  section.section03 .line03 {
    top: 0;
  }
}
section.section03 .link_block .btn {
    border: 2px solid #1A275A;
    flex-direction: column;
    margin: 30px 0 80px;
    line-height: 1.5;
}

.btn_wrap {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  margin-top: 70px;
}
.btn_wrap .btn {
  width: 100%;
  height: 60px;
  background: #1A275A;
  border: 1px solid #1A275A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
}
.btn_wrap .btn:nth-of-type(1) {
  background: #1782C8;
  border: 1px solid #1782C8;
}
@media (any-hover: hover) {
  .btn_wrap .btn:nth-of-type(1):hover {
    background: #FFF;
    color: #1782C8;
  }
  .btn_wrap .btn:nth-of-type(1):hover:after {
    border-top: 1px solid #1782C8;
    border-right: 1px solid #1782C8;
  }
}
.btn_wrap .btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  rotate: 45deg;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: all .3s;
}
@media (any-hover: hover) {
  .btn_wrap .btn:hover {
    background: #FFF;
    color: #1A275A;
  }
  .btn_wrap .btn:hover:after {
    border-top: 1px solid #1A275A;
    border-right: 1px solid #1A275A;
  }
}

.line01 {
  position: absolute;
  top: 20vw;
  left: -60vw;
  overflow: hidden;
  aspect-ratio: 1532/1482;
  width: 100vw;
}
@media screen and (max-width: 750px) {
  .line01 {
    top: 92vw;
    left: -25vw;
    width: 150vw;
  }
}

.line02 {
  width: 100vw;
  position: absolute;
  bottom: -10vw;
  right: -50vw;
  aspect-ratio: 1761/915;
}
@media screen and (max-width: 750px) {
  .line02 {
    bottom: initial;
    top: -95vw;
    right: -80vw;
    width: 150vw;
  }
}

.line03 {
  width: 150vw;
  position: absolute;
  top: -25vw;
  left: -94vw;
  aspect-ratio: 1761/915;
}
@media screen and (max-width: 750px) {
  .line03 {
    top: -45vw;
  }
}

.line04 {
  position: absolute;
  bottom: -30vw;
  right: -140vw;
  aspect-ratio: 1995/929;
  width: 200vw;
}
@media screen and (max-width: 750px) {
  .line04 {
    top: -10vw;
    right: -15vw;
    rotate: 45deg;
  }
}

/*# sourceMappingURL=other.css.map */
