@charset "UTF-8";
/* CSS Document */
:root {
  --text-color: #333;
  --main-color: #b28850; /*メイン色*/
  --sub-color: #B78371FF; /*サブ色*/
  --bg-color: #f9f6f1; /*サイドメニュー・レイアウト類の背景色*/
  --border-color: #cab598; /*境界線色*/
  --btn-color: #dbaa69; /*ボタンなどの色*/
  --btn-color02: #B78371FF; /*ボタンなどの色*/
  /* --font-type: "Noto Sans JP", sans-serif; 見出し用フォント（角のあるフォント） */
  --font-type: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /*見出し用フォント（角のあるフォント）*/
  --font-en: "skolar-sans-latin", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*--font-type: "fot-tsukuardgothic-std", sans-serif; 見出し用フォント（丸みのあるフォント）*/
  /*--font-type: "hiragino-mincho-pron", sans-serif; 見出し用フォント（細めのフォント）*/
  --font-weight: 700; /*見出し用weight（角のあるフォント&丸みのあるフォント）*/
  /*--font-weight: 300; 見出し用weight（細めのフォント）*/
  --font-type-en: "al-fresco", sans-serif; /*英語用フォント*/
}

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

@media print, screen and (min-width: 641px) {
  body,
  .header,
  .mainvisual,
  .footer {
    min-width: 1240px;
  }
}
@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 a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.75;
  background: var(--btn-color) url(images/icon_arrow.svg) left 40px center/8px auto no-repeat;
  border-radius: 16px;
  padding: 12px 35px 13px 65px;
  transition: opacity 0.2s ease, background-position 0.2s ease;
}
@media only screen and (max-width: 640px) {
  .cmn_btn a {
    display: block;
    background-position: left 20px center;
    padding: 12px 25px 13px 45px;
  }
}

@media (hover: hover) {
  .cmn_btn a:hover {
    opacity: 0.8;
    background-position: left 45px center;
  }
}

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

.cmn_list > li:not(:last-child) {
  border-bottom: 1px dashed var(--border-color);
  padding-bottom: 3px;
  margin-bottom: 3px;
}

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

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

  エディタ用（.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 {
    width: 1200px;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 640px) {
  .cmn_inner {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }

  .case .cmn_inner {
    padding-left: 1%;
    padding-right: 1%;
  }
}

/* ---------------cmn_tit（主にh2）-------------------- */
.cmn_tit {
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 1200px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 75px;
  padding: 46px 0;
  min-height: 59px;
  text-align: center;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: var(--main-color);
  position: relative;
}
.cmn_tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: auto;
  aspect-ratio: 12 / 11;
  background: url('images/midashi_logo.png') no-repeat center / contain;
  opacity: .2;
}
/* .trouble .cmn_tit::before {
  content: "Trouble";
}
.feature .cmn_tit::before {
  content: "Reason";
}
.period .cmn_tit::before {
  content: "Period";
}
.flow .cmn_tit::before {
  content: "Flow";
}
.flow .flow_end .cmn_tit::before {
  content: "Maintenance"; 
}
.fee .cmn_tit::before {
  content: "Fee";
}
.case .cmn_tit::before {
  content: "Case";
}
.faq .cmn_tit::before {
  content: "Faq";
}*/
.period h3 {
  margin: 0 auto;
}
.period p {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .cmn_tit {
    max-width: 89.3%;
    min-height: 55px;
    font-size: 22px;
    padding: 30px 0;
    margin-bottom: 25px;
  }
	
  .cmn_tit::before {
	width: 100px;
  }
}
/* ---------------cmn_tit2（主にh3）-------------------- */
.cmn_tit2 {
  display: table;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: 0.12em;
  padding-bottom: 16px;
  padding-left: 4px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .cmn_tit2 {
    font-size: 20px;
  }
}

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

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

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

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

  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: 260px;
  }
  .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: var(--main-color);
    border: 1px solid var(--border-color);
    background: var(--bg-color);
    border-radius: 40px;
    margin-top: 20px;
    padding: 18px 10px; */
    display: none;
  }

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

    PC nav

  ============================================================================*/
  /* ハンバーガーボタン */
  .nav_open {
    border: none;
    padding: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    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: 3px;
    background-color: var(--main-color);
    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: var(--main-color);
    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: 17px;
    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: 18px;
    letter-spacing: 0.08em;
    padding: 20px 10px;
    position: relative;
  }
  .nav_menu_item a::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    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%;
    padding: 5px;
  }
  .header_logo img {
    /* width: auto;
    max-height: 100%; */
    width: 250px;
    height: auto;
    aspect-ratio: 500/113;
    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;
    letter-spacing: 0.12em;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    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;
  border-radius: 20px 20px 0 0;
}

