html{
    font-size: 62.5%;
}

body{
	color: #fff;
	background-color: #080D1B;
	background-repeat: repeat;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.55rem;
	line-height: 1.9;
}

body.open{
	overflow: hidden;
}

body.open h1{
	opacity: 0;
	pointer-events: none;
}

body.open .fv .ac_img{
	opacity: 0;
}

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

a{
	text-decoration: none;
	color: #fff;
	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(20px);
	transition: opacity 1200ms, transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-delay: 350ms;
}

.flowup.de02{
	transition-delay: 400ms;
}
.flowup.de03{
	transition-delay: 450ms;
}
.flowup.de04{
	transition-delay: 500ms;
}

.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flow_left{
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity .6s, transform .5s;
	transition-delay: 0.3s;
}
.flow_left.inview{
	opacity: 1;
	transform: translateX(0);
}

.flow_right .wrap{
	opacity: 0;
	transform: translateX(100px);
	transition: opacity .6s, transform .5s;
	transition-delay: 0.3s;
}
.flow_right.inview .wrap{
	opacity: 1;
	transform: translateX(0);
}

.blurup{
	filter: blur(20px);
	opacity: 0;
	transform: translateY(10%);
	transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blurup.inview{
	filter: blur(0);
	transform: translateY(0%);
	opacity: 1;
}

.ch_blur{
	filter: blur(20px);
	opacity: 0;
	transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ch_blur.inview{
	opacity: 1;
	filter: blur(0px);
}

.flowup2{
	transform: translateY(-99%);
	opacity: 0;
	filter: blur(10px);
}
.flowup2.inview{
	transform: translateY(0);
	opacity: 1;
	filter: blur(0);
}


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



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

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

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

.rotation {
    animation: rotateanim 10s linear infinite normal;
}
@keyframes rotateanim{
  0% {
	transform: translate(-50%,-50%) rotate(0);
  }
  100% {
	transform: translate(-50%,-50%) rotate(360deg);
  }
}



.op{
	position: relative;
	z-index: 5;
	opacity: 0;
	transition: all .2s;
	transition-delay: 200ms;
}

.op.inview{
	opacity: 1;
}

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


.br_650.marker{
	background: none;
}


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

.inner.min{
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}

.inner.min{
	max-width: 1080px;
}

.container{
	padding-left: 5%;
	padding-right: 5%;
	margin: 0 auto;
}


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



.tate{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}



.w100{
	width: 100%;
}

.kizi{
	line-height: 2.4;
	color: #eee;
}

.kizi p{
	letter-spacing: 0.15em;
}

@media (max-width: 1200px){
	.kizi{
		font-size: 1.5rem;
	}
}

@media (max-width: 740px){
	.kizi{
		line-height: 2.2;
		font-size: 1.4rem;
	}
}




/*フィルター*/

.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_none740{
	display: block;
}

.br_none1200{
	display: block;
}

section{
	position: relative;
	padding: 130px 0;
	z-index: 1;
}

@media (max-width: 1400px){
	section{
		padding: 100px 0;
	}
}

@media (max-width: 1200px){
	.br_1200{
		display: block;
	}
	.br_none1200{
		display: inline;
	}
	section{
		padding: 80px 0;
	}
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}	
}
@media (max-width: 740px){
	.br_740{
		display: block;
	}
	.br_740.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 60px 0;
    }
	.container{
		padding: 0;
	}
	.br_none740{
		display: inline;
	}
	body{
		font-size: 1.4rem;
	}
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

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

/* 
.txt{
	font-size: 1.45rem;
	font-weight: 500;
	color: #333;
	line-height: 2.5;
} */


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

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


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


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

.center_b{
	display: flex;
	align-items: flex-end;
}

body p{
	letter-spacing: 0.05em;
}

i{
	padding-right: 0.4em;
}


.scale-big{
	transform: scale(0);
}

.scale-big.inview{
	animation: scalebig 700ms ease 300ms 1 forwards;
}


@keyframes scalebig{
	0%{
		transform: scale(0);
	}
	60%{
		transform: scale(103%);
	}
	100%{
		transform: scale(100%);
	}
}


.num{
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.en{
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.flow_right{
	opacity: 0;
	transform: translateX(100px);
	transition: opacity .6s, transform .5s;
	transition-delay: 0.4s;
}
.flow_right.inview{
	opacity: 1;
	transform: translateX(0);
}



/* sub_ttl */


.sub_ttl{
	margin-bottom: 40px;
}

.sub_ttl .en{
	position: relative;
	color: #fff;
	font-size: min(6vw,9rem);
	line-height: 1.6;
}

.sub_ttl .ja::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -16px;
	width: 20px;
	aspect-ratio: 1 / 1.2;
	z-index: -1;
	background: url(../img/sub_mark.png);
	background-size: cover;
	background-position: center;
}


.sub_ttl .en.mini{
	font-size: 7.4rem;
}

.sub_ttl .ja{
	position: relative;
	font-weight: 500;
	display: block;
	margin-left: 50px;
	letter-spacing: 0.04em;
	font-size: 1.8rem;
}

.sub_ttl.center{
	flex-direction: column;
}

.sub_ttl.center .ja{
	margin: 0;
}

.sub_ttl.center .en{
	line-height: 1.2;
}



/* btn */


.m_btn {
	margin-top: 50px;
}

.m_btn a{
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.05em;
	color: #fff;
	padding-right: 70px;
	font-weight: 700;
}

.m_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #eee;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 54px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 0;
}

.m_btn .arrow{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
}

.m_btn.center{
	width: fit-content;
	margin: 50px auto 0;
}

.m_btn a:hover{
	opacity: 0.75;
}


/* header */



header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	border-bottom: solid 1px #ccc;
	/* background-color: #080D1B; */
	transition: all 1s;
}

header.change_color{
	background-color: #080D1B;
}

.hd_inner{
	padding-left: 30px;
}

.main_nav .en{
	display: block;
	font-size: 1.4rem;
	color: #e0a208;
}

.main_nav .ja{
	display: block;
}

.main_nav a{
	display: block;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.04em;
	padding: 26px 20px;
	font-weight: 500;
}

.main_nav a:hover{
	opacity: 0.8;
}

