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

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


.en{
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.seri{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	font-style: normal;
}

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

a{
	text-decoration: none;
	color: #1C2C43;
	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.4s;
}
.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);
}




.scale-big{
	transform: scale(0.8);
	opacity: 0;
	transition: transform .4s ease-out, opacity .2s;
}

.scale-big.inview{
	transform: scale(1);
	opacity: 1;
}


.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: 86%;
	max-width: 1400px;
	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;
}

main{
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

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

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


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


.w100{
	width: 100%;
}

/*フィルター*/

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

.br_none1200{
	display: block;
}

section{
	position: relative;
	padding: 150px 0;
	z-index: 10;
}

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

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




/* 文字間 */

.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: 650px){
	.none_650{
		display: none;
	}
	body{
		font-size: 1.35rem;
	}
	
	
}


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





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

body p{
	letter-spacing: 0.1em;
}

i{
	padding-right: 0.4em;
}



/* btn */



.m_btn{
	margin-top: 50px;
	width: fit-content;
}

.m_btn a{
	position: relative;
	display: block;
	line-height: 1.8;
	overflow: hidden;
	padding: 10px 0;
	padding-left: 19px;
	border-radius: 30px;
	padding-right: 20px;
	color: #284B7D;
	z-index: 2;
	font-size: 1.6rem;
}

.m_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #472c72;
	border-radius: 50%;
	width: 12px;
	aspect-ratio: 1 / 1;
	top: 6px;
	left: 6px;
	transition: all.4s;
	z-index: -1;
}

.m_btn a:hover::before{
	transform: scale(20);
	opacity: 0;
}

.m_btn a:hover{
	color: #fff;
	background-color: #284B7D;
	padding-left: 30px;
	padding-right: 80px;
}
/* font-size (ratio 1.25, base 16px)*/

.b_king{
	font-size: 8.9407rem;
}

.m_king{
	font-size: 7.1526rem;
}

.s_king{
	font-size: 5.722rem;
	line-height: 1;
}
.biggest{
	font-size: 4.5776rem;
	line-height: 1;
}
.big{
	font-size: 3.6621rem;
	line-height: 1;
}
.s_big{
	font-size: 2.9297rem;
	line-height: 1;
}
.f_txt{
	font-size: 2.3438rem;
	line-height: 1;
}
.s_f_txt{
	font-size: 1.875rem;
	line-height: 1;
}
.txt{
	font-size: 1.5rem;
	line-height: 1;
}



/* sub_ttl */


.sub_ttl{
	margin-bottom: 40px;
}

.sub_ttl .en{
	letter-spacing: 0.05em;
	line-height: 1.1;
	font-size: min(7.6vw,8.9407rem);
	animation: AnimationTitle 7s ease infinite;
    background: linear-gradient(to right, #284B7D, #607EB4, #472c72);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.sub_ttl .ja{
	position: relative;
	display: block;
	padding-left: 25px;
	letter-spacing: 0.05em;
	margin-top: 25px;
	font-size: 1.45rem;
}

.sub_ttl .ja::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../img/sub_mk.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 15px;
}

@keyframes AnimationTitle {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}




/* header */


header{
	position: relative;
	height: 80px;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	padding-top: 3px;
}

header::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #284B7D;
	height: 3px;
}

h1{
	margin-right: 100px;
}

h1 img{
	height: 45px;
}

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

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

.hd_tel{
	margin-left: 30px;
}

.hd_tel a{
	letter-spacing: 0.1em;
}

.hd_tel .sm{
	font-size: 0.75em;
}


.hd_tel a:hover{
	opacity: 0.75;
}

.main_nav a{
	position: relative;
	letter-spacing: 0.1em;
}

.main_nav a::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width:6px;
	background-color: #284B7D;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%,100%);
	opacity: 0;
	transition: all .3s;
}

.main_nav a:hover::before{
	opacity: 1;
}

.main_nav a:hover{
	color: #284B7D;
}

.hd_con{
	width: 150px;
	margin-left: 20px;
}

.hd_con a{
	display: block;
	background-color: #284B7D;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	border-radius: 20px;
	border: solid 1px #284B7D;
}

.hd_con a:hover{
	background-color: #fff;
	color: #284B7D;
}


@media (max-width: 1200px){
	.hd_tel{
		display: none;
	}
	.hd_con{
		display: none;
	}
	.main_nav{
		display: none;
	}
	.hd_inner{
		padding-right: 20px;
		padding-left: 30px;
	}
}

@media (max-width: 650px){
	header{
		height: 70px;
	}
	header h1.f_txt{
		font-size: 2rem;
	}
	h1{
		margin-right: 0;
	}
	h1 img{
		height: 36px;
	}
	.hd_inner{
		padding-left: 15px;
	}
}



/* fv */



.fv {
	position: relative;
}

.top_slider{
	position: relative;
	width: 100%;
	margin: 0 0 0 auto;
	height: 100%;
}

.top_slider .slider{
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 500px;
	z-index: 2;
}
.top_slider .slider li{
	width: 100%;
	height: 100%;
	background-size: cover;
	margin: 0;
}


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

.top_slider::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #284B7D, #607EB4, #472c72);
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.45;
}



.catch{
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	z-index: 50;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.4em;
	color: #284B7D;
	background-color: rgb(255, 255, 255,0.85);
	backdrop-filter: blur(3px);
	padding: 50px 70px;
}

.catch .ac{
	font-size: 1.2em;
	display: block;
	margin-top: 35px;
	letter-spacing: 0.1em;
}

.fv .fv_txt{
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 40;
	font-weight: bold;
	font-size: 14rem;
	line-height: 1;
	color: #fff;
	letter-spacing: normal;
	opacity: 0.5;
}

@media (max-width: 1200px){
	.fv .fv_txt{
		font-size: 8rem;
	}
	.top_slider .slider{
		height: 86vh;
	}
	.catch h2{
		font-size: 3.6rem;
	}
	.catch{
		padding: 30px 50px;
	}
}

@media (max-width: 650px){
	.catch h2{
		font-size: 2.4rem;
	}
	.catch .ac{
		margin-top: 20px;
	}
	.catch{
		padding: 30px 30px;
	}
	.fv .fv_txt{
		font-size: 5rem;
	}
}




/* 新着情報 */


.news{
	background-color: #f5f5f5;
}

.news .left{
	width: 25%;
}

.news .right{
	width: 70%;
}

.news .news_list a{
	display: block;
	padding: 15px 0;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #ccc;
	padding-left: 10px;
}

.news .news_list .up_ymd{
	display: block;
	color: #284B7D;
}

.news .news_list .title{
	display: block;
	padding-left: 5px;
	font-size: 1.5rem;
}

.news .news_list li:first-child a{
	border-top: solid 1px #ccc;
}

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

