@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) {
body{
  -webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 100%!important;
	overflow-x: hidden;
}
.pc{display:none!important;}
.sp{display:block!important;}


/* HEADER */

.wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/* HEADER */
header{
	background-color: #fff;
}
header .wrap{
	width: 100%;
	margin: 0;
	max-width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	height: 65px;
	align-items:center;
}
header .ttl1{
	color: #212529;
	font-size: 10px;
}
header .logo{
	padding-left: 10px;
}
header .logo img{
	width: 140px;
	height: auto;
	margin-top: 0.25em;
	display: block;
}
header ul.btn{
	display: flex;
	justify-content: flex-end;
	text-align: center;
	align-items:center;
	width: 130px;
}
header ul.btn li.btn1 a{
	background: url("../img/sp/header_ic1_sp.svg") no-repeat center 0.75em #212529;
	background-size: 1.25em;
	display: block;
	width: 65px;
	height: 65px;
	position: relative;
}
header ul.btn li.btn1 a::before{
	content: 'TEL';
	display: block;
	text-align:center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	line-height: 100px;
}
header ul.btn li.btn1 .number,
header ul.btn li.btn1 .time{
	display: none;
	}
header ul.btn li.btn2 a{
	background: url("../img/sp/header_ic2_sp.svg") no-repeat center 1.25em #d21616;
	background-size: 2.25em;
	display: block;
	width: 65px;
	height: 65px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	border-radius: 0;
	box-shadow: 0 0 0 #8b0b0b;
	line-height: 100px;
	white-space: nowrap;
}


/* FOOTER */
footer a{
	margin-top: 1em;
	width: 100%;
	background: url("../img/page_top.svg") no-repeat center 10px #f7f6f5;
	background-size: 20px auto;
	padding: 30px 0 10px 0;
	display: block;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.copyright {
	display: block;
	text-align: center;
	width: 100%;
	padding: 2em 0;
	font-size: 10px;
	color: #fff;
}


/* CONTENTS ------------*/
.mv{
	background: url("../img/mv_bg.png") no-repeat center top;
	width: 100%;
	height: 280px;
	background-size: cover;
}
.mv .wrap{
	padding: 35px 0 0 0;
	position: relative;
	height: auto;
	width: 94%;
	margin: 0 auto;
}
.mv .wrap::before{
	display: none
		/*
	content: '';
	background: url("../img/sp/mv_sp.png") no-repeat 0 0;
	background-size: contain;
	width: 160px;
	height: 205px;
	position: absolute;
	bottom: auto;
	top: 10px;
	right: -3%;
	display: block;
	z-index: 0;
		*/
}
.mv .wrap .ttl2{
	padding-bottom: 10px;
	max-width: 380px;
	margin: 0 auto;
}
.mv .wrap .ttl2 img.sp{
	width: 100%!important;
	display: inline!important;
}
.mv .wrap img{
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	max-width: 380px;
}

.message{
	background: url("../img/message_bg.png");
	padding-bottom: 40px;
	background-size: 4%;
}
.message h2.ttl2{
	font-size: 30px;
	text-align: center;
	padding: 1em 0 0 0;
	width: 100%;
}
.message h2.ttl2 span{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
	padding: 0 0 0.25em 0;
	position: relative;
	display: inline-block;
}
.message h2.ttl2 span::before{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid;
}
.message .wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 	320px;
}
.message .wrap dl{
	margin: 0 auto;
	width: 320px;
	padding: 0 20px 0.5em 60px;
	position: relative;
	background: url("../img/sp/message_bg1_mdl_sp.png") repeat-y center top;
	background-size: contain;
	transform: translateX(-15px);
}
.message .wrap dl::before{
	content: '';
	display: block;
	background: url("../img/sp/message_bg1_top_sp.png") no-repeat center top;
	position: absolute;
	top: -52px;
	left: 0;
	width: 320px;
	height: 52px;
	background-size: contain;
}
.message .wrap dl::after{
	content: '';
	display: block;
	background: url("../img/sp/message_bg1_btm_sp.png") no-repeat center bottom;
	position: absolute;
	bottom: -19px;
	left: 0;
	width: 320px;
	height: 19px;
	background-size: contain;
}

.message .wrap ul{
	margin: 86px auto 0 auto;
	width: 320px;
	padding: 0 60px 0.75em 20px;
	position: relative;
	background: url("../img/sp/message_bg2_mdl_sp.png") repeat-y center top;
	background-size: contain;
	transform: translateX(15px);
}
.message .wrap ul::before{
	content: '';
	display: block;
	background: url("../img/sp/message_bg2_top_sp.png") no-repeat center top;
	position: absolute;
	top: -55px;
	left: 0;
	width: 320px;
	height: 56px;
	z-index: 1;
	background-size: contain;
}
.message .wrap ul::after{
	content: '';
	display: block;
	background: url("../img/sp/message_bg2_btm_sp.png") no-repeat center bottom;
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 320px;
	height: 19px;
	background-size: contain;
}

.message .wrap dl dt{
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-size: 17px;
	margin-top: -32px;
	background: url("../img/message_line.png") no-repeat center bottom;
	text-align: center;
	padding-bottom: 20px;
}
.message .wrap dl dd,
.message .wrap ul li{
	position: relative;
	z-index: 2;
	color: #022222;
	font-weight: bold;
	font-size: 14px;
	margin: 0.5em 0 0 0.5em;;
	padding-left: 1.5em;
	background: url("../img/message_mark1.svg") no-repeat 0 0;
	background-size: 1.25em;
}
.message .wrap dl dd span,
.message .wrap ul li span{
	color: #d21616;
	font-weight: bold;
}
.message .wrap ul li:first-of-type{
	margin-top: -36px;
}
.message .catch{
	font-size: 25px;
	font-weight: bold;
	color: #022222;
	text-align: center;
	background: url("../img/message_mark2.svg") no-repeat center top;
	background-size: 120px auto;
	padding-top: 40px;
	margin-top: 40px;
}

.message .box{
	width: 94%;
	margin: 20px auto 0 auto;
	background-color: #fff;
	text-align: center;
	font-size: 38px;
	white-space: nowrap;
	padding:10px 0 15px 0;
	font-weight: bold;
	line-height: 90%;
	box-shadow: 0 0 8px #8e8e8e;
	padding-left: 0.5em;
}
.message .box span{
	font-size: 19px;
	display: block;
	font-weight: bold;
	margin-bottom: -0.25em;
	margin-left: -0.5em;
}
.message .box strong{
	font-size: 64px;
	font-weight: bold;
	margin-right: -0.5em;
	margin-left: -1em;
}

.simu{
	padding-bottom: 40px;
}
.simu h2.ttl2{
	font-size: 30px;
	text-align: center;
	padding: 1em 0 0 0;
}
.simu h2.ttl2 span{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
	padding: 0 0 0.25em 0;
	position: relative;
	display: inline-block;
}
.simu h2.ttl2 span::before{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid;
}
.simu .wrap p{
	width: 94%;
	margin: 0 auto;
}
.simu p{
	font-size: 14px;
}

.cv{
	padding-bottom: 20px;
}
.cv .ttl2{
	padding-top: 1em;
	font-size: 29px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.cv .box{
	background-color: #fff;
	margin: 15px auto 0 auto;
	border-radius: 20px;
	width: 94%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: 20px;
	position: relative;
}
.cv .box::before{
	content: '';
	position: absolute;
	display: block;
	background: url("../img/cv_bg.png") no-repeat center top;
	background-size: 180px auto;
	width: 180px;
	height: 160px;
	bottom:-20px;
	left: -3%;
	z-index: 1;
}
.cv p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0.75em 0 0.5em ;
	white-space: nowrap;
	width: 100%;
	line-height: 1.5;
}
.cv ul{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.cv ul li{
	width: 32%;
	border-radius: 5px;
	padding: 5px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.cv ul li strong{
	display: block;
	font-size: 19px;
	color: #ffff06;
	text-align: center;
	font-weight: bold;
	margin-top: -0.25em;
}
.cv .tel{
	width: 210px;
	color:#000000;
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
	margin-right: 3%;
	position: relative;
	z-index: 2;
}
.cv .tel a{
	display: block;
	border: 2px solid #000000;
	border-radius: 5px;
	box-shadow: 0 3px 0 #999999;
	padding: 0.5em 0;
	background-color: #fff;


}
.cv .tel .tel_number{
	font-size: 21px;
	background: url("../img/cv_tel.svg") no-repeat 0 0em;
	background-size: auto 1em;
	padding-left: 0.75em;
	font-weight: bold;
	display: inline;
}

.cv a.btn{
	width: 210px;
	display: block;
	background-color: #d21616;
	text-align: center;
	padding: 0.25em 0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: 0 4px 0 #8b0b0b;
	margin-right: 3%;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}

.success{
	width:94%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.success .ttl2{
	font-size:35px;
	font-weight: bold;
	padding-top: 1em;
	text-align: center;
}
.success .ttl3{
	font-size:20px;
	font-weight: bold;
	color: #fff;
	padding: 0.25em 0.25em;;
	text-align: center;
	position: relative;
	margin-top: 25px;
	margin-bottom: 0;
}
.success .ttl3::before,
.success .ttl3::after{
	display: none;
}
.success .ttl3 strong{
	font-weight: bold;
	color: #ffff00;
}

.success img.right,
.success img.left{
	float: none;
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
}
.success p{
	font-size: 14px;
	padding-top: 1em;
}
.success img.right_pct{
	float: none;
	margin: 10px auto;
	padding: 0;
	width: 100%;
	display: block;
}
.success img.left_pct{
	float: none;
	margin: 10px auto;
	padding: 0;
	width: 100%;
	display: block;
}
.success img.cont{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 380px;
}
.success dl{
	padding-bottom: 0;
}
.success dt{
	font-weight: bold;
	font-size: 15px;
	color: #182856;
	padding-left: 1.25em;
	position: relative;
	padding-bottom: 0.5em;
}
.success dt::before{
	content: '\025a0';
	top: 0;
	left: 0;
	position: absolute;
}
.success dd{
	padding-bottom: 1.25em;
	font-weight: bold;
	font-size: 	14px;
	padding-left: 17px;
	position: relative
}
.success dd strong{
	color: #d21616;
	font-weight: bold;
	line-height: 1.5;
}

.success ul li{
	padding: 15px;
	display: block;
	justify-content: space-between;
	margin-bottom: 20px;
	width: 100%;
}
.success ul li img{
	width: 100px;
	height: auto;
	float: left;
	margin: 0 1em 0 0;
}
.success ul li .txt{
	width: auto;
}
.success ul li .txt .name{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}
.success ul li .txt .name span{
	color: #333333;
	font-weight: bold;
	display: block;
}

.success ul li .txt .kana{
	font-size: 10px;
	margin-top: 0.25em;
}
.success ul li p{
	font-size: 13px;
	padding-bottom: 0;
	padding-top: 1em;
	width: 100%;
}
.ex{
	background-color: #f9f9f9;
	padding-bottom: 30px;
}
.ex .ttl2{
	font-size: 30px;
	font-weight: bold;
	padding-top: 1.5em;
	text-align: center;
}
.ex .ttl3{
	margin-top: 30px;
	width: 100%;
	background: url("../img/sp/ex_bg1_sp.png") center center no-repeat;
	background-size: cover;
}
.ex .ttl3:nth-of-type(2){
	background: url("../img/sp/ex_bg2_sp.png") center center no-repeat;
	background-size: cover;
}
.ex .ttl3:nth-of-type(3){
	background: url("../img/sp/ex_bg3_sp.png") center center no-repeat;
	background-size: cover;
}
.ex .ttl3 span.box{
	width: 100%;
	margin: 0;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.ex .ttl3 span.bg{
	display: block;
	width: 320px;
	background: url("../img/ex1.svg") center left 10px no-repeat #fff;
	background-size: 45px auto;
	padding: 15px 5px 15px 70px;
	font-size: 17px;
	font-weight: bold;
}
.ex .ttl3:nth-of-type(2) span.bg{
	display: block;
	background: url("../img/ex2.svg") center left 15px no-repeat #fff;
	background-size: 45px auto;
}
.ex .ttl3:nth-of-type(3) span.bg{
	display: block;
	background: url("../img/ex3.svg") center left 15px no-repeat #fff;
	background-size: 45px auto;
}
.ex .ttl3 span.bg strong{
	font-weight: bold;
	color: #d21616;
}
.ex p{
	font-size: 14px;
	margin: 0 auto;
	padding-top: 2em;
	width: 94%;
}
.thought{
	background: url("../img/thought_bg.png") center bottom no-repeat #fff;
	padding: 40px 0 70px;
	text-align: center;
	background-size: 150%;
}
.thought p{
	font-weight: bold;
	font-size: 14px;
	margin: 0 auto;
	width: 94%;
/*	color: #135e52; */
}
.thought p.catch{
	font-weight: bold;
	font-size: 20px;
	margin-top: 1em;
	line-height: 1;
}
.thought p.catch strong{
	font-weight: bold;
	color: #d21616;
}

.relation{
	width:94%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.relation .ttl2{
	font-size:30px;
	font-weight: bold;
	padding-top: 1.5em;
	text-align: center;
}
.relation .ttl3{
	font-size:21px;
	font-weight: bold;
	color: #fff;
	padding: 0.5em 0.25em;;
	text-align: center;
	position: relative;
	margin-top: 25px;
	margin-bottom: 20px;
}
.relation .ttl3::before,
.relation .ttl3::after{
	display: none;
}
.relation .ttl3 strong{
	font-weight: bold;
	color: #ffff00;
}
.relation p{
	font-size: 14px;
	padding-bottom: 2.5em;
}
.relation img{
	width: 100%;
	padding-bottom: 2em;
}

.flow{
	padding-bottom: 40px;
}
.flow .ttl2{
	font-size: 25px;
	text-align: center;
	width: 100%;
	padding: 0.5em 0;
	color: #fff;
	font-weight: bold;
}
.flow ol {
	width: 94%;
    margin: 30px auto 0;
}
.flow ol > li{
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}
.flow ol > li::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	background: url(../img/flow.svg) no-repeat center;
	background-size: 54px auto;
	left: 0;
	bottom: 0;
}
.flow ol > li:last-of-type{
	padding-bottom: 20px;
}
.flow ol > li:last-of-type::before{
	display: none;
}
.flow ol > li h3{
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 0.5em 0.75em;
	width: 100%;
	vertical-align: middle;
	font-weight: bold;
	display: block;
}
.flow ol > li h3 span{
	font-size: 13px;
	color: #fff;
	width: 100%;
	display: inline;
	font-weight: bold;
	padding-right: 0.5em;
}
.flow ol > li > ul{
	font-size: 14px;
	padding: 0.75em 0.75em 0.75em 2em;
	width: 100%;
}
.flow ol > li ul li{
	margin: 0.4em;
	text-indent: -1em;
}
.flow ol > li ul li::before{
	content: '\02022';
	width: 1em;
	display: inline-block;
	padding-left: 1em;
}

.flow ol > li > .dl_box{
	font-size: 18px;
	padding: 0.75em;
	width: 100% ;
	display: block;
}
.flow ol > li > .dl_box dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	border-radius: 3px;
	margin-bottom: 0.75em;
}
.flow ol > li > .dl_box dl dt{
	font-size: 16px;
	padding: 0.5em;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: auto;
	display: block;
}
.flow ol > li > .dl_box dl dt span{
}
.flow ol > li > .dl_box dl dd{
	font-size: 14px;
	padding: 0.75em 0.25em 0.75em 1.5em;
	width: 100%;
}
.flow ol > li > .dl_box dl dd p{
	margin: 0 0.5em 0 -0.5em;
	width: auto;
	font-size: 14px;
	padding: 0;
}

.flow p {
    font-size: 16px;
    padding-bottom: 2.5em;
	width: 94%;
    margin: 0 auto;
}

.faq{
	padding-bottom: 30px;
}
.faq .ttl2{
	font-size: 25px;
	text-align: center;
	width: 100%;
	padding: 0.5em 0;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.faq dl{
	background-color: #fff;
	padding: 0.75em 1em 1em 1.5em;
	margin: 20px auto 0 auto;
	width: 94%;
}
.faq dl dt{
	font-size: 16px;
	color: #363675;
	font-weight: bold;
	padding: 0 0 0 30px;
	background: url("../img/q.svg") no-repeat left top;
	background-size: 16px auto;
	margin-top: 10px
}
.faq dl dd{
	font-size: 14px;
	line-height: 1.75;
	padding: 0 0 0 30px;
	background: url("../img/a.svg") no-repeat left 0.25em;
	background-size: 16px auto;
	margin-top: 20px;
}
.faq dl dd p{
	padding-top: 2em;
}
.faq dl dd p span{
	font-weight: bold;
}


#form{
	padding-bottom: 45px;
}
#form .ttl2{
	font-size: 25px;
	text-align: center;
	width: 100%;
	padding: 0.5em 0;
	color: #fff;
}
#form p.txt1{
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: 30px 0 0 0;
	font-weight: bold;
	line-height: 1.5;
}
#form p.txt2{
	font-size: 20px;
	width: 100%;
	padding: 15px 0 0 0;
	font-weight: bold;
	background: none;
	padding-bottom: 0;
	line-height: 1.5;
}
#form p.txt2 strong{
	font-size: 20px;
	width: 100%;
	padding: 40px 0 0 0;
	color: #d21616;
	font-weight: bold;
}
#form p.txt2 span{
	display: block;
	font-size: 15px;
	width: 100%;
	padding: 20px 0 0 0;
	font-weight: bold;
	background: url("../img/message_mark2.svg") no-repeat center  bottom 20px;
	background-size: 120px auto;
	padding-bottom: 80px;
}
#form p{
	text-align: center;
	font-size: 14px;
}

