:root{
	--main-color: #35978F;
	--gray-color:#aeaeae;
	--text-color: #1f1f1f;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

html {
	box-sizing: border-box;
}

*, *::before, *::after { box-sizing: inherit; }

:where(h1,h2,h3){
	text-wrap: auto;
}

body {
	font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: var(--text-color);
	font-variation-settings: "wdth" 100;
	background: #fff;
}

.sp-logo,
.sp-menu-btn,
.sp-close-btn{
	display: none;
}

.container{
	display: flex;
}

.logo-side,
.navigation{
	width: 18%;
	padding: 20px;
}

.logo-side{
	padding: 36px 20px;
}

.main{
	width: 64%;
	padding: 20px 40px;
}

.more-btn{
	display: inline-flex;
	border: 1px solid var(--main-color);
	border-radius: 999px;
	overflow: hidden;
}

.more-btn > a{
	display: block;
	padding: 8px 60px;
	color: var(--main-color);
	font-weight: 700;
	text-decoration: none;
	background: #fff;
}

.more-btn > a:hover{
	background: var(--main-color);
	color: #fff;
}

.more-btn.center{
	display: flex; 
	width: fit-content;
	margin: 0 auto;
}

body.js .animated{
	opacity: 0;
	visibility: hidden;
}

body.js .animated.is-visible{
	opacity: 1;
	visibility: visible;
}

body.js .animated.animate__animated{
	visibility: visible;
}

/* ロゴ */
.logo-side .logo{
	width: 200px;
	margin: 0 auto;
}

/* ナビゲーション */

.gnav{
	position: sticky;
	top: 20px;
}

.navigation .main-menu li a{
	display: inline-block;
	font-weight: 600;
	padding: 12px 16px;
	border: solid 1px rgba(0, 0, 0, 0);
	border-radius: 6px;
}

.navigation .main-menu li a:hover{
	border: solid 1px var(--main-color);
}

/* フッター */
.footer{
	margin: 100px 0 0 0;
}

.footer .pankuzu{
	border-top: solid 1px var(--text-color);
	border-bottom: solid 1px var(--text-color);
	color: var(--text-color);
	padding: 40px;
	
}

.footer .gnav .main-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
	margin: 60px 0;
	padding: 0 40px;
}

.footer .gnav .main-menu li a:hover{
	text-decoration: underline;
	color: var(--main-color);
}

.footer .logo{
	width: 200px;
	margin: 0 auto;
}

.footer .hontai-link a{
	display: block;
	color: var(--main-color);
	border: solid 1px var(--main-color);
	padding: 12px;
	border-radius: 6px;
	margin: 40px auto;
	width: fit-content;
}

.footer .hontai-link a:hover{
	background: var(--main-color);
	color: #fff;
}

.footer .sub-nav .sub-menu{
	display: flex;
	justify-content: center;
	margin: 80px auto 0 auto;
	gap: 32px;
}

.footer .sub-nav .sub-menu li a:hover{
	color: var(--main-color);
	text-decoration: underline;
}

.footer .copyright{
	display: block;
	text-align: center;
	font-size: .8rem;
	padding: 40px;
}

/* トップ */
.slideshow{
	width: 720px;
	min-height: 396px;
	position: relative;
	margin: 40px auto;
}

.slideshow .left-side,
.slideshow .right-side{
	width: 320px;
}

.slideshow .left-side{
	position: absolute;
	top: 0;
	left: 0;
}

.slideshow .right-side{
	position: absolute;
	bottom: 0;
	right: 40px;
}

.slideshow .left-side .circle,
.slideshow .right-side .circle{
	width: 320px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}

.slideshow .left-side li img,
.slideshow .right-side li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.top-catch{
	width: 400px;
	margin: 0 auto;
	line-height: 2em;
}

.section-title{
	margin: 100px 0 40px 0;
	color: var(--main-color);
	text-align: center;
}

/* お知らせ */
.information{
	max-width: 800px;
	margin: 0 auto 20px auto;
}

.information li a{
	display: flex;
	align-items: flex-start;
	position: relative;
	border-bottom: solid 1px #f5f5f5;
	padding: 28px 0;
}

.information li:last-child a{
	border-bottom: none;
}

