@charset "UTF-8";

/* CSS Document */
:root {
  --text-color: #333;
  --main-color: #746052;
  --sub-color: #caa777;
  --bg-color: #f6f2eb;
  --border-color: #cdb28a;
  --btn-color: linear-gradient(135deg, #e2c59a, #ac8856);
  --btn-color02: linear-gradient(135deg, #a49285, #746052);
  --font-type: TsukuBRdGothicStd-M, sans-serif;
  --font-weight: 400;
  --font-type-en: adobe-garamond-pro, serif;
  --font-type-compound: adobe-garamond-pro, TsukuBRdGothicStd-M, sans-serif;
}

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

@media print, screen and (min-width: 641px) {

  body,
  .header,
  .mainvisual,
  .footer {
    min-width: 1300px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {

  body,
  .header,
  .mainvisual,
  .footer {
    min-width: 1300px;
  }
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.12em;
  text-align: justify;
}

@media only screen and (max-width: 640px) {
  body {
    line-height: 2;
  }

  /* ナビ展開時スクロール禁止処理 */
  body body.nav-open {
    overflow: hidden !important;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

a,
a:hover {
  color: var(--btn-color);
  text-decoration: none;
}

/*tel*/
[href^=tel]:hover {
  cursor: default;
}

a[href="tel:準備中"] {
  pointer-events: none;
}

main {
  display: block;
}

::selection,
::-moz-selection {
  background-color: #bfbfbf;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  body {
    zoom: 80%;
  }
}

.nav_overlay {
  display: none;
}

/*============================================================================

  common

============================================================================*/
.mt00 {
  margin-top: 0 !important
}

.mt30 {
  margin-top: 30px !important
}

.mt40 {
  margin-top: 40px !important
}

.mt50 {
  margin-top: 50px !important
}

.mt60 {
  margin-top: 60px !important
}

.mt70 {
  margin-top: 70px !important
}

.mt80 {
  margin-top: 80px !important
}

.mt90 {
  margin-top: 90px !important
}

.mt100 {
  margin-top: 100px !important
}

.mt110 {
  margin-top: 110px !important
}

.mt120 {
  margin-top: 120px !important
}

.mr00 {
  margin-right: 0 !important
}

.mb00 {
  margin-bottom: 0 !important
}

.mb05 {
  margin-bottom: 5px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.mb70 {
  margin-bottom: 70px !important
}

.mb80 {
  margin-bottom: 80px !important
}

.mb90 {
  margin-bottom: 90px !important
}

.mb100 {
  margin-bottom: 100px !important
}

.mb110 {
  margin-bottom: 110px !important
}

.mb120 {
  margin-bottom: 120px !important
}

.ml00 {
  margin-left: 0 !important
}

.ma_auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.pt00 {
  padding-top: 0 !important
}

.pt05 {
  padding-top: 5px !important
}

.pt10 {
  padding-top: 10px !important
}

.pt20 {
  padding-top: 20px !important
}

.pt30 {
  padding-top: 30px !important
}

.pt40 {
  padding-top: 40px !important
}

.pt50 {
  padding-top: 50px !important
}

.pt60 {
  padding-top: 60px !important
}

.pt70 {
  padding-top: 70px !important
}

.pt80 {
  padding-top: 80px !important
}

.pt90 {
  padding-top: 90px !important
}

.pt100 {
  padding-top: 100px !important
}

.pt110 {
  padding-top: 110px !important
}

.pt120 {
  padding-top: 120px !important
}

.pr00 {
  padding-right: 0 !important
}

.pb00 {
  padding-bottom: 0 !important
}

.pb05 {
  padding-bottom: 5px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.pb60 {
  padding-bottom: 60px !important
}

.pb70 {
  padding-bottom: 70px !important
}

.pb80 {
  padding-bottom: 80px !important
}

.pb90 {
  padding-bottom: 90px !important
}

.pb100 {
  padding-bottom: 100px !important
}

.pb110 {
  padding-bottom: 110px !important
}

.pb120 {
  padding-bottom: 120px !important
}

.pl00 {
  padding-left: 0 !important
}

.pa05 {
  padding: 5px !important
}

.pa10 {
  padding: 10px !important
}

.pa20 {
  padding: 20px !important
}

.txt18 {
  font-size: 18px !important
}

.txt20 {
  font-size: 20px !important
}

.txt24 {
  font-size: 24px !important
}

.txt26 {
  font-size: 26px !important
}

.txt28 {
  font-size: 28px !important
}

.txt30 {
  font-size: 30px !important
}

.txt32 {
  font-size: 32px !important
}

.txt34 {
  font-size: 34px !important
}

.txt36 {
  font-size: 36px !important
}

.txt38 {
  font-size: 38px !important
}

.txt40 {
  font-size: 40px !important
}

.bold {
  font-weight: 700 !important
}

.left {
  text-align: left !important
}

.center {
  text-align: center !important
}

.right {
  text-align: right !important
}

.v_top {
  vertical-align: top !important
}

.v_mid {
  vertical-align: middle !important
}

.v_btm {
  vertical-align: bottom !important
}

.color_red {
  color: #f33 !important
}

.color_pink {
  color: #ed8c96 !important
}

.color_blue {
  color: #00408f !important
}

.color_green {
  color: #479f9d !important
}

.color_ora {
  color: #ff8327 !important
}

.color_yellow {
  color: #ffeb8b !important
}

.color_beige {
  color: #dac58b !important
}

.color_brown {
  color: #9b8052 !important
}

.color_navy {
  color: #1f2774 !important
}

.color_black {
  color: #000 !important
}

.ls_0 {
  letter-spacing: 0 !important
}

.ls_100 {
  letter-spacing: 0.1em !important
}

.indent {
  margin-left: 1em !important;
  text-indent: -1em !important
}

@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important
  }

  .sp_inline {
    display: none !important
  }

  .sp_table {
    display: none !important
  }
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none !important
  }

  .pc_inline {
    display: none !important
  }

  .sp_table {
    display: table !important
  }

  .sp_mb00 {
    margin-bottom: 0 !important
  }

  .sp_mr00 {
    margin-right: 0 !important
  }

  .sp_ml00 {
    margin-left: 0 !important
  }

  .sp_mt00 {
    margin-top: 0 !important
  }

  .sp_pb00 {
    padding-bottom: 0 !important
  }

  .sp_pr00 {
    padding-right: 0 !important
  }

  .sp_pl00 {
    padding-left: 0 !important
  }

  .sp_pt00 {
    padding-top: 0 !important
  }

  .sp_center {
    text-align: center !important
  }
}

/*==================================================================

  エディタ & 共通パーツ（.cmn_●●●）

==================================================================*/
/* ---------------リンクボタン-------------------- */
.cmn_btn {
  position: relative;
  z-index: 1;
  margin-top: 150px;
}

.cmn_btn a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.75;
  background: url(images/icon_arrow.svg) right 30px center / 10px auto no-repeat, var(--btn-color02);
  padding: 18px 95px 17px;
  transition: opacity 0.2s ease, background-position 0.2s ease;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .cmn_btn a {
    display: block;
    padding: 12px 25px 13px;
    background: url(images/icon_arrow.svg) right 20px center / 10px auto no-repeat, var(--btn-color02);
    font-size: min(4.5vw, 24px);
  }
}

@media (hover: hover) {
  .cmn_btn a:hover {
    opacity: 0.8;
  }
}

.cmn_btn a span {
  display: block;
  font-size: 80%;
  line-height: 1.4;
}

/* キラキラボタン */
.cmn_btn.animation a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  30% {
    left: 200%;
  }

  100% {
    left: 200%;
  }
}

/* ---------------リスト-------------------- */
.cmn_list>li {
  position: relative;
  padding-left: 28px;
}

.cmn_list>li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

.cmn_list>li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--sub-color);
}

