@charset "UTF-8";
#drawer-area {
  display: none;
}

header#global-header {
  position: relative;
  background: #232323;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-start;
  z-index: 9901;
}
header#global-header h1 {
  width: 120px;
  height: auto;
  padding: 12px 0 8px 16px;
  margin-right: 16px;
}
header#global-header h1 a {
  display: inline-block;
}
header#global-header h1 a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  header#global-header h1 {
    margin-right: 8px;
  }
}
@media screen and (max-width: 480px) {
  header#global-header h1 {
    width: 110px;
    height: auto;
    padding: 10px 10px 0 0;
    margin: 0 auto;
  }
}
header#global-header nav#global-navi ul {
  height: 100%;
  width: 720px;
  display: flex;
  justify-content: space-around;
  flex: 1;
  align-items: center;
}
header#global-header nav#global-navi ul li {
  text-align: center;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
header#global-header nav#global-navi ul li:last-child {
  margin-right: 0;
}
header#global-header nav#global-navi ul li a {
  font-size: 14px;
  display: block;
  height: 46px;
  letter-spacing: 0.15em;
  padding-top: 15px;
  transition: all 0.5s ease;
  color: #ffffff;
  line-height: 1.2;
}
header#global-header nav#global-navi ul li a span {
  color: #ffffff;
  font-size: 11px;
}
header#global-header nav#global-navi ul li a:hover {
  background: #ffffff;
  color: #232323 !important;
}
header#global-header nav#global-navi ul li a:hover span {
  color: #232323;
}
header#global-header nav#global-navi ul li.point {
  text-align: center;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
header#global-header nav#global-navi ul li.point a {
  font-size: 14px;
  display: block;
  height: 46px;
  letter-spacing: 0.15em;
  padding-top: 15px;
  background: #FFD300;
  color: #343434;
}
header#global-header nav#global-navi ul li.point a span {
  color: #343434;
  font-size: 11px;
}
@media screen and (max-width: 1280px) {
  header#global-header nav#global-navi ul {
    width: 500px;
  }
  header#global-header nav#global-navi ul li a {
    height: 35px;
    letter-spacing: 0.15em;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header#global-header nav#global-navi ul {
    width: 500px;
  }
  header#global-header nav#global-navi ul li a {
    height: 38px;
    letter-spacing: 0.15em;
    padding-top: 14px;
  }
}
@media screen and (max-width: 480px) {
  header#global-header nav#global-navi {
    display: none;
  }
  header#global-header nav#global-navi ul {
    height: auto;
  }
}
header#global-header nav#inq-navi {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 60px;
}
header#global-header nav#inq-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  height: 100%;
}
header#global-header nav#inq-navi ul li {
  width: 100%;
  height: 100%;
}
header#global-header nav#inq-navi ul li a {
  display: block;
  height: 40px;
  text-align: center;
  padding-top: 18px;
}
header#global-header nav#inq-navi ul li a img.icon-mail {
  width: 21px;
  height: auto;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
header#global-header nav#inq-navi ul li a span {
  color: #ffffff;
}
header#global-header nav#inq-navi ul li a:hover span {
  color: #DABC43;
}
header#global-header nav#inq-navi ul li:nth-child(2) a {
  border-left: none;
  text-decoration: none;
}
header#global-header nav#inq-navi ul li:nth-child(2) a img.icon-tel {
  width: 20px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
header#global-header nav#inq-navi ul li:nth-child(2) a span {
  color: #ffffff;
}
header#global-header nav#inq-navi ul li:nth-child(2) a:hover span {
  color: #DABC43;
}
@media screen and (max-width: 768px) {
  header#global-header nav#inq-navi {
    width: 160px;
    height: 100%;
  }
  header#global-header nav#inq-navi ul li a {
    padding-top: 0 !important;
    height: 100%;
  }
  header#global-header nav#inq-navi ul li a img {
    margin-right: 0 !important;
  }
  header#global-header nav#inq-navi ul li a img.icon-mail {
    width: 18px;
    top: 20px;
  }
  header#global-header nav#inq-navi ul li a img.icon-tel {
    width: 24px !important;
    top: 20px !important;
    left: 4px;
  }
  header#global-header nav#inq-navi ul li a span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header#global-header nav#inq-navi {
    width: 90px;
    height: 100%;
  }
  header#global-header nav#inq-navi ul li {
    margin-right: 12px;
  }
  header#global-header nav#inq-navi ul li a {
    padding-top: 0 !important;
    height: 100%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    margin-top: 9px;
    overflow: hidden;
  }
  header#global-header nav#inq-navi ul li a img {
    margin-right: 0 !important;
    position: relative;
    transition: all 0.8s ease;
  }
  header#global-header nav#inq-navi ul li a img.icon-mail {
    width: 18px;
    top: 6px;
  }
  header#global-header nav#inq-navi ul li a img.icon-mail.active {
    -webkit-animation: moveicon1 1.2s ease-in forwards;
    animation: moveicon1 1.2s ease-in forwards;
  }
  header#global-header nav#inq-navi ul li a img.icon-tel {
    width: 20px !important;
    top: 8px !important;
    left: 1px;
  }
  header#global-header nav#inq-navi ul li a img.icon-tel.active {
    -webkit-animation: moveicon2 1.2s ease-in forwards;
    animation: moveicon2 1.2s ease-in forwards;
  }
  header#global-header nav#inq-navi ul li a span {
    display: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(1) {
    background: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(1) a {
    background: #141414;
    border-left: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(2) {
    background: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(2) a {
    background: #141414;
  }
  header#global-header nav#inq-navi ul li:nth-child(2) a.active {
    -webkit-animation: moveicon3 0.7s ease-in forwards;
    animation: moveicon3 0.7s ease-in forwards;
  }
}
@media screen and (max-width: 480px) {
  header#global-header {
    height: auto;
    position: fixed;
    z-index: 9901;
    width: 100%;
    height: 52px;
    background: #222222;
  }
}
header#global-header.move {
  -webkit-animation: headerMove 0.6s ease-in forwards;
  animation: headerMove 0.6s ease-in forwards;
}

