@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: 'Kiwi Maru', 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;
}

#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 {
	background : #ffffff url(../img/back.jpg) repeat 0 0;
}

/* -------------------------------------------------------------------
 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: relative;
	width: 100%;
	z-index: 99;
	overflow : hidden;
}
#wrapHeaderTop.top {
	height : 416px;
}
#wrapHeaderTop.sub {
	height : 416px;
	background : url(../img/back.jpg) repeat top center;
}
@media only screen and (min-width: 1920px) {
	#wrapHeaderTop.sub {
		background : url(../img/back.jpg) repeat top center;
	}
}
@media only screen and (max-width: 1400px) {
	#wrapHeaderTop.sub {
		height : calc(26vw + 100px);
	}
}
.headMenuInner {
	width : 100%;
	position : relative;
}
#wrapHeaderTop .headLogo {
	margin: 0;
	padding: 0;
	line-height : 1;
	z-index: 12;
	transition: 0.3s;
}
.headLogo img {
	width: 220px;
}
.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;
	margin: 0 auto;
	/*height : calc(24vw + 50px);*/
	height: 416px;
	z-index: 10;
	background : url(../img/back.jpg) no-repeat top center;
}
#wrapHeaderTop #header.pannel {
	background : transparent url(../img/head_back.png) no-repeat top center;
	background-size: 100% 416px;
}
@media only screen and (max-width: 1920px) {
	#wrapHeaderTop #header.pannel {
		background : transparent url(../img/head_back.png) no-repeat top center;
		background-size: auto;
	}
	#wrapHeaderTop.top {
		height : calc(20vw + 50px);
		max-height: 416px;
	}
	#wrapHeaderTop #header {
		height : calc(20vw + 50px);
		max-height: 416px;
	}
}
@media only screen and (max-width: 1160px) {
	#wrapHeaderTop #header.pannel {
		background-size : 160%;
	}
}
@media only screen and (max-width: 640px) {
	#wrapHeaderTop #header.pannel {
		background-size : 180%;
	}
}
#smp_header {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 68px;
	text-align: right;
	padding-top: 6px;
	background-color: #ffffff;
	z-index: 10;
}
.pc_headline {
	display: block;
	width : 100%;
	height : 328px;
}
.smp_headline {
	display: none;
}
.headMenu {
	position: relative;
	text-align: center;
	z-index: 9;
}
.headMenu ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
	width : 804px;
	margin : 0 auto;
	position: relative;
}
.headMenu li {
	display: block;
	color: #ffffff;
	font-size: 16px;
}
.headMenu li.pdt110k {
	padding-top : 110px;
	width : 146px;
}
.headMenu li a.overline {
	color: #cd1d41;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	text-align : center;
	line-height: 1.0;
	position: relative;
	transition: .3s;
}
.headMenu li p {
	color: #cd1d41;
}
.headMenu li a.overline img {
	transition: .5s ;
	transform: rotateX( 0deg ) ;
}
.headMenu .ichigo {
	position : absolute;
	top : 0;
	height : 328px;
}
.headMenu .ichigo img {
	height : 328px;
}
.headMenu .ichigo.left {
	left : calc(50% - 960px);
	width : 486px;
}
.headMenu .ichigo.right {
	right : calc(50% - 960px);
	width : 488px;
}
@media only screen and (min-width: 1920px) {
	.headMenu .ichigo.left {
		left : 0;
		width : 486px;
	}
	.headMenu .ichigo.right {
		right : 0;
		width : 488px;
	}
}
.headMenu li a.overline::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #ffffff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.headMenu li a.overline:hover {
	color : #e1e1e1;
}
.headMenu li a:hover::after {
	width: 60%;
}
.headMenu li a.overline:hover img {
	transform: rotateX( 360deg ) ;
}

.headInqu {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	width: 200px;
	height: 100px;
}

.headInqu a {
	display: block;
	text-align: center;
	width: 100%;
	height: 64px;
	padding: 36px 0 0 18px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background: #000000 url(../img/mail_mark.png) no-repeat center left 30px;
	transition: .5s;
}

.headInqu a:hover {
	background-color: #757575;
}

.headTel {
	display: block;
	position: absolute;
	top: 24px;
	right: 10px;
	z-index: 9;
	width: 120px;
	text-align: right;
}

.headTel a {
	display: inline-block;
	margin: 0 6px;
}

.headTel span {
	display: inline-block;
	text-align: left;
	width: calc(100% - 40px);
	height: 32px;
	line-height: 1.0;
	padding-top: 5px;
	padding-left: 40px;
	font-weight: 500;
	font-size: 24px;
	color: #010101;
	text-decoration: none;
	background: url(../img/tel_mark.png) no-repeat left top 3px;
	transition: .5s;
	vertical-align: top;
}
.open_headline {
	position : fixed;
	top : -100px;;
	left : 0;
	width : 100%;
	height : 72px;
	background-color : #ffffff;
	z-index : 50;
	transition: 0.5s;
}
.open_headline.active {
	top : 0px;;
}
.open_headInner {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.open_headMenu {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: center;
}
.open_headMenu li a {
	font-size : 16px;
	font-weight : 500;
	color : #cd1d41;
	display : inline-block;
	margin : 0 24px;
}
.open_headSnsWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: center;
}
.open_headSns {
	margin : 3px 10px 0 10px;
}
.open_headSns img {
	width : 55px;
}

.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: 12px;
	left: 20px;
	width: 22px;
	height: 20px;
	transition: all .4s;
}
*/
.smp_headline .menu-trigger {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	transition: all .4s;
	border : 2px solid #ffffff;
	background-color : #cd1d41;
	border-radius : 50%;
}
.smp_headline .menu-trigger span {
	position: absolute;
	left: calc(50% - 10px);
	width: 20px;
	height: 3px;
	background-color: #ffffff;
	transition: all .4s;
}
.smp_headline .menu-trigger span:nth-of-type(1) {
	top: 17px;
}
.smp_headline .menu-trigger span:nth-of-type(2) {
	top: 24px;
}
.smp_headline .menu-trigger span:nth-of-type(3) {
	top: 31px;
}
.menu-trigger.is-open {
	border : 2px solid #cd1d41;
	background-color : #ffffff;
}
.menu-trigger.is-open span {
	background-color: #cd1d41;
}
.menu-trigger.is-open span:nth-of-type(1) {
	width: 45%;
	-webkit-transform: translate3d(-2px, 7px, 0) rotate(45deg);
	transform: translate3d(-2px, 7px, 0) rotate(45deg);
}
.menu-trigger.is-open span:nth-of-type(2) {
	width: 45%;
	-webkit-transform: translate3d(-2px, 0, 0) rotate(-45deg);
	transform: translate3d(-2px, 0, 0) rotate(-45deg);
}
.menu-trigger.is-open span:nth-of-type(3) {
	width: 45%;
	-webkit-transform: translate3d(0px, -8.5px, 0) rotate(45deg);
	transform: translate3d(0px, -8.5px, 0) rotate(45deg);
	opacity : 0;
}
.cp_overLeft {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 20;
}
.smplink {
	display :  none;
}

@media only screen and (max-width: 1160px) {
	.headLogo img {
		width: 18vw;
	}
	.pc_headline {
		height : 218px;
	}
	.smp_headline {
		display: none;
	}
	.headMenu {
		position: relative;
		text-align: center;
		z-index: 9;
	}
	.headMenu li {
		display: block;
		color: #ffffff;
		font-size: 16px;
	}
	.headMenu li.pdt110k {
		padding-top : 8vw;
		width : 12vw;
	}
	.headMenu li a.overline {
		font-size: 1rem;
	}
	.headMenu li p {
		color: #cd1d41;
	}
	.headMenu li a.overline img {
		transition: .5s ;
		transform: rotateX( 0deg ) ;
	}
	.headMenu .ichigo {
		position : absolute;
		top : 0;
		height : 22vw
	}
	.headMenu .ichigo img {
		height : 22vw;
	}
	.headMenu .ichigo.left {
		left : calc(50% - 68vw);
		width : auto;
	}
	.headMenu .ichigo.right {
		right : calc(50% - 68vw);
		width : auto;
	}
	.headMenu li a.overline::after {
		position: absolute;
		bottom: -10px;
		left: 50%;
		content: '';
		width: 0;
		height: 2px;
		background-color: #ffffff;
		transition: .3s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.headMenu li a.overline:hover {
		color : #e1e1e1;
	}
	.headMenu li a:hover::after {
		width: 60%;
	}
	.headMenu li a.overline:hover img {
		transform: rotateX( 360deg ) ;
	}
	.headInqu a:hover {
		background-color: #757575;
	}
	.open_headline {
		position : fixed;
		top : -100px;;
		left : 0;
		width : 100%;
		height : 72px;
		background-color : #ffffff;
		z-index : 99;
		transition: 0.5s;
	}
	.open_headline.active {
		top : 0px;;
	}
	.open_headInner {
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
	}
	.open_headMenu {
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
		align-items: center;
	}
	.open_headMenu li a {
		font-size : 1rem;
		font-weight : 500;
		color : #cd1d41;
		display : inline-block;
		margin : 0 1.2vw;
	}
	.open_headSnsWrap {
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
		align-items: center;
	}
	.open_headSns {
		margin : 3px 1vw 0 1vw;
	}
	.open_headSns img {
		width : 32px;
	}
}
@media only screen and (max-width: 960px) {
	.headMenu li.pdt110k {
		padding-top : 6vw;
	}
}
@media only screen and (max-width: 800px) {
	.headMenu ul {
		width : auto;
	}
	.headMenu li.pdt110k {
		display : none;
	}
	#smp_header {
		display: block;
	}
	.headMenu .ichigo.left {
		left : calc(50% - 56vw);
		width : auto;
	}
	.headMenu .ichigo.right {
		right : calc(50% - 56vw);
		width : auto;
	}
}
@media only screen and (max-width: 480px) {
	.headLogo img {
		width: 24vw;
	}
	#wrapHeaderTop #header.pannel {
		background-size: 200%;
	}
	.headMenu .ichigo img {
		height : 28vw;
	}
	.headMenu .ichigo.left {
		left : calc(50% - 60vw);
		width : auto;
	}
	.headMenu .ichigo.right {
		right : calc(50% - 60vw);
		width : auto;
	}
}

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

.smp_centerbtn {
	display: none;
}

.pc_topimg {
	display: inline;
}

.smp_topimg {
	display: none;
}

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

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

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

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

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

.smp_headInqu a img {
	position: relative;
	height: 16px;
	margin-right: 8px;
	top: 2px;
}
.smp_headSnsWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.smp_headSns  {
	text-align : center;
	padding : 12px 0;
}
.smp_headSns a {
	display : inline-block;
	margin : 0 16px;
}
@media only screen and (max-width: 800px) {
	.open_headline {
		display : none;
	}
	.slide img {
		width: 100%;
		height: 60vw;
		object-fit: cover;
	}
	.pc_topimg {
		display: none;
	}
	.smp_topimg {
		display: inline;
	}
	.smp_headline {
		display: block;
		position: fixed;
		width: 100%;
		max-width: 100vw;
		height: 68px;
		top: 0;
		left: 0;
		box-sizing: border-box;
		transition: .5s;
		z-index : 99;
	}
	.smp_menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 68px;
		height: 68px;
		text-align: center;
		z-index: 90;
	}
	.smp_menu p {
		display: block;
		position: absolute;
		top: 34px;
		left: 0;
		width: 68px;
		text-align: center;
		color: #ffffff;
		font-weight: 300;
		font-size: 12px;
	}
	.smp_headline .innerSmpTels h3 {
		margin-bottom: 8px;
	}
	.innerSmpTels {
		position: absolute;
		width: 100%;
		top: 0px;
		right: -100vw;
		z-index: 80;
		margin-bottom: 6px;
		background-color: #ffffff;
		transition: .5s;
	}
	.innerSmpTels .menu-inner {
		height : 480px;
		overflow : auto;
		padding-bottom : 30px;
	}
	.innerSmpTels ul {
		margin-top : 60px;
	}
	.innerSmpTels li {
		text-align : center;
	}
	.innerSmpTels li a {
		text-decoration: none;
		display: block;
		width: calc(100% - 12px);
		padding: 12px 0;
		text-align : center;
	}
	.innerSmpTels li a p {
		display : block;
		text-align : center;
	}
	.innerSmpTels li a span {
		font-size: 1.1rem;
		color: #cd1d41;
		display : block;
	}
	.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;
	}
	.headMenuInner {
		z-index: 100;
		height: 60px;
	}
	.headMenuInner.sub {
		height: auto;
	}
	.wrapContents {
		padding-top: 60px;
	}
	.smp_headSns img {
		width : 40px;
	}
}

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

	#s_points {
		display: block;
	}
}

