@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
:root {
	--color-dark: #000000;
	--color-light: #FFFFFF;
	--color-point: #147B34;/*濃い緑*/
	--color-sub: #F77F11;/*オレンジ*/
	--color-link: #000000;
	--color-linkHover: #005D95;
	--color-gry: #4D4D4D;
	--form-bg: #FFFFFF;
}
.tablepress,
.contact-form01{
    --text-color: var(--color-dark);
    --head-text-color: var(--color-light);
    --head-bg-color: transparent;
    --odd-text-color: var(--color-dark);
    --odd-bg-color: var(--color-sub);
    --even-text-color: var(--color-dark);
    --even-bg-color: var(--color-light);
    --hover-text-color: var(--color-dark);
    --hover-bg-color: var(--color-point);
    --border-color: var(--color-point);
    --padding: 15px;
}

body {
	font-family: "Zen Maru Gothic", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: var(--color-dark);
	font-size: 1.6rem;
}

p,
a,
li,
dt,
dd,
h2,
h3,
h4,
h5,
h6,
time,
th,
td,
span,
label,
input {
	font-family: "Zen Maru Gothic", serif;
	font-style: normal;
}

h1{
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-style: normal;
}
*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color: var(--color-link);text-decoration:none;}
A:visited{color:var(--color-link);text-decoration:none;}
A:active{color:var(--color-link);text-decoration:none;}
A:hover{color:var(--color-linkHover);text-decoration:none;}

/*header
************************************************************************************/
header.header{
	padding: .5rem;
	background: url("/wp-content/uploads/2024/12/header_bg.svg") no-repeat center top;
	background-size: 100% auto;
	padding-top: 65px;
}

header.header .header-content02{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	align-items: center;
	height: 150px;
}
header.header .header-box01{
	max-width: 460px;
	padding: 0;
	margin: 0 0 0 20px;
}
.header-box01 .logo {
	max-width: 100%;
}
.header-box01 .header-box-inner01.flex {
	max-width: auto;
	max-width: initial;
}
.menu-header-menu-container{
	display: none !important;
}
.header-box01.logo{
	max-width: 100%;
}

.menu-image-title{
	color: #7D6F1A;
}
.g-menu-a-list > li{
	border-right: 5px dotted #A4D5A5;
}
.g-sub-nav .g-sub-nav-list.flex li{
	background: url("/wp-content/uploads/2024/12/header_phone_bg.svg") no-repeat;
	width: 265px;
	height: 56px;
}
.g-sub-nav .g-sub-nav-list.flex li a {
	font-size: 2.1rem;
	font-weight: 700;
	display: inline-block;
	border: 0;
	background-color: transparent;
	margin: 4px 0 0 30px;
	transition: 0;
	background: url("/wp-content/uploads/2024/12/header_phone_icon.svg") no-repeat left center;
	padding: 0 0 0 30px;
}
.g-sub-nav .g-sub-nav-list.flex a:hover {
	color: #FFF;
	background-color: transparent;
}

