a.btn.btn-x {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #000;
    transition: 0.3s;
}

a.btn.btn-x svg path {
    transition: 0.3s;
}

a.btn.btn-x:hover {
    background-color: #fff;
}

a.btn.btn-x:hover svg path {
    fill: #000 !important;
}

.mega-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    visibility: hidden;
    top: 77px;
    padding-bottom: 80px;
}

.main-menu li.nav-item.active .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 65px;
}

.header-main .main-menu .nav>li {
    position: static;
}

.box-mega-menu {
    display: flex;
}

.box-img-mega-menu {
    width: 270px;
}

.box-mega-right {
    flex: 1;
    padding-right: 55px;
}

.box-img-mega-menu img {
    max-width: 153px;
}

.box-link-mega a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid;
    margin-top: 15px;
}

.box-menu-pc {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    width: 80px;
}

.menu-pc {
    position: fixed;
    width: 100vw;
    flex-direction: column;
    top: 0px;
    padding: 0;
    margin-top: 0px;
    padding-top: 220px;
    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: 695px;
    height: 413px;
    background-image: url(../images/index/bg-menu.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.menu-open .menu-pc {
    right: 0;
    z-index: 10;
    overflow: hidden;
    margin-right: 0;
}

.menu-list {
    width: 400px;
}

.menu-list a {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 35px;
}

.menu-list a::after {
    content: "";
    width: 11px;
    height: 18px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
}

.box-flex-menu {
    display: flex;
}

.box-flex-menu {
    display: flex;
}

.box-button-menu {
    flex: 1;
}

a.btn.btn-menu {
    max-width: 300px;
    min-height: 80px;
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 40px;
    justify-content: flex-start;
    background-color: #0f388c;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 0.1em;
    border: 2px solid #0f388c;
}

a.btn.btn-menu::before {
    width: 30px;
    height: 30px;
    right: 20px;
    transition: 0.3s;
    background-color: #fff;
    border-radius: 50%;
}

a.btn.btn-menu::after {
    width: 7px;
    height: 12px;
    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;
    right: 30px;
    background-color: #0f388c;
    transition: 0.3s;
}

a.btn.btn-menu.btn-menu-2 {
    background-color: #ff6174;
    border: 2px solid #ff6174;
}

a.btn.btn-menu.btn-menu-2::after {
    background-color: #ff6174;
}

a.btn.btn-menu.btn-menu-2:hover {
    background-color: #fff;
    color: #ff6174;
    border: 2px solid #ff6174;
}

a.btn.btn-menu.btn-menu-2:hover::after {
    background-color: #fff;
}

a.btn.btn-menu.btn-menu-2:hover::before {
    background-color: #ff6174;
}

a.btn.btn-menu:hover {
    background-color: #fff;
    color: #0f388c;
    border-color: #0f388c;
}

a.btn.btn-menu:hover::after {
    background-color: #fff;
}

a.btn.btn-menu:hover::before {
    background-color: #0f388c;
}

a.btn.btn-insta img {
    width: 45px;
    margin-right: 21px;
}

a.btn.btn-insta {
    background-color: #fff;
    border: 1px solid #f76f00;
    color: #f76f00;
    font-family: "Josefin Slab", serif;
    font-weight: 600;
    font-size: 2.7rem;
}

a.btn.btn-insta:hover {
    background-color: #fff3c9;
    color: #f76f00;
    border: 1px solid #f76f00;
}

a.btn.btn-insta::after,
a.btn.btn-insta::before {
    display: none;
}

#banner-home {
    position: relative;
}

#banner-home::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.slide-home-content {
    height: 820px;
    padding-top: 126px;
}

.banner-img p {
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    position: relative;
    color: #fff;
    z-index: 1;
}

