@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&family=Quicksand:wght@300..700&display=swap');
html, body {
	line-height: 1.5;
	font-size: 16px;	
	font-weight: 400;
	letter-spacing: .018em
}
body{
	position: relative;
	font-size: 1rem;
	font-family: "Quicksand", "M PLUS 1p", "Meiryo", 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}
.disp_blk{display: block}
.disp_non{display: none}
.marker_tp_1 {background:rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #ffff00 0%) repeat scroll 0 0; }
/*-------------------------------------
色設定
--------------------------------------*/
:root {
    --clr_wht: #FFF;
    --clr_blk: #000000;		
    --clr_base: #1a1a1a;
    --clr_cream: #ffffef;
    --clr_blue: #0c52a4;
    --clr_blue_2: #1aa0bd;
    --clr_yell: #ffca00;
    --clr_green: #62bfac;
    --clr_org: #ff6120;
    --clr_glay: #f4f6f8;
	
}
/*-------------------------------------
背景色/文字色
--------------------------------------*/
.bg_clr_wht {
	background-color: #FFF
}
.bg_clr_cream {
	background-color: var(--clr_cream)
}
.bg_clr_green {
	background-color: var(--clr_green)
}
.bg_clr_blue_2 {
	background-color: var(--clr_blue_2)
}
.bg_clr_glay {
	background-color: var(--clr_glay)
}
.fc_wht{color: #FFF}
.fc_bse{color: var(--clr_base)}
.fc_green {color: var(--clr_green)}
.fc_blue {color: var(--clr_blue)}
.fc_blue_2 {color: var(--clr_blue_2)}
.fc_org {color: var(--clr_org)}
.fc_yell {color: var(--clr_yell)}

.txs_12 {
	font-size: 12px;	
}
.txs_13 {
	font-size: 13px;	
}
.txs_14 {
	font-size: 14px;	
}
.txs_15 {
	font-size: clamp(12px, 0.78vw, 15px);	
}
.txs_16 {
	font-size: clamp(12px, 0.833vw, 16px);	
}
.txs_17 {
	font-size: clamp(14px, 0.88vw, 17px);	
}
.txs_18 {
	font-size: clamp(15px, 0.93vw, 18px);	
}
.txs_19 {
	font-size: clamp(16px, 0.98vw, 19px);	
	/* font-size: clamp(13px, 0.98vw, 19px);	 */
}
.txs_20 {
	font-size: clamp(16px, 1.04vw, 20px);	
	/* font-size: clamp(13px, 1.04vw, 20px);	 */
}
.txs_21 {
	font-size: clamp(16px, 1.09vw, 21px);	
	/* font-size: clamp(13px, 1.09vw, 21px);	 */
}
.txs_22 {
	font-size: clamp(18px, 1.14vw, 22px);
	/* font-size: clamp(13px, 1.14vw, 22px); */
}
.txs_23 {
	font-size: clamp(17px, 1.19vw, 23px);
}
.txs_24 {
	font-size: clamp(17px, 1.25vw, 24px);
}
.txs_25 {
	font-size: clamp(18px, 1.3vw, 25px);
}
.txs_26 {
	font-size: clamp(18px, 1.35vw, 26px);
}
.txs_27 {
	font-size: clamp(18px, 1.41vw, 27px);
}
.txs_28 {
	font-size: clamp(18px, 1.4583vw, 28px);
}
.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);	
}
.txs_33 {
	font-size: clamp(22px, 1.71vw, 33px);	
}
.txs_34 {
	font-size: clamp(24px, 1.77vw, 34px);	
}
.txs_35 {
	font-size: clamp(16px, 1.82vw, 35px);	
}
.txs_36 {
	font-size: clamp(26px, 1.88vw, 36px);	
}
.txs_37 {
	font-size: clamp(36px, 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(20px, 2.08vw, 40px);	
}
.txs_41 {
	font-size: clamp(36px, 2.14vw, 41px);	
}
.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);	
}
.txs_45 {
	font-size: clamp(20px, 2.34vw, 45px);	
}
.txs_46 {
	font-size: clamp(36px, 2.39vw, 46px);	
}
.txs_47 {
	font-size: clamp(36px, 2.45vw, 47px);	
}
.txs_48 {
	font-size: clamp(36px, 2.5vw, 48px);	
}
.txs_49 {
	font-size: clamp(36px, 2.55vw, 49px);	
}
.txs_50 {
	font-size: clamp(22px, 2.60vw, 50px);	
}
.txs_51 {
	font-size: clamp(36px, 2.66vw, 51px);	
}
.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_55 {
	font-size: clamp(36px, 2.86vw, 55px);	
}
.txs_56 {
	font-size: clamp(36px, 2.92vw, 56px);	
}
.txs_57 {
	font-size: clamp(36px, 2.97vw, 57px);	
}
.txs_58 {
	font-size: clamp(36px, 3.02vw, 58px);	
}
.txs_59 {
	font-size: clamp(36px, 3.07vw, 59px);	
}
.txs_60 {
	font-size: clamp(26px, 3.12vw, 60px);	
}
.txs_61 {
	font-size: clamp(36px, 3.18vw, 61px);	
}
.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_66 {
	font-size: clamp(36px, 3.44vw, 66px);	
}
.txs_67 {
	font-size: clamp(36px, 3.49vw, 67px);	
}
.txs_68 {
	font-size: clamp(36px, 3.54vw, 68px);	
}
.txs_69 {
	font-size: clamp(36px, 3.60vw, 69px);	
}
.txs_70 {
	font-size: clamp(36px, 3.65vw, 70px);	
}
.txs_71 {
	font-size: clamp(36px, 3.70vw, 71px);	
}
.txs_72 {
	font-size: clamp(36px, 3.75vw, 72px);	
}
.txs_73 {
	font-size: clamp(36px, 3.80vw, 73px);	
}
.txs_74 {
	font-size: clamp(36px, 3.85vw, 74px);	
}
.txs_75 {
	font-size: clamp(36px, 3.91vw, 75px);	
}
.txs_76 {
	font-size: clamp(36px, 3.96vw, 76px);	
}
.txs_77 {
	font-size: clamp(36px, 4.01vw, 77px);	
}
.txs_78 {
	font-size: clamp(36px, 4.06vw, 78px);	
}
.txs_79 {
	font-size: clamp(36px, 4.11vw, 79px);	
}
.txs_80 {
	font-size: clamp(36px, 4.17vw, 80px);	
}
.txs_81 {
	font-size: clamp(36px, 4.22vw, 81px);	
}
.txs_82 {
	font-size: clamp(36px, 4.27vw, 82px);	
}
.txs_83 {
	font-size: clamp(36px, 4.32vw, 83px);	
}
.txs_84 {
	font-size: clamp(36px, 4.38vw, 84px);	
}
.txs_85 {
	font-size: clamp(36px, 4.43vw, 85px);	
}
.txs_86 {
	font-size: clamp(36px, 4.48vw, 86px);	
}
.txs_87 {
	font-size: clamp(36px, 4.53vw, 87px);	
}
.txs_88 {
	font-size: clamp(36px, 4.58vw, 88px);	
}
.txs_89 {
	font-size: clamp(36px, 4.64vw, 89px);	
}
.txs_90 {
	font-size: clamp(36px, 4.69vw, 90px);	
}
.txs_91 {
	font-size: clamp(36px, 4.74vw, 91px);	
}
.txs_92 {
	font-size: clamp(36px, 4.79vw, 92px);	
}
.txs_93 {
	font-size: clamp(36px, 4.84vw, 93px);	
}
.txs_94 {
	font-size: clamp(36px, 4.90vw, 94px);	
}
.txs_95 {
	font-size: clamp(36px, 4.95vw, 95px);	
}
.txs_96 {
	font-size: clamp(36px, 5.00vw, 96px);	
}
.txs_97 {
	font-size: clamp(36px, 5.05vw, 97px);	
}
.txs_98 {
	font-size: clamp(36px, 5.10vw, 98px);	
}
.txs_99 {
	font-size: clamp(36px, 5.16vw, 99px);	
}
.txs_100 {
	font-size: clamp(36px, 5.21vw, 100px);	
}
.tx_sdw_1{
    text-shadow:2px 2px 0 #ffffff,-2px 2px 0 #ffffff,2px -2px 0 #ffffff,-2px -2px 0 #ffffff;
}
span.line {
  padding-bottom: 2px;
  border-bottom: 2px solid var(--clr_base);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.ff_kozuka {
	font-family: "kozuka-gothic-pr6n", sans-serif;
}
.ls_ng_100 {
	letter-spacing: -.1em;
}
.ls_ng_55 {
	letter-spacing: -.055em;
}
.ls_ng_25 {
	letter-spacing: -.055em;
}
.ls_ng_15 {
	letter-spacing: -.015em
}
.ls_0 {
	letter-spacing: 0
}
.ls_25 {
	letter-spacing: .025em
}
.ls_35 {
	letter-spacing: .035em
}
.ls_5 {

	letter-spacing: .05em
}
.ls_75 {
	letter-spacing: .075em;
}
.ls_80 {
	letter-spacing: .08em
}
.ls_100 {
	letter-spacing: .1em
}
.ls_200 {
	letter-spacing: .2em
}
.fw_400 {
	font-weight: 400
}
.fw_500 {
	font-weight: 500
}
.fw_550 {
	font-weight: 550
}
.fw_600 {
	font-weight: 600
}
.fw_700 {
	font-weight: 700
}
.fw_800 {
	font-weight: 800
}
.fw_900 {
	font-weight: 900
}
.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_5 {
	line-height: 2.5
}
.lh_3 {
	line-height: 3
}
.ls_non {letter-spacing: 0}
.ls_nega {letter-spacing: -.075em}
.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_bl{align-items: baseline}
.an_cent{align-items: center}
.block_link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%	
}
@media (hover: hover) {
.hover{
	transition-property: all;
  	transition: 0.15s linear;
}
.hover:hover{
	opacity: 0.75;
}
.brightness {
  transition: filter 0.3s ease;
  filter: brightness(
    1
  ); 
}
.brightness:hover {
  filter: brightness(1.2);
}
}
.pc{display: block}
.sp{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 3%;
	display: inline;
	}
