@charset "utf-8";


.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; }

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:'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;



	font-size:100%;
    line-height:160%;
	
}

h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 700;
}



a {
	color:#333;
	outline: none;
	text-decoration: none;
	
}

a:hover{
	color: #666;
	text-decoration: underline;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}


.width100{
	width:100%;
}

.wrap{
	
}


.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}






/* 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{
   
}
.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;
}


 Bebas Neue Regular{
 font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
 }
  Futura PT Light{
font-family: futura-pt, sans-serif;
font-weight: 300;
font-style: normal;
}
Futura PT Demi{
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
}
 
 
 
 



/**伸びる背景**/
 .boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }
 
 .boxbg {
	content: "";
	z-index: -1;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*background: #0071d6;*/
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-ms-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	transition-duration: .8s;
	transition-delay: .1s;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
 .boxbg2 {
	content: "";
	z-index: -1;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*background: #0071d6;*/
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-ms-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-ms-transition-duration: .8s;
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	transition-duration: .8s;
	transition-delay: .1s;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.act .boxbg,
.act .boxbg2{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: -1;
}








 
 .mainbody{
	max-width:1200px;
	margin: 0 auto;
}
.mainbody2{
	max-width:1100px;
	margin: 0 auto;
}
 
 
 /* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  
  
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.spinner {
  width: 200px;
  height: 300px;
  margin: 0 auto;
 background:url("../img/site_logo.png") no-repeat center center;
 background-size: contain;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
 
 .loaded {
  opacity: 0;
  visibility: hidden;
}
 
 
 
 

/*ヘッダー
------------------------------------------------*/
.headerwrap{
    overflow: hidden;
    width: 100%;
    position:fixed;
    top: 0;
    z-index: 10000;
}
.change-color{
background:rgba(0,0,0,.5);
}



.header{
    display: flex;
    justify-content: space-between;

}
.logo {
    padding: 5px 20px;
}
.logo img{
    max-height: 70px;
}

.gnavi{
font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
}
.gnavi ul{
    display: flex;
}
.gnavi a{
    display: block;
    padding: 30px 30px;
    color: #fff;
    font-size: 150%;
    letter-spacing: .1em;
}
.gnavi a:hover{
    text-decoration: none;
    opacity:0.8;
	filter: alpha(opacity=80);
    
}

.headcontact a{
    background: #ae191f;
    position: relative;
     padding: 30px 60px 30px 40px;
}
.headcontact a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 70%;
  width: 20px;
  height: 1px;
  background: #fff;
}
.headcontact a:after {
  content: '';
  position: absolute;
  top: 47%;
  left: 78%;
  width: 5px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
}


.menubtn{
    display: none;
}

/*全体レイアウト
------------------------------------------------*/

/**スマホのメニュー***/
body .sidr{
background: #000;
color:#fff;

}
.sidr a{

}


#sidr-menu{

}
.spclose {
    text-align: right;
    padding: 10px 0;
   
}
.spclose img{
    max-height: 20px;
    padding: 5px;
}
.spnavi{
    padding: 0 0 20px 0;
}
.spnavi h2{
    text-align: center;
    margin: 0 auto 10px auto;
}
.spnavi h2 img{
    max-height: 50px;
}

.spnavi a{
    color: #fff;
}
.spnavi li a{
    display: block;
    border-bottom: 1px solid #fff;
    
    padding: 5px 0 5px 0px;
margin: 0 0 10px;
text-align: center;
}
.spnavi li  strong {
  font-family: bebas-neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150%;
  letter-spacing: .1em;
  margin: 0 0px 0 0;
  display: block;
}



/*トップページ
------------------------------------------------*/
/*メインビジュアル***/
.mainvisual{
    z-index: 50;
    position: relative;
}
/*.mainvisual img{
    width: 100%;
}*/
.home .swiper-container{
    z-index: 50;
}


.swiper-container {
  position: relative;
  overflow: hidden;
  height: 70vw;
  max-height: 890px; 
  min-height: 800px; 
   }
  .swiper-slide {
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-start; /*/画像の高さを統一させない*/
    justify-content: center; /*/左右の中央揃え*/
}
  .swiper-slide  img {
      width: 100%; 
      max-width: 100%;
      min-width: 1920px;
     min-height: 890px;
      align-self: center; 
    }

.mvtext{
    position:absolute;
    bottom: 10%;
    left: 5%;
    z-index: 1;
}

