@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%;
    color: #000;
    font-feature-settings: "palt"; }

  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, h3:after, #service-box ul li a p:after, #company-box .inner-box .news-box .title-box p:after, #contact-box .submit-box .submit-button:after, #page-top a::before, #guest-form .submit-box .submit-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; }

  /* ------------ common ------------ */
  p {
    font: normal 1.4rem/2 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }

  h3 {
    font: normal 4.6rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: DINNextLTPro-Medium;
    position: relative; }
    h3:after {
      content: 'remove';
      font-size: 40px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      color: #00B6AC; }

  h3 + p {
    font: normal 1.5rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: -2px 0 0 0; }

  a.button-01 {
    display: none; }

  /* ------------ splash-box ------------ */
  #splash-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #313636;
    text-align: center; }
    #splash-box #splash-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #splash-box #splash-logo img {
        width: 150px; }

  .fade-up {
    animation-name: fadeupAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0; }

  @keyframes fadeupAnime {
    from {
      opacity: 0;
      transform: translateY(60px); }
    to {
      opacity: 1;
      transform: translateY(0); } }
  /* ------------ header-box ------------ */
  #header-box {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff; }
    #header-box h1 {
      display: none; }
    #header-box .main-nav {
      margin: 0 auto; }
      #header-box .main-nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; }
        #header-box .main-nav ul li {
          margin: 0 10px;
          font: normal 1.4rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: DINNextLTPro-Regular; }
          #header-box .main-nav ul li a {
            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;
            position: relative; }
            #header-box .main-nav ul li a:link, #header-box .main-nav ul li a:visited, #header-box .main-nav ul li a:active {
              text-decoration: none;
              color: #000; }
            #header-box .main-nav ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
    #header-box.contact h1 {
      text-indent: -9999px;
      display: block; }
      #header-box.contact h1 a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        width: calc(330px/2);
        height: calc(34px/2);
        display: block;
        background: url(../img/01.png) no-repeat;
        background-size: contain;
        margin: 0 auto 20px; }
        #header-box.contact h1 a:link, #header-box.contact h1 a:visited, #header-box.contact h1 a:active {
          text-decoration: none; }
        #header-box.contact h1 a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #header-box.guest {
      justify-content: center;
      padding: 30px 5%; }
      #header-box.guest h1 {
        text-indent: -9999px;
        display: block; }
        #header-box.guest h1 a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          width: calc(330px/1.5);
          height: calc(34px/1.5);
          display: block;
          background: url(../img/01@2x.png) no-repeat;
          background-size: contain; }
          #header-box.guest h1 a:link, #header-box.guest h1 a:visited, #header-box.guest h1 a:active {
            text-decoration: none; }
          #header-box.guest h1 a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }

  /* ------------ eyecatch-box ------------ */
  #eyecatch-box {
    overflow: hidden; }
    #eyecatch-box .l-box {
      width: 90%;
      margin: 30px auto 0; }
      #eyecatch-box .l-box .inner-box figure {
        width: 70%;
        margin: 0 auto 0 0; }
        #eyecatch-box .l-box .inner-box figure img {
          position: relative;
          width: 100%; }
      #eyecatch-box .l-box .inner-box h2 {
        font: normal 2.6rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 20px 0 0 0; }
    #eyecatch-box .r-box {
      width: 95%;
      margin: 30px 0 0 auto; }
      #eyecatch-box .r-box figure {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        #eyecatch-box .r-box figure img {
          position: relative; }
          #eyecatch-box .r-box figure img.bg {
            width: 100%;
            z-index: -1; }
          #eyecatch-box .r-box figure img.text {
            height: 70%;
            position: absolute;
            z-index: 1; }

  /* ------------ concept-box ------------ */
  #concept-box {
    width: 90%;
    margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden; }
    #concept-box figure {
      order: 2;
      width: 70%;
      margin: 30px auto 0; }
      #concept-box figure img {
        width: 100%;
        vertical-align: bottom; }
    #concept-box .text-box {
      order: 1; }
      #concept-box .text-box .inner-box {
        margin: 50px 0 0 0; }

  /* ------------ scroll-box ------------ */
  #scroll-box {
    margin: 50px auto 0;
    overflow: hidden; }
    #scroll-box figure {
      height: 80px;
      background-size: cover;
      background-image: url(../img/05@2x.png);
      background-repeat: repeat-x;
      -webkit-animation: bgscroll 70s linear infinite;
      animation: bgscroll 70s linear infinite;
      animation-direction: reverse; }
  @-webkit-keyframes bgscroll {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 2650px 0; } }
  @keyframes bgscroll {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 2650px 0; } }
  /* ------------ service-box ------------ */
  #service-box {
    width: 90%;
    margin: 50px auto 0;
    overflow: hidden; }
    #service-box ul {
      display: flex;
      justify-content: space-between;
      margin: 50px 0 0 0; }
      #service-box ul li {
        width: 47%;
        list-style: none; }
        #service-box ul li img {
          width: 100%;
          vertical-align: bottom; }
        #service-box ul li p {
          font: normal 1.4rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 10px 0 0 0;
          position: relative; }
        #service-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;
          display: block; }
          #service-box ul li a:link, #service-box ul li a:visited, #service-box ul li a:active {
            color: #000;
            text-decoration: none; }
          #service-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #service-box ul li a p:after {
            content: 'arrow_forward';
            position: absolute;
            font-size: 18px;
            right: 0;
            top: 50%;
            transform: translateY(-40%);
            -moz-transform: translateY(-40%);
            -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            -o-transform: translateY(-40%);
            color: #00B6AC; }

  /* ------------ company-box ------------ */
  #company-box {
    background: #f5f5f5;
    margin: 80px auto 0;
    overflow: hidden; }
    #company-box .inner-box {
      width: 90%;
      margin: 0 auto;
      padding: 80px 0;
      text-align: center; }
      #company-box .inner-box dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 30px 0;
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
        font: normal 1.4rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #company-box .inner-box dl dt {
          width: 100px; }
        #company-box .inner-box dl dd {
          flex: 1; }
        #company-box .inner-box dl:first-of-type {
          margin: 30px auto 0; }
      #company-box .inner-box .g-box {
        max-width: 1200px;
        margin: 70px auto 0;
        height: 0;
        overflow: hidden;
        padding-bottom: 40%;
        position: relative; }
        #company-box .inner-box .g-box iframe {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          filter: grayscale(80%); }
      #company-box .inner-box figure {
        margin: 40px auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        #company-box .inner-box figure p {
          font: normal 3rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: DINNextLTPro-Medium;
          position: absolute;
          color: #fff; }
        #company-box .inner-box figure img {
          width: 100%;
          vertical-align: bottom;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
      #company-box .inner-box .news-box {
        margin: 40px auto 0;
        background: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        padding: 40px 20px;
        box-sizing: border-box; }
        #company-box .inner-box .news-box .title-box p {
          font: normal 4rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: DINNextLTPro-Medium;
          position: relative; }
          #company-box .inner-box .news-box .title-box p:after {
            content: 'remove';
            font-size: 40px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            color: #00B6AC; }
        #company-box .inner-box .news-box .text-box dl {
          align-items: flex-start; }
          #company-box .inner-box .news-box .text-box dl:first-of-type {
            padding: 30px 0 30px 0; }
          #company-box .inner-box .news-box .text-box dl dd {
            line-height: 2; }
            #company-box .inner-box .news-box .text-box dl dd a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #company-box .inner-box .news-box .text-box dl dd a:link, #company-box .inner-box .news-box .text-box dl dd a:visited, #company-box .inner-box .news-box .text-box dl dd a:active {
                text-decoration: none;
                color: #000; }
              #company-box .inner-box .news-box .text-box dl dd a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }

  /* ------------ contact-box ------------ */
  #contact-box {
    width: 90%;
    margin: 80px auto 0; }
    #contact-box dl {
      border-bottom: 1px solid #dcdcdc;
      padding: 30px 0;
      font: normal 1.4rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #contact-box dl dt {
        font: normal 1.6rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: DINNextLTPro-Medium;
        margin: 0 20px 0 0; }
        #contact-box dl dt span {
          font: normal 1rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff;
          background: #333;
          margin: 0 10px;
          padding: 3px 7px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #contact-box dl dd {
        margin: 20px 0 0 0; }
        #contact-box dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #dcdcdc;
          font: normal 1.4rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #contact-box dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #contact-box dl dd input[type="text"]:-moz-placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #contact-box dl dd input[type="text"]::placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #contact-box dl dd textarea {
          width: 100%;
          height: 250px;
          border: 1px solid #dcdcdc;
          padding: 10px;
          resize: none;
          font: normal 1.4rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          box-sizing: border-box; }
          #contact-box dl dd textarea::-webkit-input-placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #contact-box dl dd textarea:-moz-placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #contact-box dl dd textarea::placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #contact-box dl:first-of-type {
        margin: 30px 0 0 0; }
    #contact-box .submit-box {
      text-align: center;
      margin: 30px 0 0 0; }
      #contact-box .submit-box .agree-box {
        display: block;
        text-align: center;
        cursor: pointer; }
        #contact-box .submit-box .agree-box span {
          font: normal 1.4rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          vertical-align: middle; }
        #contact-box .submit-box .agree-box input.mark {
          width: 20px;
          height: 20px;
          border: 1px solid #dcdcdc; }
      #contact-box .submit-box .submit-button {
        width: 100%;
        padding: 20px 0;
        margin: 30px 0 0 0;
        font: normal 1.6rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center;
        color: #000;
        border: 1px solid #dcdcdc;
        background: #fff;
        cursor: pointer;
        display: inline-block;
        appearance: button;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #contact-box .submit-box .submit-button:after {
          content: 'arrow_forward';
          position: absolute;
          font-size: 20px;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          color: #00B6AC; }
        #contact-box .submit-box .submit-button:hover {
          background: #00B6AC;
          color: #fff; }
          #contact-box .submit-box .submit-button:hover:after {
            color: #fff; }
      #contact-box .submit-box .back-button {
        width: 100%;
        padding: 20px 0;
        margin: 30px 30px 0 0;
        font: normal 1.6rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center;
        background: #f5f5f5;
        color: #000;
        border-style: none;
        cursor: pointer;
        display: inline-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;
        appearance: button;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #contact-box .submit-box .back-button:hover {
          background: #333;
          color: #fff; }
    #contact-box table {
      width: 100%;
      margin: 30px auto 0; }
      #contact-box table th {
        padding: 30px 0;
        border-bottom: 1px solid #dcdcdc;
        font: normal 1.4rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        width: 100px;
        text-align: left;
        box-sizing: border-box; }
      #contact-box table td {
        padding: 30px 0;
        border-bottom: 1px solid #dcdcdc;
        font: normal 1.4rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: left;
        box-sizing: border-box; }
    #contact-box .pp-box {
      margin: 50px auto 0;
      height: 200px;
      overflow-y: scroll;
      padding: 10px;
      box-sizing: border-box; }
      #contact-box .pp-box h4 {
        font: normal 1.4rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 20px 0 10px 0; }
      #contact-box .pp-box ul {
        margin: 10px 0 0 20px; }
        #contact-box .pp-box ul li {
          font: normal 1.4rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #contact-box p.end {
      margin: 30px 0 0 0; }

  /* ------------ footer-box ------------ */
  #footer-box {
    background: #313636;
    margin: 150px 0 0 0;
    text-align: center;
    padding: 80px 5% 200px; }
    #footer-box figure {
      max-width: 220px;
      margin: 0 auto; }
      #footer-box figure img {
        width: 100%;
        vertical-align: bottom; }
    #footer-box p {
      color: #fff;
      margin: 30px 0 0 0; }
      #footer-box p.copy {
        font: normal 1rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 30px 0 0 0; }

  /* ------------ end-img-box ------------ */
  #end-img-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/10@2x.jpg") no-repeat center center;
    background-size: cover;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #end-img-box figure {
      margin: 0 auto;
      width: 20%; }
      #end-img-box figure img {
        width: 100%;
        vertical-align: bottom; }

  /* ------------ 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); }

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

  .visible.translate-02 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0); }

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

  .visible.translate-03 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0); }

  /* ------------ page-top ------------ */
  #page-top {
    width: 30px;
    height: 30px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #00B6AC;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800; }
    #page-top a {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      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::before {
        content: 'arrow_upward';
        font-size: 20px;
        color: #fff;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ guest-form ------------ */
  #guest-form {
    width: 90%;
    margin: 0 auto; }
    #guest-form h2 {
      background: #01B6A9;
      padding: 10px;
      font: normal 1.8rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700; }
    #guest-form h4 {
      background: #313636;
      padding: 10px;
      font: normal 1.6rem/1.5 "TsukuGoPr5-R", "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;
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700; }
    #guest-form p {
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #guest-form p span {
        color: #fff;
        background: brown;
        padding: 5px;
        margin: 10px 0;
        display: inline-block;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
        #guest-form p span.req {
          background: #fff;
          color: brown;
          padding: 0;
          margin: 0; }
      #guest-form p.mt30 {
        margin: 20px 0 0 0; }
    #guest-form hr {
      border: none;
      border-bottom: 1px solid #999;
      margin: 30px 0; }
    #guest-form dl {
      border-bottom: 1px solid #dcdcdc;
      padding: 15px 0;
      font: normal 1.4rem/1.5 "TsukuGoPr5-R", "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; }
      #guest-form dl dt {
        margin: 0 20px 0 0;
        font: normal 1.6rem/1.5 "TsukuGoPr5-R", "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; }
        #guest-form dl dt span {
          font: normal 1rem/1 "TsukuGoPr5-R", "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;
          background: brown;
          margin: 0 0 0 10px;
          padding: 2px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #guest-form dl dd {
        margin: 15px 0 0 0; }
        #guest-form dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #ccc;
          font: normal 1.4rem/1.5 "TsukuGoPr5-R", "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;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #guest-form dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #guest-form dl dd input[type="text"]:-moz-placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #guest-form dl dd input[type="text"]::placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #guest-form dl dd input[type="radio"] {
          clip: rect(1px, 1px, 1px, 1px);
          position: absolute !important; }
          #guest-form dl dd input[type="radio"]:checked + label {
            background: #313636;
            color: #fff; }
          #guest-form dl dd input[type="radio"]:focus + label {
            border: none; }
          #guest-form dl dd input[type="radio"]:focus {
            outline: none; }
        #guest-form dl dd input[type="file"] {
          width: 100%;
          border: 1px solid #ccc;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          box-sizing: border-box; }
        #guest-form dl dd label {
          display: inline-block;
          padding: 10px 15px;
          margin: 0 10px 0 0;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          font: normal 1.4rem/1 "TsukuGoPr5-R", "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;
          cursor: pointer;
          background: #fff;
          border: 1px solid #313636;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
        #guest-form dl dd textarea {
          width: 100%;
          height: 250px;
          border: 1px solid #ccc;
          padding: 10px;
          resize: none;
          font: normal 1.6rem/1.5 "TsukuGoPr5-R", "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;
          box-sizing: border-box;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #guest-form dl dd textarea::-webkit-input-placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #guest-form dl dd textarea:-moz-placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #guest-form dl dd textarea::placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #guest-form dl dd select {
          width: 100%;
          height: 40px;
          font: normal 1.4rem/1 "TsukuGoPr5-R", "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;
          border: none;
          background-color: #f5f5f5;
          border: 1px solid #ccc;
          padding: 5px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
        #guest-form dl dd h5 {
          font: normal 1.8rem/1.5 "TsukuGoPr5-R", "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;
          margin: 20px 0 0 0;
          border-bottom: 1px solid #666;
          padding: 0 0 10px 0;
          font-weight: 700; }
        #guest-form dl dd h5 + p {
          margin: 10px 0 0 0; }
        #guest-form dl dd p:first-of-type {
          margin: 10px 0 0 0; }
    #guest-form .submit-box {
      margin: 30px 0 0 0;
      text-align: center; }
      #guest-form .submit-box .submit-button {
        width: 100%;
        padding: 20px 0;
        margin: 30px auto 0;
        font: normal 1.6rem/1 "TsukuGoPr5-R", "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;
        text-align: center;
        color: #fff;
        background: #00B6AC;
        border: none;
        cursor: pointer;
        display: inline-block;
        appearance: button;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #guest-form .submit-box .submit-button:after {
          content: 'arrow_forward';
          position: absolute;
          font-size: 18px;
          right: 10px;
          top: 50%;
          transform: translateY(-40%);
          -moz-transform: translateY(-40%);
          -webkit-transform: translateY(-40%);
          -ms-transform: translateY(-40%);
          -o-transform: translateY(-40%);
          color: #fff; }
        #guest-form .submit-box .submit-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #guest-form .submit-box .back-button {
        width: 100%;
        padding: 20px 0;
        margin: 30px 0 0 0;
        font: normal 1.6rem/1 "TsukuGoPr5-R", "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;
        text-align: center;
        background: #f5f5f5;
        border-style: none;
        cursor: pointer;
        display: inline-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;
        appearance: button;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        color: #000; }
        #guest-form .submit-box .back-button:hover {
          background: #333;
          color: #fff; }
      #guest-form .submit-box p {
        text-align: left; } }
