/*======================================
    font
======================================*/
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansCJKjp-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica.ttc) format("truetype");
}
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "Noto Sans JP", "sans-serif";
  color: #000;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.is-sp {
    display: block;
  }
}

/*======================================
    layout
======================================*/
.inner {
  width: 95%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 84.93%;
  }
}

/*======================================
    background
======================================*/
.bg-dot {
  background-color: #fff;
  background-image: radial-gradient(rgba(0, 0, 0, 0.06) 30%, rgba(255, 255, 255, 0) 30%);
  background-size: 12px 12px;
}

.bg-arrow {
  padding: 17em 0 8em;
  clip-path: polygon(100% 0, 100% 83%, 50% 100%, 0 83%, 0 0, 50% 17%);
  background-color: #daeef5;
}

/*======================================
    section
======================================*/
section {
  font-size: min(1.3333333333vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  section {
    font-size: min(4.3835616438vw, 1.6rem);
  }
}

.section-ttl01 {
  text-align: center;
  font-size: 4.9375em;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .section-ttl01 {
    font-size: 2.3125em;
  }
}
.section-ttl01 span {
  display: inline-block;
  white-space: nowrap;
  color: #1c1b70;
  padding: 0 0.4em 0 0.6em;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .section-ttl01 span {
    white-space: unset;
    padding: 0 0.6em 0 0.8em;
  }
}
.section-ttl01 span::before, .section-ttl01 span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.05em;
  height: 1em;
  background-color: #1c1b70;
}
@media screen and (max-width: 768px) {
  .section-ttl01 span::before, .section-ttl01 span::after {
    height: 2em;
  }
}
.section-ttl01 span::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .section-ttl01 span::before {
    transform: translateY(-45%) rotate(-20deg);
  }
}
.section-ttl01 span::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
@media screen and (max-width: 768px) {
  .section-ttl01 span::after {
    transform: translateY(-45%) rotate(20deg);
  }
}

.section-ttl02 {
  text-align: center;
  font-size: 2.25em;
}
@media screen and (max-width: 768px) {
  .section-ttl02 {
    font-size: 1.5625em;
  }
}
.section-ttl02 span {
  display: block;
  font-size: 2.1em;
  margin-bottom: -0.25em;
}
@media screen and (max-width: 768px) {
  .section-ttl02 span {
    font-size: 2.52em;
  }
}
.section-ttl02 span img {
  display: block;
  width: auto;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
}

/*======================================
    common
======================================*/
.sp__btns {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__btns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    height: 3.67em;
    background-color: #fff;
    font-size: min(4.1095890411vw, 1.5rem);
  }
}

.sp__btn {
  display: flex;
  align-items: center;
  column-gap: 0.67em;
  line-height: 1.4;
  height: 100%;
  font-weight: 700;
}

.sp__btn--left {
  background-color: #1c1b70;
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  color: #fff;
  position: relative;
  padding-left: 2em;
}

.sp__btn--icon {
  width: 2.2em;
}
.sp__btn--icon img {
  display: block;
}

.sp__btn--right {
  padding-left: 0.8em;
  color: #1c1b70;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: min(0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .header {
    font-size: min(4.3835616438vw, 1.6rem);
  }
}

.h__inner {
  height: 5.625em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .h__inner {
    height: 4.1875em;
  }
}

.h__left {
  padding-left: 1.5em;
  display: flex;
  align-items: center;
  column-gap: 3em;
}

.h__logo {
  width: 17.5em;
}
@media screen and (max-width: 768px) {
  .h__logo {
    width: 12.5em;
  }
}
.h__logo a {
  display: block;
}

.h__links {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
@media screen and (max-width: 768px) {
  .h__links {
    display: none;
  }
}

.h__link a {
  display: block;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
.h__link a:hover {
  opacity: 0.7;
}

.h__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  background-color: #1c1b70;
  color: #fff;
  height: 100%;
  padding-right: 2.5em;
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .h__right {
    display: none;
  }
}
.h__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(calc(-100% + 1px));
  width: 3.5em;
  height: 100%;
  background-color: #1c1b70;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.h__contact--wrap {
  display: flex;
  align-items: center;
  column-gap: 0.625em;
}

.h__contact--text {
  font-size: 0.875em;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  font-weight: 700;
}

