@charset "UTF-8";
/*
Theme Name: theme20240820
Author: the WordPress team
Description: theme20240820~~
Version: 1.0
*/
html {
  font-size: 62.5%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-feature-settings: "palt";
  width: 100%;
}

*, :before, :after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  width: 100%;
  height: auto;
}

nav ul {
  list-style: none;
}

blockquote, q {
  -webkit-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: bottom;
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, span, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  vertical-align: initial;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: 300;
  text-align: left;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

a[href^="tel:"] {
  color: #fff;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.ad__arrow::after {
  transition: ease 0.2s;
}
@media screen and (min-width: 1040px) {
  .ad__arrow:hover::after {
    animation: arrow 0.5s;
    animation-delay: 0.3s;
  }
}

.slick-prev, .slick-next {
  transition: ease 0.2s;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 0.8;
}
.slick-prev::before, .slick-next::before {
  transition: ease 0.2s;
}
@media screen and (min-width: 1040px) {
  .slick-prev:hover::before, .slick-next:hover::before {
    animation: arrow 0.5s;
    animation-delay: 0.3s;
  }
}

@media screen and (min-width: 1040px) {
  .slick-prev:hover::before {
    animation: arrow2 0.5s;
    animation-delay: 0.3s;
  }
}

.bg__left {
  transition: ease 0.2s;
  overflow: hidden;
  position: relative;
}
.bg__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #7E785E;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.bg__left:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.text__button, .text__link {
  transition: ease 0.2s;
}
.text__button:hover, .text__link:hover {
  color: #5D5A3C;
  border-color: #5D5A3C;
}

.text__link {
  transition: ease 0.2s;
}
@media screen and (min-width: 1040px) {
  .text__link:hover {
    color: #5D5A3C;
    border-color: #5D5A3C;
  }
}

