@charset "utf-8";

/* firefoxでページ移動の際、コンテンツが少なくても中心がずれないようにする */
html {
	overflow-y: scroll;
}
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h3,
h5,
h6,
form,
input,
textarea,
header,
footer,
nav {
	margin: 0;
	padding: 0;
	zoom: 1;
	color : #1a1a1a;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
}
.kiwi {
	font-family: 'Kiwi Maru', serif;
}
.jose {
	font-family: 'Josefin Sans', sans-serif;
}
.ore {
	color : #f19049;
}
.noto {
	font-family: 'Noto Sans JP', sans-serif !important;
}
.bold {
	font-weight : 700;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
}
.colb {
	color : #000000;
}
.colg {
	color : #006d41;
}
.coldg {
	color : #221815;
}
b span {
	color : #cc0000;
}

hr {
	display: none;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
}

a {
	outline: none;
	text-decoration: none;
	color : #000000;
	transition: 0.3s;
}
a.televe {
    pointer-events: none;
}
@media only screen and (max-width: 480px) {
	a.televe {
		pointer-events: auto;
	}
}
a.group1 {
	transition: 0.4s;
}
a.group1:hover {
	opacity : 0.7;
}
html {
	width : 100%;
	overflow-x : hidden;
}

body {
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	background-color : #ffffff;
	overflow : hidden;
}

#container {
	width: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 400px) {
	#container {
		overflow: hidden;
	}
}

#nonimages,
#opnimages {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

#nonimages div {
	display: none;
}

#nonimages div img {
	display: none;
}

#opnimages div {
	display: none;
}

#opnimages div img {
	display: none;
}

/* -------------------------------------------------------------------
 clearfix
------------------------------------------------------------------- */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* For IE 6/7 */
.clearfix {
	zoom: 1;
}

#wrapper {
	height: 883px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.wrapHeaderTop {
	width : 100%;
	position: fixed;
	top : 0;
	left : 0;
	z-index : 98;
	height : 100px;
}
.wrapHeaderTop.active {
	background-color : #ffffff;
}
.wrapHeaderElse {
	width : 100%;
	position: fixed;
	top : 0;
	left : 0;
	z-index : 98;
	height : 100px;
	background-color : #ffffff;
}
.headMenuInner {
	width : 100%;
	margin : 0 auto;
	position: relative;
}

.headLogo {
	position: absolute;
	top : 14px;
	left : 30px;
	transition: 0.3s;
	z-index : 10;
}
.wrapHeaderTop .headLogo h2 {
	width : 87px;
	height : 87px;
	background : url(../img/head_g.png) no-repeat 0 0;
	color : #ffffff;
	font-size : 15px;
	letter-spacing: 3px;
	font-weight : 500;
	line-height : 1.3;
	text-align : center;
	padding-top : 24px;
	box-sizing: border-box;
}
.wrapHeaderElae .headLogo h2 {
	width : 87px;
	height : 87px;
	background : url(../img/head_g.png) no-repeat 0 0;
	color : #ffffff;
	font-size : 15px;
	letter-spacing: 3px;
	font-weight : 500;
	line-height : 1.3;
	text-align : center;
	padding-top : 24px;
	box-sizing: border-box;
}
.wrapHeaderTop .headLogo h1 {
	display : inline-block;
	padding-left : 12px;
}
.wrapHeaderTop .headLogo strong {
	display : block;
	width : 326px;
	height : 71px;
	text-indent: -9999px;
	background : url(../img/top_logo.png) no-repeat center left;
	padding-top : 12px;
}
.wrapHeaderElse .headLogo strong {
	display : block;
	width : 326px;
	height : 71px;
	text-indent: -9999px;
	background : url(../img/top_logo_r.png) no-repeat center left;
	padding-top : 12px;
}
.wrapHeaderTop .headLogo .sub strong {
	background : url(../img/top_logo_r.png) no-repeat center left;
}
.wrapHeaderTop .headLogo .sub span {
	color : #327851;
}
.wrapHeaderTop.active .headLogo strong {
	background : url(../img/top_logo_r.png) no-repeat center left;
}
.wrapHeaderTop.active .headLogo span {
	color : #327851;
}
.headLogoSub {
	height : 104px;
	padding : 14px 0 0 32px;
	box-sizing: border-box;
}
.headLogoSub img {
	width : 359px;
}
.admin_headMenuInner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.headTels {
	position: absolute;
	top: 30%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width : 200px;
	box-sizing: border-box;
	z-index: 97;
}
.headTels.sub {
	top: 16%;
}
.headMenu ul {

}
.headMenu li {
	display: block;
	margin : 18px 0;
}
.headMenu li a {
	font-size: 1.1rem;
	font-weight: 500;
	text-decoration: none;
	text-align : center;
	display: block;
	color: #ffffff;
	background-color : #006d41;
	border : 1px solid #006d41;
	line-height: 1.6;
	padding: 6px 0 8px 0;
	position: relative;
	transition: .5s;
}
.headMenu li a span {
	display: block;
	font-size: 0.85rem;
	font-weight: 500;
	color: #ffffff;
}

.wrapHeaderTop.active .headMenu .main li a {
	color: #327851;
}
.wrapHeaderTop.active .headMenu .main li a::after {
	background-color: #327851;
}
.wrapHeaderTop .headMenu .main.dtl li a {
	color: #327851;
}
.wrapHeaderTop .headMenu .main.dtl li a::after {
	background-color: #327851;
}
.wrapHeaderTop .headMenu .main a:hover::after {
	width: 60%;
}
.wrapHeaderTop .headMenu .main li a h4 {
	font-size: 0.85rem;
}
.inMenuFlex .headMenu li {
	font-size: 20px;
}
.inMenuFlex .headMenu .main li a {
	font-size: 20px;
	padding: 14px 0;
}
.headOver {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	height : auto;
	text-align : left;;
	box-sizing: border-box;
	z-index : 95;
	animation: ho-fadeIn 1s cubic-bezier(1, 0, 0, 1) .1s normal forwards;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.headOverInner {
	display : inline-block;
	padding : 0;
}
.headOverInner h2 {
	line-height : 1.8;
	font-weight : 500;
	color : #ffffff;
}
.headOverInner h3 {
	line-height : 1.6;
	font-weight : 500;
	color : #ffffff;
}
@keyframes ho-fadeIn {
	0% {
	  -webkit-clip-path: inset(0 0 100% 0);
	  clip-path: inset(0 0 100% 0);
	}
	100% {
	  -webkit-clip-path: inset(0);
	  clip-path: inset(0);
	}
}
.wrapHeaderTop .headTel {
	display: block;
	position: absolute;
	top: 32px;
	right: 200px;
	z-index: 9;
	width: 174px;
	text-align: center;
}
.headTel a {
	display: inline-block;
	margin: 0 14px;
}
.headTel span {
	display: inline-block;
	text-align: left;
	width: calc(100% - 40px);
	height: 32px;
	line-height: 1.0;
	padding-top: 5px;
	padding-left: 40px;
	font-weight: 500;
	font-size: 24px;
	color: #010101;
	text-decoration: none;
	background: url(../img/tel_mark.png) no-repeat left top 3px;
	transition: .5s;
	vertical-align: top;
}
.wrapHeaderTop .headSns {
	position : absolute;
	top : 26px;
	right : 120px;
	z-index : 98;
	text-align : center;
}
.headSns a {
	position : relative;
	display : inline-block;
	margin : 8px 0;
	width : 50px;
	height : 40px;
	font-size : 0;
	transition: 0.3s;
}
.wrapHeaderTop .headSns #icon_ins {
	background : url(../img/ins.png) no-repeat center center;
}
.wrapHeaderTop .headSns #icon_x {
	background : url(../img/x.png) no-repeat center center;
}
.wrapHeaderTop .headSns #icon_line {
	background : url(../img/line.png) no-repeat center center;
}
.wrapHeaderTop .headSns.dtl #icon_ins {
	background : url(../img/ins2.png) no-repeat center center;
}
.wrapHeaderTop .headSns.dtl #icon_x {
	background : url(../img/x2.png) no-repeat center center;
}
.wrapHeaderTop .headSns.dtl #icon_line {
	background : url(../img/line2.png) no-repeat center center;
}
.wrapHeaderTop.active .headSns #icon_ins {
	background : url(../img/ins2.png) no-repeat center center;
}
.wrapHeaderTop.active .headSns #icon_x {
	background : url(../img/x2.png) no-repeat center center;
}
.wrapHeaderTop.active .headSns #icon_line {
	background : url(../img/line2.png) no-repeat center center;
}
.headSns a:hover {
	opacity : 0.7;
}
.openSns {
	text-align : left;
}
.openSns a {
	position : relative;
	display : inline-block;
	margin : 8px 0;
	width : 40px;
	height : 40px;
	font-size : 0;
	transition: 0.3s;
}
.openSns a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.openSns a:hover {
	opacity : 0.7;
}
.headScroll {
	position : fixed;
	top : 700px;
	right : 20px;
	width : 40px;
	text-align : center;
	z-index : 99;
}
.headScroll .scrollDown {
	display: flex;
	align-items: center;
	width : 100%;
	font-size : 0.85rem;
	letter-spacing: 2px;
	color : #ffffff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight : 500;
	text-align : center;
	opacity : 1;
	cursor : pointer;
}
.headScroll .scrollUp {
	display: flex;
	align-items: center;
	width : 100%;
	font-size : 0.85rem;
	letter-spacing: 2px;
	color : #000000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight : 500;
	text-align : center;
	opacity : 0;
	cursor : pointer;
}
.headScroll .scrollArrow {
	display ; block;
	margin : 10px auto;
	width : 1px;
	height : 100px;
	overflow : hidden;
	position: relative;
	left: 2px;
}
.headScroll .scrollArrowInner {
	display ; inline-block;
	width : 2px;
	height : 50px;
	background-color : #ffffff;
	animation: arrowMove 2s infinite linear;
	transform: translate(0, -100px);
}
.headScroll .scrollArrowInner.active {
	background-color : #000000;
	animation: arrowMoveUp 2s infinite linear;
	transform: translate(0, 100px);
}
@keyframes arrowMove {
	to {
		  transform: translate(0, 100px);
	}
}
@keyframes arrowMoveUp {
	to {
		  transform: translate(0, -100px);
	}
}
@media only screen and (max-width: 1630px) {
	.headTels.sub {
		max-width : 720px;
	}
}
@media only screen and (max-width: 1580px) {
	.headMenu .main li a {
		font-size: 1rem;
	}
	.wrapHeaderTop .headTels {
		width : 50%;
	}
}
@media only screen and (max-width: 1400px) {
	.headLogo {
	  left: 10px;
	}
	.wrapHeaderTop .headTels {
		position: absolute;
		right : 100px;
		top : 57px;
		width : 60%;
	}
	.wrapHeaderTop .headSns {
		top : 8px;
		right : 90px;
	}
}
@media only screen and (max-width: 1240px) {
	.headOver {
		padding-left : 6vw;
	}
	.wrapHeaderTop .headTels.sub {
		width : 70%;
		right : 104px;
		top : 60px;
	}
}
@media only screen and (max-width: 1140px) {
	.wrapHeaderTop .headTels {
		display : none;
	}
	.wrapHeaderTop .headTels.sub {
		display : none;
	}
	.wrapHeaderTop .headSns {
		display : none;
	}
}
@media only screen and (max-width: 1000px) {
	.lineWindow {
		display : none;
	}
}
@media only screen and (max-width: 960px) {
	.headTels {
		display : none;
	}
	.headTels.sub {
		display : none;
	}
	.headSns {
		display : none;
	}
	.headScroll {
		top : 400px;
		right : 5px;
	}
}
@media only screen and (max-width: 800px) {
	.wrapHeaderTop .headLogo strong {
		width: 240px;
		height: 60px;
		background-size: 100%;
	}
}

@media only screen and (max-width: 720px) {
	.mgt100.dp720 {
		margin-top : 0 !important;
	}
	.headLogoSub img {
		width: 60vw;
		max-width : 359px;
		top: 50%;
		left: 0;
		transform: translateY(-60%);
		-webkit-transform: translateY(-60%);
		position : relative;
	}
	.headSns {
		top: 110px;
	}
	.headSns a {
	  display: inline-block;
	  margin: 6px;
	}
	.headOverInner h3 br {
 		display : none;
	}
}
@media only screen and (max-width: 640px) {
	.wrapHeaderTop {
		height : 78px;
	}
	.wrapHeaderElse {
		height : 78px;
	}
	.headLogo {
		top : 8px;
		left : 10px;
	}
	.headScroll {
		right : 0px;
	}
	.wrapHeaderTop .headLogo h2 {
		width : 64px;
		height : 64px;
		background-size : 64px;
		font-size : 13px;
		letter-spacing: 0px;
		padding-top : 18px;
	}
	.wrapHeaderTop .headLogo h1 {
		padding-left : 10px;
	}
	.wrapHeaderTop .headLogo strong {
		width : 280px;
		height : 52px;
		background-size : contain;
	}
	.wrapHeaderTop.active .headLogo strong {
		width : 280px;
		height : 52px;
		background-size : contain;
	}
	.wrapHeaderElse .headLogo strong {
		width : 280px;
		height : 52px;
		background-size : contain;
	}
	.wrapHeaderElse.active .headLogo strong {
		width : 280px;
		height : 52px;
		background-size : contain;
	}
	.wrapHeaderTop .headLogo span {
		left : 4px;
		font-size : 20px;
		letter-spacing: 6px;
	}
	.headLogo img {
		width : 60vw;
		max-width: 319px;
	}
}
@media only screen and (max-width: 480px) {
	.lineWindow {
		position : absolute;
		top : -5vw;;
		right : 0px;
		width : 100%;
		text-align : center;
	}
	.lineWindow img {
		width : 70vw;
		max-width : 354px;
	}
	.headSns a {
		width : 30px;
		height : 30px;
	  	margin: 6px 4px;
	}
	.headSns a img {
		transform: translateY(-50%) translateX(-50%) scale(0.6, 0.6);
		-webkit- transform: translateY(-50%) translateX(-50%) scale(0.6, 0.6);
	}
	.openMenu .headSns a img {
		transform: translateY(-50%) translateX(-50%) scale(0.6, 0.6);
		-webkit- transform: translateY(-50%) translateX(-50%) scale(0.6, 0.6);
	}
	.headMenu .main li a:hover::before {
		left: -24px;
	}
	.headMenu .main li:nth-of-type(1) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(2) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(3) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(3) a:hover span {
		opacity : 0;
	}
	.headMenu .main li:nth-of-type(4) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(5) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(6) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(7) a:hover {
		padding-left : 0px;
	}
	.headScroll {
		width : 20px;
	}
	.wrapHeaderTop .headLogo strong {
		width : 200px;
	}
	.wrapHeaderTop.active .headLogo strong {
		width : 200px;
	}
	.wrapHeaderElse .headLogo strong {
		width : 200px;
	}
	.wrapHeaderElse.active .headLogo strong {
		width : 200px;
	}
	.headScroll {
		top : 320px;
	}
}
@media only screen and (max-width: 420px) {
	.headLogo {
		top : 5px;
		left : 8px;
	}
	.headOver {
		top: 55%;
	}
}

@keyframes hl-fadeIn {
  from {
    opacity: 0;
    transform: translateX(-102px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.openMenu {
	position: fixed;
	width : 100%;
	height: 100vh;
	box-sizing: border-box;
	top: 0px;
	right: -120vw;
	z-index: 98;
	transition: all 0.6s;
	background-color : #007d51;
}
.innerSmpTels {
	padding: 100px 80px 100px 0;
	box-sizing: border-box;
}
.inMenuLogo {
	width : 50%;
	box-sizing: border-box;
}
.inMenuLogo img {
	width : 32vw;
	max-width : 428px;
	min-width: 200px;
}
.inMenuFlex {
	width : 50%;
	padding-left : 10%;
	box-sizing: border-box;
}
.inMenuFlex .inHeadMenu {
	width : 100%;
}
.inMenuFlex .inHeadMenu ul {
	display : block;
}
.inMenuFlex .inHeadMenu li {
	padding : 10px 0;
}
.inMenuFlex .inHeadMenu li a {
	color : #ffffff;
	font-size : 20px;
	transition: 0.3s;
	display : inline-block;
	position : relative;
}
.inMenuFlex .inHeadMenu li a strong {
	display : block;
	font-size : 1.3rem;
}
.inMenuFlex .inHeadMenu li a span {
	display : block;
	font-size : 1rem;
	font-weight : 400;
}
.inMenuFlex .inHeadMenu li a::after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #ffffff;
	transition: .5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.inMenuFlex .inHeadMenu li a:hover::after {
	width: 100%;
}
.inMenuFlex .info {
	color : #ffffff;
}
.inMenuFlex .info p {
	color : #ffffff;
}
.openBtn a {
	display : inline-block;
	padding : 12px 40px;
	border : 1px solid #ffffff;
	color : #ffffff;
	font-weight : 500;
	transition: 0.4s;
}
.openBtn a:hover {
	color : #007d51;
	background-color : #ffffff;
}
.smpt40 {
	margin-top : 0;
}
@media only screen and (max-width: 800px) {
	.inMenuFlex .inHeadMenu .main li a {
		font-size : calc(1.46vw + 8.3px);
		padding: calc(1.67vw + 10.7px) 0;
	}
	.inMenuFlex .inHeadMenu li {
		padding : 8px 0;
	}
	.openMenuBlock h3 {
		font-size : calc(1.46vw + 8.3px);
	}
	.openMenuBlock h4 {
		font-size : 0.9rem;
	}
	.openMenuBlock .tel {
		font-size : calc(2.92vw + 8.7px);
	}
	.openMenuBlock .tel span {
		font-size : 1rem;
	}
	.openMenuBlock dt {
		padding : 3.2vw 0 3.2vw 5.2vw;
	}
	.openMenuBlock dd {
		padding : 3.2vw 0 3.2vw 5.2vw;
	}
	.smpt40 {
		margin-top : 40px !important;
	}
	.inMenuFlex .inHeadMenu li a {
		font-size : 16px;
	}
}
@media only screen and (max-width: 720px) {
	.innerSmpTels {
		padding: 28px 7.2vw 6.4vw 7.2vw;
	}
	.inMenuLogo {
		width : 100%;
		box-sizing: border-box;
		text-align : left !important;
	}
	.inMenuFlex {
		width : 100%;
		max-width : 320px;
		margin : 50px auto;
		padding-left : 0;
	}
}
@media only screen and (max-width: 640px) {
	.innerSmpTels {
		padding: 8px 7.2vw 6.4vw 7.2vw;
	}
}
@media only screen and (max-width: 480px) {
	.openMenuBlock dt {
		padding : 3.2vw 0 3.2vw 2vw;
	}
	.openMenuBlock dd {
		padding : 3.2vw 0 3.2vw 2vw;
	}
	.innerSmpTels {
	  padding: 8px 3vw 8vw 8vw;
	}
	.inMenuFlex .inHeadMenu .left {
		width : 60%;
	}
	.inMenuFlex .inHeadMenu .right {
		width : 36%;
	}
	.inMenuFlex .inHeadMenu .main li a {
		font-size : calc(1.46vw + 8.3px);
		padding: calc(1.67vw + 2.7px) 0;
	}
	.inMenuLogo {
		position : relative;
		left : -10px;
		top : 8px;
	}
}

.smp_menu {
	position : fixed;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	text-align: center;
	z-index : 99;
	transition: 0.5s;
	background-color : #006d41;
}
.smp_menu p {
	display: block;
	position: absolute;
	top: 21px;
	left: 27px;
	width: 46px;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
}
.menu-trigger {
	display: block;
	position: relative;
	top: 12px;
	left: 15px;
	width: 46px;
	height: 44px;
	margin : 0 auto;
	transition: all .4s;
}
.menu-trigger span {
	position: absolute;
	left: 0px;
	width: 46px;
	height: 2px;
	background-color: #86c1ab;
	transition: all .4s;
}
.menu-trigger strong {
	display : block;
	position : absolute;
	top: 38px;
	left: 0;
	width: 46px;
	color: #ffffff;
	font-size : 14px;
	font-weight : 500;
	letter-spacing: 2px;
	text-align : center;
}
.menu-trigger em {
	display : none;
	position : absolute;
	top: 38px;
	left: 0;
	width: 46px;
	font-style : normal;
	color: #ffffff;
	font-size : 13px;
	font-weight : 500;
	letter-spacing: 1px;
	text-align : center;
}
.wrapHeaderTop.active .menu-trigger em {
	color: #ffffff;
}
.menu-trigger span:nth-of-type(1) {
	top: 4px;
}
.menu-trigger span:nth-of-type(2) {
	top: 18px;
}
.menu-trigger span:nth-of-type(3) {
	top: 32px;
}
.menu-trigger.is-open span:nth-of-type(1) {
	width: 46px;
	-webkit-transform: translate3d(-1px,8px, 0) rotate(40deg);
	transform: translate3d(-1px, 8px, 0) rotate(40deg);
}
.menu-trigger.is-open span:nth-of-type(2) {
	top: 14px;
	width: 46px;
	-webkit-transform: translate3d(-1px, -2px, 0) rotate(-40deg);
	transform: translate3d(-1px, -2px, 0) rotate(-40deg);
}
.menu-trigger.is-open span:nth-of-type(3) {
	top: 14px;
	width: 46px;
	-webkit-transform: translate3d(-1px, -2px, 0) rotate(-40deg);
	transform: translate3d(-1px, -2px, 0) rotate(-40deg);
}

.cp_overLeft {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 20;
}
.smplink {
	display :  none;
}
@media only screen and (max-width: 960px) {
	.wrapHeaderTop .menu-trigger.subp span {
		background-color: #327851;
	}
	.wrapHeaderTop .menu-trigger.subp strong {
		color: #327851;
	}
}

@media only screen and (max-width: 720px) {
	.pc_headline .headMenu {
		display: none;
	}
	.headTel {
		display: none;
	}
	.headInqu {
		display: none;
	}
	.smplink {
		display : block;
	}
}
@media only screen and (max-width: 640px) {
	.smp_menu {
		top: 0;
		right: 0;
		width: 78px;
		height: 78px;
	}
	.smp_menu p {
		top: 14px;
		left: 20px;
		width : 40px;
	}
	.menu-trigger span {
		width: 40px;
	}
	.menu-trigger strong {
		width: 40px;
		color: #ffffff;
		font-size : 13px;
		letter-spacing: 0px;
		top : 30px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 4px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 14px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 24px;
	}
}

.snsButtons {
	display: block;
}

.topimages {
	width: 100%;
	max-width: 1980px;
}

.slide_all {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.slide_wrap {
	left: 50%;
	margin-left: -1800px;
	position: absolute;
	width: 3600px;
}

.noslide {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.noslide img {
	width: 100%;
	max-width: 1200px;
}

#prev,
#next {
	display: block;
	height: 753px;
	position: absolute;
	top: 0px;
	width: 50%;
	z-index: 9999;
}

#prev {
	left: -600px;
}

#next {
	right: -600px;
}

#access {
	margin-top: -130px;
	padding-top: 130px;
}

#template {
	margin-top: -130px;
	padding-top: 130px;
}

