html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #fff;
	background-color: #202020;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
	font-size: 1.6rem;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}

body p{
	letter-spacing: 0.03em;
}

.en{
    /* font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 500;
    font-style: normal; */
}

*{
	margin: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #333;
	transition: .3s;
}

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;
}

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


.imgup {
	position: relative;
	overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: .5s;
    transition-delay: clip-path 0.3s, scale 0s;
}



.imgup.inview {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imgup img {
    transition: 1.6s cubic-bezier(0.6, 0, 0.07, 1);
    transform: translateX(-10%) scale(1.4);
}

.imgup.inview img {
    transform: translateX(0) scale(1);
}








span.marker {
    background: linear-gradient(transparent 50%, rgb(235, 252, 4,0.6) 50%);
}


.br_650.marker{
	background: none;
}

.inner{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}

.inner.wide{
	max-width: 1400px;
    margin: 0 auto;
}
.inner.max{
	max-width: none;
}

.inner_w{
    width: 100%;
    margin: 0 auto;
}

.inner_u{
	width: calc(100% - 10vw);
	margin: 0 0 0 auto;
}



.inner70{
	width: 70%;
	margin: 0 auto;
	max-width: none;
}

.flex_center{
	display: flex;
	justify-content: center;
}

.flex{
    display: flex;
}

.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_start{
	display: flex;
	justify-content: flex-start;
}

.flex_bet{
	display: flex;
	justify-content: space-between;
}

.flex_ar{
	display: flex;
	justify-content: space-around;
}

span.zo{
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

main{
	position: relative;
	z-index: 5;
	width: 100%;
}

.content_wrapper{
	width: calc(100% - 260px);
	margin: 0 0 0 auto;
}



@media (max-width: 1200px){
	.content_wrapper{
		width: 100%;
		margin: auto;
	}
}

.pan{
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.pan li:not(:last-child)::after{
	content: "＞";
	padding: 0 0.2em;
	position: absolute;
	top: 0;
}

.pan li:not(:last-child){
	padding-right: 20px;
	position: relative;
}

.page_hd ol{
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
}

.page_hd ol a{
	color: #fff;
}

.page_hd{
	padding-top: 270px;
	padding-bottom: 102px;
	width: 100%;
	position: relative;
	color: #fff;
	z-index: 0;
}

.page_hd::before{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(33deg, rgba(176, 238, 182, 1), rgba(33, 211, 234, 1) 48%, rgba(4, 202, 255, 1));
	z-index: -1;
}

.page_hd h2{
	font-size: 4rem;
	text-align: center;
	letter-spacing: 3px;
}

@media (max-width: 1200px){
    .page_hd{
        padding-top: 177px;
    }
}

/*フィルター*/

.filter{
    position: relative;
}

filter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0, 0, 0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.filter_w{
	position: relative;
}

.filter_w::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*改行*/

.br_960{
}

.br_650{
}

.br_none650{
	display: block;
}

section{
	padding: 100px 0;
}

@media (max-width: 1400px){
	.br_1400{
		display: block;
	}
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}	
}
@media (max-width: 650px){
	.br_650{
		display: block;
	}
	.br_650.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 50px 0;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	body{
		font-size: 1.5rem;
	}
	
}

/* ボタン */


.btn_b a{
	display: block;
	position: relative;
	text-align: center;
	background: linear-gradient(180deg, rgba(43,163,223,1) 0%, rgba(0,78,162,1) 36%, rgba(1,20,75,1) 100%);
	color: #fff;
	padding: 10px 0;
	letter-spacing: 0.1em;
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
	font-size: 1.5rem;
}



/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

/*  */
.txt_wrappper{
	background-color: #f5f5f5;
}

.txt{
	line-height: 2;
}


@media (max-width: 960px){
	.none_960{
		display: none;
	}


}

@media (max-width: 650px){
	.none_650{
		display: none;
	}
	
}


.reverse{
	flex-direction: row-reverse;
}



@keyframes rotation{
	0% {
		transform: rotate(-10deg) translateY(-50%);
	}
	
	50% {
		transform: rotate(10deg) translateY(-50%);
	}

	100%{
		transform: rotate(-10deg) translateY(-50%);
	}
}

.center_l{
	display: flex;
	align-items: center;
}

.wrapper{
	width: 96%;
	margin: 0 0 0 auto;
}


/* sub_ttl */


.sub_ttl{
	margin-bottom: 0px;
	line-height: 1;
	margin-bottom: 40px;
}

.sub_ttl .en{
	font-size: 9rem;
	font-family: "halogen", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #dbdbdb;
	padding-right: 40px;
}

.sub_ttl .ja{
	position: relative;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.1rem;
	padding-left: 20px;
}

.sub_ttl .ja::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-left: solid 1px #fff;
	left: 0;
	bottom: 7px;
	width: 1px;
	height: 50px;
	transform: rotate(20deg);
}



/* header */

header{
    height: 140px;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 99;
	background-color: rgb(255, 255, 255,0);
	transition: all .3s;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.hd_inner{
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
}

h1 img{
	height: 50px;
	object-fit: cover;
}


.main_nav{
    margin-top: 10px;
	
}

.main_nav li+li{
    margin-left: 45px;
}

.main_nav li{
	text-align: center;
	line-height: 1.6;
}

.main_nav li a{
	color: #fff;
	font-size: 1.4rem;
	display: block;
}

.main_nav li a .en{
	font-size: 1.07em;
	letter-spacing: 0.15em;
}

.main_nav li a:hover{
    color: #fff;
	opacity: 0.7;
}

header .top_btn a i{
    padding-right: 0.5em;
}

header .top_btn a{
    font-size: 1.5rem;
}

header .mail_btn{
    margin-left: 20px;
}

header .mail_btn a{
    display: block;
	color: #fff;
    background-color: rgb(255, 255, 255,0);
    border: solid 1px #fff;
    padding: 2px 30px;
}


header .tel_btn a{
    display: block;
    letter-spacing: 0.05em;
    background-color: rgb(255, 255, 255,0);
    border: solid 1px #fff;
    color: #fff;
    padding: 3px 30px 1px;
}

header .tel_btn a:hover{
	background-color: #fff;
	color: #202020;
	border-color: #202020;
}
header .mail_btn a:hover{
	background-color: #fff;
	color: #202020;
	border-color: #202020;
}


/* header.change_color{
	background-color: #fff;
} */



.main_nav ul li.parent a::after{
	display: none;
}

.main_nav ul li.parent{
	position: relative;
}
.main_nav ul li.parent > a{
	
}
.main_nav ul li.parent > a.none{
	cursor: default;
}
.main_nav ul li.parent > a::before{
	display: none;
}
.main_nav ul li.parent > a:hover{
	transform: none;
}
.main_nav ul li.parent > a i{
	display: block;
	font-size: 8px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%,0);
	color: #374453;
}
.main_nav ul li.parent > a:hover i{
	color: #fff;
}
.main_nav ul li.parent .child{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: scaleY(0) translateX(-50%);
	transition: 0.3s ease-in;
	transform-origin: center top;
	padding-top: 15px;
}
.main_nav ul li.parent .child a{
	display: block;
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 10%) 1.95px 1.95px 2.6px;
	text-align: left;
	padding: 12px 15px;
	white-space: nowrap;
	margin-bottom: 3px;
	line-height: 1;
	letter-spacing: 0.08em;
	font-size: 1.5rem;
	color: #252525;
}
.main_nav ul li.parent .child a:last-child{
	margin-bottom: 0;
}
.main_nav ul li.parent .child a::before{
	content: '-';
	display: inline-block;
	margin-right: 0.5em;
	transition: 0.4s;
}
.main_nav ul li.parent:hover .child{
	transform: scaleY(1) translateX(-50%);
}
.main_nav ul li.parent .child a:hover{
	color: #fff;
}
.main_nav ul li.parent .child a:hover::before{
	transform: translateX(3px);
}