.t_btn{
	text-align: center;
	border-left: solid 1px #ccc;
	margin-left: 20px;
	font-size: 1.8rem;
}

.t_btn .ch{
	display: block;
	font-size: 1.8rem;
	padding-right: 4px;
	margin-bottom: 3px;
}
.t_btn .ch i{
	font-size: 0.85em;
}

.t_btn a{
	display: block;
	line-height: 1.4;
	background-image: linear-gradient(220deg, rgb(195, 186, 66), rgb(100, 74, 10) 80%);
	height: 100%;
	font-weight: 600;
	padding: 0 20px;
	padding-top: 20px;
}

h1{
	position: fixed;
	z-index: 100;
	top: 17px;
	left: 30px;
}

h1 img{
	height: 65px;
}

h1 a{
	display: block;
}


h1 a:hover{
	opacity: 0.8;
}

.re_box .btn{
	width: 300px;
	margin: 0 auto;
}

.re_box .btn a{
	display: block;
	text-align: center;
	background-image: linear-gradient(220deg, rgb(195, 186, 66), rgb(100, 74, 10) 80%);
	padding: 15px 0;
	font-size: 1.7rem;
}




/* fv */



.fv{
	position: relative;
	width: 100%;
}

.fv .ac_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	z-index: 99;
}

.top_slider{
	position: relative;
	height: 100vh;
	min-height: 400px;
	width: 100%;
}

.top_slider .slider{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	margin: 0 0 0 auto;
}



.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	margin: 0;
}

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


.catch h2{
	font-size: min(9vw,13rem);
	line-height: 1;
	padding-left: 40px;
	white-space: nowrap;
}

.catch h2 span{
	position: relative;
	display: block;
	background: linear-gradient(90deg, #fff23a 0%, #e0a208 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}

.catch h2 span:nth-child(1)::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #e0a208;
	height: 1px;
	top: 50%;
	left: -40px;
	width: 280px;
	transform: translateX(-100%);
}
.catch h2 span:nth-child(2)::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #e0a208;
	height: 1px;
	top: 50%;
	right: 0px;
	width: 280px;
	transform: translateX(100%);
}

.catch{
	position: absolute;
	z-index: 3;
	top: 52%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.scroll_down a{
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  background-size: 14px auto;
  z-index: 2;
  text-decoration: none; 
  transform: translate(-50%, -50%);
}

.scroll_down a:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border: 2px solid #fff;
  border-width: 0px 0 2px 2px;
}

.scroll_down a:after {
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: linear-gradient(220deg, rgb(195, 186, 66), rgb(100, 74, 10) 80%);
  content: "";
  border-radius: 100%;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.scroll_down a span::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 0 0 #ccc;
  opacity: 0;
  animation: circle 3s infinite;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes circle {
  0% { opacity: 0; }
  30% { opacity: 1; }
  60% { box-shadow: 0 0 0 40px rgba(255,255,255,.1);
        opacity: 0; }
  100% { opacity: 0; }
}



.fv .down{
	position: absolute;
	left: 50%;
	bottom: -90px;
	width: 200px;
	transform: translateX(-50%);
	z-index: 10;
}


.rotation {
    animation: rotateanim 75s linear infinite normal;
}

@keyframes rotateanim{
	0%{
		transform: translateX(-50%) rotate(0deg);
	}
	100%{
		transform: translateX(-50%) rotate(360deg);
	}
}




@media (max-width: 1200px){
	.main_nav{
		display: none;
	}
	.t_btn{
		display: none;
	}
	header{
		height: 90px;
	}
	.top_slider{
		height: 80vh;
	}
	.catch h2{
		font-size: 7rem;
	}
	.catch h2 span:nth-child(1)::before{
		width: 100px;
	}
	.catch h2 span:nth-child(2)::before{
		width: 100px;
	}
	.hd_inner{
		padding-right: 30px;
	}
	.fv .ac_img{
		width: 240px;
	}
	h1 img{
		height: 60px;
	}
}

@media (max-width: 740px){
	.catch h2{
		font-size: 4rem;
		padding-left: 15px;
	}

	header{
		height: 70px;
	}
	h1{
		font-size: 2.8rem;
		top: 16px;
		left: 15px;
	}
	h1 img{
		height: 40px;
	}
	.hd_inner{
		padding-left: 15px;
		padding-right: 10px;
	}
	.fv .ac_img{
		width: 120px;
	}
	.catch h2 span:nth-child(1)::before{
		left: -20px;
		width: 40px;
	}
	.catch h2 span:nth-child(2)::before{
		right: 15px;
		width: 40px;
	}
	.catch h2 span{
		line-height: 1.2;
	}
	.catch{
		top: 54%;
	}
	.fv .down{
		width: 140px;
		bottom: -70px;
	}
	.scroll_down a:after{
		width: 60px;
		height: 60px;
	}
	.scroll_down a:before{
		width: 12px;
		height: 12px;
		bottom: -12px;
	}
	.scroll_down a span::before{
		width: 60px;
		height: 60px;
	}
}




/* aboutus */



.aboutus{
	overflow: hidden;
	padding-top: 170px;
}

.aboutus .inner{
	position: relative;
	z-index: 1;
	max-width: none;
}

.aboutus .sub_ttl{
	margin-bottom: 20px;
}


.aboutus .txt_box p{
	display: inline;
}




.aboutus .right .img img{
	width: 100%;
}

.aboutus .left{
	width: 50%;
	padding-bottom: 60px;
	max-width: 670px;
}
.aboutus .right{
	width: 48%;
	max-width: 720px;
	margin: 0 0 0 auto;
}



.fv_flowing::before{
	left: 0;
	animation: flowing 30s linear infinite;
}

.fv_flowing::after{
	left: 10300px;
	animation: flowing 30s linear infinite;
}

.fv_flowing::before,.fv_flowing::after{
	content: "Welcome to our website, Welcome to our website, Welcome to our website";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: auto;
	font-size: min(10vw,20rem);
	letter-spacing: -0.03em;
	line-height: 1;
	white-space: nowrap;
	color: #e0a208;
	opacity: 0.7;
	pointer-events: none;
	z-index: 0;
}


@keyframes flowing{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-3000px);
	}
}


