@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Shippori+Mincho:wght@400;600;800&display=swap');
html, body {
	line-height: 1.5;
	font-size: 18px;	
	font-weight: 400;
	letter-spacing: 0
}
body{
	position: relative;
	font-size: 1rem;
	font-family: yu-gothic-pr6n,'ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: var(--clr_base);
}

/*
 * 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
   ========================================================================== */
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}
.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_wht {
	background-color: var(--clr_wht)
}
.bg_clr_blk {
	background-color: var(--clr_blk)
}
.bg_clr_blue {
	background-color: var(--clr_blue)
}
.bg_clr_glay {
	background-color: var(--clr_glay)
}
/*-------------------------------------
色設定
--------------------------------------*/
:root {
    --clr_wht: #FFF;
    --clr_blk: #000;	
    --clr_base: #333333;
    --clr_blue: #4472c4;
    --clr_l_blue: #12abc9;
    --clr_w_blue: #c3e2ed;
    --clr_glay: #9098a0;
	
}
.fc_wht{color: var(--clr_wht)}
.fc_blk{color: var(--clr_blue)}
.fc_base {
	color: var(--clr_base)
}
.fc_blue {
	color: var(--clr_blue)
}
.fc_l_blue {
	color: var(--clr_l_blue)
}

/*@font-face {
	font-family: 'YuGothB';
	src: url('../font/YuGothB.ttc') format('truetype')
}*/
.ff_yb {
	font-family: yu-gothic-pr6n, sans-serif;
}
.ff_min {
  font-family: "Shippori Mincho", serif;	
}
.ff_ci {
  font-family: "Cormorant Infant", serif;
}
.tx_sdw_1{
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.ls_ng_100 {
	letter-spacing: -.1em;
}
.ls_ng_55 {
	letter-spacing: -.055em!important;
}
.ls_200 {
	letter-spacing: .2em!important;
}
.ls_ng_15 {
	letter-spacing: -.015em!important
}
.ls_0 {
	letter-spacing: 0!important
}
.ls_25 {
	letter-spacing: .025em
}
.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
}
.lh_1_4 {
	line-height: 1.4
}
.lh_1_6 {
	line-height: 1.6
}
.lh_1_7 {
	line-height: 1.7
}
.lh_1_8 {
	line-height: 1.8
}
.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
}
.lh_2_4 {
	line-height: 2.4
}
.lh_2_5 {
	line-height: 2.5
}
.lh_2_6 {
	line-height: 2.6
}
.lh_2_7 {
	line-height: 2.7
}
.lh_2_8 {
	line-height: 2.8
}
.lh_2_9 {
	line-height: 2.9
}
.lh_3 {
	line-height: 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_1480 {
	max-width: 1480px;
	margin-inline: auto;
}
.wrap_1400 {
	max-width: 1400px;
	margin-inline: auto;
}
/*-------------------------------------
リスト
--------------------------------------*/
.list_type_mum li,
.list_type_1 li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 1%;
}
.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 {
	counter-reset: number 0;
}
.list_type_mum li {
	position: relative;
}
.list_type_mum li::before {
	position: absolute;
	top: 0;
	left: 0;	
  counter-increment: number 1;
  content: counter(number) ".";
}
.list_type_chk li {
	padding-left: 27px;
	margin-bottom: 1.5%;
	position: relative
}
.list_type_chk li:last-child {
	margin-bottom: 0;
}
.list_type_chk li::before {
	content: "";
	position: absolute;
	top: .22em;
	left: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	background: url("../img/list_chk.svg") no-repeat center / cover
}
/*-------------------------------------
ボックス
--------------------------------------*/
.bx_tp_1 {
}

/*-------------------------------------
ボタン
--------------------------------------*/
.btn_type_1 {
	max-width: 507px;
	margin-inline: auto;
	position: relative;
	padding: 36px 0;
	border-radius: 60px;
	background: linear-gradient(90deg,rgba(66, 151, 213, 1) 0%, rgba(100, 207, 225, 1) 100%);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.16);

}
/*-------------------------------------
見出し
--------------------------------------*/
.h_type_1 {
	border: 1px solid var(--clr_blue);
	padding: min(1.22vw, 18px);
	background: #FFF;	
}
.h_type_1 .in {
	padding: 5px;
	text-align: center;
	color: #FFF;
	letter-spacing: .1em;
	font-size: clamp(20px, 2.57vw, 38px);		
  font-family: "Shippori Mincho", serif;	
	font-weight: 600;
}
.h_type_2 {
	text-align: center;
	font-feature-settings: "palt";
}
.h_type_2 .en {
  font-family: "Cormorant Infant", serif;
	font-size: clamp(30px, 7.3vw, 108px);	
	font-weight: 500;
	color: var(--clr_blue);
	letter-spacing: .0em;
	line-height: 1
}
.h_type_2 .jp {
  font-family: "Shippori Mincho", serif;	
	font-size: clamp(18px, 2.77vw, 41px);	
	font-weight: 500;
	letter-spacing: .0em;
}

