@charset "UTF-8";

/* .sec-more {
    padding: 12px 80px 12px 24px;
}

.sec-more::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 4px;
    background-image: url(../img/btn_arrow_white.png);
    background-repeat: no-repeat;
    background-size: contain;
} */

.container {
    padding: 0;
}

@media screen and (max-width: 1370px) {
    .container {
        max-width: 1080rem;
        padding-right: 5%;
        padding-left: 5%;
    }
}

.sec-more {
    font-weight: 700;
    background: linear-gradient(45deg, #FF6331, #FF5050);
    /* overflow: initial; */
}

#top .p-about {
    padding-bottom: 50px;
}

#top .p-about .container {
    width: 100%;
    padding: 0;
}

#top .p-about .sec-more {
    margin-top: 30px;
}


#top .p-about .container .p-about-content {
    margin-left: calc((100% - 1280px) / 2 + 105px);
}

@media screen and (max-width: 1280px) {
    #top .p-about .container .p-about-content {
        margin-left: 5%;
    }
}

@media (min-width: 1281px) and (max-width: 1370px) {
    #top .p-about .container .p-about-content {
        margin-left: calc((100% - 1280px) / 2 + 5%);;
    }
}

@media screen and (min-width: 1600px) {
    #top .p-about .container .p-about-content {
        margin-left: 0;
    }
}

.sec-ttl-jp {
    line-height: 1.2;
    background: linear-gradient(90deg, #FF6331 0%, #FF5050 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#top .p-about .container .sec-ttl-jp {
    line-height: 1.2;
    margin: 25px 0;
}

#top .p-about .container .sec-ctn {
    line-height: 2.5;
    padding-top: 0;
    margin-bottom: 30px;
}

#top .p-about-img {
    /* min-width: 585px; */
    width: 40.625vw;
    height: initial;
}

@media screen and (min-width: 1600px) {
    #top .p-about .container {
        max-width: 1080px;
        margin: auto;
    }
    #top .p-about-img {
        width: 30.625vw;
        max-width: 580px;
    }
}

#top .p-service .sec-ttl-en {
    color: #FFF;
}

#top .p-service .container .sec-ttl .sec-ttl-jp,
#top .p-recruit .container .sec-ttl .sec-ttl-jp {
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

#top .p-recruit .container .sec-ttl .sec-ttl-jp.fz-20,
#about .p-recruit .container .sec-ttl .sec-ttl-jp.fz-20 {
    font-size: 32px;
    margin-top: 30px;
}

@media screen and (max-width: 1370px) {
    #top .p-service .container .sec-ttl {
        padding-left: 0;
    }
}

#top .p-service .container .sec-main .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    color: #d4d122;
    background: #d4d122;
}

#top .p-service .container .sec-main .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    color: #14a67f;
    background: #14a67f;
}

#top .p-service .container .sec-main .service-item {
    align-items: start;
}

#top .p-service .container .sec-main .service-item .item-main {
    width: 56%;
    min-width: 640px;
}
#top .p-service .container .sec-main .service-item figure {
    width: 44%;
}

#top .p-service .container .sec-main .service-item .item-main .mark img {
    width: 107px;
}

#top .p-service .container .sec-main .service-item .item-main .item-ctn {
    width: 110%;
    line-height: 2.5;
}

#top .p-service .container .sec-main .service-item .item-main .item-ttl {
    margin-top: -2vw;
}

#top .p-service .container .sec-main .service-item:nth-child(2) .item-main .sec-more,
#top .p-service .container .sec-main .service-item:nth-child(3) .item-main .sec-more {
    margin-top: 5vw;
}

#top .p-service .container .sec-main .service-swiper {
    height: 600px;
}

#top .p-news .container .sec-ttl .sec-ctn {
    line-height: 2.5;
    padding-top: 30px;
}

#top .p-news .container .news-main {
    width: 65%;
}

#top .p-news .container .news-main .news-item {
    position: relative;
}

#top .p-news .container .news-main .news-item::before,
#news .p-news .container .news .news-item::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-image: url(../img/news_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#top .p-member .container {
    max-width: 1090px;
    transform: initial;
}

#top .p-member .container .member-main figure {
    transform: translateX(calc((100vw - 1090px) / 2));
}

@media screen and (min-width: 1540px) {
    #top .p-member .container .member-main figure {
        transform: translateX(150px);
    }
}
@media screen and (max-width: 1370px) {
    #top .p-member .container {
        padding: 0 5%;
    }
    .member-main {
        width: 70%;
    }
}

@media screen and (max-width: 1280px) {
    #top .p-member .container .member-main figure {
        transform:initial;
    }
}

