@charset "UTF-8";
/*--------------------------------------------------------------
 * this is original style
 *
 * @package isenorgoc
--------------------------------------------------------------*/

/*----------------------------------------------------------------------
  トップページ
----------------------------------------------------------------------*/

/*--------------------------------------------------------------
  共通タイトルスタイル
--------------------------------------------------------------*/

.home .main h2 {
  position: relative;
  font-size: 2.8rem;
  margin-bottom: 40px;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	font-weight: 100;
}

.home .main h2::before {
	position: absolute;
  top: 50%;
  left: 12px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
  z-index: 2;
  content: '';
  width: 14px;
  height: 14px;
  border: 5px solid #1a9d48;
  border-radius: 100%;
}

.home .main .front_access_box h2 { /* トップページのアクセス */
	margin-bottom: 0;
	margin: 20px 0 10px;
}

.home .main h3 {
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
	padding: 0 0 0 35px;
  box-sizing: border-box;
	font-weight: 100;
}

.home .main h3::before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-image: url("../img/th.png");
  background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.home .main .front_access_box h3 { /* トップページのアクセス */
	margin: 0 0 10px;
}

/* .main h4 {
	font-size: 28px;
	font-size: 2.8rem;
	position: relative;
	padding: 0 0 0 35px;
	font-weight: 100;
}

.main h4::before {
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
	content: '';
	width: 15px;
	height: 15px;
	border: 5px solid #1a9d48;
	border-radius: 100%;
} */

.more_btn {
  width: 22%;
  margin: 0 auto;
  /* background-color: rgb(156, 141, 120); */
}

.more_btn a {
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
  display: block;
  color: #333333;
	background-color: #fff;
	line-height: 1;
  padding: 15px 0;
	box-sizing: border-box;
	border-radius: 30px;
	border: 1px solid #1a9d48;
	transition: all .3s;
}

.more_btn a::after {
	color: #1a9d48;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content:'\f054';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all .3s;
}

.more_btn a:hover {
	color: #fff;
	background-color: #1a9d48;
}

.more_btn a:hover::after {
	color: #fff;
}

.front_office_box ul li .more_btn { /* トップページの事務所一覧 */
	width: 60%;
}

.office_explanation .more_btn { /* 事業案内のボタン */
	width: 25%;
	display: block;
	margin: 0 auto;
}

.office_list ul li .more_btn { /* 事業案内ページの事務所一覧 */
	width: 60%;
}

.entry_footer .more_btn a { /* お知らせの記事一覧ボタン */
	border-radius: unset;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.home .main h2 {
    margin-bottom: 20px;
	}

	.more_btn {
    width: 50%;
    margin: 0 auto;
  }

	.office_list ul li .more_btn {
		width: 80%;
	}

	.office_explanation .more_btn {
		width: 50%;
	}

}



@media screen and (max-width : 767px) {
  .home .main h2 {
    width: 100%;
    font-size: 2.5rem;
		padding: 0 0 0 30px;
		margin-bottom: 30px;
  }

	.home .main h3 {
		font-size: 22px;
		font-size: 2.2rem;
		padding: 0 0 0 30px;
	}

	.home .main h3::before {
    width: 19px;
    height: 19px;
	}

	.more_btn {
    width: 100%;
    margin: 0 auto;
  }

	.office_explanation .more_btn {
		width: 100%;
	}

}



/*--------------------------------------------------------------
  社会福祉法人 わかくさ福祉会　事業所一覧
--------------------------------------------------------------*/

.front_office_wrap {
	padding: 55px 0;
  box-sizing: border-box;
}

.front_office_box ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.front_office_box ul li {
	width: 32%;
	list-style: none;
	margin: 0 0 25px;
}

.front_office_box ul li img {
	width: 100%;
	margin: 0 0 30px;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_office_wrap {
		padding: 20px 0;
	}

	.front_office_box ul li .more_btn {
		width: 80%;
	}

}

@media screen and (max-width : 767px) {
	.front_office_wrap {
		padding: 30px 0;
	}

	.front_office_box ul {
		display: block;
	}

	.front_office_box ul li {
		width: 100%;
		margin: 0 0 50px;
	}

}