.alignleft {
	margin: 0 3% 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_1080 {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.wrap_1300 {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.wrap_1535 {
	max-width: 1535px;
	margin-left: auto;
	margin-right: auto;
}

/*-------------------------------------
リスト
--------------------------------------*/
.list_type_num li,
.list_type_1 li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 1%;
}
.list_type_num 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_2 li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 0;
}
.list_type_2 li::after {
    content: "※";  
	position: absolute;
	top: 0;
	left: 0;	
}

.list_type_num {
	counter-reset: number 0;
}
.list_type_num li {
	position: relative;
}
.list_type_num li::before {
	position: absolute;
	top: 0;
	left: 0;	
  counter-increment: number 1;
  content: counter(number) ".";
}

/*-------------------------------------
ボックス
--------------------------------------*/
.bx_type_1 {
}
/*-------------------------------------
ボタン
--------------------------------------*/
.btn_tp_1 {
	display: inline-block;
	padding: min(1.04vw, 20px) min(1.35vw, 26px);
	position: relative;
	border-radius: 35px;
	background: #1aa0bd;
	transition: all 0.25s 0s ease;
}
.btn_tp_1:hover {
	background: var(--clr_blue);
}
.btn_tp_1 .in {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: min(0.63vw, 12px);
}
.btn_tp_1 .in .icon {
	display: block;
	width: min(2.08vw, 40px);
	height: auto
}
.btn_tp_1 .in .tx {
	font-size: clamp(10px, 0.93vw, 18px);	
	font-weight: 600;
	color: #FFF;
	text-align: center;
	letter-spacing: .015em;
	line-height: 1;
	font-feature-settings: "palt";
}
.btn_tp_1:hover .tx {
	color: var(--clr_yell);
}
.btn_tp_2 {
	width: min(18.49vw, 355px);
	height: min(4.48vw, 86px);
	min-width: 245px;
	min-height: 44px;
	display: flex;
	align-items: center;
	position: relative;	
}
.btn_tp_2::after {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: min(1.77vw, 34px);
	width: min(1.93vw, 37px);
	height: min(1.77vw, 34px);
	margin: auto;
	background: url("../img/btn_tp_2_arrw.webp") no-repeat center / cover
}
.btn_tp_2 .in {
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: var(--clr_yell);
	padding-left: 10%;
	padding-right: min(4.06vw, 78px);
	transition: all 0.25s 0s ease;
	display: flex;
	column-gap: min(1.30vw, 25px);
	align-items: center;
	justify-content: space-between
}
.btn_tp_2.ver_blue .in {
	background: var(--clr_blue);
}
.btn_tp_2.pad_l_5 .in {
	padding-left: 5%;
}
.btn_tp_2.pad_l_4 .in {
	padding-left: 4%;
}
.btn_tp_2.pad_l_3 .in {
	padding-left: 3%;
}
.btn_tp_2.pad_l_2 .in {
	padding-left: 2%;
}
.btn_tp_2.pad_l_1 .in {
	padding-left: 1%;
}
.btn_tp_2:hover .in {
	background: var(--clr_blue);
}
.btn_tp_2.ver_blue:hover .in {
	background: var(--clr_yell);
}
.btn_tp_2 .in .txt {
	font-size: clamp(15px, 1.25vw, 24px);
	font-weight: 600;
	color: var(--clr_blue);
	letter-spacing: .018em;
	font-feature-settings: "palt";
}
.btn_tp_2.ver_blue .in .txt {
	color: var(--clr_wht);
}
.btn_tp_2.ver_blue:hover .in .txt {
	color: var(--clr_blue);
}
.btn_tp_2:hover .in .txt {
	color: var(--clr_yell);
}
.btn_tp_2 .in .icon {
	display: block;
	width: min(1.93vw, 37px);
	height: auto
}

/*-------------------------------------
見出し
--------------------------------------*/
.h_type_1 {
	letter-spacing: .047em;
	font-feature-settings: "palt";
}
.h_type_1 .en {
	font-size: clamp(15px, 0.93vw, 18px);	
	font-weight: 600;
	color: var(--clr_green);
}
.h_type_1 .ttl {
	font-size: clamp(20px, 3.13vw, 60px);	
	font-weight: 300;
	line-height: 1.3
}
.h_type_2 {
	padding-left: min(4.68vw, 90px);
	position: relative;
	font-size: clamp(16px, 1.88vw, 36px);	
	font-weight: 600;
	font-feature-settings: "palt";
}
.h_type_2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: min(3.54vw, 68px);
    height: min(3.91vw, 75px);
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2OC4xNiA3NS45MyI+PHBvbHlnb24gcG9pbnRzPSIyNS45OCAyMS40OCAyNi44MiAxOS41OSAyOC4wNCAxNy42IDI5LjYyIDE1LjggMzAuNzcgMTMuNzQgMzIuMjMgMTEuODYgMzMuMDUgOS42MyAzNC4xNSA3LjU1IDM1IDUuMzMgMzUuOCAzLjA4IDM3LjE4IDEuMDYgNDAuMDcgMCA0MC40NCAxLjc0IDQxLjE4IDQuMTMgNDIuNzMgNi40NyA0Mi41NiA5LjEgNDEuODMgMTEuNjkgNDEuODEgMTQuMjQgNDIuMSAxNi44MiA0Mi4xIDE5LjM5IDQxLjc4IDIxLjk2IDQxLjcyIDI0LjU1IDQxLjcgMjcuMTYgNDQuMDggMjguNTIgNDYuNDEgMjkuMjggNDguNzMgMzAuMTcgNTEuMSAzMC45NyA1My40MyAzMi4wOSA1Ni4wOSAzMS40OSA1OC41MSAzMi4xNSA2MS4wNSAzMi4wNiA2My40OSAzMi42NyA2NS44NyAzMy42NSA2OC4xNiAzNC4yNSA2Ny4xMiAzNS43OSA2NS4zMSAzNy41NCA2My4xIDM4LjQxIDYwLjUxIDM4LjM5IDU4LjYyIDM5Ljk4IDU2LjA4IDQwLjA1IDU0IDQxLjE5IDUxLjc3IDQyIDQ5LjU5IDQyLjkgNDcuNTQgNDQuMTYgNDUuNDggNDUuNDMgNDMuMTUgNDUuOTYgNDAuNzcgNDYuMzQgNDEuODkgNDguNyA0Mi40MyA1MS4wNSA0Mi45NiA1My40IDQzLjk1IDU1LjY0IDQ0LjY0IDU3Ljk2IDQ0LjI5IDYwLjUxIDQ1LjAzIDYyLjgyIDQ1Ljk4IDY1LjA3IDQ1LjgyIDY3LjU4IDQ2Ljk5IDY5Ljc5IDQ3LjQ4IDcyLjE2IDQ3LjQxIDc0LjYyIDQ3Ljc3IDc1LjkzIDQ1LjkxIDc1LjY0IDQzLjkzIDc0LjA1IDQxLjY4IDcyLjg3IDM5LjY2IDcxLjMzIDM4LjEyIDY5LjMgMzYuMDUgNjcuNzQgMzUuNDYgNjUgMzIuNzggNjMuODQgMzIuNTQgNjAuOTEgMzAuOTIgNTguOTcgMjguNzkgNTcuMzggMjcuNTUgNTQuODQgMjUuNDUgNTYuNzUgMjMuMzcgNTguMjQgMjAuNzkgNTguOTkgMTkuMTMgNjEuMTQgMTYuOTYgNjIuNTEgMTQuMzcgNjMuMjIgMTIuMDkgNjQuNDIgMTAuNjcgNjYuOTYgOC4yNyA2Ny45NSA1Ljc2IDY4Ljc3IDMuMTQgNjkuMTQgLjM1IDY5Ljg4IC43MyA2Ny40OSAwIDY0Ljg3IDEuNTUgNjIuOTggMi4zMyA2MC42NSA0LjM1IDU5LjA1IDUuMDIgNTYuNjQgNi44NiA1NC45NCA4LjM0IDUzLjAyIDguNzEgNTAuNDQgMTAuNjggNDguODEgMTEuMyA0Ni4zOCAxMi4zNCA0NC4yIDEzLjYyIDQyLjE3IDE0LjAxIDQwLjI5IDEzLjM3IDM4LjY3IDExLjkzIDM2LjUgMTAuMjIgMzQuNTcgOC42NyAzMi40NyA2LjYzIDMwLjg2IDQuNCAyOS40NSAzLjEyIDI3LjA5IDEuNTQgMjUuMTcgLjA4IDIyLjggMi42MiAyMS4zMSA0Ljg5IDIwLjM5IDcuMjMgMjAuNDEgOS42NCAxOS41OSAxMS45NiAyMC4xIDE0LjMgMjAuMjcgMTYuNTUgMjEuNDEgMTguOTQgMjEuMDcgMjEuMzMgMjAuNzIgMjMuNTcgMjEuOTcgMjUuOTggMjEuNDgiLz48L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2OC4xNiA3NS45MyI+PHBvbHlnb24gcG9pbnRzPSIyNS45OCAyMS40OCAyNi44MiAxOS41OSAyOC4wNCAxNy42IDI5LjYyIDE1LjggMzAuNzcgMTMuNzQgMzIuMjMgMTEuODYgMzMuMDUgOS42MyAzNC4xNSA3LjU1IDM1IDUuMzMgMzUuOCAzLjA4IDM3LjE4IDEuMDYgNDAuMDcgMCA0MC40NCAxLjc0IDQxLjE4IDQuMTMgNDIuNzMgNi40NyA0Mi41NiA5LjEgNDEuODMgMTEuNjkgNDEuODEgMTQuMjQgNDIuMSAxNi44MiA0Mi4xIDE5LjM5IDQxLjc4IDIxLjk2IDQxLjcyIDI0LjU1IDQxLjcgMjcuMTYgNDQuMDggMjguNTIgNDYuNDEgMjkuMjggNDguNzMgMzAuMTcgNTEuMSAzMC45NyA1My40MyAzMi4wOSA1Ni4wOSAzMS40OSA1OC41MSAzMi4xNSA2MS4wNSAzMi4wNiA2My40OSAzMi42NyA2NS44NyAzMy42NSA2OC4xNiAzNC4yNSA2Ny4xMiAzNS43OSA2NS4zMSAzNy41NCA2My4xIDM4LjQxIDYwLjUxIDM4LjM5IDU4LjYyIDM5Ljk4IDU2LjA4IDQwLjA1IDU0IDQxLjE5IDUxLjc3IDQyIDQ5LjU5IDQyLjkgNDcuNTQgNDQuMTYgNDUuNDggNDUuNDMgNDMuMTUgNDUuOTYgNDAuNzcgNDYuMzQgNDEuODkgNDguNyA0Mi40MyA1MS4wNSA0Mi45NiA1My40IDQzLjk1IDU1LjY0IDQ0LjY0IDU3Ljk2IDQ0LjI5IDYwLjUxIDQ1LjAzIDYyLjgyIDQ1Ljk4IDY1LjA3IDQ1LjgyIDY3LjU4IDQ2Ljk5IDY5Ljc5IDQ3LjQ4IDcyLjE2IDQ3LjQxIDc0LjYyIDQ3Ljc3IDc1LjkzIDQ1LjkxIDc1LjY0IDQzLjkzIDc0LjA1IDQxLjY4IDcyLjg3IDM5LjY2IDcxLjMzIDM4LjEyIDY5LjMgMzYuMDUgNjcuNzQgMzUuNDYgNjUgMzIuNzggNjMuODQgMzIuNTQgNjAuOTEgMzAuOTIgNTguOTcgMjguNzkgNTcuMzggMjcuNTUgNTQuODQgMjUuNDUgNTYuNzUgMjMuMzcgNTguMjQgMjAuNzkgNTguOTkgMTkuMTMgNjEuMTQgMTYuOTYgNjIuNTEgMTQuMzcgNjMuMjIgMTIuMDkgNjQuNDIgMTAuNjcgNjYuOTYgOC4yNyA2Ny45NSA1Ljc2IDY4Ljc3IDMuMTQgNjkuMTQgLjM1IDY5Ljg4IC43MyA2Ny40OSAwIDY0Ljg3IDEuNTUgNjIuOTggMi4zMyA2MC42NSA0LjM1IDU5LjA1IDUuMDIgNTYuNjQgNi44NiA1NC45NCA4LjM0IDUzLjAyIDguNzEgNTAuNDQgMTAuNjggNDguODEgMTEuMyA0Ni4zOCAxMi4zNCA0NC4yIDEzLjYyIDQyLjE3IDE0LjAxIDQwLjI5IDEzLjM3IDM4LjY3IDExLjkzIDM2LjUgMTAuMjIgMzQuNTcgOC42NyAzMi40NyA2LjYzIDMwLjg2IDQuNCAyOS40NSAzLjEyIDI3LjA5IDEuNTQgMjUuMTcgLjA4IDIyLjggMi42MiAyMS4zMSA0Ljg5IDIwLjM5IDcuMjMgMjAuNDEgOS42NCAxOS41OSAxMS45NiAyMC4xIDE0LjMgMjAuMjcgMTYuNTUgMjEuNDEgMTguOTQgMjEuMDcgMjEuMzMgMjAuNzIgMjMuNTcgMjEuOTcgMjUuOTggMjEuNDgiLz48L3N2Zz4=");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
}
.h_type_2.ver1 {
	color: var(--clr_yell)
}
.h_type_2.ver2 {
	color: var(--clr_base)
}
.h_type_2.ver2::before {
	background: var(--clr_green)
}
.h_type_3 .ico {
	margin-bottom: 10px
}
.h_type_4 {
	font-size: clamp(26px, 1.88vw, 36px);	
	font-weight: 500;
	color: var(--clr_blue_2);
	letter-spacing: .0em;
	line-height: 1.5;
	font-feature-settings: "palt";	
	position: relative;
	padding-left: min(4.17vw, 80px);
}
.h_type_4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: min(3.65vw, 70px);
	height: min(4.04vw, 77px);
	background: url("../img/h_type_4_ico.webp") no-repeat center /cover
}
.h_type_4.vert::before {
	bottom: 0;
	margin: auto
}
.h_type_4.wht::before {
	background: url("../img/h_type_4_ico_wht.webp") no-repeat center /cover
}
.h_type_4.ver2 {
	display: flex;
	justify-content: center
}
.h_type_4.ver2::before {
	display: none
}
.h_type_4 span {position: relative}
.h_type_4 span::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(min(4.17vw, 80px) * -1);
	width: min(3.65vw, 70px);
	height: min(4.04vw, 77px);
	margin: auto;
	background: url("../img/h_type_4_ico.webp") no-repeat center /cover
}
.punctuation {
	display: inline-block;
  letter-spacing: -0.4em; /* 「、」の後ろをグッと詰める */
  margin-right: -0.1em;   /* 必要に応じて微調整 */
}
.punctuation::before {
	display: none
}
i{font-style: normal}
/*-------------------------------------
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_20{
	padding: min(1.04vw, 20px) 0;
}
.sec_pad_20_t{
	padding-top: min(1.04vw, 20px);
}
.sec_pad_20_b{
	padding-bottom: min(1.04vw, 20px);
}
.sec_pad_30{
	padding: min(1.56vw, 30px) 0;
}
.sec_pad_30_t{
	padding-top: min(1.56vw, 30px);
}
.sec_pad_30_b{
	padding-bottom: min(1.56vw, 30px);
}
.sec_pad_40{
	padding: min(2.08vw, 40px) 0;
}
.sec_pad_40_t{
	padding-top: min(2.08vw, 40px);
}
.sec_pad_40_b{
	padding-bottom: min(2.08vw, 40px);
}
.sec_pad_50{
	padding: min(2.60vw, 50px) 0;
}
.sec_pad_50_t{
	padding-top: min(2.60vw, 50px);
}
.sec_pad_50_b{
	padding-bottom: min(2.60vw, 50px);
}
.sec_pad_60{
	padding: min(3.13vw, 60px) 0;
}
.sec_pad_60_t{
	padding-top: min(3.13vw, 60px);
}
.sec_pad_60_b{
	padding-bottom: min(3.13vw, 60px);
}
.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_80{
	padding: min(4.17vw, 80px) 0;
}
.sec_pad_80_t{
	padding-top: min(4.17vw, 80px);
}
.sec_pad_80_b{
	padding-bottom: min(4.17vw, 80px);
}
.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_100{
	padding: min(5.21vw, 100px) 0;
}
.sec_pad_100_t{
	padding-top: min(5.21vw, 100px);
}
.sec_pad_100_b{
	padding-bottom: min(5.21vw, 100px);
}
.sec_pad_110{
	padding: min(5.73vw, 110px) 0;
}
.sec_pad_110_t{
	padding-top: min(5.73vw, 110px);
}
.sec_pad_110_b{
	padding-bottom: min(5.73vw, 110px);
}
.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_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_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_150{
	padding: min(7.81vw, 150px) 0;
}
.sec_pad_150_t{
	padding-top: min(7.81vw, 150px);
}
.sec_pad_150_b{
	padding-bottom: min(7.81vw, 150px);
}
.sec_pad_160{
	padding: min(8.33vw, 160px) 0;
}
.sec_pad_160_t{
	padding-top: min(8.33vw, 160px);
}
.sec_pad_160_b{
	padding-bottom: min(8.33vw, 160px);
}
.sec_pad_170{
	padding: min(8.85vw, 170px) 0;
}
.sec_pad_170_t{
	padding-top: min(8.85vw, 170px);
}
.sec_pad_170_b{
	padding-bottom: min(8.85vw, 170px);
}
.sec_pad_180{
	padding: min(9.38vw, 180px) 0;
}
.sec_pad_180_t{
	padding-top: min(9.38vw, 180px);
}
.sec_pad_180_b{
	padding-bottom: min(9.38vw, 180px);
}
.sec_pad_190{
	padding: min(9.90vw, 190px) 0;
}
.sec_pad_190_t{
	padding-top: min(9.90vw, 190px);
}
.sec_pad_190_b{
	padding-bottom: min(9.90vw, 190px);
}
.sec_pad_200{
	padding: min(10.42vw, 200px) 0;
}
.sec_pad_200_t{
	padding-top: min(10.42vw, 200px);
}
.sec_pad_200_b{
	padding-bottom: min(10.42vw, 200px);
}
.mgn_auto {
	margin-inline: auto;
}
.mgn_t_5 {
	margin-top: 5px
}
.mgn_t_10 {
	margin-top: min(0.52vw, 10px)
}
.mgn_t_15 {
	margin-top: min(0.78vw, 15px)
}
.mgn_t_20 {
	margin-top: min(1.04vw, 20px)
}
.mgn_t_25 {
	margin-top: min(1.30vw, 25px)
}
.mgn_t_30 {
	margin-top: min(1.56vw, 30px)
}
.mgn_t_35 {
	margin-top: min(1.82vw, 35px)
}
.mgn_t_40 {
	margin-top: min(2.08vw, 40px)
}
.mgn_t_45 {
	margin-top: min(2.34vw, 45px)
}
.mgn_t_50 {
	margin-top: min(2.60vw, 50px)
}
.mgn_t_55 {
	margin-top: min(2.86vw, 55px)
}
.mgn_t_60 {
	margin-top: min(3.13vw, 60px)
}
.mgn_t_65 {
	margin-top: min(3.39vw, 65px)
}
.mgn_t_70 {
	margin-top: min(3.65vw, 70px)
}
.mgn_t_75 {
	margin-top: min(3.91vw, 75px)
}
.mgn_t_80 {
	margin-top: min(4.17vw, 80px)
}
.mgn_t_85 {
	margin-top: min(4.43vw, 85px)
}
.mgn_t_90 {
	margin-top: min(4.68vw, 90px)
}
.mgn_t_95 {
	margin-top: min(4.95vw, 95px)
}
.mgn_t_100 {
	margin-top: min(5.21vw, 100px)
}
.mgn_t_105 {
	margin-top: min(5.47vw, 105px)
}
.mgn_t_110 {
	margin-top: min(5.73vw, 110px)
}
.mgn_t_115 {
	margin-top: min(5.99vw, 115px)
}
.mgn_t_120 {
	margin-top: min(6.25vw, 120px)
}
.mgn_t_125 {
	margin-top: min(6.51vw, 125px)
}
.mgn_t_130 {
	margin-top: min(6.77vw, 130px)
}
.mgn_t_135 {
	margin-top: min(7.03vw, 135px)
}
.mgn_t_140 {
	margin-top: min(7.29vw, 140px)
}
.mgn_t_145 {
	margin-top: min(7.55vw, 145px)
}
.mgn_t_150 {
	margin-top: min(7.81vw, 150px)
}
.mgn_t_155 {
	margin-top: min(8.07vw, 155px)
}
.mgn_t_160 {
	margin-top: min(8.33vw, 160px)
}
.mgn_t_165 {
	margin-top: min(8.59vw, 165px)
}
.mgn_t_170 {
	margin-top: min(8.85vw, 170px)
}
.mgn_t_175 {
	margin-top: min(9.11vw, 175px)
}
.mgn_t_180 {
	margin-top: min(9.38vw, 180px)
}
.mgn_t_185 {
	margin-top: min(9.64vw, 185px)
}
.mgn_t_190 {
	margin-top: min(9.90vw, 190px)
}
.mgn_t_195 {
	margin-top: min(10.16vw, 195px)
}
.mgn_t_200 {
	margin-top: min(10.42vw, 200px)
}
.gap_15 {
	column-gap: min(0.78vw, 15px);
}
.gap_16 {
	column-gap: min(0.83vw, 16px);
}
.gap_17 {
	column-gap: min(0.89vw, 17px);
}
.gap_18 {
	column-gap: min(0.94vw, 18px);
}
.gap_19 {
	column-gap: min(0.99vw, 19px);
}
.gap_20 {
	column-gap: min(1.04vw, 20px);
}
.gap_21 {
	column-gap: min(1.09vw, 21px);
}
.gap_22 {
	column-gap: min(1.15vw, 22px);
}
.gap_23 {
	column-gap: min(1.20vw, 23px);
}
.gap_24 {
	column-gap: min(1.25vw, 24px);
}
.gap_25 {
	column-gap: min(1.30vw, 25px);
}
.gap_26 {
	column-gap: min(1.35vw, 26px);
}
.gap_27 {
	column-gap: min(1.41vw, 27px);
}
.gap_28 {
	column-gap: min(1.46vw, 28px);
}
.gap_29 {
	column-gap: min(1.51vw, 29px);
}
.gap_30 {
	column-gap: min(1.56vw, 30px);
}
.gap_31 {
	column-gap: min(1.61vw, 31px);
}
.gap_32 {
	column-gap: min(1.67vw, 32px);
}
.gap_33 {
	column-gap: min(1.72vw, 33px);
}
.gap_34 {
	column-gap: min(1.77vw, 34px);
}
.gap_35 {
	column-gap: min(1.82vw, 35px);
}
.gap_36 {
	column-gap: min(1.88vw, 36px);
}
.gap_37 {
	column-gap: min(1.93vw, 37px);
}
.gap_38 {
	column-gap: min(1.98vw, 38px);
}
.gap_39 {
	column-gap: min(2.03vw, 39px);
}
.gap_40 {
	column-gap: min(2.08vw, 40px);
}
.gap_41 {
	column-gap: min(2.14vw, 41px);
}
.gap_42 {
	column-gap: min(2.19vw, 42px);
}
.gap_43 {
	column-gap: min(2.24vw, 43px);
}
.gap_44 {
	column-gap: min(2.29vw, 44px);
}
.gap_45 {
	column-gap: min(2.34vw, 45px);
}
.gap_46 {
	column-gap: min(2.40vw, 46px);
}
.gap_47 {
	column-gap: min(2.45vw, 47px);
}
.gap_48 {
	column-gap: min(2.50vw, 48px);
}
.gap_49 {
	column-gap: min(2.55vw, 49px);
}
.gap_50 {
	column-gap: min(2.60vw, 50px);
}
.gap_51 {
	column-gap: min(2.66vw, 51px);
}
.gap_52 {
	column-gap: min(2.71vw, 52px);
}
.gap_53 {
	column-gap: min(2.76vw, 53px);
}
.gap_54 {
	column-gap: min(2.81vw, 54px);
}
.gap_55 {
	column-gap: min(2.86vw, 55px);
}
.gap_56 {
	column-gap: min(2.92vw, 56px);
}
.gap_57 {
	column-gap: min(2.97vw, 57px);
}
.gap_58 {
	column-gap: min(3.02vw, 58px);
}
.gap_59 {
	column-gap: min(3.07vw, 59px);
}
.gap_60 {
	column-gap: min(3.13vw, 60px);
}
.gap_61 {
	column-gap: min(3.18vw, 61px);
}
.gap_62 {
	column-gap: min(3.23vw, 62px);
}
.gap_63 {
	column-gap: min(3.28vw, 63px);
}
.gap_64 {
	column-gap: min(3.33vw, 64px);
}
.gap_65 {
	column-gap: min(3.39vw, 65px);
}
.gap_66 {
	column-gap: min(3.44vw, 66px);
}
.gap_67 {
	column-gap: min(3.49vw, 67px);
}
.gap_68 {
	column-gap: min(3.54vw, 68px);
}
.gap_69 {
	column-gap: min(3.60vw, 69px);
}
.gap_70 {
	column-gap: min(3.65vw, 70px);
}
.gap_71 {
	column-gap: min(3.70vw, 71px);
}
.gap_72 {
	column-gap: min(3.75vw, 72px);
}
.gap_73 {
	column-gap: min(3.80vw, 73px);
}
.gap_74 {
	column-gap: min(3.85vw, 74px);
}
.gap_75 {
	column-gap: min(3.91vw, 75px);
}
.gap_76 {
	column-gap: min(3.96vw, 76px);
}
.gap_77 {
	column-gap: min(4.01vw, 77px);
}
.gap_78 {
	column-gap: min(4.06vw, 78px);
}
.gap_79 {
	column-gap: min(4.11vw, 79px);
}
.gap_80 {
	column-gap: min(4.17vw, 80px);
}
.gap_81 {
	column-gap: min(4.22vw, 81px);
}
.gap_82 {
	column-gap: min(4.27vw, 82px);
}
.gap_83 {
	column-gap: min(4.32vw, 83px);
}
.gap_84 {
	column-gap: min(4.38vw, 84px);
}
.gap_85 {
	column-gap: min(4.43vw, 85px);
}
.gap_86 {
	column-gap: min(4.48vw, 86px);
}
.gap_87 {
	column-gap: min(4.53vw, 87px);
}
.gap_88 {
	column-gap: min(4.58vw, 88px);
}
.gap_89 {
	column-gap: min(4.64vw, 89px);
}
.gap_90 {
	column-gap: min(4.69vw, 90px);
}
.gap_91 {
	column-gap: min(4.74vw, 91px);
}
.gap_92 {
	column-gap: min(4.79vw, 92px);
}
.gap_93 {
	column-gap: min(4.84vw, 93px);
}
.gap_94 {
	column-gap: min(4.90vw, 94px);
}
.gap_95 {
	column-gap: min(4.95vw, 95px);
}
.gap_96 {
	column-gap: min(5.00vw, 96px);
}
.gap_97 {
	column-gap: min(5.05vw, 97px);
}
.gap_98 {
	column-gap: min(5.10vw, 98px);
}
.gap_99 {
	column-gap: min(5.16vw, 99px);
}
.gap_100 {
	column-gap: min(5.21vw, 100px);
}
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";}
.han_br{
	word-wrap: break-word;
    overflow-wrap: break-word;
}
.v_mid {
    vertical-align: middle;
}
.idt{
  text-indent: 1em;
}
.side_pad {
	padding: 4.17%;
}
.side_pad_l {
	padding-left: 4.17%;
}
.side_pad_r {
	padding-right: 4.17%;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header.general {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100
}
header.general .logos {
	width: 20.89vw;
	max-width: 400px;
	padding-top: min(2.71vw, 52px);	
}
header.general .lists {
	width: calc(100% - (20.89vw + 13.02vw));
	padding-left: 3%;
	padding-top: min(2.71vw, 52px);	
	display: flex;
}
header.general .lists li a {
	display: block;
	font-size: clamp(13px, 1.04vw, 20px);	
	font-weight: 600;
	color: var(--clr_blue);
	letter-spacing: .2em;
	line-height: 1.4;
	font-feature-settings: "palt";
}
header.general .reserv {
	width: 13.02vw;
	max-width: 250px;
	position: relative
}
header.general .reserv .in {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: min(0.52vw, 10px);
	z-index: 20
}
header.general .reserv .in .ico {
	display: block;
	width: min(2.55vw, 49px);
	height: auto
}
header.general .reserv .defo {
	position: relative;
	z-index: 10;
	opacity: 1;
	transition: all 0.25s 0s ease;	
}
header.general .reserv:hover .defo {
	opacity: 0;
}
header.general .reserv .on {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.25s 0s ease;		
}
header.general .reserv:hover .on {
	opacity: 1;
}
header.general .reserv .in .tx {
	line-height: 1.1;
	color: var(--clr_blue);
	font-weight: 600;
	letter-spacing: .02em;
}
header.general .reserv:hover .in .tx {
	color: var(--clr_yell);
}
header.general .reserv .block_link {
    z-index: 30
}
.ham_wrap {
	padding-left: 1%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	width: 160px;
	height: 100px;
	background: url("../img/ham_wrap.webp") no-repeat center / cover;
	display: flex;
	justify-content: center;
    cursor: pointer;	
	align-items: center;
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s; /* ふわっとさせる */	
}
.ham_wrap.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.sp_ham {
    width: 53px;
    height: 58px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	justify-content: center;
    transition-property: all;
    transition: 0.3s linear;
}

