@charset "utf-8";

/* =======================================

    1.common.css
    2.header.css
    3.index.php

=========================================*/

/* ---------------------------------------

    common

---------------------------------------- */

.sp_disp {
	display: none !important;
}

.pc_disp {
	display: block !important;
}

.sp_img {
	display: none !important;
}

.pc_img {
	display: inline-block !important;
}

.wp-block-image img{
	height: auto;
}

a {
	text-decoration: none;
}


html {
	font-size: 16px;
}

body {
	line-height: 1.8;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	letter-spacing: .1rem;
	background-color: #FFFFFF;
}

input[type="submit"] , input[type="button"] {
	border: none;
	border-radius: 0;
	cursor: pointer;
	        box-sizing: border-box;

	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	        appearance: button;
}
input[type="submit"]::-webkit-search-decoration , input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus , input[type="button"]::focus {
	outline-offset: -2px;
}


/*   header
---------------------------------------- */
.header {
	background-color: #EBF7FA;
}

.header__wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
}

.header-top__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.header-contact__list {
	display: flex;
}

.header-contact__icon {
	margin-right: 25px;
}

.header-contact__icon:last-of-type {
	margin-right: 0;
}

.header-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-nav__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
}

.header-nav__list > li {
    position: relative;
    width: 100%;
}

.nav-menu__drop-list {
	position: absolute;
    right: -99%;
    bottom: inherit;
    z-index: 1000;
    width: 200px;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #3e9179;
	padding:0 10px ;
}

.nav-menu__drop-list a {
	display: block;
	height: 100%;
	padding: 5px 0;
	border-bottom: 1px dashed #FFFFFF;
	font-weight: 600;
	color: #FFFFFF;
}

.nav-menu__drop-list-item:last-of-type a {
	border-bottom: none;
}

.nav-menu__drop-list-item {
	position: relative;
}

.nav-menu__drop-list-item::before {
	position: absolute;
    top: 19px;
    right: 5px;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
    transform: rotate( 
45deg
 );
}

.nav-menu__drop-list:after , .nav-menu__drop-list:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: " ";
	pointer-events: none;
}

.header-logo {
	margin: 0 20px;
}

.header-top__text {
	font-size: 14px;
}

.nav-menu__drop-list-item {
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    text-align: left;
}

.nav-menu__drop-list-item a {
	padding: 10px 0;
}

.nav-menu__item:hover > .nav-menu__drop-list > .nav-menu__drop-list-item {
	height: 100%;
	overflow: visible;
	opacity: 1;
}

.nav-menu__item:hover > .nav-menu__drop-list:before {
	margin-left: -16px;
	border-width: 16px;
}

.nav-menu__item:hover > .nav-menu__drop-list:after {
	margin-left: -10px;
	border-width: 10px;
	border-bottom-color: #3e9179;
}

.nav-menu__drop-list-inbox a {
    border: none;
    padding: 0;
}

.nav-menu__drop-list-box {
	padding: 10px 0;
	border-bottom: 1px dashed #FFFFFF;
}

.top-recruit__btn {
	position: fixed;
	top: 36%;
	right: 0rem;
	z-index: 999;
}

.fontsize-change {
	position: fixed;
	top: 57%;
	right: 0rem;
	z-index: 999;
	width: 65px;
	height: 235px;
	background-image: url("../images/font-size-btn.png");
	background-repeat: no-repeat;
}

.fontsize-change ul {
	width: 100%;
	height: 100%;
	padding-top: 73px;
}

.fontsize-change li {
	padding-left: 8px;
	text-align: center;
}