/*-------------------------------------
余白
--------------------------------------*/
.mgn_t_1 {
	margin-top: 1%;
}
.mgn_t_2 {
	margin-top: 2%;
}
.mgn_t_3 {
	margin-top: 3%;
}
.mgn_t_4 {
	margin-top: 4%;
}
.mgn_t_5 {
	margin-top: 5%;
}
.mgn_t_6 {
	margin-top: 6%;
}
.mgn_t_7 {
	margin-top: 7%;
}
.mgn_t_8 {
	margin-top: 8%;
}
.mgn_t_9 {
	margin-top: 9%;
}
.mgn_t_10 {
	margin-top: 10%;
}
.mgn_t_44px {
	margin-top: min(2.97vw, 44px);
}
.mgn_t_70px {
	margin-top: min(5vw, 70px);
}
.mgn_t_80px {
	margin-top: min(5.71vw, 80px);
}
.mgn_t_90px {
	margin-top: min(6.43vw, 90px);
}
.mgn_t_100px {
	margin-top: min(6.76vw, 100px);
}
.mgn_t_170px {
	margin-top: min(11.49vw, 170px);
}
/*-------------------------------------
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%;
}

/**/
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;
}
.side_pad_l {
	padding-left: 3%;
}
.side_pad_r {
	padding-right: 3%;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header.general {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #FFF;
	position: relative;
	z-index: 9999
}
header.general .logos {
	display: flex;
	align-items: center;	
}
header.general .logos .in {
	display: flex;
	align-items: center;
	gap: min(1.82vw, 27px);
}
header.general .logos img {
	display: block;
	width: min(21.49vw, 318px);
	height: auto
}
header.general .logos .ttl {
	font-size: clamp(14px, 1.22vw, 18px);	
	font-weight: 500;
	color: var(--clr_blue);
	text-align: center;
	letter-spacing: .085em;
	line-height: 1;
	font-feature-settings: "palt";	
	padding: 5px min(3.31vw, 49px);
	border: 1px solid var(--clr_blue)
}
header.general .cv_btns {
	max-width: 500px;
	width: 100%;
}
.cv_btns {
	display: flex;
}
.cv_btns .btn {
	position: relative;
	height: 100%;
}
.cv_btns .btn .mn {
	height: 100%;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.cv_btns .tel_btn {
	width: 39%;
	padding: 3px;
	background: var(--clr_blue)
}
.cv_btns .tel_btn .in {
	border: 1px solid var(--clr_wht)
}
.cv_btns .tel_btn .in .mn {
	padding: 12px 2%;
}
.cv_btns .rza_btn {
	width: 31.6%;
	background: #FFF;
}
.cv_btns .rza_btn .mn {
	padding: 0 10%;
}
.cv_btns .line_btn {
	width: 29.4%;
	background: #06c755
}
.cv_btns .line_btn .mn {
	padding-left: 2%;
}
.ov_lay{position: relative;z-index: 10}
.fv {
	padding: min(6.76vw, 100px) 0 0;
	background: url("../img/fvbg.png") repeat-x top / cover;
	positin: relative
}
.fv .obj {
	width: min(43.92vw, 650px);
	right: 0;
	bottom: 0;
	z-index: 0
}
.worries {
	padding: min(6.76vw, 100px) 0 0;
	background: url("../img/worries_bg.png");
	position: relative;
	z-index: 10
}
.worries .ttl {
  font-family: "Shippori Mincho", serif;	
	font-size: clamp(20px, 3.24vw, 48px);	
	font-weight: 600;
	color: var(--clr_blue);
	letter-spacing: .0em;
	font-feature-settings: "palt";
}
.worries .ttl .obj {
	width: min(9.93vw, 147px);
	left: calc(min(12.57vw, 186px) * -1);
	top: 0
}
.worries .chk_list {
	margin-top: min(9.26vw, 137px);
	padding-left: 3%;
	padding-bottom: min(8.11vw, 120px)
}
.worries .chk_list li {
	padding-left: 40px;
	margin-bottom: 40px;
	position: relative;
	font-size: clamp(18px, 2.57vw, 38px);	
	letter-spacing: .0em;
}
.worries .chk_list li:last-child {
	margin-bottom: 0;
}
.worries .chk_list li::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 26px;
	height: 27px;
	margin: auto;
	background: url("../img/ico_chk.webp") no-repeat center / cover
}
.worries .chk_list .obj.human {
	width: min(25vw, 370px);
	right: 0;
	bottom: 0
}
.sol {
	margin-top: min(4.39vw, 65px);
	position: relative;
	z-index: 100
}
.sol .obj.no1 {
	width: min(9.32vw, 138px);
	left: 0;
	right: 0;
	top: calc(min(6.15vw, 91px) * -1);
	margin: auto
}
.sol .stage {
	padding: min(6.76vw, 100px) 0 min(13.51vw, 200px);
	background: url("../img/sol_bg.webp") no-repeat top / cover
}
.sol .stage .obj.no2 {
	width: min(40.47vw, 599px);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}
.sol .stage .tx {
	position: relative;
	padding-left: min(32.84vw, 486px);
  font-family: "Shippori Mincho", serif;	
	font-size: clamp(18px, 3.04vw, 45px);		
	font-feature-settings: "palt";	
	font-weight: 700;	
	letter-spacing: 0;
	color: var(--clr_blk)
}
.sol .stage .tx .row_3 {
	font-size: clamp(22px, 3.99vw, 59px);
	letter-spacing: .2em
}
.sol .stage .tx .obj {
	width: min(6.08vw, 90px);
	right: calc(min(6.08vw, 90px) * -1);
	bottom: 0;
	z-index: 99999
}
.merit {
	margin-top: min(5.41vw, 80px);
	position: relative;
	background: url("../img/merit_bg.webp") repeat top / 100%;
	padding-bottom: min(6.76vw, 100px)
}	
.merit .stage {
	padding-bottom: min(5vw, 74px);
}	
.merit::before {
	content: "";
	position: absolute;
	bottom: min(6.76vw, 100px);
	left: 0;
	right: 0;
	width: 100%;
	height: 94.6%;
	background: #eef6fb;
	z-index: 1;
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 6%);		
}	
.merit header.top {
	padding: 43px 0 26px min(16.08vw, 238px);
	margin-bottom: 24px;
}	
.merit header.top .item {	
	display: block;
	width: min(44.93vw, 665px);
	height: auto
}	
.merit .block {	
	padding: 20px;
	margin-bottom: min(5vw, 74px);
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(68,114,196,.35);	
	border: 1px solid rgba(68,114,196,.5)	
}	
.merit .block:last-child {	
	margin-bottom: 0
}	
.merit .block .inn {	
	border: 1px solid rgba(68,114,196,.5)
}	
.merit .block .inn .tx {	
	width: 55%;
	padding: 2% min(3.72vw, 55px) 2% 20px;
}	
.merit .block .inn.flex-rev .tx {	
	padding: 2% 20px 2% min(3.72vw, 55px);
}	
.merit .block .inn .tx header {	
	display: flex;
	align-items: center;
	column-gap: min(2.36vw, 35px);
}	
.merit .block .inn .tx header .num {	
	width: 11.5%
}	
.merit .block .inn .tx header .ttl,
.merit.dem_ver .block.no2 .inn .tx header .ttl {	
	width: 88.5%;
  font-family: "Shippori Mincho", serif;	
	font-size: clamp(22px, 3vw, 46px)!important;	
	font-weight: 600;
	color: #000;
	letter-spacing: .0em;
	font-feature-settings: "palt";
	line-height: 1.3
}	