.swiper-slide-active img{
   /* border:100px solid #aaa; */ 
}
.swiper-slide img{
	transform: scale(1.2);
	transition-duration: 4s;
}
.swiper-slide-active img{
	transform: scale(1);
}



/**misson**/
.topmissionwrap{
    background: url("../img/top/bg_topmission.jpg") no-repeat top center;
    background-size: cover;
    padding: 100px 0;
    overflow: hidden;
    margin-bottom: 100px;
}

/**流れる文字**/
.flowingtextbox {
margin : 0 auto 40px;
text-align : center;
overflow : hidden;
white-space:nowrap;
font-size: 28px;
}
@keyframes hscroll {
0% { transform: translateX(20%)}
100% { transform: translateX(-100%)}
}
.flowingtext01{
font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 700%;
letter-spacing: .1em;
display:inline-block;
	animation:hscroll 30s linear infinite;
    line-height: 80%;
}
.flowingtext02{
font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 700%;
letter-spacing: .1em;
display:inline-block;
	animation:hscroll 30s linear infinite;
    line-height: 90%;
    
    color: #fff;
    
    text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}



.topmissionbox dl{
    display: flex;
    justify-content: space-between;
}
.topmissionbox dt{
    flex-basis: 30%;
    padding: 30px;
}
.topmissionbox dt h2{
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 450%;
letter-spacing: .1em;
margin: 0 0 20px;
}
.topmissionbox dt p{
    font-size: 120%;
}


.topmissionbox dd{
    flex-basis: 60%;
    background: #fff;
    padding: 50px 100px;
    position: relative;
    z-index: 1;
}
.topmissionbox dd:after{
content: "";
width: 100vw;
height: 100%;
display: block;
background: #fff;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.topmissionbox dd h3{
    font-size: 180%;
    padding: 0 0 30px;
}

/**service*/
.topservicewrap{
    background: #a8191f;
    position: relative;
    z-index: 1;
    padding: 0 0 50px;
    overflow: hidden;
}
.topservicewrap:before{
    display:block;
    content: "";
    width: 100%;
    height: 130px;
    background: #fff;
    position: absolute;
    z-index: -1;
}
.topservicebox dl{
    display: flex;
    justify-content: space-between;
}
.topservicebox dt{
    flex-basis: 45%;
}
.topservicebox dd{
    flex-basis: 45%;
    position: relative;
}


.topservicebox dd:after{
content: "";
width: 100vw;
height: 100%;
display: block;
background:url("../img/top/service.jpg") no-repeat top left;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}



.title01{
    position: relative;
    margin: 0 0 30px;
}
.title01 h2{
    font-size: 750%;
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .1em;
color: #ececec;
position: absolute;
top: 0;
left: 0;
z-index: -1;
line-height: 100%;
}
.title01 h3{
    color: #a8191f;
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .1em;
padding: 50px 0 0;
    
}
.title01 h3:after{
    content: "";
    display: block;
    width: 10px;
    height: 1px ;
    background:  #a8191f;
}

.topservicecase{
    padding: 50px 0;
    color: #fff;
}
.topservicecase h4{
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 140%;
}
.extendline1{
    border-bottom: 1px solid #fff;
}
.topservicecase h4 span{
    padding:10px 0;
}

 
.btn01  {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 10px 40px 10px 30px;
  font-weight: 800;
  position: relative;
  
  
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 120%;
letter-spacing: .1em;
}
.btn01:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 1px;
  background: #fff;
}
.btn01:after {
  content: '';
  position: absolute;
  top: 47%;
  right: 10px;
  width: 5px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
}
.btn01:hover{
    text-decoration: none;
    color: #fff;
    	opacity:0.8;
	filter: alpha(opacity=80);
}


/**サービスのリンク**/
.topservicebtn {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 100px;
}
.topservicebtn a{
    display:block;
    flex-basis: 33.3%;
    position: relative;
     overflow: hidden;
     width: 100%; 
}
.topservicebtn img {
    width: 100%;
  height: auto;
  transition: transform .6s ease;/* ゆっくり変化させる */
}
.topservicebtn a:hover img {
  transform: scale(1.1);/* 拡大 */
}
.topservicebtn a:hover{
    text-decoration: none;
}


.topservicebtn dl{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    color: #fff;
    z-index: 2
}
.topservicebtn dl:after{
    background: #a8191f;
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
 }
.topservicebtn a:before{
   content: '';
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 40px;
  height: 1px;
  background: #fff;
  z-index: 10;
 }