@keyframes headerMove {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 200px;
  }
}
@keyframes moveicon1 {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
    left: 0;
    transform: skew(0, 0);
  }
  60% {
    left: -35px;
  }
  100% {
    left: 200px;
    transform: skew(20deg, 0);
  }
}
@keyframes moveicon2 {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.4);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveicon3 {
  0% {
    background: #141414;
  }
  50% {
    background: #e2cd74;
  }
  100% {
    background: #141414;
  }
}
div#key-visual {
  position: relative;
  margin-bottom: 120px;
  background: #f9f8f7;
  height: 209px;
}
div#key-visual .key-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../inquiry/images/svg/key-inquiry-bg.svg) no-repeat;
  background-size: auto 100%;
}
div#key-visual .key-bg .key-text {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 120px;
}
div#key-visual .key-bg .key-text img {
  width: 25%;
  height: auto;
}
@media screen and (max-width: 768px) {
  div#key-visual {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual .key-bg .key-text img {
    width: 45%;
  }
}

div#key-visual.sub-key {
  position: relative;
  margin-bottom: 63px;
  height: auto;
  overflow: hidden;
  top: -2px;
}
div#key-visual.sub-key .key-pic {
  position: relative;
}
div#key-visual.sub-key .key-pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
}
div#key-visual.sub-key .key-pic img.key-pic {
  display: inline;
}
div#key-visual.sub-key .key-pic img.key-pic-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  div#key-visual.sub-key .key-pic img.key-pic {
    display: none;
  }
  div#key-visual.sub-key .key-pic img.key-pic-sp {
    display: inline;
  }
}
div#key-visual.sub-key .key-pic span.key-text {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 31% !important;
  font-size: 140px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.8;
  letter-spacing: 0;
  line-height: 0.01;
}
div#key-visual.sub-key .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  top: -32px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  div#key-visual.sub-key .key-pic span.key-text {
    font-size: 90px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.sub-key .key-pic span.key-text {
    font-size: 70px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.sub-key .key-pic span.key-text {
    font-size: 32px;
    padding-top: 8%;
    opacity: 0.9;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }
}
div#key-visual.sub-key.feature-key {
  margin-bottom: 56px;
}
div#key-visual.sub-key.feature-key .key-pic span.key-text {
  line-height: 0.8;
  padding-top: 1.2%;
}
div#key-visual.sub-key.feature-key .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 16px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  div#key-visual.sub-key {
    margin-bottom: 32px;
    padding-top: 0;
  }
  div#key-visual.sub-key.feature-key {
    margin-bottom: 56px;
    line-height: 1;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text {
    line-height: 1;
    padding-top: 0.8%;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text span.ja {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.sub-key {
    margin-bottom: 32px;
    padding-top: 48px;
  }
  div#key-visual.sub-key.feature-key {
    margin-bottom: 56px;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text {
    line-height: 1;
    padding-top: 4%;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text span.ja {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    top: -12px;
    padding-left: 6px;
  }
}

div#key-visual.top-key {
  position: relative;
  margin-bottom: 0;
  height: auto;
  top: -110px;
}
div#key-visual.top-key img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
div#key-visual.top-key .key-pic {
  display: block;
}
div#key-visual.top-key .key-pic-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  div#key-visual.top-key {
    top: 0;
  }
}

div#key-visual.confshoot {
  margin-bottom: 60px;
}
div#key-visual.confshoot div.key-bg p.key-text {
  padding-top: 60px;
}
div#key-visual.confshoot div.key-bg p.key-text img {
  width: 15%;
}
@media screen and (max-width: 480px) {
  div#key-visual.confshoot div.key-bg p.key-text {
    padding-top: 100px;
  }
  div#key-visual.confshoot div.key-bg p.key-text img {
    width: 40%;
  }
}

div#key-visual.inquiry div.key-bg p.key-text {
  padding-top: 60px;
}
div#key-visual.inquiry div.key-bg p.key-text img {
  width: 15%;
}
@media screen and (max-width: 480px) {
  div#key-visual.inquiry div.key-bg p.key-text {
    padding-top: 100px;
  }
  div#key-visual.inquiry div.key-bg p.key-text img {
    width: 40%;
  }
}

div#key-visual.plankey {
  margin-bottom: 56px;
}
div#key-visual.plankey .key-pic span.key-text {
  line-height: 0.4;
  padding-top: 1.2%;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
div#key-visual.plankey .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 16px;
  position: relative;
  top: -40px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  div#key-visual.plankey .key-pic span.key-text {
    font-size: 100px;
    padding-top: 0.4%;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.plankey .key-pic span.key-text {
    font-size: 72px;
    line-height: 0.8;
    padding-top: 0.4%;
  }
  div#key-visual.plankey .key-pic span.key-text span.ja {
    font-size: 23px;
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.plankey .key-pic span.key-text {
    font-size: 32px;
    line-height: 0.8;
    padding-top: 2%;
  }
  div#key-visual.plankey .key-pic span.key-text span.ja {
    font-size: 15px;
    top: -16px;
    padding-left: 0;
  }
}

