/* =========================================================
top
========================================================= */
.p-top-mv {
  position: relative;
}
.p-top-mv--wrap {
  display: block;
  height: 75vh;
  overflow: hidden;
}
@media screen and (min-width: 430px) {
  .p-top-mv--wrap {
    height: 85vh;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mv--wrap {
    height: auto;
  }
}
.p-top-mv picture::before {
  content: '';
  background: url(../images/top/mv-cover.webp) no-repeat bottom right;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-mv picture::before {
    background-position: left bottom;
    background-size: contain;
    left: 0px;
    right: auto;
  }
}
.p-top-mv picture img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .p-top-mv picture img {
    object-fit: contain;
  }
}
.p-top-mv_title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: calc(50 * (100vw / 430));
  font-weight: bold;
  line-height: 1.5;
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 430px) {
  .p-top-mv_title {
    font-size: calc(50 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-mv_title {
    font-size: calc(56 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv_title {
    font-size: calc(56 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-mv_title {
    font-size: 56px;
  }
}
.p-top-mv_title h1 .ttl {
  background: #00A7EA;
  display: inline;
  line-height: 1.8;
  letter-spacing: 3px;
}
.p-top-mv_title h1 .ttl .in {
  color: #FFE200;
}
@media screen and (min-width: 768px) {
  .p-top-mv_title h1 .sp {
    display: none;
  }
}
.p-top-mv_title .reduce {
  display: block;
  font-size: 40%;
  letter-spacing: .5rem;
  margin-top: 15px;
}
.p-top-about {
  background: url(../images/top/bg-about.webp) no-repeat top -50% right 100%;
  padding: calc(120 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 992px) {
  .p-top-about {
    background-position: top -240px right -510px;
    padding: calc(120 * (100vw / 1920)) 8vw;
  }
}
.p-top-about--wrap {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-about--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-top-about_title {
  color: #223F88;
  font-size: calc(35 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 430px) {
  .p-top-about_title {
    font-size: calc(40 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-about_title {
    font-size: calc(40 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-about_title {
    font-size: calc(40 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-about_title {
    font-size: 40px;
    margin-bottom: 0;
    width: 50%;
  }
}
.p-top-about_title .pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-top-about_title .pc {
    display: block;
  }
}
.p-top-about .text {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  max-width: 540px;
}
@media screen and (min-width: 992px) {
  .p-top-about .text {
    font-size: 16px;
    line-height: 2.8;
    margin-bottom: 0;
    width: 50%;
  }
}
.p-top-about .text .pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-top-about .text .pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px -10px 0;
    width: 100%;
  }
}
.p-top-about_link li {
  margin: 0 auto 15px;
  max-width: 600px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-about_link li {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-about_link li {
    max-width: 600px;
    margin-bottom: 0;
    width: 33.3%;
  }
}
.p-top-about_link li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  transition: .3s;
  max-width: 400px;
  margin: 0 auto;
}
.p-top-about_link li a:hover .title {
  background: #152856;
}
.p-top-about_link li a .title {
  background: #223F88;
  color: #fff;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
  position: relative;
  padding: 15px 40px 15px 10px;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .p-top-about_link li a .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-about_link li a .title {
    font-size: 18px;
  }
}
.p-top-about_link li a .title::after {
  content: '';
  background: url(../images/common/icon-right.svg) no-repeat center;
  background-color: #FFE200;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
}
.p-top-contact {
  padding: calc(100 * (100vw / 992)) 8vw;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-contact {
    padding: calc(100 * (100vw / 1920)) 8vw;
    padding-top: 0;
  }
}
.p-top-contact h2 {
  color: #223F88;
  display: block;
  font-size: calc(24 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-top-contact h2 {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-contact h2 {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-contact h2 {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-contact h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-contact h2 .sp {
    display: none;
  }
}
.p-top-list {
  padding: calc(90 * (100vw / 992)) 8vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-list {
    margin-bottom: 50px;
    padding: calc(90 * (100vw / 1920)) 8vw;
  }
}
.p-top-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #F1F5F9;
  transform: scaleY(2.3) perspective(0.6em) rotateX(0.5deg);
  transform-origin: bottom left;
}
.p-top-list:nth-child(odd)::before {
  right: 0;
  left: 10%;
  transform-origin: bottom right;
}
@media screen and (min-width: 992px) {
  .p-top-list:nth-child(even) .p-top-list--wrap {
    grid-template-columns: 1fr 240px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-list:nth-child(even) .p-top-list--wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .p-top-list:nth-child(even) dl {
    order: -1;
  }
}
.p-top-list--wrap {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-top-list--wrap {
    display: grid;
    grid-template-columns: 240px 1fr;
    column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-list--wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.p-top-list picture {
  display: block;
  padding-bottom: 15px;
  text-align: center;
}
.p-top-list picture img {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
.p-top-list dl {
  max-width: 600px;
  margin: 0 auto;
}
.p-top-list dl dt {
  color: #223F88;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-top-list dl dt {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-list dl dt {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-list dl dt {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-list dl dt {
    font-size: 30px;
  }
}
.p-top-list dl dt .en {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 50%;
  padding-left: 30px;
  position: relative;
}
.p-top-list dl dt .en::before {
  content: '';
  background: #223F88;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 24px;
  height: 1px;
}
.p-top-list dl dd p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  max-width: 540px;
}
@media screen and (min-width: 992px) {
  .p-top-list dl dd p {
    font-size: 16px;
  }
}
.p-top-list dl dd a {
  background: #223F88;
  border-radius: 100px;
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
  padding: 20px 50px 20px 20px;
  position: relative;
  margin: 15px auto 0;
  max-width: 310px;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .p-top-list dl dd a {
    max-width: 380px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-list dl dd a {
    font-size: 16px;
    margin: 40px 0 0;
    padding: 25px;
  }
}
.p-top-list dl dd a::before {
  content: '';
  background: url(../images/common/icon-right.svg) no-repeat center;
  background-color: #FFE200;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  width: 30px;
  height: 30px;
}
.p-top-list dl dd a:hover {
  background: #152856;
}
.p-top-service {
  background: #F1F5F9;
  padding: calc(120 * (100vw / 992)) 8vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding: calc(120 * (100vw / 1920)) 8vw;
  }
}
.p-top-service:before {
  content: '';
  background: url(../images/top/service-titile-bg.webp) no-repeat top center;
  background-size: 200%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 620px) {
  .p-top-service:before {
    background-size: 160%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service:before {
    background-size: contain;
    background-size: 120%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-service:before {
    background-size: cover;
    height: 22%;
  }
}
.p-top-service--wrap {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-top-service h2 {
  color: #ffffff;
  display: block;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-top-service h2 {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-service h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-service h2 {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-service h2 {
    font-size: 30px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service h2 .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
}
.p-top-service_list li {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-service_list li {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-service_list li {
    width: 33.3%;
  }
}
.p-top-service_list li picture {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.p-top-service_list li picture img {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .p-top-service_list li picture img {
    max-width: 160px;
  }
}
.p-top-service_list li h3 {
  color: #223F88;
  font-size: calc(24 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-top-service_list li h3 {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-service_list li h3 {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-service_list li h3 {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-service_list li h3 {
    font-size: 22px;
  }
}
.p-top-service_list li p {
  color: #343434;
  display: inline-block;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  text-align: left;
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-service_list li p {
    font-size: 16px;
  }
}
.p-top-qa {
  background: #ffffff;
  padding: calc(120 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-top-qa {
    padding: calc(120 * (100vw / 1920)) 8vw;
  }
}
.p-top-qa--wrap {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.p-top-qa h2 {
  color: #223F88;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-top-qa h2 {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-qa h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-qa h2 {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-qa h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
.p-top-qa h2 .en {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 50%;
  padding-left: 30px;
  position: relative;
}
.p-top-qa h2 .en::before {
  content: '';
  background: #223F88;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 24px;
  height: 1px;
}
.p-top-qa_list input {
  display: none;
}
.p-top-qa_list input:checked + .q span {
  background-image: url(../images/common/icon-minus.svg);
}
.p-top-qa_list input:checked + .q + .a {
  height: auto;
  transition: all .3s;
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  .p-top-qa_list input:checked + .q + .a {
    padding: 20px;
  }
}
.p-top-qa_list .q {
  background: #F1F5F9;
  cursor: pointer;
  display: block;
  padding: 15px 10px;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .p-top-qa_list .q {
    padding: 15px 20px;
  }
}
.p-top-qa_list .q:hover {
  background: #bac3cb;
}
.p-top-qa_list .q span {
  background: url(../images/common/icon-plus.svg) no-repeat right center;
  background-size: 20px 20px;
  color: #223F88;
  display: block;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  position: relative;
  padding: 0 30px 0;
}
@media screen and (min-width: 768px) {
  .p-top-qa_list .q span {
    padding: 10px 45px 10px 60px;
    background-size: 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-qa_list .q span {
    font-size: 16px;
  }
}
.p-top-qa_list .q span::before {
  content: "Q";
  background: #223F88;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-qa_list .q span::before {
    width: 40px;
    height: 40px;
  }
}
.p-top-qa_list .a {
  height: 0;
  margin-bottom: 10px;
  display: block;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.p-top-qa_list .a p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  padding: 0 20px 0 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-qa_list .a p {
    padding: 0 25px 0 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-qa_list .a p {
    font-size: 16px;
  }
}
.p-top-qa_list .a p::before {
  content: "A";
  background: #FFE200;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #223F88;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-qa_list .a p::before {
    width: 40px;
    height: 40px;
  }
}
.p-top-information {
  background: #F1F5F9;
  padding: calc(120 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-top-information {
    padding: calc(120 * (100vw / 1920)) 8vw;
  }
}
.p-top-information--wrap {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-top-information--wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-top-information h2 {
  color: #223F88;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-top-information h2 {
    font-size: calc(34 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-information h2 {
    font-size: calc(34 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-information h2 {
    font-size: calc(34 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-information h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-information h2 {
    width: calc(100% - 750px);
  }
}
.p-top-information h2 .en {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 50%;
  padding-left: 30px;
  position: relative;
}
.p-top-information h2 .en::before {
  content: '';
  background: #223F88;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 24px;
  height: 1px;
}
@media screen and (min-width: 1200px) {
  .p-top-information_list {
    width: 100%;
  }
}
.p-top-information_list li {
  background: #ffffff;
  display: block;
  font-size: clamp(13px, 1.61vw, 18px);
  padding: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
  position: relative;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .p-top-information_list li {
    font-size: 16px;
    padding: 20px 25px;
  }
}
.p-top-information_list li time {
  color: #00A7EA;
  display: block;
  font-weight: bold;
}
.p-top-information_list li .ttl {
  font-size: 110%;
  margin-bottom: 5px;
}
.p-top-information_list li .text {
  color: #343434;
}
.p-top-information_more {
  text-align: center;
  width: 100%;
}
.p-top-information_more button {
  background: #223F88;
  border-radius: 100px;
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
  padding: 20px 50px 20px 20px;
  position: relative;
  margin: 15px auto 0;
  max-width: 310px;
  width: 100%;
  transition: .3s;
}
.p-top-information_more button::before {
  content: '';
  background: url(../images/common/icon-right.svg) no-repeat center;
  background-color: #FFE200;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  width: 30px;
  height: 30px;
}
