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

div#key-visual.sub-key {
  margin-bottom: 0;
}

#main {
  padding-bottom: 160px;
  overflow-x: hidden;
  background: #F7F6F4;
}
#main h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#main h2 span.fontspan {
  font-weight: bold;
}
#main h2 span.title-ja {
  font-size: 15px;
  padding-left: 14px;
}
@media screen and (max-width: 480px) {
  #main h2 span.title-ja {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #main {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 480px) {
  #main {
    padding-bottom: 160px;
  }
}
#main .inner {
  margin-bottom: 80px;
}
#main .inner h3 {
  border-bottom: 1px solid #4d4d4d;
}
#main .inner h3 span {
  background: #424242;
  color: #f9f8f7;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 6px 24px;
  width: 180px;
  display: inline-block;
  font-size: 18px;
}
#main p.subkey {
  margin-bottom: 80px;
}
#main p.subkey img {
  width: 100%;
  height: auto;
}

#main .plan-head {
  width: 1000px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #333333;
}
#main .plan-head h2 {
  margin-bottom: 0;
  line-height: 1;
}
#main .plan-head h2 span {
  display: inline-block;
}
#main .plan-head h2 span.title-all {
  font-size: 21px;
  line-height: 1;
  padding: 12px 12px 8px;
  border: 1px solid #333333;
  border-bottom: none;
}
#main .plan-head h2 span.title-all span.ja {
  font-size: 14px;
}
#main .plan-head p {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  #main .plan-head {
    width: 100%;
    text-align: left;
    margin: 0 12px;
  }
  #main .plan-head h2 {
    margin-bottom: 0;
  }
  #main .plan-head p {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #main .plan-head {
    text-align: left;
    padding: 0;
    width: 100%;
    margin: 0 auto 24px;
    border-bottom: 1px solid #333333;
  }
  #main .plan-head h2 {
    margin-bottom: 0;
  }
  #main .plan-head h2 span.title-all {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 10px 12px 8px;
    border: 1px solid #333333;
    border-bottom: none;
    color: #333333;
  }
  #main .plan-head h2 span.title-all span.ja {
    color: #333333;
    line-height: 1;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #main .inner.service {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #main .inner.service {
    margin-top: 16px;
    width: 99%;
  }
  #main .inner.service div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 110px;
    height: 110px;
    padding-right: 0;
    margin-bottom: 8px;
    background: #ffffff;
  }
  #main .inner.service div dt {
    border-right: none;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
  }
  #main .inner.service div dt img.uketsuke {
    width: 32px;
    height: auto;
  }
  #main .inner.service div dd {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50%;
    padding: 0;
    text-align: center;
    font-size: 7px;
    font-weight: bold;
  }
  #main .inner.service div.spacebox {
    display: none !important;
  }
  #main .inner.service div.spacebox.lastspace {
    display: none;
  }
}

#plan {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  #plan {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#plan .other-plan {
  padding: 64px 0;
  margin-bottom: 40px;
}
#plan .estimate-btn {
  text-align: center;
  padding-top: 40px;
}
#plan .estimate-btn a {
  position: relative;
  top: 0;
  left: 0;
  filter: drop-shadow(0 0 0 rgb(0, 0, 0));
  width: 502px;
  height: 223px;
  display: inline-block;
  transition: all 1.2s ease;
  transform: scale(1);
}
#plan .estimate-btn a.zoom-btn {
  transform: scale(1.06);
  top: 60px;
  left: 60px;
}
#plan .estimate-btn a img {
  width: 100%;
  height: auto;
}
#plan .estimate-btn a:hover {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
  transform: scale(1.06);
}
@media screen and (max-width: 520px) {
  #plan .estimate-btn {
    padding: 0 0 20px;
  }
  #plan .estimate-btn a {
    width: 65%;
    height: auto;
  }
}
#plan .plan-area {
  width: 1000px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 1000px) {
  #plan .plan-area {
    width: 100%;
  }
}
#plan .plan-area .main_plan_inner {
  display: grid;
  grid-template-columns: 47% 47%;
  column-gap: 6%;
  row-gap: 24px;
}
@media screen and (max-width: 1100px) {
  #plan .plan-area .main_plan_inner {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  #plan .plan-area .main_plan_inner {
    display: block;
  }
}
#plan .plan-area .main_plan_inner .plan_box {
  display: grid;
  grid-template-columns: 40% 60%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 768px) {
  #plan .plan-area .main_plan_inner .plan_box {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  #plan .plan-area .main_plan_inner .plan_box {
    display: block;
    width: 85%;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 520px) {
  #plan .plan-area .main_plan_inner .plan_box .plan_pic {
    height: 170px;
  }
}
#plan .plan-area .main_plan_inner .plan_box .plan_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#plan .plan-area .main_plan_inner .plan_box .plan_info {
  padding: 24px;
  background: #F7F6F4;
}
#plan .plan-area .main_plan_inner .plan_box .plan_info .room_name {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
}
#plan .plan-area .main_plan_inner .plan_box .plan_info .room_subtxt {
  color: #808080;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 14px;
}
#plan .plan-area .main_plan_inner .plan_box .plan_info .room_price {
  font-size: 18px;
  color: #CDB13C;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