#submit {
	margin-top: -130px;
	padding-top: 130px;
}

.submenu {
	background-color: #fff949;
	text-align: right;
	padding: 7px 0 16px 0;
}

.submenu h2 {
	text-align: center;
	color: #000000;
	margin: 20px 0;
	letter-spacing: 3px;
}

.submenu a {
	display: inline-block;
	padding: 0 8px 0 16px;
	background: url(../img/arrow.png) no-repeat left center;
	color: #303030;
	font-size: 12px;
	text-decoration: none;
}

.submenu a:hover {
	color: #000000;
	text-decoration: underline;
}

.pankuzu {
	font-size: 13px;
	color: #494949;
	padding: 6px 0 12px 4px;
	width: 100%;
	max-width: 1343px;
	margin: 0 auto;
	position: relative;
}

#wrapGlobalMenu {
	width: 100%;
	margin-bottom: 16px;
	margin-top: -17px;
	overflow: hidden;
	background-color: #4c4109;
	position: relative;
	z-index: 999;
}

#wrapTopMenu {
	width: 1183px;
	position: relative;
	margin: 0 auto;
}

.headMenu td a.bdnone {
	padding-left: 3px;
}

.smp_headbtn {
	display: none;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 6.5vw;
}

.smp_headbtn a img {
	width: 50%;
	min-width: 160px;
}

.pc_headbtn {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 20px;
}

.wrapContents {
	width: 100%;
	position: relative;
	padding-top: 140px;
}

#p_points {
	display: block;
}

#s_points {
	display: none;
}

.pc_headline {
	display: block;
}
.pc_headsns {
	display: block;
}
.smp_headline {
	display: none;
}

.smp_centerbtn {
	display: none;
}

.pc_topimg {
	display: inline;
}

.smp_topimg {
	display: none;
}

.smp_headTel {
	display: inline-block;
	width: 49%;
	padding: 14px 0;
	text-align: center;
}

.smp_headTel a {
	font-size: 16px;
	color: #010101;
	text-decoration: none;
	font-weight: 500;
}

.smp_headTel a img {
	position: relative;
	height: 20px;
	margin-right: 8px;
	top: 4px;
}

.smp_headInqu {
	display: inline-block;
	width: 49%;
	padding: 14px 0;
	text-align: center;
}

.smp_headInqu a {
	font-size: 14px;
	color: #010101;
	text-decoration: none;
}

.smp_headInqu a img {
	position: relative;
	height: 16px;
	margin-right: 8px;
	top: 2px;
}
.smp_headSns  {
	text-align : center;
	padding : 6px 0;
}
.smp_headSns a {
	display : inline-block;
	margin : 0 16px;
}
@media only screen and (max-width: 800px) {
	.pc_topimg {
		display: none;
	}
	.smp_topimg {
		display: inline;
	}
	.smp_headline {
		display: block;
		position: fixed;
		width: 100%;
		max-width: 100vw;
		height: 60px;
		top: 0;
		left: 0;
		box-sizing: border-box;
		transition: .5s;
	}
	.smp_headbtn {
		display: block;
	}
	.pc_headbtn {
		display: none;
	}
	.smp_centerbtn {
		display: block;
		text-align: center;
		margin-top: 36px;
	}
	.smp_centerbtn img {
		width: 60%;
		max-width: 386px;
	}
	#wrapHeaderTop {
		height: 60px;
	}
	#wrapHeaderTop #header {
		height: 60px;
	}
	#wrapHeaderTop .headLogo {
		top : 4px;
		left : 0;
		line-height: 28px;
		padding-top : 2px;
		padding-left : 4px;
	}
	.wrapContents {
		padding-top: 60px;
	}
}
@media only screen and (max-width: 860px) {
	.pc_headline {
		display: none;
	}
}
@media only screen and (max-width: 720px) {
	.pc_headsns {
		display: none;
	}
}


/* トップページコンテンツ */

