/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* break point */
* {
  box-sizing: border-box;
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 4.26667vw;
  }
}

@media only screen and (min-width: 767px) {
  html {
    font-size: 1.33333vw;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 767px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 766px) {
  .only-pc {
    display: none !important;
  }
}

body {
  color: #231815;
  font-family: 'Noto Sans CJK JP', sans-serif;
  margin: 0;
  padding-top: 5.5625rem;
}

p {
  line-height: 1.5;
}

@media (min-width: 768px) {
  p {
    line-height: 1.7;
  }
}

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

picture {
  display: block;
}

.only-pc, .only-pc-inline {
  display: none;
}

@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
  .only-pc {
    display: block;
  }
  .only-pc-inline {
    display: inline;
  }
}

/*--  privacy  -----------------------------------------------------*/
.privacy {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .privacy {
    font-size: 1.125rem;
    line-height: 1.77778;
    padding-bottom: 8.4375rem;
    padding-top: 8.4375rem;
  }
}

.privacy .content {
  height: 248px;
  overflow-y: scroll;
}

@media only screen and (min-width: 767px) {
  .privacy .content {
    height: 357px;
    margin: 0 auto;
    max-width: 62.5rem;
  }
}

.privacy .content::-webkit-scrollbar {
  width: 12px;
}

.privacy .content::-webkit-scrollbar-track {
  background-color: #E3E3E4;
  border-radius: 6px;
}

.privacy .content::-webkit-scrollbar-thumb {
  background-color: #828282;
  border-radius: 6px;
}

.privacy .content p.mb {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .privacy .content p.mb {
    margin-bottom: 48px;
  }
}

/*--  footer  -----------------------------------------------------*/
footer {
  background-color: #1d4e90;
  color: #fff;
  font-size: 0.8125rem;
  height: 72px;
  line-height: 72px;
  margin-bottom: 75px;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  footer {
    font-size: 1.25rem;
    height: 8.125rem;
    line-height: 8.125rem;
    margin-bottom: 0;
  }
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.img::before {
  content: "";
  display: block;
}

.img img {
  -webkit-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 0;
}

.inner {
  margin: 0 auto;
  max-width: 30rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .inner {
    max-width: 75rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.bg {
  background-color: #F0F7FF;
}

.txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

@media only screen and (min-width: 767px) {
  .txt {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.sub-ttl {
  color: #1d4e90;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.9375rem;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .sub-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 2.8125rem;
  }
}

.About {
  overflow: hidden;
}

.About__inner {
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .About__inner {
    padding-bottom: 8.4375rem;
    padding-top: 7.8125rem;
  }
}

.About__ttl {
  margin: 0 auto 2.1875rem;
  max-width: 9.125rem;
}

.About__ttl::before {
  padding-top: 16.49485%;
}

@media only screen and (min-width: 767px) {
  .About__ttl {
    margin: 0 auto 3.75rem;
    max-width: 18.375rem;
  }
  .About__ttl::before {
    padding-top: 16.12903%;
  }
}

.About__txt {
  margin-bottom: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .About__txt {
    margin: 0 auto;
    margin-bottom: 2.8125rem;
    max-width: 62.5rem;
  }
  .About__txt._center {
    text-align: center;
  }
  .About__txt._margin {
    margin-bottom: 3.75rem;
  }
}

.About__txt a {
  color: #1d4e90;
  text-decoration: underline;
  transition: 0.4s ease;
  transition-property: opacity;
}

.About__txt a:hover, .About__txt a:active {
  opacity: 0.7;
}

.About__txt:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .About__access-map iframe {
    height: 25rem;
  }
}

.About__hr {
  background: #000;
  border: none;
  height: 1px;
  margin: 1.5625rem 0;
}

@media only screen and (min-width: 767px) {
  .About__hr {
    margin: 3.75rem 0;
  }
}

.About__sub {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44444;
  margin-bottom: 0.9375rem;
  text-align: center;
}

.About__sub:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .About__sub {
    font-size: 1.375rem;
    line-height: 1.45455;
    margin-bottom: 2.8125rem;
  }
}

.About__sub ._marker {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 18px, #ffff00 18px, #ffff00 24px, rgba(255, 255, 255, 0) 24px);
}

@media only screen and (min-width: 767px) {
  .About__sub ._marker {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20px, #ffff00 20px, #ffff00 27px, rgba(255, 255, 255, 0) 27px);
  }
}

.About__open-time {
  margin: 0 auto;
  max-width: 21.3125rem;
}

.About__open-time::before {
  padding-top: 42.52199%;
}

@media only screen and (min-width: 767px) {
  .About__open-time {
    max-width: 100%;
  }
  .About__open-time::before {
    padding-top: 11.04545%;
  }
}

.About__cooperation-pic {
  margin: 0 auto;
  max-width: 20.9375rem;
}

.About__cooperation-pic::before {
  padding-top: 57.52833%;
}

@media only screen and (min-width: 767px) {
  .About__cooperation-pic {
    max-width: 56.25rem;
  }
}

.About__doctor-name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44444;
  margin-bottom: 0.9375rem;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .About__doctor-name {
    font-size: 1.375rem;
    line-height: 1.45455;
    margin-bottom: 1.875rem;
    text-align: left;
  }
}

@media only screen and (min-width: 767px) {
  .About__doctor-list {
    display: flex;
    margin: 0 auto;
    max-width: 62.5rem;
  }
}

@media only screen and (max-width: 766px) {
  .About__doctor-item:nth-child(n + 2) {
    margin-top: 1.5625rem;
  }
}

@media only screen and (min-width: 767px) {
  .About__doctor-item {
    flex: 0 0 auto;
    margin-right: 2.5%;
    width: 47.5%;
  }
  .About__doctor-item:nth-child(2n) {
    margin-right: 0;
  }
}

.About__doctor-career {
  padding: 0 1.25rem;
}

.About__doctor-career--item {
  display: flex;
}

.About__doctor-career--item ._year {
  flex: 0 0 auto;
  width: 5.1875rem;
}

@media only screen and (min-width: 767px) {
  .About__doctor-career--item ._year {
    width: 7rem;
  }
}

.About__message-pic::before {
  padding-top: 64.51613%;
}

@media only screen and (min-width: 767px) {
  .About__message-pic::before {
    padding-top: 45.45455%;
  }
}

.About__message-txt {
  margin: 1.25rem 0;
}

@media only screen and (min-width: 767px) {
  .About__message-txt {
    margin: 2.8125rem 0;
    text-align: center;
  }
}

.bottom__btn {
  display: none;
}

@media only screen and (max-width: 766px) {
  .bottom__btn {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: -3.625rem;
    display: flex;
    height: 3.625rem;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    transition: bottom .4s ease;
    width: 100%;
    z-index: 2000;
  }
  .bottom__btn.is-active {
    bottom: 0;
  }
}

.bottom__btn--item {
  flex: 0 0 auto;
  transition: 0.4s ease;
  transition-property: opacity;
  width: 9.5625rem;
}

.bottom__btn--item::before {
  padding-top: 27.36156%;
}

.bottom__btn--item:not(:last-child) {
  margin-right: 1.125rem;
}

.bottom__btn--item:hover, .bottom__btn--item:active {
  opacity: 0.7;
}

.footer {
  margin-bottom: 0;
}

@media only screen and (max-width: 766px) {
  .footer {
    margin-bottom: 3.625rem;
  }
}

.Contact__ttl {
  margin: 0 auto 1.875rem;
  max-width: 15.125rem;
}

.Contact__ttl::before {
  padding-top: 13.77246%;
}

@media only screen and (min-width: 767px) {
  .Contact__ttl {
    margin: 0 auto 3.75rem;
    max-width: 30.6875rem;
  }
  .Contact__ttl::before {
    padding-top: 12.17565%;
  }
}

.Cta-block {
  background: #F0F7FF;
}

.Cta-block._pink {
  background: #FFF1F1;
}

.Cta-block__inner {
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .Cta-block__inner {
    padding-bottom: 5rem;
    padding-top: 4.375rem;
  }
}

.Cta-block__box {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 21.3125rem;
  padding: 1.25rem;
}

@media only screen and (min-width: 767px) {
  .Cta-block__box {
    align-items: center;
    border-radius: 0.9375rem;
    flex-direction: row;
    height: 10.5rem;
    justify-content: center;
    max-width: 100%;
  }
}

.Cta {
  bottom: -15.875rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 767px) {
  .Cta {
    bottom: -21.875rem;
  }
}

.Cta__box {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  max-width: 21.3125rem;
  padding: 1.875rem 1.125rem 1.375rem;
}

@media only screen and (min-width: 767px) {
  .Cta__box {
    max-width: 68.75rem;
    padding: 2.625rem 3.125rem 3.375rem;
  }
}

.Cta__ttl {
  margin: 0 auto;
  max-width: 18.375rem;
}

@media only screen and (min-width: 767px) {
  .Cta__ttl {
    max-width: 49.375rem;
  }
}

.Cta__ttl::before {
  padding-top: 2.71647%;
}

@media only screen and (min-width: 767px) {
  .Cta__ttl::before {
    padding-top: 10.49968%;
  }
}

.Cta__list {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.25rem auto;
  padding: 1.25rem 0;
}

@media only screen and (min-width: 767px) {
  .Cta__list {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1.375rem auto 2.4375rem;
    padding: 1.875rem 0 2.5rem;
  }
}

.Cta__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 0.4375rem;
  padding-left: 1.375rem;
  position: relative;
  position: relative;
  white-space: nowrap;
}