.news .news_list a:hover{
	opacity: 0.75;
}

.news .m_btn{
	margin-top: -40px;
}

.news .news_list{
	margin-top: 30px;
}


@media (max-width: 1200px){
	body{
		font-size: 1.4rem;
	}
	.news .flex_bet{
		flex-direction: column;
	}
	.news .sub_ttl{
		margin-bottom: 30px;
	}
	.sub_ttl .ja{
		margin-top: 10px;
	}
	.news .m_btn{
		margin-top: 40px;
	}
	.news .right{
		width: 100%;
	}
	.news .left{
		width: 100%;
	}
	
	
}

@media (max-width: 650px){
	.news .sub_ttl{
		margin-bottom: 0;
	}
	.news .news_list .title{
		font-size: 1.3rem;
	}
	.news .m_btn{
		margin-top: 25px;
	}
}



/* aboutus */


.aboutus{
	position: relative;
	padding: 0;
}

.aboutus .bg{
	position: relative;
	background: url(../img/about.jpg);
	padding-top: 200px;
	padding-bottom: 250px;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

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

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


.aboutus .m_btn a{
	color: #fff;
}

.sub_ttl{
	margin-bottom: 80px;
}

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

.aboutus .sub_ttl .ja{
	color: #fff;
}

.aboutus .txt_box p:first-child{
	line-height: 2;
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 2rem;
}

.aboutus .txt_box{
	max-width: 450px;
	color: #fff;
}

.aboutus .txt_box p{
	line-height: 1.8;
}

.aboutus .txt_box p+p+p{
	margin-top: 20px;
}

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

.aboutus .left{
	position: relative;
	width: 40%;
}
/* 
.aboutus::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #284B7D;
	width: 50px;
	height: 100%;
	z-index: -1;
} */



.aboutus .img{
	width: 48%;
}

.aboutus .img img{
	aspect-ratio: 1 / 1.5;
	width: 100%;
	object-fit: cover;
	min-height: 580px;
}

.aboutus .img.ty02{
	margin-top: 80px;
}


@media (max-width: 1200px){
	.aboutus .bg{
		padding: 100px 0;
	}
	.sub_ttl{
		margin-bottom: 50px;
	}
	.aboutus .left{
		width: 100%;
	}
	.sub_ttl .en{
		font-size: 5.2rem;
	}
	.aboutus .txt_box p:first-child{
		font-size: 1.8rem;
	}
}


@media (max-width: 650px){
	.sub_ttl .ja{
		margin-top: 10px;
		font-size: 1.3rem;
	}
	.sub_ttl .ja::before{
		width: 13px;
	}
	.aboutus .txt_box p:first-child{
		font-size: 1.6rem;
	}
	.aboutus .bg::before{
		opacity: 0.6;
	}
	.sub_ttl .en{
		font-size: 4.6rem;
	}
	
}




/* recruit */

.recruit{
	position: relative;
}

.recruit::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
}

.recruit .txt_box{
	line-height: 2;
	font-size: 1.6rem;
}

.recruit .inner{
	background-color: #fff;
	padding: 50px;
	max-width: 1500px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 10px;
}

.recruit .left{
	width: 50%;
}
.recruit .right{
	width: 50%;
}

.recruit .left .in{
	max-width: 490px;
	margin: 0 auto;
	padding-right: 5%;
}

.recruit .right .img{
	text-align: center;
}

.recruit .right .img img{
	width: 100%;
	max-width: 420px;
	aspect-ratio: 1 / 1.3;
	object-fit: cover;
	border-radius: 10px;
	object-position: right;
}

.recruit .f_txt{
	margin-bottom: 25px;
}

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

@media (max-width: 1200px){
	.recruit .flex_bet{
		flex-direction: column-reverse;
	}
	.recruit .right .img img{
		max-width: none;
		aspect-ratio: auto;
		height: 400px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.recruit .right{
		width: 100%;
	}
	.recruit .left .in{
		max-width: none;
		padding-top: 30px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.recruit .left{
		width: 100%;
	}
	.recruit .m_btn{
		margin-top: 40px;
	}
	.recruit .sub_ttl{
		margin-bottom: 40px;
	}
	.recruit .inner{
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 30px;
		width: 75%;
	}
	.recruit .txt_box{
		font-size: 1.4rem;
	}
}


@media (max-width: 650px){
	.recruit .inner{
		width: 90%;
	}
	.recruit .right .img img{
		height: 200px;
	}
	.recruit .left .in{
		padding-left: 20px;
		padding-right: 20px;
	}
	.recruit .m_btn{
		margin-top: 25px;
	}
	.recruit .txt_box .f_txt{
		font-size: 1.8rem;
	}
	.recruit .sub_ttl{
		margin-bottom: 30px;
	}
}



/* works */

.works{
	position: relative;
	padding-bottom: 200px;
}

.works::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #284B7D;
	height: 100%;
	width: 20px;
}

.works .inner{
	max-width: none;
	margin-left: 10%;
	width: 100%;
}

.works .sub_ttl{
	margin-bottom: 140px;
}



.works h4{
	letter-spacing: 0.05em;
	margin-bottom: 25px;
	width: fit-content;
	background-color: #284B7D;
	color: #fff;
	padding: 10px 15px;
}

.works .item+.item{
	margin-top: 200px;
}

.works .item{
	position: relative;
	background-color: #f5f5f5;
	padding: 60px;
}

.works .ac_num{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	transform: translate(-50%,-50%);
	color: #284B7D;
	opacity: 0.2;
	font-size: 12rem;
	letter-spacing: normal;
}

.works .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-100%,-50%);
	background-color: #284B7D;
	height: 10px;
	width: 10%;
}

.works .item p{
	line-height: 1.8;
}

.works .item .img{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 50%;
}

.works .item .img img{
	aspect-ratio: 7 / 4;
	width: 100%;
	object-fit: cover;
	max-height: 450px;
	min-height: 400px;
	border-top-left-radius: 230px;
	border-bottom-left-radius: 230px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.works .m_btn{
	margin-top: 30px;
}


/* .mini_gallery01{
	padding-top: 150px;
} */


@media (max-width: 1200px){
	.works .item .img{
		top: 0;
	}
	.works .item{
		padding: 40px;
		padding-top: 100px;
	}
	.works h4{
		font-size: 2.2rem;
	}
	.works .m_btn{
		margin-top: 20px;
	}
	.works .item .img img{
		max-height: 300px;
		min-height: auto;
	}
	.works .item .img{
		width: 60%;
	}
	.works .ac_num{
		font-size: 9rem;
		top: 50px;
	}
	.works::before{
		width: 10px;
	}
	.works .item+.item{
		margin-top: 150px;
	}
	.works{
		padding-bottom: 100px;
	}
	
}


@media (max-width: 650px){
	.works .item .img{
		width: 80%;
	}
	.works .item{
		padding-top: 120px;
		padding-left: 30px;
		padding-right: 70px;
	}
	.works .ac_num{
		left: 30px;
		font-size: 6rem;
	}
	.works .item .img img{
		min-height: 200px;
	}
	.works{
		padding-bottom: 50px;
	}
}



/* コンテンツ */



.contents .sub_ttl{
	margin-bottom: 80px;
}

.contents ul li{
	position: relative;
	border-top: solid 1px #ccc;
}

.contents ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 10px;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

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

.contents ul li a{
	position: relative;
	display: block;
	padding: 40px 0;
	padding-left: 50px;
	overflow: hidden;
	transition: 0s;
	letter-spacing: 0.1em;
}

.contents ul li a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	height: 100%;
	width: 20%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}