.topservicebtn a:after{
   content: '';
   position: absolute;
  bottom: 17px;
  right: 10px;
  width: 5px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
   z-index: 10;
 }
.topservicebtn .bg{
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
 .topservicebtn a:hover .bg{
    display: none;
 }


.topservicebtn dt{
 font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 600%;
    opacity:0.8;
	filter: alpha(opacity=80);
    padding: 0 20px;
    
}
.topservicebtn dd{
    padding: 0 10px;
    border-left: 1px solid #fff;
}
.topservicebtn dd h2{
    font-size: 140%;
    font-weight: 400;
    padding: 0 0 20px;
}

.topservicebtn dd h3{
font-family: futura-pt, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 90%;
line-height: 100%;
}

/*flow***/
.topflowwrap{
    background: #ececec;
    position: relative;
    z-index: 12;
    padding: 30px 0 0;
    overflow: hidden;
}
.topflowwrap .title01 h2{
    color: #fff;
}
.topflowwrap dl{

}
.topflowwrap  dt{
    position: absolute;
    left: 0%;
    top: 170px;
    z-index: -4;
}


.topflowwrap  dd{
    background: #333;
    color: #fff;
   padding: 50px 100px;
   position: relative;
   margin: 400px 0 50px 50%;

}
.topflowwrap dd::after {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}
.topflowwrap h4{
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-size: 140%;
}
.extendline1{
    border-bottom: 1px solid #fff;
}
.topflowwrap h4 span{
    padding:10px 0;
}
.extendbox01{
    background: #a8191f;
}

.topflowwrap .btn01{
    background: #a8191f;
}

/*about**/

.topaboutwrap{
    padding: 50px 0 200px;
}
.topaboutwrap dl{
    position: relative;
    
}
.topaboutwrap dd{
    position: absolute;
    top: 350px;
    width: 60%;
    background: #fff;
    padding: 50px 50px 50px 10px;
    z-index: 10;  
}
.topaboutwrap h4 span{
  padding: 0 0 10px;
  margin: 0 0 20px;
  font-size: 140%;
}
.topaboutwrap .extendline1 {
  border-color:#000;
}
.topaboutwrap .btn01 {
  background: #a8191f;
}



/*フッター
------------------------------------------------*/
.footcontactwrap{
    background: url("../img/bg_footcontact.jpg") no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
    margin: 0 0 70px;
}
.footcontacttitle{
    text-align: center;
}
.footcontacttitle {
    padding: 0 0 40px;
}
.footcontacttitle h2{
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 300%;
letter-spacing: .1em;
padding: 0 0 10px;
}
.footcontactbox {
    display: flex;
    justify-content: space-between;
}
.footcontactbox a{
    color: #fff;
    border: 1px solid #fff;
    display: block;
    flex-basis: 48%;
    text-align: center;
    padding: 30px 0 10px;
    background: url("../img/foot_link.png") no-repeat right bottom;
}
.footcontactbox a:hover{
    text-decoration: none;
     background: url("../img/foot_link.png") no-repeat right bottom rgba(255,255,255,.3);
}
.footcontactbox dl{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.footcontactbox dt{
    border: 1px solid #fff;
    font-size: 90%;
    margin: 0 0 20px;
}
.footcontactbox h3{
      font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 250%;
letter-spacing: .1em;
background: url("../img/foot_tel.png") no-repeat center left;
background-size: 35px;
line-height: 100%;
text-align: left;
padding: 0 0 0 45px;
}
.footcontactbox p{
    font-size: 90%;
}
.footcontactbox h4{

font-size: 130%;
letter-spacing: .1em;
background: url("../img/foot_mail.png") no-repeat center left;
background-size: 35px;
line-height: 160%;
text-align: left;
padding: 0 0 0 45px;
}

.footer{
    display: flex;
    justify-content: space-between;
    padding: 0 0 50px;
}
.footinfo dl{
    display: flex;
    align-items: center;
}
.footinfo dt{
    padding: 0 30px 0 0;
}
.footinfo dd h2{
    font-size:90%;
    font-weight: 400;
    padding: 0 0 10px;
}
.footinfo dd p{
    font-size: 70%;
    line-height: 130%;
}
.footnavi ul{
    display: flex;
    margin: 0 0 60px;
}
.footnavi li{
    padding: 0 20px;
    font-size: 90%;
}
.footnavi li strong{
font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 150%;
letter-spacing: .1em;
margin: 0 10px 0 0;
}
.footnavi li a:hover{
    text-decoration: none;
}


.copyright p{
    text-align: right;
    font-size: 80%;
    color: #adadad;
}



/*コンテンツ
------------------------------------------------*/
/**タイトル**/

.pagetitlewrap{
 position: relative;
    z-index: -5;
}
.service .pagetitlewrap{
    background:url("../img/service/pagetitle.jpg") no-repeat top center;
    background-size: cover;  
}
.flow .pagetitlewrap{
    background:url("../img/flow/pagetitle.jpg") no-repeat top center;
    background-size: cover;  
}
.about .pagetitlewrap{
    background:url("../img/about/pagetitle.jpg") no-repeat top center;
    background-size: cover;  
}
.contact  .pagetitlewrap{
    background:url("../img/contact/pagetitle.jpg") no-repeat top center;
    background-size: cover;
   
}
 .pagetitlebox{
     height: 600px;
     display: flex;
     align-items: center;
 }
 .pagetitle{
    position: relative;
    margin: 0 0 30px;
}
 .pagetitle h2{
    font-size: 700%;
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .1em;
color: #ececec;
position: absolute;
top: 0;
left: 0;
z-index: -1;
line-height: 100%;
 	opacity:0.8;
	filter: alpha(opacity=80);
}
 .pagetitle h3{
    color: #a8191f;
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .1em;
padding: 50px 0 0;
 margin: 0 0 30px;
    
}
 .pagetitle h3:after{
    content: "";
    display: block;
    width: 10px;
    height: 1px ;
    background:  #a8191f;
}
 .pagetitle p{
     color: #fff;
     font-size: 120%;
 }


/**サービス内容***/
/**サービスのリンク**/
.servicebtn {
    display: flex;
   
    margin: 0 0 100px;
}
.servicebtn a{
    display:block;
    
    position: relative;
     overflow: hidden;
     width: 100%; 
}
.servicebtn a:before{
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


.servicebtn img {
    width: 100%;
  height: auto;
  transition: transform .6s ease;/* ゆっくり変化させる */
}



.servicebtn a:hover img {
  transform: scale(1.1);/* 拡大 */
}
.servicebtn a:hover{
    text-decoration: none;
}




.servicebtn dl{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    color: #fff;
}
.servicebtn dt{
 font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 500%;
    font-size: 6vw;
    opacity:0.8;
	filter: alpha(opacity=80);
   line-height: 100%;
}
.servicebtn dt:after{
    display: block;
    width: 40px;
    content: "";
    height: 1px;
    background: #fff;
    margin: 0 auto;
}
.servicebtn dd{
    padding:10px 0;
}
.servicebtn dd h2{
    font-size: 140%;
    font-weight: 400;
    padding: 0 0 20px;
}
.servicebtn dd h3{
font-family: futura-pt, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 90%;
line-height: 100%;
}

/**サービス***/
.serviceallwrap{
  overflow: hidden;
  padding: 50px 0 0;
}
  

.servicebox{
    position: relative;
    margin: 0 0 100px;
    
}
.servicebox dt{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.servicebox:nth-child(even) dt{
left: auto;
right: 0;
} 


.servicebox dd {
  background: #fff;
  padding: 50px 50px;
  position: relative;
  margin: 200px 0 80px 40%;
}
.servicebox:nth-child(even) dd {
  margin: 200px 40% 80px 0;
}
.servicebox:last-child dd {
  margin: 200px 40% 200px 0;
}
.servicebox dd::after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.servicebox:nth-child(even) dd:after {
  left: auto;
  right: 0;
}

.servicebox dd h2{
    font-size: 180%;
    font-weight: 400;
    padding: 0 0 20px;
}
.servicebox dd h3 span{
    background: #ae191f;
    color: #fff;
    padding:5px 20px;
    font-weight: 400;
    font-size: 90%;
    display: inline-block;
    margin: 0 0 20px;
}
.servicebox dd h4{
    font-size: 120%;
    margin: 0 0 10px;
}
.servicebox dd h4 span{
  padding: 10px 0;
}
.servicebox .extendline1 {
  border-bottom: 1px solid #000;
}


.extendbox02{
    background: #333;
    height: 110%;
}
.servicebox:nth-child(even) .extendbox02{
    background: #e0e0e0;
}


.servicecase{
    position: relative;
    height: 200px;
}

.serviceno{
    position: absolute;
    top: -20px;
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 700%;
color: #a8191f;
}
.servicebox:nth-child(even) .serviceno{
    right: 0;
}


.servicecopy{
     font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 400%;
line-height: 130%;
position: absolute;
right: -100px;
right: 20px;
top: 200px;

-moz-text-shadow: 1px 0px 5px rgba(255, 255, 255, 0.8);
-webkit-text-shadow: 1px 0px 5px rgba(255, 255, 255, 0.8);
-ms-text-shadow: 1px 0px 5px rgba(255, 255, 255, 0.8);
text-shadow: 1px 0px 5px rgba(255, 255, 255, 0.8);

}
.servicebox:nth-child(even) .servicecopy{
    right: auto;
    left: -100px;
     left: 20px;
}



.serviceimg img{
    position:absolute;
    bottom: 0;
    margin: 0 0 0 100px;
}
.servicebox:nth-child(even) .serviceimg img {
   margin: 0 0 0 800px;
}







/*会社案内***/
.messagewrap{
    background: #a8191f;
    overflow: hidden;
   
}
.messagetitle dl{
    display: flex;
    justify-content: space-between;
    padding: 0 0 80px;
}
.messagetitle dt{
    color: #fff;
}
.messagetitle h2{
font-size: 400%;
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .1em;
line-height: 100%;
}
.messagetitle dd{
font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
font-size: 240%;
letter-spacing: .2em;
line-height: 140%;
}
.messagetitle dd span{
    display: inline-block;
    padding-left: 270px;
}
.messageboxwrap{
    position: relative;
    z-index: 1;
     padding: 50px 0;
}
.messageboxwrap:after{
    content: "";
    height: 100%;
    width: 120%;
    display: block;
    background: #fff;
    transform: skewX(-40deg);
    position: absolute;
    top: 0;
    z-index: -1;
}

.messagebox dl{
    display: flex;
    padding: 0 0 100px;
    justify-content: center;
    
}
.messagebox dt{
    flex-basis: 45%;
}
.messagebox dd{
    flex-basis: 50%;
    flex-basis: 70%;
}
.messagebox dd p{
    padding: 0 0 30px;
}
.messagebox dd big{
    font-size: 150%;
}

.companywrap{
    background: url("../img/about/bg_gaiyowrap.jpg") no-repeat top center;
    background-size: cover;
    padding: 80px 0;
     margin: 0 0 80px;
   
}
.companybox{
    background: #fff;
    padding: 40px 100px;
}
.companytitle{
    text-align: center;
    padding: 0 0 40px;
}
.companytitle h2{
font-size: 400%;
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .1em;
line-height: 100%;
}
.companytitle h2:first-letter{
    color: #a8191f
}
.companytitle p{
    font-size: 120%;
}
.companybox table{
    width: 100%;
    border-collapse: collapse;
}
.companybox th,
.companybox td{
    padding: 10px 20px;
    border-top: 1px solid #000;
    border-bottom:  1px solid #000;
}
.companybox th{
    text-align: left;
    font-weight: 400;
    border-right: 1px solid #000;
}


/*FLOW**/
.flowwrap{
    padding: 80px 0;
    background: url("../img/flow/bg_flowwrap.jpg") no-repeat top center;
    background-size: cover;
}

.flowtitle h2{
    font-size: 180%;
    padding: 0 0 100px;
    line-height: 100%;
    font-weight: 400;
}
.flowtitle h2 strong {
    display: block;
  overflow: hidden;
 /* transform: translate(-100%, 0);*/
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  margin: 0 0 10px;
  font-weight: 400;
}

.flowtitle h2 span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.flowtitle .-visible,
.flowtitle .-visible {
  transform: translate(0, 0);
}




.flowbox dl{
    background: #a8191f;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 0 100px;
}
.flowbox dl:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color:  #a8191f transparent transparent transparent;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}
.flowbox dl:nth-child(even){
    flex-direction: row-reverse;
    background: #333;
}
.flowbox  dl:nth-child(even):after {
  border-color:  #333 transparent transparent transparent;
}
.flowbox  dl:last-child:after{
    display: none;
} 

.flowbox dt{
    flex-basis: 60%;
}
.flowbox dd{
    flex-basis: 30%;
}



.flowbox dl h2{
    position: absolute;
    top: 10px;
    left: 20px;
   font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .1em;
font-size: 90%;
z-index: 2;
}
.flowbox dl:nth-child(even) h2{
left: 85%;
}

.flowbox dl h3 {
    position: absolute;
    top: -60px;
    left: 30px;
   font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 900%;
line-height: 100%;
color: #000;
}
.flowbox dl:nth-child(even) h3{
left: 86%;
color: #a8191f;

}

.flowdtl{
    margin-left: 280px;
}
.flowbox dl:nth-child(even) .flowdtl{
    margin-left: 0;
}

.flowdtl h4 {
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 140%;
  font-weight: 400;
}
.flowdtl h4 span{
  padding: 10px 0;
}
.flowdtl p{
    padding: 0 0 10px;
}
.flowbtn{
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 100px 5px 5px;
    background: url("../img/flow/flowbtn.png") no-repeat 95% center;
}
.flowbtn:hover{
    color: #fff;
    text-decoration: none;
opacity:0.8;
	filter: alpha(opacity=80);
}








/**お問い合わせ**/
.contactwrap{
    background: url("../img/contact/bg_contactwrap.jpg") no-repeat top center;
    background-size: cover;
    padding: 50px 0;
}


.contacttitle{
    padding: 0px 0 30px;
    text-align: center;
}
.contacttitle h2{
font-size: 400%;
    font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .1em;
line-height: 100%;
}

.formbox{
    width: 100%;
    max-width: 820px;
    margin: 0 auto;

}
.contactbox {
    padding: 50px 0px;
    background: #fff;

}

.formtable {
    margin: 0 0 40px 0;
    width: 100%;
     border-collapse: collapse;
}
.formtable td,
.formtable th{
	padding:20px 10px;
	vertical-align: middle;
}
.formtable th {
width: 30%;
text-align: left;
font-weight: 400;

}
.hissu{
    display: inline-block;
    color: #a8191f;
    border: 1px solid #a8191f;
    padding: 0px 10px;
    font-size: 80%;
    margin: 0 10px 0 0;
    float: right;
}
.nini{    
display: inline-block;
    background: #808080;
    color: #fff;
    padding: 0px 10px;
    font-size: 80%;
    margin: 0 10px 0 0;
    float: right;
}

.formtable input, .formtable select, .formtable textarea {
    padding: 10px 10px;
    border: none;
    margin: 2px;
    background: #f5f5f5;
}
.formtable input{
	vertical-align: middle;
}
.formtable input[type=checkbox],
.formtable input[type=radio]{
  vertical-align: top;
    margin: 7px 0 0 0;
}

.borderbtm1{
    border-bottom: 1px solid #000;
    margin: 0 0 10px 0;
}

.formprivacy{
    overflow: auto;
    height: 150px;
    margin: 0 0 30px 0;
    padding: 10px;
    border:1px solid #ccc;
}
input[type=text],
  textarea{
	width:96%;
}

.mw_wp_form .formtable .horizontal-item + .horizontal-item{
    margin: 0;
}

.formtable .zip{
	width:15%;
}

.formtable label{
    min-width: 300px;
}
.formtable .senmonradio label{
    min-width: 30%;
}
.mw_wp_form .formtable .vertical-item{
    display: inline-block;
}


.contactbox .linkbtn01,.contactbox .linkbtn02 {
    text-align: center;
    color: #fff;
    font-size: 110%;
    text-decoration: none;
    padding: 10px 60px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 5px 10px;
    background: #000;
}
.linkbtn02 {
    color: #666;
}


.mw_wp_form_confirm .confirmnone{
    display: none;
}




.mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0;
}

/**確認画面に表示*/
.confirmtxt{
    display: none;
}
.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;
}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}




}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
/*@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) {



.slick-slider {
    touch-action: pan-y;
}





.wrap,
.home .wrap{
 
}

.mainbody,
.mainbody2,
.header .mainbody{
	margin:0 20px;
	width:auto;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
#mw_wp_form_mw-wp-form-24{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}


/*ヘッダー
------------------------------------------------*/



