@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt"; }
    html#top, body#top {
      background: url(../img/k-06@2x.jpg) repeat top center;
      background-size: 768px auto; }
    html#common, body#common {
      background: url(../company/img/c-01@2x.jpg) no-repeat bottom center;
      background-size: cover; }

  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, #g-nav ul li a::after, #footer .wrap-box .footer-nav ul li a:after, #footer .wrap-box .contact-box a.button:after, #contact-box form .submit-box .submit-button:after, #contact-box form .submit-box .back-button:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ top-loaderbg ------------ */
  #top-loaderbg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 3000;
    text-align: center; }
    #top-loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -6px;
      z-index: 4000; }
      #top-loaderbg #loader .loader {
        width: 12px;
        height: 12px;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        border-right: 2px solid #666;
        border-left: 2px solid #666;
        animation: loader_01 0.75s ease infinite;
        border-radius: 100%; }
  @keyframes loader_01 {
    to {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); } }
  /* ------------ top-eyecatch-box ------------ */
  #top-eyecatch-box {
    position: relative;
    overflow: hidden; }
    #top-eyecatch-box::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(../img/k-02.jpg) no-repeat bottom center;
      background-size: cover;
      -webkit-animation: zoom 15s 1;
      animation: zoom 15s 1;
      animation-fill-mode: forwards; }
  @keyframes zoom {
    0% {
      transform: scale(1); }
    100% {
      transform: scale(1.1); } }
    #top-eyecatch-box #top-header-box {
      position: absolute;
      top: 20px;
      left: 20px; }
      #top-eyecatch-box #top-header-box h1 {
        text-indent: -9999px; }
        #top-eyecatch-box #top-header-box h1 a {
          background: url(../img/k-01.png) no-repeat;
          background-size: contain;
          width: 131.95px;
          height: 31.2px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top-eyecatch-box #top-header-box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #top-eyecatch-box #top-header-box p {
        font: normal 1rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 10px 0 0 0; }
      #top-eyecatch-box #top-header-box .bars {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        z-index: 200;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.7); }
        #top-eyecatch-box #top-header-box .bars .bar {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 26px;
          height: 2px;
          background: #000;
          transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -ms-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s; }
        #top-eyecatch-box #top-header-box .bars .bar-1 {
          margin: -9px 0 0 -13px; }
        #top-eyecatch-box #top-header-box .bars .bar-2 {
          margin: -1px 0 0 -13px; }
        #top-eyecatch-box #top-header-box .bars .bar-3 {
          margin: 7px 0 0 -13px; }
      #top-eyecatch-box #top-header-box .bars.step-1 .bar-1 {
        transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -webkit-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
        -o-transform: translate3d(0, 8px, 0); }
      #top-eyecatch-box #top-header-box .bars.step-1 .bar-2 {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      #top-eyecatch-box #top-header-box .bars.step-1 .bar-3 {
        transform: translate3d(0, -8px, 0);
        -moz-transform: translate3d(0, -8px, 0);
        -webkit-transform: translate3d(0, -8px, 0);
        -ms-transform: translate3d(0, -8px, 0);
        -o-transform: translate3d(0, -8px, 0); }
      #top-eyecatch-box #top-header-box .bars.step-2 .bar-1 {
        transform: translate3d(0, 8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
        -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
      #top-eyecatch-box #top-header-box .bars.step-2 .bar-2 {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      #top-eyecatch-box #top-header-box .bars.step-2 .bar-3 {
        transform: translate3d(0, -8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
        -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
    #top-eyecatch-box p {
      width: 100%; }
      #top-eyecatch-box p.copy {
        font-size: clamp(30px, 6vw, 50px);
        font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        line-height: 1;
        font-weight: 500;
        color: #fff;
        position: absolute;
        top: 20%;
        left: 5%;
        text-shadow: 0 0 10px #000; }
        #top-eyecatch-box p.copy span.small {
          font: normal 3rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #top-eyecatch-box p.read {
        font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        left: 5%;
        position: absolute;
        bottom: 8%;
        text-shadow: 0 0 10px #000; }
    #top-eyecatch-box .scroll-down {
      display: none; }

  /* ------------ #g-nav ------------ */
  #g-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.85);
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    overflow: scroll; }
    #g-nav ul {
      max-width: 500px;
      width: 50%;
      margin: 100px auto 0; }
      #g-nav ul li {
        list-style: none;
        border-bottom: 1px solid #666;
        font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff; }
        #g-nav ul li a {
          font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          padding: 20px 0;
          display: block;
          position: relative; }
          #g-nav ul li a:link, #g-nav ul li a:visited, #g-nav ul li a:active {
            text-decoration: none;
            color: #fff; }
          #g-nav ul li a:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
          #g-nav ul li a.here {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #g-nav ul li a::after {
            content: 'chevron_right';
            position: absolute;
            color: #fff;
            right: 5px;
            top: 50%;
            font-size: 1.4rem;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
    #g-nav .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #g-nav.open {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s; }

  /* ------------ top-aboutus-box ------------ */
  #top-aboutus-box {
    background: url(../img/k-03.jpg) no-repeat center center;
    background-size: cover;
    padding: 120px 5%;
    text-align: center;
    position: relative; }
    #top-aboutus-box h2 {
      font: normal 2.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.25em; }
    #top-aboutus-box p {
      font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      margin: 30px 0 0 0;
      text-align: left; }
      #top-aboutus-box p br {
        display: none; }
      #top-aboutus-box p.title-jp {
        font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        display: inline-block;
        padding: 0 30px;
        margin: 10px 0 0 0;
        text-align: center;
        color: #fff; }
        #top-aboutus-box p.title-jp:before, #top-aboutus-box p.title-jp:after {
          position: absolute;
          top: calc(50% - 1px);
          width: 20px;
          content: '';
          border-top: solid 1px #fff; }
        #top-aboutus-box p.title-jp:before {
          left: 0; }
        #top-aboutus-box p.title-jp:after {
          right: 0; }
    #top-aboutus-box figure.ilu-ufo {
      position: absolute;
      top: 7%;
      right: 5%;
      max-width: 180px;
      width: 25%; }
      #top-aboutus-box figure.ilu-ufo img {
        width: 100%;
        vertical-align: bottom;
        animation: 2s ufo  ease-in-out infinite; }
    #top-aboutus-box figure.ilu-earth {
      position: absolute;
      bottom: -8rem;
      left: -8rem;
      max-width: 300px;
      width: 45%; }
      #top-aboutus-box figure.ilu-earth img {
        width: 100%;
        vertical-align: bottom; }

  @keyframes ufo {
    0%, 100% {
      transform: translateY(0); }
    50% {
      transform: translateY(-10px); } }
  /* ------------ top-message-box ------------ */
  #top-message-box {
    padding: 100px 0 0 0;
    text-align: center;
    background: url(../img/k-09.jpg) no-repeat center center;
    background-size: cover; }
    #top-message-box h2 {
      font: normal 2.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.25em; }
    #top-message-box p.title-jp {
      font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      position: relative;
      display: inline-block;
      padding: 0 30px;
      margin: 10px 0 0 0;
      color: #fff; }
      #top-message-box p.title-jp:before, #top-message-box p.title-jp:after {
        position: absolute;
        top: calc(50% - 1px);
        width: 20px;
        content: '';
        border-top: solid 1px #fff; }
      #top-message-box p.title-jp:before {
        left: 0; }
      #top-message-box p.title-jp:after {
        right: 0; }
    #top-message-box .wrap-box {
      margin: 30px auto 0;
      padding: 0 8%; }
      #top-message-box .wrap-box figure.ilu-boss {
        max-width: 200px;
        width: 40%;
        margin: 20px 0 0 auto;
        animation: 1s ufo  ease-in-out infinite; }
        #top-message-box .wrap-box figure.ilu-boss img {
          width: 100%;
          vertical-align: bottom; }
        #top-message-box .wrap-box figure.ilu-boss figcaption {
          font: normal 1.2rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff;
          margin: 10px 0 0 0; }
      #top-message-box .wrap-box .text-box P {
        font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        text-align: left; }
    #top-message-box figure.ilu-astronaut {
      width: 100%; }
      #top-message-box figure.ilu-astronaut img {
        width: 100%;
        vertical-align: bottom; }

  /* ------------ top-service-box ------------ */
  #top-service-box {
    padding: 100px 8% 0;
    text-align: center;
    position: relative; }
    #top-service-box h2 {
      font: normal 2.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.25em; }
    #top-service-box p {
      font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      margin: 30px 0 0 0; }
      #top-service-box p.title-jp {
        font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        display: inline-block;
        padding: 0 30px;
        margin: 10px 0 0 0;
        color: #fff; }
        #top-service-box p.title-jp:before, #top-service-box p.title-jp:after {
          position: absolute;
          top: calc(50% - 1px);
          width: 20px;
          content: '';
          border-top: solid 1px #fff; }
        #top-service-box p.title-jp:before {
          left: 0; }
        #top-service-box p.title-jp:after {
          right: 0; }
      #top-service-box p.ikada {
        margin: 70px 0 0 0; }
        #top-service-box p.ikada br {
          display: block; }
      #top-service-box p.text-box {
        margin: 30px auto 0;
        font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        text-align: left; }
    #top-service-box ul {
      margin: 30px auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top-service-box ul li {
        width: 47%;
        position: relative; }
        #top-service-box ul li a {
          display: block;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          #top-service-box ul li a:link, #top-service-box ul li a:visited, #top-service-box ul li a:active {
            text-decoration: none; }
          #top-service-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #top-service-box ul li img {
          width: 100%;
          vertical-align: bottom; }
        #top-service-box ul li h3 {
          color: #fff;
          margin: 10px 0 0 0;
          font-size: clamp(14px, 2vw, 20px);
          font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 400;
          line-height: 1.5; }
        #top-service-box ul li p.cate {
          position: absolute;
          top: 5px;
          left: 5px;
          font: normal 1rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 0;
          padding: 5px;
          background: rgba(255, 255, 255, 0.7); }
        #top-service-box ul li:nth-child(n+3) {
          margin: 20px 0 0 0; }
    #top-service-box figure.ilu-astronaut {
      position: absolute;
      top: -5rem;
      left: 10%;
      max-width: 200px;
      width: 25%; }
      #top-service-box figure.ilu-astronaut img {
        width: 100%;
        vertical-align: bottom;
        animation: 2s ufo  ease-in-out infinite; }
    #top-service-box figure.ilu-ikada {
      width: 70%;
      margin: 20px auto 0; }
      #top-service-box figure.ilu-ikada a {
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        #top-service-box figure.ilu-ikada a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #top-service-box figure.ilu-ikada a img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ footer ------------ */
  #footer {
    margin: 50px 0 0 0;
    padding: 0 8%; }
    #footer figure.ilu-sun {
      width: 100%; }
      #footer figure.ilu-sun img {
        width: 100%;
        vertical-align: bottom; }
    #footer .wrap-box {
      margin: 20px auto 0; }
      #footer .wrap-box .company-box figure.logo {
        max-width: 150px;
        margin: 0 auto; }
        #footer .wrap-box .company-box figure.logo img {
          width: 100%;
          vertical-align: bottom; }
      #footer .wrap-box .company-box p {
        font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 15px 0 0 0;
        text-align: center; }
        #footer .wrap-box .company-box p a {
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          #footer .wrap-box .company-box p a:link, #footer .wrap-box .company-box p a:visited, #footer .wrap-box .company-box p a:active {
            text-decoration: underline;
            color: #fff; }
          #footer .wrap-box .company-box p a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #footer .wrap-box .footer-nav ul {
        margin: 20px 0 0 0; }
        #footer .wrap-box .footer-nav ul li {
          list-style: none;
          font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff;
          border-bottom: 1px solid #333; }
          #footer .wrap-box .footer-nav ul li a {
            font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            position: relative;
            padding: 10px 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block; }
            #footer .wrap-box .footer-nav ul li a:link, #footer .wrap-box .footer-nav ul li a:visited, #footer .wrap-box .footer-nav ul li a:active {
              color: #fff;
              text-decoration: none; }
            #footer .wrap-box .footer-nav ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #footer .wrap-box .footer-nav ul li a:after {
              content: 'arrow_right';
              position: absolute;
              font-size: 14px;
              right: 0;
              top: 50%;
              transform: translateY(-40%);
              -moz-transform: translateY(-40%);
              -webkit-transform: translateY(-40%);
              -ms-transform: translateY(-40%);
              -o-transform: translateY(-40%);
              color: #fff; }
          #footer .wrap-box .footer-nav ul li:first-child {
            margin: 0; }
      #footer .wrap-box .contact-box {
        margin: 30px 0 0 0; }
        #footer .wrap-box .contact-box p.title {
          font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff;
          border: 1px solid #fff;
          padding: 10px; }
          #footer .wrap-box .contact-box p.title:nth-of-type(n+2) {
            margin: 30px 0 0 0; }
        #footer .wrap-box .contact-box p.telnumber {
          font: normal 2.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff;
          font-weight: 700;
          margin: 10px 0 0 0; }
          #footer .wrap-box .contact-box p.telnumber span {
            font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 400; }
            #footer .wrap-box .contact-box p.telnumber span.icon {
              font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 400; }
        #footer .wrap-box .contact-box p.small {
          font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff;
          margin: 10px 0 0 0; }
        #footer .wrap-box .contact-box a.button {
          width: 100%;
          padding: 15px 0;
          margin: 20px auto 0;
          font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          background: #54317c;
          font-weight: 700;
          display: inline-block;
          text-align: center;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          position: relative; }
          #footer .wrap-box .contact-box a.button:link, #footer .wrap-box .contact-box a.button:visited, #footer .wrap-box .contact-box a.button:active {
            text-decoration: none;
            color: #fff; }
          #footer .wrap-box .contact-box a.button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #footer .wrap-box .contact-box a.button:after {
            content: 'arrow_right';
            position: absolute;
            font-size: 20px;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            color: #fff; }
    #footer .copy-box {
      margin: 30px auto 0;
      padding: 30px 0;
      border-top: 1px solid #333;
      text-align: center; }
      #footer .copy-box ul li {
        list-style: none; }
        #footer .copy-box ul li a {
          font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer .copy-box ul li a:link, #footer .copy-box ul li a:visited, #footer .copy-box ul li a:active {
            color: #fff;
            text-decoration: none; }
          #footer .copy-box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #footer .copy-box p {
        margin: 20px 0 0 0;
        font: normal 1rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff; }

  /* ------------ page-top ------------ */
  #page-top {
    position: fixed;
    right: 10px;
    z-index: 100; }
    #page-top a {
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page-top a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #page-top a img {
        max-width: 40px;
        vertical-align: bottom; }

  /* ------------ title-box ------------ */
  #title-box {
    background: url(../company/img/c-02.jpg) no-repeat center center;
    background-size: cover;
    height: 200px; }
    #title-box #header-box {
      padding: 10px 20px;
      position: relative;
      background: rgba(0, 0, 0, 0.6); }
      #title-box #header-box h1 {
        text-indent: -9999px; }
        #title-box #header-box h1 a {
          background: url(../img/k-01.png) no-repeat;
          background-size: contain;
          width: 131.95px;
          height: 31.2px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #title-box #header-box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #title-box #header-box .bars {
        position: fixed;
        top: 10px;
        right: 20px;
        width: 50px;
        height: 50px;
        z-index: 200;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.7); }
        #title-box #header-box .bars .bar {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 26px;
          height: 2px;
          background: #000;
          transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -ms-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s; }
        #title-box #header-box .bars .bar-1 {
          margin: -9px 0 0 -13px; }
        #title-box #header-box .bars .bar-2 {
          margin: -1px 0 0 -13px; }
        #title-box #header-box .bars .bar-3 {
          margin: 7px 0 0 -13px; }
      #title-box #header-box .bars.step-1 .bar-1 {
        transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -webkit-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
        -o-transform: translate3d(0, 8px, 0); }
      #title-box #header-box .bars.step-1 .bar-2 {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      #title-box #header-box .bars.step-1 .bar-3 {
        transform: translate3d(0, -8px, 0);
        -moz-transform: translate3d(0, -8px, 0);
        -webkit-transform: translate3d(0, -8px, 0);
        -ms-transform: translate3d(0, -8px, 0);
        -o-transform: translate3d(0, -8px, 0); }
      #title-box #header-box .bars.step-2 .bar-1 {
        transform: translate3d(0, 8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
        -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
      #title-box #header-box .bars.step-2 .bar-2 {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      #title-box #header-box .bars.step-2 .bar-3 {
        transform: translate3d(0, -8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
        -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
    #title-box .title-text {
      text-align: center;
      margin: 45px 0 0 0; }
      #title-box .title-text h2 {
        font: normal 3rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: FranklinGothicLTPro-CnMd;
        color: #fff;
        letter-spacing: 0.25em; }
      #title-box .title-text p {
        font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 30px 0 0 0; }
        #title-box .title-text p.title-jp {
          font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          position: relative;
          display: inline-block;
          padding: 0 30px;
          margin: 10px 0 0 0;
          color: #fff; }
          #title-box .title-text p.title-jp:before, #title-box .title-text p.title-jp:after {
            position: absolute;
            top: calc(50% - 1px);
            width: 20px;
            content: '';
            border-top: solid 1px #fff; }
          #title-box .title-text p.title-jp:before {
            left: 0; }
          #title-box .title-text p.title-jp:after {
            right: 0; }

  /* ------------ company-box ------------ */
  #company-box {
    text-align: center;
    padding: 100px 0; }
    #company-box h2 {
      font: normal 2.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.25em; }
      #company-box h2:nth-of-type(n+2) {
        margin: 100px 0 0 0; }
    #company-box p {
      font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 30px 0 0 0;
      color: #fff; }
      #company-box p.title-jp {
        font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        display: inline-block;
        padding: 0 30px;
        margin: 10px 0 0 0;
        color: #fff; }
        #company-box p.title-jp:before, #company-box p.title-jp:after {
          position: absolute;
          top: calc(50% - 1px);
          width: 20px;
          content: '';
          border-top: solid 1px #fff; }
        #company-box p.title-jp:before {
          left: 0; }
        #company-box p.title-jp:after {
          right: 0; }
    #company-box dl {
      color: #fff;
      font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      text-align: left;
      margin: 30px auto 0;
      padding: 0 5%; }
      #company-box dl dt {
        font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700;
        margin: 15px 0 0 0; }
      #company-box dl dd {
        border-bottom: 1px solid #fff;
        padding: 0 0 15px 10px; }
    #company-box figure.ilu-hand {
      width: 100%;
      margin: 100px 0 0 0; }
      #company-box figure.ilu-hand img {
        width: 100%;
        vertical-align: bottom; }
    #company-box .b-box {
      position: relative; }
      #company-box .b-box figure.ilu-window {
        position: absolute;
        top: -60rem;
        right: 2%;
        max-width: 500px;
        width: 30%; }
        #company-box .b-box figure.ilu-window img {
          width: 100%;
          vertical-align: bottom; }
    #company-box ul.img-box {
      margin: 30px auto 0;
      padding: 0 5%; }
      #company-box ul.img-box li {
        width: 70%;
        list-style: none;
        margin: 20px auto 0; }
        #company-box ul.img-box li img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ privacy-box ------------ */
  #privacy-box {
    text-align: center;
    padding: 100px 0 0 0; }
    #privacy-box h2 {
      font: normal 2.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.25em; }
      #privacy-box h2:nth-of-type(n+2) {
        margin: 100px 0 0 0; }
    #privacy-box p {
      font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 30px 0 0 0;
      color: #fff; }
      #privacy-box p.title-jp {
        font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        display: inline-block;
        padding: 0 30px;
        margin: 10px 0 0 0;
        color: #fff; }
        #privacy-box p.title-jp:before, #privacy-box p.title-jp:after {
          position: absolute;
          top: calc(50% - 1px);
          width: 20px;
          content: '';
          border-top: solid 1px #fff; }
        #privacy-box p.title-jp:before {
          left: 0; }
        #privacy-box p.title-jp:after {
          right: 0; }
    #privacy-box .wrap-box {
      margin: 30px auto 0;
      padding: 0 8%;
      text-align: left; }
      #privacy-box .wrap-box h3 {
        font: normal 1.8rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 50px 0 0 0;
        border-bottom: 1px solid #333;
        padding: 0 0 10px 0; }
      #privacy-box .wrap-box p {
        margin: 10px 0 0 0; }
      #privacy-box .wrap-box ul {
        margin: 10px 0 0 20px; }
        #privacy-box .wrap-box ul li {
          list-style: none;
          font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff; }
          #privacy-box .wrap-box ul li a {
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; }
            #privacy-box .wrap-box ul li a:link, #privacy-box .wrap-box ul li a:visited, #privacy-box .wrap-box ul li a:active {
              text-decoration: underline;
              color: #fff; }
            #privacy-box .wrap-box ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }

  /* ------------ contact-box ------------ */
  #contact-box {
    text-align: center;
    padding: 100px 0 0 0; }
    #contact-box h2 {
      font: normal 2.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.25em; }
      #contact-box h2:nth-of-type(n+2) {
        margin: 100px 0 0 0; }
    #contact-box p {
      font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 30px 0 0 0;
      color: #fff; }
      #contact-box p.title-jp {
        font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        display: inline-block;
        padding: 0 30px;
        margin: 10px 0 0 0;
        color: #fff; }
        #contact-box p.title-jp:before, #contact-box p.title-jp:after {
          position: absolute;
          top: calc(50% - 1px);
          width: 20px;
          content: '';
          border-top: solid 1px #fff; }
        #contact-box p.title-jp:before {
          left: 0; }
        #contact-box p.title-jp:after {
          right: 0; }
    #contact-box form {
      padding: 0 8%; }
      #contact-box form p {
        text-align: left; }
      #contact-box form h3 {
        padding: 0 0 10px 0;
        font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 50px 0 0 0;
        border-bottom: 1px solid #fff;
        text-align: left; }
        #contact-box form h3:first-of-type {
          margin: 30px 0 0 0; }
      #contact-box form dl {
        border-bottom: 1px solid #fff;
        font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        padding: 20px 0; }
        #contact-box form dl dt {
          display: flex;
          align-items: center;
          box-sizing: border-box;
          text-align: left; }
          #contact-box form dl dt .iconrequire {
            font: normal 1rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            background-color: #54317c;
            color: #fff;
            margin: 0 10px 0 0;
            padding: 5px; }
        #contact-box form dl dd {
          display: flex;
          box-sizing: border-box;
          align-items: center;
          text-align: left;
          margin: 15px 0 0 0; }
          #contact-box form dl dd textarea {
            width: 100%;
            height: 200px;
            padding: 10px;
            border: none;
            resize: none;
            font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            box-sizing: border-box; }
            #contact-box form dl dd textarea::-webkit-input-placeholder {
              color: #666; }
            #contact-box form dl dd textarea::placeholder {
              color: #999; }
            #contact-box form dl dd textarea:-ms-input-placeholder {
              color: #999; }
          #contact-box form dl dd input[type="text"] {
            width: 100%;
            border: none;
            font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            box-sizing: border-box;
            padding: 10px; }
            #contact-box form dl dd input[type="text"].w30 {
              width: 100%; }
            #contact-box form dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #contact-box form dl dd input[type="text"]::placeholder {
              color: #999; }
            #contact-box form dl dd input[type="text"]:-ms-input-placeholder {
              color: #999; }
          #contact-box form dl dd input:focus {
            outline: none; }
      #contact-box form .submit-box {
        text-align: center; }
        #contact-box form .submit-box p br {
          display: none; }
        #contact-box form .submit-box p a:link, #contact-box form .submit-box p a:visited, #contact-box form .submit-box p a:active {
          text-decoration: underline;
          color: #fff; }
        #contact-box form .submit-box p a:hover {
          text-decoration: none; }
        #contact-box form .submit-box .submit-button {
          width: 100%;
          padding: 20px 0;
          margin: 30px auto 0;
          font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #54317c;
          border: none;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          appearance: button;
          display: block;
          position: relative; }
          #contact-box form .submit-box .submit-button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #contact-box form .submit-box .submit-button:after {
            content: 'arrow_right';
            position: absolute;
            font-size: 20px;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            color: #fff; }
        #contact-box form .submit-box .back-button {
          width: 100%;
          padding: 20px 0;
          margin: 30px auto 0;
          font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #666;
          border-style: none;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          appearance: button;
          display: block;
          position: relative; }
          #contact-box form .submit-box .back-button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #contact-box form .submit-box .back-button:after {
            content: 'arrow_right';
            position: absolute;
            font-size: 20px;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            color: #fff; }
        #contact-box form .submit-box .agree-box {
          display: block;
          text-align: center;
          cursor: pointer;
          margin: 20px 0 0 0; }
          #contact-box form .submit-box .agree-box span {
            font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #fff;
            vertical-align: middle; }
          #contact-box form .submit-box .agree-box input.mark {
            width: 20px;
            height: 20px;
            border: none; }

  /* ------------ font anime ------------ */
  /* ------------ TextTyping ------------ */
  .TextTyping span {
    display: none; }

  .TextTyping::after {
    content: "|";
    animation: typinganime .8s ease infinite; }

  @keyframes typinganime {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  /* ------------ bgextend ------------ */
  .bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0; }

  @keyframes bgextendAnimeBase {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  .bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0; }

  @keyframes bgextendAnimeSecond {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*伸びる背景色の設定*/ }

  @keyframes bgLRextendAnime {
    0% {
      transform-origin: left;
      transform: scaleX(0); }
    50% {
      transform-origin: left;
      transform: scaleX(1); }
    50.001% {
      transform-origin: right; }
    100% {
      transform-origin: right;
      transform: scaleX(0); } }
  .bgappearTrigger, .bgLRextendTrigger {
    opacity: 0; }

  /* ------------ bgextend ------------ */
  .slide-in {
    overflow: hidden;
    display: inline-block; }

  .slide-in_inner {
    display: inline-block; }

  /* ------------ upAnime ------------ */
  .upAnime {
    opacity: 0;
    /* 事前に透過0 にして消しておく*/ }

  .slideAnimeDownUp {
    animation-name: slideTextY100;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0; }

  @keyframes slideTextY100 {
    from {
      transform: translateY(100%);
      /* 要素を上の枠外に移動*/
      opacity: 0; }
    to {
      transform: translateY(0);
      /* 要素を元の位置に移動*/
      opacity: 1; } }
  .slideAnimeUpDown {
    animation-name: slideTextY-100;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0; }

  @keyframes slideTextY-100 {
    from {
      transform: translateY(-100%);
      /* 要素を下の枠外に移動*/
      opacity: 0; }
    to {
      transform: translateY(0);
      /* 要素を元の位置に移動*/
      opacity: 1; } }
  /* ------------ scrolltrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }

  .visible {
    opacity: 1;
    filter: alpha(opacity=100); }

  .invisible.translate-01 {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px); }

  .visible.translate-01 {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/* ------------ //SP ------------ */
