
@charset "utf-8";
/* ------------------------------------------------------
   common
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");

.pc{ display:block;}
.pci{display:inline;}
.sp,.spi{  display: none;}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: 100%;
	position: relative;
}
body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
}
a:link {
	color: #444;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #fba42a;
	text-decoration: none;
}
a:active {
	color: #fba42a;
	text-decoration: none;
}
/* other setting */
hr {display: none;}
sub, sup {
	position: relative;
	line-height: 0;
	font-size: 10px;
}
sup {top: 0em;}
sub {bottom: 0.3em; font-size: 0.4em;}
span img{ display: block;}
.small{ font-size: 12px; display: block;}
.underBold{ font-size: 22px; text-decoration: underline;}
.underLine{ text-decoration: underline;}
input{
    outline:none;
}
img{
	display: block;
	width: 100%;
	height: auto;
}
p{
	font-size: 16px;
}
/* Float */
.floatL { float: left !important;}
.floatR { float: right !important;}
.noFloat { overflow: hidden !important;}

.readBlock {
	display: none;
}
::selection {
    background: #23a9db;
    color: #fff; 
}
::-moz-selection {
    background: #23a9db;
    color: #fff;
}
.smooth{
	transform: rotate(0.05deg);
    display: inline-block;
}
.inner,.mv-inner{
	max-width: 1084px;
	margin: auto;
	position: relative;
}
/* ------------------------------------------------------
   clearfix
------------------------------------------------------ */
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1;
}
.error_010,
.error_020 {
	color: #ca3738;
}
.error_020 {
	margin-bottom: 10px;
}
/* ------------------------------------------------------
   mv
------------------------------------------------------ */
.mv{
    width: 100%;
    position: relative;
    background: url(../img/mvbg_02.png) repeat-x;
    background-position: bottom;
    height: 95vh;
    max-height: 741px;
    margin-bottom: 26px;
}
.mv .mv-img{
	width: 100%;
	background: url(../img/mvbg_01.png) no-repeat;
	background-size: 55%;
    height: 100%;
    display: block;
    max-width: 1575px;
}
.mv .mv-men{
    width: 348px;
    position: absolute;
    right: 0;
    bottom: 53px;
}
.mv .mv-inner{
	padding-top: 30px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.mv .logo{
	width: 148px;
	height: 33px;
	float: right;
	margin-bottom: 50px;
}
.mv .logo:hover{
	opacity: 0.6;
}
/* ------------------------------------------------------
   select-list
------------------------------------------------------ */
.select-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.select-list li{
	width: 33%;
	max-width: 352px;
	height: 102px;
	margin-bottom: 15px;
}
.select-list li h2{
	max-width: 266px;
    margin-top: 8px;
}
.select-list li a p{
    position: relative;
    width: 100%;
    margin-top: 5px;
}
.select-list li a p:after{
	content: '';
	width: 14px;
	height: 7px;
	background: url(../img/ico_arrow_btn.png) no-repeat;
	background-size: 100%;
	position: absolute;
    right: 2px;
    top: calc(50% - 8px);
	z-index: 10;
}
.select-list li a span.btn-num{
	color: #ffd537;
	font-size: 11px;
	position: relative;
	display: block;
	z-index: 1;
	font-weight: bold;
}
.btn-t-white{
	color: #fff;
	font-size: 19.3px;
	position: relative;
	display: block;
	z-index: 1;
	font-weight: bold;
}
.select-list li:nth-child(2){
	background: url(../img/bg_list_01.png) no-repeat;
	background-size: cover;
}
.select-list li:nth-child(3){
	background: url(../img/bg_list_02.png) no-repeat;
	background-size: cover;
}
.select-list li:nth-child(4){
	background: url(../img/bg_list_03.png) no-repeat;
	background-size: cover;
}
.select-list li:nth-child(5){
	background: url(../img/bg_list_04.png) no-repeat;
	background-size: cover;
}
.select-list li:nth-child(6){
	background: url(../img/bg_list_05.png) no-repeat;
	background-size: cover;
}
.select-list li a{
	box-shadow: 0px 0px 40px 0px rgba(170, 170, 170, 0.64);
	position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
	overflow: hidden;
	transition: .4s;
	height: 102px;
	flex-wrap: wrap;
}
.select-list li a::after {
	content: '';
	width: 200%;
	height: 100%;
	background: rgba(0,0,0,1);
	position: absolute;
	left: -220%;
	transform: skewX(14deg);
	transition: left 0.3s ease;
}
.select-list li a:hover::after {
	left: -90%;
	transition: 0.3s ease;
}
/* ------------------------------------------------------
   section
------------------------------------------------------ */
section.cont-wrap{
	padding: 70px 0;
	opacity: 0;
	transition: .3s opacity;
	&.is-visible {
		opacity: 1;
	}
}

.txt-wrap {
    max-width: 686px;
    width: 68%;
}
.flex{
	display: flex;
}
h2{
	margin-bottom: 44px;
}
h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    padding-left: 21px;
    position: relative;
    margin-bottom: 15px;
}
h3:before{
	content: '';
	width: 4px;
	height: 55px;
	display: block;
	background: #000;
	left: 0;
	top: 7px;
	position: absolute;
}
h3.txt-yellow{
	color: #ffcb06;
}
h3.txt-yellow:before{
	background: #ffcb06;
}
p.txt-white{
	color: #fff;
}
p.txt-center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
a.btn-black span{
	position: relative;
	z-index: 10;
    font-size: 15px;
}
a.btn-black:before{
	content: '';
	width: 18px;
	height: 14px;
	background: url(../img/ico_arrow_blank.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 20px;
	top: calc(50% - 7px);
	z-index: 10;
}
a.btn-black::after {
	content: '';
	width: 200%;
	height: 100%;
	background: rgba(244,171,31,1);
	position: absolute;
	left: -220%;
	transform: skewX(14deg);
	transition: left 0.3s ease;
}
a.btn-black:hover::after {
	left: -90%;
	transition: 0.3s ease;
}
/* ------------------------------------------------------
   secret01
------------------------------------------------------ */
#secret01{
	background: #f6f6f6;
    padding: 0 0 90px 0;
    margin-top: 32px;
}
#secret01 .inner{
	flex-direction: row-reverse;
}
#secret01 .inner figure{
    max-width: 413px;
    position: absolute;
    left: -85px;
    width: 40%;
}
#secret01 .inner .txt-wrap{
	margin-top: 70px;
}
/* ------------------------------------------------------
   secret02
------------------------------------------------------ */
section#secret02 {
    padding: 73px 0 68px 0;
}
#secret02{
	background: url(../img/bg_01.jpg) no-repeat;
	background-position: bottom;
	background-size: cover;
}
#secret02 .inner{
	flex-direction: row-reverse;
}
#secret02 .inner figure{
	max-width: 362px;
    position: absolute;
	left: -34px;
    width: 40%;
}
/* ------------------------------------------------------
   secret03
------------------------------------------------------ */
#secret03{
	background: #f6f6f6;
    background-size: cover;
    padding: 70px 0 67px 0;
}
#secret03 .inner{
	flex-direction: row-reverse;
}
#secret03 .inner figure{
    max-width: 386px;
    position: absolute;
    left: -21px;
    width: 40%;
    top: 18px;
}
/* ------------------------------------------------------
   secret04
------------------------------------------------------ */
#secret04{
	background: url(../img/bg_02.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#secret04 .txt-wrap{
	max-width: 803px;
	width: auto;
	margin: auto;
}
#secret04 ul.perf-list{
	justify-content: space-between;
	margin: 30px auto 0 auto;
	max-width: 950px;
}
#secret04 ul.perf-list li{
	max-width: 300px;
	width: 33%;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.64);
}
#secret04 ul.perf-list li p.bg-y{
	height: 50px;
	line-height: 50px;
	background: #ffcb06;
	font-weight: bold;
	font-size: 18px;
	border-radius: 10px 10px 0 0;
}
#secret04 ul.perf-list li p:nth-child(2){
	padding: 30px 0;
	line-height: 1;
}
#secret04 ul.perf-list li .perf-num{
	font-size: 55px;
	font-weight: bold;
	letter-spacing: -1px;
}
#secret04 ul.perf-list li .perf-unit{
	font-size: 30px;
	font-weight: bold;
}
#secret04 ul.perf-list li:nth-child(3) p{
	display: flex;
    justify-content: center;
}
#secret04 ul.perf-list li:nth-child(3) p .perf-unit{
    text-align: left;
	font-size: 21px;
	font-weight: bold;
}
/* ------------------------------------------------------
   secret05
------------------------------------------------------ */
#secret05{
	background: url(../img/bg_03.jpg) no-repeat;
	background-position: bottom;
	background-size: cover;
	padding: 73px 0 289px 0;
}
#secret05 h2{
	max-width: 804px;
    margin: 0 auto 31px auto;
}
#secret05 p{
	font-size: 16px;
	line-height: 2em;
}
/* ------------------------------------------------------
   case
------------------------------------------------------ */
#case{
    position: relative;
    height: 390px;
    width: 100%;
    padding: 100px 0 50px 0;
}
#case .inner{
    max-width: 1080px;
    margin: auto;
    left: 0;
    right: 0;
    height: 390px;
    position: absolute;
}
#case .txt-area{
	position: absolute;
	width: 570px;
	background: #fff;
	z-index: 20;
	left: -90px;
	height: 390px;
}
#case .txt-area h2{
	width: 183px;
    margin: 3px auto 0 auto;
}
#case .txt-area .case-cap{
	max-width: 387px;
	margin: 35px auto 0 auto;
}
#case .txt-area .case-cap ul{
    margin: 0 0 20px 20px;
    font-size: 16px;
    line-height: 1.4em;
}
#case .txt-area .case-cap ul li{
	list-style-type: disc;
}
#case .txt-area .case-cap p{
	margin-bottom: 30px;
}
a.btn-blank{
	display: block;
	background: #000;
	height: 63px;
	line-height: 63px;
	text-align: center;
	position: relative;
	color: #fff;
	font-weight: bold;
	border: 1px solid #292929;
	overflow: hidden;
}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 390px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 390px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 390px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 370px;
    height: 390px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img{
	width: 340px;
	height: 340px;
	display: block;
	box-shadow: 0px 20px 40px 0px rgba(157, 157, 157, 0.64);
	margin: 0 15px 50px 15px;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
/* ------------------------------------------------------
   price
------------------------------------------------------ */
#price{
	background: url(../img/bg_04.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
    padding: 100px 0 90px;
	overflow: hidden;
}
#price h2{
	max-width: 186px;
	margin: auto;
}
#price .price-list{
	justify-content: space-between;
    margin: 40px auto 34px auto;
	max-width: 950px;
}
#price .price-list li{
	max-width: 296px;
	width: 33%;
	background: #fff;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.64);
}
#price .price-list li p.price-tit{
    height: 45px;
    line-height: 50px;
    text-align: center;
    background: #e1e1e1;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
}
#price .price-list li .price-num{
	font-size: 55px;
	font-weight: bold;
	line-height: 1;
}
#price .price-list li .price-unit{
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
	padding-left: 5px;
}
#price .price-list li .bold{
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
#price .price-list li.perfect p.price-tit{
	background: #f8ad20;
	position: relative;
}
#price .price-list li.perfect p:nth-child(2){
	color: #f8ad20;
}
#price .price-list li.perfect:before{
	content: '';
    display: block;
    background: url(../img/price_img_01.png) no-repeat;
    width: 302px;
    background-size: 100%;
    position: absolute;
    top: -105px;
    right: -96px;
    z-index: 20;
    height: 315px;
}
#price .price-list li p:nth-child(2){
	padding-top: 30px;
	text-align: center;
}
#price .price-list li p:nth-child(3){
	padding: 20px 0 25px 0;
    margin: auto;
    width: 260px;
    font-size: 14px;
	line-height: 1.4em;
    text-align: center;
}
#price .price-list + p{
    margin: 50px 0 27px 0;
    line-height: 1.4em;
    font-size: 16px;
}
a.btn-cv{
	display: block;
	background: #ca3738;
	height: 63px;
	line-height: 63px;
	text-align: center;
	position: relative;
	color: #fff;
	font-weight: bold;
	border: 1px solid #ca3738;
	width: 90%;
	margin: auto;
	max-width: 383px;
	overflow: hidden;
}
a.btn-cv:before{
	content: '';
	width: 14px;
	height: 7px;
	background: url(../img/ico_arrow_btn.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
}
/* ------------------------------------------------------
   flow
------------------------------------------------------ */
section#flow {
	padding: 100px 0 40px 0;
}
#flow h2{
	max-width: 372px;
	margin: 0 auto 42px auto;
}
#flow .flow-list{
	margin: auto;
	max-width: 950px;
}
#flow .flow-list li{
	display: flex;
	box-shadow: 0px 20px 40px 0px rgba(157, 157, 157, 0.64);
	margin-bottom: 40px;
	position: relative;
	min-height: 108px;
	align-items: center;
}
#flow .flow-list li:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 16px 0 16px;
	border-color: #000000 transparent transparent transparent;
	margin: auto;
	position: absolute;
	bottom: -21px;
	right: 0;
	left: 0;
}
#flow .flow-list li:nth-child(5):after{
	display: none;
}
#flow .flow-list li:nth-child(1){
    background: #000 url(../img/bg_flow_01.jpg) no-repeat;
    background-position: right;
    background-size: 420px;
}
#flow .flow-list li:nth-child(2){
    background: #000 url(../img/bg_flow_02.jpg) no-repeat;
    background-position: right;
    background-size: 420px;
}
#flow .flow-list li:nth-child(3){
    background: #000 url(../img/bg_flow_03.jpg) no-repeat;
    background-position: right;
    background-size: 420px;
}
#flow .flow-list li:nth-child(4){
    background: #000 url(../img/bg_flow_04.jpg) no-repeat;
    background-position: right;
    background-size: 420px;
}
#flow .flow-list li:nth-child(5){
    background: #000 url(../img/bg_flow_05.jpg) no-repeat;
    background-position: right;
    background-size: 420px;
}
#flow .flow-list li:before{
	content: '';
    color: #f8ad20;
    font-size: 58px;
    position: absolute;
    left: 22px;
    font-weight: bold;
    top: 6px;
}
#flow .flow-list li:nth-child(1):before{
	content: '01';
}
#flow .flow-list li:nth-child(2):before{
	content: '02';
}
#flow .flow-list li:nth-child(3):before{
	content: '03';
}
#flow .flow-list li:nth-child(4):before{
	content: '04';
}
#flow .flow-list li:nth-child(5):before{
	content: '05';
}
#flow .flow-list li .flow-txt{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-left: 124px;
}
#flow .flow-list li .flow-tit{
	font-size: 22px;
	color: #f8ad20;
	display: block;
}
#flow .flow-list li .flow-tit .small{
	display: inline;
}
/* ------------------------------------------------------
   faq
------------------------------------------------------ */
#faq{
	background: url(../img/bg_05.jpg) no-repeat;
    padding: 80px 0 80px 0;
    background-position-x: center;
}
#faq h2{
	width: 279px;
	margin: 0 auto 40px auto;
}
#faq .inner{
	max-width: 950px;
	margin: auto;
}
#faq .qa-box{
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.64);
	margin-bottom: 21px;
}
#faq .qa-box dt{
	cursor: pointer;
	display: flex;
	align-items: center;
	background: #fff;
	position: relative;
    padding: 0 0 0 22px;
}
#faq .qa-box dt:after{
	content: '';
	width: 10px;
	height: 17px;
	background: url(../img/ico_arrow_right.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 20px;
	top: calc(50% - 8px);
	transform: 0.3s;
}
#faq .qa-box dt .faq-tit{
	color: #f8ad20;
	font-weight: bold;
	font-size: 11px;
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
	height: 58px;
}
#faq .qa-box dt .faq-num{
	font-size: 20px;
	margin-left: 5px;
}
#faq .qa-box dt p.faq-q {
    font-weight: bold;
    font-size: 19px;
}
#faq .qa-box dd{
	display: none;
	background: #fff;
	padding: 20px 25px 20px 20px;
}
#faq .qa-box dd p{
	font-size: 14px;
    line-height: 1.4em;
}
#faq .qa-box dd p a{
	text-decoration: underline;
	color: #f8ad20;
	font-weight: bold;
}
#faq .qa-box dt.active{
	background: #f8ad20;
}
#faq .qa-box dt.active:after{
	content: '';
	width: 17px;
	height: 10px;
	background: url(../img/ico_arrow_bottom.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 20px;
	top: calc(50% - 8px);
	transform: 0.3s;
}
#faq .qa-box dt.active .faq-tit{
	color: #000;
}
#faq .qa-box.active dd{
	display: block;
}
/* ------------------------------------------------------
   inquiry-form
------------------------------------------------------ */
#contact h2{
	max-width: 276px;
	margin: 100px auto 28px auto;
}
#contact h3{
	line-height: 1;
    margin: 43px auto 40px auto;
	max-width: 521px;
	width: 80%;
	padding: 0;
}
#contact h3:before{
	display: none!important;
}
#contact p.txt-center{
	font-size: 16px;
}
#contact p.txt-center .bold{
	font-size: 18px;
    line-height: 1.6;
}
.tel-area{
	overflow: hidden;
	background: #f8ad20 url(../img/cv_img.png) no-repeat;
    border-radius: 5px;
    height: 226px;
    background-size: 105%;
    background-position: -67px -75px;
    margin: 40px 0 100px 0;
	box-shadow: 0px 20px 40px 0px rgba(157, 157, 157, 0.64);
}
.tel-area .tel-link{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 39px;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: 2px;
}
.tel-area .tel-link span{
    font-size: 23px;
    margin-right: 16px;
    display: inline-block;
    margin-left: 8px;
}
p.hours {
    display: block;
    background: #fff;
    max-width: 389px;
    margin: auto;
    text-align: center;
    border-radius: 36px;
    padding: 10px 0;
    width: 90%;
    line-height: 1;
    font-size: 14px;
}
/* ------------------------------------------------------
   inquiry-form
------------------------------------------------------ */
.intro {
	background: #fff;
	padding: 30px;
	border: 2px solid #000;
	border-radius: 5px;
	display: none;
}
.intro p {
	margin-bottom: 10px;
	text-align: center;
}
.intro p:last-child {
	margin-bottom: 0;
}
.intro p .tel-link {
	display: block;
	width: 180px;
	height: 40px;
	background: #f5f5f5;
	border-radius: 25px;
	margin: 20px auto;
	text-align: center;
	line-height: 40px;
}
.intro p .tel-link > span {
	padding-left: 24px;
	background: url(/parts/img/ico_tel_black.png) left center /12px 16px no-repeat;
	color: #282828;
}

