@charset "utf-8";
:root {
	--c_rd: #DF434C;
	--c_bl: #374689;
	--c_ye: #FFF93C;
	--c_or: #F39800;
	--c_gr: #62C0B4;
    --c_gr2: #28543C;
	--c_gy: #F5F5F5;
	--c_be: #F6F4EE;
    --c_pk: #C66F8F;
    --c_br: #856A42;
    --c_pl: #82488B;
	--c_wh: #fff;
	--c_bk: #000;
}
.clr-rd {color: var(--c_rd)!important;}
.clr-bl {color: var(--c_bl)!important;}
.clr-ye {color: var(--c_ye)!important;}
.clr-or {color: var(--c_or)!important;}
.clr-gr {color: var(--c_gr)!important;}
.clr-gr2 {color: var(--c_gr2)!important;}
.clr-gy {color: var(--c_gy)!important;}
.clr-be {color: var(--c_be)!important;}
.clr-pk {color: var(--c_pk)!important;}
.clr-br {color: var(--c_br)!important;}
.clr-wh {color: var(--c_wh)!important;}
.clr-bk {color: var(--c_bk)!important;}
.clr-pl {color: var(--c_pl)!important;}
.bg-rd {background-color: var(--c_rd)!important;}
.bg-bl {background-color: var(--c_bl)!important;}
.bg-ye {background-color: var(--c_ye)!important;}
.bg-or {background-color: var(--c_or)!important;}
.bg-gr {background-color: var(--c_gr)!important;}
.bg-gr2 {background-color: var(--c_gr2)!important;}
.bg-gy {background-color: var(--c_gy)!important;}
.bg-wh {background-color: var(--c_wh)!important;}
.bg-bk {background-color: var(--c_bk)!important;}
.bg-be {background-color: var(--c_be)!important;}
.bg-pk {background-color: var(--c_pk)!important;}
.bg-br {background-color: var(--c_br)!important;}
.bg-pl {background-color: var(--c_pl)!important;}

* {
min-height:0;
min-width : 0;
}

html{
   /* visibility: hidden;*/
   	font-size: 10px;
	transition: .2s;
   
}


html.wf-active{
visibility:visible;
}



html,body{
    width: 100%;

}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 *{
     box-sizing: border-box;
 }



 body {
   font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;

    
   font-size: 1.6rem;
	line-height: 1.6;
    text-align: center;

}
body,
td,
th{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}



h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 600;
    line-height: 1.5;
}
th{
font-weight: 400;
}

a {
	color:#000;
	outline: none;
	text-decoration: none;

}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;
    background: #fff;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}

.width100{
	width:100%;
}

.wrap{

}
 .wrap{
   overflow: hidden;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

.uline{
    text-decoration: underline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}






.wrap{

overflow-x: hidden;
}
.home .wrap{

}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}*/
#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}




 .mainbody{
	max-width:110rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:90rem;
	margin: 0 auto;
}
.mainbody3{
	max-width:100rem;
	margin: 0 auto;
}
.main900{
    max-width: 90rem;
    margin: 0 auto;
}

 .contents {
  padding: 10rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }

Avenir Next LT,
.fo-avenir{
/*400,500,700**/

font-family: "avenir-next-lt-pro", sans-serif;
font-style: normal;
letter-spacing: .05em;
}






.wow {
    visibility: hidden;
}







/*ヘッダー
------------------------------------------------*/
.headerwrap{
    width: 100%;
    position:fixed;
    top: 0rem;
    left: 0;
    z-index: 1000;
    transition: .5s;
	
	background: #fff;
 
}
.home .headerwrap{
background:none;
}
.home .headerwrap.change-color {
     background: #fff;
}

.home .headerwrap a {
   
}
.home .headerwrap.change-color a {
    
}

 .header{
     height: 10rem;
     padding:0 4rem;
	
 }
  .header .logo{

 } 
 
 .header h1{
	
 }

.gnavi a{
    font-weight: 500;
    position: relative;
    display:flex;
    align-items: center;
    margin: 0 0 0 4rem;
    white-space: nowrap;
}