@media screen and (max-width: 1024px) {
	header.header {
		padding-top: 30px;
	}
	.logo {
		width: 40%;
		max-width: 70%;
		margin: auto;
	}
	.logo img {
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	.logo {
		width: 70%;
	}
}

/*nav
----------------------------------------------------------------------*/
/*
.mobile-btn{
}
#hamburger {
	display:block;
	cursor:pointer;
	background: var(--color-sub);
	position:fixed;
	top: 70px;
	right: 10px;
	width:70px;
	height:70px;
	z-index:5000;
	border-radius: 50%;
}
#hamburger span {
	display:inline-block;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	position:absolute;
	left:21px;
	height:1px;
	border-radius:2px;
	background-color:#FFF;
	width:40%
}
#hamburger span:nth-of-type(1) {
	top:20px
}
#hamburger span:nth-of-type(2) {
	top:35px
}
#hamburger span:nth-of-type(3) {
	top:50px
}
#hamburger span:nth-of-type(4) {
	top:80px;
	background: none;
	color: #FFF;
	height: auto;
}
#hamburger.active span:nth-of-type(1) {
	top:30px;
	left:19px;
	height: 2px;
	-webkit-transform:translateY(6px) rotate(-45deg);
	transform:translateY(6px) rotate(-45deg);
	width:50%
}
#hamburger.active span:nth-of-type(2) {
	opacity:0
}
#hamburger.active span:nth-of-type(3) {
	top:43px;
	left:19px;
	height: 2px;
	-webkit-transform:translateY(-6px) rotate(45deg);
	transform:translateY(-6px) rotate(45deg);
	width:50%
}
*/
/*
#mobile-nav {
	z-index:-1;
	position:fixed;
	top:0;
	width:100%;
	opacity:0;
	background: url("/wp-content/uploads/2024/02/bg_menu_open.svg") no-repeat center bottom #bedded;
	background-size:100% auto;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	height:100vh;
	height:calc(var(--vh, 1vh) * 100);
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	padding-bottom:20px
}
.mobile-nav-wrap .mobile-menu-list {
	background-color: transparent;
	border-radius:0;
}
.mobile-nav-wrap .mobile-menu-list>li {
	width:100%;
	background: #FFF;
	border-radius: 30px;
	margin-bottom: 3px;
}
.mobile-nav-wrap .mobile-menu-list>li>a {
	display:block;
	text-align:center;
	padding:1em 1.5em;
	color:#000;
	font-weight:normal;
	font-size:1.6rem;
	border-top:0;
}
.mobile-nav-wrap .mobile-menu-list>li:first-of-type a {
	border-top:none
}

.mobile-menu-tel .moblie-menu-tel-number,
.mobile-menu-tel .moblie-menu-time{
	color: #000;
}
.mobile-sns-icon-wrap {
	width: 90% !important;
	background: #89b8d3;
	border-radius: 30px;
	margin: auto;
	box-sizing: border-box;
}
.mobile-sns-icon-title{
	padding-top: 20px;
}
.mobile-sns-icon-list{
	padding-bottom: 20px;
}
*/

main{
}
section{
	padding: 0 0 120px;
}

main .text{
	padding: 20px;
	line-height: 1.5;
}
main .text p{
	padding-bottom: 1em;
}
main .text p:last-child{
	padding: 0;
}

.footer {
	background-color: #F1BB7E;
	padding: 30px 0;
}
.footer-logo {
	padding-bottom: 20px;
	border-bottom: none;
}
.footer-logo-address {
	width: 400px;
}
.footer-logo-address a{
	color: var(--color-light);
}
.footer-nav-wrap {
	width: calc(100% - 400px);
	margin-left: auto;
}
.footer-menu-title {
	display: none;
}
.footer-nav.flex .left{
	width: auto;
	margin: 0;
	margin-left: auto;
}
.footer-nav.flex .right{
	display: none;
}
.footer-nav.flex {
	width: auto;
	margin-left: auto;
}
.footer-menu > li > a {
	padding: 0;
	margin: 0;
	border: none;
	color: var(--color-light);
}
ul.footer-menu{
	display: flex;
	flex-wrap: wrap;
}
ul.footer-menu li{
	padding-left: 2em;
	font-size: 1.4rem;
}
.copyright p{
	max-width: 95%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.3rem;
	color: var(--color-light);
}
.footer-inner {
	max-width: 95%;
	margin: 0 auto;
	align-items: baseline;
}

@media screen and (max-width: 1024px){
	header.header .header-content02{
		display: none;
	}
	.footer-logo-address {
		width: 100%;
	}
	.footer-nav-wrap {
		width: 100%;
		margin: auto;
		padding-bottom: 2em;
	}
	.footer-nav.flex {
		margin: auto;
	}
/*
	.mobile-logo {
		background-color: var(--color-dark);
	}
	#mobile-nav{
		display: none;
	}
	body.body-scroll-lock #mobile-nav{
		display: block !important;
	}
	#mobile-nav {
		background: url("/wp-content/uploads/2024/07/bg_pattern.png") repeat var(--color-dark);
	}
	.menu-header-menu-container{
		width: 100%;
	}
	.mobile-nav-wrap .mobile-menu-list > li > a {
		color: var(--color-dark);
		font-weight: 400;
		border-top: 1px dotted var(--color-dark);
	}
	.moblie-menu-head {
		color: var(--color-dark);
	}
	a.moblie-menu-tel-number{
		color: var(--color-light);
	}*/
}

/*common parts
************************************************************************************/
.title01{
	font-size: 3rem;
}
.title02{
	font-size: 2.4rem;
}
.title03{
	font-size: 2rem;
}

main .text img{
  width: auto;
  object-fit: none;
}
.textCenter{
	text-align: center;
}
.textRight{
	text-align: right;
}
.lf{
	float: left;
	margin: 0 20px 20px 0;
}
.rf{
	float: right;
	margin: 0 0 20px 20px;
}
img.lf,
img.rf{
	max-width: 400px;
	height: auto;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .clearfix{
    height: 1em;
}
.clearfix{
    display: block;
}
*:first-child+html .clearfix{
	zoom:1;
}
@media screen and (max-width: 768px){
	.lf,
	.rf{
		float: none;
		margin: 20px auto;
		display: block;
		max-width: 100%;
		height: auto;
	}
	img.lf,
	img.rf{
		max-width: 100%;
		height: auto;
	}
}

table.tablepress {
	border: 0;
	border-top: 1px solid var(--border-color);
	border-bottom: 0;
	border-collapse:collapse;
	width: 100%;
}
table.tablepress thead th {
	background-color: var(--color-sub2);
	color: var(--color-light);
	text-align: center;
	padding: 1em;
}
table.tablepress thead th {
	border-right: 1px solid var(--color-sub);
}
.tablepress tbody td.column-1,
.tablepress tbody th{
	width: 30%;
	font-weight: 700;
	color: var(--color-sub);
	background-color: transparent;
	border-bottom: 1px solid var(--border-color);
	padding: 1em;
	text-align: left;
}
.tablepress tbody td.column-2 {
	width: 70%;
	background: none;
	border-bottom: 1px solid var(--border-color);
}
.tablepress tbody td{
	border-bottom: 1px solid var(--border-color);
	padding: 1em;
}
.tablepress-table-description {
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background: none;
}

@media screen and (max-width: 768px){
	table.smartphone{
		display: block;
		width: 100%;
	}
	table.smartphone tbody{
		display: block;
		width: 100%;
	}
	table.smartphone tr{
		display: block;
		width: 100%;
	}
	table.smartphone th,
	table.smartphone td{
		display: list-item;
		width: 100% !important;
		box-sizing: border-box;
		display: block;
		margin: 0;
	}
	table.smartphone th{
		list-style-type: none;
		display: block;
		border: 0;
		padding: 1em 0 0;
	}
	table.smartphone td{
		margin-left: 0;
		list-style-type: none;
		padding: 0 0 1em;
	}
}


/*home
************************************************************************************/
section.topmovie{
	width: 95%;
	overflow: hidden;
	border-radius: 0 100px 100px 0;
	padding: 0;
}
section.topmovie video{
	width: 100%;
	height: auto;
}
/*second_view
----------------------------------------------------------------------*/
body.home section.second_view{
	color: var(--color-dark);	
	padding: 50px 0;
	position: relative;
	margin: 7% 0;
	background: url("/wp-content/uploads/2024/12/first_bg.svg") no-repeat right bottom;
	background-size: auto 80%;
}
body.home section.second_view:before{
	content: "";
	display: block;
	padding: 3% 0;
	border-radius: 30px 0 0 30px;
	width: 95%;
	height: 97%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
body.home section.second_view:before{
	background: url("/wp-content/uploads/2024/12/paperbg.jpg") repeat;
	background-size: cover;
}

body.home section.second_view .maintitleBox{
	color: var(--color-point);
	text-align: center;
	width: 100%;
	margin-bottom: 2em;;
}
body.home section.second_view .maintitle{
	font-size: 4rem;
	display: inline-block;
	line-height: 200px;
	background: url("/wp-content/uploads/2024/12/firsttitle_bg_left.png") no-repeat left center,
		url("/wp-content/uploads/2024/12/firsttitle_bg_right.png") no-repeat right center;
	background-size: 183px auto, 136px auto;
	min-height: 200px;
	padding: 0 220px;
}
body.home section.second_view .textbox .photo img{
	max-width: 100%;
	height: auto;
}
body.home section.second_view .textbox .text{
	box-sizing: border-box;
}
body.home section.second_view .textbox .text .name{
	font-size: 2.1rem;
	font-weight: 700;
}
@media screen and (max-width: 1024px){
	body.home section.second_view{
		background: url("/wp-content/uploads/2024/12/first_bg.svg") no-repeat right bottom 10%;
		background-size: auto 80%;
	}
	body.home section.second_view:before{
		width: 100%;
		height: 97%;
		border-radius: 0;
	}
}
@media screen and (max-width: 768px){
	body.home section.second_view{
		background: url("/wp-content/uploads/2024/12/first_bg.svg") no-repeat right -40% bottom 10%;
		background-size: auto 80%;
	}
	body.home section.second_view .maintitle{
		font-size: 3rem;
		display: inline-block;
		line-height: 150px;
		background: url("/wp-content/uploads/2024/12/firsttitle_bg_left.png") no-repeat left center,
			url("/wp-content/uploads/2024/12/firsttitle_bg_right.png") no-repeat right center;
		background-size: 100px auto, 80px auto;
		min-height: 150px;
		padding: 0 120px;
	}
}
@media screen and (max-width: 599px) {

	body.home section.second_view .textbox .photo,
	body.home section.second_view .textbox .text{
		width: 100%;
	}
	body.home section.second_view .textbox .photo{
		padding-bottom: 50px;
	}
	body.home section.second_view .textbox .photo img{
		width: 70%;
		height: auto;
		display: block;
		margin: auto;
	}
	body.home section.second_view .maintitle{
		font-size: 3rem;
		display: inline-block;
		line-height: 90px;
		background: url("/wp-content/uploads/2024/12/firsttitle_bg_left.png") no-repeat left center,
			url("/wp-content/uploads/2024/12/firsttitle_bg_right.png") no-repeat right center;
		background-size: 50px auto, 40px auto;
		min-height: 90px;
		padding: 0 70px;
	}
}

/*data
----------------------------------------------------------------------*/
body.home section#data{
	padding-bottom: 0;
	background: url("/wp-content/uploads/2024/12/bg_sun.png") no-repeat left -70px center;
	background-size: 300px auto;
}
body.home section#data .flex .dataBox.col-47{
	padding: 1.5%;
}
body.home section#data .flex .dataBox h2.title{
	color: var(--color-light);
	font-size: 2.4rem;
	text-align: center;
	padding: .5em 0;
	position: relative;
	z-index: 50;
	width: 80%;
	margin: auto;
}
body.home section#data .flex .dataBox:nth-of-type(1) h2.title{
	background: url("/wp-content/uploads/2024/12/data_title1.png") no-repeat;
	background-size: 100% 100%;
}
body.home section#data .flex .dataBox:nth-of-type(2) h2.title{
	background: url("/wp-content/uploads/2024/12/data_title2.png") no-repeat;
	background-size: 100% 100%;
}
body.home section#data .flex .dataBox:nth-of-type(3) h2.title{
	background: url("/wp-content/uploads/2024/12/data_title3.png") no-repeat;
	background-size: 100% 100%;
}
body.home section#data .flex .dataBox:nth-of-type(4) h2.title{
	background: url("/wp-content/uploads/2024/12/data_title4.png") no-repeat;
	background-size: 100% 100%;
}
body.home section#data .flex .dataBox .textbox{
	padding: 60px 40px 40px;
	background: url("/wp-content/uploads/2024/12/data_bg.png") no-repeat;
	background-size: 100% 100%;
	margin-top: -30px;
	text-align: center;
	/*
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}
body.home section#data .flex .dataBox:nth-of-type(3) .textbox{
	background: url("/wp-content/uploads/2024/12/data_3_icon1.png") no-repeat left 10% top 20%,
		url("/wp-content/uploads/2024/12/data_3_icon2.png") no-repeat right 10% bottom 20%, url("/wp-content/uploads/2024/12/data_bg.png") no-repeat;
	background-size: 20% auto, 20% auto, 100% 100%;
}
body.home section#data .flex .dataBox:nth-of-type(4) .textbox{
	background: url("/wp-content/uploads/2024/12/data_4_icon1.png") no-repeat left 10% top 20%,
		url("/wp-content/uploads/2024/12/data_4_icon2.png") no-repeat right 10% bottom 20%, url("/wp-content/uploads/2024/12/data_bg.png") no-repeat;
	background-size: 20% auto, 20% auto, 100% 100%;
}
body.home section#data .flex .dataBox .textbox .kazu{
	font-size: 3.6rem;
	font-weight: 900;
}
body.home section#data .flex .dataBox .textbox .kazu span{
	font-size: 8rem;
	color: var(--color-sub);
}
@media screen and (max-width: 768px){
	body.home section#data .flex .dataBox h2.title{
		font-size: 2rem;
		font-weight: 700;
	}
	body.home section#data .flex .dataBox .textbox .kazu{
		font-size: 2rem;
	}
	body.home section#data .flex .dataBox .textbox .kazu span{
		font-size: 5rem;
	}
}
@media screen and (max-width: 599px) {
	body.home section#data .flex .dataBox.col-47{
		width: 97%;
		margin: auto;
	}
}

/*recommend
----------------------------------------------------------------------*/
body.home section#recommend{
	padding: 50px 0 0;
	position: relative;
	margin: 7% 0 0;
}
body.home section#recommend:before{
	content: "";
	background: #FEFAE9;
	display: block;
	padding: 3% 0;
	width: 95%;
	height: 97%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
