@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5c4e31;
  background: #fff7ef;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  letter-spacing: 0.1rem;
  position: relative;
}
html body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
}
html body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.5px;
}
html body h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 98%;
  margin: 0 auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  ヘッダー部分基本幅設定  end  ******/
/*****************************************/
img {
  max-width: 100%;
}

/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.layout_width_full {
  width: 90%;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.layout_width_1024 {
  width: 100%;
  max-width: 1024px;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width_830 {
  width: 100%;
  max-width: 830px;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_1024 {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  padding: 7rem 0 7rem;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 7rem 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 7rem 0 7rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 5rem 0 5rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #595757;
}
.bgcolor div h2 {
  color: #f17985;
}
.bgcolor div h2 b {
  color: #f17985;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media screen and (max-width: 768px) {
  html body p {
    font-size: 15px;
  }
  html body h3 {
    font-size: 16px;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #ff3d64;
  text-emphasis: filled #ff3d64;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 136, 0) 55%);
  padding: 0 0.15rem 0.25rem;
  margin: 1rem 0.15rem 0;
  -webkit-text-emphasis: filled rgb(255, 136, 0);
  text-emphasis: filled rgb(255, 136, 0);
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  end  **********/
/*****************************************/
/*****************************************/
/********フォトギャラリー上下中央設定*******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#lightbox {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.parallax_imagebox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 400px;
}
.parallax_imagebox .background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_imagebox .bg_image_one {
  background-image: url("../../img/common/sample__bg.jpg");
}

@media screen and (max-width: 768px) {
  .parallax_imagebox {
    height: 400px;
  }
  .parallax_imagebox .background {
    background-position: bottom -20vh;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  パララックス  end  **********/
/*****************************************/
#breadcrumb {
  padding: 0rem 0;
  margin: 1rem 0;
  width: 100%;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

.upperbox {
  margin: 4rem auto 0;
  position: relative;
  padding: 4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.upperbox .footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(88, 88, 88), rgb(213, 213, 213));
  z-index: -1;
  opacity: 0.5;
}
.upperbox h2 {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.upperbox h2 p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 60px;
  font-weight: 800;
}
.upperbox h2 span {
  color: #fff;
}
.upperbox .upperbox--contents {
  width: 55%;
  color: #f17985;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 0rem 0 0 0;
}
.upperbox .upperbox--contents--txt {
  width: 100%;
}
.upperbox .upperbox--contents--txt p {
  width: 100%;
  text-align: center;
  text-align-last: center;
}
.upperbox .upperbox--contents .upperbox--contents--link {
  margin: 0rem auto 0;
}
.upperbox .upperbox--contents .upperbox--contents--link a {
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #00a5a0;
  border-radius: 30px;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  color: #fff;
}
.upperbox .upperbox--contents .upperbox--contents--link a i {
  margin: 0 0.5rem 0 0;
}
.upperbox .upperbox--contents .upperbox--contents--link a:hover {
  opacity: 0.5;
}
.upperbox .upperbox--contents .upperbox--contents--tel {
  margin: 1rem 0 0 0;
}
.upperbox .upperbox--contents .upperbox--contents--tel a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.upperbox .upperbox--contents .upperbox--contents--tel a i {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  margin: 0 0.5rem 0 0;
  color: #fff;
}
.upperbox .upperbox--contents .upperbox--contents--tel a > p {
  width: fit-content;
  font-weight: 800;
  font-size: 30px;
}
.upperbox .upperbox--contents .upperbox--contents--tel > p {
  margin: 1rem 0 0 0;
  text-align: center;
  text-align-last: center;
}
.upperbox .upperbox--contents .upperbox--contents--tel > p span {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}

@media screen and (max-width: 768px) {
  .upperbox {
    gap: 50px;
    flex-flow: column;
  }
  .upperbox h2 {
    width: 100%;
  }
  .upperbox .upperbox--contents {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .upperbox {
    padding: 4rem 2rem;
  }
  .upperbox h2 p {
    font-size: 50px;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.eachTextAnime02 span {
  opacity: 0;
}

.eachTextAnime02.appeartext span {
  animation: text_anime_on02 1.5s ease-out forwards;
}

@keyframes text_anime_on02 {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 0px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  padding: 0px 0px 0px 0px;
}
header .he-box00 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
}
header .he-box00 .he_logo {
  transition: opacity 3s ease-out, transform 1.5s ease-out;
  width: 350px;
  padding: 20px 15px;
}
header .he-box00 .he_logo img {
  width: 100%;
}
header .he-box00 .btn {
  text-align: center;
  margin: 25px auto 0;
  margin: 0;
}
header .he-box00 .btn a {
  background-color: #5c4e31;
  color: #fff;
  font-weight: 500;
  padding: 12px 25px;
  transition: 0.5s;
  border-radius: 30px;
  display: inline-block;
}
header .he-box00 .btn a:hover {
  background-color: #ff3d64;
}
@media screen and (max-width: 768px) {
  header .he-box00 .btn a {
    font-size: 16px;
  }
}
header .he-box00 .btn a {
  font-size: 25px;
}
header .he-box {
  position: relative;
  width: 100%;
  background-color: #f6bfbc;
  padding: 35px 0 10px;
}
header .he-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/base.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.3;
}
header .he-box .he_wrap {
  transition: opacity 1s ease-out, transform 1s ease-out;
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: end;
  width: fit-content;
  margin: 0 auto;
}
header .he-box .he_wrap nav {
  transition: opacity 3s ease-out, transform 1.5s ease-out;
}
header .he-box .he_wrap nav .nav-ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list {
  font-weight: 400;
  position: relative;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list::after {
  content: "";
  position: absolute;
  top: -10px;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 40px;
  background-image: url(../../img/common/cat.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list:nth-child(2)::after {
  background-image: url(../../img/common/kuma.png);
}
header .he-box .he_wrap nav .nav-ul .gnavi__list:nth-child(3)::after {
  width: 45px;
  height: 45px;
  background-image: url(../../img/common/koara.png);
}
header .he-box .he_wrap nav .nav-ul .gnavi__list:nth-child(4)::after {
  height: 35px;
  background-image: url(../../img/common/pengin.png);
}
header .he-box .he_wrap nav .nav-ul .gnavi__list:nth-child(5)::after {
  background-image: url(../../img/common/panda.png);
}
header .he-box .he_wrap nav .nav-ul .gnavi__list:nth-child(6)::after {
  background-image: url(../../img/common/wool.png);
}
header .he-box .he_wrap nav .nav-ul .gnavi__list p {
  font-size: 15px;
  line-height: 15px;
  list-style: none;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list span {
  color: #ff3d64;
  font-size: 12px;
  font-weight: 600;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list a {
  position: relative;
  display: inline-block;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list {
  width: 155px;
  height: 60px;
  border-radius: 30px;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list:hover {
  background-color: #f17985;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list:hover a {
  color: #5c4e31;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list:hover::before {
  background-color: #ff3d64;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition: all 0.3s;
}
header .he-box .he_wrap nav .nav-ul .dropdown__lists {
  display: none; /*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  left: 0;
}
header .he-box .he_wrap nav .nav-ul .dropdown__lists .dropdown__list {
  background-color: #f6bfbc;
  height: 50px;
  transition: all 0.3s;
  position: relative;
  color: #4d3724;
  border-radius: 2px;
}
header .he-box .he_wrap nav .nav-ul .dropdown__lists .dropdown__list a i {
  margin: 0 5px 0 0;
}
header .he-box .he_wrap nav .nav-ul .dropdown__lists .dropdown__list:hover {
  background-color: #ff3d64;
}
header .he-box .he_wrap nav .nav-ul .dropdown__lists .dropdown__list:hover a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  color: #fff;
}
header .he-box .he_wrap nav .nav-ul .gnavi__list:hover .dropdown__lists {
  display: block; /*Gナビメニューにホバーしたら表示*/
}
header .he-box .he_wrap nav .nav-ul .dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff3d64;
  position: absolute;
  top: 0;
  left: 0;
}

/* クラスfixedが付与されたときのヘッダー背景色を指定 */
.header.fixed {
  background: #fff7ef;
}
.header.fixed .he_wrap nav ul li p {
  color: #5c4e31;
}
.header.fixed .he_wrap nav ul li span {
  color: #ff3d64;
}
.header.fixed .he_wrap nav ul li:last-child p {
  color: #5c4e31;
}
.header.fixed .openbtn > span {
  background-color: #5c4e31;
}

/* 上部に固定させるスタイルを用意 */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-nav-list {
  display: flex;
  justify-content: space-around;
}

.header-nav-item-link {
  display: block;
  color: #333;
  height: 100px;
  line-height: 100px;
}

/* クラスfixedが付与されたときのヘッダーの高さを指定 */
.fixed .header-nav-item-link {
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 1024px) {
  header {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 0px;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    padding: 0px 0px 0px 0px;
  }
  header .he-box00 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .he-box00 .he_logo {
    transition: opacity 3s ease-out, transform 1.5s ease-out;
    width: 300px;
    padding: 20px 25px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  }
  header .he-box00 .he_logo img {
    width: 100%;
  }
  header .he-box00 .btn {
    display: none;
  }
  header .he-box {
    background-color: none;
    padding: 0px;
  }
  header .he-box::before {
    display: none;
  }
  header .he-box .he_wrap {
    display: none;
  }
}
@media screen and (max-width: 928px) {
  header .he-box .he_wrap nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .he_logo {
    width: 250px;
    padding: 10px 15px;
  }
  header .he-box .he_wrap nav {
    display: none;
  }
  .header.fixed {
    opacity: 0.9;
    padding: 0px 20px 0 0px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0px 20px 0 10px;
  }
  header .he-box00 .he_logo {
    width: 260px;
    padding: 15px 15px;
  }
  header .he-box .he_wrap {
    margin: 0 15px 0 0;
  }
}
#submain {
  margin: 0px auto 200px;
  position: relative;
  padding: 200px 0 0 0;
}
#submain .submain_img {
  margin: 0px auto 0;
  width: 100%;
  position: relative;
}
#submain .submain_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center 80%;
}
#submain .submain_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #5c4e31;
  opacity: 0.3;
  z-index: 1;
}
#submain .submain_text {
  position: absolute;
  color: #fff;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 80%;
  z-index: 2;
  margin-top: 130px;
}
#submain .submain_text h3 {
  font-size: 35px;
  margin-bottom: 5px;
  text-shadow: #000 1px 0 10px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
#submain .submain_text h3 .none {
  display: none;
}
#submain .submain_text p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-align: center;
}

.wave-svg-inline {
  width: 100%;
  height: 400px;
  position: relative;
}
.wave-svg-inline svg {
  width: 100%;
  height: 100px;
  z-index: 20;
  position: absolute;
  left: 0;
  bottom: -200px;
  fill: #fff7ef; /* 色を変更 */
}

@media screen and (max-width: 1024px) {
  #submain {
    margin: 0px auto 0px;
    padding: 100px 0 0 0;
  }
  #submain .submain_img img {
    height: 300px;
  }
  #submain .submain_text {
    margin-top: 0px;
  }
  .wave-svg-inline svg {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  #submain .submain_text h3 {
    font-size: 25px;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
}
#floating li {
  display: block;
  margin: 0.5rem 0;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
#floating li a {
  background-color: #ff3d64;
  color: #fff;
  font-size: 11px;
  padding: 1rem 1rem 1rem 1.5rem;
  letter-spacing: 1px;
  line-height: 0.5;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px 0 0 40px;
  transition: 0.5s;
}
#floating li a i {
  font-size: 22px;
  padding: 0 0 3px;
}
#floating li a:hover {
  opacity: 0.5;
}
@keyframes push {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.96);
  }
  80% {
    transform: scale(1);
  }
}
#floating li:nth-child(3) a i {
  font-size: 22px;
  padding: 0 0 7px;
}