.information li a:hover{
	color: var(--main-color);
}

.information li a h3{
	font-weight: 400;
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.7;
	margin: 0;
}

.information li a .attention{
	position: absolute;
	left: -50px;
	top: 20px;
}

.information li a .attention img{
	width: 40px;
}

.information li a time{
	white-space: nowrap;
	font-size: 1.2rem;
	margin: 0 40px 0 0;
}

.feature-btn{
	margin: 100px 0;
}

.feature-btn a{
	padding: 20px;
	background: #f5f5f5;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid 1px rgba(0,0,0,0);
}

.feature-btn a .thumbnail{
	width: 50%;
	border-radius: 6px;
	overflow: hidden;
}

.feature-btn a .feature-btn-contents{
	width: 50%;
	padding: 20px 40px;
	text-align: center;
}

.feature-btn a .feature-btn-contents h2{
	font-size: 1.4rem;
	color: var(--main-color);
	margin: 0 0 1em 0;
}

.feature-btn a .feature-btn-contents p{
	margin: 20px 0;
}

.feature-btn a:hover{
	background: #fff;
	border: solid 1px var(--main-color);
}

.feature-btn-2{
	margin: 60px 0;
}

.feature-btn-2 a{
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid 1px var(--main-color);
	position: relative;
}

.feature-btn-2 a h2{
	font-size: 1.2rem;
	color: var(--main-color);
}

.feature-btn-2 a .icon{
	fill: var(--main-color);
	transition: transform .3s;
}

.feature-btn-2 a:hover{
	background: var(--main-color);
}

.feature-btn-2 a:hover h2{
	color: #fff;
}

.feature-btn-2 a:hover .icon{
	fill: #fff;
	transform: translateX(20px);
}

/* コンテンツページ */
.page-title{
	margin: 140px 0 40px 0;
	font-size: 2.4rem;
}

.page-eyecatch{
	border-radius: 80px;
	overflow: hidden;
	max-height: 360px;
	min-height: 200px;
	margin: 60px 0;
}

.page-eyecatch img{
	object-fit: cover;
}

.contents p,
.contents h3{
	line-height: 2rem;
	margin: 2rem auto;
	max-width: 680px;
}

.contents h2{
	margin: 6rem 0 0 0;
	max-width: 680px;
}

.contents p a,
.contents ul.dotlist li a,
.contents ol.numlist li a{
	color: blue;
	text-decoration: underline;
}

.contents p a:hover,
.contents ul.dotlist li a:hover,
.contents ol.numlist li a:hover{
	text-decoration: none;
}

.contents p strong,
.contents ul.dotlist li strong,
.contents ol.numlist li strong{
	color: #a90000;
	font-weight: 600;
}

.contents ul.dotlist,
.contents ol.numlist{
	max-width: 680px;
	margin: 2rem auto;
	list-style: disc;
	padding-left: 1.4rem;
}

.contents ol.numlist{
	list-style: decimal;
	padding-left: 1.6rem;
}

.contents ul.dotlist li,
.contents ol.numlist li{
	margin: 0 0 1rem 0;
}

/* 流れ */
.nagare li{
	margin: 0 0 0 40px;
	padding: 0 0 80px 40px;
	position: relative;
	border-left: solid 2px var(--main-color);
}

.nagare li::before{
	border-radius: 100px;
	background: var(--main-color);
	content: "";
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	left: -21px;
	top: -3px;
}

.nagare li .title{
	color: var(--main-color);
	text-align: left;
	text-wrap: auto;
	margin: 0;
}

.nagare li p{
	margin: 40px 0;
	padding: 0 0 0 80px;
}

/* 募集要項 */
.tabs{
	max-width: 100%;
}
.tabs input{
	display: none;
}
.tabs-nav{
	display: flex;
	justify-content: space-between;
	border-bottom: solid 2px var(--main-color);
}
.tabs-nav label{
	width: 48.5%;
	padding: 20px;
	cursor: pointer;
	background: #fff;
	color: var(--main-color);
	border: solid 1px var(--main-color);
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	font-size: 1.6rem;
}
.tabs-nav label:hover{
	background: #eee;
}
.tabs-nav label h2{
	font-size: 1.6rem;
	text-align: center;
	margin: 0;
}