/* ------------ PC ------------  */
@media screen and (min-width: 769px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt"; }
    html#top, body#top {
      background: url(../img/k-06.jpg) repeat top center;
      background-size: 1500px auto; }
    html#common, body#common {
      background: url(../company/img/c-01.jpg) no-repeat top center;
      background-size: cover; } }
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
  html#top, body#top {
    background: url(../img/k-06@2x.jpg) repeat top center;
    background-size: 1500px auto; }
  html#common, body#common {
    background: url(../company/img/c-01@2x.jpg) no-repeat top center;
    background-size: cover; } }
@media screen and (min-width: 769px) {
  /* ------------ material-i ------------ */
  .material-i, #g-nav ul li a::after, #footer .wrap-box .footer-nav ul li a:after, #footer .wrap-box .contact-box a.button:after, #contact-box form .submit-box .submit-button:after, #contact-box form .submit-box .back-button:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ top-loaderbg ------------ */
  #top-loaderbg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 3000;
    text-align: center; }
    #top-loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -12px;
      z-index: 4000; }
      #top-loaderbg #loader .loader {
        width: 24px;
        height: 24px;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        border-right: 2px solid #666;
        border-left: 2px solid #666;
        animation: loader_01 0.75s ease infinite;
        border-radius: 100%; }
  @keyframes loader_01 {
    to {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); } }
  /* ------------ top-eyecatch-box ------------ */
  #top-eyecatch-box {
    position: relative;
    overflow: hidden; }
    #top-eyecatch-box::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(../img/k-02.jpg) no-repeat center center;
      background-size: cover;
      -webkit-animation: zoom 15s 1;
      animation: zoom 15s 1;
      animation-fill-mode: forwards; }
  @keyframes zoom {
    0% {
      transform: scale(1); }
    100% {
      transform: scale(1.1); } }
    #top-eyecatch-box #top-header-box {
      position: absolute;
      top: 50px;
      left: 50px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      #top-eyecatch-box #top-header-box h1 {
        text-indent: -9999px; }
        #top-eyecatch-box #top-header-box h1 a {
          background: url(../img/k-01.png) no-repeat;
          background-size: contain;
          width: 228px;
          height: 47px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top-eyecatch-box #top-header-box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); } }
    @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
      #top-eyecatch-box #top-header-box h1 a {
        background: url(../img/k-01@2x.png);
        background-size: contain; } }
