@charset "UTF-8";
/*-------------base-------------*/
/*Webフォント読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Quicksand:wght@300..700&family=Sawarabi+Gothic&display=swap");
/*使用Webフォント*/
/*使用カラー*/
/*フォントサイズ*/
/*横幅*/
/*サイト全体のフォント指定*/
html {
  font-size: 10px;
}

body {
  font-family: "Arial", "Sawarabi Gothic", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #1A1A1A;
}
body br.pc {
  display: block;
}
@media screen and (max-width: 540px) {
  body br.pc {
    display: none;
  }
}
body br.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  body br.sp {
    display: block;
  }
}

/*-------------mixin-------------*/
/*-------------base-------------*/
/*-------------ブレイクポイント-------------*/
/*-------------本文-------------*/
/*-------------フリップアニメーション-------------*/
@keyframes flip-anime {
  0% {
    opacity: 0;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  }
  100% {
    opacity: 1;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  }
}
@keyframes flip-x {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
/*-------------フェードアップ-------------*/
/*-------------フェードイン-------------*/
/*-------------フェードアップ左-------------*/
/*-------------フェードアップ右-------------*/
/*-------------回転アニメージョン-------------*/
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-------------左側から流れるアニメーション-------------*/
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*-------------ズームイン-------------*/
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*-------------ホバー透過-------------*/
/*-------------画像設定-------------*/
/*-------------擬似要素-------------*/
/*-------------flex space-between-------------*/
/*-------------ボタン-------------*/
/*-------------ページャー-------------*/
/*-------------英語見出し-------------*/
/*-------------背景-------------*/
/*-------------背景-------------*/
/*-------------画像エリア-------------*/
/*-------------薬剤性脱毛サポートについて-------------*/
/*-------------コンテンツ幅-------------*/
/*-------------表-------------*/
/*-------------よくある質問-------------*/
/*-------------page-------------*/
/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------メインビジュアル-------------*/
.top-main-section {
  margin: 118px 0 0 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-main-section {
    margin: 60px 0 0 0;
  }
}
.top-main-section__txt {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-main-section__txt {
    left: 20px;
    bottom: 20px;
  }
}
.top-main-section__txt .copy-txt {
  margin: 0 0 15px 0;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top-main-section__txt .copy-txt {
    margin: 0 0 10px 0;
  }
}
.top-main-section__txt .copy-txt p {
  padding: 10px 15px;
  box-sizing: border-box;
  background: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Kiwi Maru", serif;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-main-section__txt .copy-txt p {
    font-size: 2.4rem;
    padding: 5px 10px;
  }
}
.top-main-section__txt .copy-txt p span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .top-main-section__txt .copy-txt p span {
    font-size: 1.5rem;
  }
}
.top-main-section__txt .copy-sub-txt {
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-main-section__txt .copy-sub-txt {
    font-size: 1.2rem;
  }
}
.top-main-section__img {
  position: relative;
  width: 94.5%;
  height: calc(100vh - 148px);
}
@media screen and (max-width: 768px) {
  .top-main-section__img {
    width: 100%;
    height: auto;
    padding: 0 40px 0 0;
    box-sizing: border-box;
  }
}
.top-main-section__img .scroll-txt {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .top-main-section__img .scroll-txt {
    right: 20px;
    bottom: -20px;
  }
}
.top-main-section__img .scroll-txt p {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  writing-mode: vertical-lr;
  color: #E3BD2F;
  margin: 0 0 10px auto;
}
@media screen and (max-width: 768px) {
  .top-main-section__img .scroll-txt p {
    font-size: 1.2rem;
  }
}
.top-main-section__img .scroll-txt .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-main-section__img .scroll-txt .circle {
    width: 40px;
    height: 40px;
  }
}
.top-main-section__img .scroll-txt .circle::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #F1DB85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-main-section__img .scroll-txt .circle::after {
    width: 25px;
    height: 25px;
  }
}
.top-main-section__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) {
  .top-main-section__img img {
    aspect-ratio: 1/1;
  }
}
.top-main-section__img img.img-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-main-section__img img.img-pc {
    display: none;
  }
}
.top-main-section__img img.img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-main-section__img img.img-sp {
    display: block;
  }
}

/*-------------私たちについて-------------*/
.top-about-section {
  padding: 100px 20px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-about-section {
    padding: 50px 20px;
  }
}
.top-about-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .top-about-section-inner {
    flex-flow: column;
    align-items: center;
  }
}
.top-about-section-inner .top-about-section__circle {
  opacity: 0;
  transition: all 2000ms;
}
.top-about-section-inner .top-about-section__circle.is-animated {
  opacity: 1;
}
.top-about-section-inner .top-about-section__circle {
  display: flex;
  align-items: flex-start;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 1100px) {
  .top-about-section-inner .top-about-section__circle {
    order: 2;
    margin: 30px 0 0 0;
    justify-content: center;
  }
}
.top-about-section-inner .top-about-section__circle .circle-item {
  background: #F1DB85;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__circle .circle-item {
    width: 80px;
    height: 80px;
  }
}
.top-about-section-inner .top-about-section__circle .circle-item:last-child {
  margin: 0;
}
.top-about-section-inner .top-about-section__cont {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont {
    transform: translate(0, 40px);
  }
}
.top-about-section-inner .top-about-section__cont.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-about-section-inner .top-about-section__cont {
  max-width: 564px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .top-about-section-inner .top-about-section__cont {
    order: 1;
  }
}
.top-about-section-inner .top-about-section__cont-heading {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont-heading {
    margin: 0 0 30px 0;
  }
}
.top-about-section-inner .top-about-section__cont-heading .en-txt {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
  color: #E3BD2F;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.top-about-section-inner .top-about-section__cont-heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  border: solid 1px #E3BD2F;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-about-section-inner .top-about-section__cont-heading h2,
.top-about-section-inner .top-about-section__cont-heading h3 {
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont-heading h2,
  .top-about-section-inner .top-about-section__cont-heading h3 {
    font-size: 2.4rem;
  }
}
.top-about-section-inner .top-about-section__cont-heading.bk-txt .en-txt {
  color: #1A1A1A;
}
.top-about-section-inner .top-about-section__cont-heading.bk-txt .en-txt::before {
  border: solid 1px #1A1A1A;
}
.top-about-section-inner .top-about-section__cont-heading {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont-heading {
    text-align: center;
  }
}
.top-about-section-inner .top-about-section__cont-txt p {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-about-section-inner .top-about-section__cont-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-about-section-inner .top-about-section__cont-txt p > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.top-about-section-inner .top-about-section__cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-about-section-inner .top-about-section__cont-txt p > a:hover {
    opacity: 1;
  }
}
.top-about-section-inner .top-about-section__cont-txt p span {
  color: #EA6D94;
  font-weight: 600;
}
.top-about-section-inner .top-about-section__cont-txt p:last-child {
  margin: 0;
}

/*-------------選ばれる5つの理由-------------*/
.top-reason-section {
  padding: 100px 20px 50px 20px;
  background: #F1DB85;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-reason-section {
    padding: 50px 10px;
  }
}
.top-reason-section-inner {
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
}
.top-reason-section-inner .top-reason-section__cont-heading {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .top-reason-section-inner .top-reason-section__cont-heading {
    margin: 0 0 30px 0;
  }
}
.top-reason-section-inner .top-reason-section__cont-heading .en-txt {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
  color: #E3BD2F;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.top-reason-section-inner .top-reason-section__cont-heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  border: solid 1px #E3BD2F;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-reason-section-inner .top-reason-section__cont-heading h2,
.top-reason-section-inner .top-reason-section__cont-heading h3 {
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-reason-section-inner .top-reason-section__cont-heading h2,
  .top-reason-section-inner .top-reason-section__cont-heading h3 {
    font-size: 2.4rem;
  }
}
.top-reason-section-inner .top-reason-section__cont-heading.bk-txt .en-txt {
  color: #1A1A1A;
}
.top-reason-section-inner .top-reason-section__cont-heading.bk-txt .en-txt::before {
  border: solid 1px #1A1A1A;
}
.top-reason-section-inner .top-reason-section__cont-heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-reason-section-inner .top-reason-section__cont-heading {
    transform: translate(0, 40px);
  }
}
.top-reason-section-inner .top-reason-section__cont-heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-reason-section-inner .top-reason-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-reason-section-inner .top-reason-section__list li {
  margin: 0 15px 50px 15px;
  max-width: 320px;
  padding: 50px 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  opacity: 0;
  transition: all 2000ms;
}
.top-reason-section-inner .top-reason-section__list li.is-animated {
  opacity: 1;
}
.top-reason-section-inner .top-reason-section__list li:nth-of-type(2), .top-reason-section-inner .top-reason-section__list li:nth-of-type(5) {
  transition-delay: 150ms;
}
@media screen and (max-width: 1100px) {
  .top-reason-section-inner .top-reason-section__list li:nth-of-type(2), .top-reason-section-inner .top-reason-section__list li:nth-of-type(5) {
    transition-delay: 0ms;
  }
}
.top-reason-section-inner .top-reason-section__list li:nth-of-type(3) {
  transition-delay: 300ms;
}
@media screen and (max-width: 1100px) {
  .top-reason-section-inner .top-reason-section__list li:nth-of-type(3) {
    transition-delay: 0ms;
  }
}
@media screen and (max-width: 768px) {
  .top-reason-section-inner .top-reason-section__list li {
    margin: 0 0 30px 0;
    padding: 30px 20px;
    max-width: 355px;
  }
  .top-reason-section-inner .top-reason-section__list li:last-child {
    margin: 0;
  }
}
.top-reason-section-inner .top-reason-section__list li .number-txt {
  margin: 0;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #F1DB85;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-reason-section-inner .top-reason-section__list li .number-txt {
    width: 40px;
    height: 40px;
    top: -20px;
  }
}
.top-reason-section-inner .top-reason-section__list li .number-txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  color: #E3BD2F;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-reason-section-inner .top-reason-section__list li .number-txt span {
    font-size: 1.4rem;
  }
}
.top-reason-section-inner .top-reason-section__list li .number-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-reason-section-inner .top-reason-section__list li .number-txt::after {
    width: 25px;
    height: 25px;
  }
}
.top-reason-section-inner .top-reason-section__list li h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.4;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  border-bottom: dotted 2px #E3BD2F;
}
@media screen and (max-width: 768px) {
  .top-reason-section-inner .top-reason-section__list li h3 {
    font-size: 1.8rem;
  }
}
.top-reason-section-inner .top-reason-section__list li p {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-reason-section-inner .top-reason-section__list li p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-reason-section-inner .top-reason-section__list li p > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.top-reason-section-inner .top-reason-section__list li p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-reason-section-inner .top-reason-section__list li p > a:hover {
    opacity: 1;
  }
}
.top-reason-section-inner .top-reason-section__list li p span {
  color: #EA6D94;
  font-weight: 600;
}
.top-reason-section-inner .top-reason-section__list li p:last-child {
  margin: 0;
}