body.home section#recommend .titlebox{
	background: url("/wp-content/uploads/2024/12/osusume_ill2.png") no-repeat left top,
		url("/wp-content/uploads/2024/12/osusume_ill3.png") no-repeat right top,
		url("/wp-content/uploads/2024/12/osusume_ill1.png") no-repeat center top;
	background-size: 25% auto, 25% auto, 10% auto;
	padding: 200px 0 0;
	text-align: center;
	font-size: 4rem;
	margin: -6% 0 50px;
	color: var(--color-point);
}
body.home section#recommend ul.grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
body.home section#recommend ul.grid li img{
	max-width: 100%;
	    height: 258px;
    object-fit: cover;
}
body.home section#recommend ul.grid li .details .large_title{
	padding: .7em 0 0;
	text-align: center;
	color: var(--color-sub);
}
@media screen and (max-width: 1024px){
	body.home section#recommend:before{
		width: 100%;
		height: 97%;
	}
}
@media screen and (max-width: 768px){
	body.home section#recommend .titlebox{
		padding: 100px 0 0;
		font-size: 3rem;
	}
	body.home section#recommend:before{
		height: 100%;
	}
}
@media screen and (max-width: 599px) {
	body.home section#recommend ul.grid{
		grid-template-columns: 1fr;
	}
	body.home section#recommend ul.grid li{
		padding: 0 30px;
	}
}