@media screen and (min-width: 769px) {
      #top-eyecatch-box #top-header-box p {
        font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 0 0 0 20px; }
      #top-eyecatch-box #top-header-box .bars {
        position: fixed;
        top: 50px;
        right: 50px;
        width: 50px;
        height: 50px;
        z-index: 200;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.7); }
        #top-eyecatch-box #top-header-box .bars .bar {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 26px;
          height: 2px;
          background: #000;
          transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -ms-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s; }
        #top-eyecatch-box #top-header-box .bars .bar-1 {
          margin: -9px 0 0 -13px; }
        #top-eyecatch-box #top-header-box .bars .bar-2 {
          margin: -1px 0 0 -13px; }
        #top-eyecatch-box #top-header-box .bars .bar-3 {
          margin: 7px 0 0 -13px; }
      #top-eyecatch-box #top-header-box .bars.step-1 .bar-1 {
        transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -webkit-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
        -o-transform: translate3d(0, 8px, 0); }
      #top-eyecatch-box #top-header-box .bars.step-1 .bar-2 {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      #top-eyecatch-box #top-header-box .bars.step-1 .bar-3 {
        transform: translate3d(0, -8px, 0);
        -moz-transform: translate3d(0, -8px, 0);
        -webkit-transform: translate3d(0, -8px, 0);
        -ms-transform: translate3d(0, -8px, 0);
        -o-transform: translate3d(0, -8px, 0); }
      #top-eyecatch-box #top-header-box .bars.step-2 .bar-1 {
        transform: translate3d(0, 8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
        -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
      #top-eyecatch-box #top-header-box .bars.step-2 .bar-2 {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      #top-eyecatch-box #top-header-box .bars.step-2 .bar-3 {
        transform: translate3d(0, -8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
        -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
    #top-eyecatch-box p.copy {
      font-size: clamp(40px, 7vw, 65px);
      font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      line-height: 1;
      font-weight: 500;
      color: #fff;
      position: absolute;
      top: 20%;
      left: 12%;
      text-shadow: 0 0 10px #fff; }
      #top-eyecatch-box p.copy span.small {
        font: normal 3rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #top-eyecatch-box p.read {
      font: normal 1.8rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      left: 12%;
      position: absolute;
      bottom: 8%;
      text-shadow: 0 0 10px #fff; }
    #top-eyecatch-box .scroll-down {
      position: absolute;
      bottom: 20px;
      right: 5%; }
      #top-eyecatch-box .scroll-down span {
        position: absolute;
        left: 10px;
        bottom: 10px;
        color: #fff;
        font-size: 0.7rem;
        letter-spacing: 0.05em;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl; }
      #top-eyecatch-box .scroll-down::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -4px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #eee;
        animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite; }
      #top-eyecatch-box .scroll-down::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2px;
        height: 50px;
        background: #eee; }
  @keyframes circlemove {
    0% {
      bottom: 45px; }
    100% {
      bottom: -5px; } }
  @keyframes cirlemovehide {
    0% {
      opacity: 0; }
    50% {
      opacity: 1; }
    80% {
      opacity: 0.9; }
    100% {
      opacity: 0; } } }
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
  #top-eyecatch-box::before {
    background: url(../img/k-02@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (min-width: 769px) {
  /* ------------ #g-nav ------------ */
  #g-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.85);
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    overflow: scroll; }
    #g-nav ul {
      max-width: 500px;
      width: 50%;
      margin: 100px auto 0; }
      #g-nav ul li {
        list-style: none;
        border-bottom: 1px solid #666;
        font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        /*
        &:nth-child(3){
        margin: 0 0 0 30px;
        border-bottom: 1px dotted #666;
        }
        
        &:nth-child(2){
        padding: 25px 0;
        }
        */ }
        #g-nav ul li a {
          font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          padding: 25px 0;
          display: block;
          position: relative; }
          #g-nav ul li a:link, #g-nav ul li a:visited, #g-nav ul li a:active {
            text-decoration: none;
            color: #fff; }
          #g-nav ul li a:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
          #g-nav ul li a.here {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #g-nav ul li a::after {
            content: 'chevron_right';
            position: absolute;
            color: #fff;
            right: 5px;
            top: 50%;
            font-size: 1.6rem;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
    #g-nav .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    #g-nav.open {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s; }

  /* ------------ top-aboutus-box ------------ */
  #top-aboutus-box {
    background: url(../img/k-03.jpg) no-repeat center center;
    background-size: cover;
    padding: 270px 50px;
    text-align: center;
    position: relative; }
    #top-aboutus-box h2 {
      font: normal 4.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.5em; }
    #top-aboutus-box p {
      font: normal 1.8rem/2.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      margin: 65px 0 0 0; }
      #top-aboutus-box p.title-jp {
        font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        display: inline-block;
        padding: 0 50px;
        margin: 20px 0 0 0; }
        #top-aboutus-box p.title-jp:before, #top-aboutus-box p.title-jp:after {
          position: absolute;
          top: calc(50% - 1px);
          width: 40px;
          content: '';
          border-top: solid 1px #fff; }
        #top-aboutus-box p.title-jp:before {
          left: 0; }
        #top-aboutus-box p.title-jp:after {
          right: 0; }
    #top-aboutus-box figure.ilu-ufo {
      position: absolute;
      top: 7%;
      right: 16%;
      max-width: 329px;
      width: 40%; }
      #top-aboutus-box figure.ilu-ufo img {
        width: 100%;
        vertical-align: bottom;
        animation: 2s ufo  ease-in-out infinite; }
    #top-aboutus-box figure.ilu-earth {
      position: absolute;
      bottom: -25rem;
      left: -23rem;
      max-width: 600px;
      width: 45%; }
      #top-aboutus-box figure.ilu-earth img {
        width: 100%;
        vertical-align: bottom; }

  @keyframes ufo {
    0%, 100% {
      transform: translateY(0); }
    50% {
      transform: translateY(-10px); } } }
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
  #top-aboutus-box {
    background: url(../img/k-03@2x.jpg) no-repeat center center;
    background-size: cover;
    position: relative; } }
