@charset "utf-8";
/* CSS Document */

/********************************
	common
********************************/
html, body, div, span, p {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
img {
	display: block;
	/* width: 100%;
	height: auto;
	max-width: 100%; */
	opacity: 1.0; /* FireFox, Webkit, Opera */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE5.5+ */
}
sup{
	font-size: 10px;
}
.hide {
	display: none;
}
.clearFix {
	float: none;
	clear: both;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.center {
	margin: 0 auto;
	display: block;
}
.inline {
	display: inline-block;
  vertical-align: middle;
}
/* fonts */
.fs10W6 {
	font-size: 10px;
	font-weight: bold;
}
.fs14W6 {
	font-size: 14px;
	font-weight: bold;
}
.fs16W6 {
	font-size: 16px;
	font-weight: bold;
}
.fs20W6 {
	font-size: 20px;
	font-weight: bold;
}
.fs30W6 {
	font-size: 30px;
	font-size: 1.88rem;
	font-weight: bold;
}
.fs32W6 {
	font-size: 32px;
	font-weight: bold;
}
.fs14W3 {
	font-size: 14px;
	font-weight: normal;
}
.fs36W3 {
	font-size: 36px;
	font-weight: normal;
}

/* oppacity */
.op60 {
	opacity: 0.6; /* FireFox, Webkit, Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE5.5+ */
}
.op70 {
	opacity: 0.7; /* FireFox, Webkit, Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE5.5+ */
}
.op80 {
	opacity: 0.8; /* FireFox, Webkit, Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE5.5+ */
}

a:hover {
    /* opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); */
}
a img:hover {
    opacity: 0.8; /* FireFox, Webkit, Opera */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE5.5+ */
}

/* Width */
.w100per {
	width: 100%;
}
.w720px {
	max-width: 720px;
	margin: 0 auto;
}
.w760px {
	max-width: 760px;
	margin: 0 auto;
}
.w960px {
	max-width: 1020px;
	margin: 0 auto;
}

/* margin-bottom */
.mb55 {
	margin-bottom: 55px;
}

.inner{
	margin: 0 auto;
	max-width: 960px;
	width: 94%;
}
.note{
	color: #595757;
	font-size: 12px;
	line-height: 1.75;
	margin-top: 1em;
}
@media screen and (min-width: 801px){
	.note{
		text-align: right;
	}
}

/********************************
	body
********************************/
body {
	/*background: url("../image/BG_ALL_PC.png") center top no-repeat;*/
	/*background-repeat-y: repeat;*/
  background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	/* 一時利用 */
	background: #fff;
}
div#base {
	/* max-width: 960px; */
	margin: 0 auto;
	background:#fff;
}


/* ====PC==== */
@media screen and (min-width: 801px){
	.PC {
		display: inherit;
	}
	.SP {
		display: none !important;
	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	.PC {
		display: none !important;
	}
	.SP {
		display: inherit;
	}
}


/********************************
	#HEAD
********************************/
section#HEAD div.headInner::after { content: ''; display: block; clear: both; }
section#HEAD .headLeft{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
}
section#HEAD .headLeftTxt{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0 0 12px;
}
/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	section#HEAD {
		padding: 6px 0;
    height: 50px;
    box-sizing: border-box;
	}
	section#HEAD div.headInner {
		clear: both;
		float: none;
	}
	section#HEAD div.headInner #logo {
		overflow: hidden;
		padding-left: 10px;
	}
	section#HEAD div.headInner #logo img {
		width: auto;
		height: 28px;
	}
	section#HEAD .headLeftTxt{
		font-size: 14px;
	}
}
section#HEAD .ctaFix {
	position: fixed;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	z-index: 999;
}
/* ====PC==== */
@media screen and (min-width: 801px) {
	section#HEAD {
		width: 100%;
		max-width: none;
		background-color: #fff;
		position: fixed;
		top: 0;
		padding: 12px 10px;
		z-index: 9999;
		box-sizing: border-box;
	}
	section#HEAD div.headInner {
		clear: both;
		float: none;
	}
	section#HEAD div.headInner #headCopy {
		position: relative;
		top: 6px;
	}
	.rightMV img {
		width: auto;
	}
	section#HEAD .ctaFix {
		width: auto;
		background-color: transparent;
		position: absolute;
		right: 10px;
		top: -2px;
		bottom: auto;
	}
	section#HEAD .cta {
		width: 444px;
		margin: 10px 0;
	}
	section#HEAD .cta .tel a {
		width: 218px;
		height: 44px;
		line-height: .4;
		background-size: .6em auto;
		padding-top: .3em;
		padding-left: 1em;
	}
	section#HEAD .cta .tel a .num {
		font-size: 20px;
	}
	section#HEAD .cta .tel a .time {
		font-size: 10px;
	}
	section#HEAD .cta .btn a {
		font-size: 13px;
		width: 218px;
		height: 44px;
	}
}
@media screen and (min-width: 1024px){
	section#HEAD .headLeftTxt{
		font-size: 20px;
		margin: 7px 0 0 18px;
	}
}
/* ======================================
	cta
====================================== */
.cta {
	max-width: 400px;
	padding: 1em;
	margin: 0 auto;
}
.cta .tel {
	padding-bottom: 1em;
}
.cta .tel a {
	box-sizing: border-box;
	font-size: 20px;
	display: block;
	text-align: center;
	background-color: #fff;
	text-decoration: none;
	line-height: .8;
	border: 2px solid #60ab0f;
	color: #60AB0F;
	background: #fff url('../image/common/icon_tel.png') left .4em center / 1em auto no-repeat;
	border-radius: 6px;
	padding: .5em;
}
.cta .tel a .num {
	font-weight: bold;
}
.cta .tel a .time {
	font-size: 12px;
}
.cta .btn a {
	box-sizing: border-box;
	line-height: 1.2;
	background: #60ab0f url('../image/common/icon_mail.png') left .8em center / 1.5em auto no-repeat;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 6px;
	padding: .6em 1em;
}
.cta .btn a span {
	font-weight: bold;
	color: #fff;
}
@media screen and (min-width: 801px) {
	.cta {
		max-width: 760px;
		display: flex;
		justify-content: space-between;
		margin-top: 2em;
		padding: 0;
	}
	.cta a {
		transition: all .3s;
	}
	.cta .tel {
		padding-bottom: 0;
	}
	.cta .tel a {
		width: 360px;
		height: 72px;
		line-height: .6;
		font-size: 30px;
		padding-top: .6em;
	}
	.cta .tel a:hover {
		color: #4f9900;
	}
	.cta .tel a .time {
		font-size: 12px;
	}
	.cta .btn a {
		font-size: 22px;
		width: 360px;
		height: 72px;
		padding-top: .5em;
		padding-left: 2em;
	}
	.cta .btn a:hover {
		background-color: #4f9900;
	}
}

/********************************
	.kv
********************************/
.kv{
	background: #ddf5ed url(../image/wakate/kv_bg_sp.png) no-repeat center center / cover;
	box-sizing: border-box;
	padding: 24px 0;
	overflow-x: hidden;
}
.kv .inner{
	max-width: 1300px;
	position: relative;
}
.kv-inner{
	position: relative;
	max-width: 960px;
  margin: 0 auto;
}
.kv-subTtl{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	font-size: 13px;
	letter-spacing: .025em;
  line-height: 1.5;
	position: relative;
	z-index: 2;
	padding: 12px 25px;
	margin-left: -15px;
}
.kv-subTtl::after{
	position: absolute;
	content: '';
	width: calc(100% + 20px);
	height: 100%;
	top: 0;
	right: 0;
	background: #007fc3;
	transform: skew(-20deg);
	border-radius: 4px;
	z-index: -1;
}
.kv-subTtl span{
	font-size: 1.5em;
	border-bottom: 2px solid #fff100;
	line-height: 1.2;
  display: inline-block;
}
.kv-wrap{
	text-align: center;
	color: #3d3d3d;
	font-weight: bold;
	letter-spacing: .025em;
	
	margin-top: 130px;
	line-height: 1.22;
}
.kv-ttl1{
	font-size: 20px;
	text-shadow: 2px 2px 0 #fff;
	margin-bottom: 10px;
}
.kv-ttl2{
	font-size: 49px;
	text-shadow: 3px 3px 0 #fff;
	position: relative;
	display: inline-block;
}
.kv-ttl2::after{
	position: absolute;
	content: '';
	width: 44px;
  height: 54px;
	background: url(../image/wakate/kv_deco.png) no-repeat center center / 100%;
	right: -25px;
  top: -18px;
}
.kv-ttl2 span{
	font-size: .7em;
}
.kv .cta{
	display: block;
	margin-top: 30px;
	padding: 0;
}
.kv .cta .btn a{
	max-width: 418px;
	width: 100%;
	background-size: 33px;
	border-radius: 4px;
	margin: 0 auto;
	font-size: 19px;
	padding: 0.5em 0.5em 0.3em 2.5em;
}
.kv .cta .btn a .small{
	font-size: 16px;
}
.kv-point{
	position: absolute;
	width: 174px;
	transform: translateX(-50%);
	left: 50%;
	top: -105px;
}
.kv-point img{
	width: 100%;
}