.fixedBtnPc_item a,
.fixedBtnPc_item > span {
  display: block;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 24px 20px 20px;
  min-width: 210px;
  border-radius: 20px 20px 0 0;
  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(--main-color);
}

.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);
}

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

  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: 14px;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  padding: 10px 2%;
  border-radius: 5px;
  position: relative;
}

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

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

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

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

/* 準備中用のクラス */
.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;
}
@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 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
}

.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;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
@media print, screen and (min-width: 641px) {
  .mainvisual_inner {
    width: 1200px;
    height: inherit;
  }
}

.mainvisual_tit {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 45%;
}
@media only screen and (max-width: 640px) {
  .mainvisual_tit {
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 100%;
    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; */
  display: none;
}
@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: 610px;
  width: 100%;
  font-size: 28px;
  margin: 0 auto 10px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: var(--text-color);
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media only screen and (max-width: 640px) {
  .mainvisual_tit_radius {
	width: fit-content;
    font-size: clamp(13px, 3vw, 15px);
    border-radius: 100px;
  }
}

.mainvisual_tit_blur {
  color: #fff;
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  filter: drop-shadow(0 0 15px rgba(42, 165, 181, 0.34)) drop-shadow(0 0 16px var(--main-color)) drop-shadow(0 0 5px var(--main-color));
}
@media only screen and (max-width: 640px) {
  .mainvisual_tit_blur {
    font-size: clamp(32px, 8vw, 40px);
  }
}
.mainvisual_banner {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: flex;
  gap: 20px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .mainvisual_banner {
    position: static;
    max-width: 100%;
	gap: 10px;
  }
}
.mainvisual_banner .main_info_item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  /* background: url(images/mv_bnr_bg.png) no-repeat center / 75%, rgba(255, 255, 255, 0.9); */
  width: 220px;
  height: auto;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
}

.mainvisual_banner .main_info_item p {
  text-align: center;
  font-size: 22px;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
}
.mainvisual_banner .main_info_item::before {
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  width: 95%;
  height: 95%;
  background-color: transparent;
  border: 1px solid var(--main-color);
  border-radius: 50%;
}

.mainvisual_banner .main_info_item::after {
  position: absolute;
  content: "";
  top: 57%;
  left: 60%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 200px;
  height: 184px;
  background: url(images/mv_bnr_bg.png) no-repeat center / 75%;
  opacity: 0.5;
  z-index: 0;
}

@media only screen and (max-width: 640px) {
  .mainvisual_banner .main_info_item {
    /* width: calc(50% - 5px);
    margin: 0 auto;
    text-align: center; */
    /* width: 100%;
    aspect-ratio: auto;
    margin: 0 auto;
    padding: 6%;
    text-align: center;
    border-radius: 10px; */
    justify-content: flex-start;
    width: 100%;
    aspect-ratio: auto;
    margin: 0;
    padding: 10% 6% 10% 10%;
    border-radius: 10px;
    text-align: left;
  }

  .mainvisual_banner .main_info_item::before {
    width: 97%;
    height: 95%;
    border-radius: 8px;
  }

  .mainvisual_banner .main_info_item::after {
    top: 50%;
    left: auto;
    right: 10px;
    transform: translatey(-50%);
	width: 40vw;
	height: auto;
	aspect-ratio: 25 / 23;
    background-size: 60%;
  }

  .mainvisual_banner .main_info_item p {
    font-size: max(14px, 4.5vw);
    line-height: 1.5;
    text-align: left;
  }

}

