@charset "UTF-8";
/* CSS Document */
:root {
  --text-color: #000;
  --main-color: #8cc9b8; /*メイン色*/
  --sub-color: #61b4be; /*サブ色*/
  --sub2-color: #b285b6; /*サブ色*/
  /*--sub4-color: #998c67;*/ /*サブ色*/
  --sub4-color: #e0996e; /*サブ色*/
/*--sub5-color: #647b40;*/ /*サブ色*/
  --sub5-color: #d3ae94; /*サブ色*/
  --bg-color: #f7f7f7; /*サイドメニュー・レイアウト類の背景色*/
  --border-color: #cccccc; /*境界線色*/
  --btn-color: #7bbb15; /*ボタンなどの色*/
  --font-type: hiragino-mincho-pron, sans-serif;
  --font-weight500: 500;
  --font-weight: 600;
  --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: 18px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.1em;
  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}.mr05{margin-right:5px!important}.txt_center{text-align:center!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 {display: block !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}
}

.list03_bg {
    background: var(--bg-color);
}
.list03_border {
    border: 1px solid #f5f5f5;
	background: rgba(255,255,255,0.6);
}
.list03_border, .list03_bg {
    padding:30px 20px;
}
.list03, .list03_border, .list03_bg {
    display: flex;
    flex-flow: column;
    gap: 10px;
	margin-bottom:16px;
}
.list03 li, .list03_border li, .list03_bg li {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
}
.list03 li:before, .list03_border li:before, .list03_bg li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 8px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--main-color);
    border-radius: 50%;
}
/*==================================================================

  エディタ & 共通パーツ（.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%;
  }
}

/* ---------------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: 72px;
  min-height: 59px;
  text-align: center;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding-left: 225px;
  padding-right: 225px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .cmn_tit {
	  width:100%;
    max-width: 92.3%;
    min-height: 55px;
    font-size: 30px;
    padding: 15px 0;
    margin-bottom: 25px;
  }
	
  .reason .cmn_tit {
    padding: 15px;
	font-size: 26px;
  }
}

.cmn_tit::before,
.cmn_tit::after {
  content: "";
  width: 135px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .cmn_tit::before,
  .cmn_tit::after {
    top: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .cmn_tit::before,
  .cmn_tit::after {
    width: 70px;
    height: 42px;
  }
}

.cmn_tit::before {
  left: 0;
  background-image: url(images/tit_left.png);
}
@media only screen and (max-width: 640px) {
  .cmn_tit::before {
    bottom: -10px;
	  left:-10px;
    background-image: url(images/tit_left.png);
  }
}

.cmn_tit::after {
  right: 0;
  background-image: url(images/tit_right.png);
}
@media only screen and (max-width: 640px) {
  .cmn_tit::after {
/*top: -10px;*/
	  bottom: -10px;
	  right:-10px;
    background-image: url(images/tit_right.png);
  }
}

.cmn_tit_eng {
text-align: center;
    position: absolute;
    top: 64px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 152%;
    font-family: var(--font-type);
    line-height: 1.5;
	color: var(--sub4-color);
}
@media only screen and (max-width: 640px) {
.cmn_tit_eng {
    font-size: 120%;
}
}

/* ---------------cmn_tit2（主にh3）-------------------- */
.cmn_tit2 {
  display: table;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 26px;
  line-height: 1.5;
  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: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
}

.cmn_tit2::before {
  width: 50px;
  background: var(--sub4-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: 210px;
  }
  .header_logo_sp {
    display: none;
  }
  .header_logo_text {
    font-family: var(--font-type);
    font-weight: 600;
    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: 15px 10px;
  }

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

    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: 1px;
    background-color: var(--sub5-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(--sub5-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: 170px 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%;
  }
  .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(--sub5-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(--sub5-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: 130px;
  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(--sub-color);
}

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

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

.fixedBtnPc_item.fixedBtnPc_item-color4 a,
.fixedBtnPc_item.fixedBtnPc_item-color4 > span {
  background: #eaa8c5;
}
.fixed_bnr_caloo{
	position:relative;
	top:1px;
}
@media only screen and (max-width: 640px) {
	.fixedBtnPc_item {
		width: 90%;
		margin: 0 auto;
	}
	.fixedBtnPc_item a,
	.fixedBtnPc_item > span {
		border-radius: 10px;
	}
}
/*----------ページトップ----------*/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 0;
  width: 110px;
  height: 100px;
  background: #7ec289;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  transition: 0.5s ease-in-out;
  border-radius: 20px 20px 0 0;
}
.pagetop i {
  margin-top: 25px;
  font-size: 25px;
}
.pagetop span {
  color: #fff;
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 16px;
  letter-spacing: 0.12em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  margin-top: auto;
}
.pagetop:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
.pagetop {
  position: inherit;
  width: 140px!important;
  max-height: 50px;
  border-radius: 5px;
}
.pagetop i {
  margin: 17px 0 0 0!important;
  font-size: 15px;
}
.pagetop:hover {
  transform: unset;
}
}

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

  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(--sub-color);
}

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