div#key-visual.access {
  margin-bottom: 56px;
}
div#key-visual.access .key-pic span.key-text {
  line-height: 0.4;
  padding-top: 1.2%;
}
div#key-visual.access .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 0;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1024px) {
  div#key-visual.access .key-pic span.key-text {
    font-size: 100px;
    padding-top: 0.4%;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.access .key-pic span.key-text {
    font-size: 72px;
    line-height: 0.8;
    padding-top: 0.4%;
  }
  div#key-visual.access .key-pic span.key-text span.ja {
    font-size: 23px;
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.access .key-pic span.key-text {
    font-size: 32px;
    line-height: 0.8;
    padding-top: 2%;
  }
  div#key-visual.access .key-pic span.key-text span.ja {
    font-size: 15px;
    top: 0;
    padding-left: 0;
  }
}

div#key-visual.gallery {
  margin-bottom: 56px;
}
div#key-visual.gallery .key-pic span.key-text {
  line-height: 0.4;
  padding-top: 1.2%;
}
div#key-visual.gallery .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 0;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1024px) {
  div#key-visual.gallery .key-pic span.key-text {
    font-size: 100px;
    padding-top: 0.4%;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.gallery .key-pic span.key-text {
    font-size: 72px;
    line-height: 0.8;
    padding-top: 0.4%;
  }
  div#key-visual.gallery .key-pic span.key-text span.ja {
    font-size: 23px;
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.gallery .key-pic span.key-text {
    font-size: 32px;
    line-height: 0.8;
    padding-top: 2%;
  }
  div#key-visual.gallery .key-pic span.key-text span.ja {
    font-size: 15px;
    top: 0;
    padding-left: 0;
  }
}

body {
  background: #F7F6F4;
  width: 100%;
  position: relative;
}

#main {
  position: relative;
}
#main h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  #main h2 {
    font-size: 18px;
  }
}

.top-movie {
  overflow: hidden;
  width: 100vw;
}
@media screen and (max-width: 480px) {
  .top-movie {
    overflow: hidden;
    width: 100vw;
    height: auto;
    padding-top: 52px;
    margin-bottom: 0;
  }
}
.top-movie .movie {
  width: 100%;
  z-index: 100;
  background: url("../movie/sample-poster.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .top-movie .movie {
    top: 52px;
    right: 0;
    min-width: auto;
    min-height: auto;
  }
}

.bn_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9950;
  background: rgba(0, 0, 0, 0.85);
}
.bn_wrap .bn_body {
  width: 1006px;
  height: 309px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .bn_wrap .bn_body {
    width: 580px;
    height: 178px;
  }
}
@media screen and (max-width: 520px) {
  .bn_wrap .bn_body {
    width: 90%;
    height: auto;
    top: 20%;
  }
}
.bn_wrap .bn_body a {
  display: inline-block;
}
.bn_wrap .bn_body a img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.bn_wrap .bn_body a img.pc {
  display: inline;
}
.bn_wrap .bn_body a img.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .bn_wrap .bn_body a img.pc {
    display: none;
  }
  .bn_wrap .bn_body a img.sp {
    display: inline;
  }
}
.bn_wrap .close {
  width: 72px;
  height: 72px;
  position: fixed;
  top: 200px;
  right: 200px;
  z-index: 9990;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .bn_wrap .close {
    top: 60px;
    right: 60px;
  }
}
@media screen and (max-width: 520px) {
  .bn_wrap .close {
    right: 1%;
    width: 32px;
    height: 32px;
  }
  .bn_wrap .close img {
    width: 100%;
    height: 100%;
  }
}