.fv_flowing{
	position: relative;
	bottom: -160px;
	z-index: 0;
}

.fv_flowing .gra{
	position: absolute;
	display: block;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 200px;
	background: linear-gradient(90deg,rgba(8, 13, 27, 1) 0%, rgba(8, 13, 27, 0.9) 50%, rgba(8, 13, 27, 0) 100%);
	z-index: 3;
}


.ab_img_area{
	margin-bottom: 40px;
}
.ab_img_area .img{
	position: relative;
	width: calc(100% / 3);
}

.ab_img_area .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 60%;
	background: linear-gradient(180deg,rgba(8, 13, 27, 1) 0%, rgba(8, 13, 27, 0) 100%);
	top: 0;
	left: 0;
}

.ab_img_area .img img{
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
}

.ab_img_area .img.tp02{
	margin-top: 80px;
}

.ab_img_area .img.tp03{
	margin-top: 160px;
}



@media (max-width: 1400px){
	.fv_flowing{
		bottom: -100px;
	}
}

@media (max-width: 1200px){
	.aboutus .inner{
		flex-direction: column-reverse;
	}
	.aboutus .left{
		width: 100%;
	}
	.sub_ttl .en{
		font-size: 6rem;
	}
	.aboutus .right{
		width: 60%;
	}
	.aboutus{
		padding-top: 100px;
	}
	.fv_flowing{
		bottom: -50px;
	}
	.fv_flowing::before, .fv_flowing::after{
		font-size: 10rem;
	}
}

@media (max-width: 740px){
	.sub_ttl.center_l{
		flex-direction: column;
	}
	.sub_ttl .en{
		font-size: 4.6rem;
	}
	.sub_ttl .ja{
		font-size: 1.6rem;
		margin-left: 0;
	}
	.ab_img_area .img.tp02{
		margin-top: 50px;
	}
	.ab_img_area .img.tp03{
		margin-top: 100px;
	}
	.m_btn{
		width: fit-content;
		margin: 50px auto 0;
	}
	.ab_img_area{
		margin-bottom: 0;	
	}
}





/* business */


.business{
	padding: 50px 0;
	position: relative;
}

.business .wrap{
	position: relative;
	max-width: 1680px;
	padding: 60px 0 70px;
	width: 94%;
	margin: 0 auto;
	background-image: linear-gradient(220deg, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
}

.business .wrap::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #080D1B;
	/* height: calc((100% - 2px));
	width: calc((100% - 2px)); */
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	border-radius: 20px;
}
.business .inner{
	position: relative;
	z-index: 1;
}

.business .txt_box{
	position: relative;
	max-width: 800px;
	margin: -30px 0 0 auto;
}

.business .txt_box::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #ccc;
	height: 1px;
	width: 140px;
	top: 17px;
	left: -160px;
}

.business .item_area{
	margin-top: 60px;
}

.business .item h4{
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: #eee;
	z-index: 1;
}

.business .item .num{
	position: relative;
	display: block;
	margin-bottom: 15px;
	font-size: 1.4rem;
	color: #e0a208;
	font-weight: 700;
}

.business .item .num::before{
	content: "";
	display: inline-block;
	position: absolute;
	aspect-ratio: 1 / 1;
	border: solid 1px #e0a208;
	width: 32px;
	left: 50%;
	top: -3px;
	transform: translateX(-50%) rotate(45deg);
}


.business .item:nth-child(1){
	background: url(../img/b01.jpg);
	background-size: cover;
	background-position: center;
}
.business .item:nth-child(2){
	background: url(../img/b02.jpg);
	background-size: cover;
	background-position: center;
}
.business .item:nth-child(3){
	background: url(../img/b03.jpg);
	background-size: cover;
	background-position: center;
}

.business .item{
	position: relative;
	width: 32%;
	padding: 100px 0;
	box-shadow: rgba(255, 255, 255, 0.9) 0px 0px 3px 1px,rgba(255, 255, 255, 0.4) 0px 0px 20px 2px;
}

.business .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(0, 0, 0,0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* .business .item::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-image: linear-gradient(220deg, rgb(195, 186, 66), rgb(100, 74, 10) 80%);
	background-image: linear-gradient(220deg, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
	top: -5px;
	left: -5px;
	aspect-ratio: 1 / 1;
	width: 15px;
	z-index: 1;
} */


@media (max-width: 1200px){
	.business .txt_box{
		margin-top: 0;
	}
	.business .item h4{
		font-size: 1.8rem;
	}
	
	.business .item .num{
		font-size: 1.2rem;
		margin-bottom: 8px;
	}
	.business .item .num::before{
		width: 27px;
	}
	.business .item_area{
		flex-direction: column;
	}
	.business .item{
		width: 86%;
		margin: 0 auto;
		padding: 80px 0;
	}
	.business .item+.item{
		margin-top: 40px;
	}
	.business{
		padding-bottom: 0;
	}
	.business .txt_box::before{
		display: none;
	}
}

@media (max-width: 740px){
	.business .wrap{
		padding: 40px 0 50px;
	}
	.business .item{
		padding: 60px 0;
	}
}



/* works */


.works .left{
	width: 48%;
}
.works .right{
	width: 52%;
}
.works .inner{
	margin: 0 0 0 auto;
	max-width: 1760px;
	width: 95%;
	/* background-color: #2f2f2f; */
	border: solid 1px #e0a208;
	border-right: 0;
	padding: 60px 80px;
}


@media (max-width: 1200px){
	.works .flex_bet{
		flex-direction: column;
	}
	.works .left{
		width: 100%;
	}
	.works .right{
		width: 100%;
	}
	.works .inner{
		padding-right: 0;
		padding-left: 50px;
	}
	.works .top_area{
		margin-bottom: 40px;
	}
}

@media (max-width: 740px){
	.works .inner{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 40px;
		padding-bottom: 40px;
		margin: 0 auto;
		border-right: solid 1px #e0a208;
	}
	.works .txt_box p{
		display: inline;
	}
}




/* recruit */


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

.recruit::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(0, 0, 0,0.3);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	z-index: 0;
}

.recruit .sub_ttl{
	margin-bottom: 10px;
}

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


.recruit a{
	position: relative;
	display: block;
	padding: 80px 70px 90px;
	background: url(../img/rec_bg.jpg);
	background-size: cover;
	background-position: center;
	border: solid 1px #e0a208;
}

