@charset "UTF-8";

/* # =================================================================
   # 共通タイトル
   # ================================================================= */

.head-title-box{
	text-align:left;
	padding:200px 0 100px 0;
}


.titleTop {
  font-family:'Barlow', sans-serif;
  font-size:75px;
  line-height:100%;
  font-weight:500;
  color: var(--color-gray1);
  line-height:1;
  text-align:left;
  text-transform:uppercase;
  overflow:hidden;
}

.titleMain_en {
  display: inline-block;
  position: relative;
}

.titleMain-en-span {
	display:flex;
	justify-content:start;
	align-items:baseline;
	flex-wrap:wrap;
}

.trigger-area-txt {
  display: inline-block;
}

.titleTop-jp{
	font-size:16px;
	display: flex;
	align-items: center;
	color:var(--color-gray2);
	margin-top:10px;
}

.titleTop-jp::before{
	content: '';
	width:25px;
	height: 1px;
	margin-right: 10px; 
	background: var(--color-gray2);
}



.catch-txt{
	font-size:25px;
	font-weight:700;
	line-height:1.5em;
	letter-spacing: 3px;
	text-align:left;
	padding:5px 0 30px 0;
	margin-bottom:60px;
	border-bottom:solid 1px var(--color-gray4);
	position: relative;
}

.catch-txt span{
	display:block;
	font-size:16px;
	letter-spacing: 1px;
	margin-bottom:10px;
}

.catch-txt:after {
  position: absolute;
  content: " ";
  display: block;
  bottom: -2px;
  width: 80px;
}

.catch-txt-line-red:after{border-bottom: solid 4px var(--color-red);}
.catch-txt-line-blue:after{border-bottom: solid 4px var(--color-blue);}
.catch-txt-line-green:after{border-bottom: solid 4px var(--color-green);}
.catch-txt-line-gold:after{border-bottom: solid 4px var(--color-gold);}

.txt-red{color:var(--color-red);}
.txt-blue{color:var(--color-blue);}
.txt-green{color:var(--color-green);}
.txt-gold{color:var(--color-gold);}

.catch-txt2{
	font-size:22px;
	font-weight:bold;
	text-align:left;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:solid 1px var(--color-gray4);
}

.catch-txt3{
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
	vertical-align: middle;
}

.catch-txt4{
	font-size:25px;
	font-weight:700;
	text-align:left;
	margin-bottom:30px;
	padding:10px 15px;
	color:var(--color-white);
background: #4A8537;
background: linear-gradient(90deg, rgba(74, 133, 55, 1) 33%, rgba(255, 255, 255, 1) 100%);
	border-radius:10px;
}


.catch_txt_gold{
	font-size:20px;
	font-weight:Bold;
	line-height:2rem;
	color: var(--color-gold);
}

.txt-box{
	line-height:2rem;
	text-align:left;
}

.txt-box span{
	font-weight:Bold;
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.txt-box ul{list-style-type: square;padding-left:1em;padding-top:15px;padding-bottom:15px;}
.txt-box ul li{font-weight:700;}


@media screen and (max-width:768px){
.head-title-box{padding:150px 0 80px 0;}
.titleTop {font-size: 50px;}
}



@media screen and (max-width:599px){
.head-title-box{padding:150px 0 60px 0;}
.titleTop {font-size: 35px;}
.titleTop-jp{font-size:14px;}
.catch-txt{font-size:20px;}
.catch-txt2{font-size:20px;}
.catch_txt_gold{font-size:18px;}
}

/* # =================================================================
   # 共通画像
   # ================================================================= */

.subpage-img img{width:100%;}

.subpage-img2{text-align:center;}
.subpage-img2 img{width:80%;}


/* -----section flex main image-----*/
.subcont-main-img{margin-bottom:40px;overflow:hidden;aspect-ratio: 16 / 9;border-radius:10px;}
.subcont-main-img img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
	border-radius:10px;
}

/* # =================================================================
   # button
   # ================================================================= */
.flex-btn{margin-top: auto;}


/* # =================================================================
   # バナー
   # ================================================================= */
.bana-box{
	padding:15px 20px;
	border:solid 1px var(--color-gray4);
	border-radius:10px;
	width:250px;
	transition: all .5s;
}

.bana-box:hover{
	border:solid 1px var(--color-green);
}

.bana-box img{width:90%;}

/* # =================================================================
   # movie
   # ================================================================= */

.mv-wrapper {
	width: 100%;
}
.mv-movie {
	width: 100%;
	min-width: 100%;
	border-radius:10px;
}



