@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
	--color-dark: #000000;
	--color-light: #FFFFFF;
	--color-point: #00A968;/*濃い緑*/
	--color-sub: #D688D1;/*紫*/
	--color-link: #000000;
	--color-linkHover: #00A968;
	--color-gry: #4D4D4D;
	--color-lightgry: #DCDCDC;
	--border-color: #000000;
	--form-bg: #FFFFFF;
}

body {
	font-family: "Noto Sans JP", 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: "Noto Sans JP", serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	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{
	background: url("../img/header_bg.png") no-repeat;
	background-size: cover;
}
.header-box01 .logo{
	max-width: 500px;
}
.header-menu{
	background: none;
	border-top: 1px solid #f1f1f1;
}
.header-menu > li a {
  font-size: 1.6rem;
  color: var(--color-dark);
  font-weight: 500;
  letter-spacing: 0.01em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  color: var(--color-dark);
  padding: 0 40px;
  border-right: 0;
}
.sp-header-icon-list li a {
	background-color: var(--color-point);
}
#hamburger span {
	background-color: var(--color-point);
}
#mobile-nav {
	background: url("../img/mobnav_bg.png") no-repeat var(--color-point);
	background-size: cover;
}
.mobile-nav-wrap .mobile-menu-list > li > a {
	color: var(--color-point);
	border-top: 1px solid var(--color-point);
}
.moblie-menu-head {
  color: var(--color-point);
}
.moblie-menu-tel-number {
  color: #fff !important;
}
.required {
  color: var(--color-point);
  background-color: #FFFFFF;
}
input[type="radio"]:checked:before {
  background: var(--color-point);
}
input[type="checkbox"]:checked {
  background: var(--color-point);
}
input[type="submit"],
input[type="button"] {
  background: var(--color-point);
  border: 1px solid var(--color-point);
}
input[type="submit"]:hover,
input[type="button"]:hover {
  color: var(--color-point);
}
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: transparent;
	padding: 30px 0 10px;
}
.footer-inner{
	display: none;
}
.copyright p {
	color: var(--color-dark);
	font-size: 1.3rem;
}

/*
.footer-logo {
	padding-bottom: 20px;
	border-bottom: none;
}
.footer-logo-address {
	width: 400px;
}
.footer-logo-address a{
	color: var(--color-dark);
}
.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;
}

#breadcrumbs{
	margin-bottom: 0;
}

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%;
	--border-color: #000000;
}
table.tablepress thead th {
	background-color: #0D704A;
	color: var(--color-light);
	text-align: center;
	padding: 1em;
}
table.tablepress thead th {
	border-right: 1px solid var(--border-color);
}
.tablepress tbody td.column-1,
.tablepress tbody th{
	width: auto;
	font-weight: 700;
	color: var(--color-light);
	background-color: var(--color-point);
	border-bottom: 1px solid var(--border-color);
	padding: 1em;
	text-align: left;
}
.tablepress tbody td.column-2 {
	background: none;
	border-bottom: 1px solid var(--border-color);
	width: auto;
}
.tablepress tbody td{
	border-bottom: 1px solid var(--border-color);
	border-right: 1px solid var(--color-lightgry);
	padding: 1em;
}
.tablepress tbody td:last-child{
	border-right: 0;
}
.tablepress-table-description {
	text-align: left;
	padding: 20px 0;
	border-radius: 0px;
	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
************************************************************************************/
main{
	background: url("../img/bg_main.jpg") repeat;
}
.titleWrap{
	text-align: center;
}
h2.titleSet{
	font-size: 3.6rem;
	line-height: 67px;
	background: url("../img/title_ashirai.png") no-repeat left center, url("../img/title_ashirai.png") no-repeat right center;
	padding: 0 80px;
	margin: 2em 0;
	display: inline-block;
}
h1.titlePrum{
	background: url("../img/firsttime_2ndTitleBg.png") no-repeat;
	width: 324px;
	height: 285px;
	display: flex;
	font-size: 3rem;
	padding-left: .7em;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2em;
}
.color_red{
	color: #FF0004;
}
.btnWrap{
	text-align: center;
	margin: 2em 0;
}
.btn_normal{
	box-shadow: 0px 3px 6px #00000029;
	background: #FFF;
	display: inline-block;
	border-radius: 50px;
}
.btn_normal a{
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	display: block;
}
.btn_normal a img{
	margin-right: 1em;
	vertical-align: middle;
	width: 20px;
	height: auto;
	display: inline-block;
}

/*home
************************************************************************************/
@media screen and (max-width: 1024px){
	body.home section{
		width: 98%;
		margin: auto;
	}
}
@media screen and (max-width: 768px){
	body.home h1,h2{
		font-size: 2.8rem !important;
	}
	body.home h2.titleSet{
		line-height: 2em;
	}
}
/*first_view
----------------------------------------------------------------------*/
body.home section#first_view{
	background: url("../img/first_bgLeft.png") no-repeat left -50px top 20%, url("../img/first_bgRight.png") no-repeat right 0 top 5%;
}

