@import url('https://fonts.googleapis.com/css2?family=Anta&family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@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.6rem;
    -webkit-text-size-adjust: none;
    color: #222222;
    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: 15px;
    opacity: 0;
    transition: all .3s;
    z-index: 99;
}

#go-top.show {
    opacity: 1;
    bottom: 70px;
}

#go-top a {
    display: flex;
    flex-direction: column;
    width: 58px;
    height: 58px;
    overflow: hidden;
    filter: drop-shadow(0 0px 10px rgba(51, 82, 104, 0.45));
}

#go-top a:hover {
    opacity: 0.7;
}

#go-top a img {
    margin: 0 auto;
}



.ff-kosugi {
    font-family: "Kosugi Maru", serif;
    font-weight: 400;
}

.ff-anta {
    font-family: "Anta", serif;
    font-weight: 400;
}

.ff-kaku {
    font-family: "Zen Kaku Gothic New", serif;
}

/*ANIMATION*/
.anim,
.page-header .page-header-title {
    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: 1s;
}

.anim.fade.is-animated {
    opacity: 1;
    animation-name: fade;
    animation-duration: 2s;
}

.anim.fadeleft.is-animated {
    opacity: 1;
    animation-name: fadeleft;
    animation-duration: 1s;
}
.anim.fadeleft-after.is-animated:after {
    opacity: 1;
    animation-name: fadeleft;
    animation-duration: 1s;
}

.anim.fadeup.is-animated,
.page-header .page-header-title.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(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: 307px;
    line-height: 1;
    padding: 0;
    position: relative;
}



.header-inner {
    position: static;
    padding: 30px 45px;
}

#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-top: 0;
    margin-bottom: 0;
}

.header-main .main-menu .nav>li {
    margin: 0;
    position: static;
    transition: .3s;
    padding-bottom: 0px;
    padding: 0 10px;
    margin-right: 60px;
}

.header-main .main-menu .nav>li>a {
    font-weight: bold;
    padding: 0;
    color: #333333;
    text-align: center;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-size: 1.7rem;
    font-family: 'Zen Kaku Gothic New', serif;
    letter-spacing: 0.15em;
}

.header-main .main-menu .nav>li>a::after {
    content: "";
    width: 0;
    height: 5px;
    background-color: #30b0ff;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: .3s;
    border-radius: 10px;
}

/* .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(2) {
    border-right: none;
}


.box-menu-phone {
    display: flex;
    padding-left: 0;
    align-items: center;

}

.header-main .main-menu .nav>li>a:hover,
.header-main .main-menu .nav>li.current>a {
    opacity: 1;
    color: #30b0ff;
}


@media (min-width: 768px) {
    body.page-contact footer::after,
    body.page-product footer::after{
        height: 100%;
    }
    .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;
        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: 62px;
    min-height: 56px;
    position: absolute;
    border: none;
    top: 10px;
    right: 8px;
    z-index: 8999;
    transition: none;
    height: auto;
    box-shadow: none;
    background-color: #123851;
    border: 3px solid #30b0ff;
    border-radius: 10px;
}

a.menu-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 23px;
    top: 13px;
    background-color: #fff;
    left: 17px;
    transition: all 0.5s;
}

a.menu-btn span:nth-child(2) {
    top: 27px;
    display: none;
}

a.menu-btn span:nth-child(3) {
    top: 23px;
}


a.menu-btn::after {
    content: 'MENU';
    left: calc(50%);
    transform: translateX(-50%);
    top: 30px;
    position: absolute;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    width: max-content;
    text-align: center;
    letter-spacing: 0.1em;
}


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: 18px;
    left: 17px;
    background-image: unset;
}

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: 133px 0 0px;
}

.breadcrums ul {
    display: flex;
    justify-content: flex-start;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.breadcrums ul li>a {
    font-size: 1.6rem;
    color: #fff;
}

.breadcrums ul li {
    position: relative;
}

.breadcrums ul li:not(:last-child) {
    margin-right: 40px;
}

.breadcrums ul li span {
    font-size: 1.6rem;
    color: #fff;
}

.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: -25px;
    font-size: 1.6rem;
    color: #fff;
}


ul.list-anchor {
    background-color: #fff;
    padding: 35px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

ul.list-anchor li {
    margin-right: 40px;
    width: calc(20% - 32px);
}

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;
    justify-content: flex-start;
    color: #333;
    position: relative;
    font-weight: 500;
    line-height: 1.33;
    font-family: 'Zen Kaku Gothic New', serif;
    letter-spacing: 0.05em;
    padding: 13px 10px;
    transition: .3s;
}

ul.list-anchor li a:hover {
    opacity: 1;
    color: #30b0ff;
}

ul.list-anchor li a span {
    transition: .3s;
    position: relative;
}

ul.list-anchor li a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #30b0ff;
    position: absolute;
    left: 0;
    bottom: -0px;
    transition: .3s;
}

ul.list-anchor li a:hover span::after {
    width: 100%;
}


ul.list-anchor li a::after {
    content: "";
    width: 17px;
    height: 10px;
    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: 5px;
}

.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: 50%;
    transform: translateX(-50%);
    display: flex;
    bottom: -40px;
}

ul.slick-dots li {
    width: 18px;
    height: 18px;
    border: 1px solid #ec5a24;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

ul.slick-dots li.slick-active {
    background-color: #ec5a24;
}

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::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;
} */

