/*
Theme Name:NANO child
Theme URI:
Description:WordPressテーマ「NANO」の子テーマです。
Template:nano_tcd065
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Version:1.12
*/


.vaBottom,
.vaBottom img{
	vertical-align:bottom;
}
.vaTop,
.vaTop img{
	vertical-align:top;
}
.vaBaseline,
.vaBaseline img{
	vertical-align:baseline;
}
.vaMiddle,
.vaMiddle img{
	vertical-align:middle;
}

.p-global-nav > li > a:hover, .p-global-nav > .current-menu-parent > a,
.p-global-nav > li > a:hover, .p-global-nav > .current-page-ancestor > a {
	background: #006633;
	color: #ffffff;
}

.topicsWrap{
	margin-top:-50px;
	margin-bottom:50px;
	display:flex;
}
.topicsTitle{
	padding:1em;
	flex-shrink:0;
	color:#fff;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:30px;
	line-height:normal;
	background:#006633;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
.topicsItem{
	padding:1em;
	width:100%;
	border:1px solid #ccc;
	border-left:none;
}
.topicsItem h3{
	margin:.5em 0;
	font-size:16px;
}
.topicsItem p{
	font-size:14px;
	line-height:normal;
}
.topicsItem p a{
	text-decoration:underline;
}
.topicsItem p a:hover{
	text-decoration:none;
}
@media only screen and (max-width: 767px) {
	.topicsWrap{
		margin-top:0;
		display:block;
	}
	.topicsTitle{
		padding:.5em;
		font-size:20px;
	}
}

.p-header-content__title span,
.p-cover__title,
.p-cover__sub,
.p-banner__content p{
	text-shadow:0 0 10px #000, 0 0 5px #000;
}
.p-article11__title{
	margin-bottom:0;
	text-shadow:0 0 16px #000, 0 0 3px rgba(0,0,0,0.5);
}
.p-banner p{
	text-shadow:0 0 10px #000, 0 0 1px rgba(0,0,0,0.5);
}
.p-banner__content,
.p-banner--lg .p-banner__content{
	font-size:24px;
}
.flex1{
	flex:1;
}
.l-header__desc{
	margin-bottom:10px;
	line-height:1.2;
}

#pc-header__search{
	display:none;
}
@media only screen and (min-width: 1200px) {
	.l-header__form{
		opacity:1;
		visibility: visible;
	}
	#pc-header__search{
		display:block;
	}
	#js-header__search{
		display:none;
	}
}


.p-info__logo{
	margin-right:auto;
	flex-shrink:0;
}
.p-info__flex{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
}
.p-info__sub + .p-info__sub{
	margin-left:20px;
}
.p-info__tel{
	margin-right:20px;
	flex-shrink:0;
}
.p-info__tel a{
	font-size:36px;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	display:inline-block;
	padding:5px 0 5px 33px;
	background:url('images/icon_tel.png') no-repeat -5px 50%;
	background-size:41px 41px;
}
.p-info__contact{
	font-size:14px;
	line-height:normal;
	flex-shrink:0;
}
.p-info__guide{
	margin-top:2px;
	width:100%;
	font-size:12px;
	line-height:normal;
}
.p-info__guide+.p-info__guide{
	margin-top:10px;
}
span.sp{
	display:inline-block;
	width:20px;
}
@media only screen and (max-width: 990px) {
	.p-info__flex{
		display:block;
	}
	.p-info__tel{
		margin-right:0;
	}
	.p-info__contact{
		margin-top:10px;
		margin-bottom:10px;
	}
	.p-info__guide{
		margin-left:0;
		padding-left:0;
		text-align:center;
		border:none;
	}
	.p-info__guide br{
		display:none;
	}
	span.sp{
		display:block;
		width:0;
	}
}

.p-nav01-date{
	margin-left:1em;
	font-size:12px;
}


