@charset "utf-8";

/* firefoxでページ移動の際、コンテンツが少なくても中心がずれないようにする */
html {
	overflow-y: scroll;
}
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
form,
input,
textarea,
header,
footer,
nav {
	margin: 0;
	padding: 0;
	zoom: 1;
	color : #000000;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

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

img {
	border: none;
}

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

a {
	outline: none;
	text-decoration: none;
}
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;
}

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

#container {
	width: 100%;
	background-color: #ffffff;
	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;
}

main {
	position : relative;
	z-index : 2;
	background-color : #ffffff;
}
main.top {
	margin-top : 100px;
}
main.else {
	margin-top : 100px;
}

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

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

.clearfix:after {
	clear: both;
}

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

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

#wrapHeaderTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	height: 100px;
	transition: all .3s;
	background-color : #ffffff;
}
.headMenuInner {
	width : 100%;
}
#wrapHeaderTop .headLogo {
	display: inline-block;
	position: relative;
	text-align: left;
	margin : 16px 0 0 40px;
	line-height : 1;
	z-index: 12;
	width : 269px;
	height : 74px;
	transition: 0.5s;
	text-indent: -9999px;
	background : url(../img/top_logo.png) no-repeat 0 0;
	background-size : 100%;
}
#wrapHeaderTop.active .headLogo {
	width : 203px;
	height : 56px;
}
#wrapHeaderTop .headLogo_sub {
	display: inline-block;
	position: relative;
	text-align: left;
	margin : 40px 0 0 40px;
	line-height : 1;
	z-index: 12;
	width : 391px;
	height : 61px;
	transition: 0.5s;
	text-indent: -9999px;
	background : url(../img/scl_logo.png) no-repeat 0 0;
}
.headLogo strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #1d208a;
	position: relative;
	top: -10px;
	left: 20px;
}
.admin_headMenuInner {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}
#wrapHeaderTop #header {
	display: block;
	position: relative;
	width: 100%;
	top: 0px;
	max-width: 1980px;
	margin: 0 auto;
	height: 100px;
	z-index: 10;
	transition: all .3s;
}
#wrapHeaderTop.active {
	height: 72px;
	background-color : rgba(255, 255, 255, 1.0);
}
#wrapHeaderTop.active #header {
	height: 72px;
}
#wrapHeaderTop.active .headLogo {
	margin : 9px 0 0 40px;
}
#wrapHeaderTop.active .headLogo_sub {
	margin : 9px 0 0 40px;
}
#wrapHeaderTop .wrk_topbg {
	background-color : rgba(0, 0, 0, 1);
}
#smp_header {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 78px;
	text-align: right;
	padding-top: 6px;
	background-color: #ffffff;
	z-index: 10;
}
.thinback {
	width : 100%;
	height : 30vw;
	max-height : 300px;
	position : relative;
	background-color : #001e74;
}
#wrapHeaderTop .headMenu {
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 220px;
	text-align: right;
	z-index: 9;
	transition: .5s;
}
#wrapHeaderTop.active .headMenu {
	top : 16px;
}
#wrapHeaderTop .headMenu .main li {
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-size: 16px;
	transition: .5s;
}
#wrapHeaderTop .headMenu .main li a {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1.3;
	padding: 0 20px;
	position: relative;
	transition: .5s;
	min-width : 7em;
	text-align : center;
}
#wrapHeaderTop .headMenu .main li a strong {
	display : block;
	text-align : center;
	color : #001e74;
}
#wrapHeaderTop .headMenu .main li a::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #001e74;
	transition: .5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#wrapHeaderTop .headMenu .main_sub li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	transition: .5s;
	color: #001e74;
}
#wrapHeaderTop .headMenu .main_sub li a {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1.0;
	padding: 0 20px;
	position: relative;
	transition: .5s;
	color: #001e74;
}
#wrapHeaderTop .headMenu .main_sub li a::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	transition: .5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #01a0cb;
}
#wrapHeaderTop.active .headMenu .main li {
	color: #001e74;
}
#wrapHeaderTop.active .headMenu .main li a {
	color: #001e74;
}
#wrapHeaderTop.active .headMenu .main li a::after {
	background-color: #001e74;
}
#wrapHeaderTop .headMenu .main a:hover {
	color : #666666;
}
#wrapHeaderTop .headMenu .main a:hover::after {
	width: 60%;
}
#wrapHeaderTop.active .headMenu .main a:hover {
	color : #01a0cb;
}
#wrapHeaderTop.active .headMenu .main a:hover::after {
	width: 60%;
}
#wrapHeaderTop .headMenu .main_sub a:hover {
	color : #01a0cb;
}
#wrapHeaderTop .headMenu .main_sub a:hover::after {
	width: 60%;
}

#wrapHeaderTop .headInqu {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	width: 200px;
	height: 100px;
	background-color : #fef000;
	text-align : center;
}
#wrapHeaderTop .headInqu a {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	width : 100%;
	height: 100px;
	padding-top : 30px;
	line-height: 1.3;
	position: relative;
	transition: .5s;
	text-align : center;
	box-sizing: border-box;
}
#wrapHeaderTop.active .headInqu {
	height: 72px;
}
#wrapHeaderTop.active .headInqu a {
	height: 72px;
	padding-top : 16px;
}
#wrapHeaderTop .headInqu a strong {
	display : block;
	text-align : center;
	color : #001e74;
	transition: .5s;
}
#wrapHeaderTop .headInqu a:hover {
	background-color : #001e74;
	color : #ffffff;
}
#wrapHeaderTop .headInqu a:hover strong {
	color: #fef000;
}

#wrapHeaderTop .headTel {
	display: block;
	position: absolute;
	top: 55px;
	right: 170px;
	z-index: 9;
	width: 164px;
	text-align: center;
}
#wrapHeaderTop.active .headTel {
	top: 25px;
}
#wrapHeaderTop .headTel a {
	display: inline-block;
	margin: 0 12px;
	transition: 0.3s;
}
#wrapHeaderTop .headTel a:hover {
	opacity : 0.7;
}
#wrapHeaderTop .headTel span {
	display: block;
	width: 26px;
	height : 26px;
	transition: .5s;
}
#wrapHeaderTop .headTel #snsicon01 {
	background: url(../img/ins.png) no-repeat center center;
}
#wrapHeaderTop .headTel #snsicon02 {
	background: url(../img/tw.png) no-repeat center center;
}
#wrapHeaderTop .headTel #snsicon03 {
	background: url(../img/fb.png) no-repeat center center;
}
#wrapHeaderTop .headTel #snsicon01_sub {
	background: url(../img/ins2.png) no-repeat center center;
}
#wrapHeaderTop .headTel #snsicon02_sub {
	background: url(../img/tw2.png) no-repeat center center;
}
#wrapHeaderTop .headTel #snsicon03_sub {
	background: url(../img/fb2.png) no-repeat center center;
}
#wrapHeaderTop.active .headTel #snsicon01 {
	background: url(../img/ins2.png) no-repeat center center;
}
#wrapHeaderTop.active .headTel #snsicon02 {
	background: url(../img/tw2.png) no-repeat center center;
}
#wrapHeaderTop.active .headTel #snsicon03 {
	background: url(../img/fb2.png) no-repeat center center;
}
@media only screen and (max-width: 1450px) {
	#wrapHeaderTop .headLogo {
		margin : 16px 0 0 10px;
	}
	#wrapHeaderTop .headLogo_sub {
		margin : 16px 0 0 10px;
	}
	#wrapHeaderTop.active .headLogo {
		width: 203px;
		height: 56px;
	}
	#wrapHeaderTop .headMenu {
		right: 150px;
	}
	#wrapHeaderTop.active .headMenu {
		top: 18px;
	}
	#wrapHeaderTop .headTel {
		top: 15px;
		right: 150px;
	}
	#wrapHeaderTop.active .headTel {
		top: 10px;
	}
	#wrapHeaderTop .headMenu .main li a {
		padding: 0 8px;
	}
	#wrapHeaderTop .headInqu {
		width: 140px;
	}
}
@media only screen and (max-width: 1200px) {
	#wrapHeaderTop .headLogo {
		margin : 22px 0 0 10px;
		width: 203px;
		height: 56px;
	}
	#wrapHeaderTop .headLogo_sub {
		margin : 22px 0 0 10px;
		width: 203px;
		height: 56px;
	}
	#wrapHeaderTop.active .headLogo {
		margin: 9px 0 0 10px;
	}
	#wrapHeaderTop .headMenu {
		top: 32px;
		right: 100px;
	}
	#wrapHeaderTop .headMenu .main li a {
		font-size: 14px;
		padding: 0 5px;
	}
	#wrapHeaderTop .headInqu {
		width: 100px;
	}
	#wrapHeaderTop .headInqu a {
		font-size: 14px;
		padding-top: 32px;
	}
}
@media only screen and (max-width: 960px) {
	main.else {
		margin-top : 72px;
	}
	#wrapHeaderTop .headLogo {
		margin : 10px 0 0 10px;
		width: 180px;
		height: 53px;
	}
	#wrapHeaderTop .headLogo_sub {
		margin : 8px 0 0 10px;
	}
	#wrapHeaderTop.active .headLogo {
		margin : 10px 0 0 10px;
		width: 180px;
		height: 53px;
	}
}
@media only screen and (max-width: 480px) {
	main.else {
		margin-top : 54px;
	}
	#wrapHeaderTop .headLogo {
		background-size : 140px;
	}
	#wrapHeaderTop.active .headLogo {
		background-size : 140px;
	}
	#wrapHeaderTop .headLogo_sub {
		background-size : 140px;
	}
	#wrapHeaderTop.active .headLogo_sub {
		background-size : 140px;
	}
}

.smp_headBtn {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	background-color: #ffffff;
	width: 100%;
	height: 51px;
	padding-top: 4px
}

.smp_headMenu {
	display: block;
	width: 100%;
	position: absolute;
	top: -600px;
	right: 0px;
	text-align: left;
	z-index: 9;
	background-color: #ffffff;
	transition: .5s;
}

.smp_headMenu li {
	display: block;
	border-bottom: 1px solid #c1c1c1;
}

.smp_headMenu li a.main {
	color: #464646;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 1.0;
	padding: 14px 0 12px 8px;
	position: relative;
	transition: .3s;
}

.smp_headMenu li a.main strong {
	display: inline-block;
	width: 130px;
	vertical-align: middle;
}

.smp_headMenu li a.main span {
	display: inline-block;
	color: #979797;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin-left: 30px;
	vertical-align: middle;
}

.subMenu {
	position: absolute;
	top: -200px;
	right: 80px;
	padding: 10px 16px;
	background-color: #ffffff;
	font-weight: bold;
	border: 2px solid #c1c1c1;
	z-index: 9;
	transition: all 0.3s;
}

.subMenu dl {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	line-height: 1.6;
}

.subMenu dt {
	padding-top: 6px;
}

.subMenu dt a {
	font-size: 14px;
	color: #646464;
	text-decoration: none;
	transition: all 0.2s;
}

.subMenu dd a {
	font-size: 13px;
	color: #868686;
	text-decoration: none;
	transition: all 0.2s;
}

.subMenu dt a:hover {
	color: #000000;
}

.subMenu dd a:hover {
	color: #3f3f3f;
}

.smp_subMenu {
	display: none;
	padding-bottom: 10px;
	transition: all .3s;
}

.openMenuArea {
	transition: all .3s;
}

.ttlimgWrap {
	text-align: center;
}

.ttlimgWrap img {
	width: 100%;
	max-width: 1678px;
}

.smp_subMenu a {
	color: #646464;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 1.0;
	padding: 7px 0 7px 20px;
}
.smp_headline .menu-trigger {
	display: block;
	position: absolute;
	top: 26px;
	left: 20px;
	width: 24px;
	height: 12px;
	transition: all .4s;
}
#menu-trigger02 {
	display : block;
}
.smp_headline .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #001e74;
	transition: all .4s;
}
.smp_headline .menu-trigger span:nth-of-type(1) {
	top : 0;
}
.smp_headline .menu-trigger span:nth-of-type(2) {
	top : 8px;
}
.smp_headline .menu-trigger span:nth-of-type(3) {
	top : 16px;
}
.menu-trigger.is-open span:nth-of-type(1) {
	-webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
	transform: translate3d(0, 6px, 0) rotate(45deg);
}
.menu-trigger.is-open span:nth-of-type(2) {
	-webkit-transform: translate3d(0, -2px, 0) rotate(-45deg);
	transform: translate3d(0, -2px, 0) rotate(-45deg);
}
.menu-trigger.is-open span:nth-of-type(3) {
	top : 8px;
	-webkit-transform: translate3d(0, -2px, 0) rotate(-45deg);
	transform: translate3d(0, -2px, 0) rotate(-45deg);
}
.cp_overLeft {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 20;
}
.smplink {
	display :  none;
}

@media only screen and (max-width: 1000px) {
	.headMenu {
		right: 10px;
	}
	.headMenu .main li a {
		padding: 0 10px;
	}
	.headMenu .main li span {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 800px) {
	#wrapHeaderTop.active {
		height: 72px;
		background-color : rgba(255, 255, 255, 1);
	}
	#wrapHeaderTop.active #header {
		height: 72px;
	}
	#wrapHeaderTop .smp_topbg {
		background-color : rgba(0, 0, 0, 0.9);
	}
	#smp_header {
		display: block;
	}
	.headMenu {
		display: none;
	}
	.headTel {
		display: none;
	}
	.headInqu {
		display: none;
	}
	.smplink {
		display : block;
	}
}

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

.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;
	position: absolute;
	top: 0px;
	right: 60px;
	z-index: 9;
	width: 60px;
	height: 60px;
}
.smp_headInqu a {
	display: block;
	text-align: center;
	width: 100%;
	height: 46px;
	padding: 14px 0 0 0;
	font-size: 10px;
	line-height : 1.4;
	color: #ffffff;
	font-weight : bold;
	text-decoration: none;
	background-color : #01a0cb;
	transition: .5s;
}
.smp_headInqu a:hover {
	background-color : #001e74;
}
.smp_headInqu a img {
	width : 24px;
}

@media only screen and (max-width: 1200px) {
	.slide_wrap {
		left: 0;
		margin-left: 0;
		position: absolute;
		width: 100%;
	}
}
.smp_headSnsWrap  {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
	margin-top : 8px;
}
.smp_headSns  {
	text-align : center;
	padding : 6px 0;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.smp_headSns a {
	display : inline-block;
	margin : 0 16px;
}
.smp_headSns a img {
	height : 22px;
}
@media only screen and (max-width: 960px) {
	.slide img {
		width: 100%;
		height: 60vw;
		object-fit: cover;
	}
	.pc_headline {
		display: none;
	}
	.pc_topimg {
		display: none;
	}
	.smp_topimg {
		display: inline;
	}
	.smp_headline {
		display: block;
		position: fixed;
		width: 50%;
		max-width: 50vw;
		height: 72px;
		top: 0;
		right: 0;
		box-sizing: border-box;
		transition: .5s;
	}
	.smp_headline.all {
		width: 100%;
		max-width: 100vw;
		height: 72px;
		top: -450px;
	}
	.smp_menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 72px;
		height: 72px;
		text-align: center;
		background-color : #ffffff;
	}
	.smp_menu p {
		display: block;
		position: absolute;
		top: 34px;
		left: 0;
		width: 60px;
		text-align: center;
		color: #ffffff;
		font-weight: 300;
		font-size: 12px;
	}
	.smp_headline .innerSmpTels h3 {
		margin-bottom: 8px;
	}
	.innerSmpTels {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 99;
		margin-bottom: 6px;
		background-color: rgba(255, 255, 255, 1);
		transition: .5s;
	}
	.innerSmpTels li a {
		text-decoration: none;
		font-size: 14px;
		color: #010101;
		display: block;
		width: calc(100% - 12px);
		padding: 12px 0 12px 12px;
		text-align: left;
		border-bottom: 1px solid #c6c6c6;
	}
	.innerSmpTels li a strong  {
		color : #001e74;
		display : inline-block;
		margin-right : 12px;
	}
	.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: 72px;
	}
	#wrapHeaderTop #header {
		height: 72px;
	}
	#wrapHeaderTop .headLogo {
		top : 1px;
		left : 0;
		line-height: 28px;
		padding-top : 2px;
		padding-left : 4px;
	}
	main.top {
		margin-top: 72px;
	}
	.headLogo img {
		width : 180px;
	}
	#wrapHeaderTop .headLogo_sub {
		top : 4px;
		left : 0;
		line-height: 28px;
		padding-top : 2px;
		padding-left : 4px;
		width : calc(100% - 120px);
	}
	.headLogo_sub img {
		width : 180px;
	}
	.headMenuInner {
		z-index: 99;
		height: 72px;
	}
	.wrapContents {
		padding-top: 72px;
	}
	.spline {
		margin-top : -20px;
		padding-top : 20px;
	}
	.spline4 {
		margin-top : -40px;
		padding-top : 40px;
	}
}

@media only screen and (max-width: 600px) {
	#p_points {
		display: none;
	}

	#s_points {
		display: block;
	}
}