.no_slide_sub h1.blockTitle {
	position : absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	text-align : left;
}
.no_slide_sub h1.blockTitle strong {
	display : block;
	font-size : 80px;
	color : #007d51;
	line-height : 1.1;
	letter-spacing: 3px;
	text-align : left;
}
.no_slide_sub h1.blockTitle span {
	display : block;
	font-size : 24px;
	color : #999999;
	font-weight : 600;
	letter-spacing: 2px;
	text-align : left;
}
.blockTitle h2 strong {
	display : block;
	font-size : 80px;
	color : #007d51;
	line-height : 1.1;
	letter-spacing: 3px;
}
.blockTitle h2 span {
	display : block;
	font-size : 24px;
	color : #999999;
	font-weight : 600;
	letter-spacing: 2px;
}
@media only screen and (max-width: 1600px) {
	.no_slide_sub h1.blockTitle strong {
		font-size : calc(3.12vw + 30.1px);
	}
	.no_slide_sub h1.blockTitle span {
		font-size : calc(0.62vw + 14.1px);
	}
}
@media only screen and (max-width: 1260px) {
	.blockTitle h2 strong {
		font-size : calc(4.35vw + 25.2px);
	}
	.blockTitle h2 span {
		font-size : calc(1.3vw + 7.6px);
	}
}
@media only screen and (max-width: 960px) {
	.no_slide_sub h1.blockTitle {
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.no_slide_sub h1.blockTitle strong {
		font-size : calc(4.35vw + 25.2px);
		color : #ffffff;
	}
	.no_slide_sub h1.blockTitle span {
		font-size : calc(1.3vw + 7.6px);
		color : #ffffff;
	}
}

.rightTab {
	position: fixed;
	top: calc(50vh - 8rem);
	right: 0;
	z-index: 99;
	opacity: 0;
	transition: 0.5s;
	width : 60px;
}
.rightTab.subp {
	opacity: 1;
}
.rightTab.active {
	opacity: 1;
}
.rightTab a {
	width : 58px;
	height : 240px;
	font-size : 1.1rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #007d51;
	border-top : 2px solid #007d51;
	border-left : 2px solid #007d51;
	border-bottom : 2px solid #007d51;
	text-align: center;
	transition: 0.5s;
	letter-spacing: 1px;
	transition: 0.4s;
}
.rightTab a span {
	display: block;
	writing-mode: vertical-rl;
}
.rightTab a span em {
	display : inline;
	font-style : normal;
}
.rightTab a span::after {
	content: "\25B6";
	margin-top: .8rem;
	display : inline-block;
	width : 20px;
	height : 20px;
	color : #007d51;
	background-color : #ffffff;
	border-radius : 50%;
	font-size : 8px;
	line-height : 20px;
}
.rightTab a:hover {
	color: #007d51;
	background: #ffffff;
}
.rightTab a:hover span::after {
	color : #ffffff;
	background-color : #007d51;
}
@media only screen and (max-width: 960px) {
	.rightTab {
		width : 50px;
	}
	.rightTab a {
		width : 48px;
	}
}
@media only screen and (max-width: 480px) {
	.rightTab {
		top: 0;
		right: 78px;
		opacity: 0;
		width : 78px;
		height : 78px;
	}
	.rightTab a {
		width : 76px;
		height : 76px;
		border : 1px solid #007d51;
	}
	.rightTab a span {
		display: block;
		writing-mode: horizontal-tb;
	}
	.rightTab a span em {
		display : none;
	}
	.rightTab a span::after {
		display : block;
		margin : 10px auto 0 auto;
	}
}
@media only screen and (max-width: 420px) {
	.rightTab {
		right: 60px;
		width : 60px;
		height : 60px;
	}
	.rightTab a {
		width : 58px;
		height : 58px;
		font-size : 1rem;
		line-height: 1;
	}
	.rightTab a span::after {
		margin-top: .8rem;
		width : 14px;
		height : 16px;
		font-size : 7px;
		line-height : 16px;
		padding-left : 2px;
		
	}
}


.lemmon {
	background : url(../img/back02.png) no-repeat bottom right 80px;
}
.topNewsFlex {
	width : 100%;
	background-color : #f0f9f4;
	box-sizing: border-box;
}
.topNews {
	width : 100%;
	box-sizing: border-box;
	padding : 0 10px;
}
.topNews .topNewsTitle h4 {
	line-height : 1.4;
	font-weight : 500;
	letter-spacing: 3px;
}
.topNews .topNewsTitle h3 {
	letter-spacing: 3px;
	font-weight : 500;
	line-height : 1.1;
}
.topNews .newsItem {
	width : 70%;
	padding-left : 0%;
}
.topNews .newsItem .newsInner {
	width : 100%;
	padding : 24px 0;
	border-bottom : 2px solid #0e1e80;
}
.topNews .newsItem .newsInner:last-child {
	border-bottom : none;
}
.topNews .newsItem p {
	color : #0e1e80;
	font-weight : 400;
	line-height : 1.6;
	text-align : left;
}
.topNews .newsItem p a {
	color : #0e1e80;
	transition: 0.3s;
}
.topNews .newsItem p.date {
	width : 106px;
	line-height : 1.8;
}
.topNews .newsItem p.comm {
	width : calc(100% - 110px);
	line-height : 1.8;
}
.topNews .newsItem p a:hover {
	color : #d7aa37;
}
.topMedia {
	width : 472px;
}
.topMedia img {
	width : 100%;
}
@media only screen and (max-width: 1700px) {
	.lemmon {
		background : url(../img/back02.png) no-repeat bottom right 10px;
		background-size : 15vw;
	}
}
@media only screen and (max-width: 1200px) {
	.topNews .newsItem {
		width : 100%;
	}
	.topNews .newsItem p.comm {
		width : calc(100% - 110px);
		height : 1.8em;
		overflow : hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.topMedia {
		width : 44vw;
		padding-left : 3vw;
		box-sizing: border-box;
	}
	.topNews .newsItem .newsInner {
		padding : calc(0.91vw + 7.1px) 0;
	}
}
@media only screen and (max-width: 1080px) {
	.lemmon {
		background-image : none;
	}
}
@media only screen and (max-width: 720px) {
	.topNews .topNewsTitle {
		width : 50%;
		margin-bottom : 3vw;
	}
}
@media only screen and (max-width: 480px) {
	.topNews .newsItem {
		width : 100%;
	}
	.topMedia {
		width : 100%;
		padding-left : 0;
		text-align : center;
		margin-top : 20px;
	}
	.topMedia img {
		width : 90%;
		max-width : 380px;
		position : relative;
		left : -0.5vw;
	}
	.topNews .newsItem p.comm {
		width : 100%;
		height : 1.7em;
	}
}

.topImg  {
	width : 100%;
	height : calc(70vw + 104px);
	max-height : 881px;
	margin : 0 auto;
	overflow : hidden;
	position : relative;
}
.pos-rel {
	position : relative;
	background-color : #c4b266;
}
.slide_top  {
	position : relative;
}
.slide_all {
	width : 100%;
	height : 93vw;
	max-height : 930px;
}
.slideDot {
	position : absolute;
	bottom : 20px;
    left: 50%;
    transform : translateX(-50%);
}
.slideDot span {
	display : inline-block;
	color : #d6d8ce;
	padding : 0 6px;
}
.slideDot span.active {
	color : #ffffff;
}
.no_slide {
	width : 100%;
	height : 93vw;
	max-height : 930px;
}
.pict {
	width : 100%;
	height : 93vw;
	max-height : 930px;;
	margin : 0 auto;
	position : absolute;
	top : 0;
	left : 0;
}
.slide_all img {
	width : 100%;
	height : 100%;
	object-fit : cover;
}

.slide_sub {
	position : relative;
	top : 0px;
	right : 0;
	width : 100%;
	margin : 0 auto;
	text-align : right;
}
.no_slide_sub {
	width : 100%;
	height : 60vw;
	max-height : 830px;
	margin : 0 auto;
	position : relative;
}
.slide_else {
	margin-top : 230px;
	position : relative;
}
.pict_sub {
	width : 100%;
	height : 500px;
	margin : 0;
}
.pict_sub img {
	width : 100%;
	height : 100%;
	object-fit : cover;
}
.pageTitle {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	padding-bottom : 32px;
	color : #ffffff;
	font-weight : 700;
	background : url(../img/ttl_line.png) no-repeat bottom center;
}
.pageTitle.brk {
	color : #000000;
}

.overWrap  {
	position : absolute;
	bottom : 80px;
	left : 80px;
}
.overWrap .overLeft {
	font-size : 48px;
	color : #ffffff;
	line-height : 1.4;
	font-weight : bold;
}
.overWrap .overRight {
	font-size : 100px;
	color : #ffffff;
	line-height : 1.4;
	font-weight : bold;
}
.overWrap .overText {
	display : inline-block;
	font-size : 36px;
	color : #ffffff;
	line-height : 1.4;
	font-weight : bold;
	border : 7px solid #ffffff;
	padding : 10px 18px;
	margin-top : 12px;
}
.bottomScroll {
	position : absolute;
	bottom : 0;
	left: calc(50% - 25px);
	transition: 0.7s;
}
.bottomScroll.hide {
	bottom : -100px;
	transition: 0.7s;
}
.bottomScroll img {
	width : 50px;
}

@media only screen and (max-width: 1200px) {
	.overWrap  {
		bottom : 16vw;
		left : 4vw;
	}
	.overWrap .overLeft {
		font-size : calc(3.64vw + 4.4px);
	}
	.overWrap .overRight {
		font-size : calc(5.09vw + 21.3px);
	}
	.overWrap .overText {
		font-size : calc(2.5vw + 6.0px);
		border : 0.7vw solid #ffffff;
		padding : 1vw 1.8vw;
		margin-top : 1.2vw;
	}
}
@media only screen and (max-width: 1136px) {
	.overWrap .overLeft {
		left : -40px;
	}
}
@media only screen and (max-width: 960px) {
	.slide_sub {
		position : relative;
		top : 0px;
		right : 0;
		width : 100%;
		margin : 112px auto 0 auto;
		text-align : right;
	}
	.no_slide_sub {
		width : 100%;
		height : 60vw;
		max-height : 830px;
		margin : 0 auto;
		position : relative;
	}
	.pict_sub {
		height : 400px;
	}
	.slide_else {
		margin-top : 200px;
	}
}
@media only screen and (max-width: 800px) {
	.overWrap .overLeft {
		left : -80px;
	}
	.topImg  {
		overflow : visible;
	}
}
@media only screen and (max-width: 640px) {
	.slide_all {
		height : calc(100vh - 90px);
	}
	.no_slide {
		height : calc(100vh - 90px);
	}
	.pict {
		height : calc(100vh - 90px);
	}
	.slide_sub {
		margin : 78px auto 0 auto;
	}
}
@media only screen and (max-width: 480px) {
	.pict_sub {
		height : 320px;
	}
}
@media only screen and (max-width: 319px) {
	.slide_wrap {
		margin : 60px auto 0 auto;
	}
	.smp_headline {
		height : 60px;
	}
	.smp_headLogo {
		text-align : left;
		padding : 6px 0 0 10px;
	}
	.smp_headLogo img {
		width : 160px;
	}
	.smp_button {
		width : 60px;
		height : 60px;
	}
	.smp_button p {
		font-size : 12px;
		padding-top : 38px;
	}
	.smp_headline .menu-trigger {
		top: 13px;
		left: 16px;
		width: 27px;
		height: 22px;
	}
}
.top_container {
	position: absolute;
	font-size: 10px;
	color: #000000;
	padding: 0;
	top: 0px;
	right: 0px;
}


/*　ナビ包括-----------------------------*/
/* グローバルナビゲーション */
.panWrap  {
	width : 100%;
	max-width : 1470px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
	padding : 10px 10px 0 10px;
	color : #000000;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : flex-start;
	justify-content : flex-start;
	align-items: center;
}
.panWrap ul {
	width : 100%;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : flex-start;
	justify-content : flex-start;
}
.panWrap ul li {
	font-size : 0.9rem;
}
.panWrap a {
	display: inline-block;
	color : #000000;
	font-size : 0.9rem;
	font-weight : 400;
	padding : 0 10px;
	transition: 0.3s;
}
.panWrap span {
	display: inline-block;
	color : #000000;
	font-size : 0.9rem;
	font-weight : 400;
	padding : 0 10px;
	position : relative;
}
.panWrap a.pantop{
	padding-left : 30px;
	background : url(../img/home.png) no-repeat center left;
}
.panWrap a:hover {
	opacity : 0.6;
}

/* コンテンツ包括
---------------------------------------------------------------------- */
.pcNavi {
	display: block;
}

.smpNavi {
	display: none;
}

.smp_mgb80 {
	margin-bottom: 0;
}

.top_images {
	position: relative;
}

.top_images p {
	position: absolute;
	top: 126px;
	left: 422px;
}

#news,
#commit,
#info {
	padding-top: 64px;
	margin-top: -64px;
}

/* メインコンテンツ包括---------------------------*/
.btmheaf {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #f4f5fa 60%, #f4f5fa 100%);
}
.topback {
	background: url(../img/back03.png) no-repeat top left 100px;
}
.grayback {
	background-color : #ede9e8;
	box-sizing: border-box;
}
.thinback {
	background-color : #fefefe;
	box-sizing: border-box;
}
.conceptWrap {
	width : 100%;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.blockTitle {

}
.blockTitle .baseButton {
	border-left : 2px solid #d2d0d1;
}
.arrows {
	position : relative;
	display : block;
	padding : 0 60px 0 20px;
	line-height : 106px;
	font-weight : 600;
	letter-spacing: 1px;
}
.arrows::before {
	content: "";
	position: absolute;
	top: 53px;
	right: 1px;
	width: 32px;
	height: 2px;
	background: #000000;
	transition: 0.4s;
}
.arrows::after {
	content: "";
	position: absolute;
	top: 50px;
	right: 0px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s;
}
.arrows:hover {
	color : #007d51;
}
.arrows:hover::before {
	background: #007d51;
}
.arrows:hover::after {
	border-top: 2px solid #007d51;
	border-right: 2px solid #007d51;
}
a.morebtn {
	display: inline-block;
	width: 240px;
	text-align: left;
	padding:  0 0 2px 20px;
	font-size: 1.2rem;
	font-weight : 700;
	letter-spacing: 2px;
	line-height: 60px;
	color: #006d41;
	background-color : #ede9e8;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
}
a.nonbtn {
	display: inline-block;
	width: 200px;
	text-align: lcenter;
	padding:  0 0 2px 0;
	font-size: 1rem;
	font-weight : 700;
	letter-spacing: 2px;
	line-height: 60px;
	color: #006d41;
	background-color : #ede9e8;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
}
a.morebtn.sht {
	width: 200px;
	padding:  0 0 2px 16px;
	font-size: 1rem;
	letter-spacing: 1px;
}
a.morebtn.grn {
	color: #ffffff;
	background-color : #006d41;
}
a.morebtn.long {
	text-align: center;
	width: 600px;
	line-height: 70px;
	color: #ffffff;
	background-color : #006d41;
	padding-right : 40px;
	box-sizing: border-box;
}
a.morebtn::before {
	content: "";
	position: absolute;
	top: 29px;
	right: 20px;
	width: 32px;
	height: 2px;
	background: #006d41;
	transition: 0.4s;
}
a.morebtn::after {
	content: "";
	position: absolute;
	top: 26px;
	right: 20px;
	width: 8px;
	height: 1px;
	border-top: 2px solid #006d41;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s;
}
a.morebtn.grn::before {
	background: #ffffff;
}
a.morebtn.grn::after {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
a.morebtn.long::before {
	background: #ffffff;
	top: 35px;
	right: calc(50% - 7em + 20px);
}
a.morebtn.long::after {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	top: 32px;
	right: calc(50% - 7em + 21px);
}
a.morebtn:hover {
	opacity : 1;
	color: #ffffff;
	background-color : #006d41;
}
a.nonbtn:hover {
	opacity : 1;
	color: #ffffff;
	background-color : #006d41;
}
a.morebtn:hover::before {
	background: #ffffff;
}
a.morebtn:hover::after {
	border-top: 2px solid #ffffff;
}
a.morebtn.grn:hover {
	opacity : 1;
	color: #007d51;
	background-color : #ffffff;
}
a.morebtn.grn:hover::before {
	background: #007d51;
}
a.morebtn.grn:hover::after {
	border-top: 2px solid #007d51;
	border-right: 2px solid #007d51;
}
a.morebtn.long:hover {
	opacity : 1;
	color: #007d51;
	background-color : #ffffff;
}
a.morebtn.long:hover::before {
	background: #007d51;
}
a.morebtn.long:hover::after {
	border-top: 2px solid #007d51;
	border-right: 2px solid #007d51;
}
@media only screen and (max-width: 1260px) {
	a.morebtn {
		display: inline-block;
		width: 200px;
		line-height: 50px;
	}
	a.morebtn::before {
		top: 24px;
		right: 18px;
		width: 28px;
	}
	a.morebtn::after {
		top: 21px;
		right: 19px;
	}
	a.morebtn.grn::before {
		background: #ffffff;
	}
	a.morebtn.grn::after {
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}
	a.morebtn:hover {
		opacity : 1;
		color: #ffffff;
		background-color : #007d51;
	}
	a.morebtn:hover::before {
		background: #ffffff;
	}
	a.morebtn:hover::after {
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
	}
	a.morebtn.grn:hover {
		opacity : 1;
		color: #007d51;
		background-color : #ffffff;
	}
	a.morebtn.grn:hover::before {
		background: #007d51;
	}
	a.morebtn.grn:hover::after {
		border-top: 2px solid #007d51;
		border-right: 2px solid #007d51;
	}
}
@media only screen and (max-width: 720px) {
	a.morebtn.long {
		width: 96%;
	}
}
@media only screen and (max-width: 640px) {
	.arrows {
		position : relative;
		display : block;
		padding : 0 36px 0 12px;
		line-height : calc(11vw + 18px);
		font-weight : 600;
		letter-spacing: 1px;
	}
	.arrows::before {
		content: "";
		position: absolute;
		top: calc(5vw + 10px);
		right: 1px;
		width: 32px;
		height: 2px;
		background: #327851;
		transition: 0.4s;
	}
	.arrows::after {
		content: "";
		position: absolute;
		top: calc(5vw + 7px);
		right: 0px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #327851;
		border-right: 2px solid #327851;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: 0.4s;
	}
	.arrows span {
		font-size : 0 !important;
	}
	.arrows span::after {
		content : "一覧を見る";
		font-size: 1.2rem;
		font-weight : 700;
		color : #007d51;
	}
	.grayback .middleWrap {
		padding-bottom : 80px;
	}
	a.morebtn.long {
		width: 96%;
		line-height: 60px;
		padding-right : 40px;
	}
	a.morebtn.long::before {
		top: 29px;
		right: calc(50% - 7em + 21px);
	}
	a.morebtn.long::after {
		top: 26px;
		right: calc(50% - 7em + 20px);
	}
}
@media only screen and (max-width: 480px) {
	a.morebtn {
		display: inline-block;
		width: 160px;
		line-height: 40px;
	}
	a.morebtn::before {
		top: 20px;
		right: 18px;
		width: 28px;
	}
	a.morebtn::after {
		top: 17px;
		right: 18px;
	}
	a.morebtn.long {
		width: 100%;
		line-height: 50px;
		padding-right : 40px;
	}
	a.morebtn.long::before {
		top: 24.5px;
		right: calc(50% - 7em + 21px);
	}
	a.morebtn.long::after {
		top: 21.5px;
		right: calc(50% - 7em + 20px);
	}
}

.aboutWrap {
	position : relative;
	width : 100%;
	max-width : 1670px;
	padding : 0 10px;
	box-sizing: border-box;
	margin : 0 auto;
}
.conceptWrap {
	position : relative;
	height : 82vw;
	max-height : 832px;
}
.lrtTitle {
	position: relative;
	width : 520px;
}
.lrtTitle h2 {
	display: flex;
	align-items: center;
}
.lrtTitle h2 strong {
	display : block;
	font-size : 80px;
	color : #007d51;
	line-height : 1.1;
	letter-spacing: 3px;
}
.lrtTitle h2 span {
	display : block;
	font-size : 20px;
	color : #999999;
	font-weight : 600;
	letter-spacing: 2px;
	margin-left : 30px;
}
.conceptInner .conceptLeft {
	width : 60%;
	max-width : 916px;
	height : 39vw;
	max-height : 580px;
	position : relative;
}
.conceptInner .conceptLeft div img {
	width : 95%;
	max-width : 850px;
}
.conceptInner .conceptLeft p img {
	width : 40%;
	max-width : 370px;
	position : absolute;
	bottom : 0;
	right : 0;
	z-index : 1;
}
.conceptInner .conceptRight {
	width : 40%;
	padding-right : 5%;
}
.conceptInner.rev .conceptRight {
	padding-right : 0;
	padding-left : 5%;
}
.normalTitle.sub {
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
.normalTitle strong {
	display : block;
	font-size : 1.05rem;
	color : #006d41;
	letter-spacing: 2px;
}
.normalTitle span {
	font-size : 36px;
	color : #ffffff;
	background-color : #006d41;
	display : inline-block;
	padding : 12px 30px;
	letter-spacing: 2px;
}
.normalTitle.sub span {
	font-size : 32px;
	color : #ffffff;
	background-color : #006d41;
	display : inline-block;
	padding : 22px 30px;
	letter-spacing: 2px;
}
.conceptRight h3 {
	font-weight : 600;
}
.conceptRight p {
	line-height : 1.8;
}
.conceptOuter {
	border : 18px solid #ede9e8;
	padding : 40px 60px;
	box-sizing: border-box;
}
.conceptOuter h2 {
	color : #006d41;
	text-align : center;
}
.conceptOuter h2 p {
	text-align : left;
}
.conceptOuter dl {
	width : 100%;
	max-width : 660px;
	margin-left : auto;
	margin-right : auto;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: flex-start;
	padding-bottom : 5px;
}
.conceptOuter dt {
	width : 10em;
	font-weight : 700;
	white-space: nowrap;
	line-height : 2.0;
}
.conceptOuter dt span {
	color : #006d41;
}
.conceptOuter dd {
	width : calc(100% - 10em);
	padding-left : 20px;
	box-sizing : border-box;
}
.conceptOuter h3 {
	display : block;
	position : relative;
	width : 100%;
	max-width : 787px;
	margin-left : auto;
	margin-right : auto;
}
.conceptOuter h3 strong {
	display : inline-block;
	position : relative;
	background-color : #ffffff;
	padding : 0 24px;
	z-index : 2;
}
.conceptOuter h3::after {
	content : "";
	position : absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	background-color : #006d41;
	width : 100%;
	height : 1px;
	font-size : 0;
	z-index : 1;
}
.conceptOuter .innerAbout {
	width : 100%;
	max-width : 750px;
	margin-left : auto;
	margin-right : auto;
}
.conceptOuter .innerAbout span {
	color : #006d41;
	font-weight : 700;
}
@media only screen and (max-width: 1400px) {
	.normalTitle span {
		font-size : calc(1.67vw + 12.7px);
		padding : 12px 30px;
		letter-spacing: 2px;
	}
	.normalTitle.sub span {
		font-size : calc(1.3vw + 13.8px);
		padding : 2.2vw 3vw;
		letter-spacing: 2px;
		white-space: nowrap;
	}
}
@media only screen and (max-width: 1200px) {
	.conceptOuter {
		border: 1.8vw solid #ede9e8;
		padding: 4vw 6vw
	}
}
@media only screen and (max-width: 960px) {
	.normalTitle.sub {
		top: -65px;
	}
}
@media only screen and (max-width: 800px) {
	.conceptWrap {
		height : auto;
		max-height : auto;
	}
	.conceptInner .conceptRight {
		width : 100%;
		padding-left : 0;
		margin-right : auto;
	}
	.conceptInner .conceptLeft {
		width : 100%;
		padding-top : 6vw;
		height: 62vw;
	}
	.conceptRight p {
		line-height : 1.8;
		max-width : 800px;
	}
	.conceptInner.rev .conceptRight {
		padding-left : 0;
	}
}
@media only screen and (max-width: 480px) {
	.aboutWrap01 {
		padding : 0 20px 0 20px;
	}
	.normalTitle.sub {
		top: -48px;
	}
	.slide_else {
		margin-top: 160px;
	}
	.conceptOuter dl {
		display : block;
	}
	.conceptOuter dt {
		width : 100%;
	}
	.conceptOuter dd {
		width : 100%;
		padding-left : 0px;
	}
}

.aboutWrap02 {
	width : 100%;
	position : relative;
	margin-left : auto;
	margin-top : -40px;
}
.aboutWrap02 .conceptLeft {
	width : 50%;
	max-width : 958px;
	position : relative;
	height : auto;
	text-align : right;
}
.aboutWrap02 .conceptLeft img {
	width : 90%;
	max-width : 798px;
	margin-left : auto;
}
.aboutWrap02 .conceptLeft img.mini {
	position : absolute;
	top : 480px;
	left : 0;
	width : 35%;
	max-width : 377px;
}
.aboutWrap02 .conceptRight {
	width : 50%;
	max-width : 726px;
	margin-left : auto;
}
@media only screen and (max-width: 1760px) {
	.aboutWrap02 .conceptLeft img.mini {
		top : 28vw;
		width : 35%;
		max-width : 377px;
	}
}
@media only screen and (max-width: 1400px) {
	.aboutWrap02 {
		margin-top : 40px;
	}
	.aboutWrap02 .conceptRight {
		width : 50%;
		padding-left : 4vw;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 800px) {
	.aboutWrap02 {
		padding : 4vw 50px 0 50px;
		box-sizing: border-box;
	}
	.aboutWrap02 .conceptLeft {
		width : 100%;
	}
	.aboutWrap02 .conceptRight {
		width : 100%;
		padding-left : 0;
		padding-top : 7vw;
	}
	.aboutWrap02 .conceptLeft img.mini {
		top : calc(49vw - 20px);
		width : 35%;
		max-width : 377px;
	}
}
@media only screen and (max-width: 480px) {
	.aboutWrap02 {
		padding : 4vw 20px 0 20px;
	}
}

.aboutWrap03 {
	width : 100%;
	position : relative;
}
.fullLeft {
	width : 41%;
}
.fullLeft img {
	width : 100%;
	max-width : 800px;
}
.fullRight {
	width : 20%;
}
.fullRight img {
	width : 100%;
	max-width : 377px;
}
.aboutWrap03 .conceptRight {
	width : 39%;
	max-width : 726px;
	padding-left : 60px;
	box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
	.aboutWrap03 .conceptRight {
		padding-left : 4vw;
		padding-right : 3vw;
	}
}
@media only screen and (max-width: 800px) {
	.aboutWrap03 {
		padding : 4vw 50px 0 50px;
		box-sizing: border-box;
	}
	.fullLeft {
		width : 100%;
	}
	.fullLeft img {
		width : 90%;
		max-width : 800px;
	}
	.fullRight {
		position : absolute;
		top : calc(49vw - 20px);
		left : auto;
		right : 50px;
		width : 35%;
		max-width : 377px;
	}
	.fullRight img {
		width : 100%;
		max-width : 377px;
	}
	.aboutWrap03 .conceptRight {
		width : 100%;
		max-width : 800px;
		padding-left : 0px;
		padding-top : 7vw;
	}
	.aboutWrap03 .conceptRight .baseButton.t_left {
		text-align : center !important;
	}
}
@media only screen and (max-width: 480px) {
	.aboutWrap03 {
		padding : 4vw 20px 0 20px;
	}
	.fullRight {
		right : 20px;
	}
	.baseButton.t_right {
		text-align : center !important;
	}
	a.morebtn.wte {
		right: 0;
	}
}

.greenTop {
	background : #007d51 url(../img/tour_back_u.jpg) no-repeat top left;
}
.greenUnder {
	background : url(../img/tour_back_d.jpg) no-repeat bottom left;
}
.whiteTitle h2 strong {
	display : block;
	font-size : 80px;
	color : #ffffff;
	line-height : 1.1;
	letter-spacing: 3px;
}
.whiteTitle h2 span {
	display : block;
	font-size : 24px;
	color : #ffffff;
	font-weight : 600;
	letter-spacing: 2px;
}
@media only screen and (max-width: 1260px) {
	.whiteTitle h2 strong {
		font-size : calc(4.35vw + 25.2px);
	}
	.whiteTitle h2 span {
		font-size : calc(1.3vw + 7.6px);
	}
}

.lightTop {
	position : relative;
	z-index : 1;
	background : #f9f7f8 url(../img/frow_back_u.png) no-repeat top left;
}
.lightTop_j {
	position : relative;
	z-index : 1;
	background : #f9f7f8 url(../img/frow_back_u.jpg) no-repeat top left;
}
.lightUnder {
	background : url(../img/frow_back_d.jpg) no-repeat bottom left;
}
@media only screen and (max-width: 1900px) {
	.greenTop {
		background-size : 100%;
	}
	.greenUnder {
		background-size : 100%;
	}
	.lightTop {
		background-size : 100%;
	}
	.lightUnder {
		background-size : 100%;
	}
	.lightTop_j {
			background-size : 100%;
	}
}
.mgt-20 {
	margin-top : -30px !important;
}
.mgt-100 {
	margin-top : -200px !important;
}
.mgt-40 {
	margin-top : -40px !important;
}
@media only screen and (max-width: 480px) {
	.mgt-20 {
		margin-top : 0 !important;
	}
	.lightUnder h2 {
		padding-top : 3vw;
	}
	a.morebtn.grn {
		right: 0;
	}
}

.access {
	
}
.access .left {
	width : 43%;
	padding : 10px 3% 10px 0;
	box-sizing: border-box;
}
.access .center {
	width : 42%;
	border-left : 2px solid #cfcfcf;
	padding : 10px 3%;
	box-sizing: border-box;
	display : flex;
	align-items: center;
}
.access .right {
	width : 15%;
	border-left : 2px solid #cfcfcf;
	padding : 10px 3%;
	box-sizing: border-box;
	display : flex;
	align-items: center;
}
.access h4 {
	font-weight : 500;
}
.map {
	
}
.traffic {
	line-height : 2.0;
}
@media only screen and (max-width: 640px) {
	.access .left {
		width : 100%;
		padding : 10px 0;
	}
	.access .center {
		width : 100%;
		border-left : none;
		border-top : 2px solid #cfcfcf;
		padding : 10px 0;
	}
	.access .right {
		width : 100%;
		border-left : none;
		border-top : 2px solid #cfcfcf;
		padding : 10px 0;
	}
}

.addhline {
	display : inline-block;
	padding-bottom : 6px;
	color : #157246;
	border-bottom : 4px solid #000000;
	position : relative;
}
.addhline::after {
	content : "";
	display : inline-block;
	position : absolute;
	bottom : -15px;
	left : calc(50% - 10px);
	background-color : #ffffff;
	width : 20px;
	height : 20px;
	border-left : 4px solid #000000;
	border-bottom : 4px solid #000000;
	transform: rotate(-45deg);
}
.addhline.gray::after {
	background-color : #f0f9f4;
}
.conceptWrap .conceptLeft {
	width : 45%;
	max-width : 600px;
	height : 45vw;
	max-height : 450px;
	position : absolute;
	top : 128px;
	left : 0;
	padding-bottom : 50px;
	z-index : 2;
}
.conceptWrap.rev .conceptLeft {
	left : auto;
	right : 0;
	top : 110px;
}
.conceptWrap  img {
	width : 100%;
	max-width : 600px;
	height : 45vw;
	max-height : 450px;
	object-fit: cover;
	border-radius : 24px;
}
.conceptWrap .conceptRight {
	width : 55%;
	max-width : 1000px;
	height : 55vw;
	max-height : 550px;
	position : relative;
	margin : 0 0 0 auto;
	z-index : 1;
	box-sizing: border-box;
}
.conceptWrap.rev .conceptRight {
	margin : 50px auto 0 0;
}
.conceptWrap .conceptRight p {
	width : 100%;
	max-width: 740px;
	line-height : 1.8;
	letter-spacing: 1px;
}
.conceptWrap .conceptRight h3 {
	width : 100%;
	line-height : 1.3;
	max-width: 740px;
}
.conceptWrap .conceptRight span {
	display : block;
	letter-spacing: 2px;
}
.conceptWrap .conceptRight h4 {
	width : 100%;
	letter-spacing: 2px;
	color : #d7aa37;
}
.conceptWrap .conceptRight h5 {
	width : 90%;
	letter-spacing: 2px;
	color : #d7aa37;
	max-width: 490px;
}
.mg30imp {
	margin-top : 30px !important;
}
.mg10imp {
	margin-top : 10px !important;
	margin-bottom : 0px !important;
}
.topContactWrap  {
	width : 100%;
	max-width : 1000px;
	margin : 0 auto 0 auto;
}
.contactBox .left {
	width : 50%;
	background-color : #f4f5fa;
	font-weight : 700;
}
.contactBox .right {
	width : 50%;
	background-color : #e1e4f3;
}
.contactBox a {
	display : block;
	color : #0f1e83;
}
.contactBox .left a {
	padding : 40px 0;
}
.contactBox .right a {
	opacity : 1;
	transition: 0.4s;
	padding : 46px 0 32px 0;
}
.contactBox .right span {
	display : inline-block;
	padding-top : 10px;
	font-weight : 400;
}
.contactBox .right a:hover {
	opacity : 0.7;
}
br.touten {
	display : block;
}
@media only screen and (max-width: 1700px) {
	.conceptWrap .conceptRight {
		padding : 0 0 4vw 10vw;
	}
	.conceptWrap.rev .conceptRight {
		padding : 0 2vw 4vw 0;
	}
}
@media only screen and (max-width: 1520px) {
	.topback {
		background: url(../img/back03.png) no-repeat top left 10px;
		background-size : 15vw;
	}
	br.touten {
		display : none;
	}
	.conceptLeft .inner img {
		border-radius: 0 calc(7vw + 10px) calc(7vw + 10px) 0;
	}
}
@media only screen and (max-width: 1080px) {
	.topback {
		background-image : none;
	}
	.topback.pdt120 {
		padding-top : 6vw !important;
	}
	.topBusinessItem .wrap {
		padding : 2vw 1vw;
	}
	.topBusinessItem .wrap::before {
		right: 10px;
		width: 24px;
	}
	.topBusinessItem .wrap::after {
		right: 9px;
	}
	.conceptWrap .conceptRight p {
		width : 90%;
		margin : 5vw auto;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 720px) {
	.conceptWrap .conceptInner {
		text-align : center;
	}
	.mgt-100 {
		margin-top : 0px !important;
	}
	.mgt-40 {
		margin-top : 40px !important;
	}
	.conceptWrap {
		display : block;
		position : relative;
		height : auto;
		max-height : 1832px;
		padding-bottom : 12vw;
	}
	.conceptWrap .conceptLeft {
		width : 100%;
		height : 65vw;
		position : relative;
		top : 0px;
		padding-bottom : 50px;
	}
	.conceptWrap.for .conceptLeft {
		top : 50px;
	}
	.conceptWrap.rev .conceptLeft {
		top : 50px;
	}
	.conceptWrap  img {
		height : 65vw;
	}
	.conceptWrap .conceptRight {
		width : 100%;
		height : auto;
		position : relative;
		margin : 0 auto0 auto;
		padding : 0 0 4vw 0;
	}
	.conceptWrap.for .backs {
		top : auto;
		bottom : 0;
		height: calc(tan(60deg) * 70vw);
		width: 90vw;
	}
	.conceptWrap.for .backs span {
		top : auto;
		bottom : 36vw;
		right : 50px;
		font-size : 40vw;
	}
	.conceptWrap.rev .backs {
		top : auto;
		bottom : 0;
		height: calc(tan(60deg) * 70vw);
		width: 90vw;
	}
	.conceptWrap.rev .backs span {
		top : auto;
		bottom : 36vw;
		left : 50px;
		font-size : 40vw;
	}
}

.wideWrap.cback {
	height : 658px;
	background : url(../img/inqu_back.jpg) no-repeat top 58px center;
	position : relative;
}
.wideWrap.cback .inner {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width : 50%;
	max-width : 800px;
	padding : 50px 50px 40px 50px;
	background-color : #ffffff;
}
.wideWrap.cback .inner a {
	display : block;
	text-align : center;
	font-size : 1rem;
	font-weight : 500;
	color : #006d41;
	background-color : #ede9e8;
	width : 100%;
	padding : 30px 0;
	position : relative;
	transition: 0.4s;
}
.wideWrap.cback .inner p {
	text-align : center;
	font-weight : 500;
	color : #006d41;
}
.wideWrap.cback .inner a::before {
	content: "";
	position: absolute;
	top: 50%;
	left : calc(50% + 60px);
	width: 32px;
	height: 2px;
	background: #006d41;
	transition: 0.4s;
}
.wideWrap.cback .inner a::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	left: calc(50% + 84px);
	width: 8px;
	height: 1px;
	border-top: 2px solid #006d41;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s;
}
.wideWrap.cback .inner a:hover {
	color : #ffffff;
	background-color : #006d41;
}
.wideWrap.cback .inner a:hover::before {
	background: #ffffff;
}
.wideWrap.cback .inner a:hover::after {
	border-top: 2px solid #ffffff;
}
@media only screen and (max-width: 960px) {
	.wideWrap.cback {
		height : calc(55vw + 100px);
		background : url(../img/inqu_back.jpg) no-repeat top calc(4vw + 30px) center;
		background-size : cover;
	}
	.wideWrap.cback .inner {
		width : 65%;
		padding : 5vw 5vw 4vw 5vw;
	}
	.wideWrap.cback .inner a {
		padding : 3vw 0;
	}
}

.menuWrap {
	
}
.menuWrap .left {
	width : 312px;
	padding : 5% 8%;
}
.menuWrap .rtl {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.menuWrap h4 {
	
}
.menuWrap h2 {
	line-height : 1.3;
}
.menuWrap .rtl p {
	height : 400px;
	font-weight : 500;
	line-height : 2.0;
	padding-right : 20px;
	letter-spacing: 2px;
}
.menuWrap .smpcomm {
	display : none;
	font-weight : 500;
	line-height : 1.8;
	letter-spacing: 1px;
}
.smpRight {
	display : block;
}
.menuWrap p br {
	display : block;
}
.menuWrap #arrows {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	width : 250px;
	margin-top : 30px;
}
.menuWrap #arrows div {
	width : 116px;
	height : 116px;
	border-radius : 50%;
	background-color : #ffffff;
	opacity : 1;
	transition: 0.3s;
	position : relative;
	display : block;
	cursor : pointer;
}
.menuWrap #arrows_s {
	display : none;
}
.menuWrap .out_slick-next {
	background : url(../img/prev_arrow.png) no-repeat center center;
}
.menuWrap .out_slick-prev {
	background : url(../img/next_arrow.png) no-repeat center center;
}
.menuWrap .out_slick-next_s {
	background : url(../img/prev_arrow.png) no-repeat center center;
}
.menuWrap .out_slick-prev_s {
	background : url(../img/next_arrow.png) no-repeat center center;
}
.menuWrap #arrows div:hover {
	opacity : 0.7;
}
.menuWrap .baseButton {
	
}
.creatorFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	width : calc(80% - 402px);
	height : 660px;
	background-color : rgba(179, 140, 60, 0.2);
	padding : 100px 0;
	border-radius : 64px 0 0 64px;
	position : relative;
}
.menuSlider {
	width : calc(100% + 240px);
	height : 660px;
	position : relative;
	left : -110px;
}
.menuFlex {
	border-bottom : 1px dashed #4c2b0a;
}

.slide-box {
	width : 100%;
	position : relative;
}
.slide-box .slide {
	width : 80%;
	max-width : 750px;
	margin : 0 auto;
	position : relative;
	z-index : 2;
}
.slide-box .slide li {
	width : 100%;
}
.slide-box .slide li img {
	width : 100%;
	height : 50vw;
	max-height : 500px;
	object-fit: cover;
}
.slide-arrow {
	position: absolute;
	top: 30%;
	width : 5vw;
	max-width : 38px;
}
.prev-arrow {
	left: -4vw;
}
.prev-arrow::after {
	content : "";
	display : block;
	width : 12px;
	height : 12px;
	border-top : 2px solid #999999;
	border-right : 2px solid #999999;
	transform: rotate(-135deg);
}
.next-arrow {
	right: -6vw;
}
.next-arrow::after {
	content : "";
	display : block;
	width : 12px;
	height : 12px;
	border-top : 2px solid #999999;
	border-right : 2px solid #999999;
	transform: rotate(45deg);
}
.elseMenu {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding : 220px 40px 60px 40px;
	background-color : #f4f5fa;
	margin-top : -160px;
	z-index : 1;
}
.elseMenu .image {
	width : 100%;
	height : 8.8vw;
	max-height : 93px;
	border-radius : 50%;
	overflow : hidden;
	padding : 0 10px;
	box-sizing: border-box;
}
.elseMenu .image img {
	width : 100%;
	height : 100%;
	border-radius : 50%;
	object-fit : cover;
	opacity : 0.6;
}
.elseMenu .slick-current img {
	opacity : 1;
}
.pcOpen {
	display : block;
}
.smpOpen {
	display : none;
}
@media only screen and (max-width: 1000px) {
	.smpRight {
		width : 70%;
		padding-left : 5vw;
		padding-right : 2vw;
		box-sizing: border-box;
	}
	.elseMenu {
		padding : 22vw 4vw 6vw 4vw;
		margin-top : -16vw;
	}
}
@media only screen and (max-width: 720px) {
	.elseMenu .image {
		height : 12.8vw;
		padding : 0 1vw;
	}
}
@media only screen and (max-width: 480px) {
	.elseMenu .image {
		height : 20vw;
		padding : 0 1vw;
	}
	.smpRight {
		width : 66%;
		padding-left : 5vw;
		padding-right : 0;
		box-sizing: border-box;
	}
	.pcOpen {
		display : none;
	}
	.smpOpen {
		display : block;
		margin-top : 5vw;
		text-align : center;
	}
}

.newsListWrap {
	width : 100%;
	max-width : 1470px;
	padding : 0 10px;
	box-sizing: border-box;
	margin : 0 auto;
}
.newsType {
	
}
.newsListWrap span.cate {
	display : inline-block;
	background-color : #f5371f;
	color : #ffffff;
	line-height : 1.6;
	padding : 2px 8px;
	margin-right : 8px;
}
.newsListWrap a.cate {
	display : inline-block;
	background-color : #d9d9d9;
	color : #666666;
	line-height : 1.6;
	padding : 2px 10px;
	margin : 4px 12px 4px 0;
	transition: 0.3s;
}
.newsListWrap a.cate:hover {
	background-color : #666666;
	color : #d9d9d9;
}
.newsList {
	
}
.newsListWide {
	width : 100%;
	max-width : 1320px;
	margin : 0 auto;
}
.newsListFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	align-items: center;
}
.newsListItem {
	width : 100%;
	position : relative;
}
.newsListItem h2 {
	width : 12%;
	max-width : 200px;
	position : relative;
	color : #006d41;
	border-right : 2px solid #70a494;
	line-height : 2.4;
}
.newsListWide .newsListItem {
	background-color : #ffffff;
	padding : 20px;
	box-sizing: border-box;
}
@media only screen and (max-width: 1260px) {
	.newsListWide .newsListItem {
		background-color : #ffffff;
		padding : 2vw;
	}
}
.newsListItem.repo {
	border-bottom : 2px solid #e0e0e0;
}
.newsListItem.repo::after {
	content : "";
	position : absolute;
	bottom : -2px;
	left : 0;
	width : 40px;
	height : 1px;
	font-size : 0;
	border-bottom : 2px solid #7d7d7d;
	transition: 0.4s;
}
.newsListItem.repo:hover::after {
	width : 100%;
}
.newsListTrans {
	width : 23%;
}
.newsListItem.lst {
	border-bottom : 1px solid #f1f1f1;
}
.newsListItem .img {
	width : 15vw;
	max-width : 150px;
	height : 15vw;
	max-height : 150px;
	overflow : hidden;
	border-radius : 50%;
}
.newsListItem .img img {
	width : 100%;
	height : 100%;
	object-fit : cover;
	transition: 0.4s;
}
.newsListItem .img:hover img {
	transform:scale(1.1, 1.1);
}
.newsListItem .date {
	font-size : 1rem;
	font-weight : 700;
	color : #006d41;
	line-height : 1.4;
	box-sizing: border-box;
}
.newsListItem .date.lst {
	width : 10em;
	text-align : center;
}
.newsListItem .date span {
	display : inline-block;
	padding : 0 14px;
	line-height : 24px;
	background-color : #8ec11f;
	color : #ffffff;
	font-weight : 500;
	border-radius : 12px;
	margin : 0 4px;
}
.newsListItem.sche .date span {
	background-color : #8ec11f;
}
.newsListItem.repo .date span {
	background-color : #167247;
}
.newsListItem .title {
	font-size : 1.1rem;
	font-weight : 600;
	line-height : 1.6;
	height : 2.6em;
	word-break : break-word;
	overflow : hidden;
}
.newsListItem .title.lst {
	width : calc(100% - 15vw - 10em);
	height : 1.6em;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position : relative;
}
.newsListItem .title.lst a {
	display : block;
	width: calc(100% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsListItem .title.lst::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 0px;
	width: 32px;
	height: 2px;
	background: #006d41;
	transition: 0.4s;
}
.newsListItem .title.lst::after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0px;
	width: 8px;
	height: 1px;
	border-top: 2px solid #006d41;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s;
}
.newsListItem .comm {
	font-weight : 400;
	box-sizing: border-box;
	position : relative;
	line-height : 1.6;
}
.newsListItem .comm span {
	display : inline-block;
	padding : 0px 6px 2px 6px;
	font-weight : 500;
	color : #006d41;
	font-size : 0.8rem;
	box-sizing: border-box;
	position : relative;
	line-height : 1.6;
	border : 2px solid #70a492;
}
.newsListItem .comm em {
	display : none;
	color : #006d41;
	font-size : 1rem;
	padding-left : 1em;
	font-style: normal;
	font-weight : 500;
}
.newsListItem .comm a {
	display : block;
	color : #006d41;
	font-weight : 700;
	font-size : 1.1rem;
}
.newsListItem a:hover {
	color : #70a492;
}
.newsListItem .view {
	width : 12%;
	max-width : 200px;
	position : relative;
	color : #006d41;
	font-size : 1.1rem;
	padding-left : 54px;
	border-left : 2px solid #70a494;
	line-height : 2.4;
	box-sizing: border-box;
}
.newsListItem .view::before {
	content : "";
	display : block;
	width : 6px;
	height : 2px;
	position : absolute;
	top : calc(50% - 3px);
	right : 0;
	background-color : #006d41;
	box-sizing: border-box;
	transform: rotate(45deg);
}
.newsListItem .view::after {
	content : "";
	display : block;
	width : 32px;
	height : 2px;
	position : absolute;
	top : 50%;
	right : 0;
	background-color : #006d41;
	padding-left : 20px;
	box-sizing: border-box;
}
.newsListItem .view a {
	color : #006d41;
	font-weight : 700;
}
.s_wrap {
  display: inline-block;
  position: relative;
}
.s_wrap select {
	font-size: 16px;
	border: 1px solid #000000;
	padding: 8px 20px;
	width: 160px;
	background-color: #ffffff;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
}
.s_wrap::after {
  content: "▼";
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 12px;
  color: #000000;
  pointer-events: none;
}
.newsListItem .title.lst em {
	display : none;
}
@media only screen and (max-width: 1560px) {
	.newsListItem .view {
		width : 160px;
		padding-left : 30px;
	}
}
@media only screen and (max-width: 1200px) {
	.newsListItem .comm em {
		display : inline-block;;
	}
	.newsListItem .date {
		display : none;
	}
	.newsListItem .date.lst {
		display : block;
	}
}
@media only screen and (max-width: 900px) {
	.newsListItem h2 {
		width : 100%;
		max-width : 900px;
		border-right : none;
		border-bottom : 2px solid #70a494;
		line-height : 2.0;
		margin-bottom : 3vw;
	}
	.newsListItem .img {
		display : inline-block;
		vertical-align: middle;
	}
	.newsListItem .comm {
		display : inline-block;
		width : calc(100% - 16vw);
		padding-left : 5%;
		vertical-align: middle;
		box-sizing: border-box;
	}
	.newsListItem .view {
		margin-top : 3vw;
		border : 1px solid #70a494;
	}
	.newsListItem .view {
		padding-left : 30px;
		padding-right : 30px;
	}
	.newsListItem .view::before {
		right : 20px;
	}
	.newsListItem .view::after {
		right : 20px;
	}
}
@media only screen and (max-width: 640px) {
	.newsListItem .title.lst {
		width : calc(100% - 18vw);
		text-overflow: unset;
		overflow : visible;
		white-space: normal;
		height : auto;
	}
	.newsListItem .title.lst em {
		display : block;
		font-style : normal;
		color : #006d41;
	}
	.newsListItem .title.lst a {
		display : block;
		width : calc(100% - 36px);
		height : 1.6em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsListItem .title.lst::before {
		top: 16px;
		width: 28px;
	}
	.newsListItem .title.lst::after {
		top: 13px;
	}
	.newsListItem .date.lst {
		display : none;
	}
}

.newsDetail {
	width : 100%;
	padding : 0 10px;
	box-sizing : border-box;
}
.newsDetail .date {
	font-weight : 700;
	line-height : 40px;
	color : #006d41;
}
.newsDetail .date span {
	display : inline-block;
	color : #ffffff;
	padding : 2px 14px 4px 14px;
	line-height : 24px;
	background-color : #8ec220;
	border-radius : 16px;
	margin : 0 4px;
}
.newsDetail .date span.repo {
	background-color : #167346;
}
.newsDetail .ttle {
	font-weight : 700;
	line-height : 1.6;
	color : #006d41;
	border-bottom : 1px solid #e1e1e1;
}
.newsDetail .fsdetailComm {
	line-height : 1.8;
	box-sizing: border-box;
}
.newsDetail .photo img {
	width : 100%;
	height : auto;
	object-fit : cover;
	transition: 0.4s;
}
.newsLeft .detailComm {
	font-size : 1.2rem;
	line-height : 1.8;
	font-weight : 400;
}
.newsDetail .sns {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.newsDetail .sns p {
	margin-left : 30px;
}
.newsDetail .baseButton {

}
@media only screen and (max-width: 480px) {
	.newsDetail .fsdetailComm {
		padding : 8vw 0;
	}
	.detailFlex .newsDetail {
		padding : 0;
	}
}
.backbtn {
	position : relative;
	display : block;
	padding : 0 0 0 54px;
	line-height : 30px;
	font-weight : 600;
	letter-spacing: 1px;
	color : #327851;
}
.backbtn::before {
	content: "";
	position: absolute;
	top: 14px;
	left : 8px;
	border-left: 1px;
	width: 32px;
	height: 2px;
	background: #327851;
	transition: 0.4s;
}
.backbtn::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #327851;
	border-right: 2px solid #327851;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	transition: 0.4s;
}
.backbtn:hover {
	color : #000000;
}
.backbtn:hover::before {
	background: #000000;
}
.backbtn:hover::after {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
}
.returnbtn {
	position : relative;
	display : inline-block;
	line-height : 30px;
	font-weight : 600;
	color : #327851;
	border-bottom : 1px solid #327851;
	transition: 0.4s;
}
.returnbtn:hover {
	color : #000000;
	border-bottom : 1px solid #000000;
}
.thumbnail {
	width : 100%;
	max-width : 924px;
}
.thumbnail .slick-track {
	transform: unset !important;
	width : 100% !important;
	display : flex !important;
	justify-content : center !important;
}
.thumbnail .slick-list {
	width : 90% !important;
	margin : 0 auto;
}
.thumbnail-img img {
	width : 100%;
	max-width : 170px;
	height : 9vw;
	max-height : 115px;
	object-fit : cover;
}
.thumbnail-img {
	opacity: .5;
	transition: opacity .3s linear;
	width : 12vw !important;
	max-width : 170px;
	margin : 0 5px;
}
.thumbnail .slick-current {
	opacity: 1;
}
.infoListTitle  {
	font-size : 1.2rem;
	color : #327851;
	font-weight : 500;
	padding-bottom : 2px;
	border-bottom : 2px solid #327851;
}
.infoList {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: flex-start;
}
.infoList.border {
	border-top : 2px dashed #e3e3e3;
}
.infoList dt {
	width : 20%;
	max-width : 180px;
	font-weight : 700;
	color : #327851;
}
.infoList dd {
	width : 80%;
	font-weight : 400;
	padding-left : 16px;
	box-sizing: border-box;
}
.infoList dd a.ins {
	display : inline-block;
	margin-right : 12px;
	padding-left : 30px;
	background : url(../img/ins2.png) no-repeat left center;
}
.infoList dd a.fb {
	display : inline-block;
	margin-right : 12px;
	padding-left : 30px;
	background : url(../img/fb2.png) no-repeat left center;
}
.infoList dd a.x {
	display : inline-block;
	margin-right : 12px;
	padding-left : 30px;
	background : url(../img/x2.png) no-repeat left center;
}
.primg {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	border-bottom : 2px solid #8f8e99;
}
.primg a {
	display : block;
	width : 32.5%;
	height : 24vw;
	max-height : 200px;
	border-radius : 20px;
	transition: 0.4s;
}
.primg .prTrans {
	width : 32.5%;
	height : 0;
	font-size: 0;
	line-height: 0;
}
.primg a img {
	width : 100%;
	height : 24vw;
	max-height : 200px;
	object-fit: cover;
}
.primg a:hover {
	opacity : 0.7;
}
.previwWindow.smp .newsLeft {
	width : 100%;
}
.previwWindow.smp .newsRight {
	width : 200px;
}
.previwWindow.smp .newsLeft .photo img {
	border-radius : 12px;
}
.previwWindow.smp .detailComm {
  font-size: 13px;
  line-height: 1.8;
}
.previwWindow.smp .newsLeft .ttle.mgt30 {
	margin-top : 10px;
}
.previwWindow.smp .newsLeft .ttle.mgb60 {
	margin-bottom : 20px;
}
@media only screen and (max-width: 480px) {
	.newsListTrans {
		width : 100%;
	}
}

.rootDetailInner {
	width : 100%;
	max-width : 1082px;
	margin : 0 auto;
}
.rootItem_l {

}
.rootItem_r {

}
.rootItem_l .inner {
	position : relative;
	width : 46%;
	padding-left : 54%;
	height : 34vw;
	max-height : 340px;
}
.rootItem_r .inner {
	position : relative;
	width : 46%;
	padding-right : 54%;
	height : 34vw;
	max-height : 340px;
}
.rootItem_l .outer {
	width : 100%;
	text-align : center;
}
.rootItem_r .outer {
	width : 100%;
	text-align : center;
}
.rootItem_l .outer::before {
	content : "";
	display : inline-block;
	width : 30vw;
	max-width : 300px;
	height : 150px;
	margin-top : 150px;
	border-left : 10px dotted #327851;
	border-top : 10px dotted #327851;
	border-radius : 30px 0 0 0;
}
.rootItem_l .outer::after {
	content : "";
	display : inline-block;
	width : 30vw;
	max-width : 300px;
	height : 150px;
	margin-bottom : 150px;
	border-right : 10px dotted #327851;
	border-bottom : 10px dotted #327851;
	border-radius : 0 0 30px 0;
}
.rootItem_r .outer::before {
	content : "";
	display : inline-block;
	width : 30vw;
	max-width : 300px;
	height : 150px;
	margin-bottom : 150px;
	border-left : 10px dotted #327851;
	border-bottom : 10px dotted #327851;
	border-radius : 0 0 0 30px;
}
.rootItem_r .outer::after {
	content : "";
	display : inline-block;
	width : 30vw;
	max-width : 300px;
	height : 150px;
	margin-top : 150px;
	border-right : 10px dotted #327851;
	border-top : 10px dotted #327851;
	border-radius : 0 30px 0 0;
}
.walkWrap  {
	display : inline-block;
	vertical-align: top;
	padding-top : 40px;
	position : relative;
	text-align : center;
}
.walkWrap p {
	position : absolute;
	display : inline-block;
	top : 100px;
	left : 50%;
	padding : 0 12px;
	background-color : #ffffff;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
.walkWrap strong {
	display : inline-block;
	text-align : center;
	color : #ffffff;
	font-size : 22px;
	font-weight : 500;
	line-height : 1.4;
	padding : 26px 20px;
	white-space: nowrap;
	background-color : #327851;
	border-radius : 16px;
}
.walkWrap strong span {
	display : block;
	text-align : center;
	font-size : 16px;
}
.rootPhoto {
	width : 50%;
	position : absolute;
	top : 0;
}
.rootPhoto img {
	width : 100%;
	max-width : 540px;
	height : 34vw;
	max-height : 340px;
	object-fit: cover;
}
.rootPhoto span {
	width : 100%;
	max-width : 540px;
	height : 34vw;
	max-height : 340px;
}
.rootItem_l .rootPhoto {
	left : 0;
}
.rootItem_r .rootPhoto {
	right : 0;
}
.rootInnerTop {
	width : 100%;
	display : table;
}
.rootNumber {
	display : table-cell;
	vertical-align: top;
	width : 100px;
	color : #327851;
	font-weight : 300;
	line-height : 0.7;
}
.rootNumber img {
	width : 100%;
	max-width : 135px;
}
.rootTitle {
	display : table-cell;
	vertical-align: top;
	font-weight : 400;
	line-height : 1.1;
	color : #327851;
}
.rootTitle ruby {
	display : block;
	font-size : 12px;
	line-height : 1.1;
	color : #327851;
}
.rootComm {
	margin-top : 20px;
	margin-bottom : 36px;
	color : #000000;
	font-size : 1rem;
	line-height : 1.8;
	font-weight : 400;
	width : 100%;
	overflow : hidden;
}
.rootComm.ht40 {
	height : 170px;
}
.rootComm.ht32 {
	height : 140px;
}
@media only screen and (max-width: 1080px) {
	.aroundTopTitle  {
		font-size : calc(3.95vw + 7.4px);
		width : 100%;
	}
	.aroundTopText {
		font-size : calc(1.45vw + 8.4px);
		line-height : 1.8;
		margin-bottom : 10px;
	}
	.topLine {
		border-top : calc(0.66vw + 5.9px) solid #bf9d6d;
	}
	.topLine::before {
		top: -25px;
		left: 50%;
		margin-left: -20px;
		border-width: 0 16px 20px 16px;
	}
	.walkWrap p {
		top : 10vw;
		padding : 0 12px;
	}
	.walkWrap img {
		width : 15vw;
		max-width : 125px;
	}
	.walkWrap strong span {
		font-size : 1rem;
	}
	.rootNumber {
		width : 13vw;
	}
	.rootComm {
		margin-top : 2vw;
		margin-bottom : 3.6vw;
		font-size : 1rem;
		line-height : 1.7;
	}
	.rootItem_l .outer::before {
		height : 15vw;
		margin-top : 15vw;
	}
	.rootItem_l .outer::after {
		height : 15vw;
		margin-bottom : 15vw;
	}
	.rootItem_r .outer::before {
		height : 15vw;
		margin-bottom : 15vw;
	}
	.rootItem_r .outer::after {
		height : 15vw;
		margin-top : 15vw;
	}
	.walkWrap strong {
		font-size : calc(1.05vw + 10.7px);
		padding : calc(1.05vw + 12.7px) calc(1.05vw + 8.7px);
		border-radius : calc(0.79vw + 7.5px);
	}
	.walkWrap strong span {
		font-size : calc(0.53vw + 10.3px);
	}
}
@media only screen and (max-width: 780px) {
	.rootItem_l .inner {
		height : auto;
		max-height : 1000px;
		min-height : 34vw;
	}
	.rootItem_r .inner {
		height : auto;
		max-height : 1000px;
		min-height : 34vw;
	}
}
@media only screen and (max-width: 540px) {
	.rootItem_l .inner {
		width : 100%;
		padding-left : 0;
	}
	.rootItem_r .inner {
		width : 100%;
		padding-right : 0;
	}
	.rootPhoto {
		width : 100%;
		position : relative;
		margin-top : 20px;
	}
	.rootPhoto img {
		height : 52.25vw;
	}
	.rootPhoto span {
		height : 52.25vw;
	}
	.rootItem_l .rootPhoto {
		left : 0;
	}
	.rootItem_r .rootPhoto {
		right : 0;
	}
	.rootItem_l .outer {
		text-align : center;
		height : calc(46vw + 40px);
	}
	.rootItem_r .outer {
		text-align : center;
		height : calc(46vw + 40px);
	}
	.rootItem_l .outer::before {
		content : "● ● ●";
		color : #327851;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display : block;
		width : 16px;
		max-width : 100%;
		text-align : center;
		height : auto;
		margin : 0 auto;
		border-style : none;
		border-radius : 0;
		line-height : 1.0;
		padding : 1vw 0 10px 0;
	}
	.rootItem_l .outer::after {
		content : "● ● ●";
		color : #327851;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display : block;
		width : 16px;
		max-width : 100%;
		text-align : center;
		height : auto;
		margin : 0 auto;
		border-style : none;
		border-radius : 0;
		line-height : 1.0;
		padding : 1vw 0 1vw 0;
	}
	.rootItem_r .outer::before {
		content : "● ● ●";
		color : #327851;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display : block;
		width : 16px;
		max-width : 100%;
		text-align : center;
		height : auto;
		border-style : none;
		border-radius : 0;
		margin : 0 auto;
		line-height : 1.0;
		padding : 1vw 0 10px 0;
	}
	.rootItem_r .outer::after {
		content : "● ● ●";
		color : #327851;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display : block;
		width : 16px;
		max-width : 100%;
		text-align : center;
		height : auto;
		margin : 0 auto;
		border-style : none;
		border-radius : 0;
		line-height : 1.0;
		padding : 1vw 0 1vw 0;
	}
	.walkWrap {
		margin-top: -40px;
		height : 20vw;
	}
	.walkWrap strong span {
		font-size: 13px;
	}
	.rootNumber {
		width: 20vw;
	}
	.rootTitle.fs32 {
		font-size : calc(1.82vw + 10.2px);
	}
	.rootTitle.fs40 {
		font-size : calc(2.73vw + 11.3px);
	}
}
@media only screen and (max-width: 480px) {

}


.greeting .left {
	width : 48%;
}
.greeting .left img {
	width : 100%;
	max-width : 560px;
}
.greeting .right {
	width : 52%;
	display : flex;
	flex-direction : row-reverse;
}
.greeting .right h3 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-weight : 600;
	margin-left : auto;
	line-height : 2.0;
}
.aboutInner {
	width : 100%;
	max-width : 1550px;
	margin-left : 60px;
	margin-right : auto;
}
.aboutInner.rev {
	margin-left : auto;
	margin-right : 60px;
}
.aboutInner .left {
	width : 25%;
}
.aboutInner .right {
	width : 75%;
	max-width : 1235px;
}
.aboutInner .right img {
	width : 100%;
}
.rltTitle {
	transform: rotate(90deg);
	position: relative;
	top: -1rem;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	white-space: nowrap;
}
.rltTitle.sub {
	top: 5rem;
}
.rltTitle h2 {
	display: flex;
	align-items: center;
}
.rltTitle h2 strong {
	display : block;
	font-size : 80px;
	color : #007d51;
	line-height : 1.1;
	letter-spacing: 3px;
}
.rltTitle h2 span {
	display : block;
	font-size : 24px;
	color : #999999;
	font-weight : 600;
	letter-spacing: 2px;
	margin-left : 30px;
}
@media only screen and (max-width: 1260px) {
	.rltTitle {
		left: -54px;
	}
	.rltTitle h2 strong {
		font-size: calc(4.35vw + 25.2px);
		letter-spacing: 2px;
	}
	.rltTitle h2 span {
		font-size: calc(1.3vw + 7.6px);
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 1160px) {
	.rltTitle {
		top: calc(100px - 6vw);
	}
}
@media only screen and (max-width: 960px) {
	.aboutInner {
		box-sizing: border-box;
		margin-left : 0;
		padding : 0 50px;
		margin-top : -6vw;
	}
	.aboutInner .left {
		width : 100%;
		margin-bottom : 6vw;
	}
	.aboutInner .right {
		width : 100%;
	}
	.rltTitle {
		transform: rotate(0);
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		text-align : center;
	}
	.rltTitle.sub {
		top: 0;
	}
	.rltTitle h2 {
		display: block;
		text-align : center;
	}
	.rltTitle h2 strong {
		display : block;
	}
	.rltTitle h2 span {
		margin-left : 0px;
	}
}
@media only screen and (max-width: 480px) {
	.aboutInner {
		padding : 0 20px;
	}
}

.aboutInner .nmComment {
	width : 100%;
	max-width : 920px;
	margin : 0 25% 0 auto;
	box-sizing : border-box;
}
.aboutInner.rev .nmComment {
	margin : 0 auto 0 25%;
}
.nmComment p {
	line-height : 2.0;
}
@media only screen and (max-width: 960px) {
	.aboutInner.rev .nmComment {
		margin : 0 auto;
	}
}
.feeWrap  {
	width : 100%;
	max-width : 1300px;
	margin : 0 auto;
	padding : 0 50px;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.feeWrap h2 {
	font-weight : 500;
}
.feeTable {

}
.feeTable dl {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: center;
}
.feeTable dt {
	width : 20%;
	border-right : 1px solid #f9f7f8;
	border-bottom : 1px solid #f9f7f8;
	background-color : #327851;
	color : #ffffff;
	font-size : 18px;
	font-weight : 500;
	text-align : center;
	height : 70px;
	display : -webkit-flex;
	display : flex;
	align-items: center;
}
.feeTable dt p {
	width : 100%;
	color : #ffffff;
	text-align : center;
}
.feeTable dd {
	width : 20%;
	border-right : 1px solid #f9f7f8;
	background-color : #ffffff;
	color : #000000;
	font-size : 20px;
	font-weight : 600;
	text-align : center;
	height : 100px;
	display : -webkit-flex;
	display : flex;
	align-items: center;
}
.feeTable dd.gray {
	background-color : #989ca7;
	color : #ffffff;
	font-size : 18px;
	font-weight : 500;
}
.feeTable dd p {
	width : 100%;
	color : #a20035;
	text-align : center;
	letter-spacing: 1px;
}
.feeTable dd.gray p {
	width : 100%;
	color : #ffffff;
}
.feeTable dt span {
	display : block;
	font-size : 14px;
	font-weight : 500;
}
.feeNote {
	
}
.feeNote dl {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.feeNote dt {
	width : 19px;
}
.feeNote dd {
	width : calc(100% - 19px);
	letter-spacing: 1px;
}
.feeNote.gray dt {
	color : #989898;
}
.feeNote.gray dd {
	color : #989898;
}
@media only screen and (max-width: 1260px) {
	.feeTable dt {
		font-size : calc(0.97vw + 5.8px);
	}
	.feeTable dd {
		font-size : calc(1.13vw + 5.8px);
	}
	.feeTable dd.gray {
		font-size : calc(0.97vw + 5.8px);
	}
	.feeTable dd p {
		letter-spacing: 0px;
	}
	.feeTable dt span {
		font-size : 13px;
	}
}
@media only screen and (max-width: 640px) {
	.feeTable {
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
	}
	.feeTable dl {
		display : block;
		width : 50%;
	}
	.feeTable dt {
		width : 100%;
		font-size : calc(1.88vw + 6.0px);
	}
	.feeTable dd {
		width : 100%;
		border-right : 1px solid #f9f7f8;
		border-bottom : 1px solid #f9f7f8;
		font-size : calc(1.88vw + 8.0px);
		height : 70px;
	}
	.feeTable dd.gray {
		font-size : calc(1.88vw + 6.0px);
	}
	.feeTable dd p {
		letter-spacing: 0px;
	}
	.feeTable dt span {
		font-size : calc(0.62vw + 10.0px);
	}
}
@media only screen and (max-width: 480px) {
	.feeWrap  {
		padding : 0 20px;
	}
	.msComment h3 {
		text-align : left !important;
	}
	.msComment p {
		text-align : left !important;
	}
}

.message img {
	width : 100%;
	max-width : 1200px;
}

.banner {
	
}
.banner .item {
	width : 50%;
	max-width : 600px;
	height : 22vw;
	max-height : 300px;
	overflow : hidden;
	background-color : #000000;
}
.banner a {
	display : block;
	position : relative;
}
.banner p {
	width : 100%;
	max-width : 600px;
}
.banner a img {
	width : 100%;
	transition: 0.4s;
}
.banner h4 {
	position : absolute;
	top : 24px;
	left : 24px;
	color : #ffffff;
	font-size : 24px;
}
.banner a span {
	position : absolute;
	bottom : 20px;
	right : 20px;
	background-color : #327851;
	font-size : 0;
	width : 60px;
	height : 60px;
	transition: 0.4s;
}
.banner a span::before {
	content: "";
	position: absolute;
	top: 29px;
	right: 14px;
	width: 32px;
	height: 2px;
	background: #ffffff;
	transition: 0.4s;
}
.banner a span::after {
	content: "";
	position: absolute;
	top: 26px;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s;
}
.banner a:hover img {
	transform:scale(1.1, 1.1);
	opacity : 0.7;
}
.banner a:hover span {
	background-color : #ffffff;
}
.banner a:hover span::before {
	background: #327851;
}
.banner a:hover span::after {
	border-top: 2px solid #327851;
	border-right: 2px solid #327851;
}

.smgt40 {
	padding-top : 0px;
}
@media only screen and (max-width: 1200px) {
	.conceptLeft p {
		font-size : calc(0.34vw + 11.9px);
		line-height : 2.0;
	}
}
@media only screen and (max-width: 800px) {
	.banner .item {
		height : 21vw;
	}
	.banner a img {
		width : 100%;
		height : 21vw;
		object-fit : cover;
		transition: 0.4s;
	}
	.banner h4 {
		top : 2.4vw;
		left : 2.4vw;
		font-size : calc(2.29vw + 5.7px);
	}
	.banner a span {
		bottom : 2.6vw;
		right : 2vw;
		width : 6vw;
		height : 6vw;
	}
	.banner a span::before {
		top: 3vw;;
		right: 1.4vw;
		width: 3.2vw;
		height: 2px;
	}
	.banner a span::after {
		top: calc(3vw - 3px);
		right: calc(1.4vw + 1px);
		width: 6px;
		height: 6px;
	}
}

.detailpage_title {
	width : 100%;
	margin-top : 112px;
}
.detailpage_title .detail_all {
	width : 100%;
}
.detailpage_title .detail_sub {
	width : 100%;
}
.detailpage_title .pict_dtl {
	width : 100%;
}
.detailpage_title .pict_dtl img {
	width : 100%;
	height : 100vw;
	max-height : 1100px;
	object-fit : cover;
}

.contactpage_title {
	width : 100%;
	margin-top : 112px;
}
.contactpage_title .contact_all {
	width : 100%;
	height : 38vw;
	max-height : 380px;
	position : relative;
}
.contactpage_title .contact_sub {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.contactpage_title .contact_btn {
	width : 330px;
	margin-bottom : 30px;
}
.contactpage_title .contact_btn a {
	font-size : 18px;
	font-weight : 500;
	line-height : 38px;
	text-align : center;
	width : 48%;
	color : #327851;
	border : 2px solid #91b7a0;
	margin : 0 10px;
	padding : 0 12px;
}
.contactpage_title .contact_btn span {
	position : relative;
	font-size : 18px;
	font-weight : 500;
	line-height : 38px;
	text-align : center;
	width : 48%;
	color : #ffffff;
	border : 2px solid #327851;
	background-color : #327851;
	margin : 0 10px;
	padding : 0 12px;
}
.contactpage_title .contact_btn span::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #327851 transparent transparent transparent;
	border-width: 12px 8px 0 8px;
}
.contactpage_title .contact_sub h1 strong {
	display : block;
	font-size : 80px;
	color : #327851;
	line-height : 1.2;
	letter-spacing: 3px;
	text-align : center;
}
.contactpage_title .contact_sub h1 span {
	display : block;
	font-size : 24px;
	color : #989898;
	text-align : center;
	line-height : 1.2;
	font-weight : 700;
	letter-spacing: 2px;
}
.contactpage_title .blockTitle span {
	
}
@media only screen and (max-width: 960px) {
	.contactpage_title .contact_sub h1 strong {
		font-size : calc(4.35vw + 25.2px);
	}
	.contactpage_title .contact_sub h1 span {
		font-size : calc(1.3vw + 7.6px);
	}
	.contactpage_title .contact_btn a {
		font-size : calc(0.78vw + 10.5px);
		line-height : calc(1.56vw + 23.0px);
		padding : 0 calc(0.47vw + 7.5px);
	}
	.contactpage_title .contact_btn span {
		font-size : calc(0.78vw + 10.5px);
		line-height : calc(1.56vw + 23.0px);
		padding : 0 calc(0.47vw + 7.5px);
	}
}

.top_images {
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: center;
	background: url(../img/top_image.jpg) repeat-x top center;
	max-height: 576px;
	font-size: 0;
	line-height: 0;
}

@media only screen and (max-width: 400px) {
	.aboutWrap p {
		line-height : 1.8;
		letter-spacing: 0px;
	}
	.detailpage_title {
		margin-top : 60px;
	}
}
.centerWrap {
	padding : 100px 0;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.centerTitle {
	background : url(../img/box.png) repeat 0 0;
	position : relative;
	width : 720px;
	padding : 50px 0;
	text-align : center;
	margin : 0 auto;
}
.centerTitle h2 {
	color : #157246;
	line-height : 1.8;
}
.centerTitle span {
	display : block;
	width : 40px;
	height : 40px;
	position : absolute;
}
.centerTitle span:nth-of-type(1) {
	top : 0;
	left : 0;
	border-top : 4px solid #157246;
	border-left : 4px solid #157246;
}
.centerTitle span:nth-of-type(2) {
	top : 0;
	right : 0;
	border-top : 4px solid #157246;
	border-right : 4px solid #157246;
}
.centerTitle span:nth-of-type(3) {
	bottom : 0;
	left : 0;
	border-bottom : 4px solid #157246;
	border-left : 4px solid #157246;
}
.centerTitle span:nth-of-type(4) {
	bottom : 0;
	right : 0;
	border-bottom : 4px solid #157246;
	border-right : 4px solid #157246;
}
.newsWrapOuter {
	background : url(../img/haikei3.jpg) no-repeat 0 0;
	height : 481px;
}
.contactTitle {
	text-align : center;
	font-family : 'Yu Mincho', 'YuMincho', 'メイリオ', 'Meiryo', serif;
	font-size : 36px;
	font-weight : 500;
	letter-spacing: 2px;
	color : #707070;
	line-height : 1.4;
	height : 82px;
	padding-top : 38px;
	background : url(../img/contact_ttl.png) no-repeat center top;
}
.contactTitle.e_essential {
	background : url(../img/essential_ttl.png) no-repeat center top;
}
@media only screen and (max-width: 720px) {
	.normalTitle.downbar::after {
		height : calc(3vw + 30px);
		margin-top : 2vw
	}
	.centerWrap {
		padding : 13vw 0 12vw 0;
		background-repeat : no-repeat;
		background-position : center center;
		background-size : cover;
	}
	.centerTitle {
		width : 86%;
		padding : 7vw;
		box-sizing: border-box;
	}
	.supportInner p {
		line-height : 2.0;
		padding : 20px 0;
	}
}
@media only screen and (max-width: 480px) {
	.newsWrapOuter {
		height : auto;
		padding-bottom : 6vw;
	}
	.newsItem a {
		display : block;
		padding : 0px 10px 8px 10px;;
	}
	.newsItem p {
		font-size : 13px;
	}
	.newsItem .date {
		width : 100%;
	}
	.newsItem .comm {
		width : 100%
	}
	.newsItem .new {
		position : absolute;
		top : 16px;
		right : 0px;
		width : 70px;
		color : #44ac67;
		font-size : 12px;
	}
}
@media only screen and (max-width: 480px) {
	.topContactWrap p {
		text-align : left !important;
	}
}

.pager {
	width: 100%;
	text-align: center;
}
.pager li {
	display: inline-block;
	font-size: 24px;
	line-height: 1.0;
	vertical-align: top;
}
.pager li span {
	display: inline-block;
	font-size : 18px;
	margin: 0 4px;
	width : 40px;
	line-height : 38px;
	padding-bottom : 2px;
	color: #ffffff;
	background-color : #d7aa37;
	font-weight: bold;
	vertical-align: middle;
	border-radius : 20px;
}
.pager li a {
	display: inline-block;
	font-size : 18px;
	margin: 0 4px;
	width : 40px;
	line-height : 38px;
	padding-bottom : 2px;
	color : #0f1e83;
	font-weight: bold;
	vertical-align: middle;
	transition: 0.3s;
	border-radius : 20px;
	background-color : #ffffff;
}
.pager li em {
	display: inline-block;
	margin: 0 14px;
	color: #ffffff;
	font-style: normal;
	vertical-align: top;
}
.pager li a.gray {
	background-color : #b3b3b3;
	border : 1px solid #b3b3b3;
	font-family: 'Arsenal', sans-serif;
	font-size : 36px;
}
.pager li a:hover {
	color: #d7aa37;
	background-color : #f5f4fa;
}
.spListFlex.for {
	width : 100%;
	max-width : 1048px;
	margin-right : auto;
}
.spListFlex.rev {
	width : 100%;
	max-width : 1048px;
	margin-left : auto;
}
.infomationItem {
	position : relative;
	width : 100%;
}
.infomationItem .img {
	width : 52.4%;
	padding-top : 16px;
	position : relative;
}
.infomationItem .img img {
	width : 100%;
}
.infomationItem .img span {
	position : absolute;
	top : 0;
	left : 0;
	display : block;
	text-align : center;
	width : 60px;
	padding : 40px 0 40px 0;
	font-size : 24px;
	font-weight : 500;
	line-height : 60px;
	color : #006d41;
	writing-mode: vertical-rl;
	background-color : #ffffff;
}
.infomationItem .img span::before {
	content : "";
	position : absolute;
	top : 0;
	left : 50%;
	display : block;
	width : 3px;
	height : 32px;
	background-color : #006d41;
}
.infomationItem .comm {
	width : 42.6%;
}
.infomationItem .title {
	color : #006d41;
	font-weight : 500;
	line-height : 1.8;
}
@media only screen and (max-width: 640px) {
	.infomationItem .img {
		width : 100%;
	}
	.infomationItem .comm {
		width : 100%;
		margin-top : 4vw;
	}
	.infomationItem .img span {
		width : 40px;
		padding : 40px 0 30px 0;
		font-size : 18px;
		line-height : 40px;
	}
}
@media only screen and (max-width: 480px) {
	.infomationItem {
		width : 100%;
	}
	.infomationItem.mgt60 {
		margin-top : calc(6vw + 12px) !important;
	}
}

.companyText {
	text-align: left;
	color: #464646;
	font-size: 16px;
	line-height: 2.0;
	padding: 20px 0 12px 0;
}

.companyText span {
	display: block;
	margin-bottom: 24px;
}

.companyText .name {
	text-align: right;
	color: #464646;
	font-size: 16px;
	padding: 20px 0 0 0;
}

.newsWrap {
	width : 100%;
	max-width : 831px;
}
.newsFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	width : 100%;
	max-width : 1200px;
	margin : 0 auto;
	box-sizing: border-box;
}
.overNews {
	width : 68%;
	max-width : 860px;
	box-sizing: border-box;
}
.overNews .newsListWrap {
	width : 100%;
	background-color : #ffffff;
	padding : 60px 60px 80px 60px;
	box-sizing: border-box;
	z-index : 90;
	border-radius : 50px;
	box-sizing: border-box;
}
.overNews .newsItem {
	text-align : left;
	font-size : 1rem;
	color : #2e2d33;
	font-weight : 500;
}
.overNews .newsItem .newsInner {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	position : relative;
	padding : 36px 0;
	border-bottom : 1px dotted #4c2b0a;
}
.overNews .newsItem p {
	color : #4c2b0a;
	line-height : 1.2;
	text-align : left;
}
.overNews .newsItem .date {
	width : 120px;
	font-weight : 700;
}
.overNews .newsItem .comm {
	width : calc(100% - 150px);
	margin-left : 2%;
	height : 24px;
	font-weight : 500;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overNews .newsItem .new {
	width : 36px;
	padding-left : 0;
	position : relative;
	top : -5px;
}
.overNews .newsItem .new img {
	width : 8vw;
	max-width : 36px;
}
.overNews .newsItem .newsInner a {
	color : #2e2d33;
	padding : 0 !important;
}
.newsRight {
	width : 24%;
	max-width : 420px;
	z-index : 90;
}
.newsRight .arcive {
	background-color : #f5f4fa;
	padding : 40px 40px 40px 40px;
	box-sizing: border-box;
}
.newsRight h3 {
	font-weight : 700;
	letter-spacing: 2px;
	color : #f1904b;
	position : relative;
}
.newsRight a {
	font-size : 1rem;
	font-weight : 600;
	color : #0f1c84;
	line-height : 2.0;
	transition: 0.3s;
}
.newsRight a:hover {
	color : #6a6a6a;
}
.newsRight a span {
	font-weight : 300;
}
.selecter {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.selecter a {
	display : block;
	line-height : 2.0;
	font-size : 16px;
	color : #0f1c84;
	background-color : #ffffff;
	border : 2px solid #0f1c84;
	padding : 0 24px;
	margin : 0 10px;
}
.selecter a.active {
	color : #ffffff;
	background-color : #0f1c84;
}

.newsItem {
	border-bottom : 1px dotted #b4bddc;
}
.newsItem a {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : flex-start;
	justify-content : flex-start;
	position : relative;
	transition: 0.4s;
}
.newsItem a:hover {
	opacity : 0.6;
}
.newsItem p {
	font-weight : 500;
	line-height : 1.6;
	text-align : left;
	margin-right : 20px;
}
.newsItem .cate {
	padding : 0 10px;
	line-height : 1.8;
	min-width : 58px;
}
.newsItem .comm {
	padding-left : 2%;
	height : 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsItem .new {
	width : 14%;
	padding-left : 4%;
}
.newsParts {
	display : -webkit-flex;
	display : flex;
}
.newsParts .date {
	font-size : 1rem;
	color : #000000;
	font-weight : 500;
	line-height : 1.6;
	text-align : left;
	margin-right : 20px;
}
.newsParts .cate {
	font-size : 14px;
	color : #ffffff;
	background-color : #024886;
	padding : 0 10px;
	line-height : 1.8;
}
.newsListWrap h2 {
	font-size : 36px;
	color : #1a1a1a;
	padding : 20px 0 10px 0;
	line-height : 1.8;
}
.newsListWrap .photo img {
	width : 100%;
}
.newsListWrap .detailComm {
	font-size : 1rem;
	color : #000000;
	font-weight : 400;
	line-height : 1.8;
	text-align : left;
}
#newsmenuTab {
	display : none;
}
@media only screen and (max-width: 960px) {
	.newsWrapOuter .normalWrap {
		padding : 0 10vw;
	}
	.newsFlex .newsWrap {
		width : calc(82% - 6vw);
		padding-right : 6vw;
	}
	.newsWrap .imageTitle img {
		width : 50%;
		max-width : 269px;
	}
	.newsRight h3 {
		font-size : calc(0.62vw + 14.0px);
		letter-spacing: 1px;
	}
	.newsListWrap h2 {
		font-size : calc(2.81vw + 9.0px);
		line-height : 1.6;
	}
}
@media only screen and (max-width: 760px) {
	.newsFlex .newsWrap {
		width : calc(70% - 1vw);
		padding-right : 1vw;
	}
	.newsFlex .newsRight {
		width : 30%;
	}
	.newsItem {
		padding-top : 12px;
	}
}
@media only screen and (max-width: 640px) {
	.newsWrapOuter .rtlPageTitle {
  		top: 0;
	}
	.newsWrapOuter .normalWrap {
		padding : 0 4vw;
	}
}
@media only screen and (max-width: 480px) {
	.newsWrapOuter {
		height : auto;
		padding-bottom : 12vw;
	}
	.newsItem a {
		flex-wrap : wrap;
	}
	.newsItem a .comm {
		width : 100%;
		padding-left : 0;
		margin-top : 6px;
	}
	.newsItem .cate {
		font-size: 13px;
	}
	.newsItem p {
		font-size : 14px;
	}
	.newsFlex .newsWrap {
		width : 100%;
		padding-right : 0;
	}
	.newsFlex .newsRight {
		width : 160px;
		position : absolute;
		right : -228px;
		transition: 0.5s;
		padding : 10px 32px;
		background-color : #ffffff;
		border : 2px solid #009ac0;
	}
	#newsmenuTab {
		display : block;
		color : #ffffff;
		font-size : 16px;
		background-color : #009ac0;
		position : absolute;
		width : 24px;
		height : 24px;
		top : -2px;
		left : -36px;
		padding : 12px 4px 19px 8px;
		border-radius : 8px 0 0 8px;
	}
	.newsFlex .newsRight.active {
		right : -2px;
	}
}
.newsParts {
	display : -webkit-flex;
	display : flex;
}
.newsParts .date {
	font-size : 1rem;
	font-weight : 500;
	line-height : 1.6;
	text-align : left;
	margin-right : 20px;
}
.newsParts .cate {
	font-size : 14px;
	color : #ffffff;
	background-color : #024886;
	padding : 0 10px;
	line-height : 1.8;
}
.newsListWrap .photo img {
	width : 100%;
}
.newsListWrap .photo img.contain {
	width : 100%;
	object-fit : cover;
	height : 56vw;
	max-height : 600px;
}
#newsmenuTab {
	display : none;
}
.pdt80k {
	padding-top : 80px;
}
@media only screen and (max-width: 960px) {
	.overNews .newsListWrap {
		padding : 4vw 6vw 5vw 6vw;
	}
	.overNews .newsItem .newsInner {
		padding : 3.6vw 0;
	}
	.newsRight .arcive {
		padding : 4vw;
	}
	.newsWrapOuter .normalWrap {
		padding : 0 10vw;
	}
	.newsFlex .newsWrap {
		width : calc(82% - 1vw);
		padding-right : 1vw;
	}
	.newsWrap .imageTitle img {
		width : 50%;
		max-width : 269px;
	}
	.reverceTitle {
		font-size : 28px;
		height : 92px;
		padding-top : 30px;
	}
	.contactTitle {
		font-size : 28px;
		height : 70px;
		padding-top : 38px;
	}
	.newsRight h3 {
		font-size : calc(0.62vw + 14.0px);
		letter-spacing: 1px;
	}
	.newsListWrap h2 {
		font-size : calc(2.81vw + 9.0px);
		line-height : 1.6;
	}
	.pdt80k {
		padding-top : 4vw;
	}
}
@media only screen and (max-width: 720px) {
	.pdt80k {
		padding-top : 0vw;
	}
}
@media only screen and (max-width: 640px) {
	.selecter a {
		font-size : calc(1.25vw + 8.0px);
		border : 1px solid #0f1c84;
		padding : 0 2.4vw;
		margin : 0 1vw;
	}
	.newsWrapOuter .rtlPageTitle {
  		top: 0;
	}
	.newsWrapOuter .normalWrap {
		padding : 0 4vw;
	}
	.overNews .newsItem .newsInner {
		display : block;
		padding : 3vw 0;
		border-bottom : 1px dotted #4c2b0a;
	}
	.overNews .newsItem .date {
		width : 100%;
	}
	.overNews .newsItem .comm {
		width : 95%;
		margin-left : 5%;
		height : 1.5em;
		padding-top : 8px;
	}
}
@media only screen and (max-width: 480px) {
	.newsWrapOuter {
		height : auto;
		padding-bottom : 12vw;
	}
	.reverceTitle {
		font-size : 24px;
		height : 48px;
		padding-top : 24px;
	}
	.contactTitle {
		font-size : 24px;
		height : 62px;
		padding-top : 36px;
	}
	.newsItem a {
		flex-wrap : wrap;
	}
	.newsItem a .comm {
		width : 100%;
		padding-left : 0;
	}
	.newsItem .cate {
		font-size: 13px;
	}
	.newsItem p {
		font-size : 14px;
	}
	.newsFlex .newsWrap {
		width : 100%;
		padding-right : 0;
	}
	.newsFlex .newsRight {
		width : 160px;
		position : absolute;
		right : -165px;
		transition: 0.5s;
		padding : 0;
		background-color : #ffffff;
		border : 2px solid #d7aa37;
	}
	#newsmenuTab {
		display : block;
		color : #ffffff;
		font-size : 16px;
		background-color : #d7aa37;
		position : absolute;
		width : 24px;
		height : 24px;
		top : -2px;
		left : -36px;
		padding : 12px 4px 19px 8px;
		border-radius : 8px 0 0 8px;
	}
	.newsFlex .newsRight.active {
		right : -2px;
	}
}
@media only screen and (max-width: 400px) {
	.pdt80k {
		padding-top : 6vw;
	}
}

.newsDetailParts {
	align-items: flex-end;
	border-bottom : 2px solid #f1914a;
	padding-bottom : 10px;
}
.newsDetailParts .ttle {
	font-weight : 500;
}

/* 各ページ */

/* 仕事内容 */

.pageTops {
	width : 100%;
	height : 569px;
}
.topTitle {
	margin: 0 auto;
	position: absolute;
	top : 0;
	left : 50%;
}
.topTitle {
	margin: 0 auto;
	position: absolute;
	top : 0;
	left : 50%;
	transform: translateX(-25%);
	white-space: nowrap;
}
.subTopTitle {
	display : inline-block;
}
.subTopTitle h2 {
	display : inline-block;
}

.submenuWrap {
	width : 100%;
	max-width : 640px;
	margin : 0 auto;
	padding : 0 10px;
	box-sizing: border-box;
}
.filedMenu li {
	width : 48%;
	color : #006d41;
	background-color : #ffffff;
	padding : 20px 20px 20px 36px;
	box-sizing: border-box;
	border-radius : 48px;
	text-align : left;
}
.filedMenu li a {
	display: block;
	color: #006d41;
	transition: 0.3s;
	position: relative;
}
.filedMenu li a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 3px solid #dbf3e5;
	transition: 0.3s;
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 20px;
}
.filedMenu li a::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #006d41;
	border-bottom: 2px solid #006d41;
	transition: 0.3s;
	position: absolute;
	top: 9px;
	right: 10px;
	transform: rotate(-45deg);
}
.filedMenu li a br {
	display : none;
}
.idleTitle {
	font-weight : 500;
	position : relative;
	padding-top : 45px;
}
.idleTitle::before {
	content : "";
	position : absolute;
	top : 0;
	left : calc(50% - 1px);
	width : 3px;
	height : 36px;
	background-color : #006d41;
}
.idleListWrap {
	width : 100%;
	max-width : 1220px;
	margin-left : auto;
	margin-right : auto;
	padding : 0 0 0 10px;
	box-sizing: border-box;
}
.idleList {
	
}
.idleList .idleItem {
	width : 32.5%;
	position : relative;
	padding : 12px;
	box-sizing : border-box;
}
.idleList .idleItem h3 {
	position : absolute;
	top : 0;
	left : 0;
	display : inline-block;
	background-color : #006d41;
	color : #ffffff;
	font-weight : 500;
	letter-spacing: 1px;
	padding : 2px 8px 4px 8px;
	z-index : 2;
}
.idleList .idleItem .inner {
	width : 100%;
	background-color : #ffffff;
	font-size : 0;
}
.idleList .idleItem .inner .img {
	width : 100%;
	max-width : 380px;
	height : 24vw;
	max-height : 240px;
	overflow : hidden;
	position : relative;
	z-index : 1;
}
.idleList .idleItem .inner .img img {
	width : 100%;
	max-width : 380px;
	height : 24vw;
	max-height : 240px;
	object-fit: cover;
	transition: 0.3s;
}
.idleList .idleItem .inner .spec {
	padding : 20px 24px 40px 24px;
}
.idleList .idleItem .inner dl {
	font-size : 1rem;
	display : -webkit-flex;
	display : flex;
}
.idleList .idleItem .inner dt {
	width : 5.5em;
	white-space: nowrap;
}
.idleList .idleItem .inner dt i {
	font-style : normal;
}
.idleList .idleItem .inner dd {
	width : calc(100% - 5.5em);
	padding-left : 4em;
	box-sizing : border-box;
	position : relative;
}
.idleList .idleItem .inner dd::before {
	content : "\25B6";
	color : #006d41;
	font-size : 1rem;
	position : absolute;
	top : 0;
	left : 1.5em;
}
.idleList .idleItem .inner .img img:hover {
	transform: scale(1.1);
}
.matchWrap {
	width : 100%;
	max-width : 1240px;
	padding : 0 20px;
	box-sizing : border-box;
	position: relative;
}
.matchWrap h3 {
	position : relative;
	top : 18px;
	left : -20px;
	display : inline-block;
	padding : 0 32px 4px 14px;
	box-sizing : border-box;
	color : #ffffff;
	font-size : 1.2rem;
	line-height : 1.8;
	font-weight : 500;
	z-index : 2;
}
.matchWrap h3::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #006d41;
	transform: scaleY(1.2) perspective(.6em) rotateX(1.4deg);
	transform-origin: bottom left;
}
.matchOuter {
	border : 40px solid #ede9e8;
	padding : 40px;
	box-sizing : border-box;
}
.matchInner dt {
	width : 140px;
	font-size : 86px;
	font-weight : 500;
	font-style : italic;
	font-family: 'Roboto', sans-serif;
	color : #006d41;
}
.matchInner dd {
	width : calc(100% - 142px);
	border-left : 2px solid #006d41;
	padding-left : 4%;
	font-size : 1.1rem;
	line-height : 1.8;
	color : #006d41;
	box-sizing : border-box;
	min-height: 4em;
	display: flex;
	align-items: center;
}
.matchInner dd strong {
	display : block;
}
.matchInner dd p {
	width : 1.2em;
	display : inline-block;
	vertical-align : top;
}
.matchInner dd div {
	width : calc(100% - 1.4em);
	display : inline-block;
	vertical-align : top;
}
@media only screen and (max-width: 960px) {
	.matchOuter {
		border : calc(3.5vw + 5px) solid #ede9e8;
		padding : calc(3.5vw + 5px) 2vw calc(3.5vw + 5px) calc(3.5vw + 5px);
	}
	.matchInner dt {
		width : 14vw;
		font-size : calc(5.09vw + 22.4px);
	}
	.matchInner dd {
		width : calc(100% - 14vw);
	}
}
@media only screen and (max-width: 720px) {
	.idleList .idleItem {
		width : 48.5%;
		padding : 10px;
	}
	.idleList .idleItem .inner .img {
		height : 30vw;
	}
	.idleList .idleItem .inner .img img {
		height : 30vw;
	}
	.idleList .idleItem .inner .spec {
		padding : 2vw 2.4vw 4vw 2.4vw;
	}
	.idleList .idleItem .inner dt {
		width : 5em;
	}
	.idleList .idleItem .inner dd {
		width : calc(100% - 5em);
		padding-left : 3em;
	}
	a.morebtn.sht {
		width : 100%;
		max-width: 200px;
		padding: 0 0 2px 16px;
		font-size: 1rem;
		letter-spacing: 0px;
		box-sizing: border-box;
		line-height : 3.0;
	}
}
@media only screen and (max-width: 640px) {
	.filedMenu li {
		padding : 2.4vw 2.4vw 2.4vw calc(2vw + 12px);
	}
	.filedMenu li a::before {
		top: -2px;
	}
	.filedMenu li a::after {
		top: 5px;
	}
}
@media only screen and (max-width: 480px) {
	.matchOuter {
		border : calc(3.5vw + 5px) solid #ede9e8;
		padding : 2vw calc(3.5vw + 5px) calc(3.5vw + 5px) calc(3.5vw + 5px);
	}
	.matchInner dt {
		width : 1100%
	}
	.matchInner dd {
		width : 100%;
		border-left : none;
		border-top : 2px solid #006d41;
		padding-left : 0;
		padding-top : 3vw;
		font-size : 1rem;
	}
	.matchInner dd strong {
		font-size : 1.1rem;
	}
	.matchWrap h3 {
	  top: calc(1vw + 5px);
	}
	br.smp {
		display : none;
	}
	.filedMenu li a br {
		display : block;
	}
	.filedMenu li {
		padding : 12px 3vw 12px 6vw;
	}
	.filedMenu li a {
		font-size : 12px;
	}
	.filedMenu li a::before {
		top: 7px;
	}
	.filedMenu li a::after {
		top: 14px;
	}
	.idleList .idleItem .inner {
		width: calc(100% - 10px);
	}
	.idleList .idleItem {
		width : 100%;
		padding : 10px;
	}
	.idleList .idleItem .inner .img {
		max-width : 480px;
		height : 47vw;
	}
	.idleList .idleItem .inner .img img {
		max-width : 480px;
		height : 47vw;
	}
}