/* ====PC==== */
@media screen and (min-width: 801px){
	.kv{
		background-image:  url(../image/wakate/kv_bg_pc.png);
		margin-top: 60px;
		padding: 30px 0 50px;
	}
	.kv-subTtl{
		font-size: 18px;
		padding: 15px 35px;
		margin-left: -30px;
	}
	.kv-subTtl::after{
		border-radius: 7px;
	}
	.kv-subTtl span{
		border-bottom: 4px solid #fff100;
	}
	.kv-wrap{
		margin-top: 45px;
		line-height: 1.35;
	}
	.kv-ttl1{
		font-size: 28px;
		text-shadow: 3px 3px 0 #fff;
		margin-bottom: 0;
	}
	.kv-ttl2{
		font-size: 80px;
		text-shadow: 5px 5px 0 #fff;
	}
	.kv-ttl2::after{
		width: 92px;
		height: 88px;
		right: -20px;
		top: -40px;
	}
	.kv .cta{
		margin-top: 12px;
	}
	.kv .cta .btn a{
		height: 100px;
		font-size: 26px;
		padding: .85em 0.5em 0.85em 2.5em;
		border-radius: 9px;
	}
	.kv .cta .btn a .small{
		font-size: 22px;
	}
	.kv-point{
		width: 215px;
		top: -120px;
		right: 150px;
		left: auto;
		transform: none;
	}
}
@media screen and (min-width: 1280px){
	.kv{
		height: 520px;
	}
	.kv-subTtl{
		padding: 20px 35px;
		font-size: 22px;
		margin-left: -50px;
	}
	.kv-subTtl::after{
		width: calc(100% + 60px);
	}
	.kv-ttl1{
		font-size: 34px;
	}
	.kv-ttl2{
		font-size: 102px;
	}
	.kv-point{
		top: -130px;
		right: 100px;
		width: 243px;
	}
}

/********************************
	#about
********************************/
.about{
	padding: 40px 0 90px;
}
.about_lead{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.63;
	color: #007fc3;
	border-bottom: 1px solid #007fc3;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.about_lead span{
	color: #595757;
}
.about_txt{
	text-align: center;
	font-size: 16px;
}
.about_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 848px;
	margin: 35px auto 65px;
}
.about_img{
	max-width: 356px;
	width: 40%;
}
.about_img img{
	width: 100%;
}
.about_body{
	text-align: center;
}
.about_txt1{
	font-size: 18px;
}
.about_txt2{
	color: #007fc3;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	margin: 20px 0;
}
.about_txt2 .s1{
	font-size: 80px;
}
.about_txt2 .s2{
	font-size: 40px;
}
.about_body .note{
	text-align: center;
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	.about{
		padding: 30px 0;
	}
	.about_lead{
		font-size: 24px;
	}
	.about_txt{
		font-size: 0.8em;
	}
	.about_wrap{
		display: block;
		margin: 20px 0;
	}
	.about_img{
		width: 70%;
	}
	.about_txt1{
		font-size: 15px;
	}
	.about_txt2{
		font-size: 20px;
		margin: 10px 0;
	}
	.about_txt2 .s1{
		font-size: 56px;
	}
	.about_txt2 .s2{
		font-size: 30px;
	}
	.about_img{
		margin: 0 auto 30px;
	}
	.about_body .note{
		text-align: left;
	}
}

/********************************
	#reason(COMMON)
********************************/
/* ====PC==== */
@media screen and (min-width: 801px){
	.reasonBASE{
		margin-top: 80px;
	}
	div.ReasonHead {
		min-height: 80px;
		background: #eee;
		color:#000;
	}
	div.ReasonHeadInner {
		margin: 0 auto;
		padding: 12px;
		text-align: center;
	}
	div.ReasonHeadInner {
		padding: 40px 20px;
	}
	div.ReasonHeadInner h2 {
		margin: 0;
		line-height: 1.8em;
		font-size: 28px;
	}
	div.ReasonHeadInner h2 span.ContactHeadLargeYellow {
		color:#007fc3;
		font-size: 80px;
	}
	div.ReasonHeadInner h2 span.ContactHeadSmallYellow {
		color:#007fc3;
    font-size: 36px;
	}
	#contactpartsA .read{
		font-size: 24px;
		font-weight: bold;
		color: #595757;
		line-height: 1.6;
		margin: 60px 0 0 0;
	}
	div#contactBase .read{ 
		font-size: 24px;
		font-weight: bold;
		line-height: 1.6;        
	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){

	div.ReasonHead {
		min-height:auto;
		background: #eee;
		color:#fff;
	}
	div.ReasonHeadInner {
		margin: 0;
		padding: 5px;
		background: #eee;
		color: #000;
		text-align: center;
	}
	div.ReasonHeadInner img {
		width: 1.5em;
		margin-left: 10px;
	}
	div.ReasonHeadInner h2 {
		width: 85%;
		margin: 0;
		margin-left: 5px;
		padding: 10px 0;
		line-height: 2em;
		font-size: 1.3em;
	}
	div.ReasonHeadInner h2 span.ContactHeadLargeYellow {
		color:#007fc3;
		font-size: 150%;
	}
	div.ReasonHeadInner h2 span.ContactHeadSmallYellow {
		color:#007fc3;
        font-size: 150%;
	}
}

/* Reason common BottomLine */
.UnderLine {
    border-bottom: 2px solid #c8c8b4;
    padding-bottom: 60px;
}

