.mv{
  background: url(img/mv.png) top center no-repeat;
  height: 670px;
}

.mv .inner{
  max-width: 1160px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}

.mv .mv__title{
  padding: 110px 0 0;
}

.mv p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.mv .mv__subTitle{
  font-size: 30px;
  margin: 40px auto 20px;
  color:#7FBFF5;
}

.mv .c-btnArea{
  margin-top: 50px;
}

@media (max-width: 767px) {

  
.mv{
  background: url(img/mv_sp.png) top center no-repeat;
  height: 670px;
  background-size: auto 100%;
  padding: 0 20px 0;
}
.mv .inner {
    max-width: 1160px;
    display:block;
    margin: 0 auto;
}

.mv .mv__title {
    padding: 60px 0 0;
}
.mv .mv__title img{
  width: 80%;
  margin: 0 auto;
  display: block;
}

.mv p{
  font-size: 14px;
}

.mv .mv__subTitle{
  font-size: 20px;
  margin: 30px auto 10px;
}

.c-btnArea {
    margin: 40px auto 20px;
}
.mv .c-btn{
  min-height: 50px;
}


}


.about {
  padding: 74px 0 80px;
  background-color: #f1fafc;
  color: #102f5b;
}

.about__inner {
  width: min(1100px, calc(100% - 40px));
  margin-inline: auto;
}

.about__title {
  margin: 12px 0 0;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.3;
}

.about__description {
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
}

.about__description-emphasis {
  color: #005CB1;
}

.about__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.about__item {
  min-width: 0;
}

.about__image {
  aspect-ratio: 340 / 225;
  overflow: hidden;
  background-color: #fff;
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__item-text {
  margin: 27px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 767px) {
  .about {
    padding: 50px 0 60px;
  }

  .about__inner {
    width: min(100% - 32px, 540px);
  }

  .about__title {
    margin-top: 8px;
    font-size: 28px;
  }

  .about__description {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .about__description br {
    display: none;
  }

  .about__list {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 30px;
  }

  .about__item-text {
    margin-top: 18px;
    font-size: 18px;
  }
}

.benefits {
  padding: 80px 0 100px;
  background-color: #fff;
  color: #102f5b;
}

.benefits__inner {
  width: min(1100px, calc(100% - 40px));
  margin-inline: auto;
}

.benefits__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 20px;
  margin: 58px 0 0;
  padding: 0;
  list-style: none;
}

.benefits__item {
  overflow: hidden;
  background: #102f5b;
}

.benefits__image {
  width: 100%;
}

.benefits__image img {
  width: 100%;
  height: 100%;
}

.benefits__content {
  position: relative;
  min-height: 188px;
  padding: 30px 20px 30px 24px;
  box-sizing: border-box;
}

.benefits__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #4fc3f7;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.benefits__points {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
  color: #fff;
}

.benefits__point {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}


.benefits__point::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -4px;
}


@media (max-width: 767px) {
  .benefits {
    padding: 50px 0 50px;
  }

  .benefits__inner {
    width: min(100% - 32px, 540px);
  }

  .benefits__list {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 40px;
  }

  .benefits__content {
    min-height: 140px;
    padding: 24px 10px 20px 10px;
  }

  .benefits__title {
    font-size: 16px;
  }

  .benefits__points {
    margin-top: 10px;
  }

  .benefits__point {
    font-size: 12.5px;
  }

}

.clients {
  padding: 70px 0 110px;
  background-color: #f1fafc;
  color: #102f5b;
}

.clients__inner {
  width: min(1046px, calc(100% - 40px));
  margin-inline: auto;
}

.clients__lead {
  margin: 34px 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.clients__lead-emphasis {
  color: #005CB1;
}

.clients__interview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 80px;
  margin-top: 90px;
}

.clients__content {
  min-width: 0;
}

