@charset "UTF-8";
/* CSS Document */

/* ページ全体 */
body {
	margin: 0;
}

/* 「ヘッダー」ブロック */
header {
	padding: 30px 15px;
}

/* 「フッター」ブロック */
footer {
	background-color: #006834;
}

/* フォント設定 */
body {
font-family: 'M PLUS Rounded 1c', sans-serif;
	font-feature-settings: "palt" 1 ;
}

/* -----------キャッチ画像の背景----------------------------------------------- */
body {
	background-position: 0 130px;
	background-repeat: no-repeat;
	background-image: url(../img/backimg-01.png);
	background-size: 100% auto;
	max-height: 1000px;
}

/* 画像のオーバーフローを防ぐ設定、指定なしで画面サイズ（100％）いっぱいになる */
img {
	width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

/* デフォルト設定の拒否（青色）＆下線の削除 */
a {
	color: inherit;
	text-decoration: none;
}

/* カーソルを重ねた時、少し薄くなる（透明0〜1、不透明） */
/*a:hover {
	opacity: 0.7;
}
*/

/* ヘッダー */
.logo {
	width: 200px;
}

.nav-rogo {
	width: 200px;
	padding: 20px 0 0 0;
}


/* ======= トグルボタン =========================== */


*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: -20vh;
}

.cp_offcm01 {
	position: absolute;
	top: 10px;
	right: 20px;
	display: inline-block;
}


/* menu */

.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 170px;
	height: auto;
	padding-bottom: 10px;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #006834;
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}

/* menu toggle */

.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-155px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0c9';
	font-weight: 900;
	font-size: 2em;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
	font-weight: 900;
}

/* contents */

.cp_contents {
	color: #333333;
	text-align: center;
}

/* ナビゲーションメニュー */

nav {
	display: none;
}


/* --- キャッチ --------------------- */