.sp_ham .defo{
	margin-top: 7px;
	display: block;
	width: 100%;
	line-height: 1;
	letter-spacing: .04em;
	text-align: center;
	font-size: 18px;
	color: var(--clr_yell);
	font-weight: 600;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
 position: relative;
 width: 100%;
 height: 32px;
}
.menu-trigger.active {
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--clr_wht);
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
	background: var(--clr_org)
}
.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 3px);
	background: var(--clr_yell)	
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
	background: var(--clr_green)	
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}	
.mega_m {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
	background: #FFF;
	z-index: 9998;
	padding: min(7.81vw, 150px) 0;
	overflow-y: auto
}
.mega_m .stage {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.mega_m .stage .in_logo {
	width: 31.23%;
}
.mega_m .stage .lists_wrap {
	width: calc(100% - 31.23%);
}
.mega_m .stage .lists {
	display: flex;
	flex-wrap: wrap;
	row-gap: min(3.13vw, 60px)
}
.mega_m .stage .lists li {
	width: 50%;
	position: relative;
}
.mega_m .stage .lists li a {
	padding-left: min(4.06vw, 78px);
	position: relative;
	display: block;
	font-size: clamp(13px, 1.04vw, 20px);	
	font-weight: 500;
	color: var(--clr_blue);
	font-feature-settings: "palt";	
}
.mega_m .stage .lists li a aside {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: min(3.18vw, 61px);
	height: min(3.18vw, 61px);
	margin: auto;
	background: var(--clr_yell);
	border-radius: 50%;
	transition: all 0.25s 0s ease;	
}
.mega_m .stage .lists li a:hover aside {
	background: var(--clr_blue);
}
.mega_m .stage .lists li a aside::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	width: min(1.35vw, 26px);
	height: min(1.25vw, 24px);
	margin: auto;
	background: url("../img/mega_m_ico.webp") no-repeat center /cover	
}
.low_info {
	display: flex;
}
.low_info .item {
	flex: 1
}
.low_info .item .ttl_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
}
.low_info .item .tel_wrap {
	display: flex;
	align-items: baseline;
	justify-content: center;
	column-gap: 10px;
}
.low_info .item.tels .obj {
	width: 4px;
	height: 100%;
	right: 0;
	top: 0;
}
.fv {
	position: relative;
	z-index: 0;
	padding-top: min(7.03vw, 135px);
}
.fv .mv{
	position: relative;
	z-index: 0;	
	padding-left: 12.76%;
}
.fv .insta_plgn {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: min(1.82vw, 35px) min(	1.56vw, 30px);
	background: #FFF;
	border-radius: 0 30px 30px 0;
	border: 4px solid var(--clr_blue);
	border-left: none;
	width: 30%;
}
.fv .insta_plgn header {
	display: flex;
	align-items: center;
	column-gap: 11px;
}
.fv .insta_plgn header .icon {
	display: block;
	width: min(1.98vw, 38px);
	height: auto
}
/*
.fv .insta_plgn .insta_demo::before,
.fv .insta_plgn .insta_demo::after {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	width: 30px;
	height: 30px;
	margin: auto;
	background: url("../img/insta_demo_arrw.webp") no-repeat center / cover
}
.fv .insta_plgn .insta_demo::before {
	left: -15px
}
*/
.fv .insta_plgn .insta_demo::after {
	right: -15px;
	transform: scale(-1, 1)
}
.tp_fst_v {
	overflow: hidden
}
.tp_fst_v .big_btn_wrap {
	margin-top: min(14.38vw, 276px);
	position: relative
}
.tp_fst_v .big_btn_wrap aside {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	border-radius: 200px;
	background: var(--clr_blue);
	bottom: -5px;
	right: -5px
}
.tp_fst_v .big_btn {
	padding: min(2.60vw, 50px) 2%;
	background: #FFF;
	border-radius: 200px;
	border: 2px solid var(--clr_blue);
	border-left: 3px solid var(--clr_blue);
	position: relative;
	z-index: 10;
	transition: all 0.25s 0s ease;	
}
.tp_fst_v .big_btn:hover {
	background: var(--clr_cream);
}
.tp_fst_v .big_btn .arrw {
	position: absolute;
	top: 0;
	bottom:0;
	right: min(3.8vw, 73px);
	width: min(5vw, 96px);
	margin: auto;
	display: block;
	height: auto
}
.tp_fst_v .big_btn_wrap .block_link {
	z-index: 100
}
.tp_fst_v .big_btn_wrap .obj.no1 {
	width: min(20.89vw, 401px);
	top: calc(min(12.29vw, 236px) * -1);
	right: min(9.74vw, 187px)
}
.tp_fst_v .big_btn_wrap .obj.no2 {
	width: min(29.74vw, 571px);
	top: calc(min(11.46vw, 220px) * -1);
	left: calc(min(16.15vw, 310px) * -1);
	z-index: 11
}
.tp_fst_v .big_btn_wrap .obj.no3 {
	width: min(23.49vw, 451px);
	top: calc(min(9.64vw, 185px) * -1);
	right: calc(min(15.52vw, 298px) * -1)
}
.tp_about {
	padding-bottom: 36px
} 
.tp_about .msg {
	line-height: 3;
	position: relative;
	z-index: 10
} 
.tp_about .catch {
	display: block;
	position: relative;
	z-index: 10;	
	width:min(43.23vw, 830px);
	height: auto;
} 
.tp_about .obj.no1 {
	width: min(34.43vw, 661px);
	right: 0;
	top: calc(min(10.1vw, 194px) * -1)
} 
.tp_about .obj.no2 {
	width: min(18.18vw, 349px);
	left: 0;
	bottom: 5%;
} 
.tp_learn {    
}
.tp_learn .h_type_1 {
    text-align: right
}
.tp_learn .h_type_1 .en {
    color: var(--clr_yell);
}
.tp_learn .h_type_1 .ttl {
    color: var(--clr_wht);
}
.tp_learn .big_ttl {
    padding-right: 19px
}
.tp_learn .big_ttl .obj.no1 {
	width:min(33.33vw, 640px);
	top: min(8.49vw, 163px);
	left: min(14.79vw, 284px)
}
.tp_learn .big_ttl .obj.no2 {
	width:auto;
	height: min(11.09vw, 213px);
	top: calc(min(11.09vw, 213px) * -1);
	left: 4.17%
}
.tp_gd {
	background: var(--clr_glay)
} 
.tp_gd .obj {
	width: 100%;
}
.tp_gd .obj.no1 {
	left: 0;	
	top: 0;
}
.tp_gd .obj.no2 {
	left: 0;	
	bottom: -1px;
	transform: rotate(-180deg);
}
.tp_gd .obj.no3 {
	width: min(29.84vw, 573px);
	top: min(6.77vw, 130px);
	left: min(29.84vw, 573px)
}
.tp_gd .obj.no4 {
	width: min(11.67vw, 224px);
	bottom: 0;
	left: min(56.41vw, 1083px)
}
.tp_cs .obj.no1 {
	width: min(17.34vw, 333px);
	top: calc(min(3.13vw, 60px) * -1);
	right: min(13.02vw, 250px)
}
.under .tp_cs .obj.no1 {
	width: min(17.34vw, 333px);
	top: 15%;
	right: calc(min(3.65vw, 70px) * -1)
}
.fun-events .tp_cs .obj.no1,
.tp_cs .obj.no1.ver2 {
	top: calc(min(80vw, 300px) * -1);
}
.tp_cs .obj.no1.ver3 {
	top:0;
}

