@charset "UTF-8";
/* CSS Document */

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #000;
	font-size: 17px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2.2;
}
p,li,span,a{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #000;
	transition: .4s;
}
ul:not(.news-detail .flex #main .text ul),
ol:not(.news-detail .flex #main .text ol){
	list-style: none;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
}
.inner.max{
	max-width: none;
}
.inner.mini{
	max-width: 960px;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title.orange{
	color: #E95513;
}
h2.title span.en{
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 4.2rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.08em;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
h2.title.fl span.en::first-letter{
	color: #E95513;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
	h2.title span.en{
		font-size: 3rem;
	}
	h2.title span.ja{
		font-size: 1.1rem;
	}
	h2.title.mini span.en{
		font-size: 2.6rem;
	}
}


.ltitle{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.ltitle::after{
	content: '';
	display: inline-block;
	border-top: 2px solid #eee;
	flex: 1;
}
.ltitle span.en{
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-right: 30px;
}
.ltitle span.en::first-letter{
	color: #bbb;
}
.ltitle span.ja{
	display: block;
	font-size: 1rem;
	letter-spacing: 0.12em;
	margin-right: 30px;
}
.ltitle.white span.en,
.ltitle.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	.ltitle span.en{
		font-size: 1.8rem;
		margin-right: 15px;
	}
	.ltitle span.ja{
		font-size: 0.8rem;
		font-size: 0.9rem;
		margin-right: 15px;
	}
}




/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #04a4da 0%, #04a4da 85%, #1FC7FF 85.1%);
    padding: 14px 18px;
	color: #fff;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #000;
    padding: 18px 18px;
	padding-left: 36px;
    margin-bottom: 25px;
	box-shadow: 4px 4px rgba(0, 0, 0, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #000;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.mtitle02.white{
	background-color: transparent;
	border-color: #fff;
	box-shadow: 4px 4px rgba(255, 255, 255, 0.3);
	color: #fff;
}
.mtitle02.white::before{
	background-color: #fff;
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	border-bottom: 2px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 120px;
	height: 2px;
	background: #000;
}

/*dtitle*/
.dtitle{
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.12em;
	text-align: center;
	margin-bottom: 30px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: #000;
	border-radius: 500px;
	margin: 7px auto 0;
}
.dtitle.white{
	color: #fff;
}
.dtitle.white::after{
	background: #fff;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.7rem;
		margin-bottom: 25px;
	}
}


/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 60px;
	aspect-ratio: 52 / 23;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.3rem;
	padding: 5px 0;
	padding-left: 15px;
	border-left: 4px solid #000;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	font-size: 1.3rem;
	padding: 5px 0;
	padding-left: 15px;
	border-left: 4px solid #000;
	background-color: #f4f4f4;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}
.rtitle.white{
	background-color: #fff;
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}
.sbtn a{
	display: block;
	text-align: center;
	padding: 12px 50px;
	border-radius: 500px;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #fff;
	border: 2px solid #000;
	background-color: #000;
}
.sbtn a::after{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	font-weight: 900;
	margin-left: 20px;
	transition: 0.6s;
}
.sbtn a:hover{
	background-color:#fff;
	color: #000;
}
.sbtn a:hover::after{
	transform: translateX(5px);
}

.sbtn.white a{
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.sbtn.white a:hover{
	background-color:transparent;
	color: #fff;
}

.sbtn.non a::after{
	display: none;
}

.sbtn.big a{
	padding: 12px 20px;
}



.sbtn.tiktok a{
	background: #000;
	color: #fff;
	border: none;
}
.sbtn.tiktok a:hover{
	opacity: 0.6;
}

.sbtn.insta{
}
.sbtn.insta a{
	position: relative;
	z-index: 1;
	border: none;
	color: #fff;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
}
.sbtn.insta a::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.sbtn.insta a:hover{
	opacity: 0.6;
}

.sbtn.fb a{
	background: #1877f2;
	color: #fff;
	border: none;
}
.sbtn.fb a:hover{
	opacity: 0.6;
}



.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #333;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long{
	max-width: none;
}


.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table th,
	.info_table td{
		font-size: 0.9rem;
	}
}

.info_table.white{
}
.info_table.white tr{
	border-color: #fff;
}
.info_table.white th,
.info_table.white td{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}


/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #000;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
.info_table02.white td{
	background: #fff;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 10px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
.info_table03.white{
	border-color: rgba(255, 255, 255, 0.3);
}
.info_table03.white tr{
	border-color: rgba(255, 255, 255, 0.3);
}
.info_table03.white th,
.info_table03.white td{
	color: #fff;
}
@media (max-width: 750px){
	.info_table03 th{
		width: 25%;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03 th,
	.info_table03 td{
		font-size: 0.9rem;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		display: none;
	}
}
@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0 !important;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #000;
	margin-right: .8em;
	font-size: 0.8em;
	transform: translateY(-2px);
}
ul.check_list.white li{
	color: #fff;
	border-color: rgba(255, 255, 255, 1);
}
ul.check_list.white li::before{
	color: #fff;
}

ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #000;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #08A6A6;
}
ul.single_list.non li::before{
	display: none;
}


ul.num_list{
}
ul.num_list li{
	position: relative;
	z-index: 1;
	background-color: #f4f4f4;
	padding: 15px 10px;
	padding-left: 30px;
	width: calc(100% - 18px);
	border-radius: 3px;
	margin: 0 0 0 auto;
	margin-bottom: 8px;
}
ul.num_list li span.num{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-18px, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0A3D62;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	border-radius: 50%;
	width: 36px;
	aspect-ratio: 1 / 1;
}
ul.num_list.white li{
	background-color: #fff;
}

ul.num_list.little li{
	padding: 5px 10px;
	padding-left: 26px;
	width: calc(100% - 15px);
}
ul.num_list.little li span.num{
	transform: translate(-15px, -50%);
	width: 30px;
	font-size: 1rem;
	line-height: 1;
}


/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 400px;
}
.mini_flex .text{
	width: calc(100% - 440px);
}
@media (max-width: 960px){
	.mini_flex .img{
		width: 300px;
	}
	.mini_flex .text{
		width: calc(100% - 340px);
	}
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}