.clients__label {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.clients__interview-title {
  margin: 16px 0 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  color:#4fc3f7;
  letter-spacing: 0.04em;
}

.clients__text {
  margin-top: 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.clients__text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.clients__text p + p {
  margin-top: 26px;
}

.clients__company {
  margin: 50px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.clients__interview-image {
  width: 100%;
}

.clients__interview-image img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.clients__companies {
  margin-top: 58px;
}

.clients__companies-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.clients__logo-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 100px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.clients__logo-item {
  display: grid;
  place-items: center;
  min-height: 90px;
  background-color: #fff;
}

.clients__logo-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .clients {
    padding: 60px 0 70px;
  }

  .clients__inner {
    width: min(100% - 32px, 540px);
  }

  .clients__lead {
    margin-top: 24px;
    font-size: 14px;
    text-align: left;
  }

  .clients__interview {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 60px;
  }

  .clients__label {
    font-size: 18px;
  }

  .clients__interview-title {
    margin-top: 24px;
    font-size: 23px;
  }

  .clients__text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
  }

  .clients__text p + p {
    margin-top: 24px;
  }

  .clients__company {
    margin-top: 24px;
    font-size: 14px;
  }

  .clients__interview-image {
    order: -1;
    padding: 0 30px;
  }
  .clients__interview-image img {
    margin-top: -20px;
  }

  .clients__companies {
    margin-top: 50px;
  }

  .clients__logo-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .clients__logo-item {
    min-height: 90px;
  }
}

.flow {
  padding: 76px 0 110px;
  background-color: #fff;
  color: #102f5b;
}

.flow__inner {
  width: min(1100px, calc(100% - 40px));
  margin-inline: auto;
}

.flow__list {
  display: grid;
  gap: 50px;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}

.flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  min-height: 80px;
  background-color: #f5f5f5;
}

.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 0;
  height: 0;
  border-top: 14px solid #5bc4fb;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  transform: translateX(-50%);
}

.flow__number {
  display: grid;
  place-items: center;
  background-color: #102f5b;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.flow__content {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px 38px;
  box-sizing: border-box;
}

.flow__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.flow__text {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .flow {
    padding: 60px 0 70px;
  }

  .flow__inner {
    width: min(100% - 32px, 540px);
  }

  .flow__list {
    gap: 42px;
    margin-top: 40px;
  }

  .flow__item {
    grid-template-columns: 60px minmax(0, 1fr);
    min-height: 120px;
  }

  .flow__item:not(:last-child)::after {
    bottom: -29px;
    border-top-width: 12px;
    border-right-width: 11px;
    border-left-width: 11px;
  }

  .flow__number {
    font-size: 22px;
  }

  .flow__content {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 8px;
    padding: 18px 20px;
  }

  .flow__title {
    font-size: 17px;
  }

  .flow__text {
    font-size: 13px;
  }
}

.price {
  padding: 76px 0 110px;
  background-color: #f1fafc;
  color: #102f5b;
}

.price__inner {
  width: min(1100px, calc(100% - 40px));
  margin-inline: auto;
}

.price__lead {
  margin: 32px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.price__lead-emphasis {
  color: #005CB1;
}

.price__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 44px;
  margin-top: 76px;
  padding: 0 8px 22px;
  border-bottom: 3px solid #102f5b;
}

.price__summary-heading {
  display: flex;
  align-items: baseline;
  gap: 34px;
}

