@charset "utf-8";

/*
Theme Name: ik-grouphome
Theme URI: 
Description: 
Version:
Author: 
Author URI: 
*/

/* CSS Document */

body{
	margin: 0 auto;
	font-family:"UD デジタル 教科書体 NP-R";
	font-style: normal;
 	background-image:
}
@media screen and (min-width: 601px) {
	body {
		width: 601px;
		margin: 0 auto 25px auto; 
		border-right: 3px solid #43b14f;
		border-bottom: 3px solid #43b14f;
		border-left: 3px solid #43b14f;
	}
}
a {	text-decoration:none;
	color :#4d0000;
}

li{ margin:0; padding:0;}

p,h1,h2,h3,h4,h5,h6,tr,th,td,li {
	margin:0;
	font-weight: normal;
	color: #4d0000;
}

ol, ul {
    list-style: none;
	margin: 0;
	padding:0;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.clear{
	clear: both;
}
.tg1{
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.tg2{
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.tg3{
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.tg4{
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.tg5{
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.tg6{
	display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.tg7{
	display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.tg8{
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/******************************/
/*ハンバーガーメニュー*/
.header_top{
	width: 100%;
	height: 30px;
	background: #43b14f;
	padding: 8px 15px 6px;
	box-sizing: border-box;
	position:fixed;
	z-index: 9999;
}
@media screen and (min-width: 601px) {
	.header_top{
		width: 601px;
		height: 30px;
		background: #43b14f;
		padding: 8px 15px 6px;
		box-sizing: border-box;
		position:fixed;
		z-index: 9999;
		margin: 0 auto;
	}
}
.header_top p{
		font-size: 14px;
		color: #ffffff;
}
#header {
	width: 100%;
	height: 70px;
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 0 0;
	background: #fff;
	z-index: 9999;
}
@media screen and (min-width: 601px) {
	#header{
		width: 601px;
		height: 70px;
		position: fixed;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 30px auto 0 auto;
		background: #fff;
		z-index: 9999;
	}
}
#header_logo{
	padding: 0 0 0 20px;
}
#header_logo a{
	font-size: 28px;
}
#header_menu{
	height: 70px;
}
/*ハンバーガーメニュー*/
#header_logo2 {
	height: 70px;
}
#header_logo2 img{
	height: 60px;
	padding: 5px 0;
}
.menu_box{
	width: 70px;
	height: 70px;
	display: inline-block;
	position: relative;
}
.menu,
    .menu span {
    display: inline-block;
    -webkit-transition:all .4s;
    transition: all .4s;
    box-sizing: border-box;
}

.menu {
	position: absolute;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 26px;
}
.menu span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #43b14f;
    border-radius: 5px;
}
.menu span:nth-of-type(1) {
    top: 0px;
}
.menu span:nth-of-type(2) {
	top: 50%;
}
.menu span:nth-of-type(3) {
	top: 100%;
}
.menu.active {
    top: 20px;
    right: 15px;
    width: 40px;
    height: 26px;
}
.menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
	background-color: #43b14f;
}
.menu.active span:nth-of-type(2) {
    opacity: 0;
}
.menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
	background-color: #43b14f;
}
#nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #ffffff;
    transition: all 0.3s ease-out;
    visibility:hidden;
}

#nav.active{
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
	background: #fff;
}
#nav ul{
	padding: 70px 30px 0;
}
#nav ul li{
    list-style-type: none;
	border-bottom: 1px solid #4d0000;
}
#nav ul li a{
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 22px;
    display: block;
    padding: 25px 10px 22px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
 	font-weight: 700;
	box-sizing: border-box;
}
#nav ul li a:hover {
    color: #f65d5d;
}

@media screen and (min-width: 601px) {
	#nav {
		position: fixed;
		top: 0;
		right: 50%;
		width: 601px;
		height: 100vh;
		opacity: 0;
		background-color: #ffffff;
		transition: all 0.3s ease-out;
		visibility:hidden;
	}

	#nav.active{
		right: 50%;
		opacity: 1;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(50%);
		visibility: visible;
		background: #fff;
	}
	#nav ul{
		padding: 70px 30px 0;
	}
	#nav ul li{
		list-style-type: none;
		border-bottom: 1px solid #4d0000;
	}
	#nav ul li a{
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 22px;
		display: block;
		padding: 25px 10px 22px;
		transition: all 0.2s ease-in-out;
		text-decoration: none;
		font-weight: 700;
		box-sizing: border-box;
	}
	#nav ul li a:hover {
		color: #f65d5d;
	}
}
button {
    border: none;
    background: none;
    outline:none;
}