@media (max-width: 1200px){
	header .right{
		display: none;
	}
	header{
		height: 90px;
	}
}


@media (max-width: 650px){
	header{
		height: 70px;
	}

	.hd_inner{
		padding-left: 10px;
		padding-right: 10px;
	}
}





/*スライダー*/

.top_slider{
	position: relative;
    z-index: 5;
	top: 0;
	width: 100%;
	height: 100vh;
}




.top_slider .slider{
	position: relative;
    width: 100%;
	margin: 0 0 0 auto;
	z-index: 2;
	height: 100%;
}
.top_slider .slider li{
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-size: cover;
}
/* .top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
    background-position: center;
	background-size: cover;
}
.top_slider .slider li.top02{
	background-image: url(../img/slider02.jpg);
    background-position: center;
	background-size: cover;
}
.top_slider .slider li.top03{
	background-image: url(../img/slider03.jpg);
    background-position: center;
	background-size: cover;
} */

.top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/top01.jpg);
	background-position: center;
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/top02.jpg);
	background-position: center;
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/top03.jpg);
	background-position: center;
}

.top_slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 19vw;
    background: linear-gradient(180deg, rgba(16, 19, 21, 0) 16.15%, #202020);
    z-index: 10;
}

.top_slider::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 35vw;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgb(0, 0, 0,0.5);
	opacity: 1;
	z-index: 9;
	clip-path: polygon(0% 0, 100% 0%, 86% 100%, 0% 100%);
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 55%;
	left: 5%;
	object-fit: cover;
	pointer-events: none;
	width: 50%;
	height: auto;
	max-width: 620px;
	min-width: 320px;
	z-index: 2;
	animation: apper 2.5s ease-in-out;
	z-index: 99;
	transform: translate(0,-50%);
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}


@media (max-width: 1200px){
	.top_slider{
		height: 80vh;
	}
	.top_slider .catch{
		max-width: 500px;
	}
}

@media (max-width: 650px){
	.top_slider{
		height: 70vh;
	}
	.top_slider .catch{
		left: 3%;
	}
	h1 img{
		height: 40px;
	}
}



/* news */


.news{
	padding-top: 170px;
	position: relative;
}

.news::before{
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 170px;
	background-color: #333;
	height: calc(100% - 270px);
	width: 50%;
	z-index: -1;
}

.news #newsList{
	max-height: 280px;
	overflow-y: scroll;
}


.news #newsList li{
	position: relative;
	
	border-top: solid 1px #dbdbdb;
}

.news #newsList li a::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #202020;
	top: 0;
	left: 0;
	transform: translateX(-100%);
}

.news #newsList li a:hover::before{
	animation-name: test_box_slide;
	animation-duration:.5s;
	animation-fill-mode: forwards;
	transform: translateX(-100%);
}

.news .sub_ttl{
	margin-bottom: 60px;
}

@keyframes test_box_slide {
	0% {
		transform: translate(-100%,0)
	}
	100% {
		transform: translate(0,0)
	}
}


.news #newsList li:last-child{
	border-bottom: solid 1px #dbdbdb;
}

.news .inner{
	background-color: #333;
	padding: 0 50px;
	padding-bottom: 60px;
	padding-top: 60px;
}

.news #newsList li a{
	position: relative;
	overflow: hidden;
	display: block;
	color: #fff;
	padding: 32px 0;
	width: 100%;
	height: 100%;
}

.news #newsList li a span{
	position: relative;
	z-index: 1;
}

#newsList .up_ymd{
	padding-left: 10px;
	font-family: "halogen", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#newsList .up_ymd i{
	padding-right: 0.5em;
}

#newsList .title{
	padding-left: 40px;
}


/*スクロールバー*/
.news ul#newsList::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #666;
}
.news ul#newsList::-webkit-scrollbar-button {
    display: none;
}
.news ul#newsList::-webkit-scrollbar-thumb, #newsWrap ul#newsList::-webkit-scrollbar-corner {
    background: #dbdbdb;
}


@media (max-width: 960px){
	.news{
		padding-top: 100px;
	}
	.sub_ttl .en{
		font-size: 6.7rem;
	}
	.news .inner{
		padding: 40px 30px;
	}
	.news .sub_ttl{
		margin-bottom: 45px;
	}
	.news #newsList li a{
		padding: 20px 0;
	}
	.news #newsList{
		max-height: 200px;
	}
	.news::before{
		height: calc(100% - 200px);
		top: 100px;
	}
}

@media (max-width: 650px){
	.sub_ttl .en{
		font-size: 4rem;
		padding-right: 0;
	}
	.sub_ttl .ja{
		font-size: 1.6rem;
		display: block;
		width: fit-content;
		margin: 0 auto;
		padding-left: 0;
	}
	.sub_ttl{
		line-height: 1.6;
		text-align: center;
	}
	.sub_ttl .ja::before{
		height: 20px;
		bottom: 5px;
		left: -15px;
	}
	.news{
		padding-top: 60px;
	}
	.news .inner{
		padding: 20px 5px;
	}
	.news .sub_ttl{
		margin-bottom: 30px;
	}
	#newsList .title{
		display: block;
		padding-left: 10px;
	}
	#newsList .up_ymd{
		font-size: 1.4rem;
	}
	.wrapper{
		width: 100%;
	}
	.news #newsList li a{
		padding: 7px 0;
	}
	.sub_ttl{
		margin-bottom: 30px;
	}
	.news::before{
		display: none;
	}
}