/*-------------薬剤性脱毛サポートについて-------------*/
.top-support-section {
  position: relative;
}
.top-support-section::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F1DB85;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-support-section::after {
    height: 83px;
  }
}
.top-support-section {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .top-support-section {
    padding: 0 0 50px 0;
  }
}
.top-support-section__img {
  opacity: 0;
  transition: all 2000ms;
}
.top-support-section__img.is-animated {
  opacity: 1;
}
.top-support-section__img {
  position: relative;
  width: 94.5%;
  margin: 0 0 0 auto;
  height: 535px;
}
@media screen and (max-width: 1100px) {
  .top-support-section__img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-support-section__img {
    width: 100%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
}
.top-support-section__img .circle {
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-support-section__img .circle {
    width: 40px;
    height: 40px;
    left: 10px;
    bottom: -20px;
  }
}
.top-support-section__img .circle::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #F1DB85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-support-section__img .circle::after {
    width: 25px;
    height: 25px;
  }
}
.top-support-section__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.top-support-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  padding: 50px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .top-support-section-inner {
    padding: 30px 20px 0 20px;
  }
}
.top-support-section-inner .top-support-section__heading,
.top-support-section-inner .top-support-section__heading {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .top-support-section-inner .top-support-section__heading,
  .top-support-section-inner .top-support-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-support-section-inner .top-support-section__heading .en-txt,
.top-support-section-inner .top-support-section__heading .en-txt {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
  color: #E3BD2F;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.top-support-section-inner .top-support-section__heading .en-txt::before,
.top-support-section-inner .top-support-section__heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  border: solid 1px #E3BD2F;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-support-section-inner .top-support-section__heading h2,
.top-support-section-inner .top-support-section__heading h3,
.top-support-section-inner .top-support-section__heading h2,
.top-support-section-inner .top-support-section__heading h3 {
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-support-section-inner .top-support-section__heading h2,
  .top-support-section-inner .top-support-section__heading h3,
  .top-support-section-inner .top-support-section__heading h2,
  .top-support-section-inner .top-support-section__heading h3 {
    font-size: 2.4rem;
  }
}
.top-support-section-inner .top-support-section__heading.bk-txt .en-txt,
.top-support-section-inner .top-support-section__heading.bk-txt .en-txt {
  color: #1A1A1A;
}
.top-support-section-inner .top-support-section__heading.bk-txt .en-txt::before,
.top-support-section-inner .top-support-section__heading.bk-txt .en-txt::before {
  border: solid 1px #1A1A1A;
}
.top-support-section-inner .top-support-section__heading,
.top-support-section-inner .top-support-section__heading {
  text-align: left;
}
.top-support-section-inner > p {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-support-section-inner > p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-support-section-inner > p > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.top-support-section-inner > p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-support-section-inner > p > a:hover {
    opacity: 1;
  }
}
.top-support-section-inner > p span {
  color: #EA6D94;
  font-weight: 600;
}
.top-support-section-inner > p:last-child {
  margin: 0;
}
.top-support-section-inner .btn-main {
  max-width: 200px;
  width: 100%;
}
.top-support-section-inner .btn-main a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-support-section-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-support-section-inner .btn-main a:hover {
    opacity: 1;
  }
}
.top-support-section-inner .btn-main a {
  padding: 15px 40px 15px 15px;
  box-sizing: border-box;
  background: #1A1A1A;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-radius: 3rem;
}
.top-support-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.top-support-section-inner .btn-main.back a {
  padding: 15px 15px 15px 40px;
  text-align: right;
}
.top-support-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_l.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.top-support-section-inner .btn-main {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top-support-section-inner .btn-main {
    margin: 20px auto 0 auto;
  }
}
.top-support-section-inner .top-support-section__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-support-section-inner .top-support-section__heading {
    transform: translate(0, 40px);
  }
}
.top-support-section-inner .top-support-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-support-section-inner > p {
  opacity: 0;
  transition: all 2000ms;
}
.top-support-section-inner > p.is-animated {
  opacity: 1;
}
.top-support-section-inner .btn-main {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-support-section-inner .btn-main {
    transform: translate(0, 40px);
  }
}
.top-support-section-inner .btn-main.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}