.fixedBtnSp_item.fixedBtnSp_item-color3 a {
  background: var(--sub2-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_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;
}
@media print, screen and (min-width: 641px) {
  .mainvisual_inner {
    width: 1200px;
    height: inherit;
  }
}

.mainvisual_tit {
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  text-align: center;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

/* .mainvisual_tit::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 90px;
  width: 97px;
  height: 87px;
  background: url(images/mainvisual_tit_bg.png) no-repeat;
} */

@media print, screen and (min-width: 641px) {
  .mainvisual_tit {
    top: 55%;
  }
}
@media only screen and (max-width: 640px) {
  .mainvisual_tit {
    right: 0;
    top: 340px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.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: 600px;
  width: 100%;
  font-size: 22px;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  border-radius: 36px;
  color: #fff;
  border: 3px solid #fff;
  background:var(--sub5-color);
  padding: 10px;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.1), 0px 0px 10px rgba(0,0,0,0.1), 0px 0px 15px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 640px) {
  .mainvisual_tit_radius {
    font-size: 17px;
    margin: 0 auto 20px;
    border-radius: 100px;
  }
}

.mainvisual_tit_blur {
  font-size: 70px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
  color: #fff;
  /*filter: drop-shadow(0 0 5px #7abba9) drop-shadow(0 0 8px #7abba9) drop-shadow(0 0 12px #629689) drop-shadow(0 0 16px #629689);*/
  /*filter: drop-shadow(0 0 3px #4fb460) drop-shadow(0 0 8px #7ec289) drop-shadow(0 0 12px #7ec289) drop-shadow(0 0 18px #4fb460);*/
  filter: drop-shadow(0 0 3px #89E598) drop-shadow(0 0 8px #59CC6C) drop-shadow(0 0 12px #59CC6C) drop-shadow(0 0 18px #89E598);
  
}
@media only screen and (max-width: 640px) {
  .mainvisual_tit_blur {
    font-size: 23px;
    margin-bottom: 20px;
/*text-shadow: 0px 0px 5px #6fc235, 0px 0px 5px #6fc235, 0px 0px 10px #6fc235, 0px 0px 10px #6fc235, 0px 0px 16px #6fc235, 0px 0px 15px #6fc235, 0px 0px 16px #6fc235, 0px 0px 16px #6fc235, 0px 0px 16px #6fc235, 0px 0px 16px #6fc235;
	filter: drop-shadow(0 0 5px #6fc235) drop-shadow(0 0 5px #6fc235) drop-shadow(0 0 10px #6fc235) drop-shadow(0 0 10px #6fc235);*/
	font-size: min(8vw, 28px);
	color: #fff;
  }
}

.mainvisual_banner {
	position: absolute;
	left: 0;
	bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .mainvisual_banner {
    max-width: 150px;
    bottom: auto;
    /*left: auto;
    right: 20px;*/
    right: auto;
    left: 10px;
	top: 10px;
  }
}

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

  h1

============================================================================*/
h1 {
  color: var(--text-color);
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.75;
	text-shadow: 0px 0px 5px rgba(255,255,255,1),0px 0px 5px rgba(255,255,255,1), 0px 0px 10px rgba(255,255,255,1), 0px 0px 15px rgba(255,255,255,1),0px 0px 20px rgba(255,255,255,1);
	font-weight: bold;
}
@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: 120px;
  padding-bottom: 130px;
  background: url(images/bg_trouble.jpg) no-repeat center/cover;
	position: relative;
}
@media only screen and (max-width: 640px) {
  .trouble {
    padding-bottom: 90px;
	padding-top:96px;
  }
	.bnr_caloo{
		width:90%;
		margin: 0 auto 50px;
	}
}

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

.trouble_check_listWrap {
  background: #fff;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: calc((100% - 1200px) / 2);
  padding: 60px;
}
@media only screen and (max-width: 640px) {
  .trouble_check_listWrap {
    padding: 30px 6%;
    margin-right: auto;
    background: rgba(255, 255, 255, 1);
  }
}

.trouble_check_list {
  display: flex;
  gap: 30px 40px;
  flex-wrap: wrap;
}
@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-radius: 60px;
  background: var(--bg-color) 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: 470px;*/
	  width:100%;
  }
}
@media only screen and (max-width: 640px) {
  .trouble_check_list_item {
    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: 32px;
  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(--sub5-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(--sub5-color);
    padding: 10px 36px;
    border-radius: 60px;
  }
  .trouble_answer_text > span:not(:first-child) {
    margin-top: -12px;
  }
}

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

  about

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

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

.about_inner::after {
  content: "";
  width: calc(888px + (100% - 1200px) / 2);
  height: calc(100% - 26px);
/*background-color: rgb(243 247 238);*/
    background: url(images/about_inner_after_bg.png) no-repeat bottom right rgb(243 247 238);
  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 72px;
    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: 120px;
	position: relative;
}
@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: 320px;*/
  }
