#inpage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9900;
  background: #ffffff;
}
#inpage .inpage-inner p.black img {
  width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  animation: logopulse 4s ease infinite;
}
#inpage .inpage-inner p.white img {
  width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

@keyframes logopulse {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#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;
  }
}

#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;
  }
}

body {
  background: #F7F6F4;
}

#main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 320px;
}
#main .contents h2 {
  margin-bottom: 16px;
}
#main .contents h2 img.title-pc {
  display: inline;
}
#main .contents h2 img.title-sp {
  display: none;
}
#main .contents h2 + p {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #main {
    padding-bottom: 160px;
    width: 95%;
    overflow: hidden;
  }
  #main .contents h2 + p {
    margin: 0 auto 40px;
    width: 100%;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.15em;
    line-height: 1.8;
  }
  #main .contents h2 + p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #main {
    padding-bottom: 64px;
    width: 100%;
    padding-top: 0;
  }
  #main .contents h2 img.title-pc {
    display: none;
  }
  #main .contents h2 img.title-sp {
    display: inline;
  }
  #main .contents h2 + p {
    margin-left: 0;
    margin-bottom: 40px;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.15em;
    line-height: 1.8;
  }
  #main .contents h2 + p br {
    display: none;
  }
}

#main-feature h2 {
  text-align: center;
  margin-bottom: 80px;
}
#main-feature h2 img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #main-feature h2 img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #main-feature h2 img {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #main-feature h2 {
    margin-bottom: 40px;
  }
  #main-feature h2 img {
    width: 80%;
  }
}
#main-feature .feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 80px;
}
#main-feature .feature .feature-box {
  width: 49%;
  height: 600px;
  margin: 0 auto 16px;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  transition: all 2s ease;
  padding: 80px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#main-feature .feature .feature-box h3 {
  width: 100%;
  height: 147px;
  position: relative;
  z-index: 2;
}
#main-feature .feature .feature-box h3 span.title-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  padding: 32px 0;
  border-radius: 12px;
}
#main-feature .feature .feature-box h3 span.title-wrap span.ja {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
#main-feature .feature .feature-box div.inner {
  width: 93%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#main-feature .feature .feature-box div.inner ul {
  width: 70%;
  height: 155px;
  margin: 0 auto;
}
#main-feature .feature .feature-box div.inner ul.single-line {
  height: 140px;
}
@media screen and (max-width: 480px) {
  #main-feature .feature .feature-box div.inner ul li {
    font-size: 11px;
  }
}
#main-feature .feature .feature-box p.ftext {
  font-size: 16px;
  padding: 12px;
  color: #ffffff;
  width: 85%;
  margin: 0 auto;
}
#main-feature .feature .feature-box div.cover {
  width: 95%;
  height: 95%;
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #main-feature .feature .feature-box {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #main-feature .feature .feature-box {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  #main-feature .feature .feature-box {
    height: auto;
  }
  #main-feature .feature .feature-box div.inner ul {
    height: auto;
  }
  #main-feature .feature .feature-box div.inner ul.single-line {
    height: auto;
    padding: 12px 0;
  }
}
#main-feature .feature .box1 {
  background: url(../feature/images/feature-pc1024-1.jpg) no-repeat;
  background-size: cover;
}
#main-feature .feature .box1 h3 {
  background: url(../feature/images/feature-title-bg1.png) no-repeat center center;
  background-size: 60%;
}
#main-feature .feature .box1 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 16px;
}
#main-feature .feature .box1 ul li {
  width: 30%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}
#main-feature .feature .box2 {
  background: url(../feature/images/feature-pc1024-2.jpg) no-repeat;
  background-size: cover;
}
#main-feature .feature .box2 h3 {
  background: url(../feature/images/feature-title-bg2.png) no-repeat center center;
  background-size: 25%;
}
#main-feature .feature .box2 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#main-feature .feature .box2 ul li {
  width: 30%;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  padding: 6px 0;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 4px;
}
#main-feature .feature .box2 ul li:nth-child(-n+3) {
  border-bottom: 1px solid #414042;
}
#main-feature .feature .box3 {
  background: url(../feature/images/feature-pc1024-3.jpg) no-repeat;
  background-size: cover;
}
#main-feature .feature .box3 h3 {
  background: url(../feature/images/feature-title-bg3.png) no-repeat center center;
  background-size: 25%;
}
#main-feature .feature .box3 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#main-feature .feature .box3 ul li {
  width: 30%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}