.sp_info {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--bg-color);
}
.sp_info_inner {
  padding-left: 5.3%;
  padding-right: 5.3%;
}
/*============================================================================

  h1

============================================================================*/
h1 {
  color: #666;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.75;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
@media print, screen and (min-width: 641px) {
  h1 {
    max-width: 1920px;
    padding-left: 40px;
    position: absolute;
    width: 100%;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 12px;
    padding: 5px 5.3%;
    text-align: center;
    background: var(--bg-color);
  }
}

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

  trouble

==================================================================*/
.trouble {
  padding-top: 90px;
  padding-bottom: 130px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .trouble {
    padding-bottom: 90px;
  }
}

.trouble_check {
  padding-top: 42px;
  padding-bottom: 42px;
  background: url(images/trouble_check_bg.jpg) no-repeat left -10% top;
  margin-bottom: 45px;
}
@media only screen and (max-width: 640px) {
  .trouble_check {
    padding: 20px 5.3% 0;
    background-size: 100% auto;
    margin-bottom: 25px;
  }
}

.trouble_check_listWrap {
  position: relative;
  background: url(./images/bg_case.jpg) no-repeat center center / cover;
  max-width: 1000px;
/*   width: 100%;
  margin-left: auto;
  margin-right: calc((100% - 1200px) / 2); */
  width: calc(100% - 30%);
  margin-left: 30%;
  padding: 42px;
}
.trouble_check_listWrap::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url(./images/trouble_list_bg.jpg) no-repeat center center / cover;
  width: 100%;
  height: 100%;
}
.trouble_check_listWrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
@media only screen and (max-width: 640px) {
  .trouble_check_listWrap {
    padding: 30px 6%;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.6);
	width: 100%;
	margin-left: auto;
	margin-top: 60%;
  }
  .trouble_check_listWrap::before {
    opacity: 0.5;
  }
  .trouble_check_listWrap::after {
    opacity: 0.5;
  }
}

.trouble_check_list {
  position: relative;
  display: flex;
  gap: 30px 40px;
  flex-wrap: wrap;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .trouble_check_list {
    gap: 15px 20px;
  }
}

.trouble_check_list_item {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.12em;
  padding: 18px 20px 18px 78px;
  border: 1px solid var(--border-color);
  border-radius: 60px;
  background: #fff url(images/icon_check.svg) no-repeat left 30px center/30px auto;
}
@media print, screen and (min-width: 641px) {
  .trouble_check_list_item {
    min-width: 410px;
  }
}
@media only screen and (max-width: 640px) {
  .trouble_check_list_item {
    width: 100%;
    font-size: 16px;
    background-size: auto 15px;
    background-position: left 15px center;
    padding: 18px 20px 18px 50px;
  }
}

.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: 35px;
}
@media only screen and (max-width: 640px) {
  .trouble_answer_arrow {
    max-width: 50px;
    margin-inline: auto;
  }
}

