@charset "UTF-8";
/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
    Default
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
button,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

iframe {
	width: 100%;
	height: 100%;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a {
	color: #383838;
	display: inline-block;
	text-decoration: none;
}

a:hover,
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
}

.u-bgcover {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.u-pt50 {
	padding-top: 50px;
}

@media screen and (max-width: 767px) {
	.u-pt50 {
		padding-top: 50px;
	}
}

.u-txtcenter {
	text-align: center;
}

.u-txtright {
	text-align: right !important;
}

.u-df {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.u-df {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.u-df .f-left,
.u-df .f-right {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.u-df .f-left,
	.u-df .f-right {
		width: 100%;
	}
}

/* .fadein
------------------------------------------------------------*/
.u-fadein {
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition:
		opacity 1s,
		-webkit-transform 1s;
	transition:
		opacity 1s,
		-webkit-transform 1s;
	transition:
		transform 1s,
		opacity 1s;
	transition:
		transform 1s,
		opacity 1s,
		-webkit-transform 1s;
}

.u-fadein.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
	min-width: 768px;
	line-height: 1.5;
	font-weight: 500;
	font-size: 14px;
	font-family: 'メイリオ', 'meiryo', sans-serif;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 767px) {
	body {
		min-width: auto;
		font-size: 1.3rem;
	}
}

main {
	z-index: 1;
	position: relative;
	background: #fffedf;
	padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
	main {
		padding-bottom: 170px;
	}
}

@media (min-width: 768px) {
	.sp-only {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	img {
		max-width: 100%;
		height: auto !important;
	}
}

.l-container {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	-webkit-transition: background 0.6s ease-out;
	transition: background 0.6s ease-out;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.l-container {
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.l-container {
		width: 94%;
		margin: 0 auto;
	}
}

.p-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.p-content {
		display: block;
	}
}

/*------------------------------------------------------------
  c-sidebar
  ------------------------------------------------------------*/
.c-sidebar {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 2;
	right: 0;
	top: 0;
	width: 24.5%;
	height: 100%;
}
.c-sidebar .li_bottom {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.c-sidebar {
		position: static !important;
		width: 100%;
		height: auto;
		max-width: 100%;
	}
}

.c-sidebar__wrap {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c-sidebar__wrap .label {
	background: #ecffac;
	padding: 35px;
}

@media screen and (max-width: 767px) {
	.c-sidebar__wrap .label {
		padding: 16px;
	}
}

.c-sidebar__list li {
	margin-top: 10px;
}

.c-sidebar__list a {
	min-height: 90px;
	color: #546b50;
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex; */
	font-size: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: #ecffac;
	padding: 10px 10px;
	border: 5px solid #d4f48b;
	/* new */
	line-height: 1.2em;
}

.c-sidebar__list a span {
	font-size: 13px;
	/* font-size: 10px; */
	/* font-weight: bold; */
	line-height: 1.5;
	display: inline-block;
	margin-top: 10px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.c-sidebar__list a {
		font-size: 1.7vw;
		/* height: 7.5vw; */
	}
}

@media screen and (max-width: 767px) {
	.c-sidebar__list a {
		height: 70px;
		font-size: 1.6rem;
		border: 2.5px solid #d4f48b;
	}
}

.c-content {
	position: relative;
	width: calc(100% - 24.5%);
	text-align: left;
}

@media screen and (max-width: 767px) {
	.c-content {
		width: 100%;
		margin-right: 0;
	}
}

.c-content__wrap {
	padding-right: 5%;
}

@media screen and (max-width: 767px) {
	.c-content__wrap {
		padding-right: 0;
	}
}

/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
	position: relative;
	width: 100%;
	text-align: center;
}

.c-header__nav {
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	position: fixed;
	-webkit-transition: 500ms;
	transition: 500ms;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 104px;
	background: #fff;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.c-header__nav {
		height: 8vw;
	}
}

@media screen and (max-width: 767px) {
	.c-header__nav {
		padding: 10px 12px 7px 10px;
		height: 64px;
	}
}

.c-header .nav-logo {
	width: 42%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 5px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.c-header .nav-logo {
		width: 25%;
		padding: 0 1.5%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.c-header .nav-logo {
		width: auto;
		padding: 0;
	}
	.c-header .nav-logo img {
		zoom: 57%;
	}
}

.c-header .nav-logo .fixed_logo {
	display: none;
}

.c-header .nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 58%;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.c-header .nav-menu {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	.c-header .nav-menu {
		top: 64px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		padding-right: 0;
		text-align: left;
		z-index: 999;
		overflow-x: hidden;
		border-top: 1px solid #aaa;
		height: calc(100vh - 62px);
		background-color: rgba(0, 0, 0, 0.7);
	}
}

.c-header .nav-menu li {
	width: 20%;
}

@media screen and (max-width: 767px) {
	.c-header .nav-menu li {
		width: auto;
	}
}

.c-header .nav-menu li:nth-child(1) {
	background: #e1ffbe;
}

.c-header .nav-menu li:nth-child(2) {
	background: #fffdc1;
}

.c-header .nav-menu li:nth-child(3) {
	background: #ffefdd;
}

.c-header .nav-menu li:nth-child(4) {
	background: #f3f0ff;
}

.c-header .nav-menu li:nth-child(5) {
	background: #cdfdf7;
}

.c-header .nav-menu a {
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.c-header .nav-menu a {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 767px) {
	.c-header .nav-menu a {
		font-size: 1.4rem;
		padding: 10px 0;
	}
}

.c-header .nav-menu a small {
	font-size: 11px;
	display: block;
}

@media screen and (max-width: 767px) {
	.c-header .nav-btn {
		right: 0;
		width: 35px;
		height: 20px;
		cursor: pointer;
		position: relative;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.c-header .nav-btn span {
		right: 0;
		width: 35px;
		height: 2px;
		position: absolute;
		background-color: #000;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.c-header .nav-btn span:nth-child(1) {
		top: 0;
	}
	.c-header .nav-btn span:nth-child(2) {
		top: 10px;
	}
	.c-header .nav-btn span:nth-child(3) {
		top: 20px;
	}
	.c-header .is-open.nav-btn {
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.c-header .is-open.nav-btn span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.c-header .is-open.nav-btn span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.c-header .is-open.nav-btn span {
		top: 10px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/*------------------------------------------------------------
c-dropdown
------------------------------------------------------------*/
.c-header .nav-menu .dropdown .recruit-hover {
	position: relative;
	cursor: pointer;
}

.c-header .nav-menu .dropdown .recruit-hover:after {
	content: '';
	padding: 3px;
	top: 7px;
	right: -20px;
	position: absolute;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.c-header .nav-menu .dropdown ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 84px;
	overflow: hidden;
	background: rgba(5, 148, 225, 0.31);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	transform: translateY(-2em);
	-webkit-transition:
		all 0.3s ease-in-out 0s,
		visibility 0s linear 0.3s,
		z-index 0s linear 0.01s;
	transition:
		all 0.3s ease-in-out 0s,
		visibility 0s linear 0.3s,
		z-index 0s linear 0.01s;
	box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
	.c-header .nav-menu .dropdown ul {
		display: none;
		position: unset;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
		border-top: 1px solid #e9e7e5;
	}
}

.c-header .nav-menu .dropdown ul .l-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.c-header .nav-menu .dropdown ul .l-container {
		display: block;
		width: 100%;
	}
}

.c-header .nav-menu .dropdown li {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	width: 23%;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	.c-header .nav-menu .dropdown li {
		width: 100%;
		padding: 10px;
	}
}

.c-header .nav-menu .dropdown li:not(:last-child) {
	margin-right: 2.5%;
}

@media screen and (max-width: 767px) {
	.c-header .nav-menu .dropdown li:not(:last-child) {
		margin-right: 0;
	}
}

.c-header .nav-menu .dropdown li a {
	padding: 25px 0;
	background: #fff;
	color: #000;
}

@media screen and (max-width: 767px) {
	.c-header .nav-menu .dropdown li a {
		padding: 10px 0;
	}
}

@media screen and (min-width: 768px) {
	.c-header .nav-menu .dropdown:hover .recruit-hover:after {
		top: 12px;
		-webkit-transform: translateY(-50%) rotate(-135deg);
		-ms-transform: translateY(-50%) rotate(-135deg);
		transform: translateY(-50%) rotate(-135deg);
	}
	.c-header .nav-menu .dropdown:hover ul {
		visibility: visible;
		opacity: 1;
		z-index: 1;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-transition-delay: 0s, 0s, 0.3s;
		transition-delay: 0s, 0s, 0.3s;
	}
}

@media screen and (max-width: 767px) {
	.c-header .nav-menu .dropdown .recruit-hover:after {
		right: 12px;
		top: 45%;
	}
	.c-header .nav-menu .dropdown .recruit-hover.is-open:after {
		top: 54%;
		-webkit-transform: translateY(-50%) rotate(-135deg);
		-ms-transform: translateY(-50%) rotate(-135deg);
		transform: translateY(-50%) rotate(-135deg);
	}
}

/*------------------------------------------------------------
    end-Header
------------------------------------------------------------*/
/*------------------------------------------------------------
	footer
	------------------------------------------------------------*/
.c-footer {
	background: #bad92f;
	position: relative;
	z-index: 1;
	font-family: 'メイリオ', 'meiryo', sans-serif;
}

.c-footer .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 90px 0 80px;
}

@media screen and (max-width: 767px) {
	.c-footer .details {
		display: block;
		padding: 40px 0;
		text-align: center;
	}
}

.c-footer .details:before {
	content: '';
	top: -183px;
	right: -8px;
	z-index: 0;
	width: 167px;
	height: 224px;
	position: absolute;
	background: url(../image/common/f_flower.png) no-repeat;
}

@media screen and (max-width: 767px) {
	.c-footer .details:before {
		zoom: 60%;
	}
}

.c-footer__left {
	padding-top: 10px;
}

.c-footer__left h3 {
	color: #2c7659;
	font-size: 23px;
}

@media screen and (max-width: 767px) {
	.c-footer__left h3 {
		font-size: 2rem;
	}
}

.c-footer__left--txt {
	color: #355f40;
	font-size: 23px;
	padding-top: 3px;
}

@media screen and (max-width: 767px) {
	.c-footer__left--txt {
		font-size: 1.3rem;
	}
}

.c-footer__left--copy {
	color: #fff;
	font-size: 16px;
	padding: 15px 0 0 60px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.c-footer__left--copy {
		font-size: 1.5vw;
		padding: 15px 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.c-footer__left--copy {
		font-size: 1.4rem;
		padding: 12px 0 0;
	}
}

.c-footer__right {
	color: #fff;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.c-footer__right {
		text-align: center;
		padding-top: 30px;
	}
}

.c-footer__right h3 {
	font-size: 21px;
}

@media screen and (max-width: 767px) {
	.c-footer__right h3 {
		font-size: 1.8rem;
	}
}

.c-footer__right p {
	font-size: 15px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.c-footer__right p {
		font-size: 1.4vw;
	}
}

@media screen and (max-width: 767px) {
	.c-footer__right p {
		font-size: 1.3rem;
	}
}

.c-footer__right a {
	color: #fff;
	display: block;
	max-width: 316px;
	font-size: 20px;
	padding: 17px 0;
	text-align: center;
	border-radius: 12px;
	background: #2c7659;
	margin: 8px 0 0 auto;
}

@media screen and (max-width: 767px) {
	.c-footer__right a {
		font-size: 1.6rem;
		padding: 12px 0;
		margin: 10px auto;
	}
}

/*------------------------------------------------------------
c-title
------------------------------------------------------------*/
.c-title01 {
	color: #fff;
	font-size: 25px;
	background: #7ccc28;
	position: relative;
	padding-left: 35px;
}

@media screen and (max-width: 767px) {
	.c-title01 {
		font-size: 2rem;
		padding-left: 27px;
	}
}

.c-title01:before {
	content: '';
	top: -7px;
	left: 0;
	width: 32px;
	height: 37px;
	position: absolute;
	background: url(../image/common/ic_leaves.png);
}

@media screen and (max-width: 767px) {
	.c-title01:before {
		zoom: 70%;
	}
}

/*------------------------------------------------------------
c-btn
------------------------------------------------------------*/
/*------------------------------------------------------------
c-list
------------------------------------------------------------*/
/*------------------------------------------------------------
    c-other
------------------------------------------------------------*/
.main_fixed {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed !important;
}

#main_slider .slide {
	overflow: hidden;
	position: relative;
	opacity: 1 !important;
}

#main_slider .slide span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: transparent no-repeat center center;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0s;
	transition: 0s;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	#main_slider .slide span {
		background: transparent no-repeat center right -85px;
	}
}

@media screen and (max-width: 767px) {
	#main_slider .slide span {
		background: transparent no-repeat bottom right -85px;
	}
}

#main_slider .slide.slick-start span {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: ease 0s;
	transition: ease 0s;
}

#main_slider .slide.slick-active span {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: ease 500ms;
	transition: ease 500ms;
}

