/* CSSのインクルード */
@import url("utility.css");
@import url("system.css");

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Roboto&display=swap');

/* サイトCSS */
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #4d4d4d;
	background-color: #f5f5f5;
}
.menu{
	border: none;
	border-radius: 0;
}
.container{
	width: 100%;
	max-width: 1080px;
	position: relative;
	margin: 0 auto;
}
.en{
	font-family: "futura-100", sans-serif;
	font-weight: 400;
	font-style: normal;
}
a{
	color: #333333;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover{
	color: #333333;
}
div#main{
	width: 90vw;
}
div#page{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

@media only screen and (max-width: 768px) {
	.container{
		width: 90%;
	}
	div#page{
		display: block;
	}
	div#main{
		width: 100%;
		margin-top: 80px;
	}
	.single-post article.post{
		padding: 50px 0;
	}
}

/* =======================================================
ヘッダー
======================================================= */
header#header{
	position: relative;
	width: 10vw;
	min-width: 200px;
}
#masthead{
	width: 10vw;
	min-width: 200px;
	min-height: 500px;
	height: 100vh;
	background-color: #ffffff;
	position: relative;
	height: calc(100% - 130px);
	padding: 65px 0;
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 3;
}
#site-title{
	width: 150px;
	height: 70px;
	margin: 0 auto 65px;
}
#site-title a{
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/logo.png') no-repeat center;
	background-size: contain;
	text-indent: -9999px;
}
.drawer-hamburger{
	background-color: #ff9800;
	border-radius: 30px;
	padding: 18px 14px 30px;
	top: 10px;
	right: 10px !important;
	z-index: 1111;
}
.drawer--right.drawer-open .drawer-hamburger{
	right: calc(10px + 16.25rem) !important;
}
.drawer-hamburger:hover{
	background-color: #ff9800;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
	background-color: #ffffff;
}
nav.drawer-nav{
	background: rgba(255,255,255,0.9);
	z-index: 1111;
}
nav.drawer-nav li a{
	display: block;
	padding: 15px 0;
	border-bottom: dotted 1px #cccccc;
	text-align: center;
}
nav.drawer-nav li a:hover{
	transform: translate(20px, 0);
}
header#header ul.menu{
	width: 70px;
	margin: 0 auto;
}
header#header ul.menu li{
	padding: 10px 0;
}
header#header ul.menu li a{
	font-family: "futura-100", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #4d4d4d;
}
a.btn_more{
	display: block;
	width: 300px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: 50px auto 0;
	font-family: "futura-100", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #f5f5f5;
	border-radius: 10px;
	box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
a.btn_more:hover{
	box-shadow: none;
	background-color: #CFCFCF;
	color: #ffffff;
}


@media only screen and (max-width: 768px) {
	header#header{
		width: 100%;
	}
	#masthead{
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 10px 0;
	}
	#site-title{
		width: 130px;
		height: 60px;
		margin: 0 auto;
	}
}

/* =======================================================
フッター
======================================================= */
p#copy{
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	p#copy{
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin: 10px auto;
	}
}

/* =======================================================
トップページ
======================================================= */
section.cnt_wrapper{
	padding: 100px 0;
}
.page .page_ttl,
.page .entry-title,

section.cnt_wrapper h2{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 50px;
}
#mainVisual{
	padding: 0 0 100px;
}
.slide_inner{
	width: 100%;
	height: auto;
	min-height: 880px;
}
#slide_01{
	background: url('../images/top_slide_01.webp') no-repeat center;
	background-size: cover;
}
#slide_02{
	background: url('../images/top_slide_02.webp') no-repeat center;
	background-size: cover;
}

#about .cnt_inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#about .cnt_inner p{
	line-height: 2;
	text-align: center;
}
#service .cnt_inner,
#recruit .cnt_inner{
	display: flex;
	gap: 4%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#service .cnt_inner > div,
#recruit .cnt_inner > div{
	flex-basis: 48%;
}
#service .cnt_inner p,
#recruit .cnt_inner p{
	line-height: 2;
}
.item_list{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 5%;
}
.item_list li{
	flex-basis: 30%;
}
.item_list li img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
.item_list li p{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.item_list li:nth-child(n+4){
	margin-top: 40px;
}
#member .cnt_inner{
	background: url('../images/DSC_0073.JPG') no-repeat 35% center;
	background-size: 145%;
	min-height: 655px;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
#member p{
	text-align: center;
}
.member_box{
	padding: 50px 0;
}
.member_box,
.contact_box{
	flex-basis: 50%;
}
.member_box h2{
	text-align: center;
}
.contact_box h2{
	color: #ffffff;
	text-align: center;
}
.img_yt img,
#recruit .cnt_inner img{
	border-radius: 10px;
}
#news .loop_area{
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}
#news .loop_area article.post{
	padding: 30px;
	border-top: dotted 1px #4d4d4d;
}
#news .loop_area article.post:first-child{
	border: none;
}
#news .loop_area article.post header.entry-header{
	display: flex;
	align-items: center;
	gap: 40px;
}
#contact .cnt_inner{
	background: url('../images/cover_contact.webp') no-repeat left center;
	background-size: cover;
	min-height: 400px;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.home .wp-pagenavi{
	display: none;
}


