@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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: #333;
    font-weight: 500;
    font-style: normal;
    overflow: hidden;
}
a {
    transition: all 0.5s;
}
a:not(.btn):hover {
    opacity: 0.6;
}
#go-top {
    position: fixed;
    bottom: 45px;
    right: 10px;
    opacity: 0;
    transition: all .3s;
    z-index: 99;
    width: 70px;
    height: 70px;
    background-color: #C90915;
    cursor: pointer;
}
#go-top.show {
    opacity: 1;
}
/* #go-top img {
    width: 70px;
    height: 70px;
} */
#go-top a:hover {
    opacity: 0.7;
}
/* #go-top::before {
    content: 'TOP';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 13px);
    line-height: 1;
    text-shadow: 0px 0px 5px #000;
    color: #fff;
}
#go-top::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
    background-image: url(../images/index/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 25px;
} */

.ff-gara {
    font-family: "Cormorant Garamond", serif;
}
.ff-mincho {
    font-family: "Zen Old Mincho", serif;
}
.ff-mont {
    font-family: "Montserrat", sans-serif;
}
.color-main {
    color: #002063;
}
/*ANIMATION*/
.anim {
    opacity: 0;
}
.anim.blur {
    opacity: 1;
}
.anim.blur.is-animated,
.add-animation .anim.blur {
    animation-name: blurAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.anim.blur.blur2.is-animated,
.add-animation .anim.blur.blur2 {
    animation-duration: 2s;
}
.anim.blur.blur-second {
    animation-delay: 1s;
    opacity: 0;
}
@keyframes blurAnime {
    from {
        opacity: 0;
        filter: blur(10px);
        transform: scale(1.02);
    }
    to {
        opacity: 1;
        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 {
    position: relative;
}
/* .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;
} */
.top-bar {
    padding: 25px 0px 20px;
    height: 80px;
    position: relative;
    background-color: #fff;
}
.top-contact {
    /* position: absolute;
    right: 0; */
    font-weight: 500;
}
.top-contact ul {
    display: flex;
    align-items: flex-end;
}
.top-contact ul li.call {
    font-size: 3rem;
    font-weight: bold;
    color: #C90915;
    line-height: 1;
}
.top-contact ul li.call a {
    color: #C90915;
}
.top-contact ul li {
    margin-right: 20px;
}
.top-contact ul li:last-child {
    margin-right: 0;
}
.header-main {
    margin-top: 0;
    background-color: #002063;
}
section#banner-home {
    position: relative;
}
.header-main .logo-left .logo {
    margin-right: 0px;
    width: 334px;
    line-height: 1;
    padding: 0;
    height: 70px;
}
.header-main .main-menu .nav>li>a img {
    width: 39px;
    margin-bottom: 8px;
}
.header-main .main-menu .nav>li>a svg {
    width: 57px;
}
.header-inner {
    position: static;
}
#logo .header-logo {
    width: 100%;
}
.header-main .main-menu {
    flex: 1;
    margin-left: 20px;
    margin-right: 0px;
    /* position: absolute;
    right: 0;
    top: 0; */
}
.header-main .main-menu .nav {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.mega-menu {
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    opacity: 0;
    transition: all .3s ease;
    z-index: -1;
    visibility: hidden;
    top: 117px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
}
.header-main .main-menu .nav>li {
    margin-left: 0px;
    margin-right: 0;
    transition: .3s;
    padding-bottom: 0px;
}
.nav-item.dropdown {
    position: relative;
}
.sub-menu ul li {
    padding: 8px 20px;
    font-weight: 500;
    line-height: 1.3;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub-menu ul li.pc_hide {
    display: none;
}

.sub-menu ul li a {
    color: #002063;
    display: block;
}
.sub-menu ul li .item-sub-cs {
    color: #0056AA;
    position: relative;
    padding-left: 20px;
    margin: 10px 0 5px;
}
.sub-menu ul li .item-sub-cs::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../images/index/arrow-right.svg) center/contain no-repeat;
    width: 8px;
    height: 14px;
}
.sub-menu ul li+li {
    border-top: 1px solid #C3CBD2;
}
.sub-menu ul li:hover {
    background-color: #D1E2F2;
}
.sub-menu ul li a {
    opacity: 1 !important;
}
.box-header-top {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.box-time-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #000;
    gap: 5px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.box-tel-header {
    text-align: right;
    margin-left: 20px;
    color: #666666;
    font-weight: 500;
    font-size: 1.5rem;
}
.box-tel-header span {
    font-size: 1.7rem;
}
.header-main .main-menu .nav>li.active>a {
    background-color: #0056AA;
}
.header-main .main-menu .nav>li.nav-contact>a {
    background-color: #FFD600;
    color: #002063;
}
body.page-contact .header-main .main-menu .nav>li.nav-contact>a,
.header-main .main-menu .nav>li.nav-contact>a:hover {
    background-color: #fff;
    opacity: 1;
}
.header-main .main-menu .nav>li>a {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0;
    color: #fff;
    text-align: center;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 50px;
    padding: 10px 15px;
    width: 150px;
}
.header-main .main-menu .nav>li:not(.nav-contact)>a:hover,
.header-main .main-menu .nav>li.current:not(.nav-contact)>a {
    opacity: 1;
    background-color: #0056AA;
}
.header-main .main-menu .nav>li>a {
    position: relative;
}
a.menu-btn {
    width: 55px;
    min-height: 55px;
    position: absolute;
    background-color: #002063;
    border: none;
    top: 0px;
    right: 0px;
    z-index: 8999;
    transition: none;
    height: auto;
    box-shadow: none;
}
a.menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 23px;
    top: 14px;
    background-color: #fff;
    left: 17px;
    transition: all 0.5s;
    border-radius: 10px;
}
a.menu-btn span:nth-child(2) {
    top: 26px;
}
a.menu-btn span:nth-child(3) {
    top: 38px;
}
/* a.menu-btn::after {
    content: 'MENU';
    left: 50%;
    transform: translateX(-50%);
    top: 33px;
    position: absolute;
    color: #222;
    font-weight: bold;
    font-size: 0.9rem;
    font-family: 'Josefin Sans', sans-serif;
    width: 100%;
    text-align: center;
} */
a.menu-btn.open:after {
    content: "";
}
body.menu-open header:before {
    display: none;
}
a.menu-btn.open {
    position: fixed;
}
a.menu-btn.open span {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
}
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: 10px 0;
}
.breadcrums ul {
    display: flex;
    justify-content: flex-start;
}
.breadcrums ul li>a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #495a87;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: underline;
}
a.btn-phone.btn-fax {
    opacity: 1;
}
.breadcrums ul li {
    position: relative;
}
.breadcrums ul li:not(:last-child) {
    margin-right: 40px;
}
.breadcrums ul li span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #3252b6;
    font-family: 'Noto Sans JP', sans-serif;
}
.breadcrums ul li:not(:nth-last-child(1)):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -26px;
    font-size: 1.5rem;
    font-weight: 500;
    width: 15px;
    height: 1px;
    background-color: #98a8db;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1;
}
ul.list-anchor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 00px;
}
#page-anchor {
    padding-bottom: 0px;
    background-color: #efefef;
    padding-top: 10px;
}
ul.list-anchor li {
    width: 20%;
    margin-bottom: 10px;
}
ul.list-anchor li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    min-height: 60px;
    line-height: 1.35;
    color: #002063;
    position: relative;
    padding-right: 50px;
    padding-left: 30px;
    font-weight: 500;
    border-left: 1px solid #C8C8C8;
}
ul.list-anchor li:nth-child(4n) a {
    border-right: 1px solid #C8C8C8;
}
ul.list-anchor li a:hover {
    opacity: 0.6;
}
ul.list-anchor li a::after {
    content: "";
    width: 21px;
    height: 12px;
    background-image: url(../images/index/arrow-down-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: .3s;
}
/*  */
.box-scroll {
    position: absolute;
    bottom: -140px;
    right: -190px;
    height: 149px;
    z-index: 2;
    color: #fff;
}
.loading-active main {
    opacity: 0;
}
.box-scroll::after {
    content: "";
    position: absolute;
    top: 0px;
    width: 2px;
    height: 180px;
    animation: pathmove 1.8s ease-in-out infinite;
    /* opacity: 0; */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
a.scroll {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
@keyframes pathmove {
    0% {
        height: 0;
        top: 0px;
        opacity: 0;
    }
    30% {
        height: 150px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 180px;
        opacity: 0;
    }
}
.slide-item-img {
    background-image: url(../images/index/bg-slide-1.png);
    height: 900px;
}
.slide-item-img-inner {
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.slide-item-2 .slide-item-img {
    background-image: url(../images/index/bg-slide-2.png);
}
.slide-item-3 .slide-item-img {
    background-image: url(../images/index/bg-slide-3-1.png);
}
.slide-item-4 .slide-item-img {
    background-image: url(../images/index/bg-slide-4.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-item-5 .anim.blur.is-animated,
.slide-item-5 .add-animation .anim.blur {
    opacity: 0;
    animation-delay: 0.5s;
}
.slide-item-5 .slide-item-img {
    background-image: url(../images/index/bg-slide-5.png);
}
.slide-content-5-2 {
    position: absolute;
    left: 88px;
    z-index: 3;
    bottom: 170px;
}
.slide-item-5 .slide-content-5-2 .anim.blur.is-animated,
.slide-item-5 .slide-content-5-2 .anim.blur {
    opacity: 0;
    animation-delay: 3s;
}
.slide-item-5 .slide-content-5-2 .anim.blur {
    animation-delay: 0s;
}
.slide-item-1 .slide-content img {
    width: 137px;
}
.slide-item-1 .slide-content {
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.slide-item-1 .slide-content.text-bottom img {
    width: 400px;
    /* animation-delay: 4s; */
}
.slide-item-1 .slide-content.text-bottom {
    bottom: 230px;
    top: auto;
}
.slide-content-2 .anim.blur.blur-second {
    animation-delay: 3s;
}
.slide-content img {
    width: 1100px;
}
.img-slide-1 {
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background-image: url(../images/index/img-slide-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    mask-image: url(../images/index/mask-img-2.png);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
}
.slide-content-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media (min-width: 1480px) {
    .img-slide-1 {
        mask-image: url(../images/index/mask-img-3.png);
    }
}
@media (min-width: 768px) {
    .slide-item-1 .slide-content-2 {
        top: -40px;
    }
}
@keyframes zoomUp {
    0% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 110% 110%;
        /* Ã¦â€¹Â¡Ã¥Â¤Â§Ã§Å½â€¡ */
    }
}
@keyframes slidebg {
    0% {
        background-position: left 40% bottom;
    }
    100% {
        background-position: left -20% bottom;
        /* Ã¦â€¹Â¡Ã¥Â¤Â§Ã§Å½â€¡ */
    }
}
.slide-item-1 .slide-item-img {
    background-size: 130% 100%;
    animation: slidebg 13s infinite;
    animation-timing-function: linear;
}
.add-animation .slide-item-img {
    /* animation: zoomUp 10s infinite 0s normal both; */
    background-origin: center;
    /* background-position-x: 50%; */
    background-position-y: 50%;
}
.slide-item-2 .slide-item-img {
    /* animation: bg 10s infinite linear; */
    animation: none;
    background-image: url(../images/index/slide-2.png);
    background-size: cover;
}
.slide-item-3 .slide-item-img {
    animation: none;
    /* animation: bg 10s infinite linear; */
    background-image: url(../images/index/slide-2.png);
    background-size: cover;
    background-position: right;
}
.slide-item-2 .slide-item-img-inner {
    max-width: unset;
}
.slide-item-3 .slide-item-img-inner {
    max-width: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
/* .add-animation.slide-item-2 .slide-item-img-inner {
    animation: bg 10s infinite linear;
    background-image: url(../images/index/bg-slide-2.png);
} */
/* .add-animation.slide-item-3 .slide-item-img-inner {
    background-position: top right;
    position: relative;
    animation: bg 16s infinite linear;
    background-image: url(../images/index/bg-3-1.png);
    background-repeat: no-repeat;
    background-size: cover;
} */
/* .add-animation.slide-item-3 .slide-item-img-inner::before,.add-animation.slide-item-3 .slide-item-img-inner::after{
    background-position: top right;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: bg2 14s infinite linear;
    content: '';
    background-image: url(../images/index/bg-3-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
} */
/* .add-animation.slide-item-3 .slide-item-img::before{
    background-position: top right;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: bg3 10s infinite linear;
    content: '';
    background-image: url(../images/index/bg-3-3.png);
    background-repeat: no-repeat;
    background-size: cover;
} */
.slide-item-4 .slide-content img {
    opacity: 0;
}
.slide-item-4 .slide-content .moving-img {
    height: 290px;
}
.add-animation.slide-item-4 .slide-content img {
    width: 100%;
    transition-delay: 0s;
}
@keyframes bg {
    0% {
        background-position: -500px 0px;
    }
    100% {
        background-position: 800px -800px;
    }
}
@keyframes bg2 {
    0% {
        background-position: -500px 0px;
    }
    100% {
        background-position: 800px -800px;
    }
}
@keyframes bg3 {
    0% {
        background-position: -500px 0px;
    }
    100% {
        background-position: 800px -800px;
    }
}
.moving-img {
    overflow: hidden;
    transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
    width: 100%;
    /* will-change: width; */
    height: 180px;
    transform: translateX(calc(-50vw - 50%));
}
.box-img.moving-background {
    position: relative;
    background: none;
}
.moving-background:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    display: block;
    background-image: url(../images/index/bg-img-2-2.png);
    width: 100%;
    height: 100%;
    transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
    transform: translateX(calc(-50vw - 50%));
    transition-delay: 1.5s;
}
.moving-img.moving-right {
    transform: translateX(calc(50vw + 50%));
}
.img-1 .moving-img {
    transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
    transition-delay: 2s;
}
.img-2 .moving-img {
    transition: 0.8s cubic-bezier(0.75, 0, 0.25, 1);
    transition-delay: 2.4s;
}
.img-3 .moving-img {
    transition: 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    transition-delay: 2.8s;
}
.img-4 .moving-img {
    transition: 0.4s cubic-bezier(0.75, 0, 0.25, 1);
    transition-delay: 2.9s;
}
.img-5 .moving-img {
    transition: 0.3s cubic-bezier(0.75, 0, 0.25, 1);
    transition-delay: 3.0s;
}
.add-animation .moving-img,
.add-animation .moving-img.moving-right,
.add-animation .moving-background:before {
    transform: translateX(0);
}
.bg-img-2 {
    width: 1150px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
}
.img-3 {
    width: fit-content;
    margin-left: auto;
    margin-right: 34px;
}
.img-2,
.img-4 {
    width: fit-content;
    margin-right: 118px;
    margin-left: auto;
}
.img-1,
.img-5 {
    width: fit-content;
    margin-left: 51px;
    margin-right: auto;
}
.slide-item-4 .slide-content {
    position: absolute;
    width: 451px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 100px;
}
.slide-item-5 .slide-content svg {
    width: 1360px;
    margin-left: auto;
    display: block;
}
.slide-item-5 .slide-content {
    max-width: 1290px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-right: 0;
    margin-left: auto;
    padding-top: 0px;
}
/* .slide-item-5.add-animation .slide-content{
    transform: scale(1.2);
} */
.img-slide-6 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-dot.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    animation: spin 40s linear infinite;
}
.img-slide-6 .slide-content img {
    opacity: 0;
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.slide-item-2 .slide-content {
    padding-left: 120px;
    padding-top: 80px;
}
.slide-item-3 .slide-content {
    padding-top: 50px;
}
.add-animation.slide-item-5 .slide-item-img {
    animation: none;
    background-size: cover;
}
.banner-home {
    position: relative;
}
/* .banner-home:after {
    content: "";
    width: 100%;
    height: 240px;
    background: linear-gradient(180deg, rgba(0, 32, 99, 0) 0%, rgba(0, 32, 99, 0.09707633053221287) 6%, rgba(0, 32, 99, 0.2987570028011205) 14%, rgba(15, 46, 115, 0.5984768907563025) 24%, rgba(0, 32, 99, 1) 46%);
    position: absolute;
    bottom: -80px;
    left: 0;
} */
.slide-content-5 {
    position: absolute;
    top: 80px;
    left: -25px;
    z-index: 3;
}
.slide-item-5 svg {
    opacity: 0;
    transition: all 3;
}
.add-animation.slide-item-5 svg {
    opacity: 1;
}
.add-animation.slide-item-5 svg .img-ani {
    animation: hien 2s forwards;
    /* opacity: 0; */
}
@keyframes hien {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
svg image {
    opacity: 0;
}
.add-animation svg #img-1 {
    animation-delay: 0.5s;
}
.add-animation svg #img-2 {
    animation-delay: 1.5s;
}
.add-animation svg #img-3 {
    animation-delay: 2.5s;
}
.add-animation svg #img-4 {
    animation-delay: 3.5s;
}
.slide-3-text {
    position: absolute;
    top: 189px;
    left: 583px;
}
.slide-3-text img {
    height: 40px;
    width: auto;
}
.slide-3-text .lower img {
    width: 522px;
    height: auto;
}
@media(min-width:1200px) {
    .slide-item-3 .slide-content {
        padding-left: 0;
    }
    .slide-3-text {
        left: calc(50vw - 500px + 583px);
    }
}
.blue-arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/index/bg-left-part.png);
    background-position: center;
    background-size: cover;
    z-index: 3;
}
.blue-arrow img {
    transform: translateX(-360px);
    left: 50%;
    top: 1px;
    position: absolute;
    z-index: 5;
}
.moving-background:before {
    background-position: top -1px center;
}
.last-arrow-move {}
.blue-arrow-move.moving-img {
    height: 100%;
    transition-delay: 3s !important;
    transition: 2s;
}
.slide-item-4>.slide-item-img>.slide-item-img-inner>.slide-content>img {
    position: relative;
    z-index: 10;
}
.slide-item-4 .slide-content {
    z-index: 10;
}
.slide-item-4 .slide-content img {
    transition: 2s;
}
.slide-item-3 .slide-content .img.anim.blur {
    animation-delay: 1s;
}
.slide-item-3 .slide-content {
    position: relative;
    z-index: 1;
}
.slide-item-img-inner-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: right;
    transition: 1.5s;
}
/* .add-animation .slide-item-img-inner-3{
    background-size: 100% auto;
    transition-delay: 1s;
} */
.slide-item-img-inner-3 svg .img-id-2 {
    opacity: 1;
}
.slide-item-img-inner-3 svg .img-id-5 {
    opacity: 0;
    transition-duration: 1.3s;
    transition-delay: 2.5s;
    transform: scale(0.5) translateX(0%);
}
.add-animation .slide-item-img-inner-3 svg .img-id-5 {
    opacity: 1;
    transform: scale(1) translateX(0);
}
.slide-item-img-inner-3 img {
    position: absolute;
    transform: scale(0);
    transform-origin: center center;
}
img.slide-2-1 {
    right: 200px;
    top: 200px;
}
img.slide-2-2 {
    opacity: 0;
}
img.slide-2-3 {
    opacity: 0;
    top: 485px;
    right: 300px;
    z-index: 1;
}
img.slide-2-4 {
    top: 641px;
    right: 0px;
}
img.slide-2-5 {
    top: 670px;
    right: 320px;
    z-index: 2;
}
img.slide-2-6 {
    top: 664px;
    right: 610px;
}
img.slide-2-7 {
    top: 100px;
    right: 326px;
}
img.slide-2-8 {
    top: 31px;
    right: 635px;
}
img.slide-2-9 {
    top: 370px;
    right: 600px;
}
.add-animation img.slide-2-1 {
    transition: .3s;
    animation: zoom-in 1s forwards;
    animation-delay: 1.25s;
    top: 0;
    right: 0;
}
.add-animation img.slide-2-2 {
    animation: zoom-in2 1s linear forwards;
    animation-delay: 2.75s;
    opacity: 0;
}
.add-animation img.slide-2-3 {
    animation: zoom-in3 1s linear forwards;
    animation-delay: 2.25s;
    opacity: 0;
}
.add-animation img.slide-2-4 {
    animation: zoom-in4 1s linear forwards;
    animation-delay: 1.5s;
}
.add-animation img.slide-2-5 {
    animation: zoom-in5 1s linear forwards;
    animation-delay: 2.5s;
}
.add-animation img.slide-2-6 {
    animation: zoom-in6 1s linear forwards;
    animation-delay: 1.75s;
}
.add-animation img.slide-2-7 {
    animation: zoom-in7 1s linear forwards;
    animation-delay: 2s;
}
.add-animation img.slide-2-8 {
    animation: zoom-in8 1s linear forwards;
    animation-delay: 1s;
}
.add-animation img.slide-2-9 {
    animation: zoom-in9 1s linear forwards;
    animation-delay: 1s;
}
@keyframes zoom-in {
    0% {
        transform: scale(0);
        top: 200px;
        right: 200px;
        opacity: 0;
    }
    100% {
        transform: scale(1);
        top: 20px;
        right: 25px;
        opacity: 1;
    }
}
@keyframes zoom-in2 {
    0% {
        transform: scale(0);
        top: 200px;
        right: 200px;
        opacity: 0;
    }
    100% {
        transform: scale(1);
        top: 208px;
        right: 15px;
        opacity: 0.6;
    }
}
@keyframes zoom-in3 {
    0% {
        transform: scale(0);
        top: 200px;
        right: 200px;
        opacity: 0;
    }
    100% {
        transform: scale(1);
        top: 540px;
        right: 897px;
        opacity: 0.6;
    }
}
@keyframes zoom-in4 {
    0% {
        transform: scale(0);
        top: 200px;
        right: 200px;
        opacity: 0;
    }
    100% {
        transform: scale(1);
        top: 526px;
        right: 400px;
        opacity: 1;
    }
}
@keyframes zoom-in5 {
    0% {
        transform: scale(0);
        top: 200px;
        right: 200px;
        opacity: 0;
    }
    100% {
        transform: scale(1);
        top: 700px;
        right: 850px;
        opacity: 1;
    }
}
@keyframes zoom-in6 {
    0% {
        transform: scale(0);
        top: 200px;
        right: 200px;
    }
    100% {
        transform: scale(1);
        top: 0px;
        right: 400px;
    }
}
@keyframes zoom-in7 {
    0% {
        transform: scale(0);
        top: 200px;
        right: 200px;
    }
    100% {
        transform: scale(1);
        top: 256px;
        right: 820px;
    }
}
@keyframes zoom-in8 {
    0% {
        transform: scale(0);
        top: 200px;
        right: 200px;
    }
    100% {
        transform: scale(1);
        top: 25px;
        right: 876px;
    }
}
@keyframes zoom-in9 {
    0% {
        transform: scale(0);
        top: 200px;
        right: 200px;
    }
    100% {
        transform: scale(1);
        top: 600px;
        right: 35px;
    }
}
.slide-item-3 .slide-content>img {
    width: 640px;
    left: calc(50% - 765px);
    position: relative;
    top: 20px;
}
.slide-item.slide-item-1 {
    position: relative;
}
.slide-item.slide-item-1 .slide-item-img:before {
    opacity: 1;
}
.slide-item.slick-current.slide-item-1 .slide-item-img:before,
.add-animation .slide-item.slick-current.slide-item-1 .slide-item-img:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: white;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    animation: hideAfterTwoSeconds 7s forwards;
}
@keyframes hideAfterTwoSeconds {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.slide-item-img-inner-3 {
    right: calc(50vw - 854px)
}
@keyframes poyoyon {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }
    50% {
        transform: translateX(0);
    }
    65% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0);
    }
    20%,
    100% {
        opacity: 1;
    }
}
.anim.poyoyon.is-animated,
.add-animation .anim.poyoyon {
    animation: poyoyon 0.75s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
    animation-delay: 1s;
}
.slide-item-4 .add-animation .anim.poyoyon {
    animation-delay: 0s;
}
.bgcl-10 {
    background-color: #DEEAF7;
}
.bgcl-E8F0F9 {
    background-color: #E8F0F9;
}
.bgcl-D9F1F5 {
    background-color: #D9F1F5;
}
.bgcl-DEEAF7 {
    background-color: #DEEAF7;
}
.color-C90915 {
    color: #C90915;
}
.read-more {
    color: #D70509;
    display: inline-block;
    border-bottom: 1px solid #D70509;
    position: relative;
    padding: 0px 18px 4px 8px;
    min-width: 100px;
    text-align: left;
    font-weight: 500;
}
.read-more::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/index/arrow-right-red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 15px;
}
.read-more.style-2 {
    color: #0056AA;
    border-bottom-color: #0056AA;
    font-size: 1.9rem;
}
.read-more.style-2::after {
    background-image: url(../images/index/arrow-right.svg);
}
.read-more.style-3 {
    color: #002063;
    border-bottom-color: #002063;
    font-size: 1.7rem;
    padding: 0px 30px 4px 12px;
}
.read-more.style-3::after {
    background-image: url(../images/index/arrow-right-2.svg);
}
.read-more.style-3:hover {
    opacity: 1;
}
a.view-more {
    color: #fff;
    font-weight: bold;
    background-color: #0056AA;
    border: 1px solid #0056AA;
    max-width: 235px;
    margin: 0 auto;
    height: 54px;
    letter-spacing: 0.1em;
    justify-content: center;
    padding-left: 25px;
    transition: ease .2s;
    overflow: hidden;
    padding-right: 45px;
    font-size: 1.7rem;
}
a.view-more::after {
    right: 25px;
    background-image: url(../images/index/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 22px;
    z-index: 2;
}
a.view-more span {
    position: relative;
    z-index: 3;
}
a.view-more:hover::after {
    background-image: url(../images/index/arrow-right-blue.svg);
}
a.view-more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    height: calc(100% + 2px);
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1) translateY(0);
    transform-origin: right top;
}
a.view-more:hover {
    color: #0056AA;
}
a.view-more:hover:before {
    transform-origin: left top;
    transform: scale(1, 1) translateY(0);
}
a.view-more.w2 {
    max-width: 245px;
    padding-left: 10px;
}
a.view-more.w3 {
    max-width: 340px;
    height: 65px;
}
a.view-more.style-2 {
    background-color: #fff;
    border: 1px solid transparent;
    color: #0056AA;
}
a.view-more.style-2:before {
    background-color: #0083D7;
}
a.view-more.style-2::after {
    background-image: url(../images/index/arrow-right.svg);
}
a.view-more.style-2:hover {
    color: #fff;
    border-color: #fff;
}
a.view-more.style-2:hover::after {
    background-image: url(../images/index/arrow-white.svg);
}
.home-list-news {
    background-color: #F7DADC;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    max-height: 70px;
    margin-top: -35px;
}
.home-list-news .item-left {
    width: calc(100% - 100px);
    position: relative;
    padding-right: 60px;
}
.home-list-news .item-left .prev-next {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}
.home-list-news .item-left .prev-next .slick-arrow {
    width: 20px;
    height: 12px;
    background: url(../images/index/arrow-up.svg) center/contain no-repeat;
}
.home-list-news .item-left .prev-next .slick-arrow.next {
    transform: rotate(180deg);
}
.home-list-news .item-left .prev-next .slick-arrow.prev {
    margin-bottom: 18px;
}
.home-list-news .item-right {
    width: 100px;
}
.home-list-news .item,
.home-list-news .item .post-meta {
    display: flex;
    align-items: center;
}
.home-list-news .item .post-cat {
    font-weight: bold;
    font-size: 2.1rem;
    color: #D70509;
}
.home-list-news .item .post-date {
    margin-left: 25px;
    padding-left: 20px;
    margin-right: 30px;
    border-left: 1px solid #777777;
    font-weight: 500;
    color: #333333;
}
.home-list-news .item .post-title {
    font-weight: 500;
}
.box-news-fix {
    position: fixed;
    right: 95px;
    bottom: 10px;
    padding: 10px;
    width: 325px;
    background-color: #E6E6E6;
    box-shadow: 0px 0px 6px 0px #848484;
}
.box-news-fix .title {
    background-color: #C90915;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.6;
    text-align: center;
    position: relative;
}
.box-news-fix .title.active::before {
    content: '';
    position: absolute;
    left: -26px;
    top: -26px;
    width: 54px;
    height: 54px;
    border: 1px solid #002063;
    border-radius: 50%;
    background: #fff url(../images/index/icon-close.svg) center no-repeat;
}
.box-news-fix .title::before {
    content: none;
}
.post-item .box-image {
    background-color: #fff;
    text-align: center;
}
.post-item .box-image img {
    margin: 0 auto;
    height: auto;
}
.post-item .box-text {
    padding: 12px 15px;
}
.post-item .box-text .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}
.post-item .box-text .post-meta .status {
    font-size: 1.9rem;
    font-weight: 700;
    background-color: #FFB800;
    color: #333333;
    border-radius: 30px;
    display: inline-block;
    padding: 2px 20px;
    min-height: 30px;
}
.post-item .box-text .post-title {
    margin-top: 10px;
}
.post-item .box-text .post-title a {
    color: #0063AA;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
}
.slick-slider .slick-dots {
    text-align: center;
}
.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.slick-slider .slick-dots li.slick-active {
    background-color: #FFB800;
}
.slick-slider .slick-dots li button {
    display: none;
}
.slick-slider .slick-arrow {
    border: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 47px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    z-index: 10;
}
.slick-slider .slick-arrow.slick-prev {
    background-image: url(../images/index/arrow-prev-blue.svg);
    right: calc(100% + 28px);
}
.slick-slider .slick-arrow.slick-next {
    background-image: url(../images/index/arrow-next-blue.svg);
    left: calc(100% + 28px);
}
#main-slider.slick-slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 32px;
    width: 100%;
}
#main-slider.slick-slider .slick-dots li {
    margin: 0 5px;
    width: 47px;
    height: 4px;
    border-radius: 0;
}
#main-slider.slick-slider .slick-dots li.slick-active {
    background-color: #FFD600;
}
.main-title {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}
.main-title span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.main-title span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /*width: 4px;*/
    width: 6px;
    /*height: 40px;*/
    height: 44px;
    background-image:
        linear-gradient(to bottom,
            #C90915 0 50%,
            #C8C8C8 50% 100%);
}