/* サービスラインアップ */
.lineup{
	margin-bottom: 60px;
}
.lineup-mh{
	text-align: center;
	color: #2dab9f;
	font-size: 28px;
	font-weight: bold;
	margin-top: 60px;
}
.lineup .inner{
	max-width: 1166px;
}
.lineup-table-container{
	overflow-x: scroll;
}
.lineup-table{
	display: -webkit-box;
	display: flex;
	margin-top: 30px;
	width: 1166px;
}
.lineup-table div{
	box-sizing: border-box;
}
.lineup-table-item{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 210px;
}
.lineup-table-item1{
	border-left: 1px solid #ccc;
	width: 114px;
}
.lineup-table-item1 p{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.43;
	background: #eee;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.lineup-table-item1 p:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.lineup-table-item1 p.ttl1{
	height: 168px;
}
.lineup-table-item1 p.ttl2{
	height: 215px;
}
.lineup-table-item1 p.ttl3{
	height: 170px;
}
.lineup-table-item1 p.ttl4{
	height: 62px;
}
.tableHead{
	border-bottom: 1px solid #ccc;
}
.tableHead-ttl{
	background: #2dab9f;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.43;
	height: 84px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.tableHead-ttl span.small{
	font-size: 14px;
}
.tableHead-txt{
	background: #dff2f1;
	font-size: 14px;
	line-height: 1.57;
	height: 84px;
	padding: 0 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.tableStrong{
	border-bottom: 1px solid #ccc;
	padding: 20px;
	height: 216px;
}
.tableStrong ul{
	margin: 0;
	padding: 0;
}
.tableStrong ul li{
	text-align: center;
	color: #fff;
	background: #007fc3;
	list-style: none;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #007fc3;
}
.tableStrong ul li:not(:last-child){
	margin-bottom: 5px;
}
.tableStrong ul li.bgWhite{
	background: #fff;
	color: #007fc3;
}
.tableFeature{
	border-bottom: 1px solid #ccc;
	height: 171px;
	padding: 12px;
}
.tableFeature ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tableFeature ul li{
	font-size: 14px;
	line-height: 1.71;
	padding-left: 15px;
	position: relative;
}
.tableFeature ul li::before{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	background: #000;
	left: 0;
	top: 7px;
}
.tableSpead{
	text-align: center;
	font-size: 16px;
	height: 62px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.sp-ttl{
	display: none;
}

/* ====PC==== */
@media screen and (min-width: 801px){

	h3 {
		color: #595757;
		margin: 0 auto;
		margin-top: 80px;
	}
	.reasonTtl{
		display: flex;
		align-items: center;
	}

	h3 p.h3_read {
		border-bottom: 4px solid #60ab0f;
		/* margin-top: 40px; */
		padding-bottom: 18px;
		/* vertical-align: bottom; */
		width: 100%;
		line-height: 1;
	}
	h3 span.reasonBox,.reasonlabel {
		/* display: block; */
		margin-right: 30px;
		padding: 17px 24px;
		font-size: 28px;
		color: #fff;
		font-weight: bold;
		background-color: #007fc3;
		border-radius: 0;
		flex-shrink: 0;
		display: flex;
    align-items: center;
	}
	h3 span.reasonBoxW6 {
		font-weight: bold;
	}

	p.read {
		margin-top: 30px;
	}

	img.figure {
		margin: 0 auto;
		margin-top: 40px;
	}

	#reason img.figure {
		width: 100%;
	}

	p.figureCaption {
		text-align: center;
		margin-top: 20px;
	}
  .reason3list ul {
    list-style: none;
		padding-left: 0;
		margin: 2em 0 1em;
  }
	.reason3list ul:after {
		content: "";
		display: block;
		clear: both;
	}
		.reason3list ul .reasonlabel{
			display: inline-block;
		}
		.reason3list ul .reasonlabel .inline{
			vertical-align: bottom;
		}
    .reason3list li{
        float: left;
        width: 31%;
        margin: 1%;
        text-align: center;
        display: table-cell;
    }
    .resonbody {
			font-size: 24px;
			color: #595757;
			line-height: 1.4;
    }
    .resonbody span{
      font-weight: bold;
    }
    .reasonicon {
			margin: 24px auto;
			display: table;
		}
		.reasonlabel {
			margin: 0 auto;
		}
		.reason3list {
			margin: 20px auto;
		}
		.caseparts ul {
			list-style: none;
			margin-top: 40px;
		}
		.caseparts{
			margin:0 auto;
		}
		.caseparts li{
			float:left;
			width:30%;
			margin:0 1%;
		}
		p.person-img img {
			width: 100%;
		}
		.casettl {
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			color: #007fc3;
			margin: 14px 8px;
		}
		.caseparts ul:after {
			display: block;
			content: "";
			clear: both;
		}
		p.tl-comment {
			margin: 24px 0;
		}
		#reason3 .note a{
			color: #007fc3;
		}
		.reason3-figure{
			text-align: center;
			margin: 25px 0;
		}
		.reason3-figure img{
			display: inline-block;
		}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){

	h3 {
		color: #595757;
		margin-top: 20px;
	}
	
	/* ORIGINAL */
	#reason1 h3 {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#reason2 h3 {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#reason3 h3 {
		margin-top: 60px;
		margin-bottom: 20px;
	}

	/* common */
	h3 p.h3_read {
		display: block;
		width: auto;
		border-bottom: 4px solid #60ab0f;
		margin: 0 20px 0 20px;
		padding: 0 0 10px 0;
		vertical-align: bottom;
		font-size: 0.75em;
		line-height: 1.2em;
		box-sizing: border-box;
	}
	h3 span.reasonBox,.reasonlabel {
		display: block;
		width: 25%;
		max-width: 90px;
		margin: 0px 0px 20px 20px;
		padding: 7px 9px 7px 15px;
		font-size: 0.5em;
		color: #fff;
		font-weight: bold;
		vertical-align: middle;
		background-color: #007fc3;
		border-radius: 0;
	}
	h3 span.reasonBox img {
	    width: 27%;
	    margin-top: -4px;
	}
	h3 span.reasonBoxW6 {
		font-weight: bold;
	}

	p.read {
		margin-top: 10px;
		padding: 0 10px 0 10px;
		text-align: left;
		font-size: 0.8em;
	}

	.reason3-figure{
		margin-top: 30px;
	}
	.reason3-figure img{
		width: 90%;
		margin: 0 auto;
	}

	img.figure {
		width: 90%;
	    margin: 0 auto;
	    margin-top: 40px;
	}
	#reason img.figure {
		width: 90%;
	}

	p.figureCaption {
	    text-align: center;
	    margin-top: 20px;
	    padding: 0 10px 0 10px;
	    font-size: 0.7em;
	}
    .caseparts img {
    width: 100%;
    }
    li {
        list-style: none;
    }
    .reasonlabel {
        font-size: 20px;
        width: 360px;
        margin: 12px auto;
    }
    .reason3list li {
        display: table;
        text-align: center;
        margin: 40px auto;
    }
    .reason3list {
        width: 90%;
        margin: 0 auto;
    }
    .reasonicon img {
        display: table;
        margin: 0 auto;
        }
    ul {
    padding: 0;
}
    .resonbody {
    font-size: 18px;
    padding: 12px 0;
}
.resonbody span{
    font-weight:bold;
}
    .resonbody {
    font-size: 18px;
    padding: 12px 0;
}
.resonbody span{
    font-weight:bold;
}

.casettl {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #007fc3;
    padding: 12px 0;
}

.portrait {
    width: 90%;
    margin: 0 auto;
}

.profile {
    width: 90%;
    margin: 0 auto;
}

p.tl-comment {
    padding: 12px 0;
}


	/* サービスラインアップ */
	.lineup-mh{
		font-size: 24px;
	}
	.lineup-table-container{
		overflow-x: initial;
	}
	.lineup-table{
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.lineup-table-item{
		width: 100%;
		border-left: 1px solid #ccc;
	}
	.lineup-table-item1{
		display: none;
	}
	.lineup-table-item:not(:last-child){
		margin-bottom: 30px;
	}
	.tableHead-ttl{
		height: auto;
		padding: 20px;
		font-size: 20px;
	}
	.tableHead-ttl span.small{
		font-size: 16px;
	}
	.tableHead-txt{
		height: auto;
		padding: 15px;
		font-size: 16px;
	}
	.tableStrong{
		height: auto;
		padding: 15px;
	}
	.tableStrong ul{
		max-width: 200px;
		margin: 0 auto;
	}
	.tableStrong ul li{
		font-size: 19px;
		padding: 3px;
	}
	.tableStrong ul li.bgWhite{
		display: none;
	}
	.tableFeature{
		height: auto;
		padding: 15px;
	}
	.tableFeature ul li{
		font-size: 16px;
	}
	.tableSpead{
		height: auto;
		padding: 10px;
	}
	.sp-ttl{
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		background: #eee;
		border-bottom: 1px solid #ccc;
		padding: 3px;
	}

}


