@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #252525;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0582010582vw;
  }
}
@media (min-width: 1512px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.access {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
  background-color: #fff;
}

.access__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .access__inner {
    padding-left: 0;
    padding-right: 0;
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.access__title {
  text-align: center;
}

.access__title span {
  display: block;
}

.access__title--en {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #CC6F7F;
  font-family: "Cormorant Garamond", serif;
}

.access__title--ja {
  font-weight: 700;
  color: #252525;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.access__map {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 55.9796437659%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .access__map {
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__head {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-weight: 700;
  color: #D20848;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}

.access__dl {
  margin-top: 16px;
  margin-top: 1rem;
}

.access__row {
  border-top: 1px solid #DADADA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.access__dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  white-space: nowrap;
}

.access__dd {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.accordion__head {
  padding: 24px 47px 24px 48px;
  padding: 1.5rem 2.9375rem 1.5rem 3rem;
  background-color: #fff;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
}

.accordion__head::before {
  content: "Q";
  position: absolute;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1C8694;
  font-family: "Zen Old Mincho", serif;
  left: 15px;
  left: 0.9375rem;
  top: 18px;
  top: 1.125rem;
}

.accordion__body {
  background-color: #fff;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  display: none;
}

.accordion__body.is-active {
  display: block;
}

.accordion__body--in {
  color: #717171;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.accordion__bars {
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion__bar01 {
  position: absolute;
  width: 2px;
  width: 0.125rem;
  height: 16px;
  height: 1rem;
  background-color: #1C8694;
  border-radius: 6.25rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.accordion__bar02 {
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 2px;
  height: 0.125rem;
  background-color: #1C8694;
  border-radius: 6.25rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion__head.is-active .accordion__bar01 {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.body-wrapper {
  display: none;
  width: 100%;
  height: 100vh;
  background: url(../images/common/body-wrapper-bg.webp) no-repeat center center/cover;
  position: fixed
}
@media screen and (min-width: 768px) {
  .body-wrapper {
    display: block;
    overflow-y: scroll;
  }
}

.campaign {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background: url(../images/common/campaign-bg.webp) no-repeat center center/cover;
}

.campaign__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.campaign__copy01 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
}

.campaign__copy02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13px;
  margin-top: 0.8125rem;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.campaign__copy02 span {
  display: inline-block;
  width: 115px;
  width: 7.1875rem;
  height: 26px;
  height: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-align: center;
  font-weight: 600;
  color: #D20848;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.campaign__title {
  text-align: center;
  color: #E1FF00;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.campaign__box {
  width: 363px;
  width: 22.6875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 30px 15px 40px;
  padding: 1.875rem 0.9375rem 2.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(151, 44, 78, .12);
          box-shadow: 0 0.5rem 1rem rgba(151, 44, 78, .12);
}

.campaign__img {
  width: 323px;
  width: 20.1875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.campaign__copy04 {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
  color: #393939;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
}

.campaign__head {
  text-align: center;
  color: #EB1357;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px dashed #EB1357;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

@media screen and (max-width: 390px) {
  .campaign__head {
    font-size: 26px;
    font-size: 1.625rem;
    white-space: nowrap;
  }
}

.campaign__labels {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign__label {
  height: 32px;
  height: 2rem;
  line-height: 32px;
  line-height: 2rem;
  background-color: #FFD8E4;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #EB1357;
  letter-spacing: 0.05em;
}

.campaign__label:first-child {
  width: 240px;
  width: 15rem;
  max-width: 100%;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.campaign__label:nth-child(2),
.campaign__label:nth-child(3) {
  width: calc(50% - 0.40625rem);
}

.campaign__label:nth-child(3) {
  margin-left: 13px;
  margin-left: 0.8125rem;
  width: calc(50% - 0.40625rem);
}

.campaign__price {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.campaign__copy05 {
  text-align: center;
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.campaign__copy05 span {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.03em;
  color: #252525;
  position: relative;
}

.campaign__copy05 span::before {
  content: "";
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 44px;
  height: 2.75rem;
  background: url(../images/common/campaign-copy05-before.webp) no-repeat center center/contain;
  left: -16px;
  left: -1rem;
  top: 6px;
  top: 0.375rem;
}

.campaign__copy05 span::after {
  content: "";
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 44px;
  height: 2.75rem;
  background: url(../images/common/campaign-copy05-after.webp) no-repeat center center/contain;
  right: -16px;
  right: -1rem;
  top: 6px;
  top: 0.375rem;
}

.campaign__btn {
  position: relative;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#FFA652), to(#F4477E));
  background: linear-gradient(to right, #FFA652, #F4477E);
  border-radius: 5.4375rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(89, 87, 87, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(89, 87, 87, .25);
}

.campaign__btn span {
  display: inline-block;
  border-radius: 0.8125rem;
  font-weight: 600;
  color: #EB1357;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
  background-color: #fff;
  padding-left: 11px;
  padding-left: 0.6875rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  /*
  height: rem(23);
  line-height: rem(23);
  */
  line-height: 1.4;
  width: 225px;
  width: 14.0625rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.campaign__btn::after {
  content: "";
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 10px;
  height: 0.625rem;
  background: url(../images/common/header-btn-after.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  right: 0.9375rem;
}

.cause {
  position: relative;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background: url(../images/common/cause-bg.webp) no-repeat center center/cover;
}

.cause__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cause__inner {
    padding-left: 0;
    padding-right: 0;
    width: 22.0625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.cause__labels {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cause__label {
  width: calc(50% - 0.40625rem);
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #252525;
  background-color: #fff;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.cause__label:nth-child(2n) {
  margin-left: 13px;
  margin-left: 0.8125rem;
}

.cause__label:nth-child(n+3) {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.cause__copy01 {
  font-weight: 600;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #252525;
  font-family: "Zen Old Mincho", serif;
}

.cause__copy01 span {
  font-weight: 900;
  color: #1C8694;
}

.cause__img02 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.cause__head {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #252525;
}

.cause__head span {
  color: #1C8694;
}

.cause__arrow {
  width: 67px;
  width: 4.1875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.cause__lists {
  background-color: #fff;
  padding: 36px 20px;
  padding: 2.25rem 1.25rem;
  border-radius: 1.25rem;
}

.cause__list {
  position: relative;
  padding-left: 38px;
  padding-left: 2.375rem;
  font-weight: 500;
  color: #252525;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  border-bottom: 1px dashed #B5B3AA;
  white-space: nowrap;
}

.cause__list::before {
  content: "";
  position: absolute;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  background: url(../images/common/cause-check.webp) no-repeat center center/contain;
  left: 0;
  top: 0;
}

.cause__list:not(:first-child) {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.cause__copy02 {
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: center;
  color: #252525;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}

.cause__copy02::before {
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 32px;
  height: 2rem;
  background: url(../images/common/cause-copy02-before.webp) no-repeat center center/contain;
  top: 6px;
  top: 0.375rem;
  left: 0;
}

.cause__copy02::after {
  right: 6px;
  right: 0.375rem;
  bottom: -11px;
  bottom: -0.6875rem;
  content: "";
  position: absolute;
  width: 31px;
  width: 1.9375rem;
  height: 31px;
  height: 1.9375rem;
  background: url(../images/common/cause-copy02-after.webp) no-repeat center center/contain;
}

.cause__copy02 span {
  color: #1C8694;
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
}

.cause__copy02 span span {
  font-size: 24px;
  font-size: 1.5rem;
}

.cause__copy03 {
  margin-top: 25px;
  margin-top: 1.5625rem;
  background-color: #1C8694;
  border-radius: 2.625rem;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  width: 265px;
  width: 16.5625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  position: relative;
}

.cause__copy03::after {
  content: "";
  position: absolute;
  width: 29px;
  width: 1.8125rem;
  height: 11px;
  height: 0.6875rem;
  background: url(../images/common/cause-copy03-sankaku.webp) no-repeat center center/contain;
  bottom: -10px;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cause__box {
  margin-top: -33px;
  margin-top: -2.0625rem;
  background-color: #fff;
  padding: 63px 30px 30px;
  padding: 3.9375rem 1.875rem 1.875rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 1rem rgba(21, 21, 21, .08);
          box-shadow: 0 0 1rem rgba(21, 21, 21, .08);
}

.cause__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.cause__item {
  position: relative;
  padding-left: 38px;
  padding-left: 2.375rem;
  color: #252525;
  line-height: 1.6;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.cause__item::before {
  content: "";
  position: absolute;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  background: url(../images/common/cause-check.webp) no-repeat center center/contain;
  left: 0;
  top: 0;
}

.cause__item:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.cause__copy04 {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-weight: 600;
  text-align: center;
  color: #252525;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}

.cause__copy04 span {
  font-weight: 900;
  color: #1C8694;
}

.face {
  margin-top: -30px;
  margin-top: -1.875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background: url(../images/common/face-bg.webp) no-repeat center center/cover;
}

.face__arrow {
  position: relative;
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.face__inner {
  margin-top: 33px;
  margin-top: 2.0625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .face__inner {
    padding-left: 0;
    padding-right: 0;
    width: 22.0625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.face__copy01 {
  width: 341px;
  width: 21.3125rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #252525;
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: "Zen Old Mincho", serif;
}

.face__copy01 span {
  display: inline-block;
  width: 140px;
  width: 8.75rem;
  height: 33px;
  height: 2.0625rem;
  line-height: 33px;
  line-height: 2.0625rem;
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.03em;
  background-color: #2C941C;
  color: #fff;
}

.face__items {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.face__item {
  width: 160px;
  width: 10rem;
  max-width: 100%;
}

.face__item:not(:first-child) {
  margin-left: 13px;
  margin-left: 0.8125rem;
}

.face__item span {
  display: block;
  text-align: center;
  color: #252525;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-family: "Zen Old Mincho", serif;
}

.face__head {
  font-family: "Zen Old Mincho", serif;
  width: 328px;
  width: 20.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
  color: #2C941C;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-top: 1px solid #2C941C;
  border-bottom: 1px solid #2C941C;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.face__copy02 {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #252525;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}

.face__circle {
  width: 333px;
  width: 20.8125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-top: 1rem;
}

.face__copy03 {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #252525;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}

.face__head01 {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #252525;
  margin-top: 28px;
  margin-top: 1.75rem;
  position: relative;
}

.face__head01::before {
  content: "";
  position: absolute;
  width: 34px;
  width: 2.125rem;
  height: 97px;
  height: 6.0625rem;
  background: url(../images/common/face-head01-before.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.face__head01::after {
  content: "";
  position: absolute;
  width: 34px;
  width: 2.125rem;
  height: 97px;
  height: 6.0625rem;
  background: url(../images/common/face-head01-after.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.face__head01 span {
  color: #2C941C;
  font-size: 28px;
  font-size: 1.75rem;
}

.face__lists {
  margin-top: 32px;
  margin-top: 2rem;
}

.face__list:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.faq {
  background-color: #EEF6FF;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.faq__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    padding-left: 0;
    padding-right: 0;
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq__title {
  text-align: center;
}

.faq__title span {
  display: block;
}

.faq__title--en {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #1C8694;
  font-family: "Cormorant Garamond", serif;
}

.faq__title--ja {
  font-weight: 700;
  color: #252525;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.faq__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.faq__item:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.features-block {
  position: relative;
}

.features-block__number {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #CC6F7F;
  border-radius: 50%;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features-block__number span {
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  text-align: center;
  line-height: 65px;
  line-height: 4.0625rem;
  border-radius: 50%;
  background-color: #CC6F7F;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(65, 59, 27, .2);
          box-shadow: 0 0.25rem 0.25rem rgba(65, 59, 27, .2);
}

.features-block__body {
  margin-left: 20px;
  margin-left: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  border-left: 1px solid #CC6F7F;
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-top: -37px;
  margin-top: -2.3125rem;
  position: relative;
}

.features-block__head {
  color: #D20848;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
}

.features-block__text {
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-weight: 400;
  color: #252525;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.features {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .features__inner {
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.features__title {
  text-align: center;
}

.features__title span {
  display: block;
}

.features__title--en {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #CC6F7F;
  font-family: "Cormorant Garamond", serif;
}

.features__title--ja {
  font-weight: 700;
  color: #252525;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.features__items {
  width: 373px;
  width: 23.3125rem;
  max-width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.features__item:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.fix-btn {
  position: fixed;
  width: 333px;
  width: 20.8125rem;
  z-index: 100;
  bottom: 13px;
  bottom: 0.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .fix-btn {
    right: 28.835978836%;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.flow-block__number {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #D20848;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.flow-block__number span {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  line-height: 1;
}

.flow-block__body {
  /*
  width: rem(324);
  */
  width: 82.4427480916vw;
  padding-left: 37px;
  padding-left: 2.3125rem;
  max-width: 100%;
  margin-left: auto;
  margin-top: -51px;
  margin-top: -3.1875rem;
  border-left: 2px solid #D20848;
}

@media screen and (min-width: 394px) {
  .flow-block__body {
    width: 20.25rem;
  }
}
/*
@media screen and (max-width: 380px) {
    .flow-block__body {
        width: rem(308);
    }
}
*/
.flow__item:not(:last-child) .flow-block__body {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.flow-block__head {
  color: #D20848;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}

.flow-block__img {
  margin-top: 16px;
  margin-top: 1rem;
}

.flow-block__explain {
  font-family: "Zen Old Mincho", serif;
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  stroke-linejoin: 1.8;
  letter-spacing: 0.03em;
}

.flow {
  background-color: #FFEEF1;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.flow__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    padding-left: 0;
    padding-right: 0;
    width: 22.0625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow__title {
  text-align: center;
}

.flow__title span {
  display: block;
}

.flow__title--en {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #CC6F7F;
  font-family: "Cormorant Garamond", serif;
}

.flow__title--ja {
  font-weight: 700;
  color: #252525;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.flow__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.footer {
  text-align: center;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 132px;
  padding-bottom: 8.25rem;
  background-color: #fff;
}

.footer small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #4F4F4F;
  font-family: "Shippori Mincho", serif;
}

.header {
  width: 100%;
  height: 64px;
  height: 4rem;
  background-color: #fff;
  border-bottom: 1px solid #E7E7E7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    width: 34.375rem;
    right: 21.164021164%;
    left: auto;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  width: 126px;
  width: 7.875rem;
}

.header__logo a {
  display: block;
}

.header__logo a svg {
  width: 100%;
}

.header__btn {
  display: block;
  width: 200px;
  width: 12.5rem;
  height: 38px;
  height: 2.375rem;
  line-height: 38px;
  line-height: 2.375rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FFA652), to(#F4477E));
  background: linear-gradient(to right, #FFA652, #F4477E);
  border-radius: 3.5rem;
  position: relative;
}

.header__btn::after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 6px;
  height: 0.375rem;
  background: url(../images/common/header-btn-after.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  right: 0.5rem;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1562px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.leave {
  margin-top: -15px;
  margin-top: -0.9375rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background: url(../images/common/leave-bg.webp) no-repeat center center/cover;
}

.leave__arrow {
  width: 138px;
  width: 8.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.leave__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.leave__copy01 {
  color: #252525;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}

.leave__copy02 {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 334px;
  width: 20.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  color: #D20848;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Zen Old Mincho", serif;
}

.leave__copy02 span {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.03em;
  background-color: #D20848;
  width: 145px;
  width: 9.0625rem;
  height: 33px;
  height: 2.0625rem;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  line-height: 2.0625rem;
}

.leave__copy03 {
  color: #252525;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.leave__video {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 353px;
  width: 22.0625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.leave__video{
  max-width: 22.0625rem; /* 353px */
  width: 100%;
  margin: 1.25rem auto 0;
}

.leave__video video{
  width: 100%;
  height: auto;
  display: block; /* 余白対策にも */
  /* 念のため */
  max-width: 100%;
}
.leave__copy04 {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-weight: 700;
  color: #D20848;
  font-size: 22px;
  font-size: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 334px;
  width: 20.875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Zen Old Mincho", serif;
}

.leave__copy04 span {
  color: #D20848;
  font-weight: 600;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.03em;
  background-color: #fff;
  width: 145px;
  width: 9.0625rem;
  height: 33px;
  height: 2.0625rem;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  line-height: 2.0625rem;
}

.leave__copy05 {
  color: #252525;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.leave__img {
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 363px;
  width: 22.6875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-view {
  margin-top: 64px;
  margin-top: 4rem;
}

.pc-box {
  background-color: rgba(255, 255, 255, .7);
  border-radius: 2.5rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(151, 44, 78, .06);
          box-shadow: 0 0 2.5rem rgba(151, 44, 78, .06);
  width: 1272px;
  width: 79.5rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  /*
  margin-top: rem(65);
  */
  /*
  padding: rem(80) rem(90);
  */
  padding-left: 90px;
  padding-left: 5.625rem;
  padding-right: 90px;
  padding-right: 5.625rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 67.3116089613vh;
}

.pc-box::before {
  content: "";
  position: absolute;
  width: 49px;
  width: 3.0625rem;
  height: 55px;
  height: 3.4375rem;
  background: url(../images/common/pc-box-before.webp) no-repeat center center/contain;
  top: 16px;
  top: 1rem;
  left: 20px;
  left: 1.25rem;
}

.pc-box::after {
  content: "";
  position: absolute;
  width: 91px;
  width: 5.6875rem;
  height: 79px;
  height: 4.9375rem;
  background: url(../images/common/pc-box-after.webp) no-repeat center center/contain;
  right: 46px;
  right: 2.875rem;
  bottom: 39px;
  bottom: 2.4375rem;
}

.pc-box__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pc-box__item:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.pc-box__item a {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  padding-right: 27px;
  padding-right: 1.6875rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}

.pc-box__item.is-active a {
  color: #EB1357;
  border-bottom: 1px solid #EB1357;
}

.pc-box__item a::after {
  content: "";
  position: absolute;
  width: 23px;
  width: 1.4375rem;
  height: 15px;
  height: 0.9375rem;
  background: url(../images/common/pc-box-arrow.webp) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pc-box__meta {
  width: 333px;
  width: 20.8125rem;
  max-width: 100%;
  /*
  margin-top: rem(60);
  */
  margin-top: 3.5641547862vh;
}

.pc-box__copy {
  text-align: center;
}

.pc-box__copy span {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  color: #EB1357;
  position: relative;
}

.pc-box__copy span::before {
  content: "";
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 40px;
  height: 2.5rem;
  background: url(../images/common/pc-box__copy-before.webp) no-repeat center center/contain;
  left: -16px;
  left: -1rem;
  top: 3px;
  top: 0.1875rem;
}

.pc-box__copy span::after {
  content: "";
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 40px;
  height: 2.5rem;
  background: url(../images/common/pc-box__copy-after.webp) no-repeat center center/contain;
  right: -16px;
  right: -1rem;
  top: 3px;
  top: 0.1875rem;
}

.pc-header {
  height: 135px;
  height: 8.4375rem;
}

.pc-header__inner {
  width: 1392px;
  width: 87rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-header__logo {
  display: block;
  width: 223px;
  width: 13.9375rem;
  max-width: 100%;
}

.reason-block {
  position: relative;
}

.reason-block__number {
  position: absolute;
  font-weight: 500;
  font-size: 44px;
  font-size: 2.75rem;
  letter-spacing: 0;
  color: #E0F3D1;
  font-family: "Cormorant Garamond", serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 1;
}

.reason-block__number span {
  font-family: "Shippori Mincho", serif;
}

.reason__item:nth-child(2n+1) .reason-block__number {
  top: 0;
  right: 0;
}

.reason__item:nth-child(2n) .reason-block__number {
  top: 0;
  left: 0;
}

.reason-block__img {
  width: 353px;
  width: 22.0625rem;
  max-width: 100%;
}

.reason__item:nth-child(2n) .reason-block__img {
  margin-left: auto;
}

.reason-block__body {
  margin-top: -35px;
  margin-top: -2.1875rem;
  background-color: #fff;
  border-radius: 1.875rem 0 1.875rem 0;
  width: 353px;
  width: 22.0625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 20px 32px;
  padding: 1.5625rem 1.25rem 2rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(67, 62, 42, .1);
          box-shadow: 0 0 0.625rem rgba(67, 62, 42, .1);
  position: relative;
}

.reason__item:nth-child(2n+1) .reason-block__body {
  border-radius: 1.875rem 0 1.875rem 0;
}

.reason__item:nth-child(2n) .reason-block__body {
  border-radius: 0 1.875rem 0 1.875rem;
}

.reason-block__head span {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  color: #2C941C;
  line-height: 1.6;
  border-bottom: 1px solid #2C941C;
  white-space: nowrap;
}

.reason-block__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.reason {
  overflow-x: hidden;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background: url(../images/common/reason-bg.webp) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .reason__inner {
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.reason__title {
  text-align: center;
}

.reason__title--en {
  display: block;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: "Cormorant Garamond", serif;
}

.reason__title--ja {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.reason__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.reason__item:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.voice {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-color: #fff;
}

.voice__inner {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .voice__inner {
    padding-left: 0;
    padding-right: 0;
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.voice__title {
  text-align: center;
}

.voice__title span {
  display: block;
}

.voice__title--en {
  color: #CC6F7F;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: "Cormorant Garamond", serif;
}

.voice__title--ja {
  font-weight: 700;
  color: #252525;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.voice__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.voice__item:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.worry {
  position: relative;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  background: url(../images/common/worry-bg.webp) no-repeat center center/cover;
}

.worry__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .worry__inner {
    padding-left: 0;
    padding-right: 0;
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.worry__wrapper {
  background-color: #fff;
  padding: 30px 15px 40px;
  padding: 1.875rem 0.9375rem 2.5rem;
}

.worry__title {
  font-family: "Zen Old Mincho", serif;
  color: #252525;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
}

.worry__title span {
  font-weight: 700;
  color: #1C8694;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #1C8694;
  position: relative;
  background-image: radial-gradient(circle at center, #1C8694 15%, transparent 15%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.15em; /* 縦方向の位置調整 */
}

.worry__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1C8694;
  left: 0;
  bottom: -5px;
  bottom: -0.3125rem;
}

.worry__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.worry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.worry__item:not(:first-child) {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.worry__item:nth-child(2n+1) {
  margin-left: -30px;
  margin-left: -1.875rem;
}

.worry__item:nth-child(2n) {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: -30px;
  margin-right: -1.875rem;
}

.worry__meta {
  position: relative;
  width: 177px;
  width: 11.0625rem;
  max-width: 100%;
}

.worry__number {
  font-weight: 400;
  color: #1C8694;
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  font-family: "Pinyon Script", cursive;
}

.worry__item:nth-child(2n+1) .worry__number {
  right: 16px;
  right: 1rem;
}

.worry__item:nth-child(2n) .worry__number {
  left: 15px;
  left: 0.9375rem;
}

.worry__head {
  color: #252525;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  width: 170px;
  width: 10.625rem;
  max-width: 100%;
}

.worry__head span {
  font-weight: 900;
  color: #1C8694;
}

.worry__item:nth-child(2n+1) .worry__head {
  margin-left: 16px;
  margin-left: 1rem;
}

.worry__item:nth-child(2n) .worry__head {
  margin-right: 16px;
  margin-right: 1rem;
}

.worry__copy {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #252525;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}

.worry__copy span {
  color: #fff;
  background-color: #1C8694;
  display: inline-block;
  line-height: 1;
  padding: 2px 2px 4px;
  padding: 0.125rem 0.125rem 0.25rem;
}

.wrapper {
  width: 393px;
  width: 24.5625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wrapper {
    height: 100vh;
    overflow-y: auto;
    width: 34.375rem;
    -webkit-box-shadow: 0 0 1.875rem rgba(96, 43, 38, .2);
            box-shadow: 0 0 1.875rem rgba(96, 43, 38, .2);
    position: fixed;
    z-index: 100;
    top: 0;
    right: 21.164021164%;
  }
}

.young {
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background: url(../images/common/young-bg.webp) no-repeat center center/cover;
}

.young__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.young__copy01 {
  text-align: center;
  color: #252525;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}

.young__title {
  width: 299px;
  width: 18.6875rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.young__copy02 {
  font-weight: 700;
  text-align: center;
  color: #252525;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}

.young__head {
  margin-top: 26px;
  margin-top: 1.625rem;
  text-align: center;
  width: 293px;
  width: 18.3125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
}

.young__head::before {
  content: "";
  position: absolute;
  width: 7px;
  width: 0.4375rem;
  height: 93px;
  height: 5.8125rem;
  background: url(../images/common/young-head-before.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.young__head::after {
  content: "";
  position: absolute;
  width: 7px;
  width: 0.4375rem;
  height: 93px;
  height: 5.8125rem;
  background: url(../images/common/young-head-after.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.young__head span {
  color: #D20848;
  display: inline-block;
}

.young__circle {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 91px;
  padding-bottom: 5.6875rem;
  background: url(../images/common/young-circle-bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .young__circle {
    background: #fff;
    width: 34.375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(151, 44, 78, .12);
            box-shadow: 0 0.5rem 1rem rgba(151, 44, 78, .12);
  }
}

.young__copy03 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

.young__copy03 span {
  display: inline-block;
  font-weight: 900;
  color: #1C8694;
}

.young__img01 {
  width: 333px;
  width: 20.8125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.young__copy04 {
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #252525;
  line-height: 1.9;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.young__copy04 span {
  display: inline-block;
  font-weight: 900;
  color: #1C8694;
}

.young__arrow {
  width: 138px;
  width: 8.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -31px;
  margin-top: -1.9375rem;
}

.young__copy05 {
  margin-top: 11px;
  margin-top: 0.6875rem;
  text-align: center;
  color: #252525;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}

.young__copy06 {
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
}

.young__copy07 {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: auto;
  margin-right: auto;
  width: 265px;
  width: 16.5625rem;
  max-width: 100%;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #D20848;
  border-radius: 2.625rem;
  padding: 9px;
  padding: 0.5625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-align: center;
  position: relative;
}

.young__copy07::after {
  content: "";
  position: absolute;
  width: 23px;
  width: 1.4375rem;
  height: 11px;
  height: 0.6875rem;
  background: url(../images/common/young-copy07-sankaku.webp) no-repeat center center/contain;
  bottom: -10px;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.young__copy08 {
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.young__copy08 span {
  display: inline-block;
  color: #D20848;
}

.young__img02 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .young__img02 {
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.young__text01 {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .young__text01 {
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.young__copy09 {
  width: 188px;
  width: 11.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
}

.young__text02 {
  margin-top: 32px;
  margin-top: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .young__text02 {
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.young__head01 {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.young__head01 span {
  display: inline-block;
  color: #D20848;
}

.young__img03 {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .young__img03 {
    width: 24.5625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=styles.css.map */