@charset "utf-8";
:root {
	--c_rd: #DF434C;
	--c_bl: #374689;
	--c_ye: #FFF93C;
	--c_or: #F39800;
	--c_gr: #1E8D93;
    --c_gr2: #64BE00;
	--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-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:120rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:130rem;
	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-stick {
font-family: 'Stick No Bills', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .05em;
}
DIN2014Demi,
.fo-din{
font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
}
    




.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 {
     color: #fff;
}
.home .headerwrap.change-color a {
     color: #000;
}

 .header{
     height: 11rem;
     padding:0 2rem;
	
 }
  .header .logo{
     text-align: left;
 } 
 
 .header h1{
	font-size: 2.6rem;
	letter-spacing: .1em;
 }

.gnavi a{
    font-weight: 500;
    position: relative;
    display:flex;
    align-items: center;
    margin: 0 4rem 0 0;
    white-space: nowrap;
}


.hb01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: var(--c_gr);
  color: #fff !important;
  padding: 1.5rem 4rem;
  font-size: 2.2rem;
   white-space: nowrap;
transition: .2s;
}
.hb01:hover{
	opacity:1;
	filter: alpha(opacity=100);

  transform: translateY(-.5rem);
  box-shadow: 0 .5rem 0 rgba(30,141,147,.5);
}
.hb01:after {
	display: block;
	content: "";
	height: 1.2rem;
	width: 1.5rem;
	background: url("../img/arrow01_w.svg") no-repeat center center;
	background-size: contain;
	margin: 0 0 0 1rem;
}

.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: #000;
    color: #fff;
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{
	color: #fff;
}


.spnavi a{
   display: block;
   color: #fff;
   border-bottom: 1px solid #fff;
   padding: 1rem 0;
   text-align: left;
   position: relative;
}

.spnavi a::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url("../img/arrow01_gr.svg") no-repeat center center #fff;
    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: #000;
	color: #fff;
	position: relative;
}
.footerwrap a{
	color: #fff;
}
.footcontactbtn{
	background: url("../img/top/bg05.jpg") no-repeat center center;
	background-size: cover;
	padding: 5rem 7rem;
	position: absolute;
	top: -12rem;
	width: 100%;
	transition: .2s;
}
.footcontactbtn:hover{
	opacity:1;
	filter: alpha(opacity=100);

  transform: translateY(-.5rem);
  box-shadow: 0 .5rem 0 rgba(30,141,147,.5);
}