.recruit a .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0,0.7);
	top: 0;
	left: 0;
	z-index: 0;
	transition: all .3s;
}

.recruit a::before{
	content: "";
	display: inline-block;
	position: absolute;
	aspect-ratio: 1 / 1;
	border: solid 1px #ddd;
	background-image: linear-gradient(220deg, rgba(195, 186, 66,0), rgba(100, 74, 10,0) 80%);
	width: 80px;
	top: 50%;
	right: 80px;
	transform: translateY(-50%);
	z-index: 2;
	transition: all .3s;
}
.recruit a:hover::before{
	background-image: linear-gradient(220deg, rgba(195, 186, 66,1), rgb(100, 74, 10,1) 80%);
}


.recruit a::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/arrow_w.png);
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
	width: 50px;
	top: 50%;
	right: 92px;
	transform: translateY(-50%);
	z-index: 3;
}

.recruit .box{
	position: relative;
	max-width: 650px;
	z-index: 1;
}
.recruit a:hover .bg{
	background-color: rgb(0, 0, 0,0.55);
}




@media (max-width: 1200px){
	.sub_ttl .en.mini{
		font-size: 6rem;
	}
	.recruit a{
		padding: 50px 40px 60px;
	}
	.recruit .txt_box{
		width: 80%;
	}
	.recruit a::before{
		right: 40px;
	}
	.recruit a::after{
		right: 52px;
	}
}

@media (max-width: 740px){
	.sub_ttl .en.mini{
		font-size: 4.6rem;
	}
	.recruit .sub_ttl{
		margin-bottom: 30px;
	}
	.recruit .txt_box{
		width: 100%;
	}
	.recruit a::before{
		width: 50px;
		right: auto;
		left: 50%;
		top: auto;
		bottom: 40px;
		transform: translateX(-50%);
	}
	.recruit a::after{
		width: 36px;
		right: auto;
		left: 50%;
		top: auto;
		bottom: 46px;
		transform: translateX(-50%);
	}
	.recruit a{
		padding-bottom: 100px;
	}
}



/* img_section */


.img_section{
	position: relative;
	padding: 130px 0;
}

.img_section .flex{
	flex-wrap: wrap;
}

.img_section .item{
	width: 25%;
}

.img_section .item img{
	width: 100%;
	aspect-ratio: 3 / 2.2;
	object-fit: cover;
	min-height: 220px;
}

.img_section .ac_txt{
	position: absolute;
	font-size: min(10.5vw,18rem);
	bottom: 50px;
	left: 0;
	background: linear-gradient(0deg, #080D1B 10%, #e0a208 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	line-height: 1;
}


@media (max-width: 1200px){
	.img_section{
		padding-top: 70px;
		padding-bottom: 0;
	}
	.img_section .ac_txt{
		bottom: -20px;
		font-size: 10rem;
	}
}

@media (max-width: 740px){
	.img_section .ac_txt{
		font-size: 6rem;
		bottom: 0;
	}
	.img_section .item.box{
		display: none;
	}
	.img_section .item{
		width: 50%;
	}
}



/* news */


.news{
	padding-top: 0;
}

.news ul{
	gap: 20px;
	flex-wrap: wrap;
}

.news li{
	width: calc((100% - 40px) / 3);
}

.news .num{
	display: block;
	color: #ccc;
	letter-spacing: 0.1em;
}

.news li a{
	position: relative;
	padding-top: 25px;
	padding-bottom: 20px;
	border-top: solid 1px #777;
	display: block;
	padding-left: 3px;
}

.news li a:hover{
	border-color: #e0a208;
}

.news .ttl{
	display: block;
	margin-top: 10px;
	letter-spacing: 0.05em;
	font-size: 1.8rem;
	color: #ccc;
}

.news .arrow_box{
	position: absolute;
	display: block;
	top: 22px;
	right: 10px;
}

.news .arrow_box .hidden{
	position: relative;
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
}

.news .arrow_box .arrow{
	position: absolute;
	width: 22px;
	display: inline-block;
	top: 0;
	right: 0;
	transition: all .3s;
}

.news .arrow_box .arrow.tp02{
	opacity: 0;
	left: -30px;
}

.news li a:hover .arrow_box .arrow.tp01{
	right: -40px;
	opacity: 0;
}
.news li a:hover .arrow_box .arrow.tp02{
	left: 7px;
	opacity: 1;
}

@media (max-width: 1200px){
	.news li {
		width: 100%;
	}
	.news {
		padding-top: 80px;
	}
}

@media (max-width: 740px){
	.news .ttl{
		font-size: 1.5rem;
	}
}




/* footer */



footer{
	position: relative;
	background: url(../img/foo_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

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

footer::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(0, 0, 0,0.7);
	backdrop-filter: grayscale(1);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

footer .wrap{
	position: relative;
	z-index: 1;
}

.foo_top{
	/* background-color: #2f2f2f; */
	padding: 100px 0;
	border-bottom: solid 1px #aaa;
	border-top: solid 1px #aaa;
}

.foo_top .btn{
	width: 360px;
}

.foo_top .btn a{
	position: relative;
	display: block;
	border: solid 2px #e0a208;
	padding: 24px 0;
	text-align: center;
	font-size: 1.8rem;
	border-radius: 50px;
	letter-spacing: 0.03em;
}


.foo_top .btn a .txt{
	position: relative;
	z-index: 1;
}

.foo_top .btn+.btn{
	margin-left: 40px;
}

.foo_top p.center{
	text-align: center;
	margin-top: 20px;
	font-size: 1.8rem;
}

.foo_btm{
	text-align: center;
	padding: 60px 0 50px;
	background-color: #080D1B;
	font-size: 1.8rem;
}


.foo_logo img{
	height: 100px;
}

.foo_logo a:hover{
	opacity: 0.75;
}

.copy{
	text-align: center;
	font-size: 1.4rem;
	background-image: linear-gradient(220deg, rgb(195, 186, 66), rgb(100, 74, 10) 80%);
}

.copy p{
	padding: 3px 0;
	letter-spacing: 0.2em;
}



footer .sns a{
	display: block;
	    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	aspect-ratio: 1 / 1;
	width: 40px;
	margin: 0 auto;
	border-radius: 50%;
	line-height: 40px;
}

footer .sns a i{
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 2rem;
}
footer .sns{
	margin-bottom: 10px;
}




@media (max-width: 1200px){
	.foo_top .flex_center{
		flex-direction: column;
		align-items: center;
	}
	.foo_top .btn+.btn{
		margin-left: 0;
		margin-top: 30px;
	}
	.foo_logo img{
		height: 80px;
	}
}

@media (max-width: 740px){
	.foo_top .btn a{
		font-size: 1.5rem;
		padding: 18px 0;
	}
	.foo_top .btn{
		width: 300px;
	}
	.foo_top{
		padding: 60px 0;
	}
	.foo_logo a{
		font-size: 3.8rem;
	}
	.foo_logo img{
		height: 60px;
	}
	.foo_top p.center{
		font-size: 1.6rem;
	}
	.foo_btm{
		font-size: 1.5rem;
	}
}



/* page top */

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

.page_top{
	opacity: 0;
    pointer-events: none;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 3%;
    bottom: 5%;
    opacity: 0;
    transition: 1s;
    z-index: 49;
}


.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
	border: solid 2px #fff;
}

.page_top a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: 900;
    font-size: 8px;
    color: #fff;
	padding: 0;
}

.page_top a .txt{
	position: absolute;
	top: -25px;
	left: 50%;
	display: inline-block;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 1.3rem;
}

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

@media (max-width: 740px) {
    .page_top {
        width: 45px;
        height: 45px;
    }
}





/* 下層トップ */


.kasou header{
	background-color: #080D1B;
	transform: translateY(0);
    opacity: 1;
    filter: blur(0);
}

.kasou_top{
	position: relative;
	padding-top: 210px;
}

.kasou_top .inner{
	position: relative;
	z-index: 2;
}

.kasou_top h2{
	margin-bottom: 50px;
}

.kasou_top h2 .en{
	font-size: 9rem;
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}
.kasou_top .k_img{
	margin-top: 10px;
}
.kasou_top .k_img img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 1.2;
}