.h__contact--tel {
  display: flex;
  align-items: center;
}

.h__contact--icon {
  width: 2em;
}

.h__contact--number {
  margin-left: 0.625em;
}
.h__contact--number a {
  display: block;
  font-size: 2em;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.h__contact--number a img {
  display: block;
  width: auto;
  height: 1em;
}

.h__contact--hours {
  border: 1px solid #fff;
  padding: 0.05em 0.15em;
  margin-left: 0.5em;
}
.h__contact--hours p {
  font-size: 0.625em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
}

.h__contact--mail {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid #fff;
  display: flex;
  align-items: center;
}
.h__contact--mail:hover .h__contact--mail__text::before {
  right: -0.2em;
}

.h__contact--mail__icon {
  width: 2em;
  margin-right: 0.75em;
}

.h__contact--mail__text {
  font-size: 1.25em;
  font-weight: 700;
  padding-right: 1.3em;
  position: relative;
}
.h__contact--mail__text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.5em;
  height: 1em;
  background: url(../img/icon_contact_arrow.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}

/*======================================
    drawer
======================================*/
.d-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .d-icon {
    display: block;
    position: fixed;
    top: 1.25em;
    right: 1.25em;
    z-index: 400;
    font-size: min(4.3835616438vw, 1.6rem);
  }
  .d-icon.is-active .bar1, .d-icon.is-active .bar2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
  }
  .d-icon.is-active .bar3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}

.d-icon__bars {
  position: relative;
  width: 2.1875em;
  height: 1.5625em;
}

.d-icon__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s ease, top 0.3s ease, left 0.3s ease;
}

.bar1 {
  top: 0;
}

.bar2 {
  top: 50%;
  transform: translateY(-50%);
}

.bar3 {
  top: 100%;
  transform: translateY(-50%);
}

.d-contents {
  display: none;
}
@media screen and (max-width: 768px) {
  .d-contents {
    display: block;
    position: fixed;
    top: 4.1875em;
    left: 0;
    width: 100%;
    height: calc(100% - 4.1875em);
    font-size: min(4.3835616438vw, 1.6rem);
    color: #fff;
    background-color: rgba(28, 27, 112, 0.97);
    z-index: 200;
    overflow: scroll;
    padding-bottom: 2em;
    transform: translateX(105%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
  .d-contents.is-active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .d-contents .contact__btn {
    margin-top: 1em;
  }
}

.d-links {
  font-size: 0.9375em;
  padding-top: 4.5em;
}

.d-link {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.d-link:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.d-link a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.2em;
  font-weight: 700;
  position: relative;
}
.d-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.875em;
  height: 0.875em;
  background: url(../img/d_arrow.svg) no-repeat center/contain;
}

.d__text {
  font-size: 0.875em;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 3.2em;
}

.footer {
  background-color: #f5f5f5;
  text-align: center;
  font-size: min(1.25vw, 1.5rem);
  padding: 4.67em 0 4em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5em 0 6em;
    font-size: min(4.1095890411vw, 1.5rem);
  }
}

.f__inner {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.f__logo {
  width: 23.46em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .f__logo {
    width: 20.3em;
    max-width: 100%;
  }
}

.f__contents {
  line-height: 1.6;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .f__contents {
    line-height: 1.6666666667;
    margin-top: 2.1em;
  }
}
.f__contents p {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.f__contents p a {
  font-weight: inherit;
}

.copyright {
  font-size: 0.87em;
  margin-top: 2.77em;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 0.8em;
    margin-top: 2.4em;
  }
}
.copyright small {
  font-size: 1em;
}

.toTop {
  position: absolute;
  bottom: 4.2em;
  right: 2.8em;
  transform: translateY(-10%);
}
@media screen and (max-width: 768px) {
  .toTop {
    top: 0;
    bottom: unset;
    right: 2em;
    transform: translateY(-10%);
  }
}
.toTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.067em;
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  border: 1px solid #231815;
  background-color: #fff;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .toTop a {
    font-size: 0.67em;
    width: 5.8em;
    height: 5.8em;
  }
}
.toTop a:hover {
  opacity: 0.7;
}
.toTop a:hover span::before {
  top: -0.2em;
}
.toTop a span {
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
  transform: translateY(-20%);
}
@media screen and (max-width: 768px) {
  .toTop a span {
    padding-top: 1.2em;
  }
}
.toTop a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.125em;
  height: 1.125em;
  background: url(../img/icon_totop.svg) no-repeat center/contain;
  transition: top 0.3s ease;
}
@media screen and (max-width: 768px) {
  .toTop a span::before {
    width: 1em;
    height: 1em;
  }
}