.online_bn {
  padding: 20px 0;
  text-align: center;
  background: #232323;
  position: relative;
  top: -10px;
}
.online_bn a {
  display: inline-block;
  width: 40%;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media screen and (max-width: 520px) {
  .online_bn a {
    width: 65%;
  }
}
.online_bn a:hover {
  opacity: 0.6;
}
.online_bn a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp-space {
  text-align: center;
  background: url(../images/info-bg.jpg) repeat-x;
}
.sp-space.one {
  padding: 20px 0;
}
.sp-space.two {
  padding: 20px 0;
}
.sp-space.three {
  padding: 14px 0;
}
.sp-space img {
  width: 36px;
  height: auto;
  position: relative;
  top: 3px;
}

.top-feature {
  background: url(../images/top-feature-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  position: relative;
  top: -10px;
}
.top-feature .feature-bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.6;
  transition: all 0.5s ease;
  background: #ffffff;
}
.top-feature .feature-bg.active {
  opacity: 0;
}
.top-feature h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding-top: 64px;
  margin-bottom: 40px;
}
.top-feature h2 img.feature-icon {
  width: 80px;
  height: auto;
}
.top-feature h2 img.feature-icon.active {
  -webkit-animation: rotateicon 1s ease-in forwards;
  animation: rotateicon 1s ease-in forwards;
}
@media screen and (max-width: 1024px) {
  .top-feature h2 img.feature-icon {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature h2 img.feature-icon {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .top-feature h2 {
    top: 0;
  }
}
.top-feature div.inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-feature div.inner p.feature-title {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  top: 160px;
  z-index: 4;
}
.top-feature div.inner p.feature-title img {
  width: 420px;
  height: auto;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 1024px) {
  .top-feature div.inner p.feature-title img {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature div.inner p.feature-title img {
    width: 260px;
  }
}
@media screen and (max-width: 480px) {
  .top-feature div.inner p.feature-title {
    top: 0;
  }
}
.top-feature div.inner div.feature-box {
  width: 100%;
  position: relative;
  z-index: 5;
}
.top-feature div.inner div.feature-box #swiper {
  display: none;
}
.top-feature div.inner .btn-area {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 6;
  padding-bottom: 24px;
}
.top-feature div.inner .btn-area p {
  font-size: 21px;
  margin-bottom: 14px;
  color: #ffffff;
}
.top-feature div.inner .btn-area a {
  width: auto;
  text-align: center;
  display: inline-block;
  transition: all 1s ease;
  padding: 10px 16px 8px;
  line-height: 1;
}
.top-feature div.inner .btn-area a img {
  width: auto;
  height: 40px;
  position: relative;
  top: -2px;
  vertical-align: bottom;
  filter: drop-shadow(0 0 8px #ffffff);
}
@media screen and (max-width: 1024px) {
  .top-feature div.inner .btn-area {
    text-align: center;
    margin-bottom: 14px;
    top: auto;
    bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-feature div.inner div.feature-box {
    margin-bottom: 4px;
    width: 100%;
    height: 154px;
    padding-top: 4px;
    top: 160px;
  }
  .top-feature div.inner div.feature-box #swiper-pc {
    display: none;
  }
  .top-feature div.inner div.feature-box #swiper {
    display: block;
    width: 100%;
    padding: 4px 0;
    transition: all 0.4s ease;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper {
    align-items: center;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul {
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    padding: 24px 4px;
    text-align: center;
    position: relative;
    transition: all 0.8s ease;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul .icon {
    text-align: center;
    height: 50px;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul .en {
    font-size: 14px;
    font-weight: bold;
    color: #702f8e;
    transition: all 0.6s ease;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul .ja {
    font-size: 7px;
    letter-spacing: -0.05em;
    color: #222222;
    transition: all 0.6s ease;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.slide1.scroll {
    -webkit-animation: listmove1 0.4s ease-in forwards;
    animation: listmove1 0.4s ease-in forwards;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.slide1 .icon img {
    position: relative;
    top: 4px;
    width: 34PX;
    height: auto;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.slide2.scroll {
    -webkit-animation: listmove2 0.4s ease-in forwards;
    animation: listmove2 0.4s ease-in forwards;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.slide2 .icon img {
    position: relative;
    top: 8px;
    width: 27PX;
    height: auto;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.slide3.scroll {
    -webkit-animation: listmove3 0.4s ease-in forwards;
    animation: listmove3 0.4s ease-in forwards;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.slide3 .icon img {
    position: relative;
    top: 6px;
    width: 33px;
    height: auto;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.slide4.scroll {
    -webkit-animation: listmove4 0.4s ease-in forwards;
    animation: listmove4 0.4s ease-in forwards;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.slide4 .icon img {
    position: relative;
    top: 8px;
    width: 54px;
    height: auto;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide {
    transform: scale(0.5);
    transition: transform 800ms;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active {
    transform: scale(0.8);
    z-index: 9000;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active .en {
    font-size: 18px;
    font-weight: bold;
    color: #702f8e;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active .ja {
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #222222;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active.slide1.scroll {
    -webkit-animation: listmove1 0.4s ease-in forwards;
    animation: listmove1 0.4s ease-in forwards;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active.slide1 .icon img {
    position: relative;
    top: 8px;
    width: 44PX;
    height: auto;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active.slide2.scroll {
    -webkit-animation: listmove2 0.4s ease-in forwards;
    animation: listmove2 0.4s ease-in forwards;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active.slide2 .icon img {
    position: relative;
    top: 4px;
    width: 56PX;
    height: auto;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active.slide3.scroll {
    -webkit-animation: listmove3 0.4s ease-in forwards;
    animation: listmove3 0.4s ease-in forwards;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active.slide3 .icon img {
    position: relative;
    top: 6px;
    width: 46px;
    height: auto;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active.slide4.scroll {
    -webkit-animation: listmove4 0.4s ease-in forwards;
    animation: listmove4 0.4s ease-in forwards;
  }
  .top-feature div.inner div.feature-box #swiper .swiper-wrapper ul.swiper-slide-active.slide4 .icon img {
    position: relative;
    top: 4px;
    width: 70px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .top-feature {
    background: none;
    padding-top: 16px;
    overflow: hidden;
    height: auto;
  }
  .top-feature:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/top-feature-bg.jpg) center no-repeat;
    background-size: cover;
  }
  .top-feature h2 {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 20px;
    margin-bottom: 8px !important;
  }
  .top-feature h2 img.feature-icon {
    width: 50px;
    height: auto;
  }
  .top-feature div.inner {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    top: 0;
  }
  .top-feature div.inner p.feature-title {
    text-align: center;
    margin-bottom: 0;
  }
  .top-feature div.inner p.feature-title img {
    width: 220px;
    height: auto;
  }
  .top-feature div.inner div.feature-box {
    margin-bottom: 4px;
    width: 100%;
    height: 154px;
    padding-top: 4px;
    top: 0;
  }
  .top-feature div.inner .btn-area {
    text-align: center;
    margin-bottom: 14px;
    position: relative;
    top: 16px;
  }
  .top-feature div.inner .btn-area p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .top-feature div.inner .btn-area a {
    width: 90px;
    text-align: center;
    display: inline-block;
    transition: all 1s ease;
    padding: 0;
    line-height: 1;
  }
  .top-feature div.inner .btn-area a img {
    width: auto;
    height: 14px;
    position: relative;
    top: -2px;
    vertical-align: bottom;
    filter: drop-shadow(0 0 5px #ffffff);
  }
}

@keyframes rotateicon {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}
.feature-bottom {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.beehive_movie {
  padding: 40px 0;
  text-align: center;
  background: #232323;
  position: relative;
}
.beehive_movie h2.movie_title {
  text-align: center;
  font-size: 18px;
  color: #dedede !important;
  letter-spacing: 0.08em;
}
.beehive_movie .movie_wrap {
  width: 720px;
  height: 360px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 520px) {
  .beehive_movie .movie_wrap {
    width: 90%;
    height: auto;
  }
}
.beehive_movie .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
.beehive_movie .linkbtn {
  display: inline-block;
  text-align: center;
  color: #fff;
}
.beehive_movie .linkbtn img {
  width: 42px;
  height: auto;
  vertical-align: bottom;
}

#information {
  background: url(../images/svg/information-bg.svg) no-repeat, url(../images/info-bg.jpg) no-repeat;
  background-size: cover, cover;
  padding: 40px 0;
}
#information .info-inner {
  width: 750px;
  margin: 12px auto 0;
}
#information .info-inner dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#information .info-inner dl div dt {
  margin-right: 24px;
  font-size: 13px;
  color: #666666;
  letter-spacing: 0.15em;
}
#information .info-inner dl div dt span {
  padding: 3px 8px;
  color: #ffffff;
  background: #ccc5a6;
  margin-left: 24px;
}
#information .info-inner dl div dd {
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #information .info-inner {
    width: 95%;
    margin: 0 auto;
  }
  #information .info-inner dl div {
    display: block;
  }
  #information .info-inner dl div dt {
    margin-bottom: 8px;
  }
  #information .info-inner dl div dd {
    font-size: 12px;
  }
}

#top-content {
  width: 100%;
  overflow: hidden;
  background: #f7f6f4;
}
#top-content div.inner-box {
  padding-top: 24px;
  margin-bottom: 24px;
}
#top-content div.inner-box figure.planprice {
  width: 50%;
  background: #ffffff;
  margin: 0 auto 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1042px) {
  #top-content div.inner-box figure.planprice {
    width: 82%;
  }
}
#top-content div.inner-box figure.planprice img {
  padding: 6px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#top-content div.inner-box p.desc {
  font-size: 14px;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  #top-content div.inner-box p.desc {
    font-size: 12px;
  }
}
#top-content div.inner-box p.btn {
  text-align: center;
}
#top-content div.inner-box p.btn .btn-area {
  text-align: center;
  display: inline-block;
  border: 1px solid #1f1f1f;
}
#top-content div.inner-box p.btn .btn-area span {
  display: inline-block;
  text-align: center;
  padding: 6px 12px 4px;
}
#top-content div.inner-box p.btn .btn-area span .icon1 {
  width: 18px;
  height: auto;
  position: relative;
  top: 3px;
  margin-right: 6px;
}
#top-content .box1 {
  opacity: 0;
  position: relative;
  top: 40px;
  left: 40px;
  transition: all 0.8s ease;
}
#top-content .box1.active {
  opacity: 1;
  top: 0;
  left: 0;
}
#top-content .box2 {
  opacity: 0;
  position: relative;
  top: 40px;
  left: -40px;
  transition: all 0.8s ease;
}
#top-content .box2.active {
  opacity: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  #top-content {
    display: none;
  }
}