.menuTag {
	width : 100%;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
	flex-wrap : wrap;
}
.menuTag a {
	font-size : 1rem;
	width : 12%;
	margin : 0 1%;
	text-align : center;
	line-height : 3.0;
	color : #0f1e83;
	font-weight : 500;
	background-color : #ffffff;
	border : 1px solid #0f1e83;
	transition: 0.3s;
}
.menuTag a:hover {
	color : #ffffff;
	background-color : #0f1e83;
}
.menuInner {
	background-color : #f5f4fa;
	padding : 30px;
	box-sizing: border-box;
	margin-top : 50px;
}
.menuInner .image {
	width : 23%;
	max-width : 213px;
}
.menuInner .image2 {
	width : 100%;
	max-width : 213px;
	margin-top : 20px;
}
.menuInner .image2 img {
	width : 100%;
}
.menuInner .image2 span {
	display : block;
	text-align : center;
	padding : 0 0 14px 0;
	font-size : 1.1rem;
	letter-spacing: 2px;
	color : #000000;
}
.menuInner .imageTrans {
	width : 23%;
	max-width : 213px;
	font-size : 0;
	height : 1px;
}
.menuInner .image img {
	width : 100%;
}
.menuInner .left {
	width : 48.45%;
	box-sizing: border-box;
}
.menuInner .right {
	width : 48.45%;
	box-sizing: border-box;
}
.menuInner .item {
	width : 47.5%;
	max-width : 213px;
}
.menuInner .item h4 {
	text-align : center;
	line-height : 1.6;
	color : #ffffff;
}
.menuInner .item h4.bgc01 {
	background-color : #ef3177;
}
.menuInner .item h4.bgc02 {
	background-color : #e58b3d;
}
.menuInner .item h4.bgc03 {
	background-color : #591430;
}
.menuInner .item h4.bgc04 {
	background-color : #8b8c90;
}
.dressing .dr_image {
	width : 50%;
}
.dressing .dr_image img {
	width : 100%;
	max-width : 500px;
}
.dressing .right {
	width : 45%;
}
.dressing .right .img {
	width : 32%;
}
.dressing .right .comm {
	width : 68%;
}
.dressingTitle {
	display : inline-block;
	border : 1px solid #0f1e83;
	font-weight : 700;
	padding : 16px 50px;
	letter-spacing: 2px;
}
.dressingTable {
	border-collapse: collapse;
	background-color : #ffffff;
	width : 100%;
}
.dressingTable th {
	width : 24%;
	border : 1px solid #0f1e83;
	padding : 20px 0;
	text-align : center;
}
.dressingTable td {
	width : calc(52% - 40px);
	border : 1px solid #0f1e83;
	padding : 20px 10px;
	text-align : left;
}
.dressingTable td span {
	display : inline-block;
	margin : 0 10px;
}