@media screen and (max-width: 768px) {
  #floating {
    display: none;
  }
}
_:lang(x) + _:-webkit-full-screen-document,
#floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li,
#floating li {
  border: none;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  z-index: 99999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: #f6bfbc;
  /*動き*/
  transition: all 0.6s;
}
#g-nav .g-nav-icon {
  display: flex;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-left: 5px;
}
#g-nav .g-nav-icon a {
  padding: 0;
}
#g-nav .g-nav-icon a img {
  width: 30px;
  margin-right: 20px;
  transition: 0.4s;
}
#g-nav .g-nav-icon a img:hover {
  opacity: 0.5;
}
#g-nav .g-nav-icon a .youtube {
  width: 50px;
  margin-left: -5px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li p {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}
#g-nav li span {
  font-size: 12px;
  color: #ff3d64;
  font-weight: 600;
}

#g-nav ul li a {
  text-decoration: none;
  padding: 20px 20px 5px 20px;
  display: block;
  letter-spacing: 0.1em;
  width: 250px;
  transition: 0.5s;
}
#g-nav ul li a:hover {
  opacity: 0.5;
}
#g-nav ul li a i {
  font-size: 25px;
}

#g-nav .list-ec {
  margin: 15px auto 0;
  text-align: center;
}
#g-nav .list-ec a {
  background-color: #ff3d64;
  border-radius: 30px;
  padding: 15px 30px;
  transition: 0.5s;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 205px;
}
#g-nav .list-ec a:hover {
  opacity: 0.5;
}
#g-nav .list-ec a i {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #g-nav .list-ec a {
    font-size: 16px;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: none;
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 30px;
  right: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 30px;
}

/*×に変化*/
.openbtn > span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #5c4e31;
  width: 45%;
}

.openbtn > span:nth-of-type(1) {
  top: 15px;
}

.openbtn > span:nth-of-type(2) {
  top: 23px;
}

.openbtn > span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active > span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  z-index: 999999;
}

.openbtn.active > span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active > span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  z-index: 999999;
}

@media screen and (max-width: 1024px) {
  .openbtn {
    transition: opacity 3s ease-out, transform 1.5s ease-out;
    display: block;
    top: -70px;
    right: 20px;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .openbtn {
    right: -5px;
  }
}
#recruit-poster {
  position: relative;
  width: 100%;
  padding-top: 0;
}
#recruit-poster::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/sky-base.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
  opacity: 0.8;
}
#recruit-poster .wrapper {
  padding-top: 15rem;
}
#recruit-poster .wrapper__heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#recruit-poster .wrapper__heading h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #5c4e31;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#recruit-poster .wrapper__heading h2 .none {
  display: none;
}
#recruit-poster .wrapper__heading p {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 230px;
  margin: 0px auto 0;
  color: #ff3d64;
}
@media screen and (max-width: 768px) {
  #recruit-poster .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #recruit-poster .wrapper__heading {
    margin: 0 auto 30px;
  }
  #recruit-poster .wrapper__heading h2 {
    font-size: 23px;
  }
  #recruit-poster .wrapper__heading h2 .none {
    display: block;
  }
}
#recruit-poster .wrapper__box {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
#recruit-poster .wrapper__box figure {
  border: 40px solid rgba(255, 61, 100, 0.2);
  padding: 50px 40px 20px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
#recruit-poster .wrapper__box figure::before {
  position: absolute;
  content: "";
  background-image: url(../../img/common/binder.png);
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  width: 250px;
  height: 100px;
  background-size: contain;
}
#recruit-poster .wrapper__box figure img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  #recruit-poster {
    position: relative;
    width: 100%;
    padding-top: 0;
  }
  #recruit-poster::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/common/sky-base.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
  }
  #recruit-poster .wrapper {
    padding-top: 15rem;
  }
  #recruit-poster .wrapper__heading {
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }
  #recruit-poster .wrapper__heading h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline;
    font-size: 27px;
    color: #5c4e31;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  #recruit-poster .wrapper__heading h2 .none {
    display: none;
  }
  #recruit-poster .wrapper__heading p {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    width: 230px;
    margin: 0px auto 0;
    color: #ff3d64;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  #recruit-poster .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 1280px) and (max-width: 480px) {
  #recruit-poster .wrapper__heading {
    margin: 0 auto 30px;
  }
  #recruit-poster .wrapper__heading h2 {
    font-size: 23px;
  }
  #recruit-poster .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  #recruit-poster .wrapper__box {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
  }
  #recruit-poster .wrapper__box figure {
    border: 40px solid rgba(255, 61, 100, 0.2);
    padding: 50px 40px 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
  }
  #recruit-poster .wrapper__box figure::before {
    position: absolute;
    content: "";
    background-image: url(../../img/common/binder.png);
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    width: 250px;
    height: 100px;
    background-size: contain;
  }
  #recruit-poster .wrapper__box figure img {
    width: 100%;
  }
}
@media screen and (max-width: 928px) {
  #recruit-poster {
    position: relative;
    width: 100%;
    padding-top: 0;
  }
  #recruit-poster::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/common/sky-base.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
  }
  #recruit-poster .wrapper {
    padding-top: 15rem;
  }
  #recruit-poster .wrapper__heading {
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }
  #recruit-poster .wrapper__heading h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline;
    font-size: 27px;
    color: #5c4e31;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  #recruit-poster .wrapper__heading h2 .none {
    display: none;
  }
  #recruit-poster .wrapper__heading p {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    width: 230px;
    margin: 0px auto 0;
    color: #ff3d64;
  }
}
@media screen and (max-width: 928px) and (max-width: 768px) {
  #recruit-poster .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 928px) and (max-width: 480px) {
  #recruit-poster .wrapper__heading {
    margin: 0 auto 30px;
  }
  #recruit-poster .wrapper__heading h2 {
    font-size: 23px;
  }
  #recruit-poster .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 928px) {
  #recruit-poster .wrapper__box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  #recruit-poster .wrapper__box figure {
    border: 40px solid rgba(255, 61, 100, 0.2);
    padding: 50px 40px 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
  }
  #recruit-poster .wrapper__box figure::before {
    position: absolute;
    content: "";
    background-image: url(../../img/common/binder.png);
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    width: 250px;
    height: 100px;
    background-size: contain;
  }
  #recruit-poster .wrapper__box figure img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #recruit-poster {
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  #recruit-poster::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/common/sky-base.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
  }
  #recruit-poster .wrapper {
    padding-top: 10rem;
  }
  #recruit-poster .wrapper__heading {
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }
  #recruit-poster .wrapper__heading h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline;
    font-size: 27px;
    color: #5c4e31;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  #recruit-poster .wrapper__heading h2 .none {
    display: none;
  }
  #recruit-poster .wrapper__heading p {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    width: 230px;
    margin: 0px auto 0;
    color: #ff3d64;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #recruit-poster .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  #recruit-poster .wrapper__heading {
    margin: 0 auto 30px;
  }
  #recruit-poster .wrapper__heading h2 {
    font-size: 23px;
  }
  #recruit-poster .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #recruit-poster .wrapper__box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  #recruit-poster .wrapper__box figure {
    border: 30px solid rgba(255, 61, 100, 0.2);
    padding: 50px 20px 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
  }
  #recruit-poster .wrapper__box figure::before {
    position: absolute;
    content: "";
    background-image: url(../../img/common/binder.png);
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
    background-size: contain;
  }
  #recruit-poster .wrapper__box figure img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #recruit-poster {
    position: relative;
    width: 100%;
    padding-top: 0;
  }
  #recruit-poster::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/common/sky-base.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
  }
  #recruit-poster .wrapper {
    padding-top: 7rem;
  }
  #recruit-poster .wrapper__heading {
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }
  #recruit-poster .wrapper__heading h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline;
    font-size: 27px;
    color: #5c4e31;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  #recruit-poster .wrapper__heading h2 .none {
    display: none;
  }
  #recruit-poster .wrapper__heading p {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    width: 230px;
    margin: 0px auto 0;
    color: #ff3d64;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  #recruit-poster .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #recruit-poster .wrapper__heading {
    margin: 0 auto 30px;
  }
  #recruit-poster .wrapper__heading h2 {
    font-size: 23px;
  }
  #recruit-poster .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #recruit-poster .wrapper__box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  #recruit-poster .wrapper__box figure {
    border: 25px solid rgba(255, 61, 100, 0.2);
    padding: 50px 20px 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
  }
  #recruit-poster .wrapper__box figure::before {
    top: -20px;
    width: 200px;
  }
}
.heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-top: 5rem;
}
.heading h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #5c4e31;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
.heading h2 .none {
  display: none;
}
.heading p {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 230px;
  margin: 0px auto 0;
  color: #ff3d64;
}
@media screen and (max-width: 768px) {
  .heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .heading {
    margin: 0 auto 30px;
  }
  .heading h2 {
    font-size: 23px;
  }
  .heading h2 .none {
    display: block;
  }
}