#plan .plan-area .main_plan_inner .plan_box .plan_info .room_price.txt_r {
  color: #ce115d;
}
@media screen and (max-width: 1100px) {
  #plan .plan-area .main_plan_inner .plan_box .plan_info .room_price {
    font-size: 18px;
  }
}
#plan .plan-area .main_plan_inner .plan_box .plan_info .room_price .s_line {
  display: inline-block;
  width: 100%;
  height: 6px;
  border-top: 2px solid #ce115d;
  border-bottom: 2px solid #ce115d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#plan .plan-area .main_plan_inner .plan_box .float_txt {
  position: absolute;
  top: 0;
  left: 0;
  background: #ce115d;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #plan .plan-area .main_plan_inner .plan_box .float_txt {
    font-size: 12px;
    padding: 4px 8px;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  padding: 0;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 85%;
}
.modal__content .popup-header {
  width: 400px;
  margin: 0 auto;
}
.modal__content .popup-header h1 {
  color: #ffffff;
  padding: 8px 0;
  text-align: center;
}
.modal__content .js-modal-close {
  color: #ffffff;
  display: inline-block;
  padding: 2px 16px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  width: 90%;
}
.modal__content .js-modal-close span {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .modal__content {
    width: 100%;
    max-height: 480px;
    overflow: visible;
    top: 50%;
  }
  .modal__content .popup-header {
    width: 100%;
  }
  .modal__content .js-modal-close {
    bottom: -40px;
  }
}

#service {
  width: 1000px;
  margin: 0 auto;
}
#service h2.mini-title {
  margin-bottom: 12px;
  border-bottom: 1px solid #333333;
}
#service h2.mini-title span {
  background: #333333;
  color: #ffffff;
  padding: 8px 12px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #service h2.mini-title {
    border-bottom: none;
    margin-left: 0 !important;
  }
  #service h2.mini-title span {
    background: transparent;
    color: #333333;
    font-size: 17px;
    font-weight: bold;
  }
}
#service h2 + p {
  margin-left: 12px;
  margin-bottom: 24px;
  letter-spacing: 0.2em;
  font-weight: 200;
}
#service dl.service-list {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  column-gap: 2%;
  row-gap: 20px;
  width: 100%;
  overflow: hidden;
}
#service dl.service-list div {
  height: 200px;
  background: #ffffff;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all 1s ease;
}
#service dl.service-list div:hover {
  border-radius: 50%;
  transform: rotate(360deg);
  background: #ede3b9;
}
#service dl.service-list div:hover dd {
  color: #222222;
}
#service dl.service-list div dt {
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
}
#service dl.service-list div dt img {
  height: 100% !important;
}
#service dl.service-list div dt img.inc1 {
  width: 17px;
  height: auto;
  display: inline-block;
}
#service dl.service-list div dt img.inc2 {
  width: 15px;
  height: auto;
}
#service dl.service-list div dt img.inc3 {
  width: 35px;
  height: auto;
}
#service dl.service-list div dt img.inc4 {
  width: 28px;
  height: auto;
}
#service dl.service-list div dt img.inc5 {
  width: 25px;
  height: auto;
}
#service dl.service-list div dt img.inc6 {
  width: 32px;
  height: auto;
}
#service dl.service-list div dt img.inc7 {
  width: 40px;
  height: auto;
}
#service dl.service-list div dt img.inc8 {
  width: 28px;
  height: auto;
}
#service dl.service-list div dt img.inc9 {
  width: 64px;
  height: auto;
}
#service dl.service-list div dt img.inc10 {
  width: 40px;
  height: auto;
}
#service dl.service-list div dd {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #343434;
  letter-spacing: 0.05em;
}
#service dl.service-list div dd br {
  display: none;
}
#service dl.service-list div.active {
  opacity: 1;
  top: 0;
}
#service dl.service-list div.spacebox {
  background: transparent;
}
@media screen and (max-width: 768px) {
  #service {
    width: 95%;
    margin: 0 auto 120px;
  }
  #service h2 {
    margin: 0 0 0 12px;
  }
  #service dl.service-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  #service dl.service-list div {
    width: 49.5%;
    height: 100px;
    margin-bottom: 8px;
    background: #ffffff;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  #service dl.service-list div dt {
    text-align: center;
    width: 100%;
  }
  #service dl.service-list div dd {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #343434;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 480px) {
  #service {
    margin-bottom: 40px;
    width: 98%;
  }
  #service h2 {
    margin-left: 14px;
    font-size: 15px;
  }
  #service h2 + p {
    margin-left: 14px;
    font-size: 10px;
  }
  #service dl.service-list {
    width: 98%;
    margin: 0 auto;
  }
  #service dl.service-list div {
    width: 110px;
    height: 110px;
    margin-bottom: 8px;
  }
  #service dl.service-list div:hover {
    border-radius: 10px;
    transform: rotate(0deg);
    transform: rotateY(360deg);
  }
  #service dl.service-list div:hover dd {
    color: #222222;
    font-size: 7px;
  }
  #service dl.service-list div:hover dd br {
    display: none;
  }
  #service dl.service-list div dt img.inc1 {
    width: 17px;
    height: auto;
    display: inline-block;
  }
  #service dl.service-list div dt img.inc2 {
    width: 15px;
    height: auto;
  }
  #service dl.service-list div dt img.inc3 {
    width: 35px;
    height: auto;
  }
  #service dl.service-list div dt img.inc4 {
    width: 24px;
    height: auto;
  }
  #service dl.service-list div dt img.inc5 {
    width: 28px;
    height: auto;
  }
  #service dl.service-list div dt img.inc6 {
    width: 42px;
    height: auto;
  }
  #service dl.service-list div dt img.inc7 {
    width: 40px;
    height: auto;
  }
  #service dl.service-list div dt img.inc8 {
    width: 42px;
    height: auto;
  }
  #service dl.service-list div dt img.inc9 {
    width: 96px;
    height: auto;
  }
  #service dl.service-list div dt img.inc10 {
    width: 60px;
    height: auto;
  }
  #service dl.service-list div dt img.inc11 {
    width: 28px;
    height: auto;
  }
  #service dl.service-list div dt img.inc12 {
    width: 32px;
    height: auto;
  }
  #service dl.service-list div dt img.inc13 {
    width: 22px;
    height: auto;
  }
  #service dl.service-list div dt img.inc14 {
    width: 17px;
    height: auto;
  }
  #service dl.service-list div dt img.inc15 {
    width: 30px;
    height: auto;
  }
  #service dl.service-list div dt img.inc16 {
    width: 30px;
    height: auto;
  }
  #service dl.service-list div dt img.inc17 {
    width: 28px;
    height: auto;
  }
  #service dl.service-list div dt img.inc18 {
    width: 28px;
    height: auto;
  }
  #service dl.service-list div.twoline dt {
    margin-bottom: 2px;
  }
  #service dl.service-list div dd {
    font-size: 7px;
    padding: 0 6px;
  }
  #service dl.service-list div dd br {
    display: block;
  }
  #service dl.service-list div.spacebox {
    display: none;
  }
}