.header{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;

}
.logo {
    padding: 5px 0px;
}
.logo img{
    max-height: 50px;
}

.gnavi{
display: none;
}
.gnavi ul{
    display: flex;
}




.menu-icon{
    display: block;
    margin: 0px 0 0 auto;
    color: #fff;
    font-size: 300%;
    line-height: 100%;
    
}



/*トップページ
------------------------------------------------*/
/*メインビジュアル***/

.swiper-container {
  height: 90vw;
  max-height: 480px; 
  min-height: 480px; 
   }

  .swiper-slide  img {
      min-width: 320px;
     min-height: 480px;
    }

.mvtext{
    bottom: 5%;
    left: 5%;
    width: 70%;
}



/**misson**/
.topmissionwrap{
    padding: 40px 0;
    margin-bottom: 50px;
}

/**流れる文字**/
.flowingtextbox {
margin : 0 auto 40px;
text-align : center;
overflow : hidden;
white-space:nowrap;
}
@keyframes hscroll {
0% { transform: translateX(20%)}
100% { transform: translateX(-100%)}
}
.flowingtext01{
font-size: 400%;
display:inline-block;
	animation:hscroll 30s linear infinite;
}
.flowingtext02{
font-size: 400%;
display:inline-block;
	animation:hscroll 30s linear infinite;
}