.menubtn{
    display: none;
 }



/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #333;

}
.smenu {
		position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    width: 90%;
    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem 0;
    background:  var(--c_gy);
backdrop-filter: blur(20px);
		-webkit-transform: translateX(25px);
		-ms-transform: translateX(25px);
		transform: translateX(25px);
		z-index: 99990;
		opacity: 0;
    visibility: hidden;
    
    
	}
	.smenu.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
	}
    



.spnavi{
    margin: 0 0 3rem;
}
.smenu a{

}


.spnavi li a{
   display: block;
   color: #000;
   border-bottom: 1px solid #000;
   padding: 1rem 0;
   text-align: left;
   position: relative;
}

.spnavi li a::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url("../img/arrow01_w.svg") no-repeat center center  var(--c_gr);
    background-size: auto;
  background-size: .5rem;
  border-radius: 99px;
  margin: 0 .5rem 0 0;
  
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


.spnavi a big{
    padding-right: 1rem;
}

.spmenu{
    margin: 0 0 4rem;
}


.spclose {
   flex-basis: 10%;
   text-align: right;
   
}
.spclose a{
    font-size: 2rem;
    background: #fff;
   flex-basis: 10%;
   border-radius: 99px;
   line-height: 1;
   height: 4rem;
   width: 4rem;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color:  var(--c_gr);
   
}






/*フッター
-------------------------------------------------*/
.footerwrap{
	background: #F5F5F5;
}
.footer{
	padding: 0 0 3rem;
}
.footlogo{
	margin: 0 3rem 0 0;
	text-align: left;
}
.footlogo h2{
	margin: 0 0 1rem;
}
.footlogo h3{
	font-size: 1.6rem;
	letter-spacing: .05em;
}
.footinfo li{
	padding: 0 0 2rem 1.5rem;
}
.footinfo ._address{
	background: url("../img/icon_map.svg") no-repeat left .7rem;
}
.footinfo ._tel{
	background: url("../img/icon_tel.svg") no-repeat left .7rem;
}

.footnavi li{
	padding: 0 0 0 5rem;
}
.copyright ._navi{
	font-size: 1.4rem;
}
.copyright ._copy{
	font-size: 1rem;
	color: #8A8A8A;
}




/*トップページ
------------------------------------------------*/
.pagebg{
	background: url("../img/bg01.png") no-repeat top center;
	background-size: 100% auto;
}


.mainvisualwrap{
	padding: 10rem 0 30rem;
	background: url("../img/bg_town.png") no-repeat bottom center;
	background-size: 100% auto;
		
}

.mainvisual ._cont{
	text-align: left;
	flex-basis: 60%;
}
.mainvisual ._cont h2{
	font-size: 3rem;
	margin: 0 0 3rem;
	letter-spacing: .05em;
}
.mainvisual ._cont h3{
	margin: 0 0 3rem;
}
.mainvisual ._logo{
	position: relative;
	height: 63rem;
	flex-basis: 30%;

}
.mainvisual ._logo figure{
	position: absolute;
	width: 54rem;
	height: 63rem;
	left: 0;
	top: 0;
}



.topservice{
	margin: -25rem 0 10rem;
}
.topservicemain{
	position: relative;
	margin: 0 0 3rem;
}
.topservicemain ._cont{
	background: #fff;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 0;
	margin: auto;
	text-align: left;
	max-width: 40rem;
	padding:5rem 4rem;
	border-radius: 20px 0 0 20px;
}
.topservicemain ._cont ._point{
	color: var(--c_gr);
	font-size: 1.4rem;
	margin: 0 0 1rem;
}
.topservicemain ._cont h3{
	font-size: 2.4rem;
	margin: 0 0 1rem;
}
.topservicemain ._cont ._txt{
	line-height: 2;
}


.topservicemain img{
	border-radius: 20px;
	width: 100%;
}
.topserviceimg {
	margin: 0 0 4rem;
}


.topserviceimg li{
	flex-basis: 23%;
}
.topserviceimg img{
	border-radius: 10px;
	width: 100%;
}



