@charset "utf-8";
body{
    position: relative;
}
/*--------------------------------------------------------------
			ヘッダー
--------------------------------------------------------------*/
.video_wrap{
  position: relative; 
}
.video_wrap video{
    width: 100%;
    vertical-align: bottom;
}
.video_wrap .ttl_logo{
    position: absolute;
    width:233px;
    height:305px;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.video_wrap .ttl_logo img{
    width:233px;
    height:305px;    
}
.video_wrap .top_txt{
    position: absolute;
    width:108px;
    top:15%;
    right:12%;
}
.contact_btn{
    position: fixed;
    right:0;
    bottom:100px;
    display: block;
    text-indent: -9999px;
    background:url(../img/contact.png) 0 0 no-repeat;
    background-size:100% auto;
    z-index: 99;
    width:53px;
    height:230px;
    transition: 0.5s;
}
.contact_btn:hover{
    opacity: 0.7;
}
.contact_btn_sp{
    display: none;
}
@media screen and (max-width: 999px){ 
.video_wrap {
    height:100vh;
    overflow: hidden;
}    
.video_wrap video{
    width: 180vh;
    height: 100vh;
    margin-left: -90vh;
    position: absolute;
    left: 50%;
}    
.video_wrap .ttl_logo{
    position: absolute;
    width:116px;
    height:152px;
}
.video_wrap .ttl_logo img{
    width:116px;
    height:152px;    
}
.video_wrap .top_txt{
    position: absolute;
    width:100%;
    top:15%;
    right:auto;
    left:auto;
    margin:auto;
    text-align: center;
}
.video_wrap .top_txt img{
    width:56px;
}
}
@media screen and (max-width: 767px){ 
.contact_btn{
    display: none;
}
.contact_btn_sp{
    display:block;
    position: fixed;
    bottom:0;
    font-size:3.6vw;
    font-weight: bold;
    color:#fff!important;
    background-color: #000;
    box-sizing: border-box;
    width:100%;
    padding:3vh 0;
    z-index: 99;
    text-align: center;
} 
.contact_btn_sp span{
    font-size:3.6vw;
    font-weight: bold;
    color:#fff!important;
    display: inline-block;
} 
}
/*------- ナビゲーション -------*/
.sp_nav{
	width:100%;
	display:block;
	box-sizing:border-box;
}
.menu-btn{
    position: fixed;
    top: 30px;
    right: 25px;
    width: 35px;
    height: 35px;
    cursor: pointer;
	background:url(../img/menu.svg);
	background-size:35px auto;
	background-repeat:no-repeat;
	background-position: center center;
	z-index:9999;
}
.menu-btn span{
	display:none;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open{
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}
.open .wrapper{
    opacity: 0.5;
}
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}	
.open .menu-btn{
	background-image:none;
	z-index:99999;
	background:url(../img/close.svg) center center no-repeat;
	background-size:35px auto;	
	position:fixed;
}
.open .menu-btn span{
	display:inline-block;
	font-weight:700;
}
.menu {
    position: fixed;
    display:block;
    top: 0;
    left: 0;
    width: 100%;
	height:auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;  
	background-color:#fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	padding:110px 20px 85px 20px;
	box-sizing:border-box;
	z-index:9999;
}
.menu ul.nav01 {
	height:auto;
	overflow: auto;
	font-size:0;
	box-sizing:border-box;
}
.menu ul.nav01  li{
    display:inline-block;	
	box-sizing:border-box;
	width:100%;
}
.menu ul.nav01 li a{
    color: #000;
	display:block;
    text-align: center;
	padding:15px 0 15px 0;
	font-size:20px;
	font-weight:bold;
	position:relative;
}
.menu ul.nav01 li:first-child a{
	border-top:none;	
}
.menu .logo{
    text-align: center;
    margin:60px 0 0 0;
}
.menu .logo img{
    width:65px;
}
/*--------------------------------------------------------------
			フッター
--------------------------------------------------------------*/
footer{
    height:130px;
    box-sizing: border-box;
    padding:95px 20px 12vh 20px;
    text-align: right;
    background:url(../img/foot_logo.svg) 35px 25px no-repeat;
    background-size: 65px auto;
}
footer .copy{
    font-size:13px;
}
@media screen and (max-width: 999px){
footer .copy{
    font-size:11px;
}
}
/*------- 共通 -------*/
.main_in{
    max-width: 1100px;
    margin:0 auto;
    padding:0 20px;
}
/*------- コンテンツ1 -------*/
.area01{
    height:974px;
    background:url(../img/img01.jpg) center center no-repeat;
    background-size:cover;
    position: relative;
}
.area01 .txt01{
    position: absolute;
    left:85px;
    bottom:230px;
}
.area01 .txt02{
    font-size:17px;
    font-weight: bold;
    position: absolute;    
    top:150px;
    right:65px;
}
.area01 .txt03{
    font-size:17px;
    font-weight: bold;
    position: absolute;    
    bottom:115px;
    right:85px;
}
@media screen and (max-width: 999px){ 
.area01{
    height:70vh;
    background:url(../img/img01_sp.jpg) center center no-repeat;
    background-size:cover;
    position: relative;
}
.area01 .txt01{
    left:auto;
    bottom:auto;
    top:72px;
    right:25px;
    width:198px;
}
.area01 .txt02{
    top:auto;
    bottom:140px;
    right:25px;
    color:#fff;
    font-size:10px;
    text-align: right;
}
.area01 .txt03{  
    bottom:32px;
    right:25px;
    color:#fff;     
    font-size:10px; 
    text-align: right;    
}
}
/*------- コンテンツ2 -------*/
.area02{
    background:#DDDBD7;
    padding:50px 50px 60px 50px;
}
.area02 .inner{
    max-width: 1300px;
    margin:0 auto;
    position: relative;
}
.area02 .img01{
    width:47.69%;
}
.area02 .img02{
    width:23.76%;
    position: absolute;
    top:0;
    left:51.69%;
}
.area02 .img03{
    width:23.46%;
    position: absolute;
    top:32%;
    right:0;       
}
.area02 .img04{
    width:15.76%;
    position: absolute;
    bottom:0;
    left:59.76%;      
}
.fadein{
    will-change: transform;
    transform: translateY(30px);
    opacity: 0;
    transition: 1s cubic-bezier(0.1,0,0.5,1);
}
.fadein02{
    will-change: transform;
    transform: translateY(30px);
    opacity: 0;
    transition: 1s cubic-bezier(0.1,0,0.5,1);
}
.fadein03{
    will-change: transform;
    transform: translateY(40px);
    opacity: 0;
    transition: 1s cubic-bezier(0.1,0,0.5,1);
}
.fadein04{
    will-change: transform;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s cubic-bezier(0.1,0,0.5,1);
}
.fadein05{
    will-change: transform;
    transform: translateY(60px);
    opacity: 0;
    transition: 1s cubic-bezier(0.1,0,0.5,1);
}
@media screen and (max-width: 999px){ 
.area02{
    padding:30px 30px 30px 30px;
}
.area02 .img01{
    width:100%;
    position:relative;    
}
.area02 .img02{
    width:100%;
    position:relative;
    left:0;
    margin:30px 0 0 0;
}
.fadeinsp{
    will-change: transform;
    transform: translateY(30px);
    opacity: 0;
    transition: 1s cubic-bezier(0.1,0,0.5,1);
}    
}
/*------- コンテンツ3 -------*/
.area03{
    padding:115px 0 135px 0;
    text-align: center;
}
.area03 .ttl span{
    display: block;
    font-size:20px;
    margin:10px 0 0 0;
    line-height: 1.4;
}
.area03 .link_list{
    font-size:0;
    text-align: center;
    margin:60px 0 0 0;
}
.area03 .link_list li{
    display: inline-block;
}
.area03 .link_list li:first-child{
    margin:0 40px 0 0;
}
.area03 .link_list02{
    font-size:0;
    text-align: center;
    margin:60px 0 0 0;
}
.area03 .link_list02 li{
	width:31%;
    display: inline-block;
}
.area03 .link_list02 li{
    margin:0 30px 0 0;
}
.area03 .link_list02 li:last-child{
    margin:0;
}
@media screen and (max-width: 1440px){
.area03 .link_list02 li{
    margin:0 30px 0 0;
}
.area03 .link_list02 li:last-child{
    margin:40px 0 0 0;
}
}
@media screen and (max-width: 1159px){
.area03 .link_list{
    font-size:0;
    text-align: center;
    margin:60px 0 0 0;
}
.area03 .link_list li{
    display: block;
}
.area03 .link_list li:first-child{
    margin:0 0 40px 0;
}
.area03 .link_list02{
    font-size:0;
    text-align: center;
    margin:60px 0 0 0;
}
.area03 .link_list02 li{
    display: block;
	width:100%;
}
.area03 .link_list02 li{
    margin:0 0 40px 0;
}
.area03 .link_list02 li:last-child{
    margin:0;
}
}
@media screen and (max-width: 999px){ 
.area03{
    padding:50px 0 60px 0;
    text-align: center;
}
.area03 .ttl img{
    width:130px;
    margin:0 auto;
}      
.area03 .ttl span{
    display: block;
    font-size:12px;
}
.area03 .link_list{
    margin:30px 0 0 0;
}
.area03 .link_list li:first-child{
    margin:0 0 30px 0;
}
.area03 .link_list02{
    margin:30px 0 0 0;
}
.area03 .link_list02{
    margin:30px 20px 0 20px;
}
.area03 .link_list02 li:first-child{
    margin:0 0 40px 0;
}
}
/*------- コンテンツ4.5共通 -------*/
.plan_area .top .inner .ttl{
    padding:50px 0 0 0;
    font-size:38px;
    color:#fff;
}
.plan_area .top .inner .txt{
    font-size:16px;
    color:#fff;
    font-weight: bold;
    margin:15px 0 0 0;
}
.plan_area .over_img img{
    width:100%;    
}
.plan_area .ttl02{
    text-align: center;
    margin:0 0 70px 0;
}
.plan_area .l_box{
    float: left;
    width:380px;
}
.plan_area .l_box .txt{
    max-width: 300px;
    margin:15px auto;
    font-size:13px;
}
.plan_area .r_box{
    float: right;
    width:625px;
}
.plan_area .txt_wrap{
    float:left;
    width:330px;
}
.plan_area .img_wrap{
    float:right;
    width:272px;
}
.plan_area .s_ttl{
    font-size:20px;
    line-height: 1.4;
    font-weight: bold;
    padding:5px 0 5px 20px;
    border-left:3px solid #000;
    margin:0 0 20px 0;
}
.plan_area .c_ttl{ 
    background:url(../img/img04_ttl02.png) center center no-repeat;
    height:50px;
    width:100%;
    margin:80px 0 60px 0;
}
.plan_area .house_list{
    text-align: center;
    font-size:0;
}
.plan_area .house_list li{
    display: inline-block;
    width:30%;
    margin:0 0 0 5%;
    vertical-align: top;
}
.plan_area .house_list li:first-child{
    margin:0;
}
.plan_area .house_list li span{
    font-weight: bold;
    display: inline-block;
    font-size:16px;
    margin:0 0 15px 0;
}
@media screen and (max-width: 1099px){
.plan_area .l_box{
    float:none;
    width:100%;
    max-width: 617px;
    text-align: center;
    margin:0 auto;
}
.plan_area .l_box img{
    width:100%;
}
.plan_area .l_box .txt{
    text-align: left;
}    
.plan_area .r_box{
    float:none;
    width:100%;
    max-width: 625px;
    margin:50px auto 0;
}  
}
@media screen and (max-width: 999px){ 
.plan_area .top .inner .ttl{
    padding:135px 0 0 0;
    font-size:20px;
}
.plan_area .top .inner .txt{
    font-size:13px;
    margin:10px 0 0 0;
}
.plan_area .ttl02{
    margin:0 0 30px 0;
}    
.plan_area .ttl02 img{
    width:45px;
}
.plan_area .txt_wrap{
    float:left;
    width:55%;
}
.plan_area .img_wrap{
    float:right;
    width:40%;
}    
.plan_area .cf{
    overflow: hidden;
}
.plan_area .s_ttl{
    font-size:15px;
    padding:5px 0 5px 15px;
    margin:0 0 20px 0;
}
.plan_area .c_ttl{ 
    background:url(../img/img04_ttl02_sp.png) center center no-repeat;
    background-size:auto 32px;
    height:32px;
    margin:70px 0 40px 0;
    text-indent: -9999px;
}  
.plan_area .house_list li{
    display: inline-block;
    width:100%;
    margin:40px 0 0 0;
}
.plan_area .house_list li:first-child{
    margin:0;
}
.plan_area .house_list li span{
    display:block;
    font-size:14px;
    margin:0 0 10px 0;
}    
}
/*------- コンテンツ4 -------*/
.area04 .top{
    width:100%;
    height:275px;
    background:url(../img/img04_bg.png) right 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding:55px 0 0 0;
}
.area04 .top .inner{
    max-width: 1100px;
    padding:0 20px;
    margin:0 auto;
    background:url(../img/img04_01.png) 20px 0 no-repeat;
    height:193px;
    text-align: center;
}
.area04 .bottom{
    background:url(../img/img04_txt.png) center -18px no-repeat;
    padding:65px 0 0 0;
}
@media screen and (max-width: 999px){ 
.area04 .top{
    width:100%;
    height:255px;
    background:url(../img/img04_bg_sp.png) right 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding:0;
}
.area04 .top .inner{
    max-width: 1100px;
    padding:0 20px;
    margin:0 auto;
    background:url(../img/img04_01.png) center 35px no-repeat;
    background-size: 84px auto;
    height:auto;
}
.area04 .bottom{
    background:url(../img/img04_txt.png) center -7px no-repeat;
    background-size: 315px auto;
    padding:30px 0 0 0;
}
}    
/*------- コンテンツ5 -------*/
.area05{
    margin:120px 0 0 0;
}
.area05 .top{
    width:100%;
    height:275px;
    background:url(../img/img05_bg.png) right 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding:55px 0 0 0;
}
.area05 .top .inner{
    max-width: 1100px;
    padding:0 20px;
    margin:0 auto;
    background:url(../img/img05_01.png) right 20px top 0 no-repeat;
    height:193px;
    text-align: center;
}
.area05 .bottom{
    background:url(../img/img05_txt.png) center -18px no-repeat;
    padding:65px 0 0 0;
}
@media screen and (max-width: 999px){ 
.area05{
    margin:80px 0 0 0;
}
.area05 .top{
    width:100%;
    height:255px;
    background:url(../img/img05_bg_sp.png) right 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding:0;
}
.area05 .top .inner{
    max-width: 1100px;
    padding:0 20px;
    margin:0 auto;
    background:url(../img/img05_01.png) center 35px no-repeat;
    background-size: 84px auto;
    height:auto;
}
.area05 .bottom{
    background:url(../img/img05_txt.png) center -7px no-repeat;
    background-size: 375px auto;
    padding:30px 0 0 0;
}
}     
/*------- コンテンツ6 -------*/
.area06{
    margin:120px 0 0 0;
    background:url(../img/img06_bg.png) center 0 no-repeat;
    background-size: cover;
    padding:45px 0 105px 0;
}
.area06 .ttl{
    text-align: center;
}
.area06 .txt01{
    text-align: center;
    font-size:16px;
    color:#fff;
    margin:15px 0 0 0;
}
.area06 .f_list{
    text-align: center;
    font-size:0;
    margin:45px 0 0 0;
}
.area06 .f_list li{
    display: inline-block;
    width:25%;
    padding:0 3%;
    min-height:330px;
    box-sizing: border-box;
    vertical-align: top;
    color:#fff;
    border-right:1px solid #808080;
}
.area06 .f_list li:first-child{
    border-left:1px solid #808080;
}
.area06 .f_list li .ttl{
    margin:20px 0 15px 0;
    font-size:20px;
    font-weight: bold;
}
.area06 .f_list li .txt{
    text-align: left;
    line-height: 1.7;
}
.area06 .bottom_wrap{
    margin:50px 0 0 0;
    position: relative;
}
.area06 .ttl02{
    font-size:28px;
    color:#A08E7B;
    font-weight: bold;
    margin:0 0 20px 0;
    line-height: 1.7;
}
.area06 .txt02{
    color:#fff;
    padding:0 0 0 85px;
    background:url(../img/img06_05.png) 0 center no-repeat;
}
.area06 .img01{
    position: absolute;
    right:0;
    bottom:0;
}
.area06 .num_list li{
    color:#fff;
    font-size:17px;
    font-weight: bold;
    list-style: none;
    margin:15px 0 0 0;
    line-height: 1.7;
    padding:0 0 0 45px;
    text-indent: -17px;
}
.area06 .num_list li span{
    display: inline-block;
    font-size:24px;
    font-weight: bold;
    margin:0 10px -2px 0;
}
.tab{
    display: none;
}
@media screen and (max-width: 1099px){
.area06 .f_list{
    margin:45px auto 0;
    max-width: 620px;    
}
.area06 .f_list li{
    width:50%;
    padding:0 3%;
    margin:0 0 60px 0;
    min-height:300px;
}
.area06 .f_list li:nth-child(3){
    border-left:1px solid #808080;
}
.area06 .bottom_wrap{
    margin:0 auto;
    max-width: 620px;
}
.area06 .img01{
    position:relative;
    margin:40px 0 0 0; 
}
.area06 .num_list li{
    margin:10px 0 0 0;
}
.tab{
    display:block;
}  
.pcl{
    display:none;
}  
}
@media screen and (max-width: 999px){ 
.area06{
    margin:80px 0 0 0;
    background:url(../img/img06_bg_sp.png) center 0 no-repeat;
    background-size: cover;
    padding:35px 0 75px 0;
}
.area06 .ttl{
    text-align: center;
}
.area06 .ttl img{
    width:200px;
}
.area06 .txt01{
    font-size:14px;
    margin:12px 0 0 0;
}
.area06 .f_list{
    margin:45px auto 0;
    max-width: 620px;    
}
.area06 .f_list li{
    width:50%;
    padding:0 3%;
    margin:0 0 50px 0;
    min-height:300px;
}
.area06 .f_list li .ttl{
    margin:20px 0 15px 0;
    font-size:17px;
}
.area06 .f_list li img{
    width:110px;
}
.area06 .ttl02{
    font-size:20px;
    margin:0 0 20px 0;
    line-height: 1.7;
}
.area06 .num_list li{
    font-size:15px;
    margin:15px 0 0 0;
    padding:0 0 0 35px;
    text-indent: -17px;
}
.area06 .num_list li span{
    font-size:21px;
    margin:0 10px -2px 0;
}    
}
/*------- コンテンツ7 -------*/
.area07{
    padding:70px 20px 100px 20px;
    text-align: center;
}
.area07 .ttl{
    margin:0 0 80px 0;
}
@media screen and (max-width: 1099px){
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}    
}
@media screen and (max-width: 999px){ 
.area07{
    padding:40px 20px 70px 20px;
    text-align: center;
}
.area07 .ttl{
    width:205px;
    margin:0 auto 30px;
}
}    
/*------- コンテンツ8(2022/7追加分) -------*/
.area08{
    margin:120px 0 0 0;
}
.area08 .top{
    width:100%;
    height:275px;
    background:url(../img/img09_bg.png) right 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding:55px 0 0 0;
}
.area08 .top .inner{
    max-width: 1100px;
    padding:0 20px;
    margin:0 auto;
    background:url(../img/img09_01.png) 20px 0 no-repeat;
    height:193px;
    text-align: center;
}
.area08 .bottom{
    background:url(../img/img09_txt.png) center -18px no-repeat;
    padding:65px 0 0 0;
}
.area08 .l_box{
    float: left;
    width:450px;
}
.area08 .b_ttl01{
	color:#FFF; 
    background:url(../img/img09_ttl02.png) center center no-repeat;
    height:50px;
    width:100%;
    margin:120px 0 60px 0;
}
.area08 .b_ttl02{
	color:#FFF; 
    background:url(../img/img09_ttl03.png) center center no-repeat;
    height:50px;
    width:100%;
    margin:120px 0 60px 0;
}
.area08 .b_ttl03{
	color:#FFF; 
    background:url(../img/img09_ttl04.png) center center no-repeat;
    height:50px;
    width:100%;
    margin:120px 0 60px 0;
}
.area08 .t_txt{
	font-size:16px;
	font-weight:bold;
    margin:20px 0 10px 0;
}
@media screen and (max-width: 999px){ 
.area08 .top{
    width:100%;
    height:255px;
    background:url(../img/img09_bg_sp.png) right 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding:0;
}
.area08 .top .inner{
    max-width: 1100px;
    padding:0 20px;
    margin:0 auto;
    background:url(../img/img09_01.png) center 20px no-repeat;
    background-size: 84px auto;
    height:auto;
}
.area08 .top .inner .ttl{
    padding:105px 0 0 0;
    font-size:20px;
	line-height:1.5;
}
.area08 .bottom{
    background:url(../img/img09_txt.png) center -7px no-repeat;
    background-size: 315px auto;
    padding:30px 0 0 0;
}
.area08 .c_ttl{ 
    background:url(../img/img04_ttl02_sp.png) center center no-repeat;
    background-size:auto 32px;
    height:32px;
    margin:70px 0 40px 0;
    text-indent: -9999px;
}  
.area08 .b_ttl01{ 
    background:url(../img/img09_ttl02_sp.png) center center no-repeat;
    background-size:auto 32px;
    height:32px;
    margin:70px 0 40px 0;
    text-indent: -9999px;
}  
.area08 .b_ttl02{ 
    background:url(../img/img09_ttl03_sp.png) center center no-repeat;
    background-size:auto 32px;
    height:32px;
    margin:70px 0 40px 0;
    text-indent: -9999px;
}  
.area08 .b_ttl03{ 
    background:url(../img/img09_ttl04_sp.png) center center no-repeat;
    background-size:auto 32px;
    height:32px;
    margin:70px 0 40px 0;
    text-indent: -9999px;
}  
.area08 .l_box{
    float:none;
    width:100%;
}
}    
/*------- お問い合わせ -------*/
.contact_area{
    background:url(../img/img08_bg.png) center bottom no-repeat;
    background-size: cover;
    padding:110px 0 80px 0;
}
.contact_area .inner{
    max-width: 680px;
    margin:0 auto;
    padding:0 20px;
}
.contact_area .ttl{
    font-size:25px;
    text-align: center;
    font-weight: bold;
    margin:0 0 55px 0;
}
.contact_area .contact_table{
    width:100%;
}
.contact_table th{
    display: block;
    font-size:16px;
    font-weight: bold;
    text-align:left;
    padding:0 0 15px 0;
}
.contact_table th span.rec{
    display: inline-block;
    background: #000;
    color:#fff;
    font-size:12px;
    margin:0 0 0 10px;
    padding:6px 10px 7px 10px;
}
.contact_table th span.nin{
    display: inline-block;
    background: #EDEDED;
    color:#808080;
    font-size:12px;
    margin:0 0 0 10px;
    padding:6px 10px 7px 10px;
}
.contact_table td{
    display: block;
    padding:0 0 30px 0;
}
.contact_table td input[type="text"]{
    border:none;
    font-size:15px;
    padding:12px 15px;
    border-radius: 5px;
    width:100%;
    box-sizing: border-box;
}
.contact_table.contact_table td input[type="text"]:nth-child(2){
    margin-left:10px;
}
.contact_table td input.han{
    width:330px;
}
.contact_table td select{
    border:none;
    font-size:15px;
    padding:12px 15px;
    border-radius: 5px;
    width:330px;
    box-sizing: border-box;
}
.contact_area .label_wrap{
    font-size:0;
}
.contact_area .label_wrap label{
    display: inline-block;
    width:180px;
    font-size:15px;
    vertical-align:middle;
}
.contact_area .label_wrap input{
-webkit-transform: scale(2);
   transform: scale(2);
   margin-right:15px;
    vertical-align:bottom;    
}
.contact_area .at{
    display: block;
    font-size:12px;
    margin:10px 0 0 0;
}
.contact_table td textarea{
    border:none;
    font-size:15px;
    padding:12px 15px;
    border-radius: 5px;
    width:100%;
    background: #fff;
    box-sizing: border-box;
    resize: vertical;
    min-height:85px;
}
.contact_area .submit_btn{
    border:none;
    background-color: #000;
    color:#fff;
    width:240px;
    display: block;
    font-size:18px;
    font-weight: bold;
    padding:20px 0 18px;
    border-radius: 50px;
    background-image:url(../img/arrow01.svg);
    background-position:right 20px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    margin:30px auto 20px;
    cursor: pointer;
    transition: 0.5s;
}
@media screen and (max-width: 767px){     
/*------- お問い合わせ -------*/
.contact_area{
    background:url(../img/img08_bg_sp.png) center bottom no-repeat;
    background-size: cover;
    padding:70px 0 60px 0;
}
.contact_area .ttl{
    font-size:20px;
    margin:0 0 55px 0;
}
.contact_area .contact_table{
    width:100%;
}
.contact_table th{
    font-size:16px;
    padding:0 0 15px 0;
}
.contact_table th span.rec{
    font-size:12px;
    margin:0 0 0 10px;
    padding:6px 10px 7px 10px;
}
.contact_table th span.nin{
    font-size:12px;
    margin:0 0 0 10px;
    padding:6px 10px 7px 10px;
}
.contact_table td{
    padding:0 0 30px 0;
}
.contact_table td input[type="text"]{
    border:none;
    font-size:16px;
    padding:12px 15px;
    border-radius: 5px;
    width:100%;
    box-sizing: border-box;
    display: inline-block;
}
.contact_table td input[type="text"]:nth-child(2){
    margin-left:2%;
}
.contact_table td input.han{
    width:48%;
}
.contact_table td select{
    font-size:15px;
    padding:12px 15px;
    width:100%;
}
.contact_area .label_wrap{
    font-size:0;
}
.contact_area .label_wrap label{
    display: inline-block;
    width:160px;
    font-size:14px;
    vertical-align:middle;
}
.label_wrap input{
-webkit-transform: scale(2);
   transform: scale(2);
   margin-right:15px;
    vertical-align:bottom;    
}
.contact_area .at{
    display: block;
    font-size:12px;
    margin:10px 0 0 0;
}
.contact_table td textarea{
    border:none;
    font-size:15px;
    padding:12px 15px;
    border-radius: 5px;
    width:100%;
    background: #fff;
    box-sizing: border-box;
    resize: vertical;
    min-height:85px;
}
.submit_btn{
    border:none;
    background-color: #000;
    color:#fff;
    width:240px;
    display: block;
    font-size:18px;
    font-weight: bold;
    padding:20px 0 18px;
    border-radius: 50px;
    background-image:url(../img/arrow01.svg);
    background-position:right 20px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    margin:30px auto 20px;
    cursor: pointer;
    transition: 0.5s;
}
}
/*------- お問い合わせ確認 -------*/
.contact_area02{
    background:#F2F2F2;
    padding:110px 0 110px 0;
}
.error_messe{
    color:#FF0000;
    font-size:18px;
    margin:0 0 10px 0;
}
.contact_area .back_btn{
    border:none;
    background-color: #999999;
    color:#fff;
    width:240px;
    display: block;
    font-size:18px;
    font-weight: bold;
    padding:20px 0 18px;
    border-radius: 50px;
    background-image:url(../img/arrow01b.svg);
    background-position:20px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    margin:30px auto 20px;
    cursor: pointer;
    transition: 0.5s;
}
.contact_table02{
   border-top:1px solid #B3B3B3;
    width:100%;
}
.contact_table02 th{
    width:210px;
    padding:20px 45px 20px 0;
    font-size:17px;
    line-height: 1.7;
    font-weight: bold;
    text-align: right;
    border-bottom:1px solid #B3B3B3;
    vertical-align: middle;
}
.contact_table02 td{
    padding:20px 0 20px 0;
    font-size:17px;
    line-height: 1.7;    
    border-bottom:1px solid #B3B3B3;
    vertical-align: middle;    
}
.btn_box{
    max-width: 500px;
    margin:60px auto 0;
    overflow:hidden;
}
.btn_box .submit_btn{
    float: right;
}
.btn_box .back_btn{
    float: left;
}
@media screen and (max-width: 767px){    
.contact_area02{
    padding:110px 0 80px 0;
}
.error_messe{
    font-size:16px;
}
.contact_area .back_btn{
    border:none;
    background-color: #999999;
    color:#fff;
    width:240px;
    display: block;
    font-size:18px;
    font-weight: bold;
    padding:20px 0 18px;
    border-radius: 50px;
    background-image:url(../img/arrow01b.svg);
    background-position:20px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    margin:30px auto 20px;
    cursor: pointer;
    transition: 0.5s;
}
.contact_table02 th{
    width:100%;
    padding:20px 0 0 0;
    font-size:16px;
    display: block;
    text-align: left;
    border-bottom: none;
}
.contact_table02 td{
    padding:10px 0 20px 0;
    font-size:16px; 
    display: block;    
}
.btn_box .submit_btn{
    float:none;
}
.btn_box .back_btn{
    float:none;
}
}
/*------- お問い合わせ完了 -------*/
.thanks_wrap{
    background:#F2F2F2;
    padding:85px 0 0 0;
    box-sizing: border-box;
    height:calc(100vh - 130px);
    text-align: center;
}
.thanks_txt{
    font-size:22px;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    margin:60px 0 0 0;
}
.back_btn02{
    background-color: #000;
    color:#fff!important;
    display:inline-block;
    font-size:18px;
    font-weight: bold;
    padding:25px 40px 23px;
    border-radius: 50px;
    margin:70px auto 0;
    transition: 0.5s;
    text-decoration: none;
}
.back_btn02:hover{
    opacity: 0.7;
    text-decoration: none;    
}
@media screen and (max-width: 767px){  
.thanks_wrap{
    padding:40px 0 0 0;
}
.thanks_wrap img{
    width:110px;
}
.thanks_txt{
    font-size:17px;
    margin:30px 0 0 0;
}
.back_btn02{
    font-size:17px;
    padding:22px 30px 20px;
    margin:40px auto 0;
}
}