@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@media(max-width:767px) {
    .hide-for-small {
        display: none !important;
    }
}

@media(min-width:768px) {
    .show-for-small {
        display: none !important;
    }
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    color: #222222;
    font-weight: 400;
    font-style: normal;
}

a {
    transition: all 0.5s;
}

a:not(.btn):hover {
    opacity: 0.6;
}

#go-top {
    position: fixed;
    bottom: -120px;
    right: 15px;
    opacity: 0;
    transition: all .3s;
    z-index: 99;
    border-radius: 50%;
}

#go-top.show {
    opacity: 1;
    bottom: 70px;
}

#go-top a {
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 120px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/index/btn-go-top.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

#go-top a:hover {
    background-image: url(../images/index/btn-go-top-hover.svg);
    opacity: 1;
}


/* #go-top a::after {
    content: "";
    width: 62px;
    height: 62px;
    background-color: #c4eeff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -2;
    transition: .3s;
    border-radius: 50%;
} */


/* #go-top a:hover {
    opacity: 0.7;
    transform: scale(1.1);
} */

#go-top a:hover::after {}

#go-top a img {
    margin: 0 auto;
}

.ff-mont {
    font-family: "Montserrat", sans-serif;
}

.ff-kaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
}


/*ANIMATION*/

.anim {
    opacity: 0;
}

.anim.blur {
    opacity: 1;
}

.anim.blur.is-animated,
.add-animation .anim.blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
    }
    to {
        filter: blur(0);
        transform: scale(1);
    }
}