/* # =================================================================
   # 概要
   # ================================================================= */

.gaiyou-bg{
	background-color:var(--color-gray6);
}


.gaiyo-ul{
	list-style-type:none;
}

.gaiyo-ul li{
	text-align:left;
	padding:25px 0;
	border-top:solid 1px var(--color-gray4);
	display:flex;
	justify-content: start;
	align-items:start;
	flex-wrap: wrap;
	column-gap:30px;
}


.gaiyo-ul li:first-child{
	border: none;
	padding-top:0;
}

.gaiyo-ul li p{font-weight:700;}

.gaiyo-name{
	font-size:14px;
	font-weight:700;
	background-color:var(--color-gray1);
	color:var(--color-white);
	width:220px;
	text-align:center;
	border-radius:5px;
	padding:5px;
}

.gaiyo-content{
	display:block;
	line-height:180%;
	text-align:left;
	flex:1;
}


.gaiyo-ul li ul{padding-left:15px;list-style-type: square;}

.gaiyo-ul li ul li{
	display: list-item;
	padding:0;
	border-top:0;
	font-size:14px;
	line-height:1.5;
}




@media screen and (max-width:768px){
	.gaiyo-name{width:100%;margin-bottom:15px;}
	.gaiyo-content{width:100%;margin-left:0;}  
}



/* # =================================================================
   # map
   # ================================================================= */

.ifram-map{
   transition: all 0.7s ease;
   width:100%;
   height:350px;
   margin-top:30px;
   border-radius:1em;
}

.ifram-map2{
   transition: all 0.7s ease;
   width:100%;
   height:450px;
   border-radius:1em;
}

.map-btn{
	display:block;
	background-image: url(../img/i_win.svg);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: right 15px center;
	font-size:14px;
	font-weight:Bold;
	padding:10px 30px 10px 15px;
	background-color: var(--color-white);
	border:solid 1px var(--color-gray1);
	color: var(--color-gray1);
	transition: all .5s;
	text-decoration:none;
	line-height:1;
	width:150px;
	border-radius:50px;
}


.map-btn:hover{
	background-image: url(../img/i_win_red.svg);
	background-position: right 10px center;
	color: var(--color-red) !important;
	border:solid 1px var(--color-red);
	text-decoration:none;
}


@media screen and (max-width:768px){
.ifram-map{
   transition: all 0.7s ease;
   width:100%;
   margin-top:30px;
}
}


/* # =================================================================
   # コンテンツflex
   # ================================================================= */

.section-flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:80px;
}

.section-flex-item-main{width:70%;}
.section-flex-item-menu{width:25%;}

@media screen and (max-width:1000px){
.section-flex-item-main{width:100%;padding-right:0;}
.section-flex-item-menu{width:100%;}
}


/* -----右メニュー-----*/

.r-menu-box{
	top: 100px;
	position: sticky;
	position: -webkit-sticky;
}

.r-menu-title{
	background:var(--color-gray1);
	color:var(--color-white);
	font-size:16px;
	font-weight:Bold;
	text-align:left;
	padding:25px 15px;
	border-radius:5px;
}

.r-menu-title span{
	display:block;
	font-size:14px;
}

.r-menu-flex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}