#main_slider .slide.slick-continue span {
	opacity: 0;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: ease 500ms;
	transition: ease 500ms;
}

/* --------------------------------------------------
     7. Slick
-------------------------------------------------- */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track::before,
.slick-track::after {
	content: '';
	display: table;
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dotted.slick-slider {
	margin-bottom: 10px;
}

.slick-prev,
.slick-next {
	display: block;
	overflow: hidden;
	color: transparent;
	text-decoration: none;
	text-indent: 110%;
	white-space: nowrap;
	font-size: 0;
	width: 53px;
	height: 53px;
	position: absolute;
	top: 50%;
	padding: 0;
	line-height: 0;
	border: none;
	outline: none;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 1;
	opacity: 0.8;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

@media screen and (max-width: 767px) {
	.slick-prev,
	.slick-next {
		width: 30px;
		height: 30px;
		-webkit-background-size: 30px 30px !important;
		background-size: 30px 30px !important;
	}
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev {
	left: 0;
	background: url(../image/top/slick-prev.png) center no-repeat;
}

.slick-next {
	right: 0;
	background: url(../image/top/slick-next.png) center no-repeat;
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 15px;
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
	z-index: 2;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	width: 10px;
	height: 10px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
	background-color: #15b7db;
}

.slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #dcdcdc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
	background-color: #15b7db;
}

/* c-mainvisual
    ------------------------------------------------------------*/
.c-mainvisual {
	height: 250px;
	margin-top: 105px;
	background: url(../image/common/mainvisual.jpg);
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.c-mainvisual {
		margin-top: 8vw;
	}
}

@media screen and (max-width: 767px) {
	.c-mainvisual {
		height: 196px;
		margin-top: 64px;
	}
}

.c-mainvisual__text {
	position: relative;
}

@media screen and (max-width: 767px) {
	.c-mainvisual__text {
		top: 29%;
	}
}

.c-mainvisual__text h1 {
	top: 92px;
	color: #43371b;
	font-size: 52px;
	position: absolute;
}

@media screen and (max-width: 767px) {
	.c-mainvisual__text h1 {
		top: 30px;
		font-size: 2.5rem;
	}
}

.s-descript p {
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.s-descript p {
		font-size: 1.4rem;
	}
}

.s-descript p + p {
	padding-top: 20px;
}

/* section-common01
    ------------------------------------------------------------*/
.s-common01__inner {
	margin-top: 30px;
	padding: 30px 20px;
}

@media screen and (max-width: 767px) {
	.s-common01__inner {
		padding: 10px;
	}
}

.s-common01__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
.s-common01__block {
	background: #fff;
	border-radius: 10px;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.s-common01__item {
		display: block;
		padding: 7px !important;
		border-radius: 5px;
	}
}

.s-common01__item--img {
	width: 42%;
	height: 225px;
	margin-right: 4%;
}
.s-common01__item--img2 {
	width: 332px;
	height: auto;
	text-align: center;
	/* height: 225px; */
	margin-right: 4%;
}

@media screen and (max-width: 767px) {
	.s-common01__item--img {
		float: none;
		width: 100%;
		height: 42vw;
		margin-right: 0;
	}
	.s-common01__item--img2 {
		float: none;
		width: 100%;
		/* height: 42vw; */
		margin-right: 0;
	}
}

.s-common01__item--txt {
	width: 53%;
	padding-right: 2.5%;
}
.s-common01__item--txt span {
	font-size: 10px;
}
@media screen and (max-width: 767px) {
	.s-common01__item--txt {
		width: 100%;
		padding-top: 20px;
		padding-right: 0;
	}
	.s-common01__item--txt span {
		font-size: 10px;
	}
}

.s-common01__item--txt h4 {
	font-size: 17px;
	padding-bottom: 12px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.s-common01__item--txt h4 {
		font-size: 1.5rem;
		text-align: center;
	}
}

.s-common01__item--txt p + p {
	padding-top: 10px;
}

.s-common01 .s-common01__item + .s-common01__item {
	margin-top: 10px;
}
.s-common01__item--txt.w100 {
	width: 100%;
}
/* section-common02
    ------------------------------------------------------------*/
.s-common02__inner {
	background: #c4f7e2;
	padding: 40px 35px 60px;
	padding: 40px 4% 60px;
}

@media screen and (max-width: 767px) {
	.s-common02__inner {
		padding: 30px 10px 40px;
	}
}

.s-common02__inner h2 {
	font-size: 27px;
	text-align: center;
	padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.s-common02__inner h2 {
		font-size: 2.3rem;
		padding-bottom: 20px;
	}
}

.s-common02__inner .txt-note {
	font-size: 15px;
	padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.s-common02__inner .txt-note {
		font-size: 1.4rem;
		padding-bottom: 16px;
	}
}

.s-common02__form dl {
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.s-common02__form dl {
		margin-bottom: 13px;
	}
}
.s-common02__form li input,
.s-common02__form dl dd input,
.s-common02__form dl dd textarea {
	width: 100%;
	color: #535353;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5fcf9;
	vertical-align: middle;
	-webkit-transition:
		border linear 0.2s,
		box-shadow linear 0.2s;
	-webkit-transition:
		border linear 0.2s,
		-webkit-box-shadow linear 0.2s;
	transition:
		border linear 0.2s,
		-webkit-box-shadow linear 0.2s;
	transition:
		border linear 0.2s,
		box-shadow linear 0.2s;
	transition:
		border linear 0.2s,
		box-shadow linear 0.2s,
		-webkit-box-shadow linear 0.2s;
}

@media screen and (max-width: 767px) {
	.s-common02__form li input,
	.s-common02__form dl dd input,
	.s-common02__form dl dd textarea {
		font-size: 1.3rem;
	}
}
.s-common02__form li input:focus,
.s-common02__form dl dd input:focus,
.s-common02__form dl dd textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow:
		inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow:
		inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(82, 168, 236, 0.6);
}

.s-common02__form dl dd ::-webkit-input-placeholder {
	color: #aaaaaa;
}

.s-common02__form dl dd :-ms-input-placeholder {
	color: #aaaaaa;
}

.s-common02__form dl dd ::-ms-input-placeholder {
	color: #aaaaaa;
}

.s-common02__form dl dd ::placeholder {
	color: #aaaaaa;
}

.s-common02__form .txt-message {
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	.s-common02__form .txt-message {
		padding-top: 20px;
	}
}

.s-common02__form .form-submit,
.s-common02__form .form-confirm {
	text-align: center;
}

.s-common02__form .form-submit input,
.s-common02__form .form-confirm input {
	width: 316px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	padding: 12px 0;
	text-align: center;
	background: #2c7659;
	border-radius: 12px;
	margin: 40px 10px 0;
}

@media screen and (max-width: 767px) {
	.s-common02__form .form-submit input,
	.s-common02__form .form-confirm input {
		font-size: 1.8rem;
		padding: 6px 0;
		width: 45% !important;
		max-width: 170px;
		margin: 25px 5px 0;
	}
}

.s-common02__form .form-confirm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}

