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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-behavior: smooth;
}
@media (max-width: 1200px){
	html{
		scroll-padding-top: 80px;
	}
}
body{
	font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-weight: 500;
	color: #fff;
	font-size: 16px;
	background: #115697;
	background: linear-gradient(to right, #082A4B, 80%, #115697, #1C90FD);
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
@media (max-width: 750px){
	body{
		background: linear-gradient(to right, #082A4B, 70%, #115697, #1C90FD);
	}
}

p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #fff;
	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: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}

.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 span.en{
	display: block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	font-size: 3.3rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.12em;
}
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;
}
@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: 2.6rem;
	}
	h2.title span.ja{
		font-size: 1.1rem;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	font-weight: 500;
	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;
	border: 2px solid #fff;
    padding: 18px 18px;
	padding-left: 36px;
	color: #fff;
    margin-bottom: 25px;
	box-shadow: 4px 4px rgba(17, 86, 151, 1);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #115697;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 750px){
	.mtitle02{
		font-size: 1.3rem;
		padding: 14px 18px;
		padding-left: 36px;
	}
}


/*stitle*/
.stitle{
	position: relative;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 20px;
	padding-bottom: 8px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 120px;
	height: 1px;
	background: #fff;
}

/*dtitle*/
.dtitle{
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 30px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #fff;
	margin: 20px auto 0;
}

/*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;
	font-weight: 500;
}
.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: 52px;
	height: 23px;
	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.2rem;
	padding-left: 15px;
	border-left: 4px solid #fff;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	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: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 3em;
	margin-right: 1em;
}


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


/*ボタン*/
.sbtn{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	position: relative;
	text-align: center;
	border: 2px solid #fff;
	padding: 15px 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
	letter-spacing: 0.1em;
	color: #fff;
}
.sbtn a::before,
.sbtn a::after{
	content: '';
	position: absolute;
	border: solid #fff;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sbtn a::before{
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
}
.sbtn a::after{
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}
.sbtn a:hover{
}
.sbtn a:hover::before,
.sbtn a:hover::after{
	width: calc(100% + 11px);
	height: calc(100% + 11px);
}

.sbtn.white a:hover{
	color: #fff;
	background: #115697;
	border-color: transparent;
}
.sbtn.white a:hover::before,
.sbtn.white a:hover::after{
	border-color: #115697;
}


.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 a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.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{
		font-size: 0.9rem;
	}
}