.tp_cs .obj.no2 {
	width: 100%;
	left: 0;
	bottom: 0
}
.tp_cs .btn_tp_2 {
	position: relative;
	z-index: 100
}
.tp_cs .lower {
	position: relative;
	z-index: 100
}
.sepa_note {
	display: flex;
	justify-content: center;
	column-gap: min(1.88vw, 36px);	
} 
.sepa_note.ver2 {
} 
.sepa_note.ver2 .item .mn {
	font-size: clamp(18px, 1.14vw, 22px);
	/* font-size: clamp(13px, 1.14vw, 22px); */
	text-align: left;
	padding-right: min(1.08vw, 40px);
	padding-left: min(1.08vw, 40px);
}
.sepa_note .item {
	width: min(27.14vw, 521px);
	height: min(15.94vw, 306px);
	padding: min(3.96vw, 76px) 0 0;
	position: relative;
	z-index: 100;	
	background: url("../img/sepa_note_bg.webp") no-repeat top / cover
} 
.sepa_note.long .item {
	height: min(21.16vw, 387px);
	background: url("../img/sepa_note_bg_long.webp") no-repeat top / 100%
} 
.sepa_note .item .ttl {
	font-size: clamp(15px, 1.66vw, 32px);	
	font-weight: 500;
	letter-spacing: .018em;
} 
.sepa_note .item .mn {
	margin-top: 2%;
	font-size: clamp(13px, 1.4583vw, 28px);
	font-weight: 500;
	letter-spacing: .018em;
} 
.tp_cc {
	overflow: hidden
}
.tp_cc .obj.no0 {
	width: min(26.72vw, 513px);
	left: min(35.31vw, 678px);
	top: min(2.6vw, 50px);
}
.tp_cc .lower .evt {
	background: url("../img/tp_cs_lower_evt_bg.webp") no-repeat top / cover
}
.tp_cc .lower .msg_bx_wrap,
.tp_cc .lower .btn_tp_wrap {
	display: flex;
	justify-content: flex-end
}
.tp_cc .upp {
	z-index: 1
}
.tp_cc .lower .msg_bx {
	z-index: 2;
	width: 100%;
	max-width: 840px;
}
.tp_cc .obj.no1 {
	width: min(21.41vw, 411px);
	right: calc(min(3.23vw, 62px) * -1);
	top: calc(min(9.69vw, 186px) * -1);
}
.tp_cc .lower .sepa .item {
	flex: 1
}
.tp_cc .lower .sepa .item .ttl_wrap {
	position: relative
}
.tp_cc .lower .sepa .item .ttl_wrap .ttl {
	display: block;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 10	
}
.tp_cc .lower .sepa .item .msg {
	margin-top: 10%;
	font-size: clamp(16px, 1.04vw, 20px);	
	/* font-size: clamp(13px, 1.04vw, 20px);	 */
	font-weight: 400;
	color: #FFF;
	letter-spacing: .018em;
	line-height: 1.8;
	font-feature-settings: "palt";
}