.recruit_wrap__line .mtitle {
  background: linear-gradient(300deg, #ff7591 0%, #ff7591 60%, #ff3d64 60%);
  font-size: 1.2rem;
  color: #fff;
  padding: 15px;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-radius: 5px;
}
.recruit_wrap__line .mtitle .none {
  display: none;
}
.recruit_wrap__line .mtitle02 {
  margin: 60px 0 25px 0;
}
.recruit_wrap__line table {
  width: 100%;
  font-weight: 500 !important;
}
.recruit_wrap__line table tr {
  border-radius: 5px;
  background: #fff;
}
.recruit_wrap__line table tr th {
  vertical-align: middle;
  padding: 15px 10px 15px 30px;
  width: 190px;
  color: #ff3d64;
}
.recruit_wrap__line table tr td {
  vertical-align: middle;
  padding: 15px 30px 15px 10px;
  font-size: 14px;
  line-height: 1.8;
}
.recruit_wrap__line table tr td p {
  font-size: 14px;
  line-height: 1.8;
}
.recruit_wrap__line table tr:nth-child(odd) {
  background: #f4f4f4;
}
.recruit_wrap__line iframe {
  width: 100%;
  height: 400px;
}

.aesthetic_menu_heading,
.aesthetic_menu_heading02 {
  padding-top: 10rem;
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin: 0 auto 30px;
}
.aesthetic_menu_heading h2,
.aesthetic_menu_heading02 h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #5c4e31;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
.aesthetic_menu_heading h2 .none,
.aesthetic_menu_heading02 h2 .none {
  display: none;
}
.aesthetic_menu_heading p,
.aesthetic_menu_heading02 p {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 230px;
  margin: 0px auto 0;
  color: #ff3d64;
}
@media screen and (max-width: 768px) {
  .aesthetic_menu_heading h2 .none,
  .aesthetic_menu_heading02 h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .aesthetic_menu_heading,
  .aesthetic_menu_heading02 {
    margin: 0 auto 30px;
  }
  .aesthetic_menu_heading h2,
  .aesthetic_menu_heading02 h2 {
    font-size: 23px;
  }
  .aesthetic_menu_heading h2 .none,
  .aesthetic_menu_heading02 h2 .none {
    display: block;
  }
}
.aesthetic_menu_heading p,
.aesthetic_menu_heading02 p {
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 18px;
}

.aesthetic_menu_heading02 {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
.aesthetic_menu_heading02 h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #5c4e31;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
.aesthetic_menu_heading02 h2 .none {
  display: none;
}
.aesthetic_menu_heading02 p {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 230px;
  margin: 0px auto 0;
  color: #ff3d64;
}
@media screen and (max-width: 768px) {
  .aesthetic_menu_heading02 h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .aesthetic_menu_heading02 {
    margin: 0 auto 30px;
  }
  .aesthetic_menu_heading02 h2 {
    font-size: 23px;
  }
  .aesthetic_menu_heading02 h2 .none {
    display: block;
  }
}

#aesthetic_menu,
#aesthetic_menu02 {
  margin: 4rem auto 1rem;
  width: 95%;
  background-color: rgba(255, 61, 100, 0.4);
}
#aesthetic_menu .toggle_contents,
#aesthetic_menu02 .toggle_contents {
  margin-top: 20px;
}
#aesthetic_menu .toggle_contents dd,
#aesthetic_menu02 .toggle_contents dd {
  padding: 20px 50px 50px 50px;
  line-height: 30px;
}
#aesthetic_menu .toggle_contents dd #contact,
#aesthetic_menu02 .toggle_contents dd #contact {
  padding: 0;
}
#aesthetic_menu .toggle_contents dd .aesthetic_menu_oil_menu p span,
#aesthetic_menu .toggle_contents dd .aesthetic_menu_massage p span,
#aesthetic_menu .toggle_contents dd .aesthetic_menu_slimming p span,
#aesthetic_menu02 .toggle_contents dd .aesthetic_menu_oil_menu p span,
#aesthetic_menu02 .toggle_contents dd .aesthetic_menu_massage p span,
#aesthetic_menu02 .toggle_contents dd .aesthetic_menu_slimming p span {
  font-weight: 600;
}
#aesthetic_menu .toggle_contents dd .aesthetic_menu_coupon,
#aesthetic_menu02 .toggle_contents dd .aesthetic_menu_coupon {
  margin-top: 40px;
  background-color: #ff3d64;
  color: #fff;
  padding: 10px 30px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
#aesthetic_menu .toggle_contents dd .aesthetic_menu_coupon .coupon,
#aesthetic_menu02 .toggle_contents dd .aesthetic_menu_coupon .coupon {
  font-size: 65px;
  text-align: right;
  opacity: 0.3;
}
#aesthetic_menu .toggle_contents dd .aesthetic_menu_oil_option,
#aesthetic_menu02 .toggle_contents dd .aesthetic_menu_oil_option {
  padding-top: 20px;
}
#aesthetic_menu .toggle_contents dd .aesthetic_menu_oil_option h4,
#aesthetic_menu02 .toggle_contents dd .aesthetic_menu_oil_option h4 {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
}
#aesthetic_menu .toggle_contents dd .aesthetic_menu_oil_option h4::after,
#aesthetic_menu02 .toggle_contents dd .aesthetic_menu_oil_option h4::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
  margin-left: 1em;
}
#aesthetic_menu .toggle_contents dd .aesthetic_menu_oil_explanation,
#aesthetic_menu02 .toggle_contents dd .aesthetic_menu_oil_explanation {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #ff7591;
}
#aesthetic_menu .toggle_title,
#aesthetic_menu02 .toggle_title {
  position: relative;
  padding: 20px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
#aesthetic_menu .toggle_title .none,
#aesthetic_menu02 .toggle_title .none {
  display: none;
}
#aesthetic_menu .toggle_btn,
#aesthetic_menu02 .toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #ff3d64;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
#aesthetic_menu .toggle_btn:before,
#aesthetic_menu .toggle_btn:after,
#aesthetic_menu02 .toggle_btn:before,
#aesthetic_menu02 .toggle_btn:after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#aesthetic_menu .toggle_btn:before,
#aesthetic_menu02 .toggle_btn:before {
  width: 2px;
  height: 10px;
}
#aesthetic_menu .toggle_title.selected .toggle_btn:before,
#aesthetic_menu02 .toggle_title.selected .toggle_btn:before {
  content: normal;
}
#aesthetic_menu .toggle_contents dd,
#aesthetic_menu02 .toggle_contents dd {
  display: none;
}

#aesthetic_menu02 {
  margin: 0rem auto 1rem;
}