/*message
----------------------------------------------------------------------*/
body.home section#message{
	position: static;
	margin-top: 50px;
	padding-bottom: 50px;
	background: url("/wp-content/uploads/2024/12/bg_sun.png") no-repeat right -70px center;
	background-size: 300px auto;
}

body.home section#message .titlebox h1{
	text-align: center;
	font-size: 4rem;
	margin: -0.9em 0 50px;
	color: var(--color-point);
}
body.home section#message .titlebox:before{
	content: "Voices of Senior Staff";
	color: #F4EDE3;
	font-size: 6rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	font-weight: 700;
	display: block;
}
body.home section#message .message_box{
	padding: 40px;
	background: var(--color-light);
	border-radius: 30px;
}

body.home section#message .staff_interview .message_box:nth-of-type(1),
body.home section#message .staff_interview .message_box:nth-of-type(3){
	background: url("/wp-content/uploads/2024/12/staff_bg1.png") no-repeat center top;
	background-size: 80% auto;
}
body.home section#message .staff_interview .message_box:nth-of-type(2){
	background: url("/wp-content/uploads/2024/12/staff_bg2.png") no-repeat center top;
	background-size: 80% auto;
}
body.home section#message .message_box img{
	max-width: 100%;
	height: auto;
}
body.home section#message .message_box.head{
	margin-bottom: 50px;
}
body.home section#message .message_box.head .illust{
	width: 300px;
	float: right;
	margin: -250px 0 30px 30px;
}
body.home section#message .staff_interview{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
body.home section#message .staff_interview .message_box .illust{
	width: 250px;
	margin: 0 auto 20px;
}
body.home section#message .staff_interview .message_box .illust img{
	max-width: 100%;
	height: auto;
}
body.home section#message .staff_interview .message_box .namebox{
	margin-bottom: 1.5em;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: middle;
	text-align: center;
}
body.home section#message .staff_interview .message_box .namebox span{
	border-radius: 2em;
	line-height: 3em;
	padding: 0 1em;
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
	background: #71C98D;
	color: var(--color-light);
}
body.home section#message .staff_interview .message_box dl dt{
	text-align: center;
}
body.home section#message .staff_interview .message_box dl dt span{
	display: inline-block;
	line-height: 3em;
	padding: 0 2em;
	font-weight: bold;
	background: #E5A23D;
	color: var(--color-light);
	cursor: pointer;
	border-radius: 2em;
}
body.home section#message .staff_interview .message_box dl dd{
	padding: 20px 0 0;
	overflow: hidden;
}
body.home section#message .staff_interview .message_box dl dd h3{
	font-weight: 600;
}