/*-------------店舗案内-------------*/
.top-shop-section {
  background: #F1DB85;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .top-shop-section {
    padding: 50px 20px;
  }
}
.top-shop-section .top-shop-section__cont-heading {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .top-shop-section .top-shop-section__cont-heading {
    margin: 0 0 30px 0;
  }
}
.top-shop-section .top-shop-section__cont-heading .en-txt {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
  color: #E3BD2F;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.top-shop-section .top-shop-section__cont-heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  border: solid 1px #E3BD2F;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-shop-section .top-shop-section__cont-heading h2,
.top-shop-section .top-shop-section__cont-heading h3 {
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-shop-section .top-shop-section__cont-heading h2,
  .top-shop-section .top-shop-section__cont-heading h3 {
    font-size: 2.4rem;
  }
}
.top-shop-section .top-shop-section__cont-heading.bk-txt .en-txt {
  color: #1A1A1A;
}
.top-shop-section .top-shop-section__cont-heading.bk-txt .en-txt::before {
  border: solid 1px #1A1A1A;
}
.top-shop-section .top-shop-section__cont-heading {
  text-align: left;
}
.top-shop-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.top-shop-section__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.top-shop-section__flex-table {
  width: 47.56%;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-shop-section__flex-table {
    transform: translate(0, 40px);
  }
}
.top-shop-section__flex-table.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-shop-section__flex-table {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.top-shop-section__flex-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.top-shop-section__flex-table table tbody tr {
  border-top: dotted 2px #fff;
}
.top-shop-section__flex-table table tbody tr:last-child {
  border-bottom: dotted 2px #fff;
}
.top-shop-section__flex-table table tbody tr td {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-shop-section__flex-table table tbody tr td {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-shop-section__flex-table table tbody tr td > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.top-shop-section__flex-table table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-shop-section__flex-table table tbody tr td > a:hover {
    opacity: 1;
  }
}
.top-shop-section__flex-table table tbody tr td span {
  color: #EA6D94;
  font-weight: 600;
}
.top-shop-section__flex-table table tbody tr td {
  margin: 0;
  vertical-align: top;
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-shop-section__flex-table table tbody tr td {
    display: block;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
.top-shop-section__flex-table table tbody tr td > a {
  transition: all 0.3s;
  color: #1A1A1A;
}
.top-shop-section__flex-table table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-shop-section__flex-table table tbody tr td > a:hover {
    opacity: 1;
  }
}
.top-shop-section__flex-table table tbody tr td:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  width: 30%;
  margin: 0;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .top-shop-section__flex-table table tbody tr td:first-child {
    padding: 15px 15px 5px 15px;
    width: 100%;
  }
}
.top-shop-section__flex-map {
  width: 47.56%;
  position: relative;
  opacity: 0;
  transition: all 2000ms;
}
.top-shop-section__flex-map.is-animated {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-shop-section__flex-map {
    width: 100%;
  }
}
.top-shop-section__flex-map .circle {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 70px;
  height: 70px;
  background: #F1DB85;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-shop-section__flex-map .circle {
    width: 40px;
    height: 40px;
    right: -10px;
    top: -20px;
  }
}
.top-shop-section__flex-map .circle::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-shop-section__flex-map .circle::after {
    width: 25px;
    height: 25px;
  }
}
.top-shop-section__flex-map iframe {
  display: none;
  aspect-ratio: 2/1.13;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------よくある質問-------------*/
.top-faq-section {
  position: relative;
}
.top-faq-section::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F1DB85;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-faq-section::after {
    height: 83px;
  }
}
.top-faq-section__img {
  opacity: 0;
  transition: all 2000ms;
}
.top-faq-section__img.is-animated {
  opacity: 1;
}
.top-faq-section__img {
  position: relative;
  width: 94.5%;
  margin: 0 auto 0 0;
  height: 535px;
}
@media screen and (max-width: 1100px) {
  .top-faq-section__img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-faq-section__img {
    width: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
}
.top-faq-section__img .circle {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-faq-section__img .circle {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: -20px;
  }
}
.top-faq-section__img .circle::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #F1DB85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-faq-section__img .circle::after {
    width: 25px;
    height: 25px;
  }
}
.top-faq-section__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.top-faq-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner {
    padding: 50px 20px;
  }
}
.top-faq-section-inner .top-faq-section__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner .top-faq-section__heading {
    transform: translate(0, 40px);
  }
}
.top-faq-section-inner .top-faq-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-faq-section-inner .top-faq-section__heading {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner .top-faq-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-faq-section-inner .top-faq-section__heading .en-txt {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
  color: #E3BD2F;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.top-faq-section-inner .top-faq-section__heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  border: solid 1px #E3BD2F;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-faq-section-inner .top-faq-section__heading h2,
.top-faq-section-inner .top-faq-section__heading h3 {
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner .top-faq-section__heading h2,
  .top-faq-section-inner .top-faq-section__heading h3 {
    font-size: 2.4rem;
  }
}
.top-faq-section-inner .top-faq-section__heading.bk-txt .en-txt {
  color: #1A1A1A;
}
.top-faq-section-inner .top-faq-section__heading.bk-txt .en-txt::before {
  border: solid 1px #1A1A1A;
}
.top-faq-section-inner .top-faq-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-faq-section-inner .top-faq-section__list > .note-txt {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner .top-faq-section__list > .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-faq-section-inner .top-faq-section__list > .note-txt > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.top-faq-section-inner .top-faq-section__list > .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-faq-section-inner .top-faq-section__list > .note-txt > a:hover {
    opacity: 1;
  }
}
.top-faq-section-inner .top-faq-section__list > .note-txt span {
  color: #EA6D94;
  font-weight: 600;
}
.top-faq-section-inner .top-faq-section__list > .note-txt {
  text-align: center;
}
.top-faq-section-inner .top-faq-section__list > .note-txt:last-child {
  margin: 0;
}
.top-faq-section-inner .top-faq-section__list li {
  padding: 30px 0;
  box-sizing: border-box;
  border-top: dotted 2px #E3BD2F;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner .top-faq-section__list li {
    padding: 20px 0;
  }
}
.top-faq-section-inner .top-faq-section__list li:last-child {
  border-bottom: dotted 2px #E3BD2F;
}
.top-faq-section-inner .top-faq-section__list li .faq-section__list-heading {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner .top-faq-section__list li .faq-section__list-heading {
    align-items: flex-start;
  }
}
.top-faq-section-inner .top-faq-section__list li .faq-section__list-heading .q-mark {
  width: 30px;
  height: 30px;
  background: #E3BD2F;
  border-radius: 50%;
  position: relative;
  margin: 0 10px 0 0;
}
.top-faq-section-inner .top-faq-section__list li .faq-section__list-heading .q-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.top-faq-section-inner .top-faq-section__list li .faq-section__list-heading h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #CCA71C;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner .top-faq-section__list li .faq-section__list-heading h3 {
    font-size: 1.5rem;
  }
}
.top-faq-section-inner .top-faq-section__list li .faq-section__list-txt {
  display: flex;
  align-items: flex-start;
}
.top-faq-section-inner .top-faq-section__list li .faq-section__list-txt .a-mark {
  width: 30px;
  height: 30px;
  border: solid 2px #E3BD2F;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  margin: 0 10px 0 0;
}
.top-faq-section-inner .top-faq-section__list li .faq-section__list-txt .a-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #E3BD2F;
}
.top-faq-section-inner .top-faq-section__list li .faq-section__list-txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner .top-faq-section__list li .faq-section__list-txt p {
    font-size: 1.5rem;
  }
}
.top-faq-section-inner .top-faq-section__list li {
  opacity: 0;
  transition: all 2000ms;
}
.top-faq-section-inner .top-faq-section__list li.is-animated {
  opacity: 1;
}
.top-faq-section-inner .btn-main {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner .btn-main {
    transform: translate(0, 40px);
  }
}
.top-faq-section-inner .btn-main.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-faq-section-inner .btn-main {
  max-width: 200px;
  width: 100%;
}
.top-faq-section-inner .btn-main a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-faq-section-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-faq-section-inner .btn-main a:hover {
    opacity: 1;
  }
}
.top-faq-section-inner .btn-main a {
  padding: 15px 40px 15px 15px;
  box-sizing: border-box;
  background: #1A1A1A;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-radius: 3rem;
}
.top-faq-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.top-faq-section-inner .btn-main.back a {
  padding: 15px 15px 15px 40px;
  text-align: right;
}
.top-faq-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_l.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.top-faq-section-inner .btn-main {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top-faq-section-inner .btn-main {
    margin: 20px auto 0 auto;
  }
}

/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------下層見出し-------------*/
.lower-heading {
  padding: 218px 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .lower-heading {
    padding: 80px 20px 20px 20px;
  }
}
.lower-heading-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  position: relative;
}
.lower-heading-inner .lower-heading__txt {
  margin: 0 0 60px 0;
  text-align: left;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .lower-heading__txt {
    transform: translate(0, 40px);
  }
}
.lower-heading-inner .lower-heading__txt.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .lower-heading__txt {
    margin: 0 0 20px 0;
  }
}
.lower-heading-inner .lower-heading__txt h2 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .lower-heading__txt h2 {
    font-size: 1.6rem;
  }
}
.lower-heading-inner .lower-heading__txt .en-txt {
  font-size: 5.6rem;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  color: #E3BD2F;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .lower-heading__txt .en-txt {
    font-size: 3.6rem;
  }
}
.lower-heading-inner {
  /*-------------パンくずリスト-------------*/
}
.lower-heading-inner .breadcrumb-menu {
  box-sizing: border-box;
  text-align: right;
}
.lower-heading-inner .breadcrumb-menu span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1A1A1A;
}
.lower-heading-inner .breadcrumb-menu span:nth-of-type(2n) {
  margin: 0 10px;
  color: #D2D2D2;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .breadcrumb-menu span:nth-of-type(2n) {
    margin: 0 5px;
  }
}
.lower-heading-inner .breadcrumb-menu span a {
  color: #E3BD2F;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}
.lower-heading-inner .breadcrumb-menu span a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #E3BD2F;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.lower-heading-inner .breadcrumb-menu span a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1100px) {
  .lower-heading-inner .breadcrumb-menu span a:hover::after {
    transform: scale(0, 1);
  }
}
.lower-heading-inner .circle {
  position: absolute;
  left: -30px;
  bottom: -55px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .circle {
    width: 40px;
    height: 40px;
    left: 0;
    bottom: -40px;
  }
}
.lower-heading-inner .circle::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #F1DB85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .lower-heading-inner .circle::after {
    width: 25px;
    height: 25px;
  }
}