#main-feature .feature .box3 ul li:nth-child(3) img {
  padding-bottom: 12px;
}
#main-feature .feature .box4 {
  background: url(../feature/images/feature-pc1024-4.jpg) no-repeat;
  background-size: cover;
}
#main-feature .feature .box4 h3 {
  background: url(../feature/images/feature-title-bg4.png) no-repeat center center;
  background-size: 35%;
}
#main-feature .feature .box4 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#main-feature .feature .box4 ul li {
  width: 30%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding: 6px 0;
}
@media screen and (max-width: 1024px) {
  #main-feature .feature {
    width: 100%;
    margin: 0 auto;
  }
  #main-feature .feature .feature-box {
    width: 100%;
    padding: 64px 0;
  }
  #main-feature .feature .feature-box h3 {
    margin-bottom: 24px;
    font-size: 24px;
    height: 100px;
  }
  #main-feature .feature .feature-box h3 span.title-wrap {
    height: 120px;
    padding: 48px 0;
    font-size: 26px;
    line-height: 1;
  }
  #main-feature .feature .feature-box h3 span.title-wrap span.ja {
    font-size: 18px;
  }
  #main-feature .feature .feature-box div.inner ul {
    width: 85%;
  }
  #main-feature .feature .feature-box p.ftext {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  #main-feature .feature .box1 h3 {
    background-size: 55%;
  }
  #main-feature .feature .box2 h3 {
    background-size: 40%;
  }
  #main-feature .feature .box3 h3 {
    background-size: 45%;
  }
  #main-feature .feature .box4 h3 {
    background-size: 50%;
  }
  #main-feature .feature .box1 h3, #main-feature .feature .box3 h3 {
    position: relative;
    top: 24px;
  }
  #main-feature .feature .box4 h3 {
    position: relative;
    top: 20px;
  }
  #main-feature .feature .box4 h3 span.title-wrap {
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  #main-feature .feature {
    width: 95%;
    margin: 0 auto;
  }
  #main-feature .feature .feature-box {
    position: relative;
    margin-bottom: 72px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0);
    transition: all 2s ease;
    padding-bottom: 12px;
    width: 100%;
  }
  #main-feature .feature .feature-box h3 {
    width: 100%;
    height: 147px;
    position: relative;
    z-index: 2;
  }
  #main-feature .feature .feature-box h3 span.title-wrap {
    display: block;
    position: absolute;
    width: 70%;
    height: 55px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    padding: 12px 0;
    border-radius: 12px;
  }
  #main-feature .feature .feature-box h3 span.title-wrap span.ja {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }
  #main-feature .feature .feature-box div.inner {
    width: 93%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
  #main-feature .feature .feature-box p.ftext {
    font-size: 16px;
    padding: 12px;
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
  }
  #main-feature .feature .feature-box div.cover {
    width: 95%;
    height: 95%;
    background: rgba(0, 0, 0, 0.6);
    margin: auto;
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    z-index: 1;
  }
  #main-feature .feature .feature-box.active {
    /*.feature-box Animation*/
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }
  #main-feature .feature .box1 {
    padding: 48px 0;
    background: url(../feature/images/feature-box-bg1.jpg) no-repeat;
    background-size: cover;
  }
  #main-feature .feature .box1 h3 {
    background-size: 60%;
    margin-bottom: 0;
  }
  #main-feature .feature .box2 {
    padding: 48px 0;
    background: url(../feature/images/feature-box-bg2.jpg) no-repeat;
    background-size: cover;
  }
  #main-feature .feature .box2 div.inner {
    padding-top: 12px;
  }
  #main-feature .feature .box3 {
    padding: 48px 0;
    background: url(../feature/images/feature-box-bg3.jpg) no-repeat;
    background-size: cover;
  }
  #main-feature .feature .box3 div.inner {
    padding-top: 12px;
  }
  #main-feature .feature .box4 {
    padding: 48px 0;
    background: url(../feature/images/feature-box-bg4.jpg) no-repeat;
    background-size: cover;
  }
  #main-feature .feature div.overray {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.5s ease;
    transition-delay: 0.4s;
  }
  #main-feature .feature div.overray.active {
    width: 0;
  }
  #main-feature .feature div.overray div.inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.4s ease;
  }
  #main-feature .feature div.overray div.inner.active {
    width: 0;
  }
}
@media screen and (max-width: 480px) {
  #main-feature .feature .feature-box {
    padding-bottom: 12px;
    padding-top: 0;
    width: 100%;
  }
  #main-feature .feature .feature-box h3 {
    margin-bottom: 0;
    background-size: 60%;
  }
  #main-feature .feature .feature-box h3 span.title-wrap {
    font-size: 18px;
  }
  #main-feature .feature .feature-box h3 span.title-wrap span.ja {
    font-size: 12px;
  }
  #main-feature .feature .feature-box div.inner ul {
    width: 95%;
  }
  #main-feature .feature .feature-box p.ftext {
    font-size: 12px;
    width: 95%;
  }
}

/* Rayout Style */
#incopt {
  margin: 0 auto;
}
#incopt .contents-wrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
#incopt .contents-wrap .content-body {
  width: 49%;
}
#incopt .contents-wrap .content-body h3 {
  margin-bottom: 12px;
  background: #ffffff;
}
#incopt .contents-wrap .content-body h3 span {
  display: block;
  padding: 8px 16px;
  border-bottom: none;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#incopt .contents-wrap .content-body p.desc {
  font-size: 13px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #incopt .contents-wrap .content-body p.desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  #incopt .contents-wrap .content-body p.desc {
    font-size: 11px;
  }
}
#incopt .contents-wrap .contents-left h3 {
  border-left: 4px solid #08083f;
}
#incopt .contents-wrap .contents-left h3 span {
  background: url(../feature/images/svg/title-include-icon.svg) no-repeat;
  background-position: 90% 45%;
}
#incopt .contents-wrap .contents-right h3 {
  border-left: 4px solid #f7d441;
}
#incopt .contents-wrap .contents-right h3 span {
  color: #e2c23d;
  background: url(../feature/images/svg/title-option-icon.svg) no-repeat;
  background-position: 90% 45%;
}
@media screen and (max-width: 768px) {
  #incopt {
    width: 100%;
  }
}