/*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: #007766;
	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 #007766;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
@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: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.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;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	margin-right: .8em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
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;
	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;
	margin-bottom: 5px;
	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;
}
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);
}
ul.single_list.non li::before{
	display: none;
}

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


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







/*テキストのアニメーション(右下から出現)*/
.ani_text{
}
.ani_text{
	display: block;
	opacity: 0;
	transform: translate(10px,10px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1s cubic-bezier(.42,0,.58,1);
}
.ani_text.inview{
	opacity: 1;
	transform: translate(0,0);
}
.ani_text:nth-of-type(1){
	transition-delay:.2s;
}
.ani_text:nth-of-type(2){
	transition-delay:.4s;
}
.ani_text:nth-of-type(3){
	transition-delay:.6s;
}
.ani_text:nth-of-type(4){
	transition-delay:.8s;
}
.ani_text:nth-of-type(5){
	transition-delay:1s;
}
.ani_text:nth-of-type(6){
	transition-delay:1.2s;
}
.ani_text:nth-of-type(7){
	transition-delay:1.4s;
}
.ani_text:nth-of-type(8){
	transition-delay:1.6s;
}
.ani_text:nth-of-type(9){
	transition-delay:1.8s;
}
.ani_text:nth-of-type(10){
	transition-delay:2s;
}
.ani_text:nth-of-type(11){
	transition-delay:2.2s;
}
.ani_text:nth-of-type(12){
	transition-delay:2.4s;
}
.ani_text:nth-of-type(13){
	transition-delay:2.6s;
}
.ani_text:nth-of-type(14){
	transition-delay:2.8s;
}
.ani_text:nth-of-type(15){
	transition-delay:3s;
}
@media (max-width: 750px){
	.ani_text{
		transition-delay: 0s !important;
	}
}

/*imgアニメーション*/
.img_up{
	position: relative;
	overflow: hidden;
}
.img_up img{
	transition: 2s;
	transition-delay: 0.4s;
	transform: translateX(-10%) scale(1.2);
}
.img_up::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
	transition: 2s;
	transition-delay: 0.4s;
}
.img_up.inview img{
	transform: translateX(0) scale(1);
}
.img_up.inview::after{
	transform: translateX(100%);
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.2s, transform 1.2s;
	transition-delay: 0.4s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup2{
	opacity: 0;
	transform: translate(-10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
}
.flowup2.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup3{
	opacity: 0;
	transform: translate(0, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup3.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup4{
	opacity: 0;
	transform: translate(10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.4s;
}
.flowup4.inview{
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 750px){
	.flowup2{
		transition-delay: 0s !important;
	}
	.flowup3{
		transition-delay: 0s !important;
	}
	.flowup4{
		transition-delay: 0s !important;
	}
}


.circle{
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: opacity 3s;
	transition-delay: 0.4s;
}
.circle::after{
	content: '';
	width: 101%;
	height: 101%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 10;
	border-radius: 50%;
	transition: 2s ease-out;
	transition: all 2.4s cubic-bezier(.165,.84,.44,1);
	border: 30px solid #eeedea;
	transition-delay: 0.4s;
}
.circle.inview{
	opacity: 1;
}
.circle.inview::after{
	border: 0px solid #eeedea;
}



.swipe{
	position: relative;
	overflow: hidden;
	transform: translateY(80px);
	transition: 1.2s;
}
.swipe::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom right, #00918f, 10%, #005698, #000);
	background: linear-gradient(to right bottom, #000, 10%, #004481, #30416b);
	pointer-events: none;
	z-index: 1;
	transform: translateX(-100%);
	transition: 1.6s;
}
.swipe .swipe_in{
	opacity: 0;
	transition: 0.2s;
	transition-delay: 0.4s;
}
.swipe.inview{
	transform: translateY(0);
}
.swipe.inview .swipe_in{
	opacity: 1;
}
.swipe.inview::after{
	transform: translateX(101%);
}



.deco{
}
.deco img{
	display: block;
	width: 100%;
	opacity: 0;
	transform: scale(0.6);
}
.deco.inview img{
	animation: deco01 1.6s ease forwards;
}
@keyframes deco01{
	0% {
		opacity: 0;
		transform: scale(0.6);
	}
	30% {
		opacity: 0;
		transform: scale(0.6);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}




.sec_appear::after{
	content: '';
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #30416b, #05236B);
	pointer-events: none;
	z-index: -1;
	opacity: 0;
	transform: translateY(100px);
}
.sec_appear.inview::after{
	animation: sec_appear01 2s ease forwards;
}
@keyframes sec_appear01 {
	0% {
		width: 0;
		opacity: 0;
		transform: translateY(100px);
	}
	30% {
		opacity: 1;
	}
	100% {
		width: 90%;
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 960px){
	.sec_appear::after{
		width: 100%;
	}
	@keyframes sec_appear01 {
		0% {
			width: 0;
			opacity: 0;
			transform: translateY(100px);
		}
		30% {
			opacity: 1;
		}
		100% {
			width: 100%;
			opacity: 1;
			transform: translateY(0);
		}
	}
}
















/*===カラム==============================*/
.body_container{
}


.site_header{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 280px;
	height: 100vh;
	z-index: 100;
	background: linear-gradient(to right bottom, #082A4B, 80%, #1C90FD);
	color: #fff;
	padding-top: 60px;
}

.site_header h1{
	width: 220px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.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;
}

.site_header .info{
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

/*global_nav*/
.global_nav{
}
.global_nav ul{
}
.global_nav ul li{
	margin-bottom: 20px;
}
.global_nav ul li a{
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	transition: 0.2s;
	font-size: 1.2rem;
	line-height: 1.6;
}
.global_nav ul li a span{
	display: block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.global_nav ul li a:hover{
	opacity: 0.5;
}

.site_header .tr{
	margin-top: 30px;
}
.site_header .tr .tel_btn a{
	display: inline-block;
	font-size: 1.8rem;
	margin-bottom: 18px;
}
.site_header .tr .tel_btn a:hover{
	opacity: 0.6;
}
.site_header .tr .con_btn a{
	display: block;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px 0;
}
.site_header .tr .con_btn a:hover{
	background-color: rgba(255, 255, 255, 0.2);
}



.body_container .main_column{
	position: relative;
	width: calc(100% - 280px);
	margin: 0 0 0 auto;
	z-index: 1;
	overflow-x: clip;
}




@media (max-height: 800px){
	.global_nav ul li{
		margin-bottom: 10px;
	}
	.global_nav ul li a{
		font-size: 1rem;
	}
	.global_nav ul li a span{
		font-size: 0.8rem;
	}
	.site_header .tr{
		margin-top: 10px;
	}
	.site_header .tr .tel_btn a{
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
}

@media (max-width: 1200px){
	.site_header{
		bottom: auto;
		width: 100%;
		height: auto;
		padding: 10px 0;
		background: linear-gradient(to right top, #082A4B, 80%, #1C90FD);
	}
	.site_header h1{
		width: 150px;
		margin: 0 auto 0 0;
	}
	.site_header .info{
		display: none;
	}
	.body_container .main_column{
		width: 100%;
	}
}



/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
	position: relative;
	height: 100vh;
	min-height: 400px;
}

/*動画*/
.top_slider .fv{
	position: relative;
	width: 100%;
	height: 100%;
}
.top_slider .fv::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(8, 42, 75, 0.3);
	pointer-events: none;
	z-index: 2;
}
.top_slider .fv::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-09.png);
	background-repeat: repeat;
	background-size: 3px 3px;
	opacity: 0.8;
	z-index: 1;
}

.top_slider .fv .top_mv{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*キャッチ*/
.top_slider .catch{
	position: absolute;
	bottom: 10%;
	left: 2%;
	z-index: 5;
	width: 96%;
	animation: apper 2.5s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.top_slider .catch h2{
	font-size: 4rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.top_slider .sub{
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
	/*mix-blend-mode: difference;*/
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	font-size: 20rem;
	line-height: 0.8;
	text-transform: capitalize;
	white-space: nowrap;
	pointer-events: none;
	transform: translate(-0.15em, 0);
	opacity: 0.1;
	animation: sub_apper 1.8s;
}
@keyframes sub_apper {
	0% {
		opacity: 0;
		transform: translate(3%, 15%);
	}
	10% {
		opacity: 0;
		transform: translate(3%, 15%);
	}
	20% {
		opacity: 0.4;
	}
	40% {
		opacity: 1;
	}
	55% {
		opacity: 1;
		transform: translate(-0.15em, 0);
	}
	75% {
		opacity: 0.1;
	}
	100% {
		opacity: 0.1;
		transform: translate(-0.15em, 0);
	}
}

@media (max-width: 750px){
	.top_slider{
		height: 70vh;
	}
	.top_slider .catch{
		bottom: 5%;
	}
	.top_slider .catch h2{
		font-size: 1.9rem;
	}
	.top_slider .sub{
		font-size: 8rem;
	}
}


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

.inner.white{
	padding: 40px;
	background: linear-gradient(to right bottom, rgba(8, 42, 75, 0.8), 80%, rgba(17, 86, 151, 0.8), rgba(28, 144, 253, 0.8));
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
@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;
	}
}


.bg_deco{
	box-shadow: 0 5px 15px 10px rgba(8, 42, 75, 0.8) inset, 0 -5px 15px 10px rgba(8, 42, 75, 0.8) inset;
}
.bg_deco::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-09.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.8;
	z-index: -3;
}
.bg_deco::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(8, 42, 75, 0.7);
	pointer-events: none;
	z-index: -2;
}



/*==welcome==============================*/
.welcome{
	background: url(../img/welcome_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	box-shadow: 0 5px 15px 10px rgba(8, 42, 75, 0.8) inset, 0 -5px 15px 10px rgba(8, 42, 75, 0.8) inset;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .welcome{
	background-attachment: scroll;
}
.welcome::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-09.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.8;
	z-index: -3;
}
.welcome::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(8, 42, 75, 0.7);
	pointer-events: none;
	z-index: -2;
}

.welcome img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -4;
	opacity: 0.3;
}

.welcome p{
	line-height: 2.2;
}





/*===事業内容==============================*/
.t_service{
}

.t_service .lede{
	position: relative;
}
.t_service .lede p{
	line-height: 2.2;
}

/*背景のネオン*/
.glow{
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	animation: glow 3s linear 0s infinite alternate;
}
.particles {
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
}
.particles .rotate {
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
}
.particles .angle {
	position: absolute;
	top: 0;
	left: 0;
}
.particles .size {
	position: absolute;
	top: 0;
	left: 0;
}
.particles .position {
	position: absolute;
	top: 0;
	left: 0;
}
.particles .pulse {
	position: absolute;
	top: 0;
	left: 0;
}
.particles .particle{
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.particles .rotate {
	animation: rotate 20s linear 0s infinite alternate;
}
.particles .pulse{
	animation: pulse 1.5s linear 0s infinite alternate;
}
@keyframes glow {
	0% {
	  transform: rotate(0deg);
	  box-shadow: 0 0 60px 20px #56bcf9, 25px 15px 50px 10px #fff, -5px -25px 30px 5px #fff;
	}
	100% {
		  transform: rotate(5deg);
	  box-shadow: 0 0 90px 20px #56bcf9, 35px 20px 40px 10px #fff, -30px -30px 40px 5px #fff;
	}
}
@keyframes rotate {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}
@keyframes angle {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}
@keyframes size {
	0% {
	  transform: scale(.2);
	}
	100% {
	  transform: scale(.6);
	}
}
@keyframes position {
	0% {
	  transform: translate3d(0,0,0);
	  opacity: 1;
	}
	50%{
	  opacity: 1;
	}
	100% {
	  transform: translate3d(100px,100px,0);
	  opacity: 0;
	}
}
@keyframes pulse {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(.5);
	}
}
@keyframes particle {
	0% {
	  box-shadow: inset 0 0 20px 20px #0079e8, 0 0 50px 10px #0079e8, inset 0 0 80px 80px #269aff;
	}
	33.33% {
	  box-shadow: inset 0 0 20px 20px #0079e8, 0 0 130px 10px #0079e8, inset 0 0 50px 50px #269aff;
	}
	33.34% {
	  box-shadow: inset 0 0 20px 20px #2693ff, 0 0 50px 10px #2693ff, inset 0 0 80px 80px #52abff;
	}
	66.66% {
	  box-shadow: inset 0 0 20px 20px #2693ff, 0 0 130px 10px #2693ff, inset 0 0 50px 50px #52abff;
	}
	66.67% {
	  box-shadow: inset 0 0 20px 20px #485fe8, 0 0 50px 10px #485fe8, inset 0 0 80px 80px #7d71e8;
	}
	100% {
	  box-shadow: inset 0 0 20px 20px #485fe8, 0 0 130px 10px #485fe8, inset 0 0 50px 50px #7d71e8;
	}
}
.particles .rotate .angle:nth-child(1){
	/* change the angle every 2 seconds */
	animation: angle 10s steps(5) 0s infinite;
}
.particles .rotate .angle:nth-child(1) .size{
	/* change the size of the particle every 2 seconds */
	animation: size 10s steps(5) 0s infinite;
}
.particles .rotate .angle:nth-child(1) .particle{
	/* animate the glow and change the color every 2 seconds */
	animation: particle 6s linear infinite alternate;
}
.particles .rotate .angle:nth-child(1) .position{
	/* animate the fly out of the particle and its fade out at the end */
	animation: position 2s linear 0s infinite;
}
.particles .rotate .angle:nth-child(2){
	/* change the angle every 2 seconds */
	animation: angle 4.95s steps(3) -1.65s infinite;
}
.particles .rotate .angle:nth-child(2) .size{
	/* change the size of the particle every 2 seconds */
	animation: size 4.95s steps(3) -1.65s infinite alternate;
}
.particles .rotate .angle:nth-child(2) .particle{
	/* animate the glow and change the color every 2 seconds */
	animation: particle 4.95s linear -3.3s infinite alternate;
}
.particles .rotate .angle:nth-child(2) .position{
	/* animate the fly out of the particle and its fade out at the end */
	animation: position 1.65s linear 0s infinite;
}
.particles .rotate .angle:nth-child(3){
	/* change the angle every 2 seconds */
	animation: angle 13.76s steps(8) -6.88s infinite;
}
.particles .rotate .angle:nth-child(3) .size{
	/* change the size of the particle every 2 seconds */
	animation: size 6.88s steps(4) -5.16s infinite alternate;
}
.particles .rotate .angle:nth-child(3) .particle{
	/* animate the glow and change the color every 2 seconds */
	animation: particle 5.16s linear -1.72 infinite alternate;
}
.particles .rotate .angle:nth-child(3) .position{
	/* animate the fly out of the particle and its fade out at the end */
	animation: position 1.72s linear 0s infinite;
}
.particles .rotate .angle:nth-child(5) .position{
	/* animate the fly out of the particle and its fade out at the end */
	animation: position 2.45s linear 0s infinite;
}









.t_service .flex{
	display: flex;
	justify-content: space-between;
	background-image: url(../img/t_service_bg.jpg);
	background-size: cover;
	background-position: center;
}
.t_service .flex .box{
	width: calc(100% / 3);
}
.t_service .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	padding: 240px 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
}
.t_service .flex .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
	transform: scale(1);
	z-index: 1;
	transition: opacity 0.4s, transform 4s;
}
.t_service .flex .box a .text{
	position: relative;
	color: #fff;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	z-index: 10;
}
.t_service .flex .box a .text h3{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.t_service .flex .box a .text h3 span.num{
	display: block;
	font-size: 1.4rem;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
}
.t_service .flex .box a .text .info{

}
.t_service .flex .box a .arrow{
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	aspect-ratio: 1 / 1;
	font-size: 0.7rem;
	opacity: 0.7;
	transition: 1s;
	z-index: 10;
}
.t_service .flex .box a .arrow i{
	display: inline-block;
	transform: rotate(45deg);
}

.t_service .flex .box a:hover{

}
.t_service .flex .box a:hover img{
	opacity: 1;
	transform: scale(1.1);
}
.t_service .flex .box a:hover .arrow{
	background-color: #115697;
	color: #fff;
	border-color: #115697;
	transform: translateX(-45%);
	opacity: 1;
}

@media (max-width: 1200px){
	.t_service .flex{
		display: block;
	}
	.t_service .flex .box{
		width: 100%;
	}
	.t_service .flex .box a{
		height: auto;
		padding: 60px 0 40px;
	}
	.t_service .flex .box a .arrow{
		position: relative;
		left: auto;
		bottom: 0;
		transform: none;
		margin: 40px auto 0;
	}
	.t_service .flex .box a:hover .arrow{
		transform: translateX(5px);
	}
}





/*===t_works==============================*/
.t_works{
	background: url(../img/t_works_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	box-shadow: 0 5px 15px 10px rgba(8, 42, 75, 0.8) inset, 0 -5px 15px 10px rgba(8, 42, 75, 0.8) inset;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .t_works{
	background-attachment: scroll;
}
.t_works::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-09.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.8;
	z-index: -2;
}
.t_works::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(8, 42, 75, 0.7);
	pointer-events: none;
	z-index: -1;
}





/*===t_facility==============================*/
.t_facility{
}

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




/*===フッター==============================*/
.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;
	box-shadow: 0 5px 15px 10px rgba(8, 42, 75, 0.8) inset, 0 -5px 15px 10px rgba(8, 42, 75, 0.8) inset;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-09.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.8;
	z-index: -2;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(8, 42, 75, 0.7);
	pointer-events: none;
	z-index: -1;
	/*-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);*/
}
.footer_top .info{
	text-align: center;
	font-weight: 700;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: -20px;
}
.footer_top .btn_wrap .btn{
	width: 32%;
	max-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;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-align: center;
}
.footer_top .btn_wrap .btn.fax a{
	pointer-events: none;
}
.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: 220px;
	margin: 0 auto 15px;
}
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 p{
	font-size: 0.8rem;
}

.footer_bottom{
	text-align: center;
	padding: 15px 0;
	letter-spacing: 0.08em;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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




.footer_nav{
	margin: 0 auto;
	margin-top: 30px;
	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 #eee;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	font-size: 0.9rem;
	letter-spacing: 0.15em;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav ul{
		display: block;
		width: 94%;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #eee;
		padding: 14px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #eee;
	}
	.footer_nav ul li a{
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}





/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 50px;
  	position: fixed;
  	right: 2%;
  	bottom: 4%;
	opacity: 0;
	transition: 0.8s;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
}
.page_top a img{
	display: block;
	width: 100%;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
	opacity: 0.6;
}
@media (max-width: 750px){
	.page_top{
		width: 40px;
		right: 20px;
		bottom: 20px;
	}
}


/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center top;
	width: 100%;
	padding: 130px 0;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.3;
	pointer-events: none;
	z-index:-1;
}
/*ドットテクスチャ*/
.kasou_top::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.5;
	z-index: 1;
}
@media (max-width: 450px){
	.kasou_top::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 1200px){
	.kasou_top{
		padding: 200px 0 120px;
	}
}
@media (max-width: 750px){
	.kasou_top{
		padding: 160px 0 80px;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	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;
	font-weight: 500;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}



/*===事業内容ページ==============================*/
.service02{
	background: url(../img/service02_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .service02{
	background-attachment: scroll;
}






@media (max-width: 750px){
	.service .mini_flex .img{
		margin-bottom: 20px;
	}
}


ul.point_list{
	margin: 0 auto;
	max-width: 960px;
}
ul.point_list li{
	padding: 22px 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	letter-spacing: 0.1em;
}
ul.point_list li span.num{
	display: inline-block;
	margin-right: 20px;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #115697;
	padding: 5px 10px;
	font-size: 1.2rem;
}
ul.point_list li span.num span{
	display: inline-block;
	font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-weight: 500;
	margin-left: 5px;
}
@media (max-width: 750px){
	ul.point_list li{
		padding: 22px 5px;
		text-align: center;
	}
	ul.point_list li span.num{
		display: block;
		text-align: center;
		margin-right: 0;
		padding: 0;
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
}



.area{
	padding: 300px 0;
}
.area::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/area.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	pointer-events: none;
	z-index: -1;
	opacity: 0.6;
}
.area h3{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	.area{
		padding: 300px 0 60px;
	}
	.area .text{
		text-align: center;
	}
}



/*===施工実績ページ==============================*/
.gallery_flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.gallery_flex .item{
	width: calc(100% / 3 - 8px);
	margin: 4px;
	margin-bottom: 20px;
}
.gallery_flex .item a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	margin-bottom: 3px;
}
.gallery_flex .item a::before{
	content: '';
    display: block;
    padding-top: 70%;
}
.gallery_flex .item a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: opacity 0.2s, transform 1s;
	transition-delay: 0.4s, 0s;
}
.gallery_flex .item a:hover img{
	transform: scale(1.1);
}
.gallery_flex .item p{
	text-align: center;
}
@media (max-width: 1200px){
	.gallery_flex .item{
		width: calc(100% / 3 - 8px);
	}
}
@media (max-width: 960px){
	.gallery_flex .item{
		width: calc(100% / 2 - 8px);
	}
}
@media (max-width: 450px){
	.gallery_flex .item p{
		font-size: 0.8rem;
	}
}








/*===設備紹介ページ==============================*/
.facility{
}
.facility .flex{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: -40px;
}
.facility .flex .box{
	width: 48%;
	margin-bottom: 40px;
}
.facility .flex .box .img{
	margin-bottom: 15px;
}
.facility .flex .box h3{
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.facility .flex .box p{
	font-size: 0.9rem;
}
@media (max-width: 750px){
	.facility .flex{
		display: block;
		width: 94%;
		margin: 0 auto;
	}
	.facility .flex .box{
		width: 100%;
	}
	.facility .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.facility .flex .box h3{
		font-size: 1.4rem;
	}
}




/*===ご依頼の流れページ==============================*/
.flow_container{
	position: relative;
}
.flow_container::after{
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 120px;
	background-color: rgba(255, 255, 255, 0.2);
	pointer-events: none;
	z-index: -2;
}
.flow_container .box{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
.flow_container .box:last-child{
	margin-bottom: 0 !important;
}
.flow_container .box::after{
	content: '';
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 44px;
	left: 121px;
	transform: translate(-50%, 0);
	background-color: #fff;
	pointer-events: none;
	z-index: -1;
}
.flow_container .box .num{
	position: relative;
	z-index: 1;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.6rem;
	padding-top: 25px;
}
.flow_container .box .num span{
	display: inline-block;
	font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-weight: 500;
	margin-left: 2px;
}
.flow_container .box .text{
	position: relative;
	padding: 30px;
	width: calc(100% - 180px);
	border-left: 3px solid #fff;
	background: linear-gradient( to right, rgba(8, 42, 75, 0.8), 40%, rgba(8, 42, 75, 0.0));
}
.flow_container .box .text::before{
	content: "";
    position: absolute;
    top: 38px;
    left: 0;
	transform: translate(calc(-50% - 20px), 0);
    display: block;
    border-style: solid;
    border-width: 10px 20px;
    border-color: transparent;
	border-right-color: #fff;
	z-index: 1;
}

@media (max-width: 750px){
	.flow_container{
		width: calc(100% - 10px);
		margin: 0 auto;
	}
	.flow_container::after{
		left: 0;
	}
	.flow_container .box{
		display: block;
		padding-left: 40px;
		margin-bottom: 30px;
	}
	.flow_container .box::after{
		top: 94px;
		left: 1px;
	}
	.flow_container .box .num{
		padding-top: 0;
	}
	.flow_container .box .text{
		padding: 20px;
		width: 100%;
	}
}





/*===会社概要ページ==============================*/
.vision{
}


.greeting{
	background: url(../img/greeting_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .greeting{
	background-attachment: scroll;
}
.greeting .text{
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.greeting .tail{
	text-align: right;
	margin-top: 30px;
}
@media (max-width: 750px){
}


.history{
}
.flow_list{
	position: relative;
	z-index: 1;
	padding: 20px 0;
	max-width: 960px;
	margin: 0 auto;
}
.flow_list::before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #eee;
	z-index:-1;
}
.flow_list .box{
	width: 50%;
	padding: 20px 40px;
}
.flow_list .box:last-child{
	margin-bottom: 0 !important;
}
.flow_list .box:not(.right){
	padding-left: 0;
}
.flow_list .box.right{
	margin-left: auto;
	padding-right: 0;
}
.flow_list .box h3{
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.12em;
	font-weight: 500;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.flow_list .box h3::before{
	content: '';
	display: block;
	width: 13px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(50%, -50%);
}
.flow_list .box.right h3::before{
	right: auto;
	left: -40px;
	transform: translate(-50%, -50%);
}
.flow_list .box .text{
}
.flow_list .box .text p{
	line-height: 2;
}
@media (max-width: 750px){
	.flow_list::before{
		left: 0;
		transform: none;
	}
	.flow_list .box{
		width: 100%;
	}
	.flow_list .box:not(.right){
		padding: 20px;
		padding-right: 0;
	}
	.flow_list .box.right{
		padding: 20px;
		padding-right: 0;
	}
	.flow_list .box h3{
		font-size: 1.6rem;
	}
	.flow_list .box h3::before,
	.flow_list .box.right h3::before{
		width: 11px;
		left: -20px;
		transform: translate(-50%, -50%);
	}
}







.n_blog{
	background: url(../img/n_blog_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .n_blog{
	background-attachment: scroll;
}






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



/*===お問い合わせ=========*/
.contact .tel_contact .wrap{
	border: 1px solid #fff;
	padding: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 15px;
}
.contact .tel_contact .wrap .sub{
	font-size: 1.8rem;
	margin-right: 40px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.contact .tel_contact .wrap .sub a{
	display: inline-block;
	white-space: nowrap;
}
.contact .tel_contact .wrap .sub a i{
	font-size: 0.8em;
}
.contact .tel_contact .wrap .sub a:hover{
	opacity: 0.5;
}
.contact .tel_contact .wrap .info{
	
}
.contact .tel_contact .wrap .info p{
}
@media (max-width: 960px){
	.contact .tel_contact .wrap{
		display: block;
	}
	.contact .tel_contact .wrap .sub{
		margin-right: 0;
	}
}



/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	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: 6px;
	font-size: 11px;
	font-weight: 500;
	border: 1px solid #fff;
}
.mailform .row span.hissu{
	color: #fff;
	background: #115697;
}
.mailform .row span.ninni{
}
.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 .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;
	font-size: 1rem;
	font-weight: 500;
	padding: 12px 5px;
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
	border: 1px solid #fff;
	border-radius: 500px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #115697;
}
.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] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #115697;
    border-bottom: 3px solid #115697;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #115697;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #115697;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.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;
	border: 1px solid #fff;
	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: rgba(255, 255, 255, 0.3);
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #fff;
}

/*===サンクスページ===*/
.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;
}