@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
}

.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: 2.1333333333vw;
  }
}
@media (min-width: 750px) {
  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;
  overflow-x: hidden;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* 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;
}

.accordion {
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
}

.accordion__head {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 38px;
  padding-left: 2.375rem;
  position: relative;
  padding-right: 68px;
  padding-right: 4.25rem;
}

.accordion__q {
  width: 16px;
  width: 1rem;
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  left: 7px;
  left: 0.4375rem;
}

.accordion__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  right: 0.9375rem;
}

.accordion__icon::before {
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 2px;
  height: 0.125rem;
  background-color: #B3965C;
  display: block;
  position: relative;
  top: 8px;
  top: 0.5rem;
}

.accordion__icon::after {
  content: "";
  height: 15px;
  height: 0.9375rem;
  width: 2px;
  width: 0.125rem;
  display: block;
  background-color: #B3965C;
  position: relative;
  left: 6.5px;
  left: 0.40625rem;
  -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__icon.is-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion__body {
  display: none;
}

.accordion__body-in {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 38px;
  padding-left: 2.375rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
}

.barrier__head {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  background-color: #CCA99F;
  height: 29px;
  height: 1.8125rem;
  line-height: 29px;
  line-height: 1.8125rem;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}

.cause-box {
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-right: 27px;
  padding-right: 1.6875rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 32px;
  padding-left: 2rem;
  background-color: #fff;
  border: 1px solid #B3965C;
  border: 0.0625rem solid #B3965C;
}

.cause-box__list {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #4F4F4F;
  padding-left: 26px;
  padding-left: 1.625rem;
  position: relative;
  line-height: 1.9;
}

.cause-box__list::before {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(../images/common/cause-box-check.webp) no-repeat center center/contain;
  top: 9px;
  top: 0.5625rem;
  left: 0;
}

.cause-box__img {
  width: 230px;
  width: 14.375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.cause__img02 {
  width: 72.465%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.cause {
  position: relative;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.cause__before {
  position: absolute;
  width: 421px;
  width: 26.3125rem;
  top: -50px;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

/*
.cause::before {
    content: "";
    position: absolute;
    width: rem(843);
    height: rem(645);
    background: url(../images/common/cause-bg.webp) no-repeat center center / contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
*/
.cause__head {
  text-align: center;
}

.cause__head img {
  display: inline-block;
  width: 218px;
  width: 13.625rem;
  max-width: 100%;
}

.cause__copy {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  color: #fff;
}

.cause__box {
  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;
}

.cause__ballon {
  position: relative;
  width: 186px;
  width: 11.625rem;
  height: 92px;
  height: 5.75rem;
  max-width: 100%;
  z-index: 1;
}

.cause__ballon:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.cause__ballon div {
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 600;
}

.cause__ballon div span {
  color: #B3965C;
}

.cause__img {
  width: 226px;
  width: 14.125rem;
  max-width: 100%;
  position: relative;
  right: -11px;
  right: -0.6875rem;
  margin-left: -67px;
  margin-left: -4.1875rem;
}

.cause__text {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.cause__text p {
  color: #4F4F4F;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}

.cause__text p.bold {
  font-weight: 700;
}

.cause__text p span {
  color: #A5884F;
}

.cause__text p:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.cause__body {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 293px;
  width: 18.3125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cause__explain {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  color: #4F4F4F;
  text-align: center;
  font-weight: 600;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.cause__explain span {
  color: #B3965C;
}

@media screen and (min-width: 500px) {
  .cause__before {
    width: 52.625rem;
  }
}
.change {
  position: relative;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
  background: url(../images/common/change-bg.webp) no-repeat center center/cover;
}

.change__inner {
  padding-left: 28px;
  padding-left: 1.75rem;
  padding-right: 28px;
  padding-right: 1.75rem;
}

.change__title {
  font-weight: 600;
  text-align: center;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #B3965C;
  font-family: "Shippori Mincho", serif;
}

.change__lists {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.change__list {
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  position: relative;
  padding-left: 22px;
  padding-left: 1.375rem;
  line-height: 1.6;
  position: relative;
}

.change__list::before {
  content: "";
  position: absolute;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  background: url(../images/common/change-list.webp) no-repeat center center/contain;
  left: 0;
  top: 7px;
  top: 0.4375rem;
}

.change__list span {
  font-weight: 700;
  color: #B3965C;
}

.change__list:not(:first-child) {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.change__list:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  background: url(../images/common/change-list-border.webp) no-repeat center center/cover;
}

.change__img {
  width: 270px;
  width: 16.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  margin-top: 1.375rem;
}

@media screen and (min-width: 500px) {
  .change__lists {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-block__box {
  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;
}

.feature-block__body {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.feature-block__number {
  width: 72px;
  width: 4.5rem;
}

.feature-block__heading {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.feature-block__heading span {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  background-color: #CCA99F;
  height: 32px;
  height: 2rem;
  line-height: 32px;
  line-height: 2rem;
  position: relative;
}

.feature-block__heading p:not(:first-child) {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.feature-block__img {
  width: 247px;
  width: 15.4375rem;
  max-width: 100%;
}

.feature-block__explain {
  padding: 24px 15px 20px;
  padding: 1.5rem 0.9375rem 1.25rem;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  width: calc(100% - 0.9375rem);
  margin-top: -27px;
  margin-top: -1.6875rem;
  -webkit-box-shadow: 0.125rem 0.5rem 0.625rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0.125rem 0.5rem 0.625rem 0 rgba(0, 0, 0, .25);
}

.feature-block__explain span {
  color: #B3965C;
  font-weight: 700;
}

.feature__item:nth-child(2n+1) .feature-block__number {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.feature__item:nth-child(2n) .feature-block__number {
  margin-right: 15px;
  margin-right: 0.9375rem;
  margin-left: auto;
}

.feature__item:nth-child(2n+1) .feature-block__img {
  margin-left: -100px;
  margin-left: -6.25rem;
}

.feature__item:nth-child(2n) .feature-block__img {
  margin-right: -100px;
  margin-right: -6.25rem;
}

.feature__item:nth-child(2n) .feature-block__box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature__item:nth-child(2n) .feature-block__heading p {
  text-align: right;
}

.feature__item:nth-child(2n) .feature-block__explain {
  margin-left: auto;
}

.feature {
  /*
  margin-top: rem(-39);
  */
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background: url(../images/common/feature-bg.webp) no-repeat center center/cover;
}

.feature__title {
  font-weight: 700;
  text-align: center;
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "Shippori Mincho", serif;
}

.feature__items {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.feature__item:not(:first-child) {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (min-width: 500px) {
  .feature {
    margin-top: 0;
  }
  .feature__items {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow-block__step {
  width: 65px;
  width: 4.0625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flow-block__img {
  margin-top: -22px;
  margin-top: -1.375rem;
}

.flow-block__heading {
  text-align: center;
  margin-top: 14px;
  margin-top: 0.875rem;
  color: #CCA99F;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.flow-block__explain {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
}

.flow {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
}

.flow__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.flow__title {
  text-align: center;
  font-weight: 600;
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "Shippori Mincho", serif;
}

.flow__items {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.flow__item:not(:first-child) {
  margin-top: 52px;
  margin-top: 3.25rem;
}

@media screen and (min-width: 500px) {
  .flow__items {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer {
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 26%;
  position: relative;
}

.footer__icon {
  position: absolute;
  width: 50px;
  width: 3.125rem;
  top: 4%;
  left: 35px;
  left: 2.1875rem;
}

.footer small {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 800px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.main-view {
  position: relative;
}

.main-view--feature {
  margin-top: -39px;
  margin-top: -2.4375rem;
}

.main-view__btn {
  position: absolute;
  width: 86.1334%;
  max-width: 100%;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.main-view--feature .main-view__btn {
  bottom: 5%;
}

.main-view--bottom .main-view__btn {
  bottom: 5%;
}

.modal-close {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  cursor: pointer;
}

.modal-close.open {
  opacity: 1;
  visibility: visible;
}

.js-modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.js-modal.open {
  opacity: 1;
  visibility: visible;
}

.js-modal-close.open {
  display: block;
}

.js-modal-bg {
  position: fixed;
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  z-index: 9;
}

.js-modal-bg.open {
  opacity: 1;
  visibility: visible;
}

.modal-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 27px;
  top: 1.6875rem;
}

.modal-icon01 {
  display: block;
  width: 22px;
  width: 1.375rem;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

.modal-icon02 {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
  display: block;
  width: 22px;
  width: 1.375rem;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
}

.modal-icon__copy {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 7px;
  bottom: 0.4375rem;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
}

.program-block__img {
  position: relative;
}

.program-block__number {
  font-family: "Oooh Baby", cursive;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  left: 0;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  color: #CCA99F;
  letter-spacing: 0.1em;
}

.program-block__explain {
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.program {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  background: url(../images/common/program-bg.webp) no-repeat center center/cover;
}

.program__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.program__title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-color: #CCA99F;
  position: relative;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}

.program__title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-right: 0.5rem solid transparent;
  border-left: 8px solid transparent;
  border-left: 0.5rem solid transparent;
  border-top: 8px solid #CCA99F;
  border-top: 0.5rem solid #CCA99F;
  border-bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
  bottom: -0.5rem;
}

.program__title--top {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.program__title--bottom {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.program__items {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.program__item {
  position: relative;
}

.program__item:not(:first-child) {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.program__item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 3px;
  width: 0.1875rem;
  height: 21px;
  height: 1.3125rem;
  background: url(../images/common/program-circle.webp) no-repeat center center/contain;
  bottom: -22px;
  bottom: -1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.program__box {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 6px;
  padding: 0.375rem;
  background-color: #fff;
}

.program__body {
  text-align: center;
  border: 1px solid #B3965C;
  border: 0.0625rem solid #B3965C;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  position: relative;
}

.program__sankaku01 {
  position: absolute;
  width: 9px;
  width: 0.5625rem;
  top: 0;
  left: 0;
}

.program__sankaku02 {
  position: absolute;
  width: 9px;
  width: 0.5625rem;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.program__text {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}

.program__text span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #B3965C;
}

@media screen and (min-width: 500px) {
  .program__items {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .program__box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.progress-block {
  padding: 15px;
  padding: 0.9375rem;
  background-color: #fff;
}

.progress-block__head {
  text-align: center;
}

.progress-block__head span {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  padding-left: 9px;
  padding-left: 0.5625rem;
  padding-right: 9px;
  padding-right: 0.5625rem;
  height: 30px;
  height: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  border: 1px solid #B3965C;
  border: 0.0625rem solid #B3965C;
  color: #B3965C;
  font-family: "Shippori Mincho", serif;
}

.progress-block__box {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.progress-block__img {
  position: relative;
}

.progress-block__img span.before {
  position: absolute;
  width: 56px;
  width: 3.5rem;
  top: 10px;
  top: 0.625rem;
  left: 10px;
  left: 0.625rem;
}

.progress-block__img span.before--02 {
  top: 27px;
  top: 1.6875rem;
}

.progress-block__img span.after {
  position: absolute;
  width: 56px;
  width: 3.5rem;
  top: 51.5%;
  left: 10px;
  left: 0.625rem;
}

.progress-block__body {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.progress-block__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.progress-block__meta:first-child::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-right: 0.5rem solid transparent;
  border-left: 8px solid transparent;
  border-left: 0.5rem solid transparent;
  border-top: 12px solid #B3965C;
  border-top: 0.75rem solid #B3965C;
  border-bottom: 0;
  bottom: -21px;
  bottom: -1.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.progress-block__meta:not(:first-child) {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.progress-block__label {
  width: 56px;
  width: 3.5rem;
  text-align: center;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.progress-block__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  width: calc(100% - 4.5rem);
}

.progress__inner {
  background-color: #F0E7DA;
  padding-top: 27px;
  padding-top: 1.6875rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.progress__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

.progress__items {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.progress__item:not(:first-child) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.progress__box {
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  border: 1px solid #B3965C;
  border: 0.0625rem solid #B3965C;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.progress__sankaku01 {
  position: absolute;
  width: 10px;
  width: 0.625rem;
  top: 0;
  left: 0;
}

.progress__sankaku02 {
  position: absolute;
  width: 10px;
  width: 0.625rem;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.progress__head {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #B3965C;
}

.progress__text {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.progress__text01 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.progress__text01 span {
  color: #B3965C;
  display: block;
  font-weight: 700;
}

@media screen and (min-width: 500px) {
  .progress__items {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .progress__box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.qa {
  padding-top: 66px;
  padding-top: 4.125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.qa__title {
  text-align: center;
  font-weight: 700;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #B3965C;
  font-family: "Shippori Mincho", serif;
}

.qa__items {
  margin-top: 39px;
  margin-top: 2.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.qa__item:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.qa__item:not(:last-child) {
  border-bottom: 1px solid #B3965C;
  border-bottom: 0.0625rem solid #B3965C;
}

@media screen and (min-width: 500px) {
  .qa__items {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.reserve {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 29px;
  padding-bottom: 1.8125rem;
  background-color: #F8F8F8;
  /*
  width: rem(600);
  */
  width: 80%;
  max-width: 400px;
  max-width: 25rem;
  border: none;
}

.reserve__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.reserve__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.reserve__lists {
  margin-top: 20px;
  margin-top: 1.25rem;
  background-color: #fff;
  padding-right: 14px;
  padding-right: 0.875rem;
  padding-left: 14px;
  padding-left: 0.875rem;
}

.reserve__list {
  position: relative;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}

.reserve__list a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.reserve__list::after {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(../images/common/reserve-list-arrow.webp) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  right: 0.625rem;
}

.reserve__list:not(:last-child) {
  border-bottom: 1px solid #CCA99F;
  border-bottom: 0.0625rem solid #CCA99F;
}

@media screen and (min-width: 500px) {
  .reserve__lists {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.side-bnr {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.side-bnr a {
  display: block;
}

.solution {
  margin-top: -26px;
  margin-top: -1.625rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  background: url(../images/common/solution-bg.webp) no-repeat center center/cover;
}

.solution__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.solution__copy {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #666;
}

.solution__title {
  text-align: center;
  font-weight: 600;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.4814814815;
  color: #B3965C;
  margin-top: 14px;
  margin-top: 0.875rem;
  font-family: "Shippori Mincho", serif;
}

.solution__head {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.solution__head img {
  width: 213px;
  width: 13.3125rem;
  display: inline-block;
}

.solution__copy01 {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.solution__copy02 {
  font-weight: 700;
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #B3965C;
  text-align: center;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.solution__copy03 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.solution__barrier {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.solution__copy04 {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.solution__copy05 {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.0555555556;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.solution__copy05 span {
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6086956522;
  color: #B3965C;
}

.solution__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 500px) {
  .solution__barrier {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .solution__img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.store-block__heading {
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}

.store-block__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.store-block__btn {
  margin-top: 21px;
  margin-top: 1.3125rem;
  margin-left: auto;
  margin-right: auto;
  width: 298px;
  width: 18.625rem;
  max-width: 100%;
  text-align: center;
  height: 49px;
  height: 3.0625rem;
  line-height: 49px;
  line-height: 3.0625rem;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  background-color: #B3965C;
  border-radius: 0.4375rem;
  display: block;
  position: relative;
}

.store-block__btn::after {
  content: "";
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  right: 12px;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/store-block-btn-arrow.webp) no-repeat center center/contain;
}

.store {
  padding-top: 35px;
  padding-top: 2.1875rem;
}

.store__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.store__title {
  text-align: center;
}

.store__title span {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #B3965C;
  border-bottom: 0.0625rem solid #B3965C;
}

.store__items {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.store__item:not(:first-child) {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (min-width: 500px) {
  .store__items {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.voice {
  background-color: #F0E7DA;
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
}

.voice__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.voice__title img {
  position: relative;
  top: -4px;
  top: -0.25rem;
}

.voice__head {
  margin-left: 27px;
  margin-left: 1.6875rem;
}

.voice__items {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.voice__item:not(:first-child) {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

@media screen and (min-width: 500px) {
  .voice__title {
    width: 100%;
  }
  .voice__title img {
    top: -0.4375rem;
  }
  .voice__head {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .voice__items {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.want {
  background: url(../images/common/want-bg.webp) no-repeat center center/cover;
}

.want__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.want__copy {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 26px;
  margin-top: 1.625rem;
}

.want__heading {
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: center;
}

.want__heading span {
  display: inline-block;
  border: 1px solid #B3965C;
  border: 0.0625rem solid #B3965C;
  height: 41px;
  height: 2.5625rem;
  line-height: 41px;
  line-height: 2.5625rem;
  padding-left: 11px;
  padding-left: 0.6875rem;
  padding-right: 11px;
  padding-right: 0.6875rem;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #B3965C;
}

.want__img {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.want__sub-heading {
  text-align: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.want__sub-heading span {
  color: #B3965C;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  border-bottom: 1px solid #B3965C;
  border-bottom: 0.0625rem solid #B3965C;
}

.want__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 38px;
  margin-top: 2.375rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
}

.want__text span {
  font-weight: 700;
  color: #B3965C;
}

.want__course {
  /*
  margin-top: rem(28);
  */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.want__text01 {
  padding-top: 39px;
  padding-top: 2.4375rem;
  padding-bottom: 39px;
  padding-bottom: 2.4375rem;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 500px) {
  .want__img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .want__text {
    text-align: center;
  }
  .want__course {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .want__text01 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.4375rem;
    padding-bottom: 2.4375rem;
  }
}
.worry {
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 0;
  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;
}

.worry__title {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0;
  color: #666;
}

.worry__lists {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.worry__list {
  background-color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
  position: relative;
  width: 322px;
  width: 20.125rem;
  max-width: 100%;
  color: #666;
  height: 35px;
  height: 2.1875rem;
  line-height: 35px;
  line-height: 2.1875rem;
}

.worry__list::before {
  content: "";
  position: absolute;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  top: 11px;
  top: 0.6875rem;
  left: 18px;
  left: 1.125rem;
  background: url(../images/common/worry-check.webp) no-repeat center center/contain;
}

.worry__list:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.worry__note-icon {
  text-align: center;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.worry__note-icon img {
  display: inline-block;
  width: 44px;
  width: 2.75rem;
}

.worry__copy {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5238095238;
}

.worry__arrow {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.worry__arrow--02 {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.worry__arrow img {
  display: inline-block;
  width: 6px;
  width: 0.375rem;
}

@media screen and (min-width: 500px) {
  .worry {
    overflow: hidden;
  }
  .worry__lists {
    text-align: center;
  }
  .worry__list {
    display: inline-block;
  }
}
.wrapper {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/*# sourceMappingURL=styles.css.map */
