﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    common
--------------------------------------*/

h2.style001{
    font-family: "barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: 0.04em;
    text-align: center;
    font-size:68px;
    color: #4E66D9;
    margin-top: 25px;
    margin-bottom: 25px;
}
h2.style002{
    font-family: "barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: 0.04em;
    text-align: center;
    font-size:68px;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 25px;
}
.subtitle001{
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0.07em;
    text-align: center;
    font-size:18px;
    margin-top:-20px;
    margin-bottom: 50px;
}
.subtitle002{
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0.07em;
    text-align: center;
    font-size:18px;
    margin-top:-20px;
    margin-bottom: 50px;
    color: #FFFFFF;
}
@media (max-width: 1268px) {
    h2.style001{
        font-size:68px;
        font-size:min(calc(36px + ((1vw - 7.68px)*6.4)) , 68px);
    }
    h2.style002{
        font-size:68px;
        font-size:min(calc(36px + ((1vw - 7.68px)*6.4)) , 68px);
    }
    .subtitle001{
        font-size:18px;
        font-size:min(calc(14px + ((1vw - 7.68px)*0.8)) , 18px);
    }
    .subtitle002{
        font-size:18px;
        font-size:min(calc(14px + ((1vw - 7.68px)*0.8)) , 18px);
    }
}
@media (max-width: 768px) {
    h2.style001{
        font-size:36px;
        margin-bottom: 20px;
    }
    h2.style002{
        font-size:36px;
        margin-bottom: 20px;
    }
    .subtitle001{
        font-size:14px;
        margin-top:-15px;
        margin-bottom: 20px;
    }
    .subtitle002{
        font-size:14px;
        margin-top:-15px;
        margin-bottom: 20px;
    }
}

/*--------------------------------------
    visualArea
--------------------------------------*/

