@charset "UTF-8";
/* =====================================
	index
===================================== */

header.is-scroll{
    background: transparent;
}

header.is-scroll .inline-logo .logo-text{
    fill: #fff
}
header.is-scroll .inline-logo .logo-mark{
    fill: #fff
}

header.is-scroll nav ul li a{
    color: #fff !important;
}

header.is-scroll .buy{
    border: 1px solid #fff;
    color: #fff !important;
}

header.is-scroll .inline-icon{
    color:#fff !important;
}

header.is-scroll .menu-trigger span {
    background-color: #fff;
}

header.is-scroll.is-visual-end{
    background: #fff;
}

header.is-scroll.is-visual-end .inline-logo .logo-text{
    fill: #231815
}
header.is-scroll.is-visual-end .inline-logo .logo-mark{
    fill: #a4becd
}

header.is-scroll.is-visual-end nav ul li a{
    color: #231815 !important;
}

header.is-scroll.is-visual-end .buy{
    border: 1px solid #a4becd;
    color: #231815 !important;
}

header.is-scroll.is-visual-end .inline-icon{
    color:#a4becd !important;
}

header.is-scroll.is-visual-end .menu-trigger span {
    background-color: #a4becd;
}

.visual{
    position: relative;
    width: 100%;
    padding: 2400px 0 438px;
    overflow: hidden;
}