#top-pc-content {
  padding-top: 240px;
  overflow: hidden;
}
#top-pc-content .inner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #top-pc-content .inner {
    width: 90%;
  }
}
#top-pc-content .inner .box {
  padding: 120px 0 80px;
  margin-bottom: 200px;
  position: relative;
}
#top-pc-content .inner .box .box-header {
  position: absolute;
  top: -100px;
  left: -32px;
}
#top-pc-content .inner .box .box-header span.headbg {
  width: 110%;
  height: 100px;
  padding: 14px 48px 12px;
  background: #ffffff;
  position: absolute;
  top: 64px;
  left: -20px;
}
#top-pc-content .inner .box .box-header h2 {
  font-size: 100px;
  height: 100px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
#top-pc-content .inner .box .box-header h2 span {
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: 200px;
  transition: all 0.4s ease;
}
#top-pc-content .inner .box .box-header h2 span.active {
  top: 0;
}
#top-pc-content .inner .box .box-header p {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -18px;
}
#top-pc-content .inner .box .box-header.evenhead {
  position: absolute;
  top: -120px;
  left: auto;
  right: -70px;
}
#top-pc-content .inner .box .box-header.evenhead span.headbg {
  width: 110%;
  height: 100px;
  padding: 14px 48px 12px;
  background: #ffffff;
  position: absolute;
  top: 64px;
  left: -20px;
}
#top-pc-content .inner .box .box-header.evenhead h2 {
  font-size: 100px;
  height: 100px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
