@charset "utf-8";
:root {
	--c_rd: #DF434C;
	--c_bl: #002B54;
	--c_ye: #FFDC26;
	--c_or: #EB7526;
	--c_gr: #F5F5F5;
	--c_gy: #F2F2F2;
	--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-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-bk {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-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: "Yu Gothic", 'Noto Sans JP', sans-serif;
    font-weight: 500;
    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:120rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:110rem;
	margin: 0 auto;
}
.mainbody3{
	max-width:90rem;
	margin: 0 auto;
}
.main900{
    max-width: 90rem;
    margin: 0 auto;
}

 .contents {
  padding: 8rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }

.fo-mont {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}





Shippori Mincho B1 Regular,
.fo-smin{
font-family: "shippori-mincho-b1", sans-serif;
/*font-weight: 400;*/
font-style: normal;

}
Shippori Mincho B1 Medium{
font-family: "shippori-mincho-b1", sans-serif;
font-weight: 500;
font-style: normal;
}
Shippori Mincho B1 Bold{
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 700;
    font-style: normal;
}




.wow {
    visibility: hidden;
}


/*ヘッダー
------------------------------------------------*/
.headerwrap{
    width: 100%;
    position:fixed;
   
    top: 0;
    left: 0;
    z-index: 1000;
    transition: .5s;
   /*  background: #fff;*/



}
.home .headerwrap{
  

}
.headerwrap.change-color {
   background: #fff;
}
.headerwrap.change-color .gnavi a{
    color: #000;
}

.headerwrap.change-color  .header .logo path {
  /* fill: #003968;
    filter: none !important;*/

}
.headerwrap.change-color  .header .logo{

}


 .headerwrap a,
 .headerwrap span{

}
 .header{
     height: 10rem;
     padding: 0 5rem; 
     display: flex;
    justify-content: space-between;
    align-items: center;

 }
   .header h1{
       font-size: 1px;
   }
.header .logo  img{
    max-height: 5.4rem;
  }
  
.header .logo ._bk{
     display: none;
}
.headerwrap.change-color  ._bk {
     display: block;
}
.headerwrap.change-color  ._wh {
     display: none;
}


 
 .gnavi{
     padding: 0 1rem;
 }
.gnavi li{
    padding: 0 2rem;
}
.gnavi a{
    display: block;
    font-weight: 600;
    
    color: #fff;
}



.menubtn{
    display: none;
 }



/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #333;

}
.smenu {
    color: #fff;
		position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 34rem;
    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem 0;
    background: rgba(245, 245, 245, 0.95);
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;
	}
.smenu a{
    color: #003968;
}
.spnavilogo {
    margin: 0 0 2rem;
}
.spnavilogo h2{
    margin: 0 1rem 0 0;
}
.spnavilogo h2 img{
    max-height: 4rem;
}
.spnavilogo p{
border: 1px solid #003968;
  line-height: 1;
  white-space: nowrap;
  color: #003968;
  flex-shrink: 0;

   font-size: 1rem;
    padding: .3rem 1rem .6rem 1rem;
    margin: 0 0 0 1rem;
    
    
}

