@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
html, body {
	line-height: 1.5;
	font-size: 16px
}
body{
  font-size: 1rem;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-feature-settings: "palt";	
  letter-spacing: .05em;	
  color: var(--clr_blk);
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* ==========================================================================
   Commons styles
   ========================================================================== */
i{font-style: normal}
a{text-decoration: none; color: inherit}
a:focus, *:focus { outline:none;}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img{border: 0px;}
dd{margin: 0}
p,h1,h2,h3,h4,h5{margin: 0;padding: 0}
figure{margin: 0;padding: 0}
ul,li,dl,ol{margin: 0;padding: 0;list-style: none}
.b{font-weight: bold}
.fw_n{font-weight: normal}
.tx_und{text-decoration: underline}
.tx_cent{text-align: center}
.tx_right{text-align: right}
.tx_left{text-align: left!important}
.disp_blk{display: block!important}
.disp_inl_b{display: inline-block!important}
.marker_tp_1 {background:rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #f5f20b 0%) repeat scroll 0 0; }
.bg_clr_glad_1 {
background: linear-gradient(90deg,rgba(249, 229, 220, 1) 0%, rgba(249, 229, 220, 1) 32%, rgba(194, 218, 222, 1) 100%)!important;
}
.bg_clr_wht {
	background-color: var(--clr_wht)
}
.bg_clr_blk {
	background-color: var(--clr_blk)
}
.bg_clr_blue_1 {
	background-color: var(--clr_blue_1)!important
}
.bg_clr_blue_2 {
	background-color: var(--clr_blue_2)
}
.bg_clr_beg {
	background-color: var(--clr_beg)
}
.bg_clr_glay {
	background-color: var(--clr_glay)
}
.bg_clr_org {
	background-color: var(--clr_org)
}
.bg_clr_org_3 {
	background-color: var(--clr_org_3)
}
.bg_clr_org_4 {
	background-color: var(--clr_org_4)
}
.bg_clr_pink {
	background-color: var(--clr_pink)!important
}
/*-------------------------------------
色設定
--------------------------------------*/
:root {
    --clr_wht: #FFF;
    --clr_blk: #000000;		
    --clr_blue_1: #0abab5;	
    --clr_blue_2: #e8f4f5;	
    --clr_org: #f88379;		
    --clr_org_2: #f7931e;			
    --clr_org_3: #fbb03b;			
    --clr_org_4: #fff4e3;			
    --clr_glay: #999999;		
    --clr_glay_2: #cccccc;		
    --clr_glay_3: #808080;		
    --clr_glay_4: #4d4d4d;		
    --clr_beg: #fafaf2;	
    --clr_pink: #f8ded3;	
	
}
.fc_wht{color: var(--clr_wht)}
.fc_blk{color: var(--clr_blue)}
.fc_blue_1{color: var(--clr_blue_1)}
.fc_glay_3{color: var(--clr_glay_3)}
.fc_glay_4{color: var(--clr_glay_4)}
.fc_org{color: var(--clr_org)}
.fc_org_2{color: var(--clr_org_2)}

.ff_min {font-family: "Shippori Mincho", serif!important;}
						
.ff_ad_m {font-family: ab-mayuminwalk, sans-serif;}
.ff_m-plus {font-family: "m-plus-rounded-1c", sans-serif;}
.ff_hira {font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "sans-serif" }

.txs_12 {
	font-size: 12px;	
}
.txs_13 {
	font-size: 13px;	
}
.txs_14 {
	font-size: 14px;	
}
.txs_15 {
	font-size: 15px;	
}
.txs_16 {
	font-size: 16px;	
}
.txs_17 {
	font-size: clamp(14px, 0.88vw, 17px);	
}
.txs_18 {
	font-size: clamp(15px, 0.93vw, 18px);	
}
.txs_19 {
	font-size: clamp(15px, 0.98vw, 19px);	
}
.txs_20 {
	font-size: clamp(16px, 1.04vw, 20px);	
}
.txs_21 {
	font-size: clamp(13px, 1.09vw, 21px);	
}
.txs_22 {
	font-size: clamp(1.125rem, 0.982rem + 0.61vw, 1.375rem)
}
.txs_23 {
	font-size: clamp(18px, 1.2vw, 23px);
}
.txs_24 {
	font-size: clamp(17px, 1.25vw, 24px)!important;
}
.txs_25 {
	font-size: clamp(18px, 1.3vw, 25px);
}
.txs_26 {
	font-size: clamp(18px, 1.35vw, 26px);
}
.txs_27 {
	font-size: clamp(1.125rem, 0.803rem + 1.37vw, 1.688rem);
}
.txs_28 {
	font-size: clamp(18px, 1.4583vw, 28px)!important;
}
.txs_29 {
	font-size: clamp(18px, 1.51vw, 29px);
}
.txs_30 {
	font-size: clamp(22px, 1.56vw, 30px);	
}
.txs_31 {
	font-size: clamp(22px, 1.61vw, 31px);	
}
.txs_32 {
	font-size: clamp(22px, 1.66vw, 32px)!important;	
}
.txs_33 {
	font-size: clamp(22px, 1.71vw, 33px)!important;	
}
.txs_34 {
	font-size: clamp(24px, 1.77vw, 34px);	
}
.txs_35 {
	font-size: clamp(1.25rem, 0.87rem + 1.62vw, 2.188rem);	
}
.txs_36 {
	font-size: clamp(26px, 1.84vw, 36px);	
}
.txs_37 {
	font-size: clamp(22px, 1.93vw, 37px);	
}
.txs_38 {
	font-size: clamp(26px, 1.97vw, 38px);	
}
.txs_39 {
	font-size: clamp(28px, 2.03vw, 39px);	
}
.txs_40 {
	font-size: clamp(30px, 2.08vw, 40px);	
}
.txs_42 {
	font-size: clamp(30px, 2.19vw, 42px);	
}
.txs_43 {
	font-size: clamp(30px, 2.24vw, 43px);	
}
.txs_44 {
	font-size: clamp(18px, 2.29vw, 44px)!important;	
}
.txs_45 {
	font-size: clamp(20px, 2.34vw, 45px);	
}
.txs_46 {
	font-size: clamp(20px, 2.39vw, 46px);	
}
.txs_47 {
	font-size: clamp(20px, 2.45vw, 47px);	
}
.txs_48 {
	font-size: clamp(36px, 2.5vw, 48px);	
}
.txs_49 {
	font-size: clamp(30px, 2.55vw, 49px);	
}
.txs_50 {
	font-size: clamp(30px, 2.6vw, 50px);	
}
.txs_52 {
	font-size: clamp(36px, 2.71vw, 52px);	
}
.txs_53 {
	font-size: clamp(36px, 2.76vw, 53px);	
}
.txs_54 {
	font-size: clamp(36px, 2.81vw, 54px);	
}
.txs_58 {
	font-size: clamp(36px, 3.02vw, 58px);	
}
.txs_60 {
	font-size: clamp(36px, 3.12vw, 60px);	
}
.txs_62 {
	font-size: clamp(36px, 3.23vw, 62px);	
}
.txs_63 {
	font-size: clamp(36px, 3.28vw, 63px);	
}
.txs_64 {
	font-size: clamp(36px, 3.33vw, 64px);	
}
.txs_65 {
	font-size: clamp(36px, 3.39vw, 65px);	
}
.txs_67 {
	font-size: clamp(36px, 3.49vw, 67px);	
}
.txs_70 {
	font-size: clamp(36px, 3.65vw, 70px);	
}
.txs_72 {
	font-size: clamp(36px, 3.75vw, 72px);	
}
.txs_77 {
	font-size: clamp(36px, 4.01vw, 77px);	
}
.txs_80 {
	font-size: clamp(26px, 4.17vw, 80px);	
}
.txs_81 {
	font-size: clamp(26px, 4.22vw, 81px);	
}
.txs_83 {
	font-size: clamp(26px, 4.32vw, 83px);	
}
.txs_88 {
	font-size: clamp(26px, 4.58vw, 88px);	
}
.txs_95 {
	font-size: clamp(26px, 4.95vw, 95px);	
}
.txs_105 {
	font-size: clamp(36px, 5.47vw, 105px);	
}
.tx_sdw_1{
    text-shadow:2px 2px 0 #000,-2px 2px 0 #000,2px -2px 0 #000,-2px -2px 0 #000;
}
.ls_ng_100 {
	letter-spacing: -.1em;
}
.ls_ng_55 {
	letter-spacing: -.055em!important;
}
.ls_ng_25 {
	letter-spacing: -.055em!important;
}
.ls_ng_15 {
	letter-spacing: -.015em!important
}
.ls_0 {
	letter-spacing: 0!important
}
.ls_15 {
	letter-spacing: .015em!important
}
.ls_25 {
	letter-spacing: .025em!important
}
.ls_35 {
	letter-spacing: .035em
}
.ls_5 {

	letter-spacing: .05em!important
}
.ls_75 {
	letter-spacing: .075em!important;
}
.ls_80 {
	letter-spacing: .08em
}
.ls_100 {
	letter-spacing: .1em!important
}
.ls_125 {
	letter-spacing: .125em
}
.ls_150 {
	letter-spacing: .15em
}
.ls_200 {
	letter-spacing: .2em
}
.fw_400 {
	font-weight: 400!important
}
.fw_500 {
	font-weight: 500
}
.fw_550 {
	font-weight: 550
}
.fw_600 {
	font-weight: 600!important
}
.fw_700 {
	font-weight: 700!important
}
.fw_800 {
	font-weight: 800!important
}
.fw_900 {
	font-weight: 900!important
}
.lh_1 {
	line-height: 1
}
.lh_1_1 {
	line-height: 1.1
}
.lh_1_2 {
	line-height: 1.2
}
.lh_1_3 {
	line-height: 1.3!important
}
.lh_1_4 {
	line-height: 1.4!important
}
.lh_1_5 {
	line-height: 1.5!important
}
.lh_1_6 {
	line-height: 1.6!important
}
.lh_1_7 {
	line-height: 1.7!important
}
.lh_1_8 {
	line-height: 1.8!important
}
.lh_2 {
	line-height: 2
}
.lh_2_1 {
	line-height: 2.1
}
.lh_2_2 {
	line-height: 2.2
}
.lh_2_3 {
	line-height: 2.3
}
.ls_non {letter-spacing: 0}
.ls_nega {letter-spacing: -.075em!important}
.flex_wrapper{
　　display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-wrap_par{
	flex-wrap: wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;	
	display: flex;		
}
.flex-rev{
	flex-flow: row-reverse;
}
.jus_bet{justify-content: space-between}
.jus_cent{justify-content: center}
.an_stat{align-items: flex-start}
.an_bl{align-items: baseline}
.an_cent{align-items: center}
.blok_link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}
@media (hover: hover) {
.hover{
	transition-property: all;
  	transition: 0.15s linear;
}
.hover:hover{
	opacity: 0.70;
}
.brightness {
  transition: filter 0.3s ease;
  filter: brightness(
    1
  ); 
}
.brightness:hover {
  filter: brightness(1.2);
}
}
.pc{display: block}
.sp{display: none!important}
.tab{display: none!important}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.max_img{
	max-width: 100%;
	height: auto;
	display: block;
}
.img_w100{width: 100%; height: auto}
.img_w50{width: 50%; height: auto}
.img_w40{width: 40%; height: auto}
.img_w30{width: 30%; height: auto}
.img_w20{width: 20%; height: auto}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignright {
	margin: 0 0 0 2%;
	display: inline;
	}
.alignleft {
	margin: 0 2% 0 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.clear{clear: both}
.pos_rel{position: relative}
.inl_b {display: inline-block}
.inl {display: inline}
/*-------------------------------------
ラッパー
--------------------------------------*/
.wrap_94p {
	width: 93.75%;
	margin-inline: auto;
}
.wrap_800 {
	max-width: 800px;
	margin-inline: auto;
}
.wrap_900 {
	max-width: 900px;
	margin-inline: auto;
}
.wrap_1100 {
	max-width: 1100px;
	margin-inline: auto;
}
.wrap_1200 {
	max-width: 1200px;
	margin-inline: auto;
}
.wrap_1300 {
	max-width: 1300px;
	margin-inline: auto;
}
/*-------------------------------------
リスト
--------------------------------------*/
.list_type_mum dt,
.list_type_1 li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 1.5%;
	line-height: 1.65;
}
.list_type_mum li:last-child,
.list_type_1 li:last-child {
	margin-bottom: 0;
}
.list_type_1 li::after {
    content: "・";  
	position: absolute;
	top: 0;
	left: 0;
}
.list_type_mum {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "sans-serif";	
	counter-reset: number 0;
	text-align: left
}
.list_type_mum dt {
	position: relative;
	padding-left: 30px;
	font-size: clamp(18px, 1.04vw, 20px);	
}
.list_type_mum dd:first-of-type {
	margin-bottom: 30px
}
.list_type_mum dt::before {
	font-size: 80%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: var(--clr_org);
	color: #FFF;
	border-radius: 50%;
	width: 25px;
        line-height: 25px;
  counter-increment: number 1;
  content: counter(number) "";
}
/*-------------------------------------
ボックス
--------------------------------------*/
.bx_tp_1 {
	padding: min(4.16vw, 80px) 2%;
	border-radius: 30px;
}
.bx_tp_1.ver2 {
	padding: min(4.16vw, 80px) min(5.05vw, 97px);
}
.bx_tp_2 {
	padding: 16px
}
.bx_tp_2 .cell {
	display: flex;
	align-items: center;
}
.bx_tp_2.ver2 .cell {
	align-content: center;
	flex-wrap: wrap
}
.bx_tp_2.ver2 .cell .in_tit {
	font-size: clamp(16px, 1.04vw, 20px);		
	width: 100%;
	margin-bottom: .5%;
}
.bx_tp_2 .hd {
	width: 13.8%;
	padding: 24px 0;
	text-align: center;
	justify-content: center;
	border-right: 1px solid #e6e6e6
}
.bx_tp_2 .mn {
	width: 86.2%;
	padding: 0 7% 0 4%;
}
.bx_tp_2.ver2 .mn {
	padding: 0 2% 0 4%;
}
.bx_tp_2.org {
	border: 2px solid var(--clr_org)
}
.bx_tp_2.green {
	border: 2px solid var(--clr_blue_1)
}
.bx_tp_2.org_2 {
	border: 2px solid var(--clr_org_3)
}
.bx_tp_2.blue {
	border: 2px solid #29abe2
}
.bx_tp_2.ver2 p {
    padding: 0;
	font-family: "m-plus-rounded-1c", sans-serif;
	font-size: clamp(36px, 3.65vw, 70px);		
	line-height: 1;
	font-weight: 600;
	margin-top: -40px;
	margin-bottom: -40px
}	
.bx_tp_2.ver3 .hd p {
    padding: 0;
	line-height: 1.4;
	font-weight: 600;
	font-size: 18px;		
}	
.bx_tp_2.org.ver2 p,
.bx_tp_2.org.ver3 p{
	color: var(--clr_org)
}
.bx_tp_2.org_2.ver2 p {
	color: var(--clr_org_3)
}
.bx_tp_2.blue.ver2 p {
	color: #29abe2
}
.bx_tp_2.ver3 .hd {
	width: 25%;
}
.bx_tp_2.ver3 .mn {
	width: 75%;
}

.bx_tp_3 {
    padding: 50px;
	border-radius: 30px;	
}	
.bx_tp_3.ver2 {
    padding: 50px min(5.21vw, 100px);
}	
.bx_tp_3.bd {
	border: 1px solid var(--clr_glay_2)
}	
.bx_tp_4 header {
	padding: 8px 2%;
	font-weight: 500;
	color: #FFF;
	text-align: center;
}	
.bx_tp_4 .mn {
	padding: 20px;
}	

/*-------------------------------------
ボタン
--------------------------------------*/
.btn_type_1 {
}
.btn_tp_s a {
	font-size: 14px;	
	font-weight: 600;
	display: inline-block;
	line-height: 1;
	padding: 8px 20px 6px;
	border-radius: 30px;
	border: 1px solid var(--clr_blk);
	transition: all 0.25s 0s ease;
}
.btn_tp_s a:hover {
	background: var(--clr_blk);
	color: #FFF
}
.btn_tp_v .in {
	position: relative;
	display: inline-block;
}
.btn_tp_v .in .inn {
	position: relative;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	align-items: center;
	padding: 7px 12px 5px;
	border: 1px solid var(--clr_org);
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	color: var(--clr_org);
	transition: all 0.25s 0s ease;		
}
.btn_tp_v .in .inn svg {
	fill: var(--clr_org);
	width: 8px
}
.btn_tp_v .in:hover .inn {
	color: var(--clr_wht);
	background: var(--clr_org); 
}
.btn_tp_v .in:hover .inn svg {
	fill: var(--clr_wht);
}
.btn_tp_1 {
	padding: 20px;
	border-radius: 30px;
	text-align: center;
	position: relative;
	color: #FFF;
	font-weight: 500;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "sans-serif"
}
.btn_tp_1.ver2 {
	padding: 20px 50px;
}

/*-------------------------------------
見出し
--------------------------------------*/
.h_type_1 {
	font-family: "Shippori Mincho", sans-serif;	
	letter-spacing: .05em
}
.h_type_1 .tit {
	margin-top: .3%;
	font-weight: 500;
	font-size: clamp(1rem, 0.519rem + 2.05vw, 2.188rem);	
			   
}
.h_type_1 .tit span {
	position: relative;
}
.leade .s_tit.txs_25 {
    font-size: clamp(1.125rem, 0.926rem + 0.85vw, 1.563rem);
}
.h_type_1 .tit span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: calc(min(10.1vw, 194px) * -1);
	width: min(8.85vw, 170px);
	height: 1px;
	margin: auto;
	background: var(--clr_blk)
}
.h_type_1 .en {
	letter-spacing: 0!important;
	line-height: 1.3!important;
	font-feature-settings: "palt";
}

.h_type_1.ver2 {
	text-align: center;
	margin-top: 0;
}
.h_type_1.ver2 .tit  {
	text-align: center;
	margin-top: 0;
}
.h_type_1.ver2.bd {
	padding-bottom: 18px;
	position: relative
}
.h_type_1.ver2.bd::after {
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	width: 64px;
	height: 4px;
	border-radius: 10px;
	margin: auto;
	background: var(--clr_org)
}
.h_type_1.ver2.bd.blue::after {
	background: var(--clr_blue_1)
}
.h_type_2,
.h_type_2.ver_rad {
	display: inline-block;
	font-weight: 600;
	color: #FFF;
	padding: 8px 18px;
}
.h_type_2.ver_blk {
	display: block;
	padding: 8px 18px;
}
.h_type_2.ver_rad {
	border-radius: 30px
}
.h_type_3 {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "sans-serif";
	font-size: clamp(18px, 1.3vw, 25px);
	font-weight: 500;
	letter-spacing: .05em;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--clr_glay_2)
}
.h_type_4 {
	font-family: "Shippori Mincho", sans-serif;
	font-size: clamp(18px, 1.3vw, 25px);
	font-weight: 500;
	letter-spacing: .05em;
	text-align: center;
	padding: 8px;
	border-radius: 20px;
	background: rgba(255,255,255,.9)
}
.h_type_5 {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "sans-serif";
	font-size: clamp(18px, 1.3vw, 25px);
	font-weight: 500;
	letter-spacing: .05em;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--clr_org)
}
.h_type_6 {
    padding-left: 14px;
    margin-bottom: 12px;
    position: relative;
    font-weight: 600;
}
.h_type_6::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    border-radius: 4px;
    height: 100%;
    margin: auto;
    background-color: var(--clr_blue_1);
}