.imgback { 
	background: url(../img/back.jpg) repeat top left;
	padding-top: 90px;
}
.contWrap {
	text-align: center;
	padding: 0 10px;
}
.contWrap .centerWord {
	margin: 50px 0 32px 0;
}

.centerComm  {
	font-size : 16px;
	color : #000000;
	text-align : center;
	font-weight : 400;
}
.formButton  {
	text-align : center;
}
.formButton a {
	text-align : center;
	display : inline-block;
	font-size : 32px;
	color : #ffffff;
	font-weight : 700;
	width : 80%;
	max-width : 625px;
	padding : 20px 0 24px 0;
	line-height : 1.6;
	background-color : #000000;
	transition: 0.4s;
}
.formButton a img {
	position : relative;
	top : 10px;
	left : -12px;
}
.formButton a:hover {
	opacity : 0.7;
}
@media only screen and (max-width: 1060px) {
	.imgback {
		padding-top: 9vw;
	}
	.contWrap .centerWord {
		margin: 5vw 0 3vw 0;
	}
	.centerComm  {
		font-size : calc(0.41vw + 10.7px);
	}
	.contSlideInner .comm {
		padding: 4vw 3vw 8vw 3vw;
	}
	.contSlideInner .comm .check {
		font-size : calc(0.81vw + 15.4px);
		margin-bottom: 2vw;
		border-bottom: calc(0.4vw + 3px) solid #000000;
	}
	.contSlideInner .comm p {
		font-size : calc(0.41vw + 11.7px);
	}
	.feed-prev-btn {
		left : calc(-2.55vw - 12px);
	}
	.feed-next-btn {
		right : calc(-2.55vw - 12px);
	}
	.formButton a {
		font-size : calc(2.16vw + 9.1px);
		width : 90%;
		padding : calc(2vw + 6px) 0 calc(2vw + 8px) 0;
	}
	.formButton a img {
		position : relative;
		top : 0.6vw;
		left : -12px;
		width : calc(1.8vw + 18px);
	}
}
@media only screen and (max-width: 1200px) {
	.menuTag a {
		width : 12%;
		margin : 0 0.5%;
	}
}
@media only screen and (max-width: 960px) {
	.menuTag a {
		width : 9%;
		margin : 0 0.5%;
	}
	.menuTag a.long {
		width : 15%;
		margin : 0 0.5%;
	}
	.menuInner {
		padding : calc(1vw + 10px) calc(2vw + 10px);
		margin-top : calc(4vw + 10px);
	}
}
@media only screen and (max-width: 720px) {
	.menuTag a {
		width : 20%;
		margin : 0 0.5% 1% 0.5%;
	}
	.menuTag a.long {
		width : 20%;
		margin : 0 0.5% 1% 0.5%;
	}
	.dressingTable th {
		padding : calc(1vw + 10px) 0;
	}
	.dressingTable td {
		padding : calc(1vw + 10px) 0;
	}
}
@media only screen and (max-width: 640px) {
	.mgb02 {
		padding-bottom: calc(4vw + 8px);
	}
	.map iframe {
		height : 400px;
	}
	.dressing .dr_image {
		width : 100%;
		text-align : center;
	}
	.dressing .dr_image img {
		width : 90%;
		max-width : 500px;
	}
	.dressing .right {
		width : 90%;
		margin : 0 auto;
		padding : 5vw 0;
	}
}
@media only screen and (max-width: 480px) {
	.menuTag a {
		width : auto;
		margin : 0 0.5% 1% 0.5%;
		padding : 0 1%;
		min-width : 5em;
	}
	.menuTag a.long {
		width : auto;
		margin : 0 0.5% 1% 0.5%;
		padding : 0 1%;
		min-width : 5em;
	}
	.menuInner .image {
		width : 48%;
		margin : 1vw 0;
	}
	.menuInner .left {
		width : 100%;
	}
	.menuInner .right {
		width : 100%;
		margin-top : 5vw;
	}
}