.spmenu{
    margin: 0 0 4rem;
}
.spmenu li > a,
.spmenu li > span{
  margin: 0 0 0rem 0rem;
  padding: 1rem 0;
  border-bottom: 1px solid #003968;
    text-align: left;
    display: block;
    position: relative;
    font-size: 1.2rem;
    color: #003968;
}
.spmenu li a::after,
.spmenu li span::after{
  content: '';
  border-top: solid 1px #003968;
  border-right: solid 1px #003968;
  width: .5rem;
  height: .5rem;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.spmenu li span::after{
    transform: rotate(135deg);
}
.spmenu li span.active::after{
    transform: rotate(-45deg);
}


.spmenu li ul{
    padding: 0 0 0 2rem;
}

.spnavi .headcontactbox a{
    width: 100%;
}
.spnavi .headcontactbox .hb01{
}



.spclose {
    text-align: right;
    padding: 0 0 10px 0;
    font-size: 200%;

}


.spnavi .footcontactbox img{
    max-height: 4rem;
}

.spnavi .footcontactbox a {
height: 7rem;
  padding: 0 0 0 4rem;
}



/*フッター
-------------------------------------------------*/
.footerwrap{
	background: var(--c_gy);
	padding: 8rem 0;
	position: relative;
}
.footer{
	/*max-width: 100rem;
	margin: 0 auto;	*/
}
.footlogo img{
	max-height: 6rem;
	margin: 0 0 5rem;
}
.footnavi {
	margin: 0 0 4rem;
}


.footnavi a{
	color:  var(--c_bl);
} 
.footnavi a:after{
	content: ">>";
	margin-left: .5rem;
	font-size: 80%;
	vertical-align: .2rem;
} 
.footsitelink{
	margin: 0 0 5rem;
}

.footsitelink li{
	flex-basis: 24%;

}
.footsitelink a{
	background: #fff;
	color:   var(--c_bl);
	border-radius:6px; 
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.footsitelink a:after{
content: '';
  width: 2rem;
  height: 1.5rem;
  display: block;
  background: url("../img/arrow01.svg") no-repeat center center;
  background-size: contain;
  margin-left: 1rem;
}

.footbtm{
	color:  var(--c_bl);
	font-size: 1.2rem;
}
.footbtm a{
	color:  var(--c_bl);
}



.footrightnavi{
position:absolute;
right: 4rem;
top: 50%;
  transform: translateY(-50%);
}

.footrightnavi ul{
padding: 0 0 2rem;
}

.footrightnavi li{
padding: 0 0 1rem;
}




/*トップページ
------------------------------------------------*/
.mainvisualwrap {
  position: relative;
  overflow:hidden;
  height: 90vh;
  width: 100%;
}
.mvslider {
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .mvslider p{
  display: flex;
   align-items: center;
    justify-content: center;
     height: 90vh;
  }
  .mvslider .slick-slide .onlysp{
      display: none;
  }
  
.mvslider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-self: center;
}
.mvcont{
    position: absolute;
    
    
     color: #fff;
     text-align: left;
     z-index: 100;
	 width: 100%;
  height: 100%;
	 height: 100%;

}

.mvcont h2{
position: absolute;
left:7rem;
top: 50%;
  transform: translateY(-50%);
}

.mvcont h2 img{
	max-height: 21rem;
}

.mvcont p{
	position: absolute;
	bottom: 7rem;
	right: 7rem;
}
.mvcont p img{
	max-height: 13rem;
}

.bg_a{
	position: absolute;
	bottom: 0rem;
	right: 0rem;
	max-height: 100%;
	max-width: 90%;
}

/***/
.topmainconcept {
	position: relative;
}
.topmainconcept:before {
	display: block;
	content: "";
	background: url("../img/top/bg_concept.jpg") no-repeat top center;
	background-size: cover;
	height: 55rem;
	width: 130rem;
	position: absolute;
	top: -8rem;
	left: 30rem;
	z-index: -1;
}

.topmainconcept ._img{
	flex-basis: 42%;
}
.topmainconcept ._cont{
	flex-basis: 58%;
	padding: 8rem 0;
	background: #fff;
}
.topmainconcept ._cont ._txt{
	line-height: 2.2;
	color: var(--c_bl);
	margin: 0 0 4rem;
}


.title01 h2{
	font-size: 7rem;
	line-height: 1;
}
.title01 p{
	font-size: 2rem;
	font-weight: 600;
}
.topservicebox{
	gap:2rem;
	position: relative;
}
.topservicebox:before{
display: block;
	content: "";
	background: var(--c_gy);
	height:64rem;
	width: 100rem;
	position: absolute;
	top: -9rem;
	right: 30rem;
	z-index: -1;
}


.topservicebtn{
	flex-basis: 32%;
	position: relative;
      overflow: hidden;
}

.topservicebtn a{
color: #fff;
display: flex;
    height: 22rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.topservicebtn img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(60%);
    transition: filter 0.5s ease-in-out, transform 0.5s ease-in-out; 
    transform: scale(1);
  
}

.topservicebtn  a:hover img {
    filter: brightness(90%);
    transform: scale(1.1);
}

.topservicebtn a:hover,
.topservicebtn a:hover img{
    opacity:1;
	filter: alpha(opacity=100);
}

.topservicebtn h3{
    font-size: 3rem;
    z-index: 10;
    position: relative;
}

.topservicebtn h4{
z-index: 10;
    position: relative;
    font-weight: 400;
}


/*popup
https://ecmemo.net/modal-window
--------------------------*/
.swindow-wrapper {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6rem 1rem;
  text-align: center
}

.swindow-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease-in;
}

.swindow-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.swindow-window {
	margin: 0 auto;
  z-index: 20;
  position: relative;
  max-width: 110rem;
  padding: 5rem 0;
  vertical-align: middle;
  color: #fff;
}


.swindow-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 background: rgba(0, 43, 84, 0.70);
backdrop-filter: blur(15px);
}
.swindow-overlay:hover{
 opacity:1;
	filter: alpha(opacity=100);
}