/*-------------------------------------
ggmap
--------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 44.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*-------------------------------------
余白
--------------------------------------*/
.sec_pad_180_b{
	padding-bottom: min(13.85vw, 180px);
}

.sec_pad_150 {
	padding: min(7.81vw, 150px) 0;
}
.sec_pad_160 {
	padding: min(8.33vw, 160px) 0;
}
.sec_pad_160_b{
	padding-bottom: min(8.33vw, 160px);
}
.sec_pad_140{
	padding: min(7.29vw, 140px) 0;
}
.sec_pad_140_t{
	padding-top: min(7.29vw, 140px);
}
.sec_pad_140_b{
	padding-bottom: min(7.29vw, 140px);
}
.sec_pad_130{
	padding: min(6.77vw, 130px) 0;
}
.sec_pad_130_t{
	padding-top: min(6.77vw, 130px);
}
.sec_pad_130_b{
	padding-bottom: min(6.77vw, 130px);
}
.sec_pad_120{
	padding: min(6.25vw, 120px) 0;
}
.sec_pad_120_t {
	padding-top: min(6.25vw, 120px)
}
.sec_pad_120_b{
	padding-bottom: min(6.25vw, 120px)
}
.sec_pad_100{
	padding: min(7.69vw, 100px) 0;
}
.sec_pad_100_t{
	padding-top: min(7.69vw, 100px);
}
.sec_pad_100_b{
	padding-bottom: min(7.69vw, 100px);
}
.sec_pad_90{
	padding: min(4.68vw, 90px) 0;
}
.sec_pad_90_t{
	padding-top: min(4.68vw, 90px) 
}
.sec_pad_90_b{
	padding-bottom: min(4.68vw, 90px) 
}
.sec_pad_80{
	padding: min(4.16vw, 80px) 0;
}
.sec_pad_80_t{
	padding-top: min(4.16vw, 80px);
}
.sec_pad_80_b{
	padding-bottom: min(4.16vw, 80px);
}
.sec_pad_70{
	padding: min(3.65vw, 70px) 0;
}
.sec_pad_70_t{
	padding-top:  min(3.65vw, 70px)
}
.sec_pad_70_b{
	padding-bottom:  min(3.65vw, 70px)
}
.sec_pad_60{
	padding: min(3.125vw, 60px) 0;
}
.sec_pad_60_t{
	padding-top: min(3.125vw, 60px);
}
.sec_pad_60_b{
	padding-bottom: min(3.125vw, 60px);
}
.sec_pad_40_t{
	padding-top: min(2.08vw, 40px)
}
.sec_pad_40{
	padding: min(2.08vw, 40px) 0;
}
.sec_pad_50{
	padding: min(2.6vw, 50px) 0;
}
.sec_pad_50_t{
	padding-top: min(2.6vw, 50px);
}
.sec_pad_50_b{
	padding-bottom: min(2.6vw, 50px);
}
.side_pad {
	padding-right: 1.5%;
	padding-left: 1.5%;	
}
.mgn_auto {
	margin-inline: auto!important;	
}
.mgn_t_5 {
	margin-top: 5px
}
.mgn_t_10 {
	margin-top: 10px
}
.mgn_t_15 {
	margin-top: 15px
}
.mgn_t_17 {
	margin-top: min(0.8854166666666666vw, 17px)
}
.mgn_t_20 {
	margin-top: min(1.0416666666666665vw, 20px)
}
.mgn_t_25 {
	margin-top: min(1.3vw, 25px)
}
.mgn_t_30 {
	margin-top: min(1.5625vw, 30px)
}
.mgn_t_40 {
	margin-top: min(2.08333333vw, 40px)
}
.mgn_t_50 {
	margin-top: min(2.6041vw, 50px)
}
.mgn_t_55 {
	margin-top: min(2.86vw, 55px)
}
.mgn_t_60 {
	margin-top: min(3.125vw, 60px)!important
}
.mgn_t_70 {
	margin-top: min(3.64vw, 70px)
}
.mgn_t_80 {
	margin-top: min(4.16vw, 80px)
}
.mgn_t_90 {
	margin-top: min(4.68vw, 90px)
}
.mgn_t_100 {
	margin-top: min(5.2vw, 100px)
}
.mgn_t_120 {
	margin-top: min(6.25vw, 120px)
}
.mgn_t_130 {
	margin-top: min(6.77vw, 130px)
}
.mgn_t_150 {
	margin-top: min(7.81vw, 150px)
}
.mgn_t_160 {
	margin-top: min(8.33vw, 160px)
}
.gap_30{column-gap: min(1.5625vw, 30px)}
.gap_40{column-gap: min(2.08333333vw, 40px)}
.gap_50{column-gap: min(2.6041vw, 50px)}
/**/
img.obj {
	position: absolute;
	display: block;
	height: auto;
	z-index: 0
}
.no_link{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}
.yaku {	font-feature-settings: "palt";}
.url_br{
	word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header.general {
	position: absolute;
	top: min(2.5vw, 48px);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header.general .logo {
	width: 100%;
	max-width: 441px;
}
header.general .logo .rock {
	display: none
}

header.general .infos {
	display: flex;
	align-items: center;
	column-gap: 30px
}
header.general .infos .tels {
	position: relative;
}
header.general .infos .tels .row_1 {
	font-family: "m-plus-rounded-1c", sans-serif;	
	font-size: 15px;
	font-weight: 400;
	color: var(--clr_wht);
	text-align: center;
	letter-spacing: -.005em;
	margin: 1% 0 .5%
}
header.general .infos .tels .bxs {
	position: relative;
	padding: 6px 2% 8px;
	border-radius: 10px;
	background: var(--clr_blue_1);
	font-family: "m-plus-rounded-1c", sans-serif;		
	font-size: 13px;
	font-weight: 200;
	color: var(--clr_wht);
	text-align: center;
	letter-spacing: .0em;	
}
header.general .infos .tels .bxs img {
	margin-top: 1%
}
header.general .infos .rza {
	position: relative;
}
header.general .infos .rza .in {
	height: calc(100% - 5px);
	position: relative;
	z-index: 10;
	border-radius: 6px;	
	padding: 15px;
	background: var(--clr_org);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.15s 0s ease;	
}
header.general .infos .rza .in img {
	display: block;
	width: 202px;
	height: auto
}
header.general .infos .rza aside {
	border-radius: 6px;	
	background: #de7679;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 5px);
	z-index: 0;
}
@media (hover: hover) {
header.general .infos .rza .in:hover {
	margin-top: 5px;
}
}	
#top_fv {
	position: relative;
}
#top_fv .splide img {
	display: block;
	width: 100%;
	height: auto
}
#top_fv .in_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home #top_fv .in_wrap {
	padding-top: min(2.08vw, 40px)
}
#top_fv .in_wrap .fv_cath {
	display: block;
	margin-top: min(36.67vw, 220px);
	width: min(41.98vw, 806px);
	height: auto;
	margin-inline: auto;		
}
#top_fv .in_wrap .fv_cath_2 {
	display: block;
	margin-inline: auto;		
}
#top_fv .splide__pagination__page {
    background: var(--clr_org);
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 8px;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 14px
}