/* リセットCSS */
button {
  border-color: transparent;
  background: transparent;
  cursor: pointer;
}
.ul1{
	padding: 0 30px;
	margin-bottom: 30px;
}
.ul1 li{
    list-style-type: none;
	border-bottom: 1px solid #4d0000;
}
.ul1 li a{
	font-size: 16px;
    font-weight: 700;
	letter-spacing: 1px;
	line-height: 22px;
    display: block;
    padding: 15px 10px 12px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
	box-sizing: border-box;
}
.ul1 li a:hover {
    color: #f65d5d;
}
.ul2{
	padding: 0 30px;
}
.ul2 li{
	width: 100%;
    padding: 8px 0;
	background: rgba(0, 175, 204, 1);
	border-radius: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.ul2 a{
	font-size: 16px;
	font-family: "HGPゴシックE",sans-serif;
    font-weight: 700; 
	color: #fff;
}
.ul3{
	margin: 15px 0 0 0;
	display: flex;
	justify-content: center;
}
.ul3 li{
    padding: 0 20px;
}
.ul3 img{
	width: 40px;
}
button {
    border: none;
    background: none;
    outline:none;
}


/* リセットCSS */
button {
  border-color: transparent;
  background: transparent;
  cursor: pointer;
}

/******************************/
/******************************/
/***********トップ***********/
#pagetop{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  background: #43b14f;
  border-radius: 50%;
  z-index: 9999;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
  text-decoration: none;

  /* 最初は非表示にしたい場合は↓（JSで制御する） */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
}

