@charset "utf-8";

/*
* ベースカラーの設定 *
ヒアリングシートのベースカラーはここに設定してください
*/
:root {
  --color01: #5f5e63;
  --color02: #f39800;
  --color03: #69d068;
  --color04: #3a82bd;
  --color05: #fcac00;
}

/*
Theme Name: portals_responsive
Author: portals
*/
/*==================================
* reset
* html5doctor.com Reset Stylesheet
* v1.6.1
* Last Updated: 2010-09-17
* Author: Richard Clark - http://richclarkdesign.com
* Twitter: @rich_clark
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
img {
  vertical-align: top;
  line-height: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
address {
  font-style: normal;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*==================================
base
==================================*/
.clear {
  clear: both;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.img_left,
.img_right {
  margin: 0 auto 16px;
}
.img_center {
  display: block;
  margin: 0 auto 16px;
}
.only_sp {
  display: block;
}
.only_pc {
  display: none;
}
img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
a:link {
  color: #83a139;
}
a:visited {
  color: #fcafa7;
}
a:hover {
  color: #baea83;
}
a:active {
  color: #baea83;
}
.italic {
  display: contents;
  font-style: italic;
}
.marker {
  background: linear-gradient(transparent 64%, rgb(255 250 125 / 86%) 0%);
}
body {
  overflow-x: hidden;
  background: #fff;
  color: var(--color01);
  font-size: 15px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  .img_left,
  .img_right {
    width: 40%;
  }
  .img_left {
    float: left;
    margin: 0 16px 16px 0;
  }
  .img_right {
    float: right;
    margin: 0 0 16px 16px;
  }
}
@media screen and (min-width: 680px) {
  .img_left,
  .img_right {
    width: 40%;
  }
  .img_left {
    margin: 0 24px 24px 0;
  }
  .img_right {
    margin: 0 0 24px 24px;
  }
  .only_sp {
    display: none !important;
  }
  .only_pc {
    display: block;
  }
  a:hover img,
  a:active img {
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  body {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
  }
}
/*メイン画像の大きさに合わせてメディアスクリーンとbodyのmin-widthを必ず変更してください*/
@media screen and (min-width: 1460px) {
  body {
    min-width: 1460px;
  }
}
/*==================================
layout
==================================*/
#contents {
  margin: 0 auto;
  width: min(100%, 1360px);
  box-sizing: border-box;
}
.inner {
  margin: 0 calc(50% - 50vw);
  padding: 4em calc(50vw - 47%);
}
.conts {
  margin: 16px 12px;
}
.conts:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.conts .conts_inner {
  overflow: hidden;
}
.conts p:not([class]) {
  margin-bottom: 8px;
}
.bnr {
  margin: clamp(16px, 5vw, 56px) auto;
}
.ttl {
  margin: clamp(20px, 4.5vw, 56px) auto;
}
/*iframeレスポンシブ*/
.contact_gmap,
.youtube {
  margin-top: 1em;
  position: relative;
  width: 100%;
}
.youtube {
  padding-top: 56.25%;
}
.contact_gmap {
  aspect-ratio: 16 / 7;
}
.contact_gmap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 680px) {
  .inner {
    padding: 5em calc(50vw - 48%);
  }
  .conts {
    margin: 24px;
  }
  .bnr {
    margin: clamp(16px, 10vw, 56px) auto;
  }
  .ttl {
    margin: clamp(20px, 9vw, 56px) auto;
  }
}
@media screen and (min-width: 960px) {
  #contents {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    /* padding: 7em calc(50vw - 48%); */
    padding: 7em 20px;
  }
}
@media screen and (min-width: 1600px) {
  .inner {
    padding: 9em 20px;
  }
}
.no_toppadding {
  padding-top: 0;
}
.no_topmargin {
  margin-top: 0;
}
.no_bottommargin {
  margin-bottom: 0;
}
/*==================================
Header
==================================*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#header .h_inner {
  position: relative;
  margin: 0;
  padding: 2.8% 0 0 3.6%;
  width: 56%;
  box-sizing: border-box;
}
#header .h_inner img {
  margin: 0;
}
.h_logo_wrap {
  margin: 20px auto 10px;
  width: 76%;
}
@media screen and (min-width: 680px) {
  #header {
    border-top: none;
    border-bottom: none;
    display: block;
  }
  #header > * {
    width: auto;
  }
  #header .h_inner {
    padding: 1% 0 0 1.8%;
    width: 36%;
  }
  .h_inner {
    padding: 0 0 16px;
  }
  .h_logo_wrap {
    margin: 34px auto 10px;
    width: 50%;
  }
  .h_logo img {
    margin: 0;
  }
  #header nav {
    background: none;
  }
}
@media screen and (min-width: 1400px) {
  #header .h_inner {
    padding: 1.4% 0 0 2.4%;
  }
  .h_inner {
    padding: 0;
  }
  #header nav {
    margin: 0 auto;
    width: 58%;
  }
}
/*==================================
Navigation
==================================*/
.sp_fix_bt {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 3%;
  width: 100%;
  background: #040614;
  box-sizing: border-box;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 999999;
}
/*ページ内リンク対策 グローバルナビの飛び先をセレクタに追加してください*/
#price,
#contact,
#reason,
#differ,
#method,
#flow {
  margin-top: -128px;
  padding-top: 128px;
}