.r-menu-btn{
	display:block;
	background-image: url(../img/yaji_bk.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right 10px center;
	font-size:14px;
	font-weight:700;
	text-align:left;
	padding:15px 25px 15px 10px;
	color: var(--color-gray1);
	border-bottom:solid 1px var(--color-gray3);
	transition: all .5s;
	text-decoration:none;
	line-height:150%;
	width:100%;
}


.r-menu-btn:hover{
	background-image: url(../img/yaji_bk.svg);
	background-position: right 5px center;
	color: var(--color-gold) !important;
	text-decoration:none;
}


@media screen and (max-width:1000px){
	.r-menu-box{position: relative;top: 0;}
	.r-menu-title{
		background:none;
		color:var(--color-gray1);
		font-size:16px;
		font-weight:Bold;
		text-align:left;
		padding:0;
		padding-left:20px;
		margin-bottom:20px;
		border-radius:0;
		border-left:solid 2px var(--color-gray1);
	}
	.r-menu-flex{flex-direction: row;justify-content: space-between;}
	.r-menu-btn{
		width:48.5%;
		border:solid 1px var(--color-gray3);
		margin-bottom:15px;
		border-radius:10px;
		box-shadow: 4px 4px 20px -5px rgb(0 0 0 / 15%);
	}
}

@media screen and (max-width:599px){
	.r-menu-btn{font-size:12px;margin-bottom:10px;}
}



/* -----左メニュー-----*/


.section-flex2{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-flex2-item-nav{width:280px;}
.section-flex2-item-txt{flex:1;}


.section-flex2-item-nav .section-nav{
	top: 130px;
	position: sticky;
	position: -webkit-sticky;
}

.section-flex2-nav-btn{
	display:block;
	background-image: url(../img/yaji_wh.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 10px center;
	font-size:14px;
	font-weight:Bold;
	line-height:1.2;
	text-align:left;
	padding:6px 30px 6px 10px;
	color: var(--color-white);
	transition: all .5s;
	text-decoration:none;
	width:220px;
	border-radius:5px;
	margin-bottom:6px;
	position: relative;
}

.section-flex2-nav-btn-bg1{background-color:var(--color-green);}

.section-flex2-nav-btn-bg1:hover{
	background-image: url(../img/yaji_wh.svg);
	background-position: right 5px center;
	text-decoration:none;
	color: var(--color-white);
	background-color: var(--color-green);
}


.section-flex2-nav-btn::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}

.section-flex2-nav-btn:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}



@media screen and (max-width:900px){
.section-flex2-item-nav{width:100%;}
.section-flex2-item-txt{width:100%;}
.section-flex2-item-nav .section-nav{position: relative;top: 0;display:flex;justify-content: space-between;flex-wrap: wrap;row-gap:2px;margin-bottom:60px;}
.section-flex2-nav-btn{font-size:10px;width:48.5%;}
}

/* # =================================================================
   # 関連会社
   # ================================================================= */

#kanren .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:1em;
}

#kanren .box{
	width:49%;
	background-color:var(--color-gray5);
	padding:1.5em;
	border-radius:1em;
}
#kanren .cap{
	display: inline;
	background-color:var(--color-gray1);
	color:var(--color-white);
	padding:5px 10px;
	font-size:14px;
	font-weight:700;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

#kanren .info-txt{
	line-height:150%;
	text-align:left;
}

#kanren .info-txt p{
	margin:15px 0;
	font-size:18px;
	font-weight:700;
}

#kanren .info-txt a{color:var(--color-green);}

@media screen and (max-width:768px){
	#kanren .box{width:100%;}
}


/* # =================================================================
   # 事業一覧
   # ================================================================= */
#office .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#office .flex-item-nav{width:230px;}
#office .flex-item-txt{flex:1;}


#office .flex-item-nav .nav{
top: 150px;
position: sticky;
position: -webkit-sticky;
}

#office .nav-btn{
	display:block;
	background-image: url(../img/yaji_bk.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 15px center;
	font-size:14px;
	font-weight:Bold;
	padding:10px 30px 10px 15px;
	background-color: var(--color-white);
	border:solid 1px var(--color-gray1);
	color: var(--color-gray1);
	transition: all .5s;
	text-decoration:none;
	line-height:1;
	width:180px;
	border-radius:50px;
	margin-bottom:10px;
}


#office .nav-btn:hover{
	background-image: url(../img/yaji_red.svg);
	background-position: right 10px center;
	color: var(--color-red) !important;
	border:solid 1px var(--color-red);
	text-decoration:none;
}

#office .name-txt{
	font-weight:Bold;
	background-color:var(--color-gray1);
	color:var(--color-white);
	text-align:left;
	border-radius:5px;
	padding:5px 15px;
	margin:40px 0 15px 0;
}
#office .info-txt{
	line-height:180%;
	text-align:left;
}

#office .block-space{margin-top:60px;}

@media screen and (max-width:768px){
#office .flex-item-nav{width:100%;}
#office .flex-item-txt{width:100%;}
#office .flex-item-nav .nav{position: relative;top: 0;display:flex;column-gap:5px;flex-wrap: wrap;margin-bottom:20px;}
#office .nav-btn{font-size:12px;width:48%;}
}


/* # =================================================================
   # company
   # ================================================================= */

#company .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#company .flex-item-txt{width:40%;}
#company .flex-item-img{width:50%;}
#company .flex-item-img img{width:100%;border-radius:5px;}

#company .title{
	font-size:2.5rem;
	font-weight:500;
	margin-bottom:30px;
	text-transform:uppercase;
}
#company .title span{display:block;font-size:1rem;color:var(--color-gray2);}
#company .txt{margin-bottom:30px;}

#company-link .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:4rem;
}

#company-link .flex::after{
	content:"";
	display: block;
	width:30%;
}

#company-link .flex-item{width:30%;}


