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

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
body{
	color: #1a1a1a;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #e3e3e3;
}
::-webkit-scrollbar-thumb{
	background-color: #666;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.contents{
	padding: 70px 0;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_light{
	background: #f5f5f5;
}

@keyframes GradientBackground {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.bg_w_inner{
	background-color: rgba(255,255,255,1);
	padding: 50px 30px;
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}
.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f5f5f5;
    z-index: -1;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}

.txt_lv02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	position: relative;
	padding-left: 2rem;
	margin-top: 0.5rem;
	font-weight: 500;}

.txt_lv02 .ja::before{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 1.2rem;
	width: 1.5rem;
	height: 1px;
	background: #1a1a1a;
}
.txt_lv02 .en{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 200%;
	letter-spacing: 0.15em;
	text-transform:capitalize;
}

.bg_img01 .txt_lv02 .ja::before,
.bg_contact .txt_lv02 .ja::before{
	background: #fff;
}

.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 1px #ccc;
	margin-bottom: 2em;
	width: 100%;
	position: relative;
}
.txt_lv03 span.ja{
	padding-bottom: 5px;
	line-height: 150%;
}

.txt_lv03 span.en{
	position: absolute;
	top:calc(100% + 0.5rem);
	left: 0.2rem;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	display: block;
	font-size: 70%;
	line-height: 100%;
	color: #999;
}

.bg_w_inner .txt_lv03{
	border-bottom: solid 3px #eaeaea;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	text-align: center;
	color: #1a1a1a;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #1a1a1a;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

span.bold{
	font-size: 1.1em;
	font-weight: 600;
}

span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1em;
	display: inline-block;
}

/* ボタン　*/
header{
	height: 120px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: transform 0.3s 0.3s;
	
}
header.hidden {
    transform: translateY(-120px);
}
.site-header{
	background:rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	left: 50%;
	transform: translateX(-50%);
	height: 120px;
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,0);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 90px;
	vertical-align: middle;
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}

.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}
.site-header .h_phone a{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	vertical-align: middle;
	color: #1a1a1a;
	transition: .5s;
}
.site-header .h_phone:hover{
	opacity: 0.6;
}
.site-header .h_mail a{
	display: block;
	width: 200px;
	font-size: 1rem;
	text-align: center;
	background:rgba(0,0,0,0);
	border: solid 1px #1a1a1a;
	background-size: 200%;
	background-position: left;
	color: #1a1a1a;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	border-radius: 50px;
	margin: 0 10px;
	line-height: 38px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	background:rgba(0,0,0,1);
	color: #fff;
}
.site-header .h_mail a i{
	line-height: 38px;
	vertical-align: middle;
}

.site-header .h_insta a{
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background:rgba(255,255,255,0);
	border:solid 1px #fff;
	border-radius: 50%;
	margin-right: 15px;
	transition: .5s;
}
.site-header .h_insta a i{
	line-height: 38px;
	position: relative;
	left: 1px;
}
.site-header .h_insta a:hover{
	background:rgba(255,255,255,0.2);
}
.site-header.transform .h_insta a{
	color: #1a1a1a;
	background:rgba(0,0,0,0);
	border:solid 1px #1a1a1a;
}
.site-header.transform .h_insta a:hover{
	background:rgba(0,0,0,0.2);
}

.nav_wrap{
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #1a1a1a;
	transition: 0.5s;
}

.site-header nav ul li a span{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	color:#999;
	font-size: 80%;
}

.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background:rgba(26,26,26,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(26,26,26,1.0);
	transform: translate3d(0,0,0);
}

@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header h1 img{
		height: 80px;
	}
	.top_nav{
		display: none;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}
@media (max-width: 450px){
	.site-header h1 img{
		height: 70px;
	}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slider{
	position: relative;
	margin-top: 120px;
	left: 30px;
	width: calc(100% - 60px);
	aspect-ratio: 16 / 9;
	z-index: 9;
	overflow: hidden;
}
.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: linear-gradient(rgba(0,0,0,0.05) 10%,rgba(0,0,0,0.05)) ;
}

/* スクロールダウンライン */
.scrolldown2{
	position:absolute;
	bottom:30px;
	left:50px;
	z-index: 15;
}
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#fff;
	z-index: 16;
	animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

/*丸が上から下に動く*/
@keyframes circlemove{
	0%{
		bottom:120px;
	}
	100%{
		bottom:-5px;
	}
 }