.topmissionbox dl{
    display: block;
}
.topmissionbox dt{
    padding: 10px;
}
.topmissionbox dt h2{ 
font-size: 350%;
}

.topmissionbox dd{
    padding: 20px 20px;
}

.topmissionbox dd h3{
    font-size: 140%;
    padding: 0 0 20px;
}


/**service*/
.topservicewrap{
    padding: 0 0 30px;
}

.topservicebox dl{
    display: block;

}
.topservicebox dt{

}
.topservicebox dd{

}

.title01 h2{
    font-size: 600%;
}



.topservicecase{
    padding: 30px 0;
    color: #fff;
}
.topservicecase h4{
    margin: 0 0 10px;
    font-size: 120%;
}


.btn01  {
  display: block;
  padding: 10px 40px 10px 30px;
text-align: center;
}



/**サービスのリンク**/
.topservicebtn {
    display: block;
    margin: 0 0 50px;
}

.topservicebtn dl{
    justify-content: flex-start;
}




/*flow***/
.topflowwrap{
    padding: 30px 0 0;
}


.topflowwrap  dt{
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 20px -20px;
}


.topflowwrap  dd{
   padding: 20px 20px;
   margin: 0px 0 30px 0%;

}

.topflowwrap h4{
    margin: 0 0 10px;
    font-size: 120%;
}
.extendline1{
    border-bottom: 1px solid #fff;
}