.visualArea{
    width:100%;
    height:auto;
    padding-top: 52.6%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8.3333vw), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8.3333vw), 0 100%);
    position: relative;
}
.webp .visualArea{
    background: url("../images/top/bg_visual.webp") no-repeat center center/cover;
}
.no-webp .visualArea{
    background: url("../images/top/bg_visual.jpg") no-repeat center center/cover;
}
.visualArea .inner{
    width:92%;
    max-width:1348px;
    margin: auto auto auto auto;
    position: absolute;
    top:50%;
    left:0;
    right:0;
    bottom:auto;
    transform: translate(0,-50%);
}
.visualArea .inner .btn{
    width:323px;
    height:72px;
    margin-top: 3.854vw;
}
.visualArea .inner .btn{
    position: relative;
    width:323px;
    height:72px;
    margin-top: 3.854vw;
}
.visualArea .inner .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: 68px;
    border: 2px solid #4E66D9;
    border-radius: 45px;
    z-index: -1;
}
.visualArea .inner .btn a{
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    padding-left: 52px;
    line-height: 68px;
    color:#FFFFFF;
    position: relative;
    overflow: hidden;
    border-radius: 45px 45px 45px 45px;
}
.visualArea .inner .btn a::before{
    background: #4E66D9;
    content: "";
    width:100%;
    height:180px;
    position: absolute;
    top:auto;
    left:auto;
    right:0;
    bottom:0;
    border:1px solid #4E66D9;
    margin: auto auto auto auto;
    transform: skewY(-20deg) scale(1, 1);
    transform-origin: right bottom;
    transition: .25s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.visualArea .inner .btn a::after{
    content: "";
    width:32px;
    height:9px;
    position: absolute;
    top:0;
    left:auto;
    right:28px;
    bottom:0;
    margin: auto auto auto auto;
}
.webp .visualArea .inner .btn a::after{
    background: url("../common/images/icon_arrow_white.webp") no-repeat center center/contain;
}
.no-webp .visualArea .inner .btn a::after{
    background: url("../common/images/icon_arrow_white.png") no-repeat center center/contain;
}
.visualArea .inner .btn a:hover{
    opacity: 1;
    color:#4E66D9;
}
.visualArea .inner .btn a:hover::before{
    transform: skewY(-20deg) scale(1, 0);
}
.webp .visualArea .inner .btn a:hover::after{
    background: url("../common/images/icon_arrow_blue.webp") no-repeat center center/contain;
}
.no-webp .visualArea .inner .btn a:hover::after{
    background: url("../common/images/icon_arrow_blue.png") no-repeat center center/contain;
}
@media (max-width: 1268px) {
    .visualArea svg{
        width:222px;
        width:min(calc(162px + ((1vw - 7.68px)*10)) , 222px);
        height:254px;
        height:min(calc(184px + ((1vw - 7.68px)*14)) , 254px);
    }
    .visualArea .inner .btn{
        height:72px;
        height:min(calc(52px + ((1vw - 7.68px)*4)) , 72px);
    }
    .visualArea .inner .btn a{
        line-height: 68px;
        line-height:min(calc(48px + ((1vw - 7.68px)*4)) , 68px);
    }
    .visualArea .inner .btn::after {
        height: min(calc(48px + ((1vw - 7.68px)*4)) , 68px);
    }
}
@media (max-width: 768px) {
    .visualArea{
        width:100%;
        height:100vh;
        -webkit-clip-path: none;
        clip-path: none;
    }
    .webp .visualArea{
        background: url("../images/top/bg_visual_sp.webp") no-repeat center bottom/cover;
    }
    .no-webp .visualArea{
        background: url("../images/top/bg_visual_sp.jpg") no-repeat center bottom/cover;
    }
    .visualArea .inner{
        width:calc(100% - 40px);
        top: 104px;
        transform: none;
    }
    .visualArea svg{
        width: 65vw;
        height:auto;
    }
    .visualArea .inner .btn{
        display: none;
    }
}

/*--------------------------------------
    arrivalsArea
--------------------------------------*/

.arrivalsArea{
    width:100%;
    padding: 8.3333vw 0 8.3333vw 0;
    margin: -8.3333vw auto -8.3333vw auto;
    -webkit-clip-path: polygon(0 8.3333vw, 100% 0, 100% calc(100% - 8.3333vw), 0 100%);
    clip-path: polygon(0 8.3333vw, 100% 0, 100% calc(100% - 8.3333vw), 0 100%);
    position: relative;
}
.arrivalsArea article{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:22px;
}
.arrivalsArea article .box{
    overflow: hidden;
    border-radius: 8px;
}
.arrivalsArea article .box .thumb{
    width:100%;
    height:auto;
    padding-top: 77.2727%;
    position: relative;
}
.arrivalsArea article .box .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
}
.arrivalsArea article .dataArea{
    width:100%;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 0 32px 42px 32px;
}
.arrivalsArea article .dataArea h3{
    width:100%;
    box-sizing: border-box;
    padding: 25px 0 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrivalsArea article .dataArea h3 span{
    min-height:0px;
    display: inline-block;
    font-size:22px;
    font-weight: 500;
    padding-left: 32px;
    line-height: 34px;
}
.webp .arrivalsArea article .dataArea h3 span{
    background: url("../images/top/icon_address.webp") no-repeat left center/auto;
}
.no-webp .arrivalsArea article .dataArea h3 span{
    background: url("../images/top/icon_address.png") no-repeat left center/auto;
}
.arrivalsArea article .dataArea dl{
    padding: 16px 0 20px 0;
    border-top:1px solid rgba(112,112,112,0.18);
    border-bottom:1px solid rgba(112,112,112,0.18);
}
.arrivalsArea article .dataArea dl dt{
    width:90px;
    height:30px;
    line-height: 30px;
    font-size:15px;
    color:rgba(5,5,5,0.6);
    text-align: center;
    background: rgba(200,205,215,0.46);
    border-radius: 4px;
    float: left;
}
.arrivalsArea article .dataArea dl dt:first-of-type{
    color:#FFFFFF;
    background: #4E66D9;
}
.arrivalsArea article .dataArea dl dd{
    font-family: "barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:26px;
    line-height: 30px;
    padding-bottom: 12px;
    text-align: right;
}
.arrivalsArea article .dataArea dl dd:first-of-type{
    font-family: "Noto Sans JP", sans-serif;
    font-size:24px;
    font-weight: 500;
    color: #4E66D9;
}
.arrivalsArea article .dataArea dl dd:last-of-type{
    padding-bottom: 0;
}
.arrivalsArea article .dataArea .btnArea{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    margin-top: 40px;
}
.arrivalsArea article .dataArea .btnArea *{
    display: block;
    color:#FFFFFF;
    text-align: center;
    line-height: 50px;
    font-size:15px;
    border-radius: 8px;
}
.arrivalsArea article .dataArea .btnArea *:nth-child(1){
    background: #3CD0B9;
}
.arrivalsArea article .dataArea .btnArea *:nth-child(2){
    background: #110B64;
}
.arrivalsArea article .dataArea .btnArea button {
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.25s;
}
.arrivalsArea article .dataArea .btnArea button:hover {
    opacity: 0.7;
}
.arrivalsArea article .dataArea .btnArea button[data-is-liked="true"]{
    background: #9aa5aa;
}
.arrivalsArea .btn{
    position: relative;
    width:350px;
    height:72px;
    margin: 50px auto 25px auto;
}
.arrivalsArea .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 346px;
    height: 68px;
    border: 2px solid #4E66D9;
    border-radius: 45px;
    z-index: -1;
}
.arrivalsArea .btn a{
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    line-height: 68px;
    color:#4E66D9;
    position: relative;
    overflow: hidden;
    border-radius: 45px 45px 45px 45px;
}
.arrivalsArea .btn a::before{
    background: #4E66D9;
    content: "";
    width:100%;
    height:180px;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    border:1px solid #4E66D9;
    margin: auto auto auto auto;
    transform: skewY(-10deg) scale(1, 0);
    transform-origin: left top;
    transition: .25s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.arrivalsArea .btn a::after{
    content: "";
    width:25px;
    height:7px;
    position: absolute;
    top:0;
    left:auto;
    right:54px;
    bottom:0;
    margin: auto auto auto auto;
}
.webp .arrivalsArea .btn a::after{
    background: url("../common/images/icon_arrow_blue_mini.webp") no-repeat center center/contain;
}
.no-webp .arrivalsArea .btn a::after{
    background: url("../common/images/icon_arrow_blue_mini.png") no-repeat center center/contain;
}
.arrivalsArea .btn a:hover{
    opacity: 1;
    color:#FFFFFF;
}
.arrivalsArea .btn a:hover::before{
    transform: skewY(-10deg) scale(1, 1);
}
.webp .arrivalsArea .btn a:hover::after{
    background: url("../common/images/icon_arrow_white.webp") no-repeat center center/contain;
}
.no-webp .arrivalsArea .btn a:hover::after{
    background: url("../common/images/icon_arrow_white.png") no-repeat center center/contain;
}
@media (max-width: 1268px) {
    .arrivalsArea article{
        gap:min(calc(12px + ((1vw - 7.68px)*2)) , 22px);
    }
    .arrivalsArea article .dataArea{
        padding: 0 min(calc(12px + ((1vw - 7.68px)*4)) , 32px) min(calc(22px + ((1vw - 7.68px)*4)) , 42px) min(calc(12px + ((1vw - 7.68px)*4)) , 32px);
    }
    .arrivalsArea article .dataArea h3{
        padding: min(calc(15px + ((1vw - 7.68px)*2)) , 25px) 0 min(calc(15px + ((1vw - 7.68px)*2)) , 25px) 0;
    }
    .arrivalsArea article .dataArea h3 span{
        font-size:min(calc(14px + ((1vw - 7.68px)*1.6)) , 22px);
        padding-left: 32px;
        line-height: max(calc(22px + ((1vw - 7.68px)*2.4)) , 34px);
        background-size: auto 22px;
    }
    .arrivalsArea article .dataArea dl{
        padding: min(calc(11px + ((1vw - 7.68px)*1)) , 16px) 0 min(calc(15px + ((1vw - 7.68px)*1)) , 20px) 0;
    }
    .arrivalsArea article .dataArea dl dt{
        width:min(calc(75px + ((1vw - 7.68px)*3)) , 90px);
        font-size:min(calc(13px + ((1vw - 7.68px)*0.4)) , 15px);
    }
    .arrivalsArea article .dataArea dl dd{
        font-size:min(calc(21px + ((1vw - 7.68px)*1)) , 26px);
        padding-bottom: min(calc(7px + ((1vw - 7.68px)*1)) , 12px);
    }
    .arrivalsArea article .dataArea dl dd:first-of-type{
        font-size:min(calc(19px + ((1vw - 7.68px)*1)) , 24px);
    }
    .arrivalsArea article .dataArea .btnArea{
        gap:min(calc(10px + ((1vw - 7.68px)*2)) , 20px);
        margin-top: min(calc(20px + ((1vw - 7.68px)*4)) , 40px);
    }
    .arrivalsArea article .dataArea .btnArea *{
        line-height: min(calc(42px + ((1vw - 7.68px)*1.6)) , 50px);
        font-size:min(calc(11px + ((1vw - 7.68px)*0.8)) , 15px);
    }
    .arrivalsArea .btn{
        height:min(calc(52px + ((1vw - 7.68px)*4)) , 72px);
    }
    .arrivalsArea .btn::after {
        height: min(calc(48px + ((1vw - 7.68px)*4)) , 68px);
    }
    .arrivalsArea .btn a{
        font-size:min(calc(15px + ((1vw - 7.68px)*0.6)) , 18px);
        line-height:min(calc(52px + ((1vw - 7.68px)*4)) , 68px);
    }
}
@media (max-width: 768px) {
    .arrivalsArea{
        box-sizing: border-box;
        padding: 50px 0 50px 0;
        margin: 0 auto 0 auto;
        -webkit-clip-path: none;
        clip-path: none;
    }
    .arrivalsArea article{
        width:100%;
        padding: 0 calc(50% - 143px) 0 calc(50% - 143px);
        display: flex;
        gap:0;
    }
    .webp .arrivalsArea .btn a::after{
        width: 16px;
        height: 5px;
        background: url("../common/images/icon_arrow_blue_sp.webp") no-repeat center center/contain;
    }
    .no-webp .arrivalsArea .btn a::after{
        width: 16px;
        height: 5px;
        background: url("../common/images/icon_arrow_blue_sp.png") no-repeat center center/contain;
    }
    .arrivalsArea article .box{
        width:286px !important;
        margin-right: 20px;
    }
    .arrivalsArea article .box .thumb{
        width:100%;
        height: auto;
        padding-top: 66.7832%;
        position: relative;
    }
    .arrivalsArea article .box .thumb img{
        width:100%;
        height:100%;
        object-fit: cover;
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin: auto auto auto auto;
    }
    .arrivalsArea article .dataArea{
        padding: 0 26px 23px 26px;
    }
    .arrivalsArea article .dataArea h3{
        height:50px;
    }
    .arrivalsArea article .dataArea h3 span{
        font-size:16px;
        padding-left: 30px;
        line-height: 2.5;
    }
    .webp .arrivalsArea .btn a:hover::after{
        background: url("../common/images/icon_arrow_white_sp.webp") no-repeat center center/contain;
    }
    .no-webp .arrivalsArea .btn a:hover::after{
        background: url("../common/images/icon_arrow_white_sp.png") no-repeat center center/contain;
    }
    .arrivalsArea article .dataArea dl{
        padding: 15px 0 15px 0;
    }
    .arrivalsArea article .dataArea dl dt{
        width:75px;
        height:25px;
        line-height: 25px;
        font-size:12px;
        border-radius: 3px;
    }
    .arrivalsArea article .dataArea dl dd{
        font-size:18px;
        line-height: 25px;
        padding-bottom: 10px;
    }
    .arrivalsArea article .dataArea dl dd:first-of-type{
        font-size:18px;
    }
    .arrivalsArea article .dataArea .btnArea{
        gap:10px;
        margin-top: 16px;
    }
    .arrivalsArea article .dataArea .btnArea *{
        font-size:12px;
        line-height: 42px;
        border-radius: 5px;
    }
    .arrivalsArea article .slick-arrow{
        width:34px;
        height:48px;
        position: absolute;
        top:0;
        bottom:0;
        margin: auto;
    }
    .arrivalsArea article .slick-arrow.prev-arrow{
        left:0;
    }
    .webp .arrivalsArea article .slick-arrow.prev-arrow{
        background: url("../images/top/btn_prev.webp") no-repeat center center;
    }
    .no-webp .arrivalsArea article .slick-arrow.prev-arrow{
        background: url("../images/top/btn_prev.png") no-repeat center center;
    }
    .arrivalsArea article .slick-arrow.next-arrow{
        right:0;
    }
    .webp .arrivalsArea article .slick-arrow.next-arrow{
        background: url("../images/top/btn_next.webp") no-repeat center center;
    }
    .no-webp .arrivalsArea article .slick-arrow.next-arrow{
        background: url("../images/top/btn_next.png") no-repeat center center;
    }
    .arrivalsArea .btn{
        width:208px;
        height:52px;
        margin: 30px auto 0 auto;
    }
    .arrivalsArea .btn::after {
        width: 206px;
        height: 50px;
        border: 1px solid #4E66D9;
    }
    .arrivalsArea .btn a{
        font-size:13px;
        line-height: 50px;
    }
    .arrivalsArea .btn a::before{
        height:120px;
    }
    .arrivalsArea .btn a::after{
        right:24px;
    }
}

/*--------------------------------------
    topicsArea
--------------------------------------*/

.topicsArea{
    width:100%;
    padding: 8.3333vw 0 65px 0;
    margin: -8.3333vw auto 0 auto;
    -webkit-clip-path: polygon(0 8.3333vw, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 8.3333vw, 100% 0, 100% 100%, 0 100%);
    position: relative;
}
.webp .topicsArea{
    background: url("../images/top/bg_topics.webp") no-repeat center top/auto;
}
.no-webp .topicsArea{
    background: url("../images/top/bg_topics.jpg") no-repeat center top/auto;
}
.topicsArea ul{
    display: flex;
    justify-content: center;
    margin: 0 auto 40px auto;
    letter-spacing: 0.07em;
}
.topicsArea ul li{
    border-left:1px solid #FFFFFF;
}
.topicsArea ul li:first-child{
    border-left:none;
}
.topicsArea ul li a{
    display: block;
    font-size:18px;
    color:#FFFFFF;
    padding: 0 30px 0 30px;
}
.topicsArea article{
    display: grid;
    gap:20px;
}
.topicsArea article a.box{
    width:1100px;
    height:86px;
    border-radius: 55px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}
.topicsArea article a.box span.date{
    width:120px;
    font-size:18px;
    margin-left: 56px;
}
.topicsArea article a.box span.category{
    width:150px;
    font-size:18px;
    margin-left: 20px;
}
.topicsArea article a.box h3{
    width:744px;
    font-size:18px;
    font-weight: bold;
    margin-left: 10px;
    box-sizing: border-box;
    padding-right: 30px;
}
.topicsArea .btn{
    position: relative;
    width:350px;
    height:72px;
    margin: 50px auto 25px auto;
}
.topicsArea .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 346px;
    height: 68px;
    border: 2px solid #fff;
    border-radius: 45px;
    z-index: -1;
}
.topicsArea .btn a{
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    line-height: 68px;
    letter-spacing: 0.07em;
    color:#FFFFFF;
    position: relative;
    overflow: hidden;
    border-radius: 45px 45px 45px 45px;
}
.topicsArea .btn a::before{
    background: #FFFFFF;
    content: "";
    width:100%;
    height:180px;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    border:1px solid #FFFFFF;
    margin: auto auto auto auto;
    transform: skewY(-10deg) scale(1, 0);
    transform-origin: left top;
    transition: .25s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.topicsArea .btn a::after{
    content: "";
    width:25px;
    height:7px;
    position: absolute;
    top:0;
    left:auto;
    right:54px;
    bottom:0;
    margin: auto auto auto auto;
}
.webp .topicsArea .btn a::after{
    background: url("../common/images/icon_arrow_white_mini.webp") no-repeat center center/contain;
}
.no-webp .topicsArea .btn a::after{
    background: url("../common/images/icon_arrow_white_mini.png") no-repeat center center/contain;
}
.topicsArea .btn a:hover{
    opacity: 1;
    color:#4E66D9;
}
.topicsArea .btn a:hover::before{
    transform: skewY(-10deg) scale(1, 1);
}
.webp .topicsArea .btn a:hover::after{
    background: url("../common/images/icon_arrow_blue_mini.webp") no-repeat center center/contain;
}
.no-webp .topicsArea .btn a:hover::after{
    background: url("../common/images/icon_arrow_blue_mini.png") no-repeat center center/contain;
}
@media (max-width: 1268px) {
    .topicsArea ul li a{
        font-size:min(calc(13px + ((1vw - 7.68px)*1)) , 18px);
        padding: 0 min(calc(20px + ((1vw - 7.68px)*2)) , 30px) 0 min(calc(20px + ((1vw - 7.68px)*2)) , 30px);
    }
    .topicsArea article a.box{
        width: 100%;
    }
    .topicsArea article a.box span.date{
        width:min(calc(80px + ((1vw - 7.68px)*8)) , 120px);
        margin-left: min(calc(36px + ((1vw - 7.68px)*4)) , 56px);
        font-size:min(calc(13px + ((1vw - 7.68px)*1)) , 18px);
    }
    .topicsArea article a.box span.category{
        width:min(calc(110px + ((1vw - 7.68px)*8)) , 150px);
        margin-left: min(calc(15px + ((1vw - 7.68px)*1)) , 20px);
        font-size:min(calc(13px + ((1vw - 7.68px)*1)) , 18px);
    }
    .topicsArea article a.box h3{
        width:min(calc(456px + ((1vw - 7.68px)*57.6)) , 744px);
        font-size:min(calc(14px + ((1vw - 7.68px)*0.8)) , 18px);
        padding-right: min(calc(20px + ((1vw - 7.68px)*2)) , 30px);
    }
    .topicsArea .btn{
        height:min(calc(52px + ((1vw - 7.68px)*4)) , 72px);
    }
    .topicsArea .btn::after {
        height:min(calc(48px + ((1vw - 7.68px)*4)) , 68px);
    }
    .topicsArea .btn a{
        font-size:min(calc(15px + ((1vw - 7.68px)*0.6)) , 18px);
        line-height:min(calc(48px + ((1vw - 7.68px)*4)) , 68px);
    }
}
@media (max-width: 1100px) {
    .topicsArea article a.box {
        width: calc(100% - 34px);
    }
}
@media (max-width: 768px) {
    .topicsArea{
        padding: 50px 0 50px 0;
        margin: 0 auto 0 auto;
        
    }
    .topicsArea ul{
        margin: 0 auto 24px auto;
    }
    .topicsArea ul li a{
        font-size:14px;
    }
    .topicsArea article{
        gap:15px;
    }
    .topicsArea article a.box{
        width:100%;
        height:auto;
        border-radius: 12px;
        flex-wrap:wrap; 
        gap:10px;
        padding: 22px 32px 22px 32px;
    }
    .topicsArea article a.box span.date{
        width:80px;
        font-size:13px;
        margin-left:0;
    }
    .topicsArea article a.box span.category{
        width:calc(100% - 118px);
        font-size:13px;
        margin-left: 0px;
    }
    .topicsArea article a.box h3{
        display: block;
        width:100%;
        font-size:14px;
        margin-left: 0;
    }
    .topicsArea .btn{
        width: 210px;
        height: 52px;
        margin: 30px auto 0 auto;
    }
    .topicsArea .btn::after {
        width: 208px;
        height: 50px;
        border: 1px solid #fff;
    }
    .topicsArea .btn a{
        font-size:13px;
        line-height: 50px;
    }
    .topicsArea .btn a::before{
        height:120px;
    }
    .topicsArea .btn a::after{
        right:24px;
        width: 16px;
        height: 5px;
    }
    .webp .topicsArea .btn a::after{
        background: url("../common/images/icon_arrow_white_sp.webp") no-repeat center center/contain;
    }
    .no-webp .topicsArea .btn a::after{
        background: url("../common/images/icon_arrow_white_sp.png") no-repeat center center/contain;
    }
    .topicsArea .btn a:hover::after{
        color: #4E66D9;
    }
    .webp .topicsArea .btn a::after{
        background: url("../common/images/icon_arrow_white_sp.webp") no-repeat center center/contain;
    }
    .no-webp .topicsArea .btn a::after{
        background: url("../common/images/icon_arrow_white_sp.png") no-repeat center center/contain;
    }
}

/*--------------------------------------
    aboutArea
--------------------------------------*/

.aboutArea{
    width:100%;
    padding: 66px 0 65px 0;
    text-align: center;
}
.webp .aboutArea{
    background: url("../images/top/bg_about.webp") no-repeat center top/cover;
}
.no-webp .aboutArea{
    background: url("../images/top/bg_about.jpg") no-repeat center top/cover;
}
.aboutArea h3{
    font-size:30px;
    font-weight: bold;
    color:#FFFFFF;
    margin-bottom: 40px;
    line-height: 2;
    letter-spacing: 0.07em;
}
.aboutArea .text{
    max-width: 786px;
    margin: auto auto auto auto;
    font-size:18px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.07em;
    color:#FFFFFF;
}
.aboutArea .btn{
    position: relative;
    width:350px;
    height:72px;
    margin: 50px auto 25px auto;
}
.aboutArea .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 346px;
    height: 68px;
    border: 2px solid #fff;
    border-radius: 45px;
    z-index: 999;
}
.aboutArea .btn a {
    display: block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    text-align: center;
    font-size:18px;
    line-height: 68px;
    letter-spacing: 0.07em;
    color:#FFFFFF;
    position: relative;
    overflow: hidden;
    border-radius: 45px 45px 45px 45px;
    z-index: 1000;
}
.aboutArea .btn a::before{
    background: #FFFFFF;
    content: "";
    width:100%;
    height:180px;
    position: absolute;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    border:1px solid #FFFFFF;
    margin: auto auto auto auto;
    transform: skewY(-10deg) scale(1, 0);
    transform-origin: left top;
    transition: .25s cubic-bezier(0.45, 0, 0.55, 1);
}
.aboutArea .btn a span{
    position: relative;
    z-index: 10;
    font-weight: bold;
}
.aboutArea .btn a::after{
    content: "";
    width:25px;
    height:7px;
    position: absolute;
    top:0;
    left:auto;
    right:54px;
    bottom:0;
    margin: auto auto auto auto;
    z-index: 10;
}
.webp .aboutArea .btn a::after{
    background: url("../common/images/icon_arrow_white_mini.webp") no-repeat center center/contain;
}
.no-webp .aboutArea .btn a::after{
    background: url("../common/images/icon_arrow_white_mini.png") no-repeat center center/contain;
}
.aboutArea .btn a:hover{
    opacity: 1;
    color:#4E66D9;
}
.aboutArea .btn a:hover::before{
    transform: skewY(-10deg) scale(1, 1);
}
.webp .aboutArea .btn a:hover::after{
    background: url("../common/images/icon_arrow_blue.webp") no-repeat center center/contain;
}
.no-webp .aboutArea .btn a:hover::after{
    background: url("../common/images/icon_arrow_blue.png") no-repeat center center/contain;
}
@media (max-width: 1268px) {
    .aboutArea h3{
        font-size:min(calc(20px + ((1vw - 7.68px)*2)) , 30px);
    }
    .aboutArea .text{
        max-width: 92%;
        font-size:min(calc(15px + ((1vw - 7.68px)*0.6)) , 18px);
    }
    .aboutArea .btn{
        height:min(calc(52px + ((1vw - 7.68px)*4)) , 72px);
    }
    .aboutArea .btn::after {
        height:min(calc(48px + ((1vw - 7.68px)*4)) , 68px);
    }
    .aboutArea .btn a{
        font-size:min(calc(15px + ((1vw - 7.68px)*0.6)) , 18px);
        line-height:min(calc(48px + ((1vw - 7.68px)*4)) , 68px);
    }
}
@media (max-width: 768px) {
    .aboutArea{
        padding: 50px 20px 50px 20px;
        box-sizing: border-box;
    }
    .webp .aboutArea{
        background: url("../images/top/bg_about_sp.webp") no-repeat center top/cover;
    }
    .no-webp .aboutArea{
        background: url("../images/top/bg_about_sp.jpg") no-repeat center top/cover;
    }
    .aboutArea h3{
        font-size:16px;
        margin-bottom: 30px;
    }
    .aboutArea .text{
        font-size:14px;
        text-align: left;
    }
    .aboutArea .btn{
        width:210px;
        height:52px;
        margin: 30px auto 0 auto;
    }
    .aboutArea .btn::after {
        width: 208px;
        height: 50px;
        border: 1px solid #fff;
    }
    .aboutArea .btn a{
        font-size: 13px;
        line-height: 50px;
    }
    .aboutArea .btn a::before{
        height:120px;
    }
    .aboutArea .btn a::after{
        right:24px;
    }
    .webp .aboutArea .btn a::after{
        width: 15px;
        height: 5px;
        background: url("../common/images/icon_arrow_white_sp.webp") no-repeat center center/contain;
    }
    .no-webp .aboutArea .btn a::after{
        width: 15px;
        height: 5px;
        background: url("../common/images/icon_arrow_white_sp.png") no-repeat center center/contain;
    }
}

