<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html{
	font-size: 62.5%;
}

body{
	font-size: 1.6em;
	color: #594C4C;
	font-family: "Meiryo", "MS Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
}

a:link{
	color: #594C4C;
}

a:hover{
	opacity: .8;
}

a:visited{
	color: #594C4C;
}
	
.pc{
	display: block;
}

.sp{
	display: none;
}

.br-pc{
	display: block;
}

.br-tb{
	display: none;
}

.br-sp{
	display: none;
}



.mb-20{
	margin-bottom: 20px;
}

.mb-30{
	margin-bottom: 30px;
}


/*===============================================
===============================================*/
.all-wrap{
    max-width: 1700px;
    margin: 0 auto;
}

.all-wrap__inner{
    max-width: 1500px;
    margin: 0 auto;
}

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

	スマホメニュー

===============================================*/
.toggle-btn{
	display: none;
}

.mask{
	display: none;
}

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

	ヘッダー

===============================================*/
.header{
	padding: 10px 0 0 0;
}

.header__sub{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 33px 0 0;
}

.header__tel{
	margin: 0 30px 0 0;
    line-height: 1.3;
    position: relative;
}

.header__tel:before{
	content: url(../img/tel.png);
    display: inline-block;
	position: absolute;
    top: 6px;
    left: -44px;
}

.header__tel__sub{
	font-size: 1.2rem;
    font-weight: bold;
    padding: 4px 0 0 0;
}

.header__tel__main{
	font-size: 2.3rem;
	font-weight: bold;
}

.header__btn{
	width: 180px;
	line-height: 50px;
	height: 50px;
	text-align: right;
	letter-spacing: 0.2rem;
}

.header__btn a{
	display: block;
	font-size: 1.5rem;
	color: #fff;
	padding: 0 10px 0 0;
	background-image: url(../img/inquiry_bg.png);
	background-repeat: no-repeat;
	position: relative;
}

.header__btn a:before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 56px;
}

.header__main{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 0 20px;
}

.header__logo{

}

.gnav{
	padding: 10px 0 0 0;
}

.gnav__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gnav__item{
	text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 45px 0 50px;
    position: relative;
}

a.gnav__link{
	display: inline-block;
	line-height: 1.3;
	position: relative;
	color: #4A9654;
}

a.gnav__link:after{
	position: absolute;
    top: -2px;
    left: -44px;
}

a.gnav__link--home:after{
	content: url(../img/icon-home.png);
    display: inline-block;
}

a.gnav__link--news:after{
	content: url(../img/icon-new.png);
    display: inline-block;
}

a.gnav__link--corporation:after{
	content: url(../img/icon-corporation.png);
    display: inline-block;
}

a.gnav__link--institution:after{
	content: url(../img/icon-institution.png);
    display: inline-block;
}

a.gnav__link--recruitment:after{
	content: url(../img/icon-recruitment.png);
    display: inline-block;
}

a.gnav__link--others:after{
	content: url(../img/icon-others.png);
    display: inline-block;
}

.gnav__en{
    font-size: 1.5rem;
    font-weight: normal;
    color: #594C4C;
}





.gnav__list-lv2{
	opacity: 0;
    z-index: -10;
    position: absolute;
    top: 55px;
    top: 45px;
    left: -9999px;
    transition: opacity 0.3s;
}

.gnav__item:hover &gt; .gnav__list-lv2{
    opacity: 1;
    z-index: 10;
    left: -35px;
}

.gnav__item--others:hover &gt; .gnav__list-lv2{
    left: -110px;
}