@media only screen and (max-width: 768px) {
	#about .cnt_inner p{
		text-align: left;
	}
	#service .cnt_inner > div,
	#recruit .cnt_inner > div{
		flex-basis: 100%;
	}
	#service .cnt_inner > div img{
		display: block;
		width: 70%;
		height: auto;
		margin: 0 auto 50px;
	}
	.item_list li{
		flex-basis: 47.5%;
	}
	.item_list li:nth-child(n+3){
		margin-top: 40px;
	}
	.item_list li p{
		font-size: 20px;
	}
	#member .cnt_inner{
		background: none;
		min-height: 0;
		justify-content: center;
	}
	.member_box{
		padding: 0;
	}
	.member_box h2,
	.contact_box h2,
	.member_box p{
		color: #4d4d4d;
	}
	#member .sec_cover,
	#recruit .sec_cover{
		margin-top: 50px;
	}
	#news .loop_area article.post header.entry-header{
		display: block;
	}
	.contact_box{
		flex-basis: 100%;
	}
	.slide_inner{
		min-height: calc(100vh - 80px);
	}
	#slide_01{
		background: url('../images/top_slide_01sp.webp') no-repeat center;
		background-size: cover;
	}
	#slide_02{
		background: url('../images/top_slide_02sp.webp') no-repeat center;
		background-size: cover;
	}
}