.contact-remarks {
  padding-bottom: 5rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #aesthetic_menu,
  #aesthetic_menu02 {
    width: 95%;
  }
  #aesthetic_menu .aesthetic_menu_heading h2 p,
  #aesthetic_menu02 .aesthetic_menu_heading h2 p {
    font-size: 32px;
  }
  #aesthetic_menu .aesthetic_menu_heading h2 p::after,
  #aesthetic_menu02 .aesthetic_menu_heading h2 p::after {
    content: url(../../img/home/black_chonchon.png);
  }
  #aesthetic_menu .aesthetic_menu_heading h2 span,
  #aesthetic_menu02 .aesthetic_menu_heading h2 span {
    font-size: 16px;
  }
  #aesthetic_menu .toggle_contents dd .aesthetic_menu_coupon,
  #aesthetic_menu02 .toggle_contents dd .aesthetic_menu_coupon {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
  #aesthetic_menu .toggle_contents dd .aesthetic_menu_coupon .coupon,
  #aesthetic_menu02 .toggle_contents dd .aesthetic_menu_coupon .coupon {
    font-size: 50px;
    opacity: 0.3;
    text-align: center;
    padding-bottom: 20px;
  }
  #aesthetic_menu .toggle_title,
  #aesthetic_menu02 .toggle_title {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .m-top {
    padding-top: 6rem;
  }
  .recruit_wrap__line {
    padding-bottom: 30px;
  }
  .recruit_wrap__line .mtitle {
    font-size: 16px;
  }
  .recruit_wrap__line .mtitle .none {
    display: block;
  }
  .recruit_wrap__line table {
    width: 100%;
  }
  .recruit_wrap__line table tr {
    border-radius: 5px;
    background: #fff;
  }
  .recruit_wrap__line table tr th {
    vertical-align: middle;
    padding: 15px 10px 15px 30px;
    width: 140px;
    color: #ff3d64;
    font-size: 15px;
    line-height: 1.3;
  }
  .recruit_wrap__line table tr td {
    vertical-align: middle;
    padding: 15px 20px 15px 0px;
    font-size: 14px;
    line-height: 1.8;
  }
  .recruit_wrap__line table tr td p {
    font-size: 14px;
    line-height: 1.8;
  }
  .recruit_wrap__line table tr:nth-child(odd) {
    background: #f4f4f4;
  }
  .aesthetic_menu_heading,
  .aesthetic_menu_heading02 {
    width: 90%;
    margin: 0 auto;
  }
  .aesthetic_menu_heading p,
  .aesthetic_menu_heading02 p {
    font-size: 15px;
  }
  #aesthetic_menu,
  #aesthetic_menu02 {
    width: 95%;
    margin: 2rem auto 10px;
  }
  #aesthetic_menu .toggle_btn,
  #aesthetic_menu02 .toggle_btn {
    right: 8px;
  }
  #aesthetic_menu .toggle_contents dd,
  #aesthetic_menu02 .toggle_contents dd {
    padding: 0;
  }
  #aesthetic_menu .toggle_contents .toggle_title .none,
  #aesthetic_menu02 .toggle_contents .toggle_title .none {
    display: block;
  }
  .contact-remarks {
    padding-bottom: 2rem;
    text-align: justify;
    text-indent: -1em;
    padding-left: 2.5em;
  }
}
#flowsection {
  background-color: rgba(255, 61, 100, 0.1);
  padding-bottom: 14rem;
  overflow: hidden;
  position: relative;
}
#flowsection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/base.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.5;
}
#flowsection .wrapper__heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#flowsection .wrapper__heading h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #5c4e31;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#flowsection .wrapper__heading h2 .none {
  display: none;
}
#flowsection .wrapper__heading p {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 230px;
  margin: 0px auto 0;
  color: #ff3d64;
}
@media screen and (max-width: 768px) {
  #flowsection .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #flowsection .wrapper__heading {
    margin: 0 auto 30px;
  }
  #flowsection .wrapper__heading h2 {
    font-size: 23px;
  }
  #flowsection .wrapper__heading h2 .none {
    display: block;
  }
}
#flowsection .wrapper .flow {
  padding-left: 120px;
  position: relative;
}
#flowsection .wrapper .flow::before {
  content: "";
  position: absolute;
  bottom: -170px;
  right: -250px;
  width: 300px;
  height: 250px;
  background-image: url(../../img/service/flow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#flowsection .wrapper .flow::after {
  content: "";
  width: 15px;
  height: 100%;
  background: #bebebe;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  z-index: 0;
}
#flowsection .wrapper .flow > li {
  position: relative;
}
#flowsection .wrapper .flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
#flowsection .wrapper .flow > li .icon {
  font-size: 15px;
  color: #fff;
  background: #ff3d64;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b90db", endColorstr="#66d5e9",GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: -32px;
  left: -42px;
  z-index: 100;
  aspect-ratio: 1/1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
}
#flowsection .wrapper .flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ff3d64;
  position: absolute;
  top: 50%;
  left: 99%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#flowsection .wrapper .flow > li dl {
  padding-left: 70px;
  position: relative;
}
#flowsection .wrapper .flow > li dl::before,
#flowsection .wrapper .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
#flowsection .wrapper .flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #ff3d64;
  border-radius: 50%;
  left: -4px;
}
#flowsection .wrapper .flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
  display: none;
}
#flowsection .wrapper .flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #ff3d64;
  margin-bottom: 1vh;
  border-bottom: 1px dashed;
  padding: 0 0 10px;
  line-height: 1.3;
}
#flowsection .wrapper .flow > li dl dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width: 1280px) {
  #flowsection {
    padding-bottom: 14rem;
  }
  #flowsection .wrapper__heading {
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }
  #flowsection .wrapper__heading h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline;
    font-size: 27px;
    color: #5c4e31;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  #flowsection .wrapper__heading h2 .none {
    display: none;
  }
  #flowsection .wrapper__heading p {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    width: 230px;
    margin: 0px auto 0;
    color: #ff3d64;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  #flowsection .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 1280px) and (max-width: 480px) {
  #flowsection .wrapper__heading {
    margin: 0 auto 30px;
  }
  #flowsection .wrapper__heading h2 {
    font-size: 23px;
  }
  #flowsection .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  #flowsection .wrapper .flow {
    padding-left: 74px;
    position: relative;
  }
  #flowsection .wrapper .flow::before {
    bottom: -200px;
    right: 20px;
    width: 200px;
    height: 173px;
  }
  #flowsection .wrapper .flow::after {
    width: 15px;
    height: 100%;
    margin-left: -8px;
    top: 0;
    left: 74px;
    z-index: 0;
  }
}
@media screen and (max-width: 480px) {
  #flowsection {
    padding-top: 8rem;
    padding-bottom: 14rem;
  }
  #flowsection .wrapper .flow {
    padding-left: 61px;
    padding-right: 25px;
  }
  #flowsection .wrapper .flow::before {
    bottom: -200px;
    right: 20px;
    width: 230px;
    height: 186px;
  }
  #flowsection .wrapper .flow::after {
    width: 15px;
    height: 100%;
    margin-left: -8px;
    left: 61px;
  }
  #flowsection .wrapper .flow > li .icon {
    font-size: 15px;
  }
  #flowsection .wrapper .flow > li dl dt {
    font-size: 17px;
  }
  #flowsection .wrapper .flow > li dl dd {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