@media only screen and (max-width: 400px) {
	.headLogo {
		top: 6px;
	}

	.slide img {
		width: 100%;
		height: 63vw;
	}
}

@media only screen and (max-width: 340px) {
	.sml320 {
		height: 22px;
	}
	.headLogo {
		left: -4px;
	}
}


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

.mgtopmess h2 {
	color : #000000;
	font-size : 36px;
	font-weight : bold;
	line-height : 1.4;
}
.mgtopmess p {
	color : #333333;
	font-size : 1.1rem;
	line-height : 1.8;
}
.imgFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	width : 100%;
	max-width : 1000px;
}
.imgFlex img {
	width : 30%;
	max-width : 272px;
}
.leftText {
	background-color : #000000;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-size : 0;
}
.rightText {
	background-color : #000000;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	font-size : 0;
}
.innerImage {
	width : 50%;
}
.innerImage img {
	width : 100%;
	max-width : 960px;
}
.leftTextInner {
	width : 50%;
	max-width : 490px;
	margin : 0 90px 0 auto;
	position : relative;
}
.innerCont {
	width : 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.leftTextInner h2 {
	font-size : 36px;
	font-weight : bold;
	color : #ffffff;
	line-height : 2.0;
}
.leftTextInner h3 {
	font-size : 20px;
	font-weight : bold;
	color : #ffffff;
	line-height : 1.2;
}
.leftTextInner .comm {
	font-size : 14px;
	font-weight : 400;
	color : #ffffff;
	line-height : 2.2;
	padding-top : 12px;
	letter-spacing: 0.5px;
}
.rightTextInner {
	width : 50%;
	max-width : 490px;
	margin : 0 auto 0 90px;
	position : relative;
}
.rightTextInner h2 {
	font-size : 36px;
	font-weight : bold;
	color : #ffffff;
	line-height : 2.0;
}
.rightTextInner h3 {
	font-size : 20px;
	font-weight : bold;
	color : #ffffff;
	line-height : 1.2;
}
.rightTextInner .comm {
	font-size : 14px;
	font-weight : 400;
	color : #ffffff;
	line-height : 2.2;
	padding-top : 12px;
	letter-spacing: 0.5px;
}
.leftText_b {
	background-color : #ebebeb;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-size : 0;
}
.rightText_b {
	background-color : #ebebeb;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	font-size : 0;
}
.innerImage {
	width : 50%;
}
.innerImage img {
	width : 100%;
	max-width : 960px;
}
.innerImage.message {
	width : 40%;
}
.leftTextInner_b {
	width : 50%;
	max-width : 490px;
	margin : 0 90px 0 auto;
	position : relative;
}
.leftTextInner_b.message {
	width : 60%;
	max-width : 610px;
	margin : 0 175px 0 auto;
	position : relative;
}
.innerCont {
	width : 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.leftTextInner_b h2 {
	font-size : 36px;
	font-weight : bold;
	color : #000000;
	line-height : 2.0;
}
.leftTextInner_b h3 {
	font-size : 20px;
	font-weight : bold;
	color : #000000;
	line-height : 1.2;
}
.leftTextInner_b h4 {
	font-size : 20px;
	font-weight : bold;
	color : #000000;
	line-height : 1.2;
}
.leftTextInner_b .comm {
	font-size : 14px;
	font-weight : 40;
	color : #000000;
	line-height : 2.2;
	padding-top : 12px;
	letter-spacing: 0.5px;
}
.leftTextInner_b.message .comm {
	font-size : 14px;
	font-weight : 400;
	color : #000000;
	line-height : 2.2;
	padding-top : 12px;
	letter-spacing: 1px;
}
.rightTextInner_b {
	width : 50%;
	max-width : 490px;
	margin : 0 auto 0 90px;
	position : relative;
}
.rightTextInner_b h2 {
	font-size : 36px;
	font-weight : bold;
	color : #000000;
	line-height : 2.0;
}
.rightTextInner_b h3 {
	font-size : 20px;
	font-weight : bold;
	color : #000000;
	line-height : 1.2;
}
.rightTextInner_b .comm {
	font-size : 14px;
	font-weight : 400;
	color : #000000;
	line-height : 2.2;
	padding-top : 12px;
	letter-spacing: 0.5px;
}
.leftText_b2 {
	background-color : #ffffff;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-size : 0;
}
.rightText_b2 {
	background-color : #ffffff;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	font-size : 0;
}
.innerImage {
	width : 50%;
}
.innerImage img {
	width : 100%;
	max-width : 960px;
	height : 45vw;
	max-height : 677px;
	object-fit: cover;
}
.innerImage.message img {
	width : 100%;
	max-width : 767px;
	height : 45vw;
	max-height : 809px;
	object-fit: cover;
}
.leftTextInner_b2 {
	width : calc(50% - 30px);
	max-width : 670px;
	margin : 0 30px 0 auto;
	position : relative;
}
.innerCont {
	width : 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.innerCont_b {
	width : 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.leftText_b2 .innerImage img {
	width : 100%;
	max-width : 685px;
}
.leftTextInner_b2 h2 {
	font-size : 36px;
	font-weight : bold;
	color : #ffffff;
	line-height : 1.6;
	padding-left : 40px;
	border-left : 12px solid #4e3a93;
	background-image: linear-gradient(90deg, rgba(142, 120, 182, 1), rgba(142, 120, 182, 1) 50%, rgba(248, 247, 252, 1));
}
.leftTextInner_b2 .comm {
	font-size : 14px;
	font-weight : 400;
	color : #000000;
	line-height : 2.2;
	padding : 20px 90px 0 40px;
	letter-spacing: 0.5px;
}
.leftTextInner_b2 p img {
	width : 40%;
}
.rightTextInner_b2 {
	width : calc(50% - 30px);
	max-width : 670px;
	margin : 0 auto 0 30px;
	position : relative;
}
.rightText_b2 .innerImage img {
	width : 100%;
	max-width : 685px;
}
.rightTextInner_b2 h2 {
	font-size : 36px;
	font-weight : bold;
	color : #ffffff;
	line-height : 1.6;
	padding-left : 40px;
	border-left : 12px solid #4e3a93;
	background-image: linear-gradient(90deg, rgba(142, 120, 182, 1), rgba(142, 120, 182, 1) 50%, rgba(248, 247, 252, 1));
}
.rightTextInner_b2 .comm {
	font-size : 14px;
	font-weight : 400;
	color : #000000;
	line-height : 2.2;
	padding : 20px 90px 0 40px;
	letter-spacing: 0.5px;
}
.rightTextInner_b2 p img {
	width : 40%;
}
.messageImgInner p {
	font-size : 20px;
	color : #000000;
	font-weight : 400;
	padding-top : 140px;
}
.accessInner {
	width : 100%;
	max-width : 1198px;
	margin : 0 auto;
	padding : 48px;
	box-sizing: border-box;
	background-color : #ffffff;
	border : 2px solid #cd1d41;
}
.mgt50a {
	margin-top : 50px;
}
br.sn860 {
	display : block;
}
br.sn650 {
	display : block;
}
br.sn640 {
	display : none;
}
br.sn640b {
	display : none;
}
br.sn480 {
	display : none;
}
br.sn480x {
	display : block;
}
br.sn440 {
	display : none;
}
br.sn440x {
	display : block;
}
.m_right {
	text-align : right;
}
@media only screen and (max-width: 1260px) {
	.innerCont {
		width : calc(100% - 16px - 6vw);
	}
	.innerCont_b {
		width : calc(100% - 16px);
	}
	.leftTextInner {
		margin : 0;
		padding : 0 6vw 0 16px;
		box-sizing: border-box;
	}
	.leftTextInner h2 {
		font-size : calc(2.58vw + 3.5px);
	}
	.leftTextInner h3 {
		font-size : calc(0.97vw + 7.8px);
	}
	.leftTextInner .comm {
		font-size : calc(0.32vw + 9.0px);
		line-height : calc(0.97vw + 11.8px);
		padding-top : 1.2vw;
	}
	.rightTextInner {
		margin : 0;
		padding : 0 16px 0 6vw;
		box-sizing: border-box;
	}
	.rightTextInner h2 {
		font-size : calc(2.58vw + 3.5px);
	}
	.rightTextInner h3 {
		font-size : calc(0.97vw + 7.8px);
	}
	.rightTextInner .comm {
		font-size : calc(0.32vw + 9.0px);
		line-height : calc(0.97vw + 11.8px);
		padding-top : 1.2vw;
	}
	.mgt50a {
		margin-top : 3vw;
	}
	.leftTextInner_b {
		margin : 0;
		padding : 0 6vw 0 16px;
		box-sizing: border-box;
	}
	.leftTextInner_b.message {
		width : 60%;
		max-width : 610px;
		margin : 0 20px 0 auto;
		position : relative;
	}
	.leftTextInner_b h2 {
		font-size : calc(2.58vw + 3.5px);
	}
	.leftTextInner_b h3 {
		font-size : calc(0.97vw + 7.8px);
	}
	.leftTextInner_b h4 {
		font-size : calc(0.97vw + 7.8px);
	}
	.leftTextInner_b .comm {
		font-size : calc(0.32vw + 9.0px);
		line-height : calc(0.97vw + 11.8px);
		padding-top : 1.2vw;
	}
	.leftTextInner_b.message .comm {
		font-size : calc(0.32vw + 9.0px);
		line-height : calc(0.97vw + 9.8px);
		padding-top : 1.2vw;
	}
	.rightTextInner_b {
		margin : 0;
		padding : 0 16px 0 6vw;
		box-sizing: border-box;
	}
	.rightTextInner_b h2 {
		font-size : calc(2.58vw + 3.5px);
	}
	.rightTextInner_b h3 {
		font-size : calc(0.97vw + 7.8px);
	}
	.rightTextInner_b .comm {
		font-size : calc(0.32vw + 9.0px);
		line-height : calc(0.97vw + 11.8px);
		padding-top : 1.2vw;
	}
	.leftTextInner_b2 {
		margin : 0;
		padding : 0 6vw 0 16px;
		box-sizing: border-box;
	}
	.leftTextInner_b2 h2 {
		font-size : calc(2.58vw + 3.5px);
		padding-left: 4vw;
	}
	.leftTextInner_b2 h3 {
		font-size : calc(0.97vw + 7.8px);
	}
	.leftTextInner_b2 h4 {
		font-size : calc(0.97vw + 7.8px);
	}
	.leftTextInner_b2 .comm {
		font-size : calc(0.32vw + 9.0px);
		line-height : calc(0.97vw + 11.8px);
		padding: 1.2vw 3vw 0 3vw;
	}
	.leftTextInner_b2.message .comm {
		font-size : calc(0.32vw + 9.0px);
		line-height : calc(0.97vw + 11.8px);
		padding-top : 1.2vw;
	}
	.rightTextInner_b2 {
		margin : 0;
		padding : 0 16px 0 6vw;
		box-sizing: border-box;
	}
	.rightTextInner_b2 h2 {
		font-size : calc(2.58vw + 3.5px);
		padding-left: 4vw;
	}
	.rightTextInner_b2 h3 {
		font-size : calc(0.97vw + 7.8px);
	}
	.rightTextInner_b2 .comm {
		font-size : calc(0.32vw + 9.0px);
		line-height : calc(0.97vw + 11.8px);
		padding: 1.2vw 3vw 0 3vw;
	}
	.messageImgInner p {
		font-size : calc(0.64vw + 12.0px);
		padding-top : 6vw;
	}
}
@media only screen and (max-width: 960px) {
	.accessInner {
		padding : 4.8vw;
	}
	.mgtopmess h2 {
		font-size : 3.75vw;
	}
	br.sn860 {
		display : none;
	}
}
@media only screen and (max-width: 860px) {
	.leftTextInner_b2 {
		padding : 0 0 0 0;
		width: 50%;
	}
	.leftTextInner_b2 h2 {
		font-size : calc(2.58vw + 3.5px);
		padding-left: 3vw;
	}
	.rightTextInner_b2 {
		padding : 0 0 0 0;
		width: 50%;
	}
	.rightTextInner_b2 h2 {
		padding-left: 3vw;
	}
}
@media only screen and (max-width: 780px) {
	.leftTextInner_b.message {
		width : 50%;
		max-width : 610px;
		margin : 0 20px 0 auto;
		position : relative;
	}
	.innerImage.message {
		width : 50%;
	}
	.innerImage.message img {
		height : 60vw;
	}
}
@media only screen and (max-width: 650px) {
	br.sn650 {
		display : none;
	}
}
@media only screen and (max-width: 640px) {
	.innerCont {
		position: relative;
		width : 100%;
		top: 0;
		left: 0;
		transform: translateY(0%) translateX(0%);
		-webkit- transform: translateY(0%) translateX(0%);
		padding : 4vw 0 8vw 0;
	}
	.innerCont_b {
		position: relative;
		width : 100%;
		top: 0;
		left: 0;
		transform: translateY(0%) translateX(0%);
		-webkit- transform: translateY(0%) translateX(0%);
		padding : 4vw 0 8vw 0;
	}
	.leftText {
		display : block;
	}
	.rightText {
		display : block;
	}
	.innerImage {
		width : 100%;
	}
	.leftTextInner {
		width : 100%;
		max-width : 490px;
		margin : 0 auto 0 auto;
		position : relative;
		text-align : center;
	}
	.leftTextInner h2 {
		font-size : calc(3.12vw + 10.0px);
	}
	.leftTextInner h3 {
		font-size : calc(1.88vw + 8.0px);
	}
	.leftTextInner .comm {
		font-size : 0.9rem;
		font-weight : 400;
		line-height : 1.8;
		letter-spacing: 0px;
		text-align : left;
		padding-top : 10px;
	}
	.rightTextInner {
		width : 100%;
		max-width : 490px;
		margin : 0 auto 0 auto;
		position : relative;
		text-align : center;
	}
	.rightTextInner h2 {
		font-size : calc(3.12vw + 10.0px);
	}
	.rightTextInner h3 {
		font-size : calc(1.88vw + 8.0px);
	}
	.rightTextInner .comm {
		font-size : 0.9rem;
		font-weight : 400;
		line-height : 1.8;
		letter-spacing: 0px;
		text-align : left;
		padding-top : 10px;
	}
	.innerImage img {
		height : 64vw;
	}
	.leftText_b {
		display : block;
	}
	.rightText_b {
		display : block;
	}
	.leftTextInner_b {
		width : 100%;
		max-width : 490px;
		margin : 0 auto 0 auto;
		position : relative;
		text-align : center;
	}
	.leftTextInner_b h2 {
		font-size : calc(3.12vw + 10.0px);
	}
	.leftTextInner_b h3 {
		font-size : calc(1.88vw + 8.0px);
	}
	.leftTextInner_b .comm {
		font-size : 0.9rem;
		font-weight : 400;
		line-height : 1.8;
		letter-spacing: 0px;
		text-align : left;
		padding-top : 10px;
	}
	.rightTextInner_b {
		width : 100%;
		max-width : 490px;
		margin : 0 auto 0 auto;
		position : relative;
		text-align : center;
	}
	.rightTextInner_b h2 {
		font-size : calc(3.12vw + 10.0px);
	}
	.rightTextInner_b h3 {
		font-size : calc(1.88vw + 8.0px);
	}
	.rightTextInner_b .comm {
		font-size : 0.9rem;
		font-weight : 400;
		line-height : 1.8;
		letter-spacing: 0px;
		text-align : left;
		padding-top : 10px;
	}
	.leftText_b2 {
		display : block;
	}
	.rightText_b2 {
		display : block;
	}
	.leftTextInner_b2 {
		width : 100%;
		max-width : 490px;
		margin : 0 auto 0 auto;
		position : relative;
		text-align : center;
		padding : 0 10px;
	}
	.leftTextInner_b2 h2 {
		font-size : calc(3.12vw + 10.0px);
	}
	.leftTextInner_b2 h3 {
		font-size : calc(1.88vw + 8.0px);
	}
	.leftTextInner_b2 .comm {
		font-size : 0.9rem;
		font-weight : 400;
		line-height : 1.8;
		letter-spacing: 0px;
		text-align : left;
		padding-top : 10px;
	}
	.rightTextInner_b2 {
		width : 100%;
		max-width : 490px;
		margin : 0 auto 0 auto;
		position : relative;
		text-align : center;
		padding : 0 10px;
	}
	.rightTextInner_b2 h2 {
		font-size : calc(3.12vw + 10.0px);
	}
	.rightTextInner_b2 h3 {
		font-size : calc(1.88vw + 8.0px);
	}
	.rightTextInner_b2 .comm {
		font-size : 0.9rem;
		font-weight : 400;
		line-height : 1.8;
		letter-spacing: 0px;
		text-align : left;
		padding-top : 10px;
	}
	.innerImage.message {
		width : 100%;
		text-align: center;
	}
	.innerImage.message img {
		display : inline-block;
		width : 90%;
		margin : 20px auto;
		max-width : 500px;
	}
	.leftTextInner_b.message {
		width : 100%;
		max-width : 610px;
		margin : 0 auto;
		position : relative;
	}
	br.sn640 {
		display : block;
	}
	br.sn640b {
		display : block;
	}
	.m_right {
		text-align : center;
	}
}
@media only screen and (max-width: 480px) {
	.imgFlex {
		display : block;
		text-align : center;
	}
	.imgFlex img {
		width : 84%;
		max-width : 272px;
		margin : 10px 0;
	}
	.mgtopmess h2 {
		font-size : calc(3.75vw + 6.0px);
	}
	.mgtopmess p {
		font-size : 12px;
		letter-spacing: 0px;
		line-height : 1.8;
		padding : 0 2vw;
	}
	br.sn480 {
		display : block;
	}
	br.sn480x {
		display : none;
	}
	.lf480 {
		text-align : left;
		padding-top : 12px;
	}
}
@media only screen and (max-width: 4400px) {
	br.sn440 {
		display : block;
	}
	br.sn440x {
		display : none;
	}
}
@media only screen and (max-width: 360px) {
	br.sn640b {
		display : none;
	}
}


.addArrow {
	display : inline-block;
	font-size : 22px;
	color : #ffffff;
	background-color : #37b174;
	border : 1px dashed #ffffff;
	text-align : center;
	line-height : 1.0;
	padding : 20px 0;
	width : 100%;
	position : relative;
	transition: 0.3s;
}
.addArrow::after {
	content : ">";
	font-size : 32px;
	font-family: 'Concert One', cursive;
	color : #ffffff;
	position : absolute;
	top : 13px;
	right : 10px;
	transition: 0.3s;
}
.addArrow_o {
	background-color : #37b174;
	padding : 4px 6px 4px 4px;
	width : 80%;
	max-width : 270px;
	position : relative;
}
.addArrow_b {
	display : inline-block;
	font-size : 1rem;
	font-weight : 500;
	color : #cd1d41;
	background-color : #ffffff;
	border : 1px solid #cd1d41;
	text-align : center;
	line-height : 1.0;
	padding : 10px 0;
	width : 152px;
	position : relative;
	transition: 0.3s;
	margin : 0 10px;
	border-radius : 6px;
}
.addArrow_b::after {
	content : ">";
	font-size : 24px;
	font-family: 'Concert One', cursive;
	color : #cd1d41;
	position : absolute;
	top : 4px;
	right : 6px;
	transition: 0.3s;
}
.addArrow_w {
	display : inline-block;
	font-size : 1rem;
	color : #ffffff;
	background-color : #1a1a1a;
	border : 1px solid #1a1a1a;
	text-align : center;
	line-height : 42px;
	padding : 0 60px;
	letter-spacing: 1px;
	position : relative;
	transition: 0.3s;
}
.addArrow:hover {
	color : #37b174;
	background-color : #ffffff;
	border : 1px dashed #37b174;
}
.addArrow:hover::after {
	color : #37b174;
}
.addArrow_b:hover {
	color : #ffffff;
	background-color : #cd1d41;
	border : 1px solid #ffffff;
}
.addArrow_b:hover::after {
	color : #ffffff;
}
.addArrow_w:hover {
	color : #1a1a1a;
	background-color : #ffffff;
}
@media only screen and (max-width: 530px) {
	.addArrow_w {
		width : 100%;
		font-size : 1rem;
		text-align : center;
		line-height : calc(3vw + 30.0px);
		padding : 0 0;
		letter-spacing: 1px;
		box-sizing: border-box;
	}
	.addArrow_w::after {
		top : calc(1vw + 12.0px);
	}
	.carItem .addArrow_w {
		font-size : 0.9rem;
		line-height : calc(3vw + 20.0px);
		letter-spacing: 0px;
	}
	.carItem .addArrow_w::after {
		top : calc(1vw + 7.0px);
		right : 6px;
	}
}
@media only screen and (max-width: 420px) {
	.addArrow_b {
		margin : 10px 0;
	}
}
.grayback {
	background-color : #ebebeb;
}


.topImg  {
	width : 100%;
	height : calc(30vw + 100px);
	max-height : 701px;
	margin : 0 auto;
	overflow : hidden;
	position : relative;
	margin-top : -200px;
}
.pos-rel {
	position : relative;
	background-color : #c4b266;
}
.slide_all {
	width : 100%;
	height : calc(30vw + 100px);
	max-height : 701px;
	margin : 0 auto;
}
.no_slide {
	width : 100%;
	height : calc(30vw + 100px);
	max-height : 701px;
	margin : 0 auto;
}
.pict {
	width : 100%;
	height : calc(30vw + 100px);
	max-height : 701px;
	margin : 0 auto;
	position : absolute;
	top : 0;
	left : 0;
}
.slide_all img {
	width : 100%;
	object-fit : cover;
}
.over_snsWrap  {
	position : absolute;
	bottom : 100px;
	right : 20px;
	width : 80px;
	z-index : 98;
}
.over_snsWrap a {
	transition: 0.3s;
}
.over_snsWrap a:hover {
	opacity : 0.7;
}
.over_Sns img {
	width :10vw;
	max-width : 55px;
}
.mgt8v {
	margin-top : 80px;
}
@media only screen and (max-width: 1516px) {
	.topImg  {
		margin-top : -8vw;
	}
}
@media only screen and (max-width: 1160px) {
	.topImg  {
		margin-top : -8vw;
	}
	.mgt8v {
		margin-top : 8vw;
	}
	.over_snsWrap  {
		bottom : 6vw;
		right : 1vw;
		width : 12vw;
		max-width : 80px;
	}
}
@media only screen and (max-width: 1000px) {
	.mgt8v {
		margin-top : 1vw;
	}
}
@media only screen and (max-width: 640px) {
	.topImg  {
		height : 156vw;
		max-height : 1415px;
	}
	.slide_all {
		height : 154.5vw;
		max-height : 1245px;
	}
	.no_slide {
		height : 154.5vw;
		max-height : 1245px;
	}
	.pict {
		height : 154.5vw;
		max-height : 1245px;
	}
	.slide_all img {
		width : 100%;
		height : auto;
		object-fit: fill;
		margin-top : 0;
	}
	.overWrap .overRight {
		font-size : calc(5.09vw + 19.4px);
	}
	.over_snsWrap  {
		bottom : 16vw;
		right : 1vw;
		width : 12vw;
	}
	.bgcover {
		object-fit: cover !important;
		height : 154.5vw !important;
	}
}
@media only screen and (max-width: 400px) {
	.topImg  {
		margin-top : -16vw;
	}
}
@media only screen and (max-width: 340px) {
	.topImg  {
		margin-top : -17vw;
	}
	.overWrapInner  {
		width : 96%;
	}
}
@media only screen and (max-width: 319px) {
	.slide_wrap {
		margin : 60px auto 0 auto;
	}
	.smp_headline {
		height : 60px;
	}
	.smp_headLogo {
		text-align : left;
		padding : 6px 0 0 10px;
	}
	.smp_headLogo img {
		width : 160px;
	}
	.smp_button {
		width : 60px;
		height : 60px;
	}
	.smp_button p {
		font-size : 12px;
		padding-top : 38px;
	}
}
.top_container {
	position: absolute;
	font-size: 10px;
	color: #000000;
	padding: 0;
	top: 0px;
	right: 0px;
}


/*　ナビ包括-----------------------------*/
/* グローバルナビゲーション */
.panWrap  {
	width : 100%;
	max-width : 1460px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
	padding : 10px 10px 0 10px;
}
.panWrap li {
	display: inline-block;
	margin-right : 7px;
	font-size : 0.9rem;
	color : #4b4b4b;
	font-weight : 500;
}
.panWrap li a {
	display: inline-block;
	color : #4b4b4b;
	transition: 0.3s;
}
.panWrap li:first-child a {
	padding-left : 20px;
}
.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: 480px) {
	.panWrap li:first-child a {
		padding-left : 0;
	}
}

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

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

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

@media only screen and (max-width: 400px) {
	.aboutWrap p {
		line-height : 1.8;
		letter-spacing: 0px;
	}
}
.sliderArea {
	width: 100%;
	max-width : 1692px;
	margin : 0 auto;
	padding-left : 18px;
	box-sizing: border-box;
}
.sliderArea .slider {
	width: 100%;
	max-width : 1496px;
	margin : 0 auto;
	position ; relative;
}
.slick-slide {
	padding: 0 18px;
}
.slick-slide img {
	width : 100%;
	max-width : 243px;
	height : 14.5vw;
	max-height : 243px;
	object-fit: cover;
}
.slick-slide span {
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
	width : 100%;
	max-width : 243px;
	height : 14.5vw;
	max-height : 243px;
}
.slick-arrow {
	position : absolute;
	top : calc(50% - 30px);
	font-size : 0;
	width: 0;
	height: 0;
	border-style: solid;
	background-color: #e1e0e5;
}
.slick-prev {
	border-width: 30px 30px 30px 0;
	border-color: transparent #330146 transparent transparent;
	left : -100px;
}
.slick-next {
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #330146;
	right : -82px;
}
@media only screen and (max-width: 1200px) {
	.sliderArea {
		padding-left : 0;
	}
	.slick-slide {
		padding: 0 16px;
	}
	.slick-slide img {
		height : 17.5vw;
	}
	.slick-slide span {
		height : 17.5vw;
	}
	.slick-arrow {
		top : calc(50% - 30px);
	}
	.slick-prev {
		border-width: 30px 30px 30px 0;
		left : -70px;
	}
	.slick-next {
		border-width: 30px 0 30px 30px;
		right : -72px;
	}
}
@media only screen and (max-width: 960px) {
	.sliderArea {
		padding-left : 1vw;
	}
	.slick-slide {
		padding: 0 12px;
	}
	.slick-slide img {
		height : 26vw;
	}
	.slick-slide span {
		height : 26vw;
	}
	.slick-arrow {
		top : calc(50% - 24px);
	}
	.slick-prev {
		border-width: 24px 24px 24px 0;
		left : -50px;
	}
	.slick-next {
		border-width: 24px 0 24px 24px;
		right : -52px;
	}
}
@media only screen and (max-width: 640px) {
	.sliderArea {
		padding-left : 0vw;
	}
	.slick-slide {
		padding: 0 12px;
	}
	.slick-slide img {
		height : 36vw;
	}
	.slick-slide span {
		height : 36vw;
	}
	.slick-arrow {
		top : calc(50% - 24px);
	}
	.slick-prev {
		border-width: 24px 24px 24px 0;
		left : -40px;
	}
	.slick-next {
		border-width: 24px 0 24px 24px;
		right : -42px;
	}
}
@media only screen and (max-width: 400px) {
	.slick-slide {
		padding: 0;
	}
	.slick-slide img {
		width : calc(100% - 80px);
		max-width : 320px;
		max-height : 320px;
		height : 75vw;
	}
	.slick-slide span {
		height : 52vw;
	}
	.slick-arrow {
		top : calc(50% - 20px);
	}
	.slick-prev {
		border-width: 20px 20px 20px 0;
		left : -38px;
	}
	.slick-next {
		border-width: 20px 0 20px 20px;
		right : -38px;
	}
}


.normalTitle {
	text-align : center;
	font-weight : 500;
	letter-spacing: 0px;
	line-height : 1.4;
}
.normalTitle span {
	display : block;
	font-size : 28px;
	color : #cd1d41;
	font-weight : 500;
}
.normalTitle strong{
	display : block;
	font-size : 40px;
	color : #000000;
	font-weight : 500;
}
.reverceTitle {
	text-align : center;
	font-family : 'Yu Mincho', 'YuMincho', 'メイリオ', 'Meiryo', serif;
	font-size : 36px;
	font-weight : 500;
	letter-spacing: 2px;
	color : #ffffff;
	line-height : 1.4;
	height : 102px;
	padding-top : 38px;
}
.reverceTitle.t_news {
	background : url(../img/news_ttl.png) no-repeat center top;
}
.reverceTitle.e_profile {
	background : url(../img/profile_ttl.png) no-repeat center top;
	position : relative;
	left : 24px;
}
.reverceTitle.e_recruit {
	background : url(../img/recruit_ttl.png) no-repeat center top;
}
.contactTitle {
	text-align : center;
	font-family : 'Yu Mincho', 'YuMincho', 'メイリオ', 'Meiryo', serif;
	font-size : 36px;
	font-weight : 500;
	letter-spacing: 2px;
	color : #707070;
	line-height : 1.4;
	height : 82px;
	padding-top : 38px;
	background : url(../img/contact_ttl.png) no-repeat center top;
}
.contactTitle.e_essential {
	background : url(../img/essential_ttl.png) no-repeat center top;
}
.newsWrap {
	width : 100%;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	padding : 0 10px;
	box-sizing: border-box;
}
.newsItem {
	width : 23%;
	padding : 14px;
	background-color : #ffffff;
	box-sizing: border-box;
	border-radius : 8px;
	position : relative;
}
.newsItem.news {
	margin-bottom : 50px;
}
.newsTrans {
	width : 23%;
	box-sizing: border-box;
	position : relative;
}
.newsItem .image img {
	width : 100%;
	height : 14vw;
	object-fit : cover;
}
.newsItem .image span {
	display : block;
	width : 100%;
	height : 14vw;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.newsItem a {
	position : relative;
}
.newsItem a strong {
	display : block;
	text-align : center;
	font-size : 14px;
	font-weight : 600;
	color : #333333;
}
.newsItem p.cate {
	position : absolute;
	top : -10px;
	left : 24px;
	width : 140px;
	height : 47px;
	background : url(../img/ribon.png) no-repeat 0 0;
	font-size : 16px;
	padding : 6px 0 0 0;
	color : #ffffff;
	font-weight : 400;
	line-height : 1.6;
	text-align : center;
	z-index : 9;
}
.newsItem .date {
	position : relative;
	top : -16px;
}
.newsItem .date span {
	display : inline-block;
	padding : 6px 20px;
	background-color : #333333;
	color : #ffffff;
	font-size : 14px;
	margin-right : 10px;
	line-height : 1.4;
}
.newsItem p.title {
	font-size : 22px;
	padding : 0 0 0 0;
	color : #333333;
	font-weight : 500;
	line-height : 1.6;
	width : 100%;
	height : 72px;
	overflow : hidden;
}
.newsItem .comm {
	font-size : 1rem;
	margin-top : 8px;
	height : 64px;
	width : 100%;
	height : 4.8em;
	overflow : hidden;
}
.newsItem .new {
	width : 14%;
	padding-left : 4%;
}
.selectInner span {
	display : inline-block;
	padding : 0 24px;
	background-color : #ffffff;
	border-style : none;
	border-radius : 24px;
}
.selectInner select {
	padding : 12px 40px 12px 0;
	background-color : #ffffff;
	font-size : 18px;
	color : #333333;
	font-weight : 500;
	border-style : none;
	border-radius : 24px;
}
.oswald {
	display : block;
	width : 48px;
	height : 48px;
	border : 3px solid #cacaca;
	border-radius : 50%;
	text-align : center;
	font-family: 'Concert One', cursive;
	font-size : 30px;
	color : #333333;
	line-height : 1.4;
	margin : 12px auto 0 auto;
}
.detailCate {
	position : absolute;
	top : -10px;
	left : 24px;
	width : 140px;
	height : 47px;
	background : url(../img/ribon.png) no-repeat 0 0;
	font-size : 16px;
	padding : 6px 0 0 0;
	color : #ffffff;
	font-weight : 400;
	line-height : 1.6;
	text-align : center;
	z-index : 9;
}
.newsParts {
	border-bottom : 1px dotted #aaaaaa;
	padding-top : 12px;
}
.newsParts h3 {
	font-size : 24px;
	font-weight : 500;
	line-height : 1.5;
}
.newsParts .date {
	font-size : 1rem;
	font-weight : 300;
	color : #808080;
}
.detailPhoto  {
	text-align : center;
}
.detailPhoto img {
	width : 90%;
}
.detailComm {
	font-size : 1.1rem;
	font-weight : 400;
	color : #333333;
	line-height : 2.0;
}
@media only screen and (max-width: 960px) {
	.newsParts h3 {
		font-size : calc(1.25vw + 12.0px);
	}
	.newsItem.news {
		margin-bottom : 5vw;
	}
}

.compList {
	
}
.compList dl {
	display : table;
	border-bottom : 1px dotted #bababa;
	width : 100%;
}
.compList dt {
	display : table-cell;
	vertical-align : top;
	padding : 22px 0;
	width : 25%;
	color : #cd1d41;
	font-size : 1.1rem;
	font-weight : 500;
}
.compList dd {
	display : table-cell;
	vertical-align : top;
	padding : 22px 0 22px 16px;
	width : 75%;
	color : #333333;
	font-size : 1.1rem;
}
.mgt60k {
	margin-top : 60px;
}
@media only screen and (max-width: 1200px) {
	.newsItem p.title {
		font-size : calc(0.68vw + 13.8px);
		height : 3.5em;
		overflow : hidden;
	}
}
@media only screen and (max-width: 960px) {
	.normalTitle span {
		font-size : calc(1.56vw + 13.0px);
	}
	.normalTitle strong{
		font-size : calc(2.81vw + 13.0px);
	}
	.newsItem a::after {
		right : 10px;
	}
	.newsItem {
		width : 48%;
		margin : 20px 0;
	}
	.newsItem .image img {
		height : 23vw;
	}
	.mgt60k {
		margin-top : calc(3vw + 30px);
	}
}
@media only screen and (max-width: 480px) {
	.newsWrapOuter {
		height : auto;
		padding-bottom : 6vw;
	}
	.normalTitle {
		font-size : 24px;
		min-height : 48px;
		padding-top : 24px;
	}
	.newsItem {
		width : 96%;
		margin : 20px auto;
	}
	.newsItem a {
		display : block;
		padding : 16px 0 8px 0;;
	}
	.newsItem p {
		font-size : 13px;
	}
	.newsItem .date {
		top : -20px;
	}
	.newsItem .comm {
		width : 100%
	}
	.newsItem .new {
		position : absolute;
		top : 16px;
		right : 0px;
		width : 70px;
		color : #44ac67;
		font-size : 12px;
	}
	.newsItem .image img {
		height : 56vw;
	}
	.newsItem p.title {
		height : auto;
		overflow :  visible;
	}
}

.pager {
	width: 100%;
	text-align: center;
}
.pager li {
	display: inline-block;
	font-size: 24px;
	line-height: 1.0;
	vertical-align: top;
}
.pager li span {
	display: inline-block;
	margin: 0 4px;
	width : 36px;
	height : 33px;
	line-height : 33px;
	padding-bottom : 3px;
	color: #000000;
	background-color : #ffffff;
	border : 1px solid #000000;
	font-weight: bold;
	vertical-align: middle;
}
.pager li a {
	display: inline-block;
	margin: 0 4px;
	width : 36px;
	height : 33px;
	line-height : 33px;
	padding-bottom : 3px;
	color: #ffffff;
	background-color : #000000;
	border : 1px solid #000000;
	font-weight: bold;
	vertical-align: middle;
	transition: 0.3s;
}
.pager li em {
	display: inline-block;
	margin: 0 14px;
	color: #ffffff;
	font-style: normal;
	vertical-align: top;
}
.pager li a.gray {
	background-color : #b3b3b3;
	border : 1px solid #b3b3b3;
	font-family: 'Arsenal', sans-serif;
	font-size : 36px;
}
.pager li a:hover {
	color: #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);
}
.middleWrap .overImage {
	position : absolute;
	width : 250px;
	height : 180px;
	background-color : #ffffff;
	padding : 8px;
	box-sizing: border-box;
	z-index : 50;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
}
.middleWrap .overImage img {
	width : 100%;
	height : 30vw;
	max-height : 164px;
	object-fit: cover;
}
.middleWrap .overImage.photo01 {
	top : 100px;
	left : -200px;
	transform : rotate(6deg);
	transform-origin : 0 0;
	
}
.middleWrap .overImage.photo02 {
	top : 40px;
	right : -190px;
	transform : rotate(-7deg);
	transform-origin : 0 0;
}
.pickingWrap {
	width : 100%;
	max-width : 740px;
	padding : 0 10px;
	box-sizing: border-box;
	margin : 0 auto;
	position : relative;
}
.pickingWrap h2 {
	font-size : 32px;
	font-weight : 500;
	text-align : center;
	line-height : 1.8;
	margin-bottom : 20px;
}
.pickingWrap h2.border {
	border-bottom : 4px solid #cd1d41;
}
.pickingWrap h2 span {
	display : inline-block;
	margin-left : 10px;
	position : relative;
	top : -4px;
}
.innerRed {
	background-color : #cd1d41;
	padding : 54px;
	box-sizing: border-box;
	border-radius : 10px;
	position : relative;
}
.innerRed h2 {
	color : #ffffff;
}
.innerRed p {
	font-size : 1.1rem;
	color : #ffffff;
	font-weight : 400;
	line-height : 2.0;
}
@media only screen and (max-width: 1200px) {
	.middleWrap .overImage.photo01 {
		top : -170px;
		left : 10px;
	}
	.middleWrap .overImage.photo02 {
		top : auto;
		bottom : -170px;
		left : auto;
		right : 10px;
	}
	.innerRed {
		margin : 190px 0;
	}
	.pickingWrap h2 {
		font-size : calc(1.59vw + 12.9px);
	}
}
@media only screen and (max-width: 640px) {
	.innerRed {
		padding : 54px 5.4vw;
	}
	.pickingWrap h2 img {
		width : calc(2vw + 18px);
	}
	.middleWrap .overImage {
		width : 200px;
		height : 140px;
		padding : 6px;
		box-sizing: border-box;
	}
	.middleWrap .overImage img {
		height : 128px;
	}
	.middleWrap .overImage.photo01 {
		top : -140px;
	}
	.middleWrap .overImage.photo02 {
		bottom : -130px;
	}
}
.innerWhite {
	background-color : #ffffff;
	padding : 54px;
	box-sizing: border-box;
	border-radius : 10px;
}
.innerWhite h2 {
	color : #cd1d41;
}
.pickingWrap .innerWhite dl {
	background : url(../img/dot.png) repeat-x left top 1.5rem;
	font-size : 21px;
	font-weight : 500;
	color : #333333;
	padding : 10px 0;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.pickingWrap .innerWhite dt span {
	display : block;
	background-color : #ffffff;
	padding-right : 20px;
}
.pickingWrap .innerWhite dd span {
	display : block;
	background-color : #ffffff;
	padding-left : 20px;
}
.innerWhite p {
	font-size : 21px;
	font-weight : 500;
	color : #cd1d41;
	padding-top : 6px;
}
.innerWhite p.check {
	color : #333333;
	padding-top : 0px;
}
.borderRed {
	background-color : #ffffff;
	padding : 54px;
	box-sizing: border-box;
	border-radius : 10px;
	border : 6px solid #cd1d41;
}
.borderRed h2 {
	color : #cd1d41;
}
.borderRed dl {
	font-size : 1.2rem;
	font-weight : 400;
	padding : 10px 0;
	display : -webkit-flex;
	display : flex;
}
.borderRed dt {
	color : #cd1d41;
	width : 24px;
}
.borderRed dd {
	width : calc(100% - 24px);
	color : #333333;
}
.inlineComm {
	display : inline-block;
}
.inlineComm p {
	text-align : left;
	color : #cd1d41;
}
.whiteback {
	background-color : #ffffff;
	padding : 54px 0;
}
@media only screen and (max-width: 640px) {
	.innerWhite {
		padding : calc(4vw + 10px) 5.4vw;
	}
	.borderRed {
		padding : calc(4vw + 10px) 5.4vw;
	}
	.pickingWrap .innerWhite dl {
		font-size : calc(0.91vw + 10.1px);
	}
	.borderRed dl {
		font-size : 1.1rem;
	}
	.innerWhite p {
		font-size : calc(1.59vw + 12.9px);
	}
	.pickingWrap .innerWhite dl {
		background : url(../img/dot.png) repeat-x left top 1.4rem;
		background-size: 12px;
	}
}
.corona h2 {
	font-size : 32px;
	font-weight : 500;
	text-align : center;
	line-height : 1.8;
	margin-bottom : 20px;
}
.corona h2 span {
	display : inline-block;
	margin-left : 10px;
	position : relative;
	top : -4px;
	color : #cd1d41;
}
.corona h2 span br {
	display : none;
}
.coronaFlex {
	width : 100%;
	max-width : 900px;
	margin : 50px auto 0 auto;
	padding : 0 10px;
	box-sizing: border-box;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.coronaFlex dl {
	width : 31%;
}
.coronaFlex dt {
	text-align : center;
	position : relative;
	z-index : 2;
}
.coronaFlex dd {
	border : 2px solid #cd1d41;
	border-radius : 24px;
	padding : 40px 24px;
	color : #cd1d41;
	font-size : 1.1rem;
	font-weight : 400;
	text-align : left;
	min-height : 5em;
	position : relative;
	top : -30px;
	z-index : 1;
	font-family : "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media only screen and (max-width: 960px) {
	.corona h2 {
		font-size : calc(2.19vw + 11.0px);
	}
	.coronaFlex {
		flex-wrap : wrap;
		margin-top : 5vw;
	}
	.coronaFlex dl {
		width : 48%;
	}
}
@media only screen and (max-width: 640px) {
	.corona h2 img {
		width : calc(2vw + 18px);
	}
	.corona h2 span {
		display : inline;
	}
	.corona h2 span br {
		display : inline-block;
	}
	.coronaFlex dd {
		border-radius : 2.4vw;
		padding : 40px 2.4vw 4vw 2.4vw;
		font-size : 1rem;
	}
}

.accessWrap {
	width : 100%;
	max-width : 920px;
	margin : 0 auto;
	padding : 0 10px;
	box-sizing: border-box;
	position : relative;
}
.accessWrap .innerWhite {
	padding : 70px;
}
.accessWrap .bx-wrapper .image img {
	width : 100%;
	max-width : 760px;
}
.accessWrap h2 {
	font-size : 32px;
	font-weight : 500;
	text-align : center;
	line-height : 1.8;
	margin-bottom : 20px;
	border-bottom : 4px solid #cd1d41;
}
.accessWrap h4 {
	color : #333333;
	font-weight : 400;
	font-size : 1.1rem;
	line-height : 2.0;
}
.accessWrap .accessInner dl {
	font-size : 21px;
	font-weight : 500;
	color : #333333;
	padding : 10px 0;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	border-bottom : 1px dotted #bbbbbb;
}
.accessWrap .accessInner dt {
	width : 30%;
	color : #cd1d41;
	display : block;
	background-color : #ffffff;
	padding-right : 20px;
}
.accessWrap .accessInner dd {
	width : 70%;
	color : #333333;
	display : block;
	background-color : #ffffff;
	padding-left : 20px;
	text-align : left;
}
.accessTitle span {
	display : inline-block;
	font-size : 24px;
	font-weight : 400;
	color : #333333;
	margin-left : 10px;
	position : relative;
	z-index : 2;
	top : -8px;
}
.accessTitle span::after {
	content : "";
	position : absolute;
	bottom : 0;
	left : 0;
	width : 100%;
	height : 12px;
	font-size : 0;
	background-color : #ffd1d9;
	z-index : -1;
}
.accessTitle em {
	display : inline-block;
	font-size : 18px;
	font-style : normal;
	font-weight : 400;
	color : #cd1d41;
	margin-left : 10px;
	position : relative;
	top : -4px;
}
.accessRoot {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	position : relative;
}
.accessRoot::after {
	content : "";
	position : absolute;
	width : 100%;
	height : 1px;
	font-size : 0;
	border-bottom : 2px dashed #aaaaaa;
	top : 50%;
	left : 0;
	z-index : 1;
}
.accessRoot .box {
	font-size : 20px;
	color : #333333;
	line-height : 1.2;
	padding : 19px 24px;
	border : 1px solid #aaaaaa;
	text-align : center;
	margin : 30px 0;
	background-color : #ffffff;
	position : relative;
	z-index : 2;
	width : 93px;
}
.accessRoot .box2 {
	font-size : 20px;
	color : #333333;
	line-height : 1.2;
	padding : 12px 24px;
	border : 1px solid #aaaaaa;
	text-align : center;
	margin : 30px 0;
	background-color : #ffffff;
	position : relative;
	z-index : 2;
	width : 93px;
}
.accessRoot .box2 span {
	display : block;
	font-size : 13px;
	color : #333333;
}
.accessRoot .line {
	font-size : 0.9rem;
	color : #333333;
	text-align : center;
	position : relative;
	padding : 6px 0 32px 0;
	margin : 30px 0 0 0;
}
.accessRoot .line strong {
	font-size : 1.1rem;
	font-weight : bold;
	color : #cd1d41;
}
.accessRoot .image img {
	width : 100%;
	max-width : 115px;
	position : relative;
	z-index : 2;
}
.accessRoot br {
	display : none;
}
.accessRoot em {
	display : inline;
	font-style : normal;
}
@media only screen and (max-width: 1060px) {
	.accessRoot .box {
		font-size : 16px;
		padding : 19px 12px;
		margin : 30px 0;
		width : 63px;
	}
	.accessRoot .box2 {
		font-size : 16px;
		padding : 12px 12px;
		margin : 30px 0;
		width : 63px;
	}
	.accessRoot .box2 span {
		font-size : 12px;
	}
	.accessRoot .line {
		font-size : 13px;
		padding : 6px 0 32px 0;
		margin : 30px 0 0 0;
	}
}
@media only screen and (max-width: 960px) {
	.accessWrap {
		padding : 0;
	}
	.accessTitle span {
		font-size : calc(1.25vw + 12.0px);
	}
	.accessTitle em {
		font-size : calc(0.94vw + 9.0px);
	}
	.accessWrap .innerWhite {
		padding : calc(6vw + 10px) 6.4vw;
	}
	.accessWrap h2 {
		font-size : calc(2.19vw + 11.0px);
	}
	.accessWrap .accessInner dl {
		font-size : calc(0.91vw + 10.1px);
	}
}
@media only screen and (max-width: 832px) {
	.accessRoot .box {
		font-size : 14px;
		padding : 24px 8px;
		margin : 30px 0;
		width : 63px;
	}
	.accessRoot .box2 {
		font-size : 14px;
		padding : 12px 8px;
		margin : 30px 0;
		width : 63px;
	}
	.accessRoot .box2 span {
		font-size : 12px;
	}
	.accessRoot .line {
		font-size : 12px;
		padding : 6px 0 32px 0;
		margin : 36px 0 0 0;
	}
	.accessRoot .image img {
		width : 90px;
		position : relative;
		top : 18px;
	}
	.accessRoot br {
		display : block;
		margin-top : 12px;
	}
	.accessRoot em {
		display : none;
	}
}
@media only screen and (max-width: 640px) {
	.accessRoot .box {
		font-size : 13px;
		padding : 24px 4px;
		margin : 30px 0;
		width : 63px;
	}
	.accessRoot .box2 {
		font-size : 13px;
		padding : 12px 4px 6px 4px;
		margin : 30px 0;
		width : 63px;
	}
	.accessRoot .box2 span {
		font-size : 12px;
	}
	.accessRoot .line {
		font-size : 12px;
		padding : 6px 0 32px 0;
		margin : 36px 0 0 0;
	}
	.accessRoot .image img {
		width : 60px;
		position : relative;
		top : 30px;
	}
}
@media only screen and (max-width: 600px) {
	.accessRoot {
		display : block;
	}
	.accessRoot::after {
		content : "";
		position : absolute;
		height : 90%;
		width : 1px;
		font-size : 0;
		border-left : 2px dashed #aaaaaa;
		border-bottom : none;
		top : 0;
		left : 50%;
		z-index : 1;
	}
	.accessRoot .box {
		font-size : 14px;
		padding : 12px;
		text-align : center;
		margin : 30px 0 0 0;
		width : 100%;
		box-sizing: border-box;
	}
	.accessRoot .box2 {
		font-size : 14px;
		padding : 12px;
		text-align : center;
		margin : 0;
		width : 100%;
		box-sizing: border-box;
	}
	.accessRoot .box2 span {
		font-size : 12px;
		display : inline-block;
		margin-left : 10px;
	}
	.accessRoot .line {
		font-size : 12px;
		padding : 4px 0;
		margin : 24px 0;
		background-color : #ffffff;
		position : relative;
		z-index : 9;
		line-height : 1.0;
	}
	.accessRoot .image {
		text-align : center;
		box-sizing: border-box;
	}
	.accessRoot .image img {
		width : 90px;
		position : relative;
		top : 0px;
	}
	.accessRoot br {
		display : none;
	}
	.accessRoot em {
		display : inline;
		font-style : normal;
	}
}
 
.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;
	}
}





/* 各ページ */

/* 仕事内容 */

.pageTops {
	width : 100%;
	height : 569px;
}
.business_back {
	background : url(../img/business_ttback.jpg) no-repeat center center;
	background-size : cover;
}
.company_back {
	background : url(../img/company_ttback.jpg) no-repeat center center;
	background-size : cover;
}
.works_back {
	background : url(../img/works_ttback.jpg) no-repeat center center;
	background-size : cover;
}
.contact_back {
	background : url(../img/contact_ttback.jpg) no-repeat center center;
	background-size : cover;
}
.recruit_back {
	background : url(../img/recruit_ttback.jpg) no-repeat center center;
	background-size : cover;
}
.overTitle {
	position: absolute;
	width : 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.overTitle h2 {
	font-size : 40px;
	font-weight : 500;
	line-height : 1.2;
	color : #333333;
	text-align : center;
}
.overTitle h3 {
	font-size : 16px;
	font-weight : 400;
	line-height : 1.2;
	color : #cd1d41;
	text-align : center;
	padding-top : 9px;
}
.topTitle {
	text-align : center;
	position : relative;
	width : 100%;
	height : 36vw;
	max-height : 345px;
}
.elsePage {
	margin-top : -10px;
}
.elsePage .topTitle {
	height : 10vw;
	max-height : 104px;
	min-height : 60px;
	background : url(../img/image.png) repeat 0 0;
}
.topTitle span {
	display : block;
}
.busiWrap {
	width : 100%;
	max-width : 1676px;
}
.flexRev {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left : auto;
}
.flexFor {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	margin-right : auto;
}
.busiWrap .busiImg {
	width : 60%;
	max-width : 922px;
}
.busiWrap .busiImgInner {
	
}
.busiWrap .busiImgInner img {
	width : 100%;
}
.busiMain {
	width : 40%;
}
.busiMain .normalTitle {
	width : 244px;
	font-size : 30px;
}
.busiWrap dl {
	display : table;
	width : 100%;
}
.busiWrap dt {
	display : table-cell;
	vertical-align: top;
	width : 100px;
	font-size : 60px;
	font-weight : 700;
	font-style : italic;
	color : #e0e0e0;
	line-height : 1.0;
	font-family : 'Helvetica Neue', 'Helvetica Neue OTS', Helvetica, sans-serif;
}
.busiMain dd {
	display : table-cell;
	vertical-align: top;
}
.busiMain dd h3 {
	font-size : 20px;
	font-weight : 500;
	font-style : italic;
	color : #16aa20;
}
.busiMain dd p {
	font-size : 16px;
	font-weight : 500;
	color : #000000;
	line-height : 1.4;
	margin-top : 16px;
}
.worksWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.galleryItem {
	width : 23%;
}
.galleryTrans {
	width : 23%;
	font-size : 0;
	height : 0;
}
.galleryItem .img {
	font-size : 0;
}
.galleryItem .img img {
	width : 100%;
	max-width : 340px;
	height : 22.4vw;
	max-height : 340px;
	object-fit: cover;
}
.galleryItem .img span {
	display : block;
	width : 100%;
	max-width : 340px;
	height : 34vw;
	max-height : 340px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.galleryItem .comm h3 {
	color : #000000;
	font-size : 16px;
	font-weight : 500;
	line-height : 2.0;
}
.galleryItem .comm p {
	display : inline-block;
	color : #000000;
	font-size : 13px;
	font-weight : 400;
	margin-right : 20px;
	line-height : 1.4;
}

.galleryMore {
	text-align : center;
}
@media only screen and (max-width: 1560px) {
	.busiWrap .busiImg {
		width : calc(50vw + 100px);
	}
	.busiWrap .busiImgInner img {
		width : 100%;
		height : 42vw;
		max-height : 585px;
		object-fit : cover;
	}
}
@media only screen and (max-width: 1160px) {
	.overTitle h2 {
		font-size : calc(2.73vw + 15.3px);
	}
	.overTitle h3 {
		font-size : calc(0.45vw + 10.6px);
	}
	.busiWrap dt {
		width : 8vw;
		font-size : 5vw
	}
	.busiMain dd h3 {
		font-size : calc(1vw + 8.0px);
	}
	.busiMain dd p {
		font-size : calc(0.75vw + 7.0px);
		margin-top : calc(0.75vw + 7.0px);
	}
	.busiMain dl {
		padding : 0 10px;
		box-sizing: border-box;
	}
	.busiMain dl.mgt40 {
		margin-top : 2vw !important;
	}
	.elsePage {
		margin-top : 0;
	}
}
@media only screen and (max-width: 960px) {
	.busiMain .normalTitle {
		font-size : 24px;
		width : 200px;
		padding-left : 16px;
		text-align : left;
	}
}
@media only screen and (max-width: 800px) {
	.flexRev {
		display : block;
		margin-left : 0;
	}
	.flexFor {
		display : block;
		margin-right : 0;
	}
	.busiWrap .busiImg {
		width : 100%;
	}
	.busiWrap .busiImgInner img {
		width : 100%;
	}
	.busiMain {
		width : 100%;
	}
	.busiWrap dt {
		width : calc(8vw + 20px);
		font-size : calc(5.09vw + 17.5px);
	}
	.busiMain dd h3 {
		font-size : calc(1.25vw + 10.0px);
	}
	.busiMain dd p {
		font-size : calc(0.62vw + 11.0px);
		margin-top : calc(0.62vw + 11.0px);
	}
	.galleryItem {
		width : 30%;
		padding : 1.2vw;
	}
	.galleryTrans {
		width : 30%;
		padding : 0 calc(1.2vw + 1px);
	}
	.galleryItem .img img {
		height : 30vw;
	}
	.galleryItem .img span {
		height : 30vw;
	}
	.galleryItem .comm h3 {
		font-size : calc(0.62vw + 11.0px);
	}
	.galleryItem .comm p {
		font-size : calc(0.62vw + 10.0px);
	}
	.busiMain .normalTitle {
		margin-left : auto;
		margin-right : auto;
		padding-left : 0;
		padding-right : 10px;
		text-align : center;
	}
}
@media only screen and (max-width: 480px) {
	.topTitle {
		height : 50vw;
	}
	.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 : 42vw;
	}
	.galleryItem .img span {
		height : 42vw;
	}
}

/* 会社案内 */

.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 dl {
	display : table;
	width : 100%;
}
.messageWrap dt {
	display : table-cell;
	width : 140px;
	text-align : center;
	background-color : #69377e;
	color : #ffffff;
	font-size : 1rem;
	font-weight : 400;
	padding : 8px 0 10px 0;
	border : 1px solid #8c8c8c;
}
.messageWrap dd {
	display : table-cell;
	width : calc(100% - 174px);
	text-align : left
	background-color : #ffffff;
	color : #000000;
	font-size : 1rem;
	font-weight : 400;
	padding : 8px 0 10px 30px;
	border : 1px solid #8c8c8c;
}

.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: 480px) {
	.messageWrap dl {
		display : block;
		width : 100%;
	}
	.messageWrap dt {
		display : block;
		width : calc(100% - 16px);
		text-align : left;
		padding : 8px;
	}
	.messageWrap dd {
		display : block;
		width : calc(100% - 16px);
		padding : 8px;
	}
}

.imgback {
	background: url(../img/back_img.png) repeat top left;
	background-size : cover;
	padding : 90px 20px 90px 20px;
	max-height : 825px;
	box-sizing: border-box;
}
.mgtopmess {
	width : 100%;
	max-width : 1000px;
	background-color : #ffffff;
	padding : 20px;
	margin : 0 auto;
	box-sizing : border-box;
}
.mgtopmessInner {
	width : 100%;
	padding : 30px 60px;
	box-sizing : border-box;
	border : 3px solid #cd1d41;
}
.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;
		padding-bottom : 9vw;
	}
	.mgtopmessInner {
		padding : 30px 6vw;
	}
	.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;
	}
}
@media only screen and (max-width: 480px) {
	.imgback {
		padding-top : 60px;
		padding-bottom : 40px;
		max-height : 9999px;
		margin-bottom : 60px;
	}
}

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

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

.compMain .word {
	font-size: 18px;
	line-height: 2.4;
	width: 80%;
	max-width: 825px;
}
.compMainRec .word {
	font-size: 16px;
	line-height: 2.0;
	width: 100%;
	max-width: 825px;
}
.co_main .word {
	color: #000000;
}
.rc_main .word {
	color: #000000;
}
.rc_main .normalTitleLeft {
	color: #000000 !important;
}
.compMain .buttons {
	width: 90%;
	max-width: 825px;
	text-align: right;
	margin-top: 36px;
}
.co_main .buttons {
	text-align: right;
}
.rc_main .buttons {
	text-align: left;
}
.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 {
		top : 3vw;
		height: 40.8vw;
		padding-top : 3vw;
	}
	.compMain .word {
		font-size : calc(0.54vw + 8.1px);
		line-height: 1.8;
	}
	.co_main .word {
		margin-top : 1vw;
	}
}
@media only screen and (max-width: 1240px) {
	h2.normalTitleLeft {
		font-size: 26px;
	}
	.leftWord {
		font-size: 14px;
		margin-top: 2vw;
	}
	.compMain .check {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.compMain .buttons {
		margin-top: 2vw;
	}
	.compMain {
		top : 2vw;
		height: 44.6vw;
		padding-top : 5vw;
		padding-left : 2vw;
		padding-right : 2vw;
	}
	.compMain .word {
		font-size : calc(0.54vw + 8.1px);
		line-height: 1.8;
		width : 94%;
		margin-top : -1vw;
	}
	.moreRev_w {
		width: 200px;
		font-size: 14px;
		line-height: 50px;
	}
	.moreRev_w::after {
		top: 24%;
	}
}
@media only screen and (max-width: 1100px) {
	.workbtn {
		margin-top : -2vw;
	}
}
@media only screen and (max-width: 1000px) {
	.compMain {
		width : 480px;
	}
	.compMain.co_main {
		left: 0;
	}
	.compMain .word {
		margin-top : -3vw;
	}
	.rc_main {
		right : 0;
	}
	.rc_main .word {
		margin-top : -3vw;
	}
	h2.normalTitleLeft {
		font-size: 24px;
	}
	.co-btn {
		width: 32px;
		height: 32px;
		background-size : cover;
	}
	.rc-btn {
		width: 32px;
		height: 32px;
		background-size : cover;
	}
}
@media only screen and (max-width: 860px) {
	.compImgInnerRec {
		position: relative;
		display : inline-block;
		width: 100%;
		max-width: 928px;
	}
	.compImgRec img {
		width: 100%;
		max-width: 928px;
		height: auto;
		max-height: 675px;
		object-fit: cover;
	}
	.compMainRec {
		position: relative;
		top: -6px;
		z-index: 3;
		width: 100%;
		height: auto;
		max-height: 1000px;
		padding : 5vw 8vw;
		box-sizing: border-box;
	}
	.compMainRec.co_main {
		right : 0;
	}
	.recback {
		background : none;
	}
	.recTitle {
		font-size : calc(2.59vw + 7.7px);
	}
	.compMainRec .word {
		font-size : calc(0.56vw + 11.2px);
		line-height : 1.8;
		padding-top : 16px;
	}

}
@media only screen and (max-width: 800px) {
	.pageTops  {
		height : calc(36vw + 60px);
		margin-top : 60px;
	}
	.topTitle  {
		padding-top : 2vw;
		font-size : calc(1.4vw + 19.5px);
	}
	.topTitle span {
		line-height : 1.0;
		position ; relative;
		top : -4px;
	}
	.smp_compTitle {
		display: block;
	}
	.compImg {
		margin-top: 7vw;
	}
	.compImg img {
		width: 100%;
	}
	.compShadow {
		display: none;
		background-color: #dadcf0;
	}
	.compWrap {
		padding-bottom: 0;
	}
	.compMain {
		position: relative;
		top: -6px;
		z-index: 3;
		width: 80%;
		height: auto;
		padding: 6vw;
		margin : 0 auto;
		box-sizing: border-box;
	}
	.compMain .word {
		font-size : 14px;
		line-height: 1.8;
		width : 100%;
	}
	.compMain .newsTitle {
		display: none;
	}
	.compMain.co_main {
		left: 0;
	}
	.compMain p {
		font-size: calc(0.62vw + 11.0px);
		color: #444444;
		line-height: 1.6;
		width: 84%;
		margin: 0px auto 5vw auto;
	}
	.compMain .check {
		font-size: 18px;
		margin-bottom: 12px;
		width : 3.4em;
	}
	.co_img {
		text-align: center;
	}
	.rc_img {
		text-align: center;
	}
	.compImgInner {
		width: 80%;
	}
	.compImg img {
		height: 60vw;
	}
	.compMain .buttons {
		position : absolute;
		top : 12px;
		left : 0;
		width : 100%;
		text-align: center;
		margin-top: 0px;
	}
	.co_main .buttons {
		text-align: center;
	}
	.rc_main {
		right: 0;
	}
	.rc_main .buttons {
		text-align: center;
	}
	.serviceWrap {
		padding-top : 3vw;
	}
}
@media only screen and (max-width: 640px) {
	h2.normalTitleLeft {
		font-size : calc(2vw + 10.1px);
	}
	.compMain {
		width: calc(100% - 20px);
	}
	.compImgInner {
		width: calc(100% - 20px);
	}
	.compImg img {
		height: 68vw;
	}
}
@media only screen and (max-width: 480px) {
	.compMain {
		padding : 4vw; 3vw 6vw 3vw;
	}
	.leftWord {
		font-size: 12px;
	}
	.compMain .word {
		font-size : 12px;
	}
}
@media only screen and (max-width: 400px) {
	.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;
	}
}