input{
	outline:none;
}
.p-entry__body input[type='text'],
.p-entry__body input[type="email"],
.p-entry__body input[type="tel"],
.p-entry__body input[type="password"],
.p-entry__body input[type="number"],
.p-entry__body input[type="date"],
.p-entry__body textarea,
.p-entry__body select{
	padding:.5em;
	font-family:inherit;
	font-size:16px;
	line-height:normal;
	background:#f8f8f8;
	border:1px solid #ddd;
	border-radius:0;
	outline:none;
}
.p-entry__body input:hover,
.p-entry__body textarea:hover{
	background:#fff;
}
.p-entry__body input:focus,
.p-entry__body textarea:focus{
	background:#fff;
}
.p-entry__body input.text{
	width:100%;
}
.p-entry__body input.short{
	width:200px;
}
.p-entry__body input.short2{
	width:100px;
}
.p-entry__body input.short3{
	width:100px;
}
.p-entry__body input.p-region{
	margin-top:.4em;
}
.p-entry__body textarea{
	width:100%;
	height:400px;
}
.p-entry__body label{
	padding-right:1.5em;
	display:inline-block;
}
.p-entry__body input[type="submit"],
.p-entry__body input[type="button"],
.p-entry__body button{
	padding:.8em;
	color:#fff;
	font-family:inherit;
	font-size:16px;
	text-align:center;
	line-height:normal;
	background:#006633;
	-webkit-appearance:none;
	border:none;
	outline:none;
	cursor:pointer;
}
.p-entry__body input[type="submit"]:hover,
.p-entry__body input[type="submit"]:focus,
.p-entry__body input[type="button"]:hover,
.p-entry__body input[type="button"]:focus,
.p-entry__body button:hover,
.p-entry__body button:focus{
	background:#005128;
}
.p-entry__body input[type="submit"].submitBtn,
.p-entry__body input[type="button"].submitBtn,
.p-entry__body button.submitBtn{
	width:300px;
	max-width:100%;
}
.p-entry__body input[type="submit"].submitBtn2,
.p-entry__body input[type="button"].submitBtn2,
.p-entry__body button.submitBtn2{
	width:150px;
	max-width:100%;
}
.p-entry__body input[type="button"].backBtn,
.p-entry__body button.backBtn{
	width:150px;
	max-width:100%;
	background:#999;
}
.p-entry__body input[type="button"].backBtn:hover,
.p-entry__body button.backBtn:hover{
	background:#888;
}
.p-entry__body input[type="radio"],
.p-entry__body input[type="checkbox"]{
	margin-right:.4em;
	transform:scale(1.2);
}
.p-entry__body label:has(input[type="radio"]:disabled){
	color:#999;
}
.p-entry__body input:disabled,
.p-entry__body input[type="text"]:read-only:not(.date),
.p-entry__body textarea:disabled,
.p-entry__body textarea:read-only,
.p-entry__body select:disabled{
	background:#ccc;
	border:1px solid #999;
}
@media only screen and (max-width: 600px) {
	.p-entry__body input.short3{
		width:70px;
	}
}