@media screen and (min-width: 769px) {
  /* ------------ top-message-box ------------ 
  
  #top-aboutus-box{
  background: url(../img/k-03.jpg) no-repeat center center;
  background-size: cover; 
  padding: 270px 50px;
  text-align: center;
  position: relative;
  
  h2{
  @include font(4.4, 1);
  font-family: $font_en;
  color: $text_color;
  letter-spacing: 0.5em;
  }
  
  p{
  @include font(1.8, 2.5);
  color: $text_color;
  margin: 65px 0 0 0;
  
  &.title-jp{
  @include font(1.6, 1.5);
  position: relative;
  display: inline-block;
  padding: 0 50px;
  margin: 20px 0 0 0;
  
  &:before,&:after {
  position: absolute;
  top: calc(50% - 1px);
  width: 40px;
  content: '';
  border-top: solid 1px $text_color;
  }
  
  &:before {
  left: 0;
  }
  
  &:after {
  right: 0;
  }
  }
  
  
  
  
  
  }
  
  figure{
  
  &.ilu-ufo {
  position: absolute;
  top: 7%;
  right: 16%;
  max-width: 329px;
  width: 40%;
  
  img{
  width: 100%;
  vertical-align: bottom;
  animation: 2s ufo  ease-in-out infinite;
  }
  }
  
  &.ilu-earth{
  position: absolute;
  bottom: -25rem;
  left: -23rem;
  max-width: 600px;
  width: 45%;
  
  img{
  width: 100%;
  vertical-align: bottom;
  }
  }
  }
  }
  
  @keyframes ufo {
  0%, 100% {transform: translateY(0);}
  50% {transform: translateY(-10px);}
  }
  
  @media only screen and(-webkit-min-device-pixel-ratio: 2){ 
  
  #top-aboutus-box{
  background: url(../img/k-03@2x.jpg) no-repeat center center;
  background-size: cover; 
  position: relative;
  }
  }
  
  /* ------------ top-message-box ------------ */
  #top-message-box {
    padding: 150px 0 0 0;
    text-align: center;
    background: url(../img/k-09.jpg) no-repeat center center;
    background-size: cover; }
    #top-message-box h2 {
      font: normal 4.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.5em; }
    #top-message-box p.title-jp {
      font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      position: relative;
      display: inline-block;
      padding: 0 50px;
      margin: 20px 0 0 0;
      color: #fff; }
      #top-message-box p.title-jp:before, #top-message-box p.title-jp:after {
        position: absolute;
        top: calc(50% - 1px);
        width: 40px;
        content: '';
        border-top: solid 1px #fff; }
      #top-message-box p.title-jp:before {
        left: 0; }
      #top-message-box p.title-jp:after {
        right: 0; }
    #top-message-box .wrap-box {
      margin: 65px auto 0;
      max-width: 800px;
      padding: 0 50px; }
      #top-message-box .wrap-box figure.ilu-boss {
        max-width: 270px;
        width: 40%;
        margin: 0 0 0 auto;
        animation: 1s ufo  ease-in-out infinite; }
        #top-message-box .wrap-box figure.ilu-boss img {
          width: 100%;
          vertical-align: bottom; }
        #top-message-box .wrap-box figure.ilu-boss figcaption {
          font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff;
          margin: 30px 0 0 0; }
      #top-message-box .wrap-box .text-box P {
        font: normal 1.8rem/2.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        text-align: left; }
    #top-message-box figure.ilu-astronaut {
      width: 100%; }
      #top-message-box figure.ilu-astronaut img {
        width: 100%;
        vertical-align: bottom; } }
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
  #top-message-box {
    background: url(../img/k-09@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (min-width: 769px) {
  /* ------------ top-service-box ------------ */
  #top-service-box {
    padding: 150px 50px 0;
    text-align: center;
    position: relative; }
    #top-service-box h2 {
      font: normal 4.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.5em; }
    #top-service-box p {
      font: normal 2.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      margin: 65px 0 0 0; }
      #top-service-box p.title-jp {
        font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        display: inline-block;
        padding: 0 50px;
        margin: 20px 0 0 0;
        color: #fff; }
        #top-service-box p.title-jp:before, #top-service-box p.title-jp:after {
          position: absolute;
          top: calc(50% - 1px);
          width: 40px;
          content: '';
          border-top: solid 1px #fff; }
        #top-service-box p.title-jp:before {
          left: 0; }
        #top-service-box p.title-jp:after {
          right: 0; }
      #top-service-box p.ikada {
        margin: 70px 0 0 0; }
      #top-service-box p.text-box {
        margin: 40px auto 0;
        max-width: 800px;
        padding: 0 50px;
        font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        text-align: left; }
    #top-service-box ul {
      max-width: 1000px;
      margin: 50px auto 0;
      display: flex;
      justify-content: space-between; }
      #top-service-box ul li {
        width: 30%;
        position: relative; }
        #top-service-box ul li a {
          display: block;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          #top-service-box ul li a:link, #top-service-box ul li a:visited, #top-service-box ul li a:active {
            text-decoration: none; }
          #top-service-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #top-service-box ul li img {
          width: 100%;
          vertical-align: bottom; }
        #top-service-box ul li h3 {
          color: #fff;
          margin: 10px 0 0 0;
          font-size: clamp(14px, 2vw, 20px);
          font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 400;
          line-height: 1.5; }
        #top-service-box ul li p.cate {
          position: absolute;
          top: 10px;
          left: 10px;
          font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 0;
          padding: 5px;
          background: rgba(255, 255, 255, 0.7); }
    #top-service-box figure.ilu-astronaut {
      position: absolute;
      top: -10rem;
      left: 10%;
      max-width: 250px;
      width: 25%; }
      #top-service-box figure.ilu-astronaut img {
        width: 100%;
        vertical-align: bottom;
        animation: 2s ufo  ease-in-out infinite; }
    #top-service-box figure.ilu-ikada {
      max-width: 400px;
      width: 80%;
      margin: 30px auto 0; }
      #top-service-box figure.ilu-ikada a {
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        #top-service-box figure.ilu-ikada a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #top-service-box figure.ilu-ikada a img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ footer ------------ */
  #footer {
    margin: 50px 0 0 0;
    padding: 0 50px; }
    #footer figure.ilu-sun {
      width: 100%; }
      #footer figure.ilu-sun img {
        width: 100%;
        vertical-align: bottom; }
    #footer .wrap-box {
      max-width: 1000px;
      margin: 30px auto 0;
      display: flex;
      justify-content: space-between; }
      #footer .wrap-box .company-box figure.logo {
        max-width: 203px; }
        #footer .wrap-box .company-box figure.logo img {
          width: 100%;
          vertical-align: bottom; }
      #footer .wrap-box .company-box p {
        font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 20px 0 0 0; }
        #footer .wrap-box .company-box p a {
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          #footer .wrap-box .company-box p a:link, #footer .wrap-box .company-box p a:visited, #footer .wrap-box .company-box p a:active {
            text-decoration: underline;
            color: #fff; }
          #footer .wrap-box .company-box p a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #footer .wrap-box .footer-nav ul li {
        list-style: none;
        margin: 15px 0 0 0;
        font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        /*
        &:nth-child(3){
        margin: 15px 0 0 20px;
        }
        
        &:nth-child(2){
        padding: 0 0 0 15px;
        }
        */ }
        #footer .wrap-box .footer-nav ul li a {
          font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          position: relative;
          padding: 0 0 0 15px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer .wrap-box .footer-nav ul li a:link, #footer .wrap-box .footer-nav ul li a:visited, #footer .wrap-box .footer-nav ul li a:active {
            color: #fff;
            text-decoration: none; }
          #footer .wrap-box .footer-nav ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #footer .wrap-box .footer-nav ul li a:after {
            content: 'arrow_right';
            position: absolute;
            font-size: 16px;
            left: 0;
            top: 50%;
            transform: translateY(-40%);
            -moz-transform: translateY(-40%);
            -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            -o-transform: translateY(-40%);
            color: #fff; }
        #footer .wrap-box .footer-nav ul li:first-child {
          margin: 0; }
      #footer .wrap-box .contact-box p.title {
        font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        border: 1px solid #fff;
        padding: 8px 20px; }
        #footer .wrap-box .contact-box p.title:nth-of-type(n+2) {
          margin: 30px 0 0 0; }
      #footer .wrap-box .contact-box p.telnumber {
        font: normal 3.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        font-weight: 700;
        margin: 10px 0 0 0; }
        #footer .wrap-box .contact-box p.telnumber span {
          font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 400; }
          #footer .wrap-box .contact-box p.telnumber span.icon {
            font: normal 3rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 400; }
      #footer .wrap-box .contact-box p.small {
        font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 10px 0 0 0; }
      #footer .wrap-box .contact-box a.button {
        width: 100%;
        padding: 20px 0;
        margin: 20px auto 0;
        font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        background: #54317c;
        font-weight: 700;
        display: inline-block;
        text-align: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative; }
        #footer .wrap-box .contact-box a.button:link, #footer .wrap-box .contact-box a.button:visited, #footer .wrap-box .contact-box a.button:active {
          text-decoration: none;
          color: #fff; }
        #footer .wrap-box .contact-box a.button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #footer .wrap-box .contact-box a.button:after {
          content: 'arrow_right';
          position: absolute;
          font-size: 30px;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          color: #fff; }
    #footer .copy-box {
      max-width: 1000px;
      margin: 50px auto 0;
      padding: 30px 0;
      border-top: 1px solid #444;
      display: flex;
      justify-content: flex-start; }
      #footer .copy-box ul {
        display: flex;
        justify-content: flex-start; }
        #footer .copy-box ul li {
          list-style: none;
          margin: 0 30px 0 0; }
          #footer .copy-box ul li a {
            font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #footer .copy-box ul li a:link, #footer .copy-box ul li a:visited, #footer .copy-box ul li a:active {
              color: #fff;
              text-decoration: none; }
            #footer .copy-box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
      #footer .copy-box p {
        margin: 0 0 0 auto;
        font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff; }

  /* ------------ page-top ------------ */
  #page-top {
    position: fixed;
    right: 20px;
    z-index: 100; }
    #page-top a {
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page-top a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #page-top a img {
        max-width: 80px;
        vertical-align: bottom; }

  /* ------------ title-box ------------ */
  #title-box {
    background: url(../company/img/c-02.jpg) no-repeat center center;
    background-size: cover;
    height: 450px; }
    #title-box #header-box {
      padding: 30px 50px;
      position: relative;
      background: rgba(0, 0, 0, 0.6); }
      #title-box #header-box h1 {
        text-indent: -9999px; }
        #title-box #header-box h1 a {
          background: url(../img/k-01.png) no-repeat;
          background-size: contain;
          width: 228px;
          height: 47px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #title-box #header-box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); } }
    @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
      #title-box #header-box h1 a {
        background: url(../img/k-01@2x.png);
        background-size: contain; } }