.mv {
  position: relative;
  height: 58.75em;
  background: url(../img/mv_pc.jpg) no-repeat center/cover;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mv {
    background: url(../img/mv_sp.jpg) no-repeat center/cover;
    height: 37.5em;
    margin-top: min(4.1875em, 67px);
    font-size: 4.3835616438vw;
  }
}

.mv__texts {
  position: absolute;
  bottom: 4.5%;
  left: 50%;
  transform: translateX(-54%);
  width: 47.5em;
}
@media screen and (max-width: 768px) {
  .mv__texts {
    bottom: 12.5%;
    width: 20.375em;
    max-width: 95%;
    transform: translateX(-50%);
  }
}

.nayami {
  padding-top: 5em;
  padding-bottom: 9em;
  background-color: #daeef5;
  clip-path: polygon(0 0, 100% 0%, 100% 76%, 50% 100%, 0 76%);
}
@media screen and (max-width: 768px) {
  .nayami {
    padding-top: 2.5em;
    padding-bottom: 4em;
    clip-path: polygon(0 0, 100% 0%, 100% 96.5%, 50% 100%, 0 96.5%);
  }
}

.nayami__img {
  width: 91%;
  transform: translateX(3%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.1em;
}
@media screen and (max-width: 768px) {
  .nayami__img {
    width: 105%;
    transform: translateX(-2%);
  }
}

.nayami__text {
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1.3148148148;
  text-align: center;
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .nayami__text {
    font-size: 1.875em;
    margin-top: 1.1em;
    line-height: 1.4;
  }
}
.nayami__text span {
  display: inline-block;
  font-size: 0.78em;
}
@media screen and (max-width: 768px) {
  .nayami__text span {
    font-size: 0.67em;
  }
}

.product {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .product {
    padding-top: 1.75em;
  }
}

.product__video {
  position: relative;
  width: 81.48%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .product__video {
    width: 100%;
  }
}
.product__video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  background-color: lightgray;
}
.product__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product__contents {
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  .product__contents {
    padding-top: 2.2em;
  }
}
.product__contents .section-ttl01 {
  font-size: 4.125em;
}
@media screen and (max-width: 768px) {
  .product__contents .section-ttl01 {
    font-size: 2.1875em;
    margin: 0 calc(50% - 50vw);
  }
  .product__contents .section-ttl01 span {
    white-space: nowrap;
    padding: 0 0.2em;
    letter-spacing: 0.065em;
  }
}

.product__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto 1fr;
  grid-auto-flow: column;
  column-gap: 4.125em;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .product__lists {
    grid-template-columns: 1fr;
    row-gap: 3.2em;
    margin-top: 2em;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
}
.product__lists.-secound {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .product__lists.-secound {
    margin-top: 3.2em;
  }
}

.product__list {
  display: contents;
}
@media screen and (max-width: 768px) {
  .product__list {
    display: block;
  }
}

.product__list--ttl {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9375em;
  line-height: 1.4516129032;
  letter-spacing: 0.05em;
  color: #1c1b70;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .product__list--ttl {
    font-size: 1.5625em;
    line-height: 1.25;
  }
}

.product__list--text {
  line-height: 1.8571428571;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: justify;
  margin-top: 1.75em;
}
@media screen and (max-width: 768px) {
  .product__list--text {
    margin-top: 0.5em;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
.product__list--text .underline {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, #ffe591 5%, #ffe591 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
}

.product__list--img {
  position: relative;
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .product__list--img {
    margin-top: 1.25em;
  }
}
.product__list--img::before {
  content: "";
  display: block;
  padding-top: 40.625%;
}
@media screen and (max-width: 768px) {
  .product__list--img::before {
    display: none;
  }
}
.product__list--img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .product__list--img img {
    position: static;
    transform: translate(0);
  }
}

.feature {
  margin-top: -1em;
}
@media screen and (max-width: 768px) {
  .feature {
    padding-top: 4.6em;
    padding-bottom: 4.5em;
    margin-top: 1em;
    clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0, 50% 3%);
  }
  .feature .section-ttl02 {
    line-height: 1.2;
  }
}

