﻿/* CSS Document */
/*---------------------------------

  共通

---------------------------------*/
html{
  color: #151515;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll;
}
body{
  min-width: 100%;
  position: relative;
}
body::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  z-index: -1;
  transition: opacity .2s;
  opacity: 0;
}
body.overlay,body.overlay-hidden{
  overflow: hidden;
}
body.overlay::before{
  z-index: 99;
  opacity: 1;
}
.bg-overlay{
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  z-index: -1;
  transition: opacity .2s;
  opacity: 0;
}
.bg-overlay{
  overflow: hidden;
}
.bg-overlay.active{
  z-index: 99;
  opacity: 1;
}
img{
  max-width: 100%;
  height: auto;
}
#wrapper{
  
  width: 100%;
  overflow: hidden;
}
.page_top .lazy{
  transition: opacity 4s;
}
.lazy{
  opacity: 0;
  transition: opacity .7s;
  visibility: hidden;
}
.lazy.end-load{
  opacity: 1;
  visibility: visible;
}
a{
  text-decoration: none;
  color: inherit;
  transition: all .3s;
}
a.text-link:hover{
  text-decoration: underline;
}
ol,li{
  list-style: none;
}
.inner1280{
  max-width: 1280px;
  margin: auto;
}
.inner1040{
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}
.inline-block{
  display: inline-block;
}
.description{
  font-size: 15px;
  line-height: calc(28 / 15);
}
section.last{
  padding-bottom: 120px;
}
@media screen and (max-width: 1039px){
  body{
  min-width: 100%;
    padding-bottom: 72px;
}
  .inner1280{
    margin: auto;
  padding: 0 30px;
}
  .inner1040{
    max-width: 600px;
    margin: auto;
  padding: 0 30px;
}
  .description{
  font-size: 12px;
  line-height: calc(18 / 12);
}
  section.last{
  padding-bottom: 80px;
}
}

/*------------------------------------------------------------------スプラッシュアニメーション------------------------------------------------------------------*/
/*---------------------------------

  スプラッシュアニメーション

---------------------------------*/
.splash{
  
}
.page_second .splash {
    display: none
  }
.splash .splash-item{
  width: 100%;
  /*min-width: 1040px;*/
  height: 100vh;
  min-height: 675px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  padding-top: 75px;
  background: #fff;
  pointer-events: none;
}
.splash .splash-item h3{
  width: 521px;
  height: 479px;
  text-align: center;
  padding-top: 58px;
}
  .splash .splash-item.item00{
    z-index: 2004;
  }
.splash .splash-item.item01{
  z-index: 2003;
  
  
}
.splash .splash-item.item02{
  z-index: 2002;
 
}
.splash .splash-item.item03{
  
  background: #1B4193;
  z-index: 2000;
}
.splash .splash-item.item04{
  z-index: 80;
  position: absolute;
  background: transparent;
  pointer-events:all;
}
.splash .text-area{
  background: rgba(0,0,0,.59);
  width: 521px;
  height: 479px;
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding-top: 58px;
  border-radius: 6px;
}

.splash .text-area h2{
  margin-bottom: 43px;
}
  @media screen and (max-width: 1039px){
    .page_second .splash {
    display: block
  }
    .page_second .splash img{
    display: none
  }
.splash .splash-item{
  min-width: inherit;
  min-height: 470px;
  padding-top: 70px;
  
}
    .splash .splash-item.item01{
      padding: 0;
    }
    
.splash .splash-item h3{
  padding: 70px 42px 0 42px;
  width: 300px;
  height: 282px;
  text-align: center;
  padding-top: 30px;
}
    .splash  .text-area{
  width: 300px;
  height: 282px;
  padding: 30px 42px 20px 42px;
      top: 70px;
}
.splash .text-area h2{
  margin-bottom: 32px;
}
  .splash .text-area .scroll{
    width: 28px;
    margin: auto;
  }
  }
