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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	background: #0d0d0d;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
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,ol{
	list-style: none;
	padding: 0;
}
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: "trajan-pro-3", serif;
	font-weight: 400;
	font-size: 3.5rem;
	text-transform: uppercase;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1.4rem;
	line-height: 1.4;
	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 span.en{
		font-size: 2.5rem;
	}
	h2.title span.ja{
		font-size: 1.2rem;
	}
	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;
	}
}



/*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{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #a78ce6;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

/*stitle*/
.stitle{
	position: relative;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #D10038;
}

/*dtitle*/
.dtitle{
	font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #fff;
	margin: 20px auto 0;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.4rem;
	}
}

/*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.1rem;
	padding-left: 15px;
	border-left: 4px solid #316e5e;
	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: 10px;
	border-bottom: 1px solid #aaa;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #D10038;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	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{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	border: 1px solid #fff;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	letter-spacing: 0.12em;
	color: #fff;
	transition: all .5s ease;
	transition-delay: 0.1s;
}
.sbtn a:hover{
	background-color: #fff;
	color: #0d0d0d;
	border-color: #fff;
}
.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long{
	max-width: none;
}
.m_contact{
	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;
	}
}

.sbtn .fa-external-link-alt{
	display: inline-block;
	font-size: 0.6rem;
	transform: translateY(-2px);
	margin-right: 4px;
}


/*テキストリンク*/
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{
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
	letter-spacing: 0.08em;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #F3CE25;
	font-weight: 500;
	color: #F3CE25;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 0.9rem;
	}
}

.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: 451px){
	br.only450{
		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;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	margin-right: .5em;
	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 5 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: 1px dashed #D10038;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #D10038;
	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: '・';
	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;
}

/*===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: 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 iframe{
	vertical-align: top;
	/*filter: grayscale(70%) invert(92%) contrast(83%);
	transition: 0.8s;*/
}
.map iframe:hover{
	filter: none;
}

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



.overwrap{
	overflow: hidden;
}


/*テキストのアニメーション(右下から出現)*/
.ani_text{
	margin-bottom: 40px;
}

.ani_text{
	opacity: 0;
	transform: translateY(30px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1.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;
	}
}

/*delay無し*/
.ani_text2{
	opacity: 0;
	transform: translateY(30px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1.1s cubic-bezier(.42,0,.58,1);
}
.ani_text2.inview{
	opacity: 1;
	transform: translate(0,0);
}


/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 20px 60px;
}
.site_header.transform{
	background: rgba(13, 13, 13, 0.9);
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
	border-bottom: 1px solid #333;
	padding: 10px 60px;
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 260px;
	transition: 0.6s;
}
.site_header.transform h1{
	width: 200px;
}
.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{
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 20px;
}
.site_header.transform .tr{
	display: none;
}
.site_header .tr .tel_btn a{
	display: inline-block;
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px rgb(72 60 47 / 30%), 0 0 8px rgb(72 60 47 / 30%);
	letter-spacing: 0.1em;
}
.site_header .tr .tel_btn a:hover{
	opacity: 0.6;
}
.site_header .tr .tel_btn.small a{
	margin-right: 16px;
	font-size: 0.9rem;
	vertical-align: bottom;
}
.site_header .tr .btn a{
	display: block;
	border: 1px solid #fff;
	padding: 2px 10px;
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	text-align: center;
	margin-left: 16px;
	text-shadow: 1px 1px 1px rgb(72 60 47 / 30%), 0 0 8px rgb(72 60 47 / 30%);
	font-size: 0.85rem;
	letter-spacing: 0.05em;
}
.site_header .tr .btn a:hover{
	opacity: 0.6;
}