.feature__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2em;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .feature__lists {
    grid-template-columns: 1fr;
    margin-top: 3.7em;
    row-gap: 6em;
  }
}

.feature__list {
  position: relative;
  padding: 7.5em 1.875em 1.875em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .feature__list {
    padding: 4.75em 1.875em 1.4em;
  }
}
.feature__list:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-75%, -50%);
  width: 3.875em;
  height: 3.875em;
  background: url(../img/feature_cross.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .feature__list:nth-child(n+2)::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -160%);
    width: 2.75em;
    height: 2.75em;
  }
}
.feature__list:nth-child(1) .feature__list--img {
  width: 32.54%;
}
@media screen and (max-width: 768px) {
  .feature__list:nth-child(1) .feature__list--img {
    width: 4.5em;
  }
}
.feature__list:nth-child(2) .feature__list--img {
  width: 37.87%;
}
@media screen and (max-width: 768px) {
  .feature__list:nth-child(2) .feature__list--img {
    width: 5.125em;
  }
}
.feature__list:nth-child(3) .feature__list--img {
  width: 37.87%;
}
@media screen and (max-width: 768px) {
  .feature__list:nth-child(3) .feature__list--img {
    width: 5.125em;
  }
}

.feature__list--img {
  position: absolute;
  top: 5.75em;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 768px) {
  .feature__list--img {
    transform: translate(-50%, -130%);
  }
}

.feature__list--ttl {
  text-align: center;
  font-feature-settings: "palt";
  font-size: 1.9375em;
  font-weight: 700;
  line-height: 1.4516129032;
  color: #1c1b70;
  white-space: nowrap;
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature__list--ttl {
    font-size: 1.5625em;
    line-height: 1.25;
    padding-bottom: 0.75em;
  }
}
.feature__list--ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.9em;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.66);
}

.feature__list--text {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.8571428571;
  margin-top: 1.2em;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .feature__list--text {
    margin-top: 1.1em;
    line-height: 1.6;
  }
}

.feature__lead {
  font-size: 5.625em;
  text-align: center;
  line-height: 1.3111111111;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 0.6em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .feature__lead {
    font-size: 1.875em;
    margin: 1.2em calc(50% - 50vw) 0;
  }
}
.feature__lead span {
  display: inline-block;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 94%, #ff5151, 94%, #ff5151 100%);
}
@media screen and (max-width: 768px) {
  .feature__lead span {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, #ff5151, 90%, #ff5151 100%);
  }
}

.compare {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .compare {
    padding-top: 2em;
  }
}
.compare .section-ttl02 span {
  margin-bottom: -0.65em;
}
@media screen and (max-width: 768px) {
  .compare .section-ttl02 span {
    margin-bottom: -0.45em;
  }
}
.compare .section-ttl02 span img {
  height: 1.27em;
}
@media screen and (max-width: 768px) {
  .compare .section-ttl02 span img {
    height: 1.09em;
  }
}

@media screen and (max-width: 768px) {
  .compare-table__wrapper {
    position: relative;
    margin-right: calc(50% - 50vw);
  }
  .compare-table__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  }
}

@media screen and (max-width: 768px) {
  .compare-table__wrap {
    overflow: scroll;
    padding-right: 1em;
  }
}

.compare-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 1em;
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .compare-table {
    width: 762px;
    margin-top: 3.5em;
  }
}
.compare-table tr.table-border th, .compare-table tr.table-border td {
  border: 1px solid #000;
  background-color: #fff;
  height: 12.375em;
}
@media screen and (max-width: 768px) {
  .compare-table tr.table-border th, .compare-table tr.table-border td {
    height: 11.5625em;
  }
}
.compare-table tr.space th, .compare-table tr.space td {
  height: 1.5em;
}
@media screen and (max-width: 768px) {
  .compare-table tr.space th, .compare-table tr.space td {
    height: 1.1em;
  }
}
.compare-table tr.space th {
  border-left: none;
}
.compare-table tr.space td {
  border-right: none;
}
.compare-table th, .compare-table td {
  vertical-align: middle;
}
.compare-table th.table-head__contents {
  width: 11.25em;
}
@media screen and (max-width: 768px) {
  .compare-table th.table-head__contents {
    width: 5em;
  }
}
.compare-table td {
  vertical-align: middle;
  text-align: center;
}
.compare-table td.color {
  background-color: #ffebaa !important;
}
.compare-table td:last-child {
  border-right: none !important;
}

