/*
 * Roxy: Bootstrap template by GettTemplates.com
 * https://gettemplates.co/roxy
 */

html,
body {
    width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif, 'Lato';
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    /* font-family: 'Work Sans', sans-serif; */
    margin-top: 0;
}

a {
    color: #3835dc;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    color: #140fed;
}

a:focus,
button0:focus {
    outline: none;
}

.btn:hover,
a:hover {
    text-decoration: none;
    color: #140fed;
}

img {
    max-width: 100%;
}

.bg-fixed {
    background-size: cover;
}

.bg-grey {
    background-color: #f7f8f9;
}

.fs-40 {
    font-size: 40px;
}

section {
    position: relative;
}

.section-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-wrap,
.section-title {
    text-align: center;
}

.shadow {
    box-shadow: 0 10px 30px 0 rgba(67, 80, 98, 0.24), 0 2px 4px 0 rgba(67, 80, 98, 0.1) !important;
}

.hidden {
    display: none;
}

#header-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 11;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#header-navbar .container {
    padding: 0;
    max-width: unset !important;
    margin: 0 10%;
}

#header-navbar svg {
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    transform-origin: center center;
    transform: rotate(180deg);
    transition: all ease .3s;
}

#header-navbar .nav-dropdown.is-ext svg {
    transform: rotate(0deg);
}

#header-navbar .nav-dropdown.type-company.is-ext ol {
    height: 152px;
}

#header-navbar .nav-dropdown.type-saiyou.is-ext ol {
    height: 96px;
}

#header-navbar ol {
    position: absolute;
    left: -2px;
    top: 32px;
    padding: 0 10px;
    margin: 0;
    list-style: none;
    height: 0;
    transition: all ease .3s;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0);
}

#header-navbar ol li {
    margin: 0;
    padding: 2px 0;
}

#header-navbar ol li:nth-of-type(2) {
    padding-top: 8px;
}

#header-navbar ol a {
    padding: 3px 0;
    color: #fff;
}

.navbar-nav:hover ol a {
    opacity: 0.5;
}

.navbar-nav:hover ol a:hover {
    opacity: 1;
}

#header-navbar .nav-drop-title {
    color: #fff;
}

#header-navbar .navbar-brand h3 {
    position: relative;
    padding-left: 36px;
}

#header-navbar .navbar-brand h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 36px;
    margin: auto 0;
    background: url(/img/logo_white_1.png) no-repeat center center/contain;
    /* center -2px/26px auto; */
    transform: translate(0, -1px);
}

.navbar-nav .nav-mail {
    display: inline-flex;
    align-items: center;
}

.navbar-nav .nav-mail:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 2px 1px 0;
    background: url(/img/common/svg-mail-white.svg) no-repeat left center / 24px 24px;
}

@media (max-width: 1440px) {
    #header-navbar .container {
        margin: 0 5%;
    }
}

@media (max-width: 1054px) {
    #header-navbar .container {
        margin: 0 3%;
    }
}

/* @media (max-width: 1030px) {
    #header-navbar .container {
        margin: 0 3%;
    }
} */

@media (max-width: 1030px) {
    #header-navbar {
        padding: 15px;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-toggler {
        margin-right: -15px;
    }

    #header-navbar .container {
        margin: 0;
    }


    #header-navbar .nav-dropdown.is-ext ol {
        height: 145px;
    }
}

#header-navbar .mobile-sub-home {
    display: none;
}

@media (max-width: 990px) {
    #header-navbar ol {
        position: relative;
        top: 0;
    }

    #header-navbar .mobile-sub-home {
        display: block;
    }

    #header-navbar ol li:first-of-type {
        padding-top: 8px;
    }

    #header-navbar ol li:nth-of-type(2) {
        padding-top: 0;
    }

    #header-navbar .nav-dropdown.is-ext {
        padding-bottom: 0;
    }

    #header-navbar .nav-dropdown.type-company.is-ext ol {
        height: 174px;
    }

    #header-navbar .nav-dropdown.type-saiyou.is-ext ol {
        height: 118px;
    }
}

@media (max-width: 385px) {
    .navbar-toggler {
        padding-right: .4rem;
        padding-left: .4rem;
    }

    #header-navbar .navbar-brand h3 {
        font-size: 1.5rem;
        padding-left: 34px;
    }

    #header-navbar .navbar-brand h3:before {
        width: 26px;
        height: 32px;
        transform: translate(0, 1px)
    }
}

/* header fixed*/
#header-navbar.fixed {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#header-navbar.fixed .navbar-nav .nav-link,
#header-navbar.fixed h3,
#header-navbar.fixed ol a,
#header-navbar.fixed .nav-drop-title {
    color: #000;
}

#header-navbar.fixed ol {
    top: 45px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, .2);
}

#header-navbar.fixed svg {
    fill: #000;
}

#header-navbar.fixed .navbar-nav .nav-mail:before {
    background-image: url(/img/common/svg-mail-black.svg);
}

#header-navbar.fixed .navbar-brand h3:before {
    background-image: url(/img/logo_blue_1.png);
}

/* header bg */
#header-navbar.has-bg {
    background: #003cff;
    background: -webkit-linear-gradient(to right, #333399, #00c8ff);
    background: linear-gradient(to right, #333399, #00c8ff);
}

#header-navbar.has-bg .navbar-nav .nav-link,
#header-navbar.has-bg h3,
#header-navbar.has-bg ol a,
#header-navbar.has-bg .nav-drop-title {
    color: #fff;
}

#header-navbar.has-bg ol {
    top: 45px;
    background: #2389d2;
    background: -webkit-linear-gradient(to right, #2385d0, #208ed6);
    background: linear-gradient(to right, #2385d0, #208ed6);
    box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, .2);
}

#header-navbar.has-bg svg {
    fill: #fff;
}

#header-navbar.has-bg .navbar-nav .nav-mail:before {
    background-image: url(/img/common/svg-mail-white.svg);
}

#header-navbar.has-bg .navbar-brand h3:before {
    background-image: url(/img/logo_white_1.png);
}

/* header common */
.navbar-nav li {
    position: relative;
}

.navbar-brand {
    font-size: 40px;
    color: #000;
}

.navbar-brand h3 {
    font-weight: 900;
}

.navbar-nav .nav-link {
    color: #fff;
    cursor: pointer;
    transition: .3s ease;
}

.navbar-nav:hover li .nav-link {
    opacity: 0.5;
}

.navbar-nav:hover li .nav-link:hover {
    opacity: 1;
}

.navbar-toggler {
    font-size: 2rem;
    color: #fff;
}

.jumbotron {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 100vh;
}