.txs_16 {	
	font-size: 16px!important;	
}	
.txs_23 {	
	font-size: clamp(16px, 1.64vw, 23px)!important;	
}	
.txs_24 {	
	font-size: clamp(14px, 1.71vw, 24px)!important;	
}	
.merit .block.no2 .inn .tx header .ttl{
	font-size: clamp(14px, 2.29vw, 32px)!important;	
}

.merit .block.no6 .inn .tx header .ttl {
	font-size: clamp(16px, 2.86vw, 40px)!important;	
}
.txs_25 {	
	font-size: clamp(16px, 1.79vw, 25px)!important;	
}	
.txs_26 {	
	font-size: clamp(16px, 1.79vw, 26px)!important;	
}	
.txs_27 {	
	font-size: clamp(16px, 1.93vw, 27px)!important;	
}	
.txs_28 {	
	font-size: clamp(15px, 2vw, 28px)!important;	
}	
.txs_29 {	
	font-size: clamp(16px, 2.07vw, 29px)!important;	
}	
.txs_30 {	
	font-size: clamp(18px, 2.03vw, 30px)!important;	
}	
.txs_31 {	
	font-size: clamp(18px, 2.21vw, 31px)!important;	
}	
.txs_32 {	
	font-size: clamp(18px, 2.29vw, 32px)!important;	
}	
.txs_33 {	
	font-size: clamp(18px, 2vw, 33px)!important;	
}	
.txs_34 {	
	font-size: clamp(18px, 2.3vw, 34px)!important;	
}	
.txs_35 {	
	font-size: clamp(18px, 2.36vw, 35px)!important;	
}	
.txs_36 {	
	font-size: clamp(18px, 2.57vw, 36px)!important;	
}	
.txs_37 {	
	font-size: clamp(18px, 2.64vw, 37px)!important;	
}	
.txs_38 {	
	font-size: clamp(18px, 2.71vw, 38px)!important;	
}	
.txs_39 {	
	font-size: clamp(18px, 2.79vw, 39px)!important;	
}	
.txs_40 {	
	font-size: clamp(18px, 2.7vw, 40px)!important;	
}	
.txs_46 {	
	font-size: clamp(22px, 3.29vw, 46px)!important;	
}	

.merit .block .inn .tx .msg {	
	margin-top: 50px;
	font-feature-settings: "palt";
}	
.merit .block .inn .px {	
	width: 45%;
}	
.merit.dem_ver {
    margin-top: 0;
	padding-bottom: 0
}
.merit.dem_ver::before {
	height: 85%;
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5%);
	bottom: 0
}	
.merit.dem_ver .block .inn .tx .msg {	
	color: var(--clr_base)
}	
.reason {
	padding: min(8.11vw, 120px) 0
}
.reason .h_type_2 .jp {
	line-height: 1.8;
	letter-spacing: .2em
}
.reason .stage {
	padding: min(11.49vw, 170px) 0 min(6.76vw, 100px);
	margin-top: 2%;
	background: url("../img/reason_bg.webp") no-repeat top / cover;
}
.reason .stage .block {
	padding: 26px 0;
	margin-bottom: min(5.07vw, 75px);
	border-top: 1px solid var(--clr_blue);
	border-bottom: 3px solid var(--clr_blue);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}
