@charset "UTF-8";
/*====================
HOME
====================*/
@charset "UTF-8";
/* ------------------------------------------------------------
 * スライドの設定
 * ------------------------------------------------------------ */
.splide,
.splide__track,
.splide__list,
.splide__slide {
  height: 100%;
}

.splide {
  position: relative;
}

.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Hind, sans-serif;
  font-size: 8rem;
  color: #fff;
}
.splide__slide span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.splide__slide.is-active span, .splide__slide.is-prev span,
.splide__slide span.is-prev {
  -webkit-animation: scale 4s linear 0s normal both;
          animation: scale 4s linear 0s normal both;
}

.splide__track[aria-live=polite] .splide__slide span {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* ------------------------------------------------------------
 * コントローラーの設定
 * ------------------------------------------------------------ */
.splide__controller {
    position: absolute;
    bottom: 37px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    width: 1200px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.splide__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
}
.splide__toggle__play{
    color: #0072BC;
    width: 25px;
    height: 25px;
}
.splide__toggle__pause{
    color: #0072BC;
    width: 22px;
    height: 22px;
}

.splide__arrows{
    display: flex;
    gap: 10px;
    align-items: center;
}
.splide__arrow{
    width: 42px;
    height: 42px;
    opacity: 1;
    position: static;
    transform: none;
}

/*=====home=====*/
#HOME .main .subttl-01{
    margin-bottom: 80px;
}
#HOME .main .btn-01.type-03 a{
    background-color: #0072BC;
}
#HOME .main .btn-01.type-03 a .arrow2{
    background-color: #fff
}
/*=====mv=====*/
#HOME .mv{
    position: relative;
}
#HOME .mv .inner{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
}
#HOME .mv .mv-ttl{
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 144%;
    margin-top: 78px;
}
/*=====section-comp=====*/
#HOME .section-comp{
    text-align: center;
    padding: 100px 0 120px;
}
#HOME .section-comp .txt-01{
    line-height: 1.6;
    margin-bottom: 22px;
}
#HOME .section-comp .txt-06{
    margin-bottom: 80px;
}
#HOME .section-comp .logo-cnt{
    width: 225px;
    margin: 0 auto 113px;
}
#HOME .section-comp .img-cnt{
    width: 1075px;
    margin: 0 auto 51px;
    display: block;
}

/*=====section-prod=====*/
#HOME .section-prod{
    padding: 100px 0 169px;
}
#HOME .section-prod .card-list-01{
    margin-bottom: 80px;
}
#HOME .section-prod .card-list-01 .card-cnt-02{
	width: calc((100% - 40px * 2) / 3);
    position: relative;
}
#HOME .section-prod .card-list-01 .card-cnt-02 .img-cnt{
	margin-bottom: 10px;
	display: block;
}
#HOME .section-prod .card-list-01 .txt-05{
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #0072BC;
}
#HOME .section-prod .contact-wrap{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
#HOME .section-prod .contact-wrap::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-image: repeating-linear-gradient(
    to bottom,
    #fff,
    #fff 10px,
    transparent 10px,
    transparent 20px
  );
}
#HOME .section-prod .contact-wrap li{
    background-color: #0072BC;
    width: 50%;
}
#HOME .section-prod .contact-wrap li a{
    color: #fff;
    padding: 40px 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#HOME .section-prod .contact-wrap .txt-07{
    color: #fff;
    margin-bottom: 10px;
}
#HOME .section-prod .contact-wrap .txt-10{
    font-weight: normal;
    margin-bottom: 20px;
}
#HOME .section-prod .contact-wrap span{
    color: #fff;
    border-radius: 50%;
    background-color: #182D3A;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}
#HOME .section-prod .contact-wrap span svg{
    width: 21px;
    height: 9px;
}

/*=====section-rec=====*/
#HOME .section-rec{
    padding: 138px 0 263px;
}
#HOME .section-rec .bg-cnt{
    background: url(/imgs/home/rec_bg.png) no-repeat center/cover;
    padding: 214px 40px 93px 40px;
    border-radius: 10px;
    box-sizing: border-box;
}
#HOME .section-rec .bg-cnt .txt-02{
    color: #fff;
    margin-bottom: 40px;
    max-width: 365px;
}
#HOME .section-rec .bg-cnt .txt-10{
    color: #fff;
    font-weight: normal;
    max-width: 365px;
}