body.home section#first_view .message{
	padding: 70px 0;
}

body.home section#first_view #newstopics h1{
	background: url("../img/first_titleBg.png") no-repeat;
	width: 273px;
	height: 273px;
	color: var(--color-point);
	font-size: 3.6rem;
	display: flex;
	writing-mode: vertical-rl;
	align-items: center;
	justify-content: center;
	margin: auto;
}
body.home section#first_view .newstopicsBox{
	background: var(--color-light);
	border-radius: 30px;
	padding: 30px 50px;
	margin-top: 10px;
}
body.home section#first_view .newstopicsBox ul li{
	display: flex;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid var(--color-lightgry);
}
body.home section#first_view .newstopicsBox ul li:first-child{
	padding-top: 0;
}
body.home section#first_view .newstopicsBox ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
body.home section#first_view .newstopicsBox ul li .date{
	font-weight: 700;
	width: 11em;
}
body.home section#first_view .newstopicsBox p{
	margin-bottom: 0;
}
@media screen and (max-width: 1024px){
	body.home section#first_view{
		background: url("../img/first_bgLeft.png") no-repeat left -50px top 0, url("../img/first_bgRight.png") no-repeat right 0 top 5%;
		background-size: 180px auto, 220px auto;
	}
}
@media screen and (max-width: 599px) {
	body.home section#first_view .newstopicsBox ul li{
		display: block;
	}
	body.home section#first_view .newstopicsBox ul li .date{
		width: auto;
	}
}

/*second_view
----------------------------------------------------------------------*/
body.home section#second_view{
	background: url("../img/secong_bgLeft.png") no-repeat left -180px top 0, url("../img/secong_bgRight.png") no-repeat right 0 top 10%;
}

body.home section#second_view h1{
	background: url("../img/secong_titleBg.png") no-repeat;
	width: 333px;
	height: 466px;
	color: var(--color-point);
	font-size: 3.6rem;
	display: flex;
	writing-mode: vertical-rl;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2em;
}
body.home section#second_view ul.nayamiBox{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
body.home section#second_view ul.nayamiBox li{
	background: #FFF;
	padding: 20px;
}

body.home section#second_view #features{
	padding: 50px 0 0;
}
body.home section#second_view #features h2 span{
	font-size: 5rem;
	font-family: "Noto Serif JP", serif;
}
body.home section#second_view #features ul.featureBox{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
body.home section#second_view #features ul.featureBox li{
	background: #FFF;
	padding: 20px;
}
body.home section#second_view #features ul.featureBox li .title{
	font-size: 2.1rem;
	font-family: "Noto Serif JP", serif;
	width: 100%;
	height: 3.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
body.home section#second_view #features ul.featureBox li .image img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
body.home section#second_view #features ul.featureBox li .text{
	padding: 1em 0 0;
}
@media screen and (max-width: 1140px){
	body.home section#second_view #features ul.featureBox li .title br{
    display:none;
}
}
@media screen and (max-width: 1024px){
	body.home section#second_view{
		background: url("../img/secong_bgRight.png") no-repeat right 0 top 10%;
	}
}
@media screen and (max-width: 768px){
	body.home section#second_view{
		background: url("../img/secong_bgRight.png") no-repeat right 0 top 0%;
		background-size: 300px auto;
	}
	body.home section#second_view ul.nayamiBox{
		grid-template-columns: 1fr 1fr;
	}
	body.home section#second_view #features ul.featureBox{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 599px) {
	body.home section#second_view ul.nayamiBox{
		grid-template-columns: 1fr;
		margin: 0 2%;
	}
}

/*service
----------------------------------------------------------------------*/
body.home section#service{
	background: url("../img/service_bg.png") no-repeat top center;
	background-size: 100% auto;
}

body.home section#service h1{
	font-size: 4.8rem;
	background: url("../img/service_titleBg.png") no-repeat top center;
	padding-top: 140px;
	display: inline-block;
	margin: 2em 0;
}
body.home section#service ul.serviceBox{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
body.home section#service ul.serviceBox li{
	background: #FFF;
	padding: 20px;
}
body.home section#service ul.serviceBox li .title{
	font-size: 2.1rem;
	font-family: "Noto Serif JP", serif;
	width: 100%;
	height: 3.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
body.home section#service ul.serviceBox li .image img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
body.home section#service ul.serviceBox li .text{
	padding: 1em 0 0;
}
@media screen and (max-width: 599px) {
	body.home section#service ul.serviceBox{
		grid-template-columns: 1fr;
	}
}