.back-to-top {
    position: fixed;
    z-index: 100001;
    right: 20px;
    bottom: 200px;
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    border-radius: 4px;
    background-color: #2424AD;
    transition: all linear .3s;
    background-image: url(/img/arrow-up.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;

}

.back-to-top.is-show {
    pointer-events: unset;
    opacity: .9;
}

.back-to-top.is-show:hover {
    opacity: 1;
}

.vide-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.vide-bg video {
    position: absolute;
    z-index: 0;
    left: -2%;
    right: -2%;
    width: 104%;
    height: 100%;
    top: 0;
    bottom: 0;
    object-fit: cover;
    outline: none;
    border: none;
}

.page-index .vide-bg video {
    left: -10%;
    right: -15%;
    width: 125%;
}

@media (max-width: 767px) and (orientation: landscape) {
    .jumbotron {
        min-height: 500px;
    }
}

.jumbotron .container {
    position: relative;
    z-index: 1;
}

.jumbotron:before {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    opacity: 0.8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #003cff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333399, #00c8ff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333399, #00c8ff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: .7;
}

.jumbotron h1 {
    line-height: .9;
    font-weight: bold;
    display: inline-block;
    border: 15px solid #fff;
    padding: 30px;
    font-size: 3rem;
    line-height: 1.4;
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
    animation-delay: .8s;
}

.jumbotron-single h1 {
    font-size: 2.5rem !important;
}

.page-salesforce.is-mobile .jumbotron-single h1 .word-en {
    font-size: 2rem !important;
}

.overlay {
    color: #fff;
}

.overlay:before {
    position: absolute;
    display: block;
    content: "";
    opacity: 0.9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00d0ff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333399, #00ddff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333399, #00ddff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.overlay.bg-white {
    color: #000;
}

.overlay.bg-white:before {
    background: #fff;
    opacity: .7;
}

.text-white {
    color: #fff;
}


/*  COMMON: 情報セキュリティ + フッター  */
#cta {
    overflow: hidden;
}

#cta .sect-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cta .section-content {
    min-height: 16.25rem;
    padding: 1rem 0;
}

#cta .logo-bottom {
    display: flex;
    padding-left: 1rem;
    text-align: left;
    box-sizing: border-box;
}

#cta .logo-bottom {
    width: 45%;
}

#cta .img-box {
    padding: 0 1rem 0 0;
}

#cta .img-box img {
    max-width: 8.75rem;
    max-height: 5.625rem;
}

#cta p {
    font-size: .875rem;
    line-height: 1.8;
}

/*   COMMON: フッター   */
.mastfoot {
    margin-right: -1.25rem;
    font-size: 12px;
}

.mastfoot .row {
    margin-top: 0.625rem;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 1.25rem 0 0 0;
}

.footer-menu .d-dh {
    padding: 0 1.25rem 1.5rem 0;
}

.footer-menu h3 {
    font-size: 1.125rem;
    font-weight: 900;
}

.footer-menu ul {
    margin: 0;
    padding: 2px 0 0;
    list-style: none;
    font-size: 1rem;
}

.footer-menu ul li {
    padding: 4px 0;
}

.footer-menu a {
    padding-left: 15px;
    color: #333;
    transition: all ease .3s;
    background: url(/img/common/arrow-right-blue.svg) no-repeat left center / 11px 11px;
}

.footer-menu a:hover {
    color: #140fed;
    font-weight: 900;
    background-image: url(/img/common/arrow-right-blue.svg);
}

.is-mobile .footer-menu h3 {
    font-size: 1rem;
}

.is-mobile .footer-menu a {
    font-size: 0.875rem;
}

@media (min-width: 1440px) {

    #cta .container,
    .mastfoot .container {
        margin: 0 15%;
        width: 70%;
        max-width: unset;
    }
}

/* Flex justify content */

.flex {
    display: flex;
}

.flex-inline {
    display: inline-flex;
}

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

.flex-vertical {
    flex-direction: column;
}

.flex-start {
    justify-content: flex-start;
    text-align: start;
}

.flex-center {
    justify-content: center;
    text-align: center;
}

.flex-end {
    justify-content: flex-end;
    text-align: end;
}

.flex-between {
    justify-content: space-between;
}

.flex-baseline {
    align-items: baseline;
}

.flex-top {
    align-items: flex-start;
}

.flex-middle {
    align-items: center;
}

.flex-bottom {
    align-items: flex-end;
}