.table-head {
  padding-left: 0.75em;
  padding-right: 0.75em;
  vertical-align: bottom;
}
.table-head.-color .table-head__wrap {
  border-color: #ffebaa;
  background-color: #fff;
}

.table-head__wrap {
  border-top: 3px solid #cfcfcf;
  border-left: 3px solid #cfcfcf;
  border-right: 3px solid #cfcfcf;
  border-radius: 0.55em 0.55em 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.11em;
  font-size: 1.125em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: 700;
  background-color: #cfcfcf;
}
@media screen and (max-width: 768px) {
  .table-head__wrap {
    height: 4.67em;
    font-size: 0.9375em;
  }
}

.table-logo {
  width: 12.11em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .table-logo {
    width: 11.06em;
  }
}

.table-head__contents {
  border-left: none !important;
}
.table-head__contents .table-head__small {
  font-size: 0.625em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .table-head__contents .table-head__small {
    font-size: 0.6875em;
  }
}
.table-head__contents .table-head__number {
  font-size: 2.1875em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .table-head__contents .table-head__number {
    font-size: 1.5625em;
  }
}
.table-head__contents .table-head__number img {
  width: auto;
  height: 1em;
}
.table-head__contents .table-head__medium {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .table-head__contents .table-head__medium {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 768px) {
  .table-head__contents .table-head__vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
  }
}

.table-circle {
  width: 3.6875em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .table-circle {
    width: 2.8125em;
  }
}

.table-cross {
  width: 2.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .table-cross {
    width: 1.875em;
  }
}

.table-text {
  font-size: 1.0625em;
  line-height: 1.5882352941;
  font-weight: 700;
  margin-top: 0.7em;
}
@media screen and (max-width: 768px) {
  .table-text {
    font-size: 0.8125em;
    line-height: 1.5;
  }
}

.flow {
  margin-top: 1em;
  clip-path: polygon(100% 0, 100% 78%, 50% 100%, 0 78%, 0 0, 50% 22%);
  padding-bottom: max(8em, 200px);
}
@media screen and (max-width: 768px) {
  .flow {
    margin-top: 1.5em;
    padding-top: 4.5em;
    padding-bottom: 2.5em;
    clip-path: polygon(100% 0, 100% 97.5%, 50% 100%, 0 97.5%, 0 0, 50% 2.5%);
  }
  .flow .section-ttl02 span {
    font-size: 2em;
  }
}

.flow__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-template-rows: auto 1fr auto auto;
  column-gap: 3.75em;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .flow__steps {
    grid-template-columns: 1fr;
    margin-top: 1em;
    row-gap: 1em;
  }
}

.flow__step {
  display: contents;
}
@media screen and (max-width: 768px) {
  .flow__step {
    display: block;
  }
}
.flow__step:nth-child(1) .flow__step--img {
  width: 45.6%;
  margin-top: 0.625em;
}
.flow__step:nth-child(2) .flow__step--img {
  width: 41.5%;
}
.flow__step:nth-child(3) .flow__step--img {
  width: 21.1%;
}

.flow__step--number {
  text-align: center;
  font-weight: 700;
  font-size: 5.25em;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .flow__step--number {
    font-size: 5em;
  }
}

.flow__step--img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .flow__step--img {
    margin-top: 0.625em;
  }
}

.flow__step--ttl {
  text-align: center;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1.14em;
}
@media screen and (max-width: 768px) {
  .flow__step--ttl {
    margin-top: 0.65em;
  }
}

.flow__step--text {
  font-size: 0.875em;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 1em;
  text-align: justify;
  font-feature-settings: "palt";
}