#company-link .img{overflow:hidden;border-radius:5px;aspect-ratio: 16 / 9;margin-bottom:15px;}
#company-link .img img{
	width:100%;
	height:100%;
	object-fit: cover;
	transition: all .5s;
}

#company-link .linkbox:hover .img img{
	transform: scale(1.1);
}

#company-link .flex-btn{
	display:flex;
	align-items:center;
}

#company-link .link__txt{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
}
#company-link .link__txt p{display:block;font-size:0.7rem;color:var(--color-gray2);}

@media screen and (max-width:1200px){
	#company-link .flex-item{width:47%;}
}

@media screen and (max-width:768px){
	#company .flex-item-img{width:100%;padding-bottom:30px;}
	#company .flex-item-txt{width:100%;}
}

@media screen and (max-width:599px){
	#company-link .flex{row-gap:2rem;}
	#company-link .flex-item{width:100%;}
}


/* # =================================================================
   # message
   # ================================================================= */

#message .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#message .flex-item-txt{width:55%;}
#message .flex-item-img{width:40%;}
#message .flex-item-img img{width:100%;border-radius:5px;}

#message .name-txt{
	text-align:right;
	font-size:1.3rem;
	margin-top:30px;
}

#message .name-txt span{
	display:block;
	font-size:0.8rem;
}

@media screen and (max-width:768px){
#message .flex-item-txt{width:100%;}
#message .flex-item-img{width:100%;padding-bottom:50px;}
}




/* # =================================================================
   # #common_sub_page
   # ================================================================= */

.common-sub-btn{margin-top: auto;}


#common_sub_page .main-img-box{overflow:hideen:}
#common_sub_page .main-img-box img{
	width:100%;
	height:550px;
	object-fit: cover;
	object-position: center;
}

#common_sub_page .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:50px;
}

#common_sub_page .flex-item{
	width:48%;
	display: flex;
	flex-direction: column;
}

#common_sub_page .flex-item .img{overflow: hidden;aspect-ratio: 16 / 9;border-radius:1em;margin-bottom:30px;}
#common_sub_page .flex-item .img img{
	width:100%;
}

#common_sub_page .flex2{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:20px;
}

#common_sub_page .flex2-item{
	width:49%;
	background:var(--color-white);
	padding:1.5em;
	border:solid 1px var(--color-gray4);
	border-radius:1em;
	display: flex;
	flex-direction: column;
}


#common_sub_page .txt{
	font-size:22px;
	font-weight:700;
	padding-bottom:20px;
}

#common_sub_page .txt-sub{
	font-size:18px;
	font-weight:700;
	padding-bottom:20px;
}

#common_sub_page .txt-c-green{color:var(--color-green);}
#common_sub_page .txt-c-blue{color:var(--color-blue);}

#common_sub_page .txt-box ul{list-style-type: square;padding-left:1em;padding-top:0;padding-bottom:0;}
#common_sub_page .txt-box ul li{font-weight:normal;}



@media screen and (max-width:599px){
	#common_sub_page .txt{font-size:20px;}
	#common_sub_page .flex-item{width:100%;}
	#common_sub_page .flex2-item{width:100%;}
	#common_sub_page .main-img-box img{height:350px;}
}


/* # =================================================================
   # common swiper
   # ================================================================= */

#bana-subcommon .img-box{overflow:hidden;aspect-ratio: 16 / 9;border-radius:1em;}
#bana-subcommon .img-box img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
	transition: all .5s;
}

#bana-subcommon .linkbox:hover .img-box img{
	transform: scale(1.1);
}


#bana-subcommon .business-arw{
	position:absolute;
	top:2em;
	right:2em;
	z-index:1;
}

#bana-subcommon .title-txt{
	font-size:22px;
	font-weight:700;
	line-height:1.5em;
	color:var(--color-white);
	padding:15px 0;
}

#bana-subcommon .sub-txt{
	font-size:14px;
	font-weight:500;
	line-height:1.8em;
	color:var(--color-white);
}



@media screen and (max-width:768px){
	#bana-subcommon .busuness-arw{bottom:1.5em;right:1.5em;}
	#bana-subcommon .title-txt{font-size:25px;}
	#bana-subcommon .sub-txt{font-size:16px;}
}

@media screen and (max-width:599px){
	#bana-subcommon .img-box{overflow:hidden;aspect-ratio: 5 / 5;border-radius:1em;}
	#bana-subcommon .service-arw{bottom:1em;right:1em;}
	#bana-subcommon .title-txt{font-size:20px;}
	#bana-subcommon .sub-txt{font-size:12px;}
}