/*staff
----------------------------------------------------------------------*/
body.home section#service #staff{}
body.home section#service #staff ul.staffBox{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
body.home section#service #staff ul.staffBox li{
	background: url("../img/staff_bg.png") no-repeat left top;
	text-align: center;
	padding: 120px 20px 0 50px;
}
body.home section#service #staff ul.staffBox li .image img{
	max-width: 100%;
	height: auto;
}
body.home section#service #staff ul.staffBox li .name{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}
body.home section#service #staff ul.staffBox li .post{
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}
body.home section#service #staff ul.staffBox li .message{
	font-weight: 400;
	text-align: left;
}
@media screen and (max-width: 1024px){
	body.home section#service #staff ul.staffBox li{
		background: url("../img/staff_bg.png") no-repeat left top;
		background-size: 100% auto;
		text-align: center;
		padding: 120px 20px 0 50px;
	}
}
@media screen and (max-width: 768px){
	body.home section#service #staff ul.staffBox{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 599px) {
	body.home section#service #staff ul.staffBox{
		grid-template-columns: 1fr;
	}
	body.home section#service #staff ul.staffBox li{
		background: url("../img/staff_bg.png") no-repeat left top;
		background-size: 70% auto;
	}
}

/*timetable
----------------------------------------------------------------------*/
body.home section#timetable{}
body.home section#timetable ul.btns{
	display: flex;
	flex-wrap: wrap;
	margin: 0 1%;
}
body.home section#timetable ul.btns li{
	border-radius: 15px 15px 0 0;
	color: var(--color-light);
	font-weight: 700;
	padding: .7em 1.5em;
	cursor: pointer;
	background: #7AC2A7;
	margin-right: 1em;
	font-size: 1.8rem;
}
body.home section#timetable ul.btns li.select{
	background: url("../img/bg_karakusa.png") repeat #00A968;
}
body.home section#timetable .contentWrap.disnon{
	display: none;
}
body.home section#timetable .contentWrap{
	background: url("../img/bg_karakusa.png") repeat #00A968;
	padding: 40px;
}
body.home section#timetable .contentWrap .incontent{
	background: #FFF;
	padding: 30px;
}

body.home section#timetable .contentWrap#daily-flow .incontent{
	display: flex;
	flex-wrap: wrap;
}
body.home section#timetable .contentWrap#daily-flow .incontent .incontent-inner{
	padding: 0 30px 0 0;
	border-right: 1px solid #ccc;
	width: 50%;
	box-sizing: border-box;
}
body.home section#timetable .contentWrap#daily-flow .incontent .incontent-inner:last-child{
	padding: 0 0 0 30px;
	border: 0;
}
body.home section#timetable .contentWrap#daily-flow .incontent .incontent-inner h3{
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 1em;
}
body.home section#timetable .contentWrap#daily-flow dl dt{
	color: var(--color-point);
	font-weight: 700;
	background: url("../img/timetable_iconClock.svg") no-repeat left center;
	margin-bottom: .5em;
	padding-left: 35px;
}
body.home section#timetable .contentWrap#daily-flow dl dd img{
	float: left;
	margin: 0 1em 1em 0;
	width: 80px;
	height: auto;
}
body.home section#timetable .contentWrap#daily-flow dl dd{
	padding-bottom: 2em;
}
body.home section#timetable .contentWrap#daily-flow dl dd:last-child{
	padding-bottom: 0;
}

body.home section#timetable .contentWrap#schedule .incontent{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	align-items: stretch;
}
body.home section#timetable .contentWrap#schedule .incontent .season .illust{
	text-align: center;
	padding-bottom: 20px;
}
body.home section#timetable .contentWrap#schedule .incontent .season .illust img{
	width: 50%;
	height: auto;
	display: block;
	margin: auto;
}
body.home section#timetable .contentWrap#schedule .incontent .season dl dt{
	color: var(--color-point);
	font-weight: 700;
	font-size: 1.8rem;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 .7em;
	margin-bottom: .7em;
}
body.home section#timetable .contentWrap#schedule .incontent .season dl dd{
	padding: 0 0 2em 1em;
}

@media screen and (max-width: 768px){
	body.home section#timetable .contentWrap#daily-flow .incontent .incontent-inner{
		padding: 0 0 30px;
		border: 0;
		border-bottom: 1px solid #ccc;
		width: 100%;
	}
	body.home section#timetable .contentWrap#daily-flow .incontent .incontent-inner:last-child{
		padding: 30px 0 0;
	}
	body.home section#timetable .contentWrap#schedule .incontent{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 599px) {
	body.home section#timetable ul.btns{
		display: block;
		margin-bottom: .7em;
	}
	body.home section#timetable ul.btns li{
		border-radius: 15px;
		margin: 0 0 5px;
	}
	
	body.home section#timetable .contentWrap{
		padding: 10px;
	}
	body.home section#timetable .contentWrap .incontent{
		padding: 20px;
	}
}

