@charset "UTF-8";

/* @import url("../style_servicesite_components.css"); */

body{
    color: #2f2f2f;
}

/* maeker */
.marker {
    display: inline-block;
    line-height: 1;
}
.marker_blue {
    padding: 0 16px;
    background: #3178FF;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}

/* First View */
.fv {
    margin: 0 auto 20px;
    position: relative;
    z-index: 0;
}
@media screen and (min-width: 1280px) {
    .fv {
        margin: 0 auto 80px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .fv {
        margin: 0 auto 40px;
        padding: 0;
    }
}
@media screen and (max-width: 666px) {
    .fv {
        height: 500px;
        margin: 0 auto 40px;
    }
}

.fv.fv_bg {
    width: 100%;
    max-width: 1920px;
    object-fit: cover;
    overflow: hidden;
}
/* .fv_bg_image{
    width: 1920px;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
} */

@media screen and (max-width: 666px) {
    .fv {
        height: auto;
    }
}
@media screen and (max-width: 414px) {
    .fv {
        min-height: 500px;
    }
}

.fv .fv_main_heading {
    width: 100%;
    max-width: 1280px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    position: absolute;
    inset: 10% 0 0 0;
}
@media screen and (min-width: 1025px) {
    .fv .fv_main_heading {
        width: 100%;
        max-width: 1000px;
        padding: 0 0 0 24px;
        margin: 0 auto;
        position: absolute;
        inset: 10% 0 0 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.fv .fv_main_heading {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        inset: 10% 0 0 0;
        transform: none;
    }
}
@media screen and (min-width: 667px) and (max-width: 767px) {
    .fv .fv_main_heading {
        width: 100%;
        padding: 0 16px;
        inset: 5% 0 0 0;
        transform: none;
    }
}
@media screen and (max-width: 666px) {
    .fv .fv_main_heading {
        width: 100%;
        padding: 0 16px;
        inset: 5% 0 0 0;
        transform: none;
    }
}

.fv .fv_main_heading h1 {
    margin: 16px 0;
    font-size: clamp(2rem, 1.395rem + 2.48vw, 4.375rem);
    line-height: 1.2;
    position: relative;
    z-index: 200;
    @media screen and (min-width: 768px) and (max-width: 1024px) {
        margin: 16px 0;
        font-size: 2.8rem;
    }
    @media screen and (min-width: 667px) and (max-width: 767px) {
        margin: 0 0 16px;
        font-size: 2rem;
    }
    @media screen and (max-width: 666px) {
        margin: 0 0 16px;
        font-size: 2.25rem;
    }
}

.fv .fv_main_heading .block_line {
    display: block;
    &.text_indent{
        text-indent: -.5rem;
    }
    &.text_noindent{
        text-indent: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .fv .fv_main_heading .block_line {
        &.text_indent{
            text-indent: -1rem;
        }
    }
}
@media screen and (max-width: 767px) {
    .fv .fv_main_heading .block_line {
        &.text_noindent{
            text-indent: -.5rem;
        }
    }
}

.fv .fv_main_heading .small {
    font-size: clamp(1.5rem, 1.086rem + 1.7vw, 3.125rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .fv .fv_main_heading .small {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .fv .fv_main_heading .small {
        font-size: 1.75rem;
    }
}

.fv .fv_main_heading .catch{
    margin-bottom: 16px;
    font-size: clamp(1.125rem, 0.846rem + 1.14vw, 1.25rem);
    font-weight: bold;
    color: #3178FF;
    letter-spacing: 4px;
    position: relative;
    z-index: 130;
    text-shadow: 2px 1px 10px #fff;
    .for_sp{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .fv .fv_main_heading .catch{
        font-size: 1.125rem;
        .for_sp{
            display: none;
        }
    }
}
@media screen and (min-width: 541px) and (max-width: 767px) {
    .fv .fv_main_heading .catch{
        font-size: 1rem;
        .for_sp{
            display: block;
        }
    }
}
@media screen and (min-width: 391px) and (max-width: 540px) {
    .fv .fv_main_heading .catch{
    font-size: 1rem;
        .for_sp{
            display: block;
        }
    }
}
@media screen and (max-width: 390px) {
    .fv .fv_main_heading .catch{
    font-size: 1rem;
        .for_sp{
            display: block;
        }
    }
}

@media screen and (min-width: 1281px) {
    .point_container {
        position: relative;
        z-index: 120;
        &.for_pc {
            display: grid;
            grid-template-columns: auto auto;
            column-gap: 16px;
            justify-content: start;
            align-items: center;
        }
        &.for_sp {
            display: none;
        }
    }
}
@media screen and (min-width: 667px) and (max-width: 1280px) {
    .point_container {
        &.for_pc {
            display: none;
        }
        &.for_sp {
            display: grid;
            grid-template-columns: auto auto;
            column-gap: 16px;
            justify-content: center;
            justify-items: center;
            align-items: center;
            margin: 0 auto 60px;
        }
    }
}
@media screen and (max-width: 666px) {
    .point_container {
        &.for_pc {
            display: none;
        }
        &.for_sp {
            display: grid;
            grid-template-rows: auto auto;
            row-gap: 16px;
            justify-content: center;
            justify-items: center;
            align-items: center;
            margin: 24px auto 60px;
            padding: 0 24px;
        }
    }
}

.point_container .point_catch_box {
    display: grid;
    grid-template-rows: auto;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background: #3178FF;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    .point_catch{
        display: grid;
        grid-template-rows: auto auto;
        row-gap: 6px;
        justify-content: center;
        justify-items: center;
        align-items: center;
        font-size: clamp(2rem, 1.814rem + 0.76vw, 2rem);
        line-height: 1;
    }
    .small{
        font-size: clamp(1.5rem, 1.361rem + 0.57vw, 1.5rem);
    }
    .smallsmall {
        font-size: 1rem;
    }
}

.point_container .point_list {
    li{
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 6px;
        justify-content: start;
        align-items: center;
        margin-bottom: 8px;
        &:last-child{
            margin-bottom: 0;
        }
        &::before{
            content: "";
            display: block;
            width: 20px;
            height: 12px;
            border-left: 5px solid #F21D4B;
            border-bottom: 5px solid #F21D4B;
            transform: rotate(-45deg);
        }
        dl {
            display: grid;
            grid-template-columns: auto auto;
            column-gap: 8px;
            justify-items: start;
            align-items: center;
            font-weight: bold;            
        }
        dl dt {
            font-size: clamp(1.125rem, 0.986rem + 0.57vw, 1.25rem);
        }
        dl dt::before {
            display: none;
        }
        dl dd {
            display: block;
            width: 100%;
            padding: 0 16px;
            background: #F21D4B;
            color: #fff;
            font-size: clamp(1.375rem, 1.282rem + 0.38vw, 1.25rem);
            text-align: center;
            span.small {
                font-size: 1.125rem !important;
            }
        }
    }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .point_container .point_list {
        width: 100%;
        li{
        display: block;
        margin-bottom: 16px;
            &::before{
                display: none;
            }
            dl {
                display: grid;
                grid-template-columns: none;
                grid-template-rows: auto auto;
                column-gap: 8px;
                justify-items: start;
                align-items: center;
                font-weight: bold;
            }
            dl dt {
                display: grid;
                grid-template-columns: auto auto;
                column-gap: 6px;
                justify-content: start;
                align-items: center;
                &::before{
                    content: "";
                    display: block;
                    width: 20px;
                    height: 12px;
                    border-left: 5px solid #F21D4B;
                    border-bottom: 5px solid #F21D4B;
                    transform: rotate(-45deg);
                }
            }
        }
    }
    
    html[lang="ja"] .point_container .point_list dl,
    html[lang="zh-CN"] .point_container .point_list dl {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: none;
        column-gap: 8px;
        justify-content: start;
        justify-items: start;
        align-items: center;
        font-weight: bold;
    }
}
@media screen and (max-width: 767px) {
    .point_container .point_list {
        width: 100%;
        li{
        display: block;
        margin-bottom: 16px;
            &::before{
                display: none;
            }
            dl {
                display: grid;
                grid-template-columns: none;
                grid-template-rows: auto auto;
                column-gap: 8px;
                justify-items: start;
                align-items: center;
                font-weight: bold;
            }
            dl dt {
                display: grid;
                grid-template-columns: auto auto;
                column-gap: 6px;
                justify-content: start;
                align-items: center;
                &::before{
                    content: "";
                    display: block;
                    width: 20px;
                    height: 12px;
                    border-left: 5px solid #F21D4B;
                    border-bottom: 5px solid #F21D4B;
                    transform: rotate(-45deg);
                }
            }
        }
    }
}



.fv .fv_main_heading .fv_images {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: absolute;
    inset: 0 0 0 0;
    @media (min-resolution: 144dpi) {
        max-width: 1000px;
    }
}

.fv .fv_main_image {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    inset: 0;
    @media (min-resolution: 144dpi) {
        max-width: 800px;
    }
    @media screen and (min-width: 845px) and (max-width: 1024px) {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
    }
    @media screen and (max-width: 844px) {
        max-width: 1280px;
    }
}

/* heading */
.sec_container{
    h2 {
        display: inline-block;
        margin: 0 auto 40px;
        text-align: center;
        line-height: 1.4;
        font-weight: bold;
    }
    .title_grid {
        display: grid;
        grid-template-rows: auto auto;
        row-gap: 10px;
        justify-content: center;
        justify-items: center;
        align-items: center;
        line-height: 1;
        font-family: "Montserrat", sans-serif !important;
        font-optical-sizing: auto;
        font-style: normal;
        position: relative;
    }
    
    .title_line {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        grid-template-areas:
            "areaA areaA"
            "areaB areaB";
        gap: 0;
        position: relative;
        &::before {
            grid-area: areaA;
            content: "";
            display: block;
            width: 40%;
            height: 4px;
            background: #3178FF;
            clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
            position: absolute;
            bottom: -1px;
            left: 0;
        }
        &::after {
            grid-area: areaB;
            content: "";
            display: block;
            width: 100%;
            border: 1px solid #3178FF;
        }
    }

    .label {
        font-size: clamp(0.875rem, 0.736rem + 0.57vw, 1.25rem);
        letter-spacing: 10px;
        padding-left: 1rem;
    }
    
    .title {
        margin: 0 auto 8px;
        color: #3178FF;
        font-size: clamp(1.75rem, 1.425rem + 1.33vw, 2.625rem);
    }
}

html[lang="en"] .label,
html[lang="vi"] .label {
    /* font-size: .875rem; */
    letter-spacing: 10px;
    padding-left: 0;
}

/* section */
.sec_container {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

/* SERVICE */
#service {
    width: 100%;
    padding: 0 24px 160px;
    margin: 0 auto;
    background:
        url(../../images/top/sec_news_bg_nami_top.svg) center bottom -1px / 100% no-repeat,
        url(../../images/top/bg_decoration_circle_blue.svg) left -100px top 50% / 600px no-repeat;
    .service_section_catch_box {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 900;
        .service_section_catch {
            display: grid;
            grid-template-rows: auto auto auto auto;
            justify-items: center;
            align-items: center;
            row-gap: 8px;
        }
        .catch_txt {
            font-size: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
            line-height: 1.2;
        }
        strong {
            font-size: clamp(1.375rem, 1.236rem + 0.57vw, 1.75rem);
            line-height: 1.2;
            color: #fff;
        }
    }
    /* サービス内容 === */
    .service_main_content {
        display: grid;
        grid-template-columns: minmax(400px, 460px) minmax(400px, 460px);
        grid-template-rows: auto auto;
        gap: 40px;
        justify-content: center;
        justify-items: center;
        align-items: stretch;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        @media screen and (max-width: 1024px) {
            grid-template-columns: minmax(300px, 440px);
            grid-template-rows: repeat(4, auto);
        }
        .service_conttent {            
            padding: 10px 10px 100px 10px;
            margin: 40px auto 0;
            background: #fff;
            border: 2px solid #333;
            border-radius: 20px;
            box-shadow: 4px 4px  #f3d75b;
            overflow: hidden;
            position: relative;
        }
        img {
            margin: 0 auto 20px;
        }
        h3 {
            display: grid;
            grid-template-columns: auto auto;
            grid-template-rows: auto auto;
            grid-template-areas:
                "areaA areaB"
                "areaA areaB";
            gap: 0 8px;
            justify-content: center;
            align-content: center;
            align-items: center;
            font-size: clamp(1.125rem, 1.079rem + 0.19vw, 1.25rem);
            font-weight: 900;
            color: #3178FF;
            height: 60px;
            padding: 0 20px;
            margin: 0 auto 20px;
            @media screen and (max-width: 767px) {
                padding: 0 10px;
            }
            span {
                display: block;
            }
            span:nth-child(1) {
                grid-area: areaB;
            }
            span:nth-child(2) {
                grid-area: areaC;
            }
        }
        h3.line_break {
            grid-template-areas:
                "areaA areaB"
                "areaA areaC";
            text-align: left;
        }
        h3::before{
            grid-area: areaA;
            content: "";
            display: block;
            width: 50px;
            height: 50px;
        }
        .advisor h3::before{
            background: url(../../images/top/sec_service_advisor_icon.svg) 0 0 /contain no-repeat;
        }
        .rental h3::before{
            background: url(../../images/top/sec_service_rental_icon.svg) 0 0 /contain no-repeat;
        }
        .mobilesim h3::before{
            background: url(../../images/top/sec_service_mobilesim_icon.svg) 0 0 /contain no-repeat;
        }
        .room h3::before{
            background: url(../../images/top/sec_service_room_icon.svg) 0 0 /contain no-repeat;
        }
        h4 {
            font-size: clamp(1rem, 0.954rem + 0.19vw, 1.125rem);
            font-weight: bold;
            padding: 0 20px;
            margin: 0 auto 20px;
            text-align: left;
            @media screen and (max-width: 767px) {
                padding: 0 10px;
            }
        }
        .cmnt {
            padding: 0 20px;
            margin: 0 auto 20px;
            text-align: left;
            @media screen and (max-width: 767px) {
                padding: 0 10px;
            }
        }
        .tag {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 5px 10px;
            padding: 0 20px;
            margin: 0 auto;
            font-size: clamp(0.813rem, 0.789rem + 0.1vw, 0.875rem);
            @media screen and (max-width: 767px) {
                padding: 0 10px;
            }
            li {
                padding: 0 6px;
                border: 1px solid #2f2f2f;
                border-radius: 100px;
            }
        }
        .button_box {
            position: absolute;
            bottom: 20px;
            /* left: calc(50% - 110px); */
            left: calc(50% - 140px);
        }
    }
}

/* NEWS */
#news {
    width: 100%;
    padding: 120px 24px;
    margin: 0 auto;
    background: #F4F8FF;
    line-height: 1;
    letter-spacing: 0.03em;
    @media screen and (max-width: 767px) {
        padding: 60px 24px;
    }
    .news_box {
        max-width: 1000px;
        padding: 56px 0 32px;
        margin: 40px auto 0;
        background: #fff;
        border: 2px solid #333;
        border-radius: 20px;
        box-shadow: 4px 4px  #f3d75b;
        overflow: hidden;
        @media screen and (max-width: 1024px) {
            max-width: 440px;
        }
    }
    .news_list {
        max-width: 800px;
        padding: 0 16px 24px;
        margin: 0 auto;
    }
    .news_item {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 0 0 24px;
        font-size: 1rem;
        @media screen and (min-width: 768px) and (max-width: 1024px) {
            flex-direction: column;
            align-items: start;
            width: 80%;
            margin: 0 auto;
            text-align: left;
            line-height: 1.5;
        }
        @media screen and (max-width: 767px) {
            flex-direction: column;
            align-items: start;
            width: 90%;
            margin: 0 auto;
            text-align: left;
            line-height: 1.5;
        }
    }

    /* NEWS テキスト === */
    .news_date {
        width: 110px;
        flex-shrink: 0;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }
    .news_link {
        display: flex;
        column-gap: 16px;
        align-items: center;
        text-decoration: underline;
        text-underline-offset: 2px;
        text-underline-position: under;
        
        @media screen and (max-width: 1024px) {
            text-underline-offset: auto;
        }
    }

    .news_item:first-child .news_text {
       text-decoration: none;
    }

    .news_link_arrow {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        border-top: 3px solid #1a6cff;
        border-right: 3px solid #1a6cff;
        transform: rotate(45deg);        
        @media screen and (max-width: 1024px) {
            width: 15px;
            height: 12px;
        }
    }

    /* タグ === */
    .news_tag {
        max-width: 100px;
        height: 20px;
        flex-shrink: 0;
        min-width: 96px;
        margin: 0 16px 0;
        text-align: center;
        font-size: 0.75rem;
        font-weight: bold;
        color: #fff;
        border-radius: 100px;
        line-height: 20px;
        
        @media screen and (max-width: 1024px) {
            margin: 0;
        }
    }
    .news_tag--campaign {
        background: #3178FF;
    }
    .news_tag--important {
        background: #F21D4B;
    }
    .news_tag--press {
        background: #2E8B57;
    }
}

/* MAGAZINE */
/* loading
HTML: <div class="loader"></div>
===================================*/
.loader_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.loader {
    width: 50px;
    margin: 0 auto;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: #b5b5b5 #2f2f2f;
    animation: l1 1s infinite !important;
    text-align: center;
}
@keyframes l1 {to{transform: rotate(.5turn)}}

#magazine {
    width: 100%;
    padding: 200px 24px 120px;
    margin: 0 auto;
    background:
    url(../../images/top/sec_news_bg_nami_btm.svg) center top / 100% no-repeat,
    url(../../images/top/bg_decoration_circle_blue_right.svg) right -100px top 50% / 600px no-repeat;
    @media screen and (max-width: 767px) {
        padding: 200px 16px 120px;
        background:
            url(../../images/top/sec_news_bg_nami_btm.svg) center top / 100% no-repeat,
            url(../../images/top/bg_decoration_circle_blue_right.svg) right -100px bottom / 80% no-repeat;            
    }
    
    .catch {
        margin: 0 auto 60px;
        font-size: clamp(1rem, 0.873rem + 0.52vw, 1.5rem);
        font-weight: bold;
    }

    #article-list {
        display: grid;
        grid-template-columns: repeat(4, minmax(auto,264px));
        gap: 24px;
        justify-content: center;
        align-items: start;
        width: 100%;
        margin: 0 auto 40px;
        text-align: center;
        @media screen and (min-width: 768px) and (max-width: 1024px) {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 24px;
            width: 80%;
        }
        @media screen and (min-width: 718px) and (max-width: 767px) {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 8px;
            width: 70%;
        }
        @media screen and (min-width: 666px) and (max-width: 717px) {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 8px;
            width: 80%;
        }
        @media screen and (min-width: 442px) and (max-width: 665px) {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 8px;
            width: 80%;
        }
        @media screen and (min-width: 390px) and (max-width: 441px) {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 8px;
            width: 100%;
        }
        @media screen and (min-width: 361px) and (max-width: 389px) {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 8px;
            width: 80%;
        }
        @media screen and (max-width: 360px) {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 0 24px;
        }
    }

    #article-list .magazine-card_box {
        min-width: 220px;
        max-width: 264px;
        text-align: center;
        @media screen and (min-width: 768px) and (max-width: 1024px) {
            width: min-content;
        }
        @media screen and (min-width: 390px) and (max-width: 767px) {
            min-width: 160px;
            max-width: 180px;
        }
        @media screen and (min-width: 361px) and (max-width: 389px) {
            width: min-content;
        }
        @media screen and (max-width: 360px) {
            width: 100%;
        }
    }
    
    .magazine-card_box a,
    .magazine-card_box a:link {
        text-decoration: none;
        color: #2F2F2F;
    }

    .magazine-card_box .magazine-card_thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 216px;
        height: 216px;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        @media screen and (min-width: 768px) and (max-width: 1024px) {
            max-width: 188px;
            height: 188px;
        }
        @media screen and (min-width: 390px) and (max-width: 767px) {
            max-width: 138px;
            height: 138px;
        }
        @media screen and (min-width: 361px) and (max-width: 389px) {
            max-width: 184px;
            height: 184px;
        }
        @media screen and (max-width: 360px) {
            max-width: 228px;
            height: 228px;
            background: #fff;
        }
    }

    .magazine-card_box .magazine-card_thumb img {
        margin: 0 auto;
        object-fit: cover;
        position: relative;
        z-index: 10;
    }

    .magazine-card_box .magazine-card_thumb .img_blurred {
        object-fit: contain;
        filter: blur(1.5rem);
        position: absolute;
        top: 0;
    }

    .magazine-card_box .magazine-card_list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: 440px;
        padding: 24px;
        background: #fff;
        border: 2px solid #333;
        border-radius: 20px;
        box-shadow: 4px 4px #f3d75b;
        text-align: left;
        @media screen and (max-width: 767px) {
            gap: 8px;
            height: auto;
            padding: 16px;
            box-shadow: 2px 2px #f3d75b;
        }
    }

    .magazine-card_box .magazine-card_list .magazine-card_title {
        display: block;
        width: 100%;
        height: 87px;
        margin: 0 auto;
        text-align: left;
        font-size: clamp(1rem, 0.936rem + 0.26vw, 1.25rem);
        font-weight: bold;
    }
    .magazine-card_box a .magazine-card_list .magazine-card_title {
        /* link set */
        text-decoration: underline;
        text-underline-offset: 2px;
        text-underline-position: under;
        @media screen and (max-width: 767px) {
            text-decoration: underline;
            text-underline-offset: auto !important;
            text-underline-position: auto !important;
        }
    }
    .magazine-card_box a:hover .magazine-card_list .magazine-card_title {
        /* link set */
        text-decoration: none;
        color: #3178FF;
        @media screen and (max-width: 767px) {
            text-decoration: underline;
            text-underline-offset: auto !important;
            text-underline-position: auto !important;
        }
    }

    .magazine-card_box .magazine-card_list .postdate_box {
        font-size: clamp(0.75rem, 0.718rem + 0.13vw, 0.875rem);
        font-weight: 500 !important;
    }
    .magazine-card_box .magazine-card_list .postdate_box .postdate {
        margin-right: 8px;
        font-size: 0.75rem;
    }

    .magazine-card_box .magazine-card_list .magazine-card_tag {
        display: flex;
        gap: 8px;
        justify-content: flex-start;
        align-items: center;
        font-weight: normal;
    }
    .magazine-card_box .magazine-card_list .magazine-card_tag .chip {
        font-size: 1rem;
        @media screen and (max-width: 767px) {
            font-size: 0.75rem;            
        }
    }
    .magazine-card_box .magazine-card_list .magazine-card_tag .hash {
        margin-right: 1px;
        font-family: "Montserrat", sans-serif;
    }
}