.kasou_top::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-image: linear-gradient(220deg, rgb(195, 186, 66), rgb(100, 74, 10) 80%);
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	z-index: -1;
}

.kasou_top::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: linear-gradient(0deg,rgba(8, 13, 27, 1) 0%, rgba(8, 13, 27, 0) 100%);
	width: 100%;
	height: 400px;
	top: 400px;
	left: 0;
	z-index: 1;
}

.kasou_top ol{
	font-size: 1.4rem;
}

.kasou_top ol a{
	position: relative;
	color: #ccc;
	padding-right: 16px;
}

.kasou_top ol a::before{
	content: ">";
	display: inline-block;
	position: absolute;
	font-size: 1.6rem;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.kasou_top ol li+li{
	margin-left: 8px;
}


.kasou .sub_ttl .en{
	font-size: 7.4rem;
}

@media (max-width: 1200px){
	.kasou_top h2 .en{
		font-size: 7.2rem;
	}
	.kasou_top{
		padding-top: 180px;
	}
	.kasou_top h2{
		margin-bottom: 40px;
	}
	.kasou .sub_ttl .en{
		font-size: 6rem;
	}
}

@media (max-width: 740px){
	.kasou_top h2 .en{
		font-size: 5rem;
		margin-bottom: 0;
	}
	.kasou_top{
		padding-top: 140px;
	}
	.kasou_top h2{
		margin-bottom: 20px;
	}
	.kasou_top .k_img img{
		aspect-ratio: auto;
		height: 300px;
	}
	.kasou_top ol{
		font-size: 1.2rem;
	}
	.kasou_top ol a::before{
		font-size: 1.4rem;
		top: 60%;
	}
	.kasou .sub_ttl .en{
		font-size: 4.6rem;
	}
	.kasou_top::before{
		height: 500px;
	}
	.kasou_top::after{
		height: 200px;
		top: 300px;
	}
}



/* 下層　会社案内 */


.motto h3{
	position: relative;
	text-align: center;
	font-size: 4.2rem;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

.motto h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #ccc;
	height: 1px;
	width: 200px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(8deg);
}
.motto h3::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #ccc;
	height: 1px;
	width: 200px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(-8deg);
}

.motto .txt_box{
	font-size: 2rem;
	text-align: center;
}

.motto p.ch{
	position: absolute;
	font-style: italic;
	font-size: 2rem;
	color: #e0a208;
	opacity: 0.5;
	top: 195px;
	left: 50%;
	transform: translateX(-50%);
}

.motto{
	position: relative;
}

.message {
	position: relative;
	background: url(../img/top01.jpg);
	background-size: cover;
	background-position: top;
	padding: 100px 0;
}

.message::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(0, 0, 0,0.55);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.message .inner{
	position: relative;
	z-index: 1;
	max-width: 1080px;
	margin: 0 auto;
}

.message .txt_box{
	font-weight: 600;
	font-size: 1.7rem;
}

.message .txt_box p+p{
	margin-top: 15px;
}

.message .txt_box .btm{
	text-align: right;
}
.message .txt_box .btm .bb{
	font-size: 1.6em;
}

.info_table{
	width: 100%;
}

.info_table th,.info_table td{
	padding: 30px 0;
	font-size: 1.8rem;
	border-top: solid 1px #777;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.info_table tr:last-child th,.info_table tr:last-child td{
	border-bottom: solid 1px #777;
}

.info_table th{
	width: 25%;
}
.info_table td{
	width: 75%;
}



.certi .item{
	width: 32%;
}

.certi .item .img{
	text-align: center;
	padding: 20px 0;
	margin-bottom: 12px;
	border: solid 1px #777;
}

.certi .item .img img{
	width: 45%;
}

.certi .item h4{
	letter-spacing: 0.05em;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
}

.certi .item h4 span{
	display: block;
	font-size: 0.8em;
}

.map iframe{
	width: 100%;
	height: 500px;
	filter: grayscale(1);
}

@media (max-width: 1200px){
	.motto h3{
		font-size: 3.4rem;
	}
	.motto .txt_box{
		font-size: 1.8rem;
	}
	.motto p.ch{
		top: 130px;
	}
	.certi .item h4{
		font-size: 1.5rem;
	}
	.message{
		padding: 80px 0;
	}
}