.reason .stage .block:last-child {
	margin-bottom: 0
}
.reason .stage .block .num {
	width: 7.5%;
	padding: 2% 1% 2% 0;	
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-right: 1px solid var(--clr_blue)	
}
.reason .stage .block .px {
	width: 48.5%
}
.reason .stage .block .tx {
	width: 44%;
	padding: 0 3%;
}
.reason .stage .block .tx .ttl {
  font-family: "Shippori Mincho", serif;	
	font-size: clamp(20px, 3.21vw, 45px);	
	font-weight: 600;
	letter-spacing: .0em;
	font-feature-settings: "palt";
}
.reason .stage .block.no1 .tx .ttl {
	font-size: clamp(20px, 3.21vw, 45px);	
}
.reason .stage .block.no2 {
	padding-bottom: 50px
}
.reason .stage .block.no2 .tx .ttl {
	font-size: clamp(20px, 2.64vw, 39px);	
}
.reason .stage .block.no2 .tx .ttl span.sub {
	display: block;
	font-size: 29px;	
}
.reason .stage .block .tx .mn {
	margin-top: 4%;
	font-size: clamp(14px, 1.29vw, 18px);	
	font-weight: 600;
	letter-spacing: .025em;
	line-height: 2.6;
	font-feature-settings: "palt";	
}
.reason .stage .block .sepa {
	width: 100%;
	margin-top: min(6.76vw, 100px);
	display: flex;
	justify-content: space-between
}
.reason .stage .block .sepa .cell {
	width: 48%
}
.reason .stage .block .sepa .cell .in_ttl {
  font-family: "Shippori Mincho", serif;	
	font-weight: 600;
	text-align: center;
	letter-spacing: .0em;
	font-feature-settings: "palt";
}
.reason .stage .block .sepa .cell .in_px {
	margin: 3.5% 0 5%
}
.reason .stage .block .sepa .cell .in_mn {
	font-size: clamp(16px, 1.43vw, 20px);	
	font-weight: 600;
	letter-spacing: .0em;
	line-height: 1.5;
}
.b__a {
	padding-bottom: min(8.11vw, 120px)
}
.b__a .ttl_m {
	padding: 5px 2%;
	background: var(--clr_blue);
	color: #FFF;
	line-height: 1;
	font-feature-settings: "palt";	
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px
}
.b__a .ttl_m .en {
  font-family: "Cormorant Infant", serif;
	font-size: clamp(20px, 4.36vw, 61px);	
	font-weight: 500;
	letter-spacing: .0em;
}
.b__a .ttl_m .en span {
	font-size: clamp(20px, 7.07vw, 99px);	
	font-weight: 500;
}
.b__a .ttl_m .jp {
	font-weight: 600;
	letter-spacing: .2em;
	padding-top: .35em
}
.b__a .ttl_s {
	padding: 15px 2%;
	border: 1px solid var(--clr_blue);	
	background: var(--clr_w_blue);
}
.b__a .gap {
	gap: min(5.21vw, 73px)
}
.b__a header .bx.no1 {
	border: 1px solid var(--clr_l_blue)
}
.b__a header .bx.no2 {
	background: var(--clr_w_blue)
}
.b__a .bx {
	flex: 1;
}
.b__a .row .bx {
	position: relative
}
.tbl_tp_1  {
	border: 1px solid #9fb8d9;
	border-bottom: none
}
.tbl_tp_1 .row  {
	border-bottom: 1px solid #9fb8d9
}
.tbl_tp_1 .row:nth-child(odd)  {
	background: var(--clr_w_blue)
}
.tbl_tp_1 .cell {
	padding: 16px;
	letter-spacing: .0em;
	font-feature-settings: "palt";	
	display: flex;
	align-items: center
}
.tbl_tp_1 .cell.hd {
	border-right: 1px solid #9fb8d9;
	width: 25%;
	font-size: clamp(17px, 1.93vw, 27px);	
	font-weight: 600;
	color: var(--clr_blue);
	text-align: center;
	justify-content: center
}
.tbl_tp_1 .cell.bse {
	width: 75%;
	font-size: clamp(16px, 1.79vw, 25px);	
	font-weight: 500;
}
.flow .stage {
	overflow: hidden;
	padding: min(5.71vw, 80px) 0;
	background: #f9f9f9
}
.flow .stage .block .inn {
	position: relative;
	padding: min(2.14vw, 30px) min(4.29vw, 60px);
	background: #FFF;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
	z-index: 10
}
.flow .stage .block:last-child {
	margin-bottom: 0
}
.flow .stage .block .px {
	width: 40%;
	position: relative;
	z-index: 20	
}
.flow .stage .block .tx {
	width: 60%;
	padding-right: 4%;
	position: relative;
	z-index: 20
}
.flow .stage .block .tx header {
	display: flex;
	align-items: flex-end;
	column-gap: min(1.29vw, 18px);
	letter-spacing: .0em;
	font-feature-settings: "palt";	
}
.flow .stage .block .tx header .num {
	width: 10%;
  font-family: "Cormorant Infant", serif;
	font-size: clamp(25px, 5.36vw, 75px);	
	font-weight: 500;
	color: var(--clr_l_blue);
	line-height: 1;
}
.flow .stage .block .tx header .ttl {
	width: 90%;
	position: relative;	
  font-family: "Shippori Mincho", serif;	
	font-size: clamp(20px, 2.64vw, 37px);	
	font-weight: 600;
}
.flow .stage .block .tx header .ttl aside {
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background: #333333
}
.flow .stage .block .tx .msg {
	font-size: clamp(16px, 1.22vw, 18px);
	font-weight: 600;
	letter-spacing: .0em;
	line-height: 2;
	margin-top: 2%;
}
.flow .stage .block:first-child .fst_bar {
	content: "";
	position: absolute;
	top: min(9.29vw, 130px);
	left: -30px;
	width: 19px;
	height: 1px;
	background: #000;
}
.flow .stage .block .box {
	content: "";
	position: absolute;
	bottom: calc(min(1.93vw, 27px) * -1);
	right: calc(min(1.93vw, 27px) * -1);
	width: min(16.57vw, 232px);
	height: min(16.57vw, 232px);
	background: url("../img/flw_bpx.svg") no-repeat center / cover;
	z-index: 0
}
.flow .stage .block .inn::after {
	content: "";
	position: absolute;
	bottom: calc(min(3.14vw, 44px) * -1);
	left: 0;
	right: 0;
	width: 10px;
	height: 63px;
	margin: auto;
	background: url("../img/flw_arrw.svg") no-repeat center / cover
}
.flow .stage .block:last-child .inn::after {
	display: none
}
.flow .stage .block .tx .bg {
	font-size: (16px, 1.22vw, 18px);
	font-weight: 600;
	letter-spacing: .0em;
	line-height: 2;
	margin-top: 2%;
}

.flow .stage .block .inn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 37%;
	height: 100%;
	background: #f0f7fc;
	z-index: 0;
	clip-path: polygon(100% 0, 55% 100%, 0 100%, 0 0);	
}
.tbl_tp_2  {
	border: 1px solid #999999;
	border-bottom: none;
	border-right: none;
}
.tbl_tp_2 .row  {
}
.tbl_tp_2.no1 .hd {
	background: var(--clr_blue)
}
.tbl_tp_2.no2 .hd {
	background: var(--clr_l_blue)
}
.tbl_tp_2 .col {
	padding: 36px 10px;
	border-right: 1px solid #999999;
	display: flex;
	font-weight: 600;
	letter-spacing: .0em;
	font-feature-settings: "palt";	
	border-bottom: 1px solid #999999	
}
.tbl_tp_2 .col.nobb  {
	border-bottom: none
}
.tbl_tp_2 .row:first-child .col.no1 {
	align-items: center
}
.tbl_tp_2 .col.no1 {
	width: 26.57%;
	font-size: clamp(18px, 2.64vw, 37px);	
	color: #FFF;
}
.tbl_tp_2 .col.no2,
.tbl_tp_2 .col.long{
	width: 39.93%;
	align-items: center;
	font-size: clamp(18px, 2.23vw, 33px);	
}
.tbl_tp_2 .col.no3 {
	width: calc(100% - (39.93% + 26.57%));
	align-items: center;	
	justify-content: center;	
	font-size: clamp(18px, 2.57vw, 36px);	
}
.tbl_tp_2 .col.long {
	width: calc(100% - 26.57%);
}

