@charset "utf-8";
*{
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
/* pc */
body{
  position: relative;
  width: 100%;
  font-family: sans-serif ;
}
.wrap{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: .5s;
}
.common-inner{
  max-width: 1000px;
  margin: 0 auto;
}
.sp{
  display: none;
}
header{
  font-size: 0;
}
header img{
  width: 100%;
}
.banner-sec{
  background: #d4eeff;
}
.banner-sec .banner-list li a{
  display: block;
}
.banner-sec .banner-list li a:hover{
  opacity: .6;
}
.banner-sec ul{
  padding: 5% 7% 0%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.banner-sec ul li{
  max-width: 47%;
  width: 100%;
  padding-bottom: 5%;
}
.banner-sec ul li:nth-child(2n){
  margin-left: 6%;
}
.banner-sec ul li img{
  width: 100%;
}
.company-sec .common-inner{
  max-width: 100%;
}
.company-sec .company-ttl-box{
  max-width: 1000px;
}
.company-sec .company-hd{
  max-width: 400px;
  width: 45%;
  position: relative;
  padding: 6% 0 30px 3%;
}
.company-sec .company-hd::before{
  content: "";
  display: block;
  width: 80%;
  padding-top: 8%;
  position: absolute;
  left: -30px;
  top: 80px;
  transition: .5s;
  transform: translate(-100%);
  background: #ffde33;
}
.company-sec .company-hd.loaded::before{
  transform: translate(0);
}
.company-sec .company-hd img{
  width: 100%;
  z-index: 100;
  position: relative;
  opacity: 0;
  transition: .5s;
  transition-delay:.5s;
  transform: translate(10%);
}
.company-sec .company-hd.loaded img{
  opacity: 1;
  transform: translate(0);
}
.company-sec .company-hd span{
  display: block;
  text-align: right;
  color: #1495e4;
}
.company-sec .company-hd span img{
  max-width: 25%;
}
.company-sec ul{
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #0051af;
  /* justify-content: center; */
}
.company-sec ul li{
  width: calc(100% / 3);
  box-sizing: border-box;
  border-right: 2px solid #0051af;
  border-bottom: 2px solid #0051af;
  position: relative;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  overflow: hidden;
  /* padding: 3% 5%; */
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  cursor: pointer;
}
.company-sec ul li a{
  display: block;
  padding: 9% 10%;
}
.company-sec ul li.anime{
  opacity: 1;
}
.company-sec ul li::before{
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -35px;
  right: -35px;
  background: #ffde33;
  background-size: cover;
  transform: rotate(45deg);
}
.company-sec ul li:nth-child(3n){
  border-right: none;
}
/* .company-sec ul li:nth-last-child(2) {
  border-left: 2px solid #0051af;
} */
/* .company-sec ul li:nth-last-child(3),
.company-sec ul li:last-child{
  border-bottom: none;
} */
.company-sec ul li:last-child{
  border-bottom: none;
}
.company-sec ul li:hover{
  background-color: #d0edff;
}
.company-sec ul li:hover::before{
  background: #0051af;
  transition-property: background-image,width,height;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  width: 100px;
  height: 100px;
  bottom: -50px;
  right: -50px;
}
.company-sec ul li .hd-img{
  margin-top: 10%;
}
.company-sec ul li .hd-img img{
  width: 100%;
  height: 50px;
  margin-inline: auto;
  object-fit: contain;
}
.company-sec ul li span{
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
.company-sec ul li .list-img {
  max-width: 220px;
  margin-inline: auto;
}
.company-sec ul li .list-img.border {
  border: 1px solid #D4D4D4;
}
.company-sec ul li .list-img img{
  display: block;
  width: 100%;
}
.slider-sec{
  background-image: url(../images/bg_pattarn.png);
  background-color: #0051af;
  padding-top: 60px;
}
.slider-sec .slider-slide-box{
  position: relative;
}
.slider-sec .swiper-slide{
  transition: transform 2s;
  transform: scale(0.75);
  transition: 2s;
}
.slider-sec .swiper-slide-active{
  transform: scale(1);
  transition: 2s;
}
.slider-sec .swiper-slide .slider-box{
  margin-bottom: 20px;
}
.slider-sec .swiper-slide .slider-box a{
  display: block;
}
.slider-sec .swiper-slide .slider-box a:hover{
  opacity: .6;
}
.slider-sec .swiper-slide .slider-box img{
  width: 100%;
}
.slider-sec .swiper-slide .slider-img {
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slider-sec .swiper-slide .txt-box .slide-content-hd{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.slider-sec .swiper-slide .txt-box .slide-content-txt{
  color: #fff;
}

.slider-sec .btn_box{
  background: #ffde33;
  max-width: 350px;
  margin: 60px auto 90px;
  text-align: center;
  border-radius: 50px;
  width: 80%;
}
.slider-sec .btn_box a{
  padding: 15px 0;
  display: block;
  font-family: NotoSansJP, sans-serif;
  font-size: 24px;
  letter-spacing: 4.8px;
  font-weight: bold;
  color: #0051af;
}
.slider-sec .btn_box a:hover{
  opacity: .8;
}
.slider-sec .copyright{
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 0 0 60px 0;
}

/* modal */
#modal-bg{
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background-image: url(../images/bg_pattarn.png);
  background-color: rgba(0, 81, 175,0.8);
  visibility: hidden;
  transition: .3s;
  opacity: 0;
}
#modal-bg.current{
  visibility: visible;
  opacity: 1;
  transition: .3s;
  display: flex;
  overflow-y: scroll;
  justify-content: center;
}
#modal-bg .modal-inner{
  max-width: 900px;
  width: 80%;
}

#modal-bg .modal-item{
  display: none;
}
#modal-bg .modal-item.is_show{
  display: block;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  max-width: 920px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 5% auto;
  padding: 70px 40px;
}
#modal-bg .modal-item.is_show:before{
  content:"";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  background: url(../images/btn_close.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#modal-bg .modal-item.is_show .modal-img_box img{
  width: 100%;
  display: block;
}
#modal-bg .modal-item.is_show .modal-img_box img.modal-mv{
  max-width: 630px;
  margin: 0 auto;
  width: 75%;
}
#modal-bg .modal-item.is_show .modal-img_box img.modal-logo{
  width: 27%;
  max-width: 230px;
  margin: 50px auto;
}
#modal-bg .modal-item.is_show .modal-text_box .modal-info{
  line-height: 2;
  font-size: 18px;
}
#modal-bg .modal-item.is_show .modal-text_box .modal-info+.modal-info{
  margin-top: 20px;
}
#modal-bg .modal-item.is_show .modal-text_box .modal-info__vap{
  text-align: center;
}
#modal-bg .modal-item.is_show .modal-text_box ul > li > p:not(:last-of-type) {
  margin-bottom: 15px;
}
#modal-bg .modal-item.is_show .modal-text_box .modal-hd{
  margin-top: 50px;
  border-top: 3px solid #0051af;
  border-bottom: 3px solid #0051af;
  color: #0051af;
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 40px;
}
#modal-bg .modal-item.is_show .modal-text_box ul li{
  margin-bottom: 40px;
  font-size: 16px;
}
#modal-bg .modal-item.is_show .modal-text_box ul li span{
  display: block;
  text-indent: 1em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0051af;
}
#modal-bg .modal-item.is_show .modal-text_box ul li span::before{
  content: "";
  display: block;
  top: 8px;
  position: absolute;
  margin: 0 auto;
  background: #0051af;
  width: 15px;
  height: 15px;
}
#modal-bg .modal-item.is_show .modal-text_box .shokushu {
  text-indent: 0;
  display: block;
  margin-bottom: 30px;
}
#modal-bg .modal-item.is_show .modal-text_box .shokushu__wands {
  text-indent: 1em;
}
#modal-bg .modal-item.is_show .modal-text_box .shokushu-item {
  text-indent: 0;
}
#modal-bg .modal-item.is_show .modal-text_box .shokushu::before {
  display: none;
}
#modal-bg .modal-item.is_show .modal-text_box .shokushu__wands::before {
  display: block;
}
#modal-bg .modal-item.is_show .modal-text_box .shokushu-item::before {
  display: none;
}
#modal-bg .modal-item.is_show .modal-text_box .shokushu-detail,
#modal-bg .modal-item.is_show .modal-text_box .shokushu__nitro,
#modal-bg .modal-item.is_show .modal-text_box .engineer {
  margin-bottom: 50px;
}
#modal-bg .modal-item.is_show .modal-text_box .shokushu-list {
  margin-top: 40px;
}
#modal-bg .modal-item.is_show .modal-btn a{
  display: block;
  background: #ffde33;
  text-align: center;
  max-width: 352px;
  width: 100%;
  margin: 50px auto 0;
  padding: 14px 0;
  color: #0051af;
  font-size: 24px;
  font-weight: bold;
  border-radius: 100px;
}
#modal-bg .modal-item.is_show .modal-btn a:hover{
  opacity: .8;
}
/* tab */
@media(max-width: 1000px){
  .company-sec .company-hd::before{
    top: calc(90 / 1000 * 100vw);
  }
  .slider-sec .slider-hd::before{
    top: calc( 85 / 1000 * 100vw);
  }
}