.rap{display: none}
nav.general {
	position: relative;
	padding: 50px 0 20px;
}
nav.general > ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
nav.general ul li {
}
nav.general > ul > li > a {
	position: relative;
	padding: 0 min(1.82vw, 35px) 10px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	transition: all 0.25s 0s ease;
	border-bottom: 1px solid transparent	
}
nav.general ul li.current a {
	border-bottom: 1px solid var(--clr_org)
}
@media (hover: hover) {
nav.general ul li a:hover {
	border-bottom: 1px solid var(--clr_org)
}	
}
.mega_menu {
	display: none;
	position: absolute;
	top: 100%;
	bottom: auto;
	left: 0;
	z-index: 9999;
	width: 100%;
}
.mega_menu .inner {
	max-width: 1100px;
	margin-inline: auto;	
}
.mega_menu.open_top {
    top: auto;
    bottom: 100%;
}
.mega_menu ul {
	display: flex;
	flex-wrap: wrap;
}
.mega_menu ul li {
	width: 20%;
}
.mega_menu ul li a {
    display: block;
    padding: 1.2em 1.5em;
    font-size: 94%;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.2em;
    position: relative;
	border-bottom: none!important;
	transition: all 0.25s 0s ease;
}
.mega_menu ul li:nth-child(odd) a {
	background: rgba(255,255,255,0.8);
}
.mega_menu ul li:nth-child(even) a {
	background: rgba(160,241,239,.70);
}
.mega_menu ul li:nth-child(odd) a:hover,
.mega_menu ul li:nth-child(even) a:hover {
	background: rgba(248,131,121,.4);
	border-bottom: none
}
.mega_menu ul li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px var(--clr_glay_4);
  border-right: solid 1px var(--clr_glay_4);
  position: absolute;
  right: 10%;
  top: 0;
	bottom: 0;
	margin: auto;
  transform: rotate(45deg);
}
.nwes_wrap .in {
	max-width: 1030px;
	margin-inline: auto;		
}
.nwes_wrap .in .news_cal {
	column-gap: 8px	
}
.nwes_wrap .in .news_cal .dynamic {
	width: 85.15%;
	border: 1px solid var(--clr_org);
	border-radius: 57px 0 0 57px;
	padding: 0 min(1.56vw, 30px);
	background: #FFF;
	overflow: hidden
}
.nwes_wrap .in .news_cal .dynamic .row {
	height: 100%;
	display: flex;
	align-items: center	
}
.nwes_wrap .in .news_cal .dynamic .row .en {
	font-size: clamp(1.125rem, 0.839rem + 1.22vw, 1.625rem);
	width: 22%;
	letter-spacing: .1em;
	color: var(--clr_org)
}
.nwes_wrap .in .news_cal .dynamic .row .lines {
	width: 78%;
	display: flex;
	align-items: center
}
.nwes_wrap .in .news_cal .dynamic .row .lines {
	font-size: 16px;
	letter-spacing: .1em;	
}
.nwes_wrap .in .news_cal .dynamic .row .lines .date {
	width: 124px;
	padding-right: 12px;
	line-height: 1;
	color:var(--clr_glay);
	border-right: 1px solid var(--clr_glay_2)	
}
.nwes_wrap .in .news_cal .dynamic .row .lines .mn {
	width: calc(100% - 124px);
	padding: min(3.5vw, 36px) 0 min(3.5vw, 36px) 12px;		
}
.nwes_wrap .in .news_cal .cal {
	width: 14.85%;
	background: var(--clr_org);
	padding: 17px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}
.nwes_wrap .in .news_cal .cal img {
	max-width: 77px
}
.nwes_wrap .in .policy {
	padding: 30px 2%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 18px
}
.nwes_wrap .in .policy p {
    font-size: 18px;
}
.nwes_wrap .in .policy::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 9px;
	width: 100%;
	height: 100%;
	border: 1px solid var(--clr_blue_1);	
	z-index: -1
}
.nwes_wrap .obj.no1 {
	width: min(9.38vw, 180px);
	top: 0;
	left: 7%;
	z-index: -1
}
.nwes_wrap .obj.no2 {
	width: min(8.39vw, 161px);
	top: -3%;
	right: 10%;
	z-index: -1
}
.gallery {
	display: flex;
	flex-wrap: wrap
}
.gallery img {
	display: block;
	width: 25%;
	height: auto
}
.four_cmt {
	width: 100%;
	overflow: hidden;
	padding: min(8.07vw, 155px) 0 min(15.63vw, 300px);
}
.four_cmt .tit img {
	width: min(20vw, 384px);
	min-width: 250px
}
.four_cmt .obj {
	z-index: -1
}
.four_cmt .obj.no1 {
	width: 100%;
	top: 0;
}
.four_cmt .obj.no2 {
	width: 100%;
	bottom: 0;
	transform: rotate(-180deg);	
}
.four_cmt .obj.no3 {
	width: min(17.97vw, 345px);
	top: 32%;
	left: -7%;
}
.four_cmt .obj.no4 {
	width: min(19.38vw, 372px);
	top: 55%;
	right: -7%;
}
.four_cmt .obj.no5 {
	width: min(16.67vw, 320px);
	top: 70%;
	left: -5%;
}

.four_cmt .block_tp_1:not(.no1) {
	margin-top: 320px
}
.block_tp_1 {
	position: relative
}
.block_tp_1 .tx {
	position: relative;
	z-index: 10;
	padding-top: 4%
}
.block_tp_1 .tit_wrap {
	display: flex;
	align-items: flex-end;
	font-family: "Shippori Mincho", sans-serif;
	font-weight: 500;	
	font-size: clamp(1.125rem, 0.982rem + 0.61vw, 1.375rem);
}
.block_tp_1 .tit_wrap aside {
	font-size: clamp(1.875rem, 1.517rem + 1.53vw, 2.5rem);	
	line-height: 1
}
.block_tp_1 .tit_wrap span {
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	display: inline-block;
	margin: 0 .3%
}
.block_tp_1 .catch {
	margin: 2% 0 1.5%;
	font-family: "Shippori Mincho", sans-serif;
	font-weight: 500;	
	font-size: clamp(1.563rem, 1.205rem + 1.53vw, 2.188rem);
	letter-spacing: .08em
}
.block_tp_1 .bx {
	padding: min(1.04vw, 20px) min(1.56vw, 30px);
	max-width: 560px;
	font-size: 15px;	
	color: #FFF;
	line-height: 1.8
}
.block_tp_1 .px {
	display: block;
	width: 71.54%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0
}

.block_tp_1.right_tx {
	justify-content: flex-end;
}
.block_tp_1.right_tx .px {
	right: unset;
	left: 0;
}
.block_tp_1.no1 .tit_wrap {
	color: var(--clr_org)
}
.block_tp_1.no1 .bx {
	background: rgba(248,131,121,.71)
}
.block_tp_1.no2 .tit_wrap {
	color: var(--clr_blue_1)
}
.block_tp_1.no2 .bx {
	background: rgba(10,186,181,.71)
}
.block_tp_1.no3 .tit_wrap {
	color: #0071bc
}
.block_tp_1.no3 .bx {
	background: rgba(0,113,188,.71)
}
.block_tp_1.no4 .tit_wrap {
	color: #009245
}
.block_tp_1.no4 .bx {
	background: rgba(0,146,69,.71)
}
.problem {
	background: url("../img/problem_bg.png") no-repeat top / cover
}
.problem .tit {
	width: min(35.57vw, 683px);
	margin-inline: auto;	
}
.problem .block {
	max-width: 1230px;
	margin-inline: auto;	
	display: flex;
	justify-content: space-between
}
.problem .block .bx {
	width: 19.8%;
	position: relative;
}
.problem .block .tx {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 14px 0;
}
.problem .block .tx p {
	font-family: "Shippori Mincho", sans-serif;
	font-size: clamp(18px, 1.93vw, 37px);	
	font-weight: 500;
	color: #FFF;
	text-align: center;
	letter-spacing: .075em;
	line-height: 1.1;
}
.problem .block .tx p span {
	font-size: clamp(15px, 1.41vw, 27px);
}
.problem .block .bx:nth-child(odd) .tx {
	background: rgba(10,186,181,.7)
}
.problem .block .bx:nth-child(even) .tx {
	background: rgba(248,131,121,.7)
}
.med_sec .bx {
	position: relative;
}
.med_sec .bx::after {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: 5%;
	width: min(1.56vw, 30px);
	height: min(3.13vw, 60px);
	margin: auto;
	background: url("../img/med_sec_arrw.svg") no-repeat center / cover
}
.med_sec.sepa .bx {
	width: 50%;
}
.med_sec.sepa .bx {
	padding: min(5vw, 96px) min(5.21vw, 100px);
}
.med_sec .bx header {
	position: relative;
	padding-bottom: 1%;
	font-family: "Shippori Mincho", sans-serif;
	font-weight: 600;
	color: #FFF;	
}
.med_sec .bx header::after {
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	width: 258px;
	height: 1px;
	background: #FFF
}
.med_sec .bx header .row_1 {
	font-size: clamp(16px, 1.3vw, 25px);
	text-shadow: 2px 2px 6px rgba(000,000,000,.7);
}
.med_sec .bx header .tit {
	font-size: clamp(20px, 3.39vw, 65px);	
	text-shadow: 2px 2px 10px rgba(000,000,000,.7);
}
.med_sec .bx.no3 header .flex_wrapper {
	column-gap: 20px
}
.mat_btns {
	display: flex;
	column-gap: 10px;
}
.mat_btns .btn {
	padding: 14px 24px 11px;
	background: #FFF;
	border-radius: 50px;
	line-height: 1;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.med_sec .bx .mn {
	margin-top: 3%;
	color: #FFF;		
	font-size: clamp(15px, 0.93vw, 18px);	
	font-weight: 600;
	line-height: 2;
	letter-spacing: .085em;
  	text-shadow: 0 0 10px #000000;
}
.med_sec.sepa .bx.no1 {
	background: url("../img/med_sec_bg_1.png") no-repeat top center / cover
}
.med_sec.sepa .bx.no2 {
	background: url("../img/med_sec_bg_2.png") no-repeat top center / cover
}
.med_sec .bx.no3 {
	padding: min(2.81vw, 54px) min(3.65vw, 70px);
	background: url("../img/med_sec_bg_3.png") no-repeat top center / cover
}
.med_cells {
	column-gap: 18px;
	row-gap: min(3.65vw, 70px);	
}
.med_cells .cell {
	width: calc(33.33333333% - 12px);
	position: relative;
}
.med_cells .cell .tit {
	max-width: 197px;
	min-width: 146px;
	padding: 12px 2% 10px 7%;
	font-family: "Shippori Mincho", sans-serif;
	font-size: clamp(1.125rem, 0.948rem + 0.76vw, 1.563rem);
	font-weight: 500;
	color: #FFF;
}
.med_cells .cell .mn {
	margin-top: 12%;
	padding: 0 min(2.71vw, 52px);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .075em;
	line-height: 1.8
}
.med_cells .cell .arrw_area {
	margin-top: 0;
	padding: 0 10px 10px 0;
	display: flex;
	justify-content: flex-end;
}
.med_cells .cell .arrw_area img {
	display: block;
	width: min(2.29vw, 44px);
	height: auto
}
.med_cells .cell.no1 {
	background: url("../img/med_cell_1.jpg") no-repeat top / cover
}
.med_cells .cell.no1 .tit {
	background: rgba(247,147,30,.53)
}
.med_cells .cell.no2 {
	background: url("../img/med_cell_2.jpg") no-repeat top / cover
}
.med_cells .cell.no2 .tit {
	background: rgba(248,131,121,.53)
}
.med_cells .cell.no3 {
	background: url("../img/med_cell_3.jpg") no-repeat top / cover
}
.med_cells .cell.no3 .tit {
	background: rgba(140,198,63,.53)
}
.med_cells .cell.no4 {
	background: url("../img/med_cell_4.jpg") no-repeat top / cover
}
.med_cells .cell.no4 .tit {
	background: rgba(10,186,181,.53)
}
.med_cells .cell.no5 {
	background: url("../img/med_cell_5.jpg") no-repeat top / cover
}
.med_cells .cell.no5 .tit {
	background: rgba(0,113,188,.53)
}
.med_cells .cell.no6 {
	background: url("../img/med_cell_6.jpg") no-repeat top / cover
}
.med_cells .cell.no6 .tit {
	background: rgba(255,0,0,.53)
}
.dynamics .bx {
	width: 50%;
}
.dynamics .blogs header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}
.dynamics .blogs header .tit {
	display: flex;
	align-items: center;
	column-gap: 24px;
	font-family: "Shippori Mincho", sans-serif;	
}
.dynamics .blogs header .tit .intit {
	font-size: clamp(1.25rem, 0.997rem + 1.08vw, 1.875rem);	
}
.dynamics .blogs header .tit p {
	font-size: 15px;	
	color: var(--clr_org)
}
.dynamics .mns .row {
	display: flex;
	align-items: center;
	column-gap: 18px
}
.dynamics .mns .row .mn a:hover {
	text-decoration: underline
}
.dynamics .mns .row:not(:first-child) {
	margin-top: 2%
}
.dynamics .cal {
	padding-left: 8%;
}
.dynamics .cal .in {
	max-width: 450px;
	padding: 30px;
	background: #FFF
}
.dynamics .cal .in .tit {
	margin-bottom: 5%
}
.mn_info .info {
	width: 42.5%;
}
.mn_info .info .in_med .tit {
	padding-bottom: 5px;
	border-bottom: 1px solid var(--clr_glay_4);	
}
.mn_info .info .in_med ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}
.mn_info .info .in_med ul li {
	width: 33.33333333%;
	position: relative;
}
.mn_info .info .in_med ul li a {
	padding-right: 20px;
	position: relative
}
.mn_info .info .in_med ul li a::after {
	content: "〉";
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
}
.time_tbl .row {
	display: flex
}
.time_tbl .row.bd {
	border-bottom: 1px solid var(--clr_glay_4);	
}
.time_tbl .cell {
	padding-bottom: 5px;
}
.time_tbl .row.no3 {
	padding-bottom: 5px;
}
.time_tbl .hd {
	width: 35%;
}
.time_tbl .bse {
	width: calc((100% - 35%) / 7);
	text-align: center
}
.time_tbl .row.cmmn .bse {
	color: var(--clr_org)
}
.time_tbl .row.no1 .hd {
	padding-left: 1.5%
}
.time_tbl .row .cell.star {
	position: relative
}
.time_tbl .row .cell.star::after {
	content: "★";
	position: absolute;
	bottom:-50%;
	right: 0;
	left: 0;
	margin: auto
}
.mn_info .map {
	width: 57.5%;
	padding-left: 10%;
}
.mn_info .map .ggmap {
    padding-bottom: 80%;
}
.info_btns {
	display: flex;
	justify-content: center;
	column-gap: 20px
}
.info_btns .btn {
	position: relative;
	padding: min(1.46vw, 28px);
}
.info_btns .flx {
	display: flex;
	justify-content: center;
	align-items: center;
}
.info_btns .tels {
	width: 60.15%;
	display: flex;
	align-items: center;
	background: url("../img/info_btn_tel_bg.png") no-repeat top center / cover
}
.info_btns .tels .row_1 {
	display: flex;
	align-items: center;
	column-gap: min(2.76vw, 53px);
}
.info_btns .rza {
	width: 21.54%;
	background: url("../img/info_btn_rza_bg.png") no-repeat top center / cover
}
.info_btns .mail {
	width: 14.54%;
}
.ov_lay_100{position: relative;z-index: 100}
.under #top_fv .in_wrap {
	display: flex;
	justify-content: center;
	align-items: center
}
.under #top_fv .in_wrap .tit {
	font-family: "Shippori Mincho", sans-serif;
	font-size: clamp(36px, 3.39vw, 65px);	
	font-weight: 500;
	color: #FFF;
	text-align: center;
	letter-spacing: .0em;
}
.prenatal-dental-checkup.under #top_fv .in_wrap .tit {
  text-shadow: 2px 2px 3px #666666;
}
.under .sec .leade {
	position: relative
}
.under .sec .leade .obj {
	width: min(15vw, 288px);
	top: 0;
	right: 0;
	z-index: 0;
}
.sepa_tp_1 .bx {
	width: 50%;
}
.sepa_tp_1 .px {
	padding-right: 4%;
}
.sepa_tp_1 .px.no2 {
	padding-right: 0;
	padding-left: 4%;
}
.sepa_tp_1 .tx {
	padding-left: 4%;
}
.sepa_tp_1.flex-rev .tx {
	padding-left: 0;
	padding-right: 4%;
}
.sepa_tp_1 .tx.non_pad {
	padding-left: 0;
}