/*YouTube*/
.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
}
.youtube_wrapper iframe{
	display: block;
	width: 100%;
	height: 100%;
}

/*===// 共通部分ここまで ===========*/




.overwrap{
	overflow-x: clip;
}



/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.3s, transform 1.3s cubic-bezier(0.32, 0.1, 0, 1);
	transition-delay: 0.18s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}





/*背景文字*/
.flowimg{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	animation: flowimg_apper 1.4s ease-in-out;
	pointer-events: none;
}
@keyframes flowimg_apper {
	0% {
		opacity: 0;
	}
	60%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.flowimg::before,
.flowimg::after{
	display: block;
	position: absolute;
	bottom: -40px;
	width: 100%;
	height: auto;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	z-index: -10;
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	opacity: 0.1;
	font-size: 14rem;
	animation: 25s linear infinite;
}
.flowimg::before{
	left: 0;
}
@media (max-width: 750px){
	.flowimg::before,
	.flowimg::after{
		bottom: -20px;
		font-size: 8rem;
		animation: 16s linear infinite;
	}
}


.flowimg1::before,
.flowimg1::after{
	content: "stb-kitakyusyu";
	animation-name: flowimg1;
}
.flowimg1::after{
	left: 2200px;
}
@keyframes flowimg1{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-2200px);
	}
}
@media (max-width: 750px){
	.flowimg1::after{
		left: 1200px;
	}
	@keyframes flowimg1{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-1200px);
		}
	}
}

.flowimg2::before,
.flowimg2::after{
	content: "STAR BURST";
	animation-name: flowimg2;
}
.flowimg2::after{
	left: -1500px;
}
@keyframes flowimg2{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(1500px);
	}
}
@media (max-width: 750px){
	.flowimg2::after{
		left: -900px;
	}
	@keyframes flowimg2{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(900px);
		}
	}
}

.flowimg3::before,
.flowimg3::after{
	content: "RISE ONE";
	animation-name: flowimg3;
	color: #000;
}
.flowimg3::after{
	left: 1300px;
}
@keyframes flowimg3{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-1300px);
	}
}
@media (max-width: 750px){
	.flowimg3::after{
		left: 800px;
	}
	@keyframes flowimg3{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-800px);
		}
	}
}

.flowimg4::before,
.flowimg4::after{
	content: "nanohana";
	animation-name: flowimg4;
	color: #000;
	opacity: 0.2;
}
.flowimg4::after{
	left: -1600px;
}
@keyframes flowimg4{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(1600px);
	}
}
@media (max-width: 750px){
	.flowimg4::after{
		left: -900px;
	}
	@keyframes flowimg4{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(900px);
		}
	}
}

.flowimg5::before,
.flowimg5::after{
	content: "sample";
	animation-name: flowimg5;
}
.flowimg5::after{
	left: 1100px;
}
@keyframes flowimg5{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-1100px);
	}
}
@media (max-width: 750px){
	.flowimg5::after{
		left: 600px;
	}
	@keyframes flowimg5{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-600px);
		}
	}
}