#classification {
  position: relative;
  overflow: hidden;
}
#classification::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0%;
  width: 400px;
  height: 400px;
  background-image: url(../../img/common/flower-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#classification::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0%;
  width: 328px;
  height: 400px;
  background-image: url(../../img/common/flower-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#classification .wrapper {
  position: relative;
  z-index: 10;
}
#classification .wrapper__heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#classification .wrapper__heading h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #5c4e31;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#classification .wrapper__heading h2 .none {
  display: none;
}
#classification .wrapper__heading p {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 230px;
  margin: 0px auto 0;
  color: #ff3d64;
}
@media screen and (max-width: 768px) {
  #classification .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #classification .wrapper__heading {
    margin: 0 auto 30px;
  }
  #classification .wrapper__heading h2 {
    font-size: 23px;
  }
  #classification .wrapper__heading h2 .none {
    display: block;
  }
}
#classification .wrapper__box .ul_box01,
#classification .wrapper__box .ul_box02,
#classification .wrapper__box .ul_box03 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin: 30px 0;
}
#classification .wrapper__box .ul_box01 li,
#classification .wrapper__box .ul_box02 li,
#classification .wrapper__box .ul_box03 li {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
#classification .wrapper__box .ul_box01 li h4,
#classification .wrapper__box .ul_box02 li h4,
#classification .wrapper__box .ul_box03 li h4 {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  padding: 10px 0 10px;
  border-radius: 5px;
  text-align: center;
  background-color: #ff3d64;
  margin: 0 0 10px;
}
#classification .wrapper__box .ul_box01 li p,
#classification .wrapper__box .ul_box02 li p,
#classification .wrapper__box .ul_box03 li p {
  padding-bottom: 5px;
}
#classification .wrapper__box .ul_box01 li p span,
#classification .wrapper__box .ul_box02 li p span,
#classification .wrapper__box .ul_box03 li p span {
  color: #f6bfbc;
}
#classification .wrapper__box .ul_box01 li p b,
#classification .wrapper__box .ul_box02 li p b,
#classification .wrapper__box .ul_box03 li p b {
  background: linear-gradient(transparent 60%, rgb(254, 254, 151) 60%);
}
#classification .wrapper__box .ul_box01 li figure,
#classification .wrapper__box .ul_box02 li figure,
#classification .wrapper__box .ul_box03 li figure {
  width: 250px;
  margin: 20px 0 0 auto;
}
#classification .wrapper__box .ul_box01 li figure img,
#classification .wrapper__box .ul_box02 li figure img,
#classification .wrapper__box .ul_box03 li figure img {
  width: 100%;
}
#classification .wrapper .btn-box {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}
#classification .wrapper .btn-box p {
  text-align: end;
  font-weight: 600;
}
#classification .wrapper .btn-box .btn {
  text-align: center;
  margin: 25px auto 0;
  text-align: left;
  margin: 0px auto 0 0;
}
#classification .wrapper .btn-box .btn a {
  background-color: #5c4e31;
  color: #fff;
  font-weight: 500;
  padding: 12px 25px;
  transition: 0.5s;
  border-radius: 30px;
  display: inline-block;
}
#classification .wrapper .btn-box .btn a:hover {
  background-color: #ff3d64;
}
@media screen and (max-width: 768px) {
  #classification .wrapper .btn-box .btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #classification::before {
    opacity: 0.5;
  }
  #classification::after {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  #classification::before {
    top: -1px;
    left: 0%;
    width: 300px;
    height: 300px;
  }
  #classification::after {
    bottom: -1px;
    right: 0%;
    width: 252px;
    height: 308px;
  }
  #classification .wrapper__box .ul_box01,
  #classification .wrapper__box .ul_box02,
  #classification .wrapper__box .ul_box03 {
    grid-template-columns: 1fr;
  }
  #classification .wrapper__box .ul_box01 li h4,
  #classification .wrapper__box .ul_box02 li h4,
  #classification .wrapper__box .ul_box03 li h4 {
    font-size: 17px;
    color: #fff;
  }
  #classification .wrapper__box .ul_box01 li figure,
  #classification .wrapper__box .ul_box02 li figure,
  #classification .wrapper__box .ul_box03 li figure {
    width: 220px;
  }
}
@media screen and (max-width: 480px) {
  #classification::before {
    top: -1px;
    left: 0%;
    width: 220px;
    height: 220px;
  }
  #classification::after {
    bottom: -1px;
    right: 0%;
    width: 200px;
    height: 244px;
  }
  #classification .wrapper .btn-box {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
  }
  #classification .wrapper .btn-box p {
    text-align: center;
    font-weight: 600;
  }
  #classification .wrapper .btn-box p b {
    display: none;
  }
  #classification .wrapper .btn-box .btn {
    text-align: center;
    margin: 25px auto 0;
    text-align: center;
    margin: 0px auto;
  }
  #classification .wrapper .btn-box .btn a {
    background-color: #5c4e31;
    color: #fff;
    font-weight: 500;
    padding: 12px 25px;
    transition: 0.5s;
    border-radius: 30px;
    display: inline-block;
  }
  #classification .wrapper .btn-box .btn a:hover {
    background-color: #ff3d64;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  #classification .wrapper .btn-box .btn a {
    font-size: 16px;
  }
}
#contact {
  line-height: 2;
  position: relative;
  background-color: rgba(255, 61, 100, 0.1);
}
#contact::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: contain;
  background-repeat: repeat;
  z-index: -1;
  background-position: bottom;
  opacity: 0.2;
}
#contact .contact__warp {
  background-color: white;
  padding: 5rem 4rem 4rem;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
}
#contact .contact__warp--heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin: 0px auto 30px;
}
#contact .contact__warp--heading h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #5c4e31;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#contact .contact__warp--heading h2 .none {
  display: none;
}
#contact .contact__warp--heading p {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 230px;
  margin: 0px auto 0;
  color: #ff3d64;
}
@media screen and (max-width: 768px) {
  #contact .contact__warp--heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact__warp--heading {
    margin: 0 auto 30px;
  }
  #contact .contact__warp--heading h2 {
    font-size: 23px;
  }
  #contact .contact__warp--heading h2 .none {
    display: block;
  }
}
#contact .contact__warp--heading h2 {
  font-size: 23px;
}
#contact .contact__warp .mail-top {
  margin-top: 8rem;
}
#contact .contact__warp--tel {
  margin: 2rem 0 0 0;
}
#contact .contact__warp--tel--info, #contact .contact__warp--tel--info02 {
  width: fit-content;
  padding: 2rem;
  margin: 0 auto 2rem;
  background-color: #f9f4ee;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#contact .contact__warp--tel--info p, #contact .contact__warp--tel--info02 p {
  line-height: 1.5;
  text-align: center;
  padding: 0 0 10px;
  color: #5c4e31;
}
#contact .contact__warp--tel--info p .br, #contact .contact__warp--tel--info02 p .br {
  display: none;
}
#contact .contact__warp--tel--info .btn, #contact .contact__warp--tel--info02 .btn {
  text-align: center;
  margin: 25px auto 0;
  margin: 10px auto;
}
#contact .contact__warp--tel--info .btn a, #contact .contact__warp--tel--info02 .btn a {
  background-color: #5c4e31;
  color: #fff;
  font-weight: 500;
  padding: 12px 25px;
  transition: 0.5s;
  border-radius: 30px;
  display: inline-block;
}
#contact .contact__warp--tel--info .btn a:hover, #contact .contact__warp--tel--info02 .btn a:hover {
  background-color: #ff3d64;
}
@media screen and (max-width: 768px) {
  #contact .contact__warp--tel--info .btn a, #contact .contact__warp--tel--info02 .btn a {
    font-size: 16px;
  }
}
#contact .contact__warp--tel--info .btn a, #contact .contact__warp--tel--info02 .btn a {
  font-size: 25px;
  padding: 4px 25px;
}
#contact .contact__warp--tel--info .p-box, #contact .contact__warp--tel--info02 .p-box {
  border: 1px solid;
  padding: 20px;
  display: inline-block;
  margin: 0px auto 10px;
}
#contact .contact__warp--tel--info02 p {
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
}
#contact .contact__warp--tel--attention {
  padding: 2rem;
  margin: 0 0 2rem;
  background-color: #f9f4ee;
}
#contact .contact__warp--tel--attention p {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 0.5rem;
}
#contact .contact__warp--tel--attention p:last-child {
  margin: 0;
}
#contact .contact__warp--tel--attention p::before {
  content: "※";
}
#contact .contact__warp--formbox {
  width: 100%;
  display: flex;
  flex-flow: column;
  background-color: #ffffff;
  padding: 1rem 2rem 2rem;
}
#contact .contact__warp--formbox .columnbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
#contact .contact__warp--formbox .columnbox .two__columnbox {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#contact .contact__warp--formbox .columnbox .one__columnbox {
  width: 100%;
  display: flex;
}
#contact .contact__warp--formbox .columnbox .one__columnbox .form_contents--image {
  margin: 0 0 0 0.5rem;
}
#contact .contact__warp--formbox .columnbox .one__columnbox .form_contents--image input {
  font-size: 13px;
  color: #5c4e31;
}
#contact .contact__warp--formbox .columnbox .one__columnbox .form_contents--image .text {
  font-size: 13px;
  letter-spacing: 1px;
  color: #5c4e31;
}
#contact .contact__warp--formbox .tenpu {
  margin: 0 0 1rem;
}
#contact .contact__warp--formbox--list {
  display: flex;
  align-items: stretch;
  margin: 0 0 1rem;
  width: 100%;
}
#contact .contact__warp--formbox--list--title, #contact .contact__warp--formbox--list--title02 {
  width: 210px;
  display: flex;
  align-items: center;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  background-color: rgba(255, 61, 100, 0.7);
  padding: 0.7rem 1rem;
  border-radius: 5px;
}
#contact .contact__warp--formbox--list--title p, #contact .contact__warp--formbox--list--title02 p {
  margin: 0 0 0 1rem;
  line-height: 1.2;
  color: #fff;
}
#contact .contact__warp--formbox--list--title p b, #contact .contact__warp--formbox--list--title02 p b {
  font-size: 13px;
  font-weight: 500;
}
#contact .contact__warp--formbox--list--title span, #contact .contact__warp--formbox--list--title02 span {
  font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(230, 0, 0);
  color: #fff;
  padding: 0 0.25rem;
  width: 35px;
  letter-spacing: 0;
}
#contact .contact__warp--formbox--list--title .nin, #contact .contact__warp--formbox--list--title02 .nin {
  background-color: #9c9c9c;
}
#contact .contact__warp--formbox--list--title02 {
  width: 290px;
}
#contact .contact__warp--formbox--list--contents {
  width: calc(100% - (200px - 0.5rem));
  display: flex;
  align-items: center;
  padding: 0 0rem;
  margin: 0 0 0 0.5rem;
}
#contact .contact__warp--formbox--list--contents input[type=text],
#contact .contact__warp--formbox--list--contents input[type=email],
#contact .contact__warp--formbox--list--contents input[type=tel] {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border: solid 1px #dedede;
  color: #5c4e31;
}
#contact .contact__warp--formbox--list--contents select {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border: solid 1px #dedede;
}
#contact .contact__warp--formbox--list--contents textarea {
  width: 100%;
  height: 150px;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border: solid 1px #dedede;
  color: #5c4e31;
}
#contact .contact__warp--formbox--list--contents ::placeholder {
  color: #e0e0e0;
}
#contact .contact__warp--formbox--list--contents label {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  margin: 0 0.5rem 0 0;
  transition: all ease 0.5s;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-radius: 5px;
  text-align: center;
  color: #5c4e31;
  font-weight: normal;
  color: #e0e0e0;
  display: block;
  border: solid 1px #dedede;
}
#contact .contact__warp--formbox--list--contents label:last-child {
  margin: 0;
}
#contact .contact__warp--formbox--list--contents label:hover {
  background-color: #595757;
  color: #f17985;
}
#contact .contact__warp--formbox--list--contents input[type=checkbox]:checked + label {
  background-color: #595757;
  color: #f17985;
  border: solid 1px #dedede;
}
#contact .contact__warp--formbox--list--contents input[type=radio]:checked + label {
  background-color: #595757;
  color: #f17985;
  border: solid 1px #dedede;
}
#contact .contact__warp--formbox--list--contents--checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
#contact .contact__warp--formbox--list--contents--checkbox li {
  width: calc(33.3333333333% - 0.6666666667rem);
  display: flex;
}
#contact .contact__warp--formbox--list--contents--checkbox li label {
  width: 100%;
  border: solid 1px #dedede;
}
#contact .contact__warp--formbox--list .filebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#contact .contact__warp--formbox--list .filebox input[type=file] {
  width: 48%;
  color: rgb(31, 41, 55);
  cursor: pointer;
  border: 1px solid rgb(191, 194, 199);
  border-radius: 5px;
  padding-right: 0.5rem;
  background-color: #ffffff;
  margin: 0 0 0.5rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#contact .contact__warp--formbox--list .filebox ::file-selector-button,