@media screen and (min-width: 769px) {
      #title-box #header-box .bars {
        position: fixed;
        top: 30px;
        right: 50px;
        width: 50px;
        height: 50px;
        z-index: 200;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.7); }
        #title-box #header-box .bars .bar {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 26px;
          height: 2px;
          background: #000;
          transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -ms-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s; }
        #title-box #header-box .bars .bar-1 {
          margin: -9px 0 0 -13px; }
        #title-box #header-box .bars .bar-2 {
          margin: -1px 0 0 -13px; }
        #title-box #header-box .bars .bar-3 {
          margin: 7px 0 0 -13px; }
      #title-box #header-box .bars.step-1 .bar-1 {
        transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -webkit-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
        -o-transform: translate3d(0, 8px, 0); }
      #title-box #header-box .bars.step-1 .bar-2 {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      #title-box #header-box .bars.step-1 .bar-3 {
        transform: translate3d(0, -8px, 0);
        -moz-transform: translate3d(0, -8px, 0);
        -webkit-transform: translate3d(0, -8px, 0);
        -ms-transform: translate3d(0, -8px, 0);
        -o-transform: translate3d(0, -8px, 0); }
      #title-box #header-box .bars.step-2 .bar-1 {
        transform: translate3d(0, 8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
        -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
      #title-box #header-box .bars.step-2 .bar-2 {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      #title-box #header-box .bars.step-2 .bar-3 {
        transform: translate3d(0, -8px, 0) rotate(135deg);
        -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
        -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
    #title-box .title-text {
      text-align: center;
      margin: 120px 0 0 0; }
      #title-box .title-text h2 {
        font: normal 4.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: FranklinGothicLTPro-CnMd;
        color: #fff;
        letter-spacing: 0.5em; }
      #title-box .title-text p {
        font: normal 2.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 65px 0 0 0; }
        #title-box .title-text p.title-jp {
          font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          position: relative;
          display: inline-block;
          padding: 0 50px;
          margin: 20px 0 0 0;
          color: #fff; }
          #title-box .title-text p.title-jp:before, #title-box .title-text p.title-jp:after {
            position: absolute;
            top: calc(50% - 1px);
            width: 40px;
            content: '';
            border-top: solid 1px #fff; }
          #title-box .title-text p.title-jp:before {
            left: 0; }
          #title-box .title-text p.title-jp:after {
            right: 0; } }
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
  #title-box {
    background: url(../company/img/c-02@2x.jpg) no-repeat center center;
    background-size: cover; } }