.under .sec,
.under .sec ul li,
.bx_tp_1 p,
.bx_tp_3 p{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "sans-serif"
}
.under .sec p {
	font-weight: 400;
	line-height: 2;
	letter-spacing: .1em
}
.sepa_fif .bx {
	width: 50%;
}
.staff .sepa_fif {
	column-gap: 30px
}
.staff .sepa_fif .bx {
	width: calc(50% - 30px);
}
.list_type_chk li {
	font-weight: 600;
	position: relative;
	padding-left: 35px;
	text-align: left;
	margin-bottom: 20px
}
.list_type_chk li::before {
	content: "";
	position: absolute;
	top: .1em;
	left: 0;
	width: 23px;
	height: 19px;
	background: url("../img/ico_chk.png") no-repeat center / cover
}
.list_type_chk.ver2 li::before {
	background: url("../img/ico_chk_pink.png") no-repeat center / cover
}
.list_type_chk.point li::before {
	background: url("../img/ico_point.png") no-repeat center / cover
}
.list_type_chk.mar li,
.list_type_chk.bat li{
	font-weight: 400;
	padding-left: 22px;
	margin-bottom: 10px	
}
.list_type_chk.mar li::before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid var(--clr_org);
    border-radius: 30px;
    position: absolute;
    top: .25em;
    left: 0px;
	background: none
}
.list_type_chk.bat li::before,
.list_type_chk.bat li::after{
    display: block;
    content: '';
    width: 2px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: var(--clr_glay);
    border-radius: 10px;
    position: absolute;
    top: .3em;
    left: 5px;
}
.list_type_chk.bat li::after {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dent_sepa {
	padding-bottom: min(9.38vw, 180px);
	display: flex;
	justify-content: center;
	column-gap: min(3.85vw, 74px);
	position: relative;	
}
.dent_sepa {
	padding-bottom: min(9.38vw, 180px);
	display: flex;
	justify-content: center;
	column-gap: min(3.85vw, 74px);
	position: relative;	
}
.dent_sepa aside {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	height: min(10.42vw, 200px);
	min-height: 188px;
	margin: auto;
	border-radius: 120px;
	background: #FFF;
	z-index: 0
}
.dent_sepa .cell {
	width: 17.4%;
	position: relative;
	z-index: 10
}
.dent_sepa .cell .px {
	position: relative
}
.dent_sepa .cell .px .arrw {
	position: absolute;
	top: calc(50% - min(1.3vw, 25px));
	right: calc(min(2.6vw, 50px) * -1);
	width: min(1.51vw, 29px);
	height: auto;
	display: block;
	margin: auto;
}
.dent_sepa .cell:last-of-type .px .arrw {
	display: none
}
.dent_sepa .cell .tx {
	margin-top: 3%;
	text-align: center
}
.dent_sepa .cell .tx .in_tit {
	font-size: clamp(18px, 1.25vw, 24px);
}
.dent_sepa .cell .tx p {
	margin-top: 5%;
	line-height: 1.5;
	font-weight: 400
}
.five_point {
	background: url("../img/five_point_bg.jpg") no-repeat top / cover
}
.under .five_point.ver2 {
	background-image: none
}
.five_point .tit {
	position: relative;
	padding-bottom: 0;
	display: inline-block
}
.five_point .line {
	position: relative;
	z-index: 10
}
.five_point .line .big {
	font-size: clamp(30px, 5.36vw, 103px);
	font-style: italic;
	display: inline-block;
	padding-right: 10px
}
.five_point .tit::after {
	content: "";
	position: absolute;
	bottom:min(0.78vw, 15px);
	left: -5%;
	right: 0;
	width: 110%;
	height: min(1.56vw, 30px);
	margin: auto;
	background: rgba(252,238,33,.3);
	z-index: 0;
clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);	
}
.big_list {
	margin-left: min(7.29vw, 140px);
	margin-bottom: 40px;	
	width: min(40vw, 768px);
	background: rgba(255,255,255,.68);
	border-radius: 38px;
	position: relative;
	padding: min(0.94vw, 18px) 2% 18px min(3.65vw, 70px);
	font-size: clamp(16px, 1.15vw, 22px);
	font-weight: 400;
}
.block_tp_2 .big_list {
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;	
}
.block_tp_2 .tx {
	width: 65%;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "sans-serif"	
}
.block_tp_2 .tx.long {
	width: 100%;
}
.block_tp_2 .tx .ggmap iframe,
.block_tp_2 .tx .ggmap object,
.block_tp_2 .tx .ggmap embed {
width: 60%;
height: 100%;
	right: 0;
	left: 0;
	margin: auto
}
.block_tp_2 .ggmap {
    padding-bottom: 30.25%;
}
.block_tp_2 .tx .mn {
	margin-top: min(1.04vw, 20px);
	line-height: 1.8;
}
.block_tp_2 .px {
	width: 35%;	
	padding-left: 5%;
}
.big_list:last-of-type {
	margin-bottom: 0;
}
.big_list aside {
	position: absolute;
	top: calc(min(1.46vw, 28px) * -1);
	left: calc(min(1.46vw, 28px) * -1);
	background: var(--clr_org);
	width: min(4.17vw, 80px);
	height: min(4.17vw, 80px);
	min-width: 58px;
	min-height: 58px;
	border-radius: 50%;
	color: #FFF;
	line-height: 1;
	letter-spacing: 0;
	font-size: clamp(14px, 2.34vw, 45px);	
	font-family: "Shippori Mincho", sans-serif;	
	display: flex;
	justify-content: center;
	align-items: center
}
.dent_sepa_2 {
	display: flex;
	justify-content: space-between
}
.dent_sepa_2 .cell {
	width: 22%;
}
.dent_sepa_2 .cell .px {
	position: relative
}
.dent_sepa_2 .cell .px::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: calc(min(1.93vw, 37px) * -1);
	width: min(1.25vw, 24px);
	height: min(2.29vw, 44px);
	margin: auto;
	background: url("../img/arrw_2.svg") no-repeat center / cover
}
.dent_sepa_2 .cell:last-of-type .px::before {
	display: none
}
.dent_sepa_2 .cell .tx .h_1 {
	padding: 14px 0;
	margin: 5% 0;
	border-radius: 50px;
	text-align: center;
	color: #FFF;
	font-weight: 500;
	font-family: "Shippori Mincho", sans-serif;	
	font-size: clamp(18px, 1.56vw, 30px);	
	background: var(--clr_blue_1)
}
.dent_sepa_2 .cell .p {
	font-size: clamp(15px, 0.88vw, 17px);
	line-height: 1.8;
	font-weight: 500
}
.dent_sepa_2 .cell .tx .h_2 {
	padding: 0px 0;
	margin: 5% 0;
	text-align: center;
	color: #FFF;
	font-weight: 500;
	font-family: "Shippori Mincho", sans-serif;	
	font-size: clamp(1.125rem, 0.839rem + 1.22vw, 1.625rem);
}
.message {
	padding: min(10.42vw, 200px) 0;
	background: url("../img/msg_bg.jpg") no-repeat top / cover
}
.message .tx {
	padding: min(2.92vw, 56px) min(6.15vw, 118px);
	max-width: 781px;
	background: rgba(250,250,242,.57)
}
.message .tx .tit {
	font-family: "Shippori Mincho", sans-serif;
	font-size: clamp(1.25rem, 0.964rem + 1.22vw, 1.75rem);
}
.message .tx .tit span {
	display: block;
	line-height: 2.2;
	border-bottom: 1px solid var(--clr_blue_1)
}
.under_cmmn_btns {
	background: url("../img/under_cmmn_btns_bg.jpg") no-repeat top / cover
}
.under_cmmn_btns .inn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: min(1.56vw, 30px);
	row-gap: min(1.3vw, 25px);
}
.under_cmmn_btns .inn .btn {
	width: calc(20% - min(1.88vw, 36px));
	padding: 14px;
	background: var(--clr_blue_1);
	position: relative
}
.under_cmmn_btns .inn .btn p {
	color: #FFF;
	text-align: center;
	font-weight: 600;
	font-size: clamp(16px, 1.04vw, 20px);	
}
.under_cmmn_btns .inn .btn img {
	display: block;
	margin-top: 3%;
	max-width: 100%;
	height: auto;
	margin-inline: auto;	
}
.under_cmmn_dyna_btns .btn {
	position: relative;
	width: 32%;
	padding: 30px 2%;
	border-radius: 50px;
	font-family: "Shippori Mincho", sans-serif;
	font-size: clamp(20px, 1.56vw, 30px);	
	font-weight: 500;
	color: #FFF;
	text-align: center;
	letter-spacing: .0em;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: min(1.04vw, 20px)
}
.under_cmmn_dyna_btns .btn span {
	font-size: 15px
}
.faq_wrap dl {
	display: flex;
	padding: 10px 20px;
}
.faq_wrap dt {
	width: 5%;
	font-family: ab-mayuminwalk, sans-serif;
	
}
.faq_wrap dd {
	width: 95%;
	padding-top: .85em
}
.faq_wrap dl.q_area {
	background:var(--clr_blue_1);
	/*cursor: pointer;*/
	padding-right: 30px;
	color: #FFF
}
/*.faq_wrap dl.q_area::after {
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right: 20px;
	bottom:0;
	margin:auto;
	width: 28px;
	height: 4px;
	background: #FFF;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 100
}
.faq_wrap dl.q_area::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 28px;
	height: 4px; 
	background: #FFF;
	transition: .2s;
}	
.faq_wrap dl.q_area.open::before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.faq_wrap dl.q_area.open::after{
	background-color: transparent;
}*/	
.faq_wrap .child{
	/*display: none*/
}	
.smootn_links {
	position: relative;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 15px;
}
.smootn_links .cell {
	width: calc(50% - 30px);
	border: 1px solid var(--clr_blue_1);
}
.clinic .smootn_links .cell {
	width: calc(33.3333333% - 30px);
}
.smootn_links .cell a {
	display: block;
	background: #FFF;	
	padding: 18px 2%;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "sans-serif";
	transition: all 0.25s 0s ease;
}
.smootn_links .cell a:hover {
	background: var(--clr_blue_1);
	color: #FFF
}
.price .js-scrollable .tbl_tp_1 {
	width: 1200px;
	margin-inline: auto;	
}
.tbl_tp_1 {
	border: 1px solid var(--clr_glay_2);
	border-bottom: none;
	border-right: none	
}
.tbl_tp_1 .row {
	display: flex;
}
.tbl_tp_1 .cell {
	display: flex;
	border-right: 1px solid var(--clr_glay_2);		
	border-bottom: 1px solid var(--clr_glay_2);	
	background: #FFF;		
}
.tbl_tp_1 .onbd {
	border-bottom: 1px solid var(--clr_glay_2);		
}
.tbl_tp_1 .br {
	border-right: 1px solid var(--clr_glay_2);		
}
.tbl_tp_1 .cell .in {
	padding: 15px;
}
.tbl_tp_1 .cell.tx_right {
	justify-content: flex-end
}
.tbl_tp_1 .nobd {
	border-bottom: none;		
}
.tbl_tp_1 .w100 {
	width: 100%;
}
.tbl_tp_1 .w50 {
	width: 50%;
}
.dl_tp_1 {
	display: flex;
	flex-wrap: wrap
}
.dl_tp_1 .cell {
	font-weight: 400;
	padding: 10px 0;
	border-bottom: 1px solid var(--clr_glay_2)
}
.dl_tp_1 dt {
	width: 18%;
}
.dl_tp_1 dd {
	width: 82%;
}
.dl_tp_1.ver2 dt {
	width: 20%;
}
.dl_tp_1.ver2 dd {
	width: 80%;
	padding-left: 3%!important
}
.jus_tx {
	text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;	
}
.sepa_tp_2 .px {
	width: 30%;
}
.sepa_tp_2 .tx {
	width: 70%;
	padding-left: 3%;
}
.sepa_tp_2.tx_lef .tx {
	padding-right: 3%;
	padding-left: 0;
}