.anim.fade {
    opacity: 0;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.slideinBottom.is-animated {
    opacity: 1;
    animation-name: slideinBottom;
    animation-duration: 0.5s;
}

@keyframes slideinBottom {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}

.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 {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    opacity: 1;
}

.anim.fadeup-2.is-animated {
    opacity: 1;
    animation-name: fadeup-2;
    animation-duration: 0.5s;
}

.home .anim.fadedown.is-animated {
    opacity: 1;
    animation-name: fadedown;
    animation-duration: 0.5s;
}

.anim.zoomin.is-animated {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadedown {
    from {
        opacity: 0;
        transform: translateY(-150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeup {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeup-2 {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0px);
    }
}

@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.anim.effectfade {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1.5s ease;
}

.anim.effectfade.is-animated {
    opacity: 1;
    transform: translate(0, 0);
}


/*HEADER*/


/* .header-wrapper:after {
    content: "";
    height: 713px;
    width: 713px;
    background-image: url(../images/index/bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-radius: 50%;
    top: -202px;
    left: -108px;
    z-index: -5;
} */

.header-main .logo-left .logo {
    margin-right: 0px;
    width: 303px;
    line-height: 1;
    padding: 0;
    position: relative;
}

.header-inner {
    position: static;
    padding-left: 50px;
    padding-right: 36px;
    padding-top: 30px;
}

#logo .header-logo {
    width: 100%;
}

.header-main .main-menu {
    flex: 1;
    margin-left: 20px;
}

.header-main .main-menu .nav {
    position: static;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
}

.header-main .main-menu .nav>li {
    margin: 0;
    position: static;
    transition: .3s;
    padding-bottom: 0px;
    margin-right: 50px;
}


/* .header-main .main-menu .nav>li:last-child {
    margin-right: 85px;
} */

.header-main .main-menu .nav>li>a {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0;
    color: #123a66;
    text-align: center;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.header-main .main-menu .nav>li>a span {
    margin-top: 10px;
}


/* .header-main .main-menu .nav>li>a::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c4eeff;
    transition: all .3s;
    transform: translateX(-50%);
    transform-origin: center bottom;
} */


/* .header-main .main-menu .nav>li>a span {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding-top: 5px;
} */

.header-main .main-menu .nav>li:nth-last-child(1) {
    border-right: none;
}

.box-menu-phone {
    display: flex;
    padding-left: 0;
    align-items: center;
    padding: 0;
    position: relative;
}

.header-main .main-menu .nav>li>a:hover,
.header-main .main-menu .nav>li.current>a {
    opacity: 1;
    color: #40bdd6;
}

@media (min-width: 768px) {
    .header-main .main-menu .nav>li:not(.nav-mega).current>a::after,
    .header-main .main-menu .nav>li:not(.nav-mega):hover>a::after {
        opacity: 1;
        height: 4px;
        border-radius: 0;
        width: 100%;
    }
    .header-main .main-menu .nav>li.nav-mega>a::after {
        content: "";
        width: 30px;
        height: 12px;
        background-color: #fff;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
        opacity: 0;
        transition: .3s;
    }
    .header-main .main-menu .nav>li.nav-mega:hover>a::after {
        bottom: -25px;
        opacity: 1;
    }
}

a.menu-btn {
    width: 50px;
    min-height: 50px;
    position: absolute;
    border: none;
    top: 10px;
    right: 12px;
    z-index: 8999;
    transition: none;
    height: auto;
    box-shadow: none;
    background-color: #004ea6;
    border-radius: 50%;
}

a.menu-btn span {
    display: block;
    position: absolute;
    height: 1px;
    width: 15px;
    top: 13px;
    background-color: #fff;
    left: 17px;
    transition: all 0.5s;
}

a.menu-btn span:nth-child(2) {
    top: 19px;
}

a.menu-btn span:nth-child(3) {
    top: 25px;
}

a.menu-btn::after {
    content: 'MENU';
    left: calc(50%);
    transform: translateX(-50%);
    top: 31px;
    position: absolute;
    color: #fff;
    width: max-content;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0.075em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

a.menu-btn.open {
    background-color: #b3e5ef;
}

a.menu-btn.open:after {
    content: "CLOSE";
    color: #004ea6;
}

body.menu-open header:before {
    display: none;
}

a.menu-btn.open span {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 20px;
    left: 17px;
    background-image: unset;
    background-color: #004ea6;
}

a.menu-btn.open span:nth-child(2) {
    display: none;
}

a.menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
}

@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%;
    }
}

.main-menu li.nav-item:hover>a span::after,
.main-menu li.nav-item.current>a span::after {
    left: 50%;
    opacity: 1;
}

.loading-active main {
    opacity: 0;
}

.loading-active header {
    opacity: 0;
}

.loading-active footer {
    opacity: 0;
}

.breadcrums {
    position: relative;
    padding: 15px 0;
}

.breadcrums ul {
    display: flex;
    justify-content: flex-start;
    font-family: 'Noto Sans JP', sans-serif;
}

.breadcrums ul li>a {
    font-size: 1.6rem;
    color: #00acd6;
}

.breadcrums ul li {
    position: relative;
}

.breadcrums ul li:not(:last-child) {
    margin-right: 45px;
}

.breadcrums ul li span {
    color: #0045ab;
}

.breadcrums ul li span br {
    display: none;
}

.breadcrums ul li:not(:nth-last-child(1)):after {
    content: ">";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: -28px;
    font-size: 1.6rem;
    color: #0045ab;
    font-weight: 500;
}

ul.list-anchor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    position: relative;
}

ul.list-anchor li {
    width: calc(33.33% - 13.33px);
    margin-right: 19px;
    margin-bottom: 20px;
}


/* ul.list-anchor li:first-child {
    margin-left: 0;
} */

ul.list-anchor li:last-child,
ul.list-anchor li:nth-child(3) {
    margin-right: 0;
}

ul.list-anchor li a {
    display: flex;
    justify-content: flex-start;
    color: #133b9e;
    position: relative;
    font-weight: 500;
    line-height: 1.1875;
    padding: 15px 30px;
    transition: .3s;
    align-items: center;
    text-align: center;
    min-height: 75px;
    font-size: 1.5rem;
    border: 1px solid #40bdd6;
    border-radius: 7px;
}

ul.list-anchor li a:hover {
    opacity: .7;
}


/* ul.list-anchor li a::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #0045ab;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s;
} */

ul.list-anchor li a:hover span::after {
    width: 100%;
}

ul.list-anchor li a::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url(../images/company/icon-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}

.box-slide-banner {
    margin-top: 240px;
}

.box-scroll {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
    z-index: 2;
    bottom: 20px;
}

.loading-active main {
    opacity: 0;
}

.box-scroll::after {
    content: "";
    position: absolute;
    top: -90px;
    width: 1px;
    height: 90px;
    animation: pathmove 1.8s ease-in-out infinite;
    /* opacity: 0; */
    left: 50%;
    transform: translateX(-50%);
    background: #1d69c6;
}

a.scroll {
    color: #1d69c6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    letter-spacing: 0.05em;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    width: max-content;
}

.scroll_down {
    position: absolute;
    bottom: -30px;
    left: 50%;
}

.scroll_down a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    color: #1d69c6;
    font-size: 1.8rem;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .05em;
    text-decoration: none;
    width: max-content;
}

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #1d69c6;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
    0% {
        bottom: 160px;
    }
    100% {
        bottom: 0px;
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

.scroll_down:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 160px;
    background: #1d69c6;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 10px;
        opacity: 0;
    }
    30% {
        height: 90px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 80px;
        opacity: 0;
    }
}

.main-menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

ul.slick-dots {
    position: absolute;
    left: 140px;
    display: flex;
    bottom: 30px;
    z-index: 2;
}

ul.slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 5px;
}

ul.slick-dots li.slick-active {
    opacity: 1;
}

ul.slick-dots li button {
    opacity: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: 100%;
}


/* .header-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: transparent;
} */

@media(min-width:768px) {
    .logged-in .header-main {
        top: 32px;
    }
}