.contents ul li a::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	height: 100%;
	width: 80%;
	top: 0;
	right: 0;
	transform: translateX(-100%);
	opacity: 0;
	z-index: -1;
	transition: transform 250ms, opacity 0s ease-in;
}

.contents ul li a:hover::before{
	opacity: 1;
}

.contents ul li a:hover{
	color: #fff;
}

.contents ul li a:hover::after{
	transform: translateX(0);
	opacity: 1;
}

.contents ul li .ac{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background-color: #284B7D;
	color: #fff;
	padding: 7px 14px;
	font-size: 1.7rem;
}


@media (max-width: 1200px){
	.contents ul li a{
		font-size: 1.8rem;
	}
	.contents .sub_ttl{
		margin-bottom: 50px;
	}
}

@media (max-width: 650px){
	.contents ul li a{
		font-size: 1.4rem;
		padding: 30px 0;
		padding-left: 20px;
	}
	.contents ul li::before{
		left: 5px;
		width: 8px;
	}
	.contents ul li .ac{
		font-size: 1.2rem;
	}
	.contents .sub_ttl{
		margin-bottom: 30px;
	}
}




/* フッター */



.foo_top{
	background-color: #f5f5f5;
	padding: 100px 0;
}

.foo_top .h3{
	width: 30%;
}

.foo_top .sub_ttl .en{
	font-size: 7rem;
}

.foo_top .txt_box{
	width: calc(70% - 80px);
	padding-left: 80px;
	line-height: 2;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: solid 1px #ccc;
	font-size: 1.6rem;
}

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

.foo_top .btn_area .btn{
	width: 280px;
}

.foo_top .btn_area .btn a{
	display: block;
	background-color: #284B7D;
	color: #fff;
	padding: 14px 0;
	text-align: center;
	border: solid 1px #284B7D;
}

.foo_top .btn_area .btn:first-child a{
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	padding: 12px 0;
}

.foo_top .btn_area .btn a:hover{
	background-color: #fff;
	color: #284B7D;
}

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



.foo_btm{
	position: relative;
	text-align: center;
	padding: 100px 0 70px;
	background: url(../img/foo_top.jpg);
	background-size: cover;
	background-position: top;
	color:#fff;
	background-attachment: fixed;
}

.foo_btm .foo_logo{
	margin-bottom: 30px;
	background-color: #fff;
	width: fit-content;
	margin: 0 auto 30px;
	padding: 14px 20px;
}


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

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

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

.foo_btm .copy{
	margin-top: 20px;
	font-size: 1.3rem;
}

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

.foo_btm .foo_logo img{
	height: 50px;
}

@media (max-width: 1200px){
	.foo_top .flex_bet{
		flex-direction: column;
	}
	.foo_top .txt_box{
		width: 100%;
		padding: 4px 0;
		padding-left: 26px;
	}
	.foo_top .sub_ttl{
		margin-bottom: 50px;
	}
	.foo_top .btn_area{
		margin-top: 40px;
	}
	.foo_top .sub_ttl .en{
		font-size: 5rem;
	}

	
}

@media (max-width: 650px){
	.foo_btm{
		padding: 60px 0;
	}
	.foo_btm .foo_logo a{
		font-size: 2.2rem;
	}
	.foo_btm .copy{
		margin-top: 25px;
		font-size: 1.2rem;
	}
	.foo_top{
		padding: 50px 0;
	}
	.foo_top .txt_box{
		font-size: 1.4rem;
		padding-left: 15px;
	}
	.foo_top .sub_ttl{
		margin-bottom: 30px;
	}
	.foo_top .btn_area{
		flex-direction: column;
		margin-top: 25px;
	}
	.foo_top .btn_area .btn+.btn{
		margin-left: 0;
		margin-top: 15px;
	}
	.foo_top .btn_area .btn a{
		padding: 14px 0;
	}
	.foo_top .btn_area .btn:first-child a{
		padding: 10px 0;
	}
	.foo_top .sub_ttl .en{
		font-size: 4.6rem;
	}
	.foo_btm .foo_logo img{
		height: 40px;
	}
	.foo_btm .foo_logo{
		padding: 5px 10px;
	}
}




/* 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: 5%;
    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%;
	border: solid 1px #284B7D;
}

.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: #284B7D;
	padding: 0;
}

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

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




/* 下層トップ */

.kasou_top{
	padding-top: 120px;
}

.kasou_top h2{
	letter-spacing: 0.03em;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.kasou_top .bg{
	position: relative;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	margin-left: 60px;
	margin-right: 60px;
	padding: 150px 0 130px;
	border-radius: 20px;
}

.kasou_top .bg::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(0, 0, 0,0.5);
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	border-radius: 20px;
}

.kasou_top ol{
	justify-content: center;
	flex-wrap: wrap;
}

.kasou_top ol li a{
	position: relative;
	margin-right: 10px;
	padding-right: 20px;
	color: #fff;
}

.kasou_top ol li{
	color: #fff;
}

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

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


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

.kasou .sub_ttl .ja{
	font-size: 1.6rem;
}

.k_contain{
	padding: 70px 0;
	max-width: 1080px;
	margin: 0 auto;
	border-radius: 10px;
	width: 90%;
}

@media (max-width: 1200px){
	.kasou_top h2{
		font-size: 4.6rem;
	}
	.kasou_top .bg{
		margin-left: 20px;
		margin-right: 20px;
		padding: 120px 0 90px;
		border-radius: 10px;
	}
	.kasou .sub_ttl .en{
		font-size: 5.2rem;
	}
}

@media (max-width: 650px){
	.kasou_top h2{
		font-size: 3.8rem;
	}
	.kasou_top .bg{
		padding: 80px 0 50px;
	}
	.kasou_top{
		padding-top: 100px;
	}
	.kasou .sub_ttl .en{
		font-size: 4.6rem;
	}
	.kasou .sub_ttl .ja{
		font-size: 1.4rem;
		margin-top: 5px;
	}
}




/* 採用情報ページ */