@media only screen and (max-width: 766px) {
  .Cta__item:nth-child(2), .Cta__item:nth-child(5) {
    margin-right: 0;
  }
  .Cta__item:nth-child(n + 3) {
    margin-top: 0.625rem;
  }
}

@media only screen and (min-width: 767px) {
  .Cta__item {
    font-size: 1.5rem;
    line-height: 1.45833;
    margin-right: 0;
    padding-left: 2.1875rem;
  }
}

.Cta__item::before {
  -webkit-transform: translate(0, -50%);
  background: url(../img/cta/check.svg) no-repeat center/100% auto;
  content: '';
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.125rem;
}

@media only screen and (min-width: 767px) {
  .Cta__item::before {
    height: 1.75rem;
    width: 1.75rem;
  }
}

@media only screen and (min-width: 767px) {
  .Cta__btn-box {
    display: flex;
    justify-content: center;
  }
}

.Cta__btn {
  max-width: 17.5rem;
}

@media only screen and (max-width: 766px) {
  .Cta__btn {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 767px) {
  .Cta__btn {
    max-width: 26.125rem;
  }
}

.Cta__btn._tel {
  margin-top: 0.9375rem;
}

@media only screen and (min-width: 767px) {
  .Cta__btn._tel {
    margin-left: 1.875rem;
    margin-top: 0;
  }
}

.Cta__btn::before {
  padding-top: 20.53571%;
}

@media only screen and (min-width: 767px) {
  .Cta__btn::before {
    padding-top: 20.52506%;
  }
}

.facility-slider {
  padding: 0 1.25rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .facility-slider {
    overflow: hidden;
    padding: 0;
  }
}

.facility-slider .swiper-slide::before {
  padding-top: 65.57377%;
}

@media only screen and (min-width: 767px) {
  .facility-slider .swiper-slide::before {
    padding-top: 45.45455%;
  }
}

.facility-thumbnail {
  margin-top: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .facility-thumbnail {
    margin-top: 3.4375rem;
    padding: 0 3.125rem;
  }
}

.facility-thumbnail .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
}

.facility-thumbnail .swiper-slide::before {
  padding-top: 59.1716%;
}

@media only screen and (min-width: 767px) {
  .facility-thumbnail .swiper-slide::before {
    padding-top: 45.88235%;
  }
}

.facility-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.facility-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
  border: 2px solid #1d4e90;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.facility-button-box {
  -webkit-transform: translateX(-50%);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 2.5rem);
  z-index: 2;
}

@media only screen and (min-width: 767px) {
  .facility-button-box {
    width: 100%;
  }
}

.facility-button-box::before {
  content: "";
  display: block;
  padding-top: 65.57377%;
}

@media only screen and (min-width: 767px) {
  .facility-button-box::before {
    padding-top: 45.45455%;
  }
}

