﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
    cursor: default
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

select::-ms-expand {
    display: none
}

select, option, input[type="checkbox"], input[type="radio"] {
    cursor: pointer
}

body {
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

@font-face {
    font-family: 'icon';
    src: url("../fonts/icon.eot?hfamf2");
    src: url("../fonts/icon.eot?hfamf2#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?hfamf2") format("truetype"), url("../fonts/icon.woff?hfamf2") format("woff"), url("../fonts/icon.svg?hfamf2#icon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow:before {
    content: "\e900"
}

.icon-logo:before {
    content: "\e901"
}

.icon-mail:before {
    content: "\e90d"
}

.icon-link:before {
    content: "\e90e"
}

@media screen and (min-width: 768px) {
    .contents {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 80px
    }
}

.small-side-margin {
    padding-right: 20px;
    padding-left: 20px
}

p {
    letter-spacing: 0.03em;
    color: #555
}

a {
    text-decoration: none;
    transition: 0.2s;
    color: #555
}

a:hover {
    opacity: .6;
    transition: 0.2s
}

@media screen and (min-width: 768px) {
    .small-only {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .medium-only {
        display: none
    }
}

.contents-margin {
    margin-bottom: 80px
}

@media screen and (min-width: 768px) {
    .contents-margin {
        margin-bottom: 100px
    }
}

.text {
    color: #555;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .text {
        font-size: 16px
    }
}

body {
    position: relative;
    background-color: #161717
}

img {
    width: 100%
}

.bg-base {
    overflow: hidden;
    position: relative;
    background-color: #161717;
    padding-top: 80px;
    padding-bottom: 80px
}

@media screen and (min-width: 768px) {
    .bg-base {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.bg-base::before {
    content: "\e901";
    font-family: 'icon';
    position: absolute;
    top: 50px;
    right: -20px;
    color: #fff;
    opacity: .07;
    font-size: 36vw
}

.article-bg {
    background-color: #E6E7EB
}

.title-base {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .title-base {
        margin-bottom: 90px
    }
}

.title-base__title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.3;
    margin-bottom: 5px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 33px;
    font-size: 8.8vw
}

@media screen and (min-width: 768px) {
    .title-base__title {
        font-size: 90px
    }
}

.is-white .title-base__title {
    -webkit-text-stroke: 1px #000
}

.title-base__title em {
    color: #fff;
    text-shadow: none
}

.is-white .title-base__title em {
    color: #000
}

.title-base__sub {
    color: #00E0E8;
    letter-spacing: 0.18em;
    font-size: 18px;
    font-size: 4.8vw
}

@media screen and (min-width: 768px) {
    .title-base__sub {
        font-size: 38px
    }
}

.is-white .title-base__sub {
    color: #000
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #000;
    background: linear-gradient(0deg, transparent 0%, #000 100%);
    padding-bottom: 30px;
    display: flex;
}

@media screen and (min-width: 768px) {
    .header {
        padding-bottom: 100px
    }
}

.header__logo {
    padding: 20px 20px 0;
    width: 120px
}

@media screen and (min-width: 768px) {
    .header__logo {
        padding: 20px 30px 0;
        width: 200px
    }
}

.header__list {
    margin-left: auto;
    padding: 40px 40px 0 0;
    display: flex
}

@media screen and (max-width: 767px) {
    .header__list {
        display: none
    }
}

.header__list li {
    padding: 0 20px
}

.header__list li a {
    color: #fff;
    font-size: 16px
}

.header__list li i {
    padding-left: 8px;
    font-size: 13px
}

.footer {
    background-color: #161717;
    padding: 60px 0;
    text-align: center
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 100px 0
    }
}

.footer__logo {
    width: 100px;
    margin: 0 auto 30px
}

.footer__list {
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .footer__list {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.footer__list li {
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .footer__list li {
        padding: 0 15px;
        margin-bottom: 0
    }
}

.footer__list a {
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    text-decoration: underline
}

.footer__copy {
    font-size: 10px;
    font-weight: 300;
    color: #fff
}

.article-head {
    background: url("../img/article-head_bg.png") no-repeat center;
    background-size: cover;
    padding: 100px 0 60px;
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .article-head {
        margin-bottom: 80px;
        padding: 160px 0 120px
    }
}

.article-head__sub {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.3;
    margin-bottom: 5px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 33px;
    font-size: 8.8vw
}

@media screen and (min-width: 768px) {
    .article-head__sub {
        font-size: 90px
    }
}

.article-head__title {
    color: #00E0E8;
    letter-spacing: 0.18em;
    font-size: 18px;
    font-size: 4.8vw
}

@media screen and (min-width: 768px) {
    .article-head__title {
        font-size: 38px
    }
}

#video-area {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.6
}

#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%
}

.mv {
    height: 700px;
    display: flex;
    position: relative;
    align-items: center;
    background-size: 4px 4px;
    background-image: linear-gradient(#000 50%, transparent 50%, transparent 100%)
}

.mv__title {
    margin-left: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 125px;
    font-size: 35px;
    font-size: 9.3333333333vw
}

@media screen and (min-width: 768px) {
    .mv__title {
        margin-left: 10%;
        font-size: 5vw;
        padding-bottom: 0
    }
}

.mv__title em {
    font-size: 1.3em
}

.news {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%
}

@media screen and (min-width: 768px) {
    .news {
        width: 600px
    }
}

.news__body {
    padding: 20px
}

@media screen and (min-width: 768px) {
    .news__body {
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.news__title {
    color: #00E0E8;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 0.2em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .news__title {
        margin-bottom: 0;
        padding-right: 20px
    }
}

.news__date, .news__text {
    font-weight: 300;
    color: #fff
}

.news__date {
    font-size: 11px;
    font-size: 2.9333333333vw;
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .news__date {
        font-size: 13px
    }
}

.news__text {
    font-size: 13px;
    font-size: 3.4666666667vw
}

@media screen and (min-width: 768px) {
    .news__text {
        font-size: 15px
    }
}

.news .swiper-mv {
    overflow: hidden
}

.blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1
    }
}

.blurTrigger {
    opacity: 0
}

.message {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px
}

@media screen and (min-width: 768px) {
    .message {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.message__title {
    color: #fff;
    font-weight: 900;
    margin-bottom: 60px;
    font-size: 24px;
    font-size: 6.4vw
}

@media screen and (min-width: 768px) {
    .message__title {
        font-size: 4vw;
        margin-bottom: 200px
    }
}

.message__title strong {
    color: #00E0E8;
    font-size: 1.5em
}

.message__text {
    color: #fff;
    line-height: 2;
    font-weight: 300;
    font-size: 13px;
    font-size: 3.4666666667vw
}

@media screen and (min-width: 768px) {
    .message__text {
        font-size: 14px;
        width: 60%
    }
}

#video-area2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden
}

#video2 {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%
}

.service.bg-base {
    padding-bottom: 0
}

.service__read {
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 4.2666666667vw
}

@media screen and (min-width: 768px) {
    .service__read {
        font-size: 16px
    }
}

.service__text {
    color: #fff;
    font-weight: 300;
    margin-bottom: 80px;
    font-size: 13px;
    font-size: 3.4666666667vw
}

@media screen and (min-width: 768px) {
    .service__text {
        margin-bottom: 150px;
        font-size: 16px
    }
}

.service-list li {
    position: relative;
    padding: 100px 0 80px
}

@media screen and (min-width: 768px) {
    .service-list li {
        padding: 160px 0 140px
    }
}

.service-list li.is-1 {
    background: url("../img/service_bg_1.jpg") no-repeat center;
    background-size: cover
}

.service-list li.is-2 {
    background: url("../img/service_bg_2.jpg") no-repeat center;
    background-size: cover
}

.service-list li.is-3 {
    background: url("../img/service_bg_3.jpg") no-repeat center;
    background-size: cover
}

.service-list li.is-4 {
    background: url("../img/service_bg_4.jpg") no-repeat center;
    background-size: cover
}

.service-list li.is-5 {
    background: url("../img/service_bg_5.jpg") no-repeat center;
    background-size: cover
}

.service-list__number {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 28vw;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #fff
}

@media screen and (min-width: 768px) {
    .service-list__number {
        font-size: 220px
    }
}

.is-1 .service-list__number, .is-3 .service-list__number, .is-4 .service-list__number {
    top: -40px;
    left: 20px
}

@media screen and (min-width: 768px) {
    .is-1 .service-list__number, .is-3 .service-list__number, .is-4 .service-list__number {
        left: 8%;
        top: -90px
    }
}

.is-2 .service-list__number, .is-5 .service-list__number {
    top: -40px;
    right: 20px
}

@media screen and (min-width: 768px) {
    .is-2 .service-list__number, .is-5 .service-list__number {
        right: 8%;
        top: -90px
    }
}

.service-list__title {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 30px;
    font-size: 8vw
}

@media screen and (min-width: 768px) {
    .service-list__title {
        font-size: 60px
    }
}

.is-2 .service-list__title, .is-5 .service-list__title {
    text-align: right
}

.service-list__sub {
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-size: 4.8vw
}

@media screen and (min-width: 768px) {
    .service-list__sub {
        font-size: 24px;
        margin-bottom: 45px
    }
}

.is-2 .service-list__sub, .is-5 .service-list__sub {
    text-align: right
}

.service-list__text {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    font-size: 3.4666666667vw
}

@media screen and (min-width: 768px) {
    .service-list__text {
        font-size: 16px;
        width: 65%
    }
}

@media screen and (min-width: 768px) {
    .is-2 .service-list__text, .is-5 .service-list__text {
        margin-left: auto
    }
}

.corporate {
    background: url("../img/corporate_bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px
}

@media screen and (min-width: 768px) {
    .corporate {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.corporate__body {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .corporate__body {
        margin-bottom: 90px
    }
}

.corporate__item {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .corporate__item {
        margin-bottom: 50px
    }
}

.corporate__item:last-child {
    margin-bottom: 0
}

.corporate__title {
    font-weight: 300;
    display: inline-block;
    border: 1px solid #2f3936;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 4.2666666667vw
}

@media screen and (min-width: 768px) {
    .corporate__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.corporate__message {
    font-weight: bold;
    color: #2f3936;
    font-size: 20px;
    font-size: 5.3333333333vw
}

@media screen and (min-width: 768px) {
    .corporate__message {
        font-size: 28px
    }
}

@media screen and (min-width: 768px) {
    .corporate__company {
        display: flex;
        justify-content: space-between
    }
}

.corporate__left {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .corporate__left {
        margin-bottom: 0;
        width: 48%
    }
}

.corporate__left li {
    padding: 20px 0;
    border-bottom: 1px solid #CCCCCC
}

@media screen and (min-width: 768px) {
    .corporate__left li {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.corporate__left li:first-child {
    border-top: 1px solid #CCCCCC
}

.corporate__right {
    height: 280px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media screen and (min-width: 768px) {
    .corporate__right {
        width: 48%;
        height: 574px
    }
}

.corporate__name {
    font-size: 13px;
    font-size: 3.4666666667vw;
    color: #2f3936;
    font-weight: 500;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .corporate__name {
        font-size: 14px;
        margin-bottom: 0;
        width: 20%
    }
}

.corporate__text {
    font-weight: 300
}

@media screen and (min-width: 768px) {
    .corporate__text {
        width: 78%;
        font-size: 14px
    }
}

.ceo.bg-base {
    padding-bottom: 0
}

@media screen and (min-width: 768px) {
    .ceo__body {
        display: flex;
        align-items: flex-end;
        justify-content: space-between
    }
}

.ceo__left {
    padding-bottom: 30px
}

@media screen and (min-width: 768px) {
    .ceo__left {
        padding-bottom: 100px;
        width: 58%
    }
}

.ceo__right {
    position: relative;
    width: 80%;
    margin: 0 auto;
    z-index: 2
}

@media screen and (min-width: 768px) {
    .ceo__right {
        width: 36%;
        margin: 0
    }
}

.ceo__text {
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 3.4666666667vw
}

@media screen and (min-width: 768px) {
    .ceo__text {
        font-size: 14px
    }
}

.ceo__name {
    font-weight: 300;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    font-size: 3.4666666667vw
}

@media screen and (min-width: 768px) {
    .ceo__name {
        font-size: 14px
    }
}

@media screen and (min-width: 768px) {
    .contact ul {
        display: flex
    }
}

.contact li {
    text-align: center;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .contact li {
        width: 50%
    }
}

.contact li:last-child a {
    background: url("../img/contact_bg_2.png") no-repeat center;
    background-size: cover
}

.contact li a {
    background: url("../img/contact_bg_1.png") no-repeat center;
    background-size: cover;
    display: block;
    padding: 60px 0;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.4;
    font-size: 18px;
    font-size: 4.8vw
}

@media screen and (min-width: 768px) {
    .contact li a {
        font-size: 2vw;
        padding: 100px 0
    }
}

.contact li a em {
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    letter-spacing: 0.12em;
    font-size: 52px;
    font-size: 13.8666666667vw
}

@media screen and (min-width: 768px) {
    .contact li a em {
        font-size: 6vw
    }
}

.contact li a:hover {
    opacity: 1;
    transform: scale(1.1)
}