@media screen and (max-width: 640px) {
  .cmn_list>li {
    font-size: 14px;
  }

  .cmn_list>li::before {
    top: 12px;
  }
}

/*==================================================================

  エディタ用（.cmn_editor）

==================================================================*/
.cmn_editor br.sp_inline+br,
.cmn_editor br.pc_inline+br,
.cmn_editor br.sp+br,
.cmn_editor br.pc+br {
  display: none;
}

/*==================================================================

  共通パーツ・レイアウト（.cmn_●●●）

==================================================================*/
/* ---------------inner-------------------- */
.cmn_inner {
  position: relative;
}

@media print, screen and (min-width: 641px) {
  .cmn_inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 640px) {
  .cmn_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ---------------cmn_tit（主にh2）-------------------- */
.title_wrap {
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  max-width: 1200px;
  width: -moz-fit-content;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 94px;
  min-height: 59px;
  text-align: center;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}

.title_wrap::before {
  position: absolute;
  z-index: -1;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "symptoms";
  text-transform: uppercase;
  color: var(--main-color);
  letter-spacing: .1em;
  line-height: 1;
  font-size: 360%;
  font-family: var(--font-type-en);
  font-weight: var(--font-weight);
  opacity: .06;
}

@media only screen and (max-width: 640px) {
  .title_wrap {
    max-width: 100%;
    min-height: unset;
    line-height: 1.5;
    font-size: min(7vw, 32px);
    margin-bottom: 32px;
    padding: 0 20px;
  }

  .title_wrap::before {
    top: 74%;
    font-size: min(14vw, 64px);
  }
}

.cmn_tit_eng {
  margin-bottom: 16px;
  color: var(--sub-color);
  font-size: 28px;
  font-family: var(--font-type-en);
  font-weight: var(--font-weight);
}

@media only screen and (max-width: 640px) {
  .cmn_tit_eng {
    margin-bottom: 2px;
    font-size: min(4vw, 24px);
  }
}

/* ---------------cmn_tit2（主にh3）-------------------- */
.cmn_tit2 {
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 180%;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
  padding-left: 4px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .cmn_tit2 {
    padding-bottom: 9px;
    line-height: 1.65;
    font-size: min(4.5vw, 24px);
  }
}

.cmn_tit2::before,
.cmn_tit2::after {
  content: "";
  height: 2px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
}

.cmn_tit2::before {
  width: 50px;
  background: var(--border-color);
  left: 0;
}

.cmn_tit2::after {
  width: calc(100% - 55px);
  background: var(--main-color);
  left: 55px;
}

.cmn_tit2 span {
  margin: 0 4px 0 0;
  padding: 0 10px 0 0;
  font-size: 130%;
  background: linear-gradient(180deg, #e2c59a, #ac8856);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 640px) {
  .cmn_tit2 span {
    margin: 0;
    padding: 0;
    font-size: 120%;
  }
}

/*============================================================================

  PC header & nav

============================================================================*/
@media print, screen and (min-width: 641px) {

  /*============================================================================

    PC header

  ============================================================================*/
  .header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ロゴ */
  .header_logo {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    position: relative;
  }

  .header_logo a {
    display: block;
    width: 246px;
    text-align: center;
    position: absolute;
    top: 61px;
    z-index: 11;
  }

  .header_logo_pc {
    width: 210px;
  }

  .header_logo_sp {
    display: none;
  }

  .header_logo_text {
    font-family: var(--font-type);
    font-weight: var(--font-weight);
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-align: center;
    display: block;
    color: #fff;
    background: var(--btn-color02);
    margin-top: 20px;
    padding: 10px;
  }

  /*============================================================================

    PC nav

  ============================================================================*/
  /* ハンバーガーボタン */
  .nav_open {
    border: none;
    padding: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    background: var(--main-color);
    position: fixed;
    top: 60px;
    right: 40px;
    z-index: 15;
  }

  .nav_open_line,
  .nav_open_line::before,
  .nav_open_line::after {
    display: block;
    width: 55px;
    height: 2px;
    background-color: #fff;
    transition: transform ease 0.5s, background-color ease 0.5s;
    position: absolute;
    left: 0;
    right: 0;
  }

  .nav_open_line {
    margin-left: auto;
    margin-right: auto;
    top: 38px;
  }

  .nav_open_line::before,
  .nav_open_line::after {
    content: "";
    margin: auto;
  }

  .nav_open_line::before {
    top: -16px;
  }

  .nav_open_line::after {
    bottom: -16px;
  }

  .nav_open_tit {
    color: #fff;
    font-family: var(--font-type);
    font-weight: var(--font-weight);
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    margin-top: auto;
  }

  .nav_open.open .nav_open_line {
    background-color: transparent;
  }

  .nav_open.open .nav_open_line::before {
    top: 0;
    transform: rotate(45deg);
  }

  .nav_open.open .nav_open_line::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  /* メニュー */
  .nav_menuWrap {
    max-width: 700px;
    width: 40%;
    height: 100%;
    padding: 210px 50px 120px;
    opacity: 0;
    transition: right 1s ease, opacity 1s ease;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 14;
    overflow-y: scroll;
  }

  .nav_menuWrap.js-open {
    opacity: 1;
    right: 0;
  }

  .nav_menu_item {
    line-height: 1.4;
  }

  .nav_menu_item a {
    display: block;
    color: var(--text-color);
    font-family: var(--font-type);
    font-weight: var(--font-weight);
    font-size: 20px;
    letter-spacing: 0.08em;
    padding: 20px 10px;
    position: relative;
  }

  .nav_menu_item a::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    border-radius: 100vh;
    background-color: var(--border-color);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media print and (hover: hover), screen and (min-width: 641px) and (hover: hover) {
  .nav_menu_item a::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.3s;
  }

  .nav_menu_item a:hover::before {
    opacity: 0.05;
  }
}

/*============================================================================

  SP header & nav

============================================================================*/
@media only screen and (max-width: 640px) {

  /*============================================================================

    SP header

  ============================================================================*/
  .header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }

  .header_logo {
    width: calc(100% - 55px);
    text-align: center;
  }

  .header_logo a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .header_logo img {
    width: auto;
    max-height: 100%;
  }

  .header_logo_pc,
  .header_logo_text {
    display: none;
  }

  /*============================================================================

    SP nav

  ============================================================================*/
  .nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nav>* {
    height: 55px;
  }

  /* ハンバーガーボタン */
  .nav_open {
    border: none;
    padding: 0;
    margin: 0;
    width: 55px;
    text-align: center;
    color: #fff;
    background: var(--main-color);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    right: 0;
  }

  .nav_open_line,
  .nav_open_line::before,
  .nav_open_line::after {
    display: block;
    width: 34px;
    height: 2px;
    background-color: #fff;
    transition: transform ease 0.5s, background-color ease 0.5s;
    position: absolute;
    left: 0;
    right: 0;
  }

  .nav_open_line {
    margin-left: auto;
    margin-right: auto;
    top: 19px;
  }

  .nav_open_line::before,
  .nav_open_line::after {
    content: "";
    margin: auto;
  }

  .nav_open_line::before {
    top: -10px;
  }

  .nav_open_line::after {
    bottom: -10px;
  }

  .nav_open_tit {
    color: #fff;
    font-family: var(--font-type);
    font-weight: var(--font-weight);
    font-size: 12px;
    font-family: var(--font-type-en);
    font-weight: var(--font-weight);
    letter-spacing: 0.12em;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin-top: auto;
  }

  .nav_open.active {
    right: 16.25rem;
  }

  .nav_open.active .nav_open_line {
    background-color: transparent;
  }

  .nav_open.active .nav_open_line::before {
    top: 0;
    transform: rotate(45deg);
  }

  .nav_open.active .nav_open_line::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  /* ドロップダウンメニュー */
  .nav_menuWrap {
    width: 16.25rem;
    height: 100%;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: var(--main-color);
    font-size: 14px;
    font-family: var(--font-type);
    font-weight: var(--font-weight);
    line-height: 1.4;
    padding: 15px;
    position: fixed;
    top: 0;
    right: -16.25rem;
    z-index: 2;
    overflow: hidden;
  }

  .nav_menuWrap,
  .nav_menuWrap a {
    color: #fff;
  }

  .nav_menuWrap a {
    display: block;
  }

  .nav_menu_item {
    border-bottom: 1px solid #fff;
  }

  .nav_menu_item:first-child {
    border-top: 1px solid #fff;
  }

  .nav_menu_item a {
    padding: 15px 10px;
  }

  body.nav-open .nav_menuWrap {
    overflow-y: scroll;
    overscroll-behavior-y: none;
    right: 0;
  }

  /* ナビ展開時の後ろの背景 */
  .nav_overlay {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
  }

  body.nav-open .nav_overlay {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/*============================================================================

  PC 画面固定ボタン

============================================================================*/
.fixedBtnPc {
  display: flex;
  gap: 0 10px;
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 10000;
}

.fixedBtnPc_item {
  background: #fff;
}

.fixedBtnPc_item a, .fixedBtnPc_item>span {
  display: block;
  font-family: var(--font-type-compound);
  font-weight: var(--font-weight);
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 24px 20px 11px;
  min-width: 210px;
  min-height: 98px;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .fixedBtnPc_item a:hover {
    opacity: 0.8;
  }
}

.fixedBtnPc_fsS {
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}

.fixedBtnPc_item i {
  margin-right: 9px;
}

.fixedBtnPc_item.fixedBtnPc_item-color1 a,
.fixedBtnPc_item.fixedBtnPc_item-color1>span {
  background: var(--btn-color02);
}

.fixedBtnPc_item.fixedBtnPc_item-color2 a,
.fixedBtnPc_item.fixedBtnPc_item-color2>span {
  background: var(--sub-color);
}

.fixedBtnPc_item.fixedBtnPc_item-color3 a,
.fixedBtnPc_item.fixedBtnPc_item-color3>span {
  background: var(--btn-color);
}

.fixedBtnPc_item.fixedBtnPc_item-color3 span.tel {
  font-size: 120%;
}

/*============================================================================

  SP 画面固定ボタン

============================================================================*/
.fixedBtnSp {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
}

.fixedBtnSp_list {
  display: flex;
  background: #fff;
  padding: 5px 2.5px;
}

.fixedBtnSp_item {
  width: 100%;
  margin-inline: 2.5px;
}

.fixedBtnSp_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: var(--font-type-compound);
  font-weight: var(--font-weight);
  padding: 10px 2%;
  border-radius: 5px;
  position: relative;
}

.fixedBtnSp_item.fixedBtnSp_item-color1 a {
  background: var(--btn-color02);
}

.fixedBtnSp_item.fixedBtnSp_item-color2 a {
  background: var(--main-color);
}

.fixedBtnSp_item.fixedBtnSp_item-color3 a {
  background: var(--sub-color);
}

.fixedBtnSp_item a span {
  line-height: 1.4;
}

.fixedBtnSp_item a span span {
  font-size: 85%;
}

.fixedBtnSp_item i {
  width: 15px;
  margin-right: 6px;
}

/* 準備中用のクラス */
.fixedBtnSp_item a[href="tel:準備中"],
.fixedBtnSp_item.fixedBtnSp_item-coming a {
  pointer-events: none;
  padding: 2px 2% 18px;
  background: #aaa;
}

.fixedBtnSp_item a[href="tel:準備中"]::after,
.fixedBtnSp_item.fixedBtnSp_item-coming a::before {
  content: "（準備中）";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 90%;
}

/*============================================================================

  mainvisual

============================================================================*/
.mainvisual {
  position: relative;
  overflow: hidden;
}

.mainvisual::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(112, 86, 55, 0.5), transparent);
}

