@charset "UTF-8";
body {
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: min(4.5vw, 30px);
}
.section__img video {
    width: 100%;
}
@media screen and (min-width: 800px) {
  body {
    font-size: 24px;
  }

}
section.amazon_btn {
    padding: 0 7%;
}
section.amazon_btn figure {
    margin: 9% auto;
}
picture,
img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

small {
  font-size: 0.5em;
  position: relative;
  top: -0.7em;
}

.txt-pink {
  color: #b56157;
}

.txt-gray {
  color: #676767;
}

.content-wrap {
  display: flex;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
}
.content-wrap .pc-side {
  display: none;
}
@media screen and (min-width: 640px) {
  .content-wrap .pc-side {
    display: block;
    flex: 1;
    background-size: cover;
    background-position: center;
  }
}
.content-wrap .pc-side.pc-left {
  left: 0;
}
.index1 .content-wrap .pc-side.pc-left {
  background-image: url(../img/pc-side-bk-L.jpg);
}
.index2 .content-wrap .pc-side.pc-left {
  background-image: url(../img/pc-side-w-L.jpg);
}
.content-wrap .pc-side.pc-right {
  right: 0;
}
.index1 .content-wrap .pc-side.pc-right {
  background-image: url(../img/pc-side-bk-R.jpg);
}
.index2 .content-wrap .pc-side.pc-right {
  background-image: url(../img/pc-side-w-R.jpg);
}

.pc-logo {
  display: none;
}
@media screen and (min-width: 800px) {
  .pc-logo {
    display: block;
    position: absolute;
    width: 5vw;
    height: 5vw;
    top: 2%;
    left: 2%;
  }
}

@media screen and (min-width: 800px) {
  .pc-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
section.amazon_btn {
    display: none;
}
}
.pc-left__content {
  display: none;
  width: min(90%, 430px);
  height: 100%;
  margin: 7% 5% 0 auto;
}

