@charset "UTF-8";

/* ----------------------------------------------
 *main
 *---------------------------------------------- */
.mainHeader {
	padding-top: 450px;
}
h2 {
	font-size: 2.6rem;
	font-weight: bold;
}
h2 img {
	vertical-align: middle;
	margin-right: 5px;
}
h3 {
	margin-bottom: 10px;
	font-size: 2.2rem;
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 48px;
  background-color: #fff;
  border: 1px solid #768e1d;
  position: relative;
  color: #768e1d;
  font-size: 2.2rem;
  font-weight: bold;
}

_:-ms-lang(x)::-ms-backdrop, .btn a {
  padding-top: 5px;
}

.btn a i {
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
.btn a:hover {
    background-color: #768e1d;
    color: #fff;
	} 
}
@media screen and (max-width: 767px) {
.mainHeader {
	padding-top: 200px;
}
h2 {
	font-size: 2.2rem;
	font-weight: bold;
}
h2 img {
	vertical-align: middle;
	margin-right: 5px;
}
h3 {
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.btn {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
	}
.btn a {
    font-size: 1.6rem;
	border-radius: 10px;
	}
.btn a i {
    right: 28px;
	}
.btn a:active {
    background-color: #768e1d;
    color: #fff;
	}
}

/* 担当者メッセージ */
.message {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}
.message h2 {
	text-align: center;
	margin-bottom: 50px;
}
.message p {
	margin-bottom: 30px;
	font-size: 1.7rem;
}
.message .midashi {
	margin-bottom: 15px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
.message {
	width: 100%;
	margin: 0 auto;
	padding: 30px 18px;
}
.message h2 {
	text-align: center;
	margin-bottom: 30px;
}
.message p {
	font-size: 1.4rem;
}
.message .midashi {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
}
	.message .midashi br {
		display: none;
	}
}

/* 募集要項 */
.boshu {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 50px;
}
.boshu .inner {
	display: flex;
	width: 100%;	
}
.boshu h2 {
	width: 440px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 25px 0 0 25px;
	color: #fff;
	background: url("../img/boshu-bg.jpg") no-repeat center center;
	background-size: cover;
}
.boshu h2 span {
	font-size: 1.6rem;
	font-weight: normal;
}
.boshu ul {
	width: 540px;
	margin-left: -2px;
	list-style: none;
	border-radius: 0 25px 25px 0;
	border: 2px solid #768e1d;
}
.boshu ul li {
	width: 537px;
	height: auto;
	min-height: 66px;
	display: flex;
	align-items: stretch;
}
.boshu ul li:nth-child(n+2){
	border-top: 1px solid #768e1d;
}
.boshu ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 66px;
	padding: 10px 20px 10px 30px;
	font-size: 2.0rem;
	font-weight: bold;
}
_:-ms-lang(x)::-ms-backdrop,
.boshu ul li a {
	padding: 12px 20px 8px 30px;
}
.boshu ul li a i {
	margin: 0 0 0 auto;
}
.boshu ul li:first-child a {
		border-radius: 0 25px 0 0;
	}
	.boshu ul li:last-child a {
		border-radius: 0 0 25px 0;
	}

@media screen and (min-width: 768px) {
	.boshu ul li a:hover {
		background-color: #cbd8ad;
	}
	.boshu ul li:first-child a:hover {
		border-radius: 0 25px 0 0;
	}
	.boshu ul li:last-child a:hover {
		border-radius: 0 0 25px 0;
	}
	.boshu ul li:first-of-type:last-of-type a:hover {
	border-radius: 0 25px 25px 0;
}
}
@media screen and (max-width: 767px) {
.boshu {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 40px;
}
.boshu .inner {
	display: block;
	width: 100%;
	padding: 0 18px;
}
.boshu h2 {
	width: 100%;
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 15px 15px 0 0;
	color: #fff;
	background: url("../img/boshu-bg.jpg") no-repeat center center;
}
.boshu h2 span {
	font-size: 1.4rem;
	font-weight: normal;
}
.boshu ul {
	width: 100%;
	margin-left: 0;
	list-style: none;
	border-radius: 0 0 15px 15px;
	border: 1px solid #768e1d;
}
.boshu ul li {
	width: 100%;
	height: auto;
	min-height: 100%;
	display: block;

}
.boshu ul li:nth-child(n+2){
	border-top: 1px solid #768e1d;
}
.boshu ul li a {
	display: block;
	display: flex;
	padding: 10px 20px;
	font-size: 1.7rem;
	font-weight: bold;
}

.boshu ul li a i {
	margin: 0 0 0 auto;
}
.boshu ul li:first-child a {
		border-radius: 0 0 0 0;
	}
	.boshu ul li:last-child a {
		border-radius: 0 0 15px 15px;
	}
	.boshu ul li a:active {
		background-color: #cbd8ad;
	}
	.boshu ul li:first-child a:active {
		border-radius: 0 0 0 0;
	}
	.boshu ul li:last-child a:active {
		border-radius: 0 0 15px 15px;
	}
}
/* 施設紹介　*/
.shisetsu {
	padding: 50px 0;
	background-color: #f0ece0;
}
.shisetsu .inner {
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	font-size: 1.7rem;
}
.shisetsu h2 {
	margin-bottom: 25px;
	text-align: center;
}
.shisetsu h3 a {
	color: #4f4034;
}
@media screen and (min-width: 768px) {
	.shisetsu h3 a:hover {
		color: #768e1d;
		text-decoration: underline;
	}
}
@media screen and (max-width: 767px) {
.shisetsu {
	padding: 30px 0 50px;
	background-color: #f0ece0;
}
.shisetsu .inner {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 18px;
	font-size: 1.4rem;
}
	.shisetsu .text {
		margin-bottom: 15px;
	}
.shisetsu h2 {
	margin-bottom: 25px;
	text-align: center;
}
.shisetsu h3 a {
	color: #4f4034;
}
	.shisetsu .photo img {
		width: 100%;
		height: auto;
	}
	.shisetsu h3 a:active {
		color: #768e1d;
		text-decoration: underline;
	}
}
/* お知らせ */
.news {
	padding: 50px 0;
	background-color: #cbd8ad;
}
.news h2 {
	text-align: center;
	margin-bottom: 25px;
}
.news .latePost {
	width: 980px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0 auto; }

