@charset "UTF-8";

/* ---------------------
command 
--------------------- */
/* section title */
.sec-title {
    width: 100%;
    font-size: 6vw;
    font-weight: 500;
    line-height: 150%;
    position: relative;
    margin: 0 auto;
    padding: .5rem 4vw .5rem 12vw;
    border-top: solid 1px var(--c-border);
    border-bottom: solid 1px var(--c-border);
}

.sec-title::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 8vw;
    width: 6px;
    height: 6px;
    background: var(--blue);
    border-radius: 50%;
}

@media (min-width: 768px) {
    .sec-title {
        width: 100%;
        font-size: 1.25rem;
        padding: .5rem 8vw .5rem 9vw;
    }

    .sec-title::before {
        top: 1.4rem;
        left: 7vw;
    }
}

@media (min-width: 1024px) {
    .sec-title {
        width: 4vw;
        padding: 3rem 0 0 0;
        margin: 0;
        font-size: 1.5vw;
        writing-mode: tb;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border: none;
    }

    .sec-title::before {
        top: 2rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

/* section sub title */
.sec__head {
    width: 100%;
    padding: 0 8vw 2rem;
    border-bottom: solid 1px var(--c-border);
}

.sec__head .subtitle {
    width: 100%;
    font-size: 8vw;
    font-weight: 600;
    margin: 0;
    padding: 2rem 0 1.5rem;
}

@media (min-width: 768px) {
    .sec__head {
        padding: 0;
    }

    .sec__head .subtitle {
        font-size: 4vw;
        padding: 0;
    }
}

@media (min-width: 1024px) {

    .sec__head .subtitle {
        font-size: 3vw;
    }
}

/* column */
.flex .col3-1 {
    width: 100%;
}

.flex .col3-2 {
    width: 100%;
}

@media (min-width: 768px) {
    .flex .col3-1 {
        width: 33.3%;
    }

    .flex .col3-2 {
        width: 66.7%;
    }
}


/* ---------------------
hero 
--------------------- */
.hero {
    position: relative;
}

.hero .video {
    width: 100%;
    height: calc(100vh - 120px);
    object-fit: cover;
}

.hero .video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .hero .hero-txt {
        font-size: 7.5vh;
    }

    .hero .video {
        height: calc(100vh - 65px);
    }
}

/* ---------------------
intro 
--------------------- */
.sec-intro {
    width: calc(100% - 8vw - 2px);
    background-color: var(--c-gry_bg);
    margin: 0 auto;
    padding: 10vw 0;
    position: relative;
    overflow: hidden;
}

.sec-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    width: 45%;
    height: 100%;
    background-image: url(../img/top/intro-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.sec-intro>.wrap-common {
    position: relative;
    z-index: 1;
}

.sec-intro .title {
    width: 80%;
    text-align: center;
    margin: 0 auto 2rem;
    padding: 0;
}

.sec-intro .lead {
    font-size: 3.2vw;
    line-height: 200%;
    text-align: center;
}

@media (min-width: 768px) {
    .sec-intro .title {
        margin: 0 auto 4rem;
    }

    .sec-intro .lead {
        font-size: 2.5vw;
    }
}

@media (min-width: 1024px) {
    .sec-intro {
        padding: 8rem 0;
    }

    .sec-intro .lead {
        font-size: 1.2vw;
    }
}

/* ---------------------
company 
--------------------- */
.sec-company .block-bnr {
    width: calc(100% - 8vw - 2px);
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.sec-company .block-bnr .block-bnr-item {
    aspect-ratio: 1 / 0.482;
    padding: 4vw;
    border-bottom: solid 1px var(--c-border);
}

.sec-company .block-bnr .block-bnr-item:nth-last-child(1) {
    border-bottom: none;
}

.bnr-3min {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url(../img/top/bnr-3min.jpg);
    background-size: cover;
}

.bnr-3min img {
    width: 40%;
}

.bnr-taidan{
    display: block;
}

@media (min-width: 768px) {
    .sec-company .block-bnr .block-bnr-item {
        padding: 2vw;
        border: none;
    }

    .sec-company .block-bnr .block-bnr-item:nth-child(1) {
        border-right: solid 1px var(--c-border);
    }

    .bnr-3min img {
        width: 70%;
    }
}

@media (min-width: 1024px) {
    .sec-company {
        border-top: solid 1px var(--c-border);
    }

    .sec-company .block-bnr {
        margin: 0 auto 0 0;
    }

    .sec-company .block-bnr .block-bnr-item {
        padding: 1vw;
    }
}

/* ---------------------
job 
--------------------- */

.sec-job .job-contents {
    width: calc(100% - 8vw - 2px);
    margin: 0 auto;
    background: var(--c-gry_bg);
}

.sec-job .job-contents .head .comment {
    margin: 0;
    line-height: 250%;
}

.sec-job .job-contents .job-contents-item>.title {
    text-align: center;
    background: #fff;
    padding: .5rem 1rem 1rem;
    border-bottom: solid 1px var(--c-border);
}

.sec-job .job-contents .job-contents-item>.title .ttl-l {
    font-size: 6vw;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 .2rem;
}

.sec-job .job-contents .job-contents-item>.title .ttl-l .small {
    font-size: 4vw;
}

.sec-job .job-contents .job-contents-item>.title .txt {
    font-size: 3.2vw;
    margin: 0;
}

.sec-job .job-contents .job-contents-item>.detail .detail-item {
    margin: 0;
    padding: 4vw;
    border-bottom: solid 1px var(--c-border);
}

.sec-job .job-contents .job-contents-item>.detail .detail-item .link {
    text-decoration: none;
    color: var(--black_33);
}

.sec-job .job-contents .job-contents-item>.detail .detail-item_title {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 1rem;
    padding: 1rem 4vw;
    background: #fff;
    position: relative;
}

.sec-job .job-contents .job-contents-item>.detail .detail-item_title::before,
.sec-job .job-contents .job-contents-item>.detail .detail-item_title::after {
    content: "";
    position: absolute;
    right: 8vw;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 2px;
    margin: auto 0;
    background: var(--black_33);
    transition: all 0.3s ease;
}

.sec-job .job-contents .job-contents-item>.detail .detail-item_title::before {
    transform: rotate(90deg);
}

.sec-job .job-contents .job-contents-item>.detail .detail-item_title.open::before {
    transform: rotate(0deg);
}

.sec-job .job-contents .job-contents-item>.detail .detail-item_title .main {
    order: 2;
    font-size: 6vw;
}

.sec-job .job-contents .job-contents-item>.detail .detail-item_title .ico {
    order: 1;
}

.sec-job .job-contents .job-contents-item>.detail .detail-item_com {
    background: #fff;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.sec-job .job-contents .job-contents-item>.detail .detail-item_com .txt {
    margin: 0;
    padding: 4vw 8vw;
}


.sec-job .logo-block {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec-job .logo-block {
    align-items: center;
    gap: 0 10%;
    padding: 7vw 4vw;
}

.sec-job .logo-block .logo-block-item {
    width: 26.6%;
}

@media (min-width: 768px) {

    .sec-job .sec__head .subtitle {
        display: flex;
        align-items: center;
        border-right: solid 1px var(--c-border);
        padding: 1rem;
    }

    .sec-job .sec__head .comment {
        padding: 4vw;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec-job .job-contents .job-contents-item>.title {
        background: none;
        border-right: solid 1px var(--c-border);
        text-align: left;
    }

    .sec-job .job-contents .job-contents-item>.title .ttl-l {
        font-size: 2.8vw;
        margin-bottom: 1rem;
        color: var(--black_33);
    }

    .sec-job .job-contents .job-contents-item>.title .ttl-l .small {
        font-size: 1.125rem;
        display: block;
    }

    .sec-job .job-contents .job-contents-item>.title .txt {
        font-size: 1rem;
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item_title .main {
        font-size: 3vw;
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item {
        padding: 2vw;
    }
}

@media (min-width: 1024px) {
    .sec-job {
        border-top: solid 1px var(--c-border);
        position: relative;
        padding-top: 3rem;
    }

    .sec-job::before,
    .sec-job::after {
        content: "";
        position: absolute;
        top: 0;
        height: 3rem;
        border-bottom: solid 1px var(--c-border);
    }

    .sec-job::before {
        left: 0;
        width: 4vw;
    }

    .sec-job::after {
        right: 0;
        width: calc(100% - 4vw);
    }

    .sec-job .job-contents {
        margin: 0 auto 0 1px;
    }

    .sec-job .sec__head .subtitle {
        justify-content: center;
    }

    .sec-job .sec__head .comment {
        padding: 5vw 6vw;
        font-size: 1vw;
        line-height: 200%;
    }

    .sec-job .job-contents .job-contents-item>.title {
        padding: 4rem 5vw 1rem;
        display: flex;
        flex-wrap: wrap;
        align-content: baseline;
    }

    .sec-job .job-contents .job-contents-item>.title .ttl-l {
        font-size: 2.5vw;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 1rem;
    }

    .sec-job .job-contents .job-contents-item>.title .ttl-l .small {
        display: inline;
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item {
        display: flex;
        flex-wrap: wrap;
        padding: 1vw;
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item_title {
        justify-content: space-between;
        width: 10%;
        writing-mode: tb;
        padding: 1.5rem 0;
        border-right: solid 1px var(--c-border);
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item_title::before,
    .sec-job .job-contents .job-contents-item>.detail .detail-item_title::after {
        display: none;
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item_title .main {
        font-size: 2vw;
        order: 1;
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item_title .ico {
        order: 2;
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item_com {
        width: 90%;
        max-height: none;
        overflow: visible;
        align-items: center;
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item_com .txt {
        width: 45%;
        padding: 3vw;
        font-size: 1.5vw;
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item_com .img {
        width: 55%;
        height: 100%;
    }

    .sec-job .job-contents .job-contents-item>.detail .detail-item_com .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* ---------------------
about 
--------------------- */
.about-contents {
    background: var(--c-gry_bg);
}

.about-contents {
    width: calc(100% - 8vw - 2px);
    margin: 0 auto;
}

.about-contents .about-contents-item>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-contents .about-contents-item>ul li {
    width: 100%;
    padding: 4vw;
    border-bottom: solid 1px var(--c-border);
}

.about-contents .about-contents-item>ul li .crosstalk{
    display: block;
}

.about-contents .about-contents-item .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.about-contents .about-contents-item .grid li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
}

.about-contents .about-contents-item .grid li:nth-child(2) {
    grid-area: 2 / 1 / 4 / 2;
    border-bottom: none;
    border-right: solid 1px var(--c-border);
}

.about-contents .about-contents-item .grid li:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}

.about-contents .about-contents-item .grid li:nth-child(4) {
    grid-area: 3 / 2 / 4 / 3;
    border-bottom: none;
}

.about-contents .about-contents-item .label {
    font-size: 3.2vw;
    line-height: 200%;
    color: #fff;
    margin: 0;
}

.about-contents .about-contents-item .label span {
    font-size: 5.8vw;
    display: block;
}

.about-contents .about-contents-item .youbou {
    aspect-ratio: 1 / 0.476;
    background: url(../img/top/bnr-youkou.jpg);
    background-size: cover;
    padding: 4vw;
}

.about-contents .about-contents-item .youbou .btn {
    display: block;
    width: 55%;
    max-width: 274px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fff;
    color: var(--blue);
    font-size: 3.2vw;
    font-weight: 500;
    text-align: center;
    padding: .5rem;
    margin-top: .5rem;
}

.about-contents .about-contents-item .company {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    aspect-ratio: 1 / 0.476;
    background: url(../img/top/bnr-company.jpg);
    background-size: cover;
    padding: 4vw;
}

.about-contents .about-contents-item .company i {
    margin-left: .5rem;
}

.about-contents .about-contents-item .company i img {
    filter: invert(100%) sepia(0%) saturate(7490%) hue-rotate(290deg) brightness(102%) contrast(99%);
}

.about-contents .about-contents-item .hukuri {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    height: 100%;
    background: url(../img/top/bnr-hukuri.jpg);
    background-size: cover;
    padding: 4vw 3vw;
}

.about-contents .about-contents-item .hukuri .label span {
    font-size: 5.2vw;
}

.about-contents .about-contents-item .faq,
.about-contents .about-contents-item .insta {
    display: block;
    width: 100%;
    height: 100%;
}

.about-contents .about-contents-item .faq img,
.about-contents .about-contents-item .insta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {

    .about-contents-item {
        width: 50%;
        border-right: solid 1px var(--c-border);
    }

    .about-contents-item:nth-last-child(1) {
        border-right: none;
    }

    .about-contents .about-contents-item>ul li {
        padding: 2vw;
    }

    .about-contents .about-contents-item>ul li:nth-last-child(1) {
        border-bottom: none;
    }

    .about-contents .about-contents-item .grid {
        height: 100%;
    }

    .about-contents .about-contents-item .label {
        font-size: 1.7vw;
    }

    .about-contents .about-contents-item .label span,
    .about-contents .about-contents-item .hukuri .label span {
        font-size: 2.4vw;
    }

    .about-contents .about-contents-item .youbou {
        padding: 2vw;
        background-position: left 70% top 0;
    }

    .about-contents .about-contents-item .youbou .btn {
        font-size: 1.8vw;
    }

    .about-contents .about-contents-item .company {
        padding: 2vw;
    }

    .about-contents .about-contents-item .hukuri {
        padding: 2vw;
    }
}

@media (min-width: 1024px) {
    .sec-about::before {
        content: "";
        display: block;
        width: 100%;
        height: 3rem;
        border-top: solid 1px var(--c-border);
        border-bottom: solid 1px var(--c-border);
    }

    .about-contents {
        margin: 0 auto 0 1px;
    }

    .about-contents .about-contents-item>ul li {
        padding: 1vw;
    }

    .about-contents .about-contents-item .label {
        font-size: 1.2vw;
        margin-bottom: 2rem;
    }

    .about-contents .about-contents-item .youbou .btn {
        font-size: 1.1vw;
        padding: .8rem .5rem;
        margin: 1rem 0 0;
    }
}

/* ---------------------
news 
--------------------- */
.sec-news {
    border-bottom: solid 1px var(--c-border);
}

.sec-news .sec__head,
.sec-news .news-post-list {
    background: var(--c-gry_bg);
}

.news-contents {
    width: calc(100% - 8vw - 2px);
    margin: 0 auto;
}

.news-post-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-post-list_item {
    border-bottom: solid 1px var(--c-border);
}

.news-post-list_item:nth-last-child(1) {
    border-bottom: none;
}

.news-post-list_item .link {
    display: block;
    padding: 6vw 8vw;
}

.news-post-list_item .link time {
    display: block;
    font-size: 0.875rem;
    margin-bottom: .5rem;
}

@media (min-width: 768px) {

    .sec-news .sec__head {
        background: none;
    }

    .sec-news .sec__head {
        padding: 1rem;
        align-items: center;
        justify-content: space-between;
    }

    .sec-news .sec__head .subtitle {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .sec-news::before {
        content: "";
        display: block;
        width: 100%;
        height: 3rem;
        border-top: solid 1px var(--c-border);
        border-bottom: solid 1px var(--c-border);
    }

    .sec-news .sec__head {
        padding: 1rem 3vw;
    }

    .news-contents {
        margin: 0 auto 0 1px;
    }

    .news-post-list {
        display: flex;
        flex-wrap: wrap;
    }

    .news-post-list_item {
        width: 33.3%;
        border-bottom: none;
        border-right: solid 1px var(--c-border);
    }

    .news-post-list_item:nth-last-child(1) {
        border-right: none;
    }

    .news-post-list_item .link {
        padding: 3vw;
    }

    .news-post-list_item .link .title {
        font-size: 1.125rem;
        font-weight: 600;
    }
}