.line_tp_1 {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--clr_glay_2)
}
.sepa_tp_3 .row {
	column-gap: 30px
}
.sepa_tp_3 .bx {
	width: 50%;
}
.sepa_tp_3 .tx {
	margin-top: 3%
}
.sepa_tp_3 .tx .line_tp_1 {
	text-align: center;
	margin-bottom: 3%
}
.clinic .bx_tp_3 .tx .mn {
	letter-spacing: .055em;
	line-height: 1.8
}
.bx_tp_3.no2 {
	padding: 30px
}
.clinic .bx_tp_3.no2 .tx .mn {
	line-height: 1.5
}
.col_gap_20 {
	column-gap: 20px
}
.col_gap_30 {
	column-gap: 30px
}
.col_gap_40 {
	column-gap: 40px
}
.col_gap_50 {
	column-gap: 50px
}
.col_gap_60 {
	column-gap: 60px
}
.sepa_tp_three .bx {
	width: 33.333333333333333%;
}
.clinic .bx_tp_3 .bx {
	padding: 20px;
	border-radius: 30px;
	border: 1px solid var(--clr_glay_2)
}
.clinic .bx_tp_3 .h_type_2 {
	display: block;
	text-align: center
}
.ireg_pos .obj {
	width: 303px;
	right: 0;
	top: 0;
}
.list_wrap .block {
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 2px solid var(--clr_glay_2);
    position: relative;
}
.single_wrap .date, .list_wrap .date {
    text-align: right;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "sans-serif";
    font-weight: 600;
}
.single_wrap .date {
    margin-bottom: 2%
}
.list_wrap .date {
    text-align: left;
}
.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 6px;	
}
.pagination span,
.pagination a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
    width: 47px;
    height: 52px;
    margin: 0 0 10px 0;
    text-align: center;
	font-size: 16px;
	border-radius: 10px;
	border: 2px solid var(--clr_blue_1);
	font-weight: 600
}
.pagination a {
    transition-property: all;
    transition: 0.1s linear;
    background-color: #FFF;
}
.pagination a:hover,
.pagination span.current {
	color: #ffffff;
    background-color: var(--clr_blue_1);
}
.single_wrap .tit {
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--clr_glay_2);
	font-family: "Shippori Mincho", sans-serif;	
}
.single_wrap h3 {
    padding-left: 14px;
    margin-bottom: 12px;
    position: relative;
    font-weight: 600;
    font-size: clamp(17px, 1.25vw, 24px);
}
.single_wrap h3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    border-radius: 4px;
    height: 100%;
    margin: auto;
    background-color: var(--clr_blue_1);
}
.sepa_three .bx {
	width: 31.33333333333%;	
}
.sepa_three.ovw_fif .bx {
	width: 48.5%;	
}
.sepa_three .bx .ttl {
	padding: 8px 2%;
	border-radius: 50px;
	text-align: center;
}
.tbl_tp_1_wrap {
	margin-inline: auto;	
}
.tbl_tp_1_wrap table {
	table-layout: fixed;
	width: 1300px;
	margin-inline: auto;	
}
.tbl_tp_1_wrap table th,
.tbl_tp_1_wrap table td{
	padding: 10px;
	text-align: center;
}
.tbl_tp_1_wrap table th{
	padding-left: 0px;
	padding-right: 0px;
	font-weight: 500
}
.w_5 {
	width: 5%;
}
.w_6 {
	width: 6%;
}
.w_7 {
	width: 7%;
}
.w_8 {
	width: 8%;
}
.w_10 {
	width: 10%;
}
.w_20 {
	width: 20%;
}
.w_30 {
	width: 30%;
}
.w_40 {
	width: 40%;
}
.sepa_tp_circ {
	display: flex;
	flex-wrap: wrap;
	row-gap: min(2.08vw, 40px);
	background: #FFF;
	padding: 50px 20px;
	border-radius: 20px	
}
.sepa_tp_circ .bx {
	width: 33.33333333%;
}
.sepa_tp_circ .bx .circ {
	width: 100%;
	height: 100vh;
	max-width: 200px;
	max-height: 200px;
	margin: 0 auto 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}
.sepa_tp_circ .bx .circ p {
	font-size: clamp(16px, 1.04vw, 20px);	
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	color: #FFF;
}
.sepa_tp_circ .bx .msg {
	text-align: center
}
.sepa_tp_circ .lst {
	width: 100%
}
.medical-expense-deduction h3.txs_20 {
	margin-bottom: 10px;
}
.idt {
	text-indent: 1em
}
.list_type_dl {
	display: flex;
}
.list_type_dl dt {
	font-weight: 600
}
.medical-expense-deduction .sec a {
	word-break: break-all
}	
.big_px {
	display: flex;
	justify-content: flex-end
}
.big_px img {
	display: block;
	width: 83.85%;
	height: auto
}
.clinic {}
.bx_tp_5 {
	position: relative;
}
.bx_tp_5::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 78.44%;
	height: 100%;
	opacity: .71;
	z-index: 0
}
.bx_tp_5 .inn {
	position: relative;
	z-index: 10
}

.bx_tp_5.no1::after {
background: linear-gradient(90deg,rgba(251, 193, 188, 0) 0%, rgba(251, 193, 188, 1) 100%);
}
.bx_tp_5.no1 .row_1 {
	align-items: flex-end;
	column-gap: 2%
}
.bx_tp_5.no1 .row_1 .img1 {
	display: block;
	max-width: 100%;
	height: auto
}
.bx_tp_5.no1 .row_1 .img2 {
	display: block;
	max-width: 100%;
	height: auto
}
.bx_tp_5.no1 .row_2 {
	column-gap: 2%
}
.bx_tp_5 .txs {
	padding-left: min(5.21vw, 100px);
	width: 50%;
}
.bx_tp_5 .txs .sub {
	display: inline-block;
	font-family: "Shippori Mincho", sans-serif;
	font-size: clamp(1rem, 0.899rem + 0.43vw, 1.25rem);	
	font-weight: 500;
	color: #FFF;
	text-align: center;
	line-height: 1;
	padding: 5px 19px;
}
.bx_tp_5.no1 .txs .sub {
	background: var(--clr_org)
}
.bx_tp_5 .txs .ttl {
	margin-top: min(1.0416666666666665vw, 20px);	
	font-family: "Shippori Mincho", sans-serif;
	font-size: clamp(1.125rem, 0.872rem + 1.08vw, 1.75rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
}
.bx_tp_5 .txs .msg {
	margin-top: min(1.5625vw, 30px);
	letter-spacing: 0
}
.bx_tp_5.no1 .pxs {
	margin: min(6.25vw, 120px) min(8.75vw, 168px) 0 0;	
}
.bx_tp_5.no1 .row_3 {
	display: flex
}
.bx_tp_5.no1 .row_3 .cell {
	width: 50%;
}
.bx_tp_5.no1 .row_3 .cell.no1 {
	padding: 4% 5% 0 0;
	display: flex;
	justify-content: flex-end
}
.bx_tp_5.no1 .row_3 .cell.no2 {
	padding: 0 0 0 6%;
}
.bx_tp_5 .set {
	width: 100%;
	left: 0;
	z-index: 1;
	position: absolute;
	background: var(--clr_beg);
}
.bx_tp_5 .set.top {
	top: 0
}
.bx_tp_5 .set.btm {
	bottom: 0
}
.bx_tp_5.no1 .set.top {
	height: min(13.18vw, 253px)
}
.bx_tp_5.no1 .set.btm {
	height: min(8.91vw, 171px)
}


.bx_tp_5.no2::after {
	width: calc((100% - ((100vw - 1300px) / 2)) - min(5.21vw, 100px));
	left: unset;
	right: 0;
	background: linear-gradient(-90deg,rgba(132, 220, 218, 0) 0%, rgba(132, 220, 218, 1) 100%);
}
.bx_tp_5.no2 .pxs {
	width: min(25vw, 480px)
}
.bx_tp_5 img {
	display: block
}
.bx_tp_5.no2 .txs .img1 {
	margin-top: -3%;
	margin-left: min(14.69vw, 282px)
}
.bx_tp_5.no2 .txs .sub {
	background: var(--clr_blue_1)
}
.bx_tp_5.no2 .txs .img2 {
	margin-left: min(3.54vw, 68px)
}
.bx_tp_5.no2 .set.top {
	height: min(3.02vw, 58px)
}
.bx_tp_5.no2 .set.btm {
	height: min(4.06vw, 78px)
}


.bx_tp_5.no3 {
	margin-top:0
}
.bx_tp_5.no3::after {
background: linear-gradient(90deg,rgba(125, 183, 221, 0) 0%, rgba(125, 183, 221, 1) 100%);
}
.bx_tp_5.no3 .row_1 {
	padding-left: min(5.21vw, 100px);	
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}
.bx_tp_5.no3 .row_1 img:last-child {
	margin: min(8.85vw, 170px) 0 0 min(7.24vw, 139px);
}
.bx_tp_5.no3 .sepa {
	margin-top: -1%;
}
.bx_tp_5.no3 .txs .sub {
	background: #0071bc
}
.bx_tp_5.no3 .txs .in_tx {
	margin: min(4.68vw, 90px) 0 0 min(10.31vw, 198px)
}
.bx_tp_5.no3 .set.top {
	height: min(11.98vw, 230px)
}
.bx_tp_5.no3 .set.btm {
	height: min(3.13vw, 60px)
}
.bx_tp_5.no3 .pxs {
	max-width: 378px;
}
.message.ver2 {
    padding: min(7.69vw, 100px) 0;
    background: url(../img/clinic_add_px_14.jpg) no-repeat top / cover;
}
.message.ver2 .tx {
	width: 50%;
    padding: min(4.17vw, 80px) min(6.15vw, 118px);
    max-width: inherit;
}
.message.ver2 .tx .tit span {
	line-height: 2.2;
    border-bottom: 1px solid var(--clr_org);
}
.glad_ttl_wrap {
	padding: min(3.13vw, 60px) 0;
	position: relative;
}
.glad_ttl_wrap .h_type_1 {
	padding-left: min(6.15vw, 118px)
}
.glad_ttl_wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .71;	
	z-index: -1
}
.glad_ttl_wrap.no1::after {
background: #0ABAB5;
background: linear-gradient(90deg,rgba(10, 186, 181, 1) 0%, rgba(210, 243, 242, 1) 50%, rgba(10, 186, 181, 1) 100%);
}
.glad_ttl_wrap.no2::after {
background: #F88379;
background: linear-gradient(90deg,rgba(248, 131, 121, 1) 0%, rgba(254, 221, 218, 1) 50%, rgba(248, 131, 121, 1) 100%);
}
.fcis_bxs {
	padding: min(3.54vw, 68px) min(5.99vw, 115px);
}
.fcis_bxs.no1 {
	display: flex;
	justify-content: flex-end;
	background: url("../img/clinic_add_px_15.jpg") no-repeat top / cover
}
.fcis_bxs.no2 {
	background: url("../img/clinic_add_px_17.jpg") no-repeat top / cover
}
.fcis_bxs .tx {
	width: 100%
}
.fcis_bxs.no1 .tx {
	max-width: 700px
}
.fcis_bxs.no2 .tx {
	max-width: 555px
}
.bx_tp_3 .in_sepa {
	column-gap: 2%
}
.bx_tp_3 .in_sepa > div {
	width: 100%;
	max-width: 740px;
}
.bx_tp_3.ver2 .bx_tp_2.ver2 p {
	font-family: "Shippori Mincho", sans-serif!important;
	color: var(--clr_blue_1);
	letter-spacing: 0
}
.gap_37 {
	column-gap: 37px;
}
.gap_57 {
	column-gap: min(2.97vw, 57px);
}
.clinic .bx_tp_3:last-of-type {
	
}
.clinic .bx_tp_3.ver2:last-of-type .bx_tp_2.ver2 p {
    line-height: 1.35
}
.bx_tp_6 {
	padding: min(5.05vw, 97px);
}
.clinic .bx_tp_6 {
	background: #fee6e4
}
.clinic .sepa_tp_three .bx {
	padding: 30px;
}
.sepa_tp_three .bx .in_ttl {
	text-align: center
}
.sepa_tp_three .bx .in_ttl span {
	padding: 3px 26%;
	border-radius: 50px;
}
.sepa_tp_4 {
	column-gap: min(4.06vw, 78px);
	padding-bottom: min(2.08333333vw, 40px);
	border-bottom: 1px solid var(--clr_blk)
}
.clinic .sepa_tp_4.lst {
	padding-bottom: 0;
	border-bottom: none
}
.sepa_tp_4 .px {
	width: 31%;
}
.sepa_tp_4 .tx {
	width: 69%;
}
.clinic .bx.pat1 header .ttl {
	font-size: clamp(17px, 1.25vw, 24px);	
	font-family: "Shippori Mincho", sans-serif;
	font-weight: 400;
	color: var(--clr_org);
	text-align: center;
	letter-spacing: -.015em;
	line-height: 1.35;
	font-feature-settings: "palt";
	padding-bottom: 8%;
	border-bottom: 1px solid var(--clr_org)
}
.add_top .inn {
    max-width: 1018px;
	margin-inline: auto;
	column-gap: 0;
}
.add_top .inn .cal {
    width: 57.41%;
	background: #FFF;
	position: relative;
	padding: 0 2%;
}
.add_top .inn .cal .in {
	height: 100%;
    display: flex;
	align-items: center;
	justify-content: center
}
.add_top .inn .ttl {
	margin: -2.5% 0 0;
    line-height: 1;
}
.add_top .inn .burs {
    width: 35.59%;
}
.xo-event-calendar table.xo-month caption {
    margin-bottom: 20px
}
.holiday-titles {
	margin-top: 15px;
	font-size: 110%;
	display: flex;
	column-gap: 14px
}
.xo-event-calendar table.xo-month .month-dayname td div,
.xo-event-calendar table.xo-month .month-week {
	line-height: 3em;
	height: 3em;
}
.xo-event-calendar table.xo-month .month-dayname td div {
	padding: 0;
	text-align: center;
	font-size: 1.1em;
}
.xo-event-calendar .month-event,
.xo-event-calendar .month-event-space {
}
.xo-event-calendar table.xo-month,
.xo-event-calendar table.xo-month td, .xo-event-calendar table.xo-month th {
    border: none;
}
.xo-event-calendar table.xo-month td, .xo-event-calendar table.xo-month th {
    border: none;
}
.holiday-all, .holiday-saturday {
    color: #FFF
}
.other-month.holiday-all,
.other-month.holiday-saturday{
	color: #cac5c4
}
.xo-event-calendar table.xo-month>thead th {
	padding: 10px 0!important
}