.s-common02__form .form-confirm input {
	width: 35%;
}

.s-common02__form .form-confirm .ajax-loader {
	position: absolute;
}

.s-common02__form span.wpcf7-list-item {
	margin: 0;
}

.s-common02__form .group-checkbox .wpcf7-not-valid-tip,
.s-common02__form .group-num .wpcf7-not-valid-tip {
	position: absolute;
}

.s-common02__form .group-checkbox .wpcf7-form-control-wrap,
.s-common02__form .group-num .wpcf7-form-control-wrap {
	position: unset;
}

/*------------------------------------------------------------
    p-top
------------------------------------------------------------*/
.visual-top,
#main_slider .slide {
	height: 74vh;
	margin-top: 105px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.visual-top,
	#main_slider .slide {
		margin-top: 8vw;
	}
}

@media screen and (max-width: 767px) {
	.visual-top,
	#main_slider .slide {
		height: 42vh;
		margin-top: 64px;
	}
}

.visual-top {
	position: relative;
}

.visual-top__title {
	position: relative;
}

.visual-top__title h1 {
	top: 40px;
	left: -18px;
	position: absolute;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.visual-top__title h1 {
		zoom: 70%;
	}
}

@media screen and (max-width: 767px) {
	.visual-top__title h1 {
		top: 20px;
		left: 0;
		width: 80vw;
	}
}