#contact .contact__warp--formbox--list .filebox ::-webkit-file-upload-button {
  background-color: rgb(209, 213, 219);
  color: rgb(31, 41, 55);
  border: none;
  cursor: pointer;
  border-right: 1px solid rgb(191, 194, 199);
  padding: 0.25rem 1rem;
  margin-right: 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#contact .contact__warp--formbox--list .filebox .file_attention {
  font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  word-break: break-all;
}
#contact .contact__warp--privacy {
  margin: 2rem 0 0 0;
}
#contact .contact__warp--privacy h2 {
  border-bottom: solid 1px #5c4e31;
  margin: 0 0 2rem 0;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .contact__warp--privacy h2::after {
  display: none;
}
#contact .contact__warp--privacy h2 > p {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
}
#contact .contact__warp--privacy h2 > p > b {
  display: inline-block;
  font-weight: normal;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#contact .contact__warp--privacy--box {
  padding: 2rem 2rem;
  border: solid 1px rgba(0, 160, 233, 0.1);
  height: 300px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  background-color: #ffffff;
}
#contact .contact__warp--privacy--box > p {
  margin: 0 0 1rem;
  text-align: justify;
  text-align-last: left;
  letter-spacing: 0;
}
#contact .contact__warp--privacy--box--fast {
  line-height: 1.4;
  margin: 0 0 1rem;
  color: #5c4e31;
}
#contact .contact__warp--privacy--box--listbox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#contact .contact__warp--privacy--box--listbox--list {
  width: 100%;
  margin: 0 0 1rem;
}
#contact .contact__warp--privacy--box--listbox--list h3 {
  padding-bottom: 8px;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  position: relative;
  overflow: hidden;
  line-height: 1;
  color: #ff3d64;
}
#contact .contact__warp--privacy--box--listbox--list h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #595757;
  /*ピンク*/
}
#contact .contact__warp--privacy--box--listbox--list h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #dddddd;
  /*薄ピンク*/
}
#contact .contact__warp--privacy--box--listbox--list > p {
  margin: 0.5rem 0;
  line-height: 1.4;
  text-align: justify;
  text-align-last: left;
  color: #5c4e31;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  counter-reset: cnt;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li {
  margin: 0 0 0.5rem;
  line-height: 1.1;
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1rem;
  padding: 0;
  text-align: justify;
  text-align-last: left;
  color: #5c4e31;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
  display: marker;
  content: "" counter(cnt) ".";
  text-align: center;
  text-align-last: center;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
  margin: 0 0.05rem 0 0.1rem;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
  margin: 0;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-indent: -1.8rem;
  counter-reset: kana;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
  counter-increment: kana;
  margin: 0 0 0.5rem;
  line-height: 1.1;
  text-align: justify;
  text-align-last: left;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
  display: marker;
  content: "(" counter(kana, katakana) ")";
  text-align: center;
  text-align-last: center;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
  width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
  padding: 1rem 0rem 1rem 1rem;
  margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  text-indent: -1.8rem;
  counter-reset: marusu;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
  line-height: 1.1;
  padding-left: 30px;
  position: relative;
  counter-increment: marusu;
  margin: 0 0 0.5rem;
  text-align: justify;
  text-align-last: left;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
  margin: 0 0 0 0.05rem;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
  margin: 0.05rem 0 0 0;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
  margin: 0;
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
  content: counter(marusu);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::after {
  content: "";
  border: 1px solid #5c4e31;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 49%;
  left: -22px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
}
#contact .contact__warp--privacy--box--listbox--list--table {
  width: 100%;
  height: auto;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  margin: 1rem 0 0 0;
}
#contact .contact__warp--privacy--box--listbox--list--table tbody tr th {
  width: 120px;
  background-color: #ff3d64;
  padding: 0.25rem 1rem;
  font-weight: normal;
  border-bottom: solid 1px #ff3d64;
  color: #fff;
}
#contact .contact__warp--privacy--box--listbox--list--table tbody tr td {
  width: calc(100% - 120px);
  padding: 0.25rem 1rem;
  border-bottom: solid 1px #ff3d64;
  color: #5c4e31;
}
#contact .contact__warp--privacy--checks {
  width: fit-content;
  margin: 2rem auto 0;
}
#contact .contact__warp--privacy--checks--checkbox {
  color: #ff3d64;
}
#contact .contact__warp--privacy--checks input[type=checkbox] {
  display: none;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #ff3d64;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
#contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ff3d64;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
#contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#contact .contact__warp--privacy--attention {
  margin: 2rem 0;
}
#contact .contact__warp--privacy--attention p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  text-indent: -0.9rem;
  padding-left: 0.9rem;
}
#contact .contact__warp--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 4rem;
}
#contact .contact__warp--submit--button {
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  background-color: #ff3d64;
  color: #fff;
  border-radius: 50px;
  transition: 0.5s;
}
#contact .contact__warp--submit--button:hover {
  transition: 0.5s;
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  #contact {
    padding-top: 4rem;
  }
  #contact .contact__warp {
    width: 90%;
    margin: 0 auto;
    padding: 5rem 1rem 4rem;
  }
  #contact .contact__warp--formbox .columnbox {
    flex-flow: column;
    gap: 0rem;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox {
    width: 100%;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox:last-child {
    margin: 0;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox:nth-child(2) .contact__warp--formbox--list--title {
    justify-content: left;
  }
  #contact .contact__warp--formbox--list--contents {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
  }
  #contact .contact__warp--formbox--list--title02 {
    width: 385px;
  }
  #contact .contact__warp--formbox--list .filebox input[type=file] {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  #contact .contact__warp--formbox--list--contents--checkbox li {
    width: calc(50% - 0.5rem);
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact__warp--formbox {
    padding: 2rem;
  }
  #contact .contact__warp--formbox .columnbox {
    flex-flow: row;
    flex-flow: column;
    margin: 0 0 0rem;
  }
  #contact .contact__warp--formbox .columnbox .one__columnbox {
    flex-flow: column;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox {
    width: 100%;
    margin: 0 0 1rem;
    flex-flow: column;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox:last-child {
    margin: 0 0 1rem;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox:nth-child(2) .contact__warp--formbox--list--title {
    justify-content: left;
  }
  #contact .contact__warp--formbox--list {
    display: flex;
    flex-flow: column;
  }
  #contact .contact__warp--formbox--list--title, #contact .contact__warp--formbox--list--title02 {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 0 0 0.25rem;
  }
  #contact .contact__warp--formbox--list--title p, #contact .contact__warp--formbox--list--title02 p {
    margin: 0 0 0 1rem;
  }
  #contact .contact__warp--formbox--list--title p .none, #contact .contact__warp--formbox--list--title02 p .none {
    display: none;
  }
  #contact .contact__warp--formbox--list--title span, #contact .contact__warp--formbox--list--title02 span {
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 0.25rem;
  }
  #contact .contact__warp--formbox--list--contents {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 0 0;
  }
  #contact .contact__warp--formbox--list .filebox input[type=file] {
    width: 100%;
  }
  #contact .contact__warp--privacy {
    margin: 2rem 1rem 0 1rem;
  }
  #contact .contact__warp--privacy h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    border-bottom: solid 1px #5c4e31;
    margin: 0 0 2rem 0;
  }
  #contact .contact__warp--privacy--box {
    padding: 2rem 2rem 2rem 1rem;
    height: 300px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #contact .contact__warp--privacy--box p {
    margin: 0 0 1rem;
    text-align: justify;
    text-align-last: left;
  }
  #contact .contact__warp--privacy--box--listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #contact .contact__warp--privacy--box--listbox--list {
    width: 100%;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list h3 {
    padding-bottom: 8px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    position: relative;
    overflow: hidden;
    line-height: 1;
    color: #ff3d64;
  }
  #contact .contact__warp--privacy--box--listbox--list h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #dddddd;
    /*薄ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list > p {
    margin: 0.5rem 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    counter-reset: cnt;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li {
    margin: 0 0 0.5rem;
    line-height: 1.1;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1rem;
    padding: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
    display: marker;
    content: "" counter(cnt) ".";
    text-align: center;
    text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
    margin: 0 0.05rem 0 0.1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
    margin: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: -1.8rem;
    counter-reset: kana;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
    counter-increment: kana;
    margin: 0 0 0.5rem;
    line-height: 1.1;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
    display: marker;
    content: "(" counter(kana, katakana) ")";
    text-align: center;
    text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: 0rem;
    counter-reset: marusu;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
    line-height: 1.1;
    padding-left: 0px;
    position: relative;
    counter-increment: marusu;
    margin: 0 0 0.5rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
    margin: 0 0 0 0.05rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
    margin: 0.05rem 0 0 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
    margin: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
    content: counter(marusu);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::after {
    content: "";
    border: 1px solid #5c4e31;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 49%;
    left: -22px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
  }
  #contact .contact__warp--privacy--box--listbox--list--table {
    width: 100%;
    height: auto;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 1rem 0 0 0;
    display: block;
  }
  #contact .contact__warp--privacy--box--listbox--list--table caption {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr th {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    font-weight: normal;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
  }
  #contact .contact__warp--privacy--checks {
    width: fit-content;
    margin: 2rem auto 0;
  }
  #contact .contact__warp--privacy--checks--checkbox {
    color: #ff3d64;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    color: #ff3d64;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #ff3d64;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #contact .contact__warp--privacy--attention {
    margin: 2rem 0;
  }
  #contact .contact__warp--privacy--attention p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    line-height: 1.7;
    text-indent: -0.9rem;
    padding-left: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact__warp {
    padding: 5rem 0 1rem;
  }
  #contact .contact__warp--heading {
    margin: 0px auto 0px;
  }
  #contact .contact__warp--heading h2 {
    font-size: 18px;
  }
  #contact .contact__warp--tel {
    width: 90%;
    margin: 0 auto;
  }
  #contact .contact__warp--tel--info {
    width: 100%;
    margin: 1rem 0rem 1rem;
    padding: 2rem 1rem;
  }
  #contact .contact__warp--tel--info p {
    text-align: justify;
  }
  #contact .contact__warp--tel--info p .br {
    display: block;
  }
  #contact .contact__warp--tel--info a {
    width: fit-content;
    display: block;
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
    font-family: "Zen Maru Gothic", sans-serif;
    color: #ff3d64;
    margin: 0rem auto 0;
  }
  #contact .contact__warp--tel--info a i {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
    margin: 0 0.5rem 0 0;
  }
  #contact .contact__warp--tel--info02 {
    margin: 1rem 0 3rem;
  }
  #contact .contact__warp--tel--attention {
    padding: 2rem;
    margin: 0 0 2rem;
  }
  #contact .contact__warp--tel--attention p {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 0 0.5rem;
  }
  #contact .contact__warp--tel--attention p:last-child {
    margin: 0;
  }
  #contact .contact__warp--tel--attention p::before {
    content: "※";
  }
  #contact .contact__warp--formbox--list--contents--checkbox li {
    width: 100%;
  }
  #contact .contact__warp--formbox .columnbox {
    flex-flow: column;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox {
    width: 100%;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--formbox .columnbox .two__columnbox:nth-child(2) .contact__warp--formbox--list--title {
    justify-content: left;
  }
  #contact .contact__warp--privacy {
    margin: 2rem 1rem 0 1rem;
  }
  #contact .contact__warp--privacy h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    border-bottom: solid 1px #5c4e31;
    margin: 0 0 2rem 0;
  }
  #contact .contact__warp--privacy h2 p {
    width: 220px;
    text-align: center;
  }
  #contact .contact__warp--privacy--box {
    padding: 1rem 2rem 2rem 1rem;
    height: 300px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #contact .contact__warp--privacy--box p {
    margin: 0 0 1rem;
    font-size: 11px;
  }
  #contact .contact__warp--privacy--box--listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #contact .contact__warp--privacy--box--listbox--list {
    width: 100%;
    margin: 0 0 1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list h3 {
    padding-bottom: 8px;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    position: relative;
    overflow: hidden;
    line-height: 1;
    color: #ff3d64;
  }
  #contact .contact__warp--privacy--box--listbox--list h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    /*ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #dddddd;
    /*薄ピンク*/
  }
  #contact .contact__warp--privacy--box--listbox--list > p {
    margin: 0.5rem 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    counter-reset: cnt;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li {
    margin: 0 0 0.5rem;
    line-height: 1.1;
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1rem;
    padding: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li::before {
    display: marker;
    content: "" counter(cnt) ".";
    text-align: center;
    text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:first-child::before {
    margin: 0 0.05rem 0 0.1rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox > li:last-child {
    margin: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: -1.8rem;
    counter-reset: kana;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li {
    counter-increment: kana;
    margin: 0 0 0.5rem;
    line-height: 1.1;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist > li::before {
    display: marker;
    content: "(" counter(kana, katakana) ")";
    text-align: center;
    text-align-last: center;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist {
    width: calc(100% - clamp(0.8rem, 0.76rem + 0.2vw, 1rem));
    padding: 1rem 0rem 1rem 1rem;
    margin: 0rem 0 0 clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    text-indent: 0rem;
    counter-reset: marusu;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li {
    line-height: 1.1;
    padding-left: 0px;
    position: relative;
    counter-increment: marusu;
    margin: 0 0 0.5rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:first-child::before {
    margin: 0 0 0 0.05rem;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:nth-child(5)::before {
    margin: 0.05rem 0 0 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li:last-child {
    margin: 0;
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::before {
    content: counter(marusu);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #contact .contact__warp--privacy--box--listbox--list--sulistbox--kanalist--marusulist > li::after {
    content: "";
    border: 1px solid #5c4e31;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 49%;
    left: -22px;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
  }
  #contact .contact__warp--privacy--box--listbox--list--table {
    width: 100%;
    height: auto;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    margin: 1rem 0 0 0;
    display: block;
  }
  #contact .contact__warp--privacy--box--listbox--list--table caption {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr {
    display: block;
    width: 100%;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr th {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    font-weight: normal;
  }
  #contact .contact__warp--privacy--box--listbox--list--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
  }
  #contact .contact__warp--privacy--checks {
    width: fit-content;
    margin: 2rem auto 0;
  }
  #contact .contact__warp--privacy--checks--checkbox {
    color: #ff3d64;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] {
    display: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    color: #ff3d64;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:last-child {
    margin-bottom: 0;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #ff3d64;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
  }
  #contact .contact__warp--privacy--checks input[type=checkbox]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #contact .contact__warp--privacy--attention {
    margin: 2rem 0;
  }
  #contact .contact__warp--privacy--attention p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    text-indent: -0.9rem;
    padding-left: 0.9rem;
    letter-spacing: 0;
  }
}
.simplebar-track {
  background: #e5e5e5;
  /* バーの背景色を設定できます*/
  border-radius: 10px;
  /* バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  /* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before {
  background: #595757;
  /* ここでバーの色を設定 */
}

#recruit-heading .wrapper__heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  position: relative;
}
#recruit-heading .wrapper__heading h2 {
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 27px;
  color: #5c4e31;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 2px;
  line-height: 1.2;
}
#recruit-heading .wrapper__heading h2 .none {
  display: none;
}
#recruit-heading .wrapper__heading p {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 230px;
  margin: 0px auto 0;
  color: #ff3d64;
}
@media screen and (max-width: 768px) {
  #recruit-heading .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #recruit-heading .wrapper__heading {
    margin: 0 auto 30px;
  }
  #recruit-heading .wrapper__heading h2 {
    font-size: 23px;
  }
  #recruit-heading .wrapper__heading h2 .none {
    display: block;
  }
}
#recruit-heading .wrapper__heading::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 550px;
  height: 150px;
  background-image: url(../../img/common/speech-bubble.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#recruit-heading .wrapper h4 {
  text-align: center;
}
#recruit-heading .wrapper ul {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr;
  margin: 150px 0 0 0;
}
#recruit-heading .wrapper ul li {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
#recruit-heading .wrapper ul li figure img {
  width: 100%;
  border-radius: 61% 39% 70% 30%/30% 52% 48% 70%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
#recruit-heading .wrapper ul li .li-txt p span {
  background: linear-gradient(transparent 60%, #ffe7b8 60%);
  font-weight: 600;
}
#recruit-heading .wrapper ul li:nth-child(2n) figure {
  order: 2;
}
#recruit-heading .wrapper ul li:nth-child(7) {
  grid-template-columns: 1.5fr 1fr;
}