/*-------------スタッフ紹介-------------*/
.staff-section {
  padding: 100px 10px;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .staff-section {
    padding: 50px 10px;
  }
}
.staff-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.staff-section-inner .staff-section__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.staff-section-inner .staff-section__list > .note-txt {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .staff-section-inner .staff-section__list > .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.staff-section-inner .staff-section__list > .note-txt > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.staff-section-inner .staff-section__list > .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .staff-section-inner .staff-section__list > .note-txt > a:hover {
    opacity: 1;
  }
}
.staff-section-inner .staff-section__list > .note-txt span {
  color: #EA6D94;
  font-weight: 600;
}
.staff-section-inner .staff-section__list > .note-txt {
  text-align: center;
}
.staff-section-inner .staff-section__list > .note-txt:last-child {
  margin: 0;
}
.staff-section-inner .staff-section__list li {
  width: 48.54%;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .staff-section-inner .staff-section__list li {
    width: 100%;
    padding: 30px 20px;
    margin: 0 0 20px 0;
  }
  .staff-section-inner .staff-section__list li:last-child {
    margin: 0;
  }
}
.staff-section-inner .staff-section__list li .staff-section__list-heading {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .staff-section-inner .staff-section__list li .staff-section__list-heading {
    flex-flow: column;
    margin: 0 0 30px 0;
  }
}
.staff-section-inner .staff-section__list li .staff-section__list-heading .staff-section__list-icon {
  max-width: 120px;
  width: 100%;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .staff-section-inner .staff-section__list li .staff-section__list-heading .staff-section__list-icon {
    margin: 0 auto 20px auto;
  }
}
.staff-section-inner .staff-section__list li .staff-section__list-heading .staff-section__list-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.staff-section-inner .staff-section__list li .staff-section__list-heading-txt .skill-txt {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.2;
  padding: 2px 10px 3px 10px;
  box-sizing: border-box;
  background: #1A1A1A;
  border-radius: 2rem;
  margin: 0 0 10px 0;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staff-section-inner .staff-section__list li .staff-section__list-heading-txt .skill-txt {
    font-size: 1.4rem;
    text-align: center;
  }
}
.staff-section-inner .staff-section__list li .staff-section__list-heading-txt h3 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .staff-section-inner .staff-section__list li .staff-section__list-heading-txt h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.staff-section-inner .staff-section__list .staff-section__list-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.staff-section-inner .staff-section__list .staff-section__list-table tbody tr {
  border-top: dotted 2px #E3BD2F;
}
.staff-section-inner .staff-section__list .staff-section__list-table tbody tr:last-child {
  border-bottom: dotted 2px #E3BD2F;
}
.staff-section-inner .staff-section__list .staff-section__list-table tbody tr td {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .staff-section-inner .staff-section__list .staff-section__list-table tbody tr td {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.staff-section-inner .staff-section__list .staff-section__list-table tbody tr td > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.staff-section-inner .staff-section__list .staff-section__list-table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .staff-section-inner .staff-section__list .staff-section__list-table tbody tr td > a:hover {
    opacity: 1;
  }
}
.staff-section-inner .staff-section__list .staff-section__list-table tbody tr td span {
  color: #EA6D94;
  font-weight: 600;
}
.staff-section-inner .staff-section__list .staff-section__list-table tbody tr td {
  margin: 0;
  vertical-align: top;
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .staff-section-inner .staff-section__list .staff-section__list-table tbody tr td {
    display: block;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
.staff-section-inner .staff-section__list .staff-section__list-table tbody tr td:first-child {
  font-size: 1.6rem;
  color: #E3BD2F;
  font-weight: 500;
  width: 30%;
  margin: 0;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .staff-section-inner .staff-section__list .staff-section__list-table tbody tr td:first-child {
    padding: 15px 15px 5px 15px;
    width: 100%;
  }
}

/*-------------よくある質問-------------*/
.faq-section {
  padding: 100px 10px;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 50px 10px;
  }
}
.faq-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.faq-section-inner .faq-section__category {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  background: #fff;
  flex-wrap: wrap;
}
.faq-section-inner .faq-section__category li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__category li {
    width: 100%;
  }
}
.faq-section-inner .faq-section__category li a {
  display: block;
  height: 100%;
  padding: 25px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: #fff;
  background: #E3BD2F;
  text-decoration: none;
  transition: all 0.3s;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__category li a {
    padding: 15px 10px;
    font-size: 1.5rem;
    border-right: none;
    border-bottom: solid 1px #fff;
  }
}
.faq-section-inner .faq-section__category li a:hover {
  color: #E3BD2F;
  background: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .faq-section-inner .faq-section__category li a:hover {
    color: #fff;
    background: #E3BD2F;
  }
}
.faq-section-inner .faq-section__category li.current-cat a {
  color: #E3BD2F;
  background: #fff;
}
.faq-section-inner .faq-section__category li:last-child a {
  border-right: none;
  border-bottom: none;
}
.faq-section-inner .faq-section__cont {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 100px 10px;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont {
    padding: 50px 10px;
  }
}
.faq-section-inner .faq-section__cont {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont {
    padding: 50px 20px;
  }
}
.faq-section-inner .faq-section__cont-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list > .note-txt {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .faq-section__list > .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.faq-section-inner .faq-section__cont-inner .faq-section__list > .note-txt > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list > .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .faq-section-inner .faq-section__cont-inner .faq-section__list > .note-txt > a:hover {
    opacity: 1;
  }
}
.faq-section-inner .faq-section__cont-inner .faq-section__list > .note-txt span {
  color: #EA6D94;
  font-weight: 600;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list > .note-txt {
  text-align: center;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list > .note-txt:last-child {
  margin: 0;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list li {
  padding: 30px 0;
  box-sizing: border-box;
  border-top: dotted 2px #E3BD2F;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .faq-section__list li {
    padding: 20px 0;
  }
}
.faq-section-inner .faq-section__cont-inner .faq-section__list li:last-child {
  border-bottom: dotted 2px #E3BD2F;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-heading {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-heading {
    align-items: flex-start;
  }
}
.faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-heading .q-mark {
  width: 30px;
  height: 30px;
  background: #E3BD2F;
  border-radius: 50%;
  position: relative;
  margin: 0 10px 0 0;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-heading .q-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-heading h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #CCA71C;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-heading h3 {
    font-size: 1.5rem;
  }
}
.faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-txt {
  display: flex;
  align-items: flex-start;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-txt .a-mark {
  width: 30px;
  height: 30px;
  border: solid 2px #E3BD2F;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  margin: 0 10px 0 0;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-txt .a-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #E3BD2F;
}
.faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .faq-section__list li .faq-section__list-txt p {
    font-size: 1.5rem;
  }
}
.faq-section-inner .faq-section__cont-inner .m-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__prev {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__prev {
    margin: 0 10px 0 0;
  }
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__prev a {
  text-decoration: none;
  background: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 28px;
  height: 28px;
  border: solid 1px #1A1A1A;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__prev a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__prev a:hover {
    opacity: 1;
  }
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__prev a span::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_pager_l.svg);
  background-size: 10px;
  width: 10px;
  height: 7.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body li {
  list-style: none;
  margin: 0 2.5px;
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body li a {
  display: block;
  text-decoration: none;
  color: #D2D2D2;
  border: solid 1px #D2D2D2;
  background: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 35px;
  height: 35px;
  position: relative;
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body li a span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body li a span {
    font-size: 1.5rem;
  }
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body li a:hover {
  color: #1A1A1A;
  border: solid 1px #1A1A1A;
}
@media screen and (max-width: 1100px) {
  .faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body li a:hover {
    color: #D2D2D2;
    border: solid 1px #D2D2D2;
    background: transparent;
  }
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body li.current {
  background: transparent;
  color: #1A1A1A;
  border: solid 1px #1A1A1A;
  border-radius: 50%;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body li.current {
    width: 35px;
    height: 35px;
  }
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body li.current span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__body li.current span {
    font-size: 1.5rem;
  }
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__next {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__next {
    margin: 0 0 0 10px;
  }
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__next a {
  text-decoration: none;
  background: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 28px;
  height: 28px;
  border: solid 1px #1A1A1A;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__next a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__next a:hover {
    opacity: 1;
  }
}
.faq-section-inner .faq-section__cont-inner .m-pagenation .m-pagenation__next a span::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_pager_r.svg);
  background-size: 10px;
  width: 10px;
  height: 7.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-section-inner .faq-section__cont-inner .m-pagenation {
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .faq-section-inner .faq-section__cont-inner .m-pagenation {
    margin: 30px auto 0 auto;
  }
}

/*-------------よくある質問-------------*/
.menu-section {
  padding: 100px 10px;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .menu-section {
    padding: 50px 10px;
  }
}
.menu-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.menu-section-inner .menu-section__table {
  background: #fff;
  overflow-x: auto;
  width: 100%;
}
.menu-section-inner .menu-section__table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.menu-section-inner .menu-section__table table tbody tr {
  border-bottom: dotted 2px #E3BD2F;
}
.menu-section-inner .menu-section__table table tbody tr:last-child {
  border-bottom: none;
}
.menu-section-inner .menu-section__table table tbody tr td {
  font-size: 1.5rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.6;
  padding: 30px;
  box-sizing: border-box;
  border-right: dotted 2px #E3BD2F;
}
.menu-section-inner .menu-section__table table tbody tr td:nth-of-type(3) {
  text-align: center;
}
.menu-section-inner .menu-section__table table tbody tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .menu-section-inner .menu-section__table table tbody tr td {
    font-size: 1.5rem;
    padding: 15px;
  }
}
.menu-section-inner .menu-section__table table tbody tr td .menu-section__table-item {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .menu-section-inner .menu-section__table table tbody tr td .menu-section__table-item {
    margin: 0 0 15px 0;
  }
}
.menu-section-inner .menu-section__table table tbody tr td .menu-section__table-item h4 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .menu-section-inner .menu-section__table table tbody tr td .menu-section__table-item h4 {
    font-size: 1.6rem;
  }
}
.menu-section-inner .menu-section__table table tbody tr td .menu-section__table-item ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
}
.menu-section-inner .menu-section__table table tbody tr td .menu-section__table-item ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.menu-section-inner .menu-section__table table tbody tr td .menu-section__table-item ul li:last-child {
  margin: 0;
}
.menu-section-inner .menu-section__table table tbody tr td .menu-section__table-item:last-child {
  margin: 0;
}
.menu-section-inner .menu-section__table table tbody tr td .price-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .menu-section-inner .menu-section__table table tbody tr td .price-txt {
    font-size: 1.6rem;
  }
}
.menu-section-inner .menu-section__table table tbody tr td .sub-txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 10px 0 0 0;
  text-align: center;
}
.menu-section-inner .menu-section__table table tbody tr th {
  font-size: 1.8rem;
  color: #E3BD2F;
  line-height: 1.6;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  border-right: dotted 2px #E3BD2F;
  width: 50%;
}
.menu-section-inner .menu-section__table table tbody tr th:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .menu-section-inner .menu-section__table table tbody tr th {
    font-size: 1.6rem;
    padding: 15px;
    margin: 0;
  }
}

