@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 : #000000;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", 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 : #157246;
}

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

a {
	outline: none;
	text-decoration: none;
	color : #000000;
	transition: 0.3s;
}
a:hover {
	opacity : 0.6;
	color : #000066;
}
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;
}

.wrapHeaderTop {
	width : 100%;
	position: fixed;
	left : 0;
	top : 0;
	width : 100%;
	z-index : 98;
	height : 150px;
	background-color : #ffffff;
}
.wrapHeaderTop.active {
	height : 100px;
}
.wrapHeaderTop #header {
	width : calc(100% - 100px);
	max-width : 1820px;
	margin : 0 auto;
	height : 150px;
	position : relative;
}
.wrapHeaderTop.active #header {
	height : 100px;
}
.headMenuInner {
	width : 100%;
	position: relative;
}
.headLogo {
	position: absolute;
	top : 14px;
	left : 20px;
	transition: 0.3s;
	z-index : 10;
}
.wrapHeaderTop .headLogo img {
	width: 306px;
	transition: 0.4s;
}
.wrapHeaderTop.active .headLogo img {
	width: 132px;
}
.admin_headMenuInner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.wrapHeaderTop .headTels {
	position: relative;
	width : 50%;
	max-width : 410px;
	box-sizing: border-box;
	z-index: 97;
	transition: all 0.6s;
	margin : 0 auto;
	padding-top : 52px;
}
.wrapHeaderTop.active .headTels {
	padding-top : 30px;
}
.headMenu ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.headMenu li {
	display: block;
	color: #4c2b0a;
}
.headMenu .main li a {
	color: #000000;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	display: block;
	line-height: 1.6;
	padding: 10px 0;
	position: relative;
	transition: .5s;
}
.headMenu .main li a::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: '';
	width: 0;
	height: 11px;
	background : url(../img/menu_dot.png) no-repeat bottom center;
	transition: .5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.headMenu .main a:hover::after {
	width: 80%;
}
.headMenu .main li a.thisp::after  {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: '';
	width: 80%;
	height: 11px;
	background : url(../img/menu_dot.png) no-repeat bottom center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.headMenu .main li a h4 {
	font-size: 0.85rem;
}
.headMenu .main li span {
	display: inline-block;
	vertical-align: top;
	color: #b8b8b8;
	font-size: 24px;
	line-height: 1.0;
	padding: 0 12px;
	position: relative;
	top: -6px;
}
@keyframes ho-fadeIn {
  from {
    opacity: 0;
    transform: translateX(-600px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wrapHeaderTop .headTel {
	display: block;
	position: absolute;
	top: 32px;
	right: 200px;
	z-index: 9;
	width: 174px;
	text-align: center;
}
.wrapHeaderTop .headTel a {
	display: inline-block;
	margin: 0 14px;
}
.wrapHeaderTop .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 : 46px;
	right : 250px;
	z-index : 98;
	text-align : center;
	transition: 0.4s;
}
.wrapHeaderTop.active .headSns {
	top : 24px;
}
.wrapHeaderTop .headSns a {
	position : relative;
	display : inline-block;
	margin : 8px 0;
	width : 40px;
	height : 40px;
	font-size : 0;
	transition: 0.3s;
}
.wrapHeaderTop .headSns a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.wrapHeaderTop .headSns a:hover {
	opacity : 0.7;
}
.openSns {
	text-align : center;
}
.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;
}
.wrapHeaderTop #headLang {
	position : absolute;
	top : 46px;
	right : 100px;
	z-index : 99;
	text-align : center;
	width : 130px;
	box-sizing : border-box;
	padding: 10px 20px;
	transition: 0.4s;
}
.wrapHeaderTop.active #headLang {
	top : 24px;
}
#headLang dl {
	position: relative;
	width : 130px;
}
#headLang dt {
	cursor: pointer;
	text-align: center;
	width : 130px;
	padding: 3px 5px 5px 5px;
	box-sizing : border-box;
	border: 2px solid #868686;
}
#headLang dd {
	position: absolute;
	box-sizing : border-box;
	width : 130px;
}
#headLang #headLangList {
	width : 130px;
	display: none;
	margin-top: 5px;
	border: 1px solid #c5c5c5;
	box-sizing : border-box;
}
#headLang #headLangList ul {
	width : 130px;
	background-color: #c5c5c5;
	box-sizing : border-box;
}
#headLang #headLangList li a{
	display: block;
	width : 130px;
	box-sizing : border-box;
	padding: 5px;
	background-color: #c5c5c5;
	border-bottom: 1px solid #fff;
}
#headLang #headLangList li:last-child a{
	border-bottom: none;
}
.headScroll {
	position : fixed;
	top : 380px;
	right : 0;
	width : 40px;
	text-align : center;
	z-index : 98:
}
.headScroll .scrollDown {
	display: flex;
	align-items: center;
	width : 100%;
	font-size : 1rem;
	letter-spacing: 2px;
	color : #000000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight : 700;
	text-align : center;
	opacity : 1;
	cursor : pointer;
}
.headScroll .scrollUp {
	display: flex;
	align-items: center;
	width : 100%;
	font-size : 1rem;
	letter-spacing: 2px;
	color : #000000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight : 700;
	text-align : center;
	opacity : 0;
	cursor : pointer;
}
.headScroll .scrollArrow {
	display ; block;
	margin : 10px auto;
	width : 2px;
	height : 100px;
	overflow : hidden;
}
.headScroll .scrollArrowInner {
	display ; inline-block;
	width : 2px;
	height : 50px;
	background-color : #000000;
	animation: arrowMove 2s infinite linear;
	transform: translate(0, -100px);
}
.headScroll .scrollArrowInner.active {
	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: 1240px) {
	.wrapHeaderTop {
		height : 100px;
	}
	.wrapHeaderTop #header {
		margin : 0 auto;
		height : 100px;
	}
	.wrapHeaderTop .headLogo img {
		width: 200px;
	}
	.wrapHeaderTop .headTels {
		padding-top : 27px;
		max-width : 360px;
	}
	.wrapHeaderTop .headSns {
		top: 22px;
		right : 190px;
	}
	.wrapHeaderTop #headLang {
		top: 22px;
		right : 60px;
	}
}
@media only screen and (max-width: 960px) {
	.headTels {
		display : none;
	}
	.headTels.sub {
		display : none;
	}
	.headSns {
		display : none;
	}
}
@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;
	}
}
@media only screen and (max-width: 640px) {
	.wrapHeaderTop.active {
		height : 80px;
	}
	.wrapHeaderTop #header {
		width : calc(100% - 40px);
		height : 80px;
	}
	.wrapHeaderTop.active #header {
		height : 80px;
	}
	.wrapHeaderTop {
		height : 80px;
	}
	.wrapHeaderTop .headLogo img {
		width: 140px;
	}
	.wrapHeaderTop.active .headLogo img {
		width: 100px;
	}
	.wrapHeaderTop #headLang {
		top: 15px;
		right : 80px;
  		width: 100px;
		padding: 10px 12px;
	}
	.wrapHeaderTop.active #headLang {
		top: 15px;
	}
	.headLogo {
		left: 0;
	}
	#headLang dl {
		width : 100px;
	}
	#headLang dt {
		width : 100px;
	}
	#headLang dd {
		width : 100px;
	}
	#headLang #headLangList {
		width : 100px;
	}
	#headLang #headLangList ul {
		width : 100px;
	}
	#headLang #headLangList li a{
		width : 100px;
	}
	.headScroll {
		width : 22px;
	}
}
@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;
	}
}
@media only screen and (max-width: 440px) {
	.mgt100.dp720 {
		margin-top : calc(5vw + 20px) !important;
	}
}
@media only screen and (max-width: 400px) {
	.wrapHeaderTop.active {
		height : 80px;
	}
	.wrapHeaderTop #header {
		width : calc(100% - 20px);
		height : 80px;
	}
	.wrapHeaderTop.active #header {
		height : 80px;
	}
	.wrapHeaderTop .headLogo img {
		width: 100px;
	}
	.wrapHeaderTop.active .headLogo img {
		width: 100px;
	}
	.wrapHeaderTop.active #headLang {
		top: 15px;
	}
}
@keyframes hl-fadeIn {
  from {
    opacity: 0;
    transform: translateX(-102px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#contact {
	margin-top : -100px;
	padding-top : 100px;
}
.openMenu {
	position: fixed;
	width : 100%;
	box-sizing: border-box;
	top: 0px;
	right: -100vw;
	z-index: 98;
	transition: all 0.6s;
	background-color : #fefefe;
}
.innerSmpTels {
	padding: 120px 0 100px 0;
	box-sizing: border-box;
}
.inMenuLogo img {
	width : 181px;
}
.inMenuFlex {

}
.inMenuFlex .inHeadMenu {
	width : 100%;
}
.inMenuFlex .inHeadMenu ul {
	display : block;
}
.inMenuFlex .inHeadMenu li {
	padding : 14px 0;
}
.inMenuFlex .inHeadMenu li a {
	color : #000000;
	font-size : 20px;
	transition: 0.3s;
}
.inMenuFlex .inHeadMenu li a:hover {
	color : #888888;
}
.inMenuFlex .inHeadMenu .left {
	width : 58%;
}
.inMenuFlex .inHeadMenu .right {
	width : 38%;
}
.openMenuBlock {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.openMenuBlock dt {
	width : 50%;
	box-sizing: border-box;
	padding : 32px 0 32px 72px;
	border-top : 1px solid #c9c9c9;
	border-right : 1px solid #c9c9c9;
	border-bottom : 1px solid #c9c9c9;
}
.openMenuBlock div.t_left {
	display : inline-block;
}
.openMenuBlock h3 {
	text-align : left;
	font-size : 20px;
	color : #2e2d33;
	font-weight : 500;
}
.openMenuBlock h4 {
	display : block;
	text-align : left;
	font-size : 14px;
	color : #808080;
	font-weight : 500;
}
.openMenuBlock .tel {
	text-align : left;
	font-size : 32px;
	color : #2e2d33;
	font-weight : 700;
}
.openMenuBlock .tel span {
	text-align : left;
	display : inline-block;
	margin-right : 6px;
	font-size : 18px;
	color : #2e2d33;
	font-weight : 500;
}
.openMenuBlock dd {
	width : calc(50% - 1px);
	box-sizing: border-box;
	padding : 32px 0 32px 72px;
	border-top : 1px solid #c9c9c9;
	border-bottom : 1px solid #c9c9c9;
}
.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;
	}
	.openMenu {
		width : 100%;
		height : 100vh;
		right: -100%;
		overflow : auto;
	}
	.inMenuFlex .inHeadMenu li {
		padding : 8px 0;
	}
	.innerSmpTels {
			padding: 100px 0 100px 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: 480px) {
	.openMenuBlock dt {
		padding : 3.2vw 0 3.2vw 2vw;
	}
	.openMenuBlock dd {
		padding : 3.2vw 0 3.2vw 2vw;
	}
	.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 : 0px;
		top : -4px;
	}
}
@media only screen and (max-width: 400px) {
	.inMenuLogo img {
		width : 140px;
	}
}

.wrapHeaderTop .smp_menu {
	position : fixed;
	top: 32px;
	right: 36px;
	width: 70px;
	height: 70px;
	text-align: center;
	z-index : 99;
	transition: 0.5s;
	background-color : #fefefe;
	border-radius : 50%;
}
.wrapHeaderTop.active .smp_menu {
	top: 10px;
}
.smp_menu p {
	display: block;
	position: absolute;
	top: 12px;
	left: 16px;
	width: 40px;
	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: 40px;
	height: 44px;
	margin : 0 auto;
	transition: all .4s;
}
.menu-trigger span {
	position: absolute;
	left: 0px;
	width: 40px;
	height: 4px;
	background-color: #000000;
	transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
	top: 12px;
}
.menu-trigger span:nth-of-type(2) {
	top: 28px;
}
.menu-trigger span:nth-of-type(3) {
	top: 44px;
}
.menu-trigger.is-open span:nth-of-type(1) {
	-webkit-transform: translate3d(1px,13.5px, 0) rotate(40deg);
	transform: translate3d(1px, 15.5px, 0) rotate(40deg);
}
.menu-trigger.is-open span:nth-of-type(2) {
	-webkit-transform: translate3d(1px, -2px, 0) rotate(-40deg);
	transform: translate3d(1px, 0px, 0) rotate(-40deg);
}
.menu-trigger.is-open span:nth-of-type(3) {
	top: 28px;
	-webkit-transform: translate3d(1px, -2px, 0) rotate(-40deg);
	transform: translate3d(1px, 0px, 0) rotate(-40deg);
}

.cp_overLeft {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 20;
}
.smplink {
	display :  none;
}
@media only screen and (max-width: 1240px) {
	.wrapHeaderTop .smp_menu {
		top: 8px;
		right: 10px;
	}
}
@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) {
	.wrapHeaderTop .smp_menu {
		top: 0px;
		right: 10px;
	}
	.wrapHeaderTop.active .smp_menu {
		top: 0px;
	}
}
@media only screen and (max-width: 400px) {
	.wrapHeaderTop .smp_menu {
		right: 0px;
	}
	.wrapHeaderTop.active .smp_menu {
		top: 0;
	}
}