/*first-time
----------------------------------------------------------------------*/
body.home section#first-time{
	background: url("../img/firsttime_bg.png") no-repeat right 0 top 0, url("../img/firsttime_bgKame.png") no-repeat left top;
}
body.home section#first-time h1{
	background: url("../img/firsttime_titleBg.png") no-repeat;
	width: 381px;
	height: 381px;
	font-size: 3.6rem;
	display: flex;
	writing-mode: vertical-rl;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2em;
}
body.home section#first-time ul.flow{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
body.home section#first-time ul.flow li{
	width: 32%;
	box-sizing: border-box;
	padding-right: 40px;
	margin: 0 1% 3% 0;
	background: url("../img/ar.svg") no-repeat right center;
	background-size: 20px auto;
}
body.home section#first-time ul.flow li:last-child{
	background: none !important;
	padding-right: 0;
	width: calc(32% - 40px);
}
body.home section#first-time 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 section#first-time ul.flow li .box .title{
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--color-point);
	text-align: center;
}
body.home section#first-time ul.flow li .box .step{
	font-size: 8rem;
	color: var(--color-sub);
	font-weight: 700;
	margin-bottom: 0.2em;
	text-align: center;
	line-height: 1;
}
body.home section#first-time ul.flow li .box .text{
	margin: 0;
}
body.home section#first-time ul.flow.col4 li{
	width: 24%;
	box-sizing: border-box;
	padding-right: 40px;
	margin: 0 1% 3% 0;
	background: url("../img/ar.svg") no-repeat right center;
	background-size: 20px auto;
}
@media screen and (max-width: 1024px){
	body.home section#first-time{
		background: url("../img/firsttime_bgKame.png") no-repeat left top;
		background-size: 200px auto;
	}
	body.home section#first-time ul.flow li,
	body.home section#first-time ul.flow li:last-child,
	body.home section#first-time ul.flow.col4 li{
		width: 49%;
	}
}
@media screen and (max-width: 599px) {
	body.home section#first-time{
		background: url("../img/firsttime_bgKame.png") no-repeat left top 5%;
		background-size: 200px auto;
	}
	body.home section#first-time h1{
		background: url("../img/firsttime_titleBg.png") no-repeat;
		background-size: 100%; 100%;
		width: 300px;
		height: 300px;
	}
	body.home section#first-time ul.flow li,
	body.home section#first-time ul.flow li:last-child,
	body.home section#first-time ul.flow.col4 li{
		width: 99%;
	}
	body.home section#first-time ul.flow li,
	body.home section#first-time ul.flow.col4 li{
		padding: 0 0 45px 0;
		margin: 0 0 5% 0;
		background: url("../img/ar_dwn.svg") no-repeat center bottom;
		background-size: 30px auto;
	}
}

/*faq
----------------------------------------------------------------------*/
body.home section#faq .width1200 h1{
	position: relative;
	top: -100px;
}
body.home section#faq .width1200{
	background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #F2EFDF 100%) 0% 0% no-repeat padding-box;
	padding: 0 40px 40px;
}
body.home section#faq h1.titlePrum{
	margin: auto;
}
body.home #faq dl.faq_list{
	padding: 30px;
	margin-bottom: 1em;
	background: #FFF;
	border-radius: 30px;
}
body.home #faq dl.faq_list dt{
	background: url("../img/icon-q.svg") no-repeat left 0;
	font-weight: 700;
	cursor: pointer;
	display: block;
	position: relative;
	padding: 0 30px 0 60px;
	line-height: 55px;
}

body.home #faq dl.faq_list dt:after{
	content: "＋";
	color: var(--color-point);
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
body.home #faq dl.faq_list dt.active:after{
	content: "－";
}
body.home #faq dl.faq_list dd{
	background: url("../img/icon-a.svg") no-repeat left 0;
	padding: 0 0 0 60px;
	overflow: hidden;
	margin-top: 1em;
}
@media screen and (max-width: 768px){
	body.home section#faq .width1200{
		padding: 0 20px 40px;
	}
	body.home #faq dl.faq_list{
		padding: 15px;
	}
	body.home #faq dl.faq_list dt{
		line-height: 1.6;
		min-height: 55px;
	}
}

/*price
----------------------------------------------------------------------*/
body.home section#price h2{
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	margin-bottom: 1em;
}

body.home section#price .btn_normal a{
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	padding: 1em 4em;
}
@media screen and (max-width: 768px){
	body.home section#price .btn_normal a{
		font-size: 1.8rem;
		padding: 1em 2em;
	}
}