/*-------------薬剤性脱毛サポートについて-------------*/
.support-section {
  position: relative;
}
.support-section::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F1DB85;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .support-section::after {
    height: 83px;
  }
}
.support-section {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .support-section {
    padding: 0 0 50px 0;
  }
}
.support-section__img {
  position: relative;
  width: 94.5%;
  margin: 0 auto 0 0;
  height: 535px;
}
@media screen and (max-width: 1100px) {
  .support-section__img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .support-section__img {
    width: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
}
.support-section__img .circle {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .support-section__img .circle {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: -20px;
  }
}
.support-section__img .circle::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #F1DB85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .support-section__img .circle::after {
    width: 25px;
    height: 25px;
  }
}
.support-section__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.support-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  padding: 50px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .support-section-inner {
    padding: 30px 20px 0 20px;
  }
}
.support-section-inner .top-support-section__heading,
.support-section-inner .top-support-section__heading {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .support-section-inner .top-support-section__heading,
  .support-section-inner .top-support-section__heading {
    margin: 0 0 30px 0;
  }
}
.support-section-inner .top-support-section__heading .en-txt,
.support-section-inner .top-support-section__heading .en-txt {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
  color: #E3BD2F;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.support-section-inner .top-support-section__heading .en-txt::before,
.support-section-inner .top-support-section__heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  border: solid 1px #E3BD2F;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.support-section-inner .top-support-section__heading h2,
.support-section-inner .top-support-section__heading h3,
.support-section-inner .top-support-section__heading h2,
.support-section-inner .top-support-section__heading h3 {
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .support-section-inner .top-support-section__heading h2,
  .support-section-inner .top-support-section__heading h3,
  .support-section-inner .top-support-section__heading h2,
  .support-section-inner .top-support-section__heading h3 {
    font-size: 2.4rem;
  }
}
.support-section-inner .top-support-section__heading.bk-txt .en-txt,
.support-section-inner .top-support-section__heading.bk-txt .en-txt {
  color: #1A1A1A;
}
.support-section-inner .top-support-section__heading.bk-txt .en-txt::before,
.support-section-inner .top-support-section__heading.bk-txt .en-txt::before {
  border: solid 1px #1A1A1A;
}
.support-section-inner .top-support-section__heading,
.support-section-inner .top-support-section__heading {
  text-align: left;
}
.support-section-inner > p {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .support-section-inner > p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.support-section-inner > p > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.support-section-inner > p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .support-section-inner > p > a:hover {
    opacity: 1;
  }
}
.support-section-inner > p span {
  color: #EA6D94;
  font-weight: 600;
}
.support-section-inner > p:last-child {
  margin: 0;
}
.support-section-inner .btn-main {
  max-width: 200px;
  width: 100%;
}
.support-section-inner .btn-main a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.support-section-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .support-section-inner .btn-main a:hover {
    opacity: 1;
  }
}
.support-section-inner .btn-main a {
  padding: 15px 40px 15px 15px;
  box-sizing: border-box;
  background: #1A1A1A;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-radius: 3rem;
}
.support-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.support-section-inner .btn-main.back a {
  padding: 15px 15px 15px 40px;
  text-align: right;
}
.support-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_l.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.support-section-inner .btn-main {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .support-section-inner .btn-main {
    margin: 20px auto 0 auto;
  }
}

