@charset "utf-8";

/*body*/
body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.6;
    color:#333;
}

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


.sp_only {
    display: none !important;
}
.md_only{
  display: none !important;
}
@media screen and (max-width:1000px) {
  .md_only{
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block !important;
    }
}



/*section*/
.section{
    width:100%;
}

.section__inner{
    max-width:800px;
    margin:0 auto;
    padding:80px 0;
}
.section__ttl{
    font-size:32px;
    font-weight: bold;
    color:#0262C1;
    text-align: center;
    position: relative;
    margin-bottom:100px;
}

.section__ttl::after{
    content:"";
    display: block;
    position:absolute;
    background-color:#D8D8D8;
    width:120px;
    height:2px;
    bottom:-32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.section__img{
    margin-bottom:40px;
    border:solid 1px #e6e6e6;
}

.section__desc{
    margin-bottom:40px;
}

.section__list{
    display:flex;
    flex-direction:column;
    row-gap:32px;
    padding-left:20px;
}

.section__list__item{

}

.section__list__item__ttl{
    font-size:20px;
    font-weight: bold;
    color:#548AC1;
    margin-bottom:16px;
    position: relative;
}

.section__list__item__ttl::before{
    content:"";
    display: block;
    width:9px;
    height:9px;
    border-radius:50%;
    background-color:#548AC1;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.section__list__item__txt{

}

/*kv*/
.kv{
    width:100vw;
    height:100vh;
    position: relative;
}
.kv__img img{
    width:100%;
    height:100vh;
    object-fit:cover;
}
.kv__contents{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.kv__imglist{
  display: flex;
  column-gap:32px;
  max-width:1000px;
}
.kv__imglist__item img{
  width:100%;
  height:auto;
}

.kv__ttl{
    font-size:44px;
    font-weight: bold;
    color:#FFF;
    white-space: nowrap;
    text-align: center;
    margin-bottom:64px;
}

.indicator__inner{
    padding-top:124px !important;
}

.companyinfo{

}

.companyinfo__name__list{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap:32px;
    margin-bottom:100px;
}

.companyinfo__name__list__item{
    text-align: center;
}

.companyinfo__name__list__item:first-child,
.companyinfo__name__list__item:last-child{
    position: relative;
    font-size:12px;
}

.companyinfo__name__list__item:first-child h3,
.companyinfo__name__list__item:last-child h3{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap
}

.companyinfo__name__list__item:first-child h3{
    bottom:-72px;
}

.companyinfo__name__list__item:last-child h3{
    bottom:-64px;
}

.companyinfo__name__list__item:nth-child(2){
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
}

.companyinfo__name__list__item:nth-child(2)::before,
.companyinfo__name__list__item:nth-child(2)::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 30px;
    background: #333;
}

.companyinfo__name__list__item:nth-child(2)::before{
    transform: translate(-50%,-50%) rotate(45deg);
}

.companyinfo__name__list__item:nth-child(2)::after{
    transform: translate(-50%,-50%) rotate(-45deg);
}

/*slick*/
.slick-dots{
    bottom:-48px !important;
}

.slick-dots li button:before{
    font-size:14px !important;
}

.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    height: 25px;
    width: 25px;
    background-color: red;
    z-index:99;
}

.slick-prev {/*戻る矢印の位置と形状*/
    /* left:2.5%; */
    transform: rotate(-135deg);
    left:12px !important;
}

.slick-next {/*次へ矢印の位置と形状*/
    /* right:2.5%; */
    transform: rotate(45deg);
    right:12px !important;
}

.support__slider__item{
  border:solid 1px #e6e6e6;
}