/* .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;
    flex-wrap: wrap;
    padding: 39px 0px;
    position: relative;
    border-bottom: 1px solid #c7c7c7;
    transition: .3s;
    position: relative;
}

.news-item.item-list:after {
    display: block;
    position: absolute;
    bottom: -1px;
    background-color: #008293;
    height: 1px;
    width: 0;
    left: 0;
    content: '';
    transition: width 0.5s;
}

.news-item.item-list:hover:after {
    width: 100%;
}

.news-item.item-list:hover .title a {
    color: #008293;
    opacity: 1;
}


.news-item.item-list::before {
    content: "";
    width: 76px;
    height: 40px;
    background-image: url(../images/index/icon-right-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}


.news-item .date {
    width: 108px;
    font-size: 1.4rem;
    padding-left: 5px;
    letter-spacing: 0.1em;
    color: #4d4d4d;
}

a.cat {
    width: 127px;
    min-height: 22px;
    display: flex;
    background-color: #ededed;
    border-radius: 12px;
    color: #009bba;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
}

.news-item.item-list .title {
    width: 100%;
    margin-top: 20px;
}

.news-item.item-list .title a {
    letter-spacing: 0.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #000000;
}

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: 23px;
}

a.btn.btn-recruit:hover {
    background-color: #30b0ff;
}


.color-1 {
    color: #2488c6;
}

.color-2 {
    color: #0071b7;
}

.color-3 {
    color: #0a71a5;
}

.color-4 {
    color: #30b0ff;
}
.color-5{
    color: #28354C;
}

@media (min-width: 768px) and (max-width: 1330px) {
    .header-inner {
        padding-left: 20px;
    }

    .header-main .main-menu .nav>li>a {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) and (max-width: 1260px) {
    .header-main .logo-left .logo {
        width: 200px;
    }
}

@media (min-width: 768px) and (max-width: 1160px) {
    .header-main .main-menu .nav>li {
        min-width: 100px;
    }

    a.btn.btn-recruit {
        width: 100px;
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .header-main .main-menu .nav {
        padding-right: 0;
    }

    .header-main .main-menu .nav>li>a {
        font-size: 1.4rem;
    }

    .header-main .main-menu .nav>li {
        min-width: 80px;
        padding: 0 5px;
    }

    a.btn.btn-recruit {
        width: 80px;
        font-size: 1.6rem;
    }

    .header-main .main-menu {
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 780px) {
    .header-main .logo-left .logo {
        width: 180px;
    }
}


.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){
    .navbar.nav-main {
        max-width: 630px;
        justify-content: space-between !important;
        width: 100%;
    }
    .navbar.nav-main ul {
        max-width: 630px;
        justify-content: space-between !important;
        width: 100%;
        padding-right: 60px;
    }
    .header-main .main-menu .nav{
        width: 100%;
    }
    .header-main .main-menu .nav>li{
        margin-right: 0;
    }
    .main-menu,.box-menu-phone{
        width: 100%;
        justify-content: flex-end;
    }
    .main-title.white.long{
        line-height: 0.96;
    }
    .page-header-title{
        padding-left: 35px;
    }
    .slide-product .slick-slide{
        padding: 0 10px;
    }
}

.main-title.white.long h2::after{
    background-image: url(../images/index/main-title-white-long.svg);
    height: 95px;
}
@media(min-width:768px) and (max-width:1200px){
    .navbar.nav-main ul{
        padding-right: 30px;
        padding-left: 30px;
    }
    a.btn.btn-recruit span{
        display: none;
    }
}
@media(min-width:768px) and (max-width:950px){
    .header-main .main-menu .nav{
        padding-right: 30px;
        padding-left: 30px;
    }
    a.btn.btn-recruit span{
        display: none;
    }
    a.btn.btn-recruit{
        padding-left: 20px;
    }
    .header-inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-contact{
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-contact a.btn{
        margin-top: 20px;
    }
}
.manufacturing-right-btn{
    position: relative;
    z-index: 2;
}
.quality-cs a:hover,.box-manu-link.biggerlink:hover,.box-manu-link:hover a{
    opacity: 1;
}
.manu-link-img,.box-quality .quality-left,.link-quality .qua-img{
    overflow: hidden;
}
.box-quality .quality-left,.link-quality .qua-img{
    overflow: hidden;
    border-radius: 10px;
}
.box-manu-link img,.box-quality img,.link-quality img{
    transition: all 0.5s;
}
.box-manu-link:hover img,.box-quality:hover img,.link-quality:hover img{
    transform: scale(1.1);
}
body.page-product .page-header::after {
    background-image: url('../images/product/bg-product.jpg');
}