@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital@0;1&family=Klee+One&family=Noto+Sans+JP:wght@400;500;700&display=swap');
@media(max-width:767px) {
    .hide-for-small {
        display: none !important;
    }
}

@media(min-width:768px) {
    .show-for-small {
        display: none !important;
    }
    .header-main .main-menu .nav-item a img {
        transition: opacity 0.5s;
        opacity: 1;
    }
    .header-main .main-menu .nav-item a img.hover {
        opacity: 0;
    }
    .header-main .main-menu .nav-item:hover a img.hover {
        opacity: 1;
    }
    .header-main .main-menu .nav-item:hover a img.default {
        opacity: 0;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    color: #000;
    overflow: hidden;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
}

body:not(.home) {
    color: #000;
    line-height: 1.75;
}

a.btn {
    transition: all 0.5s;
}

.ff-klee {
    font-family: 'Klee One', cursive;
}

.ff-jose {
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
}

#go-top {
    position: fixed;
    bottom: -120px;
    right: 80px;
    opacity: 0;
    transition: all 300ms;
    z-index: 6;
}

#go-top.show {
    opacity: 1;
    bottom: 170px;
}

#go-top a {
    display: flex;
    background-color: white;
    border-radius: 50%;
    height: fit-content;
}

#go-top a img {
    transition: all 0.5s;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(58,58,94,0.55);
}
#go-top a img:hover{
    opacity: 0.6;
}

/*ANIMATION*/

.anim {
    opacity: 0;
}

.anim.fade {
    opacity: 1;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.faderight.is-animated {
    opacity: 1;
    animation-name: faderight;
    animation-duration: 2s;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.fadeleft.is-animated {
    opacity: 1;
    animation-name: fadeleft;
    animation-duration: 2s;
}

.anim.fadeup.is-animated {
    opacity: 1;
    animation-name: fadeup;
    animation-duration: 0.5s;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

a.menu-btn {
    background-color: #fff;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 17px;
    right: 10px;
    z-index: 99999;
    transition: none;
    border-radius: 50%;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.28);
}

a.menu-btn.open:after {
    content: '閉じる';
    font-size: 13px;
    color: #4D4D4D;
    display: block;
    font-weight: 500;
    position: absolute;
    line-height: 1;
    bottom: -20px;
    left: 0px;
    text-align: center;
    width: 100%;
    text-align: center;
}

a.menu-btn span {
    display: block;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 20px;
    background-color: #4D4D4D;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    border-radius: 1px;
}

a.menu-btn span:nth-child(2) {
    top: 28px;
}

a.menu-btn span:nth-child(3) {
    top: 36px;
}

a.menu-btn.open {
    position: fixed;
    right: 15px;
    top: 15px;
}

a.menu-btn.open span {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 28px;
    left: 19px;
}

a.menu-btn.open span:nth-child(2) {
    display: none;
}

a.menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
}


/* div#logo:after {
    position: absolute;
    content: "";
    width: 587px;
    height: 0;
    top: 0;
    z-index: -1;
    left: 0;
    border-style: solid;
    border-width: 161px 172px 0 0;
    border-image: linear-gradient(90deg, rgba(0, 2, 42, 1) 0%, rgba(0, 63, 148, 1) 51%, rgba(0, 139, 233, 1) 100%);
    /* border-top-color: currentcolor; */


/* overflow: hidden; */

header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 485px;
    padding: 35px 0;
    /* background: linear-gradient(90deg, rgba(0, 2, 42, 1) 0%, rgba(0, 63, 148, 1) 51%, rgba(0, 139, 233, 1) 100%); */
    position: relative;
}

.logo-left .logo {
    margin-right: 0;
}