/* design Style */
#incopt .contents-wrap .content-body .inc-list .list-box,
#incopt .contents-wrap .content-body .opt-list .list-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
}
#incopt .contents-wrap .content-body .inc-list .list-box figure,
#incopt .contents-wrap .content-body .opt-list .list-box figure {
  width: 50%;
}
#incopt .contents-wrap .content-body .inc-list .list-box figure img,
#incopt .contents-wrap .content-body .opt-list .list-box figure img {
  width: 100%;
  height: 186px;
  vertical-align: bottom;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#incopt .contents-wrap .content-body .inc-list .list-box div.desc,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc {
  padding: 10px;
  width: 50%;
  height: auto;
}
#incopt .contents-wrap .content-body .inc-list .list-box div.desc h4,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 6px 0 4px;
  color: #08083f;
  border-top: 1px solid #08083f;
}
#incopt .contents-wrap .content-body .inc-list .list-box div.desc p,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc p {
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #incopt .contents-wrap .content-body .inc-list .list-box div.desc,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc {
    background: #ffffff;
    padding: 8px;
    height: 110px;
  }
  #incopt .contents-wrap .content-body .inc-list .list-box div.desc h4,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #incopt .contents-wrap .content-body .inc-list .list-box div.desc p,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc p {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 480px) {
  #incopt .contents-wrap .content-body .inc-list .list-box div.desc,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc {
    background: #ffffff;
    padding: 8px;
    height: 130px;
  }
  #incopt .contents-wrap .content-body .inc-list .list-box div.desc h4,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc h4 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #incopt .contents-wrap .content-body .inc-list .list-box div.desc p,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc p {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  #incopt .contents-wrap .content-body .inc-list .list-box figure img,
#incopt .contents-wrap .content-body .opt-list .list-box figure img {
    height: 110px;
  }
}
@media screen and (max-width: 480px) {
  #incopt .contents-wrap .content-body .inc-list .list-box figure img,
#incopt .contents-wrap .content-body .opt-list .list-box figure img {
    height: 75px;
  }
}
#incopt .contents-wrap .content-body .inc-list .list-box {
  position: relative;
  left: -30%;
  opacity: 0;
  transition: all 0.8s ease;
}
#incopt .contents-wrap .content-body .inc-list .list-box.active {
  left: 0;
  opacity: 1;
}
#incopt .contents-wrap .content-body .opt-list .list-box {
  position: relative;
  right: -30%;
  opacity: 0;
  transition: all 0.8s ease;
}
#incopt .contents-wrap .content-body .opt-list .list-box.active {
  right: 0;
  opacity: 1;
}
#incopt .contents-wrap .content-body .opt-list .spacebox {
  width: auto;
  height: 185px !important;
  background: rgba(0, 0, 0, 0.01);
  border-radius: 8px;
  margin-left: 8px;
  margin-bottom: 18px;
  box-shadow: none;
  position: relative;
  box-shadow: 0 0 1px #ccc inset;
}
#incopt .contents-wrap .content-body .opt-list .spacebox img {
  width: 52px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#incopt .contents-wrap .content-body .opt-list .spacebox img.beemark1 {
  padding-right: 6px;
}
#incopt .contents-wrap .content-body .opt-list .spacebox img.beemark {
  padding-left: 6px;
}
@media screen and (max-width: 768px) {
  #incopt .contents-wrap .content-body .opt-list .spacebox {
    height: 220px !important;
  }
}
@media screen and (max-width: 480px) {
  #incopt .contents-wrap .content-body .opt-list .spacebox {
    width: 160px;
    height: 185px !important;
  }
}
@media screen and (max-width: 768px) {
  #incopt .contents-wrap {
    width: 95%;
  }
  #incopt .contents-wrap .content-body .inc-list .list-box,
#incopt .contents-wrap .content-body .opt-list .list-box {
    display: block !important;
  }
  #incopt .contents-wrap .content-body .inc-list .list-box figure,
#incopt .contents-wrap .content-body .opt-list .list-box figure {
    width: 100%;
  }
  #incopt .contents-wrap .content-body .inc-list .list-box div.desc,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc {
    width: 100%;
  }
  #incopt .contents-wrap .content-body .inc-list .list-box div.desc h4,
#incopt .contents-wrap .content-body .opt-list .list-box div.desc h4 {
    border-top: none;
    padding: 0;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 91% 0%;
  }
  50% {
    background-position: 10% 100%;
  }
  100% {
    background-position: 91% 0%;
  }
}

/*# sourceMappingURL=feature-001.css.map */