/* # =================================================================
   # soukanzu
   # ================================================================= */
   
#soukanzu .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:15px;
}

#soukanzu .flex-item{width:32.5%;}
#soukanzu .flex-item img{width:100%;}

@media screen and (max-width:768px){
	#soukanzu .flex-item{width:100%;}
}

/* # =================================================================
   # partnership top
   # ================================================================= */

#partner .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:20px;
}

#partner .flex-subitem-L{width:50%;}
#partner .flex-subitem-R{width:45%;}

#partner .c-box{
	width:48.5%;
	background-color:var(--color-gray5);
	padding:2em;
	border-radius:1em;
	display:flex;
	flex-direction: column;
}

#partner .c-box:first-child{margin-top:0;}

#partner .flex-no{
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	border-bottom:solid 1px var(--color-green);
	font-size:12px;
	margin-bottom:20px;
}

#partner .no-l{font-size:12px;text-align:left;color:var(--color-green);}
#partner .no-r{font-size:12px;text-align:right;color:var(--color-green);}

#partner .title-txt{
	font-size:24px;
	line-height:1.2em;
	font-weight:Bold;
	text-align:left;
	margin-bottom:20px;
	color:var(--color-green);
}

#partner .title-txt span{
	display:block;
	font-size:12px;
	line-height:1.5em;
	margin-bottom:15px;
	color:var(--color-gray1);
}

#partner .txt-box{
	font-size:14px;
	line-height:1.5em;
}

#partner .img-box{overflow:hidden;aspect-ratio: 1 / 1;border-radius:10px;}
#partner .img-box img{
	width:100%;
	object-fit: cover;
	object-position: center;
}


#partner .btn-box{margin-top:auto;}
#partner .main__btn{width:100%;margin-top:10px;}

#partner .main__btn__txt{
	text-align:left;
	font-size:14px;
	font-weight:Bold;
	flex:1;
}

@media screen and (max-width:900px){
	#partner .flex-subitem-L{width:100%;}
	#partner .flex-subitem-R{width:100%;}
	#partner .c-box{padding:1.2em;}
	#partner .img-box{overflow:hidden;aspect-ratio: 16 / 9;border-radius:10px;}
	#partner .img-box img{
		width:100%;
		height:100%;
		object-fit: cover;
		object-position: center;
	}
	.busi-order1{order:1;}
	.busi-order2{order:2;}
}
@media screen and (max-width:599px){
	#partner .c-box{width:100%;}
}


/* # =================================================================
   # partnership sub
   # ================================================================= */


#partner_sub .title-txt{
	width:100%;
	line-height: 1.5rem;
	text-align:left;
	color: var(--color-gold);
	font-size:18px;
	font-weight:Bold;
	border: 1px solid var(--color-gold);
	padding:10px 15px;
	margin-bottom:15px;
}

#partner_sub .txt-box-sub{
	font-size:16px;
	line-height:1.8rem;
	text-align:left;
	letter-spacing: 0.05em;
	margin-bottom:50px;
}

#partner_sub .txt-box-sub span{font-weight:700;background:linear-gradient(transparent 60%, #ff6 60%);}

#partner_sub .entry-box{
	background-color:var(--color-gold);
	padding:1.5em;
	border-radius:1em;
	margin-top:50px;
}

#partner_sub .main__btn{width:80%;}

#partner_sub .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:15px;
}

#partner_sub .flex-item{
	width:49%;
	background-color:var(--color-gray5);
	padding:1.5em;
	border-radius:1em;
}

#partner_sub .flex-item .flex-title{
	font-size:18px;
	font-weight:Bold;
	color:var(--color-gold);
	padding-bottom:15px;
}

#partner_sub .flex-item .flex-txt{
	font-size:14px;
	line-height:1.5rem;
}


@media screen and (max-width:599px){
	#partner_sub .flex-item{width:100%;}
}

/* # =================================================================
   # subpage タブ
   # ================================================================= */

.cate_link {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap:10px;
	margin-bottom: 50px;
	padding: 0;
	list-style-type: none;
}
.cate_link li {
	display: inline-block;
	font-size:14px;
	color: var(--color-gray1);
	border:solid 1px var(--color-gray2);
	padding:10px 15px;
	border-radius:50px;
	font-weight:Bold;
	position: relative;
	cursor: pointer;
	text-align: left;
	line-height: 1;
	transition: ease .3s;
}
.cate_link li:first-child {
	margin-left: 0;
}
.cate_link li.active, .cate_link li:hover {
	color: var(--color-white);
	border:solid 1px var(--color-gray2);
	background:var(--color-gray1);
	font-weight:Bold;
}
.cate_link li.active:after, .cate_link li:hover:after {
	display: block;
}
/* # =================================================================
   # practice list
   # ================================================================= */

