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

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav,.mb_bg{
		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: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 1.8;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1920px;
	margin-inline: auto;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
	position: relative;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

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

.bdr50{
	border-radius: 50px;
}
.bdr30{
	border-radius: 30px;
}

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

.bg_light{
	background: #f5f5f5;
	
}

.bg_inner{
	padding: 50px 10px;
	border-radius: 30px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.05);
	
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_img01{
	background-color: #000;
	background:linear-gradient( 45deg ,rgba(0,78,162,0.6) ,rgba(23,155,232,0.6) ,rgba(116,226,232,0.6)) , url("../img/slide01.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;
	border-radius: 30px;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 30px;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 30px;
}
.img_1-1{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 30px;
}
.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{
	display: block;
	position: relative;
	padding-left: 2rem;
	margin-top: 0.5rem;
}
.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: "Inter", sans-serif;
	font-weight: 700;
	font-size: clamp(2rem, 0.65rem + 4.8vw, 5rem);
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #179be8;
}
.txt_lv02 .en2{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: clamp(1.8rem, 0.81rem + 3.52vw, 4rem);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #179be8;
}
.txt_lv02.txt_c .ja::before{
	content:none;
}
.txt_lv02.txt_c .ja{
	padding-left: 0;
}

.bg_img01 .txt_lv02 .ja::before{
	background: #fff;
}
.bg_img01 .txt_lv02 .en{
	color: #fff;
}

.txt_lv03{
	font-size: clamp(1.2rem, 1.065rem + 0.48vw, 1.5rem);
	font-weight: 700;
	color: #179be8;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 0.5em;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03 span.nb{
	font-family: "Inter", sans-serif;
	display: block;
	font-size: 300%;
	background:linear-gradient( #004ea2 ,#179be8 ,#74e2e8 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.txt_lv03 span.shadow{
	text-shadow: 1px 1px 10px #fff ,-1px -1px 10px #fff;
}

.txt_lv04{
	font-size: clamp(1.2rem, 1.11rem + 0.32vw, 1.4rem);
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 0.2em;
	margin-bottom: 1em;
	position: relative;
	color: #179be8;
}
.txt_lv04::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 5px;
	background:linear-gradient(to right, #179be8 ,#74e2e8 );
	
}
.txt_lv05{
	background: rgba(0,0,0,0.05);
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 30px;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
	color: #666;
}

.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.065rem + 0.48vw, 1.5rem);
	margin-bottom: 1em;
	line-height: 1.8;
}
.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-weight: 700;
}

span.line{
	background:linear-gradient(transparent 60%, rgba(116,226,232,0.5) 60%);
}
span.inb{
	display: inline-block;
}

/* ヘッダー ------------------------------------------------------- */

header.site-header{
	background:rgba(255,255,255,0.0);
	width: 100%;
	position: fixed;
	z-index: 999;
	transition: .5s;
}
.site-header .inner{
    display: flex;
    position: relative;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	max-width: 1920px;
	margin-inline: auto;
	height: inherit;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
	color: #1a1a1a;
}
.site-header h1 img{
	width: auto;
	height: 80px;
	vertical-align: middle;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}

