@charset "utf-8";
@media (max-width: 768px) {
	/* =======================================

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

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


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

    common

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

	html {
		font-size: 14px;
	}
	
	img{
		max-width: 100%;
	}

	.sp_disp {
		display: block !important;
	}
	.pc_disp {
		display: none !important;
	}

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

	/*   header
---------------------------------------- */
	.header {
		position: relative;
		padding: 15px 0;
	}

	.header-logo {
		line-height: 0;
		text-align: center;
	}

	.nav-btn {
		position: absolute;
		top: 0;
		right: 15px;
	}

	.footer__wrap .footer__logo{
	width: auto;
}

.footer__wrap .footer-line{
	width: auto;
}

.footer__wrap .footer__info{
	width: 100%;
}

	
	.footer__logo {
		text-align: center;
	}

	.footer__address {
		text-align: center;
	}

	.footer__logo img {
		width: 80%;
	}

	.footer__wrap {
		flex-direction: column;
	}

	.footer-contact {
		flex-direction: column;
	}

	.footer-table__open {
		text-align: center;
	}

	.footer-table__open img {
		width: 90%;
	}

	.footer-contact__text {
		text-align: center;
	}

	.footer-contact__btn, .footer-contact__btn_lifewater {
		display: block;
		text-align: center;
	}

	.footer-contact__btn img, .footer-contact__btn_lifewater img {
		width: 90%;
	}

	.footer-contact__btn, .footer-contact__btn_lifewater {
		background-position: center 0;
		background-size: 90%;
	}

	.footer-nav__list {
		flex-direction: column;
		padding: 0 50px;
		font-size: 14px;
	}

	.footer-nav__list-item {
		margin-bottom: 15px;
	}

	.footer-nav__list-item a:before {
		content: url(../images/footer-nav__list-item_icon.png);
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}

	.footer-contact__list {
		margin-top: 10px;
	}
	
	#pageTop {
		position: fixed;
		bottom: 40px;
		right: 15px;
	}
	
	#pageTop a {
		display: block;
		z-index: 999;
	}

	#pageTop a:hover {
		opacity: 1;
	}

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

    index.php

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

	/*   index-greeting
---------------------------------------- */
	.index-greeting {
		padding: 0 20px;
		background-size: inherit;
	}

	.index-greeting__box {
		flex-direction: column-reverse;
	}

	.index-greeting__img {
		margin-right: 0;
	}

	.index-greeting__link {
		flex-direction: column;
		text-align: center;
	}
	

	.index-news {
		padding: 30px 20px;
	}

	.index-news__list {
		flex-direction: column;
	}

	.index-news__list-item {
		width: 100%;
	}

	.index-video__wrap {
		padding: 0 20px 30px;
	}
	
	.index-info {
		padding: 0 20px;
	}

	.index-info__list {
		flex-direction: column;
	}

	.index-info__list-text {
		font-size: 2.8vw;
	}

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

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

	.index-info__list-title {
		font-size: 5vw;
	}

	.index-menu__list {
		flex-direction: column;
		padding: 60px 20px;
	}

	.index-menu__list-item {
		display: flex;
		padding: 20px 0;
		border-bottom: 1px dashed #3E9179;
	}
	.index-menu__list-item:nth-last-of-type(1) {
		border-bottom: none;
	}

	.index-menu__img {
		line-height: 0;
		margin-right: 10px;
	}

	.index-menu__img img {
		width: 100%;
	}

	.index-menu__sub-title {
		font-size: 25px;
	}

	.index-menu__text {
		font-size: 13px;
	}
	
	/*   index-recruit
	---------------------------------------- */
	.index-recruit__wrap {
		padding: 30px 20px;
		flex-direction: column-reverse;
	}

	.index-recruit__text{
		width: 100%;
	}

	.index-recruit__video{
		width: 100%;
		padding-bottom: 10px;
	}
	
	.index-recruit__title{
		text-align: center;
	}

	/*   index-bnr
---------------------------------------- */	
	.index-bnr {
		padding: 0 20px;
	}
	
	.index-bnr__link, .index-bnr__link2 {
		flex-direction: column;
		text-align: center;
	}
	
		.index-bnr__link li, .index-bnr__link2 li{
		margin-bottom: 10px;
	}
	
		.index-bnr__link a, .index-bnr__link2 a{
		padding: 0px;
	}
	
	
	
	
	.archive-post__wrap {
		padding: 20px 10px;
	}

	.archive__wrap {
		padding: 0 10px;
	}
}
