.color-1 {
    color: #fa6f34;
}

.link-banner.anim.faderight.is-animated,
.img-banner.anim.faderight.is-animated {
    animation-duration: 1s;
}

.link-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

header.DownMove .header-inner {
    background-color: #ffffff;
}

.link-header a {
    font-size: 1.5rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #2a4198;
    padding-left: 20px;
    position: relative;
}

.link-header a::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.link-header a:hover {
    color: #3e61d6;
}

.size-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.size-text p {
    font-size: 1.5rem;
    color: #fa5c00;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}

.switch-button {
    border: 1px solid #a6a6a6;
    border-radius: 15px;
    padding: 2px 10px;
    background-color: white;
}

.switch-button span {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    transition: 0.3s;
}

.switch-button span:hover {
    background-color: rgba(250, 177, 67, 0.5);
    cursor: pointer;
}

.switch-button span#control-fs-normal {
    font-size: 15px !important;
}

.switch-button span#control-fs-large {
    font-size: 17px;
}

.switch-button span.active,
.switch-button span.hover,
html.font-size-small span#control-fs-small,
html.font-size-normal span#control-fs-normal,
html.font-size-large span#control-fs-large {
    background-color: #fab143;
    color: #fff;
}

.box-btn-search {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #fa5c00;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    gap: 10px;
    position: relative;
}

.box-btn-search input {
    width: 120px;
    height: 30px;
    border: 1px solid #a6a6a6;
    border-radius: 15px;
    padding: 0 10px;
}

