.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 16px;
}
body {
  background: #f1e2bc;
  color: #2a2a27;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 750px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #333;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 750px) {
  html {
    font-size: calc(100vw / 750 * 16);
  }
}

/*notes*/
header {
  background: center center / cover url(../img/0000.webp) no-repeat;
  padding: 5rem 0;
  text-align: center;
}
h1 {
  color: #fff;
  filter: drop-shadow(.1rem .1rem 0 rgba(0,0,0,0.46));
  font-size: 2.75rem;
  letter-spacing: .075em;

  margin-bottom: 1em;
}
header p {
  color: #fff;
  filter: drop-shadow(.1rem .1rem 0 rgba(0,0,0,0.46));
  font-size: 1.75rem;
  font-weight: 700;
}
header img {
  margin: 3.75rem 0 16.25rem;
}
.btn {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 2em;
  box-sizing: border-box;
  filter: drop-shadow(0 .4rem .4rem rgba(0,0,0,0.32));
  font-size: 1.75rem;
  font-weight: 700;
  margin: auto;
  padding: 1em 1em 1em 0;
  width: 34.375rem;
}
.btn:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0002.webp) no-repeat;
  width: 2.75rem;
  height: 2.75rem;
  top: 25%;
  right: 5%;
}

/*notes*/
.s01__wrap {
  background: #fff;
  padding: 6.25rem 5%;
}
h2 {
  position: relative;
  font-size: 2.25rem;
  margin-bottom: 2em;
  text-align: center;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -.75em;
  width: 10rem;
  height: .0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #c1aa7f;
}
.s01__wrap ul {
  margin-top: 2em;
}
.s01__wrap ul li {
  border-bottom: .0625rem solid #c1aa7f;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.s01__wrap ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.s01__wrap ul li h3 {
  color: #8e774c;
  font-size: 2rem;
  margin: .5em 0;
  text-align: center;
}

/*notes*/
.s02__wrap {
  background: #f9f8f3;
  padding: 6.25rem 5%;
}
.s02__wrap ul {
  margin-top: 2em;
}
.s02__wrap ul li {
  border-bottom: .0625rem solid #c1aa7f;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.s02__wrap ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.s02__wrap ul li h3 {
  color: #8e774c;
  font-size: 2rem;
  margin-bottom: .5em;
  text-align: center;
}
.s02__wrap ul li h4 {
  font-size: 1.75rem;
  margin: .5em 0;
  text-align: center;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(../img/0300.webp) no-repeat;
  background-color: #fff;
  padding: 6.25rem 5%;
}
.s03__wrap h4 {
  font-size: 1.75rem;
  margin-bottom: 2em;
  text-align: center;
}

/*slick*/
.slick-prev,
.slick-next {
  width: 4rem !important;
  height: 4rem !important;
  z-index: 10;
  background-color: transparent !important;
}
.slick-prev {
  left: -2rem !important;
  background: url("../img/0304.webp") no-repeat center/contain !important;
}
.slick-next {
  right: -2rem !important;
  background: url("../img/0305.webp") no-repeat center/contain !important;
}
.slick-prev:before,
.slick-next:before {
  content: none !important;
  display: none !important;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: transparent !important;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  display: none !important;
}

/*notes*/
.s04__wrap {
  background: #f9f8f3;
  padding: 6.25rem 5%;
}
.s04__wrap h2 span {
  font-size: 1.75rem;
}
.s04__wrap ul {
  margin-top: 2em;
}
.s04__wrap ul li {
  margin-bottom: 3em;
}
.s04__wrap ul li:last-child {
  margin-bottom: 0;
}
.s04__wrap ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.s04__wrap ul li div img {
  width: 10rem;
}
.s04__wrap ul li div p {
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  padding-left: 3em;
}
.s04__wrap ul li div p:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0404.webp) no-repeat;
  width: 3.9rem;
  height: 4.4rem;
  top: 15%;
  left: 10%;
}
.s04__wrap ul li h3 {
  color: #8e774c;
  border-bottom: .0625rem solid #c1aa7f;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

/*notes*/
.s05__wrap {
  background: #fff;
  padding: 6.25rem 0 0;
}
.s05__wrap p {
  margin: 3em auto;
  text-align: center;
  width: 42rem;
}

/*notes*/
.s06__wrap {
  background: #f9f8f3;
  padding: 6.25rem 5%;
}

/*notes*/
.s07__wrap {
  background: #fff;
  padding: 6.25rem 5%;
}
.faq__wrap .que {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1em;
  padding-right: 3em;
}
.faq__wrap .que p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c1aa7f;
  font-size: 2.75rem;
  margin-right: .25em;
  height: 4.6rem;
  max-width: 4.6rem;
  width: 100%;
}
.faq__wrap .que p:nth-of-type(2) {
  width: 90%;
}
.faq__wrap .que:before {
  position: absolute;
  content: '';
  top: 20%;
  right: 1rem;
  background: #c1aa7f;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  height: .125rem;
  width: 2.5rem;
}
.faq__wrap .que:after {
  position: absolute;
  content: '';
  top: 20%;
  right: 1rem;
  background: #c1aa7f;
  transition: all .1s ease-in-out;
  height: .125rem;
  width: 2.5rem;
}
.faq__wrap .que.open:before {
  background: #c1aa7f;
  transform: rotate(180deg);
}
.faq__wrap .que.open:after {
  opacity: 0;
}
.faq__wrap .ans {
  display: flex;
  align-items: flex-start;
  background: #fff;
  margin-top: -.5em;
  margin-bottom: 2em;
}
.faq__wrap .ans p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c1aa7f;
  font-size: 2.75rem;
  font-weight: 700;
  margin-right: .25em;
  height: 4.6rem;
  max-width: 4.6rem;
  width: 100%;
}