/* ====PC==== */
@media screen and (min-width: 801px){

	h4.point {
			margin: 50px 0 0;
	}

	h4.point span {
		display: inline-block;
		margin-right: 20px;
		padding: 5px 14px;
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		vertical-align: middle;
		background-color: #007FC3;
		border-radius: 0;
	}
	h4.point strong {
		display: inline-block;
		color: #007FC3;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
		vertical-align: middle;
		line-height: 1.4;
	}


	/* 理由３ */
	div.reason3Box {
		max-width: 600px;
		margin: 0 auto;
	}
    div.reason3Boxfolw{
		max-width: 960px;
		margin: 0 auto;
	}
	/* 日本地図 */
	div.reason3Box .figure.reason3.inline {
		width: 100% !important;
		max-width: 600px;
		margin-right: 0px;
	}
	/* 理由３ 海外拠点 */
	div#reason3_forignOffice {
		width: 200px;
		height: auto;
		background: #f4f4f0;
		box-shadow: 4px 4px 0px #c8c8b4;
		padding: 20px;
		box-sizing: border-box;
		margin: 0 auto;
		margin-top: 30px;
		margin-left: 20px;
	}
	p.FO_Head {
		color: #007FC3;
		font-weight: bold;
	}
	p.FO_Inner {
		margin-top: 10px;
	}
    p.fvlead {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #007fc3;
    }
    h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1.4;
    margin: 0px auto;
    }
    h1 span {
    font-size: 32px;
    color:#fff100;
    }
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){

	h4.point {
		/* margin-bottom: 20px; */
		margin: 0 auto;
		margin-top: 30px;
		padding: 0 10px 0 10px;
		box-sizing: border-box;
	}
	h4#reason2_point1,h4#reason1_point1 {
		max-width: 540px;
	}
	h4#reason2_point2,h4#reason1_point2 {
		max-width: 540px;
	}

	h4.point span {
		display: inline-block;
		width: 30%;
		max-width: 90px;
		margin-right: 7px;
		margin-bottom: 10px;
		padding: 3px 8px;
		font-size: 1em;
		color: #fff;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		background-color: #007FC3;
		border-radius: 0;
		box-sizing: border-box;
	}

	h4.point strong {
		display: inline;
		width: 67%;
		/* max-width: 430px; */
		color: #007FC3;
		font-weight: bold;
		font-size: 1.2em;
		letter-spacing: 0.08em;
		text-align: left;
		vertical-align: middle;
		box-sizing: border-box;
		line-height: 1.4;
	}


	/* 理由３ */
	div.reason3Box {
		max-width: 600px;
	    margin: 0 auto;
	}
	/* 日本地図 */
	div.reason3Box .figure.reason3.inline {
	    display: block;
	    width: 100% !important;
	    max-width: 600px;
	    /* margin: 0 !important; */
	    margin: 0 auto !important;
	    margin-right: 0px;
	    margin-top: 20px !important;
	}
	/* 理由３ 海外拠点 */
	div#reason3_forignOffice {
	    width: 90%;
	    height: auto;
	    background: #f4f4f0;
	    box-shadow: 4px 4px 0px #c8c8b4;
	    padding: 20px;
	    box-sizing: border-box;
	    margin: 0 auto;
	    margin-top: 30px;
	    margin-left: 20px;
	}
	p.FO_Head {
	    color: #007FC3;
	    font-weight: bold;
	}
	p.FO_Inner {
	    margin-top: 10px;
	}

}


/********************************
	#example
********************************/

/* TopSet */
#exampleTopBase {
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#example div.ReasonHeadInner {
	padding: 20px 10px;
}
#example_Head_inner h2{
	font-size: 28px;
}
#example_Head_inner h2 span{
	font-size: 46px;
	color: #007fc3;
}

/* ====PC==== */
@media screen and (min-width: 801px){
	.example_float {
		width: 360px;
		margin-top: 40px;
		vertical-align: middle;
	}
  #example div.ReasonHeadInner {
		padding: 47px 20px;
	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	.example_float {
		width: 100%;
		margin-top: 40px;
		vertical-align: top;
	}
}


/* ====PC==== */
@media screen and (min-width: 801px){
	/* TopLeft */
	#exampleTop_Left {
		margin-top: 34px;
	}
	#exampleTopText_Left {
		font-size: 30px;
		line-height: 1.8em;
		color: #007FC3;
	}
	#exampleTopText_Left span.UL_Blue {
		background: linear-gradient(rgba(0, 0, 0, 0) 50%, #edebfa 50%);
	}
	#exampleTopText_Left_BOX {
		padding: 8px 16px;
		background: #d3e2f7;
		text-align: left;
	}

	/* TopRight */
	#exampleTop_Right {
		margin-left: 20px;
	}
	#exampleTop_Right img {
    width: 100%;
	}
	#exRight_Caption {
		margin-top: 0px;
		text-align: right;
		font-size: 12px;
	}
	.jirei{
		max-width: 748px;
		margin: 0 auto;
	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	/* TopLeft */
	#exampleTop_Left {
		margin-top: 20px;
	}
	#exampleTopText_Left {
		display: block;
		width: 90%;
		max-width: 300px;
		margin: 0 auto;
		font-size: 1.5em;
		line-height: 1.8em;
		color: #007FC3;
	}
	#exampleTopText_Left span.UL_Blue {
		background: linear-gradient(rgba(0, 0, 0, 0) 50%, #edebfa 50%);
	}
	#exampleTopText_Left_BOX {
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
		padding: 8px;
		background: #d3e2f7;
		text-align: center;
		font-size: 1em;
	}

	/* TopRight */
	#exampleTop_Right {
		margin-left: 0px;
		margin-top: 30px;
	}
	#exampleTop_Right img {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
	#exRight_Caption {
		display: block;
		margin-top: 0px;
		text-align: center;
		font-size: 12px;
	}
}

#example_Kadai_Read {
	text-align: left;
}

/* Caption */
.exampleSmallHeader {
    max-width: 760px;
    border-bottom: 2px solid #0a50a1;
    margin: 0 auto;
}
.example_head {
    width: 320px;
    height: auto;
    background: #0a50a1;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
}

#example_Kadai p.read {
	text-align: left;
}

/* 採用成功のポイント */
/* ====PC==== */
@media screen and (min-width: 801px){

	#example_Point {
		margin-top: 40px;
	}
	.example_PointBOX {
		width: 242px;
		min-height: 220px;
		background: #e8e8de;
		padding: 30px;
		box-sizing: border-box;
		margin-right: 10px;
		vertical-align: top;
	}
	.example_PointBOX:last-child {
		margin-right: 0;
	}

	#example_Point_InnerBase{
		margin-top: 20px;
	}
	.Example_Point_Head {
		font-size: 18px;
		font-weight: bold;
		color: #007FC3;
		text-align: center;
	}
	.Example_Point_wBox {
		width: 46px;
		height: 4px;
		background: #fff;
		margin: 0 auto;
		margin-top: 5px;
	}
	.Example_Point_Read {
		margin-top: 10px !important;
		text-align: left !important;
	}

}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){

	#example_Point {
		margin-top: 40px;
	}
	.example_PointBOX {
		display: block;
		width: 90%;
		min-height: unset;
		background: #e8e8de;
		padding: 20px;
		box-sizing: border-box;
		margin: 0 auto;
		margin-bottom: 20px;
		vertical-align: top;
	}
	.example_PointBOX:last-child {
		margin-right: auto;
	}

	#example_Point_InnerBase{
		margin-top: 20px;
	}
	.Example_Point_Head {
		font-size: 18px;
		font-weight: bold;
		color: #007FC3;
		text-align: center;
	}
	.Example_Point_wBox {
		width: 46px;
		height: 4px;
		background: #fff;
		margin: 0 auto;
		margin-top: 5px;
	}
	.Example_Point_Read {
		margin-top: 10px !important;
		text-align: left !important;
	}
}


/********************************
	#contact
********************************/

