@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

/*メインビジュアル*/
#main_wrap{
  position: relative;
}

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

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

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

}
/* コンテンツ　ボタン */
#bt_area{

}
.bt_contents{
  display: flex;
  justify-content: space-between; 
  gap: 30px 15px;
  flex-wrap: wrap;
}
.bt_contents li{
  text-align: center;
  width: calc( 100% / 4 - 15px );
}
.bt_contents li a{
  display: block;
  padding: 20px;
  border-radius: 20px;
}
.bt_contents li a:hover{
  opacity: 0.7;

}
.bt_contents li a img{
  display: block;
  margin: 0 auto 20px auto;
}
.bt_contents li a span{
  display: block;
  padding: 0.7em 1em;
  border-radius: 50px;
  background-color: #FFFFFF;
  font-weight: 500;
}
.bt_contents li:first-child a{
  background-color: #00AF84;
}
.bt_contents li:first-child a span{
  color: #00AF84;
}
.bt_contents li:nth-child(2) a{
  background-color: #EE806A;
}
.bt_contents li:nth-child(2) a span{
  color: #EE806A;
}
.bt_contents li:nth-child(3) a{
  background-color: #BCD537;
}
.bt_contents li:nth-child(3) a span{
  color: #BCD537;
}
.bt_contents li:last-child a{
  background-color: #EFA72B;
}
.bt_contents li:last-child a span{
  color: #EFA72B;
}
@media screen and (max-width: 991px) {
  .bt_contents li a{
  padding: 15px;
  border-radius: 10px;
}
  .bt_contents li a span{
  display: block;
  font-size: 1.4rem;
}
}
@media screen and (max-width: 768px) {
  .bt_contents{
  gap: 20px 10px;
}
  .bt_contents li{
  text-align: center;
  width: calc( 100% / 2 - 10px );
}
}
@media screen and (max-width: 550px) {
}

/* 法人のご案内 */
#about{
  background-color: #F1F9F7;
}
.about_box ol{
  font-size: 1.6rem;
}
.about_box h3{
font-size: 2.8rem;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
line-height: 1.5;
color: #00AF84;
}
#about .table-responsive{
  margin-bottom: 40px;
  padding-bottom: 10px;
}
table.history{
  background-color: #FFFFFF;
}
table.history{
  background-color: #FFFFFF;
}
table.history thead th{
  background-color: #00AF84;
  color: #FFFFFF;
  text-align: center;
}
table.history th,table.history td{
  border: 1px solid #ccc;
}




.acd_box {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #00AF84;
}
.acd_box dt {
  font-size: 2.4rem;
  color: #00AF84;
  padding: 1em 70px 1em 1.5em;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
}
.acd_box dt::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/ico_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
    transition: 0.3s;
}
.acd_box dt.on::after {
  background-image: url("../images/ico_minus.svg");
}
.acd_box dd {
  line-height: 1.5;
  padding: 0 15px 20px 15px;
}
.acd_box dd .inner .caption{
  margin-top: 40px;
}
.acd_box .submenu {
  display: none;
}

#top #news{
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .acd_box dt {
  font-size: 2rem;
  padding: 0.7em 70px 0.7em 1.5em;
}
.acd_box dt::after {
  content: "";
  width: 25px;
  height: 25px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl{
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 60px;
  position: relative;
  line-height: 1.5;
  color: #00AF84;
}
.ttl span{
  font-size: 5.2rem;
  font-weight: 500;
   font-family: "Poppins", sans-serif;
   display: block;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius20 {
  border-radius: 20px;
  overflow: hidden;
}
a.tel{
font-family: "Poppins", sans-serif;
font-size: 2.4rem;
font-weight: 600;
}
a.tel::before{
content: "";
width: 30px;
height: 30px;
display: inline-block;
background-image: url("../images/ico_tel.svg");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
margin-right: 5px;
}
a.tel span{
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
    font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
.ttl{
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.ttl span{
  font-size: 3rem;
}
.ttl02{
  font-size: 2.4rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.ttl02::before{
  content: "";
  width: 150px;
  height: 2px;
}
}
@media screen and (max-width: 550px) {

}
/*-------------------------------------*/
/*	サブイメージ	*/
/*-------------------------------------*/
#subimg{
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
#subimg h2{
  margin: 0 auto;
  display: inline-block;
  background-color: #00AF84;
  color: #FFFFFF;
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.3em 0.5em;
  border-radius: 20px;
}
#subimg.subimg_facilities{
  background-image: url("../images/page/subimg_facilities.jpg");
}
#subimg.subimg_guide{
  background-image: url("../images/page/subimg_guide.jpg");
}
#subimg.subimg_recruit{
  background-image: url("../images/page/subimg_recruit.jpg");
}
#subttl{
  background-color: #F1F9F7;
  width: 100%;
  padding: 60px 15px;
}
#subttl h2{
  color: #00AF84;
    font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #subimg{
  width: 100%;
  height: 200px;
}
#subimg h2{
  font-size: 2.8rem;
}
#subttl{
  padding: 40px 15px;
}
#subttl h2{
  color: #00AF84;
    font-size: 2.8rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	各施設のご案内	*/