/*about**/

.topaboutwrap{
    padding: 30px 0 50px;
}
.topaboutwrap dl{
    position: relative;
    
}
.topaboutwrap dd{
    position: relative;
    top: auto;
    width: auto;
    padding: 20px 20px 20px 20px;
}
.topaboutwrap h4 span{
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 120%;
}









/*コンテンツ
-----------------------------------------------*/
/**タイトル**/

 .pagetitlebox{
     height:250px;
 }
 .pagetitle{
    margin: 50px 0 20px;
}
 .pagetitle h2{
    font-size: 500%;
position: absolute;
top: 0;
left: 0;
line-height: 100%;

}
 .pagetitle h3{
padding:30px 0 0;
 margin: 0 0 20px;
    
}


/**サービス内容***/
/**サービスのリンク**/
.servicebtn {
    margin: 0 0 50px;
    flex-wrap: wrap;
}
.servicebtn a{
    display:block;
   flex-basis:50%;
}


.servicebtn dt{
    font-size: 13vw;
}


/**サービス***/
  

.servicebox{
    margin: 0 0 50px;
    
}
.servicebox dt{
  
}
.servicebox dd,
.servicebox:nth-child(even) dd{
  padding: 20px 20px;
  margin: 3vw 0% 20px 0;
}


.servicebox dd h2{
    font-size: 160%;
}
.servicebox dd h3 span{
    font-size: 80%;
}
.servicebox dd h4{
    font-size: 110%;
}