.swindow-wrapper .swindow-close {
  z-index: 20;
  display: inline-block;
  width: 50px;

}

.swindow-topservicewrap{
	gap:2rem;
	position: relative;
}

.swindow-content ._title{
	margin: 0 0 5rem;
}
.swindow-content ._title h3{
    font-size: 3rem;
    z-index: 10;
    position: relative;
}

.swindow-content ._title  h4{
z-index: 10;
    position: relative;
    font-weight: 400;
}


/******/
.ctitle01{
	font-size: 3.6rem;
	color: var(--c_bl);
	margin-bottom: -5rem;
}

/**concept1**/
.concepttopwrap{
margin-bottom: -25rem;
	}
.concepttop{
	max-width:100rem;
	margin: 0 auto;
	position: relative;
	 padding-top:10rem;
}
.concepttopcont {
  position: absolute;
  width: 100%;
  height:calc(100% - 10rem);
  pointer-events: none; /* 念のため */
  z-index: 2;           /* 背景より上に表示されるように */
}
.concepttopcont h2 img{
	max-height: 12rem;
	position: absolute;
	top: 5rem;
	left: 3rem;
}
.concepttopcont h3 img{
	max-height: 5rem;
	position: absolute;
	bottom: 5rem;
	right: 3rem;
}
.concepttopimg {
border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  object-fit: cover;
  transform-origin: center center;
  transform-origin: top center; /* ← 拡大の起点を上側に変更 */
}

/**02以降**/
/*
.conceptwrap._02{
	background: url("../img/top/concept02.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80rem 0 30rem;
	
}
.conceptwrap._03{
	background: url("../img/top/concept03.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80rem 0 30rem;
}
.conceptwrap._04{
	background: url("../img/top/concept04.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80rem 0 30rem;
}
.conceptwrap._05{
	background: url("../img/top/concept05.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding: 80rem 0 40rem;
}

.conceptwrap ._photo{
 width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      clip-path: inset(0 0 0 0);
      z-index: -1;
}
.conceptwrap ._photo img{
width: 100%;
      height: 100vh;
      object-fit: cover;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      pointer-events: none;
}
*/
.conceptimg{
	position: relative;
}

.conceptimg ._photo{
 width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
	  
	  opacity: 0;
  transition: all 1s ease;
}
.conceptimg ._photo img{
width: 100%;
      height: 100vh;
      object-fit: cover;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      pointer-events: none;
}

.conceptimg ._photo._on {
  opacity: 1;
  transform: translateY(0);
}


.conceptwrap{
position: relative;
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
}









.conceptbox ._txt{
	color: #fff;
	font-size: 2rem;
	line-height: 2.4;
	z-index: 1;
	position: relative;

}
.concept05box {
	max-width: 40rem;
	margin: 0 auto;
	z-index: 1;
	position: relative;

}
.concept05box h2 img{
	margin: 0 0 5rem;
	max-height: 10rem;
}




/* フェードアウト用 */
.fade-target {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}

.fade-out {
  opacity: 0;
}



 .blur-tagret{
  transition: filter 0.6s ease;
  filter: none; /* 初期はぼかしなし */
  position: relative;
  overflow: hidden;
}