.main-title.style-2 {
    overflow: hidden;
}

.main-title.style-2 span {
    padding-left: 0;
    padding-bottom: 25px;
    letter-spacing: 0.35em;
    text-indent: 0.35em;
}
.main-title.style-2 span::before {
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 0;
    height: 4px;
    /*width: 140px;*/
    width: 100%;
    background-image:
        linear-gradient(to right,
            #C90915 0 50%,
            #C8C8C8 50% 100%);
}
.main-title.style-3 span::before {
    background-image:
        linear-gradient(to bottom,
            #C90915 0 50%,
            #fff 50% 100%);
}
.home-about-right {
    position: relative;
    padding-top: 65px;
}
section#home-about {
    position: relative;
}
section#home-about::before {
    content: '';
    position: absolute;
    left: 0;
    top: 118px;
    width: 100%;
    height: 620px;
    background: #e8f0f9;
    z-index: 2;
    clip-path: polygon(0 0, 93% 1%, 100% 50%, 100% 100%, 7% 100%, 0% 50%);
}
.home-about {
    position: relative;
}
.home-about::before {
    content: '';
    position: absolute;
    left: calc(-50% + 15px);
    top: -35px;
    width: calc(100% + 83px);
    height: 1360px;
    background: url(../images/index/bg-1.png) center/cover no-repeat;
    z-index: -1;
}
.home-about::after {
    content: '';
    position: absolute;
    right: -570px;
    top: 0;
    width: calc(100% + 581px);
    height: 1330px;
    background: url(../images/index/bg-2.png) center/cover no-repeat;
    z-index: 1;
}
.box-img-about-wrap {
    position: relative;
    height: 619px;
}
.box-img-about {
    position: absolute;
    width: calc(50vw + 73px);
    height: 100%;
    right: 0;
}
.box-img-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}
.box-about {
    border: 2px solid #0056AA;
    padding: 30px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(132, 132, 132, 0.6);
    height: 100%;
}
.box-about .icon-box {
    display: flex;
}
.box-about .icon-box .icon-image {
    width: 125px;
}
.box-about .icon-box .icon-text {
    flex: 1;
    padding-left: 45px;
}
.box-about .icon-box .icon-text h3 {
    color: #0056AA;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #0056AA;
    line-height: 1;
    display: inline-block;
    padding-bottom: 5px;
}
.home-latest-news {
    position: relative;
}
.home-latest-news::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index/bg-news.jpg) center/cover no-repeat;
    z-index: -1;
}
.box-list-latest-news {
    background-color: #fff;
    border-radius: 10px;
    padding: 55px 40px 30px 55px;
}
.item-post {
    display: flex;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #D2CCCC;
    font-weight: 500;
}
.item-post:first-child {
    border-top: 1px solid #D2CCCC;
}
.item-post .post-meta {
    display: flex;
    align-items: center;
}
.item-post .post-meta .cat {
    min-width: 115px;
    padding: 3px 10px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    background-color: #169244;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 25px;
}
.item-post .post-meta .cat.cat-2 {
    background-color: #00A2D0;
}
span.new {
    color: #FF3333;
}
.list-product .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.list-product .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}
.box-product {
    border: 2px solid #0063AA;
    border-radius: 10px;
    padding: 20px;
}
.box-product .box-image {
    height: 182px;
    overflow: hidden;
}
.box-product .box-image img {
    margin: 0 auto;
    object-fit: cover;
}
.box-product .box-text {
    padding-top: 12px;
}
.box-product .box-text .meta-time {
    color: #646464;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
}
.box-product .box-text .product-title a {
    color: #0063AA;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    display: block;
}
.box-product .box-text .meta-bottom {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.box-product .box-text button {
    background-color: #FFB800;
    border: none;
    border-radius: 14px;
    font-size: 1.8rem;
    font-weight: bold;
    min-width: 139px;
    height: 29px;
    font-family: 'Noto Sans JP', sans-serif;
}
.box-product .box-text .read-more.style-2 {
    font-size: 1.6rem;
    min-height: 29px;
    min-width: 139px;
}
.home-product-cat {
    background-color: #DEEAF7;
    position: relative;
}
.bg-city {
    position: relative;
    border-bottom: 1px solid #113589;
}
.bg-city::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -95px;
    width: 100%;
    height: 109px;
    background-image: url(../images/index/bg-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.box-product-cat {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(132, 132, 132, 0.5);
}
.box-product-cat .box-image {
    width: 367px;
    background: url(../images/index/bg-product-cat.png) center/cover no-repeat;
    text-align: center;
    padding: 24px;
    position: relative;
}
.box-product-cat .box-image img {
    box-shadow: -3px 13px 12px 0px rgba(0, 0, 0, 0.4);
    display: none;
}
.box-product-cat .box-image img.active {
    display: block;
    margin: 0 auto;
}
.box-product-cat .box-text {
    padding: 7px;
    flex: 1;
}
.box-product-cat.style-2 .box-image img {
    display: block;
    margin: auto;
}
.box-product-cat .box-text ul li {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    line-height: 1.77;
}
.box-product-cat .box-text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #004279;
}
.list-item-cat {
    border: 1px solid #D2CCCC;
}
.list-item-cat .item-cat {
    position: relative;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.3;
    height: 77px;
    display: flex;
    align-items: center;
    padding: 10px 40px;
    opacity: 1 !important;
}
.list-item-cat .item-cat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 100%;
    background-color: #D1161B;
}
.list-item-cat .item-cat::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 21px;
    background: url(../images/index/arrow-gray.svg) center no-repeat;
}
.list-item-cat .item-cat+.item-cat {
    border-top: 1px solid #D2CCCC;
}
.list-item-cat .item-cat .icon-cat {
    width: 58px;
    height: 58px;
    background-color: #A2B5D4;
    background-image: url(../images/index/book.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.list-item-cat .item-cat .title-cat {
    padding-left: 28px;
    flex: 1;
}
.list-item-cat.style-2 {
    border: none;
}
.list-item-cat.style-2 .item-cat::after {
    content: none;
}
.list-item-cat.style-2 .item-cat {
    color: #fff;
    background-color: #004279;
    color: #fff;
    box-shadow: 0px 0px 3px 0px rgba(132, 132, 132, 0.5);
    height: 81px;
    border: 1px solid transparent;
}
.list-item-cat.style-2 .item-cat .icon-cat {
    background-color: #fff;
    background-image: url(../images/index/book2.svg);
}
.list-item-cat.style-2 .item-cat:hover {
    background-color: #fff;
    color: #004279;
    opacity: 1;
    border-color: #004279;
}
.list-item-cat.style-2 .item-cat:hover .icon-cat {
    background-color: #004279;
    background-image: url(../images/index/book.svg);
}
.list-item-cat .item-cat:nth-child(2):before {
    background-color: #C05A44;
}
.list-item-cat .item-cat:nth-child(3):before {
    background-color: #C9874E;
}
.list-item-cat .item-cat:nth-child(4):before {
    background-color: #D4A150;
}
.list-item-cat .item-cat:nth-child(5):before {
    background-color: #A6B45F;
}
.list-item-cat .item-cat:nth-child(6):before {
    background-color: #8DAD5B;
}
.list-item-cat .item-cat:nth-child(7):before {
    background-color: #5A9B5B;
}
.list-item-cat .item-cat:nth-child(8):before {
    background-color: #339C9D;
}
.list-item-cat .item-cat:nth-child(9):before {
    background-color: #1F9CC4;
}
.list-item-cat .item-cat:nth-child(10):before {
    background-color: #318CBB;
}
.list-item-cat .item-cat:nth-child(11):before {
    background-color: #456CA9;
}
.list-item-cat .item-cat:nth-child(12):before {
    background-color: #4C468E;
}
.list-item-cat .item-cat:nth-child(13):before {
    background-color: #905492;
}
.list-item-cat .item-cat:nth-child(14):before {
    background-color: #B15B86;
}
.list-item-cat .item-cat:nth-child(15):before {
    background-color: #B15B86;
}
.list-item-cat .item-cat:nth-child(16):before {
    background-color: #AA5A66;
}
.box-home-contact {
    display: flex;
}



.box-home-contact .rec_catch {
    line-height: 175%;
}

.home-contact .box-image {
    width: calc(50% + 44px);
    background-image: url(../images/index/img-index-contact.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-contact .box-text {
    background-color: #0083D7;
    padding: 120px 15px 135px 110px;
    color: #fff;
    flex: 1;
}
.home-contact .box-text .box-text-content {
    max-width: 435px;
}
.box-footer {
    display: flex;
}
.box-footer .ft-left {
    position: relative;
    width: 470px;
    padding: 70px 85px 105px 0px;
}
.box-footer .ft-left::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #E6E6E6;
    z-index: -1;
}
.box-footer .ft-right {
    position: relative;
    width: calc(100% - 470px);
    color: #fff;
    padding-left: 50px;
    padding-top: 45px;
}
.box-footer .ft-right::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(60vw + 170px);
    height: 100%;
    background: linear-gradient(-120deg, rgba(50, 63, 185, 1) 0%, rgba(0, 51, 102, 1) 85.1741%);
    z-index: -1;
}
.box-footer .ft-right a {
    color: #DEEAF7;
}
.logo-ft {
    border-bottom: 1px solid #D2CCCC;
    padding-bottom: 15px;
    width: max-content;
}
.contact-ft ul li.call {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
}
.contact-ft ul li.call a {
    color: #C90915;
}
a.btn-contact {
    color: #0056AA;
    border: 2px solid #0063AA;
    background-color: #FFD600;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    height: 65px;
    max-width: 384px;
    padding-left: 85px;
    padding-right: 45px;
    justify-content: flex-start;
}
a.btn-contact::before {
    background-image: url(../images/index/icon-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    height: 27px;
    left: 24px;
}
a.btn-contact::after {
    background-image: url(../images/index/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 25px;
    right: 28px;
}
a.btn-contact:hover {
    background-color: #fff;
}
.box-link-ft+.box-link-ft {
    margin-top: 35px;
}
.ft-title {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 25px;
    position: relative;
    display: block;
}
.ft-title::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/index/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
}
.box-footer .link-ft {
    padding-top: 15px;
    padding-left: 12px;
}
.box-footer .link-ft ul li a {
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.box-footer .link-ft ul li+li {
    margin-top: 5px;
}
.box-footer .link-ft ul li.li-sub-menu {
    padding-top: 5px;
}
.sub-menu-ft {
    padding-left: 12px;
    padding-top: 5px;
}
.box-column-ft {
    display: flex;
}
.box-column-ft .item-column-ft {
    width: max-content;
    margin-right: 46px;
}
.box-column-ft .item-column-ft:first-child {
    min-width: 190px;
}
.box-column-ft .item-column-ft:last-child {
    margin-right: 0;
    min-width: 228px;
}
/* Page company */
.title-page {
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
}
.title-page span {
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    text-shadow: 0px 0px 5px #000;
}
.title-page span::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 6px;
    width: 100%;
    background-image: linear-gradient(to right, #C90915 0 50%, #fff 50% 100%);
}
.page-header {
    padding-top: 120px;
    height: 400px;
    background-image: url(../images/company/bg-page-company.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.page-header .des-page {
    font-size: 2rem;
    letter-spacing: 0.15em;
    padding-top: 25px;
    text-shadow: 0px 0px 5px #000;
}

.toppage_catalog .page-header {
    background-image: url(../images/index/bg-page-catalog.jpg);
}


.page-recruit .page-header .des-page {
    font-weight: bold;
    /*text-shadow: 0px 0px 6px #fff;*/
    color: #168b44;
}
/*
.page-recruit .page-header .des-page span {
    position: relative;
    z-index: 1;
}
.page-recruit .page-header .des-page span::after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-image: url(../images/index/bg-feather.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
*/
.page-business .page-header {
    background-image: url(../images/business/bg-page-business.png);
}
.page-contact .page-header {
    background-image: url(../images/contact/bg-page-contact.png);
}
.page-recruit .page-header {
    background-image: url(../images/recruit/bg-page-recruit.jpg);
}

.rec_title_catch img {
    height: 35px;
    width: 287px;
}

.page-entry .page-header {
    background-image: url(../images/contact/bg-page-entry.png);
}
.box-text-img,
.box-img-text {
    display: flex;
}
.box-text-img .box-text {
    flex: 1;
    /*padding-right: 50px;*/
    padding-right: 20px;
    word-break: normal;
}
.box-text-img .box-text span {
    display: inline-block;
}
.box-text-img .box-image {
    width: 430px;
}
.box-img-text .box-text {
    flex: 1;
    padding-left: 45px;
}
.box-img-text .box-image {
    width: 390px;
}
.box-bg-company {
    background-image: url(../images/company/bg-box-company.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-text-vertical {
    display: flex;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: 900;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.075em;
}
.box-text-vertical .is-vertical {
    writing-mode: vertical-rl;
    margin-right: 75px;
}
.box-text-vertical .is-vertical span {
    display: block;
    margin-left: 45px;
}
.box-text-vertical .is-vertical span:last-child {
    margin-left: 0;
}
.box-content-bg-company {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px 65px 35px;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.73;
}
.box-content-bg-company p+p {
    margin-top: 35px;
}
.box-content-bg-company p {
    position: relative;
    padding-left: 31px;
}
.box-content-bg-company p::before {
    content: "1";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3.5rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    color: #002063;
    line-height: 1;
}
.box-bg-company-2 {
    height: 316px;
    background-image: url(../images/company/img-company-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-company-profile {
    display: flex;
}
.box-company-profile .box-text {
    width: 725px;
}
.box-company-profile .box-image {
    flex: 1;
    margin-right: 75px;
    height: 577px;
    width: 50vw;
    position: relative;
}
.box-company-profile .box-image::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50vw - 251px);
    background-image: url(../images/company/img-company-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-flex {
    display: flex;
    min-height: 50px;
    padding: 8px 0px;
    font-weight: 500;
    border-bottom: 1px solid #C8C8C8;
    position: relative;
}
.text-flex::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 111px;
    background-color: #002097;
}
.text-flex p {
    line-height: 1.87;
}
.text-flex p:first-child {
    color: #002063;
    min-width: 111px;
    padding-left: 15px;
}
.text-flex p+p {
    padding-left: 20px;
    padding-right: 24px;
}
.list-history-company {
    padding-left: 125px;
}
.time-line {
    display: flex;
    align-items: center;
    position: relative;
}
.time-line::after {
    content: "";
    position: absolute;
    left: 164px;
    top: 20px;
    height: calc(100% + 20px);
    border-left: 1px solid #C8C8C8;
}
.time-line+.time-line {
    padding-top: 20px;
}
.time-line .date-time {
    color: #002063;
    font-weight: 500;
    min-width: 164px;
}
.time-line .date-time p {
    width: 117px;
    text-align: justify;
}
.time-line .des-time {
    flex: 1;
    padding-left: 55px;
    line-height: 1.87;
    position: relative;
}
.time-line .des-time::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 8px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #0056AA;
    border-radius: 50%;
    z-index: 1;
}
.time-line:last-child::after {
    content: none;
}
a.btn-link {
    color: #0056AA;
    font-size: 1.7rem;
    font-weight: 500;
    justify-content: flex-start;
}
a.btn-link span {
    text-decoration: underline;
    position: relative;
}
a.btn-link span::after {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    left: calc(100% + 20px);
    background-image: url(../images/index/icon-square.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
}
.list-link a.btn-link {
    padding-left: 35px;
    line-height: 1.2;
}
.list-link a.btn-link+a.btn-link {
    margin-top: 25px;
}
.list-link a.btn-link::before {
    top: calc(50% + 2px);
    left: 12px;
    background-image: url(../images/index/arrow-right-red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 17px;
}
.box-text-img-v2 {
    display: flex;
    align-items: center;
    position: relative;
}
.box-text-img-v2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #E8F0F9;
    width: 100vw;
    height: 100%;
}
.box-text-img-v2 .box-text {
    padding-right: 15px;
    flex: 1;
    position: relative;
}
.box-text-img-v2 .box-text p {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #002063;
    line-height: 1.9;
}
.box-text-img-v2 .box-image {
    width: calc(50% + 38px);
    position: relative;
    height: 390px;
}
.box-text-img-v2 .box-image .box-image-wrap {
    position: absolute;
    width: calc(50vw + 220px);
    height: 100%;
    left: 0;
}
.box-text-img-v2 .box-image .box-image-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.box-text-img-v2:nth-child(3) .box-image .box-image-wrap img {
    object-position: right;
}
.box-text-img-v2.row-reverse .box-text {
    padding-right: 0;
    padding-left: 20px;
}
.box-text-img-v2.row-reverse .box-image {
    width: calc(50% + 58px);
}
.box-text-img-v2.row-reverse .box-image .box-image-wrap {
    left: unset;
    right: 0;
}
.box-business-intro {
    display: flex;
    align-items: center;
    position: relative;
}
.box-business-intro::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #3A5D87;
    background-image: url(../images/business/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.box-business-intro .box-text {
    padding-right: 0;
    margin-left: 70px;
    flex: 1;
}
.box-business-intro .box-text ul li {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 0px 10px;
    line-height: 1.68;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    width: max-content;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}
.box-business-intro .box-image {
    width: 50%;
    position: relative;
}
.box-business-intro .box-image .abs-des {
    position: absolute;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    top: -85px;
    right: 0;
    width: 100%;
    padding: 15px 50px 15px 0px;
    min-height: 130px;
    line-height: 1.34;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box-business-intro .box-image .abs-des::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: #002063;
    margin-right: 50px;
    /* animation-name: bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards; */
}
.box-business-intro .box-image .abs-des.v2::before {
    width: calc(50vw - 220px);
    margin-right: 220px;
}
.box-business-intro .box-image .abs-des * {
    position: relative;
}
.flex-box-content {
    display: flex;
}
.flex-box-content .box-text {
    width: 55%;
    line-height: 2.18;
    font-size: 1.8rem;
    /*text-align: justify;*/
}
.flex-box-content .box-text span {
    display: inline-block;
}
.flex-box-content .box-image {
    width: 45%;
    padding-left: 50px;
}
.flex-box-content .box-image .box-image-wrap {
    width: 50vw;
    position: relative;
    height: 350px;
}
.flex-box-content .box-image .box-image-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
table {
    width: 100%;
}
.table-cs tr:first-child td {
    border-top: 1px solid #C8C8C8;
}
.table-cs tr td {
    border-bottom: 1px solid #C8C8C8;
    height: 60px;
    line-height: 1.56;
}
.table-cs tr td:first-child {
    background-color: #EFF0F0 !important;
    font-size: 1.8rem;
    color: #002063;
    text-align: center;
    width: 110px;
}
.table-cs tr td:nth-child(2) {
    padding: 17px 0px 17px 24px;
}
.table-cs.style-2 tr td {
    height: 50px;
    background-color: #fff;
}
.table-cs.style-2 tr td:first-child {
    width: 226px;
}
.table-cs tr td:nth-child(2) {
    padding: 12px 12px 12px 35px;
}
a.btn.btn-main.view-more {
    max-width: 340px;
    height: 65px;
    font-size: 2rem;
    margin-top: 20px;
}
.title-bg {
    font-size: 2.6rem;
    font-weight: bold;
    color: #002063;
    background-color: #E8F0F9;
    padding: 6px 24px;
    min-height: 55px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.title-address {
    color: #002063;
    font-size: 1.8rem;
    line-height: 1.83;
    position: relative;
    padding-left: 18px;
}
.title-address::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 19px;
    background-color: #002063;
}
.box-business-address {
    display: flex;
}
.box-business-address .box-left,
.box-business-address .box-right {
    width: 50%;
}
.box-business-address .box-right {
    padding-left: 50px;
}
.box-business-address .image-cover {
    padding-top: 270px;
}
.item-address-business .title-bg {
    margin-bottom: 25px;
}
.box-business-address+.box-business-address {
    margin-top: 40px;
}
.box-business-address .title-address {
    margin-bottom: 10px;
}
.box-business-address .title-address+p+.title-address {
    margin-top: 35px;
}
.item-address-business+.item-address-business {
    margin-top: 155px;
}
.box-text-image-recruit {
    position: relative;
}
.box-text-image-recruit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 65px;
    background-image: url(../images/recruit/bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}
.box-text-image-recruit .box-image {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}
.box-text-image-recruit .box-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.7rem;
    line-height: 2.29;
    padding-top: 60px;
    color: #002063;
}
.img-abs-1 {
    position: absolute;
    left: 20px;
    bottom: 90px;
}
.img-abs-1::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/recruit/bg-text-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    mix-blend-mode: multiply;
}
.img-abs-2 {
    position: absolute;
    right: 23px;
    bottom: 28px;
}
.box-text-image-recruit .content-abs ul li {
    font-size: 3.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #002063;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 60px;
    padding: 5px 22px;
    width: max-content;
    font-family: 'Zen Old Mincho', sans-serif;
}
.box-text-image-recruit .content-abs ul li+li {
    margin-top: 12px;
}
.box-text-image-recruit .content-abs ul li.v2 {
    margin-top: 22px;
    min-height: 55px;
    font-size: 2.3rem;
    letter-spacing: 0;
    color: #333333;
    margin-left: auto;
    position: absolute;
    right: 0;
    bottom: -22px;
    font-family: 'Noto Sans JP', sans-serif;
}
.box-text-image-recruit .content-abs ul li.v2 span {
    font-size: 1.7rem;
}
.box-content-recruit {
    background-color: #fff;
    padding: 65px 15px 70px;
}
.box-content-recruit .list-dot {
    width: max-content;
    margin: 0 auto;
}
.box-content-recruit .list-dot li+li {
    margin-top: 25px;
}
.list-dot ul li {
    padding-left: 25px;
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
}
.list-dot ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #002063;
}
.box-tabs .tabs-nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.box-tabs .tabs-nav .tab-nav-link {
    flex: 1;
    background-color: #EBEBEB;
    min-height: 50px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.box-tabs .tabs-nav .tab-nav-link.active {
    background-color: #12B2DB;
    color: #fff;
}
.box-tabs .tabs-nav .tab-nav-link.active::before {
    border-top-color: #12B2DB;
}
.box-tabs .tabs-nav .tab-nav-link::before {
    content: '';
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 20px solid transparent;
}
.box-tabs .tab-panels {
    padding-top: 20px;
}
.box-info-user {
    padding-left: 25px;
    cursor: pointer;
}
.box-info-user .box-image {
    background-color: #D9F1F5;
    position: relative;
    text-align: right;
    height: 343px;
}
.box-info-user .box-image .hover-img {
    height: 100%;
    position: relative;
}
.box-info-user .box-image::before {
    content: attr(data-num);
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 5.8rem;
    font-weight: 600;
    color: #12B2DB;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
}
.box-info-user .box-image img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}
.box-info-user .box-text {
    padding-top: 10px;
}
.box-info-user .box-text p {
    font-size: 1.8rem;
    line-height: 1.72;
}
.box-info-user .info-user {
    position: absolute;
    bottom: 30px;
    left: -25px;
    background-color: #002063;
    color: #fff;
    padding: 15px 25px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    min-width: 170px;
    text-align: left;
}
.box-info-user .info-user .pos {
    font-size: 1.6rem;
    font-weight: bold;
}
.box-info-user .info-user .join-year {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 12px;
    padding-top: 12px;
    position: relative;
}
.box-info-user .info-user .join-year::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    height: 1px;
    background-color: #fff;
}
.tab-panels .tab-content:not(.active) {
    display: none;
}
.title-bg-v2 {
    position: relative;
    padding-left: 15px;
}
.title-bg-v2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #0056AA;
    border-radius: 3px;
}
.title-bg-v2 p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #002063;
    min-height: 43px;
    background-color: #fff;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}
.icon-box-cs h3 {
    color: #002063;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
}
.icon-box-cs p {
    line-height: 1.9;
}
.icon-box-cs .icon {
    width: 259px;
    height: 259px;
    border-radius: 50%;
    background-color: #D9F1F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 25px auto;
}
.toggle-hd {
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    min-height: 70px;
    color: #002063;
    border: 2px solid #0056AA;
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 60px 12px 35px;
    overflow: hidden;
    transition-duration: 0.3s;
    background-color: #fff;
}
.toggle-hd::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/index/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 37px;
    height: 37px;
    right: 16px;
    background-color: #0056AA;
    border-radius: 50%;
}



.toggle-hd.active::before {
    background-image: url(../images/index/icon-minus.svg);
}


.not_recruiting .toggle-hd::before{
    display: none;
}

.toggle-pc .toggle-cont {
    padding: 65px 50px 15px;
}
.list-toggle .toggle-pc+.toggle-pc {
    margin-top: 50px;
}
.toggle-pc.style-2 .toggle-hd {
    padding-left: 25px;
    background-color: #E6F7FA;
}
.toggle-pc.style-2 .toggle-hd span {
    color: #002063;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-right: 50px;
}
.toggle-pc.style-2 .toggle-cont {
    padding: 40px 50px 75px 0px;
}
.toggle-pc .toggle-cont-inner {
    display: flex;
}
.toggle-pc .toggle-cont-inner .answer-left {
    width: 80px;
    text-align: right;
    font-size: 3.5rem;
    font-weight: 500;
    color: #C90915;
    line-height: 1;
    margin-right: 50px;
}
.toggle-pc .toggle-cont-inner .answer-right {
    flex: 1;
    line-height: 1.9;
}

.toggle-pc .toggle-cont-inner .answer-right p span {
    display: inline-block;
}

.box-contact-recruit {
    background-color: #fff;
    box-shadow: 0px 0px 11px 0px rgba(157, 188, 224, 0.8);
    padding: 40px 15px 45px;
}
.box-popup-user {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 55px;
}
.box-popup-user::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 110px);
    height: 366px;
    background-color: #D9F1F5;
    z-index: -1;
}
.box-popup-user .box-image {
    position: relative;
    width: 620px;
}
.box-popup-user .box-image .image-cover {
    padding-top: 448px;
}
.box-popup-user .box-text {
    flex: 1;
    padding: 0 40px 20px 45px;
}
.box-popup-user .info-user {
    position: absolute;
    top: 30px;
    left: calc(100% - 60px);
    background-color: #002063;
    color: #fff;
    padding: 18px 25px;
    line-height: 1.2;
    min-width: 350px;
}
.box-popup-user .info-user .pos {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.box-popup-user .info-user .pos span {
    font-size: 1.6rem;
    font-weight: bold;
}
.box-info-user .info-user .join-year {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 12px;
    padding-top: 12px;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 5px;
}
.box-popup-user .info-user .join-year {
    text-align: right;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    font-size: 2.1rem;
}

.box-popup-user .info-user .join-year span {
    display: inline-block;
    float: left;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: bold;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2.1rem;
}


.box-popup-user .box-text p {
    color: #002063;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2;
}
.box-popup-user .box-image::before {
    content: attr(data-num);
    position: absolute;
    left: -35px;
    top: -28px;
    font-size: 11.9rem;
    font-weight: 600;
    color: #12B2DB;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    z-index: 1;
}
.heading-popup {
    display: flex;
    align-items: flex-end;
    position: relative;
}
.box-info-user .info-user .join-year::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    height: 1px;
    background-color: #fff;
}
.tab-panels .tab-content:not(.active) {
    display: none;
}
.title-bg-v2 {
    position: relative;
    padding-left: 15px;
}
.title-bg-v2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #0056AA;
    border-radius: 3px;
}
.title-bg-v2 p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #002063;
    min-height: 43px;
    background-color: #fff;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}
.icon-box-cs h3 {
    color: #002063;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
}
.icon-box-cs p {
    line-height: 1.9;
}
.icon-box-cs .icon {
    width: 259px;
    height: 259px;
    border-radius: 50%;
    background-color: #D9F1F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 25px auto;
}
.toggle-hd {
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    min-height: 70px;
    color: #002063;
    border: 2px solid #0056AA;
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 60px 12px 35px;
    overflow: hidden;
    transition-duration: 0.3s;
    background-color: #fff;
}
.toggle-hd::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/index/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 37px;
    height: 37px;
    right: 16px;
    background-color: #0056AA;
    border-radius: 50%;
}
.toggle-hd.active::before {
    background-image: url(../images/index/icon-minus.svg);
}