/* greeting */


.greeting{
	position: relative;
	padding-top: 50px;
}

.greeting .inner{
}

.greeting .txt_box{
	max-width: 700px;
	margin-bottom: 100px;
}


.btn_main{
	width: 400px;
	margin-top: 40px;
}

.btn_main a{
	position: relative;
	display: block;
	background-color: #fff;
	font-style: italic;
	padding: 10px 0;
	font-weight: 600;
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}

.btn_main a::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: -1px;
	right: 60px;
	width: 3px;
	height: 105%;
	border-right: solid 3px #202020;
	transform: rotate(9deg);
}

/* .btn_main a::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 70px;
	height: 70px;
	background-color: #333;
	transform: translate(-100%,100%);
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
	top: 0;
	right: 0;
	z-index: 1;
} */

.btn_main .btn_right{
	position: absolute;
	display: block;
	height: 100%;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	box-sizing: content-box;
	top: 0;
	right: 0;
}

.btn_main .btn_txt{
	position: relative;
	left: calc(50% - 70px);
}

.btn_main img.arrow1{
	position: absolute;
	top: 50%;
	right: 16px;
	width: 26px;
	aspect-ratio: 1 / 1;
	transform: translateY(-50%);
	opacity: 1;
	transition: 0s;
}
.btn_main img.arrow2{
	position: absolute;
	bottom: -30px;
	right: 60px;
	width: 26px;
	aspect-ratio: 1 / 1;
	transform: translateY(50%);
	opacity: 0.1;
	transition: 0s;
}

.btn_main a:hover{
	letter-spacing: 0.1em;
	opacity: 0.8;
}

.btn_main a:hover img.arrow1{
	top: -30px;
	right: -30px;
	opacity: 0.1;
	transition: opacity .2s, top .6s, right .6s;
}
.btn_main a:hover img.arrow2{
	bottom: 26px;
	right: 16px;
	opacity: 1;
	transition: opacity .6s, bottom .2s, right .2s;
}
/* 
.btn_main a:hover::before{
	transform: translate(0 , 0);
	transition: all .3s;
	
} */

.greeting .center_box{
	width: fit-content;
}


.greeting .img_area{
	position: relative;
}



.greeting .img_area .img{
	position: relative;
	width: calc(100% / 3);
	
}

.greeting .img_area .img img{
	filter: grayscale(1);
}