#tab1:checked ~ .tabs-nav label[for="tab1"],
#tab2:checked ~ .tabs-nav label[for="tab2"],
#tab3:checked ~ .tabs-nav label[for="tab3"],
#tab4:checked ~ .tabs-nav label[for="tab4"]{
	background: var(--main-color);
	color: #fff;
}
.tab-panel{
	display: none;
}
#tab1:checked ~ .tabs-content .tab-panel:nth-child(1),
#tab2:checked ~ .tabs-content .tab-panel:nth-child(2),
#tab3:checked ~ .tabs-content .tab-panel:nth-child(3),
#tab4:checked ~ .tabs-content .tab-panel:nth-child(4){
	display: block;
}

.requirements{
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0 0;
}

.requirements dt{
	border-bottom: solid 1px var(--main-color);
	color: var(--main-color);
	padding: 20px;
	width: 25%;
	line-height: 2rem;
}

.requirements dd{
	width: 75%;
	padding: 20px;
	border-bottom: solid 1px var(--gray-color);
	line-height: 2rem;
}

.requirements dd p{
	margin: 0 0 1em 0;
}

.requirements dd p:last-child{
	margin: 0;
}

.requirements dd strong{
	color: #a30000;
}

.requirements dd a{
	color: blue;
	text-decoration: underline;
}

.requirements dd a:hover{
	text-decoration: none;
}

/* FAQ */
.faq-item {
  	border: 1px solid var(--main-color);
	border-radius: 8px;
	overflow: hidden;
	max-width: 680px;
	margin: 40px auto 32px auto;
}

.faq-question{
	width: 100%;
	background: var(--main-color);
	color: #fff;
	border: none;
	padding: 16px 20px;
	text-align: left;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .8rem;
}

.faq-question:hover {
	background: #144b46;
}

.faq-question h2{
	margin: 0;
	text-align: left;
	text-wrap: auto;
	padding: 0 20px 0 0;
}

.faq-arrow {
	transition: transform 0.3s;
}

.faq-item.open .faq-arrow {
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s;
	padding: 0 20px;
	background: #fff;
}

.faq-item.open .faq-answer {
  	max-height: 100%;
 	padding: 16px 20px;
}

/* 記事一覧 */
.next-prev{
	display: flex;
	justify-content: center;
	gap: 20px;
}

.post-date{
	display: block;
	margin: 0 0 80px 0;
}

/* 流れ */
.nagare{
	max-width: 800px;
	margin: 80px auto;
}

/* ========================================
お問い合わせ（Contact Form 7）
======================================== */

.wpcf7 {
	padding: 20px;
}

.wpcf7-form label {
	display: block;
	margin-bottom: 10px;
}

/* 必須マーク */
.wpcf7-form .required {
	background-color: #ff0000;
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 12px;
}

/* 入力フィールド */
.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.wpcf7-form textarea {
	height: 150px;
	resize: vertical;
}

/* 送信ボタン */
.wpcf7-form input[type="submit"] {
	background-color: var(--main-color);
	color: #fff;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border: none;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #00342f;
}

.wpcf7-submit {
	width: 260px !important;
	margin: 0 auto;
	text-align: center;
	display: block;
}

/* バリデーション */
.wpcf7-form .wpcf7-not-valid-tip {
	color: red;
	font-size: 14px;
}

.wpcf7-form .wpcf7-mail-sent-ok {
	color: green;
	font-size: 16px;
	margin-bottom: 20px;
}

/* ========================================
チェックボックス
======================================== */

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin: 14px 0;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 8px;
}

.wpcf7 .wpcf7-checkbox input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 10px;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label::before {
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid #333;
	background: #fff;
	box-sizing: border-box;
	flex: 0 0 20px;
}

.wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--main-color);
}

/* ========================================
ラジオボタン
======================================== */

.wpcf7 .wpcf7-radio .wpcf7-list-item {
	display: block;
	margin: 14px 0;
}

.wpcf7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 8px;
}

.wpcf7 .wpcf7-radio input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
}

.wpcf7 .wpcf7-radio .wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 10px;
}

.wpcf7 .wpcf7-radio .wpcf7-list-item-label::before {
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid #333;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	flex: 0 0 20px;
}