.banner-img p::after {
    content: "";
    width: 439px;
    height: 104px;
    background-image: url(../images/index/bg-text-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-banner {
    max-width: 446px;
    margin: 0 auto;
}

.img-banner {
    max-width: 446px;
    margin: 0 auto;
}

.img-banner-left {
    position: absolute;
    left: calc(50% - 700px);
    top: 170px;
}

.img-banner-right {
    position: absolute;
    top: 37px;
    left: calc(50% + 148px);
}

.text-banner {
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 4.9rem;
    letter-spacing: 0.2em;
    font-family: "Josefin Slab", serif;
    font-weight: 600;
    color: #fff;
    z-index: 1;
    width: 100%;
}

.main-title {
    text-align: center;
}

.main-title-jp {
    font-size: 4rem;
    font-weight: bold;
    color: #f76f00;
    line-height: 1.125;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 15px;
}

.main-title-jp::after {
    width: 191px;
    height: 12px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/index/bg-title-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-title-en {
    font-size: 2.3rem;
    font-family: "Josefin Slab", serif;
    color: #928178;
}

.home-news .main-title {
    text-align: left;
}

.home-news .main-title-jp::after {
    left: 0;
    transform: translateX(0);
    width: 83px;
    height: 7px;
    background-image: url(../images/index/bg-title.png);
}

.home-message {
    position: relative;
}

.home-message::after {
    content: "";
    width: 100%;
    height: 678px;
    background-image: url(../images/index/bg-message.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.text-home-message h2 {
    margin-right: -10px;
}

.box-personal {
    min-height: 335px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(61, 96, 53, 0.2);
    overflow: hidden;
    margin-bottom: 45px;
}

.box-personal.v2 .title-person {
    background-color: #cd336b;
}

.box-personal.v2 .personal-text span {
    color: #cd336b;
}

.box-personal.v3 .title-person {
    background-color: #4fb6eb;
}

.box-personal.v3 .personal-text span {
    color: #4fb6eb;
}

.box-personal.v4 .title-person {
    background-color: #ed791a;
}

.box-personal.v4 .personal-text span {
    color: #ed791a;
}

.title-person {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #fff;
    background: #8bbd19;
}

.reverse .box-personal-cont {
    flex-direction: row-reverse;
}

.box-personal-cont {
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.personal-img {
    width: 220px;
}

.personal-text {
    flex: 1;
    max-width: 270px;
    font-weight: 500;
    line-height: 1.625;
}

.personal-text span {
    color: #8bbd19;
}

.slide-personal .slick-list {
    margin: 0 -2px;
}

.slide-personal .slick-slide {
    padding: 0 2px;
}

.slide-personal .slick-slide img {
    height: auto;
    width: 100%;
    border-radius: 15px;
}

.box-text-note {
    max-width: 597px;
    margin: 0 auto -40px;
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
    justify-content: center;
    min-height: 115px;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    background-image: url(../images/index/bg-note.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(4px 4px 0px rgba(51, 51, 51, 0.4));
    position: relative;
    z-index: 1;
}

.home-personal {
    position: relative;
}

.home-personal::after {
    content: "";
    width: 464px;
    height: 464px;
    background-image: url(../images/index/favi-large.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    top: 640px;
}

.home-personal::before {
    width: 100%;
    height: 86px;
    content: "";
    background-image: url(../images/index/bg-line.png);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: -24px;
    z-index: -1;
    left: 0;
}

.box-features-img img {
    border-radius: 15px;
}

.title-features {
    color: #f76f00;
    font-size: 23px;
    border-radius: 12px;
    font-weight: 500;
    background: #ffed9e;
    text-align: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 480px;
    margin: -20px auto 0;
    padding: 13px 20px 25px;
}

.box-features-text p {
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2;
}

.features-num {
    font-size: 1.5rem;
    color: #f76f00;
    max-width: 255px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    font-family: "Josefin Slab", serif;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    z-index: 1;
    letter-spacing: 0.2em;
}

.features-num span {
    font-size: 6.9rem;
    font-weight: 600;
    letter-spacing: 0;
}

.features-num::after {
    content: "";
    width: 225px;
    height: 118px;
    background-image: url(../images/index/bg-half.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.box-features {
    position: relative;
}

.home-features {
    position: relative;
}

.home-features::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-features.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}

.home-features::after {
    content: "";
    width: 100%;
    height: calc(100% - 340px);
    background-color: #ffed9e;
    position: absolute;
    top: 170px;
    z-index: -1;
    left: 0;
}

.img-data {
    margin-bottom: 35px;
}

.home-about {
    position: relative;
}

.home-about::after {
    content: "";
    width: 1251px;
    height: 1251px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -250px;
    z-index: -2;
    right: -773px;
}

.home-welfare {
    position: relative;
}

.home-welfare::after {
    content: "";
    width: 1251px;
    height: 1251px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -250px;
    z-index: -2;
    right: -773px;
}

.toggle-wel .toggle-hd {
    background: #f76f00;
    padding: 12px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
    position: relative;
    border: 3px solid #ffffff;
}

.toggle-wel .toggle-hd::after {
    content: "";
    background-image: url(../images/index/icon-down.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
}

.toggle-wel .toggle-hd.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.toggle-wel .toggle-cont {
    padding: 40px 0 30px;
}

.toggle-wel {
    margin-top: 40px;
}

.desc-text {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin-top: 30px;
}

.box-flex-wel .text {
    padding: 18px 30px;
    background: #ffd871;
    font-weight: 500;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.content-toggle {
    border-radius: 20px;
    overflow: hidden;
}

.box-flex-wel {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.box-flex-wel:last-child {
    margin-bottom: 0;
}

.box-flex-wel .desc {
    padding: 18px 30px;
    background: #fff3c9;
    flex: 1;
    line-height: 1.685;
}

.box-interview {
    position: relative;
    padding: 15px 0;
}

.img-interview {
    border: 1px solid #333333;
    border-radius: 120px 120px 0 0;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
}

.cat-inter {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 8px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    text-align: center;
    padding: 0 12px;
    line-height: 1.35;
}

.box-cont-interview {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    right: -18px;
    background-color: #39a8db;
    border: 1px solid #333;
    border-top-left-radius: 50px;
    color: #fff;
    padding: 26px 24px 16px;
    text-align: right;
}

.box-slide-interview {
    max-width: 350px;
    margin: 0 auto;
}

.cap-inter {
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 10px;
}

.cap-inter::after {
    content: "";
    width: 113px;
    height: 0.6px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

p.name-inter {
    font-size: 1.7rem;
    font-weight: 500;
}

p.name-inter span {
    font-size: 2.4rem;
}

.year-join {
    font-size: 1.5rem;
    font-weight: 500;
}

.slide-interview .slick-list {
    overflow: visible;
    margin: 0 -48px;
}

.slide-interview .slick-slide {
    margin: 0 48px;
    transform: scale(0.87);
    transition: all 0.3s ease;
    margin-top: 30px;
}

.slide-interview .slick-slide.slick-current {
    transform: scale(1);
    margin-top: 0;
}

.slide-interview button.slide-arrow {
    width: 70px;
    height: 70px;
    position: absolute;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    cursor: pointer;
    z-index: 1;
}

.slide-interview button.slide-arrow.next-arrow {
    left: auto;
    right: -100px;
}

.slide-interview ul.slick-dots {
    bottom: -100px;
}

.home-interview {
    padding-bottom: 185px;
    position: relative;
}

.home-interview::after {
    content: "";
    width: 100%;
    height: 452px;
    background-image: url(../images/index/bg-inter.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-size: 100% 100%;
}

.img-support img {
    border-radius: 15px;
    border: 1px solid #333;
}

.sp-title {
    max-width: 240px;
    margin: 0 auto 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 15px;
    background-color: #eaf2d5;
    font-size: 2.3rem;
    font-weight: bold;
    color: #00713c;
}

.box-support-text {
    margin-top: -34px;
    position: relative;
}

.box-support-text p {
    line-height: 1.875;
}

.home-support {
    position: relative;
}

.home-support::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eaf2d5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.box-950 {
    max-width: 950px;
    margin: 0 auto;
}

.box-initi-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    background-color: #ffd871;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.box-initi-cont {
    background-color: #fff3c9;
    padding: 30px;
}

.box-initi {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.box-contact-init {
    border: 2px solid #f76f00;
    background-color: #fff;
    border-radius: 14px;
    padding-top: 35px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: relative;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.box-contact-init::after {
    content: "";
    width: 54px;
    height: 54px;
    background-image: url(../images/index/icon-phone.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
}

.box-contact-init h4 {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

.box-contact-init h4::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    max-width: 550px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

a.btn.btn-primary {
    background-color: #fff;
    min-height: 65px;
    padding-left: 30px;
    justify-content: flex-start;
    border-radius: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

a.btn.btn-primary::after {
    width: 24px;
    height: 24px;
    background-image: url(../images/index/icon-right-full.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 18px;
    transition: 0.3s;
}

a.btn.btn-primary:hover {
    background-color: #fff3c9;
}

.box-job {
    display: flex;
    padding: 25px 32px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    padding-right: 60px;
    margin-bottom: 25px;
}

.box-job::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/index/icon-right-full.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.box-job-cat p {
    display: flex;
    min-height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    background: #fff;
    border-radius: 5px;
    border: 1px solid;
    color: #008ec4;
    min-width: 190px;
    text-align: center;
}

.box-job-cat p:nth-child(2) {
    margin-top: 10px;
    border: none;
    background-color: #f76f00;
    color: #fff;
}

.box-job-cont {
    flex: 1;
    padding-left: 30px;
}

.box-job-cont .date {
    font-weight: bold;
    color: #999999;
}

.title-job {
    padding-top: 8px;
}

.title-job a {
    font-size: 1.8rem;
    font-weight: bold;
}

.home-job {
    position: relative;
}

.home-job::after {
    content: "";
    width: 100%;
    height: calc(100% - 105px);
    background-color: #ffed9e;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.home-job::before {
    content: "";
    width: 244px;
    height: 351px;
    background-image: url(../images/index/bg-1.png);
    right: -30px;
    top: -74px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

.home-job .main-title {
    position: relative;
}

.home-job .main-title::after {
    content: "";
    width: 500px;
    height: 464px;
    background-image: url(../images/index/bg-title-job.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    top: -85px;
}

section#home-job {
    position: relative;
}

section#home-job::after {
    content: "";
    width: 244px;
    height: 351px;
    background-image: url(../images/index/bg-1.png);
    left: -30px;
    bottom: -170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transform: scaleX(-1);
    z-index: -1;
}

.insta-title {
    font-size: 4rem;
    font-weight: 600;
    font-family: "Josefin Slab", serif;
    color: #f76f00;
    text-align: center;
}

.insta-title img {
    width: 72px;
}

a.btn.btn-main {
    max-width: 280px;
    min-height: 70px;
    border-radius: 35px;
    background: #f76f00;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    padding-left: 32px;
    justify-content: flex-start;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #f76f00;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
}

a.btn.btn-main::before {
    width: 26px;
    height: 26px;
    right: 20px;
    transition: 0.3s;
    background-color: #fff;
    border-radius: 50%;
}

a.btn.btn-main::after {
    width: 7px;
    height: 12px;
    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;
    right: 28px;
    background-color: #f76f00;
    transition: 0.3s;
}

a.btn.btn-main:hover {
    background-color: #fff;
    color: #f76f00;
}

a.btn.btn-main:hover::before {
    background-color: #f76f00;
}

a.btn.btn-main:hover::after {
    background-color: #fff;
}

.box-contact {
    max-width: 850px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 13px;
    padding: 50px 10px 40px;
}

.box-contact .main-title {
    padding-bottom: 30px;
    position: relative;
}

.box-contact .main-title::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #f76f00;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.box-contact .main-title-jp {
    margin-bottom: 0;
}

.box-contact .main-title-jp::after {
    display: none;
}

.box-contact .main-title-en {
    font-size: 2.3rem;
    color: #333;
    font-family: "Josefin Slab", serif;
}

.home-contact {
    position: relative;
}

.home-contact::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-contact.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-position: top;
    top: 0;
    left: 0;
    z-index: -5;
}

.home-insta {
    position: relative;
}

.home-insta::before {
    content: "";
    width: 1211px;
    height: 1211px;
    background-image: url(../images/index/after-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -583px;
    right: -775px;
    z-index: -3;
}

.home-insta::after {
    content: "";
    width: 100%;
    height: 440px;
    background-image: url(../images/index/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: -4;
    bottom: -30px;
}

footer {
    position: relative;
}

footer::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 250, 148) 0%, rgb(255, 192, 78) 88%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

footer .menu-list {
    width: 50%;
    margin-right: 40px;
}

footer .menu-list:nth-child(2) {
    margin-right: 0;
    width: auto;
    flex: 1;
}

footer .menu-list a {
    font-size: 1.7rem;
}

a.btn.btn-footer {
    flex-direction: column;
    max-width: 300px;
    min-height: 70px;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #f76f00;
    border-radius: 12px;
    padding-left: 30px;
    align-items: flex-start;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}

a.btn.btn-footer span {
    font-size: 1.7rem;
}

a.btn.btn-footer::after {
    width: 28px;
    height: 28px;
    background-image: url(../images/index/icon-right-full.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
}

a.btn.btn-footer:hover {
    background-color: #fff3c9;
}

.slide-job-item {
    display: flex;
}

.job-item-img {
    width: 461px;
}

.job-item-img img {
    border-radius: 15px;
}

.job-item-cont {
    flex: 1;
    padding-left: 54px;
    padding-top: 23px;
}

.job-item-cont p {
    line-height: 1.83;
    font-size: 1.8rem;
    font-weight: 500;
}

.job-item-cont h3 {
    font-size: 3.8rem;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #f76f00;
    margin-bottom: 50px;
}

.box-btn-job {
    padding-top: 105px;
}

.home-job-right {
    padding-left: 30px;
    width: calc(100% - 260px);
}

.box-home-job-info {
    display: flex;
    margin-bottom: 205px;
    position: relative;
}

.box-home-job-info::after {
    content: "";
    width: calc(50vw + 444px);
    height: calc(100% + 120px);
    background-color: #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    box-shadow: 0 27px 29px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -60px;
    left: 160px;
    z-index: -1;
}

.home-job-left {
    width: 260px;
    position: relative;
    z-index: 1;
}

.home-job-left::after {
    content: "";
    width: calc(50vw - 365px);
    height: calc(100% + 90px);
    background-color: #ffe882;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: absolute;
    top: -45px;
    right: 30px;
    z-index: -1;
}

.box-slide-job {
    position: static;
}

.box-slide-job .slick-list {
    overflow: visible;
    margin: 0 -25px;
    position: static;
}

.box-slide-job .slick-slide {
    padding: 0 25px;
}

.box-slide-job button.slide-arrow {
    z-index: 1;
    width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 50%;
    border: none;
    bottom: -205px;
    position: absolute;
    left: calc(50% - 217px);
    cursor: pointer;
}

.box-slide-job button.slide-arrow.next-arrow {
    left: auto;
    right: calc(50% - 217px);
}

.appenddots ul.slick-dots {
    bottom: -178px;
}

.box-job-link {
    position: relative;
    left: -75px;
}

a.btn.btn-job {
    min-height: 78px;
    padding-left: 18px;
    font-size: 2.2rem;
    font-weight: 500;
    justify-content: flex-start;
    overflow: hidden;
}

a.btn.btn-job::after {
    width: 26px;
    height: 26px;
    background-image: url(../images/index/icon-right-white.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 12px;
}

a.btn.btn-job:before {
    content: "";
    width: 200%;
    height: 1px;
    bottom: 0px;
    background: linear-gradient(90deg, #fff 0%, #fff 49.99999%, #f76f00 50%, #f76f00 100%);
    position: absolute;
    left: -100%;
    bottom: 0;
    transform: none;
    top: unset;
    transition: all 0.5s;
}

a.btn.btn-job:hover:before {
    left: 0%;
}

@media(min-width:1600px) {
    a.btn.btn-job {
        position: relative;
        width: 400px;
        left: -165px;
    }
}

.home-job-info {
    position: relative;
}

.home-job-info::after {
    content: "";
    width: 1251px;
    height: 1251px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -691px;
    z-index: -4;
}

.box-button-fixed {
    position: fixed;
    z-index: 3;
    top: 200px;
    right: 0;
    font-size: 2.1rem;
}

.box-button-fixed a.btn.btn-menu {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    margin-bottom: 30px;
    width: 75px;
    height: 210px;
    padding-left: 0;
    padding-top: 68px;
    border: 2px solid #fff;
    border-right: none;
    border-radius: 15px 0 0 15px;
    box-shadow: -4px 4px 0 0 rgba(0, 0, 0, 0.2);
}

.box-button-fixed a.btn.btn-menu::after {
    top: 34px;
}

.box-button-fixed a.btn.btn-menu::before {
    top: 34px;
}

.box-button-fixed a.btn.btn-menu:hover {
    border-color: #0f388c;
}

.box-button-fixed a.btn.btn-menu.btn-menu-2:hover {
    border-color: #ff6174;
}

.page-header-title {
    height: 400px;
    padding-top: 220px;
}

.title-en {
    font-size: 3rem;
    font-family: "Josefin Slab", serif;
    font-weight: 400;
    color: #928178;
}

.title-jp {
    font-size: 4.5rem;
    font-weight: bold;
    color: #f76f00;
    margin-bottom: 15px;
}

.admin-bar a.menu-btn {
    top: 32px;
}

.page-header {
    position: relative;
}

.page-header::after {
    content: "";
    width: calc(50% + 240px);
    height: 100%;
    background-image: url(../images/index/bg-page.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-bottom-left-radius: 130px;
}

.page-header::before {
    content: "";
    width: 585px;
    height: 585px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -90px;
    left: -160px;
    z-index: -2;
}

.box-single-interview-top {
    display: flex;
}

.interview-top-left {
    width: 640px;
}

.interview-top-right {
    flex: 1;
    position: relative;
}

.box-cont-interview {
    max-width: 380px;
}

.interview-excerpt {
    font-size: 3rem;
    padding: 35px;
    border-radius: 20px;
    color: #f76f00;
    font-weight: bold;
    line-height: 1.43;
    max-width: 500px;
    position: absolute;
    top: 25px;
    left: -50px;
    background-color: #fff;
}

.img-single-inter img {
    border-radius: 120px 120px 0 0;
    border: 1px solid #333;
}

.interview-top-left .cat-inter {
    left: -50px;
}

body:not(.home) .name-inter {
    font-size: 25px;
    margin-bottom: 13px;
}

body:not(.home) .name-inter span {
    font-size: 33px;
}

body:not(.home) .cap-inter {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

body:not(.home) .cap-inter::after {
    width: 160px;
}

body:not(.home) .year-join {
    font-size: 16px;
    margin-bottom: 20px;
}

body:not(.home) .box-cont-interview {
    padding: 30px 30px 20px 10px;
}

.cat-interview {
    position: absolute;
    min-width: 120px;
    width: fit-content;
    height: 120px;
    border: 1px solid #333;
    border-radius: 60px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-weight: 500;
    font-size: 18px;
    left: -35px;
}

.question-inter,
.answer-inter {
    display: flex;
}

.q,
.a {
    font-size: 60px;
    color: #f76f00;
    font-weight: 400;
    width: 100px;
    flex-shrink: 0;
    font-family: "josefin slab", serif;
    text-align: center;
    position: absolute;
    left: 0;
    top: -10px;
}

.question-inter {
    position: relative;
    padding-left: 100px;
}

.answer-inter {
    position: relative;
    padding-left: 100px;
    margin-bottom: 55px;
    max-width: 970px;
}

.question-inter:before {
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    min-height: 55px;
    content: "";
    background-color: #FFEB7D;
    border-radius: 28px;
    z-index: -1;
    left: 0;
}

.question-inter .text {
    min-height: 55px;
    padding: 10px 10px 10px 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.single-interview-inner {
    position: relative;
}

.single-interview-inner:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 215px;
    background-color: #DEF0AA;
}

section.single-interview {
    position: relative;
}

section.single-interview:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 150px);
    left: -75px;
    height: 180px;
    background-color: #DEF0AA;
    bottom: 215px;
    border-radius: 50% 50% 0 0;
}

.answer-inner {
    margin-top: 35px;
}

.answer-inner {
    display: flex;
    gap: 45px;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
}

.img-qna-inter {
    width: 400px;
    flex-shrink: 0;
}

.img-qna-inter img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.a {
    top: 30px;
}

.img_left .answer-inner {
    flex-flow: row-reverse;
}

.interview-qna {
    position: relative;
}

.interview-qna::before {
    content: "";
    width: 1190px;
    height: 1190px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 60px;
    left: calc(50% + 383px);
    z-index: -2;
}

.interview-qna::after {
    content: "";
    width: 1190px;
    height: 1190px;
    background-image: url(../images/index/after-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 120px;
    left: calc(50% - 1623px);
    z-index: -2;
}

.interview-schedule {
    position: relative;
    background-color: #FFF6D1;
}

.interview-schedule:before {
    content: "";
    width: 435px;
    height: 435px;
    background-image: url(../images/index/sche-head.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
}

.single-interview .sub-title {
    color: #f76f00;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    text-align: center;
    font-size: 28px;
}

.single-interview .sub-title p {
    font-weight: bold;
}

.single-interview .sub-title h2 {
    font-size: 3.5rem;
    font-family: "josefin Slab", serif;
    font-weight: 400;
    color: #928178;
    text-align: center;
}

.box-schedule {
    display: flex;
    padding-bottom: 35px;
}

.time-schedule {
    font-weight: 600;
    font-size: 22px;
    color: #F76F00;
    font-family: "josefin Slab", serif;
    padding-top: 10px;
    width: 130px;
    flex-shrink: 0;
    padding-right: 15px;
}

.cont-schedule {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding-top: 7px;
}

.list-schedule {
    position: relative;
}

.list-schedule:before {
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    background-image: url(../images/index/bg-dots.svg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    left: 92px;
    top: 0;
}

.box-schedule:last-child {
    padding-bottom: 0;
}

.img-schedule {
    width: 230px;
    margin-bottom: 30px;
}

.img-schedule:nth-child(2n) {
    margin-left: auto;
}

.img-schedule img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.list-schedule-image {
    max-width: 369px;
    margin-left: auto;
}

.interview-schedule .sub-title {
    position: relative;
}

.interview-schedule .sub-title::before {
    content: "";
    width: 175px;
    height: 252px;
    position: absolute;
    background-image: url(../images/index/sche-before.png);
    background-size: 100% 100%;
    left: calc(50% + 475px);
    top: -20px;
    z-index: 1;
}

.interview-message {
    background-color: #EAF2D5;
}

.message-box {
    position: relative;
    padding: 50px;
    margin-top: 30px;
}

.message-box:before {
    border: 2px solid #9ECD33;
    border-radius: 20px;
    margin: 0 auto;
    background-color: white;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.message-box .message {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: flex-start;
    gap: 40px;
}

.message-box .message .left {
    font-size: 17px;
    line-height: 2;
}

.message-box .message .left .text {
    padding-top: 0;
}

.message-box .message .right {
    width: 292px;
    flex-shrink: 0;
}

.interview-message .btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.interview-message .btn-wrap a.btn.btn-main {
    width: 100%;
}

.img-message img {
    border-radius: 102px 102px 0 0;
}

.single-interview .interview-message .sub-title {
    color: #00713C;
}

.cat-list {
    display: flex;
    justify-content: flex-start;
}

.cat-item {
    min-width: 244px;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    color: white;
    font-size: 19px;
    font-weight: 500;
}

.job-type-item {
    border-width: 1px;
    border-style: solid;
}

.infor-line {
    justify-content: space-between;
}

.single-content-inner {
    margin-top: 100px;
    margin-bottom: 300px;
    border: 1px solid #f76f00;
    border-radius: 20px;
    padding: 60px 50px 55px;
}

.box-single-top {
    max-width: 950px;
    margin: auto;
}

.recruit-block {
    max-width: 900px;
    margin: auto;
}

.infor-line {
    border-bottom: 1px solid #F76F00;
    margin-bottom: 40px;
    padding-bottom: 25px;
}

.title-line .title-single {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px dotted #F76F00;
    padding-bottom: 15px;
    margin-bottom: 55px;
}

.recruit-block .wrap-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 25px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: #F76F00;
}

.recruit-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.recruit-item .left {
    width: 230px;
    flex-shrink: 0;
    background-color: #FFD871;
    font-weight: bold;
    padding: 13px 10px 13px 25px;
    display: flex;
    align-items: center;
}

.recruit-item .right {
    background-color: #FFF3C9;
    padding: 13px 10px 13px 20px;
    width: 100%;
}

.recruit-item:first-child .left {
    border-top-left-radius: 12px;
}

.recruit-item:first-child .right {
    border-top-right-radius: 12px;
}

.recruit-item:last-child .left {
    border-bottom-left-radius: 12px;
}

.recruit-item:last-child .right {
    border-bottom-right-radius: 12px;
}

.contactForm>.inner {
    padding: 60px 50px;
    border: 1px solid #f76f00;
    border-radius: 20px;
}

.form-item.mb-half {
    flex-wrap: wrap;
}

.right.under {
    width: 100%;
}

.privacy-text-box {
    border: 1px solid #c7c7c7;
    padding: 20px 25px;
    margin: 25px auto;
}

.privacy-text {
    overflow-y: scroll;
    height: 146px;
}

.box-job.biggerlink {
    transition: all 0.5s;
}

.box-job.biggerlink:hover {
    opacity: 0.6;
}

.home-insta::after {
    background-size: 100% 100%;
}

body:not(.home) .box-cont-interview {
    width: fit-content;
    padding-left: 50px;
}