#practice .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	row-gap:40px;
}

#practice .flex-item{width:48.5%;}

#practice .practice-img{
	overflow:hidden;
	aspect-ratio: 16 / 9;
	border-radius:1em;
	margin-bottom:15px;
}

#practice .practice-img img{
	width:100%;
	height:100%;
	object-fit: cover;
	transition: all .5s;
}

#practice .practice-name{
	font-size:16px;
	font-weight:700;
	line-height:1.5rem;
	text-align:left;
	margin:10px 0 10px 0;
}

#practice .practice-txt{
	font-size:14px;
	line-height:1.5rem;
	text-align:left;
	text-transform: capitalize;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

#practice .practice-arw{
	position:absolute;
	top:1em;
	right:1em;
	z-index:1;
}


#practice .linkbox:hover .practice-img img{
	transform: scale(1.1);
}

#practice .cate_box {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap:5px;
	padding: 0;
	list-style-type: none;
}
#practice .cate_box li {
	display: inline-block;
	font-size:12px;
	color: var(--color-white);
	background-color: var(--color-gray1);
	padding:5px 10px;
	border-radius:50px;
	font-weight:Bold;
	position: relative;
	cursor: pointer;
	text-align: left;
	line-height: 1;
	transition: ease .3s;
}
#practice .cate_box li:first-child {
	margin-left: 0;
}



@media screen and (max-width:599px){
	.practice-name{font-size:14px;line-height:1.3rem;}
	.practice-txt{font-size:12px;line-height:1.2rem;}
	#practice .practice-arw{top:10px;right:10px;}
}

/* # =================================================================
   # practice sub
   # ================================================================= */

#practice_sub .practice-map{
   transition: all 0.7s ease;
   width:100%;
   height:450px;
   border-radius:1em;
}

#practice_sub .info-ul{
	list-style: none;
}

#practice_sub .info-ul li{
	text-align:left;
	padding:25px 0;
	border-top:solid 1px var(--color-gray4);
	display:flex;
	justify-content: start;
	align-items:start;
	flex-wrap: wrap;
	column-gap:30px;
}

#practice_sub .info-ul li:first-child{
	border: none;
	padding-top:0;
}

#practice_sub .info-ul .info-name{
	font-weight:700;
	width:150px;
	text-align:left;
}

#practice_sub .info-content{
	display:block;
	flex:1;
	line-height:180%;
	text-align:left;
}

#practice_sub .info-content p{font-weight:700;}

#practice_sub .btn-box{
	display:flex;
	justify-content: start;
	flex-wrap: wrap;
	column-gap:15px;
	row-gap:15px;
	margin:30px 0 50px 0;
}
#practice_sub .main__btn{width:250px;}
#practice_sub .main__btn__txt{font-size:16px;}


@media screen and (max-width:599px){
	#practice_sub .info-ul .info-name{width:100%;}
	#practice_sub .info-content{width:100%;}
	#practice_sub .main__btn{width:100%;}
}



@media screen and (max-width:768px){
	#practice_sub .info-ul .info-name{float:none;display:block;padding-bottom:15px;}
	#practice_sub .info-content{	margin-left:0;}  
}


/* # =================================================================
   # business top
   # ================================================================= */

#business .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:4rem;
}
#business .flex-item{width:48%;}

#business .img{overflow:hidden;aspect-ratio: 16 / 7;border-radius:10px;margin-bottom:15px;}
#business .img img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
	transition: all .5s;
}


#business .linkbox:hover .img img{
	transform: scale(1.1);
}

#business .flex-btn{
	display:flex;
	align-items:center;
	column-gap:10px;
}

#business .link__txt{
	font-size:1.1rem;
	font-weight:500;
	text-transform:uppercase;
}
#business .link__txt span{display:block;font-size:0.7rem;word-break: normal;color:var(--color-gray2);}

@media screen and (max-width:1200px){
	#business .flex-item{width:47%;}
}

@media screen and (max-width:599px){
	#business .flex{row-gap:2rem;}
	#business .flex-item{width:100%;}
}




/* # =================================================================
   # bussiness sub
   # ================================================================= */