/*丸が透過*/
@keyframes cirlemovehide{
	0%{
		opacity:0
	}
	50%{
		opacity:1;
	}
	80%{
		opacity:0.9;
	}
	100%{
		opacity:0;
	}
}

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:1px;
  height: 150px;
  background:#eee;
}
@media (max-width: 1200px){
	.slider{
		margin-top: 100px;
	}
}

@media (max-width: 768px){
	.slider{
		width: calc(100% - 30px);
		left: 15px;
	}
	.scrolldown2{
		left:40px;
		bottom:20px;
	}
}
/* コンテンツ
   ========================================================================== */


.contents_half_l{
	width: 55%;
	margin:0 auto 0 0;
	padding: 20px;
}
.contents_half_r{
	width: 55%;
	margin:0 0 0 auto;
	padding: 20px;
}
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 3 - 40px);
	margin: 20px;
	background:rgba(255,255,255,0.5);
	padding: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.card001 figure::after{
	position: absolute;
	content: '';
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background:rgba(255,255,255,0.5);
	z-index: -1;
}
.card001 figure img{
	display: block;
	width: 180px;
	padding: 15px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: contain;
	margin: auto;
	background: #f8f4e6;
	
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	font-size: 0.8rem;
	margin-bottom: 0.5em;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.card001 figure figcaption h4{
	font-size: 1.2em;
	border-bottom: solid 1px;
	margin-bottom: 0.5rem;
}
.card001 figure figcaption p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
	.card001 figure{
		width: calc(100% - 30px);
	}
	
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.card002 .img_f{
	display: flex;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	flex-basis: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}



/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 100%),
		url("../img/img007.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff
}

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

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	line-height: 100%;
	background: rgba(255,255,255,0.0);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
}
.footer_contact .phone:hover{
	background: rgba(255,255,255,0.2);
	color: #fff;
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
		max-width: 500px;
		margin: auto;
	}
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background: #fff;
	color: #1a1a1a;
}


footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.footer_in p{
	text-align: center;
}
.cut_footer{
	width: 150px;
	padding: 15px;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	border-top: solid 1px #eee;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_contact{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: calc(100% - 60px);
	height: 400px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
	margin: 120px auto 0;;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
}
.subtitle h2 span{
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.15em;
	font-weight: 600;
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
}
.subtitle h2::before{
	content: '';
	position: absolute;
	display: inline-block;
	top: -5rem;
	left: calc(50% - 2px);
	width: 0;
	height:2px;
	background: #fff;
	transform: rotate(90deg);
	transform-origin: 0% 0%;
	z-index: 1;
	animation-delay:.5s;
	transition: width 1s;
}
.subtitle.inview h2::before{
	width: 4rem;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/slide02.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 1200px){
	.subtitle{
		height: 350px;
		margin: 100px auto 0;
	}
}
@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		width: 100%;
	}
}
@media (max-width: 768px){
	.subtitle{
		height: 300px;
		width: calc(100% - 30px);
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	font-size: 0.9rem;
	color: #fff;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}


/* TOPへ戻るボタン==================== */
#page_top{
	width: 80px;
	height: 80px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	background:rgba(0,0,0,0.7);
	background-size: 150%;
	border-radius: 50%;
	z-index: 999;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	opacity: 0.9;
}
#page_top a{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
}
#page_top a::before{
	display: block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 1.5rem;
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	margin: auto;
	text-align: center;
}
@media (max-width: 750px){
	#page_top{
		width: 60px;
		height: 60px;
	}
	#page_top a{
		width: 60px;
		height: 60px;
	}
	#page_top a::before{
		font-size: 1.2rem;
	}
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	display: inline-block;
	animation:text_anime_on 1s 3s ease forwards; 
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes text_anime_on {
	0%,30% {
		transform: translateX(2rem) ;
		opacity:0;
	}
	to {
		transform: translateX(0rem) ;
		opacity:1;
	}
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:350px;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt100{
	margin-top: 100px;
}
/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}


/* 251001更新分 =================================================================================*/
/* 採用情報ページ フィルター */
.disabled_wrap_coming_soon {
  position: relative;
  overflow: hidden;
}
.disabled_wrap_coming_soon::before {
  content: '';
  width: 100.5%;
  height: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.disabled_wrap_coming_soon div {
  overflow: hidden;
  filter: blur(3px);
}
.disabled_wrap_coming_soon .disabled_text {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 0 12px;
  z-index: 2;
  color: #fff;
  font-size: clamp(1.4rem, 1.04rem + 1.28vw, 2rem);
  line-height: 1.6;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 13%), 0px -2.5px 3px rgb(0 0 0 / 9%);
}
@media (max-width: 768px) {
  .disabled_wrap_coming_soon .disabled_text {
    top: 70px;
  }
}