@charset "UTF-8";
.bold {
  font-weight: 500;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.t-p35 {
  padding-top: 35px;
}

.t-m20 {
  margin-top: 20px;
}

.t-m30 {
  margin-top: 30px;
}

.t-m35 {
  margin-top: 35px;
}

.t-m40 {
  margin-top: 40px;
}

.t-p45 {
  padding-top: 45px;
}

.b-m15 {
  margin-bottom: 15px;
}

.b-m20 {
  margin-bottom: 20px;
}

.b-m25 {
  margin-bottom: 25px;
}

.b-m30 {
  margin-bottom: 30px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.b-p20 {
  padding-bottom: 20px;
}

.b-p150 {
  padding-bottom: 150px;
}

.middle {
  font-size: 0.8rem;
}

.mini {
  font-size: 0.7rem;
}

.bold {
  font-weight: bold;
}

.bg-white {
  background-color: #fefefe;
}

.bg-baige {
  background-color: #F5F5F5;
}

.bg_sub {
  background-color: #F5F5F5;
}

.bg_sub02 {
  background: #f8f8f8;
}

.bg_sub_more {
  background-color: #e0e0e0;
}

.relative {
  position: relative;
}

body {
  background-color: #fefefe;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 690px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 690px) {
  .sp_only {
    display: block !important;
  }
}

/* アニメーション */
@-webkit-keyframes guruguru {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes guruguru {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.moji {
  width: 100%;
}

.base {
  padding-top: 50px;
}
.base.main {
  padding-top: 260px;
}
@media screen and (max-width: 690px) {
  .base.main {
    padding-top: 230px;
  }
}
.base.top {
  padding-top: 300px;
}
.base.bottom {
  padding-bottom: 50px;
}
.base._footer {
  padding-top: 20px;
}
@media screen and (max-width: 690px) {
  .base.top {
    padding-top: 50px;
  }
}

.base_wide {
  padding-top: 70px;
}

.border_deco {
  position: relative;
}
.border_deco:before {
  position: absolute;
  content: "";
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-right: 1px solid #fefefe;
  border-left: 1px solid #fefefe;
}

.single {
  padding-bottom: 50px;
}
.single._footer {
  padding-bottom: 20px;
}

.middle_box {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.middle_box.b-m50 {
  margin-bottom: 50px;
}
.middle_box.wide {
  width: 90%;
}
@media screen and (max-width: 690px) {
  .middle_box.sp_wide {
    width: 90%;
  }
  .middle_box.sp_full {
    width: 100%;
  }
}

.small_box {
  width: 60%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .small_box.sp_wide_box {
    width: 80%;
  }
  .small_box.sp_wide_box_more {
    width: 90%;
  }
  .small_box.sp_wide_box {
    width: 80%;
  }
  .small_box.sp_full {
    width: 100%;
  }
}

.main_subtitle {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 3px;
}
.main_subtitle span {
  display: block;
  position: relative;
}
.main_subtitle span:before {
  position: absolute;
  content: "";
  background-color: #F5F5F5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: -30px;
  top: 5px;
  z-index: -1;
}

.top_logo_wrap img.bg {
  width: 120%;
  position: absolute;
  left: 190px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 690px) {
  .top_logo_wrap img.bg {
    width: 135%;
    position: absolute;
    left: 50%;
    top: 50%;
  }
}

.top_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: invert(1);
          filter: invert(1);
}
.top_logo img {
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .top_logo {
    left: 70%;
  }
  .top_logo img {
    width: 260px;
  }
}

@media screen and (max-width: 690px) {
  .main_txt_wrap {
    margin-top: 210px;
    text-align: center;
  }
  .main_subtitle {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 3px;
  }
  .main_subtitle span:before {
    left: -20px;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 690px) {
  header {
    display: none;
  }
}

.header_inner {
  padding: 25px 50px;
}

nav .menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
nav .menu li {
  font-weight: bold;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
nav .menu li.point {
  border-radius: 50px;
  background-color: #FF9A00;
  color: #fefefe;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex .child20 {
  width: 20%;
}
.flex .child30 {
  width: 30%;
}
.flex .child40 {
  width: 40%;
}
.flex .child45 {
  width: 45%;
}
.flex .child50 {
  width: 50%;
}
.flex .child55 {
  width: 55%;
}
.flex .child60 {
  width: 60%;
}
.flex .child100 {
  width: 100%;
}
.flex.before_after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.before_after .child {
  text-align: center;
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}
.flex.before_after._head {
  padding: 25px 0;
  margin-bottom: 25px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.flex.before_after._head .child {
  margin-bottom: 0px;
}
@media screen and (max-width: 690px) {
  .flex.fst-view .child40 {
    width: 80%;
  }
}
@media screen and (max-width: 690px) {
  .flex .child30,
  .flex .child60,
  .flex .child40,
  .flex .child45 {
    width: 100%;
  }
  .flex .fee_list .child40 {
    width: 30%;
  }
  .flex .fee_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex.tate {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jc-even {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.fd_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-base {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.kadomaru {
  border-radius: 10px;
}

.fee_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
  line-height: 2;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.fee_list li .price {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.fee_list li .price.mini {
  font-size: 1.7rem;
}
.fee_list li .more {
  position: absolute;
  left: auto;
  right: -50px;
  top: -20px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  font-size: 0.7rem;
  letter-spacing: 1px;
  background-color: #ff9a00;
  color: #fefefe;
  font-weight: 500;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.fee_list li .more .num {
  font-size: 0.9rem;
  padding: 0;
  padding-bottom: 16px;
}

@media screen and (max-width: 690px) {
  .fee_list li .more {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .faq_list {
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.mini_img {
  width: 60%;
  margin-top: -60px;
}

.base-part {
  width: 50%;
  position: relative;
}

.front_part {
  line-height: 1.8;
  margin-left: auto;
  width: 76%;
  line-height: 1.8;
  padding: 10px;
}
.front_part p.txt {
  font-size: 0.9rem;
  padding: 10px;
}
.front_part p.sub-txt {
  font-size: 0.7rem;
  line-height: 1.2;
  padding: 10px;
}
.front_part._center {
  margin: 0;
  margin-right: auto;
  width: 100%;
  padding: 0;
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
}
.front_part._center p {
  background: rgba(255, 255, 255, 0.6117647059);
}

#sp2,
#sp3,
#sp4,
#sp6 {
  background-color: #fff;
}

.num-wrap {
  position: relative;
}

.num {
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 0;
}
.num span {
  font-size: 6rem;
}

.srd {
  position: absolute;
  top: -70px;
  left: auto;
  right: 38px;
  z-index: 1;
  -webkit-transform: rotate(10deg) !important;
          transform: rotate(10deg) !important;
}

.caution_list {
  font-size: 0.8rem;
  line-height: 1.5;
}
.caution_list li {
  margin-bottom: 15px;
  margin-left: 1em;
}
.caution_list li:before {
  content: "※";
}
@media screen and (max-width: 690px) {
  .caution_list .sp_ta_center {
    text-align: center;
  }
}

.menu_list {
  line-height: 1.8;
  padding: 20px;
  background: #faefe3;
}
.menu_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.2rem;
}
.menu_list li:last-child {
  margin-bottom: 0;
}
.menu_list li:before {
  content: "";
  border-bottom: 2px dotted #95afa8;
  width: 80%;
  height: 2px;
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 13px;
  left: auto;
  right: 15px;
  z-index: 1;
  opacity: 0.4;
}
.menu_list li p {
  display: inline-block;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em;
  margin-right: 1em;
  font-size: 0.9rem;
}
.menu_list li .menu span {
  background: #faefe3;
  padding-right: 10px;
  font-size: 0.8rem;
}
.menu_list li .price {
  margin-left: auto;
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
  background: #faefe3;
}
@media screen and (max-width: 690px) {
  .menu_list li .price {
    text-align: auto;
  }
}
.menu_list li .price span {
  letter-spacing: 0.1em;
}
.menu_list li.caption-mini {
  font-size: 0.8rem;
  padding-top: 15px;
  line-height: 1.2;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu_list li.caption-mini:before {
  opacity: 0;
}
.menu_list li.caption-caution {
  font-size: 0.9rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  padding-top: 15px;
  line-height: 1.4;
}
.menu_list li.caption-caution:before {
  opacity: 0;
}

.num_font {
  font-family: "Jost", sans-serif;
}

.base_font {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.title {
  position: relative;
  color: #333;
  font-size: 1.6rem;
  padding-left: 30px;
  padding-bottom: 3px;
  width: 50%;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #333;
  position: relative;
  z-index: 0;
}
.title.full {
  width: 100%;
  padding-left: 0;
  text-align: center;
}
.title:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 15px;
  height: 1px;
  left: auto;
  right: -12px;
  top: auto;
  bottom: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.title:after {
  position: absolute;
  content: "";
  background-color: #FF9A00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: 0;
  top: auto;
  bottom: -15px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .title.sp_full {
    width: 100%;
  }
  .title:after {
    left: -10px;
  }
}
@media screen and (max-width: 690px) {
  .title {
    font-size: 1.4rem;
  }
}

.title02 {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 20px;
  border-radius: 50px;
}
.title02 .sub_txt {
  padding-left: 15px;
  font-weight: 300;
  color: #FF9A00;
  font-size: 1.2rem;
}

.title03 {
  background: #ff9a00;
  color: #fefefe;
  font-weight: 500;
  display: inline-block;
  padding: 15px;
  border-radius: 100%;
  margin-bottom: 15px;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 0.9rem;
}
.title03.no-hidden {
  top: 0;
}
@media screen and (max-width: 690px) {
  .title03 {
    font-size: 0.8rem;
    width: 100px;
    height: 100px;
  }
  .title03.no-hidden {
    left: 0;
  }
}
.title03 .big {
  font-size: 1.1rem;
  display: block;
}

.title_kakomi {
  background-color: #f9a035;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #f9a035;
  font-weight: bold;
}

.info_list {
  line-height: 1.5;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
}
.info_list dt {
  display: inline-block;
  border-bottom: 0.5px solid rgba(100, 68, 34, 0.5490196078);
  padding: 0 5px;
}
.info_list dd {
  margin-bottom: 25px;
  margin-left: 1rem;
}

.tokuchou_list {
  line-height: 2.5;
  margin-bottom: 20px;
}
.tokuchou_list._type2 {
  line-height: 2;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 20px 0;
}
@media screen and (max-width: 690px) {
  .tokuchou_list {
    line-height: 2;
  }
}

.copyright {
  background: #1E1E1E;
  font-size: 0.9rem;
  color: #fefefe;
}

.massage-wrap {
  background: #fefefe;
  border-radius: 24px;
  overflow-wrap: break-word;
  padding: 15px;
  letter-spacing: 0.1px;
  font-size: 0.8rem;
  line-height: 1.3;
  margin-bottom: 10px;
  -webkit-box-shadow: 10px 10px 0px -5px #523d00;
          box-shadow: 10px 10px 0px -5px #523d00;
  padding: 15px;
}
.massage-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.massage-wrap img {
  width: 90px;
  float: right;
  border-radius: 100%;
  shape-outside: circle();
}
.massage-wrap h3 {
  position: relative;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid #7e7e7e;
  margin-bottom: 10px;
  color: #292929;
  font-size: 1rem;
  padding-right: 5px;
  text-align: right;
}
.massage-wrap h3 span {
  position: absolute;
  font-size: 2.5rem;
  left: auto;
  right: 20px;
  top: -10px;
  color: rgba(41, 41, 41, 0.06);
}

/*タイムライン全体の設定*/
.timeline {
  max-width: 400px;
  width: 100%;
  margin: 50px auto;
  padding: 0 30px;
}

.timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding: 0 0 20px 0;
}

.timeline dl {
  margin: 0 0 20px 3em;
}
.timeline dl dt {
  font-size: 1.8rem;
}

/*絶対配置で線を設定*/
.border-line {
  /*線の位置*/
  position: absolute;
  left: 0.2em;
  top: 0;
  width: 2px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #ccc;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%);
  background: #666;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-time10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/*==================================================
  スタート時は要素自体を透過0にするためのopacity:0;を指定する
  ===================================*/
.delay-box {
  opacity: 0;
}

.box {
  opacity: 0;
}

.animation_text {
  background-color: #2d2d2d;
  color: #fefefe;
  padding: 15px;
  overflow: hidden;
}
.animation_text p {
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: text_scroll 20s linear infinite;
          animation: text_scroll 20s linear infinite;
  padding-left: 100%;
}

@-webkit-keyframes text_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes text_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.btn li a {
  background: #222;
  color: #fefefe;
  display: block;
  margin: 0 2px;
  padding: 10px;
  pointer-events: auto;
}

.btn_01 {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 3px;
  padding: 10px;
}

.btn_02 {
  width: 100%;
  background-color: #fefefe;
  border-radius: 3px;
  padding: 10px;
}
.btn_02.border {
  border: 2px solid #ccc;
}
.btn_02.margin_top {
  margin-top: 15px;
}

#nav-toggle {
  display: none;
}
@media screen and (max-width: 690px) {
  #nav-toggle {
    display: block;
    pointer-events: auto;
  }
}

/* sp_nav */
/* nav-toggle */
.sp-nav-list {
  overflow: auto;
}

#nav-toggle {
  position: fixed;
  top: 5px;
  right: 5px;
  height: 58px;
  cursor: pointer;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FF9A00;
}

#nav-toggle > div {
  position: relative;
  width: 35px;
}

#nav-toggle > div > p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 27px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fefefe;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 1px;
}

#nav-toggle span:nth-child(2) {
  top: 9px;
}

#nav-toggle span:nth-child(3) {
  top: 18px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 0px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 18px;
}

.open #nav-toggle {
  background: none;
}

.open #nav-toggle span {
  background-color: #bebebe;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 9px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 500;
}

#sp-nav {
  position: fixed;
  color: #333;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#sp-nav .logo_wrap {
  position: relative;
  text-align: center;
}
#sp-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sp-nav:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fefefe;
  opacity: 0.9;
}

#sp-nav .inner {
  padding: 20px 0;
  overflow-y: scroll;
  max-width: 260px;
  width: 95%;
}

#sp-nav .inner .sns-list {
  margin-top: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sp-nav .inner .sns-list li {
  padding: 0;
}

#sp-nav li {
  border-bottom: 1px solid #fcdbbe;
  padding: 10px;
  width: 100%;
}

#sp-nav li .blinds {
  position: relative;
}

#sp-nav li .blinds:after {
  position: absolute;
  content: "＋";
  color: #FF9A00;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sp-nav li .blinds.on:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#sp-nav a {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-weight: 500;
  letter-spacing: 0.2em;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  line-height: 2;
  display: inline-block;
  font-family: "Jost", sans-serif;
}

#sp-nav a span {
  display: table;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
}