.tp_cc .lower .sepa .learn .ttl_wrap .ttl {
	width: min(21.61vw, 415px);
}
.tp_cc .lower .sepa .learn .ttl_wrap .obj {
	width: min(26.09vw, 501px);
	left: calc(min(16.82vw, 323px) * -1);
	top: calc(min(14.54vw, 260px) * -1);
	z-index: 0;
}
.tp_cc .lower .sepa .kids .ttl_wrap .ttl {
	width: min(22.19vw, 426px);
}
.tp_cc .lower .sepa .kids .ttl_wrap .obj {
	width: min(26.2vw, 503px);
	right: calc(min(20.42vw, 392px) * -1);
	top: calc(min(8.28vw, 159px) * -1);
	z-index: 0;
}
.tp_info {
	padding-top: min(14.06vw, 270px);
}
.tp_info .obj.no1 {
	width: 100%;
	top: 0;
	left: 0
}
.tp_info .obj.no2 {
	width: min(39.06vw, 750px);
	top: calc(min(3.44vw, 66px) * -1);
	left: 0;
	right: 0;
	margin: auto
}
.tp_info .inn {
	width: 93.75%;
	margin-inline: auto;
	position: relative;
	padding: min(4.17vw, 80px) min(3.13vw, 60px);
	border-radius: min(3.13vw, 60px);
	border: 3px solid #333333;
	background: #FFF;
}
.cmmn_cnt {
	max-width: 1535px;
	margin-inline: auto;
}
.cmmn_cnt .tx {
	width: 32%;
	padding-right: 2%
}
.cmmn_cnt .tx .h_type_1 .ttl {
	line-height: 1
}
.cmmn_cnt .tx .msg {
	padding-right: 15%
}
.cmmn_cnt .bx {
	width: calc(100% - 32%);
	position: relative;
}
.cmmn_cnt .bx .item {
	position: relative;
	z-index: 10
}
.cmmn_cnt .bx .note_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0
}
main {position: relative}
.footer_line {
	width: 100%;
	bottom: 0;
	left: 0
}
footer {
	position: relative;
	background: #FFF url("../img/ft_bg.webp") no-repeat bottom / 100%;
}
footer .stage.row_2 {
	padding-bottom: min(12.5vw, 240px);
}
footer .stage .logos .logo {
	max-width: 364px;
	height: auto;
	display: block;
}
footer .stage .lists {
	padding: min(6.04vw, 116px) 0 0 min(15.63vw, 300px);
	display: flex;
}
footer .stage .lists .star li,
footer .stage .lists .line li {
	margin-bottom: min(1.30vw, 25px)
}
footer .stage .lists .star li:last-child,
footer .stage .lists .line li:last-child {
	margin-bottom: 0
}
footer .stage .lists .star li a {
	padding-left: min(2.60vw, 50px);
	position: relative;
	font-size: clamp(14px, 1.04vw, 20px);	
	font-weight: 500;
	color: var(--clr_blue);
}
footer .stage .lists .star li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: min(1.56vw, 30px);
	height: min(1.51vw, 29px);
	margin: auto;
	background: url("../img/ft_lis_star_ico.webp") no-repeat center / cover
}
footer .stage .lists .line li a {
	padding-left: 18px;
	position: relative;
	font-size: clamp(13px, 0.88vw, 17px);	
	font-weight: 500;
	color: var(--clr_blue);
}
footer .stage .lists .line li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 6px;
	height: 2px;
	margin: auto;
	background: var(--clr_blue);
}
footer .cp {
	padding-left: 52px;
}
.ov_lay {
	position: relative;
	z-index: 10
}
.under header.general {
    justify-content: space-between
}
.under header.general .logos {
    width: 13.65vw;
    max-width: 262px;
	text-align: center
}
.under header.general .lists {
    width: calc(100% -(13.65vw + 13.02vw));
    padding-left: 3%;
}
.wave_line_wrap {
	z-index: 10
}
.wave_line_wrap + section {
	z-index: 9
}
.wave_line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.wave_line img {
	position: relative;
	z-index: 1;
	display: block; /* 画像の下にできる隙間を解消 */
    shape-rendering: crispEdges; 
    backface-visibility: hidden;
}
.wave_line.upp img {
	bottom: -1px
}
.wave_line aside {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--clr_cream);
	z-index: 0
}
.wave_line.lowr {
	top: unset;
	bottom: -5vw;
	transform: rotate(180deg);
}
.wave_line.lowr.no_btm {
	bottom: 0;
}
.wave_line.upp.ver2 aside,
.wave_line.lowr.ver2 aside {
	background: var(--clr_glay);
}
.wave_line.ver3 aside {
	background: var(--clr_green)
}
.wave_line.rev {
	transform: rotate(0deg);
}
.wave_line.rev_nega180 {
	transform: rotate(-180deg);
}
.kids-club .wave_line.rev img {
    bottom: -1px;
}
.community .wave_line.rev_nega180 img {
    bottom: 0px;
}
.kids-club .sec.no4 .wave_line img {
    bottom: 0px;
}
.station-guide .wave_line.lowr {
	display: none
}
.under .sec .tx_bse {
	font-size: clamp(18px, 1.04vw, 20px);	
	/* font-size: clamp(15px, 1.04vw, 20px);	 */
	font-weight: 500;
	line-height: 1.8
}
.block_tp_1_wrap .block {
	border-radius: 60px;
	margin-bottom: min(2.92vw, 56px);
	display: flex;
	background: #FFF;
}
.block_tp_1_wrap .block:nth-child(even) {
	flex-flow: row-reverse;
}
.block_tp_1_wrap .block:last-child {
	margin-bottom: 0
}
.block_tp_1_wrap .block .px {
	width: 44.44%;
	position: relative;
}
.block_tp_1_wrap .block .px .obj {
	width: min(18.06vw, 195px);
	top: calc(min(3.89vw, 42px) * -1);
	right: calc(min(2.59vw, 28px) * -1)
}
.block_tp_1_wrap .block:nth-child(even) .px .obj {
	right: unset;
	left: calc(min(2.59vw, 28px) * -1)
}
.block_tp_1_wrap .block .px img.mn {
	border-radius: 60px 0 0 60px;	
	width: 100%;
	height: 100%;
	object-fit: cover
}
.block_tp_1_wrap .block:nth-child(even) .px img.mn {
	border-radius: 0 60px 60px 0;	
}
.block_tp_1_wrap .block .tx {
	width: calc(100% - 44.44%);
	padding: 2% min(3.13vw, 60px); 
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center
}
.block_tp_1_wrap .block .tx .ttl {
	width: 100%;
	font-size: clamp(16px, 1.4583vw, 28px);
	font-weight: 600;
	color: var(--clr_blue_2);
}

.block_tp_1_wrap .block .tx .mn,
.block_tp_2_wrap .block .tx .mn {
	margin-top: min(1.72vw, 33px);
	font-size: clamp(18px, 1.04vw, 20px);	
	/* font-size: clamp(14px, 1.04vw, 20px);	 */
	font-weight: 500;
	line-height: 1.8
}
@media screen and (max-width:767px){
.block_tp_1_wrap .block .tx .mn,
.block_tp_2_wrap .block .tx .mn {
	font-size: clamp(16px, 1.04vw, 20px);	
	/* font-size: clamp(14px, 1.04vw, 20px);	 */
}

}
.block_tp_2_wrap .block .tx .ireg_ttl + .mn {
	margin-top: 10px;
}

.block_tp_2_wrap .block .tx .mn {
	font-feature-settings: "palt";
	letter-spacing: 0
}
.block_tp_2_wrap .block {
	padding: min(3.54vw, 68px) min(2.6vw, 50px);
	background: #FFF;
	border-radius: 60px;
}
.block_tp_2_wrap .block.ver_sepa {
	display: flex;
	align-items: center;
	position: relative;	
}
.block_tp_2_wrap .block.ver_sepa .px {
	width: min(17.92vw, 344px);
}
.block_tp_2_wrap .block.ver_sepa .obj {
	width: min(10.42vw, 200px);
	top: calc(min(3.65vw, 70px) * -1);
	left: min(2.6vw, 50px)
}
.block_tp_2_wrap .block.ver_sepa .tx {
	width: calc(100% - min(17.92vw, 344px));
	padding-left: min(1.98vw, 38px);
}
.block_tp_2_wrap .block.ver_sepa .tx .ttl {
	font-size: clamp(18px, 1.4583vw, 28px);
	font-weight: 600;
	color: #1aa0bd;
	font-feature-settings: "palt";
}

.sec_obj_tp_1 {
	position: relative
}
.sec_obj_tp_1 .obj.no1 {
	width: min(9.58vw, 184px);
	top: min(14.58vw, 280px);
	left: min(1.72vw, 33px);
}
.sec_obj_tp_1 .obj.no2 {
	width: min(9.58vw, 184px);
	top: min(58.85vw, 1130px);
	right: min(1.72vw, 33px);
}
.sec_obj_tp_1 .obj.no3 {
	width: min(18.48vw, 349px);
	bottom: min(10.42vw, 200px);
	left: min(1.04vw, 20px);
}
.sec_obj_tp_1 .obj.no4 {
	width: min(32.66vw, 627px);
	bottom: 0;
	right: 15%;
	z-index: 20
}
.sec_obj_tp_1 .obj.no5,
.sec_obj_tp_2 .obj.no5 {
	width: min(11.09vw, 213px);
	bottom: 38%;
	right: 5%;
}
.sec_obj_tp_2 .obj.no5 {
	width: min(11.09vw, 213px);
	top: -4%;
	/* top: -10%; */
	right: 6%;
	/* right: 10%; */
	z-index: 100
}
.faq_block {
	border-radius: 40px;
	overflow: hidden;
	border: 4px solid var(--clr_blue_2);	
}
.faq_block .row {
	padding: 19px 0;
	position: relative;
}
.faq_block .row .en {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	margin: auto;
	display: flex;
	align-items: center;
	font-size: clamp(30px, 2.5vw, 48px);	
	font-weight: 600;
	text-align: center;
	letter-spacing: .0em;
	font-feature-settings: "palt";
}
.faq_block .row .mn {
	text-align: center;
	padding: 0 min(5.21vw, 100px);
}