.greeting .img_area .m_img img{
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.greeting .img_area .s_img img{
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.greeting .img_area .t_img img{
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.greeting .btm_txt{
	font-size: 12rem;
	color: rgb(0, 0, 0,0);
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;
	font-family: "halogen", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4;
	margin-top: -170px;
}



@media (max-width: 960px){
	.greeting{
		padding-top: 0;
	}
	.greeting .img_area .m_img img{
		height: 200px;
	}
	.greeting .img_area .s_img img{
		height: 300px;
	}
	.greeting .img_area .t_img img{
		height: 450px;
	}
	.greeting .txt_box{
		margin-bottom: 60px;
	}
	.greeting .btm_txt{
		font-size: 9rem;
		margin-top: -120px;
	}
}

@media (max-width: 650px){
	.greeting .center_box{
		width: auto;
	}
	.btn_main{
		width: 300px;
		margin: 30px auto 0;
	}
	.greeting .img_area .m_img img{
		height: 140px;
	}
	.greeting .img_area .s_img img{
		height: 200px;
	}
	.greeting .img_area .t_img img{
		height: 320px;
	}
	.greeting .btm_txt{
		font-size: 3.6rem;
		margin-top: -80px;
	}
}


/* strength */

.strength{
	background-color: #333;
}

.strength .sub_ttl{
	text-align: center;
	margin-bottom: 90px;
}

.strength .item{
	position: relative;
	width: calc((100% - 12px) / 3);
}

.strength h3{
	text-align: center;
	background-color: #202020;
	font-size: 2.1rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	padding: 14px 0;
	border-bottom: none;
}

.strength h3 .en{
	color: #dbdbdb;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: "halogen", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.strength .item .icon{
	position: absolute;
	top: 0;
	left: 10px;
	transform: translateY(-50%);
}

.strength .item .icon img{
	aspect-ratio: 1 / 1;
	width:70px;
	object-fit: cover;
}

.strength .item .txt_box{
	padding: 0 20px;
	padding-top: 20px;
	border-top: none;
	background-color: #dbdbdb;
	color: #202020;
	line-height: 1.7;
	letter-spacing: 0.03em;
	height: 240px;
}

@media (max-width: 1200px){
	.strength .item .txt_box{
		height: 260px;
	}
}

@media (max-width: 960px){
	.strength .flex_bet{
		flex-direction: column;
	}
	.strength .item{
		width: 80%;
		margin: 0 auto;
	}
	.strength .item .txt_box{
		height: auto;
		padding-bottom: 20px;
	}
	.strength .item+.item{
		margin-top: 40px;
	}
	.strength .item .icon img{
		width: 60px;
	}
}

@media (max-width: 650px){
	.strength .sub_ttl{
		margin-bottom: 40px;
	}
	.strength .item .icon img{
		width: 40px;
	}
	.strength .item{
		width: 100%;
	}
}



/* service */

.service{
	padding-bottom: 0;
}


.service .container {  display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-auto-columns: 1fr;
	gap: 10px 10px;
	grid-auto-flow: row;
	grid-template-areas:
	  "co1 co1 co2"
	  "co3 co4 co5";
  }
  
  .co1 { grid-area: co1; }
  
  .co2 { grid-area: co2; }
  
  .co3 { grid-area: co3; }
  
  .co4 { grid-area: co4; }
  
  .co5 { grid-area: co5; }
  

.service .item .link_item{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.service .link_item .en{
	font-family: "halogen", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.service .item .link_item img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	filter: grayscale(1);
}

.service .item .link_item .txt_area{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	padding: 5px 0;
	transform: translate(-50%,-50%);
	background-color: rgb(255, 255, 255,0.9);
}

.service .item:nth-child(n+3) .link_item img{
	height: 300px;
}


.service .item .link_item:hover img{
	transform: scale(1.08);
	filter: grayscale(0);
}

.service .item .btn{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #202020;
	color: #fff;
	padding: 0 50px;
	opacity: 0;
	transition: all .3s;
}

.service .item .btn p{
	letter-spacing: 0.1em;
	font-style: italic;
}



.service .item .link_item:hover .btn{
	opacity: 0.8;
}


@media (max-width: 960px){
	.service .container {  display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		grid-auto-columns: 1fr;
		gap: 10px 10px;
		grid-auto-flow: row;
		grid-template-areas:
		  "co1 co2"
		  "co3 co4"
		  "co5 .";
	  }
	  
	  .co3 { grid-area: co3; }
	  
	  .co4 { grid-area: co4; }
	  
	  .co1 { grid-area: co1; }
	  
	  .co2 { grid-area: co2; }
	  
	  .co5 { grid-area: co5; }
	  
	  
	.service{
		padding-bottom: 100px;
	}
	.service .sub_ttl{
		text-align: center;
		margin-bottom: 60px;
	}
	.service .item .link_item img{
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.service .item:nth-child(n+3) .link_item img{
		height: auto;
	}
}

@media (max-width: 650px){
	.service .container{
		gap: 5px;
	}
	.service .sub_ttl{
		margin-bottom: 30px;
	}
	.service{
		padding-bottom: 50px;
	}
	.service .container{
		display: block;
	}
	.service .container .item+.item{
		margin-top: 10px;
	}
	.service .item .link_item img{
		aspect-ratio: auto;
		height: 260px;
		object-fit: cover;
	}
	.service .item:nth-child(n+3) .link_item img{
		height: 260px;
	}
}


/* works */

.works{
	background-color: #333;
}

.works .txt_box{
	max-width: 520px;
	margin-bottom: 100px;
}


@media (max-width: 960px){
	.works .txt_box{
		margin-bottom: 60px;
	}
	.slick-slide img{
		height: 300px;
	}
	
}

@media (max-width: 650px){
	.slick-slide img{
		height: 260px;
	}
}




/* recruit */

.recruit{
	overflow: hidden;
}


.recruit .f_txt{
	font-size: 2.8rem;
	margin-bottom: 15px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.recruit .left{
	width: 47%;
}

.recruit .right{
	width: 47%;
	position: relative;
}

.recruit .right .img img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
}

.recruit .right .img{
	position: relative;
}

.recruit .right::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	transform: rotate(3deg);
	width: 4px;
	height: 140%;
	left: -7px;
	top: 0;
}
.recruit .right::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	transform: rotate(3deg);
	width: 4px;
	height: 160%;
	right: -9px;
	bottom: 0;
}


@media (max-width: 960px){
	.recruit .flex_bet{
		flex-direction: column;
	}
	.recruit .left{
		width: 100%;
		margin-bottom: 60px;
	}
	.recruit .right{
		width: 80%;
		margin: 0 0 0 auto;
	}
	.recruit .right .img img{
		height: 300px;
	}
}

@media (max-width: 650px){
	.recruit .right{
		width: 100%;
	}
	.recruit .right .img img{
		height: 260px;
	}
	.recruit .f_txt{
		font-size: 2.1rem;
		text-align: center;
	}
}


/* footer */

footer{
	font-size: 1.5rem;
}

footer .sub_ttl{
	text-align: center;
	margin-bottom: 40px;
	color: #202020;
	line-height: 1.6;
}

footer .sub_ttl .en{
	color: #202020;
	font-size: 6.7rem;
	padding-right: 0;
}

.foo_top{
	background: url(../img/denki.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

::-webkit-full-page-media, :future, :root .foo_top{
	background-attachment: scroll;
  }

.foo_top .btn_area{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
.foo_top .btn_area .co_btn{
	width: 360px;
	margin: 0 auto;
}

.foo_top .btn_area .co_btn+.co_btn{
	margin-top: 30px;
}

.foo_top .btn_area a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #202020;
	border: solid 1px #202020;
	padding: 20px 0;
}

footer .sub_ttl .ja::before{
	display: none;
}

footer .sub_ttl .ja{
	padding-left: 0;
}

footer .sub_ttl{
	line-height: 1.4;
	color: #fff;
}

footer .sub_ttl .en{
	color: #fff;
}

.foo_top .btn_area p{
	text-align: center;
	background-color: #202020;
	padding: 20px 0;
	border: solid 1px #202020;
}

.foo_top .btn_area a i{
	padding-right: 0.6em;
}
.foo_top .btn_area p i{
	padding-right: 0.6em;
}

.foo_top .btn_area a:hover{
	background-color: #fff;
	color: #202020;
}

.foo_top .in{
	background-color: rgb(0, 0, 0,0.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	width: fit-content;
	margin: 0 auto;
	padding: 60px 0;
	width: 90%;
	max-width: 960px;
}

.foo_logo img{
	height: 52px;
	object-fit: cover;
}

.foo_logo{
	margin-bottom: 30px;
}

.foo_btm{
	text-align: center;
	background-color: #333;
	color: #fff;
	padding: 50px 0 30px;
}

.copy{
	font-size: 1.2rem;
	text-align: center;
}

.copy p{
	padding: 3px 0;
}


@media (max-width: 650px){
	.foo_top .in{
		padding: 60px 0;
	}
	footer .sub_ttl{
		margin-bottom: 40px;
	}
	footer .sub_ttl .en{
		font-size: 4rem;
	}
	.foo_top .btn_area .co_btn{
		width: 100%;
	}
	.foo_top .btn_area .co_btn+.co_btn{
		margin-top: 20px;
	}
	.foo_top{
		padding-bottom: 0;
	}
	.copy{
		font-size: 1.2rem;
	}
	footer{
		font-size: 1.4rem;
	}
	.foo_logo img{
		height: 40px;
	}
}


/* page top */

.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}

.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: #fff;
    z-index: 49;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0
}
.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: #202020;
}

.page_top.is_animation:hover {
    transform: translateY(-5px);
}

@media (max-width: 750px) {
    .page_top {
        width: 45px;
        height: 45px;
        right: 10px;
        bottom: 10px;
    }
}





/* kasou_top */


.sub_ttl2 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
}

.sub_ttl2::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-left: solid 4px #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 80%;
}

.kasou .inner{
	width: 94%;
	margin: 0 auto;
	max-width: 1600px;
}

.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 160px 0 130px;
	z-index: 50;
}