.trouble_answer_text {
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 24px;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 640px) {
  .trouble_answer_text {
    padding: 20px 15px;
    background: var(--main-color);
    border-radius: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.trouble_answer_text > span {
  display: block;
}

@media print, screen and (min-width: 641px) {
  .trouble_answer_text > span {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background: var(--main-color);
    padding: 10px 36px;
    border-radius: 60px;
  }
  .trouble_answer_text > span:not(:first-child) {
    margin-top: -12px;
  }
}

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

  about

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

.about_inner {
  padding-bottom: 45px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .about_inner {
    padding-left: 5.3%;
    padding-right: 5.3%;
    padding-bottom: 90px;
  }
}

.about_inner::after {
  content: "";
  width: calc(888px + (100% - 1200px) / 2);
  height: calc(100% - 26px);
  background: var(--bg-color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .about_inner::after {
    width: 100%;
  }
}

@media print, screen and (min-width: 641px) {
  .about_flex {
    max-width: 1200px;
    display: flex;
    flex-flow: row-reverse nowrap;
    gap: 0 78px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .about_img {
    width: 530px;
  }
}
@media only screen and (max-width: 640px) {
  .about_img {
    text-align: center;
    margin-bottom: 20px;
  }
}

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

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

@media print, screen and (min-width: 641px) {
  .about_text {
    line-height: 2.5;
  }
}
.about_text p:not(:last-child) {
  margin-bottom: 1em;
}

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

  reason

==================================================================*/
.reason {
  background: #fff;
  padding-top: 130px;
}
@media only screen and (max-width: 640px) {
  .reason {
    padding-top: 90px;
  }
}

@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_img,
  .reason_item_img img {
    max-height: 250px;
  }
}
.reason_item_img {
  width: 100%;
  height: 520px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .reason_item_img {
    height: 100%;
  }
}

.reason_item_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 52, 0.5);
  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: center;
  align-items: center;
  padding-left: 10.9%;
  padding-right: 10.9%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  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 {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .reason_item_titWrap {
    margin-bottom: 15px;
  }
}

.reason_item_num {
  display: block;
  color: var(--main-color);
  font-family: var(--font-type-en);
  font-size: 180px;
  line-height: 1;
  letter-spacing: 0.12em;
  opacity: 0.5;
  margin-bottom: -100px;
}
@media only screen and (max-width: 640px) {
  .reason_item_num {
    font-size: 100px;
    margin-bottom: -60px;
  }
}

.reason_item_tit {
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .reason_item_tit {
    font-size: 20px;
  }
}

.reason_item_text {
  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;
  }
}
.reason_item_text p:not(:last-child) {
  margin-bottom: 1em;
}

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

  feature

==================================================================*/
.feature {
  border-top: 4px solid #fff;
  padding-top: 130px;
  padding-bottom: 130px;
  /* background: url(images/bg_feature.jpg) no-repeat center top/cover; */
  background-color: var(--bg-color);
}
@media only screen and (max-width: 640px) {
  .feature {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media print, screen and (min-width: 641px) {
  .feature_item {
    display: flex;
    padding-top: 90px;
  }
}
.feature_item:not(:last-child) {
  margin-bottom: 55px;
}

.feature_item:first-of-type .feature_item_img,
.feature_item:nth-of-type(2) .feature_item_img {
  position: relative;
}

.feature_item:first-of-type .feature_item_img::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: -5px;
  width: 190px;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  z-index: 3;
}

.feature_item:first-of-type .feature_item_img::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -10px;
  width: 200px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #fff url('images/reason_img01_after.png') no-repeat;
  background-size: 70%;
  background-position: center;
  border-radius: 50%;
  z-index: 2;
}

.feature_item:nth-of-type(2) .feature_item_img::before {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 15px;
  width: 190px;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  z-index: 3;
}

.feature_item:nth-of-type(2) .feature_item_img::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 10px;
  width: 200px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #fff url('images/guide_white02.png') no-repeat;
  background-size: 80%;
  background-position: center;
  border-radius: 50%;
  z-index: 2;
}