.visual ul{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.visual ul li{
    width: 100%;
    height: 100vh;
}

.visual ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.visual h1 img{
    position: fixed;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 541px;
    opacity: 1;
    will-change: top, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.visual h2 img{
    position: relative;
    margin: 0 0 0 68.9375%;
    z-index: 1000;
    width: 225px;
}

.visual p img{
    position: relative;
    margin: 68px 0 0 68.9375%;
    z-index: 1000;
    width: 274px;
}

.product{
    width: 100%;
    padding: 190px 0 208px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background: #fff;
}

.product .ttl-area{
    width: 100%;
    padding: 0 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product .ttl-area h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #a4becd;
}

.product .ttl-area a{
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #a4becd;
    padding-right: 35px;
    background: url("../img/common/arrow06.svg") no-repeat center right 5px;
    background-size: 16px auto;
}

.product .ttl-area a:hover{
    background: url("../img/common/arrow06.svg") no-repeat center right 0;
    background-size: 16px auto;
    opacity: 1;
}

.product ul{
    width: 100%;
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
}

.product ul li{
    width: 24.6875%;
}

.product ul li .img-area{
    width: 100%;
    overflow: hidden;
}

.product ul li a:hover{
    opacity: 1;
}


.product ul li .img-area img{
    width: 100%;
    display: block;
    transition: transform .4s ease;
}

.product ul li a:hover .img-area img{
    transform: scale(1.1);
}

.product ul li h3{
    display: flex;
    justify-content: center;
    gap: 16px;
    font-size: 31px;
    line-height: 1;
    margin-top: 33px;
}

.product ul li h3 div{
    display: inherit;
}

.product ul li h3 img{
    width: 89px;
    margin-top: 3px;
}

.product ul li:last-child h3 img{
    width: 97px;
}

.product ul li p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 12px;
    text-align: center;
}

.link-area{
    width: 100%;
    padding: 0 40px 170px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.link-area .link-wrap{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.link-area .link-wrap .left{
    width: 49.7142857%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 9px;
}

.link-area .link-wrap .left .item{
    width: min((100% - 10px) / 2);
}

.link-area .link-wrap .left .item.wide{
    width: 100%;
}

.link-area .link-wrap .item a{
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.link-area .link-wrap .item a img{
    width: 100%;
    display: block;
    transition: transform .4s ease;
}

.link-area .link-wrap .item a:hover img{
    transform: scale(1.1);
}

.link-area .link-wrap .item a p{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 16px;
    letter-spacing: 0;
}

.link-area .link-wrap .item a p small{
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.link-area .link-wrap .item a::before{
    content: "";
    width: 36px;
    height: 36px;
    background: url("../img/common/arrow05.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 10;
}

.link-area .link-wrap .right{
    width: 49.7142857%;
}

.story{
    width: 100%;
    background: #f7f8fa;
    padding: 125px 0 140px;
    position: relative;
    z-index: 10;
    overflow-x: hidden;
}

.story .ttl-area{
    width: 100%;
    max-width: 1434px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 54px;
    padding: 0 40px;
}

.story .ttl-area h2{
    font-size: 30px;
    line-height: 1;
    color: #a4becd;
}

.story .ttl-area a{
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #a4becd;
    padding-right: 35px;
    background: url("../img/common/arrow06.svg") no-repeat center right 5px;
    background-size: 16px auto;
}

.story .ttl-area a:hover{
    background: url("../img/common/arrow06.svg") no-repeat center right 0;
    background-size: 16px auto;
    opacity: 1;
}

.story ul{
    width: 100%;
    max-width: 1434px;
    margin: 45px auto 0;
    overflow: visible;
    padding-left: 80px;
}

.story ul li{
    width: 576px;
    margin-right: 12px;
}

.story ul li a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.story ul li a:hover{
    opacity: 1;
}

.story ul li a .img-area{
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.story ul li a .img-area img{
    width: 100%;
    display: block;
    transition: transform .4s ease;
}

.story ul li a:hover .img-area img{
    transform: scale(1.1);
}

.story ul li span{
    font-size: 16px;
    line-height: 1;
    color: #5f8da9;
    margin-top: 27px;
    padding-bottom: 5px;
    border-bottom: 1px solid #5f8da9;
    display: inline-block;
}

.story ul li h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.65;
    margin-top: 26px;
    padding-right: 100px;
    background: url("../img/common/arrow07.svg") no-repeat center right;
    background-size: 68px auto;
    min-height: 68px;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.story ul li h3 small{
    font-size: 18px;
    display: block;
}

.story .slick-list{
    overflow: visible!important;
}

.bnr{
    width: 100%;
    padding: 105px 40px 95px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.bnr .bnr-wrap a{
    width: 100%;
    max-width: 1400px;
    height: 500px;
    background: url("../img/index/bg02.jpg") no-repeat center;
    background-size: 100% auto;
    margin: 0 auto;
    overflow: hidden;
    transition: all .4s ease;
    padding-top: 155px;
    display: block;
}

.bnr .bnr-wrap a:hover{
    background: url("../img/index/bg02.jpg") no-repeat center;
    background-size: 110% auto;
    opacity: 1;
}

.bnr .bnr-wrap a h2{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.bnr .bnr-wrap a h2 small{
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-bottom: 40px;
}

.bnr .bnr-wrap a p{
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-top: 18px;
    text-align: center;
}

.support{
    width: 100%;
    padding: 70px 40px 0;
    background: #f7f8fa;
    position: relative;
    z-index: 10;
}

.support .ttl-area{
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 54px;
}

.support .ttl-area h2{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #a4becd;
}

.support .ttl-area a{
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #a4becd;
    padding-right: 35px;
    background: url("../img/common/arrow06.svg") no-repeat center right 5px;
    background-size: 16px auto;
}

.support .ttl-area a:hover{
    background: url("../img/common/arrow06.svg") no-repeat center right 0;
    background-size: 16px auto;
    opacity: 1;
}

.support img{
    margin: 0 auto;
}

.news{
    width: 100%;
    padding: 98px 80px 160px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.news .news-wrap{
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.news .news-wrap .ttl-area{
    width: 15.56%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news .news-wrap .ttl-area h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #a4becd;
}

.news .news-wrap .ttl-area a{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.news .news-wrap dl{
    width: 81.4815%;
}

.news .news-wrap dl div{
    width: 100%;
    display: flex;
}

.news .news-wrap dl div + div{
    margin-top: 30px;
}

.news .news-wrap dl div a{
    display: block;
    height: 100%;
}

.news .news-wrap dl div dt{
    width: 27.54%;
    border-bottom: 1px solid #c1d1dc;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.news .news-wrap dl div dt a{
    display: block;
    height: 100%;
    padding-bottom: 14px;
}

.news .news-wrap dl div dt .cat{
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    background: #f3f6f9;
    padding: 5px 20px 4px;
    margin-left: 20px;
}

.news .news-wrap dl div dd{
    width: 72.46%;
    border-bottom: 1px solid #c1d1dc;
    font-size: 14px;
    line-height: 1.5;
}





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


.visual{
    padding: 400vw 0 60vw;
}

.visual ul li{
    height: 100vh;
}

.visual h1 img{
    top: auto;
    bottom: 13vw;
    transform: translate(-50%, 0);
    width: 61.328125vw;
}

.visual h2 img{
    margin: 0 0 0 10.4167vw;
    width: 35.15625vw;
}

.visual p img{
    position: relative;
    margin: 8.59375vw 0 0 10.4167vw;
    width: 42.70833vw;
}

.product{
    padding: 18.229167vw 0 23.95833vw;
}

.product .ttl-area{
    padding: 0 5.2vw;
}

.product .ttl-area h2{
    font-size: 5.2vw;
}

.product .ttl-area a{
    font-size: 3.125vw;
    padding-right: 5.2vw;
    background: url("../img/common/arrow06.svg") no-repeat center right 0;
    background-size: 2.734375vw auto;
}

.product .ttl-area a:hover{
    background: url("../img/common/arrow06.svg") no-repeat center right 0;
    background-size: 2.734375vw auto;
}

.product ul{
    margin-top: 5.46875vw;
    flex-wrap: wrap;
    row-gap: 7.9427vw;
}

.product ul li{
    width: 49.609375vw;
}

.product ul li a:hover .img-area img{
    transform: scale(1.0);
}

.product ul li h3{
    gap: 2.34375vw;
    font-size: 5.138vw;
    margin-top: 3.645833vw;
}

.product ul li h3 img{
    width: 10.8073vw;
    margin-top: 0.390625vw;
}

.product ul li:last-child h3 img{
    width: 15.7552vw;
}

.product ul li p{
    font-size: 2.34375vw;
    margin-top: 1.6927vw;
}

.link-area{
    padding: 0 4.55729167vw 23.6979167vw;
}

.link-area .link-wrap{
    flex-direction: column-reverse;
    gap: 1.171875vw;
}

.link-area .link-wrap .left{
    width: 100%;
    row-gap: 1.171875vw;
}

.link-area .link-wrap .left .item{
    width: min((100% - 1.171875vw) / 2);
}

.link-area .link-wrap .item a:hover img{
    transform: scale(1.0);
}

.link-area .link-wrap .item a p{
    font-size: 2.8645833vw;
    bottom: 2.6vw;
    left: 2.6vw;
}

.link-area .link-wrap .item a p small{
    font-size: 2.0638vw;
    margin-bottom: 1.5625vw;
}

.link-area .link-wrap .item a::before{
    width: 4.6875vw;
    height: 4.6875vw;
    bottom: 2.34375vw;
    right: 2.34375vw;
}

.link-area .link-wrap .right{
    width: 100%;
}

.story{
    padding: 16.145833vw 0 14.84375vw;
}

.story .ttl-area{
    margin: 0 auto 7.03125vw;
    padding: 0 5.2vw;
}

.story .ttl-area h2{
    font-size: 5.2vw;
}

.story .ttl-area a{
    font-size: 3.125vw;
    padding-right: 5.2vw;
    background: url("../img/common/arrow06.svg") no-repeat center right 0;
    background-size: 2.734375vw auto;
}

.story .ttl-area a:hover{
    background: url("../img/common/arrow06.svg") no-repeat center right 0;
    background-size: 2.734375vw auto;
}

.story ul{
    margin: 7.16145833vw auto 0;
    padding-left: 5.2vw;
}

.story ul li{
    width: 81.770833vw;
    margin-right: 2.0833vw;
}

.story ul li a:hover .img-area img{
    transform: scale(1.0);
}

.story ul li span{
    font-size: 2.74479167vw;
    margin-top: 5.859375vw;
    padding-bottom: 1.4323vw;
}

.story ul li h3{
    font-size: 4.1171875vw;
    margin-top: 3.125vw;
    padding-right: 18.23vw;
    background: url("../img/common/arrow07.svg") no-repeat center right;
    background-size: 11.8489vw auto;
    min-height: 11.8489vw;
}

.story ul li h3 small{
    font-size: 3.08854167vw;
}

.bnr{
    padding: 7.8125vw 4.9479167vw 26.04167vw;
}

.bnr .bnr-wrap a{
    height: 70.703125vw;
    background: url("../img/index/sp/bg02.jpg") no-repeat center;
    background-size: 100% auto;
    padding-top: 20.5729167vw;
}

.bnr .bnr-wrap a:hover{
    background: url("../img/index/sp/bg02.jpg") no-repeat center;
    background-size: 100% auto;
}

.bnr .bnr-wrap a h2{
    font-size: 3.70833vw;
    line-height: 1.4038;
}

.bnr .bnr-wrap a h2 small{
    font-size: 2.8645833vw;
    margin-bottom: 5.2vw;
}

.bnr .bnr-wrap a p{
    font-size: 2.6vw;
    margin-top: 4.167vw;
}

.support{
    padding: 12.5vw 0 0;
}

.support .ttl-area{
    margin: 0 auto 7.552vw;
    padding: 0 6.51vw;
}

.support .ttl-area h2{
    font-size: 4.6875vw;
    line-height: 1.67;
}

.support .ttl-area a{
    display: none;
}

.support img{
    width: 100%;
    margin: 0 auto;
}

.news{
    padding: 22.9167vw 7.8125vw 20.833vw;
}

.news .news-wrap{
    flex-direction: column;
}

.news .news-wrap .ttl-area{
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.news .news-wrap .ttl-area h2{
    font-size: 6.3984375vw;
}

.news .news-wrap .ttl-area a{
    font-size: 4.265625vw;
}

.news .news-wrap dl{
    width: 100%;
    margin-top: 9.89vw;
}

.news .news-wrap dl div{
    display: block;
}

.news .news-wrap dl div + div{
    margin-top: 2.6vw;
}

.news .news-wrap dl div dt{
    width: 100%;
    font-size: 3.662448vw;
    border: none;
}

.news .news-wrap dl div dt a{
    padding-bottom: 1.5625vw;
}

.news .news-wrap dl div dt .cat{
    font-size: 3.125vw;
    padding: 2.6vw 2.6vw 2.0vw;
    margin-left: 5.2vw;
    display: inline-block;
}

.news .news-wrap dl div dd{
    width: 100%;
    font-size: 3.125vw;
    padding-bottom: 4.6875vw;
}

}