.flex-mm {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.flex-m {
    display: flex;
    align-items: center;
}

.abs-mm {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*==============================
=            BUTTON            =
==============================*/

.btn {
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    padding: 9px 25px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.btn-primary {
    display: inline-block;
    background-color: #ff00cc;
    border-color: #ff00cc;
    color: #fff;
}

.btn-primary:hover {
    background-color: #333399;
    border-color: #333399;
    color: #fff;
}

.btn-outline-primary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-outline-primary:hover {
    background-color: #333399;
    border-color: #333399;
    color: #fff;
}

.btn-shadow {
    box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15);
}

.btn-icon {
    color: #000;
}

.btn-link {
    color: rgba(20, 15, 237, .8);
}


/*=====  End of BUTTON  ======*/


/*==========================================
=            FORM RECTANGLE ETC            =
==========================================*/

.rectangle-1 {
    width: 2000px;
    height: 400px;
    background: #2d5de2;
    background: -webkit-linear-gradient(to right, #00a0e0, #2d5de2);
    background: linear-gradient(to right, #00a0e0, #2d5de2);
    transform-origin: 50% 150% 0;
    position: absolute;
    left: 0;
    z-index: 0;
    transform: scale(1) rotate(-10deg);
}

.rectangle-2 {
    width: 2000px;
    height: 400px;
    background: #2d5de2;
    background: -webkit-linear-gradient(to right, #00a0e0, #2d5de2);
    background: linear-gradient(to right, #00a0e0, #2d5de2);
    transform-origin: 65% 100% 0;
    position: absolute;
    right: 0;
    z-index: 0;
    transform: scale(1) rotate(50deg);
}

@keyframes fade-in-right {
    from {
        opacity: 0;
        transform: translateX(-100vw) rotate(-15deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(-15deg);
    }
}

@keyframes grow1 {
    from {
        opacity: 0;
        transform: scale(2) rotate(-10deg);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(-10deg);
    }
}

@keyframes grow2 {
    from {
        opacity: 0;
        transform: scale(2) rotate(50deg);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(50deg);
    }
}

@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

.rectangle-1 {
    opacity: 0;
    animation: grow1 ease 1s forwards;
    box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important;
}

.rectangle-2 {
    opacity: 0;
    animation: grow2 ease 1s forwards;
    box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important;
}

.rectangle-transparent-1 {
    width: 500px;
    height: 500px;
    border: 15px solid rgba(255, 255, 255, 0.08);
    position: absolute;
    left: -5%;
    bottom: -10%;
    display: block;
    animation: floating-slow ease-in-out 12s infinite;
}

.rectangle-transparent-2 {
    width: 600px;
    height: 600px;
    border: 15px solid rgba(255, 255, 255, 0.08);
    position: absolute;
    right: -10%;
    top: 5%;
    display: block;
    animation: floating-slow ease-in-out 12s infinite;
}

.circle-1 {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    position: absolute;
    display: block;
    border-radius: 50%;
    transform-origin: 50% 50%;
    left: 5%;
    top: 50%;
    animation: fadeInFromTop .5s linear forwards, floating ease 4s infinite;
}

.circle-2 {
    width: 70px;
    height: 70px;
    top: 20%;
    left: 83%;
    border: 2px solid #fff;
    position: absolute;
    display: block;
    border-radius: 50%;
    transform-origin: 50% 50%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite;
}

.circle-3 {
    top: 80%;
    right: 25%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    position: absolute;
    display: block;
    border-radius: 50%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite;
}

@keyframes floating {
    0% {
        transform: translate(0%, 0%) rotate(25deg);
    }

    25% {
        transform: translate(5%, 15%) rotate(25deg);
    }

    50% {
        transform: translate(10%, 5%) rotate(25deg);
    }

    75% {
        transform: translate(0%, 15%) rotate(25deg);
    }

    100% {
        transform: translate(0%, 0%) rotate(25deg);
    }
}

@keyframes floating-slow {
    0% {
        transform: translate(0%, 0%) rotate(25deg);
    }

    25% {
        transform: translate(1%, 3%) rotate(25deg);
    }

    50% {
        transform: translate(2%, 1%) rotate(25deg);
    }

    75% {
        transform: translate(0%, 3%) rotate(25deg);
    }

    100% {
        transform: translate(0%, 0%) rotate(25deg);
    }
}

.triangle {
    position: absolute;
}

.triangle-1 {
    right: 0;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 6s infinite;
}

.triangle-1 img {
    height: 50px;
    width: 50px;
    transform: rotate(30deg);
}

.triangle-2 {
    top: 30%;
    left: 20%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 8s infinite;
}

.triangle-2 img {
    width: 75px;
    height: 75px;
    transform: rotate(15deg);
}

.triangle-3 {
    top: 80%;
    left: 15%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 10s infinite;
}

.triangle-3 img {
    width: 45px;
    height: 45px;
    transform: rotate(40deg);
}

.triangle-4 {
    top: 60%;
    right: 15%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 5s infinite;
}

.triangle-4 img {
    width: 45px;
    height: 45px;
    transform: rotate(-40deg);
}


/*=====  End of FORM RECTANGLE ETC  ======*/


/*================================
=            FEATURES            =
================================*/

.feature-item {
    display: block;
    transition: all .2s ease-in-out 0s !important;
}

.feature-item:hover {
    transform: translateY(-13px);
}

.progress-bar {
    background-color: #ff00cc;
}

.page-index .button4 {
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(98, 98, 98);
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 1000px;
    display: inline-block;
    transition: all .2s;
    position: relative;
    border: 0;
}


/*=====  End of FEATURES  ======*/


/*=============================
=            TESTI            =
=============================*/

.testi-img img {
    height: 60px;
    width: 60px !important;
    border-radius: 50%;
    display: inline-block !important;
}

.testi-details {
    text-align: left;
}

.testi-text {
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testi-icon {
    color: #ff00cc;
}

.testi-content {
    margin-top: 80px;
    padding-bottom: 80px;
}

.testi-item {
    margin-left: 15px;
    margin-right: 15px;
}

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.owl-dot span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 0, 204, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.owl-dot.active>span {
    background-color: transparent;
    box-shadow: 0 0 0 2px #ff00cc;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    clear: both;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.heading-section {
    position: relative;
}


/*=====  End of TESTI  ======*/


/*=================================
=            PORTFOLIO            =
=================================*/

.filter-button-group {
    margin-bottom: 15px;
}

.filter-button-group a {
    margin: 5px;
    cursor: pointer;
}

.grid-link a {
    margin: 5px;
    font-size: 20px;
    color: #000;
}

.gutter-sizer {
    width: 2%;
}

.grid-sizer,
.grid-item {
    width: 32%;
}

.grid-item {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.grid-item:hover .grid-info {
    top: 50%;
    opacity: 1;
}


/* mobile news' link */

.grid-item.is-show .grid-item-wrapper:before {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
}

.grid-item.is-show .grid-info {
    top: 50%;
    opacity: 1;
}

.grid-item-wrapper:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    opacity: 0;
}

.grid-item-wrapper:hover:before {
    opacity: 1;
}

.grid-info {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease;
}

.lightcase-icon-close:before {
    content: '\e870';
    font-family: "Linearicons-Free";
}

.grid-title {
    text-align: center;
}


/*=====  End of PORTFOLIO  ======*/


/*===============================
=            SideNav            =
===============================*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #fff;
}

.sidenav-content {
    padding: 8px 32px;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.in .sidenav-content {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
}

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav #side-nav-close,
.sidenav #side-search-close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#side-search .form-control {
    background-color: transparent;
}

#side-search .input-group-text {
    background: transparent;
    color: #fff;
}


/*==============================
=            COMMON            =
==============================*/
.sec-main-title {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 6px;
}

.sec-main-subtitle {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.sec-sub-title {
    font-size: 30px;
    font-weight: normal;
}

.display-2 {
    letter-spacing: 6px;
}

.h3-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

/*==============================
=            SKILLS            =
==============================*/

.skill-item {
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.skill-item p {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}

.skill-item .text-muted {
    color: #939393;
}

.progress-bar,
.progress {
    transition: all 4s;
}


/*=====  End of SKILLS  ======*/


/*============================
=            BLOG            =
============================*/

.blog-item {
    min-height: 18.75rem;
    transition: all 0.3s ease-in-out;
    background-color: #f7f8f9;
    border-radius: 3px;
    overflow: hidden;
}

.blog-item:hover {
    box-shadow: 0 5px 15px -5px #333;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}

.bg-grey .blog-item {
    position: relative;
    background-color: #fff;
}

.blog-item-wrapper {
    margin-bottom: 30px;
}

.page-news .blog-img>a {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-news .row {
    margin-left: 0;
    margin-right: 0;
}

.blog-img {
    position: relative;
    height: 250px;
}

.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-title h4 {
    color: #000;
}

.blog-text {
    padding: 15px;
}

.blog-tag {
    color: #000;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.blog-meta {
    color: #939393;
}

.blog-meta p {
    display: inline-block;
    font-size: 14px;
}

.blog-meta a {
    color: #939393;
}

.blog-author {
    display: inline-block;
    color: #939393;
}

.blog-author p {
    font-size: 14px;
    margin-bottom: 0;
}

.blog-share-wrapper {
    float: right;
    display: inline-block;
    margin: 0 -5px;
}

.blog-share-wrapper .blog-share {
    padding: 0 5px;
    cursor: pointer;
}

.blog-content img.float-left {
    margin: 15px 15px 15px 0;
}

.blog-content .img.float-right {
    margin: 15px 0 15px 15px;
}

.button4:link,
.button4:visited {
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(98, 98, 98);
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 1000px;
    display: inline-block;
    transition: all .2s;
    position: relative;
}

.button4:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(27, 27, 27, .5);
    color: rgb(0, 0, 0);
}

.button4:active {
    transform: translateY(-3px);
}

.button4::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: all .3s;
}

.button4:hover::after {
    background-color: rgba(20, 15, 237, 0.8);
    transform: scaleX(1.4) scaleY(1.5);
    opacity: 0;
}


/*=====  End of BLOG  ======*/


/*============================
=            NEWS DETAIL            =
============================*/

.page-newsdetail #Content h4 {
    margin-bottom: 3rem;
    font-weight: 900;
}

.page-newsdetail #Content p {
    margin: 0;
    line-height: 1.7;
}

.page-newsdetail #Content strong {
    font-weight: bold;
}

/*=====  End of NEWS DETAIL  ======*/


/*====================================
=            新卒採用            =
====================================*/



/*=====  End of 新卒採用  ======*/


/*====================================
=            アクセス            =
====================================*/
#map {
    width: 100%;
    width: 100%;
    margin-bottom: 50px;
    aspect-ratio: 4 / 3;
}

/*=====  End of アクセス  ======*/


/*====================================
=            common style            =
====================================*/
.mobile-show {
    display: none !important;
}

.is-mobile .mobile-hide {
    display: none !important;
}

.is-mobile .mobile-show {
    display: block !important;
}

.is-mobile #single-content.padding-0 .container {
    padding: 0;
}

.is-mobile #single-content.padding-0 dl {
    width: 100%;
}

/*=====  mobile page   ======*/
.is-mobile .blog-content.size-mid {
    padding-top: 50px;
}


/*=====  common: struct switch, left-right to top-bottom  ======*/
.is-mobile .botop-model dl {
    display: block;
    margin: 0 0 25px 0;
    padding: 0;
    border: none;
}

.is-mobile .botop-model dt {
    display: block;
    height: 45px;
    margin-top: 0;
}

.is-mobile .botop-model dt button {
    width: 100%;
    padding-left: 15px;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    background: #eee;
}

.is-mobile .botop-model dt button::before {
    display: none;
}

.is-mobile .botop-model dd {
    display: block;
    padding-top: 20px;
    margin: 0;
    font-size: 15px;
}

/*=====  end  ======*/


/*====================================
=            index            =
====================================*/
.page-index .contact-form {
    padding-bottom: 40px;
}

.page-index .summary .row {
    display: block;
}

.page-index .summary .summary-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-index .summary .feature-item {
    width: 31.5%;
    align-items: center;
    text-align: center;
}

.page-index #contact-form .section-sub-title {
    display: inline-block;
    width: 400px;
}

.page-index #contact-form .section-content:first-of-type {
    padding-bottom: 40px;
}

.page-index #features .section-content {
    padding-bottom: 20px;
}


@media (max-width: 767px) {
    .page-index .summary .summary-box {
        justify-content: center;
    }

    .page-index .summary .feature-item {
        width: 100%;
    }

    .page-index #contact-form .section-sub-title {
        width: 91%;
    }
}