@media (max-width: 740px){
	.motto h3{
		font-size: 2.6rem;
		margin-bottom: 25px;
	}
	.motto h3::before{
		width: 150px;
	}
	.motto h3::after{
		width: 150px;
	}
	.motto p.ch{
		top: 100px;
		font-size: 1.6rem;
	}
	.motto .txt_box{
		font-size: 1.6rem;
	}
	.info_table th, .info_table td{
		font-size: 1.5rem;
		padding: 20px 0;
	}
	.info_table th{
		width: 30%;
	}
	.info_table td{
		width: 70%;
	}
	.certi .item{
		width: 100%;
	}
	.certi .flex_bet{
		flex-direction: column;
	}
	.certi .item+.item{
		margin-top: 30px;
	}
	.map iframe{
		height: 300px;
	}
	.message .txt_box{
		font-size: 1.4rem;
	}
	.message{
		padding: 50px 0;
	}
}

	
/* 下層　事業内容 */



.omakase h3{
	position: relative;
	font-size: 3.4rem;
	margin-bottom: 20px;
	border-bottom: solid 2px #777;
	padding-bottom: 5px;
}

.omakase h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: #e0a208;
	height: 2px;
	width: 100px;
	bottom: -2px;
	left: 0;
	z-index: 1;
}

.omakase .txt_box{
	font-size: 1.8rem;
}

.omakase .inner{
	background-color: #000;
	padding:40px 50px;
}


.p_business{
	position: relative;
	margin-top: -100vh;
}

.p_business::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(0, 0, 0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.p_business .item .in{
	max-width: 1080px;
	background-color: rgb(0, 0, 0,0.5);
	padding: 45px;
	margin: 0 auto;
}

.p_business .item_list{
	position: relative;
	z-index: 1;
}

.p_business .item .img{
	width: 40%;
}

.p_business .item .img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.p_business .item .txt_box{
	width: 55%;
}
.p_business .item h4 .en{
	display: block;
	font-size: 2.6rem;
	color: #e0a208;
}

.p_business .item h4{
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 20px;
	letter-spacing: 0.04em;
}

.p_business .item+.item{
	margin-top: 30px;
}

.busi_wrap{
	flex-wrap: wrap;
}

.busi_wrap .p_business{
	width: 100%;
}

.busi_wrap .bg{
	position: sticky;
	height: 100vh;
	width: 100%;
	top: 100px;
}

.busi_wrap .bg img{
	height: 100vh;
	width: 100%;
	object-fit: cover;
}


.said ul .ttl{
	display: block;
	letter-spacing: 0.03em;
	font-weight: 600;
	font-size: 1.8rem;
	color: #e0a208;
}

.said ul li{
	border-top: solid 1px #777;
	padding: 24px 3px;
}

.said ul li:last-child{
	border-bottom: solid 1px #777;
}

.said ul .txt{
	display: block;
	letter-spacing: 0.07em;
}

.said h3{
	position: relative;
	font-size: 3.4rem;
	text-align: center;
	letter-spacing: 0.03em;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.said h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #e0a208;
	aspect-ratio: 1 / 1;
	width: 10px;
	border-radius: 50%;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.said .txt_box{
	margin-bottom: 80px;
	text-align: center;
}

.said h3::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #e0a208;
	height: 30px;
	width: 1px;
	left: 50%;
	bottom: -30px;
}

.said h4{
	font-size: 2.4rem;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
	border-left: solid 3px #e0a208;
	line-height: 1.5;
	padding-left: 10px;
}

.worry{
	padding-top: 0;
}

.worry h3{
	font-size: 3.4rem;
}

.worry h4{
	position: relative;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	padding-left: 24px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 5px;
}

.worry h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/check.jpg);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 16px;
	top: 46%;
	left: 0;
	transform: translateY(-50%);
}

.worry .item{
	width: 31%;
}

.worry .item .img{
	margin-bottom: 7px;
}

.worry .item .img img{
	width: 100%;
	aspect-ratio: 5 / 3;
	object-fit: cover;
}

.worry p.ch{
	margin-top: 20px;
}


@media (max-width: 1200px){
	.omakase h3{
		font-size: 2.6rem;
	}
	.omakase .txt_box{
		font-size: 1.5rem;
	}
	.omakase .inner{
		padding: 30px;
	}
	.p_business .item .in{
		flex-direction: column;
	}
	.p_business .item .txt_box{
		width: 100%;
	}
	.p_business .item .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.busi_wrap .bg{
		top: 90px;
	}
	.worry .flex_bet{
		flex-direction: column;
	}
	.worry .item{
		width: 80%;
		margin: 0 auto;
	}
}