.inner.info dl {
  padding: 40px 40px 0 40px;
}
.inner.info dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #4d4d4d;
}
.inner.info dl div dt {
  font-family: "Montserrat", sans-serif;
  width: 20%;
  letter-spacing: 0.15em;
  font-size: 18px;
}
.inner.info dl div dt img {
  margin-right: 8px;
}
.inner.info dl div dt span {
  font-size: 12px;
}
.inner.info dl div dd {
  font-family: "Montserrat", sans-serif;
  width: 80%;
  letter-spacing: 0.15em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .inner.info dl div dt {
    width: 50%;
  }
  .inner.info dl div dd {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .inner.info dl {
    padding: 40px 0 0;
  }
}

.inner.service {
  width: 1000px;
  margin: 0 auto;
}
.inner.service h2 {
  margin-bottom: 12px;
  border-bottom: 1px solid #333333;
}
.inner.service h2 span {
  background: #333333;
  color: #ffffff;
  padding: 8px 12px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .inner.service h2 + p {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .inner.service h2 {
    border-bottom: none;
    margin-left: 0 !important;
  }
  .inner.service h2 span {
    background: transparent;
    color: #333333;
    font-size: 17px;
    font-weight: bold;
  }
}
.inner.service h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .inner.service h3 {
    margin-bottom: 0;
  }
}
.inner.service dl {
  padding-top: 40px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  column-gap: 2%;
  row-gap: 20px;
}
@media screen and (max-width: 520px) {
  .inner.service dl {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
  }
}
.inner.service dl div {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 200px;
  background: #ffffff;
  transition: all 1s ease;
}
.inner.service dl div dt {
  width: 100%;
  text-align: center;
}
.inner.service dl div dt span {
  color: #424242;
  width: 40px;
  height: 30px;
  padding-top: 5px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
.inner.service dl div dd {
  width: 100%;
  font-size: 13px;
  text-align: center;
}
.inner.service dl div:hover {
  border-radius: 50%;
  transform: rotate(360deg);
  background: #ede3b9;
}
.inner.service dl div:hover dd {
  color: #222222;
}
.inner.service dl div.spacebox {
  opacity: 0;
}
.inner.service dl div.spacebox:only-child {
  display: none;
}
@media screen and (max-width: 768px) {
  .inner.service dl {
    padding-top: 0;
  }
  .inner.service dl div {
    width: 49.5%;
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .inner.service dl {
    width: 98%;
    margin: 16px auto 0;
  }
  .inner.service dl div.spacebox {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner.service {
    width: 90%;
  }
}

#shareoffice {
  /* common style */
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #shareoffice {
    width: 95%;
  }
}
#shareoffice .inner {
  width: 830px;
  margin: 0 auto 80px;
}
#shareoffice .inner h2.mini-title {
  margin-bottom: 12px;
  border-bottom: 1px solid #333333;
}
#shareoffice .inner h2.mini-title span {
  background: #333333;
  color: #ffffff;
  padding: 8px 12px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #shareoffice .inner h2.mini-title {
    border-bottom: none;
    margin-left: 0 !important;
    margin-bottom: 0;
  }
  #shareoffice .inner h2.mini-title span {
    background: transparent;
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    padding-left: 0;
  }
}
#shareoffice .inner .icon14 {
  top: 12px;
  width: 21px;
  height: 32px;
}
#shareoffice .inner h2.mini-title + p {
  margin-bottom: 16px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #shareoffice .inner h2.mini-title + p {
    font-size: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #shareoffice .inner {
    margin-bottom: 24px;
  }
  #shareoffice .inner h2 {
    margin: 0 0 0 14px;
    font-size: 15px;
  }
  #shareoffice .inner h2 + p {
    margin-left: 14px;
    margin-bottom: 16px;
    font-size: 10px;
  }
  #shareoffice .inner dl div dt img {
    position: relative;
  }
  #shareoffice .inner .icon1 {
    top: 14px;
    width: 28px;
  }
  #shareoffice .inner .icon2 {
    top: 15px;
    width: 22px;
  }
  #shareoffice .inner .icon3 {
    top: 15px;
    width: 24px !important;
  }
  #shareoffice .inner .icon4 {
    top: 10px;
    width: 26px;
  }
  #shareoffice .inner .icon5 {
    top: 10px;
    width: 34px;
  }
  #shareoffice .inner .icon6 {
    top: 14px;
    width: 34px;
  }
  #shareoffice .inner .icon7 {
    top: 16px;
    width: 28px;
  }
  #shareoffice .inner .icon8 {
    top: 16px;
    width: 17px;
  }
  #shareoffice .inner .icon9 {
    top: 16px;
    width: 32px;
  }
  #shareoffice .inner .icon10 {
    top: 15px;
    width: 30px;
  }
  #shareoffice .inner .icon11 {
    top: 15px;
    width: 38px;
  }
  #shareoffice .inner .icon12 {
    top: 16px;
    width: 30px;
  }
  #shareoffice .inner .icon13 {
    top: 12px;
    width: 28px;
  }
  #shareoffice .inner .icon14 {
    top: 12px;
    width: 17px;
    height: 24px;
  }
  #shareoffice .inner .icon15 {
    top: 12px;
    width: 26px;
    height: 27px;
  }
  #shareoffice .inner .icon16 {
    top: 13px;
    width: 26px;
    height: 27px;
  }
  #shareoffice .inner .icon17 {
    top: 13px;
  }
  #shareoffice .inner .icon18 {
    top: 13px;
  }
  #shareoffice .inner dl div dd {
    font-size: 7px;
    font-weight: 10px;
  }
}
#shareoffice .inner h3 {
  border-bottom: 1px solid #4d4d4d;
}
#shareoffice .inner h3 span {
  background: #424242;
  color: #f9f8f7;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 6px 24px;
  width: 180px;
  display: inline-block;
  font-size: 18px;
}
#shareoffice .place h3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #shareoffice .place h3 {
    margin-bottom: 24px;
  }
}
#shareoffice .place ul.room-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}
#shareoffice .place ul.room-list li {
  width: 42%;
  text-align: center;
}
#shareoffice .place ul.room-list li img {
  width: 100%;
  vertical-align: bottom;
}
#shareoffice .place ul.room-list li img.roompic {
  position: relative;
  top: 3px;
}
#shareoffice .place ul.room-list li img.room-mini {
  width: 100%;
  height: auto;
}
#shareoffice .place .btn-area {
  text-align: center;
}
#shareoffice .place .btn-area a {
  width: 220px;
  height: 45px;
  background: #424242;
  text-align: center;
  position: relative;
  display: inline-block;
}
#shareoffice .place .btn-area a span.move-color {
  display: inline-block;
  width: 0;
  height: 45px;
  background: #e2c541;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