.reason_item {
    height: 350px;
}
}
.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.85);
  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-top: 8px;
	padding-bottom: 16px;
  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_text
  .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.3;
  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;
	  line-height: 1.6;
  }
}

.reason_item_text {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  font-size: 110%;
}
@media only screen and (max-width: 640px) {
  .reason_item_text {
    font-size: 16px;
  }
}
.reason_item_text p:not(:last-child) {
  margin-bottom: 1em;
}

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

  feature

==================================================================*/
.feature {
	position: relative;
  border-top: 4px solid #fff;
  padding-top: 130px;
  padding-bottom: 130px;
  background: url(images/f_bg_left.png) no-repeat left bottom / 200px,
	  url(images/f_bg_right.png) no-repeat right bottom / 220px,
	  url(images/bg_feature.jpg) no-repeat center top/cover;
}
@media only screen and (max-width: 640px) {
  .feature {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(images/f_bg_left.png) no-repeat left bottom / 100px,
	  url(images/f_bg_right.png) no-repeat right bottom / 130px,
	  url(images/bg_feature.jpg) no-repeat center top/cover;
  }
}

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

@media print, screen and (min-width: 641px) {
  .feature_item_img {
    margin-top: -90px;
	width: 580px;
  }
}
@media only screen and (max-width: 640px) {
  .feature_item_img {
    margin-bottom: 48px;
    text-align: center;
  }
}

.feature_item_textArea {
  background: #fff;
  padding: 70px 75px 75px;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .feature_item_textArea {
    width: 700px;
    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(--sub-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) {
  .flowBg {
	background: url(images/bg_flow_sp.jpg) no-repeat top center;
	background-size: auto 100vh !important;
  }
	
  .flow {
    padding-bottom: 90px;
    margin-top: 250px;
  }
}

.flow::before {
content: "";
    width: 100%;
    height: calc(100% - 75px);
    /* background: #fff; */
    background-image: url(images/paper_bg2.jpg);
    background-size: 100%;
    background-repeat: repeat;
    background-position: top center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.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(--sub5-color));
  position: absolute;
  top: -425px;
  left: 30px;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 640px) {
  .flow_catch {
font-size: 200%;
        top: -235px;
        left: 10px;
        line-height: 1.3;
  }
}

.flow::after {
content: "";
    width: 1200px;
    height: 80px;
/*background-image: url(images/paper_bg.jpg);
	background-size: 100%;*/
	background:#fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media only screen and (max-width: 640px) {
.flow::after {
    width: 80%;
    height: 60px;
    top: 20px;
    left: 33.3%;
    margin: auto 16.6%;
}

.flow::before {
    background-size: 150%;
    background-position: top center;
}
	}

.flow_main {
  padding: 120px 70px 80px;
/*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 {
text-align: center;
    margin: 0 auto 50px;
}

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

.flow_step_img img {
  border-radius: 10px;
}

@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(--sub4-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 {
/*   color: var(--main-color); */
  color:var(--sub5-color);
  font-family: var(--font-type);
  font-weight: var(--font-weight);
  font-size: 26px;
  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% - 75px);
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .flow_step_text {
    width: 100%;
    margin-top: 20px;
	          border-bottom: dashed 1px #999;
        padding-bottom: 32px;
  }
}
.flow_step_text p:not(:last-child) {
  margin-bottom: 1em;
}

.flow_end {
  padding: 70px 50px 60px;
  background: #fff;
	box-shadow: 0 0 20px rgba(245,244,240,0.5);
}
@media only screen and (max-width: 640px) {
  .flow_end {
    padding:48px 6% 30px
  }
}

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