.frame{
	position: relative;
	z-index: 1;
}
.frame::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	transform: translate(15px,15px);
}
.frame.frame01::after{
	background: linear-gradient(to right top, #FF6A00, #B200FF);
}
.frame.frame02::after{
	background: linear-gradient(to right top, #00A8FF, #FFE500);
}
.frame.frame03::after{
	background: linear-gradient(to right top, #FFEFA0, #54C7EC);
}
.frame.frame04::after{
	background: linear-gradient(to right bottom, #fff, #222);
}
@media (max-width: 750px){
	.frame::after{
		transform: translate(8px,8px);
	}
}













/* ローディング画面設定　*/
#splash{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	background-color: #fff;
}
#splash_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	max-width: 400px;
	z-index: 5;
}
#splash_logo img{
	display: block;
	width: 100%;
	animation: load_apper 3.8s cubic-bezier(0.75, 0, 0.3, 1);
}
@keyframes load_apper{
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	10%{
		opacity: 0;
		transform: scale(0.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

#splash_mv{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#splash_mv::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: 1;
}
#splash_mv video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}





/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 12px 20px;
}
.site_header.transform{
	background-color: #000;
	background-color: #0A3D62;
}
.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 250px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

#home .site_header h1{
	opacity: 0;
	pointer-events: none;
}
#home .site_header.transform h1{
	opacity: 1;
	pointer-events: all;
}

.site_header .info{
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 13px;
}
.site_header .tr .tel_btn{
}
.site_header .tr .tel_btn a{
	display: inline-block;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	transform: translateY(4px);
}
.site_header .tr .tel_btn a i{
	display: inline-block;
	font-size: 0.8em;
	transform: translateY(-1px);
}
.site_header .tr .tel_btn a:hover{
	opacity: 0.6;
}
.site_header .tr .btn{
	margin-left: 10px;
}
.site_header .tr .btn a{
	display: block;
	text-align: center;
	padding: 1px 20px;
	font-size: 0.8rem;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 500px;
	color: #0A3D62;
}
.site_header .tr .btn a:hover{
	opacity: 0.6;
}

.site_header .tr .btn2 a{
	background: linear-gradient(to right top, #FF6A00, #B200FF);
	color: #fff;
}
.site_header .tr .btn3 a{
	background: linear-gradient(to right top, #00A8FF, #FFE500);
	color: #fff;
}



/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
}
.global_nav ul li{
	margin-left: 40px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
	color: #fff;
}
.global_nav ul li a span{
	display: block;
	letter-spacing: 0.1em;
	font-size: 0.65rem;
}
.global_nav ul li a span.en{
	text-transform: uppercase;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
}
.global_nav ul li a span::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	margin: 3px 0;
	transition: all 0.2s ease-in;
}
.global_nav ul li a:hover span::after{
	width: 20px;
}

.global_nav ul li.small a{
	display: flex;
	align-items: center;
	font-size: 0.9rem;
	height: 100%;
}
@media (max-width: 1100px){
	.site_header h1{
		width: 200px;
	}
	.site_header .tr .tel_btn a{
		font-size: 1.6rem;
		transform: translateY(3px);
	}
	.site_header .tr .btn a{
		padding: 1px 10px;
	}
	.global_nav ul li{
		margin-left: 25px;
	}
	.global_nav ul li a{
		font-size: 1rem;
	}
	.global_nav ul li a span{
		font-size: 0.6rem;
	}
	.global_nav ul li.small a{
		font-size: 0.8rem;
	}
}
@media (max-width: 960px){
	.site_header{
		padding: 10px 10px;
	}
	.site_header .info{
		display: none;
	}
}


/*===fv==============================*/
.fv{
	position: relative;
	height: 100vh;
	min-height: 800px;
	z-index: 1;
}
.fv::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: 1;
}

.fv video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.fv .fv_logo{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 20;
	width: 94%;
	max-width: 1400px;
}

.fv .fv_logo .main_logo{
	width: 50%;
	max-width: 280px;
	margin: 0 auto;
}
.fv .fv_logo .main_logo img{
	display: block;
	width: 100%;
}