#HOME .section-rec .btn-01 + .btn-01{
    margin-top: 20px;
}
#HOME .section-rec .btn-01.type-03 a{
    font-size: 1.429em;
    padding: 30px 40px 30px 80px;
    width: 100%;
    text-align: left;
}
#HOME .section-rec .btn-01.type-03 a .arrow2{
    width: 50px;
    height: 50px
}
#HOME .section-rec .btn-cnt{
    width: 380px;
    margin: -273px 40px 76px auto;
}
#HOME .section-rec .btn-cnt .btn-01.type-03 a{
    color: #182D3A;
    background-color: #fff;
}
#HOME .section-rec .btn-cnt .btn-01.type-03 a .arrow2{
    background-color: #0072BC;
}
#HOME .section-rec .btn-cnt .btn-01.type-03 a .arrow2 svg{
    color: #fff;
}
#HOME .section-rec .flex-wrap-01{
    margin-top: -34px;
}
#HOME .section-rec .flex-wrap-01 .img-cnt{
    display: flex;
    gap: 20px;
    align-items: flex-end;
    width: 780px;
}
#HOME .section-rec .flex-wrap-01 .img-cnt div{
    border-radius: 10px;
    overflow: hidden;
}
#HOME .section-rec .flex-wrap-01 .flex-cnt-01:not(.img-cnt){
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/*====================
other
====================*/
/* .other .section:not(:last-of-type){
	margin-bottom: 80px;
}
.other .section:last-of-type {
    padding-bottom: 200px;
}

.other .main .txt-14{
    margin: 80px 0 50px;
}
.other .main .txt-03,
.other .main .txt-04{
    margin-bottom: 5px;
}
.other .main .txt-03:not(:first-of-type){
    margin-top: 50px;
}
.other .main .txt-04{
    margin-top: 30px;
}
.other .main .txt-06 + .txt-06{
    margin-top: 20px;
}
.other .main .list-03{
    margin-top: 10px;
}
.other .main .txt-in {
    text-indent: -2em;
    padding-left: 2em;
    margin-top: 10px;
}
.other .main .btn-01{
    margin-top: 50px;
} */
/*====================
プライバシーポリシー
====================*/
/* .privacy-wrap .list-03{
    margin-left: 2em;
}
.privacy-wrap .mg-txt{
    margin-left: 2.5em;
}
.privacy-wrap .list-03 + .mg-txt{
    margin-top: 20px;
    padding-left: 2.5em;
} */