/* ====PC==== */
@media screen and (min-width: 801px){

	#contact_Head {
		/* height: 80px; */
		background: #007FC3 !important;
		color: #fff !important;
		border-top: 2px solid #007FC3;
		border-bottom: 2px solid #007FC3;
	}
	#contact_Head_inner {
		padding: 11px !important;
		max-width: 220px;
	}
	#contact_Head_inner h2 {
		text-align: center;
	}
	#contactBase {
		display: block;
		width: 100%;
		height: auto;
		background: #eee;
		padding-bottom: 60px;
	}
	#contactBase p {
		margin: 0;
		padding-top: 40px;
	}


	/* CTA */
	#contactInner {
		max-width: 760px;
		height: auto;
		background: #fff;
		padding: 40px;
		padding-bottom: 10px;
		margin: 0 auto;
		margin-top: 40px;
		box-sizing: border-box;
	}
	/* TelBtn */
	#contact a.telBtn {
		display: block;
		width: 100%;
		max-width: 480px;
		height: auto;
		margin: 0 auto;
	}
	#contact .telBtnBase {
		width: auto;
		height: 72px;
		margin: 0 auto;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		background: #007fc3;
	}
	#contact .telBtnBase img {
		width: 93%;
		margin: 0 auto;
		vertical-align: middle;
		padding-top: 17px;
	}
	/* ContactBtn */
	#contact a.contactBtn {
		display: block;
		width: 100%;
		max-width: 480px;
		height: auto;
		margin: 0 auto;
	}
	#contact .contactBtnBase {
		width: auto;
		height: 72px;
		margin: 0 auto;
		margin-top: 4px;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		background: #60AB0F;
	}
	#contact .contactBtnBase:hover {
		background:#4f9900;
	}
	#contact .contactBtnBase img {
		width: 70%;
		margin: 0 auto;
		vertical-align: middle;
		padding-top: 21px;
	}
  p.readol {
    text-align: center;
    margin: 18px 0 0 0;
    font-weight: bold;
	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){


	#contact_Head {
		/* height: 80px; */
		background: #eee !important;
		color: #007FC3 !important;
	}
	#contact_Head_inner {
		margin: 0 auto !important;
		padding: 11px !important;
		max-width: 220px;
	}
	#contact_Head_inner h2 {
		text-align: center;
	}
	#contactBase {
		display: block;
		width: 100%;
		height: auto;
		background: #eee;
		padding-bottom: 60px;
	}
	#contactBase p {
		margin: 0;
	}


	/* CTA */
	#contactInner {
		width: 90%;
		max-width: 760px;
		height: auto;
		background: #fff;
		padding: 30px;
		margin: 0 auto;
		margin-top: 40px;
		box-sizing: border-box;
	}
	/* TelBtn */
	#contact a.telBtn {
		display: block;
		width: 100%;
		max-width: 480px;
		height: auto;
		margin: 0 auto;
	}
	#contact .telBtnBase {
		width: auto;
		height: auto;
		margin: 0 auto;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		background: #007fc3;
	}
	#contact .telBtnBase img {
		width: 90%;
		height: auto;
		margin: 0 auto;
		vertical-align: middle;
		padding: 10px 0;
	}
	/* ContactBtn */
	#contact a.contactBtn {
		display: block;
		width: 100%;
		max-width: 480px;
		height: auto;
		margin: 0 auto;
	}
	#contact .contactBtnBase {
		width: auto;
		height: auto;
		margin: 0 auto;
		margin-top: 4px;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		background: #60AB0F;
		width: 95%;
	}
	#contact .contactBtnBase img {
		width: 80%;
		height: auto;
		margin: 0 auto;
		vertical-align: middle;
		padding: 10px 0;
		/* padding-top: 21px; */
	}
    p.fvlead {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.olcom {
    padding: 12px 4px 0;
    font-weight: bold;
}
}

/********************************
	#contact
********************************/
#contact {
	background-color: #ebf5fa;
	padding-bottom: 4em;
}
#contact .fs32W6 {
	text-align: center;
	color: #fff;
	background-color: #007FC3;
	font-size: 36px;
	padding: 40px 20px;
	line-height: 1;
}
#contact .fs32W6 span{
	padding-left: 60px;
	background: url(../image/common/icon_mail.png) no-repeat center left / 40px;
}
#contact .read {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.75;
	text-align: center;
}

/* フォーム */
.mktoForm{
	margin: 0 auto;
}
.form-guide-text{
	text-align: right;
	font-size: 12px;
}
.icon-must-asterisk{
	color: #ff0000;
}
.mktoForm{
	width: 100% !important;
}
.mktoForm .mktoFormCol{
	margin: 0.5em 0;
}
.mktoForm .mktoLabel{
	font-size: 16px;
	font-weight: bold;
	width: 190px !important;
}
.mktoForm input[type=text],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm textarea{
	border: solid 1px #bbdcf4;
	line-height: 1.2em;
	font-size: 14px !important;
	height: 36px;
	padding: 7px 13px !important;
}
.mktoForm textarea{
	
}
.mktoForm textarea[rows="3"]{
	height: 5.6em !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor #LastName,
.mktoForm .mktoFormRow .mktoFieldDescriptor #FirstName {
	width: 182px !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor #LblFirstName {
	display: none;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap#FirstNameWrap .mktoError .mktoErrorArrowWrap,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap#FirstNameWrap .mktoError .mktoErrorMsg {
	margin-left: 0 !important;
}
.mktoForm .mktoHtmlText{
	text-align: center;
	width: 100% !important;
	font-size: 13px;
	line-height: 1.6;
}
.mktoForm .mktoButtonRow{
	display: block;
}
.mktoForm .mktoButtonRow .mktoButton {
	color: #fff;
	font-size: 18px !important;
	font-weight: bold;
	width: 100%;
	max-width: 25em;
	height: 100%;
	display: block;
	box-sizing: border-box;
	border: 2px solid #007fc3;
	background: #007fc3;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 1em;
	margin: 0 auto;
}
.mktoForm .mktoButtonRow .mktoButton::before {
	content: '';
	display: inline-block;
	background: url(../image/wakate/btn-arrow-white.png) no-repeat 0 0;
	background-size: 7px 12px;
	width: 7px;
	height: 12px;
	position: relative;
	margin-right: 0.4em;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList {
	font-size: 15px;
	width: auto !important;
}
.mktoForm input[type=checkbox]{
	-webkit-appearance: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList input,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList input {
	clear: both;
	cursor: pointer;
	position: relative;
	background-color: transparent;
	padding: 0;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList input:before,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList input:before {
	background: url(/wp-content/themes/doda/assets/img/contact/checkbox.png) no-repeat 0 0;
	width: 20px;
	height: 18px;
	content: "";
	position: absolute;
	left: 0;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList input:checked:before,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList input:checked:before {
	background: url(../image/wakate/checkbox_on.png) no-repeat 0 0;
	background-size: 20px 18px;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList label,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList label {
	display: block;
	cursor: pointer;
	/* width: 100% !important; */
	position: relative;
	margin-left: 26px;
	margin-bottom: 0.8em;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError {
	bottom: -28px !important;
	right: auto !important;
	left: 0;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorArrowWrap .mktoErrorArrow {
	background-color: #fff !important;
	border: 2px solid #ff0000 !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorArrowWrap,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorMsg {
	margin-left: 200px !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor#FirstNameField .mktoFieldWrap .mktoError .mktoErrorArrowWrap,
.mktoForm .mktoFormRow .mktoFieldDescriptor#FirstNameField .mktoFieldWrap .mktoError .mktoErrorMsg {
	margin-left: 10px !important;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorMsg {
	max-width: 100% !important;
	background-color: #fff !important;
	color: #ff0000 !important;
	border: 2px solid #ff0000 !important;
	background-image: none !important;
	border-radius: 0 !important;
	font-size: 12.5px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	margin-top: 6px !important;
}

.txt-note{
	font-size: 12px;
	line-height: 1.66667;
	color: #666666;
	text-align: center;
	padding-top: 3em 
}
.txt-note a {
	color: #007fc3;
	border-bottom: solid 1px #007fc3;
}
.txt-note .tel {
	color: #666666;
	border-bottom: none;
	text-decoration: none;
}
@media screen and (min-width: 671px){
	#mktoCheckbox_22694_0Field .mktoLogicalField {
		width: 520px!important;
	}
}

@media screen and (min-width: 0px) and (max-width: 670px){
	.mktoForm .mktoFormRow .mktoFieldDescriptor {
    width: 100%;
	}
	.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap {
		width: 100%;
	}
	.mktoForm .mktoFormRow .mktoFieldDescriptor #LastName,
	.mktoForm .mktoFormRow .mktoFieldDescriptor #FirstName {
		width: 100% !important;
	}
	#LastNameField {
		margin-bottom: 5px;
    width: 49%;
    float: left;
    clear: none;
	}
	#FirstNameField {
		margin-bottom: 5px;
    width: 49%;
    float: left;
    clear: none;
    margin-left: 2%;
		margin-top: 20px;
	}
	.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList label, 
	.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList label {
    width: auto !important;
	}
	.mktoForm .mktoLabel{
		margin-bottom: 5px;
	}
	.mktoForm input[type=url],
	.mktoForm input[type=text],
	.mktoForm input[type=date],
	.mktoForm input[type=tel],
	.mktoForm input[type=email],
	.mktoForm input[type=number],
	.mktoForm textarea.mktoField,
	.mktoForm select.mktoField {
    width: 100% !important;
    height: auto !important;
    line-height: 1.5em !important;
	}
	.mktoForm .mktoFormRow .mktoFieldDescriptor#FirstNameField .mktoFieldWrap .mktoError .mktoErrorArrowWrap, .mktoForm .mktoFormRow .mktoFieldDescriptor#FirstNameField .mktoFieldWrap .mktoError .mktoErrorMsg{
		margin-left: 0 !important;
	}
	.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorArrowWrap, .mktoForm .mktoFormRow .mktoFieldDescriptor .mktoFieldWrap .mktoError .mktoErrorMsg{
		margin-left: 0 !important;
	}
	#FirstNameField .mktoFieldWrap .mktoError,
	#LastNameField .mktoFieldWrap .mktoError{
		bottom: -43px !important;
	}
	#InquiryItem_hc__cField .mktoCheckboxList{
		width: 100% !important;
	}
	#InquiryItem_hc__cField #LblInquiryItem_hc__c{
		width: auto !important;
	}
	.mktoForm .mktoFormRow #InquiryItem_hc__cField .mktoCheckboxList{
		width: auto !important;
	}
	.mktoForm .mktoAsterix{
		float: left !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 480px){
	#FirstNameField{
		margin-top: 36px;
	}
}