.fv .fv_logo .fv_link{
	display: flex;
	justify-content: space-between;
	width: 100%;

	max-width: 1200px;/*3つ表示時*/
	margin: 0 auto;
}
.fv .fv_logo .fv_link .box{
	width: 24%;
}
/* .fv .fv_logo .fv_link .box:nth-child(2),
.fv .fv_logo .fv_link .box:nth-child(3){
	margin-top: 100px;
} */
 .fv .fv_logo .fv_link .box:nth-child(2){
	margin-top: 100px;
}
.fv .fv_logo .fv_link .box a{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}
.fv .fv_logo .fv_link .box a img{
	display: block;
	width: 80%;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.fv .fv_logo .fv_link .box a p{
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.fv .fv_logo .fv_link .box a p span.sub{
	display: block;
	font-size: 0.5em;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}

.fv .fv_logo .fv_link .box a:hover{
	opacity: 0.4;
}

@media (max-width: 750px){
	.fv{
		height: auto;
		min-height: auto;
		padding: 60px 0;
	}
	.fv .fv_logo{
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		transform: none;
		margin: 0 auto;
	}
	.fv .fv_logo .main_logo{
		max-width: 200px;
		margin-bottom: 20px;
	}
	.fv .fv_logo .fv_link{
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.fv .fv_logo .fv_link .box{
		width: 48%;
		margin-bottom: 20px;
	}
	.fv .fv_logo .fv_link .box:nth-child(2),
	.fv .fv_logo .fv_link .box:nth-child(3){
		margin-top: 0;
	}
	.fv .fv_logo .fv_link .box a img{
		margin-bottom: 10px;
	}
	.fv .fv_logo .fv_link .box a p{
		font-size: 1.2rem;
	}
}
@media (max-width: 450px){
	.fv .fv_logo .main_logo{
		max-width: 150px;
	}
	.fv .fv_logo .fv_link .box a img{
		max-width: 120px;
	}
}


/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section,
main .section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section,
	main .section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}


.s_middle{
	position: relative;
	height: 500px;
	z-index: 1;
}
.s_middle img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 750px){
	.s_middle{
		height: 300px;
	}
}




.bg01{
	background-color: #000;
}
.bg02{
	background-color: #f4f4f4;
}
.bg03{
	background-color: #0A3D62;
}





/*==welcome==============================*/
.welcome{
	color: #fff;
	background: url(../img/welcome_bg.jpg);
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
	padding: 200px 0;
	/* margin-bottom: 40px; */
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .welcome{
	background-attachment: scroll;
}
.welcome::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	z-index: -2;
}
.welcome::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
	left: 0;
    width: 100%;
    height: 19vw;
    background: linear-gradient(180deg, rgba(16, 19, 21, 0) 16.15%, #000);
	z-index: -1;
}
.welcome .text{
	max-width: 600px;
	margin: 0 0 0 auto;
}
@media (max-width: 960px){
	.welcome{
		margin-bottom: 0;
	}
}
@media (max-width: 750px){
	.welcome{
		padding: 60px 0;
	}
}


/*===t_service==============================*/
.t_service .flex{
	display: flex;
	justify-content: space-between;
	align-items: center
}
.t_service .flex .img{
	width: 50%;
}
.t_service .flex .text{
	width: 44%;
}

.t_service h2{
	font-weight: 700;
	margin-bottom: 30px;
}
.t_service h2 span.mini{
	display: block;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
.t_service h2 span.ja{
	display: block;
	font-size: 3.3rem;
}

.t_service h2.pic{
	max-width: 500px;
}
.t_service h2.pic img{
	display: block;
	width: 100%;
}

@media (max-width: 960px){
	.t_service .flex{
		flex-direction: column;
	}
	.t_service .flex.reverse{
		flex-direction: column-reverse;
	}
	.t_service .flex .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.t_service .flex .text{
		width: 100%;
	}
	.t_service h2 span.ja{
		font-size: 2.2rem;
	}
}


.t_service01{
	color: #fff;
	background-color: #000;
}

.t_service03::after{
	content: '';
	width: 70%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f4f4f4;
	pointer-events: none;
	z-index: -5;
}

.t_service04{
	color: #fff;
	background-color: #000;
}



/*===t_env==============================*/
.t_env{
}
.t_env .flex{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.t_env .flex .box{
	border: 1px solid #000;
	background-color: #fff;
	padding: 30px 20px;
	box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.4);
}
.t_env .flex .box .num{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}
.t_env .flex .box .num span{
	display: inline-block;
	font-size: 1.6em;
	margin-left: 0.12em;
}
.t_env .flex .box .num::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	margin: 7px auto 0;
}
@media (max-width: 1200px){
	.t_env .flex{
		display: block;
	}
	.t_env .flex .box{
		padding: 40px 30px;
		margin-bottom: 25px;
	}
	.t_env .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}
@media (max-width: 750px){
	.t_env .flex .box{
		padding: 30px 20px;
		box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4);
		margin-bottom: 20px;
	}
}