@media screen and (max-width: 1024px){
	body.home section#message .staff_interview{
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 10px;
		row-gap: 10px;
	}
	body.home section#message .staff_interview .message_box .illust{
		width: 100%;
		margin: 0 auto 20px;
	}
	body.home section#message .message_box{
		padding: 20px;
	}
	body.home section#message .staff_interview .message_box dl dt span{
		padding: 0 1em;
	}
}
@media screen and (max-width: 768px){
	body.home section#message{
		margin-top: 50px;
		padding-bottom: 50px;
	}
	body.home section#message .titlebox h1{
		font-size: 3rem;
	}
	body.home section#message .titlebox:before{
		font-size: 5rem;
	}
	body.home section#message .staff_interview{
		grid-template-columns: 1fr;
		column-gap: 10px;
		row-gap: 10px;
	}
	body.home section#message .staff_interview .message_box .illust{
		width: 60%;
		margin: 0 auto 20px;
	}
	body.home section#message .staff_interview .message_box:nth-of-type(1),
	body.home section#message .staff_interview .message_box:nth-of-type(3){
		background: url("/wp-content/uploads/2024/12/staff_bg1.png") no-repeat center top;
		background-size: 60% auto;
	}
	body.home section#message .staff_interview .message_box:nth-of-type(2){
		background: url("/wp-content/uploads/2024/12/staff_bg2.png") no-repeat center top;
		background-size: 60% auto;
	}
}

/*recruit-flow
----------------------------------------------------------------------*/
body.home #recruit{
	background: url("/wp-content/uploads/2024/12/recruit_bg.png") no-repeat top center;
	background-size: 100% auto;
	padding-top: 60px;
	padding-bottom: 70px;
}
body.home #recruit h1{
	font-size: 4rem;
	color: var(--color-point);
	margin-bottom: 1em;
	text-align: center;
}
body.home #recruit h2{
	background: url("/wp-content/uploads/2024/12/recruit_title.png") no-repeat;
	background-size: 100% 100%;
	padding: .5em 0;
	text-align: center;
	width: 420px;
	margin: 0 auto 2em;
	color: var(--color-light);
	font-size: 3rem;
}
body.home #recruit .wrap-flow{
	position: static;
	background: url("/wp-content/uploads/2024/12/bg_blue_light.jpg") repeat;
	padding: 50px 0;
	margin-bottom: 0px;
}
body.home #recruit .wrap-flow ul.flow{
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
}
body.home #recruit .wrap-flow ul.flow li{
	width: 32%;
	box-sizing: border-box;
	padding-right: 40px;
	margin-right: 1%;
	background: url("/wp-content/uploads/2024/12/recruit_ar.svg") no-repeat right center;
	background-size: 20px auto;
}
body.home #recruit .wrap-flow ul.flow li:last-child{
	background: none;
	padding-right: 0;
	width: calc(32% - 40px);
}
body.home #recruit .wrap-flow ul.flow li .box{
	background: var(--color-light);
	box-shadow: 0px 0px 15px -2px #bababa;
	border-radius: 15px;
	padding: 20px;
	height: 100%;
	position: relative;
}
body.home #recruit .wrap-flow ul.flow li .box .illust{
	position: absolute;
	bottom: -20px;
	right: -30px;
	width: auto;
	text-align: right;
	height: 60px;
}
body.home #recruit .wrap-flow ul.flow li .box .illust img{
	max-height: 60px;
	width: auto;
}
body.home #recruit .wrap-flow ul.flow li .box .title{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1em;
	color: #C18F1A;
	text-align: center;
}
body.home #recruit .wrap-flow ul.flow li .box .title .step{
	font-size: 1.4rem;
	color: #C18F1A;
	font-weight: bold;
	margin-bottom: .2em;
	padding-left: 1em;
}
body.home #recruit .wrap-flow ul.flow li .box .image{
	text-align: center;
	padding-bottom: 2em;
}
body.home #recruit .wrap-flow ul.flow li .box .image img{
	width: auto;
	height: 100px;
	display: block;
	margin: auto;
}
body.home #recruit .wrap-flow ul.flow li .box .text{}

@media screen and (max-width: 1024px){
	body.home #recruit .wrap-flow ul.flow{
		justify-content: center;
	}
	body.home #recruit .wrap-flow ul.flow li .box .illust{
		bottom: -40px;
		right: 30px;
	}
	body.home #recruit .wrap-flow ul.flow li .box .text{
		padding: 0;
	}
	body.home #recruit .wrap-flow ul.flow li .box .title .step{
		padding-left: 0;
		display: block;
	}
	body.home #recruit .wrap-flow ul.flow li .box .image img{
		display: block;
		margin: auto;
	}
}
@media screen and (max-width: 768px){
	body.home #recruit h1{
		font-size: 3rem;
	}
	body.home #recruit .wrap-flow ul.flow li{
		width: 95%;
		box-sizing: border-box;
		padding: 0 0 60px 0;
		margin: 0 auto 15px;
		background: url("/wp-content/uploads/2024/12/recruit_ar_dwn.svg") no-repeat center bottom;
		background-size: 40px auto;
	}
	body.home #recruit .wrap-flow ul.flow li:last-child{
		background: none;
		width: 95%;
	}
}
@media screen and (max-width: 599px) {
	body.home #recruit h2{
		width: 95%;
		font-size: 2rem;
		font-weight: 700;
	}
}