/*====================================
=            FORM CONTROL            =
====================================*/

.form-control:focus {
    border-color: #ff00cc;
    box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25);
}

.form-control::-webkit-input-placeholder {
    opacity: .5;
}

.form-control::-moz-placeholder {
    opacity: .5;
}

.form-control:-ms-input-placeholder {
    opacity: .5;
}

.form-control::-ms-input-placeholder {
    opacity: .5;
}

.form-control::placeholder {
    opacity: .5;
}


/*=====  End of FORM CONTROL  ======*/


/*==============================
=            CLIENT            =
==============================*/
.owl-carousel.owl-loaded {
    position: relative;
}

.owl-carousel .owl-stage-outer {
    z-index: 2;
}

.client-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.client-slider .owl-nav>div {
    position: absolute;
    width: 20px;
    height: 100%;
    font-size: 0px;
    background: rgba(0, 0, 0, .3);
    transition: all ease .2s;
}

.client-slider .owl-nav>div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/arrow-up.svg) no-repeat center center / contain;
    transform: rotate(-90deg);
}

.client-slider .owl-nav>div:hover {
    background: rgba(0, 0, 0, .5);
}

.client-slider .owl-nav>.owl-next:before {
    transform: rotate(90deg);
}


.client-slider .owl-prev {
    left: -30px;
}

.client-slider .owl-next {
    right: -30px;
}

.client-slider .client-item {
    padding: 0 2px;
}

.client-slider .client-item img {
    width: 300px;
    height: 100px;
}

@media (max-width: 992px) {
    .client-slider .client-item a {
        display: flex;
        justify-content: center;
    }
}


/*=====  End of CLIENT  ======*/


/*==================================
=            RESPONSIVE            =
==================================*/

@media (max-width: 991px) {
    .not-on-top #header-navbar {
        position: fixed;
        top: 0;
        height: auto;
        width: 100%;
        background: #008cff;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #333399, #00ffff);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #333399, #00ffff);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        z-index: 11;
    }

    #header-navbar {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .navbar-transparent .navbar-collapse {
        /* background: #008cff;
    /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #333399, #00ffff62);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #333399, #00ffff62);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .jumbotron h1 {
        font-size: 2rem;
    }

    .grid-item {
        width: 100%;
    }

    .progress {
        height: 30px;
        font-size: 16px;
    }
}

@media (max-width: 460px) {
    .jumbotron h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 416px) {
    .jumbotron h1 {
        padding: 20px;
    }
}

@media (max-width: 395px) {
    .jumbotron h1 {
        font-size: 2.6rem;
    }
}

@media (max-width: 377px) {
    .jumbotron h1 {
        padding: 15px;
        font-size: 2.4rem;
    }
}

/*=====  End of RESPONSIVE  ======*/

/*============================
=            ABOUT            =
============================*/
.page-recruit .rec-box {
    justify-content: space-evenly;
}

.page-recruit .chart-box {
    margin-bottom: -3rem;
    padding: 4rem 0 0;
}

.page-recruit .chart-wrap {
    margin-top: 32px;
}

.page-recruit .chart-main {
    flex-shrink: 0;
    width: 60%;
    margin-left: 4%;
    aspect-ratio: 1/1;
    max-height: 280px;
}

.page-recruit .chart-wrap ul {
    width: 36%;
    padding: 15px 0 0 15px;
    list-style: none;
    line-height: 1;
    font-size: 1rem;
}

.page-recruit .chart-wrap li {
    padding: 8px 0;
    text-align: left;
}

.page-recruit .chart-wrap ul p {
    display: inline-block;
    margin: 0;
    padding: 5px 10px 6px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
}

.chart-remark {
    width: 100%;
    text-align: center;
}

.page-recruit .section-welfare {
    color: #fff;
}

.page-recruit .section-welfare .container {
    z-index: 1;
    position: relative;
}

.page-recruit .section-welfare .data-box.dark-mode>div {
    background: rgba(27, 27, 170, .96);
}

.page-recruit .sect-welfare {
    padding: 120px 0 40px;
}

/* ---------- 他社との比較 ---------- */
.page-recruit .section-compare .section-content {
    padding-bottom: 40px;
}

.page-recruit .table-box {
    width: 100%;
    margin: 60px auto 0;
}

.page-recruit .table-box table {
    width: 100%;
    border-collapse: separate;
    background-color: #fff;
}

.page-recruit .table-box .mul-line {
    display: inline-block;
    width: 160px;
    margin: 10px 0;
}

.page-recruit .table-box td {
    height: 40px;
    width: 200px;
}

.page-recruit .table-box p {
    margin-bottom: 0;
}

.page-recruit .table-box td:nth-of-type(2) {
    font-weight: bold;
}

.page-recruit .table-box table tr:nth-of-type(2n+1) td {
    background-color: #e9ebf5;
}

.page-recruit .table-box table tr:nth-of-type(2n+2) td {
    background-color: rgba(27, 27, 170, .2);
    /* #cfd5ea;  #e9ebf5 */
}