.facility-button-next,
.facility-button-prev {
  cursor: pointer;
  height: 2.375rem;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transition: 0.4s ease;
  transition-property: opacity;
  width: 2.375rem;
  z-index: 1;
}

.facility-button-next.lazyloaded,
.facility-button-prev.lazyloaded {
  background: url(../img/common/next.svg) no-repeat center/100% auto;
}

.facility-button-next:hover, .facility-button-next:active,
.facility-button-prev:hover,
.facility-button-prev:active {
  opacity: 0.7;
}

@media only screen and (min-width: 767px) {
  .facility-button-next,
  .facility-button-prev {
    height: 3.125rem;
    width: 3.125rem;
  }
}

.facility-button-next {
  -webkit-transform: translate(50%, -50%);
  right: 0;
  transform: translate(50%, -50%);
}

.facility-button-prev {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  left: 0;
  transform: translate(-50%, -50%) scale(-1, 1);
}

.Faq__ttl {
  margin: 0 auto 2.1875rem;
  max-width: 9.0625rem;
}

.Faq__ttl::before {
  padding-top: 16.609%;
}

@media only screen and (min-width: 767px) {
  .Faq__ttl {
    margin: 0 auto 3.75rem;
    max-width: 18.25rem;
  }
  .Faq__ttl::before {
    padding-top: 16.41026%;
  }
}

.Faq__inner {
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .Faq__inner {
    padding-bottom: 8.4375rem;
    padding-top: 6.25rem;
  }
}

.Faq__item {
  border-radius: 0.625rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.Faq__item:nth-child(n + 2) {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 767px) {
  .Faq__item {
    border-radius: 0.9375rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .Faq__item:nth-child(n + 2) {
    margin-top: 3.125rem;
  }
}

.Faq__item-head {
  background: #D7E5F4;
  cursor: pointer;
  padding: 1rem 1.125rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .Faq__item-head {
    padding: 1.5rem 3.25rem 1.8125rem;
  }
}

.Faq__item-head.is-active::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Faq__item-head::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  background: url(../img/faq/arrow.svg) no-repeat center/100% auto;
  content: '';
  height: 1.125rem;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 1.125rem;
}

@media only screen and (min-width: 767px) {
  .Faq__item-head::after {
    height: 1.75rem;
    right: 3.125rem;
    width: 1.75rem;
  }
}

.Faq__item-ttl._item1 {
  max-width: 11.625rem;
}

.Faq__item-ttl._item1::before {
  padding-top: 10.21505%;
}

@media only screen and (min-width: 767px) {
  .Faq__item-ttl._item1 {
    max-width: 22.375rem;
  }
  .Faq__item-ttl._item1::before {
    padding-top: 10.02786%;
  }
}

.Faq__item-ttl._item2 {
  max-width: 16.5rem;
}

.Faq__item-ttl._item2::before {
  padding-top: 18.56061%;
}

@media only screen and (min-width: 767px) {
  .Faq__item-ttl._item2 {
    max-width: 43.75rem;
  }
  .Faq__item-ttl._item2::before {
    padding-top: 5.35714%;
  }
}

.Faq__item-ttl._item3 {
  max-width: 16.5625rem;
}

.Faq__item-ttl._item3::before {
  padding-top: 18.26742%;
}

@media only screen and (min-width: 767px) {
  .Faq__item-ttl._item3 {
    max-width: 46.125rem;
  }
  .Faq__item-ttl._item3::before {
    padding-top: 4.93911%;
  }
}

.Faq__item-body {
  display: none;
  padding: 1.25rem 1.125rem 1.875rem;
}

@media only screen and (min-width: 767px) {
  .Faq__item-body {
    padding: 2.8125rem 3.125rem 3.125rem;
  }
}

.Faq__item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

@media only screen and (min-width: 767px) {
  .Faq__item-txt {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.flow-button-box {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(100% - 2.5rem);
}

@media only screen and (min-width: 767px) {
  .flow-button-box {
    width: 100%;
  }
}

.flow-button-box::before {
  content: "";
  display: block;
  padding-top: 65.57377%;
}

@media only screen and (min-width: 767px) {
  .flow-button-box::before {
    padding-top: 59.1716%;
  }
}

.flow-button-next,
.flow-button-prev {
  cursor: pointer;
  height: 2.375rem;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transition: 0.4s ease;
  transition-property: opacity;
  width: 2.375rem;
  z-index: 1;
}

.flow-button-next.lazyloaded,
.flow-button-prev.lazyloaded {
  background: url(../img/common/next.svg) no-repeat center/100% auto;
}

.flow-button-next:hover, .flow-button-next:active,
.flow-button-prev:hover,
.flow-button-prev:active {
  opacity: 0.7;
}

.flow-button-next.swiper-button-disabled,
.flow-button-prev.swiper-button-disabled {
  display: none;
}

@media only screen and (min-width: 767px) {
  .flow-button-next,
  .flow-button-prev {
    height: 3.125rem;
    width: 3.125rem;
  }
}

.flow-button-next {
  -webkit-transform: translate(50%, -50%);
  right: 0;
  transform: translate(50%, -50%);
}

.flow-button-prev {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  left: 0;
  transform: translate(-50%, -50%) scale(-1, 1);
}

.flow-thumbnail .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
}

.flow-thumbnail .swiper-slide::before {
  padding-top: 59.1716%;
}

.flow-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.flow-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
  border: 2px solid #1d4e90;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.Flow {
  overflow: hidden;
}

.Flow__inner {
  padding-top: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .Flow__inner {
    padding-top: 7.8125rem;
  }
}

.Flow__ttl {
  margin: 0 auto 2.1875rem;
  max-width: 7.625rem;
}

.Flow__ttl::before {
  padding-top: 19.67213%;
}

@media only screen and (min-width: 767px) {
  .Flow__ttl {
    margin-bottom: 3.75rem;
    max-width: 15.375rem;
  }
  .Flow__ttl::before {
    padding-top: 19.47262%;
  }
}

.Flow__list-box {
  padding: 0 1.25rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .Flow__list-box {
    margin: 0 auto;
    max-width: 21.1875rem;
    padding: 0;
  }
}

@media only screen and (min-width: 767px) {
  .Flow__item {
    opacity: 0.5;
  }
  .Flow__item.swiper-slide-active {
    opacity: 1;
  }
}

.Flow__item-pic::before {
  padding-top: 65.57377%;
}

@media only screen and (min-width: 767px) {
  .Flow__item-pic::before {
    padding-top: 59.1716%;
  }
}

.Flow__item-ttl {
  color: #1d4e90;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 1.25rem auto 0.9375rem;
}

@media only screen and (min-width: 767px) {
  .Flow__item-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0.9375rem;
  }
}