/*recruit -> wrap-recruit
----------------------------------------------------------------------*/
body.home #recruit .wrap-recruit{
	margin-top: 100px;
	background: url("/wp-content/uploads/2024/12/recruityoukou_bg.svg") no-repeat top center;
	background-size: 100% auto;
}

body.home #recruit .wrap-recruit ul.btns{
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	
}
body.home #recruit .wrap-recruit ul.btns li{
	cursor: pointer;
	color: #FFF;
	background: url("/wp-content/uploads/2024/12/recruityoukou_icon_out.png") no-repeat;
	background-size: 100% 100%;
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	margin: 0 10px;
	font-size: 2rem;
	font-weight: 700;
}
body.home #recruit .wrap-recruit ul.btns li.select{
	background: url("/wp-content/uploads/2024/12/recruityoukou_icon_on.png") no-repeat;
	background-size: 100% 100%;
}
body.home #recruit .wrap-recruit .contentWrap.disnon{
	display: none !important;
}
body.home #recruit .wrap-recruit .contentWrap{
	width: 100%;
	padding-left: 0px;
	border-left: 0;
}
body.home #recruit .wrap-recruit .recruit-feed01{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
	
}
body.home #recruit .wrap-recruit .recruit-feed01 > li {
	padding: 40px;
	background-color: #FFF;
	border: 1px solid #A4D28D;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin-top: 0;
}
body.home #recruit .wrap-recruit .recruit-feed01 > li:first-of-type {
	margin-top: 0;
}
body.home #recruit .wrap-recruit .recruit-feed01 .recruit-content {
	width: 100%;
}
@media screen and (max-width: 768px){
	body.home #recruit .wrap-recruit{
		margin-top: 0px;
	}
	body.home #recruit .wrap-recruit .recruit-feed01{
		grid-template-columns: 1fr;
		margin: 0 2%;

	}
}

/*----------------------------------------------------------------------*/
.outline-up-image{
	text-align: center;
	position: relative;
	z-index: 500;
	width: 100%;
}
.outline-up-image img{
	max-width: 1200px;
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

/*outline
----------------------------------------------------------------------*/
body.home #outline{
	background: url("/wp-content/uploads/2024/12/access_bg.jpg") no-repeat center bottom;
	background-size: 100% auto;
	padding: 100px 0 250px;
	margin-top: -100px;
}

body.home #outline h1,
body.home #newstopics h1{
	background: url("/wp-content/uploads/2024/12/titleline.png") no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 1.5em;
	width: 300px;
	margin: 0 auto 1.5em;
	font-size: 4rem;
	color: var(--color-point);
	text-align: center;
}

body.home #outline .map{
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}
body.home #outline .map iframe{
	width: 100%;
	height: 400px;
	border-radius: 15px;
}
body.home #outline .about{
	width: 50%;
}
body.home #outline .about table{
	width: 100%;
	margin: 0 auto;
	border-collapse:collapse;
	border: 0;
	border-top: 1px solid #E3BA9B;
}

body.home #outline .about th{
	padding: .5em 1.5em;
	font-weight: 700;
	color: var(--color-sub);
	border-bottom: 1px solid #E3BA9B;
}

body.home #outline .about td{
	padding: .5em 1.5em;
	border-bottom: 1px solid #E3BA9B;
}
@media screen and (max-width: 768px){
	body.home #outline{
		background: url("/wp-content/uploads/2024/12/access_bg.jpg") no-repeat center bottom;
		background-size: cover;
		padding: 100px 0 250px;
	}
	body.home #outline h1,
	body.home #newstopics h1{
		font-size: 3rem;
	}

	body.home #outline .map{
		width: 95%;
		padding: 0 0 30px;
		margin: auto;
	}
	body.home #outline .about{
		width: 95%;
		margin: auto;
	}
}


/*second_view
----------------------------------------------------------------------*/
body.home section#newstopics{
	color: var(--color-dark);	
	padding: 70px 0 50px;
	position: relative;
	margin: 7% 0 15%;
}
body.home section#newstopics:before{
	content: "";
	display: block;
	padding: 3% 0;
	border-radius: 30px 0 0 30px;
	width: 95%;
	height: 97%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
body.home section#newstopics:before{
	background: url("/wp-content/uploads/2024/12/paperbg.jpg") repeat;
	background-size: cover;
}
body.home section#newstopics:after{
	content: "";
	display: block;
	background: url("/wp-content/uploads/2024/12/news_footer_bg.png") no-repeat no-repeat center bottom;
	background-size: auto 100%;
	position: absolute;
	height: 200px;
	bottom: -160px;
	right: 0;
	width: 95%;
	z-index: 1;
}

body.home section#newstopics .width1200{
	background: #FFF;
	padding: 30px;
	border-radius: 30px;
}