#form .container{
	background-color: #f9f9f9;
	width: 94%;
	margin: 20px auto 0 auto;
	padding: 5px 15px 50px 15px;
}
#form .container table tr{
	border-bottom: 1px solid #aaaaaa;
}
#form .container table tr td{
	font-size: 15px;
	padding: 0.5em 0;
}
#form .container table tr td:first-of-type,
#form .container table tr td:nth-of-type(2),
#form .container table tr td:nth-of-type(3){
	width: 100%;
	padding-left: 0;
	display: block;
}
#form .container table tr td input[type="text"],
#form .container table tr td textarea{
	width: 100%;
	padding: 0.5em;
	border: 1px solid #cecece;
	border-radius: 2px;
	background-color: #fff;
}

#form .container table tr td .required{
	position: relative;
}
#form .container table tr td .required::before{
	font-size: 10px;
	color: #fff;
	background-color: #d21616;
	padding: 2px;
	position: absolute;
	content: '必須';
	top: -2px;
	left: 0;
	margin-left: 0.5em;
	display: block;
	text-align: center;
	width: 3em;
}

#form .container table tr td textarea{
	margin-top: 0.5em;
	width: 100%!important;
}
#form .container table tr td input[type="checkbox"]{
	margin-right: 0.5em;
}
#form .container table tr td input[name="person_name_last"],
#form .container table tr td input[name="person_name_first"],
#form .container table tr td input[name="person_name_last_kana"],
#form .container table tr td input[name="person_name_first_kana"]{
	width: 40%!important;
	margin-left: 0.25em;
}
#form .container table tr td input[name="tel_1"]{
	width: 50%!important;
}
#form .container table tr td input[name="person_name_last"],
#form .container table tr td input[name="person_name_last_kana"]{
	margin-right: 0.5em;
}
#form #frm_formconfirm .container table tr td:nth-of-type(2){
	width: 100%;
}
#form #frm_formconfirm .container table tr td:nth-of-type(2) p{
	text-align: left;
}