.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;
	}
}


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

.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;
}
.wrapHeaderTop .slide_top  {
	margin-top : 150px;
	position : relative;
}
.slide_all {
	width : calc(100% - 100px);
	max-width : 1820px;
	margin : 0 auto;
	height : 90vw;
	max-height : 910px;
}
.no_slide {
	width : calc(100% - 100px);
	max-width : 1820px;
	margin : 0 auto;
	height : 90vw;
	max-height : 910px;
}
.pict {
	width : 100%;
	height : 90vw;
	max-height : 910px;
	margin : 0 auto;
	position : absolute;
	top : 0;
	left : 0;
}
.slide_all img {
	width : 100%;
	height : 100%;
	object-fit : cover;
}
@media only screen and (max-width: 480px) {
	.slide_all {
		height : 135vw;
	}
	.no_slide {
		height : 135vw;
	}
	.pict {
		height : 135vw;
	}
}

.slide_sub {
	position : relative;
	top : 0px;
	right : 0;
	width : 100%;
	margin : 0 auto;
	text-align : right;
}
.no_slide_sub {
	width : 100%;
	height : 40vw;
	max-height : 400px;
	margin : 160px auto 0 auto;
	position : relative;
}
.pict_sub {
	width : 100%;
	height : 30vw;
	max-height : 400px;
	margin : 0 auto;
	position : absolute;
	top : 0;
	left : 0;
}
.slide_sub img {
	width : 100%;
	max-width : 1920px;
	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 : 56px;
	color : #000000;
	font-weight : 800;
	background : url(../img/title_dot.png) no-repeat bottom center;
}
.pageTitle.brk {
	color : #000000;
}

.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: 1400px) {
	.no_slide_sub {
		margin : 120px auto 0 auto;
	}
}