.topstrengthswrap{
	margin: 0 0 10rem;
}
.topstrengthstitle{
	flex-basis: 45%;
}

.topstrengths{
	flex-basis: 55%;
}
.topstrengths dl{
	margin: 0 0 4rem;
}

.topstrengths dt{
	flex-basis: 20%;
	margin: 0 2rem 0 0;
	flex-shrink: 0;
}
.topstrengths dd{
	text-align: left;
}
.topstrengths dd h3{
	font-size: 2rem;
	margin: 0 0 1rem;
}



.topoutlinewrap{
	background: url("../img/bg02.jpg") no-repeat top center;
	background-size: cover;
}
.topoutline{
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.topoutline ._img{
	flex-basis: 50%;
}
.topoutline ._cont{
	padding: 5rem 6rem;
}

.topconcept ._img{
	flex-basis: 50%;
}
.topconcept ._cont{
	flex-basis: 48%;
	text-align: left;
}
.topconcept ._cont h2{
	font-size: 2.4rem;
	margin: 0 0 3rem;
	letter-spacing: .05em;
}
.topconcept ._cont ._txt{
	line-height: 2;
}




/*contents
------------------------------------------------*/
.title01 h2{
	font-size: 6rem;
	line-height: 1;
	margin: 0 0 .5rem;
}
.title01 h2._small{
	font-size: 3.6rem;
}


.btn01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:  var(--c_gr2);
  color: #fff;
  border-radius: 99px;
  padding: 1rem 3rem 1rem 4.5rem;
}
.btn01::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url("../img/arrow01_w.svg") no-repeat center center var(--c_gr);
  background-size: 1rem;
  border-radius: 99px;
  margin: 0 0 0 2rem;
}
.btn02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;

}
.btn02::after {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  background: url("../img/arrow01_w.svg") no-repeat center center var(--c_gr);
  background-size: 1rem;
  border-radius: 99px;
  margin: 0 0 0 1rem;
}



.pagetitle{
	padding:  15rem 0 5rem;
}

.pagetitle02wrap{
	padding:  10rem 0 2rem;
}
.pagetitle02{
	position: relative;
	height: 42rem;
}
.pagetitleimg{
	position: absolute;
	left: 0;
	top: 0;
	width: 130rem;	
	
	z-index: 1;
	
}
.pagetitleimg img{
border-radius: 20px;
	object-fit: cover;
}


.pagetitle02 .title01{
	position: relative;
	z-index: 2;
	padding: 28rem 0 0 5rem;
}






.topicpath{
	padding: 0 0 0rem;
	text-align: left;
	color: #A1A1A1;
}



/*privacy***/
.privacybox{
	text-align: left;
	line-height: 2;
}
.privacybox h3{
	font-size: 2rem;
	color:  var(--c_gr);
	margin: 0 0 3rem;
}
.privacytable {
	margin: 0 0 4rem;
	border-collapse: collapse;
	width: 100%;
	font-size: 1.5rem;
}

.privacytable th,
.privacytable td{


	
}
.privacytable th{
	text-align: left;
	font-weight: 600;
}



/**service**/
.serviceconceptwrap{
	background: url("../img/bg_town.png") no-repeat  bottom -40rem  center;
	background-size: 100% auto;
}

.serviceconcept ._cont{
	flex-basis: 55%;
	text-align: left;
}
.serviceconcept ._cont h3{
	font-size: 2.4rem;
	margin: 0 0 2rem;
	letter-spacing: .05em;
}

.serviceconcept ._cont ._txt{
	line-height: 2.2;
}


.serviceconcept ._img{
	flex-basis: 33%;
}
.serviceconcept ._img img{
	border-radius: 20px;
}


.rcwrap{
	background: url("../img/bg02.jpg") no-repeat top center;
	background-size: cover;
}
.rcbox {
	gap:4rem;
}
.rcbox dl{
	flex-basis: 31%;
	
}
.rcbox dt img{
	border-radius: 10px;
	margin: 0 0 2rem;
}
.rcbox dd{
	font-weight: 600;
}
.reasonbox ._cont{
	flex-basis: 55%;
	text-align: left;
}
.reasonbox ._cont ._txt{
	line-height: 2;
	margin: 0 0 3rem;
}
.reasonbox ._cont dl{
	margin: 0 0 3rem;
}