.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 : 20px;
	font-weight : 500;
	color : #000000;
	position : relative;
	line-height : 1.2;
	font-family: 'Noto Sans JP', sans-serif;
}
.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 {
	padding : 20px 0 12px 0;
	box-sizing: border-box;
	font-size : 14px;
	line-height : 1.6;
	color : #000000;
	font-weight : 400;
}
.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 {

}
.detailMore a {
	font-size : 1rem;
	font-weight : 500;
	color : #000000;
	transition: 0.3s;
}
.detailMore a:hover {
	color : #777777;
}
@media only screen and (max-width: 800px) {
	.detailWrap .detailTitle {
		font-size : calc(0.83vw + 13.4px);
	}
	.detailWrap .sizeWrap {
		font-size : 0.9rem;
	}
	.detailWrap {
		padding-top : 6vw;
	}
}
@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;
	}
}

.imageback {
	background : #ebebeb url(../img/comp_back.jpg) no-repeat top center;
	font-size : 0;
	background-size : cover;
}
.companyWrap h2 {
	color : #ffffff;
	font-size : 32px;
	font-weight : bold;
	line-height : 1.4;
}
.companyWrap h2 strong {
	font-size : 36px;
}
.compFlex {
	display : -webkit-flex;
	display : flex;
	align-items: center;
}
.compFlex.bdr {
	border-bottom : 1px solid #ffffff;
}
.compFlex dt {
	width : 136px;
	color : #ffffff;
	font-size : 24px;
	font-weight : bold;
	line-height : 1.3;
	text-align : center;
}
.compFlex dt strong {
	font-size : 28px;
	display : block;
}
.compFlex dd {
	width : calc(100% - 186px);
	margin-left : 50px;
}
.compFlex dd h4 {
	color : #ffffff;
	font-size : 20px;
	font-weight : 500;
	line-height : 1.3;
}
.compFlex dd p {
	color : #ffffff;
	font-size : 14px;
	font-weight : 300;
	line-height : 2.0;
}
@media only screen and (max-width: 1340px) {
	.companyWrap h2 {
		font-size : calc(1.37vw + 13.6px);
	}
	.companyWrap h2 strong {
		font-size : calc(1.57vw + 15.0px);
	}
	.compFlex dt {
		width : 7em;
		font-size : calc(0.78vw + 13.5px);
	}
	.compFlex dt strong {
		font-size : calc(0.98vw + 14.9px);
	}
	.compFlex dd {
		width : calc(100% - 7em - 5vw);
		margin-left : 5vw;
	}
	.compFlex dd h4 {
		font-size : calc(0.59vw + 12.1px);
	}
	.compFlex dd p {
		font-size : 0.9rem;
	}
}
@media only screen and (max-width: 400px) {
	.companyWrap h2 strong {
		display : block;
	}
	.compFlex {
		display : block;
	}
	.compFlex dt {
		width : 100%;
		text-align : left;
		margin-top : 8px;
		margin-bottom : 14px;
	}
	.compFlex dt strong {
		display : inline-block;
	}
	.compFlex dd {
		width : 100%;
		margin-left : 0px;
	}
}