@media screen and (min-width: 800px) {
  .pc-left__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.pc-left__logo {
  margin-bottom: 1em;
}
.pc-left__list {
  width: 90%;
  margin: 0 auto;
}
.pc-left__item:nth-child(n+2) {
  display: block;
  margin-top: 0.25em;
}

@media screen and (min-width: 800px) {
  .pc-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.pc-right__content {
  display: none;
  width: min(90%, 430px);
  height: 100%;
  margin: 0 auto 0 5%;
}
@media screen and (min-width: 800px) {
  .pc-right__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.pc-right__logo {
  margin-bottom: 0.5em;
  width: min(90%, 290px);
}
.pc-right__list {
  width: 95%;
  padding: 2vw;
  border-radius: min(1vw, 25px);
  margin: 0 auto;
}
.index1 .pc-right__list {
  background-color: rgba(126, 112, 113, 0.7);
}
.index2 .pc-right__list {
  background-color: rgba(222, 162, 139, 0.7);
}
@media screen and (min-width: 1200px) {
  .pc-right__list {
    padding: 2.5vw;
  }
}
.pc-right__item p {
  font-family: "Times New Roman", Times, "Hiragino Mincho ProN", "MS Mincho", "Noto Serif JP", serif; /* 最後のフォールバック */
  color: #fff;
  font-weight: 300;
  font-size: min(1.6vw, 21px);
}
.pc-right__item a {
  font-size: min(1.1vw, 15px);
  margin: 0;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
}
.pc-right__item a span {
  display: block;
  font-family: "Helvetica", "Helvetica Neue", "Segoe UI", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", Arial, sans-serif; /* 汎用フォールバック */
  margin-right: 0.5em;
}
@media screen and (min-width: 800px) {
  .pc-right__item a {
    display: flex;
    flex-wrap: wrap;
  }
  .pc-right__item a span {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1500px) {
  .pc-right__item a {
    display: block;
  }
  .pc-right__item a span {
    display: inline;
  }
}
.pc-right__item:nth-child(n+2) {
  display: block;
  margin-top: 1em;
}

.pc-sns {
  display: none;
}
@media screen and (min-width: 800px) {
  .pc-sns {
    display: block;
    position: fixed;
    bottom: 5%;
    right: min(3vw, 50px);
    width: 10%;
  }
}
@media screen and (min-width: 800px) and (min-width: 1100px) {
  .pc-sns {
    width: auto;
  }
}
.pc-sns__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc-sns__item {
  width: 30px;
  margin-left: min(5vw, 25px);
}
.pc-sns__copy {
  font-size: 0.8em;
  color: #fff;
  line-height: 1;
  text-align: right;
  margin-top: 0.5em;
}

.content {
  width: min(100%, 640px);
  overflow-y: auto;
  box-shadow: 0px 0px 10px rgba(131, 78, 78, 0.1);
position: relative;
padding-bottom: 13%;
}
@media screen and (min-width: 800px) {
  .content {
    width: 640px;
    padding-bottom: 0%;
/*    scrollbar-width: thin;  Firefox */
/*    -ms-overflow-style: thin;  IE, Edgeレガシー */
  }
	.content::-webkit-scrollbar {
	  width: 12px; /* 横幅 */
	}

	.content::-webkit-scrollbar-thumb {
	  background: #000000; /* ハンドルの色 */
	}

	.content::-webkit-scrollbar-track {
	  background: #CFCDCA; /* 背景色 */
	}
	/*white*/
	.content.wh::-webkit-scrollbar {
	  width: 12px; /* 横幅 */
	}

	.content.wh::-webkit-scrollbar-thumb {
	  background: #ffffff; /* ハンドルの色 */
	}

	.content.wh::-webkit-scrollbar-track {
	  background: #EBE7E4; /* 背景色 */
	}
}
.change_btn {
    position: fixed;
    bottom: 0;
	display: flex;
    z-index: 10;
}
@media screen and (min-width: 800px) {
	.change_btn {
		display: none;
	}
}
.tabs {
  background: #fff;
}
@media screen and (min-width: 800px) {
  .tabs {
    display: none;
  }
}
.tabs__inner {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
}
.tabs__item {
  padding: 8px 16px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #555;
  font-size: 14px;
}
.tabs__item--active {
  background-color: #f3a2a2;
  color: #fff;
}

.kv.wht {
  background-image: url(../img/kv-bg_w.webp);
}
.kv {
  background-color: rgb(225, 224, 221);
  background-image: url(../img/kv-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: min(170vw, 900px);
  position: relative;
}
.kv::before, .kv::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.kv::before {
  width: min(48vw, 280px);
  background-image: url("../img/kv_deco-L.webp");
}
.kv::after {
  width: min(30vw, 150px);
  background-image: url("../img/kv_deco-R.webp");
  right: 0;
}
.kv__main {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.kv__logo {
  width: min(43vw, 250px);
  margin: 0 auto;
}
.kv__txt {
  font-size: min(4.5vw, 21px);
  margin: 0.5em 0 0;
}
@media screen and (min-width: 800px) {
  .kv__txt {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.kv__copy {
  width: 80%;
  margin: 0 auto;
}

.ext-sec01 {
  padding-top: min(20vw, 100px);
  padding-bottom: min(10vw, 100px);
  text-align: center;
  background-color: #fff;
  position: relative;
}
.ext-sec01__txt-box {
  position: absolute;
  top: min(12vw, 50px);
  left: 0;
  right: 0;
  margin: auto;
}
.ext-sec01__body--01 {
  font-weight: 300;
  margin-bottom: 0.3em;
}
.ext-sec01__body--02 {
  font-size: min(5.5vw, 36px);
}
.ext-sec01__img {
  width: 90%;
  margin: 0 auto;
}
.ext-sec01__list {
  width: 95%;
  margin: 0.5em auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ext-sec01__item {
  width: 47%;
  border-radius: 5em;
  background-color: #b56157;
}
.ext-sec01__item:last-child {
  background-color: #3d3b36;
}
.ext-sec01__item img {
  width: min(60%, 150px);
  padding-top: min(5vw, 15px);
  padding-bottom: min(5vw, 15px);
  margin: 0 auto;
}

.ext-sec02 {
  height: min(210vw, 1200px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.index1 .ext-sec02 {
  background-color: #c4bebe;
  background-image: url(../img/ext-bk-01.webp);
}
.index2 .ext-sec02 {
  background-color: #fae5d9;
  background-image: url(../img/ext-w-01.webp);
}
.ext-sec02__notice {
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  width: 85%;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 5%;
  margin-top: min(15vw, 25px);
}
.ext-sec02__notice span {
  width: 3%;
  margin-right: 0.25em;
  white-space: nowrap;
  display: inline-block;
}
.ext-sec02__notice li {
  display: flex;
}

.ext-sec03 {
  padding-top: min(15vw, 50px);
  padding-bottom: min(15vw, 50px);
  background-color: #fff;
}
.ext-sec03__img {
  width: 90%;
  margin: 0 auto 0 7%;
}

.lead-01 {
  height: min(240vw, 1540px);
  background-image: url("../img/lead-01_bg.webp");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
.lead-01__txt {
  width: 100%;
  position: absolute;
  color: #443130;
}
.lead-01__txt.--01 {
  top: min(25vw, 120px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lead-01__txt.--01 p {
  width: 50%;
  text-align: center;
}
.lead-01__txt.--02 {
  color: #fff;
  font-size: min(6vw, 36px);
  top: min(115vw, 725px);
  width: 100%;
  display: flex;
  justify-content: center;
}
.lead-01__txt.--02 span {
  position: relative;
}
.lead-01__txt.--02 span::before {
  content: "・・";
  display: block;
  position: absolute;
  top: -1em;
}
.lead-01__img {
  position: absolute;
  top: auto;
  bottom: min(10vw, 50px);
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
}

.lead-02 {
  height: min(148vw, 1000px);
  padding-top: min(15vw, 100px);
  background: url(../img/lead-02_bg.webp) no-repeat center/cover;
}
.lead-02 .laurus:nth-child(2) {
  margin-top: 1.5em;
}
.lead-02__img {
  width: 100%;
  margin: -3em auto 0;
  position: relative;
  z-index: 1;
}

.section {
  padding-top: min(15vw, 70px);
}
.section__img {
  margin-top: min(7vw, 50px);
}
.section__txt {
  font-size: min(4.25vw, 20px);
  text-align: center;
  line-height: 1.5;
  margin-top: min(7vw, 50px);
}
.index1 .section.--bes {
  padding-top: min(10vw, 100px);
}
.index1 .section.--02 {
  height: min(155vw, 1500px);
  padding-top: min(17vw, 170px);
  margin-top: min(10vw, 100px);
  background: url(../img/index1-point02-bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 800px) {
  .index1 .section.--02 {
    height: 880px;
    margin-top: 75px;
    padding-top: 50px;
  }
}
.index1 .section.--02 > p {
  text-align: center;
  margin-top: min(75vw, 750px);
}
@media screen and (min-width: 800px) {
  .index1 .section.--02 > p {
    margin-top: 450px;
  }
}
.index1 .section.--04 {
  margin-top: min(10vw, 100px);
  padding-bottom: min(15vw, 150px);
  background-color: #ededed;
}
@media screen and (min-width: 800px) {
  .index1 .section.--04 {
    padding-bottom: 50px;
    margin-top: 50px;
  }
}
.index1 .section.--04 img {
  width: 85%;
  margin: 0 auto;
  margin-top: min(10vw, 50px);
}
.section.--don {
  padding-bottom: min(10vw, 100px);
}
.section.--don img {
  width: 90%;
  margin: 0 auto;
}
.section.--fg {
  padding-bottom: min(10vw, 100px);
}
.index1 .section.--fg {
  padding-top: min(15vw, 150px);
}
.section.--fg img {
  width: 50%;
  margin: 0 auto;
  margin-top: min(7vw, 70px);
}
.section.--htu {
  background-color: #f5f5f5;
  padding-bottom: min(10vw, 50px);
}
.index2 .section.--htu {
  padding-bottom: 0;
}
.section.--htu img:nth-of-type(1) {
  width: 85%;
  margin: 0 auto;
  margin-top: min(10vw, 100px);
}
@media screen and (min-width: 800px) {
  .section.--htu img:nth-of-type(1) {
    margin-top: 30px;
  }
}
.section.--htu img:nth-of-type(2) {
  margin-top: min(20vw, 200px);
}
@media screen and (min-width: 800px) {
  .section.--htu img:nth-of-type(2) {
    margin-top: 50px;
  }
}

.sec-head {
  text-align: center;
}
.sec-head__ttl {
  width: 85%;
  padding-bottom: 0.5em;
  margin: 0 auto;
  margin-bottom: 1.5em;
  font-size: min(5vw, 24px);
  border-bottom: 2px solid #201c1b;
  text-align: left;
}
.faq .sec-head__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .sec-head__ttl::after {
  content: "よくある質問";
  display: block;
  font-size: 0.8em;
}
.sec-head__main {
  font-size: min(5.75vw, 36px);
  margin-top: 0.2em;
}
@media screen and (min-width: 800px) {
  .sec-head__main {
    font-size: 30px;
  }
}
.sec-head__sub {
  font-weight: 300;
}
.sec-head__body {
  line-height: 1.5;
  margin-top: min(7vw, 70px);
}
@media screen and (min-width: 560px) {
  .sec-head__body {
    font-size: min(2.7vw, 26px);
    margin-top: 25px;
  }
}

.laurus {
  text-align: center;
  background-image: url(../img/laurus-deco.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(85vw, 500px);
  height: min(25vw, 150px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  position: relative;
}
.laurus.--qoo10 {
  position: relative;
}
.laurus.--qoo10::before {
  content: "";
  display: block;
  width: 40%;
  height: min(9vw, 50px);
  background-image: url(../img/qoo-10.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1.5em;
}
.laurus__sub {
  font-size: 1.1em;
  color: #a4743e;
}
.laurus__sub img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .laurus__sub img {
    width: 75%;
  }
}
.laurus__main {
  font-size: 1.5em;
  color: #614e36;
}
.laurus__main span {
  font-size: 0.8em;
}
.laurus__min {
  font-size: 0.5em;
  margin-top: 0.5em;
  font-weight: normal;
  color: #868379;
}

.index1-sec01-01 {
  background-repeat: no-repeat;
  background-image: url(../img/index1-sec-01_bg01.webp);
  background-position: center top;
  background-size: cover;
  height: min(200vw, 2000px);
  padding-top: min(20vw, 300px);
}
@media screen and (min-width: 800px) {
  .index1-sec01-01 {
    height: 1500px;
    padding-top: 125px;
    background-size: contain;
  }
}
.index1-sec01-01 img {
  width: 85%;
  margin: 0 auto;
  margin-top: min(10vw, 100px);
}
@media screen and (min-width: 800px) {
  .index1-sec01-01 img {
    margin-top: 35px;
  }
}

.index1-sec01-02 {
  background-image: url(../img/index1-sec-01_bg02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  top: -35vw;
  padding-top: min(20vw, 250px);
  padding-bottom: min(10vw, 100px);
  margin-bottom: -35vw;
}
@media screen and (min-width: 800px) {
  .index1-sec01-02 {
    padding-top: 150px;
    padding-bottom: 30px;
    background-position: center top;
  }
}
.index1-sec01-02 img {
  width: 50%;
  margin: 0 auto;
}
.index1-sec01-02__list {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding-top: min(6vw, 100px);
}
@media screen and (min-width: 800px) {
  .index1-sec01-02__list {
    padding-top: 25px;
  }
}
.index1-sec01-02__item {
  padding-bottom: min(5vw, 50px);
  border-bottom: 0.5px solid #706e69;
}
@media screen and (min-width: 800px) {
  .index1-sec01-02__item {
    padding-bottom: 25px;
  }
}
.index1-sec01-02__item:nth-child(n+2) {
  margin-top: min(5vw, 50px);
}
@media screen and (min-width: 800px) {
  .index1-sec01-02__item:nth-child(n+2) {
    margin-top: 25px;
  }
}
.index1-sec01-02__notice {
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
  margin-top: min(10vw, 100px);
}
@media screen and (min-width: 800px) {
  .index1-sec01-02__notice {
    margin-top: 25px;
  }
}
.index1-sec01-02__notice li {
  display: flex;
}
.index1-sec01-02__notice span {
  width: 3%;
  margin-right: 0.25em;
  white-space: nowrap;
  display: inline-block;
}

.index1-sec01__img {
  margin-top: min(7vw, 70px);
}
@media screen and (min-width: 800px) {
  .index1-sec01__img {
    margin-top: 25px;
  }
}

.index1 .sec-05__img01 {
  width: 90%;
  margin: 0 auto;
  margin-top: min(5vw, 50px);
}
.index1 .sec-05__list {
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
  margin-top: min(10vw, 25px);
}
.index1 .sec-05__item {
  display: flex;
}
.index1 .sec-05__item span {
  width: 3%;
  margin-right: 0.25em;
  white-space: nowrap;
  display: inline-block;
}
.index1 .sec-05__txt01 {
  color: #fff;
  background-color: #b56157;
  border-radius: 2vw;
  text-align: center;
  width: 90%;
  padding: 0.5em 0;
  margin: 0 auto;
  margin-top: min(5vw, 50px);
}
@media screen and (min-width: 560px) {
  .index1 .sec-05__txt01 {
    border-radius: 10px;
  }
}
.index1 .sec-05__txt02 {
  color: #676767;
  font-size: min(3.5vw, 30px);
  text-align: center;
  margin-top: min(5vw, 50px);
}
@media screen and (min-width: 800px) {
  .index1 .sec-05__txt02 {
    font-size: 21px;
  }
}
.index1 .sec-05__img02, .index1 .sec-05__img03 {
  width: 100%;
  margin: 0;
  margin-top: min(5vw, 50px);
}
.index1 .sec-05__img02 figcaption, .index1 .sec-05__img03 figcaption {
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  text-align: center;
  margin-top: 1.5em;
  white-space: nowrap;
}
@media screen and (min-width: 800px) {
  .index1 .sec-05__img02 figcaption, .index1 .sec-05__img03 figcaption {
    white-space: wrap;
    padding: 0 1em;
  }
}
.index1 .sec-05__img03 {
  margin-top: min(7vw, 70px);
}
.index1 .sec-05__img03 img {
  width: 90%;
  margin: 0 auto;
}

.voice {
  padding: 0 5%;
  padding-top: min(10vw, 100px);
  padding-bottom: min(7vw, 70px);
}
@media screen and (min-width: 800px) {
  .voice {
    padding-top: 50px;
  }
}
.voice .sec-head__main {
  line-height: 1;
}
.voice__list {
  width: 95%;
  margin: 0 auto;
  margin-top: min(7vw, 70px);
}
@media screen and (min-width: 800px) {
  .voice__list {
    margin-top: 50px;
  }
}
.voice__item {
  padding: min(5vw, 25px);
  background-color: #dbdad5;
  border-radius: 2vw;
}
@media screen and (min-width: 800px) {
  .voice__item {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .voice__item {
    border-radius: 15px;
  }
}
.voice__item:nth-child(n+2) {
  margin-top: 0.7em;
}
.voice__ttl {
  color: #b56157;
  font-size: min(4vw, 18px);
  padding-bottom: min(7vw, 30px);
  margin-bottom: min(3vw, 15px);
  border-bottom: 1px solid #000;
  position: relative;
}
.voice__ttl::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/index2-voice-img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: min(33vw, 150px);
  height: min(4vw, 20px);
  bottom: 0.5em;
  right: 0;
}
.voice__body {
  font-weight: 300;
  font-size: min(3.5vw, 14px);
  line-height: 1.25;
}
.voice__notice {
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  text-align: center;
  margin-top: min(5vw, 50px);
}
@media screen and (min-width: 800px) {
  .voice__notice {
    margin-top: 15px;
  }
}

.index2 .sec-01 {
  padding-bottom: min(7vw, 70px);
}
@media screen and (min-width: 800px) {
  .index2 .sec-01 {
    padding-bottom: 50px;
  }
}
.index2 .sec-01__img {
  width: 75%;
  margin: 0 auto;
  margin-top: min(5vw, 50px);
}
@media screen and (min-width: 800px) {
  .index2 .sec-01__img {
    margin-top: 25px;
  }
}
.index2 .sec-01__list {
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
  margin-top: min(7vw, 70px);
}
@media screen and (min-width: 800px) {
  .index2 .sec-01__list {
    margin-top: 25px;
  }
}
.index2 .sec-01__item {
  display: flex;
}
.index2 .sec-01__item span {
  width: 2%;
  margin-right: 0.25em;
  white-space: nowrap;
  display: inline-block;
}
.index2 .sec-02 {
  background-color: #f0eade;
}
.index2 .sec-02__img01 {
  width: 100%;
  padding-bottom: min(10vw, 100px);
  margin-top: min(5vw, 50px);
}
@media screen and (min-width: 800px) {
  .index2 .sec-02__img01 {
    margin-top: 25px;
    padding-bottom: 25px;
  }
}
.index2 .sec-02__img01 figcaption {
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  text-align: center;
  margin-top: 1.5em;
  white-space: nowrap;
}
.index2 .sec-02__img02 {
  margin-top: min(5vw, 50px);
}
.index2 .sec-02__img03 {
  width: 85%;
  margin: 0 auto;
  margin-top: min(5vw, 15px);
}
.index2 .sec-02__bot {
  padding-top: min(10vw, 100px);
  padding-bottom: min(5vw, 50px);
  background-color: #fff;
  background-image: url(../img/index2-point02-img03-bg.webp);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 800px) {
  .index2 .sec-02__bot {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
.index2 .sec-02__txt01 {
  text-align: center;
  color: #6f342d;
}
.index2 .sec-02__txt01 span {
  color: #fff;
  background-color: #814e23;
  display: inline-block;
  padding: 0.2em 0.3em;
}
.index2 .sec-02__txt02 {
  text-align: center;
  color: #fff;
  background-color: #fea692;
  padding-top: min(5vw, 50px);
  padding-bottom: min(5vw, 50px);
}
@media screen and (min-width: 800px) {
  .index2 .sec-02__txt02 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.index2 .sec-03 {
  padding-bottom: min(10vw, 100px);
}
@media screen and (min-width: 800px) {
  .index2 .sec-03 {
    padding-bottom: 50px;
  }
}
.index2 .sec-03__img01 {
  position: relative;
}
.index2 .sec-03__list {
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
  margin-top: min(7vw, 70px);
}
@media screen and (min-width: 800px) {
  .index2 .sec-03__list {
    margin-top: 20px;
  }
}
.index2 .sec-03__item {
  display: flex;
}
.index2 .sec-03__item span {
  width: 2%;
  margin-right: 0.25em;
  white-space: nowrap;
  display: inline-block;
}
.index2 .sec-03__txt {
  text-align: center;
  padding-top: min(10vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .index2 .sec-03__txt {
    padding-top: 25px;
  }
}
.index2 .sec-03__txt::before {
  content: "";
  display: block;
  width: min(15vw, 150px);
  height: min(15vw, 150px);
  margin-bottom: 0.5em;
  background: url(../img/index2-point03-img02.webp) no-repeat center/contain;
}
@media screen and (min-width: 800px) {
  .index2 .sec-03__txt::before {
    width: 75px;
    height: 75px;
  }
}
.index2 .sec-04 {
  padding-bottom: min(20vw, 200px);
  background-color: #f5f5f5;
}
@media screen and (min-width: 800px) {
  .index2 .sec-04 {
    padding-bottom: 50px;
  }
}
.index2 .sec-04 img {
  width: 85%;
  margin: 0 auto;
  margin-top: min(10vw, 100px);
}
@media screen and (min-width: 800px) {
  .index2 .sec-04 img {
    margin-top: 50px;
  }
}
.index2 .sec-05__img01 {
  width: 100%;
  margin: 0;
  margin-top: min(15vw, 150px);
}
@media screen and (min-width: 800px) {
  .index2 .sec-05__img01 {
    margin-top: 50px;
  }
}
.index2 .sec-05__img01 img {
  width: 90%;
  margin: 0 auto;
}
.index2 .sec-05__img01 figcaption {
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  text-align: center;
  margin-top: 1.5em;
  white-space: nowrap;
}
.index2 .sec-05__img02 {
  margin-top: min(7vw, 70px);
}
@media screen and (min-width: 800px) {
  .index2 .sec-05__img02 {
    margin-top: 50px;
  }
}

.egf {
  padding-top: min(25vw, 75px);
  padding-bottom: min(7vw, 70px);
  background-image: url(../img/index2-egf-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.egf__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.egf__txt p {
  font-size: min(5vw, 40px);
  font-weight: 300;
}
@media screen and (min-width: 800px) {
  .egf__txt p {
    font-size: 30px;
  }
}
.egf__txt img {
  width: 85%;
  margin: 0.5em auto 0;
}
.egf__img {
  width: 90%;
  margin: 0 auto;
  margin-top: min(15vw, 150px);
}
@media screen and (min-width: 800px) {
  .egf__img {
    margin-top: 75px;
  }
}
.egf__list {
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
  margin-top: min(7vw, 70px);
}
@media screen and (min-width: 800px) {
  .egf__list {
    width: 60%;
  }
}
.egf__item {
  display: flex;
}
.egf__item span {
  width: 2%;
  margin-right: 1em;
  white-space: nowrap;
  display: inline-block;
}

.faq {
  padding-bottom: min(10vw, 100px);
}
.index1 .faq {
  background-color: #ededed;
}
.faq__list {
  width: 90%;
  margin: 0 auto;
  margin-top: min(7vw, 70px);
}
.faq__item {
  border: 1px solid #c3bbae;
  border-radius: 2.5vw;
  background-color: #fff;
}
@media screen and (min-width: 560px) {
  .faq__item {
    border-radius: 15px;
  }
}
.faq__item:nth-child(n+2) {
  margin-top: 1em;
}
.faq__item:nth-child(4) .faq__q {
  font-size: 0.62em;
}
.faq__item:nth-child(4) .faq__q span {
  font-size: 1.3em;
}
.faq span {
  display: inline-block;
  margin-right: 0.25em;
}
.faq__q {
  color: #fff;
  background-color: #c3bbae;
  border-radius: 2.5vw 2.5vw 0 0;
  font-size: min(3.5vw, 16px);
  padding: 1em 0;
  padding-left: 3%;
}
@media screen and (min-width: 560px) {
  .faq__q {
    border-radius: 15px 15px 0 0;
  }
}
.faq__a {
  display: flex;
  font-size: min(3vw, 14px);
  font-weight: 300;
  padding: 1em 1.5em;
  box-sizing: border-box;
}
.faq__a::before {
  width: 5%;
  content: "A.";
  white-space: nowrap;
  margin-right: 0.5em;
  display: block;
  color: #c3bbae;
  font-weight: 700;
}

.index1 .footer {
  background-color: #666666;
}
.index2 .footer {
  background-color: #c78883;
}
.footer__inr {
  color: #fff;
  font-size: min(2.5vw, 10px);
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
  padding-top: min(10vw, 100px);
  padding-bottom: min(5vw, 50px);
  display: block;
}
@media screen and (min-width: 800px) {
  .footer__inr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer__inr tr {
  display: flex;
  align-items: flex-start;
}
.footer__inr tr:nth-child(n+2) {
  margin-top: 1em;
}
.footer__inr th {
  text-align: left;
  font-weight: 300;
  width: 22%;
}
.footer__inr td {
  width: 75%;
  margin-left: 5%;
}

.copy {
  padding-top: min(5vw, 25px);
  padding-bottom: min(10vw, 50px);
  background-color: #fff;
}
.copy__list {
  width: 20%;
  margin: 0 auto 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .copy__list {
    width: 15%;
  }
}
.copy__item {
  width: min(20vw, 30px);
}
.copy__txt {
  text-align: center;
  font-weight: 300;
}
/*# sourceMappingURL=style.css.map */