@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.ff-acumin {
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ff-yu {
    font-family: "Yu Gothic", sans-serif;
}

body.home:not(.blog) {
    font-family: "Noto Sans JP", sans-serif;
}

.color-1 {
    color: #0061fc;
}

.color-2 {
    color: #009eeb;
}

.box-banner-home {
    min-height: 830px;
    padding-top: 300px;
}

#banner-home {
    position: relative;
    padding-bottom: 180px;
}

#banner-home::after {
    content: "";
    width: 100%;
    height: 1060px;
    background-image: url(../images/index/bg-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.banner-home {
    position: relative;
}

.banner-home::after {
    content: "";
    width: 50%;
    height: 280px;
    background-image: url(../images/index/banner-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 175px;
    right: 0;
    z-index: -1;
}

.banner-home::before {
    content: "";
    width: 50%;
    height: 280px;
    background-image: url(../images/index/banner-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

a.btn.btn-banner {
    border: 1px solid #fff;
    color: #fff;
    background: #0061fc;
    border-radius: 10px;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    opacity: 1;
}

a.btn.btn-banner:hover {
    opacity: 1;
}

a.btn.btn-banner::before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
    transform: none;
}

a.btn.btn-banner:hover::before {
    animation: kiran 0.5s linear;
}

@keyframes kiran {
    0% {
        transform: scale(2) rotate(45deg);
        opacity: 0;
    }
    20% {
        transform: scale(20) rotate(45deg);
        opacity: 0.6;
    }
    40% {
        transform: scale(30) rotate(45deg);
        opacity: 0.4;
    }
    80% {
        transform: scale(45) rotate(45deg);
        opacity: 0.2;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

a.btn.btn-banner span {
    width: 280px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 70px;
    justify-content: flex-start;
    position: relative;
}

a.btn.btn-banner span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(../images/recruit/icon-right-1.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
}

a.btn.btn-banner span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url(../images/recruit/icon-1.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
}

a.btn.btn-banner:nth-child(2) {
    background: #00c5e8;
}

a.btn.btn-banner:nth-child(2) span::before {
    background-image: url(../images/recruit/icon-2.svg);
}

a.btn.btn-banner:nth-child(2) span::after {
    background-image: url(../images/recruit/icon-right-2.svg);
}

a.btn.btn-banner:nth-child(3) {
    background: #ffa800;
    margin-bottom: 0;
}

a.btn.btn-banner:nth-child(3) span::before {
    background-image: url(../images/recruit/icon-3.svg);
}

a.btn.btn-banner:nth-child(3) span::after {
    background-image: url(../images/recruit/icon-right-3.svg);
}

.box-link-banner {
    position: absolute;
    right: 0;
    padding: 30px 25px;
    border-radius: 15px 0 0 15px;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 90px;
}

.list-social {
    position: absolute;
    bottom: 15px;
    right: 40px;
    display: flex;
    gap: 15px;
    align-items: center;
}

ul.tabs-nav {
    display: flex;
    gap: 15px;
    justify-content: center;
}

ul.tabs-nav li {
    width: 20%;
    text-align: center;
    border-bottom: 1px solid #a6a6a6;
    color: #8c8c8c;
    padding-bottom: 12px;
    font-weight: bold;
    cursor: pointer;
}

ul.tabs-nav li.active,
ul.tabs-nav li:hover {
    border-color: #00aafc;
    color: #00aafc;
    border-width: 2px;
}

ul.tabs-nav li:nth-child(2).active,
ul.tabs-nav li:nth-child(2):hover {
    border-color: #00aafc;
    color: #00aafc;
}

ul.tabs-nav li:nth-child(3).active,
ul.tabs-nav li:nth-child(3):hover {
    border-color: #0061fc;
    color: #0061fc;
}

ul.tabs-nav li:nth-child(4).active,
ul.tabs-nav li:nth-child(4):hover {
    border-color: #ff676b;
    color: #ff676b;
}

ul.tabs-nav li:nth-child(5).active,
ul.tabs-nav li:nth-child(5):hover {
    border-color: #00a63c;
    color: #00a63c;
}

.news-item.item-list {
    display: flex;
    padding: 25px 50px;
    border-bottom: 1px solid #dcdcdc;
}

.news-item.item-list .title {
    margin-left: 40px;
    flex: 1;
}

.news-item.item-list .title a {
    color: #222222;
    letter-spacing: 0.075em;
    font-weight: 500;
}

.date {
    font-size: 1.7rem;
    color: #828282;
    font-weight: 500;
    margin-right: 30px;
    flex-shrink: 0;
}

a.cat {
    min-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
    flex-shrink: 0;
    height: 25px;
    background-color: #00c5e8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 1.5rem;
    letter-spacing: 0.075em;
    padding-bottom: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

a.btn.btn-main {
    max-width: 290px;
    min-height: 70px;
    border-radius: 35px;
    background-color: #00aafc;
    color: #fff;
    justify-content: flex-start;
    font-weight: 500;
    padding-left: 40px;
    font-family: 'Noto Sans JP', sans-serif;
}

a.btn.btn-main:hover {
    opacity: 1;
}

a.btn.btn-main::after {
    width: 30px;
    height: 30px;
    background-image: url(../images/recruit/icon-right-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    transition: 0.3s;
}

a.btn.btn-main:hover {
    background-color: #0061fc;
}

a.btn.btn-main:hover::after {
    background-image: url(../images/recruit/icon-right-1.svg);
}

.main-title-jp {
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin-top: 25px;
    font-weight: bold;
}

.main-title.center {
    text-align: center;
}

.main-title.flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-title.has-line {
    position: relative;
    padding-bottom: 20px;
}

.main-title.flex.has-line .main-title-jp {
    position: relative;
}

.main-title.has-line::after,
.main-title.flex.has-line .main-title-jp::after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #0061fc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-title.flex.has-line .main-title-jp::after {
    bottom: -20px;
}

.main-title.has-line.flex:after {
    display: none;
}

.main-title.has-line.center::after {
    left: 50%;
    transform: translateX(-50%);
}

.home-message {
    position: relative;
}

.home-message::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/recruit/bg-message.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.home-message::before {
    content: "";
    width: calc(50% + 145px);
    height: calc(100% - 270px);
    background-color: #a6a6a6;
    opacity: .6;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: -1;
    mix-blend-mode: multiply;
}

.img-home-message {
    position: relative;
    padding-left: 60px;
}

.img-home-message img {
    max-width: unset;
}

.box-initiative {
    margin-left: auto;
    margin-right: auto;
}

button.slide-arrow {
    padding: 0;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 150px;
    cursor: pointer;
    z-index: 1;
    transition: .3s;
    left: 215px;
}

button.slide-arrow:hover {
    opacity: .8;
}

button.slide-arrow.next-arrow {
    left: unset;
    right: 215px;
}

.slide-initiative .slick-list {
    overflow: visible;
}

.slide-initiative .slick-slide {
    transform: scale(0.84);
    transition: transform .6s ease, opacity .6s ease;
}

.slide-initiative .slick-slide.slick-center,
.slide-initiative .slick-slide.ini-center {
    transform: scale(1);
}

.slide-initiative .slick-slide.slick-center .slide-item-ini-inner,
.slide-initiative .slick-slide.ini-center .slide-item-ini-inner {
    top: 0;
}

.slide-initiative .slick-slide .slide-item-ini-inner {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 100px;
    transition: top .6s ease;
}

.title-slide-ini {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 0.025em;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.33;
}

.slide-item-ini-inner p {
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.875;
    color: #fff;
}

.home-initiative {
    position: relative;
}

.home-initiative::after {
    content: "";
    width: 100%;
    height: 345px;
    background-color: #0061fc;
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
}

.home-initiative::before {
    content: "";
    width: 100%;
    height: 485px;
    background-image: url(../images/recruit/bg-ini.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    bottom: 100px;
    left: 0;
}

.home-initiative ul.slick-dots {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    gap: 25px;
    justify-content: center;
}

.home-initiative ul.slick-dots li {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.home-initiative ul.slick-dots li button {
    padding: 0;
    opacity: 0;
}

.home-initiative ul.slick-dots li.slick-active {
    background-color: #00aafc;
}

.num-slide {
    font-size: 12rem;
    position: absolute;
    color: #0061fc;
    letter-spacing: 0.05em;
    font-weight: 600;
    top: 0;
    line-height: 1;
    z-index: 1;
    font-family: acumin-pro-extra-condensed, sans-serif;
    -webkit-text-stroke: 1px #fff;
    /* độ dày + màu viền */
}

.img-home-job {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.img-home-job::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0061fc;
    top: 25px;
    left: 25px;
    position: absolute;
    z-index: -1;
}

.home-job-right {
    max-width: 450px;
}

.slide-voice .slick-list {
    margin: 0 -75px;
    overflow: visible;
}

.slide-voice .slick-slide {
    padding: 0 75px;
}

.slide-voice button.slide-arrow {
    left: -110px;
    top: calc(50% + 70px);
    transform: translateY(-50%);
}

.slide-voice button.slide-arrow.next-arrow {
    left: unset;
    right: -110px;
}

.slide-voice .slick-dots {
    bottom: -50px;
    display: flex;
    justify-content: center;
}

.slide-voice .slick-dots li {
    width: 17px;
    height: 17px;
    margin: 0 13px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-voice .slick-dots li.slick-active {
    background-color: #0061fc;
}

.slide-voice .slick-dots li button {
    padding: 0;
    opacity: 0;
}

.color-22 {
    color: #222;
}

.ft-sns {
    gap: 15px;
}

.home-voice {
    position: relative;
}

.home-voice::after {
    content: "";
    width: 717px;
    height: 675px;
    background-image: url(../images/recruit/after-voice.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -290px;
    top: -80px;
    z-index: -1;
}

.home-voice-video {
    position: relative;
}

.home-voice-video::after {
    width: 1071px;
    height: 773px;
    background-image: url(../images/recruit/bg-voice.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}

.home-voice-video::before {
    content: "";
    width: 830px;
    height: 660px;
    background-image: url(../images/recruit/bg-voice-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -175px;
    bottom: -212px;
    z-index: -1;
}

.title-border {
    font-size: 2.7rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.title-border::after {
    content: "";
    width: 376px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.scroll-wrapper {
    overflow: hidden;
}

.scroll-slide {
    display: flex;
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
    width: 200vw;
}

.scroll-slide .scroll-item {
    width: 24%;
}

.slide-company-item {
    margin: 0 10px;
}

.slide-company-item:nth-child(2n) {
    margin-top: 50px;
    width: 20%;
}

.slide-company-item img {
    border-radius: 15px;
    width: 100%;
}

.scroll-swraper {
    position: relative;
}

.scroll-swraper::after {
    content: "";
    width: 100%;
    height: 281px;
    background-image: url(../images/recruit/bg-slide.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    z-index: -1;
    left: 0;
}

.box-link-entry {
    display: flex;
    gap: 0;
    filter: drop-shadow(0 14px 15px rgba(79, 73, 70, 0.3));
}

.box-link-entry a.btn-banner {
    border: none;
    width: 50%;
    font-family: 'Noto Sans JP', sans-serif;
}

.box-link-entry a.btn-banner {
    border-radius: 20px 0 0 20px;
}

.box-link-entry a.btn-banner:nth-child(2) {
    border-radius: 0 20px 20px 0;
}

.box-link-entry a.btn-banner p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/recruit/icon-1.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 20px;
    width: 85px;
    height: 85px;
    left: 45px;
}
.box-link-entry a.btn-banner:nth-child(2) p::before{
    background-image: url(../images/recruit/icon-2.svg);    
}
.box-link-entry a.btn-banner p::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/recruit/icon-right-1.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    width: 40px;
    height: 40px;
    right: 50px;
}

.box-link-entry a.btn-banner:nth-child(2) p::after {
    background-image: url(../images/recruit/icon-right-2.svg);
}

.box-link-entry a.btn-banner p {
    font-size: 4rem;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 160px;
    min-height: 200px;
    width: 100%;
    padding-bottom: 35px;
}

.box-link-entry a.btn-banner p span {
    font-size: 2.2rem;
    padding-left: 0;
    display: block;
    min-height: unset;
    width: auto;
    position: relative;
    top: 29px;
}

.box-link-entry a.btn-banner p span span {
    font-size: 2.7rem;
    top: 5px;
}

.box-link-entry a.btn-banner p span::after,
.box-link-entry a.btn-banner p span::before {
    display: none;
}

.text-entry {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.home-entry {
    position: relative;
}

.home-entry::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/recruit/bg-entry.png);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
@media(min-width:1480px){
    .home-entry::after {
        width: 100%;
    }
}
@media(min-width:768px){
    .voice-item .detail .name{
        font-size: 24px;
        margin-bottom: 10px;
    }
}
.box-footer-cont {
    position: relative;
}

.box-footer-cont::after {
    content: "";
    width: calc(100% - 80px);
    height: calc(100% - 40px);
    background-color: #0061fc;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: -1;
    border-radius: 20px;
}

.footer-content {
    display: flex;
    gap: 80px;
}

.footer-1 {
    width: 370px;
}

.footer-3 {
    width: 280px;
    margin-top: 85px;
}

.box-link-footer {
    display: flex;
    gap: 30px;
}

a.link-footer {
    display: block;
    color: #fff;
    padding-left: 30px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
}

a.link-footer::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/recruit/icon-right-1.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-2 {
    flex: 1;
    margin-top: 85px;
}

a.btn.btn-link {
    border: 1px solid #fff;
    border-radius: 7px;
    min-height: 65px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: transparent;
}

a.btn.btn-link::after {
    width: 24px;
    height: 24px;
    mask-image: url(../images/recruit/icon-blank.svg);
    -webkit-mask-image: url(../images/recruit/icon-blank.svg);
    background-color: #fff;
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    right: 17px;
    transition: 0.3;
}

a.btn.btn-link::before {
    width: 33px;
    height: 33px;
    mask-image: url(../images/recruit/favi.svg);
    -webkit-mask-image: url(../images/recruit/favi.svg);
    background-color: #fff;
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    left: 20px;
    transition: 0.3;
}

a.btn.btn-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.link-tel-fax>* {
    font-size: 3.1rem;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: acumin-pro-extra-condensed, sans-serif;
}

.page-header {
    position: relative;
}

.page-header::after {
    content: "";
    width: 100%;
    height: 637px;
    background-image: url(../images/recruit/bg-page.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}

.page-header::before {
    content: "";
    width: calc(50% - 30px);
    height: 100%;
    background-image: url(../images/recruit/bg-page-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    border-bottom-left-radius: 160px;
}

.page-chu .page-header::before {
    background-image: url(../images/chu/bg-page-chu.png);
}

.page-kubo .page-header::before {
    background-image: url(../images/kubo/bg-page-kubo.png);
}

.page-senpai .page-header::before {
    background-image: url(../images/cms/bg-page-voice.png);
}

.page-recruit .page-header::before {
    background-image: url(../images/recruit/bg-page-recruit.png);
}

.page-cross .page-header::before {
    background-image: url(../images/cross/bg-page-cross.png);
}

.page-header-cont {
    min-height: 450px;
    padding-top: 218px;
    position: relative;
}

.title-jp {
    font-size: 5.6rem;
    font-weight: 600;
    letter-spacing: 0.139em;
    color: #fff;
}

.title-en {
    font-size: 14rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    bottom: -45px;
    line-height: 1;
    left: 0;
    font-family: acumin-pro-extra-condensed, sans-serif;
    opacity: 0.7;
}

.title-entry {
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-title-entry {
    position: absolute;
    top: 0;
    z-index: -1;
}

.title-entry-jp {
    font-size: 4rem;
    font-weight: bold;
    color: #000;
}

.box-chu-02-left {
    padding-left: 100px;
    max-width: 665px;
}

.box-img-chu {
    text-align: center;
    padding: 27px 15px 0;
    position: relative;
}

.box-img-chu::after {
    content: "";
    width: 100%;
    height: 210px;
    background-color: #00c5e8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}

.box-img-chu h3 {
    font-size: 2.3rem;
    font-weight: bold;
    color: #00aafc;
}

.box-img-chu p {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.88;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cat-voice-2 {
    min-width: 157px;
    min-height: 34px;
    border-radius: 17px;
    background: #0061fc;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding-bottom: 2px;
}

.img-voice {
    position: relative;
    padding-left: 35px;
    padding-right: 25px;
    margin-top: 25px;
}

.voice-item {
    padding: 0 30px;
    margin: 0;
}

.voice-item .detail {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 30px 60px 15px;
    background-color: #fff;
    left: 18px;
    position: absolute;
    bottom: -66px;
    z-index: 1;
}

#senpai-voice .cat {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: unset;
    font-size: 2rem;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
}

#senpai-voice .title {
    color: #222222;
    line-height: 1.45;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
}

#senpai-voice .title::after {
    content: "";
    width: 353px;
    height: 40px;
    background-image: url(../images/recruit/bg-cs.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 1;
}

.img-voice-inner {
    position: relative;
}

.img-voice-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0061fc;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: -1;
}

.list-profile {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 15px;
}

.list-profile::after {
    content: "";
    width: 69px;
    height: 43px;
    background-image: url(../images/recruit/icon-x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
}

.box-profile-cross {
    padding: 70px 60px;
    background-color: #e6f7ff;
    position: relative;
}

.box-profile-cross::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #0061fc;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: -1;
}

.title-profile {
    font-size: 7rem;
    font-weight: 600;
    font-family: acumin-pro-extra-condensed, sans-serif;
    line-height: 1;
    color: #0060fd;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.profile-top {
    display: flex;
    gap: 25px;
}

.text-profile {
    flex: 1;
    font-family: 'Noto Sans JP', sans-serif;
}

.position {
    min-width: 125px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    background: #0061fc;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 2px;
}

.deparment {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 15px;
}

.name {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.year-join {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 15px;
}

.profile-info {
    margin-top: 35px;
}

.profile-info p {
    font-size: 1.7rem;
    line-height: 1.76;
    color: #000;
}

.box-profile {
    max-width: 365px;
}

.box-profile:nth-child(2) .position {
    background-color: #00c5e8;
}

.box-profile:nth-child(2) .text-profile {
    color: #222;
}

.title-cross {
    font-size: 2.7rem;
    font-weight: bold;
    color: #0061fc;
    padding-left: 70px;
    position: relative;
    margin-bottom: 20px;
    font-family: "source-han-sans-jp", sans-serif;
}

.title-cross::after {
    content: "";
    width: 50px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 15px;
    background: linear-gradient(90deg, #ffffff 0%, #0060fd 100%);
}

.box-flex-cross {
    display: flex;
    gap: 35px;
    margin-bottom: 30px;
}

.box-flex-cross.v2 .title-flex-left {
    color: #00c5e8;
}

.box-flex-right {
    flex: 1;
}

.title-flex-left {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Yu Gothic", sans-serif;
    color: #0061fc;
}
.color-1 .title-flex-left{
    color: #00c5e8;
}
.color-2 .title-flex-left {
    color: #0061fc;
}
.box-flex-right p {
    font-size: 1.7rem;
    font-weight: 500;
    font-family: "Yu Gothic", sans-serif;
    line-height: 2;
    color: #000;
}

.box-text-cross-left {
    padding-left: 100px;
}

.box-text-cross-right {
    text-align: right;
}

.row-reverse .box-text-cross-right {
    text-align: left;
}

.row-reverse .box-text-cross-left {
    padding-left: 0;
    padding-right: 100px;
}

.row-reverse .box-text-cross-left .title-cross {
    margin-right: -100px;
}

.cross-01-2 {
    padding: 85px 0;
    background: #e6f7ff;
    position: relative;
}

.cross-01-2::after {
    content: "";
    width: 836px;
    height: 836px;
    background-image: url(../images/cross/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -340px;
    z-index: -1;
}

.cross-01-2.v2::after {
    left: unset;
    right: -340px;
}

a.btn.btn-cs {
    min-height: 98px;
    background-color: #0060fd;
    border: 1px solid #0060fd;
    color: #fff;
    font-size: 2.8rem;
    justify-content: flex-start;
    padding-left: 55px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}

a.btn.btn-cs span {
    position: relative;
    z-index: 3;
}

a.btn.btn-cs::before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #fff;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

a.btn.btn-cs:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

a.btn.btn-cs::after {
    content: "";
    width: 48px;
    height: 12px;
    mask-image: url(../images/index/icon-right.svg);
    -webkit-mask-image: url(../images/index/icon-right.svg);
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    transition: 0.3s;
    right: 30px;
    z-index: 3;
}

a.btn.btn-cs:hover {
    color: #0060fd;
    opacity: 1;
}

a.btn.btn-cs:hover::after {
    background-color: #0061fc;
}

a.btn.btn-cs.v2 {
    background-color: #ff676b;
    border: 1px solid #ff676b;
}

a.btn.btn-cs.v2::before {
    background-color: #fff;
}

a.btn.btn-cs.v2::after {
    background-color: #fff;
}

a.btn.btn-cs.v2:hover {
    color: #ff676b;
}

a.btn.btn-cs.v2:hover::after {
    background-color: #ff676b;
}

.title-line {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #0060fd;
    padding-bottom: 30px;
}

.title-single {
    padding: 0 0 0 30px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #0060fd;
}

.box-step-flow {
    padding: 25px 30px;
    border-left: 15px solid #0061fc;
    margin-bottom: 45px;
    background-color: #fff;
    display: flex;
}

.step-flow-num {
    width: 200px;
    font-size: 6.8rem;
    font-weight: bold;
    color: #0060fd;
    font-family: acumin-pro-extra-condensed, sans-serif;
}

.step-flow-right {
    flex: 1;
}

.name-flow {
    font-size: 2.4rem;
    font-weight: 500;
    color: #0061fc;
    margin-bottom: 15px;
    font-family: 'noto sans jp', sans-serif;
    font-weight: bold;
}

.content-flow {
    line-height: 1.625;
    font-family: 'noto sans jp', sans-serif;
    font-weight: 400;
}

.title-flow {
    text-align: center;
}

.title-flow-en {
    font-size: 6.8rem;
    color: #0060fd;
    font-weight: bold;
    font-family: acumin-pro-extra-condensed, sans-serif;
}

.title-flow-jp {
    font-size: 2.8rem;
    font-weight: bold;
    color: #0060fd;
    letter-spacing: 0.05em;
}

.recruit-flow {
    background-color: rgba(0, 96, 253, 0.12);
    padding-bottom: 140px;
    padding-top: 75px;
}

.box-description {
    display: flex;
    border: 1px solid #c6cedb;
    border-bottom: none;
}

.box-description:last-child {
    border-bottom: 1px solid #c6cedb;
}

.description-left {
    width: 175px;
    padding: 20px 25px;
    background: #eefeff;
    border-right: 1px solid #c6cedb;
}

.description-right {
    flex: 1;
    padding: 20px 15px;
}

.box-text-policy {
    padding: 20px;
    max-height: 125px;
    overflow-y: scroll;
    border: 1px solid #c6cedb;
    border-radius: 4px;
    background-color: #fff;
}

.box-text-policy p {
    font-weight: 500;
}

#contact {
    position: relative;
}

#contact::after {
    content: "";
    width: 100%;
    height: calc(100% + 800px);
    background-color: #0060fd;
    opacity: 0.12;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

td.no-padding {
    padding: 0;
}

.list-select {
    display: flex;
    gap: 50px;
}

.list-select select {
    width: 160px;
    border-radius: 4px;
    background-color: #fff;
}

.select-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

section#senpai-archive .voice-item {
    margin-bottom: 120px;
}

.left-inner {
    position: relative;
}

.left-inner a.cat {
    min-width: unset;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    left: -40px;
    padding: 0;
    border: 1px solid #fff;
}

#qna .title-style-1:after {
    background-color: #ff676b;
}

.post-content h2 {
    font-size: 3rem;
    font-weight: bold;
    margin: 50px 0 30px;
}

.post-content p {
    line-height: 1.9375;
}

.list-flow-step {
    position: relative;
}

.list-flow-step::after {
    content: "";
    width: 25px;
    height: 100%;
    background-image: url(../images/recruit/bg-line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 120px;
    bottom: -68px;
    z-index: -1;
}

@media (min-width: 768px) {
    section#rec-03 .title-style-1 {
        white-space: nowrap;
    }
    #home-news .main-title.has-line::after {
        display: none;
    }
}

.voice-init-2 .container-full {
    padding-left: calc(50vw - 550px);
    position: relative;
    z-index: 1;
}

.voice-init-2 .cat {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2bab1d;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    letter-spacing: 0.1em;
}
#slide-voice-sm{
    align-items: flex-end;
}
@media (min-width: 768px) {
    /* Custom emp-slider */
    .voice-init-2 {
        overflow: hidden;
    }
    .voice-init-2 .emp-slider {
        position: relative;
    }
    .voice-init-2 .emp-track-wrap {
        overflow: hidden;
    }
    .voice-init-2 .emp-track {
        display: flex;
        align-items: flex-end;
        will-change: transform;
    }
    .voice-init-2 .voice-item {
        height: 505px;
        width: 235px;
        padding: 0 35px 10px 0;
        margin-top: 0;
        display: flex;
        align-items: flex-end;
        flex-shrink: 0;
        box-sizing: border-box;
        overflow: visible;
    }
    .voice-init-2 .voice-item .img-voice {
        padding: 0;
        margin-top: 0;
        width: 200px;
        height: 250px;
        transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1),
                    width 0.6s cubic-bezier(0.65, 0, 0.35, 1),
                    padding 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    }
    .voice-init-2 .voice-item .img-voice img {
        width: 100%;
        display: none;
    }
    .voice-init-2 .voice-item .img-voice-inner {
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .voice-init-2 .voice-item .img-voice-inner::after {
        transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
        opacity: 0;
    }
    .voice-init-2 .voice-item a {
        display: block;
    }
    .voice-init-2 .voice-item .detail {
        bottom: 0;
        left: 15px;
        transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
        opacity: 0;
        pointer-events: none;
    }
    .voice-init-2 .voice-item .cat {
        transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
        opacity: 0;
        pointer-events: none;
    }
    /* Disable transitions during teleport */
    .voice-init-2 .voice-item.no-transition,
    .voice-init-2 .voice-item.no-transition .img-voice,
    .voice-init-2 .voice-item.no-transition .detail,
    .voice-init-2 .voice-item.no-transition .cat,
    .voice-init-2 .voice-item.no-transition .img-voice-inner::after {
        transition: none !important;
    }
    /* Active slide */
    .voice-init-2 .voice-item.voice-active {
        width: 545px;
        padding-right: 150px;
    }
    .voice-init-2 .voice-item.voice-active .img-voice {
        padding: 15px 0 55px 35px;
        height: 495px;
        width: 395px;
    }
    .voice-init-2 .voice-item.voice-active .detail {
        opacity: 1;
        pointer-events: auto;
    }
    .voice-init-2 .voice-item.voice-active .cat {
        opacity: 1;
        pointer-events: auto;
    }
    .voice-init-2 .voice-item.voice-active .img-voice-inner::after {
        opacity: 1;
    }
}

.voice-init-2 button.slide-arrow {
    left: -50px;
    top: 210px;
}

.voice-init-2 button.slide-arrow.next-arrow {
    left: 450px;
    right: auto;
}

.slide-voice-info-nav-item.active {
    display: block;
}

.slide-voice-info-nav-item {
    display: none;
}

.box-slide-voice-info {
    max-width: 670px;
    margin-left: auto;
    position: relative;
    padding-left: 40px;
}

.box-slide-voice-info .title {
    color: #222222;
    line-height: 1.45;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 15px;
    padding-bottom: 55px;
    position: relative;
    font-size: 3rem;
    font-weight: bold;
}

.box-slide-voice-info .title::after {
    content: "";
    width: 100%;
    height: 35px;
    background-image: url(../images/recruit/bg-cs-2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.slide-voice-info-nav {
    position: absolute;
    top: 0;
}

.footer-copyright {
    font-family: acumin-pro-extra-condensed, sans-serif;
}

#home-initiative {
    position: relative;
}

#home-initiative::before {
    content: "";
    width: 717px;
    height: 675px;
    background-image: url(../images/recruit/after-voice.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% + 250px);
    top: -300px;
    z-index: -1;
    transform: rotate(180deg);
}

#home-message {
    position: relative;
    z-index: 1;
}

.title-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
}

.img-slide-voice iframe {
    width: 100%;
    height: 507px;
}

.page-senpai #senpai-voice .title {
    line-height: 1.375;
    font-weight: bold;
    padding-bottom: 20px;
}

.right-inner-1 .senpai-cat a.cat {
    width: fit-content;
    min-width: 156px;
    padding: 0 15px;
    min-height: 34px;
    font-size: 1.8rem;
    border-radius: 17px;
    background-color: #0061fc;
}

.environment-item.v2.row-reverse .col-12.large-6.text-box {
    padding-left: 45px;
}

.environment-item.v2 .img-box .col-inner {
    max-width: 455px;
    margin-left: auto;
}

.environment-item.v2 .text-box .col-inner {
    max-width: 460px;
}

.environment-item.v2 .col-12.large-6.text-box {
    padding-left: 15px;
}

.environment-item.v2.row-reverse .img-box .col-inner {
    margin-right: auto;
    margin-left: 0;
}

.environment-item.v2 .title {
    color: #0060fd;
}

.title-bottom {
    font-size: 3rem;
    font-weight: bold;
    color: #0060fd;
    border-bottom: 2px solid;
    font-family: 'Noto Sans JP', sans-serif;
    padding-bottom: 7px;
}

.toggle-rec .toggle-hd {
    display: flex;
    min-height: 90px;
    align-items: center;
    background-color: #0060fd;
    color: #fff;
    padding-left: 35px;
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    cursor: default;
    transition: .3s;
}

.toggle-rec .toggle-hd:hover {
    opacity: 1;
}

.toggle-rec .toggle-hd::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/recruit/icon-open.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.toggle-rec .toggle-hd.active::after {
    background-image: url(../images/recruit/icon-close.svg);
}

.manage-cont h2 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 12px 0;
}

.manage-cont p {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.35;
}

.box-manage {
    margin-bottom: 20px;
}

.box-border {
    padding: 30px 70px;
    border: 1px solid;
}

.box-border p {
    font-size: 1.6rem;
}

ul.list-dot li {
    position: relative;
    font-size: 1.6rem;
    color: #000;
    padding-left: 10px;
    line-height: 1.6875;
}

ul.list-dot li::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.box-step-rec {
    display: flex;
    margin-bottom: 50px;
    align-items: flex-start;
    position: relative;
}

.box-step-rec:last-child .step-rec-right::after {
    display: none;
}

.step-rec-left {
    width: 320px;
}

.step-rec-right {
    flex: 1;
    padding: 25px 35px;
    background-color: rgb(0 197 232 / 15%);
    min-height: 200px;
    position: relative;
}

.step-rec-right::after {
    width: 57px;
    height: 62px;
    content: "";
    background-image: url(../images/recruit/after-step.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
}

.step-rec-right h3 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.step-rec-right ul.list-dot li {
    font-size: 1.7rem;
    line-height: 1.47;
}

.bottom-entry {
    font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .box-footer-cont::after {
        width: calc(100% - 30px);
        left: 15px;
    }
    .box-footer-cont .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .footer-content {
        gap: 30px;
    }
}
btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#333;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/* ===== Sonota (その他の福利厚生) ===== */
.container-sonota {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 100px;
}

.sonota-item {
    margin-bottom: 20px;
}

.sonota-item .col-inner {

}

.sonota-item .img{
    text-align: center;
}
.sonota-item .img img{
    height: auto;
}


.sonota-item .text {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
}

.sonota-item .text .small {
    font-size: 15px;
}
.list-step-rec-v2 .step-rec-right::after{
    background-image: url(../images/recruit/after-step-light-blue.svg);
}
.list-step-rec:not(.list-step-rec-v2) .step-rec-right{
    background-color: rgba(73,142,253,0.15);
}
@media (min-width: 768px) and (max-width: 1420px) {
    .header-main{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1350px) {
    .header-main{
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo-left .logo{
        width: 300px;
    }
}
@media (min-width: 768px) and (max-width: 1285px) {
    .main-menu li.nav-item a{
        font-size: 14px;
    }
    header .main-menu{
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-menu .nav-main>.nav{
        gap: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    .logo-left .logo{
        width: 200px;
        margin-right: 20px;
    }
    header .main-menu{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-menu .nav-main>.nav{
        gap: 15px;
    }
}
@media (min-width: 768px) and (max-width: 950px) {
    .logo-left .logo{
        width: 150px;
        margin-right: 20px;
    }
    .main-menu .nav-main>.nav{
        gap: 10px;
    }
    .main-menu li.nav-item a{
        font-size: 12px;
    }
}