/* COMPANY */
#company {
    width: 100%;
    /* MAGAZINEがスタートしたらpadding: 120px 24pxにする; */
    padding: 240px 24px;
    margin: 0 auto;
    /* MAGAZINEがスタートしたらbackgroundはコメントアウトする */
    background: url(../../images/top/sec_news_bg_nami_btm.svg) center top / 100% no-repeat;
    font-optical-sizing: auto;
    font-style: normal;
    @media screen and (max-width: 767px) {
        padding: 60px 24px;        
    }
    .company_box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        justify-content: center;
        justify-items: center;
        align-items: center;
        max-width: 1000px;
        padding: 56px 40px 32px;
        margin: 40px auto 0;
        background: #fff;
        border: 2px solid #333;
        border-radius: 20px;
        box-shadow: 4px 4px  #f3d75b;
        overflow: hidden;
        @media screen and (max-width: 1024px) {
            grid-template-columns: none;
            grid-template-rows: auto auto;
            row-gap: 40px;
            max-width: 440px;
            padding: 56px 16px 32px;
        }
    }

    .campany_info_box {
        display: grid;
        grid-template-rows: repeat(5, auto);
        padding: 0 16px;
    }

    .campany_info_box li {
        border-bottom: 1px solid #2f2f2f;
    }

    .campany_info {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 110px) minmax(0, 200px);
        grid-template-rows: repeat(5, auto);
        justify-content: start;
        justify-items: start;
        align-content: center;
        align-items: center;
        font-size: 1rem;
    }

    .campany_info dt{
        display: table-cell;
        width: 100%;
        padding: 16px;
        text-align: left;
        font-weight: bold;
        word-break: break-word;
        @media screen and (max-width: 767px) {
            max-width: 100px;            
        }
    }

    .campany_info dd{
        width: 100%;
        padding: 16px;
        text-align: left;
        word-break: break-word;
    }

    .campany_achievements {
        display: grid;
        grid-template-rows: repeat(3, auto);
        gap: 16px;
        justify-items: center;
        align-items: center;
        align-content: center;
        padding: 32px;
        background: 
            url(../../images/top/sec_company_bg_frame_right.svg) right top / 100px no-repeat,
            url(../../images/top/sec_company_bg_frame_left.svg) left bottom / 100px no-repeat;
        @media screen and (max-width: 767px) {
            width: 100%;
            padding: 16px;
            margin: 0 auto;
            background: 
                url(../../images/top/sec_company_bg_frame_right.svg) right top / 60px no-repeat,
                url(../../images/top/sec_company_bg_frame_left.svg) left bottom / 60px no-repeat;
        }
    }
    
    .campany_achievements.big_block li {
        grid-template-columns: 18px 140px 1fr;
        max-width: 380px;
        @media screen and (max-width: 767px) {
            grid-template-columns: 25px 1fr;
            grid-template-rows: auto auto;
            grid-template-areas: "areaA areaB" "areaA areaC";
            gap: 0 8px;
            justify-content: center;
            width: 100%;
            padding: 2%;
        }
    }

    .campany_achievements li {
        display: grid;
        grid-template-columns: 18px 160px 160px;
        column-gap: 8px;
        justify-content: start;
        justify-items: center;
        align-items: center;
        width: 100%;
        max-width: 340px;
        min-width: 280px;
        padding: 2%;
        margin: 0 auto;
        margin-inline: auto;
        background: #A18800 url(../../images/top/sec_company_decoration_kirakira.svg) right 2% top 8%  / 20px no-repeat;
        color: #fff;
        text-align: left;
        @media screen and (max-width: 767px) {
            grid-template-columns: 18px 120px 1fr;
            gap: 0 8px;
            grid-template-areas: "areaA areaB areaC" "areaA areaB areaC";
            justify-content: center;
            width: 100%;
            padding: 2%;
            background: #A18800 url(../../images/top/sec_company_decoration_kirakira.svg) right 5% top 27%  / 23px no-repeat;            
        }
        &:last-child {
            margin: 0 auto;
        }
        &::before {
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            background: url(../../images/top/sec_campany_checkmark.svg) 0 0 / contain no-repeat;
            @media screen and (max-width: 767px) {
                grid-area: areaA;
            }
        }
        p {
            font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
            font-weight: 900;
            @media screen and (max-width: 767px) {
                grid-area: areaC;
                width: 100%;
                max-width: 100%;
            }
            strong {
                font-family: "Montserrat", sans-serif;
                font-optical-sizing: auto;
                font-style: normal;
                font-size: clamp(1.125rem, 1.032rem + 0.38vw, 1.375rem);
            }
            strong span {
                font-size: clamp(0.938rem, 0.914rem + 0.1vw, 1rem);
            }
        }
        .campany_achievements_contents {
            width: 100%;
        }
        .campany_achievements_label {
            width: 100%;
            font-weight: bold;
            @media screen and (max-width: 767px) {
                grid-area: areaB;
                width: 100%;
                max-width: 100%;
            }
            span {
                font-size: clamp(0.938rem, 0.914rem + 0.1vw, 1rem);
            }
            .small {
                transform: scale(0.7);
            }
        }
    }
}