#top-pc-content .inner .box .box-header.evenhead h2 span {
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: 200px;
  transition: all 0.4s ease;
}
#top-pc-content .inner .box .box-header.evenhead h2 span.active {
  top: 0;
}
#top-pc-content .inner .box .box-header.evenhead p {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -18px;
}
#top-pc-content .inner .box ul.box-list {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: -12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-pc-content .inner .box ul.box-list.service_list {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
  row-gap: 30px;
}
#top-pc-content .inner .box ul.box-list.service_list li a {
  width: 100%;
}
#top-pc-content .inner .box ul.box-list li {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  text-align: center;
  position: relative;
}
#top-pc-content .inner .box ul.box-list li a {
  display: block;
  position: relative;
  width: 240px;
  height: 140px;
  padding-top: 100px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #ffffff;
  transition: all 0.4s ease;
}
#top-pc-content .inner .box ul.box-list li a:before {
  content: "×";
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
  transform: rotate(45deg);
  position: absolute;
  top: -9px;
  left: -9px;
  transition: all 0.7s ease;
}
#top-pc-content .inner .box ul.box-list li a:after {
  content: "×";
  display: block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
  transform: rotate(45deg);
  position: absolute;
  bottom: -9px;
  right: -9px;
  transition: all 0.7s ease;
}
#top-pc-content .inner .box ul.box-list li a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #232323;
}
#top-pc-content .inner .box ul.box-list li a:hover:before {
  top: 231px;
  color: #8103ac;
}
#top-pc-content .inner .box ul.box-list li a:hover:after {
  bottom: 231px;
  color: #8103ac;
}
#top-pc-content .inner .box ul.box-list li a:hover span {
  color: #232323;
}
#top-pc-content .inner .box ul.box-list li a span {
  display: block;
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  #top-pc-content .inner .box ul.box-list {
    width: 100%;
  }
}
#top-pc-content .inner .box1 {
  width: 100%;
  background: url(../images/top-feature-pic1.jpg) 100% 100% no-repeat;
  background-size: cover;
}
#top-pc-content .inner .box2 {
  width: 100%;
  background: url(../images/top-feature-pic2.jpg) 100% 100% no-repeat;
  background-size: cover;
}
#top-pc-content .inner .box2 h2 span {
  color: #534741;
}
#top-pc-content .inner .box3 {
  width: 100%;
  background: url(../images/top-feature-pic3.jpg) 100% 100% no-repeat;
  background-size: cover;
}
#top-pc-content .inner .box3 .box-list {
  width: 600px !important;
}
@media screen and (max-width: 1200px) {
  #top-pc-content {
    display: none;
  }
}

@keyframes circleMove {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.3);
  }
  90% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
#topFeature {
  height: 700px;
}
#topFeature #bee-planet {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: visible;
  width: 100%;
  height: 700px;
}
#topFeature #bee-planet #bee-canvas {
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#topFeature #bee-planet .overray {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  #topFeature {
    height: 600px;
    padding-bottom: 16px;
  }
  #topFeature #bee-planet {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #topFeature {
    height: auto;
  }
}

#photoarea {
  background: #f8f6f4;
  padding: 0 0 80px;
}
#photoarea .photo-inner {
  width: 980px;
  margin: 0 auto;
}
#photoarea .photo-inner ul {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  background: #222222;
}
#photoarea .photo-inner ul li {
  width: 25%;
  height: auto;
  position: relative;
  top: 45px;
  opacity: 0;
  transition: all 1s ease;
}
#photoarea .photo-inner ul li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#photoarea .photo-inner ul li div {
  text-align: center;
}
#photoarea .photo-inner ul li div h3 {
  font-size: 28px;
  margin-bottom: 12px;
  letter-spacing: 0;
  color: #ffffff;
}
#photoarea .photo-inner ul li div a {
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
  padding: 6px 12px;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
}
#photoarea .photo-inner ul li div a i {
  padding-right: 8px;
  border-right: 1px solid #ffffff;
  margin-right: 4px;
  font-weight: lighter;
  color: #ffffff;
}
#photoarea .photo-inner ul li.active {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 768px) {
  #photoarea .photo-inner {
    width: 95%;
  }
  #photoarea .photo-inner ul li div h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  #photoarea .photo-inner {
    width: 100%;
  }
  #photoarea .photo-inner ul li {
    width: 50% !important;
  }
  #photoarea .photo-inner ul li.area1 {
    order: 4;
  }
  #photoarea .photo-inner ul li.area2 {
    order: 2;
  }
  #photoarea .photo-inner ul li.area3 {
    order: 11;
  }
  #photoarea .photo-inner ul li.area4 {
    order: 3;
  }
  #photoarea .photo-inner ul li.area5 {
    order: 14;
  }
  #photoarea .photo-inner ul li.area6 {
    order: 15;
  }
  #photoarea .photo-inner ul li.area7 {
    order: 5;
  }
  #photoarea .photo-inner ul li.area8 {
    order: 10;
  }
  #photoarea .photo-inner ul li.area9 {
    order: 1;
  }
  #photoarea .photo-inner ul li.area10 {
    order: 16;
  }
  #photoarea .photo-inner ul li.area11 {
    order: 13;
  }
  #photoarea .photo-inner ul li.area12 {
    order: 12;
  }
  #photoarea .photo-inner ul li.area13 {
    order: 7;
  }
  #photoarea .photo-inner ul li.area14 {
    order: 9;
  }
  #photoarea .photo-inner ul li.area15 {
    order: 8;
  }
  #photoarea .photo-inner ul li.area16 {
    order: 6;
  }
  #photoarea .photo-inner ul li div h3 {
    font-size: 17px;
  }
}