@media only screen and (max-width: 500px) {
	.bx-controls {
		display: none;
	}

	.headLogo strong {
		margin-bottom: 1px;
	}
}
@media only screen and (max-width: 480px) {
	.smp_menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 54px;
		text-align: center;
		background-color : #ffffff;
	}
	.smp_headline .menu-trigger {
		top: 19px;
		left: 20px;
	}
	#wrapHeaderTop.active {
		height: 54px;
	}
	#wrapHeaderTop.active #header {
		height: 54px;
	}
	#wrapHeaderTop {
		height: 54px;
	}
	#wrapHeaderTop #header {
		height: 54px;
	}
	.headMenuInner {
		height: 54px;
	}
	#wrapHeaderTop .headLogo {
		top : 0;
		left : 0;
		line-height: 28px;
		padding-top : 1px;
		padding-left : 4px;
		background-size : 140px;
		width : calc(100% - 120px);
	}
	main.top {
		margin-top: 54px;
	}
	.headLogo img {
		width : 140px;
	}
	.smp_headline {
		display: block;
		position: fixed;
		width: 50%;
		max-width: 50vw;
		height: 54px;
		top: 0;
		right: 0;
		box-sizing: border-box;
		transition: .5s;
	}
	.headLogo {
		top: 6px;
	}
	.headLogo_sub {
		top: 6px;
	}
	.slide img {
		width: 100%;
		height: 63vw;
	}
	#wrapHeaderTop .headLogo_sub {
		top : 2px;
		background-size : 140px;
		width : calc(100% - 120px);
	}
	#wrapHeaderTop.active .headLogo_sub {
		top : 2px;
		background-size : 140px;
		width : calc(100% - 120px);
	}
}



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

