    @charset "UTF-8";
    @media (min-width: 300px) {
        html {
            scroll-behavior: smooth;
        }
        body {
            margin: 0;
        }
        p {
            margin-bottom: 0;
        }
        a {
            text-decoration: none;
        }
        .top-container {}
        .top-container .hero {
            position: relative;
            overflow: hidden;
            height: 60vh;
        }
        .top-container .slider {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            width: 100%;
            height: 100%;
            background-color: #fff;
        }
        /*一枚のとき
        .top-container .slider .image {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            background-image: url("../image/main.jpeg");
        }*/
        .top-container .slider .image {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-animation: anime linear 16s 0s infinite;
            animation: anime 16s linear 0s infinite;
            animation-timing-function: linear;
            /* ②で設定したanimation-delayをスライド数で割った時間をdelay(15s)に入れる*/
            opacity: 0;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }
        .top-container .slider .image:nth-of-type(1) {
            background-image: url("../image/main.jpg");
        }
        .top-container .slider .image:nth-of-type(2) {
            -webkit-animation-delay: 8s;
            animation-delay: 8s;
            background-image: url("../image/main2.jpg");
        }
        /*
    .top-container .slider .image:nth-of-type(3) {
        -webkit-animation-delay: 16s;
        animation-delay: 16s;
        background-image: url("../image/main3.jpeg");
    }*/
        @-webkit-keyframes anime {
            0% {
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            45% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
        }
        @keyframes anime {
            0% {
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            45% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
        }
        /*
    @-webkit-keyframes anime {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
        28% {
            opacity: 1
        }
        38% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes anime {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
        28% {
            opacity: 1
        }
        38% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }*/
        .top-container #header-container {
            display: none;
        }
        .message-container {
            margin: 0 auto;
        }
        .message-container .information {
            text-align: left;
            padding: 40px 24px 40px 24px;
        }
        .message-container .information .message {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .message-container .information .message .date-time {
            font-family: MatisseProN-M;
            font-size: 12px;
        }
        .date-message {
            font-family: MatisseProN-M;
            font-size: 14px;
            min-width: 100%;
            padding-top: 10px;
            color: #11365c;
        }
        .message-container .information .button-container {
            text-align: left;
            padding-top: 10px;
        }
        .concept-container {
            text-align: center;
            margin: 0 auto;
        }
        .concept-container .concept-title {
            margin-bottom: 50px;
        }
        .concept-container .concept-theme {
            color: #000000;
            font-family: MatisseProN-M;
            font-size: 20px;
            height: 49px;
            letter-spacing: 6.6px;
            line-height: 40px;
            margin-bottom: 48px;
        }
        .concept-container .concept-text .concept-text2 {
            margin: 56px 0 56px 0;
            display: inline-block;
        }
        .works-over-container {
            position: relative;
            z-index: 1;
        }
        .works-over-container:before {
            content: '';
            background-color: #e5eaee;
            position: absolute;
            left: 0;
            top: 5%;
            width: 100%;
            height: 100.5%;
            z-index: -1;
            -webkit-transform: translateY(50px) skew(0, -8deg);
            transform: translateY(50px) skew(0, -8deg);
        }
        .works-container {
            text-align: center;
            margin-bottom: 80px;
        }
        .works-container .works-title {
            padding: 76px 0 50px 0;
            position: relative;
            z-index: 2;
        }
        .works-container .works-contents-container {
            margin: 0 auto;
            display: flex;
            justify-content: center;
        }
        .works-container .works-contents-container .works-category-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            /* align-items: center; */
            /* margin: 0 auto;*/
        }
        .works-container .works-contents-container .works-category-container .works-block {
            margin: 0 12px 48px 12px;
            position: relative;
            z-index: 2;
            /*ホバーエフェクト*/
        }
        .works-container .works-contents-container .works-category-container .works-block img {
            max-width: 100%;
        }
        .works-container .works-contents-container .works-category-container .works-block HTML CSS Result Skip Results Iframe .zoom-out {
            width: 100%;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img {
            margin: 0;
            padding: 0;
            background: #fff;
            overflow: hidden;
            cursor: pointer;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img img {
            width: 100%;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img:hover img {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container {
            text-align: center;
            position: absolute;
            top: 90%;
            left: 18%;
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container .category {
            width: 132px;
            height: 42px;
            background-color: white;
            color: black;
            border: none;
            font-size: 14px;
            font-family: MatisseProN-M;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container .category.float:hover {
            -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
        }
        .access-container {
            text-align: center;
            position: relative;
            z-index: 2;
        }
        .access-container .google-container {
            max-width: 100%;
            padding: 30px 0 10px 0;
        }
        .access-container .company-name {
            font-family: MatisseProN-M;
            font-size: 16px;
            padding-bottom: 24px;
            line-height: 45px;
        }
        .access-container .address-text {
            font-size: 12px;
            font-family: MatisseProN-M;
        }
        .access-container .address-text2 {
            font-size: 12px;
            padding-top: 24px;
            font-family: MatisseProN-M;
        }
        .access-container .bottom {
            margin-bottom: 10px;
        }
        .banner-container {
            max-height: 180px;
            background: linear-gradient(to right, rgb(19 34 66), rgb(60 14 7));
            /*background-color: #22222e;*/
            text-align: center;
            height: 112px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .title-container {
            letter-spacing: 9.6px;
            color: #1a5086;
            font-size: 36px;
            font-family: Copperplate;
        }
        .title-container .image-container {
            width: 568px;
            height: 96px;
            vertical-align: middle;
            margin: 0 auto;
            background-color: white;
        }
        .recruit-container {
            background-image: url("../image/footer.jpg");
        }
        .recruit-container .recruit-information .recruit-address-information {
            margin: 0 auto;
            padding: 33px 0 0 8%;
        }
        .recruit-container .recruit-information .recruit-address-information .recruit-company-name {
            margin-bottom: 28px;
            font-family: MatisseProN-M;
            font-size: 14px;
            color: #ffffff;
        }
        .recruit-container .recruit-information .recruit-address-information .recruit-address {
            font-family: MatisseProN-M;
            color: #ffffff;
            margin-bottom: 12px;
            font-size: 14px;
        }
        .recruit-container .recruit-information .recruit-address-information .phone-number {
            font-family: MatisseProN-M;
            font-size: 14px;
            color: #ffffff;
        }
        .recruit-container .recruit-information .recruit-address-information .phone-recruit-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 48px;
        }
        .recruit-container .recruit-information .recruit-address-information .time {
            font-size: 14px;
            font-family: MatisseProN-M;
            color: #ffffff;
        }
        .recruit-container .recruit-information .wave-container img {
            max-width: 100%;
        }
        .recruit-container .recruit-button-container {
            text-align: center;
        }
        .button-container {
            text-align: left;
            margin-top: 0;
            margin-left: 8%;
        }
        .button-container2 {
            text-align: left;
            margin-left: 8%;
            margin-top: 12px;
            margin-bottom: 32px;
        }
        .button-containerINF {
            text-align: center;
            margin: 0;
        }
        .button-container .button {
            background-color: #1a5086;
            color: white;
            border: none;
            font-size: 0.8rem;
            padding-top: 0.8rem;
            padding-bottom: 0.7rem;
            padding-left: 40px;
            padding-right: 40px;
            border-radius: 2px;
            font-family: MatisseProN-M;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .information .button-container .button {
            background-color: #1a5086;
            color: white;
            border: none;
            font-size: 0.6rem;
            padding: 8px 20px;
            border-radius: 2px;
            font-family: MatisseProN-M;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .button-container .button.float:hover {
            -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
        }
        .button-container .button.float:focus {
            outline: none;
        }
        .left {
            margin: 10px 0 10px 0;
        }
        .add-top {
            opacity: 0;
            display: none;
        }
        .footer-container {
            display: none;
            background-color: #1a5086;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 28px 0 28px 0;
        }
        .footer-container .footer-contents-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 200px;
        }
        .footer-container .footer-contents-container li {
            list-style: none;
        }
        .footer-container .logo-image-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .copyright-container {
            text-align: center;
            background-color: #1a5086;
            color: #ffffff;
            padding-top: 8px;
            padding-bottom: 8px;
        }
        .copyright-container .copyright {
            font-size: 0.2rem;
        }
        .space {
            /*margin-bottom: 56px;*/
        }
        .top {
            margin-top: 56px;
        }
        a {
            color: white;
        }
        a:hover {
            color: white;
        }
        li {
            font-family: MatisseProN-M;
        }
        #header {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 56px;
            z-index: 500;
        }
        .scroll-nav {
            background-color: #1a5086;
        }
        .global-nav {
            position: fixed;
            right: -320px;
            /* これで隠れる */
            top: 0;
            width: 300px;
            /* スマホに収まるくらい */
            height: 100vh;
            padding-top: 40px;
            background-color: #183b58;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
            z-index: 200;
            overflow-y: auto;
            /* メニューが多くなったらスクロールできるように */
        }
        .hamburger {
            position: absolute;
            right: 0;
            top: 10px;
            width: 50px;
            /* クリックしやすいようにちゃんと幅を指定する */
            height: 50px;
            /* クリックしやすいようにちゃんと高さを指定する */
            cursor: pointer;
            z-index: 300;
        }
        .global-nav__list {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .global-nav__item {
            text-align: left;
            margin-left: 24px;
            padding: 0 14px;
        }
        .hamburger__line {
            position: absolute;
            left: 11px;
            width: 18px;
            height: 2px;
            background-color: #fff;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }
        .hamburger__line--1 {
            top: 14px;
        }
        .hamburger__line--2 {
            top: 20px;
        }
        .hamburger__line--3 {
            top: 26px;
        }
        .black-bg {
            position: fixed;
            left: 0;
            top: 0;
            width: 100vw;
            height: 100vh;
            z-index: 100;
            background-color: #000;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
            cursor: pointer;
        }
        /* 表示された時用のCSS */
        .nav-open .global-nav {
            right: 0;
        }
        .nav-open .black-bg {
            opacity: 0.8;
            visibility: visible;
        }
        .nav-open .hamburger__line--1 {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 20px;
        }
        .nav-open .hamburger__line--2 {
            width: 0;
            left: 50%;
        }
        .nav-open .hamburger__line--3 {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 20px;
        }
    }
    
    @media (min-width: 500px) {
        html {
            scroll-behavior: smooth;
        }
        body {
            margin: 0;
        }
        p {
            margin-bottom: 0;
        }
        .top-container {
            /*
②画像の数ごとに animation-delay を設定します。
　下記では、5秒間隔で切り替わるように設定しています。
*/
        }
        .top-container .hero {
            position: relative;
            overflow: hidden;
            height: 70vh;
        }
        .top-container .slider {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            width: 100%;
            height: 100%;
            background-color: #fff;
        }
        /*一枚のとき
        .top-container .slider .image {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            background-image: url("../image/main.jpeg");
        }*/
        .top-container .slider .image {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-animation: anime linear 16s 0s infinite;
            animation: anime 16s linear 0s infinite;
            animation-timing-function: linear;
            /* ②で設定したanimation-delayをスライド数で割った時間をdelay(15s)に入れる*/
            opacity: 0;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }
        .top-container .slider .image:nth-of-type(1) {
            background-image: url("../image/main.jpg");
        }
        .top-container .slider .image:nth-of-type(2) {
            -webkit-animation-delay: 8s;
            animation-delay: 8s;
            background-image: url("../image/main2.jpg");
        }
        /*
    .top-container .slider .image:nth-of-type(3) {
        -webkit-animation-delay: 16s;
        animation-delay: 16s;
        background-image: url("../image/main3.jpeg");
    }*/
        @-webkit-keyframes anime {
            0% {
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            45% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
        }
        @keyframes anime {
            0% {
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            45% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
        }
        /*
    @-webkit-keyframes anime {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
        28% {
            opacity: 1
        }
        38% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes anime {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
        28% {
            opacity: 1
        }
        38% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }*/
        .top-container #header-container {
            display: none;
        }
        .message-container {
            margin: 0 auto;
        }
        .message-container .information {
            text-align: left;
            padding: 40px 36px 40px 36px;
        }
        .message-container .information .message {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .message-container .information .message .date-time {
            font-family: MatisseProN-M;
            font-size: 12px;
        }
        .date-message {
            font-family: MatisseProN-M;
            font-size: 14px;
            min-width: 100%;
            padding-top: 10px;
            color: #11365c;
        }
        .message-container .information .button-container {
            text-align: left;
            padding-top: 10px;
        }
        .concept-container {
            text-align: center;
            margin: 0 auto;
        }
        .concept-container .concept-title {
            margin-bottom: 50px;
        }
        .concept-container .concept-theme {
            color: #000000;
            font-size: 26px;
            height: 49px;
            letter-spacing: 9.6px;
            line-height: 40px;
            margin-bottom: 68px;
        }
        .concept-container .concept-text {
            color: #000000;
            font-family: MatisseProN-M;
            letter-spacing: 3.2px;
            line-height: 38px;
            font-size: 14px;
            padding: 0 10px 0 10px;
        }
        .concept-container .concept-text .concept-text2 {
            margin: 68px 0 68px 0;
            display: inline-block;
        }
        .works-over-container {
            position: relative;
            z-index: 1;
        }
        .works-over-container:before {
            content: '';
            background-color: #e5eaee;
            position: absolute;
            left: 0;
            top: 4.0%;
            width: 100%;
            height: 105%;
            -webkit-transform: translateY(50px) skew(0, -8deg);
            transform: translateY(50px) skew(0, -8deg);
        }
        .works-container {
            text-align: center;
            margin-bottom: 124px;
        }
        .works-container .works-title {
            padding: 76px 0 50px 0;
            position: relative;
            z-index: 2;
        }
        .works-container .works-contents-container {
            margin: 0 auto;
            display: flex;
            justify-content: center;
        }
        .works-container .works-contents-container .works-category-container {
            display: -webkit-box;
            display: -ms-flexbox;
            /* display: flex; */
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            /* justify-content: center; */
            -webkit-box-align: center;
            -ms-flex-align: center;
            /* align-items: center; */
            /* margin: 0 auto; */
        }
        .works-container .works-contents-container .works-category-container .works-block {
            margin: 0 12px 64px 12px;
            position: relative;
            z-index: 2;
            /*ホバーエフェクト*/
        }
        .works-container .works-contents-container .works-category-container .works-block img {
            max-width: 100%;
        }
        .works-container .works-contents-container .works-category-container .works-block HTML CSS Result Skip Results Iframe .zoom-out {
            width: 100%;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img {
            margin: 0;
            padding: 0;
            background: #fff;
            overflow: hidden;
            cursor: pointer;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img img {
            width: 100%;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img:hover img {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container {
            text-align: center;
            position: absolute;
            top: 93%;
            left: 16%;
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container .category {
            width: 176px;
            height: 42px;
            background-color: white;
            color: black;
            padding: 2px 2px;
            border: none;
            font-size: 16px;
            font-family: MatisseProN-M;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container .category.float:hover {
            -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
        }
        .access-container {
            text-align: center;
            position: relative;
            z-index: 2;
        }
        .access-container .google-container {
            max-width: 100%;
            padding: 30px 0 10px 0;
        }
        .access-container .company-name {
            font-family: MatisseProN-M;
            font-size: 16px;
            line-height: 45px;
            padding-top: 24px;
            padding-bottom: 16px;
        }
        .access-container .address-text {
            margin: 0;
            font-size: 14px;
            padding-top: 8px;
            font-family: MatisseProN-M;
        }
        .access-container .address-text2 {
            font-size: 14px;
            padding-top: 48px;
            font-family: MatisseProN-M;
        }
        .access-container .bottom {
            margin-bottom: 10px;
        }
        .banner-container {
            max-height: 180px;
            background: linear-gradient(to right, rgb(19 34 66), rgb(60 14 7));
            /*background-color: #22222e;*/
            text-align: center;
            margin-top: 24px;
            margin-bottom: 24px;
            height: 156px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .rogo_resize img {
            padding-top: 24px;
            padding-left: 32px;
            width: 180px;
        }
        .title-container {
            letter-spacing: 9.6px;
            color: #1a5086;
            font-size: 36px;
            font-family: Copperplate;
        }
        .title-container .image-container {
            width: 568px;
            height: 96px;
            vertical-align: middle;
            margin: 0 auto;
            background-color: white;
        }
        .recruit-container {
            background-image: url("../image/footer.jpg");
        }
        .recruit-container .recruit-information .recruit-address-information {
            margin: 0 auto;
            padding: 56px 0 0 12%;
        }
        .recruit-container .recruit-information .recruit-address-information .recruit-company-name {
            margin-bottom: 28px;
            font-family: MatisseProN-M;
            font-size: 18px;
            color: #ffffff;
        }
        .recruit-container .recruit-information .recruit-address-information .recruit-address {
            font-family: MatisseProN-M;
            color: #ffffff;
            margin-bottom: 12px;
            font-size: 16px;
        }
        .recruit-container .recruit-information .recruit-address-information .phone-number {
            font-family: MatisseProN-M;
            font-size: 14px;
            color: #ffffff;
        }
        .recruit-container .recruit-information .recruit-address-information .phone-recruit-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 48px;
        }
        .recruit-container .recruit-information .recruit-address-information .time {
            font-size: 14px;
            font-family: MatisseProN-M;
            color: #ffffff;
        }
        .recruit-container .recruit-information .wave-container img {
            width: 100%;
        }
        .recruit-container .recruit-button-container {
            text-align: center;
        }
        .button-container {
            text-align: center;
            margin: 0;
        }
        .button-container .button {
            background-color: #1a5086;
            color: white;
            border: none;
            padding: 12px 56px;
            margin-bottom: 8px;
            font-family: MatisseProN-M;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .information .button-container .button {
            background-color: #1a5086;
            color: white;
            border: none;
            padding: 8px 31px;
            margin-bottom: 8px;
            font-size: 12px;
            border-radius: 2px;
            font-family: MatisseProN-M;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .button-container .button.float:hover {
            -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
        }
        .button-container .button.float:focus {
            outline: none;
        }
        .left {
            margin: 10px 0 10px 0;
        }
        .add-top {
            opacity: none;
            display: none;
        }
        .footer-container {
            display: none;
            background-color: #1a5086;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 28px 0 28px 0;
        }
        .footer-container .footer-contents-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 200px;
        }
        .footer-container .footer-contents-container li {
            list-style: none;
        }
        .footer-container .logo-image-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .copyright-container {
            text-align: center;
            background-color: #1a5086;
            color: #ffffff;
            margin: 0;
        }
        .copyright-container .copyright {
            font-size: 12px;
            padding-bottom: 8px;
        }
        .space {
            /*margin-bottom: 56px;*/
        }
        .top {
            margin-top: 56px;
        }
        a {
            color: white;
        }
        a:hover {
            color: white;
        }
        li {
            font-family: MatisseProN-M;
        }
        #header {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 72px;
            z-index: 500;
        }
        .scroll-nav {
            background-color: #1a5086;
        }
        .global-nav {
            position: fixed;
            right: -320px;
            /* これで隠れる */
            top: 0;
            width: 300px;
            /* スマホに収まるくらい */
            height: 100vh;
            padding-top: 40px;
            background-color: #183b58;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
            z-index: 200;
            overflow-y: auto;
            /* メニューが多くなったらスクロールできるように */
        }
        .hamburger {
            position: absolute;
            right: 12px;
            top: 16px;
            width: 50px;
            /* クリックしやすいようにちゃんと幅を指定する */
            height: 50px;
            /* クリックしやすいようにちゃんと高さを指定する */
            cursor: pointer;
            z-index: 300;
        }
        .global-nav__list {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .global-nav__item {
            text-align: left;
            margin-left: 24px;
            padding: 0 14px;
        }
        .global-nav__item a {
            display: block;
            padding: 18px 0;
            letter-spacing: 0.3rem;
            border-bottom: 1px solid #eee;
            text-decoration: none;
        }
        .global-nav__item a:hover {
            background-color: #eee;
        }
        .hamburger__line {
            position: absolute;
            left: 11px;
            width: 28px;
            height: 2px;
            background-color: #fff;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }
        .hamburger__line--1 {
            top: 14px;
        }
        .hamburger__line--2 {
            top: 20px;
        }
        .hamburger__line--3 {
            top: 26px;
        }
        .black-bg {
            position: fixed;
            left: 0;
            top: 0;
            width: 100vw;
            height: 100vh;
            z-index: 100;
            background-color: #000;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
            cursor: pointer;
        }
        /* 表示された時用のCSS */
        .nav-open .global-nav {
            right: 0;
        }
        .nav-open .black-bg {
            opacity: 0.8;
            visibility: visible;
        }
        .nav-open .hamburger__line--1 {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 20px;
        }
        .nav-open .hamburger__line--2 {
            width: 0;
            left: 50%;
        }
        .nav-open .hamburger__line--3 {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 20px;
        }
    }
    
    @media (min-width: 1024px) {
        html {
            scroll-behavior: smooth;
        }
        body {
            margin: 0;
        }
        p {
            margin-bottom: 0;
        }
        .top-container {
            /*
②画像の数ごとに animation-delay を設定します。
　下記では、5秒間隔で切り替わるように設定しています。
*/
        }
        .top-container .hero {
            position: relative;
            overflow: hidden;
            height: 80vh;
        }
        .top-container .slider {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            width: 100%;
            height: 100%;
            background-color: #fff;
        }
        /*一枚のとき
        .top-container .slider .image {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            background-image: url("../image/main.jpeg");
        }*/
        .top-container .slider .image {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-animation: anime linear 16s 0s infinite;
            animation: anime 16s linear 0s infinite;
            animation-timing-function: linear;
            /* ②で設定したanimation-delayをスライド数で割った時間をdelay(15s)に入れる*/
            opacity: 0;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }
        .top-container .slider .image:nth-of-type(1) {
            background-image: url("../image/main.jpg");
        }
        .top-container .slider .image:nth-of-type(2) {
            -webkit-animation-delay: 8s;
            animation-delay: 8s;
            background-image: url("../image/main2.jpg");
        }
        /*
    .top-container .slider .image:nth-of-type(3) {
        -webkit-animation-delay: 16s;
        animation-delay: 16s;
        background-image: url("../image/main3.jpeg");
    }*/
        @-webkit-keyframes anime {
            0% {
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            45% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
        }
        @keyframes anime {
            0% {
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            45% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
        }
        /*
    @-webkit-keyframes anime {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
        28% {
            opacity: 1
        }
        38% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes anime {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
        28% {
            opacity: 1
        }
        38% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }*/
        .top-container #header-container {
            position: fixed;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            z-index: 3;
            height: 80px;
        }
        .top-container #header-container .image-container {
            margin-left: 32px;
        }
        .top-container #header-container .menu-text {
            color: white;
            font-size: 14px;
            font-family: MatisseProN-M;
            vertical-align: middle;
        }
        .top-container #header-container nav {
            margin: 0 0 0 auto;
        }
        .top-container #header-container .menu-group {
            list-style: none;
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        .top-container #header-container .menu-item {
            margin: 0 56px 0 0;
        }
        .top-container .scroll-nav {
            background-color: #1a5086;
        }
        .message-container {
            margin: 0 auto;
        }
        .message-container .information {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 40px 0 36px 0;
        }
        .message-container .information .message {
            margin-right: 48%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: nowrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .message-container .information .message .date-time {
            font-family: MatisseProN-M;
            font-size: 14px;
        }
        .date-message {
            font-family: MatisseProN-M;
            font-size: 14px;
            padding-top: 0;
            padding-left: 18px;
            color: #11365c;
        }
        .concept-container {
            text-align: center;
            margin: 0 auto;
        }
        .concept-container .concept-title {
            margin-bottom: 76px;
        }
        .concept-container .concept-theme {
            color: #000000;
            font-weight: 100;
            font-size: 30px;
            height: 49px;
            letter-spacing: 9.6px;
            line-height: 40px;
            margin-bottom: 40px;
        }
        .concept-container .concept-text {
            color: #000000;
            letter-spacing: 3.2px;
            line-height: 40px;
            font-size: 16px;
            padding: 12px 10px 0 10px;
        }
        .concept-container .concept-text .concept-text2 {
            margin: 68px 0 68px 0;
            display: inline-block;
        }
        .works-over-container {
            position: relative;
            z-index: 1;
        }
        .works-over-container:before {
            content: '';
            background-color: #e5eaee;
            position: absolute;
            left: 0;
            top: 4.4%;
            width: 100%;
            height: 100%;
            -webkit-transform: translateY(50px) skew(0, -8deg);
            transform: translateY(50px) skew(0, -8deg);
        }
        .works-container {
            text-align: center;
            padding-bottom: 48px;
            margin-bottom: 112px;
        }
        .works-container .works-title {
            padding: 76px 0 96px 0;
            position: relative;
            z-index: 2;
        }
        .works-container .works-contents-container {
            margin: 0 auto;
            display: block;
        }
        .works-container .works-contents-container .works-category-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0 auto;
        }
        .works-container .works-contents-container .works-category-container .phone-nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        .works-container .works-contents-container .works-category-container .works-block {
            margin: 24px;
            position: relative;
            z-index: 2;
            /*ホバーエフェクト*/
        }
        .works-container .works-contents-container .works-category-container .works-block HTML CSS Result Skip Results Iframe .zoom-out {
            width: 100%;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img {
            margin: 0;
            padding: 0;
            background: #fff;
            overflow: hidden;
            cursor: pointer;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img img {
            width: 100%;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }
        .works-container .works-contents-container .works-category-container .works-block .zoom-out-img:hover img {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container {
            text-align: center;
            position: absolute;
            top: 90%;
            left: 14%;
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container .category {
            background-color: white;
            color: black;
            border: none;
            width: 180px;
            font-size: 20px;
            height: 54px;
            font-family: MatisseProN-M;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container .category.float:hover {
            -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
        }
        .works-container .works-contents-container .upper {
            margin-bottom: 69px;
        }
        .access-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        .access-container .google-container {
            width: 540px;
            height: 320px;
            padding: 110px 0 10px 0;
        }
        .access-container .access-contents-container {
            text-align: left;
        }
        .access-container .access-contents-container .access-title {
            margin-right: 150px;
        }
        .access-container .access-contents-container .company-name {
            font-family: MatisseProN-M;
            font-size: 18px;
            line-height: 45px;
            margin-top: 24px;
        }
        .access-container .access-contents-container .address-text {
            /*line-height: 45px;*/
            margin: 0;
            font-size: 16px;
            font-family: MatisseProN-M;
        }
        .access-container .address-text2 {
            font-size: 16px;
            padding-top: 68px;
            font-family: MatisseProN-M;
        }
        .banner-container {
            height: 180px;
            background: linear-gradient(to right, rgb(19 34 66), rgb(60 14 7));
            /*background-color: #22222e;*/
            text-align: center;
            margin: 72px 0 48px 0;
        }
        .title-container {
            letter-spacing: 9.6px;
            color: #1a5086;
            font-size: 48px;
            font-family: Copperplate;
        }
        .title-container .image-container {
            width: 568px;
            height: 96px;
            vertical-align: middle;
            margin: 0 auto;
            background-color: white;
        }
        .recruit-container {
            /*padding: 66px 0 0 0;*/
            background-image: url("../image/footer.jpg");
            background-size: cover;
            position: relative;
        }
        .recruit-container .recruit-information {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .recruit-container .recruit-information .recruit-address-information {
            margin: 0;
            padding: 56px 12% 0 0;
        }
        .recruit-container .recruit-information .recruit-address-information .recruit-company-name {
            margin-bottom: 28px;
            font-family: MatisseProN-M;
            color: #ffffff;
            font-size: 24px;
        }
        .recruit-container .recruit-information .recruit-address-information .recruit-address {
            font-family: MatisseProN-M;
            color: #ffffff;
            font-size: 24px;
            margin-bottom: 28px;
        }
        .recruit-container .recruit-information .recruit-address-information .phone-number {
            font-family: MatisseProN-M;
            font-size: 24px;
            color: #ffffff;
        }
        .recruit-container .recruit-information .recruit-address-information .time {
            font-family: MatisseProN-M;
            font-size: 24px;
            color: #ffffff;
        }
        .recruit-container .recruit-information .wave-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            top: 110%;
        }
        .recruit-container .recruit-information .wave-container img {
            max-width: 100%;
        }
        .recruit-container .recruit-button-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: 30px;
            margin-top: 72px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        .category-container {
            text-align: center;
        }
        .category-container .category {
            background-color: #1a5086;
            color: white;
            border: none;
            padding: 10px 40px;
            font-weight: 600px;
            font-family: MatisseProN-M;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .category-container .category.float:hover {
            -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
        }
        .category-container .category.float:focus {
            outline: none;
        }
        .left {
            margin-left: 24px;
        }
        .add-top {
            display: block;
            opacity: 1;
            text-align: left;
            margin-top: -36px;
        }
        .footer-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background-color: #1a5086;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 24px 0 0 0;
        }
        .footer-container .footer-contents-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 200px;
        }
        .footer-container .footer-contents-container li {
            list-style: none;
            font-size: 0.9rem;
            padding: 8px 16px;
        }
        .footer-container .logo-image-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: inline-block;
            text-align: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 10%;
        }
        .logo-image-container p {
            color: #fff;
            font-size: 1.2rem;
            font-family: MatisseProN-M;
        }
        .copyright-container {
            text-align: center;
            background-color: #1a5086;
            color: #ffffff;
            margin: 0;
        }
        .button-container {
            text-align: center;
        }
        .information .button-container .button {
            background-color: #1a5086;
            color: white;
            border: none;
            font-family: MatisseProN-M;
            float: left;
            padding: 8px 30px;
            margin-top: 0;
            font-size: 12px;
            cursor: pointer;
            border-radius: 2px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .button-container .button {
            background-color: #1a5086;
            color: white;
            border: none;
            font-family: MatisseProN-M;
            float: left;
            padding: 12px 48px;
            margin-top: 40px;
            margin-bottom: 10%;
            border-radius: 2px;
            font-size: 16px;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .button-container .button.float:hover {
            -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
        }
        .space {
            /*margin-bottom: 56px;*/
        }
        .top {
            margin-top: 18px;
            padding-left: 0;
        }
        a {
            color: white;
            text-decoration: none;
        }
    }
    
    @media (min-width:1100px) {
        .works-container .works-contents-container .works-category-container .works-block .category-container .category {
            background-color: white;
            color: black;
            border: none;
            width: 190px;
            font-size: 20px;
            height: 54px;
            font-family: MatisseProN-M;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container {
            text-align: center;
            position: absolute;
            top: 90%;
            left: 12%;
        }
    }
    
    @media (max-width: 420px) {
        .works-container .works-contents-container .works-category-container .works-block .category-container {
            text-align: center;
            position: absolute;
            top: 92%;
            left: 18%;
        }
        .works-container .works-contents-container .works-category-container .works-block .category-container .category {
            width: 112px;
            height: 36px;
            background-color: white;
            color: black;
            border: none;
            font-size: 14px;
            font-family: MatisseProN-M;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
    }
    
    @media (max-width: 370px) {
        .works-container .works-contents-container .works-category-container .works-block .category-container {
            text-align: center;
            position: absolute;
            top: 92%;
            left: 15%;
        }
    }
    
    li {
        font-family: MatisseProN-M;
    }
    
    @media (max-width: 499px) {
        .rogo_resize img {
            padding-top: 21px;
            padding-left: 20px;
            width: 136px;
        }
    }
    
    @media (min-width: 1023px) {
        #header {
            display: none;
        }
    }
    
    .fade-in-bottom {
        opacity: 0;
        -webkit-animation-name: fadein-bottom;
        animation-name: fadein-bottom;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    
    @-webkit-keyframes fadein-bottom {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @keyframes fadein-bottom {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @media (min-width: 1024px) {
        .topics {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 60px 0 60px 0;
        }
        .banner-container img {
            width: 600px;
            margin-left: -18px;
        }
    }
    
    @media (max-width: 1023px) {
        .banner-container img {
            width: 600px;
            margin-left: -18px;
        }
    }
    
    @media (max-width: 625px) {
        .banner-container img {
            width: 400px;
        }
    }
    
    @media (max-width: 440px) {
        .banner-container img {
            max-width: 100%;
        }
    }
    
    @media (max-width: 499px) {
        .concept-container .concept-text {
            color: #000000;
            font-family: MatisseProN-M;
            letter-spacing: 2.0px;
            line-height: 26px;
            font-size: 14px;
            padding: 0 10px 8px 10px;
        }
    }
    
    @media (max-width: 420px) {
        .concept-container .concept-text {
            color: #000000;
            font-family: MatisseProN-M;
            line-height: 22px;
            font-size: 14px;
            padding: 0 10px 16px 10px;
        }
    }
    
    @media (min-width: 300px) {
        .topics {
            padding: 40px 0 0 0;
        }
    }
    
    @media (min-width: 500px) {
        .br-pc {
            display: block;
        }
        .br-sp {
            display: none;
        }
    }
    
    @media (max-width: 499px) {
        .br-pc {
            display: none;
        }
        .br-sp {
            display: block;
        }
    }
    
    @media (max-width: 499px) {
        .global-nav__item a {
            display: block;
            font-size: 14px;
            padding: 12px 0;
            margin: 0 auto;
            width: 85%;
            letter-spacing: 0.2rem;
            border-bottom: 1px solid #eee;
            text-decoration: none;
        }
        .global-nav__item a:hover {
            background-color: #eee;
        }
    }
    /*-------------------------------------------
メインビジュアル
---------------------------------------------*/
    
    #hero-image #main-text {
        padding-top: 40vh;
        padding-bottom: 8vh;
        color: #FFF;
    }
    
    @media (max-width: 991px) {
        #hero-image #main-text {
            padding-top: 40vh;
            padding-bottom: 8vh;
            padding-left: 30px;
            padding-right: 30px;
        }
    }
    
    @media (max-width: 575px) {
        #hero-image #main-text {
            padding-top: 28vh;
            padding-bottom: 8vh;
            padding-left: 20px;
            padding-right: 0px;
        }
    }
    
    .main-logo {
        padding-top: 16vh;
        text-align: center;
    }
    
    .main-logo img {
        width: 208px;
    }
    
    @media (min-width: 576px) {
        .row {
            margin-right: -15px;
            margin-left: -15px;
        }
        .main-logo {
            padding-top: 28vh;
        }
        .main-logo img {
            width: 248px;
        }
    }
    
    @media (min-width: 768px) {
        .row {
            margin-right: -15px;
            margin-left: -15px;
        }
        .main-logo {
            padding-top: 32vh;
        }
        .main-logo img {
            width: 248px;
        }
    }
    
    @media (min-width: 992px) {
        .row {
            margin-right: -15px;
            margin-left: -15px;
        }
        .main-logo {
            padding-top: 32vh;
        }
        .main-logo img {
            width: 290px;
        }
    }
    
    @media (min-width: 1200px) {
        .row {
            margin-right: -15px;
            margin-left: -15px;
        }
        .main-logo {
            padding-top: 24vh;
        }
        .main-logo img {
            width: 296px;
        }
    }
    
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    
    @media (min-width: 992px) {
        .offset-lg-5 {
            margin-left: 56.66667%;
        }
    }
    
    @media (min-width: 992px) {
        .col-lg-7 {
            flex: 0 0 58.33333%;
            max-width: 58.33333%;
        }
    }
    
    .col-lg-7 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 96px;
    }
    
    @media (max-width: 575px) {
        .col-lg-7 {
            padding-left: 118px;
        }
    }
    
    #hero-image #main-text #main-text-ja.active {
        opacity: 1;
        text-shadow: 4px 4px 3px #333;
        filter: blur(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    
    #hero-image #main-text #main-text-ja {
        -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        filter: blur(10px);
        opacity: 0;
        -webkit-transition-property: filter, transform, opacity;
        -moz-transition-property: filter, transform, opacity;
        -ms-transition-property: filter, transform, opacity;
        -o-transition-property: filter, transform, opacity;
        transition-property: filter, transform, opacity;
    }
    
    #hero-image h2 {
        font-family: MatisseProN-M;
        color: #FFF;
        margin-bottom: 0;
        font-size: 3.0rem;
        line-height: 6rem;
        font-weight: normal;
    }
    
    @media (max-width: 1400px) {
        #hero-image h2 {
            font-size: 2.2rem;
            line-height: 5rem;
        }
    }
    
    @media (max-width: 1240px) {
        #hero-image h2 {
            font-size: 2.5rem;
            line-height: 4.5rem;
        }
    }
    
    @media (max-width: 1199px) {
        #hero-image h2 {
            font-size: 2.2rem;
            line-height: 4rem;
        }
    }
    
    @media (max-width: 750px) {
        #hero-image h2 {
            font-size: 2.0rem;
            line-height: 4rem;
        }
    }
    
    @media (max-width: 615px) {
        #hero-image h2 {
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 4rem;
        }
    }
    
    @media (max-width: 490px) {
        #hero-image h2 {
            font-size: 1.4rem;
            font-weight: 600;
            line-height: 4rem;
        }
    }
    
    .message a:hover {
        color: #11365c;
    }
    /*# sourceMappingURL=breakpoint.css.map */
    /*-------------------------------------------
アニメーション　フェードイン
---------------------------------------------*/
    
    .effect-fade {
        opacity: 0;
        transform: translate(0, 45px);
        transition: all 400ms;
    }
    
    @media (min-width: 491px) {
        .effect-fade2 {
            opacity: 0;
            transform: translate(0, 45px);
            transition: all 400ms;
        }
    }
    
    @media (max-width: 490px) {
        .effect-fade2 {
            opacity: 1;
        }
    }
    
    .effect-fade.view {
        opacity: 1;
        transform: translate(0, 0);
    }
    
    .effect-fade2.view {
        opacity: 1;
        transform: translate(0, 0);
    }
    /* -----------------------------------
    Loading背景画面設定　
    --------------------------------------*/
    
    #splash {
        /*fixedで全面に固定*/
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #fff;
        text-align: center;
        color: #1a5086;
        font-family: MatisseProN-M;
    }
    /* Loading画像中央配置　*/
    
    #splash_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* Loading アイコンの大きさ設定　*/
    
    #splash_logo img {
        width: 200px;
    }
    
    @media (max-width: 490px) {
        #splash_logo img {
            width: 136px;
        }
    }
    /* fadeUpをするアイコンの動き */
    
    .fadeUp {
        animation-name: fadeUpAnime;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    
    @keyframes fadeUpAnime {
        from {
            opacity: 0;
            transform: translateY(100px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    /* -----------------------------------
    スクロール誘導設定　
    --------------------------------------*/
    
    .scr {
        text-align: center;
    }
    
    .hero a {
        position: absolute;
        bottom: 5.625rem;
    }
    
    .hero p {
        z-index: 1;
        left: -50%;
        position: relative;
        bottom: -4.4rem;
        font-size: 1.0rem;
        font-family: MatisseProN-M;
    }
    
    .hero a span {
        position: absolute;
        z-index: 2;
        margin-top: 36%;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 2s infinite;
        animation: sdb 2s infinite;
        opacity: 0;
        box-sizing: border-box;
    }
    
    .hero a span:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    
    .hero a span:nth-of-type(2) {
        top: 16px;
        -webkit-animation-delay: .15s;
        animation-delay: .15s;
    }
    
    .hero a span:nth-of-type(3) {
        top: 32px;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }
    
    @-webkit-keyframes sdb {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    
    @keyframes sdb {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    
    @media (max-width: 490px) {
        .hero a {
            position: absolute;
            bottom: 4.625rem;
        }
        .hero p {
            left: -68%;
            bottom: -2.4rem;
            font-size: 0.6rem;
            font-family: MatisseProN-M;
        }
        .hero a span {
            position: absolute;
            z-index: 2;
            margin-top: 36%;
            top: 0;
            left: 0;
            width: 12px;
            height: 12px;
            margin-left: -12px;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-animation: sdb 2s infinite;
            animation: sdb 2s infinite;
            opacity: 0;
            box-sizing: border-box;
        }
        .hero a span:nth-of-type(2) {
            top: 8px;
            -webkit-animation-delay: .15s;
            animation-delay: .15s;
        }
        .hero a span:nth-of-type(3) {
            top: 16px;
            -webkit-animation-delay: .3s;
            animation-delay: .3s;
        }
    }