@charset "utf-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}
/*------------------------------------------------------------
	base
------------------------------------------------------------*/
html {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	color: #000;
	background-color: #fff;
}
@media all and (-ms-high-contrast:none) {
	html {
		font-family: "メイリオ", Meiryo, Verdana, sans-serif;
	}
}
body {
	font-size: 1.4rem;
	line-height: 1.75;
}
*{
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
main {
	overflow: hidden;
}
@media screen and (min-width: 600px){
	
}
@media screen and (min-width: 1024px){
	a {
		-webkit-transition: all .3s;
		transition: all .3s;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.sp, .tb, .pc {
	display: none;
}
@media screen and (max-width: 599px){
	.sp{
		display: block;
	}
}
@media screen and (min-width: 600px){
	.tb {
		display: block;
	}
}
@media screen and (min-width: 1024px){
	.tb {
		display: none;
	}
	.pc {
		display: block;
	}
}
.fontEn{
	font-family: 'Lato', sans-serif;
}
.inner {
	max-width: 1056px;
	width: 92%;
	margin: 0 auto;
}
.normal-txt{
	font-size: 1.5rem;
}
.sec-mh{
	text-align: center;
	color: #003a66;
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 20px;
	line-height: 1.4;
}
.sec-mh-inline{
	position: relative;
	z-index: 2;
}
.sec-mh-inline::after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 6px;
	background: #ff5a00;
	z-index: -1;
}

@media screen and (min-width: 600px){
	.inner{
		width: 94%;
	}
	.normal-txt{
		font-size: 1.6rem;
		text-align: center;
	}
	.sec-mh{
		font-size: 3.2rem;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 1024px){
	.normal-txt{
		font-size: 1.7rem;
	}
	.sec-mh{
		font-size: 3.8rem;
	}
}
/*------------------------------------------------------------
	cta
------------------------------------------------------------*/
.cta{
	text-align: center;
	font-weight: bold;
	padding: 30px 0;
}
.cta-wrapper{
	border-radius: 20px;
	border: 3px solid #73b9de;
	padding: 30px 15px;
	background: linear-gradient(93.48deg, #5fc3f0, #0095d8);
	position: relative;
	overflow: hidden;
}
.cta-txt{
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.67;
}
.btn{
	margin-top: 20px;
}
.btn-link{
	text-align: center;
	background: #fff;
	box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	max-width: 312px;
	width: 100%;
	padding: 10px 10px;
	border-radius: 40px;
	height: 68px;
	display: block;
	margin: 0 auto;
}
.btn .btn-link:not(:first-child){
	margin: 15px auto 0;
}
.btn-link.tel{
	font-size: 1.2rem;
	color: #007fc3;
	font-weight: 400;
	line-height: 1.2;
	border: 2px solid #80bfe1;
}
.btn-link.tel span{
	display: block;
	font-size: 2.8rem;
	line-height: 1.1;
	font-weight: bold;
}
.btn-link.contact{
	font-size: 1.8rem;
	background: #ff4768;
	color: #fff;
	border: 2px solid #ffae95;
	padding: 15px 10px;
	position: relative;
	z-index: 2;
}
.btn-link.contact::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 38px;
	background: linear-gradient(93.48deg, #ff8a00, #ff4768);
	z-index: -1;
	left: 0;
	top: 0;
	opacity: 1;
}
.btn-link.contact span{
	padding-right: 1.5em;
	position: relative;
}
.btn-link.contact span::after{
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	right: 0;
	top: 52%;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 600px){
	.cta{
		padding: 50px 0;
	}
	.cta-txt{
		font-size: 2.2rem;
	}
	.btn{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		margin-top: 25px;
	}
	.btn-link{
		margin: 0;
	}
	.btn .btn-link:not(:first-child){
		margin: 0 0 0 20px;
	}
	.btn-link.contact span{
		padding-right: 1em;
	}
}
@media screen and (min-width: 1024px){
	.cta{
		padding: 65px 0;
	}
	.cta-wrapper{
		padding: 40px 15px 55px;
	}
	.cta-wrapper::after{
		position: absolute;
		content: '';
		right: -25px;
		bottom: 0;
		width: 215px;
    height: 195px;
		background: url(../image/cta_img.png) no-repeat center center / 100%;
	}
	.cta-txt{
		font-size: 2.8rem;
	}
	.btn-link{
		height: 80px;
	}
	.btn-link:hover{
		box-shadow: none;
	}
	.btn-link.tel:hover{
		color: #06648e;
	}
	.btn-link.tel span{
		font-size: 3.6rem;
	}
	.btn-link.contact{
		font-size: 2.4rem;
	}
	.btn-link.contact::after{
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.btn-link.contact:hover::after{
		opacity: 0;
	}
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
.header{
	width: 100%;
	padding: 18px 0;
	background: transparent;
	-webkit-transition: all .3s;
	transition: all .3s;
	top: 0;
	left: 0;
	right: 0;
}
.header.fix{
	padding: 10px 0;
}
.header-inner{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 0 10px 0 15px;
}
.header-logo{
	max-width: 195px;
	width: 100%;
}
.header .btn{
	margin-top: 0;
}
.header .btn .btn-link:not(:first-child){
	margin-left: 10px;
}
.header .btn-link{
	height: 44px;
	width: 170px;
	padding: 4px 12px;
}
.header .btn-link.tel{
	font-size: 1rem;
}
.header .btn-link.tel span{
	font-size: 1.8rem;
}
.header .btn-link.contact{
	font-size: 1.2rem;
	padding: 9px;
}
.header .btn-link.contact span::after{
	width: 10px;
	height: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
}
@media screen and (max-width: 599px){
	.header{
		position: absolute;
	}
	.header .btn{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 100;
		background: #fff;
		padding: 14px 0;
		display: none;
	}
	.header .btn-link{
		height: 54px;
    width: 240px;
	}
	.header .btn .btn-link:not(:first-child){
		margin: 12px auto 0;
	}
	.header .btn-link.contact{
		font-size: 1.4rem;
    padding: 12px;
	}
	.header .btn-link.tel span{
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 600px){
	.header{
		position: fixed;
		z-index: 100;
		padding: 10px 0;
	}
	.header .btn{
		display: none !important;
	}
	.header.fix .btn{
		display: block !important;
	}
	.header-inner{
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.header-logo{
		max-width: 175px;
	}
	.header .btn-link{
		float: left;
	}
}
@media screen and (min-width: 1024px){
	.header{
		padding: 20px 0;
	}
	.header-inner{
		padding: 0 20px 0 30px;
	}
	.header .btn .btn-link:not(:first-child){
		margin-left: 22px;
	}
	.header .btn-link{
		height: 50px;
		width: 220px;
		/* float: none; */
	}
	.header .btn-link.tel span{
		font-size: 2.4rem;
	}
	.header .btn-link.contact{
		font-size: 1.5rem;
		padding: 9px;
	}
	.header .btn-link.contact span::after{
		width: 12px;
		height: 12px;
	}
}
/*------------------------------------------------------------
	kv
------------------------------------------------------------*/
.kv{
	background: url(../image/kv_bg_sp.png) no-repeat center bottom / cover;
}
.kv .inner{
	max-width: 1200px;
}
.kv-inner{
	position: relative;
	text-align: center;
	padding: 180px 0 70px;
}
.kv-catch{
	margin-bottom: 25px;
}
.kv-logo{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1000px;
  margin: 0 auto;
}
.kv-logo li{
	width: 43%;
	text-align: center;
	margin-bottom: 20px;
}
.kv-logo li:nth-child(1) img{
	width: 34.6vw;
}
.kv-logo li:nth-child(2) img{
	width: 20vw;
}
.kv-logo li:nth-child(3) img{
	width: 22.6vw;
}
.kv-logo li:nth-child(4) img{
	width: 30.6vw;
}
.kv-wrap{
	position: relative;
}
.kv-btn-wrap{
	text-align: center;
	margin-top: 25px;
}
.kv-btn-txt{
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 0 22px;
	color: #0f3961;
}
.kv .btn{
	margin-top: 10px;
}
.kv .btn-link{
	height: 65px;
	max-width: 285px;
}
.kv .btn-link.contact{
	padding: 15px 10px;
	font-size: 1.7rem;
}
.kv .btn-link.contact span{
	padding-right: 0;
}
.kv .btn-link.contact span::after{
	right: -32px;
}
.kv-point{
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
}
.kv-note{
	color: #616161;
	font-size: 1rem;
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 599px){
	.kv .btn-link.contact span::after{
		width: 12px;
    height: 12px;
		border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	}
}
@media screen and (min-width: 600px){
	.kv{
		background-image: url(../image/kv_bg_pc.png);
		padding-bottom: 110px;
	}
	.kv-catch{
		max-width: 870px;
		margin: 0 auto 50px;
	}
	.kv-logo li{
		width: 23%;
	}
	.kv-logo li:nth-child(1) img{
		width: 21vw;
	}
	.kv-logo li:nth-child(2) img{
		width: 11.7vw;
	}
	.kv-logo li:nth-child(3) img{
		width: 13.3vw;
	}
	.kv-logo li:nth-child(4) img{
		width: 18vw;
	}
	.kv-btn-txt{
		font-size: 1.9rem;
	}
	.kv-btn-txt::before,
	.kv-btn-txt::after{
		width: 15px;
		height: 31px;
	}
	.kv .btn-link{
		height: 85px;
		max-width: 372px;
	}
	.kv .btn-link.contact{
		font-size: 2.1rem;
		padding: 20px 10px;
	}
	.kv .btn-link.contact span{
		padding-right: 1.5em;
	}
	.kv-point{
		width: 190px;
		right: 0;
	}
	.kv-note{
		text-align: right;
		margin-top: 30px;
	}
}
@media screen and (min-width: 1024px){
	.kv-inner{
		padding: 90px 0 70px;
	}
	.kv-logo li{
		width: 25%;
	}
	.kv-logo li:nth-child(1) img{
		width: 270px;
	}
	.kv-logo li:nth-child(2) img{
		width: 150px;
	}
	.kv-logo li:nth-child(3) img{
		width: 170px;
	}
	.kv-logo li:nth-child(4) img{
		width: 230px;
	}
	.kv-btn-wrap{
		margin-top: 30px;
	}
	.kv .btn{
		margin-top: 12px;
	}
	.kv-point{
		top: auto;
		left: auto;
		bottom: 25px;
		right: 20px;
		transform: none;
		width: 266px;
	}
}
@media screen and (min-width: 1180px){
	
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.about{
	padding: 0 0 40px;
}
.about-catch-wrap{
	text-align: center;
}
.about-catch{
	display: inline-block;
	color: #0f3961;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
	position: relative;
	padding: 15px 20px 15px 25px;
}
.about-catch::before,
.about-catch::after{
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
}
.about-catch::before{
	top: 0;
	left: 0;
	border-top: 1px solid #0f3961;
	border-left: 1px solid #0f3961;
}
.about-catch::after{
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #0f3961;
	border-right: 1px solid #0f3961;
}
.about-list{
	margin-top: 30px;
}
.about-item{
	background: #0272ba;
	padding: 20px;
	position: relative;
	background: linear-gradient(50deg, #0272ba 0%, #0272ba 50%, #007fc3 50%, #007fc3 100%);
	max-width: 500px;
  width: 100%;
	margin: 0 auto 2px;
}
.about-item:nth-child(2){
	background: linear-gradient(50deg, #17b2d4 0%, #17b2d4 50%, #26bcd6 50%, #26bcd6 100%);
}
.about-item .txt1{
	text-align: center;
	background: #fff;
	color: #007fc3;
	font-size: 1.4rem;
	font-weight: bold;
	padding: .2em;
}
.about-item:nth-child(2) .txt1{
	color: #26bcd6;
}
.about-item .txt2{
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0.5em;
}
.about-item .yellow{
	color: #ffff00;
}
.about-item .l{
	font-size: 2.6rem;
}
.about-item .m{
	font-size: 2.2rem;
}
.about-item .s{
	font-size: 2rem;
}
.about-item-img{
	margin-top: 15px;
}
.about-note{
	font-size: 1.1rem;
	color: #616161;
	margin-top: 1em;
}
@media screen and (min-width: 600px){
	.about{
		margin-top: -100px;
	}
	.about-catch{
		font-size: 2.8rem;
		padding: 20px 60px;
	}
	.about-catch::before,
	.about-catch::after{
		width: 92px;
		height: 92px;
	}
	.about-note{
		text-align: right;
	}
}
@media screen and (min-width: 1024px){
	.about{
		padding: 0 0 50px;
	}
	.about-catch{
		font-size: 3.2rem;
		line-height: 1.84;
	}
	.about-list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		margin-top: 40px;
	}
	.about-item{
		width: 50%;
		max-width: 100%;
	}
	.about-item:nth-child(2){
		margin-left: 1px;
	}
	.about-item .txt1{
		font-size: 1.8rem;
	}
	.about-item .txt2{
		font-size: 2.4rem;
		min-height: 70px;
		padding-top: 10px;
		margin-top: 0;
	}
	.about-item .l{
		font-size: 4.2rem;
	}
	.about-item .m{
		font-size: 3.4rem;
	}
	.about-item .s{
		font-size: 2.8rem;
	}
}
/*------------------------------------------------------------
	case
------------------------------------------------------------*/
.case{
	padding: 30px 0;
	background: #edf4f9;
}
.case-head{
	text-align: center;
}
.case .sec-mh{
	color: #007fc3;
	margin-bottom: 15px;
}
.case-list{
	position: relative;
}
.case-item{
	background: #fff;
	padding: 20px;
	margin: 20px 5px 0;
	position: relative;
	width: 80vw;
}
/* slick */
.slick-track{
	display: -webkit-box;
	display: flex;
}
.slick-slide{
	height: auto;
	float: none;
}
.slick-arrow{
	width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  border: none;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
	border: 2px solid #80caeb;
	color: transparent;
}
.slick-prev.slick-arrow{
	background: #fff url(../image/icn_arrow_blue.png) no-repeat center center/16px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	left: 5px;
}
.slick-next.slick-arrow{
	background: #fff url(../image/icn_arrow_blue.png) no-repeat center center/16px;
	right: 5px;
}

.case-item-img{
	margin-bottom: 10px;
}
.case-item-company{
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.42;
}
.case-item-ttl{
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.42;
	padding-bottom: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.case-item-ttl .line{
	background: linear-gradient(transparent 80%, #ff8800 20%);
}
.case-item-info{
	line-height: 1.3;
	margin-top: 15px;
}
.case-item-info-row{
	color: #1d3b51;
	font-weight: bold;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 0 8px 0;
}
.case-item-info-row dt{
	color: #fff;
	background: #007fc3;
	font-size: 1.2rem;
	margin-right: 6px;
	padding: 0 .6em .1em;
	line-height: 1.4;
	border-radius: 4px;
	white-space: nowrap;
}
.case-item-info-row dd{
	font-size: 1.4rem;
	color: #007fc3;
}
.case-item-txt{
	font-size: 1.4rem;
	margin-top: 15px;
}

@media screen and (min-width: 600px){
	.case-head{
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		text-align: left;
	}
	.case-head .normal-txt{
		text-align: left;
	}
	.case .sec-mh{
		margin-bottom: 0;
		margin-right: 35px;
		white-space: nowrap;
	}
	.case-item{
		margin: 30px 5px 0;
		width: 60vw;
	}
	.case-item-img{
		margin-bottom: 20px;
	}
	.case-item-ttl{
		font-size: 2rem;
		min-height: 105px;
	}
	.case-item-company{
		font-size: 1.4rem;
	}
	.case-item-info{
		margin-top: 10px;
	}
	.case-item-info-row dd{
		font-size: 1.4rem;
	}

	/* slick */
	.slick-arrow{
		width: 7.18vw;
    height: 7.18vw;
		top: 55%;
	}
	.slick-prev.slick-arrow{
		background-size: 21px;
		left: 10px;
	}
	.slick-next.slick-arrow{
		background-size: 21px;
		right: 10px;
	}
}
@media screen and (min-width: 1024px){
	.case{
		padding: 40px 0 80px;
	}
	.case-item{
		width: 31vw;
		max-width: 400px;
	}
	.case-item-company{
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1280px){
	/* slick */
	.slick-arrow{
		width: 92px;
    height: 92px;
	}
}
/*------------------------------------------------------------
	reason
------------------------------------------------------------*/
.reason-mh{
	text-align: center;
	font-weight: bold;
	font-size: 2.6rem;
	color: #5fc3f0;
	background: -webkit-gradient(linear, left top, right top, from(#0095d8), to(#5fc3f0));
	background: linear-gradient(to right, #0095d8, #5fc3f0);
	background: -webkit-linear-gradient(to right, #0095d8, #5fc3f0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.reason-lead{
	text-align: center;
	color: #0f3961;
	font-size: 1.8rem;
	font-weight: bold;
}
.reason-list{
	margin-top: 24px;
}
.reason-item{
	padding: 30px 0;
}
.reason-item:nth-child(1){
	background: #f2f9fc;
}
.reason-item:nth-child(3){
	background: #f2f9fc;
}
.reason-item-head{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 10px 25px;
	position: relative;
}
.reason-item-head::before,
.reason-item-head::after{
	position: absolute;
	content: '';
	top: 0;
	height: 100%;
	width: 20px;
	border-top: 1px solid #0f3961;
	border-bottom: 1px solid #0f3961;
}
.reason-item-head::before{
	border-left: 1px solid #0f3961;
	left: 0;
}
.reason-item-head::after{
	border-right: 1px solid #0f3961;
	right: 0;
}
.reason-item-head-num{
	color: #007fc3;
	font-weight: 100;
	font-size: 7rem;
	line-height: 1;
	margin-right: 15px;
	display: inline-block;
}
.reason-item-head-ttl{
	color: #0f3961;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5;
}
.reason-item-box{
	margin: 25px 0 35px;
}
.reason-item-box-item{
	text-align: center;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 45px;
}
.reason-item-box-item-ttl{
	color: #1d3b51;
	font-weight: bold;
	font-size: 2.6rem;
	position: relative;
	z-index: 2;
}

.reason-item-box-item-img{
	border: 1px solid #007fc3;
	margin: 25px 0 5px;
}
.reason-item-box-item-txt{
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	background: #fff;
	color: #0f3961;
	border-radius: 8px;
	padding: 8px 5px;
	position: relative;
}
.reason-item-box-item-txt::after{
	position: absolute;
	content: '';
	top: 99.8%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 13px 13px 0px 13px;
}
.reason-item-box-item-txt span{
	color: #ff5a00;
	font-size: 2rem;
}
.reason-item-graph{
	margin-top: 25px;
}
.reason-item-graph-item{
	background: #fff;
	border-radius: 20px;
	font-weight: bold;
	max-width: 500px;
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
}
.graph-head{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}
.graph-head-box{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.graph-head .graph-head-box:first-child{
	margin-right: 20px;
}
.graph-head-box .txt{
	color: #1d3b51;
	font-size: 1.4rem;
	margin-right: 15px;
}
.graph-head-box .num{
	font-size: 4.8rem;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#ff4768));
	background: linear-gradient(to right, #ff8a00, #ff4768);
	background: -webkit-linear-gradient(to right, #ff8a00, #ff4768);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.graph-head-box .num span{
	font-size: 2.6rem;
}
.graph-head-note{
	text-align: right;
	font-size: 1rem;
	font-weight: 400;
}
.graph-img{
	width: 90%;
	margin: 0 auto;
}
.graph-head-box2{
	color: #1d3b51;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1;
}
.graph-head-box2 .txt1{
	font-size: 4rem;
}
.graph-head-box2 .txt2{
	font-size: 5.4rem;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	background: -webkit-gradient(linear, left top, right top, from(#5fc3f0), to(#0095d8));
	background: linear-gradient(to right, #5fc3f0, #0095d8);
	background: -webkit-linear-gradient(to right, #5fc3f0, #0095d8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.graph-head-box2 .txt2 .txt3{
	font-size: 3rem;
}
.reason-item-graph-note{
	color: #616161;
	font-size: 1rem;
	margin: 15px auto 0;
}

/* スライダー */
.slide-wrapper{
	margin: 24px 0 25px 4%;
	position: relative;
}
.slide-list{
	display: -webkit-box;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
	-webkit-overflow-scrolling: touch;
}
.slide-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.slide-item{
	width: 60vw;
	margin-right: 5.3vw;
	background: #fff;
	border-radius: 0 0 8px 8px;
}
.slide-item-img{
	overflow: hidden;
}
.slide-item-body{
	padding: 18px;
}
.slide-item-ttl{
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	min-height: 46px;
	margin-bottom: .5em;
}
.slide-item-ttl span{
	font-size: 1.1rem;
	display: block;
	line-height: 1;
}
.slide-item-txt{
	font-size: 1.3rem;
	line-height: 2;
}
.slide-arrow .arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  border: none;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
	border: 2px solid #80caeb;
}
.slide-arrow .arrow.next {
  right: 5px;
  background: #fff url(../image/icn_arrow_blue.png) no-repeat center center/16px;
}
.slide-arrow .arrow.prev {
  display: none;
  left: -10px;
  background: #fff url(../image/icn_arrow_blue.png) no-repeat center center/16px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.slide-arrow .arrow.is_disabled {
  display: none;
}

@media screen and (min-width: 600px){
	.reason-mh{
		font-size: 3.6rem;
	}
	.reason-lead{
		font-size: 2.4rem;
	}
	.reason-list{
		margin-top: 42px;
	}
	.reason-item-head{
		max-width: 836px;
		margin: 0 auto;
	}
	.reason-item-head-num{
		font-size: 11rem;
		margin-right: 20px;
	}
	.reason-item-head-ttl{
		font-size: 2.4rem;
	}
	.reason-item-box{
		margin: 25px 0 50px;
	}
	.reason-item-box-item-txt{
		font-size: 1.7rem;
	}
	.reason-item-box-item-txt span{
		font-size: 2.2rem;
	}
	.reason-item-graph-item{
		padding: 34px 34px 15px;
	}
	.reason-item-graph-item-ttl{
		font-size: 1.8rem;
	}
	.graph-head-box .txt{
		font-size: 2.6rem;
	}
	.graph-head-box .num{
		font-size: 6.8rem;
	}
	.graph-head-box .num span{
		font-size: 4rem;
	}
	.graph-head-note{
		padding-right: 2%;
	}
	.graph-head-box2{
		font-size: 2.8rem;
	}
	.graph-head-box2 .txt1{
		font-size: 5.8rem;
	}
	.graph-head-box2 .txt2{
		font-size: 9.4rem;
	}
	.graph-head-box2 .txt2 .txt3{
		font-size: 5.6rem;
	}
	.reason-item-graph-note{
		font-size: 1.2rem;
		text-align: center;
		margin: 30px auto 0;
	}

	/* スライダー */
	.slide-wrapper{
		margin: 24px 0 0 8.59%;
	}
	.slide-list{
		padding: 3.125vw 0 3.9vw 3.125vw;
	}
	.slide-item{
		width: 23.43vw;
		margin-right: 2.73vw;
	}
	.slide-item-ttl{
		font-size: 1.6rem;
	}
	.slide-item-txt{
		font-size: 1.4rem;
	}
	.slide-arrow .arrow{
		width: 7.18vw;
    height: 7.18vw;
		top: 55%;
	}
	.slide-arrow .arrow.next {
    background-size: 21px;
		right: 25px;
  }
	.slide-arrow .arrow.prev {
    background-size: 21px;
		left: -15px;
  }
}
@media screen and (min-width: 1024px){
	.reason-mh{
		font-size: 4.6rem;
	}
	.reason-item{
		padding: 65px 0;
	}
	.reason-item-head{
		padding-left: 40px;
	}
	.reason-item-box{
		margin: 10px 0 50px;
	}
	.reason-item-head::before,
	.reason-item-head::after{
		width: 50px;
	}
	.reason-item-head-num{
		font-size: 10rem;
		margin-right: 25px;
	}
	.reason-item-head-ttl{
		font-size: 3.2rem;
		text-align: center;
	}
	.reason-item-box{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-top: 50px;
	}
	.reason-item-box-item{
		width: 29%;
		margin: 0;
		max-width: 300px;
	}
	.reason-item-box-item-ttl{
		font-size: 2.3rem;
	}
	.reason-item-graph{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-top: 40px;
	}
	.reason-item-graph-item{
		width: 48.2%;
		margin: 0;
		padding: 10px 34px 15px;
	}
	.reason-item-graph-item:nth-child(1) .graph-head{
		margin-top: 25px;
	}
	.reason-item-graph-note{
		max-width: 100%;
		text-align: right;
	}
	/* スライダー */
	.slide-item-body{
		padding: 24px;
	}
}
@media screen and (min-width: 1280px){
	/* スライダー */
	.slide-list{
		padding: 40px 0 50px 40px;
	}
	.slide-item{
		width: 300px;
		margin-right: 35px;
	}
	.slide-arrow .arrow{
		width: 92px;
    height: 92px;
	}
}
/*------------------------------------------------------------
  cost
------------------------------------------------------------*/
.cost{
	background: #004b85 url(../image/cost_bg.png) no-repeat center center / cover;
	padding: 45px 0 35px;
	color: #fff;
}
.cost .sec-mh{
	color: #fff;
}
.cost-flow{
	padding: 30px 0 0;
	position: relative;
}
.cost-flow-item{
	background: #fff;
	text-align: center;
	max-width: 500px;
	width: 100%;
	margin: 0 auto 25px;
	padding: 0 18px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.cost-flow-item:not(:last-child)::before{
	position: absolute;
	content: '';
	left: 50%;
	top: calc(100% + 3px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 15px solid #fff;
	border-bottom: 0;
}
.cost-flow-item:nth-child(3),
.cost-flow-item:nth-child(5){
	margin: 68px auto 25px;
}
.cost-flow-item:nth-child(5)::after{
	position: absolute;
	content: '';
	width: calc(100% - 8px) !important;
	height: calc(100% - 8px) !important;
	border-left: 0 !important;
	background: #ffff00;
	left: 4px;
	top: 4px;
}
.cost-flow-item:nth-child(6){
	margin: 95px auto 25px;
}
.cost-flow-item .num{
	color: #007fc3;
	font-weight: 100;
	font-size: 5rem;
	margin-right: 22px;
	position: relative;
	z-index: 2;
}
.cost-flow-item .txt{
	color: #1d3b51;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.38;
	position: relative;
	z-index: 2;
}
.cost-flow-info{
	font-weight: bold;
	color: #fff;
	font-size: 1.6rem;
	background: #ff5a00;
	padding: 6px 15px;
	position: absolute;
	width: 100%;
}
.cost-flow-info span{
	color: #fff100;
}
.cost-flow-info1{
	left: 0;
	top: -40px;
}
.cost-flow-info2{
	right: 0;
	top: -40px;
}
.cost-flow-info3{
	top: -65px;
	right: 0;
	padding: 6px 15px;
	font-size: 1.5rem;
}
.cost-flow-info3 span{
	font-size: 1.6rem;
}
.cost-wrapper{
	margin-top: 55px;
	padding: 32px 6.6% 18px;
	background: #fff;
}
.cost-item:not(:last-child){
	margin-bottom: 30px;
}
.cost-item-ttl{
	text-align: center;
	color: #1d3b51;
	font-weight: bold;
	font-size: 2rem;
}
.cost-item-img{
	width: 140px;
	margin: 20px auto 24px;
}
.cost-item-txt{
	font-size: 1.4rem;
	line-height: 2;
	color: #000;
}
.cost-list-note{
	text-align: right;
	font-size: 1rem;
	color: #616161;
	margin-top: 24px;
}
@media screen and (max-width: 599px){
	.cost-flow-item .num{
		line-height: 1.4;
	}
}
@media screen and (min-width: 600px){
	.cost-flow-item:nth-child(3),
	.cost-flow-item:nth-child(5),
	.cost-flow-item:nth-child(6){
		margin: 77px auto 25px;
	}
	.cost-flow-item .txt{
		font-size: 1.8rem;
	}
	.cost-flow-info{
		padding: 12px 25px;
	}
	.cost-flow-info1{
		top: -52px;
	}
	.cost-flow-info2{
		top: -52px;
	}
	.cost-flow-info3{
		padding: 12px 25px;
		top: -52px;
	}
	.cost-item-ttl{
		font-size: 2.4rem;
	}
	.cost-item-txt{
		font-size: 1.5rem;
	}
	.cost-list-note{
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1024px){
	.cost-flow{
		margin-top: 70px;
		padding: 85px 0 80px;
	}
	.cost-flow-list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.cost-flow-item{
		width: 12.3%;
		margin: 0;
		display: block;
		padding: 0 0 20px;
	}
	.cost-flow-item:not(:last-child)::before{
		display: none;
	}
	.cost-flow-item:not(:last-child)::after{
		position: absolute;
		content: '';
		right: -20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 13px solid transparent;
		border-bottom: 13px solid transparent;
		border-left: 15px solid #fff;
		border-right: 0;
	}
	.cost-flow-item:nth-child(3),
	.cost-flow-item:nth-child(5),
	.cost-flow-item:nth-child(6){
		margin: 0;
	}
	.cost-flow-item .num{
		font-size: 3.4rem;
		margin-right: 0;
	}
	.cost-flow-item:nth-child(n+3) .txt{
		padding: .7em 0;
	}
	.cost-flow-info{
		font-size: 1.8rem;
		width: auto;
	}
	.cost-flow-info1{
		left: 12%;
		top: 0;
	}
	.cost-flow-info2{
		right: 14%;
		top: 0;
	}
	.cost-flow-info3{
		right: 2%;
		bottom: 0;
		top: auto;
		font-size: 1.6rem;
	}
	.cost-flow-info3 span{
		font-size: 1.8rem;
	}
	.cost-flow-info::after{
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
	}
	.cost-flow-info1::after,
	.cost-flow-info2::after{
		top: 99.8%;
		border-right: 13px solid transparent;
		border-left: 13px solid transparent;
		border-top: 15px solid #ff5a00;
		border-bottom: 0;
	}
	.cost-flow-info1::after{
		right: 18%;
	}
	.cost-flow-info2::after{
		left: 21%;
	}
	.cost-flow-info3::after{
		bottom: 99.8%;
		right: 20%;
		border-right: 13px solid transparent;
		border-left: 13px solid transparent;
		border-bottom: 15px solid #ff5a00;
		border-top: 0;
	}
	.cost-list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.cost-item{
		width: 44.9%;
	}
	.cost-item:not(:last-child){
		margin-bottom: 0;
	}
	.cost-item-img{
		margin: 34px auto 24px;
	}
}
/*------------------------------------------------------------
  flow
------------------------------------------------------------*/
.flow{
	background: #004b85;
	padding: 40px 0 30px;
	color: #fff;
}
.flow .sec-mh{
	color: #fff;
}
.flow-wrapper{
	padding: 30px 0 0;
	position: relative;
}
.flow-item{
	max-width: 500px;
	width: 100%;
	margin: 0 auto 25px;
	position: relative;
}
.flow-item:not(:last-child)::before{
	position: absolute;
	content: '';
	left: 50%;
	top: calc(100% + 3px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 15px solid #fff;
	border-bottom: 0;
}
.flow-item-wrap{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: #fff;
	padding: 15px;
}
.flow-item-img{
	width: 70px;
	margin: 0 10px 0 0;
	flex-shrink: 0;
}
.flow-item-ttl{
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.38;
	color: #1d3b51;
}
.flow-item-txt{
	font-size: 1.4rem;
	margin-top: 5px;
	color: #000;
}
.flow-info{
	font-weight: bold;
	background: #ff5a00;
	padding: 9px 20px;
	text-align: center;
}
.flow-info .point{
	font-size: 1.4rem;
	background: #fff;
	color: #ff5a00;
	border-radius: 4px;
	line-height: 1.6;
	padding: 0 .5em;
	display: inline-block;
	margin-bottom: 3px;
}
.flow-info .txt{
	font-size: 1.6rem;
	line-height: 1.33;
	display: block;
}
@media screen and (min-width: 600px){
	.flow{
		padding: 65px 0;
	}
}
@media screen and (min-width: 1024px){
	.flow-wrapper{
		margin-top: 35px;
		padding: 96px 0 0;
	}
	.flow-list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.flow-item{
		width: 18%;
		margin: 0;
		position: static;
	}
	.flow-item:not(:last-child)::before{
		display: none;
	}
	.flow-item-wrap{
		display: block;
		background: transparent;
		padding: 0;
		position: relative;
	}
	.flow-item:not(:last-child) .flow-item-wrap::after{
		position: absolute;
		content: '';
		right: -20px;
		top: 29%;
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 13px solid transparent;
		border-bottom: 13px solid transparent;
		border-left: 15px solid #fff;
		border-right: 0;
	}
	.flow-item-img-wrap{
		background: #fff;
		padding: 34px 0 0;
	}
	.flow-item-img{
		width: 80px;
		margin: 0 auto;
		padding: 0 0 23px 0;
	}
	.flow-item:nth-child(n+3) .flow-item-img{
		padding: 0 0 38px 0;
	}
	.flow-item-ttl{
		font-size: 1.8rem;
		background: #fff;
		text-align: center;
		padding: 0 0 24px;
	}
	.flow-item:nth-child(n+3) .flow-item-ttl{
		padding: 0 0 34px;
	}
	.flow-item-ttl .inline{
		display: none;
	}
	.flow-item-txt{
		margin-top: 10px;
		color: #fff;
	}
	.flow-info{
		position: absolute;
		top: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		text-align: left;
	}
	.flow-info1{
		left: 5%;
	}
	.flow-info2{
		right: 10%;
	}
	.flow-info1.sp.tb,
	.flow-info2.sp.tb{
		display: none;
	}
	.flow-info::after{
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		top: 99.8%;
		border-right: 13px solid transparent;
		border-left: 13px solid transparent;
		border-top: 15px solid #ff5a00;
		border-bottom: 0;
	}
	.flow-info1::after{
		left: 13%;
	}
	.flow-info2::after{
		right: 48%;
	}
	.flow-info .point{
		font-size: 1.6rem;
		margin-right: 15px;
		margin-bottom: 0;
	}
	.flow-info .txt{
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	remote
------------------------------------------------------------*/
.remote{
	padding: 30px 0 0;
}
.remote-map{
	max-width: 600px;
	width: 100%;
	margin: 50px auto 0;
}
@media screen and (min-width: 1024px){
	.remote{
		padding: 60px 0 0;
	}
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.footer{
	padding: 30px 0 10px;
	background: #f5f5f5;
}
.footer-logo{
	width: 200px;
	margin: 0 auto 25px;
}
.footer-info{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}
.footer-info-img{
	width: 50px;
	margin-right: 8px;
}
.footer-info-body{
	color: #333;
	line-height: 1.4;
	margin-bottom: 10px;
}
.footer-info-txt{
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.4;
}
.footer-info-link{
	display: inline-block;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	text-decoration: underline;
}
.footer-copy{
	font-weight: 500;
	font-size: 1rem;
	color: #424242;
	margin-top: 12px;
	text-align: center;
}

.footer #pageTopBtn {
	transition: all .3s;
	right: 1em;
	bottom: 11em;
	width: 30px;
	opacity: 0;
}
.footer #pageTopBtn.fix {
	position: fixed;
	opacity: 1;
	z-index: 999;
}
@media screen and (min-width: 600px){
	.footer{
		padding: 35px 0;
	}
	.footer-inner{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.footer-logo{
		margin: 0;
	}
	.footer-info{
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.footer-info-body{
		margin-bottom: 0;
	}
	.footer-info-txt{
		font-size: 1.2rem;
	}
	.footer-info-link{
		font-size: 1.2rem;
	}
	.footer-copy{
		text-align: left;
	}

	.footer #pageTopBtn {
		right: 2em;
		bottom: 2em;
	}
}
@media screen and (min-width: 1024px){
	.footer-logo{
		width: 240px;
	}
}
/* フォーム */
.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-size: 7px 12px;
	width: 7px;
	height: 12px;
	position: relative;
	margin-right: 0.4em;
}
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoCheckboxList,
.mktoForm .mktoFormRow .mktoFieldDescriptor .mktoRadioList {
	font-size: 15px;
}
.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: 100% !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;
	}
}

.cta-ttl {
    font-size: 24px;
    font-weight: bold;
    margin: 24px;
}