/* お問い合わせ */

.normalWrap4 form {
	padding : 0 10px;
}

.step {
	list-style-type: none;
	position: relative;
	width : 100%;
}
.step li {
	position: absolute;
	top : 0;
	height : 76px;
	background: #f0f0f0;
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	line-height : 1.0;
	letter-spacing: 2px;
}
.step li table {
	width : 100%;
	border-collapse : collapse;
	height : 76px;
}
.step li table td {
	width : 100%;
	height : 76px;
	vertical-align: middle;
}
.step li.step01 {
	width : calc(33% + 60px);
	left : 0;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
}
.step li.step02 {
	width : calc(33% + 60px);
	left : 33%;
	padding: 0 20px 0 90px;
	box-sizing: border-box;
}
.step li.step03 {
	width : 34%;
	left : 66%;
	padding: 0 20px 0 110px;
	box-sizing: border-box;
}
@media screen and (max-width:1460px){
	.step li {
		font-size : calc(1.58vw + 8.9px);
	}
}
@media screen and (max-width:480px){
	.step li{
		padding: 0.6em 0.6em 0.6em 2em;
	}
}
.step li:last-child {
	padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after {
	display: none;
}
.step li:before,
.step li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.step li.step01:before {
	top: -6px;
	right: -8px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 44px 0 44px 68px;
	z-index: 10;
}
.step li.step01:after{
	top : 0;
	right : 0;
	border-style: solid;
	border-color: transparent transparent transparent #f0f0f0;
	border-width: 38px 0 38px 60px;
	z-index: 10;
}
.step li.step02:before {
	top: -6px;
	right: -8px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 44px 0 44px 68px;
	z-index: 10;
}
.step li.step02:after{
	top : 0;
	right : 0;
	border-style: solid;
	border-color: transparent transparent transparent #f0f0f0;
	border-width: 38px 0 38px 60px;
	z-index: 10;
}
.step li.is-current{
	background: #69377e;
	color: #FFF;
}
.step li.is-current::after{
	border-color: transparent transparent transparent #69377e;
}
.step li span {
	font-size: 22px;
	color : #000000;
	font-weight : bold;
	display: block;
	line-height : 1.1;
	letter-spacing: 4px;
}
.step li.is-current span {
	color: #FFF;
}
@media screen and (max-width:1460px){
	.step li span {
		font-size : calc(0.88vw + 9.2px);
		letter-spacing: 3px;
	}	
}
@media screen and (max-width:800px){
	.step li {
		height : 64px;
		letter-spacing: 1px;
	}
	.step li table {
		height : 64px;
	}
	.step li table td {
		height : 64px;
	}
	.step li.step01 {
		width : calc(30% + 20px);
		padding: 0 10px 0 10px;
	}
	.step li.step02 {
		width : calc(36% + 20px);
		left : 30%;
		padding: 0 10px 0 30px;
	}
	.step li.step03 {
		padding: 0 10px 0 40px;
	}
	.step li.step01:before {
		top: -4px;
		right: -6px;
		border-width: 36px 0 36px 26px;
	}
	.step li.step01:after{
		top : 0;
		right : 0;
		border-width: 32px 0 32px 20px;
	}
	.step li.step02:before {
		top: -4px;
		right: -6px;
		border-width: 36px 0 36px 26px;
	}
	.step li.step02:after{
		top : 0;
		right : 0;
		border-width: 32px 0 32px 20px;
	}
}
@media screen and (max-width:640px){
	.step li {
		font-size : calc(1.88vw + 8.0px);
		letter-spacing: 0px;
	}
	.step li span {
		font-size : calc(1.25vw + 8.0px);
		letter-spacing: 1px;
	}	
}
@media screen and (max-width:400px){
	.step li {
		height : 50px;
		letter-spacing: 0px;
	}
	.step li table {
		height : 50px;
	}
	.step li table td {
		height : 50px;
	}
	.step li.step01 {
		width : calc(28% + 20px);
		padding: 0 10px 0 10px;
	}
	.step li.step02 {
		width : calc(38% + 20px);
		left : 28%;
		padding: 0 10px 0 30px;
	}
	.step li {
		font-size : calc(1.88vw + 7.0px);
		letter-spacing: 0px;
	}
	.step li span {
		font-size : calc(1.25vw + 7.0px);
		letter-spacing: 0px;
	}
	.step li.step01 {
		padding: 0 10px 0 6px;
	}
	.step li.step02 {
		padding: 0 10px 0 28px;
	}
	.step li.step03 {
		padding: 0 10px 0 28px;
	}
	.step li.step01:before {
		top: -4px;
		right: -6px;
		border-width: 29px 0 29px 26px;
	}
	.step li.step01:after{
		top : 0;
		right : 0;
		border-width: 25px 0 25px 20px;
	}
	.step li.step02:before {
		top: -4px;
		right: -6px;
		border-width: 29px 0 29px 26px;
	}
	.step li.step02:after{
		top : 0;
		right : 0;
		border-width: 25px 0 25px 20px;
	}
}
table.tb01 {
	border-collapse: collapse;
	width: 100%;
}
.tb01 th,
.tb01 td {
	border : solid 3px #8C8C8C;
	text-align: left;
	box-sizing: border-box;
}
.tb01 th {
	background: #F0F0F0;
	color: #000000;
	font-weight : 400;
	font-size : 1rem;
	padding : 20px 0;
}
.tb01 th div {
	position : relative;
	width : 92%;
	margin : 0 auto;
	max-width : 210px;
	min-width : 168px;
}
.tb01 td {
	color: #000000;
	font-weight : 400;
	font-size : 1rem;
	padding : 20px 20px;
}
.tb01 td span {
	display : block;
	color: #000000;
	font-weight : 400;
	font-size : 0.9rem;
	margin-top : 8px;
}
.tb01 td span.text-primary {
	color: #6b377f;
	font-weight : 700;
	font-size : 1.2rem;
	margin-top : 10px;
}
@media screen and (max-width: 640px) {
	.tb01 {
		width: 100%;
	}
	table.tb01 th,
	table.tb01 td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.tb01 tr:last-child {
		border-bottom: solid 1px #8C8C8C;
	}
	.sworkstbl td {
		font-size: calc(0.62vw + 12.0px);
		line-height: 2.0;
	}
}
.embed-responsive-16by9 {
	border : 3px solid #8c8c8c;
	padding : 20px 30px;
	box-sizing: border-box;
}
.embed-responsive-16by9 iframe {
	border-style : none;
	width : 100%;
	height : 270px;
}
.page p {
	font-size : 0.9rem;
	line-height : 1.6;
	font-family: 'Noto Sans JP', sans-serif;
}
.pp {
	background-color: #F0F0F0;
	text-align: center;
	padding: 1em;
	font-size : 1.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 24px 0;
	position : relative;
}
.pp .label {
	position : absolute;
	top : 24px;
	left : 60px;
	display : inline-block;
	vertical-align: top;
	font-size  : 13px;
	color : #000000;
	font-weight : 400;
	background-color : #f8b62c;
	line-height : 1.6;
	padding : 0 10px;
}
.pp #agree {
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	position : relative;
	top : -2px;
	left : -10px;
}
.submbtn {
	font-size : 16px;
	font-weight : 500;
	color : #000000;
	background-color : #f8b62a;
	line-height : 2.4;
	padding : 0 30px;
	border-radius : 20px;
	border-style : none;
	letter-spacing: 1px;
	transition: 0.3s;
}
.submbtn:hover {
	color : #ffffff;
	background-color : #f74f0f;
}
.thanks h3 {
	font-size : 1.2rem;
	color : #cd1d41;
}
.thanks p {
	font-size : 1rem;
	color : #333333;
	line-height : 2.0;
}
@media screen and (max-width:480px) {
	.tabrleft {
		width: 50%;
	}
	.nav-tabs li a {
		font-size: 14px;
	}
	.pp {
		font-size : 1rem;
		letter-spacing: 0;
		margin: 20px 0;
	}
	.pp .label {
		top : 12px;
		left : 4px;
		font-size  : 12px;
	}
	.pp #agree {
		-ms-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		position : relative;
		top : -2px;
		left : -10px;
	}
	.embed-responsive-16by9 {
		border : 2px solid #8c8c8c;
		padding : 2vw 3vw;
	}
}
.tabrleft:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	/*border-color: transparent #fff transparent transparent;
  border-width: 0 45px 45px 0;*/
	border-right: solid 3em #fafcfc;
	border-bottom: solid 2.9em transparent;
}
@media screen and (max-width:480px) {
	.tabrleft:after {
		border-right: solid 3em #fafcfc;
		border-bottom: solid 2.6em transparent;
	}
}
.tabrright {
	position: relative;
	background: #00428E;
	width: 20%;
}
@media screen and (max-width:480px) {
	.tabrright {
		width: 50%;
	}
}
.tabrright:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	border: none;
	border-left: solid 3em #fafcfc;
	border-bottom: solid 2.9em transparent;
}
@media screen and (max-width:480px) {
	.tabrright:after {
		border-left: solid 3em #fafcfc;
		border-bottom: solid 2.6em transparent;
	}
}
.formtitle {
	padding-left : 24px;
	border-left: solid 10px #69377e;
	font-size : 24px;
	font-weight: 700;
	color : #000000;
	letter-spacing: 2px;
	line-height : 2.0;
}
@media screen and (max-width:480px){
	h3.formtitle {
		font-size:16px;
		padding-left : 18px;
		border-left: solid 6px #69377e;
		letter-spacing: 0px;
	}
	.submbtn {
		font-size : 14px;
		line-height : 2.4;
		padding : 0 20px;
		border-radius : 16px;
		letter-spacing: 0px;
	}
}