header.UpMove .header-main {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

header.DownMove .header-main {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* a.btn.btn-contact::after {
    width: 33px;
    height: 10px;
    background-image: url(../images/index/icon-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    bottom: 45px;
    transform: none;
    top: auto;
} */

.news-item.item-list:last-child {
    border-bottom: none;
}

.news-item.item-list {
    position: relative;
}


/* .news-item.item-list::after {
    content: "";
    width: 8px;
    height: 12px;
    background-image: url(../images/index/icon-right-main.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
} */

.news-item.item-list:hover .title a {
    opacity: 1;
}

.img-news img {
    border-radius: 10px;
}

.box-date-cat {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #aaaaaa;
    justify-content: space-between;
}

.news-item .date {
    color: #004ea6;
    width: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

a.cat {
    display: flex;
    border-radius: 14px;
    font-size: 1.5rem;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    color: #00a873;
}

.news-item.item-list .title {
    padding-top: 10px;
}

.news-item.item-list .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #222222;
    line-height: 1.75;
    font-weight: 500;
}

a.btn.btn-recruit {
    width: 227px;
    height: 65px;
    font-size: 1.7rem;
    font-family: "Zen Kaku Gothic New", serif;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #123851;
    border: 5px solid #30b0ff;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 27px;
    padding-left: 30px;
}

a.btn.btn-recruit img {
    margin-right: 30px;
}

a.btn.btn-recruit:hover {
    background-color: #30b0ff;
}

.color-1 {
    color: #133b9e;
}

.color-2 {
    color: #0061cf;
}

.color-3 {
    color: #5fb64b;
}

.color-4 {
    color: #1bb57b;
}

.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: 1;
}

@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: #30B0FF;
    /*伸びる背景色の設定*/
}

@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;
}

@media(min-width:768px) {
    .news-item-imp>a {
        padding-right: 45px;
    }
}

.box-customer.biggerlink {
    transition: all 0.5s;
}

.box-customer.biggerlink:hover {
    opacity: 0.6;
}

.box-recruit.biggerlink::after {
    transition: all 0.3s;
}

.box-recruit.biggerlink:hover::after {
    transform: scale(1.1);
}

a.btn.btn-main::after {
    transition: all 0.5s;
}

@media (min-width: 768px) and (max-width: 1340px) {
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-main .main-menu .nav>li:last-child {
        margin-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .header-main .logo-left .logo {
        width: 250px;
    }
    .header-main .main-menu .nav>li {
        margin-right: 20px;
    }
    .header-main .main-menu .nav>li:last-child {
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1020px) {
    a.btn.btn-header {
        width: 150px;
        font-size: 1.6rem;
    }
    .header-main .main-menu .nav>li>a {
        font-size: 1.4rem;
    }
    .header-main .logo-left .logo {
        width: 200px;
    }
    .header-main .main-menu .nav>li {
        margin-right: 10px;
    }
    .header-main .main-menu .nav>li:last-child {
        margin-right: 10px;
    }
    .header-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.banner-img .img-banner {
    background-image: url(../images/index/banner.png);
    background-size: cover;
    background-position: center;
    border-radius: 36px 0 0 36px;
}

footer {
    position: relative;
}

.box-video-home video {
    width: 100%;
    height: auto;
}

.row-count .col-inner {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.row-count .col-inner.visible {
    opacity: 1;
    transform: translateY(0);
}

path.part {
    opacity: 0;
}

.visible path.part {
    opacity: 0;
    animation: path 0.5s ease-in-out forwards;
}

.visible path.part#part-2 {
    animation-delay: 0.25s;
}

.visible path.part#part-3 {
    animation-delay: 0.5s;
}

.visible path.part#part-4 {
    animation-delay: 0.57s;
}

@keyframes path {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.link-about,
a.btn.btn-insta {
    transition: all 0.5s;
}

.link-about:hover,
a.btn.btn-insta:hover {
    opacity: 0.6;
}

.box-interview {
    cursor: pointer;
}

.fade-in-letter {
    opacity: 0;
    display: inline-block;
    animation: fadeInLetter 0.5s forwards;
}

@keyframes fadeInLetter {
    to {
        opacity: 1;
    }
}

.slide-interview button.slide-arrow {
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    left: 75px;
    cursor: pointer;
    z-index: 1;
    bottom: -73px;
    width: 15px;
    height: 30px;
}

.slide-interview button.slide-arrow.next-arrow {
    right: 75px;
    left: unset;
}

header {
    min-height: 146px;
}

.header-main {
    position: absolute;
    width: 100%;
    z-index: 10;
    /* background-color: white; */
    padding-bottom: 20px;
    top: 0;
}

.smooth {
    clip-path: inset( 0 0 100% 0);
    display: inline-block;
    transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
}

.smooth.is-animated {
    clip-path: inset(0);
    opacity: 1;
}

.text-banner h2 span {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.qa-post .date {
    display: none;
}
.header-main .main-menu .nav>li>a img{
    width: auto;
    height: 32px;
}
.box-service:hover .img-service img{
    transform: none !important;
    cursor: default;
}
.box-service, .box-service a{
    cursor: default;
    pointer-events: none;
}
.box-news-list .slick-track{
    margin-left: 0;
}
body.home main{
    overflow: hidden;
}
body:not(.home) main section:not(.page-header) {
    overflow: hidden;
}