@media only screen and (max-width: 768px) {

    /*====================
    HOME
    ====================*/
    /* ------------------------------------------------------------
    * コントローラーの設定
    * ------------------------------------------------------------ */
    .splide__controller {
        position: absolute;
        bottom: 4.427vw;
        display: flex;
        gap: 4.427vw;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 2.604vw;
        box-sizing: border-box;
    }
    .splide__toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 9.375vw;
        height: 9.375vw;
        background-color: #fff;
        border: 0;
        border-radius: 50%;
    }
    .splide__toggle__play {
        color: #0072BC;
        width: 3.255vw;
        height: 3.255vw;
    }
    .splide__toggle__pause {
        color: #0072BC;
        width: 2.865vw;
        height: 2.865vw;
    }
    .splide__arrows {
        display: flex;
        gap: 4.297vw;
        align-items: center;
    }
    .splide__arrow {
        width: 6.510vw;
        height: 6.510vw;
        opacity: 1;
        position: static;
        transform: none;
    }

    /*=====home=====*/
    #HOME .main .subttl-01 {
        margin-bottom: 7.813vw;
    }
    #HOME .main .btn-01.type-03 a {
        background-color: #0072BC;
    }
    #HOME .main .btn-01.type-03 a .arrow2 {
        background-color: #fff;
    }

    /*=====mv=====*/
    #HOME .mv {
        position: relative;
    }
    #HOME .mv .inner {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    #HOME .mv .mv-ttl {
        color: #fff;
        font-size: 9.114vw;
        font-weight: bold;
        line-height: 144%;
        margin-top: 6.114vw;
    }

    /*=====section-comp=====*/
    #HOME .section-comp {
        text-align: center;
        padding: 7.031vw 0 13.923vw;
    }
    #HOME .section-comp .txt-01 {
        line-height: 1.6;
        margin-bottom: 7.813vw;
    }
    #HOME .section-comp .txt-06 {
        text-align: left;
        margin-bottom: 7.813vw;
    }
    #HOME .section-comp .logo-cnt {
        width: 33.984vw;
        margin: 0 auto 12.760vw;
    }
    #HOME .section-comp .img-cnt {
        width: 86.869vw;
        margin: 0 auto 10.417vw;
        display: block;
    }


    /*=====section-prod=====*/
    #HOME .section-prod {
        padding: 6.907vw 0 21.242vw;
    }
    #HOME .section-prod .card-list-01 {
        margin-bottom: 19.531vw;
    }
    #HOME .section-prod .card-list-01 .card-cnt-02 {
        width: calc((100% - 5.208vw) / 2);
        position: relative;
    }
    #HOME .section-prod .card-list-01 .card-cnt-02 .img-cnt {
        margin-bottom: 2.604vw;
        display: block;
    }
    #HOME .section-prod .card-list-01 .txt-05 {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        font-weight: bold;
        padding: 1.302vw;
        background-color: #0072BC;
    }
    #HOME .section-prod .contact-wrap {
        display: flex;
        justify-content: center;
        border-radius: 1.302vw;
        overflow: hidden;
        position: relative;
        flex-direction: column;
    }
    #HOME .section-prod .contact-wrap::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 81.130vw;
        height: 0.391vw;
        background-image: repeating-linear-gradient(
            to right,
            #fff,
            #fff 1.302vw,
            transparent 1.302vw,
            transparent 2.604vw
        );
    }
    #HOME .section-prod .contact-wrap li {
        background-color: #0072BC;
        width: 100%;
    }
    #HOME .section-prod .contact-wrap li a {
        color: #fff;
        padding: 5.208vw 10.417vw 12.500vw 9.114vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 13.021vw;
    }
    #HOME .section-prod .contact-wrap .txt-07 {
        color: #fff;
        margin-bottom: 1.302vw;
        width: 100%;
        text-align: center;
    }
    #HOME .section-prod .contact-wrap .txt-10 {
        font-weight: normal;
        margin-bottom: 2.604vw;
        width: 52.083vw;
        margin-bottom: 0;
    }
    #HOME .section-prod .contact-wrap span {
        color: #fff;
        border-radius: 50%;
        background-color: #182D3A;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8.203vw;
        height: 8.203vw;
    }
    #HOME .section-prod .contact-wrap span svg {
        width: 3.776vw;
        height: 1.562vw;
    }


    /*=====section-rec=====*/
    #HOME .section-rec {
        padding: 19.531vw 0 9.243vw;
    }
    #HOME .section-rec .bg-cnt {
        background: url(/imgs/home/rec_bg_sp.png) no-repeat center/cover;
        padding: 66.667vw 5.208vw 9.509vw 5.208vw;
        border-radius: 1.302vw;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        margin-bottom: 5.599vw;
    }
    #HOME .section-rec .bg-cnt .txt-02 {
        color: #fff;
        margin-bottom: 7.552vw;
        max-width: 100%;
        font-size: 6.51vw;
        line-height: 1.74;
    }
    #HOME .section-rec .bg-cnt .txt-10 {
        color: #fff;
        font-weight: normal;
        max-width: 100%;
    }

    #HOME .section-rec .btn-01 + .btn-01 {
        margin-top: 4.819vw;
    }
    #HOME .section-rec .btn-01.type-03 a {
        font-size: 3.646vw;
        padding: 4.906vw 1.208vw 4.906vw 13.151vw;
        width: 100%;
        text-align: left;
    }
    #HOME .section-rec .btn-01.type-03 a .arrow2 {
        width: 8.203vw;
        height: 8.203vw;
        left: 3.125vw;
    }
    #HOME .section-rec .btn-cnt {
        width: 63.021vw;
        margin: 0 auto 5.599vw;
    }
    #HOME .section-rec .btn-cnt .btn-01.type-03 a {
        color: #fff;
        background-color: #0072BC;
    }
    #HOME .section-rec .btn-cnt .btn-01.type-03 a .arrow2 {
        background-color: #fff;
    }
    #HOME .section-rec .btn-cnt .btn-01.type-03 a .arrow2 svg {
        color: #182D3A;
    }
    #HOME .section-rec .flex-wrap-01 {
        margin-top: 0;
        flex-direction: column;
        gap: 10.417vw;
    }
    #HOME .section-rec .flex-wrap-01 .img-cnt {
        display: flex;
        gap: 5.729vw;
        align-items: flex-end;
        width: 100%;
        flex-direction: column;
    }
    #HOME .section-rec .flex-wrap-01 .img-cnt div {
        border-radius: 1.302vw;
        overflow: hidden;
    }
    #HOME .section-rec .flex-wrap-01 .flex-cnt-01:not(.img-cnt) {
        flex: inherit;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }
    #HOME .section-rec .flex-wrap-01 .flex-cnt-01:not(.img-cnt) .btn-01.type-03 a{
        padding-left: 21.745vw;
        padding-right: 21.745vw;
    }


    /*====================
    other
    ====================*/
    /* .other .section:not(:last-of-type){
        margin-bottom: 10.417vw;
    }
    .other .section:last-of-type {
        padding-bottom: 26.042vw;
    }

    .other .main .txt-14{
        margin: 10.417vw 0 6.510vw;
    }
    .other .main .txt-03,
    .other .main .txt-04{
        margin-bottom: 0.651vw;
    }
    .other .main .txt-03:not(:first-of-type){
        margin-top: 10.51vw;
    }
    .other .main .txt-04{
        margin-top: 3.906vw;
    }
    .other .main .txt-06 + .txt-06{
        margin-top: 4.604vw;
    }
    .other .main .list-03{
        margin-top: 1.302vw;
    }
    .other .main .txt-in {
        text-indent: -2em;
        padding-left: 2em;
        margin-top: 1.302vw;
    }
    .other .main .btn-01{
        margin-top: 6.510vw;
    } */
    /*====================
    プライバシーポリシー
    ====================*/
    /* .privacy-wrap .list-03{
        margin-left: 6vw;
        /* padding-left: 3vw;
    }
    .privacy-wrap .mg-txt{
        margin-left: 9vw;
    }
    .privacy-wrap .list-03 + .mg-txt{
        margin-top: 4.604vw;
        padding-left: 2vw;
    } */

}