.servicecase{
    position: relative;
    height: 30vw;
}

.serviceno{
font-size: 600%;
}


.servicecopy{
font-size: 120%;
right: -0px;
top: 10vw;

}
.servicebox:nth-child(even) .servicecopy{
    right: auto;
    left: -0px;
}



.serviceimg img,
.servicebox:nth-child(even) .serviceimg img{
    position:relative;
    bottom: auto;
    display: block;
    margin: 0 auto 30px;
}












/*会社案内***/
.messagewrap{
    background: #a8191f;
   
}
.messagetitle dl{
    display: block;
    padding: 0 0 30px;
}
.messagetitle dt{
    color: #fff;
    padding: 0 0 10px;
}
.messagetitle h2{
font-size: 300%;
line-height: 100%;
}
.messagetitle dd{
font-size: 120%;
line-height: 140%;
color: #fff;
}
.messagetitle dd span{
    display: inline-block;
    padding-left: 0;
}
.messageboxwrap{
    position: relative;
    z-index: 1;
     padding: 50px 0;
}
.messageboxwrap:after{
    content: "";
    height: 100%;
    width: 120%;
    display: block;
    background: #fff;
    transform: skewX(-40deg);
    position: absolute;
    top: 0;
    z-index: -1;
    
    display: none;
}