/* ------------ //SP ------------ */
/* ------------ PC ------------ */
@media screen and (min-width: 769px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    color: #000;
    font-feature-settings: "palt"; }

  /* ------------ material-i ------------ */
  .material-i, h3:after, a.button-01:after, #service-box ul li a p:after, #contact-box .submit-box .submit-button:after, #page-top a::before, #guest-form .submit-box .submit-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; }

  /* ------------ common ------------ */
  p {
    font: normal 1.6rem/2 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }

  h3 {
    font-size: calc(clamp(3rem, -0.748rem + 7.8vw, 9rem));
    font-family: DINNextLTPro-Medium;
    line-height: 1;
    position: relative; }
    h3:after {
      content: 'remove';
      font-size: 50px;
      position: absolute;
      top: 60%;
      transform: translateY(-60%);
      -moz-transform: translateY(-60%);
      -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
      -o-transform: translateY(-60%);
      color: #00B6AC; }

  h3 + p {
    font: normal 2rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: -15px 0 0 0; }

  a.button-01 {
    width: 100%;
    padding: 20px 0;
    margin: 70px 0 0 0;
    font: normal 1.6rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: center;
    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;
    position: relative; }
    a.button-01:link, a.button-01:visited, a.button-01:active {
      background: #fff;
      border: 1px solid #dcdcdc;
      color: #000;
      text-decoration: none;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
    a.button-01:hover {
      background: #00B6AC;
      color: #fff; }
      a.button-01:hover:after {
        color: #fff; }
    a.button-01:after {
      content: 'arrow_forward';
      position: absolute;
      font-size: 20px;
      right: 10px;
      top: 50%;
      transform: translateY(-40%);
      -moz-transform: translateY(-40%);
      -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
      -o-transform: translateY(-40%);
      color: #00B6AC; }

  /* ------------ splash-box ------------ */
  #splash-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #313636;
    text-align: center; }
    #splash-box #splash-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #splash-box #splash-logo img {
        width: 300px; }

  .fade-up {
    animation-name: fadeupAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0; }

  @keyframes fadeupAnime {
    from {
      opacity: 0;
      transform: translateY(60px); }
    to {
      opacity: 1;
      transform: translateY(0); } }
  /* ------------ header-box ------------ */
  #header-box {
    margin: 0 auto;
    padding: 20px 5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #fff; }
    #header-box h1 {
      text-indent: -9999px;
      display: none; }
      #header-box h1 a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        width: calc(330px/1.4);
        height: calc(34px/1.4);
        display: block;
        background: url(../img/01.png) no-repeat;
        background-size: contain; }
        #header-box h1 a:link, #header-box h1 a:visited, #header-box h1 a:active {
          text-decoration: none; }
        #header-box h1 a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    #header-box .main-nav ul {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      #header-box .main-nav ul li {
        margin: 0 0 0 35px;
        font-size: calc(clamp(1.4rem, 1.15rem + 0.52vw, 1.8rem));
        font-family: DINNextLTPro-Regular;
        line-height: 1.5; }
        #header-box .main-nav ul li a {
          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;
          position: relative; }
          #header-box .main-nav ul li a:link, #header-box .main-nav ul li a:visited, #header-box .main-nav ul li a:active {
            text-decoration: none;
            color: #000; }
          #header-box .main-nav ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #header-box .main-nav ul li:first-child {
          margin: 0; }
    #header-box.contact {
      justify-content: space-between; }
      #header-box.contact h1 {
        display: block; }
    #header-box.guest {
      justify-content: center;
      padding: 50px 5%; }
      #header-box.guest h1 {
        text-indent: -9999px;
        display: block; }
        #header-box.guest h1 a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          width: calc(330px/1.1);
          height: calc(34px/1.1);
          display: block;
          background: url(../img/01@2x.png) no-repeat;
          background-size: contain; }
          #header-box.guest h1 a:link, #header-box.guest h1 a:visited, #header-box.guest h1 a:active {
            text-decoration: none; }
          #header-box.guest h1 a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }

  /* ------------ eyecatch-box ------------ */
  #eyecatch-box {
    display: flex;
    justify-content: space-between; }
    #eyecatch-box .l-box {
      width: 380px;
      padding: 0 60px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      #eyecatch-box .l-box .inner-box figure {
        width: 100%; }
        #eyecatch-box .l-box .inner-box figure img {
          position: relative;
          width: 100%; }
      #eyecatch-box .l-box .inner-box h2 {
        font: normal 3.2rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 30px 0 0 0; }
    #eyecatch-box .r-box {
      flex: 1; }
      #eyecatch-box .r-box figure {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        #eyecatch-box .r-box figure img {
          position: relative; }
          #eyecatch-box .r-box figure img.bg {
            width: 100%;
            z-index: -1; }
          #eyecatch-box .r-box figure img.text {
            position: absolute;
            z-index: 1;
            max-height: 300px;
            height: 70%; }

  /* ------------ concept-box ------------ */
  #concept-box {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 200px auto 0; }
    #concept-box figure {
      width: 45%; }
      #concept-box figure img {
        width: 100%;
        vertical-align: bottom; }
    #concept-box .text-box {
      width: 55%;
      padding: 0 0 0 7%;
      box-sizing: border-box;
      display: flex;
      position: relative; }
      #concept-box .text-box .title-box {
        position: absolute;
        top: -100px;
        right: 0; }
      #concept-box .text-box .inner-box {
        margin: 20% 0 0 0; }

  /* ------------ scroll-box ------------ */
  #scroll-box {
    margin: 150px auto 0; }
    #scroll-box figure {
      height: 150px;
      background-size: cover;
      background-image: url(../img/05@2x.png);
      background-repeat: repeat-x;
      -webkit-animation: bgscroll 70s linear infinite;
      animation: bgscroll 70s linear infinite;
      animation-direction: reverse; }
  @-webkit-keyframes bgscroll {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 2650px 0; } }
  @keyframes bgscroll {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 2650px 0; } }
  /* ------------ service-box ------------ */
  #service-box {
    width: 85%;
    margin: 150px auto 0; }
    #service-box ul {
      display: flex;
      justify-content: space-between;
      margin: 80px 0 0 0; }
      #service-box ul li {
        width: 47%;
        list-style: none; }
        #service-box ul li img {
          width: 100%;
          vertical-align: bottom; }
        #service-box ul li p {
          font: normal 1.8rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 20px 0 0 0;
          position: relative; }
        #service-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;
          display: block; }
          #service-box ul li a:link, #service-box ul li a:visited, #service-box ul li a:active {
            color: #000;
            text-decoration: none; }
          #service-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #service-box ul li a p:after {
            content: 'arrow_forward';
            position: absolute;
            font-size: 26px;
            right: 10px;
            top: 50%;
            transform: translateY(-40%);
            -moz-transform: translateY(-40%);
            -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            -o-transform: translateY(-40%);
            color: #00B6AC; }

  /* ------------ company-box ------------ */
  #company-box {
    background: #f5f5f5;
    margin: 200px auto 0; }
    #company-box .inner-box {
      width: 85%;
      margin: 0 auto;
      padding: 150px 0;
      text-align: center; }
      #company-box .inner-box dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 0;
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
        font-size: calc(clamp(1.4rem, 1.15rem + 0.52vw, 1.8rem));
        font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        line-height: 1.5; }
        #company-box .inner-box dl dt {
          width: 200px; }
        #company-box .inner-box dl dd {
          flex: 1; }
        #company-box .inner-box dl:first-of-type {
          margin: 80px auto 0; }
      #company-box .inner-box .g-box {
        max-width: 1200px;
        margin: 70px auto 0;
        height: 0;
        overflow: hidden;
        padding-bottom: 40%;
        position: relative; }
        #company-box .inner-box .g-box iframe {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          filter: grayscale(80%); }
      #company-box .inner-box figure {
        margin: 80px auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        #company-box .inner-box figure p {
          font-size: calc(clamp(3rem, -0.748rem + 7.8vw, 9rem));
          font-family: DINNextLTPro-Medium;
          list-style: 1;
          position: absolute;
          color: #fff; }
        #company-box .inner-box figure img {
          width: 100%;
          vertical-align: bottom;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
      #company-box .inner-box .news-box {
        max-width: 1200px;
        margin: 80px auto 0;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        background: #fff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 80px;
        box-sizing: border-box; }
        #company-box .inner-box .news-box .title-box {
          width: 200px;
          text-align: left; }
          #company-box .inner-box .news-box .title-box p {
            font-size: calc(clamp(1.8rem, 0.426rem + 2.86vw, 4rem));
            font-family: DINNextLTPro-Medium;
            list-style: 1; }
        #company-box .inner-box .news-box .text-box {
          flex: 1; }
          #company-box .inner-box .news-box .text-box dl {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: auto;
            margin: 0;
            padding: 50px 0;
            text-align: left;
            border-bottom: 1px solid #dcdcdc;
            font-size: calc(clamp(1.4rem, 1.15rem + 0.52vw, 1.8rem));
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            line-height: 1; }
            #company-box .inner-box .news-box .text-box dl dt {
              width: 150px; }
            #company-box .inner-box .news-box .text-box dl dd {
              flex: 1;
              line-height: 2; }
              #company-box .inner-box .news-box .text-box dl dd a {
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s; }
                #company-box .inner-box .news-box .text-box dl dd a:link, #company-box .inner-box .news-box .text-box dl dd a:visited, #company-box .inner-box .news-box .text-box dl dd a:active {
                  text-decoration: none;
                  color: #000; }
                #company-box .inner-box .news-box .text-box dl dd a:hover {
                  opacity: 0.8;
                  filter: alpha(opacity=80); }
            #company-box .inner-box .news-box .text-box dl:first-of-type {
              padding: 0 0 50px 0; }

  /* ------------ contact-box ------------ */
  #contact-box {
    max-width: 1200px;
    margin: 150px auto 0;
    padding: 0 7.5%; }
    #contact-box dl {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #dcdcdc;
      padding: 40px 0;
      font: normal 1.6rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #contact-box dl dt {
        width: 220px;
        font: normal 1.8rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: DINNextLTPro-Medium;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 30px 0 0; }
        #contact-box dl dt span {
          font: normal 1.2rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #fff;
          background: #333;
          margin: 0 10px;
          padding: 5px 7px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
      #contact-box dl dd {
        flex: 1; }
        #contact-box dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #dcdcdc;
          font: normal 1.6rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          box-sizing: border-box;
          padding: 15px;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
          #contact-box dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #contact-box dl dd input[type="text"]:-moz-placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #contact-box dl dd input[type="text"]::placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #contact-box dl dd textarea {
          width: 100%;
          height: 250px;
          border: 1px solid #dcdcdc;
          padding: 15px;
          resize: none;
          font: normal 1.6rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          box-sizing: border-box; }
          #contact-box dl dd textarea::-webkit-input-placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #contact-box dl dd textarea:-moz-placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #contact-box dl dd textarea::placeholder {
            color: #999;
            font-family: "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #contact-box dl:first-of-type {
        margin: 80px 0 0 0; }
    #contact-box .submit-box {
      text-align: center;
      margin: 50px 0 0 0; }
      #contact-box .submit-box .agree-box {
        display: block;
        text-align: center;
        cursor: pointer; }
        #contact-box .submit-box .agree-box span {
          font: normal 2rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          vertical-align: middle; }
        #contact-box .submit-box .agree-box input.mark {
          width: 20px;
          height: 20px;
          border: 1px solid #dcdcdc; }
      #contact-box .submit-box .submit-button {
        padding: 30px 100px;
        margin: 30px 0 0 0;
        font: normal 1.8rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center;
        color: #000;
        border: 1px solid #dcdcdc;
        background: #fff;
        cursor: pointer;
        display: inline-block;
        appearance: button;
        position: relative;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #contact-box .submit-box .submit-button:after {
          content: 'arrow_forward';
          position: absolute;
          font-size: 22px;
          right: 10px;
          top: 50%;
          transform: translateY(-40%);
          -moz-transform: translateY(-40%);
          -webkit-transform: translateY(-40%);
          -ms-transform: translateY(-40%);
          -o-transform: translateY(-40%);
          color: #00B6AC; }
        #contact-box .submit-box .submit-button:hover {
          background: #00B6AC;
          color: #fff; }
          #contact-box .submit-box .submit-button:hover:after {
            color: #fff; }
      #contact-box .submit-box .back-button {
        padding: 30px 100px;
        margin: 30px 30px 0 0;
        font: normal 1.8rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center;
        background: #f5f5f5;
        border-style: none;
        cursor: pointer;
        display: inline-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;
        appearance: button;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        color: #000; }
        #contact-box .submit-box .back-button:hover {
          background: #333;
          color: #fff; }
    #contact-box table {
      width: 100%;
      margin: 80px auto 0; }
      #contact-box table th {
        padding: 40px 0;
        border-bottom: 1px solid #dcdcdc;
        font: normal 1.6rem/1 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        width: 240px;
        text-align: left;
        box-sizing: border-box; }
      #contact-box table td {
        padding: 40px 0;
        border-bottom: 1px solid #dcdcdc;
        font: normal 1.6rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: left;
        box-sizing: border-box; }
    #contact-box .pp-box {
      max-width: 1000px;
      margin: 80px auto 0;
      height: 300px;
      overflow-y: scroll;
      padding: 30px;
      box-sizing: border-box; }
      #contact-box .pp-box h4 {
        font: normal 2rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 30px 0 10px 0; }
      #contact-box .pp-box ul {
        margin: 20px 0 0 40px; }
        #contact-box .pp-box ul li {
          font: normal 1.6rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #contact-box p.end {
      margin: 80px 0 0 0; }

  /* ------------ footer-box ------------ */
  #footer-box {
    background: #313636;
    margin: 200px 0 0 0;
    text-align: center;
    padding: 100px 7.5% 400px; }
    #footer-box figure {
      max-width: 280px;
      margin: 0 auto; }
      #footer-box figure img {
        width: 100%;
        vertical-align: bottom; }
    #footer-box p {
      color: #fff;
      margin: 30px 0 0 0; }
      #footer-box p.copy {
        font: normal 1.2rem/1.5 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 30px 0 0 0; }

  /* ------------ end-img-box ------------ */
  #end-img-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/10@2x.jpg") no-repeat center center;
    background-size: cover;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #end-img-box figure {
      max-width: 150px;
      margin: 0 auto;
      width: 12%; }
      #end-img-box figure img {
        width: 100%;
        vertical-align: bottom; }

  /* ------------ 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); }

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

  .visible.translate-02 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0); }

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

  .visible.translate-03 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0); }

  /* ------------ page-top ------------ */
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #00B6AC;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800; }
    #page-top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      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::before {
        content: 'arrow_upward';
        font-size: 30px;
        color: #fff;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ guest-form ------------ */
  #guest-form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px; }
    #guest-form h2 {
      background: #01B6A9;
      padding: 15px;
      font: normal 2.2rem/1.2 "TsukuGoPr5-R", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700; }
      #guest-form h2 br {
        display: none; }
    #guest-form h4 {
      background: #313636;
      padding: 15px;
      font: normal 2rem/1.2 "TsukuGoPr5-R", "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;
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700; }
    #guest-form p {
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #guest-form p span {
        color: #fff;
        background: brown;
        padding: 5px;
        margin: 10px 0;
        display: inline-block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #guest-form p span.req {
          background: #fff;
          color: brown;
          padding: 0;
          margin: 0; }
      #guest-form p.mt30 {
        margin: 30px 0 0 0; }
    #guest-form hr {
      border: none;
      border-bottom: 1px solid #999;
      margin: 50px 0; }
    #guest-form dl {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #dcdcdc;
      padding: 20px 0;
      font: normal 1.6rem/1.5 "TsukuGoPr5-R", "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; }
      #guest-form dl dt {
        width: 250px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 50px 0 0;
        font-weight: 700; }
        #guest-form dl dt span {
          font: normal 1.4rem/1 "TsukuGoPr5-R", "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;
          background: brown;
          margin: 0 0 0 10px;
          padding: 5px 7px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
      #guest-form dl dd {
        flex: 1; }
        #guest-form dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #ccc;
          font: normal 1.6rem/1.5 "TsukuGoPr5-R", "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;
          box-sizing: border-box;
          padding: 10px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #guest-form dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #guest-form dl dd input[type="text"]:-moz-placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #guest-form dl dd input[type="text"]::placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #guest-form dl dd input[type="radio"] {
          clip: rect(1px, 1px, 1px, 1px);
          position: absolute !important; }
          #guest-form dl dd input[type="radio"]:checked + label {
            background: #313636;
            color: #fff; }
          #guest-form dl dd input[type="radio"]:focus + label {
            border: none; }
          #guest-form dl dd input[type="radio"]:focus {
            outline: none; }
        #guest-form dl dd input[type="file"] {
          border: 1px solid #ccc;
          padding: 15px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
        #guest-form dl dd label {
          display: inline-block;
          padding: 10px 20px;
          margin: 10px 15px 0 0;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          font: normal 1.6rem/1 "TsukuGoPr5-R", "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;
          cursor: pointer;
          background: #fff;
          border: 1px solid #313636;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
        #guest-form dl dd textarea {
          width: 100%;
          height: 250px;
          border: 1px solid #ccc;
          padding: 10px;
          resize: none;
          font: normal 1.6rem/1.5 "TsukuGoPr5-R", "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;
          box-sizing: border-box;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #guest-form dl dd textarea::-webkit-input-placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #guest-form dl dd textarea:-moz-placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #guest-form dl dd textarea::placeholder {
            color: #999;
            font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #guest-form dl dd select {
          width: 50%;
          height: 45px;
          font: normal 1.6rem/1 "TsukuGoPr5-R", "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;
          border: none;
          background-color: #f5f5f5;
          border: 1px solid #ccc;
          padding: 5px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
        #guest-form dl dd h5 {
          font: normal 1.8rem/1.5 "TsukuGoPr5-R", "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;
          margin: 30px 0 0 0;
          border-bottom: 1px solid #666;
          padding: 0 0 10px 0;
          font-weight: 700; }
        #guest-form dl dd h5 + p {
          margin: 10px 0 0 0; }
        #guest-form dl dd p:first-of-type {
          margin: 10px 0 0 0; }
    #guest-form .submit-box {
      margin: 50px 0 0 0;
      text-align: center; }
      #guest-form .submit-box .submit-button {
        padding: 25px 100px;
        margin: 40px auto 0;
        font: normal 1.8rem/1 "TsukuGoPr5-R", "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;
        text-align: center;
        color: #fff;
        background: #00B6AC;
        border: none;
        cursor: pointer;
        display: inline-block;
        appearance: button;
        position: relative;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #guest-form .submit-box .submit-button:after {
          content: 'arrow_forward';
          position: absolute;
          font-size: 22px;
          right: 10px;
          top: 50%;
          transform: translateY(-40%);
          -moz-transform: translateY(-40%);
          -webkit-transform: translateY(-40%);
          -ms-transform: translateY(-40%);
          -o-transform: translateY(-40%);
          color: #fff; }
        #guest-form .submit-box .submit-button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #guest-form .submit-box .back-button {
        padding: 25px 100px;
        margin: 40px 30px 0 0;
        font: normal 1.8rem/1 "TsukuGoPr5-R", "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;
        text-align: center;
        background: #f5f5f5;
        border-style: none;
        cursor: pointer;
        display: inline-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;
        appearance: button;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        color: #000; }
        #guest-form .submit-box .back-button:hover {
          background: #333;
          color: #fff; }
      #guest-form .submit-box p {
        text-align: left; } }
/* ------------ //PC ------------ */

/*# sourceMappingURL=style.css.map */