#place {
  padding: 80px 0;
  background: #f7f6f4;
  margin-bottom: 240px;
}
#place .place-inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
#place .place-inner h2 {
  text-align: center;
}
#place .place-inner .place-address {
  font-weight: 200;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #place .place-inner .place-address {
    font-size: 12px;
  }
}
#place .place-inner .place-address br {
  display: none;
}
#place .place-inner .place-map {
  position: relative;
  margin-bottom: 24px;
}
#place .place-inner .place-map .map-pic {
  width: 80%;
  height: auto;
  position: relative;
}
#place .place-inner .place-map .map-icon {
  display: inline-block;
  position: absolute;
  width: 0;
  height: auto;
  bottom: 160px;
  right: 300px;
  transition: all 0.8s ease;
  transform-origin: center;
}
#place .place-inner .place-map .map-icon.view {
  width: 60px;
}
@media screen and (max-width: 768px) {
  #place .place-inner .place-map .map-icon {
    bottom: 110px;
    right: 200px;
  }
}
@media screen and (max-width: 480px) {
  #place .place-inner .place-map .map-icon {
    bottom: 60px;
    right: 90px;
  }
  #place .place-inner .place-map .map-icon.view {
    width: 30px;
  }
}
#place .place-inner .place-map .map-name {
  position: absolute;
  width: 80px;
  height: auto;
  bottom: 200px;
  right: 240px;
  opacity: 0;
  transition: all 1.4s 0.8s ease;
}
#place .place-inner .place-map .map-name.view {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #place .place-inner .place-map .map-name {
    bottom: 140px;
    right: 140px;
  }
}
@media screen and (max-width: 480px) {
  #place .place-inner .place-map .map-name {
    bottom: 80px;
    right: 30px;
  }
}
#place .place-inner .googlemap {
  display: inline-block;
  letter-spacing: 0.1em;
  border: 1px solid #333333;
  border-radius: 4px;
  padding: 16px 24px 14px;
  transition: all 0.8s ease;
}
#place .place-inner .googlemap i {
  color: #333333;
  transition: all 0.8s ease;
}
#place .place-inner .googlemap:hover {
  background: #333333;
  color: #ffffff;
}
#place .place-inner .googlemap:hover i {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  #place .place-inner .googlemap {
    font-size: 12px;
    padding: 10px 14px 8px;
  }
}
@media screen and (max-width: 768px) {
  #place .place-inner {
    width: 95%;
    margin-bottom: 0;
  }
  #place .place-inner .place-address br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #place {
    padding: 24px 0 6px;
    margin-bottom: 0;
    padding-bottom: 120px;
  }
}

#inquiry {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  position: relative;
}
#inquiry h2 {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -60%;
}
#inquiry h2 img {
  width: 518px;
  height: 238px;
}
#inquiry h2 img.pcinq {
  display: inline;
}
#inquiry h2 img.spinq {
  display: none;
}
@media screen and (max-width: 1024px) {
  #inquiry h2 {
    top: -55%;
  }
}
@media screen and (max-width: 768px) {
  #inquiry h2 {
    top: -40%;
  }
  #inquiry h2 img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  #inquiry h2 {
    top: -24%;
  }
  #inquiry h2 img {
    width: 70%;
  }
  #inquiry h2 img.pcinq {
    display: none;
  }
  #inquiry h2 img.spinq {
    display: inline;
  }
}
#inquiry .inqline {
  width: 50%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 47%;
}
@media screen and (max-width: 1024px) {
  #inquiry .inqline {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #inquiry .inqline .linebox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #inquiry .inqline .linebox h3 {
    text-align: center;
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #inquiry .inqline {
    width: 100%;
    display: block;
  }
  #inquiry .inqline .linebox {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #inquiry .inqline .linebox h3 {
    text-align: center;
    width: 100%;
  }
}
#inquiry .inqline .linebox {
  height: 50px;
  width: 100%;
}
#inquiry .inqline .linebox h3 {
  padding-bottom: 4px;
}
#inquiry .inqline .linebox h3 i {
  font-weight: lighter;
  margin-left: 12px;
  padding-top: 2px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #232323;
}
#inquiry .inqline .linebox h3 i span {
  position: relative;
  bottom: 8px;
}
@media screen and (max-width: 520px) {
  #inquiry .inqline .linebox h3 i span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #inquiry .inqline .linebox h3 {
    border-left: none;
  }
  #inquiry .inqline .linebox h3 i {
    margin-left: 0;
  }
}
#inquiry .inqline1 {
  margin-bottom: 40px;
}
#inquiry .inqline1 .linebox h3 i img {
  margin-right: 12px;
  width: 37px;
  height: 30px;
}
#inquiry .inqline1 .line-icon {
  text-align: center;
}
#inquiry .inqline1 .line-icon img {
  width: 55px;
  height: 100%;
  position: relative;
  right: 50px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #inquiry .inqline1 .line-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #inquiry .inqline1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #inquiry .inqline1 {
    margin-bottom: 12px;
  }
}
#inquiry .inqline2 {
  margin-bottom: 40px;
}
#inquiry .inqline2 .linebox h3 i img {
  margin-right: 12px;
  width: 37px;
  height: 30px;
}
#inquiry .inqline2 .line-icon {
  text-align: center;
}
#inquiry .inqline2 .line-icon img {
  width: 55px;
  height: 100%;
  position: relative;
  right: 50px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #inquiry .inqline2 .line-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #inquiry .inqline2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #inquiry .inqline2 {
    margin-bottom: 12px;
  }
}
#inquiry .inqline3 .linebox h3 i img {
  margin-right: 8px;
  width: 24px;
  height: 40px;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  #inquiry .inqline3 .linebox h3 i img {
    position: relative;
    top: 6px;
  }
}
#inquiry .inqline3 .line-icon {
  text-align: center;
}
#inquiry .inqline3 .line-icon img {
  width: 28px;
  height: 100%;
  position: relative;
  right: 50px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #inquiry .inqline3 .line-icon {
    display: none;
  }
}
#inquiry .line-icon {
  width: 100%;
}
#inquiry .btn {
  width: 100%;
}
#inquiry .btn a {
  display: block;
  text-align: center;
  position: relative;
}
#inquiry .btn.inqbtn1 a {
  color: #ffffff;
  font-size: 18px;
  padding: 8px 12px;
  background: #232323;
  border-radius: 6px;
}
#inquiry .btn.inqbtn2 a {
  text-align: center;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #232323;
  background: #ffffff !important;
  padding: 8px 12px;
  letter-spacing: 0.11em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #inquiry .btn {
    width: 80%;
    margin: 0 auto;
  }
  #inquiry .btn.inqbtn1 a {
    font-size: 14px;
  }
  #inquiry .btn.inqbtn2 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #inquiry .btn {
    width: 70%;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #inquiry .btn {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #inquiry {
    padding: 48px 0 24px;
  }
}

