@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600&family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Raleway:wght@700&family=Zen+Kaku+Gothic+New: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;
    }
}

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

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    -webkit-text-size-adjust: none;
    color: #333;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

a {
    transition: all 0.5s;
}

a:not(.btn):hover {
    opacity: 0.6;
}

#go-top {
    position: fixed;
    bottom: -120px;
    right: 40px;
    opacity: 0;
    transition: all .3s;
    z-index: 99;
}

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

#go-top a {
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../images/index/btn-go-top.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

#go-top a:hover {
    opacity: 1;
    background-image: url(../images/index/btn-go-top-2.svg);
}

#go-top a img {
    margin: 0 auto;
    opacity: 0;
}

.ff-kiwi {
    font-family: "Kiwi Maru", serif;
}

.ff-kaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.ff-mont {
    font-family: "Montserrat", sans-serif;

}

.ff-caveat {
    font-family: "Caveat", cursive;
}


/*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;
}

.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(30px);
        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: 320px;
    line-height: 1;
    padding: 0;
}

.header-main {
    position: relative;
}

header::after {
    content: "";
    width: 470px;
    height: 312px;
    background-color: #e3edfa;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

.header-inner {
    position: relative;
    padding-left: 37px;
    padding-top: 0;
}

.header-inner::after {
    content: "";
    width: 393px;
    height: 135px;
    background-color: #fff;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

#logo .header-logo {
    width: 100%;
}

.header-main .main-menu {
    flex: 1;
    margin-left: 20px;
}

.header-main .main-menu .nav {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.header-main .main-menu .nav>li {
    margin: 0;
    position: relative;
    transition: .3s;
    padding-bottom: 0px;
}

.header-main .main-menu .nav>li>a {
    font-weight: bold;
    padding: 0;
    font-size: 1.7rem;
    color: #333333;
    text-align: center;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 140px;
}

.header-main .main-menu .nav>li:last-child>a {
    border-right: none;
}

.box-link-top {
    margin-left: 35px;
}

.box-menu-phone {
    display: flex;
    align-items: flex-start;
    padding: 0px;
    padding-left: 0;

}

nav.navbar.nav-main {
    margin-top: 32px;
}

.header-main .main-menu .nav>li>a:hover,
.header-main .main-menu .nav>li.current>a {
    opacity: 1;
    color: #003592;
}


@media (min-width: 768px) {
    .header-main .main-menu .nav>li>a::after {
        content: '';
        position: absolute;
        left: 0;
        width: 0%;
        height: 4px;
        bottom: -33px;
        transition: .3s;
        background-color: #003592;
    }

    .header-main .main-menu .nav>li.current>a::after,
    .header-main .main-menu .nav>li:hover>a::after {
        width: 100%;
    }
}

a.menu-btn {
    width: 65px;
    min-height: 65px;
    position: absolute;
    border: none;
    top: 0;
    right: 0;
    z-index: 8999;
    transition: none;
    height: auto;
    box-shadow: none;
    background-color: #0070bf;
}


a.menu-btn span {
    display: block;
    position: absolute;
    height: 1px;
    width: 36px;
    top: 14px;
    background-color: #fff;
    left: 15px;
    transition: all 0.5s;
    border-radius: 10px;

}

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

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


a.menu-btn::after {
    content: 'MENU';
    left: calc(50%);
    transform: translateX(-50%);
    top: 44px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    width: max-content;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}


a.menu-btn.open:after {
    content: "CLOSE";
}

body.menu-open header:before {
    display: none;
}



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

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: 20px 0;
}

.breadcrums ul {
    display: flex;
    justify-content: flex-start;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.breadcrums ul li>a {
    font-size: 1.6rem;
    color: #0070b0;
    font-weight: 500;
    text-decoration: underline;
}

.breadcrums ul li {
    position: relative;
}

.breadcrums ul li:not(:last-child) {
    margin-right: 30px;
}

.breadcrums ul li span {
    font-size: 1.6rem;
    color: #8f9692;
    font-weight: 500;
}

.breadcrums ul li span br {
    display: none;
}

.breadcrums ul li:not(:nth-last-child(1)):after {
    content: "";
    position: absolute;
    width: 8px;
    height: 13px;
    background-image: url(../images/index/arrow-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 55%;
    transform: translateY(-50%);
    right: -20px;
}


ul.list-anchor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
}

ul.list-anchor li {
    width: calc(20% - 14px);
    margin-right: 17px;
}

ul.list-anchor li:last-child,
ul.list-anchor li:nth-child(5n) {
    margin-right: 0;
}

ul.list-anchor li a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    min-height: 65px;
    justify-content: flex-start;
    color: #0070bf;
    position: relative;
    padding: 10px 20px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.25;
    background-color: #f0f3f5;
    padding-right: 10px;
    margin-top: 24px;
}

ul.list-anchor li a:hover {
    background-color: #68b8f2;
    color: #fff;
    opacity: 1;
}

ul.list-anchor li a::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/about/icon-down.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: .3s;
}

ul.list-anchor li a:hover::after {
    background-image: url(../images/about/icon-down-white.svg);

}

.box-scroll {
    bottom: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 130px;
    z-index: 2;
    color: #ec5a24;
}

.loading-active main {
    opacity: 0;
}

.box-scroll::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 1px;
    height: 130px;
    animation: pathmove 1.8s ease-in-out infinite;
    /* opacity: 0; */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

