/*******************

common

********************/

/*******************

fv

********************/

.top-view {
    position: relative;
}

.top-view__thumb {
    background: url(../images/top/ref-fv.png) no-repeat;
    position: absolute;
    right: 0;
    background-size: contain;
    background-position-x: right;
    height: 800px;
    width: 80%;
}

.top-view__catch {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    position: absolute;
    margin-top: 120px;
    left: 5%;
    margin-top: 240px;
    z-index: 1;
}

@media screen and (max-width: 720px) {
    .top-view__thumb {
        height: 120vw;
        width: 100%;
    }
    .top-view__catch {
        margin-top: 80vw;
        z-index: 1;
        left: 3%;
    }
}

/*******************

introduction

********************/

.top-introduction {
    position: relative;
    padding-top: 880px;
    margin-bottom: 120px;
}

.top-introduction__bar {
    background-color: #EBB6B6;
    display: block;
    height: 2px;
    margin-bottom: 56px;
    position: relative;
    width: 240px;
}

.top-introduction__bar::before{
    position: absolute;
    background-color: #D80000;
    content: "";
    height: 2px;
    width: 80px;
}

.top-introduction__wrapper {
    display: flex;
    column-gap: 72px;
    justify-content: end;
}

.top-introduction__thumb {
    height: 680px;
    width: 40%;
}

.top-introduction__catch {
    display: flex;
    flex-direction: column;
    row-gap: 56px;
    width: 42%;
}

.top-introduction__txt {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.top-introduction__thumb img {
    border-top-left-radius: 20%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 720px) {
    .top-introduction {
        position: relative;
        padding-top: 160vw;
        margin-bottom: 0;
    }
    .top-introduction__wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }
    .top-introduction__catch {
        width: 90vw;
    }
    .top-introduction__thumb {
        height: 100vw;
        width: 100%;
    }
    .top-introduction__thumb img {
        object-fit: cover;
        border-radius: 0;
    }
    .top-introduction__bar {
        margin-bottom: 6.4vw;        
        width: 40vw;
    }
    .top-introduction__bar::before {
        width: 14vw;
    }
    .top-introduction__title h2 {
        font-size: 6.1vw;
        line-height: 12vw;
    }
    .top-introduction__catch {
        row-gap: 6.8vw;
    }
}

/*******************

note

********************/

.top-note {
    background-color: #F8F8F8;
    padding: 120px 0 40px 0;
}

.top-note__wrapper {
    position: relative;
}

.top-note__title h3 br {
    display: none;
}

.top-note h3 {
    text-align: center;
    padding-bottom: 56px;
}

.top-note__box {
    position: relative;
    height: 400px;
}

.top-note__thumb {
    position: absolute;
    height: 316px;
    width: 60%;
}

.top-note__thumb img {
    border-radius: 16px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.top-note__catch {
    background-color: #ffffff;
    border-top: #D80000 3px solid;
    border-radius: 16px;
    width: 50%;
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    top: 32px;
    padding: 48px 32px;
    box-shadow: 4px 4px 8px rgba(172, 172, 172, 0.2);
    z-index: 1;
}

.top-note__catch h4 {
    font-weight: 600;
}

.top-note__catch-right {
    right: 0;
}

.top-note__catch-left {
    left: 0;
}

.top-note__thumb-right {
    right: 0;
}

.top-note__thumb-sp {
    display: none;
}  

.top-note__catch h4 br {
    display: none;
}

@media screen and (max-width: 720px) {
    .top-note__title h3 br {
        display: block;
    }
    .top-note {
        padding: 12vw 0;
    }
    .top-note h3 {
        font-size: 5.8vw;
        line-height: 8vw;
        padding-bottom: 8vw;
    }
    .top-note__thumb {
        display: none;
    }
    .top-note__thumb-sp {
        display: block;
    }  
    .top-note__thumb-sp {
        height: 40vw;
        width: 100%;
        margin-bottom: 0vw;
    } 
    .top-note__thumb-sp img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }   
    .top-note__catch {
        position: relative;
        top: 0;
        width: 80vw;
        padding: 4.8vw 4.8vw 6.8vw 4.8vw;
    } 
    .top-note__box {
        height: auto;
        margin-bottom: 5.8vw;
    } 
    .top-note__catch h4 br {
        display: block;
    }
    .top-note__catch h4 {
        text-align: center;
    }
}

/*******************

service

********************/

.top-service {
    padding: 80px 0;
    position: relative;
}

.top-service__title h4 span {
    color: #D80000;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .1em;
    font-family: "Alata", sans-serif;
}

.top-service__title-box {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}

.top-service__title-item {
    width: 40%;
}

.top-service__title-subitem {
    width: 58%;
}

.top-service__emphasis {
    align-items: center;
    display: flex;
    column-gap: 48px;
    padding-top: 80px;
}

.top-service__emphasis__thumb {
    height: 400px;
    width: 40%;
}

