@charset "UTF-8";
.banner-home {
    height: 900px;
    position: relative;
}

.banner-home::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.menu-pc {
    position: fixed;
    width: 100vw;
    flex-direction: column;
    top: 0px;
    padding: 0;
    margin-top: 0px;
    padding-top: 70px;
    color: #000;
    background-color: #fff;
    right: -150vw;
    transition: right 0.5s;
    justify-content: start;
    display: block;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
}

.menu-pc::before {
    content: "";
    width: 971px;
    height: calc(100vh - 588px);
    background-image: url(../images/index/bg-job.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 588px;
}

.menu-open .menu-pc {
    right: 0;
    z-index: 10;
    overflow: hidden;
    margin-right: 0;
}

.slide-home-content {
    padding-top: 400px;
}

.text-banner {
    font-size: 3.4rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-family: "Zen Old Mincho", serif;
}

.img-content {
    text-align: right;
    margin-top: 60px;
    margin-right: -90px;
}

.box-popup {
    max-width: 650px;
    margin: 0 auto;
    position: absolute;
    bottom: -90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.box-pop-video {
    display: flex;
    padding: 10px;
    padding-right: 20px;
    background: #fff;
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    align-items: center;
    position: relative;
}

.img-pop-video {
    width: 202px;
}

.text-pop-vid {
    flex: 1;
    padding-left: 26px;
}

.text-en {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #0bb1dd;
    margin-bottom: 5px;
}

.text-jp {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0bb1dd;
    letter-spacing: 0.1em;
}

.home-work-left {
    height: 808px;
    position: relative;
}

.home-work-left::after {
    content: "";
    width: 576px;
    height: 680px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -175px;
    right: 45px;
    z-index: -1;
}

.img-work {
    position: absolute;
    height: 100%;
    right: 30px;
}

.img-work img {
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.box-link-work {
    padding: 8px;
    position: relative;
    max-width: 832px;
    margin: 0 auto;
}

.box-link-work::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-border.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.box-link-work:hover .box-link-work-inner::after {
    transform: scale(1.1);
}

.box-link-work .box-link-work-inner::before {
    transition: all 0.5s;
}

.box-link-work:hover .box-link-work-inner::before {
    background-image: url(../images/index/button-right-hover.svg);
}

.box-link-work-inner {
    padding: 65px 75px 0;
    position: relative;
    min-height: 265px;
    overflow: hidden;
    border-radius: 10px;
}

.box-link-work-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-btn-work.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    transition: 0.3s;
}

.box-link-work-inner::before {
    content: "";
    width: 68px;
    height: 68px;
    background-image: url(../images/index/button-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    bottom: 28px;
}

.work-title-jp {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
}

.work-title-en {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    z-index: 1;
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
}

.work-title-en::after {
    content: "";
    width: 156px;
    height: 115px;
    background-image: url(../images/index/bg-son.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: -42px;
    z-index: -1;
}

.home-work {
    position: relative;
}

.home-work::after {
    content: "";
    width: 100%;
    height: calc(100% - 105px);
    background-image: url(../images/index/bg-work-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 105px;
    left: 0;
    z-index: -3;
}

.col-12:last-child .box-home-pick {
    border-right: 1px solid #000000;
}

.box-home-pick {
    padding: 0 30px;
    min-height: 347px;
    border-left: 1px solid #000000;
    position: relative;
}

.box-home-pick::after {
    content: "";
    width: 19px;
    height: 18px;
    background-image: url(../images/index/icon-rigjt.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    bottom: 12px;
}

.box-home-pick .box-date-cat {
    margin-top: 13px;
}

.box-home-pick .date {
    width: 108px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #949494;
    border-right: 1px solid #aeaeae;
    margin-right: 20px;
    min-height: 31px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}

.box-home-pick a.cat {
    color: #2f86bc;
}

.title-pick {
    padding-top: 20px;
}

.title-pick a {
    font-weight: 500;
    line-height: 1.4375;
    letter-spacing: 0.1em;
}

a.btn.btn-main {
    border-radius: 23px;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
}

a.btn.btn-main span {
    border: 1px solid #333333;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 23px;
    min-width: 225px;
    padding: 0 40px;
}

a.btn.btn-main span::after {
    content: "";
    width: 36px;
    height: 36px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-right.svg);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #50aed9;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    right: 18px;
}

a.btn.btn-main:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    border-radius: 23px;
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    transform: none;
}

a.btn.btn-main:hover {
    border-color: transparent;
}

a.btn.btn-main:hover span {
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    color: #fff;
    transform: translate(4px, 4px);
}

a.btn.btn-main:hover span::after {
    background-color: #fff;
}

a.btn.btn-main.btn-home-single {
    width: auto;
}

a.btn.btn-main.large {
    border-radius: 30px;
}

a.btn.btn-main.large span {
    min-width: 325px;
    justify-content: flex-start;
    border-radius: 30px;
    min-height: 67px;
}

a.btn.btn-main.large::before {
    border-radius: 30px;
}

a.btn.btn-main.btn-blank span::after {
    mask-image: url(../images/intership/icon-blank.svg);
    -webkit-mask-image: url(../images/intership/icon-blank.svg);
}

.mr--40 {
    margin-right: -40px;
}

.box-home-about {
    display: flex;
}

.home-about-right {
    width: 500px;
}

.home-about-left {
    flex: 1;
    padding-right: 60px;
    position: relative;
    height: 521px;
}

.img-about img {
    max-width: unset;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-about {
    position: absolute;
    right: 60px;
    height: 100%;
}

.main-title-en {
    font-size: 7.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: -moz-fit-content;
    width: fit-content;
    color: #50aed9;
    line-height: 1;
}

.main-title-jp {
    font-size: 2.3rem;
    font-weight: bold;
    color: #50aed9;
    letter-spacing: 0.1em;
}

.main-title.center {
    text-align: center;
}

.main-title.center .main-title-en {
    margin: 0 auto;
}

.home-pick {
    position: relative;
}

.home-pick::after {
    content: "";
    width: 941px;
    height: 1540px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/index/bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: -140px;
    z-index: -5;
}

.home-pick .work-title {
    display: flex;
    gap: 30px;
    align-items: center;
}

.home-pick .work-title-en {
    margin-bottom: 0;
    color: #50aed9;
}

.home-pick .work-title-en::after {
    display: none;
}

.home-pick .work-title-jp {
    color: #333;
}

.home-about {
    position: relative;
}

.home-about::after {
    content: "";
    width: 604px;
    height: 641px;
    background-image: url(../images/index/favi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -60px;
    right: -55px;
    z-index: -5;
    opacity: 0.1;
}

.box-home-job {
    display: flex;
    align-items: center;
}

.job-right {
    flex: 1;
    text-align: right;
    margin-right: -50px;
}

.box-job-left {
    width: 320px;
}

.home-job {
    position: relative;
}

.home-job .main-title-jp {
    color: #fff;
}

.home-job::after {
    content: "";
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    top: 30px;
    left: 0;
    background-image: url(../images/index/bg-job.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
}

.box-content-office {
    max-width: 620px;
    margin: 0 auto;
    border-radius: 50%;
}

.box-content-office-inner {
    border-radius: 50%;
    min-height: 620px;
    padding-top: 75px;
    position: relative;
}

.box-content-office-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/index/bg-border-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.img-office-left {
    position: absolute;
    top: 0;
    left: -325px;
}

.img-office-right {
    position: absolute;
    bottom: 0;
    right: -150px;
}

.home-office {
    position: relative;
}

.home-office::after {
    content: "";
    width: 1052px;
    height: 1468px;
    position: absolute;
    right: -440px;
    top: -240px;
    background-image: url(../images/index/bg-5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -3;
}

.box-interview-inner {
    padding: 0 28px 185px;
    position: relative;
    max-width: 358px;
}

.box-interview-inner::after {
    content: "";
    width: 1px;
    height: 430px;
    background-color: #7db3c6;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.img-interview {
    text-align: center;
    position: relative;
}

.img-interview::after {
    content: "";
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background-image: url(../images/index/bg-dot-inter.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 12px;
    left: -8px;
    z-index: -1;
}

.img-interview-inner {
    overflow: hidden;
}

.img-interview-inner img {
    transition: 0.3s;
}

.box-text-interivew {
    position: absolute;
    bottom: 0;
    background: #fff;
    border-radius: 30px;
    height: 215px;
    right: 0;
    padding: 20px 15px;
    max-width: 305px;
    box-shadow: 0 0 10px 0 rgba(39, 132, 173, 0.25);
}

.home-interview .box-link-work::before {
    pointer-events: none;
    cursor: default;
}

.box-text-interivew::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/index/icon-right-1.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    bottom: 23px;
}

.title-interview a {
    padding: 0 15px 20px;
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #107699;
    line-height: 1.66;
    display: block;
    min-height: 110px;
    margin-bottom: 20px;
}

.title-interview a::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.info-interview {
    font-size: 1.4rem;
    color: #666666;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.slide-interview .slick-list {
    overflow: visible;
}

.slide-interview .slide-arrow {
    position: absolute;
    cursor: pointer;
    top: 150px;
    left: -40px;
    z-index: 2;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    border: none;
}

.slide-interview .slide-arrow.next-arrow {
    left: auto;
    right: -40px;
}

.home-interview {
    position: relative;
}

.home-interview::after {
    content: "";
    width: 936px;
    height: 911px;
    position: absolute;
    top: 340px;
    left: -160px;
    background-image: url(../images/index/bg-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
}

.home-interview::before {
    content: "";
    width: 492px;
    height: 523px;
    background-image: url(../images/index/favi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -170px;
    left: -60px;
    z-index: -5;
    opacity: 0.1;
}

.home-interview .box-link-work {
    max-width: 100%;
    padding: 11px;
}

.home-interview .box-link-work::after {
    background-image: url(../images/index/bg-border-3.png);
    background-size: 100% 100%;
}

.home-interview .box-link-work::before {
    content: "";
    width: 576px;
    height: 680px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -88px;
    right: -180px;
    z-index: -1;
}

.home-interview .box-link-work-inner {
    min-height: 433px;
    padding: 65px 0 0;
}

.home-interview .box-link-work-inner::after {
    background-image: url(../images/index/img-inter.jpg);
}

.home-interview .box-link-work-inner::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
}

.home-interview .img-inter {
    max-width: 837px;
}

.home-recruit .main-title-en {
    font-size: 5rem;
}

.home-recruit .main-title-jp {
    font-size: 2rem;
    color: #333;
    margin-top: 9px;
}

.box-home-link {
    display: flex;
    gap: 10px;
}

.home-link-left {
    width: 50%;
}

.home-link-left a {
    display: block;
    margin-bottom: 6px;
}

.home-link-left a:last-child {
    margin-bottom: 0;
}

.home-link-right {
    width: 50%;
}

.home-link a {
    background-color: #fff;
    display: block;
    border-radius: 6px;
}

.home-link a img {
    transition: 0.3s;
}

.home-link a:hover {
    opacity: 1;
}

.home-link a:hover img {
    opacity: 0.7;
}

.footer-logo {
    max-width: 335px;
}

.title-interview {
    position: relative;
    z-index: 1;
}

.title-interview::after {
    content: "";
    width: 110px;
    height: 114px;
    background-image: url(../images/index/after-title.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

footer .box-social {
    max-width: 254px;
    margin-left: auto;
}

.box-flex-footer {
    display: flex;
}

.footer-link {
    width: 50%;
}

a.link-footer {
    display: block;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

a.link-footer::after {
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.3s;
}

a.link-footer:hover::after {
    width: 100%;
}

a.link-footer:hover {
    opacity: 1;
}

.box-social a {
    display: block;
    margin-bottom: 20px;
}

.box-social a:last-child {
    margin-bottom: 0;
}

.popup-cont {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 238, 238, 0.8);
    z-index: 1;
}

.show-popup .popup-cont {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.popup-cont-video {
    width: 100%;
    max-width: 1000px;
    position: relative;
}

.popup-cont-video video {
    width: 100%;
    height: auto;
}

.close-popup {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
}

footer {
    position: relative;
}

footer::after {
    content: "";
    width: 100%;
    background-image: url(../images/index/bg-footer.jpg);
    height: calc(100% + 186px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.img-loading {
    text-align: center;
}

.img-loading img {
    max-width: 760px;
}

.box-flex-menu {
    display: flex;
    gap: 65px;
}

.menu-list {
    width: 365px;
}

.menu-list>a {
    display: flex;
    min-height: 75px;
    align-items: center;
    padding-left: 30px;
    border-bottom: 1px solid rgba(77, 77, 77, 0.5);
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
}

.menu-list>a span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #50AED9;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.5s;
    width: 0;
}

.menu-list>a:hover span:after {
    width: 100%;
}

.menu-list>a:last-child {
    margin-bottom: 0;
}

.menu-list>a:hover {
    opacity: 1;
    color: #50AED9;
}

.menu-list>a::after {
    content: "";
    width: 15px;
    height: 14px;
    background-image: url(../images/index/icon-rigjt.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}

.menu-list>a::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #0bb1dd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    border-radius: 50%;
}

.box-button-menu {
    flex: 1;
}

.box-button-menu .home-link-left {
    width: 100%;
}

.box-button-menu .home-link-left a {
    margin-bottom: 20px;
}

.list-flex-video {
    margin-top: -160px;
    position: relative;
    display: flex;
}

.list-flex-video .box-social {
    width: 210px;
}

.list-flex-video .box-popup {
    top: 0;
    bottom: auto;
    max-width: 517px;
    position: static;
    margin-left: 100px;
    margin-right: 0;
    transform: none;
}

.list-flex-video .box-popup .img-pop-video {
    width: 160px;
}

.list-flex-video .text-en {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.list-flex-video .text-jp {
    font-size: 1.4rem;
}

.list-flex-video .button-video {
    width: 100px;
}

.list-flex-video .box-pop-video {
    padding: 8px;
    padding-right: 18px;
}

.box-text-logo {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.text-menu {
    font-size: 5.7rem;
    letter-spacing: 0.4em;
    font-weight: bold;
    color: #50aed9;
    line-height: 1;
    margin-right: 70px;
    padding-bottom: 8px;
}

.page-header {
    height: 410px;
    position: relative;
}

.page-header::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-page.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.page-header::before {
    content: "";
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.page-header-title {
    padding-top: 160px;
}

.title-en {
    font-size: 8.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
}

.title-jp {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

.sub-title {
    font-size: 2.6rem;
    font-weight: bold;
    min-height: 80px;
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #0bb1dd;
    position: relative;
    letter-spacing: 0.1em;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.sub-title::before {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}

.box-info-cap {
    position: absolute;
    width: 438px;
    height: 126px;
    bottom: 0;
    right: -142px;
    background: #fff;
    padding: 30px 50px 25px;
    letter-spacing: 0.1em;
}

.box-info-cap h2 {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.box-info-cap h2 img {
    width: 124px;
}

.box-info-cap::before {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.box-img-message {
    position: relative;
}

.message-01 {
    position: relative;
}

.message-01::after {
    content: "";
    width: 603px;
    height: 641px;
    background-image: url(../images/index/favi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    opacity: 0.1;
}

.message-01::before {
    content: "";
    width: 612px;
    height: 912px;
    background-image: url(../images/message/bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -15px;
    right: -70px;
    z-index: -2;
}

.message-02 {
    position: relative;
}

.message-02::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/message/bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.box-title-message {
    border-radius: 20px;
    padding: 5px;
    background: linear-gradient(90deg, rgb(18, 83, 185) 0%, rgb(42, 255, 252) 48%, rgb(255, 217, 42) 100%);
    margin-bottom: 30px;
    opacity: 0.9;
}

.title-message-cont {
    border-radius: 18px;
    min-height: 290px;
    text-align: center;
    background-color: #fff;
}

.img-text img {
    height: 60px;
}

.box-message-top {
    position: relative;
    top: -40px;
    margin-bottom: 20px;
}

.box-message-top p {
    font-size: 5rem;
    font-weight: bold;
    color: #50aed9;
    letter-spacing: 0.1em;
}

.box-message-top h2 {
    font-size: 2.6rem;
    color: #50aed9;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.img-message-left {
    height: 390px;
    position: relative;
}

.img-message-left img {
    height: 100%;
    max-width: unset;
    position: absolute;
    right: -30px;
    top: 0;
}

.row-reverse .tex-message-right {
    margin-left: 0;
}

.row-reverse .img-message-left img {
    left: -30px;
}

.tex-message-right {
    line-height: 2.375;
    letter-spacing: 0.1em;
    max-width: 455px;
    margin-left: auto;
    text-align: justify;
}

.message-3 {
    position: relative;
}

.message-3::after {
    content: "";
    width: 681px;
    height: 663px;
    background-image: url(../images/index/bg-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -175px;
    right: -275px;
    z-index: -5;
}

.message-3::before {
    content: "";
    width: 681px;
    height: 663px;
    background-image: url(../images/index/bg-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -26px;
    left: -240px;
    z-index: -5;
}

.title-about {
    font-size: 2rem;
    padding-left: 110px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.1em;
}

.title-about::after {
    content: "";
    width: 81px;
    height: 2px;
    background-color: #50aed9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.img-data {
    margin-bottom: 15px;
}

.img-data svg {
    width: 100%;
    height: auto;
}

.title-cs {
    font-size: 4.4rem;
    font-weight: bold;
    color: #50aed9;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 0.1em;
    position: relative;
}

.title-cs::after {
    content: "";
    width: 418px;
    height: 3px;
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title-cs.small {
    font-size: 2.6rem;
    padding-bottom: 20px;
}

.title-cs.title-cross {
    font-size: 3.5rem;
}

.show-on .off {
    display: none;
}

.show-off .on {
    display: none;
}

.show-off .title-cs::after {
    background: linear-gradient(90deg, #2afffc 0%, #1253b9 100%);
}

.show-off .box-single-interview::after {
    background-image: url(../images/index/bg-off.jpg);
}

.show-off a.btn.btn-on {
    color: #ec5a24;
}

.show-off a.btn.btn-on::after {
    background-color: #ec5a24;
}

.show-off #interview-qna::after {
    display: none;
}

.show-off h2.title-interview {
    color: #fff;
}

.show-off .box-info-employ p {
    color: #fff;
}

.show-off .box-info-employ p::after {
    background-color: #fff;
}

.box-single-interview-top {
    display: flex;
}

.box-img-interview {
    width: 864px;
    position: relative;
}

.box-interview-top {
    flex: 1;
    padding-left: 40px;
    padding-top: 50px;
}

.box-name-interview {
    max-width: 320px;
}

h2.title-interview {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #0071b7;
    line-height: 1.5;
    padding-bottom: 55px;
    border-bottom: 2px solid;
    margin-bottom: 35px;
    margin-top: 35px;
}

.img-interview-cs img {
    border-radius: 20px;
}

.box-info-employ {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 2.15;
}

.box-info-employ p {
    position: relative;
    padding-left: 30px;
}

.box-info-employ p:after {
    content: "";
    width: 18px;
    height: 18px;
    background: #0071b7;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 14px;
}

.box-single-interview {
    position: relative;
}

.box-single-interview::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-on.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.interview-career {
    position: relative;
}

.interview-career::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-career.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.text-on-off {
    position: absolute;
    width: 202px;
    height: 202px;
    top: -5px;
    left: -8px;
}

a.cat.interview-cat {
    min-height: 40px;
    border-radius: 20px;
    font-size: 2rem;
    font-weight: 500;
    min-width: 150px;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
}

.box-interview-staff {
    display: flex;
    flex-wrap: wrap;
}

.box-staff-left {
    width: 568px;
    margin-right: 55px;
}

.box-staff-right {
    flex: 1;
    max-width: 1000px;
    margin-left: auto;
    margin-right: 100px;
}

.title-about {
    width: 100%;
    margin-bottom: 45px;
}

.interview-story {
    position: relative;
}

.interview-story::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-story.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.interview-story-cont {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 40px;
    letter-spacing: 0.1em;
}

.single-interview .title-cs {
    font-size: 2.6rem;
}

.single-artist .title-cs {
    font-size: 2.6rem;
}

.box-career {
    display: flex;
    border: 1px solid #0bb1dd;
    min-height: 90px;
    align-items: center;
    padding: 5px 60px;
    margin-bottom: 33px;
    background-color: #fff;
    position: relative;
}

.box-career:last-child {
    margin-bottom: 0;
}

.box-career:last-child::after {
    display: none;
}

.box-career::after {
    content: "";
    width: 32px;
    height: 18px;
    background-color: #0bb1dd;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.box-title-career {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    color: #0bb1dd;
    letter-spacing: 0.1em;
}

.box-content-career {
    width: 50%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.year-career {
    margin-right: 35px;
    width: -moz-fit-content;
    width: fit-content;
}

.title-career {
    flex: 1;
}

.box-schedule {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.box-title-schedule {
    width: 390px;
    display: flex;
    align-items: center;
}

.year-schedule {
    width: 92px;
    text-align: right;
    font-size: 3rem;
    font-weight: bold;
    color: #0bb1dd;
    letter-spacing: 0.1em;
}

.title-schedule {
    flex: 1;
    padding-left: 30px;
    letter-spacing: 0.1em;
    font-size: 2.3rem;
    color: #0bb1dd;
    font-weight: bold;
}

.box-content-schedule {
    flex: 1;
    padding-left: 45px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.75;
}

.img-list-schedule {
    max-width: 918px;
    display: flex;
    gap: 22px;
    margin: 0 auto;
}

.text-offtime {
    max-width: 470px;
    line-height: 1.875;
    letter-spacing: 0.1em;
}

a.btn.btn-on {
    max-width: 400px;
    min-height: 100px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 20px;
    justify-content: flex-start;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.2;
    color: #29a6dd;
    box-shadow: 0 0 6px 0 rgba(41, 171, 206, 0.75);
}

a.btn.btn-on img {
    width: 77px;
    margin-right: 20px;
}

a.btn.btn-on::after {
    width: 35px;
    height: 35px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-right.svg);
    background-color: #29a6dd;
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    right: 20px;
}

.interview-qna {
    position: relative;
}

.interview-qna::after {
    content: "";
    width: 1052px;
    height: 1468px;
    background-image: url(../images/index/bg-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -200px;
    right: -640px;
    z-index: -1;
}

.interview-qna::before {
    content: "";
    width: 1052px;
    height: 1468px;
    background-image: url(../images/index/bg-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 375px;
    left: -700px;
    z-index: -1;
}

#interview-qna {
    position: relative;
}

#interview-qna::after {
    content: "";
    width: 1052px;
    height: 1468px;
    background-image: url(../images/index/bg-5.png);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -522px;
    right: -640px;
    z-index: -6;
    opacity: 0.5;
}

.interview-img-schedule {
    position: relative;
}

.interview-img-schedule::after {
    content: "";
    width: 100%;
    height: 162px;
    background-color: #dcf3f9;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: -4;
}

.interview-schedule {
    position: relative;
}

.interview-schedule::before {
    content: "";
    width: 1052px;
    height: 1468px;
    background-image: url(../images/index/bg-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 262px;
    left: -620px;
    z-index: -1;
}

.box-btn-fixed {
    position: fixed;
    right: 0;
    top: 260px;
    z-index: 10;
}

.box-btn-fixed a.btn {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-left: 0;
    padding-top: 20px;
    width: 84px;
    height: 388px;
    border-radius: 10px 0 0 10px;
    letter-spacing: 0;
}

.box-btn-fixed a.btn img {
    margin-right: 0;
    margin-bottom: 5px;
}

.box-btn-fixed a.btn::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 23px;
    top: auto;
    right: auto;
}

.off-time {
    position: relative;
}

.off-time::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-6.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.list-schedule {
    position: relative;
}

.list-schedule::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #0bb1dd;
    position: absolute;
    top: 0;
    left: 390px;
}

.interview-1 {
    position: relative;
}

.interview-1::after {
    content: "";
    width: 1052px;
    height: 1468px;
    background-image: url(../images/index/bg-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -200px;
    right: -550px;
    z-index: -1;
}

.interview-1::before {
    content: "";
    width: 1052px;
    height: 1468px;
    background-image: url(../images/index/bg-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 400px;
    left: -440px;
    z-index: -1;
}

.interview-1 .title-cs {
    font-size: 2.6rem;
}

.interview-list {
    position: relative;
}

.interview-list::after {
    content: "";
    width: 1052px;
    height: 1468px;
    background-image: url(../images/index/bg-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -500px;
    right: -550px;
    z-index: -1;
}

.box-interview:hover .img-interview-inner img {
    transform: scale(1.1);
}

.box-interview:hover .box-text-interivew::after {
    background-image: url(../images/index/icon-right-hover.svg);
}

.interview-list .box-interview {
    margin-bottom: 65px;
}

.interview-list .col-6:nth-child(3n+1) .box-interview-inner::after {
    display: none;
}

.sidebar-list {
    position: relative;
}

.sidebar-list::after {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #c7c7c7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-radius: 3px;
}

.page-news .page-header::after {
    background-image: url(../images/index/bg-page-news.jpg);
}

.page-navi {
    position: relative;
}

.page-navi::after {
    content: "";
    width: calc(100% - 30px);
    max-width: 1000px;
    height: 1px;
    background-color: #50aed9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.single-qna .title-line .title-single span {
    font-size: 3.5rem;
    color: #50aed9;
    margin-right: 10px;
}

.single-qna .post-content {
    padding-left: 40px;
    position: relative;
    padding-bottom: 100px;
}

.single-qna .post-content::after {
    content: "A.";
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #e81c24;
    position: absolute;
    left: 0;
    top: 45px;
}

#single-content {
    position: relative;
}

#single-content::after {
    content: "";
    width: 1087px;
    height: 857px;
    background-image: url(../images/index/bg-7.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -155px;
    right: -335px;
    z-index: -6;
}

.info-job {
    display: flex;
    border: 1px solid #cccccc;
}

.info-job:not(:last-child) {
    border-bottom: none;
}

.info-job-left {
    width: 204px;
    min-height: 57px;
    background: #ebf3f7;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 18px 30px;
    color: #0071b7;
    border-right: 1px solid #cccccc;
}

.info-job-right {
    flex: 1;
    padding: 18px 30px;
    background-color: #fff;
    line-height: 1.75;
}

.toggle-recruit .toggle-hd {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    border: 1px solid #333333;
    background-color: #fff;
    min-height: 116px;
    display: flex;
    align-items: center;
    padding-left: 60px;
    border-radius: 60px;
    position: relative;
}

.toggle-recruit .toggle-hd span {
    font-size: 5rem;
    color: #50aed9;
    margin-right: 45px;
}

.toggle-recruit .toggle-hd::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    top: 9px;
    left: 9px;
    z-index: -1;
    position: absolute;
    border-radius: 60px;
}

.toggle-recruit .toggle-hd::before {
    content: "";
    width: 64px;
    height: 64px;
    background-image: url(../images/index/icon-right.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(90deg);
}

.toggle-recruit .toggle-hd.active::before {
    transform: translateY(-50%) rotate(-90deg);
}

.box-year {
    display: flex;
    gap: 30px;
}

.box-year label {
    font-weight: 500;
}

.box-year label input[type=text] {
    width: 74px;
    margin-right: 14px;
}

.box-year label:first-child input {
    width: 120px;
}

.input-file {
    display: none;
    /* Ẩn input file thật */
}

.custom-file-label {
    display: inline-block;
    padding: 6px 12px;
    background-color: #f7f7f7;
    color: #353535;
    border-radius: 4px;
    font-size: 1.5rem;
    cursor: pointer;
    border: 1px solid #545454;
}

.custom-file-label:hover {
    background-color: #3a9cd9;
}

#file-name {
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 20px;
}

.box-file {
    padding-top: 16px;
}

.single-recruit-link {
    position: relative;
}

.single-recruit-link::after {
    content: "";
    width: 100%;
    height: 140px;
    background-color: #e2f1f7;
    position: absolute;
    bottom: 70px;
    z-index: -1;
    left: 0;
}

#single-contact {
    position: relative;
}

#single-contact::after {
    content: "";
    width: 1087px;
    height: 857px;
    background-image: url(../images/index/bg-7.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -260px;
    left: -490px;
    z-index: -6;
}

.block-title {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #0bb1dd;
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.block-title::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    top: 0;
    left: -50px;
}

#recruit {
    position: relative;
}

#recruit::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-news-1.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#recruit .block-title {
    color: #fff;
}

#qna .box-cat a {
    margin: 0;
}

.box-list-recruit {
    position: relative;
    padding: 40px 0px 45px;
}

.box-list-recruit::after {
    content: "";
    width: calc(100% + 100px);
    height: calc(100% + 120px);
    background-color: #fff;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: -1;
    opacity: 0.95;
}

#qna {
    position: relative;
}

#qna::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f5fdff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#qna::before {
    content: "";
    width: 1087px;
    height: 857px;
    background-image: url(../images/index/bg-qna.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -330px;
    right: -500px;
    z-index: -1;
}

#qna .news-item.item-list .title a span {
    font-size: 2.6rem;
    color: #0bb1dd;
    padding-right: 10px;
}

.about-item {
    display: flex;
}

.slide-about-left {
    width: 618px;
    padding-top: 10px;
}

.slide-about-right {
    flex: 1;
    padding-left: 50px;
    max-width: 455px;
    position: relative;
}

.slide-about-right h3 {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #0bb1dd;
    margin-bottom: 20px;
    margin-top: 20px;
}

.slide-about-right p {
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.9375;
}

.box-slide-about .slide-arrow {
    position: absolute;
    cursor: pointer;
    width: 77px;
    height: 77px;
    top: 285px;
    left: -30px;
    z-index: 2;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    border: none;
}

.box-slide-about .slide-arrow.next-arrow {
    left: auto;
    right: -30px;
}

.box-slide-about ul.slick-dots {
    left: 73%;
}

.box-slide-about {
    position: relative;
}

.about-02 {
    position: relative;
}

.about-02::after {
    content: "";
    width: 100%;
    height: 317px;
    background-image: url(../images/message/bg-slide-about.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -3;
}

.about-03 {
    position: relative;
}

.about-03::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/message/bg-about-3.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.about-03 .title-cs {
    color: #fff;
}

.about-03 .title-cs::after {
    background: #fff;
}

.page-about .title-about {
    margin-bottom: 0;
}

.page-about .page-header::after {
    background-image: url(../images/index/bg-page-about.jpg);
}

.about-01 {
    position: relative;
}

.about-01::after {
    content: "";
    width: 1052px;
    height: 1468px;
    background-image: url(../images/index/bg-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -547px;
    top: 60px;
    z-index: -1;
}

.about-01::before {
    content: "";
    width: 1052px;
    height: 1468px;
    background-image: url(../images/index/bg-5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -490px;
    bottom: -130px;
    z-index: -1;
}

#about-01 {
    position: relative;
}

#about-01::after {
    content: "";
    width: 603px;
    height: 641px;
    background-image: url(../images/index/favi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.1;
}

.slide-job .slick-list {
    margin: 0 -5px;
}

.slide-job .slick-slide {
    padding: 0 5px;
}

.img-job-item img {
    width: 100%;
}

.job-2 .box-interview-inner {
    padding: 0 24px 150px;
}

.job-2 .box-text-interivew {
    max-width: 248px;
    padding: 15px 13px;
    height: auto;
    right: 5px;
}

.job-2 .title-interview a {
    font-size: 1.6rem;
    padding-bottom: 18px;
    min-height: 98px;
    margin-bottom: 15px;
}

.job-2 .box-text-interivew::after {
    width: 32px;
    height: 32px;
}

.job-2 .box-interview-inner::after {
    height: 351px;
}

.job-2 .col-6:first-child .box-interview-inner::after {
    display: none;
}

.job-2 .title-cs {
    font-size: 2.3rem;
    padding-bottom: 15px;
    color: #7320af;
}

.job-2 .title-cs::after {
    width: 122px;
}

.box-artist-list {
    margin-left: -25px;
    margin-right: -25px;
}

.job-2 {
    position: relative;
}

.job-2::after {
    content: "";
    width: 1352px;
    height: 826px;
    background-image: url(../images/index/bg-8.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -480px;
    bottom: 88px;
    z-index: -2;
}

.job-2::before {
    content: "";
    width: 100%;
    height: 706px;
    background-image: url(../images/index/bg-9.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flex-job-right {
    max-width: 450px;
    margin: auto 0 0 auto;
}

.title-job {
    position: relative;
    margin-bottom: 25px;
    padding: 5px 0 10px;
    color: #7320af;
}

.title-job::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(0deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    left: -25px;
    top: 0;
}

.title-job-en {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.title-job-jp {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

.box-artist a.btn.btn-main span {
    justify-content: flex-start;
    padding: 0 30px;
}

.flex-job-right h3 {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.58;
    margin-bottom: 15px;
}

.flex-job-right p {
    letter-spacing: 0.1em;
    line-height: 1.875;
}

.flex-job-left {
    height: 465px;
    position: relative;
}

.img-job-left {
    position: absolute;
    right: 0;
    top: 0;
}

.img-job-left img {
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tabs-nav {
    display: flex;
    background-color: #fff;
    padding: 0 40px;
    border-radius: 36px;
    justify-content: space-between;
    gap: 10px;
}

.tabs-nav li {
    width: 20%;
    max-width: 177px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    color: #7320af;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.35;
    position: relative;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.tabs-nav li span {
    font-size: 1.8rem;
}

.tabs-nav li::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #7320af;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    border-radius: 3px;
}

.tabs-nav li.active::after {
    display: block;
}

.tabs-nav .tab-group-2 {
    color: #e81c24;
}

.tabs-nav .tab-group-2::after {
    background-color: #e81c24;
}

.tabs-nav .tab-group-3 {
    color: #e27600;
}

.tabs-nav .tab-group-3::after {
    background-color: #e27600;
}

.tabs-nav .tab-group-4 {
    color: #39b04a;
}

.tabs-nav .tab-group-4::after {
    background-color: #39b04a;
}

.tabs-nav .tab-group-5 {
    color: #29a6dd;
}

.tabs-nav .tab-group-5::after {
    background-color: #29a6dd;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content-2 .title-job {
    color: #e81c24;
}

.tab-content-2 .title-cs {
    color: #e81c24;
}

.tab-content-3 .title-job {
    color: #e27600;
}

.tab-content-3 .title-cs {
    color: #e27600;
}

.tab-content-4 .title-job {
    color: #39b04a;
}

.tab-content-4 .title-cs {
    color: #39b04a;
}

.tab-content-5 .title-job {
    color: #29a6dd;
}

.tab-content-5 .title-cs {
    color: #29a6dd;
}

.box-slide-office {
    max-width: 925px;
    margin: 0 auto;
}

.box-slide-office .slick-list {
    overflow: visible;
    margin: 0 -19px;
}

.box-slide-office .slick-slide {
    padding: 0 19px;
}

.box-slide-office .slide-arrow {
    position: absolute;
    cursor: pointer;
    top: 250px;
    left: -40px;
    z-index: 2;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    border: none;
}

.box-slide-office .slide-arrow.next-arrow {
    left: auto;
    right: -40px;
}

.box-slide-office ul.slick-dots {
    bottom: 0;
}

.img-office-slide {
    padding: 15px;
    position: relative;
}

.img-office-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/office/bg-office.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.name-office {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    color: #0071b7;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    margin-top: 25px;
}

.box-text-office-slide {
    max-width: 830px;
    margin: 0 auto;
    padding-bottom: 55px;
}

.box-text-office-slide p {
    line-height: 1.95;
    letter-spacing: 0.1em;
}

.office-01 {
    position: relative;
}

.office-01::after {
    content: "";
    width: 100%;
    height: 500px;
    background-image: url(../images/index/bg-6.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -4;
}

.office-01::before {
    content: "";
    width: 603px;
    height: 641px;
    background-image: url(../images/index/favi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -5;
    opacity: 0.2;
}

.max-830 {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.box-office-info {
    display: flex;
    margin-bottom: 55px;
}

.box-office-info.reverse {
    flex-direction: row-reverse;
}

.box-office-info.reverse .office-info-img {
    left: 90px;
    right: auto;
}

.box-office-info.reverse .office-info-left::after {
    left: 60px;
    right: auto;
}

.office-info-left {
    width: 50%;
    padding-right: 90px;
    height: 350px;
    position: relative;
}

.office-info-left::after {
    content: "";
    width: 432px;
    height: 240px;
    background-image: url(../images/office/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 60px;
    bottom: -28px;
    position: absolute;
    z-index: -2;
}

.office-info-right {
    width: 50%;
    padding-top: 30px;
}

.office-info-img {
    position: absolute;
    right: 90px;
    width: calc(50vw - 90px);
}

.office-info-right h3 {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #0bb1dd;
    margin-bottom: 20px;
    line-height: 1.57;
}

.office-info-right p {
    letter-spacing: 0.1em;
    line-height: 1.9;
    text-align: justify;
}

.office-02 {
    position: relative;
}

.office-02::after {
    content: "";
    width: 435px;
    height: 1137px;
    background-image: url(../images/office/bg-2.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -4;
}

.office-02::before {
    content: "";
    width: 390px;
    height: 1137px;
    background-image: url(../images/office/bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -195px;
    right: 0;
    z-index: -1;
    transform: rotate(180deg);
    background-position: right;
}

.box-edu {
    margin-bottom: 56px;
    padding: 2px;
    display: flex;
    position: relative;
    background-color: #fff;
}

.box-edu::after {
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
}

.edu-img-left {
    width: 455px;
}

.page-interview .page-header-title {
    text-align: center;
}

.page-interview .page-header::after {
    background-image: url(../images/index/bg-page-inter.jpg);
}

.page-interview .title-cs::after {
    width: 84px;
}

.edu-content-right {
    flex: 1;
    padding: 30px 50px 40px 40px;
}

.edu-content-right p {
    line-height: 1.93;
    letter-spacing: 0.1em;
}

.img-edu {
    position: relative;
    top: -14px;
    left: -14px;
}

.title-edu {
    font-size: 2.5rem;
    font-weight: bold;
    color: #50aed9;
    position: relative;
    min-height: 61px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.title-edu::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(0deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    left: -25px;
    top: 0;
}

.office-03 {
    position: relative;
}

.office-03::after {
    content: "";
    height: calc(100% - 260px);
    width: 100%;
    background-image: url(../images/office/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
}

.office-03::before {
    content: "";
    width: 603px;
    height: 641px;
    background-image: url(../images/index/favi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -180px;
    right: 0;
    z-index: -5;
    opacity: 0.2;
}

.box-border {
    border: 2px solid #29a6dd;
    background-color: #fff;
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 30px 28px;
}

.img-border-top h3 {
    font-size: 2.3rem;
    font-weight: bold;
    color: #0bb1dd;
    letter-spacing: 0.1em;
    padding-top: 10px;
    margin-bottom: 15px;
}

ul.list-dot.cs {
    flex-wrap: wrap;
    display: flex;
}

ul.list-dot.cs li {
    width: 33.33%;
}

ul.list-dot li {
    position: relative;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

ul.list-dot li:last-child {
    margin-bottom: 0;
}

ul.list-dot li::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #0bb1dd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.office-04 {
    position: relative;
}

.office-04::before {
    content: "";
    width: 390px;
    height: 1137px;
    background-image: url(../images/office/bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 90px;
    right: 0;
    z-index: -1;
    transform: rotate(180deg);
    background-position: right;
}

.box-company-event {
    margin-bottom: 70px;
}

.title-company-event {
    font-size: 2rem;
    font-weight: bold;
    color: #0bb1dd;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 25px 0 15px;
}

.info-company-event {
    letter-spacing: 0.05em;
    line-height: 1.4375;
}

.img-company-event {
    position: relative;
}

.img-company-event::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/office/after-com.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

.office-05 {
    position: relative;
}

.office-05::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/office/bg-3.png);
    position: absolute;
    z-index: -4;
    top: 0;
    left: 0;
}

.box-border-color {
    border-radius: 20px;
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    padding: 5px;
}

.border-color {
    background-color: #fff;
    border-radius: 18px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}

.box-info-artist {
    background-color: #fff;
    border-radius: 30px;
    padding: 25px;
    max-width: 395px;
    box-shadow: 0 0 10px 0 rgba(39, 132, 173, 0.15);
    position: absolute;
    bottom: -85px;
    left: -100px;
    z-index: 1;
    width: 100%;
}

.box-info-artist:last-child {
    left: auto;
    right: -100px;
}

.box-info-artist::after {
    content: "";
    width: 110px;
    height: 114px;
    background-image: url(../images/index/after-title.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: -1;
}

.info-artist {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.info-artist::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-job .page-header::after {
    background-image: url(../images/index/bg-page-job.jpg);
}

.page-office .page-header::after {
    background-image: url(../images/index/bg-page-office.jpg);
}

.job-01 {
    position: relative;
}

.job-01::after {
    content: "";
    width: 941px;
    height: 1540px;
    position: absolute;
    background-image: url(../images/index/bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -150px;
    right: -473px;
    z-index: -5;
}

.job-01::before {
    content: "";
    width: 941px;
    height: 1540px;
    position: absolute;
    background-image: url(../images/index/bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 315px;
    left: -436px;
    z-index: -5;
}

.box-tab {
    position: relative;
}

.box-tab::after {
    content: "";
    width: 100%;
    height: 558px;
    background-color: rgba(255, 255, 255, 0.56);
    position: absolute;
    top: 100px;
    right: -100px;
    z-index: -1;
}

.img-artist {
    width: 82px;
    margin-right: 20px;
}

.name-artist {
    flex: 1;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.77;
    color: #0bb1dd;
}

.artist-bot {
    font-size: 1.4rem;
    color: #666666;
    font-weight: 500;
}

.box-img-cross {
    max-width: 900px;
    margin: 0 auto 85px;
    position: relative;
}

.box-img-cross::after {
    content: "";
    width: 1076px;
    height: 702px;
    background-image: url(../images/office/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 320px;
    z-index: -3;
    left: 555px;
    transform: scaleX(-1);
}

.box-flex-ans {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-end;
}

.info-artis-ans {
    width: 82px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #0bb1dd;
    text-align: center;
    margin-right: 40px;
}

.artis-ans {
    flex: 1;
    padding: 25px 20px;
    border: 2px solid #0bb1dd;
    background-color: #fff;
    line-height: 2.06;
    letter-spacing: 0.1em;
    position: relative;
}

.artis-ans::before {
    content: "";
    width: 20px;
    height: 21px;
    background-image: url(../images/office/after-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    left: -20px;
}

.page-crosstalk .title-about::after {
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
}

.page-crosstalk .page-header::after {
    background-image: url(../images/office/bg-page-cross.jpg);
}

.title-artis {
    letter-spacing: 0.1em;
    padding-left: 105px;
    position: relative;
    line-height: 2.06;
}

.title-artis::after {
    content: "";
    width: 27px;
    height: 3px;
    background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    left: 50px;
    top: 15px;
}

.talk-01 {
    position: relative;
}

.talk-01::after {
    content: "";
    width: 560px;
    height: 702px;
    background-image: url(../images/office/after-2.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    top: 420px;
    left: 0;
    z-index: -2;
}

.talk-01::before {
    content: "";
    width: 1076px;
    height: 702px;
    background-image: url(../images/office/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    transform: rotate(90deg);
    left: -510px;
    z-index: -2;
}

.after-ans-left {
    position: relative;
}

.after-ans-left::after {
    content: "";
    width: 1076px;
    height: 702px;
    background-image: url(../images/office/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 350px;
    left: -774px;
}

.after-ans-right {
    position: relative;
}

.after-ans-right::after {
    content: "";
    width: 1076px;
    height: 702px;
    background-image: url(../images/office/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -170px;
    right: -774px;
    transform: scaleX(-1);
}

.box-inter-01 {
    max-width: 1100px;
    padding: 50px 50px 25px;
    margin: 0 auto;
    position: relative;
    margin-top: -75px;
    z-index: 1;
}

.box-inter-01::after {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, rgb(255, 241, 0) 0%, rgb(255, 78, 0) 29%, rgb(195, 21, 255) 67%, rgb(69, 125, 192) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.box-inter-01::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}

.img-inter-01 {
    height: 431px;
}

.img-inter-01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.box-text-inter-1 h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #29a6dd;
    line-height: 1.73;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.page-intership {
    counter-reset: title-counter;
}

.page-intership .page-header::after {
    background-image: url(../images/index/bg-page-intership.jpg);
}

.intership-01 {
    position: relative;
}

.intership-01::after {
    content: "";
    width: 603px;
    height: 641px;
    background-image: url(../images/index/favi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -600px;
    right: -120px;
    z-index: -2;
    opacity: 0.2;
}

.box-text-inter-1 p {
    letter-spacing: 0.1em;
    line-height: 1.93;
}

.title-inter {
    counter-increment: title-counter;
    font-size: 2.5rem;
    font-weight: bold;
    color: #29a6dd;
    letter-spacing: 0.1em;
    padding-bottom: 30px;
    padding-left: 60px;
    position: relative;
    border-bottom: 2px solid;
    margin-bottom: 35px;
}

.title-inter::before {
    content: "0" counter(title-counter) ".";
    font-size: 2.5rem;
    font-weight: bold;
    color: #29a6dd;
    letter-spacing: 0.1em;
    position: absolute;
    left: 0;
    top: 0;
}

.info-pro {
    padding-left: 50px;
}

.info-pro h3 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-bottom: 20px;
}

.info-pro p {
    letter-spacing: 0.1em;
    line-height: 1.93;
}

.box-program {
    position: relative;
}

.box-program::after {
    content: "";
    width: 805px;
    height: 200px;
    left: -323px;
    background-image: url(../images/intership/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 210px;
    z-index: -2;
}

.box-program::before {
    content: "";
    width: 805px;
    height: 200px;
    right: -420px;
    background-image: url(../images/intership/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -55px;
    z-index: -2;
    transform: scaleX(-1);
}

.box-program.no-bf::before {
    display: none;
}

.border-contact-right a.btn.btn-main.mx-auto span {
    font-size: 2rem;
    min-width: 344px;
}

.box-border-contact {
    display: flex;
    padding: 30px 0;
    border: 1px solid #29a6dd;
    align-items: center;
}

.page-contact .box-border {
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
}

.border-contact-left {
    width: 50%;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #29a6dd;
}

.border-contact-right {
    width: 50%;
}

.text-policy {
    line-height: 1.5625;
    padding-top: 20px;
}

.text-policy .tp-cont + .tp-cont{
	margin-top: 1em;
}

.text-policy .tp-cont p{
	padding: 0;
}

.text-policy .tp-cont p.strong{
	font-weight: 700;
}

.text-policy .tp-cont p.col-blue{
	color: #0E3392;
}

.text-policy .tp-cont p + p:not(.mt-half),
.text-policy .tp-cont div + p:not(.mt-half){
	margin-top: 1em;
}

.text-policy .tp-cont p.mt-half{
	margin-top: 0.5em;
}

.text-policy .tp-cont div.pl-01{
	margin-top: 1em;
	padding-left: 2.5em;
	box-sizing: border-box;
}

.text-policy .tp-cont div.pl-02{
	margin-top: 1em;
	padding-left: 1.5em;
	box-sizing: border-box;
}

.text-policy .tp-cont div.pl-03{
	margin-top: 1em;
	padding-left: 2em;
	box-sizing: border-box;
}

.text-policy .tp-cont ol.num-list{
	list-style: none;
	counter-reset: num;
	margin-top: 1em;
}

.text-policy .tp-cont ol.num-list li {
  counter-increment: num;     /* カウンターを1ずつ増やす */
  position: relative;
  padding-left: 1.5em;          /* 番号分の余白を作る */
	box-sizing: border-box;
}

.text-policy .tp-cont ol.num-list li::before {
  content: counter(num) ". "; /* 番号＋「. 」を表示 */
  position: absolute;
  left: 0;
}

.text-policy .tp-cont ol.num-list li + li {
	margin-top: 0.5em;
}

.toggle-contact .toggle-hd {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 26px 0;
    border-bottom: 2px solid #50aed9;
    position: relative;
}

.toggle-contact .toggle-hd::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../images/index/icon-right.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
}

.toggle-contact .toggle-hd.active::before {
    transform: translateY(-50%) rotate(-90deg);
}

.about-text {
    background-color: #f2f8f9;
}

.contact-01 {
    position: relative;
}

.contact-01::after {
    content: "";
    width: 519px;
    height: 552px;
    background-image: url(../images/index/favi.png);
    opacity: 0.2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.contact-01::before {
    content: "";
    width: 100%;
    height: 226px;
    background-image: url(../images/index/bg-contact-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -3;
}

.page-contact .page-header::after {
    background-image: url(../images/index/bg-contact.jpg);
    background-position: center left;
}

.page-contact .wpcf7-list-item>label a {
    color: #0071b7;
}

.title-404 {
    font-size: 3.7rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
    color: #0bb1dd;
}

.title-404 span {
    font-size: 9rem;
    font-weight: bold;
}

.section-404 {
    padding: 200px 0;
    text-align: center;
    position: relative;
}

.section-404::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-404.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.error404 .page-header {
    display: none;
}

a.btn.btn-main.large.btn-home-contact span {
    justify-content: center;
    font-size: 2rem;
}

.box-link-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 24px 10px 43px;
    background: rgba(71, 154, 173, 0.46);
    width: 100vw;
    z-index: 2;
    display: flex;
    gap: 34px;
    justify-content: center;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.box-link-fixed a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
}

.box-link-fixed a:hover {
    opacity: 1;
}

.box-link-fixed a:hover img {
    opacity: 0.7;
}

.box-link-fixed.is-hidden {
    transform: translateY(120%);
    opacity: 0;
    pointer-events: none;
}

.slide-about-right:after {
    content: "";
    width: calc(100% + 190px);
    height: calc(100% + 90px);
    background-color: #fff;
    opacity: 0.87;
    position: absolute;
    top: -45px;
    right: -95px;
    z-index: -2;
}

.about-item {
    padding: 50px 0 30px;
}

@media (min-width: 768px) and (max-width: 1480px) {
    .header-main .logo-left .logo {
        width: 300px;
    }
    .header-inner {
        padding-left: 15px;
        padding-right: 140px;
    }
    a.menu-btn {
        right: 15px;
    }
    .header-main .main-menu .nav>li {
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1130px) {
    .header-main .main-menu .nav>li>a {
        font-size: 1.4rem;
    }
    .header-main .logo-left .logo {
        width: 250px;
    }
    a.menu-btn {
        transform: scale(0.7);
        top: 25px;
        right: -10px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .header-inner {
        padding-left: 10px;
        padding-right: 100px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .header-main .main-menu .nav>li {
        margin-right: 10px;
    }
    .header-main .logo-left .logo {
        width: 200px;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    a.menu-btn {
        transform: scale(0.7);
        top: 125px;
        right: -10px;
    }
    .header-inner {
        padding-right: 10px;
    }
}


/*# sourceMappingURL=style-2.css.map */

#page-header {
    position: relative;
    z-index: 1;
}
.news-block-2027{
    background-color: #F5FDFF;
}