.p-entry__body .contactTable{
	margin-left:auto;
	margin-right:auto;
	min-width:80%;
}
.yoyakuWrap{
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
.p-entry__body .yoyakuTable{
	width:100%;
}
.contactTable th,
.contactTable td,
.yoyakuTable th,
.yoyakuTable td{
	border:8px solid #fff;
	border-left:none;
	border-right:none;
}
.yoyakuTable th{
	width:300px;
}
.contactTable th .ninni,
.yoyakuTable th .ninni{
	margin-left:.5em;
	padding:0 .5em;
	color:#fff;
	font-size:13px;
/*	background:#999;*/
	width:39px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:right;
}
.contactTable th .gaito,
.yoyakuTable th .gaito{
	margin-left:.5em;
	padding:0 .5em;
	color:#fff;
	font-size:13px;
	background:#999;
	display:block;
	float:right;
}
.contactTable th .hissu,
.yoyakuTable th .hissu{
	margin-left:.5em;
	padding:0 .5em;
	color:#fff;
	font-size:13px;
	background:#006633;
	display:block;
	float:right;
}
.contactTable td .hissu,
.yoyakuTable td .hissu{
	padding:0 .5em;
	color:#fff;
	font-size:13px;
	background:#006633;
	display:inline-block;
}
.contactTable td .ninni,
.yoyakuTable td .ninni{
	padding:0 .5em;
	color:#fff;
	font-size:13px;
	background:#999;
	display:inline-block;
}
@media only screen and (max-width: 600px) {
	.yoyakuWrap{
		width:auto;
	}
	.contactTable,
	.contactTable tbody,
	.contactTable tr,
	.contactTable th,
	.contactTable td,
	.yoyakuTable,
	.yoyakuTable tbody,
	.yoyakuTable tr,
	.yoyakuTable th,
	.yoyakuTable td{
		width:auto !important;
		display:block;
	}
	.contactTable th,
	.yoyakuTable th{
		text-align:left !important;
	}
	.contactTable th .ninni,
	.contactTable th .hissu,
	.yoyakuTable th .ninni,
	.yoyakuTable th .hissu{
		margin-right:.5em;
		float:left;
	}
}
.toggleWrap{
	display:none;
}
td .toggleWrap{
	padding-left:1.5em;
}
.errormsg{
	color:#cf2e2e;
}
.form_note{
	margin-bottom:.25em;
	padding:.4em;
	line-height:normal;
	border:5px solid #FFF1EE;
}
.form_group{
	padding:.4em .8em;
	background:#f8f8f8;
	border:1px solid #ccc;
	border-radius:5px;
}
.form_group + .form_group{
	margin-top:5px;
}
.marker{
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.p-entry__body td *:last-child{
	margin-bottom:0;
}



.p-entry__body h1,
.p-entry__body h2,
.p-entry__body h3,
.p-entry__body h4,
.p-entry__body h5,
.p-entry__body h6 {
	clear: both;
	font-weight:700;
	line-height: 1.6;
	margin-bottom: 24.2px;
}
.p-entry__body *+h1,
.p-entry__body *+h2,
.p-entry__body *+h3,
.p-entry__body *+h4,
.p-entry__body *+h5,
.p-entry__body *+h6 {
	margin-top:65px;
}
.p-entry__body h2.style01 {
	margin: 65px 0 30px;
	padding: .48em 1em .47em;
	font-size: 26px;
	color: #fff;
	background: #000;
}
.p-entry__body h2.style02 {
	margin: 65px 0 30px;
	padding: 0 0 .9em;
	border-bottom: 3px solid #000;
	font-size: 26px;
	color: inherit;
	background: none;
}
.p-entry__body h3.style01 {
	margin: 65px 0 30px;
	padding: 1.1em 1.4em 1.15em;
	font-size: 22px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-top: 3px solid #000;
}
.p-entry__body h3.style02 {
	margin: 65px 0 30px;
	padding: 1.2em .15em;
	font-size: 22px;
	background:none;
	border:none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.p-entry__body h3.style03 {
	margin: 45px 0 20px;
	padding: .48em 1em .47em;
	font-size: 22px;
	background:#ccc;
}
.p-entry__body h4.style01 {
	margin: 65px 0 30px;
	padding: .4em 0 .4em 1.2em;
	border-left: 3px solid #000;
	font-size: 20px;
	font-weight: 500;
}
.p-entry__body h4.style02 {
	position: relative;
	margin: 65px 0 30px;
	padding: .8em 1.5em .8em;
	border-left: #000 3px solid;
	font-size: 20px;
	box-sizing: border-box;
}
.p-entry__body h4.style02:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: calc(100% - 2px);
	border: 1px solid #ddd;
	border-left: none;
}
.p-entry__body h5.style01 {
	margin: 65px 0 30px;
	padding: .85em 1.5em .8em;
	font-size: 18px;
	background: #fafafa;
	border: 1px solid #ddd;
}
.p-entry__body h5.style02 {
	margin: 65px 0 30px;
	padding: .85em 1.5em .8em;
	font-size: 18px;
	color: #fff;
	background: #000;
}
.p-entry__body h6.style01 {
	position: relative;
	margin: 65px 0 30px;
	padding: 0 .8em 0 1.3em;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.p-entry__body h6.style01:before {
	background: #000;
	content: "";
	position: absolute;
	top: .35em;
	left: 0;
	width: 12px;
	height: 12px;
}

.wp-block-file{
	font-size:inherit !important;
	line-height:1.2;
}
.wp-block-file.icon_file{
	padding-left:24px;
}
.wp-block-file.icon_file::before{
	content:"";
	display:inline-block;
	width:16px;
	height:16px;
	background:url('images/ico_file.png') no-repeat 50% 50%/contain;
	margin-left:-24px;
	margin-right:8px;
}

.wp-block-group.style01{
	padding:1em;
}
.wp-block-group.style02{
	padding:1em;
	border:1px solid #ccc;
}
.wp-block-group.has-background *:first-child,
.wp-block-group.style01 *:first-child,
.wp-block-group.style02 *:first-child{
	margin-top:0;
}
.wp-block-group.has-background *:last-child,
.wp-block-group.style01 *:last-child,
.wp-block-group.style02 *:last-child{
	margin-bottom:0;
}

.grecaptcha-badge { visibility: hidden; }

.p-entry__body a.wp-block-button__link:hover{
	text-decoration:none;
}

.is-style-outline>.wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover{
	opacity:.7;
}

.p-entry__body .scrollWrap th{
	background:#efefef;
}
.scrollWrap table tr:nth-of-type(odd) td{
	background:#fafafa;
}

@media only screen and (max-width: 829px) {
	.scrollWrap{
		overflow:auto;
	}
	.scrollWrap th,
	.scrollWrap td{
		white-space: nowrap;
	}
}

.p-service-entry__title{
	font-size:1.9em;
}
.p-service-entry__desc{
	margin-top:-22px;
	margin-bottom:44px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:normal;
}

.p-entry__body .wp-block-cover img{
	height:100%;
}

figure{
	margin:1em 0;
}
.p-entry__body figure.aligncenter{
	display:table;
}
.p-entry__body a.wp-block-button__link{
	color:#fff;
}

.p-list__item a {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.p-service-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -32px;
	margin-bottom: 50px;
}
.p-service-list__item {
	display: flex;
	flex-direction: column;
	margin-right: 32px;
	margin-bottom: 50px;
	transition: opacity 0.6s ease-in-out;
	width: calc(50% - 32px);
	transition-delay: 0.15s;
}
.p-service-list__item[data-aos] {
	opacity: 0;
}
.p-service-list__item.aos-animate {
	opacity: 1;
}

.p-service__img{
	width:100%;
	height:225px;
}
.p-service__img img{
	width:100%;
	height:100%;
	object-fit:cover;
	font-family: 'object-fit: cover;';
}

.p-service__content {
	padding: 25px;
}
.p-service__title {
	font-size: 24px;
	line-height: 1.4;
	max-width: 100%;
	margin-bottom:.5em;
	min-height:0;
}

.service-list{
	margin-left:1.8em;
	list-style:circle;
}
.service-list li{
	padding:.2em 0;
	line-height:1.4;
}

@media screen and (max-width: 767px) {
	.p-service-list {
		margin-bottom: 8px;
	}
	.p-service-list__item {
		margin-bottom: 22px;
		width: 100%;
		transition-delay: 0;
	}
	.p-service__img {
		margin-bottom: 25px;
	}
	.p-service__title {
		font-size: 16px;
		margin-bottom: 11px;
	}
	.p-service__content {
		padding: 0;
	}
	.l-contents {
		padding-top: 50px;
	}
}

.frontSearch{
	margin-bottom:100px;
}
.searchformWrap{
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	width:600px;
	position:relative;
}
.frontSearch .searchformWrap{
	width:800px;
}
.inputSearch{
	padding:.8em 4em .8em 2em;
	width:100%;
	font-family:inherit;
	line-height:normal;
	background:#f8f8f8;
	border:1px solid #ddd;
	border-radius:25px;
	outline:none;
}
.inputSearch:hover,
.inputSearch:focus{
	background:#fff;
}
.frontSearch .inputSearch{
	font-size:20px;
	border-radius:30px;
}
.btnSubmit{
	padding:.8em;
	background: transparent;
	border: 0;
	cursor: pointer;
	font-family: "design_plus";
	font-size: 20px;
	transition: color 0.2s ease;
	outline:none;
	position:absolute;
	right:0;
	top:50%;
	transform:translate(0,-50%);
}


.p-index-content05__item{
	margin-bottom:20px;
}


.p-search{
	margin-bottom: 50px;
	margin-right: -2px;
}
.p-search__title{
	line-height: 1.7;
	margin-bottom: 0;
	padding: 36px 0 31px;
	text-align: center;
	color: #000000;
	font-size: 28px;
	border-top: 3px solid #006633;
}
.p-search__list-item{
	padding:1.5em 0;
	border-bottom:1px solid #dedede;
}
.p-search__list-item:first-of-type{
	border-top:1px solid #dedede;
}
.p-search__excerpt {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 17px;
	padding-left:1em;
	border-left:2px solid #dedede;
}
.p-search__url{
	width:100%;
	font-size:13px;
	color:#999;
	line-height:normal;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p-search__url a{
	color:inherit;
}
.parentTitle{
	margin-top:-5px;
	margin-bottom:17px;
	font-size:14px;
	font-weight:normal;
	display:block;
}
.parentTitle::before{
	content:"(";
	margin-right:.2em;
}
.parentTitle::after{
	content:")";
	margin-left:.2em;
}
.parentTitle span::after{
	content:"";
	margin:0 .8em 0 .5em;
	width:3px;
	height:3px;
	display:inline-block;
	border-top:1px solid #000;
	border-right:1px solid #000;
	transform:translate(0,-50%) rotate(45deg);
}
.parentTitle span:last-of-type::after{
	display:none;
}

.p-article05__img{
	font-family: 'object-fit: cover;';
}
.p-article06__content{
	padding:20px 0 0 7%;
}
.p-article06__title{
	min-height:0;
}


.sticky{
	background:#fff8f8;
}
.sticky .p-article04__title {
	font-weight: bold;
}
.blank a::after,
a.blank::after{
	content:"";
	margin-left:1em;
	width:16px;
	height:16px;
	display:inline-block;
	background:url('images/ico_blank.png') no-repeat 50% 50%/contain;
}

p img,
li img{
	vertical-align:baseline;
}


.p-article05__content{
	background:rgba(255,255,255,0.7);
	width: 400px;
	height: 380px;
	position: absolute;
	top: 25px;
	left: 25px;
}
.p-article05__content::before{
	content:"";
	position:absolute;
	top:15px;
	right:15px;
	bottom:15px;
	left:15px;
	border:2px solid #fff;
}
.p-article05--rev .p-article05__content{
	right:25px;
}
.p-article05__title{
	font-weight:400;
}
.p-article05__desc{
	font-weight:400;
}
@media screen and (max-width: 899px) {
	.p-article05__content { position: static; width: 100%; height: auto; }
	.p-article05__desc br { display: none; }
}


.p-footer-widgets .widget_nav_menu ul{
	padding-left:1.5em;
}
.p-footer-widgets .widget_nav_menu li{
	list-style-type:circle;
}


hr{
	border-top:1px;
}
.has-primary-color{
	color:#006633 !important;
}
.has-primary-background-color{
	border-color:#006633 !important;
	background-color:#006633 !important;
}
.has-primary-border-color{
	border-color:#006633 !important;
}
.has-black-color{
	color:#000000 !important;
}
.has-black-background-color{
	border-color:#000000 !important;
	background-color:#000000 !important;
}
.has-black-border-color{
	border-color:#000000 !important;
}
.has-darkgray-color{
	color:#abb8c3 !important;
}
.has-darkgray-background-color{
	border-color:#abb8c3 !important;
	background-color:#abb8c3 !important;
}
.has-darkgray-border-color{
	border-color:#abb8c3 !important;
}
.has-gray-color{
	color:#dddddd !important;
}
.has-gray-background-color{
	border-color:#dddddd !important;
	background-color:#dddddd !important;
}
.has-gray-border-color{
	border-color:#dddddd !important;
}
.has-silver-color{
	color:#f4f4f4 !important;
}
.has-silver-background-color{
	border-color:#f4f4f4 !important;
	background-color:#f4f4f4 !important;
}
.has-silver-border-color{
	border-color:#f4f4f4 !important;
}
.has-white-color{
	color:#ffffff !important;
}
.has-white-background-color{
	border-color:#ffffff !important;
	background-color:#ffffff !important;
}
.has-white-border-color{
	border-color:#ffffff !important;
}
.has-pink-color{
	color:#f78da7 !important;
}
.has-pink-background-color{
	border-color:#f78da7 !important;
	background-color:#f78da7 !important;
}
.has-pink-border-color{
	border-color:#f78da7 !important;
}
.has-red-color{
	color:#cf2e2e !important;
}
.has-red-background-color{
	border-color:#cf2e2e !important;
	background-color:#cf2e2e !important;
}
.has-red-border-color{
	border-color:#cf2e2e !important;
}
.has-orange-color{
	color:#ff6900 !important;
}
.has-orange-background-color{
	border-color:#ff6900 !important;
	background-color:#ff6900 !important;
}
.has-orange-border-color{
	border-color:#ff6900 !important;
}
.has-yellow-color{
	color:#fcb900 !important;
}
.has-yellow-background-color{
	border-color:#fcb900 !important;
	background-color:#fcb900 !important;
}
.has-yellow-border-color{
	border-color:#fcb900 !important;
}
.has-green-color{
	color:#00d084 !important;
}
.has-green-background-color{
	border-color:#00d084 !important;
	background-color:#00d084 !important;
}
.has-green-border-color{
	border-color:#00d084 !important;
}
.has-blue-color{
	color:#0693e3 !important;
}
.has-blue-background-color{
	border-color:#0693e3 !important;
	background-color:#0693e3 !important;
}
.has-blue-border-color{
	border-color:#0693e3 !important;
}

.c-accordion__title{
	padding: .85em 2rem .8em 1.5em;
	font-size: 18px !important;
	background: #fafafa;
	border: 1px solid #ddd;
}
.c-accordion__title:after {
	font-size:14px;
	right: .8em;
	content: "▼";
}
.is-open>.c-accordion__title:after {
	content: "▲";
}
.c-accordion__content {
	padding-bottom: 30px;
}
.p-entry__body{
	counter-reset: faq;
}
.faq{
	padding-top: 12px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	counter-increment: faq;
}
.faq+.faq{
	border-top:none;
}
.faq .c-accordion__title{
	margin-bottom:12px !important;
	padding-left: 4rem;
	border:none;
	background:none;
}
.faq .c-accordion__title::before{
	content:"Q" counter(faq);
	padding:.5em;
	color:#006633;
	font-weight:400;
	font-size:22px;
	position:absolute;
	top:0;
	left:0;
}
.faq .c-accordion__content{
	padding-left: 4rem;
	padding-right:2rem;
	position:relative;
}
.faq .c-accordion__content::before{
	content:"A" counter(faq);
	padding:.5em;
	color:#0693e3;
	font-size:22px;
	position:absolute;
	top:-5px;
	left:0;
}
.faq .c-accordion__content>p:last-of-type{
	margin-bottom:0;
}

.wp-block-image.mb0 figure{
	margin-bottom:0;
}

.front_recruit{
	padding:80px 0;
	color:#fff;
	background-image:linear-gradient(rgba(0,0,0,50%),rgba(0,0,0,50%)), url('images/recruit.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:cover;
}
.front_recruit-title{
	margin-bottom:.8em;
	font-size:46px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:400;
}
.front_recruit p{
	margin-bottom:1.5em;
	font-size:20px;
	line-height:2;
}
.front_recruit-buttons{
	display:flex;
	flex-wrap:wrap;
	gap:2em;
}
.front_recruit-buttons-item{
	padding:1.5em 1.6em;
	font-size:14px;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	line-height:1.2;
	background:#006633;
}
.front_recruit-buttons-item:hover{
	background:#005128;
}

.entryform_type{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	display:grid;
	grid-template-columns:repeat(2,140px);
	gap:1em;
	justify-content:center;
	border-bottom:1px solid #006633;
}
@media only screen and (max-width: 600px){
	.entryform_type{
		width:auto;
	}
}
.entryform_type-button{
	padding:.8em 1em;
	color:inherit !important;
	text-align:center;
	line-height:normal;
	background:#eeeeee;
	border:1px solid #eeeeee;
	border-bottom-color:#006633;
	border-radius:8px 8px 0 0;
	margin-bottom:-1px;
}
.entryform_type-button:not(.is-current):hover{
	color:#fff !important;
	background:#005128;
	text-decoration:none !important;
}
.entryform_type-button.is-current{
	background:#fff;
	border:1px solid #006633;
	border-bottom-color:#fff;
}
.entryform_type-button.is-current:hover{
	background:#fff;
	text-decoration:none !important;
}

.table_cel110 tr td:first-of-type{
	width:110px;
}
.entry_btn .wp-element-button{
	font-weight:700;
	height: 100px;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}
.confirm_button{
	display:flex;
	justify-content:center;
	gap:.8em;
}

.wp-block-file__button{
	color:#fff !important;
}
.wp-block-file__button:hover{
	text-decoration:none !important;
}