@media only screen and (max-width: 640px) {
  .mainvisual {
    margin-top: 55px;
  }
}

.mainvisual_wrap,
.mainvisual_img {
  height: 1000px;
}

@media only screen and (max-width: 640px) {

  .mainvisual_wrap,
  .mainvisual_img {
    height: 450px;
  }
}

.mainvisual_img {
  max-width: 1920px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}

.mainvisual_img picture source,
.mainvisual_img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mainvisual_inner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media print, screen and (min-width: 641px) {
  .mainvisual_inner {
    width: 1200px;
    height: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .mainvisual_inner {
    width: 100%;
    height: 100%;
  }
}

.mainvisual_tit {
  width: 100%;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .mainvisual_tit {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mainvisual_tit_pop {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  margin: 0 auto 24px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .mainvisual_tit_pop {
    font-size: 16px;
    margin: 0 auto 12px;
    padding-left: 45px;
    padding-right: 45px;
    text-shadow: #fff 2px 0px 0px, #fff 2px 1px 0px, #fff 1px 2px 0px, #fff 0.1px 2px 0px, #fff -1px 2px 0px, #fff -2px 1px 0px, #fff -2px 0.3px 0px, #fff -2px -1px 0px, #fff -1px -2px 0px, #fff -0.4px -2px 0px, #fff 0.6px -2px 0px, #fff 1.4px -1.4px 0px, #fff 2px -0.6px 0px;
  }
}

.mainvisual_tit_pop::before,
.mainvisual_tit_pop::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -45px;
  width: 67px;
  height: 63px;
}

@media only screen and (max-width: 640px) {

  .mainvisual_tit_pop::before,
  .mainvisual_tit_pop::after {
    top: -30px;
    width: 45px;
    height: 43px;
  }
}

.mainvisual_tit_pop::before {
  background-image: url(images/mv_tit_pop1.svg);
  left: 0;
}

.mainvisual_tit_pop::after {
  background-image: url(images/mv_tit_pop2.svg);
  right: 0;
}

.mainvisual_tit_radius {
  display: block;
  max-width: 322px;
  width: 100%;
  font-size: 26px;
  margin: 0 auto 30px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  border-radius: 36px;
  color: #fff;
  border: 3px solid #fff;
  background: var(--sub-color);
  padding: 10px;
}

@media only screen and (max-width: 640px) {
  .mainvisual_tit_radius {
    font-size: 18px;
    margin: 0 auto 20px;
    border-radius: 100px;
  }
}

.mainvisual_tit_blur {
  color: #fff;
  font-size: 36px;
  line-height: 1.65;
  letter-spacing: 0.14em;
  text-shadow: 0 0 20px rgb(0 0 0 / .3), 0 0 40px rgb(0 0 0 / .2);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.mainvisual_tit_blur span {
  padding-right: 10px;
  font-size: 160%;
}

@media only screen and (max-width: 640px) {
  .mainvisual_tit_blur {
    font-size: min(4.5vw, 48px);
  }

  .mainvisual_tit_blur span {
    padding-right: 5px;
    font-size: 130%;
  }
}

@media only screen and (max-width: 640px) {
  .mainvisual_banner {
    max-width: 300px;
    margin-inline: auto;
  }
}

.mv_bnr_wrap {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 1;
  display: flex;
  gap: 20px;
}

.mv_bnr_wrap .mv_bnr_item {
  max-width: 340px;
}

.mv_bnr_wrap .mv_bnr_item a {
  transition: .2s ease-in-out;
}

.mv_bnr_wrap .mv_bnr_item a:hover {
  filter: brightness(1.1);
  opacity: .9;
}

@media only screen and (max-width: 640px) {
  .mainvisual_wrap .mv_bnr_wrap {
    display: none;
  }

  .mv_bnr_wrap {
    position: static;
    flex-direction: column;
    padding: 30px 20px;
    background: #f7f7f7;
  }

  .mv_bnr_wrap .mv_bnr_item {
    max-width: unset;
  }
}

/*============================================================================

  h1

============================================================================*/
h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  letter-spacing: 0.12em;
  line-height: 1.75;
  text-shadow: 0 0 10px rgb(0 0 0 / .2);
}

@media print, screen and (min-width: 641px) {
  h1 {
    max-width: 1920px;
    padding-left: 40px;
    position: absolute;
    width: 100%;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 640px) {
  h1 {
    letter-spacing: .05em;
    font-size: 12px;
    padding: 11px 10px;
    text-align: center;
    background: var(--btn-color02);
  }
}

/*==================================================================

  trouble

==================================================================*/
.trouble {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 130px;
  background: url(images/bg_trouble.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 640px) {
  .trouble {
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(images/bg_trouble_sp.jpg) no-repeat center/cover;
  }

  .trouble .title_wrap {
    font-size: min(5.6vw, 24px);
  }
  .title_wrap::before{
    top: 65%;
  }
}

.trouble_check {
  padding-top: 72px;
  padding-bottom: 42px;
  background: url(images/trouble_check_bg.jpg) no-repeat left top;
  margin-bottom: 45px;
}

@media only screen and (max-width: 640px) {
  .trouble_check {
    padding: 20px;
    background-size: 100% auto;
    margin-bottom: 25px;
  }
}

.trouble_check_listWrap {
  background: #fff;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: calc((100% - 1200px) / 2);
  padding: 64px 50px;
  box-shadow: 0 0 50px rgb(0 0 0 / .05);
}

@media only screen and (max-width: 640px) {
  .trouble_check_listWrap {
    padding: 24px;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.9);
  }
}

.trouble_check_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .trouble_check_list {
    gap: 15px 20px;
  }
}

.trouble_check_list_item {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  line-height: 1.3;
  letter-spacing: 0.12em;
  padding: 18px 20px 18px 68px;
  background: var(--bg-color);
}

.trouble_check_list_item:before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: auto;
  aspect-ratio: 31 / 22.7;
  mask: url(images/icon_check.svg) no-repeat center / cover;
  background: var(--btn-color02);
}

.trouble_check_list_item span {
  font-size: 80%;
}

@media print, screen and (min-width: 641px) {
  .trouble_check_list_item {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 640px) {
  .trouble_check_list_item {
    display: block;
    width: 100%;
    padding: 14px 14px 12px 30px;
    font-size: 14px;
  }

  .trouble_check_list_item:before {
    left: 11px;
    width: 12px;
  }
}

.trouble_answer {
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .trouble_answer {
    max-width: 1200px;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 640px) {
  .trouble_answer {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
}

.trouble_answer_arrow {
  margin-bottom: 64px;
}

.trouble_answer_arrow img {
  max-width: 64px;
}

@media only screen and (max-width: 640px) {
  .trouble_answer_arrow {
    margin-inline: auto;
    margin-bottom: 40px;
  }

  .trouble_answer_arrow img {
    max-width: 30px;
  }
}

.trouble_answer_text {
  position: relative;
  padding: 60px 56px 54px;
  background: url(images/bg_pattern01.jpg) no-repeat center / cover;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.12em;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 10px, rgba(0, 0, 0, 0.08) 0px 0px 20px;
}


.trouble_answer_text p>span {
  display: block;
  width: 100%;
}

.trouble_answer_text p>span span {
  margin: 0 6px;
  padding: 0 10px;
  font-size: 130%;
  background: linear-gradient(180deg, #e2c59a, #ac8856);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trouble_answer_text .cmn_btn {
  margin-top: 40px;
}

@media only screen and (max-width: 640px) {
  .trouble_answer_text {
    padding: 32px 20px;
    font-size: 15px;
    text-align: left;
  }

  .trouble_answer_text p>span span {
    margin: 0;
    padding: 0;
    font-size: 110%;
  }

  .trouble_answer_text .cmn_btn {
    margin-top: 32px;
  }
}

/*==================================================================

  about

==================================================================*/
.about {
  position: relative;
  background: linear-gradient(rgba(112, 86, 55, 0.85), transparent), url(images/about_bg.jpg) no-repeat center/cover;
  padding-top: 130px;
}

.about_inner {
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .about {
    padding: 70px 0 0;
    background: linear-gradient(rgba(112, 86, 55, 0.85), transparent), url(images/about_bg_sp.jpg) no-repeat center/cover;
  }

  .about_inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
  }
}


.about_inner::after {
  content: "";
  width: calc(100% - (100% - 1200px) / 2 + 84px);
  height: calc(100% - 26px);
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .about_inner::after {
    width: 100%;
  }
}

.about .title_wrap {
  color: #fff;
  margin-bottom: 56px;
  text-align: left;
}

.about .title_wrap::before {
  left: -10px;
  content: "colonoscopy";
  transform: translateY(-50%);
  color: #fff;
  font-size: 240%;
  opacity: .15;
}

@media only screen and (max-width: 640px) {
  .about .title_wrap {
    margin-bottom: 40px;
    line-height: 1.4;
  }

  .about .title_wrap::before {
    top: 62%;
    left: 20px;
    font-size: min(11vw, 54px);
  }
}

.about .title_wrap .cmn_tit_eng {
  color: #fff;
}

@media print, screen and (min-width: 641px) {
  .about_flex {
    max-width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 78px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 641px) {
  .about_img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-4%);
    width: calc(44% - 80px);
    padding-right: 70px;
  }
}

@media screen and (max-width:1520px) {
  .about_img {
    width: calc(40% + 80px);
  }
}

@media only screen and (max-width: 640px) {
  .about_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 641px) {
  .about_textArea {
    width: 60%;
    padding-top: 85px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width:1520px) {
  .about_textArea {
    width: 50%;
  }
}

@media screen and (max-width:640px) {
  .about_textArea {
    width: 100%;
  }
}

.about_textArea .cmn_tit2 {
  margin-bottom: 32px;
}

@media print, screen and (min-width: 641px) {
  .about_text {
    line-height: 2.5;
    font-size: 18px;
  }
}

.about_text p:not(:last-child) {
  margin-bottom: 1em;
}


@media only screen and (max-width: 640px) {
  .about_text {
    font-size: 14px;
  }

  .about_textArea .cmn_tit2 {
    margin-bottom: 16px;
  }
}

/*==================================================================

  reason

==================================================================*/
.reason {
  background: #fff;
  padding-top: 130px;
}

@media only screen and (max-width: 640px) {
  .reason {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

.reason .title_wrap {
  margin-bottom: 96px;
}

.reason .title_wrap::before {
  content: "features";
}

.reason .title_wrap span {
  margin: 0 4px;
  padding: 0 4px;
  font-size: 170%;
  background: var(--btn-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 640px) {
  .reason .title_wrap {
    margin-bottom: 48px;
    line-height: 1.2;
  }

  .reason .cmn_tit_eng {
    margin-bottom: 7px;
  }

  .reason .title_wrap span {
    margin: 0;
    padding: 0 4px;
    font-size: 140%;
  }

  .reason .title_wrap::before {
    top: 65%;
  }
}

@media print, screen and (min-width: 641px) {
  .reason_list {
    max-width: 1920px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .reason_list.reason_list-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.reason_item {
  position: relative;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .reason_item {
    position: relative;
    color: #fff;
    height: auto;
    aspect-ratio: 1;
  }
}

.reason_item_img {
  width: 100%;
  height: 520px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 640px) {
  .reason_item_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.reason_item_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(60, 60, 60, 0.75), transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.reason_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.reason_item_textArea {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 6%;
  padding-right: 6%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 6%;
  left: 0;
  margin: auto;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .reason_item_textArea {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
}

.reason_item_titWrap {
  margin-bottom: 18px;
}

@media only screen and (max-width: 640px) {
  .reason_item_titWrap {
    margin-bottom: 15px;
  }
}

.reason_item_num {
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 1;
  color: #fff;
  font-family: var(--font-type-en);
  font-size: 130px;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.2;
}

@media only screen and (max-width: 640px) {
  .reason_item_num {
    font-size: 70px;
  }
}

.reason_item_tit {
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .reason_item_tit {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .reason_item_tit {
    font-size: 20px;
  }
}

.reason_item_text {
  min-height: 112px;
  line-height: 1.75;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

@media only screen and (max-width: 640px) {
  .reason_item_text {
    font-size: 14px;
    min-height: unset;
  }
}

.reason_item_text p:not(:last-child) {
  margin-bottom: 1em;
}

/*==================================================================

  feature

==================================================================*/
.feature {
  border-top: 4px solid #fff;
  padding-top: 130px;
  padding-bottom: 200px;
  background: url(images/bg_feature.jpg) no-repeat center top/cover;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .feature {
    padding-top: 70px;
    padding-bottom: 70px;
    background: url(images/bg_feature_sp.jpg) no-repeat center top/cover;
  }
}

.feature .title_wrap::before {
  content: "polypectomy";
  font-size: 260%;
}

@media only screen and (max-width: 640px) {
  .feature .title_wrap::before {
    font-size: min(11vw, 54px);
  }
}

.feature_item {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 641px) {
  .feature_item {
    display: flex;
    gap: 60px;
    padding-top: 83px;
  }
}

.feature_item:not(:last-child) {
  margin-bottom: 88px;
}

.feature_item:nth-of-type(2n)::before {
  position: absolute;
  z-index: -1;
  bottom: -200px;
  left: calc((-100vw + 1200px) / 2);
  width: calc(50vw + 300px);
  height: 320px;
  background: var(--bg-color);
  content: "";
}


@media screen and (max-width:1300px) {
  .feature_item:nth-of-type(2n)::before {
    left: calc((-1300px + 1200px) / 2);
    width: 80%;
  }
}

@media screen and (max-width:640px) {
  .feature_item:nth-of-type(2n)::before {
    height: 200px;
  }
}

.feature_item_img {
  position: relative;
}

.feature_item_img::before {
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 30px;
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/bg_pattern01.jpg) no-repeat center / cover;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 10px, rgba(0, 0, 0, 0.04) 0px 0px 20px;
}

.feature_item:nth-of-type(2n) .feature_item_img::before {
  left: -30px;
}

@media print, screen and (min-width: 641px) {
  .feature_item_img {
    flex-shrink: 0;
    width: 50%;
    margin-top: -90px;
  }
}

.feature_item_textArea {
  padding: 24px 0 0;
  position: relative;
}

.feature_item:nth-of-type(odd) .feature_item_textArea {
  padding-top: 14px;
}

@media print, screen and (min-width: 641px) {
  .feature_item_textArea {
    width: 100%;
  }
}

.feature_item_num {
  position: absolute;
  z-index: 1;
  top: -34px;
  left: 0;
  display: flex;
  align-items: flex-end;
  background: var(--btn-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-type-en);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.feature_item:nth-of-type(2n) .feature_item_num {
  left: auto;
  right: 0;
}

.feature_item_num strong {
  position: relative;
  bottom: -18px;
  font-size: 270%;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 0.2em;
  background: var(--btn-color02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

.feature_item_textArea .cmn_tit2 {
  margin-bottom: 24px;
  font-size: 210%;
}

@media print, screen and (min-width: 641px) {
  .feature_item_text {
    font-size: 18px;
    line-height: 2.5;
  }
}

.feature_item_text p:not(:last-child) {
  margin-bottom: 1em;
}

.feature_item_btnArea {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}


/* PC時のみ */
@media print, screen and (min-width: 641px) {
  .feature_item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 640px) {
  .feature_item:not(:last-child) {
    margin-bottom: 16px;
  }

  .feature_item {
    padding-top: 60px !important;
  }

  .feature_item_num {
    top: 0;
    font-size: 24px;
  }

  .feature_item_num strong {
    bottom: -7px;
    font-size: 190%;
  }

  .feature_item_img {
    margin-bottom: 16px;
    text-align: center;
  }

  .feature_item_img::before {
    top: 20px;
    left: 20px;
  }

  .feature_item:nth-of-type(2n) .feature_item_img::before {
    left: -20px;
  }

  .feature_item_textArea .cmn_tit2 {
    margin-bottom: 16px;
    font-size: min(5.5vw, 32px);
  }

  .feature_item_text {
    font-size: 14px;
  }

  .feature_item_textArea {
    padding: 20px 0 !important;
  }

  .feature_item_btnArea {
    gap: 10px 15px;
  }

  .feature .cmn_btn {
    margin-top: 40px;
    padding: 0 20px;
  }
}

/*==================================================================

  flow

==================================================================*/
.flowBg {
  width: 100%;
  height: 100%;
  background: url(images/bg_flow.jpg) no-repeat top center;
  position: fixed;
  top: 0;
  z-index: -1;
}

.flow {
  padding-bottom: 5px;
  margin-top: 540px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 640px) {
  .flow {
    padding-bottom: 0px;
    margin-top: 250px;
  }
}

.flow::before {
  content: "";
  width: 100%;
  height: calc(100% - 75px);
  background: url(images/bg_flow_pattern.jpg) no-repeat center / cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width:640px) {
  .flow::before {
    background: url(images/bg_flow_pattern_sp.jpg) no-repeat center / cover;
  }
}

.flow .title_wrap::before {
  content: "flow";
}

.flow_main {
  position: relative;
  top: -80px;
  padding: 90px 70px 30px;
  background: #fff;
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .flow_main {
    margin-bottom: 0;
    padding: 48px 20px;
  }
}

.flow_main .top_title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .flow_main .top_title {
    max-width: none;
  }
}

.flow_main .cmn_tit2 {
  margin-bottom: 30px;
}

.flow_main_head {
  margin-bottom: 45px;
}

.flow_main_head_text p:not(:last-child) {
  margin-bottom: 1em;
}

.flow_tree_head {
  margin-bottom: 25px;
}

@media print, screen and (min-width: 641px) {
  .flow_step_item {
    margin-bottom: 64px;
    padding-left: 140px;
    padding-top: 16px;
    padding-bottom: 40px;
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .flow_step_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* PC時のみ */
@media print, screen and (min-width: 641px) {
  .flow_step_item:not(.flow_step_item-noImg) {
    display: flex;
    flex-direction: row;
  }

  .flow_step_item:not(.flow_step_item-noImg) .flow_step_textArea {
    width: 525px;
    margin-right: 55px;
  }
}

.flow_step_img {
  max-width: 340px;
}

@media print, screen and (min-width: 641px) {
  .flow_step_img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 340px;
    padding-top: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .flow_step_img {
    margin-inline: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .flow_step_textArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.flow_step_num {
  width: 85px;
  position: relative;
}

@media print, screen and (min-width: 641px) {
  .flow_step_num {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .flow_step_num::after {
    content: "";
    width: 2px;
    height: calc(100% + 64px);
    background: #e2e2e2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 640px) {
  .flow_step_num {
    min-width: 40px;
    width: 40px;
  }
}

@media print, screen and (min-width: 641px) {
  .flow_step_item:last-of-type .flow_step_num::after {
    display: none;
  }
}

.flow_step_num_circle {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--btn-color02);
  color: #fff;
  font-family: var(--font-type-en);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .flow_step_num_circle {
    font-size: 12px;
  }
}

.flow_step_num_circle strong {
  display: block;
  margin-top: 7px;
  font-size: 34px;
  letter-spacing: 0.12em;
}

@media only screen and (max-width: 640px) {
  .flow_step_num_circle strong {
    margin-top: 3px;
    font-size: 16px;
  }
}

.flow_step_tit {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 180%;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

@media print, screen and (min-width: 641px) {
  .flow_step_tit {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .flow_step_tit {
    width: calc(100% - 55px);
    padding-bottom: 4px;
    font-size: 17px;
  }
}

.flow_step_text p:not(:last-child) {
  margin-bottom: 1em;
}

.flow_end {
  padding: 60px 70px;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .flow_end {
    padding: 30px 6%;
  }

  .flow_step_text {
    margin-top: 16px;
    font-size: 14px;
  }
}

.flow_end_tit,
.flow_end_text {
  padding-left: 28px;
  padding-right: 28px;
}

@media only screen and (max-width: 640px) {

  .flow_end_tit,
  .flow_end_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.flow_end_tit {
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding-bottom: 12px;
  margin-bottom: 25px;
  position: relative;
}

.flow_end_tit::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: var(--border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.flow_end_text p:not(:last-child) {
  margin-bottom: 1em;
}

/*==================================================================

  fee

==================================================================*/
.fee {
  padding-top: 90px;
  padding-bottom: 130px;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .fee {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.fee .title_wrap::before {
  content: "expense";
}

.fee_notes {
  text-align: right;
  margin-top: 10px;
}

@media print, screen and (min-width: 641px) {
  .fee_notes {
    padding-right: 25px;
  }
}

/* table pattern1 */
.fee_pattern1:not(:last-child) {
  margin-bottom: 65px;
}

.fee_pattern1_table {
  min-width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background: #e2e2e2;
}

@media only screen and (min-width: 641px) {
  .fee_pattern1_table {
    table-layout: fixed;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .fee_pattern1_table {
    width: 950px;
  }
}

.fee_pattern1_table th,
.fee_pattern1_table td {
  padding: 25px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .fee_pattern1_table th, .fee_pattern1_table td {
    padding: 12px;
  }
}

.fee_pattern1_table th {
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 18px;
  line-height: 1.3;
  background: var(--bg-color);
}

.fee_pattern1_table thead th {
  color: #fff;
  background: linear-gradient(#a49285, #746052);
  font-size: 120%;
  font-family: var(--font-type);
}

.fee_pattern1_table td {
  background: #fff;
  vertical-align: baseline;
}

.fee_pattern1_table td img {
  width: 100%;
}

.fee_pattern1_table_note td {
  text-align: left;
  line-height: 1.75;
}

.fee_pattern1_table_fee {
  padding-top: 22px;
  padding-bottom: 22px;
}

.fee_pattern1_table td span {
  font-size: 28px;
  font-family: var(--font-type-compound);
  background: var(--btn-color02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}
.fee_pattern1_table td:not(:first-of-type) span{
	display:inline-block;
	text-align:right;
}
.fee_pattern1_table td span.caution{
	margin-top: 15px;
	font-size: 20px;
	text-align:left;
}
.fee_pattern1_table td .price {
  font-size: 40px;
}

@media only screen and (max-width: 640px) {
  .fee_pattern1_table td span {
    font-size: min(4.75vw, 19px);
  }
	
  .fee_pattern1_table tr:last-of-type td:last-of-type span:not(.price) {
/* 	font-size: min(4.25vw, 16px); */
  }

  .fee_pattern1_table td .price {
    font-size: 125%;
  }
	.fee_pattern1_table td span.caution{
font-size: min(4.25vw, 16px);
	}
}

/* table pattern2 */
.fee_pattern2:not(:last-child) {
  margin-bottom: 65px;
}

.fee_pattern2_table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background: var(--border-color);
}

.fee_pattern2_table th,
.fee_pattern2_table td {
  text-align: center;
  padding: 22px 25px;
}

@media only screen and (max-width: 640px) {
  .fee_pattern1_table thead th {
    font-size: 100%;
  }

  .fee_pattern2_table th,
  .fee_pattern2_table td {
    display: block;
    width: 330px;
  }
}

.fee_pattern2_table th {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  background: var(--bg-color);
}

@media print, screen and (min-width: 641px) {
  .fee_pattern2_table th {
    width: 56%;
  }
}

@media only screen and (max-width: 640px) {
  .fee_pattern2_table th {
    padding: 15px;
  }
}

.fee_pattern2_table td {
  background: #fff;
  vertical-align: baseline;
}

@media only screen and (max-width: 640px) {
  .fee_pattern2_table td {
    padding: 10px 15px;
  }
}

.fee_pattern2_table_fee {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.fee_pattern2_table_fee strong {
  color: var(--main-color);
  font-size: 40px;
  font-weight: 600;
}

.fee_end {
  padding: 60px 70px;
  background: #fff;
  box-shadow: 0 0 15px var(--bg-color);
}

@media only screen and (max-width: 640px) {
  .fee_end {
    padding: 30px 6%;
  }
}

.fee_end_tit,
.fee_end_text {
  padding-left: 28px;
  padding-right: 28px;
}

@media only screen and (max-width: 640px) {

  .fee_end_tit,
  .fee_end_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.fee_end_tit {
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding-bottom: 12px;
  margin-bottom: 25px;
  position: relative;
}

.fee_end_tit::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: var(--border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.fee_end_text p:not(:last-child) {
  margin-bottom: 1em;
}

/*============================================================================

  $footer

============================================================================*/
footer {
  position: relative;
  background: var(--main-color) url(images/bg_footer.jpg) no-repeat left top/cover;
  background-blend-mode: multiply;
  padding-top: 130px;
}

@media screen and (max-width:640px) {
  footer {
    background: var(--main-color) url(images/bg_footer_sp.jpg) no-repeat left top/cover;
  }
}

.footer_homeBtn {
  margin-top: 55px;
  text-align: center;
}

.footer_homeBtn a {
  font-size: 100%;
}

.footer_logo {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 37px;
}

/* 医院情報 */
.footer_info {
  margin-top: 75px;
  margin-bottom: 150px;
}

@media print, screen and (min-width: 641px) {
  .footer_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 640px) {
  footer {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .footer_logo {
    max-width: 150px;
  }

  .footer_info {
    margin-top: 40px;
    margin-bottom: 90px;
  }
}

@media print, screen and (min-width: 641px) {

  .footer_info_left,
  .footer_info_right {
    width: 570px;
  }
}

@media only screen and (max-width: 640px) {
  .footer_info_left {
    margin-bottom: 40px;
  }
}

/* 医院概要 */
.footer_info_detail_item {
  padding: 0 20px 22px;
}

@media print, screen and (min-width: 641px) {
  .footer_info_detail_item {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .footer_info_detail_item {
    padding: 0 15px 15px;
  }
}

.footer_info_detail_item:not(:last-child) {
  margin-bottom: 24px;
}

.footer_info_detail_item,
.footer_info_detail_item a {
  color: #fff;
}

.footer_info_detail_item {
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .footer_info_detail_item .footer_info_detail_item {
    padding: 15px;
  }
}

.footer_info_detail_item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.footer_info_detail_tit {
  font-family: var(--font-type-compound);
  font-weight: 400;
}

@media print, screen and (min-width: 641px) {
  .footer_info_detail_tit {
    min-width: 115px;
    width: 115px;
  }
}

@media only screen and (max-width: 640px) {
  .footer_info_detail_tit {
    margin-bottom: 10px;
  }
}

.footer_info_detail_text {
  font-family: var(--font-type-compound);
  font-weight: 400px;
}

.footer_info_detail_text.tel a {
  font-size: 150%;
}

@media print, screen and (min-width: 641px) {
  .footer_info_detail_text {
    flex: 1;
  }
}

/* 診療時間 */
.footer_schedule:not(:last-child) {
  margin-bottom: 20px;
}

.footer_schedule_table {
  width: 100%;
  margin-bottom: 10px;
  border-spacing: 0;
  border-collapse: collapse;
  color: var(--text-color);
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .footer_schedule_table {
    font-size: 14px;
  }
}

.footer_schedule_table td,
.footer_schedule_table th {
  border-bottom: 1px solid var(--border-color);
  vertical-align: middle;
  background: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer_schedule_table th {
  width: 37%;
  height: 45px;
}

@media only screen and (max-width: 640px) {
  .footer_schedule_table th {
    width: 30%;
  }
}

.footer_schedule_table td {
  width: 9%;
}

@media only screen and (max-width: 640px) {
  .footer_schedule_table td {
    width: 10%;
  }
}

.footer_schedule_table tr:first-of-type th,
.footer_schedule_table tr:first-of-type td {
  color: #fff;
  background: var(--main-color);
}

.footer_schedule_table tr:last-of-type th,
.footer_schedule_table tr:last-of-type td {
  border-bottom: none;
}

.footer_schedule_table tr:not(:first-child) td {
  font-family: var(--font-type);
  font-weight: var(--font-weight);
}

.footer_schedule_table .sche_color01 {
  color: var(--sub-color);
}

.footer_schedule_table .green {
  color: #84ab69;
}

.sche_color01 {
  color: var(--sub-color)!important;
}

.footer_schedule_note {
  display: flex;
  flex-wrap: wrap;
  gap: 0 17px;
}

/* アクセスマップ */
.footer_info_access_map {
  text-align: center;
}

.footer_info_access_map iframe {
  width: 100%;
  height: 450px;
}

.cmn_btn.googlemap_btn{
	text-align:center;
	margin: 20px auto 0;
}
.cmn_btn.googlemap_btn a{
	font-size: 100%;	
}

@media only screen and (max-width: 640px) {
  .footer_info_access_map iframe {
    height: 300px;
  }
}

.footer_info_access_free {
  padding: 15px 40px;
  background: #fff;
  margin-top: /*20*/5px;
}

@media only screen and (max-width: 640px) {
  .footer_info_access_free {
	margin-top: 20px;
    padding: 10px 15px;
  }
}

/* コピーライト */
.copy {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .copy {
    padding-top: 10px;
    padding-bottom: 85px;
  }
}

.copy small {
  color: var(--main-color);
  line-height: 1;
  font-size: 13px;
}

/*============================================================================

  404

============================================================================*/
.nonePage {
  text-align: center;
  padding: 120px 0 90px;
}

.nonePage_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.nonePage .cmn_btn {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .nonePage {
    padding: 80px 0;
  }
}