.tbl_tp_2 .col.no3 .sub {
	display: block;
	font-size: clamp(16px, 2.03vw, 30px);	
}
.fee .info {
	max-width: 1255px;
	margin-inline: auto;
}
.faq .stage {
	max-width: 900px;
	margin-inline: auto;
}
.faq_wrap .area {
}
.faq_wrap .area .in {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 20px;
}
.faq_wrap .area .in .en {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}
.faq_wrap .area .in .en p {
  font-family: "Cormorant Infant", serif;
	line-height: 1;
	font-weight: 900
}
.faq_wrap .area .in .jp {
	width: calc(100% - 60px);
	font-weight: 600;
	letter-spacing: .0em;
	font-feature-settings: "palt";
}



.faq_wrap .area.q {
	cursor: pointer;
	padding: 23px 45px 23px 25px;
	background: #e1ecfd;
	border-radius: 50px;
	position: relative;
}
.faq_wrap .area.q aside {
    position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	right: 0
}	
.faq_wrap .area.q aside::before{
  position: absolute;
  content: '';
  top: 50%;
  right: 45px;
  width: 20px;
  height: 2px;
  background-color:var(--clr_blue)	;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.faq_wrap .area.q aside::after{
  position: absolute;
  content: '';
  top: 50%;
  right: 45px;
  width: 20px;
  height: 2px;
  background-color:var(--clr_blue)	;
  transition: all .3s ease-in-out;
}
.faq_wrap .area.q aside.open::before {
  transform: rotate(180deg);
}
.faq_wrap .area.q aside.open::after {
  opacity:0;
}
.faq_wrap .area.q .in {
	align-items: center
}
.faq_wrap .area.q .in .en {
	background: #FFF;
	color: var(--clr_blue)
}
.faq_wrap .area.q .in .jp {
	color: var(--clr_blue)
}

.faq_wrap .area.a {
	display: none;
	margin-top: 30px;
	padding-left: min(7.78vw, 70px);
}
.faq_wrap .area.a .in .en {
	background: var(--clr_blue);
	color: #FFF
}
.message .stage {
	column-gap: 20px;
	padding: 0 1.5%;
}
.message .stage .bx {
	width: 50%
}
.message .stage .tx .nam {
	display: flex;
	justify-content: flex-end
}
.message .stage .tx .nam .kana {
	font-size: 16px;
	text-align: right;
	color: var(--clr_blue)
}
.message .stage .tx .nam .in_sepa {
	display: flex;
	align-items: baseline;
	column-gap: 24px;
  font-family: "Shippori Mincho", serif;	
	font-weight: 600;
	color: #000
}
.message .stage .tx .nam .in_sepa .col_1 {
	font-size: clamp(16px, 1.64vw, 23px);	
}
.message .stage .tx .nam .in_sepa .col_2 {
	font-size: clamp(16px, 3.57vw, 50px);	
}
.last_infos {
	column-gap: 50px;	
}
.last_infos .cell {
	width: 50%	
}
.last_infos .cell.tx .tx_logo {
	font-size: clamp(16px, 1.64vw, 23px);	
	letter-spacing: .2em;
	font-feature-settings: "palt";	
}
.last_infos .cell.tx .tels {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	column-gap: 5px
}
.last_infos .cell.tx .tels p {
	font-size: clamp(18px, 1.86vw, 26px);	
	font-weight: 600;
	color: var(--clr_blue);
	letter-spacing: .2em;
	line-height: 1;
	font-feature-settings: "palt";
}
.time_tbl  {
	border: 1px solid #9ca2a7;
	padding-bottom: 15px;
}
.time_tbl .row {
	display: flex;
}
.time_tbl .row.top {
	padding: 15px 0;
	background: var(--clr_blue);
	color: #FFF;
}
.time_tbl .row .cell {
	line-height: 1;
	font-feature-settings: "palt";
	text-align: center;
	letter-spacing: 0
}
.time_tbl .row .hd {
	width: 30%
}
.time_tbl .row .bse {
	width: calc((100% - 30%) / 8)
}
.time_tbl .row.nml {
	padding-top: 15px;
}
.time_tbl .row.nml .bse {
	color: var(--clr_blue)
}
.time_tbl .row.nml .bse.red {
	color: #af5f61
}
.last_infos .cell .ggmap {
    position: relative;
    padding-bottom: 0%;
    padding-top: 0;
    height: 100%;
    overflow: hidden;
}
.cp_wrap .cp {
	padding: 26px 2%;
}
#page-top {
	position: fixed;
	cursor: pointer;
	bottom: 80px;
	right: 0;
	z-index: 9999;
	width: 65px;
	height: 65px;
}
#page-top img{
	display: block;
	width: 100%;
	height: auto
}
.cv {
	padding: 36px 0;
	background: #f3f3f3;
}
.cv .inn {
	padding: 0 min(2.57vw, 36px);
	display: flex;
	column-gap: min(1vw, 14px);
}
.cv .inn .bx {
	flex: 1;
	padding: 18px 0;
	position: relative;
	display: flex;
	align-items: center;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.16);
}
.cv .inn .bx .in {
	letter-spacing: .0em;
	line-height: 1.35;
	font-feature-settings: "palt";
}
.cv .inn .bx.rza {
	background: linear-gradient(90deg,rgba(66, 151, 213, 1) 0%, rgba(100, 207, 225, 1) 100%);
}
.cv .inn .bx.rza .in {
	padding: 0 2%;
}
.cv .inn .bx.rza .in .yell {
	color: #fffc8a
}
.cv .inn .bx.cmmn .in {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 3%;
}
.cv .inn .bx.cmmn .in aside {
	width: min(3.14vw, 44px);
	height: 2px;
	background: #FFF
}
.cv .inn .bx.line {
	background: #06c755
}
.cv .inn .bx.line .ico {
	display: block;
	height: auto;
	width: 19%;
}
.cv .inn .bx.tels {
	background: #12abc9
}
.cv .inn .bx.tels .ico {
	display: block;
	height: auto;
	width: 13%;
}



