#shareoffice .place .btn-area a:hover span.move-color {
  width: 100%;
}
#shareoffice .place .btn-area a span.link-text {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 33px;
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.7s ease;
}
#shareoffice .place .btn-area a:hover span.link-text {
  color: #232323;
}
@media screen and (max-width: 768px) {
  #shareoffice .place {
    width: 70%;
  }
  #shareoffice .place ul.room-list {
    flex-wrap: wrap;
  }
  #shareoffice .place ul.room-list li.order1 {
    order: 1;
  }
  #shareoffice .place ul.room-list li.order2 {
    order: 2;
  }
  #shareoffice .place ul.room-list li.order3 {
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  #shareoffice .place {
    width: 95%;
  }
  #shareoffice .place ul.room-list {
    align-items: stretch;
  }
  #shareoffice .place ul.room-list li {
    width: 160px;
    margin: 0 auto 24px;
  }
  #shareoffice .place ul.room-list li.order1 {
    order: 1;
  }
  #shareoffice .place ul.room-list li.order2 {
    order: 2;
    width: 160px;
  }
  #shareoffice .place ul.room-list li.order3 {
    order: 3;
    width: 160px;
  }
  #shareoffice .place ul.room-list li img {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 2px;
  }
  #shareoffice .place ul.room-list li img.room-mini {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
#shareoffice .other-plan {
  width: 100%;
  background: url(../service/images/plan-bg.jpg) repeat;
}
#shareoffice .other-plan div.planinner {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto 80px;
  padding: 80px 0;
}
#shareoffice .other-plan div.planinner .planbox {
  width: 450px;
  padding-bottom: 24px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