.reasonbox ._cont dt{
	color:  var(--c_gr);
	text-align: center;
	line-height: 1;
	font-size: 1.4rem;
	border-right: 1px solid #ccc;
	flex-shrink: 0;
	padding: 0 4rem 0 0;
}
.reasonbox ._cont dt big{
	font-size: 3.6rem;
	font-weight: 700;
}
.reasonbox ._cont dd{
	flex-basis: 80%;
}
.reasonbox ._cont dd h3{
	font-size: 2rem;
	margin: 0 0 1rem;
}


.reasonbox ._img{
	flex-basis: 33%;
}
.reasonbox ._img img{
	border-radius: 20px;
}



/**outline***/
.ocap{
	margin: 0 0 10rem;
	line-height: 2;
}

.bismodel{
	background: #fff;
	padding: 2rem;
	border-radius: 20px;
	flex-basis: 49%;
}
.bismodel ._img{
	flex-basis: 49%;
}
.bismodel ._img img{
	border-radius: 10px;
}
.bismodel ._cont{
	flex-basis: 45%;
	text-align: left;
}
.bismodel ._cont h3{
	font-size: 2.4rem;
	margin: 0 0 .5rem;
	letter-spacing: .05em;
}

.visonwrap{
	background: #fff;
	padding: 5rem 5rem 2rem;
	border-radius: 20px;
}
.visionimg{
	flex-basis: 45%;
}
.visionimg h3{
	font-size: 2.4rem;
	padding: 0 0 2rem;
}
.visonbox{
	flex-basis: 52%;
	text-align: left;
}
.vbox{
	border-bottom: 1px solid #ccc;
	padding: 0 0 2rem;
	margin: 0 0 2rem;
}
.vbox:last-child{
	border: none;
}

