.ff-mincho {
    font-family: "Shippori Mincho B1", serif;
}

.ff-oswald {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.color-1 {
    color: #0068b6;
}

.color-2 {
    color: #009c97;
}

.color-3 {
    color: #ab9b00;
}

.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.banner-home {
    height: 1005px;
    padding-top: 225px;
    position: relative;
}

.banner-home::after {
    content: "";
    width: 100%;
    height: 935px;
    background-image: url(../images/index/bg-1.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-home::before {
    content: "";
    height: 537px;
    width: 100%;
    background-image: url(../images/index/bg-2-cs.png);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(7px -7px 30px rgba(16, 77, 107, 0.3));
}

.banner-home .slide-item {
    height: 1005px;
}

.banner-home .slide-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
}

.box-slide-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.box-slide-main::after {
    content: "";
    width: 366px;
    height: 301px;
    background-image: url(../images/index/after-slide.png);
    position: absolute;
    top: -73px;
    right: -160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-home-cont {
    font-family: "Shippori Mincho B1", serif;
    color: #fff;
}

.banner-home-cont h2 {
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-shadow: 0 0 15px #0b5699;
    margin-bottom: 50px;
}

.banner-home-cont p {
    font-size: 1.7rem;
    line-height: 2.17;
    font-weight: 500;
}

.box-main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
    padding: 24px 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 38px;
    margin-left: auto;
}

a.btn.btn-mail {
    font-weight: bold;
    color: #0068b6;
    letter-spacing: 0.1em;
    padding-left: 33px;
}

a.btn.btn-mail::after {
    width: 21px;
    height: 15px;
    mask-image: url(../images/index/icon-mail.svg);
    -webkit-mask-image: url(../images/index/icon-mail.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    left: 0;
    background-color: #0068B6;
}

a.btn.btn-mail:hover {
    color: #01AECF;
}

a.btn.btn-mail:hover::after {
    background-color: #01AECF;
}

.news-imp {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 5px 5px 0;
    justify-content: flex-end;
}

@media(min-width:768px) {
    .news-imp {
        min-width: 770px;
    }
}

.date-imp {
    font-size: 1.6rem;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #0068b6;
}

.box-news-imp {
    position: absolute;
    width: calc(50% - 30px);
    left: 0;
    z-index: 2;
    bottom: 290px;
}

.box-news-imp a.cat {
    width: 95px;
    min-height: 25px;
    border: 1px solid #8cb600;
    color: #8cb600;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    background-color: #fff;
}

a.title-imp {
    display: block;
    color: #333333;
    font-weight: 500;
    font-size: 1.5rem;
    position: relative;
}

a.title-imp::after {
    content: "";
    width: 7px;
    height: 13px;
    background-image: url(../images/index/icon-right-min.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.text-gradient {
    background: linear-gradient(180deg, #3049B7 0%, #00AECF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 5.2rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.075em;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
}

.box-video-home {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.box-video-home iframe {
    width: 100%;
    height: 468px;
}

.home-support {
    position: relative;
}

.home-support::after {
    content: "";
    width: 100%;
    height: 837px;
    background-image: url(../images/index/bg-3.png);
    top: -150px;
    left: 0;
    position: absolute;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.home-support::before {
    content: "";
    width: 100%;
    height: 831px;
    background-image: url(../images/index/bg-4.png);
    bottom: -330px;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.home-support .container {
    z-index: 3;
}

#home-support {
    position: relative;
}

#home-support::after {
    content: "";
    width: 100%;
    height: 247px;
    background-image: url(../images/index/line-2.png);
    position: absolute;
    top: 430px;
    left: 0;
    z-index: 2;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.main-title-en {
    font-size: 7.4rem;
    letter-spacing: 0.1em;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    padding-bottom: 25px;
    position: relative;
    line-height: 1;
    color: #005fa6;
}

.main-title-en::after {
    content: "";
    width: 140px;
    height: 6px;
    background: linear-gradient(90deg, rgba(0, 174, 207, 0) 8%, rgb(0, 174, 207) 40%, rgb(0, 174, 207) 60%, rgba(0, 174, 207, 0) 92%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-title-jp {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-top: 25px;
}

.main-title.center {
    text-align: center;
}

.main-title.center .main-title-en::after {
    left: 50%;
    transform: translateX(-50%);
}

.box-img-link-busi {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.box-img-link-busi img {
    width: 100%;
    transition: 0.3s;
}

.box-img-link-busi:hover img {
    transform: scale(1.1);
}

.title-busi-en {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 2.4rem;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    gap: 5px;
}

.title-busi-en span {
    font-size: 1.2rem;
}

.title-busi-jp {
    font-size: 2.9rem;
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    font-weight: 500;
}

.title-busi-jp::after {
    content: "";
    width: 35px;
    height: 35px;
    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%);
    right: -53px;
}

.home-business .main-title-en {
    color: #fff;
}

.home-business {
    position: relative;
}

.home-business::after {
    content: "";
    width: 100%;
    height: 837px;
    background-image: url(../images/index/bg-3.png);
    top: 45px;
    left: 0;
    position: absolute;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.img-company-right img {
    max-width: unset;
    border-radius: 20px;
}

.home-company-left {
    padding-right: 95px;
}

.box-link-company {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.box-link-company::after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.box-link-company.large .box-link-company-right {
    width: calc(50% - 20px);
}

.box-link-company.large .box-link-company-left {
    justify-content: flex-start;
    width: calc(50% + 20px);
    position: relative;
}

.box-link-company.large a.title-company-en {
    position: absolute;
    right: -180px;
    bottom: 25px;
}

.box-link-company img {
    transition: 0.3s;
}

.box-link-company:hover img {
    transform: scale(1.1);
}

.sub-title-company-jp {
    font-size: 2rem;
    font-weight: 500;
    color: #0068b6;
    padding-left: 56px;
    padding-top: 25px;
}

.box-link-company-right {
    width: 270px;
    overflow: hidden;
}

.box-link-company-left {
    width: calc(100% - 270px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-company-jp {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    font-weight: 500;
}

.title-company-jp span {
    color: #005fa6;
}

a.title-company-en {
    font-size: 3.3rem;
    color: #b4dbfa;
    letter-spacing: 0.1em;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    z-index: 1;
}

.home-company {
    position: relative;
}

.home-company::after {
    content: "";
    width: 1200px;
    height: calc(100% - 280px);
    background-color: #e1effa;
    border-radius: 20px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.news-item.item-list {
    display: flex;
    padding: 30px 20px;
    border-bottom: 1px solid rgba(0, 104, 182, 0.5);
    align-items: center;
    background-color: transparent;
    transition: 0.3s;
}

.news-item.item-list:hover .title a {
    color: #005FA6;
}

.news-item.item-list:hover .title a::after {
    right: -40px;
}

.news-item.item-list:last-child {
    border-bottom: none;
}

.news-item.item-list .date {
    margin-right: 40px;
    color: #0068b6;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.news-item.item-list .title {
    margin-left: 35px;
    padding-right: 27px;
    flex: 1;
}

.news-item.item-list .title a {
    font-weight: 500;
    color: #333;
    position: relative;
    display: block;
    transition: 0.3s;
}

.news-item.item-list .title a::after {
    content: "";
    width: 10px;
    height: 15px;
    background-image: url(../images/index/icon-right-min.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    transition: 0.3s;
}

a.cat {
    width: 110px;
    min-height: 25px;
    background-color: #8cc451;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-bottom: 1px;
    text-align: center;
}

a.btn.btn-main {
    border: 2px solid #0068b6;
    border-radius: 32px;
    max-width: 280px;
    min-height: 65px;
    color: #fff;
    background-color: #0068b6;
    font-weight: 500;
    padding-left: 40px;
    justify-content: flex-start;
    letter-spacing: 0.1em;
}

a.btn.btn-main::after {
    width: 10px;
    height: 15px;
    mask-image: url(../images/index/icon-right-min.svg);
    -webkit-mask-image: url(../images/index/icon-right-min.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #fff;
    right: 28px;
    transition: 0.3s;
}

a.btn.btn-main:hover {
    background-color: #fff;
    color: #0068b6;
}

a.btn.btn-main:hover::after {
    background-color: #0068b6;
}

a.btn.btn-main.btn-thanks {
    max-width: 250px;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    min-height: 65px;
}

.ml-auto {
    margin-left: auto;
}

.home-news {
    padding-bottom: 200px;
    position: relative;
}

.home-news::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-5.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.home-recruit-bottom {
    padding: 40px 70px;
    background-color: #00aecf;
    border-radius: 20px;
    max-width: 1100px;
    display: flex;
    color: #fff;
    margin-left: auto;
    margin-top: -105px;
    position: relative;
    transition: 0.3s;
}

.home-recruit-bottom::after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.home-recruit-bottom .main-title {
    width: 44%;
}

.home-recruit-bottom .main-title-en {
    color: #fff;
}

.home-recruit-bottom .main-title-en::after {
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 8%, rgb(255, 255, 225) 40%, rgb(255, 255, 255) 60%, rgba(0, 174, 207, 0) 92%);
}

.home-recruit-bottom:hover {
    background-color: #0068B6;
}

.img-recruit img {
    border-radius: 20px;
}

.recruit-bottom-right {
    width: 56%;
}

.recruit-bottom-right h3 {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.recruit-bottom-right p {
    font-size: 2.2rem;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
    line-height: 1.63;
}

.home-img-bottom {
    height: 400px;
    position: relative;
}

.home-img-bottom::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/index/home-img-bottom.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.text-home-bottom {
    font-size: 6.4rem;
    letter-spacing: 0.2em;
    text-align: center;
    font-family: "Oswald", serif;
    color: #00aecf;
    padding-top: 250px;
    font-weight: 300;
}

.home-recruit {
    position: relative;
}

.home-recruit::after {
    content: "";
    width: 571px;
    height: 266px;
    background-image: url(../images/index/logo-favi.png);
    position: absolute;
    top: 190px;
    left: -245px;
    z-index: -1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.home-recruit::before {
    content: "";
    width: 772px;
    height: 237px;
    background-image: url(../images/index/bg-line.png);
    position: absolute;
    top: -30px;
    left: -80px;
    z-index: -1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#home-recruit {
    position: relative;
}

#home-recruit::after {
    content: "";
    width: 571px;
    height: 266px;
    background-image: url(../images/index/logo-favi.png);
    position: absolute;
    top: 22px;
    right: -172px;
    z-index: -1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#home-recruit::before {
    content: "";
    width: 772px;
    height: 237px;
    background-image: url(../images/index/bg-line.png);
    position: absolute;
    top: 240px;
    right: -85px;
    z-index: -1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

.footer {
    background-color: #0068b6;
    color: #fff;
}

.box-link-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.link-footer {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 44px;
    position: relative;
}

a.link-footer::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -44px;
}

a.link-footer:last-child::after {
    display: none;
}

.footer-left {
    display: flex;
    background-color: #fff;
    border-radius: 45px;
    align-items: end;
    justify-content: flex-start;
    padding: 20px 66px;
    gap: 80px;
}

.footer-infor {
    display: flex;
    align-items: center;
    gap: 30px;
}

.title-address {
    color: #0068b6;
    font-weight: bold;
    letter-spacing: 0.2em;
}

p.address {
    font-weight: 500;
    color: #333;
    line-height: 1.5625;
}

.footer-right {
    display: flex;
    gap: 55px;
    margin-top: 50px;
}

.title-footer {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 11px;
    display: block;
    color: #fff;
}

.box-info-footer p {
    font-size: 1.5rem;
    line-height: 1.6;
}

.page-header {
    height: 480px;
    padding-top: 240px;
    position: relative;
}

.page-header::after {
    content: "";
    width: 100%;
    height: calc(100% + 60px);
    background: linear-gradient(0deg, rgb(0, 174, 207) 48%, rgb(48, 113, 183) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.page-header-img {
    position: relative;
    z-index: -1;
}

.page-header-img::before {
    content: "";
    width: calc(50% + 20px);
    height: 380px;
    background-image: url(../images/index/bg-page.png);
    position: absolute;
    top: 175px;
    right: -50px;
    z-index: -2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
}

.company-02 {
    position: relative;
}

.company-02::after {
    width: 545px;
    height: 545px;
    content: "";
    background-image: url(../images/company/after-3.png);
    position: absolute;
    top: 200px;
    left: -54px;
    z-index: -1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#page-header {
    position: relative;
}

#page-header::before {
    content: "";
    width: 246px;
    height: 217px;
    background-image: url(../images/company/after-2.png);
    position: absolute;
    top: 80px;
    right: -33px;
    z-index: -1;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#page-header::after {
    content: "";
    width: 100%;
    height: 108px;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    position: absolute;
    bottom: -108px;
    left: 0;
    z-index: -1;
}

.title-en {
    font-size: 3rem;
    padding-left: 18px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    position: relative;
    margin-bottom: 15px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.title-en::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.title-jp {
    font-size: 4.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
}

ul.list-anchor {
    display: flex;
    justify-content: center;
    gap: 75px;
    padding: 40px 0;
    background-color: #f5f5f5;
    border-radius: 10px;
}

ul.list-anchor li a {
    display: block;
    padding-right: 35px;
    color: #000;
    text-decoration: underline;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    transition: 0.3s;
}

ul.list-anchor li a:hover {
    color: #0068B6;
    opacity: 1;
}

ul.list-anchor li a::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/company/icon-down.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.sub-title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    letter-spacing: 0.1em;
}

.sub-title::after {
    content: "";
    width: 140px;
    height: 6px;
    background: linear-gradient(90deg, rgba(0, 174, 207, 0) 8%, rgb(0, 174, 207) 40%, rgb(0, 174, 207) 60%, rgba(0, 174, 207, 0) 92%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box-text-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0068b6;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-top: 25px;
    font-family: "Shippori Mincho B1", serif;
    gap: 15px;
}

.box-text-sign h3 {
    font-weight: 600;
    font-size: 2.5rem;
}

.table-company {
    display: flex;
}

.box-company-4-right {
    padding: 0 27px;
}

.table-company-left {
    width: 116px;
    padding: 15px;
    font-weight: bold;
    border-bottom: 1px solid;
    color: #0068b6;
    text-align: center;
    letter-spacing: 0.05em;
}

.table-company-right {
    flex: 1;
    padding: 15px 30px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #c8c8c8;
    color: #000;
}

.img-company-4-left {
    padding-right: 70px;
    position: relative;
    height: 400px;
}

.img-company-4-left img {
    position: absolute;
    width: calc(50vw - 70px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    right: 70px;
    top: 0;
    max-width: unset;
}

.map-company-4 {
    height: 400px;
}

.map-company-4 iframe {
    width: 100%;
    height: 100%;
}

.box-history {
    position: relative;
}

.box-history::after {
    content: "";
    width: 100%;
    height: 267px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 76%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0.9;
}

.box-history .table-company-right {
    display: flex;
    gap: 28px;
    padding: 20px 60px;
    position: relative;
}

.box-history .table-company-right::after {
    width: 10px;
    height: 10px;
    content: "";
    background-color: #0068b6;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
}

.box-history .table-company-left {
    width: 120px;
    font-size: 2.9rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
    padding: 13px;
}

.box-history .month {
    font-weight: 500;
    color: #005fa6;
    letter-spacing: 0;
    width: 35px;
}

.title-his {
    line-height: 1.5625;
    letter-spacing: 0.05em;
}

.box-history {
    height: 585px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.box-history.active {
    height: auto;
}

.box-history.active::after {
    display: none;
}

.history-toggle {
    text-align: center;
    margin-top: 40px;
}

.readmore-btn {
    cursor: pointer;
    display: inline-block;
    color: #0073e6;
    font-weight: 700;
}

.readmore-btn {
    position: relative;
    font-size: 2.9rem;
    color: #005fa6;
    letter-spacing: 0.05em;
    padding-right: 33px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    line-height: 1;
}

.readmore-btn::after {
    content: "";
    width: 15px;
    height: 10px;
    background-color: #a0a0a0;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
}

.readmore-btn.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.company-05 {
    position: relative;
    padding-bottom: 300px;
}

.company-05::after {
    width: 1005px;
    height: 1005px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/company/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    top: 100px;
}

.company-03 {
    position: relative;
}

.company-03::after {
    width: 100%;
    height: 462px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/company/after-4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    top: 190px;
}

.box-recruitment {
    display: flex;
    position: relative;
}

.box-recruitment::after {
    content: "";
    width: calc(100vw - (50vw - 50%));
    height: 370px;
    background-color: #e0edfc;
    position: absolute;
    left: 100px;
    bottom: -45px;
    z-index: -1;
}

.recruitment-left {
    width: 55%;
    position: relative;
}

.recruitment-left::after {
    content: "";
    width: calc(50vw - 80px);
    height: 427px;
    background-color: #0068b6;
    right: 140px;
    top: -80px;
    z-index: -4;
    position: absolute;
}

.recruitment-left::before {
    content: "";
    width: 504px;
    height: 227px;
    background-image: url(../images/index/logo-favi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -340px;
    top: 155px;
    z-index: -1;
}

.recruitment-right {
    width: 45%;
    padding-left: 80px;
    padding-top: 135px;
    position: relative;
}

.interview-text {
    font-size: 7.5rem;
    color: #fff;
    letter-spacing: 0.05em;
    position: absolute;
    top: 0;
    line-height: 1;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    top: -36px;
    left: 50px;
}

.title-recruitment {
    position: absolute;
    left: -60px;
    background-color: #fff;
    padding: 25px 50px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #0068b6;
    width: -moz-max-content;
    width: max-content;
    letter-spacing: 0.05em;
    line-height: 1.6;
    top: -103px;
    min-height: 190px;
    max-width: 660px;
}

.department {
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.05em;
    padding-top: 5px;
}

.location {
    font-size: 3.2rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.2em;
    margin-top: 25px;
}

.name-interview {
    color: #0068b6;
    letter-spacing: 0.1em;
    font-weight: 300;
    margin-top: 10px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.year-interview {
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 0.05em;
    margin-top: 50px;
}

.box-info-recruitment a.cat {
    width: -moz-max-content;
    width: max-content;
    padding: 7px 15px;
    font-size: 1.8rem;
    background-color: #BAA900;
}

.box-question {
    display: flex;
    margin-bottom: 40px;
}

.box-question.reverse {
    flex-direction: row-reverse;
}

.box-question.reverse .box-question-right {
    padding-left: 0;
    padding-right: 70px;
    margin-right: 0;
    margin-left: -50px;
}

.box-question-left {
    flex: 1;
}

.box-question-right {
    width: 560px;
    padding-left: 70px;
    margin-right: -50px;
    padding-top: 50px;
}

.answer {
    line-height: 2.06;
    letter-spacing: 0.05em;
    color: #000;
}

.question-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.question-title::after {
    content: "";
    width: 341px;
    height: 1px;
    background-color: #0068b6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.question-title::before {
    content: "";
    width: 200px;
    height: 200px;
    background-color: #f4f6fe;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: -1;
}

.num-question {
    font-size: 5rem;
    color: #0068b6;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.title-ques {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0068b6;
    letter-spacing: 0.05em;
    margin-top: 10px;
}

.message-02 {
    background-color: #3386c5;
}

.box-schedule {
    display: flex;
    margin-bottom: 40px;
}

.box-schedule:last-child {
    margin-bottom: 0;
}

.box-white {
    padding: 50px;
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    padding-top: 110px;
}

.message-03 {
    background-color: #e0edfc;
}

.time-schedule {
    width: 210px;
    font-size: 2.5rem;
    color: #0068b6;
    letter-spacing: 0.05em;
    font-family: "Oswald", sans-serif;
    position: relative;
    font-weight: 300;
}

.time-schedule::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #0068b6;
    border-radius: 50%;
    position: absolute;
    right: -14px;
    top: 14px;
}

.content-schedule {
    flex: 1;
    padding-left: 33px;
    letter-spacing: 0.05em;
    padding-top: 4px;
    line-height: 2;
}

.title-schedule {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}

.title-schedule-en {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #0068b6;
    position: relative;
}

.title-schedule-jp {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.05em;
    margin-top: 10px;
}

.page-message .page-header-img::before {
    background-image: url(../images/index/bg-recruit.png);
}

.page-interview .page-header-img::before {
    background-image: url(../images/index/bg-message.png);
}

.page-interview .title-recruitment {
    color: #00a7c7;
}

.page-interview .box-recruitment::after {
    background-color: #d9f2f4;
}

.page-interview .recruitment-left::after {
    background-color: #00aecf;
}

.page-interview .recruitment-left::before {
    background-image: url(../images/index/logo-favi-2.png);
}

.page-interview .num-question,
.page-interview .title-ques,
.page-interview .title-schedule-en,
.page-interview .time-schedule {
    color: #00a7c7;
}

.page-interview .question-title::after {
    background-color: #00a7c7;
}

.page-interview .question-title::before {
    background-color: #e5f8fb;
}

.page-interview .message-02 {
    background-color: #33bed9;
}

.page-interview .message-03 {
    background-color: #d9f2f4;
}

.page-interview .time-schedule::after {
    background-color: #00a7c7;
}

.box-info-recruitment {
    position: relative;
}

a.cat-interview {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid;
    color: #00aecf;
    font-size: 2.2rem;
    font-weight: 500;
    position: absolute;
    left: -125px;
    top: -15px;
}

.page-contact .page-header-img::before {
    background-image: url(../images/index/bg-contact.png);
}

.box-sidebar {
    padding: 30px 100px;
    background-color: #f5f5f5;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.sidebar-list ul {
    display: flex;
    gap: 20px;
}

.sidebar-list ul li a {
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    background-color: #fff;
    border-radius: 5px;
    color: #7a7a7a;
}

.sidebar-list ul li a.active {
    background-color: #0068b6;
    color: #fff;
    border-color: #0068b6;
}

.sidebar-list ul li a.catid-1 {
    border-color: #8cc451;
}

.sidebar-list ul li a.catid-1:hover {
    background-color: #8cc451;
    color: #fff;
    border-color: #8cc451;
}

.sidebar-list ul li a.catid-2 {
    border-color: #00aecf;
}

.sidebar-list ul li a.catid-2:hover {
    background-color: #00aecf;
    color: #fff;
    border-color: #00aecf;
}

.sidebar-list ul li:nth-child(2) a:hover {
    background-color: #8cc451;
    color: #fff;
    border-color: #8cc451;
    opacity: 1;
}

.sidebar-list ul li:nth-child(3) a:hover {
    background-color: #00aecf;
    color: #fff;
    opacity: 1;
    border-color: #00aecf;
}

.sidebar-list-title {
    font-weight: bold;
    color: #0068b6;
    margin-bottom: 10px;
}

a.btn.btn-main.btn-home-single {
    width: 280px;
}

.single .page-navi {
    border-top: 1px solid #0068b6;
}

.page-news .page-header-img::before {
    background-image: url(../images/index/bg-news.png);
}

.page-news .news-item.item-list {
    padding: 35px 25px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.page-news .news-item.item-list:last-child {
    border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.page-news .news-item.item-list .date {
    margin-right: 0;
    margin-left: 30px;
}

.page-news .news-item.item-list:hover {
    background-color: #ebf3fa;
}

.page-news.category-1 .page-header-img::before {
    background-image: url(../images/index/bg-cat-1.png);
}

.page-news.category-2 .page-header-img::before {
    background-image: url(../images/index/bg-cat-2.png);
}

.img-welfare-1 img {
    border-radius: 20px;
}

.box-white-welfare {
    display: flex;
    padding: 25px;
    border-radius: 65px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.text-white-welfare h3 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #009c97;
    margin-bottom: 10px;
}

.text-white-welfare p {
    letter-spacing: 0.05em;
    color: #000;
    line-height: 1.375;
}

a.btn.btn-link {
    max-width: 330px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    min-height: 60px;
    color: #0068b6;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-left: 30px;
    justify-content: flex-start;
    border-radius: 5px;
}

a.btn.btn-link::after {
    width: 26px;
    height: 26px;
    background-image: url(../images/index/icon-blank-blue.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
}

h3.title-production {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #ab9b00;
    margin-bottom: 45px;
    line-height: 1.5;
}

.title-production.long {
    position: relative;
    width: calc(100% + 20px)
}

h3.title-production span {
    font-size: 2rem;
}

.box-production-right p {
    letter-spacing: 0.05em;
    line-height: 1.9375;
}

.box-btn-prod {
    margin-top: 30px;
}

.img-production-left img {
    border-radius: 20px;
}

.box-map-production {
    margin-top: 50px;
    height: 388px;
}

.box-map-production>* {
    height: 100%;
    width: 100%;
}

ul.list-link-blank li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
}

ul.list-link-blank li::after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #ab9b00;
    position: absolute;
    left: 3px;
    top: 6px;
}

a.link-blank {
    position: relative;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.05em;
}

a.link-blank::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/index/icon-blank-blue.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: -35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.other-services-01 {
    position: relative;
}

.other-services-01::after {
    content: "";
    width: 100%;
    height: 400px;
    background-color: #faf7df;
    position: absolute;
    z-index: -2;
    top: 320px;
    left: 0;
}

.other-services-02 {
    position: relative;
}

.other-services-02::after {
    content: "";
    width: 100%;
    height: 230px;
    background-color: #faf7df;
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
}

.other-services-03 {
    position: relative;
}

.other-services-03::after {
    content: "";
    width: 100%;
    height: 350px;
    background-color: #faf7df;
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
}

.title-cs {
    font-size: 2.5rem;
    padding-bottom: 18px;
    border-bottom: 2px solid #d2d2d2;
    color: #000;
    font-weight: 500;
    position: relative;
}

.title-cs::after {
    content: "";
    width: 150px;
    height: 5px;
    background-color: #baa900;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.box-food-info p {
    font-size: 1.5rem;
    text-align: center;
    padding-top: 20px;
    color: #000;
}

.box-charactor {
    padding: 30px;
    background-color: #faf7df;
    border-radius: 20px;
}

.img-charactor {
    text-align: center;
}

.title-charactor {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -25px;
}

.title-food {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #baa900;
    border-radius: 5px;
    padding: 10px 0;
    letter-spacing: 0.05em;
    margin: 20px 0;
}

.box-food-info-2 img {
    border-radius: 20px;
}

.box-food-info-2 p {
    line-height: 1.9375;
    letter-spacing: 0.05em;
    color: #000;
    text-align: justify;
}

.box-flex-list {
    display: flex;
    gap: 40px;
}

.box-border-food {
    display: flex;
    padding: 40px 50px;
    border: 1px solid #8c8700;
    gap: 42px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.border-food-left {
    width: 315px;
}

.border-food-left img {
    border-radius: 20px;
}

.border-food-right {
    flex: 1;
}

.border-food-right h3 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #8c8700;
}

.border-food-right ul.list-link-blank {
    margin-top: 20px;
}

.border-food-right ul.list-link-blank li {
    margin-bottom: 0;
}

.border-food-right p {
    color: #000;
    line-height: 1.625;
}

.box-product-dev {
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}

.box-product-dev:last-child {
    margin-bottom: 0;
}

.product-dev-left {
    width: 305px;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.product-dev-right {
    flex: 1;
}

.product-dev-right h4 {
    color: #8c8700;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.product-dev-right p {
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #000;
}

.num-dev {
    font-size: 6.5rem;
    color: #baa900;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.list-process {
    counter-reset: section;
    position: relative;
}

.list-process::after {
    content: "";
    width: 3px;
    height: calc(100% - 50px);
    border-right: 3px dotted #8c8700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    z-index: -1;
}

.box-process {
    border: 1px solid #8c8700;
    border-radius: 5px;
    padding: 18px 30px 18px 70px;
    margin-bottom: 30px;
    counter-increment: section;
    position: relative;
    background-color: #fff;
}

.box-process:last-child {
    margin-bottom: 0;
}

.box-process::after {
    content: counter(section);
    position: absolute;
    top: 50%;
    left: 29px;
    transform: translateY(-50%);
    font-size: 3rem;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    color: #8c8700;
}

.box-process-inner {
    padding-left: 30px;
    border-left: 1px solid #8c8700;
    letter-spacing: 0.05em;
}

.box-process-inner p {
    line-height: 1.75;
}

.title-process {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.food-production-01 {
    position: relative;
}

.food-production-01::after {
    content: "";
    width: 100%;
    height: 406px;
    background-color: #faf7df;
    position: absolute;
    top: 470px;
    left: 0;
    z-index: -1;
}

.food-production-02 {
    position: relative;
}

.food-production-02::after {
    content: "";
    width: 100%;
    height: 255px;
    background-color: #faf7df;
    position: absolute;
    top: 420px;
    left: 0;
    z-index: -1;
}

a.btn.btn-pdf {
    font-weight: 500;
    padding-left: 85px;
    min-height: 65px;
    justify-content: flex-start;
    background-color: #fff;
    color: #333;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
}

a.btn.btn-pdf::after {
    width: 32px;
    height: 39px;
    background-image: url(../images/index/icon-pdf.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 25px;
}

a.btn.btn-pdf::before {
    width: 9px;
    height: 15px;
    background-image: url(../images/index/icon-right-min.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
}

a.btn.btn-pdf.no-file {
    padding-left: 40px;
    text-decoration: underline;
}

a.btn.btn-pdf.no-file::before {
    background-image: url(../images/sales/icon-blank.svg);
}

a.btn.btn-pdf.no-file:after {
    display: none;
}

.box-border-meal {
    border: 1px solid #00a8a3;
    padding: 50px 65px;
    background-color: #fff;
    border-radius: 10px;
}

.box-border-meal ul.list-link-blank li {
    margin-bottom: 5px;
    font-weight: 400;
}

.box-border-meal ul.list-link-blank li::after {
    background-color: #00a8a3;
}

.table-meal {
    display: flex;
    border: 1px solid #a6a6a6;
    border-bottom: none;
    letter-spacing: 0.05em;
}

.table-meal:last-child {
    border-bottom: 1px solid #a6a6a6;
}

.table-meal-left {
    width: 300px;
    background-color: #faf7df;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 12px;
    border-right: 1px solid #a6a6a6;
}

.table-meal-right {
    flex: 1;
    padding: 12px 50px;
    background-color: #fff;
    font-size: 1.8rem;
}

.list-table-meal {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.title-meal {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
}

.title-meal::after {
    content: "";
    width: 120px;
    height: 3px;
    background-color: #00a8a3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.home-meal-delivery-04 .box-process {
    border-bottom: 1px solid #baa900;
}

.home-meal-delivery-04 .box-process::after {
    color: #baa900;
}

.home-meal-delivery-04 .box-process-inner {
    padding-top: 4px;
    padding-bottom: 4px;
    border-color: #baa900;
}

.box-contact-meal {
    padding: 50px 120px 60px;
    background-color: #e1effa;
    border-radius: 15px;
    position: relative;
}

.box-contact-meal h3 {
    font-size: 4.4rem;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    color: #0068b6;
    font-weight: 300;
}

.box-contact-meal h4 {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
}

.contact-meal-flex {
    display: flex;
}

.contact-meal-left {
    width: 50%;
    padding-left: 90px;
    position: relative;
}

.contact-meal-left a {
    font-size: 3.3rem;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #333;
}

.contact-meal-left p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
}

.contact-meal-left::after {
    content: "";
    width: 70px;
    height: 80px;
    background-image: url(../images/index/icon-phone.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.contact-meal-right {
    width: 50%;
}

.contact-meal-right a.btn.btn-main {
    max-width: 330px;
    padding-left: 80px;
    letter-spacing: 0.05em;
}

.contact-meal-right a.btn.btn-main::before {
    content: "";
    width: 31px;
    height: 22px;
    mask-image: url(../images/index/icon-mail-white.svg);
    -webkit-mask-image: url(../images/index/icon-mail-white.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #fff;
    transition: 0.3s;
    left: 25px;
}

.contact-meal-right a.btn.btn-main:hover::before {
    background-color: #0068b6;
}

.list-news-recruitment .news-item.item-list {
    background-color: transparent;
}

.page-recruitment ul.list-anchor {
    flex-wrap: wrap;
    gap: 30px 75px;
    padding: 40px 80px;
}

.page-recruitment .page-anchor {
    margin-bottom: -64px;
    z-index: 1;
}

.box-flex-mega {
    display: flex;
    align-items: flex-start;
}

.mega-menu-cont {
    padding: 60px;
}

.flex-mega-left {
    width: 336px;
}

.flex-mega-right.hide-for-small {
    flex: 1;
}

.box-list-link-mega {
    display: flex;
    gap: 25px;
}

.link-mega a {
    font-size: 1.8rem;
    display: block;
    margin-top: 10px;
    color: #333;
    font-weight: 500;
    position: relative;
    text-align: left;
}

.link-mega a::after {
    content: "";
    width: 23px;
    height: 23px;
    background-image: url(../images/index/icon-right-hover.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

header {
    position: relative;
}

.img-link-mega {
    overflow: hidden;
    border-radius: 15px;
}

.title-mega-en {
    font-size: 6rem;
    color: #0068b6;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.1em;
    font-family: "Oswald", sans-serif;
}

.title-mega-jp {
    font-size: 2.6rem;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.header-logo-main {
    display: none;
}

.menu-open .header-logo-main {
    display: block;
}

.menu-open .header-logo-white {
    display: none;
}

.history-toggle {
    position: relative;
    z-index: 1;
}

.history-toggle.active::after {
    display: none;
}

.history-toggle:after {
    content: "";
    width: 100vw;
    height: 400px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: -40px;
}

.youtube-video {
    position: relative;
}

.youtube-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.7rem;
    font-weight: 300;
    padding-top: 73px;
    width: 70px;
    z-index: 2;
    color: #fff;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.2em;
    text-align: center;
    cursor: pointer;
}

.youtube-video .play-btn::after {
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../images/index/icon-play.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.youtube-video.active::after {
    display: none;
}

.youtube-video.active .play-btn {
    display: none;
}

button.ytmCuedOverlayPlayButton {
    display: none !important;
}

.no-link {
    pointer-events: none;
}

.category-3 .page-header-img::before {
    background-image: url(/wp-content/uploads/2026/05/bg-cs.png);
}

.category-4 .page-header-img::before {
    background-image: url(/wp-content/uploads/2026/05/bg.png);
}

.box-cat-single {
    margin-right: 10px;
}

.page-thanks .stepList {
    margin-bottom: 75px;
}

.page-thanks .stepList::after {
    display: none;
}

.recruit-staff .col-12:nth-child(2) {
    margin-top: 50px;
}

.box-video-recruit video {
    width: 850px;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
}

.box-logo-partner {
    display: flex;
    gap: 90px;
    justify-content: center;
}

.box-movie {
    width: 800px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}

.box-movie video {
    width: 100%;
    height: 100%;
}

.recruit-staff .text {
    margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1150px) {
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-main .logo-left .logo {
        width: 300px;
    }
    .footer-left {
        gap: 30px;
        justify-content: center;
        align-items: center;
    }
    .home-contact-top.footer-logo {
        width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1020px) {
    a.link-footer {
        margin: 0 20px;
    }
    a.link-footer::after {
        right: -20px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .header-main .main-menu .nav>li {
        margin-right: 10px;
    }
    .box-main-menu {
        padding: 24px 20px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .footer-left {
        padding: 20px;
    }
    .home-contact-top.footer-logo {
        width: 200px;
    }
    .footer-right {
        gap: 30px;
    }
}


/*404 ERROR PAGE*/

.content-error {
    padding: 150px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgb(0, 174, 207) 48%, rgb(48, 113, 183) 100%);
}

.box-404 {
    text-align: center;
    margin-bottom: 50px;
}

.box-404 h2 {
    font-size: 72px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.box-404 h2 span {
    display: block;
    color: #fff;
    font-size: 120px;
    line-height: 1;
    margin-bottom: 10px;
}

.box-404 h3 {
    font-size: 28px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.box-404 p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 30px;
}

.box-btn-404 {
    text-align: center;
}

.box-btn-404 .btn {
    width: 300px;
    max-width: unset;
    min-width: unset;
}

@media (max-width: 767px) {
    .content-error {
        padding: 80px 0;
        min-height: auto;
    }
    .box-404 h2 {
        font-size: 48px;
    }
    .box-404 h2 span {
        font-size: 80px;
        margin-bottom: 5px;
    }
    .box-404 h3 {
        font-size: 22px;
    }
    .box-404 p {
        font-size: 14px;
        line-height: 1.6;
    }
}

.parent-pageid-44 .title-production {
    color: #009c97;
    font-size: 2rem;
}

section#hospital-welfare-01 .hospital-card::before {
    top: 110px;
    height: calc(100% - 150px);
}