/*--------------------------------------------------------------
  お知らせ
--------------------------------------------------------------*/

.front_news_wrap {
  padding: 10px 0 95px;
}

.front_news_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  padding: 0;
	margin: 0 0 10px;
}

.front_news_wrap ul::after {
	content: "";
	display: block;
	width: 31%;
}

.front_news_wrap ul li {
	position: relative;
	width: 31%;
  list-style: none;
	margin: 0 0 25px;
}

.front_news_wrap ul li p {
	margin: 10px 0;
}

.front_news_wrap ul li .category {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.front_news_wrap ul li .category a {
	color: #fff;
	padding: 10px 22px;
	line-height: 1;
	transition: all .3s;
}

.front_news_wrap ul li .category_news a,
.archive_post .category_news a  {
	background: #1a9d48;
}

.front_news_wrap ul li .category_news a:hover,
.archive_post .category_news a:hover {
	background: #137234;
}

.front_news_wrap ul li .category_daytime a,
.archive_post .category_daytime a  {
	background: #eab015;
}

.front_news_wrap ul li .category_daytime a:hover,
.archive_post .category_daytime a:hover {
	background: #ad8109;
}

.front_news_wrap ul li .category_livelihood a,
.archive_post .category_livelihood a {
	background: #15baea;
}

.front_news_wrap ul li .category_livelihood a:hover,
.archive_post .category_livelihood a:hover {
	background: #0691bc;
}

.front_news_wrap ul li .category_consultation a,
.archive_post .category_consultation a {
	background: #72c41b;
}

.front_news_wrap ul li .category_consultation a:hover,
.archive_post .category_consultation a:hover {
	background: #57a404;
}

.front_news_wrap ul li .front_news_img {
	height: 250px;
	transition: all .3s;
}

.front_news_wrap ul li .front_news_img:hover {
	opacity: .7;
}

.front_news_wrap ul li .front_news_img img {
	width: 100%;
  height: 100%;
  object-fit: cover;
}

.front_news_wrap ul li p a {
	color: #444;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	transition: all .3s;
}

.front_news_wrap ul li p a:hover {
	color: #1a9d48;
}





@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_news_wrap {
		padding: 10px 0 50px;
	}

.front_news_wrap ul li .front_news_img {
		height: 200px;
	}

}


@media screen and (max-width : 767px) {
	.front_news_wrap {
		padding: 0 0 50px;
	}

	.front_news_wrap ul {
		display: block;
	}

	.front_news_wrap ul li {
		width: 100%;
		margin: 0 0 40px;
	}

}



/*--------------------------------------------------------------
  わかくさ福祉会後援会　わかくさ施設をつくる会
--------------------------------------------------------------*/

.front_introduction_wrap {
  padding: 0;
	box-sizing: border-box;
	background-image: url("../img/top-kouenkai-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.front_introduction_box {
  padding: 35px 0 60px;
	box-sizing: border-box;
}

.front_introduction_box .front_introduction_catch {
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
	color: #ee8c0c;
	margin: 0 0 30px;
	letter-spacing: -2px;
}

.front_introduction_box ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.front_introduction_box ul li {
	list-style: none;
}

.front_introduction_box .front_introduction_left {
	width: 46%;
}

.front_introduction_box .front_introduction_right {
	width: 49%;
	position: relative;
}

.front_introduction_box .front_introduction_right .front_introduction_title {
	margin: 0;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 30px;
}

.front_introduction_box .front_introduction_right .front_introduction_title span {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 100;
	display: block;
	margin: 0 0 10px;
}

.front_introduction_box .front_introduction_right .front_introduction_txt {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}

.front_introduction_box .front_introduction_right .more_btn {
	width: 40%;
	position: absolute;
	bottom: 0;
	right: 0;
}


@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_introduction_box .front_introduction_catch {
    font-size: 23px;
    font-size: 2.3rem;
	}

	.front_introduction_box .front_introduction_right .more_btn {
		width: 50%;
    bottom: -25px;
	}

}