#form ::placeholder{
	color: #afafaf;
}
#privacy_policy{
	font-size: 15px;
	padding: 0 3% 0 3%;
	margin: 30px 0 0 0!important;
}
#privacy_policy a{
	color: #3333c0;
	text-decoration: underline;
}

.privacy-text-master{
	font-size: 13px;
	margin: 1em auto 0 auto;
	width: 100%!important;
}

.button_area #lf_form_submit_button,
.button_area #button_confirm_submit{
	display: block;
	width: 230px;
	margin: 30px auto 0 auto;
	background-color: #d21616;
	border-radius: 5px;
	box-shadow: 0 4px 0 #8b0b0b;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	border: none;
	color: #fff;
	-webkit-appearance: none;
	}
.button_area #button_confirm_back{
	display: block;
	width: 230px;
	margin: 30px auto 0 auto;
	background-color: #a5a5a5;
	border-radius: 5px;
	box-shadow: 0 4px 0 #828282;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	border: none;
	color: #fff;
	-webkit-appearance: none;
}
#form .container .message{
	background: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding-top: 1em;
}
#form .container .msg{
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 2em 0 1em 0;
}

.sp_footer_bnr{
	width: 100%;
	background-color: #fff;
	padding: 10px 0;
	height: 85px;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 2;
}
ul.sp_footer_btn{
	display: flex!important;
	justify-content: space-around;
	text-align: center;
	align-items:center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
ul.sp_footer_btn li.btn1 a{
	background: url("../img/sp/header_ic1_sp.svg") no-repeat center 0.75em #212529;
	background-size: 1.25em;
	display: block;
	width: 100%;
	height: 65px;
	position: relative;
	border-radius: 5px;
}
ul.sp_footer_btn li.btn1 a::before{
	content: 'TEL';
	display: block;
	text-align:center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	line-height: 100px;
}

ul.sp_footer_btn li.btn2 a{
	background: url("../img/sp/header_ic2_sp.svg") no-repeat center 1.25em #d21616;
	background-size: 2.25em;
	display: block;
	width: 100%;
	height: 65px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
	box-shadow: 0 0 0 #8b0b0b;
	line-height: 1;
	white-space: nowrap;
	padding-top: 35px;
}
ul.sp_footer_btn li.btn2 a span{
	display: block;
	font-weight: bold;
}

ul.sp_footer_btn li.btn3 a{
	background: url("../img/sp/footer_ic_sp_e-book.svg") no-repeat #cc932f;
	background-position: right 0.5em bottom 1em;
	background-size: 1em;
	display: block;
	width: 100%;
	height: 65px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 0.5em 0 0 0.5em;
	border-radius: 5px;
	box-shadow: 0 0 0 #8b0b0b;
}
ul.sp_footer_btn li.btn1,
ul.sp_footer_btn li.btn2{
	width: 22%;
	margin: 0;
}
ul.sp_footer_btn li.btn3{
	width: 50%;
	margin: 0;
}


.e-book {
	position: relative;
	right: auto;
	top: auto;
	z-index: 999;
	transform: translate(0, 0);
	display: block;
	width: 100%;
}
.e-book_ttl{
	display: none;
}
.form_box{
	width: 100%;
	border: 10px solid #cc932f;
	border-left:  10px solid #cc932f;
	background-color: #fff;
	padding: 0.5em;
}

.modal-content {
	text-align: center;
	margin: 0 ;
	padding: 0;
	border: none;
	background-color: #fff;
	position: fixed ;
	z-index: 104 ;
/*	overflow-y: scroll; */
	max-height: 80%;
	max-width: 96%;
	box-sizing: border-box;
	border-radius: 0;
}
#modal-overlay {
	z-index: 103 ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.5 ) ;
}