@media only screen and (max-width: 766px) {
  .Flow__item-txt {
    padding-bottom: 1.5625rem;
  }
}

.Form__txt {
  margin-bottom: 2.8125rem;
}

.Form__hr {
  background: #000;
  border: none;
  height: 1px;
  margin: 1.25rem 0;
}

@media only screen and (min-width: 767px) {
  .Form__hr {
    display: none;
  }
}

.Form__inner {
  max-width: 68.75rem;
  padding-bottom: 3.125rem;
  padding-top: 2.8125rem;
}

.Form__tel {
  margin: 0 auto 1.25rem;
  max-width: 17.5rem;
}

.Form__tel::before {
  padding-top: 18.92857%;
}

@media only screen and (min-width: 767px) {
  .Form__tel {
    max-width: 23.5rem;
  }
  .Form__tel::before {
    padding-top: 18.92857%;
  }
}

.Form__bottom-txt {
  color: #1d4e90;
  font-size: 1.0625rem;
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 767px) {
  .Form__bottom-txt {
    font-size: 1.375rem;
    margin-bottom: 2.1875rem;
    text-align: center;
  }
}

.Form__bottom-web {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .Form__bottom-web {
    font-size: 1.0625rem;
    line-height: 1.47059;
  }
}

.Free {
  position: relative;
}

.Free.lazyloaded {
  background: url(../img/free/bg.png) no-repeat center/cover;
}

@media only screen and (min-width: 767px) {
  .Free.lazyloaded {
    background: url(../img/free/bg-pc.png) no-repeat center/cover;
  }
}

@media only screen and (max-width: 766px) {
  .Free::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 62.53444%);
    bottom: 0;
    content: '';
    height: 22.6875rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.Free__inner {
  min-height: 29.875rem;
  padding-bottom: 3.4375rem;
  padding-top: 18.8125rem;
}

@media only screen and (min-width: 767px) {
  .Free__inner {
    min-height: 22.75rem;
    padding-bottom: 6.0625rem;
    padding-top: 5.5625rem;
  }
}

.Free__box {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 767px) {
  .Free__box {
    margin-left: auto;
    margin-top: 3.125rem;
    max-width: 36.75rem;
  }
}

.Free__label {
  align-items: center;
  background: #1d4e90;
  border-radius: 0.625rem;
  color: #fff;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  margin: 0 auto 1.25rem;
  width: 7.875rem;
}

@media only screen and (min-width: 767px) {
  .Free__label {
    font-size: 1.5rem;
    height: 3rem;
    margin: 0;
    margin-bottom: 1.75rem;
    width: 11rem;
  }
}

.Free__ttl {
  margin: 0 auto 1.25rem;
  max-width: 14.75rem;
}

.Free__ttl::before {
  padding-top: 13.1016%;
}

@media only screen and (min-width: 767px) {
  .Free__ttl::before {
    padding-top: 15.21456%;
  }
}

@media only screen and (min-width: 767px) {
  .Free__ttl {
    margin: 0;
    margin-bottom: 0.9375rem;
    max-width: 29.25rem;
  }
}

@media only screen and (max-width: 766px) {
  .Free__txt {
    text-align: center;
  }
}

@media only screen and (min-width: 767px) {
  .Free__txt {
    line-height: 1.45;
  }
}

.Free__woman {
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-width: 15.9375rem;
  position: absolute;
  top: 1.9375rem;
  transform: translateX(-50%);
}

.Free__woman::before {
  padding-top: 159.60784%;
}

@media only screen and (min-width: 767px) {
  .Free__woman {
    bottom: 0;
    max-width: 61.0625rem;
    top: auto;
  }
  .Free__woman::before {
    padding-top: 45.64995%;
  }
}

.Fv {
  position: relative;
}

.Fv__bg::before {
  padding-top: 200%;
}