@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: 800px) {
	.overWrap .overLeft {
		left : -80px;
	}
	.topImg  {
		overflow : visible;
	}
}
@media only screen and (max-width: 720px) {
	.no_slide_sub {
		margin : 80px auto 0 auto;
	}
}
@media only screen and (max-width: 640px) {
	.slide_all {
		width : calc(100% - 40px);
	}
	.no_slide {
		width : calc(100% - 40px);
	}
}
@media only screen and (max-width: 480px) {
	.no_slide_sub {
		height : 50vw;
	}
	.pict_sub {
		height : 50vw;
	}
}
@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 a {
	display: inline-block;
	color : #000000;
	transition: 0.3s;
}
.panWrap span {
	display: inline-block;
	color : #d1d1d1;
	font-size : 36px;
	font-weight : 300;
	transform: rotate(45deg);
	padding : 0 24px;
	position : relative;
	top : -4px;
}
.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 : #f0f9f4;
	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;
}
.topBusinessItem {
	width : 24%;
	max-width : 325px;
}
.topBusinessItem .image {
	font-size : 0;
	width : 100%;
	height : 22vw;
	max-height : 300px;
	overflow : hidden;
}
.topBusinessItem .image a {
	font-size : 0;
	width : 100%;
	height : 22vw;
	max-height : 300px;
	overflow : hidden;
}
.topBusinessItem .image a img {
	font-size : 0;
	width : 100%;
	height : 22vw;
	max-height : 300px;
	object-fit: cover;
	transition: 0.4s;
}
.topBusinessItem .image a:hover img {
	transform:scale(1.1, 1.1);
}
.topBusinessItem .wrap {
	display : block;
	color : #0f1e83;
	padding : 20px;
	background-color : #ffffff;
	transition: 0.4s;
	position: relative;
	font-size : 0;
}
.topBusinessItem .wrap p {
	color : #0f1e83;
	transition: 0.4s;
}
.topBusinessItem .wrap::before {
	content : "";
	position : absolute;
	top : calc(50% - 1px);
    right: 20px;
    width: 32px;
    height: 2px;
    background: #0f1e83;
	transition: 0.4s;
}
.topBusinessItem .wrap::after {
	content : "";
	position : absolute;
	top : calc(50% - 4px);
    right: 19px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0f1e83;
    border-right: 2px solid #0f1e83;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.4s;
}
.topBusinessItem .wrap:hover p {
	color : #d7aa37 !important;
}
.topBusinessItem .wrap:hover::before {
    background: #d7aa37;
}
.topBusinessItem .wrap:hover::after {
    border-top: 2px solid #d7aa37;
    border-right: 2px solid #d7aa37;
}
.conceptWrap {
	position : relative;
}
.conceptWrap.for .backs {
	position : absolute;
	top : -90px;
	right : 0;
	background: #e5f3f4;
	height: calc(tan(60deg) * 480px);
	width: 600px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.conceptWrap.for .backs span {
	position : absolute;
	top : 32%;
	right : 50px;
	color : #ffffff;
	font-size : 240px;
	font-family: "Roboto", sans-serif;
 	font-weight: 900;
	font-style : italic;
	line-height : 1.2;
}
.conceptWrap.rev .backs {
	position : absolute;
	top : 0;
	left : 0;
	background: #e5f3f4;
	height: calc(tan(60deg) * 480px);
	width: 600px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.conceptWrap.rev .backs span {
	position : absolute;
	top : 32%;
	left : 50px;
	color : #ffffff;
	font-size : 240px;
	font-family: "Roboto", sans-serif;
 	font-weight: 900;
	font-style : italic;
	line-height : 1.2;
}
.mgt-100 {
	margin-top : -200px !important;
}
.mgt-40 {
	margin-top : -40px !important;
}
.conceptWrap .conceptInner {
	width : 100%;
	max-width : 1820px;
	margin : 0 auto;
	position : relative;
}
.addhline {
	display : inline-block;
	padding-bottom : 48px;
	color : #000000;
	background : url(../img/title_dot.png) no-repeat center bottom;
	position : relative;
	font-weight : 900;
}
.conceptWrap .conceptLeft {
	width : 45%;
	max-width : 540px;
	margin : 0 0px 0 auto;
	padding-right : 30px;
	box-sizing : border-box;
}
.conceptWrap .conceptLeft h3 {
	text-align : left;
}
.conceptWrap.rev .conceptLeft {
	margin : 0 auto 0 0px;
}
.conceptWrap  img {
	width : 100%;
	max-width : 1000px;
	height : 32vw;
	max-height : 540px;
	object-fit: cover;
}
.conceptWrap .conceptRight {
	width : 55%;
	max-width : 1000px;
	height : 32vw;
	max-height : 540px;
	position : relative;
	margin : 0 0 0 auto;
	z-index : 1;
	box-sizing: border-box;
}
.conceptWrap.rev .conceptRight {
	margin : 0 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;
}
.topConTable {

}
.topConTable .left {
	width : 50%;
}
.topConTable .right {
	width : 50%;
	border-left : 2px solid #000000;
	padding-left : 5%;
	box-sizing: border-box;
}
.mapArea {
	width : 100%;
	max-width : 1200px;
}
.mapArea iframe {
	width : 100%;
	height : 600px;
}
@media only screen and (max-width: 1700px) {
	.conceptWrap .conceptRight {
		padding : 0 0 4vw 0;
	}
	.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: 1200px) {
	.conceptWrap .conceptLeft {
		padding-right : 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;
	}
	.conceptWrap .conceptLeft {
		margin : 0 auto 0 auto;
		padding-right : 0;
	}
	.conceptWrap.rev .conceptLeft {
		margin : 0 auto 0 auto;
	}
	.mgt-100 {
		margin-top : 0px !important;
	}
	.mgt-40 {
		margin-top : 40px !important;
	}
	.conceptWrap {
		display : block;
		position : relative;
		height : auto;
		max-height : 1832px;
	}
	.conceptWrap .conceptLeft {
		width : 100%;
		position : relative;
		top : 0px;
		padding : 0;
	}
	.conceptWrap  img {
		height : 54vw;
	}
	.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;
	}
	.mapArea iframe {
		width : 100%;
		height : 400px;
	}
	.topConTable .left {
		width : 100%;
	}
	.topConTable .right {
		width : 100%;
		border-left : none;
		border-top : 2px solid #000000;
		padding-left : 0;
		padding-top : 5%;
		margin-top : 4vw;
	}
}
@media only screen and (max-width: 480px) {
	.addhline {
		margin-bottom: 20px;
	}
}

.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;
}
.blockTitle {
	position : relative;
}
.baseButton {
	position : absolute;
	top : 40px;
	right : 54px;
}
.baseButton a {
	display : inline-block;
	font-weight : 700;
	padding-bottom : 4px;
	color : #000000;
	border-bottom : 3px solid #000000;
	transition: 0.3s;
}
.baseButton a:hover {
	color : #888888;
	border-bottom : 3px solid #888888;
}
.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;
}
.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: 42%;
	width : 5vw;
	max-width : 38px;
}
.prev-arrow {
	left: -80px;
}
.next-arrow {
	right: -80px;
}
.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;
	}
	.prev-arrow {
		left: -8vw;
	}
	.next-arrow {
		right: -8vw;
	}
}
@media only screen and (max-width: 720px) {
	.elseMenu .image {
		height : 12.8vw;
		padding : 0 1vw;
	}
}
@media only screen and (max-width: 640px) {
	.baseButton {
		right : 28px;
	}
}
@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;
}
.newsListItem {
	width : 31.5%;
	max-width : 400px;
	margin-bottom : 40px;
	position : relative;
}
.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 : 31.5%;
	height : 0;
	font-size : 0;
}
.newsListItem .img {
	width : 100%;
	max-width : 440px;
	height : 18vw;
	max-height : 245px;
	overflow : hidden;
}
.newsListItem .img img {
	width : 100%;
	max-width : 440px;
	height : 18vw;
	max-height : 245px;
	object-fit : cover;
	transition: 0.4s;
}
.newsListItem .img:hover img {
	transform:scale(1.1, 1.1);
}
.newsListItem .date {
	font-size : 0.9rem;
	font-weight : 700;
	color : #a6a6a6;
	line-height : 40px;
	box-sizing: border-box;
}
.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 : #000000;
}
.newsListItem .title {
	font-size : 1.1rem;
	font-weight : 600;
	line-height : 1.6;
	height : 2.6em;
	word-break : break-word;
	overflow : hidden;
}
.newsListItem .comm {
	font-weight : 400;
	box-sizing: border-box;
	position : relative;
	line-height : 1.6;
}
.newsListItem .comm a {
	color : #000000;
}
.newsListItem .cate a {
	color : #000000;
	text-decoration: underline;
	text-underline-offset: 6px;
}
@media only screen and (max-width: 640px) {
	.newsListWrap {
		padding : 20px 10px 0 10px;
	}
	.newsListItem {
		width : 46%;
		max-width : 400px;
		margin : 0 10px 4vw 10px;
	}
	.newsListItem .img {
		height : 23vw;
	}
	.newsListItem .img img {
		height : 23vw;
	}
	.newsListItem .date {
		line-height : 30px;
	}
	.newsListItem .comm {
		padding-top : 10px;
	}
}
@media only screen and (max-width: 480px) {
	.newsListWrap {
		padding : 20px 0 0 0;
	}
	.newsListItem {
		width : 100%;
		max-width : 480px;
		margin : 0 0 14vw 0;
	}
	.newsListItem .img {
		height : 49vw;
	}
	.newsListItem .img img {
		height : 49vw;
	}
}
.newsDetail .date {
	font-size : 1rem;
	font-weight : 400;
	line-height : 40px;
	color : #989898;
}
.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 .ttl {
	font-size : 1.2rem;
	font-weight : 700;
	line-height : 1.6;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsDetail .photo img {
	width : 100%;
}
.newsLeft .detailComm {
	font-size : 1.2rem;
	line-height : 1.8;
	font-weight : 400;
}
.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;
	font-weight : 500;
	padding-bottom : 2px;
	border-bottom : 2px solid #8f8e99;
}
.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;
}
.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/ins.png) no-repeat left center;
}
.infoList dd a.fb {
	display : inline-block;
	margin-right : 12px;
	padding-left : 30px;
	background : url(../img/fb.png) no-repeat left center;
}
.infoList dd a.x {
	display : inline-block;
	margin-right : 12px;
	padding-left : 30px;
	background : url(../img/x.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: 1000px) {
	.newsListTrans {
		width : 48%;
	}
	.newsDetail .photo img {
		height : auto !important;
		max-height : auto !important;
	}
	.newsDetail .photo img.contain {
		width : 100%;
		object-fit : cover;
		height : 56vw !important;
	}
}

.memberWrap {
	width : 100%;
	max-width : 1100px;
	box-sizing: border-box;
	position : relative;
	margin : 0 auto;
}
.memberList {
	width : 100%;
	max-width : 1000px;
	box-sizing: border-box;
	position : relative;
	margin : 0 auto;
}
.memberWrap h3 {
	padding : 14px 30px 16px 30px;
	line-height : 1.2;
	border-radius : 12px;
}
.memberWrap h3.deep {
	border : 4px solid #167346;
	color : #167346;
}
.memberWrap h3.light {
	border : 4px solid #8fc220;
	color : #8fc220;
}
.memberList dl {
	border-bottom : 2px solid #f1f1f1;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: center;
}
.memberList dt {
	font-weight : 700;
	color : #000000;
}
.memberList dd {
	text-align : right;
}
.memberList dd a {
	display : inline-block;
	padding : 12px 40px 14px 20px;
	background-color : #02c701;
	border-radius : 12px;
	color : #ffffff;
	position : relative;
	transition: 0.3s;
}
.memberList dd a::after {
	content : "";
	position : absolute;
	top : 21px;
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.3s;
}
.memberList dd a:hover {
	background-color : #167346;
	opacity : 1;
}
.memberList dd a:hover::before {
	background-color : #167346;
}
.memberList dd a:hover::after {
	background-color : #167346;
}

.companyWrap {
	width : 100%;
	max-width : 990px;
	box-sizing: border-box;
	position : relative;
	padding-bottom : 12px;
	z-index : 2;
}
.companyWrap .nameimg {
	position : relative;
	margin-left : 10px;
	top : 8px;
}
.photoArea {
	position : relative;
	padding-top : 20px;
}
.photoArea p {
	position : absolute;
	bottom : 0;
	right : 0;
	background-color : #ffffff;
	padding : 18px 40px;
	text-align : left;
}
.companyWrap p span {
	display : block;
	letter-spacing: 2px;
}
.profileWrap {
	width : 100%;
	max-width : 1360px;
	padding : 0 10px;
	box-sizing: border-box;
}
.profileWrap .list {
	width : 100%;
	max-width : 1200px;
	box-sizing: border-box;
	margin : 0 auto;

}
.profileWrap dl {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	align-items: center;
	border : 6px solid #167345;
	width : 100%;
	margin-bottom : 20px;
	background-color : #fefefe;
}
.profileWrap dt {
	width : 2em;
	font-family: "Roboto", sans-serif;
 	font-weight: 900;
	font-style : italic;
	color : #167345;
	font-size : 72px;
	padding-left : 20px;
	line-height : 1.4;
}
.profileWrap dd {
	width : calc(100% - 9em);
	font-size : 20px;
	font-weight : 400;
	padding : 32px 0;
}
.profileWrap .profileText {
	font-size : 18px;
	line-height : 1.8;
	font-weight : 700;
	color : #167345;
	margin-left : 10px;
	margin-right : 10px;
	box-sizing: border-box;
	width : 100%;
	border-top : 2px solid #eaeaea;
}
.missionWrap {
	width : 100%;
	max-width : 1200px;
	padding : 0 10px;
	box-sizing: border-box;
}
.missionSub {
	color : #167345;
	background-color : #f0f9f4;
	padding : 16px 0;
}
.missionWrap dl {
	width : 31%;
}
.missionWrap dt {
	position : relative;
}
.missionWrap dt span {
	position : absolute;
	top : -10px;
	left : 0;
	width : 2em;
	font-family: "Roboto", sans-serif;
 	font-weight: 900;
	font-style : italic;
	color : #167345;
	font-size : 72px;
	line-height : 1.0;
}
.missionWrap dt img {
	width : 100%;
	height : 20vw;
	max-height : 247px;
	object-fit: cover;
}
.missionWrap dd {
	padding-top : 30px;
}
.missionWrap dd h3 {
	font-weight : 700;
}
.missionWrap .blocks {
	position : relative;
}
.missionWrap .blocks::before {
	content : "";
	position : absolute;
	top : 0;
	left : 23%;
	width : 1px;
	height : 100%;
	border-right : 6px solid #167345;
}
.missionWrap .blocks::after {
	content : "";
	position : absolute;
	top : calc(50% - 20px);
	left : 0;
	width : 100%;
	height : 1px;
	border-top : 6px solid #167345;
}
.missionWrap .blocks .left {
	width : 47%;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	flex-flow: column;
	position : relative;
	z-index : 2;
}
.missionWrap .blocks .right {
	width : 47%;
	position : relative;
	z-index : 2;
}
.missionWrap .blocks .item {
	background-color : #167345;
	border-radius : 32px;
	text-align : center;
	padding : 50px 0;
}
.missionWrap .blocks .item.ct {
	padding : 40px 0;
}
.missionWrap .blocks .item p {
	color : #ffffff;
	font-size : 28px;
	line-height : 1.6;
	font-weight : 400;
}
.missionWrap .blocks .item img {
	width : 90%;
	max-width : 485px;
}
.missionWrap .blocks .item p strong {
	color : #8ec220;
	font-size : 36px;
}
.missionWrap .blocks ul {
	background-color : #167345;
	color : #ffffff;
	border-radius : 32px;
	padding : 30px 40px;
}
.missionWrap .blocks li {
	text-align : left;
	color : #ffffff;
	font-size : 20px;
	line-height : 2.0;
	font-weight : 400;
	position : relative;
	padding-left : 28px;
	box-sizing: border-box;
}
.missionWrap .blocks li::before {
	content : "●";
	position : absolute;
	top : 4px;
	left : 0;
	color : #8ec220;
	font-size : 20px;
	line-height : 1.6;
	font-weight : 400;
	margin-right : 10px;
}
.missionWrap .blocks02 {
	width : calc(100% - 8px);
	position : relative;
	z-index : 2;
	border : 6px solid #167345;
	text-align : center;
	background-color : #fefefe;
	padding : 40px 0;
	border-radius : 32px;
}
.missionWrap .blocks02 p {
	color : #000000;
	font-size : 28px;
	line-height : 1.8;
	font-weight : 500;
}
.missionWrap .blocks02 p span {
	color : #167345;
}
.missionWrap .blocks02 ul {
	width : 100%;
	max-width : 960px;
	margin : 0 auto;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.missionWrap .blocks02 ul li {
	width : 32%;
	background-color : #167345;
	font-size : 24px;
	font-weight : 500;
	color : #ffffff;
	line-height : 1.4;
	padding : 4px 0 6px 0;
	text-align : center;
	border-radius : 20px;
}
.missionWrap .blocks03 {
	align-items: flex-start;
}
.missionWrap .blocks03 .item {
	width : 47.5%;
	position : relative;
	z-index : 2;
	border : 4px solid #8fc320;
	text-align : center;
	background-color : #fefefe;
	padding : 32px 50px 40px 50px;
	border-radius : 32px;
	box-sizing: border-box;
}
.missionWrap .blocks03 p {
	text-align : center;
	font-size : 28px;
	font-weight : 500;
	color : #000000;
	line-height : 1.4;
}
.missionWrap .blocks03 p span {
	font-size : 60px;
	font-weight : 700;
	color : #8fc320;
}
.missionWrap .blocks03 ul {
	margin-top : 12px;
}
.missionWrap .blocks03 li {
	text-align : center;
	font-size : 20px;
	font-weight : 500;
	color : #167345;
	line-height : 1.4;
	padding : 3px 0 5px 0;
	background-color : #dcecbb;
	margin-bottom : 12px;
}
.missionWrap .blocks03 li span {
	font-size : 14px;
}
@media only screen and (max-width: 720px) {
	.photoArea p {
		padding : 2vw 4vw;
	}
	.profileWrap dt {
		font-size : calc(5.09vw + 29.6px);
		padding-left : 2vw;
		width : 1.5em;
	}
	.profileWrap dd {
		font-size : calc(1.5vw + 9.2px);
		padding : 3vw 0;
		width : calc(100% - 6em);
	}
	.profileWrap .profileText {
		font-size : calc(1.4vw + 8.2px);
		margin-left : 2vw;
		margin-right : 2vw;
	}
	.missionWrap dl {
		width : 100%;
	}
	.missionWrap dl.sec {
		margin-top : calc(5vw + 20px);
	}
	.missionWrap dt img {
		width : 100%;
		height : 48vw;
		max-height : 247px;
		object-fit: cover;
	}
	.missionWrap .blocks .left {
		width : 100%;
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
		flex-wrap : wrap;
		flex-flow: column;
		position : relative;
		z-index : 2;
	}
	.missionWrap .blocks .right {
		width : 100%;
		position : relative;
		z-index : 2;
	}
	.missionWrap .blocks .item {
		background-color : #167345;
		border-radius : 5vw;
		text-align : center;
		padding : 5vw 0;
		margin-bottom : 8vw;
	}
	.missionWrap .blocks .item.ct {
		padding : 4vw 0;
	}
	.missionWrap .blocks .item p {
		font-size : calc(2.5vw + 10.0px);
	}
	.missionWrap .blocks .item p strong {
		font-size : calc(3.5vw + 10.8px);
	}
	.missionWrap .blocks li {
		font-size : calc(1.5vw + 9.2px);
	}
	.missionWrap .blocks li::before {
		top : 3px;
		font-size : calc(1.5vw + 9.2px);
	}
	.missionWrap .blocks ul {
		border-radius : 5vw;
		padding : 5vw;
		
	}
	.missionWrap .blocks::before {
		left : calc(50% - 3px);
	}
	.missionWrap .blocks02 {
		width : 100%;
		border-radius : 5vw;
		padding : 5vw;
		box-sizing: border-box;
	}
	.missionWrap .blocks02 p {
		font-size : calc(2.5vw + 6.0px);
	}
	.missionWrap .blocks02 ul {
		width : 100%;
		max-width : 960px;
		margin : 0 auto;
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
	}
	.missionWrap .blocks02 ul li {
		font-size : calc(2.5vw + 6.0px);
		border-radius : 12px;
	}
	.missionWrap .blocks03 {
		align-items: flex-start;
	}
	.missionWrap .blocks03 .item {
		width : 100%;
		padding : 4vw 5vw 4.2vw 5vw;
		border-radius : 5vw;
	}
	.missionWrap .blocks03 .item.sec {
		margin-top : 6vw;
	}
	.missionWrap .blocks03 p {
		font-size : calc(2.5vw + 10.0px);
	}
	.missionWrap .blocks03 p span {
		font-size : calc(5.09vw + 18.6px);
	}
	.missionWrap .blocks03 ul {
		margin-top : 12px;
	}
	.missionWrap .blocks03 li {
		font-size : calc(1.5vw + 9.2px);
	}
	.missionWrap .blocks03 li span {
		font-size : 14px;
	}
	.memberList dd a {
		padding : 8px 32px 10px 16px;
		border-radius : 10px;
		font-size : 10px;
		line-height : 1.4;
	}
	.memberList dd a::after {
		top : 12px;
		right : 12px;
		width : 5px;
		height : 5px;
	}
}

.smgt40 {
	padding-top : 0px;
}
@media only screen and (max-width: 1200px) {
	.conceptWrap .conceptLeft h3 {
		padding-right : 4vw;
		padding-left : 0;
	}
	.conceptWrap.rev .conceptLeft h3 {
		padding-right : 0;
		padding-left : 2vw;
	}
	.conceptWrap .conceptLeft p {
		font-size : calc(0.34vw + 11.9px);
		line-height : 2.0;
		padding-right : 4vw;
		padding-left : 0;
	}
	.conceptWrap.rev .conceptLeft p {
		padding-right : 0;
		padding-left : 2vw;
	}
	.creatorItem .name a {
		font-size : calc(0.68vw + 11.8px);
	}
	.coldRight h3 {
		letter-spacing: 2px;
	}
	.coldRight p {
		letter-spacing: 1px;
	}
	.companyWrap {
		padding : 7vw;
	}
}
@media only screen and (max-width: 1098px) {
	.goodsLeft img {
		height : calc(20vw + 100px);
	}
}
@media only screen and (max-width: 720px) {
	.conceptWrap .conceptLeft h3 {
		padding-right : 0;
		padding-left : 0;
	}
	.conceptWrap.rev .conceptLeft h3 {
		padding-right : 0;
		padding-left : 0;
	}
	.conceptWrap .conceptLeft p {
		font-size : calc(0.34vw + 11.9px);
		line-height : 2.0;
		padding-right : 0;
		padding-left : 0;
	}
	.conceptWrap.rev .conceptLeft p {
		padding-right : 0;
		padding-left : 0;
	}
	.coldLeft {
		width : 80%;
		margin : 10px auto;
	}
	.coldRight {
		width : 80%;
		margin : 10px auto;
		padding : 0;
		box-sizing: border-box;
	}
	.coldRight h3 {
		letter-spacing: 1px;
		padding : 4vw 0 0 0;
	}
	.coldRight p {
		letter-spacing: 0px;
		padding : 0 0 6vw 0;
	}
	.coldContact p {
		letter-spacing: 0px;
	}
}
@media only screen and (max-width: 480px) {
	.goodsLeft {
		width : 26%;
		font-size : 0;
	}
	.goodsLeft img {
		width : 100%;
		height : 26vw;
	}
	.goodsLeft img.first {
		border-radius : 0 4vw 0 0;
	}
	.goodsLeft img.last {
		border-radius : 0 0 4vw 0;
	}
	.goodsRight {
		width : 64%;
		padding-left : 10%;
	}
	.mgt-10 {
		margin-top : 12px;
	}
	.smgt40 {
		padding-top : 20px;
	}
}

.companyFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.companyLeft {
	width : 50%;
}
.companyLeft img {
	width : 100%;
}
.companyRight {
	width : 50%;
}
.companyRight img {
	width : 100%;
}
.companyRight dl {
	display : table;
	width : 100%;
	border-bottom : 1px dotted #b8b8b8;
}
.companyRight dt {
	display : table-cell;
	width : 25%;
	padding : 17px 0;
	color : #2e2d32;
	font-size : 1rem;
	font-weight : 400;
}
.companyRight dd {
	display : table-cell;
	width : 75%;
	padding : 17px 0;
	color : #2e2d32;
	font-size : 1rem;
	font-weight : 400;
}
.companyMap {
	width : 100%;
	max-width : 1200px;
	padding : 0 10px;
	box-sizing: border-box;
	position : relative;
	margin : 0 auto;
	text-align : center;
}
.companyMap .accessComm p {
	letter-spacing: 2px;
}
.companyMap .map {
	width : 100%;
	border-radius : 40px 40px 0 0;
}
.companyMap .map iframe {
	width : 100%;
	height : 400px;
}
.sdgsWrap {
	width : 100%;
	box-sizing: border-box;
}
.sdgsWrap .sdgsimg {
	width : 100%;
	max-width : 814px;
}
.sdgsWrap .sdgsblock {
	width : 100%;
	max-width : 740px;
}
@media only screen and (max-width: 1200px) {
	.conceptRight {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 720px) {
	.companyMap .accessComm p {
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 640px) {
	.sdgsWrap {
		padding : 5vw 5vw 10vw 5vw;
		border-radius : 8vw;
	}
}
@media only screen and (max-width: 480px) {
	.middleWrap.smpwide  {
		padding : 0;
		background-color : #ffffff;
	}
	.companyLeft img {
		width : 100%;
		height : 45vw;
		object-fit: cover;
	}
	.companyRight img {
		width : 100%;
		height : 45vw;
		object-fit: cover;
	}
}

.bannerFlex {
	width : 100%;
	max-width : 1200px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.bannerFlex a {
	display : block;
	margin : 0 10px;
}
.bannerFlex img {
	width : 100%;
	max-width : 554px;
}
@media only screen and (max-width: 480px) {
	.bannerFlex {
		display : block;
	}
	.bannerFlex a {
		display : block;
		margin : 10px;
	}
}
 
.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;
}

.aboutWrap p {
	font-size : 18px;
	letter-spacing: 1px;
	color : #6d6d6d;
	line-height : 2.4;
	padding-top : 5px;
}

@media only screen and (max-width: 1080px) {
	.aboutWrap p {
		font-size : calc(0.53vw + 12.3px);
		line-height : 2.0;
	}
}
@media only screen and (max-width: 640px) {
	.aboutWrap p {
		text-align : left !important;
	}
}

@media only screen and (max-width: 400px) {
	.aboutWrap p {
		line-height : 1.8;
		letter-spacing: 0px;
	}
}
.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;
}
.normalTitle h4 {
	letter-spacing: 2px;
	font-weight : 500;
	color : #d7aa37;
	line-height : 1.1;
	font-family: 'Josefin Sans', sans-serif;
}
.normalTitle h2 {
	letter-spacing: 1px;
	font-weight : 500;
	color : #d7aa37;
	line-height : 1.4;
}
.normalTitle.downbar::after {
	content : "";
	display : inline-block;
	width : 1px;
	height : 60px;
	border-right : 1px solid #0f1e83;
	margin-top : 20px;
}
.reverceTitle {
	text-align : center;
	font-family : 'Yu Mincho', 'YuMincho', 'メイリオ', 'Meiryo', serif;
	font-size : 36px;
	font-weight : 500;
	letter-spacing: 2px;
	color : #ffffff;
	line-height : 1.4;
	height : 102px;
	padding-top : 38px;
}
.reverceTitle.t_news {
	background : url(../img/news_ttl.png) no-repeat center top;
}
.reverceTitle.e_profile {
	background : url(../img/profile_ttl.png) no-repeat center top;
	position : relative;
	left : 24px;
}
.reverceTitle.e_recruit {
	background : url(../img/recruit_ttl.png) no-repeat center top;
}
.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;
}

.cp_overLight {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 29;
	width : 100%;
}
.cp_overLightInner {
	width : 100%;
	max-width : 1200px;
	margin : 0 auto;
}
.cp_overLightInner h2 {
	color : #ffffff;
	font-size : 60px;
	font-weight : 900;
	padding : 36px 0 0 36px;
	line-height : 1.2;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.cp_overLightInner p {
	color : #ffffff;
	font-size : 30px;
	font-weight : 400;
	padding : 0px 0 0 36px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.recruitWrap {
	width: 100%;
	max-width : 1120px;
	margin : 0 auto;
	position: relative;
}
.recruitWrap h3 {
	color : #167346;
}
.recruitWrap .inner {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.recruitWrap .inner dl {
	display : table;
	border-collapse: collapse;
	border : 4px solid #167346;
	width : 47.5%;
}
.recruitWrap .inner dt {
	display : table-cell;
	vertical-align: middle;
	background-color : #167346;
	width : 25%;
	color : #ffffff;
	font-size : 24px;
	font-weight : 700;
	text-align : center;
	line-height : 90px;
}
.recruitWrap .inner dd {
	display : table-cell;
	vertical-align: middle;
	background-color : #fefefe;
	width : 75%;
	color : #000000;
	font-size : 32px;
	font-weight : 700;
	text-align : center;
	line-height : 90px;
}
.recruitWrap .recruitInner {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.recruitWrap .recruitInner.rev {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.recruitWrap .recruitInner .img {
	width : 48%;
	max-width : 500px;
}
.recruitWrap .recruitInner .img img {
	width : 100%;
	max-width : 500px;
}
.recruitWrap .recruitInner .comm {
	width : 50%;
}
br.nosmp {
	display : block;
}
.recPhotoArea img {
	width : 100%;
	max-width : 351px;
}
.recruitFlex {
	width: 100%;
	max-width : 1120px;
	margin : 0 auto;
	position: relative;
}
.recruitParts {
	width: 48%;
	position: relative;
	padding : 24px 32px 32px 32px;
	box-sizing: border-box;
	border-radius : 24px;
	box-shadow: 0px 0px 15px -5px #777777;
}
.recruitParts h3 {
	color : #157346;
}
.recruitParts h3 span {
	display : inline-block;
}
.recruitParts ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	margin-top : 20px;
}
.recruitParts li {
	width : 49%;
	font-size : 1.15rem;
	position : relative;
}
.recruitParts li span {
	display : inline-block;
	width : calc(100% - 24px);
	padding-left : 24px;
	position : relative;
	line-height : 1.8;
}
.recruitParts li span::before {
	content : "\025b6";
	position : absolute;
	top : 0;
	left : 0;
	font-size : 1.2rem;
	color : #157346;
}
.rcimg {
	width : 100%;
	max-width : 500px;
}
@media only screen and (max-width: 1000px) {
	.recruitParts {
		padding : 2.4vw 3.2vw 3.2vw 3.2vw;
	}
}
@media only screen and (max-width: 720px) {
	.recruitWrap .inner dt {
		width : 30%;
		font-size : calc(2vw + 9.6px);
		line-height : 3;
	}
	.recruitWrap .inner dd {
		width : 70%;
		font-size : calc(3vw + 10.4px);
		line-height : 3;
	}
	.recruitWrap .recruitInner {
		display : block;
	}
	.recruitWrap .recruitInner .img {
		width : 100%;
		max-width : 800px;
	}
	.recruitWrap .recruitInner .img img {
		width : 100%;
		max-width : 800px;
	}
	.recruitWrap .recruitInner .comm {
		width : 100%;
	}
	br.nosmp {
		display : none;
	}
	.recruitParts {
		width : calc(100% - 8vw);
		margin : 0 4vw;
		box-sizing: border-box;
		border-radius : 3vw;
	}
	.recruitParts ul {
		margin-top : calc(1vw + 10px);
	}
}
.essentialBr {
	display : none;
}
@media only screen and (max-width: 480px) {
	.essentialBr {
		display : block;
	}
	.recruitParts li {
		width : 100%;
	}
}
.recruitTable {
	width : 100%;
}
.recruitTable {
	width : 100%;
	border-collapse: collapse;
	table-layout : fixed;
}
.recruitTable th {
	font-size : 1.2rem;
	font-weight : 500;
	width : 8em;
	padding : 16px 24px;
	text-align : left;
	letter-spacing: 2px;
	background-color : #d9fcff;
	border-bottom : 2px solid #ffffff;
}
.recruitTable td {
	font-size : 1.2rem;
	font-weight : 400;
	width : calc(100% - 8em);
	padding : 16px 24px;
	text-align : left;
	word-break : break-all;
}
@media only screen and (max-width: 640px) {
	.recruitTable {
		display : block;
		width : 100%;
		box-sizing: border-box;
	}
	.recruitTable tbody {
		display : block;
		width : 100%;
	}
	.recruitTable tr {
		display : block;
		width : 100%;
	}
	.recruitTable th {
		display : block;
		width : 100%;
		font-size : 1.2rem;
		padding : 2vw 0 0 0;
		letter-spacing: 1px;
	}
	.recruitTable td {
		display : block;
		width : 100%;
		font-size : 1.1rem;
		padding : 1vw 0 2vw 3vw;
		border-bottom : 1px dotted #a1a1a1;
		box-sizing: border-box;
	}
}

.recruitImg {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 569px;
}

.recruitImg img {
	max-width: 1380px;
}

.rc_overLight {
	position: absolute;
	top: 0;
	left: calc(100% - 1136px);
	z-index: 2;
	width: 1136px;
	height: 569px;
	background: url(../img/rec_back01.png) no-repeat top left;
}

.rc_overDeep {
	position: absolute;
	top: 0;
	left: calc(100% - 902px);
	z-index: 3;
	width: 902px;
	height: 569px;
	background: url(../img/rec_back02.png) no-repeat top left;
}

.recruitItem {
	position: absolute;
	top: 170px;
	left: calc(100% - 988px);
	z-index: 4;
	width: 60%;
	max-width: 850px;
	min-width: 600px;
}

.recruitItem h2 {
	font-size: 48px;
	color: #454fb5;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
	padding: 0 0 0 190px;
	font-family: 'Yu Mincho', YuMincho, sans-serif;
	text-shadow: 3px 3px 3px #ffffff, -3px -3px 3px #ffffff, 3px -3px 3px #ffffff, -3px 3px 3px #ffffff;
}

.recruitItem p {
	font-size: 18px;
	color: #454fb5;
	font-weight: 600;
	margin: 0;
	line-height: 2.0;
	padding: 0 0 0 196px;
	font-family: 'Yu Mincho', YuMincho, sans-serif;
	text-shadow: 2px 2px 3px #ffffff, -2px -2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff;
}

.recruitItem h2 span {
	display: inline;
}

.recruitItem p span {
	display: block;
}

h2.recruitTitle {
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 30px;
}

h2.recruitTitle span {
	display: inline-block;
	color: #010101;
	font-size: 30px;
	font-weight: 600;
	padding-left: 20px;
	border-left: 8px solid #454fb5;
	line-height: 1.0;
}
.recruitTable {
	width: 100%;
}
.recruitTable dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}
.recruitTable dl.first {
	border-top: 1px solid #dcdcdc;
}
.recruitTable dt {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
	width: 200px;
	font-weight : 500;
	padding: 24px 0 24px 16px;
}
.recruitTable dd {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-size: 18px;
	line-height: 1.8;
	width: calc(100% - 280px);
	padding: 24px 0 24px 0;
	font-weight : 300;
}
.narrowWrap .button {
	text-align: center;
}
.smp_recText {
	display: none;
}
.toriWrap {
	padding : 60px 0 90px 0;
}
.toriWrap h2 {
	font-size : 24px;
	color : #000000;
	line-height : 70px;
	border-bottom : 1px solid #aaaaaa;
	padding : 0 16px;
	font-weight : 500;
}
.toriWrap h3 {
	font-size : 18px;
	color : #000000;
	line-height : 1.8;
	font-weight : 500;
	padding : 0 16px;
}
.toriWrap p {
	font-size : 18px;
	color : #000000;
	line-height : 1.8;
	font-weight : 300;
	padding : 0 16px;
}

@media only screen and (max-width: 1850px) {
	.rc_overLight {
		left: calc(100% - 61vw);
		width: 61vw;
	}
	.rc_overDeep {
		left: calc(100% - 48.5vw);
		width: 48.5vw;
	}
	.recruitItem h2 {
		font-size: calc(1.52vw + 19.9px);
	}
	.recruitItem p {
		font-size: calc(0.38vw + 11.0px);
	}
}

@media only screen and (max-width: 1680px) {
	.recruitItem {
		top: calc(12vw - 32px);
	}
	.recruitItem {
		left: calc(46% - 45px);
		width: calc(50vw + 70px);
	}
}

@media only screen and (max-width: 1380px) {
	.recruitImg img {
		width: 100%;
		max-width: 1380px;
		height: 40vw;
		object-fit: cover;
	}
	.cp_overLightInner h2 {
		font-size : calc(3.96vw + 5.4px);
		padding : calc(2.26vw + 4.8px) 0 0 calc(2.26vw + 4.8px);
	}
	.cp_overLightInner p {
		font-size : calc(1.51vw + 9.2px); 
		padding : 0px 0 0 calc(2.26vw + 4.8px);
	}
}

@media only screen and (max-width: 1270px) {
	.recruitItem p {
		line-height: 1.6;
	}
	.recruitItem p span {
		display: inline;
	}
	.recruitItem {
		left: calc(50% - 120px);
		top: calc(14vw - 32px);
		width: calc(53vw + 60px);
	}
}

@media only screen and (max-width: 1140px) {
	.rc_overLight {
		left: calc(100% - 71vw);
		width: 71vw;
	}
	.rc_overDeep {
		left: calc(100% - 58.5vw);
		width: 58.5vw;
	}
	.recruitItem {
		left: calc(40% - 120px);
		top: calc(14vw - 32px);
		width: calc(59vw + 80px);
	}
}

@media only screen and (max-width: 920px) {
	.rc_overLight {
		left: calc(100% - 74vw);
		width: 74vw;
	}
	.rc_overDeep {
		left: calc(100% - 61.5vw);
		width: 61.5vw;
	}
	.recruitItem {
		left: calc(37% - 140px);
		top: calc(13vw - 32px);
		width: calc(65vw + 80px);
	}
}
@media only screen and (max-width: 890px) {
	.cp_overLight {
		top: 60px;
	}
	.cp_overLeft {
		display : none;
	}
}

@media only screen and (max-width: 800px) {
	.recruitImg img {
		width: 100%;
		max-height: 320px;
		height: 60vw;
		object-fit: cover;
	}
	.recruitRightImg {
		display: none;
	}
	.rc_overLight {
		left: calc(100% - 78vw);
		width: 78vw;
	}
	.rc_overDeep {
		left: calc(100% - 62.5vw);
		width: 62.5vw;
	}
	.recruitItem {
		left: calc(40% - 160px);
		top: calc(6vw + 16px);
		width: calc(68vw + 80px);
		min-width: 0;
	}
	.recruitItem h2 {
		font-size: calc(2.08vw + 11.4px);
		line-height: 1.4;
		margin-bottom: 2vw;
	}
	.recruitItem h2 span {
		display: block;
	}
	.recruitItem p {
		font-size: calc(0.83vw + 9.4px);
		line-height: 1.4;
	}
	.recruitItem span {
		display: block;
	}
	.recruitItem .button {
		margin-top: 6vw;
		margin-bottom: 5vw;
	}
	h2.recruitTitle {
		padding-bottom: calc(0.6vw + 6px);
		margin-bottom: calc(1vw + 8px);
	}
	h2.recruitTitle span {
		font-size: calc(1.25vw + 20.0px);
	}
	.recruitTable table th {
		padding : 14px 2.4vw;

	}
	.recruitTable table td {
		padding : 14px 2.4vw;
	}
	.recruitTable dt {
		display: table-cell;
		vertical-align: top;
		text-align: left;
		color: #101010;
		font-size: calc(0.62vw + 11.0px);
		line-height: 1.8;
		width: 30vw;
		padding: calc(2.2vw + 6px) 0 calc(1vw + 6px) 0;
	}
	.recruitTable dd {
		display: table-cell;
		vertical-align: top;
		text-align: left;
		color: #101010;
		font-size: calc(0.62vw + 11.0px);
		line-height: 1.8;
		width: calc(100% - 34vw);
		padding: calc(2.2vw + 6px) 0 calc(1vw + 6px) 0;
	}
	.toriWrap {
		padding : 6vw 0 9vw 0;
	}
	.toriWrap h2 {
		font-size : calc(1.25vw + 14.0px);
		line-height : 2.6;
		border-bottom : 1px solid #aaaaaa;
		padding : 0 1.4vw;
	}
	.toriWrap h3 {
		font-size: calc(0.62vw + 11.0px);
		padding : 0 1.4vw;
	}
	.toriWrap p {
		font-size: calc(0.62vw + 11.0px);
		padding : 0 1.4vw;
	}
	.mgt100 {
		margin: 10vw 0 0 0;
	}
}

@media only screen and (max-width: 480px) {
	.recruitItem {
		top: 21vw;
		width: auto;
		min-width: 0;
	}

	.recruitItem h2 {
		font-size: calc(2.5vw + 12.0px);
		line-height: 1.4;
	}

	.recruitItem p {
		display: none;
	}

	.smp_recText {
		display: block;
		margin-top: 20px;
	}

	.smp_recText p {
		font-size: 14px;
		color: #454fb5;
		font-weight: 600;
		margin: 0;
		line-height: 1.6;
		padding: 0 4vw;
		font-family: 'Yu Mincho', YuMincho, sans-serif;
	}
}

.recWrap {
	position: relative;
	width : 50%;
	height : 630px;
	padding-top : 20px;
	background : url(../img/bottom_right.jpg) no-repeat top center;
	background-size : cover;
	box-sizing: border-box;
}
.recWrapInner {
	width : 100%;
	max-width : 725px;
	position : absolute;
	top : 20px;
	left : 0;
}
.recMark {
	width : 90%;
	max-width : 440px;
	height : 443px;
	padding : 30px;
	background : url(../img/recruit_inner.png) no-repeat top center;
	box-sizing: border-box;
	margin-top : -12px;
}
.recMark h3 {
	color : #085b33;
	font-size : 32px;
	font-weight : 700;
	line-height : 1.4;
	width : 260px;
	letter-spacing: 5px;
}
.recMark p {
	color : #000000;
	font-size : 14px;
	font-weight : 500;
	line-height : 27px;
	letter-spacing: 0px;
}
.recMark p.wid01 {
	width : 190px;
}
.recMark p.wid02 {
	width : 180px;
}
.detailBtn a {
	display : block;
	width : 205px;
	text-align : center;
	font-size : 1rem;
	color : #085b33;
	font-weight : 500;
	border : 1px solid #085b33;
	padding : 8px 0;
	position : relative;
	background-image : url(../img/br_arrow.png);
	background-position : right bottom;
	background-repeat: no-repeat;
	transition: 0.3s;
}
.detailBtn a.bg0 {
	background-color : transparent;
}
.detailBtn a.bg1 {
	background-color : rgba(255, 255, 255, 0.7);
}

.detailBtn a:hover {
	color :#000000;
	background-color : rgba(255, 255, 255, 0.9);
}

.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;
	}
}

.mediaWrap {
	width : 100%;
}
.mediaWrap .mediaListWrap {
	width : 100%;
}
.mediaWrap .mediaDetailWrap {
	width : 100%;
	max-width : 862px;
	padding : 50px 50px 80px 50px;
	background-color : #ffffff;
	border-radius : 50px;
	box-sizing: border-box;
	margin : 0 auto;
}
.mediaWrap .mediaDetailWrap .photo img{
	max-width : 100%;
}
.mediaWrap .mediaItem {
	width : 30%;
	text-align : center;
	background-color : #ffffff;
	padding : 30px;
	border-radius : 30px;
	box-sizing: border-box;
}
.mediaWrap .mediaItem p {
	color : #4c2b0a;
	line-height : 1.2;
	text-align : center;
}
.mediaWrap .mediaItem .image img {
	width : 100%;
	height : 20vw;
	max-height : 200px;
	object-fit: cover;
}
.mediaWrap .mediaItem .date {
	font-weight : 400;
}
.mediaWrap .mediaItem .comm {
	display : inline-block;
	color : #f2914a;
	font-weight : 500;
	text-decoration: underline;
	text-underline-offset: 12px;
	height : calc(1.4em + 12px);
	width : 100%;
	overflow : hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mediaWrap .mediaItem .new {
	width : 36px;
	padding-left : 0;
	position : relative;
	top : -5px;
}
.mediaWrap .mediaItem .new img {
	width : 8vw;
	max-width : 36px;
}
.mediaWrap .mediaItem .newsInner a {
	color : #2e2d33;
	padding : 0 !important;
}
.newsDetailParts {
	align-items: flex-end;
	border-bottom : 2px solid #f1914a;
	padding-bottom : 10px;
}
.newsDetailParts .ttle {
	font-weight : 500;
}
@media only screen and (max-width: 800px) {
	.mediaWrap .mediaDetailWrap {
		padding : 6vw 6vw 8vw 6vw;
		background-color : #ffffff;
		border-radius : 6vw;
	}
	.mediaWrap .mediaItem {
		width : 46%;
		padding : 4vw;
		border-radius : 4vw;
	}
	.mediaWrap .mediaItem .image img {
		height : 32vw;
		max-height : 200px;
	}
}

/* 各ページ */

/* 仕事内容 */

.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;
}

.busiWrap {
	width : 100%;
	max-width : 1676px;
}
.flexRev {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left : auto;
}
.flexFor {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	margin-right : auto;
}
.busiWrap .busiImg {
	width : 60%;
	max-width : 922px;
}
.busiWrap .busiImgInner {
	
}
.busiWrap .busiImgInner img {
	width : 100%;
}
.busiMain {
	width : 40%;
}
.busiMain .normalTitle {
	width : 244px;
	font-size : 30px;
}
.busiWrap dl {
	display : table;
	width : 100%;
}
.busiWrap dt {
	display : table-cell;
	vertical-align: top;
	width : 100px;
	font-size : 60px;
	font-weight : 700;
	font-style : italic;
	color : #e0e0e0;
	line-height : 1.0;
	font-family : 'Helvetica Neue', 'Helvetica Neue OTS', Helvetica, sans-serif;
}
.busiMain dd {
	display : table-cell;
	vertical-align: top;
}
.busiMain dd h3 {
	font-size : 20px;
	font-weight : 500;
	font-style : italic;
	color : #16aa20;
}
.busiMain dd p {
	font-size : 16px;
	font-weight : 500;
	color : #000000;
	line-height : 1.4;
	margin-top : 16px;
}
.galleryItem {
	width : 19.5%;
}
.galleryTrans {
	width : 19.5%;
	font-size : 0;
	height : 0;
}
.galleryItem .img img {
	width : 100%;
	height : 18vw;
	max-height : 184px;
	object-fit: cover;
}
.galleryItem .comm h3 {
	color : #000000;
	font-size : 16px;
	font-weight : 500;
	line-height : 2.0;
}
.galleryItem .comm p {
	color : #000000;
	font-size : 14px;
	font-weight : 500;
}
.galleryItem .comm p.bline {
	border-bottom : 1px dashed #afafaf;
	padding-bottom : 10px;
	margin-bottom : 6px;
}
.galleryMore {
	text-align : center;
}
@media only screen and (max-width: 1560px) {
	.busiWrap .busiImg {
		width : calc(50vw + 100px);
	}
	.busiWrap .busiImgInner img {
		width : 100%;
		height : 42vw;
		max-height : 585px;
		object-fit : cover;
	}
}
@media only screen and (max-width: 1380px) {
	.galleryItem {
		width : 260px;
		padding : 10px;
	}
	.galleryTrans {
		width : 260px;
		padding : 0 11px;
	}
}
@media only screen and (max-width: 1180px) {
	.galleryItem {
		width : 22%;
		padding : 1vw;
	}
	.galleryTrans {
		width : 22%;
		padding : 0 calc(1vw + 1px);
	}
	.galleryItem .img img {
		height : 15vw;
		max-height : 184px;
	}
	.galleryItem .img span {
		height : 15vw;
		max-height : 184px;
	}
}
@media only screen and (max-width: 1200px) {
	.subTopTitle {
		padding-top : 20px;
	}
	.busiWrap dt {
		width : 8vw;
		font-size : 5vw
	}
	.busiMain dd h3 {
		font-size : calc(1vw + 8.0px);
	}
	.busiMain dd p {
		font-size : calc(0.75vw + 7.0px);
		margin-top : calc(0.75vw + 7.0px);
	}
	.busiMain dl {
		padding : 0 10px;
		box-sizing: border-box;
	}
	.busiMain dl.mgt40 {
		margin-top : 2vw !important;
	}
}
@media only screen and (max-width: 1000px) {
	.busiMain .normalTitle {
		font-size : 24px;
		width : 200px;
		padding-left : 16px;
		text-align : left;
	}
}
@media only screen and (max-width: 800px) {
	.topTitle {
		margin: 0 auto;
		top : -6vw;
		left : 2vw;
		transform: translateX(0);
		text-align : center;
		width : 100%;
	}
	.subTopTitle {
		display : inline-block;
	}
	.flexRev {
		display : block;
		margin-left : 0;
	}
	.flexFor {
		display : block;
		margin-right : 0;
	}
	.busiWrap .busiImg {
		width : 100%;
	}
	.busiWrap .busiImgInner img {
		width : 100%;
	}
	.busiMain {
		width : 100%;
	}
	.busiWrap dt {
		width : calc(8vw + 20px);
		font-size : calc(5.09vw + 17.5px);
	}
	.busiMain dd h3 {
		font-size : calc(1.25vw + 10.0px);
	}
	.busiMain dd p {
		font-size : calc(0.62vw + 11.0px);
		margin-top : calc(0.62vw + 11.0px);
	}
	.galleryItem {
		width : 30%;
		padding : 1.2vw;
	}
	.galleryTrans {
		width : 30%;
		padding : 0 calc(1.2vw + 1px);
	}
	.galleryItem .img img {
		height : 20vw;
	}
	.galleryItem .img span {
		height : 20vw;
	}
	.galleryItem .comm h3 {
		font-size : calc(0.62vw + 11.0px);
	}
	.galleryItem .comm p {
		font-size : calc(0.62vw + 10.0px);
	}
	.busiMain .normalTitle {
		margin-left : auto;
		margin-right : auto;
		padding-left : 0;
		padding-right : 10px;
		text-align : center;
	}
}
@media only screen and (max-width: 720px) {
	.topTitle {
		top : 20px;
		left : 0vw;
	}
	.subTopTitle {
		margin-top : 70px !important;
	}
}
@media only screen and (max-width: 480px) {
	.busiMain .normalTitle {
		font-size : 20px;
		width : 160px;
		padding-left : 1vw;
		letter-spacing: 0;
	}
	.galleryItem {
		width : 44%;
		padding : 1.4vw;
	}
	.galleryTrans {
		width : 44%;
		padding : 0 calc(1.4vw + 1px);
	}
	.galleryItem .img img {
		height : 28vw;
	}
	.galleryItem .img span {
		height : 28vw;
	}
}

/* 会社案内 */

.messageBlock {
	width : 100%;
	height : 769px;
	background : url(../img/preg_img.jpg) no-repeat center center;
	background-size : cover;
	padding-top : 74px;
	padding-left : 67px;
	box-sizing: border-box;
}
.messageWrap .messageInner {
	width : 60%;
	max-width : 736px;
	background-color : rgba(255, 255, 255, 0.8);
	padding : 48px 54px;
	box-sizing: border-box;
}
.messageInner p {
	font-size : 17px;
	color : #000000;
	font-weight : 500;
	line-height : 2.0;
}
.plofTable {
	width : 100%;
	max-width : 930px;
}
.plofTable table {
	width : 100%;
	border-collapse: collapse;
	font-size : 14px;
}
.plofTable table th {
	width : 25%;
	background-color : #f6f6f6;
	padding : 12px 24px;
	text-align : left;
	vertical-align: middle;
	font-weight : 500;
	color : #000000;
	border : 1px solid #d7d7d7;
}
.plofTable table td {
	width : 75%;
	background-color : #ffffff;
	padding : 12px 24px;
	text-align : left;
	vertical-align: middle;
	font-weight : 500;
	color : #6d6d6d;
	border : 1px solid #d7d7d7;
}

.serviceWrap .tel {
	text-align : center;
	margin-top : 20px;
}
.serviceWrap .tel p {
	display : inline-block;
	color : #000000;
	font-size : 36px;
	padding : 0 64px 0 32px;
	border : 1px solid #000000;
	letter-spacing: 2px;
}
.serviceWrap .tel p a {
	color : #000000;
	font-size : 48px;
	letter-spacing: 3px;
}
.map iframe {
	width : 100%;
	height : 418px;
}
.bannerWrap a {
	display : block;
	width : 31%;
	font-size : 0;
}
.bannerImg {
	width : 100%;
}
@media only screen and (max-width: 1300px) {
	.messageBlock {
		height : 68vw;
		max-height : 769px;
		padding-top : 7vw;
		padding-left : 6.5vw;
	}
	.messageWrap .messageInner {
		padding : 6vw 4vw;
	}
	.messageWrap .messageInner p {
		font-size : calc(0.41vw + 11.7px);
	}
}
@media only screen and (max-width: 1100px) {
	.messageBlock {
		height : 68vw;
		max-height : 769px;
		padding-top : 4vw;
		padding-left : 3vw;
	}
	.messageWrap .messageInner {
		padding : 4vw 3vw;
	}
	.messageWrap .messageInner p {
		line-height : 1.8;
	}
	.messageInner .mgb30 {
		margin-bottom : 2vw !important;
	}
	.messageInner .mgt50 {
		margin-top : 3vw !important;
	}
}
@media only screen and (max-width: 800px) {
	.serviceWrap .tel p {
		font-size : calc(4.33vw + 8.4px);
		padding : 0 6.4vw 0 3.2vw;
		letter-spacing: 1px;
	}
	.serviceWrap .tel p a {
		font-size : calc(4.58vw + 11.4px);
		letter-spacing: 1px;
	}
	.messageBlock {
		height : auto;
		padding-top : 0;
		padding-left : 0;
	}
	.messageWrap .messageInner {
		padding : 4vw 3vw;
	}
	.messageWrap .messageInner p {
		line-height : 1.8;
	}
	.messageInner .mgb30 {
		margin-bottom : 2vw !important;
	}
	.messageInner .mgt50 {
		margin-top : 3vw !important;
	}
	.plofTable table {
		font-size : calc(0.42vw + 10.7px);
	}
	.plofTable table th {
		padding : 1.2vw 2.4vw
	}
	.plofTable table td {
		padding : calc(1vw + 6px) 2.4vw
	}
}
@media only screen and (max-width: 760px) {
	.messageBlock {
		width : 100%;
		height : auto;
		max-height : auto;
		background : url(../img/preg_img.jpg) no-repeat top right;
		background-size : 100%;
		padding-top : 0;
		padding-left : 0;
	}
	.messageWrap .messageInner {
		width : 100%;
		max-width : 760px;
		background-color : transparent;
		padding : 56vw 4vw 8vw 4vw;
	}
	.messageInner p {
		font-size : calc(0.91vw + 10.1px);
		line-height : 1.8;
	}
}
@media only screen and (max-width: 480px) {
	.bannerWrap a {
		width : 70%;
		margin : 3vw auto;
	}
}
@media only screen and (max-width: 400px) {
	.messageWrap .messageInner {
		padding : 56vw 0 8vw 0;
	}
	.messageWrap .messageInner div img{
		width : 180px;
	}
}

.menuTag {
	width : 100%;
	max-width : 1000px;
	display : table;
	border-collapse : separate;
    border-spacing : 8px 0;
	margin : 0 auto;
}
.menuTag.non {
	width : 100%;
	display : none;
	height : 0;
	opacity : 0;
	font-size : 0;
}
.menuTag.active {
	position : fixed;
	top : 100px;
	z-index : 97;
	left: 50%;
	transform: translateX(-50%);
}
.menuTag p {
	display : table-cell;
	font-size : 1rem;
	width : 14%;
	margin : 0 10px;
	padding : 16px;
	vertical-align: middle;
	text-align : center;
	line-height : 1.4;
	color : #000000;
	font-weight : 700;
	background-color : #f4f4f4;
	border-radius : 40px;
	transition: 0.3s;
}
.menuTag a {
	font-size : 1rem;
	line-height : 1.4;
	color : #000000;
	font-weight : 700;
}
.menuTag p:hover {
	opacity : 1;
	background-color : #000000;
}
.menuTag p:hover a {
	opacity : 1;
	color : #ffffff;
	background-color : #000000;
}
.menuTag p:hover span {
	opacity : 1;
	color : #ffffff;
}
.menuTag span {
	display : block;
	font-size : 0.9rem;
	font-weight : 400;
}
.menuBlock {
	
}
.menuBlock .menuTitle {
	position : relative;
}
.menuBlock .menuPos {
	position : relative;
}
.menuBlock .menuTitle span {
	display : inline-block;
	padding-right : 10px;
	line-height : 1.4;
	background-color : #ffffff;
	position : relative;
	z-index : 2;
}
.menuBlock .menuTitle::after {
	content : "";
	position : absolute;
	top : 50%;
	left : 0;
	width : 100%;
	height : 5px;
	background-color : #000000;
	z-index : 1;
}
.menuFlex .menuItem {
	width : 23.5%;
	background-color : #f4f4f4;
}
.menuFlex .menuItemInner {
	width : 100%;
	padding : 0 16px 24px 16px;
	box-sizing: border-box;
}
.menuFlex .menuItemInner .name {
	font-weight : 500;
	line-height : 1.4;
}
.menuFlex .menuItemInner .price {
	font-weight : 700;
	line-height : 1.4;
}
.menuFlex .menuItemInner .comm {
	font-weight : 400;
	color : #7f7f7f;
	line-height : 1.4;
}
.menuFlex .menuTrans {
	width : 23.5%;
	font-size : 0;
	height : 1px;
}
.menuFlex .menuItem .image {
	width : 100%;
}
.menuFlex .menuItem .image img {
	width : 100%;
	height : 23vw;
	max-height : 260px;
	object-fit: cover;
}
.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;
}
@media only screen and (max-width: 800px) {
	.menuFlex .menuItem {
		width : 32%;
	}
	.menuFlex .menuItemInner {
		width : 100%;
		padding : 0 12px 20px 12px;
		box-sizing: border-box;
	}
	.menuFlex .menuTrans {
		width : 32%;
	}
	.menuFlex .menuItem .image img {
		height : 28vw;
	}
}
@media only screen and (max-width: 640px) {
	.menuTag.active {
		top : 80px;
		padding : 0 20px 12px 20px;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 480px) {
	.menuFlex .menuItem {
		width : 100%;
	}
	.menuFlex .menuItemInner {
		width : 100%;
		padding : 0 12px 20px 12px;
		box-sizing: border-box;
	}
	.menuFlex .menuTrans {
		width : 100%;
	}
	.menuFlex .menuItem .image img {
		height : 68vw;
	}
}

.newsDetail {
	border-bottom : 4px solid #000000;
}
.newsDetail .ttle {
	border-bottom : 4px solid #000000;
}
.newsDetail .date {
	color : #000000;
}
.newsDetail .detailComm {
	line-height : 1.8;
}
.backbtn {
	position : relative;
	display : block;
	padding : 0 0 0 54px;
	line-height : 30px;
	font-weight : 600;
	letter-spacing: 1px;
	color : #000000;
}
.backbtn::before {
	content: "";
	position: absolute;
	top: 14px;
	left : 8px;
	border-left: 1px;
	width: 32px;
	height: 2px;
	background: #000000;
	transition: 0.4s;
}
.backbtn::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	-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 : #000000;
	border-bottom : 1px solid #000000;
	transition: 0.4s;
}
.returnbtn:hover {
	color : #000000;
	border-bottom : 1px solid #000000;
}
.bottomButton {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0;
	  padding-bottom: 0px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
@media only screen and (max-width: 480px) {
	.backbtn {
		padding : 0 0 0 34px;
	}
	.backbtn::before {
		width: 20px;
	}
}

.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);
	}
	.navi-btn {
		width: calc(5.09vw + 23.9px);
		height: calc(5.09vw + 23.9px);
		background-size : cover;
		top : 38vw;
	}
	.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: 800px) {
	.menuTag {
	    border-spacing : 4px 0;
	}
	.menuTag p {
		width: calc(30% - 8px);
		margin: 0 0 0 8px;
		padding : 10px 8px;
		box-sizing: border-box;
		border-radius : 30px;
	}
	.menuTag p:first-child {
		width: 16%;
		margin: 0;
	}
}
@media only screen and (max-width: 640px) {
	.mgb02 {
		padding-bottom: calc(4vw + 8px);
	}
	.map iframe {
		height : 400px;
	}
}
@media only screen and (max-width: 480px) {
	.menuTag {
	    border-spacing : 2px 0;
	}
	.menuTag p {
		width: 26.5%;
		margin: 0 0 0 4px;
		padding : 8px 4px;
		box-sizing: border-box;
		border-radius : 24px;
		font-size : 12px;
	}
	.menuTag p:first-child {
		width: 19%;
		margin: 0;
	}
	.menuTag p:last-child {
		width: 30%;
		margin: 0;
	}
	.menuInner .image {
		width : 48%;
		margin : 1vw 0;
	}
}
.prev-arrow {
	left: 2vw;
}
.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: 1vw;
}
.next-arrow::after {
	content : "";
	display : block;
	width : 12px;
	height : 12px;
	border-top : 2px solid #999999;
	border-right : 2px solid #999999;
	transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
	#slider01 {
		padding : 0 40px;
	}
}
.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.short {
	font-size: 24px;
	margin : 0 20px;
}
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 : 1204px;
}
.detailWrap h4 {
	font-size : 1.05rem;
	color : #2e2d33;
	font-weight : 500;
	padding-bottom : 10px;
	border-bottom : 5px solid #2e2d33;
}
.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 : 40px;
	font-weight : 700;
	color : #2e2d33;
	position : relative;
}
.detailFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: flex-start;
}
.photoWrap {
	width : 45%;
	max-width : 500px;
}
.photoWrap img {
	width : 100%;
	max-width : 500px;
	height : 24vw;
	max-height : 350px;
	object-fit: cover;
}
.profWrap {
	width : 53%;
	padding-left : 4%;
}
.profWrap h3 {
	font-size : 0px;
	border-bottom : 2px solid #2e2d33;
	position : relative;
	top : -40px;
}
.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;
}
.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: #000000;
	border: 1px solid #000000;
	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: 640px) {
	.detailFlex {
		display : block;
	}
	.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) {
	.worksWrap {
		display : block;
	}
	.worksItem {
		width : 100%;
		margin-bottom : 6vw;
	}
	.worksItem img {
		height : 62.5vw;
	}
}
@media only screen and (max-width: 360px) {
	.detailActual h3 {
		top : -16px;
		font-size : 18px;
	}
}