@media screen and (max-width:1480px){.wrap_1480, .wrap_1400 {padding-right: 2%;padding-left: 2%;}.sol .stage .tx {overflow: hidden}}
@media screen and (max-width:1210px){}
@media screen and (max-width:1070px){
header.general .logos img {
	margin-inline: auto;
	margin-bottom: 5px;
    min-width: 238px;
}	
header.general .logos .in {
	display: block;
}
	
}
@media screen and (max-width:767px){
/* ==========================================================================
   Commons styles
   ========================================================================== */
body {
    font-size: 16px;
}		
.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_1480, .wrap_1400 {
    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 .cv_btns {
    display: none
}
header.general {
    padding: 0.8rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: none
}	
header.general .logos {
	width: 60%;	
    display: block;
	text-align: center;
}		
header.general .logos img {
	width: 100%;
	margin: 0 0 5px 0;
    min-width: inherit;
}	
header.general .logos .ttl {
    font-size: 12px;
    letter-spacing: .085em;
    padding: 5px;
}	
.sp_ham {
    width: 95px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	justify-content: center;
    cursor: pointer;
    transition-property: all;
    transition: 0.3s linear;
	background: #333333;
	position: relative;
	z-index: 999999;		
}

.sp_ham .fc_wht{
	width: 100%;
  font-family: "Shippori Mincho", serif;	
    margin-top: 8px;
	line-height: 1;
	text-align: center;
	font-weight: 500
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
 position: relative;
 width: 39px;
 height: 30px;
}
.menu-trigger.active {
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1.5px);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-50deg);
  transform: translateY(13px) rotate(-50deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(50deg);
  transform: translateY(-13px) rotate(50deg);
}	
.gnav_sp {
	padding-top: 120px;
	padding-bottom: 30px;	
	overflow-y: auto;
	overflow-x: hidden;
	background-color: var(--clr_blue);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	width: 600px;
	transition: opacity .6s ease, visibility .6s ease;
}
.gnav_sp .nav_main {
	position: relative
}
.gnav_sp .nav_main > ul {
	display: block;
}
.gnav_sp .nav_main > ul > li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav_sp .nav_main > ul > li:first-child {
}
.gnav_sp .nav_main > ul > li.nav_drawer {
	padding-bottom: 2.5vw;
}
.gnav_sp .nav_main > ul > li > a {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	text-align: left;
	padding-left: 36px;
	font-size: clamp(22px, 1.61vw, 31px);
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	color: #FFF;
	line-height: 1.2
}
.gnav_sp .nav_main > ul > li > a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 15px;
	height: 22px;
	margin: auto;
	background: url("../img/arrw_1.svg") no-repeat center / cover
}
.sp_ham {
    width: 60px;
    height: 60px;
	padding-top: 2%;	
    position: fixed;
    z-index: 999999;
	right: 2%;
	top: 2%;
}	
.menu-trigger {
    position: relative;
    width: 32px;
    height: 25px;
}	
.sp_ham .fc_wht {
    margin-top: 6px;
    font-size: 11px!important;
	font-weight: 400
}	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-50deg);
  transform: translateY(11px) rotate(-50deg);
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(50deg);
  transform: translateY(-11px) rotate(50deg);
}	
.fv {
    margin-top: 0;
}	
.gnav_sp {
    padding-top: 6vw;
    padding-bottom: 30px;
    width: 90%;
}	
.gnav_sp .nav_main > ul > li > a span {
    padding: 4vw 10px 4vw 0;
}	
.gnav_sp .nav_main > ul > li > a {
    padding-left: 5vw;
    font-size: 4.13vw;
    font-weight: 500;
    line-height: 1.2;
}	
.gnav_sp .nav_main > ul > li > a::before {
    left: 0.8rem;
    width: 2vw;
    height: 2.93vw;
}	
	