/* button */
.button_box {
    display: inline-block;
    /* width: 260px; */
    width: 280px;
    height: 60px;
    margin: 0 auto;
    background: #3178FF;
    border-radius: 100px;
    line-height: 60px;
    box-shadow: 2.5px 2.5px 0px 0px rgba(123, 57, 11, 0.1);
    text-decoration: none;
    .button_link_name {
        margin: 0 auto;
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        position: relative;
        &::after{
            content: "";
            display: block;
            width: 12px;
            height: 20px;
            background: url(../../images/top/arrow_white.svg) 0 0 / contain no-repeat;
            position: absolute;
            top: calc(50% - 10px);
            right: 16px;
        }
    }
    &:hover{
        box-shadow: none;
        transform: translateY(2.5px);
        @media screen and (max-width: 767px) {
            box-shadow: 2.5px 2.5px 0px 0px rgba(123, 57, 11, 0.1);
            transform: none;
        }
    }
}

/* ================================
    CTA
================================ */
/* ▼ 青い背景エリア全体 */
.about_cta_section {
    margin-top: 60px;
    background-image: url(../../images/about/cta_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 60px 0 100px;
    position: relative;
}
@media screen and (max-width: 440px) {
    .about_cta_section {
        padding: 60px 0;
    }
}

.about_cta_section a {
    text-decoration: none;
}
.about_cta_section a:hover {
    box-shadow: none;
    transform: translateY(2.5px);
}

.about_cta_btn .about_cta_texts,
.about_cta_btn .arrow {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.about_cta_inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.about_cta_card {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #2F2F2F;
    box-shadow: 4px 4px 0 #FFEA7F;
    padding: clamp(24px, 4vw, 44px)
            clamp(24px, 10vw, 80px);
    font-family: "Noto Sans JP", sans-serif;
}
.about_cta_text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (min-width: 631px) and (max-width: 668px) {
    .about_cta_card{
        padding: 40px 24px;
    }
    .about_cta_text{
        flex-direction: column;
    }
}
@media screen and (max-width: 630px) {
    .about_cta_card{
        padding: 40px 0px;
    }
    .about_cta_text{
        transform: scale(.8);
        flex-direction: column;
    }
}

.about_cta_link_left {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 4px;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.about_cta_link_left::before,
.about_cta_link_left::after {
    display: none;
}
@media screen and (max-width: 668px) {
    .about_cta_link_left::before,
    .about_cta_link_left::after {
        content: "";
        display: block;
        width: 50px;
        height: 2px;
        background: #3178ff;
    }
    .about_cta_link_left::before {
        transform: rotate(60deg);
    }

    .about_cta_link_left::after {
        transform: rotate(-60deg);
    }
}

.about_cta_link_left .about_cta_main_wrap {
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 4px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: #3178ff;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
}

.about_cta_small{
    font-size: 1rem;
}

.about_cta_under {
    font-size: 1rem;
}

.about_cta_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #F21D4B;
    color: #fff;
    padding: 5px 25px 5px 70px;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 5px 0 0 rgba(47, 47, 47, 0.1);
}

.about_cta_mail {
    position: absolute;
    left: 16px;
    width: 48px;
    height: 48px;
    top: 53%;
    transform: translateY(-50%);
}

.about_cta_texts {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.about_cta_main_text {
    font-size: 1.45rem;
    font-weight: 700;
}

.about_cta_sub_text {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 10px;
    background: #fff;
    font-size: 1rem;
    font-weight: 700;
    color: #F21D4B;
    white-space: nowrap;
}

.about_cta_btn .arrow {
    font-size: 3rem;
}