/* 表示状態 */
#pagetop.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 中の「∧」を疑似要素で作る */
#pagetop::before{
  content:"";
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 4px; /* 少し下げると見た目が画像っぽい */
}
@media screen and (min-width: 601px) {
	#pagetop{
	  position: fixed;
	  right: 25%;
	  bottom: 18px;
	  width: 56px;
	  height: 56px;
	  background: #43b14f;
	  border-radius: 50%;
	  z-index: 9999;
	  display: grid;
	  place-items: center;
	  box-shadow: 0 6px 16px rgba(0,0,0,.18);
	  text-decoration: none;

	  /* 最初は非表示にしたい場合は↓（JSで制御する） */
	  opacity: 0;
	  visibility: hidden;
	  transform: translateY(10px);
	  transition: .3s;
	}

	/* 表示状態 */
	#pagetop.is-show{
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
	}

	/* 中の「∧」を疑似要素で作る */
	#pagetop::before{
	  content:"";
	  width: 14px;
	  height: 14px;
	  border-top: 3px solid #fff;
	  border-right: 3px solid #fff;
	  transform: rotate(-45deg);
	  margin-top: 4px; /* 少し下げると見た目が画像っぽい */
}
}
.container{
	width: 100%;
	height: calc(50vh - 100px);
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  position: relative;
  overflow: hidden;
}
.container::before{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px; /* ← 見せたい高さ */
  background-image: url("./images/top_bg.jpg");
  background-position: 70% bottom;
  background-repeat: no-repeat;
  background-size: cover;
	z-index: -9999;
}
.top{
	width: 80%;
	margin: 0 auto;
	text-align: center
}
.top p{
	display: inline-block;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	border-top: solid 2px #4d0000;
	border-bottom: solid 2px #4d0000;
	padding: 15px 0;
	line-height: 1.6;
	margin: 0 0 20px 0;
}
.top h1{
	display: inline-block;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
}
.top h1 span{
	font-size: 50px;
	letter-spacing: 2px;
	margin: 10px 0;
	padding: 0 0 4px 0;
}
.top_text h2 span{
	color: rgba(0, 175, 204, 1);
}
.top_link{
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
.top_link a{
	font-weight: 500;
	display: inline-block;
	padding: 20px 40px 20px 50px;
	font-size: 18px;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 15px;
	text-shadow: 0px 3px 6px #000;
	box-shadow: 0px 3px 6px #595959;
}


/******************************/
/******************************/
/***********空室状況***********/
.vacant{
	width: 100%;
	padding: 50px 20px 10px 20px;
	box-sizing: border-box;	
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.vacant_title{
	width: 100%;
}
.vacant_title h2{
	font-size: 24px;
	font-weight: bold;
	color: #4d0000;
	border-bottom: 1px solid #4d0000;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 0 0 12px 0;
}
.vacant_content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.vacant_box{
	width: 47.5%;
	margin:0 0 30px 0;
}
.vacant_box img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	margin: 0 0 10px 0;
}
@media screen and (min-width: 601px) {
	.vacant_box img{
		width: 100%;
		height: 140px;
		object-fit: cover;
		margin: 0 0 10px 0;
	}
}
.vacant_box h3{
    font-size: 16px;
    color: #4d0000;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.vacant_box_icon{
	width: 100%;
	margin: 10px auto 0;
	display: flex;
	text-align: center;
}
.vacant_box_icon .vacant_type{
	margin: 0;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #4d0000;
	border-right: 0.5px solid #4d0000;
	border-bottom: 1px solid #4d0000;
	border-left: 1px solid #4d0000;
	border-radius: 5px 0 0 5px;
	line-height: 1;
	width: 50%;
	box-sizing: border-box;
}
.vacant_box_icon .vacant_yn{
	margin: 0;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 1px solid #4d0000;
	border-right: 1px solid #4d0000;
	border-bottom: 1px solid #4d0000;
	border-left: 0.5px solid #4d0000;
	border-radius: 0 5px 5px 0;
	line-height: 1;
	width: 50%;
	box-sizing: border-box;
}


/******************************/
/******************************/
/***********お知らせ***********/
.news{
	width: 100%;
	padding: 50px 20px;
	box-sizing: border-box;	
}
.news_list{
	width: 100%;
	padding: 150px 20px 50px 20px;
	box-sizing: border-box;	
}
.news_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.news_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.news_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.news_box{
    width: 100%;
    border-bottom: solid 1px #707070;
    padding: 15px 0;
}
.news_box:first-of-type{
	border-top: solid 1px #707070;
}
.news_box_date{
	display: inline-block;
	margin-right: 10px;
}
.news_box_date p{
	font-size: 14px;
	line-height: 23px;
}
.news_box_category{
	display: inline-block;
	text-align: center;
}
.news_box_category p{
	font-size: 14px;
	background: rgba(0, 175, 204, 1);
	border-radius: 5px;
	padding: 0 15px;
	color: #fff;
}
.news_box_title{
	margin-top: 5px;
	letter-spacing:1px;
}
.news_box_title a{
	font-size: 18px;
}
.news_link{
	width: 70%;
	margin: 0 auto;
	margin-top: 60px;
}
.news_link a{
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-align: center;
	background: #43b14f;
	border-radius: 30px;
	color: #fff;
	padding: 10px 0;
}
/******************************/
/******************************/
/***********ページネーション***********/
.news_pagenation{
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.page-numbers.current {
    display: inline-block;
	background: #43b14f;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #FFF;
}
a.page-numbers{
	display: inline-block;
	background: #5a524f;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color:#FFF;
}
.news_pagenation a.prev.page-numbers{
	font-size: 18px;
}
.news_pagenation a.next.page-numbers{
	font-size: 18px;
}
.screen-reader-response{
	color: red;
}
.wpcf7-not-valid-tip{
	color: red;
}
.wpcf7-validation-errors{
	color: red;	
}
/******************************/
/******************************/
/***********施設紹介***********/
.introduction{
	width: 100%;
	padding: 50px 20px;
	box-sizing: border-box;	
}
.introduction_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.introduction_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.introduction_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.introduction_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #4d0000;
	margin: 0 0 25px 0;
}
.introduction_box_l{
	width: 32%;
	position: relative;
	overflow: hidden;
	margin: 0 0 15px 0;
}
.introduction_box_l::before{
	content: "";
	padding-top: 100%;
	display: block;
}
@media screen and (min-width: 601px) {
	.introduction_box_l::before{
		content: "";
		padding-top: 120px;
		display: block;align-content
	}
}
.introduction_box_l img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
@media screen and (min-width: 601px) {
	.introduction_box_l img{
		width: 100%;
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
	}
}
.introduction_box_r{
	width: 65%;
}
.introduction_box_r h3{
	font-size: 18px;
	border-left: solid 8px #4d0000;
	padding: 0 0 0 5px;
	line-height: 20px;
	margin: 0 0 8px 0;
}
.address{
	font-size: 12px;
    position: relative;
    padding-left: 15px; 
}
.address::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px; 
    height: 12px;
	background-image: url("./images/address.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.route{
	font-size: 12px;
    position: relative;
    padding-left: 15px; 
	margin: 0 0 10px 0;
}
.route::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9.5px;
    transform: translateY(-50%);
    width: 12px; 
    height: 12px;
	background-image: url("./images/route.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.introduction_box_r a{
	width: 45%;
	display: block;
	font-size: 12px;
	text-align: center;
	border: 1px solid #4d0000;
	border-radius: 20px;
	padding: 3px 0; 
	margin: 0 auto;
}
.introduction_box_b{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.introduction_box_b li{

}
.女性専用{
	margin: 0 5px 5px 0;
	font-size: 12px;
	color: #ffffff;
	background-color: #43b14f;
	border-radius: 7px;
	padding: 3px 10px; 
}
.男性専用{
	margin: 0 5px 5px 0;
	font-size: 12px;
	color: #ffffff;
	background-color: #43b14f;
	border-radius: 7px;
	padding: 3px 10px; 
}
.一軒家{
	margin: 0 5px 5px 0;
	font-size: 12px;
	color: #ffffff;
	background-color: #43b14f;
	border-radius: 7px;
	padding: 3px 10px; 
}
.マンション{
	margin: 0 5px 5px 0;
	font-size: 12px;
	color: #ffffff;
	background-color: #43b14f;
	border-radius: 7px;
	padding: 3px 10px; 
}
.シェアタイプ{
	margin: 0 5px 5px 0;
	font-size: 12px;
	color: #ffffff;
	background-color: #43b14f;
	border-radius: 7px;
	padding: 3px 10px; 
}
.ワンルームタイプ{
	margin: 0 5px 5px 0;
	font-size: 12px;
	color: #ffffff;
	background-color: #43b14f;
	border-radius: 7px;
	padding: 3px 10px; 
}
/******************************/
/******************************/
/***********3つのポイント***********/
.point{
	width: 100%;
	padding: 50px 20px 20px 20px;
	box-sizing: border-box;
	background-color: #eaffd9;
}
.point_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.point_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.point_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.point_box{
	width: 100%;
	color: #4d0000;
	font-family:"UD デジタル 教科書体 NP-R";
}
.point_box ul {
    counter-reset: num; /* カウンターを0にリセット */
}
.point_box li{
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 30px;
	margin: 0 0 40px 0;
}
.point_box li h3 {
	font-size: 32px;
	text-align: center;
	padding: 0 0 0 50px;
	position: relative;
}
.point_box li h3::before {
    counter-increment: num;
    content: counter(num); 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #43b14f;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 32px;
}
.point_box li p{
	font-size: 18px;
	margin: 20px 0;
	padding: 15px 0 0 0;
	border-top: solid 1px #4d0000; 
	line-height: 1.6;
}
.point_box li img{
	width: 100%;
	height: 140px;
	object-fit: cover;
}


/******************************/
/******************************/
/***********医療、看護、薬局サービス***********/
.service{
	width: 100%;
	padding: 50px 20px 20px 20px;
	box-sizing: border-box;
}
.service_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.service_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.service_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.service_box{
	width: 100%;
	position: relative;
	margin: 0 0 140px 0;
	font-family:"UD デジタル 教科書体 NP-R";
	color: #4d0000;
}
.service_box2{
	width: 100%;
	position: relative;
	margin: 0 0 170px 0;
	font-family:"UD デジタル 教科書体 NP-R";
	color: #4d0000;
}
.service_box_img{
	width: 95%;
	position: relative;
	top: 0;
	left: -20px;
}
.service_box_img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.service_box_img2{
	width: 95%;
	position: relative;
	top: 0;
	right: -40px;
}
.service_box_img2 img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.service_box_text{
	width: 95%;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 50px;
	right: 0;
	background-color: rgba(234 255 217 / 0.8);
}
.service_box_text h3{
	font-size: 32px;
	text-align: center;
}
.service_box_text p{
	font-size: 18px;
	margin: 15px 0;
	padding: 15px 0;
	border-top: solid 1px #4d0000; 
	border-bottom: solid 1px #4d0000; 
	line-height: 1.6;
}
.service_box_text2{
	width: 95%;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: rgba(234 255 217 / 0.8);
}
.service_box_text2 h3{
	font-size: 32px;
	text-align: center;
}
.service_box_text2 p{
	font-size: 18px;
	margin: 15px 0;
	padding: 15px 0;
	border-top: solid 1px #4d0000; 
	border-bottom: solid 1px #4d0000; 
	line-height: 1.6;
}
/******************************/
/******************************/
/***********よくある質問***********/
.faq{
	width: 100%;
	padding: 50px 20px 20px 20px;
	box-sizing: border-box;
	background-color: #eaffd9;
}
.faq_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.faq_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.faq_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.faq_box{
  width: 100%;
  margin: 0 auto;
}
.faq_box_content{
  width: 100%;
  background-color: #ffffff;
  padding: 20px 10px 0 10px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #330000;
  border-radius: 10px;
}
.acd-check{
  display: none;
}
.acd-label{
  width: 95%;
  display: flex;
  position: relative;
  margin: 0 0 10px 0;
}
.acd-label::before{
  content:"";
  position: absolute;
  top: 12px;
  right: -18px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #5D5D5D; /* ▼ */
  transition: transform .4s ease;
}
.acd-check:checked + .acd-label::before{
  transform: rotate(180deg); /* ▼ → ▲ */
}
.q,.a{
  width: 30px;
  height: 30px;
  color: #43b14f;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0;
}
.acd-content1{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .45s ease, opacity .35s ease;
  opacity: 0;
}
.acd-inner{
	width: 95%;
	overflow: hidden;
	display: flex;
	padding-bottom: 15px;
}
.acd-check:checked + .acd-label + .acd-content1{
  grid-template-rows: 1fr;
  opacity: 1;
}
.faq_text{
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.faq_text p{
  font-size: 20px;
  color: #5D5D5D;
  line-height: 30px;
  letter-spacing: 2px;
}



/******************************/
/******************************/
/***********フッター***********/
#footer{
  width: 100%;
	padding: 50px 0 0 0;
	box-sizing: border-box;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

/* 葉っぱ背景 */
.footer_bg{
  position: relative;
  width: 100%;
  height: 245px; /* 画像の縦サイズに合わせる */
  background: url("./images/footer_bg.png") no-repeat center top;
  background-size: 400px;
}

/* ロゴ位置 */
.footer_logo{
  position: absolute;
  left: 50%;
  top: 10px;                 /* ← 葉っぱ中央寄り */
  transform: translateX(-210px); /* 左側の葉に寄せる */
}
.footer_logo img{
  width: 230px;
}

/* お問い合わせ */
.footer_contact{
  position: absolute;
  left: 50%;
  top: 100px;                 /* ← 葉っぱ中央寄り */
  transform: translateX(-165px); /* 左側の葉に寄せる */
 }
.footer_text{
	text-align: left;
	border-bottom: solid 1px #fff;
	padding: 0 5px 5px;
	box-sizing: border-box;
	line-height: 1.4;
}
.footer_text h4{
	font-size: 14px;
	color: #fff;
	margin: 0 0 5px 0;
}
.footer_text .tel{
	display: block;
  font-size: 12px;
  letter-spacing: 2px;
	color: #fff;
}
.footer_text .time{
  font-size: 9px;
  margin-top: 4px;
	color: #fff;
}
/* SNS */
.footer_sns{
  display: flex;
	justify-content: center;
  gap: 12px;
}
.footer_sns img{
  width: 20px;
}

/* メニュー */
.footer_menu{
  position: absolute;
  left: 50%;
  top: 67px;                 /* 葉っぱ中央 */
  transform: translateX(25px); /* 右側の葉に寄せる */
  color: #fff;
	line-height: 1.4;
}
.footer_menu ul{
  position: relative;
  display: grid;
  grid-template-columns: auto auto;      /* 2列 */
  grid-template-rows: repeat(3, auto);   /* 3行 */
  grid-auto-flow: column;                /* 3つずつ縦に並べる */
  column-gap: 16px;
  padding-left: 4px;                    /* 左列の線用 */
  margin: 0;
  list-style: none;
}

/* 左列の左の縦線 */
.footer_menu ul::before{
  content:"";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 2px;
  background: rgba(255,255,255,.85);
}

/* ★右列の左の縦線 */
.footer_menu ul::after{
  content:"";
  position: absolute;
  left: 50%;                              /* 2列の境目 */
  top: 2px;
  bottom: 0;
  width: 2px;
  background: rgba(255,255,255,.85);
}

.footer_menu a{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
}

/* コピーライト */
.footer_copyright{
  background: #5a524f;
  padding: 20px;
  text-align: center;
}
.footer_copyright p{
  color: #fff;
  font-size: 14px;
  margin: 0;
}
@media screen and (min-width: 600px){

  /* 葉っぱ背景を少し大きく */
  .footer_bg{
    height: 365px;
    background-size: 600px;
  }

  /* ロゴ */
  .footer_logo{
    top: 15px;
    transform: translateX(-310px);
  }
  .footer_logo img{
    width: 300px;
  }

  /* お問い合わせ */
  .footer_contact{
    top: 155px;
    transform: translateX(-230px);
  }
  .footer_text{
	margin: 0 0 10px 0;
	}
  .footer_text h4{
    font-size: 18px;
  }
  .footer_text .tel{
    font-size: 16px;
  }
  .footer_text .time{
    font-size: 12px;
  }

  /* SNS */
  .footer_sns img{
    width: 30px;
  }

  /* メニュー */
  .footer_menu{
    top: 95px;
    transform: translateX(50px);
  }

  .footer_menu ul{
    column-gap: 28px;
    row-gap: 18px;
    padding-left: 8px;
  }

  .footer_menu a{
    font-size: 16px;
  }
}


/******************************/
/******************************/
/***********施設紹介ページ***********/
.s_introduction{
	width: 100%;
	padding-top: 100px;
}
.s_introduction_top{
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0 40px;
	text-align: center;
	overflow: hidden;
}
.s_introduction_top_title p{
	margin: 0 0 10px 0;
	font-size: 22px;
	letter-spacing: 1px;
	color: #4d0000;
}
.s_introduction_top_title h2{
	display: inline-block;
	font-size: 32px;
	letter-spacing: 1px;
	color: #4d0000;
	line-height: 1.25;
	padding: 0 8px;
	background: linear-gradient(transparent 50%, rgba(189, 231, 178, .65) 60%);
}
.s_introduction_top_vacant{
	margin-top: 28px;
}

.s_introduction_top_vacant > p{
	margin: 0 0 14px 0;
	font-size: 26px;
	letter-spacing: 1px;
	color: #e32a50;
}
.s_introduction_top_vacant_icon{
	width: fit-content;
	margin: 10px auto 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.s_introduction_top_vacant_icon .type{
	margin: 0;
	padding: 10px 18px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	font-size: 14px;
	letter-spacing: .08em;
	color: #fff;
	background: #e32a50;
	border: 2px solid #e32a50;
	line-height: 1;
	width: 140px;
	display: grid;
	place-items: center;
	box-sizing: border-box;
}
.s_introduction_top_vacant_icon .vacant{
	margin: 0;
	padding: 10px 22px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #4d0000;
	background: #fff;
	border: 2px solid #e32a50;
	line-height: 1;
	width: 130px;
	display: grid;
	place-items: center;
	box-sizing: border-box;
}
.s_introduction_top ul{
	width: 100%;
	list-style: none;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 26px auto 30px;
	width: fit-content;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.s_introduction_top ul li{
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #4d0000;
	line-height: 1.7;
}
.s_introduction_address::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px; 
    height: 12px;
	background-image: url("./images/address.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.s_introduction_tel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px; 
    height: 12px;
	background-image: url("./images/tel2.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.s_introduction_route::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px; 
    height: 12px;
	background-image: url("./images/route.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.s_introduction_top img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}


.s_introduction_room{
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
}
.s_introduction_room_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.s_introduction_room_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.s_introduction_room h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.s_introduction_room_box{
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}
.s_introduction_room_box h3{
	display: inline-block;
	font-size: 18px;
	font-family: "メイリオ" ;
	font-weight: 700;
	background: linear-gradient(transparent 50%, rgba(189, 231, 178, .65) 60%);
	padding: 0 5px;
	margin: 0 0 10px 0;
}
.s_introduction_room_img{
	width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2×2表示（必要に応じて変更） */
  gap: 10px;
}
.s_introduction_room_img img{
	width: 100%;
  aspect-ratio: 1 / 1;   /* ← 正方形にする */
  object-fit: cover;     /* ← はみ出た部分をトリミング */
  display: block;
}

.s_introduction_fplan{
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #eaffd9;
}
.s_introduction_fplan_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.s_introduction_fplan_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.s_introduction_fplan_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.s_introduction_fplan_box{
	width: 100%;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}
.s_introduction_fplan_type{
	text-align: center;
	margin: 0 0 20px 0;
}
.s_introduction_fplan_type h3{
	display: inline-block;
	font-size: 18px;
	font-family: "メイリオ" ;
	font-weight: 700;
	background: linear-gradient(transparent 50%, rgba(189, 231, 178, .65) 60%);
	padding: 0 5px;
	margin: 0 0 10px 0;	
}
.s_introduction_fplan_type img{
	width: 50%;
	padding: 0 25%;
	margin: 0 0 15px 0;
}
.s_introduction_fplan_type p{
	width: 100%;
	color: #43b14f;
	font-size: 12px;
}
.s_introduction_fplan_type2{
	text-align: center;
	margin: 0 0 20px 0;
}
.s_introduction_fplan_type2 h3{
	display: inline-block;
	font-size: 18px;
	font-family: "メイリオ" ;
	font-weight: 700;
	background: linear-gradient(transparent 50%, rgba(189, 231, 178, .65) 60%);
	padding: 0 5px;
	margin: 0 0 10px 0;	
}
.s_introduction_fplan_type2 img{
	width: 100%;
	margin: 0 0 15px 0;
}
.s_introduction_fplan_type2 p{
	width: 100%;
	color: #43b14f;
	font-size: 12px;
}
.s_introduction_fplan_icon{
	width: 100%;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	margin: 0 0 20px 0;
}
.s_introduction_fplan_icon h4{
	border-left: solid 8px #4d0000;
	font-size: 18px;
	padding: 0 0 0 10px;
	line-height: 0.8;
	margin: 0 0 10px 0;
}
.s_introduction_fplan_icon_box{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.s_introduction_fplan_icon_box p{
	font-size: 10px;
	border: solid 1px #4d0000;
	border-radius: 5px;
	color: #4d0000;
	padding: 1px 5px;
}


.s_introduction_price{
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
}
.s_introduction_price_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.s_introduction_price_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.s_introduction_price_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.s_introduction_price_wrap{
	display: flex;
	gap: 60px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}
/* 全体ボックス */
.s_introduction_price_box{
	width: 320px;
	font-size: 14px;
	color: #7a0000;
}
/* 上の料金部分 */
.s_introduction_price_head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-bottom: 1px solid #3cb54a;
	margin-bottom: 15px;
}
.s_introduction_price_type{
	width: 60px;
	height: 60px;
	border-left: 1px solid #3cb54a;
	border-top: 1px solid #3cb54a;
	border-right: 1px solid #3cb54a;
	font-size: 13px;
	box-sizing: border-box;
	text-align: center;
  display: flex;
  align-items: center;      /* 縦中央 */
  justify-content: center;  /* 横中央 */
  text-align: center;
  line-height: 1.4;         /* ← br使用時は固定行高をやめる */
}
.s_introduction_price_total{
	padding: 0 12px;
	font-size: 20px;
}
.s_introduction_price_total strong{
	font-size: 28px;
	font-weight: bold;
}
/* 明細 */
.s_introduction_price_list div{
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed #3cb54a;
}
.s_introduction_price_list dt{
  padding: 2px 6px;
}
.s_introduction_price_list dt span{
  font-size: 10px;
}
.s_introduction_price_list dd{
  margin: 0;
}
.s_introduction_price_annotation{
	width: 100%;
}
.s_introduction_price_annotation p{
	font-size: 12px;
	color: #43b14f;
	text-align: right;
	line-height: 1.4;
}


.s_introduction_convenience{
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #eaffd9;
}
.s_introduction_convenience_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.s_introduction_convenience_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.s_introduction_convenience_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.s_introduction_convenience_text{
	width: 100%;
	margin: 0 0 20px 0;
}
.s_introduction_convenience_text p{
	font-size: 16px;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	line-height: 1.8;
}
.s_introduction_convenience_img{
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3つ横並び */
	gap: 12px;                             /* 画像の間隔 */
}
.s_introduction_convenience_img img{
	width: 100%;
	aspect-ratio: 1 / 1;   /* 正方形 */
	object-fit: cover;     /* はみ出た部分をトリミング */
	display: block;
}


.s_introduction_access{
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
}
.s_introduction_access_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.s_introduction_access_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.s_introduction_access_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.s_introduction_access_text{
	width: 80%;
	margin: 0 auto 20px auto;
	line-height: 1.8;
}
.s_introduction_access_address{
	font-size: 12px;
    position: relative;
    padding-left: 15px; 
}
.s_introduction_access_address::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px; 
    height: 12px;
	background-image: url("./images/address.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.s_introduction_access_route{
	font-size: 12px;
    position: relative;
    padding-left: 15px; 
}
.s_introduction_access_route::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px; 
    height: 12px;
	background-image: url("./images/route.png");
	background-size: contain;
    background-repeat: no-repeat;
}


/******************************/
/******************************/
/***********ニュース詳細ページ***********/
#single_news{
	width: 100%;
	padding: 120px 20px 30px 20px;
	box-sizing: border-box;
}
.single_news_top{
	width: 100%;
}
.single_news_top_img{
	width: 100%;
	aspect-ratio: 4 / 3;        /* アスペクト比4:3 */
	overflow: hidden;           /* はみ出た部分を非表示 */
	position: relative;
	margin: 0 0 20px 0;
}
.single_news_top_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;          /* トリミング表示 */
	display: block;
}
.single_news_date{
	font-size: 12px;
    font-weight: 700;
	margin: 0 0 15px 0;
	letter-spacing: 1.5px;
}
.single_news_top h2{
	font-family: "Meiryo UI", Meiryo, sans-serif;
	font-weight: 700;
	font-size: 20px;
 	margin: 0 0 25px 0;
	line-height: 1.2;
	letter-spacing: 1.5px;
}
.single_news_box{
	width: 100%;
	padding: 0 0 30px 0;
	border-bottom: 1px dotted #dAdAd9;
}
.single_news_box p{
	font-size: 15px;
    margin: 0 0 20px 0;
    line-height: 1.8;
	letter-spacing: 2px;
}
.single_news_box img{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}


/******************************/
/******************************/
/***********採用情報***********/
.recruit{
	width: 100%;
	padding: 120px 20px 50px 20px;
	box-sizing: border-box;	
}
.recruit_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.recruit_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.recruit_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.recruit_box{
	width: 100%;
	text-align: center;
}
.recruit_box h3{
	display: inline-block;
	font-size: 28px;
	font-family: "メイリオ" ;
	font-weight: 700;
	background: linear-gradient(transparent 50%, rgba(189, 231, 178, .65) 60%);
	padding: 0 8px;
	margin: 0 0 30px 0;	
}
.recruit_box ul{
	width: 100%;
}
.recruit_box li{
	width: 100%;
	height: 130px;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	margin:  0 0 30px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 2px 2px 5px #000000;
}
.recruit_box a{
	font-size: 20px;
    font-weight: 700;
    color: #4d0000;
    letter-spacing: 1.5px;
	display: block;
	text-align: center;
	line-height: 1.8;
}
.recruit_entry{
	width: 100%;
	padding: 50px 20px 50px 20px;
	box-sizing: border-box;
	background-color: #eaffd9;
}
.recruit_entry_title{
	width: 100%;
	margin: 0 0 30px 0;
}
.recruit_entry_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.recruit_entry_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.recruit_entry_box{
	width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    background: #FFFFFF;
	box-sizing: border-box;
}
.recruit_entry_text{
	width: 100%;
    border-bottom: dashed 1px #c0c0c0;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}
.recruit_entry_text h3{
    display: inline-block;
    font-size: 24px;
	line-height: 1.6;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: rgba(189, 231, 178, .65);
    text-underline-offset: -0.1em;
    text-decoration-skip-ink: none;
}
.recruit_entry_text p{
	font-size: 16px;
	line-height: 1.6;
}
.recruit_entry_text a{
	color: #0000ff;
}
.recruit_entry_process{
	width: 100%;
	margin: 60px 0 0 0;
}
.recruit_entry_process h3{
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: rgba(189, 231, 178, .65);
    text-underline-offset: -0.1em;
    text-decoration-skip-ink: none;
}
.recruit_entry_process p{
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 2px;
}

.job{
	width: 100%;
	padding: 140px 20px 50px 20px;
	box-sizing: border-box;	
}
.job_text{
	width: 100%;
	margin: 0 0 40px 0;
	text-align: center;
}
.job_text h2{
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: rgba(189, 231, 178, .65);
    text-underline-offset: -0.1em;
    text-decoration-skip-ink: none;
}
.job_text h3{
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #4d0000;
}
.job_text p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
}
.job_content{
	width: 100%;
	background: rgba(234 255 217 / 0.8);
	padding: 30px 20px;
	box-sizing: border-box;
}
.job_content h3{
	margin: 0 0 40px 0;
    font-size: 32px;
    font-weight: 700;
	text-align: center;
}
.job_content ul{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: solid 1px #4d0000;
	padding: 0 0 50px 0;
	margin: 0 0 50px 0 ;
}
.job_content li{
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
}
.job_content table{
	width: 100%;
}
.job_content tr{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}
.job_content td{
	width: 100%;
	font-size: 18px;
	margin: 0 0 5px 0;
	font-weight: 700;
}
.job_content th{
	width: 100%;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 2px;
	margin: 0;
	box-sizing: border-box;
	text-align: left;
}
.job_content2{
	width: 100%;
	padding: 50px 20px 50px 20px;
	box-sizing: border-box;	
	background: rgba(234 255 217 / 0.8);
}
.job_content2_title{
	width: 100%;

	margin: 0 0 30px 0;
}
.job_content2_title h2{
	font-family: "メイリオ",Meiryo,sans-serif;
	display: inline-block;
	font-size: 32px;
	color: #e32a50;
	border-bottom: 1px solid #e32a50;
    position: relative;
    padding-left: 40px; 
}
.job_content2_title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
	background-image: url("./images/icon.png");
	background-size: contain;
    background-repeat: no-repeat;
}
.job_content2 ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.job_content2 li{
	width: 100%;
	height: 100px;
	padding: 30px; 
	margin: 0 0 20px 0;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.05) 0.3rem 0.3rem 0.6rem;
    transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
	align-items: center;
	justify-content: center;
}
.job_content2 p{
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
}