/*--------------------------------------------------------------------------

 COMMON
 
----------------------------------------------------------------------------*/
@import url(//use.fontawesome.com/releases/v5.13.0/css/all.css);
* {
  box-sizing: border-box; }

*, html {
  font-size: 16px;
  font-size: 62.5%; }

*, body {
  font-size: 1.6rem; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, label, input, select, textarea, header, footer, menu {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: arial, sans-serif;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #242423;
  line-height: 100%;
  text-align: center;
  vertical-align: baseline;
  list-style: none;
  border-collapse: collapse;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a, span {
  line-height: 140%; }

h1 {
  position: absolute;
  z-index: 0; }

h2, h3, h4, h5, h6, p, text, b, em {
  line-height: 160%; }

p, text, b, em {
  text-align: left; }

.noScroll main {
  overflow-y: hidden;
  max-height: calc(100vh - 6rem);
  position: sticky; }

html, body, article {
  width: 100%;
  position: relative; }

body {
  background-color: black;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch; }

iframe#gMap {
  width: 100%;
  height: 60vh;
  max-height: 640px;
  border: none;
  display: block;
  vertical-align: bottom; }

img {
  display: inline-block;
  vertical-align: bottom; }

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

a,
a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.en {
  font-family: 'Montserrat', sans-serif; }

.flexBox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 auto; }
  .flexBox li, .flexBox .li, .flexBox dt, .flexBox dd {
    margin: 0; }
  .flexBox.col-2 > li, .flexBox.col-2 > .li, .flexBox.col-2 > dt, .flexBox.col-2 > dd {
    flex-basis: 50%; }
  .flexBox.col-3 > li, .flexBox.col-3 > .li {
    flex-basis: 33.33%; }
  .flexBox.col-4 > li, .flexBox.col-4 > .li {
    flex-basis: 25%; }
  .flexBox.col-5 > li, .flexBox.col-5 > .li {
    flex-basis: 20%; }
  .flexBox.col-6 > li, .flexBox.col-6 > .li {
    flex-basis: 16.666%; }

.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.textCenter {
  text-align: center !important; }

.textLeft {
  text-align: left !important; }

.textRight {
  text-align: right !important; }

text {
  display: inline-block;
  text-align: left; }

/* color setting */
.bgWhite {
  background-color: white; }

.bgLight {
  background-color: #f4f4f4; }

.bgDark {
  background-color: gray; }

.bgBase {
  background-color: #242324; }

.bgBaseLite {
  background-color: gainsboro; }

.bgSucc {
  background-color: crimson; }

.bgAccent {
  background-color: #F5CB5C; }

.bgWarn {
  background-color: #F16418; }

.txtWhite {
  color: white !important; }

.txtBase {
  color: #242324 !important; }

.txtMain {
  color: !important; }

.txtAccent {
  color: #F5CB5C !important; }

.txtWarn {
  color: #F16418 !important; }

/* button setting */
.btn {
  display: inline-block;
  border: 0;
  outline: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .btn.arrow {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-top: 1rem; }
    .btn.arrow span {
      display: block;
      margin: 0;
      width: 5rem;
      height: 1rem;
      border-bottom: 1px solid transparent;
      position: relative; }
      .btn.arrow span:after {
        content: '';
        display: block;
        position: absolute;
        top: .7rem;
        right: 0;
        border-top: 1px solid transparent;
        width: .6rem;
        transform: rotate(45deg); }
    .btn.arrow:hover .btn span {
      padding-left: 2rem; }
  .btn.btnBack, .btn.btnSubmit {
    border-radius: .5rem;
    color: white;
    padding: 1rem 2rem;
    font-weight: bold;
    cursor: pointer;
    font-size: 120%; }
  .btn.btnBack {
    background-color: gray; }
    .btn.btnBack:hover {
      background-color: dimgray; }
  .btn.btnSubmit {
    background-color: #F5CB5C; }
    .btn.btnSubmit:hover {
      background-color: crimson; }

/* input setting */
input[type=text],
input[type=num],
input[type=email],
select,
textarea {
  text-align: left;
  padding: .5rem;
  border: 1px solid gainsboro;
  box-sizing: border-box;
  margin: 0; }
  input[type=text]::placeholder,
  input[type=num]::placeholder,
  input[type=email]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #999; }

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: .1s; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: .1s; }

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: .1s; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: .1s; }

textarea {
  height: 18rem; }

textarea,
input[type=text],
input[type=email] {
  width: 100%; }

input[type=num] {
  max-width: 70%; }

header {
  width: 100%;
  height: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  header .glovalHeader {
    width: 100%; }
  header .logo {
    font-weight: 900;
    font-size: 2.5rem;
    color: white;
    padding: 1.5rem 2rem;
    position: relative;
    z-index: 0; }
    header .logo img {
      position: absolute;
      top: .8rem;
      z-index: -1;
      width: auto;
      height: 4rem; }
      header .logo img.white {
        display: inline-block;
        opacity: 0.7; }
      header .logo img.color {
        display: none; }
  header .btnGroup {
    display: flex; }
    header .btnGroup a {
      display: inline-block;
      padding: 1.8rem 3rem;
      font-weight: bold;
      letter-spacing: .2rem;
      border: 1px solid transparent; }
      header .btnGroup a.contact {
        background-color: #F5CB5C; }
        header .btnGroup a.contact:hover {
          background-color: #242324; }
      header .btnGroup a span {
        font-size: 1.5rem; }
      header .btnGroup a i, header .btnGroup a span {
        color: inherit;
        font-weight: bold; }
      header .btnGroup a i {
        display: inline-block;
        vertical-align: text-bottom; }
        header .btnGroup a i.fa-dumbbell {
          transform: rotate(-25deg); }
  header.is-fixed .logo {
    color: #242324; }
    header.is-fixed .logo img.white {
      display: none; }
    header.is-fixed .logo img.color {
      display: inline-block;
      opacity: 1; }
  header.foot-fixed.is-fixed {
    background-color: #242324; }
    header.foot-fixed.is-fixed .logo, header.foot-fixed.is-fixed .nav ul li a, header.foot-fixed.is-fixed .js-navBar i {
      color: white; }

.contactWrap header .btnGroup a.contact {
  display: none; }
.contactWrap .formTable dt, .contactWrap .formTable dd {
  border-bottom: 1px solid #f4f4f4; }
.contactWrap .formTable dd {
  line-height: 4.5rem; }

main {
  background-position: center center; }

h1 {
  position: fixed;
  top: 3rem;
  font-size: 1rem;
  font-weight: bold; }

.cntTitle {
  padding-bottom: 4rem;
  font-size: 200%; }
  .cntTitle span {
    display: block;
    font-family: rift-soft, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #444; }
  .cntTitle.comment span {
    position: relative;
    max-width: 60rem; }
    .cntTitle.comment span:before {
      content: '';
      display: block;
      position: absolute;
      top: 2rem;
      left: 0;
      width: 3px;
      height: 8rem;
      border-left: 3px solid #555;
      transform: rotate(-30deg); }
    .cntTitle.comment span:after {
      content: '';
      display: block;
      position: absolute;
      top: 2rem;
      right: 0;
      width: 3px;
      height: 8rem;
      border-right: 3px solid #555;
      transform: rotate(30deg); }

.wow:first-child {
  visibility: hidden; }

.after1 {
  animation-delay: 1s; }

.after2 {
  animation-delay: 1.5s; }

.after3 {
  animation-delay: 2s; }

.after4 {
  animation-delay: 2.5s; }

.after5 {
  animation-delay: 3s; }

.after6 {
  animation-delay: 3.5s; }

.row {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px; }

.innerRow {
  max-width: 800px; }

.policy {
  width: 98%;
  height: 20rem;
  overflow-y: scroll;
  max-width: 80rem;
  padding: 2rem;
  margin-bottom: 4rem;
  border: 1px solid #f4f4f4; }
  .policy h4, .policy h5, .policy p {
    text-align: left; }
  .policy h4 {
    color: #242324;
    font-weight: 600;
    font-size: 1.8rem; }
  .policy h5 {
    color: dimgray;
    font-size: 1.5rem;
    margin: 2rem 0 1rem 0; }
  .policy p {
    margin-bottom: 1rem;
    font-size: 1.2rem; }

.formTable {
  margin: 2rem auto;
  max-width: 80rem;
  padding: 1.5rem 0;
  justify-content: center; }
  .formTable dt, .formTable dd {
    padding: 1rem;
    text-align: left;
    margin: 0;
    box-sizing: border-box; }
  .formTable dt {
    flex-basis: 30%;
    line-height: 4.5rem;
    padding-left: 5rem;
    position: relative; }
    .formTable dt span {
      position: absolute;
      top: 2rem;
      left: 0;
      background-color: #F5CB5C;
      color: white;
      font-size: 60%;
      font-weight: 900;
      line-height: 100%;
      padding: .5rem 1rem; }
    .formTable dt:after {
      content: '';
      display: block;
      clear: both; }
  .formTable dd {
    flex-basis: 70%; }

.cnt_contact {
  z-index: 1; }
  .cnt_contact .row {
    position: relative;
    padding-bottom: 15vw; }
  .cnt_contact a {
    display: block;
    width: 90%;
    padding: 8vw 10vw;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 0; }
    .cnt_contact a h2, .cnt_contact a .btn {
      z-index: 2; }
    .cnt_contact a h2 {
      color: white;
      line-height: 120%;
      text-align: left;
      position: relative; }
      .cnt_contact a h2 span {
        font-size: 120%;
        color: inherit;
        font-weight: 900;
        display: inline-block;
        margin-right: 2rem;
        line-height: 100%; }
    .cnt_contact a .btn.arrow span {
      border-bottom-color: gainsboro; }
      .cnt_contact a .btn.arrow span:after {
        border-top-color: gainsboro; }
    .cnt_contact a:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -100%;
      left: 0;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      background-color: black;
      opacity: 0.4;
      z-index: 1; }
    .cnt_contact a:hover:after {
      bottom: 0; }

.cnt_space {
  z-index: 0;
  overflow: hidden;
  min-height: 30rem;
  position: relative; }
  .cnt_space .backImg {
    width: 100%;
    height: 150%;
    position: absolute;
    bottom: -20%;
    left: 0;
    background-image: url(/assets/images/foot.jpg);
    background-size: cover;
    background-position: center bottom; }

footer {
  background-color: #242324;
  text-align: left; }
  footer .row dl dt {
    flex-basis: 50%; }
    footer .row dl dt .logo img {
      width: 100%;
      max-width: 8rem;
      display: block;
      margin: 0;
      margin-bottom: 1.5rem; }
    footer .row dl dt a, footer .row dl dt h2, footer .row dl dt p {
      text-align: left; }
    footer .row dl dt h2 {
      font-weight: 900;
      margin-bottom: 1rem;
      color: white; }
    footer .row dl dt p {
      font-size: 80%;
      color: gray; }
    footer .row dl dt i {
      display: inline-block;
      margin-right: .5rem; }
    footer .row dl dt a {
      color: #F5CB5C;
      font-size: inherit; }
      footer .row dl dt a:hover {
        color: white; }
  footer .row dl dd {
    flex-basis: 50%; }
    footer .row dl dd ul {
      flex-basis: 50%; }
      footer .row dl dd ul li {
        padding: .5rem 1rem;
        text-align: left; }
        footer .row dl dd ul li b {
          color: white; }
        footer .row dl dd ul li a {
          font-size: 80%;
          color: gray; }
          footer .row dl dd ul li a:hover {
            color: white; }
  footer .copyRight {
    background-color: black; }
    footer .copyRight section {
      max-width: 1280px;
      margin: 0 auto; }
      footer .copyRight section:after {
        content: '';
        display: block;
        clear: both; }
      footer .copyRight section p {
        font-size: 70%;
        text-align: right;
        color: white;
        padding: 2rem 4rem 5rem 4rem; }
      footer .copyRight section ul {
        float: left; }
        footer .copyRight section ul li {
          padding-left: 4rem; }
          footer .copyRight section ul li a {
            display: block;
            font-size: 70%;
            padding: 2rem .5rem;
            color: gray; }
  footer .js-pageTop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    text-align: center;
    color: #242324;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 3px solid #242324;
    z-index: 9; }
    footer .js-pageTop i {
      width: 4rem;
      height: 4rem;
      line-height: 4rem;
      font-size: 2rem;
      border-radius: 50%; }
    footer .js-pageTop:hover {
      transform: scale(1.1); }

/*
----------------------------------------------------------------------------

 RESPONSIVE
 
----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  text {
    text-align: left !important; }

  .row {
    padding: 5rem 3rem; }

  .smt {
    display: block; }

  .pc {
    display: none; }

  .flexBox.col-4 > li, .flexBox.col-4 > .li, .flexBox.col-5 > li, .flexBox.col-5 > .li {
    min-width: 100%; }
  .flexBox.col-6 > li, .flexBox.col-6 > .li {
    min-width: 50%; }

  header .logo {
    padding: 1rem 0 1rem .5rem; }
    header .logo img {
      left: 9.5rem; }

  .cnt_contact a {
    top: 35rem; }
    .cnt_contact a h2 span {
      display: block;
      text-align: left;
      margin-bottom: 1rem; } }
@media screen and (min-width: 481px) {
  header .logo {
    padding: 1rem 1.5rem; }
    header .logo img {
      left: 10.5rem; }
  header .btnGroup a i {
    margin-right: .5rem; }

  .cnt_contact a .btn.arrow {
    position: absolute;
    top: calc(50% - 1.6rem);
    right: 10vw; }

  footer .copyright {
    text-align: right; } }
@media screen and (min-width: 481px) and (max-width: 769px) {
  .row {
    padding: 5rem; }

  .flexBox.col-4 > li, .flexBox.col-4 > .li, .flexBox.col-5 > li, .flexBox.col-5 > .li, .flexBox.col-6 > li, .flexBox.col-6 > .li {
    min-width: 50%; } }
@media screen and (max-width: 769px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, label, input, select, textarea, header, footer, menu {
    background-size: 100% auto; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  .flexBox.col-2 > li, .flexBox.col-2 > .li, .flexBox.col-2 > dt, .flexBox.col-2 dd, .flexBox.col-3 > li, .flexBox.col-3 > .li {
    min-width: 100%; }

  header .glovalHeader .navList {
    display: none;
    background-color: rgba(200, 200, 200, 0.9);
    position: fixed;
    top: 8.8rem;
    left: 0;
    width: 100%;
    padding: 2rem 0; }
    header .glovalHeader .navList li {
      min-width: 100%;
      padding: 0; }
      header .glovalHeader .navList li a {
        display: block;
        color: white; }
        header .glovalHeader .navList li a:hover {
          background-color: rgba(255, 255, 255, 0.3); }
      header .glovalHeader .navList li.login {
        margin: 1rem auto; }
        header .glovalHeader .navList li.login a {
          border: 1px solid white;
          max-width: 40rem; }
  header .nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -60%;
    z-index: 999;
    width: 60%;
    height: 100%;
    padding-top: 6rem;
    background-color: #242324; }
    header .nav .closeBtn {
      width: 6rem;
      height: 6rem;
      position: absolute;
      right: 1rem;
      top: 1rem; }
      header .nav .closeBtn span {
        display: inline-block;
        width: 3rem;
        height: 1px;
        background-color: white;
        position: absolute;
        top: 2.8rem;
        left: 1.5rem; }
        header .nav .closeBtn span.span1 {
          transform: rotate(45deg); }
        header .nav .closeBtn span.span2 {
          transform: rotate(-45deg); }
    header .nav ul {
      width: 80%; }
      header .nav ul li {
        padding: 1rem;
        text-align: left; }
        header .nav ul li a {
          display: block;
          color: white;
          text-align: left;
          padding: 1rem; }
        header .nav ul li.snsAccounts a {
          display: inline-block;
          margin-right: 1rem; }
  header .js-navBar {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 0;
    right: 0; }
    header .js-navBar i {
      font-size: 3rem;
      color: white;
      padding: 1rem;
      display: inline-block; }
  header .btnGroup a.contact {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0; }
    header .btnGroup a.contact span {
      margin-right: 0; }
    header .btnGroup a.contact i {
      display: inline-block; }
  header.is-fixed .js-navBar i {
    color: #242324; }

  .formTable dt, .formTable dd {
    min-width: 100%; }
  .formTable dt {
    font-weight: bold; }
  .formTable dd {
    padding: 0 0 3rem 5rem;
    border-bottom: 1px solid gray; }

  .cnt_low dl dt, .cnt_low dl dd {
    min-width: 100%; }

  footer dl dt, footer dl dd {
    min-width: 100%; }
  footer dl dd ul {
    padding-top: 4rem;
    justify-content: center; }
  footer .copyRight {
    text-align: center;
    padding-bottom: 5rem; } }
@media screen and (min-width: 770px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, label, input, select, textarea, header, footer, menu {
    background-size: cover; }

  .sp, .smt {
    display: none !important; }

  .flexBox.flexReverse {
    flex-wrap: wrap-reverse; }

  main, article {
    background-size: cover; }

  .row {
    padding: 5rem 8rem; }

  header .js-navBar {
    display: none;
    position: absolute;
    right: 16rem;
    width: 6rem;
    height: 6rem; }
    header .js-navBar i {
      font-size: 2rem;
      padding: 2rem; }
  header .nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem; }
    header .nav ul li a {
      color: white;
      padding: 0 1rem;
      display: inline-block; }
    header .nav ul li:hover {
      color: #F5CB5C; }
  header.is-fixed .js-navBar {
    display: block; }
  header.is-fixed .nav {
    display: none;
    margin-right: 3rem; }
    header.is-fixed .nav.active {
      display: block; }
    header.is-fixed .nav ul li a {
      color: #242324; }
  header .btnGroup a.contact i {
    display: none; }

  footer dl dd ul {
    justify-content: flex-end; } }
@media screen and (min-width: 770px) and (max-width: 1024px) {
  .flexBox.col-4 > li, .flexBox.col-4 > .li {
    min-width: 50%; }
  .flexBox.col-5 > li, .flexBox.col-5 > .li, .flexBox.col-6 > li, .flexBox.col-6 > .li {
    min-width: 33.33%; } }
@media screen and (min-width: 1025px) {
  .flexBox.col-4 > li, .flexBox.col-4 > .li {
    min-width: 25%; }

  .row {
    padding: 8rem 4rem;
    max-width: 1240px; }

  .formTxt p {
    margin-bottom: 2rem; } }
/*

 FOR IE 11
---------------------------------------*/
_:-ms-lang(x)::-ms-backdrop, .col-3 li {
  width: 33.33%; }

_:-ms-lang(x)::-ms-backdrop, .col-3 .li {
  width: 33.33%; }

_:-ms-lang(x)::-ms-backdrop, .col-6 li {
  width: 16.66%; }

_:-ms-lang(x)::-ms-backdrop, .col-6 .li {
  width: 16.66%; }