/*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;
}
.global_nav ul li{
	margin-left: 40px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	line-height: 1;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgb(72 60 47 / 30%), 0 0 8px rgb(72 60 47 / 30%);
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 0.9rem;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	font-family: "trajan-pro-3", serif;
	font-weight: 400;
	margin-bottom: 10px;
	transition: 0.2s;
	transition-delay: 0.1s;
}
.global_nav ul li a:hover span{
	color: #aaa;
}
@media (max-width: 1200px){
	.site_header{
		padding: 20px 20px;
	}
	.site_header.transform{
		padding: 10px 20px;
	}
	.global_nav ul li{
		margin-left: 40px;
	}
}
@media (max-width: 960px){
	.site_header h1{
		width: 240px;
	}
	.site_header.transform h1{
		width: 240px;
	}
	.site_header .info{
		display: none;
	}
}


/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
	position: relative;
	height: 100vh;
	min-height: 400px;
	padding-left: 70px;
	padding-bottom: 60px;
}
.top_slider::after{
	content: '';
	width: 35%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #060606;
	pointer-events: none;
	z-index:-1;
}
@media (max-width: 960px){
	.top_slider{
		height: 85vh;	
	}
	
}
@media (max-width: 560px){
	.top_slider{
		height: 73vh;	
	}
}
@media (max-width: 450px){
	.top_slider{
		height: 65vh;	
	}
	
}

/* ローディング画面設定　*/
#splash{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: #010101;
	text-align:center;
}
#splash #splash_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 372px;
	animation: load_apper 1.6s ease-in-out;
	z-index: 20;
}
#splash #splash_logo img{
	display: block;
	width: 100%;
}
#splash.done{
	background-color: transparent;
}
@keyframes load_apper{
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.loading_text{
	position: absolute;
	z-index: 10;
	mix-blend-mode: difference;
	color: #fff;
}
.loading_text p{
	font-size: 13vh;
    line-height: 1.4;
    letter-spacing: 0.02em;
    transform: translateY(-10%);
    font-family: "trajan-pro-3", serif;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}
.loading_text1{
    left: 1%;
    bottom: 8%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
	animation: text_apper1 1.6s ease-in-out;
}
.loading_text2{
    left: 2%;
    bottom: 0;
	animation: text_apper2 1.6s ease-in-out forwards;
	animation-delay: 0.4s;
	opacity: 0;
}
@keyframes text_apper1{
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
		transform: translateY(-10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes text_apper2{
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
		transform: translateX(-10%);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@media (max-width: 450px){
	#splash #splash_logo img{
	display: block;
	width: 80%;
	margin: auto;
}
	
}
/*動画*/
.top_slider .fv{
	position: relative;
	width: 100%;
	height: 100%;
}
.top_slider .fv::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.2;
	z-index: 1;
}
@media (max-width: 450px){
	.top_slider .fv::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}
.top_slider .fv .top_mv{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 90vh;
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li::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;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	font-size: 2rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.top_slider .catch span{
	z-index: 2;
	color: #fff;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
@media (max-width: 960px){
	.top_slider{
		padding-left: 30px;
		padding-bottom: 20px;
	}
	.loading_text p{
		font-size: 9vw;
	}
	.loading_text1{
		bottom: 10%;
	}
	.loading_text2{
		left: 2%;
		bottom: 5%;
	}
	.top_slider .catch{
		font-size: 1.8rem;
	}
	.top_slider .catch span{
		font-size: 2.2rem;
	}
	.top_slider .slider li{
	height: 75vh;
	min-height: 400px;
}
}
@media (max-width: 750px){
	.top_slider .catch{
		font-size: 1.4rem;
	}
	.top_slider .catch span{
		font-size: 1.8rem;
	}
}
@media (max-width: 560px){
	.top_slider .slider li{
	  height: 65vh;
	  min-height: 400px;
}
}

@media (max-width: 450px){
	.top_slider .catch{
		font-size: 1rem;
	}
	.top_slider .catch span{
		font-size: 1.3rem;
	}	
	.top_slider .slider li{
	height: 55vh;
	min-height: 400px;
}
}



/*===メイン==============================*/
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{
	background-color: #060606;
	padding: 40px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

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

.bg01{
	background-color: #060606;
}
.bg02{
	background: url(../img/bg-img.jpg);
	background-size: cover;
	}
.bg03{
	background: url("../img/bg-img01.png");
	background-position: right bottom;
	background-repeat:no-repeat;
	background-size: cover;
}

/*==news==============================*/
.news::after{
	content: '';
	width: 35%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #060606;
	pointer-events: none;
	z-index:-1;
}
.news .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 960px;
}
.news .flex .text{
	width: 300px;
}
.news .flex #newsWrap{
	width: calc(100% - 320px);
}
@media (max-width: 750px){
	.news .flex{
		display: block;
	}
	.news .flex .text{
		width: 100%;
	}
	.news .flex #newsWrap{
		width: 100%;
		margin: 0 auto;
		width: 90%;
	}
}


/*==welcome==============================*/
.welcome{
	background: url(../img/welcome_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .welcome{
	background-attachment: scroll;
}
.welcome::before{
    content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #0e0e0e, 20%, rgba(14, 14, 14, 0));
	pointer-events: none;
	z-index:-1;
}
.welcome::after{
    content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top, #0e0e0e, 20%, rgba(14, 14, 14, 0));
	pointer-events: none;
	z-index:-1;
}
.welcome .filter{
	position: relative;
}
.welcome .filter::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-2;
}
.welcome .text{
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
}
.welcome .text h3{
	display: flex;
  	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}
.welcome .text h3::before,
.welcome .text h3::after{
	content: '';
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	width: 5em;
}
.welcome .text h3::before{
	margin-right: .5em;
}
.welcome .text h3::after{
	margin-left: .5em;
}

@media (max-width: 750px){
	.welcome .text h3{
		font-size: 1.5rem;
	}
	.welcome .text h3::before,
	.welcome .text h3::after{
		width: 2em;
	}
	.welcome .text p br{
		display: none;
	}
}
@media (max-width: 450px){
	.welcome .text h3::before,
	.welcome .text h3::after{
		width: 1em;
	}
}

/*===t_service==============================*/
.t_service{
	padding: 200px 0;
}
.t_service::after{
	content: '';
	width: 100%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 0;
	pointer-events: none;
	z-index:-1;
	background: url("../img/ts_bg.png");
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	opacity: 0.4;
}
.t_service .inner{
	max-width: 960px;
}
.t_service .text{
	width: 60%;
}
.t_service .text h3{
	font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
	margin-bottom: 20px;
}
.t_service .text .info{
	
}
.t_service .img{
	opacity: 0.7;
}
@media (max-width: 750px){
	.t_service{
		padding: 100px 0;
		background-position: center;
	}
	.t_service .text{
		width: 100%;
	}
	.t_service .text h3{
		font-size: 1.5rem;
		text-align: center;
	}
	.t_service .text .info{
		text-align: center;
	}
}
@media (max-width: 450px){
	.t_service::after{
		opacity: 0.5;
	}
	.t_service .text .info p{
		text-align: left;
	
}
}


/*===t_works==============================*/
.t_works{
	background: url(../img/tw_bg.jpg);
	background-size: cover;
	background-position: center;
}
.t_works::before{
	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.2;
	z-index: -1;
}
@media (max-width: 450px){
	.t_works::before{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}
.t_works::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-2;
}
.t_works .inner{
	background-color: rgba(13, 13, 13, 0.7);
	/*-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);*/
}


/*===t_recruit==============================*/
.t_recruit h3{
	font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
	margin-bottom: 20px;
}
@media (max-width: 750px){
	.t_recruit h3{
		text-align: center;
		font-size: 1.5rem;
	}
	.t_recruit .info{
		text-align: center;
	}
}



/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: #060606;
	padding: 100px 0;
	text-align: center;
	color: #fff;
}
.footer_top .text p{
	font-weight: 500;
	font-size: 1.1rem;
}
.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: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	letter-spacing: 0.12em;
	text-align: center;
	transition-delay: 0.1s;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: #fff;
	color: #0d0d0d;
}
@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
}

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

