@charset "utf-8";

/* ===== top.css ===== */
/* -- topBox_mv -- */
.topBox_mv {
    position: relative;
}
.topBox_mv .tit {
    position: absolute;
    top: 20%;
    left: 8.8%;
    padding: 0 2%;
    width: 50%;
    z-index: 40;
}
.topBox_mv .bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 20;
    opacity: 1;
}
.topBox_mv .bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 400vw;
    padding-top: 400%;
    background: linear-gradient(to top,  rgba(255,255,255,0) 8%,rgba(255,255,255,1) 30%);
    content: "";
    z-index: 20;
    transform: rotate(45deg);
    transform-origin: top center;
    transition: padding 2.5s ease-in;
}
.topBox_mv .bg span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff url(../img/top/topBox_mv_bg.svg) no-repeat center bottom / cover;
    z-index: 10;
}
.topBox_mv .bg.on::after {
    padding-top: 0%;
}
@media screen and ( max-width: 900px ) {
    .topBox_mv {
        height: 430px!important;
        background: url(../img/top/topBox_mv_bg_sp.svg) no-repeat center bottom / cover;
    }
    .topBox_mv .tit {
        top: 25.3%;
        left: 3.6%;
        width: 78%;
        max-width: 420px;
    }
    .topBox_mv .bg::after {
        transition: padding 1.8s ease-in;
    }
    .topBox_mv .bg span {
        background: #fff  url(../img/top/topBox_mv_bg_sp.svg) no-repeat center bottom / cover;
    }
}

/* -- topBox_news -- */
.topBox_news {
    padding: 115px 0 79px;
}
.topBox_news .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topBox_news .h2_en {
    margin-top: 8px;
    width: 240px;
}
.topBox_news .newsListBox {
    margin-top: 0;
    width: calc(100% - 275px);
}
.newsListBox > li {
    border-bottom: 1px solid #EBEBEB;
}
.newsListBox > li:not(:last-child) {
    margin-bottom: 0;
}
.topBox_news .newsListBox > li > * {
    padding: 18px 0 16px;
}
.topBox_news .newsListBox > li > a::after {
    display: none;
}
.topBox_news .newsListBox .category {
    margin-right: 18px;
}
.topBox_news .newsListBox .tit {
    font-size: 15px;
    margin-top: 2px;
    width: calc(100% - 250px);
}
.topBox_news .newsListBox .tit img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 12px;
    margin-left: 6px;
}
.topBox_news_link {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .04em;
    text-align: right;
    margin-top: 22px;
    width: 100%;
}
.topBox_news_link img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 6px;
    width: 16px;
}
@media screen and ( max-width: 900px ) {
    .topBox_news {
        padding: 26px 0 28px;
    }
    .topBox_news .inner {
        display: block;
        margin: 0 20px;
    }
    .topBox_news .h2_en {
        font-size: 13px;
        margin-bottom: 0;
        width: auto;
    }
    .topBox_news .h2_en span {
        font-size: 40px;
        margin-bottom: 12px;
    }
    .topBox_news .newsListBox {
        margin-top: 12px;
        width: 100%;
    }
    .topBox_news .newsListBox > li > * {
        padding: 19px 0;
    }
    .topBox_news .newsListBox .tit {
        font-size: 14px;
        margin-top: 9px;
        width: 100%;
        text-decoration: underline;
        text-underline-offset: 7px;
    }
    .topBox_news_link {
        font-size: 14px;
        letter-spacing: 0;
        text-align: center;
        text-decoration: underline;
        text-underline-offset: 6px;
        margin-top: 25px;
    }
}

/* -- topBox_service -- */
.topBox_service {
    padding: 109px 0 79px;
    background: #F6F6F6;
}
.topBox_service .pageTitBox {
    text-align: center;
    margin-top: 0;
}
.topBox_service .box01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 59px 20px 0;
}
.topBox_service .box01 .topService {
}

.topBox_service .box01 > li > a {
    background: #FFF;
}
.topBox_service .box01 .titCnt {
    padding: 30px 41px 28px;
}
.topBox_service .box01 .titCnt .en {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #DE012D;
}
.topBox_service .box01 .titCnt .jp {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    margin-top: 4px;
}
.topBox_service .box01 .imgCnt {
    position: relative;
}
.topBox_service .box01 .imgCnt::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    content: "";
}
.topBox_service .box01 > * {
    background: #fff;
}
.topBox_service .box01 .imgCnt .img {
    background: #000;
}
.topBox_service .box01 .imgCnt .img img {
    width: 100%;
}
.topBox_service .box01 .imgCnt .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.topBox_service .box01 .txt {
    padding: 32px 41px 37px;
}
.topBox_service .btn {
    margin-top: 20px;
}
@media screen and ( min-width: 901px ) {
    .topBox_service .box01 > * {
        width: calc((100% - 40px) / 3);
    }
    .topBox_service .box01 > *:not(:nth-child(3n)) {
        margin-right: 20px;
    }
}
@media screen and ( max-width: 900px ) {
    .topBox_service {
        padding: 72px 0 58px;
    }
    .topBox_service .pageTitBox .titEn {
        font-size: 45px;
    }
    .topBox_service .pageTitBox h1 {
        margin-top: 8px;
    }
    .topBox_service .box01 {
        display: block;
        margin: 75px 20px 0;
    }
    .topBox_service .box01 > :not(:last-child) {
        margin-bottom: 20px;
    }
    .topBox_service .box01 .titCnt {
        padding: 17px 21px 18px;
    }
    .topBox_service .box01 .titCnt .en {
        font-size: 12px;
    }
    .topBox_service .box01 .titCnt .jp {
        font-size: 24px;
        margin-top: 1px;
    }
    .topBox_service .box01 .imgCnt::before {
        border: 10px solid transparent;
        border-top: 10px solid #fff;
    }
    .topBox_service .box01 .imgCnt .logo {
        width: 43%;
    }
    .topBox_service .box01 .txt {
        padding: 16px 21px 14px;
        line-height: 1.785;
    }
}