a.scroll {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    font-family: 'Caveat', cursive;
    letter-spacing: 0.2em;
}

@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: 50%;
    transform: translateX(-50%);
    display: flex;
    bottom: -31px;
}

ul.slick-dots li {
    width: 13px;
    height: 13px;
    background-color: #c5c2c6;
    border-radius: 50%;
    margin: 0 5px;
}

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

ul.slick-dots li button {
    opacity: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: 100%;
}



/* header {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 9;
}

header.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

header.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

header {
    position: relative;
}


a.btn.btn-contact {
    width: 150px;
    height: 150px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 0;
    align-items: flex-end;
    font-weight: bold;
    padding-bottom: 32px;
    background-color: #0070bf;
    font-family: "Raleway", sans-serif;
}

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

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

a.btn.btn-contact::after {
    width: 45px;
    height: 28px;
    background-image: url(../images/index/icon-mail.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    transition: .3s;
}

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


.news-item.item-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 23px;
    position: relative;
    margin-bottom: 5px;
    min-height: 55px;
    padding-right: 40px;
    border-bottom: 1px solid #70a1c2;
}

.news-item.item-list:last-child {
    border-bottom: none;
}

.news-item.item-list:hover .title a {
    color: #0071b7;
    opacity: 1;
}


/* .news-item.item-list::before {
    content: "";
    width: 42px;
    height: 11px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.news-item.item-list:hover::before {
    right: 20px;
} */

.news-item .date {
    width: 110px;
    font-size: 1.7rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

a.cat {
    width: 130px;
    min-height: 30px;
    display: flex;
    background-color: #fff;
    border: 1px solid #0070bf;
    border-radius: 15px;
    color: #0070bf;
    font-size: 1.5rem;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
}

.news-item.item-list .title {
    flex: 1;
    padding-left: 30px;
}

.news-item.item-list .title a {
    font-size: 1.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

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

.color-2 {
    color: #2ab7dd;
}
.box-slide-cont{
    box-shadow: 16px 13px 8px 0 rgba(0,0,0,0.2);
}
.home-business{
    z-index: 1;
}
body .box-btn-work a.btn.btn-main{
    border: 1px solid white;
}
a.btn.btn-home-link:hover{
    opacity: 0.6;
}
#main-slider ul.slick-dots{
    bottom: 30px;
}
#main-slider ul.slick-dots li{
    width: 15px;
    height: 15px;
    margin: 0 10px;
}
#main-slider ul.slick-dots li.slick-active{
    background-color: #0070bf;
}
a.btn.btn-main.btn-pdf:hover:before{
    background-image: url(../images/about/icon-pdf-white.svg);
}
@media(max-width:1479px) and (min-width:1000px){
    #banner-home > .container{
        max-width: calc(100% - 110px);
    }
    body .name-company{
        right: -40px;
    }
}
.panel.tab-content{
    display: none;
}
.panel.tab-content.active{
    display: block;
}
.box-text-work > a{
    min-height: 49px;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cat-5{
    color: #008243 !important;
    border-color: #008243 !important;
}
.box-work-left h3{
    text-align: center;
}