/* helloボタン */
.helloContentButtonWrapper{
    margin-top: 3.2rem;
    text-align: center;
}


.helloContentButton{
    display: inline grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    text-decoration: none;
    border-radius: 9rem;
    color: var(--color-white);
    text-align: center;
    width: 78.534031414%;
    padding: 2rem;
}

.helloContentButton:nth-child(n + 2){
    margin-top: 1rem;
}

.helloContentButton.dgreen{
    background-color: var(--color-button-dgreen)
}
.helloContentButton.green{
    background-color: var(--color-button-green)
}
.helloContentButton.red{
    background-color: var(--color-button-red)
}

.helloContentButton__img{
    width: 3.8rem;
}

.helloContentButton__text{
    font-size: inherit;
    
}

.helloContentButton__text .--large{
    font-size: 2rem;
    font-weight: 700;
    /* letter-spacing: -0.18px; */
}

.helloContentButton__text .--small{
    font-size: 1.2rem;
    font-weight: 600;
}

.sectionttl{
    color: var(--color-main, #3BC1CD);
    font-size: 4.6rem;
    font-family: var(--font-family, 'Noto Sans JP', sans-serif);
    font-weight: 800;
    text-align: center;
}

/* mv */
.mv__container{
    display: grid;
    grid-template-areas:
        ". mv__contentWrapper mv__imgWrapper";
    grid-template-columns: calc(94 / 1440 * 100%) calc(658 / 1440 * 100%) calc(688 / 1440 * 100%);
    max-width: 192rem;
    /* margin: 0 auto; */
    /* position: relative; */
}

.mv__contentWrapper{
    grid-area: mv__contentWrapper;
    /* width: calc(93.472222222 - 6.527777vw); */
    width: 86.944444444vw;
    z-index: 1;
    display: grid;
    align-items: center;
}

.mv__imgWrapper{
    grid-area: mv__imgWrapper;
    /* width: 116%; */
    margin-left: -10%;
}

.mv__content{
    color: var(--color-white);
}

.mv__title{
    position: relative;
}

.mv__title--large{
    font-size: 22.8rem;
    font-weight: 800;
    line-height: 94%;
    font-family: var(--font-family-reddit, 'Reddit Sans', sans-serif);
    letter-spacing: calc(-1 / 100 * 1em);
}

.mv__title--small{
    font-size: 4.6rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

.mv__subtitle{
    color: white;
    font-size: 2rem;
    font-weight: 500;
}

.mv__subtitle_line{
    display: inline-block;
    /* line-height: 1.2; */
}

.mv__subtitle_line:nth-child(n + 2){
    margin-top: .772rem;
}

.mv__subtitle_line.highlight{
    color: var(--color-main, #3BC1CD);
    background: var(--color-accent);
    padding: 0.5rem 1.4rem;
    border-radius: 1rem;
    font-weight: 900;
    font-size: 2.7rem;
    /* font-family: var(--font-family-noto, 'Noto Sans JP', sans-serif */
}

.mv__subtitle_line .at {
    font-family: var(--font-family-reddit, 'Reddit Sans', sans-serif);
    font-weight: 700;
    font-size: 4.1rem;
}

.mv__subtitle_line .location {
    background: #677DA1;
    padding: 0.6rem;
    border-radius: 1rem;
    font-weight: 700;
    font-size: 4.1rem;
    line-height: 1;
    display: inline-block;
}

/* バナー */

.bunnerSec{
    width: calc(1026 / 1440 * 100%);
    margin: 0 auto;
}

.bunnerSec__container{
    
}

.bunnerSec__item{
    width: calc(324 / 1440 * 100%);
    
}

.bunner__link{
    display: block;
    margin: 0 calc(9 / 324 * 100%);
}

.bunner__img{
    
}

.hello{
    position: relative;
    max-width: 140rem;
    box-sizing: content-box;
    margin: auto;
    margin-top: 19rem;
}



.hello__container{
    display: flex;
    align-items: center;
    column-gap: 5.786618445%;
}

.helloSlick{
    width: calc(660 / 1106 * 100%);
    /* width: 59.674502712%; */
}

.helloSlick__item{
    
}

.helloContent{
    /* width: calc(382 / 1106 * 100%); */
    width: 38.2rem
}

.helloContent__intro{
    text-align: center;
    line-height: 1.4;
    font-size: 2.8rem;
    font-weight: 700;
}

.helloContent__intro--small{
    font-size: 2.4rem;
    font-weight: 600;
}

.helloContent__intro_line{
    
}



.helloContent__contact{
    margin-top: 3.2rem;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
}

.helloContent__contact a{
    color: var(--color-button-red, #F40);
    text-decoration: underline;
}

.hello__heading{
    position: absolute;
    top: -11.3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 34.6rem;
    z-index: 2;
}

.hello .dots-wrap{
    margin-top: 2rem;
}

/* what */
.what{
    margin-top: 13.6rem;
}

.what__container{
    display: grid;
    max-width: 123.6rem;
    grid-template-areas:
    "what__topsectionTitleWrapper what__titleWrapper"
    "what__imgWrapper what__descriptionWrapper";
    grid-template-columns: calc((686 / 1236) * 100%) calc((550 / 1236) * 100%);
}

.what__titleWrapper{
    grid-area: what__titleWrapper;
}

.what__titleInner{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.what__title{
    color: var(--color-white);
    font-size: 4.8rem;
    font-weight: 900;
    width: 44.2rem;
    /* margin-left: 3.4rem; */
    margin-left: calc(30 / 550 * 100%);
    line-height: 130%;
    margin-block-start: var(--leading-trim);
}

@media (max-width: 1276px){
    .what__title{
        font-size: 3.333333333vw;
    }
}

.what__subtitle{
    color: var(--color-white);
    font-size: 3rem;
    writing-mode: vertical-rl;
    border: .1rem solid var(--color-white);
    text-align: center;
    padding: 2.6rem;
    padding: calc(26 / 550 * 100%);
    line-height: 1lh;
    font-weight: 800;
    font-family: var(--font-family-reddit);
}

@media (max-width: 1276px){
    .what__subtitle{
        font-size: calc(30 / 1440 * 100vw);
        padding: calc(26 / 1440 * 100vw);
    }
}

.what__descriptionWrapper{
    grid-area: what__descriptionWrapper;
    padding-left: calc(108 / 550 * 100%);
}

.what__description{
    color: var(--color-white);
    margin-top: 4.5rem;
    margin-block-start: calc(4.5rem + var(--leading-trim));
}

.what__description p{
    font-size: 1.7rem;
    line-height: 170%;
    letter-spacing: .05em;
    margin-block: calc(1em + var(--leading-trim));
}

.what__message{
    /* display: block inline-block; */
    margin-top: 3.6rem;
    color: var(--color-main, #3BC1CD);
    font-size: 2.4985rem;
    font-weight: 700;
    font-feature-settings: 'palt' on;
}

.what__message_line{
    background-size: 100%;
    display: inline-block;
    padding: 1.4rem;
    border-radius: 0.6rem;
    line-height: 1em;
}

.what__message_line:nth-child(n + 2){
    margin-top: 1rem;
}

.what__topsectionTitleWrapper{
    grid-area: what__topsectionTitleWrapper;
}

.what__imgWrapper{
    grid-area: what__imgWrapper;
    margin-left: -8rem;
}

.what__imgWrapper img{
    width: 100%;
}

/* コラム */
.column{
    margin-top: 10.4rem;
}

.column .button{
    border: .2rem solid var(--color-white);
}

.column__container{
    max-width: 123.6rem;
    box-sizing: content-box;
    display: grid;
    grid-template-areas:
    "topsectionTitle buttonWrapper"
    "columnSlick columnSlick";
    grid-template-columns: 50% 50%;
}

.column .topsectionTitle{
    grid-area: topsectionTitle;
}

/* コラムslick */
.columnSlick{
    grid-area: columnSlick;
    margin: auto;
    margin-top: 4rem;
    width: 100%;
    max-width: 123.6rem;
}
.column .slick-track{
    display: flex;
}

.column .slick-slide{
    height: auto!important;
}

.columnSlick .slick-list{
    /* overflow: visible; */
}

.columnSlick__item{
    padding: 0 1.2rem
}

/* カード */
.columnCard{
    position: relative;
    padding: 2.4rem 1.4rem;
    border-radius: var(--border-radius);
    height: 100%;
    display: grid;
    grid-template-areas:
    "maskbase"
    "columnCard__mainLink"
    "columnCard__tagWrapper"
    "columnCard__footerLayout";
    border: .6em solid transparent;
    transition: border 0.3s ease;
}

.columnCard:hover {
    border: .6em solid var(--color-white);
}

.columnCard__mainLink{
    grid-area: columnCard__mainLink;
}

/* メインリンクを疑似要素でカード全体に拡張 */
.columnCard__mainLink::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* タグとアローリンクを上位レイヤーに配置 */
.columnCard__tagWrapper a,
.columnCard__arrow {
    position: relative;
    z-index: 2;
}

/* カードの背景色を5色でループ */
.columnSlick__item:nth-child(5n + 1) .columnCard { background-color: var(--color-pink); }
.columnSlick__item:nth-child(5n + 2) .columnCard { background-color: var(--color-blue); }
.columnSlick__item:nth-child(5n + 3) .columnCard { background-color: var(--color-yellow); }
.columnSlick__item:nth-child(5n + 4) .columnCard { background-color: var(--color-green); }
.columnSlick__item:nth-child(5n)     .columnCard { background-color: var(--color-purple); }
  

.columnCard__title{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 150%;

}

.columnCard__tagWrapper{
    grid-area: columnCard__tagWrapper;
    margin-top: 1rem;
}

.columnCard__tag{
    color: var(--color-white);
    background: var(--color-main);
    padding: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 0.6rem;
}

.columnCard__footerLayout{
    grid-area: columnCard__footerLayout;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 0;
}

.columnCard__date{
    color: var(--color-white);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 150%;
    font-family: var(--font-family-reddit);
}

.maskbase{
    grid-area: maskbase;
    position: relative;
}

.maskbase img{
    width: 100%;
    height: auto;
    display: block;
}

.columnCard__mask{
    aspect-ratio: 332.978 / 222.857;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    -webkit-mask-image: url('../img/card__clip.png');
    mask-image: url('../img/card__clip.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    transform: scale(0.930167598);  /* calc((333 / 358) * 100%) */
}

.columnCard__mask img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.column .buttonWrapper{
    grid-area: buttonWrapper;
    place-items: end;
}

.column .dots-wrap{
    margin-top: 3.2rem;
}

/* トピックス */
.topics{
    max-width: 144rem;
    margin: auto;
    margin-top: 20rem;
    margin-bottom: 4rem;
}

.topics__list{
    margin-top: 4.1rem;
}

.topics__item:nth-child(n + 2){
    border-top: .2rem solid var(--color-line, #EFEDED);
}

.topics__link{
    display: flex;
    align-items: flex-start;
    /* column-gap: 2.8rem; */
    align-self: stretch;
    flex-wrap: nowrap;
    padding: 2rem 2rem 2rem 0;
}

.topics__item_tag{
    display: inline grid;
    grid-template-columns: auto;
    text-align: center;
    min-width: 11.2rem;
    padding: .8rem 2.8rem;
    white-space: nowrap;
    background: var(--color-main, #3BC1CD);
    color: var(--color-white, #FFFFFF);
    font-size: 1.4rem;
    font-family: var(--font-family-reddit, "Reddit Sans", sans-serif);
    font-weight: 600;
    border-radius: .8rem;
    margin-top: -.8rem;
    /* vertical-align: middle; */
}

.topics__item_date{
    width: 10rem;
    white-space: nowrap;
    padding-left: 1.8rem;
    font-size: 1.7rem;
    color: var(--color-grey);
}

.topics__item_content{
    margin-left: 2.8rem;
}

.topics .buttonWrapper{
    margin-top: 4rem;
}

/* 関連企業紹介 */
.related{
    max-width: 144rem;
    margin: auto;
    margin-top: 4rem;
}

.related__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin-top: 6rem;
}