/*-------------薬剤性脱毛サポートについて(ページ)-------------*/
.about-section__hairdresser {
  padding: 100px 10px;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser {
    padding: 50px 10px;
  }
}
.about-section__hairdresser-cont {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 100px 10px;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont {
    padding: 50px 10px;
  }
}
.about-section__hairdresser-cont {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont {
    padding: 50px 20px;
  }
}
.about-section__hairdresser-cont-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-cont-heading {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-cont-heading {
    margin: 0 0 30px 0;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-cont-heading .en-txt {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
  color: #E3BD2F;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-cont-heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  border: solid 1px #E3BD2F;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-cont-heading h2,
.about-section__hairdresser-cont-inner .about-section__hairdresser-cont-heading h3 {
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-cont-heading h2,
  .about-section__hairdresser-cont-inner .about-section__hairdresser-cont-heading h3 {
    font-size: 2.4rem;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-cont-heading.bk-txt .en-txt {
  color: #1A1A1A;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-cont-heading.bk-txt .en-txt::before {
  border: solid 1px #1A1A1A;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-flex {
  display: flex;
  align-items: flex-start;
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
  border-bottom: dotted 2px #E3BD2F;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-flex {
    flex-flow: column;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-flex-img {
  max-width: 428px;
  width: 100%;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-flex-img {
    margin: 0 auto 20px auto;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-flex-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-flex-txt {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-flex-txt {
    flex: auto;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-flex-txt p {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-flex-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-flex-txt p > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-flex-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-flex-txt p > a:hover {
    opacity: 1;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-flex-txt p span {
  color: #EA6D94;
  font-weight: 600;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-flex-txt p:last-child {
  margin: 0;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel-heading {
  margin: 0 0 15px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-tel-heading {
    margin: 0 0 10px 0;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel-heading h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 10px;
  box-sizing: border-box;
  border: solid 1px #1A1A1A;
  border-radius: 10rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-tel-heading h3 {
    font-size: 1.6rem;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .tel-txt {
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-tel .tel-txt {
    margin: 0 0 15px 0;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .tel-txt a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .tel-txt a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-tel .tel-txt a:hover {
    opacity: 1;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .tel-txt a {
  padding: 0 0 0 35px;
  font-size: 6.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #1A1A1A;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-tel .tel-txt a {
    font-size: 4rem;
    padding: 0 0 0 25px;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .tel-txt a::before {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_tel_bk.svg);
  background-size: 24.5px;
  width: 24.5px;
  height: 32px;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .reception-txt {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-tel .reception-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .reception-txt > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .reception-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-tel .reception-txt > a:hover {
    opacity: 1;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .reception-txt span {
  color: #EA6D94;
  font-weight: 600;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .reception-txt {
  text-align: center;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .reception-txt:last-child {
  margin: 0;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .btn-main {
  margin: 30px auto 0 auto;
  max-width: 200px;
  width: 100%;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .btn-main a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-tel .btn-main a:hover {
    opacity: 1;
  }
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .btn-main a {
  padding: 15px 40px 15px 15px;
  box-sizing: border-box;
  background: #1A1A1A;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-radius: 3rem;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .btn-main.back a {
  padding: 15px 15px 15px 40px;
  text-align: right;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_l.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.about-section__hairdresser-cont-inner .about-section__hairdresser-tel .btn-main {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .about-section__hairdresser-cont-inner .about-section__hairdresser-tel .btn-main {
    margin: 20px auto 0 auto;
  }
}
.about-section__support {
  padding: 100px 20px 70px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about-section__support {
    padding: 50px 20px;
  }
}
.about-section__support-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.about-section__support-inner .about-section__support-heading {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .about-section__support-inner .about-section__support-heading {
    margin: 0 0 30px 0;
  }
}
.about-section__support-inner .about-section__support-heading .en-txt {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
  color: #E3BD2F;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.about-section__support-inner .about-section__support-heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  border: solid 1px #E3BD2F;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-section__support-inner .about-section__support-heading h2,
.about-section__support-inner .about-section__support-heading h3 {
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-section__support-inner .about-section__support-heading h2,
  .about-section__support-inner .about-section__support-heading h3 {
    font-size: 2.4rem;
  }
}
.about-section__support-inner .about-section__support-heading.bk-txt .en-txt {
  color: #1A1A1A;
}
.about-section__support-inner .about-section__support-heading.bk-txt .en-txt::before {
  border: solid 1px #1A1A1A;
}
.about-section__support-inner .about-section__support-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-section__support-inner .about-section__support-list li {
  width: 48.54%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .about-section__support-inner .about-section__support-list li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .about-section__support-inner .about-section__support-list li:last-child {
    margin: 0;
  }
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-img {
  margin: 0 0 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-section__support-inner .about-section__support-list li .about-section__support-list-img {
    margin: 0 0 30px 0;
  }
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-img .number-txt {
  margin: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about-section__support-inner .about-section__support-list li .about-section__support-list-img .number-txt {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-img .number-txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-section__support-inner .about-section__support-list li .about-section__support-list-img .number-txt span {
    font-size: 1.4rem;
  }
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-img .number-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #E3BD2F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about-section__support-inner .about-section__support-list li .about-section__support-list-img .number-txt::after {
    width: 25px;
    height: 25px;
  }
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1.13;
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-txt h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.4;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  border-bottom: dotted 2px #E3BD2F;
}
@media screen and (max-width: 768px) {
  .about-section__support-inner .about-section__support-list li .about-section__support-list-txt h4 {
    font-size: 1.8rem;
  }
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-txt p {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about-section__support-inner .about-section__support-list li .about-section__support-list-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-txt p > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about-section__support-inner .about-section__support-list li .about-section__support-list-txt p > a:hover {
    opacity: 1;
  }
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-txt p span {
  color: #EA6D94;
  font-weight: 600;
}
.about-section__support-inner .about-section__support-list li .about-section__support-list-txt p:last-child {
  margin: 0;
}
.about-section__faq {
  background: #fff;
}
.about-section__faq-img {
  position: relative;
  width: 94.5%;
  margin: 0 auto 0 0;
  height: 535px;
}
@media screen and (max-width: 1100px) {
  .about-section__faq-img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-section__faq-img {
    width: 100%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
}
.about-section__faq-img .circle {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about-section__faq-img .circle {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: -20px;
  }
}
.about-section__faq-img .circle::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #F1DB85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about-section__faq-img .circle::after {
    width: 25px;
    height: 25px;
  }
}
.about-section__faq-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.about-section__faq-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .about-section__faq-inner {
    padding: 50px 20px;
  }
}
.about-section__faq-inner .about-section__faq-heading {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .about-section__faq-inner .about-section__faq-heading {
    margin: 0 0 30px 0;
  }
}
.about-section__faq-inner .about-section__faq-heading .en-txt {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
  color: #E3BD2F;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.about-section__faq-inner .about-section__faq-heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  border: solid 1px #E3BD2F;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-section__faq-inner .about-section__faq-heading h2,
.about-section__faq-inner .about-section__faq-heading h3 {
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-section__faq-inner .about-section__faq-heading h2,
  .about-section__faq-inner .about-section__faq-heading h3 {
    font-size: 2.4rem;
  }
}
.about-section__faq-inner .about-section__faq-heading.bk-txt .en-txt {
  color: #1A1A1A;
}
.about-section__faq-inner .about-section__faq-heading.bk-txt .en-txt::before {
  border: solid 1px #1A1A1A;
}
.about-section__faq-inner .about-section__faq-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-section__faq-inner .about-section__faq-list > .note-txt {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about-section__faq-inner .about-section__faq-list > .note-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.about-section__faq-inner .about-section__faq-list > .note-txt > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.about-section__faq-inner .about-section__faq-list > .note-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about-section__faq-inner .about-section__faq-list > .note-txt > a:hover {
    opacity: 1;
  }
}
.about-section__faq-inner .about-section__faq-list > .note-txt span {
  color: #EA6D94;
  font-weight: 600;
}
.about-section__faq-inner .about-section__faq-list > .note-txt {
  text-align: center;
}
.about-section__faq-inner .about-section__faq-list > .note-txt:last-child {
  margin: 0;
}
.about-section__faq-inner .about-section__faq-list li {
  padding: 30px 0;
  box-sizing: border-box;
  border-top: dotted 2px #E3BD2F;
}
@media screen and (max-width: 768px) {
  .about-section__faq-inner .about-section__faq-list li {
    padding: 20px 0;
  }
}
.about-section__faq-inner .about-section__faq-list li:last-child {
  border-bottom: dotted 2px #E3BD2F;
}
.about-section__faq-inner .about-section__faq-list li .faq-section__list-heading {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .about-section__faq-inner .about-section__faq-list li .faq-section__list-heading {
    align-items: flex-start;
  }
}
.about-section__faq-inner .about-section__faq-list li .faq-section__list-heading .q-mark {
  width: 30px;
  height: 30px;
  background: #E3BD2F;
  border-radius: 50%;
  position: relative;
  margin: 0 10px 0 0;
}
.about-section__faq-inner .about-section__faq-list li .faq-section__list-heading .q-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.about-section__faq-inner .about-section__faq-list li .faq-section__list-heading h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #CCA71C;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .about-section__faq-inner .about-section__faq-list li .faq-section__list-heading h3 {
    font-size: 1.5rem;
  }
}
.about-section__faq-inner .about-section__faq-list li .faq-section__list-txt {
  display: flex;
  align-items: flex-start;
}
.about-section__faq-inner .about-section__faq-list li .faq-section__list-txt .a-mark {
  width: 30px;
  height: 30px;
  border: solid 2px #E3BD2F;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  margin: 0 10px 0 0;
}
.about-section__faq-inner .about-section__faq-list li .faq-section__list-txt .a-mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #E3BD2F;
}
.about-section__faq-inner .about-section__faq-list li .faq-section__list-txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .about-section__faq-inner .about-section__faq-list li .faq-section__list-txt p {
    font-size: 1.5rem;
  }
}
.about-section__faq-inner .btn-main {
  max-width: 200px;
  width: 100%;
}
.about-section__faq-inner .btn-main a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.about-section__faq-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about-section__faq-inner .btn-main a:hover {
    opacity: 1;
  }
}
.about-section__faq-inner .btn-main a {
  padding: 15px 40px 15px 15px;
  box-sizing: border-box;
  background: #1A1A1A;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-radius: 3rem;
}
.about-section__faq-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.about-section__faq-inner .btn-main.back a {
  padding: 15px 15px 15px 40px;
  text-align: right;
}
.about-section__faq-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_l.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.about-section__faq-inner .btn-main {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .about-section__faq-inner .btn-main {
    margin: 20px auto 0 auto;
  }
}

/*-------------ページが見つかりません-------------*/
.not-section {
  padding: 100px 10px 0 10px;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .not-section {
    padding: 50px 10px 0 10px;
  }
}
.not-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.not-section-inner .not-section__cont {
  padding: 100px 10px;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .not-section-inner .not-section__cont {
    padding: 50px 10px;
  }
}
.not-section-inner .not-section__cont {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .not-section-inner .not-section__cont {
    padding: 50px 20px;
  }
}
.not-section-inner .not-section__cont-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.not-section-inner .not-section__cont-inner p {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .not-section-inner .not-section__cont-inner p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.not-section-inner .not-section__cont-inner p > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.not-section-inner .not-section__cont-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .not-section-inner .not-section__cont-inner p > a:hover {
    opacity: 1;
  }
}
.not-section-inner .not-section__cont-inner p span {
  color: #EA6D94;
  font-weight: 600;
}
.not-section-inner .not-section__cont-inner p {
  text-align: center;
}
.not-section-inner .not-section__cont-inner p:last-child {
  margin: 0;
}
.not-section-inner .not-section__cont-inner .btn-main {
  max-width: 200px;
  width: 100%;
}
.not-section-inner .not-section__cont-inner .btn-main a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.not-section-inner .not-section__cont-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .not-section-inner .not-section__cont-inner .btn-main a:hover {
    opacity: 1;
  }
}
.not-section-inner .not-section__cont-inner .btn-main a {
  padding: 15px 40px 15px 15px;
  box-sizing: border-box;
  background: #1A1A1A;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  border-radius: 3rem;
}
.not-section-inner .not-section__cont-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_r.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.not-section-inner .not-section__cont-inner .btn-main.back a {
  padding: 15px 15px 15px 40px;
  text-align: right;
}
.not-section-inner .not-section__cont-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_btn_l.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.not-section-inner .not-section__cont-inner .btn-main {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .not-section-inner .not-section__cont-inner .btn-main {
    margin: 20px auto 0 auto;
  }
}

/*-------------固定ページ-------------*/
.page-section {
  padding: 100px 10px 0 10px;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .page-section {
    padding: 50px 10px 0 10px;
  }
}
.page-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.page-section-inner .page-section__cont {
  padding: 100px 10px;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .page-section-inner .page-section__cont {
    padding: 50px 10px;
  }
}
.page-section-inner .page-section__cont {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page-section-inner .page-section__cont {
    padding: 50px 20px;
  }
}
.page-section-inner .page-section__cont-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.page-section-inner .page-section__cont-inner h4 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.4;
  padding: 0 0 15px 0;
  margin: 40px 0 20px 0;
  border-bottom: dotted 2px #E3BD2F;
}
@media screen and (max-width: 768px) {
  .page-section-inner .page-section__cont-inner h4 {
    font-size: 1.8rem;
    margin: 30px 0 20px 0;
  }
}
.page-section-inner .page-section__cont-inner p {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .page-section-inner .page-section__cont-inner p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.page-section-inner .page-section__cont-inner p > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.page-section-inner .page-section__cont-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .page-section-inner .page-section__cont-inner p > a:hover {
    opacity: 1;
  }
}
.page-section-inner .page-section__cont-inner p span {
  color: #EA6D94;
  font-weight: 600;
}
.page-section-inner .page-section__cont-inner p:last-child {
  margin: 0;
}
.page-section-inner .page-section__cont-inner ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
@media screen and (max-width: 768px) {
  .page-section-inner .page-section__cont-inner ol {
    margin: 20px 0;
  }
}
.page-section-inner .page-section__cont-inner ol li {
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 2;
  position: relative;
}
.page-section-inner .page-section__cont-inner ol li > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.page-section-inner .page-section__cont-inner ol li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .page-section-inner .page-section__cont-inner ol li > a:hover {
    opacity: 1;
  }
}
.page-section-inner .page-section__cont-inner ol li span {
  font-weight: 600;
  color: #E3BD2F;
}
@media screen and (max-width: 830px) {
  .page-section-inner .page-section__cont-inner ol li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.page-section-inner .page-section__cont-inner ol li::before {
  position: absolute;
  left: 0;
  top: 6px;
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  background: #E3BD2F;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  border-radius: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  text-align: center;
}
.page-section-inner .page-section__cont-inner ol li:last-child {
  margin: 0;
}

/*-------------module-------------*/
/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------ヘッダー-------------*/
header .header-wrap {
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 15px 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  header .header-wrap {
    padding: 10px;
    flex-flow: column;
    align-items: flex-start;
  }
}
header .header-wrap.header-animation {
  transform: translateY(-100%);
}
header .header-wrap.header-fixed {
  transform: none;
}
header .header-wrap h1 {
  margin: 0 20px 0 0;
}
header .header-wrap h1 a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header .header-wrap h1 a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header-wrap h1 a:hover {
    opacity: 1;
  }
}
header .header-wrap h1 a {
  max-width: 248px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  header .header-wrap h1 a {
    max-width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap h1 a {
    max-width: 169px;
  }
}
header .header-wrap h1 a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-wrap__inner {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__inner {
    display: none;
    margin: 26px 0 0 0;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
    max-height: 427px;
  }
}
header .header-wrap__inner .header-wrap__info {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  order: 1;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__inner .header-wrap__info {
    flex-flow: column;
    margin: 20px 0 0 0;
  }
}
header .header-wrap__inner .header-wrap__info-tel {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  border-right: dotted 2px #E3BD2F;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__inner .header-wrap__info-tel {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-right: none;
    border-bottom: dotted 2px #E3BD2F;
  }
}
header .header-wrap__inner .header-wrap__info-tel .header-wrap__tel {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__inner .header-wrap__info-tel .header-wrap__tel {
    margin: 0 auto 10px auto;
  }
}
header .header-wrap__inner .header-wrap__info-tel .header-wrap__tel a {
  color: #1A1A1A;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header .header-wrap__inner .header-wrap__info-tel .header-wrap__tel a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__inner .header-wrap__info-tel .header-wrap__tel a:hover {
    opacity: 1;
  }
}
header .header-wrap__inner .header-wrap__info-tel .header-wrap__tel a {
  display: flex;
  align-items: center;
}
header .header-wrap__inner .header-wrap__info-tel .header-wrap__tel a h3 {
  padding: 2px 10px;
  box-sizing: border-box;
  border: solid 1px #1A1A1A;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  border-radius: 10rem;
  margin: 0 10px 0 0;
}
header .header-wrap__inner .header-wrap__info-tel .header-wrap__tel a .tel-txt {
  font-size: 3.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
header .header-wrap__inner .header-wrap__info-tel .reception-txt {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__inner .header-wrap__info-tel .reception-txt {
    text-align: center;
  }
}
header .header-wrap__inner .header-wrap__info-time-item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 5px 0;
}
header .header-wrap__inner .header-wrap__info-time-item:last-child {
  margin: 0;
}
header .header-wrap__inner .header-wrap__info-time-item h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 10px 0 0;
  width: 60px;
}
header .header-wrap__inner .header-wrap__info-time-item p {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
  flex: 1;
}
header .header-wrap__inner .header-wrap__nav {
  order: 2;
}
header .header-wrap__inner .header-wrap__nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__inner .header-wrap__nav-list {
    flex-flow: column;
  }
}
header .header-wrap__inner .header-wrap__nav-list li {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__inner .header-wrap__nav-list li {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
header .header-wrap__inner .header-wrap__nav-list li a {
  padding: 0 20px 0 0;
  border-right: solid 1px #D2D2D2;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header .header-wrap__inner .header-wrap__nav-list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__inner .header-wrap__nav-list li a:hover {
    opacity: 1;
  }
}
header .header-wrap__inner .header-wrap__nav-list li a {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #1A1A1A;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__inner .header-wrap__nav-list li a {
    font-size: 1.5rem;
    border-bottom: solid 1px #D2D2D2;
    border-right: none;
    padding: 0 0 15px 0;
  }
}
header .header-wrap__inner .header-wrap__nav-list li:last-child {
  margin: 0;
}
header .header-wrap__inner .header-wrap__nav-list li:last-child a {
  border-right: none;
}
header .header-wrap__menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  display: none;
}
@media screen and (max-width: 1100px) {
  header .header-wrap__menu {
    display: block;
  }
}
header .header-wrap__menu-icon {
  position: relative;
  background: #E3BD2F;
  cursor: pointer;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
}
header .header-wrap__menu-icon span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20px;
  height: 1px;
  background: #fff;
  width: 34%;
}
header .header-wrap__menu-icon span:nth-of-type(1) {
  top: 15px;
}
header .header-wrap__menu-icon span:nth-of-type(2) {
  top: 22px;
}
header .header-wrap__menu-icon span:nth-of-type(3) {
  top: 29px;
}
header .header-wrap__menu-icon.menu-icon-close span:nth-of-type(1) {
  top: 22px;
  transform: rotate(-45deg);
}
header .header-wrap__menu-icon.menu-icon-close span:nth-of-type(2) {
  top: 22px;
  transform: rotate(45deg);
}
header .header-wrap__menu-icon.menu-icon-close span:nth-of-type(3) {
  top: 22px;
  transform: rotate(45deg);
}
header .header-wrap__menu .en-txt {
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*-------------base-------------*/
/*-------------mixin-------------*/
.footer-contact-section {
  padding: 80px 20px;
  box-sizing: border-box;
  background: #F1DB85;
}
@media screen and (max-width: 768px) {
  .footer-contact-section {
    padding: 40px 10px;
  }
}
.footer-contact-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.footer-contact-section-inner .footer-contact-section__cont {
  padding: 80px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .footer-contact-section-inner .footer-contact-section__cont {
    padding: 40px 20px;
  }
}
.footer-contact-section-inner .footer-contact-section__cont-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__heading {
  text-align: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__heading {
    margin: 0 0 30px 0;
  }
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__heading .en-txt {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
  color: #E3BD2F;
  padding: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__heading .en-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  border: solid 1px #E3BD2F;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__heading h2,
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__heading h3 {
  font-size: 3.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__heading h2,
  .footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__heading h3 {
    font-size: 2.4rem;
  }
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__heading.bk-txt .en-txt {
  color: #1A1A1A;
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__heading.bk-txt .en-txt::before {
  border: solid 1px #1A1A1A;
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .tel-txt {
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .tel-txt {
    margin: 0 0 15px 0;
  }
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .tel-txt a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .tel-txt a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .tel-txt a:hover {
    opacity: 1;
  }
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .tel-txt a {
  padding: 0 0 0 25px;
  font-size: 4.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #E3BD2F;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .tel-txt a {
    font-size: 4rem;
  }
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .tel-txt a::before {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_tel_y.svg);
  background-size: 18px;
  width: 18px;
  height: 24px;
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .reception-txt {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .reception-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .reception-txt > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .reception-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .reception-txt > a:hover {
    opacity: 1;
  }
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .reception-txt span {
  color: #EA6D94;
  font-weight: 600;
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .reception-txt {
  text-align: center;
}
.footer-contact-section-inner .footer-contact-section__cont-inner .footer-contact-section__cont-txt .reception-txt:last-child {
  margin: 0;
}

footer {
  padding: 80px 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 20px;
  }
}
footer .page-top {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  footer .page-top {
    top: -20px;
  }
}
footer .page-top a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .page-top a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .page-top a:hover {
    opacity: 1;
  }
}
footer .page-top a {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .page-top a {
    width: 40px;
    height: 40px;
  }
}
footer .page-top a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #F1DB85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  footer .page-top a::after {
    width: 25px;
    height: 25px;
  }
}
footer .page-top a img {
  max-width: 16px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  footer .page-top a img {
    max-width: 12px;
  }
}
footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    flex-flow: column;
  }
}
footer .footer-inner__txt {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__txt {
    margin: 0 0 40px 0;
  }
}
footer .footer-inner__txt h1 {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__txt h1 {
    margin: 0 0 20px 0;
  }
}
footer .footer-inner__txt h1 a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-inner__txt h1 a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner__txt h1 a:hover {
    opacity: 1;
  }
}
footer .footer-inner__txt h1 a {
  max-width: 370px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__txt h1 a {
    max-width: 240px;
  }
}
footer .footer-inner__txt h1 a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-inner__txt .address-txt {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__txt .address-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
footer .footer-inner__txt .address-txt > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
footer .footer-inner__txt .address-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner__txt .address-txt > a:hover {
    opacity: 1;
  }
}
footer .footer-inner__txt .address-txt span {
  color: #EA6D94;
  font-weight: 600;
}
footer .footer-inner__txt .address-txt {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__txt .address-txt {
    margin: 0 0 20px 0;
  }
}
footer .footer-inner__txt-tel {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: dotted 2px #E3BD2F;
}
footer .footer-inner__txt-tel .footer-inner__txt__tel {
  margin: 0 0 15px 0;
}
footer .footer-inner__txt-tel .footer-inner__txt__tel a {
  color: #1A1A1A;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-inner__txt-tel .footer-inner__txt__tel a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner__txt-tel .footer-inner__txt__tel a:hover {
    opacity: 1;
  }
}
footer .footer-inner__txt-tel .footer-inner__txt__tel a {
  display: flex;
  align-items: center;
}
footer .footer-inner__txt-tel .footer-inner__txt__tel a h3 {
  padding: 2px 10px;
  box-sizing: border-box;
  border: solid 1px #1A1A1A;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  border-radius: 10rem;
  margin: 0 10px 0 0;
}
footer .footer-inner__txt-tel .footer-inner__txt__tel a .tel-txt {
  font-size: 3.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
footer .footer-inner__txt-tel .reception-txt {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__txt-tel .reception-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
footer .footer-inner__txt-tel .reception-txt > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
footer .footer-inner__txt-tel .reception-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner__txt-tel .reception-txt > a:hover {
    opacity: 1;
  }
}
footer .footer-inner__txt-tel .reception-txt span {
  color: #EA6D94;
  font-weight: 600;
}
footer .footer-inner__txt-tel .reception-txt:last-child {
  margin: 0;
}
footer .footer-inner__txt-time-item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px 0;
}
footer .footer-inner__txt-time-item:last-child {
  margin: 0;
}
footer .footer-inner__txt-time-item h3 {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__txt-time-item h3 {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
footer .footer-inner__txt-time-item h3 > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
footer .footer-inner__txt-time-item h3 > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner__txt-time-item h3 > a:hover {
    opacity: 1;
  }
}
footer .footer-inner__txt-time-item h3 span {
  color: #EA6D94;
  font-weight: 600;
}
footer .footer-inner__txt-time-item h3 {
  margin: 0 15px 0 0;
  width: 70px;
}
footer .footer-inner__txt-time-item h3:last-child {
  margin: 0;
}
footer .footer-inner__txt-time-item p {
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__txt-time-item p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
footer .footer-inner__txt-time-item p > a {
  color: #E3BD2F;
  transition: all 0.3s;
}
footer .footer-inner__txt-time-item p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner__txt-time-item p > a:hover {
    opacity: 1;
  }
}
footer .footer-inner__txt-time-item p span {
  color: #EA6D94;
  font-weight: 600;
}
footer .footer-inner__txt-time-item p {
  flex: 1;
}
footer .footer-inner__txt-time-item p:last-child {
  margin: 0;
}
footer .footer-inner__nav {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__nav {
    max-width: 100%;
  }
}
footer .footer-inner__nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-inner__nav-list li {
  width: 46%;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__nav-list li {
    width: 100%;
  }
}
footer .footer-inner__nav-list li:nth-of-type(1) a {
  border-top: dotted 2px #E3BD2F;
}
footer .footer-inner__nav-list li:nth-of-type(2) a {
  border-top: dotted 2px #E3BD2F;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__nav-list li:nth-of-type(2) a {
    border-top: none;
  }
}
footer .footer-inner__nav-list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-inner__nav-list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner__nav-list li a:hover {
    opacity: 1;
  }
}
footer .footer-inner__nav-list li a {
  padding: 15px 0;
  font-size: 1.8rem;
  font-family: "Kiwi Maru", serif;
  line-height: 1.2;
  font-weight: 500;
  color: #1A1A1A;
  border-bottom: dotted 2px #E3BD2F;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__nav-list li a {
    font-size: 1.5rem;
  }
}
footer .footer-inner__nav-list li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r.svg);
  background-size: 10px;
  width: 10px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-inner__nav .copy-txt {
  margin: 0;
  text-align: right;
  font-size: 1.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #D2D2D2;
}
@media screen and (max-width: 768px) {
  footer .footer-inner__nav .copy-txt {
    margin: 20px 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */