/* HOME PAGE > COMMON COMPONENTS */

:root {
    --color-orange: #ed8a3f;
    --color-dark: #00333f;
}

.text-orange {
    color: var(--color-orange) !important;
}


.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mt-20 {
    margin-top: 20px;
}

.common-title .common-title__sub {
    color: var(--color-orange);
    font-size: 29px;
    font-weight: 600;
}

.common-title .common-title__main {
    color: var(--color-dark);
    font-size: 90.87px;
    line-height: 1em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.common-title .common-title__underline {
    display: flex;
}

.common-title .common-title__desc {
    margin-top: 40px;
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.8em;
    letter-spacing: -0.2px;
}

@media (max-width: 640px) {
    .common-title .common-title__sub {
        font-size: 22px;
    }

    .common-title .common-title__main {
        font-size: 60.87px;
        margin-top: 0;
    }

    .common-title .common-title__underline img {
        width: 110px;
    }

    .common-title .common-title__desc {

        font-size: 15px;

    }
}

@media (max-width: 376px) {
    .common-title .common-title__sub {
        font-size: 18px;
    }

    .common-title .common-title__main {
        font-size: 50.87px;
        margin-top: 0;
    }

    .common-title .common-title__desc {
        font-size: 13px;
    }
}


@media (max-width: 325px) {

    .common-title .common-title__desc {
        font-size: 11px;
    }
}

/*  */

.common__sec {
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}

@media (max-width: 640px) {
    .common__sec {
        width: 92%;
        padding: 65px 0;
    }
}

@media (max-width: 1300px) {
    .common__sec {
        width: 90%;
    }
}

.common-button {
    border: 1px solid var(--color-orange);
    position: relative;
    min-width: max-content;
    text-align: center;
    border-radius: 50px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
}


.common-button a {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-button a p {
    width: 100%;
    text-align: center !important;
    font-family: Roboto,
        'Noto Sans JP',
        sans-serif;
}

.common-button.button-orange {
    background-color: var(--color-orange);
}



.common-button.button-orange a {
    text-align: center;
}

.common-button.button-orange a p {
    text-align: center;
    line-height: 1.35em;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.common-button.button-white {
    background-color: #fff;
}


.common-button.button-white a {
    text-align: center;
}

.common-button.button-white a p {
    text-align: center;
    line-height: 1.35em;
    color: var(--color-orange);
    font-size: 17px;
    font-weight: 600;
}


@media (max-width: 640px) {
    .common-button {

        height: 55px;
    }

    .common-button.button-orange a p {
        font-size: 15px;
        font-weight: 500;

    }

    .common-button.button-white a p {
        font-size: 15px;
        font-weight: 500;
    }
}

@media (max-width: 340px) {
    .common-button.button-orange a p {
        font-size: 15px;

    }
}

/* HOME PAGE > CUSTOM HERO BANNER */

#atf {
    margin-bottom: 0 !important;
}

/* HOME PAGE > CUSTOM HERO BANNER > BEGIN TITLE CONTAINER  */
#recruitSite #atf>.titleWrap {
    height: max-content;
    bottom: 0;
    padding-left: 10%;
}

@media (max-width: 640px) {
    #recruitSite #atf>.titleWrap {
        padding-left: 5%;
        padding-top: 15%;
    }
}

@media (max-width: 390px) {
    #recruitSite #atf>.titleWrap {        
        padding-top: 17.5%;
    }
}

/* END TITLE CONTAINER  */

#atf>.titleWrap.custom-hero-text {
    top: 70%;
    transform: translateY(-50%);
    height: max-content;
}

#atf>.custom-hero-text .sub-title {
    color: #00333f !important;
    font-size: 31px;
    margin-bottom: 45px;
    margin-left: 0;
    letter-spacing: 0px;
}

#atf>.custom-hero-text .sub-title h1,
#atf>.custom-hero-text h3,
#atf>.custom-hero-text p {
    line-height: 1;
}

.innerPage #atf.active>.titleWrap * {
    transition: none;
    transition-delay: 0;
}

#atf>.custom-hero-text h1 {
    /* margin-bottom: 45px; */
    font-size: 35px;
    color: #5a5a5a !important;
}

#atf>.custom-hero-text h1 >.text-dark{
    color: #5a5a5a !important
}

#atf>.custom-hero-text h1 >.line {
    margin-bottom: 45px;   display:inline-block;
}

#atf>.custom-hero-text .highlight {
    color: #5ec7e0 !important;
    background: #fff;
    font-size: 60px;
    padding: 5px 15px;
    line-height: 1;
    margin-right: 6px;
    letter-spacing: 10px;
}

#atf>.custom-hero-text .hero__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 70px;
}

#atf>.custom-hero-text .hero__actions .common-button {
    width: 53.02%;
    position: relative;
}

#atf>.custom-hero-text .hero__actions .common-button a p::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#atf>.custom-hero-text .hero__actions .common-button.button-white a p {
    color: var(--color-orange) !important;
}

@media (max-width: 640px) {
    #atf>.custom-hero-text {
        padding-right: 20px !important;
        height: max-content !important;
        top: 30% !important;
        margin: 0 !important;
    }

    #atf>.custom-hero-text .sub-title {
        font-size: 15px;
        margin-bottom: 34px;
        margin-left: 0;
    }

    #atf > .custom-hero-text .sub-title img {
        max-width: 90%;
        height: auto;
    }
    
    #atf>.custom-hero-text h1 {
        font-size: 24px;
        /* margin-bottom: 18px; */
    }

    #atf>.custom-hero-text h1 >.line {
        margin-bottom: 18px;
    }
    
    #atf>.custom-hero-text .highlight {
        font-size: 33px;
        padding: 2px 10px;
        margin-right: 2px;
        letter-spacing: 1px;
    }

    #atf>.custom-hero-text .hero__actions {
        margin-top: 40px;
        gap: 10px;
    }

    #atf>.custom-hero-text .hero__actions .common-button {
        width: 100%;
    }

    #atf>.custom-hero-text .hero__actions .common-button a p {
        font-weight: 500;
    }
    #atf>.custom-hero-text .hero__actions .common-button a p::after {
        width: 20px;
    }

    #atf>.custom-hero-text>p {
        font-size: 14px;
    }
}

@media (max-width: 340px) {
    #atf>.custom-hero-text .sub-title {
        font-size: 13px;
    }

    #atf>.custom-hero-text .highlight {
        font-size: 25px;
    }

    #atf>.custom-hero-text h1 {
        font-size: 20px;
    }
}

/*  HOME PAGE > SECTION SERVICE */

.service__sec .service__inner {
    margin-top: 50px;
}

.service__sec .service__inner .service__item {
    display: flex;
}

.service__sec .service__inner .service__item .service__item__header {
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
    background-color: var(--bg-color);
}

.service__sec .service__inner .service__item .service__item__header.bg-service-1 {
    --bg-color: #007691;
}

.service__sec .service__inner .service__item .service__item__header.bg-service-2 {
    --bg-color: #0094b6;
}

.service__sec .service__inner .service__item .service__item__header.bg-service-3 {
    --bg-color: #00b0d9;
}

.service__sec .service__inner .service__item .service__item__header.bg-service-4 {
    --bg-color: #80d8ec;
}

.service__sec .service__inner .service__item .service__item__header::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 25px solid var(--bg-color);
    /* Use the background color */
    z-index: 2;
}

.service__sec .service__inner .service__item .service__item__header.no-down-chevron::after {
    content: none;
}

.service__sec .service__inner .service__item .service__item__header p {
    color: white;
    font-size: 20px;
    letter-spacing: 4px;
}

.service__sec .service__inner .service__item .service__item__body {
    background-color: #f3f8fa;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 35px 5%;
    border-bottom: 4px solid #fff;
}

.service__sec .service__inner .service__item.last-item .service__item__body {
    border-bottom: 4px solid #f3f8fa;
}

.service__sec .service__inner .service__item .service__item__body .image-container {
    width: 30%;
}