.faq_block .row.q_area {
	background: var(--clr_blue_2);	
	cursor: pointer;
}
.faq_block .row.q_area .en {
	color: #FFF;
}
.faq_block .row.q_area .mn {
	font-size: clamp(18px, 1.4583vw, 28px);
	font-weight: 600;
	color: #FFF;
}
.faq_block .row.q_area::before,
.faq_block .row.q_area::after {
    content: "";
    position: absolute;
    /* 右端からの距離：Qの左余白と連動 */
    right: min(2.28vw, 35px); 
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 3. 横棒（＋のマイナス部分） */
.faq_block .row.q_area::before {
    width: min(2.61vw, 40px);   /* 40pxを可変に */
    height: min(0.39vw, 6px);   /* 6pxを可変に */
    border-radius: min(0.39vw, 6px);
}

/* 4. 縦棒（＋にするための棒） */
.faq_block .row.q_area::after {
    width: min(0.39vw, 6px);    /* 6pxを可変に */
    height: min(2.61vw, 40px);  /* 40pxを可変に */
    /* 中心合わせの計算 (35 + 40/2 - 6/2 = 52px) */
    right: min(3.39vw, 52px);   
    border-radius: min(0.39vw, 6px);
}

/* -------------------------------------------
   開いた状態（.openクラスがついた時）の制御
------------------------------------------- */
.faq_block.open .row.q_area::after {
    transform: rotate(90deg);
    opacity: 0;
}
.faq_block .row.a_area {
	display: none;
	background: var(--clr_wht);	
}
.faq_block .row.a_area .en {
	color: var(--clr_org);
}
.faq_block .row.a_area .mn {
	font-size: clamp(18px, 1.04vw, 20px);	
	/* font-size: clamp(16px, 1.04vw, 20px);	 */
	font-weight: 500;
}
.under_cta {
	background: url("../img/under_cta_bg.webp") no-repeat top / cover
}
.under_cta .item {
	width: 100%;
	max-width: 600px;
}
.under_cta .item .btn {
	padding: min(1.35vw, 26px) 2%;
	width: 100%;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: min(1.15vw, 22px);
	position: relative;
	transition: all 0.25s 0s ease;	
}
.under_cta .item .btn .icon {
	display: block;
	max-width: 100%;
	height: auto
}
.under_cta .item .btn .mn {
	font-size: clamp(16px, 1.66vw, 32px);	
	font-weight: 600;
	color: #FFF;
	line-height: 1;
}

.under_cta .item.rese {
	margin-right: min(3.13vw, 60px);
	position: relative
}
.under_cta .item.rese::after {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: calc(min(3.13vw, 60px) * -1);
	width: 6px;
	height: 196px;
	margin: auto;
	background: url("../img/under_cta_line.webp") no-repeat center / cover
}
.under_cta .item.rese .btn {
	background: var(--clr_yell);
}
.under_cta .item.rese .btn .mn {
	color: var(--clr_blue);
}

.under_cta .item.evt {
	margin-left: min(3.13vw, 60px)
}
.under_cta .item.evt .btn {
	background: var(--clr_org);
}
.under_cta .item.evt .btn .mn {
	color: var(--clr_wht);
}

.under_cta .item .btn:hover {
	background:var(--clr_blue) 
}
.under_cta .item .btn:hover .mn {
	color: #FFF;
}
.home .under_sp_logo {
	display: none!important
}
.big_sepa_2 {
	shape-rendering: crispEdges;
    backface-visibility: hidden;	
	display: block;
	width: 100%;
	margin-bottom: -1px;
	height: auto
}
.fun-events .sec .btn_tp_2 {
	width: 100%;
    max-width: 355px;
}
.btn_tp_2 .in {
    justify-content: center
}
.fun-events .sec_obj_tp_1 .obj.no3 {
    bottom:unset;
	top: 38%
}
.special-curriculum .tp_about .obj.no1,
.growth-care .tp_about .obj.no1 {
    top: min(5.21vw, 100px);
}
.special-curriculum .tp_about .obj.no3 {
	width: min(13.48vw, 349px);
    bottom: min(19.42vw, 200px);
    left: min(1.04vw, 20px);
}
.special-curriculum .tp_about .obj.no2 {
    width: min(9.58vw, 184px);
    bottom: calc(min(14.58vw, 280px) * -1);
    right: 20%;
	left: unset
}
.special-curriculum .sec_obj_tp_1 .obj.no4,
.growth-care .sec_obj_tp_1 .obj.no4,
.kids-club .sec_obj_tp_1.sec.no3 .obj.no4 {
    bottom: 5%;
    right: -15%;
    z-index: 0;
}
.special-curriculum .wave_line img {
    margin-bottom: -1px
}
.growth-care .tp_about .obj.no2 {
    width: 184px;
    left: unset;
	right: 15%;
    bottom: -30%;
}
.growth-care .big_sepa_2 {
    margin-top: -1px
}	
.community .sec_obj_tp_1 .obj.no3 {
    bottom: unset;
	top: 26%
}
.ov_hidd{overflow: hidden}
.kids-club .sepa_note .item .mn {
    margin-top: 0;
}
.tbls {
	padding: 28px;
}
.tbls .tr {
	display: flex;
	padding: 8px 0;
	font-size: 15px
}
.tbls .tr.hd {
	border-bottom: 1px solid #231815;
}
.tbls .cel {
	font-size: clamp(14px, 1.04vw, 20px);	
	font-weight: 500
}
.tbls .tr.hd .cel {
}
.tbls .tr.bsc .td {
	color: var(--clr_green)
}
.tbls .tr .th {
	width: 30%;
	letter-spacing: .08em;
}
.tbls .tr .td {
	width: calc(70% / 7);
}

.form_area .row .mn {
	margin-top: 1%
}
.form_area .ttl {
	font-size: clamp(15px, 1.04vw, 20px);	
	font-weight: 600;
	letter-spacing: .055em;
	font-feature-settings: "palt";	
}
.form_area .ttl i {
	color: var(--clr_org);
	font-style: normal
}
.form_area .row .sepa {
	display: flex;
	column-gap: min(1.04vw, 20px);
	width: 100%;	
}
.form_area .row .sepa .item {
	flex: 1
}
/*form_restart*/
.form_area input[type='text'],
.form_area input[type='email'],
.form_area input[type='tel'],
.form_area input[type='submit'],
.form_area input[type='button'],
.form_area button,
.form_area select,
.form_area textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.form_area input[type='submit'],
.form_area input[type='button'],
.form_area label,
.form_area button,
.form_area select {
  cursor: pointer;
}
.form_area input[type='text'],
.form_area input[type='email'],
.form_area input[type='tel'],
.form_area textarea,
.form_area select{
	width: 100%;
	padding: 10px 12px;
	background-color: #FFF;
	border: 2px solid var(--clr_base);
	-webkit-transition:all .1s;
	transition:all .1s;	
	border-radius: 10px;
}
.form_area .set_1 .wpcf7-form-control-wrap {
}
.form_area .row.set_1 .sepa {
	column-gap: 0
}
.form_area .row.set_1 .sepa .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: none
}

.form_area .set_1 .add_jp {
	width: 50px;
	padding-left: 2%;
}

.form_area select{
	display: block
}
.form_area .wpcf7-form-control-wrap{
	display: block;
	width: 100%;
}
.form_area .mid_size{max-width: 358px}
.form_area textarea{height: 11.56vw}
.selct_wrap .wpcf7-form-control-wrap:first-of-type,
.selct_wrap span:nth-child(3),
.selct_wrap span:nth-child(5){
	display: block;
	width: 100%;	
	max-width: 120px
}

/*.selct_wrap span:nth-child(3) {
	display: block;
	width: 100%;	
}*/
.selct_wrap .select_tx {
	padding: 0 8px
}

.form_area input[type='text']:focus,
.form_area input[type='email']:focus,
.form_area textarea:focus{
	box-shadow:0 0 1px 1px var(--clr_org);
}
.form_area input[type='checkbox'] {
	width: 18px;
	height: 18px;
	border: 1px solid #808080;
	border-radius: 2px;
}
.form_area .pri_chk .wpcf7-form-control.wpcf7-checkbox {
    display: block;
	margin: 3.12vw auto 2.08vw;
}
.form_area .pri_chk .wpcf7-list-item label {
	justify-content: center
}
.form_area input[type='checkbox'] {
	width: 22px;
	height: 22px;
}
.form_area .chk .wpcf7-form-control-wrap .wpcf7-checkbox{
	display: flex;
	row-gap: 10px
}

.form_area .wpcf7-list-item {
    
}
.form_area .wpcf7-list-item-label {
    padding-left: 10px;
}
.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	margin-right: 27px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:last-child {
	margin-right: 0;
}
.pri_chk .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:last-child {
	display: block;
	margin: 0 auto;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center
}
.wpcf7-form-contr
.pri_chk .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
	padding-left: 5px
}
::placeholder {
    font-weight: 300;
	font-size:max(0.78vw,12px);
}
.form_area .row .td.job {
    align-items: center
}
.form_area .row .td.job .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 7px;
}
.form_area .row .td.job {
    padding-bottom: 5px;
}
.form_area .infos {
    padding: 4.16vw 0 3.33vw;
}
.form_area .infos .row_1 {
    border-top: 1px solid #808080;
	padding: 1.4583vw 0 1.82vw;
}
.form_area .infos .row_1 h4 {
	font-size:max(0.93vw,14px);
	font-weight: 400;
	letter-spacing: .065em;
	padding-bottom: 1.82vw;	
}
.form_area .infos .s_row .bsc_tx_15 {
	line-height: 2;
	letter-spacing: .05em
}
.form_area .infos .row_2 {
	padding-bottom: 1.4583vw;
    border-bottom: 1px solid #808080;
}
.form_area .infos .row_2 .s_bx {
	width: 50%;
}
.form_area .infos .row_2 .s_bx:first-child {
    border-right: 1px solid #808080;
}
.form_area .infos .row_2 .s_bx:first-child p {
    padding-right: 4.6%;
}
.form_area .infos .row_2 .s_bx:last-child p {
    padding-left: 4.6%;
}
.form_area input[type='submit'] {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: var(--clr_yell);
    padding-left: 10%;
    padding-right: min(4.06vw, 78px);
    transition: all 0.25s 0s ease;
    display: flex;
    column-gap: min(1.30vw, 25px);
    align-items: center;
    justify-content: space-between;
    font-size: clamp(15px, 1.25vw, 24px);
    font-weight: 600;
    color: var(--clr_blue);
    letter-spacing: .018em;
    font-feature-settings: "palt";	
}
.form_area .btn_tp_2 {
	margin-inline: auto;	
}
.arch_wrap {
	text-align: left;
}
.arch_wrap .block {
	position: relative;
	padding: 20px 0;
	border-top: 1px solid var(--clr_base);	
}
.arch_wrap .block .btn_tp_1 {
    max-width: 300px;
	display: block;
	padding: 10px;
	margin: 0 auto
}
.arch_wrap .block .btn_type_1::after {
    right: 1%;
    width: 20px;
    height: 20px;
}
.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);
	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);
}
.h_type_knight {
    letter-spacing: .055em;
    font-feature-settings: "palt";
    padding-bottom: 18px;
    background-image: linear-gradient(to right, var(--clr_green), var(--clr_green) 3px, transparent 3px);
    background-size: 8px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.on_dyna h3 {
    padding-left: 14px;
    margin-bottom: 12px;
    position: relative;
    font-weight: 600;
    font-size: clamp(17px, 1.25vw, 24px);
}
.on_dyna 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);
}
.on_dyna p {
	font-size: 16px;	
	font-weight: 400;
	letter-spacing: .055em;
	line-height: 1.7;
	font-feature-settings: "palt";
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
}