#shareoffice .other-plan div.planinner .planbox img.planpic {
  width: 100%;
  height: auto;
}
#shareoffice .other-plan div.planinner .planbox h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 16px 0;
}
#shareoffice .other-plan div.planinner .planbox div.price {
  text-align: center;
  margin: 16px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ba9e25;
}
#shareoffice .other-plan div.planinner .planbox div.plantext {
  background: #e9e9e9;
  padding: 16px;
  margin: 0 24px 16px;
  font-size: 13px;
}
#shareoffice .other-plan div.planinner .planbox div.plan-include {
  text-align: center;
  background: #4d4d4d;
  padding: 16px 0;
}
#shareoffice .other-plan div.planinner .planbox div.plan-include .inc-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #ffffff;
}
#shareoffice .other-plan div.planinner .planbox div.plan-include .inc-text {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #shareoffice .other-plan div.planinner {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #shareoffice .other-plan .planbox h3 {
    font-size: 16px;
    letter-spacing: 0.15em;
    margin: 10px 0 4px;
  }
  #shareoffice .other-plan .planbox div.plantext {
    background: #e9e9e9;
    padding: 12px;
    margin: 0 24px;
    font-size: 13px;
  }
  #shareoffice .other-plan .planbox div.price {
    text-align: center;
    margin: 4px 0 18px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #shareoffice {
    width: 100%;
  }
  #shareoffice .other-plan .planbox {
    width: 360px;
  }
  #shareoffice .other-plan .planbox h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin: 16px 0;
  }
  #shareoffice .other-plan .planbox div.plantext {
    padding: 10px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  #shareoffice {
    width: 95%;
    padding-top: 24px;
  }
  #shareoffice .other-plan {
    margin-bottom: 0;
    background: none;
  }
  #shareoffice .other-plan div.planinner {
    padding: 0;
    margin-bottom: 24px;
  }
  #shareoffice .other-plan div.planinner .planbox {
    width: 90%;
    margin-bottom: 16px;
    padding-bottom: 0;
  }
  #shareoffice .other-plan div.planinner .planbox h3 {
    font-size: 15px;
    letter-spacing: 0;
    margin: 8px 0;
  }
  #shareoffice .other-plan div.planinner .planbox div.plantext {
    font-size: 10px;
    margin: 8px 8px 16px;
    padding: 8px;
  }
  #shareoffice .other-plan div.planinner .planbox div.price {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

#virtualoffice {
  /* common style */
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #virtualoffice {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  #virtualoffice .inner h2 {
    margin: 0 0 0 14px;
    font-size: 15px;
  }
  #virtualoffice .inner h2 + p {
    margin-left: 14px;
    margin-bottom: 16px;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  #virtualoffice .inner.service {
    width: 100%;
    margin: 16px auto 0;
  }
  #virtualoffice .inner.service div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 110px;
    height: 110px;
    padding-right: 0;
    margin-bottom: 8px;
    background: #ffffff;
  }
  #virtualoffice .inner.service div dt {
    border-right: none;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #virtualoffice .inner.service div dt img {
    position: relative;
  }
  #virtualoffice .inner.service div dt .icon1 {
    top: 16px;
    width: 24px;
  }
  #virtualoffice .inner.service div dt .icon2 {
    top: 13px;
    width: 34px;
  }
  #virtualoffice .inner.service div dt .icon3 {
    top: 14px;
    width: 32px;
  }
  #virtualoffice .inner.service div dt .icon4 {
    top: 12px;
    width: 32px;
  }
  #virtualoffice .inner.service div dt .icon5 {
    top: 14px;
    width: 34px;
  }
  #virtualoffice .inner.service div dt .icon6 {
    top: 12px;
    width: 31px;
  }
  #virtualoffice .inner.service div dt .icon7 {
    top: 17px;
    width: 28px;
  }
  #virtualoffice .inner.service div dd {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50%;
    padding: 0;
    text-align: center;
    font-size: 7px;
  }
}
#virtualoffice .other-plan {
  width: 100%;
}
#virtualoffice .other-plan div.planinner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #virtualoffice .other-plan div.planinner {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner {
    width: 100%;
  }
}
#virtualoffice .other-plan div.planinner .content_vo {
  display: grid;
  grid-template-columns: 32.5% 32.5% 32.5%;
  column-gap: 1.25%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #virtualoffice .other-plan div.planinner .content_vo {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .content_vo {
    width: 85%;
    margin: 0 auto 80px;
  }
}
#virtualoffice .other-plan div.planinner .content_vo .vo_box {
  background: #14233B;
}
@media screen and (max-width: 768px) {
  #virtualoffice .other-plan div.planinner .content_vo .vo_box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .content_vo .vo_box {
    margin-bottom: 20px;
  }
}
#virtualoffice .other-plan div.planinner .content_vo .vo_box .pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info {
  padding: 20px;
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info {
    padding-top: 12px;
  }
}
#virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .planname {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .planname {
    font-size: 17px;
  }
}
#virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .price {
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .price {
    font-size: 18px;
  }
}
#virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .option {
  text-align: center;
}
#virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .option .op_title {
  color: #cecece;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .option .op_title {
    font-size: 16px;
  }
}
#virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .option .op_body {
  color: #fff;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
#virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .option .op_body br {
  display: none;
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .option .op_body br {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  #virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .option .op_body {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .content_vo .vo_box .vo_info .option .op_body {
    font-size: 12px;
  }
}
#virtualoffice .other-plan div.planinner .ouen {
  margin-bottom: 40px;
}
#virtualoffice .other-plan div.planinner .ouen h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .ouen h3 img {
    width: 90%;
    height: auto;
    vertical-align: bottom;
  }
}
#virtualoffice .other-plan div.planinner .ouen .ouen_wrap {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #virtualoffice .other-plan div.planinner .ouen .ouen_wrap {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .ouen .ouen_wrap {
    width: 85%;
    margin: 0 auto;
  }
}
#virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box {
  background: #126684;
  width: 40%;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box {
    width: 100%;
  }
}
#virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .pic img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .ouen_info {
  padding: 20px 14px 32px;
}
#virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .ouen_info .planname {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .ouen_info .planname {
    font-size: 18px;
  }
}
#virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .ouen_info .price {
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 21px;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .ouen_info .price {
    font-size: 16px;
  }
}
#virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .ouen_info .ouen_txt {
  text-align: center;
}
#virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .ouen_info .ouen_txt p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
  #virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .ouen_info .ouen_txt p {
    font-size: 13px;
  }
}
#virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .ouen_info .ouen_txt a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  line-height: 1;
  background: #fff;
  color: #3c3c3c;
}
#virtualoffice .other-plan div.planinner .ouen .ouen_wrap .ouen_box .ouen_info .ouen_txt a:hover {
  transition: all 0.35s ease;
  background: #CDB13C;
  color: #fff;
}

#telservice {
  /* common style */
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #telservice {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  #telservice .inner h2 {
    margin: 0 0 0 14px;
    font-size: 15px;
  }
  #telservice .inner h2 + p {
    margin-left: 14px;
    margin-bottom: 16px;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  #telservice .inner.service {
    margin-top: 16px;
  }
  #telservice .inner.service div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 110px;
    height: 110px;
    padding-right: 0;
    margin-bottom: 8px;
    background: #ffffff;
  }
  #telservice .inner.service div dt {
    border-right: none;
    width: 100%;
    height: 30%;
    padding-top: 20%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #telservice .inner.service div dt img {
    position: relative;
  }
  #telservice .inner.service div dt .icon1 {
    top: 10px;
    width: 30px;
  }
  #telservice .inner.service div dt .icon2 {
    top: 13px;
    width: 34px;
  }
  #telservice .inner.service div dt .icon3 {
    top: 10px;
    width: 32px;
  }
  #telservice .inner.service div dd {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50%;
    padding: 0;
    text-align: center;
    font-size: 7px;
  }
  #telservice .inner.service div.spacebox {
    display: none;
  }
}
#telservice .other-plan {
  width: 100%;
}
#telservice .other-plan div.planinner {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto 80px;
  padding: 80px 0;
}
#telservice .other-plan div.planinner .planbox {
  width: 450px;
  padding-bottom: 24px;
  background: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