@media print, screen and (min-width: 641px) {
  .feature_item_img {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 640px) {
  .feature_item_img {
    margin-bottom: 48px;
    text-align: center;
  }
	
  .feature_item:first-of-type .feature_item_img::before {
	left: auto;
	right: calc(-4% + 1vw);
    width: min(30vw, 150px)
  }
  
  .feature_item:first-of-type .feature_item_img::after {
    left: auto;
	right: -4%;
    width: min(32vw, 160px);
  }
	
  .feature_item:nth-of-type(2) .feature_item_img::before {
	right: calc(-4% + 1vw);
    width: min(30vw, 150px)
  }
  
  .feature_item:nth-of-type(2) .feature_item_img::after {
    right: -4%;
    width: min(32vw, 160px);
  }
}

.feature_item_textArea {
  background: #fff;
  padding: 70px 75px 75px;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .feature_item_textArea {
    width: 660px;
    margin-left: -60px;
  }
}
@media only screen and (max-width: 640px) {
  .feature_item_textArea {
    padding: 50px 6%;
  }
}

.feature_item_num {
  color: var(--sub-color);
  font-family: var(--font-type-en);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  position: absolute;
  top: -34px;
}
.feature_item_num strong {
  color: var(--main-color);
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 0.1em;
}

.feature_item_textArea .cmn_tit2 {
  margin-bottom: 36px;
}

@media print, screen and (min-width: 641px) {
  .feature_item_text {
    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;
}
@media only screen and (max-width: 640px) {
  .feature_item_btnArea {
    gap: 10px 15px;
  }
}

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

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

  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: 130px;
  margin-top: 530px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .flow {
    padding-bottom: 90px;
    margin-top: 120px;
  }
}

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

.flow_catch {
  color: #fff;
  font-family: var(--font-type-en);
  font-size: 80px;
  letter-spacing: 0.01em;
  line-height: 1;
  filter: drop-shadow(0 0 15px var(--main-color));
  position: absolute;
  top: -475px;
  left: 30px;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 640px) {
  .flow_catch {
    font-size: 30px;
    top: -85px;
    left: 10px;
  }
}

.flow_main {
  padding: 90px 70px;
  background: #fff;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .flow_main {
    padding: 90px 6% 50px;
  }
}

.flow_main .cmn_tit {
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .flow_main .cmn_tit {
    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 {
    padding-left: 140px;
    padding-top: 40px;
    padding-bottom: 20px;
    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-reverse;
  }
  .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 {
    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: 115px;
  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: 9px;
    height: calc(100% - 133px);
    background: url(images/flow_num_dots.svg) repeat-y center top/100% auto;
    position: absolute;
    top: 133px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  .flow_step_num {
    min-width: 65px;
    width: 65px;
  }
}

@media print, screen and (min-width: 641px) {
  .flow_step_item:last-of-type .flow_step_num::after {
    display: none;
  }
}
.flow_step_num_circle {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--main-color);
  border-radius: 100%;
  color: #fff;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .flow_step_num_circle {
    font-size: 15px;
  }
}

.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 {
    font-size: 20px;
  }
}

.flow_step_tit {
  padding-bottom: 7px;
  color: var(--sub-color);
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  border-bottom: 1px solid var(--sub-color);
}
@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% - 75px);
    font-size: 20px;
  }
}
.flow_step_text h4 {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .flow_step_text {
    width: 100%;
    margin-top: 20px;
  }
}
.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_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_text h3 {
  color: var(--sub-color);
  font-size: 20px;
  font-weight: 700;
}

.flow_end_text li {
  position: relative;
  padding-left: 15px;
}
.flow_end_text li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
  border-radius: 50%;
}

.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;
}
@media print, screen and (min-width: 641px) {
  .flow_step_item:nth-child(3) {
    display: block;
  }
  .flow_step_item:nth-child(3) .flow_step_textArea {
    width: 100%;
  }
  .flow_step_item:nth-child(3) .flow_step_tit {
    width: 525px;
  }
  .flow_step_flexImage {
    width: 340px;
  }
  .flow_step_item:nth-child(3) .flow_step_img {
    display: none;
  }
}
.flow_step_flex {
  display: flex;
}
.flow_step_flex p {
  width: 525px;
  margin-right: 55px;
}
@media only screen and (max-width: 640px) {
  .flow_step_flex p {
    width: 100%;
	margin-right: 0;
  }
  .flow_step_flexImage {
    display: none;
  }
}

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

  fee

==================================================================*/
.fee {
  position: relative;
  padding-top: 90px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 640px) {
  .fee {
    padding-bottom: 90px;
  }
}
.fee::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(./images/bg_img01.jpg) no-repeat center center / cover;
}
.fee::after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
.fee .cmn_tit {
  z-index: 1;
}
.fee .cmn_inner {
  z-index: 1;
}
.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: var(--border-color);
}

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

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

