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

/*
Theme Name: STY AUTO
*/

html{
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
}

/*------------------------

 *common

--------------------------*/
.wrapper{
	overflow: hidden;
	font-size: 16px;
}
img{
	max-width: 100%;
	height: auto;
}

/*margin*/

.mb100{
	margin-bottom: 100px;
}


/*ボタン*/
.btn{
	text-transform: uppercase;
	width: 300px;
	background-color: #A28D69;
	border-radius: 50px;
	color: #fff;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	transition: background 0.5s;
}
.btn:hover{
	background-color: #73716B;
}
.pc-none{
	display: none;
}



/*------------------------

 *header

--------------------------*/
.header{
	width: 100%;
	padding: 0 50px;
}
.logo{
	width: 270px;
}
.header__inner{
	display: flex;
	justify-content: space-between;
	margin: 10px auto 20px;
	align-items: center;
}
.header-text a{
	font-size: 24px;
	font-weight: 700;
	margin-right: 5px;
	color: #ea711f;
}
.header__inner .sp{
	display: none;
}
.header__inner .pc{
	width: 360px;
}


@media screen and (max-width: 850px){
	
	.header__inner .sp{
		display: block;
		margin-top: 10px;
	}
	.header__inner .pc{
		display: none;
	}
	.header {
		padding: 0 10px;
	}
	.logo{
		width: 165px;
	}
	.header-text a img{
		width: 300px;
	}
}
@media screen and (max-width: 550px){
		
	.header__inner{
		flex-direction: column;
	}
	.header-text a img{
		width: 100%;
	}
}


/*------------------------

 *main

--------------------------*/
.default-section{
	margin: 0px auto;
	padding: 70px 0px; 
	background-color: #fefbec;
}
.default-section h2{
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
}
.default-section span{
	color: #40b29f;
}
.default-section h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #40b29f;
    margin: 0 auto;
    position: relative;
    bottom: -1.0rem;
}
@media screen and (max-width: 550px){
	.default-section h2{
		font-size: 30px;
		width: 90%;
		margin: 0px auto 40px;
		line-height: 40px;
	}
}

/*------------------------
mainVisual
--------------------------*/
.main-visual-inner{
	display: flex;
	justify-content: center;
	background-color: #40b29f;
}
.main-visual-inner::before{
	content: '';
    display: block;
    height: 425px;
    width: 100%;
    background-color: #fff8dc;
    position: absolute;
}
.main-visual-inner .main-img{
	width: 100%;
	max-width: 600px;
	z-index: 1;
}
.main-visual-inner .form{
	max-width: 450px;
	width: 100%;
	z-index: 1;
	margin-top: 50px;
	margin-left: 20px;
}
.main-visual-inner .form h2{
	position: relative;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin: 30px auto 20px;
}
.main-visual-inner .form h2 span{
	display: block;
	font-size: 24px;
	color: #40b29f;
}
.main-visual-inner .form h2:before {
    position: absolute;
    left: 60px;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.main-visual-inner .form h2:after {
    position: absolute;
    content: "";
    right: 60px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.wpcf7{
	background-color: #fff;
	padding: 40px 20px;
}
.wpcf7 h3{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.form-label{
	display: flex;
	margin: 20px 0px;
}
.form-label input,.form-label select{
	width: 250px;
	border: solid 1px;
	padding: 2px;
}
.form-title{
	width: 150px;
}
.required{
	font-size: 10px;
	background-color: #D90101;
	color: #fff;
	margin-left: 4px;
	padding: 2px 4px;
	border-radius: 4px;
}
.any{
	font-size: 10px;
	background-color: #adadad;
	color: #fff;
	margin-left: 4px;
	padding: 2px 4px;
	border-radius: 4px;
}
.form-btn{
	margin: 0 auto;
	text-align: center;
}
.form-btn p input{
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #ea711f;
	border-bottom: 6px solid #e21b02;
	border-radius: 50px;
	padding: 15px 30px;
}
.form-btn p input:hover{
	border-bottom: 2px solid #e21b02;
	margin-top: 4px;
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}


@media screen and (max-width: 950px){
	
	.main-visual-inner{
		flex-direction: column;
	}
	.main-visual-inner .main-img{
		margin: 0 auto;
	}
	.main-visual-inner .form{
		margin: 0 auto 50px;
	}
	.form-label{
		flex-direction: column;
	}
	.form-title{
		font-size: 14px;
	}
	.form-label input, .form-label select {
		width: 100%;
	}
	.form-title {
   		 width: 100%;
		margin-bottom: 8px;
	}
	.wpcf7{
		width: 90%;
		margin: 0 auto; 
	}
	.form-btn p input{
		font-size: 18px;
	}
	.main-visual-inner::before{
		height: 850px;
	}
	.main-visual-inner .form h2:before {
		left: 30px;
	}

	.main-visual-inner .form h2:after {
		right: 30px;
	}		
}

/*------------------------
about
--------------------------*/
.about__innner p{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	line-height: 26px;
}
.about__innner p span{
	color: #40b29f;
	font-weight: 700;
}
@media screen and (max-width: 550px){
	.about__innner p{
		text-align: justify;
	}
}
/*------------------------
form-induction
--------------------------*/
.form-induction{
	margin: 0px auto;
	background-color: #40b29f;
	padding: 40px 0px;
}
.form-induction h2{
	position: relative;
	width: 90%;
	max-width: 350px;
	background: #fff200;
	border-radius: 15px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto; 
	padding: 20px 0px;
}

.form-induction h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff200;
}
.form-induction p{
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 34px;
}

.form-induction__innner{
	display: flex;
	justify-content: center;
	margin: 40px auto 0px;
}
.form-induction__innner div{
	max-width: 500px;
	width: 90%;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 10px;
	margin: 0 20px;
}
.form-induction__innner h3{
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.form-induction__innner p{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #1BAADE;
	border-radius: 10px;
	padding: 20px 0px 26px;
	max-width: 470px;
	margin: 15px auto 0px;
}
.form-induction__innner p span{
	display: block;
	font-size: 20px;
	color: #fff200;
}
@media screen and (max-width: 1100px){
	.form-induction__innner{
		flex-direction: column;
	}
	.form-induction__innner div{
		margin: 20px auto;
	}
	.form-induction p{
		width: 90%;
		margin: 0 auto;
	}
	.form-induction__innner p{
		padding: 14px 0px 22px;
	}
}

/*------------------------
case
--------------------------*/
.case__innner h3{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0px 50px;
	margin-top: 50px;
}
.case__innner h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.case__innner h3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.case__innner h3 span{
	background-color: #40b29f;
	color: #fff;
	padding: 4px 10px;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.case__innner ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
	margin: 50px auto;
}
.case__innner ul li{
	width: 90%;
	max-width: 350px;
	text-align: left;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 16px rgb(0 0 0 / 12%);
	border-radius: 20px;
}
.case__innner ul li h4{
	font-size: 20px;
	font-weight: 600;
	margin: 10px auto;
}
.case__innner ul li p{
	line-height: 26px;
}
.case__innner ul li img{
	border-radius: 15px;
	height: 250px;
    width: 100%;
	object-fit: cover;
}
.case__innner .price{
	font-size: 40px;
	font-weight: 700;
	color: #e21b02;
	text-align: left;
}
.case__innner .price p{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.case__innner .price span{
	display: block;
	background-color: #e21b02;
	color: #fff;
	font-size: 16px;
	border-radius: 60px;
    width: 60px;
    height: 60px;
    font-weight: 500;
    margin-right: 5px;
    padding: 10px 14px;
	line-height: 20px;
}
.case__innner div{
	text-align: center;
}
@media screen and (max-width: 1050px){
	.case__innner ul{
		flex-direction: column;
		margin: 0 auto 50px;
	}
	.case__innner ul li{
		margin: 20px auto;
	}	
	.case__innner h3{
		padding: 0 40px;
	}
	.case__innner h3 span{
		display: block;
		margin: 5px auto;
	}
}
@media screen and (max-width: 550px){
	.case__innner .price span {
		font-size: 11px;
		width: 50px;
		height: 50px;
		line-height: 14px;
	}
	.case__innner .price{
		font-size: 36px;
	}
}


/*------------------------
flow
--------------------------*/
.flow__innner ul{
	display: flex;
	max-width: 1000px;
	width: 90%;
	margin: 50px auto 20px;
	background-color: #fff;
	box-shadow: 0 0 16px rgb(0 0 0 / 12%);
	padding: 20px;
	border-radius: 20px;
}
.flow__innner ul li{
	padding: 10px;
	position: relative;
}
.flow__innner ul li:not(:last-child):after{
	content: '＞';
    display: inline-block;
    position: absolute;
	font-size: 20px;
	top: 50%;
	font-weight: 700;
}
.flow__innner p {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
}
.flow__innner p span {
    color: #40b29f;
    font-weight: 700;
}
.flow__innner h3{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	height: 90px;
}
.flow__innner h3 span{
	display: block;
	background-color: #40b29f;
	color: #fff;
	padding: 2px;
	border-radius: 20px;
	width: 100px;
	margin: 0 auto 8px;
}
@media screen and (max-width: 600px){
	.flow__innner ul{
		flex-direction: column;
	}
	.flow__innner h3{
		height: auto;
		margin-bottom: 10px;
	}
	.flow__innner ul li{
		margin-bottom: 50px;
	}
	.flow__innner p{
		margin: 0 auto 10px;
	}
	.flow__innner ul li:not(:last-child):after{
		top: auto;
		bottom: -10%;
		transform:rotate(90deg); 
		left: 50%;
	}
	
}

/*------------------------
need
--------------------------*/
.need__flex{
	display: flex;
	width: 90%;
	max-width: 1050px;
	justify-content: space-between;
	margin: 50px auto 20px;
}
.need__flex div{
	background-color: #fff;
	box-shadow: 0 0 16px rgb(0 0 0 / 12%);
	padding: 20px;
	border-radius: 20px;	
}
.need__flex h3{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.need__flex h3 span{
	color: #ea711f;
	font-size: 24px;
	margin-left: 5px;
}
.need__flex ul li{
	margin-bottom: 10px;
	list-style: disc;
	margin-left: 20px;
}
.need__innner p {
    max-width: 1000px;
    width: 90%;
    text-align: justify;
    line-height: 26px;
	margin: 20px auto;
}
.need__innner p span {
    color: #40b29f;
    font-weight: 700;
}
@media screen and (max-width: 1050px){
	.need__flex{
		flex-direction: column;
	}
	.need__flex div{
		margin-bottom: 40px;
	}
}

/*------------------------
area
--------------------------*/
.area .cp_qa .cp_actab label::before{
	content: url("img/area-icon.png");
}
.area .cp_qa .cp_actab .cp_actab-content::before{
	display: none;
}

/*------------------------
faq
--------------------------*/
.faq-block{

}

.cp_qa{
	margin: 50px auto;
	width: 90%;
	max-width: 1100px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-bottom:  1px solid #000;
	font-size: 18px;
}
.cp_qa .cp_actab label::before {
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
	color: #40b29f;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '➕';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
	color: #ea711f;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
	line-height: 26px;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	background-color: #fff;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}



/*------------------------

 *footer

--------------------------*/
.footer{
	height: 100px;
	background-color: #40b29f;
	position: relative;
}
.small{
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.content_area{
	display: flex;
	justify-content: center;
	color: #fff;
}
.content_area p{
	margin: 20px; 
}
@media screen and (max-width: 550px){
	.footer{
		height: 200px;
	}
}

/*------------------------

 *固定ページ

--------------------------*/
#template-page{
	width: 90%;
	max-width: 900px;
	margin: 20px auto 80px;
}
#template-page h2{
	margin: 50px 0px 20px;
	font-size: 28px;
}