@media screen and (max-width : 767px) {
	.front_introduction_box .front_introduction_catch {
    font-size: 20px;
    font-size: 2.0rem;
	}

	.front_introduction_box ul {
		display: block;
	}

	.front_introduction_box .front_introduction_left,
	.front_introduction_box .front_introduction_right {
		width: 100%;
	}

	.front_introduction_box .front_introduction_left {
		margin-bottom: 30px;
	}

	.front_introduction_box .front_introduction_right .front_introduction_txt {
		margin-bottom: 30px;
	}

	.front_introduction_box .front_introduction_right .front_introduction_title {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.front_introduction_box .front_introduction_right .front_introduction_title span {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.front_introduction_box .front_introduction_right .more_btn {
		width: 75%;
		position: unset;
	}

}



/*--------------------------------------------------------------
  アクセス
--------------------------------------------------------------*/

.front_access_wrap {
  padding: 70px 0 50px;
	box-sizing: border-box;
}

.front_access_box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 0;
	padding: 0;
}

.front_access_box ul li {
	width: 24%;
	list-style: none;
	text-align: center;
	margin: 0 13px 30px 0;
}

.front_access_box ul li:nth-child(4),
.front_access_box ul li:last-child {
	margin: 0 0 30px;
}

.front_access_box ul li a img {
	width: 100%;
	display: inline-block;
	transition: all .3s;
	margin: 0 0 5px 0;
}

.front_access_box ul li a img:hover {
	opacity: .7;
}

.front_access_box ul li p {
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0;
	line-height: 1;
}

.front_access_box ul li p a {
	color: #333;
	transition: all .3s;
}

.front_access_box ul li p a i {
	color: #1a9d48;
}

.front_access_box ul li p a:hover {
	color: #1a9d48;
}

.front_access_box .more_btn {
	width: 19%;
}


@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_access_wrap {
		padding: 30px 0;
		box-sizing: border-box;
	}

	.front_access_box ul {
		justify-content: space-between;
	}

	.front_access_box ul li {
		width: 32%;
		margin: 0 0 30px;
	}

	.front_access_box ul li p {
		margin: 5px 0;
	}

	.front_access_box .more_btn {
    width: 50%;
		margin: 10px auto 0;
	}

}



@media screen and (max-width : 767px) {
	.front_access_wrap {
		padding: 40px 0 40px;
	}

	.front_access_box ul {
		display: block;
	}

	.front_access_box ul li {
		width: 100%;
		margin: 0 0 30px;
	}

	.front_access_box ul li p {
		margin: 5px 0;
	}

	.front_access_box .more_btn {
		width: 75%;
	}

}



/*--------------------------------------------------------------
  求人募集バナー
--------------------------------------------------------------*/
.front_banner_wrap {
	padding: 50px 0 120px;
	box-sizing: border-box;
}

.front_banner_box {
	text-align: center;
}

.front_banner_box a {
	display: inline-block;
	transition: all .3s;
}

.front_banner_box a:hover {
	opacity: .7;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.front_banner_wrap {
		padding: 30px 0 50px;
	}

	.front_banner_box a {
		display: block;
	}

	.front_banner_box a img {
		width: 100%;
	}

}



@media screen and (max-width : 767px) {
	.front_banner_wrap {
		padding: 20px 0 60px;
	}

	.front_banner_box a {
		display: block;
	}

	.front_banner_box a img {
		width: 100%;
	}

}



/*--------------------------------------------------------------
  関連リンク
--------------------------------------------------------------*/

/*---------------*/
/***** Bubba *****/
/*---------------*/

.grid {
	position: relative;
	margin: 0 auto;
	/* padding: 1em 0 4em; */
	/* max-width: 1000px; */
	list-style: none;
	text-align: center;
  overflow: hidden;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	/* width: 48%; */
	/* background: #a1a330; */
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
  min-width: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  box-sizing: border-box;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
  font-size: 3.0rem;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 15px;
}



figure.effect-bubba {
	background: #232819;
  position: relative;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
  opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba h2 {
	padding-top: 20%;
}

figure.effect-bubba .a_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}



@media screen and (max-width : 767px) {
  .links_insta {
    margin: 0;
  }
  .links_insta h2 {
    margin: 0 0 30px;
  }
  .links,
  .insta {
    width: 100%;
    float: none;
    margin: 0 0 80px;
  }
  .insta {
    margin: 0 0 30px;
  }
}