.service__sec .service__inner .service__item .service__item__body .image-container img {
    width: 80%;
    aspect-ratio: 1/1;
    margin: auto;
}

.service__sec .service__inner .service__item .service__item__body .text-container {
    flex: 1;

}

.service__sec .service__inner .service__item .service__item__body .text-container p {
    font-size: 16px;
    line-height: 1.8em;
}

.service__sec .service__inner .service__actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    width: 70%;
    margin: 65px auto 0;
}

.service__sec .service__inner .service__actions .common-button {
    flex: 1;
}

@media (max-width: 640px) {
    .service__sec {
        padding: 65px 0;
    }

    .service__sec .service__inner .service__item .service__item__header {
        width: 50px;
    }

    .service__sec .service__inner .service__item .service__item__header::after {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        z-index: 2;
        bottom: calc(-25px + 1px);
    }



    .service__sec .service__inner .service__item .service__item__body {
        flex-direction: column;
        gap: 20px;
    }

    .service__sec .service__inner .service__item .service__item__body .image-container {
        width: 80%;
        text-align: center;
    }

    .service__sec .service__inner .service__item .service__item__body .text-container p {
        font-size: 14px;
        line-height: 1.5em;
    }

    .service__sec .service__inner .service__actions {
        flex-direction: column;
        width: 100%;
    }

    .service__sec .service__inner .service__actions .common-button {
        flex: unset;
        width: 100%;
        padding: 15px 0;
    }
}

@media (max-width: 375px) {
    .service__sec .service__inner .service__item .service__item__header p {
        font-size: 15px;
    }

    .service__sec .service__inner .service__item .service__item__body .text-container p {
        font-size: 13px;
    }
}

@media (max-width: 325px) {
    .service__sec .service__inner .service__item .service__item__header p {
        font-size: 13 px;
    }
}

/*  HOME PAGE > SECTION REASONS */
.reasons__sec {
    position: relative;
}

.reasons__sec .reasons__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.reasons__sec .reasons__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reasons__sec .reasons__container {
    position: relative;
    z-index: 1;
    padding-top: 165px;
}

.reasons__sec .reasons__container .reasons__table {
    margin: 65px 0;
    --table-blue: #5ec7e0;
}

.reasons__sec .reasons__contasiner .reasons__table .table {
    width: 100%;
    border-collapse: collapse;
}

.reasons__sec .reasons__container .reasons__table .table .thead {
    width: 100%;
}

.reasons__sec .reasons__container .reasons__table .table .thead .tr {
    width: 100%;
    display: flex;
}