.catch {
	margin-top: 10vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.toptitle {
	font-weight: normal;
	font-size: 5vw;
	color: #006834;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 5px #8ec31e;
	padding-bottom: 10px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	}

.title {
margin-top:5vw;
}

h6 {
	font-size: 4vw;
font-weight: normal;
	color:#ffffff;
	background-color: #006da1;
	display: inline-block;
	text-align: center;
	padding: 0.5vw 2.5vw;
	text-align: center;
	border-radius: 2vw;
	}


/* --- 本文 --------------------- */
.gaiyogroup {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15vw;
}

.gaiyoset {
	margin-top: 20px;
}


.gaiyoset h2 {
	font-size: 20px;
	color: #333;
	border-bottom: solid 1px #999;
	padding-bottom: 8px;
	font-weight: normal;
}

/* --- 本文（会社概要）テーブル --------------------- */



.gaiyo th {
	padding: 10px 0px 10px 5px;
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.gaiyo td {
	padding: 10px 5px 10px 10px;
	border-bottom: 1px solid #999;
	vertical-align: top;
}



/* グーグルマップ ------------------------*/

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	margin-top: 30px;
	border: 1px solid #CCC;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* スタッフ ------------------------*/

.stafftop {
	margin-bottom: 50px;
}

.stafftop h3 {
	font-weight: normal;
	font-size: 4.5vw;
	color: #FFFFFF;
	text-align: center;
	width: auto;
	margin: 100px 25px 0 25px ;
	background-color: #8ec31e;
	padding-top: 5px;
	padding-bottom: 5px;

}

.stafftop p {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 0 auto -50px auto;
	padding: 10px 0 10px 0;
	max-width: 850px;
}

.staff {
	background-color: #F2F7EB;
	padding: 20px;
	/*margin-top: 50px;*/
}

.person {
	background-color: #FFF;
	margin-top: 20px;
	padding: 0 20px 20px 20px;
	border: 1px solid #666;
	border-radius: 10px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	}

/* 枠を透明------------------------*/
.person00 {
	background-color: non;
	margin-top: 20px;
	padding: 0 20px 20px 20px;
	border: 1px solid none;
	border-radius: 10px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	}

/* 枠を透明------------------------*/

.staff img {
	margin-bottom: 10px;
}

.staff h2 {
	padding: 10px;
	font-weight: normal;
	color: #333;
	font-size: 16px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
}

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


/* フッター --------------------------------------*/

footer {
	width: auto;
	font-size: 14px;
	margin: 50px 0 20px;
	color: #FFF;
	padding: 0 25px 20px 25px;
}

.footer-p {
	width: auto;
}

.address {
	border-bottom: solid 1px #ffffff;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 10px;
}

.this a {
	color: #FFFF99;
	line-height: 2;
}

footer li a:hover {
	color: #FFCCFF;
}

footer p {
	text-align: end;
	font-size: 12px;
}

.footblock-center {
	padding: 20px 0;
	border-top: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	margin: 20px 0;
}



@media (min-width: 767px) {
	
/* PC トグルボタン非表示 */
.cp_cont {
	display: none;
}

nav {
	display: block;
}

/* PC版：コンテナ、ヘッダーの幅 */
.container {
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
}

/* PC版：「ヘッダー」ブロック内のコンテナ：横一列に並べる */
header .container {
	display: flex;
	justify-content: space-between;
}


body {
	background-position: 0 130px;
	background-repeat: no-repeat;
	background-image: url(../img/backimg-01.png);
	background-size: 100% auto;
	max-height: 1000px;
}


	
/* PC ナビゲーションメニュー */

nav li {
	display: inline;
	font-size: 14px;
}

nav li:not(:last-child) {
	margin-right: 10px;
}

nav {
	margin-top: 50px;
}

nav ul {
	list-style-type: none;
	padding: 0;
}

nav a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

nav a:hover {
	color: #ef9504;
	border-bottom: 5px solid #8EC31E;
	padding-bottom: 8px;
}

.nav-about {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 5px solid #8EC31E;
	padding-bottom: 8px;
	margin-top: 4px;
	color: #333333;
}


/* PC ナビゲーションメニューend */


/* -----------キャッチ画像の背景----------------------------------------------- */
body {
	background-position: 0 130px;
	background-repeat: no-repeat;
	background-image: url(../img/backimg-01.png);
	background-size: 100% auto;
	max-height: 1000px;
}

/* --- キャッチ --------------------- */

.catch {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.toptitle {
	font-weight: normal;
	font-size: 4vw;
	color: #006834;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 5px #8ec31e;
	padding-bottom: 10px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	}

/* --- 本文 --------------------- */
.gaiyogroup {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 120px;
}

.gaiyoset {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-top: -40px;
}

.gaiyoset h2 {
	font-size: 20px;
	color: #333;
	border-bottom: solid 1px #999;
	padding-bottom: 8px;
	font-weight: normal;
}

/* --- 本文（会社概要）テーブル --------------------- */

.gaiyo th {
	padding: 10px 0px 10px 5px;
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.gaiyo td {
	padding: 10px 5px 10px 10px;
	border-bottom: 1px solid #999;
	vertical-align: top;
}

/* グーグルマップ ------------------------*/

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 46%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 200px;
	border: 1px solid #CCC;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}



/* スタッフ ------------------------*/

.stafftop {
	margin-bottom: 50px;
}

.stafftop h3 {
	font-weight: normal;
	font-size: 38px;
	color: #FFFFFF;
	text-align: center;
	max-width: 1000px;
	margin: 100px 20px 0 20px ;
	background-color: #8ec31e;
	padding-top: 5px;
	padding-bottom: 5px;

}

.stafftop p {
	text-align: center;
	font-size: 30px;
	color: #333;
	margin:30px auto -50px auto;
	padding: 10px 0 10px 0;
	max-width: 850px;
}

.staff article {
	padding: 0;
	width: 24%;
	flex: none;
}

.staff {
	padding: 15px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.staff div {
	display: flex;
	flex-wrap: wrap;
}

.art13 {
	margin-left: 0;
}

	
/* フッター --------------------------------------*/

footer {
	width: auto;
	font-size: 14px;
	margin: 50px 0 20px;
	color: #FFF;
	padding: 0 25px 20px 25px;
}

.address {
	border-bottom: solid 1px #ffffff;
	padding-bottom: 30px;
	padding-top: 50px;
	margin-bottom: 10px;
}

.leftblock {
	margin-left: 100px;
}

}

@media (min-width: 1024px) {

/* PC版：コンテナ、ヘッダーの幅 */
.container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* PC ナビゲーションメニュー */

nav li:not(:last-child) {
	margin-right: 20px;
}

nav a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}
	
.nav-about {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 5px solid #8EC31E;
	padding-bottom: 8px;
	margin-top: 4px;
	color: #333333;
}

	
/* -----------キャッチ画像の背景----------------------------------------------- */
body {
	background-position: 0 130px;
	background-repeat: no-repeat;
	background-image: url(../img/backimg-01.png);
	background-size: 100% auto;
	max-height: 1000px;
}


/* --- キャッチ --------------------- */

.catch {
	margin-top: 70px;
	width: 1000px;
	margin-left: auto;
	text-align: center;
}


.toptitle {
	font-weight: normal;
	font-size: 40px;
	color: #006834;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 5px #8ec31e;
	padding-bottom: 10px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;

	}

.title {
margin-top: 30px;
}


h6 {
	font-size: 30px;
font-weight: normal;
	color:#ffffff;
	background-color: #006da1;
	display: inline-block;
	text-align: center;
	padding: 0.5vw 2.5vw;
	text-align: center;
	border-radius: 10px;
	}


/* --- 本文 --------------------- */
.gaiyogroup {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 120px;
	width: 1000px;
	height: auto;
}

.gaiyoset {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-top: -40px;
}

.gaiyoset h2 {
	font-size: 20px;
	color: #333;
	border-bottom: solid 1px #999;
	padding-bottom: 8px;
	font-weight: normal;
}

/* --- 本文（会社概要）テーブル --------------------- */

.gaiyo th {
	padding: 10px 0px 10px 5px;
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.gaiyo td {
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #999;
	vertical-align: top;
	text-align: left;
}

/* グーグルマップ ------------------------*/

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 42%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 100px;
	border: 1px solid #CCC;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* --- 本文 --------------------- */
.stafftop {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
}

.stafftop h3 {
	font-weight: normal;
	font-size: 38px;
	color: #FFFFFF;
	text-align: center;
	width: 1000px;
	height: auto;
	margin: 100px auto 0 auto ;
	background-color: #8ec31e;
	padding-top: 5px;
	padding-bottom: 5px;

}

.art13 {
	margin-left: 0;
}

/* --- フッター --------------------- */

.address div {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	justify-content: space-between;
}

.footblock-center {
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-bottom-style: none;
}


.footblock-left {
	width: auto;
}

.footblock-right {
	width: auto;
}

.footblock-center {
	width: auto;
	margin: 0 50px;
}

}