/*document
----------------------------------------------------------------------*/
body.home section#document ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
body.home section#document ul li{
	box-shadow: 0px 3px 6px #00000029;
	background: #FFF;
	display: inline-block;
	border-radius: 50px;
}
body.home section#document ul li a{
	color: #000;
	text-decoration: none;
	padding: 1em 2em;
	display: block;
}
body.home section#document ul li a img{
	margin-right: 1em;
	vertical-align: middle;
	width: 20px;
	height: auto;
	display: inline-block;
}
@media screen and (max-width: 1024px){
	body.home section#document ul{
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 768px){
	body.home section#document ul{
		grid-template-columns: 1fr;
	}
}


/*outline
----------------------------------------------------------------------*/
body.home section#outline{
	background: url("../img/info_bgLeft.png") no-repeat left -100px top 0 ,url("../img/info_bgRight.png") no-repeat right -50px bottom 0;
	background-size: 600px auto;
}
body.home section#outline h1{
	background: url("../img/info_titleBg.png") no-repeat;
	height: 471px;
	width: 471px;
	color: var(--color-dark);
	font-size: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2em;
}

/*timetable同様*/
body.home section#outline ul.btns{
	display: flex;
	flex-wrap: wrap;
	margin: 0 1%;
}
body.home section#outline ul.btns li{
	border-radius: 15px 15px 0 0;
	color: var(--color-light);
	font-weight: 700;
	padding: .7em 3.5em;
	cursor: pointer;
	background: #7AC2A7;
	margin-right: 1em;
	font-size: 1.8rem;
}
body.home section#outline ul.btns li.select{
	background: url("../img/bg_karakusa.png") repeat #00A968;
}
body.home section#outline .contentWrap.disnon{
	display: none;
}
body.home section#outline .contentWrap{
	background: url("../img/bg_karakusa.png") repeat #00A968;
	padding: 40px;
}
body.home section#outline .contentWrap .incontent{
	background: #FFF;
	padding: 30px;
}
body.home section#outline table{
	width: 100%;
	border-collapse:collapse;
	margin: 0;
}
body.home section#outline table th,
body.home section#outline table td{
	padding: 1em 2em;
	border-bottom: 1px solid #D6D6D6;
}
body.home section#outline table th{
	text-align: left;
	color: var(--color-point);
	background-color: transparent;
}

body.home section#outline #access .map{
	width: 100%;
	height: 500px;
	margin-bottom: 1.7em;
}
body.home section#outline #access .map iframe{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1024px){
	body.home section#outline table th,
	body.home section#outline table td{
		padding: 1em;
	}
}
@media screen and (max-width: 768px){
	body.home section#outline h1{
		background: url("../img/info_titleBg.png") no-repeat;
		background-size: 100% 100%;
		height: 300px;
		width: 300px;
	}
}
@media screen and (max-width: 599px) {
	body.home section#outline ul.btns{
		display: block;
		margin-bottom: .7em;
	}
	body.home section#outline ul.btns li{
		border-radius: 15px;
		margin: 0 0 5px;
	}
	
	body.home section#outline .contentWrap{
		padding: 10px;
	}
	body.home section#outline .contentWrap .incontent{
		padding: 20px;
	}
}

/*contact
----------------------------------------------------------------------*/
body.home #contact{
	padding: 70px 0;
	margin: 70px 0 50px;
}
body.home #contact h1{
	background: url("../img/contact_titleBg.png") no-repeat;
	height: 346px;
	width: 346px;
	color: var(--color-dark);
	font-size: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2em;
}
body.home #contact .telbox{
	background: var(--color-light);
	background-size: cover;
	margin: 0 auto 70px;
	border-radius: 15px;
	padding: 50px 30px;
	width: 550px;
	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-point);
	font-weight: bold;
	line-height: 1;
}

body.home #contact .form{
	background: #F2EEDD;
	padding: 40px;
	border-radius: 15px;
}

body.home #contact .form table{
	width: 100%;
	border-collapse:collapse;
	margin: 0;
}
body.home #contact .form table th,
body.home #contact .form table td{
	padding: 1em 2em;
	border-bottom: 1px solid #D6D6D6;
}
body.home #contact .form table th{
	text-align: left;
	color: var(--color-point);
}


