@charset "UTF-8";


/*//////////////////////////////////////////////////////////追加//////////////////////////////////////////////////////////*/


/*==================================================
　header
===================================*/
#l-header__toggle {

  background-color: #e60012;

}
.toggle span {

  background: #e60012;

}
.nav-btn__icon span svg {
    fill: #e60012;
}
.modal-menu__container.menu-contents__open {

    background-color: #e60012;

}

.modal-menu__unit-lst li.mouse-on a:before, .modal-menu__unit-lst li.current-label a:before {

    background-color: #fff;

}




.l-main__visual {

    background-color: #fff!important;
	position:relative;

}
.l-header__body {background-color: #eaeef2;}
.l-header__contact, .l-header__recruit {background-color: #fff;}
.l-header__contact:before {background-color: #eaeef2;}



/*スライダーのためのcss*/
.slider {height:calc(100vh - 78px);}

.slider img {
    width:auto;/*スライダー内の画像を横幅100%に*/
    /*height:calc(100vh - 78px);*/
   height:100%;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 0;/*スライド左右の余白調整*/
}

.main-catch {
	width: 40%;
	max-width:803px;
	display:block;
position  : absolute;
	top       : 30%;
	left      : 3%;
	}
.main-catch img { width:100%;}

.main-bar {
	width: 100%;
	max-width:1920px;
	display:block;
position  : absolute;
	bottom      : 0%;
	}
	
	
ul.top-obi { position:absolute; right:5%; bottom:20%; width:45%;}
ul.top-obi li { text-align:center;}
ul.top-obi li a {float:left; background:#fff; color:#e60012; padding:8px 10px; font-family: "Roboto", sans-serif; font-size:21px; font-weight:800; width:21%; margin:auto 2%; border-radius: 100px;}

@media screen and (max-width:1500px) {
ul.top-obi { position:absolute; right:5%; bottom:20%; width:45%;}
ul.top-obi li a { padding:8px 10px; font-size:18px;}
	
}
@media screen and (max-width:1300px) {
ul.top-obi { position:absolute; right:5%; bottom:20%; width:70%;}
ul.top-obi li a { padding:8px 10px; font-size:18px;}
	
}	

@media screen and (max-width:768px) {
ul.top-obi { position:absolute; right:0%; left:0; bottom:10%; width:96%; margin:auto 2%;}
ul.top-obi li { text-align:center;}
ul.top-obi li a {float:left; background:#fff; color:#e60012; padding:8px 2px; font-family: "Roboto", sans-serif; font-size:10px; font-weight:800; width:23%; margin:auto 1%; border-radius: 100px;}	
	
}
	
	
/* =============================================================
    js
============================================================= */
/* loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 825px;
    overflow: hidden;
    position: absolute;
}
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 825px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 825px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    padding: 0;
    width: 1467px;
    height: 825px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img { width:100%;}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
	
	



@media screen and (max-width:768px) {	

/* =============================================================
    js
============================================================= */
/* loopSlider
------------------------------ */
.loopSliderWrap {

    height: 540px;

}
.loopSlider {

    height: 540px;

}
.loopSlider ul {
    height: 540px;

}
.loopSlider ul li {
    padding: 0;
    width: 800px;
    height: 540px;

}


}	
	
	
	
	
.main-bar img { width:100%;}

.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.opening {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
}

.opening_logo {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: 2s 0.5s fadein-out forwards;
}

.opening_logo img {
  width: 120px;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-out {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*==================================================
　footer
===================================*/
.l-footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #e60012;
    display: flex;
    overflow: hidden;
}
.l_f-footer {
  /*margin-right: 100px;*/
  overflow: hidden;
  position: relative
}

@media screen and (max-width:800px) {
  .l_f-footer {
    margin-right: 0
  }
}

@media screen and (max-width:501px) {
  .l_f-footer {
    margin-right: 0
  }
}

.l_f-footer::before {
  content: "";
  width: 50%;
  height: 100%;
  background: #e60012;;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1
}

@media screen and (max-width:800px) {
  .l_f-footer::before {
    display: none
  }
}

.l_f-footer::after {
  content: "";
  width: 50%;
  height: 100%;
  background: #eaeef2;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1
}

@media screen and (max-width:800px) {
  .l_f-footer::after {
    display: none
  }
}

.l_f-footer .l_f-footer__wrap {
  display: flex;
  max-width: 1020px;
  width: 90%;
  margin: auto auto auto 100px;
}

@media screen and (max-width:800px) {
  .l_f-footer .l_f-footer__wrap {
    display: block;
    width: 100%;
	margin:auto;
  }
}

.l_f-footer .l_f-footer__contact {
  width: 320px;
  margin-right: 60px;
  padding: 70px 0 60px 0
}

@media screen and (max-width:1100px) {
  .l_f-footer .l_f-footer__contact {
    width: 320px
  }
}

@media screen and (max-width:800px) {
  .l_f-footer .l_f-footer__contact {
    width: 100%;
    background: #e60012;
    padding-left: 20px;
    padding-right: 20px
  }
}

@media screen and (max-width:501px) {
  .l_f-footer .l_f-footer__contact {
    padding: 50px 20px 40px
  }
}

.l_f-footer .l_f-footer__contact span {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
  padding-bottom: 20px
}

@media screen and (max-width:501px) {
  .l_f-footer .l_f-footer__contact span {
    font-size: 1.4rem
  }
}

.l_f-footer .l_f-footer__contact * {
  color: #fff
}

.l_f-footer .l_f-footer__contact a+a {
  margin-top: 15px
}

.l_f-footer .l_f-footer__sitenav {
  flex: 1;
  background: #eaeef2;
  padding-left: 60px;
  padding-top: 70px
}

@media screen and (max-width:800px) {
  .l_f-footer .l_f-footer__sitenav {
    padding: 70px 20px
  }
}

@media screen and (max-width:501px) {
  .l_f-footer .l_f-footer__sitenav {
    padding: 50px 20px
  }
}

.l_f-footer .l_f-footer__gnav {
  max-width: 860px
}

.l_f-footer .l_f-footer__gnav dl+dl {
  margin-top: 24px
}

.l_f-footer .l_f-footer__gnav dt {
  color: #e60012;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: 4px
}

.l_f-footer .l_f-footer__gnav ul {
  display: flex;
  flex-wrap: wrap
}

.l_f-footer .l_f-footer__gnav li {
  margin-top: 8px;
}


.l_f-footer .l_f-footer__gnav li:not(:last-child)::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #000;
  display: inline-block;
  margin: 0 8px
}

.l_f-footer .l_f-footer__gnav li a {
  font-size: 1.2rem;
  letter-spacing: 0.18em
}

.l_f-footer .company_info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dcd3d3;
  padding-top: 30px;
  margin-top: 30px
}

@media screen and (max-width:1240px) {
  .l_f-footer .company_info {
    display: block
  }
}

.l_f-footer .company_info__logo {
  max-width: 100px;
  width: 40%;
  display: block
}

@media screen and (max-width:1240px) {
  .l_f-footer .company_info__logo {
    width: 230px
  }
}

.l_f-footer address {
  margin-left: 50px;
  font-style:normal;
  flex: 1;
  line-height: 1.7;
  font-size: 1.2rem
}

@media screen and (max-width:1240px) {
  .l_f-footer address {
    margin: 20px 0 0 0
  }
}

.copy_sp {
  display: none
}

@media screen and (max-width:501px) {
  .copy_sp {
    display: block;
    background: #e60012;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 1.1rem;
    padding: 5px 0;
    color: #fff
  }
}

.l_f-footer .l_f-footer__contact * {
    color: #fff;
}
.o_c_btn__contact__tel {
    font-size: 1.3rem;
}
.o_c_btn__contact__tel, .o_c_btn__contact__mail {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c10211;
    height: 110px;
    text-align: center;
}
.o_c_btn__contact__tel svg, .o_c_btn__contact__mail svg {
    fill: #fff;
}
.o_c_btn__contact__tel dt {
    padding-bottom: 8px;
    line-height: 1;
}
.o_c_btn__contact__tel .title {
    font-family: 'Barlow', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.14rem;
}
.o_c_btn__contact__tel .title, .o_c_btn__contact__mail .title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.o_c_btn__contact__tel .title svg {
    width: 21px;
    height: 23px;
}
.o_c_btn__contact__mail .title svg {
    width: 22px;
    height: 22px;
}
.o_c_btn__contact__mail .title {
    font-size: 2.3rem;
    font-weight: bold;
    font-family: "見出ゴMB31", sans-serif;
    font-feature-settings: "palt";
}
.o_c_btn__contact__tel i, .o_c_btn__contact__mail i {
    padding-right: 5px;
}

.r-footer { position: absolute; right:0; bottom:0; width:650px;}
.r-footer img { width:100%;}

@media screen and (max-width: 1600px) {
.r-footer { position: absolute; right:0; bottom:0; width:400px;}
}

@media screen and (max-width: 1024px) {
.r-footer { display:none;}
}
@media screen and (min-width:769px) and ( max-width:1024px) {
.r-footer { display:none;}

.l_f-footer .l_f-footer__wrap {
    margin: auto auto auto 50px;
}

.blocks .text .title {

    font-size: 2.5em;

}



}





/*modal-nav*/
.modal-menu__face-inner {
    display: block;
    justify-content: space-between;
}

.navi-img { position:absolute; bottom:0; right:0;}
.face-img.a-face {
    width: 35%;
	margin-left:auto!important; margin-right:0!important;
}


/*==================================================
　content
===================================*/

.l-main{ background:#fff;}


.inner {width: auto; max-width: 1200px; margin: 0 auto 0 auto; box-sizing: border-box; position:relative;}

#content { position: relative; padding-top:100px;}

section {
    display: block;
    width: 100%;
	margin:auto auto 200px auto;
}
.blocks {
    position: relative;
    transform: translate3d(0, 0, 0);
	font-size: 1.6rem;
}
.about .image,
.service .image {
    margin-top: 6%;
    width: 61.2%;
}
.blocks .text {
    position: relative;
    overflow: visible;
    width: 26%;
}
.about .text,
.service .text {
    margin-top: -36%;
    margin-left: 65%;
    width: 35%;
}
.blocks .text .title {
    position: relative;
    font-size: 5.4em;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0.05em;
}
.blocks .text .title::after {
    content: "";
    display: block;
    position: absolute;
    width: 168px;
    height: 10px;
    bottom: -30px;
    left: 0;
    background-color: #e60012;
}
.about .text .title,
.service .text .title {
    margin-left: -20%;
}
.blocks .text .lead {
    display: inline-block;
    width: 100%;
    margin-top: 2.8em;
    font-size: 1.9em;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.05em;
	line-height:150%;
}
.blocks .text .body {
    width: 90%;
    margin-top: 2em;
    font-size: 0.875em;
    line-height: 1.8;
}
.blocks .text a.button {
    position: relative;
    display: block;
    width: 250px;
    margin-top: 3em;
    padding: 1.6em 0;
    background-color: #e60012;
    border: solid 2px #e60012;
    text-align: center;
    color: #fff;
    font-size: 0.93em;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: opacity 0.5s linear;
	border-radius: 99px;
}

.top1-chara { position:absolute; width:280px; bottom:0; left:-80px;}
.top2-chara { position:absolute; width:280px; bottom:-10px; right:-10px;}
.top3-chara { position:absolute; width:280px; bottom:0; left:-80px;}

.data .image {
    margin-top: 0%;
    margin-left: 45%;
    width: 45%;
}
.data .text {
    margin-top: -40%;
    margin-left: 10%;
    width: 30%;
}



section.data{
  position:relative;
  background:#f1f5f4;
  padding: 50px;
  transform:skewY(-3deg);
  margin-top:-50px;
}
section.data .c-container{
  transform:skewY(3deg);
}

.section-bg{
  background:#eaeef2;
  padding: 50px;
}

.c-container {
  margin:10px auto 0px auto;
  padding-bottom:100px;
  position:relative;
  z-index:5;
}

.list .text {
	text-align:center;
    width: 100%;
}
.list .text .title::after {
    content: "";
    display: block;
    position: absolute;
    width: 168px;
    height: 10px;
    bottom: -30px;
	margin:auto;
    left: 0;
	right:0;
    background-color: #e60012;
}

/*listスライダーのためのcss*/

.slider-list img {
    width:auto;/*スライダー内の画像を横幅100%に*/
    /*height:calc(100vh - 78px);*/
   height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider-list .slick-slide {
    margin:0 0;/*スライド左右の余白調整*/
}

.list_box { margin-top:100px;}
ul.slider-list li { position:relative;}
.slider-list .list_title { position:absolute; top:20px; left:20px; background:#e60012; color:#fff; text-align:left; padding:5px 10px; letter-spacing: 1px; }
.slider-list .list_content { position:absolute; bottom:15px; left:20px; }
.slider-list .list_content p.list_txt1 { letter-spacing: 1px; text-align:left; display:block; font-size:80%; line-height:200%; margin-bottom:3px;}
.slider-list .list_content p.list_txt1 span { background:#fff; color:#000; padding:3px 6px; }
.slider-list .list_content p.list_txt2 { letter-spacing: 1px; text-align:left; display:block; font-size:80%; line-height:200%; margin-bottom:3px;}
.slider-list .list_content p.list_txt2 span { background:#000; color:#fff; padding:3px 6px; }
ul.slider-list li a { display: block; height: 100%; width: 100%}
.list_btn { text-align:center; margin-top:100px;}
.list_btn a.button {
    display: block;
    width: 250px;
    margin: auto;
}


@media screen and (max-width: 768px) {
	
#content {
    padding-top: 80px;
}	
	
.inner {width: auto; padding: 0 15px; box-sizing: border-box;}


/*スライダーのためのcss*/

.slider img {
    width:auto;/*スライダー内の画像を横幅100%に*/
    height:500px!important;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 0;/*スライド左右の余白調整*/
}

.main-catch {
	width: 80%;
	display:block;
position  : absolute;
	top       : 30%;
	left      : 3%;
	}
.main-catch img { width:100%;}

.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}


.list_box {
    margin-top: 50px;
}

.list_btn {
    text-align: center;
    margin-top: 50px;
}

.slider-list img {
    width:auto;/*スライダー内の画像を横幅100%に*/
    /*height:calc(100vh - 78px);*/
   height:auto;
}

.slider-list .list_title { font-size:90%;}
.slider-list .list_content p.list_txt1 { font-size:70%;}
.slider-list .list_content p.list_txt2 { font-size:70%;}
}