#business_sub .main-img-box{overflow:hideen:}
#business_sub .main-img-box img{
	width:100%;
	height:350px;
	object-fit: cover;
	object-position: center;
}


#business_sub .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:40px;
}

#business_sub .flex-item{
	width:48%;
	background:var(--color-white);
	padding:2rem;
	border:solid 1px var(--color-gray4);
	border-radius:10px;
	display: flex;
	flex-direction: column;
}

#business_sub .flex-txt{
	font-size:22px;
	font-weight:Bold;
	padding:0 0 20px 0;
	color:var(--color-gold);
}

#business_sub .flex-txt-zeroco{
	font-size:22px;
	font-weight:Bold;
	padding:0 0 20px 0;
	color:var(--color-blue);
}


#business_sub .flex-link{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:40px;
}

#business_sub .flex-link:after{
	content: "";
    display: block;
    width: 30%;
    height: 0;
}

#business_sub .flex-link-item{width:30%;}

#business_sub .link-img-box{
	display:flex;
	justify-content: center;
	align-items: center;
	background:var(--color-white);
	border:solid 4px var(--color-white);
	border-radius:10px;
	transition: all .5s;
}

#business_sub .link-img-box img{
	width:100%;
}

#business_sub .linkbox:hover .link-img-box{
	border:solid 4px var(--color-gold);
}

#business_sub .link-txt{
	font-size:16px;
	font-weight:Bold;
	padding:20px 0 15px 0;
	color:var(--color-white);
	background-image: url(../img/yaji_wh.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 5px center;
	transition: all .5s;
}

#business_sub .linkbox:hover .link-txt{
	background-image: url(../img/yaji_wh.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 0px center;
}

#business_sub .link-txt-sub{
	display:block;
	font-size:14px;
	line-height:1.5rem;
	color:var(--color-white);
}


#business_sub .txt-box-ul{
	list-style: none;
	margin-top:50px;
}

#business_sub .txt-box-ul li{
	text-align:left;
	padding:25px 0;
}

#business_sub .txt-box-ul li:first-child{
	border: none;
	padding-top:0;
}

#business_sub .business-name{float:left;font-weight:Bold;font-size:20px;}
#business_sub .business-content{
	display:block;
	line-height:180%;
	text-align:left;
	margin-left:150px;
}


#business_sub .txt-box-ul2{
	list-style: none;
}

#business_sub .txt-box-ul2 li{
	text-align:left;
	padding:25px 0;
	border-top:solid 1px var(--color-gray4);
}

#business_sub .txt-box-ul2 li:first-child{
	border: none;
	padding-top:0;
}

#business_sub .business-name2{float:left;font-weight:Bold;}
#business_sub .business-content2{
	display:block;
	line-height:180%;
	text-align:left;
	margin-left:250px;
}



@media screen and (max-width:1000px){
	#business_sub .flex-link-item{width:47%;}
}

@media screen and (max-width:768px){
	#business_sub .main-img-box img{height:250px;}
	#business_sub .flex{row-gap:20px;}
	#business_sub .flex-item{width:100%;padding:1.5rem;}
	#business_sub .link-txt{font-size:14px;}
	#business_sub .link-txt-sub{font-size:12px;}
}

@media screen and (max-width:599px){
	#business_sub .flex-txt{font-size:20px;}
	#business_sub .link-txt-sub{display:none;}
	#business_sub .business-name{float:none;display:block;padding-bottom:15px;}
	#business_sub .business-content{margin-left:0;} 
	#business_sub .business-name2{float:none;display:block;padding-bottom:15px;}
	#business_sub .business-content2{margin-left:0;} 
}

/* # =================================================================
   # zeroco
   # ================================================================= */


#zeroco .logo-img{text-align:center;margin-top:50px;}
#zeroco .logo-img img{width:180px;}


#zeroco .flex-link{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:30px;
}



#zeroco .flex-link-item-logo{width:30%;}
#zeroco .flex-link-item-txt{width:65%;}

#zeroco .link-img-box{
	display:flex;
	justify-content: center;
	align-items: center;
	background:var(--color-white);
	border:solid 4px var(--color-white);
	border-radius:10px;
	transition: all .5s;
}

#zeroco .link-img-box img{
	width:100%;
}

#zeroco .linkbox:hover .link-img-box{
	border:solid 4px var(--color-gold);
}

#zeroco .link-txt{
	font-size:16px;
	font-weight:Bold;
	padding-bottom:10px;
	margin-bottom:15px;
	color:var(--color-white);
	background-image: url(../img/yaji_wh.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 5px center;
	border-bottom:solid 1px var(--color-gray2);
	transition: all .5s;
}