body.home #contact .form table th.required{
	background: url("../img/icon-hissu.svg") no-repeat right top 1em;
	width: 250px;
	padding-right: 50px;
	text-align: left;
	font-size: 1.6rem;
}
body.home #contact .form input,
body.home #contact .form textarea{
	background: var(--form-bg);
	padding: 10px;
	border: 0;
	box-sizing: border-box;
	margin-right: 3px;
}
body.home #contact .form input[type=text],
body.home #contact .form input[type=email],
body.home #contact .form input[type=tel]{
	width: 490px;
}
body.home #contact .form input[type=text].small,
body.home #contact .form input[type=email].small,
body.home #contact .form input[type=tel].small{
	width: 100px;
}
body.home #contact .form textarea{
	width: 100%;
	height: 8em;
}
body.home #contact .form input[type=submit]{
	background: url("../img/icon-sendmail.svg") no-repeat right 1em center #00A968;
	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%;
	}
	body.home #contact .form table{
		padding-top: .7em;
	}
	body.home #contact .form table th.required{
		background: url("../img/icon-hissu.svg") no-repeat left 0 top 1em;
		padding-right: 0;
		padding-left: 50px;
	}
	body.home #contact .form input,
	body.home #contact .form textarea{
		background: var(--form-bg);
		padding: 10px;
		border: 0;
		box-sizing: border-box;
		margin-right: 3px;
	}
	body.home #contact .form input[type=text],
	body.home #contact .form input[type=email],
	body.home #contact .form input[type=tel]{
		width: 490px;
	}
	body.home #contact .form input[type=text].small,
	body.home #contact .form input[type=email].small,
	body.home #contact .form input[type=tel].small{
		width: 100px;
	}
}
@media screen and (max-width: 599px) {
	body.home #contact h1{
		background: url("../img/contact_titleBg.png") no-repeat;
		background-size: 100% 100%;
		height: 300px;
		width: 300px;
	}
	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;
	}
	body.home #contact .form input[type=text],
	body.home #contact .form input[type=email],
	body.home #contact .form input[type=tel]{
		width: 100%;
	}
	body.home #contact .form input[type=text].small,
	body.home #contact .form input[type=email].small,
	body.home #contact .form input[type=tel].small{
		width: 20%;
	}
}

/*recruit
----------------------------------------------------------------------*/
body.home section#recruit h1{
	background: url("../img/recruit_titleBg.png") no-repeat;
	width: 306px;
	height: 466px;
	font-size: 3.6rem;
	display: flex;
	writing-mode: vertical-rl;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2em;
	color: var(--color-point);
}
body.home section#recruit .titleWrap{
	background: url("../img/recruit_bgLeft.png") no-repeat left bottom, url("../img/recruit_bgRight.png") no-repeat right bottom;
}
body.home section#recruit ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
body.home section#recruit ul li{
	width: 30%;
	margin: 1%;
	background: var(--color-point);
	border-radius: 50px;
}
body.home section#recruit ul li a{
	display: block;
	background: url("../img/ar_white.svg") no-repeat left 2em center;
	color: var(--color-light);
	text-decoration: none;
	padding: 1em 2em 1em 3em;
	font-size: 1.8rem;
	font-weight: 800;	
}

@media screen and (max-width: 1024px){
	body.home section#recruit .titleWrap{
		background: url("../img/recruit_bgLeft.png") no-repeat left bottom, url("../img/recruit_bgRight.png") no-repeat right bottom;
		background-size: 150px auto, 200px auto;
	}
	body.home section#recruit ul li{
		width: 48%;
	}
}
@media screen and (max-width: 768px){
	body.home section#recruit ul li{
		width: 98%;
	}

}

/*page
************************************************************************************/
main > section{
	background: url("../img/secong_bgLeft.png") no-repeat left -180px top 0, url("../img/secong_bgRight.png") no-repeat right 0 top 10%;
}
@media screen and (max-width: 1024px){
	main > section{
		background: url("../img/secong_bgLeft.png") no-repeat left -180px top 0;
		width: 98%;
		margin: auto;
	}
}

main section.recruit-contents h1.title_ver1{
	font-size: 3.6rem;
	background: url("../img/service_titleBg.png") no-repeat top center;
	padding-top: 140px;
	display: inline-block;
	margin: 2em 0;
	color: var(--color-dark);
}
main section.recruit-contents h1.title_ver2{
	background: url("../img/secong_titleBg.png") no-repeat;
	width: 333px;
	height: 466px;
	color: var(--color-dark);
	font-size: 3.6rem;
	display: flex;
	writing-mode: vertical-rl;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2em;
}
main section.recruit-contents h1.title_ver3{
	background: url("../img/firsttime_titleBg.png") no-repeat;
	width: 381px;
	height: 381px;
	font-size: 3.6rem;
	display: flex;
	writing-mode: vertical-rl;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2em;
	color: var(--color-dark);
}
main section.recruit-contents h1.title_ver4{
	background: url("../img/info_titleBg.png") no-repeat;
	height: 350px;
	width: 350px;
	background-size: 350px 350px;
	color: var(--color-dark);
	font-size: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2em;
}
main section.recruit-contents h2{
	font-size: 3.6rem;
	line-height: 67px;
	background: url("../img/title_ashirai.png") no-repeat left center, url("../img/title_ashirai.png") no-repeat right center;
	padding: 0 80px;
	margin: 2em 0;
	display: inline-block;
	color: var(--color-dark);
}