.narrowWrap {
	width: 100%;
	max-width: 1068px;
	margin: 0 auto;
	padding: 0 8px;
	box-sizing: border-box;
}
.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;
}
@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);
	}
}
@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;
	}
	.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;
	}
}
@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;
	}
	.contactWrap dd div label {
		display : block;
		font-size : 13px;
		margin : 8px 0;;
		padding : 8px;
	}
	.contactForm dd label {
		display : inline-block;
		width : 80vw;
		color : #6d6d6d;
		margin : 8px 0 12px 0;
	}
}

/*お問い合わせ*/

.formTable option  {
	font-size : 14px;
	padding : 3px;
}
.formTable select  {
	font-size : 14px;
	padding : 3px;
}
.formBtn  {
	margin-bottom : 80px;
}
.addr_area p {
	display : -webkit-flex;
	display : flex;
	align-items: center;
}
.addr_area p strong {
	display : inline-block;
	width : 10em;
	font-size : 1rem;
	color : #000000;
	letter-spacing: 1px;
	font-weight : 400;
}
.form-zip {
	border: 3px solid #f0f0f0;
	background: #ffffff;
	color : #000000;
	padding : 10px;
	font-size : 1rem;
	width: 30%;
	border-radius : 3px;
}
.form-tdfk {
	border: 3px solid #f0f0f0;
	background: #ffffff;
	color : #000000;
	padding : 10px;
	font-size : 1rem;
	width: 30%;
	border-radius : 3px;
}
.form-addr {
	border: 3px solid #f0f0f0;
	background: #ffffff;
	color : #000000;
	padding : 10px;
	font-size : 1rem;
	width: calc(100% - 12em);
	border-radius : 3px;
}
.form-control {
	border: 3px solid #f0f0f0;
	background: #ffffff;
	color : #000000;
	padding : 10px;
	font-size : 1rem;
	width: calc(100% - 40px);
	border-radius : 3px;
}
.inputarea1  {
	border: 1px solid #ababab;
	color : #333333;
	padding : 6px;
	font-size : 16px;
}
span.hissu {
	position : absolute;
	top : 18px;
	right : 0;
	display : inline-block;
	vertical-align: top;
	font-size  : 1rem;
	color : #ffffff;
	background-color : #cd1d41;;
	line-height : 1.6;
	padding : 0 14px;
	border-radius : 24px;
}
.pmm {
	font-size : 1rem;
	color : #000000;
	font-weight : 400;
	padding : 0 0 30px 32px;
}
.topTelWrap p {
	font-size : 1rem;
	font-weight : 500;
	line-height : 1.8;
	color : #000000;
	font-family: 'Noto Sans JP', sans-serif;
}
.topTelWrap p strong {
	font-size : 1.1rem;
}
.topTelWrap p strong a {
	color : #000000;
}
.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;
}
.container {
	width : 100%;
	padding : 0 10px;
	box-sizing: border-box;
}
.container h2  {
	font-size : 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.container p  {
	font-size : 1rem;
	font-weight: 400;
}
.container a  {
	padding : 4px 120px 5px 120px;
}
a.hinbanbutton  {
	display : inline-block;
	padding : 8px 14px;
	background-color : #0eb1dc;
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
a.hinbanbutton:hover  {
	background-color : #27caf3;
	color : #ffffaa;
}

.form-field:focus {
   background: #fff;
   color: #725129;
}
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
}
.form-title {
   margin-bottom:10px;
   color: #725129;
   text-shadow: #fdf2e4 0 1px 0;
}
.pp-container  {
	font-size : 1.1em;
	margin : 0 0 12px 0;
	text-align : left;
	color : #333333;
	line-height : 2.0;
	font-weight : 500;
}
.pp-container h4 {
	font-size : 16px;
	text-align : center;
	margin-bottom : 16px;
	color : #333333;
}
.pp-container p {
	font-size : 14px;
	text-align : left;
	margin-bottom : 16px;
	color : #333333;
}
.pp-container a {
	color : #333333;
	display : inline-block;
	text-align : left;
	border-bottom : 1px solid #333333;
}
.pp-check  {
	text-align :left;
	font-size : 1rem;
	font-weight : 400;
	color : #333333;
	line-height : 2.2;
}
.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;
}
.formTable dl {
	font-size : 21px;
	font-weight : 500;
	color : #333333;
	padding : 20px 0;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.formTable dt {
	width : 30%;
	color : #cd1d41;
	display : block;
	background-color : #ffffff;
	padding-right : 20px;
	padding-top : 12px;
	position : relative;
}
.formTable dd {
	width : 70%;
	color : #333333;
	display : block;
	background-color : #ffffff;
	padding-left : 20px;
	text-align : left;
}
.formTable dd {
	padding-top : 12px;
}
.formTable dd input,
.formTable dd textarea {
	width : 100%;
	color : #333333;
	background-color : #ffffff;
	padding : 12px;
	font-size : 1.1em;
	text-align : left;
	border : 1px solid #aaaaaa;
	border-radius : 6px;
	box-sizing: border-box;	border-radius : 6px;

}
@media only screen and (max-width: 960px) {
	.formTable dl {
		font-size : calc(1.09vw + 10.5px);
		padding : 20px 0;
	}
}
@media only screen and (max-width: 798px) {
	.formTable dl {
		display : block;
	}
	.formTable dt {
		width : 100%;
		padding : 0 0 12px 0;
	}
	.formTable dd {
		width : 100%;
		padding-left : 0;		padding-left : 0;

	}
	span.hissu {
		position : relative;
		top : 4px;
		right : 0;
		display : inline-block;
		padding : 0 14px;
		margin-left : 32px;
	}
}
@media only screen and (max-width: 480px) {
	.topTelWrap p {
		text-align : left;
		padding : 0 10px;
	}
	.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  {
		font-size : 14px;
	}
	.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;
	}
	.submit-container::after {
		top : 3px;
		right : 24px;
		font-size : 28px;
	}
	.pmm {
		padding : 0 0 3vw 3vw;
	}
}

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