/*notes*/
.s08__wrap {
  background: #f9f8f3;
  padding: 6.25rem 5%;
}
.s08__wrap .box1__wrap {
  margin-bottom: 1em;
}
.s08__wrap .box1__wrap p:nth-child(1) {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.s08__wrap .box1__wrap ul {
  display: table;
  margin: 0 auto 1em;
}
.s08__wrap .box1__wrap ul li:first-letter {
  color: #c1aa7f;
}
.s08__wrap .box1__wrap p:nth-child(3) {
  font-size: 1.375rem;
}
.s08__wrap .box2__wrap li {
  border: .1rem solid #c1aa7f;
  margin-bottom: 1.25rem;
  padding: 2rem;
}
.s08__wrap .box2__wrap li img {
  display: block;
  margin: 0 auto 1em;
  width: 27.5rem;
}
.s08__wrap .box2__wrap li div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s08__wrap .box2__wrap li div h3 {
  font-size: 2.0rem;
  line-height: 1.0;
  margin-right: 2em;
  text-align: center;
}
.s08__wrap .box2__wrap li div h3 span {
  font-size: 1.5rem;
}

/*notes*/
.s09__wrap {
  background: #fff;
  padding: 6.25rem 5%;
}
.s09__wrap h4 {
  font-size: 1.75rem;
  margin-bottom: 1.5em;
  text-align: center;
}
.s09__wrap ul li {
  position: relative;
  border: .1rem solid #c1aa7f;
  margin-bottom: 4rem;
}
.s09__wrap ul li:last-child {
  margin-bottom: 0;
}
.s09__wrap ul li:last-child:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0901.webp) no-repeat;
  width: 3.25rem;
  height: 1.25rem;
  top: -11%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s09__wrap ul li h3 {
  background: #c1aa7f;
  color: #fff;
  line-height: 1.3;
  padding: .5em;
  text-align: center;
}
.s09__wrap ul li p {
  padding: 1em;
}

/*notes*/
.s10__wrap {
  background: center center / cover url(../img/1000.webp) no-repeat;
  padding: 4.25rem 5%;
}
.s10__wrap h3 {
  color: #fff;
  filter: drop-shadow(.1rem .1rem 0 rgba(0,0,0,0.16));
  font-size: 2.25rem;
  letter-spacing: .025em;
  margin-bottom: 1em;
  text-align: center;
}
.btn2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #21489d, #000035);
  border: .1rem solid #fff;
  border-radius: 2em;
  box-sizing: border-box;
  filter: drop-shadow(0 .4rem .4rem rgba(0,0,0,0.32));
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 1rem auto;
  padding: 0 1em 0 0;
  text-align: center;
  width: 26.875rem;
  height: 7rem;
}
.btn2:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/1001.webp) no-repeat;
  width: 2.75rem;
  height: 2.75rem;
  top: 28%;
  right: 7%;
}
a.btn2:link,a.btn2:visited {
  color: #fff;
}
.btn2 span {
  display: block;
  font-size: 1.5rem;
}

/*notes*/
footer {
  background: #2a2a27;
  color: #fff;
  padding: 5rem 5% 1rem;
  text-align: center;
}
footer ul {
  margin-bottom: 3em;
}
footer ul li {
  position: relative;
  display: table;
  margin: auto;
  line-height: 2;
}
footer ul li:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0003.webp) no-repeat;
  width: 1.375rem;
  height: 1.375rem;
  top: 32%;
  right: -1.25em;
}
footer p {
  font-size: 1.5rem;
}
footer a:link,footer a:visited {
  color: #fff;
}