#modal-close {
	font-size: 2em;
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 104;
	color: grey;
}

a#modal-close{
	display: block;
	position: relative;
}
a#modal-close::before{
	content: '\02715';
	font-weight: bold;
	display: block;
	position: absolute;
	top: -2em;
	right: -1em;
	font-size: 20px;
	width: 1em;
	height: 1em;
	color: #fff;
}
footer.pt2{
	padding-bottom:85px;
}


.corona{
	margin: 0 auto;
	width: 90%;
	padding: 1em;
	background-color: #fff;
	box-shadow: 0 0 0 3px #2b2d42, 0 0 0 5px #FFF, 0 0 0 8px #2b2d42;
}
.corona p{
	font-size: 16px;
}
.message.pt2{
	padding-top: 30px;
}


header ul.btn.pt2{
	display: flex;
	justify-content: flex-end;
	text-align: center;
	align-items:center;
	width: 130px;
}
header ul.btn.pt2 li.btn1 a{
	background: url("../img/sp/header_ic1_sp.svg") no-repeat center 0.75em #212529;
	background-size: 1.25em;
	display: block;
	width: 65px;
	height: 65px;
	position: relative;
}
header ul.btn.pt2 li.btn1 a::before{
	content: 'TEL';
	display: block;
	text-align:center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	line-height: 100px;
}
header ul.btn.pt2 li.btn1 .number,
header ul.btn.pt2 li.btn1 .time{
	display: none;
	}