.page-recruit .table-box th {
    height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: rgba(27, 27, 170, .96);
    border-bottom: 2px solid #fff;
}

.page-recruit.is-mobile .table-box td p {
    padding: 5px;
    margin-bottom: 0;
}

.page-recruit.is-mobile .table-box th p {
    padding: 8px 5px;
    margin-bottom: 0;
}

.page-recruit .section-title {
    color: #000;
    margin-bottom: 0;
}

.echarts-color_temp {
    background: linear-gradient(0deg, #5470c6, #91cc75, #fac858, #ee6666, #73c0de, #3ba272, #fc8452, #9a60b4, #ea7ccc);
}

.page-recruit .data-box {
    width: 100%;
    height: 867px;
    margin: 60px auto 0;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
}

.page-recruit .box-cont {
    text-align: center;
}

.page-recruit .box-cont h3 {
    font-size: 70px;
    font-weight: bold;
}

.page-recruit .box-cont h3 span {
    padding-left: 5px;
    font-size: 22px;
}

.page-recruit .box-cont h4 {
    font-size: 28px;
    font-weight: bold;
}

.page-recruit .box-cont h5 {
    font-size: 22px;
}

.page-recruit .data-box .box1 {
    grid-area: 1/1/3/4;
}

.page-recruit .data-box .box2 {
    grid-area: 1/4/2/7;
}

.page-recruit .data-box .box3 {
    grid-area: 2/4/3/6;
}

.page-recruit .data-box .box4 {
    grid-area: 1/7/2/9;
}

.page-recruit .data-box .box5 {
    grid-area: 2/6/3/9;
}

.page-recruit .data-box .box5 h4:first-of-type {
    margin-right: 30px;
}

.page-recruit .data-box .box5 .box-cont {
    justify-content: space-around;
    padding: 20px 10px 0;
}

.page-recruit .data-box .box6 {
    grid-area: 3/1/4/4;
}

.page-recruit .data-box .box7 {
    position: relative;
    padding-top: 0;
    grid-area: 3/4/4/9;
}

.page-recruit .data-box .box8 {
    grid-area: 4/1/5/4;
}

.page-recruit .data-box .box9 {
    grid-area: 4/4/5/7;
}

.page-recruit .data-box .box10 {
    grid-area: 4/7/5/9;
}

.page-recruit .data-box .box7 .text-box {
    padding-top: 30px;
}

.page-recruit .data-box .box7 h5 {
    padding: 10px 0 0 30px;
}

.page-recruit .data-box .box7 .large {
    padding-left: 3px;
    font-weight: bold;
    font-size: 28px;
}

.page-recruit .data-box .chart-main-box {
    position: relative;
    flex-shrink: 0;
    width: 60%;
    aspect-ratio: 2/1;
    /* max-height: 156px; */
}

@media (max-width: 768px) {
    .page-recruit .data-box .chart-main-box {
        width: 100%;
    }
}

.page-recruit .svg-arrow {
    position: absolute;
    bottom: 17%;
    left: 13%;
    width: 57%;
    transform: rotate(16deg);
    transform-origin: left bottom;
    z-index: 10;
}

@media (min-width: 576px) {
    .page-recruit .svg-arrow {
        bottom: 17%;
        left: 12%;
        width: 60%;
        transform: rotate(20deg);
    }
}

@media (min-width: 768px) {
    .page-recruit .svg-arrow {
        bottom: 16%;
        left: 12%;
        width: 57%;
        transform: rotate(8deg);
    }
}

@media (min-width: 992px) {
    .page-recruit .svg-arrow {
        bottom: 16%;
        left: 10%;
        width: 62%;
        transform: rotate(16deg);
    }
}

@media (min-width: 1200px) {
    .page-recruit .svg-arrow {
        bottom: 12%;
        left: 10%;
        width: 67%;
        transform: rotate(5deg);
    }
}

.page-recruit .data-box .chart-bar {
    width: 100%;
    height: 100%;
}

.page-recruit .data-box>div {
    position: relative;
    padding-top: 30px;
    border: 3.5px solid rgba(27, 27, 170, 1);
}

.page-recruit .title-box {
    display: inline-block;
    padding: 7px 30px;
    line-height: 24px;
    word-wrap: break-word;
    white-space: wrap;
    color: #fff;
    background: rgba(27, 27, 170, 1);
    /* #1b1baa; */
    border-radius: 0 8px 8px 0;
}

.page-recruit .data-box.dark-mode>div {
    border-width: 0px;
    color: #fff;
    background: rgba(27, 27, 170, .84);
}

.page-recruit .data-box.dark-mode .title-box {
    font-weight: 600;
    color: rgba(27, 27, 170, 1);
    background: #fff;
}

.page-recruit .data-box .left-box {
    width: 40%;
    height: 400px;
    background: #ba0;
    border: 1px solid #ccc;
}

.page-recruit .data-box .right-box {
    width: 60%;
    padding-left: 15px;
}

.page-recruit .data-box .right-box>div {
    width: 100%;
    height: 50%;
}

.page-recruit .data-box .right-box1 {
    width: 40%;
    height: 100%;
    border: 1px solid #faa;
}

.page-recruit .data-box .right-box2 {
    width: 60%;
    height: 100%;

}

@media screen and (max-width: 768px) {
    .page-recruit .data-box {
        display: block;
        height: auto;
    }

    .page-recruit .data-box>div {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .page-recruit .data-box .box7 {
        display: block;
    }

    .page-recruit .data-box .chart-bar {
        margin: 0 4%;
        width: 92%;
    }
}

/* コメント */
/* .section-comment */
.section-comment .section-content {
    padding-bottom: 40px;
}

.page-recruit .comment-head {
    margin-top: 60px;
    justify-content: space-evenly;
}


/* .page-recruit .comment-head .catchcopy-box {
    position: relative;
    width: 220px;
    cursor: pointer;
} */

.page-recruit .recruit-card-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
}

.page-recruit .recruit-card-container .recruit-card {
    background: rgba(27, 27, 170, .96);
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 24px;
    width: 31%;
    transition: transform 0.3s ease;
}

.page-recruit .recruit-card-container .recruit-card:hover {
    transform: translateY(-6px);
}

.page-recruit .recruit-card-container .recruit-card h3 {
    text-align: center;
    margin-top: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: #fff 1px solid;
}

.page-recruit .recruit-card-container .recruit-card p {
    text-align: left;
    color: #fff;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1rem;
    padding-top: 10px;
}

.page-recruit .catchcopy-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page-recruit .catchcopy-container .catchcopy-box {
    width: 48%;
    margin: 30px 0 0;
    padding: 30px;

    background-color: rgba(27, 27, 170, .96);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
}

.page-recruit .catchcopy-container .catchcopy-box h4 {
    margin-top: 0;
    font-size: 18px;
}

.page-recruit .catchcopy-container .catchcopy-box p {
    color: #555;
}

.page-recruit .catchcopy-container .catchcopy-box .catchcopy-info {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

.page-recruit .catchcopy-container .catchcopy-box .catchcopy-info h4 {
    font-size: 30px;
    color: #fff;
}

.page-recruit .catchcopy-container .catchcopy-box .catchcopy-info p {
    font-size: 20px;
    color: #fff;
    text-align: left;
}

.page-recruit .catchcopy-container .catchcopy-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    opacity: 0;
    border-radius: 4px;
    background-color: #1b1baa;
    transform: scale(0, 1);
    transform-origin: center center;
    transition: all ease .3s;
}

.page-recruit .catchcopy-container .catchcopy-box.active:before {
    opacity: 1;
    transform: scale(1, 1);
}

.page-recruit .catchcopy-container .catchcopy-box .catchcopy-img {
    width: 90%;
    margin: 0 auto;
    transition: all ease .3s;
}

.page-recruit .catchcopy-container .catchcopy-box.active .catchcopy-img {
    width: 100%;
}

.page-recruit .catchcopy-container .catchcopy-box.active .catchcopy-info {
    color: #1b1baa;
}

.page-recruit .catchcopy-container .catchcopy-box .catchcopy-img {
    height: 198px;
    overflow: hidden;
}

.page-recruit .catchcopy-container .catchcopy-box .catchcopy-img img {
    width: 100%;
}

.page-recruit .catchcopy-container .catchcopy-box h4 {
    font-size: 20px;
    font-weight: bold;
}

.page-recruit .member-box .member-info {
    margin-top: 20px;
    text-align: center;
}

.page-recruit .member-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    opacity: 0;
    border-radius: 4px;
    background-color: #1b1baa;
    transform: scale(0, 1);
    transform-origin: center center;
    transition: all ease .3s;
}