.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	pointer-events: none;
	z-index: -1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #fff;
	margin-bottom: 8px;
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
	font-weight: bold;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}

@media (max-width: 1200px){
	.kasou_top{
		padding: 130px 0 90px;
	}
	.kasou .inner{
		width: 96%;
		margin: 0 auto;
	}
}


@media (max-width: 650px){
	.kasou_top h2{
		font-size: 2.8rem;
	}
	.kasou section{
		padding: 50px 0;
	}
	.kasou_top{
		padding: 100px 0 60px;
	}
}


/* パンくず */

.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 500;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}
.k_ttl{
	font-size: 5.1rem;
	letter-spacing: 0.04em;
	font-family: "halogen", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
}
.k_ttl span{
	display: inline-block;
	position: relative;
	font-size: 2.1rem;
	padding-left: 20px;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-weight: 600;
}
.k_ttl span::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid 1px #fff;
	height: 2px;
	width: 10px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}



/* 下層service */



.kasou section .left{
	width: 370px;
}

.kasou section .right{
	width: calc(100% - 370px);
}

.p_service .item .img{
	width: 35%;
}

.p_service .item .img img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
}

.p_service .item .txt_box{
	width: 60%;
}

.p_service .item{
	padding: 30px 0;
}


.p_service h4{
	font-size: 2.2rem;
	margin-bottom: 20px;
	letter-spacing: 0.04em;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-weight: 600;
	border-bottom: solid 1px #fff;
	padding-bottom: 15px;
}

.p_service h4 span{
	font-size: 1.6rem;
}

.area{
	position: relative;
	background: url(../img/back.jpg);
	background-size: cover;
	background-position: center;
}

.area::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.85;
	top: 0;
	left: 0;
	z-index: 0;
}

.area .inner{
	position: relative;
	z-index: 1;
}

.area .k_ttl{
	margin-bottom: 60px;
}

.kasou .area .left{
	width: 40%;
}

.kasou .area .right{
	width: 45%;
}

.kasou .area .right .img img{
	width: 400px;
}

.area .inner{
	max-width: 960px;
}

.area .txt_box p:first-child{
	font-size: 3.2rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: 25px;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}

.service_imgarea .img{
	position: relative;
	width: 80%;
}

.service_imgarea{
	position: relative;
	background-color: #333333;
	padding-bottom: 100px;
}

.service_imgarea .img img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: bottom;
	filter: grayscale(0.9);
}

.service_imgarea::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 20%;
	height: 40%;
	right: 0;
	top: 0;
	background-color: #000;
}

.flow table{
	border-collapse: collapse;
}

.flow table th,.flow table td{
	display: block;	
}

.flow table tr{
	border-top: solid 1px #dbdbdb;
}

.flow table tr:last-child{
	border-bottom: solid 1px #dbdbdb;
}

.flow table th{
	font-size: 2.1rem;
	letter-spacing: 0.03em;
	padding-top: 30px;
	margin-bottom: 15px;
	font-weight: 600;
	padding-left: 10px;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}

.flow table td{
	padding-bottom: 30px;
	line-height: 1.7;
	padding-left: 10px;
	padding-right: 10px;
}

.flow .btn{
	margin-top: 20px;
}

.flow .btn a{
	background-color: #fff;
	color: #202020;
	display: block;
	padding: 7px 20px;
	font-weight: 600;
}
.flow .btn a:hover{
	opacity: 0.7;
}
.flow .btn p{
	background-color: #fff;
	color: #202020;
	display: block;
	padding: 7px 20px;
	font-weight: 600;
}

.flow .btn a i{
	padding-right: 0.5em;
}
.flow .btn p i{
	padding-right: 0.5em;
}

.flow .btn+.btn{
	margin-left: 20px;
}


@media (max-width: 1200px){
	.kasou section .flex_bet.ch{
		flex-direction: column;
	}
	.kasou section .right{
		width: 100%;
	}
	.k_ttl{
		margin-bottom: 40px;
	}
	.p_service .item:first-child{
		padding-top: 0;
	}
	.area .flex_bet{
		justify-content: center;
	}
}