.p-top {
	/* section-infor
    ------------------------------------------------------------*/
	/* section-greeting
    ------------------------------------------------------------*/
	/* section-news
    ------------------------------------------------------------*/
	/* section-schedule
    ------------------------------------------------------------*/
}

.p-top .s-infor__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p-top .s-infor__list2 {
	display: block;
	width: 100%;
	/* margin-top: 20px; */
}

@media screen and (max-width: 767px) {
	.p-top .s-infor__list {
		display: block;
	}
}

.p-top .s-infor__list li {
	width: 49%;
	padding: 20px 4%;
	border: 2px solid #39c1c1;
	background: #fff;
}
.p-top .s-infor__list2 li {
	width: 100%;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.p-top .s-infor__list li {
		width: 100%;
		padding: 16px 4%;
		border: 1px solid #39c1c1;
	}
}

.p-top .s-infor__list li h2 {
	color: #4bc7c6;
	font-size: 25px;
}

@media screen and (max-width: 767px) {
	.p-top .s-infor__list li h2 {
		font-size: 2rem;
	}
}

.p-top .s-infor__list li .large {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.p-top .s-infor__list li .large {
		font-size: 1.6rem;
	}
}

.p-top .s-infor__list li .medium {
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.p-top .s-infor__list li .medium {
		font-size: 1.4rem;
	}
}
.p-top .s-infor__list li .small {
	color: #383e85;
	font-size: 15px;
	padding-top: 10px;
}
@media screen and (max-width: 767px) {
	.p-top .s-infor__list li .small {
		font-size: 1.4rem;
	}
}
/* .p-top .s-infor__list li .small {
  color: #143dd0;
  font-size: 15px;
  padding-top: 10px;
} */
/* .p-top .s-infor__list li .small {
  color: #F60600;
  font-size: 12px;
  padding-top: 10px;
} */

@media screen and (max-width: 767px) {
	.p-top .s-infor__list li + li {
		margin-top: 30px;
	}
}

.p-top .s-infor__list--top .large {
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	.p-top .s-infor__list--top .large {
		padding-top: 16px;
	}
}