.rec_top h3{
	line-height: 1.5;
	color: #284B7D;
	margin-bottom: 40px;
}

.rec_top .txt_box{
	max-width: 460px;
}

.rec_top .txt_box p{
	line-height: 1.9;
	color: #555;
}

.rec_top .left{
	width: 46%;
}

.rec_top .right{
	width: 50%;
	display: flex;
	margin-top: -60px;
}

.rec_top .right img{
	border-radius: 10px;
}

.rec_top .right .img.ty01{
	width: 70%;
}

.rec_top .right .img.ty01 img{
	aspect-ratio: 3 / 2.5;
	object-fit: cover;
	width: 100%;
}

.rec_top .right .img.ty02{
	width: 34%;
	display: flex;
	align-items: flex-end;
	margin-left: -40px;
}

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

.rec_top .left{
	padding-bottom: 50px;
}

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


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

.select h3{
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: 0.05em;
	color: #fff;
}

.select .box{
	width: 49%;
}

.select .box img.bg{
	position: relative;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transform: scale(0.94);
	filter: brightness(0.5);
}

.select .box a{
	position: relative;
	display: block;
	border: solid 2px #fff;
	color: #fff;
}

/* .select .box a::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(40, 75, 125,0.7);
	top: 0;
	left: 0;
	z-index: 1;
} */

.select .box a .ab_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	text-align: center;
	z-index: 2;
}

.select .box a:hover img.bg{
	transform: scale(0.97);
}

.select .inner{
	background-color: rgb(255, 255, 255,0.85);
	
}

.select .siru{
	width: 100px;
	margin: 15px 0;
}

.sele-item{
	position: relative;
	background-color: #f5f5f5;
}

.sele-item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgb(237, 237, 237, 0.5) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgb(237, 237, 237, 0.5) calc(100% - 1px));
    background-size: 26px 26px;
    background-repeat: repeat;
    background-position: center center;
}


.sele-item .inner{
	background-color:#fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.sele-item h3{
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}

.sele-item h3 .en{
	display: block;
	font-size: 0.8em;
	font-weight: 600;
	margin-bottom: 20px;
	color: #284B7D;
}


.sele-item h4{
	position: relative;
	padding-left: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 35px;
}

.sele-item h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 5px;
	height: 100%;
	background-color: #284B7D;
	top: 0;
	left: 0;
}

.sele-item .item{
	padding: 10px 0;
}



.sele-item .item .left{
	position: relative;
	width: 30%;
	display: flex;
	align-items: center;
	padding-left: 40px;
}
.sele-item .item .right{
	width: 70%;
}

.sele-item .item .left::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	width: 16px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


.sele-item .tyui{
	margin-top: 15px;
	color: #555;
}

.sele01{
	padding-bottom: 0;
	
}

.sele-item .item_list{
	width: 46%;
}


.sele-item .img_box{
	width: 42%;
}

.sele-item .img_box img{
	width: 70%;
	border-radius: 10px;
	aspect-ratio: 3 / 2.2;
	object-fit: cover;
}

.sele-item .img_box .img.ty02{
	text-align: right;
	margin-top: -30px;
}

.sele-item .item_list .wrap{
	position: relative;
}

.sele-item .item_list .wrap::before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 7px;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #284B7D;
}



.table01{
	width: 100%;
}