.header_phone{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.site-header .h_phone a{
	display: block;
	font-size: 1rem;
	padding: 15px 20px;
	text-align: center;
	background:linear-gradient(to right ,#74e2e8, #179be8, #004ea2);
	background-size: 200%;
	background-position: right;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	margin: 0;
	border-bottom-left-radius: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	transition: .5s;
}
.site-header .h_phone span.txt{
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-size: 80%;
}
.site-header .h_phone a:hover{
	background-position: left;
}
.site-header .h_phone a i{
	vertical-align: middle;
}
.nav_wrap{
	background: #fff;
	border-bottom-left-radius: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 20px 30px 10px;
}
.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:first-child{
	margin-left: 0;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #1a1a1a;
	transition: 0.5s;
}

.site-header nav ul li a span{
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color:#179be8;
	font-size: 80%;
	padding-bottom: 0.25rem;
}

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

@media (max-width: 1200px){
	header.site-header{
		align-items: flex-start;
		justify-content: flex-start;
		height: 100px;
		background: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.2),rgba(255,255,255,0.0));
	}
	.site-header h1{
		padding-bottom: 15px;
	}
	.site-header h1 img{
		height: 70px;
	}
	.top_nav{
		display: none;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
	.site-header h1 img{
		height: 60px;
	}
}
@media (max-width: 750px){
	.site-header h1 img{
		height: 50px;
	}
}
@media (max-width: 450px){
	.site-header h1 img{
		height: 40px;
	}
}
/* スライダー ------------------------------------------------------- */
.slide_wrap{
	width: 100%;
	aspect-ratio: 3 / 2;
	height: inherit;
	max-height: 120vh;
	position: relative;
	overflow: clip;
}

.slider{
	position: absolute;
	top: 0;
	left: 30%;
	width: 70%;
	height: 80%;
	max-height: 100vh;
	-webkit-mask-origin: padding-box;
	-webkit-mask-image: url("../img/grad01.webp");
	-webkit-mask-size: 110%;
	-webkit-mask-position: bottom left;
	-webkit-mask-repeat: no-repeat;
	mask-origin: padding-box;
	mask-image: url("../img/grad01.webp");
	mask-size: 110%;
	mask-position: bottom left;
	mask-repeat: no-repeat;
	background: #fff;
	z-index: 3;
}
.slide_back{
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 100%;
}
.slide_back img{
	width: 100%;
	z-index: 2;
}
.slide_wrap .copy{
	position: absolute;
	top:55%;
	left: 50px;
	z-index: 5;
}
.slide_wrap .copy h2{
	font-size: clamp(1.5rem, 0.825rem + 2.4vw, 3rem);
	line-height: 1.5;
	text-shadow: 2px 2px 10px #fff, -2px -2px 10px #fff;
	margin-bottom: 30px;
	font-weight: 700;
}
.slide_wrap .copy p{
	font-size: clamp(0.9rem, 0.81rem + 0.32vw, 1.1rem);
	text-shadow: 2px 2px 10px #fff, -2px -2px 10px #fff;
}

@media screen and (max-width: 1200px){
	.slide_wrap{
		aspect-ratio: 1 / 1;
		height: inherit;
	}
	.slider{
		height: 75%;
		max-height: 900px;
		left: 20%;
		width: 85%;
		-webkit-mask-size: 120%;
		mask-size: 120%;
	}
	.slide_back{
		width: 140%;
		left: 0;
	}
}
@media screen and (max-width: 960px){
	.slide_wrap .copy{
		top:auto;
		bottom: 15%;
	}
	.slide_back{
		bottom: 30px;
		left: 30px;
	}
}
@media screen and (max-width: 750px){
	.slide_wrap{
		aspect-ratio: 5 / 6;
		height: inherit;

	}
	.slider{
		width: 90%;
		left: 10%;
		-webkit-mask-size: 130%;
		mask-size: 130%;
	}
	.slide_back{
		width: 160%;
		left: -5%;
	}
	.slide_wrap .copy{
		bottom: 100px;
		left: 30px;
		width: calc(100% - 60px);
	}
	.slide_wrap .copy h2,
	.slide_wrap .copy p{
		text-shadow: 2px 2px 15px #fff, -2px -2px 15px #fff, 2px -2px 15px #fff, -2px 2px 15px #fff;
	}
}
@media screen and (max-width: 550px){
	.slide_wrap{
		aspect-ratio: 3 / 4;
		height: inherit;
	}
	.slider{
		top: 0;
		height: calc(100% - 100px);
		width: 90%;
		left: 10%;
		-webkit-mask-size: 170%;
		mask-size: 170%;
	}
	.slide_back{
		width: 170%;
		left: -10%;
	}
	.slide_wrap .copy{
		bottom: 100px;
		left: 20px;
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 450px){
	.slide_wrap{
		aspect-ratio: 3 / 5;
		height: inherit;
	}
	.slide_back{
		width: 180%;
		bottom: 15px;
	}
}

/* コンテンツ ------------------------------------------------------- */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	gap: 30px;
	margin-top: 70px;
}
.card001 .inner{
	width: 100%;
	background:rgba(255,255,255,0.5);
	padding: 30px;
	border-radius: 15px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.05);
	text-align: center;
	border: solid 1px #179be8;
}
.card001 .inner .nb{
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-size: 4rem;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #179be8;
	line-height: 1;
	text-shadow: 5px 5px 5px #fff ,-5px -5px 5px #fff,-5px 5px 5px #fff ,5px -5px 5px #fff;
}
.card001 .inner img{
	width: 120px;
	padding: 10px;
}
.card001 .inner .comment{
	width: fit-content;
	margin-inline: auto;
	text-align: left;
	font-size: 1rem;
}

@media (max-width: 750px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-inline:auto;
		width: 100%;
		max-width: 600px;
	}
	.card001 .inner{
		width: calc(100% - 30px);
		margin-top: 30px;
	}
	
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.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{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.f_in{
	width: 50%;
	padding: 15px;
}
.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: 350px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 15px;
}
.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;
	}
	.card003 .img{
		width: 100%;
		max-width: 500px;
		margin-top: 30px;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card002 .txt,
	.card003 .txt {
		padding: 10px 0;
	}
}
/* 写真横並び基本　*/
.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%;
}