.vimg{
	flex-basis: 20%;
}
.vcont{
	flex-basis: 75%;
}
.vcont ul{
	margin: 0 0 1rem;
}
.vcont li{
	font-size: 1.4rem;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
.vcont h4{
	font-size: 1.6rem;
	margin: 0 0 .5rem;
}
.vcont h4._gr2{
	color: #6B9A87;
}

.modelcopy{
	color:  var(--c_gr2);
	font-size: 3rem;
	letter-spacing: .05em;
}

.outlinebox{
	background:  var(--c_gy);
	padding: 8rem 15rem;
	border-radius: 20px;
	margin: 0 0 10rem;
}
.table01{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}
.table01 th,
.table01 td{
	padding: 2rem;
	text-align: left;
	border-bottom: 1px solid #ccc;
	  line-height: 2;
}
.table01 th{
	background: #F9F9F9;
}

.list01 li{
  margin-left: 1em;
  text-indent: -1em;

}
.table01 ._blank{
	text-decoration: underline;
	display: inline-block;
	padding-right: 2rem;
	background: url("../img/icon_blank.svg") no-repeat right center;
}

.gmap{
	overflow: hidden;
	border-radius: 20px;
}







/**contact**/
.townbg{
	background: url("../img/bg_town.png") no-repeat bottom -25rem center #F5F5F5;
	background-size: 100% auto;
}



.formbox{
text-align: left;
margin: auto;
background: #fff;
padding: 8rem 7rem;
border-radius: 20px;
}
.formbox dl{
	padding: 0 0 4rem;
	display: flex;
	align-items: center;
	
 }

 
.formbox dt{
    text-align: left;
	flex-basis: 30%;
}
.formbox dd{
flex-basis: 70%;
}

.formbox dd input,
.formbox dd select, 
.formbox dd textarea {
    margin: 2px;
    font-size: 1.6rem;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
	width: 100%;
	font-weight: 400;

}
.formbox input{
	vertical-align: middle;
	
}
.formbox input[type=file]{
	font-size: 1.6rem;
	background: #fff;
	border: none;
	padding: 0;
}
input[type="file"]::file-selector-button {
  background: #E4E7EB;
  font-weight: 500;
  border: none;
  padding: .5rem 2rem;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Noto Sans JP';
   transition: .2s;
}


/*
.formbox ._input01{
  width: 100%;
}*/

.formbox ._txtarea01{
    width: 100%;
    height: 20rem;
}

.formbox input[type=checkbox],
.formbox input[type=radio]{
  vertical-align: top;
    margin:0rem 1rem 0 0;
    width: 1.8rem;
    height: 1.8rem;
    flex-shrink: 0;
}


.hissu{
    display: inline-block;
    padding: 0 1rem;
    background: var(--c_gr);
    color: #fff;
    margin: 0 1rem 0 0;
    font-size: 80%;
	border-radius: 3px;
}
.nini{
    display: inline-block;
    padding: 0 1rem;
    background: #A1A1A1;
    color: #fff;
    margin: 0 1rem 0 0;
    font-size: 80%;
	border-radius: 3px;
}
.zipbtn {
  background:#2288C2;
  display: inline-block;
  color: #fff;
  border:none;
  padding:1rem;
  border-radius: 1rem;
}

input[type=text],
  textarea
 /* select*/{
/*	width:96%;*/
}
  textarea{
  width:100%
  }


.mw_wp_form .formbox .horizontal-item + .horizontal-item{
    margin: 0;
}

.formbox .zip{
	width:15%;
}
.formbox .inputtel{
    width: 45%;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.formbox label{
  /* min-width: 300px;
  display: block; margin: 0 20px 0 0;*/
    display: inline-flex;
    align-items: center;
    margin-right: 2px;
     margin-right: 3rem;  
}
.formbox dd label{
	margin: 0 0 .5rem;
	 display: inline-flex;
}

.formbox ._check01 label{
    display: flex;
    margin: 0 0 1rem;
    align-items: flex-start;
    
}
.checklist01 > span{
    display: block;
    margin: 0 !important;
}


.formbox .senmonradio label{
    min-width: 30%;
}
.mw_wp_form .formbox .vertical-item{
    display: inline-block;
}







 form .linkbtn01,form .linkbtn02 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    padding:2rem 3rem;
    background:var(--c_gr2);
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 5px 10px;
    border-radius: 99px;
    font-family: 'Noto Sans JP', sans-serif;
 
}
.linkbtn02 {
    color: #666;
}
.mw_wp_form_confirm .confirmtxt{
    display: block;
}
.mw_wp_form_confirm .input-show {
  display: none;
}
.mw_wp_form_input .input-confirm {
  display: none;
}














/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: block!important;
}



.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
	.fmenucont .leftbox {
		padding: 0;
	}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}

.centerbox{
	display:inline-block;
	float:left;
	padding:0px 2.2%;
}

.mwidth50{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 50%;
}
.mwidth40{
    width: 100%;
    max-width: 41%;
}
.mwidth30{
    width: 100%;
    max-width: 31%;
}
.mwidth60{
    width: 100%;
    max-width: 65%;
}

.mwidth25{
    width: 100%;
    max-width: 23%;
}
.mwidth20{
    width: 100%;
    max-width: 18%;
}











}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1350px) {
	html {
		font-size: .7407407vw;
	}
    .mainbody{
      /*  max-width: 95%;*/
    }
}



/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

html {
		/*360px*/
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}



.slick-slider {
    touch-action: pan-y;
}


.wrap {
 
}


.wrap,
.home .wrap{
    
}
.wrap{
	
}





