@charset 'UTF-8';
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline;
            text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

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

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

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
html {
    font-size: 62.5%;
}

body {
    color: #231815;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', Meiryo, sans-serif;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 0;
}

body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 1px;
}

body::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 12px;
    width: 12px;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

a {
    color: #231815;
    text-decoration: none;
}

a:hover, a:focus {
    color: #231815;
    text-decoration: none;
}

img {
    max-width: 100%;
    -webkit-user-drag: none;
            user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

header, footer, main, nav, section {
    display: block;
}

button {
    cursor: pointer;
}

picture, figure, figcaption {
    margin: 0;
}

address {
    font-style: normal;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}

.lock {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.sr-only {
    border-width: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* --------------------
 Font
-------------------- */
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/Inter_28pt-BlackItalic.ttf) format('truetype');
}

/* --------------------
 Layout
-------------------- */
.layout {
    -webkit-animation: fadeIn .3s linear .1s;
            animation: fadeIn .3s linear .1s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    min-width: 1180px;
    opacity: 1;
}

/* --------------------
 Animation
-------------------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scrollIcon {
    0% {
        top: 35px;
    }
    25% {
        top: 60px;
    }
    50% {
        top: 35px;
    }
    100% {
        top: 35px;
    }
}

@keyframes scrollIcon {
    0% {
        top: 35px;
    }
    25% {
        top: 60px;
    }
    50% {
        top: 35px;
    }
    100% {
        top: 35px;
    }
}

@-webkit-keyframes slideScale {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
}

@keyframes slideScale {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
}

@-webkit-keyframes burgerAnimation_1 {
    0% {
        width: 0;
    }
    20% {
        width: 50%;
    }
    100% {
        width: 50%;
    }
}

@keyframes burgerAnimation_1 {
    0% {
        width: 0;
    }
    20% {
        width: 50%;
    }
    100% {
        width: 50%;
    }
}

@-webkit-keyframes burgerAnimation_2 {
    0% {
        width: 0;
    }
    20% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burgerAnimation_2 {
    0% {
        width: 0;
    }
    20% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes burgerAnimation_3 {
    0% {
        width: 0;
    }
    20% {
        width: 50%;
    }
    100% {
        width: 50%;
    }
}

@keyframes burgerAnimation_3 {
    0% {
        width: 0;
    }
    20% {
        width: 50%;
    }
    100% {
        width: 50%;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-transition: opacity .35s cubic-bezier(.645, .045, .355, 1), visibility .35s;
            transition: opacity .35s cubic-bezier(.645, .045, .355, 1), visibility .35s;
    visibility: hidden;
}

.fadeIn.is-active {
    opacity: 1;
    -webkit-transition: opacity .35s cubic-bezier(.645, .045, .355, 1), visibility 0s;
            transition: opacity .35s cubic-bezier(.645, .045, .355, 1), visibility 0s;
    visibility: visible;
}

/* --------------------
 Header
-------------------- */
.header {
    left: 0;
    min-width: 1180px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.header-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    height: 70px;
    justify-content: space-between;
    min-width: 1180px;
    padding: 0 50px;
    position: relative;
    width: 99vw;
    z-index: 1;
}

.header__brand {
    -webkit-box-flex: 0;
    display: block;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    font-size: 1.0rem;
    margin: 0;
    pointer-events: none;
    visibility: hidden;
}

.header__brand__link {
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.header__brand__link:hover, .header__brand__link:focus {
    opacity: .85;
}

.header__nav {
    background-color: transparent;
    display: block;
    position: static;
}

.header__nav__bg {
    background-color: black;
    bottom: 0;
    display: none;
    left: 0;
    margin: auto;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.header__nav__logo {
    background-color: #c6000b;
    bottom: 0;
    display: none;
    left: 0;
    padding: 30px 0 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    width: 50px;
}

.header__nav__logo img {
    width: 30px;
}

.header__nav__menu {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
    height: auto;
    justify-content: flex-end;
    padding: 0;
    position: static;
}

.header__nav__menu__item {
    margin: 0 35px 0 0;
    padding: 0;
}

.header__nav__menu__item:last-child {
    margin-right: 0;
}

.header__nav__menu__item__link {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 900;
    position: relative;
}

.header__nav__menu__item__link svg {
    fill: currentColor;
}

.header__nav__menu__item__link:hover, .header__nav__menu__item__link:focus, .header__nav__menu__item__link.is-active {
    color: #ffea00;
}

.header.is-active {
    z-index: 999 !important;
}

.header--colored {
    background-color: #c6000b;
    -webkit-transition: background-color .75s linear;
            transition: background-color .75s linear;
    z-index: 2;
}

.header--fadeOut {
    background-color: rgba(198, 0, 11, 0);
}

.header--colored .header__brand {
    pointer-events: all;
    visibility: visible;
}

/* --------------------
 Front
-------------------- */
.front {
    overflow: hidden;
    position: relative;
}

.front__intro {
    height: 100vh;
    left: 0;
    min-width: 1180px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.front__intro__bg {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.front__intro__viewer {
    left: 50vw;
    line-height: 1;
    min-width: 1180px;
    padding: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.front__intro__viewer__inner {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1000px;
}

.front__intro__viewer svg {
    height: 100%;
    margin: auto;
    visibility: hidden;
    width: 100%;
}

.front__intro__viewer svg .a {
    fill: none;
}

.front__intro__viewer svg .b {
    -webkit-clip-path: url(#a);
            clip-path: url(#a);
}

.front__intro__viewer svg .c {
    -webkit-clip-path: url(#b);
            clip-path: url(#b);
}

.front__hero {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

.front__hero__slider {
    position: relative;
    z-index: 0;
}

.front__hero__slider__item {
    height: 100vh;
    width: 100%;
}

.front__hero__slider__item:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.front__hero__slider__item--1st:before {
    background-image: url(../images/pages/front/front-hero-slide-01.jpg);
    background-position: center;
}

.front__hero__slider__item--2nd:before {
    background-image: url(../images/pages/front/front-hero-slide-02.jpg);
    background-position: right center;
}

.front__hero__slider__item--3rd:before {
    background-image: url(../images/pages/front/front-hero-slide-03.jpg);
    background-position: center;
}

.front__hero__slider__item--4th:before {
    background-image: url(../images/pages/front/front-hero-slide-04.jpg);
    background-position: right center;
}

.front__hero__slider__item--5th:before {
    background-image: url(../images/pages/front/front-hero-slide-05.jpg);
    background-position: right center;
}

.front__hero__slider__item--6th:before {
    background-image: url(../images/pages/front/front-hero-slide-06.jpg);
    background-position: right center;
}


.front__hero__slider__item:focus {
    outline: none;
}

.front__hero__slider__item.is-active:before {
    -webkit-animation: slideScale 15s linear;
            animation: slideScale 15s linear;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front__hero__slider__item.is-active:before {
        -webkit-animation: none;
                animation: none;
    }
}

@supports (-ms-ime-align: auto) {
    .front__hero__slider__item.is-active:before {
        -webkit-animation: none;
                animation: none;
    }
}

.front__hero-container {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.front__hero__logo {
    background-color: #c6000b;
    bottom: 0;
    display: block;
    left: 0;
    padding: 30px 0 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    width: 85px;
}

.front__hero__logo svg .a {
    fill: rgba(255, 255, 255, 0);
    stroke: #ffffff;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    stroke-width: 1;
}

.front__hero__message {
    display: block;
    font-size: 1.0rem;
    left: 50vw;
    line-height: 1;
    margin: 0;
    min-width: 1180px;
    padding: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    z-index: 1;
}

.front__hero__message__text {
    margin: auto;
    padding: 0;
    position: relative;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1000px;
}

.front__hero__scroll {
    bottom: 50px;
    display: block;
    height: 78px;
    left: 50%;
    margin: auto;
    pointer-events: all;
    position: absolute;
    right: auto;
    top: auto;
    width: 64px;
    z-index: 0;
}

.front__hero__scroll-inner {
    display: block;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
}

.front__hero__scroll__circle {
    -webkit-animation: scrollIcon 5s ease-in-out;
            animation: scrollIcon 5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    background-color: #ffffff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 35px;
    width: 10px;
}

.front-container {
    background-color: #ffffff;
    margin: 100vh 0 0;
    padding: 130px 0 0;
    position: relative;
    z-index: 1;
}

.front__about {
    margin: 0 0 150px;
    padding: 10px 30px 0;
}

.front__about-container {
    border: 1px solid #231815;
    margin: 0 auto;
    max-width: 1000px;
    padding: 75px 30px;
}

.front__about__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
}

.front__about__desc {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2.5;
    margin: 0 0 75px;
    text-align: center;
}

.front__about__desc span{
	color: #C0000B;
}

.front__about__desc__border{
	border-bottom: 2px solid #C0000B;
}

.front__about__desc img{
	height: 25px;
	margin: -12px 3px 0 5px;
}	

.front__about__action__button {
    align-items: center;
    border: 1px solid #231815;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    margin: auto;
    max-width: 360px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.front__about__action__button__text {
    color: #231815;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.front__about__action__button:after {
    border: 10px solid #c3000b;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.front__about__action__button:hover:after, .front__about__action__button:focus:after {
    border-width: 200px;
}

.front__about__action__button:hover .front__about__action__button__text, .front__about__action__button:focus .front__about__action__button__text {
    color: #ffffff;
}

.front__works {
    margin: 0 0 100px;
}

.front__works-container {
    margin: auto;
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
}

.front__works__title {
    font-size: 1.0rem;
    margin: 0 0 10px;
    text-align: center;
}

.front__works__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 50px;
    text-align: center;
}

.front__works__menu {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
	flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px;
}

.front__works__menu__item {
    margin: 10px 0;
    padding: 0 8px;
    width: 336px;
}

.front__works__menu__item__link {
    align-items: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 400px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    height: 100px;
    justify-content: center;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.front__works__menu__item__link:before {
    border: 1px solid #ffffff;
    bottom: 10px;
    content: '';
    display: block;
    height: auto;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    z-index: 2;
}

.front__works__menu__item__link__fig, .front__works__menu__item__link__fig-over {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 400px;
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: height .2s cubic-bezier(.645, .045, .355, 1), width .2s cubic-bezier(.645, .045, .355, 1);
            transition: height .2s cubic-bezier(.645, .045, .355, 1), width .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.front__works__menu__item__link__fig {
    z-index: 0;
}

.front__works__menu__item__link__fig-over {
    height: 0;
    width: 0;
    z-index: 1;
}

.front__works__menu__item__link--facebook .front__works__menu__item__link__fig {
    background-image: url(../images/pages/front/front-works-facebook-bg.jpg);
}

.front__works__menu__item__link--facebook .front__works__menu__item__link__fig-over {
    background-image: url(../images/pages/front/front-works-facebook-bg-over.jpg);
}

.front__works__menu__item__link--instagram .front__works__menu__item__link__fig {
    background-image: url(../images/pages/front/front-works-instagram-bg.jpg);
}

.front__works__menu__item__link--instagram .front__works__menu__item__link__fig-over {
    background-image: url(../images/pages/front/front-works-instagram-bg-over.jpg);
}

.front__works__menu__item__link--astate .front__works__menu__item__link__fig {
    background-image: url(../images/pages/front/front-works-astate-bg.jpg);
}

.front__works__menu__item__link--astate .front__works__menu__item__link__fig-over {
    background-image: url(../images/pages/front/front-works-astate-bg-over.jpg);
}


.front__works__menu__item__link--tiktok .front__works__menu__item__link__fig {
    background-image: url(../images/pages/front/front-works-tiktok-bg.jpg);
}

.front__works__menu__item__link--tiktok .front__works__menu__item__link__fig-over {
    background-image: url(../images/pages/front/front-works-tiktok-bg-over.jpg);
}


.front__works__menu__item__link__text {
    pointer-events: none;
    position: relative;
    z-index: 2;
}

.front__works__menu__item__link:hover .front__works__menu__item__link__fig-over, .front__works__menu__item__link:focus .front__works__menu__item__link__fig-over {
    height: 100%;
    width: 100%;
}

.front__company {
    margin: 0 0 100px;
    position: relative;
}

.front__company__slider {
    position: relative;
    z-index: 0;
}

.front__company__slider__item {
    height: 480px;
    position: relative;
    width: 100%;
}

.front__company__slider__item:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.front__company__slider__item--1st:before {
    background-image: url(../images/pages/front/front-company-slide-01.jpg);
}

.front__company__slider__item--2nd:before {
    background-image: url(../images/pages/front/front-company-slide-02.jpg);
}

.front__company__slider__item--3rd:before {
    background-image: url(../images/pages/front/front-company-slide-03.jpg);
}

.front__company__slider__item--4th:before {
    background-image: url(../images/pages/front/front-company-slide-04.jpg);
}

.front__company__slider__item:focus {
    outline: none;
}

.front__company-container {
    align-items: center;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    height: auto;
    justify-content: center;
    left: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
}

.front__company__desc {
    color: #ffffff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2.5;
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}

.front__company__action {
    width: 100%;
}

.front__company__action__button {
    align-items: center;
    border: 1px solid #ffffff;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    margin: auto;
    max-width: 360px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.front__company__action__button__text {
    color: #ffffff;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.front__company__action__button:after {
    border: 10px solid #ffffff;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.front__company__action__button:hover:after, .front__company__action__button:focus:after {
    border-width: 200px;
}

.front__company__action__button:hover .front__company__action__button__text, .front__company__action__button:focus .front__company__action__button__text {
    color: #231815;
}

.front__news {
    margin: 0;
    padding: 0 0 100px;
}

.front__news-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.front__news__title {
    font-size: 1.0rem;
    margin: 0 0 10px;
    text-align: center;
}

.front__news__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 50px;
    text-align: center;
}

.front__news__list {
    margin: 0 0 50px;
}

.front__news__list__item {
    border-bottom: 1px solid #231815;
    padding: 0;
}

.front__news__list__item:first-child {
    border-top: 1px solid #231815;
}

.front__news__list__item__link {
    align-items: flex-start;
    background-color: rgba(198, 0, 11, 0);
    border-radius: 2px;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 5px;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.front__news__list__item__link__date {
    -webkit-box-flex: 0;
    display: block;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    margin: 0;
    width: 130px;
}

.front__news__list__item__link__content {
    -webkit-box-flex: 1;
    display: block;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    width: auto;
}

.front__news__list__item__link:hover, .front__news__list__item__link:focus {
    background-color: rgba(198, 0, 11, .2);
}

.front__news__action {
    width: 100%;
}

.front__news__action__button {
    align-items: center;
    border: 1px solid #231815;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    margin: auto;
    max-width: 360px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.front__news__action__button__text {
    color: #231815;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.front__news__action__button:after {
    border: 10px solid #231815;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.front__news__action__button:hover:after, .front__news__action__button:focus:after {
    border-width: 200px;
}

.front__news__action__button:hover .front__news__action__button__text, .front__news__action__button:focus .front__news__action__button__text {
    color: #ffffff;
}

/* --------------------
 Company
-------------------- */
.company__hero {
    background-image: url(../images/pages/company/company-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    padding: 0 60px 0 145px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

.company__hero__logo {
    background-color: #c6000b;
    bottom: 0;
    display: block;
    left: 0;
    padding: 30px 0 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    width: 85px;
}

.company__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-height: 100vh;
    padding: 200px 0 90px;
    width: 1000px;
}

.company__hero__title {
    font-size: 1.0rem;
    margin: 0 0 10px;
    text-align: center;
}

.company__hero__subtitle {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
    width: 100%;
}

.company__hero__desc {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.42857;
    margin: 50px 0 0;
    overflow-y: auto;
    padding: 50px;
    text-align: center;
    width: 100%;
}

.company__hero__desc::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 1px;
}

.company__hero__desc::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 6px;
    width: 6px;
}

.company__hero__desc::-webkit-scrollbar-thumb {
    background-color: #c4000b;
}

.company {
    border-bottom: 1px solid #c6000b;
}

.company-container {
    background-color: #ffffff;
    margin: 100vh 0 0;
    padding: 120px 0 0;
    position: relative;
    z-index: 1;
}

.company__about {
    margin: 0 0 90px;
}

.company__about-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.company__about__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 100px;
    width: 100%;
}

.company__about__table .name_position{
    font-size: 1.2rem !important;
}

.company__about__table .border-ress{
    border-bottom: none;
    padding-bottom: 0;
}

.company__about__table .name-brake span:nth-child(-n+4){
    color: #ffffff !important;
}

.company__about__table a{
    text-decoration: underline;
}
.company__about__table a:hover{
    text-decoration: none;
}

.company__about__table > tbody > tr > th, .company__about__table > tbody > tr > td {
    border-bottom: 1px solid #231815;
    font-size: 1.6rem;
    padding-bottom: 30px;
    padding-top: 30px;
}

.company__about__table > tbody > tr > th {
    font-weight: 700;
    padding-left: 60px;
    width: 200px;
}

.company__about__table > tbody > tr > th > div {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
}

.company__about__table > tbody > tr > td {
    padding-left: 60px;
    padding-right: 30px;
}

.company__about__access {
    overflow: hidden;
}

.company__about__access__title {
    background-color: #c3000b;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 5px 0;
    text-align: center;
}

.company__about__access__map {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -30px;
}

.company__about__access__map__item {
    padding: 0 30px;
    width: 50%;
}

.company__about__access__map__item__viewer {
    border-bottom: 7px solid #c3000b;
    height: 400px;
    padding: 0 0 5px;
    width: 100%;
}

.company__about__access__map__item__viewer .gm-style-iw-d {
    font-size: 1.3rem;
}

.company__about__access__map__item__viewer .gm-style-pbt {
    padding: 0 30px;
    text-align: center;
}

.company__about__access__map__item__title {
    color: #c3000b;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.company__history {
    padding: 0 0 90px;
}

.company__history-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.company__history__title {
    align-items: center;
    background: #c3000b;
    color: #ffffff;
    display: flex;
    font-size: 2.2rem;
    font-weight: 900;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.2em;
    margin: 0 0 60px;
    width: 100%;
}

.company__history__list {
    padding-left: 60px;
}

.company__history__list__item {
    display: grid;
    grid-template-columns: 192px 1fr;
    min-height: 75px;
}

.company__history__list__item__title {
    font-family: "Inter", sans-serif;
    font-size: 2.2rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
}

.company__history__list__item__title-container {
    align-items: center;
    display: flex;
}

.company__history__list__item__title--year {
    color: #c3000b;
    font-size: 3.2rem;
    margin-right: 0.2em;
}

.company__history__list__item__title--month {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    margin: 0 0 0.1em 0.1em;
}

.company__history__list__item__desc {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 5px 0 0 32px;
    position: relative;
}

.company__history__list__item__desc:before {
    background-color: #000000;
    border-radius: 50%;
    content: '';
    display: block;
    height: 9px;
    inset: 12px auto auto -4px;
    margin: 0 auto auto 0;
    position: absolute;
    width: 9px;
}

.company__history__list__item__desc:after {
    background-color: #000000;
    content: '';
    display: block;
    height: 100%;
    inset: 16px auto auto 0;
    margin: 0 auto auto 0;
    position: absolute;
    width: 1px;
}

.company__history__list__item:last-child .company__history__list__item__desc:after {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #000 4px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 8px;
    content: '';
    display: block;
    height: calc(100% - 16px);
    inset: 16px auto auto 0;
    margin: 0 auto auto 0;
    position: absolute;
    width: 1px;
}

.company__partner {
    padding: 15px 0 0;
}

.company__partner-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.company__partner__title {
    font-size: 1.0rem;
    margin: 0 0 15px;
    text-align: center;
}

.company__partner__subtitle {
    border-bottom: 2px solid #000000;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 40px;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.company__partner__subtitle:after {
    border: 11px solid #000000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -26px;
    content: '';
    display: block;
    height: 11px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 22px;
}

.company__partner__desc {
    font-size: 1.6rem;
    line-height: 2.5;
    margin: 0 0 70px;
    text-align: center;
}

.company__partner__list {
    margin: 0;
    padding: 0 0 30px;
}

.company__partner__list__item {
    border: 1px solid #c4000b;
    display: block;
    font-weight: 700;
    margin: 0 auto 30px;
    max-width: 700px;
    overflow: hidden;
    padding: 30px 15px;
    position: relative;
    text-align: center;
}

.company__partner__list__item:last-child {
    margin-bottom: 0;
}

.company__partner__list__item__text {
    color: #231815;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.company__partner__list__item:after {
    border: 10px solid #c4000b;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.company__partner__list__item__title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
}

.company__partner__list__item__title__text {
    border-bottom: 2px solid #231815;
    display: inline-block;
}

.company__partner__list__item__desc {
    font-size: 1.6rem;
    line-height: 2.0;
    margin: 0;
    text-align: center;
}

.company__partner__action {
    margin-bottom: 100px
}

.company__partner__action__button {
    align-items: center;
    background-color: #c3000b;
    border: 1px solid #c3000b;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 1.3;
    margin: auto;
    max-width: 360px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.company__partner__action__button__text {
    color: #ffffff;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.company__partner__action__button__text .small {
    display: block;
    font-size: .8rem;
}

.company__partner__action__button:after {
    border: 10px solid #ffffff;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.company__partner__action__button:hover:after, .company__partner__action__button:focus:after {
    border-width: 200px;
}

.company__partner__action__button:hover .company__partner__action__button__text, .company__partner__action__button:focus .company__partner__action__button__text {
    color: #c3000b;
}


/* --------------------
 News
-------------------- */
.news {
    border-bottom: 2px solid #c3000b;
    padding: 0 0 50px;
}

.news__hero {
    background-image: url(../images/pages/news/news-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    padding: 0 60px 0 145px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

.news__hero__logo {
    background-color: #c6000b;
    bottom: 0;
    display: block;
    left: 0;
    padding: 30px 0 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    width: 85px;
}

.news__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-height: 100vh;
    padding: 200px 0 90px;
    width: 1000px;
}

.news__hero__title {
    font-size: 1.0rem;
    margin: 0 0 10px;
    text-align: center;
}

.news__hero__subtitle {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
    width: 100%;
}

.news__hero__desc {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.42857;
    margin: 50px 0 0;
    overflow-y: auto;
    padding: 50px;
    text-align: center;
    width: 100%;
}

.news__hero__desc::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 1px;
}

.news__hero__desc::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 6px;
    width: 6px;
}

.news__hero__desc::-webkit-scrollbar-thumb {
    background-color: #c4000b;
}

.news-container {
    background-color: #ffffff;
    margin: 100vh 0 0;
    padding: 120px 0 80px;
    position: relative;
    z-index: 1;
}

.news__list {
    margin: 0;
}

.news__list-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.news__list__item {
    border-bottom: 1px solid #231815;
    padding: 0;
}

.news__list__item:first-child {
    border-top: 1px solid #231815;
}

.news__list__item__link {
    align-items: flex-start;
    background-color: rgba(198, 0, 11, 0);
    border-radius: 2px;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 30px;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.news__list__item__link__date {
    -webkit-box-flex: 0;
    display: block;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    margin: 0;
    width: 130px;
}

.news__list__item__link__content {
    -webkit-box-flex: 1;
    display: block;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    width: auto;
}

.news__list__item__link:hover, .news__list__item__link:focus {
    background-color: rgba(198, 0, 11, .2);
}

.news__pager {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
    margin: 100px 0 0;
    text-align: center;
}

.news__pager__item {
    display: block;
    padding: 3px;
    text-align: center;
}

.news__pager__item__link {
    align-items: center;
    background-color: rgba(196, 0, 11, 0);
    border-radius: 2px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #231815;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    height: 30px;
    justify-content: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 30px;
}

.news__pager__item__link:hover, .news__pager__item__link:focus {
    background-color: rgba(196, 0, 11, .2);
    color: #231815;
}

.news__pager__item.current .news__pager__item__link {
    background-color: rgba(196, 0, 11, .2);
    color: #231815;
    pointer-events: none;
}

.news__pager__item.current .news__pager__item__link:hover, .news__pager__item.current .news__pager__item__link:focus {
    color: #231815;
}

.news__detail {
    padding: 0 0 30px;
}

.news__detail-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.news__detail__main {
    margin: 0 0 100px;
    padding: 0 0 70px 80px;
    position: relative;
}

.news__detail__main__date {
    background-color: #c4000b;
    bottom: 0;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
}

.news__detail__main__date__text {
    display: block;
    -webkit-transform: rotate(90deg) translateY(-100%);
        -ms-transform: rotate(90deg) translateY(-100%);
            transform: rotate(90deg) translateY(-100%);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}

.news__detail__main__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 50px;
    padding: 5px 0 0;
}

.news__detail__main__head {
    margin: 0 0 50px;
    position: relative;
}

.news__detail__main__head__title {
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    left: 0;
    line-height: 1.6;
    margin: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    z-index: 0;
}

.news__detail__main div p {
    font-size: 1.6rem;
    margin: 0 0 30px;
}

.news__detail__main div p:last-of-type {
    margin-bottom: 0;
}

.news__detail__prevnext {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    text-align: center;
    width: 100%;
}

.news__detail__prevnext__button {
    align-items: center;
    border: 1px solid #231815;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #231815;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    margin: auto;
    max-width: 360px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 500px;
}

.news__detail__prevnext__button__text {
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}
.news__detail__prevnext__button__text__title {
    font-size: 1.2rem;
    font-weight: 300;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.news__detail__prevnext__button .prev{
    margin-left: 10px;
}
.news__detail__prevnext__button .next{
    margin-right: 10px;
}


.news__detail__prevnext__button:after {
    border: 10px solid #c3000b;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.news__detail__prevnext__button:hover:after, .news__detail__prevnext__button:focus:after {
    border-width: 200px;
}

.news__detail__prevnext__button:hover .news__detail__prevnext__button__text, .news__detail__prevnext__button:hover .news__detail__prevnext__button__text__title, .news__detail__prevnext__button:focus .news__detail__prevnext__button__text {
    color: #ffffff;
}



.news__detail__action__button {
    align-items: center;
    background-color: #c3000b;
    border: 1px solid #c3000b;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 1.3;
    margin: auto;
    max-width: 360px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.news__detail__action__button__text {
    color: #ffffff;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.news__detail__action__button__text .small {
    display: block;
    font-size: .8rem;
}

.news__detail__action__button:after {
    border: 10px solid #ffffff;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.news__detail__action__button:hover:after, .news__detail__action__button:focus:after {
    border-width: 200px;
}

.news__detail__action__button:hover .news__detail__action__button__text, .news__detail__action__button:focus .news__detail__action__button__text {
    color: #c3000b;
}

/* --------------------
 Recruit
-------------------- */
.recruit {
    border-bottom: 1px solid #c6000b;
}

.recruit__hero {
    background-image: url(../images/pages/recruit/recruit-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    padding: 0 145px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

.recruit__hero__logo {
    background-color: #c6000b;
    bottom: 0;
    display: block;
    left: 0;
    padding: 30px 0 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    width: 85px;
}

.recruit__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-height: 100vh;
    padding: 200px 0 120px;
    width: 1000px;
}

.recruit__hero__title {
    font-size: 1.0rem;
    margin: 0 0 10px;
    text-align: center;
}

.recruit__hero__subtitle {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
    width: 100%;
}

.recruit__hero__desc {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.42857;
    margin: 50px 0 0;
    overflow-y: auto;
    padding: 50px;
    text-align: center;
    width: 100%;
}

.recruit__hero__desc::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 1px;
}

.recruit__hero__desc::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 6px;
    width: 6px;
}

.recruit__hero__desc::-webkit-scrollbar-thumb {
    background-color: #c4000b;
}

.recruit-container {
    background-color: #ffffff;
    margin: 100vh 0 0;
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
}

.recruit__main-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.recruit__main__title {
    font-size: 2.2rem;
    margin: 0;
    text-align: center;
}

.recruit__main__subtitle {
    border-bottom: 2px solid #000000;
    font-size: .8rem;
    font-weight: 400;
    margin: 0 0 40px;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.recruit__main__subtitle:after {
    border: 11px solid #000000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -26px;
    content: '';
    display: block;
    height: 11px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 22px;
}

.recruit__main__desc {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 130px;
    text-align: center;
}

.recruit__main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 100px;
    width: 100%;
}

.recruit__main__table a {
	text-decoration: underline;
}

.recruit__main__table > tbody > tr > th, .recruit__main__table > tbody > tr > td {
    border-bottom: 1px solid #231815;
    font-size: 1.6rem;
    padding-bottom: 30px;
    padding-top: 30px;
    vertical-align: top;
}

.recruit__main__table > tbody > tr > th {
    font-weight: 700;
    padding-left: 60px;
    width: 140px;
}

.recruit__main__table > tbody > tr > th > div {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
}

.recruit__main__table > tbody > tr > td {
    padding-left: 60px;
    padding-right: 30px;
}

.recruit__main__action__button {
    align-items: center;
    background-color: #c3000b;
    border: 1px solid #c3000b;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 1.3;
    margin: auto;
    max-width: 360px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.recruit__main__action__button__text {
    color: #ffffff;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.recruit__main__action__button__text .small {
    display: block;
    font-size: .8rem;
}

.recruit__main__action__button:after {
    border: 10px solid #ffffff;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.recruit__main__action__button:hover:after, .recruit__main__action__button:focus:after {
    border-width: 200px;
}

.recruit__main__action__button:hover .recruit__main__action__button__text, .recruit__main__action__button:focus .recruit__main__action__button__text {
    color: #c3000b;
}

/* --------------------
 About
-------------------- */
.about {
    border-bottom: 1px solid #c6000b;
    padding: 0;
}

.about__hero {
    background-image: url(../images/pages/about/about-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    padding: 0 60px 0 145px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

.about__hero__logo {
    background-color: #c6000b;
    bottom: 0;
    display: block;
    left: 0;
    padding: 30px 0 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    width: 85px;
}

.about__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-height: 100vh;
    padding: 200px 0 90px;
    width: 1000px;
}

.about__hero__title {
    font-size: 1.0rem;
    margin: 0 0 10px;
    text-align: center;
}

.about__hero__subtitle {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
    width: 100%;
}

.about__hero__desc {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.42857;
    margin: 50px 0 0;
    overflow-y: auto;
    padding: 50px;
    text-align: center;
    width: 100%;
}

.about__hero__desc::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 1px;
}

.about__hero__desc::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 6px;
    width: 6px;
}

.about__hero__desc::-webkit-scrollbar-thumb {
    background-color: #c4000b;
}

.about__hero__desc__large {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
}


.about__hero__desc__emphasis{
	border-bottom: 2px solid #C0000B;
	font-weight: 600;
	padding-bottom: 1px;
}

.about__hero__desc__emphasis__img{
	border-bottom: 2px solid #C0000B;
	display: inline-block;
	margin-top: -2px;
	padding: 0 3px 3px;
}

.about-container {
    background-color: #ffffff;
    margin: 100vh 0 0;
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
}

.about__main {
    margin: 0 0 30px;
}

.about__main-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.about__main__philosophy{
	margin: 0 auto 60px;
	max-width: 630px;
}

.about__main__philosophy__title {
    font-size: 1.0rem;
    margin: 0 0 15px;
    text-align: center;
}

.about__main__philosophy__subtitle {
    border-bottom: 2px solid #000000;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 40px;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.about__main__philosophy__subtitle:after {
    border: 11px solid #000000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -26px;
    content: '';
    display: block;
    height: 11px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 22px;
}

.about__main__philosophy__desc {
    font-size: 1.6rem;
    line-height: 2.0;
    margin: 0 0 100px 10px;
    text-align: left;
}

.about__main__philosophy__value {
    background-image: url("../images/pages/about/about__main__philosophy__value_bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 100px;
    padding: 60px 0;
}

.about__main__philosophy__value-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.about__main__philosophy__value__subtitle {
    border-bottom: 2px solid #ffffff;
	color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 40px;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.about__main__philosophy__value__subtitle:after {
    border: 11px solid #ffffff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -26px;
    content: '';
    display: block;
    height: 11px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 22px;
}

.about__main__philosophy__value__desc {
	background: rgba(0,0,0,0.75);
	border: 2px solid #ffffff;
	color: #ffffff;
    font-size: 1.6rem;
    line-height: 2.0;
    margin: 0 auto ;
	max-width: 800px;
	padding: 20px;
	position: relative;
    text-align: left;
}

.about__main__philosophy__value__desc:after {
    border: 10px solid #ffffff;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.about__main__philosophy__value__desc ol{
 	counter-reset: number;
	list-style: none;
	margin-left: -15px;
}

.about__main__philosophy__value__desc li {
  padding-left: 40px;
  position: relative;
}
.about__main__philosophy__value__desc li::before {
 content: '' counter(number) '';
  counter-increment: number;
  left: 0;
  position: absolute;
}



.about__main__desc {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 130px;
    text-align: center;
}

.about__main__list {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -8px;
}

.about__main__list__item {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 8px;
    width: 20%;
}

.about__main__list__item-container {
    padding: 40px 15px;
    position: relative;
}

.about__main__list__item-container:before, .about__main__list__item-container:after {
    background-color: #f1f1f1;
    bottom: auto;
    content: '';
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 0;
}

.about__main__list__item-container:before {
    top: 0;
}

.about__main__list__item-container:after {
    bottom: 0;
}

.about__main__list__item__number {
    margin: 0 0 15px;
    text-align: center;
}

.about__main__list__item__number__text {
    border-bottom: 3px solid #000000;
    display: inline-block;
    font-size: 4.6rem;
    line-height: 1;
    padding: 0 0 3px;
}

.about__main__list__item__title {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 5px;
    text-align: center;
    white-space: nowrap;
}

.about__main__list__item__desc {
    font-size: 1.4rem;
    letter-spacing: .02em;
    line-height: 1.8;
    margin: 0;
    /*padding: 0 .5em;*/
}

.about__main__list__item:nth-child(1) .about__main__list__item-container:before, .about__main__list__item:nth-child(1) .about__main__list__item-container:after {
    background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#478594));
    background: linear-gradient(90deg, #1a1a1a 0%, #478594 100%);
}

.about__main__list__item:nth-child(2) .about__main__list__item-container:before, .about__main__list__item:nth-child(2) .about__main__list__item-container:after {
    background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#4d8058));
    background: linear-gradient(90deg, #1a1a1a 0%, #4d8058 100%);
}

.about__main__list__item:nth-child(3) .about__main__list__item-container:before, .about__main__list__item:nth-child(3) .about__main__list__item-container:after {
    background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), color-stop(98.88%, #c1ad24));
    background: linear-gradient(90deg, #1a1a1a 0%, #c1ad24 98.88%);
}

.about__main__list__item:nth-child(4) .about__main__list__item-container:before, .about__main__list__item:nth-child(4) .about__main__list__item-container:after {
    background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), to(#d57a25));
    background: linear-gradient(90deg, #1a1a1a 0%, #d57a25 100%);
}

.about__main__list__item:nth-child(5) .about__main__list__item-container:before, .about__main__list__item:nth-child(5) .about__main__list__item-container:after {
    background: -webkit-gradient(linear, left top, right top, from(#1a1a1a), color-stop(93.3%, #ad382c));
    background: linear-gradient(90deg, #1a1a1a 0%, #ad382c 93.3%);
}

.about__archive-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.about__archive__title {
    font-size: 2.2rem;
    margin: 0;
    text-align: center;
}

.about__archive__subtitle {
    border-bottom: 2px solid #000000;
    font-size: .8rem;
    font-weight: 400;
    margin: 0 0 40px;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.about__archive__subtitle:after {
    border: 11px solid #000000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -26px;
    content: '';
    display: block;
    height: 11px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 22px;
}

.about__archive__desc {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 60px;
    text-align: center;
}

.about__archive__list {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -8px;
}

.about__archive__list__item {
    margin: 0 0 20px;
    padding: 0 20px;
    width: 50%;
}

.about__archive__list__item__link, .about__archive__list__item__static {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    height: 350px;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.about__archive__list__item__link:before, .about__archive__list__item__static:before {
    border: 1px solid #ffffff;
    bottom: 20px;
    content: '';
    display: block;
    height: auto;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
    z-index: 2;
}

.about__archive__list__item__link:after, .about__archive__list__item__static:after {
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: height .2s cubic-bezier(.645, .045, .355, 1), width .2s cubic-bezier(.645, .045, .355, 1);
            transition: height .2s cubic-bezier(.645, .045, .355, 1), width .2s cubic-bezier(.645, .045, .355, 1);
    width: 0;
    z-index: 1;
}

.about__archive__list__item__link__fig, .about__archive__list__item__link__fig-over, .about__archive__list__item__static__fig, .about__archive__list__item__static__fig-over {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 500px auto;
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: height .2s cubic-bezier(.645, .045, .355, 1), width .2s cubic-bezier(.645, .045, .355, 1);
            transition: height .2s cubic-bezier(.645, .045, .355, 1), width .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.about__archive__list__item__link__fig, .about__archive__list__item__static__fig {
    z-index: 0;
}

.about__archive__list__item__link__fig-over, .about__archive__list__item__static__fig-over {
    height: 0;
    width: 0;
    z-index: 1;
}


.about__archive__list__item__link--tiktok .about__archive__list__item__link__fig, .about__archive__list__item__static--tiktok .about__archive__list__item__link__fig, .about__archive__list__item__link--tiktok .about__archive__list__item__static__fig, .about__archive__list__item__static--tiktok .about__archive__list__item__static__fig {
    background-image: url(../images/pages/about/about-works-tiktok-bg.jpg);
}

.about__archive__list__item__link--tiktok .about__archive__list__item__link__fig-over, .about__archive__list__item__static--tiktok .about__archive__list__item__link__fig-over, .about__archive__list__item__link--tiktok .about__archive__list__item__static__fig-over, .about__archive__list__item__static--tiktok .about__archive__list__item__static__fig-over {
    background-image: url(../images/pages/about/about-works-tiktok-bg-over.jpg);
}



.about__archive__list__item__link--facebook .about__archive__list__item__link__fig, .about__archive__list__item__static--facebook .about__archive__list__item__link__fig, .about__archive__list__item__link--facebook .about__archive__list__item__static__fig, .about__archive__list__item__static--facebook .about__archive__list__item__static__fig {
    background-image: url(../images/pages/about/about-works-facebook-bg.jpg);
}

.about__archive__list__item__link--facebook .about__archive__list__item__link__fig-over, .about__archive__list__item__static--facebook .about__archive__list__item__link__fig-over, .about__archive__list__item__link--facebook .about__archive__list__item__static__fig-over, .about__archive__list__item__static--facebook .about__archive__list__item__static__fig-over {
    background-image: url(../images/pages/about/about-works-facebook-bg-over.jpg);
}

.about__archive__list__item__link--instagram .about__archive__list__item__link__fig, .about__archive__list__item__static--instagram .about__archive__list__item__link__fig, .about__archive__list__item__link--instagram .about__archive__list__item__static__fig, .about__archive__list__item__static--instagram .about__archive__list__item__static__fig {
    background-image: url(../images/pages/about/about-works-instagram-bg.jpg);
}

.about__archive__list__item__link--instagram .about__archive__list__item__link__fig-over, .about__archive__list__item__static--instagram .about__archive__list__item__link__fig-over, .about__archive__list__item__link--instagram .about__archive__list__item__static__fig-over, .about__archive__list__item__static--instagram .about__archive__list__item__static__fig-over {
    background-image: url(../images/pages/about/about-works-instagram-bg-over.jpg);
}

.about__archive__list__item__link--astate .about__archive__list__item__link__fig, .about__archive__list__item__static--astate .about__archive__list__item__link__fig, .about__archive__list__item__link--astate .about__archive__list__item__static__fig, .about__archive__list__item__static--astate .about__archive__list__item__static__fig {
    background-image: url(../images/pages/about/about-works-astate-bg.jpg);
}

.about__archive__list__item__link--astate .about__archive__list__item__link__fig-over, .about__archive__list__item__static--astate .about__archive__list__item__link__fig-over, .about__archive__list__item__link--astate .about__archive__list__item__static__fig-over, .about__archive__list__item__static--astate .about__archive__list__item__static__fig-over {
    background-image: url(../images/pages/about/about-works-astate-bg-over.jpg);
}

.about__archive__list__item__link--01, .about__archive__list__item__static--01 {
    background-image: url(../images/pages/about/about-archive-01.jpg);
}

.about__archive__list__item__link--01:after, .about__archive__list__item__static--01:after {
    background-color: transparent;
}

.about__archive__list__item__link--02, .about__archive__list__item__static--02 {
    background-image: url(../images/pages/about/about-archive-02.jpg);
}

.about__archive__list__item__link--02:after, .about__archive__list__item__static--02:after {
    background-color: transparent;
}

.about__archive__list__item__link--03, .about__archive__list__item__static--03 {
    background-image: url(../images/pages/about/about-archive-03.jpg);
}

.about__archive__list__item__link--03:after, .about__archive__list__item__static--03:after {
    background-color: transparent;
}

.about__archive__list__item__link--04, .about__archive__list__item__static--04 {
    background-image: url(../images/pages/about/about-archive-04.jpg);
}

.about__archive__list__item__link--04:after, .about__archive__list__item__static--04:after {
    background-color: transparent;
}

.about__archive__list__item__link__text, .about__archive__list__item__static__text {
    position: relative;
    z-index: 2;
}

.about__archive__list__item__link:hover .about__archive__list__item__link__fig-over, .about__archive__list__item__link:focus .about__archive__list__item__link__fig-over {
    height: 100%;
    width: 100%;
}

/* --------------------
 Mail form
-------------------- */
.mail {
    border-bottom: 2px solid #c3000b;
    padding: 0;
}

.mail__hero {
    background-image: url(../images/pages/mail/mail-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    padding: 0 60px 0 145px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

.mail__hero__logo {
    background-color: #c6000b;
    bottom: 0;
    display: block;
    left: 0;
    padding: 30px 0 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 0;
    width: 85px;
}

.mail__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-height: 100vh;
    max-width: 1000px;
    padding: 200px 0 90px;
    width: 100%;
}

.mail__hero__title {
    font-size: 1.0rem;
    margin: 0 0 10px;
    text-align: center;
}

.mail__hero__subtitle {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
    width: 100%;
}

.mail__hero__desc {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.42857;
    margin: 50px 0 0;
    overflow-y: auto;
    padding: 50px;
    text-align: center;
    width: 100%;
}

.mail__hero__desc::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 1px;
}

.mail__hero__desc::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 6px;
    width: 6px;
}

.mail__hero__desc::-webkit-scrollbar-thumb {
    background-color: #c4000b;
}

.mail-container {
    background-color: #ffffff;
    margin: 100vh 0 0;
    padding: 120px 0 150px;
    position: relative;
    z-index: 1;
}

.mail__form {
    margin: 0 0 120px;
}

.mail__form-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.mail__form__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 50px;
    width: 100%;
}

.mail__form__table > tbody > tr > th, .mail__form__table > tbody > tr > td {
    border-bottom: 1px solid rgba(35, 24, 21, .5);
    font-size: 1.6rem;
    padding-bottom: 30px;
    padding-top: 30px;
    vertical-align: top;
}

.mail__form__table > tbody > tr > th .required, .mail__form__table > tbody > tr > td .required {
    color: #c4000b;
}

.mail__form__table > tbody > tr > th {
    font-weight: 400;
    padding-left: 50px;
    text-align: left;
    width: 280px;
}

.mail__form__table > tbody > tr > td {
    padding-left: 30px;
    padding-right: 5px;
}

.mail__form__table__radio {
    cursor: pointer;
    font-weight: 400;
    margin: 0 15px 0 0;
}

.mail__form__table__radio:last-child {
    margin-right: 0;
}

.mail__form__table input[type='text'], .mail__form__table input[type='email'], .mail__form__table input[type='tel'] {
    -webkit-appearance: none;
    background: none;
    border: 1px solid rgba(35, 24, 21, .5);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.6rem;
    padding: 8px;
    width: 100%;
}

.mail__form__table input[type='checkbox'], .mail__form__table input[type='radio'] {
    margin: 0 5px 0 0;
}

.mail__form__table input[type='checkbox'] + span, .mail__form__table input[type='radio'] + span {
    vertical-align: middle;
}

.mail__form__table textarea {
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid rgba(35, 24, 21, .5);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.6rem;
    height: 180px;
    padding: 8px;
    width: 100%;
}

.mail__form__table select {
    background-color: transparent;
    border: 1px solid rgba(35, 24, 21, .5);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1.6rem;
    padding: 8px;
}

.mail__form__table__address__zip {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 10px;
}

.mail__form__table__address__zip__a {
    margin: 0 30px 0 0;
    position: relative;
    width: 80px;
}

.mail__form__table__address__zip__a input {
    text-align: center;
}

.mail__form__table__address__zip__a:after {
    border-top: 1px solid #231815;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    right: -23px;
    top: 0;
    width: 16px;
}

.mail__form__table__address__zip__b {
    width: 120px;
}

.mail__form__table__address__zip__b input {
    text-align: center;
}

.mail__form__table__address__pref {
    margin: 0 0 10px;
    width: 230px;
}

.mail__form__table__address__pref select {
    width: 100%;
}

.mail__form__action__button {
    align-items: center;
    -webkit-appearance: none;
    background-color: #c3000b;
    border: 1px solid #c3000b;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    line-height: 1.3;
    margin: auto;
    max-width: 360px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.mail__form__action__button__text {
    color: #ffffff;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.mail__form__action__button__text .small {
    display: block;
    font-size: .8rem;
}

.mail__form__action__button:after {
    border: 10px solid #ffffff;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.mail__form__action__button:hover:after, .mail__form__action__button:focus:after {
    border-width: 200px;
}

.mail__form__action__button:hover .mail__form__action__button__text, .mail__form__action__button:focus .mail__form__action__button__text {
    color: #c3000b;
}


.mail__form__action__button-back {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #231815;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.6rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    margin: 30px auto 0;
    max-width: 360px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.mail__form__action__button-back .mail__form__action__button__text {
    color: #231815;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.mail__form__action__button-back:after {
    border: 10px solid #231815;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 20px;
}

.mail__form__action__button-back:hover:after, .mail__form__action__button-back:focus:after {
    border-width: 200px;
}

.mail__form__action__button-back:hover .mail__form__action__button__text, .mail__form__action__button-back:focus .mail__form__action__button__text {
    color: #ffffff;
}

.mail__privacy-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.mail__privacy__title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .3em;
    margin: 0;
    text-align: center;
}

.mail__privacy__subtitle {
    border-bottom: 2px solid #000000;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 40px;
    padding: 0 0 5px;
    position: relative;
    text-align: center;
    width: 100%;
}

.mail__privacy__subtitle:after {
    border: 11px solid #000000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -26px;
    content: '';
    display: block;
    height: 11px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 22px;
}

.mail__privacy__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 0 30px;
    padding: 0 60px;
    text-align: left;
}

.mail__privacy__note {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0;
    padding: 0 60px;
    text-align: left;
}

.mail__privacy__note__item {
    padding: 0 0 0 1em;
    position: relative;
}

.mail__privacy__note__item:before {
    color: #c4000b;
    content: '※';
    left: 0;
    position: absolute;
    top: 0;
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: #ffffff;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.footer-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer__contact {
    background-image: url(../images/pages/front/front-contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 50px;
    padding: 90px 0;
}

.footer__contact-container {
    margin: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer__contact__title {
    font-size: 1.0rem;
    margin: 0 0 10px;
    text-align: center;
}

.footer__contact__subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 30px;
    text-align: center;
}

.footer__contact__action {
    margin: 0 0 30px;
    text-align: center;
}

.footer__contact__action__button {
    background-color: #c4000b;
    border: 1px solid rgba(196, 0, 11, 0);
    display: block;
    line-height: 1.2;
    margin: auto;
    max-width: 500px;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.footer__contact__action__button:after {
    border: 0 solid #ffffff;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    -webkit-transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
            transition: border-width .2s cubic-bezier(.645, .045, .355, 1);
    width: 0;
    z-index: 0;
}

.footer__contact__action__button__text {
    color: #ffffff;
    display: block;
    font-size: 2.3rem;
    font-weight: 900;
    padding: 0 100px 0 150px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(35, 24, 21, .5);
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1), text-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: color .2s cubic-bezier(.645, .045, .355, 1), text-shadow .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.footer__contact__action__button__text:before, .footer__contact__action__button__text:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 31px 18px;
    bottom: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(35, 24, 21, .5);
            box-shadow: 1px 1px 1px rgba(35, 24, 21, .5);
    content: '';
    display: block;
    height: 18px;
    left: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
    width: 31px;
}

.footer__contact__action__button__text:before {
    background-image: url(../images/icons/icon-envelope-white.svg);
}

.footer__contact__action__button__text:after {
    background-image: url(../images/icons/icon-envelope-red.svg);
    opacity: 0;
}

.footer__contact__action__button:hover, .footer__contact__action__button:focus {
    border-color: #c4000b;
}

.footer__contact__action__button:hover:after, .footer__contact__action__button:focus:after {
    border-width: 280px;
}

.footer__contact__action__button:hover .footer__contact__action__button__text, .footer__contact__action__button:focus .footer__contact__action__button__text {
    color: #c4000b;
    text-shadow: 1px 1px 1px rgba(35, 24, 21, 0);
}

.footer__contact__action__button:hover .footer__contact__action__button__text:before, .footer__contact__action__button:hover .footer__contact__action__button__text:after, .footer__contact__action__button:focus .footer__contact__action__button__text:before, .footer__contact__action__button:focus .footer__contact__action__button__text:after {
    -webkit-box-shadow: 1px 1px 1px rgba(35, 24, 21, 0);
            box-shadow: 1px 1px 1px rgba(35, 24, 21, 0);
}

.footer__contact__action__button:hover .footer__contact__action__button__text:before, .footer__contact__action__button:focus .footer__contact__action__button__text:before {
    opacity: 0;
}

.footer__contact__action__button:hover .footer__contact__action__button__text:after, .footer__contact__action__button:focus .footer__contact__action__button__text:after {
    opacity: 1;
}

.footer__contact__tel {
    text-align: center;
}

.footer__contact__tel__action {
    margin: 0 0 5px;
}

.footer__contact__tel__action__link {
    line-height: 1;
}

.footer__contact__tel__business {
    font-size: 1.3rem;
    font-weight: 900;
}

.footer__sns {
    margin: 0 0 30px;
}

.footer__sns__item {
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer__sns__item:last-child {
    margin-right: 0;
}

.footer__sns__item__link {
    line-height: 1;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.footer__sns__item__link:hover, .footer__sns__item__link:focus {
    opacity: .85;
}

.footer__logo {
    margin: 0 0 30px;
}

.footer__logo__link {
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.footer__logo__link:hover, .footer__logo__link:focus {
    opacity: .85;
}

.footer__address {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -12px 40px;
}

.footer__address__item {
    border-right: 1px solid #9a9b9b;
    letter-spacing: 0;
    line-height: 1.66667;
    margin: 0;
    padding: 0 12px;
    width: 25%;
}

.footer__address__item:last-child {
    border-right-color: transparent;
}

.footer__address__item__title {
    font-size: 1.2rem;
    margin: 0;
}

.footer__address__item__content {
    font-size: 1.2rem;
    margin: 0;
}

.footer__address__item__content a {
    color: #231815;
}

.footer__copyright {
    display: block;
    font-size: 1.0rem;
    font-weight: 400;
    margin: 0;
}