.toggle-pc .toggle-cont {
    padding: 65px 50px 15px;
}
.list-toggle .toggle-pc+.toggle-pc {
    margin-top: 50px;
}
.toggle-pc.style-2 .toggle-hd {
    padding-left: 25px;
    background-color: #E6F7FA;
}
.toggle-pc.style-2 .toggle-hd span {
    color: #002063;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-right: 50px;
}

.toggle-pc.style-2 .toggle-cont {
    padding: 40px 50px 75px 0px;
}
.toggle-pc .toggle-cont-inner {
    display: flex;
}
.toggle-pc .toggle-cont-inner .answer-left {
    width: 80px;
    text-align: right;
    font-size: 3.5rem;
    font-weight: 500;
    color: #C90915;
    line-height: 1;
    margin-right: 50px;
}
.toggle-pc .toggle-cont-inner .answer-right {
    flex: 1;
    line-height: 1.9;
}
.box-contact-recruit {
    background-color: #fff;
    box-shadow: 0px 0px 11px 0px rgba(157, 188, 224, 0.8);
    padding: 40px 15px 45px;
}
.box-popup-user {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 55px;
}
.box-popup-user::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 110px);
    height: 366px;
    background-color: #D9F1F5;
    z-index: -1;
}
.box-popup-user .box-image {
    position: relative;
    width: 620px;
}
.box-popup-user .box-image .image-cover {
    padding-top: 448px;
}
.box-popup-user .box-text {
    flex: 1;
    padding: 0 40px 20px 45px;
}
.box-popup-user .info-user {
    position: absolute;
    top: 30px;
    left: calc(100% - 60px);
    background-color: #002063;
    color: #fff;
    padding: 18px 25px;
    line-height: 1.2;
    min-width: 350px;
}
.box-popup-user .info-user .pos {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.box-popup-user .info-user .pos span {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 5px;
}
.box-popup-user .info-user .join-year {
    text-align: right;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    font-size: 2.1rem;
}
.box-popup-user .box-text p {
    color: #002063;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2;
}
.box-popup-user .box-image::before {
    content: attr(data-num);
    position: absolute;
    /*left: -35px;*/
    left: 0px;
    top: -28px;
    font-size: 11.9rem;
    font-weight: 600;
    color: #12B2DB;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    z-index: 1;
}
.heading-popup {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #C8C8C8;
    margin-bottom: 15px;
}
.heading-popup::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 76px;
    background-color: #002063;
}
.heading-popup span {
    color: #12B2DB;
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-right: 15px;
    padding-left: 6px;
}
.heading-popup p {
    font-size: 2rem;
    font-weight: 700;
    color: #002063;
    line-height: 1.35;
}
.group-poup .heading-popup+p {
    line-height: 2.06;
}
.group-poup+.group-poup {
    margin-top: 65px;
}
.box-popup-text-image {
    display: flex;
}
.box-popup-text-image .box-text,
.box-popup-text-image .box-image {
    width: 50%;
}
.box-popup-text-image .box-image {
    padding-left: 35px;
}
.box-popup-text-image.row-reverse .box-image {
    padding-left: 0;
    padding-right: 35px;
}
.page-contact .box-contact-recruit {
    padding-top: 30px;
    padding-bottom: 25px;
}
.title-border {
    display: flex;
    position: relative;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #002063;
}
.title-border::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 153px;
    height: 1px;
    background-color: #002097;
}
.box-content-contact .title-border {
    margin-bottom: 20px;
}
.box-content-contact .title-border+p {
    font-size: 1.7rem;
    line-height: 2.1;
}
.box-content-contact+.box-content-contact {
    margin-top: 70px;
}
.border-aeaeae {
    border-top: 1px solid #AEAEAE;
}
body.page-news .page-header {
    /*
    background-image: url(../images/index/bg-pages-news-summer.jpg);
    */
    /*
    background-image: url(../images/index/bg-pages-news-autumn.jpg);
    */
    background-image: url(../images/index/bg-pages-news-winter.jpg);
}
body.chumokuitem .page-header {
    /*
    background-image: url(../images/index/bg-pages-news-summer.jpg);
    */
    background-image: url(../images/index/bg-pages-chumokuitem.jpg);
}