@media screen and (max-width:1300px){
.wrap_1300{padding-right: 2%;padding-left: 2%;}
.bx_tp_5 .wrap_1300{padding-right: 0;padding-left: 0}
.bx_tp_5.no2::after {width: calc(100% - min(5.21vw, 100px));}	
#top_fv .in_wrap .fv_cath {margin-top: 13vw;}
}
@media screen and (max-width:1210px){
	.wrap_1200{padding-right: 2%;padding-left: 2%;}
	#top_fv .in_wrap .logo img.max_img {
    max-width: 80%;
    height: auto;
    display: block;
}
#top_fv .in_wrap .infos .tels img.max_img {
    max-width: inherit;
    height: auto;
    display: block;
}
header.general .logo {
    width: 30%;
    max-width: inherit;
}	
header.general .infos .tels .row_1 {
    font-size: 13px;
}	
}
@media screen and (max-width:1120px){
.bx_tp_5.no3 .sepa {
	margin-top: 2vw;
}
.bx_tp_5.no3 .pxs {
	max-width: inherit;
	width: 40vw
}	
.big_list {
	padding-left: 58px
}	
header.general .logo {
    width: 20%;
    max-width: inherit;
}		
#top_fv .in_wrap .fv_cath {
    margin-top: 15vw;
}	
.rap{display: block}
#top_fv .in_wrap .infos {
    column-gap: 2%;
}	
header.general {
    column-gap: 1%;	
}	
#top_fv .in_wrap .fv_cath {
}	
#top_fv .in_wrap .fv_cath_2 {
    margin-top: 0
}
#top_fv .in_wrap {
    padding-top: 1vw
}
#top_fv .in_wrap .infos .tels .row_1 {
    font-size: 14px;
}
nav.general > ul > li > a {
	padding: 0 1vw 10px;
}
nav.general ul {
	flex-wrap: wrap;
	row-gap: 10px
}
.nwes_wrap .in {
	padding-right: 2%;
	padding-left: 2%;
}
.four_cmt .block_tp_1:not(.no1) {
	margin-top: 22vw
}
.info_btns {
    padding: 0;
	flex-wrap: wrap
}	
.info_btns .tels {
    width: 100%;
}	
.info_btns .rza,
.info_btns .mail {
    width: 50%;
}	
.info_btns .rza img {
    width: 50%;
}	
.info_btns .tels .row_1 {
    display: block;
}	
.info_btns .tels .row_1 h2 {
    text-align: center;
	margin-bottom: 3%
}	
.info_btns .tels .row_1 img {
	margin-inline: auto;	
}
.wrap_1100 {
	padding-right: 2%;
	padding-left: 2%;
}	
.bx_tp_5.no1 .row_1 .img1 {
	width: 50vw;
}
.bx_tp_5.no1 .row_1 .img2 {
	width: 40vw;
}
	
}
@media screen and (max-width:826px){
header.general .infos .tels .row_1 {
    font-size: 14px;
}	
	
}
@media screen and (max-width:767px){
/* ==========================================================================
   Commons styles
   ========================================================================== */
html, body {
	font-size: 15px
}	
.flex_wrapper, .flex-wrap_par{
    display: block;
}
.flex_sp{
	display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -o-flex!important;
    display: flex!important;
	flex-wrap: wrap!important;
}	
.pc{display: none!important}
.sp{display: block!important}	
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}	
.wrap_1300, .wrap_1200, .wrap_1100, .wrap_900, .wrap_800, .wrap_94p {
    width: 100%;
	max-width: 100%;
    height: auto;
	margin-inline: auto;
	padding-right: 0.8rem!important;
    padding-left: 0.8rem!important;
}	
.sp_no_pad {
	padding-right: 0!important;
	padding-left: 0!important;
	margin-right: 0!important;
	margin-left: 0!important;
}
.sp_on_pad {
	padding-right: 0.8rem!important;
	padding-left: 0.8rem!important;
}
.sp_width {
	width: calc(100% - 1.6rem);
	margin-left: auto;
	margin-right: auto;
}
.sp_width_over {
	width: calc(100% + 1.6rem);
	margin-left: -0.8rem;
}
.sp_tx_cent {
	text-align: center
}	
.sp_tx_left {
	text-align: left
}	
.sp_yaku {font-feature-settings: "palt";}	
header.general {
    padding-top: 0
}
header.general {
	position: fixed;
	top: 0;
    padding: 0!important;
	flex-wrap: wrap;
	justify-content: flex-start;
    height: 46px;
	align-items: center;
	column-gap: 0
}	
header.general .logo {
    width: 41.33%;
	padding: 0 0.4rem
}	
header.general.on_scl {
    background: #FFF
}	
header.general.on_scl .logo .def {
    display: none
}	
header.general.on_scl .logo .rock {
    display: block
}	
	
header.general .logo img.max_img {
    max-width: inherit;
    width: 100%
}
header.general .infos {
    column-gap: 0;
    width: calc(58.67% - 50px);
	z-index: 9999;	
}	
header.general .infos .rza {
    width: 70%;
    height: 46px;		
}	
header.general .infos .rza .in {
    height: 100%;
    z-index: 10;
    border-radius: 0;
    padding: 0;
}	
header.general .infos .rza aside {
    display: none
}	
header.general .infos .rza .in img {
    display: block;
    width: 80%;
    height: auto;
}	
header.general .infos .tels {
	width: 30%;
    height: 46px;		
	display: flex;
	align-items: center;
	justify-content: center;
    background: var(--clr_blue_1)
}	
header.general .infos .tels img {
	display: block;
	width: 80%;
	height: auto
}		
.sp_ham {
    width: 50px;
    height: 46px;		
	background: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	justify-content: center;
    cursor: pointer;
    transition-property: all;
    transition: 0.3s linear;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
 	position: relative;
	display: block;
 	width: 30px;
	margin: 0 auto;
 	height: 19px;
}
.menu-trigger.active {
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--clr_blk);
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}	
nav.general {
	display: none;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	z-index: 9998;
	background: #FFF
}
nav.general ul {
	padding: 20px 0 0;
	display: block;
}
nav.general ul li.current a {
	position: relative;
	border-bottom: 1px solid var(--clr_glay_2)
}	
nav.general ul li.current a::after {
	content: "";
	position: absolute;
	top: .75vw;
	left: 0;
	right: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: auto;
	background: var(--clr_org)
}	
nav.general ul li a {
    padding: 3vw 0;
	border-bottom: 1px solid var(--clr_glay_2)
}
nav.general ul li:last-child a {
	border-bottom: none
}
#top_fv .in_wrap .fv_cath {
    margin-top: 40vw;
	width: 100%;
}	
.nwes_wrap {
    overflow: hidden
}	
.nwes_wrap .in .news_cal .dynamic {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0 0 4vw;
	border-bottom: 1px solid var(--clr_org);
}
.nwes_wrap .in {
	padding-right: 0.8rem;
	padding-left: 0.8rem;
}	
.nwes_wrap .in .news_cal .dynamic .row {
    height: auto;
	flex-wrap: wrap
}	
.nwes_wrap .in .news_cal .dynamic .row .en {
	font-size: 6vw;
    width: 100%;
    letter-spacing: .1em;
    color: var(--clr_org);
}	
.nwes_wrap .in .news_cal .dynamic .row .lines {
    width: 100%;
    display: flex;
    align-items: flex-start;
}	
.nwes_wrap .in .news_cal .dynamic .row .lines {
    font-size: 14px;
    letter-spacing: .05em;
	margin-top: 3vw
}	
.nwes_wrap .in .news_cal .dynamic .row .lines .mn {
    width: calc(100% - 100px);
    padding:0 0 0 12px;
    line-height: 1.5;	
}	
.nwes_wrap .in .news_cal .dynamic .row .lines .date {
    width: 100px;
    line-height: 1.5;
}	
.nwes_wrap .in .news_cal .cal {
    width: 100%;
    padding: 4vw 0;
    border-radius: 10px;
	margin-top: 7vw;
}	
.nwes_wrap .in .news_cal .cal img {
    max-width: inherit;
}	
.nwes_wrap .in .news_cal .cal_sp_tx .in {
	column-gap: 6vw;
	align-items: center
}	
.nwes_wrap .in .news_cal .cal_sp_tx img.ico {
	display: block;
	width: 6vw;
	height: auto
}	
.nwes_wrap .in .news_cal .cal_sp_tx img.tit {
	display: block;
	width: 28vw;
	height: auto
}	
.nwes_wrap .in .news_cal .cal_sp_tx img.tra {
	transform: rotate(90deg);
}	
.nwes_wrap .in .policy {
    padding: 4vw 2%;
    position: relative;
    column-gap: 4vw;
}
.nwes_wrap .in .policy::after {
    top: 3px;
    left: 3px;
}	
.nwes_wrap .obj.no1 {
	width: 24vw;
    top: 26vw;
    left: 1vw;    
}	
.nwes_wrap .obj.no2 {
    width: 26vw;
    top: 30vw;
    right: -1vw;
}	
/********************************************************************************************/
.txs_18 {
    font-size: 4vw;
}	
.txs_20 {
    font-size: 4.2vw;
}	
.mgn_t_100 {
    margin-top: 10vw;
}	
.sec_pad_130_b {
    padding-bottom: 13vw;
}	
.mgn_t_50 {
    margin-top: 6.5vw;
}	
.txs_15 {
    font-size: 15px;
}	
.mgn_t_150 {
    margin-top: 15vw
}	
.sec_pad_130 {
    padding: 13vw 0;
}	
.mgn_t_60 {
    margin-top: 7.5vw!important
}	
.sec_pad_90 {
    padding: 11vw 0;
}	
.sec_pad_80 {
    padding:10vw 0;
}	
.mgn_t_80 {
    margin-top: 10vw
}	
.sec_pad_100 {
    padding: 11vw 0;
}	
.mgn_t_30 {
    margin-top: 4.5vw;
}	
.txs_16 {
    font-size: 16px;
}
.sec_pad_140 {
    padding: 14vw 0;
}
.txs_35 {
    font-size: 6.83vw
}	
.txs_40 {
    font-size: 7.4vw;
}	
.mgn_t_20 {
    margin-top: 3.5vw;
}	
.txs_24 {
    font-size: 5vw!important;
}	
.txs_25 {
    font-size: 5.17vw
}	
.txs_26 {
    font-size: 5.4vw
}
	