@media only screen and (min-width: 767px) {
  .Fv__bg::before {
    height: 55.625rem;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1920px) {
  .Fv__bg::before {
    padding-top: 46.35417%;
  }
}

.Header {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  left: 0;
  padding-top: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.Header__tag {
  align-items: center;
  align-items: center;
  border-bottom: 1px solid #1d4e90;
  display: flex;
  display: flex;
  font-size: 0.625rem;
  font-weight: 400;
  height: 1.9375rem;
  justify-content: center;
  line-height: 1.5;
  padding: 0.5rem;
  text-align: center;
}

@media only screen and (min-width: 920px) {
  .Header__tag {
    font-size: 0.8125rem;
    height: 1.8125rem;
  }
}

.Header__inner {
  align-items: flex-start;
  display: flex;
  height: 3.625rem;
  padding: 0.625rem 0.9375rem;
}

@media only screen and (min-width: 920px) {
  .Header__inner {
    height: 5.0625rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 76.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.Header__inner .logo {
  max-width: 6.375rem;
}

.Header__inner .logo::before {
  padding-top: 34.94624%;
}

@media only screen and (min-width: 920px) {
  .Header__inner .logo {
    max-width: 10.75rem;
  }
}

.Header__inner .tel {
  margin-left: auto;
  margin-right: 0.625rem;
  max-width: 9.25rem;
  width: 100%;
}

.Header__inner .tel .img::before {
  padding-top: 21.62162%;
}

@media only screen and (min-width: 920px) {
  .Header__inner .tel .img::before {
    padding-top: 20.33582%;
  }
}

@media only screen and (min-width: 920px) {
  .Header__inner .tel {
    margin: 0;
    max-width: 268px;
    padding-right: 0;
  }
}

.Header__inner .btn {
  border-radius: 0.1875rem 0 0.1875rem 0;
  cursor: pointer;
  display: block;
  right: 0.9375rem;
  top: 3.3125rem;
  width: 2rem;
  z-index: 1001;
}

.Header__inner .btn.none {
  display: none;
}

@media only screen and (min-width: 920px) {
  .Header__inner .btn {
    display: none;
  }
}

.Header__menu {
  display: flex;
}

@media only screen and (max-width: 919px) {
  .Header__menu {
    background: rgba(29, 78, 144, 0.95);
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 5.5625rem;
    transition: opacity .4s ease;
    width: 100%;
    z-index: 1000;
  }
  .Header__menu.none {
    opacity: 0;
    pointer-events: none;
  }
}

@media only screen and (min-width: 920px) {
  .Header__menu {
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin-left: auto;
    max-width: 27.375rem;
  }
}

@media only screen and (min-width: 1140px) {
  .Header__menu {
    align-items: flex-start;
    margin-left: 0;
    max-width: 100%;
    padding-right: 0.8125rem;
    padding-top: 0.5rem;
  }
}

@media only screen and (max-width: 919px) {
  .Header__menu li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}

@media only screen and (min-width: 920px) {
  .Header__menu li {
    flex: 0 0 auto;
    margin-right: 1.25rem;
    width: 10.625rem;
  }
  .Header__menu li:nth-child(2n) {
    width: 14.25rem;
  }
}

@media only screen and (min-width: 1140px) {
  .Header__menu li {
    flex: 0 0 auto;
    margin-right: 1.875rem;
  }
  .Header__menu li:nth-child(3n + 1) {
    width: 10.625rem;
  }
  .Header__menu li:nth-child(3n + 2) {
    width: 14.25rem;
  }
  .Header__menu li:nth-child(3n) {
    margin-right: 0;
    width: 9.375rem;
  }
  .Header__menu li:nth-child(n + 4) {
    margin-top: 0.375rem;
  }
}

.Header__menu li > a {
  color: #000000;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.46154;
  padding-left: 1.25rem;
  position: relative;
  white-space: nowrap;
}

@media only screen and (max-width: 919px) {
  .Header__menu li > a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 0.8125rem;
    height: 3.625rem;
    line-height: 1.46154;
    padding-left: 2.75rem;
    text-align: left;
    width: 100%;
  }
  .Header__menu li > a ._txt {
    display: inline-block;
    padding-left: 1.5rem;
    position: relative;
  }
  .Header__menu li > a ._txt::before {
    -webkit-transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: '';
    height: 0.625rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.875rem;
  }
}

@media only screen and (min-width: 920px) {
  .Header__menu li > a::before {
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #1d4e90;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    display: block;
    height: 0.3125rem;
    left: 0;
    position: absolute;
    top: 0.5625rem;
    width: 0.75rem;
  }
}

.History__ttl {
  margin: 0 auto 2.25rem;
  max-width: 15.1875rem;
}

.History__ttl::before {
  padding-top: 40.15905%;
}

@media only screen and (min-width: 767px) {
  .History__ttl {
    margin-bottom: 1.0625rem;
    max-width: 46.25rem;
  }
  .History__ttl::before {
    padding-top: 16.4%;
  }
}

.History__inner {
  padding-bottom: 2.8125rem;
  padding-top: 18.75rem;
}

@media only screen and (min-width: 767px) {
  .History__inner {
    padding-bottom: 7.8125rem;
    padding-top: 29.625rem;
  }
}

@media only screen and (max-width: 766px) {
  .History__list {
    border-top: 1px solid #000;
  }
}

.History__item {
  border-bottom: 1px solid #000;
  padding-bottom: 2.8125rem;
  padding-top: 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .History__item {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2.8125rem;
  }
  .History__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 766px) {
  .History__item:last-child, .History__item:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 767px) {
  .History__item-body {
    flex: 0 0 auto;
    width: 50%;
  }
  .History__item-body._item2, .History__item-body._item4 {
    order: 2;
  }
}

.History__item-ttl {
  margin: 0 auto 1.3125rem;
}

@media only screen and (min-width: 767px) {
  .History__item-ttl {
    margin-bottom: 2.8125rem;
    margin-left: 0;
  }
}

.History__item-ttl._item1 {
  max-width: 13.125rem;
}

.History__item-ttl._item1::before {
  padding-top: 42.99287%;
}

@media only screen and (min-width: 767px) {
  .History__item-ttl._item1 {
    max-width: 23.25rem;
  }
  .History__item-ttl._item1::before {
    padding-top: 40.08043%;
  }
}

.History__item-ttl._item2 {
  max-width: 17.1875rem;
}

.History__item-ttl._item2::before {
  padding-top: 33.03085%;
}

@media only screen and (min-width: 767px) {
  .History__item-ttl._item2 {
    max-width: 31.125rem;
  }
  .History__item-ttl._item2::before {
    padding-top: 30.16032%;
  }
}

.History__item-ttl._item3 {
  max-width: 14.875rem;
}

.History__item-ttl._item3::before {
  padding-top: 24.57983%;
}

@media only screen and (min-width: 767px) {
  .History__item-ttl._item3 {
    max-width: 23.3125rem;
  }
  .History__item-ttl._item3::before {
    padding-top: 26.54155%;
  }
}

.History__item-ttl._item4 {
  max-width: 16.125rem;
}

.History__item-ttl._item4::before {
  padding-top: 34.4294%;
}

@media only screen and (min-width: 767px) {
  .History__item-ttl._item4 {
    max-width: 25.3125rem;
  }
  .History__item-ttl._item4::before {
    padding-top: 36.41975%;
  }
}

.History__item-pic {
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .History__item-pic {
    margin: 0;
    max-width: 45.45455%;
  }
}

.History__item-pic::before {
  padding-top: 64.51613%;
}

.History__item-pic._item1 {
  left: 0.9375rem;
  max-width: 16.9375rem;
}

.History__item-pic._item1::before {
  padding-top: 81.18081%;
}

@media only screen and (min-width: 767px) {
  .History__item-pic._item1 {
    left: -1.8125rem;
    max-width: 27.9375rem;
  }
}

@media only screen and (max-width: 766px) {
  .History__item-txt {
    margin-top: 1.25rem;
  }
}

.History__members {
  margin: 0 -1.0625rem;
  margin-top: 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .History__members {
    flex: 0 0 auto;
    margin: 0;
    margin-top: 2.8125rem;
    order: 3;
    width: 100%;
  }
}

@media only screen and (min-width: 767px) {
  .History__members-pic {
    flex: 0 0 auto;
    margin: 0 auto;
    max-width: 56.25rem;
    width: 100%;
  }
}

.History__members-pic::before {
  padding-top: 34.66667%;
}

.Howto__inner {
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .Howto__inner {
    padding-bottom: 12.5rem;
    padding-top: 7.8125rem;
  }
}

.Howto__ttl {
  margin: 0 auto 1.25rem;
  max-width: 17.8125rem;
}

.Howto__ttl::before {
  padding-top: 10.9215%;
}

@media only screen and (min-width: 767px) {
  .Howto__ttl {
    margin: 0 auto 3.75rem;
    max-width: 36.0625rem;
  }
  .Howto__ttl::before {
    padding-top: 9.87234%;
  }
}

.Howto__txt {
  margin-bottom: 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .Howto__txt {
    margin-bottom: 2.8125rem;
  }
}

.Howto__table-box {
  background: #fff;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
  padding: 2.1875rem 1.125rem;
}

@media only screen and (min-width: 767px) {
  .Howto__table-box {
    border-radius: 0.9375rem;
    margin-bottom: 3.125rem;
    padding: 3.125rem;
  }
}

.Howto__table::before {
  padding-top: 175.3268%;
}

@media only screen and (min-width: 767px) {
  .Howto__table::before {
    padding-top: 86.66334%;
  }
}

.Howto__table-txt {
  color: #ff6e71;
  margin-top: 1.5625rem;
}

@media only screen and (min-width: 767px) {
  .Howto__table-txt {
    margin-top: 3.125rem;
    text-align: center;
  }
}

.Howto__item {
  border-radius: 0.625rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.Howto__item:nth-child(n + 2) {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 767px) {
  .Howto__item {
    border-radius: 0.9375rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .Howto__item:nth-child(n + 2) {
    margin-top: 3.125rem;
  }
}

.Howto__item-head {
  background: #d7e5f4;
  cursor: pointer;
  padding: 1rem 1.125rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .Howto__item-head {
    padding: 1.5625rem 3.125rem 1.8125rem;
  }
}

.Howto__item-head.lazyloaded::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  background: url(../img/faq/arrow.svg) no-repeat center/100% auto;
  content: "";
  height: 1.125rem;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 1.125rem;
}

@media only screen and (min-width: 767px) {
  .Howto__item-head.lazyloaded::after {
    height: 1.75rem;
    right: 3.125rem;
    width: 1.75rem;
  }
}

.Howto__item-head.is-active::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Howto__item-body {
  background: #fff;
  display: none;
  padding: 1.25rem 1.125rem 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .Howto__item-body {
    padding: 3.125rem;
    padding-top: 2.8125rem;
  }
}

.Howto__item-ttl._item1 {
  max-width: 3.6875rem;
}

.Howto__item-ttl._item1::before {
  padding-top: 33.33333%;
}

@media only screen and (min-width: 767px) {
  .Howto__item-ttl._item1 {
    max-width: 7rem;
  }
  .Howto__item-ttl._item1::before {
    padding-top: 32.44444%;
  }
}

.Howto__item-ttl._item2 {
  max-width: 7.1875rem;
}

.Howto__item-ttl._item2::before {
  padding-top: 17.3913%;
}

@media only screen and (min-width: 767px) {
  .Howto__item-ttl._item2 {
    max-width: 13.8125rem;
  }
  .Howto__item-ttl._item2::before {
    padding-top: 16.96833%;
  }
}

.Howto__item-ttl._item3 {
  max-width: 3.6875rem;
}

.Howto__item-ttl._item3::before {
  padding-top: 33.05085%;
}

@media only screen and (min-width: 767px) {
  .Howto__item-ttl._item3 {
    max-width: 7rem;
  }
  .Howto__item-ttl._item3::before {
    padding-top: 32.44444%;
  }
}

.Howto__item-ttl._item4 {
  max-width: 3.6875rem;
}

.Howto__item-ttl._item4::before {
  padding-top: 33.33333%;
}

@media only screen and (min-width: 767px) {
  .Howto__item-ttl._item4 {
    max-width: 7rem;
  }
  .Howto__item-ttl._item4::before {
    padding-top: 32.58929%;
  }
}

.Howto__item-txt p:nth-child(n + 2) {
  margin-top: 0.5rem;
}

@media only screen and (min-width: 767px) {
  .Howto__item-txt p:nth-child(n + 2) {
    margin-top: 0.625rem;
  }
}

.Howto__item-txt p._caution {
  color: #ff6e71;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1.25rem;
}

@media only screen and (min-width: 767px) {
  .Howto__item-txt p._caution {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 2.8125rem;
  }
}

.Howto__hr {
  background: #000;
  border: none;
  height: 1px;
  margin: 1.25rem 0;
}

@media only screen and (min-width: 767px) {
  .Howto__hr {
    margin: 2.8125rem 0;
  }
}

.Howto__block._item2 {
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 767px) {
  .Howto__block._item2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.8125rem;
  }
  .Howto__block._item2 .Howto__item-box--block {
    width: 30.3%;
  }
  .Howto__block._item2 .Howto__item-box--block:nth-child(n + 2)::before {
    left: -1.4375rem;
  }
}

.Howto__block._item3 {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 767px) {
  .Howto__block._item3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.375rem;
  }
  .Howto__block._item3 .Howto__item-box--block {
    width: 30.3%;
  }
  .Howto__block._item3 .Howto__item-box--block:nth-child(n + 2)::before {
    left: -1.4375rem;
  }
}

.Howto__block-item:nth-child(n + 2) {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 767px) {
  .Howto__block-item:nth-child(n + 2) {
    margin-top: 2.8125rem;
  }
}

@media only screen and (min-width: 767px) {
  .Howto__item-box {
    display: flex;
  }
}

.Howto__item-label {
  background: #1d4e90;
  border-radius: 0.625rem;
  color: #fff;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  padding: 0.3125rem 1.25rem 0.375rem 1.375rem;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 767px) {
  .Howto__item-label {
    font-size: 1.5rem;
    line-height: 1.45833;
    margin-bottom: 1.875rem;
    padding: 0.3125rem 1.25rem 0.5625rem 1.375rem;
  }
}

@media only screen and (min-width: 767px) {
  .Howto__item-box--block {
    flex: 0 0 auto;
    width: 47.5%;
  }
}

.Howto__item-box--block:nth-child(n + 2) {
  margin-top: 2.1875rem;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .Howto__item-box--block:nth-child(n + 2) {
    margin-left: 5%;
    margin-top: 0;
  }
  .Howto__item-box--block:nth-child(n + 2) .Howto__item-box--pic-box {
    position: relative;
  }
  .Howto__item-box--block:nth-child(n + 2) .Howto__item-box--pic-box::before {
    -webkit-transform: translate(-50%, -50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #1d4e90;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    content: "";
    height: 1.625rem;
    left: -1.5625rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.25rem;
  }
}

.Howto__item-box--block:nth-child(n + 2)::before {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-transform: translateX(-50%);
  background: #1d4e90;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  height: 1.25rem;
  left: 50%;
  position: absolute;
  top: -2.1875rem;
  transform: translateX(-50%);
  width: 2.5rem;
}

@media only screen and (min-width: 767px) {
  .Howto__item-box--block:nth-child(n + 2)::before {
    display: none;
  }
}

.Howto__item-box--pic-box {
  border: 1px solid #000;
  padding: 0.9375rem 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .Howto__item-box--pic-box {
    padding: 2.0625rem 5.375rem 1.8125rem;
  }
}

.Howto__item-box--pic-box._no-padding {
  padding: 0;
}

.Howto__item-box--pic::before {
  padding-top: 78.7037%;
}

@media only screen and (min-width: 767px) {
  .Howto__item-box--pic::before {
    padding-top: 78.54785%;
  }
}

.Howto__item-box--pic2::before {
  padding-top: 65.57377%;
}

@media only screen and (min-width: 767px) {
  .Howto__item-box--pic2::before {
    padding-top: 63.0363%;
  }
}

.Howto__item-box--txt {
  padding: 0.625rem 0 0.9375rem;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .Howto__item-box--txt {
    font-size: 1.5rem;
    line-height: 1.45833;
    padding: 1.25rem 0 0;
    text-align: left;
  }
}

.Howto__item-table {
  border: 1px solid #000;
}

.Howto__item-table._item1 {
  margin-bottom: 5.9375rem;
  margin-top: 1.25rem;
}

.Howto__item-table._item1 th {
  width: 55.7377%;
}

@media only screen and (min-width: 767px) {
  .Howto__item-table._item1 {
    margin-bottom: 2.8125rem;
    margin-top: 2.8125rem;
  }
  .Howto__item-table._item1 th {
    height: 6.25rem;
    width: 60%;
  }
  .Howto__item-table._item1 th,
  .Howto__item-table._item1 td {
    vertical-align: middle;
  }
}

.Howto__item-table._item2 th, .Howto__item-table._item3 th {
  width: 46.55738%;
}

@media only screen and (min-width: 767px) {
  .Howto__item-table._item2 th, .Howto__item-table._item3 th {
    width: 60%;
  }
}

.Howto__item-table._item2 {
  margin-bottom: 2.1875rem;
}

@media only screen and (min-width: 767px) {
  .Howto__item-table._item2 {
    margin-bottom: 2.8125rem;
  }
}

.Howto__item-table._item3 {
  margin-bottom: 5.9375rem;
}

@media only screen and (min-width: 767px) {
  .Howto__item-table._item3 {
    margin-bottom: 2.8125rem;
  }
}

.Howto__item-table table {
  width: 100%;
}

.Howto__item-table table tr:not(:last-child) th,
.Howto__item-table table tr:not(:last-child) td {
  border-bottom: 1px solid #000;
}

.Howto__item-table table th,
.Howto__item-table table td {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.13333;
  padding: 0.625rem;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .Howto__item-table table th,
  .Howto__item-table table td {
    font-size: 1.5rem;
    line-height: 1.33333;
    padding: 1.875rem;
    padding-bottom: 1.25rem;
    padding-top: 1rem;
  }
  .Howto__item-table table th ._num,
  .Howto__item-table table td ._num {
    font-size: 1.875rem;
    line-height: 1;
  }
}

.Howto__item-table table th {
  background: #ffffe5;
  border-right: 1px solid #000;
}

.Howto__item-table table td {
  color: #1d4e90;
}

@media only screen and (min-width: 767px) {
  .Howto__recommend {
    align-items: flex-start;
    background: #F0F7FF;
    display: flex;
    flex-direction: column;
    min-height: 17.3125rem;
    padding: 2.8125rem 2.8125rem 3.125rem;
  }
}

.Howto__recommend-box {
  padding: 0.9375rem;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 767px) {
  .Howto__recommend-box {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  .Howto__recommend-box::after {
    background: #F0F7FF;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.Howto__recommend-box.lazyloaded._item1::before {
  background: url(../img/howto/woman1.png) no-repeat center/100% auto;
  content: "";
  height: 11rem;
  position: absolute;
  right: 1.0625rem;
  width: 12.25rem;
  z-index: -1;
}

@media only screen and (max-width: 766px) {
  .Howto__recommend-box.lazyloaded._item1::before {
    top: -8.3125rem;
  }
}

@media only screen and (min-width: 767px) {
  .Howto__recommend-box.lazyloaded._item1::before {
    bottom: -3.125rem;
    height: 19rem;
    position: absolute;
    right: -2.375rem;
    width: 21.125rem;
  }
}

.Howto__recommend-box.lazyloaded._item2::before {
  background: url(../img/howto/woman2.png) no-repeat center/100% auto;
  content: "";
  height: 12.0625rem;
  position: absolute;
  right: -0.6875rem;
  width: 13.4375rem;
  z-index: -1;
}

@media only screen and (max-width: 766px) {
  .Howto__recommend-box.lazyloaded._item2::before {
    top: -9.875rem;
  }
}

@media only screen and (min-width: 767px) {
  .Howto__recommend-box.lazyloaded._item2::before {
    bottom: -3.125rem;
    height: 21.875rem;
    position: absolute;
    right: -3.25rem;
    width: 24.375rem;
  }
}

.Howto__recommend-box.lazyloaded._item3::before {
  background: url(../img/howto/woman3.png) no-repeat center/100% auto;
  content: "";
  height: 12.125rem;
  position: absolute;
  right: -0.625rem;
  width: 13.4375rem;
  z-index: -1;
}

@media only screen and (max-width: 766px) {
  .Howto__recommend-box.lazyloaded._item3::before {
    top: -9.875rem;
  }
}

@media only screen and (min-width: 767px) {
  .Howto__recommend-box.lazyloaded._item3::before {
    bottom: -3.125rem;
    height: 21.875rem;
    position: absolute;
    right: -2.8125rem;
    width: 24.375rem;
  }
}

.Howto__recommend-box.lazyloaded._item4::before {
  background: url(../img/howto/woman4.png) no-repeat center/100% auto;
  content: "";
  height: 13.125rem;
  position: absolute;
  right: -1.3125rem;
  width: 14.625rem;
  z-index: -1;
}

@media only screen and (max-width: 766px) {
  .Howto__recommend-box.lazyloaded._item4::before {
    top: -9.875rem;
  }
}

@media only screen and (min-width: 767px) {
  .Howto__recommend-box.lazyloaded._item4::before {
    bottom: -3.125rem;
    height: 21.875rem;
    position: absolute;
    right: -2.8125rem;
    width: 24.375rem;
  }
}

.Howto__recommend-box li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  padding-left: 1.875rem;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 767px) {
  .Howto__recommend-box li {
    align-items: center;
    display: flex;
    font-size: 1.625rem;
    line-height: 1.42308;
    padding-left: 2.8125rem;
  }
  .Howto__recommend-box li:nth-child(3) {
    margin-top: 1.6875rem;
    width: 100%;
  }
  .Howto__recommend-box li:nth-child(2) {
    margin-left: 1.875rem;
  }
}

@media only screen and (max-width: 766px) {
  .Howto__recommend-box li:nth-child(n + 2) {
    margin-top: 0.625rem;
  }
}

.Howto__recommend-box li.lazyloaded::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/common/check-blue.svg) no-repeat center/100% auto;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
}

@media only screen and (min-width: 767px) {
  .Howto__recommend-box li.lazyloaded::before {
    height: 2.1875rem;
    width: 2.1875rem;
  }
}

.Solution__inner {
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .Solution__inner {
    padding-bottom: 8.4375rem;
    padding-top: 7.8125rem;
  }
}

.Solution__ttl {
  margin: 0 auto 0.625rem;
  max-width: 16.8125rem;
}

.Solution__ttl::before {
  padding-top: 34.57249%;
}

@media only screen and (min-width: 767px) {
  .Solution__ttl {
    margin: 0 auto 3.75rem;
    max-width: 64.0625rem;
  }
  .Solution__ttl::before {
    padding-top: 10.82927%;
  }
}

@media only screen and (min-width: 767px) {
  .Solution__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.Solution__item {
  border-bottom: 1px solid #000;
  padding: 1.5625rem 0;
}

.Solution__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .Solution__item {
    border: none;
    flex: 0 0 auto;
    margin-right: 3.90909%;
    padding: 0;
    width: 30.72727%;
  }
  .Solution__item:nth-child(3n) {
    margin-right: 0;
  }
  .Solution__item:nth-child(n + 4) {
    margin-top: 2.8125rem;
  }
}

.Solution__item-pic::before {
  padding-top: 64.51613%;
}

@media only screen and (min-width: 767px) {
  .Solution__item-pic::before {
    padding-top: 59.1716%;
  }
}

.Solution__item-ttl {
  color: #FF6E71;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1.25rem auto 0.9375rem;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .Solution__item-ttl {
    font-size: 1.5rem;
    line-height: 1.41667;
    margin-top: 0.9375rem;
    text-align: left;
  }
}

.Worry {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .Worry {
    text-align: center;
  }
}

.Worry.lazyloaded {
  background: url(../img/worry/bg.jpg) no-repeat center/cover;
}

@media only screen and (min-width: 767px) {
  .Worry.lazyloaded {
    background: url(../img/worry/bg-pc.jpg) no-repeat center/cover;
  }
}

@media only screen and (max-width: 766px) {
  .Worry::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 62.53444%);
    bottom: 0;
    content: '';
    height: 22.6875rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.Worry__inner {
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
}

@media only screen and (min-width: 767px) {
  .Worry__inner {
    padding-bottom: 6.875rem;
    padding-top: 10.4375rem;
  }
}

.Worry__ttl {
  margin: 0 auto 18.125rem;
  max-width: 13.75rem;
  position: relative;
  z-index: 2;
}

.Worry__ttl::before {
  padding-top: 44.51754%;
}

@media only screen and (min-width: 767px) {
  .Worry__ttl {
    margin: 0;
    margin-bottom: 2.8125rem;
    max-width: 43.75rem;
  }
  .Worry__ttl::before {
    padding-top: 17.39437%;
  }
}

.Worry__woman {
  max-width: 17.625rem;
  position: absolute;
}

.Worry__woman::before {
  padding-top: 159.92908%;
}

@media only screen and (max-width: 766px) {
  .Worry__woman {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: 10rem;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 767px) {
  .Worry__woman {
    bottom: 0;
    max-width: 43.5625rem;
    right: -15.5625rem;
  }
  .Worry__woman::before {
    padding-top: 93.97418%;
  }
}

.Worry__list {
  display: inline-block;
  padding: 0 1.125rem;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 767px) {
  .Worry__list {
    padding: 0;
  }
}

.Worry__item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  padding-left: 1.875rem;
  position: relative;
  text-align: left;
}

.Worry__item:nth-child(n + 2) {
  margin-top: 0.625rem;
}

@media only screen and (min-width: 767px) {
  .Worry__item {
    font-size: 1.625rem;
    line-height: 2.30769;
    padding-left: 3.3125rem;
  }
  .Worry__item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.Worry__item.lazyloaded::before {
  background: url(../img/worry/check.svg) no-repeat center/100% auto;
  content: '';
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0.1875rem;
  width: 1.125rem;
}

@media only screen and (min-width: 767px) {
  .Worry__item.lazyloaded::before {
    -webkit-transform: translateY(-50%);
    height: 2.1875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.1875rem;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