body.home section#newstopics ul li{
	display: table;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid var(--color-sub);
}
body.home section#newstopics ul li:last-child{
	border: 0;
}
body.home section#newstopics ul li .date{
	width: 7em;
	display: table-cell;
	vertical-align: top;
	font-weight: 900;
}
body.home section#newstopics ul li .cmt{
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 1024px){
	body.home section#newstopics{
		margin: 7% 0 0;
	}
	body.home section#newstopics:before{
		border-radius: 0;
		width: 100%;
		height: 97%;
	}
	body.home section#newstopics .width1200{
		width: 95%;
	}
	body.home section#newstopics:after{
		display: none;
		height: 0;
	}
}
@media screen and (max-width: 599px) {
	body.home section#newstopics ul li{
		display: block;
	}
	body.home section#newstopics ul li .date{
		width: 100%;
		display: block;
	}
	body.home section#newstopics ul li .cmt{
		display: block;
	}
}

/*contact
************************************************************************************/
body.home #contact{
	padding: 70px 0;
	margin: 70px 0 50px;
}
body.home #contact h1{
	text-align: center;
	color: var(--color-point);
	background: url("/wp-content/uploads/2024/12/contact_ill2.png") no-repeat top center;
	background-size: auto 95px;
	padding: 110px 0 1em;
	font-size: 4rem;
}
body.home #contact .telbox{
	background: url("/wp-content/uploads/2024/12/paperbg.jpg") no-repeat;
	background-size: cover;
	margin: 0 auto 70px;
	border-radius: 15px;
	padding: 50px 30px;
	width: 600px;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
}
body.home #contact .telbox dt{
	font-weight: 2.1rem;
	font-weight: bold;
	width: 13em;
}
body.home #contact .telbox dd a{
	font-size: 3.6rem;
	color: var(--color-sub);
	font-weight: bold;
	line-height: 1;
}

.form{
	background: #F6FBEC;
	padding: 40px;
	border-radius: 15px;
}

.form table.tablepress th.required{
	background: url("/wp-content/uploads/2024/12/icon-hissu.svg") no-repeat right;
	width: 200px;
	padding-right: 50px;
	text-align: left;
	font-size: 1.6rem;
}
.form input,
.form textarea{
	background: var(--form-bg);
	padding: 10px;
	border: 0;
	box-sizing: border-box;
	margin-right: 3px;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel]{
	width: 490px;
}
.form input[type=text].small,
.form input[type=email].small,
.form input[type=tel].small{
	width: 100px;
}
.form textarea{
	width: 100%;
	height: 7em;
}
.form input[type=submit]{
	background: url("/wp-content/uploads/2024/12/icon-sendmail.svg") no-repeat right 1em center #A5DF94;
	border-radius: 50px;
	padding: 1em 4em 1em 3em;
	color: var(--color-light);
	font-size: 1.8rem;
	margin: 40px auto 0;
	cursor: pointer;
}
@media screen and (max-width: 1024px){
	body.home #contact{
		padding: 40px 0;
		margin: 0 0 50px;
	}
	body.home #contact .telbox{
		padding: 50px 30px;
		width: 700px;
	}
}
@media screen and (max-width: 768px){
	body.home #contact .telbox{
		padding: 50px 30px;
		width: 95%;
	}
	.form table.tablepress{
		padding-top: .7em;
	}
	.form table.tablepress th.required{
		background: url("/wp-content/uploads/2024/12/icon-hissu.svg") no-repeat left 0 top 1em;
		padding-right: 0;
		padding-left: 50px;
	}
	.form input,
	.form textarea{
		background: var(--form-bg);
		padding: 10px;
		border: 0;
		box-sizing: border-box;
		margin-right: 3px;
	}
	.form input[type=text],
	.form input[type=email],
	.form input[type=tel]{
		width: 490px;
	}
	.form input[type=text].small,
	.form input[type=email].small,
	.form input[type=tel].small{
		width: 100px;
	}
}
@media screen and (max-width: 599px) {
	.form input[type=text],
	.form input[type=email],
	.form input[type=tel]{
		width: 100%;
	}
	body.home #contact .telbox{
		display: block;
		text-align: center;
		padding: 20px;
	}
	body.home #contact .telbox dt{
		width: 100%;
	}
	body.home #contact .telbox dd p:last-child{
		margin-bottom: 0;
	}
}



/*archive
************************************************************************************/
.sub-header-txt {
	padding: 10px 25px;
	color: var(--color-sub);
	line-height: 1.5em;
	font-size: 3rem;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.9);
}

body.archive main,
body.all-news main,
body.single-post main,
body.search main{
	background: none;
}
body.archive .archive-info-wrap,
body.all-news .archive-info-wrap,
body.single-post .single-info-wrap,
body.search .archive-info-wrap{
	margin: 0 auto;
	padding: 40px 0;
}
.sidebar{
	padding-top: 40px;
}
.sidebar h3{
	background: var(--color-point);
}
.archive-info-title a:hover {
	color: var(--color-dark);
}
.archive-info-cat a,
.single-info-date-cat span a{
	background-color: var(--color-light);
	color: var(--color-dark);
	border-radius: 30px;
	border: 1px solid var(--color-dark);
}
.archive-info-cat a:hover,
.single-info-date-cat span a:hover{
	background-color: var(--color-light);
	color: var(--color-dark);
}
.single-info-title{
	background: url("/wp-content/uploads/2024/12/titleline.png") no-repeat center bottom;
	background-size: 50% auto;
	padding-bottom: 1.5em;
	width: 100%;
	margin: 0 auto 1.5em;
	font-size: 4rem;
	color: var(--color-point);
	text-align: center;
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-style: normal;
	border: 0;
}
.file-list a {
	color: var(--color-dark);
	border: 1px solid var(--color-dark);
	background: var(--color-light);
}
.file-list a:hover {
	color: var(--color-light);
	background-color: var(--color-dark);
}
.page-nav div span {
	color: var(--color-dark);
}
.side-box li,
.widget_archive li {
	padding: 10px 0;
	border-bottom: 1px solid var(--color-dark);
}
.side-box li a:hover,
.widget_archive li a:hover {
	color: var(--color-point);
}
.search-txt01 {
	color: var(--color-dark);
	border-bottom: 1px solid var(--color-dark);
}