.gnav__item-lv2{
	width: 230px;
	border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.gnav__item-lv2:last-child{
	border-bottom: 1px solid #eeeeee;
}

a.gnav__link-lv2{
	display: block;
    font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
    padding: 13px 40px 13px 13px;
    background-color: #3e7a46;
    position: relative;
}

a.gnav__link-lv2:after{
	content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translatey(-50%) rotate(45deg);
    transform: translatey(-50%) rotate(45deg);
}

a.gnav__link-lv2:hover{
	background-color: #4A9654;
}

a.gnav__link-lv2:hover{
	opacity: 1;
}


/* ロゴ表示
*********************************************/
div.logo_anime{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 100;
}

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

	メインコンテンツ

===============================================*/
.main-visual{
	position: relative;
}

.main-visual__image{
	background-repeat: no-repeat;
	background-position: center;
    height: 630px;
}

.main-visual__image--01{
	background-image: url(../img/slide01.jpg);
}

.main-visual__image--02{
	background-image: url(../img/slide02.jpg);
}

.main-visual__image--03{
	background-image: url(../img/slide03.jpg);
}

.main-visual__wave{
	background-image: url(../img/slide_wave.png);
	background-repeat: no-repeat;
	background-position: center;
    height: 630px;
}

.main-visual__copy{
	position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 12%;
}

.main-visual__copy img{

}





.news{
	max-width: 1255px;
    margin: 140px auto 70px auto;
    padding: 0 10px;
}

.news__row{
	overflow: hidden;
}

.news__heading-wrap{
	width: 30%;
    max-width: 350px;
    position: relative;
    float: left;
}

.news__heading-bg{
	width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 70.8571428571%;
    background-image: url(../img/whatnew_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.news__heading{
	font-size: 2.7rem;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.7;
}

.news__heading span{
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
}

.news__main{
	width: 70%;
    max-width: 800px;
    float: right;
}

.news__list{
	height: 232px;
    overflow: auto;
}

.news__item{
	color: #333333;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px 12px;
    margin: 0 0 8px 0;
    border-bottom: 1px dashed #666666;
}

.news__item:first-child{
	padding-top: 0;
}

.news__date{
	font-size: 1.5rem;
	margin: 0 15px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.news__label{
	display: inline-block;
	font-size: 1.4rem;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	margin: 0 0 0 20px;
}

.news__label--red{
	background-color: #DA7374;
}

.news__label--green{
	background-color: #33AD85;
}

.news__label--orange{
	background-color: #FF6600;
}

.news__label--purple{
	background-color: #0099CC;
}

.news__title{
	font-size: 1.7rem;
    padding: 4px 0 0 0;
}

.news__btn{
	width: 204px;
	margin: 25px 0 0 auto;
	line-height: 54px;
	height: 54px;
	text-align: center;
	font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.news__btn a{
	display: block;
    color: #fff;
    padding: 2px 0 0 10px;
    background-color: #4A9654;
    position: relative;
}

.news__btn a:after{
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: translatey(-50%) rotate(45deg);
    transform: translatey(-50%) rotate(45deg);
    transition: right 0.3s;
}





.institution{
	width: 100%;
    max-width: 1320px;
    margin: 0 auto 100px auto;
}

.institution__group{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 7px;
}

.institution__sec-heading{
	font-size: 3.9rem;
	text-align: center;
	margin: 0 0 15px 0;
}

.institution__grid{
	width: 100%;
    max-width: 314px;
    margin: 0px 8px 0 0;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.institution__grid:last-child{
	margin-right: 0;
}

.institution__heading{
	text-align: center;
    font-size: 2.2rem;
    margin: 0 0 7px 0;
}

.institution__heading span{
	display: block;
	font-size: 1.7rem;
}

.institution__photo{
	width: 100%;
	border-radius: 8px;
}

.institution__box{
	background-color: #FEF3D3;
	padding: 15px 15px;
	margin: 5px 0 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.institution__name{
	font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(51,51,51,0.2);
    margin: 0 0 15px 0;
}

.institution__add-box{
	font-size: 1.3rem;
    padding: 0 8px;
    color: #333333;
}

.institution__address{
    margin: 0 0 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.institution__post{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.institution__address__ml{
	margin-left: 8px;
}

.institution__row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.institution__row a{
	color: #333333;
}


.recruit{
	width: 100%;
    max-width: 1500px;
    margin: 20px auto;
}

.recruit__bg{
	background-image: url(../img/recruit_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 35px 50px 0;
}

.recruit__heading{
	font-size: 3.9rem;
	text-align: center;
	background-image: url(../img/recruit_line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    padding: 0 0 5px 0;
}

.recruit__txt{
	font-size: 2rem;
    display: inline-block;
    text-align: left;
    margin: 25px 0 20px 0;
}

.recruit__photo-gp{
	overflow: hidden;
	background-image: url(../img/recruit02.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 20px 15px 20px;
}

.recruit__photo-left{
	float: left;
}

.recruit__photo-right{
    float: right;
    padding: 10px 0 0 0;
}

.recruit__btn{
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 35px auto 0 auto;
	font-size: 2rem;
    font-weight: bold;
    
}

.recruit__btn a{
	display: block;
    color: #fff;
    background-color: #4A9654;
    border-radius: 50px;
	line-height: 170%;
    padding: 10px 10px 7px 10px;
}

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

	フッター

===============================================*/
.footer{
	background-image: url(../img/foot-deco.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 70px 0 0 0;
}

.address{
	text-align: center;
	margin: 0 0 70px 0;
}

.address__name img {
    width: 339px;
}

.address__address{
	font-size: 2rem;
	margin: 40px 0 10px 0;
	color: #333333;
}

.address__address span{
	margin: 0 0 0 10px;
}

.address__tel{
	font-size: 3.1rem;
	font-weight: bold;
	padding: 0 0 0 5px;
	position: relative;
}

.address__tel span{
	position: relative;
}

.address__tel span:before{
	content: url(../img/tel.png);
    display: inline-block;
	position: absolute;
    top: 2px;
    left: -47px;
}

.address__btn{
	width: 250px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin: 10px auto 0 auto;
	letter-spacing: 0.2rem;
}

.address__btn a{
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 25px;
	background-image: url(../img/inquiry_bg_f.png);
	background-repeat: no-repeat;
	position: relative;
}

.address__btn a:before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
}


.copyright{
	font-size: 1.4rem;
	text-align: center;
	padding: 0 0 7px 0;
	color: #333333;
}

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

	ページトップへボタン

===============================================*/
#page-top{
	position: fixed;
    right: 2em;
    bottom: 8.5em;
}

#page-top a{
	display: inline-block;
    font-size: 1.1rem;
    color: #fff;
    width: 75px;
    height: 75px;
    padding-top: 35px;
    text-align: center;
    background-color: rgba(74,150,84,0.7);
    border-radius: 50%;
    position: relative;
}

#page-top a:hover{
	opacity: 1;
	background-color: rgba(74,150,84,1);
}

#page-top a:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translatex(-50%) rotate(45deg);
}

/* ロゴ表示
*********************************************/

/* ↓↓↓HTML表示用のソース↓↓↓ */
.fadeIn{
	animation: fadeIn 1s ease 1 normal;
	animation-fill-mode: backwards;
	animation-delay: 3s;
}

    @keyframes fadeIn { /*animation-nameで設定した値を書く*/
		0% {
    		visibility: hidden;
    		opacity: 0; /*アニメーション開始時は不透明度0%*/
    		}
		100% {
	        opacity: 1; /*アニメーション終了時は不透明度100%*/
     		visibility: visible;
}

}

/* ↓↓↓ロゴ削除用のソース↓↓↓ */
.fadeOut{
	animation: fadeOut 0.5s ease 1 normal;
	animation-fill-mode: forwards;
	animation-delay: 3s;
}

@keyframes fadeOut { /*animation-nameで設定した値を書く*/
	0% {
 		visibility: visible;
    	opacity: 1; /*アニメーション開始時は不透明度100%*/
        }
	100% {
		opacity: 0; /*アニメーション終了時は不透明度0%*/
		visibility: hidden;
}

}

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

	法人紹介
	
	ここから中ページ

==============================================================================*/
.main-visual-mid{
	position: relative;
	margin: 40px 0 0 0;
}

.main-visual__mid-image{
	background-image: url(../img/main-mid.png);
	background-repeat: no-repeat;
    background-position: center;
    height: 326px;
}

.mid-title-wrap{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.mid-title{
	font-size: 3.9rem;
	color: #4A9652;
}

.mid-title span{
	display: block;
    font-size: 77%;
    color: #594C4C;
}



.breadcrumbs{
    font-size: 1.7rem;
    margin: 20px 0 40px 0;
    padding: 0 0 0 30px;
}

.breadcrumbs__list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs__list li{

}

.breadcrumbs li:after {
    content: "＞";
    display: inline-block;
    padding: 0 5px;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs__list li a{
	color: #FF3300;
    text-decoration: underline;
}



.mid-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.heading-sec{
	margin: 0px 0 35px 0;
}

.heading-sec__mb30{
	margin-bottom: 30px;
}

.heading-sec__pl0{
	padding: 0 0 0 20px;
}

.heading-sec__pl20{
	padding-left: 20px;
}

.heading-sec__title{
	font-size: 3.5rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding: 15px 0 5px 11.5rem;
    margin: 0 0 30px 0;
    background-image: url(../img/heading_deco.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}

.heading-sec__inner{
	padding: 0 40px;
	color: #333333;
}
	
.heading-sec__inner--dai2furusato{
    max-width: 920px;
    margin: 40px auto 110px auto;
	padding: 20px 30px 20px 30px;
	color: #333333;
	background-color: #DBF7FF;
	border-width: 1px;
	border-color: #555555;
	border-style: solid;
	position: relative;
}

	
.heading-sec__inner--furusato{
    max-width: 730px;
    margin: 40px auto 0px auto;
	padding: 20px 30px 20px 30px;
	color: #333333;
	background-color: #DBF7FF;
	border-width: 1px;
	border-color: #555555;
	border-style: solid;
	position: relative;
}

.heading-sec__inner--furusatokaikan-btn{
    max-width: 730px;
    margin: 20px auto 110px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}


.heading-sec__inner--message{
	overflow: hidden;
}

.heading-sec__message{
	font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
    width: 79%;
    max-width: 699px;
    float: left;
}

.heading-sec__photo{
	width: 21%;
	max-width: 193px;
	float: right;
}

.heading-sec__photo img{
	width: 100%;
}

.heading-sec__name{
	font-family: "Yu Mincho", serif;
	font-size: 1.9rem;
    font-weight: bold;
}

.heading-sec__copy{
	text-align: center;
	font-size: 2rem;
	padding: 0 15px;
}

.heading-sec__strong{
	text-align: left;
    display: block;
    font-size: 2.9rem;
    color: #4A9653;
    letter-spacing: 0.17em;
}

.heading-sec__copy__ml{
	display: inline-block;
    margin-left: 140px;
    margin-top: 15px;
}

.heading-sec__break{
	display: block;
    margin: 30px 0 0 0;
    letter-spacing: 0.17em;
    color: #5D4C45;
}

.heading-sec__inner--policy{
	font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.17em;
}

.heading-sec__policy-list{

}

.heading-sec__policy-list li{
	padding-left: 1em;
    text-indent: -1em;
}

.heading-sec__tbl{
	border-top: 1px solid #999999;
    border-left: 1px solid #999999;
	margin: 0 auto;
    width: 75%;
}

.heading-sec__tbl th, .heading-sec__tbl td{
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    text-align: left;
	vertical-align: top;
	padding: 8px 10px;
}

.heading-sec__tbl th{
	background-color: #EEF8E0;
	font-weight: normal;
	width: 156px;
}

.heading-sec__tbl td{

}

.heading-sec__tbl_date{
	display: flex;
    justify-content: space-between;
    width: 104px;
}

.text_center{
	text-align: center;
}


.corp-contact-wrap{
    width: 100%;
    max-width: 920px;
    margin: 20px auto 0 auto;
    padding: 20px 30px 80px;
}

.corp-contact{
	letter-spacing: 0.07em;
}

.corp-contact__title{
	font-size: 3rem;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.corp-contact__address-box{
	font-size: 2rem;
    margin: 11px 0 27px 0px;
}

.corp-contact__num-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.corp-contact__num{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.corp-contact__num:not(:last-child){
	margin-right: 50px;
}

.corp-contact__num dt{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 5px;
}

.corp-contact__btn-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
}

.corp-contact__btn{
	display: block;
	width: 100%;
    max-width: 350px;
    position: relative;
}

.corp-contact__btn:not(:last-child){
	margin-right: 10px;
}

.corp-contact__btn img{
	max-width: 163px;
}

.system_bg, .zaisan_bg, .action_bg, .pamph_bg, .guidelines_bg{
	width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 31.3333333333%;
	background-repeat: no-repeat;
	background-size: contain;
}

.system_bg{
    background-image: url(../corporation/img/system_bg.png);
}

.zaisan_bg{
    background-image: url(../corporation/img/zaisan_bg.png);
}

.action_bg{
    background-image: url(../corporation/img/action_bg.png);
}

.pamph_bg{
    background-image: url(../corporation/img/pamph_bg.png);
}

.guidelines_bg{
    background-image: url(../corporation/img/guidelines_bg.png);
}

.corp-contact__btn_txt{
	font-size: 2rem;
	color: #fff;
    position: absolute;
    top: 50%;
    left: 52px;
    transform: translatey(-50%);
    line-height: 1.7;
}

.corp-contact__btn_txt--system{
	font-size: 1.5rem;
	left: 85px;
}

.panf_text{
	font-size: 1.7rem;
	letter-spacing: 0;
}


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

	公開情報

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

.koukai li{
	list-style-type: circle;
	margin: 0 0 10px 15px;
}


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

	指針

==============================================================================*/
.guideline_sec{
	margin: 60px 0 0 0;
}

.guideline_btn_box {
	margin: 10px 0 20px 0;
	padding: 0;
}

a.guideline_btn {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 1.3rem 2rem;
  border: 2px solid #487d46;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.guideline_btn:hover {
  background-color: #E8F2E8;
}
a.guideline_btn .b__text {
  display: block;
  flex-grow: 1;
  color: #487d46;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}
a.guideline_btn .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #487d46;
  border-right: 3px solid #487d46;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.guideline_btn .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.guideline_btn .b__text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
.guideline_sec{
	margin: 20px 0 0 0;
}

  a.guideline_btn .b__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.guideline_btn .b__text::after {
    width: 10px;
    height: 10px;
  }
}

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

	施設紹介　詳細

==============================================================================*/
.institution-title-box{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.institution-title{
	font-size: 4.3rem;
    font-weight: normal;
    line-height: 1;
    padding: 28px 0 23px 0;
    margin: 0 0 30px 0;
    color: #fff;
    text-align: center;
    background-color: #4A9654;
    border-bottom: 4px solid #2D5B33;
}



.outline-info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 80px 0;
}

.outline-info__img{
	margin: 0 auto 10px auto;
}

.outline-info__img img{
	width: 100%;
}

.inst-outline{
	line-height: 1.8;
}

.inst-outline__detail{
	font-size: 1.5rem;
}

.inst-outline__row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inst-outline__row dt{

}

.heading-sec__txt{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.heading-sec__tel-fax{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 20px 0;
}


.inst-outline__row--dai2furusato{
	font-size: 1.5em;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0px 4px 30px;
	padding: 0;
}


.inst-outline__row--furusato{
	font-size: 1.5em;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0px 4px 30px;
	padding: 0;
}

.inst-outline__row--dai2furusato dt{

}

.inst-outline__btn{
	width: 175px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    margin: 40px auto 0 10px;
    letter-spacing: 0.2rem;
	float:left; 
}

.inst-outline__btn a{
	display: block;
    font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
    padding: 0;
    background-image: url(../img/access_bg.png);
    background-repeat: no-repeat;
}

.outline-info--dai2{
	margin-bottom: 0 !important;
}

.inst-about_gp {
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 30px 0;
}

.inst-about {
	border: 2px solid #4a9654;
	display: flex;
    flex-direction: column;
    width: calc(50% - 5px);
}

.ninsyo {
    padding: 15px 10px;
    margin-right: 10px;
}

.ninsyo__row {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    flex: 1 1 auto;
}

.ninsyo__logo{
	margin-right: 5px;
}

.ninsyo__logo img {
    width: 150px;
}

.ninsyo__txt {
	font-size: 1.8rem;
    letter-spacing: .05em;
}

a.ninsyo__btn {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background-color: #4a9654;
    padding: 12px 15px 9px 30px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}

a.ninsyo__btn:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translatey(-50%) rotate(45deg);
}

.shiga-roushikyo {
    padding: 15px;
}

.shiga-roushikyo-txt {
	font-size: 1.8rem;
    letter-spacing: .05em;
	padding: 0 10px 0 10px;
	margin-top: 10px;
    margin-bottom: 10px;
    flex: 1 1 auto;
}

.shiga-roushikyo-img{
	text-align: center;
}

.shiga-roushikyo-img img{
	max-width: 400px;
    width: 100%;
}

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

	.inst-about_gp {
	    margin: 15px 0;
	}

	.inst-about {
	    width: 100%;
	}
	
	.ninsyo {
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	
	.ninsyo__row {
	    margin-bottom: 15px;
	}
	
	a.ninsyo__btn {
    	padding: 12px 0px 9px 15px;
	}
	
	a.ninsyo__btn:after {
	    left: 5px;
	}
	
	.shiga-roushikyo-txt {
    	margin-bottom: 15px;
	}

}

.picture-box{
	margin: 0 0 30px 0;
}

.picture-box__title{
	width: 510px;
    font-size: 2.1rem;
    font-weight: bold;
    padding: 4px 12px;
    margin: 0 0 7px 0;
    background-color: #dedede;
    letter-spacing: 0.15em;
}

.picture-box__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
}

.picture-box__grid{
	margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 30px;
    width: -webkit-calc((100% / 3) - 18px);
    width: calc((100% / 3) - 18px);
}

.picture-box__img{
	margin: 0 0 10px 0;
}

.picture-box__img img{
	width: 100%;
}

.picture-box__copy{
	text-align: center;
	font-size: 1.6rem;
}




.floor-guide-gp{
	width: 100%;
    max-width: 865px;
    margin: 0 auto;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.floor-guide{

}

.floor-guide__img{

}

.floor-guide__img img{

}

.floor-guide__btn{
	width: 180px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin: 10px auto 0 auto;
    border: 1px solid #448E3D;
}

.floor-guide__btn a{
	display: block;
    font-size: 2rem;
    color: #333;
    font-weight: bold;
}




.heading-sec_layout{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.heading-sec--news{
	width: 400px;
	margin: 0 30px 0 0;
}

.heading-sec__inner--news{
	padding: 0 5px 0 0;
}

.heading-sec_layout .heading-sec__title{
	position: relative;
    background-image: url(../img/heading_deco_left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
}

.heading-sec_layout .heading-sec__title:before{
	content: "";
    display: inline-block;
    width: 100%;
    height: 7px;
    background-color: #83B689;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.heading-sec__title--mb{
	margin-bottom: 15px;
}

.heading-sec__inner .news__main {
    width: 100%;
    max-width: 400px;
    margin: 0 0 0 auto;
    float: none;
}

.heading-sec__inner .news__list {
    padding: 0 11px;
    height: 348px;
}

.heading-sec__inner .news__item {
	display: block;
    padding: 7px 10px;
}

.heading-sec__inner .news__item:first-child {
    padding-top: 0;
}

.heading-sec__inner .news__date {
    margin: 0;
}

.heading-sec--event{
	width: 570px;
}

.heading-sec__inner--calendar{
	padding: 0 8px;
}

.heading-sec__calendar{
	width: 100%;
	text-align: center;
}

.heading-sec__calendar img{

}



.map-box{
	max-width: 920px;
    margin: 40px auto 110px auto;
}

.map-box__txt{
	font-size: 1.5rem;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
}

.map-box__txt p:not(:last-child){
	margin: 0 0 5px 0;
}

.map-box__main{

}

.dai2furusato_deco{
	position: absolute;
    top: 15px;
    right: 35px;
}

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

	高齢者問題研究所

==============================================================================*/
.heading-sec__inner--kourei{
	overflow: hidden;
}

.heading-sec__kourei{
	font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
    width: 60%;
    max-width: 499px;
    float: right;
}

.heading-sec__photo_kourei{
	width: 40%;
	max-width: 393px;
	float: left;
}

.heading-sec__photo_kourei img{
	width: 100%;
}

.mb-30-kourei{
	margin-bottom: 30px;
}

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

	お問い合わせ

==============================================================================*/
.inquiry__comment{
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 50px 0;
}


.inquiry__form {
    margin: 0 0 30px 0;
}

.inquiry__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px 30px;
    margin-bottom: 30px;
	border-bottom: 1px solid rgba(89,76,76,0.5);
	border-bottom: 1px solid #e6e6e5;
}

.inquiry__item--textarea{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.inquiry__item:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.inquiry__item dt{
	width: 30%;
    padding-right: 4%;
    font-weight: bold;
}

.inquiry__item--textarea dt{
	margin: 10px 0 0 0;
}

.inquiry__item dd{
	width: 70%;
}

.inquiry__item__address{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inquiry__item__address--num{
	margin-bottom: 20px;
}

.inquiry__item__address span{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 10px;
}

input::placeholder{
	font-size: 1.5rem;
}

.inquiry__item input, .inquiry__item textarea{
	border: 1px solid #4A9654;
}

.inquiry__input, .inquiry__input--long{
	padding: 0px 10px;
    height: 45px;
}

.inquiry__input{
	width: 50%;
}

.inquiry__input--long, .inquiry__textarea{
	width: 100%;
}

.inquiry__item textarea{
	height: 170px;
	padding: 10px;
}

.inquiry__required{
	font-weight: normal;
	color: #ffffff;
    background-color: #ff0000;
    font-size: 0.9em;
    padding: 2px 4px;
    border-radius: 5px;
    float: right;
}

.inquiry__send{
	margin: 30px 0 0 0;
    text-align: center;
}

.inquiry__send__reset, .inquiry__send__conf{
	font-size: 1.5rem;
    font-weight: bold;
    width: 180px;
    padding: 11px 0;
    border-radius: 50px;
    color: #fff;
    transition: .2s;
}

.inquiry__send__reset{
	background-color: #ff4646;
	border: 3px solid #ff4646;
	margin-right: 20px;
}

.inquiry__send__reset:hover{
	color: #ff4646;
	background-color: #fff;
}

.inquiry__send__conf{
	background-color: #4A9654;
	border: 3px solid #4A9654;
}

.inquiry__send__conf:hover{
	color: #4A9654;
	background-color: #fff;
}

/*　エラー画面　*/
.inquiry__error{
	color: #ff4646;
}

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

	採用情報

==============================================================================*/
.recruit_box{

}

.recruit_box dl {
	display: flex;

}

.recruit_box dl:first-child {
	margin-bottom: 10px;
}

.recruit_box dt {
	width: 40%;
}
	
.recruit_box dd {
	width: 60%;
}

.recruit_box__img{
	margin: -20px 0 0 0;
    width: 100%;
    max-width: 150px;
}</pre></body></html>