#sp-nav .dropdown {
  padding: 0;
  display: none;
  margin-top: 8px;
}

#sp-nav .dropdown li {
  padding: 0;
  border-bottom: 0px solid #e6e2de;
}

#sp-nav .dropdown .dropdown-li {
  width: 100%;
}

#sp-nav .dropdown .dropdown-li a {
  padding: 2px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #534235;
}

#sp-nav .dropdown .dropdown-li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  margin-right: 2px;
  color: #080808;
}

#sp-nav ul {
  list-style: none;
}

#sp-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}

#sp-nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#sp-nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#sp-nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#sp-nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#sp-nav ul li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#sp-nav ul li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#sp-nav ul li:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#sp-nav ul li:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/* open */
.open {
  overflow: hidden;
}

.open #sp-nav {
  visibility: visible;
  opacity: 1;
}

.open #sp-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

.sticy_inner {
  position: sticky;
  top: 90px;
}

.sticy_inner_02 {
  position: sticky;
  top: 0;
  z-index: 2;
}

.circle-img {
  width: 160px;
  height: 160px;
  padding: 15px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.circle-img.white {
  background-color: #fefefe;
}
.circle-img.transparent {
  background-color: transparent;
}
.circle-img.no-margin {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .circle-img {
    width: 120px;
    height: 120px;
  }
}

.column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.center-text {
  font-size: 24px;
  font-weight: bold;
}

.caption {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.triangle-container {
  position: relative;
  width: 160px;
  height: 60px;
}
.triangle-container .triangle {
  width: 20px;
  height: 30px;
  background: #333;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 100% 50%, 0% 100%, 0% 100%);
  position: absolute;
  top: -20%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.triangle-container .triangle_text {
  position: absolute;
  top: -80%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  z-index: 2;
  font-weight: 500;
}

.turn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dot {
  position: relative;
}
.dot:before {
  position: absolute;
  content: "";
  background-color: #FF9A00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flow_list li {
  margin-bottom: 20px;
}
.flow_list li h3 {
  margin-bottom: -23px;
  position: relative;
  z-index: 2;
}
.flow_list li p {
  padding: 25px;
  background-color: #faefe3;
}

/*アコーディオンタイトル*/
.ac-btn {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 2% 50px;
  border-bottom: 1px solid #777;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 690px) {
  .ac-btn {
    font-size: 1rem;
    padding: 4% 6% 4% 40px;
  }
}

/*アイコンの＋と×*/
.ac-btn i {
  position: absolute;
  width: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 48%;
  left: auto;
  right: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 690px) {
  .ac-btn i {
    right: 0;
  }
}

.ac-btn:before {
  position: absolute;
  content: "Q.";
  font-size: 2rem;
  font-weight: bold;
  color: #FF9A00;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 690px) {
  .ac-btn:before {
    font-size: 1.5rem;
  }
}

/*　closeというクラスがついたら形状変化　*/
.ac-btn.close i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*アコーディオンで現れるエリア*/
.ac-box {
  display: none;
  /*はじめは非表示*/
  background: #f3f3f3;
  padding: 3%;
  margin: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 690px) {
  .ac-box {
    margin: 0;
    padding: 5%;
  }
  .ac-box p {
    letter-spacing: 0;
  }
}

.form-contents dd:not(.pattern-exclusion) input.textarea {
  height: 30px;
  background: #fdfbfb;
  border-bottom: 1px solid #ccc;
  padding: 10px 14px;
  border-radius: 3px;
}

.form-contents form dl dt:not(.pattern-exclusion) {
  width: 150px !important;
}

.form-contents form dl dd:not(.pattern-exclusion) {
  padding-left: 150px !important;
}

.form-contents dd:not(.pattern-exclusion) .textarea {
  background: #fdfbfb;
  border-bottom: 1px solid #ccc;
  padding: 10px 14px;
  border-radius: 3px;
}

.form-contents :not(.pattern-exclusion) button {
  background: #ff9a00;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
}
.form-contents :not(.pattern-exclusion) button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .form-contents form dl dt:not(.pattern-exclusion) {
    width: 100% !important;
  }
  .form-contents form dl dd:not(.pattern-exclusion) {
    padding-left: 0 !important;
  }
  .form-contents {
    padding: 15px;
  }
}
@media screen and (max-width: 690px) {
  .sp_mt_50 {
    margin-top: 50px;
  }
  .sp_mini_size {
    font-size: 0.8rem;
  }
  .g-recaptcha iframe {
    width: 100% !important;
  }
}
.beforafter_img {
  width: 450px;
}
.beforafter_img.small {
  width: 350px;
}
@media screen and (max-width: 690px) {
  .beforafter_img {
    width: 100%;
  }
  .beforafter_img.small {
    width: 100%;
  }
}

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

.cp_box {
  position: relative;
}

.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 180px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #fefefe));
  background: linear-gradient(to bottom, transparent 0%, #fefefe 70%);
}

.cp_box input:checked + label {
  background: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
}

.cp_box label:after {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 180px;
  content: "＋　詳細はこちら";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 20px;
  padding: 2px;
  background-color: #FF9A00;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 320px;
  /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cp_box input:checked + label:after {
  content: "－　閉じる";
}

.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}