@media (max-width: 650px){
	.k_ttl{
		font-size: 3.8rem;
		text-align: center;
		margin-bottom: 30px;
	}
	.k_ttl span{
		font-size: 1.6rem;
	}
	.k_ttl span{
		padding-left: 0;
	}
	.k_ttl span::before{
		display: none;
	}
	.p_service .flex_bet{
		flex-direction: column;
	}
	.p_service .item .img{
		width: 100%;
	}
	.p_service .item .img img{
		height: 300px;
	}
	.p_service .item .txt_box{
		width: 100%;
		margin-top: 15px;
	}
	.p_service h4{
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.p_service .item{
		padding: 30px 0;
	}
	.flow .flex{
		flex-direction: column;
	}
	.flow .btn+.btn{
		margin-left: 0;
		margin-top: 15px;
	}
	.flow .btn a{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.flow .btn p{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sub_ttl2{
		font-size: 2rem;
		margin-bottom: 25px;
	}
	.area .flex_bet{
		flex-direction: column;
	}
	.kasou .area .left{
		width: 100%;
	}
	.area .txt_box{
		width: fit-content;
		margin: 0 auto 20px;
	}
	.area .txt_box p:first-child{
		font-size: 2.1rem;
		margin-bottom: 15px;
	}
	.area .k_ttl{
		margin-bottom: 30px;
	}
	.kasou .area .right{
		width: 100%;
	}
	.service_imgarea .img img{
		height: 220px;
	}
	.kasou .area .right .img img{
		width: 240px;
	}
	.kasou .area .right .img{
		text-align: center;
	}
	
}



/* 下層aboutページ */

.kasou .movie{
	overflow: hidden;
}

.kasou .movie .left{
	width: 45%;
}

.kasou .movie .flex_bet{
	justify-content: center;
}

.top_mv{
	max-width: 700px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kasou .movie .right{
	width: 48%;
}

.policy{
	background-color: #333;
}

.policy li{
	font-size: 2.1rem;
	background-color: #202020;
	clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);
	align-items: center;
}

.policy li+li{
	margin-top: 4px;
}

.policy li .num{
	display: inline-block;
	font-weight: bold;
	background-color: #fff;
	color: #202020;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	margin-right: 30px;
}

.policy li:first-child .num{
	border-top: 0px;
}

.policy li p.txt{
	width: calc(100% - 70px);
}

.daihyou .k_ttl{
	margin-bottom: 60px;
}

.daihyou .btm_txt{
	text-align: right;
	margin-top: 30px;
}

.daihyou .txt_box{
	width: 40%;
	margin: 0 auto;
}

.daihyou .f_txt{
	font-size: min(1.9vw,3rem);
	margin-bottom: 30px;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}

.daihyou .txt{
	line-height: 1.8;
	font-size: 1.5rem;
}

.daihyou .imgarea .img{
	width: 27%;
}

.daihyou .imgarea .img img{
	height: 460px;
	width: 100%;
	object-fit: cover;
	clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
}

.daihyou .imgarea .img.fir img{
	clip-path: polygon(0% 0, 100% 0%, 97% 100%, 0% 100%);
}

.daihyou .imgarea{
	margin-top: -480px;
}

.overview{
	background-color: #333;
}

/*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: 20px 0;
	letter-spacing: 0.08em;
	display: table-cell;
	vertical-align: middle;
}
.info_table th{
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
	padding-left: 17px;	
}
.info_table td{
	padding-left: 10px;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


.p_access .right iframe{
	height: 400px;
	width: 100%;
}


@media (max-width: 1200px){
	.daihyou .txt_box{
		width: 80%;
		margin-bottom: 60px;
	}
	.daihyou .imgarea{
		margin-top: 0;
	}
	.daihyou .f_txt{
		font-size: 2.6rem;
	}
	.daihyou .imgarea .img img{
		height: 260px;
	}
	.daihyou .imgarea .img{
		width: 48.5%;
	}
	.movie .flex_bet{
		flex-direction: column;
		align-items: center;
	}
	.kasou .movie .left{
		width: 100%;
	}
	.kasou .movie .right{
		width: 100%;
		max-width: 700px;
	}
	.movie .k_ttl{
		max-width: 700px;
		margin: 0 auto 40px;
	}
	.kasou section .left{
		width: 100%;
	}
	.daihyou .k_ttl{
		margin-bottom: 40px;
	}
}

@media (max-width: 650px){
	.movie .k_ttl{
		margin-bottom: 30px;
	}
	.policy li p{
		font-size: 1.5rem;
	}
	.policy li .num{
		margin-right: 15px;
	}
	.daihyou .k_ttl{
		margin-bottom: 30px;
	}
	.daihyou .txt_box{
		width: 94%;
	}
	.daihyou .f_txt{
		font-size: 2.1rem;
	}
	.p_access .right iframe{
		height: 300px;
	}
}




/* 下層worksページ */



/*===galleryページ==============================*/
.gallery{
	background-color: #141418;
}
.gallery_container{
	width: 85%;
	margin: 0 auto;
	padding: 60px 0;
}

.gallery .inner.wide{
	background-color: #f5f5f5;
}
.gallery_container .wrapper{
	margin-bottom: 100px;
}
.gallery_container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.gallery_container .wrapper .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.gallery_container .wrapper .flex .item{
	width: calc(100% / 3 - 8px);
	margin: 4px;
	margin-bottom: 20px;
}
.gallery_container .wrapper .flex .item a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	margin-bottom: 3px;
}
.gallery_container .wrapper .flex .item a::before{
	content: '';
    display: block;
    padding-top: 70%;
}
.gallery_container .wrapper .flex .item a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.gallery_container .wrapper .flex .item a:hover img{
	transform: scale(1.1);
}
.gallery_container .wrapper .flex .item p{
	text-align: center;
}

.gallery_container h3{
	position: relative;
	font-size: 2.6rem;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	border-bottom: solid 2px #dbdbdb;
	margin-bottom: 30px;
	padding-bottom: 7px;
}


@media (max-width: 960px){
	.gallery_container .wrapper{
		margin-bottom: 60px;
	}
	.gallery_container .wrapper .flex .item{
		width: calc(100% / 2 - 8px);
	}
}
@media (max-width: 450px){
	.gallery_container .wrapper .flex .item p{
		font-size: 1.4rem;
	}
	.gallery_container{
		width: 96%;
	}
	.gallery_container .wrapper{
		margin-bottom: 40px;
	}
}


/* 下層recruit */



.f_sec h3{
	font-size: 3.6rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-bottom: 40px;
	background-color: #fff;
	color: #202020;
	padding: 10px 30px;
	width: fit-content;
	font-style: italic;
	font-weight: 600;
}

.schedule{
	padding-top: 0;
}


.schedule .k_ttl{
	margin-bottom: 80px;
}


.schedule .line{
	position: relative;
	width: 400px;
}

.schedule .line span{
	position: absolute;
	display: inline-block;
	border-left: solid 1px #fff;
	height: 100%;
	width: 1px;
	left: 50%;
	top: 0;
}

.schedule .box{
	width: calc(100% - 400px);
}

.schedule .box .item{
	position: relative;
	font-size: 2.1rem;
}

.schedule .box .item p.txt::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 30px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #dbdbdb;
	top: 50%;
	left: -200px;
	transform: translate(-50%,-50%);
}

.schedule .box .item+.item{
	margin-top: 40px;
}

.schedule .box .item p.time{
	position: absolute;
	font-family: "halogen", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.1rem;
	left: -300px;
	top: 50%;
	transform: translate(-100%,-50%);
}

.schedule .img{
	position: relative;
	width: 44%;
	margin: -450px 0 0 auto;
}

.schedule .img img{
	height: 470px;
	width: 100%;
	object-fit: cover;
	clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
	filter: grayscale(1);
}

.schedule .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% + 13px);
	right: 13px;
	background-color: #dbdbdb;
	width: 100%;
	height: 100%;
	clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
	transform: translateY(-50%);
}

.bosyu{
	background-color: #333;
}

.bosyu .btm{
	margin-top: 60px;	
}

.bosyu .right{
	margin-top: 20px;
}

.bosyu .right .top img{
	aspect-ratio: 1 / 1;
	width: 120px;
}
.bosyu .top{
	margin-bottom: 60px;
}


.bosyu .item{
	width: calc(100% / 3);
	text-align: center;
	background-color: #202020;
	border-right: solid 1px #fdfdfd;
	border-top: solid 1px #fdfdfd;
	border-bottom: solid 1px #fdfdfd;
	padding: 20px 0;
}

.bosyu .item:first-child{
	border-left: solid 1px #fdfdfd;
}

.bosyu .item p:first-child{
	font-size: 2.1rem;
	margin-bottom: 15px;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-weight: bold;
}