.box-btn-search button {
    padding: 0;
    width: 16px;
    background: transparent;
    padding: 0;
    border: none;
    height: 16px;
    position: absolute;
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.box-top-header {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: flex-end;
}

.banner-home-slide {
    width: calc(50vw + 360px);
    margin-left: auto;
    position: relative;
}

.banner-home-slide::after {
    content: "";
    width: 283px;
    height: 151px;
    background-image: url(../images/index/star-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -85px;
}

.banner-home-slide::before {
    content: "";
    width: 110px;
    height: 75px;
    background-image: url(../images/index/star-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -338px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.img-banner {
    position: absolute;
    top: 46px;
    left: 55px;
    z-index: 1;
}

.img-banner img {
    width: 561px;
    height: 201px;
}

.link-banner {
    position: absolute;
    bottom: 35px;
    left: 72px;
    z-index: 1;
}

.main-slider .slick-dots {
    position: absolute;
    left: 320px;
    bottom: -45px;
}

.main-slider .banner-slider-item {
    border-radius: 50px 0 0 50px;
    overflow: hidden;
}

.main-slider .banner-slider-item img {
    width: 100%;
    height: 100%;
    transform: scale(1);
}

.main-slider .slick-current.banner-slider-item img {
    animation: slickZoomIn 8s ease-out forwards;
}

@keyframes slickZoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

body {
    position: relative;
}

body::after {
    content: "";
    background-color: #fff9f0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.slick-dots {
    display: flex;
    align-items: center;
    gap: 15px;
}

.slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #fdc6b4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    border: none;
    padding: 0;
    background: transparent;
    opacity: 0;
}

.slick-dots li.slick-active {
    background-color: #fa5c00;
}

.banner-home {
    position: relative;
}

.banner-home::after {
    content: "";
    width: 788px;
    height: 730px;
    background-image: url(../images/index/after-banner-1.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -45px;
    left: -190px;
    z-index: -2;
}

.banner-home::before {
    content: "";
    width: 1197px;
    height: 694px;
    background-image: url(../images/index/after-banner-2.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -265px;
    right: -600px;
    z-index: -2;
}

.news-item.item-list .title {
    margin-top: 5px;
}

.news-item.item-list .title a {
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.375;
    color: #333;
    display: block;
}

a.cat {
    width: -moz-fit-content;
    width: fit-content;
    min-height: 24px;
    border-radius: 12px;
    padding: 0 16px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f53535;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    position: absolute;
    right: -5px;
    bottom: -5px;
}

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

.news-img {
    border-radius: 10px;
    overflow: hidden;
}

.date {
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-bottom: 10px;
    position: relative;
    padding-top: 5px;
    color: #333333;
}

.date::before {
    content: "";
    width: 82px;
    height: 3px;
    background-image: url(../images/index/bg-dot.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-news-home {
    display: flex;
    gap: 33px;
}

a.btn.btn-main {
    min-width: 250px;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 60px;
    background-color: #fa6f34;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding-left: 25px;
    justify-content: flex-start;
    border: 2px solid #fa6f34;
}

a.btn.btn-main::after {
    width: 30px;
    height: 30px;
    background-image: url(../images/index/icon-right-main.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 15px;
    transition: 0.3s;
}

a.btn.btn-main.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #fa6f34;
}

a.btn.btn-main.btn-white::after {
    background-image: url(../images/index/icon-right-2.svg);
}

a.btn.btn-main.btn-white:hover {
    background-color: #fa6f34;
    color: #ffffff;
}

a.btn.btn-main.btn-white:hover::after {
    background-image: url(../images/index/icon-right-main.svg);
}

a.btn.btn-main:hover {
    background-color: #ffffff;
    color: #fa6f34;
}

a.btn.btn-main:hover::after {
    background-image: url(../images/index/icon-hover.svg);
}

a.btn.btn-main.btn-mail {
    padding-left: 80px;
}

a.btn.btn-main.btn-mail::before {
    width: 28px;
    height: 20px;
    mask-image: url(../images/index/icon-mail.svg);
    -webkit-mask-image: url(../images/index/icon-mail.svg);
    background-color: #ffffff;
    left: 30px;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    transition: 0.3s;
}

a.btn.btn-main.btn-mail:hover::before {
    background-color: #fa6f34;
}

.home-news .main-title-jp {
    font-family: "Josefin Slab", serif;
}

.main-title {
    position: relative;
    padding-bottom: 25px;
}

.main-title::before {
    content: "";
    width: 60px;
    height: 15px;
    background-image: url(../images/index/after-title.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-title-en {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Josefin Slab", serif;
    color: #fa6f34;
    letter-spacing: 0.075em;
}

.main-title-en.pink {
    color: #ffffff;
}

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

.main-title.center::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.main-title-jp {
    font-size: 5rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #453119;
}

.main-title-jp-inside {
    font-size: 3.5rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #453119;
}

.box-home-guardiant .main-title-en {
    font-size: 2.5rem;
}

.main-title-jp span,
.main-title-jp-inside span {
    color: #fa5c00;
}

.box-news-btn {
    position: absolute;
    right: 15px;
    top: 20px;
}

.radius-30 img {
    border-radius: 30px;
}

.img-about {
    position: relative;
}

.img-about::after {
    content: "";
    width: 234px;
    height: 106px;
    background-image: url(../images/index/after-about.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -55px;
    bottom: -40px;
}

.home-policy .img-about::after {
    width: 290px;
    height: 160px;
    background-image: url(../images/index/after-policy.webp);
    bottom: -45px;
    right: -75px;
    left: auto;
}

.home-policy {
    position: relative;
}

.home-policy::after {
    content: "";
    width: 1076px;
    height: 910px;
    background-image: url(../images/index/after-about-3.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: -520px;
    z-index: -3;
}

.home-about {
    position: relative;
}

.home-about .right {
    padding-right: 100px;
}

.home-about::after {
    content: "";
    width: 989px;
    height: 895px;
    background-image: url(../images/index/after-about-2.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: -490px;
    z-index: -3;
}

.img-education {
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.box-education .img-education img {
    transition: all 0.5s;
}

.box-education:hover .img-education img {
    transform: scale(1.1)
}

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

.box-img-education::after {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(../images/index/icon-right-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 5px;
}

a.title-edu {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #333;
    text-align: center;
    line-height: 1.27;
    letter-spacing: 0.075em;
    display: block;
    margin-top: 15px;
}

.text-point {
    font-size: 4rem;
    font-family: "Josefin Slab", serif;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: -20px;
    color: #ffffff;
    width: 200px;
    z-index: 1;
}

.text-point::after {
    content: "";
    width: 146px;
    height: 36px;
    background-color: #fa4d1e;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%) rotate(-4deg);
    bottom: 0;
    z-index: -1;
}

.text-point.num-01::after {
    background-color: #fa4d1e;
}

.text-point.num-02::after {
    background-color: #1fa8ff;
}

.text-point.num-03::after {
    background-color: #9d61ff;
}

.text-point.num-04::after {
    background-color: #01c137;
}

.text-point.num-05::after {
    background-color: #fa6e9f;
}

#home-education {
    position: relative;
}

#home-education::after {
    content: "";
    width: 100%;
    height: calc(100% - 400px);
    background-color: #ffde59;
    position: absolute;
    z-index: -1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.home-education {
    position: relative;
    z-index: 2;
}

.home-education::after {
    content: "";
    width: 100%;
    height: 271px;
    background-image: url(../images/index/after-edu.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.home-education::before {
    content: "";
    width: 100%;
    height: 271px;
    background-image: url(../images/index/after-edu.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

@media (min-width:768px) {
    .home-education::after {
        background-position: top center;
    }
    .home-education::before {
        background-position: bottom center;
    }
    #home-education::after {
        height: calc(100% - 280px);
    }
}

.box-life-btn {
    display: flex;
    gap: 20px;
}

.btn-life {
    width: 180px;
    height: 160px;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border: 1px solid #fa6f34;
    background-color: #ffffff;
    border-radius: 15px;
    font-size: 2rem;
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    transition: 0.3s;
}

.btn-life:hover {
    background-color: #ffedc8;
}

.home {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}

.img-life {
    padding-right: 95px;
    position: relative;
    height: 400px;
}

.img-life::after {
    content: "";
    width: 269px;
    height: 101px;
    background-image: url(../images/index/after-life-2.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: -190px;
}

.img-life img {
    position: absolute;
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
    right: 95px;
    top: 0;
}

.list-link-admis {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 36px;
}

.list-link-admis .link-admis {
    width: calc(50% - 18px);
}

.link-admis {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #453119;
    padding: 10px 0;
    border-bottom: 1px solid #fa6f34;
    display: block;
}

.link-admis::after {
    content: "";
    width: 23px;
    height: 23px;
    background-image: url(../images/index/icon-right-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.home-admission {
    position: relative;
}

.home-admission::after {
    content: "";
    width: calc(100% - 30px);
    max-width: 1200px;
    height: 100%;
    border-radius: 30px;
    background-color: #ffdfb1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    box-shadow: 6px 6px 0px rgba(140, 81, 65, 0.3);
}

.home-admission-right {
    padding-left: 75px;
    position: relative;
}

.home-admission-right::after {
    content: "";
    width: 184px;
    height: 169px;
    background-image: url(../images/index/icon-admis.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    bottom: -25px;
}

.home-admission-right img {
    max-width: unset;
}

.box-home-guardiant {
    border: 1px solid #fa6f34;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 35px 60px 45px;
}

.box-home-guardiant .main-title::before {
    display: none;
}

.box-home-guardiant {
    position: relative;
}

.box-home-guardiant::after {
    content: "";
    width: 150px;
    height: 134px;
    background-image: url(../images/index/after-gua-1.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -35px;
    right: -45px;
}

.box-home-guardiant::before {
    content: "";
    width: 83px;
    height: 71px;
    background-image: url(../images/index/after-gua-2.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    left: -35px;
}

a.btn.btn-cs {
    min-height: 100px;
    border: 2px solid #9bbe00;
    background-color: #eef7d2;
    border-radius: 15px;
    justify-content: flex-start;
    padding-left: 85px;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

a.btn.btn-cs svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

a.btn.btn-cs svg rect,
a.btn.btn-cs svg path,
a.btn.btn-cs svg ellipse {
    transition: 0.3s;
}

a.btn.btn-cs::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/index/right-cs-1.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

a.btn.btn-cs:hover {
    background-color: #9bbe00;
    color: #ffffff;
}

a.btn.btn-cs:hover::after {
    background-image: url(../images/index/right-cs-1-hover.svg);
}

a.btn.btn-cs:hover svg rect,
a.btn.btn-cs:hover svg path {
    stroke: #ffffff !important;
}

a.btn.btn-cs.v2 {
    background-color: #ebf9ff;
    border-color: #5fbee3;
}

a.btn.btn-cs.v2 svg {
    left: 16px;
}

a.btn.btn-cs.v2:after {
    background-image: url(../images/index/right-cs-2.svg);
}

a.btn.btn-cs.v2:hover {
    background-color: #5fbee3;
    color: #ffffff;
}

a.btn.btn-cs.v2:hover::after {
    background-image: url(../images/index/right-cs-2-hover.svg);
}

a.btn.btn-cs.v2:hover rect,
a.btn.btn-cs.v2:hover path,
a.btn.btn-cs.v2:hover ellipse {
    fill: #ffffff !important;
    stroke: none !important;
}

a.btn.btn-cs.v3 {
    border-color: #ff8a93;
    background-color: #ffe8ea;
}

a.btn.btn-cs.v3:after {
    background-image: url(../images/index/right-cs-3.svg);
}

a.btn.btn-cs.v3:hover {
    background-color: #ff8a93;
    color: #ffffff;
}

a.btn.btn-cs.v3:hover::after {
    background-image: url(../images/index/right-cs-3-hover.svg);
}

a.btn.btn-cs.v3:hover rect,
a.btn.btn-cs.v3:hover path,
a.btn.btn-cs.v3:hover ellipse {
    fill: #ffffff !important;
    stroke: none !important;
}

a.btn.btn-cs.v3:hover line {
    stroke: #ff8a93 !important;
}

a.btn.btn-file {
    min-width: 315px;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 70px;
    border: 1px solid #fa6f34;
    border-radius: 35px;
    padding-left: 66px;
    justify-content: flex-start;
    font-size: 1.7rem;
    color: #333;
    padding-right: 50px;
}

a.btn.btn-file::after {
    width: 25px;
    height: 30px;
    background-image: url(../images/index/icon-file.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 28px;
}

a.btn.btn-file::before {
    width: 30px;
    height: 30px;
    background-image: url(../images/index/icon-right-2.svg);
    right: 18px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

a.btn.btn-file:hover {
    background-color: #ffedc8;
}

a.btn.btn-contact:hover {
    background-color: #ffedc8;
}

.box-link-file {
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: center;
}

.scroll-wrapper {
    overflow: hidden;
}

.scroll-slide {
    display: flex;
    position: relative;
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
    width: 226vw;
    z-index: 1;
}

.scroll-slide .scroll-item {
    width: 16%;
}

.slide-home-item {
    margin: 0 25px;
}

.slide-home-item:nth-child(2n) {
    margin-top: 40px;
}

.slide-home-item img {
    border-radius: 15px;
    width: 100%;
    height: auto;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.box-home-recruit {
    background-color: #edf08b;
    border-radius: 30px;
    box-shadow: 6px 6px 0px rgba(137, 168, 5, 0.6);
    padding: 40px 60px 50px;
    position: relative;
    display: flex;
    gap: 95px;
}

.home-recruit-left {
    width: 480px;
    overflow: hidden;
    position: relative;
    margin-top: -75px;
}

.home-recruit-left img {
    border-radius: 30px;
}

.home-recruit .main-title-en {
    color: #54b300;
}

.home-recruit .main-title-jp {
    color: #333;
}

.home-recruit .main-title-jp span {
    color: #54b300;
}

.home-recruit .main-title::before {
    background-image: url(../images/index/after-title-2.svg);
}

a.btn.btn-contact {
    border: 1px solid #fa6f34;
    border-radius: 15px;
    min-height: 160px;
    justify-content: flex-start;
    background-color: #ffffff;
    padding: 0 40px;
    gap: 30px;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: bold;
    color: #333;
}

a.btn.btn-contact::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/index/icon-right-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 35px;
}

.box-contact-border {
    padding: 23px 40px 35px;
    border: 2px solid #fa6f34;
    border-radius: 15px;
    background-color: #ffffff;
    text-align: center;
}

.box-contact-border a.tel {
    font-size: 4rem;
    font-weight: 600;
    color: #333;
    font-family: "Manrope", serif;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-self: unset;
    justify-self: center;
}

.box-contact-border a.tel span {
    font-size: 3.5rem;
    font-family: "Josefin Slab", serif;
    font-weight: bold;
}

.box-contact-border a.btn.btn-main {
    min-width: 360px;
    min-height: 70px;
    font-size: 1.8rem;
    border-radius: 35px;
}

.home-map {
    height: 430px;
}

.home-map * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-right {
    display: flex;
    gap: 30px;
}

a.link-footer {
    display: block;
    font-weight: bold;
    color: #353f8f;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

a.link-footer::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/index/icon-right-blue.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

a.sub-link-footer {
    display: block;
    color: #353f8f;
    text-decoration: underline;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.2;
    margin-left: 20px;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 55px;
}

.footer-top {
    padding: 40px 0;
    position: relative;
}

.footer-top::after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #353f8f;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.box-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background-color: #353f8f;
    border-radius: 30px;
    gap: 30px;
}

a.link-blank {
    color: #ffffff;
    display: block;
    padding-right: 30px;
    position: relative;
}

a.link-blank::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/index/icon-blank.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.home-life {
    position: relative;
}

.home-life::after {
    content: "";
    width: 1265px;
    height: 793px;
    background-image: url(../images/index/may-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -435px;
    right: -730px;
    z-index: -4;
}

.home-guardian {
    position: relative;
    z-index: 1;
}

.home-guardian::after {
    content: "";
    width: 1197px;
    height: 694px;
    background-image: url(../images/index/may-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -335px;
    left: -630px;
    z-index: -4;
}

.home-recruit {
    position: relative;
}

.home-recruit::after {
    content: "";
    width: 980px;
    height: 895px;
    background-image: url(../images/index/may-3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 132px;
    right: -468px;
    z-index: -4;
}

.home-support {
    position: relative;
    z-index: 1;
}

.home-contact {
    position: relative;
}

.home-contact::after {
    content: "";
    width: 1264px;
    height: 793px;
    background-image: url(../images/index/may-4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -603px;
    left: -393px;
    z-index: -4;
}

.home-map {
    position: relative;
}

.home-map::after {
    content: "";
    width: 329px;
    height: 107px;
    background-image: url(../images/index/bg-ga.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -86px;
    right: 70px;
}

.header-main .main-menu .nav>li svg * {
    transition: 0.3s;
}

.header-main .main-menu .nav>li:hover svg *,
.header-main .main-menu .nav>li.acitve svg * {
    fill: #fa6f34 !important;
}

.header-main .main-menu .nav>li:hover a,
.header-main .main-menu .nav>li.acitve a {
    color: #fa5c00;
}

.header-main .main-menu .nav>li.nav-stroke:hover svg *,
.header-main .main-menu .nav>li.nav-stroke.acitve svg * {
    stroke: #fa6f34 !important;
    fill: #ffffff !important;
}


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

.home-admission-left {
    position: relative;
}

.home-admission-left a.btn.btn-main {
    position: absolute;
    right: 10px;
    top: 60px;
}

.home-support-left img {
    border-radius: 30px;
}

.footer-btn a.btn.btn-main {
    min-width: 360px;
}

a.cat.cat-01 {
    background-color: #f53535;
}

a.cat.cat-02 {
    background-color: #fa7500;
}

a.cat.cat-03 {
    background-color: #00b389;
}

a.cat.cat-04 {
    background-color: #4854b3;
}

a.cat.cat-05 {
    background-color: #0097ff;
}

.home-education-cont {
    position: relative;
}

.home-education-cont::before {
    position: absolute;
    content: "";
    background-image: url(../images/index/icon-01.svg);
    background-repeat: no-repeat;
    width: 198px;
    height: 151px;
    left: calc(50% - 600px);
    top: -118px;
    z-index: 1;
    background-size: contain;
}

.updownafter:after,
.updownbefore:before {
    background-size: contain;
}

.home-education-cont::after {
    position: absolute;
    content: "";
    background-image: url(../images/index/icon-02.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 100px;
    right: calc(50% - 618px);
    bottom: 25px;
    z-index: 1;
}

.home-support-right .main-title::before {
    background-image: url(../images/index/icon-right-2.svg);
    bottom: 33px;
    left: 234px;
    width: 35px;
    height: 35px;
    transition: all 0.3s;
}

.home-support-right:hover .main-title::before {
    left: 244px;
}

.box-home-recruit .main-title-jp-inside span {
    color: #54b300;
}

.footer-wrap {
    position: relative;
    z-index: 1;
}

.footer-wrap::before {
    background-color: #e6f0ff;
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    z-index: -2;
}

.text-copyright {
    color: #353f8f;
}

.switch-button span {
    cursor: pointer;
}

@media(min-width:1481px) {
    .img-banner {
        left: calc(50% - 683px);
    }
}

.news-item.biggerlink {
    transition: all 0.3s;
}

.news-item.biggerlink:hover {
    opacity: 0.6;
}

.updown,
.updownafter:after,
.updownbefore:before {
    animation-name: updown1;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 3s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite;
}

.delay,
.delayafter:after,
.delaybefore:before {
    animation-delay: 1.5s;
    /* アニメーションの開始時間指定 */
}

@keyframes updown1 {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    65% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}


/* Target search inputs specifically */

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}


/* For a more aggressive reset across different WebKit versions */

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

.header-main .main-menu .nav {
    padding-right: 30px;
}

@media(min-width: 768px) and (max-width: 1350px) {
    .header-main .main-menu .nav {
        padding-right: 0;
    }
    .header-main .main-menu .nav>li>a {
        max-width: 115px;
    }
}

@media (min-width: 768px) and (max-width: 1320px) {
    .header-inner {
        padding: 0 15px;
    }
    .header-main .logo-left .logo {
        width: 300px;
        padding-top: 50px;
    }
    .header-main .main-menu .nav>li>a {
        min-height: 75px;
    }
    .header-main .main-menu .nav>li>a svg {
        width: 35px;
        height: auto;
    }
    .header-main .logo-left .logo {
        padding-bottom: 50px;
    }
    header {
        height: 154px;
    }
}

@keyframes showTextFromBottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0px);
    }
}

#recruit-06 .container.content:before {
    content: "";
    background-image: url(../images/About/about-03-dot.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 5px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 1px;
    z-index: -1;
}

#home-guardian {
    position: relative;
    z-index: 0;
}

.to-hogosya {
    justify-content: center;
}


/**/


/* 1. 検索窓の最大幅を設定（お好みのサイズに変更してください） */

.custom-search-wrap {
    max-width: 120px;
    /* ここで全体の幅を制限します */
    width: 100%;
}


/* 2. Google検索窓の不要な余白や背景を消去する */

.custom-search-wrap .gsc-control-cse {
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.custom-search-wrap .gsib_a::before {
    display: none !important;
}

.custom-search-wrap .gsib_a {
    padding: 0px !important;
    background-image: none !important;
}

.custom-search-wrap .gsib_b {
    height: auto !important;
}

.custom-search-wrap .gsc-search-button {
    display: none !important;
    /* ボタンを非表示にします */
}


/* 3. 検索フォームの下の不要な隙間を消す */

.custom-search-wrap form.gsc-search-box {
    margin-bottom: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
}


/* 4. 入力欄の高さを調整する（必要に応じて） */

.custom-search-wrap input.gsc-input {
    padding: 0px 10px !important;
    height: 30px !important;
}


/* 5. 虫眼鏡ボタンのサイズや余白を調整する */

.custom-search-wrap .gsc-search-button-v2 {
    padding: 0px 15px !important;
    height: auto !important;
}


/* ==========================================
 * 【要望2】高さを30pxにする
 ========================================= */


/* 入力欄全体を囲むボックス（ここに高さを指定します） */

.custom-search-wrap .gsc-input-box {
    height: 30px !important;
    /* 全体の高さを30pxに固定 */
    border: 1px solid #ccc !important;
    /* 輪郭をはっきりさせるため、ボーダーを追加（色は適宜変更） */
    border-radius: 4px !important;
    /* 角を少し丸く（不要なら削除） */
    box-sizing: border-box !important;
    /* ボーダーを高さに含める設定 */
}


/* 実際の入力欄 (input要素) */

.custom-search-wrap input.gsc-input {
    height: 28px !important;
    /* ボーダー1pxずつあるので、内側は28px */
    line-height: 28px !important;
    /* 文字の縦位置を中央に揃える */
    padding: 0 10px !important;
    /* 左右の余白だけ指定（上下は0） */
    font-size: 14px !important;
    /* フォントサイズ（30pxに合わせて調整） */
    border: none !important;
    /* 親要素でボーダーを指定するため、ここは消す */
    background: transparent !important;
    /* 背景を透過して親要素のボーダーを見せる */
}

@media (min-width: 1300px) {
    .header-main .main-menu .nav>li.nav-life>a {
        min-width: 100px;
    }
    .header-main .main-menu .nav>li.nav-admission>a {
        min-width: 90px;
    }
    .header-main .main-menu .nav>li:last-child {
        margin-left: 10px;
    }
}

.page-sub .submit-btn .one-btn {
    width: 250px;
    min-height: 60px;
}

.page-sub .submit-btn .one-btn .btn {
    height: 60px;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0;
}

#education-03 .box-education-02::before {
    background-image: url(../images/education/icon-education-03.svg);
}