@charset "UTF-8";
/* CSS Document */
.slid-text {
	position: absolute;
	top: 14.5vw;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-family: 'Sawarabi Mincho', serif;
	color: #fff;
	width: 100%;
}
h2 {
	font-size: 5.7rem;
	margin-bottom: 4.2vw;
	font-weight: normal;
}
.hero {
	padding-top: 85px;
}
.hero-slid, .hero-slid_sp {
	width: 100%;
	position: relative;
}
.hero-slid img, .hero-slid_sp img {
	width: 100%;
}
.acc-slid {
	width: 55vw;
	margin: 25px auto;
}
.acc-slid img {
	width: 100%;
}
.hero-text {
	font-size: 2.4rem;
	line-height: 50px;
	margin-bottom: 6vw;
}
.hero-slid {
	display: block;
}
.hero-slid_sp {
	display: none;
}
.scr {
	font-size: 1.3rem;
	font-family: 'Merriweather', serif;
	line-height: 2;
	letter-spacing: .1em;
}
.scr span {
	display: block;
}
/*/header*/
/*main-mission*/
.main-mission {
	display: flex;
}
.main-mission img {
	width: 50vw;
}
.subtext {
	width: 50vw;
	background-color: #E5E5E5;
	box-sizing: border-box;
	padding: 80px 60px;
	text-align: center;
}
h3 {
	font-size: 3.8rem;
	text-align: center;
	letter-spacing: .1em;
}
h3 span {
	font-size: 2.1rem;
	font-family: 'Open Sans Condensed', sans-serif;
	display: block;
	color: #808080;
	margin-top: 20px;
	letter-spacing: 0.06em;
}
.mission-text {
	font-size: 1.8rem;
	margin-top: 60px;
	line-height: 36px;
	text-align: left;
	letter-spacing: -0.01em;
}
.mission-process {
	margin-top: 155px;
}
h4 {
	text-align: center;
	font-size: 3.0rem;
	color: #006766;
}
.mission-process h4 + p {
	font-size: 1.8rem;
	text-align: center;
	margin: 30px 0 60px;
}
.process-list, .living-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 4.6%;
}
.process {
	width: 27%;
}
.action {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 30px;
	width: 6.5vw;
	height: 30px;
	background-color: #006766;
}
.process-list img {
	width: 100%;
}
.action-title {
	font-size: 2.2rem;
	color: #006766;
	margin-top: 20px;
	font-weight: bold;
}
.action-text {
	margin: 10px 0 40px;
	line-height: 20px;
	font-size: 1.4rem;
}
.mission-living {
	margin: 50px 0 110px;
}
.living-list {
	margin-top: 50px;
}
.living-contents {
	position: relative;
	width: 28.8%;
}
.living-contents img {
	width: 100%;
}
.living-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 21.2vw;
	height: 65px;
	margin-top: -32.5px;
	background-color: #006766;
	color: #fff;
	text-align: center;
	line-height: 65px;
	font-size: 2.2rem;
	font-weight: bold;
}
.living-title + p {
	margin-top: 60px;
}
/*/main-mission*/
/*action*/
.accbox {
	margin: 55px 0 150px;
	padding: 0 4.6vw;
}
.accbox label {
	position: relative;
	display: block;
	margin: 0 0 15px;
	padding: 11px 12px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 75px;
	color: #fff;
	height: 75px;
	background: #006766;
	cursor: pointer;
	transition: all 0.3s;
}
.cssacc:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 35px;
	height: 35px;
}
.accbox input {
	display: none;
}
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
}
.img-text {
	font-size: 1.7rem;
	line-height: 33px;
	/*margin-bottom: 40px;*/
	margin-bottom: 20px;
	width:67vw;
	margin-left:auto;
	margin-right:auto;
}
.img-title {
	font-size: 1.8rem;
	/*margin: 20px auto 55px;*/
	margin: 20px auto 35px;
	text-align: center;
}
.slick-prev, .slick-next {
	position: absolute;
	z-index: 9;
	top: 45%;
}
.slick-prev {
	left: -40px;
}
.slick-next {
	right: -40px;
}
.slick-prev::before {
	content: url(../img/1x/left.png);
	opacity: 1;
}
.slick-next::before {
	content: url("../img/1x/right.png");
	opacity: 1;
}
.bl, .wh {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background-color: #000;
	transition: all .3s;
}
.bl::after, .bl::before, .wh::before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	background-color: #fff;
	z-index: 2;
}
.bl::after {
	transform: rotate(90deg);
	z-index: 2;
}
.wh {
	opacity: 0;
	background-color: #fff;
}
.wh::before {
	background-color: #000;
}
.wh.active::before {
	width: 10px;
	right: 12px;
}
.active {
	opacity: 1;
}
.cssacc:checked + .accshow {
	height: auto;
	opacity: 1;
}
/*/action*/
/*graph deta*/
.number-area {
	position: relative;
	background-image: url("../img/1x/bgi2.jpg");
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 64.6vh;
	margin: 200px 0 125px;
}
.graph1 {
	position: absolute;
	top: -150px;
	left: 70px;
	width: 63.7vw;
}
.graph2 {
	position: absolute;
	top: -150px;
	right: 70px;
	width: 17.5vw;
}
/*/graph deta*/
/*outline*/
.outline-area {
	margin: 55px 0 135px;
	padding: 0 4.6vw;
}
.fx {
	display: flex;
	line-height: 2;
}
.fx > dt {
	position: relative;
	width: 27.8%;
	background-color: #006766;
	display: block;
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	line-height: 90px;
	box-sizing: border-box;
	padding-left: 3.5vw;
}
/*
.fx:nth-child(2) > dt {
  padding-top: 20px;
}
.fx:nth-child(3) > dt {
  padding-top: 158px;
}
.fx:nth-child(4) > dt {
  padding-top: 30px;
}
.fx:nth-child(5) > dt {
  padding-top: 100px;
}
*/
.fx > dt::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #006766;
	position: absolute;
	top: 49%;
	right: 0;
	transform: rotate(45deg) translateY(-50%);
}
.infx {
	display: flex;
	margin-bottom: 25px;
}
.dd {
	background-color: #F8F8F8;
	display: block;
	width: 62.2vw;
	margin-bottom: 10px;
	padding: 30px 30px 30px 50px;
	box-sizing: border-box;
}
.dd .num {
	position:relative;
	padding-left:35px;
}
.dd .num:after {
	position:absolute;
	top:0;
	left:0;
}
.dd .num:nth-of-type(1):after {
	content:"(1)";
}
.dd .num:nth-of-type(2):after {
	content:"(2)";
}
.dd .num:nth-of-type(3):after {
	content:"(3)";
}
.dd .num:nth-of-type(4):after {
	content:"(4)";
}
.dd .num:nth-of-type(5):after {
	content:"(5)";
}
.dd .num:nth-of-type(6):after {
	content:"(6)";
}
.dd .num:nth-of-type(7):after {
	content:"(7)";
}
.dd .num:nth-of-type(8):after {
	content:"(8)";
}
.infx > dt {
	display: inline-block;
	width: 10vw;
}
.dd .infx:last-child {
	margin-bottom:0px;
}
/*/outline*/
/*base*/
#maps {
	width: 100%;
	height: 46.2vw;
	margin-bottom: 55px;
}
.base-title {
	display: inline-block;
	margin: 70px 0 25px;
	font-size: 2.4rem;
	color: #006766;
	margin-left: 4.6vw;
}
.area {
	padding: 0 4.6vw;
	margin-bottom: 55px;
	overflow-y: scroll;
}
.area:last-of-type {
	margin-bottom: 95px;
}
.area-name {
	font-size: 2.4rem;
}
.area-name span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.base-oka span {
	background-color: #006837;
}
.base-oka ul li:last-of-type {
	height: 105px;
}
.base-bi span {
	background-color: #4E4E76;
}
.base-saku span {
	background-color: #C88639;
}
.comp {
	width: 29.8vw;
	min-width: 350px;
}
.ad {
	width: 34.5vw;
	min-width: 380px;
}
.tel {
	width: 24.5vw;
	min-width: 280px;
}
.table {
	display: flex;
	margin-top: 25px;
	line-height: 1.4;
}
.table a {
	color: #000;
}
.table a:hover {
	text-decoration: underline;
}
.table ul {
	margin-right: 10px;
}
.table ul:first-of-type {
	line-height: 2.5;
}
.table ul:last-of-type {
	margin-right: 0;
	text-align: center;
}
.table li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 80px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.table li.g3 {
	height: 100px;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.table li:nth-last-of-type(2n) {
	background-color: #F8F8F8;
}
.table li:nth-last-of-type(2n-1) {
	background-color: #DCDDDD;
}
.table li:first-of-type {
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-size: 1.8rem;
	font-weight: bold;
	height: 70px;
}
.table li:first-of-type::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #006837;
	position: absolute;
	bottom: 0;
	right: 45%;
	transform: rotate(45deg) translateY(50%);
}
.base-oka li:first-of-type {
	background-color: #006837;
}
.base-bi li:first-of-type {
	background-color: #4E4E76;
}
.base-bi li:first-of-type::after {
	background-color: #4E4E76;
}
.base-saku li:first-of-type {
	background-color: #C88639;
}
.base-saku li:first-of-type::after {
	background-color: #C88639;
}
/*/base*/