.top-service__emphasis__thumb img {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.top-service__emphasis__txt {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 50%;
}

.top-service__emphasis__txt h3 {
    border-left: 4px solid #D80000;
    padding-left: 24px;
}

.top-service__detail-unit {
    display: flex;
    justify-content: space-between;
}

.top-service__detail-thumb {
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 220px;
    width: 220px;
}

.top-service__detail-thumb img {
    object-fit: contain;
    height: 120px;
    width: 120px;
}

.top-service__detail-txt {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    width: 72%;
}

.top-service__detail-txt ul {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.top-service__detail-txt h4 {
    font-weight: 600;
}

.top-service__detail {
    background-color: #F8F8F8;
    padding: 40px;
    border-radius: 8px;
}

.top-service__detail-divider {
    background: #C4C4C4;
    height: 1px;
    margin: 32px auto;
    width: 100%;
}

.top-service__detail-item h5 span {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 2px 36px 4px 36px;
    font-size: 14px;
    font-weight: 600;
}

.top-service__detail-item-box {
    display: flex;
}

.top-service__detail-item-box dl {
    display: flex;
    flex-direction: column;
    row-gap: 4px;    
    width: 50%;
    padding-top: 16px;
}

.top-service__detail-item-box dl dd {
    font-size: 14px;
    font-weight: 400;
}

.top-service__list {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    row-gap: 40px;
}

.top-service__detail-item-thumb {
    height: 120px;
    width: 240px;
}

.top-service__detail-item-thumb img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.top-service__detail-item-txt {
    width: 70%;
}

.top-service__detail-item h4 {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.top-service__detail-item h6 {
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 8px;
}

.top-service__detail-txt h4 br {
    display: none;
}

@media screen and (max-width: 720px) {
    .top-service {
        padding: 12vw 0 4.8vw 0;
    }
    .top-service__title-item h3 {
        font-size: 6.2vw;
        line-height: 8.8vw;
        letter-spacing: .06em;
    }    
    .top-service__title-box {
        flex-direction: column;
        row-gap: 4vw;
    }
    .top-service__title-item,
    .top-service__title-subitem {
        width: 100%;
    }
    .top-service__title h4 span {
        font-size: 4vw;
    }
    .top-service__emphasis {
        flex-direction: column;
        row-gap: 8vw;
        padding-top: 8vw;
    }
    .top-service__emphasis__thumb {
        height: 72vw;
        width: 100%;
    }
    .top-service__emphasis__thumb img {
        border-radius: 0;
    }
    .top-service__emphasis__txt {
        row-gap: 4.8vw;
        width: 90vw;
    }
    .top-service__detail {
        padding: 5.6vw;
    }
    .top-service__detail-unit {
        align-items: center;        
        flex-direction: column;
        row-gap: 6.4vw;
    }
    .top-service__detail-thumb {
        height: 32vw;
        width: 32vw;
    }
    .top-service__detail-thumb img {
        height: 16vw;
        width: 16vw;
    }
    .top-service__detail-txt {
        width: 100%;
    }
    .top-service__detail-divider {
        margin: 4.8vw auto;
    }
    .top-service__detail-item-box {
        flex-direction: column;
    }
    .top-service__detail-item-box dl {
        width: 100%;
    }
    .top-service__detail-txt h4 {
        font-size: 5.8vw;
    }
    .top-service__detail-item-box {
        padding-top: 0;
    }
    .top-service__detail-item-thumb {
        padding-bottom: 2.8vw;
        height: 40vw;
        width: 100%;
    }
    .top-service__detail-item-txt {
        width: 100%;
    }
    .top-service__detail-txt h4 br {
        display: block;
    }
}

/*******************

company

********************/

.top-company {
    padding: 40px 0 80px 0;
    position: relative;
}

.top-company__bg {
    background-color: #f1f1f1;
    position: absolute;
    height: 640px;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.top-company__title h4 span {
    color: #D80000;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .1em;
    font-family: "Alata", sans-serif;
}

.top-company__title-box {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}

.top-company__title-item {
    width: 45%;
}

.top-company__title-subitem {
    width: 54%;
}

.top-company__list {
    display: flex;
    justify-content: space-between;
    padding-top: 72px;
}

.top-company__box {
    width: 30%;
}

.top-company__thumb {
    height: 480px;
    width: 100%;
}

.top-company__thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.top-company__txt {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding-top: 32px;
}

.top-company__item h5 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.top-company__item p span {
    font-size: 14px;
}

.top-company__divider {
    background: #D80000;
    display: block;
    height: 2px;
    margin-bottom: 8px;
    width: 14%;
}

@media screen and (max-width: 720px) {
    .top-company {
        padding: 0 0 12vw 0;
    }
    .top-company__title-item h3 {
        font-size: 5.6vw;
        line-height: 8.8vw;
        letter-spacing: .06em;
    }    
    .top-company__title-box {
        flex-direction: column;
        row-gap: 4vw;
    }
    .top-company__title-item,
    .top-company__title-subitem {
        width: 100%;
    }
    .top-company__title h4 span {
        font-size: 4vw;
    }
    .top-company__list {
        flex-direction: column;
        row-gap: 8vw;
        padding-top: 8vw;
    }
    .top-company__box {
        width: 100%;
    }
    .top-company__thumb {
        height: 80vw;
    }
    .top-company__thumb img {
        object-fit: contain;
    }
    .top-company__item h5 {
        font-size: 5.8vw;
    }
    .top-company__txt {
        row-gap: 2.8vw;
        padding-top: 4.8vw;
    }
    .top-company__bg {
        height: 200vh;
    }   
}

/*******************

description

********************/

.top-description__title h3 {
    border-left: #D80000 4px solid;
    padding-left: 24px;
}

.top-description {
    padding: 80px 0;
}

.top-description__list {
    border-top: 2px solid #CACACA;
    border-bottom: 2px solid #CACACA;
    margin-top: 40px;
}

.top-description__list dl {
    display: flex;
    border-bottom: 1px solid #CACACA;
}

.top-description__list dl:last-child {
    border-bottom: none;
}

.top-description__list dl dt {
    font-weight: 500;    
    background-color: #F3F5F6;
    padding: 32px 16px;
    width: 30%;
}

.top-description__list dl dd {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    font-weight: 400;
    padding: 32px 24px;    
    width: 70%;
}

.top-description__list-item h5 {
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    padding-bottom: 8px;
}

.top-description__list-item ul {
    padding-left: 32px;
}

.top-description__list-item p span {
    color: #D80000;
    font-size: 14px;
}

.top-description__lead {
    background-color: #F9F9F9;
    border-radius: 8px;
    margin-top: 32px;
    padding: 24px;
}

.top-description__lead p a {
    color: #4F96A4;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.top-description__lead p svg {
    color: #4F96A4;
    font-size: 18px;
}

@media screen and (max-width: 720px) {
    .top-description {
        padding: 12vw 0;
    }
    .top-description__list dl dt {
        font-size: 3.8vw;
        padding: 4.8vw 3.2vw;
    }
    .top-description__list dl dd {
        padding: 4.8vw 3.2vw;
    }
    .top-description__list-item ul {
        padding-left: 4.8vw;
    }
    .top-description__list-item h5 {
        font-size: 4.2vw;
    }
}

/*******************

access

********************/

.top-access__title h3 {
    border-left: #D80000 4px solid;
    padding-left: 24px;
}

.top-access {
    padding: 40px 0 80px 0;
}

.top-access__list {
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
}

.top-access__box {
    display: flex;
    flex-direction: column;
    row-gap: 24px;    
    width: 47%;
}

.top-access__item dl {
    display: flex;
}

.top-access__item {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.top-access__item dl dt {
    font-weight: 400;
    font-size: 14px;    
    width: 30%;
}

.top-access__item dl dd {
    font-weight: 400;
    letter-spacing: .06em;
    font-size: 14px;
    width: 70%;    
}

.top-access__box h4 {
    background-color: #F4F4F4;
    padding: 4px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.top-access__box iframe {
    width: 100%;
    height: 240px;
}

@media screen and (max-width: 720px) {
    .top-access {
        padding: 4.8vw 0 12vw 0;
    }
    .top-access__list {
        padding-top: 6.8vw;
        flex-direction: column;
        row-gap: 8vw;
    }
    .top-access__box {
        row-gap: 4.0vw;
        width: 100%;
    }    
}

/*******************

information

********************/

.top-information {
    padding: 40px 0 80px 0;
}

.top-information {
    display: flex;
    justify-content: space-between;
}

.top-news__box {
    width: 48%;
}

.top-information__title h4 {
    font-weight: 600;
}

.top-information__title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #CACACA;
}

.top-information__more {
    align-items: center;
    display: flex;
    column-gap: 16px;
}

.top-information__more a {
    color: #1A1A1A;
    font-weight: 400;
    font-size: 14px;
}

.top-information__more a:hover {
    text-decoration: underline;
}

.top-information__more-icon {
    border: 1px solid #D80000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

.top-information__more-icon img {
    height: 8px;
    width: 20px;
}

.top-information__list {
    padding-top: 24px;
}

.top-information__list ul {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.top-information__list ul li p span {
    font-size: 14px;
    color: #B1B1B1;
    text-decoration: none;
    font-weight: 600;
}

.top-information__list ul li a {
    color: #313131;
    text-decoration: underline;
    letter-spacing: .02em;
}

@media screen and (max-width: 720px) {
    .top-information {
        padding: 4.8vw 0 12vw 0;
    }    
    .top-information {
        flex-direction: column;
        row-gap: 12vw;
    }
    .top-news__box {
        width: 100%;
    }
    .top-information__title {
        padding-bottom: 3.2vw;
    }
    .top-information__list {
        padding-top: 3.2vw;
    }
    .top-information__more-icon {
        height: 8vw;
        width: 8vw;
    }
    .top-information__more-icon img {
        height: 4vw;
        width: 3.2vw;
    }
    .top-information__title h4 {
        font-size: 5.8vw;
    }
    .top-information__list ul li p span {
        font-size: 3.2vw;
    }
}