@media screen and (max-width: 768px) {
  #recruit-heading .wrapper__heading {
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    position: relative;
  }
  #recruit-heading .wrapper__heading h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline;
    font-size: 27px;
    color: #5c4e31;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  #recruit-heading .wrapper__heading h2 .none {
    display: none;
  }
  #recruit-heading .wrapper__heading p {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    width: 230px;
    margin: 0px auto 0;
    color: #ff3d64;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #recruit-heading .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  #recruit-heading .wrapper__heading {
    margin: 0 auto 30px;
  }
  #recruit-heading .wrapper__heading h2 {
    font-size: 23px;
  }
  #recruit-heading .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #recruit-heading .wrapper__heading h2 {
    font-size: 20px;
  }
  #recruit-heading .wrapper__heading h2 .none {
    display: none;
  }
  #recruit-heading .wrapper__heading::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    height: 150px;
    background-image: url(../../img/common/speech-bubble.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #recruit-heading .wrapper h4 {
    text-align: center;
  }
  #recruit-heading .wrapper ul {
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr;
    margin: 150px 0 0 0;
  }
  #recruit-heading .wrapper ul li {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  #recruit-heading .wrapper ul li figure img {
    width: 100%;
    border-radius: 61% 39% 70% 30%/30% 52% 48% 70%;
    object-fit: cover;
    aspect-ratio: 3/2;
  }
  #recruit-heading .wrapper ul li .li-txt p span {
    background: linear-gradient(transparent 60%, #ffe7b8 60%);
    font-weight: 600;
  }
  #recruit-heading .wrapper ul li:nth-child(2n) figure {
    order: 2;
  }
  #recruit-heading .wrapper ul li:nth-child(7) {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  #recruit-heading .wrapper__heading {
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    position: relative;
  }
  #recruit-heading .wrapper__heading h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline;
    font-size: 27px;
    color: #5c4e31;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  #recruit-heading .wrapper__heading h2 .none {
    display: none;
  }
  #recruit-heading .wrapper__heading p {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    width: 230px;
    margin: 0px auto 0;
    color: #ff3d64;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  #recruit-heading .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #recruit-heading .wrapper__heading {
    margin: 0 auto 30px;
  }
  #recruit-heading .wrapper__heading h2 {
    font-size: 23px;
  }
  #recruit-heading .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #recruit-heading .wrapper__heading h2 {
    font-size: 20px;
  }
  #recruit-heading .wrapper__heading h2 .none {
    display: block;
  }
  #recruit-heading .wrapper__heading::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 100px;
    background-image: url(../../img/common/speech-bubble.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #recruit-heading .wrapper h4 {
    text-align: center;
  }
  #recruit-heading .wrapper ul {
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr;
    margin: 80px 0 0 0;
  }
  #recruit-heading .wrapper ul li {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    align-items: center;
  }
  #recruit-heading .wrapper ul li figure {
    order: 2;
  }
  #recruit-heading .wrapper ul li figure img {
    width: 100%;
    border-radius: 61% 39% 70% 30%/30% 52% 48% 70%;
    object-fit: cover;
    aspect-ratio: 3/2;
  }
  #recruit-heading .wrapper ul li .li-txt p span {
    background: linear-gradient(transparent 60%, #ffe7b8 60%);
    font-weight: 600;
    font-size: 16px;
  }
  #recruit-heading .wrapper ul li:nth-child(2n) figure {
    order: 2;
  }
  #recruit-heading .wrapper ul li:nth-child(7) {
    grid-template-columns: 1fr;
  }
  #recruit-heading .wrapper ul li:nth-child(7) .li-txt p {
    text-align: center;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #595757;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__warp h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__warp--slider {
  overflow: hidden;
}
#carousel .carousel__warp--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__warp--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#carousel .carousel__warp--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#carousel .carousel__warp--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__warp--link a {
  margin: 2rem auto 0;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #595757;
  border: solid 1px #595757;
  color: #f17985;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #ffffff;
  color: #ff3d64;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__warp {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#modal .modal__warp h2 {
  margin: 0 auto 4rem;
}
#modal .modal__warp .modal {
  padding: 0 0;
}
#modal .modal__warp .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__warp .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__warp .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__warp .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__warp .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__warp .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__warp .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__warp .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__warp .modal__close:before,
#modal .modal__warp .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__warp .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__warp .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__warp .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__warp .modal__content .modal__text {
  text-align: justify;
  text-align-last: left;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 99;
}
.pagetop a {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #ff3d64;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #fff;
}
.pagetop a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 0.5rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 45px;
    height: 45px;
    aspect-ratio: 1/1;
  }
}
#footer {
  position: relative;
  padding: 4rem 0 0 0;
  overflow: hidden;
  background-color: rgba(246, 191, 188, 0.2);
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/base.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
}
#footer .footer__warp {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
#footer .footer__warp .logo {
  display: flex;
  gap: 10px;
  flex-flow: column;
}
#footer .footer__warp .logo figure {
  width: 230px;
  margin: 0 auto 20px;
}
#footer .footer__warp .logo figure img {
  width: 100%;
}
#footer .footer__warp p {
  text-align: center;
}
#footer .footer__warp .foo-text {
  width: fit-content;
  margin: 0 auto;
}
#footer .footer__warp .foo-text p {
  text-align: center;
}
#footer .footer__warp .foo-text .btn,
#footer .footer__warp .foo-text .btn1 {
  text-align: center;
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#footer .footer__warp .foo-text .btn a,
#footer .footer__warp .foo-text .btn1 a {
  background-color: #ff3d64;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  transition: 0.5s;
  border-radius: 30px;
  display: inline-block;
  font-size: 20px;
}
#footer .footer__warp .foo-text .btn a span,
#footer .footer__warp .foo-text .btn1 a span {
  font-size: 13px;
}
#footer .footer__warp .foo-text .btn a:hover,
#footer .footer__warp .foo-text .btn1 a:hover {
  background-color: #5c4e31;
}
#footer .footer__warp .foo-text .btn1 a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 53px;
  background-color: #5c4e31;
}
#footer .footer__warp .foo-text .btn1 a span {
  display: inline;
}
#footer .footer__warp .foo-text .btn1 a:hover {
  opacity: 0.5;
}
#footer .footer__warp nav {
  padding: 20px 0 30px;
  position: relative;
  z-index: 1;
}
#footer .footer__warp nav .nav_list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#footer .footer__warp nav .nav_list li p {
  font-size: 14px;
}
#footer .footer__warp nav .nav_list li span {
  display: none;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  background-color: #ff3d64;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  position: relative;
  z-index: 1;
}
#footer .footer__copy .none {
  display: none;
}
#footer .footer__sp {
  display: none;
}

#sp_btn {
  display: none;
}
#sp_btn ul {
  display: none;
}

@media screen and (max-width: 1280px) {
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
}
@media screen and (max-width: 940px) {
  #footer .footer__warp .foo-text .btn,
  #footer .footer__warp .foo-text .btn02 {
    margin: 25px auto 0;
  }
  #footer .footer__warp .foo-text .btn a,
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 16px;
  }
  #footer .footer__warp .foo-text .btn02 {
    margin: 20px auto 50px;
  }
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #footer::before {
    bottom: 90px;
    left: 0;
    width: 200%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
  }
  #footer .footer__warp {
    padding-bottom: 3rem;
  }
  #footer .footer__warp .foo-text .btn,
  #footer .footer__warp .foo-text .btn02 {
    text-align: center;
    margin: 25px auto 0;
  }
  #footer .footer__warp .foo-text .btn a,
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 16px;
  }
  #footer .footer__warp .foo-text .btn02 {
    margin: 20px auto 50px;
  }
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 14px;
  }
  #footer .footer__warp .foo-text .btn {
    display: flex;
    flex-flow: column;
    gap: 10px;
    width: 250px;
    margin: 20px auto 0;
  }
  #footer .footer__warp .foo-text .btn a {
    font-size: 16px;
    width: 200px;
    margin: 0 auto;
  }
  #footer .footer__warp nav .nav_list {
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 10px;
    width: fit-content;
    margin: 0 auto;
  }
  #footer .footer__warp nav .nav_list li {
    width: calc(33.3333333333% - 0px);
  }
  #footer .footer__warp nav .nav_list li p {
    text-align: center;
    font-weight: 600;
  }
  #footer .footer__warp nav .nav_list li span {
    display: none;
  }
  #footer .footer__copy {
    padding: 1rem 0 5rem;
    text-align: center;
    color: #fff;
    background-color: #ff3d64;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #footer .footer__sp {
    display: none;
  }
  #sp_btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    width: 95%;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    gap: 5px;
  }
  #sp_btn ul li {
    width: 100%;
    display: block;
    padding: 10px 0;
    background-color: #5c4e31;
    border-radius: 30px;
  }
  #sp_btn ul li a,
  #sp_btn ul li .button {
    display: flex;
    flex-flow: column;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
  }
  #sp_btn ul li a:hover,
  #sp_btn ul li .button:hover {
    opacity: 0.5;
  }
  #sp_btn ul li a i,
  #sp_btn ul li .button i {
    font-size: 20px;
  }
  #sp_btn ul li:nth-child(2) i {
    font-size: 19px;
    padding: 0 0 2px;
  }
  #sp_btn ul li:nth-child(2) span {
    font-size: 10px;
  }
  #sp_btn ul li:nth-child(3) {
    border-right: 1px solid #ccc;
  }
  #sp_btn ul li:nth-child(1) i {
    padding: 0 0 3px;
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer__warp {
    padding-bottom: 2rem;
  }
  #footer .footer__warp .logo figure {
    width: 200px;
  }
  #footer .footer__warp .logo .logo01 {
    width: 160px;
  }
  #footer .footer__warp .foo-text .btn1,
  #footer .footer__warp .foo-text .btn02 {
    margin: 25px auto 0;
  }
  #footer .footer__warp .foo-text .btn1 a,
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 16px;
  }
  #footer .footer__warp .foo-text .btn1 {
    display: flex;
    flex-flow: column;
    gap: 10px;
    width: 220px;
    margin: 20px auto 0;
  }
  #footer .footer__warp .foo-text .btn1 a {
    width: 200px;
    padding: 3px 10px 0px;
  }
  #footer .footer__warp nav {
    padding: 20px 10px 30px 0;
  }
  #footer .footer__warp nav .nav_list {
    width: 270px;
  }
  #footer .footer__warp nav .nav_list li {
    width: calc(50% - 0px);
  }
  #footer .footer__warp nav .nav_list li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 384px) {
  #footer .footer__copy {
    letter-spacing: 0;
  }
}
.sp_fixed {
  position: fixed !important;
  bottom: -70px;
  left: 0;
  z-index: 999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}/*# sourceMappingURL=style.css.map */