.mgtopmess {
	position : relative;
}
.topWrap {
	width : 100%;
}
.topInner {
	width : 100%;
	max-width : 1280px;
	margin-left : auto;
	margin-right : auto;
	padding : 0 10px 0 50px;
	box-sizing: border-box;
}
.topFlex {
	position : relative;
}
.topFlex .left {
	position : relative;
	width : 45%;
}
.topFlex .left img {
	position : relative;
	width : 100%;
	max-width : 520px;
	height : 36vw;
	max-height : 360px;
	object-fit: cover;
	z-index : 2;
	border-radius : 10px;
}
.topFlex .left .underBoxOuter {
	position : absolute;
	top : -40px;;
	left : -40px;
	width : 100%;
	max-width : 520px;
	height : 36vw;
	max-height : 360px;
	z-index : 1;
	background-color : #001e74;
	border-radius : 10px;
}
.topFlex .right {
	width : 55%;
	position : relative;
	top : -36px;
}
.topInner.rev .right img {
	width : 100%;
}
.topFlex .right.gree {
	top : -48px;
}
.topFlex .right.gree h3 {
	font-size: 36px;
	font-weight: 800;
	color: #001e74;
	line-height: 1.4;
}
.topFlex .right.gree p {
	line-height: 2.0;
	font-weight : 500;
}
.topBannerInner img {
	width : calc(100% - 20px);
	max-width : 1001px;
}
.topWorkFlex .left {
	width : 48%;
}
.topWorkFlex .right {
	width : 48%;
}
.mgt780 {
	padding-top : 600px;
}
@media only screen and (max-width: 1280px) {
	.topFlex .left {
		position : relative;
		width : 50%;
	}
	.topFlex .right {
		width : 47%;
		top : -36px;
	}
	.topInner {
		padding: 0 10px 0 calc(4vw + 10px);
	}
	.topInner.rev {
		padding: 0 10px 0 10px;
	}
}
@media only screen and (max-width: 1150px) {
	.topFlex .left .underBoxOuter {
		top : -4vw;;
		left : -4vw;
	}
	.topFlex .right h2 {
		font-size : calc(2vw + 12.2px);
	}
	.topFlex .right h3 {
		font-size : calc(2.17vw + 11.1px);
	}
	.topFlex .right.gree h3 {
		font-size : calc(2.17vw + 11.1px);
	}
	.topFlex .left .underBox p strong {
		font-size : calc(2vw + 12.2px);
	}
	.topFlex .left .underBox p span {
		font-size : calc(1vw + 6.6px);
	}
	.topFlex .right img {
		width : 65%;
		max-width : 415px;
	}
	.topWrap {
	  top: -48vw;
	}
	.topFlex .left .underBox {
		padding: 4vw 3vw 4.3vw 3.1vw;
		width : 30vw;
		margin: 16vw 0 0 0px;
	}
	.topFlex .left h2 {
		font-size : calc(5.09vw + 74.4px);
		top : -48px;
	}
	.topFlex .left h3 {
		font-size : calc(2vw + 6.0px);
		padding : 0 1rem 0 1.5rem
	}
	.topFlex .left h3::after {
		height : calc(150px + 5vw);
	}
}
@media only screen and (max-width: 960px) {
	.mgt780 {
		padding-top : 0px;
		margin-top : -280px;
	}
	.topFlex .right br.smp {
		display : none;
	}
}
@media only screen and (max-width: 640px) {
	.topInner {
		padding: 0 10px 0 calc(4vw + 10px);
	}
	.topFlex .right h2 br {
		display : block;
	}
	.topFlex .left {
		position : relative;
		width : 100%;
	}
	.topFlex .right {
		width : 100%;
		top : 0;
		margin-top : 4vw;
		padding: 0 4vw 0 0;
		text-align: center !important;
		box-sizing: border-box;
	}
	.topFlex .right.gree {
		width : 100%;
		top : 0;
		margin-top : 4vw;
		padding: 0 4vw 0 0;
		text-align: center !important;
		box-sizing: border-box;
	}
	.topFlex .left img {
		margin : 0 auto;
		height : 62vw;
		border-radius : 8px;
	}
	.topFlex .left .underBoxOuter {
		height : 62vw;
		border-radius : 8px;
	}
	.topFlex .right h2 {
		text-align : center;
	}
	.topFlex .right h3 {
		text-align : center;
	}
	.topFlex .right p {
		text-align : left !important;
	}
	.topWorkFlex .left {
		width : 100%;
		padding : 0 4vw;
		box-sizing: border-box;
	}
	.topWorkFlex .t_left {
		text-align : center !important;
	}
	.normalTitle h4 {
		text-align : left !important;
	}
	.normalTitle p {
		text-align : left !important;
	}
	.topWorkFlex .right {
		width : 100%;
		padding : 0 4vw;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 480px) {
	.topFlex .left h3 {
		top : -1vw;
	}
	.mgt780 {
		padding-top : 0px;
		margin-top : -300px;
	}
	.topFlex .right img {
		width : 74%;
		max-width : 415px;
	}
}
@media only screen and (max-width: 400px) {
	.mgt780 {
		margin-top : -340px;
	}
}
@media only screen and (max-width: 360px) {
	.mgt780 {
		margin-top : -360px;
	}
}

.grayback {
	background-color : #f5f5f5;
}
.imgTitle {
	position : absolute;
	top : -80px;
	left : 64px;
}
.imgTitle img {
	width : 80%;
	max-width : 547px;
}
.itemWrap {
	padding-top : 130px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.businessItem {
	width : 23%;
	background-color : #ffffff;
}
.businessItem .imgArea img {
	width : 100%;
}
.businessItem .imgArea {
	position : relative;
}
.businessItem .imgArea span {
	position : absolute;
	top : 0;
	left : 0;
	font-size : 16px;
	font-weight : 500;
	line-height : 32px;
	padding : 0 16px;
	color : #ffffff;
	background-color : #01a0c8;
	letter-spacing: 2px;
}
.businessItem .imgArea strong {
	position : absolute;
	top : 0;
	left : 0;
	font-size : 24px;
	font-weight : 600;
	line-height : 40px;
	padding : 0 16px;
	color : #ffffff;
	background-color : #01a0c8;
	letter-spacing: 1px;
}
.businessItem .worksInner {
	padding : 25px;
}
.businessItem h3 {
	color : #060e21;
	font-size : 16px;
	line-height : 1.8;
	letter-spacing: 1px;
}
.businessItem .comm {
	color : #060e21;
	font-size : 13px;
	line-height : 2.0;
	margin-top : 12px;
	height: 14em;
}
@media only screen and (max-width: 1200px) {
	.grayback .normalWrap {
		padding : 0 10vw;
	}
	.itemWrap {
		padding-top : calc(12vw + 20px);
	}
	.imgTitle {
		position : absolute;
		top : calc(-8vw - 20px);
		left : 4vw;
	}
	.businessItem {
		width : 48%;
		background-color : #ffffff;
		margin-bottom : 8vw;
	}
}
@media only screen and (max-width: 540px) {
	.grayback .normalWrap {
		padding : 0 10vw;
	}
	.businessItem {
		width : 100%;
		background-color : #ffffff;
	}
	.businessItem .worksInner {
		padding : 5vw 4vw;
	}
}
@media only screen and (max-width: 400px) {
	.businessItem h3 {
		font-size : 14px;
		line-height : 1.6;
		letter-spacing: 0px;
	}
	.businessItem .comm {
		font-size : 12px;
		line-height : 1.8;
	}
}
.addArrow {
	display : inline-block;
	font-size : 12px;
	color : #0b152b;
	background-color : #ffffff;
	border : 2px solid #0b152b;
	text-align : center;
	line-height : 1.0;
	padding : 16px 0;
	width : 100%;
	max-width : 260px;
	letter-spacing: 1px;
	position : relative;
	transition: 0.3s;
}
.addArrow::after {
	content : "";
	position : absolute;
	top : 18px;
	right : 10px;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border-top: 1px solid #0b152b;
	border-right: 1px solid #0b152b;
	transform: rotate(45deg);
	transition: 0.3s;
}
.addArrow_w {
	display : inline-block;
	font-size : 13px;
	color : #ffffff;
	background-color : #0b152b;
	border : 2px solid #0b152b;
	text-align : center;
	line-height : 48px;
	padding : 0 60px;
	letter-spacing: 1px;
	position : relative;
	transition: 0.3s;
}
.addArrow_w::after {
	content : "";
	position : absolute;
	top : 22px;
	right : 16px;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transform: rotate(45deg);
	transition: 0.3s;
}
.addArrow:hover {
	color : #ffffff;
	background-color : #0b152b;
}
.addArrow:hover::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.addArrow_w:hover {
	color : #0b152b;
	background-color : #ffffff;
}
.addArrow_w:hover::after {
	border-top: 1px solid #0b152b;
	border-right: 1px solid #0b152b;
}
@media only screen and (max-width: 800px) {
	.addArrow {
		padding : 14px 0 16px 0;
		max-width : 220px;
	}
	.addArrow::after {
		content : "";
		top : 16px;
		right : 8px;
		margin: 0 10px;
	}
}
@media only screen and (max-width: 400px) {
	.addArrow {
		padding : 12px 0;
		width : 100%;
		max-width : 200px;
		letter-spacing: 0px;
	}
	.addArrow::after {
		top : 14px;
		right : 8px;
		width: 8px;
		height: 8px;
	}
	.addArrow_w {
		font-size : 12px;
		line-height : 1.0;
		padding : 12px 40px 14px 40px;
		letter-spacing: 0px;
	}
	.addArrow_w::after {
		top : 16px;
		right : 10px;
		width: 8px;
		height: 8px;
		margin: 0 10px;
	}
}
.slide_else {
	height : 100%;
}
.slide_sub {
	position: relative;
	height : 100%;
}
.no_slide_sub {
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.pageTitle {
	text-align : center;
	color : #ffffff;
}
.pageTitle span {
	display : block;
	text-align : center;
	color : #ffffff;
}
.rtlPageTitle {
	position : absolute;
	top : 60px;
}
.rtl_left {
	left : 20px;
}
.rtl_right {
	right : 20px;
}
.rtlPageTitle strong {
	font-size : 14px;
	font-weight : 500;
	display : block;
	position : relative;
}
.rtlPageTitle strong::after {
	content : "";
	width : 1px;
	height : 36px;
	position : absolute;
	top : 24px;
	left : 7px;
	border-left : 1px solid #001e74;
}
.rtlPageTitle span {
	font-size : 13px;
	font-weight : 500;
	writing-mode: vertical-rl;
	display : block;
	padding : 46px 0 0 0;
	position : relative;
	left : -3px;
	letter-spacing: 2px;
}
@media only screen and (max-width: 400px) {
	.rtl_left {
		left : 1vw;
	}
	.rtl_right {
		right : 1vw;
	}
	.rtlPageTitle {
		top : 7vw;
	}
}
.blueback_l {
	position : relative;
	background : linear-gradient(90deg, #ffffff 0%, #ffffff 15%, #00a0c8 15%, #00a0c8 100%);
}
.blueback_r {
	position : relative;
	background : linear-gradient(90deg, #00a0c8 0%, #00a0c8 85%, #ffffff 85%, #ffffff 100%);
}
.topImg  { 
	width : 100%;
	height : calc(70vw + 100px);
	max-height : 881px;
	margin : 0 auto;
	overflow : hidden;
	position : relative;
}
.pos-rel {
	position : relative;
	background-color : #c4b266;
}
.slide_all {
	width : 100%;
	height : calc(70vw + 100px);
	max-height : 881px;
	margin : 0 auto;
}
.no_slide {
	width : 100%;
	height : calc(70vw + 100px);
	max-height : 881px;
	margin : 0 auto;
}
.pict {
	width : 100%;
	height : calc(70vw + 100px);
	max-height : 881px;
	margin : 0 auto;
	position : absolute;
	top : 0;
	left : 0;
}
.slide_all img {
	width : 100%;
	height : 100%;
	object-fit : cover;
}
.overWrap  {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : calc(70vw + 100px);
	max-height : 881px;
	margin : 0 auto;
}
.overWrap .overLeft {
	position : absolute;
	top : 0;;
	left : 0px;
}
.overWrap .overLeft img {
	height : calc(70vw + 100px);
	max-height : 881px;
}
.overWrap .overRight {
	position : absolute;
	width : 100%;
	top: calc(50% - 100px);
	left: 0;
	text-align : center;
}
.overWrap .overRight img {
	width : 90%;
	max-width : 482px;
}
.overWrap .overText {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.overWrap .overText h1 {
	font-size : 120px;
	line-height : 1.05;
	color : #ffffff;
	font-weight : 900;
	text-align : left;
	padding-bottom : 10px;
	letter-spacing: 0.1em;
	border-bottom : 2px solid #ffffff;
	font-family: "Roboto", sans-serif;
}
.overWrap .overText h2 {
	line-height : 1.6;
	color : #ffffff;
	font-weight : 700;
	text-align : left;
}
.overWrap .overText h3 {
	line-height : 1.1;
	color : #ffffff;
	font-weight : 700;
	text-align : left;
}
.overWrap .overText h3 br {
	display : none;
}
.bottomScroll {
	position : absolute;
	bottom : 0;
	left: calc(50% - 25px);
	transition: 0.7s;
}
.bottomScroll.hide {
	bottom : -80px;
	transition: 0.7s;
}
.bottomScroll img {
	width : 50px;
}
@media only screen and (max-width: 1400px) {
	.overWrap .overLeft {
		left : -40px;
	}
}
@media only screen and (max-width: 1200px) {
	.overWrap .overText {
		font-size : calc(2.05vw + 11.4px);
	}
	.overWrap .overRight {
		top: calc(50% - 10vw - 30px);
	}
	.overWrap .overLeft {
		left : -60px;
	}
	.overWrap .overText h1 {
		font-size : calc(5vw + 24px);
	}
}
@media only screen and (max-width: 1020px) {
	.overWrap .overText h3 br {
		display : block;
	}
}
@media only screen and (max-width: 800px) {
	.overWrap .overLeft {
		left : -80px;
	}
}

.top_container {
	position: absolute;
	font-size: 10px;
	color: #000000;
	padding: 0;
	top: 0px;
	right: 0px;
}


/*　ナビ包括-----------------------------*/
/* グローバルナビゲーション */
.panWrap  {
	width : 100%;
	max-width : 1800px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
	padding : 30px 10px 0 10px;
}
.panWrap li {
	display: inline-block;
	margin-right : 7px;
	font-size : 14px;
	color : #4b4b4b;
	font-weight : 500;
}
.panWrap li a {
	display: inline-block;
	color : #4b4b4b;
	transition: 0.3s;
}
.panWrap li:first-child a {
	padding-left : 10px;
}
.panWrap li a:hover {
	opacity : 0.6;
}
@media only screen and (max-width: 1340px) {
	.panWrap  {
		padding : 10px 0 0 10px;
	}
}
@media only screen and (max-width: 960px) {
	.panWrap li {
		font-size : 13px;
	}
}
@media only screen and (max-width: 480px) {
	.panWrap li {
		font-size : 12px;
	}
	.panWrap li:first-child a {
		padding-left : 0px;
	}
}

/* コンテンツ包括
---------------------------------------------------------------------- */
.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;
}

/* メインコンテンツ包括---------------------------*/

.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;
}
.dayFlow {
	background-color : #ffffff;
	padding : 20px 110px 80px 110px;;
	box-sizing: border-box;
	position : relative;
}
.dayFlowInner {
	position : relative;
}
.dayFlowInner::before {
	content : "";
	position : absolute;
	top : 16px;
	left : 51px;
	width : 2px;
	height : calc(100% - 32px);
	background-color : #001e74;
}
.dayFlow h2 {
	position : relative;
	top : -50px;
	margin : 0 auto;
	background-color : #fef000;
	color : #001e74;
	line-height : 2.2;
	padding : 0 20px;
	font-weight : 800;
	width : 9em;
}
.dayFlowItem {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: center;
}
.dayFlowItem .time {
	width : 200px;
	padding-left : 40px;
}
.dayFlowItem .time span {
	font-size : 32px;
	font-weight : 800;
	color : #001e74;
	position : relative;
	z-index : 2;
}
.dayFlowItem .time span em {
	font-size : 24px;
	font-weight : 400;
	color : #001e74;
	font-style : normal;
	display : inline-block;
	padding-right : 0.6em;
}
.dayFlowItem .works {
	width : calc(100% - 250px);
	min-height : 200px;
	margin : 16px 0;
	position : relative;
}
.dayFlowItem .works .worksInner {
	width : 470px;
	height : 200px;
	background-color : #f4f4f4;
	position : relative;
	padding : 0 0 0 42px;
	box-sizing: border-box;
	display:flex;
	justify-content:center;
	align-items:center;
}
.dayFlowItem .works .worksInner::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -48px;
	margin-top: -24px;
	border: 24px solid transparent;
	border-right: 32px solid #f4f4f4;
}
.dayFlowItem .works .worksInner .item {
	width : 420px;
}
.dayFlowItem .works .worksInner h3 {
	font-size : 28px;
	font-weight : 800;
	color : #001e74;
	padding-bottom : 12px;
}
.dayFlowItem .works .worksInner .comm {
	font-size : 1rem;
	font-weight : 400;
	color : #000000;
}
.dayFlowItem .works .img {
	width : 300px;
	position : absolute;
	top : 0;
	right : -40px;
}
.dayFlowItem .works .img img {
	width : 100%;
}
@media only screen and (max-width: 1288px) {
	.dayFlow {
		padding : 20px 8vw 8vw 8vw;
	}
	.dayFlowItem .works .worksInner {
		width : 36.5vw;
		height : 200px;
	}
}
@media only screen and (max-width: 1150px) {
	.dayFlowItem .works {
		width : calc(100% - 200px);
		min-height: auto;
	}
	.dayFlow {
		padding : 20px 8vw 8vw 2vw;
	}
	.dayFlowItem .time span {
		font-size : 24px;
	}
	.dayFlowItem .time span em {
		font-size : 20px;
	}
	.dayFlowInner::before {
		left : 39px;
	}
	.dayFlowItem .time {
		width: 150px;
		padding-left: 30px;
	}
	.dayFlowItem .works .worksInner {
		width : calc(100% - 280px);
		height : 200px;
	}
	.dayFlowItem .works .worksInner .item {
		width: 36vw;
	}
}
@media only screen and (max-width: 950px) {
	.dayFlowItem .works .worksInner h3 {
		font-size : calc(1.9vw + 10.0px);
		padding-bottom: 12px;
	}
	.dayFlowItem .works .img {
		width : 30vw;
		right : -4vw;
	}
	.dayFlowItem .works .worksInner {
		width : calc(100% - 28vw);
		height : 20vw;
		padding: 0 0 0 3vw;
	}
}
@media only screen and (max-width: 800px) {
	.dayFlowItem .time {
		width: 120px;
		padding-left: 0px;
	}
	.dayFlowInner::before {
		left : 9px;
	}
	.dayFlowItem .works {
		width : calc(100% - 150px);
		min-height: auto;
	}
	.dayFlowItem .works .worksInner {
		width : calc(100% - 28vw);
		height : auto;
		padding: 2vw;
	}
}
@media only screen and (max-width: 640px) {
	.dayFlowItem .time {
		width: 100px;
	}
	.dayFlowItem .time span {
		font-size : 18px;
	}
	.dayFlowItem .time span em {
		font-size : 16px;
	}
	.dayFlowItem .works {
		width : calc(100% - 120px);
		min-height: auto;
	}
	.dayFlowInner::before {
		left : 7px;
	}
	.dayFlow h2 {
		top : calc(-2em - 2px);
	}
}
@media only screen and (max-width: 480px) {
	.dayFlow {
		padding : 20px 2vw 8vw 2vw;
	}
	.dayFlowItem .works {
		width : calc(100% - 110px);
		margin : 12px 0;
		position : relative;
		background-color : #f4f4f4;
		padding : 2vw;
		box-sizing: border-box;
	}
	.dayFlowItem .works .worksInner {
		width : 100%;
	}
	.dayFlowItem .works::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -48px;
		margin-top: -24px;
		border: 24px solid transparent;
		border-right: 32px solid #f4f4f4;
	}
	.dayFlowItem .works .worksInner::before {
		display : none;
	}
	.dayFlowItem .works .img {
		position: relative;
		top: 0;
		right: 0;
		margin-top : 2vw;
		margin-left : 2vw;
	}
	.dayFlowItem .works .worksInner .item {
		width: 100%;
	}
	.dayFlowItem .works .worksInner .item br.smp {
		display : none;
	}
}

.normalButton {
	width : 50%;
	max-width : 600px;
	background-color : #001e74;
	color : #ffffff;
	font-size : 36px;
	font-weight : 800;
	display : inline-block;
	line-height : 110px;
	border-bottom : 10px solid #d8d8d8;
	transition: 0.4s;
}
.normalButton.rev {
	width : 100%;
	max-width : 600px;
	text-align : center;
	background-color : #ffffff;
	color : #001e74;
	border-bottom : none
}
.normalButton:hover {
	color : #001e74;
	background-color : #d8d8d8;
	border-bottom : 10px solid #001e74;
}
.normalButton.rev:hover {
	color : #ffffff;
	background-color : #001e74;
	border-bottom : none;
}
@media only screen and (max-width: 960px) {
	.normalButton {
		width : 70%;
		font-size : calc(2.77vw + 9.1px);
		line-height : 2.8;
		border-bottom : 8px solid #d8d8d8;
	}
	.normalButton:hover {
		color : #001e74;
		background-color : #d8d8d8;
		border-bottom : 8px solid #001e74;
	}
}

.blueback {
	background : url(../img/envi-back.jpg) no-repeat top center;
}
.enviWrap h3 {
	color : #001e74;
	font-family: "Roboto", sans-serif;
	font-weight : 500;
}
.enviWrap h3 span {
	color : #000000;
	font-weight : 400;
}
.enviWrap .flex3 .item {
	width : 31%;
	background-color : #ffffff;
	border-top : 8px solid #fdf100;
	padding : 30px;
	box-sizing: border-box;
}
.enviWrap .flex2 .item {
	width : 48%;
	background-color : #ffffff;
	border-top : 8px solid #fdf100;
	padding : 30px;
	box-sizing: border-box;
}
.enviWrap .flex2 .item dl {
	display : -webkit-flex;
	display : flex;
	align-items: center;
	padding : 10px 0;
}
.enviWrap .flex2 .item dl.bdr {
	border-bottom : 2px dashed #bebebe;
}
.enviWrap .flex2 .item dt {
	width : 50px;
	text-align : right;
}
.enviWrap .flex2 .item dd {
	width : calc(100% - 60px);
	text-align : left;
	padding-left : 10px;
	font-weight : 700;
}
.enviWrap .flex3 .parts {
	width : 31%;
	background-color : #ffffff;
	padding : 30px;
	box-sizing: border-box;
	position : relative;
}
.enviWrap .flex3 .parts .partsInner {
	display : block;
}
.enviWrap .flex3 .parts h3 {
	line-height : 1.4;
}
.enviWrap .flex3 .parts h4 {
	line-height : 1.4;
	color : #000000;
	font-weight : 500;
	display : flex;
	align-items: center;
	justify-content: center;
	height : 2.4em;
	padding-top : 6px;
}
.enviWrap .flex3 .parts h5 {
	position : absolute;
	top : 0;
	left : 0;
	background-color : #fef002;
	color : #001e74;
	width : 46px;
	height : 46px;
	text-align : center;
	line-height : 46px;
	font-family: "Roboto", sans-serif;
}
.enviWrap .flex3 .parts p {
	color : #8b8b8b;
}
.enviWrap .flex2 .item img.graph {
	width : 168px;
	height : 158px;
}
.pdl30 {
	padding-left : 30px;
}
@media only screen and (max-width: 960px) {
	.enviWrap .flex3 .item {
		padding : 3vw;
	}
	.enviWrap .flex2 .item {
		padding : 3vw;
	}
	.enviWrap .flex3 .parts {
		padding : 3vw;
	}
}
@media only screen and (max-width: 640px) {
	.enviWrap .flex2 .item {
		width : 100%;
		margin-bottom : 4vw;
	}
	.enviWrap .flex2 .item img.graph {
		width : 27vw;
		height : 26vw;
		max-width : 168px;
		max-height : 158px;
	}
	.enviWrap .flex3 .parts br.smp{
		display : none;
	}
	.enviWrap .flex3 .parts h5 {
		width : 40px;
		height : 40px;
		line-height : 40px;
	}
}
@media only screen and (max-width: 480px) {
	.blueback {
		background : url(../img/envi-back.jpg) repeat-y 0 0;
	}
	.enviWrap .flex3 .item {
		width : 100%;
		margin-bottom : 4vw;
	}
	.enviWrap .flex3 .parts {
		width : 100%;
		margin-bottom : 4vw;
	}
	.enviWrap .flex3 .parts .partsInner {
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
		align-items: center;
	}
	.enviWrap .flex3 .parts .partsInner .img {
		width : 27%;
		margin-left : 6%;
	}
	.enviWrap .flex3 .parts h5 {
		width : 30px;
		height : 30px;
		line-height : 30px;
	}
	.enviWrap .flex3 .parts .partsInner .smp_graph {
		width : 67%;
	}
}

.bottomCont {
	background : url(../img/bottom_img.jpg) no-repeat top center;
	width : 100%;
	height : 53vw;
	max-height : 536px;
	position : relative;
}
.bottomContItem {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.bottomContItem p {
	color : #ffffff;
	white-space: nowrap;
}

.flowWrap dl {
	background-color : #ffffff;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: center;
	margin-bottom : 30px;
	padding : 24px;
}
.flowWrap dt {
	width : 210px;
	text-align : center;
	padding-right : 30px;
	font-weight : 700;
	box-sizing: border-box;
}
.flowWrap dt.bdr {
	border-right : 1px solid #000000;
}
.flowWrap dt span {
	display : block;
	font-weight : 700;
	color : #001e70;
}
.flowWrap dd {
	width : calc(100% - 210px);
	text-align : left;
	padding-left : 40px;
	box-sizing: border-box;
	line-height : 2.0;
}
.flowWrap dd.bdr {
	border-left : 1px solid #000000;
}
.flowWrap dd .inner {
	background-color : #edeef3;
	padding : 20px 30px;
	box-sizing: border-box;
}
@media only screen and (max-width: 720px) {
	.flowWrap dl {
		padding : 4vw 2vw;
	}
	.flowWrap dt {
		width : 25vw;
		padding-right : 3vw;
	}
	.flowWrap dd {
		width : calc(100% - 20vw + 1px);
		padding-left : 4vw;
	}
}
@media only screen and (max-width: 480px) {
	.flowWrap dl {
		background-color : #ffffff;
		display : block;
		margin-bottom : 5vw;
		padding : 3.5vw;
	}
	.flowWrap dt {
		width : 100%;
		text-align : left;
		padding-right : 3vw;
		border-right : none;
		border-bottom : 1px solid #000000;
		padding-bottom : 2vw;
	}
	.flowWrap dd {
		width : 100%;
		padding-left : 0vw;
		padding-top : 1vw;
		border-left : none;
		line-height : 1.8;
	}
	.flowWrap dt.bdr {
		border-right : none;
	}
	.flowWrap dd.bdr {
		border-left : none;
	}
	.flowWrap dt span {
		display: inline-block;
		margin-right : 1.5em;
	}
	.flowWrap dd .inner {
		padding : 3vw;
	}
}

/* よくある質問 */

section.bdr {
	border-bottom : 1px solid #dcdcdc;
}
.faqSelecter a {
	display : block;
	width : 23%;
	text-align : center;
	font-size : 1.1rem;
	font-weight : 500;
	color : #000000;
	border : 1px solid #989898;
	border-radius : 8px;
	line-height : 1.6;
	padding : 0.9rem 0;
	transition: 0.4s;
}
.faqSelecter a:hover {
	color : #ffffff;
	background-color : #989898;
}
.faqContents h2 {
	width : 100%;
	border-bottom : 1px solid #dcdcdc;
	padding-bottom : 30px;
}
.faqWrap {
	padding : 40px;
}
.faqSelecter {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.faqSelecter span {
	display : block;
	width : calc(22% + 6px);
	font-size : 0;
	position : relative;
}
.faqContents {
	
}
.faqContents h2 {
	font-size : 24px;
	font-weight : 600;
	line-height : 1.4;
	color : #000000;
	padding : 0 0 24px 0;
}
.faqContents dl {
	background-color : #f4f4f4;
	padding : 20px;
	transition: 0.5s;
	margin-bottom : 24px;
	border-radius : 8px;
}
.faqContents dl dt {
	position : relative;
	cursor : pointer;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items : center;
}
.faqContents dl dt strong {
	display : inline-block;
	text-align : center;
	vertical-align: top;
	width : 45px;
	height : 45px;
	font-size : 24px;
	color : #001e74;
	font-weight : 700;
	position : relative;
	background-color : #fef000;
	top : 0px;
}
.faqContents dl dt p {
	display : inline-block;
	width : calc(100% - 95px);
	vertical-align: top;
	color : #001e74;
	font-weight : 500;
	padding : 0 0 0 14px;
}
.faqContents dl dt div {
	position : relative;
	width : 36px;
	top : 0;
	right : 0px;
}
.faqContents dl dt div span {
	display : block;
	font-size : 36px;
	color : #001e74;
	font-weight : 300;
	line-height : 45px;
}
.faqContents dl dd {
	display : none;
	position : relative;
	padding : 20px 0 0 64px;
}
.faqContents dl dd strong {
	font-size : 28px;
	color : #e63828;
	font-weight : 700;
	display : inline-block;
	vertical-align: top;
	width : 50px;
	position : relative;
	top : -8px;
}
.faqContents dl dd p {
	display : inline-block;
	vertical-align: top;
	width : calc(100% - 100px);
	font-size : 1.1rem;
	color : #000000;
	font-weight : 500;
}
.faqContents dl.active dt {
	position : relative;
	border-bottom : none;
}
@media screen and (max-width: 960px) {
	.faqContents h2 {
		font-size : calc(1.25vw + 12.0px);
		padding : 0 0 calc(1.25vw + 12.0px) 0;
	}
	.faqContents dl dt strong {
		width : 40px;
		height : 40px;
		font-size : 22px;
	}
	.faqContents dl dt p {
		width : calc(100% - 10vw - 10px);
	}
	.faqContents dl dd {
		padding : calc(2.5vw + 5px) 0 0 0;
	}
	.faqContents dl dd strong {
		width : calc(5vw + 6px);
		font-size : calc(1.25vw + 16.0px);
		top : -8px;
	}
	.faqContents dl dd p {
		width : calc(100% - 10vw - 55px);
		font-size : 1rem;
		padding-left : calc(5vw + 6px);
	}
	.faqContents dl dt div span {
		font-size : 32px;
		line-height : 40px;
	}
}
@media screen and (max-width: 800px) {
	.faqSelecter a {
		width : 48%;
		margin-bottom : 3vw;
	}
	.faqSelecter a::after{
		top: calc(2vw + 8px);
		right : 1vw;
		width : 12px;
		height : 13px;
	}
	.faqContents dl dt div {
		top : -4px;
	}
	.faqContents dl {
		padding : calc(2vw + 8px) calc(1vw + 6px) calc(1vw + 6px) calc(1vw + 6px);
	}
}
@media screen and (max-width: 480px) {
	.faqWrap {
		padding : 5vw 0;
	}
	.faqContents dl {
		padding : 2vw 1.5vw 2vw 1.5vw;
		margin-bottom : 3vw;
	}
	.faqContents dl dt div {
		top : 0;
		right : -4px
	}
	.faqContents dl dt div span {
		font-size : calc(2.5vw + 16.0px);
	}
	.faqContents dl dt p {
		width : calc(100% - 10vw - 20px);
		font-size : 1.1rem;
		padding : 0 0 0 10px;
	}
	.faqContents dl dt strong {
		width : 32px;
		height : 32px;
		font-size : 18px;
	}
	.faqContents dl dt div span {
		line-height : 32px;
	}
}

.normalTitle h2 {
	font-size : 25px;
	font-weight : 700;
	color : #000000;
	line-height : 1.6;
	padding-left : 38px;
	background : url(../img/mark.png) no-repeat left center;
	display: inline-block;
}
.normalTitle h3 {
	font-size : 36px;
	font-weight : 800;
	color : #001e74;
	line-height : 1.6;
}
.normalTitle p {
	font-size : 1rem
	font-weight : 400;
	color : #000000;
	line-height : 2.2;
}
.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;
	display : inline-block;
	font-weight : 700;
	color : #000000;
	line-height : 2.0;
	padding : 0 40px;
	border-bottom : 4px solid #001e74;
	position : relative;
}
.contactTitle::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 18px solid #001e74;
}
.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 : #0b152b;
	background-color : #ffffff;
	border : 2px solid #0b152b;
	padding : 0 24px;
	margin : 0 10px;
}
.selecter a.active {
	color : #ffffff;
	background-color : #0b152b;
}
@media only screen and (max-width: 1150px) {
	.normalTitle h2 {
		font-size: calc(2vw + 12.2px);
		padding-left: 28px;
	}
	.normalTitle h3 {
		font-size : calc(2.17vw + 11.1px);
	}
}
@media only screen and (max-width: 640px) {
	.selecter a {
		font-size : calc(1.25vw + 8.0px);
		border : 1px solid #0b152b;
		padding : 0 2.4vw;
		margin : 0 1vw;
	}
	.normalTitle p br.smp {
		display : none;
	}
}

.pager {
	width: 100%;
	text-align: center;
}
.pager li {
	display: inline-block;
	font-size: 16px;
	line-height: 1.0;
	vertical-align: top;
}
.pager li span {
	display: inline-block;
	margin: 0 4px;
	width : 36px;
	height : 33px;
	line-height : 33px;
	padding-bottom : 3px;
	color: #ffffff;
	background-color : #001e74;
	font-weight: bold;
	vertical-align: middle;
	border-radius : 50%;
}
.pager li a {
	display: inline-block;
	margin: 0 4px;
	width : 36px;
	height : 33px;
	line-height : 33px;
	padding-bottom : 3px;
	color: #001e74;
	font-weight: bold;
	vertical-align: middle;
	transition: 0.3s;
}
.pager li em {
	display: inline-block;
	margin: 0 14px;
	color: #001e74;
	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: #000000;
	background-color : #e4e4e4;
}

.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%;
	position: relative;
	height: 40vw;
	max-height: 569px;
}
.recruitTable {
	width : 100%;
}
.recruitTable table {
	width : 100%;
	border-collapse: collapse;
	table-layout : fixed;
	word-wrap: break-word;
}
.recruitTable table th {
	font-size : 1rem;
	color : #4d4d4d;
	background-color : #f8f8f8;
	font-weight : 400;
	width : 25%;
	padding : 14px 24px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	text-align : left;
	
}
.recruitTable table td {
	font-size : 1rem;
	color : #000000;
	background-color : #ffffff;
	font-weight : 400;
	width : 75%;
	padding : 14px 24px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	word-wrap: break-word;
}