.table01 th{
	width: 25%;
	background: linear-gradient(to left, #472c72, #284B7D, #607EB4);
	color: #fff;
	padding: 20px 0;
	text-align: center;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	letter-spacing: 0.05em;
}
.table01 td{
	width: 75%;
	padding: 20px 0;
	background-color: #fff;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	padding-left: 40px;
}

.table01 tr:first-child th{
	border-top: solid 1px #fff;
}

.table01 tr:first-child td{
	border-top: solid 1px #aaa;
}

.bosyu{
	margin-top: 60px;
}

.rec_btm {
	padding: 0;
}

.rec_btm .bg{
	position: relative;
	background: url(../img/client_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 120px 0;
}

.rec_btm .inner{
	max-width: 1080px;
	margin: 0 auto;
}
.rec_btm .m_btn{
	margin-top: 30px;
}

.rec_btm .sub_ttl{
	margin-bottom: 40px;
}

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

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

.rec_btm .bg .inner{
	position: relative;
	z-index: 1;
	color: #fff;
}

.rec_btm .btn{
	width: 200px;
	margin-top: 40px;
}

.rec_btm .btn a{
	display: block;
	color: #284B7D;
	background-color: #fff;
	padding: 10px 0;
	text-align: center;
	border: solid 2px #284B7D;
}

.rec_btm .btn a:hover{
	opacity: 0.75;
}

.rec_btm p{
	line-height: 1.6;
}


.entry{
	overflow: hidden;
	position: relative;
	background-color: #284B7D;
	padding: 30px 0 50px;
}

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

.entry .sub_ttl{
	text-align: center;
}

.entry .sub_ttl .ja{
	width: fit-content;
	margin: 20px auto 0;
	padding-right: 10px;
}



.en_btn{
	width: 250px;
	margin: 40px auto 0;
}

.en_btn a{
	display: block;
	text-align: center;
	background-color: #284B7D;
	color: #fff;
	padding: 15px 0;
	letter-spacing: 0.05em;
	font-weight: 600;
	border: solid 1px #284B7D;
	font-size: 1.6rem;
}

.en_btn a:hover{
	background-color: #fff;
	color: #436589;
}


@media (max-width: 1200px){
	.rec_top h3{
		font-size: 4rem;
	}
	.rec_top .flex_bet{
		flex-direction: column;
	}
	.rec_top .left{
		width: 100%;
		padding-bottom: 0;
	}
	.rec_top .right{
		width: 100%;
		max-width: 480px;
		margin: 40px 0 0 auto;
	}
	.rec_top .right .img.ty01 img{
		aspect-ratio: 3 / 2;
	}
	.rec_top .right .img.ty02{
		margin-bottom: -20px;
	}
	.select h3{
		font-size: 3.4rem;
		margin-bottom: 40px;
	}
	.select .box_area{
		flex-direction: column;
	}
	.select .box{
		width: 90%;
		margin: 0 auto;
		max-width: 400px;
	}
	.select .box+.box{
		margin-top: 30px;
	}

	.rec_btm h3{
		font-size: 4rem;
	}
	.rec_btm p{
		font-size: 1.6rem;
	}
	.table01 td{
		padding-left: 20px;
		padding-right: 20px;
	}
	.select .siru{
		width: 75px;
	}
	.select .box a .ab_box h4{
		font-size: 2.6rem;
	}
	.sele-item .item_list{
		width: 55%;
	}
	.sele-item .img_box{
		width: 36%;
	}
	.sele-item .img_box img{
		aspect-ratio: 1 / 1;
	}
	.sele-item .item .left{
		padding-left: 24px;
	}
	.sele-item .tyui{
		font-size: 1.2rem;
	}
}

@media (max-width: 650px){
	.rec_top h3{
		font-size: 3.6rem;
		margin-bottom: 25px;
	}
	.k_contain{
		padding: 50px 0;
	}
	.select h3{
		font-size: 2.2rem;
	}

	.select .siru{
		width: 60px;
		margin: 7px 0;
	}
	.select .box a .ab_box h4{
		font-size: 2.2rem;
	}
	.select .box+.box{
		margin-top: 20px;
	}
	.sele-item h3{
		font-size: 2.4rem;
		margin-bottom: 45px;
	}
	.sele-item h4{
		font-size: 2rem;
		margin-bottom: 20px;
		padding-left: 15px;
	}

	.table01 td{
		padding-top: 14px;
		padding-bottom: 14px;
		width: 70%;
		font-size: 1.3rem;
	}
	.table01 th{
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 1.3rem;
		width: 30%;
	}
	.bosyu{
		margin-top: 40px;
	}
	.sele-item h3 .en{
		margin-bottom: 12px;
	}
	.rec_btm .bg{
		padding: 80px 0;
	}
	.rec_btm p{
		font-size: 1.4rem;
	}
	.rec_btm .btn{
		margin-top: 30px;
	}
	.rec_btm .sub_ttl{
		margin-bottom: 25px;
	}
	.entry .sub_ttl{
		margin-bottom: 30px;
	}
	.entry .sub_ttl .ja{
		margin-top: 10px;
	}
	.entry .k_contain{
		padding: 20px 0;
	}
	.day .flex_bet{
		flex-direction: column;
	}
	.day .flex_bet.in{
		flex-direction: row;
	}
	.sele-item .item_list{
		width: 100%;
	}
	.sele-item .item .left{
		width: 40%;
	}
	.sele-item .item .right{
		width: 60%;
	}
	.sele-item .img_box{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 20px;
	}
	.sele-item .img_box .img{
		width: 48%;
	}
	.sele-item .img_box .img.ty02{
		margin-top: 0;
	}
	.sele-item .img_box img{
		aspect-ratio: auto;
		width: 100%;
	}
}



/* 会社を知る */


.outline .inner{
	background-color: #f5f5f5;
}

.outline  .sub_ttl{
	margin-bottom: 30px;
}

.outline .sub_ttl .ja{
	margin-top: 10px;
}

.outline h4{
	position: relative;
	letter-spacing: 0.05em;
	padding-left: 20px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.outline h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 4px;
	background-color: #284B7D;
	height: 100%;
	top: 0;
	left: 0;
}

.outline .map{
	width: 100%;
}

.outline .map iframe{
	width: 100%;
	height: 350px;
}

.policy{
	padding-top: 40px;
	padding-bottom: 0;
}

.policy .inner{
	position: relative;
	text-align: center;
}

.policy p.en{
	position: absolute;
	bottom: -60px;
	right: -50px;
	line-height: 1;
	display: inline-block;
	font-weight: 700;
	color: rgb(96, 126, 180,0.2);
	letter-spacing: 0.1em;
	font-style: italic;
	white-space: nowrap;
}

/* .policy h3{
	position: relative;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	width: fit-content;
	margin: 0 auto 40px;
	padding: 0 160px;
} */

.policy .flex_bet{
	justify-content: center;
}

.policy .sub_ttl{
	text-align: left;
	margin-bottom: 40px;
	margin-left: -60px;
}

.policy .sub_ttl .ja{
	margin-top: 10px;
}


/* .policy h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	height: 2px;
	width: 100px;
	top: 50%;
	left: 0;
}
.policy h3::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	height: 2px;
	width: 100px;
	top: 50%;
	right: 0;
} */

.daihyou{
	padding-top: 50px;
	padding-bottom: 0;
}

.daihyou .inner{
	border-top: solid 1px #284B7D;
	padding-top: 150px;
}



.daihyou p{
	line-height: 2;
}


.daihyou .sub_ttl{
	width: 30%;
	height: 100%;
	margin-bottom: 0;
}

.daihyou .right{
	width: 60%;
	margin-top: 50px;
}

.daihyou .txt_box p.ch{
	margin-top: 15px;
}

.daihyou .txt_box .btm{
	margin-top: 20px;
	text-align: right;
}

.k_company .imgarea02{
	margin-top: 120px;
}

.k_company .imgarea02 .img{
	width: 32%;
}

.k_company .imgarea02 .img:nth-child(2){
	margin-top: 40px;
}
.k_company .imgarea02 .img:nth-child(3){
	margin-top: 80px;
}

.k_company .imgarea02 .img img{
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}


@media (max-width: 1200px){
	.daihyou h3{
		font-size: 4.4rem;
	}
	.daihyou p{
		font-size: 1.6rem;
	}

	.daihyou .flex_bet{
		flex-direction: column;
	}
	.daihyou .sub_ttl{
		width: 100%;
	}
	.daihyou .right{
		width: 100%;
	}
	.outline h3{
		margin-bottom: 40px;
	}
	.policy p{
		font-size: 5rem;
	}
	.policy .k_contain{
		padding: 20px 0;
	}

	.daihyou{
		padding-top: 100px;
	}
	.daihyou .inner{
		padding-top: 50px;
	}
	.k_company .imgarea02{
		margin-top: 70px;
	}
}

@media (max-width: 650px){

	.daihyou p{
		font-size: 1.45rem;
	}

	.daihyou h3{
		font-size: 3.6rem;
		margin-bottom: 25px;
	}
	.daihyou .inner{
		padding-top: 50px;
	}
	.outline h3{
		font-size: 2.8rem;
		margin-bottom: 30px;
	}
	.outline h4{
		font-size: 2rem;
		margin-bottom: 25px;
		margin-top: 40px;
	}
	.outline .map iframe{
		height: 300px;
	}
	.policy p{
		font-size: 3rem;
	}
	.policy p.en{
		font-size: 4rem;
	}
	.policy .sub_ttl{
		margin-left: 0;
		margin-bottom: 20px;
		font-size: 3.2rem;
	}
	.daihyou .k_contain{
		flex-direction: column;
	}
	.daihyou .left{
		width: 100%;
	}
	.daihyou .right{
		width: 100%;
		margin-top: 0;
	}
	.daihyou .sub_ttl{
		margin-bottom: 30px;
	}
	.daihyou .sub_ttl .ja{
		margin-top: 0;
	}
	.outline .sub_ttl .ja{
		margin-top: 0;
	}
	.policy .sub_ttl .ja{
		margin-top: 0;
	}
	.policy{
		padding-top: 20px;
	}
	.k_company .imgarea02{
		margin-top: 30px;
	}
	.k_company .imgarea02 .img:nth-child(2){
		margin-top: 20px;
	}
	.k_company .imgarea02 .img:nth-child(3){
		margin-top: 40px;
	}
	.daihyou{
		padding-top: 60px;
	}
}



/* 仕事を知る */


.ser_top {
	padding-bottom: 0;
}

.ser_top h3{
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}

.ser_top h3 .en{
	display: block;
	font-size: 0.7em;
	font-weight: 600;
	margin-bottom: 10px;
	color: #284B7D;
}

.ser_top .inner{
	background-color: #f5f5f5;
}

.ser_top .imgarea{
	margin-top: 25px;
}

.ser_top .imgarea .img{
	width: 33%;
}

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

.plant h3{
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}

.plant h3 .en{
	display: block;
	font-size: 0.7em;
	font-weight: 600;
	margin-bottom: 10px;
	color: #284B7D;
}

.plant .inner{
	background-color: #f5f5f5;
}

.plant .left{
	width: 46%;
}

.plant .left .img{
	height: 100%;
}

.plant .left img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.plant .right{
	width: 46%;
	padding: 50px 0;
}



.step{
	position: relative;
}

.step::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	width: 2px;
	height: 100%;
	top: 0;
	left: 9px;
}

.step h5{
	position: relative;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	width: 26%;
	padding-left: 30px;
}

.step h5 .en{
	margin-right: 12px;
	font-size: 0.8em;
	font-weight: 600;
	color: #aaa;
}

.step .item+.item{
	margin-top: 50px;
}

.step .item .txt_box{
	width: 64%;
}

.step h5::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 20px;
	top: 50%;
	left: 0;
	background-color: #284B7D;
	transform: translateY(-50%);
}