.wpcf7 .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--main-color);
}

/* ========================================
セレクトボックス
======================================== */

.wpcf7-form select.wpcf7-form-control {
	width: 100%;
	padding: 10px;
	padding-right: 44px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: #ffffff;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	cursor: pointer;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}

.wpcf7-form .wpcf7-form-control-wrap:has(select.wpcf7-form-control)::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 25px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: translateY(-50%) rotate(45deg);
	pointer-events: none;
}

.wpcf7-form select.wpcf7-form-control:focus {
	outline: none;
	border-color: var(--main-color);
}

.wpcf7-form .title {
	font-weight: 600;
	margin: 0 0 1em 0;
	display: inline-block;
}

/* ========== 1080px未満 ========== */
@media screen and (max-width:1080px){

.logo-side .logo{
	width: 100%;
}

.logo-side,
.navigation{
	width: 20%;
}

.main{
	width: 60%;
}

.top-catch{
	width: 100%;
	font-size: 1.4rem;
}

.slideshow{
	width: 90%;
	min-height: 310px;
}

.slideshow .left-side,
.slideshow .right-side{
	width: 230px;
}

.slideshow .right-side{
	right: 0;
}

.slideshow .left-side .circle,
.slideshow .right-side .circle{
	width: 230px;
}

.feature-btn a{
	display: block;
}

.feature-btn a .feature-btn-contents,
.feature-btn a .thumbnail{
	width: 100%;
}

.feature-btn a .feature-btn-contents{
	padding: 20px 0 0 0;
}

.feature-btn a .feature-btn-contents p{
	margin: 20px 0 0 0;
}

.information li a{
	display: block;
}

.information li a time{
	display: block;
	margin: 0 0 16px 0;
}

.information li a .attention{
	left: 106px;
	top: 32px;
}

.information li a .attention img{
	width: 20px;
}

.nagare li p{
	padding: 0 0 0 0px;
}

.tabs-nav label h2{
	font-size: 1rem;
}

.requirements{
	border-top: solid 1px var(--main-color);
	display: block;
}

.requirements dt,
.requirements dd{
	width: 100%;
}

.requirements dt{
	border-bottom: solid 1px #f5f5f5;
}

.requirements dd{
	border-bottom: solid 1px var(--main-color);
}

}

/* ========== 800px未満 ========== */
@media screen and (max-width:800px){
	
body{
	overflow-x: hidden;
}

.logo-side{
	display: none;
}

.sp-menu-btn,
.sp-close-btn{
	display: block;
	border: none;
	background: var(--main-color);
	padding: 12px;
	border-radius: 50%;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9998;
}

.sp-menu-btn svg,
.sp-close-btn svg{
	fill: #fff;
}

.main.hide{
	display: none;
}

.navigation{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100vw);
	z-index: 9999;
	transition: all .4s;
	padding: 0;
}

.navigation.active{
	transform: translateX(0);
	background: #fff;
}

.main{
	width: 100%;
	padding: 20px;
	position: relative;
}

.sp-logo{
	display: block;
	width: 200px;
	margin: 60px auto 0 auto;
}

.gnav{
	position: relative;
}

.navigation .main-menu{
	margin: 40px 0 0 0;
}

.navigation .main-menu li a{
	display: block;
	color: var(--main-color);
	padding: 20px;
}

.navigation .main-menu li{
	border-bottom: solid 1px #f5f5f5;
}

.top-catch{
	font-size: 2rem;
}

.slideshow{
	width: 100%;
	min-height: 470px;
}

.slideshow .left-side,
.slideshow .right-side{
	width: 50vw;
}

.slideshow .left-side .circle,
.slideshow .right-side .circle{
	width: 50vw;
}

.slideshow .left-side{
	left: 0;
}

.slideshow .right-side{
	right: 0;
}

.feature-btn-2 a{
	padding: 20px;
}

.footer .pankuzu{
	padding: 20px;
	margin: 0 0 60px 0;
}

.footer .gnav .main-menu{display: none;}

.page-title{
	margin: 80px 0 40px 0;
}

}

@media screen and (max-width:500px){

.sp-logo{
	width: 160px;
}

.slideshow{
	min-height: 300px;
}

.top-catch{font-size: 1.2rem;}

}