.recruit-contents ul.applicationBox{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
.recruit-contents ul.applicationBox.appeal{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
.recruit-contents ul.applicationBox li{
	background: #FFF;
	padding: 20px;
}
.recruit-contents ul.applicationBox.appeal li{
	border-radius: 10px;
}
.recruit-contents ul.applicationBox li .title{
	font-size: 2.1rem;
	font-family: "Noto Serif JP", serif;
	width: 100%;
	height: 3.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.recruit-contents ul.applicationBox.appeal li .title{
	font-size: 1.7rem;
}
.recruit-contents ul.applicationBox li .image img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.recruit-contents ul.applicationBox li .text{
	padding: 1em 0 0;
}

.recruit-contents ul.interview{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}
.recruit-contents ul.interview li{
	background: url("../img/staff_bg.png") no-repeat left top;
	text-align: center;
	padding: 120px 20px 0 50px;
}
.recruit-contents ul.interview li .image img{
	max-width: 100%;
	height: auto;
}
.recruit-contents ul.interview li .name{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.recruit-contents ul.interview li .post{
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1em;
}

.recruit-contents ul.interview dl dt{
	text-align: center;
}
.recruit-contents ul.interview dl dt span{
	border: 1px solid var(--color-point);
	border-radius: 50px;
	text-align: center;
	cursor: pointer;
	color: var(--color-point);
	font-size: 1.4rem;
	display: inline-block;
	padding: .7em 2em;
}
.recruit-contents ul.interview dl dd{
	padding: 20px 0 0;
	overflow: hidden;
	text-align: left;
}
.recruit-contents .flow {
	padding-left: 140px;
	position: relative;
	width: 700px;
	margin: auto;
}
.recruit-contents .flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #FFF;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 140px;
}
.recruit-contents .flow > li {
	position: relative;
}
.recruit-contents .flow > li:not(:last-child) {
	margin-bottom: 8vh;
}
.recruit-contents .flow > li .icon {
	color: #fff;
	background: var(--color-point);
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: -140px;
	z-index: 100;
}
.recruit-contents .flow > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent var(--color-point);
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.recruit-contents .flow > li dl {
	padding-left: 70px;
	position: relative;
}
.recruit-contents .flow > li dl::before, .recruit-contents .flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.recruit-contents .flow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: var(--color-point);
	border-radius: 50%;
	left: -4px;
}
.recruit-contents .flow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.recruit-contents .flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-point);
	margin-bottom: 1vh;
}

