@charset "utf-8";

* {
  color: #3D3D3D;
  text-decoration: none;
  font-style: normal;
  box-sizing: border-box;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-optical-sizing: auto;
  touch-action: pan-x pan-y;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

body {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #F0EEEC;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  line-height: 1.48;
}


ol,
ul {
  list-style-type: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

p {
  font-size: 4.267vw;
}

img {
  width: 100%;
  height: auto;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

section {
  background-color: #F0EEEC;
  padding: 0;
}

section:nth-of-type(2n) {
  background-color: #F7F5F3;
}

section .inner {
  background-color: #F7F5F3;
  border-top-left-radius: 4.267vw;
  padding: 8.533vw 6.4vw;
  max-width: none;
}

section:nth-of-type(2n) .inner {
  background-color: #F0EEEC;
}

section:first-of-type .inner {
  border-top-left-radius: 0;
}

h1,
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 6.4vw;
}

h1+p,
h2+p {
  margin-top: 3.2vw;
}

@media screen and (min-width: 744px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  p {
    font-size: 16px;
  }

  section .inner {
    background-color: #F7F5F3;
    border-top-left-radius: 16px;
    padding: 40px 0;
  }

  .inner>* {
    width: 680px;
    margin: auto;
  }

  #Page,div#Contents{
    max-width: none;
  }

  h1,
  h2 {
    font-size: 24px;
  }

  .inner>h1+p,
  .inner>h2+p {
    margin-top: 16px;
  }
}

/* ※ */
ul.notes>li {
  font-size: 3.2vw;
  text-align: left;
  text-indent: -1.1em;
  padding-left: 1em;
  color: #707070;
}

ul.notes>li+li {
  margin-top: 1.067vw;
}

ul.notes>li::before {
  content: '※';
  font-size: inherit;
  margin-right: 0.1em;
}

@media screen and (min-width: 744px) {
  ul.notes>li {
    font-size: 11px;
  }

  ul.notes>li+li {
    margin-top: 4px;
  }
}

/* accordion */
.accordion_title {
  position: relative;
  cursor: pointer;
  padding-right: 11.733vw;
}

.detail-box .accordion_title {
  padding-right: 0;
}

.accordion_title::before,
.accordion_title::after {
  content: '';
  position: absolute;
  border-radius: 9999px;
  background-color: #532C17;
  width: 2.667vw;
  height: 0.533vw;
  top: 0;
  bottom: 0;
  right: 5.067vw;
  margin: auto 0;
  transition: 0.25s;
}

.accordion_title::after {
  transform: rotate(90deg);
}

.accordion_title._active::after {
  transform: none;
}

.accordion_inner {
  display: none;
}

@media screen and (min-width: 744px) {
  .accordion_title {
    padding-right: 44px;
  }

  .accordion_title::before,
  .accordion_title::after {
    width: 10px;
    height: 2px;
    right: 19px;
  }
}

/* section-merit */
.section-merit .white-box {
  margin-top: 6.4vw;
}

.section-merit .white-box li {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.2vw;
  padding: 5.333vw 1.856vw 0 4.267vw;
}

.section-merit .white-box li+li {
  position: relative;
  padding: 5.333vw 4.267vw;
  margin-top: 8.533vw;
}

.section-merit .white-box li+li::before {
  content: '';
  position: absolute;
  background-image: url(../images/bg-triangle.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2.133vw;
  height: 2.667vw;
  top: -5.333vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
}

.section-merit .white-box li:nth-of-type(1) p {
  padding-bottom: 5.333vw;
}

.section-merit .white-box li img {
  width: 32vw;
}

.section-merit .white-box li+li img {
  width: 26.667vw;
}

.section-merit .white-box li p {
  width: 45.867vw;
  font-weight: bold;
}

.section-merit .notes {
  margin-top: 6.4vw;
}

@media screen and (min-width: 744px) {
  .section-merit .white-box {
    margin-top: 24px;
  }

  .section-merit .white-box li {
    border-radius: 12px;
    padding: 20px 11.95px 0 32px;
  }

  .section-merit .white-box li+li {
    position: relative;
    padding: 20px 32px;
    margin-top: 37px;
  }

  .section-merit .white-box li+li::before {
    width: 13px;
    height: 16px;
    top: -24px;
  }

  .section-merit .white-box li:nth-of-type(1) p {
    padding-bottom: 20px;
  }

  .section-merit .white-box li img {
    width: 120px;
  }

  .section-merit .white-box li+li img {
    width: 100px;
  }

  .section-merit .white-box li p {
    width: auto;
  }

  .section-merit .notes {
    margin-top: 24px;
  }

}

/* section-step */
.section-step .inner {
  padding-left: 0;
  padding-right: 0;
}

.section-step h2 span {
  font-weight: bold;
  font-size: 4.267vw;
}

.section-step ul._slick {
  margin-top: 6.4vw;
}

.section-step li.white-box {
  background-color: #FFF;
  border-radius: 3.2vw;
  width: 87.2vw;
  padding: 3.2vw 3.2vw 0;
  margin: 0 6.4vw;
}


.section-step li.white-box p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  height: 11.2vw;
  font-size: 3.733vw;
  margin-top: 3.2vw;
}

.section-step li.white-box img:nth-of-type(1) {
  width: 14.667vw;
}

.section-step li.white-box img:nth-of-type(2) {
  width: 53.333vw;
  margin: 3.2vw auto 0;
}

@media screen and (min-width: 744px) {

  .section-step h2 span {
    font-size: 18px;
  }

  .section-step ul._slick {
    margin-top: 24px;
  }

  .section-step li.white-box {
    border-radius: 12px;
    width: 100%;
    padding: 16px 16px 0;
    margin: 0 16px;
  }

  .section-step li.white-box p {
    height: max-content;
    font-size: 16px;
    margin-top: 0;
  }

  .section-step li.white-box img:nth-of-type(1) {
    width: 55px;
  }

  .section-step li.white-box img:nth-of-type(2) {
    width: 200px;
    margin: 16px auto 0;
  }
}

/* section-schedule */
.section-schedule .white-box {
  position: relative;
  background-color: #FFF;
  border-radius: 3.2vw;
  padding: 6.4vw 4.267vw 6.4vw 3.2vw;
  margin-top: 6.4vw;
}

.section-schedule .white-box::after {
  content: '';
  position: absolute;
  background-image: url(../images/bg-schedule.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 4.267vw;
  height: 63.733vw;
  top: 6.4vw;
  left: 3.2vw;
}

.section-schedule .white-box li {
  background-color: #F7F5F3;
  border-radius: 2.133vw;
  padding: 3.2vw;
  margin-left: 6.4vw;
}

.section-schedule .white-box li+li {
  margin-top: 4.267vw;
}

.section-schedule .white-box li p {
  font-weight: bold;
  font-size: 3.733vw;
}

.section-schedule .white-box li p.text-red {
  color: #CC0000;
}

.section-schedule .white-box li p+p {
  margin-top: 1.067vw;
}

.section-schedule ul.notes {
  margin-top: 3.2vw;
}

@media screen and (min-width: 744px) {
  .section-schedule .white-box {
    border-radius: 12px;
    padding: 24px 36px 24px 32px;
    margin-top: 24px;
  }

  .section-schedule .white-box::after {
    background-image: url(../images/pc/bg-schedule.png);
    width: 16px;
    height: 281px;
    top: 24px;
    left: 32px;
  }

  .section-schedule .white-box li {
    border-radius: 8px;
    padding: 16px;
    margin-left: 24px;
  }

  .section-schedule .white-box li+li {
    margin-top: 16px;
  }

  .section-schedule .white-box li p {
    font-size: 16px;
  }

  .section-schedule .white-box li p+p {
    margin-top: 4px;
  }

  .section-schedule ul.notes {
    margin-top: 12px;
  }
}

/* section-faq */
.faq-list {
  margin-top: 6.4vw;
}

.faq-list dl {
  background-color: #FFF;
  border-radius: 4.267vw;
}

.faq-list dl+dl {
  margin-top: 2.133vw;
}

.faq-list dl dt.accordion_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.133vw 11.733vw 2.133vw 4.267vw;
  gap: 3.2vw;
}

.faq-list dl dt.accordion_title img {
  width: 4.8vw;
}

.faq-list dl dt.accordion_title p {
  border-left: dotted 0.267vw #D4D2CF;
  padding-left: 2.4vw;
}

.faq-list dl dd.accordion_inner {
  padding: 0 4.267vw 4.267vw;
}

.faq-list dl dd.accordion_inner p {
  border-top: 0.267vw solid #F2F2F2;
  padding-top: 2.4vw;
}

@media screen and (min-width: 744px) {
  .faq-list {
    margin-top: 24px;
  }

  .faq-list dl {
    border-radius: 16px;
  }

  .faq-list dl+dl {
    margin-top: 8px;
  }

  .faq-list dl dt.accordion_title {
    justify-content: flex-start;
    padding: 16px 44px 16px 16px;
    gap: 8px;
  }

  .faq-list dl dt.accordion_title img {
    width: 18px;
  }

  .faq-list dl dt.accordion_title p {
    border-left: dotted 1px #D4D2CF;
    padding-left: 12px;
  }

  .faq-list dl dd.accordion_inner {
    padding: 0 16px 16px;
  }

  .faq-list dl dd.accordion_inner p {
    border-top: 1px solid #F2F2F2;
    padding-top: 9px;
  }
}