.ser_top h4{
	position: relative;
	margin-bottom: 60px;
	letter-spacing: 0.05em;
	padding-left: 23px;
	margin-top: 60px;
	padding-bottom: 2px;
}

.ser_top h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}

.plant{
	padding-bottom: 50px;
	padding-top: 80px;
}

.area{
	padding-top: 0;
	padding-bottom: 50px;
}



.area .left{
	padding-top: 40px;
}

.area .right .img{
	max-width: 400px;
}

.area .k_contain{
	max-width: 800px;
}
.area p{
	line-height: 1.8;
}

.area .sub_ttl{
	margin-bottom: 40px;
}

.area p.ch{
	margin-top: 15px;
	color: rgb(186, 37, 37);
}


@media (max-width: 1200px){
	.step h5 .en{
		display: block;
		margin-bottom: 12px;
	}
	.step h5{
		font-size: 2.4rem;
		padding-left: 45px;
	}
	.step .item .txt_box{
		padding-top: 20px;
	}
	.ser_top h3{
		font-size: 3.2rem;
		margin-bottom: 40px;
	}
	.ser_top h4{
		font-size: 2.6rem;
		margin-bottom: 45px;
		margin-top: 50px;
	}
	.plant .flex_bet{
		flex-direction: column;
	}
	.plant .right{
		padding: 0;
		width: 100%;
	}
	.plant h3{
		margin-bottom: 40px;
		font-size: 3.2rem;
	}
	.plant .left{
		width: 100%;
		margin: 0 0 0 auto;
	}
	.plant .left img{
		height: 320px;
	}
	.plant .left .img{
		margin-bottom: 40px;
	} 
	.area .right{
		width: 46%;
	}
	.area h3{
		font-size: 3rem;
		padding-left: 45px;
		margin-bottom: 40px;
	}
	.area h3::before{
		width: 40px;
	}
	.area p{
		font-size: 2.2rem;
	}
	.area .left{
		padding-top: 50px;
	}
	.area .k_contain{
		padding: 20px 0;
	}
}


