@charset "UTF-8";
/* faq
======================================= */
.faq__inner {
  padding-top: 5em;
  padding-bottom: 0em;
}
@media (max-width: 768px) {
  .faq__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5em;
  }
}
.faq__container {
  background-color: #fff;
  padding: 5em 1.25em;
  border-radius: 10px;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .faq__container {
    margin-bottom: 2.5em;
    padding: 2.5rem 1.25rem;
  }
}
.faq__list {
  max-width: 879px;
  margin: auto;
}
.faq__item {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #007CCF;
  cursor: pointer;
  overflow: hidden;
}
.faq__item:nth-child(n+2) {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .faq__item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.faq__item.is-open .faq__item-question {
  background-color: #007CCF;
}
.faq__item.is-open .faq__item-question-text {
  color: #fff;
}
.faq__item.is-open .faq__item-question-btn {
  background-color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__item.is-open .faq__item-question-btn::before {
  border-right: 2px solid #007CCF;
  border-bottom: 2px solid #007CCF;
}
@media (max-width: 768px) {
  .faq__item.is-open .faq__item-question-btn::before {
    -webkit-transform: translate(-1px, -1px) rotate(45deg);
            transform: translate(-1px, -1px) rotate(45deg);
  }
}
.faq__item-question-text {
  font-weight: 600;
  color: #007CCF;
  line-height: 1.6875;
  padding: 1.375rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq__item-question-text {
    font-size: 0.875em;
    padding: 1em;
  }
}
.faq__item-question-btn {
  display: block;
  width: 29.5px;
  height: 29.5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #007CCF;
  border: 1px solid #007CCF;
  border-radius: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq__item-question-btn {
    width: 24px;
    height: 24px;
  }
}
.faq__item-question-btn::before {
  position: absolute;
  top: 7px;
  left: 9px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .faq__item-question-btn::before {
    top: 6px;
    left: 7.5px;
    width: 8px;
    height: 8px;
  }
}
.faq__item-answer {
  display: none;
  padding: 2.5em 1.875em;
}
@media (max-width: 768px) {
  .faq__item-answer {
    font-size: 0.875em;
    padding: 1em;
  }
}
.faq__btn {
  margin: auto;
}

/* fv
======================================= */
.fv {
  position: relative;
}
@media (max-width: 1024px) {
  .fv__inner {
    background-color: #fff;
  }
}
.fv__image {
  position: relative;
  min-height: 600px;
  position: relative;
}
.fv__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0.1);
}
.fv__image::before {
  content: "";
  display: block;
  padding-top: 42%;
}
.fv__image img, .fv__image video, .fv__image iframe, .fv__image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .fv__image {
    height: 400px;
    min-height: 400px;
  }
}
.fv__lower {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .fv__lower::before {
    content: "";
    position: absolute;
    top: -1em;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100%;
    background: url(../img/top/fv/bg-tb.png) no-repeat top center/100%;
    display: none;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .fv__lower::before {
    display: block;
  }
}
.fv__contents {
  position: absolute;
  left: 10.41667vw;
  z-index: 2;
  bottom: 0;
  width: 51vw;
  max-width: 980px;
}
@media (max-width: 1024px) {
  .fv__contents {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 0;
    -webkit-transform: inherit;
            transform: inherit;
    padding: 2em 0 0.5em;
    width: 100%;
  }
}
.fv__contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 300px;
  background: #fff;
  display: none;
}
.fv__catch {
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  text-shadow: 0 3px 6px #007CCF;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transform: translateX(-5.5vw);
          transform: translateX(-5.5vw);
  -webkit-animation-name: blurAnimeCatch;
          animation-name: blurAnimeCatch;
}
@media (max-width: 1024px) {
  .fv__catch {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60vw;
    max-width: 960px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .fv__catch {
    width: 120vw;
    max-width: 450px;
    height: 60vw;
    max-height: 260px;
  }
}
@-webkit-keyframes blurAnimeCatch {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translate(calc(-5.5vw + 20px), -20px) scale(1.02);
            transform: translate(calc(-5.5vw + 20px), -20px) scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(-5.5vw, 0) scale(1);
            transform: translate(-5.5vw, 0) scale(1);
    opacity: 1;
  }
}
@keyframes blurAnimeCatch {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translate(calc(-5.5vw + 20px), -20px) scale(1.02);
            transform: translate(calc(-5.5vw + 20px), -20px) scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(-5.5vw, 0) scale(1);
            transform: translate(-5.5vw, 0) scale(1);
    opacity: 1;
  }
}
.fv__catch-upper {
  font-size: 2.5em;
  line-height: 100px;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .fv__catch-upper {
    font-size: 1.25em;
    line-height: 2;
  }
}
.fv__catch-upper span {
  font-size: 1.5em;
}
.fv__catch-lower {
  font-size: 1.25em;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .fv__catch-lower {
    font-size: 0.625em;
  }
}
.fv__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .fv__icons {
    width: 100%;
    margin: 0 auto 2em;
    gap: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fv__icon {
  width: clamp(91px, 7.813vw, 150px);
  height: clamp(91px, 7.813vw, 150px);
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.fv__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}
@media (max-width: 1280px) {
  .fv__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .fv__links {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 320px;
    margin: 0 auto;
  }
}
.fv__link {
  width: 50%;
  height: 92px;
}
@media (max-width: 1280px) {
  .fv__link {
    width: 100%;
    max-width: 350px;
  }
}
.fv__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 600;
  text-align: center;
  height: 100%;
  padding: 0 2em;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1560px) {
  .fv__link a {
    padding: 0 1em;
  }
}
.fv__link img {
  display: block;
  width: auto;
  height: auto;
}
.fv__link.--tel a {
  background-color: #F963A1;
  border: 1px solid #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv__link.--tel a span.upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 1.25em;
}
@media (max-width: 1280px) {
  .fv__link.--tel a span.upper {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .fv__link.--tel a span.upper {
    font-size: 1em;
  }
}
.fv__link.--tel a span.upper .image {
  position: relative;
}
.fv__link.--tel a span.upper .image img {
  width: 48.42px;
  height: 38.51px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .fv__link.--tel a span.upper .image img {
    width: 36.84px;
    height: 29px;
  }
}
.fv__link.--tel a span.upper .image img.pink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fv__link.--tel a span.lower {
  font-size: 1.125em;
}
@media (max-width: 768px) {
  .fv__link.--tel a span.lower {
    font-size: 0.875em;
  }
}
.fv__link.--tel a:hover {
  background-color: #fff;
  color: #F963A1;
}
.fv__link.--tel a:hover span.image img.pink {
  opacity: 1;
}
.fv__link.--tel a:hover span.image img.white {
  opacity: 0;
}
.fv__link.--mail a {
  background-color: #EEA70E;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1560px) {
  .fv__link.--mail a {
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .fv__link.--mail a {
    gap: 1.25em;
  }
}
.fv__link.--mail a span.upper {
  font-size: 1.3125em;
}
@media (max-width: 768px) {
  .fv__link.--mail a span.upper {
    font-size: 1em;
  }
}
.fv__link.--mail a span.lower {
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .fv__link.--mail a span.lower {
    font-size: 1em;
  }
}
.fv__link.--mail a span.image {
  position: relative;
}
.fv__link.--mail a span.image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1560px) {
  .fv__link.--mail a span.image img {
    width: 41.27px;
    height: 33px;
  }
}
@media (max-width: 1024px) {
  .fv__link.--mail a span.image img {
    width: 41.27px;
    height: 33px;
  }
}
.fv__link.--mail a span.image .yellow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fv__link.--mail a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1.75em;
  background: url(../img/common/icons/icon_right-white.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1560px) {
  .fv__link.--mail a::after {
    right: 1.625em;
  }
}
@media (max-width: 768px) {
  .fv__link.--mail a::after {
    width: 0.75em;
    height: 1.3125em;
    right: 1.625em;
  }
}
.fv__link.--mail a:hover {
  background-color: #fff;
  color: #EEA70E;
}
.fv__link.--mail a:hover span.image .yellow {
  opacity: 1;
}
.fv__link.--mail a:hover span.image .white {
  opacity: 0;
}
.fv__link.--mail a:hover::after {
  background: url(../img/common/icons/icon_right-yellow.svg) no-repeat center center/contain;
}
.fv__jpx {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 2;
  width: 30%;
  max-width: 500px;
  height: 150px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 35px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .fv__jpx {
    width: 50%;
    max-width: 400px;
    gap: 14px;
    padding: 25px 18px;
  }
}
@media (max-width: 1024px) {
  .fv__jpx {
    position: static;
    right: inherit;
    bottom: inherit;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    background-color: inherit;
    padding: 2rem 0;
  }
}
.fv__jpx-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .fv__jpx-inner {
    position: static;
    height: 107px;
    right: inherit;
    margin: auto;
    gap: 1em;
    z-index: 2;
    width: 89.75%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 25px 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fv__jpx-image {
  width: 62px;
  height: 80px;
}
@media (max-width: 768px) {
  .fv__jpx-image {
    width: 45px;
    height: 57px;
  }
}
.fv__jpx-text {
  width: calc(100% - 62px - 20px);
  font-weight: 600;
}
@media (max-width: 768px) {
  .fv__jpx-text {
    font-size: 0.875em;
    width: calc(100% - 45px - 14px);
    line-height: 1.714;
  }
}

/* bg_wrapper
======================================= */
/* top共通
======================================= */
.top__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .top__title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top__title.--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__title-text {
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .top__title-text {
    font-size: 1.25em;
  }
}
.top__catch {
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .top__catch {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .top__catch {
    font-size: 1.5625rem;
    line-height: 1.6;
    margin-bottom: 3.125rem;
  }
}
.top__catch span {
  color: #007CCF;
}
.top__text {
  font-weight: 500;
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .top__text {
    font-size: 0.875em;
    line-height: 1.714;
  }
}

/* t_contact
======================================= */
.t_contact {
  background-color: #007CCF;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .t_contact {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
}
.t_contact__inner {
  padding: 3.75em 1.25em;
}
@media (max-width: 768px) {
  .t_contact__inner {
    padding: 3.75em 1.25em 2.5em;
  }
}
.t_contact__catch {
  font-size: 1.25em;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 3.625rem;
}
@media (max-width: 1024px) {
  .t_contact__catch {
    margin-bottom: 2.5em;
  }
}
.t_contact__list {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.1225%;
}
@media (max-width: 1024px) {
  .t_contact__list {
    gap: 1.875em 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .t_contact__list {
    gap: 1.875em;
  }
}
.t_contact__item {
  width: 50%;
  height: 92px;
}
@media (max-width: 1024px) {
  .t_contact__item {
    width: 100%;
    max-width: 390px;
  }
}
@media (max-width: 768px) {
  .t_contact__item {
    height: 70px;
  }
}
.t_contact__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 600;
  text-align: center;
  height: 100%;
  padding: 0 2em;
  border-radius: 10px;
  overflow: hidden;
}
.t_contact__item img {
  display: block;
  width: auto;
  height: auto;
}
.t_contact__item.--tel a {
  background-color: #F963A1;
  border: 1px solid #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.t_contact__item.--tel a span.upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .t_contact__item.--tel a span.upper {
    font-size: 1em;
  }
}
.t_contact__item.--tel a span.upper .image {
  position: relative;
}
.t_contact__item.--tel a span.upper .image img {
  width: 48.42px;
  height: 38.51px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .t_contact__item.--tel a span.upper .image img {
    width: 36.84px;
    height: 29px;
  }
}
.t_contact__item.--tel a span.upper .image img.pink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.t_contact__item.--tel a span.lower {
  font-size: 1.125em;
}
@media (max-width: 768px) {
  .t_contact__item.--tel a span.lower {
    font-size: 0.875em;
  }
}
.t_contact__item.--tel a:hover {
  background-color: #fff;
  color: #F963A1;
}
.t_contact__item.--tel a:hover span.image img.pink {
  opacity: 1;
}
.t_contact__item.--tel a:hover span.image img.white {
  opacity: 0;
}
.t_contact__item.--mail a {
  background-color: #EEA70E;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7em;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 768px) {
  .t_contact__item.--mail a {
    gap: 1.25em;
  }
}
.t_contact__item.--mail a span.upper {
  font-size: 1.3125em;
}
@media (max-width: 768px) {
  .t_contact__item.--mail a span.upper {
    font-size: 1em;
  }
}
.t_contact__item.--mail a span.lower {
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .t_contact__item.--mail a span.lower {
    font-size: 1em;
  }
}
.t_contact__item.--mail a span.image {
  position: relative;
}
.t_contact__item.--mail a span.image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .t_contact__item.--mail a span.image img {
    width: 41.27px;
    height: 33px;
  }
}
.t_contact__item.--mail a span.image .yellow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.t_contact__item.--mail a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1.75em;
  background: url(../img/common/icons/icon_right-white.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .t_contact__item.--mail a::after {
    width: 0.75em;
    height: 1.3125em;
    right: 1.625em;
  }
}
.t_contact__item.--mail a:hover {
  background-color: #fff;
  color: #EEA70E;
}
.t_contact__item.--mail a:hover span.image .yellow {
  opacity: 1;
}
.t_contact__item.--mail a:hover span.image .white {
  opacity: 0;
}
.t_contact__item.--mail a:hover::after {
  background: url(../img/common/icons/icon_right-yellow.svg) no-repeat center center/contain;
}

/* topics
======================================= */
/* news
======================================= */
/* about_us
======================================= */
/* wish
======================================= */
.wish {
  position: relative;
  background-color: #E6F5FF;
}
@media (max-width: 1024px) {
  .wish {
    background-color: #fff;
  }
}
.wish::before {
  background: url(../img/top/wish/wish_bg.png) no-repeat top center/100%;
  content: "";
  position: absolute;
  top: -5.5em;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .wish::before {
    display: none;
  }
}
.wish::after {
  content: "";
  background-color: #E6F5FF;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 70px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 1024px) {
  .wish::after {
    height: 35px;
  }
}
@media (max-width: 1024px) {
  .wish__inner {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .wish__inner {
    padding-top: 1.25em;
  }
}
.wish__title {
  background-color: #007CCF;
  max-width: 460px;
  margin: 0 auto 5em;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  padding: 1.25em 0;
  position: relative;
}
@media (max-width: 1024px) {
  .wish__title {
    margin-bottom: 2em;
  }
}
@media (max-width: 768px) {
  .wish__title {
    font-size: 0.9375em;
  }
}
.wish__title::after {
  content: "";
  position: absolute;
  bottom: -14.79px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.79px 11.83px 0 11.83px;
  border-color: #007CCF transparent transparent transparent;
}
@media (max-width: 1024px) {
  .wish__container {
    padding: 1.25em 0;
    background-color: #E6F5FF;
    margin: 0 calc(50% - 50vw);
  }
}
.wish__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .wish__list {
    width: 79.1667%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .wish__list {
    width: 89.75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625em;
  }
}
.wish__item {
  width: 30%;
  max-width: 320px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 1.75em 2.5em;
}
@media (max-width: 768px) {
  .wish__item {
    width: 100%;
    max-width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25em;
    padding: 1.25em;
  }
}
.wish__item-image {
  max-width: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: -1.25em auto 2em;
}
@media (max-width: 768px) {
  .wish__item-image {
    margin: 0;
    width: 5.625em;
    height: 5.625em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.wish__item-text {
  line-height: 2;
}
@media (max-width: 768px) {
  .wish__item-text {
    font-size: 0.875em;
  }
}
.wish__item-text span {
  font-size: 1.25em;
  color: #007CCF;
}
@media (max-width: 768px) {
  .wish__item-text span {
    font-size: 1.125rem;
  }
}

/* features
======================================= */
.features {
  background-color: #fff;
}
.features__inner {
  padding-top: 9.375em;
}
@media (max-width: 1024px) {
  .features__inner {
    padding-top: 6em;
  }
}
@media (max-width: 768px) {
  .features__inner {
    padding-bottom: 4em;
  }
}
.features__title {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .features__title {
    font-size: 0.9375em;
    margin-bottom: 2.5em;
  }
}
.features__title span {
  font-size: 1.208333em;
  color: #007CCF;
}
@media (max-width: 768px) {
  .features__title span {
    font-size: 1.3333em;
  }
}
.features__title span.big {
  font-size: 1.8965em;
}
@media (max-width: 768px) {
  .features__title span.big {
    font-size: 1.5em;
  }
}
.features__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5em 5%;
}
@media (max-width: 1024px) {
  .features__list {
    margin: 0 calc(50% - 50vw);
    gap: 3.4375em;
  }
}
.features__item {
  width: 30%;
  max-width: 350px;
  min-height: 270px;
  background-color: #E6F5FF;
  border-radius: 53px;
  padding-left: 1.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1280px) {
  .features__item {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .features__item {
    width: 100vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: inherit;
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .features__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .features__item:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 53px 0 0 53px;
    gap: 10px;
    padding-left: 1.75em;
    margin-left: 30vw;
  }
}
@media (max-width: 768px) {
  .features__item:nth-child(2n-1) {
    margin-left: 1.25em;
  }
}
@media (max-width: 1024px) {
  .features__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-radius: 0 53px 53px 0;
    gap: 15px;
    padding-left: 0;
    padding-right: 1.75em;
    margin-right: 30vw;
  }
}
@media (max-width: 768px) {
  .features__item:nth-child(2n) {
    margin-right: 1.25em;
  }
}
@media (max-width: 1024px) {
  .features__item:nth-child(2n) .features__item-num {
    left: inherit;
    right: 0;
  }
}
.features__item-num {
  font-size: 2.5em;
  color: #007CCF;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .features__item-num {
    font-size: 1.875em;
  }
}
.features__item-text {
  line-height: 2.5;
  font-weight: 600;
  text-align: center;
  width: 170px;
  margin-bottom: 1.25em;
}
@media (max-width: 1024px) {
  .features__item-text {
    width: 170px;
    font-size: 0.875em;
    margin-bottom: 0;
    line-height: 1.667;
  }
}
.features__item-text > span {
  font-size: 1.25em;
  color: #007CCF;
}
@media (max-width: 1024px) {
  .features__item-text > span {
    font-size: 1.125rem;
  }
}
.features__item-text > span .no_wrap {
  white-space: nowrap;
}
.features__item-image {
  border-radius: 50%;
  overflow: hidden;
  width: 160px;
  height: 160px;
  border: 2px solid #007CCF;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: -34px;
}
@media (max-width: 1024px) {
  .features__item-image {
    width: 7.5em;
    height: 7.5em;
    margin-right: 0;
    margin-top: -7px;
    margin-bottom: -7px;
  }
}

/* plans
======================================= */
/* t_plans
======================================= */
.t_plans {
  background-color: #fff;
}
.t_plans__inner {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .t_plans__inner {
    padding-top: 0;
    padding-bottom: 1.875em;
  }
}
.t_plans__title {
  display: block;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4375em;
  border: 2px solid #007CCF;
  padding: 0.5em;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .t_plans__title {
    max-width: 350px;
    font-size: 0.9375em;
    padding: 0.25em;
    margin-bottom: 1.25rem;
  }
}
.t_plans__title span.big {
  font-size: 1.347826em;
}
@media (max-width: 768px) {
  .t_plans__title span.big {
    font-size: 1.3333em;
  }
}
.t_plans__title span.blue {
  color: #007CCF;
}
.t_plans__title::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -12px;
  border: 9px solid transparent;
  border-top: 15px solid #FFF;
  z-index: 2;
}
.t_plans__title::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -14px;
  border: 11px solid transparent;
  border-top: 17px solid #007CCF;
  z-index: 1;
}
.t_plans__container {
  position: relative;
  z-index: 0;
}
.t_plans__container::before {
  background: url(../img/top/t_plans/bg.jpg) no-repeat top center/cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 660px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .t_plans__container::before {
    height: 1110px;
  }
}
@media (max-width: 768px) {
  .t_plans__container::before {
    display: none;
  }
}
.t_plans__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 660px;
  background-color: rgba(0, 124, 207, 0.6);
  z-index: -1;
}
@media (max-width: 1024px) {
  .t_plans__container::after {
    height: 1110px;
  }
}
@media (max-width: 768px) {
  .t_plans__container::after {
    display: none;
  }
}
.t_plans__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em 3.75%;
  max-width: 900px;
  margin: 0 auto 3.75em;
}
@media (max-width: 1024px) {
  .t_plans__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .t_plans__list {
    position: relative;
    z-index: 0;
    padding-top: 3.75em;
    padding-bottom: 1.875em;
    margin-bottom: 0;
  }
  .t_plans__list::before {
    background: url(../img/top/t_plans/bg-sp.jpg) no-repeat top center/cover;
    content: "";
    position: absolute;
    top: 0;
    left: -5.125vw;
    width: 100vw;
    height: 100%;
    z-index: -1;
  }
  .t_plans__list::after {
    content: "";
    position: absolute;
    top: 0;
    left: -5.125vw;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 124, 207, 0.6);
    z-index: -1;
  }
}
.t_plans__item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.t_plans__item a {
  padding: 0 1em 1.5em;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t_plans__item a:hover {
  opacity: 0.8;
}
.t_plans__item-catch {
  max-width: 304.7px;
  border: 2px solid #007CCF;
  border-radius: 5px;
  background-color: #E6F5FF;
  font-size: 0.9375em;
  font-weight: 600;
  text-align: center;
  padding: 0.3333em;
  color: #007CCF;
  line-height: 1.6;
  margin: -30.5px auto 22.6px;
}
@media (max-width: 768px) {
  .t_plans__item-catch {
    font-size: 0.875em;
    max-width: 270px;
    margin-bottom: 1.25em;
  }
}
.t_plans__item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8834em;
}
.t_plans__item-image {
  width: 101px;
  height: 101px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .t_plans__item-image {
    width: 90px;
    height: 90px;
  }
}
.t_plans__item-contents {
  width: calc(100% - 101px - 1.75em);
}
@media (max-width: 768px) {
  .t_plans__item-contents {
    width: calc(100% - 90px - 10px);
  }
}
.t_plans__item-title {
  font-size: 1.25em;
  color: #007CCF;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 0.73125em 0.5rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .t_plans__item-title {
    font-size: 1.125em;
    padding: 0 10px 10px;
  }
}
.t_plans__item-price {
  padding: 0 0.73125em;
}
.t_plans__item-weekdays {
  font-size: 1.9375em;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .t_plans__item-weekdays {
    font-size: 1.75em;
    margin-bottom: 0.9375rem;
  }
}
.t_plans__item-weekdays span.middle {
  font-size: 0.7em;
}
.t_plans__item-weekdays span.small {
  font-size: 0.5em;
}
@media (max-width: 768px) {
  .t_plans__item-weekends {
    font-size: 0.875em;
  }
}