@media (max-width: 740px){
	.omakase h3{
		font-size: 1.9rem;
	}
	.omakase .inner{
		padding: 20px;
	}
	.p_business .item .in{
		padding: 20px;
	}
	.busi_wrap .bg{
		top: 70px;
	}
	.p_business .item .img img{
		height: 220px;
	}
	.p_business .item h4{
		font-size: 2.2rem;
		margin-bottom: 15px;
	}
	.p_business .item h4 .en{
		font-size: 1.8rem;
	}
	.p_business .item .img{
		margin-bottom: 15px;
	}
	.said h3{
		font-size: 2.6rem;
	}
	.said .txt_box{
		text-align: left;
		margin-bottom: 50px;
	}
	.said h4{
		font-size: 1.8rem;
	}
	.said ul .ttl{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.worry h3{
		font-size: 2.2rem;
		margin-bottom: 40px;
	}
	.worry h4{
		font-size: 1.6rem;
	}
}



/* 下層　施工実績 */


.ba_wrapper li{
	width: calc((100% - 80px) / 3);
}

.ba_wrapper ul{
	gap: 40px;
	flex-wrap: wrap;
}

.ba_wrapper li .thumbnail{
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.ba_wrapper li .thumbnail img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: all .3s;
}
.ba_wrapper li .up_ymd{
	display: block;
	font-size: 1.4rem;
	margin-bottom: 7px;
	color: #e0a208;
}
.ba_wrapper li .ttl{
	display: block;
	font-size: 1.5rem;
}

.ba_wrapper li a{
	display: block;
	overflow: hidden;
}

.ba_wrapper li a:hover .thumbnail img{
	transform: scale(1.08);
}

.gallery .gap_area{
	flex-wrap: wrap;
	gap: 40px;
}

.gallery .item{
	width: calc((100% - 80px) / 3);
}

.gallery .item a{
	display: block;
	width: 100%;
}

.gallery .item a .sub{
	display: none;
}

.gallery .item_title{
	font-size: 1.6rem;
	margin-top: 5px;
}

.gallery .item a img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.gallery .mtitle{
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	font-weight: 500;
	border-left: solid 4px #e0a208;
	padding-left: 8px;
	margin-bottom: 30px;
}

.gallery_wrapper+.gallery_wrapper{
	margin-top: 100px;
}

@media (max-width: 1200px){
	.gallery .item{
		width: calc((100% - 50px) / 3);
	}
	.gallery .gap_area{
		gap: 40px 25px;
	}
	.ba_wrapper li{
		width: calc((100% - 50px) / 3);
	}
	.ba_wrapper ul{
		gap: 25px;
	}
}

@media (max-width: 740px){
	.kasou .blog{
		padding-top: 60px;
	}
	.gallery .item{
		width: calc((100% - 20px) / 2);
	}
	.gallery .gap_area{
		gap: 30px 20px;
	}
	.gallery .mtitle{
		font-size: 2rem;
	}
	.gallery_wrapper+.gallery_wrapper{
		margin-top: 50px;
	}
	.ba_wrapper li{
		width: calc((100% - 20px) / 2);
	}
	.ba_wrapper ul{
		gap: 20px;
	}
}






/* 下層　採用情報 */



.rec_top h3{
	font-size: 3.4rem;
	margin-bottom: 20px;
}


.miryoku h3{
	position: relative;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 600;
}

.miryoku h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #e0a208;
	height: 1px;
	width: 80px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,-50%);
}

.miryoku .item h4{
	font-size: 2.2rem;
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}

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

.miryoku::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(0, 0, 0,0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	backdrop-filter: blur(5px);
}

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

.miryoku .item{
	width: 49%;
	background-color: rgb(100, 74, 10,0.7);
	padding: 25px;
}

.voc{
	padding-top: 0;
}

.voc .inner{
	max-width: 1080px;
	margin: 0 auto;
}

.voc .item{
	position: relative;
	background-image: linear-gradient(220deg, rgb(195, 186, 66), rgb(100, 74, 10) 80%);
	padding: 30px;
}

.voc .item .in{
	position: relative;
	z-index: 1;
}

.voc .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #080D1B;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%,-50%);
	z-index: 0;
}

.voc .item+.item{
	margin-top: 20px;
}

.voc .item h4{
	font-size: 2.6rem;
	padding-left: 3px;
	border-bottom: solid 2px #777;
	margin-bottom: 10px;
	padding-bottom: 3px;
	letter-spacing: 0.03em;
}

.voc .item p{
	font-size: 1.8rem;
}


@media (max-width: 1200px){
	.miryoku .item_area{
		flex-direction: column;
	}
	.miryoku .item{
		width: 100%;
	}
	.miryoku .item+.item{
		margin-top: 20px;
	}
}

@media (max-width: 740px){
	.rec_top h3{
		font-size: 2.4rem;
	}
	.miryoku h3{
		font-size: 2.4rem;
	}
	.miryoku .item h4{
		font-size: 1.8rem;
	}
	.voc .item h4{
		font-size: 2rem;
	}
	.voc .item p{
		font-size: 1.5rem;
	}
	.voc .item{
		padding: 20px;
	}
}







/* 下層　お問い合わせ */


.s_ttl{
	position: relative;
	font-size: 3.6rem;
	margin-bottom: 60px;
	letter-spacing: 0.04em;
}

.s_ttl::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #e0a208;
	bottom: 0;
	left: 5px;
	width: 50px;
	height: 2px;
}


.faq_accordion{
	max-width: 1080px;
	margin: 0 auto;
}

.faq_accordion .faq_item{
	position: relative;
}

.faq_accordion .faq_item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #ccc;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.faq_item .qq{
	position: relative;
	font-size: 1.8rem;
	color: #fff;
	border: solid 1px #ccc;
	border-bottom: 0px;
	padding: 24px 30px;
	padding-left: 70px;
	cursor: pointer;
}

.faq_item .qq::before{
	content: "Q";
	display: inline-block;
	position: absolute;
	font-size: 2.6rem;
	color: #e0a208;
	top: 50%;
	left: 25px;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	transform: translateY(-50%);
}

.faq_item .qq .add,.faq_item .qq .remove{
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}

.faq_item .qq .remove{
	display: none;
}

.faq_item .qq.close .add{
	display: none;
}

.faq_item .qq.close .remove{
	display: block;
}

.faq_item .qq::after{
	content: "";
	display: inline-block;
	position: absolute;
	border-bottom: solid 1px #ccc;
	width: 100%;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}

.faq_item .text{
	display: none;
}

.faq_item .aa{
	position: relative;
	padding-left: 45px;
	padding: 24px 30px;
	padding-left: 70px;
	border: solid 1px #ccc;
	border-top: 0px;
	font-size: 1.6rem;
}

.faq_item .aa::before{
	content: "A";
	display: inline-block;
	position: absolute;
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 2.6rem;
	top: 50%;
	left:27px;
	color: #e0a208;
	transform: translateY(-50%);
}

.faq_item+.faq_item{
	margin-top: 20px;
}



.tel_box{
	max-width: 820px;
	margin: 0 auto;
	padding: 35px 30px 30px;
	margin-bottom: 100px;
	border: solid 1px #777;
}

.tel_box h4{
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 5px;
	padding-left: 20px;
	letter-spacing: 0.03em;
}

.tel_box h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #e0a208;
	height: 1px;
	width: 14px;
	top: 42%;
	left: 0;
}

.tel_box .left{
	width: 40%;
}
.tel_box .right{
	width: 55%;
}
.tel_box .right a{
	position: relative;
	display: block;
	font-size: 3.4rem;
	color: #e0a208;
	font-weight: 700;
	padding-left: 40px;
	line-height: 1;
	margin-bottom: 10px;
}