/* sp */
@media(max-width: 600px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .banner-sec ul{
    display: block;
    padding: 5% 7% 0%;
  }
  .banner-sec ul li{
    width: 100%;
    max-width: 100%;
  }
  .banner-sec ul li:nth-child(2n){
    margin-left: 0;
  }
  .company-sec .company-hd{
    width: 82%;
    padding: 12% 0 30px 3%;
  }
  .company-sec .company-hd::before{
    top: calc(90 / 600 * 100vw);
  }
  .company-sec ul{
    border-top: 2px solid #0051af;
  }
  .company-sec ul li{
    width: calc(100% /2);
    border-right: none;
    border-bottom: 2px solid #0051af;
    flex-basis: 50%;
    max-width: 50%;
  }
  .company-sec ul li:nth-last-child(2) {
    border-right:none
  }
  .company-sec ul li:nth-child(2n + 1){
    border-right: 2px solid #0051af;
  }
  .company-sec ul li:hover::before{
    width: 90px;
    height: 90px;
  }
  .company-sec ul li .list-img {
    max-width: 124px;
  }
  .company-sec ul li .hd-img{
    width: auto;
    height: 25px;
  }
  .company-sec ul li .hd-img img{
    height: 100%;
  }
  .slider-sec{
    padding-top: 40px;
  }
  .slider-sec .swiper-container {
    width: 100%;
  }
  .slider-sec .slider-hd{
    max-width: 145px;
    width: 100%;
    padding: 12% 0 30px 3%;
  }
  .slider-sec .swiper-slide .slider-box {
    margin-bottom: 15px;
  }
  .slider-sec .swiper-slide .txt-box .slide-content-hd {
    font-size: 18px;
  }
  .slider-sec .slider-hd::before{
    top: calc( 85 / 600 * 100vw);
  }
  .slider-sec .btn_box{
    margin: 40px auto 60px;
  }
  #modal-bg .modal-inner{
    width: 100%;
  }
  #modal-bg .modal-item.is_show{
    width: 89%;
    padding: 8%;
  }
  #modal-bg .modal-item.is_show:before{
    width: 11%;
    height: 11%;
    right: -18px;
    top: -18px;
  }
  #modal-bg .modal-item.is_show .modal-img_box img.modal-mv{
    width: 100%;
  }
  #modal-bg .modal-item.is_show .modal-img_box img.modal-logo{
    width: 45%;
    margin: 40px auto;
  }
  #modal-bg .modal-item.is_show .modal-text_box .modal-info{
    font-size: 16px;
    line-height: 1.8;
  }
  #modal-bg .modal-item.is_show .modal-text_box .modal-info+.modal-info{
    margin-top: 15px;
  }
  #modal-bg .modal-item.is_show .modal-text_box .modal-info__vap{
    text-align: left;
  }
  #modal-bg .modal-item.is_show .modal-text_box .modal-hd{
    margin-top: 40px;
    font-size: 18px;
  }
  #modal-bg .modal-item.is_show .modal-text_box ul li span{
    font-size: 16px;
    line-height: 1.6;
    text-indent: 1.2em;
  }
  #modal-bg .modal-item.is_show .modal-text_box ul li span::before{
    top: 4px;
  }
  #modal-bg .modal-item.is_show .modal-btn a{
    font-size: 20px;
    max-width: 100%;
  }
}

/* swiper custom */
.swiper-button-next,.swiper-button-prev{
  background-image: url(../images/slider-yellow.svg);
  width: 4%;
  background-size: 100%;
  top: 80px;
}

.swiper-button-prev{
  transform: rotate(180deg);
  left: 7%;
  top: 39%;
}
.swiper-button-next{
  right: 7%;
  top: 39%;
}
.swiper-button-prev,
.swiper-button-next{
  outline: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
  opacity: .6;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
    opacity: 0;
}
@media(max-width: 1000px){
  .swiper-button-next,
  .swiper-button-prev{
    top: calc(80 / 1000 * 100vw);
    min-width: 28px;
  }
}
@media(max-width: 600px){
  .swiper-button-next,
  .swiper-button-prev{
    top: calc(85/ 600 * 100vw);
  }

  .slider-sec .btn_box a {
    font-size: 20px;
  }

  .company-sec ul li::before {
    width: 60px;
    height: 60px;
  }
}