/* flow
======================================= */
.flow {
  background-color: #fff;
}
@media (max-width: 768px) {
  .flow__inner {
    padding-bottom: 3.75em;
  }
}
.flow__title {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .flow__title {
    margin-bottom: 2em;
  }
}
.flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.75em min(5.9vw, 115px);
}
@media (max-width: 1560px) {
  .flow__list {
    gap: 3.75em 3%;
  }
}
@media (max-width: 768px) {
  .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5em;
  }
}
.flow__item {
  width: 350px;
}
@media (max-width: 768px) {
  .flow__item {
    width: 100%;
  }
}
.flow__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375em;
  margin-bottom: 1.1875em;
}
@media (max-width: 768px) {
  .flow__item-title {
    gap: 0.5em;
    margin-bottom: 0.5em;
  }
}
.flow__item-title-num {
  font-size: 1.5em;
  color: #007CCF;
  font-weight: 600;
  background-color: #E6F5FF;
  line-height: 1.6667;
  padding: 0 0.1305em;
}
@media (max-width: 768px) {
  .flow__item-title-num {
    font-size: 1.25em;
  }
}
.flow__item-title-text {
  font-size: 1.125em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .flow__item-title-text {
    font-size: 1em;
  }
}
.flow__item-image {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.flow__item-image::before {
  content: "";
  display: block;
  padding-top: 56.2857%;
}
.flow__item-image img, .flow__item-image video, .flow__item-image iframe, .flow__item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* area
======================================= */
/* voice
======================================= */
.voice {
  background-color: #E6F5FF;
  position: relative;
}
.voice__inner {
  padding-bottom: 16.5625em;
}
@media (max-width: 768px) {
  .voice__inner {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}
.voice__title {
  margin-bottom: 3.75em;
}
@media (max-width: 768px) {
  .voice__title {
    margin-bottom: 2.59375em;
  }
}
.voice__catch {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .voice__catch {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
.voice__total {
  text-align: center;
  margin-bottom: 3.75em;
}
@media (max-width: 768px) {
  .voice__total {
    margin-bottom: 2.5em;
  }
}
.voice__total-text {
  font-size: 1.25em;
  line-height: 1.25;
  color: #007CCF;
  text-decoration: underline;
  margin-bottom: 1.5em;
}
.voice__total-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 1em;
  margin-bottom: 1.125em;
}
.voice__total-review-num {
  font-size: 3.125em;
  color: #EEA70E;
  font-weight: 600;
}
.voice__total-review-stars .shortcode-star-rating {
  padding: 0;
}
.voice__total-review-stars .dashicons {
  font-size: 1.25em;
}
.voice__total-note {
  font-size: 0.75em;
  color: #888;
  font-weight: 600;
}
.voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em 5%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
    margin-bottom: 2.5em;
  }
}
.voice__item {
  width: 30%;
  min-width: 300px;
  max-width: 350px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.25em 1em;
}
@media (max-width: 768px) {
  .voice__item {
    width: 100%;
  }
}
.voice__item-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  margin-bottom: 1.25em;
}
.voice__item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.voice__item-info-name {
  font-size: 0.875em;
}
.voice__item-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice__item-review-num {
  font-size: 1.5em;
  color: #EEA70E;
}
.voice__item-review-stars .shortcode-star-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.voice__item-review-stars .dashicons {
  font-size: 1.25em;
  display: block;
  line-height: 1;
}
.voice__item-review-stars .dashicons:nth-child(n+6) {
  display: none;
}
.voice__item-text {
  font-size: 0.875em;
  line-height: 1.7143;
}
.voice__btn {
  width: 100%;
  max-width: 396px;
  margin: auto;
}
.voice__btn a {
  background-color: #007CCF;
  border-radius: 10px;
  border: 1px solid #007CCF;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  padding: 1em;
}
@media (max-width: 768px) {
  .voice__btn a {
    padding: 0.875em;
  }
}
.voice__btn a .icon {
  width: 2.82875em;
  height: 2.82875em;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #007CCF;
  position: relative;
}
@media (max-width: 768px) {
  .voice__btn a .icon {
    width: 2.5em;
    height: 2.5em;
  }
}
.voice__btn a .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background: url(../img/common/icons/arrow_blue.svg) no-repeat center center/contain;
}
.voice__btn a:hover {
  background-color: #fff;
  color: #007CCF;
}