.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) {
	.recruitWrap {
		height: 60vw;
		max-height: 320px;
	}
	.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;
	}
}

.flex50Wrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.profWrap {
	position: relative;
	width : 50%;
	height : 630px;
	padding-top : 20px;
	background : url(../img/bottom_left.jpg) no-repeat top center;
	background-size : cover;
	box-sizing: border-box;
}
.profWrapInner {
	width : 100%;
	max-width : 725px;
	position : absolute;
	top : 20px;
	right : 0;
}
.profMark {
	width : 90%;
	max-width : 440px;
	height : 443px;
	background-color : rgba(255, 255, 255, 0.7);
	padding : 30px;
	margin-top : -12px;
	box-sizing: border-box;
}
.profMark dl {
	display : table;
	width : 100%;
	border-top : 1px solid #000000;
}
.profMark dl.noborder {
	border-top-style : none;
}
.profMark dt {
	display : table-cell;
	vertical-align: middle;
	width : 28%;
	font-size : 14px;
	font-weight : 500;
	color : #000000;
	padding : 11px 2% 11px 5%;
}
.profMark dd {
	display : table-cell;
	vertical-align: middle;
	width : 61%;
	font-size : 14px;
	font-weight : 500;
	color : #000000;
	padding : 11px 2% 11px 2%;
}
.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;
}
.recMark p.wid02 span {
	display : inline;
}

@media only screen and (max-width: 990px) {
	.recMark p.wid01 {
		width : 46%;
		margin-top : 0 !important;
		line-height : calc(3.68vw - 9.4px);
	}
	.recMark p.wid02 {
		width : 46%;
		line-height : calc(3.68vw - 9.4px);
	}
}
@media only screen and (max-width: 800px) {
	.flex50Wrap {
		display : block;
	}
	.profWrap {
		width : 100%;
		height : 630px;
	}
	.recWrap {
		width : 100%;
		height : 630px;
	}
	.profWrapInner {
		position : relative;
		top : 0;
		margin : 0 auto;
	}
	.recWrapInner {
		position : relative;
		top : 0;
		margin : 0 auto;
	}
	.recMark h3 {
		font-size : calc(2.5vw + 12.0px);
		width : 290px;
	}
	.companyText {
		font-size: calc(0.62vw + 11.0px);
		line-height: 1.8;
	}
	.companyText .name {
		font-size: calc(0.62vw + 11.0px);
		line-height: 1.8;
		padding: 20px 0 0 0;
	}
	.recMark p {
		font-size : 13px;
		line-height : 25px;
		letter-spacing: 0px;
	}
	.recMark p.wid01 {
		width : 70%;
		line-height : 25px;
		padding-top : 20px;
	}
	.recMark p.wid02 {
		width : 48%;
		line-height : 27px;
	}
	.recMark p.wid02 span {
		display : block;
		width : 90%;
		line-height : 27px;
	}
}
@media only screen and (max-width: 480px) {
	.profWrap {
		width : 100%;
		height : 610px;
	}
	.recWrap {
		width : 100%;
		height : 540px;
	}
	.profMark {
		padding : 16px;
		margin-top : 12px;
	}
	.recMark {
		padding : 16px;
		background : url(../img/recruit_inner_s.png) no-repeat top right;
		opacity : 0.9;
		margin-top : 12px;
	}
	.recMark h3 {
		letter-spacing: 2px;
		text-align : left !important;
		padding-bottom : 16px;
	}
	.recMark h3 br {
		display : none;
	}
	.recMark p {
		font-size : 13px;
		line-height : 25px;
		letter-spacing: 0px;
	}
	.recMark p.wid01 {
		width : 70%;
		line-height: 1.8;
		padding-top : 0px;
	}
	.recMark p.wid02 {
		width : 68%;
		line-height: 1.8;
	}
	.recMark p.wid02 span {
		display : block;
		width : 60%;
		line-height: 1.8;
	}
}
@media only screen and (max-width: 360px) {
	.recMark p.wid02 span {
		display : block;
		width : 45%;
		line-height: 1.8;
	}
}





/* 各ページ */

.aboutWrap {
	width : auto;
	display : table;
	margin : 0 auto;
}
.aboutWrapInner {
	width : 100%;
	display : table-cell;
}
.aboutWrap h2 {
	color : #001e74;
	font-size : 72px;
	font-weight : 900;
	line-height : 1.4;
	padding-bottom : 10px;
	border-bottom : 1px solid #001e74;
}
.aboutWrap h3 {
	color : #001e74;
	font-size : 48px;
	font-weight : 700;
	line-height : 1.4;
	padding : 20px 0 10px 0;
}
.aboutWrap h4 {
	color : #001e74;
	font-size : 24px;
	font-weight : 700;
	line-height : 1.4;
	letter-spacing: 1px;
	position : relative;
}
.aboutWrap p {
	color : #001e74;
	font-size : 18px;
	font-weight : 600;
	line-height : 1.8;
	margin-top : 30px;
	max-width : 880px;
}
.aboutWrap .titleImg {
	text-align : center;
}
.logoback {
	background : url(../img/company_back.jpg) no-repeat top center;
}
@media only screen and (max-width: 1200px) {
	.aboutWrap h2 {
		font-size : calc(3.18vw + 9.8px);
	}
	.aboutWrap .titleImg img {
		width : 80%;
		max-width : 625px;
	}
	.logoback {
		padding : 11vw 4vw 4vw 4vw;
	}
}
@media only screen and (max-width: 960px) {
	.aboutWrap h2 {
		font-size : calc(5.09vw + 15.4px);
		padding-top : 6px;
	}
	.aboutWrap h3 {
		font-size : calc(4.06vw + 9.0px);
	}
	.aboutWrap h4 {
		font-size : calc(1.56vw + 9.0px);
	}
	.aboutWrap p {
		font-size : 1.1rem;
	}
	.aboutWrap p span {
		font-size : calc(0.78vw + 10.5px);
		font-weight : 500;
	}
	.aboutOuter .normalWrap {
		padding : 0 10vw;
	}
}
@media only screen and (max-width: 400px) {
	.aboutOuter .normalWrap {
		padding : 4vw 5vw 0 5vw;
	}
}

/* 仕事内容 */

.pageTops {
	width : 100%;
	height : 569px;
}
.overTitle  {
	position : relative;
	top : 0px;
	display : -webkit-flex;
	display : flex;
}
.overTitle h2 {
	font-size : 80px;
	font-weight : bold;
	background-color : #001e74;
	padding : 0 38px 0 100px;
	line-height : 1.5;
	font-family : 'Helvetica Neue', 'Helvetica Neue OTS', Helvetica, sans-serif;
}
.overTitle h3 {
	font-size : 16px;
	font-weight : 600;
	position : relative;
	margin-top : 18px;
}
.overTitle .line {
	font-size : 0;
	width : 40px;
	height : 1px;
	border-top : 1px solid #ffffff;
	margin: 32px 10px 0 10px;
}
.topTitle {
	height : 56vw;
	max-height : 560px;
	background-repeat : no-repeat;
	background-position: center top 60px;
}
.topTitle_s {
	height : 30vw;
	max-height : 300px;
	background-repeat : no-repeat;
	background-position: center top 60px;
}
.topTitle img {
	width : 95px;
}
.topTitle span {
	display : block;
}
.topTitle_s img {
	width : 95px;
}
.topTitle_s span {
	display : block;
}
@media only screen and (max-width: 1450px) {
	.topTitle {
		height : 48vw;
		max-height : 560px;
		background-size : cover;
	}
	.topTitle_s {
		height : 48vw;
		max-height : 560px;
		background-size : cover;
	}
	.overTitle h2 {
		font-size : calc(4.25vw + 18.4px);
		padding : 0 3.8vw 0 10vw;
	}
}
@media only screen and (max-width: 960px) {
	.topTitle {
		background-position: center top 6vw;
	}
	.topTitle_s {
		background-position: center top 6vw;
	}
	.overTitle h3 {
		font-size : 1rem;
		margin-top : 1.6vw;
	}
	.overTitle .line {
		font-size : 0;
		width : calc(2.5vw + 16.0px);
		height : 1px;
		border-top : 1px solid #ffffff;
		margin: calc(2vw + 10px) 10px 0 10px;
	}
}
@media only screen and (max-width: 960px) {
	.topTitle {
		background-position: center top 7vw;
	}
	.topTitle_s {
		background-position: center top 7vw;
	}
}
@media only screen and (max-width: 480px) {
	.topTitle {
		background-position: center top 8vw;
	}
	.topTitle_s {
		background-position: center top 8vw;
	}
	.topTitle {
		height : 60vw;
	}
	.topTitle_s {
		height : 60vw;
	}
	.overTitle h2 {
		font-size : calc(4.25vw + 18.4px);
		padding : 0 3.8vw 0 7vw;
	}
	.overTitle .line {
		width : calc(2.5vw + 14.0px);
		margin: calc(2vw + 10px) 4px 0 4px;
	}
}

.makerWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.makerSlider {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.makerWrap li.item {
	width : 23%;
	margin-bottom : 50px;
}
.makerWrap li.trans {
	width : 23%;
	margin-bottom : 0;
}
#makerSlider li.item {
	width : calc(23vw - 36px);
	max-width : 330px;
	margin : 0 18px 0 18px;
}
.slide-arrow {
	position : absolute;
	top : 36%;
	transition: 0.3s;
}
.prev-arrow {
	left : -40px;
}
.next-arrow {
	right : -40px;
}
.slide-arrow:hover {
	opacity : 0.7;
}
.selectCategori {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
	padding-bottom : 32px;
	border-bottom : 1px solid #e5e5e5;
}
.selectCategori a {
	display : inline-block;
	font-size : 1rem;
	font-weight : 400;
	letter-spacing: 1px;
	color : #ffffff;
	background-color : #009ac0;
	border : 1px solid #009ac0;
	line-height ; 1.0;
	padding : 4px 24px 6px 24px;
	border-radius : 22px;
	margin : 0 6px;
	transition: 0.3s;
}
.selectCategori a.active {
	color : #009ac0;
	background-color : #ffffff;
	border : 1px solid #009ac0;
}
.selectCategori a:hover {
	opacity : 0.7;
}
.selectCategori em {
	display : inline-block;
	font-style : normal;
	font-size : 1rem;
	font-weight : 400;
	letter-spacing: 1px;
	color : #000000;
	background-color : #e5e5e5;
	border : 1px solid #e5e5e5;
	line-height ; 1.0;
	padding : 4px 24px 6px 24px;
	border-radius : 22px;
	margin : 0 6px;
}
.makerBox {
	width : 100%;
}
.makerBox h4 {
	font-size : 1.3rem;
	color : #001e74;
	font-weight : 400;
	margin : 0 0 24px 12px;
	line-height : 1.3;
	padding-left : 10px;
	border-left : 6px solid #009ac0;
}
.makerWrap li p.img {
	border : 1px solid #e5e5e5;
	width : calc(100% - 40px);
	height : 178px;
	padding : 0 20px;
	position : relative;
	font-size : 1.4rem;
	color : #001e74;
	font-weight : 600;
	line-height : 1.4;
}
.makerWrap li p.img img {
	width : auto;
	max-width : 90%;
	max-height : 164px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.slick-slide {
	overflow: visible !important;
}
#makerSlider li p.img {
	border : 1px solid #e5e5e5;
	width : calc(100% - 40px);
	height : 178px;
	padding : 0 20px;
	position : relative;
	font-size : 1.4rem;
	color : #001e74;
	font-weight : 600;
	line-height : 1.4;
}
#makerSlider li p.img img {
	width : auto;
	max-width : 90%;
	max-height : 164px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	object-fit : contain;
}
.makerWrap li p.title {
	font-size : 1rem;
	color : #001e74;
	font-weight : 400;
}
.makerWrap li p.title span {
	display : block;
	font-size : 0.9rem;
	color : #a0a0a0;
	font-weight : 400;
}
#makerSlider li p.title {
	font-size : 1rem;
	color : #001e74;
	font-weight : 400;
}
#makerSlider li p.title span {
	display : block;
	font-size : 0.9rem;
	color : #a0a0a0;
	font-weight : 400;
}

@media only screen and (max-width: 1450px) {
	.makerWrap li p.img {
		width : calc(100% - 4vw);
		height : 15vw;
		padding : 0 2vw;
	}
	.makerWrap li p.img img {
		max-height : 14vw;
	}
	#makerSlider li p.img {
		width : calc(100% - 5vw);
		height : 15vw;
		padding : 0 2vw;
	}
	#makerSlider li p.img img {
		max-height : 14vw;
	}
	#makerSlider li.item {
		width : calc(24vw - 36px);
		margin-bottom : 5vw;
		margin : 0 1vw 0 1vw;
	}
}
@media only screen and (max-width: 960px) {
	.makerWrap li.item {
		width : 32%;
		margin-bottom : 5vw;
	}
	.makerWrap li.trans {
		width : 32%;
		margin-bottom : 0;
	}
	.makerWrap li p.img {
		width : calc(100% - 4vw);
		height : 19vw;
		padding : 0 2vw;
	}
	.makerWrap li p.img img {
		max-height : 18vw;
	}
	#makerSlider li.item {
		width : calc(33.2vw - 50px);
		margin-bottom : 5vw;
	}
	#makerSlider li p.img {
		width : calc(100% - 4vw);
		height : 19vw;
		padding : 0 2vw;
	}
	#makerSlider li p.img img {
		max-height : 18vw;
	}
	.selectCategori a {
		letter-spacing: 0px;
		padding : 3px 2.4vw 5px 2.4vw;
		border-radius : 20px;
		margin : 0 4px;
	}
	.selectCategori em {
		letter-spacing: 0px;
		padding : 3px 2.4vw 5px 2.4vw;
		border-radius : 20px;
		margin : 0 4px;
	}
}
@media only screen and (max-width: 780px) {
	.selectCategori a {
		padding : 2px 2vw 4px 2vw;
		border-radius : 20px;
		margin : 0 3px;
		font-size : 0.9em;
	}
	.selectCategori em {
		padding : 2px 2vw 4px 2vw;
		border-radius : 20px;
		margin : 0 3px;
		font-size : 0.9em;
	}
}
@media only screen and (max-width: 720px) {
	#makerSlider li.item {
		width : calc(32.2vw - 40px);
		margin-bottom : 5vw;
	}
}
@media only screen and (max-width: 720px) {
	.selectCategori {
		padding-bottom : 3vw;
		flex-wrap : wrap;
	}
	.selectCategori a {
		width : calc(15% - 6px);
		margin-bottom : 10px;
		text-align : center;
	}
	.selectCategori em {
		width : calc(15% - 6px);
		margin-bottom : 10px;
		text-align : center;
	}
}
@media only screen and (max-width: 480px) {
	.makerWrap li.item {
		width : 48%;
		margin-bottom : 5vw;
	}
	.makerWrap li.trans {
		width : 48%;
		margin-bottom : 0;
	}
	.makerWrap li p.img {
		width : calc(100% - 4vw);
		height : 32vw;
		padding : 0 2vw;
	}
	.makerWrap li p.img img {
		max-height : 31vw;
	}
	#makerSlider li.item {
		width : calc(48vw - 40px);
		margin-bottom : 5vw;
	}
	#makerSlider li.trans {
		width : 48%;
		margin-bottom : 0;
	}
	#makerSlider li p.img {
		width : calc(100% - 4vw);
		height : 26vw;
		padding : 0 2vw;
	}
	#makerSlider li p.img img {
		max-height : 25vw;
	}
	.slide-arrow {
		top : calc(16vw - 20px);
	}
	.prev-arrow {
		left : -36px;
	}
	.next-arrow {
		right : -36px;
	}
}

