@charset "utf-8";

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

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

img {
	border: none;
}
.colb {
	color : #333333;
}

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;
}
html {
	width : 100%;
	overflow-x : hidden;
}

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

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

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

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

#nonimages div {
	display: none;
}

#nonimages div img {
	display: none;
}

#opnimages div {
	display: none;
}

#opnimages div img {
	display: none;
}

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

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

.clearfix:after {
	clear: both;
}

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

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

header.wrapHeaderTop {
	width : 100%;
	position: relative;
	z-index : 98;
	height : calc(80vw + 80px);
	max-height : 1034px;
}
header.wrapHeaderTop::before {
	content : "";
	display : block;
	width : 50%;
	overflow : hidden;
	position: relative;
	background-color : #f7f7f7;
	z-index : -1;
	height : calc(72vw + 170px);
	max-height : 960px;
	margin-left : auto;
}
header.wrapHeaderElse {
	width : 100%;
	position: relative;
	z-index : 98;
	height : calc(30vw + 90px);
	max-height : 400px;
}
header.wrapHeaderElse::before {
	content : "";
	display : block;
	width : 100%;
	overflow : hidden;
	position: absolute;
	top : 0;
	left : 0;
	background-color : #f7f7f7;
	z-index : -1;
	height : calc(15vw + 90px);
	max-height : 300px;
}