.price__name {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.price__kit {
  margin: 0;
  color: #5bc4fb;
  font-size: 18px;
  font-weight: 700;
}

.price__amount {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  white-space: nowrap;
}

.price__amount-number {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.price__amount-yen {
  font-size: 18px;
  font-weight: 700;
}

.price__button {
  display: grid;
  place-items: center;
  min-width: 225px;
  min-height: 64px;
  padding: 10px 30px;
  border-radius: 100vh;
  background-color: #102f5b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s;
}

.price__button:hover {
  opacity: 0.75;
}

.price__body {
  display: grid;
  grid-template-columns: minmax(0, 535px) minmax(0, 1fr);
  gap: 64px;
  margin-top: 52px;
}

.price__product-list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price__product {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  min-height: 140px;
  background-color: #fff;
}

.price__product-image {
  display: grid;
  padding: 0px;
  margin-right: 20px;
  box-sizing: border-box;
  background: #f7f7f7;
}

.price__product-image img {
  display: block;
  max-width: 100%;
}

.price__product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 26px 20px 0;
  box-sizing: border-box;
}

.price__product-title {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.price__product-note {
  margin: 2px 0 0;
  color: #5bc4fb;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.price__product-text {
  margin: 12px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.price__main-image {
  min-width: 0;
  background-color: #fff;
}

.price__main-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .price {
    padding: 60px 0 70px;
  }

  .price__inner {
    width: min(100% - 32px, 540px);
  }

  .price__lead {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .price__lead br {
    display: none;
  }

  .price__summary {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 46px;
    padding: 0 0 28px;
  }

  .price__summary-heading {
    display: block;
  }

  .price__name {
    font-size: 31px;
  }

  .price__kit {
    margin-top: 6px;
    font-size: 16px;
  }

  .price__amount-number {
    font-size: 34px;
  }

  .price__amount-yen {
    font-size: 16px;
  }

  .price__button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  .price__body {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 36px;
  }

  .price__product {
    grid-template-columns: 100px minmax(0, 1fr);
    min-height: 130px;
  }

  .price__product-image {
    padding: 8px;
    align-items: center;
  }

  .price__product-image img {
    max-height: 100px;
  }

  .price__product-content {
    padding: 18px 16px 18px 0;
  }

  .price__product-title {
    font-size: 17px;
  }

  .price__product-note {
    font-size: 13px;
  }

  .price__product-text {
    margin-top: 8px;
    font-size: 13px;
  }

  .price__main-image {
    order: -1;
  }
}




.faq {
  padding: 60px 0 50px;
  background: #81bced;
  color: #002b5b;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 80px;
}

.faq__inner {
  max-width: 1160px;
  margin: 40px auto 20px;
  padding: 0 24px;
}
  .faq__sub {
    color: #12335b;
  }

  .faq__title {
    color: #fff;
  }

.faq__grid {
  position: relative;
  display: grid;
  grid-template-columns: 400px 400px;
  gap: 360px;
  margin: 80px auto 60px;
}

.faq__col {
  display: flex;
  flex-direction: column;
  gap: 72px;
}


.faq__item.left100{
  margin-left: 0px;
}


.faq__q-box {
  margin-bottom: 18px;
  padding: 14px 20px 14px 60px;
  background: #f3f3f3;
  display: block;
}

.faq__q {
  margin: 0;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.faq__q::before {
  content: "Q.";
  display: inline-block;
  margin-right:4px;
  font-size: 25px;
  font-weight: 900 !important;
  font-family: "Arial Black", "Poppins", sans-serif;
  color: #E25D5F;
  position: absolute;
  left: -40px;
}

.faq__a-title {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  line-height: 1.6;
  padding:0 20px 0 60px;
  color: #002b5b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.faq__a-title::before {
  content: "A.";
  margin-right:8px;
  font-size: 26px;
  font-weight: 900 !important;
  font-family: "Arial Black", "Poppins", sans-serif;
  height: 60px;
  position: absolute;
  left: 20px;
}


.faq__a-title span{
  position: relative;
}

.faq__a-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: #d9e8f5;
}

.faq__a-text {
  margin: 0;
  color: #002b5b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 60px;
}

.faq__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  height: 540px;
  margin-left: 40px;
  pointer-events: none;
  margin-top: -20px;
}

.faq__center-image {
  width: 90%;
  height: 90%;
  border-radius: 12px;
  margin-top: 20px;
}

.u-en.question{
  color:#E25D5F;
  font-weight: 900;
}

@media (max-width: 767px) {

  .faq {
    padding: 40px 0 30px;
   
  }

  .faq__inner {
    padding: 0 20px;
     margin: 0;
  }

  .faq__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 0px auto 30px;
  }

  .faq__col {
    gap: 0px;
  }

  .faq__center {
    order: -1;
  }

  .faq__center-image {
    width: 220px;
    height: 340px;
  }

  .faq__q-box {
    display: block;
    padding: 12px 16px;
    margin-bottom: 14px;
    margin-top: 20px;
  }

  .faq__q {
    font-size: 15px;
    line-height: 1.5;
    white-space:normal;
  }

  .faq__a-title {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 50px;
  }

  .faq__a-text {
    font-size: 15px;
    line-height: 1.8;
  }
  .faq__item.left100 {
    margin-left: 0px;
  } 
  .faq__q::before {
        content: "Q.";
        margin-right: 6px;
        margin-left: -4px;
        font-size: 20px;
        font-weight: 900 !important;
        position: relative;
        left: 0;
  }
  .faq__a-title::before {
    content: "A.";
    margin-right: 6px;
    font-size: 20px;
    font-weight: 900 !important;
    position: absolute;
    left: 14px;
  }
}


.contact__lead {
    margin: 32px 0 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}
.contact__inner {
  width: min(1100px, calc(100% - 40px));
  margin-inline: auto;
  text-align: center;
  padding-bottom: 60px;
}

.contact__inner iframe{
  margin: 0 auto;
}
#contact{
  scroll-margin-top: 160px;
}


.google-form {
  width: 100%;
  /*overflow: hidden;*/
}

.google-form iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 1280px;
  border: 0;
}

@media screen and (max-width: 767px) {
  .google-form iframe {
    height: 1400px;
  }
}