/*===t_access==============================*/
.t_access{
}
.t_access .flex{
	display: flex;
	justify-content: space-between;
}
.t_access .flex .text{
	width: 48%;
}
.t_access .flex .right{
	width: 48%;
}
.t_access .flex .right .map{
	margin-bottom: 15px;
}
@media (max-width: 960px){
	.t_access .flex{
		display: block;
	}
	.t_access .flex .text{
		width: 100%;
		margin-bottom: 20px;
	}
	.t_access .flex .right{
		width: 100%;
	}
	.t_access .flex .right .map{
		margin-bottom: 15px;
	}
}




/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto -20px;
	max-width: 800px;
}
.footer_top .btn_wrap .btn{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 500px;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 750px){
	.footer_top{
		padding: 60px 0;
	}
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
}

.footer_middle{
	text-align: center;
	padding: 60px 0 40px;
}

footer h3{
	width: 80%;
	max-width: 350px;
	margin: 0 auto 10px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle .info{
	font-size: 0.8rem;
}

.footer_bottom{
	background: #000;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.08em;
}

@media (max-width: 750px){
}


.footer_nav{
	margin: 0 auto;
	margin-top: 40px;
	max-width: 960px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer_nav ul li{
	flex: 1 0 auto;
	text-align: center;
	border-right: 1px solid #ccc;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	line-height: 1.8;
	font-size: 0.9rem;
}
.footer_nav ul li a span{
	display: block;
	font-size: 0.6rem;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav{
	}
	.footer_nav ul{
		display: block;
		width: 90%;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #ccc;
		padding: 15px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #ccc;
	}
	.footer_nav ul li a{
		flex-direction: row;
		justify-content: left;
	}
	.footer_nav ul li a span{
		display: inline;
		font-size: inherit;
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 15px;
		transform: rotate(-45deg);
		border-right: 2px solid #bbb;
		border-bottom: 2px solid #bbb;
	}
}










/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #111;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	/* background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center; */
	background-color: #0A3D62;
	width: 100%;
	padding: 180px 0 80px;
}
.kasou_top #particles-js{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.kasou_top::before{
	content: '';
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
	pointer-events: none;
	z-index: 2;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.kasou_top .inner{
	position: relative;
	z-index: 3;
}
.kasou_top .flex{
	display: flex;
	align-items: center;
}
.kasou_top .logo_img{
	width: 40%;
	max-width: 200px;
}
.kasou_top .logo_img img{
	display: block;
	width: 100%;
}
.kasou_top .flex .info{
	width: calc(100% - 240px);
	margin-left: 40px;
}
.kasou_top h2{
	font-size: 2.4rem;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 20px;
}
.kasou_top h2 span.sub{
	display: block;
	font-size: 1.2rem;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 120px 0 60px;
	}
	.kasou_top::before{
		display: none;
	}
	.kasou_top .flex{
		display: block;
	}
	.kasou_top .logo_img{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.kasou_top .flex .info{
		width: 100%;
		margin-left: 0;
	}
	.kasou_top h2{
		text-align: center;
		font-size: 2rem;
	}
	.kasou_top h2 span.sub{
		font-size: 1rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}
@media (max-width: 750px){
	.breadcrumb{
		text-align: center;
		font-size: 0.7rem;
	}
}



.kasou_logo .img{
	max-width: 700px;
	margin: 0 auto;
	margin-top: 60px;
}



/*===ダンススクール　STAR BURSTページ==============================*/
.star_burst_lede{
}
.star_burst_lede .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.star_burst_lede .flex .movie{
	width: 300px;
	background-color: #000;
	padding: 20px 0;
}
.star_burst_lede .flex .movie .movie_wrap{
	width: 100%;
	max-width: 260px;
	aspect-ratio: 718 / 1280;
	margin: 0 auto;
}
.star_burst_lede .flex .movie video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.star_burst_lede .flex .text{
	width: calc(100% - 350px);
}
.star_burst_lede .flex .text .sub{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.star_burst_lede .flex .text .sub .img{
	width: 50%;
	max-width: 180px;
}
.star_burst_lede .flex .text .sub h2{
	width: calc(100% - 210px);
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
}
.star_burst_lede .flex .text .sub h2::after{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #FF6A00, #B200FF);
	pointer-events: none;
	z-index: -1;
}
.star_burst_lede .flex .text .sub h2 span{
	display: block;
	font-size: 1rem;
	letter-spacing: 0.2em;
	line-height: 1.5;
}
@media (max-width: 960px){
	.star_burst_lede .flex .text .sub{
		display: block;
		margin-bottom: 20px;
	}
	.star_burst_lede .flex .text .sub .img{
		max-width: 180px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.star_burst_lede .flex .text .sub h2{
		width: 100%;
	}
}
@media (max-width: 750px){
	.star_burst_lede .flex{
		display: block;
	}
	.star_burst_lede .flex .movie{
		width: 100%;
		background-color: #000;
		padding: 20px 0;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.star_burst_lede .flex .movie .movie_wrap{
		max-width: 250px;
	}
	.star_burst_lede .flex .text{
		width: 100%;
	}
	.star_burst_lede .flex .text .sub h2{
		font-size: 1.6rem;
	}
}





.star_burst_below{
}
.star_burst_below::before{
	content: '';
	width: 60%;
	aspect-ratio: 5 / 3;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	pointer-events: none;
	z-index: -1;
}
.star_burst_below .pic01{
	aspect-ratio: 5 / 3;
	background: url(../img/star_burst_lede_pic01.jpg);
	background-size: cover;
	background-position: center;
	width: 80%;
	margin-bottom: 100px;
}

@media (max-width: 750px){
	.star_burst_below .pic01{
		margin-bottom: 60px;
	}
}


.tp_slide{
}
.tp_slide li{
	position: relative;
	z-index: 1;
	margin: 0 20px;
}
.tp_slide li:nth-child(odd){
	margin-top: 40px;
}
.tp_slide li a{
	display: block;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 5 / 4;
}
.tp_slide li a img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.tp_slide li a:hover img{
	opacity: 0.6;
}
@media (max-width: 750px){
	.tp_slide li{
		margin: 0 10px;
	}
	.tp_slide li:nth-child(odd){
		margin-top: 20px;
	}
}




.star_burst_guide{
}
.star_burst_guide .container .wrapper{
	margin-bottom: 60px;
}
.star_burst_guide .container .wrapper:last-child{
	margin-bottom: 0 !important;
}

.gessha{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.gessha .box{
	width: 49%;
}
.gessha .box .wrap{
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.gessha .box .wrap h4{
}
.gessha .box .wrap p.sub{
	font-weight: 700;
	font-size: 2.4rem;
}
.gessha .box .comment{
	position: relative;
	z-index: 1;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 0 20px;
}
.gessha .box .comment::after{
	content: '';
	width: 20px;
	aspect-ratio: 3 / 2;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -2px);
	background-color: #000;
	pointer-events: none;
	z-index: 1;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 750px){
	.gessha{
		display: block;
	}
	.gessha .box{
		width: 100%;
		margin-bottom: 20px;
	}
	.gessha .box:last-child{
		margin-bottom: 0 !important;
	}
	.gessha .box .wrap p.sub{
		font-size: 2rem;
	}
}



.achieve{
}
.achieve .container .wrapper{
	margin-bottom: 40px;
}
.achieve .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
ul.achieve_list{

}
ul.achieve_list li{
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	margin-bottom: 8px;
}
ul.achieve_list li::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	font-weight: 900;
	margin-right: 10px;
}



.instructor .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.instructor .flex .pic{
	position: relative;
	width: 48%;
}
.instructor .flex .text{
	width: 49%;
}
.instructor .flex .pic p.name{
	position: absolute;
	bottom: 13px;
	left: 0;
	z-index: 1;
	font-weight: 700;
}
.instructor .flex .pic p.name span{
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #fff;
	padding: 0 20px;
	line-height: 1.6;
}
.instructor .flex .pic p.name span.txt1{
	font-size: 1rem;
	margin-bottom: 8px;
}
.instructor .flex .pic p.name span.txt2{
	font-size: 2.2rem;
}
@media (max-width: 750px){
	.instructor .flex{
		display: block;
	}
	.instructor .flex .pic{
		width: 100%;
		margin-bottom: 20px;
	}
	.instructor .flex .text{
		width: 100%;
	}
	.instructor .flex .pic p.name span.txt2{
		font-size: 1.6rem;
	}
}



.kasou_access{
}
.kasou_access .flex{
	display: flex;
	justify-content: space-between;
}
.kasou_access .flex .text{
	width: 48%;
}
.kasou_access .flex .right{
	width: 48%;
}
.kasou_access .flex .right .map{
	margin-bottom: 15px;
}
@media (max-width: 960px){
	.kasou_access .flex{
		display: block;
	}
	.kasou_access .flex .text{
		width: 100%;
		margin-bottom: 20px;
	}
	.kasou_access .flex .right{
		width: 100%;
	}
	.kasou_access .flex .right .map{
		margin-bottom: 15px;
	}
}




/*===児童発達支援・放課後デイサービス　RISE ONEページ==============================*/
.rise_one_feature{
}
.rise_one_feature .container{	
}
.rise_one_feature .container .wrapper{
	width: 90%;
	padding: 30px;
	margin-bottom: 20px;
}
.rise_one_feature .container .wrapper:nth-child(even){
	margin-left: 10%;
}
.rise_one_feature .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.rise_one_feature .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rise_one_feature .container .wrapper .flex .img{
	width: 400px;
}
.rise_one_feature .container .wrapper .flex .text{
	width: calc(100% - 460px);
}
.rise_one_feature .stitle span.num{
	display: block;
	text-transform: uppercase;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
}
@media (max-width: 1200px){
	.rise_one_feature .container .wrapper{
		width: 100%;
	}
	.rise_one_feature .container .wrapper:nth-child(even){
		margin-left: 0;
	}
}
@media (max-width: 960px){
	.rise_one_feature .container .wrapper .flex .img{
		width: 300px;
	}
	.rise_one_feature .container .wrapper .flex .text{
		width: calc(100% - 340px);
	}
}
@media (max-width: 750px){
	.rise_one_feature .container .wrapper{
		padding: 0;
		margin-bottom: 30px;
	}
	.rise_one_feature .container .wrapper .flex{
		display: block;
	}
	.rise_one_feature .container .wrapper .flex .img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.rise_one_feature .container .wrapper .flex .text{
		width: 100%;
	}
}




.rise_one_service{
}
.rise_one_service::after{
	content: '';
	width: 85%;
	height: 85%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	pointer-events: none;
	z-index: -1;
}
.rise_one_service .container{
}
.rise_one_service .container .wrapper{
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border: 3px solid #aaa;
}
.rise_one_service .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.rise_one_service .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.rise_one_service .container .wrapper .flex .img{
	width: 45%;
}
.rise_one_service .container .wrapper .flex .text{
	width: 49%;
}
@media (max-width: 960px){
	.rise_one_service .container .wrapper{
		padding: 20px;
		margin-bottom: 30px;
	}
	.rise_one_service .container .wrapper .flex{
		flex-direction: column;
	}
	.rise_one_service .container .wrapper .flex.reverse{
		flex-direction: column-reverse;
	}
	.rise_one_service .container .wrapper .flex .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.rise_one_service .container .wrapper .flex .text{
		width: 100%;
	}
}
@media (max-width: 750px){
	.rise_one_service::after{
		width: 100%;
		height: 80%;
	}
}



.rise_one_flow{
}
.rise_one_flow .container{
	display: flex;
	justify-content: space-between;
}
.rise_one_flow .container .wrapper{
	width: 31.5%;
}

.apply_flow{
}
.apply_flow .row{
	position: relative;
	margin-bottom: 28px;
}
.apply_flow .row::after{
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: bold;
	display: block;
	line-height: 1;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.4rem;
	color: #FFE500;
}
.apply_flow .row:last-child{
	margin-bottom: 0 !important;
}
.apply_flow .row:last-child::after{
	display: none !important;
}
.apply_flow .row .num{
	line-height: 1;
	color: #fff;
	background-color: #000;
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	padding: 10px 10px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
}
.apply_flow .row .txt{
	background-color: #f4f4f4;
	background-color: #fff;
	padding: 20px 10px;
	text-align: center;
}

.apply_flow.long .row .txt{
	padding: 10px 10px;
}
@media (max-width: 1200px){
	.rise_one_flow .container{
		display: block;
	}
	.rise_one_flow .container .wrapper{
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.rise_one_flow .container .wrapper:last-child{
		margin-bottom: 0 !important;
	}
	.apply_flow .row .txt{
		padding: 10px 10px;
	}
}


.rise_one_events{
}
.rise_one_events .flex{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 10px 10px;
	margin-bottom: 20px;
}
.rise_one_events .flex .box{
	background-color: #f4f4f4;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 30px 10px;
}
@media (max-width: 960px){
	.rise_one_events .flex{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 750px){
	.rise_one_events .flex .box{
		padding: 15px 10px;
	}
}


.rise_one_guide{
	color: #fff;
}


.fee_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.fee_table tr{
	border: 1px solid #fff;
}
.fee_table th,
.fee_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.fee_table th{
	border-right: 1px solid #fff;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.1);
}
.fee_table td{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
@media (max-width: 750px){
	.fee_table th,
	.fee_table td{
		font-size: 0.9rem;
	}
}


.info_table.white{
}
.info_table.white tr{
	border-color: #fff;
}
.info_table.white th,
.info_table.white td{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}





.data .container{
	display: flex;
	justify-content: space-between;
}
.data .container .wrapper{
	width: 49%;
	background-color: #fff;
	padding: 40px 30px;
}

ul.pdf_link{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
ul.pdf_link li{
}
ul.pdf_link li a{
	display: block;
	width: 100%;
	border: 2px solid #000;
	padding: 5px 15px;
}
ul.pdf_link li a::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f1c1";
	font-weight: 400;
	margin-right: 10px;
}
ul.pdf_link li a:hover{
	opacity: 0.5;
}
@media (max-width: 1200px){
	.data .container{
		display: block;
	}
	.data .container .wrapper{
		width: 100%;
		margin-bottom: 20px;
	}
	.data .container .wrapper:last-child{
		margin-bottom: 0 !important;
	}
}
@media (max-width: 750px){
	ul.pdf_link{
		display: block;
	}
	ul.pdf_link li{
		margin-bottom: 8px;
	}
	ul.pdf_link li:last-child{
		margin-bottom: 0 !important;
	}
}




/*===訪問看護ステーション　なのはなページ==============================*/
.nanohana_lede .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.nanohana_lede .flex .img{
	width: 45%;
}
.nanohana_lede .flex .text{
	width: 49%;
}
@media (max-width: 960px){
	.nanohana_lede .flex{
		display: block;
	}
	.nanohana_lede .flex .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.nanohana_lede .flex .text{
		width: 100%;
	}
}



.nanohana_service{
}
.nanohana_service .container{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 10px 10px;
}
.nanohana_service .container .box{
	background-color: #fff;
	text-align: center;
	padding: 20px 10px;
}
.nanohana_service .container .box span.num{
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #ccc;
	margin-bottom: 5px;
}
.nanohana_service .container .box p{
	font-weight: 700;
}
@media (max-width: 1200px){
	.nanohana_service .container{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 960px){
	.nanohana_service .container{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 750px){
	.nanohana_service .container{
		display: block;
	}
	.nanohana_service .container .box{
		margin-bottom: 10px;
	}
}





.nanohana_area{
}
.nanohana_area .inner{
}
.nanohana_area .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nanohana_area .flex .text{
	width: 49%;
}
.nanohana_area .flex .img{
	width: 48%;
}
.nanohana_area h3{
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
}
@media (max-width: 960px){
	.nanohana_area h3{
		font-size: 1.8rem;
	}
}
@media (max-width: 750px){
	.nanohana_area .flex{
		display: block;
	}
	.nanohana_area .flex .text{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.nanohana_area .flex .img{
		width: 90%;
		margin: 0 auto;
	}
}




/*===ページ==============================*/







/*===お問い合わせページ==============================*/
.contact .tel_contact{
}
.contact .tel_contact .container{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px 12px;
}
.contact .tel_contact .container .wrapper{
	background-color: #f4f4f4;
	padding: 20px 30px;
}
.contact .tel_contact .container .wrapper h4{

}
.contact .tel_contact .container .wrapper .sub{
	display: inline-block;
	font-size: 2.4rem;
	white-space: nowrap;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
}
.contact .tel_contact .container .wrapper .sub i{
	display: inline-block;
	font-size: 0.8em;
	transform: translateY(-1px);
}
.contact .tel_contact .container .wrapper .sub a{
}
.contact .tel_contact .container .wrapper .sub a:hover{
	opacity: 0.4;
}
@media (max-width: 960px){
	.contact .tel_contact .container{
		display: block;
	}
	.contact .tel_contact .container .wrapper{
		padding: 20px;
		margin-bottom: 10px;
	}
	.contact .tel_contact .container .wrapper:last-child{
		margin-bottom: 0 !important;
	}
	.contact .tel_contact .container .wrapper h4{

	}
	.contact .tel_contact .container .wrapper .sub{
		font-size: 1.8rem;
	}
}


/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row span.hissu{
	color: #fff;
	background: #000;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform textarea{
	height: 200px !important;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	text-align: center;
	transition: .6s;
	padding: 12px 5px;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
	background: #000;
	border: 1px solid #000;
	border-radius: 500px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #000;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}


/*チェックボックス*/
input[type=checkbox]{
	cursor: pointer;
	margin-right: 10px;
}
label.check_label{
	display: block !important;
	margin-bottom: 8px !important;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
}
/*ラジオボタン*/
input[type=radio]{
	cursor: pointer;
}
input[type=radio] + label{
	cursor: pointer;
	margin-left: 5px;
	margin-right: 20px;
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #f4f4f4;
	margin-top: 5px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}