header ul.btn.pt2 li.btn2 a{
	background: url("../img/sp/header_ic2_sp.svg") no-repeat center 1.25em #d21616;
	background-size: 2.25em;
	display: block;
	width: 65px;
	height: 65px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	border-radius: 0;
	box-shadow: 0 0 0 #8b0b0b;
	line-height: 1;
	padding-top: 35px;
	white-space: nowrap;
	overflow: hidden;
}
header ul.btn.pt2 li.btn2 a span{
	display: block;
}
header ul.btn.pt2 li.btn3{
	display: none;
}
.cv .txtlink{
	width: 210px;
	text-align: center;
	padding: 0;
	margin-right: 3%;
	margin-top: 20px;
}
.cv .txtlink a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

a.thanks_close{
	display: block;
	width: 230px;
	margin: 30px auto 0 auto;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	border: none;
	color: #fff;
	-webkit-appearance: none;
	}

section.needs{
	padding: 30px 0;
}
.needs h2.ttl2{
    text-align: center;
	margin-bottom: 0;
}
.needs h2.ttl2 span {
	font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0.25em 0;
    position: relative;
    display: inline-block;
	}
.needs p {
    font-size: 14px;
    margin: 0 auto;
    padding-top: 2em;
    width: 94%;
}
.needs_box {
	width: 94%;
	margin: 30px auto 0 auto;
	border: none;
	padding: 0;
	height: 160px;
	overflow: scroll;
}
.needs_box .needs_table{
	width: 360px;
	margin: 0 10px;

}
.needs_box .needs_table tr th,
.needs_box .needs_table tr td{
	padding: 0.25em 0.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	border-color: #5c5f68;
}
.needs_box .needs_table tr th{
	color: #fff;
	white-space: nowrap;
	background-color: #5c5f68;
}
.needs_box .needs_table tr td{
	color: #222222;
}