@media screen and (min-width: 480px) {
  #header .fixed {
    width: 100%;
    top: 0;
    left: 0;
    background: var(--color01);
  }
}
/*==================================
mainimg
==================================*/
.main_img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  background-color: #141b2c;
}
@media screen and (min-width: 1400px) {
  .main_img_icons {
    bottom: 2%;
    left: 54%;
  }
}
@media screen and (min-width: 1600px) {
  .main_img_icons {
    left: 56%;
  }
}
@media screen and (min-width: 1800px) {
  .main_img_icons {
    left: 56.6%;
  }
  .main_img_icons ul li {
    margin: 0.28em;
    width: 6.6em;
    height: 6.6em;
  }
}
/*==================================
heading
==================================*/
.heading01 {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  width: 92%;
  margin: 0 0 3em;
  letter-spacing: 0.04em;
  color: #4c4316;
  font-size: clamp(15px, 2.8vw, 24px);
  font-weight: 300;
}
.heading01::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #4c4316 36%,
    #4c4316 64%,
    transparent 100%
  );
}
.heading01_2 {
  margin: 0 0 2.6em;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: clamp(19px, 5.2vw, 48px);
  font-weight: 700;
}
.heading01_2 span {
  letter-spacing: 0.04em;
  text-align: center;
  font-size: clamp(16px, 3vw, 25px);
  font-weight: 300;
}
.heading02 {
  margin: 0 auto 2em;
  letter-spacing: 0.1em;
  font-size: clamp(22px, 5.8vw, 38px);
}
.heading03 {
  margin: 0 auto 0.5em;
  padding-left: 0.4em;
  font-size: clamp(18px, 3vw, 40px);
  border-left: solid 0.4em #5c3017;
}
@media screen and (min-width: 680px) {
  .heading01 {
    letter-spacing: 0.08em;
  }
  .heading01_2 {
    margin: 0 0 3em;
    line-height: 0.9em;
  }
}
@media screen and (min-width: 1000px) {
}
@media screen and (min-width: 1600px) {
  /* .heading01 {
    margin: 0 0 3em;
  }
  .heading02 {
    margin: 0 0 2em;
  } */
}
/*==================================
Main Contents
==================================*/
/* main_bottom_box */
.main_bottom_box {
  background-image: linear-gradient(0deg, #030411 20%, #131b2c 80%);
}
.main_bottom_txtbox {
  position: relative;
  padding: 5.6em 0 5em;
}
.main_bottom_txtbox::before {
  content: "";
  position: absolute;
  margin: 0 calc(50% - 50vw);
  inset: 0;
  background: url(image/bg_spotlight_sp.webp) no-repeat center top;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}
.main_bottom_txt {
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.06em;
  color: #c3c3ae;
  font-size: clamp(13px, 2.4vw, 25px);
}
.main_bottom_txt span {
  line-height: 1.6em;
  letter-spacing: 0.14rem;
  font-size: clamp(20px, 4vw, 37px);
  font-weight: 700;
}
.main_bottom_txt:first-child {
  margin: 0 0 2.4em;
}
ul.main_bottom_listbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 0 auto;
}
ul.main_bottom_listbox li {
  padding: 8%;
  width: 100%;
  max-width: 604px;
  background-color: #050616;
  border: 1px solid #c8c3a9;
}
ul.main_bottom_listbox li img {
  margin-bottom: 4%;
}
ul.main_bottom_listbox li p {
  text-align: center;
  line-height: 1.8em;
  color: #b0b0b1;
  font-size: clamp(13px, 3vw, 22px);
}
/* Your Worries */
.worries_txtbox {
  margin: 0 auto 3em;
  width: 100%;
  max-width: 600px;
}
.worries_topbox {
  background-image: linear-gradient(0deg, #4d525e, #bebebe 2%);
}
.worries_txtbox h3.heading02 {
  color: #050517;
}
.worries_txtbox p {
  letter-spacing: 0.04em;
  line-height: 1.8em;
  color: #050517;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 3vw, 22px);
  font-weight: 300;
}
ul.worries_listbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 2em;
  max-width: 1030px;
  text-align: center;
}
ul.worries_listbox li {
  width: 48%;
  max-width: 300px;
}
ul.worries_listbox li p {
  margin: 0.6em 0 0;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 300;
}
.worries_bottombox {
  background-image: linear-gradient(0deg, #040513 92%, #4d525e);
}
.worries_bottombox_txt {
  margin: 1.6em auto 0;
}
.worries_bottombox h3 {
  margin: 0 0 1em;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.04em;
  color: #b3b3b3;
  font-size: clamp(16px, 4vw, 37px);
}
.worries_bottombox .worries_bottombox_span01 {
  letter-spacing: 0.06em;
  font-size: clamp(20px, 5vw, 46px);
}
.worries_bottombox .worries_bottombox_span02 {
  font-size: clamp(18px, 4.6vw, 44px);
}
/* Our Approach */
.approach_box {
  position: relative;
}
.approach_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(image/hero_approach_bg_sp.webp) no-repeat center top;
  background-size: cover;
  background-color: #bebebe;
  z-index: -1;
  pointer-events: none;
}
.approach_txtbox {
  margin: 1em 0;
}
.approach_txtbox h2.heading01 {
  width: 70%;
  color: #c3c3ae;
}
.approach_txtbox h2.heading01::after {
  background: linear-gradient(
    to right,
    transparent 0%,
    #c3c3ae 36%,
    #c3c3ae 64%,
    transparent 100%
  );
}
.approach_txtbox h3.heading02 {
  color: #fff;
  font-size: clamp(18px, 4.6vw, 38px);
}
.approach_txtbox p {
  line-height: 1.8em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 3vw, 22px);
  font-weight: 300;
}
/* 3つのアプローチ */
.approach3_box {
  background-image: linear-gradient(0deg, #040614 10%, #bebebe 48%);
}
ul.approach3_listbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  counter-reset: approachpoint;
}
.approach3_box .heading01_2 {
  color: #08091b;
}
ul.approach3_listbox li {
  position: relative;
  max-width: 566px;
  background-color: #090d1b;
  border: 1px solid #090d1b;
}
ul.approach3_listbox li::before {
  content: counter(approachpoint);
  counter-increment: approachpoint;
  position: absolute;
  top: -40px;
  left: 20px;
  height: 80px;
  width: 80px;
  background: #090d1b;
  border-radius: 50%;
  border: 1px solid #c3c3ae;
  text-align: center;
  color: #bebebe;
  font-family:
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 52px;
  font-weight: 700;
  box-sizing: border-box;
}
ul.approach3_listbox li h3 {
  margin: -2.8em 0 0.8em;
  text-align: center;
  color: #bebebe;
  font-size: clamp(22px, 5vw, 36px);
  font-family:
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}
ul.approach3_listbox li p {
  padding: 0 4% 8%;
  line-height: 1.8em;
  color: #b0b0b1;
  font-size: clamp(15px, 3vw, 22px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.approach3_keybox {
  margin: 4em auto 2em;
}
.approach3_keybox h3:first-child {
  text-align: center;
  color: #090d1b;
  font-size: clamp(24px, 6vw, 50px);
}
.approach3_imgtxtbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 2em auto;
}
.approach3_imgtxtbox p {
  line-height: 1.8em;
  color: #090d1b;
  font-size: clamp(15px, 3vw, 22px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.approach3_keybox h3:last-child {
  text-align: center;
  color: #e0e0e0;
  font-size: clamp(22px, 5.6vw, 48px);
}
.approach3_space {
  margin: 0 calc(50% - 50vw);
}
.approac3_txtbox {
  margin: 1em auto;
}
.approac3_txtbox .heading01 {
  color: #c3c3ae;
}
.approac3_txtbox .heading01::after {
  background: linear-gradient(
    to right,
    transparent 0%,
    #c3c3ae 36%,
    #c3c3ae 64%,
    transparent 100%
  );
}
.approac3_txtbox h3.heading02 {
  text-align: center;
  color: #fff;
}
.approac3_txtbox p {
  margin: 0 auto;
  max-width: 940px;
  line-height: 1.8em;
  color: #d3d3d3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 3vw, 22px);
  font-weight: 300;
}
.approach3_table {
  margin: 4em auto 0;
}
.approach3_table p {
  margin: 0.6em auto 0;
  max-width: 950px;
  line-height: 1.4em;
  color: #a4a49a;
  font-size: clamp(15px, 3vw, 21px);
}
/* Check & Visualize */
section.c_and_v_box.inner {
  padding: 12% calc(50vw - 47%);
}
.c_and_v_box {
  position: relative;
}
.c_and_v_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(image/hero_visualize_bg_sp.webp) no-repeat center top;
  background-size: cover;
  background-color: #070a19;
  z-index: -1;
  pointer-events: none;
}
.c_and_v_txtbox h2.heading01 {
  width: 70%;
  color: #4c4316;
}
.c_and_v_txtbox h2.heading01::after {
  background: linear-gradient(
    to right,
    transparent 0%,
    #4c4316 36%,
    #4c4316 64%,
    transparent 100%
  );
}
.c_and_v_txtbox h3.heading02 {
  color: #08091b;
  font-size: clamp(18px, 4.6vw, 38px);
}
.c_and_v_txtbox p {
  line-height: 1.8em;
  color: #08091b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 3vw, 22px);
  font-weight: 300;
}
/* 施術の流れ */
section.flow_box.inner {
  background-image: linear-gradient(0deg, #bebebe 10%, #070a19 48%);
}
.flow_box .heading01_2 {
  color: #c3c3ae;
}
ul.flow_listbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 65px;
}
ul.flow_listbox li {
  position: relative;
  max-width: 470px;
  background-color: #08091b;
  border: 2px solid #c3c3ae;
}
ul.flow_listbox li::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  width: 70px;
  background: #08091b;
  border-radius: 50%;
  border: 2px solid #c3c3ae;
  text-align: center;
  line-height: 1.7em;
  color: #c3c3ae;
  font-size: 36px;
  font-weight: 300;
  box-sizing: border-box;
}
ul.flow_listbox li:nth-child(1)::before {
  content: "測";
}
ul.flow_listbox li:nth-child(2)::before {
  content: "診";
}
ul.flow_listbox li:nth-child(3)::before {
  content: "階";
}
ul.flow_listbox li:nth-child(4)::before {
  content: "術";
}
ul.flow_listbox li:nth-child(5)::before {
  content: "比";
}
ul.flow_listbox li:nth-child(6)::before {
  content: "続";
}
ul.flow_listbox li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.6em;
  min-height: 66px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #c3c3ae;
  font-size: clamp(22px, 5vw, 36px);
}
ul.flow_listbox li p {
  padding: 0 6%;
  min-height: 115px;
  line-height: 1.8em;
  color: #cbcbcb;
  font-size: clamp(15px, 2.8vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.signature_menu_txtbox {
  margin: 5em auto 3em;
}
.signature_menu_txtbox .heading01 {
  margin: 0 0 1.8em;
  color: #4c4316;
}
.signature_menu_txtbox .heading01::after {
  background: linear-gradient(
    to right,
    transparent 0%,
    #4c4316 36%,
    #4c4316 64%,
    transparent 100%
  );
}
.signature_menu_txtbox h3.heading02 {
  color: #08091b;
  font-size: clamp(20px, 5vw, 38px);
}
.signature_menu_txtbox p {
  margin: 0 auto;
  max-width: 840px;
  line-height: 1.8em;
  color: #08091b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 3vw, 22px);
  font-weight: 300;
}
/* 料金表 */
.ryoukin_card_box {
  margin: 0 auto;
  max-width: 1052px;
  background-color: #ececec;
  border-radius: 10px;
}
.ryoukin_card_img {
  width: 100%;
  overflow: hidden;
}
.ryoukin_card_body {
  padding: 0 6% 6%;
}
.ryoukin_card_title {
  position: relative;
  margin: -1.2em 0 0.8em;
  padding: 0 0 0.4em;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #08091b;
  font-size: clamp(19px, 5vw, 43px);
  font-weight: 700;
}
.ryoukin_card_title::after {
  content: "";
  position: absolute;
  left: 0.4em;
  right: 0.4em;
  bottom: 0;
  height: 1px;
  background: #192233;
}
.ryoukin_card_lead {
  margin: 0 1em 1.4em;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #08091b;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(14px, 2.24vw, 21px);
  font-weight: 400;
}
.ryoukin_card_info {
  margin: 0 0 2em;
}
.ryoukin_card_info > div {
  display: grid;
  grid-template-columns: 118px 1fr;
  margin: 0 0 0.8em;
  border: 1px solid #192233;
}
.ryoukin_card_info dt,
.ryoukin_card_info dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.6em 0.2em;
  box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #08091b;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 2.2vw, 23px);
  font-weight: 300;
}
.ryoukin_card_info dt {
  position: relative;
  justify-content: center;
}
.ryoukin_card_info dt::after {
  content: "";
  position: absolute;
  top: 0.4em;
  right: 0;
  bottom: 0.4em;
  width: 1px;
  background: #08091b;
}
.ryoukin_card_info dd {
  justify-content: center;
}
.ryoukin_card_price {
  margin: 0;
  padding: 1.4em;
  background-image: linear-gradient(225deg, #171e2f, #070925 100%);
  border-radius: 6px;
  text-align: center;
  color: #c0c0b1;
}
.ryoukin_card_price_label {
  letter-spacing: 0.1em;
  font-size: clamp(20px, 3.8vw, 40px);
  font-weight: 700;
}
.ryoukin_card_price_main {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 1em 0;
  line-height: 1;
}
.ryoukin_card_price_normal {
  margin-right: 0.8em;
  letter-spacing: 0.06em;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(14px, 2.5vw, 27px);
  font-weight: 300;
  text-decoration: line-through;
}
.ryoukin_card_price_normal s {
  letter-spacing: 0.1em;
  /* text-decoration-thickness: 1px; */
}
.ryoukin_card_price_yen {
  margin-right: -0.17em;
  font-family:
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(36px, 7vw, 92px);
  font-weight: 600;
}
.ryoukin_card_price_number {
  letter-spacing: 0.02em;
  font-family:
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(50px, 8vw, 115px);
  font-weight: 600;
}
.ryoukin_card_price_yen,
.ryoukin_card_price_number {
  display: inline-block;
  font-style: italic;
  padding-right: 0.17em;
  background: linear-gradient(to bottom, #b4ac83, #9c9155);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.ryoukin_card_price_tax {
  letter-spacing: 0.04em;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(12px, 2vw, 22px);
  font-weight: 300;
}
.ryoukin_card_note {
  margin: 1.4em 0 0;
  text-align: center;
  color: #08091b;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(11px, 2vw, 22px);
  font-weight: 400;
}
/* 初めての方も、ご安心ください。 */
section.first_box.inner {
  background-color: #070c1b;
  color: #c3c3ae;
}
.first_box .heading01_2 {
  line-height: 1.4em;
}
ol.first_listbox {
  counter-reset: firstlistpoint;
  margin: 0 auto;
  max-width: 1200px;
}
ol.first_listbox li {
  position: relative;
  display: grid;
  gap: min(3vw, 10px);
  counter-increment: firstlistpoint;
  padding-left: 6em;
}
ol.first_listbox li::before {
  position: absolute;
  content: counter(firstlistpoint);
  padding: 0.5em 0 0;
  background-color: #070c1b;
  border: 1px solid #c3c3ae;
  border-radius: 50%;
  line-height: 0.5;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  box-sizing: border-box;
  z-index: 2;
}
ol.first_listbox li::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 60px;
  width: 1px;
  height: 100%;
  background-color: #c3c3ae;
  z-index: 1;
}
.first_listbox li:last-child::after {
  display: none;
}
ol.first_listbox li:not(:last-child) {
  margin-bottom: 2em;
}
ol.first_listbox li h3 {
  font-size: clamp(22px, 5vw, 48px);
}
ol.first_listbox li p {
  font-size: clamp(14px, 3vw, 22px);
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
/* お客様のお声 */
section.voice_box.inner {
  background-color: #c0c0b1;
}
.voice_box .heading01_2 {
  margin: 0 0 1.8em;
  color: #08091b;
}
ul.voice_listbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  margin: 0 auto;
  max-width: 1520px;
}
ul.voice_listbox li {
  max-width: 710px;
}
.voice_listbox_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background-color: #8b8b76;
}
.voice_listbox_ttlimg img {
  width: 68%;
}
.voice_listbox_ttl h3 {
  color: #ebebe3;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 300;
}
ul.voice_listbox li p {
  padding: 2em 1em;
  background-color: #ebebe3;
  letter-spacing: 0.04em;
  color: #29290f;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 300;
}
p.voice_box_note {
  margin: 2em auto 0;
  text-indent: -1.2em;
  padding: 0 0.8em 0 2em;
  max-width: 620px;
  color: #29290f;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(16px, 2.8vw, 22px);
  font-weight: 300;
}
/* よくある質問 */
section.faq_box.inner {
  background-color: #cdcdc3;
}
.faq_box .heading01_2 {
  margin: 0 0 1.8em;
  color: #08091b;
}
.faq_list {
  display: flex;
  flex-direction: column;
  gap: min(5vw, 40px);
  margin: 0 auto;
  width: min(100%, 1528px);
}
.faq_list_box {
  margin: min(5vw, 40px) auto 0;
  transition: 0.5s;
}
.faq_list_box:first-child {
  margin: 0 auto;
}
.faq_list_box > * {
  display: grid;
  box-sizing: border-box;
}
.faq_list_q {
  grid-template-columns: 1.6em 1fr auto;
  align-items: center;
  background-color: #192233;
  cursor: pointer;
  height: 5em;
  padding: 8px min(4vw, 32px);
  color: #ddddd1;
  font-size: clamp(16px, 3vw, 27px);
  font-weight: 700;
}
.faq_list_q::-webkit-details-marker {
  display: none;
}
.faq_list_a {
  grid-template-columns: 1.6em 1fr;
  background-color: #ebebe3;
  transform: translateY(-10px);
  opacity: 0;
  padding: min(4vw, 32px);
  height: 0;
  color: #000d34;
}
.faq_list_a p {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(14px, 2.6vw, 22px);
  font-weight: 300;
}
.faq_list_q::before {
  content: "Q";
  color: #c1c19e;
}
.faq_list_a::before {
  content: "A";
  font-size: clamp(16px, 3vw, 27px);
  font-weight: 700;
}
.faq_list_q::after {
  content: "+";
  margin-top: -8px;
  font-size: 30px;
  color: #c1c19e;
}
.faq_list_box[open] .faq_list_q::after {
  content: "-";
  transform: scale(1.5, 1);
}
.faq_list_box[open] .faq_list_a {
  transform: none;
  opacity: 1;
  height: auto;
}
/* こんな方に、来てほしい専門院です。 */
section.foryou_box.inner {
  background-image: linear-gradient(0deg, #030411 10%, #171f30 48%);
}
.foryou_box .heading01_2 {
  margin: 0 0 1.8em;
  line-height: 1.4em;
  color: #fff;
}
ul.foryou_listbox {
  margin: 0 auto;
  max-width: 810px;
}
ul.foryou_listbox li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-bottom: 1.2em;
  padding: 0.6em 1em 0.6em 4em;
  border: 1px solid #dbdbcd;
  border-radius: 50px;
  color: #dbdbcd;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(16px, 2.8vw, 24px);
  font-weight: 300;
}
ul.foryou_listbox li:last-child {
  margin-bottom: 0;
}
ul.foryou_listbox li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(image/for_you_icon.png) no-repeat center left 0.8em;
  background-size: 2.6em;
}
.foryou_box_space {
  margin: 2em calc(50% - 50vw);
}
.foryou_box_h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;
  color: #c3c3ae;
  font-size: clamp(18px, 4.6vw, 42px);
}
.foryou_box_h3 span {
  display: inline-block;
  margin-left: 0.2em;
  background: linear-gradient(to bottom, #b4ac83, #9c9155);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: clamp(24px, 6vw, 55px);
}
.foryou_box_txt {
  margin: 2em 8px;
  line-height: 2em;
  color: #ddddd5;
  font-size: clamp(15px, 3vw, 24px);
}
.foryou_box_btn {
  margin: 0 auto;
  width: 80%;
  max-width: 462px;
}
@media screen and (min-width: 400px) {
  /* Our Approach */
  .approach_box {
    padding: 14% calc(50vw - 47%);
  }
  /* 施術の流れ */
  section.c_and_v_box.inner {
    padding: 16% calc(50vw - 47%);
  }
  /* 料金表 */
  .ryoukin_card_info {
    margin: 0 0.6em 2em;
  }
}
@media screen and (min-width: 412px) {
  /* 初めての方も、ご安心ください。 */
  ol.first_listbox li::before {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 500px) {
  /* 料金表 */
  .ryoukin_card_info > div {
    grid-template-columns: 36% 64%;
  }
  /* こんな方に、来てほしい専門院です。 */
  ul.foryou_listbox li {
    min-height: auto;
    margin-bottom: 1em;
    padding: 1em 1em 1em 4em;
  }
  ul.foryou_listbox li::before {
    background-size: 2.2em;
  }
  .foryou_box_txt {
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 600px) {
  /* 3つのアプローチ */
  ul.approach3_listbox {
    gap: 110px;
  }
  ul.approach3_listbox li::before {
    top: -60px;
    left: 44px;
    height: 120px;
    width: 120px;
    line-height: 1.2em;
    font-size: 90px;
  }
  ul.approach3_listbox li p {
    padding: 0 40px 54px;
    letter-spacing: -0.04em;
  }
  /* 施術の流れ */
  ul.flow_listbox {
    gap: 110px;
  }
  ul.flow_listbox li::before {
    top: -70px;
    height: 140px;
    width: 140px;
    border: 3px solid #c3c3ae;
    line-height: 2em;
    font-size: 65px;
  }
  ul.flow_listbox li {
    border: 3px solid #c3c3ae;
  }
  ul.flow_listbox li p {
    padding: 0 38px;
    min-height: 154px;
    letter-spacing: 0.02em;
  }
  /* 料金表 */
  .ryoukin_card_box_body {
    padding: 0 40px 16px;
    box-sizing: border-box;
  }
  /* 初めての方も、ご安心ください。 */
  ol.first_listbox li {
    padding-left: 7em;
  }
  ol.first_listbox li::before {
    height: 80px;
    width: 80px;
    font-size: 48px;
  }
  ol.first_listbox li::after {
    left: 40px;
    top: 80px;
  }
}
@media screen and (min-width: 680px) {
  /* main_bottom_box */
  .main_bottom_txtbox::before {
    content: "";
    position: absolute;
    margin: 0 calc(50% - 50vw);
    inset: 0;
    background: url(image/bg_spotlight.webp) no-repeat center top;
    background-size: auto;
    z-index: 1;
    pointer-events: none;
  }
  ul.main_bottom_listbox li {
    padding: 40px 0;
  }
  /* Your Worries */
  .worries_listbox_br {
    display: none;
  }
  .worries_bottombox h3 {
    margin: 0 0 0.6em;
    letter-spacing: 0.1em;
  }
  /* Our Approach */
  .approach_box {
    padding: 6em calc(50vw - 47%);
  }
  .approach_txtbox {
    margin: 0;
    max-width: 610px;
  }
  .approach_txtbox p {
    letter-spacing: 0.04em;
  }
  /* 3つのアプローチ */
  .approach3_keybox {
    margin: 6em auto 3em;
  }
  /* Check & Visualize */
  section.c_and_v_box.inner {
    padding: 6em 20px;
  }
  .c_and_v_txtbox {
    margin: 0;
    max-width: 610px;
  }
  .c_and_v_txtbox p {
    letter-spacing: 0.04em;
  }
  /* 施術の流れ */
  .signature_menu_txtbox {
    margin: 7em auto 6em;
  }
  /* 料金表 */
  .ryoukin_card_box {
    border-radius: 16px;
  }
  .ryoukin_card_body {
    padding: 0 100px 50px;
  }
  /* よくある質問 */
  .faq_list_q {
    line-height: 1;
  }
  .faq_list_q::after {
    margin-top: -10px;
    font-size: 60px;
  }
  /* こんな方に、来てほしい専門院です。 */
  .foryou_box .heading01_2 {
    line-height: 1.2em;
  }
  ul.foryou_listbox {
    margin: 0 auto 3em;
    max-width: 810px;
  }
  ul.foryou_listbox li {
    letter-spacing: 0.02em;
  }
  .foryou_box_txt {
    margin: 2em 8px 3em;
  }
}
@media screen and (min-width: 800px) {
  /* Our Approach */
  .approach_box {
    padding: 9em calc(50vw - 47%);
  }
  /* Check & Visualize */
  section.c_and_v_box.inner {
    padding: 9em 20px;
  }
}
@media screen and (min-width: 900px) {
  /* お客様のお声 */
  .voice_listbox_ttl {
    gap: 36px;
  }
  .voice_listbox_ttlimg img {
    width: 100%;
  }
  .voice_listbox_ttl h3 {
    letter-spacing: 0.1em;
  }
  ul.voice_listbox li p {
    padding: 2.2em 58px;
  }
  /* こんな方に、来てほしい専門院です。 */
  ul.foryou_listbox li {
    padding: 0.8em 1em 0.8em 4em;
  }
  /* よくある質問 */
  .faq_list_a {
    grid-template-columns: 2.6em 1fr;
  }
}
@media screen and (min-width: 950px) {
  /* 3つのアプローチ */
  .approac3_txtbox p {
    text-align: center;
  }
  /* 施術の流れ */
  .signature_menu_txtbox .heading01 {
    margin: 0 0 1.4em;
  }
  .signature_menu_txtbox h3.heading02 {
    text-align: center;
  }
  .signature_menu_txtbox p {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .main_bottom_txtbox {
    position: relative;
    padding: 8.6em 0 9em;
  }
  .main_bottom_txt span {
    line-height: 2em;
  }
  br.main_bottom_txt_br {
    display: none;
  }
  /* 3つのアプローチ */
  .approac3_txtbox .heading01 {
    max-width: 750px;
  }
  /* 施術の流れ */
  .signature_menu_txtbox .heading01 {
    max-width: 750px;
  }
}
@media screen and (min-width: 1100px) {
  /* 3つのアプローチ */
  .approac3_txtbox h3.heading02 br {
    display: none;
  }
  .approach3_table {
    margin: 7em auto 0;
  }
  /* 施術の流れ */
  section.flow_box.inner {
    background-image: linear-gradient(0deg, #bebebe 10%, #070a19 72%);
  }
  ul.flow_listbox li h3 {
    min-height: 115px;
  }
  /* 料金表 */
  .ryoukin_card_title {
    margin: -1.6em 0 1em;
    padding: 0 0 0.2em;
  }
  .ryoukin_card_title::after {
    left: 0.5em;
    right: 0.5em;
  }
  .ryoukin_card_lead {
    margin: 0 1.8em 2.4em;
    letter-spacing: 0.056em;
  }
  .ryoukin_card_info {
    margin: 0 1.2em 3em;
  }
  .ryoukin_card_price {
    padding: 1.8em;
    border-radius: 10px;
  }
  .ryoukin_card_price_main {
    margin: 2em 0;
  }
  .ryoukin_card_price_tax {
    letter-spacing: 0.08em;
  }
  .ryoukin_card_note {
    margin: 1.2em 0 0;
  }
}
@media screen and (min-width: 1200px) {
  /* Our Approach */
  .approach_box::before {
    background: url(image/hero_approach_bg.webp) no-repeat center top;
    background-color: #bebebe;
  }
  .approach_txtbox p {
    letter-spacing: 0.1em;
  }
  /* 3つのアプローチ */
  br.approach3_keybox_br {
    display: none;
  }
  .approach3_keybox {
    margin: 9em auto 3em;
  }
  .approach3_imgtxtbox {
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
    margin: 4em auto;
    max-width: 1600px;
  }
  .approach3_imgtxtbox_img {
    width: 60%;
  }
  .approach3_imgtxtbox p {
    width: 40%;
  }
  /* Check & Visualize */
  .c_and_v_box::before {
    background: url(image/hero_visualize_bg.webp) no-repeat center top;
    background-color: #070a19;
  }
  .c_and_v_txtbox p {
    letter-spacing: 0.1em;
  }
  /* 初めての方も、ご安心ください。 */
  ol.first_listbox li {
    padding-left: 12em;
  }
  ol.first_listbox li:not(:last-child) {
    margin-bottom: 8em;
  }
  ol.first_listbox li::before {
    height: 140px;
    width: 140px;
    font-size: 84px;
  }
  ol.first_listbox li::after {
    left: 70px;
    top: 100px;
    height: 140%;
  }
}
@media screen and (min-width: 1300px) {
  /* 3つのアプローチ */
  .approach3_box {
    background-image: linear-gradient(0deg, #040614 16%, #bebebe 90%);
  }
  /* よくある質問 */
  .faq_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .faq_list_inner {
    width: 47.4%;
  }
}
@media screen and (min-width: 1400px) {
  .onayami_listbox ul li {
    padding: 0 0 0 60px;
    background-size: 51px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 1500px) {
  /* お客様のお声 */
  ul.voice_listbox {
    justify-content: space-between;
  }
  p.voice_box_note {
    margin: 2.4em auto 0;
    max-width: 1520px;
    text-align: right;
  }
}
@media screen and (min-width: 1600px) {
  /* Your Worries */
  .worries_topbox {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(0deg, #4d525e, #bebebe 4%);
  }
  .worries_txtbox {
    margin: 3em 0 0;
  }
  ul.worries_listbox {
    justify-content: space-between;
    gap: 30px;
    margin: 0;
    max-width: 1030px;
  }
  .worries_bottombox {
    background-image: linear-gradient(0deg, #040513 90%, #4d525e);
  }
  /* Our Approach */
  .approach_txtbox h2.heading01 {
    width: 94%;
  }
  .approach_txtbox {
    margin: 0 0 0 8%;
  }
  /* 3つのアプローチ */
  .approach3_imgtxtbox {
    gap: 60px;
  }
  .approach3_imgtxtbox_img {
    width: 66%;
  }
  .approach3_imgtxtbox p {
    width: 34%;
  }
  /* Check & Visualize */
  .c_and_v_txtbox h2.heading01 {
    width: 94%;
  }
  .c_and_v_txtbox {
    margin: 0 0 0 14%;
  }
  /* 施術の流れ */
  .signature_menu_txtbox {
    margin: 10em auto 6em;
  }
}
@media screen and (min-width: 1673px) {
  /* 施術の流れ */
  section.flow_box.inner {
    background-image: linear-gradient(0deg, #bebebe 42%, #070a19 88%);
  }
  ul.flow_listbox {
    --gap-x: 44px;
    --gap-y: 56px;
    position: relative;
    margin: 0 calc(50% - 50vw);
  }
  ul.flow_listbox::before,
  ul.flow_listbox::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 3px;
    background: #c3c3ae;
  }
  ul.flow_listbox::before {
    top: calc(25% - var(--gap-y) / 4);
    right: 0;
    width: 90%;
  }
  ul.flow_listbox::after {
    top: calc(75% + var(--gap-y) / 4);
    left: 0;
    width: 90%;
  }
  ul.flow_listbox li {
    position: relative;
    z-index: 1;
    /* background: #08091e; */
  }
}
@media screen and (min-width: 1700px) {
  /* Your Worries */
  .worries_topbox {
    gap: 60px;
  }
}
@media screen and (min-width: 1750px) {
  /* 3つのアプローチ */
  .approac3_txtbox .heading01::after {
    content: none;
  }
  .approac3_txtbox .heading01::before {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent 0%,
      #c3c3ae 36%,
      #c3c3ae 64%,
      transparent 100%
    );
  }
  /* 施術の流れ */
  .signature_menu_txtbox .heading01::after {
    content: none;
  }
  .signature_menu_txtbox .heading01::before {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent 0%,
      #4c4316 36%,
      #4c4316 64%,
      transparent 100%
    );
  }
}
@media screen and (min-width: 1800px) {
  /* Your Worries */
  .worries_topbox {
    gap: 100px;
  }
  ul.worries_listbox {
    gap: 40px;
  }
}
@media screen and (min-width: 1800px) {
  /* 3つのアプローチ */
  ul.approach3_listbox {
    gap: 46px;
  }
  .approac3_txtbox .heading01 {
    gap: 30px;
    margin: 0 0 3em 1.8em;
    max-width: 670px;
  }
  /* 施術の流れ */
  ul.flow_listbox {
    gap: 86px;
  }
  ul.flow_listbox li:nth-child(-n + 3) {
    margin: 0 0 24px;
  }
  .signature_menu_txtbox .heading01 {
    gap: 30px;
    margin: 0 0 1.4em 3em;
    max-width: 580px;
  }
}

/* お問い合わせ */
.contact.inner {
  background-color: #cdcdc4;
}
.contact_inner {
  margin: 0 auto;
  max-width: 1370px;
}
.contact_ttl {
  margin: 0 auto 2em;
  width: 50%;
}
.contact_rigft {
  margin: 2em auto;
  max-width: 640px;
  color: #192233;
}
.contact_uketsuke {
  margin: 0 0 0.4em;
  width: 100%;
}
.contact_uketsuke tr {
  border-bottom: 1px solid #192233;
}
.contact_uketsuke th:first-child {
  width: 7em;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
#contact .contact_uketsuke_th {
  font-size: clamp(13px, 2vw, 22px);
}
.contact_uketsuke th,
.contact_uketsuke td {
  padding: 8px 7px;
  text-align: center;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
}
.contact_info {
  width: 90%;
  margin: 0 auto 1em;
  text-align: center;
  font-size: clamp(16px, 2vw, 22px);
}
.contact_add_list {
  padding: 0 20px;
  margin: 0;
  color: #192233;
  font-size: clamp(16px, 2vw, 22px);
}
.contact_add_item {
  margin-bottom: 12px;
}
.contact_add_item:last-child {
  margin-bottom: 0;
}
.contact_add_item dt,
.contact_add_item dd {
  margin: 0;
}
.contact_gmap,
.youtube {
  margin: 0 auto;
  max-width: 1240px;
}
@media screen and (min-width: 680px) {
  .contact_add_item {
    display: flex;
    align-items: baseline;
  }
  .contact_add_item dt {
    flex-shrink: 0;
    width: 120px;
  }
  .contact_add_item dd {
    flex: 1;
  }
}
@media screen and (min-width: 900px) {
  .contact_box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 5em 0;
  }
  .contact_rigft {
    margin: 0;
    width: 60%;
    max-width: 800px;
  }
  .contact_add_list {
    padding: 0;
  }
  .contact_add_item dt {
    width: 160px;
  }
  .contact_add_item dd {
    letter-spacing: 0.04em;
  }
  .contact_left {
    width: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .contact_box {
    margin: 5em 0 6em;
  }
  .contact_info {
    margin: 0 auto 1.8em;
  }
}
/*==================================
Footer
==================================*/
#footer {
  padding: 2em 12px 27%;
  background-color: #070c1b;
  color: #c3c3ae;
}
.footer_h2 {
  margin: 0 0 0.6em;
  text-align: center;
  font-size: clamp(19px, 3.2vw, 29px);
}
.footer_h3 {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(15px, 2.8vw, 22px);
  font-weight: 300;
}
.footer_note {
  margin: 2em auto;
  padding: 2em 1em;
  max-width: 1294px;
  border: 1px solid #c3c3ae;
  border-radius: 10px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(14px, 2.4vw, 18px);
  font-weight: 300;
  box-sizing: border-box;
}
.copyright {
  text-align: center;
}
.copyright small {
  font-size: 1rem;
  font-size: 10px;
}
.copyright a:hover,
.copyright a:active,
.copyright a:link,
.copyright a:visited {
  color: #c3c3ae;
}
.bt_pagetop01 {
  margin: 2em auto;
  width: 19%;
}
@media screen and (min-width: 450px) {
  .footer_h3 {
    text-align: center;
  }
}
@media screen and (min-width: 680px) {
  #footer {
    padding: 4em 12px 20px;
  }
  .footer_h2,
  .footer_h3 {
    letter-spacing: 0.08em;
  }
  .footer_note {
    margin: 3em auto;
    padding: 3em 2.6em;
    border-radius: 16px;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  .copyright small {
    font-size: 16px;
  }
  #bt_pagetop {
    position: fixed;
    z-index: 99999;
    bottom: 16px;
    right: 16px;
    width: min(15vw, 90px);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 1s,
      visibility 1s;
  }
  #bt_pagetop.active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 900px) {
  .copyright {
    letter-spacing: 0.08em;
  }
  .copyright br {
    display: none;
  }
}
/*==================================
下層ページ
==================================*/
.main_img.page {
  padding-bottom: 2em;
}
#page_contents {
  margin: 0 auto;
  width: min(100%, 940px);
  box-sizing: border-box;
}
#page_contents .inner{
  margin: 0 auto;
}
#page_contents section {
  margin: 0 0 4em;
}
#page_contents .heading01_2 {
  margin: 0 0 1.2em;
  font-size: clamp(22px, 5.2vw, 48px);
}
#page_contents .heading02 {
  text-align: center;
  margin: 0 auto;
  font-size: clamp(18px, 3.4vw, 30px);
}
#page_contents ul {
  margin-left: 3em;
  margin: 1em 0 1em 2em;
  list-style: disc;
}
#page_contents li:not(:last-child) {
  margin-bottom: .4em;
}
#page_contents p {
  margin: 1em 0;
}
@media screen and (min-width: 680px) {
  #page_contents section {
    margin: 0 0 6em;
  }
}
/* privacypolicy */