#zeroco .linkbox:hover .link-txt{
	background-image: url(../img/yaji_wh.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 0px center;
}

#zeroco .link-txt-sub{
	display:block;
	font-size:14px;
	line-height:1.5rem;
	color:var(--color-white);
}

@media screen and (max-width:768px){
#zeroco .logo-img img{width:150px;}
#zeroco .flex-link-item-logo{width:100%;}
#zeroco .flex-link-item-txt{width:100%;}
}



/* # =================================================================
   # テーブルスクロール
   # ================================================================= */

	.table-scroll{
		display: block;
		overflow: auto;
		white-space: pre-line;
		-webkit-overflow-scrolling: touch;
	}
	
	.scroll::-webkit-scrollbar{
		height: 15px;
	}
	.scroll::-webkit-scrollbar-track{
		background: #f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb{
		background: #bbb;
	}



/* # =================================================================
   # 採用情報
   # ================================================================= */

#recruit .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:30px;
}

#recruit .flex-item{
	width:48%;
	display: flex;
	flex-direction: column;
}

#recruit .flex-item .img{overflow: hidden;aspect-ratio: 16 / 9;border-radius:1em;margin-bottom:30px;}
#recruit .flex-item .img img{
	width:100%;
}

#recruit .flex2{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap:20px;
}

#recruit .flex2-item{
	width:49%;
	background:var(--color-white);
	padding:1.5em;
	border:solid 1px var(--color-gray4);
	border-radius:1em;
	display: flex;
	flex-direction: column;
}

#recruit .txt{
	font-size:22px;
	font-weight:700;
	padding-bottom:20px;
}

#recruit .txt-sub{
	font-size:18px;
	font-weight:700;
	padding-bottom:20px;
}

#recruit .txt-c-blue{color:var(--color-blue);}

#recruit .work-box{
	background-color:var(--color-gray5);
	padding:1em;
	border-radius:1em;
	margin-bottom:10px;
	text-align:left;
	font-weight:700;
	line-height:1.5em;
	display:flex;
	justify-content: start;
	flex-wrap: wrap;
	column-gap:10px;
}

#recruit .work-box .tags span{
	background-color:var(--color-white);
	color:var(--color-gray1);
	border-radius:50px;
	font-size:12px;
	padding:3px 8px;
	text-align:center;
}

#recruit .work-box a{color:var(--color-blue);}


@media screen and (max-width:599px){
	#recruit .txt{font-size:20px;}
	#recruit .flex-item{width:100%;}
	#recruit .flex2-item{width:100%;}
	#recruit .work-box .tags{
		width:100%;
		margin-bottom:5px;
	}
}



table.recruit-tbl {
  border-collapse: collapse;
  width: 100%;
}
table.recruit-tbl th,
table.recruit-tbl td {
  padding: 15px;
  border: 1px solid var(--color-gray3);
  background-color: var(--color-white);
  vertical-align: middle;
  line-height:150%;
  letter-spacing: 1px;
}
table.recruit-tbl th {
  background-color: var(--color-gray5);
  vertical-align:middle;
  font-weight:normal;
  width: 30%;
   text-align: center;
}

table.recruit-tbl td {
  font-size:16px;
   text-align: left;
}

.entry-box{
	background-color: var(--color-gray5);
	padding:30px 20px;
	margin-top:30px;
	margin-bottom:80px;
}


#entry .ctabtn {
	display:block;
	font-size:16px;
	font-weight:700;
	text-decoration:none;
	line-height:150%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:15px 15px;
	border:solid 1px var(--color-gray1);
	background-color:var(--color-gray1);
	width:250px;
	position: relative;
	overflow: hidden;
	transition: ease .2s;
}

#entry .ctabtn span{
	position: relative;
	display:block;
	background-image: url(../img/yaji_white.svg);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: right 20px center;
	color: var(--color-white);
	z-index: 2;
}

#entry .ctabtn:hover span{
	background-image: url(../img/yaji_bk.svg);
	color: var(--color-gray1); !important;
	text-decoration:none;
	cursor: pointer;
}

#entry .ctabtn-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color:var(--color-white);
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
#entry .ctabtn-bg:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

@media screen and (max-width:599px){
	table.recruit-tbl {border-top: 1px solid var(--color-gray3);}
	table.recruit-tbl td {
		display: block;
	}
	table.recruit-tbl th {
		display: block;
		border-top: none;
		border-bottom: none;
		width: 100%;
	}
	#entry .ctabtn {width:100%;}
}