/* =======================================================
固定ページ
======================================================= */
.page.type-page{
	padding-top: 100px;
}
.page-id-21{
	padding-top: 0;
}
.page-id-13 .entry-title{
	display: none !important;
}
.page-id-906 .wp-block-columns .wp-block-column{
	background-color: #ffffff;
	border-radius: 10px;
}
.page-id-21 .page_cover{
	height: 40vw;
	min-height: 655px;
	border-radius: 10px;
	background: url('../images/img_recruit.webp') no-repeat center;
	background-size: 110vw;
	width: 90%;
	margin: 0 auto 100px;
}
.page-id-21 .page_cover .cover_inner{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.page-id-21 .page_cover .cover_inner h2{
	color: #ffffff;
	text-align: center;
	font-size: 40px;
	flex-basis: 100%;
}
.page-id-21 .page_cover .cover_inner p{
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	flex-basis: 100%;
	margin-top: 50px;
}
.loop_area.recruit{
	margin-bottom: 100px;
}
.loop_area.recruit article.post,
.loop_area.new-recruit article.post{
	margin-top: 50px;
}
.loop_area.recruit article.post:first-child,
.loop_area.new-recruit article.post:first-child{
	margin-top: 0;
}
.loop_area.recruit article.post .entry-summary a,
.loop_area.new-recruit article.post .entry-summary a{
	display: block;
	padding: 10px;
}
.loop_area.recruit article.post .entry-summary a:hover,
.loop_area.new-recruit article.post .entry-summary a:hover{
	background-color: #ffffff;
}
.loop_area.recruit article.post .entry-summary a::after,
.loop_area.new-recruit article.post .entry-summary a::after{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url('../images/red-arrow.webp') no-repeat center;
	background-size: cover;
	margin-left: auto;
}
.summary-box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 3%;
	flex-wrap: wrap;
}
.job_type{
	flex-basis: 15%;
	text-align: center;
	font-weight: bold;
}
.recruit_type{
	flex-basis: 15%;
	text-align: center;
	font-weight: bold;
	background-color: #4fb133;
	color: #ffffff;
	padding: 5px;
}
.summary-title{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}
.fixation_box{
	margin-bottom: 50px;
}
.fb_inner{
	margin-top: 30px;
}
.fb_inner:first-child{
	margin-top: 0;
}
.fb_inner h4{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.fb_inner p,
.fb_inner ul{
	line-height: 2;
	padding:  0 20px;
}


@media only screen and (max-width: 768px) {
	.page-id-21 .page_cover{
		min-height: 70vw;
	}
	.page-id-21 .page_cover .cover_inner{
		width: 100%;
	}
	.page-id-21 a.btn_more.ex{
		margin: 0 auto 100px;
	}
	.job_type{
		flex-basis: 47%;
	}
	.recruit_type{
		flex-basis: 47%;
	}
	.summary-box > div{
		flex-basis: 100%;
		margin-top: 15px;
	}
}

/* =======================================================
カテゴリーページ
======================================================= */
.category{
	/* padding-top: 100px; */
}
.category .page_cover{
	height: 40vw;
	min-height: 655px;
	border-radius: 10px;
}
.category .page_cover .cover_inner{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.category .page_cover .cover_inner h2{
	color: #ffffff;
	text-align: center;
	font-size: 40px;
	flex-basis: 100%;
}
.category .page_cover .cover_inner p{
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	flex-basis: 100%;
	margin-top: 50px;
	background-color: rgba(0,0,0,0.5);
	padding: 5px;
}
.category-member .page_cover{
	background: url('../images/DSC_0073.JPG') no-repeat 35% center;
	background-size: 110vw;
	width: 90%;
	margin: 0 auto 100px;
}
.member_loop{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 2.75%;
}
.member_loop article.post{
	flex-basis: 31%;
	margin-top: 40px;
}
.member_loop article.post:nth-child(1),
.member_loop article.post:nth-child(2),
.member_loop article.post:nth-child(3){
	margin-top: 0;
}
.member_loop .entry-summary a .loop_thumbs{
	width: 100%;
	aspect-ratio: 1 /1;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.member_loop .loop_name{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-top: 15px;
}
.member_loop .loop_name span{
	font-size: 14px;
	padding-right: 5px;
}
.member_loop .entry-summary a:hover .loop_thumbs{
	border-radius: 0;
}
.category-news .loop_area article.post{
	padding: 15px;
	border-top: dotted 1px #565656;
}
.category-news .loop_area article.post:first-child{
	border: none;
}
.category-news .loop_area article.post header.entry-header{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.category-news .loop_area article.post header.entry-header p.published{
	flex-basis: 10%;
}
.category-news .loop_area article.post header.entry-header h3.entry-title{
	flex-basis: 88%;
}



@media only screen and (max-width: 768px) {
	.category .page_cover{
		min-height: 70vw;
	}
	.category .page_cover .cover_inner{
		width: 100%;
	}
	.member_loop article.post{
		flex-basis: 48.5%;
	}
	.member_loop .loop_name span{
		display: block;
		padding-right: 0;
		padding-bottom: 10px;
	}
	.member_loop article.post:nth-child(3){
		margin-top: 40px;
	}
	.category-news .loop_area article.post header.entry-header{
		display: block;
	}
}

/* =======================================================
投稿ページ
======================================================= */

/* メンバーインタビュー */
.post-template-single-member .page_cover{
	position: relative;
}
.post-template-single-member .member_cover img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.post-template-single-member .member_ttl{
	position: absolute;
	bottom: 0;
	transform: translate(0, -50%);
}
.post-template-single-member .member_ttl p{
	background-color: #000000;
	font-weight: bold;
	font-size: 1.6rem;
	color: #ffffff;
	margin: 10px 20px;
	padding: 10px 30px;
	text-align: center;
}
.post-template-single-member .member_ttl p.name{
	font-size: 2rem;
}
.post-template-single-member .question{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 50px 0 30px;
}
.post-template-single-member .question::before{
	content: "- ";
	font-weight: bold;
	font-size: 1.2rem;
}
.post-template-single-member .answer{
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 3px;
}
.RR_info{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 3%;
	margin-top: 40px;
	flex-wrap: wrap;
}
.RR_info:first-child{
	margin-top: 0;
}
.RR_info div:nth-child(1){
	flex-basis: 17%;
}
.RR_info div:nth-child(2){
	flex-basis: 80%;
}
.RR_info div:nth-child(1) p{
	font-weight: bold;
	font-size: 20px;
}
.RR_info div:nth-child(2) p{
	line-height: 2;
	word-break: break-all;
	text-align: justify;
}
.rt_wrap{
	display: inline-block;
	padding: 3px 15px;
	background-color: #4fb133;
	color: #ffffff;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.post-template-single-member .member_ttl{
		position: relative;
		transform: none;
	}
	.post-template-single-member .member_ttl p{
		background: none;
		color: #4d4d4d;
		padding: 0;
	}
	.RR_info{
		display: block;
	}
}

/* =======================================================
その他
======================================================= */
.company_table,
.history_table{
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
}
.history_table tbody tr{
	border-left: solid 2px #c5d945;
	position: relative;
}
.history_table tbody tr::before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 7.5px;
	background-color: #c5d945;
	position: absolute;
	top: 50%;
	left: -2px;
	transform: translate(-50%, -50%);
}
.history_table tbody td{
	border-top: none !important;
	padding: 20px;
	vertical-align: middle !important;
}
.history_table tbody td.column-1{
	text-align: center;
	font-size: 14px;
}
.history_table tbody td.column-2{
	font-size: 20px;
	font-weight: bold;
}
.sTxt{
	font-size: 14px;
}
.company_table tbody td{
	border-top: none !important;
	padding: 20px;
	vertical-align: middle !important;
}
.company_table tbody td.column-2{
	font-size: 20px;
	font-weight: bold;
}
.company_table tbody td.column-1{
	text-align: center;
	font-size: 14px;
}


@media only screen and (max-width: 768px) {
	.company_table tbody td{
		display: block;
	}
	.company_table tbody td.column-1{
		text-align: left;
	}
}



.sp_only{
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.pc_only{
		display: none !important;
	}
	.sp_only{
		display: block !important;
	}
}