@charset "UTF-8";

/* =====================================
	index
===================================== */

.visual{
    width: 100%;
    height: 100vh;
    background: url("../img/index/visual01.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}

.visual h1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 240px;
}

.message{
    width: 100%;
    padding: 580px 40px 557px;
}

.message .inner{
    width: 100%;
    max-width: 1360px;
    position: relative;
    display: flex;
    margin: 0 auto;
}

.message .inner .pic01{
    width: 31.7647%;
    position: absolute;
    top: -356px;
    right: 0;
}

.message .inner .pic02{
    width: 29.338235294%;
    position: absolute;
    top: 140px;
    left: 0;
}

.message h2{
    margin-left: 34.92647%;
    width: 3.235294%;
}

.message h2 img{
    width: 100%;
}

.message .txtArea{
    margin: 348px 0 0 8.75%;
}

.message h3{
    width: 286px;
    margin-bottom: 32px;
}

.message h3 img{
    width: 100%;
}

.message p{
    line-height: 3.148;
}

.message p + p{
    margin-top: 14px;
}

.link{
    width: 100%;
    padding: 0 40px 420px;
}

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

.link ul li{
    width: 45.689655%;
}

.link ul li:first-child{
    margin-top: 292px;
}

.link ul li a > img{
    width: 100%;
    margin-bottom: 53px;
}

.link ul li a .txtArea{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.link ul li a .txtArea::before{
    content: "more";
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.2em;
    padding-right: 70px;
    background: url("../img/common/arrow01.svg") no-repeat center right;
    background-size: 54px auto;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.link ul li a .txtArea h3{
    width: 16.98%;
}

.link ul li a .txtArea h3 img{
    width: 100%;
    max-width: 23px;
    margin: 0 0 0 auto;
}

.link ul li a .txtArea p{
    width: 66.415%;
    margin-top: 46px;
}

.link ul li a .txtArea p img{
    width: 100%;
    max-width: 226px;
}

.link ul li:nth-child(2) a .txtArea p img{
    max-width: 215px;
}

.journal{
    width: 100%;
    padding-bottom: 500px;
}

.journal h2{
    position: relative;
    z-index: 10000;
    width: 23px;
    margin: 0 auto;
}

.journal h2 img{
    width: 100%;
}

.journal .wrap{
    width: 100%;
    margin: -49px auto 0;
    overflow-x: hidden;
}

.journal ul{
    display: flex;
    justify-content: space-between;
    cursor: none !important;
}

.journal ul li{
    width: 640px;
}

.journal ul li img{
    width: 100%;
    margin-bottom: 38px;
}

.journal ul li .date{
    font-size: 1.0rem;
    opacity: 0.5;
    line-height: 1;
    margin-bottom: 11px;
}

.journal ul li h3{
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 25px;
}

.journal ul li h3::before{
    content: "";
    height: 1px;
    width: 85px;
    background: #bfbdba;
    position: absolute;
    bottom: 0;
    left: 0;
}

.journal ul li p{
    font-size: 1.2rem;
    opacity: 0.5;
    width: 71.09375%;
}

.journal ul li a{
    cursor: none !important;
}

.journal > a{
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.2em;
    padding-right: 70px;
    background: url("../img/common/arrow01.svg") no-repeat center right;
    background-size: 54px auto;
    margin: 138px 120px 0 auto;
    display: table;
}


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

.visual{
    height: 100dvh;
    background: url("../img/index/sp/visual01.jpg") center no-repeat;
    background-size: cover;
}

.visual h1 img{
    width: 40.7552vw;
}

.message{
    padding: 155.33854vw 0 58.59375vw;
}

.message .inner{
    display: block;
}

.message .inner .pic01{
    width: 70.3125vw;
    top: -109.375vw;
    right: 6.51vw;
}

.message .inner .pic02{
    width: 67.96875vw;
    top: 20.3125vw;
}

.message h2{
    margin-left: 78.3854167vw;
    width: 7.03125vw;
}

.message .txtArea{
    margin: 78.776vw 10.4166vw 0;
}

.message h3{
    width: 27.8645833vw;
    margin-bottom: 11.1979167vw;
}

.message p{
    line-height: 2.13;
}

.message p + p{
    margin-top: 6.51vw;
}

.link{
    padding: 0 6.51vw 62.76vw 10.4167vw;
}

.link ul{
    display: block;
}

.link ul li{
    width: 70.18229167vw;
    margin: 22.1354167vw 0 0;
}

.link ul li:first-child{
    margin: 0 0 0 auto;
}

.link ul li a > img{
    margin-bottom: 9.6354167vw;
}

.link ul li a .txtArea{
    padding: 0 0 9.375vw 5.9895833vw;
}

.link ul li a .txtArea::before{
    font-size: 2.6vw;
    line-height: 2.734375vw;
    padding-right: 13vw;
    background: url("../img/common/arrow01.svg") no-repeat center right;
    background-size: 10.677vw auto;
    bottom: 0;
}

.link ul li a .txtArea h3{
    width: 4.427vw;
}

.link ul li a .txtArea h3 img{
    max-width: inherit;
    margin: 0;
}

.link ul li a .txtArea p{
    width: 50.390625vw;
    margin-top: 8.0729vw;
}

.link ul li a .txtArea p img{
    max-width: 47.526vw;
}

.link ul li:nth-child(2) a .txtArea p img{
    max-width: 50.390625vw;
}

.journal{
    padding-bottom: 65.7552vw;
}

.journal h2{
    width: 4.296875vw;
}

.journal .wrap{
    margin: -6.11979vw auto 0;
    overflow-x: scroll;
}

.journal ul li{
    width: 83.33vw;
}

.journal ul li img{
    margin-bottom: 8.854167vw;
}

.journal ul li .date{
    font-size: 2.34375vw;
    margin-bottom: 3.3854167vw;
}

.journal ul li h3{
    font-size: 3.125vw;
    padding-bottom: 3.645833vw;
    margin-bottom: 4.9479167vw;
}

.journal ul li h3::before{
    width: 16.40625vw;
}

.journal ul li p{
    font-size: 2.6vw;
    width: 76.8229167vw;
}

.journal > a{
    font-size: 2.6vw;
    line-height: 2.734375vw;
    padding-right: 13vw;
    background: url("../img/common/arrow01.svg") no-repeat center right;
    background-size: 10.677vw auto;
    margin: 19.79167vw 6.51vw 0 auto;
}

}