.tel_box .right a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #e0a208;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 32px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.tel_box .right a::after{
	content: "\f095";
	display: inline-block;
	font-family: "Font Awesome 7 Free";
	position: absolute;
	font-weight: bold;
	top: 50%;
	left: 7px;
	font-size: 1.7rem;
	transform: translateY(-50%);
	color: #fff;
	z-index: 2;
}

.tel_box .right a:hover{
	opacity: 0.75;
}
.tel_box .right p.mini{
	font-size: 1.35rem;
}

.tel_box li{
	position: relative;
	padding-left: 20px;
	letter-spacing: 0.04em;
	font-size: 1.35rem;
}

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

.tel_box li+li{
	margin-left: 14px;
}



input[type="text"]{
	height: 80px;
	padding: 10px;
	width: 100% !important;
}

input[type="text"].mini{
	width: 120px !important;
}

input[type="email"]{
	height: 80px;
	padding: 10px;
}

input{
	appearance: auto;
}

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

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

textarea{
	padding: 10px;
	font-size: 1.6rem;
	width: 100% !important;
	height: 180px !important;
}

.contact_table{
	width: 100%;
}

.contact_table .ib td{
	border: 0px;
}

.contact_table .ib td .che_box{
	margin-right: 40px;
	display: inline;
}

.contact_table .ib td .che_box label{
	font-size: 1.8rem;
}


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

.contact_table th span.ac,.form_attention span.ac{
	color: #e0a208;
	font-weight: bold;
}

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

.contact_table th,.contact_table td{
	font-size: 2rem;
	display: block;
}

.contact_table th{
	letter-spacing: 0.1em;
	width: 100%;
	font-weight: 400;
	margin-bottom: 14px;
}

.contact_table td{
	width: 100%;
	border: solid 1px #777;
}

.contact_table tr:last-child td{
	border: none;
	font-size: 1.6rem;
}

.contact_table tr+tr th{
	margin-top: 50px;
}



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

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	padding: 20px 0 18px;
	letter-spacing: 0.05em;
	text-align: center;
	width: 280px;
	transition: all 0.5s;
	background-image: linear-gradient(220deg, rgb(195, 186, 66), rgb(100, 74, 10) 80%);
	color: #fff;
	font-size: 1.5rem;
	margin-top: 40px;
}

.form_btn button:hover{
	opacity: 0.7;
}

.form_attention{
	margin-top: 30px;
	line-height: 2;
	font-size: 1.4rem;
}


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

.form_attention p a:hover{
	opacity: 0.75;
}


.postal_btn{
	background-color: #e0a208;
	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;
}

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

.contact_table .mark{
	line-height: 40px;
	padding: 0 5px;
	padding-right: 10px;
}

.form_accordion{
	text-align: left;
	max-width: 800px;
	margin: 40px auto 0;
}


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

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
	height: 370px;
	padding-bottom: 40px;
}

.form_accordion p{
	font-size: 1.4rem;
	text-align: left;
	letter-spacing: 2px;
	line-height: 200%;
	color: #eee;
	line-height: 1.7;
}

.form_accordion h4{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.55rem;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom: dashed 1px #ccc;
}

.form_accordion h4::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/check.jpg);
	background-size: cover;
	background-position: center;
	top: 56%;
	left: 0;
	transform: translateY(-50%);
}

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

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

.Label{
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 2px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
	border-bottom: solid 1px #777;
}

.Label::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/add.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	top: 40%;
	left: calc(50% + 140px);
	width: 20px;
	transform: translate(-50%,-50%);
}

.Label, .co_open{
	backface-visibility: hidden;
	transition: all 0.5s;
	padding-left: 60px;
	padding-right: 60px;
}

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

.co_open{
	height: 0;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: #000;
	transform: translateZ(0);
	overflow-y: scroll;
	border-top: none;
}

.contact_table td .tyui {
    display: block;
    font-size: 1.3rem;
	line-height: 2;
    margin-top: 10px;
    color: #b1191c;
}


.contact_table td select{
	background-color: #eee;
	border: solid 1px #ccc;
	height: 42px;
	width: 100%;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1;
}


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

.m_contact .sec img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.m_contact .sec{
	margin-bottom: 100px;
}


@media (max-width: 1200px){
	.m_contact .sec img{
		height: 400px;
	}
}


@media (max-width: 740px){
	.faq_item .qq{
		padding-left: 30px;
		font-size: 1.4rem;
		padding-right: 55px;
		line-height: 1.6;
	}
	.faq_item .qq::before{
		left: 10px;
		font-size: 1.8rem;
		top: 50%;
	}
	.faq_item .aa::before{
		font-size: 1.8rem;
		left: 10px;
	}
	.faq_item .aa{
		padding: 20px 30px;
	}
	.faq_item .qq .add, .faq_item .qq .remove{
		width: 22px;
	}
	.faq_item .aa{
		font-size: 1.4rem;
	}
	.faq .ac_img{
		top: -30px;
		width: 100px;
	}
	.m_contact .sec img{
		height: 300px;
	}
	.tel_box{
		flex-direction: column;
	}
	.tel_box .left{
		width: 100%;
		margin-bottom: 25px;
	}
	.tel_box .right{
		width: 100%;
	}
	.tel_box .right a{
		font-size: 3rem;
	}
	.s_ttl{
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	.contact_table th, .contact_table td{
		font-size: 1.6rem;
	}
	.contact_table .ib td .che_box label{
		font-size: 1.6rem;
	}
	input[type="text"]{
		height: 60px;
	}
	input[type="email"]{
		height: 60px;
	}
	.contact_table tr+tr th{
		margin-top: 30px;
	}
}




/*thanksページ*/



.kasou.thanks .kasou_top{
	margin-bottom: 0;
}

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
	margin-bottom: 30px;
}

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

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #e0a208;
	line-height: 1;
}

.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 #e0a208;
    color: #e0a208;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

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

.thanks .custom-shape-divider-bottom-1763002765 .shape-fill{
	fill: #fff;
}

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
	.thanks_attention{
		font-size: 1.4rem;
	}
	.thanks_ttl .ja{
		font-size: 2.6rem;
		margin-top: 5px;
	}
}
