@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

html {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #404052;
  font-family: "Roboto", "Helvetica Neue","Helvetica","Arial", "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", sans-serif;
  max-width: 100vw;
}

body a {
  color: #d12331;
}

body img {
  max-width: 100%;
}

/** common **/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/** typography **/
.caution-text {
  font-size: 10px;
  line-height: 1.4;
}

/** vers **/
/** mixins **/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 769px) {
  .container {
    width: 100%;
    max-width: 1112px;
    min-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .full-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    min-width: 960px;
    padding: 0 16px;
  }
  .single-container {
    width: 100%;
    padding: 0 16px;
    max-width: 792px;
    margin: 0 auto;
  }
  .main-header {
    border-top: 2px solid #d12331;
    background: #fafafa;
    z-index: 1000;
    position: relative;
    width: 100%;
  }
  .c-header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075);
    background: #fff;
    padding: 12px;
  }
  .c-header-top .logo {
    padding: 0 8px;
  }
  .c-header-top .logo img {
    height: 40px;
    width: auto;
  }
  .c-header-top .header-tagline {
    padding-left: 12px;
    font-weight: bold;
    color: #000019;
    font-size: 12px;
    letter-spacing: 4px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .c-header-top .c-header-cta {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-header-top .c-header-cta .c-header-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #d12331;
    padding: 0 12px;
  }
  .c-header-top .c-header-cta .c-header-tel svg {
    width: 24px;
    height: 24px;
    margin: 10px 4px 0 0;
  }
  .c-header-top .c-header-cta .c-header-tel .recept-time {
    font-size: 10px;
    margin-bottom: 1px;
    color: #191930;
    padding: 0 2px;
  }
  .c-header-top .c-header-cta .c-header-tel .tel {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto';
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
  }
  .c-header-top .c-header-cta .header-cta-btn {
    text-decoration: none;
    line-height: 12px;
    padding: 16px 24px;
    background: transparent;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .c-header-top .c-header-cta .header-cta-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #d12331;
    z-index: -2;
  }
  .c-header-top .c-header-cta .header-cta-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #bb1f2c;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
  }
  .c-header-top .c-header-cta .header-cta-btn:hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-header-top .c-header-cta .header-cta-btn svg {
    margin-right: 8px;
  }
  .menu-toggle {
    display: none;
  }
  .c-header-bottom {
    padding: 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav-item {
    width: calc(100% / 6);
    padding: 6px 0;
    text-align: center;
  }
  .header-nav-item:hover > a:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  .header-nav-item:hover .l-header-mega-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
  }
  .header-nav-item:last-child > a:after {
    display: none;
  }
  .header-nav-item > a {
    display: block;
    padding: 8px 8px 6px;
    width: 100%;
    color: #000019;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    position: relative;
  }
  .header-nav-item > a:after {
    content: "";
    display: block;
    height: 28px;
    border-right: 1px solid #e5e5e8;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
  }
  .header-nav-item > a:before {
    content: "";
    width: 80px;
    height: 3px;
    background: #d12331;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 40px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
  .header-nav-item > a span {
    display: block;
    margin: 0 auto;
    font-weight: bold;
  }
  .header-nav-item > a .nav-item-title {
    font-size: 12px;
  }
  .header-nav-item > a .nav-item-title-deco {
    font-size: 10px;
    padding-top: 6px;
    color: #d12331;
    text-transform: uppercase;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
  }
  .l-header-mega-menu {
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    width: 100vw;
    left: 0;
    top: 100%;
    background: rgba(0, 0, 25, 0.8);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .header-mega-menu {
    margin: 0 auto;
    text-align: left;
    padding: 40px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-mega-menu .header-mega-menu-title {
    color: #fff;
    padding-right: 24px;
    margin-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-mega-menu .header-mega-menu-title .mega-menu-title {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .header-mega-menu .header-mega-menu-title .mega-menu-title span {
    display: block;
    font-size: 11px;
    padding-top: 4px;
  }
  .header-mega-menu .header-mega-menu-item {
    width: 20%;
  }
  .header-mega-menu .header-mega-menu-item:hover .mega-menu-image {
    opacity: 0.75;
  }
  .header-mega-menu .header-mega-menu-item a {
    display: block;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-image {
    width: 100%;
    height: 80px;
    background: #bfbfc5;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-image img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-text {
    padding: 8px;
  }
  .header-mega-menu .mega-menu-item-lead {
    font-size: 10px;
    margin-bottom: 4px;
    display: block;
  }
  .header-mega-menu .mega-menu-item-title {
    font-weight: bold;
  }
  .main-footer {
    position: relative;
  }
  .l-footer-company-info {
    background: #fff;
    padding: 24px;
  }
  .l-footer-company-info .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer-company-info .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 8px;
  }
  .l-footer-company-info .footer-logo .footer-company-name {
    font-weight: bold;
    padding-left: 12px;
    font-size: 14px;
  }
  .l-footer-company-info .c-footer-access-info {
    padding-top: 8px;
    border-top: 1px solid #e5e5e8;
  }
  .l-footer-company-info .c-footer-access-info .adress {
    font-size: 12px;
    line-height: 1.25;
  }
  .l-footer-company-info .c-footer-access-info .contact {
    padding-top: 4px;
    font-size: 12px;
  }
  .l-footer-company-info .c-footer-access-info .contact span {
    margin-right: 12px;
  }
  .l-footer-company-info .c-footer-access-info .contact span svg {
    color: #404052;
    margin-right: 4px;
  }
  .l-footer-company-info .company-credential-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-footer-company-info .company-credential-logo .credential-logo-item {
    height: 64px;
    margin-left: 8px;
  }
  .l-footer-company-info .company-credential-logo .credential-logo-item img {
    height: 100%;
    width: auto;
  }
  .l-footer-nav {
    background: #bb1f2c;
    padding: 40px 0;
  }
  .l-footer-nav .c-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer-nav .c-footer-nav a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .l-footer-nav .c-footer-nav a:hover {
    opacity: 0.6;
  }
  .l-footer-nav .footer-nav-block {
    width: 31%;
  }
  .l-footer-nav .footer-nav-item > a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .l-footer-nav .footer-nav-child-block {
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
  .l-footer-nav .footer-nav-child-item {
    position: relative;
    padding: 6px 0;
    font-size: 13px;
  }
  .l-footer-nav .footer-nav-child-item:before {
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -5px;
  }
  .l-footer-nav .footer-nav-child-item a {
    font-weight: bold;
  }
  .l-footer-nav .footer-nav-child-item span {
    display: block;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 4px;
  }
  .footer-bottom {
    background: #000019;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 10px;
  }
  .c-article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0;
  }
  .list-item {
    width: calc(100% / 3);
    padding: 16px;
    margin-bottom: 16px;
  }
  .list-item a {
    text-decoration: none;
  }
  .list-item .thumb {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    background: #ccc;
  }
  .list-item .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .list-item .thumb:after {
    content: "";
    width: 32px;
    height: 32px;
    background: #d12331;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -16px;
    top: -16px;
  }
  .list-item .list-item-text {
    padding: 24px 0;
  }
  .list-item .list-item-text .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #222;
  }
  .list-item .list-item-text .meta span {
    font-weight: bold;
    font-size: 14px;
    color: #d12331;
  }
  .c-page-header {
    background-color: #fff;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1480px;
    margin: 0 auto;
  }
  .c-page-header .page-thumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-height: 368px;
    min-height: 368px;
    overflow: hidden;
    width: 60%;
  }
  .c-page-header .page-header-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
    min-height: 368px;
    background: rgba(209, 35, 49, 0.95);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 48px;
  }
  .c-page-header .page-header-content:after {
    content: "";
    width: 32px;
    height: 32px;
    background: #222;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -16px;
    top: -16px;
  }
  .c-page-header .page-header-text {
    color: #fff;
  }
  .c-page-header .page-title {
    margin-bottom: 24px;
  }
  .c-page-header .page-title .ornament {
    display: block;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 64px;
    letter-spacing: 4px;
    margin-bottom: 8px;
  }
  .c-page-header .page-title .title-main {
    font-size: 18px;
    font-weight: bold;
  }
  .c-page-header .page-description {
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
  }
  .excrusion-section {
    padding: 40px 32px;
    background: #f2f2f3;
    position: relative;
  }
  .c-excrusion-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
  .c-excrusion-list > * {
    width: 25%;
  }
  .excrusion-item {
    padding: 8px;
  }
  .excrusion-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #d12331;
    position: relative;
    overflow: hidden;
  }
  .excrusion-item a:after {
    content: "";
    width: 32px;
    height: 32px;
    background: #222;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -16px;
    top: -16px;
  }
  .excrusion-item .thumb {
    display: block;
    width: 100%;
    padding-top: 57.1%;
    position: relative;
    background: #ccc;
    overflow: hidden;
  }
  .excrusion-item .thumb img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .excrusion-item .text {
    padding: 32px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .excrusion-item .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #d12331;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
  }
  .excrusion-item .text .title {
    position: relative;
    color: #fff;
  }
  .excrusion-item .text .title .ornament {
    display: block;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 4px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .excrusion-item .text .title .title-main {
    font-size: 12px;
    font-weight: bold;
  }
  .excrusion-item .arrow {
    position: absolute;
    right: 24px;
    bottom: 28px;
    display: block;
    height: 2px;
    width: 32px;
    background: #fff;
  }
  .excrusion-item .arrow:after {
    content: "";
    width: 3px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: -2px;
    bottom: 0;
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
  }
  .c-hero-section {
    background: #fff;
    position: relative;
    overflow: hidden;
  }
  .c-hero-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/dot.png) repeat left top;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  .c-hero-section .hero-container {
    min-height: 560px;
    padding: 72px 64px;
    position: relative;
  }
  .c-hero-section .hero-container .hero-decoration-text {
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 176px;
    line-height: 144px;
    color: #fff;
    opacity: 0.9;
    position: absolute;
    left: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    mix-blend-mode: screen;
  }
  .c-hero-section .hero-container .c-hero-text {
    color: #111;
    position: absolute;
    right: 64px;
    bottom: 80px;
    text-align: right;
  }
  .c-hero-section .hero-container .hero-tagline {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .c-hero-section .hero-container .hero-detail {
    line-height: 2;
    font-weight: bold;
  }
  .video-wrapper {
    height: 100%;
    height: 704px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    mix-blend-mode: multiply;
  }
  .video-wrapper #video {
    min-height: 100%;
    min-height: 704px;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .c-banner-container {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    position: relative;
  }
  .c-banner-container .banner {
    padding: 8px;
  }
  .c-banner-container .banner.half {
    width: 50%;
  }
  .c-banner-container .banner.col3 {
    width: calc((100% / 3) * 2);
  }
  .c-banner-container .banner.col1 {
    width: calc(100% / 3);
  }
  .c-banner-container .banner.full {
    width: 100%;
  }
  .c-banner-container .banner-content {
    background-color: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 464px;
    color: #000019;
  }
  .c-banner-container .banner-content:after {
    content: "";
    width: 40px;
    height: 40px;
    background: #d12331;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -20px;
    top: -20px;
  }
  .c-banner-container .banner-content.text-top .banner-text {
    top: 16px;
    bottom: auto;
  }
  .c-banner-container .banner-content.accent:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(209, 35, 49, 0.975);
    mix-blend-mode: multiply;
  }
  .c-banner-container .banner-content.accent:after {
    background: #222;
  }
  .c-banner-container .banner-content.accent .arrow {
    background: #111;
  }
  .c-banner-container .banner-content.sub:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 60, 60, 0.5);
    mix-blend-mode: multiply;
  }
  .c-banner-container .banner-content .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d12331;
    width: 64px;
    height: 64px;
  }
  .c-banner-container .banner-content .arrow:after {
    content: "";
    width: 3px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 12px;
    bottom: 30px;
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
  }
  .c-banner-container .banner-content .arrow:before {
    content: "";
    display: block;
    height: 2px;
    width: 36px;
    position: absolute;
    left: 14px;
    top: 32px;
    background: #fff;
  }
  .c-banner-container .banner-text {
    padding: 48px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.75), 0 0 16px rgba(255, 255, 255, 0.5);
  }
  .c-banner-container .banner-text.white {
    color: #fff !important;
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.25);
  }
  .c-banner-container .banner-text .banner-title {
    margin-bottom: 24px;
  }
  .c-banner-container .banner-text .banner-title .ornament {
    display: block;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 72px;
    letter-spacing: 4px;
    margin-bottom: 8px;
  }
  .c-banner-container .banner-text .banner-title .title-main {
    font-size: 16px;
    font-weight: bold;
  }
  .c-banner-container .banner-text .banner-explanation {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
  }
  .c-interview-header {
    background-color: #fff;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
  }
  .c-interview-header .interview-thumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-height: 368px;
    min-height: 368px;
    overflow: hidden;
    width: 60%;
  }
  .c-interview-header .interview-header-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
    min-height: 368px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 48px;
  }
  .c-interview-header .interview-header-content:after {
    content: "";
    width: 32px;
    height: 32px;
    background: #d12331;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -16px;
    top: -16px;
  }
  .c-interview-header .article-title {
    margin-bottom: 24px;
  }
  .c-interview-header .article-title .ornament {
    display: block;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 4px;
    margin-bottom: 8px;
    color: #d12331;
  }
  .c-interview-header .article-title .title-main {
    font-size: 32px;
    color: #222;
    line-height: 1.5;
    font-weight: bold;
  }
  .c-interview-header .title-meta {
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
  }
  .c-interview-header span {
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
  }
  .article-detail {
    padding: 72px 0;
  }
  .article-detail h2 {
    font-weight: bold;
    color: #222;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 24px;
    padding: 1rem 0 0;
  }
  .article-detail h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 1rem 0 0;
  }
  .article-detail h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
    padding: 1rem 0 0;
  }
  .article-detail p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .article-detail ul {
    margin-bottom: 2rem;
  }
  .article-detail ul li {
    padding: 0.25rem 0 0.25rem 1rem;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
  }
  .article-detail ul li:before {
    content: "";
    width: 8px;
    height: 2px;
    background: #d12331;
    display: block;
    position: absolute;
    left: 0;
    top: 0.75rem;
  }
  .article-detail ol {
    margin-bottom: 2rem;
  }
  .article-detail ol li {
    counter-increment: count;
    padding: 0.25rem 0 0.25rem 1.25rem;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
  }
  .article-detail ol li:before {
    content: "0" counter(count) ".";
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-weight: bold;
    color: #d12331;
    position: absolute;
    left: 0;
    top: 0.4rem;
  }
  .article-detail dl {
    margin-bottom: 1rem;
  }
  .article-detail dl dt {
    font-weight: bold;
    color: #d12331;
    font-size: 15px;
    margin-bottom: 0.25rem;
  }
  .article-detail dl dd {
    font-size: 15px;
    line-height: 1.8;
  }
  .article-detail blockquote {
    margin: 0 0 2rem;
    background: #f2f2f3;
    padding: 3rem;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    overflow: hidden;
  }
  .article-detail blockquote:after {
    content: "";
    width: 32px;
    height: 32px;
    background: #d12331;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -16px;
    top: -16px;
  }
  .article-detail table {
    border-spacing: 12px;
    border-collapse: separate;
    width: 100%;
  }
  .article-detail table tr:last-child th, .article-detail table tr:last-child td {
    border-bottom: 1px solid #e5e5e8;
    padding-bottom: 1.5rem;
  }
  .article-detail table th {
    border-top: 1px solid #e5e5e8;
    padding: 1.5rem 2rem 0.75rem 0;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    color: #d12331;
    position: relative;
    width: 20%;
    line-height: 1.5;
  }
  .article-detail table th:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #d12331;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .article-detail table td {
    font-size: 14px;
    line-height: 1.5;
    padding: 1.5rem 2rem 0.75rem 0.25rem;
    border-top: 1px solid #e5e5e8;
  }
  .page-content-section {
    padding: 80px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-content-section:last-child {
    margin-bottom: 80px;
  }
  .page-content-section .page-content-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 80px 56px 0 0;
  }
  .page-content-section .page-content-text .section-title {
    margin-bottom: 56px;
    position: relative;
  }
  .page-content-section .page-content-text .section-title:before {
    display: block;
    content: "";
    width: calc((100vw - 1112px) / 2);
    height: 1px;
    background: #d12331;
    position: absolute;
    right: calc(100% + 20px);
    top: 24px;
  }
  .page-content-section .page-content-text .section-title .title-main {
    display: block;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #000019;
  }
  .page-content-section .page-content-text .section-title .ornament {
    display: block;
    font-size: 24px;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    color: #d12331;
    letter-spacing: 4px;
  }
  .page-content-section .page-content-text .section-detail {
    font-size: 16px;
    line-height: 2.25;
    color: #000019;
    margin-bottom: 1rem;
  }
  .page-content-section .page-content-image {
    width: 400px;
    min-height: 560px;
    position: relative;
    background: #bfbfc5;
  }
  .page-content-section .page-content-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .page-content-section.align-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-content-section.align-right .page-content-text {
    padding: 80px 0 0 56px;
  }
  .page-content-section.align-right .page-content-text .section-title {
    text-align: right;
  }
  .page-content-section.align-right .page-content-text .section-title:before {
    left: calc(100% + 20px);
  }
  .c-message-header {
    background-color: #fff;
    padding: 80px 16px 60px;
    position: relative;
    overflow: hidden;
  }
  .c-message-header .message-thumb {
    position: absolute;
    right: 0;
    top: -50%;
    z-index: 0;
  }
  .c-message-header .message-thumb:before {
    content: "";
    background: rgba(200, 200, 200, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .c-message-header .message-header-content {
    position: relative;
    z-index: 1;
  }
  .c-message-header .article-title {
    margin-bottom: 24px;
    text-align: center;
  }
  .c-message-header .article-title .ornament {
    display: block;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 4px;
    margin-bottom: 8px;
    color: #d12331;
  }
  .c-message-header .article-title .title-main {
    font-size: 32px;
    color: #222;
    line-height: 1.5;
    font-weight: bold;
  }
  .c-message-header .title-meta span {
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
  }
  .message-contents {
    max-width: 600px;
    margin: 80px auto;
  }
  .message-contents h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.6;
    margin: 40px auto;
    text-align: center;
  }
  .message-contents p {
    text-align: justify;
    line-height: 2;
    margin-bottom: 40px;
  }
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
  .container,
  .full-container,
  .single-container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 12px;
  }
  .main-header {
    border-top: 2px solid #d12331;
    background: #fafafa;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  .c-header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075);
    background: #fff;
    padding: 12px 8px;
  }
  .c-header-top .logo {
    padding-left: 8px;
  }
  .c-header-top .logo img {
    height: 32px;
    width: auto;
  }
  .c-header-top .header-tagline {
    display: none;
  }
  .c-header-top .c-header-cta {
    display: none;
  }
  .menu-toggle {
    display: block;
    position: absolute;
    right: 16px;
    top: 10px;
    text-align: center;
  }
  .menu-toggle .icon {
    margin: 12px auto 6px;
    width: 24px;
    height: 4px;
    display: block;
    background: #d12331;
    position: relative;
  }
  .menu-toggle .icon:before, .menu-toggle .icon:after {
    content: "";
    width: 24px;
    height: 4px;
    background: #d12331;
    position: absolute;
    left: 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .menu-toggle .icon:before {
    top: -8px;
  }
  .menu-toggle .icon:after {
    bottom: -8px;
  }
  .menu-toggle .label {
    font-size: 10px;
    font-weight: bold;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    color: #d12331;
    letter-spacing: 2px;
    padding-left: 1px;
  }
  .c-header-bottom {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    position: fixed;
    max-height: calc(100vh - 58px);
    width: 100%;
    left: 0;
    top: 58px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .c-header-bottom.header-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav-item {
    width: 100%;
    border-bottom: 1px solid #e5e5e8;
  }
  .header-nav-item:last-child > a:after {
    display: none;
  }
  .header-nav-item > a {
    display: block;
    padding: 20px 12px;
    width: 100%;
    color: #000019;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    position: relative;
  }
  .header-nav-item > a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #d12331;
    border-right: 2px solid #d12331;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
  }
  .header-nav-item > a span {
    display: block;
    margin: 0 auto;
    font-weight: bold;
  }
  .header-nav-item > a .nav-item-title {
    font-size: 14px;
  }
  .header-nav-item > a .nav-item-title-deco {
    display: none;
  }
  .l-header-mega-menu {
    display: block;
    background: #f2f2f3;
    padding-left: 2rem;
  }
  .header-mega-menu {
    margin: 0 auto;
    text-align: left;
  }
  .header-mega-menu .header-mega-menu-title {
    display: none;
  }
  .header-mega-menu .header-mega-menu-item {
    width: 100%;
    border-bottom: 1px solid #e5e5e8;
  }
  .header-mega-menu .header-mega-menu-item:last-child {
    border-bottom: none;
  }
  .header-mega-menu .header-mega-menu-item a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #404052;
    position: relative;
  }
  .header-mega-menu .header-mega-menu-item a:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-left: 1px solid #bfbfc5;
    border-bottom: 1px solid #bfbfc5;
    position: absolute;
    left: -12px;
    top: 20px;
  }
  .header-mega-menu .header-mega-menu-item a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #d12331;
    border-right: 2px solid #d12331;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-image {
    display: none;
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-text {
    padding: 8px;
  }
  .header-mega-menu .mega-menu-item-lead {
    font-size: 10px;
    margin-bottom: 6px;
    display: block;
    color: #d12331;
  }
  .header-mega-menu .mega-menu-item-title {
    font-weight: bold;
    font-size: 14px;
  }
  .main-footer {
    position: relative;
  }
  .l-footer-company-info {
    background: #fff;
    padding: 24px 0 0;
  }
  .l-footer-company-info .footer-logo {
    padding-bottom: 12px;
  }
  .l-footer-company-info .footer-logo img {
    display: block;
    margin: 0 auto;
    height: 48px;
    width: auto;
  }
  .l-footer-company-info .footer-logo .footer-company-name {
    font-weight: bold;
    font-size: 12px;
    padding-top: 12px;
    text-align: center;
  }
  .l-footer-company-info .c-footer-access-info {
    padding: 12px 0 24px;
    border-top: 1px solid #e5e5e8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: center;
  }
  .l-footer-company-info .c-footer-access-info .adress {
    font-size: 11px;
    line-height: 1.25;
  }
  .l-footer-company-info .c-footer-access-info .contact {
    padding-top: 4px;
    font-size: 11px;
  }
  .l-footer-company-info .c-footer-access-info .contact span {
    margin-right: 12px;
  }
  .l-footer-company-info .c-footer-access-info .contact span svg {
    color: #404052;
    margin-right: 4px;
  }
  .l-footer-company-info .company-credential-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 16px;
    background: #f2f2f3;
    margin: 0 -16px;
    width: calc(100% + 32px);
  }
  .l-footer-company-info .company-credential-logo .credential-logo-item {
    height: 40px;
    margin: 0 4px;
  }
  .l-footer-company-info .company-credential-logo .credential-logo-item img {
    height: 100%;
    width: auto;
  }
  .l-footer-nav {
    background: #bb1f2c;
    padding: 8px 0 0;
  }
  .l-footer-nav .c-footer-nav a {
    text-decoration: none;
    color: #fff;
  }
  .l-footer-nav .footer-nav-block {
    width: 100%;
  }
  .l-footer-nav .footer-nav-item > a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .l-footer-nav .footer-nav-item > a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 3px);
    opacity: 0.5;
  }
  .l-footer-nav .footer-nav-child-block {
    display: none;
  }
  .footer-bottom {
    background: #000019;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-size: 10px;
  }
  .c-article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0;
  }
  .list-item {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
  }
  .list-item a {
    text-decoration: none;
  }
  .list-item .thumb {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    background: #ccc;
  }
  .list-item .thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .list-item .thumb:after {
    content: "";
    width: 32px;
    height: 32px;
    background: #d12331;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -16px;
    top: -16px;
  }
  .list-item .list-item-text {
    padding: 24px 0;
  }
  .list-item .list-item-text .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #222;
  }
  .list-item .list-item-text .meta span {
    font-weight: bold;
    font-size: 14px;
    color: #d12331;
  }
  .c-page-header {
    background-color: #ccc;
    padding: 0px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
  }
  .c-page-header .page-thumb {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 0;
    text-align: right;
  }
  .c-page-header .page-thumb img {
    width: 100%;
  }
  .c-page-header .page-header-content {
    width: 100%;
    background: rgba(209, 35, 49, 0.95);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 40px 24px;
  }
  .c-page-header .page-header-content:after {
    content: "";
    width: 28px;
    height: 28px;
    background: #222;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -14px;
    top: -14px;
  }
  .c-page-header .page-header-text {
    color: #fff;
  }
  .c-page-header .page-title {
    margin-bottom: 16px;
  }
  .c-page-header .page-title .ornament {
    display: block;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 4px;
  }
  .c-page-header .page-title .title-main {
    font-size: 14px;
    font-weight: bold;
  }
  .c-page-header .page-description {
    line-height: 1.75;
    font-size: 14px;
    font-weight: bold;
  }
  .excrusion-section {
    padding: 8px 0px;
    background: #f2f2f3;
    position: relative;
  }
  .c-excrusion-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
  .c-excrusion-list > * {
    width: 100%;
  }
  .excrusion-item {
    padding: 4px 8px;
  }
  .excrusion-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #d12331;
    position: relative;
    overflow: hidden;
  }
  .excrusion-item a:after {
    content: "";
    width: 32px;
    height: 32px;
    background: #222;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -16px;
    top: -16px;
  }
  .excrusion-item .thumb {
    display: block;
    width: 100%;
    padding-top: 36.8%;
    position: relative;
    background: #ccc;
    overflow: hidden;
  }
  .excrusion-item .thumb img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .excrusion-item .text {
    padding: 32px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .excrusion-item .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #d12331;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
  }
  .excrusion-item .text .title {
    position: relative;
    color: #fff;
  }
  .excrusion-item .text .title .ornament {
    display: block;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 4px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .excrusion-item .text .title .title-main {
    font-size: 12px;
    font-weight: bold;
  }
  .excrusion-item .arrow {
    position: absolute;
    right: 24px;
    bottom: 28px;
    display: block;
    height: 2px;
    width: 32px;
    background: #fff;
  }
  .excrusion-item .arrow:after {
    content: "";
    width: 3px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: -2px;
    bottom: 0;
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
  }
  .c-hero-section {
    background: #fff;
    position: relative;
    overflow: hidden;
  }
  .c-hero-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/dot.png) repeat left top;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  .c-hero-section .hero-container {
    min-height: 400px;
    padding: 64px 0 48px 24px;
    position: relative;
  }
  .c-hero-section .hero-container .hero-decoration-text {
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 80px;
    line-height: 64px;
    color: #fff;
    opacity: 0.75;
    mix-blend-mode: screen;
    margin-bottom: 24px;
  }
  .c-hero-section .hero-container .c-hero-text {
    color: #fff;
  }
  .c-hero-section .hero-container .hero-tagline {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .c-hero-section .hero-container .hero-detail {
    line-height: 1.75;
    font-size: 14px;
    font-weight: bold;
  }
  .video-wrapper {
    height: 100%;
    height: 704px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    mix-blend-mode: multiply;
  }
  .video-wrapper #video {
    min-height: 100%;
    min-height: 704px;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .c-banner-container {
    padding: 4px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    position: relative;
  }
  .c-banner-container .banner {
    width: 100%;
    padding: 4px 0;
  }
  .c-banner-container .banner-content {
    background-color: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    color: #000019;
  }
  .c-banner-container .banner-content:after {
    content: "";
    width: 40px;
    height: 40px;
    background: #d12331;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -20px;
    top: -20px;
  }
  .c-banner-container .banner-content.text-top .banner-text {
    top: 16px;
    bottom: auto;
  }
  .c-banner-container .banner-content.accent:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(209, 35, 49, 0.975);
    mix-blend-mode: multiply;
  }
  .c-banner-container .banner-content.accent:after {
    background: #222;
  }
  .c-banner-container .banner-content.accent .arrow {
    background: #111;
  }
  .c-banner-container .banner-content.sub:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 60, 60, 0.5);
    mix-blend-mode: multiply;
  }
  .c-banner-container .banner-content .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d12331;
    width: 40px;
    height: 40px;
  }
  .c-banner-container .banner-content .arrow:after {
    content: "";
    width: 3px;
    height: 8px;
    background: #fff;
    position: absolute;
    right: 6px;
    bottom: 18px;
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: skewX(45deg);
        -ms-transform: skewX(45deg);
            transform: skewX(45deg);
  }
  .c-banner-container .banner-content .arrow:before {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    position: absolute;
    left: 8px;
    top: 20px;
    background: #fff;
  }
  .c-banner-container .banner-text {
    padding: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-shadow: 0 2px 32px rgba(255, 255, 255, 0.75), 0 0 16px rgba(255, 255, 255, 0.5);
  }
  .c-banner-container .banner-text.white {
    color: #fff !important;
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.25);
  }
  .c-banner-container .banner-text .banner-title {
    margin-bottom: 24px;
  }
  .c-banner-container .banner-text .banner-title .ornament {
    display: block;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 4px;
    margin-bottom: 8px;
  }
  .c-banner-container .banner-text .banner-title .title-main {
    font-size: 16px;
    font-weight: bold;
  }
  .c-banner-container .banner-text .banner-explanation {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75;
  }
  .c-interview-header {
    background-color: #ccc;
    padding: 220px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .c-interview-header .interview-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .c-interview-header .interview-header-content {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 40px 24px;
  }
  .c-interview-header .interview-header-content:after {
    content: "";
    width: 28px;
    height: 28px;
    background: #d12331;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -14px;
    top: -14px;
  }
  .c-interview-header .article-title {
    margin-bottom: 16px;
  }
  .c-interview-header .article-title .ornament {
    display: block;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 8px;
    color: #d12331;
  }
  .c-interview-header .article-title .title-main {
    font-size: 24px;
    color: #222;
    line-height: 1.5;
    font-weight: bold;
  }
  .c-interview-header .title-meta span {
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
  }
  .article-detail {
    border-top: 1px solid #e5e5e8;
    padding: 24px 12px;
  }
  .article-detail h2 {
    font-weight: bold;
    color: #222;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 24px;
    padding: 1rem 0 0;
  }
  .article-detail h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 1rem 0 0;
  }
  .article-detail h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
    padding: 1rem 0 0;
  }
  .article-detail p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .article-detail ul {
    margin-bottom: 2rem;
  }
  .article-detail ul li {
    padding: 0.25rem 0 0.25rem 1rem;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
  }
  .article-detail ul li:before {
    content: "";
    width: 8px;
    height: 2px;
    background: #d12331;
    display: block;
    position: absolute;
    left: 0;
    top: 0.75rem;
  }
  .article-detail ol {
    margin-bottom: 2rem;
  }
  .article-detail ol li {
    counter-increment: count;
    padding: 0.25rem 0 0.25rem 1.25rem;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
  }
  .article-detail ol li:before {
    content: "0" counter(count) ".";
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-weight: bold;
    color: #d12331;
    position: absolute;
    left: 0;
    top: 0.4rem;
  }
  .article-detail dl {
    margin-bottom: 1rem;
  }
  .article-detail dl dt {
    font-weight: bold;
    color: #d12331;
    font-size: 15px;
    margin-bottom: 0.25rem;
  }
  .article-detail dl dd {
    font-size: 15px;
    line-height: 1.8;
  }
  .article-detail blockquote {
    margin: 0 0 2rem;
    background: #f2f2f3;
    padding: 2rem 1.5rem;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    overflow: hidden;
  }
  .article-detail blockquote:after {
    content: "";
    width: 24px;
    height: 24px;
    background: #d12331;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: -12px;
    top: -12px;
  }
  .article-detail table {
    border-spacing: 12px;
    border-collapse: separate;
    width: 100%;
  }
  .article-detail table tr:last-child th, .article-detail table tr:last-child td {
    border-bottom: 1px solid #e5e5e8;
    padding-bottom: 1.5rem;
  }
  .article-detail table th {
    border-top: 1px solid #e5e5e8;
    padding: 1.5rem 2rem 0.75rem 0;
    font-size: 14px;
    line-height: 1.5;
    width: 30%;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    color: #d12331;
    position: relative;
  }
  .article-detail table th:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #d12331;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .article-detail table td {
    font-size: 14px;
    line-height: 1.5;
    padding: 1.5rem 2rem 0.75rem 0.25rem;
    border-top: 1px solid #e5e5e8;
  }
  .page-content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-content-section:first-child {
    margin-bottom: 40px;
  }
  .page-content-section .page-content-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 64px 12px 16px;
  }
  .page-content-section .page-content-text .section-title {
    margin-bottom: 24px;
    position: relative;
  }
  .page-content-section .page-content-text .section-title:before {
    display: block;
    content: "";
    width: 16px;
    height: 1px;
    background: #d12331;
    position: absolute;
    left: -22px;
    top: 16px;
  }
  .page-content-section .page-content-text .section-title .title-main {
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #000019;
  }
  .page-content-section .page-content-text .section-title .ornament {
    display: block;
    font-size: 20px;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    color: #d12331;
    letter-spacing: 4px;
  }
  .page-content-section .page-content-text .section-detail {
    font-size: 15px;
    line-height: 1.75;
    color: #000019;
    margin-bottom: 1rem;
  }
  .page-content-section .page-content-image {
    width: calc(100% + 24px);
    margin: 0 -12px 32px;
    min-height: 320px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    background: #bfbfc5;
  }
  .page-content-section .page-content-image img {
    margin-top: -30%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .c-message-header {
    background-color: #fff;
    padding: 0px 0px;
    position: relative;
    overflow: hidden;
  }
  .c-message-header .message-thumb {
    position: static;
    margin-bottom: 40px;
    right: 0;
    top: 0%;
    z-index: 0;
  }
  .c-message-header .message-thumb:before {
    content: "";
    background: none;
  }
  .c-message-header .message-header-content {
    position: relative;
    z-index: 1;
  }
  .c-message-header .article-title {
    margin-bottom: 0;
    text-align: center;
  }
  .c-message-header .article-title .ornament {
    display: block;
    font-family: 'Bebas Neue', 'Roboto', 'Helvetice Neue', 'Arial', 'Verdana', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 4px;
    margin-bottom: 8px;
    color: #d12331;
  }
  .c-message-header .article-title .title-main {
    font-size: 32px;
    color: #222;
    line-height: 1.5;
    font-weight: bold;
  }
  .c-message-header .title-meta span {
    line-height: 2;
    font-size: 14px;
    font-weight: bold;
  }
  .message-contents {
    max-width: 600px;
    margin: 0 auto 0;
    padding: 0 16px;
  }
  .message-contents h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    margin: 24px auto;
    text-align: center;
  }
  .message-contents p {
    text-align: justify;
    line-height: 2;
    margin-bottom: 40px;
  }
  .pc-only {
    display: none !important;
  }
}