/*-------------------------------------*/
.facilities_wrap{
    border-bottom: 1px dotted #000;
  padding-bottom: 60px;
  padding-top: 60px;
}
.mokuji{
  max-width: 600px;
  margin: 0 auto;
  background-color: #F1F9F7;
  border: 2px solid #00AF84;
  padding: 40px;
}
.mokuji ul li{
  margin-bottom: 10px;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}
.mokuji ul li::before{
  content: "■";
  color: #00AF84;
  position: absolute;
  left: 0;
}
.mokuji ul li:last-child{
  margin-bottom: 0;
}
.mokuji ul li a{
  color: #00AF84;
  font-weight: 700;
}
.facilities_box{
  margin-bottom: 40px;
}
.facilities_box .facility_img{
  margin-bottom: 20px;
}

.tb_detail {
   width: 100%;
      border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #00AF84;
  line-height: 1.5;
}
.tb_detail th, .tb_detail td {
  padding: 1em 1em;
  border-bottom: 2px solid #00AF84;
  font-weight: 400;
}
.tb_detail th {
width: 30%;
 border-right: 2px solid #00AF84;
  background-color: #F1F9F7;
    text-align: center;
    vertical-align: middle;
     
}
.tb_detail td {
min-width: 180px;
}
.tb_detail tr:last-child th,
.tb_detail tr:last-child td {
  border-bottom: none;
}
.facilities_wrap .detail h4{
  color: #00AF84;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 0.5em 0;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .facilities_wrap .detail{
margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
  .facilities_wrap{
  padding-bottom: 40px;
  padding-top: 40px;
}
  .mokuji{
  margin: 0 auto;
  padding: 25px;
}
.mokuji ul li a{
  font-size: 1.6rem;
}
.tb_detail th,
.tb_detail td {
  font-size: 1.4rem;
}
.tb_detail th, .tb_detail td {
  padding: 1em 0.5em;
}
.facilities_wrap .detail h4{
  font-size: 1.6rem;
  padding: 0.5em 0;
}
.facilities_wrap .detail p{
  font-size: 1.4rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	採用情報	*/
/*-------------------------------------*/
.tb_recruit {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
  border: 1px solid #707070;
}

.tb_recruit th,
.tb_recruit td {
  border-bottom: 1px dotted #707070;
  padding: 1em;
  vertical-align: top;
}

.tb_recruit th {
  width: 25%;
  background: #F1F9F7; /* 画像の淡い緑背景に近い色 */
  font-weight: 600;
}
.tb_recruit td a {
  color: #00AF84;
  text-decoration: underline;
}
/*-------------------------------------*/
/*	ご利用の手続き	*/
/*-------------------------------------*/
.guide_midashi01{
  background-color: #00AF84;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.5em 1em;
  line-height: 1.5;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.guide_midashi02{
  background-color: #F1F9F7;
  color: #00AF84;
  font-weight: 700;
  padding: 0.5em 1em;
  line-height: 1.5;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.guide_midashi03{
  background-color: #8A8A8A;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.5em 1em;
  line-height: 1.5;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.guide_midashi04{
  background-color: #EE806A;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.5em 1em;
  line-height: 1.5;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.guide_midashi05{
  background-color: #BCD537;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.5em 1em;
  line-height: 1.5;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.guide_box h3,.guide_box h4{
 font-size: 2.2rem;
}
.guide_box .box p{
  text-align: center;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .guide_box h3,.guide_box h4{
 font-size: 1.8rem;
}
}
@media screen and (max-width: 550px) {
  .guide_box h3,.guide_box h4{
 font-size: 1.6rem;
}
.guide_box .box p{
  text-align: left;
}
.guide_box  p{
font-size: 1.4rem;
}
}
/*-------------------------------------*/
/*	お知らせ一覧	*/
/*-------------------------------------*/
/*一覧*/
.news_list {
  padding: 0;
	border-top: 1px solid #707070;
}
.news_list li{
	padding-top: 20px;
	border-bottom: 1px solid #707070;

 
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  align-items: baseline;
}
.news_list .item .date {
  margin: 0;
  min-width: 100px;
  color: #666;
  padding: 0 15px 0 0;
	line-height: 2;
	font-size: 1.4rem
}
.news_list .item .category {
  margin: 0;
  min-width: 120px;
  padding: 0 15px 0 0;
}
.news_list .item .category a.cat{
  width: 100%;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
	line-height: 2;
}
.news_list .item .title a{
   display: block;
	  padding: 0 0.5em 20px 0.5em;
	color: #000000;
}
.news_list .item .title a:hover {
  opacity: 0.7;
	color: #000;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
.news_list .item .title a{
   display: block;
	  padding: 15px 0.5em 15px 0;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
/*　新着　*/
#news .caption{
  font-weight: 400;
  margin-bottom: 10px;

}
#single .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
#single hr{
  border-top: 1px dotted #003F67;
  margin-top: 40px;
  margin-bottom: 40px;

}
/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/

/* カテゴリーラベル */
.cat {
  color: #00AF84!important;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 1.2rem;
  
  line-height: 1;
  background: #F1F9F7;
  border: 1px solid #00AF84;
	border-radius: 50px;
}
a.cat:hover {
  background-color: #00AF84;
   color: #FFFFFF!important;
}
/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #00AF84 !important;
  background: #FFFFFF;
  border: 1px solid #00AF84;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #00AF84;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #00AF84;
  color: #FFFFFF;
  background: #00AF84;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #00AF84 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #00AF84;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #00AF84;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.contact_list{
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_list li:first-child{
  margin-right: 40px;
}
.contact_list li:first-child img{
  width: 350px;
}
.form_area{

}
.form_area h4 {
  margin-top: 40px !important;
  position: relative;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #003F67;
}
.submit_btn_wrap {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  padding: 1em 1.5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: 2px solid #003F67;
  background: #003F67;
  border-radius: 50px;
  color: #F8ECBA;
   font-family: "Zen Maru Gothic", sans-serif;
}
.submit_btn:hover {
  background: #F8ECBA;
  text-decoration: none;
  color: #003F67;
}
.back_btn {
  width: 100%;
  height: 35px;
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  font-size: 100%;
  text-align: center;
  background: #AAAAAA;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
}
.back_btn:hover {
  color: #AAAAAA;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.must {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #FF5E5E;
  margin-right: 10px;
  vertical-align: middle;
}
.nini {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #003F67;
  margin-right: 10px;
  vertical-align: middle;
}
.privacy_box {
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 1.4rem;
  background-color: #FFFFFF;
  border: 1px solid #4d4d4d;
  overflow: hidden;
}
.privacy_inner {
  width: auto;
  height: 200px;
  overflow-y: scroll;
  padding: 22px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.consent_check_wrap {
  padding: 20px;
	margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #FF5E5E;
}
.form_area .consent_check_wrap label{
  margin-bottom: 0;

}
.consent_check_wrap p a {
  text-decoration: underline;
	color:  #0071bc;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #707070;
  font-family: inherit;
  font-size: 1.8rem;
  padding: 1em 1.5em;
  margin: 0;
  background-color: #F8F8F8;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
	margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
	display: inline-block;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
  .contact_list{
  flex-direction: column;
  max-width: 350px;
  margin: 0 auto 60px auto;
}
.contact_list li:first-child{
  margin-right: 0;
  margin-bottom: 40px;
}
.contact_list li:first-child img{
  width: 350px;
}

  .form_area h4 {
  font-size: 1.8rem;
}
  .privacy_inner {
    padding: 10px;
  }
  .privacy_inner p {
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  .form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  font-size: 1.6rem;
}
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}