/*recruit feed
************************************************************************************/
.recruit-feed01 > li {
	width: 100%;
	padding: 40px;
	background-color: #FFF;
	border: 1px solid #A4D28D;
	margin-top: 40px;
	border-radius: 10px;
	position: relative;
}
.recruit-feed01 > li:first-of-type {
	margin-top: 0;
}
.recruit-feed01 .recruit-img {
	width: 25%;
}
.recruit-feed01 .recruit-img img {
	height: 205px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}
.recruit-feed01 .recruit-content {
	width: 70%;
}
.recruit-feed01 .time-cat {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.recruit-feed01 .time-cat time {
	margin-right: 10px;
}
.recruit-feed01 h3 {
	font-size: 2.4rem;
	color: #F77F11;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 0;
	border: 0;
	background: url("/wp-content/uploads/2024/12/ar_green.svg") no-repeat right center;
}
.recruit-feed01 .recruit-sub.flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.recruit-feed01 .recruit-sub.flex li {
	font-size: 1.6rem;
	margin-right: 15px;
}
.recruit-feed01 .recruit-sub.flex span {
	color: #000;
	background-color: #FBF3C5;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: 700;
	margin-right: 5px;
	font-size: 1.4rem;
}
.recruit-feed01 .recruit-feed-intro p {
	font-size: 1.4rem;
}
.recruit-none-txt {
	text-align: center;
	font-size: 1.8rem;
}

.recruit-single-title{
	background: #faf3e3;
	color: #f69540;
}
.job-table {
	width: 100%;
	border: 1px solid #c28d31;
	margin-bottom: 40px;
}
.job-table tr {
	padding: 20px 0;
	border-bottom: 1px solid #c28d31;
}
.job-table th,
.job-table td {
	padding: 30px;
	font-size: 1.6rem;
}
.job-table th {
	width: 30%;
	font-weight: 700;
	color: #fff;
	background-color: #f6b340;
}
.job-table td {
	width: 70%;
	background-color: #fff;
}
.entry-btn a {
	position: relative;
	display: block;
	padding: 15px 20px;
	text-align: center;
	font-size: 2.2rem;
	max-width: 300px;
	margin: 0 auto;
	background-color: #f6b340;
	color: #fff;
	font-weight: 700;
	border: 1px solid #f6b340;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.entry-btn a:hover {
	background-color: #fff;
	color: #f6b340;
}

.title01{
	font-size: 2.8rem;
	border-left: 5px solid var(--color-sub);
	margin-bottom: 25px;
	background: #fbf1e6;
	padding: 1em;
	color: var(--color-dark);
	text-align: left;
}
.title02 {
	position: relative;
	font-size: 2rem;
	border-bottom: 5px solid var(--color-sub2);
	margin-bottom: 25px;
	background: none;
	padding: 0 0 0 60px;
	color: var(--color-point);
	border: 0;
	text-align: left;
}
.title02::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: var(--color-sub);
}
.title03 {
  color: var(--color-sub) !important;
  font-weight: 700;
  border-bottom: solid 3px var(--color-sub);
  font-size: 2rem;
  padding-bottom: 10px;
  line-height: 1.5em;
  margin-bottom: 10px !important;
	text-align: left;
}

/*WordPress
************************************************************************************/
.file-list a {
	display: block;
	padding: 15px 20px;
	text-align: center;
	color: var(--color-point);
	background-color: var(--color-light);
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.file-list a:hover {
	color: #fff;
	background-color: var(--color-point);
}
.file-list svg {
	margin-right: 10px;
}
.single-info-article h2 {
	font-size: 22px;
	padding: 10px 15px;
	color: var(--color-dark);
	font-weight: 700;
	background: var(--color-light);
	border-left: solid 5px var(--color-point);
	margin-bottom: 20px;
}
.single-info-article h3 {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: var(--color-point);
	font-weight: 700;
	border-bottom: solid 2px var(--color-point);
}
.search-icon:hover {
	fill: var(--color-point);
}
.video-box.overlay {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%; /* 16:9 Aspect Ratio */
transform: scale(1.4);
}

#yt_player {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.player-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}


/*2025-0425　追加*/
body.home #contact .telbox {
  display: block;
}

body.home #contact .telbox dt,
body.home #contact .telbox dd {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 1rem;
}


body.home #contact .telbox {
  padding: 30px;
  max-width: 100%;
  width: 450px;
  margin: 0 auto; /* 中央寄せ */
  box-sizing: border-box;
  margin-bottom: 2rem;
}