.p-top .s-infor__list--bottom {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #4bc7c6;
}

.p-top .s-infor__descript {
	background: #fff;
	padding: 35px 20px;
	margin-top: 30px;
	border: 35px solid #baf2e3;
}

@media screen and (max-width: 767px) {
	.p-top .s-infor__descript {
		padding: 20px 12px;
		border: 16px solid #baf2e3;
	}
}

.p-top .s-infor__descript h3 {
	font-size: 20px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-top .s-infor__descript h3 {
		font-size: 1.7rem;
	}
}

.p-top .s-infor__descript p {
	font-size: 15px;
	padding-top: 38px;
}

@media screen and (max-width: 767px) {
	.p-top .s-infor__descript p {
		font-size: 1.4rem;
	}
}

.p-top .s-greeting__profile {
	background: #f9ffa6;
	padding: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.p-top .s-greeting__profile {
		padding: 16px;
	}
}

.p-top .s-greeting__profile--boximg {
	width: 31.5%;
}

@media screen and (max-width: 767px) {
	.p-top .s-greeting__profile--boximg {
		width: 100%;
	}
}

.p-top .s-greeting__profile--boximg img {
	width: 100%;
}

.p-top .s-greeting__profile--boxtxt {
	width: 65%;
}

@media screen and (max-width: 767px) {
	.p-top .s-greeting__profile--boxtxt {
		width: 100%;
		padding-top: 30px;
	}
}

.p-top .s-greeting__profile--boxtxt h3 {
	font-size: 17px;
}

@media screen and (max-width: 767px) {
	.p-top .s-greeting__profile--boxtxt h3 {
		font-size: 1.5rem;
	}
}

.p-top .s-greeting__profile--boxtxt p {
	padding-top: 8%;
}

@media screen and (max-width: 767px) {
	.p-top .s-greeting__profile--boxtxt p {
		padding-top: 20px;
	}
}

.p-top .s-greeting__profile--boxtxt .btn {
	color: #fff;
	display: block;
	font-size: 18px;
	max-width: 117px;
	margin: 13% 0 0 auto;
	text-align: center;
	background: #92ce0c;
}

@media screen and (max-width: 767px) {
	.p-top .s-greeting__profile--boxtxt .btn {
		font-size: 1.6rem;
		max-width: 96px;
		margin: 30px auto 0;
	}
}

.p-top .s-news__list {
	background: #fff;
}

.p-top .s-news__list li + li {
	border-top: 1px dashed #707070;
}

.p-top .s-news__list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* padding: 30px; */
}
.p-top .s-news__list a {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.p-top .s-news__list a {
		/* padding: 16px; */
	}
}

.p-top .s-news__list--num {
	min-width: 35px;
	color: #4db118;
	font-size: 25px;
	margin-top: -3px;
}

@media screen and (max-width: 767px) {
	.p-top .s-news__list--num {
		min-width: 25px;
		font-size: 2rem;
	}
}

.p-top .s-news__list--txt {
	padding-left: 8px;
}

.p-top .s-news__list--txt h3 {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.p-top .s-news__list--txt h3 {
		font-size: 1.7rem;
	}
}

.p-top .s-news__list--txt p {
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	.p-top .s-news__list--txt p {
		padding-top: 16px;
	}
}

.p-top .s-schedule__list {
	padding: 30px;
	background: #f9ffa6;
}

@media screen and (max-width: 767px) {
	.p-top .s-schedule__list {
		padding: 16px;
	}
}

.p-top .s-schedule__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.p-top .s-schedule__list li {
		font-size: 1.4rem;
	}
}

.p-top .s-schedule__list li + li {
	padding-top: 6px;
}

.p-top .s-schedule__list--time {
	min-width: 40px;
	text-align: right;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.p-top .s-schedule__list--time {
		min-width: 35px;
	}
}

.p-top .s-schedule__list .txtright {
	font-size: 14px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 20px;
}

/*------------------------------------------------------------
    p-introduce
------------------------------------------------------------*/
.p-introduce {
	/* section-introduce
    ------------------------------------------------------------*/
}

.p-introduce .s-common01__inner {
	background: #c4f7e2;
}

.p-introduce .s-common01__inner h3 {
	font-size: 20px;
	padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.p-introduce .s-common01__inner h3 {
		font-size: 1.8rem;
		padding-bottom: 8px;
	}
}

.p-introduce .s-common01.bgcolor .s-common01__inner {
	background: #ffe9ad;
}

.p-introduce .s-common01__item {
	padding: 10px;
}

.p-introduce .s-common01__item--img.item01_1 {
	background: url(../image/introduce/item01_1.jpg);
}

.p-introduce .s-common01__item--img.item01_2 {
	background: url(../image/introduce/item01_2.jpg);
}

.p-introduce .s-common01__item--img.item01_3 {
	background: url(../image/introduce/item01_3.jpg);
}

.p-introduce .s-common01__item--img.item01_4 {
	background: url(../image/introduce/item01_4.jpg);
}

.p-introduce .s-common01__item--img.item01_5 {
	background: url(../image/introduce/item01_5.jpg);
}

.p-introduce .s-common01__item--img.item01_6 {
	background: url(../image/introduce/item01_6.jpg);
}

.p-introduce .s-common01__item--img.item01_7 {
	background: url(../image/introduce/item01_7.jpg);
}

.p-introduce .s-common01__item--img.item02_1 {
	background: url(../image/introduce/item02_1.jpg);
}

.p-introduce .s-common01__item--img.item02_2 {
	background: url(../image/introduce/item02_2.jpg);
}

.p-introduce .s-common01__item--img.item02_3 {
	background: url(../image/introduce/item02_3.jpg);
}

.p-introduce .s-common01__item--img.item02_4 {
	background: url(../image/introduce/item02_4.jpg);
}

.p-introduce .s-common01__item--img.item02_5 {
	background: url(../image/introduce/item02_5.jpg);
}