.reasons__sec .reasons__container .reasons__table .table .thead .tr .th {
    background-color: #e4e4e4;
    border: 1px solid #aeaeae;
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.reasons__sec .reasons__container .reasons__table .table .thead .tr .th:first-child {
    background-color: transparent;
    border: none;
}

.reasons__sec .reasons__container .reasons__table .table .thead .tr .theadFirst {
    background-color: var(--table-blue) !important;
    border-bottom: 1px solid #fff !important;
}

.reasons__sec .reasons__container .reasons__table .table .thead .tr .theadFirst {
    opacity: 1 !important;
}

.reasons__sec .reasons__container .reasons__table .table .thead .tr .th:nth-child(2) {
    background-color: var(--table-blue) !important;
    width: 28%;
    border: 5px solid var(--color-orange);
    border-bottom: none;
}

.reasons__sec .reasons__container .reasons__table .table .thead .tr .th p {
    color: #626262;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5em;
}

.reasons__sec .reasons__container .reasons__table .table .tbody {
    width: 100%;
}

.reasons__sec .reasons__container .reasons__table .table .tbody .tr {
    width: 100%;
    display: flex;
}

.reasons__sec .reasons__container .reasons__table .table .tbody .tr .td {
    background-color: #fafafa;
    width: 18%;
    border: 1px solid #aeaeae;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    flex-direction: column;
}

.reasons__sec .reasons__container .reasons__table .table .tbody .tr .td p {
    text-align: center;
    color: #626262;
    margin-top: 10px;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1.5em;

}

.reasons__sec .reasons__container .reasons__table .table .tbody .tr .td p.text-blue {
    color: var(--table-blue);
}

.reasons__sec .reasons__container .reasons__table .table .tbody .tr .td:first-child {
    background-color: var(--table-blue);
    border: 1px solid var(--table-blue);
    border-bottom: 1px solid #fff;
    font-weight: 600;
}

.reasons__sec .reasons__container .reasons__table .table .tbody .tr:last-child .td:first-child {
    border-bottom: 1px solid var(--table-blue);
}

.reasons__sec .reasons__container .reasons__table .table .tbody .tr .td:first-child p {
    color: #fff;
    line-height: 1.5em;
    font-size: 19px;
}

.reasons__sec .reasons__container .reasons__table .table .tbody .tr .td:nth-child(2) {
    background-color: #f5fdff;
    width: 28%;
    border-top: 1px solid var(--table-blue);
    border-bottom: 1px solid var(--table-blue);
    border-left: 5px solid var(--color-orange);
    border-right: 5px solid var(--color-orange);
}

.reasons__sec .reasons__container .reasons__table .table .tbody .tr:last-child .td:nth-child(2) {
    border-bottom: 5px solid var(--color-orange);
}

.reasons__sec .reasons__container .reasons__table .table .tbody .tr .td:nth-child(2) p {
    color: var(--table-blue);
}

.reasons__sec .reasons__container .reasons__actions {
    width: 40%;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .reasons__sec .reasons__container {
        padding-top: 100px;
    }

    .reasons__sec .reasons__container .reasons__table {
        margin: 50px 0;
        overflow-x: scroll;

    }

    .reasons__sec .reasons__container .reasons__table .table {
        width: max-content;
    }

    .reasons__sec .reasons__container .reasons__table p {
        line-height: 1.5;
    }

    .reasons__sec .reasons__container .reasons__table .table .thead .tr .th {
        width: 165px;
    }

    .reasons__sec .reasons__container .reasons__table .table .thead .tr .th:first-child {
        width: 125px;
        position: sticky;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .reasons__sec .reasons__container .reasons__table .table .tbody .tr .td {
        width: 165px;
    }

    .reasons__sec .reasons__container .reasons__table .table .tbody .tr .td:first-child {
        width: 125px;
        position: sticky;
        left: 0;
        top: 0;
    }

    .reasons__sec .reasons__container .reasons__table .table .thead .tr .th:nth-child(2) {
        border: 3px solid var(--color-orange);
        border-bottom: none;
        width: 250px;
    }

    .reasons__sec .reasons__container .reasons__table .table .thead .tr .th p {
        font-size: 12px;
    }

    .reasons__sec .reasons__container .reasons__table .table .thead .tr .th:nth-child(2) img {
        width: 50%;
        margin: 0 auto;
    }

    .reasons__sec .reasons__container .reasons__table .table .tbody .tr .td:first-child p {
        font-size: 12px;
    }

    .reasons__sec .reasons__container .reasons__table .table .tbody .tr .td:nth-child(2) {
        border-left: 3px solid var(--color-orange);
        border-right: 3px solid var(--color-orange);
        width: 250px;
    }

    .reasons__sec .reasons__container .reasons__table .table .tbody .tr .td img {
        width: 35px;
    }

    .reasons__sec .reasons__container .reasons__table .table .tbody .tr .td p {
        font-size: 10px;
    }

    .reasons__sec .reasons__container .reasons__table .table .tbody .tr .td p.text-orange,
    .reasons__sec .reasons__container .reasons__table .table .tbody .tr .td p.text-blue {
        font-size: 12px;
        font-weight: 600;
    }

    .reasons__sec .reasons__container .reasons__actions {
        width: 100%;
        margin: 60px auto 25px;
    }

    .reasons__sec .reasons__container .reasons__table .table-sp {
        width: 100%;
    }

    .reasons__sec .reasons__container .reasons__table .table-sp .thead .tr {}

    .reasons__sec .reasons__container .reasons__table .table-sp .thead .tr .th {}
}

/* HOME PAGE > SECTION SEO */

.seo__sec {
    position: relative;
    width: 100%;
    height: max-content;
    padding: 200px 0;
}

.seo__sec .seo__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.seo__sec .seo__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seo__sec .seo__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.seo__sec .seo__inner .title {
    color: #fff;
    font-size: 35px;
    letter-spacing: 2px;
    text-align: center;
}

.seo__sec .seo__inner .seo__actions {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.seo__sec .seo__inner .seo__actions .button__container {
    width: 25%;
}

.seo__sec .seo__inner .seo__actions .button__container>p {
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 640px) {
    .seo__sec {
        padding: 100px 0 150px;
    }

    .seo__sec .seo__inner {
        width: 90%;
        margin: 0 auto;
        gap: 25px;
    }

    .seo__sec .seo__inner .title {
        font-size: 25px;
    }

    .seo__sec .seo__inner img {
        width: 110px;
    }

    .seo__sec .seo__inner .seo__actions {
        flex-direction: column;
        gap: 40px;
    }

    .seo__sec .seo__inner .seo__actions .button__container {
        width: 100%;
    }

    .seo__sec .seo__inner .seo__actions .button__container>p {
        font-size: 13px;
    }

    .seo__sec .seo__inner .seo__actions .button__container>p img {
        width: 10px;
    }
}


@media (max-width: 374px) {
    .seo__sec .seo__inner .title {
        font-size: 22px;

    }

    .seo__sec .seo__inner .seo__actions .button__container>p {
        font-size: 11px;
        letter-spacing: 0;
    }
}

/* HOME PAGE > SECTION DOWNLOAD */
.download__sec {}

.download__sec .download__inner {
    width: 100%;
    margin: 0 auto;
}

.download__sec .download__inner .download__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 35px;
    margin: 90px auto 120px;
}

.download__sec .download__inner .download__list .item {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background-color: #f5f5f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.download__sec .download__inner .download__list_sp .item {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background-color: #f5f5f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.download__sec .download__inner .download__list .item .item__img,
.download__sec .download__inner .download__list_sp .item .item__img {
    width: 100%;
}

.download__sec .download__inner .download__list .item .item__title,
.download__sec .download__inner .download__list_sp .item .item__title {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}

.download__sec .download__inner .download__list .item .item__title .title,
.download__sec .download__inner .download__list_sp .item .item__title .title {
    margin-bottom: 25px;
}

.download__sec .download__inner .download__list .item .item__title .download-btn,
.download__sec .download__inner .download__list_sp .item .item__title .download-btn {
    font-size: 12px;
    letter-spacing: 0.01em;
    display: inline-block;
    background: #fff;
    color: #116277;
    border: 2px solid #116277;
    padding: 2px 40px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s ease;
}

.download__sec .download__inner .download__actions {
    width: 40%;
    margin: 0 auto;
}

@media (max-width: 640px) {
    .download__sec .download__inner .download__list {
        display: none;
        justify-content: flex-start;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        gap: 10px;
        margin: 50px auto;
    }

    .download__sec .download__inner .download__list_sp .item {
        border-radius: 16px;
    }

    .download__sec .download__inner .download__list_sp .item .item__title .title {
        font-size: 17px;
        letter-spacing: 0px;
    }

    .download__sec .download__inner .download__list_sp .item .item__title {
        padding: 13px;
    }

    .download__list_sp {
        padding: 65px 0 20px;
    }

    .download__list_sp .swiper-pagination {
        position: relative;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .download__list_sp .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }

    .download__list_sp .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #5ec7e0;
    }

    .download__sec .download__inner .download__actions {
        width: 100%;
    }
}

@media (max-width: 1367px) {
    .download__sec .download__inner .download__list {
        width: 100%;
    }

    .download__sec .download__inner .download__list .item {
        width: calc(100% / 2.5 - 50px);
    }
}

/* HOME PAGE > SNS SECTION */

.sns__sec .sns__inner {
    width: 100%;
    margin: 65px auto 45px;
}

.sns__sec .sns__inner .sns__list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: stretch;
}

.sns__sec .sns__inner .sns__list .sns__item {
    width: calc(100% / 2 - 25px);
    position: relative;
    padding-bottom: 100px;
}

.sns__sec .sns__inner .sns__list .sns__item .title {
    border-left: 7px solid #5ec7e0;
    padding: 8px 25px;
    letter-spacing: 2px;
    font-size: 19px;
}

.sns__sec .sns__inner .sns__list .sns__item .thumbnail {
    width: 100%;
    margin: 50px 0 20px;
    aspect-ratio: 16/9;
}

.sns__sec .sns__inner .sns__list .sns__item .thumbnail.x-thumbnail {
    aspect-ratio: 3/2;
}

.sns__sec .sns__inner .sns__list .sns__item .desc p {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.sns__sec .sns__inner .sns__list .sns__item .action {
    width: 80%;
    margin: 50px auto 0;
    position: absolute;
    bottom: 0;
    left: 0;
    left: 10%;
}

.sns__sec .sns__inner .sns__list .sns__item .action .button__youtube {
    background: #ff0302;
    border: 1px solid #ff0302;
}

.sns__sec .sns__inner .sns__list .sns__item .action .button__x {
    background: #0f1419;

    border: 1px solid #0f1419;
}

.sns__sec .sns__inner .sns__list .sns__item .action .button__youtube a,
.sns__sec .sns__inner .sns__list .sns__item .action .button__x a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    padding: 5px 50px;
    gap: 35px;
}

.sns__sec .sns__inner .sns__list .sns__item .action .button__youtube a p,
.sns__sec .sns__inner .sns__list .sns__item .action .button__x a p {
    font-size: 19px;
    margin: 0;
    font-weight: 600;
}

.sns__sec .sns__inner .sns__list .sns__item .action .button__youtube a img,
.sns__sec .sns__inner .sns__list .sns__item .action .button__x a img {
    width: 48px;
    height: 48px;
}

@media (max-width: 640px) {
    .sns__sec .sns__inner {
        width: 100%;
        margin: 50px auto;
    }

    .sns__sec .sns__inner .sns__list {
        flex-direction: column;
    }

    .sns__sec .sns__inner .sns__list .sns__item {
        width: 100%;
        height: max-content;
        padding-bottom: 80px;
    }

    .sns__sec .sns__inner .sns__list .sns__item .title {
        padding: 6px 20px;
        letter-spacing: 1px;
        font-size: 17px;
    }

    .sns__sec .sns__inner .sns__list .sns__item .thumbnail {
        height: 200px;
        margin: 35px 0;
    }

    .sns__sec .sns__inner .sns__list .sns__item .thumbnail.x-thumbnail {
        height: 350px;
        overflow: hidden;
    }

    .sns__sec .sns__inner .sns__list .sns__item .desc p {

        margin-bottom: 10px;
    }

    .sns__sec .sns__inner .sns__list .sns__item .action {
        width: 100%;
        left: 0;
        margin: 30px auto 0;
    }

    .sns__sec .sns__inner .sns__list .sns__item .action .button__x a,
    .sns__sec .sns__inner .sns__list .sns__item .action .button__youtube a {
        padding: 4px 17px;
        gap: 13px;
    }

    .sns__sec .sns__inner .sns__list .sns__item .action .button__x a p,
    .sns__sec .sns__inner .sns__list .sns__item .action .button__youtube a p {
        font-size: 15px;
        font-weight: 500;
    }

    .sns__sec .sns__inner .sns__list .sns__item .action .button__youtube a img,
    .sns__sec .sns__inner .sns__list .sns__item .action .button__x a img {
        width: 28px;
        height: 28px;
    }
}

/* HOME PAGE > NEWS */
.news__sec {
    --news-blue: #5ec7e0;
}

.news__sec .news__container {
    padding: 200px 0;
}

.news__sec .news__container .news__list {
    margin: 65px 0;
}

.news__sec .news__container .news__list .news__item {
    background-color: #fff;
    border-bottom: 2px solid var(--news-blue);
    width: 100%;
    display: flex;
    align-items: center;
}

.news__sec .news__container .news__list .news__item .info {
    width: 25%;
    display: flex;
    align-items: center;
}

.news__sec .news__container .news__list .news__item .info .date {
    width: 40%;
    padding: 0;
    color: var(--news-blue);
    text-align: right;
    margin-right: 20px;
    margin-bottom: 0;
    letter-spacing: 0px;
}

.news__sec .news__container .news__list .news__item .info .tag {
    width: 60%;
}


.news__sec .news__container .news__list .news__item .info .tag span {
    background: var(--news-blue);
    padding: 5px 20px;
    color: #fff;
}

.news__sec .news__container .news__list .news__item .info .tag span a {
    color: #fff;
    letter-spacing: 0px;
}

.news__sec .news__container .news__list .news__item .title {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 50px;
}

.news__sec .news__container .news__list .news__item .title p {
    font-weight: 500;
    margin-bottom: 0;
    color: #373737;
    font-size: 16px;
    letter-spacing: 1px;
}

@media (max-width: 640px) {
    .news__sec .news__container {
        padding: 65px 0;
    }

    .news__sec .news__container .news__list .news__item {
        flex-direction: column;
        padding: 15px 0px;
    }

    .news__sec .news__container .news__list .news__item .info {
        width: 100%;
    }

    .news__sec .news__container .news__list .news__item .info .date {
        width: max-content;
        padding: 0 18px;
        margin-right: 0;
    }

    .news__sec .news__container .news__list .news__item .info .tag {
        width: max-content;
    }

    .news__sec .news__container .news__list .news__item .info .tag span {
        padding: 5px 10px;
    }

    .news__sec .news__container .news__list .news__item .title {
        width: 100%;
        align-items: start;
        padding: 20px;
        gap: 30px;
        padding-bottom: 10px;
    }

    .news__sec .news__container .news__list .news__item .title p {
        font-size: 16px;
        letter-spacing: 0.5px;
        font-weight: 400;
        line-height: 1.8em;

    }
}

/* HOME PAGE > CONTACT SECTION */
.contact__sec {}

.contact__sec .contact__inner {
    display: flex;
    justify-content: center;
}

.contact__sec .contact__inner .contact__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.contact__sec .contact__inner .contact__item:last-child {
    border-left: 1px solid #00333f;
}

.contact__sec .contact__inner .contact__item:first-child {
    border-right: 1px solid #00333f;
}

.contact__sec .contact__inner .contact__item .title {
    letter-spacing: 2px;
    font-size: 27px;
    text-align: center;
}

.contact__sec .contact__inner .contact__item img {
    width: 110px;
    margin-top: 10px;
}

.contact__sec .contact__inner .contact__item>p {
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.7em;
}

.contact__sec .contact__inner .contact__item .action {
    width: 60%;
    margin: 50px auto 0;
}

@media (max-width: 640px) {
    .contact__sec .contact__inner {
        flex-direction: column;
    }

    .contact__sec .contact__inner .contact__item {
        padding: 30px 0 75px;
    }

    .contact__sec .contact__inner .contact__item:first-child {
        border-right: none;
        border-bottom: 1px solid #00333f;
    }

    .contact__sec .contact__inner .contact__item:last-child {
        border-left: none;
        border-top: 1px solid #00333f;
        padding-top: 75px;
    }

    .contact__sec .contact__inner .contact__item .title {
        letter-spacing: 1px;
        font-size: 18px;
    }

    .contact__sec .contact__inner .contact__item img {
        width: 95px;
    }

    .contact__sec .contact__inner .contact__item>p {
        margin-top: 20px;
        font-size: 12px;
    }

    .contact__sec .contact__inner .contact__item .action {
        width: 100%;
        margin: 25px auto 0;
    }
}

@media (max-width: 325px) {
    .contact__sec .contact__inner .contact__item .title {
        letter-spacing: 0px;
        font-size: 15px;
    }

    .contact__sec .contact__inner .contact__item>p {
        font-size: 10px;
    }
}


/* HOME PAGE > PERFORMANCE SECTION */
.performance__sec {
    width: 100%;
}

.performance__sec .performance__title {
    width: 80%;
    margin: 0 auto;
}

.performance__sec .performance__inner {
    padding: 100px 0;
}

.performance__sec .swiper {
    width: 100%;
    height: 100%;
}

.performance__sec .swiper-slide {
    text-align: center;
    font-size: 18px;
}

.performance__sec .swiper-slide a .img {
    max-height: 400px;
    background-color: #616161;
    width: 100%;
    overflow: hidden;
}

.performance__sec .swiper-slide a p {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: -0.5px;
}

.performance__sec .swiper-slide img {
    display: block;
}

.performance__sec .performance__actions {
    width: 40%;
    margin: 100px auto 50px;
}

@media (max-width: 640px) {

    .performance__sec .performance__inner {
        padding: 100px 0 50px;
    }

    .performance__sec .performance__title {
        width: 92%;
        margin: 0 auto;
    }

    .performance__sec .swiper-slide a .img {}

    .performance__sec .performance__actions {
        width: 90%;
        margin: 75px auto 15px;
    }
}

/* HOME PAGE > COLUMN SECTION */
.column__sec {
    width: 100%;
}

.column__sec .column__title {
    width: 80%;
    margin: 0 auto;
}

.column__sec .column__inner {
    padding: 100px 0;
}

.column__sec .column__inner .swiper-wrapper .img {
    /* height: 350px; */
}

.column__sec .column__inner .swiper-wrapper p {
    margin: 0;
    line-height: 1.3em;
}

.column__sec .column__inner .swiper-wrapper p.mt-25 {
    margin-top: 25px;
}

.column__sec .column__inner .swiper-wrapper p.date {
    margin-top: 10px;
    font-size: 13px;
}

.column__sec .column__inner .column__actions {
    width: 90%;
    margin: 100px auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.column__sec .column__inner .column__actions .common-button {
    width: max-content;
    min-width: 25%;
}

@media (max-width: 640px) {
    .column__sec .column__title {
        width: 92%;
    }

    .column__sec .column__inner {
        padding-top: 65px;
        padding-bottom: 0;
    }

    .column__sec .column__inner .swiper-wrapper .img {}

    .column__sec .column__inner .swiper-wrapper p {
        font-size: 15px;
    }

    .column__sec .column__inner .column__actions {
        flex-direction: column;
    }

    .column__sec .column__inner .column__actions {
        margin: 70px auto 0;
    }

    .column__sec .column__inner .column__actions .common-button {
        flex: 1;
        width: 100%;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.pt-120-pc {
    padding-top: 120px;
}

@media (max-width: 640px) {
    .pt-120-pc {
        padding-top: 0;
    }
}

.twitter-tweet {
    /* max-height: 450px !important; */
    overflow: auto !important;
}

.twitter-tweet iframe {
    /* max-height: 450px !important; */
}


#recruitSite.innerPage #atf>.bgWrap>.inner>.bgMain {
    padding-bottom: 0 !important;
}

#atf.recruit-home {
    height: 700px;
    position: relative !important;
}

@media (max-width: 640px) {

    body {

        overflow-x: hidden;
    }

    .swiper-backface-hidden .swiper-slide:first-child {
        margin-left: 5%;
    }

    #atf.recruit-home {
        height: 71vh;
        min-height: 640px;
    }
}
/*  */
@media (max-width: 390px) {
    #atf.recruit-home {
        height: 75vh;
    }
}
/*  */
@media (max-width: 380px) {

    #atf.recruit-home {
        height: 91vh;
        min-height: 610px;
    }

    #recruitSite #atf>.titleWrap {
        padding-top: 15%;
    }
}

@media (max-width: 325px) {
    #atf.recruit-home {
        height: 90vh;
        min-height: 550px;
    }

    #recruitSite #atf>.titleWrap {
        padding-top: 30%;
    }
}

.twitter-tweet {
    max-height: 100% !important;
    margin: auto;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

@media (max-width: 640px) {
    .downloadSwiper .swiper-slide:first-child{
        margin: auto;
    }
<<<<<<< HEAD
}
=======
}
>>>>>>> main