@media (max-width: 650px){
	.step .flex_bet{
		flex-direction: column;
	}
	.step h5{
		width: 100%;
	}
	.step .item .txt_box{
		width: 100%;
		padding-left: 45px;
		padding-top: 0;
	}
	.ser_top h3{
		font-size: 2.6rem;
		margin-bottom: 25px;
	}
	.ser_top h4{
		font-size: 2.2rem;
		padding-left: 16px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.plant{
		padding-top: 50px;
	}
	.plant .left img{
		height: 200px;
	}
	.plant h3{
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.plant .left .img{
		margin-bottom: 30px;
	}
	.area .flex_bet{
		flex-direction: column;
	}
	.area .k_contain{
		padding: 0px;
	}
	.area .left{
		padding-top: 0;
	}
	.area h3{
		font-size: 2.4rem;
		padding-left: 0;
		margin-bottom: 25px;
	}
	.area h3::before{
		width: 30px;
	}
	.area p{
		font-size: 1.8rem;
		text-align: left;
	}
	.area .right{
		margin: 30px 0 0 auto;
		width: 55%;
	}
}



/* お問い合わせページ */


.co_top{
	background: url(../img/top02.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 100px;
}


.co_top h4{
	position: relative;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.co_top h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 2px;
	width: 100px;
}

.co_top .item a:hover{
	opacity: 0.75;
}

.co_top .item a{
	letter-spacing: 0.1em;
	display: block;
}

.co_top .item p.ch{
	margin-top: 15px;
}

.co_top ul li{
	position: relative;
	padding-left: 23px;
	margin-right: 15px;
}

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

.co_top .item{
	width: 46%;
	background-color: rgb(223, 229, 240,0.9);
	padding: 40px;
	max-width: 580px;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.co_top .item .en{
	font-weight: bold;
	color: #284B7D;
	text-align: center;
	margin-bottom: 25px;
}

.co_top .item+.item{
	margin-left: 8%;
}

.co_top .item ul{
	margin-top: 10px;
	flex-wrap: wrap;
}






input[type="checkbox"]{
	width: 20px;
	height: 20px;
	border: solid 1px #bababa;
	background-color: #fff;
	border: solid 1px #aaa;
	display: table-cell;
	margin-bottom: 5px;
}

input[type="text"]{
	height: 45px;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
}

input[type="email"]{
	height: 45px;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
}


input{
	appearance: auto;
}

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



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

td .box.mini{
	width: 85%;
	max-width: 300px;
	
	height: 40px;
}

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

.contact_table{
	width: 100%;
}

.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{
	background-color: #284B7D;
	color: #fff;
	padding: 4px 8px 3px;
}

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

.contact_table th{
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 20px 0;
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	border-bottom: dotted 1px #ccc;
}

.contact_table td{
	padding: 20px 0;
	width: 70%;
	border-bottom: dotted 1px #ccc;
}


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

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

.form_btn button:hover{
	opacity: 0.7;
}

.form_attention{
	margin-top: 50px;
	font-size: 1.4rem;
}

.form_attention p a{
	color: #0000ff;
	text-decoration: underline;
}

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

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

.recruit{
	background-color: #f5f5f5;
}

.recruit .s_f_txt{
	text-align: center;
	line-height: 1.8;
}



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


.mailsec{
	background-color: #f5f5f5;
}

.mailsec h4{
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 23px;
}

.mailsec h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 2px;
	background-color: #284B7D;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mailsec .k_contain{
	padding: 0;
}

.k_contact .top_text{
	max-width: 1080px;
	padding-top: 80px;
	line-height: 2;
	text-align: center;
	margin: 0 auto;
}


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

.Label{
	font-size: 1.6rem;
	letter-spacing: 2px;
	padding: 0.8% 1%;
	display: block;
	border-bottom: solid 2px #284B7D;
	color: #284B7D;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #284B7D;
	border-right: 2.5px solid #284B7D;
	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.4rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h5{
	margin-top: 20px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #436589;
	position: relative;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #333;
}

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

.co_open{
	height: 0;
	overflow: hidden;
}



@media (max-width: 1200px){
	.contact_table th{
		display: block;
		width: 100%;
		border-bottom: 0px;
		padding-bottom: 10px;
	}
	.contact_table td{
		display: block;
		width: 100%;
		padding-top: 0;
	}
	.mailarea{
		padding: 60px 0 40px;
	}
	.mailarea .sub_ttl2{
		margin-bottom: 15px;
	}
	.p_contact .sub_ttl{
		margin-bottom: 60px;
	}
	.co_top .item .en{
		font-size: 3rem;
	}
	.co_top .item{
		width: 48%;
	}
	.co_top .item+.item{
		margin-left: 4%;
	}
	.co_top .item{
		padding: 30px;
	}
	.co_top .item .s_f_txt{
		font-size: 1.6rem;
	}
	.mailarea{
		padding: 0;
	}
	.mailarea .sub_ttl2{
		font-size: 3.2rem;
	}
	.k_contact .top_text{
		font-size: 1.5rem;
		padding-top: 50px;
	}
	.co_top{
		margin-top: 50px;
	}
}

@media (max-width: 650px){
	.p_contact .sub_ttl{
		margin-bottom: 40px;
	}
	.p_contact .inner{
		width: 96%;
	}
	.tel_box h4{
		margin-bottom: 25px;
	}
	.tel_box .nbox{
		padding: 15px 20px;
		width: 100%;
	}
	.tel_box h5{
		border-right: 0px;
		margin-bottom: 10px;
	}
	.tel_box ul{
		padding-left: 0;
	}
	.mailarea{
		margin: 0;
		padding: 0;
	}
	.contact_table .flex{
		flex-direction: column;
	}
	.recruit .s_f_txt{
		text-align: left;
		font-size: 1.5rem;
	}
	.postal_btn{
		margin-left: 0;
		margin-top: 10px;
	}
	td .box.mini{
		margin-left: 40px;
		margin-top: -40px;
	}
	.co_top .flex_center{
		flex-direction: column;
		align-items: center;
	}
	.co_top .item{
		width: 100%;
	}
	.co_top .item+.item{
		margin-left: 0;
		margin-top: 30px;
	}
	.mailarea .sub_ttl2{
		font-size: 2.4rem;
		padding-bottom: 17px;
	}
	.form_attention{
		font-size: 1.2rem;
	}
	.form_btn button{
		font-size: 1.4rem;
	}
	.mailsec .k_contain{
		width: 100%;
	}
	.k_contact .top_text{
		text-align: left;
		width: 90%;
		margin: 0 auto;
		font-size: 1.4rem;
	}
}



/* 作業風景 */


.gallery_container .item{
	width: calc((100% - 40px) / 3);

}

.gallery_container .gap_area{
	gap: 20px;
	flex-wrap: wrap;
}

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

.gallery_container h3{
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px;
}


.gallery_container h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	height: 2px;
	width: 200px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.gallery_container a:hover img{
	transform: scale(1.05);
}

.gallery_container a{
	position: relative;
	overflow: hidden;
	display: block;
}


@media (max-width: 1200px){
	.gallery_container .item{
		width: calc((100% - 20px) / 2);
	}
}


@media (max-width: 650px){
	.gallery_container .item p{
		font-size: 1.3rem;
	}
	.gallery_container h3{
		font-size: 2.8rem;
		margin-bottom: 30px;
	}
	.gallery_container h3::before{
		width: 150px;
	}
}









/* お知らせ一覧 */

.k_blog main{
	overflow: visible;
}


.blog_list{
	overflow: visible;
}

.blog_list .side_list{
	position: sticky;
	width: 300px;
	top: 200px;
	height: fit-content;
}

.blog_list .blog_item_list{
	width: calc(94% - 300px);
}

.blog_list .main_list{
	flex-wrap: wrap;
	gap: 30px;
}

.blog_list .main_list li{
	width: 100%;
	background-color: #fff;
	
}

.blog_list .main_list li a{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #ccc;
}

.blog_list .main_list li a::before{
	content: "";
	display: inline-block;
	position: absolute;
	border: solid 1px #111;
	aspect-ratio: 3 / 2;
	width: 30px;
	bottom: 10px;
	right: 10px;
	transition:  all.2s;
}

.blog_list .main_list li a .arrow{
	display: inline-block;
	position: absolute;
	background: url(../img/arrow.png);
	aspect-ratio: 1 / 1;
	width: 20px;
	bottom: 10px;
	right: 10px;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transform: translateX(-25%);
	transition:  all.2s;
}
.blog_list .main_list li a .arrow02{
	display: inline-block;
	position: absolute;
	background: url(../img/arrow_w.png);
	aspect-ratio: 1 / 1;
	width: 20px;
	bottom: 10px;
	right: 10px;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transform: translateX(-25%);
	opacity: 0;
	transition:  all.2s;
}

.blog_list .up_ymd{
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 8px;
	color: #284B7D;
}

.new_mark{
	display: inline-block;
	background-color: #284B7D;
	color: #fff;
	font-size: 1.4rem;
	margin-left: 5px;
	font-weight: 600;
	line-height: 1;
	padding: 4px 7px;
}

.blog_list .title{
	display: block;
	color: #333;
	padding: 0 8px;
}

.blog_list .main_list li a .left{
	width: 170px;
}
.blog_list .main_list li a .right{
	width: calc(92% - 170px);
	padding-top: 20px;
}

.blog_list .main_list li a img{
	display: inline;
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
}


.blog_list .side_list h3{
	position: relative;
	letter-spacing: 0.03em;
	margin-bottom: 50px;
	line-height: 1.2;
	padding-left: 16px;
}

.blog_list .side_list h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 90%;
	left: 0;
	width: 3px;
	background-color: #284B7D;
	top: 54%;
	transform: translateY(-50%);
}

.blog_list .side_list h3::first-letter{
	color: #284B7D;
}

.blog_list .side_list li{
	letter-spacing: 0.05em;
	font-weight: 600;
}

.blog_list .side_list li a{
	position: relative;
	display: block;
	width: fit-content;
	padding: 10px 30px 10px 30px;
	border-top: solid 1px #ccc;
}
.blog_list .side_list li a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #284B7D;
	aspect-ratio: 1 / 1;
	width: 7px;
	top: 52%;
	transform: translateY(-50%);
	left: 10px;
}
.blog_list .side_list li a:hover{
	color: #284B7D;
}

.blog_list .side_list li+li{
	margin-top: 10px;
}

.blog_list .main_list li a:hover::before{
	background-color: #284B7D;
}

.blog_list .main_list li a:hover .arrow{
	opacity: 0;
}
.blog_list .main_list li a:hover .arrow02{
	opacity: 1;
}

.pages{
	display: flex;
	justify-content: space-around;
	margin-top: 60px;
}

.pages a{
	display: block;
	border: solid 1px #111;
	padding: 15px 0;
	font-size: 1.45rem;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: 0.03em;
}

.pages .page_next{
	text-align: left;
}
.pages .page_prev{
	text-align: right;
}

.pages div{
	width: 45%;
}

.pages a:hover{
	background-color: #284B7D;
}


.blog_list .blog_content{
	padding: 0 2%;
}

.blog_list .blog_content .ttl{
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.blog_list .blog_content .ttl::first-letter{
	color: #284B7D;
}

.blog_list .blog_content .text{
	padding-top: 20px;
	margin-top: 5px;
	border-top: solid 1px #ccc;
}

.blog_list .blog_content .up_ymd{
	padding-left: 0;
}

.blog_list .blog_item_list.newspt .main_list li a .right{
	width: 100%;
	padding-top: 0;
}

.bl_ttl{
	position: relative;
	text-align: center;
	letter-spacing: 0.05em;
	width: fit-content;
	margin: 0 auto 40px;
	padding: 0 20px 15px;
}



.bl_ttl::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 2px;
	background-color: #aaa;
	transform: translateX(-50%);
	z-index: 1;
}


.bl_ttl::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #284B7D;
	z-index: 2;
}


.blog_list .item_box+.item_box{
	margin-top: 150px;
}



@media (max-width: 1200px){
	.blog_list .flex_bet{
		flex-direction: column-reverse;
	}
	.blog_list .blog_item_list{
		width: 100%;
	}
	.blog_list .side_list{
		margin-top: 60px;
		width: 100%;
	}
	.blog_list .side_list ul{
		display: flex;
	}
	.blog_list .side_list li+li{
		margin-top: 0;
		margin-left: 10px;
	}
	.blog_list .side_list li a{
		border: solid 1px #ccc;
		padding: 10px 10px 10px 35px;
	}
	.blog_list .side_list h3{
		margin-bottom: 30px;
	}
	.blog_list .side_list li a::before{
		left: 15px;
	}
	.blog_list .side_list li{
		letter-spacing: normal;
		font-size: 1.45rem;
	}
	/* .blog_list .main_list li{
		width: calc((100% - 20px) / 2);
	} */
	.blog_list .main_list{
		gap: 20px;
	}
	
}

@media (max-width: 650px){
	.blog_list .side_list ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.blog_list .side_list li+li+li{
		margin-left: 0;
		margin-top: 10px;
	}
	.blog_list .blog_content .ttl{
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.blog_list .blog_content .up_ymd{
		font-size: 1.2rem;
	}
	.blog_list .blog_content .text{
		font-size: 1.4rem;
	}
	.pages{
		margin-top: 40px;
		flex-direction: column;
	}
	.pages a{
		padding: 7px 10px;
	}
	.pages div{
		width: 100%;
	}
	.pages .page_next{
		margin-bottom: 10px;
	}
	.blog_list .side_list h3{
		font-size: 1.8rem;
	}
	.blog_list .side_list li a{
		font-size: 1.2rem;
		letter-spacing: 0.03em;
	}
	.blog_list .side_list li+li{
		margin-left: 0;
	}
	.blog_list .main_list li{
		width: 100%;
	}
	.blog_list .side_list li{
		width: 48%;
	}
	.blog_list .side_list li a{
		display: block;
		width: 100%;
	}
	 .main_list li a .right{
		width: 100%;
	}
	.blog_list .main_list li a .left{
		margin: 0 auto;
	}
}




.blog_item_list.blogpt .main_list li{
	width: calc((100% - 60px) / 3);
}

.blog_item_list.blogpt li a .left{
	width: 100%;
}

.blog_item_list.blogpt li a .right{
	width: 100%;
	padding-top: 10px;
}

.blog_item_list.blogpt li a img{
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}

.blog_item_list.blogpt li a{
	display: block;
	padding: 10px;
	padding-bottom: 30px;
}

@media (max-width: 1400px){
	.blog_item_list.blogpt .main_list li{
		width: calc((100% - 20px) / 2);
	}
	.blog_item_list.blogpt .main_list{
		gap: 20px;
	}
}



@media (max-width: 1200px){
	.blog_list .blog_item_list.blogpt .flex_bet.ch{
		flex-direction: row;
	}

}



@media (max-width: 650px){
	.blog_list .blog_item_list.blogpt .flex_bet.ch{
		flex-direction: column;
	}
	.blog_list .blog_item_list.blogpt .main_list li{
		width: 100%;
	}
}




.main_blog_list .blog_list .blog_item_list{
	max-width: 1200px;
	margin: 0 auto;
}

.main_blog_list .blog_list .pages{
	max-width: 1200px;
	margin: 80px auto 0;
}

.main_blog_list .blog_item_list{
	width: 100%;
}

.list_btn {
	width: 300px;
	margin: 60px auto 0;
}

.list_btn a{
	display: block;
	background-color: #284B7D;
	padding: 12px 0;
	text-align: center;
	border: solid 1px #284B7D;
}

.list_btn a:hover{
	background-color: rgb(80, 175, 97,0);
	color: #284B7D;
}

@media (max-width: 1400px){
	.blog_main .main_blog_list .main_list li{
		width: calc((100% - 40px) / 3);
	}
	.blog_main .main_blog_list .main_list{
		gap: 20px;
	}
}


@media (max-width: 1200px){
	.blog_main .main_blog_list .main_list li{
		width: calc((100% - 20px) / 2);
	}
	.blog_main .main_blog_list .main_list{
		gap: 20px;
	}
}


@media (max-width: 650px){
	.bl_ttl{
		margin-bottom: 30px;
		font-size: 2.6rem;
	}
	.blog_main .blog_list .item_box+.item_box{
		margin-top: 80px;
	}
	.list_btn{
		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: #284B7D;
	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 #284B7D;
    color: #284B7D;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

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

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