footer {
	position: relative;
	z-index: 3;
	background : url(../img/foot_back.png) no-repeat top center;
	background-size : cover;
}
.mgt0 {
	margin-top: 0 !important;
	padding: 0 !important;
}
.footlogo img {
	width: 40%;
	max-width : 218px;
}
.footerTable {
	width: 100%;
	padding: 30px 0;
	text-align : center;
}
.footerTable h3 {
	font-size : 18px;
	font-weight : 400;
	color : #000000;
}
.footAdders {
	font-size : 1.1rem;
	font-weight : 400;
	color : #ffffff;
	line-height : 1.4;
}
.footAdders .footAddr {
	font-size : 1.1rem;
	font-weight : 400;
	color : #ffffff;
}
.footTels {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.footTels .footTel {
	font-size : 40px;
	font-weight : 500;
	color : #ffffff;
	line-height : 1.4;
}
.footTels .footTel a {
	color : #ffffff;
}

.footSns a {
	display : inline-block;
	margin : 0 16px;
}
.copyright {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	padding: 20px 0 20px 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;
}
@media only screen and (max-width: 1060px) {
	footer {
		height : auto;
		padding-bottom : 80px !important;
	}
}
@media only screen and (max-width: 640px) {
	.footerTable {
		padding: 3vw 0;
	}
	.footerTable h3 {
		font-size : 1.2rem;
	}
	.footAdders {
		font-size : 1rem;
	}
	.footTels .footTel {
		font-size : 2rem;
		margin-right : 0;
	}
	.footSns {
		padding-top : 24px;
	}
	.copyright {
		font-size: 12px;
		padding: 20px 0 0 0;
	}
}
@media only screen and (max-width: 400px) {
	.footerTable h3 {
		font-size : 1rem;
	}
	.footSns a {
		margin : 0 1rem;
	}
	.footAdders .footAddr {
		padding-top : 12px;
	}
}

/* 管理画面フッター */
#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  {
	text-align : center;
}
.wrapPageTopPc p {
	display : inline-block;
	padding-top : 80px;
	background : url(../img/top_arrow.png) no-repeat top center;
	color : #ffffff;
	font-size : 24px;
	font-weight : 700;
}

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

.bxslider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    list-style: none;
}

.bxslider_thumbnail > li {
    width: calc(100% / 5);
}

.bxslider_thumbnail > li > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail > li > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    width: 100%;
}
.bxslider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    list-style: none;
	padding : 0 5%;
}
@media only screen and (max-width: 640px) {
	.bxslider_thumbnail {
		margin-top: 3vw;
	}
}
.bxslider_thumbnail > li {
    width: calc(100% / 4);
}
.bxslider_thumbnail > li > a {
    display: block;
    position: relative;
    padding-top: 75%;
}
.bxslider_thumbnail > li > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 95%;
    max-height: 100%;
}