/* ステップ */
.steps {
	display: flex;
	width: 100%;
	height: 50px;
	margin-bottom: 50px;
	line-height: 50px;
	background: #fff;
}
.thanks .steps {
	margin-bottom: 35px;
}
.steps li {
	width: 33.33333%;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.steps li.on::after {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: #349440;
	box-shadow: 0 0 17px rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -18px;
	margin: auto;
	transform: rotate(45deg);
	z-index: 0;
}
.steps li.on {
	background: #349440;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 0 17px rgba(0,0,0,.2);
}
.steps li.on::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: #349440;
	position: absolute;
	right: 0;
	z-index: 2;
}
.steps li span {
	position: relative;
	z-index: 3;
}
.steps li i {
	display: inline-block;
	width: 60px;
	height: 26px;
	margin-right: 15px;
	margin-top: -7px;
	color: #fff;
	background: #ccc;
	font-size: 14px;
	line-height: 26px;
	border-radius: 15px;
	top: -2px;
	position: relative;
}
.steps li.on i {
	background: #fff;
	color: #349440;
	font-weight: normal;
}
.steps + p.error_010 {
	margin-top: 45px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.inquiry_table_wrap {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
}
.inquiry_table {
	width: 100%;
}
.inquiry_table th,
.inquiry_table td {
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #d8d8d8;
}
.inquiry_table th {
	width: 28%;
	padding-right: 40px;
	color: #282828;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.inquiry_table tr:last-child th,
.inquiry_table tr:last-child td {
	border-bottom: none;
}
.inquiry_table tr.consult {
	display: none;
}
.inquiry_table tr.consult th,
.inquiry_table tr.consult td {
	background: #eef8ef;
}
.inquiry_table tr.consult th p {
	margin-left: 30px;
}
.inquiry_table th p {
	margin-bottom: 0;
}
.inquiry_table th p.required {
	padding-right: 60px;
	position: relative;
}
.inquiry_table th p.required::after {
	content: '必須';
	display: block;
	width: 50px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	background: #ca3738;
	border-radius: 12px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.inquiry_table th.border_none,
.inquiry_table td.border_none {
	border-bottom: none;
}
.inquiry_table td p.again {
	margin: 10px 0;
}
.inquiry_table td input[type="text"],
.inquiry_table td textarea,
.inquiry_table td select {
	width: 100%;
	box-sizing: border-box;
	border: none;
	padding: 20px;
	background: #f6f6f6;
	font-size: 14px;
}
.inquiry_table td select {
	width: 300px;
}
.inquiry_table td input[type="text"]:focus,
.inquiry_table td textarea:focus {
	background: #eef8ef;
}
.inquiry_table tr.consult td input[type="text"] {
	width: calc(100% - 30px);
	background: #fff;
	border: 1px solid #fff;
}
.inquiry_table tr.consult td input[type="text"]:focus {
	border: 1px solid #349440;
}

.btn_box {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 50px 0 35px;
}
.btn_box button {
	box-sizing: border-box;
	width: 100%;
	background: #282828 url(/parts/img/arrow_white.png) right 20px center /6px 10px no-repeat;
	border: 1px solid #282828;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	transition: background color border 0.5s ease;
}
.btn_box button.back {
	margin-right: 20px;
	background: #888 url(/parts/img/arrow_left_white.png) left 20px center /6px 10px no-repeat;
	border: 1px solid #888;
}
.btn_box button:hover {
	border: 1px solid #ca3738;
	color: #ca3738;
	background: #fff url(/parts/img/arrow_red.png) right 20px center /6px 10px no-repeat;
	transition: 0.5s ease;
}
.btn_box button.back:hover {
	background: #fff url(/parts/img/arrow_left_red.png) left 20px center /6px 10px no-repeat;
}

/* thanks */
.main .last-step {
	margin-top: 0;
}
.thanks .intro {
	margin-bottom: 35px;
}
.thanks h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.thanks .steps li.on::after {
	display: none;
}
/* ------------------------------------------------------
   footer
------------------------------------------------------ */
footer{
	background: #000;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1.5px;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    margin-top: 105px;
}
.pagetop{
	width: 120px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 30;
}
.thanks h2{
	font-size: 16px;
	max-width: none!important;
	font-weight: bold;
	text-align: center;
}
.thanks a{
	box-sizing: border-box;
    width: 100%;
    background: #282828 url(/parts/img/arrow_white.png) right 20px center /6px 10px no-repeat;
    border: 1px solid #282828;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
/* ------------------------------------------------------
   tablet 478以上　1167以下
------------------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1167px) {
	.inner, .mv-inner {
		max-width: 1084px;
		width: 90%;
	}
	/* ------------------------------------------------------
   price
	------------------------------------------------------ */
	#price .price-list{
		flex-wrap: wrap;
	}
	.txt-wrap {
		max-width: 686px;
		width: 63%;
	}
}

/* ------------------------------------------------------
   sp 767以下
------------------------------------------------------ */
@media screen and (max-width: 767px) {
	
	/* ------------------------------------------------------
   common
	------------------------------------------------------ */
	.sp{
		display:block;
	}
	.spi{
		display: inline;
	}
	.pci,.pc{
		display: none!important;
	}
	.inner{
		width: 87%;
		margin: auto;
	}
	p {
		font-size: 14px;
	}
	section.cont-wrap {
		padding: 35px 0;
	}
	/* ------------------------------------------------------
   mv
	------------------------------------------------------ */
	.mv .mv-inner {
		height: 100%;
		width: 90%;
	}
	.mv .mv-img {
		width: 100%;
		background: url(../img/mvbg_01.png) no-repeat;
		background-size: 122%;
		background-position: -100px -4px;
	}
	.mv .logo {
		width: 74px;
		float: right;
		margin-bottom: 20px;
		height: auto;
	}
	h1 {
		max-width: 400px;
	}
	.mv .mv-men {
		width: 60%;
		max-width: 270px;
		position: absolute;
		right: 0;
		padding: 0 0 0 20px;
		bottom: 12%;
	}
	/* ------------------------------------------------------
   section
	------------------------------------------------------ */
	.select-list li{
		width: 48%;
	}
	.btn-t-white{
		font-size: 16.3px;
	}
	.txt-wrap{
		width: 100%;
	}
	h2{
		margin-bottom: 30px;
	}
	h3{
		font-size: 16px;
	}
	h3:before {
		content: '';
		width: 4px;
		height: calc(100% - 6px);
		display: block;
		background: #000;
		left: 0;
		top: 3px;
		position: absolute;
	}

	/* ------------------------------------------------------
   select01
	------------------------------------------------------ */
	#secret01 .inner .txt-wrap{
		margin-top: 35px;
	}
	#secret01{
		padding: 0 0 25px 0;
	}
	#secret01 .inner{
		flex-wrap: wrap;
	}
	#secret01 .inner figure {
		position: relative;
		width: 79%;
		margin: 20px auto 0 auto;
		left: auto;
	}
	/* ------------------------------------------------------
   select02
	------------------------------------------------------ */
	section#secret02 {
		padding: 36px 0 34px 0;
	}
	#secret02 .inner{
		flex-wrap: wrap;
	}
	#secret02 .inner figure{
		position: relative;
		width: 100%;
		margin: auto;
		left: -5%;
		margin-top: 50px;
	}
	/* ------------------------------------------------------
   select03
	------------------------------------------------------ */
	#secret03 {
		padding: 35px 0 34px 0;
	}
	#secret03 .inner{
		flex-wrap: wrap;
	}
	#secret03 .inner figure{
		position: relative;
		width: 100%;
		margin: auto;
		left: auto;
		margin-top: 0;
	}
	/* ------------------------------------------------------
   select04
	------------------------------------------------------ */
	#secret04 ul.perf-list{
		flex-wrap: wrap;
	}
	#secret04 ul.perf-list li{
		width: 100%;
		margin: 0 auto 20px auto;
	}
	#secret04 ul.perf-list li:last-child{
		border-bottom: 0;
	}
	#secret04 ul.perf-list li .perf-num{
		font-size: 40px;
	}
	#secret04 ul.perf-list li .perf-unit{
		font-size: 25px;
	}
	#secret04 ul.perf-list li p.bg-y {
		height: 45px;
		line-height: 45px;
	}
	#secret04 ul.perf-list li p:nth-child(2) {
		padding: 15px 0;
		line-height: 1;
	}
	#secret04 ul.perf-list li:nth-child(3) p .perf-unit{
		font-size: 16px;
	}
	/* ------------------------------------------------------
   select05
	------------------------------------------------------ */
	#secret05 {
		padding: 35px 0 289px 0;
	}
	#secret05 p{
		font-size: 14px;
	}
	/* ------------------------------------------------------
   case
	------------------------------------------------------ */
	#case {
		position: relative;
		height: auto;
		width: 100%;
		padding: 30px 0 30px 0;
	}
	#case .txt-area h2 {
    	width: 91px;
	}
	#case .inner {
		margin: auto;
		left: auto;
		right: auto;
		height: auto;
		position: relative;
	}
	#case .txt-area {
		position: relative;
		max-width: 570px;
		background: no-repeat;
		z-index: 1;
		left: auto;
		height: auto;
		width: 100%;
		margin: auto;
	}
	#case .inner.sp {
		margin-top: 40px!important;
	}
	#case .txt-area .case-cap ul{
		font-size: 14px;
	}
	/* ------------------------------
	   loopSlider
	------------------------------ */
	.loopSliderWrap {
		top: 0;
		left: 0;
		height: 190px;
		overflow: hidden;
		position: absolute;
	}

	.loopSlider {
		margin: 0 auto;
		width: 100%;
		height: 190px;
		text-align: left;
		position: relative;
		overflow: hidden;
	}

	.loopSlider ul {
		height: 190px;
		float: left;
		overflow: hidden;
	}

	.loopSlider ul li {
		width: 170px;
		height: 190px;
		float: left;
		display: inline;
		overflow: hidden;
	}
	.loopSlider ul li img{
		width: 150px;
		height: 150px;
		display: block;
		box-shadow: 0px 10px 20px 0px rgba(157, 157, 157, 0.64);
		margin: 0 8px 20px 8px;
	}
	/* ------------------------------
	   CLEARFIX ELEMENTS
	------------------------------ */
	.loopSliderWrap:after {
		content: "";
		display: none;
		clear: none;
	}
	/* ------------------------------------------------------
   price
	------------------------------------------------------ */
	#price{
		padding: 25px 0 25px;
		overflow: hidden;
	}
	#price h2 {
		max-width: 93px;
		margin: auto;
	}
	#price .price-list{
		flex-wrap: wrap;
	}
	#price .price-list li{
		margin: 0 auto 30px auto;
		width: 100%;
	}
	#price .price-list li.perfect{
		margin-top: 0;
	}
	#price .price-list li.perfect:before{
		display: none;
	}
	#price .price-list li .price-num {
		font-size: 40px;
	}
	#price .price-list li .price-unit{
		font-size: 23px;
	}
	#price .price-list li p:nth-child(2) {
    	padding-top: 20px;
	}
	#price .price-list li p:nth-child(3) {
		padding: 10px 0 20px 0;
	}
	#price .price-list + p{
		font-size: 14px;
	}
	#price .price-list li p .red{
		color: #DD0000;
		font-weight: bold;
	}
	/* ------------------------------------------------------
   flow
	------------------------------------------------------ */
	#flow h2 {
		max-width: 186px;
		margin: 0 auto 42px auto;
	}
	section#flow {
		padding: 35px 0 10px 0;
	}
	#flow .flow-list li:nth-child(1) {
		background: url(../img/bg_flow_01.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	#flow .flow-list li:nth-child(2) {
		background: url(../img/bg_flow_02.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	#flow .flow-list li:nth-child(3) {
		background: url(../img/bg_flow_03.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	#flow .flow-list li:nth-child(4) {
		background: url(../img/bg_flow_04.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	#flow .flow-list li:nth-child(5) {
		background: url(../img/bg_flow_05.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	#flow .flow-list li:before {
		content: '';
		font-size: 36px;
		left: 10px;
		top: calc(50% - 28px);
	}
	#flow .flow-list li .flow-txt {
		font-size: 12px;
		padding: 10px 10px 10px 70px;
	}
	#flow .flow-list li .flow-tit{
		font-size: 16px;
	}
	/* ------------------------------------------------------
   faq
	------------------------------------------------------ */
	#faq{
		padding: 35px 0 35px 0;
		background-size: cover;
	}
	#faq h2 {
		width: 140px;
		margin: 0 auto 30px auto;
	}
	#faq .qa-box dt{
		flex-wrap: wrap;
		padding: 10px 40px 10px 20px;
	}
	#faq .qa-box dt p.faq-q {
		font-weight: bold;
		font-size: 15px;
		line-height: 1.3em;
		margin-top: 5px;
	}
	#faq .qa-box dt .faq-tit{
		line-height: 1;
		height: auto;
	}
	/* ---------------------------------------
		inquiry
	--------------------------------------- */
	#contact h3 {
		margin: 0 auto 20px auto;
	}
	#contact p.txt-center {
		font-size: 14px;
	}
	#contact p.txt-center .bold {
		font-size: 16px;
		line-height: 1.6;
	}
	#contact h2 {
		max-width: 138px;
		margin: 35px auto 28px auto;
	}
	.tel-area {
		overflow: hidden;
		background: #f8ad20 url(../img/cv_img.png) no-repeat;
		border-radius: 5px;
		height: auto;
		background-size: 116%;
		background-position: 65% -43%;
		margin: 40px 0 70px 0;
		box-shadow: 0px 20px 40px 0px rgba(157, 157, 157, 0.64);
		padding: 30px 0;
	}
	.tel-area .tel-link {
		font-size: 26px;
	}
	.tel-area .tel-link a{
		color: #fff;
	}
	.tel-area .tel-link span {
		font-size: 15px;
		margin-left: 8px;
	}
	.intro {
		padding: 20px;
	}
	.intro h2 {
		line-height: 1.4;
		font-size: 20px;
	}
	.intro p {
		text-align: left;
	}
	.intro p .tel-link {
		width: 80%;
		box-sizing: border-box;
		position: relative;
	}
	.intro p .tel-link a {
		display: block;
		background: #282828;
		color: #fff;
		background-image: url(/parts/img/ico_tel_white.png);
		background-repeat: no-repeat;
		background-position: left 30px center;
		background-size: 12px 16px;
		position: absolute;
		width: 100%;
		height: 40px;
		border-radius: 20px;
		top: 0;
		left: 0;
	}
    /* step-調整 */
    .steps li {
        font-size: 12px;
        position: relative;
    }
    .steps li i {
		width: auto;
		height: 22px;
		margin-right: 5px;
		margin-top: -7px;
		font-size: 10px;
		line-height: 22px;
		top: -2px;
		padding: 0px 6px;
    }
    .steps li.on::after {
        right: -3px;
    }    
    
	.inquiry_table_wrap {
		padding: 0 20px;
	}
	.inquiry_table th,
	.inquiry_table td {
		display: block;
	}
	.inquiry_table th {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.inquiry_table th p.required {
		padding-right: 70px;
	}
	.inquiry_table td {
		padding-top: 10px;
	}
	.inquiry_table tr.consult th,
	.inquiry_table tr.consult td {
		padding-left: 20px;
		padding-right: 20px;
	}
	.inquiry_table tr.consult th {
		width: calc(100% - 20px * 2);
	}
	.inquiry_table tr.consult th p {
		margin-left: 0;
	}
	.inquiry_table tr.consult td input[type="text"] {
		width: 100%;
	}
	.radio label {
		display: flex;
		line-height: 1.4;
	}
	.radio + .radio {
		margin-top: 10px;
	}
	.btn_box {
		margin: 30px auto 60px;
	}

	/* ---------------------------------------
	footer
	--------------------------------------- */
	.pagetop{
		width: 60px;
	}
}

@media screen and (max-width: 480px) {
	/* ---------------------------------------
	inquiry
	--------------------------------------- */
	.inquiry_table td select {
		width: 100%;
	}
	.intro p .tel-link {
		width: 100%;
	}
	.select-list{
		justify-content: center;
	}
	.select-list li{
		width: 100%;
	}
	a.btn-cv {
		width: 100%;
		max-width: none;
	}
	#secret04 ul.perf-list li {
		width: 100%;
		margin: 0 auto 20px auto;
		max-width: none;
	}
	#price .price-list li{
		margin: 0 auto 20px auto;
		width: 100%;
	    max-width: none;
	}
}