.flow .cmn_tit2{
display: table;
    font-family: var(--font-type);
    font-weight: var(--font-weight);
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    padding-bottom: 16px;
    padding-left: 4px;
    position: relative;
	text-align: center;
    margin: 0 auto 50px;
}

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

  difference

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

.difference {
    background: #fff;
    padding: 160px 0 80px;
    position: relative;
}

.difference::before {
    content: "";
    width: 100%;
    height:100%;
    background-image: url(images/paper_bg.jpg);
    background-size: 100%;
    background-repeat: repeat;
    background-position: top center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.difference .cmn_tit_eng {
    top: 104px;
}

.difference .cmn_tit{
    margin-bottom: 16px;
}

@media only screen and (max-width: 640px) {
  .difference {
    padding-bottom: 90px;
    padding: 120px 6% 80px;
  }
.difference .cmn_tit_eng {
    top: 64px;
    width: 90%;
    font-size: 100%;
}
	.difference .cmn_tit {
    margin-bottom: 0;
	font-size: 28px;
}
.difference::before {
    background-size: cover;
}
  }
/*==================================================================

  faq

==================================================================*/
.faq {
	padding:120px 0 ;
  background: #fff;
	position: relative;
}
.faq .cmn_tit2 {
  text-align: center;
  margin: 0 auto 50px;
}
.faq::before {
    content: "";
    width: 100%;
    height:100%;
    background-image: url(images/paper_bg.jpg);
    background-size: 100%;
    background-repeat: repeat;
    background-position: top center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cmn_inner .faq{
	padding:0;
}

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

  fee

==================================================================*/
.fee {
	padding:120px 0 ;
  background: #fff;
	position: relative;
}
.fee .cmn_tit2 {
  text-align: center;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 640px) {
  .fee {
/*padding-bottom: 90px;*/
    padding: 96px 6% 90px;
  }
  .fee .cmn_tit2 {
    text-align: left;
  }
  .fee .cmn_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.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%;*/
	    width: 100%;
    max-width: 1200px;
	margin:auto;
  border-spacing: 1px;
  border-collapse: separate;
  background: var(--border-color);
	border: 1px solid var(--border-color);
	border-collapse: collapse;
}

.fee_pattern1_table th,
.fee_pattern1_table td {
  padding: 17px;
  text-align: center;
	border: 1px solid  var(--border-color);
}

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

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

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

.fee_pattern1_table thead th:nth-child(2){
 /* background: var(--main-color);*/
}

.fee_pattern1_table thead th:nth-child(3){
/*background: var(--sub2-color);*/
}

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

.fee_pattern1_table tr td:nth-child(2) {
    /*background: #f4ffe2;*/
}

.fee_pattern1_table td img {
  max-width: 270px;
  width: 100%;
}

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

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

@media only screen and (max-width: 640px) {
.fee_pattern1_table thead th:first-of-type {
    width: 190px;
    min-width: 190px;
}

.fee_pattern1_table th, .fee_pattern1_table td {
    padding: 14px 7px;
}
}

/* 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;
}

.fee_pattern2_table tr:first-child>* {
    font-weight: bold;
    font-family: var(--font-type);
    font-size: 18px;
    line-height: 1.6;
    background: var(--bg-color);
}

.fee_pattern2_table tr:first-child>* span strong {
    color: inherit;
    font-weight: inherit;
	font-size: 18px!important;
}

@media only screen and (max-width: 640px) {
  .fee_pattern2_table th,
  .fee_pattern2_table td {
    display: block;
    width: 100%;
  }
	
.fee_pattern2_table tr td:nth-child(2) {
    background: #ffffff;
}
}

.fee_pattern2_table th {
  font-weight: bold;
	font-family: var(--font-type);
  font-size: 18px;
  line-height: 1.6;
  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;
	align-content: center;
}
@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(--sub5-color);*/
  font-size: 132%;
  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;
}

.bg_green {
  background: rgb(243 247 238)!important;
}
/*============================================================================

  $footer

============================================================================*/
footer {
  position: relative;
/*   background: #92a96d url(images/bg_footer.jpg) no-repeat center top/cover;
  background-blend-mode: multiply; */
      background:url(images/footer_leaf.png) no-repeat center top 0px / auto, url(images/footer_flower.png) no-repeat center bottom 100px / auto, url(images/bg_feature.jpg) no-repeat center top / cover;
  padding-top: 90px;
}

.footer_homeBtn {
  text-align: center;
}

.footer_logo {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 37px;
}
@media print, screen and (max-width: 641px) {
footer {
/*background: url(images/f_bg_left.png) no-repeat left bottom 100px / 100px, url(images/f_bg_right.png) no-repeat right bottom 80px / 130px, url(images/bg_feature.jpg) no-repeat center top / cover;*/
}
}
/* 医院情報 */
.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; */
	color: var(--text-color);
}

