@font-face {
  font-family: "D-DIN-PRO";
  src: url("../font/D-DIN-PRO-700-Bold.woff2") format("woff2");
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #013b68;
  line-height: 1.3;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body button {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
}

.page-section {
  width: 100%;
}
.page-section .page-section_inner {
  max-width: 1420px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 1279px) {
  .page-section .page-section_inner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 949px) {
  .page-section .page-section_inner {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .page-section .page-section_inner {
    padding: 20px;
  }
}
.page-section .page-section_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 160px auto 80px;
}
@media screen and (max-width: 1279px) {
  .page-section .page-section_title {
    margin: 120px auto 64px;
  }
}
@media screen and (max-width: 949px) {
  .page-section .page-section_title {
    margin: 80px auto 48px;
  }
}
@media screen and (max-width: 599px) {
  .page-section .page-section_title {
    margin: 60px auto 40px;
  }
}
.page-section .page-section_title .page-section_title_en {
  background: linear-gradient(90deg, #0185c3 0%, #c3e2ec 100%);
  font-size: 6.25rem;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  padding: 8px 20px;
}
@media screen and (max-width: 1279px) {
  .page-section .page-section_title .page-section_title_en {
    font-size: 5rem;
    padding: 6px 16px;
  }
}
@media screen and (max-width: 949px) {
  .page-section .page-section_title .page-section_title_en {
    font-size: 3.5rem;
    padding: 4px 16px;
  }
}
@media screen and (max-width: 599px) {
  .page-section .page-section_title .page-section_title_en {
    font-size: 3rem;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 479px) {
  .page-section .page-section_title .page-section_title_en {
    font-size: 2.5rem;
    padding: 2px 8px;
  }
}
.page-section .page-section_title .page-section_title_jp {
  margin-top: 32px;
  font-size: 2rem;
  color: #013b68;
}
@media screen and (max-width: 1279px) {
  .page-section .page-section_title .page-section_title_jp {
    font-size: 1.625rem;
    margin-top: 24px;
  }
}
@media screen and (max-width: 949px) {
  .page-section .page-section_title .page-section_title_jp {
    font-size: 1.25rem;
    margin-top: 16px;
  }
}
@media screen and (max-width: 599px) {
  .page-section .page-section_title .page-section_title_jp {
    font-size: 1rem;
    margin-top: 14px;
  }
}
@media screen and (max-width: 479px) {
  .page-section .page-section_title .page-section_title_jp {
    font-size: 0.9375rem;
    margin-top: 12px;
  }
}
@media screen and (max-width: 374px) {
  .page-section .page-section_title .page-section_title_jp {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
.page-section .page-section_title--reverse .page-section_title_en {
  background: linear-gradient(90deg, #0185c3 0%, #7bc8e3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.page-section .page-section_title--reverse .page-section_title_en:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
.page-section .page-section_title--reverse .page-section_title_jp {
  color: #fff;
}

.only-xs {
  display: none;
}
@media screen and (max-width: 479px) {
  .only-xs {
    display: inline;
  }
}

.only-xs-sm {
  display: none;
}
@media screen and (max-width: 599px) {
  .only-xs-sm {
    display: inline;
  }
}

.only-xs-md {
  display: none;
}
@media screen and (max-width: 949px) {
  .only-xs-md {
    display: inline;
  }
}

.only-xs-lg {
  display: none;
}
@media screen and (max-width: 1279px) {
  .only-xs-lg {
    display: inline;
  }
}

@media screen and (max-width: 599px) {
  .only-md-full {
    display: none;
  }
}

@media screen and (max-width: 949px) {
  .only-lg-full {
    display: none;
  }
}

.only-lg {
  display: none;
}
@media screen and (max-width: 1279px) {
  .only-lg {
    display: inline;
  }
}
@media screen and (max-width: 949px) {
  .only-lg {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .only-full {
    display: none;
  }
}

.js-fadeIn {
  transition: translate 0.5s, opacity 0.4s;
  translate: 0 60px;
  opacity: 0;
}
.js-fadeIn.is-show {
  translate: 0 0;
  opacity: 1;
}

.header {
  display: inline-flex;
  justify-content: left;
  align-items: flex-start;
  padding: 25px 40px;
  border-radius: 0 0 30px 0;
  box-shadow: 0 0 16px #95ddff;
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    padding: 25px 40px 18px;
    border-radius: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 949px) {
  .header {
    padding: 20px 24px;
    box-shadow: 0 0 12px #95ddff;
    align-items: center;
  }
  .header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #fff;
    z-index: 3;
  }
}
@media screen and (max-width: 599px) {
  .header {
    padding: 16px;
    box-shadow: 0 0 8px #95ddff;
  }
}
.header .header_logo {
  height: 52px;
}
@media screen and (max-width: 1279px) {
  .header .header_logo {
    font-size: 1.5rem;
    height: 46px;
  }
}
@media screen and (max-width: 949px) {
  .header .header_logo {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 235px;
    height: 44px;
    padding: 2px 24px 8px;
    background-color: #fff;
    border-radius: 0 0 0 6px;
    box-shadow: 0 0 12px #95ddff;
    z-index: -1;
  }
}
@media screen and (max-width: 599px) {
  .header .header_logo {
    bottom: -32px;
    width: 184px;
    height: 36px;
    padding: 2px 15px 6px;
    border-radius: 0 0 0 4px;
    box-shadow: 0 0 8px #95ddff;
  }
}
.header .header_logo img {
  width: 100%;
  height: 100%;
}
.header .header_logo a {
  opacity: 1;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .header .header_logo a:hover {
    opacity: 0.8;
  }
}
.header .header_title {
  font-size: 1.75rem;
  margin-left: 20px;
}
@media screen and (max-width: 1279px) {
  .header .header_title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 949px) {
  .header .header_title {
    font-size: 1.25rem;
    margin-left: 0;
    flex: 1;
  }
}
@media screen and (max-width: 599px) {
  .header .header_title {
    font-size: min(4.1vw, 1rem);
  }
}
.header .header_title a {
  opacity: 1;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .header .header_title a:hover {
    opacity: 0.8;
  }
}
.header .header_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 1279px) {
  .header .header_menu {
    left: 10%;
    bottom: 0;
    height: 100vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    transform: translateX(110%);
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s;
  }
}
@media screen and (max-width: 949px) {
  .header .header_menu {
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header .header_menu {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1279px) {
  .header .header_menu.sp-show {
    transform: translateX(0);
    opacity: 1;
    z-index: 999;
    transition: transform 0.4s, opacity 0.3s;
  }
}
.header .header_menu ul {
  margin-top: 55px;
  margin-right: 55px;
  padding: 5px;
}
@media screen and (max-width: 1279px) {
  .header .header_menu ul {
    margin: 0;
    padding: 8px 48px;
    width: 60%;
  }
}
@media screen and (max-width: 949px) {
  .header .header_menu ul {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .header .header_menu ul {
    width: 100%;
    overflow-y: scroll;
  }
}
.header .header_menu ul > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  .header .header_menu ul > li {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 599px) {
  .header .header_menu ul > li {
    margin-bottom: min(4svh, 32px);
  }
}
.header .header_menu ul > li a {
  font-size: 1.25rem;
  color: #013b68;
  text-decoration: none;
  font-weight: 700;
  padding: 4px;
  transition: color 0.4s;
}
@media screen and (max-width: 1279px) {
  .header .header_menu ul > li a {
    font-size: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
  }
}
@media screen and (max-width: 949px) {
  .header .header_menu ul > li a {
    padding: 8px;
  }
}
@media screen and (max-width: 599px) {
  .header .header_menu ul > li a {
    font-size: 1.25rem;
    padding: 4px;
  }
}
@media (hover: hover) {
  .header .header_menu ul > li a:hover {
    color: #0185c3;
  }
}
.header .header_menu ul > li:first-child a {
  font-family: "D-DIN-PRO";
}
@media screen and (min-width: 1280px) {
  .header .header_menu ul > li[data-current=true] > a {
    color: #0185c3;
  }
}
.header .header_menu .header_menu_contact {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 5px;
}
.header .header_menu .header_menu_contact a {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.125rem;
  background: linear-gradient(90deg, #0185c3 0%, #7bc8e3 100%);
  color: #fff;
  padding: 10px 32px;
  line-height: 1;
  border-radius: 19px;
  transition: filter 0.4s;
}
@media (hover: hover) {
  .header .header_menu .header_menu_contact a:hover {
    filter: brightness(1.15);
  }
}
.header .hamburger-button {
  display: none;
  width: 36px;
  height: 20px;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .header .hamburger-button {
    display: inline;
    margin-top: 10px;
    margin-left: auto;
  }
}
@media screen and (max-width: 949px) {
  .header .hamburger-button {
    margin-top: 4px;
  }
}
@media screen and (max-width: 599px) {
  .header .hamburger-button {
    width: 28px;
    height: 16px;
    margin-top: 0;
  }
}
.header .hamburger-button .hamburger_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}
.header .hamburger-button .hamburger_inner span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #25eaed;
  transition: all 0.4s;
}
.header .hamburger-button .hamburger_inner span:nth-child(1) {
  top: 0;
}
.header .hamburger-button .hamburger_inner span:nth-child(2) {
  top: 9px;
}
@media screen and (max-width: 599px) {
  .header .hamburger-button .hamburger_inner span:nth-child(2) {
    top: 7px;
  }
}
.header .hamburger-button .hamburger_inner span:nth-child(3) {
  bottom: 0;
}
.header .hamburger-button[data-open=true] span:nth-child(1) {
  transform: translateY(9px) rotate(210deg);
  transform-origin: center center;
}
@media screen and (max-width: 599px) {
  .header .hamburger-button[data-open=true] span:nth-child(1) {
    transform: translateY(7px) rotate(210deg);
  }
}
.header .hamburger-button[data-open=true] span:nth-child(2) {
  opacity: 0;
}
.header .hamburger-button[data-open=true] span:nth-child(3) {
  transform: translateY(-9px) rotate(-210deg);
  transform-origin: center center;
}
@media screen and (max-width: 599px) {
  .header .hamburger-button[data-open=true] span:nth-child(3) {
    transform: translateY(-7px) rotate(-210deg);
  }
}
.header .drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 43, 50, 0.6);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.header:has(.header_menu.sp-show) .drawer-bg {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s;
}

.mv-section {
  margin-top: 50px;
}
@media screen and (max-width: 1279px) {
  .mv-section {
    margin-top: 140px;
  }
}
@media screen and (max-width: 949px) {
  .mv-section {
    margin-top: 104px;
  }
}
@media screen and (max-width: 599px) {
  .mv-section {
    margin-top: 88px;
  }
}
.mv-section .mv_inner {
  padding: 20px 4vw 0;
}
.mv-section .mv_title .mv_title_sub {
  background: linear-gradient(90deg, #0185c3 0%, #7bc8e3 100%);
  font-size: min(2.2vw, 32px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.66em;
  width: 12.44em;
  clip-path: polygon(7.2% 8.2%, 100% 0, 96.5% 82.4%, 47.7% 82.4%, 39.7% 100%, 41.2% 82.4%, 0 82%);
}
@media screen and (max-width: 1279px) {
  .mv-section .mv_title .mv_title_sub {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 949px) {
  .mv-section .mv_title .mv_title_sub {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  .mv-section .mv_title .mv_title_sub {
    font-size: 0.875rem;
  }
}
.mv-section .mv_title .mv_title_sub > span {
  display: inline;
  color: #fff;
  letter-spacing: 0.2em;
  padding-left: 0.45em;
  padding-bottom: 0.45em;
}
.mv-section .mv_title .mv_title_main {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 8px;
}
.mv-section .mv_title .mv_title_main > span {
  background: linear-gradient(90deg, #0185c3 0%, #7bc8e3 100%);
  font-size: min(3.8vw, 68px);
  line-height: 1.5;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1279px) {
  .mv-section .mv_title .mv_title_main > span {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 949px) {
  .mv-section .mv_title .mv_title_main > span {
    font-size: min(4.7vw, 36px);
  }
}
@media screen and (max-width: 599px) {
  .mv-section .mv_title .mv_title_main > span {
    font-size: min(5.7vw, 1.375rem);
  }
}
.mv-section .mv_title .mv_title_lead {
  font-size: 1.5rem;
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  .mv-section .mv_title .mv_title_lead {
    line-height: 1.5;
  }
}
@media screen and (max-width: 949px) {
  .mv-section .mv_title .mv_title_lead {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 599px) {
  .mv-section .mv_title .mv_title_lead {
    font-size: 0.875rem;
  }
}
.mv-section .mv_video {
  width: 100%;
  max-width: 80vw;
  overflow: hidden;
  margin: 8px auto 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1279px) {
  .mv-section .mv_video {
    max-width: 84vw;
  }
}
@media screen and (max-width: 949px) {
  .mv-section .mv_video {
    max-width: 92vw;
  }
}
@media screen and (max-width: 599px) {
  .mv-section .mv_video {
    flex-direction: column-reverse;
  }
}
.mv-section .mv_video .mv_video_controls {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 1279px) {
  .mv-section .mv_video .mv_video_controls {
    margin-top: 16px;
  }
}
@media screen and (max-width: 599px) {
  .mv-section .mv_video .mv_video_controls {
    justify-content: center;
    margin-top: 32px;
  }
}
.mv-section .mv_video .mv_video_controls .slick-arrow {
  position: relative;
}
.mv-section .mv_video .mv_video_controls .slick-prev,
.mv-section .mv_video .mv_video_controls .slick-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  width: auto;
  height: auto;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #013b68;
  color: #fff;
  border-radius: 14px;
}
.mv-section .mv_video .mv_video_controls .slick-prev:before,
.mv-section .mv_video .mv_video_controls .slick-next:before {
  content: "";
  display: inline;
  background-image: url(../img/slide-arrow.svg);
  width: 24px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.mv-section .mv_video .mv_video_controls .slick-next:before {
  transform: scale(-1, 1);
}
.mv-section .mv_video .mv_video_controls .mv_video_dots {
  display: flex;
  align-items: center;
}
.mv-section .mv_video .mv_video_controls .mv_video_dots .slick-dots {
  position: relative;
  bottom: auto;
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 100%;
}
.mv-section .mv_video .mv_video_controls .mv_video_dots .slick-dots li {
  margin: 0 4px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv-section .mv_video .mv_video_controls .mv_video_dots .slick-dots li button {
  width: 20px;
  height: 100%;
}
.mv-section .mv_video .mv_video_controls .mv_video_dots .slick-dots li button:before {
  font-size: 0.625rem;
}
.mv-section .mv_video .mv_video_slider {
  margin-top: 48px;
  margin-bottom: 0;
  border-radius: 20px;
  width: 100%;
  height: 45vw;
  aspect-ratio: 16/9;
  position: relative;
}
.mv-section .mv_video .mv_video_slider:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(var(--video-width, 80vw) - 4px);
  height: calc(var(--video-width, 80vw) / 16 * 9 - 4px);
  background-color: #fff;
  clip-path: inset(0 0 round min(1.1vw, 20px) min(1.1vw, 20px) min(1.1vw, 20px) min(1.1vw, 20px));
}
@media screen and (max-width: 1279px) {
  .mv-section .mv_video .mv_video_slider {
    margin-top: 40px;
    height: 47.25vw;
  }
  .mv-section .mv_video .mv_video_slider:before {
    width: calc(var(--video-width, 84vw) - 4px);
    height: calc(var(--video-width, 84vw) / 16 * 9 - 4px);
  }
}
@media screen and (max-width: 949px) {
  .mv-section .mv_video .mv_video_slider {
    margin-top: 32px;
    height: 51.75vw;
  }
  .mv-section .mv_video .mv_video_slider:before {
    width: calc(var(--video-width, 92vw) - 4px);
    height: calc(var(--video-width, 92vw) / 16 * 9 - 4px);
  }
}
@media screen and (max-width: 599px) {
  .mv-section .mv_video .mv_video_slider {
    margin-top: 24px;
  }
}
.mv-section .mv_video .mv_video_slider .slick-list {
  width: 100%;
  height: 100%;
}
.mv-section .mv_video .mv_video_slider .mv_video_slide {
  width: 100%;
  aspect-ratio: 16/9;
  clip-path: inset(2px 2px round min(1vw, 20px) min(1vw, 20px) min(1vw, 20px) min(1vw, 20px));
}
.mv-section .mv_video .mv_video_slider .mv_video_slide video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.about-section {
  margin-top: clamp(-720px, var(--about-gap, 27%) * -1, -160px);
  padding-top: clamp(160px, var(--about-gap, 27%), 720px);
  position: relative;
}
@media screen and (max-width: 1279px) {
  .about-section {
    margin-top: clamp(-400px, var(--about-gap, 30%) * -1, -140px);
    padding-top: clamp(140px, var(--about-gap, 30%), 400px);
  }
}
@media screen and (max-width: 949px) {
  .about-section {
    margin-top: clamp(-280px, var(--about-gap, 50%) * -1, -100px);
    padding-top: clamp(100px, var(--about-gap, 50%), 280px);
  }
}
@media screen and (max-width: 599px) {
  .about-section {
    margin-top: clamp(-200px, var(--about-gap, 40%) * -1, -100px);
    padding-top: clamp(100px, var(--about-gap, 40%), 200px);
  }
}
.about-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/about-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}
@media screen and (max-width: 949px) {
  .about-section:before {
    background-image: url(../img/about-bg_tb.jpg);
  }
}
@media screen and (max-width: 599px) {
  .about-section:before {
    background-image: url(../img/about-bg_sp.jpg);
  }
}
.about-section .about_container {
  padding: 140px 0 160px;
  display: flex;
}
@media screen and (max-width: 949px) {
  .about-section .about_container {
    padding: 64px 0 80px 4%;
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .about-section .about_container {
    padding: 40px 0 60px 6%;
  }
}
@media screen and (max-width: 479px) {
  .about-section .about_container {
    padding-left: 0;
  }
}
.about-section .about_container .page-section_title {
  rotate: 90deg;
  transform-origin: center center;
  flex-direction: column-reverse;
  margin: 0;
}
@media screen and (max-width: 949px) {
  .about-section .about_container .page-section_title {
    rotate: 0deg;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .about-section .about_container .page-section_title {
    margin-top: 0;
  }
}
.about-section .about_container .page-section_title .page-section_title_jp {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  .about-section .about_container .page-section_title .page-section_title_jp {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 949px) {
  .about-section .about_container .page-section_title .page-section_title_jp {
    margin-top: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .about-section .about_container .page-section_title .page-section_title_jp {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
.about-section .about_container .page-section_body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 60px;
}
@media screen and (max-width: 1279px) {
  .about-section .about_container .page-section_body {
    margin-left: 16px;
  }
}
@media screen and (max-width: 949px) {
  .about-section .about_container .page-section_body {
    margin-left: 0;
  }
}
.about-section .about_container .about_heading,
.about-section .about_container .about_desc {
  margin: 0;
  color: #fff;
}
.about-section .about_container .about_heading {
  font-size: 3.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .about-section .about_container .about_heading {
    font-size: min(4vw, 52px);
  }
}
@media screen and (max-width: 949px) {
  .about-section .about_container .about_heading {
    font-size: min(5.8vw, 44px);
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .about-section .about_container .about_heading {
    font-size: min(6.1vw, 24px);
    margin-top: 32px;
  }
}
.about-section .about_container .about_desc {
  font-size: 1.5rem;
  margin-top: 48px;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .about-section .about_container .about_desc {
    font-size: 1.25rem;
    margin-top: 32px;
  }
}
@media screen and (max-width: 949px) {
  .about-section .about_container .about_desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 599px) {
  .about-section .about_container .about_desc {
    font-size: min(3.8vw, 15px);
    margin-top: 20px;
  }
}

.feature-section {
  position: relative;
}
.feature-section:before, .feature-section:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 420px;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .feature-section:before, .feature-section:after {
    width: 240px;
    background-size: contain;
  }
}
@media screen and (max-width: 599px) {
  .feature-section:before, .feature-section:after {
    width: 80px;
  }
}
.feature-section:before {
  left: 0;
  background-image: url(../img/feature-bg_left_pc.png);
}
@media screen and (max-width: 1279px) {
  .feature-section:before {
    background-image: url(../img/feature-bg_left_tb.png);
  }
}
@media screen and (max-width: 599px) {
  .feature-section:before {
    background-image: url(../img/feature-bg_left_sp.png);
  }
}
.feature-section:after {
  right: 0;
  background-image: url(../img/feature-bg_right_pc.png);
}
@media screen and (max-width: 949px) {
  .feature-section:after {
    background-image: url(../img/feature-bg_right_tb.png);
  }
}
@media screen and (max-width: 599px) {
  .feature-section:after {
    background-image: url(../img/feature-bg_right_sp.png);
  }
}
.feature-section .feature_card-list {
  padding: 40px 0;
  margin-bottom: 140px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1479px) {
  .feature-section .feature_card-list {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .feature-section .feature_card-list {
    padding: 24px 0 40px;
    flex-direction: column;
    margin-bottom: 60px;
    row-gap: 52px;
  }
}
@media screen and (max-width: 949px) {
  .feature-section .feature_card-list {
    padding: 24px 0;
    row-gap: 48px;
  }
}
@media screen and (max-width: 599px) {
  .feature-section .feature_card-list {
    padding: 8px 0;
    row-gap: 40px;
  }
}
.feature-section .feature_card-list .feature_card {
  width: calc((100% - 120px) / 3);
  background-color: #eef3f8;
  padding: 88px 40px 32px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .feature-section .feature_card-list .feature_card {
    width: 95%;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 949px) {
  .feature-section .feature_card-list .feature_card {
    padding: 64px 48px 48px;
  }
}
@media screen and (max-width: 599px) {
  .feature-section .feature_card-list .feature_card {
    width: 100%;
    padding: 56px 20px 36px;
  }
}
.feature-section .feature_card-list .feature_card:before, .feature-section .feature_card-list .feature_card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #0185c3 0%, #c3e2ec 100%);
}
.feature-section .feature_card-list .feature_card:before {
  top: 0;
}
.feature-section .feature_card-list .feature_card:after {
  bottom: 0;
}
.feature-section .feature_card-list .feature_card .feature_card_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.feature-section .feature_card-list .feature_card .feature_card_number {
  position: absolute;
  top: 56px;
  left: 40px;
  height: 66px;
}
@media screen and (max-width: 1279px) {
  .feature-section .feature_card-list .feature_card .feature_card_number {
    height: 88px;
    left: 60px;
  }
}
@media screen and (max-width: 949px) {
  .feature-section .feature_card-list .feature_card .feature_card_number {
    height: 77px;
    top: 48px;
  }
}
@media screen and (max-width: 599px) {
  .feature-section .feature_card-list .feature_card .feature_card_number {
    height: 66px;
    top: 48px;
    left: 32px;
  }
}
@media screen and (max-width: 479px) {
  .feature-section .feature_card-list .feature_card .feature_card_number {
    height: 12.3vw;
    top: 40px;
    left: 30px;
  }
}
.feature-section .feature_card-list .feature_card .feature_card_number picture,
.feature-section .feature_card-list .feature_card .feature_card_number source,
.feature-section .feature_card-list .feature_card .feature_card_number img {
  height: 100%;
  width: auto;
}
.feature-section .feature_card-list .feature_card .feature_card_img {
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .feature-section .feature_card-list .feature_card .feature_card_img {
    margin-bottom: 8px;
  }
}
.feature-section .feature_card-list .feature_card .feature_card_img img {
  vertical-align: top;
}
@media screen and (max-width: 1279px) {
  .feature-section .feature_card-list .feature_card:nth-child(1) .feature_card_img {
    margin-top: -32px;
  }
}
@media screen and (max-width: 479px) {
  .feature-section .feature_card-list .feature_card:nth-child(1) .feature_card_img {
    margin-top: -16px;
  }
}
.feature-section .feature_card-list .feature_card:nth-child(2) .feature_card_img {
  margin-bottom: 0;
}
@media screen and (max-width: 1279px) {
  .feature-section .feature_card-list .feature_card:nth-child(2) .feature_card_img {
    padding: 30px 24px 8px;
  }
}
@media screen and (max-width: 479px) {
  .feature-section .feature_card-list .feature_card:nth-child(2) .feature_card_img {
    padding: 20px 24px 0;
  }
}
@media screen and (max-width: 1279px) {
  .feature-section .feature_card-list .feature_card:nth-child(3) .feature_card_img {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 479px) {
  .feature-section .feature_card-list .feature_card:nth-child(3) .feature_card_img {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1279px) {
  .feature-section .feature_card-list .feature_card:nth-child(4) .feature_card_img {
    padding: 30px 24px 8px;
  }
}
@media screen and (max-width: 479px) {
  .feature-section .feature_card-list .feature_card:nth-child(4) .feature_card_img {
    padding: 20px 24px 0;
  }
}
@media screen and (max-width: 1279px) {
  .feature-section .feature_card-list .feature_card:nth-child(5) .feature_card_img {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 479px) {
  .feature-section .feature_card-list .feature_card:nth-child(5) .feature_card_img {
    padding: 8px 16px;
  }
}
.feature-section .feature_card-list .feature_card .feature_card_title {
  font-size: 1.5rem;
  text-align: center;
  margin: auto 0 0;
  padding-bottom: 15px;
  border-bottom: solid 1px #d9d9d9;
}
@media screen and (max-width: 1279px) {
  .feature-section .feature_card-list .feature_card .feature_card_title {
    font-size: 1.625rem;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 949px) {
  .feature-section .feature_card-list .feature_card .feature_card_title {
    font-size: 1.5rem;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .feature-section .feature_card-list .feature_card .feature_card_title {
    font-size: 1.375rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .feature-section .feature_card-list .feature_card .feature_card_title {
    font-size: 1.25rem;
    padding-bottom: 15px;
  }
}
.feature-section .feature_card-list .feature_card .feature_card_text {
  font-size: 0.9375rem;
  color: #484848;
  line-height: 1.8;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  height: 80px;
}
@media screen and (max-width: 1359px) {
  .feature-section .feature_card-list .feature_card .feature_card_text {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1279px) {
  .feature-section .feature_card-list .feature_card .feature_card_text {
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-top: 32px;
    height: auto;
  }
}
@media screen and (max-width: 949px) {
  .feature-section .feature_card-list .feature_card .feature_card_text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 599px) {
  .feature-section .feature_card-list .feature_card .feature_card_text {
    font-size: 0.9375rem;
    margin-top: 16px;
  }
}

.how-to-use-section {
  background-color: #f2f7f9;
}
.how-to-use-section .page-section_body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  .how-to-use-section .page-section_body {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 949px) {
  .how-to-use-section .page-section_body {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .how-to-use-section .page-section_body {
    padding-bottom: 0;
  }
}
.how-to-use-section .page-section_body iframe {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .how-to-use-section .page-section_body iframe {
    margin-bottom: 60px;
  }
}

.value-section {
  padding-top: 20px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1279px) {
  .value-section {
    padding-top: 16px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 949px) {
  .value-section {
    padding-top: 12px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .value-section {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.value-section .value_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  gap: 30px;
}
@media screen and (max-width: 949px) {
  .value-section .value_tab {
    gap: 15px;
    padding: 16px 0;
    max-width: 720px;
    margin: 0 auto;
  }
}
.value-section .value_tab .value_tab_item {
  position: relative;
  transition: all 0.3s;
  width: 400px;
}
@media screen and (max-width: 949px) {
  .value-section .value_tab .value_tab_item {
    width: calc((100% - 15px) / 2);
  }
}
.value-section .value_tab .value_tab_item:before, .value-section .value_tab .value_tab_item:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #9ab0c1;
  border-bottom: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 949px) {
  .value-section .value_tab .value_tab_item:before, .value-section .value_tab .value_tab_item:after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 11px solid #9ab0c1;
    bottom: -10px;
  }
}
.value-section .value_tab .value_tab_item:after {
  bottom: -12px;
  border-top-color: #f7f7f7;
}
@media screen and (max-width: 949px) {
  .value-section .value_tab .value_tab_item:after {
    bottom: -7px;
  }
}
.value-section .value_tab .value_tab_item button {
  font-size: 1.75rem;
  line-height: 32px;
  color: #9ab0c1;
  background-color: #f7f7f7;
  padding: 16px;
  border-radius: 34px;
  border: solid 2px #9ab0c1;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .value-section .value_tab .value_tab_item button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 949px) {
  .value-section .value_tab .value_tab_item button {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  .value-section .value_tab .value_tab_item button {
    font-size: 1rem;
    line-height: 17px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 479px) {
  .value-section .value_tab .value_tab_item button {
    font-size: min(3.6vw, 0.875rem);
  }
}
.value-section .value_tab .value_tab_item[data-active=true]:before, .value-section .value_tab .value_tab_item[data-active=true]:after {
  border-top-color: #013b68;
}
.value-section .value_tab .value_tab_item[data-active=true] button {
  color: #fff;
  border-color: #013b68;
  background-color: #013b68;
}
@media (hover: hover) {
  .value-section .value_tab .value_tab_item[data-active=false] button:hover {
    filter: brightness(1.1);
  }
}
.value-section .value_content_outer {
  max-width: 1080px;
  margin: 0 auto;
  height: 1184px;
  position: relative;
  transition: height 0.2s;
}
@media screen and (max-width: 1279px) {
  .value-section .value_content_outer {
    height: 1068px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer {
    height: 1948px;
    max-width: 560px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .value-section .value_content_outer {
    height: 1767px;
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .value-section .value_content_outer {
    height: 1629px;
    margin-top: 0;
  }
}
.value-section .value_content_outer .value_content {
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s;
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer .value_content {
    padding: 32px 0;
  }
}
.value-section .value_content_outer .value_content[data-show=false] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.value-section .value_content_outer .value_content[data-show=true] {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.value-section .value_content_outer .value_content .value_point {
  padding: 48px 80px;
  box-shadow: 0 0 16px #95ddff;
  border-radius: 20px;
}
@media screen and (max-width: 1279px) {
  .value-section .value_content_outer .value_content .value_point {
    padding: 40px 48px 40px 64px;
  }
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer .value_content .value_point {
    padding: 32px 20px;
  }
}
.value-section .value_content_outer .value_content .value_point:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer .value_content .value_point:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 599px) {
  .value-section .value_content_outer .value_content .value_point:not(:last-child) {
    margin-bottom: 40px;
  }
}
.value-section .value_content_outer .value_content .value_point .value_point_inner {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1279px) {
  .value-section .value_content_outer .value_content .value_point .value_point_inner {
    column-gap: 6vw;
  }
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer .value_content .value_point .value_point_inner {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
}
.value-section .value_content_outer .value_content .value_point .value_point_img {
  width: 200px;
  height: 200px;
  padding-top: 200px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .value-section .value_content_outer .value_content .value_point .value_point_img {
    width: 160px;
    height: 160px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer .value_content .value_point .value_point_img {
    width: 48%;
    height: auto;
    padding-top: 48%;
  }
}
.value-section .value_content_outer .value_content .value_point .value_point_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.value-section .value_content_outer .value_content .value_point .value_point_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body {
    align-items: center;
  }
}
.value-section .value_content_outer .value_content .value_point .value_point_body .value_point_label {
  background: linear-gradient(90deg, #0185c3 0%, #7bc8e3 100%);
  width: 120px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  border-radius: 60px;
  gap: 4px;
}
.value-section .value_content_outer .value_content .value_point .value_point_body .value_point_label .value_point_label_point {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.9375rem;
  line-height: 32px;
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body .value_point_label .value_point_label_point {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 599px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body .value_point_label .value_point_label_point {
    font-size: 0.75rem;
  }
}
.value-section .value_content_outer .value_content .value_point .value_point_body .value_point_label .value_point_label_number {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.5rem;
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body .value_point_label .value_point_label_number {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 599px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body .value_point_label .value_point_label_number {
    font-size: 1.25rem;
  }
}
.value-section .value_content_outer .value_content .value_point .value_point_body .value_point_title {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 1279px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body .value_point_title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body .value_point_title {
    padding: 8px 0;
  }
}
@media screen and (max-width: 599px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body .value_point_title {
    padding: 0;
    margin-top: 8px;
    font-size: min(5.1vw, 1.25rem);
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body .value_point_title {
    font-size: min(4.9vw, 1.25rem);
    letter-spacing: 0;
  }
}
.value-section .value_content_outer .value_content .value_point .value_point_body .value_point_text {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 949px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body .value_point_text {
    font-size: 1rem;
    margin-top: 12px;
    text-align: center;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 599px) {
  .value-section .value_content_outer .value_content .value_point .value_point_body .value_point_text {
    font-size: min(3.7vw, 0.9375rem);
  }
}
.value-section .value_content_outer .value_content .value_note {
  font-size: 1.25rem;
  color: #484848;
  line-height: 1.8;
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .value-section .value_content_outer .value_content .value_note {
    margin-top: 40px;
    font-size: 0.9375rem;
  }
}
.value-section .value_contact {
  padding: 20px;
}
@media screen and (max-width: 949px) {
  .value-section .value_contact {
    padding: 0;
  }
}
.value-section .value_contact a {
  background: linear-gradient(90deg, #0185c3 0%, #7bc8e3 100%);
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  margin: 0 auto;
  width: 412px;
  height: 112px;
  color: #fff;
  border-radius: 56px;
  position: relative;
  transition: filter 0.4s;
}
@media screen and (max-width: 949px) {
  .value-section .value_contact a {
    font-size: 1.25rem;
    width: min(100%, 340px);
    height: 90px;
    border-radius: 45px;
  }
}
.value-section .value_contact a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: solid 4px #fff;
  border-radius: 52px;
  pointer-events: none;
}
@media screen and (max-width: 949px) {
  .value-section .value_contact a:before {
    padding: 30px 0;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: solid 3px #fff;
    border-radius: 42px;
  }
}
@media (hover: hover) {
  .value-section .value_contact a:hover {
    filter: brightness(1.1);
  }
}

.vision-section {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 1279px) {
  .vision-section {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 949px) {
  .vision-section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .vision-section {
    padding-bottom: 60px;
  }
}
.vision-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/vision-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}
@media screen and (max-width: 949px) {
  .vision-section:before {
    background-image: url(../img/vision-bg_tb.jpg);
  }
}
@media screen and (max-width: 599px) {
  .vision-section:before {
    background-image: url(../img/vision-bg_sp.jpg);
  }
}
@media screen and (max-width: 949px) {
  .vision-section .page-section_title {
    align-items: flex-start;
    padding-left: 6%;
  }
}
@media screen and (max-width: 599px) {
  .vision-section .page-section_title {
    padding-left: 4%;
  }
}
@media screen and (max-width: 479px) {
  .vision-section .page-section_title {
    padding-left: 0;
  }
}
.vision-section .vision_text {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 72px;
}
@media screen and (max-width: 1279px) {
  .vision-section .vision_text {
    font-size: 1.25rem;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_text {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 949px) {
  .vision-section .vision_text {
    font-size: 1.125rem;
    margin-bottom: 64px;
    text-align: left;
    padding-left: 6%;
  }
}
@media screen and (max-width: 599px) {
  .vision-section .vision_text {
    font-size: min(3.7vw, 0.9375rem);
    padding-left: 4%;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 479px) {
  .vision-section .vision_text {
    padding-left: 0;
    margin-bottom: 48px;
  }
}
.vision-section .vision_text .vision_text_pc {
  display: inline;
}
@media screen and (max-width: 599px) {
  .vision-section .vision_text .vision_text_pc {
    display: none;
  }
}
.vision-section .vision_text .vision_text_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .vision-section .vision_text .vision_text_sp {
    display: inline;
  }
}
.vision-section .vision_figure-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 48px;
}
@media screen and (max-width: 1279px) {
  .vision-section .vision_figure-container {
    padding: 0;
  }
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container {
    flex-direction: column;
    padding: 0;
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .vision-section .vision_figure-container {
    width: 100%;
  }
}
.vision-section .vision_figure-container .vision_service-list {
  width: calc(100% - 800px);
  padding: 16px 0 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1359px) {
  .vision-section .vision_figure-container .vision_service-list {
    width: 39%;
  }
}
@media screen and (max-width: 1279px) {
  .vision-section .vision_figure-container .vision_service-list {
    padding: 0;
  }
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_service-list {
    width: 100%;
    max-width: 840px;
  }
}
@media screen and (max-width: 949px) {
  .vision-section .vision_figure-container .vision_service-list {
    width: 100%;
    max-width: 720px;
  }
}
.vision-section .vision_figure-container .vision_service-list:before, .vision-section .vision_figure-container .vision_service-list:after {
  content: "";
  position: absolute;
  top: 56px;
  left: 0;
  bottom: 116px;
  width: 8px;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .vision-section .vision_figure-container .vision_service-list:before, .vision-section .vision_figure-container .vision_service-list:after {
    top: 40px;
    bottom: 80px;
  }
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_service-list:before, .vision-section .vision_figure-container .vision_service-list:after {
    left: 20vw;
    bottom: 0;
  }
}
@media screen and (max-width: 949px) {
  .vision-section .vision_figure-container .vision_service-list:before, .vision-section .vision_figure-container .vision_service-list:after {
    left: 12vw;
  }
}
@media screen and (max-width: 599px) {
  .vision-section .vision_figure-container .vision_service-list:before, .vision-section .vision_figure-container .vision_service-list:after {
    top: 30px;
    left: 6vw;
  }
}
@media screen and (max-width: 374px) {
  .vision-section .vision_figure-container .vision_service-list:before, .vision-section .vision_figure-container .vision_service-list:after {
    left: 0;
  }
}
.vision-section .vision_figure-container .vision_service-list:before {
  box-shadow: 0 0 14px #52ffff;
  z-index: -1;
}
.vision-section .vision_figure-container .vision_service-list:after {
  z-index: 3;
}
.vision-section .vision_figure-container .vision_service-list .vision_service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service:last-child {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service:last-child {
    margin-bottom: 16px;
  }
}
.vision-section .vision_figure-container .vision_service-list .vision_service:before, .vision-section .vision_figure-container .vision_service-list .vision_service:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: calc(100% - 350px);
  height: 8px;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service:before, .vision-section .vision_figure-container .vision_service-list .vision_service:after {
    left: 20vw;
    width: calc(100% - 20vw - 360px + 10px);
  }
}
@media screen and (max-width: 949px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service:before, .vision-section .vision_figure-container .vision_service-list .vision_service:after {
    left: 12vw;
    width: calc(100% - 12vw - 360px + 10px);
  }
}
@media screen and (max-width: 599px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service:before, .vision-section .vision_figure-container .vision_service-list .vision_service:after {
    top: 30px;
    left: 6vw;
    width: calc(100% - min(72vw, 280px) + 10px);
  }
}
@media screen and (max-width: 374px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service:before, .vision-section .vision_figure-container .vision_service-list .vision_service:after {
    left: 0;
  }
}
.vision-section .vision_figure-container .vision_service-list .vision_service:before {
  box-shadow: 0 0 14px #52ffff;
  z-index: -1;
}
.vision-section .vision_figure-container .vision_service-list .vision_service:nth-child(2):before, .vision-section .vision_figure-container .vision_service-list .vision_service:nth-child(2):after {
  left: -200px;
  width: calc(100% - 350px + 200px);
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service:nth-child(2):before, .vision-section .vision_figure-container .vision_service-list .vision_service:nth-child(2):after {
    left: 20vw;
    width: calc(100% - 20vw - 360px + 10px);
  }
}
@media screen and (max-width: 949px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service:nth-child(2):before, .vision-section .vision_figure-container .vision_service-list .vision_service:nth-child(2):after {
    left: 12vw;
    width: calc(100% - 12vw - 360px + 10px);
  }
}
@media screen and (max-width: 599px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service:nth-child(2):before, .vision-section .vision_figure-container .vision_service-list .vision_service:nth-child(2):after {
    left: 6vw;
    width: calc(100% - min(72vw, 280px) + 10px);
  }
}
@media screen and (max-width: 374px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service:nth-child(2):before, .vision-section .vision_figure-container .vision_service-list .vision_service:nth-child(2):after {
    left: 0;
  }
}
.vision-section .vision_figure-container .vision_service-list .vision_service .vision_service_title {
  font-size: 1.25rem;
  background: linear-gradient(90deg, #0185c3 0%, #7bc8e3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 88px;
  margin: 0 40px 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 44px;
  box-shadow: 0 0 40px #52ffff;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service .vision_service_title {
    width: 360px;
    margin: 0 0 4px auto;
  }
}
@media screen and (max-width: 599px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service .vision_service_title {
    font-size: 1rem;
    width: min(72vw, 280px);
    height: 66px;
  }
}
.vision-section .vision_figure-container .vision_service-list .vision_service .vision_service_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 44px;
  z-index: -1;
}
.vision-section .vision_figure-container .vision_service-list .vision_service .vision_service_title > span {
  font-size: 0.8em;
}
.vision-section .vision_figure-container .vision_service-list .vision_service .vision_service_desc {
  font-size: 1.125rem;
  color: #fff;
  text-shadow: 0 0 4px #acacac;
  width: 400px;
  text-align: center;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service .vision_service_desc {
    width: 360px;
  }
}
@media screen and (max-width: 599px) {
  .vision-section .vision_figure-container .vision_service-list .vision_service .vision_service_desc {
    font-size: 0.875rem;
    width: min(72vw, 280px);
  }
}
.vision-section .vision_figure-container .vision_img {
  width: 720px;
}
@media screen and (max-width: 1359px) {
  .vision-section .vision_figure-container .vision_img {
    width: 58%;
  }
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_img {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_img:before, .vision-section .vision_figure-container .vision_img:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 20vw;
    width: 8px;
    height: 100px;
    background-color: #fff;
    transform: translateX(21px) rotate(-25deg);
    pointer-events: none;
  }
}
@media screen and (max-width: 949px) {
  .vision-section .vision_figure-container .vision_img:before, .vision-section .vision_figure-container .vision_img:after {
    left: 12vw;
  }
}
@media screen and (max-width: 599px) {
  .vision-section .vision_figure-container .vision_img:before, .vision-section .vision_figure-container .vision_img:after {
    left: 6vw;
  }
}
@media screen and (max-width: 374px) {
  .vision-section .vision_figure-container .vision_img:before, .vision-section .vision_figure-container .vision_img:after {
    left: 0;
  }
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_img:before {
    box-shadow: 0 0 14px #52ffff;
    z-index: -2;
  }
}
@media screen and (max-width: 1079px) {
  .vision-section .vision_figure-container .vision_img:after {
    z-index: 2;
  }
}
.vision-section .vision_figure-container .vision_img img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.footer {
  background-color: #013b68;
}
.footer .footer_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}
.footer .footer_project {
  padding: 30px 0;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 599px) {
  .footer .footer_project {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
}
.footer .footer_project .footer_logo {
  margin-top: 16px;
  padding: 20px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer .footer_project .footer_logo {
    margin-top: 10px;
    padding: 12px;
  }
}
.footer .footer_project .footer_logo > a {
  display: block;
  width: 300px;
  height: 100%;
  margin: 0 auto;
  padding: 4px 8px;
  box-sizing: content-box;
}
@media screen and (max-width: 1279px) {
  .footer .footer_project .footer_logo > a {
    width: 280px;
  }
}
@media screen and (max-width: 949px) {
  .footer .footer_project .footer_logo > a {
    width: 240px;
  }
}
@media screen and (max-width: 599px) {
  .footer .footer_project .footer_logo > a {
    width: 172px;
  }
}
.footer .footer_project .footer_logo > a img {
  opacity: 1;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .footer .footer_project .footer_logo > a:hover img {
    opacity: 0.85;
  }
}
.footer .footer_project .footer_title {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .footer .footer_project .footer_title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 949px) {
  .footer .footer_project .footer_title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 599px) {
  .footer .footer_project .footer_title {
    font-size: min(3.8vw, 16px);
  }
}
.footer .footer_link {
  text-align: center;
}
.footer .footer_link > a {
  padding: 8px;
  text-align: center;
  transition: opacity 0.4s;
}
.footer .footer_link > a span {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  padding: 0 2px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 599px) {
  .footer .footer_link > a span {
    font-size: 1rem;
  }
}
.footer .footer_link > a span:before {
  content: url(../img/external-link-icon.svg);
  display: inline-block;
  transform: translateY(0.2em);
}
@media (hover: hover) {
  .footer .footer_link > a:hover {
    opacity: 0.85;
  }
}
.footer .footer_copy {
  font-size: 0.875rem;
  margin-top: 56px;
  color: #fff;
  text-align: center;
  opacity: 0.6;
}
@media screen and (max-width: 949px) {
  .footer .footer_copy {
    font-size: 0.8125rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .footer .footer_copy {
    font-size: 0.75rem;
    margin-top: 24px;
  }
}/*# sourceMappingURL=style.css.map */