/* -- topBox_other -- */
/* - box01 - */
.topBox_other .box01 {
    color: #FFF;
    text-align: center;
    padding: 120px 0 236px;
    background: transparent linear-gradient(322deg, #BE0F17 0%, #DE012D 100%);
}
.topBox_other .box01 .tit {
    text-align: center;
}
.topBox_other .box01 .subTit {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: .05em;
    margin-top: 32px;
}
.topBox_other .box01 .txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: .05em;
    margin-top: 43px;
}
/* - box02 - */
.topBox_other .box02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -166px;
    background: #fff;
}
.topBox_other .box02 a {
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    padding: 48px 30px 39px 42px;
    height: 460px;
}
.topBox_other .box02 a > * {
    position: relative;
    z-index: 20;
}
.topBox_other .box02 .h2_en {
    font-size: 15px;
}
.topBox_other .box02 .h2_en span {
    font-size: 50px;
    color: #FFF;
    margin-bottom: 1.2rem;
}
.topBox_other .box02 .txt {
    line-height: 1.625;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 75px;
    min-height: 61px;
    width: 100%;
}
.topBox_other .box02 .txt::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #fff url(../img/common/arrow.svg) no-repeat center / 12px auto;
    border-radius: 50%;
    content: "";
}
.topBox_other .box02 .img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
}
.topBox_other .box02 .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
@media screen and ( min-width: 901px ) {
    .topBox_other .box02 > * {
        width: calc(100% / 3);
    }
}
@media screen and ( max-width: 900px ) {
    /* - box01 - */
    .topBox_other .box01 {
        padding: 60px 0 334px;
    }
    .topBox_other .box01 .inner {
        margin: 0 20px;
    }
    .topBox_other .box01 .tit {
        margin: 0 auto;
        max-width: 335px;
    }
    .topBox_other .box01 .subTit {
        font-size: 22px;
        margin-top: 27px;
    }
    .topBox_other .box01 .txt {
        font-size: 15px;
        line-height: 2;
        margin-top: 22px;
    }
    /* - box02 - */
    .topBox_other .box02 {
        display: block;
        margin: -304px -10px 0;
    }
    .topBox_other .box02 a {
        padding: 32px 19px 20px 31px;
        height: 180px;
    }
    .topBox_other .box02 .h2_en {
        font-size: 13px;
    }
    .topBox_other .box02 .h2_en span {
        font-size: 35px;
        margin-bottom: 6px;
    }
    .topBox_other .box02 .txt {
        font-size: 12px;
        line-height: 1.66;
        min-height: 40px;
    }
    .topBox_other .box02 .txt::after {
        width: 40px;
        height: 40px;
        background: #fff url(../img/common/arrow.svg) no-repeat center / 10px auto;
    }
    .topBox_other .box02 .img::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        background: #000;
        opacity: .2;
        content: "";
    }
}

/* -- topBox_mission -- */
.topBox_mission {
    margin-bottom: 121px;
}
.topBox_mission .img {
    float: left;
    width: 40%;
}
.topBox_mission h2 {
    margin: 0 0 0 46.4%;
    padding-top: 8.2%;
}
.topBox_mission h2 span {
    letter-spacing: .02em;
}
.topBox_mission .txt {
    font-weight: bold;
    letter-spacing: .05em;
    margin: 31px 0 0 46.4%;
}
@media screen and ( max-width: 767px ) {
    .topBox_mission {
        margin: 45px 0 42px;
    }
    .topBox_mission .inner {
        display: flex;
        flex-wrap: wrap;
        margin: 0 20px;
    }
    .topBox_mission .img {
        float: none;
        margin-top: 20px;
        width: 100%;
        order: 2;
    }
    .topBox_mission h2 {
        font-size: 13px;
        margin: 0 0 0;
        padding-top: 0;
        order: 1;
    }
    .topBox_mission h2 span {
        font-size: 40px;
        margin-bottom: 11px;
    }
    .topBox_mission .txt {
        font-size: 15px;
        margin: 33px 0 0;
        order: 3;
    }
}