.needs_box .needs_table tr th:nth-of-type(1){
	width: auto;
}
.needs_box .needs_table tr th:nth-of-type(2){
	width: auto;
}
.needs_box .needs_table tr th:nth-of-type(3){
	width: auto;
}
.needs_box .needs_table tr th:nth-of-type(5){
	width: auto;
}

.youtube{
	margin: 30px auto 0 auto;
 	position: relative;
	width: 93%;
	max-width: 93%;
	padding-top: 56.25%;
}

/*----マルケト----*/
#mrkt1051 {
    width: 100%;
    margin-top: 20px;
    padding: 0 1em;
}
#mrkt1051 .mktoForm .mktoFieldWrap {
    display: block;
}
#mrkt1051 form input[type="text"],
#mrkt1051 form input[type="number"],
#mrkt1051 form input[type="tel"],
#mrkt1051 form input[type="email"],
#mrkt1051 form textarea,
#mrkt1051 form button {
    padding: 16px 8px;
}
#mrkt1051 form div:nth-of-type(7) {
    top: -30px;
    padding-left: 0;
}
#mrkt1051 form div:nth-of-type(8),
#mrkt1051 form div:nth-of-type(9),
#mrkt1051 form .mktoButtonRow {
    top: -30px;
}
#mrkt1051 form button {
    width: 200px;
    margin: 0 auto;
    font-size: 20px;
    padding: 1em 0;
    border-radius: 5px;
}
/*----マルケト----*/