.footcontactbtn ._title h2{
	font-size: 10rem;
	line-height: 1;
}
.footcontactbtn ._title h3{
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

.footcontactbtn .btn01:hover{
 transform: translateY(0rem);
  box-shadow: 0 0rem 0 rgba(30,141,147,.5);
}


.footer{
	padding: 15rem 0 3rem;
}


.pagetop{
	text-align: right;
	width: 100%;
}

.footerinfo{
	flex-basis: 48%;
	text-align: left;
}
.footright{
	flex-basis: 52%;
}


.fmarutama{
	border-radius: 99px;
	background: #FD5A00;
	display: inline-block;
	padding: .5rem 2rem;
	margin: 0 0 1rem;
}
.footlogo{
	padding:0 0 2rem;
}
.footlogo h2{
	font-size: 3rem;
	letter-spacing: .1em;
}
.ftel{
	margin: 0 0 6rem;
}
.ftel h3{
	font-size: 4rem;
	padding: 0 0 0 4rem;
	background: url("../img/icon_tel.svg") no-repeat left center;
	line-height: 1;
}
.footcopy h2{
	font-size: 9rem;
	line-height: 1.2;
	margin: 0 0 1rem;
}
.footcopy p{
	font-size: 1.8rem;
}
.fnavi {
	padding: 5rem 0 3rem;
}


.fnavi ul{
	flex-basis: 48%;
}

.fnavi li{
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 0 0 1rem;
	margin: 0 0 4rem;
}
.fnavi li a{
	display: block;
	position: relative;
}
.fnavi li a:after{
	content: "";
	display: block;
	background: url("../img/arrow01_w.svg") no-repeat right center;
	background-size: contain;
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.fnavi2{
	padding: 0 0 10rem;
}
.fnavi2 li{
	flex-basis: 49%;
}
.copyright{
	text-align: right;
	font-size: 1.2rem;
}
/*
.footbigname {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;         
   width: 100vw;
  height: auto;
  padding: 5vw 0; 
  position: relative;
}*/



.flowtextwrap{
    margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.flowtext {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    
}

.flowtext ul {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scrollflowtext 30s linear infinite;
}

.flowtext li {
  color: rgba(255, 255, 255, 0.1); /* 白の10%不透明 */
  font-size: 19rem;
  white-space: nowrap;
  padding-right: 3rem ;
  line-height: 1;
 
}
@keyframes scrollflowtext {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%); /* 縺｡繧�≧縺ｩ蜊雁�蛻�□縺大ｷｦ縺ｫ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ */
    }
}

/*トップページ
------------------------------------------------*/
.mainvisualwrap {
  position: relative;
  overflow:hidden;
  height: 90rem;
  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: 90rem;
  }
  .mvslider .slick-slide .onlysp{
      display: none;
  }
  
.mvslider img {
  width: 100%;
  height: 100%;
 /* max-width: 100%;
  min-height: 820px;
  min-width: 1920px;*/
  object-fit: cover;
  align-self: center;
}
.mvcont{
    position: absolute;
    bottom: 10%;
    left: 5%;
     color: #fff;
     text-align: left;
     z-index: 100;

}
.mvcont h2{
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: .1rem;
    line-height: 1.2;
	margin: 0 0 2rem;
    
}

.mvcont p{
    font-size:2.7rem;
    font-weight: 600;
}





.topmessagewrap{
	background: url("../img/top/bg01.jpg") no-repeat top center;
	background-size: cover;
	padding: 20rem 0;
	color: #fff;
}
.topmessage{
	max-width: 60rem;
	text-align: left;
}
.topmessage h3{
	font-size: 4.2rem;
	margin: 0 0 2rem;
}
.topmessage h2{
	font-size: 6rem;
	margin: 0 0 3rem;
	line-height: 1.2;
	letter-spacing: .1em;
}
.topmessage ._txt{
	max-width: 57rem;
	line-height: 2;
}

.topservicetitle{
	margin: 0 0 5rem;
}
.topservicetitle ._txt{
	text-align: left;
	padding:2rem 0 0 5rem;
}

.topservicebox{
	position: relative;
	height: 55rem;
	margin: 0 0 4rem;

	
}
.topserviceimg{
	position: absolute;
	right: 0;
	top: 0;
	height: 55rem;
	width: 155rem;

	overflow: hidden;
}
._02 .topserviceimg{
right: auto;
left: 0;
}
.topservicecont{
	position: absolute;
	background: #000;
	color: #fff;
	z-index: 1;
	bottom: 0;
	width: 100%;
	padding: 2rem 4rem;
}
.topservicecont dt{
	text-align: left;
	padding: 0 3rem 0 0;
}

.topservicecont ._num{
	font-size: 1.8rem;

}
.topservicecont h3{
	font-size: 4.6rem;
	line-height: 1;
	letter-spacing:.1em;
}
.topservicecont dd{
	text-align: left;
	padding: 0 0 0 3rem;
	border-left: 1px solid #fff;
}
.topservicecont ._btn a{
	font-size: 1.8rem;
}
.topservicecont ._btn a:after{
display: inline-block;
  content: "";
  height: 1.4rem;
  width: 1.8rem;
  margin: 0px 0px 0px 1rem;
  background: url("../img/arrow01_gr.svg") center center / contain no-repeat;
}


.topbenefitswrap{
	background: url("../img/top/bg02.jpg") no-repeat bottom center;
	background: url("../img/top/bg02.png") no-repeat bottom center #0c6598;
	background-size: cover;
	padding: 10rem 0 60rem;
}

.topbenefits{
	text-align: left;
	color: #fff;
}
.topbenefits ._title{
	flex-basis: 50%;
}
.topbenefits ._cont{
	flex-basis: 50%;
}
.topbenefits ._cont h3{
	font-size: 2.8rem;
	margin: 0 0 2rem;
}
.topbenefits ._cont ._txt{
	line-height: 2;
}

.topcompanywrap{
	background: url("../img/top/bg03.jpg") no-repeat top center;
	background-size: cover;
}
.topcompanywrap ._img{
	flex-basis: 40%;
}
.topcompanywrap ._cont{
	flex-basis: 45%;
	color: #fff;
	text-align: left;
}


.topnewswrap{
    position: relative;
    margin: 0 0 10rem;
}
.topnewswrap ._title{
    flex-basis: 25%;
    min-height: 25rem;
}
.topnewswrap ._cont{
    flex-basis: 70%;
}

.topnewswrap ._btn{
    position: absolute;
    left: 0;
    bottom:4rem;
}

.newslist dl{
	padding: 2rem 0;
	border-bottom: 1px solid #ccc;
}
.newslist dt{
	flex-basis: 25%;
}

.newslist dt ._date{
	color:  var(--c_gr);
}
.catetag li{
	background:  var(--c_gr);
	color: #fff;
	padding: 0 1rem;
	margin: 1px;
	width: 10rem;
}

.newslist dd{
	flex-basis: 70%;
	text-align: left;
}

.newslist dd a{
	display: block;
	position: relative;
	padding: 0 3rem 0 0;
}
.newslist dd a::after {
  content: "";
  display: block;
 height: 1.4rem;
  width: 1.8rem;
  margin: 0px 0px 0px 1rem;
  background: url("../img/arrow01_gr.svg") center center / contain no-repeat;
  z-index: 2;
  right: 0rem;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
}


.toprequirementswrap{
	background: url("../img/top/bg04.jpg") no-repeat top center;
	background-size: cover;
	padding: 10rem 0 15rem;
}
.toprequirement{
	color: #fff;
	position: relative
}

.toprequirement ._cont{
	text-align: left;
	flex-basis: 50%;
}
.toprequirement h3{
	font-size: 10rem;
	line-height: 1.2;
	padding: 0 0 2rem;
}
.toprequirement h4{
	font-size: 2rem;
	padding: 0 0 2rem;
}
.toprequirement ._txt{
	line-height: 2;
}



.requirementimg02{
	position: absolute;
	left: -40rem;
	top: 20rem;
}
.requirementimg03{
	position: absolute;
	right: -40rem;
	top: -5rem;
}
.requirementimg04{
	position: absolute;
		right: -10rem;
	bottom: 0rem;
}


/*contents
------------------------------------------------*/
.title01 h2{
	font-size: 9rem;
	letter-spacing: .1em;
	line-height: 1;
}
.title01 h2._small{
	font-size: 7rem;
}


.title01 p{
	font-weight: 700;
	letter-spacing: .1em;
}


.btn01{
display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--c_gr);
  color:#fff;
  border-radius: 99px;
  font-size: 2rem;
  padding: 1.5rem 4rem 1.5rem 4rem;
  position: relative;
transition: .2s;
}
.btn01:hover{
	opacity:1;
	filter: alpha(opacity=100);

  transform: translateY(-.5rem);
  box-shadow: 0 .5rem 0 rgba(30,141,147,.5);
}
.btn01::after {
  display: inline-block;
  content: "";
  height: 1.4rem;
  width: 1.8rem;
  margin: 0 0 0 1rem;
  background: url("../img/arrow01_w.svg") no-repeat center center;
  background-size: contain;
}

.btn01._white{
	background: #fff;
	color:  var(--c_gr);
}
.btn01._white::after {
background: url("../img/arrow01_gr.svg") no-repeat center center;
  background-size: contain;
}