@media screen and (max-width: 1024px) {
  #inquiry .inqbox {
    margin-left: 0;
  }
  #inquiry .inqbox .linebox i {
    display: block !important;
    border-bottom: none !important;
  }
}

#inquiry h2 .spinq {
  position: relative;
  top: -30px;
}
#inquiry h2 .spinq.view {
  -webkit-animation: updown 0.4s ease-in forwards;
  animation: updown 0.4s ease-in forwards;
}
#inquiry .inqline1 {
  position: relative;
}
#inquiry .inqline1.view {
  -webkit-animation: updown1 0.4s ease-in forwards;
  animation: updown1 0.4s ease-in forwards;
}
#inquiry .inqline2 {
  position: relative;
}
#inquiry .inqline2.view {
  -webkit-animation: updown2 0.4s ease-in forwards;
  animation: updown2 0.4s ease-in forwards;
}

@keyframes updown {
  0% {
    top: -30px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0;
  }
}
@keyframes updown1 {
  0% {
    top: 0;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0;
  }
}
@keyframes updown2 {
  0% {
    top: 0;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0;
  }
}
.backtop {
  text-align: center;
}
.backtop a {
  display: block;
  padding: 6px 0 4px;
  background: #333333;
  transition: all 0.8s ease;
}
.backtop a i {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  transition: all 0.8s ease;
}
.backtop a:hover {
  background: #f9f9f9;
}
.backtop a:hover i {
  color: #333333;
}

footer#global-footer {
  background: #f7f6f4;
  position: relative;
}
footer#global-footer div.footer-inner {
  width: 980px;
  margin: 0 auto;
  padding: 24px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer#global-footer div.footer-inner {
    width: 100%;
    display: block;
  }
}
footer#global-footer div.footer-left {
  width: 200px;
}
footer#global-footer div.footer-left ul li {
  padding-top: 20px;
}
footer#global-footer div.footer-left ul li.logo {
  width: 200px;
}
footer#global-footer div.footer-left ul li.logo a img {
  width: 100%;
  height: auto;
}
footer#global-footer div.footer-left ul li.logo-text {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  footer#global-footer div.footer-left {
    width: 100%;
  }
  footer#global-footer div.footer-left ul li.logo {
    width: 100%;
    text-align: center;
  }
  footer#global-footer div.footer-left ul li.logo a img {
    width: 140px;
    height: auto;
  }
  footer#global-footer div.footer-left ul li.logo-text {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  footer#global-footer div.footer-left ul li.logo {
    padding-top: 0;
  }
  footer#global-footer div.footer-left ul li.logo a img {
    position: relative;
    left: -5px;
  }
}
footer#global-footer ul.info {
  margin: 18px 0 0 64px;
}
footer#global-footer ul.info li {
  margin-bottom: 8px;
  letter-spacing: 0.15em;
  font-size: 13px;
  text-align: right;
}
footer#global-footer ul.info li a {
  margin-right: 16px;
  width: 28px;
  display: inline-block;
}
footer#global-footer ul.info li a img {
  width: 24px;
  height: auto;
}
footer#global-footer ul.info li a img[src$=".svg"] {
  width: 28px;
  height: auto;
}
footer#global-footer ul.info li a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 520px) {
  footer#global-footer ul.info li:nth-child(1) {
    display: none;
  }
  footer#global-footer ul.info li:nth-child(2) {
    display: none;
  }
  footer#global-footer ul.info li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer#global-footer ul.info {
    margin: 18px 0 0 12px;
  }
  footer#global-footer ul.info li {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  footer#global-footer ul.info {
    margin: 8px 0 0 8px;
  }
  footer#global-footer ul.info li {
    margin-bottom: 0;
  }
}
footer#global-footer .copy {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: right;
}
footer#global-footer .copy small {
  color: #333333;
  font-family: sans-serif;
  font-size: 6px;
  font-weight: lighter;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  footer#global-footer .copy {
    width: 100%;
    padding-bottom: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  footer#global-footer .copy small {
    padding-left: 3px;
  }
}

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