header .logo::after {
    content: "";
    position: absolute;
    width: calc(100% + 100px);
    height: 100%;
    background-image: url(../images/index/bg-logo-pc.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .7;
}
body:not(.home) header .logo::after{
    opacity: 1;
}
header .header-logo {
    width: 365px;
}

header .main-menu {
}

footer {
    background-image: linear-gradient(90deg, rgba(0, 2, 42, 0.5) 0%, rgba(0, 63, 148, 0.5) 51%, rgba(0, 139, 233, 0.5) 100%);
    background-color: black;
}

.footer-logo {
    display: flex;
    justify-content: space-between;
}

.footer-logo .logo-footer {
    width: 380px;
}

a.btn.btn-footer {
    width: 244px;
    height: 54px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    padding-left: 24px;
    justify-content: flex-start;
}
a.btn.btn-footer:hover{
    opacity: 0.6;
}
a.btn.btn-footer::after {
    content: "";
    position: absolute;
    width: 29px;
    height: 23px;
    background-image: url(../images/index/icon-footer.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.color-1 {
    color: #0071B7;
}

.bgcl-1 {
    background-color: #0071B7;
}

.color-2 {
    color: #0D4C8C;
}

.bgcl-2 {
    background-color: #0D4C8C;
}

.color-3 {
    color: #2E318D;
}

.bgcl-3 {
    background-color: #2E318D;
}

#demo-1 {
    position: relative;
    /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
    overflow: hidden;
    /* to bound the empty top space created by inner element's top margin */
    width: 100%;
    min-height: 400px;
    background-color: #999;
    margin: 0 auto;
}

.banner-inner-content {
    position: relative;
    /* if position is not set, the script will set it to 'relative'. */
    z-index: 6;
    /* if z-index is not set, the script will set it to '2'. */
    color: #fff;
    text-align: center;
    font-size: 2.1em;
    text-align: left;
    left: 0;
    height: 100vh;
    max-height: 1000px;
}
.banner-content {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-inner-content p.text-top-banner {
    display: flex;
    align-items: center;
}

.demo-inner-content h1 {
    font-size: 2.5em;
    margin: 0;
}

.zs-enabled {
    position: relative
}

.zs-enabled .zs-slideshow {
    z-index: 1;
}

.zs-enabled .zs-slides,
.zs-enabled .zs-slide {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background: transparent none no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
    visibility: visible;
    opacity: 1
}

.zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 7;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    margin: 5px;
    background-color: transparent;
    border-radius: 50%;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
    background-color: #fff;
}

.zs-enabled .zs-slideshow:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0
}

.scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 268px;
    padding: 60px 20px 0;
    background: linear-gradient(90deg, rgba(0, 2, 42, 0.7) 0%, rgba(0, 63, 148, 0.7) 51%, rgba(0, 139, 233, 0.7) 100%);
    z-index: 10;
    text-transform: uppercase;
}

.scroll::after {
    content: '';
    position: absolute;
    top: 130px;
    left: 50%;
    width: 1px;
    height: 154px;
    background: #fff;
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}

#banner-home {
    position: relative;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.main-menu .nav-item a {
    color: #fff;
    line-height: 1.75;
    position: relative;
}

.main-menu .nav-item.active a,
.main-menu .nav-item:hover a {
    color: #AEEAFF;
}

.main-menu .nav-item a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: #AEEAFF;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s ease-out;
}

.main-menu .nav-item.active a::after,
.main-menu .nav-item:hover a::after {
    width: 80px;
}


/* animation */

.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*中の要素*/

.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*左から右*/

.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00437a;
    top: 0;
    /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }
    50% {
        transform-origin: left;
        transform: scaleX(1);
    }
    50.001% {
        transform-origin: right;
    }
    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.bgappearTrigger,
.bgLRextendTrigger {
    opacity: 0;
}

.box-entry-header {
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    width: 482px;
}