.mainbody,
.mainbody2,
.mainbody3,
.header .mainbody{
	margin:0 2rem;
	width:auto;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
.contents{
    padding: 5rem 0;
}


.spinner {
  width: 15rem;
}



/*ヘッダー
------------------------------------------------*/
.headerwrap {

}
 .header{
     height: 6rem;
     padding:0rem 1rem;
     margin: 0;
     border-radius: 0;
    
 }

.header .logo img{
	max-height: 4rem;

}

 .header h1{
	
 }


.headright{
    display: none;
}


 .headright {


 }




.menubtn{
      display: flex;
      align-items: center;
      justify-content: center;
      color:#fff !important;
      font-size: 200%;
      /*font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";*/
      width: 4rem;
    
      background:var(--c_gr);
      border-radius: 99px;
      line-height: 1;
      height:4rem;
      /*padding-bottom: .3rem;*/
    

}








/*フッター
------------------------------------------------*/

.footer{
	padding: 0 0 3rem;
	justify-content: center;
}
.footlogo{
	margin: 0 0 2rem 0;
	text-align: center;
}
.footlogo h2{
	margin: 0 0 1rem;
}
.footlogo h3{
	font-size: 1.6rem;
}
.footinfo li{
	padding: 0 0 .5rem 1.5rem;
}

.footleft {
	display: block;
}

.footnavi {
	display: none;
}
.footnavi li{
	padding: 0 0 0 5rem;
}
.copyright {
	justify-content: center;
}
.copyright ._navi{
	display: none;
}
.copyright ._copy{
	
}



/*トップページ
------------------------------------------------*/
.pagebg{
  background-size: 200% auto;
}


.mainvisualwrap{
	padding: 7rem 0 4rem;
	background: url("../img/bg_town.png") no-repeat bottom center;
	background-size: 200% auto;
		
}
.mainvisual{
	display: block;
}
.mainvisual ._cont{
	text-align: left;
	flex-basis: 60%;
}
.mainvisual ._cont h2{
	font-size: 1.8rem;
	margin: 0 0 2rem;
}
.mainvisual ._cont h3{
	margin: 0 0 2rem;
}
.mainvisual ._logo{
	position: relative;
	height: auto;


}
.mainvisual ._logo figure{
	position: relative;
	width: auto;
	height: auto;
	
	left: auto;
	top: auto;
	margin: 0 -5rem 0 5rem;
	
}

.topservice{
	margin: 0rem 0 5rem;
}

.topservicemain{
	position: relative;
	margin: 0 0 8rem;
}


.topservicemain ._cont{
	transform: translateY(-50%);
	top: 100%;
	right: 0;
	margin: auto;
	text-align: left;
	max-width: 80%;
	padding:1.5rem;
}
.topservicemain ._cont ._point{
	margin: 0 0 .5rem;
}
.topservicemain ._cont h3{
	font-size: 1.8rem;
	margin: 0 0 .5rem;
}
.topservicemain ._cont ._txt{
	line-height: 2;
	font-size: 1.2rem;
}


.topservicemain img{
	border-radius: 20px;
	width: 300%;
	height: 30rem;
	object-fit: cover;

}
.topserviceimg {
	margin: 0 0 2rem;
}
.topserviceimg ul{
	flex-wrap: wrap;
}

.topserviceimg li{
	flex-basis: 48%;
	margin: 0 0 1rem;
}



.topstrengthswrap{
	margin: 0 0 5rem;
	display: block;
}
.topstrengthstitle{
	margin: 0 0 2rem;
}


.topstrengths dd h3{
	font-size: 1.6rem;
	margin: 0 0 1rem;
}




.topoutline{
	display: block;
}

.topoutline ._img{
	
}
.topoutline ._cont{
	padding: 2rem;
}
.topconcept{
	display: block;
}
.topconcept ._img{
	margin: 0 25% 3rem;
}
.topconcept ._cont{

}
.topconcept ._cont h2{
	font-size: 1.7rem;
	margin: 0 0 2rem;
}





/*contents
------------------------------------------------*/
.title01 h2{
	font-size: 3.5rem;
	line-height: 1;
	margin: 0 0 .5rem;
}
.title01 h2._small{
	font-size: 2rem;
}


.btn01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:  var(--c_gr2);
  color: #fff;
  border-radius: 99px;
  padding: 1rem 3rem 1rem 4.5rem;
}
.btn01::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url("../img/arrow01_w.svg") no-repeat center center var(--c_gr);
  background-size: 1rem;
  border-radius: 99px;
  margin: 0 0 0 2rem;
}
.btn02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;

}
.btn02::after {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  background: url("../img/arrow01_w.svg") no-repeat center center var(--c_gr);
  background-size: 1rem;
  border-radius: 99px;
  margin: 0 0 0 1rem;
}