/*--------------------------------------
    serviceArea
--------------------------------------*/

.serviceArea{
    text-align: center;
    padding: 80px 0 90px 0;
    background: #FFFFFF;
}
.serviceArea .boxArea{
    display: grid;
    gap:70px;
    grid-template-columns: 1fr 1fr 1fr;
}
.serviceArea .boxArea a.box{
    height:350px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px #C0C0C0;
}
.serviceArea .boxArea a.box:nth-child(1){
    background: #110B64;
}
.serviceArea .boxArea a.box:nth-child(2){
    background: #4E66D9;
}
.serviceArea .boxArea a.box:nth-child(3){
    background: #3CD0B9;
}
.serviceArea .boxArea a.box:hover{
    opacity: 1;
}
.serviceArea .boxArea a.box h3{
    position: absolute;
    top:50%;
    left:0;
    right:0;
    bottom:auto;
    transform: translate(0,-50%);
    z-index: 80;
}
.serviceArea .boxArea a.box h3 span{
    font-family: "barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.32;
    text-align: center;
    font-size:65px;
    color: #FFFFFF;
    position: relative;
    z-index: 40;
    transition: 0.5s;
}
.serviceArea .boxArea a.box:nth-child(1):hover h3 span{
    color: #110B64;
}
.serviceArea .boxArea a.box:nth-child(2):hover h3 span{
    color: #4E66D9;
}
.serviceArea .boxArea a.box:nth-child(3):hover h3 span{
    color: #3CD0B9;
}
.serviceArea .boxArea a.box h3::before{
    content: "GRID";
    width:100%;
    font-family: "barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.32;
    text-align: center;
    font-size:130px;
    color:rgba(255,255,255,0.1);
    position: absolute;
    top:50%;
    left:0;
    right:0;
    bottom:auto;
    transform: translate(0,-50%);
    z-index: 20;
}
.serviceArea .boxArea a.box .thumbArea{
    width:100%;
    height:50%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:50%;
    transition: 0.3s;
    z-index: 60;
}
.serviceArea .boxArea a.box .thumbArea img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.serviceArea .boxArea a.box:hover .thumbArea{
    height:100%;
    bottom:0;
}
.serviceArea .boxArea a.box .textArea{
    width:100%;
    height:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:30px;
    position: absolute;
    top:50%;
    left:0;
    right:0;
    bottom:0;
    text-align: center;
    z-index: 100;
}
.serviceArea .boxArea a.box .textArea h4{
    font-size:18px;
    font-weight: bold;
    color:#FFFFFF;
}
.serviceArea .boxArea a.box .textArea .text{
    font-size:15px;
    color:#FFFFFF;
    line-height: 1.8;
    letter-spacing: 0.07em;
}
@media (max-width: 1268px) {
    .serviceArea .boxArea{
        gap:70px;
        gap:min(calc(20px + ((1vw - 7.68px)*10)) , 70px);
    }
    .serviceArea .boxArea a.box{
        height:350px;
        height:min(calc(230px + ((1vw - 7.68px)*24)) , 350px);
    }
    .serviceArea .boxArea a.box h3 span{
        font-size:65px;
        font-size:min(calc(43px + ((1vw - 7.68px)*4.4)) , 65px);
    }
    .serviceArea .boxArea a.box h3::before{
        font-size:130px;
        font-size:min(calc(114px + ((1vw - 7.68px)*3.2)) , 130px);
    }
    .serviceArea .boxArea a.box .textArea{
        gap:30px;
        gap:min(calc(15px + ((1vw - 7.68px)*3)) , 30px);
    }
    .serviceArea .boxArea a.box .textArea h4{
        font-size:18px;
        font-size:min(calc(15px + ((1vw - 7.68px)*0.6)) , 18px);
    }
    .serviceArea .boxArea a.box .textArea .text{
        font-size:15px;
        font-size:min(calc(13px + ((1vw - 7.68px)*0.4)) , 15px);
    }
}
@media (max-width: 768px) {
    .serviceArea{
        padding: 50px 0 50px 0;
    }
    .serviceArea .boxArea{
        gap:32px;
        grid-template-columns: 1fr;
    }
    .serviceArea .boxArea a.box{
        height:230px;
    }
    .serviceArea .boxArea a.box h3{
        top:43%;
    }
    .serviceArea .boxArea a.box h3 span{
        font-size:42px;
    }
    .serviceArea .boxArea a.box h3::before{
        font-size:114px;
        top:43%;
    }
    .serviceArea .boxArea a.box .thumbArea{
        height:43%;
        bottom:57%;
    }
    .serviceArea .boxArea a.box .textArea{
        height:57%;
        top:43%;
        gap:15px;
    }
    .serviceArea .boxArea a.box .textArea h4{
        font-size:15px;
    }
    .serviceArea .boxArea a.box .textArea .text{
        font-size:13px;
    }
}