.page-recruit .member-box.active:before {
    opacity: 1;
    transform: scale(1, 1);
}

.page-recruit .member-box .member-img {
    width: 90%;
    margin: 0 auto;
    transition: all ease .3s;
}

.page-recruit .member-box.active .member-img {
    width: 100%;
}

.page-recruit .member-box.active .member-info {
    color: #1b1baa;
}

.page-recruit .member-box .member-img {
    height: 198px;
    overflow: hidden;
}

.page-recruit .member-box .member-img img {
    width: 100%;
}

.page-recruit .member-box h4 {
    font-size: 20px;
    font-weight: bold;
}

/* info */
.page-recruit .comment-box {
    position: relative;
    margin-top: 60px;
}

.page-recruit .comment-box ul {
    padding-left: 0;
    list-style: none;
}

.page-recruit .comment-box li {
    margin-bottom: 30px;
}

.page-recruit .comment-box li:last-of-type {
    margin-bottom: 0;
}

.page-recruit .comment-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
}

/*  */
.page-recruit .section-mini-welfare .section-content {
    padding-bottom: 0;
}

.page-recruit .section-mini-welfare .icon-box {
    padding-left: 0;
    margin: 60px -15px 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.page-recruit .section-mini-welfare li {
    margin: 0 15px 40px;
}

.page-recruit .section-mini-welfare img {
    height: 100px;
}

.page-recruit .section-mini-welfare h4 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.page-recruit .section-mini-welfare p {
    padding-bottom: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .page-recruit .section-mini-welfare h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {

    .page-recruit .recruit-card-container .recruit-card {
        width: 90%;
        margin: 10px auto;
    }

    .page-recruit .comment-head {
        justify-content: space-between;
    }

    .page-recruit .catchcopy-container {
        display: flex;
        flex-direction: column;
    }

    .page-recruit .comment-head .catchcopy-box {
        position: relative;
        width: 80%;
        cursor: pointer;
    }

    .page-recruit .catchcopy-box .member-img {
        height: 150px;
    }

    .page-recruit .comment-head .member-box {
        position: relative;
        width: 31%;
        cursor: pointer;
    }

    .page-recruit .member-box .member-img {
        height: 150px;
    }

    .page-recruit .section-mini-welfare .icon-box {
        margin: 50px -8px 0;
        grid-template-columns: 1fr 1fr;
    }

    .page-recruit .section-mini-welfare li {
        margin: 0 8px 20px;
    }

    .page-recruit .section-mini-welfare h4 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 460px) {
    .page-recruit .comment-box {
        margin-top: 45px;
    }

    .page-recruit .catchcopy-container {
        display: flex;
        flex-direction: column;
    }

    .page-recruit .catchcopy-container .catchcopy-box {
        width: 90%;
        margin: 20px auto;
        padding: 20px 20px;
        background-color: rgba(27, 27, 170, .96);
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        font-family: sans-serif;
    }

    .page-recruit .catchcopy-container .catchcopy-box .member-img {
        height: 110px;
    }

    .page-recruit .catchcopy-container .catchcopy-box h4 {
        width: 80%;
        margin: 0 auto 10px;
        font-size: 18px;
    }

    .page-recruit .member-box .member-img {
        height: 110px;
    }

    .page-recruit .member-box h4 {
        width: 80%;
        margin: 0 auto 10px;
        font-size: 18px;
    }

    .page-recruit .member-info p {
        white-space: nowrap;
    }
}

/*============================
=            ABOUT-NEW            =
============================*/

button {
    /* display: inline; */
    /* float: left; */
    width: 9em;
    height: 3em;
    border-radius: 30em;
    font-size: 15px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

button::before {
    content: '';
    width: 0;
    height: 3em;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #0fa2d8 0%, #47edf9c2 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
}

button:hover::before {
    width: 9em;
}

button:focus {
    outline: none !important;
}


/* === removing default button style ===*/

.button {
    margin: 0;
    height: auto;
    background: transparent;
    padding: 0;
    border: none;
    /* cursor: pointer; */
}


/* button styling */
.button1 {
    --border-right: 6px;
    /* --text-stroke-color: #47edf9c2 100%; */
    --animation-color: #37c6ff;
    --fs-size: 2em;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: var(--fs-size);
    font-family: "Arial";
    position: relative;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px var(--text-stroke-color);
    display: flex;
    justify-self: start;
    margin-bottom: 50px;
    margin-top: 20px;
    /* scroll-behavior: smooth; */
}


/* this is the text, when you hover on button */
.hover-text {
    position: absolute;
    box-sizing: border-box;
    content: attr(data-text);
    color: var(--animation-color);
    width: 100%;
    white-space: nowrap;
    inset: 0;
    border-right: var(--border-right) solid var(--animation-color);
    overflow: hidden;
    transition: 0.5s;
    -webkit-text-stroke: 1px var(--animation-color);
}


/* hover */
.button1:hover .hover-text {
    width: 120%;
    filter: drop-shadow(0 0 23px var(--animation-color))
}

.is-mobile .button1 .hover-text {
    width: 100%;
}

.is-mobile .button1:hover .hover-text {
    width: 100%;
    filter: none;
}

@media screen and (max-width: 768px) {

    dl,
    dd {
        padding: 0px 5px 20px;
        border-top: none;
        width: 100%;
        display: block;
        font-size: 0.75rem;
    }
}

dl {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid gray;
    padding: 10px 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    width: calc(100% - 5px);
}

dt {
    /* float: left; */
    display: block;
    height: 70px;
    margin-top: 30px;
}

dd {
    display: block;
    /* float: left; */
    margin-inline-start: 80px;
    margin-top: 40px;
    /* line-height: 1.8; */
    width: calc(100% - 5px);
}


.page-career-new.is-mobile .button1 {
    margin: 0 0 30px;
}


/*=====  End of ABOUT-NEW  ======*/


/*============================
=            ABOUT-CAREER            =
============================*/

.cards {
    perspective: 500px;
    display: inline;
    display: inline-block;
}

.card {
    width: 180px;
    height: 200px;
    background-image: linear-gradient(160deg, #24c0f9 0%, rgba(55, 242, 255, 0.986) 100%);
    border: 2px solid #37f2ff98;
    border-radius: 4px;
    position: relative;
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform .5s;
}

.card:hover {
    transform: translateZ(10px) rotateX(20deg) rotateY(20deg);
}

.card_title {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: transform .5s;
    font: 700 1.5rem monospace;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        /* 1px 1px 0 #000; */
}

.card:hover .card_title {
    transform: translateZ(50px);
}

.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    float: right;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #b1dae7;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #234567;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #b1dae7;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.95);
}

.page-career.is-mobile dl dd ul {
    padding-left: 16px;
}

.page-career.is-mobile .button1 {
    font-size: 22px;
    margin-bottom: 24px;
}

.page-career.is-mobile #section0 .cards {
    width: 49%;
}

.page-career.is-mobile #section0 .cards .card {
    width: 100%;
}

.page-career.is-mobile #section0 .cards .card_title {
    left: 10px;
    right: 10px;
}