.top-slide2__wrap {
	height: 40vw;
	background-image: url("../images/top-view02.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.top-slide2__wrap .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.slide-info2__list {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-bottom: 10px;
}

.slide-info2__list-box {
	width: 100%;
}

.slide-info2__list-item {
	width: 18%;
	margin-bottom: 20px;
}

.top-slide2__wrap .slide-info2__list-item {
	width: 15%;
}

.slide-info2__list-item a {
	display: flex;
}

.slide-info2__list {
	width: 100%;
	padding: 0 10%;
}

.top-slide3__wrap {
	height: 40vw;
	background-image: url("../images/top-view03.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.top-slide3__wrap .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.top-slide2-sp__wrap {
	height: 88vw;
	background-image: url("../images/top-view3_sp.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.top-slide2-sp__wrap .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
}


.top-slide3-sp__wrap {
	height: 88vw;
	background-image: url("../images/top-view2_sp.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.top-slide3-sp__wrap .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.slide-info-sp__list-item {
	width: 30%;
}

.slide-info-sp__list-item a {
	display: flex;
	justify-content: center;
}

.slide-info3-sp__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	height: 100%;
	margin-bottom: 10px;
}


.slide-info3-sp__list-item {
	width: 28%;
	height: 100%;
	padding-top: 7%;
}

.slide-info3-sp__list-item a {
	display: flex;
	justify-content: center;
}


/*   footer
---------------------------------------- */
.footer {
	font-style: normal;
	font-weight: 700;
	color: #491C05;
	background-color: #D1ECA0;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
}

.footer__wrap .footer__logo{
	width: 29%;
}

.footer__wrap .footer-line{
	width: 2%;
}

.footer__wrap .footer__info{
	width: 60%;
}

.footer-contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-contact__list {
	display: flex;
}

.footer-contact__list-item {
	margin-right: 15px ;
}

.footer-contact__list-item:last-of-type {
	margin-right: 0;
}

.footer__address {
	margin-bottom: 10px;
}

.footer-contact {
	margin-bottom: 10px;
}

.footer-contact__text {
	margin-bottom: 20px;
}

.footer-contact__btn_lifewater {
	display: inline-block;
	background: url("../images/footer-contact__btn-lifewater_on.png") no-repeat;
}

.footer-contact__btn_lifewater:hover {
	background-color: transparent; /* IE6対応 */
}

.footer-contact__btn_lifewater:hover img {
	visibility: hidden;
}


.footer-nav {
	padding: 20px 0;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #3E9179;
}

.footer-nav__list {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}

.footer-nav__list-item a {
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF;
}

.copyright__box {
	padding: 20px 0;
	font-size: 12px;
	color: #3E9179;
	text-align: center;
	background-color: #FFFFFF;
}

#pageTop {
	position: fixed;
	bottom: 35px;
	right: 0px;
  }
  
#pageTop a {
display: block;
z-index: 999;
}

#pageTop a:hover {
opacity: 0.7;
}

/* ---------------------------------------

    index.php

---------------------------------------- */
.top-view {
	line-height: 0;
}

.top-view img {
	width: 100%;
}

/*   index-greeting
---------------------------------------- */
.index-greeting {
	background-image: url("../images/index-greeting__bk01.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.index-greeting__wrap {
	max-width: 750px;
	margin: 0 auto;
	padding: 40px 0;
}

.index-greeting__title {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	color: #3E9179;
	text-align: center;
	letter-spacing: .1em;
}

.index-greeting__box {
	display: flex;
	align-items: center;
	max-width: 710px;
	margin: 0 auto 30px;
}

.index-greeting__img {
	margin-right: 45px;
	text-align: center;
}

.index-greeting__link {
	display: flex;
	justify-content: space-between;
	max-width: 710px;
}

.index-greeting__link a {
	height: 100%;
}

.index-greeting__link a:hover img {
	border-radius: 10px;
	background-color: #3e9179;
}

/*   index-news
---------------------------------------- */
.index-news {
	padding: 60px 0;
}

.index-news__title {
	margin-bottom: 40px;
	text-align: center;
}

.index-news__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 850px;
	margin: 0 auto 20px;
}

.index-news__list a{
    display: flex;
		color:black;
}

.index-news__list-item {
	display: flex;
	justify-content: space-between;
	width: 48%;
	margin-bottom: 25px;
	padding: 15px;
	border: 2px solid #3E9179;
	border-radius: 5px;
	box-sizing: border-box;
}

.index-news__date {
	font-size: 14px;
}

.index-news__post-title {
	font-weight: 600;
}

.index-news__text {
	font-size: 14px;
}

.index-news__thumb {
	line-height: 0;
	margin-right: 15px;
}

.index-news__thumb img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.index-news__more {
	max-width: 850px;
	margin: 0 auto;
	text-align: right;
}

.index-news__more:hover img {
	opacity: .7;
}