.messagebox dl{
    display: block;
    padding: 20px 20px;
    margin: 0 -20px;
    background: #fff;
    
}
.messagebox dt{
   padding: 0 0 20px;
}
.messagebox dd{
    
}



.companywrap{
    padding: 40px 0;
     margin: 0 0 40px;
   
}
.companybox{
    background: #fff;
    padding: 20px 20px;
}
.companytitle{
    text-align: center;
    padding: 0 0 40px;
}
.companytitle h2{
font-size: 300%;
}


.companybox th,
.companybox td{
    padding: 10px 20px;
    display: block;
    border-bottom: none;
}
.companybox th{
    text-align: left;
    border-right: none;
    background: #eee;
}






/*FLOW**/
.flowwrap{
    padding: 40px 0;

}

.flowtitle h2{
    font-size: 120%;
    padding: 0 0 80px;
    line-height: 150%;
}

.flowbox dl{
    display: block;
    position: relative;
    margin: 0 0 80px;
    padding:50px 20px 20px 20px;
}


.flowbox dt{
    padding: 0 0 30px;
}
.flowbox dd{
   
}



.flowbox dl h2,
.flowbox dl:nth-child(even) h2{

    top: 10px;
    left: 65%;
 
font-size: 90%;
z-index: 2;
}


.flowbox dl h3,
.flowbox dl:nth-child(even) h3{

    top: -60px;
    left: 66%;
  
font-size: 700%;

}


.flowdtl{
    margin-left: 0px;
}
















.pager {
	padding: 10px 0 10px 0;
}









/**お問い合わせ**/
.contacttitle{
    padding: 30px 0 20px;
}
.contacttitle h3{
    font-size: 100%;
}


.formbox{
margin: 0 0 20px 0;

}


.contactbox {
    padding: 10px;
    margin: 0 0 0px 0;
}

.formbox{
	width:98%;
	margin: 0 0 20px 0;
}

.formbox table{
	text-align: left;
	margin: 0 0 20px 0;
}
.formbox td,
.formbox th{
	display: block;
	padding:10px 5px;
}

.formbox th {
width: 100%;
text-align: left;
padding:10px 5px;
}


.formtable .senmonradio label{
    min-width: 45%;
}

input, textarea {
    padding: 5px 5%;
	width: 90%;
}
.zip{
	width:20%;
}

.linkbtn01,
.linkbtn02{
display: block;
font-size: 110%;
width: 80%;
margin: 0 auto 10px auto;
}








/*フッター
------------------------------------------------*/
.footcontactwrap{
    padding: 40px 0;
    margin: 0 0 20px;
}
.footcontacttitle{
    text-align: center;
}
.footcontacttitle {
    padding: 0 0 20px;
}
.footcontacttitle h2{
font-size: 300%;

}
.footcontactbox {
    display: block;
}
.footcontactbox a{
    padding: 20px 0 20px;
    margin: 0 0 10px;
}
.footcontactbox a:hover{
    text-decoration: none;
   
}
.footcontactbox dl{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.footcontactbox dt{
    border: 1px solid #fff;
    font-size: 90%;
    margin: 0 0 20px;
}
.footcontactbox h3{
      font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 250%;
letter-spacing: .1em;
background: url("../img/foot_tel.png") no-repeat center left;
background-size: 35px;
line-height: 100%;
text-align: left;
padding: 0 0 0 45px;
}
.footcontactbox p{
    font-size: 90%;
}
.footcontactbox h4{

font-size: 130%;
letter-spacing: .1em;
background: url("../img/foot_mail.png") no-repeat center left;
background-size: 35px;
line-height: 160%;
text-align: left;
padding: 0 0 0 45px;
}





.footer{
    padding: 0 0 30px;
    display: block;
   
}
.footinfo dl{

     display: none;
}


.footnavi ul{
    
     display: none;
}

.copyright p{
    font-size: 60%;
    
    text-align: center;
}












.onlypc{
	display:none;
}
.onlysp{
	display: block;
}



.spblock{
	display: block;
}

}





/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{
  
}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {


}