.f_sec .imgarea{
	width: 38%;
}

.f_sec .imgarea .img{
	height: 100%;
}

.f_sec .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.f_sec .txtarea{
	width: 57%;
}
.f_sec .btm h3{
	position: relative;
	text-align: center;
	z-index: 2;
	font-weight: bold;
	background-color: rgb(255, 255, 255,0.9);
	color: #202020;
	padding: 10px 20px;
	width: fit-content;
	margin: 0 auto 40px;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-weight: bold;
}
.f_sec .btm{
	position: relative;
	background: url(../img/top02.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 100px;
	padding: 80px 0;
	filter: grayscale(1);
}

.f_sec .btm::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
}

.f_sec .btm .item{
	width: 48%;
	background-color: rgb(255, 255, 255,0.8);
	backdrop-filter: blur(2px);
	padding: 20px 30px;
	color: #202020;
	font-weight: 600;
}

.f_sec .btm .flex_bet{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

.f_sec .btm h4{
	position: relative;
	font-size: 2.2rem;
	border-bottom: solid 1px #202020;
	padding-left: 30px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-weight: bold;
}

.f_sec .btm h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid 1px #202020;
	width: 20px;
	height: 1px;
	top: 39%;
	left: 0;
	transform: translateY(-50%) rotate(30deg);
}
.f_sec .btm h4::after{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid 1px #202020;
	width: 20px;
	height: 1px;
	top: 60%;
	left: 0;
	transform: translateY(-50%) rotate(-30deg);
}

.bosyu .btn_main{
	width: 500px;
}
section.schedule{
	overflow: hidden;
}

@media (max-width: 1200px){
	.schedule .img{
		margin-top: 60px;
		width: 90%;
	}
	.schedule .img img{
		height: 320px;
	}
	.schedule .k_ttl{
		margin-bottom: 40px;
	}
	.schedule .line{
		width: 200px;
	}
	.schedule .box .item p.txt::before{
		left: -100px;
	}
	.schedule .box{
		width: fit-content;
	}
	.schedule .wrapper{
		justify-content: center;
	}
	.schedule .box .item p.time{
		left: -200px;
	}
	.f_sec .btm .flex_bet{
		flex-direction: column;
	}
	.f_sec .btm .item{
		width: 100%;
	}
	.f_sec .btm .item+.item{
		margin-top: 40px;
	}
	.f_sec .txtarea{
		width: 100%;
		margin-top: 40px;
	}
	.f_sec .imgarea{
		width: 100%;
	}
	.f_sec .imgarea .img img{
		height: 340px;
	}
	.bosyu .item p:first-child{
		font-size: 1.6rem;
	}
	.bosyu .right .top img{
		width: 90px;
	}
}

@media (max-width: 650px){
	.bosyu .flex_bet{
		flex-direction: column;
	}
	.bosyu .btn_main{
		width: 300px;
	}
	.bosyu .item{
		width: 100%;
	}
	.bosyu .right .top img{
		width: 70px;
	}
	.bosyu .item+.item{
		border-top: none;
		border-left: solid 1px #fdfdfd;
	}
	table{
		font-size: 1.46rem;
	}
	.kasou section .right{
		margin-top: 0;
	}
	.f_sec .imgarea .img img{
		height: 220px;
	}
	.f_sec h3{
		font-size: 3.1rem;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 25px;
	}
	.f_sec .btm h3{
		font-size: 2.6rem;
		width: 94%;
	}
	.f_sec .btm{
		padding: 40px 0;
		margin-top: 40px;
	}
	.schedule .line{
		width: 70px;
	}
	.schedule .box .item p.txt::before{
		left: -35px;
		width: 20px;
	}
	.schedule .box .item{
		font-size: 1.6rem;
	}
	.schedule .box .item p.time{
		left: -70px;
		font-size: 2.1rem;
	}
	.schedule .wrapper{
		margin-left: 9%;
	}
	section.schedule{
		padding-top: 0;
	}
	.schedule .img img{
		height: 240px;
	}
	.f_sec h3{
		font-size: 2.4rem;
	}
}


/* 下層contact */

.top_contact{
	margin-top: 0;
	background: url(../img/slider02.jpg);
	background-size: cover;
	background-position: center;
	filter: grayscale(0.9);
}

.top_contact .flex_bet{
	max-width: 1100px;
	margin: 0 auto;
}

.top_contact .item:last-child{
	background-color: #202020;
	color: #fff;
	padding: 30px;
}

.top_contact .item a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: #202020;
}

.top_contact .item a i{
	color: #202020;
}
.top_contact .item p i{
	color: #202020;
}

.top_contact .item a:hover{
	background-color: #333;
}

.top_contact .item{
	position: relative;
	width: 47%;
}

.top_contact .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 10px;
	background-color: #fff;
	left: 50%;
	top: 0;
	transform: translate(-50% , -50%);
	z-index: 1;
}

.top_contact h3{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 15px;
}

.top_contact span.ac{
	display: inline-block;
	background-color: #fff;
	color: #fff;
	width: 60px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 2rem;
	margin-right: 10px;
}

.top_contact .num{
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}


.top_contact .item a p span.kk{
	border: solid 1px #fff;
	color: #fff;
	font-size: 1.5rem;
	padding: 6px 8px;
	letter-spacing: 0.05em;
	font-weight: 600;
	margin-right: 15px;
}

.top_contact .item a .num{
	text-decoration: underline;
}

.top_contact .item ul{
	margin-top: 15px;
	flex-wrap: wrap;
}

.top_contact .item ul li{
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
}


.top_contact .item ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	aspect-ratio: 1 / 1;
	width: 18px;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.mail_area .inner{
	max-width: 1200px;
	margin: 0 auto;
}


input[type="checkbox"]{
	font-size: 1.8rem;
	width: 20px;
	height: 40px;
	border: solid 1px #bababa;
	background-color: #f5f5f5;
	border: solid 1px #aaa;
	display: table-cell;
	margin-bottom: 5px;
	color: #0a0a0a;
}

input[type="text"]{
	height: 60px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
	color: #0a0a0a;
}


input[type="email"]{
	height: 60px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	color: #0a0a0a;
}

.postal_btn{
	background-color: #fff;
	color: #fff;
	font-weight: 600;
	height: 40px;
	margin-left: 10px;
	padding: 0 30px;
	transition: all .3s;
	text-align: center;
}

.postal_btn:hover{
	opacity: 0.7;
}

td .box.mini{
	width: 300px !important;
	height: 40px;
}