.footer_info_detail_item {
  line-height: 1.75;
}
@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;
}
@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: 15px;
  }
}

.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 {
  color: #4daba9;
}
span.green{
  color: #6b932c;
}

span.ore{
  color: var(--sub5-color);
}

.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: 5px 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: var(--sub5-color);
  padding-top: 20px;
  padding-bottom: 120px;
  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;
	color:#fff;
  font-size: 13px;
}



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



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

  *アコーディオン

================================================================================================================================== */
.accordion dl:not(:last-child) {
  margin-bottom: 15px;
}

.accordion dl dt {
  position: relative;
  z-index: 1;
  background-color: var(--sub5-color);
  font-weight: normal;
  transition: background 0.3s, color 0.2s;
  font-family: var(--main-font);
}

.accordion dl dt:hover {
  background: var(--main-color);
}

.accordion dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 2;
  width: 15px;
  height: 2px;
  background: #c6d9a9;
  transform: rotate(90deg);
  transition: transform 0.3s, opacity 0.3s;
}

.accordion dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 2;
  width: 15px;
  height: 2px;
  background:#fff;
  transition: transform 0.3s, background 0.3s;
}

.accordion dl dt.open {
  background: var(--main-color);
  color: #ffffff;
}

.accordion dl dt.open::before {
  opacity: 0;
  transform: rotate(180deg);
}

.accordion dl dt.open::after {
  background: #ffffff;
}

.accordion dl dt > div {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px 60px 15px 25px;
  cursor: pointer;
  transition: background 0.2s;
}

.accordion dl dd {
  display: none;
}

.accordion dl dd > div {
  position: relative;
  z-index: 1;
  padding: 15px 25px;
}

.accordion dl dd > div > *:not(h1, h2, h3, h4, h5) {
  margin-bottom: 2em;
}

.accordion dl dd > div > *:not(h1, h2, h3, h4, h5):last-child {
  margin-bottom: 0;
}

/* ----- FAQアコーディオン ----- */
.accordion.faq dl dt > div {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 15px 50px 15px 60px;
  cursor: pointer;
  transition: background 0.2s;
  font-weight: bold;
	font-family: var(--font-type);
	color: #fff;
}

.accordion.faq dl dt > div::before {
  content: "Q.";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 140%;
  line-height: 1;
  color: var(--text-color4);
}

.accordion.faq dl dd > div {
  position: relative;
  z-index: 1;
  padding: 15px 25px 15px 60px;
}

.accordion.faq dl dd > div:before {
  content: "A.";
  position: absolute;
  top: 20px;
  left: 20px;
  color: #bf5757;
  font-size: 140%;
  line-height: 1;
	font-family: var(--font-type);
	font-weight:bold;
}

.accordion.faq dl dt.open > div::before {
  color: #fff;
}

/* ==============================================
  *SP アコーディオン
============================================== */
@media screen and (max-width: 640px) {
  .accordion dl dt::before {
    right: 20px;
    width: 12px;
  }

  .accordion dl dt::after {
    right: 20px;
    width: 12px;
  }

  .accordion dl dt > div {
    padding: 15px 40px 15px 15px;
  }

  .accordion dl dd > div {
    padding: 15px;
  }

  /* ----- FAQアコーディオン ----- */
  .accordion.faq dl dt > div {
    padding: 15px 40px 15px 50px;
  }

  .accordion.faq dl dt > div::before {
    top: 18px;
  }

  .accordion.faq dl dd > div {
    padding: 15px 15px 15px 50px;
  }
}

/* ------ 枠 ------ */
:is(.frame02) > *:not(h1,h2,h3,h4,h5) {
  margin-bottom: 2em;
}

:is(.frame02) > *:last-child {
  margin-bottom: 0;
}

:is(.frame02) > :is(h3,h4,h5) {
  margin-bottom: 12px;
}

.frame02 {
  padding: 20px 25px;
  background: #f5c8ae;
}

.frame02 strong{
	font-family: var(--font-type);
    font-size: 21px;
    line-height: 1.5;
}

@media screen and (max-width: 640px) {
.frame02 {
  padding: 15px 20px;
}
.frame02 strong{
	display: inline-block;
	margin-bottom: 15px;
}
  }