.headLogo {
	position: absolute;
	top : 160px;
	left : 218px;
	width : 241px;
	transition: 0.3s;
	z-index : 10;
}
.headLogo img {
	width: 260px;
}
.headLogoSub {
	height : 104px;
	padding : 14px 0 0 32px;
	box-sizing: border-box;
}
.headLogoSub img {
	width : 260px;
}
.admin_headMenuInner {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}
.headTels {
	position: absolute;
	top : 28px;
	right : 120px;
	width : auto;
	box-sizing: border-box;
	z-index: 97;
	transition: all 0.6s;
}
.headMenu ul {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.headMenu li {
	display: block;
	color: #4c2b0a;
}
.headMenu .main li a {
	color: #d6ab3a;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	display: block;
	line-height: 1.6;
	padding: 10px 30px;
	position: relative;
	transition: .5s;
}
.headMenu .main li a::after {
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #d6ab3a;
	transition: .5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.headMenu .main a:hover::after {
	width: 60%;
}
.headMenu .main li a h4 {
	font-size: 0.85rem;
}
.inMenuFlex .headMenu li {
	font-size: 20px;
}
.inMenuFlex .headMenu .main li a {
	font-size: 20px;
	padding: 14px 0;
}
.headMenu .main li span {
	display: inline-block;
	vertical-align: top;
	color: #b8b8b8;
	font-size: 24px;
	line-height: 1.0;
	padding: 0 12px;
	position: relative;
	top: -6px;
}
.headOver {
	position : absolute;
	top : 50%;
	left : 0;
	width : 100%;
	text-align : left;
	padding-left : 210px;
	box-sizing: border-box;
	z-index : 95;
	animation: ho-fadeIn 2s cubic-bezier(0.19, 1, 0.22, 1);;
}
.headOverInner {
	display : inline-block;
	padding : 0;
}
.headOverInner h4 {
	line-height : 2.0;
	width : 34em;
	letter-spacing : 0.2em;
	padding-left : 4px;
}
.headOverInner h2 {
	line-height : 1.3;
	font-weight : 900;
	letter-spacing : 3px;
	color : #d61a6a;
}
@keyframes ho-fadeIn {
  from {
    opacity: 0;
    transform: translateX(-600px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.headTel {
	display: block;
	position: absolute;
	top: 32px;
	right: 200px;
	z-index: 9;
	width: 174px;
	text-align: center;
}
.headTel a {
	display: inline-block;
	margin: 0 14px;
}
.headTel span {
	display: inline-block;
	text-align: left;
	width: calc(100% - 40px);
	height: 32px;
	line-height: 1.0;
	padding-top: 5px;
	padding-left: 40px;
	font-weight: 500;
	font-size: 24px;
	color: #010101;
	text-decoration: none;
	background: url(../img/tel_mark.png) no-repeat left top 3px;
	transition: .5s;
	vertical-align: top;
}
.headSns {
	position : absolute;
	top : 42%;
	right : 0px;
	width : 64px;
	z-index : 98;
	text-align : center;
}
.headSns a {
	position : relative;
	display : inline-block;
	margin : 8px 0;
	background-color : #d7aa37;
	width : 40px;
	height : 40px;
	font-size : 0;
	border-radius : 50%;
	transition: 0.3s;
}
.headSns a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.headSns a:hover {
	opacity : 0.7;
}
.headScroll {
	position : fixed;
	top : 380px;
	left : 0;
	width : 40px;
	text-align : center;
}
.headScroll .scrollDown {
	display: flex;
	align-items: center;
	width : 100%;
	font-size : 1rem;
	letter-spacing: 2px;
	color : #d7aa37;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight : 700;
	text-align : center;
	opacity : 1;
	cursor : pointer;
}
.headScroll .scrollUp {
	display: flex;
	align-items: center;
	width : 100%;
	font-size : 1rem;
	letter-spacing: 2px;
	color : #d7aa37;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight : 700;
	text-align : center;
	opacity : 0;
	cursor : pointer;
}
.headScroll .scrollArrow {
	display ; block;
	margin : 10px auto;
	width : 2px;
	height : 100px;
	overflow : hidden;
}
.headScroll .scrollArrowInner {
	display ; inline-block;
	width : 2px;
	height : 50px;
	background-color : #d7aa37;
	animation: arrowMove 2s infinite linear;
	transform: translate(0, -100px);
}
.headScroll .scrollArrowInner.active {
	animation: arrowMoveUp 2s infinite linear;
	transform: translate(0, 100px);
}
@keyframes arrowMove {
	to {
		  transform: translate(0, 100px);
	}
}
@keyframes arrowMoveUp {
	to {
		  transform: translate(0, -100px);
	}
}
@media only screen and (max-width: 1900px) {
	.headLogo {
		left : 12vw;
	}
	.headOver {
		padding-left : 12vw
	}
}
@media only screen and (max-width: 1800px) {
	.headLogo {
		left : 64px;
	}
	.headOver {
		padding-left : 64px;
	}
}
@media only screen and (max-width: 1600px) {
	.headTels.sub {
		max-width : 700px;
		right : 130px;
	}
}
@media only screen and (max-width: 1240px) {
	.headLogo {
		width : 24vw;
	}
	.headLogo img {
		width: 20vw;
	}
	.headTels {
		position: absolute;
		right : 10vw;
	}

}
@media only screen and (max-width: 1182px) {
	header.sub {
		height : calc(74vw + 80px);
		max-height : 874px;
	}
	.openMenu .headSns {
		top : 100px;
	}
	.headSns a {
		display : block;
		margin : 10px;
	}
}
@media only screen and (max-width: 1000px) {
	.lineWindow {
		display : none;
	}
}
@media only screen and (max-width: 720px) {
	header.wrapHeaderTop {
		height : auto;
		max-height : 2000px;
	}
	header.wrapHeaderTop::before {
		top : 32vw;
		height : calc(72vw + 140px);
		position : absolute;
		left : 50%;
	}
	header.wrapHeaderElse {
		height : calc(38vw + 120px);
		max-height : 1000px;
	}
	header.wrapHeaderElse::before {
		height : calc(25vw + 90px);
		max-height : 400px;
	}
	.headLogo {
		top : 6vw;
		left : 8vw;
		width : 40vw;
		position : relative;
	}
	header {
	  height: calc(110vw + 120px);
	  max-height: 904px;
	}
	header.sub {
		 height: calc(78vw + 120px);
	}
	.mgt100.dp720 {
		margin-top : 0 !important;
	}
	.headLogo img {
		width: 40vw;
		max-width : 241px;
	}
	.headLogoSub img {
		width: 60vw;
		max-width : 260px;
		top: 50%;
		left: 0;
		transform: translateY(-60%);
		-webkit-transform: translateY(-60%);
		position : relative;
	}
	.headSns {
		top: 110px;
	}
	.headSns a {
	  display: inline-block;
	  margin: 6px;
	}
	.headOver {
		position: relative;
		top: 0;
		left: 0;
		padding-left : 8vw;
		width: 100%;
		margin-top : 16vw;
	}
	.headOverInner {
		display : inline-block;
		padding : 0;
		background-color : transparent;
		border-radius : 0;
	}
	.headOverInner h4 {
		font-size : calc(1.4vw + 5.6px) !important;
		line-height : 1.8;
		padding-bottom : 6vw;
		width : 100%;
		letter-spacing: 0;
	}
	.headOverInner h2 {
		font-size : calc(5.6vw + 5.6px) !important;
		line-height : 1.3;
	}
	.headOverInner h2 br {
 		display : block;
	}
	.headScroll {
		width : 7vw;
		top : 38vw;
	}
	.headScroll .scrollImg {
		width : 7vw;
	}
}
@media only screen and (max-width: 480px) {
	.lineWindow {
		position : absolute;
		top : -5vw;;
		right : 0px;
		width : 100%;
		text-align : center;
	}
	.lineWindow img {
		width : 70vw;
		max-width : 354px;
	}
	.headSns a {
		width : 30px;
		height : 30px;
	  	margin: 6px 4px;
	}
	.headSns a img {
		transform: translateY(-50%) translateX(-50%) scale(0.6, 0.6);
		-webkit- transform: translateY(-50%) translateX(-50%) scale(0.6, 0.6);
	}
	.openMenu .headSns a img {
		transform: translateY(-50%) translateX(-50%) scale(0.6, 0.6);
		-webkit- transform: translateY(-50%) translateX(-50%) scale(0.6, 0.6);
	}
	.headMenu .main li a:hover::before {
		left: -24px;
	}
	.headMenu .main li:nth-of-type(1) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(2) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(3) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(3) a:hover span {
		opacity : 0;
	}
	.headMenu .main li:nth-of-type(4) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(5) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(6) a:hover {
		padding-left : 0px;
	}
	.headMenu .main li:nth-of-type(7) a:hover {
		padding-left : 0px;
	}
}
@media only screen and (max-width: 440px) {
	.mgt100.dp720 {
		margin-top : calc(5vw + 20px) !important;
	}
}

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

.openMenu {
	position: fixed;
	width : 800px;
	height: calc(50vw + 100px);
	max-height: 761px;
	box-sizing: border-box;
	top: 0px;
	right: -800px;
	z-index: 98;
	transition: all 0.6s;
	background-color : #f7f7f7;
}
.innerSmpTels {
	padding: 20px 70px 50px 70px;
}
.inMenuLogo img {
	width : 12vw;
	max-width : 120px;
}
.inMenuFlex {

}
.inMenuFlex .inHeadMenu {
	width : 100%;
}
.inMenuFlex .inHeadMenu ul {
	display : block;
}
.inMenuFlex .inHeadMenu li {
	padding : 20px 0;
}
.inMenuFlex .inHeadMenu li a {
	color : #d61a6a;
	transition: 0.3s;
}
.inMenuFlex .inHeadMenu li a:hover {
	color : #d7aa37;
}
.inMenuFlex .inHeadMenu .left {
	width : 58%;
}
.inMenuFlex .inHeadMenu .right {
	width : 38%;
}
.openMenuBlock {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.openMenuBlock dt {
	width : 50%;
	box-sizing: border-box;
	padding : 32px 0 32px 72px;
	border-top : 1px solid #c9c9c9;
	border-right : 1px solid #c9c9c9;
	border-bottom : 1px solid #c9c9c9;
}
.openMenuBlock div.t_left {
	display : inline-block;
}
.openMenuBlock h3 {
	text-align : left;
	font-size : 20px;
	color : #2e2d33;
	font-weight : 500;
}
.openMenuBlock h4 {
	display : block;
	text-align : left;
	font-size : 14px;
	color : #808080;
	font-weight : 500;
}
.openMenuBlock .tel {
	text-align : left;
	font-size : 32px;
	color : #2e2d33;
	font-weight : 700;
}
.openMenuBlock .tel span {
	text-align : left;
	display : inline-block;
	margin-right : 6px;
	font-size : 18px;
	color : #2e2d33;
	font-weight : 500;
}
.openMenuBlock dd {
	width : calc(50% - 1px);
	box-sizing: border-box;
	padding : 32px 0 32px 72px;
	border-top : 1px solid #c9c9c9;
	border-bottom : 1px solid #c9c9c9;
}
.smpt40 {
	margin-top : 0;
}
@media only screen and (max-width: 800px) {
	.inMenuFlex .inHeadMenu .main li a {
		font-size : calc(1.46vw + 8.3px);
		padding: calc(1.67vw + 10.7px) 0;
	}
	.openMenu {
		width : 100%;
		height : 100vh;
		right: -100%;
		overflow : auto;
	}
	.inMenuFlex .inHeadMenu li {
		padding : 2vw 0;
	}
	.innerSmpTels {
		padding: 5.4vw 7.2vw;
	}
	.inMenuLogo img {
		width : 80px;
	}
	.openMenuBlock h3 {
		font-size : calc(1.46vw + 8.3px);
	}
	.openMenuBlock h4 {
		font-size : 0.9rem;
	}
	.openMenuBlock .tel {
		font-size : calc(2.92vw + 8.7px);
	}
	.openMenuBlock .tel span {
		font-size : 1rem;
	}
	.openMenuBlock dt {
		padding : 3.2vw 0 3.2vw 5.2vw;
	}
	.openMenuBlock dd {
		padding : 3.2vw 0 3.2vw 5.2vw;
	}
	.smpt40 {
		margin-top : 40px !important;
	}
}
@media only screen and (max-width: 480px) {
	.openMenuBlock dt {
		padding : 3.2vw 0 3.2vw 2vw;
	}
	.openMenuBlock dd {
		padding : 3.2vw 0 3.2vw 2vw;
	}
	.innerSmpTels {
	  padding: 5.4vw 64px 5.4vw 5.2vw;
	}
	.inMenuFlex .inHeadMenu .left {
		width : 60%;
	}
	.inMenuFlex .inHeadMenu .right {
		width : 36%;
	}
	.inMenuFlex .inHeadMenu .main li a {
		font-size : calc(1.46vw + 8.3px);
		padding: calc(1.67vw + 2.7px) 0;
	}
	.inMenuLogo {
		position : relative;
		left : 0px;
		top : -4px;
	}
}

.smp_menu {
	position : fixed;
	top: 13px;
	right: 0;
	width: 64px;
	height: 64px;
	text-align: center;
	z-index : 99;
	transition: 0.5s;
}
.smp_menu p {
	display: block;
	position: absolute;
	top: 24px;
	left: 0;
	width: 64px;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	font-size: 12px;
}
.menu-trigger {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 120px;
	margin : 0 auto;
	transition: all .4s;
}
.menu-trigger span {
	position: absolute;
	left: 18px;
	width: 28px;
	height: 4px;
	background-color: #d7aa37;
	transition: all .4s;
}
.menu-trigger strong {
	display : block;
	position : absolute;
	top: 18px;
	left: 0;
	width: 64px;
	color: #d7aa37;
	font-size : 12px;
	font-weight : 600;
	text-align : center;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger.is-open span:nth-of-type(1) {
	width: 30px;
	-webkit-transform: translate3d(-1px,3px, 0) rotate(40deg);
	transform: translate3d(-1px, 3px, 0) rotate(40deg);
}
.menu-trigger.is-open span:nth-of-type(2) {
	width: 30px;
	-webkit-transform: translate3d(-1px, -9px, 0) rotate(-40deg);
	transform: translate3d(-1px, -9px, 0) rotate(-40deg);
}

.cp_overLeft {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 20;
}
.smplink {
	display :  none;
}

@media only screen and (max-width: 720px) {
	.pc_headline .headMenu {
		display: none;
	}
	.headTel {
		display: none;
	}
	.headInqu {
		display: none;
	}
	.smplink {
		display : block;
	}
}

.snsButtons {
	display: block;
}

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

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

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

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

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

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

#prev {
	left: -600px;
}

#next {
	right: -600px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#p_points {
	display: block;
}

#s_points {
	display: none;
}

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

.smp_centerbtn {
	display: none;
}

.pc_topimg {
	display: inline;
}

.smp_topimg {
	display: none;
}

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

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

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

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

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

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


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

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

.topImg  {
	width : 100%;
	height : calc(70vw + 104px);
	max-height : 881px;
	margin : 0 auto;
	overflow : hidden;
	position : relative;
}
.pos-rel {
	position : relative;
	background-color : #c4b266;
}
.slide_all {
	position : absolute;
	top : 104px;
	right : 0;
	width : 80%;
	max-width : 1275px;
	height : 72vw;
	max-height : 800px;
	margin : 0 64px 0 auto;
}
.no_slide {
	width : 100%;
	height : 72vw;
	max-height : 800px;
	margin : 0 auto;
}
.pict {
	width : 100%;
	height : 72vw;
	max-height : 800px;
	margin : 0 auto;
	position : absolute;
	top : 0;
	left : 0;
}
.slide_all img {
	width : 100%;
	height : 100%;
	object-fit : cover;
}

.slide_sub {
	position : relative;
	top : 0px;
	right : 0;
	width : calc(100% - 110px);
	margin : 0 64px 0 auto;
	text-align : right;
}
.no_slide_sub {
	width : 100%;
	height : 30vw;
	max-height : 300px;
	margin : 0 auto;
}
.pict_sub {
	width : 100%;
	height : 30vw;
	max-height : 300px;
	margin : 0 auto;
	position : absolute;
	top : 0;
	left : 0;
}
.slide_sub img {
	width : 100%;
	max-width : 1792px;
	height : 100%;
	object-fit : cover;
}

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

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


/*　ナビ包括-----------------------------*/
/* グローバルナビゲーション */
.panWrap  {
	width : 100%;
	max-width : 1200px;
	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 : 14px;
	color : #4b4b4b;
	font-weight : 500;
}
.panWrap li a {
	display: inline-block;
	color : #4b4b4b;
	transition: 0.3s;
}
.panWrap li:first-child a {
	padding-left : 30px;
	background : url(../img/home.png) no-repeat center left;
}
.panWrap li a:hover {
	opacity : 0.6;
}
@media only screen and (max-width: 1340px) {
	.panWrap  {
		padding : 10px 0 0 10px;
	}
}

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

.smpNavi {
	display: none;
}

.smp_mgb80 {
	margin-bottom: 0;
}

.top_images {
	position: relative;
}

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

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

/* メインコンテンツ包括---------------------------*/
.btmheaf {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #f7f7f7 60%, #f7f7f7 100%);
}
.topback {
	background: url(../img/back03.png) no-repeat top left 100px;
}
.grayback {
	background-color : #f7f7f7;
	padding-left : 10px;
	padding-right : 10px;
	box-sizing: border-box;
}
.conceptWrap {
	width : 100%;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.topBusinessItem {
	width : 24%;
	max-width : 325px;
}
.topBusinessItem .image {
	font-size : 0;
	width : 100%;
	height : 22vw;
	max-height : 300px;
	overflow : hidden;
}
.topBusinessItem .image a {
	font-size : 0;
	width : 100%;
	height : 22vw;
	max-height : 300px;
	overflow : hidden;
}
.topBusinessItem .image a img {
	font-size : 0;
	width : 100%;
	height : 22vw;
	max-height : 300px;
	object-fit: cover;
	transition: 0.4s;
}
.topBusinessItem .image a:hover img {
	transform:scale(1.1, 1.1);
}
.topBusinessItem .wrap {
	display : block;
	color : #0f1e83;
	padding : 20px;
	background-color : #ffffff;
	transition: 0.4s;
	position: relative;
	font-size : 0;
}
.topBusinessItem .wrap p {
	color : #0f1e83;
	transition: 0.4s;
}
.topBusinessItem .wrap::before {
	content : "";
	position : absolute;
	top : calc(50% - 1px);
    right: 20px;
    width: 32px;
    height: 2px;
    background: #0f1e83;
	transition: 0.4s;
}
.topBusinessItem .wrap::after {
	content : "";
	position : absolute;
	top : calc(50% - 4px);
    right: 19px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0f1e83;
    border-right: 2px solid #0f1e83;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: 0.4s;
}
.topBusinessItem .wrap:hover p {
	color : #d7aa37 !important;
}
.topBusinessItem .wrap:hover::before {
    background: #d7aa37;
}
.topBusinessItem .wrap:hover::after {
    border-top: 2px solid #d7aa37;
    border-right: 2px solid #d7aa37;
}
.conceptWrap {
	position : relative;
}
.conceptWrap .conceptLeft {
	width : 55%;
	max-width : 1000px;
	height : 55vw;
	max-height : 550px;
	position : absolute;
	top : 0;
	left : 0;
	padding-bottom : 50px;
	z-index : 2;
}
.conceptWrap.rev .conceptLeft {
	left : auto;
	right : 0;
}
.conceptWrap  img {
	width : 100%;
	max-width : 1000px;
	height : 55vw;
	max-height : 550px;
	object-fit: cover;
}
.conceptWrap .conceptRight {
	width : 55%;
	max-width : 1000px;
	height : 55vw;
	max-height : 550px;
	position : relative;
	margin : 50px 0 0 auto;
	padding : 60px 0;
	background-color : #f7f7f7;
	z-index : 1;
	box-sizing: border-box;
}
.conceptWrap.rev .conceptRight {
	margin : 50px auto 0 0;
}
.conceptWrap .conceptRight p {
	width : 100%;
	max-width : 490px;
	margin : 50px auto;
	letter-spacing: 1px;
}
.conceptWrap .conceptRight h3 {
	width : 90%;
	letter-spacing: 3px;
	max-width: 490px;
}
.conceptWrap .conceptRight span {
	display : block;
	letter-spacing: 2px;
}
.conceptWrap .conceptRight h4 {
	width : 100%;
	letter-spacing: 2px;
	color : #d7aa37;
}
.conceptWrap .conceptRight h5 {
	width : 90%;
	letter-spacing: 2px;
	color : #d7aa37;
	max-width: 490px;
}
.mg30imp {
	margin-top : 30px !important;
}
.mg10imp {
	margin-top : 10px !important;
	margin-bottom : 0px !important;
}
.topContactWrap  {
	width : 100%;
	max-width : 1000px;
	margin : 0 auto 0 auto;
}
.contactBox .left {
	width : 50%;
	background-color : #f7f7f7;
}
.contactBox .right {
	width : 50%;
	background-color : #efefef;
}
.contactBox a {
	display : block;
	color : #333333;
	padding : 40px 0;
	font-weight : 700;
}
br.touten {
	display : block;
}
@media only screen and (max-width: 1700px) {
	.conceptWrap .conceptRight {
		padding : 6vw 0 6vw 10vw;
	}
	.conceptWrap.rev .conceptRight {
		padding : 6vw 10vw 6vw 0;
	}
}
@media only screen and (max-width: 1520px) {
	.topback {
		background: url(../img/back03.png) no-repeat top left 10px;
		background-size : 15vw;
	}
	br.touten {
		display : none;
	}
	.conceptLeft .inner img {
		border-radius: 0 calc(7vw + 10px) calc(7vw + 10px) 0;
	}
}
@media only screen and (max-width: 1080px) {
	.topback {
		background-image : none;
	}
	.topback.pdt120 {
		padding-top : 6vw !important;
	}
	.topBusinessItem .wrap {
		padding : 2vw 1vw;
	}
	.topBusinessItem .wrap::before {
		right: 10px;
		width: 24px;
	}
	.topBusinessItem .wrap::after {
		right: 9px;
	}
	.conceptWrap .conceptRight p {
		width : 90%;
		margin : 5vw auto;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 800px) {
	.conceptWrap.busiInner {
		padding-left : 7vw;
		box-sizing: border-box;
	}
	.conceptLeft .inner {
		border-radius : 0 8vw 8vw 0;
	}
	.conceptLeft .inner.rev{
		border-radius : 8vw 0 0 8vw;
	}
	.conceptLeft .inner img {
		border-radius : 0 8vw 8vw 0;
	}
	.conceptLeft .inner.rev img {
		border-radius : 8vw 0 0 8vw;
	}
}
@media only screen and (max-width: 720px) {
	.btmheaf {
		background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #f7f7f7 30%, #f7f7f7 100%);
	}
	.topBusinessItem {
		width : 48%;
		max-width : 325px;
	}
	.topBusinessItem.smpmgb {
		margin-bottom : 6vw;
	}
	.topBusinessItem .image {
		height : 32vw;
	}
	.topBusinessItem .image a {
		height : 32vw;
	}
	.topBusinessItem .image a img {
		height : 32vw;
	}
	.conceptWrap {
		display : block;
	}
	.conceptWrap .conceptLeft {
		position : relative;
		width : 100%;
		height : auto;
		padding-bottom : 0;
		font-size : 0;
	}
	.conceptWrap.rev .conceptLeft {
		left : 0;
		right : 0;
	}
	.conceptWrap  img {
		width : 100%;
		max-width : 1000px;
		height : 55vw;
		max-height : 550px;
		object-fit: cover;
	}
	.conceptWrap .conceptRight {
		width : 100%;
		height : auto;
		position : relative;
		margin : 0;
		padding : 7vw 0 6vw 0;
	}
	.conceptWrap.rev .conceptRight {
		padding : 7vw 0 6vw 0;
		margin : 0;
	}
	.topContactWrap  {
		width : 80%;
		max-width : 640px;
		margin-bottom : 30px;
	}
	.contactBox .left {
		width : 100%;
	}
	.contactBox .right {
		width : 100%;
	}
	.contactBox .left a {
		padding : 6vw 0;
	}
	.contactBox .right a {
		padding : 6vw 0;
	}
	.contactBox .right span {
		padding-top : 10px;
	}
	.contactBox a img {
		height : 30px;
	}
}

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

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

.coldFlex {
	background-color : #f7f7f7;
}
.coldLeft {
	width : 50%;
	font-size : 0;
}
.coldLeft .inner {
	width : 100%;
}
.coldLeft .inner img {
	width : 100%;
}
.coldRight {
	width : 50%;
	font-size : 0;
	padding : 0 4%;
	box-sizing: border-box;
}
.coldRight h3 {
	letter-spacing: 3px;
}
.coldRight p {
	letter-spacing: 2px;
}
h3.fwnormal {
	border-bottom : 3px solid #d61a6a;
	letter-spacing: 2px;
	color : #d61a6a;
}
.coldWrap {
	background-color : #f7f7f7;
	padding : 0 8%;
	box-sizing: border-box;
}
.coldBlock dl {
	display : -webkit-flex;
	display : flex;
}
.coldBlock.border {
	border-bottom : 2px dashed #0f1e83;
}
.coldBlock  dt {
	width : 5vw;
	max-width : 51px;
}
.coldBlock img {
	width : 5vw;
	max-width : 51px;
}
.coldBlock dd {
	width : calc(100% - 5vw - 12px);
	padding-left : 12px;
	font-weight : 500;
}
.imageback {
	background : url(../img/cold_back.jpg) no-repeat 0 0;
}
.coldContact {
	background-color : #ffffff;
	border : 1px solid #0f1e83;
}
.coldContact p {
	font-weight : 500;
	letter-spacing: 2px;
}

.fruitback {
	position : relative;
}
.fruitback .back {
	position : absolute;
	z-index : 1;
}
.fruitback .back.i05 {
	top : 100px;
	left : calc(50% - 700px);
	width : 402px;
	height : 363px;
	background : url(../img/back05.png) no-repeat 0 0;
}
.fruitback .back.i01 {
	top : 120px;
	right : 10%;
	width : 275px;
	height : 199px;
	background : url(../img/back01.png) no-repeat 0 0;
}
.fruitback .back.i02 {
	top : 40%;
	right : 5%;
	width : 292px;
	height : 268px;
	background : url(../img/back02.png) no-repeat 0 0;
}
.fruitback .back.i03 {
	top : 60%;
	left : 5%;
	width : 402px;
	height : 363px;
	background : url(../img/back03.png) no-repeat 0 0;
}
.fruitback .back.i04 {
	bottom : 50px;
	right : 10%;
	width : 356px;
	height : 363px;
	background : url(../img/back04.png) no-repeat 0 0;
}
.companyWrap {
	width : 100%;
	max-width : 700px;
	background-color : #ffffff;
	border : 1px solid #0f1e83;
	padding : 74px;
	box-sizing: border-box;
	position : relative;
	z-index : 2;
}
.companyWrap p span {
	display : block;
	letter-spacing: 2px;
}
.profileWrap {
	width : 100%;
	max-width : 900px;
	box-sizing: border-box;
}
.profileWrap .image {
	width : 100%;
}
.profileWrap .image img {
	width : 32%;
}
.profileWrap .plofileInner {
	
}
.profileWrap .plofileInner dl {
	display : table;
	border-collapse: collapse;
	border-bottom : 1px dotted #b7bcd9;
	width : 100%;
}
.profileWrap .plofileInner dl.first {
	border-top : 1px dotted #b7bcd9;
}
.profileWrap .plofileInner dt {
	display : table-cell;
	width : 8em;
	letter-spacing: 2px;
	font-weight : 500;
	padding : 32px 0;
}
.profileWrap .plofileInner dd {
	display : table-cell;
	width : calc(100% - 8em);
	letter-spacing: 2px;
	font-weight : 400;
	padding : 32px 0;
}

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

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

.bannerFlex {
	width : 100%;
	max-width : 1200px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.bannerFlex a {
	display : block;
	margin : 0 10px;
}
.bannerFlex img {
	width : 100%;
	max-width : 554px;
}
@media only screen and (max-width: 480px) {
	.bannerFlex {
		display : block;
	}
	.bannerFlex a {
		display : block;
		margin : 10px;
	}
}
 
.top_images {
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: center;
	background: url(../img/top_image.jpg) repeat-x top center;
	max-height: 576px;
	font-size: 0;
	line-height: 0;
}

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

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

@media only screen and (max-width: 400px) {
	.aboutWrap p {
		line-height : 1.8;
		letter-spacing: 0px;
	}
}


.newsWrapOuter {
	background : url(../img/haikei3.jpg) no-repeat 0 0;
	height : 481px;
}
.normalTitle h4 {
	letter-spacing: 2px;
	font-weight : 500;
	color : #d7aa37;
	line-height : 1.1;
	font-family: 'Josefin Sans', sans-serif;
}
.normalTitle h2 {
	letter-spacing: 1px;
	font-weight : 500;
	color : #d7aa37;
	line-height : 1.4;
}
.normalTitle.downbar::after {
	content : "";
	display : inline-block;
	width : 1px;
	height : 60px;
	border-right : 1px solid #0f1e83;
	margin-top : 20px;
}
.reverceTitle {
	text-align : center;
	font-family : 'Yu Mincho', 'YuMincho', 'メイリオ', 'Meiryo', serif;
	font-size : 36px;
	font-weight : 500;
	letter-spacing: 2px;
	color : #ffffff;
	line-height : 1.4;
	height : 102px;
	padding-top : 38px;
}
.reverceTitle.t_news {
	background : url(../img/news_ttl.png) no-repeat center top;
}
.reverceTitle.e_profile {
	background : url(../img/profile_ttl.png) no-repeat center top;
	position : relative;
	left : 24px;
}
.reverceTitle.e_recruit {
	background : url(../img/recruit_ttl.png) no-repeat center top;
}
.contactTitle {
	text-align : center;
	font-family : 'Yu Mincho', 'YuMincho', 'メイリオ', 'Meiryo', serif;
	font-size : 36px;
	font-weight : 500;
	letter-spacing: 2px;
	color : #707070;
	line-height : 1.4;
	height : 82px;
	padding-top : 38px;
	background : url(../img/contact_ttl.png) no-repeat center top;
}
.contactTitle.e_essential {
	background : url(../img/essential_ttl.png) no-repeat center top;
}
@media only screen and (max-width: 720px) {
	.normalTitle.downbar::after {
		height : calc(3vw + 30px);
		margin-top : 2vw
	}
}
@media only screen and (max-width: 480px) {
	.newsWrapOuter {
		height : auto;
		padding-bottom : 6vw;
	}
	.newsItem a {
		display : block;
		padding : 0px 10px 8px 10px;;
	}
	.newsItem p {
		font-size : 13px;
	}
	.newsItem .date {
		width : 100%;
	}
	.newsItem .comm {
		width : 100%
	}
	.newsItem .new {
		position : absolute;
		top : 16px;
		right : 0px;
		width : 70px;
		color : #44ac67;
		font-size : 12px;
	}
}
@media only screen and (max-width: 480px) {
	.topContactWrap p {
		text-align : left !important;
	}
}

.pager {
	width: 100%;
	text-align: center;
}
.pager li {
	display: inline-block;
	font-size: 24px;
	line-height: 1.0;
	vertical-align: top;
}
.pager li span {
	display: inline-block;
	font-size : 18px;
	margin: 0 4px;
	width : 40px;
	line-height : 38px;
	padding-bottom : 2px;
	color: #ffffff;
	background-color : #d7aa37;
	font-weight: bold;
	vertical-align: middle;
	border-radius : 20px;
}
.pager li a {
	display: inline-block;
	font-size : 18px;
	margin: 0 4px;
	width : 40px;
	line-height : 38px;
	padding-bottom : 2px;
	color : #0f1e83;
	font-weight: bold;
	vertical-align: middle;
	transition: 0.3s;
	border-radius : 20px;
	background-color : #ffffff;
}
.pager li em {
	display: inline-block;
	margin: 0 14px;
	color: #ffffff;
	font-style: normal;
	vertical-align: top;
}
.pager li a.gray {
	background-color : #b3b3b3;
	border : 1px solid #b3b3b3;
	font-family: 'Arsenal', sans-serif;
	font-size : 36px;
}
.pager li a:hover {
	color: #d7aa37;
	background-color : #f7f7f7;
}

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

.recruitWrap {
	width: 100%;
	position: relative;
	border-top : 2px solid #0f1e83;
	border-bottom : 2px solid #0f1e83;
}
.essentialBr {
	display : none;
}
@media only screen and (max-width: 480px) {
	.essentialBr {
		display : block;
	}
}
.recruitTable {
	width : 100%;
}
.recruitTable {
	width : 100%;
	border-collapse: collapse;
	table-layout : fixed;
}
.recruitTable th {
	font-size : 1.2rem;
	font-weight : 500;
	width : 8em;
	padding : 16px 24px;
	text-align : left;
	letter-spacing: 2px;
}
.recruitTable td {
	font-size : 1.2rem;
	font-weight : 400;
	width : calc(100% - 8em);
	padding : 16px 24px;
	text-align : left;
	word-break : break-all;
}
@media only screen and (max-width: 640px) {
	.recruitTable {
		display : block;
		width : 100%;
		box-sizing: border-box;
	}
	.recruitTable tbody {
		display : block;
		width : 100%;
	}
	.recruitTable tr {
		display : block;
		width : 100%;
	}
	.recruitTable th {
		display : block;
		width : 100%;
		font-size : 1.2rem;
		padding : 2vw 0 0 0;
		letter-spacing: 1px;
	}
	.recruitTable td {
		display : block;
		width : 100%;
		font-size : 1.1rem;
		padding : 1vw 0 2vw 3vw;
		border-bottom : 1px dotted #a1a1a1;
		box-sizing: border-box;
	}
}

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

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

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

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

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

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

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

.recruitItem h2 span {
	display: inline;
}

.recruitItem p span {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

	.recruitItem p {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

/* 各ページ */

/* 仕事内容 */

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

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

/* 会社案内 */

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

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

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


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

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

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

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

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

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


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

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

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

}
@media only screen and (max-width: 800px) {
	a.workbtn {
		width: 70%;
		max-width: 200px;
		padding:  0 0 0 6vw;
	}
	.recruitMain a.workbtn {
		max-width: 160px;
		padding:  0 0 0 5vw;
	}
	.recruitMain a.workbtn::after {
		right : 20px;
	}
	a.worksnobtn {
		width: 200px;
		padding:  0 4vw;
		font-size: 1.2rem;
		line-height: 54px;
		border-radius : 27px;
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 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;
	}
	a.workbtn {
		max-width: 160px;
		padding:  0 0 0 6vw;
		line-height: 14vw;
	}
	a.workbtn::before {
		top : 7vw;
		right: 10px;
		width: 20px;
	}
	a.workbtn::after {
		top : calc(7vw - 3.2px);
		right: 9px;
		width: 6px;
	}
	.recruitMain a.workbtn {
		max-width: 110px;
		padding:  0 0 0 5vw;
		line-height: 12vw;
		border-radius : 7vw
	}
	.recruitMain a.workbtn::after {
		right : 12px;
	}
	button.workbtn {
		width: 220px;
		padding:  0 0 0 30px;
		font-size: 1.1rem;
		line-height: 56px;
		border-radius : 28px;
	}
	button.workbtn::after {
		font-size : 1.1rem;
		top : 0;
		right : 30px;
	}
}

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

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

/* 施工実績詳細 */

.detailWrap {
	width : 100%;
	max-width : 1204px;
}
.detailWrap h4 {
	font-size : 1.05rem;
	color : #2e2d33;
	font-weight : 500;
	padding-bottom : 10px;
	border-bottom : 5px solid #2e2d33;
}
.detailNames {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.detailNames .sns a {
	display : inline-block;
	margin-left : 30px;
}
.detailWrap .detailTitle {
	font-size : 40px;
	font-weight : 700;
	color : #2e2d33;
	position : relative;
}
.detailFlex {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: flex-start;
}
.photoWrap {
	width : 45%;
	max-width : 500px;
}
.photoWrap img {
	width : 100%;
	max-width : 500px;
	height : 24vw;
	max-height : 350px;
	object-fit: cover;
}
.profWrap {
	width : 53%;
	padding-left : 4%;
}
.profWrap h3 {
	font-size : 0px;
	border-bottom : 2px solid #2e2d33;
	position : relative;
	top : -40px;
}
.profWrap p {
	font-size : 1.05rem;
	color : #2e2d33;
	line-height : 1.8;
}
.profWrap h3 span {
	display : inline-block;
	position : relative;
	top : 30px;
	font-size : 42px;
	color : #2e2d33;
	font-style : italic;
	letter-spacing: 3px;
	font-weight : 700;
	background-color : #ffffff;
	padding-right : 12px;
}
.detailActual {
	border : 3px solid #929196;
	padding : 0 24px 24px 24px;
	margin-top : 50px;
}
.detailActual h3 {
	display : inline-block;
	position : relative;
	top : -21px;
	font-size : 24px;
	color : #2e2d33;
	letter-spacing: 1px;
	font-weight : 500;
	background-color : #ffffff;
	padding : 0 10px;
	position : relative;
	top : -22px;
}
.detailActual p {
	font-size : 1.05rem;
	color : #2e2d33;
	line-height : 2.0;
}
.blackTitle {
	display : inline-block;
	text-align : center;
	color : #2e2d33;
	font-size : 40px;
	font-weight :  700;
	letter-spacing: 3px;
	line-height : 1.2;
	padding-bottom : 24px;
	background : url(../img/line01.png) no-repeat bottom left;
}
.detailWrap .sizeWrap {
	background-color : #ececec;
	padding : 32px 45px 12px 45px;
	box-sizing: border-box;
}
.worksWrap {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.worksItem {
	width : 48%;
}
.worksItem p {
	text-align : left;
	font-size : 1.1rem;
	color : #2e2d33;
	line-height : 2.0;
	font-weight : 500;
}
.worksItem img {
	width : 100%;
	max-width : 580px;
	height : 40vw;
	max-height : 410px;
	object-fit: cover;
}
.selectWrap {
	display : inline-block;
	border : 1px solid #2e2d33;
	border-radius : 28px;
	padding : 2px 18px;
}
.selectItem select {
	font-size : 1rem;
	color : #2e2d33;
	font-weight : 500;
	padding : 12px 0;
	border-style : none;
	background-color : #ffffff;
}
.selectItem select option {
	font-size : 1rem;
	color : #2e2d33;
	font-weight : 500;
}
.pageNav01 {
	list-style: none;
	margin-bottom: 2px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
}
.pageNav01 span.active {
	display: block;
	width : 36px;
	padding: 4px 0;
	font-size: 18px;
	text-align : center;
	margin-right: 12px;
	color: #ffffff;
	background-color: #f2914a;
	border: 1px solid #f2914a;
	font-weight: bold;
	border-radius : 50%;
}
.pageNav01 span.between {
	color: #2e2d33;
	background-color: #ffffff;
	font-weight: 400;
	margin-right : 12px;
	padding-top : 6px;
}
.pageNav01 a {
	display: block;
	padding: 4px 0;
	font-size: 18px;
	font-weight : bold;
	text-align : center;
	margin-right: 12px;
	color: #4c2b0a;
	text-decoration: none;
	transition: 0.3s;
	border-radius : 50%;
}
.pageNav01 a.arrow {
	width : 36px;
	font-weight : 700;
}
.pageNav01 a.number {
	width : 38px;
	color: #4c2b0a;
}
.pageNav01 a.ya {

}
.pageNav01 a.ya:hover {

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


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

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

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

.contactWrap  {
	width : calc(100% - 20px);
	max-width : 720px;
	margin : 0px auto 0 auto;
	padding : 0 10px;
	background-color : #ffffff;
}
.contactWrap h2 {
	font-size : 32px;
	color : #000000;
	line-height ; 1.8;
	font-weight : 700;
	margin-bottom : 24px;
	border-bottom : 1px solid #000000;
}
.contactForm {
	width : 100%;
	max-width : 1100px;
	margin : 0 auto;
}
.contactForm .precomm {
	font-size : 0.9rem;
	font-weight : 300;
	margin-bottom : 24px;
	padding-bottom : 8px;
	border-bottom : 2px solid #0f1c84;
}
.progress .step {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.progress .step li {
	width : 29%;
	font-size : 1rem;
	color : #d7aa37;
	background-color : #ffffff;
	border : 1px solid #d7aa37;
	text-align : center;
	padding : 20px 0 24px 0;
	position : relative;
}
.progress .step li.n_arrow::after {
	content : "";
	position : absolute;
	top : 30px;
	right : -48px;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border-top: 2px solid #0f1c84;
	border-right: 2px solid #0f1c84;
	transform: rotate(45deg);
}
.progress .step li span {
	font-weight : bold;
}
.progress .step li.is-current {
	color : #ffffff;
	background-color : #d7aa37;
}
.contactForm dl {
	display : table;
	width : 100%;
	border-collapse: collapse;
	table-layout : fixed;
	border-bottom : 2px solid #ebeef5;
	word-wrap: break-word;
}
.contactForm dl.first {
	border-top : 2px solid #e2e2e2;
}
.contactForm dt {
	display : table-cell;
	vertical-align: top;
	font-size : 1rem;
	color : #0f1c84;
	font-weight : 500;
	width : 25%;
	padding : 30px 24px 18px 0;
	text-align : left;
}
.contactForm dt p {
	position : relative;
}
.contactForm dd {
	display : table-cell;
	vertical-align: top;
	font-size : 1rem;
	color : #0f1c84;#0f1c84;
	font-weight : 400;
	width : 75%;
	padding : 24px 0 24px 24px;
	word-wrap: break-word;
}
.contactForm dd select {
	font-size : 1rem;
	color : #0f1c84;
	font-weight : 400;
	padding : 7px 0 7px 8px;
	border-style : none;
	background-color : #f6f6f7;
	border-radius : 4px;
}
.contactForm dd option {
	font-size : 1rem;
	color : #1c1c1c;
	font-weight : 400;
	background-color : #f6f6f7;
}
.contactForm dd label {
	display : inline-block;
	font-size : 0.85rem;
	width : 10em;
	color : #0f1c84;
	border : 1px solid #aaaaaa;
	border-radius : 6px;
	padding : 8px;
	margin-right : 10px;
	margin-bottom : 6px;
}
.contactForm dd label input {
	display : inline-block;
	margin-right : 10px;
}
.contactForm dt span  {
	position : absolute;
	top : -1px;
	right : 10px;
	display : inline-block;
	padding : 6px 20px 8px 20px;
	font-size : 1rem;
	color : #ffffff;
	font-weight : bold;
	line-height : 1.0;
	background-color : #d7aa37;
	border-radius : 6px;
}
.privWrap  {
	margin-top : 20px;
	background-color : #ffffff;
	padding : 30px;
	font-size : 16px;
	width : 100%;
	box-sizing: border-box;
}
.privWrap h3 {
	font-size : 24px;
	font-weight : 700;
	text-align : center;
	margin-bottom : 36px;
}
.privWrap h4 {
	font-size : 1.15rem;
	font-weight : 700;
	margin-top : 24px;
}
.privWrap p {
	font-size : 1rem;
	font-weight : 400;
}
.privWrap dt {
	display : inline-block;
	vertical-align: top;
	width : 20px;
	font-size : 1rem;
	font-weight : 400;
}
.privWrap dd {
	display : inline-block;
	vertical-align: top;
	width : calc(100% - 30px);
	font-size : 1rem;
	font-weight : 400;
}
.progress .step span {
	display : inline-block;;
	margin-right : 12px;
}
@media only screen and (max-width: 1200px) {
	.contactWrap h2 {
		font-size : calc(2.05vw + 11.4px);
		margin-bottom : 3.4vw;
	}
	.contactWrap p {
		font-size : calc(0.34vw + 11.9px);
	}
	.contactWrap p strong {
		font-size : calc(0.91vw + 13.1px);
	}
	.contactWrap p a {
		font-size : calc(0.68vw + 11.8px);
	}
	.progress .step li.n_arrow::after {
		right : calc(-3vw - 10px);
	}
}
@media only screen and (max-width: 860px) {
	.contactForm dt span  {
		top : 0px;
		right : -14px;
		font-size : 13px;
	}
}
@media only screen and (max-width: 800px) {
	.contactWrap  {
		width: calc(100% - 8vw);
		padding : 20px 4vw;
	}
	.contactWrap h3 {
		padding-bottom : 12px;
		margin-bottom : 40px;
	}
	.contactWrap h3 strong {
		font-size : 28px;
		padding-top : 6px;
	}
	.contactWrap .comm p {
		font-size : 18px;
		color : #000000;
		line-height : 1.8;
	}
	.compBottom  {
		margin-bottom : 12vw;
	}
	.contactForm dt span  {
		right : 6px;
	}
	.contactWrap dt {
		padding : 30px 50px 10px 0;
	}
	.contactForm dl {
		display : block;
	}
	.contactForm dl.first {
		border-top : 1px solid #000000;
	}
	.contactForm dt {
		display : block;
		width : 100%;
		padding : 10px 20px;
		border-left : 1px solid #000000;
		border-right : 1px solid #000000;
		text-align : left;
		box-sizing: border-box;
	}
	.contactForm dd {
		display : block;
		width : 100%;
		padding : 10px 20px;
		border-left : 1px solid #000000;
		border-right : 1px solid #000000;
		box-sizing: border-box;
	}
	.privWrap  {
		padding : 3vw;
		font-size : 1rem;
	}
}
@media only screen and (max-width: 680px) {
	.contactWrap dl {
		display : block;
		width : 100%;
		margin-bottom : 0px;
	}
	.contactWrap dt {
		display : block;
		width : calc(100% - 20px);
		padding : 10px;
		border-top : 1px solid #f9f9f9;
		text-align : left;
	}
	.contactWrap dd {
		display : block;
		width : calc(100% - 22px);
		padding : 10px;
		border-bottom : 1px solid #e5e8ed;
	}
	.contactForm dt span  {
		top : -3px;
	}
	.progress .step span {
		display : block;
		margin-right : 0;
	}
}
@media only screen and (max-width: 480px) {
	.contactWrap h3 {
		padding-bottom : 12px;
		margin-bottom : 32px;
	}
	.contactWrap h3 strong {
		font-size : 24px;
		padding-top : 6px;
	}
	.privWrap h3 {
		padding-bottom : 12px;
		margin-bottom : 32px;
	}
	.privWrap h3 strong {
		font-size : 24px;
		padding-top : 6px;
	}
	.contactWrap .comm p {
		font-size : 16px;
		color : #000000;
		line-height : 1.8;
	}
	.compBottom  {
		margin-bottom : 16vw;
	}
	.contactForm dt {
		padding : 10px 3vw;
	}
	.contactForm dd {
		padding : 10px 3vw;
	}
	.contactWrap dd div label {
		display : block;
		font-size : 13px;
		margin : 8px 0;;
		padding : 8px;
	}
	.contactForm dd label {
		margin : 8px 2px 10px 2px;
		padding : 8px 6px;
	}
	.progress .step li.n_arrow::after {
		right : calc(-3vw - 12px);
	}
}

/*お問い合わせ*/

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

.form-field:focus {
   background: #fff;
   color: #725129;
}
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
}
.form-title {
   margin-bottom:10px;
   color: #725129;
   text-shadow: #fdf2e4 0 1px 0;
}
.submit-container {
	width: 240px;
	text-align: center;
	position : relative;
}
.submit-button {
	width: 240px;
	color: #FFF;
	border : none;
	padding: 16px 0 18px 0;
	font-size : 16px;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	cursor : pointer;
	background-color : #bfbfbf;
	position : relative;
}
.submit-container::after {
	content : "";
	position : absolute;
	top : 23px;
	right : 16px;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}
.submit-button:hover  {
	opacity : 0.7;
}
.submit-button2 {
	width: 304px;
	color: #FFF;
	border : none;
	padding: 20px 0 24px 0;
	font-size : 18px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	cursor : pointer;
	background : url(../img/subm_back2.png) no-repeat 0 0;
}
.submit-button2:hover  {
	opacity : 0.7;
}
.contactTop dl {
	width : 100%;
}
.contactTop dl dt {
	font-size : 32px;
	font-weight : 600;
}
.contactTop dl dd {
	font-size : 1rem;
	font-weight : 400;
	line-height : 1.8;
}
.contactTop dl dd a {
	color : #00b6ef;
	transition: 0.3s;
}
.contactTop dl dd a:hover {
	color : #0000ff;
}
.nallowWrap {
	width : 100%;
	max-width : 800px;
	padding : 0 10px;
	box-sizing: border-box;
	margin : 80px auto;
}
.telContactTitle {
	font-size : 1.3rem;
	font-weight : 600;
}
.topTelWrap a {
	font-size : 80px;
	font-weight : bold;
	color : #0f1c84;
}
.topTelWrap span {
	display : block;
	font-size : 1rem;
	font-weight : 300;
}
.pp-container  {
	margin : 32px 0 12px 0;
	text-align : left;
	background-color : #f0f0f0;
	padding : 16px;
}
.pp-container h4 {
	font-size : 16px;
	text-align : center;
	margin-bottom : 16px;
}
.pp-container p {
	font-size : 14px;
	text-align : left;
	margin-bottom : 16px;
}
.pp-container a {
	display : block;
	font-size : 13px;
	text-align : left;
}
.pp-check  {
	text-align : center;
	font-size : 16px;
	font-weight : 500;
	margin : 0 20px 10px 0;
}
.pp-check input[type=checkbox] {
	width:			20px;
	height:			20px;
	-moz-transform:		scale(1.3);
	-webkit-transform:	scale(1.3);
	transform:		scale(1.3);
}
.pp-check label a {
	color : #000000;
	text-decoration: underline;
	text-decoration-color : #6d6d6d;
}
.pp-check span  {
	display : inline-block;
	vertical-align : top;
	margin-left : 6px;
	position : relative;
	top : -1px;
}
.errorText  {
	color : #ff0000;
	font-size : 13px;
}
.sendmes    {
	text-align : center;
	line-height : 1.6;
	margin-bottom : 120px;
}
.errorText  {
	font-size : 12px !important;
	color : #ff0000 !important;
}
.formLeft  {
	display : inline-block;
	vertical-align : top;
}
.formRight  {
	display : inline-block;
	font-size : 12px;
	color : #4b4b4b;
	padding-left : 24px;
}
.formRight a {
	display : inline-block;
	padding : 4px 0;
	color : #4b4b4b;
}
.formRight dt {
	display : inline-block;
	color : #4b4b4b;
	font-size : 12px;
	line-height : 20px;
	padding : 0px 0;
	width : 18px;
	text-align : left;
	vertical-align : top;
}
.formRight dd {
	display : inline-block;
	color : #4b4b4b;
	font-size : 12px;
	line-height : 20px;
	padding : 0px 0;
	width : calc(100% - 18px);
	text-align : left;
	vertical-align : top;
}
@media only screen and (max-width: 960px) {
	.nallowWrap {
		margin : 8vw auto;
	}
	.topTelWrap a {
		font-size : calc(5.09vw + 21.4px);
	}
	.contactTop dl {
		display : block;
		width : 100%;
	}
	.contactTop dl dt {
		display : block;
		width : 100%;
		padding : 0 0 1.5vw 0;
		border-right : none;
		border-bottom : 1px solid #000000;
		font-size : 1.4rem;
		
	}
	.contactTop dl dd {
		display : block;
		text-align : left;
		width : 100%;
		padding : 1.5vw 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	.form-field {
		padding : 5px;
		font-size : 14px;
		width: 96%;
	}
	.form-name {
		padding : 5px;
		font-size : 14px;
		width: calc(88% - 40px);
	}
	.form-long {
		padding : 5px;
		font-size : 14px;
		width: calc(92% - 40px);
	}
	.inputarea1  {
		padding : 5px;
		font-size : 14px;
	}
	.pp-check  {
		text-align : center;
		font-size : 14px;
		font-weight : 500;
		color : #000000;
		margin : 30px 0 40px 0;
	}
	.pp-check input[type=checkbox] {
		width:			20px;
		height:			20px;
		-moz-transform:		scale(1.2);
		-webkit-transform:	scale(1.2);
		transform:		scale(1.2);
	}
	.submit-container {
		width: 100%;
		text-align: center;
		position : relative;
	}
	.submit-button {
		width: 94%;
		padding: 14px 0 16px 0;
		font-size : 16px;
	}
}

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

footer {
	position: relative;
	z-index: 3;
	background-color : #f7f7f7;
}
.footlogo img {
	width : 100%;
	max-width : 470px;
}
.mgt0 {
	margin-top: 0 !important;
	padding: 0 !important;
}
.footMenu {
	display : block;
}
.footMenu {
	border-collapse: collapse;
}
.footMenu td {
	padding : 6px 0;
	font-weight : 500;
	white-space: nowrap;
}
.footMenu th {
	padding : 6px 1.9em 6px 1.9em;
	font-weight : 500;
	white-space: nowrap;
}
.footMenu a {
	display : block;
	color : #d61a6a;
	font-weight : 500;
	font-size : 1rem;
	transition: 0.3s;
}
.footMenu li a:hover {
	opacity : 0.7;
}
.copyright {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	padding : 14px 0;
	background-color : #d61a6a;
}
@media only screen and (max-width: 1200px) {
	.footMenu li {
		font-size : 1rem;
		padding-bottom : 2vw;
	}
	.footMenu li a {
		font-size : 1rem;
	}
	.footMenu li a h4 {
		font-size : 0.8rem;
	}
}
@media only screen and (max-width: 720px) {
	.footMenu {
		display : none;
	}
	.footlogo {
		text-align : center;
	}
	.footlogo img {
		width : 70%;
	}
}
.footTels .addr {
	font-size : 1rem;
	color : #ffffff;
	font-weight : 400;
}
.footSns {
	display : -webkit-flex;
	display : flex;
}
.footSns a {
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	font-size: 0;
	border-radius: 50%;
	transition: 0.3s;
}
.footSns a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.footSns a:hover {
	opacity : 0.7;
}
.wrapContact {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
	width : 279px;
	height : 69px;
	font-size : 0;
	line-height : 0;
	z-index : 999;
}
.wrapContact {
	cursor: pointer;
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 279px;
	height: 69px;
	font-size: 0;
	line-height: 0;
	z-index: 999;
}
.footIns {
	position : relative;
	top : -4px;
}

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

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

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

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

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

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