.itemWrap {
	width : 100%;
	max-width : 1086px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-direction : row-reverse;
}
.itemLeft  {
	width : 40%;
	margin-right : 10%;
}
.itemLeft h4 {
	font-size : 24px;
	font-weight : 500;
	text-align : center;
	padding : 0 0 30px 0;
}
.itemLeft dl {
	width : 100%;
	display : table;
	border-bottom : 1px solid #3d3c3c;
	padding : 16px 0 10px 0;
}
.itemLeft dt {
	width : 25%;
	display : table-cell;
	vertical-align: middle;
	font-size : 16px;
	font-weight : 400;
}
.itemLeft dd {
	width : 75%;
	display : table-cell;
	vertical-align: middle;
	font-size : 16px;
	font-weight : 400;
}
.itemLeft .price {
	font-size : 16px;
	font-weight : 400;
	padding : 16px 0 0px 0;
}
.itemLeft .price strong {
	font-size : 30px;
	font-weight : 400;
}
.itemRight  {
	width : 50%;
}
.sliderImage {
	width : 100%;
	max-height : 526px;
}
.sliderImage .slider li img {
	width : 100%;
	max-width : 576px;
	height : 40vw;
	max-height : 432px;
	object-fit: cover;
}
.sliderImage .slider li span {
	display : block;
	width : 100%;
	max-width : 576px;
	height : 40vw;
	max-height : 432px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.pagerThumb {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.pagerThumb img {
	width : 100%;
	max-width : 108px;
	height : 8vw;
	max-height : 81px;
	object-fit: cover;
}
.pagerThumb span {
	display : block;
	width : 100%;
	max-width : 108px;
	height : 8vw;
	max-height : 81px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.pagerThumb .transImg {
	width : 20%;
	max-width : 108px;
	height : 1px;
}
.compWrap  {
	width : 100%;
	max-width : 1160px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	padding : 0 10px;
}
.compWrap dl {
	display : table;
	width : calc(100% - 20px);
	border-collapse: collapse;
	table-layout: fixed;
}
.compWrap dt {
	display : table-cell;
	width : 20%;
	padding : 20px 0;
	font-size : 16px;
	text-align : center;
}
.compWrap dd {
	display : table-cell;
	width : calc(80% - 60px);
	padding : 20px 30px;
	font-size : 16px;
}
@media only screen and (max-width: 1340px) {
	table.comment td {
		font-size : calc(0.39vw + 10.8px);
	}
	.salesInner {
		padding : 5vw 0;
	}
	table.comment {
		height : 14vw;
		margin-top : 4vw;
	}
	.custamButton {
		margin-top : 4vw;
	}
	.liveWrap .banner .inquBtn {
		margin : 3vw auto 2vw auto;
		padding : 2.2vw 0;
	}
	.liveWrap .banner .tel {
		margin-bottom : 3vw;
	}
}
@media only screen and (max-width: 1100px) {
	table.comment td br {
		display : none;
	}
	.itemLeft h4 {
		font-size : calc(1.67vw + 4.6px);
		padding : 0 0 3vw 0;
	}
	.itemLeft dl {
		padding : 1.6vw 0 1vw 0;
	}
	.itemLeft dt {
		font-size : calc(0.83vw + 6.4px);
	}
	.itemLeft dd {
		font-size : calc(0.83vw + 6.4px);
	}
	.itemLeft .price {
		font-size : calc(0.83vw + 6.4px);
		padding : 1.6vw 0 0px 0;
	}
	.itemLeft .price strong {
		font-size : calc(1.67vw + 10.6px); 
	}
}
@media only screen and (max-width: 800px) {
	.salesContents {
		padding-bottom : 10vw;
	}
	.salesLeft {
		position : relative;
		left : 0;
		top : -5vw;
		width : 90%;
		max-width : 688px;
		margin : 0 auto;
	}
	table.comment td br {
		display : block;
	}
	table.comment td {
		font-size : calc(0.62vw + 11.0px);
	}
	.salesLeft h4 strong {
		font-size : calc(1.67vw + 14.7px);
	}
	.custamButton a {
		width : 200px;
		padding : 14px 0;
		font-size : 14px;
		border-radius : 8vw;
	}
	.liveRight {
		width : 100%;
		margin-top : 8vw;
	}
	.liveLeft {
		width : 100%;
	}
	.liveWrap  {
		padding : 7vw 0;
		display : block;
	}
	.liveLeft h4 strong {
		font-size : calc(1.67vw + 14.7px);
	}
	.channelButton a {
		width : 200px;
		padding : 14px 0;
		font-size : 14px;
		border-radius : 8vw;
	}
	.liveRight .movie_inner_s {
		padding : 0 4vw;
	}
	.liveRight .movie_inner_s iframe {
		max-height: 450px;
	}
	.liveWrap .banner {
		width : 100%;
		max-width : 542px;
		margin-left : auto;
		margin-right : auto;
	}
	.liveWrap .banner.cus_inqu_bgcolor {
		padding-top : 0.1vw;
	}
	.liveWrap .banner .inquBtn {
		width : 84%;
		margin : 4vw auto 3vw auto;
		padding : 20px 0;
	}
	.liveWrap .banner .tel {
		margin-bottom : 4vw;
	}
	.liveWrap .banner .tel span {
		font-size : 14px;
	}
	.liveWrap .banner .tel a {
		font-size : 20px;
	}
	.liveWrap .banner .tel .teluke {
		display : block;
		position : relative;
		left : -4vw;
		padding-bottom : 4vw;
	}
	.compWrap {
		padding: 0;
	}
	.compWrap dl {
		width : 100%;
	}
	.compWrap dt {
		width : 25%;
		font-size : calc(0.62vw + 11.0px);
		padding : calc(1.25vw + 10.0px) 0;
	}
	.compWrap dd {
		width : calc(75% - 6vw);
		padding : calc(1.25vw + 10.0px) 3vw;
		font-size : calc(0.62vw + 11.0px);
	}
}
@media only screen and (max-width: 720px) {
	.itemWrap {
		display : block;
	}
	.itemLeft  {
		width : 100%;
		max-width : 576px;
		margin : 0 auto;
	}
	.itemRight  {
		width : 100%;
		max-width : 576px;
		margin : 0 auto 4vw auto;
	}
	.sliderImage .slider li img {
		height : 62vw;
	}
	.sliderImage .slider li span {
		height : 62vw;
	}
	.pagerThumb img {
		height : 14vw;
	}
	.pagerThumb span {
		height : 14vw;
	}
	.itemLeft h4 {
		font-size : calc(1.5vw + 13.2px);
		padding : 0 0 3vw 0;
	}
	.itemLeft dl {
		padding : 3vw 0 1.8vw 0;
	}
	.itemLeft dt {
		font-size : calc(0.75vw + 10.6px);
	}
	.itemLeft dd {
		font-size : calc(0.75vw + 10.6px);
	}
	.itemLeft .price {
		font-size : calc(0.75vw + 10.6px);
		padding : 2vw 0 0px 0;
	}
	.itemLeft .price strong {
		font-size : calc(1.5vw + 13.2px);
	}
}

.busiBack {
	background-color : rgba(0, 154, 192, 1);
}
.busiWrap {
	width : 100%;
	padding-top : 162px;
}
.busiWrap img {
	width : 100%;
}
.busiInner {
	position : relative;
}
.mgla {
	margin-left : auto;
}
.mgra {
	margin-right : auto;
}
.busiWrap .busiImg {
	width : 90%;
	max-width : 1682px;
	position : absolute;
	top : -280px;
	left : 0;
	z-index : 1;
}
.busiWrap .busiImg_r {
	width : 90%;
	max-width : 1682px;
	position : absolute;
	top : -280px;
	right : 0;
	z-index : 1;
}
.busiMain {
	width : 796px;
	position : relative;
	top : 1px;
	z-index : 2;
	background-color : #ffffff;
	padding : 0 50px 0 100px;
	box-sizing: border-box;
}
.busiMain_r {
	width : 796px;
	position : relative;
	top : 1px;
	z-index : 2;
	background-color : #ffffff;
	padding : 0 100px 0 50px;
	box-sizing: border-box;
}
.busiWrap dl {
	width : 100%;
}
.busiWrap dt {
	display : inline-block;
	vertical-align: top;
	width : 100px;
	font-size : 24px;
	font-weight : 500;
	color : #ffffff;
	line-height : 100px;
	text-align : center;
	background-color : #009ac0;
	letter-spacing: 2px;
}
.busiWrap dd {
	display : inline-block;
	vertical-align: bottom;
	font-size : 20px;
	font-weight : 500;
	color : #0a152b;
	letter-spacing: 2px;
	padding-left : 30px;
	width: calc(100% - 140px);
}
.busiWrap p.comm {
	font-size : 14px;
	font-weight : 500;
	color : #0a152b;
	line-height : 2.0;
	margin : 20px 0;
}
@media only screen and (max-width: 1650px) {
	.busiWrap {
		padding-top : 10vw;
	}
	.busiWrap .busiImg {
		width : 90%;
		top : -16vw;
	}
	.busiWrap .busiImg_r {
		width : 90%;
		top : -16vw;
	}
	.busiMain {
		width : 70%;
		max-width : 796px;
		padding : 0 3vw 0 6vw;
	}
	.busiMain_r {
		width : 70%;
		max-width : 796px;
		padding : 0 6vw 0 3vw;
	}
}

@media only screen and (max-width: 1200px) {
	.busiWrap img {
		width : 100%;
		height : 30vw;
		object-fit : cover;
	}
	.busiWrap .busiImg {
		width : 90%;
		top : -18vw;
	}
	.busiWrap .busiImg_r {
		width : 90%;
		top : -18vw;
	}
	.busiWrap dt {
		width : 9vw;
		font-size : calc(1.14vw + 10.4px);
		line-height : 9vw;
	}
	.busiWrap dd {
		font-size : calc(0.68vw + 11.8px);
		padding-left : 3vw;
		width: calc(100% - 13vw);
	}
	.busiWrap p.comm {
		font-size : calc(0.23vw + 11.3px);
	}
}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 800px) {
	.busiWrap .busiImg {
		top : -24vw;
	}
	.busiWrap {
		padding-top : 12vw;
	}
	.busiMain {
		width : 90vw;
		padding : 0 5vw 0 8vw;
	}
	.busiMain_r {
		width : 84vw;
		padding : 0 8vw 0 5vw;
	}
}
@media only screen and (max-width: 480px) {
	.busiWrap {
		padding-top : 18vw;
	}
	.busiWrap img {
		height : 42vw;
	}
	.busiWrap .busiImg {
		top : -32vw;
	}
	.busiWrap .busiImg_r {
		top : -32vw;
	}
	.busiWrap dt {
		width : 46px;
		font-size : 13px;
		line-height : 46px;
	}
	.busiWrap dd {
		width: calc(100% - 70px);
		padding-top : 6px;
	}
	.busiWrap dd br {
		display : none;
	}
}

.ansinFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
	align-items: center;
	margin-top : 20px;
}
.ansinTitle a: {
	opacity : 1;
	transition: 0.3s;
}
.ansinTitle a:hover {
	opacity : 0.7;
}
.ansinImgTtl img {
	width : 90%;
	max-width : 596px;
}
.ansinText {
	color : #0b162a;
	font-size : 18px;
	font-weight : 500;
}
.ansinTitle span {
	display : inline-block;
	vertical-align: middle;
	color : #ffffff;
	font-size : 24px;
	font-weight : 600;
	line-height : 30px;
	padding : 0 8px 3px 8px;
	background-color : #009ac0;
}
.ansinTitle a {
	display : inline-block;
	vertical-align: middle;
	position : relative;
	top : 6px;
}
.ansinWrap {
	color : #0b162a;
	font-size : 16px;
	font-weight : 400;
	line-height : 2.2;
	padding : 40px;
	background-color : #ffffff;
}
.uparrow {
	position : relative;
}
.uparrow::before {
	content: "";
	position: absolute;
	top: -150px;
	left: 50%;
	margin-left: -90px;
	border: 90px solid transparent;
	border-bottom: 70px solid #f5f5f5;
}
@media only screen and (max-width: 1200px) {
	.ansinOuter .normalWrap {
		padding : 0 5vw;
	}
}
@media only screen and (max-width: 960px) {
	.ansinFlex {
		-webkit-justify-content : center;
		justify-content : center;
		align-items: center;
		margin-top : 20px;
		flex-wrap : wrap;
	}
	.ansinFlex img {
		width : 33%;
		max-width : 
	}
	.ansinText {
		font-size : calc(0.78vw + 10.5px);
	}
	.uparrow::before {
		top: -105px;
		margin-left: -60px;
		border: 60px solid transparent;
		border-bottom: 47px solid #f5f5f5;
	}
	.ansinTitle span {
		font-size : calc(1.25vw + 12.0px);
		line-height : calc(1.25vw + 18.0px);
		padding : 0 8px 3px 8px;
	}
	.ansinWrap {
		font-size : 1rem;
		line-height : 2.0;
		padding : 4vw;
	}
}
@media only screen and (max-width: 680px) {
	.ansinTitle a {
		display : block;
		top : 0px;
		text-align : right;
	}
}
@media only screen and (max-width: 480px) {
	.uparrow::before {
		top: -75px;
		margin-left: -45px;
		border: 45px solid transparent;
		border-bottom: 35px solid #f5f5f5;
	}
}

.normalWrap_m {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 0 100px;
	position: relative;
	box-sizing: border-box;
}
.messageWrap .messageTitle {
	padding-left : 160px;
	margin-top : -60px;
}
.messageWrap h2 {
	color : #001e74;
	font-weight : 700;
	line-height : 1.8;
	position : relative;
}
.messageWrap h3 {
	color : #001e74;
	font-size : 1rem;
	font-weight : 500;
	line-height : 1.4;
	letter-spacing: 1px;
	padding-left : 50px;
	position : relative;
}
.messageWrap p img {
	width : 90%;
	max-width : 624px;
}
.messageImgInner {
	width : 64%;
	max-width : 682px;
}
.messageImgInner p {
	color : #07162b;
	font-size : 1rem;
	font-weight : 400;
	line-height : 1.6;
}
.messageImgInner h3 {
	color : #07162b;
	font-size : 1.5rem;
	font-weight : 600;
	line-height : 1.6;
	letter-spacing: 1px;
}
.map iframe {
	width : 100%;
	height : 510px;
}
.compFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	padding : 0 10px !important;
}
.compItem {
	width: 100%;
	background-color: #ffffff;
	border-top: 8px solid #fdf100;
	padding: 30px;
	box-sizing: border-box;
}
.compItem .image  {
	width : 100%;
}
.compItem .image img {
	width : 100%;
	max-width : 360px;
}
.mgt40x {
	margin-top : 40px;
}
@media only screen and (max-width: 1480px) {
	.normalWrap_m {
		padding: 0 5vw;
	}
	.messageWrap p.nml {
		padding : 0;
		font-size : calc(0.34vw + 11.0px);
	}
	.messageWrap img.mesTtl {
		left : -4vw;
	}
	.messageWrap .messageTitle {
		padding-left : 9vw;
		margin-top : -4vw;
	}
}
@media only screen and (max-width: 1000px) {
	.messageWrap img.mesTtl {
		left : 4vw;
	}
	.messageWrap .messageTitle {
		padding-left : 30vw;
		margin-top : -8vw;
	}
	.messageImg {
		top : 24vw;
	}
	.messageImgInner {
		width : 80%;
	}
	.messageImgInner p {
		font-size : 13px;
	}
	.mgt40x {
		margin-top : 10vw;
	}
}
@media only screen and (max-width: 640px) {
	.normalWrap_m {
		padding: 0 3vw;
	}
	.messageImg {
		position : relative;;
		text-align : right;
		top : 0px;
		right : 0;
		width : 82%;
		max-width : 850px;
		z-index : 2;
		margin : 4vw 0 0 auto;
	}
	.messageImgInner {
		width : 100%;
	}
	.messageWrap p {
		font-size : calc(0.34vw + 11.0px);
	}
	.messageWrap p.nml {
		padding : 0;
		font-size : calc(0.34vw + 11.0px);
	}
	.messageImgInner p {
		font-size : 13px;
	}
	.mgt40x {
		margin-top : 4vw;
	}
}
@media only screen and (max-width: 515px) {
	.messageWrap img.mesTtl {
		left : 1vw;
	}
	.messageWrap .messageTitle {
		padding-left : 14vw;
		margin-top : -4vw;
	}
	.messageImgInner p {
		font-size : 12px;
	}
}
.ubarTitle {
	font-size : 24px;
	letter-spacing: 5px;
	color : 07162b;
	font-weight : 600;
	padding-bottom : 10px;
	width : 300px;
	margin : 0 auto;
	text-align : center;
	border-bottom : 5px solid #001e74;
	position : relative;
}
.ubarTitleLong {
	padding : 0 10px 0 10px;
}
.ubarTitleLong span {
	display : inline-block;
	font-size : 24px;
	letter-spacing: 5px;
	color : 07162b;
	font-weight : 600;
	padding : 0 10px 10px 10px;
	margin : 0 auto;
	text-align : center;
	border-bottom : 5px solid #001e74;
	position : relative;
}
.ubarTitleLong span br {
	display : none;
}
.ubarTitle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 18px solid #001e74;
}
.ubarTitleLong span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 18px solid #001e74;
}
.sdgsWrap  {
	width : 100%;
	max-width : 860px;
	margin : 20px auto 0 auto;
	text-align : center;
}
.sdgsWrap img.sdgs {
	width : 90%;
	max-width : 656px;
}
.sdgsWrap img.nslogo {
	width : 90%;
	max-width : 352px;
}
.sdgsAdd h4 {
	font-size : 0;
	margin : 0 0 40px 0;
	border-bottom : 1px solid #002c45;
	text-align : center;
	letter-spacing: 1px;
}
.sdgsAdd h4 strong {
	position : relative;
	font-size : 24px;
	color : #002c45;
	font-weight : 700;
	line-height : 1.4;
	display : inline-block;
	background-color : #ffffff;
	padding : 0 20px;
	top : 18px;
}
.sdgsBlock {
	display : -webkit-flex;
	display : flex;
	width : 100%;
	margin : 50px 0;
}
.sdgsBlock dt {
	width : 165px;
}
.sdgsBlock img {
	width : 100%;
}
.sdgsBlock dd {
	width : calc(100% - 205px);
	margin-left : 40px;
	box-sizing: border-box;
	padding : 20px 24px;
}
.sdgsBlock .bdr06 {
	border : 2px solid #00a6d9;
}
.sdgsBlock .bdr07 {
	border : 2px solid #fabd00;
}
.sdgsBlock .bdr08 {
	border : 2px solid #970b32;
}
.sdgsBlock .bdr11 {
	border : 2px solid #f6a20c;
}
.sdgsBlock .bdr12 {
	border : 2px solid #d39206;
}
.sdgsBlock .bdr17 {
	border : 2px solid #023067;
}
.sdgsBlock .bdr06 span {
	color : #00a6d9;
}
.sdgsBlock .bdr07 span {
	color : #fabd00;
}
.sdgsBlock .bdr08 span {
	color : #970b32;
}
.sdgsBlock .bdr11 span {
	color : #f6a20c;
}
.sdgsBlock .bdr12 span {
	color : #d39206;
}
.sdgsBlock .bdr17 span {
	color : #023067;
}
.sdgsBlock h5 {
	color : #0b152b;
	font-size : 16px;
	text-align : left;
	line-height : 2.2;
	letter-spacing: 1px;
}
.sdgsBlock p {
	color : #002c45;
	font-size : 14px;
	text-align : left;
	line-height : 1.6;
	letter-spacing: 1px;
}
.sdgsTop {
	margin-top : 80px;
}
.sdgsTop ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	margin-top : 40px;
}
.sdgsTop ul li {
	width : 14.6%;
	margin : 0 1%;
}
.sdgsTop ul li img {
	width : 100%;
	max-width : 137px;
}
.sdgsAbout  {
	margin-top : 0px;
	padding-bottom : 140px;
}
.sdgsAbout h3 {
	font-size : 32px;
	color : #000000;
	font-weight : 500;
	margin-bottom : 30px;
}
.sdgsAbout p {
	font-size : 13px;
	line-height : 2.0;
	color : #000000;
	font-weight : 400;
	width : calc(100% - 12px);
	text-align : left;
	margin : 0 auto;
	padding : 0 6px;
}
.sdgsAbout p span {
	display : block;
}
.sdgsFlex {
	padding-bottom : 40px;
	border-bottom : 3px solid #004a87;
}
.sdgsFlex .sdgsFlexItem {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.sdgsFlex dl {
	width : 48%;
	margin : 20px 0;
}
.sdgsFlex dt {
	display : inline-block;
	vertical-align: middle;
	width : 137px;
	font-size : 0;
}
.sdgsFlex img {
	width : 137px;
}
.sdgsFlex dd {
	display : inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width : calc(100% - 159px);
	height : 137px;
	padding : 2px;
	font-size : 0;
	margin-left : 16px;
	position : relative;
}
.sdgsFlex dd p {
	display: grid;
 	place-items: center;
	text-align : left;
	color : #000000;
	background-color : #ffffff;
	font-size : 16px;
	line-height : 1.6;
	font-weight : 400;
	height : 133px;
	padding : 12px;
	box-sizing: border-box;
}
.sdgsFlex dd.ptn1 {
	background-color : #c50f28;
}
.sdgsFlex dd.ptn2 {
	background-color : #970b32;
}
.sdgsFlex dd.ptn3 {
	background-color : #00a6da;
}
.sdgsFlex dd.ptn4 {
	background-color : #dc097a;
}
.sdgsFlex dd.ptn1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -28px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 20px solid #c50f28;
}
.sdgsFlex dd.ptn2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -28px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 20px solid #970b32;
}
.sdgsFlex dd.ptn3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -28px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 20px solid #00a6da;
}
.sdgsFlex dd.ptn4:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -28px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 20px solid #dc097a;
}
.sdgsAdd  {
	width : 100%;
	max-width : 988px;
	margin : 80px auto 0 auto;
	text-align : center;
	padding : 0 10px;
	box-sizing: border-box;
}
.sdgsAdd .term {
	width : 100%;
	max-width : 883px;
}
.sdgsAdd h3 {
	margin-top: 40px;
	font-size : 30px;
	border-style : none;
	padding-bottom : 0;
	margin-bottom : 0;
	text-align : center;
}
.sdgsAdd h3 br {
	display : none;
}
.sdgstoha {
	margin : 0 0 50px 0;
	text-align : center;
	font-size : 30px;
	color : #002d44;
	font-weight : 700;
	letter-spacing: 5px;
}
.sdgsLogo {
	text-align : center;
}
.sdgsLogo img {
	width : 70%;
	max-width : 480px;
}
@media only screen and (max-width: 960px) {
	.ubarTitle {
		font-size : calc(0.94vw + 15.0px);
		letter-spacing: 0.5vw;
		padding-bottom : 10px;
		width : 50vw;
		max-width : 300px;
	}
	.ubarTitleLong span {
		font-size : calc(1.25vw + 12.0px);
		letter-spacing: 0.5vw;
		padding-bottom : 10px;
	}
}
@media only screen and (max-width: 890px) {
	.sdgsFlex dd p {
		font-size : calc(1.54vw + 2.1px);
		padding : 1.2vw;
	}
}
@media only screen and (max-width: 860px) {
	.sdgsWrap  {
		margin : 6vw auto 0 auto;
	}
}
@media only screen and (max-width: 890px) {
	.sdgsFlex dl {
		width : 100%;
		margin : 20px 0;
	}
	.sdgsFlex dd p {
		font-size : calc(0.94vw + 10.0px);
	}
}
@media only screen and (max-width: 768px) {
	.sdgsAdd h4 strong {
		font-size : calc(1.34vw + 13.7px);
		color : #002c45;
		padding : 0 16px;
		top : calc(1.34vw + 8.7px);
	}
	.sdgsBlock {
		margin : 5vw 0;
	}
	.sdgsBlock dt {
		width : 120px;
	}
	.sdgsBlock dd {
		width : calc(100% - 120px - 4vw);
		margin-left : 4vw;
		padding : calc(1.34vw + 13.7px);;
	}
	.sdgsBlock h5 {
		font-size : calc(0.67vw + 10.9px);
		line-height : 2.0;
		letter-spacing: 0px;
	}
	.sdgsBlock p {
		font-size : calc(0.45vw + 10.6px);
		line-height : 1.5;
		letter-spacing: 0px;
	}
	.sdgsAdd h3 {
		margin-top: 5vw;
		font-size : calc(1.87vw + 11.0px);
		letter-spacing: 0px;
	}
	.sdgstoha {
		margin : 0 0 5vw 0;
		font-size : calc(2.23vw + 12.9px);
		letter-spacing: 3px;
	}
}
@media only screen and (max-width: 500px) {
	.sdgsAdd h3 {
		line-height : 1.5;
	}
	.sdgsAdd h3 br {
		display : block;
	}
}
@media only screen and (max-width: 480px) {
	.ubarTitleLong span br {
		display : inline-block;
	}
}
@media only screen and (max-width: 430px) {

	.sdgsTop {
		margin-top : 7vw
	}
	.sdgsTop ul li {
		width : 26vw;
		max-width : 111px;
	}
	.sdgsTop ul li img {
		width : 100%;
		max-width : 111px;
	}
	.sdgsAbout  {
		margin-top : 8vw;
		padding-bottom : 10vw;
	}
	.sdgsAbout h3 {
		font-size : 24px;
		margin-bottom : 6vw
	}
	.sdgsAbout p {
		font-size : 13px;
	}
	.sdgsAbout p span {
		display : inline;
	}
	.sdgsInner  {
		display : block;
		padding-top : 8vw;
	}
	.sdgsTitle {
		font-size : 16px;
	}
	.sdgsTitle strong {
		font-size : 20px;
	}
	.sdgsBlock {
		display : block;
	}
	.sdgsBlock dt {
		width : 120px;
	}
	.sdgsBlock dd {
		width : 100%;
		margin-left : 0vw;
	}
}
.mgtm60 {
	margin-top : -60px;
}
.pdtm100 {
	padding-top : 100px;
}
.rentalFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.rentalFlex .rentalFlexItem {
	width : 47%;
	background-color : #ffffff;
	padding : 55px 48px;
	box-sizing: border-box;
}
.rentalFlex h3 {
	font-size : 24px;
	text-align: center;
	font-weight : 700;
	color : #001e74;
	letter-spacing: 2px;
}
.rentalFlex .comm {
	font-size : 0.95rem;
	line-height : 2.0;
	min-height : 124px;
}
.rentalAllItem {
	width : 100%;
	max-width : 874px;
	margin : 0 auto;
	background-color : #ffffff;
	padding : 55px 48px;
	box-sizing: border-box;
}
.rentalAllItem h3 {
	font-size : 24px;
	text-align: center;
	font-weight : 700;
	color : #001e74;
	letter-spacing: 2px;
}
.rentalAllItem .comm {
	font-size : 0.95rem;
	line-height : 2.0;
}
.rentalWrap h3 {
	background-color : #001e74;
	color : #ffffff;
	font-size : 24px;
	font-weight : 700;
	padding : 10px 20px;
	box-sizing: border-box;
}
.rentalWrap h3 span {
	font-size : 1.1rem;
	font-weight : 500;
}
.rentalWrapInner {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.rentalWrap .rentalItem {
	width : 17.8%;
}
.rentalWrap .rentalTrans {
	width : 17.8%;
	font-size : 0;
	height : 1px;
}
.rentalWrap .image {
	position : relative;
}
.rentalWrap .image img {
	width : 100%;
	margin-bottom : 16px;
}
.rentalWrap .image span {
	position : absolute;
	top : 0;
	left : 0;
	padding : 4px 8px;
	background-color : #001e74;
	color : #ffffff;
	font-size : 1.1rem;
	font-weight : 700;
	line-height : 1.4;
}
.rentalWrap ul {
	
}
.rentalWrap li {
	display : inline-block;
	vertical-align: middle;
	margin : 0 8px 10px 0;
}
.rentalWrap li a {
	display : block;
	border : 1px solid #001e74;
	border-radius : 16px;
	color : #001e74;
	background-color : #ffffff;
	font-size : 0.8rem;
	padding : 2px 12px;
	transition: 0.3s;
}
.rentalWrap li a:hover {
	color : #ffffff;
	background-color : #001e74;
}
@media only screen and (max-width: 1400px) {
	.rentalWrap .image span {
		font-size : 1rem;
	}
	.rentalFlex .rentalFlexItem {
		padding : 5.5vw 4.8vw
	}
	.rentalFlex h3 {
		font-size : calc(0.7vw + 13.8px);
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 960px) {
	.rentalWrap .rentalItem {
		width : 32%;
		margin-bottom : 5vw;
	}
	.rentalWrap .rentalTrans {
		width : 32%;
	}
	.rentalWrap h3 {
		font-size : calc(1.25vw + 12.0px);
		padding : 6px 12px;
	}
	.rentalWrap h3 span {
		font-size : 1rem;
	}
}
@media only screen and (max-width: 796px) {
	.rentalFlex {
		display : block;
	}
	.rentalFlex .rentalFlexItem {
		width : 100%;
		margin-bottom : 6vw;
	}
	.rentalFlex .comm {
		min-height : 10px;
	}
}
@media only screen and (max-width: 640px) {
	.rentalWrap .rentalItem {
		width : 48%;
	}
	.rentalWrap .rentalTrans {
		width : 48%;
	}
	.rentalWrap h3 {
		padding : 4px 8px;
	}
	.rentalWrap .image span {
		font-size : 0.9rem;
	}
}

.recruitTable {
	width : 100%;
	margin-top : 48px;
	padding : 
}
.recruitTable dl {
	display : table;
	width : 100%;
	border-bottom : 1px solid #d3d3d3;
	font-size  : 18px;
	line-height : 1.8;
}
.recruitTable dl.first {
	border-top : 1px solid #d3d3d3;
}
.recruitTable dt {
	display : table-cell;
	vertical-align : top;
	text-align: left;
	font-weight : 500;
	color : #001e74;
	width : 20%;
	max-width : 200px;
	min-width : 100px;
	padding : 18px 0 18px 0;
	letter-spacing: 6px;
}
.recruitTable dd  {
	display : table-cell;
	vertical-align : top;
	text-align: left;
	color : #001e74;
	font-weight : 400;
	width : calc(80% - 4px);
	padding : 18px 0 18px 0;
}
@media only screen and (max-width: 1450px) {
	.recruitTable {
		padding-left : 4vw !important;
		padding-right : 4vw !important;
	}
}
.changeBtn  {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	width : 100%;
	max-width : 770px;
	padding : 0 10px;
	box-sizing: border-box;
}
.changeBtn p {
	width : 31%;
}
.changeBtn p.plus {
	width : 24%;
}
.changeBtn p.clm2 {
	width : 48%;
}
.changeBtn p.changeTrans {
	width : 0;
}
.changeBtn a {
	display : block;
	width : 100%;
	height : 100%;
	text-align : center;
	padding-left : 46px;
	font-size : 14px;
	color : #404040;
	text-decoration : none;
	padding : 16px;
	border : 1px solid #b2b2b2;
	box-sizing : border-box;
    transition: all .5s;
}
.changeBtn a span {
	display : inline-block;
	vertical-align : top;
	color : #001e74;
	width : 15%;
	padding-top : 2px;
}
.changeBtn a strong {
	display : inline-block;
	vertical-align : top;
	color : #0c142b;
	font-size : 16px;
	font-weight : 700;
	width : 85%;
}
.changeBtn a em {
	display : block;
	font-size : 14px;
	color : #0c142b;
	font-weight : 300;
	font-style : normal;
}
.changeBtn a.active {
	background-color : #bfe6f5;
	color : #001e74;
}
.recInner {
	width : 100%;
	overflow : hidden;
	padding: 80px 0;
	box-sizing: border-box;
}
.miniWrapInner  {
	width : 100%;
	display : block;
	box-sizing: border-box;
	position : relative;
    transition: all .5s;
}
.infoblock  {
	width : 100%;
	display : block;
	text-align : left;
	position : absolute;
	top : 0;
	left : 0;
	padding: 0 80px;
	box-sizing: border-box;
}
.infoblock h3  {
	text-align : left;
	border-bottom : 1px solid #dcdcdc;
	padding : 0 0 12px 0px;
	margin : 0 0 60px 0;
}
.infoblock dl  {
	font-size : 1rem;
	color : #0c142b;
	text-align : left;
	border-bottom : 1px dotted #001e74;
}
.infoblock dt  {
	font-weight : bold;
	width : 15%;
	display : inline-block;
	text-align : center;
	vertical-align : top;
	margin-bottom : 20px;
	font-weight : 700;
}
.infoblock dt span {
	line-height : 1.6;
	width : 100%;
	display : inline-block;
	text-align : left;
}
.infoblock dd  {
	width : 78%;
	display : inline-block;
	text-align : left;
	vertical-align : top;
	padding-left : 4%;
	margin-bottom : 20px;
	font-weight : 400;
	line-height : 1.6;
}
.infoblock h3 span {
	display : inline-block;
	font-size : 24px;
	line-height :1.4;
	font-weight : 700;
	color : #000000;
	letter-spacing: 2px;
}
.infoblock .toFromBtn {
	width : 100%;
	padding : 40px 0 20px 0;
	text-align : center;
}
@media only screen and (max-width: 960px) {
	.recInner {
		padding: 6vw 0;
	}
	.infoblock  {
		padding: 0 6vw;
	}
	.infoblock h3  {
		padding : 0 0 8px 0px;
		margin : 0 0 6vw 0;
	}
	.infoblock dt  {
		width : 20%;
		margin-bottom : calc(1.56vw + 15.0px);
	}
	.infoblock dd  {
		width : 73%;
		margin-bottom : calc(1.56vw + 15.0px);
	}
	.infoblock h3 span {
		font-size : calc(0.78vw + 14.5px);
	}
	.infoblock .toFromBtn {
		padding : 4vw 0 2vw 0;
	}
	.changeBtn a {
		padding-left : 4em;
		font-size : calc(0.31vw + 11.0px);
		padding : 2vw;
		position : relative;
	}
	.changeBtn a strong {
		font-size : 1rem;
	}
}
@media only screen and (max-width: 640px) {
	.changeBtn  {
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
		flex-wrap : wrap;
	}
	.changeBtn p {
		margin-bottom : 10px;
	}
	.changeBtn p.changeTrans {
		width : 31%;
		height : 0;
		font-size : 0;
		margin-bottom : 0;
	}
	.changeBtn p.plus {
		width : 48%;
	}
}
@media only screen and (max-width: 480px) {
	.infoblock dt  {
		width : 100%;
		margin-bottom : calc(1.56vw + 6.0px);
	}
	.infoblock dd  {
		width : 100%;
		margin-bottom : 2vw;
	}
	.changeBtn a span {
		position : absolute;
		bottom : 0;
		left : 0;
		display : block;
		text-align : center;
		color : #001e74;
		width : 100%;
		padding-top : 2px;
	}
	.changeBtn a {
		padding-bottom: calc(5vw + 4px);
	}
	.changeBtn a.active {
		padding-bottom: calc(5vw + 4px);
	}
	.infoblock dt span {
		font-size : calc(1.25vw + 10.0px) !important;
	}
}
.overImgTitle {
	text-align : center;
	position : relative;
	top : -145px;
}
.overImgTitle img {
	width : 80%;
	max-width : 548px;
}
.voiceWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	margin : -80px auto 0 auto;
	width : 100%;
	max-width : 1200px;
	padding : 0 10px;
	box-sizing: border-box;
}
.voiceItem {
	width : 45%;
	background-color : #ffffff;
}
.voiceItem .img img {
	width : 100%;
	height : 30vw;
	max-height : 400px;
	object-fit: cover;
}
.voiceItem .comm {
	padding : 0 40px 40px 40px;
	margin-top : -40px;
	position : relative;
	z-index : 2;
}
.voiceItem .comm .hukidasi {
	color : #ffffff;
	background-color : #009ac0;
	font-size : 20px;
	font-weight : 500;
	padding : 12px 16px;
	box-sizing: border-box;
	position : relative;
}
.voiceItem .comm .hukidasi::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -11px;
	border: 12px solid transparent;
	border-top: 18px solid #009ac0;
}
.voiceItem .comm .names {
	color : #0c142b;
	font-size : 20px;
	font-weight : 500;
	padding-bottom : 12px;
	border-bottom : 1px solid #dcdcdc;
}
.voiceItem .comm .comment {
	color : #0c142b;
	font-size : 16px;
	font-weight : 400;
}
.voiceTrans {
	width : 45%;
	font-size : 0;
	height : 1px;
}
.shopWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	margin : 0px auto 0 auto;
	width : 100%;
	max-width : 1200px;
	padding : 0 10px;
	box-sizing: border-box;
}
.shopItem {
	width : 22%;
	border : 1px solid #e5e5e5;
	padding : 20px 20px 4px 20px;
	box-sizing: border-box;
}
.shopItem .shopname {
	color : #0c142b;
	font-size : 1rem;
	font-weight : 500;
	padding-bottom : 6px;
	border-bottom : 1px solid #e5e5e5;
	letter-spacing: 1px;
}
.shopItem p {
	color : #0c142b;
	font-size : 0.9rem;
	font-weight : 400;
	padding-bottom : 6px;
	letter-spacing: 1px;
}
.shopItem .shopurl {
	text-align : right;
}
.shopTrans {
	width : calc(22% + 2px);
	box-sizing: border-box;
	font-size : 0;
	height : 1px;
}
@media only screen and (max-width: 1100px) {
	.shopItem {
		width : 24%;
		padding : calc(1.03vw + 8.7px) calc(1.03vw + 8.7px) 4px calc(1.03vw + 8.7px);
	}
}
@media only screen and (max-width: 960px) {
	.voiceOuter .normalWrap {
		padding : 0 4vw;
	}
	.areaOuter .normalWrap {
		padding : 0 4vw;
	}
	.areaOuter .ubarTitle {
		width : 60vw;
	}
	.overImgTitle {
		top : -14.5vw;
	}
	.voiceWrap {
		margin : -8vw auto 0 auto;
		padding : 0;
	}
	.voiceItem {
		width : 48%;
	}
	.voiceItem .comm {
		padding : 0 4vw 4vw 4vw;
		margin-top : -4vw;
	}
	.voiceItem .comm .hukidasi {
		font-size : calc(0.94vw + 11.0px);
		padding : 1.2vw 1.6vw
	}
	.voiceItem .comm .names {
		font-size : calc(0.94vw + 11.0px);
		padding-bottom : calc(0.94vw + 3.0px);
	}
	.voiceItem .comm .comment {
		font-size : 1rem;
	}
}
@media only screen and (max-width: 820px) {
	.shopItem {
		width : 32%;
	}
}
@media only screen and (max-width: 640px) {
	.voiceOuter .normalWrap {
		padding : 0 5vw;
	}
	.voiceItem {
		width : 100%;
	}
	.voiceItem .img img {
		height : 56vw;
	}
}
@media only screen and (max-width: 620px) {
	.shopItem {
		width : 48%;
	}
	.shopItem .shopurl img {
		width : 120px;
	}
}
@media only screen and (max-width: 350px) {
	.areaOuter .normalWrap {
		padding : 0;
	}
	.shopItem {
		padding-bottom : 0;
	}
	.shopItem .shopurl img {
		width : 100px;
	}
}



.worksWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
@media only screen and (max-width: 800px) {
	.flexRev {
		display : block;
		margin-left : 0;
	}
	.flexFor {
		display : block;
		margin-right : 0;
	}
	.busiWrap .busiImg {
		width : 95%;
	}
	.busiWrap .busiImgInner img {
		width : 100%;
	}
	.busiMain .normalTitle {
		margin-left : auto;
		margin-right : auto;
		padding-left : 0;
		padding-right : 10px;
		text-align : center;
	}
}
@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;
}
@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: 400px) {
	.messageWrap .messageInner {
		padding : 56vw 0 8vw 0;
	}
	.messageWrap .messageInner div img{
		width : 180px;
	}
}

.cons_imgRight {
	position : relative;
}
.cons_imgRight .outer {
	width : 100%;
	max-width : 1724px;
	margin : 0 auto;
	padding : 0 10% 0 10px;
	box-sizing: border-box;
	position : relative;
}
.cons_imgRight .inner {
	background-color : #f5f5f5;
	padding : 50px 55% 50px 50px;
	position : relative;
	height : 24vw;
	max-height : 400px;
	box-sizing: border-box;
}
.cons_imgRight .image {
	position : absolute;
	top : -60px;
	right : 0;
}
.cons_imgLeft {
	position : relative;
}
.cons_imgLeft .outer {
	width : 100%;
	max-width : 1724px;
	margin : 0 auto;
	padding : 0 10px 0 10%;
	box-sizing: border-box;
	position : relative;
}
.cons_imgLeft .inner {
	background-color : #f5f5f5;
	padding : 50px 50px 50px 55%;
	position : relative;
	height : 24vw;
	max-height : 400px;
	box-sizing: border-box;
}
.cons_imgLeft .image {
	position : absolute;
	top : -50px;
	left : 0;
}
.consWrap img {
	width : 55vw;
	max-width : 1023px;
}
.consWrap h3 {
	display : inline-block;
	font-size : 1.2rem;
	font-weight : 500;
	line-height : 2.4;
	border : 3px solid #008eb8;
	padding : 0 24px;
}
.consWrap p {
	font-size : 1rem;
	line-height : 2.4;
}
.consWrap p.long {
	font-size : 1rem;
	line-height : 1.8;
}
@media only screen and (max-width: 1376px) {
	.cons_imgRight .inner {
		padding : 40px 58% 40px 40px;
	}
	.cons_imgLeft .inner {
		padding : 40px 40px 40px 58%;
	}
}
@media only screen and (max-width: 1320px) {
	.cons_imgRight .outer {
		padding : 0 10px 0 10px;
	}
	.cons_imgLeft .outer {
		padding : 0 10px 0 10px;
	}
	.cons_imgRight .inner {
		height : auto;
	}
	.cons_imgLeft .inner {
		height : auto;
	}
	.cons_imgLeft .image {
		top : -20px;
	}
	.cons_imgRight .image {
		top : -20px;
	}
}
@media only screen and (max-width: 800px) {
	.cons_imgRight .inner {
		padding : 5vw;
	}
	.cons_imgLeft .inner {
		padding : 5vw;
	}
	.cons_imgLeft .image {
		position : relative;
		top : 0;
		width : 100%;
		padding : 0 10px;
		box-sizing: border-box;
	}
	.cons_imgRight .image {
		position : relative;
		top : 0;
		width : 100%;
		padding : 0 10px;
		box-sizing: border-box;
	}
	.consWrap img {
		width : 100%;
		max-width : 1023px;
	}
}