@media screen and (max-width:1700px){
header.general .btn_tp_1.mgn_t_50 {
    margin-top: 6%;
}
.tp_fst_v .big_btn_wrap .obj.no1 {
    right: 30vw;
}	
.tp_fst_v .big_btn_wrap .obj.no3 {
    right: -0vw;
}	
header.general .logos img {
    width: 70%;
}
.tp_fst_v .big_btn_wrap .obj.no2 {
	left: -12vw;
}	
}
@media screen and (max-width:1600px){	
.tp_cc .lower .sepa .learn .ttl_wrap .obj {
	left: -7vw;
}
.tp_cc .lower .sepa .kids .ttl_wrap .obj {
	right: -12vw
}
.cmmn_cnt {
	padding-right: 2%;
	padding-left: 2%;
}	
.wrap_1535 {
	padding-right: 2%;
	padding-left: 2%;
}	
.special-curriculum .tp_about .obj.no3 {
    left: unset;
	right: 30%;
}
.special-curriculum .sec_obj_tp_1 .obj.no4,
.growth-care .sec_obj_tp_1 .obj.no4,
.kids-club .sec_obj_tp_1 .obj.no4	{
    right: 0
}
	
}
@media screen and (max-width:1310px){	
.wrap_1300 {
	padding-right: 2%;
	padding-left: 2%;
}	
header.general .logos {
    width: 15vw;
}
header.general .reserv {
    width: 14vw;
}	
header.general .lists {
    width: calc(100% - (15vw + 14vw));
    padding-left: 0;
    column-gap: 3vw;	
}
}
@media screen and (max-width:1180px){
.tp_cc .obj.no0 {
	width: min(26.72vw, 513px);
	top: 0;
	left: 50vw;
}
.under .tp_cs .obj.no1 {
	right: 0;
	top: -10vw
}	
header.general .lists li a {
    font-size:11px;
}		
header.general .lists {
    column-gap: 1vw;	
}
	
}
@media screen and (max-width:1090px){
.wrap_1080 {
	padding-right: 2%;
	padding-left: 2%;
}
.tp_gd .obj.no4 {
	left: unset;
	right: 4%
}
	
}
@media screen and (max-width:1080px){
.tp_gd .obj.no3 {
	left: 38vw
}
header.general {
    justify-content: space-between
}
}
@media screen and (max-width:840px){
footer .stage .lists {
	padding-left: 4vw
}	
header.general .lists {
    column-gap: 3px;	
}
	
}
@media screen and (max-width:767px){
/* ==========================================================================
   Commons styles
   ========================================================================== */
.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_1535, .wrap_1300, .wrap_1080 {
    width: 100%;
	max-width: 100%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
    padding-right: 0.8rem!important;
    padding-left: 0.8rem!important;
}	
.sp_no_pad {
	padding-right: 0!important;
	padding-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_yaku {
	font-feature-settings: "palt";
}
	
.ham_wrap {
	background: url("../img/ham_wrap_sp.webp") no-repeat center / cover;	
	padding-left: 1%;
	width: 90px;
	height: 60px;
	opacity: 1;
    visibility: visible;
	pointer-events: auto;
}
.sp_ham {
    width: 34px;
    height: 33px;
}
.sp_ham .defo{
	margin-top: 5px;
	letter-spacing: .04em;
	font-size: 12px;
}
.menu-trigger {
 height: 20px;
}
.menu-trigger span {
  height: 4px;
}
.menu-trigger span:nth-of-type(2) {
    top: calc(50% - 2px);
}	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}	
.h_type_1 .en {
    font-size: 12px;
}	
.h_type_1 .ttl {
    font-size: 6.67vw;
    font-weight: 600;
    line-height: 1.5;
}		
/*qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq*/	
.txs_28, .txs_20 {
    font-size: 5.33vw;
}	
.txs_30 {
   font-size: 4.8vw
}	
.txs_32 {
    font-size: 4.8vw;
}	
.txs_22 {
    font-size: 3.73vw;
}	
.txs_43 {
    font-size: 7.47vw;
}	
.txs_18 {
    font-size: 14px
}	
.txs_16 {
    font-size: 15px
}	
.txs_15 {
    font-size: 12px
}	
.txs_17 {
    font-size: 3.2vw;
}
.txs_13 {
    font-size: 12px;
}
.txs_22	 {
    font-size: 16px;
    /* font-size: 14px; */
}
.txs_50 {
    font-size: 7.47vw
}
.sec_pad_80_b {
    padding-bottom: 9.5vw;
}
.sec_pad_60_t {
    padding-top: 7.5vw;
}	
.sec_pad_60 {
    padding: 7.5vw 0;
}	
.sec_pad_110_b {
    padding-bottom: 12vw;
}	
.sec_pad_30_t {
    padding-top: 4.5vw
}
.sec_pad_50_t {
    padding-top: 6.5vw;
}	
.sec_pad_120_t {
    padding-top: 13vw;
}	
.sec_pad_120_b {
    padding-bottom: 13vw;
}	
.sec_pad_130_b {
    padding-bottom: 14vw;
}
.sec_pad_150_t {
    padding-top: 16vw;
}	
.mgn_t_10 {
    margin-top: 2vw;
}	
.mgn_t_40 {
    margin-top: 5.5vw
}
.mgn_t_30 {
    margin-top: 4.5vw;
}	
.mgn_t_35 {
    margin-top: 5vw
}	
.mgn_t_20 {
    margin-top: 3.5vw;
}	
.mgn_t_15 {
    margin-top: 3vw;
}
.mgn_t_50 {
    margin-top: 6.5vw
}	
.mgn_t_60 {
    margin-top: 7.5vw;
}	
.sec_pad_130 {
    padding:13vw 0;
}
.mgn_t_100 {
    margin-top: 12vw;
}	
.sec_pad_100_b {
    padding-bottom: 12vw;
}
.sec_pad_80_t {
    padding-top: 10vw;
}
.sec_pad_80 {
    padding: 10vw 0;
}	
.sec_pad_90 {
    padding: 11vw 0;
}	
.sec_pad_30_b {
    padding-bottom: 4.5vw
}	
.sp_txs_34 {
    font-size: 9.07vw!important
}	
.sp_txs_28 {
    font-size: 7.47vw!important
}	
.sp_txs_110p {
    font-size: 110%
}	
.sp_lh_1_5 {
    line-height: 1.5
}	
.sp_lh_1_6 {
    line-height: 1.6
}	
.sp_lh_1_7 {
    line-height: 1.7
}	
.sp_lh_1_8 {
    line-height: 1.8
}	
.sp_lh_1_2 {
    line-height: 2
}	
.sp_fw_600 {
    font-weight: 600!important
}	
.sp_fw_500 {
    font-weight: 500!important
}	
.sp_fw_400 {
    font-weight: 400!important
}	
	
/*qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq*/	
.mega_m {
    padding: 5.33vw 0;
    overflow-y: auto;
}
.mega_m .stage {
    display: block;
}
.mega_m .stage .in_logo {
    width: 37.87%;
	margin: 0 auto 5.33vw
}	
.mega_m .stage .lists {
    row-gap: 0;
	column-gap: 4.53vw;	
}	
.mega_m .stage .lists_wrap {
    width: 100%
}	
.mega_m .stage .lists li {
    width: calc(50% - 4.53vw);
	border-bottom: 1px solid var(--clr_green);
}	
.mega_m .stage .lists li:nth-child(1),
.mega_m .stage .lists li:nth-child(2) {
	border-top: 1px solid var(--clr_green);
}	
.mega_m .stage .lists li a {
    padding: 3.71vw 0;
	padding-left: 9vw;
    font-size: clamp(13px, 1.04vw, 20px);
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: 0;
}	
.mega_m .stage .lists li a aside {
    width: 30px;
    height: 30px;
}	
.mega_m .stage .lists li a aside::before {
    width: 12px;
    height: 11px;
}	
.low_info.mgn_t_100 {
    margin-top: 15vw;
}	
.low_info {
    display: block;
}	
.low_info .item.tels {
    padding-bottom: 36px;
	margin-bottom: 36px;
}	
.low_info .item .ttl_wrap {
    column-gap: 13px;
}	
.low_info .item.tels .ttl_wrap img {
    width: 26px
}	
.low_info .item .ttl_wrap .ttl {
    font-size: 13px;
	font-weight: 800
}	
.low_info .item.tels .obj {
    width: 261px;
    height: auto;
    right: 0;
	left: 0;
    top: unset;
	bottom: 0;
	margin: auto
}
.low_info .item.mails img {
    width: 36px;
}
.btn_tp_2 {
	width: 260px;
	height: 63px;
	min-width: inherit;
	min-height: inherit;
}
.btn_tp_2.pad_l_5 .in {
    padding-left: 15%;
}	
.btn_tp_2::after {
    right: 22px;
    width: 26px;
    height: 24px
}	
header.general {
    display: none
}
.fv {
    padding-top: 5.33vw
}	
.fv .mv {
    position: relative;
    z-index: 0;
    padding: 0 0.8rem;
}	
.fv .insta_plgn {
	margin: 5.33vw 0 0;
	width: calc(100% - 0.8rem);
    position: relative;
    bottom: 0;
    left: 0;
    padding: 6.4vw;
    background: #FFF;
    border-radius: 0 30px 30px 0;
    border: 4px solid var(--clr_blue);
    border-left: none;
}	
.fv .insta_plgn header .icon {
    display: block;
    width: 37px;
    height: auto;
}	
.tp_fst_v .big_btn_wrap {
    margin-top: 0;
    position: relative;
}	
.tp_fst_v .big_btn_wrap .obj.no2,
.tp_fst_v .big_btn_wrap .obj.no3 {
	display: none
}	
.tp_fst_v_obj_sp {
	margin-top: 8vw
}	
.tp_fst_v .big_btn_wrap .obj.no1 {
    width: 41.87vw;
    top: -25.6vw;
    right: unset;
	left: -0.5rem
}	
.tp_fst_v .big_btn {
	margin-top: -4vw;
    padding: 3.4vw 2%;
}	
.tp_fst_v .big_btn .arrw {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
	left: unset;
    width: 40px;
    margin: 2vw auto 0;
	z-index: 100
}	
.tp_fst_v .big_btn .txs_22	 {
    font-size: 13px;
	letter-spacing: 0;
	font-feature-settings: "palt";	
}
.tp_about .msg {
    line-height: 2.2;
    position: relative;
    z-index: 10;
}	
.tp_about .catch {
    width: 100%;
	margin: 6vw 0
}	
.sp_mgn_auto {
	margin-inline: auto;	
}	
.tp_about .obj.no1 {
    width: 50vw;
	z-index: 0;
    right: 0;
    top: calc(min(10.1vw, 194px)* -1);
}
.tp_about .msg.mgn_t_60 {
    margin-top: 36vw;
}	
.tp_about .btn_tp_2 .mgn_t_90 {
    margin-top: 0;
}	
.tp_about .obj.no2 {
	position: relative;
    width:160px;
    left: 0;
    bottom: 0;
	margin-inline: auto;		
}	
.tpl_big_ttl_obj {
    width: 76%;
	height: auto;
    display: block;
	margin: 5vw auto
}		
.h_type_2 {
    padding-left: 13.87vw;
    font-size: 5.33vw;
}	
.h_type_2::before {
    width: 12vw;
    height: 13.33vw
}	
.tp_learn .h_type_2 {
    margin-top: -18vw
}	
 .tp_learn.sec_pad_30_b {
    padding-bottom: 8vw
}	
.tp_gd .obj.no3 {
	position: relative;
    width: 100%;
    top: 0;
    left: 0;
	margin-top: 6vw;
}	
.tp_gd .h_type_2 {
    margin-top: -19vw
}	
.tp_gd .obj.no4 {
    display: none
}	
.tp_cs.sec_pad_100_b {
    padding-bottom: 16vw
}	
.tp_cs .obj.no1 {
    display: none
}	
.tp_cc .obj.no0 {
	position: relative;
	width: 85%;
	top: 0;
	left: unset;
	margin: 5vw auto 0
}
.sepa_note {
    display: block;
}	
.sepa_note .item {
    width: 334px;
    height: 196px;
	margin-inline: auto;		
    padding: 50px 0 0;
	margin-bottom: 20px;
    background: url(../img/sepa_note_bg.webp) no-repeat top / cover;
}	
.sepa_note .item:last-child {
	margin-bottom: 0;
}	
.sepa_note .item .ttl {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .018em;
}	
.sepa_note .item .mn {
    margin-top: 2%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .018em;
}	
.tp_cc .lower .msg_bx .txs_20 {
     font-size: 16px;
}
.tp_cc .lower .evt {
    padding: 6vw 0 8vw
}	
.tp_cc .obj.no1 {
	position: relative;
    width: 75%;
    right: 0;
    top: 0;
	margin-inline: auto;	
}	
.tp_cc .lower .msg_bx_wrap, .tp_cc .lower .btn_tp_wrap {
    display: flex;
    justify-content: center;
}	
.tp_cc .lower .sepa .learn {
	margin-bottom: 9vw
}
.tp_cc .lower .sepa .learn .ttl_wrap .obj,
.tp_cc .lower .sepa .kids .ttl_wrap .obj {
	display: none
}
.tp_cc .lower .sepa .learn .ttl_wrap .ttl,
.tp_cc .lower .sepa .kids .ttl_wrap .ttl {
    width: 90%;
	margin: 0 auto
}	
.tp_info {
    padding-top: 23vw;
}	
.tp_info .obj.no2 {
    width: 100%;
    top: -11vw;
    left: 0;
    right: 0;
    margin: auto;
}
.tp_info .inn {
    width: calc(100% - 1.6rem);
	margin-inline: auto;		
    padding: 7vw 4vw 5vw;
}	
.cmmn_cnt {
	margin-top: 0;
	padding-right: 0.8rem;
	padding-left: 0.8rem;
}	
.cmmn_cnt .tx {
    width: 100%;
    padding-right: 0;
}	
.cmmn_cnt .tx .h_type_1 .ttl {
    line-height: 1.5;
}	
.cmmn_cnt .tx .msg {
    padding-right: 0;
	margin-bottom: 6vw;
	font-size: 16px;
	/* font-size: 14px; */
	font-weight: 500
}	
.cmmn_cnt .bx {
    width: 100%;
    position: relative;
	padding: 8.8vw 0
}	
.tp_info .low_info .item.tels {
    padding-bottom: 26px;
	margin-bottom: 26px;
}	
footer .stage .logos {
	display: flex;
	align-items: center;
	column-gap: 4vw
}	
footer .stage .logos .logo {
    width: 144px
}	
footer .stage .logos .infos .mgn_t_60 {
    margin-top: 0;
}	
footer .stage .lists {
    padding: 7.5vw 0 0 0;
	column-gap: 6vw
}
footer .stage .lists .star li a {
    padding-left: 30px;
}	
footer .stage .lists .star li a::before {
    width: 20px;
    height: 19px;
}	
footer .stage .lists .star li, footer .stage .lists .line li {
    margin-bottom: 16px
}	
footer .stage.row_2 {
	margin-top: 10vw;
    padding-bottom: 28vw;
}	
footer .cp {
    padding-left: 0.8rem;
	font-size: 14px
}	
footer {
	margin-bottom: 60px;
    background: #FFF url(../img/ft_bg_sp.webp) no-repeat bottom / 100%;
}	
.sp_fix_nvs {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 9997;
	background: var(--clr_yell);
	display: flex;
}	
.sp_fix_nvs .item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}	
.sp_fix_nvs .item::after {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	width: 2px;
	height: 41px;
	margin: auto;
	background: url("../img/sp_fix_nvs_line.webp") no-repeat center / cover
}	
.sp_fix_nvs .item:last-child::after {
	display: none
}	
.sp_fix_nvs .item img {
	margin-inline: auto;		
	display: block;
	max-width: 100%;
	height: auto
}
.sp_fix_nvs .item p {
	margin-top: 10px;
	font-size: 11px;	
	font-weight: 600;
	color: var(--clr_blue);
	text-align: center;
	line-height: 1;
	letter-spacing: 0;
	font-feature-settings: "palt";
}
.sp_fix_nvs .item.nar {
	width: 22%;
}	
.sp_fix_nvs .item.wid {
	width: calc((100% - (22% * 2)) / 2);
}	
.fv_under.sec_pad_140_t {
    padding-top: 0
}
.under_sp_logo {
    padding: 5.33vw 0
}
.under .sec .tx_bse {
    font-size: 16px;
    /* font-size: 14px; */
} 	
.under_leade.sec_pad_120_b {
    padding-bottom: 10vw;
}	
.wave_line_wrap {
	padding-top: 12vw
}		
.h_type_3 .ico {
	width: 30px;
    margin-bottom: 22px;
}	
.h_type_3 .txs_32 {
    font-size:5.33vw
}	
.sec_obj_tp_1 .obj.no1 {
    display: none
}
.block_tp_1_wrap.mgn_t_100 {
    margin-top: 0
}	
.block_tp_1_wrap .block {
    margin-bottom: 0;
    margin-top: 16vw;
	display: block
}	
.block_tp_1_wrap .block .px {
    width: 100%;
    position: relative;
}
.block_tp_1_wrap .block .px img.mn,
.block_tp_1_wrap .block:nth-child(even) .px img.mn {
    border-radius: 30px 30px 0 0;
}	
.block_tp_1_wrap .block .px .obj {
    width: 138px;
    top: -12vw;
    right: 0;
	left: 0;
	margin: auto
}	
.block_tp_1_wrap .block .tx {
    width: 100%;
    padding: 6vw;
}	
.block_tp_1_wrap .block .tx .ttl {
    font-size: 4.8vw;
}	
.block_tp_1_wrap .block:nth-child(even) .px .obj {
    right: 0;
    left: 0;
}	
.sec_obj_tp_1 .obj.no2 {
    width: 73px;
    top: 21%;
    right: 0.8rem;
}	
.sec_obj_tp_1 .obj.no3 {
    width: 181px;
    bottom: 13%;
    left: 0;
}	
.faq_block {
    border-radius: 20px;
}
.faq_block .row .en {
    left: 2vw;
    font-size: 32px;
}	
/* アイコンの共通設定 */
    .faq_block .row.q_area::before,
    .faq_block .row.q_area::after {
        right: 10px; /* スマホ時のベース余白 */
    }

    /* 3. 横棒（サイズ：21px / 太さ：3px） */
    .faq_block .row.q_area::before {
        width: 21px;
        height: 3px;
        border-radius: 3px;
    }

    /* 4. 縦棒（サイズ：21px / 太さ：3px） */
    .faq_block .row.q_area::after {
        width: 3px;
        height: 21px;
        right: 19px; /* 計算値：20 + 10.5 - 1.5 */
        border-radius: 3px;
    }	