@media screen and (max-width: 767px){
 .page_second .splash {
    display: none
  }
}
/*------------------------------------------------------------------グロナビ------------------------------------------------------------------*/
/*---------------------------------

  PCグロナビ

---------------------------------*/
.header_PC .globalNav{
  position: relative;
  background: #F2F2F2;
  z-index: 100;
  
}
.header_PC .globalNav .globalNav-wrap{
  display: flex;
  align-items: center;
  
  padding: 0 60px;
}
.header_PC .globalNav a{
  transition: all .3s;
  display: block;
}
.header_PC .globalNav h1{
  width: 269px;
}
.header_PC .globalNav h1 img{
  width: 222px;
}
.header_PC .globalNav h1 a:hover{
  opacity: .8;
}
.header_PC .globalNav .globalNav-list{
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  width: calc(100% - 269px);
}
.header_PC .globalNav .globalNav-list .item{
  margin-right: auto;
  max-width: 264px;
  width: calc(100% / 6);
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.header_PC .globalNav .globalNav-list .item:hover {
  
  background: #fff;
}
.header_PC .globalNav .globalNav-list .item:hover > a{
  color: #1B4193;
}
.header_PC .globalNav .globalNav-list .item_btn:hover > a {
    color: #fff;
}
.btn-mouseover:hover .mouseover-box{
  opacity: 1;
  visibility: visible;
}
.mouseover-box:hover{
  opacity: 1;
  visibility: visible;
}
.mouseover-box{
  visibility: hidden;
  transition: all .2s;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top:75px;
  max-width: 1000px;
  z-index: 99;
  
}
.mouseover-box.active{
  opacity: 1;
  visibility: visible;
}
/*.btn-mouseover.active .mouseover-box{
  opacity: 1;
  visibility: visible;
}*/
.mouseover-contents{
  background: #fff;
  max-height: calc(100vh - 95px);
  overflow: auto;
  padding-bottom: 50px;
}
.mouseover-contents .tab-area {
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding: 30px 0;
}
 .mouseover-contents .tab {
    width: 124px;
    height: 30px;
   margin: 0 25px;
    line-height: 30px;
    text-align: center;
   border-bottom: solid 1px #CCCCCC;
   font-size: 15px;
   font-weight: bold;
  }
  .mouseover-contents .tab.tab-active {
    color: #1B4193;
    border: none;
    border-bottom: solid 1px #1B4193;
  }
.mouseover-contents .tab-content-area {
  font-size: 12px;
  text-align: center;
  }
  .mouseover-contents .tab-content {
    display: none;
  }
  .mouseover-contents .tab-content.show {
    display: block;
  }
.mouseover-contents .tab-content .tab-content-item-list{
  display: flex;
  flex-wrap: wrap;
  max-width: 717px;
  margin: auto;
  justify-content: center;
}
.mouseover-contents .tab-content .tab-content-item-list .tab-content-item{
  width: 189px;
  margin: 0 25px;;
}
.mouseover-contents .tab-content .tab-content-item-list .tab-content-item a:hover{
  opacity: .7;
}
.mouseover-contents .tab-content .tab-content-item-list .tab-content-item .name{
  height: 80px;
  padding-top:5px;
}

.header_PC .globalNav .globalNav-list .item_btn{
  margin-right: 0;
  
}
.header_PC .globalNav .globalNav-list .item_btn a{
  width: 123px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1B4193;
  
  border-radius: 6px;
  border: solid 1px #1B4193;
}
.header_PC .globalNav .globalNav-list .item_btn:hover{
  background: transparent;
}
.header_PC .globalNav .globalNav-list .item_btn a:hover{
  color: #1B4193;
  background: #fff;
}
.header_PC.clone-nav {
  z-index: 1000;
  position: fixed;
  top: -100px;
  left: 0;
  transition: all 1s;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
  width: 100%;
  min-width: 1040px;
}
.header_PC.clone-nav .globalNav{
  background: #fff;
}
.header_PC.clone-nav.is-fixed-nav {
  top: 0;
  z-index: 1000;
}
.header_PC{
  display: block;
}
/* プライマリーがタッチスクリーンのような正確なポインターがないディバイスの場合 */
@media (pointer: coarse) {
  .header_PC{
  display: none;
}
  .header_SP{
    display: block;
  }
}

/* プライマリーがマウスのような正確なポインターがあるディバイスの場合 */
@media (pointer: fine) {
  .header_PC{
  display: block;
}
.mouseover-box:hover{
  opacity: 1;
  visibility: visible;
}
   .header_SP{
    display: none;
  }
}
@media (pointer: none) {
  .header_PC{
  display: none;
}
  .header_SP{
    display: block;
  }
}
/*---------------------------------

  SPグロナビ

---------------------------------*/
@media screen and (max-width: 1039px){
.header_PC{
  display: none!important;
}
  .header_SP{
    display: block!important;
  }
  }
.header_SP{
  
  z-index: 60;
  width: 100%;
  background: #F2F2F2;
  
}
  .header_SP h2{
    height: 70px;
    display: flex;
  align-items: center;
    padding-left: 30px;
  }
  .header_SP h2 img{
    width: 222px;
  }
/* グルーバルメニュー */
.header_SP .globalNav .globalNav-contents {
    position: fixed;
    z-index:800;
    top: 0;
    left: 0;
    height: calc(100%);
    overflow: auto;
    text-align: center;
  visibility: hidden;
  transform: translateX(-100%);
     /*transform: translateY(0);*/
    transition: all 0.7s;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  background: #F2F2F2;
  opacity: 0;
}

.header_SP .globalNav .globalNav-list{
  font-size: 14px;
  font-weight: bold;
}
.header_SP .globalNav .globalNav-list .item{
  padding: 0 30px;
}
  .header_SP .globalNav .globalNav-list .item>a{
    padding: 20px 0;
    display: block;
  }
  .header_SP .globalNav .globalNav-list .tab-item>a{
    padding: 0 0 20px 0;
    display: block;
  }
.header_SP .globalNav .globalNav-list .tab-item.item .tab-box .tab-area {
  display: flex;
  justify-content: center;
  align-content: center;
  cursor: pointer;
  border-top: solid 1px #707070;
}
 .header_SP .globalNav .globalNav-list .item .tab-box .tab-area .tab {
    width: 25%;
    height: 52px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 12px;
   font-weight: bold;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header_SP .globalNav .globalNav-list .item .tab-box .tab-area .tab.tab-active {
    color: #1B4193;
    background: #fff;
  }
.header_SP .globalNav .globalNav-list .item .tab-box .tab-content-area {
  font-size: 10px;
  text-align: center;
  margin-bottom: 30px;
  }
  .header_SP .globalNav .globalNav-list .item .tab-box .tab-content-area .tab-content {
    display: none;
    background: #fff;
  }
  .header_SP .globalNav .globalNav-list .item .tab-box .tab-content-area .tab-content.show {
    display: block;
  }
.header_SP .globalNav .globalNav-list .item .tab-box .tab-content-area .tab-content-item-list{
  display: flex;
  flex-wrap: wrap;
}
.header_SP .globalNav .globalNav-list .item .tab-box .tab-content-area .tab-content-item-list .tab-content-item{
  width: calc((100% - 20px) / 2);
  margin: 5px;
}
.header_SP .globalNav .globalNav-list .item .tab-box .tab-content-area .tab-content-item-list .tab-content-item .name{
  padding-top:5px;
  padding-bottom: 15px;
}

.header_SP .globalNav .globalNav-list .item_white{
  background: #fff;
  
}
  .header_SP .globalNav .globalNav-list .item_white a{
  background: #fff;
  border-bottom: solid 1px #707070;
}
  .header_SP .globalNav .globalNav-list .item_white.last a{
  
  border-bottom: none;
}
  .header_SP .globalNav .globalNav-list .item_blue {
  background: #1B4193;
    padding: 0;
    color: #fff;
}
  .header_SP.clone-nav{
    background: transparent;
  }
  .header_SP.clone-nav .globalNav > h2{
    display: none;
  }
.header_SP.clone-nav .navToggle{
  position: fixed;
  transition: all 1s;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  border-radius: 6px;
  top: -100%;
}
.header_SP.clone-nav .globalNav .navToggle{
  background: #fff;
}
.header_SP.clone-nav.is-fixed-nav .navToggle{
  top: 0;
  
}
  .header_SP .foooter-nav{
    visibility: hidden;
    position: fixed;
    bottom: -100%;
    background: #1B4193;
    display: flex;
    align-items: center;
    width: 100%;
    height: 72px;
    z-index:-1;
    transition: all .3s;
  }
  .header_SP.clone-nav.is-fixed-nav .foooter-nav{
    visibility: visible;
    bottom: 0;
    z-index: 799;
  }
  .header_SP .foooter-nav .btn{
    width: 25%;
    height: 52px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-left: solid 1px;
    font-weight: bold;
  }
  .header_SP .foooter-nav .btn:first-of-type{
    border-left: none;
  }
  
  .header_SP .foooter-nav .btn::before{
    content: "";
    display: block;
    
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    margin: auto;
  }
  .header_SP .foooter-nav .btn span{
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .header_SP .foooter-nav .btn:nth-of-type(1):before{
    background-image: url("/assets/img/icon-cart.svg");
  }
  .header_SP .foooter-nav .btn:nth-of-type(2):before{
    background-image: url("/assets/img/icon-pamph.svg");
  }
  .header_SP .foooter-nav .btn:nth-of-type(3):before{
    background-image: url("/assets/img/icon-manual.svg");
  }
  .header_SP .foooter-nav .btn:nth-of-type(4):before{
    background-image: url("/assets/img/icon-movie.svg");
  }
 
/* このクラスを、jQueryで付与・削除する */
.header_SP .globalNav .globalNav-contents.active {
    /*transform: translateX(0%);*/
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}


/*ハンバーガー部分ーーーーーーーーーーーーーーーーーーーーー*/
.navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    right: 5px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 900;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 25px;
    border-bottom: solid 3px #333333;
    /*-webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    transition: .6s ease-in-out;*/
    left: 13px;
}
 
.navToggle span:nth-child(1) {
    top: 15px;
}
 
.navToggle span:nth-child(2) {
    top: 24px;
}
 
.navToggle span:nth-child(3) {
    top: 32px;
}

/*タップした後ーーーーーーーーーーーーーーーーーーーーー*/
.navToggle.active::after{
  display: none;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span{
  box-shadow: none;
}

.navToggle.active span:nth-child(1) {
    top: 24px;
    left: 10px;
  width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 24px;
  left: 10px;
  width: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*------------------------------------------------------------------フッター------------------------------------------------------------------*/
/*---------------------------------

  フッター　section_footer01

---------------------------------*/
.section_footer01{
  background: #F2F2F2;
}
.section_footer01 .container{
  padding: 156px 0;
  display: flex;
  justify-content: space-between;
}
.section_footer01 .container .link-item{
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  position: relative;
  
}
.section_footer01 .container .link-item:hover{
  opacity: .7;
  box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.section_footer01 .container .link-item h3{
  font-size: 15px;
  font-weight: bold;
  line-height: calc(28 / 15)
}
.section_footer01 .container .link-item::before{
  content: "";
  display: block;
  width: 90px;
  height: 80px;
  margin: 88px auto 30px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.section_footer01 .container .link-item.item01::before{
  background-image: url("/assets/img/icon-youtube.svg");
}
.section_footer01 .container .link-item.item02::before{
  background-image: url("/assets/img/icon-book.svg");
}
.section_footer01 .container .link-item.item03::before{
  background-image: url("/assets/img/icon-cad.svg");
}
@media screen and (max-width: 1039px){
.section_footer01 .container{
  padding: 60px 30px;
  display: block;
}
.section_footer01 .container .link-item{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: 0 25px;
}
  .section_footer01 .container .link-item+.link-item{
    margin-top: 20px;
  }
.section_footer01 .container .link-item h3{
  font-size: 14px;
  line-height: calc(21 / 14);
  width: 150px;
  margin: auto;
  
}
.section_footer01 .container .link-item::before{
  width: 55px;
  height: 50px;
  margin: 0;
  
  background-size: contain;
}
}
/*---------------------------------

  フッター　section_footer02

---------------------------------*/
.section_footer02{
  background: #fff;
}
.section_footer02 .certification-list{
  padding: 73px 0 77px 0;
  display: flex;
  justify-content: center;
  border-bottom: solid 3px #1B4193;
}
.section_footer02 .certification-list .item{
  width: 180px;
  display: flex;
  align-items: center;
  margin: 0 100px;
}
.section_footer02 .certification-list .item .image{
  position: relative;
  bottom: -2px;
  margin-right: 5px;
}
.section_footer02 .certification-list .item .image img{
  width: 40px!important;
}
.section_footer02 .certification-list .item p{
  font-size: 15px;
  font-weight: bold;
  line-height: calc(28 / 15);
}
.section_footer02 .footer-sitemap h2{
  padding: 40px 0;
  text-align: center;
}
.section_footer02 .footer-sitemap h2 img{
  width: 276px;
}
.section_footer02 .footer-sitemap .sitemap-wrap{
  display: flex;
  justify-content: space-between;
}
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item{
  width: 215.5px;
}
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item.last{
  width: 295px;
}
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item a{
  display: block;
  font-size: 15px;
  padding: 5px 0;
}
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item a:hover{
  opacity: .7;
}
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item a.no-hover:hover{
    opacity: 1;
  }
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item h3 a{
  
  padding: 7.5px 0;
  border-bottom: solid 1px #CCCCCC;
  display: block;
  margin-bottom: 5px;
}
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item.last h3 a{
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px){
.section_footer02 .certification-list{
  padding: 40px 0;
  display: block;
  border-bottom: solid 2px #1B4193;
}
.section_footer02 .certification-list .item{
  width: 159px;
  margin: 0 auto;
}
  .section_footer02 .certification-list .item+.item{
    margin-top: 30px;
  }
.section_footer02 .certification-list .item .image{
  bottom: -6px;
}
.section_footer02 .certification-list .item p{
  font-size: 12px;
  line-height: calc(21 / 12);
}
.section_footer02 .footer-sitemap h2{
  padding: 30px 0;
  text-align: left;
}
  .section_footer02 .footer-sitemap h2 img{
  width: 276px;
}
.section_footer02 .footer-sitemap .sitemap-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item{
  width: calc((100% - 45px) / 3);
}
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item.last{
  width: 100%;
}
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item a{
  font-size: 11px;
  padding: 5px 0;
}
  
.section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item h3 a{
  font-size: 12px;
  padding: 0 0 10px 0;
}
  .section_footer02 .footer-sitemap .sitemap-wrap .sitemap-item.last{
    margin-top: 20px;
  }
}

/*---------------------------------

  フッター　section_footer03

---------------------------------*/
.section_footer03 .container{
  display: flex;
  padding: 50px 20px 20px 20px;
}
.section_footer03 .container .link{
  font-size: 13px;
  padding: 0 13px;
  line-height: 1;
}
.section_footer03 .container .link:hover{
  opacity: .7;
}
.section_footer03 .container .link:first-of-type{
  padding-left: 0;
  
}
.section_footer03 .container .copy{
  font-size: 13px;
  line-height: 1;
  margin-left: auto;
}
@media screen and (max-width: 1039px){
  .section_footer03 .container{
  
    flex-wrap: wrap;
    justify-content: center;
  padding: 20px 30px;
}
.section_footer03 .container .link{
  font-size: 12px;
  padding: 0 12px;
  margin-bottom: 20px;
}
.section_footer03 .container .copy{
  width: 100%;
  text-align: center;
  font-size: 12px;
}
}
/*------------------------------------------------------------------共通パーツ------------------------------------------------------------------*/
/*---------------------------------

  青ボタン

---------------------------------*/
.blue-btn{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #1B4193;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #1B4193;
}
.blue-btn:hover{
  color: #1B4193!important;
  background: #fff!important;
}
@media screen and (max-width: 1039px){

.blue-btn{
  font-size: 14px;
  width: 160px;
  height: 30px;
}

}
/*---------------------------------

  白ボタン

---------------------------------*/
.white-btn{
  width: 136px;
  font-size: 15px;
  font-weight: bold;
  color: #1B4193;
  background: #fff;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #1B4193;
  border-radius: 6px;
}
.white-btn:hover{
  color: #fff;
  background: #1B4193;
  border: solid 1px #1B4193;
}
@media screen and (max-width: 1039px){

.white-btn{
  width: 125px;
  font-size: 14px;
  height: 30px;
}

}
/*---------------------------------

  .section-title01

---------------------------------*/
.section-title01{
  padding-top: 120px;
  padding-bottom: 103px;
  text-align: center;
  color: #1B4193;
}
.section-title01 h2 .warning{
  display: flex;
  justify-content: center; 
}
.section-title01 h2 .warning::before,.section-title01 h2 .warning::after {
  content: "";
  background-image: url("/assets/img/warning.svg");
  background-size: contain;
  width: 36px;
  height: 33px;
  margin: 0 10px;
  position: relative;
  top: -5px;
}
.section-title01 h2{
  font-size: 22px;
  font-weight: 400;
  position: relative;
}
.section-title01 h2::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background: #1B4193;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45px;
}
@media screen and (max-width: 1039px){
  .section-title01{
  padding-top: 80px;
  padding-bottom: 65px;
}
.section-title01 h2{
  font-size: 17px;
}
.section-title01 h2::after{
  top: 35px;
}
}
/*---------------------------------

  .section-title02

---------------------------------*/
.section-title02{
  padding-top: 130px;
}
.section-title02 h2{
  background:#1B4193;
  color: #fff;
  text-align: center;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
@media screen and (max-width: 1039px){
  .section-title02{
  padding-top: 80px;
}
.section-title02 h2{
  height: inherit;
  min-height: 91px;
  padding: 20px 10px;
  font-size: 17px;
}
}
/*---------------------------------

  .section-title03

---------------------------------*/
.section-title03{
  padding-top: 60px;
}
.section-title03 h3{
  background:#fff;
  color: #1B4193;
  text-align: center;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 1039px){
  .section-title03{
  padding-top: 30px;
}
.section-title03 h3{
  height: 45px;
  font-size: 17px;
}
}
/*---------------------------------

  .section-title04

---------------------------------*/
.section-title04{
  padding-bottom: 40px;
  padding-top: 51px;
}
.section-title04.pt-0{
  padding-top: 0;
}
.section-title04 h4{
  font-size: 15px;
  font-weight: 400;
  color: #1B4193;
  display: flex;
}
@media screen and (max-width: 1039px){
  .section-title04{
  padding-bottom: 40px;
}
.section-title04 h4{
  font-size: 14px;
}
}
/*---------------------------------

  .section-title05

---------------------------------*/
.section-title05{
  padding-top: 100px;
  text-align: center;
}
.section-title05 h2{
  display: inline-block;
  font-weight: 400;
  border-bottom: solid;
  padding: 0 60px 20px 60px;
  font-size: 22px;
  color: #1B4193;
}
@media screen and (max-width: 1039px){
  .section-title05{
  padding-top: 70px;
}
.section-title05 h2{
  display: inline-block;
  width: calc(100% - 60px);
  margin: auto;
  font-weight: 400;
  border-bottom: solid;
  padding: 0 20px 20px 20px;
  font-size: 17px;
  color: #1B4193;
}
}



/*---------------------------------

  パンくずリスト

---------------------------------*/
.breadcrumb{
  display: flex;
  font-size: 11px;
  padding: 6px 60px;
}
.breadcrumb li+li:before{
  content: " ＞ ";
}
.breadcrumb li a:hover{
  opacity: .7;
}
@media screen and (max-width: 1039px){
  .breadcrumb{
  /*display: flex;
  font-size: 11px;
  padding: 6px 30px;*/
    display: none;
}
}

/*---------------------------------

  supp

---------------------------------*/
.supp{
  font-size: 12px;
  margin-top: 10px;
}
.supp.mt-0{
  margin-top: 0;
}
@media screen and (max-width: 1039px){
  .supp{
  font-size: 10px;
  margin-top: 10px;
}
}
/*---------------------------------

  big-image

---------------------------------*/
.big-image{
  margin-top: 50px;
}
@media screen and (max-width: 1039px){
  .big-image{
  margin-top: 100px;
}
}


/*---------------------------------

flex

---------------------------------*/
.flex-item.text-center{
  text-align: center;
}
.flex-3{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -80px;
}
.flex-3 .flex-item{
  width: 300px;
  margin-top: 80px;
}
.flex-3 .flex-item .description{
  font-size: 15px;
  line-height: calc(28 / 15);
}
.flex-4{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -50px;
}
.flex-4::before{
  content: "";
  width: 213px;
  height: 0;
  order: 2;
}
.flex-4::after{
  content: "";
  width: 213px;
  height: 0;
}
.flex-4 .flex-item{
  width: 213px;
  margin-top: 50px;
}
.flex-4 .flex-item .description{
  font-size: 15px;
  line-height: calc(28 / 15);
}
.flex-2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -50px;
}
.flex-2 .flex-item{
  width: 475px;
  margin-top: 50px;
}
.flex-2.text-pic .flex-item.text{
  width: 460px;
}
.flex-2.text-pic .flex-item.pic{
  width: 50%;
}
.flex-2.flex-2-b{
  align-items: center;
  padding: 22px 0;
}
.flex-2.flex-2-b .flex-item.text{
  width: 330px;
}
.flex-2.flex-2-b .flex-item.text h3{
  font-size: 25px;
}
.flex-2.flex-2-b .flex-item.image{
  width: 670px;
}

.flex-2.flex-2-a{
  max-width: 857px;
  margin-left: auto;
  margin-right: auto;
}
.flex-2.flex-2-a .flex-item.image{
  width: 227px;
}
.flex-2.flex-2-a .flex-item.table{
  width: 570px;
}
.flex-2 .flex-item .description{
  font-size: 15px;
  line-height: calc(28 / 15);
}
.read-descriprtion{
  text-align: center;
  font-size: 15px;
  line-height: calc(28 /15);
}
.read-descriprtion.mt-30{
  margin-top: 30px;
}
.read-descriprtion.mb-50{
  margin-bottom: 50px;
}

@media screen and (max-width: 1039px){
.flex-3{
  margin-top: -30px;
}
.flex-3 .flex-item{
  width: 100%;
  margin-top: 30px;
}
.flex-2.flex-2-a .flex-item.image{
  width: 100%;
}
.flex-2.flex-2-a .flex-item.table{
  width: 100%;
}
  .flex-2.flex-2-b{
  align-items: center;
  padding: 10px 0;
}
.flex-2.flex-2-b .flex-item.text{
  width: 100%;
}
.flex-2.flex-2-b .flex-item.text h3{
  font-size: 20px;
  text-align: center;
}
.flex-2.flex-2-b .flex-item.image{
  width: 100%;
}

.flex-3 .flex-item .description{
  font-size: 12px;
  line-height: calc(18 / 12);
}
.flex-4{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
}
.flex-4::before{
  
  width: calc((100% - 20px) / 3);
  
}
.flex-4::after{
  
  width: calc((100% - 20px) / 3);
  
}
.flex-4 .flex-item{
  width: calc((100% - 20px) / 3);
  margin-top: 30px;
}
.flex-4 .flex-item .description{
  font-size: 12px;
  line-height: calc(18 / 12);
}
.flex-2{
  margin-top: -30px;
}
.flex-2 .flex-item{
  width: 100%;
  margin-top: 30px;
}
  .flex-2.text-pic .flex-item.text{
  width: 100%;
}
.flex-2.text-pic .flex-item.pic{
  width: 100%;
}
.flex-2 .flex-item .description{
  font-size: 12px;
  line-height: calc(18 / 12);
}
.read-descriprtion{
  text-align: left;
  font-size: 14px;
  line-height: calc(28 /15);
}
}
/*---------------------------------

  download-wrap

---------------------------------*/
.download-wrap{
  margin-top: 80px;
}
.download-wrap .download-item{
  background: rgba(220,227,242,.67);
  padding: 20px 10px 20px 20px;
}
.page_download .download-wrap .download-item{
  padding: 20px 20px 20px 40px;
}
.download-wrap .download-item dl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}

.download-wrap .download-item .period{
  font-weight: bold;
  width: 61px;
}
.page_download .download-wrap .download-item .period{
  width: 620px;
}
.download-wrap .download-item dd{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-wrap .download-item dd .date{
  width: 250px;
}
.download-wrap .download-item dd a{
  width: 270px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  border: solid 1px #1B4193;
  border-radius: 60px;
}
.page_download .download-wrap .download-item dd a{
  width: 300px;
}
.download-wrap .download-item dd a.btn_white{
  color: #1B4193;
  
}
.download-wrap .download-item dd a.btn_blue{
  background-color: #1B4193;
  color: #fff;
  margin-left: 20px;
}
.download-wrap .download-item dd a:hover{
  color: #1B4193;
  background: #fff;
}
.download-wrap .download-item+.download-item{
  margin-top: 30px;
  
}

@media screen and (max-width: 1039px){
  .download-wrap .download-item{
  padding: 20px 10px 20px 10px;
}
  .page_download .download-wrap .download-item{
  padding: 20px 10px 20px 10px;
}
.download-wrap .download-item dl{
  display: block;
  font-size: 12px;
  text-align: center;
}
.download-wrap .download-item .period{
  width: 100%;
}
  .page_download .download-wrap .download-item .period{
  width: 100%;
}
.download-wrap .download-item dd{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.download-wrap .download-item dd .date{
  width: 100%;
  margin: 15px 0;
}
.download-wrap .download-item dd a{
  width: 100%;
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  border: solid 1px #1B4193;
}
  .page_download .download-wrap .download-item dd a{
  width: 100%;
}
.download-wrap .download-item dd a.btn_blue{
  margin-left: 0;
  margin-top: 20px;
}

}

/*------------------------------------------------------------------TOPページ------------------------------------------------------------------*/
/*---------------------------------

  トップページMV

---------------------------------*/
.MV_top{
  position: relative;
}

.MV_top .item{
  display: flex;  
}
.MV_top .item .left{
  width: 50%;
  height: calc(100vh - 75px);
  min-height: 600px;
}
.MV_top .item .right{
  width: 50%;
  height: calc(100vh - 75px);
  min-height: 600px;
}
.MV_top .item .right{
  width: 50%;
  height: calc(100vh - 75px);
  min-height: 600px;
}
.MV_top .item .right-top{
  width: 100%;
  height: calc((100vh - 75px) / 2);
  min-height: 300px;
}
.MV_top .item .right-bottom{
  width: 100%;
  display: flex;
  height: calc((100vh - 75px) / 2);
  min-height: 300px;
}
.MV_top .item .right-bottom>div{
  width: 50%;
}
.MV_top .image{
  height: 100%;
}
.MV_top .item01 .image01{
  background:url("/assets/img/item01-image01N@2x.jpg") center;
  background-size: cover;
}
.MV_top .item01 .image02{
  background:url("/assets/img/item01-image02N@2x.jpg") center;
  background-size: cover;
}
.MV_top .item01 .image03{
  background:url("/assets/img/item01-image03@2x.jpg") center;
  background-size: cover;
}
.MV_top .item01 .image04{
  background:url("/assets/img/item01-image04@2x.jpg") center;
  background-size: cover;
}
.MV_top .item02 .image01{
  background:url("/assets/img/item02-image01@2x.jpg") center;
  background-size: cover;
}
.MV_top .item02 .image02{
  background:url("/assets/img/item02-image02@2x.jpg") center;
  background-size: cover;
}
.MV_top .item02 .image03{
  background:url("/assets/img/item02-image03@2x.jpg") center;
  background-size: cover;
}
.MV_top .item02 .image04{
  background:url("/assets/img/item02-image04@2x.jpg") center;
  background-size: cover;
}
.MV_top .item03 .image01{
  background:url("/assets/img/item03-image01N@2x.jpg") center;
  background-size: cover;
}
.MV_top .item03 .image02{
  background:url("/assets/img/item03-image02NN@2x.jpg") center;
  background-size: cover;
}
.MV_top .item03 .image03{
  background:url("/assets/img/item03-image03N@2x.jpg") center;
  background-size: cover;
}
.MV_top .item03 .image04{
  background:url("/assets/img/item03-image04NN@2x.jpg") center;
  background-size: cover;
}
@media screen and (max-width: 1039px){

.MV_top .item{
  display: block;
}
.MV_top .item .left{
  width: 100%;
  height: calc((100vh - 70px) / 2);
  min-height: calc(400px / 2);
}
.MV_top .item .right{
  width: 100%;
  height: calc((100vh - 70px) / 2);
  min-height: calc(400px / 2);
}
.MV_top .item .right-top{
  width: 100%;
  height: calc((100vh - 70px) / 4);
  min-height: calc(400px / 4);
}
.MV_top .item .right-bottom{
  height: calc((100vh - 70px) / 4);
  min-height: calc(400px / 4);
}
}


/*---------------------------------

  TOP-section01

---------------------------------*/
.section_top01{
  background: #F2F2F2;
  position: relative;
  width: 100%;
}
.section_top01 .container{
  position: relative;
  padding: 135px 0 0 69px;
  height: 100%;
  height: 601px;
  margin-bottom: 96px;
}
.section_top01 .container .text-area{
  position: relative;
  z-index: 2;
}
.section_top01 .container .text-area .description{
  font-size: 22px;
  line-height: calc(42 / 22);
  margin-bottom: 20px;
}
.section_top01 .container .text-area .blue-btn{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #1B4193;
  width: 168px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.5);
  border: solid 1px #1B4193;
}
.section_top01 .moveIllust{
  position: absolute;
  left: 95px;
  top: 107px;
  width: 1166px;
}
@media screen and (max-width: 1279px){
  .section_top01 .moveIllust{
  position: absolute;
  left: 10vw;
  top: inherit;
    bottom: -5vw;
  width: calc(100% - 10vw);
}
}
@media screen and (max-width: 1039px){
.section_top01 .container{
  position: relative;
  padding: 30px;
  height: calc(190px + 50vw);
  margin-bottom: 0;
}
.section_top01 .container .text-area .description{
  font-size: 17px;
  line-height: calc(32 / 17);
  margin-bottom: 10px;
}
.section_top01 .container .text-area .blue-btn{
  font-size: 14px;
  width: 160px;
  height: 30px;
}
.section_top01 .moveIllust{

  position: relative;
  left: 0;
  top: 30px;
  width: calc(100% + 30px);
}
}
/*---------------------------------

  TOP-section02

---------------------------------*/
.section_top02 .container .slick02{
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.section_top02 .container .slick02 .item{
  width: calc((100% - 40px) / 3);
  background-size: cover;
  background-position: center;
  padding: 50px 46px 50px 46px;
  box-shadow: 0 3px 15px rgba(0,0,0,.5)
}


.section_top02 .container .slick02 .item1367508{
  background-image: url("/product/kenzai/__icsFiles/afieldfile/2021/11/04/bg-habakiS@2x.jpg");
}

.section_top02 .container .slick02 .item1367541{
  background-image: url("/product/kenzai/__icsFiles/afieldfile/2021/11/05/bg-doorFlame@2x.jpg");
}

.section_top02 .container .slick02 .item1367538{
  background-image: url("/product/kenzai/__icsFiles/afieldfile/2021/11/05/bg-haisen@2x.jpg");
}


.section_top02 .container .slick02 .item .item-card{
  background: rgba(245,245,245,.7);
  padding: 10px;
  min-height: 373px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section_top02 .container .slick02 .item .item-card .name{
  font-size: 15px;color: #1B4193;
  padding: 6px 0 6px 0;
}
.section_top02 .container .slick02 .item .item-card .description{
  font-size: 14px;
  border-top: solid 1px #707070;
  line-height: calc(21 / 14);
  padding: 10px 0;
}
.section_top02 .container .slick02 .item .item-card .blue-btn{
  width: 125px;
  margin: auto auto 0 auto;
}
@media screen and (max-width: 1039px){
  .section_top02 .container {
    padding: 0;
  }
  .section_top02 .container .slick02{
  display: block;
    padding: 0;
}
.section_top02 .container .slick02 .item{
  width: inherit;
  background-size: cover;
  background-position: center;
  padding: 30px 45px 30px 45px;
  
}
.section_top02 .container .slick02 .item .item-card{
  min-height: 300px;
  min-height: 600px;
  
  height: 100%;
}
.section_top02 .container .slick02 .item .item-card .name{
  font-size: 14px;
  padding: 6px 0 6px 0;
}
.section_top02 .container .slick02 .item .item-card .description{
  font-size: 12px;
  line-height: calc(18 / 12);
  padding: 10px 0 20px 0;
}
  .slick02 .slick-slide{
    margin: 7.5px;
  }
  .slick-next{
    right: 6%;
    width: 22px;
    height: 22px;
  }
  .slick-prev{
    left: 6%;
    width: 22px;
    height: 22px;
    z-index: 2;
  }
  .slick-next:before{
    content: url("/assets/img/slick-next.svg");
     width: 22px;
    height: 22px;
    opacity: 1;
  }
  .slick-prev:before{
    content: url("/assets/img/slick-prev.svg");
     width: 22px;
    height: 22px;
    opacity: 1;
  }
}
@media screen and (max-width: 500px){
  .section_top02 .container .slick02 .item .item-card{
  min-height: 420px;
}
}
/*---------------------------------

  TOP-section03

---------------------------------*/

.news-list .item{
  display: flex;
}
.news-list .item+.item{
  margin-top: 40px;
}
.news-list .item .date{
  font-size: 12px;
  width: 95px;
}
.news-list .item .category{
  font-size: 10px;
  color: #1B4193;
  font-weight: bold;
  width: 110px;
  height: 20px;
  border: solid 1px ;
  text-align: center;
  border-radius: 8px;
  margin-right: 30px;
}
.news-list .item .category:hover{
  background: #1B4193;
  color: #fff;
}
.news-list .item .title{
  width: calc(100% - 235px);
  font-size: 14px;
}
.section_top03 .container .blue-btn{
  width: 202px;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 1039px){
  .news-list .item{
  flex-wrap: wrap;
}
.news-list .item+.item{
  margin-top: 30px;
}
.news-list .item .category{
  margin-right: 0;
}
.news-list .item .title{
  width: 100%;
  font-size: 12px;
  margin-top: 20px;
}
  .section_top03 .container .blue-btn{
  margin: 50px auto 0 auto;
}
}
/*---------------------------------

  TOP-section04

---------------------------------*/

.section_top04 .container .productInfo-link .item{
  background-size: cover;
  background-position: center;
  height: 472px;
  transition: all .3s;
  
}
.section_top04 .container .productInfo-link .item a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.section_top04 .container .productInfo-link .item:hover{
  opacity: .7;
}
.section_top04 .container .productInfo-link .item01{
  
  background-image:  url("/product/kenzai/__icsFiles/afieldfile/2021/11/12/bg-PI_kenzai@2x.jpg");
  
}
.section_top04 .container .productInfo-link .item02{
  
  background-image:  url("/product/duct/__icsFiles/afieldfile/2021/11/12/bg-PI_duct@2x_1.jpg");
  
}
.section_top04 .container .productInfo-link .item03{
  
  background-image:  url("/product/abs/__icsFiles/afieldfile/2021/11/12/bg-PI_ABS@2x_1.jpg");
  
}
.section_top04 .container .productInfo-link .item04{
  
  background-image:  url("/product/other/__icsFiles/afieldfile/2021/11/12/bg-PI_other@2x_1.jpg");
  
}
.section_top04 .container .productInfo-link .item .title{
  background: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: calc((100vw - 1000px) / 2);
  border-radius: 0 6px 6px 0;
}
.section_top04 .container .productInfo-link .item .title h3{
  width: 390px;
  font-size: 22px;
  font-weight: 400;
}
.section_top04 .container .productInfo-link .item .title:before{
  content: "";
  background-position: center left 10px;
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
}
.section_top04 .container .productInfo-link .item01 .title:before{
  background-image: url("/assets/img/icon-PI_kenzai.svg");
}

.section_top04 .container .productInfo-link .item02 .title:before{
  background-image: url("/assets/img/icon-PI_duct.svg");
}
.section_top04 .container .productInfo-link .item03 .title:before{
  background-image: url("/assets/img/icon-PI_ABS.svg");
}
.section_top04 .container .productInfo-link .item04 .title:before{
  background-image: url("/assets/img/icon-PI_other.svg");
}


.section_top04 .container .productInfo-link .item .btn-wrap{
  position: absolute;
  width: 100%;
  bottom: 52px;
  margin: auto;
  left:0;
  right: 0;
}
.section_top04 .container .productInfo-link .item .btn-wrap .blue-btn{
  width: 125px;
  margin-left: auto;
  transition: all .3s;
}
@media screen and (max-width: 1039px){
  .section_top04 .container .productInfo-link .item{
  background-size: cover;
  background-position: center;
  height: 210px;
}
  .section_top04 .container .productInfo-link .item+.item{
    margin-top: 10px;
  }
.section_top04 .container .productInfo-link .item01{
  background-position: left 70% center;
}
.section_top04 .container .productInfo-link .item .title{
  height: 45px;
  padding-left: 30px;
  width: 308px;
}
.section_top04 .container .productInfo-link .item .title h3{
  width: inherit;
  font-size: 17px;
}
.section_top04 .container .productInfo-link .item .title:before{
  background-position: center left;
  width: 90px;
  height: 100px;
  zoom:.7;
}


.section_top04 .container .productInfo-link .item .btn-wrap{
  bottom: 15px;
}
.section_top04 .container .productInfo-link .item .btn-wrap .blue-btn{
  width: 100px;
  margin-left: auto;
  transition: all .3s;
}
}
/*------------------------------------------------------------------製品情報------------------------------------------------------------------*/
/*---------------------------------

  MV MV_second01

---------------------------------*/
.MV_second01 .MV-main{
  height: 518px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
.page_product_kenzai .MV_second01 .MV-main{
  
  background-image: url("/product/kenzai/__icsFiles/afieldfile/2021/11/12/MV-product_kenzai@2x.jpg")
  
}
.page_product_duct .MV_second01 .MV-main{
  
  background-image: url("/product/duct/__icsFiles/afieldfile/2021/11/12/bg-PI_duct@2x.jpg")
  
}
.page_product_other .MV_second01 .MV-main{
  
  background-image: url("/product/other/__icsFiles/afieldfile/2021/11/12/bg-PI_other@2x.jpg")
  
}
.page_technical_planning .MV_second01 .MV-main{
  
  background-image: url("/technical/planning/__icsFiles/afieldfile/2021/11/12/bg-technical_planning@2x.jpg");
  background-position: top;
  
}
.page_technical_manufacture .MV_second01 .MV-main{
  
  background-image: url("/technical/manufacture/__icsFiles/afieldfile/2021/11/12/bg-technical_manufacture@2x.jpg");
  background-position: top;
  
}
.page_technical_management .MV_second01 .MV-main{
  
  background-image: url("/technical/management/__icsFiles/afieldfile/2021/11/12/bg-technical_management@2x.jpg");
  background-position: top;
  
}
.page_company .MV_second01 .MV-main{
  
  background-image: url("/kigyo/__icsFiles/afieldfile/2021/11/12/bg-company@2x@2x.jpg");
  background-position: top;
  
}
.page_contact .MV_second01 .MV-main{
  background-image: url("/assets/img/bg-contact@2x.jpg");
  background-position: center;
}
.page_download_cad .MV_second01 .MV-main{
  
  background-image: url("/download_cad/__icsFiles/afieldfile/2021/11/12/bg-download_cad@2x.jpg");
  background-position: top;
  
}
.page_download_book .MV_second01 .MV-main{
  
  background-image: url("/download_book/__icsFiles/afieldfile/2021/11/12/bg-download_book@2x.jpg");
  background-position: bottom;
  
}
.page_recruit .MV_second01 .MV-main{
  
  background: url("/recruit/__icsFiles/afieldfile/2025/03/07/bg-recruit@2x.jpg") no-repeat center /cover;
  position: relative;
  
}
.page_recruit .MV_second01 .MV-main .title{
  bottom: 0;
  top: inherit;
  position: absolute;
}
/*.page_recruit .MV_second01 .MV-main{
  height: 0;
  padding-top: 54.6%;
}
.page_recruit .MV_second01 .MV-main{
  background: url("/assets/img/MV.png") no-repeat center /cover;
  position: relative;
}
.page_recruit .MV_second01 .MV-main .title{
  position: absolute;
  top: 50%;
  background: #1B4193;
  color: #fff;
}*/
.MV_second01 .MV-main .title{
  background: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: calc((100vw - 1000px) / 2);
  border-radius: 0 6px 6px 0;
}
.MV_second01.blue .MV-main .title{
  background: #1B4193;
  height: 62px;
}
.MV_second01 .MV-main .title h2{
  width: 313px;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MV_second01 .MV-main .title h2 span{
  padding: 0 30px 0 15px;
  border-left: solid 3px;
  height: 33px;
  display: flex;
  align-items: center;
}
.MV_second01.blue .MV-main .title h2{
  width: 465px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;padding-left: 20px;
}
.page_product_kenzai .MV_second01 .MV-main .title:before{
  content: "";
  background-image: url("/assets/img/icon-PI_kenzai.svg");
  background-position: center left;
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
}
.page_product_duct .MV_second01 .MV-main .title:before{
  content: "";
  background-image: url("/assets/img/icon-PI_duct.svg");
  background-position: center left;
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
}
.page_product_other .MV_second01 .MV-main .title:before{
  content: "";
  background-image: url("/assets/img/icon-PI_other.svg");
  background-position: center left;
  background-repeat: no-repeat;
  width: 80px;
  height: 70px;
}
.MV_second01 .MV-bottom{
  background: #F5F5F5;
}
.MV_second01 .MV-bottom .text-area{
  padding: 50px;
  text-align: center;
}
.MV_second01 .MV-bottom .text-area h3{
  font-size: 22px;
  font-weight: 400;
  color: #1B4193;
  margin-bottom: 20px;
}
.MV_second01 .MV-bottom .text-area h4{
  font-size: 15px;
  line-height: calc(28 / 15);
  font-weight: 400;
}

.MV_second01 .MV-bottom .btn-area{
  display: flex;
  justify-content: center;
  margin-top: 31px;
}
.MV_second01 .MV-bottom .btn-area .btn{
  color: #1B4193;
  border: solid 1px;
  border-radius: 6px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  margin: 0 25px;
  font-size: 15px;
  height: 35px;
  font-weight: bold;
}
.MV_second01 .MV-bottom .btn-area .btn:hover{
  background: #1B4193;
  color: #fff;
}
@media screen and (max-width: 1039px){
/*.page_recruit .MV_second01 .MV-main .title{
  position: absolute;
  top: inherit;
  bottom: 0;
 
}*/
.MV_second01.blue .MV-main .title{
  position: absolute;
  top: inherit;
  bottom: 0;
     height: 35px;
}
  .MV_second01 .MV-main{
  height: 230px;
}
.MV_second01 .MV-main .title{
  height: 45px;
  padding-left: 30px;
  width: 308px;
}
  .MV_second01.blue .MV-main .title{
    border-radius: 0 6px 0 0;
  }
.MV_second01.blue .MV-main .title h2{
  width: 300px;
  font-size: 17px;
  padding-left: 0;
}
  .MV_second01 .MV-main .title h2 span{
  padding: 0 15px;
  border-left: solid 2px;
  height: auto;
}
.MV_second01 .MV-main.blue .title h3{
  width: inherit;
  font-size: 17px;
}
.MV_second01 .MV-main .title:before{
  background-position: center left;
  width: 90px;
  height: 100px;
  zoom:.7;
}
.MV_second01 .MV-bottom .text-area{
  padding: 15px 30px;
  text-align: center;
}
 .MV_second01.blue .MV-bottom .text-area{
  text-align: left;
}
.MV_second01 .MV-bottom .text-area h3{
  font-size: 17px;
  margin-bottom: 10px;
}
  /*.page_recruit .MV_second01 .MV-bottom .text-area h3{
  text-align: left
}*/
.MV_second01 .MV-bottom .text-area h4{
  font-size: 12px;
  line-height: calc(18 / 12);
}
 .page_product_duct .MV_second01 .MV-bottom .text-area h4{
  text-align: left
}
   
  .MV_second01 .MV-bottom .btn-area{
  margin: 25px 0;
}
.MV_second01 .MV-bottom .btn-area .btn{
  color: #1B4193;
  padding: 0 20px;
  margin: 0 10px;
  font-size: 12px;
}
}
@media screen and (max-width: 500px){
  .page_recruit .MV_second01 .MV-main{
  background: url("/assets/img/bg-recruitSP@2x.jpg") no-repeat center /cover;
  position: relative;
  }
}
/*---------------------------------

  MV MV_second02

---------------------------------*/
.MV_second02 .title h2{
  height: 53px;
  display: flex;
  
  justify-content: center;
  align-items: center;
  background: #1B4193;
  color: #fff;
  font-size: 22px;
}
.MV_second02 .MV-main{
  background: #F5F5F5;
}
.MV_second02 .MV-image{
  position: relative;
}
.page_product_kenzai_habakiS .MV_second02 .MV-image::before{
  content: "";
  background-image: url("/assets/img/label-habakiS@2x.png");
  background-size: contain;
  width: 150px;
  height: 40px;
  position: absolute;
  top: 50px;
  left: 44px;
}
.MV_second02 .MV-contents{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.MV_second02.bg-none .MV-contents{
  align-items: flex-start;
  padding: 25px 0;
}
.MV_second02.bg-none .MV-contents .image{
  width: 450px;
  height: auto;
  padding: 0;
  padding-right: 50px;
  margin-top: 0;
  margin-left: 0;
  line-height: 0;
}
.MV_second02 .MV-contents .image{
  width: 500px;
  height: 325px;
  padding: 25px 25px 0 25px;
  background: #F5F5F5;
  border-radius: 8px 8px 0 0;
  margin-top: -217px;
  margin-left: 41px;
  position: relative;
  z-index: 2;
  
}
.MV_second02 .MV-contents .text-label-area{
  width: 50%;
}
.MV_second02 .MV-contents .text-label-area .label-link{
  width: 100%;
}
.MV_second02 .MV-contents .label-link{
  display: flex;
  width: calc(100% - 541px)
}
.MV_second02 .MV-contents .label-link a{
  margin-left: 14px;
  line-height: 0;
}
.MV_second02 .MV-contents .label-link a:hover{
  opacity: .7;
}
.MV_second02 .MV-contents .label-link .label_kenzai{
  margin-left: 0;
}
.MV_second02 .MV-bottom {
  width: 100%;
}
.MV_second02 .MV-bottom .text-area{
  padding: 28px 0;
  text-align: center;
}
.MV_second02 h3{
  font-size: 20px;
  font-weight: 400;
  color: #1B4193;
  margin-bottom: 10px;
  line-height: 1.7;
}
.MV_second02 .text-label-area h3{
  padding-left: 14px;
  padding-top: 20px;
}
.MV_second02 .MV-bottom .text-area h4{
  font-size: 15px;
  line-height: calc(28 / 15);
  font-weight: 400;
  text-align: left;
}
.MV_second02 .MV-bottom .text-area .text-center{
  text-align: center;
}
.MV_second02 .text-label-area h4{
  font-size: 15px;
  line-height: calc(28 / 15);
  font-weight: 400;
  text-align: left;
  padding-left: 14px;
}
@media screen and (max-width: 1039px){
  .MV_second02 .title h2{
  height: inherit;
    min-height: 62px;
  font-size: 18px;
    padding: 18px;
    flex-direction: column;
    text-align: center;
    line-height: 1;
}
  .MV_second02 .inner1040{
    padding: 0;
  }

.page_product_kenzai_habakiS .MV_second02 .MV-image::before{
  width: 94px;
  height: 25px;
  top: 30px;
  left: inherit;
  right: 30px;
}
.MV_second02 .MV-contents{
  width: 100%;
}
.MV_second02 .MV-contents .image{
  height: auto;
  padding: 10px;
  background: #FFF;
  border-radius: 8px 8px 0 0;
  width: calc(100% - 60px);
  margin: auto;
  margin-top: -20%;
  
}
  .MV_second02.bg-none .MV-contents{
  width: 100%;
}
.MV_second02.bg-none .MV-contents .image{
  padding: 10px;
  width: calc(100% - 60px);
  margin: auto;
  margin-top: 0;
}
  .MV_second02 .MV-contents .text-label-area{
  width: calc(100% - 50px);
    margin: auto;
    display: flex;
    flex-direction: column;
}
.MV_second02 .MV-contents .label-link{
  order: 3;
  flex-wrap: wrap;
  width: calc(100% - 50px);
  margin: auto;
  padding-bottom: 5px;
}
.MV_second02 .MV-contents .label-link a{
  width: 71px;
  margin: 5px;
}
  .MV_second02 .MV-contents .label-link a.label_kenzai{
    margin: 5px;
  }
.MV_second02 .MV-bottom{
  width: calc(100% - 60px);
  margin: auto;
}
  .MV_second02 .MV-bottom .text-area{
  padding: 0 10px 10px 10px;
  text-align: left;
  background: #fff;
    margin-bottom: 5px;
}
  .MV_second02 .text-label-area h3{
    padding: 0 10px;
    font-size: 17px;
  line-height: calc(32 / 17)
}
.MV_second02 .MV-bottom .text-area h3{
  font-size: 17px;
  line-height: calc(32 / 17)
}
.MV_second02 .MV-bottom .text-area h4{
  font-size: 14px;
  line-height: calc(21 / 14);
}
  .MV_second02 .MV-bottom .text-area .text-center{
  text-align: left;
}
  .MV_second02 .text-label-area h4{
  font-size: 14px;
  line-height: calc(21 / 14);
  padding: 0 10px 10px 10px;
}
}
/*---------------------------------

  商品一覧リスト

---------------------------------*/
.product-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-list_center{
  justify-content: center;
}
.product-list::after{
  content: "";
  width: 300px;
  height: 0;
}
.product-list_center::after{
  display: none;
}
.product-list .item{
  width: 300px;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.product-list_center .item{
  margin-left: 25px;
  margin-right: 25px;
}
.product-list .item h3{
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #1B4193;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
.page_product_duct .product-list .item h3,.page_product_other .product-list .item h3{
  min-height: 35px;
}
.page_product_duct .product-list .item .image{
  height: 200px;
  text-align: center;
}
.product-list .item .image img{
  border-radius: 8px;
}
.product-list .description{
  font-size: 15px;
  line-height: calc(28 / 15);
  margin-bottom: auto;
}
.product-list .item .white-btn{
  margin: 10px auto 0 auto;
}
@media screen and (max-width: 1039px){
  .product-list{
  display: block;
}
.product-list .item{
  margin-bottom: 60px;
  width: 100%;
}
  .product-list_center .item{
  margin-left: 0;
  margin-right: 0;
}
.product-list .item:nth-last-of-type(2n){
  margin-bottom: 60px;
}
.product-list .item h3{
  font-size: 14px;
}
  .page_product_duct .product-list .item .image{
  height: auto;
}
.product-list .description{
  font-size: 12px;
  line-height: calc(28 / 15);
  margin-bottom: auto;
}
}
/*---------------------------------

  特徴リスト

---------------------------------*/
.feature-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.feature-list.center{
  justify-content: center;
}
.feature-list.center::after{
  display: none;
}
.feature-list::after{
  content: "";
   width: calc((100% - 100px) / 3);
  height: 0;
  margin: 0;
}
.feature-list .item{
  width: calc((100% - 100px) / 3);
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.feature-list .item.long{
  
}
.feature-list.center .item{
  margin-left: 25px;
  margin-right: 25px;
}
.feature-list .item .title{
  position: relative;
}
.feature-list .item .title .point{
  position: absolute;
  top: -10px;
}
.feature-list.min .item .title .point{
  position: absolute;
  top: -13px;
}
.feature-list .item .title h3{
  background: #1B4193;
  color: #fff;
  width: 255px;
  padding: 0 10px 0 57px;
  margin-left: auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.feature-list .item.many .title h3{
  font-size: 13px;
}
.feature-list .item .title h3.small{
  font-size: 12px;
  padding: 0 3px 0 50px;
}
.feature-list.min .item .title h3{
  padding: 0 5px 0 20px;
  margin-left: auto;
  height: 35px;
}
.feature-list .item .description{
  font-size: 15px;
  line-height: calc(28 / 15);
  margin-bottom: 10px;
}
.feature-list .item .image{
  margin-top: auto;
}
@media screen and (max-width: 1039px){
  .feature-list{
  display: block;
}
.feature-list::after{
  display: none;
}
.feature-list .item{
  width: 100%;
  margin-bottom: 30px;
}
  .feature-list.center .item{
    width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.feature-list .item .title .point{
  top: -5px;
  width: 60px;
}
.feature-list .item .title h3{
  width: calc(100% - 41px);
  padding: 0 10px 0 20px;
  height: 51px;
  font-size: 14px;
  margin-bottom: 14px;
}
  .feature-list .item .title h3.small{
  font-size: 10px;
  padding: 0 10px 0 20px;
}
  
.feature-list .item .description{
  font-size: 12px;
  line-height: calc(18 / 12);
  margin-bottom: 10px;
}
.feature-list .item .image{
  margin-top: auto;
}
}
/*---------------------------------

  youtube埋め込み

---------------------------------*/
.youtube-wrap{
  max-width: 560px;
  margin: auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  
  margin: auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  
}
/*---------------------------------

  よくある質問

---------------------------------*/
.qa-list dl {
    position: relative;
    
    cursor: pointer;
    border-top: 1px solid #707070;
  font-size: 15px;
}
.qa-list dl:first-child {
    border-top: none;
}
.qa-list dl:last-child {
    border-bottom: 1px solid #707070;
}
.qa-list dl::before {
    position: absolute;
    top: 30px;
    right: 10px;
    display: block;
    width: 18px;
    height: 16px;
    margin: auto;
    content: url("/assets/img/sankaku.svg");
}
.qa-list .open::before {
    transform: rotate(-180deg);
}
.qa-list dl dt {
    position: relative;
    padding: 0 0 0 72px;
  padding: 30px 40px 30px 72px;
    font-weight: bold;
    
}
.qa-list dl dt::before {
    font-size: 22px;
  font-weight: 400;
    position: absolute;
    top: 0;
    left: 18px;
  bottom: 0;
  margin: auto;
    display: block;
    content: 'Q';
  width: 40px;
  height: 40px;
  background: #1B4193;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
}
.qa-list dl dd::before {
    font-size: 22px;
  font-weight: 400;
    position: absolute;
    top: 0;
    left: 18px;
  bottom: 0;
  margin: auto;
    display: block;
    content: 'A';
  width: 40px;
  height: 40px;
  background: #fff;
  color: #1B4193;
  border: solid 1px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    padding: 34px 30px 34px 72px;
  background: #F5F5F5;
  margin-bottom: 30px;
}

@media screen and (max-width: 1039px) {
  .qa-list dl{
    font-size: 12px;
  }
.qa-list dl::before {
    
    top: 25px;
    width: 16px;
    height: 14px;
    content: url("/assets/img/sankakuSP.svg");
}
.qa-list dl dt {
    position: relative;
    padding: 0 0 0 72px;
  padding: 20px 40px 20px 55px;
    
  min-height: 40px;
}
.qa-list dl dt::before {
    font-size: 17px;
    left: 10px;
  width: 35px;
  height: 35px;
  line-height: 30px;
}
.qa-list dl dd::before {
    font-size: 17px;
    left: 10px;
  width: 35px;
  height: 35px;
  line-height: 30px;
}
.qa-list dl dd {
    padding: 0 0 0 72px;
  padding: 15px 15px 15px 55px;
  margin-bottom: 20px;
}

}
/*---------------------------------

  建材製品　技術情報

---------------------------------*/
.product-technical-contents{
  background: #DCE3F2;
}

.product-technical-contents .last-text{
  padding: 120px 0 50px 0;
}
.product-technical-contents .last-text p{
  background: #fff;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  line-height: calc(28 / 15);
}
@media screen and (max-width: 1039px){

.product-technical-contents .last-text{
  padding: 60px 0 40px 0;
}
.product-technical-contents .last-text p{
  
  text-align: left;
  font-size: 12px;
  line-height: calc(18 / 12);
}
}
/*---------------------------------

  table

---------------------------------*/
table{
  font-size: 15px;
}
.table-wrap{
  width: 100%;
}
.table-wrap.min{
  width: 538px;
  margin: auto;
}

.table100{
  width: 100%;
}

/*.basic-table*/
.basic-table{
  border-collapse: collapse;
  border-color: #707070;
}
.basic-table th,.basic-table td{
  padding: 8px;
  text-align: center;
}
.basic-table th{
  background: #F5F5F5;
}
/*.design-table*/
.design-table{
  border-collapse: collapse;
  border-color: #707070;
  
}
.design-table th,.design-table td{
  padding: 8px;
  text-align: center;
}
.design-table .head th{
  background: #DCE3F2;
}
.design-table th{
  background: #F5F5F5;
}
.design-table.design-table_picture{
  white-space: nowrap;
  width: 1000px;
}
.design-table .p-0{
  padding: 0;
  line-height: 0;
}
.design-table .p-0 img{
  line-height: 0;
  height: 225px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 999px){
  .table-wrap{
  width: 100%;
  overflow: scroll;
}
}
@media screen and (max-width: 1039px){
  table{
  font-size: 12px;
    white-space: nowrap;
}
.table-wrap{
  width: 100%;
  overflow: scroll;
}
  .table-wrap.min{
  width: 100%;
}
  .scroll-image{
  width: 600px;
  margin: auto;
}
.table100{
  width: 100%;
}
/*.design-table*/
.design-table th,.design-table td{
  padding: 7px;
}
  /*.basic-table*/
.basic-table th,.basic-table td{
  padding: 7px;
}
}
/*---------------------------------

  注意事項

---------------------------------*/
.important-points-list .item{
  display: flex;
}
/*---------------------------------

  フッター上部リンク

---------------------------------*/
.bnr-link-list{
  display: flex;
  flex-wrap: wrap;
}
.bnr-link-list .item{
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 275px;
}
.section_link_technical .bnr-link-list .item{
  width: calc(100% / 3);
}

.bnr-link-list .item:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,.56);
  transition: all .3s;
}
.bnr-link-list .item:hover:before{
  opacity: 0;
}
.bnr-link-list .item:hover{
  text-shadow: 0 0 5px rgba(0,0,0,.56);
}
.bnr-link-list .item01{
  
  background-image:  url("/product/kenzai/__icsFiles/afieldfile/2021/11/12/MV-product_kenzai@2x.jpg");
  
}
.bnr-link-list .item02{
  
  background-image:  url("/product/duct/__icsFiles/afieldfile/2021/11/12/bg-PI_duct@2x.jpg");
  
}
.bnr-link-list .item03{
  
  background-image:  url("/product/abs/__icsFiles/afieldfile/2021/11/12/bg-PI_ABS@2x.jpg");
  
}
.bnr-link-list .item04{
  
  background-image:  url("/product/other/__icsFiles/afieldfile/2021/11/12/bg-PI_other@2x.jpg");
  
}

.section_link_technical .bnr-link-list .item01{
  
  background-image:  url("/technical/planning/__icsFiles/afieldfile/2021/11/12/bg-technical_planning@2x.jpg");
  
}
.section_link_technical .bnr-link-list .item02{
  
  background-image:  url("/technical/manufacture/__icsFiles/afieldfile/2021/11/12/bg-technical_manufacture@2x.jpg");
  
}
.section_link_technical .bnr-link-list .item03{
  
  background-image:  url("/technical/management/__icsFiles/afieldfile/2021/11/12/bg-technical_management@2x.jpg");
  
}
.bnr-link-list .item a{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff;
}
.bnr-link-list .item h3{
  border: solid 1px;
  width: 280px;
  font-weight: 400;
  font-size: 22px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 8px;
  padding-top: 2px;
  
}
.bnr-link-list .item01 h3{
  background-image: url("/assets/img/icon-kenzai.svg");
  background-position: bottom right 10px;
  padding-right: 50px;
}
.bnr-link-list .item02 h3{
  background-image: url("/assets/img/icon-duct.svg");
  background-position: bottom right 10px;
  padding-right: 33px;
}
.bnr-link-list .item03 h3{
  background-image: url("/assets/img/icon-ABS.svg");
  background-position: bottom right 10px;
  padding-right: 36px;
}
.bnr-link-list .item04 h3{
  background-image: url("/assets/img/icon-other.svg");
  background-position: bottom right 10px;
  padding-right: 46px;
}
.section_link_technical .bnr-link-list .item h3{
  background: none!important;
  padding: 5px 0 00;
}
.bnr-link-list .item p{
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1039px){
  .bnr-link-list{
  display: block;
}
.bnr-link-list .item{
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 210px;
}
  .section_link_technical .bnr-link-list .item{
  width: 100%;
}
  .bnr-link-list .item+.item{
  margin-top: 10px;
}
.bnr-link-list .item:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,.56);
  transition: all .3s;
}
.bnr-link-list .item:hover:before{
  opacity: 0;
}
.bnr-link-list .item:hover{
  text-shadow: 0 0 5px rgba(0,0,0,.56);
}
.bnr-link-list .item01{
  background-image:  url("/assets/img/MV-product_kenzai@2x.jpg");
}
.bnr-link-list .item02{
  background-image:  url("/assets/img/bg-PI_duct@2x.jpg");
}
.bnr-link-list .item03{
  background-image:  url("/assets/img/bg-PI_ABS@2x.jpg");
}
.bnr-link-list .item04{
  background-image:  url("/assets/img/bg-PI_other@2x.jpg");
}
.bnr-link-list .item a{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff;
}
.bnr-link-list .item h3{
  width: 194px;
  font-size: 17px;
  height: 34px;
  margin-bottom: 10px;
  
}
.bnr-link-list .item01 h3{
  padding-right: 37px;
  background-size: 37px;
}
.bnr-link-list .item02 h3{
  padding-right: 25px;
  background-size: 25px;
}
.bnr-link-list .item03 h3{
  padding-right: 28px;
  background-size: 28px;
}
.bnr-link-list .item04 h3{
  padding-right: 51px;
  background-size: 51px;
}
.bnr-link-list .item p{
  font-size: 12px;
}
}
/*---------------------------------

  製品ページ追従リンク

---------------------------------*/
.fixed-link_product{
  position: fixed;
  bottom: -100%;
  right: 0;
  background: #1B4193;
  padding: 6px;
  transition: all 1s;
  display: flex;
  border-radius: 7px 0 0 0;
  z-index: 3;
}
.fixed-link_product.is-fixed{
  bottom: 0;
}
.fixed-link_product a{
  margin: 6px;
  line-height: 0;
}
.fixed-link_product a:hover{
  opacity: .7;
}
@media screen and (max-width: 1039px){
  .fixed-link_product img{
  width: 60px;
    line-height: 0;
}

}
/*---------------------------------

  吊り金具ページ

---------------------------------*/
.image_tsuriKanagu{
  width: 200px;
  margin: 0 auto 50px auto;
}
/*------------------------------------------------------------------技術情報------------------------------------------------------------------*/
/*---------------------------------

  MV MV_second03

---------------------------------*/
.MV_second03 .MV-main{
  
  background-image: url("/technical/__icsFiles/afieldfile/2021/11/12/bg-technical@2x.jpg");
  background-size: cover;
  background-position: center;
  
}
.MV_second03 .MV-main .container{
  height: 518px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.MV_second03 .MV-main .container .title h2{
  font-size: 22px;
  line-height: calc(42 / 22);
}
.MV_second03 .MV-bottom{
  background: #F5F5F5;
  margin-bottom: 146px;
}
.MV_second03 .MV-bottom .container{
  display: flex;
  justify-content: space-between;
  height: 178px;
  position: relative;
}
.MV_second03 .MV-bottom .container .text-area{
  width: 500px;
  position: absolute;
  background: #fff;
  padding: 29px 25px 0 25px;
  top: -83px;
  border-radius: 6px 6px 0 0;
}
.MV_second03 .MV-bottom .container .text-area h3{
  color: #1B4193;
  font-size: 22px;
  font-weight: 400;
  line-height: calc(42 / 22);
  margin-bottom: 30px;
}
.MV_second03 .MV-bottom .container .title{
  width: 50%;
  margin-left: auto;
}
.MV_second03 .MV-bottom .container .title h2{
  background: #1B4193;
  color: #fff;border-radius: 8px;
  width: 458px;
  height: 51px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  margin-left: auto;
  font-size: 22px;
}
@media screen and (max-width: 1039px){
.MV_second03 .MV-main .container{
  height: 61vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
}
  .MV_second03 .MV-main .container .title{
    margin-right: auto;
  }
.MV_second03 .MV-main .container .title h2{
  font-size: 17px;
  line-height: calc(28 / 17);
}
  .MV_second03 .MV-main .container .logo{
     width: 38.9vw;
    margin-top: 6vw
  }
.MV_second03 .MV-bottom{
  
  background: none;
  margin-bottom: 0;
  position: relative;
}
  .MV_second03 .MV-bottom::before{
    position: absolute;
    content: "";
    top: 0;
    background: #F5F5F5;
    width: 100%;
    height: 367px;
  }
.MV_second03 .MV-bottom .container{
  flex-wrap: wrap;
  height: auto;
  position: relative;
  align-items: center;
}
.MV_second03 .MV-bottom .container .text-area{
  order: 2;
  width: 100%;
  position: relative;
  padding: 10px;
  top: 0;
}
.MV_second03 .MV-bottom .container .text-area h3{
  
  font-size: 17px;
  
  line-height: calc(32 / 17);
  margin-bottom: 10px;
}
  .MV_second03 .MV-bottom .container .text-area .description{
    font-size: 14px;
    line-height: calc(21 / 14);
  }
.MV_second03 .MV-bottom .container .title{
  width: 100%;
}
.MV_second03 .MV-bottom .container .title h2{
  width: 100%;
  height: 35px;
  font-size: 17px;
  margin: 14px 0;
}
}
/*---------------------------------

  technical-top

---------------------------------*/
.technical-top{
  border-bottom: solid 1px #1B4193;
}
.technical-top .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 185px;
  padding-bottom: 27px;
}
.technical-top .container h2{
  color: #1B4193;
  font-size: 22px;
  font-weight: calc(42 / 22);
  font-weight: 400;
  
}
.technical-top .container .techinical-top-flow{
  display: flex;
  align-items: center;
  font-weight: bold;
  
}
.technical-top .container .techinical-top-flow .item{
  color: #CCCCCC;
  background: #F5F5F5;
  width: 85px;
  height: 85px;
  font-size: 15px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-left: 15px;
}
.technical-top .container .techinical-top-flow .item.active{
  background: #1B4193;
  color: #fff;
}
.technical-top .container .techinical-top-flow .item::after{
  content: "";
  background-image: url("/assets/img/arow01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 9px;
  position: absolute;
  right: -95px;
  top: -4px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.technical-top .container .techinical-top-flow .item:nth-last-of-type(1):after{
  display: none;
}
@media screen and (max-width: 1039px){
.technical-top .container{
  display: block;
  padding-top: 40px;
  padding-bottom: 30px;
  padding: 40px 0 30px 0;
}
.technical-top .container h2{
  
  font-size: 17px;
  font-weight: calc(32 / 17);
  margin-bottom: 30px;
  padding: 0 30px;
  
}
.technical-top .container .techinical-top-flow{
  justify-content: center;
}
.technical-top .container .techinical-top-flow .item{
  max-width: 67.5px;
  max-height: 67.5px;
  width: calc((100vw - 108px) / 4);
  height: calc((100vw - 108px) / 4);
  font-size: 12px;
  margin-left: 0;
  margin: 0 8px;
}
.technical-top .container .techinical-top-flow .item::after{
  width: 12px;
  height: 6px;
  position: absolute;
  right: -120%;
}
}
/*---------------------------------

  technical-flow

---------------------------------*/
.section_technical-flow .container{
  padding-bottom: 120px;
}
.flow-list .item{
  position: relative;
  padding-top: 283px;
  display: flex;
  flex-direction: column;
  
  
}
      .flow-list.flow-list02 .item{
        padding-top: 235px;
      }
.flow-list .item::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #1B4193;
  z-index: -1;
}
      
      .flow-list .item.item_full::before{
        height: 120px;
        top: -120px;
      }
      .flow-list .item.item_full::after{
        content: "";
        position: absolute;
        top: -26px;
        width: 1px;
        height: 30px;
        background: #1B4193;
        z-index: -1;
        left: 510px;
        transform: rotate(45deg);
      }
.flow-list .item:first-of-type:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 393px;
  background: #fff;
}
        .flow-list.flow-list02 .item:first-of-type:after{

          height: 435px;
          z-index: -1;

        }
.flow-list .item.item_standard{
  padding-right: 140px;
  align-items: flex-end;
}
.flow-list .item.item_reverse{
  padding-left: 140px;
}
          .flow-list .item.item_full{
            align-items: inherit;
            padding:30px 36px;
                  background: rgba(220,227,242,.67);
                  width: 1000px;
                  margin: 120px auto 0 auto;
          }
@media screen and (max-width: 1280px){
  
  .flow-list .item.item_standard{
  padding-right: calc((100% - 1000px) / 2);
}
.flow-list .item.item_reverse{
  padding-left: calc((100% - 1000px) / 2);
}
}
.flow-list .item .image_float{
  position: absolute;
  width: 634px;
  

  top: 120px;
  z-index: 2;
  
}
.flow-list.flow-list02 .item .image_float{
  
}
.flow-list .item.item_standard .image_float{
  left: -20px;
  
}
.flow-list .item.item_reverse .image_float{
  right: -20px;
  
}
@media screen and (max-width: 1280px){
  .flow-list .item .image_float{
  
  width: 49.5%;
  
  top: 120px;
  z-index: 2;
  
}
}
.flow-list.flow-list02 .item .title{
  width: 420px;
  padding-left: 20px;
}
.flow-list.flow-list02 .item.item_full .title{
  width: 100%;
  padding-left: 0;
}
.flow-list .item .title h3{
  font-size: 22px;
  font-weight: 400;
  line-height: calc(42 / 22);
  color: #1B4193;
  margin-bottom: 26px;
  position: relative;z-index:2;
}

.flow-list .item .title h3 strong{
  display: block;
  border-left: solid 8px;
  padding-left: 10px;
}
.flow-list .item .content{
  width: 680px;
  background: rgba(220,227,242,.67);
  
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  
}
.flow-list .item.item_standard .content{
  padding: 30px 58px 30px 30px;
}
.flow-list .item.item_reverse .content{
  padding: 30px;
  
}
.flow-list .item.item_full .content{
  padding: 0;
  width: 100%;
  background: none;
  display: block;
  position: relative;
}
.flow-list .item .content::before{
  content: "";
  position: absolute;
  top: -26px;
  width: 1px;
  height: 30px;
  
  background: #1B4193;
  z-index: -1;
}
.flow-list .item:first-of-type .content::before{
  display: none;
}
.flow-list .item:last-of-type .content::before{
  display: none;
}
.flow-list .item.item_standard .content::before{
  left: 190px;
  transform: rotate(45deg);
}

.flow-list .item.item_reverse .content::before{
  right: 190px;
  transform: rotate(-45deg);
}
.flow-list .item.item_full .content::before{
  display: none;
}

.flow-list .item .content a{
  color: #1B4193;
  border: solid 1px;
  width: 125px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
}
.flow-list .item .content .list-item_link{
  color: inherit;
  border: inherit;
  width: inherit;
  height: inherit;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.flow-list .item.item_reverse .content a{
  order: 2;
}
.flow-list .item .content a:hover{
  background: #1B4193;;
  color: #fff;
}
.flow-list .item .content .list-item_link:hover{
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.flow-list .item .content .content-main{
  width: 341px;
  

}
.flow-list .item.item_standard .content .content-main{
 
  margin-left: auto;

}
.flow-list .item.item_full .content .content-main{
  width: 100%;
  

}

.flow-list .item .content .sub-title{
  height: 35px;
  background: #1B4193;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: calc(28 / 15);
  border-radius: 8px;
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}
.flow-list .item .content .description+.sub-title{
  margin-top: 31px;
}
.flow-list .item .content .sub-title::before{
  content: "";
  position: absolute;
  width: 360px;
  height: 1px;
  background: #1B4193;
  
  top: 0;
  
  bottom: 0;
  margin: auto;
  z-index: -3;
}
.flow-list .item.item_standard .content .sub-title::before{
  left: -280px;
}
.flow-list .item.item_reverse .content .sub-title::before{
  right: -309px;
}
.flow-list .item .content .sub-title::after{
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #1B4193;
  border-radius: 100%;
  position: absolute;
  
}
.flow-list .item.item_standard .content .sub-title::after{
  left: -105px;
}
.flow-list .item.item_reverse .content .sub-title::after{
  right: -134px;
}
.flow-list .item_full .flex-wrap{
  display: flex;
  justify-content: space-between
}
      .flow-list .item_full .flex-wrap .flex-item{
        width: calc((100% - 60px) / 4)
      }
.flow-list .item_full h4{
  font-size: 18px;
  color: #1B4193;
  margin-bottom: 20px;
}
      .flow-list .item_full .flex-wrap .flex-item h5{
        background: #1B4193;
        color: #fff;
        border-radius: 8px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        margin-bottom: 10px;
      }
      .flow-list .item_full .flex-wrap .flex-item .list-wrap{
        padding: 10px 0;
        min-height: 140px;
      }
      .flow-list .item_full .flex-wrap .flex-item .list-wrap h6{
        font-size: 15px;
        color: #1B4193;
        background:linear-gradient(transparent 40%, #CFDBF6 40%);
        margin-bottom: 5px;

      }
      .flow-list .item_full .flex-wrap .flex-item .list-wrap .list-item{
        display: flex;
        font-size: 15px;
        line-height: calc(28 / 15);

      }
      .flow-list .item_full .flex-wrap .flex-item .list-wrap .list-item::before{
        content: "・";
      }

@media screen and (max-width: 1039px){
  .section_technical-flow .container{
  padding: 0;
}
.flow-list .item{
  padding-top: 50px;
  display: block;
}
  .flow-list.flow-list02 .item{
        padding-top: 50px;
      }
.flow-list .item::before{
  display: none
}
.flow-list .item:first-of-type:after{
  display: none
}
  .flow-list .item.item_full::before{
        display: none
      }
      .flow-list .item.item_full::after{
        top: inherit;
        bottom: -50px;
        height: 30px;
        left: 55px;
      }
  .flow-list.flow-list02 .item:first-of-type:after{

          display: none;

        }
.flow-list .item.item_standard{
  padding-right: 0;
  
}
.flow-list .item.item_reverse{
  padding-left: 0;
}
  .flow-list .item.item_full{
          
            padding:30px 0;
              
                  width: 100%;
                  margin: 50px auto 0 auto;
          }
.flow-list .item .image_float{
  position: static;
  width: 100%;
  top: 0;
  padding-left: 30px;
  
}
.flow-list .item.item_standard .image_float{
  left: inherit;
  
}
.flow-list .item.item_reverse .image_float{
  right: inherit;
  
}
  .flow-list.flow-list02 .item .title{
    padding-left: 0;
    width: 100%;
    margin:5px 0 20px 0;
  }
.flow-list .item .title h3{
  font-size: 17px;
  line-height: calc(25 / 17);
  margin-bottom: 15px;
  padding: 0 30px;
}
  .flow-list .item .title h3 strong{
    margin-bottom: 10px;
  }
  
.flow-list .item .content{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  
}
.flow-list .item.item_standard .content{
  padding: 15px 30px;
}
.flow-list .item.item_reverse .content{
  padding: 15px 30px;
  
}
.flow-list .item .content::before{
  top: inherit;
  bottom: -50px;
  height: 20px;
}
.flow-list .item:first-of-type .content::before{
  display: block;
}
.flow-list .item.item_standard .content::before{
  left: 55px;
  transform: rotate(45deg);
}
.flow-list .item.item_reverse .content::before{
  right: inherit;
  left: 55px;
  transform: rotate(45deg);
}
  .flow-list .item .content::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #1B4193;
    z-index: -1;
    top: 47px;
    left: 48px;
  }
  .flow-list .item:last-of-type .content:after{
    display: none
  }
.flow-list .item .content a{
  width: 125px;
  height: 35px;
  order: 3;
  font-size: 14px;
  margin: auto;
}
  .flow-list .item .content .list-item_link{
  width: inherit;
  height: inherit;
  font-size: inherit;
  flex-grow: 2;
}
.flow-list .item .content .content-main{
  width: 100%
}

.flow-list .item .content .sub-title{
  height: 35px;
  font-size: 14px;
  line-height: calc(21 / 14);
  padding-left: 15px;
  margin-bottom: 5px;
}
.flow-list .item .content .sub-title::before{
  display: none;
}
.flow-list .item .content .sub-title::after{
  display: none;
}
  .flow-list .item .content .description{
    padding-left: 40px;
    margin-bottom: 20px;
  }

.flow-list .item_full .flex-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
      .flow-list .item_full .flex-wrap .flex-item{
        width: calc((100% - 30px) / 2)
      }
  .flow-list .item_full h4{
  font-size: 14px;
  margin-bottom: 15px;
}
      .flow-list .item_full .flex-wrap .flex-item h5{
        
        font-size: 14px;
        margin-bottom: 5px;
      }

      .flow-list .item_full .flex-wrap .flex-item .list-wrap{
        padding: 5px 0;
        min-height: 130px;
      }
  
      .flow-list .item_full .flex-wrap .flex-item .list-wrap h6{
        font-size: 14px;
        
        margin-bottom: 10px;

      }
      .flow-list .item_full .flex-wrap .flex-item .list-wrap .list-item{
        
        font-size: 12px;
        line-height: calc(18 / 12);
        margin-top: 5px;

      }
      .flow-list .item_full .flex-wrap .flex-item .list-wrap .list-item::before{
        content: "・";
      }
  
}
/*---------------------------------

  flex-wrap_manufacture

---------------------------------*/
.flex-wrap_manufacture{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-wrap_manufacture .flex-item{
  width: calc((100% - 10px) / 2);
  margin-bottom: 5px
}
.flex-wrap_manufacture .flex-item .description{
  padding-right: 35px;
  margin-bottom: 21px;
}
.flex-wrap_manufacture .flex-item h3{
  color: #1B4193;;
  font-size: 16px;
  line-height: calc(28 / 15);
  margin-bottom: 5px;
}
.flex-wrap_manufacture .flex-item h4{
  display: flex;
  color: #1B4193;
  margin-bottom: 10px;
  font-size: 15px;
}
.flex-wrap_manufacture .flex-item .arow-flow{
  display: flex;
  
}
.flex-wrap_manufacture .flex-item .arow-flow .arow-flow-item{
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  letter-spacing: 2px;
  width: 35px;
  height: 130px;
  background: #DCE3F2;
  color: #1B4193;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.flex-wrap_manufacture .flex-item .arow-flow .arow-flow-item+.arow-flow-item{
  margin-left: 50px;
}
.flex-wrap_manufacture .flex-item .arow-flow .arow-flow-item+.arow-flow-item::before{
  content: "";
  background-image: url("/assets/img/arow.svg");
  background-position: center;
  width: 50px;
  height: 100%;
  position: absolute;
  left: -50px;
}
.flex-wrap_manufacture .list-box{
  display: flex;
  justify-content: space-between;
}
.flex-wrap_manufacture .list-box .list-wrap{
  width:calc((100% - 90px) / 3);
}

      .flex-wrap_manufacture .list-box .list-wrap h6{
        font-size: 15px;
        color: #1B4193;
        background:linear-gradient(transparent 40%, #CFDBF6 40%);
        margin-bottom: 5px;

      }
      .flex-wrap_manufacture .list-box .list-wrap .list-item{
        display: flex;
        font-size: 15px;
        line-height: calc(28 / 15);

      }
      .flex-wrap_manufacture .list-box .list-wrap .list-item::before{
        content: "・";
      }
.text-center-wrap{
  text-align: center;
}
.page_technical_manufacture .text-center-wrap{
  margin-bottom: 60px;
}
.page_technical .text-center-wrap h3{
  font-size: 15px;
  color: #1B4193;
  line-height: calc(28 / 15)
}
.page_technical .dl-wrap{
  display: flex;
}
.page_technical .dl-wrap .dl-item{
  width: 50%;
}
.page_technical .dl-wrap .dl-item dl{
  display: flex;
  margin: 20px 0;
  font-size: 15px;
}
.page_technical .dl-wrap .dl-item dl dt{
  font-weight: bold;
  padding-right: 10px;
  border-right: solid 1px ;
}
.page_technical .dl-wrap .dl-item dl dd{
  padding-left: 10px;
}
@media screen and (max-width: 1039px){
  .flex-wrap_manufacture{
}
.flex-wrap_manufacture .flex-item{
  width: 100%;
}
.flex-wrap_manufacture .flex-item .description{
  padding-right: 0;
  margin-bottom: 10px;
}
.flex-wrap_manufacture .flex-item h3{
  font-size: 14px;
  margin-bottom: 5px;
}
.flex-wrap_manufacture .flex-item h4{
  font-size: 13px;
}
.flex-wrap_manufacture .flex-item .arow-flow{
  display: flex;
  
}
.flex-wrap_manufacture .flex-item .arow-flow .arow-flow-item{
  width: 30px;
  height: 130px;
  font-size: 13px;
}
.flex-wrap_manufacture .flex-item .arow-flow .arow-flow-item+.arow-flow-item{
  margin-left: auto;
}
.flex-wrap_manufacture .flex-item .arow-flow .arow-flow-item+.arow-flow-item::before{
  z-index: -1;
}
.flex-wrap_manufacture .list-box{
  
  flex-wrap: wrap;
}
.flex-wrap_manufacture .list-box .list-wrap{
  width:calc((100% - 30px) / 2);
  margin-bottom: 20px;
}

      .flex-wrap_manufacture .list-box .list-wrap h6{
        font-size: 14px;

      }
      .flex-wrap_manufacture .list-box .list-wrap .list-item{

        font-size: 12px;
        line-height: calc(18 / 12);
        

      }
.page_technical .text-center-wrap{
  text-align: left;
}
  .page_technical_manufacture .text-center-wrap{
  margin-bottom: 30px;
}
.page_technical .text-center-wrap h3{
  font-size: 12px;
  line-height: calc(18 / 12);
  margin-bottom: 5px;
}
  .page_technical_manufacture .flex-4 .flex-item{
    width:calc((100% - 30px) / 2);
  margin-bottom: 20px;
  }
  
  .section_detail .flex-4 .flex-item{
    width:100%;
  margin-bottom: 20px;
    text-align: center;
  }
  .page_technical .dl-wrap {
    margin: 20px 0;
  }
.page_technical .dl-wrap .dl-item dl{
  margin: 10px 0;
  font-size: 12px;
}
}
/*---------------------------------

  .guide-line-wrap

---------------------------------*/
.guideline-wrap{
  background: rgba(220,227,242,.67);
  width: 818px;
  padding: 30px 50px;
  margin: 30px auto 0 auto;
}
.guideline-wrap h3{
  font-size: 22px;
  color: #1B4193;
  padding-left: 10px;
  border-left: solid 8px;
  margin-bottom: 10px;
}
.guideline-wrap .guideline-list-item{
  display: flex;
  font-size: 15px;
  line-height: calc(28 / 15);
}
@media screen and (max-width: 1039px){
  .guideline-wrap{
  width: 100%;
  padding: 20px;
  margin: 30px auto 0 auto;
}
.guideline-wrap h3{
  font-size: 17px;
  margin-bottom: 20px;
}
.guideline-wrap .guideline-list-item{
  font-size: 12px;
  line-height: calc(18 / 12);
  margin-bottom: 10px;
}
}
/*---------------------------------

  flex-wrap_management

---------------------------------*/
.flex-wrap_management{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 70px;
}
.flex-wrap_management .flex-item{
  width: calc((100% - 50px) / 2);
  margin-bottom: 50px;
}
.flex-wrap_management .flex-item h3{
  color: #1B4193;
  font-size: 15px;
  line-height: calc(28 / 15);
}
@media screen and (max-width: 1039px){
  .flex-wrap_management{
  margin-top: 30px;
  margin-bottom: 30px;
}
.flex-wrap_management .flex-item{
  width: 100%;
  margin-bottom: 30px;
}
.flex-wrap_management .flex-item h3{
  font-size: 14px;
}
}

/*---------------------------------

  blue-box

---------------------------------*/
.blue-box{
  background: rgba(220,227,242,.67);
}
.blue-box .container{
  padding: 50px 90px;
}
.blue-box .container .blue-box-title{
  font-size: 22px;
  font-weight: 400;
  line-height: calc(42 / 22);
  color: #1B4193;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px){
.blue-box .container{
  padding: 50px 30px;
}
.blue-box .container .blue-box-title{
  font-size: 17px;
  line-height: calc(25 / 17);
}
}
/*------------------------------------------------------------------会社概要------------------------------------------------------------------*/
/*---------------------------------

  greeting-wrap

---------------------------------*/
.greeting-wrap .name-wrap{
  margin-top: 20px;
  text-align: right;
  
}
.greeting-wrap .name-wrap .name{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.greeting-wrap .name-wrap .name span{
  font-size: 22px;
  margin-left: 30px;
}
/*---------------------------------

  company-dl-wrap

---------------------------------*/
.company-dl-wrap{
  max-width: 639px;
  margin: 0 auto;
}
.company-dl-wrap dl{
  display: flex;
  font-size: 15px;
  line-height: calc(35 / 15);
  margin-bottom: 4px;
  
}
.company-dl-wrap dl dt{
  font-weight: bold;
  background: #F5F5F5;
  width: 140px;
  padding: 0 16px;
}
.company-dl-wrap dl dd{
  width: calc(100% - 140px);
  padding: 0 16px;
}
@media screen and (max-width: 1039px){
.company-dl-wrap dl{
  display: flex;
  font-size: 12px;
  line-height: calc(18 / 12);
  margin-bottom: 4px;
  
}
.company-dl-wrap dl dt{
  
  width: 80px;
  padding: 5px;
}
.company-dl-wrap dl dd{
  width: calc(100% - 80px);
  padding: 5px;
}
}
/*---------------------------------

  company-flex

---------------------------------*/
.company-flex{
  display: flex;
  justify-content: space-between;
}
.company-flex .flex-item.access{
  width: 539px;
}
.company-flex .flex-item.image{
  width: 431px;
}
.map-wrap{
  height: 400px;
  margin-top: 30px;
}
@media screen and (max-width: 1039px){
  .company-flex{
  display: block;
}
.company-flex .flex-item.access{
  width: 100%;
}
.company-flex .flex-item.image{
  width: 100%;
  margin-top: 20px;
}
.map-wrap{
  height: 400px;
  margin-top: 20px;
}
}
/*---------------------------------

  activity-wrap

---------------------------------*/
.activitie-wrap{
  margin-top: 30px;
  max-width: 634px;
  margin: 30px auto;
  background: rgba(220,227,242,.67);
  padding-bottom: 18px;
}
.activitie-wrap h3{
  font-size: 22px;
  text-align: center;
  color: #1B4193;
  padding: 20px 0 11px 0;
}
.activitie-wrap ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 344px;
  margin: auto;
}
.activitie-wrap ul li{
  width: 172px;
  font-size: 15px;
  line-height: calc(28/ 15);
}
.activitie-wrap .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 136px;
  height: 35px;
  color: #1B4193;
  border: solid 1px;
  border-radius: 8px;
  font-size: 15px;
  line-height: calc(28/ 15);
  font-weight: bold;
  margin-top: 20px;
}
.activitie-wrap .btn:hover{
  background: #1B4193;
  color: #fff;
}
@media screen and (max-width: 1039px){
  .activitie-wrap{
  margin: 20px auto;
}
.activitie-wrap h3{
  font-size: 17px;
  padding: 15px 0 10px 0;
}
.activitie-wrap ul{
  display: block;
  width: 100%;
  padding: 0 20px;
}
.activitie-wrap ul li{
  width: 100%;
}
.activitie-wrap .btn{
  font-size: 14px;
}

}
/*---------------------------------

  big-btn

---------------------------------*/
.big-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 51px;
  color: #1B4193;
  border: solid 1px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: bold;
  margin: auto;
}
.big-btn:hover{
  background: #1B4193;
  color: #fff;
}

/*------------------------------------------------------------------採用情報------------------------------------------------------------------*/

/*---------------------------------

.message-wrap  

---------------------------------*/
.page_recruit .message-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 120px ;
}
.page_recruit .message-wrap .text-wrap{
  width: 50%;
  padding-right: 40px;
  
}
.page_recruit .message-wrap .text-wrap .title{
  font-size: 15px;
  color: #1B4193;
  line-height: calc(28 / 15);
}
.page_recruit .message-wrap .image{
  width: 50%;
}
@media screen and (max-width: 1039px){
  .page_recruit .message-wrap{
  display: block;
  margin-top: 80px ;
}
.page_recruit .message-wrap .text-wrap{
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
  
}
.page_recruit .message-wrap .text-wrap .title{
  font-size: 17px;
  margin-bottom: 20px;
}
.page_recruit .message-wrap .image{
  width: 100%;
}
}
/*---------------------------------

.container_recruit

---------------------------------*/
.container_recruit{
  background: rgba(220,227,242,.67);
  padding: 50px;
  margin-top: 120px;
}
.container_recruit .section-title01{
  padding: 0 0 90px 0;
}
.container_recruit .text-center-wrap{
  margin-bottom: 30px;
}
.container_recruit .btn-wrap{
  display: flex;
  justify-content: center;
}
.container_recruit .btn-wrap .btn{
  margin: 0 25px;
  line-height: 0;
}
.container_recruit .btn-wrap .btn:hover{
  opacity: .7;
  box-shadow: 0 0 10px rgba(0,0,0,.3) 
}
@media screen and (max-width: 1039px){
  .container_recruit{
  padding: 50px 30px 20px 30px;
  margin-top: 80px;
}
.container_recruit .section-title01{
  padding: 0 0 60px 0;
}
.container_recruit .btn-wrap{
  display: block;
}
.container_recruit .btn-wrap .btn{
  margin: 20px 0;
  line-height: 0;
  display: block;
  text-align: center;
}
}
/*------------------------------------------------------------------お問い合わせ------------------------------------------------------------------*/
.section_form .container{
  padding: 120px 0;
}
form{
  max-width: 600px;
  margin: auto;
}
form dl{
  margin-bottom: 30px;
}
form dl dt{
  font-size: 15px;
  line-height: calc(37 / 15);
}
form dl dt span{
  color: #BE2F2F;
}
form dl dd input{
  background: #F5F5F5;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
}
form dl dd textarea{
  background: #F5F5F5;
  height: 200px;
  width: 100%;
  padding: 10px 20px;
}
form .box_check{
  text-align: center;
  padding: 70px 0 50px 0;
}
form .box_check a{
  color: #1B4193;
  display: inline-block;
  text-decoration: underline;
  margin-left: 10px;
}
form .box_check a:hover{
  text-decoration: none;
}
form .btn-wrap{
  display: flex;
  justify-content: space-between;
}
form .btn-wrap button{
  width: calc((100% - 50px) / 2);
  border: solid 1px #1B4193;
  height: 60px;
  border-radius: 60px;
  font-size: 22px;
  font-weight: bold;
}
form .btn-wrap button.btn_reset{
  color: #1B4193;background: #fff;
}
form .btn-wrap button:hover{
  opacity: .7;
}
/*form .btn-wrap button.btn_reset:hover{
  color: #fff;background: #1B4193;
}*/
form .btn-wrap button.btn_submit{
  color: #fff;background: #1B4193;
}
/*form .btn-wrap button.btn_submit:hover{
  color: #1B4193;background: #fff;
}*/

@media screen and (max-width: 1039px){
  .section_form .container{
  padding: 80px 30px;
}
form dl dd input{
  padding: 10px;
}
form dl dd textarea{
  padding: 10px;
}
form .box_check{
  
  padding: 20px 0 50px 0;
}
form .box_check a{
  margin-left: 5px;
}
form .btn-wrap{
  display: flex;
  justify-content: space-between;
}
form .btn-wrap button{
  width: calc((100% - 20px) / 2);
  height: 40px;
  
  font-size: 17px;
  
}

}
/** Custom Select **/

  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: block;
  }
    .custom-select-trigger {
      position: relative;
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 12px;
      height: 40px;
      background:#F5F5F5;
      cursor: pointer;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    /*.custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }*/
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #b5b5b5;
      font-size: 12px;
      font-weight: 600;
      color: #b5b5b5;
      line-height: 47px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }

/*------------------------------------------------------------------確認画面------------------------------------------------------------------*/
.section_form h2{
  text-align: center;
  font-size: 26px;
  margin-bottom: 80px;
}
.section_form .thanks-description{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.section_form h2 span{
  display: inline-block;
  border-bottom: solid 5px #1B4193;
  padding-bottom: 5px;
}
.varification{
  max-width: 600px;
  margin: auto;
}
.varification dl{
  margin-bottom: 30px;
}
.varification dl dt{
  font-size: 15px;
  line-height: calc(37 / 15);
}
.varification dl dt span{
  color: #BE2F2F;
}
.varification dl dd p{
  border: solid 1px #F5F5F5;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.varification .btn-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.varification .btn-wrap button{
  width: calc((100% - 50px) / 2);
  border: solid 1px #1B4193;
  height: 60px;
  border-radius: 60px;
  font-size: 22px;
  font-weight: bold;
}
.varification .btn-wrap button.btn_reset{
  color: #1B4193;background: #fff;
}
.varification .btn-wrap button:hover{
  opacity: .7;
}
.varification .btn-wrap button.btn_submit{
  color: #fff;background: #1B4193;
}

.varification .btn-wrap .to_top{
  width: calc((100% - 50px) / 2);
  border: solid 1px #1B4193;
  height: 60px;
  border-radius: 60px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;background: #1B4193;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.varification .btn-wrap .to_top:hover{
  opacity: .7;
}

@media screen and (max-width: 1039px){
  .section_form .thanks-description{
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
  .section_form h2 {
    font-size: 18px;
  }
.varification dl dd p{
  padding: 10px;
}
.varification .btn-wrap{
  display: flex;
  justify-content: space-between;
}
.varification .btn-wrap button{
  width: calc((100% - 20px) / 2);
  height: 40px;
  
  font-size: 17px;
  
}
.varification .btn-wrap .to_top{
  width: 275px;
  height: 40px;
  
  font-size: 17px;
  
}

}
/*------------------------------------------------------------------お問い合わせ------------------------------------------------------------------*/
/*---------------------------------

.news_top

---------------------------------*/
.news_top h2{
  background: #1B4193;
  color: #fff;
  height: 62px;
  font-size: 26px;
  display: flex;justify-content: center;align-items: center;
  
}
@media screen and (max-width: 1039px){
  .news_top h2{
  font-size: 18px;
  
}
}
/*---------------------------------

.section_category

---------------------------------*/
.section_category{
  background: rgba(220,227,242,.67)
}
.section_category .container{
  padding: 30px 0;
}
.section_category .category-list{
  display: flex;
  justify-content: center;
}
.section_category .category-list .item{
  color: #B2B2B2;
  font-size: 15px;
  font-weight: bold;
  margin: 0 25px;
}
.section_category .category-list .item a{
  display: block;
  width: 92px;
  padding-bottom: 9px;
  border-bottom: solid 1px;
  text-align: center;
}
.section_category .category-list .item a.active{
  color: #1B4193;
}
.section_category .category-list .item a:hover{
  color: #1B4193;
  opacity: .7;
}
@media screen and (max-width: 1039px){
.section_category .container{
  padding: 20px 20px;
}
.section_category .category-list{
  flex-wrap: wrap;
}
.section_category .category-list .item{
  font-size: 12px;
  margin: 10px;
  width: calc((100% - 60px) / 3);
}
.section_category .category-list .item a{
  width: 100%;
  border: solid 1px;
  text-align: center;
  padding: 5px;
}
}
/*---------------------------------

.page_news_archive .news-list

---------------------------------*/
.page_news_archive .news-list{
  padding: 120px 0 80px 0;
}
/*---------------------------------

.pager

---------------------------------*/
.pager .pagination {
  text-align: center;
  margin-bottom: 120px;
}

.pager .pagination li {
  margin: 0 15px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 30px;
  
  text-align: center;
  position: relative;
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  
  color: #CCCCCC;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 9px;
}
.pager .pagination li.num a{
  border-bottom: solid 1px;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li.num a.active{
  color: #1B4193;
}
.pager .pagination li a:hover{
  opacity: .7;
}

@media only screen and (max-width: 767px){
  .pager .pagination{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }

.pager .pagination li {
  margin: 0 5px;
  display: block;
  width: calc((100% - 70px) / 7);
}
}
.pager_N .pagination {
  text-align: center;
  margin-bottom: 120px;
}

.pager_N .pagination a {
  margin: 0 15px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 30px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  color: #CCCCCC;
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 1px;
}
.pager_N .pagination a b{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.pager_N .pagination a:hover,
.pager_N .pagination a b{
  color: #1B4193;
  border-bottom: solid 1px;
}
.pager_N .pagination a:hover{
  opacity: .7;
}

@media only screen and (max-width: 767px){
  .pager_N .pagination{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }

.pager_N .pagination a {
  margin: 0 5px;
  display: block;
  width: calc((100% - 70px) / 7);
}
}
/*---------------------------------

article

---------------------------------*/
article .article-title{
  background: #F5F5F5;
}
article .article-title h3{
  font-size: 22px;
  font-weight: 400;
  line-height: calc(42 / 22);
  padding: 30px 0;
  color: #1B4193;
}
article .article-main{
  padding: 40px 0 80px;
}
article .article-main .article-thumb{
  max-width: 614px;
  margin: 0 auto 30px auto;
}
article .date_category{
  display: flex;
  margin-bottom: 37px;
}

article .date_category .date{
  font-size: 12px;
  width: 95px;
}
article .date_category .category{
  font-size: 10px;
  color: #1B4193;
  font-weight: bold;
  width: 110px;
  height: 20px;
  border: solid 1px ;
  text-align: center;
  border-radius: 8px;
  margin-right: 30px;
}
article .date_category .category:hover{
  background: #1B4193;
  color: #fff;
}
article .article-content{
  font-size: 14px;
}
article .article-content p{
  margin-bottom: 20px;
}
.archive-btn{
  width: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin: auto;
  color: #1B4193;
  background: #fff;
  border: solid 1px;
  border-radius: 8px;
  font-size: 15px;
  
}
.archive-btn:hover{
  color: #fff;
  background: #1B4193;
}
@media screen and (max-width: 1039px){
article .article-title h3{
  font-size: 15px;
  line-height: calc(28 / 15);
}

}
/*------------------------------------------------------------------個人情報保護方針------------------------------------------------------------------*/
.section_privacy .container{
  padding-bottom: 120px;
}
.section_privacy .privacy-list .item{
  margin-top: 80px;
}
.section_privacy .privacy-list .item h3{
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}
.section_privacy .privacy-bottom{
  margin-top: 20px;
}
.section_privacy .privacy-bottom h3{
  font-size: 17px;
}
.section_privacy .privacy-bottom h4{
  font-size: 15px;
  font-weight: 400;
  text-align: right;
  margin-top: 80px;
}
.section_privacy .privacy-bottom h4 span{
  font-size: 22px;
  margin-left: 10px;
}
.section_privacy a span{
  text-decoration: underline;
  color: #1B4193;
}

@media screen and (max-width: 1039px){
  .section_privacy .container{
  padding-bottom: 80px;
}
.section_privacy .privacy-list .item h3{
  font-size: 17px;
}
.section_privacy .privacy-bottom h3{
  font-size: 15px;
}
.section_privacy .privacy-bottom h4{
  text-align: right;
}
.section_privacy .privacy-bottom h4 span{
  font-size: 17px;
}
  .section_privacy a span{
  font-size: 10px;
}
}





@media print{
  .no-print{display:none;height: 0;}
  .remodal .btn-wrap{display:none;visibility: hidden}
  body {
    overflow: visible!important;
  }
  #wrapper {
    overflow: visible!important;
  }
  .remodal-wrapper{
    position: relative;
  }
  .remodal{
    max-height: inherit!important;
  }
  /*.remodal{
    overflow: hidden;
    width: 100%!important;
    max-width: 100%!important;
  }*/
  .remodal-overlay{
    display: none;
  }
}
.remodal{
  width: 80%;
  max-height: 80vh;
  overflow: auto;
}
.modal-content+.modal-content{
  margin-top: 80px;
}
@media only screen and (min-width: 641px){
  .remodal{
    max-width: 1000px;
  }
}
.modal-content .modal-title h2{
  font-size: 22px;
  font-weight: 400;
  color: #1B4193!important;
  padding-bottom: 60px;
}
.modal-content .modal-image{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 30px;
}
.modal-content .modal-image .image.pic{
  width: 300px;
}
.modal-content .modal-image .image.zumen{
  width: 300px;
}
.remodal .btn-wrap{
  display:flex;
justify-content: center;
}
.remodal .btn-wrap button{
  width: 136px;
  font-size: 15px;
  color: #1B4193;
  border: solid 1px;
  height: 35px;
  margin: 40px 20px;
  font-weight: bold;
}
.remodal .btn-wrap button:hover{
  background: #1B4193;
  color: #fff;
}
.remodal .supp{
  text-align: left;
}
@media screen and (max-width: 1039px){
  .modal-content .modal-title h2{
  font-size: 14px;
  padding-bottom: 30px;
}
  .modal-content .modal-image{
  display: block;
    max-width: 244px;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}
.modal-content .modal-image .image.pic{
  width: 100%;
}
.modal-content .modal-image .image.zumen{
  width: 80%;
}
.remodal .btn-wrap button{
  margin: 40px 0 30px 0;
}
  .remodal .btn-wrap button.print-btn{
    display: none;
  }

}

/*------------------------------------------------------------------404------------------------------------------------------------------*/

.section_404{
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.section_404 .container{
  padding-top: 120px;
  padding-bottom: 120px;
}
.section_404 h2{
  font-size: 30px;
  margin-bottom: 30px;
}
.section_404 h2 span{
  font-size: 40px;
  display: block;
}
.section_404 p{
  font-size: 18px;
  margin-bottom: 50px
}
.section_404 a{
  width: calc((100% - 50px) / 2);
  border: solid 1px #1B4193;
  height: 60px;
  border-radius: 60px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;background: #1B4193;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.section_404 a:hover{
  opacity: .7;
}
@media screen and (max-width: 1039px){
.section_404 .container{
  padding-top: 80px;
  padding-bottom: 80px;
}
.section_404 h2{
  font-size: 24px;
}
.section_404 h2 span{
  font-size: 30px;
}
.section_404 p{
  font-size: 16px;
}
.section_404 a{
  width: 275px;
  height: 40px;
  font-size: 17px;
}
}


.forSP{display: none;}
@media screen and (max-width: 1039px){
  .forPC{
    display: none;
  }
  .forSP{
    display: block;
  }
}

.remodal .mt{
  margin-top: 80px;
}
.remodal .flex-2 .flex-item{
  width: calc((100% - 50px) / 2);
  text-align: left;
}
.remodal .flex-2 .flex-item .list-inMordal li{
  display: flex;
}
.remodal .flex-2 .images-inMordal{
  display: flex;
  justify-content: space-between;
}
.remodal .flex-2 .images-inMordal .image{
  width: calc((100% - 40px) / 3)
}
@media screen and (max-width: 1039px){
 .remodal .mt{
  margin-top: 60px;
}
.remodal .flex-2 .flex-item{
  width: 100%;
}
.remodal .flex-2 .images-inMordal{
  display: block;
}
.remodal .flex-2 .images-inMordal .image{
  width: 100%;

  margin-top: 20px;
  text-align: center;
}
}

/* CSS Document */
.button {
  cursor: pointer
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal  .modal-content {
  background-color: #f4f4f4;
  width: 100%;
  max-width: 315px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}
@keyframes modalopen {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.modal-header {
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}
.modalClose {
  font-size: 2rem;
}
.modalClose:hover {
  cursor: pointer;
}
.modal-body {
  padding: 20px;
  text-align: center;
}
.modal-body p {
  margin-bottom: 40px;
}
.modal-body a {
  width: 100% !important;
  margin: 0 !important;
  position: relative;
}
.modal-body .blue-btn + .blue-btn  {
  margin-top: 8px !important;
}
.modal-body a::after{
  content: "";
  /*パス適宜調整*/
  background: url("/assets/img/link.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: .3s;
}
.modal-body a:hover:after{
  content: "";
  /*パス適宜調整*/
  background: url("/assets/img/link-b.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  
}
.modal-body a span {
  position: absolute;
  right: 20px;
}
.anchor-links {
  display: flex;
  justify-content: center;
  background: #E7ECF6;
  padding: 43px 0;
}
.anchor-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 264px;
  height: 71px;
  border: solid #1B4193;
  font-size: 27px;
  font-weight: bold;
  border-radius: 12px;
  color: #fff;
  background: #1B4193;
}
.anchor-links a:nth-of-type(1) {
  margin-right: 144px;
}
.anchor-links a:hover {
  background: #fff;
  color: #1B4193;
  transition: .2s;
}
.border-title {
  padding-bottom: 0;
  padding-top: 135px;
}
.border-title h2 {
  color: #1B4193;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 431px;
  height: 71px;
  border: solid #1B4193;
  font-size: 27px;
  font-weight: bold;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}
.border-title h2::after {
  display: none;

}
.border-title.pt {
  padding-top: 180px;
}
.border-sub-title h3 {
  color: #1B4193;
  border-bottom: solid 3px;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 17px;
  margin-bottom: -50px;
  padding-top: 100px;
}
@media screen and (max-width: 1039px) {
  .anchor-links {
    display: flex;
    justify-content: center;
    background: #E7ECF6;
    padding: 15px 30px;
  }
  .anchor-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
  }
  .anchor-links a:nth-of-type(1) {
    margin-right: 20px;
  }
  .border-title {
    padding-bottom: 0;
    padding-top: 80px;
    margin-bottom: -40px;
  }
  .border-title h2 {
    width: 100%;
    height: 35px;
    font-size: 16px;
    border-radius: 8px;
  }
  .border-title h2::after {
    display: none;
  }
  .border-title.pt {
    padding-top: 100px;
  }
  .border-sub-title h3 {
    border-bottom: solid 1px;
    font-size: 14px;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 80px;
  }
}
.red-supp {
  color: red;
  display: flex;
  font-size: 14px;
  margin: 10px 0;
}
.tel-button {
  background: #1B4193;
  color: #fff;
  border-radius: 100px;
  padding: 5px 20px;
}
@media screen and (max-width: 1039px) {
  .red-supp {
    font-size: 14px;
    margin-top: 20px;
  }
}