/*=====  End of ABOUT-CAREER  ======*/


/*============================
=            ABOUT-EIGYUU            =
============================*/

.box {
    position: relative;
    width: 220px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    z-index: 1;
}

.box::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 50px;
    width: 50%;
    height: 100%;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    transform: skewX(15deg);
    transition: 0.5s;
}

.box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    transform: skewX(15deg);
    transition: 0.5s;
    filter: blur(30px);
}

.box:hover:before,
.box:hover:after {
    transform: skewX(0deg) scaleX(1.3);
}

.box:before,
.box:after {
    background: linear-gradient(315deg, rgb(0, 255, 251), #00aaff)
}

.box span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
}

.box span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.1s;
    animation: animate 2s ease-in-out infinite;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08)
}

.box span::before {
    top: -40px;
    left: 40px;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.box span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: 0.5s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    animation-delay: -1s;
}

.box span:after {
    bottom: -40px;
    right: 40px;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.box .content {
    position: relative;
    width: 190px;
    height: 254px;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 1;
    transform: 0.5s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box .content h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}


/*=====  End of ABOUT-EIGYUU  ======*/


/*============================
=            PARTNER            =
============================*/


/* .partner{
  display:inline-block ;
  text-align:center;
} */

img.float-center {
    margin: 0px 15px 10px 15px;
    float: left !important;
    display: inline;
    border-radius: 15px;
    text-align: left !important;
}

.page-partner .card2 {
    width: 100%;
    height: 100px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgb(255, 255, 255), rgba(13, 179, 197, 0.103));
    /* background: rgba(13, 179, 197, 0.103); */
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.page-partner .card2::before {
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    z-index: 0;
    top: -40%;
    left: -20%;
    border-radius: 50%;
    border: 35px solid rgba(107, 180, 209, 0.34);
    transition: all .8s ease;
    filter: blur(.5rem);
}

.page-partner .card2 .text {
    position: relative;
    z-index: 2;
}

.page-partner .part-box1 {
    width: 35%;
    min-width: 340px;
    min-height: 380px;
    margin: 0 0 20px 0;
    border-radius: 15px;
    overflow: hidden;
    background: url(/img/blog-4.jpg) no-repeat center center / cover;
}

.page-partner .part-box2 {
    /* width: 65%; */
    padding-left: 30px;
    min-width: 360px;
    text-align: left;
}

.page-partner .part-box2 a {
    color: #000;
}

.page-partner.is-mobile .part-box1 {
    width: 100%;
}

.page-partner.is-mobile .part-box2 {
    padding: 0 5px 0 10px;
}

.text {
    flex-grow: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    color: rgb(0, 0, 0);
    font-weight: 900;
    font-size: 1.2em;
}

.subtitle {
    font-size: 15px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.691);
}

.card2:hover::before {
    width: 140px;
    height: 140px;
    top: -30%;
    left: 50%;
    filter: blur(0rem);
}


/*=====  End of PARTNER  ======*/


/*============================
=            CONTACT            =
============================*/

img.float-left {
    padding-left: 12px;
    padding-right: 12px;
}

@media screen and (max-height: 450px) {
    img.float-left {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.page-contact #contact-form a {
    color: #000;
}

.page-contact #contact-form a:hover {
    color: #140fed;
}

/*=====  End of CONTACT  ======*/


/*============================
=            COMPANY            =
============================*/

.cards3 {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.cards3 .red {
    background: linear-gradient(180deg, rgb(255, 255, 255), rgba(13, 179, 197, 0.103));
}

.cards3 .blue {
    background: linear-gradient(180deg, rgb(255, 255, 255), rgba(13, 179, 197, 0.103));
}

.cards3 .green {
    background: linear-gradient(180deg, rgb(255, 255, 255), rgba(13, 179, 197, 0.103));
}

.cards3 .card3 {
    display: flex;
    padding-top: 60px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    height: 400px;
    width: 250px;
    border-radius: 10px;
    color: rgb(98, 98, 98);
    /* cursor: pointer; */
    transition: 400ms transform, 400ms box-shadow, 400ms background-color;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cards3 .card3 p.tip {
    font-size: 1em;
    font-weight: 700;
    margin-top: 15px;
}

.cards3 .img-box {
    margin: 0 auto;
    width: 140px;
    height: 120px;
    background-size: cover;
}

.cards3 .card3 p.second-text {
    height: 51px;
    padding: 0 .5rem;
    font-size: 0.7em;
}

.cards3 .card3:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.1);
    color: #333;
}

.card3:hover .button4 {
    color: #000;
}

.cards3 .img {
    position: relative;
}