.pagetitle{
	padding:  8rem 0 3rem;
}



.pagetitle02wrap{
	padding:  8rem 0 2rem;
}
.pagetitle02{
	position: relative;
	height: 43vw;
}
.pagetitleimg{
	width: 150%;
}

.pagetitle02 .title01{
	padding: 7rem 0 0 2rem;
}

/*privacy***/

.privacybox h3{
	font-size: 1.6rem;
	margin: 0 0 2rem;
}
.privacytable {
	margin: 0 0 4rem;
	border-collapse: collapse;
	width: 100%;
	font-size:1rem;
}





/**service**/
.serviceconceptwrap{
background: url("../img/bg_town.png") no-repeat bottom -12rem center #F5F5F5;
    background-size: 200% auto;
}
.serviceconcept {
	display: block;
}
.serviceconcept ._cont{
	padding: 0 0 2rem;
}
.serviceconcept ._cont h3{
	font-size: 1.8rem;
	margin: 0 0 2rem;
	text-align: center;
}



.serviceconcept ._img{
	
}



.rcbox {
	display: block;
}
.rcbox dl{
	margin: 0 10% 3rem;
	
}

.reasonbox{
	display:block;
}

.reasonbox ._cont{

}
.reasonbox ._cont ._txt{
	margin: 0 0 2rem;
}
.reasonbox ._cont dl{
	margin: 0 0 3rem;
}


.reasonbox ._cont dt{
	font-size: 1.4rem;
	border-right: 1px solid #ccc;
	flex-shrink: 0;
	padding: 0 1rem 0 0;
}
.reasonbox ._cont dt big{
	font-size: 3.6rem;
	font-weight: 700;
}
.reasonbox ._cont dd{
	flex-basis: 75%;
}
.reasonbox ._cont dd h3{
	font-size: 1.4rem;
	margin: 0 0 .5rem;
}


.reasonbox ._img{
	
}







/**outline***/
.ocap{
	margin: 0 0 5rem;
}
.bismodel01wrap {
	display: block;
}
.bismodel{
	padding: 2rem;
	margin: 0 0 1rem;
}
.bismodel ._img{
	flex-basis: 40%;
}
.bismodel ._cont{
	flex-basis: 55%;
}
.bismodel ._cont h3{
	font-size:1.6rem;
}

.visonwrap{
	padding: 3rem 2rem 0;
	display: block;
}
.visionimg{
	padding: 0 0 4rem;
}

.visionimg h3{
	font-size: 2rem;
}
.visonbox{
	flex-basis: 52%;
	text-align: left;
}
.vbox{
	display:  block;
	margin-bottom: 3rem;
}

.vimg{
	text-align: center;
	margin: 0 0 1rem;
}
.vimg img{
	max-height: 7rem;
}

.vcont li{
	font-size: 1.2rem;
}


.modelcopy{
	font-size: 2rem;
}

.outlinebox{
	padding:2rem;
	margin: 0 0 5rem;
}

.table01 th,
.table01 td{
	padding: .5rem;
	font-size: 1.2rem;
	  display:block;
}



.gmap{
	height: 30rem;
}










/**contact**/
.townbg{
	background: url("../img/bg_town.png") no-repeat bottom -12rem center #F5F5F5;
	background-size: 200% auto;
}



.formbox{
padding: 2rem;

}
.formbox dl{
	padding: 0 0 2rem;
	display: block;
	
 }
.formbox dt{
	margin-bottom: 1rem;
}
 

.formbox dd{
}

.formbox ._txtarea01 {
  height: 10rem;
}

form .linkbtn01, form .linkbtn02{
	font-size: 1.6rem;
    padding: 1rem 2rem;
}





.onlypc{
	display:none;
}
.onlysp{
	display: block;
}

.onlysp._inlineblock{
    display: inline-block;
}



.spblock{
	display: block;
}

.spcenter{
    text-align: center;
}








}







/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{

}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {


}