/*   index-video
---------------------------------------- */
.index-video__wrap {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.index-video__title {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #491C05;
}

.index-video__embed{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.index-video__embed iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*   index-info
---------------------------------------- */
.index-info {
	background-color: #CCECE5;
}

.index-info__wrap {
	max-width: 850px;
	margin: 0 auto;
	padding: 60px 0;
}

.index-info__title {
	margin-bottom: 60px;
	text-align: center;
}

.index-info__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.index-info__list-box {
	width: 100%;
}

.index-info__list-item {
	width: 49%;
	margin-bottom: 20px;
}

.index-info__list-item a {
	display: flex;
	padding: 10px;
	border: 5px solid;
	border-radius: 7px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.index-info__general a {
	border-color: #348242;
}

.index-info__general a:hover {
	background: #a4dbbb;
}

.index-info__general .index-info__list-title {
	color: #348242;
}

.index-info__spay a {
	border-color: #80AC18;
}

.index-info__spay a:hover {
	background: #f7fcad;
}

.index-info__spay .index-info__list-title {
	color: #80AC18 ;
}

.index-info__prevention a {
	border-color: #507A1B;
}

.index-info__prevention a:hover {
	background: #d1eca0;
}

.index-info__prevention .index-info__list-title {
	color: #507A1B ;
}

.index-info__check a {
	border-color: #519EA5;
}

.index-info__check a:hover {
	background: #ccece5;
}

.index-info__check .index-info__list-title {
	color: #519EA5 ;
}

.index-info__list-img {
	margin-right: 20px;
}

.index-info__list-title {
	margin-bottom: 5px;
	border-bottom: 1px dashed;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
}

.index-info__list-text {
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
}

.index-info__more {
	text-align: right;
}

.index-info__more a:hover img {
	opacity: .7;
}

/*   index-menu
---------------------------------------- */
.index-menu__list {
	display: flex;
	justify-content: space-between;
	max-width: 850px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}

.index-menu__sub-title {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	color: #3E9179;
	text-align: center;
}

.index-menu__text {
	margin-bottom: 15px;
	text-align: center;
}

.index-menu__more {
	display: block;
	width: 190px;
	margin: 0 auto;
	padding: 1px 0 3px;
	border-radius: 7px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	background: #3E9179;
}

.index-menu__more:hover {
	opacity: .7;
}

/*   index-recruit
---------------------------------------- */
.index-recruit {
	background-color: #CCECE5;
}

.index-recruit__wrap {
	max-width: 850px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.index-recruit__text{
	width: 60%;
}

.index-recruit__video{
	width: 40%;
	text-align: center;
}

.index-recruit__title{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	color: #3E9179;
	letter-spacing: .1em;
}
		
/*   index-bnr
---------------------------------------- */
.index-bnr {
	background-color: #F3E8DB;
}

.index-bnr__wrap {
	max-width: 870px;
	margin: 0 auto;
	padding: 60px 0 40px;
}

.index-bnr__link, .index-bnr__link2 {
	display: flex;
	justify-content: space-between;
	max-width: 710px;
}

.index-bnr__link li, .index-bnr__link2 li{
	margin-bottom : 20px;
}

.index-bnr__link a, .index-bnr__link2 a {
	height: 100%;
	padding: 20px;
}

.index-bnr__link a:hover img, .index-bnr__link2 a:hover img {
	opacity: .7;
}

/*   index-access
---------------------------------------- */
.index-access {
	line-height: 0;
}

.archive__title {
	margin-bottom: 100px;
}

.archive__box {
	color: #333333;
}

.archive__list-item:hover .archive__box {
	opacity: .7;
}

.archive__title img {
	width: 100%;
	height: auto;
}

.archive__post-title {
	margin-bottom: 50px;
	text-align: center;
}

.archive__wrap {
	max-width: 880px;
	margin: 0 auto;
}

.archive__list {
	margin-bottom: 50px;
}

.archive__list-item a {
	display: flex;
	margin-bottom: 30px;
	padding: 15px;
	border: 2px solid #3e9179;
	border-radius: 10px;
}

.archive__thumb {
	margin-right: 15px;
}

.archive__time {
	font-size: 16px;
}

.achive__post-title {
	font-weight: 600;
	font-size: 20px;
}

.archive__thumb img {
	width: 120px;
	height: 120px;
	line-height: 0;
	object-fit: cover;
}

.archive-post__wrap {
	margin-bottom: 50px;
	padding: 100px 10px;
	background-color: #ccece5;
}

.archive__back-link {
	display: block;
	margin-bottom: 30px;
	color: #333333;
	text-align: center;
}

.archive__back-link:hover {
	opacity: .7;
}

.archive-post__time {
	margin-bottom: 20px;
}

.article__box {
	max-width: 880px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 30px;
	border-radius: 20px;
	background-color: #ffffff;
}

.archive-post__title {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #3e9179;
	border-bottom: 1px solid #3e9179;
	font-weight: 600;
	font-size: 30px;
	color: #3e9179;
}

.archive-single__title {
	margin-bottom: 50px;
	text-align: center;
}

.article__box h3 {
	margin: 15px 0;
	border-bottom: 1px dashed #3e9179;
	font-weight: 600;
	font-size: 20px;
	color: #3e9179;
}