.news .latePost li {
  flex: 0 0 300px;
  background-color: #fff;
  position: relative;
  font-size: 2.0rem; }

.news .latePost li a {
  display: block;
  padding: 15px;
color: #4f4034;}

.news .latePost .photo {
  overflow: hidden;
  text-align: center;
	height: 274px;
}

.news .latePost .photo img {
  transition-duration: 0.3s; }

.news .latePost .date {
  padding-top: 15px; }

.news .latePost .new {
  display: inline-block;
  background-color: #e64a64;
  margin-left: 15px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.7rem; }

_:-ms-lang(x)::-ms-backdrop, .news .latePost .new {
  padding-top: 5px;
}
.news .btn {
	width: 980px;
	margin: 15px auto;
	padding-right: 10px;
	display: flex;
	justify-content: flex-end;
}
.news .btn a {
	width: 300px;
	height: 48px;
}
@media screen and (min-width: 768px) {
  .news .latePost li a:hover img {
    transform: scale(1.2, 1.2);
	}
	.news .latePost .photo {
	height: 140px;
}
}
@media screen and (max-width: 767px) {
news {
	padding: 50px 0;
	background-color: #cbd8ad;
}
.news h2 {
	text-align: center;
	margin-bottom: 25px;
}
.news .latePost {
	width: 100%;
  list-style: none;
  display: block;
  margin: 0 auto;
	padding: 0 18px;
}

.news .latePost li {
  width: 100%;
	margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  font-size: 1.4rem;
	}
.news .latePost .new {
  display: inline-block;
  background-color: #e64a64;
  margin-left: 15px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.2rem;
	}
	.news .btn {
	width: 100%;
	margin: 15px auto;
	padding-right: 10px;
	padding: 0 18px;
	display: flex;
	justify-content: flex-end;
}
.news .btn a {
	width: 100%;
	height: 48px;
}
.news .latePost .photo {
  overflow: hidden;
  text-align: center;
	height: auto;
}
}
/* 職員の声 */
.voice {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 50px;
}
.voice h2 {
	width: 45%;
	text-align: center;
}
.voice .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.voiceBox {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #768e1d;
	font-size: 1.7rem;
}
.voiceBox .name {
	color: #768e1d;
}
.voiceBox .lead {
	color: #768e1d;
	font-size: 2.2rem;
	font-weight: bold;
}
.voiceBox p {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
.voice {
	width: 100%;
	margin: 0 auto;
	padding: 40px 18px;
}
.voice .inner {
	display: block;
}
.voice h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
	.voice .inner .voicePhoto img {
		width: 100%;
		height: auto;
	}
.voiceBox {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #768e1d;
	font-size: 1.4rem;
}
.voiceBox .name {
	color: #768e1d;
	font-size: 1.3rem;
}
.voiceBox .lead {
	color: #768e1d;
	font-size: 2.0rem;
	font-weight: bold;
}
.voiceBox p {
	margin-top: 20px;
}
}
/* アクセス */
.access {
	padding: 50px 0;
	background-color: #cbd8ad;
}
.access .inner {
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	font-size: 1.7rem;
}
.access  h2 {
	margin-bottom: 25px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.access {
	padding: 40px 0 30px;
	background-color: #cbd8ad;
}
.access .inner {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 18px;
	font-size: 1.4rem;
}
.access  h2 {
	margin-bottom: 25px;
	text-align: center;
}
	.access iframe {
		margin-top: 15px;
		width: 100%;
	}
}

/* 質問 */
.faq {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 150px;
}
.faq a {
	display: flex;
	align-content: stretch;
	color: #fff;
}
.faq h2 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	background-color: #768e1d;
	border-radius: 25px 0 0 25px;
}
.faq h2:before{
	position: absolute;
	top: 0;
	right: -39px;
	content: "";
	border-top: 78px solid transparent;
  border-bottom: 78px solid transparent;
  border-left: 40px solid #768e1d;
}
.faq div {
	width: 50%;
	border: 2px solid #768e1d;
	border-radius: 0 25px 25px 0;
	overflow: hidden;
}
.faq h2 span {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
}
@media screen and (min-width: 768px) {
	.faq a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
.faq {
	width: 100%;
	margin: 0 auto;
	padding: 50px 18px 80px;
}
.faq a {
	display: flex;
	flex-direction: column-reverse;
	align-content: stretch;
	color: #fff;
}
.faq h2 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 0;
	background-color: #768e1d;
	border-radius: 0 0 15px 15px;
}
.faq h2:before{
	display: none;
}
.faq div {
	width: 100%;
	border: 2px solid #768e1d;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.faq h2 span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
	.faq a:active {
		opacity: 0.7;
	}
}