.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;
}
.contactForm .precomm {
	font-size : 1rem;
	font-weight : 400;
}
.progress .step {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.progress .step li {
	width : 29%;
	font-size : 1rem;
	color : #000000;
	background-color : #efefef;
	border : 1px solid #efefef;
	text-align : center;
	padding : 20px 0 24px 0;
	position : relative;
	border-radius : 10px;
}
.progress .step li.n_arrow::after {
	content : "";
	position : absolute;
	top : 30px;
	right : -48px;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	transform: rotate(45deg);
}
.progress .step li span {
	font-weight : bold;
}
.progress .step li.is-current {
	color : #ffffff;
	background-color : #02c701;
}

.formWrap {
	border : 1px solid #a6a6a6;
	border-radius : 20px;
	padding : 60px 36px;
	box-sizing: border-box;
}
.contactForm dl {
	display : table;
	width : 100%;
	border-collapse: collapse;
	table-layout : fixed;
	border-bottom : 2px solid #f2f2f2;
	word-wrap: break-word;
}
.contactForm dl.no-border {
	border-bottom : none;
}
.contactForm dt {
	display : table-cell;
	vertical-align: top;
	font-size : 1rem;
	color : #0f1c84;
	font-weight : 500;
	width : 25%;
	padding : 30px 0 18px 40px;
	text-align : left;
}
.contactForm dl.no-border dt {
	padding : 30px 0 0 40px;
}
.contactForm dt p {
	position : relative;
}
.contactForm dd {
	display : table-cell;
	vertical-align: top;
	font-size : 1rem;
	color : #0f1c84;#0f1c84;
	font-weight : 400;
	width : 75%;
	padding : 24px 0 24px 24px;
	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 : relative;
	top : 1px;
	left : 0px;
	display : inline-block;
	padding : 3px 10px 5px 10px;
	margin-right : 16px;
	font-size : 1rem;
	color : #ffffff;
	font-weight : bold;
	line-height : 1.0;
	border-radius : 6px;
}
.contactForm dt span.hissu  {
	background-color : #fe6668;
}
.contactForm dt span.ninni  {
	background-color : #bebebe;
}
.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: 720px) {
	.formWrap {
		padding : 6vw 3.6vw;
	}
	.contactForm dt {
		display : table-cell;
		vertical-align: top;
		font-size : 1rem;
		color : #0f1c84;
		font-weight : 500;
		width : 32%;
		padding : 4vw 0 3vw 0;
		text-align : left;
	}
	.contactForm dl.no-border dt {
		padding : 4vw 0 0 0;
	}
	.contactForm dd {
		display : table-cell;
		vertical-align: top;
		font-size : 1rem;
		color : #0f1c84;#0f1c84;
		font-weight : 400;
		width : 68%;
		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) {
	.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 3vw 10px 0;
		width : 100%;
	}
	.contactForm dd {
		display : block;
		padding : 10px 3vw 10px 0;
		width : 100%;
	}
	.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 {
		padding: 10px 0 12px 0;
	}
	.progress .step li.n_arrow::after {
		right : calc(-3vw - 12px);
	}
	.progress .step li span {
		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;
}
input.form-field {
	max-width : 350px;
}
.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: 260px;
	text-align: center;
	position : relative;
}
.submit-button {
	width: 260px;
	color: #FFF;
	border : none;
	padding: 16px 0 18px 0;
	font-size : 20px;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	cursor : pointer;
	background-color : #02c701;
	position : relative;
	border-radius : 32px;
}
.submit-container::after {
	content : "";
	position : absolute;
	top : 25px;
	right : 0px;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}
