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

.lower_page_title{ 
	padding: 30px 20px 40px 0;
}
#lower_pageMV h1{ 
	margin-bottom: 60px;
	max-width: 366px;
	width: 100%;
}
.lower_page_title h2{font-weight: normal; margin-bottom: 20px;}

.lower_pageMV_wrap {
	align-items: flex-end;
}

@media screen and (max-width:960px){
	.lower_page_title{ 
		padding: 30px 20px 0 0;}
	#lower_pageMV h1{width: 80%; margin-bottom: 20px;}
}
@media screen and (max-width:640px){
	.lower_page_title{ padding: 30px 0 0 0;}
}



/* ページ内、共通スタイル */
.titleBox {text-align: center; text-align: center; background: #fff; border: 2px solid #006e38; border-radius: 12px; box-shadow: 7px 7px 0 #006e38; padding: 15px 0; margin: 50px 0;}
@media screen and (max-width:640px){
	.titleBox {margin: 50px 0 30px 0;}
}
.interviewBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.interviewBox + .interviewBox {margin-top: 50px;}
.interviewBox .text {width: 48%;}
.interviewBox .photo {width: 48%;}
.interviewBox.reverse{flex-flow: row-reverse; flex-wrap: wrap;}
.interviewBox p {
	margin-top: 20px;
	/* background-color: red; */
}
@media screen and (max-width:640px){
	.interviewBox .text {width: 100%;}
	.interviewBox .photo {width: 100%; margin-top: 30px;}
}

.q-title {font-size: 16px; margin-bottom: 15px;}
p + .q-title{margin-top: 30px;}

/* voice02_con01
---------------------------------------------------------- */
#voice02_con01 {
	margin-top: 100px;
}
#voice02_con01.bk_green::after {
	width: 33vw;
	height: 356px;
	top: 50px;
	right: 0;
	z-index: -1;
}
#voice02_con01.bk_green::before {
	content: "";
    background: rgb(217, 233, 225);
    display: block;
    position: absolute;
	width: 42vw;
	height: 550px;
	bottom: -40px;
	left: 0;
	z-index: -1;
}
@media screen and (max-width:640px){
	#voice02_con01 {margin-top: 50px;}
}

/* voice02_con02
---------------------------------------------------------- */
#voice02_con02.bk_green::after {
    width: 33vw;
    height: 772px;
    top: -450px;
    right: 0px;
    z-index: -1;
}

/* voice02_con04
---------------------------------------------------------- */
#voice02_con04.bk_green::after {
	background: none;
}

/* voice02_con05
---------------------------------------------------------- */
#voice02_con05.bk_green::after {
	width: 43vw;
	height: 580px;
	top: 135px;
	left: 0;
	z-index: -1;
}

/* voice02_con06
---------------------------------------------------------- */
#voice02_con06 .interviewBox {align-items: center;}

/* profile
---------------------------------------------------------- */
.profile{
	margin: 100px 0 90px;
}
.profile .card {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: rgb(217, 233, 225);
    padding: 70px 30px;
}
.profile .card .title {
	text-align: center;
	color: #006E38;
	line-height: normal;
}
.profile .card .title h3 {
	font-size: 28px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.profile .card .title h3::before {
	content: "";
	width: 106px;
	height: 1px;
	background-color: #006E38;
	position: absolute;
	right: -120px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.profile .card .title h3::after {
	content: "";
	width: 106px;
	height: 1px;
	background-color: #006E38;
	position: absolute;
	left: -130px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.profile .card .title p {
	font-size: 28px;
	font-weight: bold;
}
.profile .card .inner {
	display: flex;
	margin-top: 30px;
}
.profile .card-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: 20px;
	width: 33.33%;
}
.profile .card-item:first-child {
	margin-left: 0;
}
.profile .card-item h4 {
	font-size: 23px;
	color: #006E38;
	line-height: normal;
}
.profile .card-item h4 span {
	font-size: 16px;
}
.profile .card-item p {
	font-size: 13px;
	margin-top: 10px;
}
.profile .card-item figure {
	flex-shrink :0;
	order: 2;
	margin-left: 20px;
}
.profile .card-item .card-block {
	order: 1;
}

@media screen and (max-width:900px){
	.profile {
		margin: 60px auto;
	}
	.profile .card {
		padding:  60px 20px;
	}
	.profile .card .inner {
		display: inherit;
		padding: 0;
	}
	.profile .card-item {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.profile .card-item figure {
		margin-left: 0;
		margin-right: 20px;
		order: 1;
	}
	.profile .card .title h3::after {
		width: 50px;
		left: -60px;
	}
	.profile .card .title h3::before {
		width: 50px;
		right: -60px;
	}
	.profile .card .title h3 {
		font-size: 24px;
	}
	.profile .card .title p {
		font-size: 24px;
	}
	.profile .card-item .card-block {
		order: 2;
		width: 100%;
	}
}


.bnr  {
	margin: 0  auto 90px;
}
.bnr .inner {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
	text-align: center;
}
.bnr h3 {
	color: #006e38;
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.keyword {
	background: #d9e9e1;
    padding: 60px 0 50px;
    text-align: center;
    margin: 100px auto;
}
.keyword .inner {
    max-width: 754px;
    margin: 0 auto;
    box-sizing: content-box;
}

@media screen and (max-width:640px){
	.bnr {
		margin: 0 auto 60px;
	}
	.bnr h3 {
		font-size: 24px;
	}
	.keyword .inner {
		box-sizing: border-box;
	}
}


</pre></body></html>