.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;
}
.contSlider {
	width: 100%;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
	position : relative;
}
.contSlideInner {
	text-align: left;
	width: 100%;
	max-width: 790px;
}
.contSlideInner .image {
	font-size: 0;
	width : 100%;
	height : 60vw;
	max-height : 537px;
	position : relative;
}
.contSlideInner .image img {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 60vw;
	max-height : 537px;
	object-fit: cover;
}
.contSlideInner .image span {
	display : block;
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 60vw;
	max-height : 537px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.contSlideInner .comm {
	width: 100%;
	max-width: 790px;
	text-align: left;
	background-color: #ffffff;
	padding: 26px 36px 80px 36px;
	font-size: 0;
	box-sizing: border-box;
}
.contSlideInner .comm .check {
	font-size: 24px;
	line-height: 1.0;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 20px;
	color: #000000;
	border-bottom: 6px solid #000000;
}
.contSlideInner .comm p {
	font-size: 16px;
	color: #000000;
}
.feed-prev-btn {
	background-image: url(../img/pref.png);
	transition: 0.4s;
	left : -40px;
	z-index : 99;
}
.feed-next-btn {
	background-image: url(../img/next.png);
	transition: 0.4s;
	right : -40px;
	z-index : 99;
}
.feed-prev-btn:hover {
	opacity : 0.7;
}
.feed-next-btn:hover {
	opacity : 0.7;
}
.feed-prev-btn .bx-prev {
	opacity: 0;
	display: block;
}
.feed-next-btn .bx-next {
	opacity: 0;
	display: block;
}
.navi-btn {
	width: 78px;
	height: 78px;
	position : absolute;
	top : 380px;
}
.navi-btn a {
	display : block;
	height : 100%;
}

.co_feed-prev-btn {
	background-image: url(../img/prev_b.png);
	transition: 0.4s;
	z-index : 99;
}
.co_feed-next-btn {
	background-image: url(../img/next_b.png);
	transition: 0.4s;
	z-index : 99;
}
.co_feed-prev-btn:hover {
	opacity : 0.7;
}
.co_feed-next-btn:hover {
	opacity : 0.7;
}
.co_feed-prev-btn .bx-prev {
	opacity: 0;
	display: block;
}
.co_feed-next-btn .bx-next {
	opacity: 0;
	display: block;
}
.co-btn {
	position : relative;
	display : inline-block;
	width: 50px;
	height: 50px;
}
.co-btn a {
	display : block;
	height : 100%;
}
.rc_feed-prev-btn {
	background-image: url(../img/prev_w.png);
	transition: 0.4s;
	z-index : 99;
}
.rc_feed-next-btn {
	background-image: url(../img/next_w.png);
	transition: 0.4s;
	z-index : 99;
}
.rc_feed-prev-btn:hover {
	opacity : 0.7;
}
.rc_feed-next-btn:hover {
	opacity : 0.7;
}
.rc_feed-prev-btn .bx-prev {
	opacity: 0;
	display: block;
}
.rc_feed-next-btn .bx-next {
	opacity: 0;
	display: block;
}
.co-btn {
	position : relative;
	display : inline-block;
	width: 50px;
	height: 50px;
}
.co-btn a {
	display : block;
	height : 100%;
}
.rc-btn {
	position : relative;
	display : inline-block;
	width: 50px;
	height: 50px;
}
.rc-btn a {
	display : block;
	height : 100%;
}

.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: 640px) {
	.mgb02 {
		padding-bottom: calc(4vw + 8px);
	}
	.map iframe {
		height : 400px;
	}
}

.compWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	position: relative;
	padding: 80px 0;
}
.compWrap.flexrev {
	flex-direction: row-reverse; 
}
.smp_compTitle {
	display: none;
}
.compImg {
	position: relative;
	width: 65%;
	z-index: 2;
}
.compImgInner {
	position: relative;
}
.co_img .compImgInner {
	padding-left : 26px;
}
.compImgInnerRec {
	position: relative;
}
.compImg img {
	width: 100%;
}
.compImgRec img {
	width: 100%;
}
.compMain {
	position: relative;
	z-index: 3;
}
.compMain.rc_main .imageTitle img {
	width: 100%;
	max-width : 548px;
}
.compMain.rc_main {
	padding-left : 40px;
	width: 35%;
}
.compMain.co_main .imageTitle img {
	width: 100%;
	max-width : 548px;
}
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;
}
.pdl20 {
	padding-left : 20px;
}
.pdr20 {
	padding-right : 20px;
}
.rc_main .imageTitle {
	margin-top : -30px;
}
.co_main .imageTitle {
	margin-top : -10px;
}
.compMain .word {
	font-size: 14px;
	line-height: 2.0;
}
.co_main {
	display: inline-block;
	max-width: 515px;
	margin-left: auto;
	width: 35%;
}
.co_main .word {
	color: #ffffff;
	width: 80%;
	padding-left : 5%;
}
.co_main .co_btn {
	padding-left : 5%;
}
.rc_main .word {
	color: #ffffff;
	width: 70%;
}

.workbtn {
	display: inline-block;
	width: 300px;
	text-align: center;
	padding: 0 0 0 0;
	font-size: 18px;
	font-weight : 500;
	line-height: 60px;
	color: #194a08;
	background: url(../img/wb_back.png) repeat-x 0 0;
	transition: 0.4s;
	position: relative;
	border-top : 6px solid #bdcdbb;
	text-decoration: none;
}
.moreRev_w::after {
	position: absolute;
	content: ">";
	top: 26%;
	right: 12px;
	font-size: 32px;
	font-weight : 300;
	line-height: 1.0;
	color: #ffffff;
	font-family: 'Arsenal', sans-serif;
}