@media screen and (min-width: 801px){
	#contact .fs32W6{
		font-size: 46px;
		padding: 52px 20px;
	}
	#contact .fs32W6 span{
		padding-left: 75px;
		background-size: 48px;
	}
	#contact .read {
		font-size: 20px;
	}
	.mktoForm{
		width: 760px !important;
	}
	.mktoForm textarea{
		width: 530px !important;
	}
}


/********************************
	float
********************************/

/* ====PC==== */
@media screen and (min-width: 801px){
	#FloatBase {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0px;
	    background: rgba(0, 0, 0, 0.6);
	    padding: 16px 0;
		bottom: -200px;
		transition: bottom 0.4s;
	}
	#Float_CTA {
	    max-width: 730px;
	    margin: 0 auto;
	}
	#FloatBase a.telBtn {
	    display: inline-block;
	    margin-right: 24px;
	}
	#FloatBase a.telBtn div.telBtnBase {
		width: inherit;
		height: inherit;
	}
	#FloatBase a.telBtn div.telBtnBase img {

	}
	#FloatBase a.contactBtn {
		display: inline-block;
		padding-bottom: 0;
	}
	#FloatBase a.contactBtn:hover {
		opacity: 1.0;
	}
	#FloatBase a.contactBtn div.contactBtnBase {
		margin: 0;
	}
	#FloatBase a.contactBtn div.contactBtnBase img {

	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	#FloatBase {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0px;
	    background: rgba(0, 0, 0, 0.6);
	    padding: 10px 0;
		bottom: -200px;
		transition: bottom 0.4s;
	}
	#Float_CTA {
	    max-width: 730px;
	    margin: 0 auto;
	}
	#FloatBase a.telBtn {
		display: block;
	    margin: 0 auto;
		width: 100%;
		height: 40px;
	}
	#FloatBase a.telBtn:hover {
		opacity: 1.0;
	}
	#FloatBase a.telBtn div.telBtnBase {
		width: 81%;
	    height: 40px;
	}
	#FloatBase a.telBtn div.telBtnBase img {
	    padding-top: 10px;
	}
	#FloatBase a.contactBtn {
		display: block;
	    margin: 0 auto;
		margin-top: 10px;
		padding-bottom: 0;
		width: 100%;
		height: 40px;
	}
	#FloatBase a.contactBtn:hover {
		opacity: 1.0;
	}
	#FloatBase a.contactBtn div.contactBtnBase {
		width: 81%;
		height: 40px;
	}
	#FloatBase a.contactBtn div.contactBtnBase img {
		padding-top: 10px;
	}

}

.cta-last .cta{
	margin-top: 15px;
}
@media screen and (min-width: 801px){
	.cta-last{
		margin-bottom: 40px;
	}
	.cta-last .cta{
		margin-top: 40px;
	}
}


/********************************
	ToTop
********************************/

/* ====PC==== */
@media screen and (min-width: 801px){
	#ToTopBtn {
	    display: block;
	    position: fixed;
	    right: 30px;
	    bottom: 120px;
		/* bottom: -100px; */
		opacity: 0;
		transition: opacity 0.4s;
	}
	#ToTopBtn img {
		width: 60px;
		height: 60px;
	}
}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){
	#ToTopBtn {
		display: block;
	    position: fixed;
	    right: 10px;
	    bottom: 170px;
	    /* bottom: -100px; */
	    opacity: 0;
	    transition: opacity 0.4s;
	}
	#ToTopBtn img {
		width: 38px;
		height: 38px;
	}
}


/********************************
	footer
********************************/

/* ====PC==== */
@media screen and (min-width: 801px){

	footer {
		background: #fff;
	}
	#footer_Base {
	    padding: 24px 0;
	}
	.footerInlineBase {

	}
	/* Left */
	#footer_Left {

	}
	#footer_Left img {
		width: 68px;
		height: auto;
	}
	#footer_Left_Right a {
	    font-size: 10px;
	    font-weight: bold;
	    color: #666;
	}
	/* Right */
	#footer_Right {
	    margin-top: 10px;
	}
	#footer_Right a {

	}

	footer .logo_persol {
		display: none;
	}
	footer .copyright {
	    display: block;
	    width: 100%;
	    text-align: center;
	    margin: 0px auto;
	    padding: 20px 0;
	}

}

/* ===SP==== */
@media screen and (max-width: 800px) and (min-width: 0px){

	footer {
		background: #fff;
		padding-bottom: 180px;
	}
	#footer_Base {
	    padding: 24px 0 0;
	}
	.footerInlineBase {
	    display: block;
	    width: 100%;
	    margin: 0 auto;
	    margin-bottom: 0px;
	}
	/* Left */
	#footer_Left {
	    display: block;
	    width: 90%;
	    max-width: 420px;
	    padding: 0 10px 0 10px;
	    margin: 20px auto 40px auto;
	    box-sizing: border-box;
	}
	#footer_Left img {
	    width: 40px;
	    height: auto;
	    vertical-align: top;
		margin-top: 8px;
	}
	#footer_Left_Right {
	    width: 85%;
	}
	#footer_Left_Right a {
	    font-size: 10px;
	    font-weight: bold;
	    color: #666;
	}
	/* Right */
	#footer_Right {
		display: none;
	}
	footer .logo_persol {
		text-align: center;
		margin: 0 auto;
		padding: 10px;
	}
	footer .logo_persol img {
		display: inline;
	}
	footer .copyright {
		display: block;
	    padding: 4px 0 12px;
		font-size: 12px;
		text-align: center;
	}
    .pc{
        display: none;
    }
p.readol {
    padding: 24px 8px 0;
}
}
@media screen and (min-width:800px) and ( max-width:950px) {
div#MV_Base {
    height: 317px;
}
    p.readol {
    padding: 24px 8px 0;
}
.rightMV img {
    width: 420px;
}
    h1 {
    font-size: 30px;
    }
    h1 span {
    font-size: 26px;
    }
}


/*個人の方ボタン追加*/
.customer-link {
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 15px;
    vertical-align: baseline;
}
.customer-link a{
    color: #909090;
    text-decoration: none;
}

@media (max-width: 500px) {
.customer-link {
    right: 8px;
    top: 8px;
    font-size: 14px;
    text-align: right;
    line-height: 1.4;
    vertical-align: baseline;
}
}
@media (min-width: 500px) {
.sp {
display: none;
}
}


.salesbn{
    position: absolute;
    top: 80px;
    right:10px;
    z-index: 999;
    width:20%;
}
.salesbn{
	top: 72px;
	width: 224px;
}
.salesbn img {
    width:100%
}
header.p-header.l-wrapper {
    z-index: 9999;
}
@media screen and (max-width: 900px){
  .salesbn{
    display: none;
	}
}



