@charset "UTF-8";
main.inpage .hero-background {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
main.inpage .hero-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9D9D9D;
  mix-blend-mode: multiply;
  z-index: 1;
}
main.inpage .hero-background::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, #061C17 0%, rgba(6, 28, 23, 0) 100%);
  z-index: 1;
}
main.inpage .hero-background video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
main.inpage #first {
  position: relative;
  z-index: 2;
  color: #fff;
  height: calc(100vh - 100px);
  max-width: 1376px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main.inpage #first {
    height: 80vh;
  }
}
main.inpage #first .inner-out {
  position: relative;
  height: 100%;
}
main.inpage #first h1 {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main.inpage #first h1 {
    text-align: center;
  }
}
main.inpage #first h1 .jp {
  display: block;
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
}
main.inpage #first h1 .en-title {
  font-size: clamp(6rem, 3.912rem + 2.7vw, 7.8rem);
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  main.inpage #first h1 .en-title {
    font-size: 10vw;
  }
}
main.inpage #first h1 .en-title span {
  display: inline-block;
  text-indent: -1ex;
}
main.inpage #first .copy {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  font-size: clamp(2.2rem, 1.504rem + 0.9vw, 2.8rem);
}
main.inpage .content-block {
  position: relative;
  z-index: 2;
  padding: 0 5%;
  margin-bottom: 35px;
}
main.inpage .content-block .inner {
  max-width: 1376px;
  margin: 0 auto;
}
main.inpage .content-block .bg {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px) brightness(2);
  border-radius: 6px;
}
main.inpage .content-block .bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  pointer-events: none;
}
main.inpage .content-block .inner-box {
  position: relative;
  z-index: 1;
  padding: 80px 7rem;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .inner-box {
    padding: 40px 5%;
  }
}
main.inpage .content-block .page-title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .page-title {
    margin-bottom: 25px;
  }
}
main.inpage .content-block .page-title h2 {
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
main.inpage .content-block .page-title h2 .mark {
  width: 80px;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .page-title h2 .mark {
    width: 50px;
  }
}
main.inpage .content-block .page-title h2 .text {
  flex: 1;
  border-bottom: 1px solid #707070;
  font-size: clamp(2.8rem, 2.104rem + 0.9vw, 3.4rem);
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .page-title h2 .text {
    font-size: 2rem;
    text-align: left;
  }
}
main.inpage .content-block .answer-box {
  background-color: #448DD0;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 40px;
}
main.inpage .content-block .answer-box h3 {
  display: flex;
  align-items: center;
  padding: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .answer-box h3 {
    padding: 25px 20px;
  }
}
main.inpage .content-block .answer-box h3 .mark {
  width: 145px;
  padding-right: 45px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .answer-box h3 .mark {
    width: 90px;
    padding-right: 20px;
    padding-left: 0px;
  }
}
main.inpage .content-block .answer-box h3 .text {
  font-size: clamp(2.4rem, 1.428rem + 1.3vw, 3.3rem);
  padding-left: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .answer-box h3 .text {
    font-size: 2rem;
    padding-left: 20px;
  }
}
main.inpage .content-block .answer-box .layout {
  padding: 60px;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  display: flex;
  gap: 8%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .answer-box .layout {
    padding: 20px;
    display: block;
  }
}
main.inpage .content-block .answer-box .layout .image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .answer-box .layout .image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
main.inpage .content-block .answer-box .layout p {
  width: 60%;
  font-size: clamp(1.6rem, 1.368rem + 0.3vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .answer-box .layout p {
    width: 100%;
  }
}
main.inpage .content-block .answer-box .lead {
  padding: 60px;
  max-width: 950px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .answer-box .lead {
    padding: 30px;
  }
}
main.inpage .content-block .info {
  background-color: #EFF6FC;
  border-radius: 6px;
}
main.inpage .content-block .info h3 {
  background-color: #005BAC;
  color: #fff;
  text-align: center;
  font-size: clamp(2.4rem, 1.704rem + 0.9vw, 3rem);
  line-height: 1;
  padding: 25px;
  border-radius: 6px 6px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .info h3 {
    font-size: 2rem;
  }
}
main.inpage .content-block .different .layout {
  display: flex;
  justify-content: space-between;
  padding: 7rem;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .different .layout {
    display: block;
    padding: 25px 5%;
  }
}
main.inpage .content-block .different .layout .col {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .different .layout .col {
    width: 100%;
    margin-bottom: 3rem;
  }
}
main.inpage .content-block .different .layout .col h4 {
  background-color: #448DD0;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: clamp(1.6rem, 0.904rem + 0.9vw, 2.2rem);
  padding: 15px;
  margin-bottom: 30px;
  width: 100%;
  font-weight: 500;
}
main.inpage .content-block .different .layout .col .image {
  max-width: 340px;
  margin-bottom: 30px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .different .layout .col .image {
    width: 70%;
  }
}
main.inpage .content-block .different .layout .col h5 {
  color: #005BAC;
  border-bottom: 1px solid #005BAC;
  padding-bottom: 4px;
  margin-bottom: 15px;
  font-size: clamp(1.6rem, 0.904rem + 0.9vw, 2.2rem);
  font-weight: 500;
}
main.inpage .content-block .different .layout .col ul {
  list-style: "・";
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .different .layout .col ul {
    padding-left: 0;
  }
}
main.inpage .content-block .different .layout .col ul li {
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
}
main.inpage .content-block .cando .layout {
  display: flex;
  justify-content: space-between;
  padding: 7rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1060px) {
  main.inpage .content-block .cando .layout {
    display: block;
    padding: 25px 5%;
  }
}
main.inpage .content-block .cando .layout .box {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1060px) {
  main.inpage .content-block .cando .layout .box {
    width: 100%;
    margin-bottom: 3rem;
  }
}
main.inpage .content-block .cando .layout .box .image {
  max-width: 180px;
  width: 60%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1060px) {
  main.inpage .content-block .cando .layout .box .image {
    width: 140px;
  }
}
main.inpage .content-block .cando .layout .box h4 {
  font-size: clamp(1.6rem, 0.672rem + 1.2vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.inpage .content-block .cando .layout .box p {
  line-height: 2;
}
main.inpage .content-block .voice {
  padding: 40px 7rem 0px;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .voice {
    padding: 20px 5%;
  }
}
main.inpage .content-block .voice h3 {
  color: #005BAC;
  font-size: clamp(2.4rem, 1.704rem + 0.9vw, 3rem);
  border-bottom: 1px solid #005BAC;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
main.inpage .content-block .voice h3 span {
  display: inline-block;
  padding-left: 25px;
  font-size: clamp(2.2rem, 1.692rem + 0.7vw, 2.7rem);
}
main.inpage .content-block .voice .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.inpage .content-block .voice .layout .box {
  position: relative;
  width: 48%;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1060px) {
  main.inpage .content-block .voice .layout .box {
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
main.inpage .content-block .voice .layout .box .text {
  position: relative;
  background-color: #EFF6FC;
  border-radius: 8px;
  padding: 20px;
  flex: 1;
}
main.inpage .content-block .voice .layout .box .text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  width: 15px;
  height: 15px;
  background-color: #EFF6FC;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
@media screen and (max-width: 1060px) {
  main.inpage .content-block .voice .layout .box .text::before {
    height: 30px;
    left: 15%;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    clip-path: plygon(0 0, 100% 0, 100% 100%);
  }
}
main.inpage .content-block .voice .layout .box .text h4 {
  font-weight: 500;
  color: #005BAC;
}
main.inpage .content-block .voice .layout .box .image {
  width: 150px;
  padding-right: 20px;
}
@media screen and (max-width: 1060px) {
  main.inpage .content-block .voice .layout .box .image {
    margin-left: auto;
    transform: translateY(-20%);
    position: relative;
    z-index: 1;
  }
}
main.inpage .content-block .movies {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.inpage .content-block .movies .box {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .movies .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
main.inpage .content-block .movies .box h4 {
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 500;
  margin: 15px 0;
  text-align: center;
  color: #005BAC;
}
main.inpage .content-block .movies .box .movie {
  position: relative;
}
main.inpage .content-block .function .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 3rem;
}
@media screen and (max-width: 1060px) {
  main.inpage .content-block .function .layout {
    display: block;
    padding-bottom: 0;
  }
}
main.inpage .content-block .function .layout .box {
  position: relative;
  width: 33.333%;
  margin-bottom: 0;
  padding: 0 5rem;
  border-right: 1px solid #E2E2E2;
}
main.inpage .content-block .function .layout .box:nth-child(3) {
  border: none;
}
@media screen and (max-width: 1060px) {
  main.inpage .content-block .function .layout .box {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
    border: none;
  }
}
main.inpage .content-block .function .layout .box .image {
  margin-bottom: 30px;
}
main.inpage .content-block .function .layout .box h4 {
  font-size: clamp(1.8rem, 1.336rem + 0.6vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 20px;
  color: #005BAC;
  text-align: center;
}
main.inpage .content-block .function .layout .box h4 b {
  display: inline-block;
  font-size: clamp(2.2rem, 1.736rem + 0.6vw, 2.6rem);
  font-weight: 500;
  border-bottom: 1px solid #005BAC;
}
main.inpage .content-block .function .layout .box p {
  line-height: 2;
}
main.inpage .content-block .function .zu {
  text-align: center;
  padding: 0 7rem 50px;
  max-width: 992px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main.inpage .content-block .function .zu {
    padding: 5%;
  }
}
main.inpage #consider {
  max-width: 1376px;
  margin: 0 auto 100px;
  position: relative;
  background-color: rgba(0, 91, 172, 0.5);
  backdrop-filter: blur(50px) brightness(2);
  border-radius: 6px;
  text-align: center;
  color: #fff;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main.inpage #consider {
    width: 90%;
  }
}
main.inpage #consider h2 {
  font-size: clamp(2.8rem, 2.104rem + 0.9vw, 3.4rem);
  font-weight: 600;
  padding: 60px 7rem 20px;
}
main.inpage #consider p {
  font-size: clamp(1.6rem, 1.368rem + 0.3vw, 1.8rem);
  padding-bottom: 60px;
}
main.inpage #consider .btn {
  text-align: center;
}
main.inpage #consider .btn a {
  position: relative;
  display: block;
  background-color: #fff;
  color: #005BAC;
  font-size: clamp(1.6rem, 1.368rem + 0.3vw, 1.8rem);
  font-weight: 500;
  padding: 15px 40px;
  border-radius: 4px;
  max-width: 400px;
  margin: auto;
}
main.inpage #consider .btn a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #005BAC;
  border-right: 1px solid #005BAC;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
main.inpage #consider .btn a:hover {
  background-color: #005BAC;
  color: #fff;
}
main.inpage #consider .btn a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}