@charset "UTF-8";
.main {
  padding-top: 0 !important; }
body .main .contents {
  max-width: none !important;
  background: url(/assets/img/rd-showcase/bg-01.png) top right no-repeat;
  background-attachment: fixed;
  background-size: cover; }
.page-header {
  background-color: #222;
  height: 74px; }
.page-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.page-header__logo {
    font-size: 23px;
    font-weight: bold;
    color: #fff; }
.page-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
.page-header__list a {
      display: block;
      line-height: 1;
      height: 100%; }
.kv {
  position: relative; }
.kv__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
    max-width: 560px; }
.kv__logo img {
      width: 100%;
      height: auto; }
.kv__img img {
    aspect-ratio: 16 / 5;
    -o-object-fit: cover;
       object-fit: cover; }
.section + .section {
  margin-top: 40px; }
.section__outer {
  margin-top: 80px;
  margin-bottom: 80px; }
.section__inner {
  position: relative;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(20%, black), color-stop(80%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom left, black 20%, rgba(0, 0, 0, 0.6) 80%);
  color: #fff; }
.section__inner a {
    color: inherit; }
.section__body {
  width: 60%; }
.section__bg {
  width: 550px;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0; }
.section__bg img {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, black)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, black));
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 20%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, black)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, black));
            mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 20%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect; }
.section__heading {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 48px; }
.section__heading span {
    font-size: 32px; }
.section__lead {
  font-size: 26px;
  margin-bottom: 16px; }
.section__text {
  font-size: 16px; }
.section__text .note {
    font-size: 14px; }
.section__text p + p {
    margin-top: 1em; }
.section__detail {
  margin-top: 2em;
  font-size: 20px; }
.section__detail a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    display: inline-block;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-left: 1em;
    vertical-align: middle; }
.section__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px; }
.section__linksItem {
    width: calc(50% - 20px); }
.section__links img {
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
       object-fit: cover; }
.section__links .text {
    display: block;
    padding: 1em;
    font-size: 14px; }
.local-nav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
.local-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap; }
.local-nav__item {
    padding-right: 40px; }
.local-nav__item a {
      padding-top: 20px;
      padding-bottom: 20px;
      display: block; }
.local-nav__item a::after {
        content: '▲';
        -webkit-transform: scale(0.5, 0.8) rotate(180deg);
                transform: scale(0.5, 0.8) rotate(180deg);
        display: inline-block;
        padding-left: 20px; }
.about {
  padding-top: 120px;
  padding-bottom: 120px; }
.about__heading {
    font-size: 70px;
    margin-bottom: 40px; }
.about__lead {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.4; }
.about__text {
    font-size: 20px; }
.content-footer {
  border-top: 1px solid #000; }
.content-footer__item:not(:first-child) {
    border-top: 1px solid #000; }
.content-footer__button {
    color: #fff;
    background-color: #000;
    position: relative;
    text-decoration: none;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
.content-footer__button:hover {
      opacity: 0.7;
      text-decoration: none; }
.content-footer__button::after {
      width: 8px;
      height: 8px;
      content: "";
      border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      position: absolute;
      top: 50%;
      right: 40px; }
@media print, screen and (min-width: 812px) {
    body .main .contents {
      padding: 142px 0 0 !important; }
    .page-header {
      padding-left: 40px;
      padding-right: 40px; }
      .page-header__inner {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto; }
        .page-header__list a {
          padding: 27px 30px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .page-header__list a.page-header__corp {
            width: 184px; }
          .page-header__list a.page-header__contact {
            background-color: #fff;
            font-size: 18px; }
  .section {
    padding-left: 40px;
    padding-right: 40px; }
    .section__inner {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
    .section__inner {
      max-width: 1120px;
      padding: 80px; }
    .local-nav {
      padding-left: 40px;
      padding-right: 40px; }
    .local-nav__inner {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
    .about {
      padding-left: 40px;
      padding-right: 40px; }
    .about__inner {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
    .content-footer {
      padding-left: 40px;
      padding-right: 40px; }
    .content-footer__inner {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
    .content-footer__inner {
      padding-right: 0; }
    .content-footer__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 80px 0; }
    .content-footer__text {
      font-size: 20px;
      width: 45%; }
      .content-footer__button {
        width: 45%;
        font-size: 26px;
        padding: 30px 40px; } }
@media screen and (max-width: 811px) {
    body .main .contents {
      padding: 112px 0 0 !important; }
    .page-header {
      padding-left: 20px;
      padding-right: 20px; }
    .page-header {
      height: 62px; }
      .page-header__logo {
        font-size: 18px; }
      .page-header__list {
        height: 62px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-header__list a.page-header__corp {
          width: 104px; }
        .page-header__list a.page-header__contact {
          position: fixed;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 40px;
          background-color: #000;
          color: #fff;
          text-align: center;
          font-size: 16px;
          padding: 0;
          line-height: 40px; }
          .page-header__list a.page-header__contact::after {
            content: '';
            width: 5px;
            height: 5px;
            border-left: 1px solid #fff;
            border-top: 1px solid #fff;
            -webkit-transform: rotate(135deg);
                    transform: rotate(135deg);
            margin-left: 1em;
            position: absolute;
            right: 30px;
            top: 50%;
            margin-top: -4px; }
      .kv__img img {
        aspect-ratio: 16 / 7; }
  .section {
    padding-left: 20px;
    padding-right: 20px; }
    .section__outer {
      margin-top: 40px;
      margin-bottom: 40px; }
    .section__inner {
      padding: 20px; }
    .section__body {
      width: 100%; }
    .section__bg {
      display: none; }
    .section__heading {
      font-size: 28px;
      margin-bottom: 24px; }
      .section__heading span {
        font-size: 22px; }
    .section__lead {
      font-size: 20px;
      margin-bottom: 10px; }
    .section__text {
      font-size: 14px; }
      .section__text .note {
        font-size: 12px; }
    .section__detail {
      font-size: 18px; }
    .section__links {
      margin-top: 32px; }
      .section__linksItem {
        width: 100%; }
      .section__links .text {
        padding: 1em 0.5em; }
    .local-nav {
      position: relative; }
      .local-nav::after {
        content: '';
        width: 8px;
        height: 8px;
        border-left: 1px solid #000;
        border-top: 1px solid #000;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        margin-left: 1em;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -4px; }
    .local-nav {
      padding-left: 20px;
      padding-right: 20px; }
      .local-nav__list {
        overflow: scroll; }
      .local-nav__item {
        padding-right: 10px; }
        .local-nav__item a {
          padding-top: 10px;
          padding-bottom: 10px; }
    .about {
      padding-left: 20px;
      padding-right: 20px; }
    .about {
      padding-top: 60px;
      padding-bottom: 60px; }
      .about__heading {
        font-size: 35px;
        margin-bottom: 20px; }
      .about__lead {
        font-size: 20px;
        margin-bottom: 10px; }
      .about__text {
        font-size: 16px; }
    .content-footer {
      padding-left: 20px;
      padding-right: 20px; }
    .content-footer__item {
      padding: 40px 0; }
    .content-footer__text {
      font-size: 16px; }
      .content-footer__button {
        margin-top: 30px;
        font-size: 20px;
        display: block;
        text-align: center;
        padding: 10px 0; } }