/*----修正SP250106STARRT----*/
.img_box2501 {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.img_box2501 img:last-of-type {
	margin-top: 1em;
}
.success .note2501 li {
	display: flex	;
	list-style: none;
	padding-left: 0;
	font-size: 13px;
	line-height: 1.4;
	margin-left: 0;
}
.success .note2501 li span {
	line-height: 1.4;
}
header .logo img.mitsui {
    width: 85px;
}
header .logo img.corp {
    width: 100px;
}
header ul.btn.pt2 li.btn1 a {
	margin-left: auto;
}
/*----修正SP250106END----*/

/*----修正PC250218START----*/
.mv{
	height: 345px;
	padding-left: 0;
	padding-right: 0;
}
.mv .wrap{
	margin: 0 auto;
	padding: 0;
	width: 94%;
}
.mv .wrap .box{
	width: 100%;
}
.mv .wrap .ttl2_250218 .txt0{
	font-size: 11px;
}
.mv .wrap .ttl2_250218 .txt0::before{
	height: 2px;
}
.mv .wrap .ttl2_250218 .txt0::after{
	height: 2px;
}
.mv .wrap .ttl2_250218 .txt1{
	font-size: 17px;
	padding-top: 0.5em;
}
.mv .wrap .ttl2_250218 .txt2{
	font-size: 32px;
	margin-top: -0.15em;
}
.mv .wrap p{
	font-size: 13px;
}
.mv .wrap .circle {
    justify-content: center;
    gap: 0.75em;
    width: 70px;
    margin: 0.75em auto 0;
}
.mv .wrap .circle img {
    width: 100%;
    height: auto;
    margin: 0;
}

.btn250218 {
	width: 100%;
	max-width: 352px;
	margin-left: auto;
    margin-right: auto;
	gap: 0 0.75em;
	padding: 2em 0;
}
.btn250218 a {
	width: 100%;
	padding: .75em 1em;
	border-width: 1px;
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
    position: relative;
}
.btn250218 a.txt_link {
	font-size: 14px;
}
.btn250218 a.txt_link span:before {
	width: 10px;
	height: 10px;
	border-top: 2px solid #08384f;
	border-right: 2px solid #08384f;
}
.cta2501 {
    padding: 3em 0;
}
.cta2501 .wrap{
    width: 100%;
}
.cta2501 ul{
    flex-wrap: wrap;
}
.cta2501.type2 {
    margin-top: 3em;
}
.cta2501 .wrap ul {
    width: 92%;
    max-width: 300px;
    margin: 0 auto;
    gap: 2.5em 0;
}
.cta2501 .wrap ul li p {
    font-size: 14px;
}
.cta2501 .wrap ul li p span:before {
    left: -1.25em;
    top: 11px;
    height: 1px;
    width: 1em;
}
.cta2501 .wrap ul li p span:after {
    right: -1.25em;
    top: 11px;
    height: 1px;
    width: 1em;
}
.cta2501 .wrap ul li a {
    padding: 1em 2em;
    font-size: 17px;
    margin-top: 0.25em;
}
.cta2501 .wrap ul li a.txt_link {
    font-size: 15px;
    padding: .25em 0 0 1.5em;
}
.cta2501 .wrap ul li a.txt_link span:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: .4em;
}
section.message,
section.needs,
#form{
	overflow-x: hidden;
}