.blur-tagret:before{
	background: rgba(0,0,0,.1);
   content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: filter 0.6s ease;
  filter: none;
}

	
.blur-tagret.bg-blur::before {
  backdrop-filter: blur(5px);
 
}
.blur-tagret.bg-blur {
 /* filter: blur(6px);*/
}


/******/

.topgroupwrap{
	background: url("../img/top/bg_group.jpg") no-repeat top center;
	background-size: cover;
}
.topgroupwrap ._title{
	flex-basis: 30%;
}
.topgroupwrap ._cont{
	flex-basis: 60%;
}
.companylogo li {
  flex-basis: 33%;
  padding: 0 0 3rem;
  text-align: left;
  font-size: 1.4rem;
}



.topcontactwrap{
	background: url("../img/top/bg_contact.jpg") no-repeat top center;
	background-size: cover;
}
.topcontact{
	max-width: 40rem;
	margin: 0 0 0 auto;
}
.topcontact h2{
	font-size: 7rem;
	color: #fff;
}
.cbtn{
	background: var(--c_ye);
	color:  var(--c_bl);
	font-size: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	padding: 1rem;
	font-weight: 600;
}

.cbtn::after {
  content: '';
  width: 3rem;
  height: 2rem;
  display: block;
  background: url("../img/arrow01.svg") no-repeat center center;
  background-size: contain;
  margin-left: 1rem;
}


/*contents
------------------------------------------------*/





/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	display: flex!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;
	}
}



/*@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: 4rem 0;
}


/*ヘッダー
------------------------------------------------*/

 .header{
     height: 5rem;

     padding: 0 1rem; 
    
 }

.header .logo img{
	max-height: 3rem;

}
 
 
 .headright {

display: none;
 }

.menubtn{
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 230%;
      font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
      width: 5rem;
    margin-right: -1rem;
    
      background: #002c56

}








/*フッター
------------------------------------------------*/
.footerwrap{
	padding: 4rem 0;
}
.footer{

}
.footlogo img{
	max-height: 3rem;
	margin: 0 0 2rem;
}
.footnavi {
	margin: 0 0 4rem;
	display: none;
}
.footnavi ul{
	flex-wrap: wrap;
}

.footnavi a{
	
}

.footnavi a{

} 
.footnavi a:after{
	content: ">>";
	margin-left: .5rem;
	font-size: 80%;
	vertical-align: .2rem;
} 
.footsitelink{
	margin: 0 0 2rem;
}
.footsitelink ul{
	flex-wrap: wrap;
}
.footsitelink li{
	flex-basis: 48%;
	margin:0 1% .85rem;
}
.footsitelink a{
	padding: .5rem;
	font-size: 1.2rem;
}


.footbtm{
	display: block;
	padding: 0 0 2rem;
}


.footprinavi{
	padding: 0 0 1rem;
}

.footrightnavi{
position:relative;
right: auto;
top: auto;
  transform: none;
}

.footrightnavi ul{
padding: 0 2rem 0 0;
display: flex;
justify-content: center;
}