.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 .word {
		font-size : calc(0.54vw + 8.1px);
		line-height: 1.8;
	}
	.co_main .word {
		margin-top : 1vw;
	}
	.rc_main .word {
		margin-top : 1vw;
	}
}
@media only screen and (max-width: 1240px) {
	h2.normalTitleLeft {
		font-size: 26px;
	}
	.leftWord {
		font-size: 14px;
		margin-top: 2vw;
	}
	.blueback_l .normalWrap {
		padding : 0 4vw 0 8vw;
	}
	.blueback_r .normalWrap {
		padding : 0 8vw 0 8vw;
	}
	.compMain .check {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.compMain .buttons {
		margin-top: 2vw;
	}
	.compMain .word {
		font-size : calc(0.54vw + 8.1px);
		line-height: 1.8;
		width : 84%;
		margin-top : 0vw;
	}
	.co_main .imageTitle {
		margin-top: -4vw;
		padding-bottom : 2vw;
	}
	.co_img .compImgInner {
		padding-left : 0px;
	}
	.moreRev_w {
		width: 200px;
		font-size: 14px;
		line-height: 50px;
	}
	.moreRev_w::after {
		top: 24%;
	}
}
@media only screen and (max-width: 960px) {
	.compWrap {
		padding: 8vw 0;
	}
	.compImg.rc_img {
		width: 60%;
	}
	.compImg.co_img {
		width: 62.8%;
	}
	.compMain {
		width: 45%;
	}
	.compImg img {
		width: 100%;
		height : 30vw;
		object-fit: cover;
	}
	.compMain.rc_main {
		padding-left : 0;
		padding-right : 0;
		box-sizing: border-box;
	}
	.compMain.co_main {
		padding-left : 0;
		padding-right : 0;
		box-sizing: border-box;
		width: 38%;
		margin-left : -2vw;
	}

}
@media only screen and (max-width: 760px) {
	.compMain .addArrow_w {
		font-size : 12px;
		line-height : 1.0;
		padding : 12px 38px 14px 38px;
		letter-spacing: 0px;
	}
	.compMain .addArrow_w::after {
		top : 16px;
		right : 10px;
		width: 8px;
		height: 8px;
		margin: 0 10px;
	}
}
@media only screen and (max-width: 640px) {
	.blueback_l .normalWrap {
		padding: 0 0 0 10vw;
	}
	.compWrap {
		display : block;
	}
	.compImg.rc_img {
		width: 100%;
	}
	.compImg.co_img {
		width: 100%;
	}
	.compMain.rc_main {
		width: 90%;
		padding-left : 10%;
	}
	.compMain.co_main {
		width: 90%;
	}
	.compImg img {
		height : 70vw;
	}
	.compMain .imageTitle img {
		width: 80%;
		max-width: 548px;
	}
	.rc_main .imageTitle {
		text-align : center;
		margin-top: -20vw;
	}
	.co_main .imageTitle {
		text-align : center;
		margin-top: -20vw;
	}
	.compMain.rc_main .word {
		font-size : calc(0.94vw + 10.0px);
		line-height: 1.8;
		padding-top : 4vw;
		width : 90%;
	}
	.compMain.co_main .word {
		font-size : calc(0.94vw + 10.0px);
		line-height: 1.8;
		padding-top : 4vw;
	}
}
@media only screen and (max-width: 480px) {
	.blueback_r .normalWrap {
		padding : 0 10vw 0 0;
	}
	.compMain {
		width: 85%;
	}
	.compMain.rc_main {
		padding-left: 10vw;
	}
	.compMain.co_main {
		width: 90%;
		padding-left: 8vw;
	}
}
@media only screen and (max-width: 400px) {
	.blueback_r .normalWrap {
		padding : 0 10vw 0 0;
	}
	.compMain {
		width: 80%;
	}
	.moreRev_w {
		width: 180px;
		font-size: 14px;
		line-height: 48px;
	}
	.moreRev_w::after {
		top: 28%;
		font-size: 20px;
	}
	.workbtn {
		width: 260px;
		font-size: 16px;
		line-height: 52px;
	}
	.compMainRec {
		padding : 6vw 3vw 6vw 4vw;
	}
	.compMain.co_main {
		width: 90%;
		padding-left: 8vw;
	}
}

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

/* 施工実績詳細 */

.detailWrap {
	width : 100%;
	max-width : 824px;
	padding-top : 60px;
}
.detailWrap .detailTitle {
	font-size : 36px;
	font-weight : 500;
	color : #8f8f8f;
	position : relative;
}
.detailWrap .detailTitle::after {
	content : "";
	display : block;
	width : 1px;
	height : 56px;
	font-size : 0;
	margin : 12px auto 0 auto;
	border-left : 2px solid #389757;
}
.detailWrap .photoWrap {
	
}
.detailWrap .photoMain {
	
}
.detailWrap .photoMain img {
	width : 100%;
	height : 62vw;
	max-height : 560px;
	object-fit: contain;
}
.detailWrap .photoThumb {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
    list-style: none;
}
.detailWrap .photoThumb img {
	
}
.detailWrap .sizeWrap {
	background-color : #ececec;
	padding : 32px 45px 12px 45px;
	box-sizing: border-box;
}
.detailWrap .sizeTable {
	display : table;
	border-collapse: collapse;
	width : 100%;
	font-size : 1rem;
	color : #797979;
	font-weight : 500;
	margin-bottom : 20px;
}
.detailWrap .sizeTable dt {
	display : table-cell;
	vertical-align: top;
	font-size : 1rem;
	color : #797979;
	width : 25%;
	padding : 16px 10px 16px 24px;
	box-sizing: border-box;
	background-color : #ffffff;
	border-right : 2px solid #ececec;
	position : relative;
}
.detailWrap .sizeTable dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #329d58 transparent transparent transparent;
  z-index: 10;
}
.detailWrap .sizeTable dd {
	display : table-cell;
	vertical-align: top;
	font-size : 1rem;
	color : #797979;
	width : 75%;
	padding : 16px 10px 16px 24px;
	box-sizing: border-box;
	background-color : #ffffff;
}
.photoThumb > li {
    width: 22.5%;
}
.photoThumb > li > a {
    display: block;
    position: relative;
    padding-top: 75%;
	opacity : 0.7;
	transition: 0.3s;
}
.photoThumb > li > a.active {
    opacity : 1.0;
}
.photoThumb > li > a > img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
	height : 15vw;
	max-height : 120px;
	object-fit: cover;
}
.photoThumb > li > a > span {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
	height : 15vw;
	max-height : 120px;
	display : block;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.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 : 0.9rem;
	color : #4d4d4d;
	font-weight : 300;
	margin-bottom : 24px;
	padding-bottom : 8px;
	border-bottom : 2px solid #8c939d;
}
.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 : #001e74;
	background-color : #ffffff;
	border : 1px solid #001e74;
	text-align : center;
	padding : 20px 0 24px 0;
	position : relative;
}
.progress .step li.n_arrow::after {
	content : "";
	position : absolute;
	top : 30px;
	right : -48px;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border-top: 2px solid #0b152b;
	border-right: 2px solid #0b152b;
	transform: rotate(45deg);
}
.progress .step li span {
	font-weight : bold;
}
.progress .step li.is-current {
	color : #ffffff;
	background-color : #001e74;
}
.contactForm dl {
	display : table;
	width : 100%;
	border-collapse: collapse;
	table-layout : fixed;
	border-bottom : 2px solid #e2e2e2;
	word-wrap: break-word;
}
.contactForm dl.first {
	border-top : 2px solid #e2e2e2;
}
.contactForm dt {
	display : table-cell;
	vertical-align: top;
	font-size : 1rem;
	color : #001e74;
	font-weight : 500;
	width : 20%;
	padding : 30px 24px 18px 0;
	text-align : left;
}
.contactForm dt p {
	position : relative;
}
.contactForm dd {
	display : table-cell;
	vertical-align: top;
	font-size : 1rem;
	color : #001e74;
	font-weight : 400;
	width : 80%;
	padding : 24px 0 24px 24px;
	word-wrap: break-word;
}
.contactForm dd label {
	display : inline-block;
	font-size : 0.85rem;
	width : 10em;
	color : #000000;
	border : 1px solid #aaaaaa;
	border-radius : 6px;
	padding : 8px;
	margin-right : 10px;
	margin-bottom : 6px;
}
.contactForm dd label input {
	display : inline-block;
	margin-right : 10px;
}
.contactForm dt span  {
	position : absolute;
	top : 0px;
	right : 10px;
	display : inline-block;
	padding : 4px 16px 6px 16px;
	font-size : 1rem;
	color : #ffffff;
	font-weight : bold;
	line-height : 1.0;
	background-color : #ff0000;
	border-radius : 6px;
}
.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;
	color : #000000;
	text-align : center;
	margin-bottom : 36px;
}
.privWrap h4 {
	font-size : 1.15rem;
	font-weight : 700;
	color : #000000;
	margin-top : 24px;
}
.privWrap p {
	font-size : 1rem;
	font-weight : 400;
	color : #000000;
}
.privWrap dt {
	display : inline-block;
	vertical-align: top;
	width : 20px;
	font-size : 1rem;
	font-weight : 400;
	color : #000000;
}
.privWrap dd {
	display : inline-block;
	vertical-align: top;
	width : calc(100% - 30px);
	font-size : 1rem;
	font-weight : 400;
	color : #000000;
}
.progress .step span {
	display : inline-block;;
	margin-right : 12px;
}
@media only screen and (max-width: 1200px) {
	.contactWrap h2 {
		font-size : calc(2.05vw + 11.4px);
		margin-bottom : 3.4vw;
	}
	.contactWrap p {
		font-size : calc(0.34vw + 11.9px);
	}
	.contactWrap p strong {
		font-size : calc(0.91vw + 13.1px);
	}
	.contactWrap p a {
		font-size : calc(0.68vw + 11.8px);
	}
	.progress .step li.n_arrow::after {
		right : calc(-3vw - 10px);
	}
}
@media only screen and (max-width: 860px) {
	.contactForm dt span  {
		top : 0px;
		right : -14px;
		font-size : 13px;
	}
}
@media only screen and (max-width: 800px) {
	.contactWrap  {
		width: calc(100% - 8vw);
		padding : 20px 4vw;
	}
	.contactWrap h3 {
		padding-bottom : 12px;
		margin-bottom : 40px;
	}
	.contactWrap h3 strong {
		font-size : 28px;
		padding-top : 6px;
	}
	.contactWrap .comm p {
		font-size : 18px;
		color : #000000;
		line-height : 1.8;
	}
	.compBottom  {
		margin-bottom : 12vw;
	}
	.contactForm dt span  {
		right : 6px;
	}
	.contactWrap dt {
		padding : 30px 50px 10px 0;
	}
	.contactForm dl {
		display : block;
	}
	.contactForm dl.first {
		border-top : 1px solid #000000;
	}
	.contactForm dt {
		display : block;
		width : 100%;
		padding : 10px 20px;
		border-left : 1px solid #000000;
		border-right : 1px solid #000000;
		text-align : left;
		box-sizing: border-box;
	}
	.contactForm dd {
		display : block;
		width : 100%;
		padding : 10px 20px;
		border-left : 1px solid #000000;
		border-right : 1px solid #000000;
		box-sizing: border-box;
	}
	.privWrap  {
		padding : 3vw;
		font-size : 1rem;
	}
}
@media only screen and (max-width: 680px) {
	.contactWrap dl {
		display : block;
		width : 100%;
		margin-bottom : 0px;
	}
	.contactWrap dt {
		display : block;
		width : calc(100% - 20px);
		padding : 10px;
		border-top : 1px solid #f9f9f9;
		text-align : left;
	}
	.contactWrap dd {
		display : block;
		width : calc(100% - 22px);
		padding : 10px;
		border-bottom : 1px solid #e5e8ed;
	}
	.contactForm dt span  {
		top : -3px;
	}
	.progress .step span {
		display : block;
		margin-right : 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 {
		padding : 10px 3vw;
	}
	.contactForm dd {
		padding : 10px 3vw;
	}
	.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.n_arrow::after {
		right : calc(-3vw - 12px);
	}
}

.prev90 {
	position : relative;
	z-index : 95;
}
.rightTab {
	position : fixed;
	top : calc(120px + 20vh);
	right : 0;
	width : 58px;
	z-index : 96;
}
.rightTab a {
	display : block;
	width : 100%;
	text-align : center;
	font-size : 1.1rem;
	font-weight : 600;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: flex;
	align-items: center;
}
.rightTab a.p01 {
	display : none;
	background-color : #001e74;
	color : #ffffff;
	padding : 24px 0;
}
.rightTab a.p02 {
	background-color : #06c655;
	color : #ffffff;
	padding : 24px 0;
}
.rightTab a.p02 span {
	padding-top : 12px;
}
.rightTab a.p01::before {
	content : "";
	display : inline-block;
	background : url(../img/free_d.png) no-repeat left center;
	width : 20px;
	height : 20px;
	background-size : 20px;
	margin: 0px 6px 0 0;
	position: relative;
 	top: 4px;
}
.rightTab a.p02::before {
	content : "";
	display : inline-block;
	background : url(../img/linelogo.png) no-repeat left center;
	width : 26px;
	height : 20px;
	background-size : 26px;
	margin: 0 2px 0 0;
	position: relative;
 	top: 4px;
}
@media only screen and (max-width: 800px) {
	.rightTab {
		top : auto;
		bottom : 0;
		right : 0;
		width : 100%;
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
		border-top : 1px solid #ffffff;
		z-index : 96;
	}
	.rightTab a {
		width : 100%;
		writing-mode : horizontal-tb;
		display: block;
	}
	.rightTab a.p01 {
		display : block;
		padding : 8px 0 14px 0;
	}
	.rightTab a.p02 {
		padding : 8px 0 14px 0;
	}
	.rightTab a.p02 span {
		padding-top : 0px;
	}
}

/*お問い合わせ*/

.formTable option  {
	font-size : 14px;
	padding : 3px;
}
.formTable select  {
	font-size : 14px;
	padding : 3px;
}
.formBtn  {
	margin-bottom : 80px;
}
.form-field {
	border-style : none;
	background: #f5f5f7;
	color : #000000;
	padding : 8px 16px;
	font-size : 16px;
	width: calc(100% - 80px);
	border-radius : 6px;
}
.form-name {
	border-style : none;
	background: #f5f5f7;
	color : #000000;
	padding : 8px 16px;
	font-size : 16px;
	width: calc(70% - 80px);
	max-width: 300px;
}
.form-long {
	border: 1px solid #ababab;
	background: #ffffff;
	color : #333333;
	padding : 6px;
	font-size : 16px;
	width: calc(80% - 80px);
}
.inputarea1  {
	border: 1px solid #ababab;
	color : #333333;
	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;
}
.submit-container {
	width: 240px;
	text-align: center;
	position : relative;
}
.submit-button {
	width: 240px;
	color: #FFF;
	border : none;
	padding: 16px 0 18px 0;
	font-size : 16px;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	cursor : pointer;
	background-color : #bfbfbf;
	position : relative;
}
.submit-container::after {
	content : "";
	position : absolute;
	top : 23px;
	right : 16px;
	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;
	color : #001e74;
}
.contactTop dl dt::after {
	content : "";
	display : block;
	border-left : 2px solid #001e74;
	width : 1px;
	height : 60px;
	margin : 20px auto;
}
.contactTop dl dd {
	font-size : 1rem;
	font-weight : 400;
	color : #001e74;
	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;
	color : #001e74;
}
.topTelWrap a {
	font-size : 80px;
	font-weight : bold;
	color : #001e74;
}
.topTelWrap span {
	display : block;
	font-size : 1rem;
	font-weight : 300;
	color : #001e74;
}
.pp-container  {
	margin : 32px 0 12px 0;
	text-align : left;
	color : #000000;
	background-color : #f0f0f0;
	padding : 16px;
}
.pp-container h4 {
	font-size : 16px;
	text-align : center;
	margin-bottom : 16px;
	color : #000000;
}
.pp-container p {
	font-size : 14px;
	text-align : left;
	margin-bottom : 16px;
	color : #000000;
}
.pp-container a {
	display : block;
	font-size : 13px;
	text-align : left;
}
.pp-check  {
	text-align : center;
	font-size : 16px;
	font-weight : 500;
	color : #000000;
	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-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 {
		width: 100%;
		text-align: center;
		position : relative;
	}
	.submit-button {
		width: 94%;
		padding: 14px 0 16px 0;
		font-size : 16px;
	}
}

/* フッター包括---------------------------*/
.map {
	font-size : 0;
}
footer {
	position: relative;
	z-index: 3;
	background-color: #f4f4f4;
	padding-bottom : 200px;
	padding-top : 90px;
}
.mgt0 {
	margin-top: 0 !important;
	padding: 0 !important;
}
.footMenu {
	width : 100%;
	max-width : 640px;
	margin : 0 auto;
}
.footMenu ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.footMenu ul a {
	font-size : 0.9rem;
	color : #001e74;
	font-weight : 700;
	transition: 0.3s;
}
.footAdders p {
	color : #404040;
	font-size : 0.9ren;
	font-weight : 400;
	line-height : 1.7;
	text-align : center;
}
.footEig a {
	display : block;
	width : 160px;
	font-size : 14px;
	line-height : 48px;
	text-align : center;
	color : #ffffff;
	background-color : #404040;
	margin : 0 auto;
	transition: 0.3s;
}
.footMenu ul a:hover {
	color : #000000;
}
.footEig a:hover {
	background-color : #000000;
}
.footTels {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.footTels {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.footTels a {
	display : inline-block;
	border : 2px solid #ffffff;
	padding : 8px 20px 10px 20px;
	font-size : 20px;
	font-weight : 500;
	color : #ffffff;
	margin : 0 16px;
	letter-spacing: 2px;
}
.footTels span {
	display : inline-block;
	border : 2px solid #ffffff;
	padding : 8px 20px 10px 20px;
	font-size : 20px;
	font-weight : 500;
	color : #ffffff;
	margin : 0 16px;
	letter-spacing: 2px;
}
.footSns {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.footSns a {
	display : inline-block;
	margin : 0 12px;
}
.footSns img {
	height : 22px;
}
.copyright {
	text-align: center;
	font-size: 13px;
	font-weight : 400;
	color: #404040;
	padding: 60px 0 40px 0;
}
.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;
}
.footEig br {
	display : none;
}
@media only screen and (max-width: 1060px) {
	.footMenu a {
		font-size: 13px;
		padding: 0 14px;
	}
}
@media only screen and (max-width: 640px) {
	.footMenu {
		display : none;
	}
	.footlogo img {
		width : 60%;
		max-width : 269px;
	}
	.footAdders {
		padding : 4vw;
		text-align : center;
	}
	.footAdders p {
		font-size : calc(0.62vw + 10.0px);
	}
	.footEig br {
		display : block;
	}
	.footTels a {
		padding : 6px 2vw 8px 2vw;
		font-size : calc(0.62vw + 12.0px);
		margin : 0 6px;
		color : #ffffff;
		letter-spacing: 0px;
	}
	.footTels span {
		padding : 6px 2vw 8px 2vw;
		font-size : calc(0.62vw + 12.0px);
		margin : 0 6px;
		color : #ffffff;
		letter-spacing: 0px;
	}
	.footSns {
		padding-top : 16px;
	}
	.copyright {
		font-size : calc(1.25vw + 6.0px);
		padding: 6vw 0 calc(4vw + 48px) 0;
	}
}

/* 管理画面フッター */
#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 : 50px;
    right: 2px;
    z-index: 99;
	text-align : center;
    width : 64px;
	cursor : pointer;
}
.wrapPageTopPc p {
    text-align : center;
	background-color : #000000;
	font-size : 16px;
	font-weight : bold;
	color : #ffffff;
	border : 2px solid #000000;
	border-radius : 14px;
	line-height : 1.4;
	padding : 8px 0 7px 0;
	transition: 0.4s;
}
.wrapPageTopPc p span {
	display : block;
	font-size : 16px;
}
.wrapPageTopPc p:hover {
	background-color : #ffffff;
	color : #000000;
}

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