.recruit-contents.youkou ul.btns{
	display: flex;
	flex-wrap: wrap;
	margin: 0 1%;
}
.recruit-contents.youkou ul.btns li{
	border-radius: 15px 15px 0 0;
	color: var(--color-light);
	font-weight: 700;
	padding: .7em 1.5em;
	cursor: pointer;
	background: #7AC2A7;
	margin-right: 1em;
	font-size: 1.8rem;
}
.recruit-contents.youkou ul.btns li.select{
	background: url("../img/bg_karakusa.png") repeat #00A968;
}
.recruit-contents.youkou .contentWrap.disnon{
	display: none;
}
.recruit-contents.youkou .contentWrap{
	background: url("../img/bg_karakusa.png") repeat #00A968;
	padding: 40px;
}
.recruit-contents.youkou .recruit-feed01{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
	
}
.recruit-contents.youkou .recruit-feed01 > li {
	padding: 40px;
	background-color: #FFF;
	border: 1px solid #A4D28D;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin-top: 0;
}
.recruit-contents.youkou .recruit-feed01 > li:first-of-type {
	margin-top: 0;
}
.recruit-contents.youkou .recruit-feed01 .recruit-content {
	width: 100%;
}
@media screen and (max-width: 1024px){
	.recruit-contents ul.applicationBox,
	.recruit-contents ul.applicationBox.appeal{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.recruit-contents ul.interview li{
		background: url("../img/staff_bg.png") no-repeat left top;
		background-size: 100% auto;
		padding: 120px 20px 0 20px;
	}
}
@media screen and (max-width: 768px){
	main section.recruit-contents h1.title_ver1{
		font-size: 2.8rem;
	}
	main section.recruit-contents h1.title_ver2{
		font-size: 2.8rem;
	}
	main section.recruit-contents h1.title_ver3{
		background: url("../img/firsttime_titleBg.png") no-repeat;
		height: 300px;
		width: 300px;
		background-size: 100% 100%;
		font-size: 2.8rem;
	}
	main section.recruit-contents h1.title_ver4{
		background: url("../img/info_titleBg.png") no-repeat;
		height: 300px;
		width: 300px;
		background-size: 100% 100%;
		font-size: 2.8rem;
	}
	.recruit-contents ul.applicationBox,
	.recruit-contents ul.applicationBox.appeal{
		grid-template-columns: 1fr 1fr;
	}
	.recruit-contents ul.interview{
		grid-template-columns: 1fr;
	}
	.recruit-contents ul.interview li{
		background: url("../img/staff_bg.png") no-repeat left top;
		background-size: 70% auto;
		padding: 120px 20px 0 20px;
	}
	.recruit-contents .flow {
		width: 90%;
		box-sizing: border-box;
		margin: auto;
	}
	
	.recruit-contents.youkou{
		margin-top: 0px;
	}
	.recruit-contents.youkou .recruit-feed01{
		grid-template-columns: 1fr;
		margin: 0 2%;

	}
}
@media screen and (max-width: 599px) {
	.recruit-contents ul.applicationBox,
	.recruit-contents ul.applicationBox.appeal{
		grid-template-columns: 1fr;
	}
	.recruit-contents.youkou ul.btns{
		display: block;
		margin-bottom: .7em;
	}
	.recruit-contents.youkou ul.btns li{
		border-radius: 15px;
		margin: 0 0 5px;
	}
	
	.recruit-contents.youkou .contentWrap{
		padding: 20px 10px;
	}
	.recruit-contents.youkou .contentWrap .incontent{
		padding: 20px;
	}
}



/*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.7);
}

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: url("../inc/img/mobnav_bg.png") repeat 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{
	font-size: 3.6rem;
	background: url("../img/service_titleBg.png") no-repeat top center;
	padding-top: 140px;
	display: block;
	margin: 2em 0;
	color: var(--color-dark);
	text-align: center;

	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	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: var(--color-sub);
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 0;
	border: 0;
}
.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: var(--color-light);
	background-color: var(--color-point);
	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{
	font-size: 3.6rem;
	background: url("../img/service_titleBg.png") no-repeat top center;
	padding-top: 140px;
	display: inline-block;
	margin: 2em 0;
	color: var(--color-dark);
}
.job-table {
	width: 100%;
	border: 1px solid #000000;
	margin-bottom: 40px;
}
.job-table tr {
	padding: 20px 0;
	border-bottom: 1px solid #000000;
}
.job-table th,
.job-table td {
	padding: 30px;
	font-size: 1.6rem;
}
.job-table th {
	width: 30%;
	font-weight: 700;
	color: #fff;
	background-color: var(--color-point);
}
.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: var(--color-point);
	color: #fff;
	font-weight: 700;
	border: 1px solid var(--color-point);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.entry-btn a:hover {
	background-color: #fff;
	color: var(--color-point);
}

.title01{
	font-size: 3.6rem;
	background: url("../img/service_titleBg.png") no-repeat top center;
	padding-top: 140px;
	text-align: center;
	margin: 2em 0;
	color: var(--color-dark);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.title02 {
	font-size: 3.6rem;
	line-height: 67px;
	background: url("../img/title_ashirai.png") no-repeat left center, url("../img/title_ashirai.png") no-repeat right center;
	padding: 0 80px;
	margin: 2em 0;
	display: inline-block;
	color: var(--color-dark);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.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;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

/*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: 3.6rem;
	line-height: 67px;
	background: url("../img/title_ashirai.png") no-repeat left center;
	padding: 0 0 0 60px;
	margin: 2em 0;
	color: var(--color-dark);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	border: 0;
}
.single-info-article h3 {
	font-size: 2.4rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: var(--color-point);
	font-weight: 700;
	border-bottom: solid 2px var(--color-point);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.search-icon:hover {
	fill: var(--color-point);
}

body.home section#first_view .message {
    padding: 100px 0;
}


/*privacy-check
************************************************************************************/
/*
.privacy-check {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  padding: 0 16px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  max-width: 100%;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #00A968;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 16px;
  color: #00A968;
}

.checkbox-label {
  line-height: 1.6;
}

@media (max-width: 480px) {
  .custom-checkbox {
    justify-content: center;
    text-align: center;
    font-size: 13px;
  }

  .checkbox-label {
    display: inline-block;
    text-align: center;
  }
}
*/

.privacy-check {
  margin-top: 1em;
  font-size: 14px;
  text-align: center; /* 要素を中央に配置 */
}

.privacy-check label {
  display: block;
  margin-bottom: 5px;
}

/* すべてのチェックボックスに適用（必要に応じて修正） */
input[type="checkbox"].agree-consent {
  background-color: white;
  border: 2px solid #007bff;
}

/* チェックされたとき */
input[type="checkbox"].agree-consent:checked {
  background-color: #007bff;
  border-color: #007bff;
}

input[type="checkbox"]:checked {
    background: var(--color-point) !important;
}