.p-introduce .s-common01__item--img.item02_6 {
	background: url(../image/introduce/item02_6.jpg);
}

.p-introduce .s-common01__item--img.item02_7 {
	background: url(../image/introduce/item02_7.jpg);
}

.p-introduce .s-common01__item--img.item03_1 {
	background: url(../image/introduce/item03_1.jpg);
}

.p-introduce .s-common01__item--img.item04_1 {
	background: url(../image/introduce/item04_1.jpg);
}

.p-introduce .s-common01__item--img.item04_2 {
	background: url(../image/introduce/item04_2.jpg);
}

.p-introduce .s-common01__item--img.item04_3 {
	background: url(../image/introduce/item04_3.jpg);
}
.p-introduce .s-common01__item--img.item05_1 {
	background: url(../image/introduce/item05_1.jpg);
}
.p-introduce .s-common01__item--img.item05_2 {
	background: url(../image/introduce/item05_2.jpg);
}

/* 行番号1310と1330で指定するよう変更 */
/* .p-introduce .s-common01__item--img2 {
  max-width: 100%;
  margin-right: 30px;
}*/

/* @media screen and (max-width: 767px) {
   .p-introduce .s-common01__item--img2 {
    max-width: 100%;
  } 
  
} */

/*------------------------------------------------------------
    p-history
------------------------------------------------------------*/
.p-history {
	/* section-history
    ------------------------------------------------------------*/
}

.p-history .s-common01__inner {
	background: #ffefdd;
}

.p-history .s-common01__item--img.item01_1 {
	background: url(../image/history/item01_1.jpg);
}

.p-history .s-common01__item--img.item01_2 {
	background: url(../image/history/item01_2.jpg);
}

/* 行番号1310と1330で指定するよう変更 */
/* .p-history .s-common01__item--img2 {
  max-width: 100%;
  margin-right: 30px;
}
.p-history .s-common01__item--img2 img{
  width:332px;
  height:auto;
}

@media screen and (max-width: 767px) {
  .p-history .s-common01__item--img2 {
    max-width: 100%;
  }
  .p-history .s-common01__item--img2 img{
    width:332px;
    height:auto;
  }
} */

/*.p-history .s-common01 .s-common01__item:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.p-history .s-common01 .s-common01__item:last-child {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (max-width: 767px) {
  .p-history .s-common01 .s-common01__item:last-child {
    padding-top: 20px !important;
  }
}*/

/*------------------------------------------------------------
    p-advertise
------------------------------------------------------------*/
.p-advertise {
	/* section-advertise
    ------------------------------------------------------------*/
}

.p-advertise .s-common01__inner {
	background: #f3f0ff;
}

.p-advertise .s-common01__item--img.item01_1 {
	background: url(../image/advertise/item01_1.jpg);
	height: 346px;
	-webkit-background-size: contain !important;
	background-size: contain !important;
}

@media screen and (max-width: 767px) {
	.p-advertise .s-common01__item--img.item01_1 {
		height: 264px;
	}
}

/*------------------------------------------------------------
    p-inquiry
------------------------------------------------------------*/
.p-inquiry {
	/* section-inquiry
    ------------------------------------------------------------*/
}

.p-inquiry .s-inquiry__list {
	margin-bottom: 48px;
}

.p-inquiry .s-inquiry__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 25px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-inquiry__list li {
		padding: 20px 10px;
	}
}

.p-inquiry .s-inquiry__list li + li {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-inquiry__list li + li {
		margin-top: 18px;
	}
}

.p-inquiry .s-inquiry__list--num {
	color: #0d7c5e;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-inquiry__list--num {
		font-size: 1.6rem;
	}
}

.p-inquiry .s-inquiry__list--txt h3 {
	color: #0d7c5e;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-inquiry__list--txt h3 {
		font-size: 1.6rem;
	}
}

.p-inquiry .s-inquiry__list--txt p {
	font-size: 15px;
	padding-top: 5px;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-inquiry__list--txt p {
		font-size: 1.4rem;
	}
}

.p-inquiry .s-common02__form {
	background: #fff;
	padding: 40px 30px;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-common02__form {
		padding: 30px 15px;
	}
}
.p-inquiry .s-common02__form li input,
.p-inquiry .s-common02__form dl dd input,
.p-inquiry .s-common02__form dl dd textarea {
	padding: 15px;
	border: 1px solid #b5d1c6;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-common02__form li input,
	.p-inquiry .s-common02__form dl dd input,
	.p-inquiry .s-common02__form dl dd textarea {
		padding: 5px 10px;
	}
}
.p-inquiry .s-common02__form li input,
.p-inquiry .s-common02__form dl dd input {
	height: 45px;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-common02__form li input,
	.p-inquiry .s-common02__form dl dd input {
		height: 38px;
	}
}
.p-inquiry .s-common02__form li input[type='checkbox'],
.p-inquiry .s-common02__form dl dd input[type='checkbox'] {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-common02__form li input[type='checkbox'],
	.p-inquiry .s-common02__form dl dd input[type='checkbox'] {
		width: 20px;
		height: 20px;
	}
	.p-inquiry .s-common02__form dl dd .notecheck {
		display: block;
	}
	.s-common02__form .group-checkbox .wpcf7-not-valid-tip {
		padding-top: 15px;
	}
}

.p-inquiry .s-common02__form dl dd .w90 {
	max-width: 90px;
	height: 30px;
	margin: 0 10px;
}

.p-inquiry .s-common02__form dl dd .w164 {
	max-width: 164px;
}

.p-inquiry .s-common02__form .group-checkbox .wpcf7-list-item:not(.first) {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-common02__form .group-checkbox .wpcf7-list-item:not(.first) {
		padding-left: 10px;
	}
}

.p-inquiry .s-common02__form .btn-contact {
	color: #2c7659;
	display: block;
	cursor: pointer;
	font-size: 36px;
	padding: 15px 0;
	text-align: center;
	border-radius: 20px;
	margin: 25px auto 0;
	border: 5px solid #89ceb2;
}