.fee_pattern1_table thead th {
  color: #fff;
  background: var(--main-color);
  width: 320px;
  min-width: 320px;
}

.fee_pattern1_table thead th:first-of-type {
  width: 235px;
  min-width: 235px;
}

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

.fee_pattern1_table td img {
  max-width: 270px;
  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_fee_text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

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

/* 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_pattern2_table th,
  .fee_pattern2_table td {
    display: block;
    width: 100%;
  }
  .fee_pattern2_table tr:first-of-type {
	display: none;
  }
}

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

.fee_pattern2_table th .hosoku {
  font-weight: 400;
  font-size: 16px;
}
@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: 24px;
  font-weight: 600;
  font-family: var(--font-en);
}

.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;
  padding-top: 90px;
}
footer::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #714F1D;
  opacity: 0.8;
  z-index: -1;
}

.footer_homeBtn {
  text-align: center;
}
.footer_homeBtn a {
  background-color: var(--sub-color);
}

.footer_logo {
  max-width: 220px;
  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_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 10px 20px 43px;
}
@media print, screen and (min-width: 641px) {
  .footer_info_detail_item {
    display: flex;
    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: 20px;
}

.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 var(--border-color);
}

.footer_info_detail_tit {
  font-weight: bold;
  font-family: var(--font-type);
}
@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;
  }
}

@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_info_detail_item:first-of-type .footer_info_detail_text,
  .footer_info_detail_item:nth-of-type(2) .footer_info_detail_text {
    font-size: max(12.25px, 3.25vw);
  }
}

.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: 5px;
  padding-bottom: 5px;
}

.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_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;
}
@media only screen and (max-width: 640px) {
  .footer_info_access_map iframe {
    height: 300px;
  }
}

.footer_info_access_free {
  padding: 15px 40px;
  border: 1px solid var(--border-color);
  background: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .footer_info_access_free {
    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: 68px;
  }
}

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

/* period */

.period {
  position: relative;
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 130px;
  z-index: 1;
}
.period::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(./images/bg_img01.jpg) no-repeat center center / cover;
}
.period::after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
@media only screen and (max-width: 640px) {
  .period {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
.period .cmn_tit {
  z-index: 1;
}
.period .cmn_inner {
  z-index: 1;
}
.period .cmn_tit2 {
  margin-bottom: 36px;
}
.button01 {
  text-align: center;
}
.button01 a {
  display: inline-block;
  background-color: var(--btn-color);
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  background: var(--btn-color02) url(images/icon_arrow.svg) no-repeat left 40px center / 8px auto;
  border-radius: 16px;
  padding: 22px 35px 22px 65px;
  transition: opacity 0.2s ease, background-position 0.2s ease;
}
.button01 a:hover {
  opacity: 0.9;
  background: var(--btn-color02) url(images/icon_arrow.svg) no-repeat left 46px center / 8px auto;
}

/* よくある質問 */
.faq {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #fff;
  overflow: hidden;
}
.faq::before {
  position: absolute;
  right: -123px;
  bottom: 0;
  content: "";
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  background: url(./images/faq_bg_logo.png) no-repeat center center / contain;
  opacity: 0.4;
}

.faq_box:not(:first-child) {
  margin-top: 30px;
}
.faq_box_question {
  position: relative;
  padding: 25px 50px 25px 60px;
  background-color: #fff;
  transition: background-color 0.2s, color 0.2s;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq_box.appear .faq_box_question {
  background-color: var(--main-color);
  color: #fff;
}
.faq_box_question::before {
  position: absolute;
  content: "Q.";
  top: 30px;
  left: 20px;
  font-size: 140%;
  line-height: 1;
  color: var(--main-color);
}
.faq_box.appear .faq_box_question::before {
  color: #fff;
}
.faq_box_answer {
  display: none;
  padding: 15px 50px 15px 20px;
}
.faq_box_answer span:first-child {
  color: var(--sub-color);
  font-size: 140%;
  line-height: 1;
}

/* 治療症例 */
.case {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #fff;
}
.case::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(./images/bg_case.jpg) no-repeat center center / cover;
}
.case::after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
.case .cmn_tit {
  z-index: 1;
}
.case .cmn_inner {
  z-index: 1;
}
.case_itemBox {
  display: flex;
  gap: 50px;
  overflow-x: auto;
  width: 100%;
}

.case_item {
  width: 100%;
  min-width: 1100px;
  /* padding: 50px; */
  padding: 30px 4%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.case_itemTitle {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: var(--sub-color);
  margin-bottom: 15px;
}

.case_itemTitle span {
  display: inline-block;
  margin-left: 15px;
}

.case_imageBox {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

.case_image img {
  width: 100%;
  height: auto;
}
.case_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_arrow img {
  width: 100%;
  height: 70px;
}
.case_content .faq_box span.text-small {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}

@media only screen and (min-width: 640px) and (max-width: 1520px) {
  .case_imageBox {
    margin-bottom: 20px;
  }
  .faq_box_question {
    padding: 10px 50px 10px 60px;
  }
  .faq_box_question::before {
    top: 15px;
  }
  .case_imageBox {
    gap: 20px;
    max-width: 600px;
    justify-content: center;
    margin: 0 auto 20px;
}
} 

@media only screen and (max-width: 640px) {
  .case_imageBox {
    /* gap: 10px;
    flex-direction: column; */
    position: relative;
    gap: 0;
    margin-bottom: 15px;
  }
  .case_item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    /* padding: 20px; */
    padding: 20px 0;
  }
  .case_itemTitle {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .case_itemTitle span {
    margin-left: 10px;
  }

  .case_item_text {
    padding: 0 4%;
  }

  .case_image:first-of-type {
    border-right: 1px solid #fff;
  }

  .case_arrow {
    position: absolute;
    content: "";
    display: block;
    align-items: unset;
    justify-content: unset;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    /* right: 50%; */
    z-index: 0;
    width: 10px;
    height: 14px;
  }
/*   .case_imageBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .case_arrow img {
    height: 50px;
  } */

  .scroll-hint-icon {
    top: 50%!important;
    left: 50%!important;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 135px!important;
    height: 100px!important;
    transform: translate(-50%,-50%)!important;;;
  }

  .faq_box_question {
    padding: 7px 10px 7px 60px;
  }

  .faq_box_question::before {
    top: 12px;
  }

  .list_box {
    padding: 20px;
    border: 1px solid var(--border-color);
    background: var(--bg-color);
    font-weight: 600;
  }

  .list_box ul {
    padding: 0 5px;
  }

}

.bnr_area {
  margin-top: 50px;
}

.bnr_area .bnr_item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 32px 68.5px 28px 260px;
  border: 1px solid #46b98c;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 20px;
  line-height: 1.5;
  color: var(--text-color);
  background: #fff;
  transition: opacity .3s;
}

.bnr_area .bnr_item:hover {
  opacity: .8;
}

.bnr_area .bnr_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translatey(-50%);
  width: 220px;
  height: auto;
  aspect-ratio: 3 / 1;
  background: url('images/Straumann_Partners_logo.svg') no-repeat;
}

.bnr_area .bnr_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translatey(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 22.5px solid #46b98c;
  border-right: 0;
}

@media screen and (max-width: 640px) {
  .bnr_area {
    padding: 0 5.3%;
  }

  .bnr_area .bnr_item {
	max-width: 380px;
	padding: 22px 30px 18px calc(min(22.5vw, 100px) + 20px);
	font-size: min(3.75vw, 16px);
  }
	
  .bnr_area .bnr_item::before {
    left: 10px;
	width: min(22.5vw, 100px);
  }
	
  .bnr_area .bnr_item::after {
    right: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12.5px solid #46b98c;
    border-right: 0;
  }
}