@keyframes arrow {
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow2 {
  50% {
    transform: scale(-1, 1) translateX(3px);
  }
  100% {
    transform: scale(-1, 1) translateX(0);
  }
}
.menu__contents .menu__item {
  transition: ease 1.4s;
}
@media screen and (min-width: 1040px) {
  .menu__contents .menu__item:hover {
    transform: scale(1.02);
  }
}

@media screen and (min-width: 1040px) {
  .cta__campaign__wrap .menu__item > a:hover {
    transform: scale(1.02);
    filter: brightness(150%);
  }
}

.header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-left {
  transform: translate(-20px, 0);
}
.fadein.fadein-right {
  transform: translate(20px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -5px);
}
.fadein.fadein-bottom {
  transform: translate(0, 20px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.lead.fadein {
  transition: transform 2s;
}

.tab__contents__area {
  position: relative;
}

.tab__contents__inner {
  display: none;
  opacity: 0;
  background: #fff;
}
.tab__contents__inner.is-active {
  display: block;
  animation-name: displayAnime;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}

.splash__content {
  transform-origin: left;
  height: 1px;
  background-color: #9B9473;
  animation: progress 2s normal;
  animation-fill-mode: forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.splashbg {
  display: none;
}

.load__content {
  opacity: 0;
}

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #9B9473;
  animation-name: PageAnime;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
body.appear .load__content {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hnb__button.active span:nth-of-type(1) {
  top: 20px;
  left: 10px;
  transform: translateY(5px) rotate(-45deg);
  width: 60%;
}
.hnb__button.active span:nth-of-type(2) {
  top: 32px;
  left: 10px;
  transform: translateY(-7px) rotate(45deg);
  width: 60%;
}

.border__anime > a {
  position: relative;
  transition: all 0.5s ease;
}
.border__anime > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5D5A3C;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
@media screen and (min-width: 1040px) {
  .border__anime > a:hover {
    opacity: 0.7;
  }
  .border__anime > a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.border__anime-li {
  position: relative;
  transition: all 0.5s ease;
}
.border__anime-li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5D5A3C;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
@media screen and (min-width: 1040px) {
  .border__anime-li:hover {
    opacity: 0.7;
  }
  .border__anime-li:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}

html.scroll-prevent {
  overflow: hidden;
}

@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translate(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.topLeftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.topSlideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.topSlideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.campaign__list .img {
  transition: all 0.3s;
}
@media screen and (min-width: 1040px) {
  .campaign__list .img:hover {
    opacity: 0.6;
  }
}

.fixed__button__area {
  transition: 1s;
}

.cta__button {
  transition: all 0.3s;
}
.cta__button:hover {
  opacity: 0.6;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-padding-top: 15rem;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 0.52vw;
  }
}
@media screen and (max-width: 1040px) {
  html {
    font-size: 2.325vw;
    scroll-padding-top: 9rem;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 2.325vw;
    scroll-padding-top: 10rem;
  }
}

body {
  font-weight: 500;
  color: #393627;
  letter-spacing: 0.08rem;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  background-color: #fff;
}

.top__outline {
  max-width: 1280px;
  margin: auto;
  width: 128rem;
}
@media screen and (max-width: 1040px) {
  .top__outline {
    width: 35rem;
  }
}
@media screen and (max-width: 540px) {
  .top__outline {
    width: 35rem;
  }
}

.under__md__outline {
  max-width: 1000px;
  margin: auto;
  width: 100rem;
  min-width: 800px;
}
@media screen and (max-width: 1040px) {
  .under__md__outline {
    width: 35rem;
    margin: 0 auto 7rem;
    min-width: auto;
  }
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", serif;
}

.sns__button {
  background-color: #9B9473;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 1.2rem;
  display: block;
}
.sns__button img {
  display: block;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .sns__button {
    width: 1.6rem;
    height: 1.6rem;
    padding: 0.45rem;
  }
}
@media screen and (max-width: 540px) {
  .sns__button {
    width: 3.6rem;
    height: 3.6rem;
    padding: 1rem;
  }
}

.button {
  background-color: #9B9473;
  display: block;
  border-radius: 0.8rem;
  position: relative;
  padding: 2rem;
  letter-spacing: 0.08rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  .button {
    border-radius: 0.2rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .button {
    border-radius: 0.6rem;
    padding: 2rem;
  }
}
.button span {
  display: block;
  font-size: 15px;
  font-size: max(1.5rem, 13px);
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .button span {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 540px) {
  .button span {
    font-size: 1.2rem;
  }
}

.ad__arrow {
  position: relative;
}
.ad__arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 5px;
  background-image: url(./img/icon-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .ad__arrow::after {
    right: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .ad__arrow::after {
    right: 1rem;
  }
}

.text__button__wrap {
  text-align: right;
  margin-bottom: 2.4rem;
}
.text__button__wrap.pc-block {
  display: block;
}
@media screen and (max-width: 1040px) {
  .text__button__wrap.pc-block {
    display: none;
  }
}
.text__button__wrap.sp-block {
  display: none;
}
@media screen and (max-width: 1040px) {
  .text__button__wrap.sp-block {
    display: block;
    margin-bottom: 0;
  }
}

.text__button {
  font-size: 2rem;
  font-size: max(1.8rem, 13px);
  color: #8A8659;
  border-bottom: 2px solid #8A8659;
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .text__button {
    font-size: 0.8rem;
    border-width: 1px;
  }
}
@media screen and (max-width: 540px) {
  .text__button {
    font-size: 1.4rem;
  }
}

.radius-left {
  border-top-left-radius: 20rem;
}
@media screen and (max-width: 1040px) {
  .radius-left {
    border-top-left-radius: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .radius-left {
    border-top-left-radius: 5rem;
  }
}

.radius-right {
  border-top-right-radius: 20rem;
}
@media screen and (max-width: 1040px) {
  .radius-right {
    border-top-right-radius: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .radius-right {
    border-top-right-radius: 5rem;
  }
}

.head-en {
  font-size: 8rem;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 1040px) {
  .head-en {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 540px) {
  .head-en {
    font-size: 4rem;
  }
}

.head-ja {
  font-size: 2rem;
  font-size: max(2rem, 14px);
  font-weight: 600;
  color: #9B9473;
  display: block;
}
@media screen and (max-width: 1040px) {
  .head-ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .head-ja {
    font-size: 1.4rem;
  }
}

.bg__gray1 {
  background-color: #F6F6F6;
}

.bg__wht {
  background-color: #fff;
}

.page__hero__wrapper {
  padding: 18.8rem 0 12rem;
}
@media screen and (max-width: 1040px) {
  .page__hero__wrapper {
    padding: 9rem 0 4rem;
  }
}
@media screen and (max-width: 540px) {
  .page__hero__wrapper {
    padding: 13rem 0 4rem;
  }
}
.page__hero__wrapper .cat__title {
  font-size: 4rem;
  padding-top: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 1040px) {
  .page__hero__wrapper .cat__title {
    font-size: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__hero__wrapper .cat__title {
    font-size: 2rem;
    padding-top: 1.5rem;
  }
}

.pankuzu {
  margin-bottom: 12rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .pankuzu {
    display: none;
  }
}
.pankuzu a, .pankuzu span {
  font-size: 1.5rem;
  font-size: max(1.5rem, 12px);
}
.pankuzu a {
  color: #8A8659;
  display: flex;
  align-items: center;
}
.pankuzu a::after {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 1px;
  background-color: #C7C7C5;
  margin: 0 0.5rem;
}
@media screen and (max-width: 1040px) {
  .pankuzu a::after {
    width: 0.7rem;
    margin: 0.4rem;
  }
}
@media screen and (max-width: 540px) {
  .pankuzu a::after {
    width: 2rem;
    margin: 1rem;
  }
}
.pankuzu span {
  color: #393627;
}

main {
  font-size: max(2rem, 16px);
}
@media screen and (max-width: 1040px) {
  main {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  main {
    font-size: 1.4rem;
  }
}

.header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  top: 0;
  left: 0;
  max-width: 100vw;
}
.header > .inner {
  padding: 2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
}
@media screen and (max-width: 1040px) {
  .header > .inner {
    padding: 0.5rem 1rem;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .header > .inner {
    padding: 1rem 1.4rem;
  }
}

.header__logo {
  max-width: 260px;
  width: 26rem;
}
@media screen and (max-width: 1040px) {
  .header__logo {
    width: 8rem;
  }
}
@media screen and (max-width: 540px) {
  .header__logo {
    width: 15rem;
  }
}
.header__logo > a {
  display: block;
}

.header__button__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.header__button__wrap .cta__button, .header__button__wrap .instagram {
  margin: 0 1rem;
}
@media screen and (max-width: 1040px) {
  .header__button__wrap .cta__button, .header__button__wrap .instagram {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 540px) {
  .header__button__wrap .cta__button, .header__button__wrap .instagram {
    margin: 0;
  }
}
.header__button__wrap .cta__button {
  max-width: 215px;
  width: 21.5rem;
  min-width: 180px;
}
@media screen and (max-width: 540px) {
  .header__button__wrap .cta__button {
    display: none;
  }
}

.header__hnb__menu {
  background-color: #fff;
  position: fixed;
  left: -120%;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.header__hnb__menu.active {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.header__hnb__menu.active .nav__container::before {
  animation: showMask 0.8s forwards;
}
.header__hnb__menu .nav__container {
  background-color: #9B9473;
  margin-top: 10rem;
  height: 100%;
  padding: 10rem 20rem 20rem;
  overflow: scroll;
}
@media screen and (max-width: 1040px) {
  .header__hnb__menu .nav__container {
    align-items: flex-start;
    padding: 5rem 5rem 24rem;
    height: 100%;
  }
}
.header__hnb__menu .nav__container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 10rem;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 1040px) {
  .header__hnb__menu .nav__container::before {
    top: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .header__hnb__menu .nav__container::before {
    top: max(6rem, 68px);
  }
}
@media screen and (max-width: 1040px) {
  .header__hnb__menu .nav__top .accordion {
    margin-bottom: 1rem;
  }
}
.header__hnb__menu .nav__top .accordion.close .title::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 1040px) {
  .header__hnb__menu .nav__top .nav__list {
    width: 100%;
  }
}
.header__hnb__menu .nav__top .title {
  font-size: max(2rem, 14px);
  font-weight: 700;
  color: #fff;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 3rem;
  background-color: #7E785E;
  transition: all 0.3s;
}
@media screen and (max-width: 1040px) {
  .header__hnb__menu .nav__top .title {
    font-size: 0.9rem;
    padding: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .header__hnb__menu .nav__top .title {
    font-size: 1.6rem;
    padding: 2rem;
  }
}
.header__hnb__menu .nav__top .title:hover {
  opacity: 0.7;
}
.header__hnb__menu .nav__top .title::after {
  content: "";
  display: block;
  color: #fff;
  background-image: url(./img/icon-arr-hoso.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 540px) {
  .header__hnb__menu .nav__top .title::after {
    width: 1.5rem;
    height: 0.7rem;
  }
}
.header__hnb__menu .nav__top .p-title {
  font-size: max(2.2rem, 16px);
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1040px) {
  .header__hnb__menu .nav__top .p-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .header__hnb__menu .nav__top .p-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.header__hnb__menu .nav__top .menu__price__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .header__hnb__menu .nav__top .menu__price__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
}
.header__hnb__menu .nav__top .menu__price__list .nav__list {
  border: 1px solid #B7B297;
}
.header__hnb__menu .acco__content {
  display: none;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .header__hnb__menu .acco__content {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .header__hnb__menu .acco__content {
    padding-bottom: 2rem;
  }
}
.header__hnb__menu .acco__item {
  padding: 0 3rem;
}
@media screen and (max-width: 1040px) {
  .header__hnb__menu .acco__item {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 540px) {
  .header__hnb__menu .acco__item {
    padding: 0 2rem;
  }
}
.header__hnb__menu .nav__middle {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #B7B297;
}
.header__hnb__menu .nav__list {
  width: 48%;
}
.header__hnb__menu .nav__list a {
  display: block;
  padding: 3rem 0;
  font-size: max(2rem, 14px);
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #B7B297;
}
@media screen and (max-width: 1040px) {
  .header__hnb__menu .nav__list a {
    font-size: 0.9rem;
    padding: 1rem 0;
    margin: 0;
  }
}
@media screen and (max-width: 540px) {
  .header__hnb__menu .nav__list a {
    font-size: 1.5rem;
    padding: 2rem 0;
  }
}

.hnb__button {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.hnb__button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 2px;
  background-color: #393627;
}
.hnb__button span:nth-of-type(1) {
  top: 20px;
  width: 60%;
}
.hnb__button span:nth-of-type(2) {
  top: 29px;
  width: 40%;
}

.header__info {
  margin-top: 5rem;
  padding: 10rem 0;
  border-top: 1px solid #B7B297;
}
@media screen and (max-width: 1040px) {
  .header__info {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.header__info .logo {
  width: 50rem;
  margin: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .header__info .logo {
    width: 18rem;
    margin-bottom: 2rem;
  }
}
.header__info .text {
  font-size: max(2.5rem, 18px);
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .header__info .text {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .header__info .text {
    font-size: 1.8rem;
  }
}
.header__info .address {
  font-size: max(2rem, 14px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .header__info .address {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .header__info .address {
    font-size: 1.4rem;
  }
}
.header__info .address span {
  display: inline-block;
  margin-right: 1rem;
}

.kv__wrapper {
  height: 100%;
}
.kv__wrapper > .inner {
  position: relative;
  height: 100%;
}

.slick-list, .slick-track {
  height: 100%;
}

.kv__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 1040px) {
  .kv__text {
    padding: 0 0 3rem;
    margin: auto;
  }
}
@media screen and (max-width: 540px) {
  .kv__text {
    padding: 0 0 3.4rem;
    margin: auto;
  }
}
.kv__text .lead {
  font-size: 3.8rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .kv__text .lead {
    font-size: 1rem;
    letter-spacing: 0.3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .kv__text .lead {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.kv__text .lead::before, .kv__text .lead::after {
  content: "";
  display: inline-block;
  width: 20rem;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .kv__text .lead::before, .kv__text .lead::after {
    width: 10rem;
  }
}
@media screen and (max-width: 540px) {
  .kv__text .lead::before, .kv__text .lead::after {
    width: 11rem;
  }
}
.kv__text .lead::before {
  margin-right: 2rem;
}
@media screen and (max-width: 1040px) {
  .kv__text .lead::before {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 540px) {
  .kv__text .lead::before {
    margin-right: 0.8rem;
  }
}
.kv__text .lead::after {
  margin-left: 2rem;
}
@media screen and (max-width: 1040px) {
  .kv__text .lead::after {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 540px) {
  .kv__text .lead::after {
    margin-left: 0.8rem;
  }
}
.kv__text .head2 {
  font-size: 7.6rem;
  line-height: 1.7;
  letter-spacing: 1.3rem;
  font-weight: 300;
}
@media screen and (max-width: 1040px) {
  .kv__text .head2 {
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .kv__text .head2 {
    font-size: 3rem;
    line-height: 1.9;
  }
}
.kv__text .head2.sp-block {
  display: none;
}
@media screen and (max-width: 1040px) {
  .kv__text .head2.sp-block {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .kv__text .head2.pc-block {
    display: none;
  }
}
.kv__text .head2 .text-bold {
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .kv__text .head2 .text-bold {
    font-size: 3.4rem;
  }
}
.kv__text .lead01 {
  font-size: 4.6rem;
}
@media screen and (max-width: 1040px) {
  .kv__text .lead01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .kv__text .lead01 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
  }
}

.kv__img {
  width: 100%;
  height: 100%;
}
.kv__img .sp__slide {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1040px) {
  .kv__img .sp__slide {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.kv__img .item {
  width: 50vw;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
@media screen and (max-width: 1040px) {
  .kv__img .item {
    width: 100%;
  }
}
.kv__img .item01 {
  background-image: url(./img/fv01.jpg);
}
@media screen and (max-width: 1040px) {
  .kv__img .item01 {
    background-image: url(./img/fv01-sp.jpg);
  }
}
.kv__img .item02 {
  background-image: url(./img/fv02.jpg);
}
@media screen and (max-width: 1040px) {
  .kv__img .item02 {
    background-image: url(./img/fv02-sp.jpg);
  }
}

.top__section__blog > .inner {
  padding: 23.5rem 0 25rem;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .top__section__blog > .inner {
    padding: 5rem 0 2rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__blog > .inner {
    padding: 6rem 0 3rem;
  }
}
.top__section__blog .img__bg {
  background-image: url(./img/blog-img.jpg);
  background-size: cover;
  background-position: center;
  width: 70rem;
  height: 92rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1366px) {
  .top__section__blog .img__bg {
    min-width: auto;
  }
}
@media screen and (max-width: 1040px) {
  .top__section__blog .img__bg {
    width: 40vw;
    height: 53vw;
  }
}
@media screen and (max-width: 1040px) {
  .top__section__blog .img__bg {
    position: inherit;
    background-image: url(./img/blog-img-sp.jpg);
    width: 24.5rem;
    height: 30.7rem;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 540px) {
  .top__section__blog .img__bg {
    position: inherit;
    background-image: url(./img/blog-img-sp.jpg);
    width: 24.5rem;
    height: 30.7rem;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1040px) {
  .top__section__blog .blog__outline {
    width: 100%;
    width: 35rem;
    padding: 0;
    position: relative;
    top: -5rem;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .top__section__blog .blog__outline {
    width: 35rem;
  }
}

@media screen and (max-width: 1040px) {
  .blog__outline {
    width: 100%;
    width: 35rem;
    padding: 0;
    position: relative;
    top: -5rem;
  }
}
@media screen and (max-width: 540px) {
  .blog__outline {
    width: 35rem;
  }
}

.blog__container {
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1040px) {
  .blog__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.blog__container .head3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .blog__container .head3 {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 540px) {
  .blog__container .head3 {
    margin-bottom: 3.4rem;
  }
}

.blog__contents {
  max-width: 800px;
  width: 80rem;
}
@media screen and (max-width: 1040px) {
  .blog__contents {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1040px) {
  .blog__list {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .blog__list {
    margin-bottom: 2.8rem;
  }
}
.blog__list .item {
  border-bottom: 1px solid #D6D6D6;
  padding: 2.8rem 2rem;
}
@media screen and (max-width: 1040px) {
  .blog__list .item {
    padding: 1.4rem 1rem 1.4rem;
  }
}
@media screen and (max-width: 540px) {
  .blog__list .item {
    padding: 2.8rem 1rem 3rem;
  }
}
.blog__list .item:first-of-type {
  border-top: 1px solid #D6D6D6;
}
.blog__list .blog__article {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 540px) {
  .blog__list .blog__article {
    align-items: flex-start;
  }
}
.blog__list .thumb {
  max-width: 25rem;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .blog__list .thumb {
    width: 11rem;
  }
}
@media screen and (max-width: 540px) {
  .blog__list .thumb {
    width: 12rem;
  }
}

.blog__meta {
  display: flex;
  align-items: center;
}
.blog__meta .blog__date {
  font-size: 1.8rem;
  font-size: max(1.8rem, 12px);
  display: flex;
  align-items: center;
  color: #393627;
}
@media screen and (max-width: 1040px) {
  .blog__meta .blog__date {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .blog__meta .blog__date {
    font-size: 1.3rem;
  }
}
.blog__meta .blog__category {
  font-size: 1.8rem;
  font-size: max(1.8rem, 12px);
  color: #393627;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .blog__meta .blog__category {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .blog__meta .blog__category {
    font-size: 1.3rem;
  }
}
.blog__meta .blog__category::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background-color: #C9C9C9;
  margin: 0 1rem;
}
@media screen and (max-width: 1040px) {
  .blog__meta .blog__category::before {
    width: 0.7rem;
    margin: 0.4rem;
  }
}
@media screen and (max-width: 540px) {
  .blog__meta .blog__category::before {
    width: 1.6rem;
    margin: 0.7rem;
  }
}

.blog__text__area {
  margin-left: 3.4rem;
}
@media screen and (max-width: 1040px) {
  .blog__text__area {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .blog__text__area {
    margin-left: 2rem;
  }
}
.blog__text__area .head4 {
  font-size: 2.2rem;
  font-size: max(2.2rem, 15px);
  font-weight: 600;
  color: #393627;
  margin: 2rem 0 2.6rem;
}
@media screen and (max-width: 1040px) {
  .blog__text__area .head4 {
    font-size: 1.1rem;
    margin: 0.3rem 0 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .blog__text__area .head4 {
    font-size: 1.5rem;
    margin: 0.5rem 0 0.8rem;
  }
}
.blog__text__area .card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tag__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.tag__list li {
  display: inline-block;
}
.tag__list a {
  display: inline-block;
  border: 1px solid #989898;
  border-radius: 0.4rem;
  margin: 0.4rem;
  color: #393627;
  padding: 0.2rem 0.7rem;
  font-size: 1.6rem;
  font-size: max(1.6rem, 11px);
}
@media screen and (max-width: 1040px) {
  .tag__list a {
    font-size: 0.6rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.1rem;
    margin: 0.1rem;
  }
}
@media screen and (max-width: 540px) {
  .tag__list a {
    font-size: 1.1rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
    margin: 0.3rem;
  }
}

.section__menu {
  position: relative;
}
.section__menu > .inner {
  padding: 10rem 0;
}
@media screen and (max-width: 1040px) {
  .section__menu > .inner {
    padding: 3rem 0;
    width: 35rem;
    margin: auto;
  }
}
@media screen and (max-width: 540px) {
  .section__menu > .inner {
    padding: 4rem 0 3rem;
    width: 36rem;
  }
}
.section__menu .head3 {
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .section__menu .head3 {
    margin-bottom: 1rem;
  }
}
.section__menu .head3 .head-en {
  text-align: center;
}
.section__menu .head3 .head-ja {
  text-align: center;
}
.menu__contents {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.menu__contents .menu__item {
  width: 79rem;
  border: 1px solid #C9C9C9;
  margin: 4rem;
}
@media screen and (max-width: 1040px) {
  .menu__contents .menu__item {
    margin: 1rem;
  }
}
.menu__contents .menu__item > a {
  height: 100%;
  padding: 6.5rem 8.4rem 4rem;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .menu__contents .menu__item > a {
    padding: 1rem 1.5rem;
  }
}
.menu__contents .menu__item .img {
  opacity: 0.7;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .menu__contents .menu__item .img {
    margin-bottom: 1rem;
  }
}
.menu__contents .menu__item.chiro .img {
  width: 33rem;
}
@media screen and (max-width: 1040px) {
  .menu__contents .menu__item.chiro .img {
    width: 8.5rem;
  }
}
@media screen and (max-width: 540px) {
  .menu__contents .menu__item.chiro .img {
    width: 6.6rem;
  }
}
.menu__contents .menu__item.beauty .img {
  width: 38.6rem;
}
@media screen and (max-width: 1040px) {
  .menu__contents .menu__item.beauty .img {
    width: 10rem;
  }
}
@media screen and (max-width: 540px) {
  .menu__contents .menu__item.beauty .img {
    width: 8.3rem;
  }
}
.menu__contents .head4 {
  position: relative;
  width: 100%;
  background-color: #393627;
  padding: 3.5rem 3rem;
  border-radius: 3rem;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .menu__contents .head4 {
    padding: 1rem 0.5rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .menu__contents .head4 {
    padding: 0.8rem 0.5rem;
    border-radius: 0.6rem;
  }
}
.menu__contents .head4::after {
  width: 3.3rem;
  height: 1.5rem;
  right: 0;
  background-image: url(./img/icon-arrow.svg);
  right: 3rem;
}
@media screen and (max-width: 1920px) {
  .menu__contents .head4::after {
    width: clamp(2rem, 1.71875vw, 3.3rem);
    height: clamp(1rem, 0.78125vw, 1.5rem);
  }
}
@media screen and (max-width: 1040px) {
  .menu__contents .head4::after {
    width: 1.2rem;
    height: 0.4rem;
    right: 10px;
  }
}
@media screen and (max-width: 540px) {
  .menu__contents .head4::after {
    width: 1.2rem;
    height: 0.6rem;
    right: 5px;
  }
}
.menu__contents .head4 > span {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .menu__contents .head4 > span {
    font-size: 1.2rem;
    position: relative;
    left: -10px;
  }
}
@media screen and (max-width: 540px) {
  .menu__contents .head4 > span {
    font-size: 1.5rem;
    left: -5px;
  }
}

.top__section__doctor > .inner {
  padding-top: 14.6rem;
}
@media screen and (max-width: 1040px) {
  .top__section__doctor > .inner {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__doctor > .inner {
    padding-top: 8rem;
  }
}
.top__section__doctor .tit__area {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1040px) {
  .top__section__doctor .tit__area {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__doctor .tit__area {
    margin-bottom: 5.2rem;
  }
}
.top__section__doctor .tit__area .head3 {
  font-size: 4rem;
  font-size: max(4rem, 26px);
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .top__section__doctor .tit__area .head3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__doctor .tit__area .head3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}
.top__section__doctor .tit__area .lead {
  font-size: 1.8rem;
  font-size: max(1.8rem, 14px);
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .top__section__doctor .tit__area .lead {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__doctor .tit__area .lead {
    font-size: 1.3rem;
  }
}

.doctor__voice {
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  justify-content: space-between;
  padding: 8.4rem 2rem;
}
@media screen and (max-width: 1040px) {
  .doctor__voice {
    padding: 3rem 1rem 5rem;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .doctor__voice {
    padding: 4.2rem 1rem 6rem;
  }
}
.doctor__voice:first-of-type {
  border-top: 1px solid #D6D6D6;
}
.doctor__voice .text__area {
  width: 85.8rem;
}
@media screen and (max-width: 1040px) {
  .doctor__voice .text__area {
    max-width: 100%;
    min-width: auto;
  }
}
.doctor__voice .text__area .head4 {
  font-size: max(2.5rem, 20px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .doctor__voice .text__area .head4 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .doctor__voice .text__area .head4 {
    font-size: 1.8rem;
    margin-bottom: 2.6rem;
  }
}
.doctor__voice .text__area .text {
  font-size: 1.8rem;
  font-size: max(1.8rem, 13px);
  line-height: 1.9;
}
@media screen and (max-width: 1040px) {
  .doctor__voice .text__area .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .doctor__voice .text__area .text {
    font-size: 1.5rem;
  }
}

.doctor__info {
  max-width: 310px;
}
@media screen and (max-width: 1040px) {
  .doctor__info {
    margin-bottom: 2rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .doctor__info {
    margin-bottom: 5rem;
  }
}
.doctor__info .career p {
  font-size: 1.6rem;
  font-size: max(1.6rem, 11px);
  font-weight: 500;
  color: #676456;
  line-height: 1.7;
}
@media screen and (max-width: 1040px) {
  .doctor__info .career p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .doctor__info .career p {
    font-size: 1.4rem;
  }
}
.doctor__info .career .partner__link {
  color: #393627;
  font-weight: 600;
}
.doctor__info .career .partner__link > span {
  display: block;
}
.doctor__info .career .partner__link a {
  display: block;
  color: #8A8659;
  text-decoration: underline;
  transition: all 0.3s;
}
.doctor__info .career .partner__link a:hover {
  opacity: 0.7;
}

.doctor__head {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .doctor__head {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .doctor__head {
    margin-bottom: 2rem;
  }
}
.doctor__head .doctor__img {
  width: 30rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1040px) {
  .doctor__head .doctor__img {
    width: 10rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .doctor__head .doctor__img {
    width: 15rem;
  }
}
.doctor__head .doctor__name {
  font-size: max(3rem, 20px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .doctor__head .doctor__name {
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .doctor__head .doctor__name {
    font-size: 1.8rem;
  }
}

.top__section__partner > .inner {
  padding: 17.8rem 0 38rem;
}
@media screen and (max-width: 1040px) {
  .top__section__partner > .inner {
    padding: 5rem 0 4rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__partner > .inner {
    padding: 8.8rem 0 5rem;
  }
}

.partner__container {
  position: relative;
}
@media screen and (max-width: 1040px) {
  .partner__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.partner__container .img__bg__wrap {
  background-image: url(./img/partner-img01.jpg);
  background-size: cover;
  background-position: center;
  width: 36.45vw;
  width: 70rem;
  height: 645px;
  height: 64.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1040px) {
  .partner__container .img__bg__wrap {
    background: none;
    position: relative;
    width: 35rem;
    margin: 0 auto 8.1rem;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .partner__container .img__bg__wrap {
    margin: 0 auto 9.1rem;
  }
}
@media screen and (max-width: 1040px) {
  .partner__container .img__bg01 {
    background-image: url(./img/partner-img01-sp.jpg);
    background-size: cover;
    background-position: center;
    width: 24.5rem;
    height: 24.4rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 1040px) {
  .partner__container .img__bg02 {
    background-image: url(./img/partner-img02-sp.jpg);
    background-size: cover;
    background-position: center;
    width: 20.4rem;
    height: 10.2rem;
    position: absolute;
    bottom: -5.1rem;
    left: 0;
  }
}

.partner__contents {
  max-width: 768px;
  width: 76.8rem;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  .partner__contents {
    max-width: 100%;
  }
}
.partner__contents .tit__area {
  margin-bottom: 11rem;
  padding-top: 6rem;
}
@media screen and (max-width: 1040px) {
  .partner__contents .tit__area {
    padding-top: 0;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .partner__contents .tit__area {
    margin-bottom: 3rem;
  }
}
.partner__contents .tit__area .head3 {
  font-size: 4rem;
  font-size: max(4rem, 26px);
  font-weight: 400;
}
@media screen and (max-width: 1040px) {
  .partner__contents .tit__area .head3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .partner__contents .tit__area .head3 {
    font-size: 2.6rem;
  }
}

.partner__list .item {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .partner__list .item {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .partner__list .item {
    margin-bottom: 3rem;
  }
}
.partner__list .head4 {
  font-size: 1.8rem;
  font-size: max(1.8rem, 15px);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 1040px) {
  .partner__list .head4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .partner__list .head4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.partner__list .text__link {
  font-size: 1.8rem;
  font-size: max(1.8rem, 14px);
  font-weight: 600;
  color: #8A865D;
  border-bottom: 1px solid #8A865D;
}
@media screen and (max-width: 1040px) {
  .partner__list .text__link {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .partner__list .text__link {
    font-size: 1.5rem;
  }
}
.partner__list .text__link:hover {
  color: #5D5A3C;
  border-color: #5D5A3C;
}

.cta__wrap {
  background-color: #9B9473;
}
.cta__wrap > .inner {
  padding: 16.6rem 0 15.4rem;
}
@media screen and (max-width: 1040px) {
  .cta__wrap > .inner {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 540px) {
  .cta__wrap > .inner {
    padding: 5rem 0;
  }
}
.cta__wrap .head3 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1040px) {
  .cta__wrap .head3 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .cta__wrap .head3 {
    margin-bottom: 3rem;
  }
}
.cta__wrap .head3 .head-ja {
  font-size: 2rem;
  font-size: max(2rem, 14px);
  font-weight: 300;
  color: #fff;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1040px) {
  .cta__wrap .head3 .head-ja {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .cta__wrap .head3 .head-ja {
    font-size: 1.6rem;
  }
}
.cta__wrap .head3 .head-en {
  font-size: 8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1040px) {
  .cta__wrap .head3 .head-en {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .cta__wrap .head3 .head-en {
    font-size: 3rem;
  }
}
.cta__wrap .button__area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1040px) {
  .cta__wrap .button__area {
    display: block;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .cta__wrap .button__area {
    margin-bottom: 3rem;
  }
}
.cta__wrap .cta__button {
  max-width: 620px;
  width: 62rem;
  display: block;
}
@media screen and (max-width: 1040px) {
  .cta__wrap .cta__button {
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .cta__wrap .cta__button {
    margin-bottom: 2rem;
  }
}

.tell__area .caution {
  font-size: 1.7rem;
  font-size: max(1.7rem, 12px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .tell__area .caution {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .tell__area .caution {
    font-size: 1.2rem;
  }
}

.phone__number__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 1040px) {
  .phone__number__wrap {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .phone__number__wrap {
    margin-bottom: 2rem;
  }
}
.phone__number__wrap .icon__phone {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 1040px) {
  .phone__number__wrap .icon__phone {
    width: 1.6rem;
    height: 1.6rem;
    padding: 0.3rem;
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 540px) {
  .phone__number__wrap .icon__phone {
    width: 2.8rem;
    height: 2.8rem;
    padding: 0.5rem;
    margin-right: 0.8rem;
  }
}
.phone__number__wrap .icon__phone > img {
  display: block;
}
.phone__number__wrap .phone__number {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .phone__number__wrap .phone__number {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .phone__number__wrap .phone__number {
    font-size: 1.6rem;
  }
}

.footer__info > .inner {
  padding: 19.6rem 0 21rem;
}
@media screen and (max-width: 1040px) {
  .footer__info > .inner {
    padding: 7.5rem 0 5.8rem 4rem;
  }
}
@media screen and (max-width: 540px) {
  .footer__info > .inner {
    padding: 8.5rem 0 6.8rem 4rem;
  }
}
.footer__info .head3 {
  font-size: 10.5rem;
  font-weight: 500;
  transform: rotate(-90deg);
  transform-origin: right;
  position: absolute;
  top: -15rem;
  left: -78rem;
}
@media screen and (max-width: 1040px) {
  .footer__info .head3 {
    font-size: 4rem;
    transform-origin: left;
    line-height: 1;
    top: 33.8rem;
    left: 1.7rem;
  }
}
.footer__info .img__bg {
  background-image: url(./img/info-img.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 77rem;
}
@media screen and (max-width: 1040px) {
  .footer__info .img__bg {
    background-image: url(./img/info-img-sp.jpg);
    width: 35rem;
    height: 35rem;
    margin-left: auto;
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 540px) {
  .footer__info .img__bg {
    width: 35rem;
    height: 36rem;
    margin-left: auto;
    margin-bottom: 3.2rem;
  }
}
.footer__info .address {
  background-color: #fff;
  position: absolute;
  left: -1px;
  bottom: -1px;
  padding: 5.6rem 7.5rem 1rem 0;
}
@media screen and (max-width: 1040px) {
  .footer__info .address {
    position: inherit;
    padding: 0;
  }
}
.footer__info .address p {
  font-size: 1.8rem;
  font-size: max(1.8rem, 13px);
  font-weight: 600;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1040px) {
  .footer__info .address p {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 540px) {
  .footer__info .address p {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
  }
}
.footer__info .address p > span {
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 540px) {
  .footer__info .address p > span {
    margin-right: 1.4rem;
  }
}

.info__container {
  position: relative;
}

.access__wrap {
  position: relative;
  max-width: 1600px;
  width: 160rem;
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  .access__wrap {
    width: 100%;
  }
}

.section__precau > .inner {
  padding: 23rem 0 15rem;
}
@media screen and (max-width: 1040px) {
  .section__precau > .inner {
    padding: 8rem 0 0;
  }
}
@media screen and (max-width: 540px) {
  .section__precau > .inner {
    padding: 10rem 0 0;
  }
}
.section__precau .bg__img {
  background-image: url(./img/covid.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: max(60rem, 500px);
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1040px) {
  .section__precau .bg__img {
    height: 20rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__precau .bg__img {
    height: 22rem;
    margin-bottom: 13rem;
  }
}
.section__precau .text__area {
  padding: 7rem 9rem 0 0;
  background-color: #fff;
  width: 50rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1040px) {
  .section__precau .text__area {
    width: 70%;
    padding: 3rem 4rem 0 0;
    bottom: -3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__precau .text__area {
    width: 100%;
    padding: 0;
    bottom: -8rem;
    background-color: inherit;
  }
}
.section__precau .text__area .head3 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1040px) {
  .section__precau .text__area .head3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .section__precau .text__area .head3 {
    font-size: 2rem;
    background-color: #fff;
    display: inline-block;
    padding: 1rem 2rem 1rem 0;
    margin-bottom: 2rem;
  }
}
.section__precau .text__area .text {
  font-size: max(1.8rem, 13px);
  line-height: 1.7;
}
@media screen and (max-width: 1040px) {
  .section__precau .text__area .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__precau .text__area .text {
    font-size: 1.4rem;
  }
}

.precau__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .precau__list {
    flex-wrap: wrap;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 540px) {
  .precau__list {
    padding: 0 1rem;
  }
}
.precau__list li {
  width: max(12.6rem, 110px);
}
@media screen and (max-width: 1040px) {
  .precau__list li {
    width: 9.2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .precau__list li {
    width: 30%;
  }
}
.precau__list .img {
  width: max(10rem, 80px);
  margin: auto;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1040px) {
  .precau__list .img {
    width: 6rem;
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .precau__list .img {
    width: 8rem;
  }
}
.precau__list .text {
  font-size: max(1.6rem, 12px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .precau__list .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .precau__list .text {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.cta__campaign__wrap > .inner {
  padding: 10rem 0;
}
@media screen and (max-width: 1040px) {
  .cta__campaign__wrap > .inner {
    padding: 4rem 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .cta__campaign__wrap > .inner {
    margin-bottom: 0;
  }
}
.cta__campaign__wrap .menu__contents {
  display: block;
}
.cta__campaign__wrap .menu__contents .img {
  padding: 20px 0;
}
@media screen and (max-width: 1040px) {
  .cta__campaign__wrap .menu__contents .img {
    padding: 1rem 0;
  }
}
.cta__campaign__wrap .menu__contents a {
  display: block;
}

.hv__area {
  overflow: hidden;
}
.hv__area > .inner {
  max-width: 1600px;
  margin: 0 0 0 auto;
  width: 160rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 1040px) {
  .hv__area > .inner {
    width: 39rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 540px) {
  .hv__area > .inner {
    padding-bottom: 3rem;
  }
}
.hv__area .hv__container {
  position: relative;
}
.hv__area .bg__img {
  background-image: url(./img/top-hv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 146rem;
  height: 60rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1040px) {
  .hv__area .bg__img {
    width: 90%;
    height: 17rem;
  }
}
@media screen and (max-width: 540px) {
  .hv__area .bg__img {
    background-image: url(./img/top-hv-sp.jpg);
    width: 100%;
  }
}
.hv__area .text__area {
  background-color: #fff;
  padding: 8rem 13rem 0 0;
  position: absolute;
  left: 0;
  bottom: -10rem;
}
@media screen and (max-width: 1040px) {
  .hv__area .text__area {
    padding: 2rem 2rem 0 0;
  }
}
@media screen and (max-width: 540px) {
  .hv__area .text__area {
    width: 39rem;
    position: relative;
    bottom: 3rem;
    padding: 0;
    background-color: inherit;
  }
}
.hv__area .text__area .head3 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .hv__area .text__area .head3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .hv__area .text__area .head3 {
    font-size: 2rem;
    padding: 1.5rem 2rem 1rem 0;
    background-color: #fff;
    display: inline-block;
  }
}
.hv__area .hv__list li {
  color: #504E3F;
  font-size: max(2rem, 15px);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .hv__area .hv__list li {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .hv__area .hv__list li {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
}
.hv__area .hv__list li::before {
  content: "";
  display: block;
  background-image: url(./img/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1040px) {
  .hv__area .hv__list li::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .hv__area .hv__list li::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }
}

.top__section__concept {
  overflow: hidden;
}
.top__section__concept > .inner {
  padding: 18rem 0;
}
@media screen and (max-width: 1040px) {
  .top__section__concept > .inner {
    padding: 6rem 0 2rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__concept > .inner {
    padding-bottom: 6rem;
  }
}

.section__concept .head3 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1040px) {
  .section__concept .head3 {
    margin-bottom: 2rem;
  }
}
.section__concept .head4 {
  font-size: 4.9rem;
  font-weight: 400;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1040px) {
  .section__concept .head4 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__concept .head4 {
    font-size: 2.2rem;
  }
}
.section__concept .text {
  font-size: max(1.8rem, 14px);
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .section__concept .text {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__concept .text {
    font-size: 1.3rem;
  }
}
.section__concept .text__button__wrap {
  text-align: left;
}
@media screen and (max-width: 1040px) {
  .section__concept .text__button__wrap {
    text-align: right;
  }
}
.section__concept .concept__contents {
  width: 51rem;
  max-width: 510px;
}
@media screen and (max-width: 1040px) {
  .section__concept .concept__contents {
    width: 100%;
    max-width: 100%;
  }
}

.concept__container {
  position: relative;
}
@media screen and (max-width: 1040px) {
  .concept__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1040px) {
  .concept__container .concept__outline {
    position: relative;
    top: 2rem;
    z-index: 1;
  }
}
@media screen and (max-width: 540px) {
  .concept__container .concept__outline {
    top: 2rem;
  }
}
.concept__container .img__bg {
  background-image: url(./img/top-concept.jpg);
  background-size: cover;
  background-position: center;
  width: 96rem;
  height: 75.4rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .concept__container .img__bg {
    background-image: url(./img/top-concept-sp.jpg);
    width: 60%;
    height: 30rem;
    position: inherit;
    margin-right: 0;
    margin-left: auto;
  }
}

.top__section__features > .inner {
  padding: 20rem 0 10rem;
}
@media screen and (max-width: 1040px) {
  .top__section__features > .inner {
    padding: 6rem 0;
  }
}

.title__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title__flex .text__button__wrap {
  margin: 0;
}

.top__section__symptoms > .inner {
  padding: 18rem 0 20rem;
}
@media screen and (max-width: 1040px) {
  .top__section__symptoms > .inner {
    padding: 6rem 0;
  }
}
.top__section__symptoms .title__flex {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 1040px) {
  .top__section__symptoms .title__flex {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 1040px) {
  .top__section__staff > .inner.bg__gray1 {
    padding: 10rem 0 5rem;
  }
}
.top__section__staff .staff__contents {
  width: 51rem;
  max-width: 510px;
}
@media screen and (max-width: 1040px) {
  .top__section__staff .staff__contents {
    width: 100%;
    max-width: 100%;
  }
}
.top__section__staff .head3 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1040px) {
  .top__section__staff .head3 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__staff .head3 {
    margin-bottom: 6rem;
  }
}
.top__section__staff .staff__outline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .top__section__staff .staff__outline {
    display: block;
  }
}
.top__section__staff .img.pc-block {
  max-width: 640px;
  width: 64rem;
}
@media screen and (max-width: 1040px) {
  .top__section__staff .img.pc-block {
    display: none;
  }
}
.top__section__staff .img.sp-block {
  display: none;
}
@media screen and (max-width: 1040px) {
  .top__section__staff .img.sp-block {
    display: block;
    max-width: 500px;
    margin: 0 auto 2rem;
  }
}
.top__section__staff .profile__area {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .top__section__staff .profile__area {
    text-align: center;
  }
}
.top__section__staff .profile__area .text {
  font-size: max(1.6rem, 14px);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1040px) {
  .top__section__staff .profile__area .text {
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__staff .profile__area .text {
    font-size: 1.3rem;
  }
}
.top__section__staff .profile__area .head4 {
  font-weight: 600;
  font-size: max(2.6rem, 18px);
}
@media screen and (max-width: 1040px) {
  .top__section__staff .profile__area .head4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__staff .profile__area .head4 {
    font-size: 1.8rem;
  }
}
.top__section__staff .profile__area .en {
  font-size: max(1.3rem, 10px);
}
@media screen and (max-width: 1040px) {
  .top__section__staff .profile__area .en {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__staff .profile__area .en {
    font-size: 1.2rem;
  }
}
.top__section__staff .head4.mincho {
  font-size: max(2.4rem, 20px);
  font-weight: 400;
  margin-bottom: 4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1040px) {
  .top__section__staff .head4.mincho {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__staff .head4.mincho {
    font-size: 2rem;
  }
}
.top__section__staff .read {
  font-size: max(1.8rem, 13px);
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .top__section__staff .read {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__staff .read {
    font-size: 1.5rem;
  }
}
.top__section__staff .text__button__wrap {
  text-align: left;
}
@media screen and (max-width: 1040px) {
  .top__section__staff .text__button__wrap {
    text-align: right;
  }
}

.top__section__voice > .inner {
  padding: 18rem 0 20rem;
}
@media screen and (max-width: 1040px) {
  .top__section__voice > .inner {
    padding: 6rem 0;
  }
}
.top__section__voice .title__area {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1040px) {
  .top__section__voice .title__area {
    width: 35rem;
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 1040px) {
  .top__section__voice .slider {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1040px) {
  .top__section__voice .voice__outline {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .top__section__voice .text__button__wrap.sp-block {
    width: 35rem;
    margin: auto;
  }
}

.top__section__voice .slick-track {
  display: flex;
}
.top__section__voice .slick-slide {
  height: auto !important;
}
@media screen and (max-width: 540px) {
  .top__section__voice .slick-dots {
    bottom: -4rem;
  }
}
.top__section__voice .slick-dots li button::before {
  font-family: "游ゴシック体", "Yu Gothic", sans-serif;
  position: inherit;
  font-size: 30px;
  line-height: normal;
  width: auto;
  height: auto;
}
.top__section__voice .slick-next, .top__section__voice .slick-prev {
  background-color: #393627;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  .top__section__voice .slick-next, .top__section__voice .slick-prev {
    width: 2rem;
    height: 2rem;
    z-index: 2;
  }
}
@media screen and (max-width: 540px) {
  .top__section__voice .slick-next, .top__section__voice .slick-prev {
    width: 4rem;
    height: 4rem;
  }
}
.top__section__voice .slick-next::before, .top__section__voice .slick-prev::before {
  content: "";
  background-image: url(./img/icon-arrow.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 0.8rem;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .top__section__voice .slick-next::before, .top__section__voice .slick-prev::before {
    width: 0.8rem;
    height: 0.3rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__voice .slick-next::before, .top__section__voice .slick-prev::before {
    width: 1.2rem;
    height: 0.5rem;
  }
}
.top__section__voice .slick-prev {
  left: -8rem;
}
.top__section__voice .slick-prev::before {
  transform: scale(-1, 1);
}
@media screen and (max-width: 1040px) {
  .top__section__voice .slick-prev {
    left: 9.5rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__voice .slick-prev {
    left: 2.5rem;
  }
}
.top__section__voice .slick-next {
  right: -8rem;
}
@media screen and (max-width: 1040px) {
  .top__section__voice .slick-next {
    right: 9.5rem;
  }
}
@media screen and (max-width: 540px) {
  .top__section__voice .slick-next {
    right: 2.5rem;
  }
}

.footer > .inner {
  background-color: #333333;
  padding-top: 11rem;
}
@media screen and (max-width: 1040px) {
  .footer > .inner {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .footer > .inner {
    padding-top: 5.7rem;
  }
}
.footer .footer__top {
  padding: 10rem 0;
}
@media screen and (max-width: 1040px) {
  .footer .footer__top {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 540px) {
  .footer .footer__top {
    padding: 0 0 5rem;
  }
}
.footer .footer__bottom {
  padding: 3rem 0;
  border-top: 1px solid #7B7B7B;
}
@media screen and (max-width: 1920px) {
  .footer .footer__bottom {
    padding: 1.5625vw;
  }
}
@media screen and (max-width: 540px) {
  .footer .footer__bottom {
    padding: 1rem 0 8rem;
  }
}
.footer .footer__bottom small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-size: max(1.5rem, 10px);
}
@media screen and (max-width: 1040px) {
  .footer .footer__bottom small {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .footer .footer__bottom small {
    font-size: 1rem;
  }
}
.footer .footer__logo > a {
  display: block;
  max-width: 204px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .footer .footer__logo > a {
    max-width: 152px;
  }
}
@media screen and (max-width: 540px) {
  .footer .footer__logo > a {
    width: 14.2rem;
    margin-bottom: 3.8rem;
  }
}
.footer .button__list {
  margin-bottom: 10rem;
}
.footer .button__list .cta__button {
  display: block;
  max-width: 390px;
  width: 37rem;
  margin-bottom: 2rem;
  font-size: max(2rem, 14px);
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 1040px) {
  .footer .button__list .cta__button {
    width: 15rem;
    padding: 0.8rem;
    letter-spacing: 0.3rem;
  }
}
.footer .instagram {
  margin: auto;
  margin-right: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .footer .instagram {
    margin: 0;
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .footer .instagram {
    width: 4rem;
    height: 4rem;
  }
}

.fixed__button__area {
  display: none;
}
@media screen and (max-width: 540px) {
  .fixed__button__area {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0px -3px 5px -3px rgba(38, 38, 38, 0.3);
  }
}
.fixed__button__area .button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0;
  width: 50vw;
  padding: 0;
}

.sitemap__wrap .content__left {
  margin-right: 4rem;
}
.sitemap__wrap .content__left .title a {
  margin-bottom: 1rem;
}
.sitemap__wrap .content__left .title.home a {
  margin-bottom: 3rem;
}
.sitemap__wrap .content__center .sitemap__list {
  display: flex;
  justify-content: center;
}
.sitemap__wrap .content__center .sitemap__list .content01, .sitemap__wrap .content__center .sitemap__list .content02, .sitemap__wrap .content__center .sitemap__list .content03 {
  margin: 0 4rem;
}
.sitemap__wrap .content__right {
  margin: 0 0 0 auto;
}
.sitemap__wrap .content__right .title {
  color: #fff;
  font-size: max(1.8rem, 14px);
  display: block;
  text-align: right;
  transition: all 0.3s;
}
.sitemap__wrap .content__right .title:hover {
  opacity: 0.6;
  text-decoration: underline;
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .content__right .title {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .sitemap__wrap .content__right .title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .sitemap__list .item {
    border-bottom: 1px solid #7B7B7B;
  }
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .sitemap__list .item.privacy {
    border: none;
  }
}
@media screen and (max-width: 1040px) and (max-width: 1040px) {
  .sitemap__wrap .sitemap__list .item.privacy .title a {
    font-weight: 500;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .sitemap__list .title {
    padding: 1.5rem 0;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .sitemap__wrap .sitemap__list .title {
    padding: 2rem 0;
  }
}
.sitemap__wrap .sitemap__list .title a {
  color: #fff;
  font-size: max(1.8rem, 14px);
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .sitemap__list .title a {
    font-size: 0.9rem;
    margin: 0;
    font-weight: 500;
  }
}
@media screen and (max-width: 540px) {
  .sitemap__wrap .sitemap__list .title a {
    font-size: 1.3rem;
  }
}
.sitemap__wrap .sitemap__list .title .sub__title {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .sitemap__list .title .sub__title {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .sitemap__wrap .sitemap__list .title .sub__title {
    font-size: 1.1rem;
  }
}
.sitemap__wrap .sitemap__list a {
  transition: all 0.3s;
}
.sitemap__wrap .sitemap__list a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.sitemap__wrap .acco__item a {
  color: #fff;
  font-size: max(1.8rem, 13px);
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .acco__item a {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .sitemap__wrap .acco__item a {
    font-size: 1.3rem;
  }
}
.sitemap__wrap .acco__item a::before {
  content: "- ";
  display: inline-block;
}
.sitemap__wrap .acco__item.sub__title a {
  margin: 1rem 0 0.5rem;
}
.sitemap__wrap .acco__item.sub__title a::before {
  display: none;
}
.sitemap__wrap .accordion {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .accordion {
    margin-bottom: 0;
  }
}
.sitemap__wrap .accordion.close .title::after {
  transform: rotate(180deg);
}
.sitemap__wrap .accordion .title {
  position: relative;
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .accordion .title::after {
    content: "";
    display: block;
    color: #fff;
    background-image: url(./img/icon-arr-hoso.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 540px) {
  .sitemap__wrap .accordion .title::after {
    width: 1.5rem;
    height: 0.7rem;
  }
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .accordion .title a {
    display: inline-block;
  }
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .acco__content {
    display: none;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .sitemap__wrap .acco__content {
    display: none;
    padding-bottom: 2rem;
  }
}
.sitemap__wrap .pc-nav {
  display: flex;
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .pc-nav {
    display: none;
  }
}
.sitemap__wrap .sp-nav {
  display: none;
}
@media screen and (max-width: 1040px) {
  .sitemap__wrap .sp-nav {
    display: block;
  }
}

.section__menu-price > .inner {
  padding: 10rem 0 0 15rem;
}
@media screen and (max-width: 1040px) {
  .section__menu-price > .inner {
    padding: 4rem 0 0 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__menu-price > .inner {
    padding: 4rem 0 0 1.5rem;
  }
}

.tab__wrapper {
  margin-left: auto;
}

.tab__title {
  display: flex;
  justify-content: center;
  transform: translateX(-7.5rem);
}
@media screen and (max-width: 1040px) {
  .tab__title {
    transform: translateX(0);
  }
}
.tab__title .head2 {
  max-width: 400px;
  width: 40rem;
  margin: 0 0.2rem;
}
@media screen and (max-width: 1040px) {
  .tab__title .head2 {
    width: 11.4rem;
  }
}
@media screen and (max-width: 540px) {
  .tab__title .head2 {
    width: 13rem;
  }
}
.tab__title .head2.active a {
  background-color: #fff;
  border-top: 0.4rem solid #8B8559;
}
@media screen and (max-width: 1040px) {
  .tab__title .head2.active a {
    border-width: 0.2rem;
  }
}
@media screen and (max-width: 540px) {
  .tab__title .head2.active a {
    border-width: 0.3rem;
  }
}
.tab__title a {
  display: block;
  font-size: 3.2rem;
  font-size: max(3.2rem, 20px);
  color: #393627;
  padding: 3rem 3rem 2.5rem;
  background-color: #EBEBE8;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .tab__title a {
    font-size: 1.2rem;
    padding: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .tab__title a {
    font-size: 1.6rem;
    padding: 1.6rem;
  }
}

.tab__contents__area {
  background-color: #fff;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 8.6rem 0;
}
@media screen and (max-width: 1040px) {
  .tab__contents__area {
    padding: 1rem 0;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
}
@media screen and (max-width: 540px) {
  .tab__contents__area {
    padding: 2rem 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}

.tab__contents__inner {
  transform: translateX(-7.5rem);
  scroll-margin-top: 32rem;
}
@media screen and (max-width: 1040px) {
  .tab__contents__inner {
    transform: translateX(0);
    scroll-margin-top: 15rem;
  }
}
@media screen and (max-width: 540px) {
  .tab__contents__inner {
    scroll-margin-top: 20rem;
  }
}

.harf {
  width: 50%;
}
@media screen and (max-width: 1040px) {
  .harf.sp-top {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 1040px) {
  .sp-column .harf {
    width: 100%;
  }
}

.item__wrap {
  margin-bottom: 20rem;
  padding-top: 4rem;
}
.item__wrap:last-of-type {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .item__wrap {
    margin-bottom: 8rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap {
    margin-bottom: 7rem;
    padding-top: 2rem;
  }
}
.item__wrap.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .item__wrap.flex.sp-column {
    display: block;
  }
}
.item__wrap.item__wrap1 {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1040px) {
  .item__wrap.item__wrap1 {
    margin-bottom: 2rem;
  }
}
.item__wrap .caution {
  font-size: 1.7rem;
  font-size: max(1.7rem, 13px);
}
@media screen and (max-width: 1040px) {
  .item__wrap .caution {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .caution {
    font-size: 1.2rem;
  }
}
.item__wrap .menu__item {
  border-bottom: 0.1rem solid #707070;
  margin: 0 2rem;
  padding: 2.5rem 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .item__wrap .menu__item {
    margin: 0 0.7rem;
    padding: 0.8rem 0.5rem;
    border-width: 0.05rem;
    border-color: #BEBEBE;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .menu__item {
    margin: 0 1rem;
    padding: 1.3rem 0.5rem;
    border-width: 0.1rem;
  }
}
.item__wrap .menu__item .title {
  font-size: 2rem;
  font-size: max(2rem, 15px);
  font-weight: 600;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1040px) {
  .item__wrap .menu__item .title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .menu__item .title {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.item__wrap .menu__item .price {
  font-size: 2rem;
  font-size: max(2rem, 15px);
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1040px) {
  .item__wrap .menu__item .price {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .menu__item .price {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }
}
.item__wrap .title__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 1040px) {
  .item__wrap .title__area {
    margin-bottom: 3rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .title__area {
    margin-bottom: 4rem;
  }
}
.item__wrap .title__area.option {
  margin-bottom: 2rem;
}
.item__wrap .title__area .img {
  width: 50%;
}
@media screen and (max-width: 1040px) {
  .item__wrap .title__area .img {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .title__area .img {
    margin-bottom: 3rem;
  }
}
.item__wrap .text__area {
  max-width: 100%;
  width: 45%;
}
@media screen and (max-width: 1040px) {
  .item__wrap .text__area {
    width: 100%;
  }
}
.item__wrap .text__area .head3 {
  font-size: 3.4rem;
  font-size: max(3.4rem, 18px);
  font-weight: 600;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .item__wrap .text__area .head3 {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    margin-bottom: 1.1rem;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .text__area .head3 {
    font-size: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
  }
}
.item__wrap .text__area .head3::after {
  content: "";
  display: block;
  width: 9.6rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1040px) {
  .item__wrap .text__area .head3::after {
    width: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .text__area .head3::after {
    width: 4rem;
  }
}
.item__wrap .text__area .lead {
  font-size: 1.8rem;
  font-size: max(1.8rem, 12px);
  line-height: 1.8;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1040px) {
  .item__wrap .text__area .lead {
    font-size: 0.8rem;
    margin-bottom: 1.3rem;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .text__area .lead {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
}
.item__wrap .text__area .tag__list {
  display: flex;
  flex-wrap: wrap;
}
.item__wrap .text__area .tag__list li {
  display: inline-block;
  border: 1px solid #989898;
  border-radius: 0.4rem;
  padding: 0.2rem 0.7rem;
  font-size: 1.6rem;
  font-size: max(1.6rem, 11px);
  margin: 0.3rem;
}
@media screen and (max-width: 1040px) {
  .item__wrap .text__area .tag__list li {
    font-size: 0.6rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.1rem;
    margin: 0.3rem;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .text__area .tag__list li {
    font-size: 1.2rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
    margin-right: 0.5rem;
  }
}
.item__wrap .button {
  background-color: #393627;
  margin: 5rem auto;
  width: 80%;
}
@media screen and (max-width: 1040px) {
  .item__wrap .button {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 540px) {
  .item__wrap .button {
    margin: 3rem auto;
  }
}

.price__list .head4 {
  font-size: 2rem;
  font-size: max(2rem, 15px);
  background-color: #F6F6F6;
  padding: 2rem 3rem;
}
@media screen and (max-width: 1040px) {
  .price__list .head4 {
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
}
@media screen and (max-width: 540px) {
  .price__list .head4 {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .price__list .head4 span {
    font-size: 1.2rem;
    display: block;
  }
}
.price__list .head5 {
  font-size: 2rem;
  font-size: max(2rem, 16px);
  display: flex;
  align-items: center;
  margin: 2rem;
}
@media screen and (max-width: 1040px) {
  .price__list .head5 {
    font-size: 1rem;
    margin: 0.7rem 1rem;
  }
}
@media screen and (max-width: 540px) {
  .price__list .head5 {
    font-size: 1.5rem;
    margin: 1rem 1rem;
  }
}
.price__list .head5::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 3rem;
  background-color: #8B8559;
  margin-right: 1.5rem;
}
@media screen and (max-width: 1040px) {
  .price__list .head5::before {
    width: 0.2rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .price__list .head5::before {
    width: 0.3rem;
    height: 2rem;
    margin-right: 1rem;
  }
}
.price__list .item__wrap {
  padding-top: 1.5rem;
  padding-top: max(1.5rem, 10px);
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .price__list .item__wrap {
    padding-top: 0.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .price__list .item__wrap {
    margin-bottom: 4rem;
  }
}
.price__list .before {
  font-size: 1.8rem;
  font-size: max(1.8rem, 13px);
  color: #7E7C71;
}
@media screen and (max-width: 1040px) {
  .price__list .before {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .price__list .before {
    font-size: 1.2rem;
  }
}
.price__list .before::after {
  content: "→";
  display: inline-block;
  margin: 0.3rem;
  color: #393627;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .price__list .before::after {
    margin: 0.5rem;
  }
}

.section__rank > .inner {
  background-color: #F6F6F6;
  padding: 13.6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  .section__rank > .inner {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 540px) {
  .section__rank > .inner {
    padding: 10rem 0;
  }
}
.section__rank .rank__container {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .section__rank .rank__container {
    width: 32rem;
  }
}
.section__rank .head2 {
  font-size: 4rem;
  font-size: max(2rem, 26px);
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .section__rank .head2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__rank .head2 {
    font-size: 2.6rem;
  }
}
.section__rank .img {
  max-width: 436px;
  width: 43.6rem;
  margin: 8rem auto 6rem;
}
@media screen and (max-width: 1040px) {
  .section__rank .img {
    margin: 4rem auto 4rem;
  }
}
@media screen and (max-width: 540px) {
  .section__rank .img {
    width: 26.7rem;
    margin: 5rem auto 5rem;
  }
}
.section__rank .text {
  font-size: 1.8rem;
  font-size: max(1.8rem, 14px);
  line-height: 1.8;
}
@media screen and (max-width: 1040px) {
  .section__rank .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__rank .text {
    font-size: 1.4rem;
  }
}

.section__value {
  background-color: #F6F6F6;
}
.section__value > .inner {
  background-color: #fff;
  padding: 19.4rem 0;
}
@media screen and (max-width: 1040px) {
  .section__value > .inner {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 540px) {
  .section__value > .inner {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 1040px) {
  .section__value .tit__area {
    width: 35rem;
    margin: auto;
  }
}
.section__value .head2 {
  font-size: 4rem;
  font-size: max(4rem, 26px);
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .section__value .head2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__value .head2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1040px) {
  .section__value .head2 > span {
    font-size: 1.4rem;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .section__value .head2 > span {
    font-size: 2rem;
  }
}
.section__value .img__wrap {
  display: flex;
  margin: 11rem auto 10rem;
}
@media screen and (max-width: 1040px) {
  .section__value .img__wrap {
    margin: 4rem auto 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__value .img__wrap {
    margin: 5rem auto 4rem;
  }
}
.section__value .text__area {
  max-width: 1000px;
  margin: auto;
}
.section__value .text {
  font-size: 1.8rem;
  font-size: max(1.8rem, 14px);
  line-height: 1.9;
}
@media screen and (max-width: 1040px) {
  .section__value .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__value .text {
    font-size: 1.4rem;
  }
}

.inner__head__area {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1040px) {
  .inner__head__area {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .inner__head__area {
    margin-bottom: 2rem;
  }
}
.inner__head__area .head3 {
  font-size: 2.2rem;
  font-size: max(2.2rem, 16px);
  color: #8A8659;
  font-weight: 600;
  text-align: center;
  border: 1px solid #8A8659;
  padding: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .inner__head__area .head3 {
    font-size: 1.1rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .inner__head__area .head3 {
    font-size: 1.5rem;
    margin-bottom: 1.7rem;
  }
}
.inner__head__area .lead {
  font-size: 1.8rem;
  font-size: max(1.8rem, 13px);
  margin: 0 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1040px) {
  .inner__head__area .lead {
    font-size: 0.7rem;
    margin: 0;
  }
}
@media screen and (max-width: 540px) {
  .inner__head__area .lead {
    font-size: 1.3rem;
  }
}

.option__item__wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .option__item__wrap {
    padding-top: 0;
  }
}

.option__item {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1040px) {
  .option__item {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .option__item {
    margin-bottom: 2.5rem;
  }
}
.option__item .caution {
  font-size: max(1.5rem, 12px);
  margin: 1rem 4rem;
}
@media screen and (max-width: 1040px) {
  .option__item .caution {
    font-size: 0.5rem;
    margin: 0.5rem 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .option__item .caution {
    font-size: 1.1rem;
    margin: 0.7rem 1.5rem;
  }
}

@media screen and (max-width: 1040px) {
  .page__single .page__hero__wrapper {
    display: none;
  }
}

.page__section__blog > .inner {
  padding: 12.8rem 0 13.6rem;
}
@media screen and (max-width: 1040px) {
  .page__section__blog > .inner {
    padding: 6rem 0 8rem;
  }
}
.page__section__blog .blog__contents {
  max-width: 950px;
  width: 95rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1040px) {
  .page__section__blog .blog__contents {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5rem;
  }
}
.page__section__blog .blog__outline {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .page__section__blog .blog__outline {
    display: block;
    top: 0;
  }
}
.page__section__blog .top__outline {
  flex-direction: column;
}
@media screen and (max-width: 1040px) {
  .page__section__blog .blog__list {
    margin-bottom: 4rem;
  }
}

.sidemenu__wrap {
  max-width: 250px;
  width: 25rem;
}
@media screen and (max-width: 1040px) {
  .sidemenu__wrap {
    width: 100%;
    max-width: 100%;
  }
}
.sidemenu__wrap .sidemenu__contents {
  padding: 4.4rem 2rem;
  border-bottom: 1px solid #D6D6D6;
}
.sidemenu__wrap .sidemenu__contents:first-of-type {
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 1040px) {
  .sidemenu__wrap .sidemenu__contents {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 540px) {
  .sidemenu__wrap .sidemenu__contents {
    padding: 2.8rem 1rem 3rem;
  }
}
.sidemenu__wrap .head2 {
  font-size: 1.8rem;
  font-size: max(1.8rem, 14px);
  font-weight: 600;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 1040px) {
  .sidemenu__wrap .head2 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .sidemenu__wrap .head2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.sidemenu__wrap .category__list a, .sidemenu__wrap .category__list span {
  display: block;
  font-size: 1.5rem;
  font-size: max(1.5rem, 12px);
  padding-left: 2.5rem;
  color: #393627;
  line-height: 2;
}
@media screen and (max-width: 1040px) {
  .sidemenu__wrap .category__list a, .sidemenu__wrap .category__list span {
    font-size: 0.8rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .sidemenu__wrap .category__list a, .sidemenu__wrap .category__list span {
    font-size: 1.2rem;
    padding-left: 2.5rem;
  }
}
.sidemenu__wrap .category__list a.active, .sidemenu__wrap .category__list span.active {
  position: relative;
}
.sidemenu__wrap .category__list a.active::before, .sidemenu__wrap .category__list span.active::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .sidemenu__wrap .category__list a.active::before, .sidemenu__wrap .category__list span.active::before {
    width: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .sidemenu__wrap .category__list a.active::before, .sidemenu__wrap .category__list span.active::before {
    width: 1.7rem;
  }
}

.pagenation__wrap.sp-block {
  display: none;
}
@media screen and (max-width: 1040px) {
  .pagenation__wrap.sp-block {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .pagenation__wrap.pc-block {
    display: none;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-size: max(1.4rem, 11px);
  font-weight: 600;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
}
@media screen and (max-width: 1040px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.6rem;
    margin: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.1rem;
    margin: 0.6rem;
  }
}
.wp-pagenavi .extend {
  color: #393627;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .current {
  background-color: #9B9473;
}
.wp-pagenavi .page {
  color: #8A8659;
  background-color: #fff;
  transition: all 0.3s;
}
.wp-pagenavi .page:hover {
  background-color: #9B9473;
  color: #fff;
}
.wp-pagenavi .page.active {
  background-color: #9B9473;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s;
  font-size: 0;
  position: relative;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
  background-color: #9B9473;
}
.wp-pagenavi .nextpostslink:hover::after, .wp-pagenavi .previouspostslink:hover::after {
  background-image: url(./img/icon-arrow.svg);
}
.wp-pagenavi .nextpostslink::after, .wp-pagenavi .previouspostslink::after {
  content: "";
  display: block;
  height: 5px;
  background-image: url(./img/icon-arrow-y.svg);
  position: static;
  width: max(1.4rem, 10px);
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .wp-pagenavi .nextpostslink::after, .wp-pagenavi .previouspostslink::after {
    width: 0.6rem;
    height: 0.25rem;
  }
}
@media screen and (max-width: 540px) {
  .wp-pagenavi .nextpostslink::after, .wp-pagenavi .previouspostslink::after {
    width: 1rem;
    height: 0.6rem;
  }
}
.wp-pagenavi .previouspostslink {
  transform: scale(-1, 1);
}

.page__single .pankuzu {
  margin-bottom: 2rem;
}

.page__section__single > .inner {
  padding-bottom: 11.7rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single > .inner {
    padding: 9rem 0 5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single > .inner {
    padding: 13rem 0 10rem;
  }
}
.page__section__single .single__container {
  max-width: 1000px;
  width: 100rem;
  min-width: 800px;
  margin: 0 auto 14rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .single__container {
    width: 35rem;
    margin: 0 auto 7rem;
    min-width: auto;
  }
}
.page__section__single .single__container .title__area {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .single__container .title__area {
    margin-bottom: 2rem;
  }
}
.page__section__single .head1 {
  font-size: 4rem;
  font-size: max(4rem, 26px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .head1 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .head1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.page__section__single .blog__meta {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .blog__meta {
    margin-bottom: 0.2rem;
  }
}
.page__section__single .thumb {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .thumb {
    margin-bottom: 3rem;
  }
}
.page__section__single .post__content ul, .page__section__single .post__content figure {
  margin: 40px auto;
  font-size: max(1.8rem, 14px);
  max-width: 800px;
  width: 80rem;
  min-width: 700px;
  line-height: 1.8;
}
@media screen and (max-width: 1040px) {
  .page__section__single .post__content ul, .page__section__single .post__content figure {
    font-size: 0.7rem;
    width: 30rem;
    margin: 2rem auto;
    min-width: auto;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .post__content ul, .page__section__single .post__content figure {
    font-size: 1.4rem;
    width: 100%;
    margin: 3rem auto;
  }
}
.page__section__single .post__content p {
  margin: 40px auto;
  font-size: max(1.8rem, 14px);
  max-width: 800px;
  width: 80rem;
  min-width: 700px;
  line-height: 1.8;
}
@media screen and (max-width: 1040px) {
  .page__section__single .post__content p {
    font-size: 0.7rem;
    width: 30rem;
    margin: 2rem auto;
    min-width: auto;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .post__content p {
    font-size: 1.4rem;
    width: 100%;
    margin: 3rem auto;
  }
}
.page__section__single .post__content h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", serif;
  font-size: 2.4rem;
  font-size: max(2.4rem, 17px);
  font-weight: 600;
  background-color: #F6F6F6;
  padding: 1.5rem 3rem;
  max-width: 800px;
  width: 80rem;
  min-width: 700px;
  margin: 40px auto;
}
@media screen and (max-width: 1040px) {
  .page__section__single .post__content h2 {
    font-size: 0.9rem;
    width: 30rem;
    margin: 2rem auto;
    padding: 0.7rem 1rem;
    min-width: auto;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .post__content h2 {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    margin: 3rem auto;
    width: 100%;
  }
}
.page__section__single .post__content h3 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", serif;
  font-size: 2.2rem;
  font-size: max(2.2rem, 17px);
  font-weight: 600;
  max-width: 800px;
  width: 80rem;
  min-width: 700px;
  margin: 40px auto;
}
@media screen and (max-width: 1040px) {
  .page__section__single .post__content h3 {
    font-size: 0.8rem;
    width: 30rem;
    margin: 2rem auto;
    min-width: auto;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .post__content h3 {
    font-size: 1.6rem;
    margin: 3rem auto;
    width: 100%;
  }
}
.page__section__single .post__content a {
  color: #8A8659;
  text-decoration: underline;
}
.page__section__single .post__bottom__area {
  max-width: 800px;
  width: 80rem;
  min-width: 700px;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .page__section__single .post__bottom__area {
    width: 30rem;
    min-width: auto;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .post__bottom__area {
    width: 35rem;
    min-width: auto;
  }
}
.page__section__single .post__bottom__area .post__bottom__contents {
  padding: 4.4rem 4rem;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 1040px) {
  .page__section__single .post__bottom__area .post__bottom__contents {
    padding: 2.2rem 1rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .post__bottom__area .post__bottom__contents {
    padding: 3rem 1rem;
  }
}
.page__section__single .post__bottom__area .post__bottom__contents:first-of-type {
  border-top: 1px solid #D6D6D6;
}
.page__section__single .writer__outline {
  display: flex;
}
.page__section__single .writer__outline .img {
  max-width: 116px;
  width: 11.6rem;
  height: 11.6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 4.5rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .writer__outline .img {
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .writer__outline .img {
    width: 8rem;
    height: 8rem;
    margin-right: 1.4rem;
  }
}
.page__section__single .writer__outline .writer__meta {
  width: 80%;
}
@media screen and (max-width: 540px) {
  .page__section__single .writer__outline .writer__meta {
    width: 70%;
  }
}
.page__section__single .writer__outline .writer__meta .title {
  font-size: 1.6rem;
  font-size: max(1.6rem, 14px);
  margin-bottom: 1rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .writer__outline .writer__meta .title {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .writer__outline .writer__meta .title {
    font-size: 1.3rem;
  }
}
.page__section__single .writer__outline .writer__meta .name {
  font-size: 2rem;
  font-size: max(2rem, 17px);
  margin-bottom: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .page__section__single .writer__outline .writer__meta .name {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .writer__outline .writer__meta .name {
    font-size: 1.8rem;
  }
}
.page__section__single .writer__outline .writer__meta .text {
  font-size: 1.6rem;
  font-size: max(1.6rem, 14px);
  color: #676456;
}
@media screen and (max-width: 1040px) {
  .page__section__single .writer__outline .writer__meta .text {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .writer__outline .writer__meta .text {
    font-size: 1.3rem;
  }
}
.page__section__single .sns__outline .sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__section__single .sns__outline .sns__list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 3rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .sns__outline .sns__list .item {
    margin: 0 1rem;
  }
}
.page__section__single .sns__outline .sns__list span {
  font-size: max(1.4rem, 10px);
  display: block;
  text-align: center;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .sns__outline .sns__list span {
    font-size: 0.5rem;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .sns__outline .sns__list span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1040px) {
  .section__related > .inner {
    margin-bottom: 4rem;
  }
}
.section__related .text {
  font-size: 1.8rem;
  font-size: max(1.8rem, 14px);
}
@media screen and (max-width: 1040px) {
  .section__related .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__related .text {
    font-size: 1.4rem;
  }
}
.section__related .related__outline {
  margin: auto;
  margin-left: 15rem;
  padding: 15rem 0 20rem;
}
@media screen and (max-width: 1040px) {
  .section__related .related__outline {
    padding: 8rem 0 5rem;
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__related .related__outline {
    padding: 7rem 0 4rem;
    margin-left: 1.5rem;
  }
}
.section__related .head2 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .section__related .head2 {
    margin-bottom: 3rem;
  }
}
.section__related .head-en {
  font-size: 3.4rem;
}
@media screen and (max-width: 1040px) {
  .section__related .head-en {
    font-size: 2.5rem;
  }
}
.section__related .head-ja {
  font-size: 1.6rem;
  font-size: max(1.6rem, 14px);
}
@media screen and (max-width: 1040px) {
  .section__related .head-ja {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__related .head-ja {
    font-size: 1.4rem;
  }
}
.section__related .blog__contents {
  max-width: 1000px;
  width: 100rem;
  min-width: 700px;
  margin: auto;
  transform: translateX(-7.5rem);
}
@media screen and (max-width: 1040px) {
  .section__related .blog__contents {
    transform: translateX(0);
    width: 35rem;
    min-width: auto;
  }
}

.page__section__campaign > .inner {
  padding: 11.8rem 0 17.5rem;
}
@media screen and (max-width: 1040px) {
  .page__section__campaign > .inner {
    padding: 6rem 0 8rem;
  }
}
.page__section__campaign .head2 {
  font-size: max(4rem, 26px);
  text-align: center;
  font-weight: 400;
  margin-bottom: 11rem;
}
@media screen and (max-width: 1040px) {
  .page__section__campaign .head2 {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__campaign .head2 {
    font-size: 2.6rem;
  }
}

.campaign__cat__wrap {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .campaign__cat__wrap {
    margin-bottom: 1rem;
  }
}
.campaign__cat__wrap .chiro-beauty {
  display: inline-block;
  font-size: 3.7rem;
  color: #fff;
  background-color: #393627;
  padding: 0.4rem 2.5rem;
  margin-right: 2rem;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .campaign__cat__wrap .chiro-beauty {
    font-size: 1.1rem;
    padding: 0.1rem 1rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .campaign__cat__wrap .chiro-beauty {
    font-size: 1.8rem;
  }
}
.campaign__cat__wrap .customer {
  display: inline-block;
  font-size: 3.7rem;
  color: #393627;
  border: 1px solid #393627;
  width: 20rem;
  padding: 0.4rem 0;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .campaign__cat__wrap .customer {
    font-size: 1.1rem;
    padding: 0.1rem 0;
    width: 8rem;
  }
}
@media screen and (max-width: 540px) {
  .campaign__cat__wrap .customer {
    font-size: 1.8rem;
    width: 10rem;
  }
}

.campaign__list .item {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 1040px) {
  .campaign__list .item {
    margin-bottom: 8rem;
  }
}
.campaign__list .area {
  background-color: #fff;
}
.campaign__list .area .mincho {
  font-size: max(4rem, 26px);
  color: #9A9991;
  text-align: center;
  padding: 23rem 0;
  padding-top: max(22rem, 180px);
  padding-bottom: max(22rem, 180px);
}
@media screen and (max-width: 1040px) {
  .campaign__list .area .mincho {
    font-size: 1.5rem;
    padding: 10rem 0;
  }
}
@media screen and (max-width: 540px) {
  .campaign__list .area .mincho {
    font-size: 2rem;
  }
}
.campaign__list .button {
  background-color: #393627;
  margin: 5rem auto;
  width: 80%;
}
@media screen and (max-width: 1040px) {
  .campaign__list .button {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 540px) {
  .campaign__list .button {
    margin: 3rem auto;
  }
}

.section__recruit > .inner {
  padding: 16rem 0 26rem;
}
@media screen and (max-width: 1040px) {
  .section__recruit > .inner {
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 1040px) {
  .section__recruit .top__outline {
    margin-bottom: 5rem;
  }
}
.section__recruit .head2 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1040px) {
  .section__recruit .head2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .head2 {
    margin-bottom: 6rem;
  }
}
.section__recruit .head3 {
  font-size: max(4.9rem, 24px);
  margin-bottom: 16rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1040px) {
  .section__recruit .head3 {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .head3 {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}
.section__recruit .text {
  max-width: 61.6rem;
  font-size: max(1.8rem, 13px);
  line-height: 1.9;
}
@media screen and (max-width: 1040px) {
  .section__recruit .text {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .text {
    font-size: 1.4rem;
  }
}
.section__recruit .img__bg {
  background-image: url(./img/recruit.jpg);
  background-size: cover;
  background-position: center;
  width: 75.4rem;
  height: 73.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1040px) {
  .section__recruit .img__bg {
    background-image: url(./img/recruit-sp.jpg);
    position: static;
    width: 100%;
    height: 50vw;
  }
}
.section__recruit .recruit__container {
  position: relative;
}
.section__recruit .recruit__container.r-c01 {
  padding-bottom: 17.2rem;
  margin-bottom: 26rem;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__container.r-c01 {
    padding: 0;
    margin-bottom: 7rem;
  }
}
.section__recruit .recruit__container.r-c02 {
  min-width: auto;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__container.r-c02 {
    margin-bottom: 0;
  }
}
.section__recruit .recruit__container.r-c02 .head3 {
  text-align: center;
  font-size: 5rem;
  font-size: max(5rem, 25px);
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__container.r-c02 .head3 {
    font-size: 1.9rem;
    padding-bottom: 0.5rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .recruit__container.r-c02 .head3 {
    font-size: 2.2rem;
    padding-bottom: 1rem;
  }
}
.section__recruit .recruit__container.r-c02 .head3::after {
  content: "";
  display: block;
  width: 9.6rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__container.r-c02 .head3::after {
    width: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .recruit__container.r-c02 .head3::after {
    width: 4rem;
  }
}
.section__recruit .recruit__container.r-c02 .recruit__list {
  border-top: 1px solid #393627;
}
.section__recruit .recruit__container.r-c02 dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #393627;
  padding: 3.6rem 0;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__container.r-c02 dl {
    padding: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .recruit__container.r-c02 dl {
    padding: 3rem 0;
  }
}
.section__recruit .recruit__container.r-c02 dt {
  color: #fff;
  background-color: #393627;
  font-weight: 600;
  font-size: max(2rem, 14px);
  text-align: center;
  width: 16rem;
  padding: 1.2rem 0;
  margin-right: 6rem;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__container.r-c02 dt {
    font-size: 0.7rem;
    width: 5.5rem;
    padding: 0.5rem 0;
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .recruit__container.r-c02 dt {
    font-size: 1.2rem;
    width: 7rem;
  }
}
.section__recruit .recruit__container.r-c02 dd {
  font-size: max(2.4rem, 16px);
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__container.r-c02 dd {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .recruit__container.r-c02 dd {
    font-size: 1.5rem;
  }
}
.section__recruit .recruit__cta {
  background-image: url(./img/bg-recruit.jpg);
  background-size: cover;
  background-position: center;
  padding: 15rem 0;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__cta {
    background-image: url(./img/bg-recruit-sp.jpg);
    padding: 8rem 0;
  }
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__cta .text__container {
    width: 35rem;
    margin: auto;
  }
}
.section__recruit .recruit__cta .text__container p {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__cta .text__container p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .recruit__cta .text__container p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.section__recruit .recruit__cta .text__container .button {
  border-radius: 12px;
  max-width: 620px;
  width: 62rem;
  padding: 5rem;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__cta .text__container .button {
    padding: 2rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .recruit__cta .text__container .button {
    padding: 2.8rem;
    margin-bottom: 2.4rem;
    border-radius: 0.8rem;
  }
}
.section__recruit .recruit__cta .text__container .button::after {
  width: 2rem;
  height: 0.8rem;
  right: 4rem;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__cta .text__container .button::after {
    width: 1rem;
    height: 0.3rem;
    right: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .recruit__cta .text__container .button::after {
    width: 1.2rem;
    height: 0.5rem;
    right: 2.4rem;
  }
}
.section__recruit .recruit__cta .text__container .button span {
  font-size: 2.4rem;
  font-size: max(2.4rem, 15px);
  letter-spacing: 1rem;
}
@media screen and (max-width: 1040px) {
  .section__recruit .recruit__cta .text__container .button span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__recruit .recruit__cta .text__container .button span {
    font-size: 1.5rem;
  }
}

.section__staff > .inner {
  padding: 18rem 0 19rem;
}
@media screen and (max-width: 1040px) {
  .section__staff > .inner {
    padding: 6rem 0 1rem;
  }
}

.greeting__outline {
  margin-bottom: 21rem;
}
@media screen and (max-width: 1040px) {
  .greeting__outline {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 540px) {
  .greeting__outline {
    margin-bottom: 10rem;
  }
}
.greeting__outline .head2 {
  font-size: 5rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1040px) {
  .greeting__outline .head2 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .greeting__outline .head2 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
  }
}
.greeting__outline .head2::after {
  content: "";
  display: block;
  width: 9.6rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .greeting__outline .head2::after {
    width: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .greeting__outline .head2::after {
    width: 4rem;
  }
}
.greeting__outline .greeting__wrap {
  background-color: #fff;
  padding: 10rem 10rem 7rem;
}
@media screen and (max-width: 1040px) {
  .greeting__outline .greeting__wrap {
    padding: 4rem 4rem 2rem;
  }
}
@media screen and (max-width: 540px) {
  .greeting__outline .greeting__wrap {
    padding-bottom: 3rem;
  }
}
.greeting__outline .text {
  font-size: max(2rem, 14px);
  margin-bottom: 3rem;
  line-height: 1.9;
}
@media screen and (max-width: 1040px) {
  .greeting__outline .text {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .greeting__outline .text {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
}
.greeting__outline .bottom__name {
  padding-top: 6rem;
  text-align: right;
}
@media screen and (max-width: 1040px) {
  .greeting__outline .bottom__name {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .greeting__outline .bottom__name {
    padding-top: 0;
  }
}
.greeting__outline .bottom__name .position {
  display: inline-block;
  font-size: max(2rem, 13px);
  padding-right: 1rem;
}
@media screen and (max-width: 1040px) {
  .greeting__outline .bottom__name .position {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .greeting__outline .bottom__name .position {
    font-size: 1.2rem;
  }
}
.greeting__outline .bottom__name .name {
  display: inline-block;
  font-size: max(3rem, 22px);
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .greeting__outline .bottom__name .name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .greeting__outline .bottom__name .name {
    font-size: 1.9rem;
  }
}

.staff__list__wrap .head2 {
  margin-bottom: 11rem;
}
@media screen and (max-width: 1040px) {
  .staff__list__wrap .head2 {
    margin-bottom: 4rem;
  }
}

.staff__list .item {
  margin-bottom: 18rem;
}
@media screen and (max-width: 1040px) {
  .staff__list .item {
    margin-bottom: 8rem;
  }
}
.staff__list .content__top {
  display: flex;
  align-items: center;
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 1040px) {
  .staff__list .content__top {
    display: block;
    margin-bottom: 0;
  }
}
.staff__list .content__bottom .content__wrap {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1040px) {
  .staff__list .content__bottom .content__wrap {
    margin-bottom: 2rem;
  }
}
.staff__list .content__bottom .head4 {
  font-size: max(4rem, 26px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 1040px) {
  .staff__list .content__bottom .head4 {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 540px) {
  .staff__list .content__bottom .head4 {
    font-size: 2rem;
  }
}
.staff__list .img {
  width: 64rem;
  max-width: 640px;
  margin-right: 10rem;
}
@media screen and (max-width: 1040px) {
  .staff__list .img {
    margin: 0 auto 2rem;
    max-width: 500px;
  }
}
@media screen and (max-width: 540px) {
  .staff__list .img {
    max-width: 100%;
    padding: 3rem;
  }
}
.staff__list .title {
  font-size: max(2rem, 14px);
  color: #8A8659;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1040px) {
  .staff__list .title {
    font-size: 0.7rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 540px) {
  .staff__list .title {
    font-size: 1.3rem;
  }
}
.staff__list .profile__area {
  width: 54.8rem;
}
@media screen and (max-width: 1040px) {
  .staff__list .profile__area {
    width: 100%;
  }
}
.staff__list .profile__area .head3 {
  font-size: 4.4rem;
}
@media screen and (max-width: 1040px) {
  .staff__list .profile__area .head3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .staff__list .profile__area .head3 {
    font-size: 2.8rem;
  }
}
.staff__list .profile__area .en {
  display: block;
  font-size: max(2rem, 14px);
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .staff__list .profile__area .en {
    font-size: 0.7rem;
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  .staff__list .profile__area .en {
    font-size: 1.3rem;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
}
.staff__list .profile__area .en::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1040px) {
  .staff__list .profile__area .en::after {
    width: 2rem;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 540px) {
  .staff__list .profile__area .en::after {
    width: 3rem;
  }
}
.staff__list .profile__area dd {
  font-size: max(2rem, 15px);
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .staff__list .profile__area dd {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .staff__list .profile__area dd {
    font-size: 1.5rem;
    margin-bottom: 2.4rem;
  }
}

.career__wrap {
  padding: 10rem;
  border: 1px solid #D6D6D6;
}
@media screen and (max-width: 1040px) {
  .career__wrap {
    padding: 3rem;
    margin-top: 4rem;
  }
}
.career__wrap .title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1040px) {
  .career__wrap .title {
    margin-bottom: 2rem;
  }
}
.career__wrap .careea__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.career__wrap .my {
  width: 13%;
}
@media screen and (max-width: 1040px) {
  .career__wrap .my {
    width: 20%;
  }
}
@media screen and (max-width: 540px) {
  .career__wrap .my {
    width: 30%;
  }
}
.career__wrap .text {
  width: 87%;
}
@media screen and (max-width: 1040px) {
  .career__wrap .text {
    width: 80%;
  }
}
@media screen and (max-width: 540px) {
  .career__wrap .text {
    width: 70%;
  }
}
.career__wrap .my, .career__wrap .text {
  margin-bottom: 2rem;
  font-size: max(2rem, 14px);
}
@media screen and (max-width: 1040px) {
  .career__wrap .my, .career__wrap .text {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .career__wrap .my, .career__wrap .text {
    font-size: 1.3rem;
    margin-bottom: 1.4rem;
  }
}
.career__wrap .acco__button {
  background-color: inherit;
  border: 1px solid #393627;
  color: #393627;
  text-align: center;
  font-size: max(2rem, 14px);
  width: 33rem;
  margin: 3rem auto 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .career__wrap .acco__button {
    width: 16rem;
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .career__wrap .acco__button {
    width: 20rem;
    font-size: 1.3rem;
    margin-top: 1rem;
    padding: 1rem;
  }
}
.career__wrap .acco__button.close::after {
  transform: rotate(180deg);
}
.career__wrap .acco__button::after {
  content: "";
  display: block;
  color: #fff;
  background-image: url(./img/icon-arr-hoso-bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1040px) {
  .career__wrap .acco__button::after {
    width: 1rem;
    height: 0.5rem;
    right: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .career__wrap .acco__button::after {
    width: 1.5rem;
    height: 0.7rem;
  }
}
.career__wrap .accordion__wrap {
  display: none;
}

.section__access > .inner {
  padding: 16rem 0 20rem;
}
@media screen and (max-width: 1040px) {
  .section__access > .inner {
    padding: 6rem 0 10rem;
  }
}

.access__container .head2 {
  font-size: 10.5rem;
  font-weight: 300;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1040px) {
  .access__container .head2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .access__container .head2 {
    font-size: 3rem;
  }
}
.access__container .address {
  margin-bottom: 4rem;
}
.access__container .address p {
  font-size: max(2rem, 15px);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1040px) {
  .access__container .address p {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .access__container .address p {
    font-size: 1.3rem;
  }
}
.access__container .address p span {
  display: inline-block;
  margin-right: 1rem;
}

.map__area {
  width: 100%;
  height: 61.2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .map__area {
    height: 50vw;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .map__area {
    font-size: 3rem;
  }
}
.map__area iframe {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.route__wrap .route__content {
  display: flex;
  align-items: center;
  padding: 5rem 16rem;
  border-bottom: 1PX solid #707070;
}
@media screen and (max-width: 1040px) {
  .route__wrap .route__content {
    padding: 2.5rem 0rem;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .route__wrap .route__content {
    padding: 3rem 0rem;
  }
}
.route__wrap .route__content:last-of-type {
  padding: 7rem 16rem;
}
@media screen and (max-width: 1040px) {
  .route__wrap .route__content:last-of-type {
    padding: 3rem 0rem;
  }
}
@media screen and (max-width: 540px) {
  .route__wrap .route__content:last-of-type {
    padding: 4rem 0rem;
  }
}
.route__wrap .head3 {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  width: 24rem;
  margin-right: 21rem;
}
@media screen and (max-width: 1040px) {
  .route__wrap .head3 {
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .route__wrap .head3 {
    font-size: 1.8rem;
  }
}
.route__wrap .text {
  font-size: max(2rem, 15px);
}
@media screen and (max-width: 1040px) {
  .route__wrap .text {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 540px) {
  .route__wrap .text {
    font-size: 1.4rem;
  }
}

.section__pp > .inner {
  padding: 17rem 0 15rem;
}
@media screen and (max-width: 1040px) {
  .section__pp > .inner {
    padding: 6rem 0 4rem;
  }
}

.pp__list li {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1040px) {
  .pp__list li {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .pp__list li {
    margin-bottom: 6rem;
  }
}
.pp__list .head2 {
  font-size: max(3.2rem, 20px);
  font-weight: 400;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .pp__list .head2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .pp__list .head2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.pp__list p {
  font-size: max(2rem, 15px);
  margin-bottom: 3.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 1040px) {
  .pp__list p {
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .pp__list p {
    font-size: 1.3rem;
  }
}
.pp__list p a {
  font-weight: 600;
  color: #8A8659;
  transition: all 0.3s;
  border-bottom: 1px solid #8A8659;
}
.pp__list p a:hover {
  opacity: 0.7;
}

.page__section__voice > .inner {
  padding: 18rem 0 20rem;
}
@media screen and (max-width: 1040px) {
  .page__section__voice > .inner {
    padding: 6rem 0;
  }
}
.page__section__voice .title__area {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .page__section__voice .title__area {
    margin-bottom: 2rem;
  }
}
.page__section__voice .head2 {
  font-size: max(3.2rem, 20px);
  font-weight: 400;
}
@media screen and (max-width: 1040px) {
  .page__section__voice .head2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__voice .head2 {
    font-size: 2.4rem;
  }
}
.page__section__voice .voice__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .page__section__voice .voice__list {
    display: block;
    margin-bottom: 2rem;
  }
}
.page__section__voice .voice__item {
  width: 60rem;
  width: 46.8%;
  max-width: 600px;
  min-width: auto;
}
@media screen and (max-width: 1040px) {
  .page__section__voice .voice__item {
    margin: 1rem 0;
    width: 100%;
    max-width: 100%;
  }
}

.cat__voice__container {
  margin-bottom: 13rem;
}
.cat__voice__container:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .cat__voice__container {
    margin-bottom: 7rem;
  }
}

.voice__item {
  width: 50rem;
  min-width: 400px;
  padding: 6rem 6rem 7rem;
  margin: 2rem;
}
@media screen and (max-width: 1040px) {
  .voice__item {
    margin: 0.7rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .voice__item {
    margin: 0.8rem;
    padding: 3rem 3rem;
    min-width: auto;
  }
}
.voice__item .customer {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .voice__item .customer {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .voice__item .customer {
    margin-bottom: 2rem;
  }
}
.voice__item .img {
  max-width: 10rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3rem;
}
@media screen and (max-width: 1040px) {
  .voice__item .img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .voice__item .img {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}
.voice__item .text {
  font-size: max(2rem, 14px);
  line-height: 2;
}
@media screen and (max-width: 1040px) {
  .voice__item .text {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .voice__item .text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .voice__item .comment {
    font-size: 1.4rem;
  }
}

.section__contact > .inner {
  padding: 13rem 0 13rem;
}
@media screen and (max-width: 1040px) {
  .section__contact > .inner {
    padding: 6rem 0 1rem;
  }
}
.section__contact .lead {
  font-size: max(2rem, 15px);
  line-height: 1.8;
}
@media screen and (max-width: 1040px) {
  .section__contact .lead {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__contact .lead {
    font-size: 1.4rem;
  }
}
.section__contact .head2 {
  font-size: 5rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1040px) {
  .section__contact .head2 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__contact .head2 {
    font-size: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
}
.section__contact .head2::after {
  content: "";
  display: block;
  width: 9.6rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .section__contact .head2::after {
    width: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__contact .head2::after {
    width: 4rem;
  }
}
.section__contact .img {
  margin: 6.8rem 0 9.6rem;
}
@media screen and (max-width: 1040px) {
  .section__contact .img {
    margin: 3rem 0 4rem;
  }
}
.section__contact .return__button {
  max-width: 390px;
  width: 39rem;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .section__contact .return__button {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__contact .return__button {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .section__contact .return__button span {
    font-size: 1.3rem;
  }
}
.section__contact .text__link {
  font-size: max(2rem, 15px);
  color: #8A8659;
  font-weight: 600;
  border-bottom: 1px solid #8A865D;
}
@media screen and (max-width: 1040px) {
  .section__contact .text__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__contact .text__link {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.section__contact .text__link:hover {
  color: #5D5A3C;
  border-color: #5D5A3C;
}

.form__wrap {
  padding-top: 8rem;
}
@media screen and (max-width: 1040px) {
  .form__wrap {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .form__wrap {
    padding-top: 6rem;
  }
}
.form__wrap .button {
  max-width: 390px;
  width: 39rem;
  margin: 10rem auto;
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .form__wrap .button {
    padding: 1.2rem;
    margin: 5rem auto;
  }
}
@media screen and (max-width: 540px) {
  .form__wrap .button {
    width: 100%;
  }
}
.form__wrap .confir__button {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .form__wrap .confir__button {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .form__wrap .confir__button {
    margin-bottom: 2rem;
  }
}
.form__wrap input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: max(2rem, 15px);
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 3;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1040px) {
  .form__wrap input[type=submit] {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .form__wrap input[type=submit] {
    font-size: 1.4rem;
  }
}
.form__wrap .wpcf7-previous {
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  display: inline-block;
  width: 100%;
  text-decoration: underline;
  transition: all 0.3s;
  color: #393627;
}
@media screen and (max-width: 1040px) {
  .form__wrap .wpcf7-previous {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .form__wrap .wpcf7-previous {
    font-size: 1.4rem;
  }
}
.form__wrap .wpcf7-previous:hover {
  color: #8A8659;
}

.form__item {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .form__item {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .form__item {
    margin-bottom: 5rem;
  }
}
.form__item .title {
  font-size: max(2rem, 15px);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 1040px) {
  .form__item .title {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .form__item .title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.form__item .req::after {
  content: "必須";
  display: inline-block;
  color: #fff;
  font-size: max(1.4rem, 10px);
  font-weight: 600;
  background-color: #D85857;
  padding: 0.1rem 0.8rem;
  margin-left: 1rem;
}
@media screen and (max-width: 1040px) {
  .form__item .req::after {
    font-size: 0.6rem;
    margin-left: 0.3rem;
    padding: 0.05rem 0.4rem;
  }
}
@media screen and (max-width: 540px) {
  .form__item .req::after {
    font-size: 1.1rem;
  }
}
.form__item label {
  font-size: max(1.8rem, 14px);
}
@media screen and (max-width: 1040px) {
  .form__item label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .form__item label {
    font-size: 1.4rem;
  }
}
.form__item input[type=text], .form__item input[type=email], .form__item textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 3rem 2rem;
  font-size: max(1.8rem, 14px);
  border-radius: 0;
}
@media screen and (max-width: 1040px) {
  .form__item input[type=text], .form__item input[type=email], .form__item textarea {
    font-size: 1rem;
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .form__item input[type=text], .form__item input[type=email], .form__item textarea {
    font-size: 16px;
  }
}
.form__item textarea {
  height: 33rem;
}
@media screen and (max-width: 1040px) {
  .form__item textarea {
    height: 15rem;
  }
}
.form__item .checkbox__area {
  font-size: max(1.8rem, 14px);
}
@media screen and (max-width: 1040px) {
  .form__item .checkbox__area {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 540px) {
  .form__item .checkbox__area {
    font-size: 1.4rem;
  }
}
.form__item .checkbox__area .wpcf7-list-item-label {
  display: inline-block;
  margin-right: 7.4rem;
  margin-bottom: 2rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .form__item .checkbox__area .wpcf7-list-item-label {
    margin-right: 3rem;
    margin-bottom: 1.5rem;
  }
}
.form__item .checkbox__area .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  width: 2.4rem;
  height: 2.4rem;
  width: max(2.4rem, 18px);
  height: max(2.4rem, 18px);
  vertical-align: -0.5rem;
  background-color: #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 1040px) {
  .form__item .checkbox__area .wpcf7-list-item-label::before {
    max-width: 40px;
    max-height: 40px;
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .form__item .checkbox__area .wpcf7-list-item-label::before {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.8rem;
    vertical-align: -0.8rem;
  }
}
.form__item .checkbox__area .wpcf7-list-item-label::after {
  border-right: 2px solid #393627;
  border-bottom: 2px solid #393627;
  content: "";
  display: block;
  height: max(2rem, 15px);
  left: 1rem;
  margin-top: -1.5rem;
  margin-top: max(-1.5rem, -12px);
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 9px;
}
@media screen and (max-width: 1040px) {
  .form__item .checkbox__area .wpcf7-list-item-label::after {
    margin-top: -1rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .form__item .checkbox__area .wpcf7-list-item-label::after {
    margin-top: -1.3rem;
    height: 2rem;
  }
}
.form__item input[type=checkbox] {
  display: none;
}
.form__item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #666;
}
.form__item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  z-index: 99;
  transform: rotate(45deg) scale3d(1, 1, 1);
}

.wpcf7-spinner {
  display: none !important;
}

.form__wrap .wpcf7-not-valid-tip {
  font-size: 15px;
}
@media screen and (max-width: 1040px) {
  .form__wrap .wpcf7-not-valid-tip {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 540px) {
  .form__wrap .wpcf7-not-valid-tip {
    font-size: 1.3rem;
  }
}
.form__wrap .wpcf7 form.invalid .wpcf7-response-output, .form__wrap .wpcf7 form.unaccepted .wpcf7-response-output, .form__wrap .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.page__section__concept > .inner {
  padding: 18rem 0 20rem;
}
@media screen and (max-width: 1040px) {
  .page__section__concept > .inner {
    padding: 6rem 0;
  }
}
.page__section__concept .concept__container {
  margin-bottom: 16em;
}
@media screen and (max-width: 1040px) {
  .page__section__concept .concept__container {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__concept .concept__container {
    margin-bottom: 8rem;
  }
}
.page__section__concept .concept__img {
  background-image: url(./img/about-concept.jpg);
}
@media screen and (max-width: 1040px) {
  .page__section__concept .concept__img {
    background-image: url(./img/about-concept-sp.jpg);
  }
}
.page__section__concept .message__img {
  right: inherit;
  left: 0;
}
.page__section__concept .message__container {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1040px) {
  .page__section__concept .message__container {
    margin-bottom: 2rem;
  }
}
.page__section__concept .message__container .concept__contents {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1040px) {
  .page__about .section__blog > .inner {
    padding: 6rem 0;
  }
}
.page__about .section__blog .text__button__wrap.pc-block {
  text-align: left;
}
.page__about .section__blog .blog__outline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
@media screen and (max-width: 1040px) {
  .page__about .section__blog .blog__outline {
    display: block;
    top: 0;
  }
}

.section__features .title__area {
  margin-bottom: 13rem;
}
@media screen and (max-width: 1040px) {
  .section__features .title__area {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .section__features .title__area {
    margin-bottom: 6rem;
  }
}
.section__features .features__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section__features .features__list li {
  width: 30%;
  margin: 0rem 2rem 11rem;
}
@media screen and (max-width: 1040px) {
  .section__features .features__list li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__features .features__list li {
    margin-bottom: 4rem;
  }
}
.section__features .features__list li .img__wrap {
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .section__features .features__list li .img__wrap {
    margin: 0 1.5rem 0 0;
    width: 30%;
  }
}
.section__features .features__list li .num {
  display: block;
  width: 9.8rem;
  position: absolute;
  top: -3rem;
  left: -2rem;
  z-index: 9;
}
@media screen and (max-width: 1040px) {
  .section__features .features__list li .num {
    width: 3rem;
    top: -1rem;
    left: -1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__features .features__list li .num {
    width: 4rem;
    top: -1.5rem;
    left: -2rem;
  }
}
.section__features .features__list li .img {
  width: 37.4rem;
}
@media screen and (max-width: 1040px) {
  .section__features .features__list li .img {
    width: 100%;
  }
}
.section__features .features__list li .head3 {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1040px) {
  .section__features .features__list li .head3 {
    font-size: 1.2rem;
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  .section__features .features__list li .head3 {
    font-size: 1.7rem;
  }
}

.page__section__features > .inner {
  padding: 21rem 0;
}
@media screen and (max-width: 1040px) {
  .page__section__features > .inner {
    padding: 6rem 0 4rem;
  }
}
.page__section__features .features__outline .head3 {
  margin-bottom: 16rem;
}
@media screen and (max-width: 1040px) {
  .page__section__features .features__outline .head3 {
    margin-bottom: 5rem;
  }
}
.page__section__features .features__list {
  display: block;
}
.page__section__features .features__list li {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .page__section__features .features__list li {
    display: block;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 1040px) {
  .page__section__features .features__list li:nth-of-type(2n) .img__wrap {
    margin-left: auto;
    margin-right: 0;
  }
}
.page__section__features .features__list li .img__wrap {
  margin-right: 10rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .page__section__features .features__list li .img__wrap {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 60%;
  }
}
@media screen and (max-width: 540px) {
  .page__section__features .features__list li .img__wrap {
    margin-bottom: 2rem;
  }
}
.page__section__features .features__list li .head3 {
  font-size: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .page__section__features .features__list li .head3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .page__section__features .features__list li .head3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.page__section__features .features__list li .text {
  font-size: max(2rem, 14px);
}
@media screen and (max-width: 1040px) {
  .page__section__features .features__list li .text {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__features .features__list li .text {
    font-size: 1.4rem;
  }
}

.section__beginner__info > .inner {
  padding: 18rem 0 20rem;
}
@media screen and (max-width: 1040px) {
  .section__beginner__info > .inner {
    padding: 6rem 0;
  }
}
.section__beginner__info .head2 {
  font-size: 5rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 18rem;
}
@media screen and (max-width: 1040px) {
  .section__beginner__info .head2 {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 540px) {
  .section__beginner__info .head2 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
  }
}
.section__beginner__info .head2::after {
  content: "";
  display: block;
  width: 9.6rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .section__beginner__info .head2::after {
    width: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__beginner__info .head2::after {
    width: 4rem;
  }
}

.beginner__container .content {
  margin-bottom: 17rem;
}
@media screen and (max-width: 1040px) {
  .beginner__container .content {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 540px) {
  .beginner__container .content {
    margin-bottom: 7rem;
  }
}
.beginner__container .head3 {
  font-size: 3.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .beginner__container .head3 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .beginner__container .head3 {
    font-size: 2.2rem;
  }
}
.beginner__container .head3::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 4rem;
  background-color: #8B8559;
  margin-right: 1.5rem;
}
@media screen and (max-width: 1040px) {
  .beginner__container .head3::before {
    width: 0.2rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .beginner__container .head3::before {
    width: 0.3rem;
    height: 2.4rem;
    margin-right: 1rem;
  }
}
.beginner__container .text {
  font-size: max(2rem, 14px);
  line-height: 1.8;
}
@media screen and (max-width: 1040px) {
  .beginner__container .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .beginner__container .text {
    font-size: 1.4rem;
  }
}
.beginner__container .button__list {
  display: flex;
  justify-content: center;
  margin: 5rem auto;
}
@media screen and (max-width: 1040px) {
  .beginner__container .button__list {
    margin: 3rem auto;
  }
}
@media screen and (max-width: 540px) {
  .beginner__container .button__list {
    margin: 4rem auto;
    display: block;
  }
}
.beginner__container .button__list .cta__button {
  width: 39rem;
  margin: 0 2rem;
  display: block;
}
@media screen and (max-width: 1040px) {
  .beginner__container .button__list .cta__button {
    margin: 0 0.5rem;
    width: 11rem;
  }
}
@media screen and (max-width: 540px) {
  .beginner__container .button__list .cta__button {
    margin: 2rem auto;
    width: 25rem;
  }
}
.beginner__container .item__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1040px) {
  .beginner__container .item__list li {
    display: block;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 540px) {
  .beginner__container .item__list li {
    margin-bottom: 6rem;
  }
}
.beginner__container .item__list li .text__area {
  width: 62rem;
}
@media screen and (max-width: 1040px) {
  .beginner__container .item__list li .text__area {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.beginner__container .item__list li .text__area .head4 {
  font-size: max(2.8rem, 18px);
  font-weight: 400;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .beginner__container .item__list li .text__area .head4 {
    font-size: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .beginner__container .item__list li .text__area .head4 {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}
.beginner__container .item__list li .text__area .head4::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1040px) {
  .beginner__container .item__list li .text__area .head4::after {
    width: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .beginner__container .item__list li .text__area .head4::after {
    width: 3rem;
  }
}
.beginner__container .item__list li .img {
  width: 55rem;
}
@media screen and (max-width: 1040px) {
  .beginner__container .item__list li .img {
    width: 100%;
  }
}

.section__beginner__info .hv__area > .inner {
  width: 100%;
  max-width: 100%;
  padding-bottom: 30rem;
}
@media screen and (max-width: 1040px) {
  .section__beginner__info .hv__area > .inner {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 540px) {
  .section__beginner__info .hv__area > .inner {
    padding-bottom: 0;
  }
}
.section__beginner__info .hv__area .img__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__beginner__info .hv__area .img__wrap .img {
  width: 50%;
}
.section__beginner__info .hv__area .text__area {
  width: 100rem;
  padding: 9rem;
  text-align: center;
  right: 0;
  bottom: -30rem;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .section__beginner__info .hv__area .text__area {
    padding: 0;
    bottom: -11.5rem;
    width: 100%;
    background-color: inherit;
  }
}
@media screen and (max-width: 540px) {
  .section__beginner__info .hv__area .text__area {
    bottom: 2rem;
  }
}
@media screen and (max-width: 1040px) {
  .section__beginner__info .hv__area .text__area .head3 {
    background-color: #fff;
    padding: 1rem 2rem;
    display: inline-block;
  }
}
.section__beginner__info .hv__area .text__area .hv__list {
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .section__beginner__info .hv__area .text__area .hv__list {
    display: block;
    letter-spacing: normal;
  }
}

.page__section__partner > .inner {
  padding-top: 0;
}

.section__faq > .inner {
  padding: 18rem 0 20rem;
}
@media screen and (max-width: 1040px) {
  .section__faq > .inner {
    padding: 6rem 0;
  }
}
.section__faq .head3 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .section__faq .head3 {
    margin-bottom: 3rem;
  }
}

.faq__list .faq__item {
  padding: 3.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .faq__list .faq__item {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .faq__list .faq__item {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
.faq__list .en {
  font-size: max(3rem, 20px);
  color: #8A8659;
  margin-right: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .faq__list .en {
    font-size: 1.1rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .faq__list .en {
    font-size: 2rem;
    margin-right: 1rem;
  }
}
.faq__list .q-area {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 540px) {
  .faq__list .q-area {
    padding-right: 2rem;
  }
}
.faq__list .q-area.close::after {
  transform: rotate(180deg);
}
.faq__list .q-area::after {
  content: "";
  display: block;
  color: #fff;
  background-image: url(./img/icon-arr-hoso-bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1040px) {
  .faq__list .q-area::after {
    width: 0.8rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .faq__list .q-area::after {
    width: 1.5rem;
    height: 0.7rem;
  }
}
.faq__list .a-area {
  display: flex;
  padding-top: 4rem;
}
@media screen and (max-width: 1040px) {
  .faq__list .a-area {
    padding-top: 1.5rem;
  }
}
.faq__list .a-area__wrap.close {
  display: none;
}
.faq__list .text {
  font-size: max(2rem, 14px);
  line-height: 1.8;
}
@media screen and (max-width: 1040px) {
  .faq__list .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .faq__list .text {
    font-size: 1.4rem;
  }
}

.section__flow > .inner {
  padding: 18rem 0 20rem;
}
@media screen and (max-width: 1040px) {
  .section__flow > .inner {
    padding: 6rem 0;
  }
}
.section__flow > .inner .head3 {
  margin-bottom: 11.4rem;
}
@media screen and (max-width: 1040px) {
  .section__flow > .inner .head3 {
    margin-bottom: 7rem;
  }
}

.flow__list .item {
  display: flex;
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1040px) {
  .flow__list .item {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .item {
    display: block;
    margin-bottom: 10rem;
  }
}
.flow__list .img {
  width: 21.5rem;
  max-width: 215px;
  margin-right: 8rem;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .flow__list .img {
    width: 10rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .img {
    width: 15rem;
    margin-right: 0;
    margin-bottom: 2rem;
    margin: 0 auto 2rem;
  }
}
.flow__list .num {
  font-size: max(3rem, 20px);
  font-weight: 700;
  color: #8A8659;
  position: absolute;
  top: -3rem;
  left: 0;
}
@media screen and (max-width: 1040px) {
  .flow__list .num {
    font-size: 1.2rem;
    top: -1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .num {
    font-size: 3rem;
    z-index: 1;
  }
}
.flow__list .text__area {
  width: 98rem;
}
@media screen and (max-width: 1040px) {
  .flow__list .text__area {
    width: 40rem;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .text__area {
    width: 100%;
    padding: 0 2rem;
  }
}
.flow__list .head4 {
  font-size: max(2.8rem, 18px);
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .flow__list .head4 {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .head4 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}
.flow__list .head4::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1040px) {
  .flow__list .head4::after {
    width: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .head4::after {
    width: 3rem;
    right: 0;
    margin: auto;
  }
}
.flow__list .text {
  font-size: max(2rem, 14px);
}
@media screen and (max-width: 1040px) {
  .flow__list .text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .text {
    font-size: 1.5rem;
  }
}
.flow__list .cau {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: max(1.8rem, 12px);
  padding-top: 1rem;
}
@media screen and (max-width: 1040px) {
  .flow__list .cau {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .cau {
    font-size: 1.1rem;
  }
}
.flow__list .cau::before {
  content: "※";
}
.flow__list .cat {
  display: inline-block;
  background-color: #393627;
  color: #fff;
  padding: 0.3rem 1rem;
  font-weight: 600;
  margin: 1rem 0;
  font-size: max(1.8rem, 13px);
}
@media screen and (max-width: 1040px) {
  .flow__list .cat {
    font-size: 0.7rem;
    padding: 0.1rem 0.5rem;
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .cat {
    font-size: 1.4rem;
    margin: 1rem 0;
    padding: 0.2rem 1rem;
  }
}
.flow__list .button__list {
  display: flex;
  margin: 5rem 0 0;
}
@media screen and (max-width: 1040px) {
  .flow__list .button__list {
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .button__list {
    margin: 4rem auto;
    display: block;
  }
}
.flow__list .button__list .cta__button {
  width: 39rem;
  margin: 0 2rem;
  display: block;
}
@media screen and (max-width: 1040px) {
  .flow__list .button__list .cta__button {
    margin: 0 0.5rem;
    width: 11rem;
  }
}
@media screen and (max-width: 540px) {
  .flow__list .button__list .cta__button {
    margin: 2rem auto;
    width: 25rem;
  }
}

.section__detail > .inner {
  overflow: hidden;
}
.section__detail .title {
  position: relative;
  font-size: 3.6rem;
  padding-bottom: 3rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 1040px) {
  .section__detail .title {
    font-size: 1.2rem;
    padding-bottom: 0.7rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__detail .title {
    font-size: 2.2rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
}
.section__detail .title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1040px) {
  .section__detail .title::after {
    width: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__detail .title::after {
    width: 3rem;
  }
}
.section__detail .cap {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1040px) {
  .section__detail .head4 .sp-none {
    display: none;
  }
}
.section__detail .title-p {
  padding-top: 10rem;
}
@media screen and (max-width: 1040px) {
  .section__detail .title-p {
    padding: 0;
  }
}
.section__detail .message__container {
  margin-bottom: 16rem;
}
@media screen and (max-width: 1040px) {
  .section__detail .concept__container {
    margin-bottom: 7rem;
  }
}
.section__detail .concept__container .concept__outline {
  top: 3rem;
}
@media screen and (max-width: 1040px) {
  .section__detail .img__bg {
    height: 20rem;
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .section__detail .img__bg01 {
    background-image: url(./img/detail01-sp.jpg);
  }
}
.section__detail .img__bg02 {
  background-image: url(./img/detail02.jpg);
}
@media screen and (max-width: 1040px) {
  .section__detail .img__bg02 {
    background-image: url(./img/detail02-sp.jpg);
  }
}
.section__detail .img__bg03 {
  background-image: url(./img/detail03.jpg);
}
@media screen and (max-width: 1040px) {
  .section__detail .img__bg03 {
    background-image: url(./img/detail03-sp.jpg);
  }
}
.section__detail .img__bg04 {
  background-image: url(./img/detail04.jpg);
}
@media screen and (max-width: 1040px) {
  .section__detail .img__bg04 {
    background-image: url(./img/detail04-sp.jpg);
  }
}
.section__detail .img__bg05 {
  background-image: url(./img/detail05.jpg);
}
@media screen and (max-width: 1040px) {
  .section__detail .img__bg05 {
    background-image: url(./img/detail05-sp.jpg);
  }
}

.page__section__voice > .inner {
  padding: 18rem 0 20rem;
}
@media screen and (max-width: 1040px) {
  .page__section__voice > .inner {
    padding: 6rem 0;
  }
}
.page__section__voice .title__area {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .page__section__voice .title__area {
    margin-bottom: 2rem;
  }
}
.page__section__voice .head2 {
  font-size: max(3.2rem, 20px);
  font-weight: 400;
}
@media screen and (max-width: 1040px) {
  .page__section__voice .head2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__voice .head2 {
    font-size: 2.4rem;
  }
}
.page__section__voice .voice__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  .page__section__voice .voice__list {
    display: block;
    margin-bottom: 2rem;
  }
}
.page__section__voice .voice__item {
  width: 60rem;
  width: 46.8%;
  max-width: 600px;
  min-width: auto;
}
@media screen and (max-width: 1040px) {
  .page__section__voice .voice__item {
    margin: 1rem 0;
    width: 100%;
    max-width: 100%;
  }
}

.cat__voice__container {
  margin-bottom: 13rem;
}
.cat__voice__container:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .cat__voice__container {
    margin-bottom: 7rem;
  }
}

.voice__item {
  width: 50rem;
  min-width: 400px;
  padding: 6rem 6rem 7rem;
  margin: 2rem;
}
@media screen and (max-width: 1040px) {
  .voice__item {
    margin: 0.7rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .voice__item {
    margin: 0.8rem;
    padding: 3rem 3rem;
    min-width: auto;
  }
}
.voice__item .customer {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .voice__item .customer {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .voice__item .customer {
    margin-bottom: 2rem;
  }
}
.voice__item .img {
  max-width: 10rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3rem;
}
@media screen and (max-width: 1040px) {
  .voice__item .img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .voice__item .img {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}
.voice__item .text {
  font-size: max(2rem, 14px);
  line-height: 2;
}
@media screen and (max-width: 1040px) {
  .voice__item .text {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .voice__item .text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .voice__item .comment {
    font-size: 1.4rem;
  }
}

.page__section__symptoms > .inner {
  padding: 18rem 0 20rem 15rem;
}
@media screen and (max-width: 1040px) {
  .page__section__symptoms > .inner {
    padding: 6rem 0 6rem 1.2rem;
  }
}
.page__section__symptoms .head3 {
  margin-bottom: 12rem;
  position: relative;
  left: -10rem;
}
@media screen and (max-width: 1040px) {
  .page__section__symptoms .head3 {
    margin: 0 auto 5rem;
    left: 0;
  }
}
.page__section__symptoms .symp__cat__list {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .page__section__symptoms .symp__cat__list {
    display: block;
  }
}
.page__section__symptoms .symp__cat__list li {
  flex-direction: column;
  width: 47%;
  border: 1px solid #C9C9C9;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 10rem 9rem;
  height: auto;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1040px) {
  .page__section__symptoms .symp__cat__list li {
    padding: 4rem 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__symptoms .symp__cat__list li {
    width: 100%;
    padding: 5rem 3rem;
  }
}
.page__section__symptoms .symp__cat__list .tit__area {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .page__section__symptoms .symp__cat__list .tit__area {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__symptoms .symp__cat__list .tit__area {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__symptoms .symp__cat__list .cat__title {
    font-size: 1.8rem;
  }
}
.page__section__symptoms .symp__cat__list .img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 540px) {
  .page__section__symptoms .symp__cat__list .img {
    width: 9rem;
    margin-bottom: 1.5rem;
  }
}
.page__section__symptoms .symp__cat__list .button {
  background-color: #fff;
  border: 2px solid #7E785E;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .page__section__symptoms .symp__cat__list .button {
    border-width: 1px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__symptoms .symp__cat__list .button {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.page__section__symptoms .symp__cat__list .button > span {
  color: #7E785E;
}
@media screen and (max-width: 540px) {
  .page__section__symptoms .symp__cat__list .button > span {
    font-size: 1.3rem;
  }
}
.page__section__symptoms .symp__cat__list .button::after {
  background-image: url(./img/icon-arrow-y.svg);
}
.page__section__symptoms .symp__cat__list .button:hover span {
  color: #fff;
}
.page__section__symptoms .symp__cat__list .button:hover::after {
  background-image: url(./img/icon-arrow.svg);
}
.page__section__symptoms .tab__contents__area {
  padding-top: 10rem;
}
@media screen and (max-width: 1040px) {
  .page__section__symptoms .tab__contents__area {
    padding-top: 6rem;
  }
}

.symp__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1040px) {
  .symp__container {
    display: block;
  }
}
.symp__container.chiro {
  margin-bottom: 21rem;
}
@media screen and (max-width: 1040px) {
  .symp__container.chiro {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1040px) {
  .symp__container.beauty {
    margin-bottom: 2rem;
  }
}
.symp__container .title__area {
  padding-top: 2rem;
  position: sticky;
  top: 10rem;
}
@media screen and (max-width: 1040px) {
  .symp__container .title__area {
    position: static;
  }
}
.symp__container .title__area .head4 {
  font-size: max(3rem, 18px);
}
@media screen and (max-width: 1040px) {
  .symp__container .title__area .head4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .symp__container .title__area .head4 {
    font-size: 2rem;
  }
}
.symp__container .title__area .text__button__wrap {
  text-align: left;
}
@media screen and (max-width: 1040px) {
  .symp__container .title__area .text__button__wrap {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1040px) {
  .symp__container .title__area .text__button__wrap .text__button {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .symp__container .title__area .text__button__wrap .text__button {
    font-size: 1.3rem;
  }
}

.symp__cat__list {
  max-width: 1000px;
  width: 100rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 1040px) {
  .symp__cat__list {
    width: 100%;
  }
}
.symp__cat__list li {
  width: 50%;
  padding: 1px;
  height: 40rem;
}
@media screen and (max-width: 1040px) {
  .symp__cat__list li {
    width: 33%;
    height: 12rem;
  }
}
@media screen and (max-width: 540px) {
  .symp__cat__list li {
    width: 50%;
    height: 16rem;
  }
}
.symp__cat__list li .link {
  display: block;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.3s;
}
.symp__cat__list li .link:hover {
  transform: scale(1.02);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.symp__cat__list .img {
  width: 12rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .symp__cat__list .img {
    width: 3.7rem;
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .symp__cat__list .img {
    width: 6rem;
    margin-bottom: 0.7rem;
  }
}
.symp__cat__list .cat__title {
  color: #393627;
  font-size: max(2.8rem, 18px);
}
@media screen and (max-width: 1040px) {
  .symp__cat__list .cat__title {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .symp__cat__list .cat__title {
    font-size: 1.4rem;
  }
}
.symp__cat__list .cat__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #393627;
  margin: 1rem auto 0;
}
@media screen and (max-width: 1040px) {
  .symp__cat__list .cat__title::after {
    width: 1rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .symp__cat__list .cat__title::after {
    width: 1.5rem;
    margin-top: 0.5rem;
  }
}

.page__section__single__symp .title__area {
  display: flex;
  align-items: center;
}
.page__section__single__symp .title__area .img__wrap {
  width: 12rem;
  height: 12rem;
  border: 1px solid #C9C9C9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single__symp .title__area .img__wrap {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single__symp .title__area .img__wrap {
    width: 6rem;
    height: 6rem;
  }
}
.page__section__single__symp .title__area .img__wrap .img {
  width: 7rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single__symp .title__area .img__wrap .img {
    width: 3.7rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single__symp .title__area .img__wrap .img {
    width: 4rem;
  }
}
.page__section__single__symp .title__area .img__wrap .text {
  font-size: max(1.4rem, 10px);
}
@media screen and (max-width: 1040px) {
  .page__section__single__symp .title__area .img__wrap .text {
    font-size: 0.6rem;
  }
}
.page__section__single__symp .title__area .head1 {
  margin: 0;
}

.page__section__single .custom-field {
  max-width: 800px;
  width: 80rem;
  min-width: 700px;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field {
    width: 30rem;
    min-width: auto;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field {
    width: 100%;
  }
}
.page__section__single .custom-field .area {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .area {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .area {
    margin-bottom: 5rem;
  }
}
.page__section__single .custom-field .head3 .head-en {
  font-size: max(3.4rem, 26px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .head3 .head-en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .head3 .head-en {
    font-size: 1.7rem;
  }
}
.page__section__single .custom-field .head3 .head-en::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #393627;
  margin-left: 1rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .head3 .head-ja {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .head3 .head-ja {
    font-size: 1.2rem;
  }
}
.page__section__single .custom-field .head4 {
  font-size: max(2.4rem, 18px);
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .head4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .head4 {
    font-size: 1.5rem;
  }
}
.page__section__single .custom-field .head4::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #393627;
  margin-right: 1rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .head4::before {
    width: 1rem;
    margin-right: 0.5rem;
  }
}
.page__section__single .custom-field .img__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .img__area {
    margin-bottom: 2rem;
  }
}
.page__section__single .custom-field .img__area .img__content {
  width: 48%;
}
.page__section__single .custom-field .img__area .img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .img__area .img {
    margin-bottom: 1rem;
  }
}
.page__section__single .custom-field .img__area span {
  display: block;
  text-align: center;
  font-size: max(2rem, 15px);
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .img__area span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .img__area span {
    font-size: 1.4rem;
  }
}
.page__section__single .custom-field .img__area span.after {
  color: #E18283;
}
.page__section__single .custom-field .customer {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .customer {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .customer {
    margin-bottom: 2rem;
  }
}
.page__section__single .custom-field .customer .img {
  max-width: 10rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .customer .img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .customer .img {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}
.page__section__single .custom-field .customer .text {
  font-size: max(2rem, 14px);
  line-height: 2;
  margin: 0;
  max-width: none;
  min-width: auto;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .customer .text {
    font-size: 0.7rem;
    width: auto;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .customer .text {
    font-size: 1.2rem;
  }
}
.page__section__single .custom-field .customer .profile__area {
  width: 80%;
}
.page__section__single .custom-field .faq__item {
  border: 1px solid #C9C9C9;
  padding: 3rem 3.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .faq__item {
    padding: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .faq__item {
    padding: 2rem 2rem;
    margin-bottom: 1rem;
  }
}
.page__section__single .custom-field .faq__item .en {
  color: #8A8659;
  margin-right: 1rem;
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .faq__item .en {
    margin-right: 0.5rem;
  }
}
.page__section__single .custom-field .faq__item .q-area, .page__section__single .custom-field .faq__item .a-area {
  display: flex;
}
.page__section__single .custom-field .faq__item .q-area .text, .page__section__single .custom-field .faq__item .a-area .text {
  margin: 0;
  min-width: auto;
  width: 100%;
}
.page__section__single .custom-field .reserve__area .cta__button {
  width: 39rem;
  margin: 0 auto 2rem;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .reserve__area .cta__button {
    margin-bottom: 1rem;
    width: 11rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .reserve__area .cta__button {
    width: 25rem;
  }
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .reserve__area .button {
    padding: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .reserve__area .button {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .reserve__area .button span {
    font-size: 1.4rem;
  }
}
.page__section__single .custom-field .phone__number {
  margin: 0;
  width: auto;
  min-width: auto;
  max-width: none;
  color: #393627;
  font-size: 3rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .phone__number {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .phone__number {
    font-size: 1.6rem;
  }
}
.page__section__single .custom-field .icon__phone {
  background-color: #9B9473;
}
.page__section__single .custom-field .caution {
  color: #393627;
  font-size: max(1.7rem, 12px);
  margin: 0;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .caution {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 540px) {
  .page__section__single .custom-field .caution {
    font-size: 1.2rem;
  }
}
.page__section__single .custom-field .address {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .page__section__single .custom-field .address {
    margin-bottom: 1rem;
  }
}
.page__section__single .custom-field .address p {
  margin: 0;
  width: auto;
  min-width: none;
  max-width: auto;
}

#toc_container {
  border: 1px solid #C9C9C9;
  padding: 30px 12rem;
  width: 100% !important;
}
@media screen and (max-width: 1040px) {
  #toc_container {
    padding: 1rem 3.5rem;
  }
}
@media screen and (max-width: 540px) {
  #toc_container {
    padding: 2rem 3rem;
  }
}
#toc_container .toc_title {
  font-size: max(2.2rem, 16px);
  margin: 0;
  width: auto;
}
@media screen and (max-width: 1040px) {
  #toc_container .toc_title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  #toc_container .toc_title {
    font-size: 1.6rem;
  }
}
#toc_container .toc_list {
  list-style-type: decimal !important;
  font-size: max(2rem, 13px);
  color: #8A8659;
  margin: 0;
  margin-left: 20px;
  padding-top: 3rem;
}
@media screen and (max-width: 1040px) {
  #toc_container .toc_list {
    font-size: 0.8rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 540px) {
  #toc_container .toc_list {
    font-size: 1.4rem;
  }
}
#toc_container .toc_list a {
  color: #8A8659;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 600;
  font-size: max(2rem, 13px);
  margin-bottom: 1rem;
}
@media screen and (max-width: 1040px) {
  #toc_container .toc_list a {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  #toc_container .toc_list a {
    font-size: 1.3rem;
  }
}
#toc_container .toc_list ul {
  list-style-type: "- ";
  padding-left: 1rem;
  margin: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1040px) {
  #toc_container .toc_list ul {
    margin-bottom: 0.5rem;
  }
}

.section__symp__related .item {
  padding: 0;
}
.section__symp__related .item a {
  color: #393627;
  display: block;
  padding: 2.8rem 2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1040px) {
  .section__symp__related .item a {
    padding: 1.4rem 1rem 1.4rem;
  }
}
.section__symp__related .item a::after {
  background-image: url(./img/icon-arrow-bk.svg);
}
.section__symp__related .item a:hover {
  color: #8A8659;
}

.page__symp-cat .item {
  font-size: max(1.5rem, 12px);
  padding-left: 2.5rem;
  color: #393627;
  line-height: 2;
}
@media screen and (max-width: 1040px) {
  .page__symp-cat .item {
    font-size: 0.8rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .page__symp-cat .item {
    font-size: 1.2rem;
    padding-left: 2.5rem;
  }
}
.page__symp-cat .item .child .item {
  padding: 0;
}
.page__symp-cat .item .child a {
  padding-left: 0;
}
.page__symp-cat .item .child a::before {
  content: "ー";
}

@media screen and (max-width: 540px) {
  .section__aosct .recruit__container.r-c02 .recruit__list {
    border: none;
  }
}
@media screen and (max-width: 1040px) {
  .section__aosct .recruit__container.r-c02 dl {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 540px) {
  .section__aosct .recruit__container.r-c02 dl {
    display: block;
    border: none;
    padding-top: 0;
  }
}
.section__aosct .recruit__container.r-c02 dt {
  width: 30rem;
  line-height: 1.2;
  height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(2rem, 12px);
}
@media screen and (max-width: 1040px) {
  .section__aosct .recruit__container.r-c02 dt {
    font-size: 0.7rem;
    height: 2.5rem;
    width: 38rem;
  }
}
@media screen and (max-width: 540px) {
  .section__aosct .recruit__container.r-c02 dt {
    font-size: 1.2rem;
    height: auto;
    padding: 1rem;
    width: 100%;
    margin: 0 0 1.5rem;
  }
}
.section__aosct .recruit__container.r-c02 dt .pc-block {
  display: block;
}
@media screen and (max-width: 540px) {
  .section__aosct .recruit__container.r-c02 dt .pc-block {
    display: none;
  }
}
.section__aosct .recruit__container.r-c02 dd {
  width: 66rem;
  font-size: max(2.4rem, 14px);
}
@media screen and (max-width: 1040px) {
  .section__aosct .recruit__container.r-c02 dd {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 540px) {
  .section__aosct .recruit__container.r-c02 dd {
    font-size: 1.4rem;
    width: 100%;
    padding: 0 1rem;
  }
}
.section__aosct .recruit__container.r-c02 dd a {
  color: #393627;
}

@media screen and (max-width: 540px) {
  .page__wellness .head-en {
    font-size: 3rem;
  }
}

.section__wellness > .inner {
  padding: 16rem 0 26rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness > .inner {
    padding: 6rem 0 8rem;
  }
}
.section__wellness .lead {
  font-size: max(2rem, 15px);
}
@media screen and (max-width: 1040px) {
  .section__wellness .lead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .lead {
    font-size: 1.4rem;
  }
}
.section__wellness .content {
  margin-bottom: 17rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .content {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .content {
    margin-bottom: 10rem;
  }
}
.section__wellness .content .head2 {
  text-align: center;
  font-size: 5rem;
  font-size: max(5rem, 25px);
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .content .head2 {
    font-size: 1.9rem;
    padding-bottom: 0.5rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .content .head2 {
    font-size: 2.2rem;
    padding-bottom: 1rem;
  }
}
.section__wellness .content .head2::after {
  content: "";
  display: block;
  width: 9.6rem;
  height: 1px;
  background-color: #393627;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .section__wellness .content .head2::after {
    width: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .content .head2::after {
    width: 4rem;
  }
}
.section__wellness .features__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section__wellness .features__list li {
  width: 30%;
  margin: 0rem 2rem 11rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .features__list li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .features__list li {
    margin-bottom: 4rem;
  }
}
.section__wellness .features__list li .img__wrap {
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .features__list li .img__wrap {
    margin: 0 1.5rem 0 0;
    width: 30%;
  }
}
.section__wellness .features__list li .num {
  display: block;
  width: 9.8rem;
  position: absolute;
  top: -3rem;
  left: -2rem;
  z-index: 9;
}
@media screen and (max-width: 1040px) {
  .section__wellness .features__list li .num {
    width: 3rem;
    top: -1rem;
    left: -1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .features__list li .num {
    width: 4rem;
    top: -1.5rem;
    left: -2rem;
  }
}
.section__wellness .features__list li .img {
  width: 37.4rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .features__list li .img {
    width: 100%;
  }
}
.section__wellness .features__list li .head3 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .section__wellness .features__list li .head3 {
    font-size: 1.5rem;
    width: 70%;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .features__list li .head3 {
    font-size: 1.7rem;
  }
}
.section__wellness .features__list li .head3 .sp-block {
  display: none;
}
@media screen and (max-width: 540px) {
  .section__wellness .features__list li .head3 .sp-block {
    display: block;
  }
}
.section__wellness .hv__list {
  background-color: #fff;
  padding: 5rem 6.5rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .hv__list {
    padding: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .hv__list {
    padding: 3rem;
  }
}
.section__wellness .hv__list li {
  color: #504E3F;
  font-size: max(2rem, 15px);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .hv__list li {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .hv__list li {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
  }
}
.section__wellness .hv__list li::before {
  content: "";
  display: block;
  background-image: url(./img/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .hv__list li::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .hv__list li::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    position: absolute;
    left: 0;
  }
}
.section__wellness .menu__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .section__wellness .menu__list {
    display: block;
  }
}
.section__wellness .menu__list .item {
  width: 62.2rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .menu__list .item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .menu__list .item {
    margin-bottom: 5rem;
  }
}
.section__wellness .menu__list .item .img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .menu__list .item .img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .menu__list .item .img {
    margin-bottom: 1.5rem;
  }
}
.section__wellness .menu__list .item .head3 {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .section__wellness .menu__list .item .head3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .menu__list .item .head3 {
    font-size: 2rem;
  }
}
.section__wellness .menu__list .inner__list li {
  font-size: max(2rem, 15px);
}
@media screen and (max-width: 1040px) {
  .section__wellness .menu__list .inner__list li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .menu__list .inner__list li {
    font-size: 1.4rem;
  }
}
.section__wellness .menu__list .inner__list li::before {
  content: "・";
}
.section__wellness .plan__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__wellness .plan__list li {
  width: 50%;
  background-color: #fff;
  font-size: max(3rem, 20px);
  text-align: center;
  font-weight: 600;
  padding: 5rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .plan__list li {
    font-size: 1.2rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .plan__list li {
    font-size: 1.4rem;
  }
}
.section__wellness .plan__list li:first-of-type {
  border-right: 1px solid #D5D5D5;
}
.section__wellness .wellness__list .wellness__item {
  width: 55rem;
  padding: 5rem;
  margin: 1.5rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .wellness__list .wellness__item {
    padding: 2rem;
    margin: 0.5rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .wellness__list .wellness__item {
    padding: 3rem;
    margin: 1rem;
  }
}
.section__wellness .wellness__list .company-logo {
  margin-bottom: 1rem;
  display: inline-block;
  height: 4.4rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .wellness__list .company-logo {
    height: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .wellness__list .company-logo {
    height: 2rem;
  }
}
.section__wellness .wellness__list .company-logo img {
  width: auto;
  height: 100%;
}
.section__wellness .wellness__list .company-img {
  margin-bottom: 1rem;
}
.section__wellness .wellness__list .head3 {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .section__wellness .wellness__list .head3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .wellness__list .head3 {
    font-size: 1.4rem;
  }
}
.section__wellness .wellness__list .text__link {
  font-size: max(2rem, 15px);
  color: #8A8659;
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .section__wellness .wellness__list .text__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .wellness__list .text__link {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.section__wellness .wellness__list .slick-track {
  display: flex;
}
.section__wellness .wellness__list .slick-slide {
  height: auto !important;
}
@media screen and (max-width: 540px) {
  .section__wellness .wellness__list .slick-dots {
    bottom: -4rem;
  }
}
.section__wellness .wellness__list .slick-dots li button::before {
  font-family: "游ゴシック体", "Yu Gothic", sans-serif;
  position: inherit;
  font-size: 30px;
  line-height: normal;
  width: auto;
  height: auto;
}
.section__wellness .wellness__list .slick-next, .section__wellness .wellness__list .slick-prev {
  background-color: #393627;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  .section__wellness .wellness__list .slick-next, .section__wellness .wellness__list .slick-prev {
    width: 2rem;
    height: 2rem;
    z-index: 2;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .wellness__list .slick-next, .section__wellness .wellness__list .slick-prev {
    width: 4rem;
    height: 4rem;
  }
}
.section__wellness .wellness__list .slick-next::before, .section__wellness .wellness__list .slick-prev::before {
  content: "";
  background-image: url(./img/icon-arrow.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 0.8rem;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .section__wellness .wellness__list .slick-next::before, .section__wellness .wellness__list .slick-prev::before {
    width: 0.8rem;
    height: 0.3rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .wellness__list .slick-next::before, .section__wellness .wellness__list .slick-prev::before {
    width: 1.2rem;
    height: 0.5rem;
  }
}
.section__wellness .wellness__list .slick-prev {
  left: -8rem;
}
.section__wellness .wellness__list .slick-prev::before {
  transform: scale(-1, 1);
}
@media screen and (max-width: 1040px) {
  .section__wellness .wellness__list .slick-prev {
    left: 8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .wellness__list .slick-prev {
    left: 2.5rem;
  }
}
.section__wellness .wellness__list .slick-next {
  right: -8rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .wellness__list .slick-next {
    right: 8rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .wellness__list .slick-next {
    right: 2.5rem;
  }
}
.section__wellness .button__wrap .button {
  border-radius: 12px;
  max-width: 620px;
  width: 62rem;
  padding: 5rem;
  margin: auto;
}
@media screen and (max-width: 1040px) {
  .section__wellness .button__wrap .button {
    padding: 2rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .button__wrap .button {
    padding: 2.8rem;
    margin-bottom: 2.4rem;
    border-radius: 0.8rem;
  }
}
.section__wellness .button__wrap .button::after {
  width: 2rem;
  height: 0.8rem;
  right: 4rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .button__wrap .button::after {
    width: 1rem;
    height: 0.3rem;
    right: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .button__wrap .button::after {
    width: 1.2rem;
    height: 0.5rem;
    right: 2.4rem;
  }
}
.section__wellness .button__wrap .button span {
  font-size: 2.4rem;
  font-size: max(2.4rem, 15px);
  letter-spacing: 1rem;
}
@media screen and (max-width: 1040px) {
  .section__wellness .button__wrap .button span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 540px) {
  .section__wellness .button__wrap .button span {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */