@charset "utf-8";
  
.inner:after {
	  content: "";
	  clear: both;
	  display: block;
}
  

/*
=========================================
  inquiry
=========================================
*/


.title{
	background:url(../inquiry/img/title_bg.jpg) no-repeat top;
	width:92%;
	padding: 80px 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	text-align:center;
}
@media screen and (max-width: 1920px) {
.title{
	background:url(../inquiry/img/title_bg.jpg) no-repeat top;
	/* background-position: center; */
	/*-background-size:cover;*/
}
}
@media screen and (max-width: 900px) {
.title{
	padding: 100px 4% 40px 4%;
	background-attachment:unset;
	background:url(../inquiry/img/title_bg_sp.jpg) no-repeat top;
	background-size:cover;
}
.title img{
	width:60%;
	min-width:330px;
}
}


.kazari{
	font-family: 'Libre Caslon Text', serif;
	opacity:0.08;
	font-size: 12rem;
	position:absolute;
	margin-top:-62px;
}
@media screen and (max-width: 1200px) {
.kazari{
	font-size: 8rem;
	margin-top:-40px;
}
}

@media screen and (max-width: 900px) {
.kazari{
	font-size: 6rem;
	margin-top:-30px;
}
}
@media screen and (max-width: 700px) {
.kazari{
	font-size: 3.5rem;
	margin-top:-18px;
}
}


/*---------------------------------------
  flow step
---------------------------------------*/