/*----修正PC250218END----*/

/*----修正PC250904START----*/
	#form {
        padding-bottom: 45px;
    }
	#form .ttl2 {
        font-size: 25px;
        text-align: center;
        width: 100%;
        padding: 0.5em 0;
        color: #fff;
    }
	#form p {
        text-align: center;
        font-size: 14px;
    }
	#form p.txt1 {
        font-size: 14px;
        text-align: center;
        width: 100%;
        padding: 30px 0 0 0;
        font-weight: bold;
        line-height: 1.5;
    }
	#form p.txt2 {
        font-size: 20px;
        width: 100%;
        padding: 15px 0 0 0;
        font-weight: bold;
        background: none;
        padding-bottom: 0;
        line-height: 1.5;
    }
	#form p.txt2 strong {
        font-size: 20px;
        width: 100%;
        padding: 40px 0 0 0;
        color: #d21616;
        font-weight: bold;
    }
	#form p.txt2 span {
        display: block;
        font-size: 15px;
        width: 100%;
        padding: 20px 0 0 0;
        font-weight: bold;
        background: url(../img/message_mark2.svg) no-repeat center bottom 20px;
        background-size: 120px auto;
        padding-bottom: 80px;
    }
	#mrkt1051 {
        width: 100%;
        margin-top: 20px;
        padding: 0 1em;
    }
/*----修正PC250904END----*/

}