@media screen and (max-width: 767px) {
	.p-inquiry .s-common02__form .btn-contact {
		font-size: 2.3rem;
		padding: 7px 0;
		border-radius: 10px;
		margin: 10px auto 0;
		border: 2.5px solid #89ceb2;
	}
}

/*------------------------------------------------------------
    p-contact
------------------------------------------------------------*/
.p-contact {
	/* section-contact
    ------------------------------------------------------------*/
}

.p-contact .s-common02__form dl dd input,
.p-contact .s-common02__form dl dd textarea {
	padding: 2% 3%;
	border: none;
}

.p-contact .s-common02__form dl dd input {
	height: 55px;
}

@media screen and (max-width: 767px) {
	.p-contact .s-common02__form dl dd input {
		height: 42px;
	}
}

.p-contact .s-common02__form dl dd .w220 {
	max-width: 220px;
}

/*------------------------------------------------------------
    youtube
------------------------------------------------------------*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin: 0 10px 20px 10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* @media screen and (max-width: 767px) {
  .embed-container {
    margin: 0 7px 20px 7px;
  }
} */

.movie_container {
	/* margin-top: 20px; */
}
.movie_container p {
	margin: 20px 10px 10px 10px;
	background-color: #eee;
	padding: 10px 15px;
}

/* page event recruit */
.p-event-recruit .s-common01__item {
	flex-wrap: wrap;
}
.p-event-recruit .s-common01__inner {
	background: #c4f7e2;
}
.u-red {
	color: #e80000;
	font-size: 14px;
}
.s-common01__item--txt .u-red {
	font-weight: 700;
	font-size: 14px;
}
.p-event-recruit .s-common01__inner h3 {
	font-size: 20px;
	padding-bottom: 15px;
}
.info-list {
}
.info-item {
	padding: 10px 26px;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 10px;
	min-height: 76px;
}
.info-item:not(:last-child) {
	margin-bottom: 10px;
}
.info-item dt,
.info-item dd {
	color: #000000;
	font-size: 14px;
	padding: 0 36px;
}
.info-item dt {
	padding-left: 0;
	width: 200px;
	flex-shrink: 0;
}
.info-item dd {
	/* border-left: 2px solid #c4f7e2; */
	padding-right: 0;
}
.info-item .info-item__border {
	padding: 0;
	width: 2px;
	height: auto;
	align-self: stretch;
	border-left: 2px solid #c4f7e2;
}
.info-note {
	text-align: right;
	padding-top: 20px;
}
.p-event-recruit .s-common02__inner {
	background-color: #d4f48b;
}
.p-event-recruit .s-common02__inner h2 {
	font-weight: 700;
}
.btn-contact {
	color: #2c7659;
	display: block;
	cursor: pointer;
	font-size: 36px;
	padding: 15px 0;
	text-align: center;
	border-radius: 20px;
	margin: 25px auto 0;
	background-color: #fff;
	border: 5px solid #89ceb2;
	font-weight: 700;
}
.p-event-recruit .s-common02__title {
	color: #43371b;
}
/* page performance entry  */
.s-inquiry__item--box {
	padding: 20px;
	border: 1px solid #b5d1c6;
}
.s-inquiry__item--box h3 {
	font-size: 17px;
	font-weight: 700;
}
.p-entry .s-inquiry__list li {
	display: block;
}
.p-entry .s-inquiry__list .s-inquiry_itemwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 5px;
}
.p-entry.p-inquiry .s-common02__inner {
	padding: 0;
	background-color: transparent;
}
.p-entry.p-inquiry .s-common02__form {
	background-color: #fffedf;
	padding: 0;
}
.p-entry.p-inquiry .s-inquiry__list {
	background-color: #c4f7e2;
	padding: 40px 4% 60px;
}
.p-entry .checkbox-time .wpcf7-list-item {
	display: block;
}
.p-entry.p-inquiry .s-inquiry__list--num {
	font-size: 15px;
	color: #000000;
	margin-right: 5px;
}
.p-entry.p-inquiry .s-inquiry__list--txt p {
	padding-top: 0;
}
.p-entry .s-common02__form dl:only-child {
	margin-bottom: 0;
}
.p-entry .s-common02__form dt {
	color: #2c7659;
	font-size: 15px;
	font-weight: 700;
}
.p-entry .s-common02__form dd {
	margin-top: 10px;
}
.p-entry .s-common02__form dd > p {
	margin-top: 10px;
}
.p-entry .s-common02__form hr {
	background: #b5d1c6;
	border: 0;
	height: 1px;
	margin-bottom: 14px;
}
.p-entry .s-common02__form .form-submit input,
.p-entry .s-common02__form .form-confirm input {
	width: 100%;
	margin: 40px auto;
}
.p-entry.p-inquiry .wpcf7-acceptance input[type='checkbox'] {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background: #f5fcf9;
}
.p-inquiry .u-note {
	color: #000000;
	font-size: 14px;
	margin-left: 15px;
	font-weight: 400;
	display: inline-block;
}
.p-inquiry .u-required {
	background-color: #c64545;
	border-radius: 6px;
	font-size: 10px;
	color: #ffffff;
	padding: 2px 5px;
	margin-left: 5px;
	display: inline-block;
	font-weight: 700;
}
.group-checkbox--swap label {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.group-checkbox--vertical .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.group-checkbox--vertical .wpcf7-checkbox .wpcf7-list-item-label {
	width: 194px;
}
.p-inquiry .s-common02__form .group-checkbox--vertical .wpcf7-list-item.last {
	padding-left: 0;
	padding-top: 5px;
}
.group-num__txt {
	width: 35px;
	display: inline-block;
}
.s-inquiry_itemwrap--center {
	align-items: center;
}
.p-entry .s-inquiry__list .s-inquiry_itemwrap--center {
	padding-top: 28px;
}
.p-entry .s-inquiry__list li > p {
	margin-bottom: 17px;
}
.u-lb .wpcf7-list-item-label {
	white-space: pre-line;
}
/* UPDATE CSS 05/02/2026 */
.group-num--fw {
	display: inline-block;
	width: 110px;
}
.p-event-recruit .s-common01__item--txt.w100 {
	padding: 20px;
	background-color: #eeffef;
	margin: 12px 0 0;
}
.p-event-recruit .s-common01__item--txt.w100 p {
	padding-left: 16px;
	text-indent: -16px;
}
.btn-contact--s {
	font-size: 18px;
	padding: 10px 0;
	margin: 30px 40px 20px;
}
.btn-contact--s:hover {
	color: #2c7659;
}
.p-introduce .s-common01__item--txt h4 {
	margin-top: 20px;
}
.p-introduce .s-common01__item--img2 {
	position: relative;
	align-self: stretch;
	background: url(../image/introduce/recruit_back.png) center no-repeat;
}
.p-introduce .s-common01--02 .s-common01__item--img2 {
	align-self: auto;
}
.p-introduce .s-common01__item--img2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	max-width: 325px;
	width: 90%;
}
.p-introduce .s-common01--02 .s-common01__item--img2 img {
	position: static;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0);
	max-width: unset;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-introduce .s-common01__item--img2 {
		height: 42vw;
	}
	.p-introduce .s-common01--02 .s-common01__item--img2 {
		height: auto;
		align-self: auto;
	}
	.p-introduce .s-common01__item--img2 img {
		width: 80%;
	}
}
.c-sidebar .li_bottom {
	background: url(../image/introduce/recruit_back.png) center no-repeat;
}
/* UPDATE CSS 6/2/2026 */