.flow{
	background:url(../img/bg_img_dk.jpg) repeat;
	padding: 0 0 8rem;
	position:relative;
	overflow:hidden;
}
.flow_cont h2{
	text-align:left;
	font-size:1.7rem;
	font-weight:bold;
	padding:6rem 0 10px 0;
	margin-bottom:3rem;
	background:url(../img/line.png) bottom left no-repeat;
}
.flow_cont{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.flow_cont .box{
	background:#FFF;
	margin-top: 1rem;
}
.flow_cont .box dl{
	overflow:hidden;
}
.flow_cont .box dt{
	width:22%;
	float:left;
	text-align:left;
	font-size: 1.3rem;
	font-weight:600;
	padding:1.5rem 4% 1rem;
}
.flow_cont .box dt span{
	font-family: 'Libre Caslon Text', serif;
	color:#c9c6bc;
	display:block;
	font-weight:300;
	padding-bottom:5px;
}
.flow_cont .box dd{
	border-left:1px solid #ebeae6;
	margin-left: 30%;
	text-align:left;
	line-height:1.8;
	padding:2.5rem 4% 2rem;
	min-height:65px;
}
.flow_cont .tel a{
	font-family: 'Libre Caslon Text', serif;
	color:#000;
	font-size:2.5rem;
	line-height:1;
	margin-top:1rem;
	display:block;
}
.flow_cont .tel span{
	font-size:1.2rem;
}
.line_s{
	margin-top:0.8rem;
}
.line_s a:hover{
	filter: grayscale(80%);
}

.arrow{
	text-align:left;
	padding-left:15%;
}

@media screen and (max-width: 1200px) {
.flow{
	padding-bottom:4rem;
}
.flow_cont{
	padding: 0 5% 0;
	width:90%;
}
.flow h2{
	font-size: 1.5rem;
	padding:5rem 0 10px 0;
	margin-bottom:2rem;
}
}
@media screen and (max-width: 900px) {

.flow_cont .box{
	background:#FFF;
	margin-top: 1.5rem;
	padding: 0;
}
.flow_cont .box dt{
	width:90%;
	float:none;
	font-size: 1.4rem;
	padding:1.5rem 5% 1rem 5%;
}
.flow_cont .box dt span{
	display:inline;
	padding-right:15px;
}
.flow_cont .box dd{
	margin-left: 0;
	border-left:none;
	padding:1rem 5% 1.5rem 5%;
	border-top:1px solid #ebeae6;
}
}
@media screen and (max-width: 700px) {
.flow_cont .box dt{
	font-size: 1.2rem;
}
.flow h2{
	font-size: 1.3rem;
	padding:3rem 0 10px 0;
}
.flow_cont .tel a{
	font-size:2rem;
}
.arrow{
	text-align:center;
	padding-left:0;
	position:relative;
}
.arrow img{
	position:absolute;
	top:-10px;
}
.line_s img{
	width:35px;
}

}


/*---------------------------------------
  form
---------------------------------------*/


.about{
	overflow:hidden;
	padding:7rem 0 8rem;
}

.about h3{
	font-size:2.2rem;
	padding-bottom: 3rem;
	text-align:center;
}

.about_cont{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.about_cont dl.top{
	border-top:#e4e4e4 1px solid;
}
.about_cont dl{
	border-bottom:#e4e4e4 1px solid;
	overflow:hidden;
}
.about_cont dt{
	background:url(../img/line_green.gif) no-repeat left;
	width: 140px;
	padding:1.5rem 10px 1.5rem 50px;
	float:left;
	margin-left:1rem;
}
.about_cont dd{
	margin-left: 220px;
	padding: 1.5rem 20px;
	border-left:#e4e4e4 1px solid;
}

.scr {
    font-size: 12px;
    overflow: scroll;
    width: 90%;
    max-width:1000px;
    height: 180px;
    margin: 2rem auto;
    background-color: #fff;
    padding: 2rem 5% 0 5%;
}
.scr h5{
	font-size:1rem;
}

.submit {
	text-align:center;
}
.submit p{
	text-align:center;
	padding-bottom:1rem;
}
.submit .doui{
	font-weight:bold;
}

input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #5fac6a;
    border-bottom: 3px solid #5fac6a;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}


dd input{
	border:#e4e4e4 1px solid;
	width:95% !important;
	padding:5px 2.5%;
}
dd input[type="text"]:focus{
  border: 2px solid #5fac6a;
  outline: 0;
  padding:4px;
}
textarea:focus {
  border: 2px solid #5fac6a;
  outline: none;
  padding:4px;
}
textarea{
	border:#e4e4e4 1px solid;
	width:95% !important;
	padding:5px 2.5%;
}
.button {
  display       : inline-block;
  font-size:1rem;
  text-align    : center;      
  cursor        : pointer;  
  padding       : 1rem 5%;  
  background    : #5fac6a;  
  color         : #ffffff;   
  line-height   : 1em;      
  transition    : .3s; 
  border:0; 
  margin-top:2rem;
}
.button:hover {
	background:#3b5647;
}


@media screen and (max-width: 1200px) {

.about_cont{
	width:90%;
	margin:0 5%;
}
}

@media screen and (max-width: 900px) {
.about h3{
	font-size: 1.4rem;
	padding-bottom: 1.7rem;
}
}

@media screen and (max-width: 700px) {
.about{
	padding:3rem 0 2rem;
}
.about_cont{
	width:90%;
	margin:0 5%;
	padding-bottom: 3rem;
}
.about_cont dt{
	width: 100%;
	padding:1rem 10px 1rem 30px;
	margin-left:0;
	font-weight:bold;
}
.about_cont dd{
	margin-left: 0;
	padding: 1rem 10px 1rem 30px;
	border-left:none;
}
}


/*---------------------------------------
  thanks
---------------------------------------*/

.thanks{
	overflow:hidden;
}

.thanks .kazari{
	font-family: 'Libre Caslon Text', serif;
	opacity:0.08;
	font-size: 12rem;
	position:absolute;
	margin-top:-62px;
}
.thanks h2{
	text-align:left;
	font-size:1.7rem;
	font-weight:bold;
	padding:6rem 0 10px 0;
	margin-bottom:3rem;
	background:url(../img/line.png) bottom left no-repeat;
}
.thanks_cont{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:5rem;
}
.thanks_cont p.m-txt{
	font-size:1.2rem;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	padding:1rem 0 3rem;
}




@media screen and (max-width: 1200px) {
.thanks .kazari{
	font-size: 8rem;
	margin-top:-40px;
}

.thanks h2{
	font-size: 1.5rem;
	padding:5rem 0 10px 0;
	margin-bottom:2rem;
}

.thanks_cont{
	width:90%;
	margin:0 5%;
}
}
@media screen and (max-width: 900px) {
.thanks .kazari{
	font-size: 6rem;
	margin-top:-30px;
}
.thanks_cont p.m-txt{
	font-size:1rem;
	padding:1rem 0 3rem;
}
}



@media screen and (max-width: 700px) {
.thanks h2{
	font-size: 1.3rem;
	padding:3rem 0 10px 0;
}
.thanks .kazari{
	font-size: 3.5rem;
	margin-top:-18px;
}
.thanks_cont{
	width:90%;
	margin:0 5%;
	padding-bottom: 3rem;
}

}