.gnav_sp .nav_main > ul > li > a:hover {
text-decoration: underline
}
.gnav_sp .nav_main > ul > li > a span {
	display: block;
	padding: 18px 10px;	
	width: 100%;
	position: relative
}
.gnav_sp .nav_main > ul > li.nav_drawer > a {
	border-bottom: none;
}
.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
	transform: rotate(90deg);
}
.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
	transform: rotate(-90deg);
}
.open .gnav_sp {
	visibility: visible;
	opacity: 1;
}
.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}
.worries {
    padding: 10vw 0.8rem 0;
    background: url(../img/worries_bg_sp.png);
    position: relative;
    z-index: 10;
}	
.worries .ttl {
    font-size: 6.4vw;
	line-height: 1.3
}	
.worries .ttl span {
    font-size: 6.93vw;
	font-weight: 900
}	
.worries .ttl .obj {
    width:18vw;
    left: -18vw;
    top: 0;
}	
.worries .sp_chk_list_wrap {
    text-align: center
}		
.worries .chk_list {
	width: auto;
	padding-bottom: 55vw;
	max-width: inherit;
    display: inline-block;
	text-align: left
}	
.worries .chk_list .obj.human {
    width: 35vw;
    right: 0;
	left: 0;
	bottom: 14vw;
    margin: auto
}	
.worries .chk_list li::before {
    content: "";
    position: absolute;
    top: 0.35em;
    bottom: unset;
    left: 0;
    width: 3.87vw;
    height: 4vw;
    margin: 0;
    background: url(../img/ico_chk.webp) no-repeat center / cover;
}	
.worries .chk_list li {
    padding-left: 6.5vw;
    margin-bottom: 4vw;
    position: relative;
    font-size: 5.47vw;
}	
.sol {
	margin-top: 0;
    background: url("../img/sol_bg_sp.webp") no-repeat top / cover
}	
.sol .obj.no1 {
    width: 18.4vw;
    top: -5vw;
}	
.sol .stage {
    padding: 13vw 0 min(13.51vw, 200px);
    background: none;
}	
.sol .stage .obj.no2 {
    display: none
}	
.sol .stage .tx {
    padding-left: 0;
    font-size: 7.47vw;
    font-weight: 700;
	text-align: center;
	overflow: visible
}	
.sol .stage .tx .row_2 {
    font-size: 8.8vw;
}	
.sol .stage .tx .row_3 {
	margin-top: 10vw;
    font-size: 9vw;
	letter-spacing: .1em
}	
.sol .stage .tx .obj {
    width: 12vw;
    right: 0.8rem;
    bottom: 18vw;
    z-index: 99999;
}	
.h_type_1 {
    padding: 2.67vw;
}	
.h_type_1 .in {
    padding: 2vw ;
    letter-spacing: .1em;
    font-size: 5.07vw;
}	
.merit header.top {
    padding: 10vw 0.8rem;
    margin-bottom: 7vw;
}	
.merit header.top .item {
    width: 80%;
	margin-inline: auto;
}	
.merit .block {
    padding: 5vw 4vw;
    margin-bottom: 10vw;
}	
.merit .block .inn {
    border: none
}	
.merit .block .inn .tx {
    width: 100%;
    padding: 0;
}	
.merit .block .inn .tx header .num {
    width: 13%;
}	
.merit .block .inn .tx header .ttl, .merit.dem_ver .block.no2 .inn .tx header .ttl {
    width: 87%;
    font-size: 8.8vw!important;
}	
.merit .block .inn .tx .msg {
    margin-top: 5vw;
}
.lh_2_5 {
    line-height: 1.8;
}	
.merit .block .inn .tx header {
    display: flex;
    align-items: flex-start;
    column-gap: min(2.36vw, 35px);
}	
.merit .block.no1 .inn .tx header,
.merit .block.no3 .inn .tx header {
    align-items: center;
}	
.merit .block .inn .px {
    width: 100%;
	margin-top: 5.5vw
}	
.merit .block .inn.flex-rev .tx {
    padding: 0;
}	
.merit .block.no2 .inn .tx header .ttl, .merit .block.no4 .inn .tx header .ttl, .merit .block.no6 .inn .tx header .ttl, .txs_25 {
    font-size: 5.8vw!important;
}	
.merit .block.no7 .txs_33 {
    font-size: 4.7vw!important;
}		
.merit .block.no7 .inn .tx header .ttl.txs_33 {
    font-size: 5.87vw!important;
}	
.merit .block.no7 .txs_35 {
    font-size: 6.5vw!important;
}	
.merit::before {
    bottom:0;
    height: 96.9%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 1%);
}	
.dem_ver .block.no1 .inn .tx header .ttl {
    align-items: center;
	font-size: 7.5vw!important
}	
.merit .stage {
    padding-bottom: 10vw;
}	
.reason {
    padding: 10vw 0;
    background: #eef6fb url(../img/reason_bg_sp.webp) no-repeat top / cover;	
}	
.reason .stage {
    padding: 7vw 0 min(6.76vw, 100px);
    margin-top: 0;
    background: none;
}	
.h_type_2 .en {
    font-size: 14.4vw;
    letter-spacing: .0em;
    line-height: 1;
}	
.h_type_2 .jp {
    font-size: clamp(18px, 2.77vw, 41px);
}	
.sp_txs_30 {
    font-size: 4vw!important;
}	
.sp_txs_61 {
    font-size: 8.13vw!important;
}	
.sp_txs_65 {
    font-size: 8.67vw!important;
}	
.sp_txs_40 {
    font-size: 5.33vw!important;
}	
.reason .stage .block .px {
    width: 100%;
	margin-top: 6vw
}	
.reason .stage .block .num {
    width: 14%;
    padding: 0 2%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: none;
}	
.reason .stage .block .tx {
    width: 86%;
    padding: 0 3%;
    border-left: 1px solid var(--clr_blue);	
}	
.reason .stage .block.no1 .tx .ttl {
    font-size: 7.28vw
}	
.reason .stage .block .tx .mn {
    margin-top: 6%;
    font-size: 16px;
    line-height: 2;
}	
.reason .stage .block.no2 .tx .ttl {
    font-size: 6.13vw;
}	
.reason .stage .block.no2 .tx .ttl span.sub {
    display: block;
    font-size: 4vw;
	font-feature-settings: "palt";	
	letter-spacing: 0
}	
.reason .stage .block .sepa {
    width: 100%;
    margin-top: 10vw;
    display: block;
}	
.reason .stage .block .sepa .cell {
    width: 100%;
}	
.reason .stage .block .sepa .cell:last-child {
    margin-top: 10vw
}	
.reason .stage .block .sepa .cell .txs_34 {
    font-size: 6.27vw!important;
}	
.cv {
    padding: 5vw 0;
    background: #f3f3f3;
}	
.cv .inn {
    padding: 0 0.8rem;
    display: block;
}	
.cv .inn .bx {
    padding: 18px 0;
    margin-bottom: 5vw;
}	
.cv .inn .bx:last-child {
    margin-bottom: 0;
}	
.cv .inn .bx .in .txs_28 {
    font-size: 5vw!important;
}		
.cv .inn .bx.rza .in {
	width: 100%;
    padding: 0 2%;
}	
.cv .inn .bx.rza .in .txs_24 {
    font-size: 5.73vw!important;
}	
.cv .inn .bx.cmmn .in aside {
    width: 6vw;
    height: 1px;
}	
.b__a {
    padding: 10vw 0;
}	
.b__a .ttl_m {
    padding: 5px 2%;
    text-align: left;
    display: block;
}	
.b__a .ttl_m .en {
    font-size: 7.27vw;
}	
.b__a .ttl_m .en span {
    font-size: 11.73vw;
}	
.b__a .ttl_m .jp {
    font-size: 4.8vw;	
    font-weight: 600;
    letter-spacing: .2em;
    padding: .35em 0;
	text-align: center;
	line-height: 1.35
}	
.b__a .ttl_s {
    padding: 15px 2%;
    font-size: 5.65vw!important;
	letter-spacing: 0;
	margin-bottom: 5%
}	
.b__a header {
    display: none
}	
.b__a .row {
	padding-bottom: 8vw;
	border-bottom: 1px solid var(--clr_blue)
}	
.b__a .row .bx {
	margin-bottom: 15vw
}	
.b__a .row .bx:last-child {
	margin-bottom: 0
}	
.b__a .row .bx:first-child::after {
	content: "";
	position: absolute;	
	bottom:-11vw;
	left: 0;
	right: 0;
	width: 18.51vw;
	height: 6.63vw;
	margin: auto;
	background: url("../img/b__a_arrw.webp") no-repeat center / cover
}	
.mgn_t_44px {
    margin-top: 8vw
}	
.tbl_tp_1 .cell.hd {
    border-right: none;
    width: 100%;
    font-size: 4.53vw;
    text-align: left;
    justify-content: flex-start;
    background: var(--clr_w_blue);	
	border-bottom: 1px solid #9fb8d9	
}	
.tbl_tp_1 .row {
    padding: 0;
}	
.tbl_tp_1 .cell {
    padding: 4vw;
}	
.tbl_tp_1 .cell.bse {
    width: 100%;
}	
.tbl_tp_1 .row:nth-child(odd) {
    background: none
}	
.mgn_t_100px {
    margin-top: 11vw
}	
.btn_type_1 {
    max-width: 507px;
    margin-inline: auto;
    position: relative;
    padding: 6.5vw 0;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(66, 151, 213, 1) 0%, rgba(100, 207, 225, 1) 100%);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
}	
.flow .stage {
    margin-top: 10vw;
    padding: min(5.71vw, 80px) 0;
}	
.flow .stage .block:first-child .fst_bar,
.flow .stage .block .box {
    display: none
}
.flow .stage .block .inn {
    padding:4vw;
}	
.flow .stage .block .px {
    width: 80%;
	margin-inline: auto;
	margin-bottom: 2vw
}
.flow .stage .block .tx {
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 20;
}	
.flow .stage .block .tx header .num {
    width: 13%;
    font-size: 10.67vw;
	font-weight: 700;
	line-height: 1;
}	
.flow .stage .block .tx header .ttl {
    width: 87%;
    font-size: 5.2vw;
}	
.flow .mgn_t_80px {
    margin-top: 16vw
}	
.flow .stage .block .inn::after {
    bottom: -13vw;
}	
.flow .stage .block .inn::before {
    width: 85%;
    height: 56vw;
    background: #f0f7fc;
    z-index: 0;
clip-path: polygon(100% 0, 0 0, 0 100%);
}	
.fee .h_type_2 {
    margin-bottom: 9vw
}
.tbl_tp_2 .col {
    padding: 4vw 10px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}	