body.page-news .page-header .title-page span{
   text-shadow: 0 0 5px #331A00;
}

body.page-news .page-header .des-page span{
    text-indent: -7em;
    padding-left: 7em;
    display: inline-block;
    text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 10px #fff,0 0 10px #fff,0 0 15px #fff;
    color: #762f1c;
}


body.chumokuitem .page-header .title-page span{
    text-shadow: 0 0 10px #001134,0 0 15px #001134;
}

body.chumokuitem .page-header .des-page span{
    text-indent: -12.65em;
    padding-left: 12.65em;
    display: inline-block;
    text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 10px #fff,0 0 10px #fff,0 0 15px #fff;
    color: #002063;
}

/**/

.list-product .news-box,
.blog-archive .news-box{
    display: flex;
    flex-direction: column;
}

.list-product .news-item,
.blog-archive .news-list .news-item {
    border: 2px solid #0063aa;
    border-radius: 5px;
    /*padding: 15px 25px 20px 25px;*/
    padding: 15px 20px 20px 20px;
    margin-bottom: 35px;
    flex-grow: 1;
}



.list-product .news-item .date,
.blog-archive .news-item .date {
    font-size: 1.7rem;
    font-weight: 500;
    color: #646464;
    margin-top: 5px;
    margin-bottom: 5px;
}