/* コンタクト　================================================== */

.footer_contact{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	max-width: 800px;
	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(0,0,0,0.0);
	border-radius: 100px;
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
	font-family: "Inter", sans-serif;
	font-weight: 700;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.3);
	color: #fff;
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
	}
}
@media (max-width: 450px){
	.footer_contact{
		width: 100%;
		margin: 15px 0;
	}
}

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

footer h2{
	text-align: center;
}
footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 1300px;
	padding: 0 10px;
	margin-inline:auto;
	margin-bottom: 30px;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	padding: 15px;
}
.footer_in h3{
	width: fit-content;
	font-size: 1rem;
	font-weight: 700;
	color: #179be8;
}
.footer_in p{
	font-size: 0.9rem;
	border-bottom: solid 2px #eee;
}
.footer_in p a{
	color: #1a1a1a;
	transition: .5s;
}
.footer_in p a i{
	color: #179be8;
	padding-left: 0.5rem;
}
.footer_in p a:hover{
	color: #179be8;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	background:linear-gradient(to right ,#74e2e8, #179be8, #004ea2);
	color: #fff;
}
@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;
	}
	.footer_in{
		width: fit-content;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	line-height: 1.2;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
}
.subtitle h2 span.en{
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	font-family: "Inter", sans-serif;
	display: block;
	background:linear-gradient( #004ea2 ,#179be8 ,#74e2e8 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.clip_round_b{
	clip-path: ellipse(80% 100% at top);
}

.sub_bg{
	background: linear-gradient( rgba(255,255,255,0.5), rgba(255,255,255,0.5)),url("../img/img05.webp");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		width: 100%;
	}
	
}
@media (max-width: 750px){
	.clip_round_b{
		clip-path: ellipse(100% 100% at top);
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 96%;
	text-align: center;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	color: #1a1a1a;
	line-height: 1.5;
}

.breadcrumb li:after {
	content: '>';
	padding-left: 0.5rem;
	color: #1a1a1a;
}

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

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

.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb li.news{
	vertical-align: bottom;
	max-width: 30em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.8em;
	}
	.breadcrumb li.news{
		max-width: 20em;
	}
}


/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	display: block;
	border-top: solid 1px #1a1a1a;
	border-left: solid 1px #1a1a1a;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.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%);
}
.imgup{
	position: relative;
	overflow: hidden;
	height: fit-content !important;
}
.imgup img{
	transition: 1.8s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.4);
}
.imgup{
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 1.4s;
	transition-delay: 0.3s;
}
.imgup.inview img{
	transform: translateX(0) scale(1);
}
.imgup.inview {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
	display: inline-block;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 1.5s ease-out forwards; 
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}
.bg_gap{
	z-index: -1;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}
.bg_gap .in01{
	position: absolute;
	left: 0;
	top: -50vh;
	width: 130%;
	opacity: 0.9;
}
.bg_gap .in02{
	position: absolute;
	left: 0;
	top: -50vh;
	width: 130%;
	transform: scale(0.8);
	transform-origin: right center;
	filter: grayscale(100%) brightness(500%);
	
}

.bg_gap .r_in01{
	position: absolute;
	right: 0;
	top: 200px;
	width: 130%;
	opacity: 0.9;
}
.bg_gap .r_in02{
	position: absolute;
	right: 0;
	top: 200px;
	width: 130%;
	transform: scale(0.8);
	transform-origin:left center;
	filter: grayscale(100%) brightness(500%);
	
}
.bg_gap .in01 img,
.bg_gap .in02 img,
.bg_gap .r_in01 img,
.bg_gap .r_in02 img{
	width: 100%;
}
.bg_gap .r_in01 img,
.bg_gap .r_in02 img{
	transform:scale(-1, 1) ;
}

@media (max-width: 1200px){
	.bg_gap .in01,.bg_gap .in02{
		width: 200%;
	}
}
@media (max-width: 960px){
	.bg_gap .in01,.bg_gap .in02{
		top: -30vh;
		width: 250%;
	}
	.bg_gap .r_in01,.bg_gap .r_in02{
		width: 250%;
		top: 45vh;
	}
}
@media (max-width: 750px){
	.bg_gap .r_in01,.bg_gap .r_in02{
		width: 350%;
		top: 50vh;
	}
}
@media (max-width: 480px){
	.bg_gap .in01,.bg_gap .in02{
		top: -40vh;
		width: 300%;
	}
	.bg_gap .r_in01,.bg_gap .r_in02{
		width: 400%;
		top: 90vh;
		right: -50vw;
	}
}
/* 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;
}
.pt0{
	padding-top: 0;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}
/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