.stage_agree .wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 200px;
}
.s-inquiry__item--box {
	position: relative;
	max-height: 500px;
	overflow-y: auto;
	margin-bottom: 20px;
}

.s-inquiry__item--box::after {
	display: block;
	content: '';
	position: sticky;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 1));
}
.u-indent {
	padding-left: 16px;
	text-indent: -16px;
}
.u-link {
	color: #2c7659;
	margin-bottom: 0 !important;
	margin-top: 15px;
}
.u-link a {
	border-bottom: 1px solid #2c7659;
	color: #2c7659;
}

/* CSS UPDATE 9/2/2026  */
/* reset */
.p-inquiry .s-inquiry__list .s-inquiry__item--box li + li {
	margin-top: 0;
}
.p-inquiry .s-inquiry__item--box * {
	font-size: 15px;
	font-weight: 400;
}
.p-inquiry .s-inquiry__item--box strong{
	font-weight: 700;
}
.p-inquiry .s-inquiry__item--box h3{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.p-inquiry .s-inquiry__item--box h4{
	margin: 20px 0 30px;
}
/* ===== LEVEL 1 ===== */
.lv1 {
	counter-reset: lv1;
}

.s-inquiry__item--box .lv1 > li {
	counter-increment: lv1;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 15px;
}

.s-inquiry__item--box .lv1 > li::before {
	content: counter(lv1) '.';
	position: absolute;
	left: 0;
	width: 20px;
	text-align: right;
}

.s-inquiry__item--box .lv1 > li.no-number::before {
    content: '◆';
}
.s-inquiry__item--box .lv1 > li.no-mark::before {
    content: '';
}
/* ===== DL FLEX ===== */
.s-inquiry__item--box .dl-flex {
	display: flex;
	flex-wrap: wrap;
}

.s-inquiry__item--box .dl-flex dt,
.s-inquiry__item--box .dl-flex dd {
	padding: 3px 0;
	font-size: 15px;
	margin-top: 0;
	color: #000;
}

.s-inquiry__item--box .dl-flex dt {
	width: 6em;
	font-weight: 400;
	padding: 4px 0;
	flex-shrink: 0;
}
.s-inquiry__item--box .dl-flex.dl-schedule dt {
	width: 8em;
}

.s-inquiry__item--box .dl-flex dd {
	width: calc(100% - 6em);
	padding: 4px 0;
	font-weight: 400;
}
.s-inquiry__item--box .dl-flex.dl-schedule dd {
	width: calc(100% - 8em);
}
/* ===== LEVEL 2 (A.) ===== */
.lv2-alpha {
	counter-reset: lv2;
}

.s-inquiry__item--box .lv2-alpha > li {
	counter-increment: lv2;
	position: relative;
	padding: 0;
	padding-left: 24px;
	margin-bottom: 14px;
}

.lv2-alpha > li::before {
	content: counter(lv2, upper-alpha) '.';
	position: absolute;
	left: 0;
	width: 20px;
	text-align: right;
	font-size: 16px;
}
.s-inquiry__item--box .lv2-alpha .level-title {
	border-bottom: 1px solid #000;
	font-size: 16px;
}

/* ===== LEVEL 3 COMMON ===== */
.lv3 {
	margin-top: 8px;
}

.lv3 > li {
	position: relative;
	font-size: 16px;
	margin-bottom: 6px;
}

/* dot */
.s-inquiry__item--box .lv3-dot > li {
	padding: 0;
	padding-left: 24px;
}

.lv3-dot > li::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
}

/* number */
.lv3-number {
	counter-reset: lv3;
}

.s-inquiry__item--box .lv3-number > li {
	counter-increment: lv3;
	padding: 0;
	padding-left: 24px;
}

.lv3-number > li::before {
	content: counter(lv3) '.';
	position: absolute;
	left: 0;
	width: 20px;
	text-align: right;
}

/* ===== NOTES ===== */
.note-title {
	margin: 10px 0 6px;
	font-weight: 600;
}

.note {
	margin-top: 6px;
	line-height: 1.6;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.u-hidden{
	display: none !important;
}
.s-common02__form .form-submit input:hover, .s-common02__form .form-confirm input:hover{
	opacity: 0.7;
	transition: .3s all;
}