.mgn_t_40 {
    margin-top: 5.5vw
}	
.sp_mgn_t_8 {
    margin-top: 8vw
}	
.txs_22 {
    font-size: 4.67vw;
}	
.sp_txs_32 {
    font-size: 6vw;
}
.txs_30 {
    font-size: 5.8vw!important;
}	
.mgn_t_120 {
    margin-top: 12vw;
}	
.sec_pad_160 {
    padding: 16vw 0;
}
.mgn_t_70 {
    margin-top: 8.5vw;
}	
.sec_pad_50_t {
    padding-top: 6.5vw
}	
.sp_sec_pad_10_t {
    padding-top: 10vw
}	
.mgn_t_90 {
    margin-top: 12vw;
}	
/********************************************************************************************/
	
.policy.mgn_t_60 {
    margin-top: 4vw
}
.gallery img {
    display: block;
    width: 50%;
    height: auto;
}
.four_cmt {
    padding: 12vw 0 min(15.63vw, 300px);
}	
.four_cmt .leade {
    padding: 0 0.8rem
}	
.block_tp_1 {
    padding: 0!important
} 	
.block_tp_1 .px {
    display: none
} 	
.block_tp_1 .spx {
	display: block;
	width: 100%;
	height: auto
} 	
.block_tp_1 .tit_wrap {
    font-size: 5vw;
	padding-right: 0.8rem;
	padding-left: 0.8rem;	
}	
.block_tp_1 .tit_wrap aside {
    font-size: 8vw;
}	
.block_tp_1 .catch {
	padding-right: 0.8rem;
	padding-left: 0.8rem;		
    margin: 3.5vw 0;
    font-size: 6.8vw;
	line-height: 1.3;
    letter-spacing: .0;
}	
.block_tp_1 .bx {
	margin-left: 0.8rem;
    padding: 4vw 5vw;
    font-size: 15px;
    line-height: 1.8;
}	
.four_cmt .block_tp_1:not(.no1) {
	margin-top: 12vw
}
.block_tp_1 .tx {
    padding-top: 5.5vw
}	
.problem .tit {
    width: 80%;
    margin-inline: auto;
	margin-bottom: 5vw
}	
.problem .block .bx {
    width: calc(50% - .6vw);
    position: relative;
}	
.problem .block {
    flex-wrap: wrap;
	column-gap: .6vw;
	row-gap: 1vw;
}	
.problem .block .tx {
    padding: 2vw 0;
}	
.problem .block .tx p {
    font-size: 6.5vw;
    letter-spacing: .075em;
    line-height: 1.1;
}	
.problem .block .tx p span {
    font-size: 4.8vw;
}	
.problem .block.mgn_t_70 {
    margin-top: 1vw;
}	
.med_sec.sepa .bx {
    width: 100%;
    padding: 5vw 5vw 70px;	
}	
.med_sec .bx::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 10px;
    right: 5%;
    width: 30px;
    height: 60px;
    margin: auto;
    background: url(../img/med_sec_arrw.svg) no-repeat center / cover;
}	
.med_sec .bx header {
    padding-bottom: 3vw;
}	
.med_sec .bx header .row_1 {
    font-size: 4.65vw;
    text-shadow: 2px 2px 8px rgba(000, 000, 000, .7);
}	
.med_sec .bx header .tit {
    font-size: 12vw;
	margin-top: 1vw;
    text-shadow: 2px 2px 10px rgba(000, 000, 000, .7);
}	
.med_sec .bx .mn {
    margin-top: 5vw;
    font-weight: 600;
    line-height: 2;
    letter-spacing: .085em;
    text-shadow: 0 0 5px #000000;
}	
.med_sec.mgn_t_60 {
    margin-top: 0
}	
.med_sec .bx.no3 {
    padding: 5vw 5vw 70px;	
    background: url(../img/med_sec_bg_3_sp.png) no-repeat top center / cover;
}	
.mat_btns {
    margin-top: 3vw;
    column-gap: 10px;
}	
.mat_btns .btn {
    padding: 3vw 24px;
}	
.med_cells .cell {
    width: 100%;
	margin-bottom: 5vw
}	
.med_cells .cell:last-child {
	margin-bottom: 0
}	
.med_cells .cell .tit {
    max-width: inherit;
    min-width: inherit;
	width: 55%;
    padding: 3vw 2% 3vw 7%;
    font-size: 5.8vw;
	font-weight: 600
}	
.med_cells .cell .mn {
    margin-top: 12%;
    padding: 0 4vw;
    font-weight: 600;
    font-size: 15px;
    line-height: 2;
}	
.med_cells .cell .arrw_area img {
    width: 10vw;
}	
.dynamics .bx {
    width: 100%;
}
.dynamics .blogs header .tit {
    column-gap: 5vw;
}	
.dynamics .blogs header .tit .intit {
    font-size: 6vw;
}	
.dynamics .blogs header .tit p {
    font-size: 15px
}	
.dynamics .mns {
    margin-top: 7vw
}	
.dynamics .mns .row {
    display: flex;
    align-items: flex-start;
    column-gap: 5vw;
	font-size: 15px
}	
.dynamics .mns .row:not(:first-child) {
    margin-top: 3vw;
}	
.dynamics .blogs header:last-of-type {
    margin-top: 15vw
}	
.dynamics .cal {
	margin-top: 8vw;
    padding-left: 0;
}	
.insta .sp_on_pad {
	margin-top: 8vw;
}		
.rec_bur .tx{
	margin-top: 6vw;
}			
.rec_bur .tx .txs_20,
.rec_bur .tx .txs_25 {
    font-size: 7.6vw
}	
.mn_info .info {
    width: 100%;
}	
.mn_info .map {
	margin-top: 12vw;
    width: calc(100% + 1.6rem);
    padding-left: 0;
	margin-left: -0.8rem
}	
.info_btns .btn {
    padding: 6vw 5vw;
}	
.info_btns .tels {
    background: url(../img/info_btn_tel_bg_sp.png) no-repeat top center / cover;
}	
.info_btns .tels .tel_no {
    margin-top: 6vw
}	
.info_btns .tels .row_2 img {
	margin-top: 3vw;
	margin-inline: auto;	
}
.info_btns .rza {
    width: 100%;
}	
.info_btns .rza img {
    width: 73%;
}	
.info_btns .mail .in p {
    margin-top: 2vw;
	font-size: 5vw
}	
.mn_info .info .in_med ul li {
	width: 50%
}
.mn_info .info .in_med ul li a {
	padding-right: 30px;
	position: relative;
	letter-spacing: 0
}
.mn_info .info .in_med ul li a::after {
    content: "〉";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}		
.h_type_1 .en {
    font-size: 3.5vw;
	font-weight: 600
}	
.h_type_1 .tit {
    margin-top: 0;
    font-size: 6.83vw;
}	
.h_type_1 .tit span::after {
    right: -33vw;
    width: 30vw;
}	
.under .sec .leade {
	overflow: hidden;
    font-size: 16px!important;
	font-weight: 500!important;
	line-height: 1.65
}	
.under .sec .leade .obj {
    width: 20vw;
    top: unset;
    right: 4%;
	bottom: -5vw;
    z-index: 0;
}	
.sepa_tp_1 .px {
    padding-right: 0;
	margin-bottom: 8vw
}
.sepa_tp_1 .bx {
    width: 100%;
}	
.sepa_tp_1 .tx {
    padding-left: 0;
}	
.h_type_2, .h_type_2.ver_rad {
    padding: 4px 3.5vw;
}	
.under .sec p {
    line-height: 1.8;
    letter-spacing: .05em;
	font-size: 15px;
}	
.bx_tp_1 {
    padding: 10vw 0.8rem;
    border-radius: 0;
}	
.sepa_fif .bx {
    width: 100%;
}	
.dent_sepa aside {
    display: none
}
.dent_sepa {
    padding-bottom: min(9.38vw, 180px);
    flex-wrap: wrap;
	justify-content: space-between;
    column-gap: 2%;
    position: relative;
}	
.dent_sepa .cell {
    width: 46%;
    position: relative;
    z-index: 10;
}	
.dent_sepa .cell.no2 .px .arrw {
    display: none
}	
.dent_sepa .cell:nth-child(n+4) {
    margin-top: 10vw;
}
.dent_sepa .cell .px .arrw {
    top: calc(50% - 2.5vw);
    right: -6vw;
    width: 5vw;
	z-index: 1000
}	
.dent_sepa .cell .tx,
.dent_sepa .cell .px {
    position: relative;
	z-index: 10
}	
	
.dent_sepa .cell.no1::before {
	content: "";
    position: absolute;
    bottom: -5vw;
    left: -0.8rem;
    width: 230%;
    height: min(10.42vw, 200px);
    min-height: 188px;
    margin: auto;
    border-radius: 0 100px 100px 0;
    background: #FFF;
    z-index: 0;
}	
.dent_sepa .cell.no4 {
	z-index: 10
}	
.dent_sepa .cell.no3 {
	z-index: 100
}	
.dent_sepa .cell.no4::before {
	content: "";
    position: absolute;
    bottom: -5vw;
    right: -0.8rem;
    width: 230%;
    height: min(10.42vw, 200px);
    min-height: 188px;
    margin: auto;
    border-radius: 100px 0  0 100px;
    background: #FFF;
    z-index: 0;
}	
.five_point {
    background: url(../img/five_point_bg_sp.jpg) no-repeat top / cover;
}	
.five_point .tit {
    display: block;
}	
.five_point .tit::after {
    display: none
}
.five_point .fake {
    position: relative;
}
.five_point .fake::after {
    content: "";
    position: absolute;
    bottom:-1.75vw;
    left: -5%;
    right: 0;
    width: 110%;
    height: 5vw;
    margin: auto;
    background: rgba(252, 238, 33, .3);
    z-index: -1;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}	
.five_point .line .big {
    font-size: 14vw;
	line-height: .65
}
.big_list {
	padding-left: 0
}	
.big_list {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 0 0 0 68px;
    font-size: 4.6vw;	
	font-weight: 500
}	
.big_list aside {
    top: 0;
    left: 0;
	bottom: 0;
	margin: auto;
    min-width: 58px;
    min-height: 58px;
    font-size: 8.5vw;
}	
.bx_tp_2 {
    padding: 5vw 4vw;
}	
.bx_tp_2 .hd {
    width: 100%;
    padding: 0;
	display: block;
    text-align: left;
    border-right: none;
}	
.bx_tp_2 .mn {
    width: 100%;
    padding: 2vw 0 0;
}	
.dent_sepa_2 {
	padding: 8vw 0.8rem;
	background: var(--clr_beg);
    flex-wrap: wrap
}	
.dent_sepa_2 .cell {
    width: 46%;
}	
.dent_sepa_2 .cell:nth-child(2) .px::before,
.dent_sepa_2 .cell:nth-child(4) .px::before	{
    display: none
}
.dent_sepa_2 .cell:nth-child(n+3) {
    margin-top: 12vw
}
.dent_sepa_2 .cell .px::before {
    right: -5.5vw;
    width: 2.83vw;
    height: 5.83vw;
}
.dent_sepa_2 .cell .tx .h_1 {
    padding: 2vw 0;
    margin: 5% 0;
    border-radius: 50px;
    font-size: 4.8vw;
}	
.dent_sepa_2 .cell .tx .h_2 {
    font-size: 4.5vw;
}
.sp_nopad_b {
    padding-bottom: 0;
}	
.message {
    padding: 0 0 10vw;
    background: none;
}	
.message .tx {
    padding: 0 0.8rem;
    background: rgba(250, 250, 242, 0);
}	
.message .tx .tit {
    font-weight: 500;
    font-size: 5.6vw
}	
.message .px {
    margin-bottom: 6vw
}	
.sepa_tp_1 .px.no2 {
    padding-right: 0;
    padding-left: 0;
}	
.sepa_tp_1.pxs .px {
    padding-right: 0;
	margin-bottom: 3vw
}
.under_cmmn_btns .inn .btn {
    width: 32%;
    padding: 4vw 2vw;
    background: var(--clr_blue_1);
    position: relative;
}	
.under_cmmn_btns .inn .btn img {
    display: block;
    margin-top: 3%;
    max-width: 70%;
    height: auto;
    margin-inline: auto;
}	
.under_cmmn_btns .inn .btn p {
    font-weight: 600;
    font-size: 3.7vw;
}	
.under_cmmn_btns .inn .btn:nth-child(4) p {
    letter-spacing: -.025em
}	
.under_cmmn_dyna_btns .btn {
    position: relative;
    width: 100%;
    padding: 5.5vw 2%;
    border-radius: 50px;
    font-size: 6vw;
    column-gap: min(1.04vw, 20px);
	margin-bottom: 4vw
}
.under_cmmn_dyna_btns .btn:last-child {
	margin-bottom: 0
}
.block_tp_2 .tx {
    width: 100%;
}
.block_tp_2.mgn_t_70 {
    margin-top: 13vw;
}	
	
