:root {
  --footer-height: 76px;
}

.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 90px;
  }
}
.mv_copy {
  position: absolute;
  left: 14%;
  bottom: 27%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mv_copy {
    bottom: 30%;
  }
}
.mv_copy span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 6.3px;
  color: #fff;
  background-color: #013D95;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .mv_copy span {
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: 4px;
  }
}
.mv_scroll {
  position: absolute;
  width: 100%;
  bottom: 10%;
  left: 0%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv_scroll {
    bottom: 20%;
  }
}
.mv_scroll span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1em;
  font-weight: bold;
  font-size: 10rem;
  color: #DBDBDB;
}
@media screen and (max-width: 767px) {
  .mv_scroll span {
    font-size: 2rem;
  }
}

@-webkit-keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.lead {
  margin-top: 60px;
  width: 100%;
  background-image: url("/assets/images/home/lead_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .lead {
    margin-top: 30px;
    background-size: cover;
  }
}
.lead_wrapper {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 340px;
}
@media screen and (max-width: 1185px) {
  .lead_wrapper {
    width: 63%;
  }
}
@media screen and (max-width: 767px) {
  .lead_wrapper {
    width: 83%;
    padding-top: 60px;
    padding-bottom: 230px;
  }
}
.lead_wrapper .lead_title {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media screen and (max-width: 1185px) {
  .lead_wrapper .lead_title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lead_wrapper .lead_title {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
}
.lead_wrapper .lead_title span {
  color: #013D95;
}
.lead_wrapper .lead_title::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #013D95;
  left: -5%;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .lead_wrapper .lead_title::before {
    width: 9px;
    height: 9px;
    left: -7%;
    top: 14%;
  }
}
.lead_wrapper .lead_title::after {
  position: absolute;
  content: "OUR MISSION";
  color: #fff;
  opacity: 68%;
  right: -7%;
  top: -65%;
  z-index: -1;
  font-size: 12rem;
  letter-spacing: 6px;
  font-weight: 400;
}
@media screen and (max-width: 1185px) {
  .lead_wrapper .lead_title::after {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .lead_wrapper .lead_title::after {
    font-size: 6rem;
    line-height: 1.2;
    top: -24%;
  }
}
.lead_wrapper p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lead_wrapper p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.lead_wrapper .link_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lead_wrapper .link_btn a {
  display: block;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 46px;
  border: solid 1px #013D95;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.lead_wrapper .link_btn a span {
  font-size: 1.6rem;
  color: #013D95;
  position: relative;
}
.lead_wrapper .link_btn a span::after {
  content: "";
  width: 13px;
  height: 14px;
  -webkit-mask-image: url("/assets/images/icon_next.svg");
          mask-image: url("/assets/images/icon_next.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #013D95;
  position: absolute;
  right: -24%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intr_title {
  padding-top: 56px;
}
.intr_title .num {
  font-size: 7rem;
  font-weight: 600;
  color: #013D95;
}
@media screen and (max-width: 767px) {
  .intr_title .num {
    font-size: 4rem;
  }
}
.intr_title h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  background-color: #013D95;
  padding-left: 20px;
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 10px;
}
@media screen and (max-width: 1185px) {
  .intr_title h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .intr_title h3 {
    font-size: 1.8rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.intr_title .subtitle-en {
  font-size: 2.2rem;
  font-weight: 600;
  color: #013D95;
}
@media screen and (max-width: 1185px) {
  .intr_title .subtitle-en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .intr_title .subtitle-en {
    font-size: 1.2rem;
  }
}

.intr01 {
  margin-top: 100px;
  max-width: 1318px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intr01 {
    margin-top: 50px;
  }
}
.intr01 p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #111;
}
.intr01 .intr01_image {
  margin-top: 20px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1185px) {
  .intr01 .intr01_image {
    padding-bottom: 20px;
  }
}
.intr01 .intr_bg {
  content: "";
  display: block;
  width: 53%;
  height: 100%;
  background-image: url("/assets/images/home/intr01_img02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1185px) {
  .intr01 .intr_bg {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .intr01 .intr_bg {
    width: 100%;
    position: static;
    height: 200px;
  }
}

.intr02 {
  max-width: 1318px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.intr02 p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #111;
}
.intr02 .intr02_image {
  margin-top: 20px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1185px) {
  .intr02 .intr02_image {
    padding-bottom: 20px;
  }
}
.intr02 .intr_bg {
  content: "";
  display: block;
  width: 53%;
  height: 100%;
  background-image: url("/assets/images/home/intr02_img02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1185px) {
  .intr02 .intr_bg {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .intr02 .intr_bg {
    width: 100%;
    position: static;
    height: 180px;
  }
}

.intr03 {
  max-width: 1318px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.intr03 p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #111;
}
.intr03 .intr03_image {
  margin-top: 20px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1185px) {
  .intr03 .intr03_image {
    padding-bottom: 20px;
  }
}
.intr03 .intr_bg {
  content: "";
  display: block;
  width: 53%;
  height: 100%;
  background-image: url("/assets/images/home/intr03_img02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1185px) {
  .intr03 .intr_bg {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .intr03 .intr_bg {
    width: 100%;
    position: static;
    height: 180px;
  }
}

.intr04 {
  max-width: 1318px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.intr04 p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #111;
}
.intr04 .intr04_image {
  margin-top: 20px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1185px) {
  .intr04 .intr04_image {
    padding-bottom: 20px;
  }
}
.intr04 .intr_bg {
  content: "";
  display: block;
  width: 53%;
  height: 100%;
  background-image: url("/assets/images/home/intr04_img02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1185px) {
  .intr04 .intr_bg {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .intr04 .intr_bg {
    width: 100%;
    position: static;
    height: 180px;
  }
}

@media screen and (max-width: 1185px) {
  .intr01,
  .intr02,
  .intr03,
  .intr04 {
    padding-left: 20px;
  }
}
.intr01 figure,
.intr02 figure,
.intr03 figure,
.intr04 figure {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .intr01 figure,
  .intr02 figure,
  .intr03 figure,
  .intr04 figure {
    width: 60%;
  }
  .intr01 figure img,
  .intr02 figure img,
  .intr03 figure img,
  .intr04 figure img {
    width: 100%;
    height: auto;
  }
}

.intr01 .link_btn a,
.intr02 .link_btn a,
.intr03 .link_btn a,
.intr04 .link_btn a,
.intr05 .link_btn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.intr01 .link_btn a::before,
.intr02 .link_btn a::before,
.intr03 .link_btn a::before,
.intr04 .link_btn a::before,
.intr05 .link_btn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #013D95;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.intr01 .link_btn a span,
.intr02 .link_btn a span,
.intr03 .link_btn a span,
.intr04 .link_btn a span,
.intr05 .link_btn a span {
  font-size: 1.6rem;
  color: #013D95;
  position: relative;
}
.intr01 .link_btn a span::after,
.intr02 .link_btn a span::after,
.intr03 .link_btn a span::after,
.intr04 .link_btn a span::after,
.intr05 .link_btn a span::after {
  content: "";
  width: 13px;
  height: 14px;
  -webkit-mask-image: url("/assets/images/icon_next.svg");
          mask-image: url("/assets/images/icon_next.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #013D95;
  position: absolute;
  right: -24%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .intr01 .link_btn:hover a,
  .intr02 .link_btn:hover a,
  .intr03 .link_btn:hover a,
  .intr04 .link_btn:hover a,
  .intr05 .link_btn:hover a {
    border: 1px solid #013D95;
  }
  .intr01 .link_btn:hover a::before,
  .intr02 .link_btn:hover a::before,
  .intr03 .link_btn:hover a::before,
  .intr04 .link_btn:hover a::before,
  .intr05 .link_btn:hover a::before {
    -webkit-animation: btnhover ease-in-out 0.4s forwards;
            animation: btnhover ease-in-out 0.4s forwards;
  }
  .intr01 .link_btn:hover a span,
  .intr02 .link_btn:hover a span,
  .intr03 .link_btn:hover a span,
  .intr04 .link_btn:hover a span,
  .intr05 .link_btn:hover a span {
    color: #fff;
  }
  .intr01 .link_btn:hover a span::after,
  .intr02 .link_btn:hover a span::after,
  .intr03 .link_btn:hover a span::after,
  .intr04 .link_btn:hover a span::after,
  .intr05 .link_btn:hover a span::after {
    background-color: #fff;
  }
}

.access {
  margin-top: 110px;
  background-color: #DEECFF;
  padding-top: 70px;
}
.access .access_wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1185px) {
  .access .access_wrapper {
    width: 83%;
  }
}
@media screen and (max-width: 767px) {
  .access .access_wrapper {
    width: 90%;
  }
}
.access_content {
  background-color: #fff;
  max-width: 940px;
  padding-left: 66px;
  padding-right: 66px;
  padding-top: 35px;
  padding-bottom: 35px;
  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: 1185px) {
  .access_content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .access_content {
    display: block;
  }
}
.access_content_left {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .access_content_left {
    padding-top: 0;
  }
}
.access_content_left h3 {
  font-size: 2.4rem;
  color: #111;
  letter-spacing: 1.2px;
  margin-bottom: 26px;
}
.access_content_left p {
  font-size: 1.6rem;
  margin-bottom: 8px;
  line-height: 1.8;
}
.access_content_left .googleLink a {
  display: block;
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 46px;
  border: solid 1px #777;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
.access_content_left .googleLink a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #777;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.access_content_left .googleLink a span {
  font-size: 1.5rem;
  color: #777;
  line-height: 1.8;
  position: relative;
}
.access_content_left .googleLink a span::after {
  content: "";
  width: 13px;
  height: 14px;
  -webkit-mask-image: url("/assets/images/icon_next.svg");
          mask-image: url("/assets/images/icon_next.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #777;
  position: absolute;
  right: -24%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .access_content_left .googleLink:hover a {
    border: 1px solid #fff;
  }
  .access_content_left .googleLink:hover a::before {
    -webkit-animation: btnhover ease-in-out 0.4s forwards;
            animation: btnhover ease-in-out 0.4s forwards;
  }
  .access_content_left .googleLink:hover a span::after {
    background-color: #fff;
  }
  .access_content_left .googleLink:hover a span {
    color: #fff;
  }
}
.access_content_right {
  margin-right: calc(-30% - 66px);
}
@media screen and (max-width: 1185px) {
  .access_content_right {
    margin-right: 0;
    width: 80%;
  }
}
@media screen and (max-width: 1185px) and (max-width: 767px) {
  .access_content_right {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1185px) {
  .access_content_right iframe {
    width: 100%;
  }
}