.title-home {
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    font-size: 3.3rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.75;
    background: linear-gradient(90deg, rgba(0, 2, 42, 1) 0%, rgba(0, 63, 148, 1) 51%, rgba(0, 139, 233, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    text-transform: uppercase;
    margin: 0 auto;
}

.career .main-title {
    font-size: 2.3rem;
    line-height: 1.5;
}

.career .main-title::after {
    bottom: -20px;
}

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

.box-title-home .title-home {
    margin: 0;
    padding-right: 25px;
}

.box-title-home span:not(.title-home) {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.7;
}

.message-home {
    position: relative;
}

.message-home::after {
    content: "";
    position: absolute;
    width: calc(50vw + 155px);
    height: calc(100% - 20px);
    top: 17px;
    left: 0;
    background: url(../images/index/bg-message-home.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
}

.message-home::before {
    content: "";
    position: absolute;
    width: calc(50vw + 190px);
    height: 100%;
    background-image: url(../images/index/bg-message-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 50px;
    z-index: -2;
}

.sub-title {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.75;
}

.about-home {
    position: relative;
}

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

.about-home-content{
    position: relative;
}
.about-home-content::before {
    content: "";
    position: absolute;
    width: calc( 50vw + 200px);
    height: 100%;
    background-image: url(../images/index/bg-about-02.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
    left: -15px;
    height: calc(100% - 30px);
    bottom: 0;
}
@media(min-width:1000px){
    .about-home-content::before{
        left: calc(50% - 50vw);
    }
    .about-home-content::after{
        left: calc(50% - 50vw);
    }
}

.about-home-content {
    padding: 140px 0 100px;
}
.about-home-content .col-inner{
    max-width: 565px;
}
.about-home-2 {
    position: relative;
}

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

.about-home-2::before {
    content: "";
    position: absolute;
    width: calc( 50vw + 200px);
    height: 100%;
    background-image: url(../images/index/bg-about-03.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: -1;
}

.about-home-content-2 {
    padding: 70px 0 75px;
}

.main-title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    position: relative;
}

.main-title::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #C7C7C7;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.box-list-vision {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
}

.box-contact-fac {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.box-contact-fac .box-contact-right {
    padding: 5px 15px;
    border-bottom: 1px solid #AEAEAE;
    width: calc(100% - 100px);
}

.box-contact-fac .box-contact-left {
    width: 100px;
}

#company {
    background-color: #F7F7F7;
}

.title-career {
    font-size: 3.3rem;
    letter-spacing: 0.2rem;
    line-height: 1.75;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    color: #fff;
}

#career {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/index/bg-career.jpg);
}

.box-step-career {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 1px solid #c9c9c9;
}

.box-step-career:first-child {
    border: none;
    padding-top: 0;
}

.box-step-career-left {
    width: 260px;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 500;
    color: #fff;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.box-step-career-left::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 126px;
    background-image: url(../images/index/bg-step-pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.box-step-career-right {
    width: calc(100% - 290px);
    font-weight: 500;
    line-height: 1.9;
    padding-top: 20px;
}

.box-list-step {
    position: relative;
    z-index: 2;
    color: #000;
}

.box-list-step::after {
    width: 1100px;
    height: 725px;
    top: 50px;
    left: -50px;
    background-color: #FFFFFF;
    content: "";
    position: absolute;
    z-index: -1;
}

.box-img-inter {
    background-color: #fff;
}
.box-img-inter img{
}

ul.box-step-content {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

ul.box-step-content li {
    width: 132px;
    padding: 1.5px 0;
    text-align: center;
    border: 1px solid;
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 500;
    margin: 2px;
}

.box-img-about {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.box-img-about .img-about {
    max-width: calc(50% - 10px);
}

.box-content-career-2 {
    padding: 45px 50px;
    border: 1px solid #fff;
    font-weight: 500;
}

.box-toggle-interview {
    display: flex;
}

.box-toggle-interview-left{
    width: 63.5%;
}
.box-toggle-interview-right {
    width: 36.5%;
    background-color: white;
}

.top-box-inter {
    padding: 17px 50px 18px;
    display: flex;
    position: relative;
    align-items: center;
    background-color: #fff;
}

.mid-box-inter {
    padding: 45px 15px 15px 35px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    color: #0071b7;
    font-weight: 500;
}
.mid-box-inter .mid-box-job{
    font-size: 2rem;
}
.mid-box-inter .mid-box-name{
    font-size: 2.5rem;
    padding-top: 35px;
}
.mid-box-inter .mid-box-year{
    font-size: 1.5rem;
    padding-top:30px;
}
.mid-box-inter div{
    width: 100%;
}
.bot-box-inter {
    display: flex;
    padding: 35px 25px 35px 35px;
    align-items: flex-start;
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(0, 139, 233, 1) 0%, rgba(0, 63, 148, 1) 51%, rgba(0, 2, 42, 1) 100%);
}

.top-box-inter-left {
    color: #fff;
    position: relative;
    letter-spacing: 0.2em;
    line-height: 1.9;
    z-index: 2;
}

.top-box-inter::after {
    content: "";
    position: absolute;
    width: 206px;
    height: 65px;
    background-image: url(../images/index/bg-story.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top:0px;
    z-index: 1;
}

.top-box-inter-right {
    font-size: 2.2rem;
    line-height: 1.1;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.bot-box-inter-left {
    width: calc(100% - 90px);
}

.toggle-interview {
    box-shadow: 0px 0px 8px 0px rgba(73, 73, 73, 0.36);
}

.toggle-interview .toggle-cont {
    padding: 0 50px 65px;
    background-color: #fff;
}

.toggle-interview .bot-box-inter-right {
    position: relative;
    cursor: pointer;
}

.toggle-interview .bot-box-inter-right::after {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    background-image: url(../images/index/icon-open-inter.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.toggle-interview .bot-box-inter.active .bot-box-inter-right::after {
    background-image: url(../images/index/icon-close-inter.svg);
}

.box-qna-inter {
    margin-bottom: 30px;
}

.box-ques-inter {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.75;
    color: #0D4C8C;
    position: relative;
}

.box-ques-inter::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgba(0, 2, 42, 1) 0%, rgba(0, 63, 148, 1) 51%, rgba(0, 139, 233, 1) 100%);
    bottom: 0;
    left: 0;
}

.box-ans-inter {
    padding: 20px;
}

.close-accor {
    margin: 0 auto;
    max-width: 211px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    padding-left: 35px;
}
.biggerlink{transition:all 0.5s;}
.biggerlink:hover{
    opacity: 0.6;
}
.close-accor::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/index/icon-close-acc.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.title-recruit-home {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.75;
    position: relative;
    text-align: center;
}

.title-recruit-home::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #29A6DD;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.title-recruit-home.st-2::after {
    background-color: #2E318D;
}

.list-recruit-home::after{
    width: 56px;
    height: calc(100% + 1px);
    content: '';
    background-color: black;
    display: block;
    position: absolute;
    background-image: url(../images/index/icon-right-2.svg);
    right: 0;
    background-size: 23px auto;
    background-position: left 10px center;
    background-repeat: no-repeat;
}
.list-recruit-home {
    display: flex;
    border: 1px solid;
    margin-bottom: 20px;
    box-shadow: 0px 0px 7px 0px rgba(100, 137, 155, 0.25);
    position: relative;
}
.list-recruit-home:hover{
    opacity: 0.6;
}
.recruit-home-left {
    background-color: #fff;
    display: flex;
    width: calc(100% - 56px);
    line-height: 1.75;
    font-weight: 500;
    padding: 16px 38px;
}

.text-st-recruit-1 {
    width: 192px;
}

.text-st-recruit-2 {
    width: calc(100% - 192px);
}

.recruit-home-right {
    width: 56px;
    background: #000;
    position: relative;
}

.recruit-home-right a {
    display: flex;
    padding: 0 20px 0 10px;
    height: 100%;
}

.title-contact-form {
    font-size: 5.5rem;
    letter-spacing: 0.2em;
    line-height: 1.75;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    text-align: center;
    position: relative;
}

.title-contact-form::after {
    content: "";
    position: absolute;
    width: 365px;
    height: 5px;
    background: linear-gradient(90deg, rgba(0, 63, 148, 1) 0%, rgba(0, 139, 233, 0.52) 51%, rgba(0, 2, 42, 0) 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

body:not(.subdir) #contact-form {
    background-image: url(../images/index/bg-contact.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contactForm {
    background-color: rgba(255,255,255,.95);
    padding: 40px 50px;
}

.box-select {
    display: flex;
    align-items: center;
    gap: 15px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.box-custom {
    border: 1px solid #C7C7C7;
    padding: 15px 20px;
}

.box-custom .box-text-over {
    max-height: 150px;
    overflow: auto;
    line-height: 1.5;
}

.page-header {
    margin-top: 163px;
    background-image: url(../images/entry/bg-page-entry.png);
    display: flex;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 355px;
}

body:not(.home) .main-menu .nav-item:not(:hover) a {
    color: #000;
}

.title-page-header {
    font-size: 5.4rem;
    line-height: 1.75;
    letter-spacing: 0.4em;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
}

.sub-title-header {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.75;
    color: #fff;
}

.list-anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 17px 14px;
}

.list-anchor li a {
    width: 239px;
    min-height: 64px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(90deg, rgba(0, 2, 42, 1) 0%, rgba(0, 63, 148, 1) 51%, rgba(0, 139, 233, 1) 100%);
    color: #fff;
    position: relative;
}

.list-anchor li a::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    background-image: url(../images/index/icon-down.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.toggle-hd {
    cursor: pointer;
}

.toggle-entry .toggle-hd {
    padding: 10px;
    border-bottom: 4px solid #c7c7c7;
    text-align: left;
    position: relative;
    font-size: 2.3rem;
    color: #0D4C8C;
    cursor: pointer;
}

.toggle-entry .toggle-hd::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(../images/index/icon-toggle-open.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.toggle-entry .toggle-hd.active::after {
    background-image: url(../images/index/icon-toggle-close.svg);
}

.toggle-entry .toggle-cont {
    padding-top: 35px;
    padding-bottom: 75px;
}

.toggle-entry .toggle-cont .closetxt{
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c7c7c7;
    margin-bottom: 15px;
}

.entry-table-box {
    display: flex;
    align-items: stretch;
    border: 1px solid #0D4C8C;
    margin-bottom: 3px;
}

.entry-table-box .entry-table-box-left {
    width: 204px;
    background-color: #0D4C8C;
    padding: 12px 20px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: 500;
}

.entry-table-box .entry-table-box-right {
    padding: 14px 20px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    width: 100%;
    line-height: 2;
}

a.btn.btn-entry {
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    line-height: 1.75;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    margin: 0 auto;
    width: 211px;
    height: 62px;
    background: linear-gradient(90deg, rgba(0, 2, 42, 1) 0%, rgba(0, 63, 148, 1) 51%, rgba(0, 139, 233, 1) 100%);
    color: #fff;
    position: relative;
    padding-top: 6px;
}

a.btn.btn-entry::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 8px;
    background-image: url(../images/index/icon-right-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.toggle-pc.toggle-entry {
    margin-bottom: 15px;
}

.interview-home {
    position: relative;
}

.interview-home::after {
    content: "";
    position: absolute;
    width: calc(50vw + 675px);
    z-index: -1;
    height: 716px;
    background-image: url(../images/index/bg-interview.png);
    top: 340px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-sub-title{
    position: relative;
}
.contact-sub-title:after{
    content: '';
    width: 124px;
    height: 1px;
    background-color: black;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    position: absolute;
}
@media (min-width: 768px) {
    .nav-main{
        max-width: 800px;
        width: 100%;
        margin-right: 100px;
    }
    .main-menu{
        justify-content: flex-end;
        display: flex;
    }
    .nav-main .nav-1{
        display: flex;
        width: 100%;
    }
    .message-home-left{
        max-width: 600px;
    }
    .bot-box-inter-right{
        width: 80px;
        height: 70px;
    }
    .logo-left .logo{
        transition: all 0.5s;
    }
    .box-entry-header{
        background-color: white;
    }
    .logo-left .logo:hover,.box-entry-header  a:hover{
        opacity: 0.6;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .nav-main{
        margin-right: 15px;
    }
}
@media (max-width: 1300px) and (min-width: 768px) {
    .logo-left .logo {
        width: 430px;
    }
}

@media (max-width: 1300px) and (min-width: 768px) {
    header .logo {
        padding: 15px;
    }
    header .logo::after {
        width: calc(100% + 50px);
        height: 100%;
    }
    .main-menu .nav-item a {
        font-size: 1.5rem;
    }
    .banner-content {
        left: 15px;
    }
    .logo-left .logo {
        width: 215px;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .logo-left .logo{
        width: 180px;
        padding: 15px 5px;
    }
    .main-menu .nav-item a{
        font-size: 1.3rem;
    }
    .nav-main{
        margin-right: 0;
    }
}

@media (max-width: 1113px) and (min-width: 768px) {
    .about-home-content {
        padding-bottom: 50px;
    }
}

.left_txt{
	text-align: right;
}

.left_txt p {
	display: inline-block;
	text-align: left;
}