.pagetitlewrap{
	padding: 18rem 0 3rem;
}
.pagetitle{
	padding: 0 0 4rem;
}
.topicpath{
	text-align: left;
	color: #BABABA;
}
.topicpath a{
color: #BABABA;
}

.abovefooter{
	padding-bottom: 15rem;
	
}


.pagemainimg img{
	width: 100%;
	height: 48rem;
	object-fit: cover;
}






/**news**/
.newswrap ._side{
	flex-basis: 20%;
}
.newswrap ._cont {
  flex-basis: 72%;
}

.newssidenavi a{
	display: block;
	border: 1px solid #D9D9D9;
	padding: 1rem 2rem;
	text-align: left;
	margin-bottom: -1px;
}
.newssidenavi ._active a{
	color:  var(--c_gr);
}
.newssidenavi ._active a:before{
	content: "- ";
}



.pager {
	text-align: center;
	padding: 1rem 0;
}
.pager span,
.pager a{
	display: inline-block;
	padding:.2rem 1rem;
    color: #B4B4B4;
    margin: 0 2px;

}
.pager .current{
    color: var(--c_gr);
}


/**detail**/
.newstitle{
	padding: 0 0 2rem;
	margin: 0 0 4rem;
	border-bottom: 1px solid #ccc;
}
.newstitle h2{
	text-align: left;
	font-size: 2.4rem;
}
.newstitle dt{
	padding: 0 0 2rem;
}

.newstitle dt ._date {
  color: var(--c_gr);
  padding-right: 2rem;
  flex-shrink: 0;
}

.newsimg{
	margin: 0 0 4rem;
}
.newscomment{
	text-align: left;
	line-height: 2;
	margin: 0 0 5rem;
}




/**company**/
.profilewrap{
	background: url("../img/company/bg01.jpg") no-repeat top center;
	background-size: cover;
}
.profiletitle{
	margin-top: -18rem;
	position: relative;
	z-index: 2;
}

.profilebox{
	color: #fff;
}
.profilebox ._cont{
	flex-basis: 60%;
}
.profilebox ._img{
	flex-basis: 35%;
}
.ptable01{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #fff;
}
.ptable01 th,
.ptable01 td{
	padding: 3rem;
	border-bottom: 1px solid #fff;
	text-align: left;
}
.ptable01 th{
	background:#000;
}
.profileimg01{
	text-align: right;
	padding: 0 0 3rem;
}
.profileimg02{
	text-align: left;
}

.accessmap {
	margin: 0 0 6rem;
}

.accessmap iframe{
	margin: 0 0 2rem;
}
.accessmap p{
	text-align: left;
}
.accessinfo {
	text-align: left;
	padding: 0 0 3rem;
}
.accessinfo h3{
	font-size: 2rem;
	margin: 0 0 2rem;
}



.accessflowslide{
	position: relative;

	
}
.accessflow dl{
	margin: 0 4rem 0 0;
}
.accessflow dt{
	position: relative;
	margin: 0 0 2rem;
}
.accessflow dt ._num{
	position: absolute;
	top: 0;
	left: 0;
	padding: .5rem;
	background: #000;
	color: #fff;
	font-size: 2.4rem;
	transform: translateZ(0);
}
.accessflow  dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  margin: auto;
  border-width: 12px 0 12px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}
.accessflow._last  dt::after{
	display: none;
}



.accessflow dd{
	text-align: left
}

.accessflowslide .prev, 
.accessflowslide .next {
content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/arrow01_w.svg") no-repeat center center var(--c_gr);
  background-size: 1.5rem;
  border-radius: 99px;
  flex-shrink: 0;
  pointer-events: auto;
  cursor: pointer;
  top: 0%;
  bottom: 0;
  margin: auto;
  position: absolute;
}

 .accessflowslide .prev  {
transform: rotate(-180deg);
  left: -5%;
}
.accessflowslide .next {
  right: -5%;
}


.officewrap{
	background: url("../img/company/bg02.jpg") no-repeat top center;
	background-size: cover;
}
.officebox{
	color:#fff;
	max-width: 55rem;
	text-align: left;
	position: relative;
	z-index: 2;
}

.officebox ._txt{
	line-height: 2;
}
.btn01._blank{
	font-size: 1.8rem;
}
.btn01._blank:after{
	background: url("../img/icon_blank_white.svg") no-repeat center center;
	height: 1.8rem;
}

.officemapwrap{
	position: relative;
	margin: 0 0 38rem;
}
.officemap{
	position: absolute;
	top: -5rem;
	left: -25rem;
	width: 160rem;
}
.district01img{
	position: absolute;
	top: 0;
	left: 70rem;
	z-index: 2;
}
.district02img{
	position: absolute;
	top: 32rem;
	left: 80rem;
	z-index: 2;
}
.district03img{
	position: absolute;
	top: 56rem;
  left: 37rem;
	z-index: 2;
}





/**requirements**/
.requirementsnaviwrap{
	background: url("../img/requirements/bg01.jpg") no-repeat top center;
	background-size: cover;
}
.requirementsnavi{
	margin-bottom: -20rem;
	position: relative;
	z-index: 2;
}

.requirementsnavi li{
	flex-basis: 49%;
	margin: 0 0 2rem;
}
.requirementsnavi li a{
	background: var(--c_gr);
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 4rem;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 99px;
	text-align: left;
	position: relative;
}
.requirementsnavi li a:after{
	display: inline-block;
  content: "";
  height: 1.4rem;
  width: 1.8rem;
  background: url("../img/arrow01_w.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
  flex-shrink: 0;
}

.requirementsbox{
	padding-bottom: 15rem;
}



.requirementsbox ._title{
padding: 0 0 3rem;
}
.requirementsbox ._title ul{
	flex-shrink: 0;
}
.requirementsbox ._title li{
	font-size: 1.8rem;
	font-weight: 600;
	background:  var(--c_gr);
	color: #fff;
	padding:.5rem 1rem;
	margin: 0 1rem 0 0;
}


.requirementsbox ._title h2{
	text-align: left;
	font-size: 3.2rem;	
}

.requirementsbox ._img{
	max-width: 70%;
	margin: 0 auto 4rem;
}


.rtable01{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	margin: 0 0 5rem;
}
.rtable01 th,
.rtable01 td{
	padding: 3rem;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.rtable01 th{
	background:#F8F8F8;
	width: 20%;
}

.rbtn01{
	background: url("../img/top/bg05.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 5rem;
	font-size: 2.4rem;
	font-weight: 700;
	border-radius: 300px;
	display: flex;
  align-items: center;
  justify-content: center;
	max-width: 72rem;
	margin: 0 auto;
	letter-spacing: .1em;
}
.rbtn01:after{
display: block;
  content: "";
  height: 1.2rem;
  width: 1.5rem;
  background: url("../img/arrow01_w.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  margin: 0 0 0 5rem;
   flex-shrink: 0;
}





/**一覧**/
.requirementlistbg{
	background: #F8F8F8;
}


.requirementlist{
	background: #fff;
	border: 1px solid #ccc;
	padding: 6rem;

	max-width: 110rem;
	margin: 0 auto 6rem;
}

.requirementlist ._img{
	flex-basis: 35%;
}
.requirementlist ._cont{
	flex-basis: 60%;
	text-align: left;
}
.requirementlist ._cont h3{
	font-size: 1.6rem;
	margin: 0 0 1rem;
}
.requirementlist ._cont ._title{
	margin: 0 0 2rem;
}
.requirementlist ._cont ._title ul{
	flex-shrink: 0;
}
.requirementlist ._cont ._title li{
	font-size: 1.8rem;
	font-weight: 600;
	background:  var(--c_gr);
	color: #fff;
	padding:.5rem 1rem;
	margin: 0 1rem 0 0;
}

.requirementlist ._cont ._title h2{
	font-size: 2.8rem;
}
.requirementlist ._cont h4{
	font-size: 2rem;
	color:  var(--c_gr);
	border-bottom: 2px  solid  var(--c_gr);
	font-weight: 600;
	margin: 0 0 2rem;
	padding: 0 0 1rem;
}

.requirementlist ._btn{
	flex-basis: 100%;
	padding-top: 3rem;
}


.requirementlist ._btn a{
	display: inline-flex;
  align-items: center;
  justify-content: center;
	background: url("../img/top/bg05.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 8rem;
  border-radius: 99px;
  transition: .2s;
}

.requirementlist ._btn a:hover{
	opacity:1;
	filter: alpha(opacity=100);

  transform: translateY(-.5rem);
  box-shadow: 0 .5rem 0 rgba(30,141,147,.5);
}


.requirementlist ._btn a:after{
display: block;
  content: "";
  height: 1.2rem;
  width: 1.5rem;
  background: url("../img/arrow01_w.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  margin: 0 0 0 1rem;
}

.entrybnr{
	background: url("../img/requirements/btn_entry.jpg") no-repeat center center;
  background-size: cover;
  padding: 5rem 7rem;
  max-width: 110rem;
  margin: 0 auto;
  color: #fff;
  display: block;
  transition: .2s;

	}
.entrybnr:hover{
	opacity:1;
	filter: alpha(opacity=100);

  transform: translateY(-.5rem);
  box-shadow: 0 .5rem 0 rgba(0,0,0,.3);
}
.entrybnr ._title h2 {
  font-size: 10rem;
  margin:  0 3rem 0 0;
  line-height: 1;
}
.entrybnr  ._title h3 {
  font-size: 2.4rem;
}
.entrybnr ._txt{
	font-size: 2rem;
	 text-align: left;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}
.entrybnr ._txt:after{
  content: '';
  width: 5.5rem;
  height: 5.5rem;
  display: block;
  background: url("../img/arrow01_gr.svg") no-repeat center center #fff;
  background-size: 2rem;
  border-radius: 99px;
  margin: 0 0 0 2rem;
}









/****/

.pagesetwrap{
    margin: 0 0 2rem;
}


.pagebefore{
	width:49%;
	float: left;
}
.pagenext{
	width:49%;
	float: right;
}


.pagesetwrap{
    margin:2rem 0;
}

.pageset{
	margin: 0 auto 30px auto;
}
.pagebefore{
	width:49%;
	float: left;
    text-align: left;
}
.pagenext{
	width:49%;
	float: right;
    text-align: left;
}
.pageset h3{
	font-size: 1.6rem;
	margin: 0 0 1rem 0;
}
.pageset h3 a{
	display: block;
	color: var(--c_gr);
	font-size: 2.5rem;
	display: inline-flex;
	align-items: center;
}
.pagebefore h3 a:before{
	  content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/arrow01_w.svg") no-repeat center center var(--c_gr);
  background-size: 1.5rem;
  transform: rotate(180deg);
  border-radius: 99px;
  margin: 0 1rem 0 0;
}
.pagenext h3 {
	text-align: right;
	padding-bottom: .5rem;
}

.pagenext h3 a:after{
  content: '';
  width: 4rem;
  height: 4rem;
  display: block;
  background: url("../img/arrow01_w.svg") no-repeat center center var(--c_gr);
  background-size: 1.5rem;
  border-radius: 99px;
  margin: 0 0 0 1rem;
}


.pagenext h3 a{
	text-align: right;
}

.pageset dl{
	border-top: 2px solid var(--c_gr);
	border-bottom: 2px solid var(--c_gr);
}

.pageset dl a{
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.pageset .pagenext dl a{
	flex-direction: row-reverse;
}


.pageset dt{
	width:40%;
}
.pageset dt img{
  max-height: 15rem;
  width: 100%;
  object-fit: cover;
}


.pageset dd{
	width:55%;
	padding: 0 0rem;
}
.pagenext dd{
	text-align: right;
}

.pageset h4{
	font-size: 2rem;
}









/**benefits**/
.benefitswrap{
	background: url("../img/benefits/bg01.jpg") no-repeat top center;
	background-size: cover;
	color: #fff;
}
.benefitsbox ._cont{
	text-align: left;
	flex-basis: 42%;
}
.benefitsbox ._img{
	flex-basis: 45%;
}
.benefitsbox ._cont h3{
	font-size: 3rem;
	margin: 0 0 3rem;
}
.benefitsbox ._cont ._txt{
	line-height: 2;
}


.featurebox{
	margin:  0 0 5rem;
}
.featurewrap .featurebox:nth-child(even){
	flex-direction: row-reverse;
}

.featurebox ._cont{
	flex-basis: 65%;
	text-align: left;
	background:#F0EEEE;
	padding: 10rem 20rem 10rem 5rem;
	margin:17rem 0 0 -5rem ;
	position: relative;
}
.featurewrap .featurebox:nth-child(even) ._cont{
padding: 10rem 5rem 10rem 20rem;
	margin:17rem -5rem 0 0 ;
	background: #000;
	color: #fff;
}

.featurebox ._cont ._num{
	color: var(--c_gr);
	font-size: 3rem;
	position: absolute;
	text-align: center;
	top: -8rem;
	line-height: 1;
	left: 4rem;
}
.featurewrap .featurebox:nth-child(even) ._cont ._num{
	left: 20rem;
}


.featurebox ._cont ._num big{
	font-size: 12rem;
}
.featurebox ._cont h3{
	font-size: 3rem;
	padding: 0 0 2rem;
	
}
.featurebox ._cont ._txt{
	line-height: 2;
}

.featurebox ._img {
  flex-basis: 40%;
  position: relative;
}
.featurebox ._img figure {
  position: absolute;
  top: 0rem;
  left: -5rem;
  width: 94rem;
}
.featurewrap .featurebox:nth-child(even)  ._img figure {
right: -5rem;
left: auto;
}
.featurebox ._img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}




/**service**/
.serviceconceptwrap{
	background: url("../img/service/bg01.jpg") no-repeat top center;
	background-size: cover;
	padding: 15rem 0;
}
.serviceconceptbox ._cont{
	color: #fff;
	flex-basis: 45%;
	text-align: left;
}
.serviceconceptbox ._cont h2{
	font-size: 4rem;
	margin: 0 0 3rem;
}
.serviceconceptbox ._cont ._txt{
	line-height: 2;
}
.serviceconceptbox ._img{
	position: relative;
	flex-basis: 38%;
}

.serviceconceptimg02{
	position: absolute;
	left: -5rem;
	bottom: -10rem;
}


.service01wrap{
	background: url("../img/service/bg02.jpg") no-repeat center center;
	background-size: cover;
	padding-top: 12rem;
}
.service02wrap{
	background: url("../img/service/bg03.jpg") no-repeat center center;
	background-size: cover;
	padding-top: 12rem;
}


.servicebox {
	padding-bottom: 18rem;
}
.service02wrap .servicebox {
padding-bottom: 10rem;
}


.servicebox ._left{
	flex-basis: 45%;
}
.servicebox ._right{
	flex-basis: 45%;
}
.servicetitle{
	margin: 0 0 10rem;
}
.servicetitle ._num{
	color: var(--c_gr);
	font-size: 3rem;
	line-height: 1;
	padding-right: 4rem;
	border-right: 1px solid #fff;
	margin-right: 4rem;
}
.service02wrap .servicetitle ._num{
border-color: #666;
}

.servicetitle ._num big{
	font-size: 12rem;
	line-height: .6;
	display: inline-block;
	padding-top: 2rem;
}
.servicetitle ._title{
	text-align: left;
}

.servicetitle ._title h2{
	font-size: 4.6rem;
}
.servicebox ._left ._img{
	position: relative;
}
.servicebox ._left ._img figure{
	position: absolute;
  top: 0rem;
  right: 0;
  width: 86rem;
}
.servicebox ._left ._img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.transmap{
position: relative;
text-align: left;
padding-bottom: 13rem;
}
.transmapimg{
	position: absolute;
	top: -2rem;
	right: -7rem;
}
.trans01img{
position: relative;
z-index: 2;
}

.loadingimg{
	padding-bottom: 5rem;
}

.servicebox ._cont{
	text-align: left;
}
.servicebox ._cont h3{
	font-size: 3rem;
	margin: 0 0 2rem;
}
.servicebox ._cont ._txt{
	line-height: 2;
}

.servicephotolist {
	gap: 5rem;
}
.servicephotolist dl{
	flex-basis: 30%;
}

.servicephotolist dt{
	padding: 0 0 2rem;
}
.servicephotolist dd{
	text-align: left;
}
.servicephotolist dd h4{
	font-size: 2rem;
	margin: 0 0 1rem;
}

.service02wrap .flowtext li{
color: rgba(255, 255, 255, 0.4);
}







/**contact**/
.formwrap{

}

.formbox{
text-align: left;
max-width: 80rem;
margin: auto;
}
.formbox dl{
    
	padding: 0 0 2rem;
	
 }
 .formbox dl._bdrbtm{
 padding-bottom:  3em;
 margin-bottom:  3em;
 	border-bottom: 1px solid #ccc;
	
 }
 
 
.formbox dt{
    text-align: left;
    margin: 0 0 1em;
    font-weight: 600;
}
.formbox dd input,
.formbox dd select, 
.formbox dd textarea {
    margin: 2px;
    font-size: 1.8rem;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
	background: #F5F5F5;
	width: 100%;

}
.formbox input{
	vertical-align: middle;
	background: #F5F5F5;
}
.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: 10rem;
}

.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;
}

.formbox h3{
    font-size: 1.6rem;
    padding: 0 0 1rem;
}
.hissu{
    display: inline-block;
    padding: 0 1rem;
    background: var(--c_gr);
    color: #fff;
    margin: 0 1rem 0 0;
    font-size: 80%;
}
.nini{
    display: inline-block;
    padding: 0 1rem;
    background: #787878;
    color: #fff;
    margin: 0 1rem 0 0;
    font-size: 80%;
}
.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: 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;
}


.privacybox {
  overflow: auto;
  width: 100%;
  height: 20rem;
  white-space: normal;
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 0 0 2rem;
}





 form .linkbtn01,form .linkbtn02 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    text-decoration: none;
    padding:2rem 3rem;
    background:var(--c_gr);
    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: 4rem 0;
}


.spinner {
  width: 15rem;
}



/*ヘッダー
------------------------------------------------*/
.headerwrap {

}
 .header{
     height: 6rem;
     padding:0rem 1rem;
     margin: 0;
     border-radius: 0;
    
 }

.header .logo img{
max-height: 2rem;

}

 .header h1{
	font-size: 1.6rem;
 }


.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;*/
    

}








/*フッター
------------------------------------------------*/


.footerwrap{
	
}

.footcontactbtn{
	background: url("../img/top/bg05.jpg") no-repeat center center;
	background-size: cover;
	display: block;
	padding: 2rem 2rem;
	top: -6rem;
}
.footcontactbtn ._cont{
	margin: 0 0 2rem;
}
.footcontactbtn ._title{
	display: block;
}
.footcontactbtn ._title h2{
	font-size: 4rem;
	line-height: 1;
}
.footcontactbtn ._title h3{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.footer{
	padding: 22rem 0 2rem;
	display: block;
	text-align: center;
}


.pagetop{
	text-align: right;
    margin: 0rem 0 -4rem;
}

.footerinfo{
	text-align: left;
	display: inline-block;
}
.footright{
	
}


.fmarutama{
	padding: .5rem 2rem;
}
.fmarutama img{
	max-height: 2rem;
}

.footlogo{
	padding:0 0 2rem;
}
.footlogo h2{
	font-size: 2.5rem;
	letter-spacing: .1em;
}
.ftel{
	margin: 0 0 2rem;
}
.ftel h3{
	font-size: 4rem;
	padding: 0 0 0 4rem;
}
.footcopy {
	display: none;
}


.fnavi {
	display: none;
}


.footer .fnavi2{
display: none;
}
 .fnavi2 ul{
display: block;
}
 .fnavi2 li{
	margin: 0 0 1rem;
}
.copyright{
	text-align: center;
	font-size: 1.2rem;
}
/*
.flowtext {
	display: block;
   width: 100%;
  height: auto;
  padding:  0; 

}*/

.flowtext li {
  font-size: 6rem;

}




/*トップページ
------------------------------------------------*/
.mainvisualwrap {
height: 60rem;
}

  .mvslider p{
height: 60rem;
  }
  .mvslider .slick-slide .onlysp{
      display: block;
  }
   .mvslider .slick-slide .onlypc{
      display: none;
  }

.mvcont{
    bottom: 5%;
    left: 5%;
}
.mvcont h2{
    font-size: 5rem;
	margin: 0 0 2rem;    
}
.mvcont p{
    font-size:1.2rem;
}









.topmessagewrap{
	background: url("../img/top/bg01.jpg") no-repeat top center;
	background-size: cover;
	padding: 5rem 0;
}

.topmessage h3{
	font-size: 2.2rem;
	margin: 0 0 2rem;
}
.topmessage h2{
	font-size: 2.6rem;
	margin: 0 0 2rem;
}
.topmessage ._txt {
  line-height:1.8;
}


.topservicetitle{
	margin: 0 0 3rem;
	display: block;
}
.topservicetitle ._txt{
	padding:2rem 0 0 0rem;
	font-size: 99%;
}

.topservicebox{
	position: relative;
	height: auto;
	margin: 0 0 2rem;

	
}
.topserviceimg{
	position: relative;
	right: auto;
	top: auto;
	height: auto;
	width: 100%;

}
._02 .topserviceimg{
right: auto;
left: auto;
}
.topservicecont{
	position: relative;
	bottom: auto;
	padding: 2rem ;
	display: block;
}
.topservicecont dl{
	display: block;
}
.topservicecont dt{
	text-align: left;
	padding: 0 0 1rem 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.topservicecont ._num{
	font-size: 1.6rem;

}
.topservicecont h3{
	font-size: 2.2rem;
	margin: 0 0 0 1rem;
}
.topservicecont dd{
	text-align: left;
	padding: 0 0 1rem;
	border-left: none;
	font-size: 95%;
}

.topbenefitswrap{
	padding: 5rem 0 28rem;
	background: url("../img/top/bg02.png") no-repeat bottom center, url("../img/top/bg02.png") no-repeat top center #0c6598;
    background-size: 300%,850%;
}

.topbenefits{
	display: block;
}
.topbenefits ._title{
	padding: 0 0 2rem;
}
.topbenefits ._cont{
	
}
.topbenefits ._cont h3{
	font-size: 2rem;
	margin: 0 0 2rem;
	text-align: center;
}


.topcompany{
	display: block;
}
.topcompanywrap ._img{
	padding: 0 0 2rem;
}

.topnewswrap{
    margin: 0 0 2rem;
	display: block;
}
.topnewswrap ._title{
    min-height: auto;
}
.topnewswrap ._cont{
   
}

.topnewswrap ._btn{
    position: relative;
    left: auto;
    bottom:auto;
}
.newslist{
	margin: 0 0 3rem;
}
.newslist dl{
	padding: 1rem 0;
	display: block;
}
.newslist dt{
	justify-content: flex-start;
	margin: 0 0 .5rem;
}

.newslist dt ._date{
	padding: 0 1rem 0 0;
	flex-shrink: 0;
}
.catetag ul{
	display: flex;
	flex-wrap: wrap;
}
.catetag li{
	padding: 0 1rem;
	width: 8rem;
	font-size: 80%;
}

.newslist dd{
	
}




.toprequirementswrap{
	padding: 2rem 0 8rem;
	
}
.toprequirement{
	display: block;
}

.toprequirement ._cont{
	padding: 0 0 3rem;
	text-align: center;
	
}
.toprequirement h3{
	font-size: 5rem;
	padding: 0 0 2rem 4rem;
	display: inline-block;
	text-align: left;
}
.toprequirement h4{
	font-size: 1.4rem;
	padding: 0 0 2rem;
}
.toprequirement ._txt{
	text-align: left;
}



.requirementimg02,
.requirementimg03,
.requirementimg04{
	display:none;
}











/*contents
------------------------------------------------*/
.title01 h2{
	font-size: 4rem;
	margin-left: .1em;
}
.title01 h2._small{
	font-size: 3rem;
}



.pagetitlewrap{
	padding: 8rem 0 2rem;
}
.pagetitle{
	padding: 0 0 2rem;
}

.abovefooter{
	padding-bottom: 5rem;
	
}

.pagemainimg img{
	max-height: 15rem;
}



/**news**/
.newswrap {
	display: block;
}
.newswrap ._side{

}
.newswrap ._cont {
	padding: 0 0 2rem;
}

.newssidenavi a{
	display: block;
	border: 1px solid #D9D9D9;
	padding: 1rem 2rem;
	text-align: left;
	margin-bottom: -1px;
}
.newssidenavi ._active a{
	color:  var(--c_gr);
}
.newssidenavi ._active a:before{
	content: "- ";
}





/**company**/

.profiletitle{
	margin-top: -6rem;
	z-index: 2;
}

.profilebox{
	display: block;
}
.profilebox ._cont{
	margin: 0 0 2rem;
}
.profilebox ._img{
	display: flex;
	align-items: center;
}

.ptable01 th,
.ptable01 td{
	padding: 1rem;
	font-size: 80%;
}

.profileimg01{
	padding: 1rem;
}
.profileimg02{
	padding: 1rem;
}

.accessmap {
	margin: 0 0 3rem;
}

.accessmap iframe{
	max-height: 30rem;
}

.accessinfo {
	padding: 0 0 2rem;
}
.accessinfo h3{
	font-size: 1.8rem;
	margin: 0 0 2rem;
}



.accessflowslide{
	max-width: 90%;
	margin: 0 auto;

	
}
.accessflow dl{
	margin: 0 2rem 0 0;
}
.accessflow dt{
	margin: 0 0 2rem;
}
.accessflow dt ._num{
	color: #fff;
	font-size: 1.8rem;
}
.accessflow  dt::after {
  right: -1.5rem;
}
.accessflow._last  dt::after{
	display: none;
}



.accessflow dd{
	font-size: 90%;
}

.accessflowslide .prev, 
.accessflowslide .next {
width: 2rem;
  height: 2rem;
  background-size: .6rem;
}

 .accessflowslide .prev  {
transform: rotate(-180deg);
 left: -9%
}
.accessflowslide .next {
  right: -7%;
}



.officebox{
}

.officebox ._txt{

}
.btn01._blank{
	font-size: 1.4rem;
}


.officemapwrap{
	margin: 0 0 25rem;
}
.officemap{
	position: absolute;
	top: 35rem;
	left: -10%;
	width: 120%;
}
.district01img{
top: 101vw;
    left: 35vw;
    width: 29vw;

}
.district02img{
top: 128vw;
    left: 55vw;
    width: 30vw;
  }
.district03img{
top: 135vw;
    left: 8vw;
    width: 33vw;
}




/**requirements**/

.requirementsnavi{
	margin-bottom: -5rem;
}
.requirementsnavi ul{
	display: block;
}
.requirementsnavi li{
	margin: 0 0 1rem;
}
.requirementsnavi li a{
	padding: 1rem 2rem;
	font-size: 1.6rem;
}

.requirementsbox{
	padding-bottom: 6rem;
}



.requirementsbox ._title{
padding: 0 0 2rem;
}

.requirementsbox ._title li{
	font-size: 1.2rem;
	padding:.5rem 1rem;
	margin: 0 1rem 0 0;
}


.requirementsbox ._title h2{
	font-size: 1.8rem;
}

.requirementsbox ._img{
	max-width: 70%;
	margin: 0 auto 2rem;
}


.rtable01{
	margin: 0 0 3rem;
	
}
.rtable01 th,
.rtable01 td{
	padding: 1rem;
	display: block;
	font-size: 80%;
}
.rtable01 th{
	width: auto;
	text-align: center;
}

.rbtn01{
	padding: 1rem 4rem;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 auto;
	letter-spacing: .1em;
	text-align: left;
}
.rbtn01:after{
display: block;
  content: "";
  height: 1.2rem;
  width: 1.5rem;
  background: url("../img/arrow01_w.svg") no-repeat center center;
    background-size: auto;
  background-size: contain;
  margin: 0 0 0 2rem;
 
}





/**一覧**/

.requirementlist{
	padding: 2rem;
	margin: 0 auto 3rem;
	display: block;
}

.requirementlist ._img{
	margin: 0 0 1rem;
}
.requirementlist ._cont{
}
.requirementlist ._cont h3{
	font-size: 1.4rem;
	margin: 0 0 .5rem;
}
.requirementlist ._cont ._title{
	margin: 0 0 2rem;
}
.requirementlist ._cont ._title ul{
	flex-shrink: 0;
}
.requirementlist ._cont ._title li{
	font-size: 1.2rem;
	padding:.3rem .5rem;
	margin: 0 1rem 0 0;
}
.requirementlist ._cont ._title h2{
	font-size: 1.6rem;
}
.requirementlist ._cont h4{
	font-size: 1.4rem;
	margin: 0 0 1rem;
	padding: 0 0 .5rem;
}
.requirementlist ._cont ._txt{
	font-size: 1.2rem;
}

.requirementlist ._btn{
	padding-top: 2rem;
}


.requirementlist ._btn a{
	display: flex;
  font-size: 1.6rem;
  padding: 1rem 1rem;
}



.entrybnr{
  padding: 2rem;
 }
.entrybnr ._title{
	display: block;
	margin: 0 0 .5rem;
}
.entrybnr ._title h2 {
  font-size: 4rem;
  margin:  0 0 0rem 0;
}
.entrybnr  ._title h3 {
  font-size: 1.6rem;
}
.entrybnr ._txt{
	font-size: 1.4rem;
}
.entrybnr ._txt:after{
  width: 3rem;
  height:3rem;
  background-size: 1.5rem;

}









/****/

.pagesetwrap{
    margin: 0 0 2rem;
}




.pagesetwrap{
    margin:2rem 0;
}

.pageset{
	margin: 0 auto 30px auto;
}
.pagebefore{
	width:100%;
	margin: 0 0 2rem;
}
.pagenext{
	width:100%;

}
.pageset h3{
	margin: 0 0 1rem 0;
}
.pageset h3 a{
	font-size: 1.6rem;
}
.pagebefore h3 a:before{
  width: 2rem;
  height: 2rem;
  background-size: 1rem;
  margin: 0 1rem 0 0;
}
.pagenext h3 {
	text-align: right;
}

.pagenext h3 a:after{
  width: 2rem;
  height: 2rem;
  background-size: 1rem;
  margin: 0 0 0 1rem;
}




.pageset dt img{
  max-height:8rem;
}


.pageset dd{
	width:55%;
	padding: 0 0rem;
}
.pagenext dd{
	text-align: right;
}

.pageset h4{
	font-size: 1.4rem;
}












/**benefits**/
.benefitswrap{
}
.benefitsbox{
	display: block;
}

.benefitsbox ._cont{
	padding: 0 0 3rem;
}
.benefitsbox ._img{

}
.benefitsbox ._cont h3{
	font-size: 2rem;
	margin: 0 0 2rem;
	text-align: center;
}



.featurebox{
	margin:  0 0 0rem;
	display: block;
	padding: 8rem 0 0;
}

.featurebox ._cont{
padding:3rem 2rem;
	margin:0rem 0 0 0rem ;
}
.featurewrap .featurebox:nth-child(even) ._cont{
padding:3rem 2rem;
	margin:0rem 0rem 0 0 ;
	background: #000;
	color: #fff;
}

.featurebox ._cont ._num{
	font-size: 2rem;
	position: absolute;
	top: -4rem;
	line-height: 1;
	left: 0;
	right: 0;
	margin: auto;
}
.featurewrap .featurebox:nth-child(even) ._cont ._num{
	left: 0;
	right: 0;
	margin: auto;
}


.featurebox ._cont ._num big{
	font-size: 4rem;
}
.featurebox ._cont h3{
	font-size: 1.8rem;
	padding: 0 0 2rem;
	text-align: center;
	
}
.featurebox ._cont ._txt{
	line-height: 2;
}

.featurebox ._img {

}
.featurebox ._img figure {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
}
.featurewrap .featurebox:nth-child(even)  ._img figure {
right: auto;
left: auto;
}





/**service**/
.serviceconceptwrap{
	padding: 10rem 0 15rem;
	
	background: url("../img/service/bg01.jpg") no-repeat 25% top #000;
    background-size: 300%;
}
.serviceconceptbox {
	display: block;
}

.serviceconceptbox ._cont{
	padding-bottom: 2rem;
}
.serviceconceptbox ._cont h2{
	font-size: 2.5rem;
	margin: 0 0 2rem;
	text-align: center;
}

.serviceconceptbox ._img{
	position: relative;
	margin-left: 2rem;
}
.serviceconceptimg02{
	position: absolute;
	left: -3rem;
	bottom: -11rem;
}


.service01wrap{
 background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0)), 
                    url("../img/service/bg02.jpg");
	background-size: cover;
	padding-top: 5rem;
}
.service02wrap{
	padding-top: 5rem;
}


.servicebox {
	padding-bottom: 16rem;
	display: block;
}
.service02wrap .servicebox {
padding-bottom: 5rem;
}


.servicebox ._left{
	padding: 0 0 4rem;
}
.servicebox ._right{
	display: flex;
	flex-direction: column-reverse;
}
.servicetitle{
	margin: 0 0 3rem;
	display: inline-flex;
}
.servicetitle ._num{
	font-size: 1.2rem;
	padding-right:2rem;
	margin-right: 2rem;
}


.servicetitle ._num big{
	font-size: 5rem;
	padding-top: 1rem;
}
.servicetitle ._title{
	text-align: left;
}

.servicetitle ._title h2{
	font-size: 2.8rem;
}
.servicebox ._left ._img{
	position: relative;
}
.servicebox ._left ._img figure{
	position: relative;
  top: auto;
  right: auto;
  width: 100%;
}
.servicebox ._left ._img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.transmap{
padding-bottom: 4rem;
}
.transmapimg{
top: 13rem;
    right: 1rem;
}
.loadingimg{
	padding-bottom: 2rem;
}

.servicebox ._cont{
	padding: 0 0 2rem;
}
.servicebox ._cont h3{
	font-size: 1.8rem;
	margin: 0 0 2rem;
	text-align: center;
}
.servicebox ._cont ._txt{
	line-height: 2;
}

.servicephotolist {
	display: block;
	margin: 0 5%;
}
.servicephotolist dl{
	margin: 0 0 4rem;
}

.servicephotolist dt{
	padding: 0 0 2rem;
}
.servicephotolist dd{
	text-align: left;
}
.servicephotolist dd h4{
	font-size: 1.6rem;
	margin: 0 0 1rem;
}

.service02wrap .flowtext li{
color: rgba(255, 255, 255, 0.4);
}








.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) {


}