.cards3:hover>.card3:not(:hover) {
    filter: blur(10px);
    transform: scale(0.9);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.is-mobile .cards3 .card3 p.tip {
    font-size: 1.3rem;
}

.is-mobile .cards3 .card3 p.second-text {
    padding: 0 1rem;
    font-size: 1em;
}

/*============================
=            あいさつ            =
============================*/
.page-aisatu .blog-content {
    padding-top: 40px;
}

.page-aisatu .sya-box {
    width: 83%;
    margin: 0 auto 50px;
}

.page-aisatu .sya-box>div {
    width: 50%;
}

.page-aisatu .sya-box .title-box {
    display: inline-flex;
    padding-top: 20%;
    width: 50%;
    flex-shrink: 0;
    align-items: start;
    justify-content: center;
}

.page-aisatu .sya-box .title-box h4 {
    margin-right: 30px;
    line-height: 1.8;
    font-size: 18px;
}

.page-aisatu .sya-box .title-box h4 p {
    font-size: 20px;
}

.page-aisatu .sya-box .title-box h3 {
    font-size: 36px;
    font-weight: bold;
}

.page-aisatu .sya-box .img-box {
    display: inline-flex;
    width: 50%;
    padding-right: 24px;
    justify-content: flex-end;
    align-items: center;
}

.page-aisatu .sya-box .img-box img {
    max-width: 100%;
    max-height: 460px;
    border-bottom: 1px solid #999;
}

@media (max-width: 992px) {
    .page-aisatu .sya-box .title-box {
        display: block;
        padding-top: 14%;
    }

    .page-aisatu .sya-box .title-box h4 {
        margin-right: 0;
    }

    .page-aisatu .sya-box .img-box {
        padding-right: 0;
    }
}

@media (max-width: 570px) {
    .page-aisatu .sya-box {
        width: 92%;
    }

    .page-aisatu .sya-box .title-box h4 {
        font-size: 16px;
    }

    .page-aisatu .sya-box .title-box h4 p {
        font-size: 18px;
    }

    .page-aisatu .sya-box .title-box h3 {
        font-size: 28px;
    }
}

/*============================
=            会社概要            =
============================*/

.page-info.is-mobile .blog-content {
    padding-top: 50px;
}

/*=====  End of 会社概要  ======*/

/*============================
=            個人情報保護方針            =
============================*/
.page-personal .level-1 {
    padding-left: 40px;
}

.page-personal .level-2 {
    padding-left: 80px;
}

.page-personal .level-3 {
    padding-left: 120px;
}

.page-personal .table-1 {
    margin-left: 40px;
    width: calc(100%-40px);
}

.page-personal .table-1 tr:first-of-type {
    font-weight: bold;
}

.page-personal .table-1 td {
    padding: 0 7px;
    vertical-align: top;
}

.page-personal .table-1 tr td:first-of-type {
    width: 235px;
}

.page-personal .ta-r {
    text-align: right;
}

/*=====  End of 個人情報保護方針  ======*/

@media screen and (max-width: 768px) {

    #contact-form .section-content {
        padding: 40px 0 40px;
    }

    #contact-form .section-content:first-of-type {
        padding-bottom: 30px;
    }

    .cards3 {
        display: flex;
        flex-direction: column;
        margin: 0 15px;
        gap: 24px;
    }

    .cards3 .card3 {
        width: 100%;
    }

    .cards3 .card3:hover {
        transform: unset;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .cards3:hover>.card3:not(:hover) {
        filter: unset;
        transform: unset;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    #contact-form {
        padding-bottom: 40px;
    }

    .logo-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cta .logo-bottom {
        width: 100%;
        margin: 1.2rem 0;
        padding-left: 0;
    }

    #cta .sect-box {
        justify-content: center;
        text-align: center;
    }

    #cta .img-box img {
        max-width: 7rem;
        max-height: unset;
    }

    .page-news .blog-item-wrapper {
        padding: 0;
    }

    .page-news .row.mx-0>div {
        padding: 0;
    }

    .row {
        margin: 0;
    }
}

/* education */
.page-education {
    /* font-size: 14px; */
}

.page-education table {
    border-collapse: unset;
}

.page-education .table-edu {
    width: 100%;
    background: #000;
}

.page-education .table-edu>tbody>tr:first-of-type,
.page-education .table-edu>tbody>tr>td:first-of-type {
    font-weight: bold;
}

.page-education .table-edu>tbody>tr>td:first-of-type {
    width: 10%;
    padding-right: 5px;
}

.page-education .table-edu td {
    padding: 10px 15px;
    background: #fff;
    font-size: 15px;
    vertical-align: top;
}

.page-education table .fs12 {
    font-size: 12px !important;
}

.page-education .sub-table {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #fff;
    /*#cb44c1;*/
}

.page-education .sub-table td {
    padding: 10px 0;
    font-size: 13px;
    background-color: #7044cb;
}

.page-education .kan-cont {
    margin: 10px 1px;
    padding: 10px 5px 10px 15px;
    color: #fff;
    background: #6888ca;
    font-size: 13px;
    /*#4889ca  #3575b6   #94BAE0;*/
}

.page-education .kan-cont span {
    white-space: nowrap;
}

.page-education .kan-cont p {
    margin-bottom: 0;
}

.page-education .ul-edu {
    padding: 0;
    list-style: none;
    color: #fff;

}

.page-education .ul-edu li {
    display: flex;
    padding: 0;
    margin: 0 0 10px 0;
    align-items: center;
}

.page-education .ul-edu p {
    display: inline-flex;
    width: 30%;
    flex-shrink: 0;
    height: 62px;
    margin: 0;
    background: #445bcb;
    /*#6888ca;*/
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}

.page-education .ul-edu div {
    display: inline-flex;
    height: 48px;
    width: 70%;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 0 0px 0px 0;
    align-items: center;
    background: #6c7ed6;
}

.page-education .edu-all-table {
    display: none;
    margin-top: 20px;
}

.page-education .edu-all-table .ul-edu p {
    font-size: 12px;
}

.page-education .edu-all-table .ul-edu div {
    font-size: 12px;
}

.page-education .edu-all-table .ul-edu li:nth-of-type(2) p {
    height: 74px;
}

.page-education .edu-all-table .ul-edu li:nth-of-type(2) div {
    height: 60px;
}

.page-education .table-inline {
    width: 30%;
    min-width: 230px;
    margin: 0 1.6%;
    flex-shrink: 0;
    box-sizing: border-box;
}

.page-education .table-box {
    margin: 0 -20px;
    justify-content: flex-start;
    align-items: flex-start;
}

.page-education.is-mobile .table-box table {
    width: 96%;
}

@media (max-width: 992px) {
    .page-education .edu-all-td {
        display: none;
    }

    .page-education .edu-all-table {
        display: block;
    }
}

.container.s-large ul {
    list-style: none;
}

.container.s-large ul li p strong {
    position: relative;
    padding-left: 14px;

}

.container.s-large ul li p strong:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #000;
    border-radius: 10px;
}

@media (min-width: 1460px) {
    .container.s-large {
        max-width: calc(100vw - 240px);
    }
}


.style-detail #contact-form {
    line-height: 1.7;
}


/* タイトル５桁  */
@media (max-width: 432px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-5 {
        font-size: 2rem !important;
    }
}

@media (max-width: 380px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-5 {
        font-size: 2.4rem !important;
    }
}

/* タイトル６桁  */
@media (max-width: 430px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-6 {
        font-size: 2.2rem !important;
    }
}

@media (max-width: 400px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-6 {
        font-size: 2rem !important;
    }
}

@media (max-width: 380px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-6 {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 340px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-6 {
        font-size: 2.5rem !important;
    }
}

/* タイトル７桁  */
@media (max-width: 432px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-7 {
        font-size: 2.6rem !important;
    }
}

@media (max-width: 400px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-7 {
        font-size: 2.5rem !important;
    }
}

/* タイトル9桁  */
@media (max-width: 376px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-9 {
        font-size: 2.2rem !important;
    }
}

/* タイトル 特別１  */
@media (max-width: 432px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-0 {
        font-size: 2.2rem !important;
    }
}

@media (max-width: 392px) {
    .static-layout.is-mobile .jumbotron-single h1.keta-0 {
        font-size: 2.5rem !important;
    }
}