/****************************************************************
	人材紹介 広告用出し分けLP 20250319
****************************************************************/
#base{
	/* display: none; */
}
#type1{
	display: none;
}
#type2{
	display: none;
}
#type3{
	display: none;
}
.tac{
	text-align: center;
}
/* ----------------------------------
  #type1
----------------------------------- */
#type1 .kv{
	padding: 30px 0 40px;
}
#type1 .kv-ttl2{
	font-size: 48px;
	line-height: 1.15;
	margin: 30px 0 0px;
}
#type1 .kv-ttl2 span{
	font-size: .5em;
}
#type1 .kv-ttl2::after {
	width: 48px;
	height: 50px;
	right: -20px;
	top: -29px;
}
#type1 .kv-inner{
	max-width: 100%;
}
#type1 .salesbn{
	top: 72px;
	width: 224px;
}
#type1 .lead{
	padding: 40px 0 60px;
}
#type1 .leadCatch{
	text-align: center;
	font-weight: bold;
	color: #595757;
	font-size: 24px;
	line-height: 1.63;
	border-bottom: 1px solid #007fc3;
	padding-bottom: 10px;
}
#type1 .leadCatch span{
	color: #007fc3;
}
@media screen and (max-width: 800px){
	#type1 .kv-wrap{
		margin-top: 0;
	}
}
@media screen and (min-width: 801px){
	#type1 .kv-ttl2{
		width: auto;
		margin: 20px 0 15px;
	}
	#type1 .kv-ttl2 span{
		font-size: .6em;
	}
	#type1 .kv-ttl2::after {
		width: 55px;
		height: 55px;
		right: -32px;
		top: -13px;
	}
	#type1 .leadCatch{
		font-size: 36px;
	}
}
@media screen and (min-width: 901px){
	#type1 .kv-ttl2{
		font-size: 58px;
	}
}
@media screen and (min-width: 1280px){
	#type1 .kv-ttl2{
		font-size: 76px;
		margin: 30px 0 25px;
	}
	#type1 .kv-ttl2::after{
		width: 86px;
		height: 85px;
		right: -47px;
		top: -20px;
	}
}
/* ----------------------------------
  #type2
----------------------------------- */
#type2 img{
	width: 100%;
}
#type2 ul{
	list-style-type: none;
	padding: 0;
}
#type2 .kv-inner{
	position: initial;
}
#type2 .kv-wrap{
	margin-top: 10px;
}
#type2 .kv-ttl1 {
	font-size: 16px;
}
#type2 .kv-ttl2{
	font-size: 36px;
	margin-top: 15px;
	line-height: 1.2;
}
#type2 .kv-ttl2::after{
	width: 40px;
	height: 47px;
	right: auto;
	transform: rotate(-90deg);
	left: -26px;
	top: -22px;
}
#type2 .kv-list{
	margin: 10px 0 30px;
}
#type2 .kv-list-item{
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0 10px 80px;
	position: relative;
	z-index: 2;
	display: flex;
  align-items: center;
	margin: 10px auto;
	height: 76px;
	max-width: 250px;
}
#type2 .kv-list-item::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #007fc3;
	top: 0;
	left: 0;
	border-radius: 6px;
	transform: skewX(-21deg);
	z-index: -1;
}
#type2 .kv-list-item::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#type2 .kv-list-item:nth-child(1){
	padding: 10px 0 10px 120px;
}
#type2 .kv-list-item:nth-child(3){
	padding: 10px 0 10px 88px;
}
#type2 .kv-list-item:nth-child(1)::before{
	background: url(../image/wakate/kv_icn1.png) no-repeat center left 30px / 70px;
}
#type2 .kv-list-item:nth-child(2)::before{
	background: url(../image/wakate/kv_icn2.png) no-repeat center left 9px / 62px;
}
#type2 .kv-list-item:nth-child(3)::before{
	background: url(../image/wakate/kv_icn3.png) no-repeat center left 16px / 56px;
}
#type2 .kv-list-item-txt{
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	line-height: 1;
}
#type2 .kv-list-item-txt .--s{
	font-size: 12px;
}
#type2 .kv-list-item-txt .--ylw{
	color: #fff100;
	margin-top: 5px;
  display: inline-block;
}
#type2 .kv .cta{
	margin-top: 100px;
}
#type2 .kv .cta .btn a{
	height: auto;
	padding: .75em 0.5em 0.75em 3em;
	font-size: 16px;
	max-width: 320px;
}
#type2 .kv .cta .btn a .small{
	font-size: 13px;
}
#type2 .kv-point{
	width: 180px;
	top: auto;
	left: 50%;
	bottom: 54px;
	transform: translateX(-50%);
}
#type2 .lead{
	padding: 40px 0 60px;
}
#type2 .leadCatch{
	text-align: center;
	font-weight: bold;
	color: #595757;
	font-size: 24px;
	line-height: 1.63;
	border-bottom: 1px solid #007fc3;
	padding-bottom: 10px;
}
#type2 .leadCatch span{
	color: #007fc3;
}
#type2 .lead-head{
	margin-bottom: 20px;
}
#type2 .lead-head-txt{
	color: #fff;
	background: #007fc3 url(../image/common/icon_reason.svg) no-repeat center left 17px / 28px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding: 12px 13px 8px 55px;
}
#type2 .lead-head-ttl{
	color: #595757;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 4px solid #60ab0f;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 5px;
}
#type2 .lead-head-ttl span{
	font-weight: 400;
}
#type2 .lead-cont{
	line-height: 1.2;
	margin-top: 32px;
}
#type2 .lead-cont-txt{
	font-size: 16px;
	line-height: 1.75;
}
#type2 .lead-cont-imgFlex{
	margin-top: 30px;
}
#type2 .lead-cont-imgFlex li{
	max-width: 460px;
	width: 100%;
	margin: 0 auto 60px;
}
#type2 .lead-info{
	margin: 20px auto 0;
	max-width: 500px;
}
#type2 .lead-info *{
	box-sizing: border-box;
}
#type2 .lead-info-item{
	padding: 15px;
	background: #eee;
	position: relative;
}
#type2 .lead-info-item:nth-child(1)::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #007fc3 transparent transparent transparent;
	border-width: 32px 50.5px 0px 50.5px;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 18px);
}
#type2 .lead-info-item-right{
	background: rgba(255,255,255,.5);
	padding: 13px;
}
#type2 .lead-info-item-right img{
	margin: 0 auto;
}
#type2 .lead-info-item:nth-child(1) .lead-info-item-right img{
	max-width: 377px;
}
#type2 .lead-info-item:nth-child(2) .lead-info-item-right img{
	max-width: 463px;
}
#type2 .lead-info-item-ttl{
	color: #fff;
	background: #595757;
	font-weight: bold;
	font-size: 14px;
	padding: 9px 6px 6px;
	
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
}
#type2 .lead-info-item-txt{
	color: #595757;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
	margin: 15px;
	text-align: center;
}
#type2 .lead-info-item:nth-child(2){
	background: #edf4fc;
	margin-top: 64px;
}
#type2 .lead-info-item:nth-child(2) .lead-info-item-ttl{
	background: #007fc3;
}
#type2 .lead-info-item:nth-child(2) .lead-info-item-txt{
	color: #007fc3;
}