@media screen and (max-width: 1000px) {
    .member-main {
        width: 65%;
    }
}


#top .p-recruit .container .sec-ttl .sec-more {
    border: none;
}

.banner .container {
    max-width: 1050px;
}

.banner .container .link-wrap .sec-more {
    background: linear-gradient(45deg, #FF6331, #FF5050);
}

/* about usページ */

@media screen and (max-width: 1370px) {
    #about .p-ibasho .container,
    #about .p-fv .container {
        max-width: initial;
        padding-right: 5%;
        padding-left: 5%;
    }
}

#about .p-ibasho .container .strenth .strenth-main .strenth-item {
    width: 100%;
}

#about .p-ibasho .container .strenth .strenth-main .strenth-item figure {
    min-width: 157px;
}

#about .p-member {
    padding-bottom: 100px;
}

#about .p-company {
    padding-top: 85px;
}

#about .p-member .container .ceo {
    gap: 5%;
}

#about .p-member .container .ceo .ceo-img {
    width: 40%;
}

#about .p-member .container .ceo .ceo-main {
    width: 55%;
}

.ttl-jp {
    font-size: 20px!important;
    line-height: 1.2!important;
    font-weight: 500!important;
}

.ttl-en {
    font-size: 40px!important;
    line-height: 1.2!important;
    padding-top: 0!important;
    width: max-content!important;
    margin: auto!important;
}

#service_1 .p-detail .container .ttl .ttl-en,
#service_2 .p-detail .container .ttl .ttl-en {
    width: max-content;
    margin: auto;
}

#service_1 .p-detail .container .detail-main {
    align-items: stretch !important;
}

#service_1 .p-detail .container .detail-main .detail-item .item-main .ctn {
    line-height: 2;
    overflow: initial;
    max-height: initial;
    display: block;
}

.txt_gra_new {
    background: linear-gradient(90deg, #FF6331 0%, #FF5050 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#about .p-recruit .container .sec-ttl .sec-ttl-jp {
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

#company .container {
    max-width: 1120px;
}

/* service1ページ */

#service_1 .p-feature .container .feature-main,
#service_2 .p-feature .container .feature-main {
    justify-content: space-between;
}

#service_1 .p-feature .container .feature-main .feature-img,
#service_2 .p-feature .container .feature-main .feature-img {
    width: 45%;
    min-width: initial;
    overflow: initial;
    transform: translateX(-32%);
}

#service_1 .p-feature .container .feature-main .feature-img img,
#service_2 .p-feature .container .feature-main .feature-img img {
    min-width: 628px;
    border-radius: 20px;
}

#service_1 .p-feature .container .feature-main .main-ctn,
#service_2 .p-feature .container .feature-main .main-ctn {
    width: 53%;
    max-width: initial;
}

#service_1 .p-feature .container .feature-main .main-ctn .detail {
    width: 120%;
}

#service_1 .p-feature .container,
#service_2 .p-feature .container {
    max-width: 1120px;
}

#service_3 .p-bar .container .bar .bar-main .sec-ttl .ttl-en {
    transform: initial;
}

#service_3 .p-bar .container .bar .bar-main {
    width: 40%;
}

#service_3 .p-bar .container .bar .bar-img {
    width: 55%;
}

#service_3 .p-bar .container .info .info-item,
#service_3 .p-menu .container .menu-main .menu-item {
    width: 47.5%;
    max-width: initial;
}

@media screen and (max-width: 1370px) {
    #service_1 .p-feature .container .feature-main .feature-img,
    #service_2 .p-feature .container .feature-main .feature-img {
        transform: translateX(-15vw);
    }
}

.slick-dots {
    bottom: -60px;
}

.slick-dots li {
    width: 26px;
    height: 26px;
    margin: 0 5.5px;
}

.slick-dots li button {
    width: 26px;
    height: 26px;
    background: #FFF;
    border-radius: 50%;
}

.slick-active button {
    background-color: #e4511c!important;
}
#news .p-news .container .news .news-item .news-ctn {
    gap: 0;
}

#news .p-news .container .news .news-item .news-ctn .cats .cat:last-child {
    background-color: #333;
    color: #fafafa;
}

#news .p-news .container .news .news-item .news-ctn .ttl {
    padding-top: 8px;
}

#news .p-news .container .news .news-item .news-ctn .date {
    line-height: 1.8;
}

#news .p-news .container .news .news-item .news-ctn .detail * {
    padding-top: 12px;
    line-height: 20px;
}

#service_2 .p-study .container .study-main {
    padding-top: 40px;
}

#about .p-member .container .members .member .member-ctn .info {
    font-weight: 500;
}

