/* 共通部分 */
picture ,img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
    color: #585051;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

.ttlbox {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.subttl {
    font-size: 16px;
    letter-spacing: 0;
    color: #CC545D;
}

.ttlbox-ttl {
    font-size: 36px;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 1;
}

.ttl-text {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .delay1 {
        transition-delay: 0.25s;
    }

    .delay2 {
        transition-delay: 0.5s;
    }

    .delay3 {
        transition-delay: 0.75s;
    }

    .delay4 {
        transition-delay: 1s;
    }
}

@media screen and (min-width: 768px) {
    .nonePC {
        display: none!important;
    }
}
@media screen and (max-width: 767px) {
    .noneSP {
        display: none!important;
    }
}

.ttl {
    font-size: 110px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1;
    color: #CC545D;
    margin: 40px 0 0 79px;
}

@media screen and (max-width: 767px) {   
    .ttlbox-ttl {
        font-size: 28px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    
    .ttl-text {
        font-size: 15px;
        line-height: 27px;
        text-align: justify;
    }

    .ttl {
        font-size: 50px;
        margin: 20px 0 0 0;
    }
}
/* 共通部分 */

/* FV */
.fv {
    width: 100%;
    height: 857px;
    margin-top: 10px;
    position: relative;
}

.video-wrap {
    width: 90vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.fv-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
}
.video-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 15px 15px 0;

}
.fv-cont {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 155px;
    z-index: 2;
    color: #fff;
}

.fv-ttl {
    font-size: 40px;
    line-height: 70px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.fv-ttl .strong {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.fv-txt {
    font-size: 18px;
    line-height: 47px;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 48px;
}

.play-btn {
    width: 176px;
    height: 176px;
    position: absolute;
    bottom: 52px;
    right: 62px;
    z-index: 3;
    transition: all 0.3s ease-in-out;
}
.play-btn:hover {
    cursor: pointer;
    opacity: 0.7;
}
.play-btn img {
    object-fit: contain;
}

.scroll {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    position: absolute;
    top: 105px;
    right: -68px;
    writing-mode: vertical-rl;
    z-index: 3;
}

.scroll span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.scroll span::before {
    content: '';
    display: block;
    width: 2px;
    height: 100px;
    background-color: #C1C1C1;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
}

.scroll span::after {
    content: '';
    display: block;
    width: 2px;
    height: 1px;
    background-color:#DD3441;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollMove 3s infinite linear;
}

@keyframes scrollMove {
    0% {
        bottom: -20px;
        height: 0;
    }

    20% {
        bottom: -47px;
        height: 27px;
    }

    80% {
        bottom: -120px;
        height: 27px;
    }

    100% {
        bottom: -120px;
        height: 0;
    }
}

/* モーダル */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.modal-inner {
    width: 1000px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-inner iframe {
    width: 100%;
    height: 100%;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.modal-close:hover {
    opacity: 0.7;
}
/* モーダル */

@media screen and (max-width: 767px) {
    .fv {
        height: auto;
        margin-top: 20px;
    }
    
    .video-wrap {
        width: 100%;
        height: 211px;
        position: relative;
    }
    .fv-video {
        transform: scale(1);
    }
    .video-inner {
        border-radius: 0;
    
    }
    .fv-cont {
        position: relative;
        color: #585051;
        margin-top: 20px;
        top: 0; 
        left: 0;
        transform: translateY(0);
        padding: 0 20px;
    }
    
    .fv-ttl {
        font-size: 22px;
        line-height: 35px;
    }
    
    .fv-ttl .strong {
        font-size: 24px;
        line-height: 35px;
    }
    
    .fv-txt {
        font-size: 15px;
        line-height: 27px;
        margin-top: 10px;
    }

    .play-btn {
        width: 132px;
        height: 23px;
        bottom: 15px;
        right: 20px;
    }

    /* モーダル */
    .modal {
    }

    .modal-inner {
        width: 315px;
        height: 189px;
    }

    .modal-inner iframe {
    }

    .modal-close {
    }
    /* モーダル */
}

/* FV */


/* ページ内リンク */
.page-menu {
    grid-template-columns: repeat(6, 1fr);
    margin: 50px 0 44px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .page-menu {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 20px;
    }

    .page-menu__item:nth-child(3) {
        border-right: 1px solid #CC545D;
    }
}
/* ページ内リンク */


/* サービス */
.service {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #FDFBF7;
}

.service-bg {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.service-bg img {
    object-fit: contain;
}

.service .ttlbox {
    position: absolute;
    top: 126px;
    left: 14vw;
    z-index: 2;
}

.service-img {
    width: 555px;
    height: auto;
    position: absolute;
    bottom: 43px;
    right: 6vw;
    z-index: 2;
}

.service-img img {
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .service {
        padding-bottom: 92px;
    }
    
    .service-bg {
    }
    
    .service-bg img {
    }
    
    .service .ttlbox {
        top: 40px;
        left: 20px;
    }
    
    .service-img {
        width: 335px;
        bottom: 45px;
        right: 50%;
        transform: translateX(50%);
    }
}
/* サービス */


/* 企業理念 */
.philosophy {
    width: 100%;
    position: relative;
    position: relative;
    background-image: none;
}

.philosophy .ttlbox-ttl {
    font-size: 60px;
}

.philosophy-inner {
    width: 100%;
    height: 100%;
    padding-left: 91px;
    display: flex;
    align-items: center;
    gap: 108px;
}

.philosophy-slidewrap {
    display: flex;
    width: 683px;
    height: 2023px;
    column-gap: 23px;
}

.philosophy-slide {
    width: calc(50% - 11.5px);
    height: 100%;
}

.philosophy-slide .slick-list{
    height: 100%!important;
}

.philosophy-slide.right .slick-list {
    transform: scaleY(-1);
}

.philosophy-slide.right .philosophy-slide-item {
    transform: scaleY(-1);
}

.philosophy-cont {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.philosophy-item {
}

.philosophy-item-ttl .ttlbox-ttl-inner {
    display: flex;
    align-items: center;
    gap: 19px;
}

.philosophy-item-ttl .subttl{
    margin-bottom: 15px;
}

.philosophy-item .philosophy-item-ttl .ttlbox-ttl {
    font-size: 36px;
    letter-spacing: 0.01em;
    line-height: 50px;
}

.philosophy-slide-item {
    margin: 11.5px 0;
    overflow: hidden;
    border-radius: 10px;
}

.philosophy-item .ttlbox-ttl {
    font-size: 45px;
    letter-spacing: 0.1em;
    line-height: 59px;
}

.philosophy-item.value .ttlbox-ttl {
    font-size: 31px;
    line-height: 1;
    margin-top: 23px;
    margin-bottom: 17px;
    white-space: nowrap;
}

.philosophy-item.value .ttlbox + .ttlbox {
    margin-top: 36px;
}

.philosophy-item .ttl-text {
    font-size: 16px;
    line-height: 40px;
}

.philosophy-item .ttl-text + .ttl-text {
    margin-top: 30px;
}

.philosophy-item.value .ttl-text {
    line-height: 31px;
    white-space: nowrap;
}

.philosophy-item.value .num {
    display: inline-block;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 400;
    margin-right: 34px;
}

@media screen and (max-width: 767px) {
    .philosophy {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .philosophy .ttlbox-ttl {
        font-size: 28px;
        margin-bottom: -20px;
    }
    
    .philosophy-inner {
        height: auto;
        padding-left: 0;
        flex-direction: column-reverse;
        align-items: center;
        gap: 48px;
    }
    
    .philosophy-slidewrap {
        width: 100%;
        height: auto;
        flex-direction: column;
        column-gap: 0;
        row-gap: 13px;
    }
    
    .philosophy-slide {
        width: 100%;
    }

    .philosophy-slide-item {
        margin: 0 6.5px;
    }

    .philosophy-slide.right .slick-list {
        transform: scaleY(1) scaleX(-1);
    }
    
    .philosophy-slide.right .philosophy-slide-item {
        transform: scaleY(1) scaleX(-1);
    }
    
    .philosophy-cont {
        gap: 44px;
    }
    
    .philosophy-item {
    }


    .philosophy-item-ttl .ttlbox-ttl-inner {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    
    .philosophy-item-ttl .subttl{
        margin-bottom: 0;
    }
    
    .philosophy-item .philosophy-item-ttl .ttlbox-ttl {
        font-size: 25px;
        letter-spacing: 0.03em;
        line-height: 41px;
        margin-top: 0;
    }
    
    .philosophy-item .subttl {
        font-size: 13px;
    }

    .philosophy-item .ttlbox-ttl {
        font-size: 25px;
        letter-spacing: 0.03em;
        line-height: 1;
        margin-bottom: 7px;
        margin-top: 10px;
    }
    
    .philosophy-item.value .ttlbox-ttl {
        font-size: 20px;
        margin-top: 17px;
        margin-bottom: 10px;
        white-space: wrap;
    }
    
    .philosophy-item.value .ttlbox + .ttlbox {
        margin-top: 15px;
    }
    
    .philosophy-item .ttl-text {
        font-size: 15px;
        line-height: 29px;
    }
    
    .philosophy-item .ttl-text + .ttl-text {
        margin-top: 0;
    }
    
    .philosophy-item.value .ttl-text {
        line-height: 29px;
        white-space: wrap;
    }
    
    .philosophy-item.value .num {
        font-size: 22px;
        margin-right: 9px;
    }
}

/* 企業理念 */


/* スタッフ紹介 */
.staff {
    width: 100%;
    height: auto;
    background-color: #FDFBF7;
    padding: 86px 0;
}

.staff .ttlbox {
    width: 1100px;
    margin: 0 auto;
}

.staff-inner {
    width: 100%;
    padding-top: 51px;
}

.staff-slider {
    width: 100%;
    height:699px;
}

.staff-slide-item {
    width: 464px;
    height: 699px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 16.5px;
}

.staff-item-img {
    width: 100%;
    height: 329px;
}

.staff-item-cont {
    height: calc(100% - 329px);
    padding-left: 19px;
    position: relative;
    padding: 33px 41px 0 46px;
    background-color: #fff;
}
.staff-item-ttl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 8px solid #CC545D;
    padding-left: 11px;
}

.staff-item-subttl {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1;
}

.staff-item-name {
    font-size: 30px;
    letter-spacing: 0.04em;
    font-weight: 600;
    line-height: 1;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.staff-item-name .en {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    color: #CC545D;
}

.staff-item-cert {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 20px;
}

.staff-item-text {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
}

.staff-item-text.main-txt {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 22.4px;
    color: #CC545D;
    text-align: start;
}

.staff-item-text:first-of-type {
    margin-top: 20px;
}

.staff-item-text + .staff-item-text {
    margin-top: 16px;
}

.slick-next, .slick-prev {
    width: 62px;
    height: 62px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.slick-next:hover,.slick-next:focus, .slick-prev:hover, .slick-prev:focus {
    opacity: 0.7;
}

.slick-next:hover, .slick-next:focus {
    background: url(../../../public/assets/images/about_new/ico_arrow_next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev:hover, .slick-prev:focus {
    background: url(../../../public/assets/images/about_new/ico_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-next:before, .slick-prev:before {
    content: none;
}

.slick-prev {
    right: auto;
    left: 125px;
    background-image: url(../../../public/assets/images/about_new/ico_arrow.svg);
}

.slick-next {
    left: auto;
    right: 125px;
    background-image: url(../../../public/assets/images/about_new/ico_arrow_next.svg);
}

@media screen and (max-width: 767px) {
    .staff {
        padding: 40px 0 27px;
    }
    
    .staff .ttlbox {
        width: calc(100% - 40px);
    }
    
    .staff-inner {
        padding-top: 22px;
    }
    
    .staff-slider {
        height: 597px;
    }
    
    .staff-slide-item {
        width: 300px;
        height: 597px;
        margin: 0 5px;
    }
    
    .staff-item-img {
        height: 229px;
    }
    
    .staff-item-cont {
        height: calc(100% - 229px);
        padding: 21px 20px 0;
    }
    .staff-item-ttl {
    }
    
    .staff-item-subttl {
    }
    
    .staff-item-name {
        font-size: 25px;
        margin: 7px 0;
        gap: 7px;
        white-space: nowrap;
    }
    
    .staff-item-name .en {
        font-size: 13px;
    }
    
    .staff-item-cert {
        line-height: 18px;
    }
    
    .staff-item-text {
        line-height: 22px;
    }
    
    .staff-item-text.main-txt {
        font-size: 14px;
        line-height: 22px;
    }
    
    .staff-item-text:first-of-type {
        margin-top: 10px;
    }
    
    .staff-item-text + .staff-item-text {
        margin-top: 5px;
    }
    
    .slick-next, .slick-prev {
       display: none!important;
    }
    
    .slick-next:hover,.slick-next:focus, .slick-prev:hover, .slick-prev:focus {
    }
    
    .slick-next:hover, .slick-next:focus {
    }
    
    .slick-prev:hover, .slick-prev:focus {
       
    }
    
    .slick-next:before, .slick-prev:before {
    }
    
    .slick-prev {
    }
    
    .slick-next {
    }
}
/* スタッフ紹介 */


/* オフィス紹介 */
.office {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 86px 0;
}

.office .ttlbox {
    width: 100%;
}

.office-inner {
    margin: 79px 0 0;
}

.office-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: end;
    gap: 45px;
}

.office-item + .office-item {
    margin-top: 82.5px;
}

.office-item-cont {
    width: 539px;
}

.office-item-ttl {
    font-size: 36px;
    letter-spacing: 0.03em;
    line-height: 1;
    padding-left: 16.5px;
    border-left: 5px solid #CC545D;
}

.office-item-text {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
    margin: 33px 0 28.5px;
    display: flex;
}

.office-item-text span {
    display: block;
}
.office-item-addresswrap {
    margin-bottom: 31px;
}

.office-item-address {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20.8px;
    display: flex;
    align-items: center;
}

.office-item-address::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #CC545D;
    margin-right: 3px;
    border-radius: 50%;
}

.office-item-address.text::before {
    display: none;
}

.office-item-address.text + .office-item-address{
    margin-top: 3px;
}

.office-item-map {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
}

.office-item-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.office-item-img {
    width: calc(100% - 584px);
}

.office-item-img img {
    object-fit: contain;
}


@media screen and (max-width: 767px) {
    .office {
        width: calc(100% - 40px);
        padding: 55px 0;
    }
    
    .office .ttlbox {
    }
    
    .office-inner {
        margin: 40px 0 0;
    }
    
    .office-item {
        flex-direction: column;
        align-items: start;
        gap: 14px;
    }
    
    .office-item + .office-item {
        margin-top: 60px;
    }
    
    .office-item-cont {
        width: 100%;
    }
    
    .office-item-ttl {
        font-size: 24px;
        padding-left: 11px;
    }
    
    .office-item-text {
        line-height: 22px;
        margin: 14px 0 0;
        display: flex;
    }

    .office-item-text span.big {
        width: 180px;
    }
    
    .office-item-addresswrap {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .office-item-address {
        font-size: 13px;
        letter-spacing: 0;
        font-weight: 500;
        line-height: 20.8px;
        display: flex;
        align-items: center;
    }

    .office-item-address.text {
        font-size: 14px;
    }
    
    .office-item-address::before {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        background-color: #CC545D;
        margin-right: 3px;
        border-radius: 50%;
    }
    
    .office-item-map {
        width: 100%;
        height: 350px;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .office-item-map iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
    
    .office-item-img {
        width: 100%;
    }
}
/* オフィス紹介 */

/* 会社概要 */
.outline {
    width: 1100px;
    height: auto;
    margin: 0 auto 200px;
    padding: 94px 0 159px;
}

.outline .ttlbox {
    width: max-content;
    margin: 0;
}

.outline-inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.outline-table {
    width: 786px;
    display: flex;
    flex-direction: column;
}

.outline-table dl {
    display: flex;
    border-top: 1px solid #E0E0E0;
    padding: 24px 0;
    line-height: 24px;
}

.outline-table dl:last-child {
    border-bottom: 1px solid #E0E0E0;
}

.outline-table dt {
    width: 180px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    color: #B2ACAD;
}

.outline-table dd {
    width: calc(100% - 180px);
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .outline {
        width: calc(100% - 40px);
        margin: 0 auto 100px;
        padding: 40px 0 45px;
    }

    .outline .ttlbox {
        margin: 0;
    }


    
    .outline-inner {
        flex-direction: column;
        justify-content: start;
        gap: 12px;
    }
    
    .outline-table {
        width: 100%;
    }
    
    .outline-table dl {
        padding: 20px 0;
        line-height: 24px;
    }
    
    .outline-table dl:last-child {
    }
    
    .outline-table dt {
        width: 113px;
    }
    
    .outline-table dd {
        width: calc(100% - 113px);
        color: #585051!important;
    }

    .outline-table dd p + p {
        margin-top: 10px;
    }
}