.footrightnavi li{
padding:0 .5rem;
}
.footrightnavi li img{
	max-height: 4rem;
}
.footrightnavi {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footrightnavi p img{
	max-height: 4rem;
}




/*トップページ
------------------------------------------------*/
.mainvisualwrap {
  height: 155vw;
}

  .mvslider p{
     height: 155vw;
  }
    .mvslider .slick-slide .onlypc{
      display: none;
  }
   .mvslider .slick-slide .onlysp{
      display: block;
  }


.mvcont h2{
left:2rem;

}
.mvcont h2 img{
	max-height: 25vw;
}
.mvcont p{
	right: 3rem;
}

.mvcont p img{
	max-height: 10vw;
}

.bg_a{
	position: absolute;
	bottom: 0rem;
	right: 0rem;
	max-height: 100%;
}

/***/
.topmainconcept {
	display: block;
}
.topmainconcept:before {
	display: block;
	content: "";
	background: url("../img/top/bg_concept.jpg") no-repeat top center;
	height: 55rem;
	width: 100rem;
	position: absolute;
	top: -4rem;
	left: 2rem;
	z-index: -1;
}

.topmainconcept ._img{
	flex-basis: 42%;
}
.topmainconcept ._cont{
	padding: 4rem 2rem;
	background: #fff;
}
.topmainconcept ._cont ._txt{
	margin: 0 0 4rem;
	font-size: 1.2rem;
}
.topmainconcept ._cont h3 img{
	max-height: 4rem;
}

.title01 h2{
	font-size: 3rem;
}
.title01 p{
	font-size: 1.4rem;
}
.topservicebox{
	gap:1rem;
	position: relative;
}
.topservicebox:before{
	height:30rem;
	width: 100rem;
	top: -6rem;
	right: 2rem;
}


.topservicebtn{
	flex-basis: 47%;
}

.topservicebtn a{
color: #fff;
display: flex;
    height: 10rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.topservicebtn h3{
    font-size: 1.4rem;
    z-index: 10;
    position: relative;
}

.topservicebtn h4{
	font-size: 1.2rem;
}


/*popup
https://ecmemo.net/modal-window
--------------------------*/
.swindow-wrapper {
  padding: 6rem 2rem;
}




.swindow-window {
  padding: 5rem 0;
}




.swindow-wrapper .swindow-close {
  z-index: 20;
  display: inline-block;
  width:3rem;;

}

.swindow-topservicewrap{
	gap:1rem;
}

.swindow-content ._title{
	margin: 0 0 2rem;
}
.swindow-content ._title h3{
    font-size: 2rem;
    z-index: 10;
    position: relative;
}

.swindow-content ._title  h4{
font-size: 1.4rem;
}



/******/
.ctitle01{
	font-size: 2rem;
	margin-bottom: -3rem;
}

/**concept1**/
.concepttopwrap{
margin-bottom: 5rem;

 height:100vw;
height:calc(100vh - 0rem);
	}
.concepttop{
	 padding-top:5rem;
	
}
.concepttopcont {
  position: absolute;
  width: 100%;
height:calc(100vh - 5rem);



}
.concepttopcont h2 img{
	max-height:20vw;
	position: absolute;
	top: 15rem;
	left: 50%;
	transform: translateX(-50%);
}
.concepttopcont h3 img{
	max-height:8vw;
	position: absolute;
	bottom: 3rem;
	right: 2rem;
}
.concepttopimg {
border-radius: 10px;
  width: 100%;
  
}



/**02以降**/
/*
.conceptwrap._02{
	background: url("../img/top/concept02_sp.jpg") no-repeat center center;
	background-size: cover;
	background-attachment:scroll;
	padding: 30rem 0 15rem;
	padding: 15rem 0 10rem;
	margin-top: 10rem;
}
.conceptwrap._03{
	background: url("../img/top/concept03_sp.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: scroll;
	padding: 30rem 0 15rem;
	padding: 15rem 0 10rem;
}
.conceptwrap._04{
	background: url("../img/top/concept04_sp.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: scroll;
	padding: 30rem 0 15rem;
	padding: 15rem 0 10rem;
}
.conceptwrap._05{
	background: url("../img/top/concept05_sp.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: scroll;
	padding: 30rem 0 15rem;
	padding: 15rem 0 10rem;
}*/

.conceptwrap ._photo img{
object-position: center top;
}





.conceptbox ._txt{
	color: #fff;
	font-size: 1.3rem;
	line-height: 2.8;

}
.concept05box {
	margin: 0 auto;

}
.concept05box h2 img{
	margin: 0 0 5rem;
	max-height: 6rem;
}







/******/

.topgroup{
	display: block;
}

.topgroupwrap ._title{
	margin: 0 0 3rem;
}

  .companylogo {
    display: block;
  }

.companylogo li {
  padding: 0 0 1rem;
  font-size: 1.5rem;
}



.topcontact{
	max-width: 40rem;
}
.topcontact h2{
	font-size: 3.2rem;
}
.cbtn{

	font-size: 1.6rem;
	padding: 1rem;

}















/*contents
------------------------------------------------*/
/**sitemap***/


















.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) {


}