#type2 .lead-cont-img{
	max-width: 720px;
	width: 100%;
	margin: 45px auto 30px;
}
#type2 .lead-cont-note{
	text-align: right;
	color: #595757;
	font-size: 12px;
}
#type2 .merit{
	padding: 0 0 60px;
}
@media screen and (min-width: 801px){
	#type2 .kv{
		padding-bottom: 20px;
	}
	#type2 .leadCatch{
		font-size: 36px;
	}
	#type2 .kv-ttl1 {
		font-size: 20px;
	}
	#type2 .kv-ttl2{
		font-size: 50px;
	}
	#type2 .kv-ttl2::after{
		width: 60px;
		height: 88px;
		left: -48px;
		top: -40px;
	}
	#type2 .kv-list-item{
		height: 80px;
		max-width: 270px;
	}
	#type2 .kv .cta .btn a{
		font-size: 19px;
		max-width: 370px;
	}
	#type2 .kv .cta .btn a .small{
		font-size: 15px;
	}
	#type2 .kv-point{
		bottom: 62px;
	}
	#type2 .lead-cont{
		margin-top: 48px;
	}
	#type2 .lead-cont-imgFlex{
		display: flex;
		justify-content: space-between;
	}
	#type2 .lead-cont-imgFlex li{
		width: 48%;
		margin: 0;
	}
	#type2 .lead-info{
		margin: 40px 0 0;
		max-width: 100%;
	}
	#type2 .lead-info-item{
		display: flex;
		justify-content: space-between;
	}
	#type2 .lead-info-item-right{
		max-width: 523px;
		width: 58%;
		flex-shrink: 0;
		margin-left: 10px;
	}
	#type2 .lead-info-item-ttl{
		font-size: 18px;
		max-width: 232px;
		padding: 11px 8px 7px;
		margin: 0;
	}
	#type2 .lead-info-item-txt{
		margin: 20px 0 0 25px;
		font-size: 20px;
		text-align: left;
	}
}
@media screen and (min-width: 1024px){
	#type2 .kv-ttl1 {
		font-size: 28px;
	}
	#type2 .kv-ttl2{
		font-size: 66px;
	}
	#type2 .kv-ttl2::after{
		width: 78px;
		left: -64px;
	}
	#type2 .kv-list{
		display: flex;
		justify-content: center;
	}
	#type2 .kv-list-item{
		width: 32%;
		margin: 0;
		height: 87px;
	}
	#type2 .kv-list-item:not(:last-child){
		margin-right: 10px;
	}
	#type2 .kv-list-item-txt{
		font-size: 19px;
	}
	#type2 .kv-list-item-txt .--s{
		font-size: 14px;
	}
	#type2 .kv .cta {
		margin-top: 12px;
	}
	#type2 .kv .cta .btn a{
		font-size: 26px;
		max-width: 484px;
		padding: .75em 0.5em 0.75em 2.5em;
	}
	#type2 .kv .cta .btn a .small{
		font-size: 22px;
	}
	#type2 .kv-point{
		top: auto;
		left: auto;
		bottom: -10px;
		right: 0;
		transform: none;
	}
	#type2 .lead-head{
		display: flex;
		align-items: flex-end;
	}
	#type2 .lead-head-txt{
		font-size: 24px;
		margin-right: 15px;
		flex-shrink: 0;
		display: block;
		padding: 15px 13px 13px 65px;
		background-size: 32px;
		background-position: center left 20px;
	}
	#type2 .lead-head-ttl{
		font-size: 36px;
		padding: 0 12px;
		margin-top: 0;
	}
	#type2 .lead-head-ttl2{
		padding-bottom: 15px;
	}
}
@media screen and (min-width: 1280px){
	#type2 .kv-ttl2{
		font-size: 81px;
	}
	#type2 .kv-point{
		width: 243px;
	}
}
/* ----------------------------------
  #type3
----------------------------------- */
#type3 .kv{
	background: #ddf5ed url(../image/wakate/kv_bg_sp.png) no-repeat center right / cover;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
}
#type3 .kv .inner{
	position: initial;
}
#type3 .kv-inner{
	max-width: 1440px;
	margin: 0 auto;
	padding: 25px 0 200px;
	position: relative;
}
#type3 .kv img{
	width: 100%;
}
#type3 .kv .inner{
	max-width: 560px;
	width: 90%;
}
#type3 .kv-ttl{
	max-width: 100%;
	margin-bottom: 20px;
}
#type3 .kv-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
#type3 .kv .cta{
	margin: 0 auto;
	max-width: 100%;
}
#type3 .kv .cta .btn{
	margin: 0 auto;
}
#type3 .kv .cta .btn a{
	font-size: 19px;
	height: 58px;
	background-size: 26px;
	max-width: 332px;
	width: 100%;
	border-radius: 3px;
	padding: .6em 1em;
	margin: 0 auto;
}
#type3 .kv .cta .btn a .small{
	font-size: 16px;
}
#type3 .kv-point{
	width: 147px;
	margin: 10px auto 0;
	position: initial;
}
#type3 .kv-img{
	margin: 0 auto;
	width: 120%;
  margin-left: -10%;
}
#type3 .kv-img img{
	height: 100%;
}
#type3 .lead .merit_list{
	list-style-type: none;
	padding: 0;
	margin: 20px auto;
	text-align: center;
}
#type3 .lead .merit_item{
	padding: 20px 0;
}
#type3 .lead .merit_item:not(:last-child){
	border-bottom: 1px solid #007fc3;
}
#type3 .lead .merit_item_num{
	font-weight: bold;
	color: #fff;
	background: #007fc3;
	font-size: 16px;
	background: #007fc3 url(../image/common/icon_reason.svg) no-repeat center left 15px / 28px;
	display: inline-block;
	padding: 10px 12px 6px 48px;
}
#type3 .lead .merit_item_img{
	max-width: 154px;
	width: 30%;
	margin: 20px auto;
}
#type3 .lead .merit_item_img img{
	width: 100%;
}
#type3 .lead .merit_item_ttl{
	font-weight: bold;
	line-height: 1.57;
	font-size: 20px;
}
#type3 .lead .merit_item_ttl span{
	position: relative;
}
#type3 .lead .merit_item_ttl span::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 75%;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	background: #FFF100;
	z-index: -1;
}
#type3 .lead .merit_item_txt{
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
}
@media screen and (max-width: 800px){
	#type3 .kv-point{
		transform: none;
	}
	#type3 .kv .cta{
		padding: 0;
	}
	#type3 .kv .cta .btn a{
		line-height: 1.1;
	}
	#type3 .kv .cta .btn a span{
		padding-left: 1.5em;
	}
	#type3 .lead .merit_item_txt{
		text-align: left;
	}
}
@media screen and (min-width: 801px){
	#type3 .kv{
		margin: 60px 0 0;
	}
	#type3 .kv-inner{
		padding: 40px 0 220px;
	}
	#type3 .kv-wrap{
		padding: 20px 0;
	}
	#type3 .kv .cta .btn a{
		font-size: 20px;
		height: 80px;
		padding-top: .9em;
		padding-left: 2.5em;
		border-radius: 9px;
		width: 332px;
	}
	#type3 .kv .cta .btn a .small{
		font-size: 17px;
	}
	#type3 .kv-point{
		width: 190px;
		margin: 15px auto 0;
	}
	#type3 .kv-img{
		width: 100%;
    margin-left: 0;
	}
}
@media screen and (min-width: 1024px){
	#type3 .kv{
		background: #ddf5ed url(../image/wakate/kv_bg_pc.png) no-repeat center center / cover;
		margin: 60px 0 0;
		padding-bottom: 0;
	}
	#type3 .kv-inner{
		padding: 118px 0 128px;
	}
	#type3 .kv .inner{
		max-width: 1030px;
		width: 80%;
	}
	#type3 .kv-ttl{
		max-width: 52vw;
		margin-bottom: 0;
	}
	#type3 .kv-wrap{
		position: initial;
		margin-top: 65px;
		width: auto;
		padding: 0;
		background: transparent;
	}
	#type3 .kv .cta{
		margin: 0 0 20px;
	}
	#type3 .kv .cta .btn{
		margin: 0;
	}
	#type3 .kv .cta .btn a{
		margin: 0;
	}
	#type3 .kv-point{
		margin: 0 0 0 30px;
	}
	#type3 .kv-img{
		position: absolute;
		bottom: 0;
		right: -20px;
		height: 40.625vw;
		width: auto;
	}
	#type3 .lead .merit_list{
		text-align: left;
	}
	#type3 .lead .merit_item{
		display: flex;
		padding: 40px 0;
	}
	#type3 .lead .merit_item_left{
		margin-right: 40px;
	}
	#type3 .lead .merit_item_num{
		font-size: 24px;
		padding: 17px 20px 12px 60px;
		background-position: center left 22px;
	}
	#type3 .lead .merit_item_img{
		margin: 20px auto 0;
		width: 100%;
	}
	#type3 .lead .merit_item_ttl{
		font-size: 28px;
	}
	#type3 .lead .merit_item_txt{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 1280px){
	#type3 .kv .inner{
		max-width: 1190px;
		width: 94%;
	}
	#type3 .kv-ttl{
		max-width: 706px;
	}
	#type3 .kv-wrap{
		display: flex;
		align-items: center;
	}
	#type3 .kv .cta{
		margin: 0;
	}
	#type3 .kv-img{
		height: 520px;
	}
}