.block_tp_2 .tx .mn {
    margin-top: 6.5vw;
    line-height: 1.8;
}	
.block_tp_2 .px {
    width: 100%;
    padding-left: 0;
	margin-top: 4vw
}	
.block_tp_2 .ggmap {
	margin-top: 6vw;
    padding-bottom: 60.25%;
}	
.block_tp_2 .tx .ggmap iframe, .block_tp_2 .tx .ggmap object, .block_tp_2 .tx .ggmap embed {
    width: 100%;
}
.faq_wrap dl {
    display: flex;
    padding: 2vw 0.8rem;
}	
.faq_wrap dt {
    width: 10%;
    font-family: ab-mayuminwalk, sans-serif;
}	
.faq_wrap dd {
    width: 90%;
    padding-top: .65em;
}	
.under_cmmn_btns {
    background: url(../img/under_cmmn_btns_bg_sp.jpg) no-repeat top / cover;
}	
.bx_tp_2.ver2 p {
    padding: 0 0 2vw;
	margin-bottom: 3vw;
    font-size: clamp(36px, 3.65vw, 70px);
    line-height: 1;
    font-weight: 600;
    margin-top:0;
	text-align: center;
	border-bottom: 1px solid var(--clr_glay_2);
}	
.bx_tp_2.ver2 .cell .in_tit {
    font-size: 4.5vw;
    width: 100%;
    margin-bottom: 2vw;
}	
.list_type_1 li {
    margin-bottom: 2.5vw;
}	
.bx_tp_2.ver2 .mn {
    padding: 0
}	
.bx_tp_3 {
    padding: 5vw 5vw!important;
    border-radius: 30px;
}	
.alignright, .alignleft {
    float: none;
}
.alignright, .alignleft {
    margin: 0 auto 3vw;
    display: block;
}	
.smootn_links {
    display: block;
}	
.smootn_links .cell {
    width: 100%;
    margin-bottom: 3vw
}
.smootn_links .cell:last-child {
    margin-bottom: 0
}
.h_type_3 {
    font-size: 5vw;
    padding-bottom: 8px;
}	
.price .js-scrollable {
    padding: 0 0.8rem
}	
.price .js-scrollable .tbl_tp_1 {
    width: 600px;
    margin-inline: auto;
}	
.tbl_tp_1 .cell.tx_right,	
.tbl_tp_1 .top.cell {
    justify-content: flex-start
}	
.tbl_tp_1.ver2 .row {
    display: block;
}	
.tbl_tp_1.ver2 .w50 {
    width: 100%;
}	
.tbl_tp_1.ver2 .cell {
    display: block;
}	
.price .btn_tp_1.ver2 {
	display: block!important;
    padding: 20px;
}	
.staff .sepa_fif .bx {
    width: 100%;
	margin-bottom: 8vw;
}	
.staff .sepa_fif .bx:last-child {
	margin-bottom: 0;
}	
.dl_tp_1 dt {
    width: 25%;
}	
.dl_tp_1 dd {
    width: 75%;
}	
.dl_tp_1.ver2 dt {
    width: 30%;
}	
.dl_tp_1.ver2 dd {
    width: 70%;
	padding-left: 5% !important;
}	
.sepa_tp_2 .px {
    width: 100%;
	margin-bottom: 4vw
}
.sepa_tp_2 .tx {
    width: 100%;
    padding-left: 0
}	
.clinic .smootn_links .cell {
    width: 100%;
}	
.sepa_tp_3 .bx {
    width: 100%;
	margin-bottom: 5.5vw
}	
.sepa_tp_3 .bx:last-of-type {
	margin-bottom: 0
}	
.clinic .sec .h_type_2 {
    display: block;
	text-align: center
}		
.clinic .col_gap_50 .bx:first-of-type {
    margin-bottom: 5.5vw
}		
.clinic .bx_tp_3 .bx {
    padding: 4vw;
}

.sepa_tp_three .bx {
    width: 100%;
	margin-bottom: 5vw
}	
.sepa_tp_three .bx:last-child {
	margin-bottom: 0
}	
.ireg_pos .obj {
    width: 70vw;
    right: -0.8rem;
    top: -0.8rem;
}	
.list_wrap .block {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
}	
.single_wrap h3 {
	font-size: 4.4vw;
}
.block_tp_2 .tx.long .list_type_1  {
    margin-top: 6vw
}	
.sepa_three .bx {
    width: 100%;
	margin-bottom: 10vw
}	
.sepa_three .bx:last-child {
	margin-bottom: 0
}	
.tbl_tp_1_wrap {
	padding-left: 0.8rem;
}
.tbl_tp_1_wrap table {
	width: 800px;
}
.w_8 {
    width: 10%;
}	
.bx_tp_2.ver3 .hd {
    width: 100%;
    padding: 0 0 2vw;
	margin-bottom: 1vw;
	display: block;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;	
}	
.bx_tp_2.ver3 .mn {
    width: 100%;
}	
.sepa_tp_circ {
    row-gap: 7vw;
    padding: 6vw 4vw;
	justify-content: space-between
}	
.sepa_tp_circ .bx {
    width: 48%;
}	
.sepa_tp_circ .bx .circ {
    width: 36vw;
    height: 36vw;
    max-width: inherit;
    max-height: inherit;
    margin: 0 auto 2vw;
}	
.sepa_tp_circ .bx .msg {
    text-align: left;
}	
.sepa_three.ovw_fif .bx {
    width: 100%;
}	
.sepa_tp_2.tx_lef .tx {
	padding-right:0;
	padding-left: 0;
	margin-bottom: 4vw
}
.mega_menu {
	position: relative;
	top: unset;
}
.mega_menu .inner {
	max-width: 1100px;
	margin-inline: auto;	
}
.mega_menu ul {
	padding: 0!important;
	display: block;
}
.mega_menu ul li {
	width: 100%;
}
.mega_menu ul li a {
    display: block;
    padding: 1.2em 1.5em;
    font-size: 94%;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.2em;
	border-bottom: 1px solid var(--clr_glay_2)!important;
    position: relative;
	text-align: center
}
.mega_menu ul li:nth-child(odd) a {
	background: none;
}
.mega_menu ul li:nth-child(even) a {
	background: none;
}
.mega_menu ul li:nth-child(odd) a:hover,
.mega_menu ul li:nth-child(even) a:hover {
	background: none
}
.mega_menu ul li a::after {
	display: none;
}
.mega_menu ul li:last-child a {
	border-bottom: 1px solid var(--clr_glay_2)!important;
}
nav.general ul li.par > a {
	position: relative;
}
nav.general ul li.par > a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px var(--clr_glay_4);
	border-right: solid 1px var(--clr_glay_4);
	position: absolute;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(135deg);
	transition: transform 0.25s 0s ease;
}
nav.general ul li.par > a.acc_open::after {
	transform: rotate(-45deg);
}
.h_type_5 {
    padding-bottom: 12px;
}       	
.big_px img {
    width: 100%;
}	
.bx_tp_5::after,
.bx_tp_5.no2::after	{
    width: 85%;
}	
.bx_tp_5.no1 .row_1 .img1 {
	width: 85%;
}
.bx_tp_5.no1 .row_1 .img2 {
	width: 85%;
	margin: 2vw 0 0 14.5vw
}
.bx_tp_5 .txs {
    padding-left: 0;
    width: 100%;
}	
.bx_tp_5 .txs .sub {
    font-size: 4.8vw;
}	
.bx_tp_5 .txs .ttl {
    margin-top: 2vw;
    font-size: 6.5vw;
    line-height: 1.7;
}	
.bx_tp_5.no1 .pxs {
    margin: min(6.25vw, 120px) 0 0;
}	
.bx_tp_5.no1 .row_3 {
    column-gap: 10px
}	
.bx_tp_5.no1 .row_3 .cell.no1 {
    padding: 0;
    display: block;
}	
.bx_tp_5.no1 .row_3 .cell.no2 {
    padding: 0;
}	
.bx_tp_5.no2 .pxs {
    width: 70%;
}		
.bx_tp_5.no2 .txs .img1_wrap {
    margin-top: 3%;
	display: flex;
	justify-content: flex-end
}	
.bx_tp_5.no2 .txs .img1 {
    margin-top: 0;
	display: block;
	width: 50vw
}	
.bx_tp_5.no2 .txs .sub {
	clear: both;
    background: var(--clr_blue_1);
}	
.bx_tp_5.no2 .set.top {
	height: 12vw
}
.bx_tp_5.no2 .set.btm {
	height: 12vw
}
.bx_tp_5.no2 .txs .img2 {
    margin-left: 0;
	display: block;
	width: 100%;
}
.bx_tp_5.no3 {
    margin-top: 10vw;
}	
.bx_tp_5.no3 .set.top {
	height: 12vw
}
.bx_tp_5.no3 .set.btm {
	height: 12vw
}
.bx_tp_5.no3 .row_1 {
	width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
	column-gap: 10px
}	
.bx_tp_5 .row_1 img {
    max-width: inherit;
	width: calc(50% - 5px);
}	
.bx_tp_5.no3 .row_1 img:last-child {
    margin: 0;
}	
.bx_tp_5.no3 .txs .in_tx {
    margin: 6vw 0 0 15%;
    width: 85%;	
}	
.bx_tp_5.no3 .pxs {
	margin-top: 4vw;
	width: 40vw
}		
.message.ver2 {
    padding: 0;
    background: none;
}	
.message.ver2 .tx {
    width: 100%;
    padding: 0 0.8rem
}	
.fcis_bxs {
    padding: 6vw;
}	
.fcis_bxs.no1,
.fcis_bxs.no2 {
    display: flex;
    justify-content: flex-end;
    background: var(--clr_blue_2);
}
.fcis_bxs img.sp {
    margin: 4vw 0
}
.clinic .bx_tp_3.ver2 .pxs {
    margin-top: 5vw;
}	
.clinic .bx_tp_3.ver2 .pxs img{
	margin-inline: auto;	
}
.fcis_bxs.no2 .pxs  img{
	margin-inline: auto;	
}
.fcis_bxs.no2 .pxs  img:first-child{
	margin-bottom: 4vw
}
.clinic .bx_tp_3 .in_sepa .pxs {
    margin: 5vw auto 0
}	
.clinic #hygiene {
    padding-top: 3vw
}	
.clinic #hygiene .wrap_1300.mgn_t_90 {
    margin-top: 7vw;
}	
.sepa_tp_4 .px {
    width: 100%;
	margin-bottom: 5vw
}	
 .sepa_tp_4 .tx {
    width: 100%;
}   	
.sepa_tp_4 {
    padding-bottom: 5.5vw;
}	
.clinic .sepa_tp_4.mgn_t_40 {
    margin-top: 10vw
}	
.add_top {
    padding-top: 15vw
}	
.add_top .inn .cal {
    width: 100%;
    background: #FFF;
    position: relative;
    padding: 0 3vw 3vw;
}	
.add_top .inn .ttl {
    margin: 0 0 2%;
	position: relative;
	top: -3vw
}	
.add_top .inn .burs {
    width: 100%;
	margin-top: 5vw
}	
footer {
    margin-bottom: 60px;
}		
.sp_fx_nvs {
	position: fixed;
	bottom: 0;
	left: 0;
    width: 100%;
	height: 60px;
	z-index: 9997
}	
.sp_fx_nvs .inn {
	display: flex;
	height: 100%;	
}	
.sp_fx_nvs .inn .item {
	flex: 1;
	height: 100%;
	padding: 0 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center
}	
.sp_fx_nvs .inn .item img {
	margin-inline: auto;		
	display: block;
	width: 100%;
	height: auto
}	
.sp_fx_nvs .inn .tels {
    background: url(../img/info_btn_tel_bg_sp.png) no-repeat top center / cover	
}	
.sp_fx_nvs .inn .rza {
    background: url(../img/info_btn_rza_bg.png) no-repeat top center / cover;
}	
.sp_fx_nvs .inn .rza img {
	width: 70%;
}	
	
	
	
	
	
	
@media (orientation: landscape){
header.general .infos .rza .in img {
    width: 40%;
}	
header.general .infos .tels img {
	width: 33%;
}			
}	
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