.faq_block .row .mn {
    text-align: center;
    padding: 0 34px;
}	
.faq_block .row.q_area {
    padding: 0;
	display: flex;
	align-items: center;
	justify-content: center
}	
.faq_block .row.a_area .mn {
    font-size: 16px;
    /* font-size: 14px; */
	text-align: left;
	padding: 0 2% 0 40px
}	
.under_cta .item.rese .btn .icon {
    width: 28px
}	
.under_cta .item .btn .mn {
    font-size: 5.33vw;
}	
.under_cta .item .btn {
    padding: 6vw 2%;
    column-gap: 3vw;
}	
.under_cta .item.rese {
    margin: 0;
	padding-bottom: 6vw
}	
.under_cta .item.evt {
    margin: 6vw 0 0;
}	
.under_cta .item.evt .btn .icon {
    width: 31px
}	
.under_cta .item.rese::after {
    top: unset;
    bottom: 0;
    right: 0;
	left: 0;
    width: 100%;
    height: 4px;
    background: url(../img/under_cta_line_sp.webp) no-repeat center / cover;
}	
.block_tp_2_wrap .block .pxs {
    display: none
}
.block_tp_2_wrap .block {
    padding: 40px 4vw;
    background: #FFF;
    border-radius: 60px;
}	
.h_type_4 {
    font-size: 4.8vw;
    font-weight: 500;
    padding-left: 15vw;
}	
.h_type_4::before {
    width: 12vw;
    height: 13.33vw;
}	
.for_sp {
    margin-top: 8vw
}		
.for_sp + .block_tp_2_wrap {
    margin-top: 0
}		
.station-guide .sec_obj_tp_1 .obj.no2,
.sec_obj_tp_1.ver2 .obj.no2 {
    top: 14%;
	right: 0
}	
.station-guide .sec_obj_tp_1 .obj.no3, .sec_obj_tp_1 .obj.no4 {
    display: none
		
}	
.under .tp_cs .obj.no1 {
	display: block;
    width: 32vw;
    top: -27vw;
    right: 0.8rem;
}	
.fun-events .big_sepa_2 {
    margin-bottom: -1px
}	
.h_type_4 span::before {
    left: -15vw;
    width: 12vw;
    height: 13.33vw;
}	
.about .sec_obj_tp_1 .obj.no3 {
    top: unset;
	right: unset;
	left: 0;
	bottom: -3%;
	z-index: 9;
	width: 30%;
}	
.block_tp_2_wrap .block.ver_sepa {
    padding: 0;
	display: block;
    margin-bottom: 0;
    margin-top: 16vw;	
}	
.block_tp_2_wrap .block.ver_sepa .px {
    width: 100%
}	
.block_tp_2_wrap .block.ver_sepa .obj {
    width: 138px;
    top: -12vw;
    right: 0;
    left: 0;
    margin: auto;
}	
.block_tp_2_wrap .block.ver_sepa .tx {
    width: 100%;
    padding: 5vw 4vw;
}
.block_tp_2_wrap .block.ver_sepa .tx .ttl {
    font-size: 4.8vw;
}	
.special-curriculum .tp_about .obj.no2 {
    display: none
}	
.special-curriculum .tp_about .h_type_4.mgn_t_50,
.growth-care .tp_about .h_type_4.mgn_t_50	{
    margin-top: 60vw
}	
.special-curriculum .tp_about .obj.no3,
.growth-care .tp_about .obj.no3	{
    width: 26vw;
    bottom: unset;
	top: 38vw;
    left: 15vw;
	right: unset
}	
.growth-care .tp_about .obj.no3	{
	top: 54vw;
}	
.sepa_note.ver2 .item .mn {
	width: 100%;
    font-size: 16px;
    /* font-size: 15px; */
    text-align: center;
    padding-right: min(2.08vw, 40px);
    padding-left: min(2.08vw, 40px);
}	
.sepa_note.ver2 .item {
    padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center
}	
.special-curriculum .sec_obj_tp_1 .obj.no4,
.growth-care .sec_obj_tp_1 .obj.no4,
.kids-club .sec_obj_tp_1 .obj.no4	{
    display: block;
    width: 40vw;
    bottom: -15vw;
    right: 0;
	left: 0;
	margin: auto;
    z-index: 20;
}	
.special-curriculum .txs_22.yaku.lh_3 {
    line-height: 1.8
}	
.sepa_note.long .item {
    height: 248px;
    background: url(../img/sepa_note_bg_long.webp) no-repeat top / 100%;
}	
.sepa_note.long .item .mn {
    padding-right: 6vw;
    padding-left: 6vw;
}	
.special-curriculum .sec.pt_1 .txs_28 {
    font-size: 5.33vw
}
.growth-care .tp_about .obj.no2 {
	display: none
}	
.kids-club .sec_obj_tp_1.no1 .obj.no4 {
        width: 55vw;
        bottom: -10vw;
}	
.sp_set_1 {
    display: block;
	text-align: center
}
.sp_logo {
    max-width: 125px;
}
.tbls {
    padding: 0;
}	
.tbls .tr .th {
	width: 35%;
	letter-spacing: .08em;
	text-align: center
}
.tbls .tr .td {
	width: calc(65% / 7);
}
.sp_tx_lef {
	text-align: left
}
.contact .block.no1 .txs_16 {
        font-size: 14px;
}	
.form_area .row.set_1 .sepa .item {
	width: 50%;
}

.form_area .set_1 .add_jp {
	width: 50px;
	padding-left: 2%;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
    text-align: left;
	align-items: flex-start
}	
.form_area .row.mgn_t_20 {
    margin-top: 6.5vw;
}	
.form_area .row .mn {
    margin-top: 3vw;
}	
.form_area textarea {
    height: 170px;
}	
.arch_wrap .block .btn_tp_1 {
    max-width: 100%;
    padding: 3vw 0;
	margin-top: 5vw
}	
.arch_wrap .block .btn_tp_1 .in .tx {
    font-size: 4vw
}	
.h_type_knight {
    padding-bottom: 12px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
}
/* ==========================================================================
   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;
  }
}

.m-left .in{
	justify-content: left;
}
.m-pt-40{
	padding-top: 40px;
}
@media screen and (max-width:767px){
	.hidden-sp {
		display: none;
	}
}
@media screen and (min-width:768px){
	.hidden-tb {
		display: none;
	}
}