@media screen and (min-width: 769px) {
  /* ------------ company-box ------------ */
  #company-box {
    text-align: center;
    padding: 150px 0; }
    #company-box h2 {
      font: normal 4.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.5em; }
      #company-box h2:nth-of-type(n+2) {
        margin: 150px 0 0 0; }
    #company-box p {
      font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 65px 0 0 0;
      color: #fff; }
      #company-box p.title-jp {
        font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        display: inline-block;
        padding: 0 50px;
        margin: 20px 0 0 0;
        color: #fff; }
        #company-box p.title-jp:before, #company-box p.title-jp:after {
          position: absolute;
          top: calc(50% - 1px);
          width: 40px;
          content: '';
          border-top: solid 1px #fff; }
        #company-box p.title-jp:before {
          left: 0; }
        #company-box p.title-jp:after {
          right: 0; }
    #company-box dl {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      color: #fff;
      font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      text-align: left;
      max-width: 700px;
      margin: 65px auto 0;
      padding: 0 50px; }
      #company-box dl dt {
        width: 30%;
        border-bottom: 1px solid #555;
        padding: 20px 0; }
      #company-box dl dd {
        width: 70%;
        border-bottom: 1px solid #555;
        padding: 20px 0; }
    #company-box figure.ilu-hand {
      width: 100%;
      margin: 100px 0 0 0; }
      #company-box figure.ilu-hand img {
        width: 100%;
        vertical-align: bottom; }
    #company-box .b-box {
      position: relative; }
      #company-box .b-box figure.ilu-window {
        position: absolute;
        top: -40rem;
        right: 2%;
        max-width: 500px;
        width: 30%; }
        #company-box .b-box figure.ilu-window img {
          width: 100%;
          vertical-align: bottom; }
    #company-box ul.img-box {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 700px;
      margin: 65px auto 0;
      padding: 0 50px; }
      #company-box ul.img-box li {
        max-width: 320px;
        width: 45%;
        list-style: none; }
        #company-box ul.img-box li img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ privacy-box ------------ */
  #privacy-box {
    text-align: center;
    padding: 150px 0 0 0; }
    #privacy-box h2 {
      font: normal 4.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.5em; }
      #privacy-box h2:nth-of-type(n+2) {
        margin: 150px 0 0 0; }
    #privacy-box p {
      font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 65px 0 0 0;
      color: #fff; }
      #privacy-box p.title-jp {
        font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        display: inline-block;
        padding: 0 50px;
        margin: 20px 0 0 0;
        color: #fff; }
        #privacy-box p.title-jp:before, #privacy-box p.title-jp:after {
          position: absolute;
          top: calc(50% - 1px);
          width: 40px;
          content: '';
          border-top: solid 1px #fff; }
        #privacy-box p.title-jp:before {
          left: 0; }
        #privacy-box p.title-jp:after {
          right: 0; }
    #privacy-box .wrap-box {
      max-width: 700px;
      margin: 65px auto 0;
      padding: 0 50px;
      text-align: left; }
      #privacy-box .wrap-box h3 {
        font: normal 2.2rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 70px 0 0 0;
        border-bottom: 1px solid #444;
        padding: 0 0 10px 0; }
      #privacy-box .wrap-box p {
        margin: 20px 0 0 0; }
      #privacy-box .wrap-box ul {
        margin: 20px 0 0 30px; }
        #privacy-box .wrap-box ul li {
          list-style: none;
          font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff; }
          #privacy-box .wrap-box ul li a {
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; }
            #privacy-box .wrap-box ul li a:link, #privacy-box .wrap-box ul li a:visited, #privacy-box .wrap-box ul li a:active {
              text-decoration: underline;
              color: #fff; }
            #privacy-box .wrap-box ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }

  /* ------------ contact-box ------------ */
  #contact-box {
    text-align: center;
    padding: 150px 0 0 0; }
    #contact-box h2 {
      font: normal 4.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: FranklinGothicLTPro-CnMd;
      color: #fff;
      letter-spacing: 0.5em; }
      #contact-box h2:nth-of-type(n+2) {
        margin: 150px 0 0 0; }
    #contact-box p {
      font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 65px 0 0 0;
      color: #fff; }
      #contact-box p.title-jp {
        font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        display: inline-block;
        padding: 0 50px;
        margin: 20px 0 0 0;
        color: #fff; }
        #contact-box p.title-jp:before, #contact-box p.title-jp:after {
          position: absolute;
          top: calc(50% - 1px);
          width: 40px;
          content: '';
          border-top: solid 1px #fff; }
        #contact-box p.title-jp:before {
          left: 0; }
        #contact-box p.title-jp:after {
          right: 0; }
    #contact-box form {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 50px; }
      #contact-box form h3 {
        padding: 0 0 20px 0;
        font: normal 2.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        margin: 70px 0 0 0;
        border-bottom: 1px solid #fff;
        text-align: left; }
        #contact-box form h3:first-of-type {
          margin: 50px 0 0 0; }
      #contact-box form dl {
        border-bottom: 1px solid #444;
        font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #contact-box form dl dt {
          width: 30%;
          display: flex;
          align-items: center;
          padding: 30px 15px;
          box-sizing: border-box;
          text-align: left; }
          #contact-box form dl dt .iconrequire {
            font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            background-color: #54317c;
            color: #fff;
            margin: 0 10px 0 0;
            padding: 5px; }
        #contact-box form dl dd {
          width: 70%;
          display: flex;
          padding: 30px 15px;
          box-sizing: border-box;
          align-items: center;
          text-align: left; }
          #contact-box form dl dd textarea {
            width: 100%;
            height: 300px;
            border: none;
            padding: 10px;
            resize: none;
            font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            box-sizing: border-box; }
            #contact-box form dl dd textarea::-webkit-input-placeholder {
              color: #666; }
            #contact-box form dl dd textarea::placeholder {
              color: #999; }
            #contact-box form dl dd textarea:-ms-input-placeholder {
              color: #999; }
          #contact-box form dl dd input[type="text"] {
            width: 100%;
            border: none;
            font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            box-sizing: border-box;
            padding: 10px;
            margin: 0 10px 0 0; }
            #contact-box form dl dd input[type="text"].w30 {
              width: 50%; }
            #contact-box form dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #contact-box form dl dd input[type="text"]::placeholder {
              color: #999; }
            #contact-box form dl dd input[type="text"]:-ms-input-placeholder {
              color: #999; }
          #contact-box form dl dd input:focus {
            outline: none; }
      #contact-box form .submit-box {
        text-align: center; }
        #contact-box form .submit-box p a:link, #contact-box form .submit-box p a:visited, #contact-box form .submit-box p a:active {
          text-decoration: underline;
          color: #fff; }
        #contact-box form .submit-box p a:hover {
          text-decoration: none; }
        #contact-box form .submit-box .submit-button {
          width: 350px;
          padding: 20px 0;
          margin: 30px auto 0;
          font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #54317c;
          border: none;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          appearance: button;
          display: block;
          position: relative; }
          #contact-box form .submit-box .submit-button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #contact-box form .submit-box .submit-button:after {
            content: 'arrow_right';
            position: absolute;
            font-size: 30px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            color: #fff; }
        #contact-box form .submit-box .back-button {
          width: 350px;
          padding: 20px 0;
          margin: 50px auto 0;
          font: normal 1.8rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #666;
          border-style: none;
          cursor: pointer;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          appearance: button;
          display: block;
          position: relative; }
          #contact-box form .submit-box .back-button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #contact-box form .submit-box .back-button:after {
            content: 'arrow_right';
            position: absolute;
            font-size: 30px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            color: #fff; }
        #contact-box form .submit-box .agree-box {
          display: block;
          text-align: center;
          cursor: pointer;
          margin: 30px 0 0 0; }
          #contact-box form .submit-box .agree-box span {
            font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #fff;
            vertical-align: middle; }
          #contact-box form .submit-box .agree-box input.mark {
            width: 20px;
            height: 20px;
            border: none; }

  /* ------------ font anime ------------ */
  /* ------------ TextTyping ------------ */
  .TextTyping span {
    display: none; }

  .TextTyping::after {
    content: "|";
    animation: typinganime .8s ease infinite; }

  @keyframes typinganime {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  /* ------------ bgextend ------------ */
  .bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0; }

  @keyframes bgextendAnimeBase {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  .bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0; }

  @keyframes bgextendAnimeSecond {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*伸びる背景色の設定*/ }

  @keyframes bgLRextendAnime {
    0% {
      transform-origin: left;
      transform: scaleX(0); }
    50% {
      transform-origin: left;
      transform: scaleX(1); }
    50.001% {
      transform-origin: right; }
    100% {
      transform-origin: right;
      transform: scaleX(0); } }
  .bgappearTrigger, .bgLRextendTrigger {
    opacity: 0; }

  /* ------------ bgextend ------------ */
  .slide-in {
    overflow: hidden;
    display: inline-block; }

  .slide-in_inner {
    display: inline-block; }

  /* ------------ upAnime ------------ */
  .upAnime {
    opacity: 0;
    /* 事前に透過0 にして消しておく*/ }

  .slideAnimeDownUp {
    animation-name: slideTextY100;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0; }

  @keyframes slideTextY100 {
    from {
      transform: translateY(100%);
      /* 要素を上の枠外に移動*/
      opacity: 0; }
    to {
      transform: translateY(0);
      /* 要素を元の位置に移動*/
      opacity: 1; } }
  .slideAnimeUpDown {
    animation-name: slideTextY-100;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0; }

  @keyframes slideTextY-100 {
    from {
      transform: translateY(-100%);
      /* 要素を下の枠外に移動*/
      opacity: 0; }
    to {
      transform: translateY(0);
      /* 要素を元の位置に移動*/
      opacity: 1; } }
  /* ------------ scrolltrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }

  .visible {
    opacity: 1;
    filter: alpha(opacity=100); }

  .invisible.translate-01 {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px); }

  .visible.translate-01 {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/* ------------ //PC ------------ */