#about .p-member .container .members .member .member-ctn .name {
    line-height: 1.5;
    margin-bottom: 20px;
}

.footer-main .footer-link {
    align-items: stretch;
}

.footer-sns {
    display: flex;
    height: auto;
    gap: 13px;
    margin-top: auto;
}

.footer-main .footer-link > .footer-sns > li {
    margin-bottom: 0;
}

.footer-main .footer-link > .footer-sns > li a {
    display: block;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .header .header-menu-sp {
        padding: 100px 5% 16px;
    }
}



@media screen and (max-width: 769px) {
    .ttl-jp {
        font-size: 18rem!important;
        line-height: 1.8!important;
    }
    .ttl-en {
        font-size: 26rem!important;
        line-height: 1.2!important;
    }
    p {
        font-size: 16rem!important;
        line-height: 1.5!important;
        font-weight: 500!important;
    }
    #top .p-about {
        padding-bottom: 50px;
    }
    #top .p-about-img {
        width: 100%;
    }
    #top .p-about .container .sec-ctn {
        margin-bottom: 30px;
        line-height: 2;
    }
    #top .p-about .container .p-about-content {
        margin-right: 5%;
    }
    #top .p-service .container .sec-main .service-item {
        padding: 24rem 16rem;
        align-items: center;
    }
    #top .p-service .container .sec-main .service-item .item-main {
        width: 100%;
        min-width: initial;
    }
    #top .p-service .container .sec-main .service-item .item-main .item-ctn {
        width: 100%;
        line-height: 2!important;
        font-size: 13rem!important;
    }
    #top .p-service .container .sec-main .service-item .bg-item {
        width: 30vw;
        top: -10vw;
        left: 6vw;
    }
    #top .p-service .container .sec-main .service-item .sec-more {
        overflow: initial;
    }
    #top .p-service .container .sec-main .service-swiper,
    #top .p-service .container .sec-main .service-item {
        height: 145vw !important;
    }
    #top .p-service .container .sec-main .service-item .item-main .mark {
        position: absolute;
    }
    .mark.forsp {
        position: absolute;
        top: 5vw;
        right: 5vw;
        width: 20vw;
    }
    .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
        top: 14%;
    }
    #top .p-news {
        padding: 50rem 0;
    }
    #top .p-news .container .sec-ttl {
        padding-top: 0;
    }
    #top .p-news .container .news-main {
        width: 100%;
    }
    #top .p-news .container .news-main .news-item .item-ctn .ttl {
        font-size: 18rem;
        font-weight: 700;
    }
    #top .p-news .container .news-main .news-item .item-ctn .detail * {
        width: 90%;
        font-size: 14rem;

    }
    #top .p-news .container .news-main .news-item .item-ctn .date {
        font-size: 14rem;
    }
    .member-main {
        width: 100%;
    }
    #top .p-member .container .member-main figure {
        height: initial;
    }
    #top .p-recruit .container .sec-ttl .sec-ttl-jp.fz-20 {
        margin-top: 30rem;
        line-height: 2;
        font-size: 18rem;
    }
    #about .p-ibasho .container figure {
        margin-bottom: 50rem;
    }
    #about .p-ibasho .container .strenth .strenth-main .strenth-item figure {
        min-width: initial;
    }
    #about .p-ibasho .container .strenth .strenth-img {
        max-width: 300px;
    }
    #about .p-ibasho .strenth-slider figure {
        padding: 0 5%;
    }
    #about .p-member {
        padding: 50rem 0;
    }
    #about .p-member .container .ceo .ceo-img,
    #about .p-member .container .ceo .ceo-main {
        width: 100%;
        max-width: initial;
    }
    #about .p-member .container .ceo .ceo-img {
        height: initial;
    }
    #about .p-member .container .ceo .ceo-main .ttl {
        font-size: 20rem;
    }
    #about .p-member .container .ceo .ceo-main .ctn,
    #about .p-member .container .ceo .ceo-main .name {
        line-height: 2;
        font-size: 16rem;
    }
    #about .p-member .container .members .member .member-ctn .name {
        font-size: 20rem;
        margin-bottom: 10rem;
    }
    #about .p-member .container .members .member .member-ctn .info {
        font-weight: 400;
    }
    #about .p-member .container .members {
        width: 110%;
        margin-left: -5%;
        gap: 0;
    }
    #about .p-member .container .members .member {
        padding: 5%;
        border-radius: 0;
    }
    #about .p-company {
        padding-bottom: 50rem;
    }
    #about .p-recruit .container .sec-ttl .sec-ttl-jp.fz-20 {
        margin-top: 30rem;
        line-height: 2;
        font-size: 18rem;
    }
    #service_1 .p-feature .container .feature-main .feature-img,
    #service_1 .p-feature .container .feature-main .main-ctn,
    #service_1 .p-feature .container .feature-main .main-ctn .detail,
    #service_2 .p-feature .container .feature-main .feature-img,
    #service_2 .p-feature .container .feature-main .main-ctn,
    #service_2 .p-feature .container .feature-main .main-ctn .detail {
        width: 100%;
    }
    #service_1 .p-feature .container .feature-main .main-ctn .detail {
        font-size: 16rem;
    }
    #service_1 .p-detail .container .detail-main .detail-item .item-main .ttl,
    #service_2 .p-detail .container .detail-main .detail-item .item-main .item-ttl,
    #service_2 .p-event .container .address .address-main .address-ctn .ttl,
    #service_2 .p-event .container .address .address-main .address-ctn .lists .list-ttl,
    #service_3 .p-event .container .address .address-main .address-ctn .ttl,
    #service_3 .p-event .container .address .address-main .address-ctn .lists .list-ttl {
        font-size: 24rem;
    }
    #service_1 .p-detail .container .detail-main .detail-item .item-main .ctn,
    #service_2 .p-detail .container .detail-main .detail-item .item-main .ctn,
    #service_2 .p-study .container .study-main .study-slider .study-item .item-main .item-ctn,
    #service_2 .p-event .container .address .address-main .address-ctn .ctn,
    #service_3 .p-bar .container .bar .bar-main .bar-ctn,
    #service_3 .p-event .container .address .address-main .address-ctn .ctn {
        line-height: 2;
        font-size: 16rem;
    }
    #service_1 .p-feature .container .feature-main .feature-img,
    #service_2 .p-feature .container .feature-main .feature-img {
        transform: initial;
    }
    #service_1 .p-feature .container .feature-main .feature-img img,
    #service_2 .p-feature .container .feature-main .feature-img img {
        min-width: initial;
    }
    #service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-ttl {
        line-height: 1;
        font-size: 24rem;
    }
    #service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-ctn {
        font-size: 16rem;
    }
    #service_1 .p-study .container .study-main .study-slider .study-item .item-main .item-detail .detail-ttl {
        font-size: 18rem;
    }
    /* #service_1 .p-study .container .study-main .study-slider .study-item {
        justify-content: initial;
        min-height: 205vw;
    } */
    #service_3 .p-ibasho .container p {
        font-size: 16rem;
    }
    #service_3 .p-bar .container .bar .bar-main .sec-ttl .ttl-en {
        margin: auto;
    }
    #service_3 .p-bar .container .bar .bar-main,
    #service_3 .p-bar .container .bar .bar-img,
    #service_3 .p-bar .container .info .info-item,
    #service_3 .p-menu .container .menu-main .menu-item {
        width: 100%;
    }
    #service_3 .p-bar .container .info .info-item .info-ttl,
    #service_3 .p-menu .container .menu-main .menu-item .ttl {
        font-size: 24rem;
    }
    #service_3 .p-bar .container .info .info-item .info-ctn,
    #service_3 .p-menu .container .menu-main .menu-item .ctn {
        font-size: 16rem;
        font-weight: 500;
        padding-top: 0;
    }
    #service_3 .p-menu .container .sec-ttl .ttl-en {
        transform: initial;
    }
    #career .p-study .container .study-main .study-slider .study-item .item-main .item-ttl {
        font-size: 20rem;
    }
    #news .p-news .container .news .news-item {
        padding: 24rem 0;
    }
    #news .p-news .container .news .news-item .news-ctn {
        gap: 0;
    }
    #news .p-news .container .news .news-item .news-ctn .date {
        font-weight: 500;
        line-height: 1.8;
    }
    #news .p-news .container .news .news-item .news-ctn .ttl {
        font-size: 18rem;
        padding-top: 8rem;
        font-weight: 700;
        line-height: 1.2;
    }
    #news .p-news .container .news .news-item .news-ctn .detail {
        max-width: initial;
    }
    #news .p-news .container .news .news-item .news-ctn .detail * {
        width: 90%;
        padding-top: 16rem;
    }
    #news .p-news .container .news .news-item .news-ctn .cats .cat {
        font-size: 13rem;
        padding: 6px 12px;
    }

    .p-recruit .sec-ttl {
        width: initial;
    }
    #news .p-news .container .news .news-item .news-ctn .cats .cat:last-child {
        border: 0;
    }
    #career .p-issue .container .recruit-ttl {
        font-size: 26rem
    }
    
}