.list-product .box-cat-list a.cat,
.blog-archive .box-cat-list a.cat {
    /*font-size: 1.5rem;*/
    font-size: 1.25rem;
    color: white;
    font-weight: 500;
    /*padding: 2px 15px;*/
    padding: 2px 6px;
    /*margin: 0 5px 5px 0;*/
    margin: 0 3px 5px 0;
    border-radius: 4px;
    padding-bottom: 4px;
    display: inline-block;
}



.list-product .news-item .title,
.blog-archive .news-list .news-item .title {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*height: 55px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list-product .news-item .title a,
.blog-archive .news-list .news-item .title a {
    color: #0063aa;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.555;
}

.list-product .news-item .box-content-news,
.blog-archive .news-list .news-item .box-content-news{
    margin-top: 10px;
}

/**/

.box-img-news {
    height: 197px;
    overflow: hidden;
    text-align: center;
}
.news-item.biggerlink img {
    transition: all 0.5s;
}
.news-item.biggerlink:hover img {
    transform: scale(1.1);
}
section.sidebar {
    background-color: #deeaf7;
}
.slick-arrow:hover {
    cursor: pointer;
    opacity: 0.6;
}
.box-news-fix .title:hover {
    cursor: pointer;
}
.sub-menu ul li div a:hover {
    opacity: 1;
}
.menu-fix-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.menu-fix-mobile .list-link-menu-mb {
    display: flex;
    align-items: center;
    text-align: center;
}
.menu-fix-mobile .list-link-menu-mb a {
    flex: 1;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1.3;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to top, rgba(10, 62, 159, 1) 0%, rgba(10, 130, 206, 1) 71.7231%, rgba(10, 150, 228, 1) 95.2117%);
    border-right: 1px solid #fff;
}
.menu-fix-mobile .list-link-menu-mb a:last-child {
    border-right: 0;
}
.hover-img img {
    transform: scale(1);
    transition: .3s ease-in-out;
}
.hover-img:hover img {
    transform: scale(1.2);
}
.box-product:hover {
    opacity: 1;
}
.box-product:hover img {
    transform: scale(1.2);
    opacity: 1;
}
.hover-img {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #002063;
}
@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);
    }
}
.list-item-cat.style-2 .item-cat:hover .icon-cat {
    transition: all 0.3s;
}
.image-map iframe {
    width: 100%;
    height: 270px;
}
.sidebar {
    padding-top: 100px;
    padding-bottom: 50px;
}
@media(min-width:768px) {
    .page-recruit ul.list-anchor.style-3 li {
        width: 16.667%;
    }
    .page-recruit ul.list-anchor.style-3 li:last-child a {
        border-right: 1px solid #C8C8C8;
    }
    .header-wrapper {
        background-color: white;
    }
    #box-image {
        position: relative;
        /* Other styles */
    }
    .sticky__image {
        position: absolute;
        top: 0;
        /* Other styles */
    }
    .sticky__image {
        left: 45px;
    }
    .box-info-user {
        margin-bottom: 50px;
    }
    .box-popup-user {
        align-items: flex-start;
    }
    .box-popup-user .box-text {
        margin-top: 265px;
    }
    .page-header {}
}
a.houshin {
    color: #0056aa;
    text-decoration: underline;
}
body.page-entry .contactForm .argee {
    background-color: #f2f2f2;
}
.other-item {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.other-item .info-user {
    /*position: absolute;
    top: 0px;
    left: -50px;
    */
    background-color: #002063;
    color: #fff;
    padding: 15px 25px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    width: 290px;
    text-align: left;
}
.other-item .info-user .pos {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.other-item .info-user .pos:first-line {
    font-size: 1.6rem;
}

.other-item .info-user .pos br {
    /*display: none;*/
}
.other-item .info-user .join-year {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 12px;
    padding-top: 12px;
    position: relative;
}
.other-list {
    /*margin-top: 70px;*/
}
.other-item {
    /*padding-left: 50px;*/
    /*padding-left: 40px;*/
    /*margin-bottom: 60px;*/
}
.other-item .info-user .join-year::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    height: 1px;
    background-color: #fff;
}
.other-item .info-box {
    width: 100%;
    background-color: #d9f1f5;
    /*padding: 15px 20px 15px 220px;*/
    padding: 15px 20px;
}
.other-item .info-box .name {
    font-weight: bold;
    /*font-size: 23px;*/
    font-size: 18px;
    color: #002063;
    margin-bottom: 7px;
}
.other-item .info-box .catch {
    /*line-height: 1.72;*/
    line-height: 125%;
}
.text-img-rec-1 {
    width: 112px;
}
.box-text-rec {
    /*max-width: 960px;*/
    max-width: 1000px;
    margin-left: auto;
    color: #002063;
    margin-right: auto;

}
.box-text-rec span {
    display: inline-block;
}
.text-rec-1 {
    position: relative;
    top: 2px;
}
.text-rec-2 {
    position: relative;
    top: 4px;
}
@media(min-width:800px) {
    .box-text-image-recruit .content-abs ul li+li {
        margin-left: 95px;
    }
}
a.view-more:hover {
    color: #0056AA;
}
a.view-more span {
    position: relative;
    z-index: 3;
}
a.view-more:hover::after {
    z-index: 3;
}
@media (min-width: 1480px) {
    .slide-item-img-inner {
        max-width: 1550px;
        margin: 0 auto;
    }
    .blue-arrow img {
        transform: translateX(-365px);
    }
    .bg-img-2 {
        width: 1176px;
    }
    /* .box-img.moving-background .img-1,
    .box-img.moving-background .img-5 {
        width: 836px;
        margin-left: 9px;
    }
    .img-2,
    .img-4 {
        width: 836px;
        margin-right: 146px;
    }
    .img-3 {
        width: 753px;
        margin-right: 53px;
    } */
    .slide-item-3 .slide-content>img {
        width: 690px;
        top: 0;
        left: calc(50% - 946px);
    }
    .slide-3-text {
        left: 50vw;
    }
    .slide-item-5 .slide-item-img-inner {
        max-width: 1620px;
    }
    .slide-content-5-2 {
        left: 4px;
        bottom: 65px;
    }
    .img-slide-6 {
        background-size: auto 1256px;
        height: 1256px;
        top: 50%;
        transform: translateY(-50%);
    }
    @keyframes spin {
        100% {
            -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
        }
    }
}
@media (min-width: 2110px) {
    .blue-arrow img {
        transform: translateX(-345px);
    }
}
@media (min-width: 900px) {
    .box-content-recruit {
        position: relative;
    }
    ul.list-anchor.style-4 li {
        width: 25%;
    }
    ul.list-anchor.style-4 li:last-child a {
        border-right: 1px solid #C8C8C8
    }
}
.box-content-recruit:before {
    width: 1088px;
    height: 300px;
    content: '';
    background-image: url(../images/recruit/bg-jinzai.svg);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.shikaku-item .col-inner {
    padding: 12px 30px;
    display: flex;
    justify-content: center;
    background-color: white;
    margin-bottom: 20px;
}
.shikaku-item .col-inner .left {
    font-weight: bold;
    font-size: 17px;
    color: #0056aa;
    width: calc(100% - 50px);
}
.shikaku-item .col-inner .right {
    font-weight: 500;
    font-size: 17px;
    color: #333333;
    width: 50px;
    text-align: right;
}
#recruit-04 .title-bg-v2 {
    color: #002063;
}
#recruit-04 .title-bg-v2 p {
    background-color: #d9f1f5;
}
#recruit-06 .toggle-hd {
    /*background-color: #e6f7fa;*/
    background-color: white;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

#recruit-06 .toggle-hd .col01{
    width: 28em;
    font-size: 0.9em;
}

#recruit-06 .toggle-hd .col01 span{
    font-size: 0.75em;
    display:inline-block;
}

#recruit-06 .toggle-hd .col02{
    font-size: 0.9em;
}

#recruit-07 .toggle-hd {
    /*background-color: white;*/
    background-color: #e6f7fa;
}

.text-svg-business-2 {
    height: 90px;
}
.color-0056aa {
    color: #0056aa;
}

/**/

.bosyu_img img{
    width: 100%;
    height: auto;
}