/*inquiry_button*/
.inquiry_button {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.inquiry_button img {
/* height: 278px; */
-webkit-transition: .5s;
transition: .5s;
}

.inquiry_button img:nth-child(1) {
cursor: pointer;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.inquiry_button:hover img:nth-child(1) {
opacity: 0;
}

/*case*/
/* case */
.case {
    margin: 70px auto;
  }
  
  .case_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap:20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 523px;
    margin: 0 auto;
  }
  
  .case_nav li {
    border: solid 2px #403e3e;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .2s;
    transition: .2s;
    width: 250px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .case_nav li:hover, .case_nav li.active {
    background: #f5e148;
  }
  
  .case_content {
    background: #fff;
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 16px auto 0 auto;
  }
  
  .case_content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .case_content h3 img {
    width: auto;
    height: 46px;
  }
  
  .case_content_line {
    width: 16px;
    height: 560px;
    background-image: url("../img/line_2.svg");
    background-repeat: repeat-y;
  }
  
  .case_content_inner {
    margin: 0 20px;
    position: relative;
    width: 100%;
    max-width: 840px;
  }

  .case_content_desc{
      margin-bottom:48px;
  }
  
  .case_content_inner h3 {
    margin: 36px auto 48px 0px;
    text-align: start;
  }
  
  .case_content_inner h4 {
    font-size: 16px;
  }
  
  .case_content_inner_block {
    overflow: scroll;
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .case_content_inner_block_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  
  .case_content_inner_block_item span {
    width: 124px;
    border: solid #2a87bc;
    border-width: 0px 2px;
    display: inline-block;
    margin-right: 44px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
  }
  
  .case_content_inner_block_item ul {
    display: block;
    font-weight: normal;
    line-height: 2.4rem;
    text-align: start;
    width: 100%;
    max-width: 550px;
  }
  
  .case_content_inner_block_item li {
    line-height:1.8;
    margin-top: 10px;
    position: relative;
    padding-left: 1.2rem;
  }
  
  .case_content_inner_block_item li:nth-child(1)  {
    margin-top: 0;
  }
  
  .case_content_inner_block_item li::before {
    content: " ";
    background: #2a87bc;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: 5px;
    height: 5px;
  }
  
  .case_content_inner_icon {
    background-repeat: space;
    bottom: 30px;
    position: absolute;
    width: 100%;
    height: 40px;
  }
  
  .case_content_inner_icon_1 {
    background-image: url("../img/case_icon_1.svg");
  }
  
  .case_content_inner_icon_2 {
    background-image: url("../img/case_icon_2.svg");
  }
  
  .case_content_inner_icon_3 {
    background-image: url("../img/case_icon_3.svg");
  }
  
  .case_content_inner_icon_4 {
    background-image: url("../img/case_icon_4.svg");
  }
  
  .case_content_inner_icon_5 {
    background-image: url("../img/case_icon_5.svg");
  }
  
  .case_content_inner_icon_6 {
    background-image: url("../img/case_icon_6.svg");
  }
  
  .case_content_inner_icon_7 {
    background-image: url("../img/case_icon_7.svg");
  }
  
  .case_content_inner_icon_8 {
    background-image: url("../img/case_icon_8.svg");
  }

  .contact__btn{
    color:#FFF;
    max-width:800px;
    margin:0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom:140px;
  }
  .contact__btn__link{
    display: block;
    padding:24.5px 0px;
    background-color:#0262C1;
  }

  /* footer */
footer {
  background: #403e3e;
}

.footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.footer_content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer_content li {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 24px;
  white-space: nowrap;
}

.footer_content li:hover {
  color: #f5e148;
}

.footer_content img {
  width: 100%;
  max-width: 360px;
}

/*responsive*/
@media screen and (max-width: 1000px) {
  .kv__ttl{

  }
}

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

    .section__inner{
        padding:64px 16px;
    }
    .section__list{
        row-gap:24px;
        padding-left:16px;
    }
    .section__img{
        margin-bottom:32px;
    }
    .section__desc{
        margin-bottom:32px;
    }
    .section__ttl{
        font-size:24px;
        margin-bottom:72px;
    }
    .section__list__item__ttl{
        margin-bottom:8px;
    }
    .section__list__item__ttl::before{
        width:8px;
        height:8px;
        left:-16px;
    }
    .kv__ttl{
      font-size:7.46vw;
    }
    .kv__imglist{
      display:none;
    }
    .inquiry_button{
        bottom:20px;
        right:20px;
    }
    .companyinfo__name__list{
        flex-direction:column;
        row-gap:32px;
        margin-bottom:32px;
    }
    .companyinfo__name__list__item:first-child h3,
    .companyinfo__name__list__item:last-child h3{
        position: initial;
        transform:initial;
    }
    .companyinfo__name__list__item{
        width:100%;
    }
    .companyinfo__name__list__item p{
        margin-bottom:12px;
    }
    .companyinfo__name__list__item p img{
        width:60%;
        max-width:320px;
    }
    .case_nav{
      font-size:16px;
      column-gap:3%;
      row-gap:12px;
    }
    .case_nav li{
      width:48%;
    }
    .contact__btn{
      padding:20px 16px;
      font-size:24px;
    }
    .footer_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      height: 160px;
    }
    .footer_content ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .footer_content li {
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      margin-right: 24px;
    }
    .footer_content li:hover {
      color: #f5e148;
    }
    .footer_content img {
      width: 100%;
      max-width: 360px;
    }
}