.tbl_tp_2 .col.no1 {
    width: 100%;
    font-size: 4.92vw;
}	
.tbl_tp_2 .col.no2, .tbl_tp_2 .col.long {
    width: 100%;
    font-size: 4.4vw;
}	
.tbl_tp_2 .col.no3 {
	text-align: left;
	justify-content: flex-start;
    width: 100%;
    font-size: 4.8vw;
	color: var(--clr_blue)
}	
.tbl_tp_2 .col.null {
	display: none
}	
.txs_31 {
    font-size: 4.27vw!important;
}	
.fee .info .msg {
    line-height: 1.5;
	font-size: 16px
}	
.faq_wrap .area.q {
    padding: 3vw 25px 3vw 3vw;
    border-radius: 30px;
}	
.faq_wrap .area .in {
    column-gap: 3vw;
}	
.faq_wrap .area.q .in .jp {
    font-size: 4.13vw;
}	
.faq_wrap .area.q aside::before,
.faq_wrap .area.q aside::after{
  right: 4vw;
  width: 20px;
  height: 2px;
}
.faq_wrap .area.a {
    display: none;
    margin-top: 5vw;
    padding-left: 6vw;
}	
.faq_wrap .area .in .jp {
    font-size: 16px;
}	
.message .stage {
    padding: 0;
}	
.message .stage .bx {
    width: 100%;
	margin-bottom: 6vw
}	
.message .stage .tx .nam .kana {
	font-size: 13px
}
	
.message .stage .tx .nam .in_sepa .col_1 {
    font-size: 3.47vw
}	
.message .stage .tx .nam .in_sepa .col_2 {
    font-size: 7.83vw
}	
.last_infos {
    margin-top: 14vw
}	
.last_infos .cell {
    width: 100%;
} 	
.last_infos .cell.tx .tx_logo.logo {
    font-size: 6.12vw!important;
}	
.last_infos .cell.tx .train {
    margin-top: 7vw
}	
.last_infos .cell.tx .tels {
    margin-top: 7vw	
}	
.last_infos .cell.tx .tels p {
    font-size: 6.53vw;
}	
.time_tbl {
    margin-top: 7vw;
    padding-bottom: 15px;
}	
.time_tbl .row .hd {
    width: 40%;
}	
.time_tbl .row .bse {
    width: calc((100% - 40%) / 8);
}	
.time_tbl .row .cell,
.last_infos .cell.tx .comm {
    font-size: 14px!important
}	
#page-top {
    display: none
}	
.cp_wrap {
    margin-bottom: 70px;
}	
.sp_fix_nvs {
    position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9998;
	width: 100%;
	height: 70px;
	display: flex;
}	
.sp_fix_nvs .bx {
	position: relative
}	
.sp_fix_nvs .bx .in {
    width: 100%;
	height: 100%;
    display: flex;
	justify-content: center;
	align-items: center		
}	
.sp_fix_nvs .bx .in .mn {
	display: block;
	height: auto
}	
.sp_fix_nvs .bx.tels {
	width: 38.98%;
	background: linear-gradient(90deg,rgba(66, 151, 213, 1) 0%, rgba(100, 207, 225, 1) 100%);
    padding: 4px
}	
.sp_fix_nvs .bx.tels .in {
	border: 1px solid #FFF;
	padding: 0 1%
}	
.sp_fix_nvs .bx.tels .in .mn {
	width: 100%;
}		
.sp_fix_nvs .bx.cmmn {
	width: 21.01%;
}	
.sp_fix_nvs .bx.cmmn .in {
	padding: 0 2%
}	
.sp_fix_nvs .bx.cmmn .in .mn {
	width: 100%;
}	
.sp_fix_nvs .bx.rza {
	background: #FFF;
}		
.sp_fix_nvs .bx.line {
	background: #06c755;
}	
.sp_fix_nvs .bx.gotop {
	width: 16.82%;
	margin-inline: auto;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
@media (orientation: landscape){
.sp_fix_nvs .bx .in .mn,
.sp_fix_nvs .bx.gotop .img_w100 {
	height: 100%;
	width: auto!important
}	
.sp_fix_nvs .bx.cmmn .in {
	padding: 2% 0
}	
	
}	
}

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