/* reasons
======================================= */
.reasons {
  background-color: #fff;
}
.reasons__inner {
  margin-top: -10.3125em;
  padding-top: 0;
}
@media (max-width: 768px) {
  .reasons__inner {
    margin-top: 0;
    padding-bottom: 3.75em;
  }
}
.reasons__title {
  margin-top: 7.5em;
  margin-bottom: 6.875em;
}
@media (max-width: 768px) {
  .reasons__title {
    margin-top: 3.75em;
    margin-bottom: 3.4em;
  }
}
.reasons__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75em 8.984375%;
}
@media (max-width: 1280px) {
  .reasons__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75em 5%;
  }
}
@media (max-width: 768px) {
  .reasons__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.75em;
  }
}
.reasons__list-item {
  background-color: #E6F5FF;
}
.reasons__item-title {
  background-color: #007CCF;
  position: relative;
  border-radius: 35px;
  padding: 0.82em 0;
  margin-bottom: 1.5em;
}
.reasons__item-title-point {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  background-color: #E6F5FF;
  border-radius: 50%;
  border: 2px solid #007CCF;
  font-size: 0.75em;
  line-height: 1.6667;
  color: #007CCF;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.reasons__item-title-text {
  font-size: 1.125em;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.reasons__item-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 1.125em;
  position: relative;
}
.reasons__item-image::before {
  content: "";
  display: block;
  padding-top: 57.142857%;
}
.reasons__item-image img, .reasons__item-image video, .reasons__item-image iframe, .reasons__item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reasons__item-text {
  font-size: 0.875em;
  line-height: 1.7143;
}

/* column
======================================= */
/* faq
======================================= */
.faq {
  background-color: #E6F5FF;
  position: relative;
  z-index: 0;
}
.faq::before {
  background: url(../img/top/faq/bg.jpg) no-repeat bottom center/cover;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
}
@media (max-width: 768px) {
  .faq::before {
    background: url(../img/top/faq/bg-sp.jpg) no-repeat bottom center/cover;
    height: 9.5em;
  }
}
.faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 124, 207, 0.6);
  z-index: -1;
}
.faq__inner {
  padding-top: 7.5em;
  padding-bottom: 16.25em;
}
@media (max-width: 768px) {
  .faq__inner {
    padding-top: 3.75em;
    padding-bottom: 9.5em;
  }
}
.faq__title {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .faq__title {
    margin-bottom: 3em;
  }
}
.faq__container {
  background-color: inherit;
  padding: 0;
}
@media (max-width: 768px) {
  .faq__container {
    margin-bottom: 3.75em;
  }
}
.faq__item {
  background-color: #fff;
}