.contact_table td p{
	height: 40px;
	line-height: 40px;
	padding: 0 11px 0 8px;
}

.contact_table td .flex{
	margin-bottom: 10px;
}


textarea{
	padding: 10px;
	font-size: 1.8rem;
	background: #fff;
	border: solid 1px #aaa;
	color: #202020;
	width: 100% !important;
	height: 120px !important;
}

.contact_table th{
	width: 20%;
}
.contact_table td{
	width: 70%;
}

.contact_table th span,.form_attention span{
	color: #000;
	padding: 2px 0;
	margin-right: 10px;
	font-size: 1.4rem;
}

.contact_table th span.ac,.form_attention span.ac{
	background-color: #fff;
	padding: 4px 8px 3px;
}

.contact_table th span.ac.nini{
	color: #fff;
	border: solid 1px #fff;
	background-color: rgb(255, 255, 255,0);
}

input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: inline-block;
	margin-right: 20px;
}

.form_box{
	margin-top: 80px;
	padding-bottom: 0;
}

.form_attention{
	font-size: 1.6rem;
	margin-top: 40px;
	width: fit-content;
	margin: 40px auto 0;
	text-align: left;
}

.form_accordion{
	text-align: left;
	margin-top: 40px;
}

.form_attention p+p{
	margin-top: 10px;
}

input[type="checkbox"] + label{
	cursor: pointer;
}

.Label{
	font-size: 2rem;
	letter-spacing: 2px;
	padding: 1% 1%;
	display: block;
	border-bottom: solid 3px #333;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #000;
	border-right: 2.5px solid #000;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	text-decoration: transparent;
	top: calc(50% - 6px);
	right: 20px;
	margin-bottom: 1em;
}

.Label, .co_open{
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

input[type="checkbox"].toggle{
	display: none;
}

.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

.form_accordion p{
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h4{
	margin-top: 30px;
	font-size: 1.8rem;
	position: relative;
	padding-left: 26px;
	padding-bottom: 5px;
	border-bottom: solid 1px #dbdbdb;
}

.form_accordion h4::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	top:9px;
	left: 0;
}

.co_open{
	height: 0;
	padding-bottom: 10px;
	overflow: hidden;
}

button[type="submit"]{
	font-size: 1.8rem;
	padding: 6px 0;
}

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	padding: 8px 0;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #fff;
	color: #000;
	border: solid 2px #fff;
	font-size: 1.5rem;
	margin-top: 40px;
	font-weight: bold;
}

.form_btn button:hover{
	background-color: rgb(255, 255, 255,0);
	color: #fff;
}

.contact_table th span.ac.nini{
	color: #fff;
	border: solid 1px #fff;
}

.contact_table th,.contact_table td{
	padding: 20px 0;
}

.contact_table{
	width: 100%;
}

.mail_area{
	padding: 100px 0;
}

.contact{
	padding-bottom: 0;
}

.contact_table th{
	display: table-cell;
	vertical-align: middle;
}

.co_fir{
	padding: 150px 0;
	font-size: 2rem;
	overflow: hidden;
}

.co_fir p{
	position: relative;
	line-height: 2.4;
	letter-spacing: 0.05em;
	padding-left: 140px;
}

.co_fir p::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	width: 170px;
	aspect-ratio: 1 / 1;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}


.top_contact .item:first-child .num{
	margin-top: 40px;
	margin-bottom: 40px;
}


@media (max-width: 1200px){

	.mailform{
		margin: 0 auto;
	}

	.form_ttl span{
		display: block;
	}
	.mailform table th{
		width: 100%;
		display: block;
		padding-top: 5px;
	}
	.mailform table td{
		width: 100%;
		display: block;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.mailform th{
		border-bottom: none;
	}
	.contact .form_box{
		padding: 40px;
	}
	input[type="text"]{
		height: 48px;
	}
	input[type="email"]{
		height: 48px;
	}
	.mail_area h3{
		margin-bottom: 0;
	}
	.form_box{
		margin-top: 60px;
	}
	.top_contact .flex_bet{
		flex-direction: column;
		align-items: center;
	}
	.top_contact .item:last-child{
		margin-top: 60px;
	}
	.top_contact .item{
		max-width: 500px;
		width: 92%;
	}
	.co_fir{
		font-size: 1.6rem;
		padding: 100px 0 80px;
	}
	.co_fir p::before{
		width: 90px;
	}
	.co_fir p{
		padding-left: 60px;
	}
}



@media (max-width: 650px){
	.form_attention{
		font-size: 1.5rem;
	}
	.contact .mail_area h3{
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	.Label{
		font-size: 1.8rem;
		padding: 3% 1%;
	}
	.form_accordion p{
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.form_box .container{
		width: 94%;
	}
	.contact .form_box{
		padding: 30px 10px;
	}
	.mailform table td{
		padding-bottom: 20px;
	}
	.mailform table th{
		padding-bottom: 10px;
	}
	.form_btn button{
		margin-top: 20px;
	}
	.form_accordion{
		margin-top: 20px;
	}
	.mail_area{
		padding: 50px 0;
	}
	.kasou section .inner.wide{
		width: 94%;
	}
	.contact_table td .flex{
		flex-direction: column;
	}
	.postal_btn{
		margin-left: 0;
		width: 180px;
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.p_contact .top_area h3{
		font-size: 2.6rem;
	}
	.p_contact .top_area .tel_btn{
		width: 300px;
	}
	.p_contact .top_area .tel_btn a{
		font-size: 2.8rem;
	}
	.p_contact .top_area{
		padding: 60px 0;
	}

	.form_box{
		margin-top: 30px;
	}
	.p_contact .top_txt{
		padding: 40px 0;
		font-size: 1.8rem;
	}
	.mail_area h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
	.top_contact .num{
		font-size: 2.4rem;
	}
	.top_contact span.ac{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.top_contact span.ac i{
		line-height: 45px;
	}
	.top_contact .item:last-child{
		margin-top: 30px;
	}
	.co_fir{
		padding: 70px 0 50px;
	}
	.co_fir p{
		padding-left: 0;
		width: 96%;
		margin: 0 auto;
	}
	.co_fir p::before{
		top: -50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top_contact .item:last-child{
		padding: 15px;
	}
	.top_contact .item ul li{
		margin-right: 10px;
	}
}






/*thanksページ*/

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	margin-top: 17px;
}

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #fff;
    color: #fff;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    background-color: #fff;
	color: #202020;
}

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
}
