@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}
body {
	position: relative;
	padding: 130px 0 0;
	width: 100%;
	line-height: 1.6;
	color: #3e3a39;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-style: normal;
	font-weight: 400;
}
#wrapper {
	overflow: hidden;
}
@media screen and (max-width:1279px) {
	body {
		padding: 115px 0 0;
	}
}
@media screen and (max-width:767px) {
	body {
		padding: 70px 0 0;
	}
}

/*	ヘッダー
---------------------------------*/
/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.6);
	line-height: 1;
	z-index: 1010;
	transition: all 0.5s;
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 1610px;
}
.hd-logo {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 165px;
	height: 130px;
}
.hd-logo img {
	position: absolute;
	left: 0;
	top: 10px;
}
.hd-info {
	padding: 15px 0 0;
	width: calc(100% - 165px);
}
.hd-contact {
	padding: 5px 0 0;
}
.hd-tel {
	display: inline-block;
	margin: 0 30px 0 0;
}
.hd-tel span {
	position: relative;
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.hd-tel span strong {
	position: relative;
	padding: 0;
	font-size: 28px;
	font-weight: 500;
}
.hd-tel p {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
.hd-mail {
	position: relative;
	margin-right: 0;
	width: 200px;
	height: 50px;
}
.hd-mail a {
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #171717;
	text-align: center;
}
.hd-mail a span {
	position: relative;
	top: 2px;
	padding: 0;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 1440px) {
	.hd-tel {
		display: inline-block;
		margin: 0 20px 0 0;
	}
	.hd-mail {
		width: 180px;
	}
}
@media screen and (max-width: 1279px) {
	.hd-logo {
		padding: 0;
		height: 115px;
	}
	.hd-logo span {
		display: none;
	}
	.hd-inr {
		-webkit-align-items: center;
		align-items: center;
		position: relative;
		margin: 0 auto;
		padding: 0 15px;
	}
	.hd-info {
		padding: 0;
	}
	.hd-contact {
		padding: 0;
	}
	.hd-tel {
		display: block;
		margin: 0 10px 0 0;
		padding: 0;
	}
	.hd-tel a {
		display: block;
		position: relative;
		padding: 0;
		width: 40px;
		height: 40px;
		background: #171717;
	}
	.hd-tel a::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		margin: 0;
		width: 20px;
		height: 20px;
		background: url(../img/cmn/icon_cv_tel.png) no-repeat center center;
		background-size: contain;
	}
	.hd-tel a span,
	.hd-tel p {
		display: none;
	}
	.hd-mail {
		display: block;
		margin: 0 50px 0 0;
		width: 40px;
		height: 40px;
	}
	.hd-mail a {
		display: block;
		position: relative;
		padding: 0;
		width: 40px;
		height: 40px;
		border-radius: 0;
	}
	.hd-mail a::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		margin: 0;
		width: 20px;
		height: 20px;
		background: url(../img/cmn/icon_cv_mail.png) no-repeat center center;
		background-size: contain;
	}
	.hd-mail a span,
	.hd-mail a strong,
	.hd-mail a small {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.hd-inr {
		padding: 0 10px;
	}
	.hd-info {
		padding: 0;
	}
	.hd-logo {
		padding: 0;
		height: 70px;
	}
	.hd-logo img {
		width: 40px;
	}
}

/*	フッター
---------------------------------*/
footer {
	position: relative;
	padding: 0;
}
.ft-inr {
	padding: 70px 0 45px;
	background: #eee;
}
.ft-logo {
	margin: 0 45px 0 0;
	padding: 0 45px 0 0;
	border-right: 1px solid #6a6a6a;
}
.ft-logo h2 {
	margin-right: 35px;
}
.ft-logo p {
	margin-top: 25px;
	font-size: 1.6rem;
}
.ft-nav {
	padding: 0;
	width: 100%;
}
.ft-nav > ul > li {
	position: relative;
	margin: 10px 20px 10px 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #a2a2a2;
	font-size: 1.4rem;
	line-height: 1;
}
.ft-nav > ul > li:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.ft-link {
	margin-top: 30px;
}
.ft-link__sns + .ft-link__sns {
	margin-left: 30px;
}
.ft-link__bnr {
	margin-left: 35px;
}
.ft-endline {
	padding: 0 0 15px;
	width: 100%;
	background: #eee;
}
.ft-copyright {
	padding: 0 15px;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 1279px) {
	.ft-logo {
		margin: 0 25px 0 0;
		padding: 0 25px 0 0;
	}
}
@media screen and (max-width: 1023px) {
	footer {
		position: relative;
		padding: 0;
	}
	.ft-inr {
		padding: 70px 0 45px;
		background: #eee;
	}
	.ft-logo {
		display: block;
		margin: 0 auto 20px;
		padding: 0;
		border-right: none;
		text-align: center;
	}
	.ft-logo h2 {
		margin: 0 auto;
	}
	.ft-logo p {
		margin-top: 25px;
		font-size: 1.6rem;
	}
	.ft-guide {
		width: 100%;
	}
	.ft-nav {
		padding: 0;
		width: 100%;
	}
	.ft-nav ul {
		justify-content: center;
	}
	.ft-nav > ul > li:last-of-type {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	.ft-link {
		justify-content: center;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	footer {
		position: relative;
		padding: 0;
	}
	.ft-inr {
		padding: 40px 0 10px;
	}
	.ft-logo h2 {
		margin: 0 auto;
		width: 100px;
	}
	.ft-link {
		margin: 0;
		padding: 0;
	}
	.ft-link__sns,
	.ft-link__sns + .ft-link__sns {
		margin: 0 10px 30px;
	}
	.ft-link__bnr {
		margin: 0 auto;
	}
	.ft-nav {
		display: none;
	}
	.ft-endline {
		padding: 15px 0;
	}
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	line-height: 1;
}
.pc-nav > ul {
	margin: 0 30px 0 0;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	height: 110px;
}
.pc-nav > ul > li.first {
	margin: 0;
	padding: 0;
	border: none;
}
.pc-nav > ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background: #727272;
}
.pc-nav > ul > li.first::before {
	display: none;
}
.pc-nav > ul > li > a {
	display: flex;
	justify-content:center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: 400;
}
.pc-nav > ul > li > a span {
	position: relative;
	text-align: center;
	font-size: 1.6rem;
}
.pc-nav > ul > li.current a,
.pc-nav > ul > li a:hover {
	opacity: 1;
}
.pc-nav > ul > li.parent div {
	position: absolute;
	top: 80%;
	left: calc(50% + 20px);
	transform: translateX(-50%);
	padding: 10px;
	width: 150px;
	max-height: 0;
	background: rgba(0,0,0,0.85);
	text-align: center;
	z-index: 100;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li.parent div ul {
	display: inline-block;
}
.pc-nav > ul > li.parent div li a {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.pc-nav > ul > li.parent:hover div {
	max-height: 190px;
	opacity: 1;
}
@media screen and (max-width: 1440px) {
	.pc-nav > ul {
		margin: 0 20px 0 0;
	}
	.pc-nav > ul > li {
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
	}
}
@media screen and (max-width:1279px) {
	.pc-nav {
		display: none;
	}
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width:1279px) {
	header nav.sp-nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 10% 15%;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		font-size: 1.8rem;
		font-weight: 400;
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		transform: scale(0.9);
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	}
	/* ナビゲーション アニメーション */
	header.open nav.sp-nav {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: transform 0.4s, opacity 0.4s;
	}
	header nav.sp-nav a {
		color:#fff;
	}
	header nav.sp-nav a * {
		transition: 0s;
	}
	header nav.sp-nav > ul {
		display: block;
		position :absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	header nav.sp-nav > ul > li {
		margin: 20px 0;
		overflow: hidden;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}

	header nav.sp-nav > ul > li.parent {
		margin: 25px 0;
	}
	header nav.sp-nav > ul > li.parent > a {
		text-decoration: none;
		border: none;
	}
	header nav.sp-nav > ul > li.parent div ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li {
		margin: 10px 0 0;
		font-size: 0.875em;
	}
	header nav.sp-nav > ul > li.parent div li a {
		display: inline-block;
		color: #ccc;
	}
	header nav.sp-nav > ul > li.parent div li a:hover {
		display: inline-block;
		border-bottom: none;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type {
		margin: 10px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li::after {
		content: "/";
		display: inline;
		margin: 0 5px;
		color: #999;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type::after {
		content: "";
	}
	header nav.sp-nav ul li strong,
	header nav.sp-nav ul li br {
		display: none;
	}
	header nav.sp-nav ul li span span,
	header nav.sp-nav ul li br {
		display: none;
	}
	/*ハンバーガーボタン*/
	header .navToggle {
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		margin: auto;
		width: 40px;
		height: 40px;
		background: #171717;
		cursor: pointer;
		z-index: 1002;
	}
	header .navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 25px;
		height: 16px;
	}
	header .navToggle span {
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		background: #fff;
		left:0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header .navToggle span:nth-child(1) {
		top: 0;
	}
	header .navToggle span:nth-child(2) {
		top: 7px;
	}
	header .navToggle span:nth-child(3) {
		top: 14px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
	header.open .navToggle span {
	}
	header.open .navToggle span:nth-child(1) {
		top: 7px;
		transform: rotate(315deg);
	}
	header.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	header.open .navToggle span:nth-child(3) {
		top: 7px;
		transform: rotate(-315deg);
	}
}
@media screen and (max-width:767px) {
	header nav.sp-nav {
		font-size: 14px;
	}
	header .navToggle {
		right: 10px;
	}
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1230px;
}
.contents-inr.full {
	max-width: 100%;
	padding: 0;
}
.contents-inr.large {
	max-width: 1435px;
}
.contents-inr.exlarge {
	max-width: 1750px;
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
	position: relative;
	margin: 0 0 60px;
	text-align: center;
	line-height: 1;
}
.ttl-cmn01.left {
	text-align: left;
}
.ttl-cmn01.right {
	text-align: right;
}
.ttl-cmn01--mb-small {
	margin-bottom: 30px;
}
.ttl-cmn01 > strong {
	display: block;
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: 600;
    line-height: 170%;
}
.ttl-cmn01 > strong strong {
	display: inline-block;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #437140;
	font-size: 2.2rem;
}
.ttl-cmn01 > strong span {
	position: relative;
	top: -0.2em;
	font-size: 4.2rem;
	vertical-align: middle;
	color: #437140;
}
.ttl-cmn01 > span {
	display: block;
	position: relative;
	font-size: 7rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.ttl-cmn01--icon01 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(100% + 20px);
	width: 70px;
	height: 1px;
	background: #171717;
}
.ttl-cmn__cap {
	margin-bottom: 70px;
	text-align: center;
	font-size: 1.7rem;
}
@media screen and (max-width:767px) {
	.ttl-cmn01 {
		margin: 0 0 30px;
	}
	.ttl-cmn01--mb-small {
		margin-bottom: 15px;
	}
	.ttl-cmn01 > strong {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.ttl-cmn01 > strong strong {
		font-size: 1.8rem;
	}
	.ttl-cmn01 > strong span {
		font-size: 2.2rem;
	}
	.ttl-cmn01 > span {
		font-size: 3rem;
	}
	.ttl-cmn__cap {
		margin-bottom: 50px;
		font-size: 1.4rem;
	}
}

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 180px;
	height: 50px;
}
.btn-cmn01.left {
	margin-left: 0;
}
.btn-cmn01.right {
	margin-right: 0;
}
.btn-cmn01 > span,
.btn-cmn01 > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	background: #437140;
}
.btn-cmn01 > span span,
.btn-cmn01 > a span {
	display: inline-block;
	position: relative;
	top: 2px;
	font-size: 1.3rem;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 0.2em;
}
.btn-cmn01::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background: #a5a5a5;
	pointer-events: none;
}
.btn-cmn01.col01 > span span::after,
.btn-cmn01.col01 > a span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 13px;
	background: url(../img/cmn/icon_arw04.png) no-repeat;
	pointer-events: none;
}
.btn-cmn01.col02 > span span::after,
.btn-cmn01.col02 > a span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 13px;
	background: url(../img/cmn/icon_arw04.png) no-repeat;
	pointer-events: none;
}
@media screen and (max-width:767px) {
	.btn-cmn01.left {
		margin-left: auto;
	}
	.btn-cmn01.right {
		margin-right: auto;
	}
	.btn-cmn01 > span span,
	.btn-cmn01 > a span {
		display: inline-block;
		position: relative;
		padding: 0 25px 0 0;
		min-width: 80px;
		font-size: 1.5rem;
	}
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
	position: relative;
}
.main-img-inr {
	position: relative;
	margin: 0 0 0 auto;
	width: 100%;
	max-width: 1065px;
}
.main-img-inr::before {
	content: "";
	position: absolute;
	right: calc(100% + 145px);
	bottom: -140px;
	width: 710px;
	height: 435px;
	background: url(../img/top/img_main_sub.jpg);
	z-index: 1;
}
.main-img {
	position: relative;
	width: 100%;
	height: 690px;
	background: no-repeat right top / auto 100%;
	overflow: hidden;
}
.main-img.img01 {
	background-image: url(../img/top/img_main01.jpg);
}
.main-img.img02 {
	background-image: url(../img/top/img_main02.jpg);
}
.main-img.img03 {
	background-image: url(../img/top/img_main03.jpg);
}
.main-img-cap {
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 15px;
	width: 100%;
	max-width: 1230px;
	text-align: left;
	z-index: 1001;
}
.main-img-cap img{
	background: rgba(255,255,255,0.8);
	padding: 15px 50px 15px 15px;
}
.main-img-news {
	position: absolute;
	right: 0;
	bottom: -75px;
	padding: 45px 70px;
	width: 100%;
	max-width: 990px;
	background: #fff;
	z-index: 1001;
}
.main-img-news__date {
	margin: 0 35px 0 0;
	font-size: 1.5rem;
	line-height: 1;
}
.main-img-news__cate {
	position: relative;
	margin: 0 30px 0 0;
	text-decoration: underline;
	font-size: 1.6rem;
	color: #437140;
}
.main-img-news__ttl {
	margin: 0;
	font-size: 1.6rem;
}
@media screen and (max-width:1279px) {
	.main-img-otr {
		position: relative;
		padding: 0;
		background-size: contain
	}
	.main-img {
		position: relative;
		width: 100%;
		height: 65vw;
		overflow: hidden;
	}
	.main-img-cap img {
		max-width: 80%;
	}
	.main-img-news {
		left: 7.5vw;
		right: auto;
		bottom: -75px;
		width: calc(100% - 7.5vw);
	}
}
@media screen and (max-width:767px) {
	.main-img-otr {
		position: relative;
		padding: 0;
	}
	.main-img-cap {
		top: 20vw;
	}
	.main-img-news {
		position: relative;
		right: 0;
		bottom: 0;
		padding: 10px 20px;
	}
	.main-img-news__date {
		margin: 0 25px 0 0;
		font-size: 1.5rem;
	}
	.main-img-news__cate {
		margin: 0 20px 0 0;
		font-size: 1.6rem;
	}
	.main-img-news__ttl {
		margin: 0;
		font-size: 1.6rem;
	}
}

/*	トップページ
---------------------------------*/
.bg-cnt01 {
	background: url(../img/top/bg_icon01.png) no-repeat center top;
}
/*POINT*/
.top-point {
	position: relative;
	padding: 215px 0 80px;

}
.top-point::before {
	content: "";
	position: absolute;
	top: -210px;
	right: calc(50% - 440px);
	width: 1400px;
	height: calc(100% - 60px);
	background: #f6f6f6;
	z-index: -1;
}
.top-point h3 {
	text-align: center;
}
.top-point h3 > strong {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #437140;
	font-size: 2.6rem;
}
.top-point h3 > span {
	display: block;
	font-size: 2.4rem;
}
.top-point h3 > span span {
	position: relative;
	top: -0.2em;
	font-size: 6rem;
	vertical-align: middle;
	color: #437140;
}
.top-point__list {
	margin-top: -20px;
	margin-bottom: 75px;
}
.top-point__item {
	position: relative;
	margin-right: 60px;
	width: calc((100% - 120px) / 3);
	background: url(../img/cmn/icon_arw01.png) no-repeat right 15px bottom 20px #fff;
}
.top-point__item:nth-of-type(3n) {
	margin-right: 0;
}
.top-point__item::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid #437140;
	pointer-events: none;
}
.top-point__about {
	padding: 25px 0 25px 15px;
}
.top-point__txt {
	display: flex;
	font-size: 2rem;
}
.top-point__txt span {
	margin-right: 15px;
	font-size: 3.6rem;
	color: #437140;
}
@media screen and (max-width:1023px) {
	.top-point__item {
		position: relative;
		margin: 0 auto 20px;
		width: 100%;
		max-width: 500px;
	}
	.top-point__item:nth-of-type(3n) {
		margin-right: auto;
	}
}
@media screen and (max-width:767px) {
	.top-point {
		padding: 55px 0 40px;
	}
	.top-point::before {
		top: -100px;
		right: calc(50% - 220px);
		height: calc(100% - 60px);
	}
	.top-point h3 > strong {
		margin: 0 0 20px;
		padding: 0 0 5px;
		font-size: 1.6rem;
	}
	.top-point h3 > span {
		display: block;
		margin-top: 10px;
		font-size: 1.5rem;
	}
	.top-point h3 > span span {
		top: -0.2em;
		font-size: 2.2rem;
	}
	.top-point__list {
		margin-top: -20px;
		margin-bottom: 35px;
	}
	.top-point__about {
		padding: 25px 0 25px 15px;
	}
	.top-point__txt {
		font-size: 1.6rem;
	}
	.top-point__txt span {
		margin-right: 15px;
		font-size: 2.6rem;
	}
}

/*ABOUT*/
.top-about {
	position: relative;
	padding: 130px 0 60px;
}
.top-about::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 250px);
	width: 1400px;
	height: calc(100% - 110px);
	background: #f6f6f6;
	z-index: -1;
}
.top-about__photo {
	position: relative;
	margin: 0;
	width: 48%;
	height: 500px;
}
.top-about__photo img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: initial;
}
.top-about__info {
	position: relative;
	width: 50%;
	z-index: 10;
}
.top-about__ttl {
	margin-bottom: 10px;
	font-size:2.6rem;
    font-weight: bold;
}
.top-about__txt {
	font-size: 1.7rem;
}
.top-about__txt + .top-about__txt {
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 1.7rem;
}
@media screen and (max-width:1023px) {
	.top-about__photo {
		position: relative;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.top-about__photo img {
		position: relative;
		right: 0;
		max-width: 100%;
	}
	.top-about__info {
		margin-bottom: 50px;
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	.top-about__ttl {
		margin-bottom: 20px;
		font-size: 2.6rem;
	}
}
@media screen and (max-width:767px) {
	.top-about {
		padding: 40px 0 30px;
	}
	.top-about::before {
		left: calc(50% - 120px);
		height: calc(100% - 55px);
	}
	.top-about__ttl {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	.top-about__txt {
		font-size: 1.6rem;
	}
	.top-about__txt + .top-about__txt {
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
}

/*SERVICE*/
.top-service {
	position: relative;
	margin: 0;
	padding: 110px 0 90px;
}
.top-service__item + .top-service__item {
	margin-top: 80px;
}
.top-service__item:nth-of-type(even) .top-service__photo {
	text-align: right;
}
.top-service__item:nth-of-type(odd) .top-service__about {
	text-align: left;
	margin: -230px 0 0 auto;
	padding: 35px 110px 0 115px;
}
.top-service__item:nth-of-type(even) .top-service__about {
	margin: -230px auto 0 0;
	padding: 35px 115px 0 110px;
}
.top-service__about {
	position: relative;
	margin: -230px auto 0 0;
	background: #fff;
	max-width: 840px;
}
.top-service__ttl {
	margin-bottom: 25px;
	font-size: 2.6rem;
	font-weight: 500;
}
.top-service__ttl span {
	display: block;
	position: relative;
	font-size: 4rem;
	color: #437140;
}
.top-service__ttl span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(100% + 20px);
	width: 35px;
	height: 1px;
	background: #437140;

}
.top-service__txt {
	margin-bottom: 35px;
	font-size: 1.8rem;
}
@media screen and (max-width: 1279px) {
	.top-service {
		position: relative;
		background-size: 100% auto;
	}
	.top-service__item:nth-of-type(odd) .top-service__about {
		margin: 0 auto;
	}
	.top-service__item:nth-of-type(even) .top-service__about {
		margin: 0 auto;
	}
}
@media screen and (max-width: 1023px) {
	.top-service__about {
		margin: 0 auto;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.top-service {
		margin: 0;
		padding: 30px 0 55px;
	}
	.top-service__item {
		margin-top: 40px;
	}
	.top-service__item:nth-of-type(odd) .top-service__about {
		margin: 0 auto;
		padding: 25px 25px 0;
	}
	.top-service__item:nth-of-type(even) .top-service__about {
		margin: 0 auto;
		padding: 25px 25px 0;
	}
	.top-service__ttl {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.top-service__ttl span {
		font-size: 2rem;
	}
	.top-service__txt {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
}

/*	WORKS	*/
.top-works {
	position: relative;
	padding: 100px 0 0;
}
.top-works::before {
	content: "";
	position: absolute;
	top: 0;
	right: calc(50% - 450px);
	width: 1440px;
	height: calc(100% - 200px);
	background: #f6f6f6;
	z-index: -1;
}
.top-works__cap {
	width: 300px;
}
.top-works__ttl {
	position: relative;
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: 500;
}
.top-works__txt {
	margin-bottom: 30px;
	font-size: 1.7rem;
}
.top-works__info {
	width: calc(100% - 320px);
	max-width: 810px;
}
.top-works__list {
	margin-top: 40px;
	width: 100%;
}
.top-works__item {
	position: relative;
	width: 26.6%;
}
.top-works__item:nth-of-type(2) {
	margin-top: 50px;
}
@media screen and (max-width: 1023px) {
	.top-works__cap {
		width: 100%;
	}
	.top-works__ttl {
		position: relative;
		margin-bottom: 30px;
		font-size: 3rem;
		font-weight: 500;
	}
	.top-works__txt {
		margin-bottom: 30px;
		font-size: 1.7rem;
	}
	.top-works__info {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.top-works {
		padding: 50px 0 0;
	}
	.top-works::before {
		right: calc(50% - 225px);
		height: calc(100% - 100px);
	}
	.top-works__ttl {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.top-works__txt {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.top-works__list {
		margin-top: 20px;
		width: 100%;
	}
	.top-works__item {
		position: relative;
		width: 31%;
	}
	.top-works__item:nth-of-type(2) {
		margin-top: 20px;
	}
}

/*	PRODUCT	*/
.top-products {
	padding: 140px 0 60px;
	background: url(../img/top/bg_product.png) no-repeat center center / cover;
}
.top-products__list {
	margin: 0 auto 55px;
	max-width: 1060px;
}
.top-products__item {
	position: relative;
	margin-right: 80px;
	width: calc((100% - 160px) / 3);
}
.top-products__item:nth-of-type(3n) {
	margin-right: 0;
}
.top-products__guide {
	padding: 30px 0 0;
}
.top-products__info {
	margin-bottom: 10px;
}
.top-products__photo img {
	width: 100%;
}
.top-products__date {
	margin-right: 20px;
	font-size: 1.6rem;
}
.top-products__cate {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	border: 1px solid #437140;
	text-align: center;
	font-size: 1.5rem;
	color: #437140;
}
.top-products__ttl {
	position: relative;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.top-products {
		padding: 70px 0 30px;
	}
	.top-products__list {
		margin: 0 auto 35px;
		max-width: 1060px;
	}
	.top-products__item {
		margin: 0 auto 20px;
		width: 100%;
	}
	.top-products__item:nth-of-type(3n) {
		margin-right: auto;
	}
	.top-products__guide {
		padding: 20px 0 0;
	}
	.top-products__info {
		margin-bottom: 10px;
	}
	.top-products__photo img {
		width: 100%;
	}
	.top-products__date {
		margin-right: 10px;
		font-size: 1.6rem;
	}
	.top-products__cate {
		font-size: 1.5rem;
	}
	.top-products__ttl {
		position: relative;
		font-size: 1.5rem;
	}
}

/*	MENU	*/
.top-menu {
	position: relative;
	padding: 95px 0;
}
.top-menu__item {
	position: relative;
	margin: 0;
	width: calc((100% - 120px) / 2);
}
.top-menu__item::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 25px;
	right: 25px;
	text-align: center;
	width: 30px;
	height: 7px;
	background: url(../img/cmn/icon_arw02.png) no-repeat center center;
}
.top-menu__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.top-menu__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-menu__ttl {
	display: block;
	margin-bottom: 20px;
	font-size: 2.6rem;
	font-weight: 500;
	color: #fff;
}
.top-menu__txt {
	display: block;
	padding: 0;
	font-size: 1.6rem;
	color: #fff;
}
@media screen and (max-width: 1279px) {
	.top-menu__list {
		display: block;
	}
	.top-menu__item {
		margin: 30px auto;
		width: 70%;
	}
}
@media screen and (max-width: 1023px) {
	.top-menu__item {
		margin: 30px auto;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.top-menu {
		padding: 40px 0;
	}
	.top-menu__item {
		position: relative;
		width: 100%;
	}
	.top-menu__item a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.top-menu__item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.top-menu__ttl {
		margin-bottom: 10px;
		font-size: 2rem;
	}
	.top-menu__txt {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
}

/*INFO*/
.top-info {
	padding: 90px 0;
	background: #f6f6f6;
}
@media screen and (max-width: 767px) {
	.top-info {
		padding: 40px 0;
	}
}

/*NEWS*/
.top-news {
	position: relative;
	padding: 0 0 55px;
	width: 50%;
	max-width: 600px;
}
.top-news__list {
	position: relative;
	margin-bottom: 60px;
}
.top-news__list li {
	margin-bottom: 45px;
	background: #fff;
}
.top-news__list li:last-of-type {
	margin-bottom: 0;
}
.top-news__list li a {
	position: relative;
}
.top-news__list li figure {
	width: 270px;
}
.top-news__about {
	position: relative;
	margin: 0;
	padding: 45px 20px 0;
	width: calc(100% - 270px);
	max-width: 540px;
}
.top-news__info {
	margin-bottom: 10px;
}
.top-news__date {
	margin: 0 15px 0 0;
	font-size: 1.6rem;
	line-height: 1;
}
.top-news_cate {
	display: flex;
	align-items: center;
	justify-content:center;
	position: relative;
	font-size: 1.6rem;
	color: #437140;
	text-decoration: underline;
}
.top-news__ttl {
	margin: 0;
	font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
	.top-news__list li figure {
		width: 220px;
	}
	.top-news__about {
		width: calc(100% - 230px);
	}
}
@media screen and (max-width: 1023px) {
	.top-news {
		margin: 0 auto;
		padding: 0 0 55px;
		width: 100%;
		max-width: 600px;
	}
}
@media screen and (max-width: 767px) {
	.top-news {
		position: relative;
		padding: 0;
	}
	.top-news .ttl-cmn01 img {
		height: 20px;
	}
	.top-news .btn-cmn01 {
		position: relative;
		left: 0;
		bottom: 0;
		transform: translateX(0);
	}
	.top-news__list {
		position: relative;
		margin-bottom: 40px;
	}
	.top-news__list li {
		margin-bottom: 25px;
	}
	.top-news__list li:last-of-type {
		padding-bottom: 0;
		border-bottom: none;
	}
	.top-news__list li figure {
		width: 120px;
	}
	.top-news__about {
		position: relative;
		margin: 0;
		padding: 10px 15px 0;
		width: calc(100% - 120px);
		max-width: 540px;
	}
	.top-news__info {
		margin-bottom: 5px;
	}
	.top-news__date {
		margin: 0 10px 0 0;
		font-size: 1.3rem;
		line-height: 1;
	}
	.top-news_cate {
		font-size: 1.3rem;
	}
	.top-news__ttl {
		margin: 0;
		font-size: 1.4rem;
	}
}

/*	ACCESS	*/
.top-access {
	position: relative;
	padding: 0 60px 0 0;
	width: 50%;
	text-align: center;
}
.top-access__map {
	position: relative;
	margin-bottom: 45px;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.top-access__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-access__info {
	display: inline-block;
	position: relative;
	padding: 0 0 0 45px;
	text-align: left;
}
.top-access__ttl {
	font-size: 2rem;
}
.top-access__add {
	font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
	.top-access {
		margin: 0 auto 50px;
		padding: 0 0 55px;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.top-access {
		position: relative;
		padding: 0;
		width: 100%;
		max-width: 600px;
		text-align: center;
	}
	.top-access .ttl-cmn01 img {
		height: 20px;
	}
	.top-access .btn-cmn01 {
		position: relative;
		left: 0;
		bottom: 0;
		transform: translateX(0);
	}
	.top-access__map {
		margin-bottom: 30px;
		width: 100%;
		height: 50vw;
	}
	.top-access__ttl {
		font-size: 1.6rem;
	}
	.top-access__add {
		font-size: 1.6rem;
	}
}

/*	CONTACT	*/
.cmn-contact {
	position: relative;
	padding: 70px 0 60px;
	background: url(../img/cmn/bg_contact.jpg) no-repeat center center / cover;
	color: #fff;
}
.cmn-contact h3 + p {
	margin-bottom: 45px;
	text-align: center;
	font-size: 1.7rem;
}
.cmn-contact__item {
	padding-right: 25px;
	width: 50%;
	text-align: right;
}
.cmn-contact__item:last-of-type {
	padding-right: 0;
	padding-left: 25px;
	text-align: left;
}
.cmn-contact__tel {
	display: inline-block;
	text-align: left;
	line-height: 1;
}
.cmn-contact__num span {
	display: inline-block;
	position: relative;
	padding: 0;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.cmn-contact__num span strong {
	font-size: 3.4rem;
	font-weight: inherit;
}
.cmn-contact__time {
	display: block;
	padding: 10px 0 0;
	text-align: center;
	font-size: 1.6rem;
}
.cmn-contact__btn {
	width: 260px;
	height: 60px;
}
.cmn-contact__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #171717;
	text-align: center;
}
.cmn-contact__btn span {
	display: inline-block;
	position: relative;
	padding: 4px 0 0;
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 1279px) {
	.cmn-contact__box::before {
		display: none;
	}
	.cmn-contact__item {
		margin: 0 auto 30px;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.cmn-contact__item:last-of-type {
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.cmn-contact__btn {
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
	.cmn-contact {
		padding: 30px 0;
	}
	.cmn-contact h3 + p {
		margin-bottom: 15px;
	}
	.cmn-contact__item {
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.cmn-contact__num span {
		font-size: 2rem;
	}
	.cmn-contact__time {
		display: inline-block;
		padding: 10px 0 0;
		text-align: left;
		font-size: 1.4rem;
	}
	.cmn-contact__btn {
		height: 50px;
	}
	.cmn-contact__btn span {
		font-size: 1.6rem;
	}
}

/*=============================
	Sub(Lower)Page setting
===============================*/

/* main_visual
-------------------------*/
#sub_visual{background:url(../img/cmn/sub_visual.png) no-repeat right center; height: 350px; position: relative;z-index:1;}
#sub_visual h2 {padding-top: 50px;text-align:left;max-width: 1400px; margin: 0 auto;}
#sub_visual h2 span{ font-size:44px;font-weight:500;text-transform: uppercase;background: #fff; padding: 0px 30px; margin-top: 20px; line-height: 160%;display: table; margin-bottom: 30px; letter-spacing: 0.1em;}
#sub_visual h2 small{font-size: 30px;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;text-transform: uppercase; padding: 20px 30px 10px; line-height: 100%; background: #fff; font-weight: normal;display: table;}

/* sub_contents
-------------------------*/
#sub_contents {font-size: 16px; position: relative; z-index: 1;}
#sub_contents section{max-width: 1200px; margin: 80px auto 120px;}
#sub_contents p{margin-bottom: 10px; font-size: 16px;}
#sub_contents h3{ text-align: center;font-size:21px; font-weight: bold;margin-bottom:70px; position: relative;}
#sub_contents h3:before{content: '';position: absolute;top:-40px;display: inline-block;width:1px;height: 40px;background:#437140;right:0; left: 0; margin: 0 auto;}
#sub_contents h3 span{font-weight: bold;font-size: 34px;text-transform: uppercase;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;}
#sub_contents h3 strong{display:block; font-size: 20px; font-weight: bold;}
#sub_contents h4 {text-align: center; border-bottom: 1px solid #111; border-top: 1px solid #111; padding: 15px 0px; margin-bottom: 25px;}
#sub_contents h4 span{ font-size: 22px; font-weight: bold;}
#sub_contents .ulbox{font-size:16px;margin:0px 0px 10px 0px;}
#sub_contents .ulbox li{padding:5px 0px;list-style-type:disc;overflow:visible;list-style-position: inside;}
#sub_contents hr{border-width: 0.5px; margin: 80px auto 150px; border-color:#ddd;}
#sub_contents p.txt_cen{ text-align: center; font-size: 18px; font-weight: bold; line-height: 180%;}
#sub_contents .mb30{margin-bottom: 30px;}
#sub_contents .mb50{margin-bottom: 50px;}
#sub_contents .mb100{margin-bottom: 100px;}
#sub_contents .mb150{margin-bottom: 150px;}
#sub_contents .sub_bg{background: #f6f6f6; padding: 80px 0px;}
#sub_contents .sub_bg.mn{margin-bottom: 0px;}

/* bread_crumb_list
------------------------------*/
#sub_contents .bread_crumb_list{font-size: 14px; color:#888; position: relative;}
#sub_contents .bread_crumb_list::before{background: #f6f6f6; height: 100px; position: absolute; top: -30px; content: "";width: 80%; z-index:-1; left: 0px;}
#sub_contents .bread_crumb{text-align:left;padding:15px 0px 15px; max-width: 1200px; margin: 0 auto;}
#sub_contents .bread_crumb li { display:inline;}
#sub_contents .bread_crumb li:after {content : 'ー';padding-left:10px;}
#sub_contents .bread_crumb li:last-child:after { content : '';}
#sub_contents .bread_crumb li a {text-decoration:underline;}
#sub_contents .bread_crumb li a:hover{ text-decoration:none;}
#sub_contents .bread_crumb li.current { font-weight: normal;}

/* design
----------------------------------- */
#sub_contents .st_area .txt_area i{font-style: normal; font-size: 19px; font-weight: bold;}

/* product
----------------------------------- */
#sub_contents .top-products__item{margin-bottom: 30px;}

/* about
----------------------------------- */
#sub_contents .tbl_company {width: 100%;}
#sub_contents .tbl_company tr{padding: 15px 15px;}
#sub_contents .tbl_company tr:nth-child(even){background: #fff;}
#sub_contents .tbl_company tr th{width: 30%; padding: 20px 0px; font-weight: bold; vertical-align:middle;}
#sub_contents .tbl_company tr td{width: 70%; padding: 20px 0px;}
#sub_contents .tbl_price {width: 100%;}
#sub_contents .tbl_price tr th{padding: 15px 10px;border: 1px solid #222; vertical-align: middle; text-align: center;background:#111; font-weight: bold; color: #fff}
#sub_contents .tbl_price tr td{padding: 15px 10px;border: 1px solid #ddd; vertical-align: middle; text-align: center;}
#sub_contents .txt_red{color: #DD0003;}

/* beginner
----------------------------------- */
#sub_contents .flow_area li{padding-bottom:30px;}
#sub_contents .flow_area li dd {width: 100%;}
#sub_contents .flow_area li dd b{ font-size: 26px;color: #437140;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;;}
#sub_contents .flow_area li dd span{font-size: 18px; font-weight: bold;border-left: 2px solid #437140; padding-left: 20px; margin-left: 20px;}
#sub_contents .flow_area li dd p{margin-bottom: 0px; margin-top: 10px; position: relative; background: #fff; padding :30px; border: 1px solid #437140;}
#sub_contents .flow_area li dd p::after{position: absolute; content: ""; background: #437140;  width: 1px; height: 220px; right: 160px; bottom:-200px; z-index:-1; background-size: contain;}
#sub_contents .flow_area li dd p a{text-decoration: underline; font-weight: bold;}
#sub_contents .flow_area li:last-child dd  p::after{display: none;}
#sub_contents dl.faq_area { margin-bottom: 20px; border: 1px solid #437140;   line-height: 100%;}
#sub_contents dl.faq_area dt { margin: 0 20px; padding: 20px 10px 20px 50px; position: relative; font-weight: bold;}
#sub_contents dl.faq_area dt:hover { opacity: 1;  cursor: pointer;}
#sub_contents dl.faq_area  abbr{font-weight: bold; position: absolute; left: 0px; top: 10px;}
#sub_contents dl.faq_area  dt abbr { color: #fff; background: #437140; font-size: 20px; padding: 10px 10px; }
#sub_contents dl.faq_area  dt .icon-wrap { position: absolute; right: 5px; top: 50%; -webkit-transform: translatey(-50%); transform: translatey(-50%); width: 38px; height: 38px; }
#sub_contents dl.faq_area  dt .icon-wrap .icon { position: relative; display: inline-block; width: 100%; height: 100%; }
#sub_contents dl.faq_area  dt .icon-wrap .icon:before, #sub_contents dl.faq_area  dt .icon-wrap .icon:after { position: absolute; content: ""; display: block; -webkit-transition: all 0.4s; transition: all 0.4s; background: #437140; left: 50%; top: 50%; width: 50%; height: 2px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#sub_contents dl.faq_area  dt .icon-wrap .icon:before { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
#sub_contents dl.faq_area .active dt .icon:before { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg); }
#sub_contents dl.faq_area  dd { display: none; border-top: 1px solid #437140; margin: 0 20px; padding: 20px 10px 20px 50px;  left: 0px; position: relative;}
#sub_contents dl.faq_area  dd abbr { color: #fff; background: #111; font-size: 20px; padding: 10px 10px;  left: 0px; top: 10px;}

/* reason
----------------------------------- */
#sub_contents .st_area .txt_area{width:67%;}
#sub_contents .st_area .txt_area span{font-size: 22px; display: block; margin-bottom: 10px;}
#sub_contents .st_area .txt_area b{font-size: 29px; display: block; margin-bottom: 0px; color: #437140; position: relative; padding-left: 40px;}
#sub_contents .st_area .txt_area b::before{content: ""; width: 30px; height: 1px; position: absolute; left: 0px; top: 55%; background: #437140;}
#sub_contents .st_area figure{width: 30%;}
#sub_contents .st_area .txt_area s{text-decoration: none; font-size: 120%; display: block;color: #437140; font-weight: bold;}
#sub_contents .st_area .txt_area i{color: #DD0003; font-style: normal; font-size: 80%;}
#sub_contents .st_area .txt_area small{font-weight: bold; display: block;}
#sub_contents .st_area.service .txt_area{width:49%;}
#sub_contents .st_area.service figure{width: 47%;}

/* btn,tab
----------------------------------- */
#sub_contents .btn_list li{width:19%;font-weight: normal;}
#sub_contents .btn_list li a{border: 1px solid #437140; color: #437140; display: block;text-align: center; padding: 15px 0px;}
#sub_contents .btn_list li.current a{background: #437140; color: #fff;}
#sub_contents .btn_list li a:hover{background: #437140;opacity: 1.0; transition: 1.0s;color: #fff;}

/* contact
----------------------------------- */
#sub_contents p.con_cen{ border: 1px solid #ddd;text-align:center; padding:30px 50px 30px; font-size:16px; line-height:180%; margin:30px 0px 60px;}
#sub_contents p.con_cen a{ display: inline-block; margin:15px 0px 0px;}
#sub_contents p.con_cen a.cc-tel{margin: 10px 0 10px; font-size: 38px;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;font-weight: 500;}
#sub_contents p.con_cen a.cc-tel small{font-size: 29px;margin-right: 5px; font-weight: 500;}
#sub_contents p.con_cen span{font-size: 17px;display:block;font-weight: 500;}
#sub_contents table.defTable01{ margin:0px auto 80px;border-collapse:collapse;box-sizing:border-box;}
#sub_contents table.defTable01 tr{ display:block;border-bottom:1px solid #ddd; padding:10px 0px;}
#sub_contents table.defTable01 tr:first-child{ border-top: 1px solid #ddd;}
#sub_contents table.defTable01 th{ padding:15px 40px 15px 30px;width:36%;display:inline-block; box-sizing:border-box; font-weight:bold;vertical-align: top;}
#sub_contents table.defTable01 th small{font-size: 13px; display: block; font-weight: bold;}
#sub_contents table.defTable01 td{ padding:15px 0px 15px 0px;display:inline-block;box-sizing:border-box;width:63.5%; text-align:left;}
#sub_contents table.defTable01 td a{font-weight: bold;color: #76c73a;}
#sub_contents table.defTable01 th em.clrred{ font-size:16px;color:#d30000;font-style:normal; text-align:center;display:inline-block;}
#sub_contents table.defTable01 td.cen{ text-align:center; margin:0 auto; display:block;}
#sub_contents table.defTable01 td.cen input{padding: 10px;color: #fff;font-size: 16px;width: 33%;background: #111;cursor: pointer; border:0px solid #ccc; display:block; text-align:center; margin:0 auto;}
#sub_contents table.defTable01 td.cen input:hover{ background: #000;opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 1.0;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; color:#fff;}
#sub_contents table.defTable01 input {padding: 8px 10px; background: #eee; font-size:13px;border:none;box-sizing:border-box;width:100%;}
#sub_contents table.defTable01 textarea  {padding:8px 10px;background: #eee;font-size:13px; border:none; width:100%;box-sizing: border-box;}
#sub_contents table.defTable01 select  {padding:8px 10px;background: #eee;font-size:13px; border:none; width:100%;box-sizing: border-box;}
#sub_contents table.defTable01 .bbn {border-bottom: none!important;}
#sub_contents table.defTable01 td.tel_area input {width:23%;}
#sub_contents table.defTable01 input[type="checkbox"] { width:3%;}
#sub_contents table.defTable01 input[type="radio"] { width:3%;}
#sub_contents table.defTable01 .privacyBox {padding:10px 25px 30px;width: calc(100% - 0px);height: 300px;overflow-y: scroll;margin-bottom: 20px;background: #fff; font-size:90%; border: 1px solid #ddd; box-sizing: border-box;}
#sub_contents table.defTable01 .privacyBox .sub_ttl {margin:20px 0px 15px 0px; font-size:140%; line-height: 120%; padding:2px 0px 2px 8px;border-left: 5px solid #437140;font-weight: bold;}
#sub_contents table.defTable01 .privacyBox p{text-align:left; margin-bottom:10px; font-size:14px; line-height: 160%;}
#sub_contents table.defTable01 .privacyBox ul.ulbox li{ list-style-type:disc; list-style-position:inside; margin-left:0px;font-size: 14px;}
#sub_contents table.defTable01 .privacyBox::-webkit-scrollbar {height: 5px;}
#sub_contents table.defTable01 .privacyBox::-webkit-scrollbar-track {background: #eee;}
#sub_contents table.defTable01 .privacyBox::-webkit-scrollbar-thumb {background: #437140;}

/* news
----------------------------------- */
#sub_contents ul.news_list li a{ position: relative; padding:30px 20px; background: #fff; margin-bottom:30px;width: 100%;}
#sub_contents ul.news_list li a figure{width: 25%; vertical-align:top; display: inline-block;}
#sub_contents ul.news_list li a .txt_area{width: 73%;display: inline-block;padding-left: 15px;}
#sub_contents ul.news_list li a .news-info{display: inline-block; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;}
#sub_contents ul.news_list li a .news-cate{color: #437140; display: inline-block; margin-left: 20px; border-bottom: 1px solid #437140;}
#sub_contents ul.news_list li a .news-ttl{ font-weight: bold; font-size: 17px;margin-bottom: 5px;}
#sub_contents ul.news_list li a .news-txt small{display:block; font-size: 13px; font-weight: 500; text-align: right;}
#sub_contents ul.news_list li a p{margin-bottom: 0px;}

/* page_navi
------------------------------*/
#sub_contents .wp-pagenavi {text-align:center;margin-top:50px;}
#sub_contents .wp-pagenavi a,.wp-pagenavi span {display: inline-block;color: #111;background-color: none;border: 1px solid #111;padding: 8px 15px;margin: 0 2px 5px;white-space: nowrap;text-align: center;text-decoration: none; border-radius: 80px;}
#sub_contents .wp-pagenavi span.pages {display: none;}
#sub_contents .wp-pagenavi a:hover{color: #fff;background-color: #111;}
#sub_contents .wp-pagenavi span.current{color: #fff;background-color: #111;font-weight: bold;}

@media screen and (max-width: 1200px) {
#sub_contents section{max-width: 94%;}
#sub_contents .bread_crumb{max-width: 94%;}
}

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

/* main_visual
-------------------------*/
#sub_visual{background:url(../img/cmn/sub_visual.png) no-repeat right center; height: 220px; position: relative;z-index:1; background-size: cover;}
#sub_visual h2 {padding-top: 35px;text-align:left;max-width: 94%; margin: 0 auto;}
#sub_visual h2 span{ font-size:25px;font-weight:500;text-transform: uppercase;background: #fff; padding: 0px 15px; margin-top: 10px; line-height: 160%;display: table; margin-bottom: 10px; letter-spacing: 0.1em;}
#sub_visual h2 small{font-size: 18px;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;text-transform: uppercase; padding: 15px 15px 8px; line-height: 100%; background: #fff; font-weight: normal;display: table;}

/* sub_contents
-------------------------*/
#sub_contents {font-size: 15px; position: relative; z-index: 1;}
#sub_contents section{max-width: 94%; margin: 80px auto 120px;}
#sub_contents p{margin-bottom: 10px; font-size: 15px;}
#sub_contents h3{ text-align: center;font-size:21px; font-weight: bold;margin-bottom:50px; position: relative;}
#sub_contents h3:before{content: '';position: absolute;top:-30px;display: inline-block;width:1px;height: 30px;background:#437140;right:0; left: 0; margin: 0 auto;}
#sub_contents h3 span{font-weight: bold;font-size: 30px;text-transform: uppercase;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;}
#sub_contents h3 strong{display:block; font-size: 20px; font-weight: bold;}
#sub_contents h4 {text-align: center; border-bottom: 1px solid #111; border-top: 1px solid #111; padding: 15px 0px; margin-bottom: 25px;}
#sub_contents h4 span{ font-size: 22px; font-weight: bold;}
#sub_contents .ulbox{font-size:15px;margin:0px 0px 10px 0px;}
#sub_contents .ulbox li{padding:5px 0px;list-style-type:disc;overflow:visible;list-style-position: inside;}
#sub_contents hr{border-width: 0.5px; margin: 80px auto 150px; border-color:#ddd;}
#sub_contents p.txt_cen{ text-align: center; font-size: 14px; font-weight: bold; line-height: 180%;}
#sub_contents .mb30{margin-bottom: 20px;}
#sub_contents .mb50{margin-bottom: 30px;}
#sub_contents .mb100{margin-bottom: 50px;}
#sub_contents .mb150{margin-bottom: 100px;}
#sub_contents .sub_bg{background: #f6f6f6; padding: 30px 0px; margin-bottom:70px;}
#sub_contents .sub_bg.mn{margin-bottom: 0px;}

/* bread_crumb_list
------------------------------*/
#sub_contents .bread_crumb_list{font-size: 13px; color:#888; position: relative;}
#sub_contents .bread_crumb_list::before{background: #f6f6f6; height: 60px; position: absolute; top: -20px; content: "";width: 90%; z-index:-1; left: 0px;}
#sub_contents .bread_crumb{text-align:left;padding:5px 0px 15px; max-width: 94%; margin: 0 auto;}
#sub_contents .bread_crumb li { display:inline;}
#sub_contents .bread_crumb li:after {content : 'ー';padding-left:10px;}
#sub_contents .bread_crumb li:last-child:after { content : '';}
#sub_contents .bread_crumb li a {text-decoration:underline;}
#sub_contents .bread_crumb li a:hover{ text-decoration:none;}
#sub_contents .bread_crumb li.current { font-weight: normal;}

/* design
----------------------------------- */
#sub_contents .st_area .txt_area i{font-style: normal; font-size: 16px; font-weight: bold;}

/* product
----------------------------------- */
#sub_contents .top-products__item{margin-bottom: 20px;}

/* about
----------------------------------- */
#sub_contents .tbl_company {width: 100%;}
#sub_contents .tbl_company tr{padding: 0px 0px;}
#sub_contents .tbl_company tr:nth-child(even){background: none;}
#sub_contents .tbl_company tr th{width: 100%; display: block;background: #fff; padding: 10px 10px; font-weight: bold; vertical-align:middle;}
#sub_contents .tbl_company tr td{width: 100%; display: block; padding: 10px 10px;}
#sub_contents iframe{height: 350px;}

/* beginner
----------------------------------- */
#sub_contents .flow_area li{padding-bottom: 50px;}
#sub_contents .flow_area li dt{width: 100%; margin-bottom: 10px;}
#sub_contents .flow_area li dd {width: 100%;}
#sub_contents .flow_area li dd b{ font-size: 22px;color: #437140;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;;}
#sub_contents .flow_area li dd span{font-size: 18px; font-weight: bold;border-left: 2px solid #437140; padding-left: 20px; margin-left: 20px;}
#sub_contents .flow_area li dd p{margin-bottom: 0px; margin-top: 10px; position: relative; background: #fff; padding :15px; border: 1px solid #437140;}
#sub_contents .flow_area li dd p::after{position: absolute; content: ""; background: #437140;  width: 1px; height: 220px; right: 50px; bottom:-200px; z-index:-1; background-size: contain;}
#sub_contents .flow_area li dd p a{text-decoration: underline; font-weight: bold;}
#sub_contents .flow_area li:last-child dd  p::after{display: none;}
#sub_contents dl.faq_area { margin-bottom: 20px; border: 1px solid #437140;   line-height: 100%;}
#sub_contents dl.faq_area dt { margin: 0 15px; padding: 15px 10px 15px 45px; position: relative; font-weight: bold;}
#sub_contents dl.faq_area dt:hover { opacity: 1;  cursor: pointer;}
#sub_contents dl.faq_area  abbr{font-weight: bold; position: absolute; left: 0px; top: 10px;}
#sub_contents dl.faq_area  dt abbr { color: #fff; background: #437140; font-size: 18px; padding: 8px 8px; }
#sub_contents dl.faq_area  dt .icon-wrap { position: absolute; right: 5px; top: 50%; -webkit-transform: translatey(-50%); transform: translatey(-50%); width: 20px; height: 20px; }
#sub_contents dl.faq_area  dt .icon-wrap .icon { position: relative; display: inline-block; width: 100%; height: 100%; }
#sub_contents dl.faq_area  dt .icon-wrap .icon:before, #sub_contents dl.faq_area  dt .icon-wrap .icon:after { position: absolute; content: ""; display: block; -webkit-transition: all 0.4s; transition: all 0.4s; background: #437140; left: 50%; top: 50%; width: 50%; height: 2px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#sub_contents dl.faq_area  dt .icon-wrap .icon:before { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
#sub_contents dl.faq_area .active dt .icon:before { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg); }
#sub_contents dl.faq_area  dd { display: none; border-top: 1px solid #437140; margin: 0 20px; padding: 15px 10px 20px 45px;  left: 0px; position: relative;}
#sub_contents dl.faq_area  dd abbr { color: #fff; background: #111; font-size: 18px; padding: 8px 8px;  left: 0px; top: 10px;}

/* reason
----------------------------------- */
#sub_contents .st_area .txt_area{width:100%;}
#sub_contents .st_area .txt_area span{font-size: 18px; display: block; margin-bottom: 10px;}
#sub_contents .st_area .txt_area b{font-size: 22px; display: block; margin-bottom: 0px; color: #437140; position: relative; padding-left: 40px;}
#sub_contents .st_area .txt_area b::before{content: ""; width: 30px; height: 1px; position: absolute; left: 0px; top: 55%; background: #437140;}
#sub_contents .st_area figure{width: 100%; margin-bottom: 10px;}
#sub_contents .st_area.service .txt_area{width:100%;}
#sub_contents .st_area.service figure{width: 100%;}

/* btn,tab
----------------------------------- */
#sub_contents .btn_list li{width:19%;font-weight: normal;}
#sub_contents .btn_list li a{border: none; color: #437140; display: block;text-align: center; padding: 10px 0px;}
#sub_contents .btn_list li.current a{background: #437140; color: #fff;}
#sub_contents .btn_list li a:hover{background: #437140;opacity: 1.0; transition: 1.0s;color: #fff;}

/* contact
----------------------------------- */
#sub_contents p.con_cen{ border: 1px solid #ddd;text-align:center; padding:15px 20px 15px; font-size:14px; line-height:180%; margin:30px 0px 60px;}
#sub_contents p.con_cen a{ display: inline-block; margin:15px 0px 0px;}
#sub_contents p.con_cen a.cc-tel{margin: 10px 0 10px; font-size: 26px;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;font-weight: 500;}
#sub_contents p.con_cen a.cc-tel small{font-size: 20px;margin-right: 5px; font-weight: 500;}
#sub_contents p.con_cen span{font-size: 15px;display:block;font-weight: 500;}
#sub_contents table.defTable01{ margin:0px auto 80px;border-collapse:collapse;box-sizing:border-box;}
#sub_contents table.defTable01 tr{ display:block;border-bottom:0px solid #ddd; padding:10px 0px;}
#sub_contents table.defTable01 tr:first-child{ border-top: 0px solid #ddd;}
#sub_contents table.defTable01 th{ padding:10px 0px 10px 0px;width:100%;display:block;border-bottom: 1px solid #ddd; text-align: left;border-top: 1px solid #ddd; box-sizing:border-box; font-weight:bold;vertical-align: top;}
#sub_contents table.defTable01 th small{font-size: 13px; display: block; font-weight: bold;}
#sub_contents table.defTable01 td{ padding:10px 0px 10px 0px;display:inline-block;box-sizing:border-box;width:100%; text-align:left;}
#sub_contents table.defTable01 td a{font-weight: bold;color: #76c73a;}
#sub_contents table.defTable01 th em.clrred{ font-size:16px;color:#d30000;font-style:normal; text-align:center;display:inline-block;}
#sub_contents table.defTable01 td.cen{ text-align:center; margin:0 auto; display:block;}
#sub_contents table.defTable01 td.cen input{padding: 10px;color: #fff;font-size: 15px;width: 100%;background: #111;cursor: pointer; border:0px solid #ccc; display:block; text-align:center; margin:0 auto;}
#sub_contents table.defTable01 td.cen input:hover{ background: #000;opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 1.0;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; color:#fff;}
#sub_contents table.defTable01 input {padding: 8px 10px; background: #eee; font-size:13px;border:none;box-sizing:border-box;width:100%;}
#sub_contents table.defTable01 textarea  {padding:8px 10px;background: #eee;font-size:13px; border:none; width:100%;box-sizing: border-box;}
#sub_contents table.defTable01 select  {padding:8px 10px;background: #eee;font-size:13px; border:none; width:100%;box-sizing: border-box;}
#sub_contents table.defTable01 .bbn {border-bottom: none!important;}
#sub_contents table.defTable01 td.tel_area input {width:23%;}
#sub_contents table.defTable01 input[type="checkbox"] { width:3%;}
#sub_contents table.defTable01 input[type="radio"] { width:3%;}
#sub_contents table.defTable01 .privacyBox {padding:10px 25px 30px;width: calc(100% - 0px);height: 300px;overflow-y: scroll;margin-bottom: 20px;background: #fff; font-size:90%; border: 1px solid #ddd; box-sizing: border-box;}
#sub_contents table.defTable01 .privacyBox .sub_ttl {margin:20px 0px 15px 0px; font-size:140%; line-height: 120%; padding:2px 0px 2px 8px;border-left: 5px solid #437140;font-weight: bold;}
#sub_contents table.defTable01 .privacyBox p{text-align:left; margin-bottom:10px; font-size:14px; line-height: 160%;}
#sub_contents table.defTable01 .privacyBox ul.ulbox li{ list-style-type:disc; list-style-position:inside; margin-left:0px;font-size: 14px;}
#sub_contents table.defTable01 .privacyBox::-webkit-scrollbar {height: 5px;}
#sub_contents table.defTable01 .privacyBox::-webkit-scrollbar-track {background: #eee;}
#sub_contents table.defTable01 .privacyBox::-webkit-scrollbar-thumb {background: #437140;}

/* news
----------------------------------- */
#sub_contents ul.news_list li a{ position: relative; padding:20px 15px; background: #fff; margin-bottom:30px;}
#sub_contents ul.news_list li a figure{width: 100%; vertical-align:top; display:block; margin-bottom: 10px;}
#sub_contents ul.news_list li a figure img{width: 100%;}
#sub_contents ul.news_list li a .txt_area{width: 100%;display: block;padding-left: 0px;}
#sub_contents ul.news_list li a .news-info{display: inline-block; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;}
#sub_contents ul.news_list li a .news-cate{color: #437140; display: inline-block; margin-left: 20px; border-bottom: 1px solid #437140;}
#sub_contents ul.news_list li a .news-ttl{ font-weight: bold; font-size: 17px;margin-bottom: 5px;}
#sub_contents ul.news_list li a .news-txt small{display:block; font-size: 13px; font-weight: 500; text-align: right;}
#sub_contents ul.news_list li a p{margin-bottom: 0px;}

/* page_navi
------------------------------*/
#sub_contents .wp-pagenavi {text-align:center;margin-top:50px;}
#sub_contents .wp-pagenavi a,.wp-pagenavi span {display: inline-block;color: #111;background-color: none;border: 1px solid #111;padding: 8px 15px;margin: 0 2px 5px;white-space: nowrap;text-align: center;text-decoration: none; border-radius: 80px;}
#sub_contents .wp-pagenavi span.pages {display: none;}
#sub_contents .wp-pagenavi a:hover{color: #fff;background-color: #111;}
#sub_contents .wp-pagenavi span.current{color: #fff;background-color: #111;font-weight: bold;}
}

/*
Wordpress 
__________________________*/

/* single-page*/
.single strong{font-weight:bold;}
.single cite,.single em,.single i{font-style:italic;}
.single big{font-size:131.25%;}
.single ins{background:#ffc;text-decoration:none;}
.single blockquote{font-style:italic;padding:0.3em;}
.single blockquotecite,.single blockquoteem,.single blockquotei{font-style:normal;}
.single pre{background:#f7f7f7;color:#222;line-height:18px;margin-bottom:18px;overflow:auto;padding:1.5em;}
.single abbr,.single acronym{border-bottom:1px dotted #666;cursor:help;}
.single sup,.single sub{height:0;line-height:1;position:relative;vertical-align:baseline;}
.single sup{bottom:1ex;}
.single sub{top:.5ex;}

.single p {display: block;margin-bottom: 1em;}
.single table,	.single th,	.single td{border: 1px solid #000;}
.single table{	border-collapse: separate;	border-spacing: 0;	border-width: 1px 0 0 1px;	margin: 0 0 28px;	width: 100%;}
.single table th,	.single table caption {	border-width: 0 1px 1px 0;	padding: 7px;	text-align: left;	vertical-align: baseline;}
.single table td {	border-width: 0 1px 1px 0;	padding: 7px;	vertical-align: baseline;}
.single ol{ list-style: decimal outside;}
.single ul{list-style: disc outside;}
.single li{margin-left: 1em;}

/*投稿画面の表のスタイルを当てる*/
.single .wp-block-table thead {border-bottom: 3px solid;}
.single .wp-block-table tfoot {border-top: 3px solid;}
.single .wp-block-table td,.wp-block-table th {padding: 0.5em;border: 1px solid;word-break: normal;}
.single .wp-block-table figcaption {color: #555;font-size: 13px;text-align: center;}
.single .wp-block-table td,.wp-block-table th {border: 1px solid;}
.single .wp-block-table figcaption {color: #555;font-size: 13px;text-align: center;}
.single .is-dark-theme .wp-block-table figcaption {color: hsla(0, 0%, 100%, 0.65);}


/*Contact Form 7*/
.wpcf7-mail-sent-ok {display: none!important;}
.wpcf7-spinner{display: none!important;}
.wpcf7-spinner{position: absolute!important; top: 50%;}
.contact_btn{position: relative;}
.wpcf7-form input[type="checkbox"] {width: 1em!important; margin-left:0.1em!important; margin-right: 0.1em!important;}
.wpcf7-form input[type="radio"] {width: 1em!important;margin: 0 0.1em!important;}
.wpcf7-list-item{display: inline-block!important;margin-left: 0em!important;margin-right: 0em!important;}
.wpcf7-list-item-label::after {content: ""; margin-right: 1em;}
.wpcf7-form.invalid .wpcf7-acceptance + .wpcf7-not-valid-tip{ 
width: 360px;
}

/*others*/
.thankspage,.page404 p{text-align: center;}
.post_none{font-size: 15px; padding-top: 2em; padding-bottom: 2em;}
.post_none2{font-size: 15px; text-align: center; padding: 2em 0;margin-left: auto; margin-right: auto}
img{height:auto;}
.bread_crumb li br{display:none;}

.ft-link__bnr img {margin-right: 10px;}

@media screen and (max-width:767px) {
.ft-link__bnr img {display: block;margin-bottom: 15px;}
}