.compWrap {
	position: relative;
	padding-bottom: 72px;
}
.smp_compTitle {
	display: none;
}
.compImg {
	position: relative;
	width: 100%;
	z-index: 2;
}
.compImgRec {
	position: relative;
	width: 100%;
	z-index: 2;
}
.compImgInner {
	position: relative;
	display : inline-block;
	width: 60%;
	max-width: 1152px;
}
.compImgInnerRec {
	position: relative;
	display : inline-block;
	width: 60%;
	max-width: 928px;
}
.compImg img {
	width: 100%;
	max-width: 1152px;
	height: 50vw;
	max-height: 800px;
	object-fit: cover;
}
.compImgRec img {
	width: 100%;
	max-width: 928px;
	height: 50vw;
	max-height: 675px;
	object-fit: cover;
}
.recback {
	background : url(../img/recruit_left.png) no-repeat 0 0;
}
.compMain {
	position: absolute;
	top: 64px;
	z-index: 3;
	width: 41%;
	height: 37.3vw;
	max-height: 620px;
	background-color: #ffffff;
	padding-top: 50px;
}
.compMainRec {
	position: absolute;
	top: 120px;
	z-index: 3;
	width: 780px;
	height: 32.3vw;
	max-height: 438px;
	padding : 48px 80px;
	box-sizing: border-box;
}
h2.normalTitleLeft {
	font-size: 32px;
	color: #000000;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}
.recTitle {
	font-size: 34px;
	color: #000000;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}
.leftWord {
	display: inline-block;
	font-weight: 400;
	line-height: 1.0;
	font-size: 18px;
	color: #ffffff;
	background-color: #000000;
	padding: 6px 12px 8px 12px;
	margin-top: 32px;
}
.rc_img {
	text-align: left;
}
.rc_shadow {
	right: 0;
}
.rc_main {
	right: 8%;
	background-color: #f8f8f8;
}
.co_img {
	text-align: right;
}
.co_shadow {
	left: 0;
}
.compMain.co_main {
	left: 8%;
	background-color: #f8f8f8;
}
.compMainRec.co_main {
	right : 830px;
	background-color: #f8f8f8;
}
.compMain .check {
	font-size: 24px;
	line-height: 1.0;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
.co_main .check {
	color: #000000;
	border-bottom: 6px solid #000000;
}

.rc_main .check {
	color: #000000;
	border-bottom: 6px solid #000000;
}

.compMain .word {
	font-size: 18px;
	line-height: 2.4;
	width: 80%;
	max-width: 825px;
}
.compMainRec .word {
	font-size: 16px;
	line-height: 2.0;
	width: 100%;
	max-width: 825px;
}
.co_main .word {
	color: #000000;
}
.rc_main .word {
	color: #000000;
}
.rc_main .normalTitleLeft {
	color: #000000 !important;
}
.compMain .buttons {
	width: 90%;
	max-width: 825px;
	text-align: right;
	margin-top: 36px;
}
.co_main .buttons {
	text-align: right;
}
.rc_main .buttons {
	text-align: left;
}
a.workbtn {
	display: inline-block;
	width: 260px;
	text-align: left;
	padding:  0 0 2px 20px;
	font-size: 1.2rem;
	font-weight : 500;
	line-height: 60px;
	color: #ffffff;
	background-color : #02c701;
	border : 1px solid #02c701;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
	border-radius : 30px;
}
a.workbtn::after {
	content : "";
	position : absolute;
	top : 26px;
    right: 19px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.4s;
}
a.workbtn:hover {
	opacity : 1;
	color: #02c701;
	background-color : #ffffff;
}
a.workbtn:hover::after {
    border-top: 2px solid #02c701;
    border-right: 2px solid #02c701;
}

button.workbtn {
	display: inline-block;
	width: 280px;
	text-align: left;
	padding:  0 0 0 40px;
	font-size: 1.2rem;
	font-weight : 700;
	line-height: 72px;
	color: #ffffff;
	background-color : #f2914a;
	border : 1px solid #f2914a;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
	border-radius : 36px;
}
button.workbtn::after {
	content : "→";
	color : #ffffff;
	font-size : 1.2rem;
	font-weight : 700;
	position : absolute;
	top : 0;
	right : 40px;
	transition: 0.4s;
}
button.workbtn:hover {
	opacity : 1;
	color: #f2914a;
	background-color : #ffffff;
}
button.workbtn:hover::after {
	opacity : 1;
	color: #f2914a;
}
a.worksnobtn {
	display: inline-block;
	width: 210px;
	padding:  0 40px;
	font-size: 1.2rem;
	font-weight : 700;
	line-height: 72px;
	color: #ffffff;
	background-color : #f2914a;
	border : 1px solid #f2914a;
	transition: 0.4s;
	position: relative;
	text-decoration: none;
	border-radius : 36px;
	letter-spacing: 2px;
}
a.worksnobtn:hover {
	opacity : 1;
	color: #f2914a;
	background-color : #ffffff;
}


.moreRev_w:hover {
	color: #000000;
	background-color: #ffffff;
}

.moreRev_w:hover::after {
	color: #000000;
}

@media only screen and (max-width: 1660px) {
	.compMain .word {
		font-size: 16px;
		line-height: 1.9;
	}
	.co_main .word {
		margin-top: 16px;
	}
	.compMainRec {
		top: 7.2vw;
		width: 45%;
		height: auto;
		max-height: 438px;
		padding : 4vw 3vw;
	}
	.compMainRec.co_main {
		right : 52%;
	}
	.recback {
		background : url(../img/recruit_left.png) no-repeat 0 0;
		background-size : 52%;
	}
	.recTitle {
		font-size : calc(1.8vw + 3px);
	}
	.compImgRec img {
		width: 100%;
		max-width: 928px;
		height: 45vw;
		max-height: 675px;
		object-fit: cover;
	}
	.compMainRec .word {
		font-size : calc(0.35vw + 10.2px);
	}
}
@media only screen and (max-width: 1480px) {
	.compWrap {
		padding-bottom: 7vw;
	}
	h2.normalTitleLeft {
		font-size: 28px;
	}
	.leftWord {
		font-size: 16px;
		margin-top: 2vw;
	}
	.compMain .check {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.compMain .buttons {
		margin-top: 3vw;
	}
	.compMain {
		top : 3vw;
		height: 40.8vw;
		padding-top : 3vw;
	}
	.compMain .word {
		font-size : calc(0.54vw + 8.1px);
		line-height: 1.8;
	}
	.co_main .word {
		margin-top : 1vw;
	}
}
@media only screen and (max-width: 1240px) {
	h2.normalTitleLeft {
		font-size: 26px;
	}
	.leftWord {
		font-size: 14px;
		margin-top: 2vw;
	}
	.compMain .check {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.compMain .buttons {
		margin-top: 2vw;
	}
	.compMain {
		top : 2vw;
		height: 44.6vw;
		padding-top : 5vw;
		padding-left : 2vw;
		padding-right : 2vw;
	}
	.compMain .word {
		font-size : calc(0.54vw + 8.1px);
		line-height: 1.8;
		width : 94%;
		margin-top : -1vw;
	}
	.moreRev_w {
		width: 200px;
		font-size: 14px;
		line-height: 50px;
	}
	.moreRev_w::after {
		top: 24%;
	}
}
@media only screen and (max-width: 1000px) {
	.compMain {
		width : 480px;
	}
	.compMain.co_main {
		left: 0;
	}
	.compMain .word {
		margin-top : -3vw;
	}
	.rc_main {
		right : 0;
	}
	.rc_main .word {
		margin-top : -3vw;
	}
	h2.normalTitleLeft {
		font-size: 24px;
	}
	.co-btn {
		width: 32px;
		height: 32px;
		background-size : cover;
	}
	.rc-btn {
		width: 32px;
		height: 32px;
		background-size : cover;
	}
}
@media only screen and (max-width: 860px) {
	.compImgInnerRec {
		position: relative;
		display : inline-block;
		width: 100%;
		max-width: 928px;
	}
	.compImgRec img {
		width: 100%;
		max-width: 928px;
		height: auto;
		max-height: 675px;
		object-fit: cover;
	}
	.compMainRec {
		position: relative;
		top: -6px;
		z-index: 3;
		width: 100%;
		height: auto;
		max-height: 1000px;
		padding : 5vw 8vw;
		box-sizing: border-box;
	}
	.compMainRec.co_main {
		right : 0;
	}
	.recback {
		background : none;
	}
	.recTitle {
		font-size : calc(2.59vw + 7.7px);
	}
	.compMainRec .word {
		font-size : calc(0.56vw + 11.2px);
		line-height : 1.8;
		padding-top : 16px;
	}

}
@media only screen and (max-width: 800px) {
	.recruitMain a.workbtn {
		max-width: 160px;
		padding:  0 0 0 5vw;
	}
	.recruitMain a.workbtn::after {
		right : 20px;
	}
	a.worksnobtn {
		width: 200px;
		padding:  0 4vw;
		font-size: 1.2rem;
		line-height: 54px;
		border-radius : 27px;
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 800px) {
	a.workbtn.short {
		font-size: 1.2rem;
		margin : 0 2px;
		width : 48%;
		max-width : 200px;
		border-radius : 32px;
		line-height : 48px;
		padding-left : 20px;
	}
	a.workbtn.short::after {
		top : 20px !important;
	}
}
@media only screen and (max-width: 640px) {
	h2.normalTitleLeft {
		font-size : calc(2vw + 10.1px);
	}
	.compMain {
		width: calc(100% - 20px);
	}
	.compImgInner {
		width: calc(100% - 20px);
	}
	.compImg img {
		height: 68vw;
	}
}
@media only screen and (max-width: 480px) {
	.compMain {
		padding : 4vw; 3vw 6vw 3vw;
	}
	.leftWord {
		font-size: 12px;
	}
	.compMain .word {
		font-size : 12px;
	}
	.recruitMain a.workbtn {
		max-width: 110px;
		padding:  0 0 0 5vw;
		line-height: 12vw;
		border-radius : 7vw
	}
	.recruitMain a.workbtn::after {
		right : 12px;
	}
	button.workbtn {
		width: 220px;
		padding:  0 0 0 30px;
		font-size: 1.1rem;
		line-height: 56px;
		border-radius : 28px;
	}
	button.workbtn::after {
		font-size : 1.1rem;
		top : 0;
		right : 30px;
	}
}
@media only screen and (max-width: 360px) {
	a.workbtn.short {
		font-size: 1.1rem;
	}
}

.worksListWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.centerMark {
	text-align: center;
}
.centerMark .mark01 {
	width : 25vw;
	max-width : 144px;
}
.centerMark .mark02 {
	width : 22vw;
	max-width : 109px;
}
.centerMark .mark03 {
	width : 33vw;
	max-width : 222px;
}

.creListWrap {
	text-align : center;
}
.creListFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.creListItem {
	width : 29%;
	padding : 0 2%;
}
.creListTrans {
	width : 29%;
	padding : 0 2%;
	font-size : 0;
	height : 1px;
}
.creListItem h4 {
	color : #2e2d32;
	font-size : 0.9rem;
	font-weight : 400;
	margin-bottom : 8px;
}
.creListItem .image {
	width : 100%;
	border-radius : 20px;
}
.creListItem .image img {
	width : 100%;
	max-width : 500px;
	height : 24vw;
	max-height : 350px;
	object-fit: cover;
	border-radius : 20px;
}
@media only screen and (max-width: 800px) {
	.creListItem {
		width : 46%;
		padding : 0 2%;
	}
	.creListTrans {
		width : 46%;
		padding : 0 2%;
	}
	.creListItem .image img {
		height : 32vw;
	}
}
@media only screen and (max-width: 480px) {
	.creListItem {
		width : 46%;
		padding : 0 1%;
	}
	.creListTrans {
		width : 46%;
		padding : 0 1%;
	}
	.creListItem .image img {
		height : 32vw;
	}
}
.creListItem .name {
	border-left : 5px solid #2e2d32;
	padding-left : 12px;
	line-height : 1.1;
	margin : 12px 0;
}
.creListItem .name a {
	color : #2e2d32;
	font-size : 1.3rem;
	font-weight : 700;
}
.creListItem .comm {
	color : #2e2d32;
	font-size : 1rem;
	font-weight : 400;
}

/* 施工実績詳細 */

.detailWrap {
	width : 100%;
	max-width : 840px;
	padding : 0 20px;
	box-sizing : border-box;
}
.detailWrap h4 {
	font-size : 1rem;
	color : #006d41;
	font-weight : 400;
	padding-top : 40px;
	text-align : center;
	position : relative;
	letter-spacing: 2px;
}
.detailWrap h4::before {
	content : "";
	position : absolute;
	display : block;
	width : 3px;
	height : 32px;
	background-color : #006d41;
	top : 0;
	left : calc(50% - 1px);
}
.detailNames {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.detailNames .sns a {
	display : inline-block;
	margin-left : 30px;
}
.detailWrap .detailTitle {
	font-size : 36px;
	font-weight : 500;
	color : #006d41;
	line-height : 1.2;
	position : relative;
	letter-spacing: 2px;
}
.detailFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	align-items: flex-start;
}
.detailItem {
	width : 32%;
	background-color : #ffffff;
	font-size : 0;
	margin-bottom : 40px;
}
.detailItem .img {
	font-size : 0;
}
.detailItem .img img {
	width : 100%;
	height : 24vw;
	max-height : 240px;
	object-fit: cover;
}
.detailItem .comm {
	width : 100%;
	padding : 20px 24px;
	box-sizing: border-box;
	font-size : 0;
}
.detailItem .comm h3 {
	width : 100%;
	color : #006d41;
	word-break: break-word;
}
.photoArea {
	position : relative;
}
.photoWrap {
	width : 30%;
	max-width : 240px;
	margin : 30px auto 10px auto;
}
.photoWrap img {
	width : 100%;
	max-width : 240px;
	height : 24vw;
	max-height : 240px;
	border-radius : 50%;
	object-fit: cover;
}
.profWrap {
	width : 53%;
	padding-left : 4%;
}
.profWrap h3 {
	font-size : 0px;
	border-bottom : 2px solid #2e2d33;
	position : relative;
	top : -40px;
}
.detailName {
	color : #006d41;
	font-weight : 500;
}
.photoArea {
	width : 100%;
	max-width : 840px;
	box-sizing : border-box;
}
.photoSlider img {
	width : 100%;
	height : 51vw;
	max-height : 510px;
	object-fit: cover;
}
.feed-prev-btn {
	position : absolute;
	top : 50%;
	left : -15px;
	z-index : 99;
	cursor : pointer;
}
.feed-next-btn {
	position : absolute;
	top : 50%;
	right : -15px;
	z-index : 99;
	cursor : pointer;
}
.feed-prev-btn .bx-prev {
	display: block;
	font-size : 0;
	width : 30px;
	height : 30px;
	text-align : center;
	background-color : #006d41;
	color : #ffffff;
	border : 1px solid #006d41;
}
.feed-next-btn .bx-next {
	display: block;
	font-size : 0;
	width : 30px;
	height : 30px;
	text-align : center;
	background-color : #006d41;
	color : #ffffff;
	border : 1px solid #006d41;
}
.feed-next-btn .bx-next::after {
	content : "?";
	display: block;
	width : 30px;
	height : 29px;
	line-height : 29px;
	padding-bottom : 1px;
	font-size : 16px;
	color : #ffffff;
	background-color : #006d41;
	transition: 0.3s;
}
.feed-prev-btn .bx-prev::after {
	content : "?";
	display: block;
	width : 30px;
	height : 29px;
	line-height : 29px;
	padding-bottom : 1px;
	font-size : 16px;
	color : #ffffff;
	background-color : #006d41;
	transition: 0.3s;
}
.feed-next-btn .bx-next:hover::after {
	color : #006d41;
	background-color : #ffffff;
}
.feed-prev-btn .bx-prev:hover::after {
	color : #006d41;
	background-color : #ffffff;
}
.detailComm {
	width : 100%;
	max-width : 800px;
	box-sizing : border-box;
	line-height : 2.2;
	border-top : 2px solid #e1e1e1;
	border-bottom : 2px solid #e1e1e1;
}
.kodawariTitle {
	display : inline-block;
	font-weight : 700;
	color : #ffffff;
	background-color : #006d41;
	padding : 12px 20px 14px 20px;
	position : relative;
	top : -30px;
}
.detailProf {
	width：100%;
	max-width : 800px;
	padding : 0 20px;
	box-sizing : border-box;
	margin-left : auto;
	margin-right : auto;
}
.detailProf table {
	border-collapse: collapse;
	table-layout: fixed;
	width : 100%;
}
.detailProf th {
	width : 25%;
	padding : 16px;
	box-sizing: border-box;
	font-size : 1rem;
	border : 1px solid #c4c4c4;
}
.detailProf td {
	width : 75%;
	padding : 16px 16px 16px 40px;;
	box-sizing: border-box;
	font-size : 1rem;
	font-weight : 700;
	border : 1px solid #c4c4c4;
}
.detailProf .dfsa {
	width : 100%;
	max-width : 280px;
}
.profWrap p {
	font-size : 1.05rem;
	color : #2e2d33;
	line-height : 1.8;
}
.profWrap h3 span {
	display : inline-block;
	position : relative;
	top : 30px;
	font-size : 42px;
	color : #2e2d33;
	font-style : italic;
	letter-spacing: 3px;
	font-weight : 700;
	background-color : #ffffff;
	padding-right : 12px;
}
.detailActual {
	border : 3px solid #929196;
	padding : 0 24px 24px 24px;
	margin-top : 50px;
}
.detailActual h3 {
	display : inline-block;
	position : relative;
	top : -21px;
	font-size : 24px;
	color : #2e2d33;
	letter-spacing: 1px;
	font-weight : 500;
	background-color : #ffffff;
	padding : 0 10px;
	position : relative;
	top : -22px;
}
.detailActual p {
	font-size : 1.05rem;
	color : #2e2d33;
	line-height : 2.0;
}
.blackTitle {
	display : inline-block;
	text-align : center;
	color : #2e2d33;
	font-size : 40px;
	font-weight :  700;
	letter-spacing: 3px;
	line-height : 1.2;
	padding-bottom : 24px;
	background : url(../img/line01.png) no-repeat bottom left;
}
.detailWrap .sizeWrap {
	background-color : #ececec;
	padding : 32px 45px 12px 45px;
	box-sizing: border-box;
}
@media only screen and (max-width: 720px) {
	.detailProf th {
		padding : 2vw;
	}
	.detailProf td {
		padding : 2vw 2vw 2vw 4vw;
	}
}

.worksWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.worksItem {
	width : 48%;
}
.worksItem p {
	text-align : left;
	font-size : 1.1rem;
	color : #2e2d33;
	line-height : 2.0;
	font-weight : 500;
}
.worksItem img {
	width : 100%;
	max-width : 580px;
	height : 40vw;
	max-height : 410px;
	object-fit: cover;
}
.selectWrap {
	display : inline-block;
	border : 1px solid #2e2d33;
	border-radius : 28px;
	padding : 2px 18px;
}
.selectItem select {
	font-size : 1rem;
	color : #2e2d33;
	font-weight : 500;
	padding : 12px 0;
	border-style : none;
	background-color : #ffffff;
}
.selectItem select option {
	font-size : 1rem;
	color : #2e2d33;
	font-weight : 500;
}
.pageNav01 {
	list-style: none;
	margin : 0 auto 2px auto;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.pageNav01 span.active {
	display: block;
	width : 36px;
	padding: 4px 0;
	font-size: 18px;
	text-align : center;
	margin-right: 12px;
	color: #ffffff;
	background-color: #167247;
	border: 1px solid #167247;
	font-weight: bold;
	border-radius : 50%;
}
.pageNav01 span.between {
	color: #2e2d33;
	background-color: #ffffff;
	font-weight: 400;
	margin-right : 12px;
	padding-top : 6px;
}
.pageNav01 a {
	display: block;
	padding: 4px 0;
	font-size: 18px;
	font-weight : bold;
	text-align : center;
	margin-right: 12px;
	color: #4c2b0a;
	text-decoration: none;
	transition: 0.3s;
	border-radius : 50%;
}
.pageNav01 a.arrow {
	width : 36px;
	font-weight : 700;
}
.pageNav01 a.number {
	width : 38px;
	color: #4c2b0a;
}
.pageNav01 a.ya {

}
.pageNav01 a.ya:hover {

}
@media only screen and (max-width: 960px) {
	.profWrap h3 span {
		top : calc(2.34vw + 7.5px);
		font-size : calc(3.12vw + 12.0px);
		letter-spacing: 2px;
	}
	.detailNames .sns a {
		margin-top : 4px;
		margin-left : calc(1.5vw + 12.0px);;
	}
	.detailNames .sns img {
		height : calc(1.25vw + 16.0px);
	}
	.blackTitle {
		font-size : calc(2.81vw + 13.0px);
		padding-bottom : calc(2.81vw + 13.0px);
	}
}
@media only screen and (max-width: 720px) {
	.detailItem {
		width: 48.5%;
		margin-bottom : 4vw;
	}
	.detailItem .img {
		height: 32vw;
	}
	.detailItem .img img {
		height: 32vw;
	}
}
@media only screen and (max-width: 640px) {
	.photoWrap {
		width : 100%;
		max-width : 500px;
		margin-left : auto;
		margin-right : auto;
	}
	.photoWrap img {
		height : 52vw;
	}
	.profWrap {
		width : 100%;
		padding-left : 0%;
		margin-top : 6vw;
	}
	.profWrap p {
		margin-bottom : 12px;
	}
	.detailActual {
		padding : 0 18px 18px 18px;
		margin-top : 40px;
	}
	.detailActual h3 {
		top : -18px;
		font-size : 20px;
	}
}
@media only screen and (max-width: 480px) {
	.detailFlex {
		display : block;
		padding : 0 20px;
	}
	.worksWrap {
		display : block;
	}
	.worksItem {
		width : 100%;
		margin-bottom : 6vw;
	}
	.worksItem img {
		height : 62.5vw;
	}
	.detailItem {
		width: 100%;
	}
	.detailItem .img {
		height: 56vw;
	}
	.detailItem .img img {
		height: 56vw;
	}
}
@media only screen and (max-width: 360px) {
	.detailActual h3 {
		top : -16px;
		font-size : 18px;
	}
	.detailProf th {
		width : 30%;
	}
	.detailProf td {
		width : 70%;
	}
}


.bx-wrapper {
    background-color: transparent;
    margin: 0px auto 20px auto !important;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    width: 100%;
}
.detailMore {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	border-top : 1px solid #afafaf;
	border-bottom : 1px solid #afafaf;
	padding : 16px 0;
}
.detailMore div {
	width : 33.3%;
}
.detailMore a {
	font-size : 1rem;
	font-weight : 500;
	color : #797979;
	text-decoration: underline;
	transition: 0.3s;
}
.detailMore a:hover {
	color : #000000;
}
.detailMore a span {
	display : inline;
}
@media only screen and (max-width: 1080px) {
	.detailWrap .detailTitle {
		font-size : calc(2.37vw + 10.4px);
	}
	.detailWrap .detailTitle::after {
		height : calc(3.16vw + 21.9px);
	}
	.detailWrap .sizeWrap {
		padding : 4vw 4.5vw 1.2vw 4.5vw
	}
}
@media only screen and (max-width: 480px) {
	.detailWrap .sizeTable {
		display : block;
		margin-bottom : 16px;
	}
	.detailWrap .sizeTable dt {
		display : block;
		width : 100%;
		padding : 8px 10px 8px 24px;
		border-right : none;
		border-bottom : 1px solid #ececec;
	}
	.detailWrap .sizeTable dt::before {
		border-width: 16px 16px 0 0;
	}
	.detailWrap .sizeTable dd {
		display : block;
		width : 100%;
		padding : 8px 10px 8px 24px;
	}
	.detailMore a span {
		display : none;
	}
}

/*お問い合わせ*/
/* お問い合わせ */

.narrowWrap {
	width: 100%;
	max-width: 1068px;
	margin: 0 auto;
	padding: 0 8px;
	box-sizing: border-box;
}

.contactWrap  {
	width : calc(100% - 20px);
	max-width : 720px;
	margin : 0px auto 0 auto;
	padding : 0 10px;
	background-color : #ffffff;
}
.contactWrap h2 {
	font-size : 32px;
	color : #000000;
	line-height ; 1.8;
	font-weight : 700;
	margin-bottom : 24px;
	border-bottom : 1px solid #000000;
}
.contactForm {
	width : 100%;
	max-width : 1100px;
	margin : 0 auto;
	position : relative;
	left : -5px;
}
.contactForm .precomm {
	font-size : 1rem;
	font-weight : 400;
}
.progress .step {
	display : table;
	width : 100%;
}
.progress .step br {
	display : none
}
.progress .step li {
	display : table-cell;
	vertical-align: middle;
	width : 29%;
	font-size : 1.1rem;
	letter-spacing: 1px;
	font-weight : 600;
	color : #989898;
	text-align : center;
	height : 60px;
	position : relative;
}
.progress .step li.n_arrow::after {
	content : "\25B6";
	position : absolute;
	font-size : 1.1rem;
	color : #989898;
	top : 18px;
	right : -24px;
	width: 12px;
	height: 12px;
	margin: 0 10px;
}
.progress .step li span {
	font-weight : bold;
}
.progress .step li.is-current {
	color : #327851;
}
.progress .step li.is-current.n_arrow::after {
	color : #327851;
}

.formWrap {
	box-sizing: border-box;
}
.pretitle {
	color : #327851;
}
.contactForm dl {
	display : table;
	width : 100%;
	border-collapse: collapse;
	table-layout : fixed;
	border-bottom : 1px solid #f2f2f2;
	border-left : 1px solid #f2f2f2;
	border-right : 1px solid #f2f2f2;
	word-wrap: break-word;
}
.contactForm dl.first {
	border-top : 1px solid #f2f2f2;
}
.contactForm dl.no-border {
	border-bottom : none;
}
.contactForm dt {
	display : table-cell;
	vertical-align: middle;
	font-size : 1.1rem;
	color : #ffffff;
	background-color : #006d41;
	font-weight : 700;
	width : 25%;
	padding : 40px 0 38px 30px;
	text-align : left;
}
.contactForm dl.no-border dt {
	padding : 30px 0 0 40px;
}
.contactForm dt p {
	position : relative;
	color : #ffffff;
	padding : 0 80px 0 0px;
}
.contactForm dd {
	display : table-cell;
	vertical-align: top;
	font-size : 1rem;
	color : #000000;
	font-weight : 400;
	width : 75%;
	padding : 40px 0 38px 40px;
	word-wrap: break-word;
}
.contactForm dl.no-border dd {
	padding : 24px 0 0 24px;
}
.contactForm dd select {
	font-size : 1rem;
	color : #000000;
	font-weight : 400;
	padding : 7px 8px;
	border-style : none;
	background-color : #fefefe;
	border-radius : 6px;
	border : 1px solid #acacac;
}
.contactForm dd option {
	font-size : 1rem;
	color : #1c1c1c;
	font-weight : 400;
	background-color : #f6f6f7;
}
.contactForm dd label {
	display : inline-block;
	font-size : 0.85rem;
	width : 10em;
	color : #0f1c84;
	border : 1px solid #aaaaaa;
	border-radius : 6px;
	padding : 8px;
	margin-right : 10px;
	margin-bottom : 6px;
}
.contactForm dd label input {
	display : inline-block;
	margin-right : 10px;
}
.contactForm dt span  {
	position : absolute;
	top : 1px;
	right : 20px;
	display : inline-block;
	padding : 3px 6px 5px 6px;
	font-size : 1rem;
	color : #ffffff;
	border : 1px solid #ffffff;
	font-weight : bold;
	line-height : 1.0;
	border-radius : 4px;
}
.privWrap  {
	margin-top : 20px;
	background-color : #ffffff;
	padding : 30px;
	font-size : 16px;
	width : 100%;
	box-sizing: border-box;
}
.privWrap h3 {
	font-size : 24px;
	font-weight : 700;
	text-align : center;
	margin-bottom : 36px;
}
.privWrap h4 {
	font-size : 1.15rem;
	font-weight : 700;
	margin-top : 24px;
}
.privWrap p {
	font-size : 1rem;
	font-weight : 400;
}
.privWrap dt {
	display : inline-block;
	vertical-align: top;
	width : 20px;
	font-size : 1rem;
	font-weight : 400;
}
.privWrap dd {
	display : inline-block;
	vertical-align: top;
	width : calc(100% - 30px);
	font-size : 1rem;
	font-weight : 400;
}
.progress .step span {
	display : inline-block;;
	margin-right : 12px;
}
@media only screen and (max-width: 1100px) {
	.contactForm dt {
		padding : 4vw 0 4vw 20px;
	}
	.contactForm dd {
		padding : 4vw 0 4vw 20px;
	}
	.contactForm dl.no-border dt {
		padding : 30px 0 0 30px;
	}
	.contactForm dt p {
		padding : 0 74px 0 0px;
	}
	.contactForm dt span  {
		right : 16px;
	}
}
@media only screen and (max-width: 720px) {
	.formWrap {
		padding : 6vw 0;
	}
	.contactForm dt {
		display : block;
		font-size : 1.2rem;
		color : #0f1c84;
		font-weight : 500;
		width : 100%;
		padding : 2vw 0 2vw 0;
		text-align : left;
	}
	.contactForm dt p {
		padding : 0 74px 0 16px;
	}
	.contactForm dl.no-border dt {
		padding : 4vw 0 0 0;
	}
	.contactForm dd {
		display : block;
		font-size : 1rem;
		color : #0f1c84;
		font-weight : 400;
		width : 100%;
		padding : 2.4vw 0 2.4vw 2.4vw;
		word-wrap: break-word;
	}
	.contactForm dl.no-border dd {
		padding : 2.4vw 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	.contactForm {
		left: 0;
	}
	.contactWrap h3 {
		padding-bottom : 12px;
		margin-bottom : 32px;
	}
	.contactWrap h3 strong {
		font-size : 24px;
		padding-top : 6px;
	}
	.privWrap h3 {
		padding-bottom : 12px;
		margin-bottom : 32px;
	}
	.privWrap h3 strong {
		font-size : 24px;
		padding-top : 6px;
	}
	.contactWrap .comm p {
		font-size : 16px;
		color : #000000;
		line-height : 1.8;
	}
	.compBottom  {
		margin-bottom : 16vw;
	}
	.contactForm dt {
		display : block;
		padding : 10px 0 10px 3vw;
		width : 100%;
		box-sizing: border-box;
	}
	.contactForm dd {
		display : block;
		padding : 10px 3vw;
		width : 100%;
		box-sizing: border-box;
	}
	.contactWrap dd div label {
		display : block;
		font-size : 13px;
		margin : 8px 0;;
		padding : 8px;
	}
	.contactForm dd label {
		margin : 8px 2px 10px 2px;
		padding : 8px 6px;
	}
	.progress .step li {
		width : 22%;
	}
	.progress .step li.n_arrow {
		width : 29%;
	}
	.progress .step li.n_arrow::after {
		right : calc(-3vw - 10px);
	}
	.progress .step li span {
		display : block;
	}
	.progress .step br {
		display : block;
	}
}

/*お問い合わせ*/

.formTable option  {
	font-size : 14px;
	padding : 3px;
}
.formTable select  {
	font-size : 14px;
	padding : 3px;
}
.formBtn  {
	margin-bottom : 80px;
}
.form-field {
	border-style : none;
	background: #fefefe;
	color : #000000;
	padding : 8px 16px;
	font-size : 16px;
	width: calc(90% - 80px);
	border-radius : 6px;
	border : 1px solid #acacac;
}
.form-herf {
	border-style : none;
	background: #fefefe;
	color : #000000;
	padding : 8px 16px;
	font-size : 16px;
	width: calc(45% - 80px);
	border-radius : 6px;
	border : 1px solid #acacac;
}
.form-name {
	border: 1px solid #ababab;
	background: #ffffff;
	color : #000000;
	padding : 6px;
	font-size : 16px;
	width: calc(70% - 80px);
	max-width: 300px;
}
.form-long {
	border: 1px solid #ababab;
	background: #f4f5fa;
	color : #0f1c84;
	padding : 6px;
	font-size : 16px;
	width: calc(80% - 80px);
}
.inputarea1  {
	border: 1px solid #ababab;
	color : #0f1c84;
	padding : 6px;
	font-size : 16px;
}
span.hissu {
	display : inline-block;
	vertical-align: top;
	padding-left : 8px;
	padding-top : 6px;
	font-size  : 14px;
	color : #fe0000;
}
.w120   {
	width: 120px !important;
}
.w240   {
	width: 240px !important;
}
#comment  {
	height : 110px;
	line-height : 22px;
}
.uploadArea  {
	border : 1px solid #cccccc;
	display : inline-block;
}
.uploadArea p.ttl {
	font-size : 13px;
	color : #ffffff;
	background-color : #0eb1dc;
	padding : 4px;
	display : inline-block;
}
.uploadArea div {
	padding : 8px 10px;
}
.thanks  { margin-bottom : 80px; }
.thanks h2  {
	font-size : 18px;
	line-height : 36px;
	text-align : center;
	color : #000000;
}
.thanks p  {
	width : 100%;
	max-width : 530px;
	margin : 10px auto;
	color : #000000;
}
a.hinbanbutton  {
	display : inline-block;
	padding : 8px 14px;
	background-color : #0eb1dc;
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
a.hinbanbutton:hover  {
	background-color : #27caf3;
	color : #ffffaa;
}

.form-field:focus {
   background: #fff;
   color: #725129;
}
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
}
.form-title {
   margin-bottom:10px;
   color: #725129;
   text-shadow: #fdf2e4 0 1px 0;
}

.pp {
	margin:			0 0 10px 0;
}
/* ラベルのスタイル　*/
.pp label {
	padding-left:	0;
	font-size:		24px;
	line-height:	32px;
	display:		block;
	cursor:			pointer;
	position:		relative;
}

/* ボックスのスタイル */
.pp label:before {
	content:		'';
	width:			32px;			/* ボックスの横幅 */
	height:			32px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	top : -48px;
	left:			calc(50% - 16px);
	background-color:	#ffffff;
	border : 1px solid #acacac;
	border-radius:		6px 6px 6px 6px;
}
/* 元のチェックボックスを表示しない */
.pp input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.pp input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		34px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#06f;			/* チェックした時の色 */
	line-height: 30px;
}
.pp a {
	color : #000000;
	text-decoration : underline;
	text-decoration-color: #acacac;
	text-underline-offset: 6px;
}
.submit-container {
	width: 300px;
	text-align: center;
	position : relative;
}
.submit-button {
	width: 300px;
	color: #327851;
	border : none;
	padding: 14px 0 16px 30px;
	font-size : 20px;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	cursor : pointer;
	background-color : #ffffff;
	border : 2px solid #327851;
	position : relative;
	text-align : left;
	transition: 0.4s;
}
.submit-button::before {
	content: "";
	position: absolute;
	top: 29px;
	right: 20px;
	width: 32px;
	height: 2px;
	background: #007d51;
	transition: 0.4s;
}
.submit-button::after {
	content: "";
	position: absolute;
	top: 26px;
	right: 21px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #327851;
	border-right: 2px solid #327851;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s;
}
.submit-button:hover  {
	color: #ffffff;
	background-color : #327851;
}
.submit-button:hover::before {
	background-color : #ffffff;
}
.submit-button:hover::after {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.contactTop dl {
	width : 100%;
}
.contactTop dl dt {
	font-size : 32px;
	font-weight : 600;
}
.contactTop dl dd {
	font-size : 1rem;
	font-weight : 400;
	line-height : 1.8;
}
.contactTop dl dd a {
	color : #00b6ef;
	transition: 0.3s;
}
.contactTop dl dd a:hover {
	color : #0000ff;
}
.nallowWrap {
	width : 100%;
	max-width : 800px;
	padding : 0 10px;
	box-sizing: border-box;
	margin : 80px auto;
}
.telContactTitle {
	font-size : 1.3rem;
	font-weight : 600;
}
.topTelWrap a {
	font-size : 80px;
	font-weight : bold;
	color : #0f1c84;
}
.topTelWrap span {
	display : block;
	font-size : 1rem;
	font-weight : 300;
}
.pp-container  {
	margin : 32px 0 12px 0;
	text-align : left;
	background-color : #f0f0f0;
	padding : 16px;
}
.pp-container h4 {
	font-size : 16px;
	text-align : center;
	margin-bottom : 16px;
}
.pp-container p {
	font-size : 14px;
	text-align : left;
	margin-bottom : 16px;
}
.pp-container a {
	display : block;
	font-size : 13px;
	text-align : left;
}
.pp-check  {
	text-align : center;
	font-size : 16px;
	font-weight : 500;
	margin : 0 20px 10px 0;
}
.pp-check input[type=checkbox] {
	width:			20px;
	height:			20px;
	-moz-transform:		scale(1.3);
	-webkit-transform:	scale(1.3);
	transform:		scale(1.3);
}
.pp-check label a {
	color : #000000;
	text-decoration: underline;
	text-decoration-color : #6d6d6d;
}
.pp-check span  {
	display : inline-block;
	vertical-align : top;
	margin-left : 6px;
	position : relative;
	top : -1px;
}
.errorText  {
	color : #ff0000;
	font-size : 13px;
}
.sendmes    {
	text-align : center;
	line-height : 1.6;
	margin-bottom : 120px;
}
.errorText  {
	font-size : 12px !important;
	color : #ff0000 !important;
}
.formLeft  {
	display : inline-block;
	vertical-align : top;
}
.formRight  {
	display : inline-block;
	font-size : 12px;
	color : #4b4b4b;
	padding-left : 24px;
}
.formRight a {
	display : inline-block;
	padding : 4px 0;
	color : #4b4b4b;
}
.formRight dt {
	display : inline-block;
	color : #4b4b4b;
	font-size : 12px;
	line-height : 20px;
	padding : 0px 0;
	width : 18px;
	text-align : left;
	vertical-align : top;
}
.formRight dd {
	display : inline-block;
	color : #4b4b4b;
	font-size : 12px;
	line-height : 20px;
	padding : 0px 0;
	width : calc(100% - 18px);
	text-align : left;
	vertical-align : top;
}
@media only screen and (max-width: 960px) {
	.nallowWrap {
		margin : 8vw auto;
	}
	.topTelWrap a {
		font-size : calc(5.09vw + 21.4px);
	}
	.contactTop dl {
		display : block;
		width : 100%;
	}
	.contactTop dl dt {
		display : block;
		width : 100%;
		padding : 0 0 1.5vw 0;
		border-right : none;
		border-bottom : 1px solid #000000;
		font-size : 1.4rem;
		
	}
	.contactTop dl dd {
		display : block;
		text-align : left;
		width : 100%;
		padding : 1.5vw 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	.form-field {
		padding : 5px;
		font-size : 14px;
		width: 96%;
	}
	.form-herf {
		padding : 5px;
		font-size : 14px;
		width: 60%;
	}
	.form-name {
		padding : 5px;
		font-size : 14px;
		width: calc(88% - 40px);
	}
	.form-long {
		padding : 5px;
		font-size : 14px;
		width: calc(92% - 40px);
	}
	.inputarea1  {
		padding : 5px;
		font-size : 14px;
	}
	.submit-button {
		width: 240px;
		padding: 10px 0 11px 20px;
		font-size : 16px;
		font-weight : 500;
		letter-spacing: 0;
	}
	.submit-button::before {
		top: 22px;
		right: 12px;
		width: 26px;
	}
	.submit-button::after {
		top: 19px;
		right: 13px;
	}
	.pp-check  {
		text-align : center;
		font-size : 14px;
		font-weight : 500;
		color : #000000;
		margin : 30px 0 40px 0;
	}
	.pp-check input[type=checkbox] {
		width:			20px;
		height:			20px;
		-moz-transform:		scale(1.2);
		-webkit-transform:	scale(1.2);
		transform:		scale(1.2);
	}
	.submit-container {
		text-align: center;
		position : relative;
		margin-top : 36px !important;
	}
	.pp label {
		font-size : calc(2vw + 9.6px);
		line-height:	1.8;
	}
	.pp.mgt80 {
		margin-top : 80px !important;
	}
}

.partsWrap{
}

.partsWrap table {
	border-collapse : collapse;
	border-spacing : 0;
	width : 100%;
	table-layout: fixed;
}
.partsWrap table th {
	width : 14.8%;
	border : 1px solid #ebebeb;
	background-color : #327851;
	font-size : 1.2rem;
	color : #ffffff;
	line-height : 2.2;
}
.partsWrap table td {
	width : 14.8%;
	border : 1px solid #ebebeb;
	padding : 0;
	background-color : #eff6ee;
}
.partsWrap table td div {
	width : 100%;
	position : relative;
	margin : 0;
	font-size : 0;
	line-height : 0;
}
.partsWrap table td div a {
	width : 100%;
	display : block;
	position : relative;
	text-align : center;
	font-size : 1.8rem;
	font-weight : 900;
	color : #a80001;
	padding : 36px 0 20px 0;
	font-family: "Noto Sans JP", sans-serif;
	background-color : #ffffff;
	transition: 0.3s;
	line-height : 1.6;
}
.partsWrap table td div span {
	width : 100%;
	display : block;
	position : relative;
	text-align : center;
	font-size : 2.2rem;
	font-weight : 900;
	color : #327851;
	padding : 36px 0 20px 0;
	font-family: "Noto Sans JP", sans-serif;
	background-color : #ffffff;
	line-height : 1.0;
}
.partsWrap table td div.kyu span {
	background-color : #eff6ee;
}
.partsWrap table td div a:hover {
	color : #ff0000;
	background-color : #ffffdd;
}
.partsWrap table p {
	position : absolute;
	top : 4px;
	right : 5px;
	text-align : right;
	color : #327851;
	font-size : 1rem;
	font-weight : 600;
	line-height : 1.0;
	z-index : 2;
}

/* フッター包括---------------------------*/

footer {
	position: relative;
	z-index: 3;
	display : block;
	padding-top : 48px !important;
	background : #ffffff url(../img/foot_line.png) no-repeat top center;
}
.footerTable {
	width : 100%;
	padding : 48px 0px 60px 0px;
	box-sizing: border-box;
	text-align : center;
	background-color : #006847;
}
.footerTable .info {
	display : block;
}
.footLogo {
	position: relative;
	text-align : center;
	transition: 0.3s;
}
.footLogo h1 {
	display : block;
	padding-left : 0px;
	margin-top : 30px;
	text-align : center;
}
.footLogo h1 img {
	width : 60%;
	max-width : 344px;
}
.footLogo strong {
	display : block;
	color : #ffffff;
	font-size : 36px;
	letter-spacing: 4px;
	font-weight : 500;
	line-height : 1.0;
	font-family: "Shippori Mincho", serif;
}
.footLogo span {
	display : block;
	position : relative;
	left : 0px;
	color : #ffffff;
	font-size : 24px;
	letter-spacing: 7px;
	font-weight : 400;
	font-family: "Amatic SC", sans-serif;
}
.footMenu {
	width : 100%;
	max-width : 720px;
	margin-left : auto;
	margin-right : auto;
	padding : 0 10px;
	box-sizing: border-box;
}
.footMenu ul {
	width : 100%;
}
.footMenu li {
	width : 32%;
}
.footMenu li.last {
	display : none;
}
.footMenu li a {
	display : block;
	width : 100%;
	color : #006847;
	text-align : center;
	background-color : #ffffff;
	border : 1px solid #ffffff;
	padding : 8px 0 12px 0;
	font-weight : 500;
	box-sizing: border-box;
	transition: 0.3s;
}
.footMenu li a strong {
	display : block;
	font-size : 1.1rem;
	letter-spacing: 1px;
}
.footMenu li a span {
	display : block;
	font-size : 0.85rem;
	letter-spacing: 1px;
}
.footMenu li a:hover {
	color : #ffffff;
	background-color : #006847;
}
.snsMenu a {
	display : inline-block;
	margin : 0 16px;
}
.mgt0 {
	margin-top: 0 !important;
	padding: 0 !important;
}
.footBtn {
	display : block;
}
.footBtn a {
	display : inline-block;
	padding : 16px 40px 18px 40px;
	border : 1px solid #ffffff;
	color : #ffffff;
	font-size : 1.1rem;
	font-weight : 500;
	transition: 0.4s;
}
.footBtn a:hover {
	color : #006847;
	background-color : #ffffff;
}
.footTel {
	display : block;
	font-size : 1.1rem;
	color : #ffffff;
	font-weight : 700;
}
.footTel a {
	font-size : 1.1rem;
	color : #ffffff;
	font-weight : 700;
}
.copyright {
	color: #ffffff;
	position : relative;
	background-color : #006847;
}
@media only screen and (max-width: 720px) {
	.footMenu li {
		padding : 10px 0;
	}
}
@media only screen and (max-width: 480px) {
	.foorBanner a {
		width : 47%;
	}
	.footMenu li {
		width : 48%;
	}
	.footMenu li.last {
		display : block;
	}
	.footerTable .info {
		display : none;
	}
}

.footTels .addr {
	font-size : 1rem;
	color : #ffffff;
	font-weight : 400;
}
.footSns {
	display : -webkit-flex;
	display : flex;
}
.footSns a {
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	font-size: 0;
	border-radius: 50%;
	transition: 0.3s;
}
.footSns a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.footSns a:hover {
	opacity : 0.7;
}
.wrapContact {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
	width : 279px;
	height : 69px;
	font-size : 0;
	line-height : 0;
	z-index : 999;
}
.wrapContact {
	cursor: pointer;
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 279px;
	height: 69px;
	font-size: 0;
	line-height: 0;
	z-index: 999;
}
.footIns {
	position : relative;
	top : -4px;
}

/* 管理画面フッター */
#admin_contener {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.admin_footer {
	margin-top: auto;
	background-color: #474747;
	position: relative;
}

.admin_footer .footerCopy {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	padding: 32px 0;
}

.admin_footer .safety {
	position: absolute;
	top: 4px;
	left: 4px;
}

.wrapPageTopPc  {
    position: fixed;
    bottom : 40px;
	right : 20px;
    z-index: 99;
	text-align : left;
	cursor : pointer;
	transition: 0.3s;
	width : 60px;
	height : 60px;
	overflow : hidden;
}
.wrapPageTopPc span {
	display : block;
	text-align : left;
	font-size : 1.1rem;
	font-weight : 700;
	color : #4c2b0a;
}
.wrapPageTopPc span.default::before {
	content : "";
	display : inline-block;
	width : 28px;
	height : 28px;
	background : url(../img/p_arrow.png) no-repeat center center;
	position : relative;
	top : 7px;
	left : 0;
	margin-right : 4px;
}
.wrapPageTopPc span.active::before {
	content : "";
	display : inline-block;
	width : 28px;
	height : 28px;
	background : url(../img/u_arrow.png) no-repeat center center;
	position : relative;
	top : 7px;
	left : 0;
	margin-right : 4px;
}
.footLine {
	position : fixed;
	bottom : 0;
	left : 0;
	text-align : center;
	z-index : 98;
	width : 100%;
	display : none;
	transform: translate(0, 110px);
	transition: 0.6s;
}
.footLine.active {
	transform: translate(0, 0px);
}
.footLine a {
	display : inline-block;
	background-color : #22ad38;
	padding : 2vw 32px 1.6vw 32px;
	font-size : 1.1rem;
	color : #ffffff;
	font-weight : 700;
	border-radius : 24px 24px 0 0;
	transition: 0.3s;
}
.footLine a:hover {
	opacity : 0.7;
}
@media only screen and (max-width: 1000px) {
	.footLine {
		display : block;
	}
}

.bshadow {
	box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.cshadow {
	border: 3px solid #ffffff;
	box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow: rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.servWrap00 {
	width: 960px;
	margin: 0 auto;
}

.servWrap01 {
	width: 1080px;
	margin: 0 auto;
}