.qa {
  padding-top: 3em;
  padding-bottom: 6.5625em;
}
@media screen and (max-width: 768px) {
  .qa {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .qa .section-ttl02 span {
    font-size: 2.4em;
    margin-bottom: -0.3em;
  }
}

.qa__lists {
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .qa__lists {
    margin-top: 2.5em;
  }
}

.qa__list {
  border-radius: 1.25em;
  overflow: hidden;
}
.qa__list:nth-child(n+2) {
  margin-top: 2.375em;
}
@media screen and (max-width: 768px) {
  .qa__list:nth-child(n+2) {
    margin-top: 1.6em;
  }
}
.qa__list dl dt, .qa__list dl dd {
  padding: 0 3.75em 0 2.8125em;
  color: #1c1b70;
}
@media screen and (max-width: 768px) {
  .qa__list dl dt, .qa__list dl dd {
    padding: 0 1em;
  }
}
.qa__list dl dt {
  display: flex;
  align-items: center;
  height: 8.75em;
  background-color: #daeef5;
}
@media screen and (max-width: 768px) {
  .qa__list dl dt {
    height: 7.86em;
  }
}
.qa__list dl dt:hover {
  cursor: pointer;
}
.qa__list dl dt.is-active .qa__question::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .qa__list dl dt.is-active .qa__question::after {
    transform: translate(-50%, 200%) rotate(180deg);
  }
}
.qa__list dl dd {
  background-color: #fff;
  padding-top: 2.5em;
  padding-bottom: 3em;
  display: none;
}
@media screen and (max-width: 768px) {
  .qa__list dl dd {
    padding-top: 2.75em;
    padding-bottom: 2.2em;
  }
}
.qa__list dl dd.show {
  display: block;
}
.qa__list .qa__question {
  position: relative;
  padding-left: 3.16em;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .qa__list .qa__question {
    font-size: 0.9375em;
    padding-left: 0;
    text-align: center;
  }
}
.qa__list .qa__question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  font-weight: 700;
  transform: translateY(-25%);
  font-family: "Helvetica", sans-serif;
}
@media screen and (max-width: 768px) {
  .qa__list .qa__question::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -85%);
    font-size: 1.8em;
  }
}
.qa__list .qa__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/icon_qa.svg) no-repeat center/contain;
  width: 1.33em;
  height: 1.33em;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .qa__list .qa__question::after {
    background: url(../img/qa_arrow_sp.svg) no-repeat center/contain;
    width: 0.67em;
    height: 0.67em;
    top: unset;
    right: unset;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 200%);
  }
}
.qa__list .qa__answer {
  position: relative;
  font-size: 0.9375em;
  padding-left: 5.056em;
}
@media screen and (max-width: 768px) {
  .qa__list .qa__answer {
    padding-left: 0;
  }
}
.qa__list .qa__answer p {
  line-height: 1.8666666667;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.qa__list .qa__answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.2em;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
}
@media screen and (max-width: 768px) {
  .qa__list .qa__answer::before {
    left: 50%;
    transform: translate(-50%, -110%);
    font-size: 1.8em;
  }
}

.contact__btn {
  margin-top: 5.875em;
}
@media screen and (max-width: 768px) {
  .contact__btn {
    margin-top: 2.5em;
  }
}
.contact__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.72em;
  height: 3.39em;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 0.11em solid #ff0046;
  font-size: 2.1875em;
  font-weight: 700;
  text-align: center;
  border-radius: 0.29em;
  color: #ff0046;
  transition: opacity 0.3s ease;
}
.contact__btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .contact__btn a {
    font-size: 1.125em;
    width: 16.83em;
    max-width: 100%;
    height: 5.39em;
  }
}

/*======================================
    form
======================================*/
.p-wrap {
  margin: 15em 0;
}

.p-ttl {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 2em;
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.p-ttl.-thanks {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .p-ttl.-thanks {
    padding-top: 0;
  }
}

.form__container {
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.thanks__text {
  text-align: center;
  font-size: 0.9375em;
  line-height: 2.4666666667;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    text-align: left;
  }
}

.thanks__top {
  text-align: center;
  font-size: 1.125em;
  margin-top: 4em;
}
.thanks__top a {
  display: inline-block;
  transition: opacity 0.3s ease;
  font-weight: 700;
  color: #0059ff;
  border-bottom: 1px solid #0059ff;
  padding-bottom: 0.1em;
}
.thanks__top a:hover {
  opacity: 0.7;
}