#telservice .other-plan div.planinner .planbox img.planpic {
  width: 100%;
  height: auto;
}
#telservice .other-plan div.planinner .planbox h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 16px 0;
}
#telservice .other-plan div.planinner .planbox div.price {
  text-align: center;
  margin: 16px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ba9e25;
}
#telservice .other-plan div.planinner .planbox div.plantext {
  background: #e9e9e9;
  padding: 16px;
  margin: 0 24px 16px;
  font-size: 13px;
}
#telservice .other-plan div.planinner .planbox div.plan-include {
  text-align: center;
  background: #4d4d4d;
  padding: 16px 0;
}
#telservice .other-plan div.planinner .planbox div.plan-include .inc-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #ffffff;
}
#telservice .other-plan div.planinner .planbox div.plan-include .inc-text {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #telservice .other-plan div.planinner {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #telservice .other-plan .planbox h3 {
    font-size: 16px;
    letter-spacing: 0.15em;
    margin: 10px 0 4px;
  }
  #telservice .other-plan .planbox div.plantext {
    background: #e9e9e9;
    padding: 12px;
    margin: 0 24px;
    font-size: 13px;
  }
  #telservice .other-plan .planbox div.price {
    text-align: center;
    margin: 4px 0 18px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #telservice {
    width: 100%;
  }
  #telservice .other-plan .planbox {
    width: 360px;
  }
  #telservice .other-plan .planbox h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin: 16px 0;
  }
  #telservice .other-plan .planbox div.plantext {
    padding: 10px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  #telservice {
    width: 95%;
    padding-top: 48px;
  }
  #telservice .other-plan {
    margin-bottom: 0;
    background: none;
  }
  #telservice .other-plan div.planinner {
    padding: 0;
    margin-bottom: 20px;
  }
  #telservice .other-plan div.planinner .planbox {
    width: 90%;
    margin-bottom: 16px;
    padding-bottom: 0;
  }
  #telservice .other-plan div.planinner .planbox h3 {
    font-size: 15px;
    letter-spacing: 0;
    margin: 8px 0;
  }
  #telservice .other-plan div.planinner .planbox div.plantext {
    font-size: 10px;
    margin: 8px 8px 16px;
    padding: 8px;
  }
  #telservice .other-plan div.planinner .planbox div.price {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.service-form {
  width: 980px;
  margin: 0 auto 160px;
  border: 1px solid #1a1a1a;
  padding: 40px;
  background: #ffffff;
}
.service-form h2 {
  line-height: 1;
}
.service-form h2 span {
  font-size: 16px;
}
.service-form h2 + p {
  font-size: 14px;
  margin-bottom: 8px;
}
.service-form p.alert {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #e26874;
}
.service-form dl {
  width: 100%;
  margin-bottom: 24px;
}
.service-form dl div {
  width: 100%;
  margin-bottom: 24px;
}
.service-form dl div dt {
  font-size: 15px;
  margin-bottom: 8px;
}
.service-form dl div dt span {
  margin-left: 4px;
  margin-right: 8px;
  color: #ffffff;
  background: #e26874;
  padding: 6px 12px;
  font-size: 12px;
}
.service-form dl div dd {
  border-radius: 8px;
}
.service-form dl div dd input {
  border: 1px dotted #333333;
  border-radius: 8px;
  font-size: 15px;
  width: 100%;
  padding: 12px 24px;
  box-sizing: border-box;
}
.service-form ul {
  margin-bottom: 40px;
}
.service-form ul li {
  font-size: 15px;
  margin-bottom: 8px;
  width: 100%;
}
.service-form ul li span {
  color: #ffffff;
  background: #e26874;
  padding: 6px 12px;
  font-size: 12px;
  margin-left: 4px;
  margin-right: 8px;
}
.service-form ul li textarea {
  width: 100%;
  font-size: 15px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
}
.service-form .annotation {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
}
.service-form .btn-group {
  width: 65%;
  padding-top: 32px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.service-form .btn-group input {
  display: inline-block;
  border: none;
  width: 45%;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  box-sizing: border-box;
}
.service-form .btn-group input::-webkit-search-decoration {
  display: none;
}
.service-form .btn-group input:focus {
  outline-offset: -2px;
}
.service-form .btn-group input[type=reset] {
  box-sizing: border-box;
  background: #dadada;
}
.service-form .btn-group input[type=submit] {
  box-sizing: border-box;
  background: #e2cd74;
}
@media screen and (max-width: 768px) {
  .service-form {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .service-form {
    margin-bottom: 0;
    padding: 16px;
  }
  .service-form h2 {
    font-size: 15px !important;
  }
  .service-form h2 span {
    font-size: 12px;
  }
  .service-form p {
    font-size: 11px;
  }
  .service-form dl {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .service-form dl div {
    width: 100%;
    margin-bottom: 24px;
  }
  .service-form dl div dt {
    font-size: 11px;
  }
  .service-form dl div dt span {
    margin-left: 0;
    margin-right: 8px;
    padding: 5px 6px;
    font-size: 10px;
  }
  .service-form dl div dd {
    border-radius: 4px;
  }
  .service-form dl div dd input {
    border: 1px dotted #333333;
    border-radius: 8px;
    font-size: 11px;
    width: 100%;
    padding: 4px 12px;
    box-sizing: border-box;
  }
  .service-form ul {
    width: 95%;
    margin: 0 auto;
  }
  .service-form ul li {
    width: 100%;
    font-size: 11px;
  }
  .service-form ul li span {
    margin-left: 0;
    margin-right: 8px;
    padding: 5px 6px;
    font-size: 10px;
  }
  .service-form .annotation {
    width: 95%;
    margin: 0 auto;
    font-size: 11px;
  }
  .service-form .btn-group {
    width: 75%;
    padding-top: 32px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .service-form .btn-group input {
    display: inline-block;
    border: none;
    width: 45%;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0;
  }
  .service-form .btn-group input[type=reset] {
    box-sizing: border-box;
    background: #dadada;
  }
  .service-form .btn-group input[type=submit] {
    box-sizing: border-box;
    background: #e2cd74;
  }
}

#conference-room {
  margin-bottom: 120px;
}
#conference-room header.plan-head {
  width: 980px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 834px) {
  #conference-room header.plan-head h2 {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #conference-room header.plan-head h2 {
    margin: 0;
  }
}
@media screen and (max-width: 834px) {
  #conference-room header.plan-head {
    width: 95%;
    border-bottom: 1px solid #343434;
  }
}
#conference-room h2 + p {
  letter-spacing: 0.2em;
  font-weight: 200;
  width: 980px;
  margin: 0 auto 24px;
  padding-left: 24px;
}
@media screen and (max-width: 834px) {
  #conference-room h2 + p {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #conference-room h2 + p {
    width: 95%;
    margin-bottom: 4px;
  }
}
#conference-room .conf-info {
  width: 980px;
  margin: 0 auto;
}
#conference-room .conf-info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
#conference-room .conf-info ul:nth-child(1) {
  border-bottom: 1px solid #ccc;
}
#conference-room .conf-info ul:last-child {
  margin-bottom: 24px;
}
#conference-room .conf-info ul li {
  text-align: center;
  padding: 4px 0;
  margin: 8px 0;
  width: 100%;
  border-left: 1px solid #4d4d4d;
}
#conference-room .conf-info ul li:first-child {
  border-left: none;
}
#conference-room .conf-info ul li span {
  font-weight: bold;
  letter-spacing: 0.15em;
}
#conference-room .conf-info ul li i {
  display: inline;
}
@media screen and (max-width: 768px) {
  #conference-room .conf-info {
    width: 95%;
  }
}
#conference-room .conf-slide {
  width: 100%;
  margin: 0 auto;
}
#conference-room .conf-slide .slide-item {
  width: 750px;
  margin-right: 120px;
  padding: 6px 0;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 768px) {
  #conference-room .conf-slide .slide-item {
    filter: none;
  }
}
#conference-room .conf-slide .slide-item p.slide-pic img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#conference-room .conf-slide .slide-item div.slide-info {
  background: #ffffff;
  position: relative;
}
#conference-room .conf-slide .slide-item div.slide-info dl {
  padding: 24px 24px 16px 24px;
}
@media screen and (max-width: 1024px) {
  #conference-room .conf-slide .slide-item div.slide-info dl {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #conference-room .conf-slide .slide-item div.slide-info dl {
    padding-bottom: 16px;
  }
}
#conference-room .conf-slide .slide-item div.slide-info dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}
#conference-room .conf-slide .slide-item div.slide-info dl div dt {
  width: 25%;
  display: inline-block;
  padding: 10px 14px;
  color: #343434;
  border: 1px solid #343434;
  margin-right: 16px;
  font-size: 13px;
}
#conference-room .conf-slide .slide-item div.slide-info dl div dd {
  width: 75%;
  font-size: 12px;
  color: #232323;
}
#conference-room .conf-slide .slide-item div.slide-info dl div dd span.bold {
  font-weight: bold;
  color: #af252f;
}
#conference-room .conf-slide .slide-item p.monitor-icon {
  position: absolute;
  top: -56px;
  right: 20px;
  text-align: right;
}
#conference-room .conf-slide .slide-item p.monitor-icon span {
  display: inline-block;
}
#conference-room .conf-slide .slide-item p.monitor-icon img {
  width: 40px;
  height: 100%;
  display: inline !important;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
}
#conference-room .conf-slide .slide-item p.monitor-icon img.sixroom {
  width: 137px;
  height: 100%;
  display: inline !important;
}
@media screen and (max-width: 1024px) {
  #conference-room .conf-slide .slide-item p.monitor-icon {
    top: auto;
    bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #conference-room .conf-slide {
    width: 95%;
  }
  #conference-room .conf-slide .slide-item {
    width: 100%;
    margin-right: 0;
    position: relative;
  }
  #conference-room .conf-slide .slide-item div.slide-info {
    background: #ffffff;
    position: relative;
  }
  #conference-room .conf-slide .slide-item p.monitor-icon {
    position: relative;
    top: 0;
    bottom: auto;
    right: auto;
    padding: 0 16px 16px 16px;
    text-align: left;
  }
  #conference-room .conf-slide .slide-item p.monitor-icon img {
    width: 40px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #conference-room {
    width: 95%;
    margin: 0 auto 80px;
  }
  #conference-room .plan-head {
    width: 95%;
    margin: 0 auto;
  }
  #conference-room h2 + p {
    margin-left: 14px;
    font-size: 14px;
  }
  #conference-room .conf-info ul {
    background: none;
    margin-bottom: 0;
    margin: 8px 0;
  }
  #conference-room .conf-info ul li {
    background: #ffffff;
    font-size: 11px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    width: 31%;
    border-bottom: none;
    border-left: none;
  }
  #conference-room .conf-info ul li br {
    display: block;
  }
  #conference-room .conf-info ul li:first-child {
    border-left: none;
  }
  #conference-room .conf-info ul li span {
    display: block;
    font-weight: bold;
    letter-spacing: 0.15em;
    font-size: 12px;
    margin-bottom: 4px;
  }
  #conference-room .conf-info ul li i {
    display: none;
  }
  #conference-room .conf-slide .slide-item p.slide-pic img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
  #conference-room .conf-slide .slide-item div.slide-info {
    background: #ffffff;
    position: relative;
  }
  #conference-room .conf-slide .slide-item div.slide-info ul {
    padding: 16px 0;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  #conference-room .conf-slide .slide-item div.slide-info ul li {
    font-size: 12px;
    font-weight: normal;
    color: #232323;
    margin-bottom: 8px;
    text-align: center;
    width: 47%;
  }
  #conference-room .conf-slide .slide-item div.slide-info ul li.full {
    width: 100%;
  }
  #conference-room .conf-slide .slide-item div.slide-info ul li span {
    width: auto;
    display: block;
    padding: 4px 8px;
    background: none;
    color: #ffffff;
    margin-right: 0;
    font-size: 12px;
    margin-bottom: 8px;
  }
  #conference-room .conf-slide .slide-item div.slide-info dl div {
    display: block;
    margin-bottom: 0;
    width: 100%;
    padding: 6px 0;
  }
  #conference-room .conf-slide .slide-item div.slide-info dl div dt {
    width: 100%;
    padding: 6px 10px;
    margin-right: 0;
    font-size: 12px;
    margin-bottom: 6px;
  }
  #conference-room .conf-slide .slide-item div.slide-info dl div dd {
    width: 100%;
    font-size: 11px;
    color: #232323;
    padding-left: 16px;
  }
  #conference-room .conf-slide .slide-item div.slide-info dl div dd span.bold {
    font-weight: bold;
    color: #af252f;
  }
  #conference-room .conf-slide .slide-item p.monitor-icon {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 0 0 16px 0;
    text-align: center;
  }
  #conference-room .conf-slide .slide-item p.monitor-icon img {
    width: 40px;
    height: auto;
  }
  #conference-room .conf-slide div.slide1 div.slide-info dl dt {
    border: 1px solid #3A1D00;
    color: #3A1D00;
  }
  #conference-room .conf-slide div.slide2 div.slide-info dl dt {
    border: 1px solid #47A2BF;
    color: #47A2BF;
  }
  #conference-room .conf-slide div.slide3 div.slide-info dl dt {
    border: 1px solid #92867F;
    color: #92867F;
  }
}

#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=service.css.map */