footer h3{
	width: 90%;
	max-width: 372px;
	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 p{
	font-size: 0.8rem;
}

.footer_bottom{
	background: #060606;
	text-align: center;
	padding: 16px 0;
	color: #fff;
	letter-spacing: 0.08em;
	font-weight: 500;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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


.footer_nav{
	margin-bottom: 30px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer_nav ul li{
	width: calc(100% / 6);
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	color: #fff;
	font-weight: 500;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav ul{
		display: block;
		margin: 0 auto 30px;
		max-width: 560px;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px 5px;
		margin-bottom: 10px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.footer_nav ul li a{
		display: block;
		width: 100%;
		height: auto;
	}
	.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 rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
}
@media (max-width: 500px){
	.footer_nav {
		display: none;
	}
}

/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
  	height: 60px;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #D10038;
  	z-index: 50;
	  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.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: bottom center;
	width: 100%;
	padding: 130px 0;
	padding: 180px 0 100px;
	overflow: hidden;
	background-attachment: fixed;
}
/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .kasou_top{
	background-attachment: scroll;
}
.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 .inner{
	position: relative;
	z-index: 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;
}
.kasou_top .inner p.en{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	mix-blend-mode: difference;
    font-family: "trajan-pro-3", serif;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
    letter-spacing: 0.02em;
	z-index: -1;
	font-size: 10rem;
	color: #fff;
	opacity: 0.1;
	text-transform: uppercase;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 150px 0 100px;
	}
	.kasou_top .inner p.en{
		font-size: 7rem;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


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


/*===事業内容ページ==============================*/
.key_flex{
	display: flex;
	align-items: center;
}
.key_flex .images{
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.key_flex .images .img{
	width: 45%;
}
.key_flex .images .img:nth-child(2){
	margin-top: 120px;
}
.key_flex .text{
	width: 50%;
	padding: 0 6%;
}
.key_flex .text .info{
	
}

.key_flex.reverse .images .img:nth-child(1){
	margin-top: 120px;
}
.key_flex.reverse .images .img:nth-child(2){
	margin-top: 0;
}

@media (max-width: 960px){
	.key_flex{
		flex-direction: column;
		padding: 0 15px;
	}
	.key_flex.reverse{
		flex-direction: column-reverse;
	}
	.key_flex .images{
		width: 100%;
		justify-content: space-between;
		margin-bottom: 35px;
	}
	.key_flex .images .img{
		width: 48%;
	}
	.key_flex .images .img:nth-child(2){
		margin-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(1){
		margin-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(2){
		margin-top: 0;
	}
	.key_flex .text{
		width: 100%;
		padding: 0;
	}
}


.sub_title{
	font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
	margin-bottom: 20px;
}
@media (max-width: 750px){
	.sub_title{
		font-size: 1.5rem;
	}
}

.serv_header {
    font-size: 40px;
	font-family: "trajan-pro-3", serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1;
    position: relative;
    text-align: center;
	margin: 5px auto 10px;
}

.serv_header::before {
    content: "";
    display: block;
    width: 60px;
    height: 0;
    margin: 0 auto 10px;
    border-top: 3px solid #D10038;
}

.serv_header_sub {
    font-size: 18px;
    margin: 0 auto 40px;
    text-align: center
}

.serv {
    padding: 70px 0 90px;
	width: 100%;
}

.serv .container {
    width: 100%;
    overflow: hidden
}

.serv_single {
    min-height: 460px;
    padding-top: 1px;
    position: relative;
    width: 100%;
    max-width: 1600px;		
}

.serv_single+.serv_single {
    margin-top: 60px
}

.serv_single:nth-child(even) .serv_text_area {
    margin-left: 0
}

.serv_single:nth-child(even) .serv_img_area {
    right: auto;
    left: 25%
}

.serv_text_area {
    background: #fff;
    padding: 50px;
    max-width: 750px;
    min-height: 330px;
    position: relative;
    z-index: 2;
    margin-top: 60px;
    margin-left: auto
}

.serv_text_area a {
    display: block;
    text-decoration: none;
    color: #333
}

.serv_ttl{
	color: #444;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.5rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.serv_ttl::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #D10038;
}


.serv_area {
    margin: 0 auto 15px;
    color: #D10038;
    text-transform: uppercase
}
.serv_content{
	color: #444;
}
.serv_more {
    text-align: right;
    margin-top: 15px
}

.serv_img_area {
    position: absolute;
    top: 0;
    left: 0;
}

.serv_img_area .thumbnail {
    display: inline-block;
    position: relative;
}

.serv_img_area img {
    width: 100%;
    max-width: none;
}

.mgl {
    margin-left: auto;
}
@media only screen and (max-width: 767px) {
    .serv_header {
        font-size:32px
    }

    .serv_single {
        min-height: 0;
        padding-top: 0
    }

    .serv_single+.serv_single {
        margin-top: 30px
    }

    .serv_single:nth-child(even) .serv_text_area {
        margin-left: 20px
    }

    .serv_text_area {
        padding: 20px;
        width: auto;
        min-height: 0;
        margin: -30px 20px 0
    }

    .serv_ttl {
        font-size: 20px
    }

    .serv_area {
        margin: 15px auto;
        color: #D10038;
    }

    .serv_more {
        margin-top: 15px;
        text-align: center
    }

    .serv_more a {
        font-family: "游ゴシック",YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
        font-size: 16px;
        color: #fff;
        background-color: #111;
        text-decoration: none;
        display: block;
        line-height: 1;
        padding: 15px 0;
        border-radius: 40px;
        border: 2px solid #111
    }

    .serv_more a::after {
        display: none
    }

    .serv_img_area {
        position: static;
        left: 0
    }

    .serv_img_area .thumbnail {
        display: block;
        position: relative
    }

    .serv_img_area img {
        max-width: 100%
    }
}

.column3 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.column3 > .child {
  width: 31.3%;
  margin: 0 3% 3% 0;
}
.column3 > .child:nth-child(3n) {
  margin: 0 0 3% 0;
}
.common_image{
	text-align: center;
}
.about_bnr {
    display: block;
    background-color: #111;
    box-shadow: 0 54px 44px -12px rgba(0, 5, 30, 0.05);
    color: #fff;
}
.about_bnr .title {
    margin-bottom: 8px;
    color: #D10038;
    font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	text-shadow: 0 0 1px #636363;
}

@media all and  (max-width:690px){
	
  .column3 {
    margin-bottom: 0;
  }
  .column3 > .child {
    width: 100%;
    margin: 0 0 8% 0;
  }
  .column3 > .child:nth-child(3n) {
    margin: 0 0 8% 0;
  }
  .column3 > .child:nth-child(2n) {
    margin: 0 0 8% 0;
  }
  .column3 > .child:last-child {
    margin: 0;
  }	
	
}
/*===実績紹介ページ==============================*/
@media (max-width: 750px){
	.works .info br{
		display: none;
	}
}

.info_table04{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table04 tr{
	border: 1px solid #ccc;
}
.info_table04 th,
.info_table04 td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table04 th{
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
	background-color: #060606;
}
.info_table04 td{
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table04 td{
		font-size: 0.8rem;
	}
}
/*---BeforeAfter表示----*/
.works .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;	
}
.works .flex .img_wrapper{
	position: relative;
	width: 30%;
	margin: 15px 0;
}
.works .flex .img_wrapper .imga{
	padding-left: 10%;
	padding-bottom: 10%;
	height:250px;

}
.works .flex .img_wrapper .imgb{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 38%;
	width: 50%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

	
}
.img_wrapper a img{
	object-fit: contain;
    height: 100%;
    width: 100%;
    background: #222;
}
.works .flex .img_wrapper .imgb p{
	position: absolute;
	bottom: 0;
	left: 5px;
	color: aliceblue;
}
.works .flex .text{
	width: 38%;
}
@media (max-width: 960px){
	.works::after{
		width: 80%;
		height: 80%;
	}
	
	.works .flex {
		flex-direction: column-reverse;	
	}

	
	.works .flex .img_wrapper{
		width: 100%;
		margin-bottom: 60px;
	}
	.works .flex .text{
		width: 100%;
	}
}



/*===採用情報ページ==============================*/


.re_movie .inner{
	background-color: rgba(13, 13, 13, 0.7);
}


.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
}
@media (max-width: 750px){
	
}


.flow_list{
	position: relative;
	z-index: 1;
	padding: 40px 0;
	margin: 0 auto;
	max-width: 960px;
}
.flow_list::before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #666;
	z-index:-1;
}
.flow_list .box{
	width: 50%;
	padding: 40px;
}
.flow_list .box:last-child{
	margin-bottom: 0;
}
.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.6rem;
}
.flow_list .box h3 span{
	display: inline-block;
	margin-right: 0.8em;
	font-family: "trajan-pro-3", serif;
	font-weight: 400;
}
.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{
	margin-bottom: 40px;
}
.flow_list .box .text p{
	line-height: 2;
	margin-bottom: 10px;
}
.flow_list .box .img{
	margin-top: 20px;
}


@media (max-width: 750px){
	.flow_list{
		padding: 20px 0;
	}
	.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.4rem;
	}
	.flow_list .box h3::before,
	.flow_list .box.right h3::before{
		width: 11px;
		left: -20px;
		transform: translate(-50%, -50%);
	}
}

/*採用情報ぼかし*/
.wrap_blur{
	width: 100%;
	position: relative;
}
.wrap_blur::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.7);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	pointer-events: none;
	z-index: 1;
}
p.disabled_text{
	position: absolute;
	top: 30%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 3;
    font-size: 1.8rem;
	color: #fff;
}
@media (max-width: 750px){
	p.disabled_text{
		font-size: 1em;  
		text-align: left;
		padding: 2%;
	}
}
/*===会社概要ページ==============================*/
.greeting h3{
	font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
	margin-bottom: 15px;
}
@media (max-width: 750px){
	.greeting h3{
		font-size: 1.5rem;
	}
}


/*===お問い合わせページ==============================*/
.contact{
	background-image: url("../img/bg-img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.contact .tel_contact{
	text-align: center;
	margin: 0 auto;
	max-width: 960px;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.4rem;
	white-space: nowrap;
	font-family: "trajan-pro-3", serif;
	font-weight: 400;
	letter-spacing: 0.08em;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}

/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.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%;
	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{
  	color: #fff;
  	background: linear-gradient(145deg, rgba(233, 233, 233, 1), rgba(73, 73, 73, 1));
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.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 .postal_btn{
	padding: 2px 10px;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #fff;
}
.mailform .postal_btn:hover{
	background: #fff;
	color: #D10038;
}
.mailform button{
	display: block;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	border: 1px solid #fff;
}
.mailform button:hover{
	background: #fff;
	color: #D10038;
}
.mailform button::before{
	font-family: "Font Awesome 5 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 #D10038;
    border-bottom: 3px solid #D10038;
    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: #D10038;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #D10038;
}
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{
	border: 1px solid #ccc;
}
.privacy li .privacy_wrap .privacy_subject{
	cursor: pointer;
	transition: all .5s ease;
	padding: 15px 20px;
	padding-right: 30px;
	position: relative;
	background-color: #060606;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}
.privacy li .privacy_wrap .privacy_subject h3{
	font-size: 1.1rem;
}
/*アイコンの＋と×*/
.privacy li .privacy_wrap .privacy_subject::before,
.privacy li .privacy_wrap .privacy_subject::after{
	position: absolute;
	top:48%;
	right: 15px;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #fff;
}
.privacy li .privacy_wrap .privacy_subject::before{
	transform: rotate(0deg);
}
.privacy li .privacy_wrap .privacy_subject::after{
	transform: rotate(90deg);
}
/*area_closeクラスがついたら形状変化*/
.privacy li .privacy_wrap .privacy_subject.area_close::before{
transform: rotate(45deg);
}
.privacy li .privacy_wrap .privacy_subject.area_close::after{
transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
}

.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: #333;
}
.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のみ*/
_:lang(x)+_:-webkit-full-screen-document, .class{
	background-attachment: scroll;
}