.submit-button:hover  {
	opacity : 0.7;
}
.submit-button2 {
	width: 304px;
	color: #FFF;
	border : none;
	padding: 20px 0 24px 0;
	font-size : 18px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	cursor : pointer;
	background : url(../img/subm_back2.png) no-repeat 0 0;
}
.submit-button2:hover  {
	opacity : 0.7;
}
.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: 40%;
	}
	.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;
	}
	.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;
	}
}

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

footer {
	position: relative;
	z-index: 3;
}
.footerTable {
	width : 100%;
	max-width : 1470px;
	margin : 0 auto;
	padding : 0 10px;
	box-sizing: border-box;
}
.footerTable .mainMenu {
	
}
.footAddr {
	line-height : 1.8;
}
.footLogo {
	text-align : left;
}
.footLogo img {
	width : 50%;
	max-width : 306px;
}
.snsMenu {
	display : block;
}
.mainMenu li {
	line-height : 2.2;
}
.snsMenu a {
	display : inline-block;
	margin : 0 16px;
}
.mgt0 {
	margin-top: 0 !important;
	padding: 0 !important;
}
.footerIinner ul {
	width : 100%;
	max-width : 420px;
	margin : 0 auto;
	padding : 6vw 20px 0 20px;
	box-sizing: border-box;
}
.footerIinner li a {
	font-weight : 700;
	font-size : 20px;
}
.footerInfo p {
	line-height : 2.2;
	font-weight : 500;
}
#footer__banner--list {
	width : 100%;
	background-color : #202020;
	padding : 20px 0 2px 0;
}
#footer__banner--list ul{
	width : 100%;
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flex;
	display : -o-flex;
	display : flex;
	justify-content : center;
	align-items : center;
}
#footer__banner--list ul li{
	max-width : 180px;
	margin : 0 5px;
}
.copyright {
	width : 100%;
	max-width : 1470px;
	margin : 0 auto;
	padding : 0 10px;
	font-size: 12px;
	color: #8b8b8b;
	position : relative;
}
@media only screen and (max-width: 720px) {
	.footerTable .mainMenu {
		display : none;
	}
	.footlogo {
		text-align : center;
	}
	.footlogo img {
		width : 70%;
	}
	.snsMenu {
		text-align : center;
		margin : 6vw 0 4vw 0;
	}
	.footLogo {
		text-align : center;
	}
	.foorBanner {
		text-align : center;
	}
	.foorBanner a {
		margin-right : 0px;
	}
	.footerIinner li a {
		font-size : calc(1.5vw + 9.2px);
	}
}
@media only screen and (max-width: 480px) {
	.foorBanner a {
		width : 47%;
	}
}

.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;
}
