@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.noLh {
  line-height: 1.4 !important;
}

.autoHigh {
  height: auto !important;
}

.bw-3 {
  border-width: 3px !important;
}

h1.sectionTitle {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #201e5e;
  font-size: 2.4rem;
}

p.sectionTitle {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #201e5e;
  font-size: 2rem;
}

.plus {
  text-align: center;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #201e5e;
  font-size: 4rem;
  align-items: center;
}

.cardbox {
  justify-content: center;
  align-items: center;
}

.card-center {
  height: 100%;
}

.card-left,
.card-right,
.card-right2 {
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  height: 300px;
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-left h3,
.card-right h3,
.card-right2 h3 {
  font-family: "azo-sans-web", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.card-left ul,
.card-right ul,
.card-right2 ul {
  list-style: disc;
  margin-left: 20px;
  font-size: 1.1rem;
}
.card-left ul li,
.card-right ul li,
.card-right2 ul li {
  line-height: 1.1;
  margin-bottom: 15px;
}

.card-left {
  background-image: url("/images/virtual/virtual_QA/bg-card-left.jpg");
}

.card-right {
  background-image: url("/images/virtual/virtual_QA/bg-card-right.jpg");
}

.card-right2 {
  background-image: url("/images/virtual/virtual_QA/bg-card-right2.jpg");
}

header.mainimg {
  height: 80vh;
  max-height: 768px;
}
header.mainimg h1 {
  font-weight: bold;
  position: relative;
}
header.mainimg h1 .main-text {
  max-height: 15vh;
}
header.mainimg .logo h1 {
  top: -15px;
  position: absolute;
  z-index: 1;
}
header.mainimg .logo h1 img {
  width: auto !important;
}
header.mainimg .spmenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header.mainimg .spmenu a {
  padding-bottom: 15px;
}
header.mainimg .spmenu .vbtn {
  margin-bottom: 3vh;
  padding: 0 2vw;
}
header.mainimg .spmenu .mh {
  max-height: 180px;
}
header.mainimg .class202010 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: calc(100% - 60px);
  padding: 0 15px;
  z-index: 2;
}
header.mainimg .keycolor.white {
  color: #fff;
  text-align: center;
}
header.mainimg .medium {
  font-size: 4vw;
  font-weight: normal;
  line-height: 8vw;
}
header.mainimg .wrap {
  display: block;
}

header.mainimg-form {
  height: 80vh;
  max-height: 768px;
}
header.mainimg-form h1 {
  font-weight: bold;
  position: relative;
}
header.mainimg-form h1 .main-text {
  max-height: 15vh;
}
header.mainimg-form .logo h1 {
  top: -15px !important;
  position: absolute;
  z-index: 1;
}
header.mainimg-form .logo h1 img {
  width: auto !important;
}
header.mainimg-form .spmenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header.mainimg-form .spmenu a {
  padding-bottom: 15px;
}
header.mainimg-form .spmenu .vbtn {
  margin-bottom: 3vh;
  padding: 0 2vw;
}
header.mainimg-form .spmenu .mh {
  max-height: 180px;
}
header.mainimg-form .class202010 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: calc(100% - 60px);
  padding: 0 15px;
  z-index: 2;
}
header.mainimg-form .keycolor.white {
  color: #fff;
  text-align: center;
}
header.mainimg-form .medium {
  font-size: 4vw;
  font-weight: normal;
  line-height: 8vw;
}
header.mainimg-form .wrap {
  display: block;
}

.container {
  margin: 0 auto;
}

.bottom-center-out {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #f7f7f7;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.bottom-center-out:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}
.bottom-center-out:hover {
  cursor: pointer;
}
.bottom-center-out:hover:after {
  width: 100%;
  left: 0;
}

.bottom-left-right-left {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #1f1d5d;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.bottom-left-right-left:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #1f1d5d;
  left: 0;
}
.bottom-left-right-left:hover {
  cursor: pointer;
}
.bottom-left-right-left:hover:after {
  width: 100%;
  left: 0;
}

.bottom-left-right-right {
  margin: 5px 0px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  color: #1f1d5d;
}
.bottom-left-right-right:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #1f1d5d;
  right: 0;
  left: auto;
}
.bottom-left-right-right:hover {
  cursor: pointer;
}
.bottom-left-right-right:hover:after {
  width: 100%;
  left: 0;
}

.currentPage .bottom-left-right-right:after {
  width: 100%;
}

.top-bottom-top {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.top-bottom-top:after {
  left: 0;
  bottom: auto;
  top: -3px;
  width: 100%;
}
.top-bottom-top:hover {
  cursor: pointer;
}
.top-bottom-top:hover:after {
  top: calc(100% - 3px);
}

.skew-fill-left {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #f7f7f7;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.skew-fill-left:after {
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
.skew-fill-left:hover {
  cursor: pointer;
  color: #5bcaff;
}
.skew-fill-left:hover:after {
  left: -10%;
  width: 120%;
}

.scale-out {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #f7f7f7;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.scale-out:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.scale-out:hover:after {
  width: 100%;
  left: 0;
}

.container-white {
  padding: 70px 0;
  background-color: #fff;
}

.container-gray {
  padding: 70px 0;
  background-color: #f2f2f2;
}

.container-tran {
  padding: 70px 0;
  background-color: transparent;
}

.container-footer {
  padding: 70px 0;
  background-color: #1f1d5d;
  color: white;
}

.info {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  background-color: #f2f2f2;
  padding: 0;
  width: auto;
}
.info .area3 {
  margin: 0 auto 0 0;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
.info .area3 > div {
  margin: 0px;
  margin-right: 1px;
  margin-top: 1px;
  padding: 10px;
  background: #cd4b0d;
}
.info .area3 > div.sp {
  background: #00b900;
}
.info .area3 > div a img {
  margin: auto;
  width: auto;
}
.info .area3 > div a:hover {
  opacity: 0.5;
}

.footer {
  line-height: 28px;
}
.footer a {
  color: white;
  transition: all 0.3s;
  opacity: 1;
}
.footer a:hover {
  opacity: 0.6;
}
.footer address {
  font-size: 14px;
  line-height: 1.4;
}

.footer-copyright {
  font-size: 10px;
  background: #1f1d5d;
  color: white;
  text-align: center;
  border-top: 1px solid #808080;
  line-height: 50px;
  padding-bottom: 120px;
}

#daikou_top header.mainimg,
#privacy header.mainimg,
#company header.mainimg,
#sitemap header.mainimg,
#recruit header.mainimg,
#creed_outline header.mainimg,
#media header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/tel/daikou_top/daikou_top__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#daikou_top header.mainimg .wrap,
#privacy header.mainimg .wrap,
#company header.mainimg .wrap,
#sitemap header.mainimg .wrap,
#recruit header.mainimg .wrap,
#creed_outline header.mainimg .wrap,
#media header.mainimg .wrap {
  height: 300px !important;
}
#daikou_top header.mainimg h1,
#privacy header.mainimg h1,
#company header.mainimg h1,
#sitemap header.mainimg h1,
#recruit header.mainimg h1,
#creed_outline header.mainimg h1,
#media header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 50%;
  text-align: center;
  left: 0 !important;
  padding-left: 0 !important;
}
#daikou_top header.mainimg h1 span,
#privacy header.mainimg h1 span,
#company header.mainimg h1 span,
#sitemap header.mainimg h1 span,
#recruit header.mainimg h1 span,
#creed_outline header.mainimg h1 span,
#media header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

.featureList {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: center;
}
.featureList .featureList__box {
  width: 50%;
  padding: 0 28px;
  padding-top: 35px;
}
.featureList .featureList__box--imageWrap img {
  width: 100%;
  width: 100%;
  width: 100%;
}
.featureList .featureList__box--text {
  font-size: 12px;
  padding-top: 1rem;
  line-height: 1.2;
  text-align: center;
}

.daikou_top__since2000--image {
  margin: auto;
  max-width: 40%;
  margin-bottom: 20px;
}
.daikou_top__since2000--image img {
  width: 100%;
}

.daikou_top__service--block {
  padding-bottom: 1rem;
}
.daikou_top__service--block a {
  position: relative;
}
.daikou_top__service--block a > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 130px;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1f1d5d;
}
.daikou_top__service--block a .price {
  position: absolute;
  color: #fff;
  background-color: #201e5e;
  bottom: 25px;
  right: 20px;
  padding: 0 10px;
}
.daikou_top__service--block a .price p {
  margin: 0;
  padding: 0;
}

.daikou_top__service--linkBtn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.daikou_top__service--linkBtn img {
  height: 24px;
  padding-right: 1rem;
}
.daikou_top__service--linkBtn span {
  color: #1f1d5d;
}

#daikou_2000yen header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/tel/daikou_2000yen/daikou_2000yen__topView.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#daikou_2000yen header.mainimg .wrap {
  height: 300px;
}
#daikou_2000yen header.mainimg h1 {
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

section.daikou_2000yen__about #daikou_2000yen__about--link {
  padding-top: 200px;
  margin-top: -200px;
}
section.daikou_2000yen__about p {
  text-align: center;
}
section.daikou_2000yen__about p img {
  width: auto;
  height: 2rem;
}
section.daikou_2000yen__about h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}
section.daikou_2000yen__about figure.daikou_2000yen__about--image {
  max-width: 580px;
  min-width: 360px;
  margin: 0 auto;
  position: relative;
  height: 410px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  section.daikou_2000yen__about figure.daikou_2000yen__about--image {
    height: 420px;
  }
}
@media (max-width: 576px) {
  section.daikou_2000yen__about figure.daikou_2000yen__about--image {
    height: 265px;
  }
}
section.daikou_2000yen__about figure.daikou_2000yen__about--image img {
  width: 100%;
  min-width: 360px;
}
section.daikou_2000yen__about span {
  font-size: 14px;
  position: absolute;
  line-height: 1.9;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
section.daikou_2000yen__about span.daikou_2000yen__about--text01 {
  top: 33.5%;
  left: 4.4%;
}
section.daikou_2000yen__about span.daikou_2000yen__about--text02 {
  top: 40%;
  left: 40%;
}
section.daikou_2000yen__about span.daikou_2000yen__about--text03 {
  top: 33.5%;
  left: 81%;
}
section.daikou_2000yen__about span.daikou_2000yen__about--text04 {
  top: 107.5%;
  left: 9.5%;
}
section.daikou_2000yen__about span.daikou_2000yen__about--text05 {
  top: 104%;
  left: 78.5%;
}

section.daikou_2000yen__price {
  padding-top: 140px;
}
section.daikou_2000yen__price #daikou_2000yen__price--link {
  padding-top: 200px;
  margin-top: -200px;
}
section.daikou_2000yen__price p {
  text-align: center;
}
section.daikou_2000yen__price p img {
  width: auto;
  height: 2rem;
}
section.daikou_2000yen__price h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}
section.daikou_2000yen__price hr {
  margin: 10px auto 35px;
  width: 35px;
  border-top: 1px solid #1f1d5d;
}
section.daikou_2000yen__price p.title-text {
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  padding: 0 0 35px;
  margin: 0;
}

section.daikou_2000yen__option #daikou_2000yen__option--link {
  padding-top: 200px;
  margin-top: -200px;
}
section.daikou_2000yen__option h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 18px;
  font-weight: bold;
}

.daikou_2000yen__option--table {
  text-align: center;
  width: 100%;
  margin-top: 35px;
}
.daikou_2000yen__option--table tr {
  height: 127px;
}
.daikou_2000yen__option--table th {
  font-size: 18px;
  width: 36.6%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  letter-spacing: 3px;
}
.daikou_2000yen__option--table td {
  font-size: 14px;
  width: 64.4%;
  border: 1px solid #e6e6e6;
  letter-spacing: 3px;
}

.daikou_2000yen__option--text {
  font-size: 14px;
  float: right;
  padding-top: 9px;
  letter-spacing: 1.5px;
  font-family: "Noto Sans JP", sans-serif;
}

.text-underline {
  text-decoration: underline;
  text-decoration: underline;
}

section.daikou_2000yen__flow #daikou_2000yen__flow--link {
  padding-top: 200px;
  margin-top: -200px;
}
section.daikou_2000yen__flow p {
  text-align: center;
}
section.daikou_2000yen__flow p img {
  width: auto;
  height: 2rem;
}
section.daikou_2000yen__flow h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}
section.daikou_2000yen__flow a.daikou_2000yen__flow--btn {
  font-weight: bold;
  color: #1f1d5d;
  margin-top: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #1f1d5d;
  width: 100%;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: rgba(31, 29, 93, 0);
}
section.daikou_2000yen__flow a.daikou_2000yen__flow--btn:hover {
  color: white;
  background: #1f1d5d;
}

#daikou_03senyou header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/tel/daikou_03senyou/03senyou__topView.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#daikou_03senyou header.mainimg .wrap {
  height: 300px;
}
#daikou_03senyou header.mainimg h1 {
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

section.daikou_03senyou__about #daikou_03senyou__about--link {
  padding-top: 200px;
  margin-top: -200px;
}
section.daikou_03senyou__about p {
  text-align: center;
}
section.daikou_03senyou__about p img {
  width: auto;
  height: 2rem;
}
section.daikou_03senyou__about h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0px;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 img {
  width: 100%;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span {
  font-size: 16px;
  position: absolute;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.8px;
  font-family: "Noto Sans JP", sans-serif;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text01 {
  top: 23%;
  left: 1.3%;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text02-1 {
  top: 16%;
  left: 57.5%;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text02-2 {
  top: 22.5%;
  left: 48.5%;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text03 {
  top: 75%;
  left: 1.5%;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text04 {
  top: 75%;
  left: 60.5%;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text05 {
  top: 55%;
  left: 21%;
  font-size: 14px;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text06 {
  color: #fff;
  font-size: 16px;
  top: 57%;
  left: 32.5%;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text07 {
  top: 55%;
  left: 47%;
  font-size: 14px;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text08 {
  top: 45%;
  left: 77.5%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text09 {
  top: 72%;
  left: 77.5%;
  font-size: 14px;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text10 {
  top: 72%;
  left: 90%;
  font-size: 14px;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0px;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 img {
  width: 100%;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span {
  font-size: 16px;
  position: absolute;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.8px;
  font-family: "Noto Sans JP", sans-serif;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text01 {
  top: 15.5%;
  left: 24.5%;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text02 {
  top: 22%;
  left: 30%;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text03 {
  top: 77%;
  left: 1%;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text04 {
  top: 77%;
  left: 60.5%;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text05 {
  top: 56%;
  left: 22.5%;
  font-size: 14px;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text06 {
  color: #fff;
  font-size: 16px;
  top: 59%;
  left: 32.5%;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text07 {
  top: 56%;
  left: 48%;
  font-size: 14px;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text08 {
  top: 77%;
  left: 17%;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: bold;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text09 {
  top: 47.5%;
  left: 80%;
  font-size: 14px;
  letter-spacing: 0.1em;
}
section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text10 {
  top: 54%;
  left: 80.5%;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

section.daikou_03senyou__price {
  padding-top: 70px;
}
section.daikou_03senyou__price #daikou_03senyou__price--link {
  padding-top: 200px;
  margin-top: -200px;
}
section.daikou_03senyou__price p {
  text-align: center;
}
section.daikou_03senyou__price p img {
  width: auto;
  height: 1.6rem;
}
section.daikou_03senyou__price h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}
section.daikou_03senyou__price hr {
  margin: 10px auto 35px;
  width: 35px;
  border-top: 1px solid #1f1d5d;
}
section.daikou_03senyou__price p.title-text {
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  padding: 0 0 35px;
  margin: 0;
}

section.daikou_03senyou__option #daikou_03senyou__option--link {
  padding-top: 200px;
  margin-top: -200px;
}
section.daikou_03senyou__option h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 18px;
  font-weight: bold;
}

section.daikou_03senyou__flow #daikou_03senyou__flow--link {
  padding-top: 200px;
  margin-top: -200px;
}
section.daikou_03senyou__flow p {
  text-align: center;
}
section.daikou_03senyou__flow p img {
  width: auto;
  height: 2rem;
}
section.daikou_03senyou__flow h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}

#daikou_moushikomiform header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/tel/daikou_moushikomiform/daikou_moushikomiform__topView.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#daikou_moushikomiform header.mainimg .wrap {
  height: 300px;
}
#daikou_moushikomiform header.mainimg h1 {
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.contactInner {
  width: 100%;
}
.contactInner form {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  width: 100%;
}
.contactInner form dl {
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.contactInner form dl dt {
  position: relative;
  padding-left: 0.5rem;
  border-top: 1px solid #e6e6e6;
  height: 45px;
  letter-spacing: 0.11em;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.contactInner form dl dt span.required {
  content: "必須";
  font-size: 12px;
  line-height: 2;
  color: #1f1d5d;
  background-color: #d9e021;
  display: inline-block;
  padding: 0 8px;
  margin-left: auto;
  top: 15%;
  left: 20%;
}
.contactInner form dl dt span.required--message {
  position: absolute;
  content: "必須";
  font-size: 12px;
  line-height: 2;
  color: #1f1d5d;
  background-color: #d9e021;
  display: inline-block;
  padding: 0 8px;
  margin-left: auto;
  right: 16%;
  top: 15%;
}
.contactInner form dl dt.form-bank {
  padding-top: 5px;
}
.contactInner form dl dd {
  width: 100%;
  background-color: #fff;
  min-height: 90px;
  margin-bottom: 0;
}
.contactInner form dl dd select.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
  border: 1px solid #1f1d5d;
  max-width: 300px;
  width: 100%;
  padding-left: 2%;
  margin-top: 24px;
  background-image: url(/images/tel/daikou_moushikomiform/form-select__back.svg);
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: 95% center;
  margin-left: 0.5rem;
  font-size: 14px;
}
.contactInner form dl input.form-text {
  height: 41px;
  border: 1px solid #1f1d5d;
  width: 91%;
  padding-left: 2%;
  margin-top: 24px;
  margin-left: 0.5rem;
  font-size: 14px;
}
.contactInner form dt.form-shiharai-houhou {
  height: 45px;
}
.contactInner form dd.form-shiharai-houhou {
  height: 120px;
}
.contactInner form .form-chushaku {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 200px;
  font-size: 12px;
  padding-top: 14px;
  padding-left: 0.5rem;
}
.contactInner form dt.form-message {
  height: 45px;
}
.contactInner form dd.form-message {
  height: 300px;
}
.contactInner form dd.form-message textarea {
  margin-top: 24px;
  width: 91%;
  height: 250px;
  border: 1px solid #1f1d5d;
  margin-left: 0.5rem;
}
.contactInner form dt.form-file1 {
  min-height: 45px;
}
.contactInner form dd.form-file1 {
  min-height: 220px;
}
.contactInner form dd.form-file1 input {
  padding-left: 0;
  text-align: center;
}
.contactInner form dt.form-file1-2 {
  min-height: 45px;
}
.contactInner form dd.form-file1-2 {
  min-height: 210px;
}
.contactInner form dd.form-file1-2 input {
  padding-left: 0;
  text-align: center;
}
.contactInner form dt.form-file2 {
  min-height: 45px;
}
.contactInner form dd.form-file2 {
  min-height: 220px;
}
.contactInner form dd.form-file2 input {
  padding-left: 0;
  text-align: center;
}
.contactInner form dt.form-file3 {
  height: 45px;
}
.contactInner form dd.form-file3 {
  height: auto;
}
.contactInner form dd.form-file3 input {
  padding-left: 0;
  text-align: center;
}
.contactInner form dd.form-file3 dl {
  margin: 1rem;
  background-color: #efefef;
}
.contactInner form dd.form-file3 dl dt {
  padding-left: 1rem;
}
.contactInner form dd.form-file3 dl dd {
  background-color: #efefef;
}
.contactInner form dd img {
  max-height: 500px;
}

#daikou_omoushikomi header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/tel/daikou_top/daikou_top__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#daikou_omoushikomi header.mainimg .wrap {
  height: 300px;
}
#daikou_omoushikomi header.mainimg h1 {
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
  font-family: "Noto Sans JP", sans-serif;
}

.daikou_omoushikomi__apply--image {
  position: relative;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text1 {
  position: absolute;
  color: #fff;
}
.daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text2 {
  position: absolute;
}
.daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text3 {
  position: absolute;
}

.daikou_omoushikomi__download--left {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-left: -1px;
}
.daikou_omoushikomi__download--left h4.daikou_omoushikomi__download--h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 68px;
  letter-spacing: 0.11em;
}
.daikou_omoushikomi__download--left ul.daikou_omoushikomi__download--list {
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.11em;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.daikou_omoushikomi__download--left ul.daikou_omoushikomi__download--list--left {
  padding-bottom: 31px;
}

.daikou_omoushikomi__download--right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-left: -1px;
}
.daikou_omoushikomi__download--right h4.daikou_omoushikomi__download--h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 68px;
  letter-spacing: 0.11em;
}
.daikou_omoushikomi__download--right ul.daikou_omoushikomi__download--list {
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.11em;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.daikou_omoushikomi__download--right ul.daikou_omoushikomi__download--list--left {
  padding-bottom: 31px;
}

p.daikou_omoushikomi__download--chushaku {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 0;
}

h3.title-h3-lh {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 60px;
  color: #1f1d5d;
}

#daikou_qa header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/tel/daikou__topView--typeB.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#daikou_qa header.mainimg .wrap {
  height: 300px;
}
#daikou_qa header.mainimg h1 {
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.daikou_qa__content {
  padding-left: 11%;
}
.daikou_qa__content .daikou_qa__contentBlock {
  margin-top: 78px;
}
.daikou_qa__content .daikou_qa__contentBlock:first-of-type {
  margin-top: 0;
}
.daikou_qa__content .daikou_qa__contentBlock .toggle-content {
  display: none;
  margin-bottom: 60px;
}
.daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--question {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 2;
  color: #1f1d5d;
  padding-bottom: 45px;
}
.daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--question::before {
  font-size: 18px;
  position: absolute;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  content: "Q";
  text-align: center;
  color: #fff;
  width: 65px;
  line-height: 65px;
  background-color: #1f1d5d;
  border-radius: 50%;
  left: 0px;
  top: -15px;
  font-weight: bold;
}
.daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--question p {
  margin-bottom: 0;
}
.daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--answer {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 2;
  letter-spacing: 0.03em;
}
.daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--answer::before {
  font-size: 18px;
  position: absolute;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  content: "A";
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #1f1d5d;
  width: 65px;
  line-height: 65px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: -22px;
  font-weight: bold;
}
.daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--answer p {
  margin-bottom: 0;
}

#daikou_customer_voice header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/top/topView--typeA.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#daikou_customer_voice header.mainimg .wrap {
  height: 300px;
}
#daikou_customer_voice header.mainimg h1 {
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.daikou_custome_voice__block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.daikou_custome_voice__block--image {
  width: 24%;
}
.daikou_custome_voice__block--image img {
  width: 100%;
  padding: 0;
}

.daikou_custome_voice__block--text h3 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.daikou_custome_voice__block--text h3 a {
  color: #1f1d5d;
  text-decoration: underline;
}
.daikou_custome_voice__block--text h3 a img {
  height: 16px;
  padding-left: 0.5rem;
}
.daikou_custome_voice__block--text p {
  font-size: 14px;
}

#daikou_plan header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/tel/daikou_plan/daikou_plan__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#daikou_plan header.mainimg .wrap {
  height: 300px;
}
#daikou_plan header.mainimg h1 {
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#daikou_hisho header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/tel/daikou_moushikomiform/daikou_moushikomiform__topView.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#daikou_hisho header.mainimg .wrap {
  height: 300px;
}
#daikou_hisho header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.daikou_hisho__recommendBlock {
  border-bottom: 1px dotted #1f1d5d;
  padding: 35px 0;
}
.daikou_hisho__recommendBlock:last-of-type {
  border-bottom: none;
}

.daikou_hisho__recommendBlock--left {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.daikou_hisho__recommendBlock--left img {
  max-width: 80px;
}
.daikou_hisho__recommendBlock--left p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  margin-left: 1rem;
}

.daikou_hisho__flow--figure {
  position: relative;
}
.daikou_hisho__flow--figure img {
  width: 100%;
}
.daikou_hisho__flow--figure > div {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.daikou_hisho__flow--figure > div:hover {
  cursor: pointer;
}
.daikou_hisho__flow--figure .daikou_hisho__flow--figure--text1 {
  color: #fff;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.daikou_hisho__flow--figure .daikou_hisho__flow--figure--text1:hover .daikou_hisho__flow--hover {
  display: block;
}
.daikou_hisho__flow--figure .daikou_hisho__flow--figure--text2 {
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
}
.daikou_hisho__flow--figure .daikou_hisho__flow--figure--text2:hover .daikou_hisho__flow--hover {
  display: block;
}
.daikou_hisho__flow--figure .daikou_hisho__flow--figure--text3 {
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
}
.daikou_hisho__flow--figure .daikou_hisho__flow--figure--text3:hover .daikou_hisho__flow--hover {
  display: block;
}
.daikou_hisho__flow--figure .daikou_hisho__flow--figure--text4 {
  top: 84%;
  left: 50%;
  transform: translateX(-50%);
}
.daikou_hisho__flow--figure .daikou_hisho__flow--figure--text4:hover .daikou_hisho__flow--hover {
  display: block;
  white-space: normal;
}

.daikou_hisho__flow--hover {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  width: 311px;
  top: -180px;
  left: calc((311px - 100%) / -2);
  background-color: #f2f2f2;
  color: #1f1d5d;
  padding: 20px 35px;
  display: none;
}
.daikou_hisho__flow--hover::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f2f2f2;
}

.daikou_hisho__flowFigure {
  position: relative;
}
.daikou_hisho__flowFigure img {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.daikou_hisho__flowFigure span {
  position: absolute;
  line-height: 1.3;
  text-align: center;
}

.daikou_hisho__flowFigure--text01 {
  top: 22.5%;
  left: 70%;
  font-size: 14px;
}

.daikou_hisho__flowFigure--text02 {
  top: 35%;
  left: 81%;
  font-size: 12px;
}

.daikou_hisho__flowFigure--text03 {
  top: 73%;
  left: 74%;
  font-size: 12px;
}

.daikou_hisho__flowFigure--text04 {
  top: 25%;
  left: 22%;
  font-size: 12px;
}

.daikou_hisho__flowFigure--text05 {
  top: 75.5%;
  left: 64%;
  font-size: 11px;
}

.daikou_hisho__flowFigure--text06 {
  top: 17%;
  left: 61%;
  font-weight: bold;
  font-size: 14px;
}

.daikou_hisho__flowFigure--text07 {
  top: 54.5%;
  left: 45%;
  font-weight: bold;
  font-size: 14px;
}

.daikou_hisho__flowFigure--text08 {
  top: 101%;
  left: 51%;
  font-size: 14px;
}

.daikou_hisho__flowFigure--text09 {
  top: 80%;
  left: 75%;
  font-size: 14px;
}

.daikou_hisho__flowFigure--text10 {
  top: 59%;
  left: 50%;
  font-size: 14px;
}

.daikou_hisho__flowFigure--text11 {
  top: 72%;
  left: 15%;
  font-size: 12px;
}

.daikou_hisho__flowFigure--text12 {
  top: 52%;
  left: 17%;
  font-size: 12px;
}

#daikou_hisho__about--link {
  margin-top: -200px;
  padding-top: 200px;
}

#daikou_hisho__recommend--link {
  margin-top: -200px;
  padding-top: 200px;
}

#daikou_hisho__flow--link {
  margin-top: -200px;
  padding-top: 200px;
}

#daikou_hisho__price--link {
  margin-top: -200px;
  padding-top: 200px;
}

#daikou_customervoice header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/tel/daikou_top/daikou_top__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#daikou_customervoice header.mainimg .wrap {
  height: 300px;
}
#daikou_customervoice header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

section.daikou_customervoice .daikou_customervoice__block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
section.daikou_customervoice .daikou_customervoice__block:nth-of-type(2n) --image {
  order: 2;
}
section.daikou_customervoice .daikou_customervoice__block--image {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #666;
  padding: 20px;
  text-align: center;
}
section.daikou_customervoice .daikou_customervoice__block--image .tags--shibuya {
  width: 145px;
}
section.daikou_customervoice .daikou_customervoice__block--image .tags--yotsuya {
  width: 145px;
}
section.daikou_customervoice .daikou_customervoice__block--image .info2 {
  font-size: 14px;
  line-height: 1.8;
  color: #1f1d5d;
  text-decoration: underline;
}
section.daikou_customervoice .daikou_customervoice__block--image .info2 img {
  height: 17px;
  padding-left: 1rem;
}
section.daikou_customervoice .daikou_customervoice__block--text {
  width: 100%;
  margin: 0 auto;
}
section.daikou_customervoice .daikou_customervoice__block--text .daikou_customervoice__block--name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
}
section.daikou_customervoice .daikou_customervoice__block--text .daikou_customervoice__block--name p {
  line-height: 2;
  width: 100%;
  max-width: 250px;
}
section.daikou_customervoice .daikou_customervoice__block--text .daikou_customervoice__block--name .info2 {
  font-size: 14px;
  line-height: 1.8;
  color: #1f1d5d;
  text-decoration: underline;
}
section.daikou_customervoice .daikou_customervoice__block--text .daikou_customervoice__block--name .info2 img {
  height: 17px;
  padding-left: 1rem;
}
section.daikou_customervoice .daikou_customervoice__block--text > h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-top: 32px;
}
section.daikou_customervoice .daikou_customervoice__block--text > p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 29px;
}
section.daikou_customervoice .daikou_customervoice__block--text > p a {
  color: #1f1d5d;
}

.daikou_customervoice__sub--block--name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.daikou_customervoice__sub--block--name p {
  line-height: 2;
  width: 100%;
  max-width: 250px;
}
.daikou_customervoice__sub--block--name .info2 {
  font-size: 14px;
  line-height: 1.8;
  color: #1f1d5d;
  text-decoration: underline;
}
.daikou_customervoice__sub--block--name .info2 img {
  height: 17px;
  padding-left: 1rem;
}

#rentalshibuya_top header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalshibuya/rentalshibuya_top/rentalshibuya_top__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalshibuya_top header.mainimg .wrap {
  height: 300px;
}
#rentalshibuya_top header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 50%;
}
#rentalshibuya_top header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

section.rentalshibuya_top__introduction {
  background-image: url(/images/rental/rental-customer__image.png);
  background-position: center;
  background-size: cover;
}

section.rentalshibuya_top__news-campaign {
  background-image: url(/images/rentalshibuya/rentalshibuya_top/rentalshibuya_top__image04.png);
  background-position: center;
  background-size: cover;
}

section.to-office-yotsuya {
  background-image: url(/images/rentalshibuya/rentalshibuya_top/rentalshibuya_top__image05.png);
  background-position: center;
  background-size: cover;
}
section.to-office-yotsuya a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
}
section.to-office-yotsuya a span {
  font-size: 24px;
  color: #1f1d5d;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-right: 5%;
  padding-top: 10px;
}
section.to-office-yotsuya a > i {
  padding: 0;
  color: #1f1d5d;
  font-size: 50px;
  padding-top: 10px;
}
section.to-office-yotsuya a img {
  height: 35px;
  padding-right: 2%;
}

.rentalshibuya_top__wi-fi--figure {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 35px;
}
.rentalshibuya_top__wi-fi--figure img {
  width: 100%;
}
.rentalshibuya_top__wi-fi--figure > span {
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.rentalshibuya_top__wi-fi--figure .rentalshibuya_top__wi-fi--figureText01 {
  top: -10%;
  left: 46%;
  font-weight: bold;
}
.rentalshibuya_top__wi-fi--figure .rentalshibuya_top__wi-fi--figureText02 {
  top: 28%;
  left: 35.5%;
}
.rentalshibuya_top__wi-fi--figure .rentalshibuya_top__wi-fi--figureText03 {
  top: 28%;
  left: 54%;
}
.rentalshibuya_top__wi-fi--figure .rentalshibuya_top__wi-fi--figureText04 {
  top: 34%;
  left: 5%;
  font-weight: bold;
}
.rentalshibuya_top__wi-fi--figure .rentalshibuya_top__wi-fi--figureText05 {
  top: 34%;
  left: 78%;
  font-weight: bold;
}

#rentalshibuya_top__feature--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya_top__introduction--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya_top__access--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya_top__news-campaign--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya_top__qa--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya_top__flow--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

.rentalshibuya_top__flow {
  margin-bottom: 30px;
}

#rentalshibuya_customervoice header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalshibuya/rentalshibuya_customervoice/rentalshibuya_customervoice__topView3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalshibuya_customervoice header.mainimg .wrap {
  height: 300px;
}
#rentalshibuya_customervoice header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

section.rentalshibuya_customervoice .rentalshibuya_customervoice__block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block:nth-of-type(2n) --image {
  order: 2;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block--image {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block--image .tags--shibuya {
  width: 145px;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block--image .tags--yotsuya {
  width: 145px;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block--text {
  width: 100%;
  margin: 0 auto;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block--text .rentalshibuya_customervoice__block--name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block--text .rentalshibuya_customervoice__block--name p {
  line-height: 2;
  width: 100%;
  max-width: 250px;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block--text .rentalshibuya_customervoice__block--name .info2 {
  font-size: 14px;
  line-height: 25px;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block--text > h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-top: 32px;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block--text > p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 29px;
}
section.rentalshibuya_customervoice .rentalshibuya_customervoice__block--text > p a {
  color: #1f1d5d;
}

#rentalshibuya_map header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalshibuya/rentalshibuya_customervoice/rentalshibuya_customervoice__topView.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalshibuya_map header.mainimg .wrap {
  height: 300px;
}
#rentalshibuya_map header.mainimg h1 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.rentalshibuya_map__direction--block {
  position: relative;
}
.rentalshibuya_map__direction--block > img {
  padding: 35px 0 22px;
}
.rentalshibuya_map__direction--block .rentalshibuya_map__direction--number {
  background-color: #1f1d5d;
  border-radius: 50%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  left: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 45px;
  width: 40px;
}
.rentalshibuya_map__direction--block .rentalshibuya_map__direction--text {
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 2.6;
}

.rentalshibuya__accordion--content {
  padding-top: 70px;
  display: none;
}
.rentalshibuya__accordion--content h4 {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.75;
  padding-bottom: 35px;
}
.rentalshibuya__accordion--content p {
  font-size: 14px;
  margin-bottom: 0;
}
.rentalshibuya__accordion--content a {
  margin-top: 50px;
}

.rentalshibuya__accordion--btn {
  font-size: 18px;
  line-height: 100px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-bottom: -1px;
}
.rentalshibuya__accordion--btn span {
  font-size: 34px;
  float: right;
}
.rentalshibuya__accordion--btn:hover {
  cursor: pointer;
}

.rentalshibuya__accordion--contentBlock {
  padding-bottom: 70px;
  padding-bottom: 70px;
  padding-bottom: 70px;
}
.rentalshibuya__accordion--contentBlock img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

#rentalshibuya_map__access--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya_map__station--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya_map__access--airport {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya_map__direction--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya_map__around--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya_price header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalshibuya/rentalshibuya_price/rentalshibuya_price__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalshibuya_price header.mainimg .wrap {
  height: 300px;
}
#rentalshibuya_price header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

figure.rentalshibuya_priceFloorlayout__figure {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
figure.rentalshibuya_priceFloorlayout__figure .rentalshibuya_priceFloorlayout__roomInfo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  padding: 35px 5%;
  width: 90vw;
  z-index: 2;
  display: none;
}
figure.rentalshibuya_priceFloorlayout__figure .rentalshibuya_priceFloorlayout__roomInfo > h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
}
figure.rentalshibuya_priceFloorlayout__figure .rentalshibuya_priceFloorlayout__roomInfo > h3 > span {
  display: block;
  font-size: 14px;
}

#rentalshibuya_setsubi header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalshibuya/rentalshibuya_setsubi/rentalshibuya_setsubi__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalshibuya_setsubi header.mainimg .wrap {
  height: 300px;
}
#rentalshibuya_setsubi header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#rental_service header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rental/rental__topView--typeC.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rental_service header.mainimg .wrap {
  height: 300px;
}
#rental_service header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#rental_touki header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rental/rental__topView--typeA.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rental_touki header.mainimg .wrap {
  height: 300px;
}
#rental_touki header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#rentalshibuya_omoushikomi header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalshibuya/rentalshibuya_omoushikomi/rentalshibuya_omoushikomi__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalshibuya_omoushikomi header.mainimg .wrap {
  height: 300px;
}
#rentalshibuya_omoushikomi header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.rentalshibuya_omoushikomi__download ul.daikou_omoushikomi__download--list--left {
  padding-bottom: 67px;
}

.rentalshibuya_omoushikomi__apply--image {
  position: relative;
}
.rentalshibuya_omoushikomi__apply--image .rentalshibuya_omoushikomi__apply--text1 {
  position: absolute;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #fff;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.rentalshibuya_omoushikomi__apply--image .rentalshibuya_omoushikomi__apply--text2 {
  position: absolute;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
}
.rentalshibuya_omoushikomi__apply--image .rentalshibuya_omoushikomi__apply--text3 {
  position: absolute;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.rentalshibuya_omoushikomi__apply--image .rentalshibuya_omoushikomi__apply--text4 {
  position: absolute;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}

#rentalshibuya_qa header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalshibuya/rentalshibuya_qa/rentalshibuya_qa__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalshibuya_qa header.mainimg .wrap {
  height: 300px;
}
#rentalshibuya_qa header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#rentalshibuya_news header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalshibuya/rentalshibuya_news/rentalshibuya_news__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalshibuya_news header.mainimg .wrap {
  height: 300px;
}
#rentalshibuya_news header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#rentalyotsuya_top header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalyotsuya/rentalyotsuya_top/rentalyotsuya_top__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalyotsuya_top header.mainimg .wrap {
  height: 300px;
}
#rentalyotsuya_top header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 50%;
}
#rentalyotsuya_top header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

#rentalyotsuya_map header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalyotsuya/rentalyotsuya_map/rentalyotsuya_map__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalyotsuya_map header.mainimg .wrap {
  height: 300px;
}
#rentalyotsuya_map header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#rentalyotsuya_price header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalyotsuya/rentalyotsuya_price/rentalyotsuya_price__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalyotsuya_price header.mainimg .wrap {
  height: 300px;
}
#rentalyotsuya_price header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

figure.rentalyotsuya_priceFloorlayout__figure {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
figure.rentalyotsuya_priceFloorlayout__figure img {
  width: 100%;
}
figure.rentalyotsuya_priceFloorlayout__figure .rentalyotsuya_priceFloorlayout__roomInfo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  padding: 35px 5%;
  width: 134%;
  z-index: 2;
  display: none;
}
figure.rentalyotsuya_priceFloorlayout__figure .rentalyotsuya_priceFloorlayout__roomInfo > h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
}
figure.rentalyotsuya_priceFloorlayout__figure .rentalyotsuya_priceFloorlayout__roomInfo > h3 > span {
  display: block;
  font-size: 14px;
}

#voice_shibuya_hiraokasama header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/top/topView--typeA.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#voice_shibuya_hiraokasama header.mainimg .wrap {
  height: 300px;
}
#voice_shibuya_hiraokasama header.mainimg h1 {
  width: 100%;
  position: absolute;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#reason header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/company/company__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#reason header.mainimg .wrap {
  height: 300px;
}
#reason header.mainimg h1 {
  width: 100%;
  position: absolute;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#mail header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/company/company__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#mail header.mainimg .wrap {
  height: 300px;
}
#mail header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 50%;
}
#mail header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

#forbuildingowner header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/top/forbuildingowner/forbuildingowner__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#forbuildingowner header.mainimg .wrap {
  height: 300px;
}
#forbuildingowner header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 50%;
}
#forbuildingowner header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

#preview_moushikomiform header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/top/topView--typeA.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#preview_moushikomiform header.mainimg .wrap {
  height: 300px;
}
#preview_moushikomiform header.mainimg h1 {
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#map header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/top/topView--typeC.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#map header.mainimg .wrap {
  height: 300px;
}
#map header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 50%;
}
#map header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

#rental_customer_voice header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/top/topView--typeA.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rental_customer_voice header.mainimg .wrap {
  height: 300px;
}
#rental_customer_voice header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#rental_raikyaku header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rental/rental_raikyaku/rental_raikyaku__topView.jpg");
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  height: 300px;
}
#rental_raikyaku header.mainimg .wrap {
  height: 300px;
}
#rental_raikyaku header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#rental_kanban header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rental/rental__topView--typeB.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rental_kanban header.mainimg .wrap {
  height: 300px;
}
#rental_kanban header.mainimg h1 {
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#rental_yubin header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rental/rental_yubin/rental-yubin__topView.jpg");
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rental/rental_yubin/rental-yubin__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rental_yubin header.mainimg .wrap {
  height: 300px;
}
#rental_yubin header.mainimg h1 {
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

#rental_top header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/pobox/pobox_top.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rental_top header.mainimg .wrap {
  height: 300px;
}
#rental_top header.mainimg h1 {
  width: calc(100% - 30px);
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 50%;
  text-align: left;
  transform: translateX(0%);
}
#rental_top header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

#pobox_top header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/pobox/pobox_top.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#pobox_top header.mainimg .wrap {
  height: 300px;
}
#pobox_top header.mainimg h1 {
  width: calc(100% - 30px);
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 50%;
  text-align: left;
  transform: translateX(0%);
}
#pobox_top header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

#kanban header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/kanban/kanban__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

#form-common header.mainimg-form {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/form_common__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
  text-align: center;
  position: relative;
}

header.mainimg-form h1 {
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
}
header.mainimg-form .logo h1 {
  left: 0;
  transform: translateX(0);
}

#event-page header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/top/event__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
  text-align: center;
  position: relative;
}

#rentalyotsuya_setsubi header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalyotsuya/rentalyotsuya_setsubi/rentalyotsuya_setsubi__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalyotsuya_setsubi header.mainimg .wrap {
  height: 300px;
}
#rentalyotsuya_setsubi header.mainimg h1 {
  width: 100%;
  position: absolute;
  top: 40%;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.rentalakihabara_setsubi header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalakihabara/rentalakihabara_setsubi__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

#bcp_top header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/bcp/715958_l.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 300px;
}
#bcp_top header.mainimg h1 {
  width: calc(100% - 30px);
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 40%;
  text-align: left;
  transform: translateX(0%);
}
#bcp_top header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

#bcpl_top header.mainimg .wrap {
  height: 300px;
}

#first-side {
  width: 300px;
}

#line-btn {
  width: 120px;
  right: -14px;
  bottom: 50%;
  position: fixed;
}
#line-btn a {
  display: block;
  padding: 10px 20px;
}
#line-btn a::after {
  display: none !important;
}
@media (max-width: 768px) {
  #line-btn {
    display: none;
  }
}

body {
  font-size: 1rem;
  line-height: 2rem;
  color: #1f1d5d;
}

.description {
  font-size: 10px;
  margin-bottom: 0;
  text-align: left;
}

h1 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}

h3 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
h3.sectionTitle {
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #201e5e;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

h4 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

h5 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

h6 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  color: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

a.link-line {
  color: inherit;
  text-decoration: underline;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spimg {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 50px;
}

.spslick {
  position: relative;
  height: 100%;
}
.spslick .slick-list {
  height: 100%;
}
.spslick .slick-track {
  height: 100%;
}
.spslick .slick-slide {
  position: relative;
}
.spslick .slick-dots {
  bottom: 20px;
}

.campaign__block img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 400px;
}

.spimg01 {
  background: url("/images/spimg_01.jpg") no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  max-width: 768px;
  position: absolute;
}

.spimg02 {
  background: url("/images/spimg_02.jpg") no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  max-width: 768px;
  position: absolute;
}

.spimg03 {
  background: url("/images/spimg_03.jpg") no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  max-width: 768px;
  position: absolute;
}

.spimg04 {
  background: url("/images/spimg_04.jpg") no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  max-width: 768px;
  position: absolute;
}

.hbg {
  background-color: #201e5e;
}

.wrap-form {
  height: 200px;
}

.pt40 {
  padding: 15px 15px 0;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mt70 {
  margin-top: 70px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb70 {
  margin-bottom: 70px;
}

.wrap {
  margin: 0 auto;
  position: relative;
}

.fas {
  padding-top: 15px;
  padding-right: 3rem;
  font-size: 20px;
}

.area {
  max-width: 1000px;
  margin: 0 auto;
}

.area2 {
  max-width: 1200px;
  margin: 0 auto;
}

.bg-gray {
  background: #f2f2f2;
}

.bg-navy {
  background: #1f1d5d;
}

.small {
  font-size: 12px;
  line-height: 24px;
}

.lsmall {
  font-size: 14px;
  line-height: 28px;
}

.medium {
  font-size: 18px;
  line-height: 36px;
}

.big {
  font-size: 24px;
  line-height: 48px;
}

.mbig {
  font-size: 36px;
  line-height: 72px;
}

.keycolor {
  color: #1f1d5d;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-hide1 {
  display: none;
}

.text-title {
  font-family: "Sawarabi Mincho", sans-serif;
}
.text-title img {
  display: block;
  margin: 1rem auto;
}

.pbg {
  background: rgba(31, 29, 93, 0.2);
}

.underline {
  padding-bottom: 1rem;
  display: block;
}
.underline:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #1f1d5d;
  display: block;
  margin: 20px auto;
}

hr.title-hr {
  margin: 9px auto 35px;
  width: 35px;
  border-top: 1px solid #1f1d5d;
}

.title-text {
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  margin: 0;
}

.title-text--left {
  font-size: 14px;
  line-height: 35px;
  text-align: left;
  margin: 0;
}

.title-text--center {
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  margin: 0;
}

.title-svgWrap {
  margin-bottom: 0;
  padding: 0 1.5rem;
  text-align: center;
  height: 1.8rem;
}
.title-svgWrap > img {
  height: 100%;
}

p.title-svgWrap > img {
  height: 1.8rem;
}

p.title-svgWrap.descender > img {
  height: 2.4rem;
}

.title-h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 60px;
  color: #1f1d5d;
}

.title-h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 60px;
  color: #1f1d5d;
}

.title-text-pb {
  padding-bottom: 35px;
}

.scroll {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.tableA {
  text-align: center;
  width: 100%;
}
.tableA tr {
  height: 127px;
}
.tableA th {
  font-size: 18px;
  width: 36.6%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  letter-spacing: 3px;
}
.tableA td {
  font-size: 14px;
  width: 64.4%;
  border: 1px solid #e6e6e6;
  letter-spacing: 3px;
}

.tableB {
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.tableB tr {
  height: 70px;
}
.tableB th {
  font-size: 18px;
  width: 33.3%;
  border-left: 1px solid white;
  border-right: 1px solid white;
  letter-spacing: 3px;
  table-layout: fixed;
}
.tableB td {
  font-size: 14px;
  width: 33.3%;
  border: 1px solid #e6e6e6;
  letter-spacing: 3px;
  height: 90px;
  table-layout: fixed;
}
.tableB td > span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.tableC {
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.tableC tr {
  height: 70px;
}
.tableC th {
  font-size: 14px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  letter-spacing: 3px;
  padding: 0 10px;
  width: 25%;
  font-weight: normal;
}
.tableC td {
  font-size: 14px;
  border: 1px solid #e6e6e6;
  height: 90px;
  padding: 0 10px;
  width: 75%;
}

.tableD {
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.tableD tr {
  height: 70px;
}
.tableD th {
  width: 100%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  letter-spacing: 1px;
  table-layout: fixed;
  padding: 0 0.5rem;
}
.tableD td {
  font-size: 14px;
  width: 25%;
  border: 1px solid #e6e6e6;
  letter-spacing: 1px;
  height: 90px;
  table-layout: fixed;
}
.tableD td > span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.daikou_2000yen__price--table {
  text-align: center;
  width: 100%;
  margin-top: 70px;
}
.daikou_2000yen__price--table tr {
  height: 127px;
}
.daikou_2000yen__price--table th {
  font-size: 18px;
  width: 36.6%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  letter-spacing: 3px;
}
.daikou_2000yen__price--table td {
  font-size: 14px;
  width: 64.4%;
  border: 1px solid #e6e6e6;
  letter-spacing: 3px;
}

.daikou_03senyou__option--table {
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.daikou_03senyou__option--table tr {
  height: 127px;
}
.daikou_03senyou__option--table th {
  font-size: 18px;
  width: 36.6%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  letter-spacing: 3px;
}
.daikou_03senyou__option--table td {
  font-size: 14px;
  width: 64.4%;
  border: 1px solid #e6e6e6;
  letter-spacing: 3px;
}
.daikou_03senyou__option--table td > span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.17em;
}

.daikou_03senyou__price--table {
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.daikou_03senyou__price--table tr {
  height: 70px;
}
.daikou_03senyou__price--table th {
  font-size: 18px;
  width: 33.3%;
  border-left: 1px solid white;
  border-right: 1px solid white;
  letter-spacing: 3px;
  table-layout: fixed;
}
.daikou_03senyou__price--table td {
  font-size: 14px;
  width: 33.3%;
  border: 1px solid #e6e6e6;
  letter-spacing: 3px;
  height: 90px;
  table-layout: fixed;
}
.daikou_03senyou__price--table td > span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.daikou_qa__table--text {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.07em;
  margin-bottom: 0;
  padding: 12px 20px 12px 20px;
}

.rentalshibuya_qa__contract .tableA tr > td {
  padding: 12px 20px 12px 35px;
}
.rentalshibuya_qa__contract .tableA tr > td > ul {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  list-style: disc;
}

.chushaku {
  font-size: 12px;
  letter-spacing: 1.5px;
}

.sub-area {
  max-width: 800px;
  margin: 0 auto;
}

.figure-area {
  max-width: 800px;
  margin: 0 auto;
}

.width100 {
  width: 100%;
}

.text-navy {
  color: #1f1d5d;
}

.kaigyo {
  line-height: 1.5;
  padding-bottom: 20px;
}

.tags--yotsuya {
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.2em;
  padding: 0 12px;
  position: absolute;
  top: 0;
  left: 0%;
  background-color: #99cccc;
  text-align: center;
  width: 43%;
  top: 0;
  left: 0;
}

.tags--yotsuya-rel {
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  padding: 0 12px;
  background-color: #99cccc;
  text-align: center;
  margin-bottom: 0;
}

.tags--shibuya {
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.2em;
  padding: 0 12px;
  position: absolute;
  top: 0;
  left: 0%;
  background-color: #ffcccc;
  text-align: center;
  width: 43%;
  top: 0;
  left: 0;
}

.tags--shibuya-rel {
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  padding: 0 12px;
  background-color: #ffcccc;
  text-align: center;
  margin-bottom: 0;
}

.tags--news {
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.2em;
  padding: 0 12px;
  position: absolute;
  background-color: #fcee21;
  text-align: center;
  width: 43%;
  top: 0;
  left: 0;
}

.tags--event {
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.2em;
  padding: 0 12px;
  position: absolute;
  background-color: #f7931e;
  text-align: center;
  width: 43%;
  top: 0;
  left: 0;
}

.tags--campaign {
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.2em;
  padding: 0 12px;
  position: absolute;
  background-color: #d9e021;
  text-align: center;
  width: 43%;
  top: 0;
  left: 0;
}

.whiteBox--gray {
  border: 2px solid #f2f2f2;
  border-radius: 20px;
  background-color: #fff;
}
.whiteBox--gray p {
  margin-bottom: 0;
}

.yellowMarker {
  background: linear-gradient(to top, #ffe326 0%, #ffe326 45%, transparent 45.1%, transparent 100%);
}

.fullWideImage {
  width: 100%;
}
.fullWideImage img {
  width: 100%;
}

.mentor-tbl td a {
  color: #1f1d5d;
  text-decoration: underline;
}

.mentor__external {
  height: 14px;
  padding-left: 0.5rem;
}

.task h3 {
  margin: 0 auto;
  text-align: center;
  color: #1f1d5d;
  font-size: 24px;
  font-weight: bold;
}

.task__frame {
  border: 1px solid #1f1d5d;
  min-height: 100px;
  width: 450px;
  background: #fff;
}

a.task__frame:hover {
  background: #1f1d5d;
  color: #fff;
}
a.task__frame:hover .yellowMarker {
  color: #fff;
  background: linear-gradient(to top, #ff0081 0%, #ff0081 45%, transparent 45.1%, transparent 100%);
}

.task__icon {
  background: #f2f2f2;
}

.task__detail {
  font-size: 12px;
  font-weight: bold;
}
.task__detail h4 {
  font-size: 14px;
  font-weight: bold;
  color: #1f1d5d;
}

.access h3 {
  margin: 0 auto;
  text-align: center;
}
.access h3 p {
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}
.access hr {
  margin: 10px auto 35px;
  width: 35px;
  border-top: 1px solid #1f1d5d;
}
.access a {
  display: block;
  text-align: center;
}
.access a .fas {
  top: calc(50% - 10px);
}

.access__pad {
  padding: 0 50px;
}

.access__name {
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 4px;
  padding-bottom: 15px;
}

.access__train {
  line-height: 50px;
  padding-bottom: 15px;
}
.access__train img {
  padding-right: 20px;
}

.office h3 {
  margin: 0 auto;
  text-align: center;
}
.office h3 p {
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}
.office hr {
  margin: 10px auto 35px;
  width: 35px;
  border-top: 1px solid #1f1d5d;
}

.office__title-text {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  padding: 0 0 35px;
  margin: 0;
}

.reason h3 {
  margin: 0 auto;
  text-align: center;
}
.reason h3 p {
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}
.reason hr {
  margin: 10px auto 35px;
  width: 35px;
  border-top: 1px solid #1f1d5d;
}

.forentre {
  padding: 70px 0;
  background: url("/images/forentre__bg.jpg") no-repeat center center;
  background-size: cover;
}
.forentre h3 {
  margin: 0 auto;
  text-align: center;
}
.forentre h3 p {
  letter-spacing: 4px;
  line-height: 60px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.forentre hr {
  margin: 10px auto 35px;
  width: 35px;
  border-top: 1px solid white;
}

.forentre__title-text {
  color: white;
  text-align: center;
}

.access__shibuya {
  border-top: 1px solid #f2f2f2;
}

.access__yotsuya {
  display: none;
  border-top: 1px solid #f2f2f2;
}

.access__map {
  margin-top: 50px;
}

.top_white {
  color: #fff;
}

.sp-only {
  display: none;
}

.blog__bnr {
  text-align: center;
}
.blog__bnr a {
  transition: all 0.5s;
}
.blog__bnr a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}
.blog__bnr img {
  margin: 50px 0 80px;
}

.daikou_moushikomiform-telNumber {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 68px;
  color: #808080;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.daikou_moushikomiform-here {
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 52px;
  font-family: "Noto Sans JP", sans-serif;
}

.daikou_plan__03numbe--plan {
  font-size: 18px;
  font-weight: bold;
}
.daikou_plan__03numbe--plan > span {
  font-size: 28px;
  padding-left: 1rem;
}

.daikou_plan__needs--tags {
  margin: 0 auto;
  width: 49%;
  font-size: 14px;
}

.daikou_plan__needs--link {
  display: block;
  background-color: #fff;
  border: 2px #1f1d5d solid;
  border-radius: 20px;
  padding: 25px 0 10px;
  margin-top: 12px;
  transition: 0.3s;
}
.daikou_plan__needs--link:hover {
  opacity: 0.8;
}
.daikou_plan__needs--link .daikou_plan__needs--block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.daikou_plan__needs--link .daikou_plan__needs--block img {
  max-width: 88px;
  padding-left: 10px;
}
.daikou_plan__needs--link .daikou_plan__needs--block > p {
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  color: #1f1d5d;
  font-size: 14px;
  padding: 0 10px;
}
.daikou_plan__needs--link .chev--down {
  text-align: center;
  margin-bottom: 0;
}
.daikou_plan__needs--link .chev--down > img {
  width: 33px;
}

#daikou_plan__reference--link {
  margin-top: -200px;
  padding-top: 200px;
}

#daikou_plan__option--link {
  margin-top: -200px;
  padding-top: 200px;
}

.daikou_plan__spContent {
  font-family: "Noto Sans JP", sans-serif;
}
.daikou_plan__spContent .daikou_plan__spContent--text {
  font-size: 14px;
}

.daikou_hisho__recommend ul {
  list-style: disc;
  width: 82%;
  margin: 0 auto;
  padding: 35px 0;
  font-size: 16px;
}
.daikou_hisho__recommend ul li {
  padding-top: 1rem;
}

.daikou_customervoice__sub--dotted {
  border-bottom: 1px dotted gray;
}

.daikou_customervoice__sub--block {
  position: relative;
}
.daikou_customervoice__sub--block p {
  margin-bottom: 0;
}

.daikou_customervoice__sub--block--text > h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-top: 32px;
}
.daikou_customervoice__sub--block--text > p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 29px;
}
.daikou_customervoice__sub--block--text > p a {
  color: #1f1d5d;
}

.tags--yotsuyaB {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.2em;
  padding: 0 12px;
  position: absolute;
  top: 0;
  left: 0%;
  background-color: #ed1c24;
  text-align: center;
}

.tags--shibuyaB {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: 0.2em;
  padding: 0 12px;
  position: absolute;
  top: 0;
  left: 0%;
  background-color: #201e5e;
  text-align: center;
}

.tags--yotsuyaB-rel {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 3;
  letter-spacing: 0.2em;
  padding: 0 12px;
  background-color: #ed1c24;
  text-align: center;
}

.tags--shibuyaB-rel {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 3;
  letter-spacing: 0.2em;
  padding: 0 12px;
  background-color: #201e5e;
  text-align: center;
}

.rentalshibuya_priceFloorlayout__roomInfo--image > img {
  width: 100%;
}
.rentalshibuya_priceFloorlayout__roomInfo--image > table {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.6;
  margin-top: 1rem;
}
.rentalshibuya_priceFloorlayout__roomInfo--image > table td {
  border: 1px solid #1f1d5d;
}

.rentalshibuya_priceFloorlayout__roomInfo--text > p {
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.6;
  margin-bottom: 0;
}
.rentalshibuya_priceFloorlayout__roomInfo--text > ul {
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.6;
  padding: 27px 0;
}
.rentalshibuya_priceFloorlayout__roomInfo--text > ul > li {
  list-style-position: inside;
  list-style-type: disc;
}

p.rentalshibuya_priceFloorlayout__roomInfo--price {
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.6;
  padding-top: 20px;
  margin-bottom: 0;
}

.rentalshibuya_priceFloorlayout__roomInfo .close-btn02 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 30px;
}
.rentalshibuya_priceFloorlayout__roomInfo .close-btn02:hover {
  cursor: pointer;
}

area:hover {
  cursor: pointer;
  cursor: pointer;
}

.rentalshibuya_priceBasic--table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.rentalshibuya_priceBasic--table th {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.11em;
}
.rentalshibuya_priceBasic--table td {
  font-size: 14px;
  line-height: 1.4;
  padding: 15px 0;
  letter-spacing: 0.12em;
}

.rentalshibuya_priceOption--table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.rentalshibuya_priceOption--table th {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.11em;
}
.rentalshibuya_priceOption--table td {
  font-size: 14px;
  line-height: 1.4;
  padding: 15px 0;
  letter-spacing: 0.12em;
}

.rentalshibuya_price--chushaku {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: left;
}

.rentalshibuya_priceOption--other {
  line-height: 1.5 !important;
}

.rentalshibuya__gallery--area2 {
  padding-top: 140px;
}

.rentalshibuya__galleryBlock {
  padding-bottom: 70px;
}
.rentalshibuya__galleryBlock .rentalshibuya__galleryBlock--text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.11em;
  padding-bottom: 25px;
  padding-top: 10px;
}
.rentalshibuya__galleryBlock .rentalshibuya__galleryBlock--text h3 .yellowMarker {
  background: linear-gradient(to top, #ffe326 0%, #ffe326 45%, transparent 45.1%, transparent 100%);
}
.rentalshibuya__galleryBlock .rentalshibuya__galleryBlock--text p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.11em;
}

#rentalshibuya_setsubi__facility--link {
  padding-top: 200px;
  margin-top: -200px;
}

#rentalshibuya__gallery--link {
  padding-top: 200px;
  margin-top: -200px;
}

.rental_service__customerService--figure1 {
  position: relative;
}
.rental_service__customerService--figure1 img {
  width: 100%;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text1 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text1:hover {
  cursor: pointer;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text1:hover .rental_service__hover1 {
  display: block;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text2 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text2:hover {
  cursor: pointer;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text2:hover .rental_service__hover1 {
  display: block;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text3 {
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text3:hover {
  cursor: pointer;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text3:hover .rental_service__hover1 {
  display: block;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text4 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text4:hover {
  cursor: pointer;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text4:hover .rental_service__hover1 {
  display: block;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text5 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 87%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text5:hover {
  cursor: pointer;
}
.rental_service__customerService--figure1 .rental_service__customerService--figure1--text5:hover .rental_service__hover1 {
  display: block;
}

.rental_service__customerService--figure2 {
  position: relative;
}
.rental_service__customerService--figure2 img {
  width: 100%;
}
.rental_service__customerService--figure2 > div {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.rental_service__customerService--figure2 > div:hover {
  cursor: pointer;
}
.rental_service__customerService--figure2 .rental_service__customerService--figure2--text1 {
  color: #fff;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_service__customerService--figure2 .rental_service__customerService--figure2--text1:hover .rental_service__hover2 {
  display: block;
}
.rental_service__customerService--figure2 .rental_service__customerService--figure2--text2 {
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_service__customerService--figure2 .rental_service__customerService--figure2--text2:hover .rental_service__hover2 {
  display: block;
}
.rental_service__customerService--figure2 .rental_service__customerService--figure2--text3 {
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_service__customerService--figure2 .rental_service__customerService--figure2--text3:hover .rental_service__hover2 {
  display: block;
}
.rental_service__customerService--figure2 .rental_service__customerService--figure2--text4 {
  top: 84%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_service__customerService--figure2 .rental_service__customerService--figure2--text4:hover .rental_service__hover2 {
  display: block;
  white-space: normal;
}

.rental_service__hover1 {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  width: 311px;
  top: -140px;
  left: calc((311px - 100%) / -2);
  background-color: #f2f2f2;
  color: #1f1d5d;
  padding: 20px 35px;
  display: none;
  z-index: 0;
}
.rental_service__hover1::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f2f2f2;
  z-index: 1;
}

.rental_service__hover2 {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  width: 311px;
  top: -250px;
  left: calc((311px - 100%) / -2);
  background-color: #f2f2f2;
  color: #1f1d5d;
  padding: 20px 35px;
  display: none;
}
.rental_service__hover2::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f2f2f2;
}

.title-textEng {
  font-size: 14px;
}

#rental_service__touki--link {
  margin-top: -200px;
  padding-top: 200px;
}

#rental_service__kanban--link {
  margin-top: -200px;
  padding-top: 200px;
}

#rental_service__raikyaku--link {
  margin-top: -200px;
  padding-top: 200px;
}

#rental-service__yubin--link {
  margin-top: -200px;
  padding-top: 200px;
}

#rental_service__office {
  margin-top: -200px;
  padding-top: 200px;
}

.rental_service--image {
  width: 100%;
  text-align: center;
}
.rental_service--image img {
  padding-bottom: 10px;
  width: 30%;
}

.rental_toukiService__block {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.rental_toukiService__block img {
  padding-bottom: 10px;
  width: 30%;
}

#rental_touki__service {
  padding-top: 200px;
  margin-top: -200px;
}

#rental_touki__address {
  padding-top: 200px;
  margin-top: -200px;
}

#rental_touki__hojin {
  padding-top: 200px;
  margin-top: -200px;
}

#rental_touki__office {
  padding-top: 200px;
  margin-top: -200px;
}

.rentalshibuya_news__block {
  position: relative;
}
.rentalshibuya_news__block p {
  margin-bottom: 0;
}

.rentalshibuya_news__block--text {
  padding: 1rem;
}
.rentalshibuya_news__block--text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 12px;
}
.rentalshibuya_news__block--text p {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.rentalshibuya_news__block--text a {
  color: #1f1d5d;
}

.rentalshibuya_news__block--image {
  overflow: hidden !important;
  width: 100% !important;
  position: relative !important;
  padding-top: 67% !important;
}
.rentalshibuya_news__block--image img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.rentalyotsuya__galleryBlock {
  padding-bottom: 70px;
  position: relative;
}
.rentalyotsuya__galleryBlock .rentalyotsuya__galleryBlock--image {
  position: relative;
}
.rentalyotsuya__galleryBlock .rentalyotsuya__galleryBlock--text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0.11em;
  padding-bottom: 25px;
  padding-top: 10px;
}
.rentalyotsuya__galleryBlock .rentalyotsuya__galleryBlock--text h3 .yellowMarker {
  background: linear-gradient(to top, #ffe326 0%, #ffe326 45%, transparent 45.1%, transparent 100%);
}
.rentalyotsuya__galleryBlock .rentalyotsuya__galleryBlock--text p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0.11em;
}

.rentalyotsuya__galleryBlock--imageText {
  display: none;
  position: absolute;
  width: 45.1%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #1f1d5d;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.rentalyotsuya__galleryBlock--imageText--1 {
  top: 0;
  padding: 5px;
}

.rentalyotsuya__galleryBlock--imageText--2 {
  top: 0;
  left: 50.5%;
  padding: 5px;
}

.rentalyotsuya__galleryBlock--imageText--3 {
  top: 0;
  padding: 5px;
}

.rentalyotsuya__galleryBlock--imageText--4 {
  top: 0;
  left: 50.5%;
  padding: 5px;
}

.rentalyotsuya__galleryBlock--imageText--5 {
  top: 0;
  padding: 5px;
}

.rentalyotsuya__galleryBlock--imageText--6 {
  top: 0;
  left: 50.5%;
  padding: 5px;
}

#rentalyotsuya_setsubi__facility--link {
  padding-top: 200px;
  margin-top: -200px;
}

#rentalyotsuya__gallery--link {
  padding-top: 200px;
  margin-top: -200px;
}

.rentalyotsuya_priceFloorlayout__roomInfo--image > img {
  width: 100%;
}
.rentalyotsuya_priceFloorlayout__roomInfo--image > table {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.6;
  margin-top: 1rem;
}
.rentalyotsuya_priceFloorlayout__roomInfo--image > table td {
  border: 1px solid #1f1d5d;
}

.rentalyotsuya_priceFloorlayout__roomInfo--text > p {
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.6;
  margin-bottom: 0;
}
.rentalyotsuya_priceFloorlayout__roomInfo--text > ul {
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.6;
  padding: 27px 0;
}
.rentalyotsuya_priceFloorlayout__roomInfo--text > ul > li {
  list-style-position: inside;
  list-style-type: disc;
}

p.rentalyotsuya_priceFloorlayout__roomInfo--price {
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.6;
  padding-top: 20px;
  margin-bottom: 0;
}

.rentalyotsuya_priceFloorlayout__roomInfo .close-btn02 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 30px;
}
.rentalyotsuya_priceFloorlayout__roomInfo .close-btn02:hover {
  cursor: pointer;
}

.view-sunpo {
  cursor: pointer;
  color: #fff !important;
}

.sunpo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  display: none;
}
.sunpo .close-btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 3;
  background-color: none;
  cursor: pointer;
}
.sunpo .sunpo-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 100px);
  height: auto;
  background-color: #ffffff;
  padding: 1em 2em 2em;
}
.sunpo figure {
  margin: 0;
  display: inline-block;
}
.sunpo figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.rentalyotsuya_price--chushaku {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: left;
}

#rentalyotsuya__floorlayout--link {
  padding-top: 200px;
  margin-top: -200px;
}

#rentalyotsuya_priceBasic--link {
  padding-top: 200px;
  margin-top: -200px;
}

#rentalyotsuya_priceOption--link {
  padding-top: 200px;
  margin-top: -200px;
}

#rentalyotsuya-top__gallery--link {
  padding-top: 200px;
  margin-top: -200px;
}

.rentalyotsuya_priceFloorlayout__table {
  font-size: 14px;
  line-height: 1.5;
}

.topVoice__work--block {
  position: relative;
}
.topVoice__work--block p {
  margin-bottom: 0;
}

.topVoice__customer h3 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
}
.topVoice__customer p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.topVoice__customer table {
  font-size: 14px;
}
.topVoice__customer table th {
  white-space: nowrap;
}
.topVoice__customer table td {
  padding-left: 1rem;
}

.topVoice__customer--text {
  margin-top: 35px;
  padding: 30px;
}
.topVoice__customer--text p {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 0;
  font-weight: normal;
}

.topVoice__work--block--text h3 {
  font-size: 18px;
  line-height: 2;
  padding-top: 24px;
  padding-bottom: 12px;
  text-align: center;
  font-weight: bold;
}
.topVoice__work--block--text p {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.topVoice__work--block--text a {
  color: #1f1d5d;
}

.balloon {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 12px 10px;
  margin-bottom: 35px;
  min-width: 120px;
  width: 100%;
  background: #fff;
  border: solid 2px #1f1d5d;
  border-radius: 30px;
  box-sizing: border-box;
}
.balloon h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 2rem;
  margin: 0 auto;
  margin-top: 12px;
}

.topVoice__point .topVoice__pointIcon {
  max-width: 80px;
}
.topVoice__point .topVoice__point--text p {
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 0;
}
.topVoice__point h4 {
  font-size: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: bold;
}
.topVoice__point .topVoice__point--logo {
  text-align: center;
  margin-top: 40px;
}
.topVoice__point .topVoice__point--logo > img {
  max-width: 200px;
}
.topVoice__point .topVoice__point--image {
  margin: 0 auto;
  max-width: 61%;
  margin-top: 35px;
}
.topVoice__point .topVoice__point--image img {
  width: 100%;
}
.topVoice__point .topVoice__point--image2 {
  margin: 0 auto;
  margin-top: 35px;
  max-width: 60%;
}
.topVoice__point .topVoice__point--image2 img {
  width: 100%;
}
.topVoice__point .topVoice__point--image3 {
  margin: 0 auto;
  max-width: 81%;
  margin-top: 35px;
}
.topVoice__point .topVoice__point--image3 img {
  width: 100%;
}
.topVoice__point .topVoice__point--images {
  width: 100%;
}
.topVoice__point .topVoice__point--dottedBorder {
  border-bottom: 1px dotted #1f1d5d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.topVoice__point .topVoice__point--dottedBorder:last-of-type {
  border: none;
}
.topVoice__point .topVoice__point--btnBox {
  text-align: center;
  margin-top: 35px;
}
.topVoice__point .topVoice__point--btnBox a.topVoice__point--btn {
  max-width: 450px;
  width: 100%;
}
.topVoice__point .topVoice__point--btnBox a.topVoice__point--btn img {
  height: 16px;
  padding-left: 1rem;
}
.topVoice__point .topVoice__point--stepBlock {
  margin-top: 35px;
}
.topVoice__point .topVoice__point--stepBlock .topVoice__point--stepWrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.topVoice__point .topVoice__point--stepBlock .topVoice__point--stepWrap .topVoice__point--stepText {
  width: calc(100% - 85px - 1rem);
  padding-left: 1rem;
}
.topVoice__point .topVoice__point--stepBlock .topVoice__point--stepWrap .topVoice__point--stepText h4 {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.topVoice__point .topVoice__point--stepBlock .topVoice__point--stepWrap .topVoice__point--stepText p {
  margin: 0;
  font-size: 14px;
}

.circle--step {
  width: 85px;
  height: 85px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #1f1d5d;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 16px;
}
.circle--step span {
  display: block;
  font-size: 20px;
  line-height: 0.8;
}

.topVoice__overView ul {
  width: 100%;
  font-size: 14px;
  line-height: 45px;
}
.topVoice__overView ul li {
  border-bottom: 2px dotted #1f1d5d;
  padding: 1rem 0;
}
.topVoice__overView ul li:last-of-type {
  border-bottom: 0px;
}
.topVoice__overView ul li dl dt {
  font-weight: normal;
}
.topVoice__overView ul li dl dd.topVoice__overView--url {
  width: 100%;
}
.topVoice__overView ul li dl dd.topVoice__overView--url span.topVoice__overView--span {
  display: block;
  line-height: 1;
  padding-left: 1rem;
}
.topVoice__overView ul li dl dd.topVoice__overView--shozoku {
  width: 100%;
}
.topVoice__overView ul li a {
  color: #1f1d5d;
  text-decoration: underline;
}
.topVoice__overView ul li a img {
  height: 14px;
  padding-left: 1rem;
}

a.btn-tsunaguma {
  font-size: 12px;
}
a.btn-tsunaguma .fas {
  padding-right: 1rem;
}

.halfWideImage {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.halfWideImage .halfWideImage__caption {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-left: -15px;
}

.mail__contact--caution {
  text-align: center;
  padding: 20px 0;
}
.mail__contact--caution p {
  display: inline-block;
  color: #d1264f;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #d1264f;
}

.forbuildingowner__reason--block {
  position: relative;
  padding-left: 50px;
}
.forbuildingowner__reason--block img {
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.forbuildingowner__reason--block h4 {
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 12px;
  margin-top: 35px;
  font-weight: bold;
}

.forbuildingowner__saggestion--h3 {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 12px;
  font-weight: bold;
}
.forbuildingowner__saggestion--h3 > .fas {
  padding: 0;
  padding-right: 5px;
}

.forbuildingowner__flow--block {
  position: relative;
}
.forbuildingowner__flow--block .forbuildingowner__flow--number {
  background-color: #1f1d5d;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  text-align: center;
  left: 5px;
  top: 8px;
  width: 40px;
  line-height: 40px;
}
.forbuildingowner__flow--block .forbuildingowner__flow--blockLeft1 {
  background-color: #72c2f8;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 55px;
}
.forbuildingowner__flow--block .forbuildingowner__flow--blockLeft2 {
  background-color: #4e9ddd;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 55px;
}
.forbuildingowner__flow--block .forbuildingowner__flow--blockLeft3 {
  background-color: #547fcc;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 55px;
}
.forbuildingowner__flow--block .forbuildingowner__flow--blockLeft4 {
  background-color: #5261cc;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 55px;
}
.forbuildingowner__flow--block .forbuildingowner__flow--blockLeft5 {
  background-color: #7a50cc;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 55px;
}
.forbuildingowner__flow--block .forbuildingowner__flow--blockRight {
  background-color: #fff;
  height: 140px;
}
.forbuildingowner__flow--block .forbuildingowner__flow--blockRight ul {
  list-style: disc;
  list-style-position: inside;
  background-color: #fff;
  font-size: 14px;
  vertical-align: middle;
}

.forbuildingowner__flow--chevDown {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 68px;
  margin: 0 auto;
}

.forbuildingowner__example--h3 {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
.forbuildingowner__example--h3 + .title-text {
  margin-top: 24px;
}

.forbuildingowner__example--figure01 {
  margin: 36px auto;
  max-width: 500px;
}
.forbuildingowner__example--figure01 img {
  width: 100%;
}

.forbuildingowner__example--figure02 {
  margin: 36px auto;
  max-width: 580px;
}
.forbuildingowner__example--figure02 img {
  width: 100%;
}

.forbuildingowner__slider {
  max-width: 100%;
  overflow: hidden;
}
.forbuildingowner__slider .campaign__btn-fill {
  padding-bottom: 0;
}
.forbuildingowner__slider .campaign__block {
  width: 100%;
  margin-top: 70px;
}
.forbuildingowner__slider .campaign__block h4 {
  width: 100%;
}
.forbuildingowner__slider .campaign__block .forbuildingowner__example--Slide {
  max-height: 190px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.forbuildingowner__slider .slick-dots {
  position: static;
}
.forbuildingowner__slider .slick-dots li button::before {
  color: #cdcdcd;
}
.forbuildingowner__slider .slick-dots .slick-active button::before {
  color: #1f1d5d;
}

.forbuildingowner__example--textArea {
  text-align: center;
}
.forbuildingowner__example--textArea p {
  text-align: center;
  margin-bottom: 0;
}

p.forbuildingowner__example--tagged {
  border: 1px solid #1f1d5d;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0.2rem 2rem;
}

section.rental_customer_voice .rental_customer_voice__block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
section.rental_customer_voice .rental_customer_voice__block:nth-of-type(2n) --image {
  order: 2;
}
section.rental_customer_voice .rental_customer_voice__block .rental_customer_voice__block--book {
  text-align: center;
  padding-top: 12px;
}
section.rental_customer_voice .rental_customer_voice__block .rental_customer_voice__block--book img {
  margin: 0 auto;
  max-width: 100px;
}
section.rental_customer_voice .rental_customer_voice__block--image {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
section.rental_customer_voice .rental_customer_voice__block--text {
  width: 100%;
  margin: 0 auto;
}
section.rental_customer_voice .rental_customer_voice__block--text h4 {
  text-align: center;
  font-size: 16px;
  padding-bottom: 12px;
  padding-top: 12px;
  font-weight: bold;
}
section.rental_customer_voice .rental_customer_voice__block--text h4 a {
  color: #1f1d5d;
  text-decoration: underline;
  padding-right: 1rem;
}
section.rental_customer_voice .rental_customer_voice__block--text h4 a:hover {
  color: #1f1d5d;
  text-decoration: underline;
}
section.rental_customer_voice .rental_customer_voice__block--text .rental_customer_voice__block--name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
}
section.rental_customer_voice .rental_customer_voice__block--text .rental_customer_voice__block--name p {
  line-height: 2;
  width: 100%;
  max-width: 250px;
}
section.rental_customer_voice .rental_customer_voice__block--text .rental_customer_voice__block--name p.yotsuya {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.01em;
  padding: 0 12px;
  background-color: #99cccc;
  margin-bottom: 0;
}
section.rental_customer_voice .rental_customer_voice__block--text .rental_customer_voice__block--name p.shibuya {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.01em;
  padding: 0 12px;
  background-color: #ffcccc;
  line-height: 50px;
  margin-left: 20px;
}

.rental_customer_voicve__external {
  height: 15px;
  margin-left: 0.5rem;
}

.rental_customer_voice__block--chosho {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  max-width: 250px;
  margin: 0 auto;
}
.rental_customer_voice__block--chosho a {
  color: #1f1d5d;
}

.rental_customer_voice__point .balloon h2 {
  line-height: 3;
}

.rental_customer_voice__pointText {
  font-size: 14px;
  letter-spacing: -1;
  text-align: left;
  margin-bottom: 0;
}

.rental_raikyaku__fui--figure2 {
  position: relative;
}
.rental_raikyaku__fui--figure2 img {
  width: 100%;
}
.rental_raikyaku__fui--figure2 > div {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.rental_raikyaku__fui--figure2 > div:hover {
  cursor: pointer;
}
.rental_raikyaku__fui--figure2 .rental_raikyaku__fui--figure2--text1 {
  color: #fff;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_raikyaku__fui--figure2 .rental_raikyaku__fui--figure2--text1:hover .rental_service__hover2 {
  display: block;
}
.rental_raikyaku__fui--figure2 .rental_raikyaku__fui--figure2--text2 {
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_raikyaku__fui--figure2 .rental_raikyaku__fui--figure2--text2:hover .rental_service__hover2 {
  display: block;
}
.rental_raikyaku__fui--figure2 .rental_raikyaku__fui--figure2--text3 {
  top: 66%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_raikyaku__fui--figure2 .rental_raikyaku__fui--figure2--text3:hover .rental_service__hover2 {
  display: block;
}
.rental_raikyaku__fui--figure2 .rental_raikyaku__fui--figure2--text4 {
  top: 87%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_raikyaku__fui--figure2 .rental_raikyaku__fui--figure2--text4:hover .rental_service__hover2 {
  display: block;
}

.rental_raikyaku__fui--under {
  text-align: center;
}
.rental_raikyaku__fui--under .rental_raikyaku__fui--image {
  text-align: center;
  margin: 0 auto;
  max-width: 410px;
}
.rental_raikyaku__fui--under .rental_raikyaku__fui--image img {
  width: 100%;
}
.rental_raikyaku__fui--under p {
  text-align: center;
  margin-top: 35px;
}

#rental_service__address--link {
  margin-top: -200px;
  padding-top: 200px;
}

#rental_service__cs--link {
  margin-top: -200px;
  padding-top: 200px;
}

#rental_service__office--link {
  margin-top: -200px;
  padding-top: 200px;
}

.rental_kanban__flow--figure1 {
  position: relative;
}
.rental_kanban__flow--figure1 img {
  width: 100%;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text1 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text1:hover {
  cursor: pointer;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text1:hover .rental_kanban__hover1 {
  display: block;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text2 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text2:hover {
  cursor: pointer;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text2:hover .rental_kanban__hover1 {
  display: block;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text3 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text3:hover {
  cursor: pointer;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text3:hover .rental_kanban__hover1 {
  display: block;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text4 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text4:hover {
  cursor: pointer;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text4:hover .rental_kanban__hover1 {
  display: block;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text5 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  top: 76%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text5:hover {
  cursor: pointer;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text5:hover .rental_kanban__hover1 {
  display: block;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text6 {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  top: 91%;
  left: 50%;
  transform: translateX(-50%);
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text6:hover {
  cursor: pointer;
}
.rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text6:hover .rental_kanban__hover1 {
  display: block;
}

.rental_kanban__hover1 {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  width: 311px;
  top: -130px;
  left: calc((311px - 100%) / -2);
  background-color: #f2f2f2;
  color: #1f1d5d;
  padding: 20px 35px;
  display: none;
  z-index: 0;
}
.rental_kanban__hover1::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f2f2f2;
  z-index: 1;
}

#rental_kanban__flow--link {
  margin-top: -200px;
  padding-top: 200px;
}

.rental_kanban__spContent > h4 {
  font-size: 14px;
}
.rental_kanban__spContent > p {
  font-size: 14px;
}

#rental_yubin__uketori--link {
  margin-top: -200px;
  padding-top: 200px;
}

#rental_yubin__owatashi--link {
  margin-top: -200px;
  padding-top: 200px;
}

#rental_yubin__houkoku--link {
  margin-top: -200px;
  padding-top: 200px;
}

#rental_yubin__tenso--link {
  margin-top: -200px;
  padding-top: 200px;
}

#rental_yubin__qa--link {
  margin-top: -200px;
  padding-top: 200px;
}

.thumbnail__wrap {
  overflow: hidden !important;
  width: 100% !important;
  position: relative !important;
  padding-top: 67% !important;
}
.thumbnail__wrap img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.mail {
  text-align: center;
}

.mail-lead-box {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.rentalakihabara_setsubi_mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalakihabara/rentalakihabara_setsubi__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.mw_wp_form_confirm dd {
  padding-top: 27px;
}

.mw_wp_form_preview dd {
  padding-top: 27px;
}

.roomtable {
  width: 100%;
  padding: 0 15px;
}
.roomtable .row {
  justify-content: center;
}
.roomtable .box {
  border: solid 1px #eee;
  border-radius: 5px;
  margin-bottom: 15px;
}
.roomtable .box h4 {
  font-size: 28px;
  padding-top: 10px;
}
.roomtable .box p {
  margin-bottom: 0;
}
.roomtable .box a {
  display: block;
  background-color: #111f44;
}
.roomtable .box:hover {
  background-color: #e0e533;
}

.plan-table-bordered td {
  border: 1px solid #dee2e6 !important;
}
.plan-table-bordered th {
  border: 1px solid #dee2e6 !important;
}
.plan-table-bordered .bg-yellow {
  background: #d9e021;
  width: 30%;
}

.plan-table-bordered .option__accordion--btn {
  color: #1f1d5d !important;
  background-color: #f2f2f2 !important;
  position: relative;
  border: 1px solid #dee2e6;
  border-top: none;
}
.plan-table-bordered .option__accordion--btn h5 {
  width: 100%;
}
.plan-table-bordered .option__accordion--btn .arrow {
  position: absolute;
  right: 0;
}
.plan-table-bordered .campbox a {
  display: block;
  text-align: center;
  border: 1px solid #dee2e6;
  padding: 1em 0;
  margin-top: 16px;
}

.grid-cont {
  display: grid;
  grid-template-columns: 30% auto;
  border-right: solid 1px #dee2e6;
  border-bottom: solid 1px #dee2e6;
  border-collapse: collapse;
  margin-top: 20px;
}
.grid-cont div.bg-yellow {
  border-top: solid 1px #dee2e6;
  border-left: solid 1px #dee2e6;
  padding: 20px;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
}
.grid-cont div.rcont {
  border-top: solid 1px #dee2e6;
  border-left: solid 1px #dee2e6;
  padding: 20px;
  background: #fff;
}

.option__accordion--content h4 {
  font-weight: bold;
}

.no-border td {
  border: none !important;
}

.room-htitle {
  border: 1px solid #1f1d5d;
  display: inline-block;
  width: 5.5rem;
  text-align: center;
  color: #1f1d5d;
  padding: 0px 10px;
  font-size: 80%;
  line-height: 2;
}

p.room-title {
  display: inline-block;
  width: 5rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 2;
  margin: 0;
}

.room-price {
  display: inline-block;
  width: 6rem;
  text-align: right;
  line-height: 2;
  margin: 0;
}

#rentalclass_top__room .kaigi-room .room-title {
  -moz-text-align-last: auto;
       text-align-last: auto;
  width: 100%;
}

#chamo-window #chamo-waiting {
  display: block !important;
}

.icon_sp {
  display: none !important;
}

.spbtn {
  text-align: center;
  padding: 20px 20px 0;
}

.red {
  color: #ed1c24;
}

.marker-ye {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #ffe326 50%);
}

.office_camp {
  max-width: 350px;
  margin: 0 auto;
}
.office_camp a {
  padding: 0 30px;
}

.highlight-box {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 1.5em;
  padding: 50px;
}
.highlight-box .indent {
  margin-left: 1em;
  text-indent: -1em;
}
.highlight-box p {
  margin-bottom: 1em;
}
.highlight-box p:last-child {
  margin-bottom: 0;
}

.highlight-center {
  display: inline-block;
}
.highlight-center p {
  text-align: left;
}

/* ----------- virtual_plan1_test.html ----------- */
.pt-70 {
  padding-top: 70px;
}

.access__shibuya .fa-chevron-right,
.access__yotsuya .fa-chevron-right {
  transform: rotate(90deg);
  transition: all 0.3s;
  top: calc(50% - 10px);
}

.access__shibuya .fa-chevron-right.transform0,
.access__yotsuya .fa-chevron-right.transform0 {
  transform: rotate(0deg);
}

.open .fa-chevron-right,
.open .fa-chevron-right {
  transform: rotate(-90deg) !important;
}

/* ----------- virtual_plan1_test.html ----------- */
/* ----------- plan_test.php ----------- */
.pr-94 {
  padding-right: 94px;
}

/* ----------- plan_test.php ----------- */
.access__akihabara {
  display: none;
}

.pt-130 {
  padding-top: 130px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-300 {
  padding-top: 300px !important;
}

.akihabara_box,
.jinbocho_box {
  display: none;
}

.mb50 {
  margin-bottom: 50px;
}

.w-800 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tab_show {
  display: block;
}

.contents_hide {
  display: none;
}

.pt-70 {
  padding-top: 70px;
}

.icon-p-relative {
  position: relative;
}

.icon-p-relative i {
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.3s;
  top: calc(50% - 10px);
  position: absolute;
  padding: 0;
  left: 5%;
}

.add_height3,
.add_height3_2 {
  border-bottom: 3px solid #1f1d5d;
}

table.add_height3 tr,
table.add_height3_2 tr,
table.add_height3 td,
table.add_height3_2 td {
  height: 40px;
}

table.add_height3 th,
table.add_height3_2 th,
table.add_height3 td table.add_height3_2 td {
  width: auto;
}

table.add_height3 th {
  border-left: 2px solid white;
  border-right: 2px solid white;
}

table.add_height3_2 th.bg-navy {
  border-color: #1f1d5d;
}

table.add_height3_2 th.bg-gray {
  border-top: 3px solid #1f1d5d;
  border-bottom: 3px solid #1f1d5d;
}

table.add_height3 td,
table.add_height3_2 td {
  border: 2px solid #e6e6e6;
  border-top: 3px solid #1f1d5d;
  border-bottom: 3px solid #1f1d5d;
}

tr.text_off {
  height: 20% !important;
}

tr.text_off td {
  color: gray;
  font-weight: bold;
  background-color: #dae1f0;
  height: 30px !important;
  border-bottom: none !important;
  font-size: 13px;
  border-top: 2px solid #1f1d5d;
}

table.add_height3 td.text_price,
table.add_height3_2 td.text_price {
  height: 50px !important;
  border-bottom: 2px solid #1f1d5d;
}

td.text_price.add {
  border-top: none;
}

.container_580 {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0 auto 125px;
}

header.mainimg.akihabara {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url(/images/rentalakihabara/rentalakihabara_top/rentalclass_top__topView.jpg) !important;
}

header.mainimg.rentalakihabara {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url(/images/rentalakihabara/rentalakihabara_top/rentalclass_top__topView02.jpg) !important;
}

header.mainimg.kaigiakihabara {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url(/images/kaigi/kaigi_akihabara/kaigi_akihabara__topView03.jpg) !important;
}

.wrap2_2 {
  width: 100%;
}

figure.layout {
  z-index: 702 !important;
}

figure.layout_addto {
  top: 55% !important;
}

figure.layout_addto img {
  width: 80% !important;
}

.access__yotsuya.block {
  display: block;
}

.access__yotsuya.hidden {
  display: none;
}

.index_office_item.pop_akihabara,
.index_office_item.pop_yotsuya,
.index_office_item.pop_shibuya {
  position: relative;
}

.index_office_item.pop_akihabara::before,
.index_office_item.pop_yotsuya::before,
.index_office_item.pop_shibuya::before {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: yellow;
  top: -65px;
  right: 0;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  white-space: pre;
}

.index_office_item.pop_shibuya::before {
  content: "大幅\a値下げ";
  padding: 40px 0;
}

.index_office_item.pop_yotsuya::before {
  content: "料金変更";
  padding: 53px 0;
}

.index_office_item.pop_akihabara::before {
  content: "オープン\a記念価格";
  padding: 40px 0;
}

.align-between {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.align-between a {
  font-weight: bold;
  color: #ed1c24;
  text-decoration: underline;
  font-size: 20px;
}

.align-between a:hover {
  color: #0056b3;
  text-decoration: none;
}

.point_tag {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}

figure.rentalshibuya_priceFloorlayout__figure .rentalshibuya_priceFloorlayout__roomInfo {
  z-index: 990;
}

figure.rentalyotsuya_priceFloorlayout__figure .rentalyotsuya_priceFloorlayout__roomInfo {
  z-index: 990;
}

.facility table {
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.6;
  margin-top: 1rem;
}

.facility table td {
  border: 1px solid #1f1d5d;
}

.accordion {
  width: 100%;
  font-weight: bold;
  color: #1f1d5d;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  border: 1px solid #1f1d5d;
  transition: all 0.3s;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.accordion:hover {
  color: white !important;
  background: #1f1d5d;
}

.access__yotsuya02 .fa-chevron-right.accordion_icon,
.access__shibuya .fa-chevron-right.accordion_icon,
.access__yotsuya .fa-chevron-right.accordion_icon,
.access__akihabara .fa-chevron-right.accordion_icon {
  transform: rotate(90deg);
  transition: all 0.3s;
  top: calc(50% - 10px);
  position: absolute;
  padding: 0;
  left: 5%;
  padding: 0;
}

.open .fa-chevron-right {
  transform: rotate(-90deg) !important;
}

.accordion_contents {
  display: none;
  padding-top: 70px;
}

.access__yotsuya {
  display: block;
}

header.mainimg.toranomon {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url(/images/rentaltoranomon/rentaltoranomon_top/rentalclass_top__topView.jpg) !important;
}

#rentalyotsuya_setsubi header.mainimg.rentaltoranomon_setsubi_mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url(/images/rentaltoranomon/rentaltoranomon_setsubi__topView.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#rentalyotsuya_setsubi header.mainimg.rentalifsyotsuya_setsubi_mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url(/images/rentalifsyotsuya/rentalifsyotsuya_setsubi__topView.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

header.mainimg.rentalifsyotsuya {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url(/images/rentaltoranomon/rentaltoranomon_top/rentalclass_top__topView02.jpg) !important;
}

header.mainimg.kaigi_ifsyotsuya {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url(/images/kaigi/kaigi_ifsyotsuya/kaigi_ifsyotsuya__topView.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

header.mainimg.ifsyotsuya {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url(/images/rentalifsyotsuya/rentalifsyotsuya_top/rentalclass_top__topView.jpg) !important;
}

figure.rentalyotsuya_priceFloorlayout__figure .rentalyotsuya_priceFloorlayout__roomInfo {
  width: 90vw;
}

figure.rentalyotsuya_priceFloorlayout__figure.ifsyotsuya {
  max-width: 700px;
}

.figure-area.ifsyotsuya {
  max-width: 700px;
}

.shibuya_box,
.akihabara_box,
.yotsuya_box,
.yotsuya02_box,
.toranomon_box {
  display: none;
}

.img-border-radius a {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1f1d5d;
  display: inline-block;
}

.img-border-radius a img {
  border-radius: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

.virtual__price--table {
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.virtual__price--table tr {
  height: 70px;
}

.virtual__price--table th {
  font-size: 14px;
  line-height: 1.6em;
  width: 25%;
  border-left: 1px solid white;
  border-right: 1px solid white;
  letter-spacing: 3px;
  table-layout: fixed;
}

.virtual__price--table td {
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid #e6e6e6;
  letter-spacing: 3px;
  height: 90px;
  table-layout: fixed;
  background-color: #fff;
}

#virtual_plan1__price--link .price-tbl td {
  text-align: right;
  word-break: keep-all;
}

.column_right_wide th:last-of-type {
  width: 50%;
}

.column_right_wide td ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

.column_right_wide td ul li {
  position: relative;
  padding-left: 14px;
}

.column_right_wide td ul li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.form-select.text-lg {
  font-size: 18px;
}

.monthly_cost {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
}

.monthly_cost .wrap {
  width: 32% !important;
  margin: 0.5em 0.5em 0.5em 0 !important;
}

.monthly_cost .wrap-whole {
  margin: 0.5em 0.5em 0.5em 0 !important;
}

.monthly_cost2 {
  display: flex;
  flex-wrap: wrap;
}

.monthly_cost2 .wrap {
  width: 30% !important;
  margin: 0.5em 0.5em 0.5em 0 !important;
}

figure.container_500 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0 auto 125px;
}

.option__accordion--btn .option__price.addto_width {
  width: 270px;
}

.rounded-20 {
  border-radius: 20px;
}

.w-full {
  width: 100% !important;
}

.w-half {
  width: 50% !important;
}

.w-7em {
  width: 7em !important;
}

.w-max-340 {
  max-width: 340px !important;
}

.w-max-700 {
  max-width: 700px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-150 {
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  header.mainimg.toranomon {
    background-position: top center !important;
  }
  header.mainimg.rentalifsyotsuya {
    background-position: center center !important;
  }
  header.mainimg.ifsyotsuya {
    background-position: top center !important;
  }
  header.mainimg.kaigi_ifsyotsuya {
    background-size: auto !important;
  }
  figure.rentalyotsuya_priceFloorlayout__figure .rentalyotsuya_priceFloorlayout__roomInfo {
    width: 100%;
  }
  #keieisupport_kigyoupack__introduction_touki .price-tbl th,
  #keieisupport_kigyoupack__introduction_touki .price-tbl td {
    word-break: break-all;
  }
  .column_right_wide td ul {
    padding: 1rem 0;
  }
  .monthly_cost {
    justify-content: center;
  }
  .monthly_cost .wrap {
    width: 100% !important;
  }
  .monthly_cost2 .wrap {
    width: 100% !important;
  }
  .option__accordion--btn .option__price.addto_width {
    width: calc(100% - 28px);
  }
  .fas.addto_pr-1rem {
    padding-right: 1rem;
  }
  .w-full-sp {
    width: 100%;
  }
  .mb-140-sp {
    margin-bottom: 70px;
  }
}
@media (min-width: 1450px) {
  .voice--title {
    width: 100%;
    max-width: none;
  }
}
body.coworking_space {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

header.mainimg .logo h1 img {
  height: auto !important;
  max-width: 600px;
}

body.coworking_space header.mainimg {
  background-image: none !important;
  background-color: #fff;
}

body.coworking_space header.mainimg,
body.coworking_space header.mainimg .wrap {
  height: 30vh !important;
}

body.coworking_space header.mainimg .logo h1 {
  top: -15px !important;
}

body.coworking_space header.mainimg h1 img {
  height: auto !important;
  max-width: 170px;
}

body.coworking_space header.mainimg .logo h1 img {
  height: auto !important;
  max-width: 600px;
}

body.coworking_space .container-white {
  padding: 30px 0;
}

#container-green {
  width: 100%;
  background-color: #38a82d;
  padding: 40px 0 30px;
}

#container-green h2 {
  text-align: center;
  color: #094a00;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 0;
  font-weight: normal;
}

#container-green h2 span {
  font-size: 38px;
  font-family: "Open Sans";
  font-weight: 200;
  font-style: italic;
  line-height: 1.3;
  display: block;
  color: #fff;
}

#container-green .text_area {
  color: #fff;
  width: 640px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}

#container-green .text {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.5;
}

#access .text_area {
  margin-bottom: 3em;
}

#access p {
  margin-bottom: 1em;
  /* font-size: 13px; */
  line-height: 1.5;
  margin: 1em 0;
}

#access a {
  display: inline-block;
  color: #3eb134;
  text-decoration: underline;
  margin-bottom: 1em;
  /* font-size: 13px; */
  line-height: 1.5;
}

#recruit a:hover,
#access a:hover {
  color: #71e297;
  transition: color 0.2s;
}

.recruit_header {
  width: 100%;
  background-color: #000;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  padding: 6px 0;
}

.recruit_subtext {
  text-align: center;
  color: #3eb134;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.recruit_price {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 10px 0;
  text-align: center;
}

.recruit_price span {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.recruit_text_area {
  padding-left: 4%;
}

.recruit_text_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.recruit_text_area p {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 2;
}

.recruit_button {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff !important;
  background: #3eb134;
  padding: 7px 1em;
  transition: 0.3s;
  text-decoration: none !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.recruit_button:hover {
  background: #71e297;
  margin-left: 1%;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  top: 50%;
}

.swiper-button-next {
  right: -10px;
}

.swiper-button-prev {
  left: -40px;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-prev:before {
  background-image: url(/images/coworking_space/prev-btn.png);
}

.swiper-button-next:before {
  background-image: url(/images/coworking_space/next-btn.png);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-container:after {
  width: 25px;
  height: 270px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}

.container-slider {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.slide_box {
  display: inline-block;
  max-width: 226px;
}

.slide_box .slider_img {
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.5s;
}

.slide_box .slider_img:hover {
  border-radius: 80px;
  transition: 0.5s;
}

.slide_box .slider_img.hover::after {
  position: absolute;
  content: "";
  background-image: url(/images/coworking_space/facility-cover.png);
  background-size: 42px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(62, 177, 52, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide_box h3 {
  font-size: 14px;
  margin: 0 0 5px;
  text-align: center;
}

.slide_box .text {
  font-size: 12px;
  line-height: 1.8;
  color: #666666;
}

/* スライダーs */
/* 簡易リセットCSS */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* モーダル */
.modal {
  display: block;
  position: fixed;
  width: 100vw;
  height: 1000vw;
  z-index: 701;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}

#chamo-window {
  z-index: 2147483646 !important;
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 640px;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-next.next2,
.swiper-button-prev.prev2 {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev.prev2,
.swiper-button-next.next2 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.swiper-button-next.next2 {
  right: 30px;
}

.swiper-button-prev.prev2 {
  left: 30px;
}

/* スライダーここまで */
.title-h3 {
  color: #333;
}

hr.title-hr {
  border-top: 1px solid #333;
}

.point_area {
  display: flex;
}

.point_box {
  width: 23%;
  margin-right: 2%;
  position: relative;
}

.point_box:last-of-type {
  margin-right: 0;
}

.point_box p {
  width: 97%;
  margin-bottom: 0;
}

.point_box:nth-of-type(2n) p {
  top: auto;
  bottom: -65px;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.hidden-pc {
  display: none;
}

.coworking_space table {
  width: 100%;
}

.coworking_space table tr {
  background: #f1f9f1;
}

.coworking_space table tr:nth-of-type(2n) {
  background: #fff;
}

.coworking_space table th,
.coworking_space table td {
  height: 4em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

.coworking_space table th {
  padding-left: 3%;
  width: 30%;
  text-align: left;
}

.coworking_space table td {
  width: 33%;
}

.coworking_space table td span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 26px;
  padding-right: 3px;
}

.visitor_price {
  background: #fafafa;
  padding: 20px 30px;
  font-weight: bold;
}

.visitor_price span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 26px;
  padding-right: 3px;
  letter-spacing: 2px;
}

.visitor_price .note {
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  body.coworking_space header.mainimg,
  body.coworking_space header.mainimg .wrap {
    height: 20vh !important;
  }
  body.coworking_space header.mainimg h1 img {
    max-width: 100px;
  }
  #container-green {
    padding: 20px 0;
  }
  #container-green h2 span {
    font-size: 32px;
  }
  #container-green .text {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
  }
  .slide_box_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .slide_box {
    width: 48%;
    margin-bottom: 20px;
  }
  .slide_box .text,
  .slide_box h3 {
    font-size: 11px;
  }
  .point_area {
    flex-wrap: wrap;
  }
  .point_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .point_box img {
    width: 100%;
  }
  .point_box p {
    position: relative;
    top: auto;
  }
  .point_box:nth-of-type(2n) p {
    bottom: auto;
  }
  .px-0-sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-60-sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.mainimg,
.mainimg-form {
  max-width: 1140px;
  margin: auto;
}
.mainimg .mainmenu,
.mainimg-form .mainmenu {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 0 15px 15px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

p.title-svgWrap > img {
  height: 1.8rem;
}

p.title-svgWrap.descender > img {
  height: 2.4rem;
}

.apply3-area {
  position: relative;
}
.apply3-area .apply-text {
  padding-left: 14px;
  width: 33.3333333333%;
}
.apply3-area .hover1 {
  left: -2%;
}
.apply3-area .hover2 {
  left: 31%;
}
.apply3-area .hover3 {
  left: 64%;
}

.apply4-area {
  position: relative;
}
.apply4-area .apply-text {
  padding-left: 28px;
  width: 20%;
}
.apply4-area .hover1 {
  left: -5%;
}
.apply4-area .hover2 {
  left: 19%;
}
.apply4-area .hover3 {
  left: 44%;
}
.apply4-area .hover4 {
  left: 68%;
}

.apply5-area {
  position: relative;
}
.apply5-area .apply-text {
  padding-left: 14px;
  width: 20%;
}
.apply5-area .hover1 {
  left: -10%;
}
.apply5-area .hover2 {
  left: 10%;
}
.apply5-area .hover3 {
  left: 30%;
}
.apply5-area .hover4 {
  left: 50%;
}
.apply5-area .hover5 {
  left: 70%;
}

.apply-tbl {
  display: table;
  height: 167px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.apply-text {
  display: table-cell;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.apply-text::after {
  content: ">>";
  display: block;
}

.apply-text-hover {
  background-color: #f2f2f2;
  color: #1f1d5d;
  display: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  padding: 40px;
  position: absolute;
  bottom: 95%;
  text-align: left;
  width: 310px;
}
.apply-text-hover a {
  color: inherit;
  text-decoration: underline;
}
.apply-text-hover::after {
  content: "";
  border-style: solid;
  border-width: 26px 15px 0 15px;
  border-color: #f2f2f2 transparent transparent transparent;
  display: block;
  height: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  width: 0;
}
.apply-text-hover p {
  margin-bottom: 0;
}
.apply-text-hover .hover-close {
  cursor: pointer;
  font-size: 150%;
  position: absolute;
  top: 5px;
  right: 10px;
}

.apply-text-hover.bg-white::after {
  border-color: #ffffff transparent transparent transparent;
}

.apply1:hover .hover1 {
  display: block !important;
}

.apply2:hover .hover2 {
  display: block !important;
}

.apply3:hover .hover3 {
  display: block !important;
}

.apply4:hover .hover4 {
  display: block !important;
}

.apply5:hover .hover5 {
  display: block !important;
}

#kaigi_moushikomiform header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/kaigi/kaigi__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#kaigi_moushikomiform header.mainimg .wrap {
  height: 300px;
}
#kaigi_moushikomiform header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

#kaigi_qa header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/kaigi/kaigi_qa__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#kaigi_qa header.mainimg .wrap {
  height: 300px;
}
#kaigi_qa header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

.kaigi_qa__content {
  padding-left: 11%;
}
.kaigi_qa__content .kaigi_qa__contentBlock {
  margin-top: 78px;
}
.kaigi_qa__content .kaigi_qa__contentBlock:first-of-type {
  margin-top: 0;
}
.kaigi_qa__content .kaigi_qa__contentBlock .kaigi_qa__contentBlock--question {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 2;
  color: #201e5e;
  padding-bottom: 45px;
}
.kaigi_qa__content .kaigi_qa__contentBlock .kaigi_qa__contentBlock--question::before {
  font-size: 18px;
  position: absolute;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  content: "Q";
  text-align: center;
  color: #fff;
  width: 65px;
  line-height: 65px;
  background-color: #1f1d5d;
  border-radius: 50%;
  left: -100px;
  top: -15px;
  font-weight: bold;
}
.kaigi_qa__content .kaigi_qa__contentBlock .kaigi_qa__contentBlock--question p {
  margin-bottom: 0;
}
.kaigi_qa__content .kaigi_qa__contentBlock .kaigi_qa__contentBlock--answer {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #010028;
  line-height: 2;
  letter-spacing: 0.03em;
}
.kaigi_qa__content .kaigi_qa__contentBlock .kaigi_qa__contentBlock--answer a {
  color: inherit;
  text-decoration: underline;
}
.kaigi_qa__content .kaigi_qa__contentBlock .kaigi_qa__contentBlock--answer::before {
  font-size: 18px;
  position: absolute;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  content: "A";
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #1f1d5d;
  width: 65px;
  line-height: 65px;
  background-color: #fff;
  border-radius: 50%;
  left: -100px;
  top: -22px;
  font-weight: bold;
}
.kaigi_qa__content .kaigi_qa__contentBlock .kaigi_qa__contentBlock--answer p {
  margin-bottom: 0;
}

#rentalclass_moushikomiform header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalclass/rentalclass__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalclass_moushikomiform header.mainimg .wrap {
  height: 300px;
}
#rentalclass_moushikomiform header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

#rentalclass_omoushikomi header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalclass/rentalclass__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalclass_omoushikomi header.mainimg .wrap {
  height: 300px;
}
#rentalclass_omoushikomi header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
#rentalclass_omoushikomi .comment-box {
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  padding: 40px;
  position: absolute;
  bottom: 99%;
  left: 1%;
  text-align: left;
  width: 310px;
}
#rentalclass_omoushikomi .comment-box::after {
  content: "";
  border-style: solid;
  border-width: 26px 15px 0 15px;
  border-color: #f2f2f2 transparent transparent transparent;
  display: block;
  height: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  width: 0;
}
#rentalclass_omoushikomi .comment-box p {
  margin-bottom: 0;
}
#rentalclass_omoushikomi .comment-box .comment-close {
  cursor: pointer;
  font-size: 150%;
  position: absolute;
  top: 5px;
  right: 10px;
}

.rentalclass_omoushikomi__apply--image {
  position: relative;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text1 {
  position: absolute;
  color: #fff;
}
.rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text2 {
  position: absolute;
}
.rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text3 {
  position: absolute;
}

.rentalclass_omoushikomi__download--left {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-left: -1px;
}
.rentalclass_omoushikomi__download--left h4.rentalclass_omoushikomi__download--h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 68px;
  letter-spacing: 0.11em;
}
.rentalclass_omoushikomi__download--left ul.rentalclass_omoushikomi__download--list {
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.11em;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.rentalclass_omoushikomi__download--left ul.rentalclass_omoushikomi__download--list--left {
  padding-bottom: 31px;
}

.rentalclass_omoushikomi__download--right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-left: -1px;
}
.rentalclass_omoushikomi__download--right h4.rentalclass_omoushikomi__download--h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 68px;
  letter-spacing: 0.11em;
}
.rentalclass_omoushikomi__download--right ul.rentalclass_omoushikomi__download--list {
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.11em;
  list-style: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.rentalclass_omoushikomi__download--right ul.rentalclass_omoushikomi__download--list--left {
  padding-bottom: 31px;
}

a.rentalclass_omoushikomi--btn {
  font-weight: bold;
  color: #1f1d5d;
  margin: 0 auto;
  margin: 20px auto 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #1f1d5d;
  width: 80%;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: rgba(31, 29, 93, 0);
}
a.rentalclass_omoushikomi--btn:hover {
  color: white;
  background: #1f1d5d;
}

p.rentalclass_omoushikomi__download--chushaku {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 0;
}

#kaigi_map header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/kaigi/kaigi_map__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#kaigi_map header.mainimg .wrap {
  height: 300px;
}
#kaigi_map header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
#kaigi_map .access__train {
  padding: 0;
}

#kaigi_top header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/kaigi/kaigi_shibuya/kaigi_shibuya__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#kaigi_top header.mainimg .wrap {
  height: 300px;
}
#kaigi_top header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 45%;
}
#kaigi_top header.mainimg h1 img {
  height: 36px;
}
#kaigi_top header.mainimg h1 span {
  display: block;
  font-size: 18px;
}
#kaigi_top header.mainimg .logo h1 {
  left: 0;
}
#kaigi_top header.mainimg .logo h1 img {
  height: auto;
}

#kaigi_shibuya header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/kaigi/kaigi_shibuya/kaigi_shibuya__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#kaigi_shibuya header.mainimg .wrap {
  height: 300px;
}
#kaigi_shibuya header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 45%;
}
#kaigi_shibuya header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

.kaigi-apply-area {
  background: url(/images/kaigi/kaigi_shibuya/apply-image_pc.svg) no-repeat top center/100%;
}

.kaigi-apply-tbl {
  display: table;
  height: 167px;
  width: 100%;
}

.kaigi-apply-text {
  display: table-cell;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-left: 28px;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

.kaigi-room {
  border-top: 1px solid #f2f2f2;
  padding: 50px 0 100px;
}
.kaigi-room p {
  font-size: 14px;
}

.room-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2em;
}

.room-slider .slick-dots li button::before {
  color: #f2f2f2;
}
.room-slider .slick-dots li.slick-active button::before {
  color: #1d2a62;
}

.room-info {
  border-top: 1px dotted #201e5e;
  width: 100%;
}
.room-info th {
  font-weight: normal;
  width: 4.5em;
  border-bottom: 1px dotted #201e5e;
  font-size: 14px;
  padding: 20px 0;
  vertical-align: top;
}
.room-info td {
  border-bottom: 1px dotted #201e5e;
  font-size: 14px;
  padding: 20px 0;
  vertical-align: top;
}

.btn-gray {
  font-weight: bold;
  color: #1f1d5d;
  margin: 20px auto 0;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: #f2f2f2;
}
.btn-gray:hover {
  color: white;
  background: #1f1d5d;
}

#kaigi_shibuya__access.access {
  font-size: 16px;
}

#kaigi_shibuya__access .access__train {
  padding: 0;
}

#kaigi_yotsuya header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/kaigi/kaigi_yotsuya/kaigi_yotsuya__topView03.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#kaigi_yotsuya header.mainimg .wrap {
  height: 300px;
}
#kaigi_yotsuya header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 45%;
}
#kaigi_yotsuya header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

#kaigi_yotsuya__access.access {
  font-size: 16px;
}

#kaigi_yotsuya__access .access__train {
  padding: 0;
}

#rentalclass_map header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalclass/rentalclass__topView.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalclass_map header.mainimg .wrap {
  height: 300px;
}
#rentalclass_map header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
#rentalclass_map .access__train {
  padding: 0;
}

#rentalclass_customervoice header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalclass/rentalclass__topView.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalclass_customervoice header.mainimg .wrap {
  height: 300px;
}
#rentalclass_customervoice header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

.intro-info {
  display: flex;
  justify-content: space-between;
}

.intro-tbl {
  width: 560px;
}
.intro-tbl th {
  font-size: 14px;
  padding: 15px;
  vertical-align: middle;
  background-color: #f2f2f2;
  border: 1px solid #fff;
  width: 30%;
}
.intro-tbl td {
  font-size: 14px;
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  width: 70%;
}
.intro-tbl a {
  color: inherit;
  text-decoration: underline;
}

.intro-fig {
  width: 184px;
}

.customer-introduction section {
  padding: -5px;
}
.customer-introduction .wrap {
  border: solid 2px #666;
  height: 100%;
}
.customer-introduction .wrap .sub-area p {
  padding: 10px;
  line-height: 1.6;
}
.customer-introduction .wrap .sub-area .rental_customer_voice__block p {
  padding: 0;
}

.gallery-slide figcaption {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.gallery-slider .slick-dots li button::before {
  color: #f2f2f2;
}
.gallery-slider .slick-dots li.slick-active button::before {
  color: #1d2a62;
}

.voice-tbl {
  border-top: 1px dotted #201e5e;
  width: 100%;
}
.voice-tbl th {
  border-bottom: 1px dotted #201e5e;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 0;
  vertical-align: top;
  width: 20%;
}
.voice-tbl td {
  border-bottom: 1px dotted #201e5e;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 0;
  vertical-align: top;
  width: 80%;
}

.apply-tbl.nolink {
  height: 150px;
}

.nolink .apply-text u {
  text-decoration: none;
}
.nolink .apply-text::after {
  content: "  ";
}

#rentalclass_rules header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalclass/rentalclass__topView.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalclass_rules header.mainimg .wrap {
  height: 300px;
}
#rentalclass_rules header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

.rules-section p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.rules-section p a {
  color: inherit;
  text-decoration: underline;
}
.rules-section h4 {
  line-height: inherit;
  margin-bottom: 1.5em;
}
.rules-section .indent {
  margin-left: 3em;
  text-indent: -3em;
}
.rules-section .indent2 {
  margin-left: 4.3em;
  text-indent: -1.3em;
}

.rules-box {
  border: 1px solid #dee2e6;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.rules-box .rules-box-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 15px;
}

.rules-box-text {
  background-color: #fff;
  padding: 25px 10px;
  text-align: center;
}

.rules-provisions {
  font-size: 14px;
}
.rules-provisions dt {
  font-weight: normal;
  margin-bottom: 0.5em;
}
.rules-provisions dd {
  line-height: 1.8;
  margin-left: 4.3em;
  text-indent: -1.3em;
}

#rentalclass_top header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/rentalclass/rentalclass_top/rentalclass_top__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#rentalclass_top header.mainimg .wrap {
  height: 300px;
}
#rentalclass_top header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 45%;
}
#rentalclass_top header.mainimg h1 span {
  display: block;
  font-size: 18px;
}
#rentalclass_top .access__train {
  padding: 0;
}

.marker-ye {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #ffe326 50%);
}

.list-check {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.list-check li {
  margin-left: 32px;
  padding: 0.5em 0;
  text-align: left;
  text-indent: -32px;
}
.list-check li::before {
  content: "";
  background: url(/images/rentalclass/rentalclass_top/icon_check.svg) no-repeat left center/18px 16px;
  display: inline-block;
  height: 16px;
  margin-right: 1em;
  vertical-align: -3px;
  width: 18px;
}

.list-normal {
  display: inline-block;
  font-size: 14px;
}
.list-normal li {
  margin-left: 32px;
  padding: 0.5em 0;
  text-align: left;
  text-indent: -32px;
  list-style-type: disc;
  line-height: normal;
}
.list-normal li strong {
  font-size: 1.1rem;
  font-weight: bold;
}
.list-normal li::before {
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 1em;
  vertical-align: -3px;
  width: 18px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  place-content: center;
  place-items: center;
}
@media (max-width: 576px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.grid .circle_width {
  width: 100%;
  border: solid 3px #1d2a62;
  border-radius: 50%;
}
.grid .circle_width .circle_height {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.grid .circle_width .circle_height p {
  position: absolute;
  top: calc((100% - 3em) / 2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 576px) {
  .grid .circle_width .circle_height p {
    font-size: 0.9rem;
  }
}

.features_grid {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px;
}
@media (max-width: 576px) {
  .features_grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .features_grid .potext {
    margin-bottom: 15px;
  }
}
.features_grid .pophoto {
  text-align: center;
}
.features_grid h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .features_grid h3 {
    font-size: 1rem;
  }
}
.features_grid p {
  line-height: normal;
}

.btn_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 576px) {
  .btn_grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.btn_grid div {
  text-align: center;
}

table.price {
  width: 100%;
  font-weight: bold;
  text-align: center;
}

table.price span {
  font-size: 75%;
  margin-left: 0.5em;
}

table.price th {
  font-weight: bold;
  text-align: center;
  border: 1px solid #dee2e6 !important;
}

table.price td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #dee2e6 !important;
  padding: 1em 0.5em;
}

table.price td .wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0.5em auto;
}

table.price td .wrap-whole {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0.5em auto;
}

table.price td .wrap-whole .whole-price {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

table.price td .wrap p.place,
table.price td .wrap-whole p.place {
  border: thin solid #201e5e;
  width: 4em;
  margin-right: 1em;
  margin-bottom: 0;
}

table.price td .wrap .price {
  width: 5em;
  text-align: left;
}

table.price td .wrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

table.price td .support {
  width: 7em;
}

.rentalclass_top__about_fig {
  padding: 20px 0;
}
.rentalclass_top__about_fig figcaption {
  font-size: 14px;
  font-weight: bold;
  padding-top: 1em;
  text-align: center;
}

#rentalclass_top__room .kaigi-room {
  padding: 50px 0;
}
#rentalclass_top__room .kaigi-room:last-of-type {
  border-bottom: 1px solid #f2f2f2;
}
#rentalclass_top__room .kaigi-room .room-title {
  margin-bottom: 0;
}
#rentalclass_top__room .btn-gray {
  margin: 50px 0 25px;
}

.room-content {
  margin-top: 3em;
}

.toggle span {
  font-size: 34px;
  float: right;
  line-height: 18px;
  font-weight: normal;
}
.toggle:hover {
  cursor: pointer;
}

.plan-tbl {
  font-size: 14px;
  width: 100%;
}
.plan-tbl th {
  background-color: #ccc;
  border: 1px solid #f2f2f2;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.plan-tbl th.bg-navy {
  background-color: #1f1d5d;
}
.plan-tbl td {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  font-weight: bold;
  line-height: 1.5;
  padding: 30px 10px;
  text-align: center;
  vertical-align: middle;
}

#rentalclass_top__news-campaign {
  background-image: url(/images/rentalshibuya/rentalshibuya_top/rentalshibuya_top__image04.png);
  background-position: center;
  background-size: cover;
}

#keieisupport_top header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/keieisupport/keieisupport_top/keieisupport_top__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#keieisupport_top header.mainimg .wrap {
  height: 300px;
}
#keieisupport_top header.mainimg h1 {
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 45%;
}
#keieisupport_top header.mainimg h1 span {
  display: block;
  font-size: 18px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-end {
  align-items: flex-end;
}

.service-box {
  display: block;
  border-bottom: 2px solid #201e5e;
  clear: both;
  padding: 3em 0 0.5em;
  width: 45%;
  color: inherit;
}
.service-box p {
  overflow: hidden;
}
.service-box a {
  color: inherit;
}
.service-box figure {
  float: right;
  margin-left: 6%;
  width: 45%;
}

.icon-cr::before {
  content: "";
  background: url(/images/keieisupport/keieisupport_top/icon_circle-right.svg) no-repeat left center/20px 20px;
  display: inline-block;
  height: 20px;
  margin-right: 1em;
  vertical-align: -3px;
  width: 20px;
}

.service-box-container {
  overflow: hidden;
}

.mentor-figure {
  margin: 0 auto;
  max-width: 582px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
.mentor-figure p {
  font: bold 14px/1.9 "Noto Sans JP", sans-serif;
  position: absolute;
  text-align: center;
}

.mentor-txt01 {
  margin: 0 auto;
  top: 160px;
  left: 0;
  right: 0;
}

.mentor-txt02 {
  bottom: 0;
  left: 25px;
}

.mentor-txt03 {
  bottom: 0;
  right: 9px;
}

.mentor-txt04 {
  top: 146px;
  left: 0;
}

.mentor-txt05 {
  top: 146px;
  right: 0;
}

.mentor-txt06 {
  margin: 0 auto;
  bottom: 50px;
  left: 0;
  right: 0;
}

.keiei-mentor {
  border-top: 1px solid #f2f2f2;
}
.keiei-mentor h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

#keieisupport_top__office .keiei-mentor:last-of-type {
  border-bottom: 1px solid #f2f2f2;
}

.mentor-content {
  padding-bottom: 50px;
}

.mentor-title {
  font-size: 18px;
  font-weight: bold;
  padding: 50px 0;
}

.mentor-img {
  text-align: center;
  width: 46%;
}

.mentor-desc {
  width: 46%;
}

.mentor-subsec {
  margin-bottom: 2em;
}

.mentor-tbl {
  font-size: 14px;
  width: 100%;
}
.mentor-tbl th {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  line-height: 1.6;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}
.mentor-tbl td {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  font-weight: bold;
  line-height: 1.6;
  padding: 25px;
  text-align: left;
  vertical-align: middle;
  width: 65%;
}

.mentor-point {
  margin-bottom: 2em;
  position: relative;
}

.mentor-point-txt {
  position: absolute;
  top: 20px;
  left: 220px;
}

.useful-box {
  margin-bottom: 3em;
  width: 45%;
}
.useful-box a {
  color: inherit;
}

.section_news-campaign {
  background-image: url(/images/rentalshibuya/rentalshibuya_top/rentalshibuya_top__image04.png);
  background-position: center;
  background-size: cover;
}

#keieisupport_hoken header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/keieisupport/keieisupport_hoken/keieisupport_hoken__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#keieisupport_hoken header.mainimg .wrap {
  height: 300px;
}
#keieisupport_hoken header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

.highlight-box {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  font-size: 14px;
  margin-bottom: 1.5em;
  padding: 50px;
}
.highlight-box .indent {
  margin-left: 1em;
  text-indent: -1em;
}
.highlight-box p {
  margin-bottom: 1em;
}
.highlight-box p:last-child {
  margin-bottom: 0;
}

.highlight-center {
  display: inline-block;
}
.highlight-center p {
  text-align: left;
}

.point-list {
  display: table;
  width: 100%;
}

.point-row {
  border-bottom: 1px dotted #201e5e;
  padding: 30px 0;
}

.point-icon {
  display: table-cell;
  line-height: 1.8;
  vertical-align: middle;
  width: 150px;
}

.point-title {
  display: table-cell;
  line-height: 1.8;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px 0 20px;
  min-width: 230px;
}

.point-text {
  display: table-cell;
  line-height: 1.8;
  vertical-align: middle;
  font-size: 14px;
}

.price-tbl {
  font-size: 14px;
  margin-bottom: 0.5em;
  width: 100%;
}
.price-tbl th {
  border: 1px solid #e6e6e6;
  line-height: 1.6;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
}
.price-tbl td {
  border: 1px solid #e6e6e6;
  line-height: 1.6;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.price-tbl tr:first-child th {
  background-color: #1f1d5d;
  color: #fff;
  font-weight: bold;
}
.price-tbl th.bg-navy {
  background-color: #1f1d5d;
}
.price-tbl .br0 {
  border-right: 0;
}
.price-tbl .bl0 {
  border-left: 0;
}
.price-tbl .bg-gray2 {
  background-color: #e6e6e6;
}

.highlight-box2 {
  border: 1px solid #e6e6e6;
  margin-bottom: 0.5em;
}

.highlight-box2-title {
  background-color: #1f1d5d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
}

.highlight-box2-container {
  background-color: #fff;
  padding: 25px 10px;
  text-align: center;
}
.highlight-box2-container p {
  font-size: 14px;
}
.highlight-box2-container p:last-child {
  margin-bottom: 0;
}
.highlight-box2-container .btn-tran {
  margin: 10px auto;
}

#keieisupport_touki header.mainimg {
  background: url("/images/keieisupport/keieisupport_touki/keieisupport_touki__topView.jpg") !important;
  background: url("/images/keieisupport/keieisupport_touki/keieisupport_touki__topView.jpg") !important;
  background: url("/images/keieisupport/keieisupport_touki/keieisupport_touki__topView.jpg");
  background: url("/images/keieisupport/keieisupport_touki/keieisupport_touki__topView.jpg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
  background: url("/images/keieisupport/keieisupport_touki/keieisupport_touki__topView.jpg") !important;
  background: url("/images/keieisupport/keieisupport_touki/keieisupport_touki__topView.jpg") !important;
  background: url("/images/keieisupport/keieisupport_touki/keieisupport_touki__topView.jpg");
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/keieisupport/keieisupport_touki/keieisupport_touki__topView.jpg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#keieisupport_touki header.mainimg .wrap {
  height: 300px;
}
#keieisupport_touki header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

.touki-pricebox {
  border-top: 2px dotted #1f1d5d;
  font-size: 14px;
}

#keieisupport_touki__price .touki-pricebox:last-of-type {
  border-bottom: 2px dotted #1f1d5d;
}

.pricebox-titlebar {
  display: table;
  padding: 20px 0;
  width: 100%;
}
.pricebox-titlebar p {
  display: table-cell;
  vertical-align: middle;
}
.pricebox-titlebar .minas {
  padding-left: 10px;
  text-align: right;
  width: 5%;
}

.pricebox-title {
  width: 30%;
}

.pricebox-total {
  text-align: right;
  width: 65%;
}

.pricebox-content {
  padding-bottom: 20px;
}

.pricebox-tbl {
  width: 100%;
}
.pricebox-tbl th {
  padding: 5px;
  vertical-align: top;
  font-weight: normal;
  width: 20%;
}
.pricebox-tbl td {
  padding: 5px;
  vertical-align: top;
  width: 80%;
}

#keieisupport_keiri header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/keieisupport/keieisupport_keiri/keieisupport_keiri__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#keieisupport_keiri header.mainimg .wrap {
  height: 300px;
}
#keieisupport_keiri header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

#keieisupport_keiri_service {
  background: url(/images/keieisupport/keieisupport_keiri/keieisupport_keiri__image01.jpg) no-repeat center center/cover;
}
#keieisupport_keiri_service .container-white {
  background: none;
}

.merit-tbl {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
.merit-tbl td {
  border: 1px solid #1f1d5d;
  padding: 30px;
  text-align: center;
  vertical-align: middle;
}

#keieisupport_kaigai header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/keieisupport/keieisupport_kaigai/keieisupport_kaigai__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#keieisupport_kaigai header.mainimg .wrap {
  height: 300px;
}
#keieisupport_kaigai header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

#keieisupport_kaigai__support p a {
  color: inherit;
  text-decoration: underline;
}

#keieisupport_kaigai__support_map {
  position: relative;
}
#keieisupport_kaigai__support_map .support_map_content {
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

#keieisupport_kigyoupack header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/keieisupport/keieisupport_kigyoupack/keieisupport_kigyoupack__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#keieisupport_kigyoupack header.mainimg .wrap {
  height: 300px;
}
#keieisupport_kigyoupack header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
#keieisupport_kigyoupack .access__train {
  padding: 0;
}

.excl-tbl {
  margin: 0 auto;
}
.excl-tbl td {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  vertical-align: middle;
}

#keieisupport_kigyoupack__introduction_touki .price-tbl td {
  text-align: right;
  word-break: keep-all;
}

#keieisupport_kigyoupack__tel .apply4-area .apply-text-hover {
  background-color: #fff;
  border: 1px solid #1f1d5d;
}
#keieisupport_kigyoupack__tel .apply4-area .apply-text-hover::before {
  content: "";
  border-style: solid;
  border-width: 26px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  display: block;
  height: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  width: 0;
  border-top-color: #1f1d5d;
  border-width: 27px 16px 1px 16px;
  bottom: -29px;
}
#keieisupport_kigyoupack__tel .apply4-area .apply-text-hover::after {
  content: "";
  border-style: solid;
  border-width: 26px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  display: block;
  height: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  width: 0;
  border-top-color: #fff;
}

#keieisupport_kigyoupack__shibuya {
  border-top: 0;
}
#keieisupport_kigyoupack__shibuya .sub-area {
  border: 1px solid #dee2e6;
}

#keieisupport_kigyoupack__yotsuya {
  border-top: 0;
}
#keieisupport_kigyoupack__yotsuya .sub-area {
  border: 1px solid #dee2e6;
}

#keieisupport_keiri_interview header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/keieisupport/keieisupport_keiri_interview/keieisupport_keiri_interview__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#keieisupport_keiri_interview header.mainimg .wrap {
  height: 300px;
}
#keieisupport_keiri_interview header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

.profile-area {
  position: relative;
}

.profile-intro {
  position: absolute;
  bottom: 40px;
  left: 40px;
  text-align: center;
}
.profile-intro p {
  line-height: 1.8;
  margin-bottom: 0;
}
.profile-intro .title-hr {
  margin: 20px auto;
}

#keieisupport_keiri_interview__service p a {
  color: inherit;
  text-decoration: underline;
}

.interview__content {
  padding-left: 11%;
}
.interview__content .interview__contentBlock {
  margin-top: 78px;
}
.interview__content .interview__contentBlock:first-of-type {
  margin-top: 0;
}
.interview__content .interview__contentBlock .interview__contentBlock--question {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.11em;
  line-height: 2;
  color: #201e5e;
  padding-bottom: 45px;
}
.interview__content .interview__contentBlock .interview__contentBlock--question::before {
  font-size: 18px;
  position: absolute;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  content: "ア";
  text-align: center;
  color: #fff;
  width: 65px;
  line-height: 65px;
  background-color: #1f1d5d;
  border-radius: 50%;
  left: -100px;
  top: -15px;
  font-weight: bold;
}
.interview__content .interview__contentBlock .interview__contentBlock--question p {
  margin-bottom: 0;
}
.interview__content .interview__contentBlock .interview__contentBlock--answer {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #010028;
  line-height: 2;
  letter-spacing: 0.03em;
}
.interview__content .interview__contentBlock .interview__contentBlock--answer a {
  color: inherit;
  text-decoration: underline;
}
.interview__content .interview__contentBlock .interview__contentBlock--answer::before {
  font-size: 18px;
  position: absolute;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  content: "上";
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #1f1d5d;
  width: 65px;
  line-height: 65px;
  background-color: #fff;
  border-radius: 50%;
  left: -100px;
  top: -22px;
  font-weight: bold;
}
.interview__content .interview__contentBlock .interview__contentBlock--answer p {
  margin-bottom: 0;
}

.keieisupport_visa__table .big-cell {
  background-color: #201e5e;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.47;
  padding-top: 14px;
  padding-bottom: 14px;
}
.keieisupport_visa__table .big-cell p {
  font-weight: normal;
}
.keieisupport_visa__table .big-cell .en {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 0;
}
.keieisupport_visa__table .mid {
  background-color: #bcbbce;
  color: #1f1d5d;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1.47;
  padding-top: 14px;
}
.keieisupport_visa__table .mid p {
  font-weight: normal;
}
.keieisupport_visa__table .bg-gray {
  background-color: #f2f2f2;
  width: 100%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.47;
  border: 1px solid #fff;
  padding-top: 14px;
  font-weight: normal;
  width: 33%;
}
.keieisupport_visa__table td {
  background-color: #fff;
  font-size: 14px;
  width: 67%;
  padding: 30px 0;
  padding-left: 1rem;
  border: 1px solid #e6e6e6;
}
.keieisupport_visa__table td .small {
  font-size: 13px !important;
}
.keieisupport_visa__table dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.keieisupport_visa__table dl dt {
  font-weight: normal;
  letter-spacing: 0.11em;
  font-size: 14px;
  width: 100%;
}
.keieisupport_visa__table dl dd {
  font-size: 14px;
  letter-spacing: 0.11em;
  width: 100%;
}

.keieisupport_visa__accordion .keieisupport_visa__accordionContent {
  padding-top: 43px;
  padding-bottom: 70px;
  border: 1px solid #e6e6e6;
  display: none;
}
.keieisupport_visa__accordion .keieisupport_visa__accordionContent .keieisupport_visa__accordionContent-block {
  text-align: center;
}
.keieisupport_visa__accordion .keieisupport_visa__accordionContent .keieisupport_visa__accordionContent-block h3 {
  font-weight: bold;
  padding-top: 1rem;
  font-size: 14px;
  letter-spacing: 0;
}
.keieisupport_visa__accordion .keieisupport_visa__accordionContent .keieisupport_visa__accordionContent-block img {
  width: 46px;
}
.keieisupport_visa__accordion .keieisupport_visa__accordionContent .chushaku {
  padding-top: 50px;
}

.keieisupport_visa__accordionBtn {
  background-color: #bcbbce;
  font-size: 14px;
  text-align: center;
  padding: 1rem 0;
  position: relative;
}
.keieisupport_visa__accordionBtn:hover {
  cursor: pointer;
}
.keieisupport_visa__accordionBtn .arrow {
  position: absolute;
  width: 23px;
  right: 3%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.keieisupport_visa__accordionBtn .en {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 0;
}

.sub-header {
  width: 100%;
  background-color: #d93b2b;
  height: 15rem;
  position: relative;
}
.sub-header h2 {
  font-family: "Montserrat";
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: -0.7rem;
  left: -0.2rem;
}
.sub-header h2 span {
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: middle;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .apply-image {
    margin: 0 auto;
  }
  .apply-tbl {
    height: auto;
    position: static;
  }
  .apply-text {
    margin: 0 auto;
    max-width: 343px;
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
  }
  .apply-text u {
    text-decoration: none;
  }
  .apply-text::after {
    content: "";
  }
  .apply1:hover .hover1 {
    display: none !important;
  }
  .apply2:hover .hover2 {
    display: none !important;
  }
  .apply3:hover .hover3 {
    display: none !important;
  }
  .apply4:hover .hover4 {
    display: none !important;
  }
  .apply5:hover .hover5 {
    display: none !important;
  }
  .apply3-area .apply1 {
    top: 14%;
  }
  .apply3-area .apply2 {
    top: 50%;
  }
  .apply3-area .apply3 {
    top: 81%;
  }
  .apply4-area .apply1 {
    top: 11%;
  }
  .apply4-area .apply2 {
    top: 38%;
  }
  .apply4-area .apply3 {
    top: 64%;
  }
  .apply4-area .apply4 {
    top: 87%;
  }
  .apply5-area .apply1 {
    top: 8%;
  }
  .apply5-area .apply2 {
    top: 29%;
  }
  .apply5-area .apply3 {
    top: 49%;
  }
  .apply5-area .apply4 {
    top: 69%;
  }
  .apply5-area .apply5 {
    top: 88%;
  }
  .apply-tbl.nolink {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .kaigi_qa__content .kaigi_qa__contentBlock .kaigi_qa__contentBlock--question {
    padding-bottom: 20px;
  }
  .kaigi_qa__content .kaigi_qa__contentBlock .kaigi_qa__contentBlock--question::before {
    font-size: 16px;
    width: 40px;
    line-height: 40px;
    left: -45px;
    top: 0px;
  }
  .kaigi_qa__content .kaigi_qa__contentBlock .kaigi_qa__contentBlock--answer::before {
    font-size: 14px;
    width: 40px;
    line-height: 40px;
    left: -45px;
    top: 0px;
  }
  #rentalclass_moushikomiform .access__shibuya__btn_1 {
    font-size: 13px;
    letter-spacing: -0.01em;
    line-height: 2;
    padding: 10px 5px;
  }
  #rentalclass_moushikomiform .access__shibuya__btn_2 {
    font-size: 13px;
    letter-spacing: -0.01em;
    line-height: 2;
    padding: 10px 5px;
  }
  #rentalclass_moushikomiform .access__yotsuya__btn_1 {
    font-size: 13px;
    letter-spacing: -0.01em;
    line-height: 2;
    padding: 10px 5px;
  }
  #rentalclass_moushikomiform .access__yotsuya__btn_2 {
    font-size: 13px;
    letter-spacing: -0.01em;
    line-height: 2;
    padding: 10px 5px;
  }
  #rentalclass_omoushikomi .comment-box {
    font-size: 13px;
    margin: 0 auto;
    padding: 25px;
    left: 0;
    right: 0;
    width: 90%;
  }
  .rentalclass_omoushikomi__apply--image {
    font-size: 13px;
  }
  .rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text1 {
    top: 6%;
    left: 31%;
  }
  .rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text2 {
    top: 48%;
    left: 40%;
  }
  .rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text3 {
    top: 72%;
    left: 25%;
  }
  a.rentalclass_omoushikomi--btn > i {
    padding-right: 18px;
  }
  #kaigi_top header.mainimg h1 img {
    height: 31px;
  }
  #kaigi_shibuya header.mainimg h1 img {
    height: 62px;
  }
  .kaigi-apply-area {
    background: none;
  }
  .kaigi-room {
    padding: 30px 0 60px;
  }
  .room-title {
    margin-bottom: 1em;
  }
  .room-info th {
    padding: 15px 0;
  }
  .room-info td {
    padding: 15px 0;
  }
  #kaigi_yotsuya header.mainimg h1 img {
    height: 62px;
  }
  .intro-info {
    display: block;
  }
  .intro-tbl {
    margin-bottom: 1.5em;
    width: 100%;
  }
  .intro-fig {
    text-align: center;
    width: 100%;
  }
  .intro-fig img {
    max-width: 222px;
  }
  .voice-tbl th {
    width: 40%;
  }
  .voice-tbl td {
    width: 60%;
  }
  #rentalclass_rules h2 {
    letter-spacing: 1px;
  }
  .rules-box .rules-box-title {
    font-size: 16px;
    padding: 15px 10px;
  }
  #rentalclass_top header.mainimg h1 img {
    height: 62px;
  }
  .rentalclass_top__about_fig figcaption {
    padding-top: 0.5em;
  }
  #rentalclass_top__room .kaigi-room {
    padding: 30px 0;
  }
  #keieisupport_top header.mainimg h1 img {
    height: 62px;
  }
  .service-box {
    padding: 1.5em 0 0.5em;
    width: 100%;
  }
  .mentor-title {
    padding: 30px 0;
  }
  .mentor-img {
    margin-bottom: 1.5em;
    width: 100%;
  }
  .mentor-desc {
    width: 100%;
  }
  .useful-box {
    margin-bottom: 1.5em;
    width: 100%;
  }
  .highlight-box {
    padding: 30px 20px;
  }
  .point-row {
    padding: 20px 0;
  }
  .point-icon {
    width: 100px;
  }
  .point-title {
    padding: 0 0 0 20px;
    min-width: inherit;
    width: calc(100% - 100px);
  }
  .point-text {
    display: block;
    padding: 20px 0 0;
    width: 100%;
  }
  .price-tbl th {
    word-break: break-all;
  }
  .price-tbl td {
    word-break: break-all;
  }
  #keieisupport_hoken__apply .btn-tran .fas {
    padding-right: 2rem;
  }
  #keieisupport_touki__price .btn-tran {
    height: auto;
    line-height: 1.8;
    padding: 0 10px 10px;
  }
  #keieisupport_touki .btn-tran .fas {
    padding-right: 2rem;
  }
  .excl-tbl td {
    display: block;
    padding: 10px;
    width: 100%;
  }
  .profile-intro {
    padding: 20px 0 0;
    position: static;
  }
  .interview__content .interview__contentBlock .interview__contentBlock--question {
    padding-bottom: 20px;
  }
  .interview__content .interview__contentBlock .interview__contentBlock--question::before {
    font-size: 16px;
    width: 40px;
    line-height: 40px;
    left: -45px;
    top: 0px;
  }
  .interview__content .interview__contentBlock .interview__contentBlock--answer::before {
    font-size: 14px;
    width: 40px;
    line-height: 40px;
    left: -45px;
    top: 0px;
  }
}
@media screen and (min-width: 576px) {
  .rentalclass_omoushikomi__apply--image {
    font-size: 16px;
  }
  .rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text1 {
    top: 18%;
    left: 3%;
  }
  .rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text2 {
    top: 32%;
    left: 44%;
  }
  .rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text3 {
    top: 7%;
    left: 75%;
  }
  .keieisupport_visa__table dl {
    flex-direction: row;
    padding: 0 8%;
  }
  .keieisupport_visa__table dl dt {
    width: 50%;
  }
  .keieisupport_visa__table dl dd {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text1 {
    top: 30%;
    left: 7%;
  }
  .rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text2 {
    top: 38%;
    left: 47%;
  }
  .rentalclass_omoushikomi__apply--image span.rentalclass_omoushikomi__apply--text3 {
    top: 18%;
    left: 78%;
  }
  #kaigi_top header.mainimg h1 {
    top: 45.5%;
    left: 15px;
  }
  #kaigi_top header.mainimg h1 span {
    font-size: 18px;
    letter-spacing: 0.13em;
  }
  #kaigi_shibuya header.mainimg h1 {
    top: 45.5%;
    left: 15px;
  }
  #kaigi_shibuya header.mainimg h1 span {
    font-size: 18px;
    letter-spacing: 0.13em;
  }
  #kaigi_yotsuya header.mainimg h1 {
    top: 45.5%;
    left: 15px;
  }
  #kaigi_yotsuya header.mainimg h1 span {
    font-size: 18px;
    letter-spacing: 0.13em;
  }
  #rentalclass_top header.mainimg h1 {
    top: 45.5%;
    left: 15px;
  }
  #rentalclass_top header.mainimg h1 span {
    font-size: 18px;
    letter-spacing: 0.13em;
  }
  #keieisupport_top header.mainimg h1 {
    top: 45.5%;
    left: 15px;
  }
  #keieisupport_top header.mainimg h1 span {
    font-size: 18px;
    letter-spacing: 0.13em;
  }
}
.mainimg img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

iframe.naikan {
  width: 100%;
  height: 460px;
}

.yellow {
  color: #1f1d5d;
}

.waku2 {
  padding: 0;
  margin: 0;
}

#guide .list {
  width: 100% !important;
}

.column a:hover img {
  opacity: 0.8;
}
.column img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 145px;
  width: 100%;
}
@media (max-width: 768px) {
  .column img {
    height: 300px;
  }
}
.column h4 {
  font-size: 14px;
  bottom: 0;
  padding: 10px;
  line-height: 1.4;
}

.wp_social_bookmarking_light {
  display: none;
}

.container-fluid.about {
  background-color: #f2f2f2;
}

/*about*/
.about h3 {
  margin: 0 auto;
  text-align: center;
}

.about h3 p {
  letter-spacing: 4px;
  line-height: 60px;
  color: #1f1d5d;
  font-size: 14px;
  font-weight: bold;
}

.about hr {
  margin: 10px auto 35px;
  width: 35px;
  border-top: 1px solid #1f1d5d;
}

.about__img1 {
  background: url("/images/about__img_1.jpg") no-repeat center center;
  background-size: cover;
  min-height: 300px;
}

@media screen and (min-height: 576px) {
  .about__img1 {
    height: auto;
  }
}
.about__img2 {
  background: url("/images/about__img_2.jpg") no-repeat center center;
  background-size: cover;
  min-height: 300px;
}

@media screen and (min-height: 576px) {
  .about__img2 {
    height: auto;
  }
}
/*-------共通----------*/
@media screen and (min-width: 768px) {
  br.br_tb {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  br.br_sp {
    display: none;
  }
}
img.sp {
  display: none;
}

@media screen and (max-width: 575px) {
  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  table.table_pc {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  table.table_sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .sp-small75 {
    font-size: 75% !important;
  }
  .sp-letter-spacing0 {
    letter-spacing: 0 !important;
  }
}
.bread li {
  padding-bottom: 0.5em;
}

p.title-svgWrap > img {
  height: 1.8rem;
}

p.title-svgWrap.descender > img {
  height: 2.4rem;
}

h2.title-text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 4px;
  line-height: 1.5em;
  color: #1f1d5d;
  font-size: 18px;
  font-weight: bold;
  padding: 0.9em 0;
}

h2 {
  line-height: 1.6em;
  padding: 19px 0;
}

h3.title-h3 {
  line-height: 1.8em;
  padding-bottom: 0.7em;
}

h3.title-h3.big {
  font-size: 25px;
  line-height: 1.6em;
  padding-bottom: 0.5em;
}

h3.title-h3-icon {
  width: 130px;
  margin: auto;
}

h4.title-h4 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.5em;
  color: #1f1d5d;
  font-weight: bold;
  padding: 1em 0 1.5em;
}

/*p.title-text {
  margin-bottom: 3em;
}*/
@media screen and (max-width: 575px) {
  p.title-text br {
    display: none;
  }
}
p.comment {
  font-size: 77%;
  line-height: 1.6em;
}

img.round {
  border-radius: 1rem;
}

img.round2 {
  border-radius: 2rem;
}

.point_tag {
  padding-top: 200px;
  margin-top: -200px;
}

a.a__underline {
  color: inherit;
  text-decoration: underline;
}

ul.type_disc li {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}

ul.type_number li {
  font-size: 14px;
  margin-left: 2em;
  text-indent: -2em;
}

hr.dotted {
  border-top: 1px dotted #201e5e;
}

.inner--box {
  border: #e6e6e6 1px solid;
  border-radius: 1em;
  padding: 1em 1em;
}

.inner--box h4 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.5em;
  color: #1f1d5d;
  font-weight: bold;
  padding: 1em 0 1.5em;
}

.inner--box li {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  padding-bottom: 1em;
  line-height: 1.6em;
}

.inner--box p {
  font-size: 14px;
  line-height: 1.6em;
}

p.kome {
  margin-left: 1em;
  text-indent: -1em;
}

p.comment {
  text-align: center;
  font-size: 77%;
  line-height: 1.8em;
}

@media screen and (max-width: 575px) {
  p.comment {
    text-align: left;
  }
  p.title-text br,
  p.comment br {
    display: none;
  }
}
ul.plan {
  width: 100%;
  padding-top: 70px;
}

ul.plan li {
  width: 100%;
  height: 170px;
  background-size: 27px auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: 93% center, center;
}

ul.plan li:hover {
  opacity: 0.5;
}

ul.plan li.plana {
  background-image: url("/images/virtual/virtual_QA/arrow_plan.svg"), url("/images/virtual/virtual_QA/bg_plan1.jpg");
}

ul.plan li.planb {
  background-image: url("/images/virtual/virtual_QA/arrow_plan.svg"), url("/images/virtual/virtual_QA/bg_plan2.jpg");
}

ul.plan li.planc {
  background-image: url("/images/virtual/virtual_QA/arrow_plan.svg"), url("/images/virtual/virtual_QA/bg_plan3.jpg");
}

ul.plan li.pland {
  background-image: url("/images/virtual/virtual_QA/arrow_plan.svg"), url("/images/virtual/virtual_QA/bg_plan4.jpg");
}

ul.plan li a {
  display: block;
  width: 100%;
  height: 170px;
  position: relative;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #201e5e;
  font-size: 1.8rem;
  line-height: 170px;
}

ul.plan li a span {
  font-size: 1.4rem;
}

ul.plan li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 575px) {
  ul.plan li {
    height: 160px;
    background-size: auto 32px, cover;
  }
  ul.plan li a img {
    left: 10%;
    transform: translate(0%, -50%);
  }
}
.basic--table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

th.bg-navy {
  border: 1px solid #ffffff;
  padding: 1em 0.5em;
  color: #ffffff;
}

th.bg-navy2 {
  border: 1px solid #ffffff;
  padding: 1em 0.5em;
  background-color: rgba(32, 34, 94, 0.7);
  color: #ffffff;
}

th.bg-gray {
  border: 1px solid #e6e6e6;
  padding: 1em 0.5em;
}

th.bg-gray2 {
  border: 1px solid #e6e6e6;
  padding: 1em 0.5em;
  background-color: #cccccc;
}

.basic--table td {
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid #e6e6e6;
  padding: 1em 0.5em;
}

.basic--table td > span {
  display: block;
  font-size: 12px;
  letter-spacing: 0em;
}

.yellowMarker {
  background: linear-gradient(to top, #ffe326 0%, #ffe326 45%, transparent 45.1%, transparent 100%);
}

.access__name {
  line-height: 1.6em;
}

.featureList-3,
.featureList-5 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
}

.featureList-3 .featureList__box,
.featureList-5 .featureList__box {
  width: 50%;
  padding: 0 28px;
  padding-top: 35px;
}

@media screen and (min-width: 576px) {
  .featureList-3 .featureList__box {
    width: 33.3333333333%;
  }
  .featureList-5 .featureList__box {
    width: 20%;
    padding: 0 10px;
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .featureList-3 .featureList__box {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .featureList-5 .featureList__box {
    width: 20%;
    padding: 0 22px;
    padding-top: 35px;
  }
}
.featureList-3 .featureList__box--imageWrap img,
.featureList-5 .featureList__box--imageWrap img {
  width: 100%;
  max-width: 145px;
}

.featureList-3 .featureList__box--text,
.featureList-5 .featureList__box--text {
  font-size: 12px;
  padding-top: 1rem;
  line-height: 1.2;
  text-align: center;
}

.featureList__box--imageWrap {
  text-align: center;
}

.featureList__box--text a {
  color: inherit;
  text-decoration: underline;
}

.featureList__box--text span {
  display: block;
  font-size: 82%;
}

.apply6-area {
  position: relative;
}

.apply6-area .apply-text {
  padding-left: 14px;
  width: 16.6666666667%;
}

.apply6-area .hover1 {
  left: -10%;
}

.apply6-area .hover2 {
  left: 6.6%;
}

.apply6-area .hover3 {
  left: 23.2%;
}

.apply6-area .hover4 {
  left: 39.8%;
}

.apply6-area .hover5 {
  left: 56.4%;
}

.apply6-area .hover6 {
  left: 73%;
}

.apply6:hover .hover6 {
  display: block !important;
}

.apply-text-hover .hover-close {
  cursor: pointer;
  font-size: 150%;
  position: absolute;
  top: 5px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .apply6:hover .hover6 {
    display: none !important;
  }
  .apply6-area .apply1 {
    top: 8%;
  }
  .apply6-area .apply2 {
    top: 24.6%;
  }
  .apply6-area .apply3 {
    top: 41.2%;
  }
  .apply6-area .apply4 {
    top: 57.8%;
  }
  .apply6-area .apply5 {
    top: 74.4%;
  }
  .apply6-area .apply6 {
    top: 90%;
  }
}
/**/
/**/
.apply-tbl.nolink {
  height: 150px;
}

@media screen and (max-width: 767px) {
  .apply-tbl.nolink {
    height: auto;
  }
}
.nolink .apply-text u {
  text-decoration: none;
}

.nolink .apply-text::after {
  content: "  ";
}

.apply-text span {
  display: block;
  font-size: 72%;
}

.column--box {
  border: #e6e6e6 1px solid;
  border-radius: 1em;
  padding: 1em 1em;
}

.column--box h4 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.5em;
  color: #1f1d5d;
  font-weight: bold;
  padding: 1em 0 1.5em;
}

.column--box li {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
  padding-bottom: 1em;
  line-height: 1.6em;
}

h3.title__column {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 4px;
  line-height: 1.5em;
  color: #1f1d5d;
  font-weight: bold;
  padding: 1em 0 0.5em;
}

/*-------header----------*/
header.mainimg .wrap {
  height: 300px;
}

header.mainimg h1 {
  position: absolute;
  top: 40%;
  left: 0;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  header.mainimg h1 {
    text-align: left;
    padding-left: 15px;
  }
}

/*--------------------
--------各ページ--------
----------------------*/
/*---------千代田区----------*/
#chiyodaku_jyoseikin header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_column__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

/*---------交流会 ・ イベント情報----------*/
#kouryuevent header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_top/virtual_top__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

article.kouryuevent {
  border-top: dotted 1px #201e5e;
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0;
  align-items: flex-start;
}

article.kouryuevent:last-of-type {
  border-bottom: dotted 1px #201e5e;
}

article.kouryuevent figure,
article.kouryuevent .text {
  width: 47%;
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  article.kouryuevent {
    flex-wrap: wrap;
  }
  article.kouryuevent figure,
  article.kouryuevent .text {
    width: 100%;
  }
  article.kouryuevent figure {
    margin-bottom: 1rem;
  }
}
article.kouryuevent .text h4 {
  line-height: 1.6em;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
}

article.kouryuevent .text .date {
  line-height: 1.6em;
  padding-bottom: 0.2em;
  font-size: 16px;
}

article.kouryuevent .text .place {
  line-height: 1.6em;
  padding-bottom: 2em;
  font-size: 12px;
}

article.kouryuevent .text p {
  line-height: 1.6em;
  padding-bottom: 1em;
  font-size: 14px;
}

/*---------コラム一覧----------*/
#column header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/column/column__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

article.column-list {
  border-bottom: dotted 1px #201e5e;
}

article.column-list a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.7em 10% 0.7em 18%;
  line-height: 1.6em;
  font-size: 16px;
  color: inherit;
  background-image: url("/images/column/column-arrow.png");
  background-position: 10% center;
  background-repeat: no-repeat;
  background-size: 23px auto;
}

article.column-list a:hover {
  background: #201e5e;
  background-image: url("/images/column/column-arrow-white.png");
  background-position: 10% center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  article.column-list a {
    padding: 0.7em 3% 0.7em 15%;
    background-position: 3% center;
  }
  article.column-list a:hover {
    background-position: 3% center;
  }
}
/*---------スタッフブログ----------*/
#stuffblog header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/stuffblog/stuffblog__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

ul.stuffblog-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem 10%;
  border-radius: 1rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 3em;
}

ul.stuffblog-menu li {
  padding: 0 0.5rem;
}

#stuffblog-single header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/stuffblog/stuffblog__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.sort-container-wrapper {
  width: 100%;
  overflow: hidden;
}

.stuffblog-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: -35px;
}

.stuffblog-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  bottom: -2px;
}

.stuffblog-wrap article {
  width: 100%;
  padding: 35px 0;
  border-bottom: dotted 1px #201e5e;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 768px) {
  .stuffblog-wrap {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .stuffblog-wrap article {
    width: 50%;
  }
  .stuffblog-wrap article {
    padding: 35px 30px;
    border-left: dotted 1px #201e5e;
  }
}
.stuffblog-wrap article .label {
  position: absolute;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
}

.stuffblog-wrap article.category-interact .label {
  background: #fcee21;
}

.stuffblog-wrap article.category-blog .label {
  background: #d9e021;
}

.stuffblog-wrap article.category-office .label {
  background: #ffcccc;
}

.stuffblog-wrap article.category-area .label {
  background: #99cccc;
}

.stuffblog-wrap article.category-room .label {
  background: #d79ae2;
}

.stuffblog-wrap article.category-tax .label {
  background: #f7931e;
}

.stuffblog-wrap article.category-rental .label {
  background: #91aef1;
}

.stuffblog-wrap article figure {
  width: 100%;
  margin: auto;
  padding: 0;
}

.stuffblog-wrap article .text {
  background-color: #f2f2f2;
  padding: 1rem 2rem;
  box-sizing: border-box;
}

.stuffblog-wrap article .text h4 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

.stuffblog-wrap article .text .date {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding-top: 0.5em;
  padding-bottom: 1em;
}

.stuffblog-wrap article .text p {
  text-align: justify;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: auto;
}

.stuffblog-wrap article .text a.next {
  color: inherit;
  font-size: 12px;
  width: 100%;
  display: block;
}

/*------国（経済産業省・厚生労働省）が行っている 助成金 ・ 補助金---------*/
/*------東京都（東京都中小企業振興公社）が行っている助成金・補助金---------*/
#kuni_jyoseikin header.mainimg,
#tokyo_jyoseikin header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/virtual/virtual_column__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

/*------料金一覧---------*/
#plan header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0)), url("/images/virtual/plan__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

#plan .num {
  margin: 0 auto 15px;
  width: 60px;
}

#plan table {
  width: 100%;
  font-weight: bold;
  text-align: center;
}

#plan table span {
  font-size: 75%;
  margin-left: 0.5em;
}

#plan table th {
  font-weight: bold;
  text-align: center;
}

#plan table td {
  font-weight: bold;
  text-align: center;
  border: thin solid #ffffff;
  padding: 1em 0.5em;
}

#plan table td .wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0.5em auto;
}

#plan table td .wrap-whole {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0.5em auto;
}

#plan table td .wrap-whole .whole-price {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

#plan table td .wrap p.place,
#plan table td .wrap-whole p.place {
  border: thin solid #201e5e;
  width: 4em;
  margin-right: 1em;
  margin-bottom: 0;
}

#plan table td .wrap .price {
  width: 5em;
  text-align: left;
}

#plan table td .wrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#plan table td .support {
  width: 7em;
}

#plan .option__accordion--btn {
  background-color: rgba(32, 30, 94, 0.3);
  position: relative;
  text-align: center;
  padding: 1em 0;
}

#plan .option__accordion--btn h5 {
  font-weight: bold;
  font-size: 18px;
}

#plan .option__accordion--btn .arrow {
  position: absolute;
  width: 23px;
  right: 3%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

#plan .option__accordion--content {
  display: none;
  border: thin solid #e6e6e6;
  padding-top: 0.8em;
}

/*経営サポート 助成金・補助金、創業融資について*/
.keieisupport_introduction--wrap2 figure {
  width: 50%;
  margin: 0 auto 1rem;
}

.keieisupport_introduction--wrap2 div {
  border: 1.5px solid #201e5e;
  position: relative;
  padding: 1.5em 2em;
  box-sizing: border-box;
}

.keieisupport_introduction--wrap2 div h4 {
  border-bottom: 3px solid rgba(31, 29, 93, 0.3);
  font-size: 120%;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.keieisupport_introduction--wrap2 div p {
  font-size: 90%;
  line-height: 1.8em;
  margin-bottom: 0;
}

.keieisupport_introduction--wrap2 div:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 34px;
  height: 34px;
  background: url("/images/common/page-top-right.svg") no-repeat center center;
  background-size: 100%;
  background-color: white;
}

@media (max-width: 560px) {
  .keieisupport_introduction--wrap2 figure {
    width: 80%;
  }
  .keieisupport_introduction--wrap2 div {
    padding: 1em;
  }
  .keieisupport_introduction--wrap2 div p {
    font-size: 85%;
  }
}
#breadcrumbs {
  font-size: 80%;
  padding: 0;
  clear: both;
  position: static;
  height: auto;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 25px;
}

#breadcrumbs ul {
  margin: 60px auto 0;
  padding: 0;
}

#breadcrumbs li {
  display: inline;
}

#breadcrumbs li a {
  font-size: 12px;
  color: gray;
  opacity: 0.3;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  position: absolute;
  z-index: 999;
  display: block;
  height: 48px;
  width: 24px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  left: 10px !important;
  background: url("../images/common/slide-arrow-left.svg") no-repeat center center;
}
.slick-prev:hover {
  opacity: 0.5;
}
.slick-prev:focus {
  opacity: 0.5;
}

.slick-next {
  position: absolute;
  z-index: 999;
  display: block;
  height: 48px;
  width: 24px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  right: 10px !important;
  background: url("../images/common/slide-arrow-right.svg") no-repeat center center;
}
.slick-next:hover {
  opacity: 0.5;
}
.slick-next:focus {
  opacity: 0.5;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 30px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #f2f2f2;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #1d2a62;
  opacity: 1;
}

#rentalshibuya-top__gallery--link {
  padding-top: 200px;
  margin-top: -200px;
  padding-top: 200px;
  margin-top: -200px;
}
#rentalshibuya-top__gallery--link > .rentalshibuya__slider > .slick-dots > li > button::before {
  color: #cdcdcd;
}
#rentalshibuya-top__gallery--link > .rentalshibuya__slider > .slick-dots > .slick-active > button::before {
  color: #1f1d5d;
}

.rentalshibuya__slider h4 {
  margin: auto 2rem;
}

.bread ul {
  padding-top: 2rem;
}
.bread li {
  float: left;
  line-height: 1;
}
.bread li::after {
  content: " > ";
  margin: auto 0.3em;
}
.bread li:last-of-type a {
  color: #1f1d5d;
  opacity: 1;
}
.bread li:last-of-type::after {
  content: "";
}
.bread li a {
  font-size: 12px;
}

.contact {
  margin-bottom: 10px;
}
.contact a {
  font-family: "Bebas Neue";
  letter-spacing: 0;
  background-color: #201E5E;
  text-align: center;
  display: block;
  color: #fff;
  padding: 5px;
  font-size: 35px;
  font-weight: 400;
  border-radius: 0 0 10px 10px;
}
.contact a:hover {
  color: #ffff00;
}

.contact_mail {
  margin-bottom: 10px;
}
.contact_mail a {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  background-color: #201E5E;
  text-align: center;
  display: block;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 0 0 10px 10px;
}
.contact_mail a:hover {
  color: #ffff00;
}
.contact_mail a .material-symbols-outlined {
  vertical-align: sub;
  display: inline;
}

.menu {
  margin: 0 auto;
}
.menu a {
  font-weight: bold;
  color: #1f1d5d;
  display: block;
}
.menu a:hover {
  color: #1f1d5d;
}

.mainmenu {
  position: fixed;
  z-index: 701;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.6);
}

.m_fixed {
  left: 50%;
  top: 99px;
  z-index: 700;
  padding: 10px 0 10px !important;
  transform: translateX(-50%);
  position: fixed;
  width: 100vw !important;
  max-width: 100vw !important;
  background: #1f1d5d !important;
  color: #fff !important;
}
@media (max-width: 992px) {
  .m_fixed {
    top: 140px;
  }
}
.m_fixed a {
  color: #fff !important;
}
.m_fixed a.bottom-left-right-right:after {
  background: #fff !important;
}

.pcmenu ul li {
  position: relative;
  font-size: 14px;
  z-index: 10000;
}
@media (max-width: 992px) {
  .pcmenu ul li {
    font-size: 12px;
  }
}
.pcmenu ul li a {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
.pcmenu ul li a.no-border {
  border-right: none;
}
.pcmenu ul li ul.submenu {
  display: none;
  position: absolute;
  width: 200px;
  margin-top: 0;
}
.pcmenu ul li ul.submenu li {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  background-color: #fff;
  border-bottom: thin solid #ccc;
}
.pcmenu ul li ul.submenu li:hover {
  width: 100%;
  font-weight: 400;
  text-align: center;
  background-color: #ededed;
}
.pcmenu ul li ul.submenu li a {
  border-right: none;
}
.pcmenu ul li ul.submenu li.subheader {
  font-weight: bold;
  color: #1f1d5d;
  display: block;
  background-color: #dcdce5;
  text-align: center;
  padding-left: 0;
}
.pcmenu ul li:last-of-type ul.submenu {
  right: 0;
}
.pcmenu ul li ul.submenu.keieisupport {
  right: 0;
}

@media (max-width: 992px) {
  ul.drawer-menu {
    margin-top: 40px;
  }
}
ul.drawer-menu li.drawer-brand img.logo {
  width: 150px;
  height: auto;
}
ul.drawer-menu li.drawer-brand .icon_sp {
  position: fixed;
  top: 17px;
  right: 70px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
ul.drawer-menu li.drawer-brand .icon_sp a {
  width: 5em;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0;
  line-height: 1em;
  margin: 0;
  letter-spacing: -0.17em;
}
ul.drawer-menu li.drawer-brand .icon_sp a:first-of-type {
  letter-spacing: 0;
}
ul.drawer-menu li.drawer-brand .icon_sp a:first-of-type img {
  height: 25px;
}
ul.drawer-menu li.drawer-brand .icon_sp a img {
  padding-bottom: 5px;
  height: 20px;
  width: auto;
}

li.menu_sp {
  width: 100%;
  border-bottom: solid thin #ffffff;
  line-height: 2.5em;
}
li.menu_sp > a {
  padding-left: 1.5em;
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 2.5em;
  width: 100%;
  color: #1f1d5d !important;
  text-align: left;
}
li.menu_sp > a .arrow {
  width: 23px;
  position: absolute;
  top: 2px;
  transform: rotate(-90deg);
  right: 5%;
  transition: 0.5s;
  padding: 0;
}
li.menu_sp:hover > a .arrow {
  transform: rotate(0deg);
}

.menu_sp ul.submenu {
  display: none;
}
.menu_sp ul.submenu li {
  line-height: 2.3em;
  border-bottom: solid thin rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 1.5em;
  box-sizing: border-box;
  text-align: left;
}
.menu_sp ul.submenu li:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.reserve {
  display: none;
  width: 114px;
  margin-left: auto;
}
.reserve img {
  width: 100%;
  transition: 0.3s;
}
.reserve img:hover {
  opacity: 0.6;
}

.under__submenu ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.under__submenu ul li {
  display: inline-block;
  border-right: solid 1px #ccc;
}
.under__submenu ul li:last-of-type {
  border-right: none;
}
.under__submenu ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #1f1d5d;
  letter-spacing: 1.2px;
  padding: 0 10px;
}

@media screen and (max-width: 999px) {
  .under__submenu ul li a {
    display: block;
    text-align: center;
    line-height: 1.7em;
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 1000px) {
  .under__submenu ul li a br.br_sp {
    display: none;
  }
}
.reason-btn {
  text-align: center;
  border-radius: 20px;
  padding-bottom: 15px;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
  transition: all 0.3s;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
.reason-btn:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}
.reason-btn .yellowMarker {
  font-size: 26px;
  background: linear-gradient(to top, #ebcc00 0%, #ebcc00 45%, transparent 45.1%, transparent 100%);
}

.btn-navy {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
  background-color: #1f1d5d;
  padding: 0;
}
.btn-navy:hover {
  color: #fff;
  background-color: rgba(31, 29, 93, 0.6);
}

.btn-form {
  display: block;
  width: 100%;
  border: 2px solid #1f1d5d;
  height: auto;
  line-height: 1.2em;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: 0.5s;
  font-weight: bold;
  letter-spacing: 3px;
  box-sizing: border-box;
  background-color: #1f1d5d;
  color: #f2f2f2;
  margin-top: 80px;
}
.btn-form:hover {
  color: #1f1d5d;
  background: #ffffff;
}

.btn-tran {
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  margin: 20px auto 0;
  display: inline-block;
  text-align: center;
  border-bottom: 5px solid #cf4604;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: #eb6423;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.btn-tran:hover {
  color: #fff;
  margin-top: 22px;
  margin-bottom: -2px;
  border-bottom: 2px solid #cf4604;
}
.btn-tran .external {
  height: 16px;
  padding-left: 1rem;
}

.btn-tran {
  position: relative;
}

.btn-tran .fas {
  position: absolute;
  padding: 0;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.btn-tran.btn-white {
  color: white;
  border: 1px solid white;
  background-color: #ffffff;
}

.btn-tran.btn-white:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(31, 29, 93, 0.4);
  color: white;
}

.btn-yellow {
  color: #1f1d5d;
  background-color: #c1e307;
  border-bottom: 5px solid #627209;
}
.btn-yellow:hover {
  color: #1f1d5d;
  border-bottom: 2px solid #627209;
}

.btn-tran-apply {
  color: #1f1d5d;
  font-size: 24px;
  padding: 15px;
  height: auto;
  background-color: #c1e307;
  border: 1px solid #627209;
  border-bottom: 5px solid #627209;
}
.btn-tran-apply i {
  font-size: 24px;
}
.btn-tran-apply:hover {
  color: #1f1d5d;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  border-bottom: 5px solid #627209;
}

.btn-tran2 {
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  margin: 20px auto 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #1f1d5d;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: #1f1d5d;
}
.btn-tran2:hover {
  color: #f2f2f2;
  background: #fff;
  color: #1f1d5d;
}

.btn-tran3 {
  font-weight: bold;
  color: #1f1d5d;
  margin: 0 auto;
  margin: 20px auto 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #1f1d5d;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: #fff;
}
.btn-tran3:hover {
  color: #f2f2f2;
  background: #1f1d5d;
}

.reason__btn {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  background-color: #1f1d5d;
  height: 50px;
  line-height: 45px;
  width: 100%;
  max-width: 100%;
  border-bottom: 5px solid #5c4406;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.reason__btn .fas {
  position: absolute;
  padding: 0;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.reason__btn-fill {
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
  background-color: #957012;
}
.reason__btn-fill:hover {
  color: #fff;
  background-color: rgba(31, 29, 93, 0.6);
  margin-top: 2px;
  margin-bottom: -2px;
  border-bottom: 2px solid #1f1d5d;
}

@media screen and (max-width: 575px) {
  .btn-tran {
    height: auto;
    line-height: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0;
    text-align: center;
    box-sizing: border-box;
  }
  .btn-tran.sp-mo-center {
    padding-left: 0;
    text-align: center;
  }
  .btn-tran.sp-ha-left {
    padding-left: 13%;
    text-align: left;
  }
}
.btn-camp {
  margin-top: 20px;
  font-weight: bold;
  color: #1f1d5d;
  text-decoration: underline;
  padding: 5px;
}

.info__btn {
  letter-spacing: 3px;
  line-height: 14px;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  background-color: #1f1d5d;
  height: 50px;
  width: 300px;
  margin: 0 auto;
}
.info__btn span {
  letter-spacing: 0px;
  padding-left: 15px;
  font-size: 10px;
}

.info__btn-fill {
  color: #fff;
  transition: all 0.3s;
  opacity: 1;
}
.info__btn-fill:hover {
  color: #fff;
  opacity: 0.6;
}

.office__btn-fill {
  color: #fff;
  transition: all 0.3s;
  opacity: 1;
}
.office__btn-fill:hover {
  opacity: 0.6;
}

.forentre__btn {
  font-weight: bold;
  color: #f2f2f2;
  margin-top: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid white;
  width: 450px;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: rgba(31, 29, 93, 0);
}
.forentre__btn:hover {
  color: #f2f2f2;
  background: #1f1d5d;
}

a.daikou_03senyou--btn {
  font-weight: bold;
  color: #1f1d5d;
  margin-top: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #1f1d5d;
  width: 100%;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: rgba(31, 29, 93, 0);
}
a.daikou_03senyou--btn:hover {
  color: #f2f2f2;
  background: #1f1d5d;
}

a.daikou_omoushikomi--btn {
  font-weight: bold;
  color: #1f1d5d;
  margin: 0 auto;
  margin: 20px auto 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #1f1d5d;
  width: 80%;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: rgba(31, 29, 93, 0);
}
a.daikou_omoushikomi--btn:hover {
  color: #f2f2f2;
  background: #1f1d5d;
}

.rental_service--btn {
  text-align: center;
  padding-top: 35px;
}
.rental_service--btn a {
  width: 100%;
}

.access__detail-btn {
  color: #1f1d5d;
  font-weight: bold;
  margin: 50px auto 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #1f1d5d;
  width: 450px;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: rgba(31, 29, 93, 0);
}
.access__detail-btn:hover {
  color: #f2f2f2;
  background: #1f1d5d;
}

.access__shibuya__btn_1 {
  color: #1f1d5d;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  line-height: 50px;
  background: white;
}
.access__shibuya__btn_1:hover {
  color: #1f1d5d;
}

.access__shibuya__btn_2 {
  color: #1f1d5d;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  line-height: 50px;
  background: #f2f2f2;
}
.access__shibuya__btn_2:hover {
  color: #1f1d5d;
}

.access__yotsuya__btn_1 {
  color: #1f1d5d;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  line-height: 50px;
  background: #f2f2f2;
}
.access__yotsuya__btn_1:hover {
  color: #1f1d5d;
}

.access__yotsuya__btn_2 {
  color: #1f1d5d;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  line-height: 50px;
  background: white;
}
.access__yotsuya__btn_2:hover {
  color: #1f1d5d;
}

.footer__category-btn {
  font-weight: normal;
  font-size: 12px;
}

.footer__category-btn.medium {
  font-weight: bold;
  font-size: 18px;
}

.footer__single-btn {
  font-weight: normal;
  font-size: 12px;
}

.goTop {
  cursor: pointer;
  cursor: hand;
  display: block;
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 115px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
}

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #222;
}

@media (max-width: 64em) {
  .drawer-nav {
    background: rgba(255, 255, 255, 0.7);
  }
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 4rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #fff;
  background: #1f1d5d;
  width: 100%;
}

.drawer-brand img.logo {
  height: 25px;
  width: auto;
}

.drawer-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
  z-index: 3;
  width: 100%;
  text-align: center;
}

.drawer-menu-item:hover {
  text-decoration: none;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0px;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 20px;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right .drawer-hamburger {
  /*right: 10px;
  top:10px;*/
}

.drawer--right.drawer-open .drawer-hamburger {
  /*right: 20px;*/
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 0.75rem;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background: #fff;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
  background: #fff;
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
  background: #fff;
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  /*border-bottom: 1px solid #ddd;
  background-color: #fff;*/
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  /*height: 3.75rem;*/
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    /*    border-bottom: 1px solid #ddd;
    background-color: #fff;*/
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    /*    height: 3.75rem;*/
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/*------------ここまでvirtual共有------------------*/
/*------------virtual_top-----------------*/
/*#virtual_top .access__shibuya {
    border-top: none;
}*/
/*----------------virtual_plan------------------------*/
/*------------virtual_QA------------------*/
/*------------バーチャル申込みの流れ------------------*/
/*-------バーチャル申込みフォーム追加分------*/
/*-------バーチャルアクセス　virtual_map------*/
/*-------お客様の声　virtual_ customervoice------*/
/*-------------お客様の声　詳細--------------*/
/*-------------------サービス----------------------*/
/*-------------------登記----------------------*/
/*-----------オプション------------------*/
/*来客*/
/*-------コラム--------*/
/*-------郵便受取--------*/
/*-------看板--------*/
header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual__topView.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px !important;
}

a.virtual__flow--btn {
  font-weight: bold;
  color: #1f1d5d;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  border: 1px solid #1f1d5d;
  width: 100%;
  height: 50px;
  line-height: 45px;
  transition: all 0.3s;
  background: rgba(31, 29, 93, 0);
}
a.virtual__flow--btn:hover {
  color: white;
  background: #1f1d5d;
}

#virtual_top header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_top/virtual_top__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#virtual_top header.mainimg .wrap {
  height: 300px;
}
#virtual_top header.mainimg h1 {
  width: calc(100% - 30px);
  position: absolute;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  top: 50%;
  left: 30px;
  text-align: left;
  transform: translateX(0%);
}
#virtual_top header.mainimg h1 span {
  display: block;
  font-size: 18px;
}
#virtual_top header.mainimg .logo h1 {
  left: 0;
}
#virtual_top .virtual_top__about p.title-text {
  margin-bottom: 0em;
}
#virtual_top .virtual_top__service .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#virtual_top .virtual_top__service .wrap article {
  width: 48%;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
#virtual_top .virtual_top__service .wrap article a {
  color: inherit;
}
#virtual_top .virtual_top__service .wrap article a:hover figure {
  opacity: 0.5;
}
#virtual_top .virtual_top__service .wrap h3 {
  height: 45px;
  padding-left: 43px;
  line-height: 32px;
  font-size: 18px;
  position: relative;
}
#virtual_top .virtual_top__service .wrap h3::before {
  content: url("/images/virtual/virtual_top/service_arrow.svg");
  position: absolute;
  top: 0;
  left: 0;
}
#virtual_top .virtual_top__service .wrap h3 span {
  font-size: 14px;
  margin-left: 0.5em;
}
#virtual_top .virtual_top__service .wrap figure {
  margin-bottom: 0.5em;
  position: relative;
}
#virtual_top .virtual_top__service .wrap figure span {
  color: #fff;
  position: absolute;
  white-space: nowrap;
  background-color: #1f1d5d;
  right: 0;
  bottom: 0;
  display: block;
  width: 160px;
  text-align: right;
  padding: 10px;
}
#virtual_top .virtual_top__service .wrap figure img {
  border-radius: 1em;
}
#virtual_top .virtual_top__service .wrap h4 {
  width: 100%;
  border-bottom: 1px solid #1f1d5d;
  text-align: center;
  font-size: 14px;
  padding-bottom: 0.5em;
}
#virtual_top .access__summary {
  margin-top: 0px;
}
#virtual_top .virtual_top__news-campaign {
  background-image: url(/images/rentalshibuya/rentalshibuya_top/rentalshibuya_top__image04.png);
  background-position: center;
  background-size: cover;
}

.virtual_top__base .row {
  justify-content: center !important;
  text-align: center;
}
.virtual_top__base .row a {
  display: block;
}
.virtual_top__base .row div .pin {
  position: absolute;
  top: 40px;
  left: 50px;
}
.virtual_top__base .row div a {
  color: #000000;
  margin-bottom: 30px;
  padding: 30px;
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.virtual_top__base .row div a h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.virtual_top__base .row div a p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
}
.virtual_top__base .row div a span {
  font-size: 0.9rem;
}
.virtual_top__base .row div.shibuya a {
  background: url("/images/office_shibuya.jpg");
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.virtual_top__base .row div.yotsuya a {
  background: url("/images/office_yotsuya.jpg");
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.virtual_top__base .row div.akihabara a {
  background: url("/images/office_akihabara.jpg");
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.virtual_top__base .row div.toranomon a {
  background: url("/images/office_toranomon.jpg");
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.virtual_top__base .row div.jinbocho a {
  background: url("/images/office_yotsuya02.jpg");
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}

.virtual__price--table {
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.virtual__price--table tr {
  height: 70px;
}
.virtual__price--table th {
  font-size: 18px;
  line-height: 1.6em;
  width: 25%;
  border-left: 1px solid white;
  border-right: 1px solid white;
  letter-spacing: 3px;
  table-layout: fixed;
}
.virtual__price--table th span {
  font-size: 75%;
}
.virtual__price--table td {
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid #E6E6E6;
  letter-spacing: 3px;
  height: 90px;
  table-layout: fixed;
}
.virtual__price--table td > span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
}

ul.virtual__setsubi--list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.virtual__setsubi--list li:not(:last-of-type) {
  margin-bottom: 1em;
}
ul.virtual__setsubi--list li .icon {
  width: 100px;
}
ul.virtual__setsubi--list li .text {
  width: calc(100% - 135px);
}

ul.virtual_plan {
  background-color: #ffffff;
  border-radius: 20px;
  border: #e6e6e6 solid 1px;
  padding: 2em 100px;
  margin: 1em auto;
  width: 100%;
  max-width: 700px;
}
ul.virtual_plan li {
  margin-left: 1em;
  text-indent: -1em;
  padding-bottom: 0.5em;
}

.virtual_plan2__slider--wrap {
  border-top: #f2f2f2 solid 2px;
  padding: 40px 0;
}
.virtual_plan2__slider--wrap h5 {
  font-family: "Noto Sans JP", sans-serif;
  color: #1f1d5d;
  margin-bottom: 2em;
  font-size: 18px;
}
.virtual_plan2__slider--wrap p {
  font-size: 14px;
  margin-top: 4em;
}

.virtual_plan2__slider img {
  border-radius: 20px;
}
.virtual_plan2__slider .slick-dots li button:before {
  color: #f2f2f2;
}
.virtual_plan2__slider .slick-dots li.slick-active button:before {
  color: #1d2a62;
}

.virtual_plan3__flow article {
  text-align: center;
}
.virtual_plan3__flow article .flow_num {
  width: 50px;
  margin: 0 auto 1em;
}
.virtual_plan3__flow article .flow_title {
  display: inline-block;
  margin: 0 auto 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  min-height: 68px;
}
.virtual_plan3__flow article .flow_title span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.virtual_plan3__flow article .flow_title.memo {
  padding-left: 70px;
  background: url("/images/virtual/virtual_plan3/icon_memo.svg") no-repeat;
  background-position: left top;
}
.virtual_plan3__flow article .flow_title.mail {
  padding-left: 90px;
  background: url("/images/virtual/virtual_plan3/icon_mail.svg") no-repeat;
  background-position: left 10px;
}
.virtual_plan3__flow article .flow_box {
  border-radius: 20px;
  border: #e6e6e6 solid 2px;
  font-size: 14px;
  padding: 2em 1em;
}
.virtual_plan3__flow article .flow_box h6 {
  font-size: 14px;
  margin-bottom: 1.5em;
}

.flow_arrow {
  width: 70px;
  margin: 2em auto 1em;
}

.virtual_plan3__free_service {
  background-image: url("/images/virtual/virtual_plan3/bg_free_service.jpg");
  background-position: center;
  background-size: cover;
  padding: 70px 0;
}

.free_service_box {
  border-top: #201e5e solid 2px;
  border-left: #201e5e solid 2px;
  border-right: #201e5e solid 2px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 0.5em;
}
.free_service_box:last-of-type {
  border-bottom: #201e5e solid 2px;
}
.free_service_box h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0.8em 0;
}
.free_service_box p {
  font-size: 14px;
}

ul.virtual_QA li.q {
  background: url("/images/virtual/virtual_QA/icon_Q.svg") no-repeat;
  background-size: 3rem 3rem;
  color: #1f1d5d;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 2px;
  padding: 0.7rem 0 1rem 4.5rem;
  min-height: 4em;
}
ul.virtual_QA li.a {
  background: url("/images/virtual/virtual_QA/icon_A.svg") no-repeat;
  background-size: 3rem 3rem;
  color: #000000;
  font-size: 90%;
  line-height: 1.6em;
  padding: 0.7rem 0 1rem 4.5rem;
  min-height: 4em;
}
ul.virtual_QA li.a:not(:last-of-type) {
  margin-bottom: 1rem;
}
ul.virtual_QA li.a a {
  color: inherit;
  text-decoration: underline;
}

.virtual_QA--table {
  margin-bottom: 1rem;
  width: 100%;
}
.virtual_QA--table th {
  font-size: 18px;
  width: 36.6%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  letter-spacing: 3px;
  text-align: center;
}
.virtual_QA--table td {
  font-size: 14px;
  width: 64.4%;
  border: 1px solid #E6E6E6;
  line-height: 1.5em;
  padding: 2em;
}

#virtual_omoushikomi #virtual_omoushikomi__flow--link p.comment {
  text-align: center;
  margin-top: 2em;
}
#virtual_omoushikomi .request_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#virtual_omoushikomi .request_wrap a {
  width: 48%;
}
#virtual_omoushikomi header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_omoushikomi/virtual_omoushikomi__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.download_wrap {
  display: flex;
  flex-wrap: wrap;
}
.download_wrap .download_box {
  width: 50%;
  position: relative;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.download_wrap .download_box h3 {
  color: #ffffff;
  background-color: #1f1d5d;
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
}
.download_wrap .download_box .p-3 {
  text-align: center;
}
.download_wrap .download_box p {
  display: inline-block;
  text-align: left;
  padding-bottom: 115px;
  padding-bottom: 45px;
}
.download_wrap .download_box .download_box-btn {
  position: absolute;
  bottom: 1em;
  width: calc(100% - 2em);
}

#virtual_omoushikomi__download--link p.comment {
  text-align: justify;
  margin-top: 2em;
  padding-bottom: 0;
}

#virtual_omoushikomi__request--link p.comment {
  text-align: justify;
  margin-top: 2em;
  padding-bottom: 0;
}

.contactInner .form dt.form-matomete-shiharai {
  height: 45px;
}
.contactInner .form dd.form-matomete-shiharai {
  height: 210px;
}

.rentalshibuya__accordion--content {
  padding-top: 30px;
}

.rentalshibuya__accordion--contentBlock img {
  border-radius: 1.8rem;
}

.virtual_customervoice__about p.title-text {
  margin-bottom: 1em;
}
.virtual_customervoice__about p.comment {
  text-align: center;
}

.virtual_customervoice__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: dotted 1px #201E5E;
  padding: 35px 0;
}
.virtual_customervoice__block .btn-tran {
  position: absolute;
  bottom: 0;
  left: 0;
}

.virtual_customervoice__block--image {
  width: 100%;
  max-width: 250px;
}
.virtual_customervoice__block--image:nth-of-type(2n) {
  order: 2;
}

.virtual_customervoice__block--text {
  width: 100%;
  position: relative;
}
.virtual_customervoice__block--text > h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 1em 0;
}
.virtual_customervoice__block--text > p {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  height: 88px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: auto;
}
.virtual_customervoice__block--text a.next {
  color: #1f1d5d;
  font-size: 14px;
  width: 100%;
  padding-bottom: 70px;
  display: block;
}

.virtual_customervoice__block--name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  margin: 1em auto 0;
}
.virtual_customervoice__block--name .info1 {
  display: inline-block;
  font-size: 12px;
  padding: 1em 1em;
  line-height: 1.6em;
  text-align: center;
}
.virtual_customervoice__block--name .info2 p {
  line-height: 1.4em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: auto;
}

.virtual_customervoice__block--single {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.virtual_customervoice__block--single::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  bottom: -2px;
}
.virtual_customervoice__block--single article {
  width: 100%;
  padding: 35px 0;
  border-bottom: dotted 1px #201E5E;
  box-sizing: border-box;
  position: relative;
}
.virtual_customervoice__block--single .btn-tran {
  position: absolute;
  bottom: 35px;
}

.virtual_customervoice_single__block {
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.virtual_customervoice_single__block figure {
  width: 200px;
}

.virtual_customervoice_single__block--text {
  width: calc(100% - 230px);
}
.virtual_customervoice_single__block--text h3 {
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.virtual_customervoice_single__block--text h3 a {
  color: inherit;
  text-decoration: underline;
  line-height: 1.2em;
}
.virtual_customervoice_single__block--text h3 a::after {
  content: "";
  background: url("/images/virtual/virtual_ customervoice/customer_voice_arrow.svg");
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 0.5em;
  margin-right: 1em;
}
.virtual_customervoice_single__block--text .category {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: bold;
  background-color: #e6e6e6;
  display: inline-block;
  padding: 0.5em 1em;
}
.virtual_customervoice_single__block--text p {
  font-size: 14px;
  line-height: 1.8em;
}

.virtual_service-btn_area {
  width: 100%;
  max-width: 450px;
  margin: auto;
}

.arrow_box {
  position: relative;
  background: #ffffff;
  border: 1px solid #201E5E;
  height: 200px;
  box-sizing: border-box;
}
.arrow_box:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 99px;
  margin-top: -99px;
}
.arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(32, 30, 94, 0);
  border-left-color: #201E5E;
  border-width: 100px;
  margin-top: -100px;
}

h3.option-title {
  line-height: 1.8em;
  padding-bottom: 0;
  margin-bottom: 0.7em;
}

h4.option-target {
  border: #201E5E 2px solid;
  display: inline-block;
  margin: auto;
  padding: 0.3em 1.5em;
  margin-bottom: 1em;
  font-size: 14px;
}

.option__accordion {
  border-top: 1px solid #ffffff;
}

.option__accordion--content {
  padding: 20px 1rem 15px;
  display: none;
  text-align: center;
}
.option__accordion--content p {
  font-size: 14px;
  line-height: 2em;
}
.option__accordion--content p a {
  color: inherit;
  text-decoration: underline;
}
.option__accordion--content p.comment {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.option__accordion--btn {
  background-color: #201E5E;
  color: #ffffff;
  margin-bottom: -1px;
  box-sizing: border-box;
  padding: 0.5em 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.option__accordion--btn h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: calc(100% - 208px);
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.option__accordion--btn .option__price {
  font-size: 14px;
  width: 180px;
  text-align: right;
  line-height: 1.5em;
}
.option__accordion--btn .option__price span {
  display: block;
  font-size: 10px;
  line-height: 1em;
  padding-right: 1.5em;
  padding-top: 0.5em;
}
.option__accordion--btn .minas {
  font-size: 16px;
  width: 28px;
  text-align: right;
}
.option__accordion--btn:hover {
  cursor: pointer;
}

.campaign .option__accordion--btn h5 {
  background-position: right center;
  background-size: 100px auto;
}

#column_virtualoffice header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_column__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#column_virtualoffice .virtual__price--table th {
  font-size: 14px;
}
#column_virtualoffice .virtual__price--table .boeder_gray {
  border: 1px solid #E6E6E6;
}
#column_virtualoffice .virtual__price--table td {
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid #E6E6E6;
  letter-spacing: 3px;
  height: 90px;
  table-layout: fixed;
}
#column_virtualoffice .virtual__price--table td > span {
  display: block;
  font-size: 12px;
  letter-spacing: 0em;
}

#service_yubinuketori header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_column__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#service_yubinuketori .apply-text-hover {
  background-color: #ffffff;
}
#service_yubinuketori .apply-text-hover::after {
  border-color: #ffffff transparent transparent transparent;
}

.service_yubinuketori--table {
  text-align: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.service_yubinuketori--table th {
  font-size: 14px;
  line-height: 1.6em;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border: 1px solid white;
  letter-spacing: 1px;
  padding: 1em 1em;
}
.service_yubinuketori--table th > span {
  font-size: 75%;
}
.service_yubinuketori--table td {
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid #E6E6E6;
  letter-spacing: 1px;
  padding: 1em 1em;
  background: #ffffff;
}
.service_yubinuketori--table td > span {
  display: block;
  font-size: 75%;
  letter-spacing: 0.12em;
}

#virtual_kanban header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_column__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

#virtual_plan1 header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_plan1/virtual_plan1__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

#virtual_plan3 header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_plan3/virtual_plan3__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

#kouryuevent header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_top/virtual_top__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.virtual_omoushikomi__download .download_box {
  padding-bottom: 80px;
}

.virtual_plan2__office.container {
  max-width: 800px;
}

.virtual__option--table {
  width: 100%;
  font-size: 20px;
  margin-bottom: 40px;
}
.virtual__option--table span {
  font-size: 12px;
}

.virtual__option--table-light {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.virtual__option--table-light td {
  border: 1px solid #e6e6e6;
  padding: 18px 0;
  letter-spacing: 0;
  font-size: 16px;
}

.virtual__option--table-dark {
  background-color: #F2F2F2;
  border: 1px solid #fff;
  text-align: center;
}
.virtual__option--table-dark td {
  border: 1px solid #fff;
  padding: 18px 0;
  letter-spacing: 0;
  font-size: 16px;
}

#virtual_option header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_option/virtual_option__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.virtual_top__access.container {
  max-width: 800px;
}

#virtual_plan2 header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/virtual/virtual_plan2/virtual_plan2__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

@media screen and (min-width: 768px) {
  #virtual_top header.mainimg h1 {
    top: 45.5%;
    left: 15px;
  }
  #virtual_top header.mainimg h1 span {
    font-size: 18px;
    letter-spacing: 0.13em;
  }
  .contactInner .form dl dt span.required {
    top: 30px;
  }
  .contactInner .form dt.form-matomete-shiharai {
    height: 190px;
  }
  .contactInner .form dd.form-matomete-shiharai {
    height: 190px;
  }
  .virtual_customervoice__block {
    justify-content: space-between;
  }
  .virtual_customervoice__block--image {
    width: 46%;
    max-width: 46%;
  }
  .virtual_customervoice__block--text {
    width: 46%;
  }
  .virtual_customervoice__block--text > h3 {
    text-align: left;
  }
  .virtual_customervoice__block--name {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    text-align: left;
  }
  .virtual_customervoice__block--name .info1 {
    display: inline-block;
    width: auto;
    text-align: left;
  }
  .virtual_customervoice__block--name .info2 p {
    text-align: left;
    text-align: left;
    line-height: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
    font-weight: bold;
    padding: 0 1em;
    padding: 0 1em;
    margin: auto;
    margin: auto;
  }
  .virtual_customervoice__block--single article {
    width: 50%;
  }
  .virtual_customervoice__block--single article:nth-of-type(odd) {
    padding-right: 4%;
    border-right: dotted 1px #201E5E;
  }
  .virtual_customervoice__block--single article:nth-of-type(odd) .btn-tran {
    width: 92%;
    right: 8%;
  }
  .virtual_customervoice__block--single article:nth-of-type(even) {
    padding-left: 4%;
  }
  .virtual_customervoice__block--single article:nth-of-type(even) .btn-tran {
    width: 92%;
    left: 8%;
  }
}
@media screen and (max-width: 575px) {
  #virtual_top header.mainimg h1 img {
    height: 28px;
  }
  .virtual__price--table th:not(:first-of-type) {
    font-size: 14px;
    font-size: 14px;
  }
  .virtual__price--table td {
    font-size: 12px;
    font-size: 12px;
  }
  ul.virtual_plan {
    padding: 2em 2rem 2em 3rem;
  }
  .virtual_plan3__flow article .flow_title {
    font-size: 18px;
  }
  .virtual_plan3__flow article .flow_title span {
    font-size: 14px;
  }
  .virtual_plan3__flow article .flow_title.memo {
    padding-left: 0;
    padding-top: 70px;
    background-position: center top;
  }
  .virtual_plan3__flow article .flow_title.mail {
    padding-left: 0;
    padding-top: 66px;
    background-position: center top;
  }
  .virtual_plan3__flow article .flow_box p.t_long {
    text-align: justify;
  }
  .virtual_plan3__flow article .flow_box p.t_long br {
    display: none;
  }
  .virtual_QA--table th {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .virtual_QA--table td {
    padding: 1em;
  }
  .download_wrap .download_box {
    width: 100%;
  }
  .download_wrap .download_box p {
    padding-bottom: 130px;
    padding-bottom: 60px;
  }
  #virtual_omoushikomi section.container-white:last-of-type {
    padding-top: 0;
  }
  #virtual_omoushikomi .request_wrap a {
    width: 100%;
  }
  .access__shibuya__btn_1 {
    font-size: 90%;
    letter-spacing: 0;
  }
  .access__shibuya__btn_2 {
    font-size: 90%;
    letter-spacing: 0;
  }
  .access__yotsuya__btn_1 {
    font-size: 90%;
    letter-spacing: 0;
  }
  .access__yotsuya__btn_2 {
    font-size: 90%;
    letter-spacing: 0;
  }
  .option__accordion--content p {
    text-align: left;
  }
  br.pc {
    display: none;
  }
  .option__accordion--btn {
    flex-wrap: wrap;
  }
  .option__accordion--btn h5 {
    width: 100%;
  }
  .option__accordion--btn .option__price {
    font-size: 14px;
    width: calc(100% - 28px);
    text-align: left;
  }
  .virtual__option--table-light td {
    display: block;
    width: 100%;
  }
  .virtual__option--table-dark td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  #virtual_top .virtual_top__service .wrap {
    justify-content: center;
  }
  #virtual_top .virtual_top__service .wrap article {
    width: 100%;
    max-width: 400px;
  }
  #virtual_top .virtual_top__service .wrap article:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 576px) {
  .download_wrap .download_box:last-of-type {
    border-left: none;
  }
}
@media screen and (max-width: 991px) {
  .access__shibuya__btn_1 {
    line-height: 1.6em;
    padding: 1em 0;
  }
  .access__shibuya__btn_2 {
    line-height: 1.6em;
    padding: 1em 0;
  }
  .access__yotsuya__btn_1 {
    line-height: 1.6em;
    padding: 1em 0;
  }
  .access__yotsuya__btn_2 {
    line-height: 1.6em;
    padding: 1em 0;
  }
  .contactInner .form .form-chushaku {
    line-height: 1.6em;
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  .virtual_customervoice_single__block {
    padding: 25px 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .virtual_customervoice_single__block figure {
    width: 100%;
    max-width: 250px;
  }
  .virtual_customervoice_single__block h3 a {
    font-size: 18px;
  }
  .virtual_customervoice_single__block--text {
    width: 100%;
    display: block;
  }
  .virtual_customervoice_single__block--text h3 {
    text-align: center;
    line-height: 1.7em;
  }
  .virtual_customervoice_single__block--text > div {
    width: 100%;
    text-align: center;
    display: block !important;
  }
}
/* CSS Document */
/*------------------
keieisupport_共有
/*------------------*/
/*------------------
keieisupport_hoken_interview
/*------------------*/
/*------------------
keieisupport_dokuritsu
/*------------------*/
/*------------------
keieisupport_finance
/*------------------*/
/*------------------
keieisupport_hoken_QA
/*------------------*/
/*------------------
keieisupport_kojin_hoken
/*------------------*/
/*------------------
keieisupport_kigyou
/*------------------*/
/*------------------
keieisupport_kouza
/*------------------*/
/*------------------
keieisupport_touki_flow
/*------------------*/
/*------------------
keieisupport_visa
/*------------------*/
ul.keieisupport__link {
  width: 100%;
  padding-top: 70px;
}
ul.keieisupport__link li {
  background-image: url("/images/virtual/virtual_QA/arrow_plan.svg"), url("/images/keieisupport/keieisupport_dokuritsu/keieisupport_dokuritsu__banner01.jpg");
  width: 100%;
  height: 170px;
  text-align: center;
  background-size: 27px auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: 93% center, center;
}
ul.keieisupport__link li:hover {
  opacity: 0.5;
}
ul.keieisupport__link li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: inherit;
}
ul.keieisupport__link li a p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  letter-spacing: 0.01em;
}

ul.keieisupport__link.kojin_hoken li {
  background-image: url("/images/virtual/virtual_QA/arrow_plan.svg"), url("/images/keieisupport/keieisupport_kojin_hoken/keieisupport_kojin_hoken__banner01.jpg");
  width: 100%;
  height: 170px;
  text-align: center;
  background-size: 27px auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: 93% center, center;
}

header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/keieisupport/keieisupport_hoken_QA/keieisupport_hoken_QA__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

#keieisupport_hoken_interview__service p a {
  color: inherit;
  text-decoration: underline;
}

#keieisupport_hoken_interview__interview .interview__content .interview__contentBlock .interview__contentBlock--answer::before {
  font-size: 18px;
  position: absolute;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  content: "戸";
  border: 1px solid #E6E6E6;
  text-align: center;
  color: #1f1d5d;
  width: 65px;
  line-height: 65px;
  background-color: #fff;
  border-radius: 50%;
  left: -100px;
  top: -22px;
  font-weight: bold;
}

.profile-intro {
  position: absolute;
  bottom: 80px;
  left: 120px;
  text-align: center;
  color: #ffffff;
}
.profile-intro .title-hr {
  border-top: 1px solid #ffffff;
}

#keieisupport_dokuritsu header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/keieisupport/keieisupport_dokuritsu/keieisupport_dokuritsu__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#keieisupport_dokuritsu dl dt {
  font-size: 16px;
  font-weight: normal;
}
#keieisupport_dokuritsu dl dd {
  font-size: 14px;
  padding-left: 2em;
  line-height: 1.6em;
  padding-bottom: 0.7em;
}

.keieisupport_dokuritsu__tax--wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.keieisupport_dokuritsu__tax--wrap a {
  color: inherit;
  text-decoration: underline;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: bold;
  padding: 0 1em 0.5em;
}
.keieisupport_dokuritsu__tax--wrap a img {
  width: 1.3em;
  height: auto;
  margin-right: 0.5em;
}

.comment-box {
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  padding: 40px;
  position: absolute;
  bottom: 99%;
  left: -5%;
  text-align: left;
  width: 310px;
}
.comment-box::after {
  content: "";
  border-style: solid;
  border-width: 26px 15px 0 15px;
  border-color: #f2f2f2 transparent transparent transparent;
  display: block;
  height: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  width: 0;
}
.comment-box p {
  margin-bottom: 0;
}
.comment-box .comment-close {
  cursor: pointer;
  font-size: 150%;
  position: absolute;
  top: 5px;
  right: 10px;
}

#keieisupport_finance header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/keieisupport/keieisupport_finance/keieisupport_finance__topView02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.one-point {
  display: flex;
  justify-content: space-between;
}
.one-point figure {
  width: 120px;
}
.one-point > div {
  width: calc(100% - 150px);
}

.fukidasi--arrow_left {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 20px 20px 20px 35px;
  text-align: left;
  border: 1px solid #201E5E;
  font-size: 14px;
  line-height: 1.7em;
  border-radius: 10px;
}
.fukidasi--arrow_left p {
  padding: 0;
  margin: auto;
}
.fukidasi--arrow_left:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 60px;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-top: -10px;
  border-right-color: #FFFFFF;
}
.fukidasi--arrow_left:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 60px;
  border-color: rgba(32, 30, 94, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-top: -11px;
  margin-right: 1px;
  border-right-color: #201E5E;
}

#keieisupport_hoken_QA header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/keieisupport/keieisupport_hoken_QA/keieisupport_hoken_QA__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

ul.virtual_QA li.q {
  background: url("/images/virtual/virtual_QA/icon_Q.svg") no-repeat;
  background-size: 3rem 3rem;
  color: #1f1d5d;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 2px;
  padding: 0.6rem 0 1rem 4.5rem;
  min-height: 4em;
}
ul.virtual_QA li.a {
  background: url("/images/virtual/virtual_QA/icon_A.svg") no-repeat;
  background-size: 3rem 3rem;
  color: #000000;
  font-size: 90%;
  line-height: 1.6em;
  padding: 0.6rem 0 1rem 4.5rem;
  min-height: 4em;
}
ul.virtual_QA li.a:not(:last-of-type) {
  margin-bottom: 1rem;
}
ul.virtual_QA li.a a {
  color: inherit;
  text-decoration: underline;
}

#keieisupport_kojin_hoken header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/keieisupport/keieisupport_kojin_hoken/keieisupport_kojin_hoken__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/keieisupport/keieisupport_kojin_hoken/keieisupport_kojin_hoken__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

#keieisupport_kigyou header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/keieisupport/keieisupport_finance/keieisupport_finance__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.keieisupport_kigyou_voice--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.keieisupport_kigyou_voice--wrap figure {
  width: 46%;
  max-width: 450px;
  margin-bottom: 0;
}
.keieisupport_kigyou_voice--wrap .text {
  width: 46%;
  max-width: 450px;
}
.keieisupport_kigyou_voice--wrap .text h4 {
  font-size: 18px;
  line-height: 1.6em;
}
.keieisupport_kigyou_voice--wrap .text .links {
  display: flex;
  justify-content: flex-start;
}
.keieisupport_kigyou_voice--wrap .text .links img {
  width: 40px;
  height: auto;
  margin-right: 30px;
}

#keieisupport_kouza header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/keieisupport/keieisupport_kouza/keieisupport_kouza__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.keieisupport_kouza__financial li {
  padding-bottom: 2em;
}
.keieisupport_kouza__financial a {
  color: inherit;
  text-decoration: underline;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: bold;
}
.keieisupport_kouza__financial a img {
  width: 1.3em;
  height: auto;
  margin-right: 0.5em;
}
.keieisupport_kouza__financial span {
  font-size: 14px;
}

.financial_institution article {
  padding: 2em 0 1.3em;
  border-top: dotted 1px #201E5E;
}
.financial_institution article:last-of-type {
  border-bottom: dotted 1px #201E5E;
}
.financial_institution article p {
  font-size: 18px;
  line-height: 1em;
}
.financial_institution article > ul > li {
  padding-right: 1em;
  line-height: 1.6em;
  font-size: 14px;
  padding-bottom: 0.5em;
}
.financial_institution article .comment {
  font-size: 12px;
  line-height: 1.2em;
  padding-bottom: 0.3em;
  padding-left: 1.3em;
}

#keieisupport_touki_flow header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/keieisupport/keieisupport_touki_flow/keieisupport_touki_flow__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.keieisupport__flow article {
  text-align: center;
}
.keieisupport__flow article .flow_num {
  width: 50px;
  margin: 0 auto 1em;
}
.keieisupport__flow article .flow_title {
  display: inline-block;
  margin: 0 auto 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  min-height: 68px;
}
.keieisupport__flow article .flow_title span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.keieisupport__flow article .flow_title.memo {
  padding-left: 70px;
  background: url("/images/virtual/virtual_plan3/icon_memo.svg") no-repeat;
  background-position: left top;
}
.keieisupport__flow article .flow_box {
  border-radius: 20px;
  border: #e6e6e6 solid 2px;
  font-size: 14px;
  padding: 2em 1em;
}
.keieisupport__flow article .flow_box h6 {
  font-size: 14px;
  margin-bottom: 1.5em;
}

.virtual_plan3__flow article .flow_title.mail {
  padding-left: 90px;
  background: url("/images/virtual/virtual_plan3/icon_mail.svg") no-repeat;
  background-position: left 10px;
}

.flow_arrow {
  width: 70px;
  margin: 2em auto 1em;
}

.keieisupport__todo article {
  padding-top: 2em;
}
.keieisupport__todo article h4.todo_h4 {
  width: 12em;
  padding: 1em;
  margin: 1em auto 1em;
  border: 2px solid #201E5E;
  border-radius: 1em;
  text-align: center;
}
.keieisupport__todo article ul li {
  line-height: 1.6em;
  padding-bottom: 0.7em;
}
.keieisupport__todo article dl dd {
  font-size: 14px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6em;
  padding-bottom: 0.7em;
  padding-left: 1em;
}
.keieisupport__todo article dl dt {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.marubatsu__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 1em;
}
.marubatsu__wrap > div {
  background-color: #F2F2F2;
  border: #E6E6E6 solid 1px;
  padding: 2em 0 1.5em;
  text-align: center;
  width: 45%;
  border-radius: 1em;
}
.marubatsu__wrap > div ul {
  text-align: left;
}
.marubatsu__wrap > div.maru {
  background-image: url("/images/keieisupport/keieisupport_touki_flow/keieisupport_touki_flow__maru.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.marubatsu__wrap > div.batsu {
  background-image: url("/images/keieisupport/keieisupport_touki_flow/keieisupport_touki_flow__batsu.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

#keieisupport_visa header.mainimg {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 60%, transparent), url("/images/keieisupport/keieisupport_visa/keieisupport_visa__topView.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

ul.checked li {
  padding-left: 3em;
  background: url("/images/keieisupport/keieisupport_visa/icon--checked.svg") no-repeat top left;
  background-size: 28px 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}

.keieisupport_introduction--wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.keieisupport_introduction--wrap figure {
  width: 45%;
}
.keieisupport_introduction--wrap > div {
  width: 45%;
}

@media screen and (max-width: 575px) {
  ul.keieisupport__link li {
    height: 160px;
    background-size: auto 32px, cover;
  }
  ul.keieisupport__link li a img {
    left: 10%;
    transform: translate(0%, -50%);
  }
  ul.keieisupport__link.kojin_hoken li {
    height: 160px;
    background-size: auto 32px, cover;
  }
  ul.keieisupport__link.kojin_hoken li a img {
    left: 10%;
    transform: translate(0%, -50%);
  }
  #keieisupport_hoken_interview__interview .interview__content .interview__contentBlock .interview__contentBlock--answer::before {
    font-size: 14px;
    width: 40px;
    line-height: 40px;
    left: -45px;
    top: 0px;
  }
  .profile-intro {
    padding: 20px 0 0;
    position: static;
    color: #1f1d5d;
  }
  .profile-intro .title-hr {
    border-top: 1px solid #1f1d5d;
  }
  .keieisupport_dokuritsu__tax--wrap {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .comment-box {
    font-size: 13px;
    margin: 0 auto;
    padding: 25px;
    left: 0;
    right: 0;
    width: 90%;
  }
  .comment-box2 {
    font-size: 13px;
    margin: 0 auto;
    padding: 25px;
    left: 0;
    right: 0;
    width: 90%;
  }
  .one-point figure {
    width: 80px;
  }
  .one-point > div {
    width: calc(100% - 100px);
  }
  .fukidasi--arrow_left {
    padding: 20px 10px 20px 25px;
  }
  .fukidasi--arrow_left:after {
    top: 40px;
  }
  .fukidasi--arrow_left:before {
    top: 40px;
  }
  .keieisupport_kigyou_voice--wrap figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .keieisupport_kigyou_voice--wrap .text {
    width: 100%;
  }
  .keieisupport_kouza__financial span {
    display: block;
    padding-left: 3.5em;
    line-height: 1.5em;
  }
  .keieisupport__flow article .flow_title {
    font-size: 18px;
  }
  .keieisupport__flow article .flow_title span {
    font-size: 14px;
  }
  .keieisupport__flow article .flow_title.memo {
    padding-left: 0;
    padding-top: 70px;
    background-position: center top;
  }
  .keieisupport__flow article .flow_title.mail {
    padding-left: 0;
    padding-top: 66px;
    background-position: center top;
  }
  .keieisupport__flow article .flow_box p.t_long {
    text-align: justify;
  }
  .keieisupport__flow article .flow_box p.t_long br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .profile-intro {
    left: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .marubatsu__wrap {
    flex-direction: column;
  }
  .marubatsu__wrap > div {
    width: 100%;
    max-width: 420px;
  }
  .marubatsu__wrap > div:first-of-type {
    margin-bottom: 1em;
  }
  .keieisupport_introduction--wrap {
    flex-wrap: wrap;
  }
  .keieisupport_introduction--wrap figure {
    width: 100%;
  }
  .keieisupport_introduction--wrap > div {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .info .area3 > div {
    margin: 1px 1px 0px;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #chamo-window {
    display: none;
  }
  .tableD {
    display: none;
  }
  .tableD th {
    height: 61px;
  }
  .tableD td {
    height: 20px;
  }
  .daikou_plan__needs--tags:last-of-type {
    margin-top: 35px;
  }
  .daikou_hisho__flow--hover {
    visibility: hidden;
  }
  .rentalshibuya__slider h4 {
    margin: auto 0.5rem;
  }
  .rental_service__hover1 {
    visibility: hidden;
    visibility: hidden;
  }
  .rental_service__hover2 {
    visibility: hidden;
    visibility: hidden;
  }
  .rentalshibuya_qa__contract .tableA {
    margin-left: -11%;
    width: 90vw;
  }
  .topVoice__point h4 {
    text-align: center;
  }
  .topVoice__overView ul li span {
    display: block;
  }
  .topVoice__overView ul li dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  dd.topVoice__overView--url {
    line-height: 2;
  }
  a {
    letter-spacing: -0.01em;
  }
  .halfWideImage {
    padding-top: 12px;
  }
  .rental_customer_voice__pointIcon {
    margin: 0 auto;
    max-width: 150px;
  }
  .rental_customer_voice__pointIcon img {
    width: 100%;
  }
  .rental_kanban__flow--figure1 .rental_kanban__flow--figure1--text4 {
    white-space: nowrap;
  }
  .rental_kanban__hover1 {
    visibility: hidden;
  }
  .under__submenu {
    display: none;
  }
  .mainmenu {
    background-color: #1f1d5d;
    height: 60px;
  }
  .mainmenu .logo h1 {
    top: 0 !important;
    margin-top: 15px;
    padding-left: 0;
  }
  .info .area3 div:nth-child(3) {
    display: none;
  }
  .info .area3 div:nth-child(4) {
    display: none;
  }
  .info .area3 div:nth-child(5) {
    display: none;
  }
  .info .area3 > div {
    width: 50vw;
    margin: 0px;
    margin-right: 1px;
    margin-top: 1px;
    padding: 10px;
    text-align: center;
  }
  .footer-copyright {
    padding-bottom: 80px;
  }
  .submit-btn iframe {
    height: 78px;
  }
  .chamo_frame {
    right: 0 !important;
  }
  .menu_sp ul.submenu li.subheader {
    font-weight: bold;
    color: inherit;
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .w-800 {
    width: auto;
  }
  .index_office_item.pop_akihabara::before,
  .index_office_item.pop_yotsuya::before,
  .index_office_item.pop_shibuya::before {
    width: 70px;
    height: 70px;
    top: -35px;
    font-size: 11px;
  }
  .index_office_item.pop_shibuya::before {
    padding: 19px 0;
  }
  .index_office_item.pop_yotsuya::before {
    padding: 28px 0;
  }
  .index_office_item.pop_akihabara::before {
    padding: 19px 0;
  }
}
@media (max-width: 576px) {
  .tab {
    display: none !important;
  }
  .under__submenu ul {
    width: auto;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .under__submenu ul li {
    width: 50%;
    padding: 0;
    text-align: center;
    line-height: 45px;
    border: 1px solid #1f1d5d;
    margin-top: -1px;
    margin-right: -1px;
  }
  .title-text {
    text-align: left;
  }
  .title-text--left {
    text-align: left;
  }
  .title-text--center {
    text-align: center;
  }
  #daikou_top header.mainimg h1 img {
    height: 28px;
  }
  #daikou_top header.mainimg .logo h1 {
    top: 0;
  }
  section.daikou_2000yen__about p {
    text-align: left;
  }
  section.daikou_2000yen__about span {
    font-size: 12px;
  }
  section.daikou_2000yen__about span.daikou_2000yen__about--text01 {
    top: 22%;
  }
  section.daikou_2000yen__about span.daikou_2000yen__about--text02 {
    top: 40%;
    left: 36%;
  }
  section.daikou_2000yen__about span.daikou_2000yen__about--text03 {
    top: 20%;
    left: 70%;
  }
  section.daikou_2000yen__about span.daikou_2000yen__about--text04 {
    top: 105%;
  }
  section.daikou_2000yen__about span.daikou_2000yen__about--text05 {
    left: 72%;
  }
  section.daikou_03senyou__about p {
    text-align: left;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span {
    letter-spacing: 0.5px;
    font-size: 10px;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text01 {
    font-size: 10px;
    top: 26%;
    left: 5%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text02-1 {
    top: 46%;
    left: 73%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text02-2 {
    font-size: 10px;
    top: 48%;
    left: 62%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text03 {
    top: 20%;
    left: 41%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text04 {
    top: 67%;
    left: 42%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text05 {
    font-size: 10px;
    top: 30%;
    left: 61%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text06 {
    font-size: 11px;
    top: 38%;
    left: 43.5%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text07 {
    font-size: 10px;
    top: 50.5%;
    left: 33%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text08 {
    font-size: 10px;
    top: 75%;
    left: 35%;
    letter-spacing: 0.1em;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text09 {
    font-size: 10px;
    top: 86%;
    left: 33%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text10 {
    font-size: 10px;
    top: 86%;
    left: 50%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text01 {
    top: 38%;
    left: 2%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text02 {
    font-size: 10px;
    top: 40%;
    left: 10%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text03 {
    top: 70%;
    left: 47%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text04 {
    top: 20%;
    left: 49%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text05 {
    font-size: 10px;
    left: 72%;
    top: 54%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text06 {
    font-size: 11px;
    top: 40%;
    left: 51%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text07 {
    font-size: 10px;
    top: 33%;
    left: 72%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text08 {
    font-size: 10px;
    top: 53.5%;
    left: 88%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text09 {
    font-size: 10px;
    top: 75.5%;
    left: 43%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image02 span.daikou_03senyou__about--text10 {
    font-size: 10px;
    top: 77.5%;
    left: 45%;
  }
  .access__shibuya__btn_1 {
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .access__shibuya__btn_1 > span {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .access__shibuya__btn_2 {
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .access__shibuya__btn_2 > span {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .access__yotsuya__btn_1 {
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .access__yotsuya__btn_1 > span {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .access__yotsuya__btn_2 {
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .access__yotsuya__btn_2 > span {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .daikou_omoushikomi__apply--image {
    font-size: 13px;
  }
  .daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text1 {
    top: 6%;
    left: 31%;
  }
  .daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text2 {
    top: 48%;
    left: 40%;
  }
  .daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text3 {
    top: 72%;
    left: 25%;
  }
  a.daikou_omoushikomi--btn > i {
    padding-right: 18px;
  }
  h3.title-h3-lh {
    line-height: 2;
  }
  .daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--question {
    padding-bottom: 20px;
  }
  .daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--question::before {
    font-size: 16px;
    width: 40px;
    line-height: 40px;
    left: -45px;
    top: 0;
  }
  .daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--answer::before {
    font-size: 14px;
    width: 40px;
    line-height: 40px;
    left: -45px;
    top: 0px;
  }
  #rentalshibuya_top header.mainimg h1 img {
    height: 28px;
  }
  .rentalshibuya__accordion--content h4 {
    padding-top: 10px;
    padding-top: 10px;
    padding-top: 10px;
  }
  figure.rentalshibuya_priceFloorlayout__figure .rentalshibuya_priceFloorlayout__roomInfo {
    width: 100%;
  }
  #rentalyotsuya_top header.mainimg h1 img {
    height: 28px;
  }
  figure.rentalyotsuya_priceFloorlayout__figure .rentalyotsuya_priceFloorlayout__roomInfo {
    width: 100%;
  }
  #mail header.mainimg h1 img {
    height: 28px;
  }
  #forbuildingowner header.mainimg h1 img {
    height: 28px;
  }
  #map header.mainimg h1 img {
    height: 28px;
  }
  section.rental_customer_voice h3 {
    letter-spacing: 0.05em;
  }
  #rental_top header.mainimg h1 img {
    height: 28px;
  }
  .highlight-box {
    padding: 30px 20px;
  }
  .office_camp a {
    padding: 16px 30px;
  }
  #bcp_top header.mainimg h1 img {
    height: 28px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  .featureList .featureList__box {
    width: 33.3333333333%;
    width: 33.3333333333%;
    width: 33.3333333333%;
  }
  section.daikou_03senyou__about figure.daikou_03senyou__about--image01 span.daikou_03senyou__about--text10 {
    font-size: 10px;
  }
  .fullWidth {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
  }
  .bg-gray-xsNone {
    background: #f2f2f2;
  }
  .daikou_omoushikomi__apply--image {
    font-size: 16px;
  }
  .daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text1 {
    top: 18%;
    left: 3%;
  }
  .daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text2 {
    top: 32%;
    left: 44%;
  }
  .daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text3 {
    top: 7%;
    left: 75%;
  }
  .daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--question {
    padding-left: 85px;
  }
  .daikou_qa__content .daikou_qa__contentBlock .daikou_qa__contentBlock--answer {
    padding-left: 85px;
  }
}
@media screen and (min-width: 768px) {
  header.mainimg {
    height: 100vh;
    max-height: 768px;
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-position: top left, bottom left, center center;
    background-size: auto, auto, cover;
  }
  header.mainimg .class202010 {
    height: calc(100% - 125px);
    max-height: 643px;
  }
  header.mainimg h1 {
    bottom: 5%;
    top: 40%;
    text-align: center;
  }
  header.mainimg h1 .main-text {
    max-height: auto;
  }
  header.mainimg .logo h1 {
    top: -15px !important;
  }
  header.mainimg .spmenu {
    display: none;
  }
  header.mainimg .keycolor {
    color: inherit;
  }
  header.mainimg .pl-md-5 {
    text-align: left;
  }
  header.mainimg .medium {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
  }
  .hbg {
    background-color: #fff;
  }
  .pt40 {
    padding: 20px 20px 0;
  }
  .tags--yotsuya {
    left: 6%;
  }
  .tags--shibuya {
    left: 6%;
  }
  .menu li {
    float: left;
  }
  #daikou_top header.mainimg h1 {
    top: 45.5%;
    left: 15px;
  }
  #daikou_top header.mainimg h1 span {
    font-size: 18px;
    letter-spacing: 0.13em;
  }
  #daikou_top header.mainimg .logo h1 {
    left: 0;
  }
  .featureList .featureList__box {
    width: 25%;
    width: 25%;
    width: 25%;
  }
  .daikou_top__since2000--image {
    margin: 0;
    max-width: 63%;
  }
  .contactInner form dl {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contactInner form dl dt {
    width: 35.5%;
    height: 90px;
    padding-top: 27px;
    padding-left: 40px;
    font-size: 14px;
  }
  .contactInner form dl dt span.required {
    position: absolute;
    left: initial;
    right: 5%;
    top: 30px;
  }
  .contactInner form dl dt span.required--message {
    right: 5%;
    top: 10.5%;
  }
  .contactInner form dl dt.form-bank {
    min-height: 90px;
    padding-top: 12px;
  }
  .contactInner form dl dd {
    width: 64.5%;
    border-top: 1px solid #E6E6E6;
  }
  .contactInner form dl dd select.form-select {
    margin-left: 0;
  }
  .contactInner form dl input.form-text {
    margin-left: 0;
  }
  .contactInner form dt.form-shiharai-houhou {
    height: 128px;
  }
  .contactInner form dd.form-shiharai-houhou {
    height: 128px;
  }
  .contactInner form .form-chushaku {
    padding-left: 0;
  }
  .contactInner form dt.form-message {
    height: 300px;
  }
  .contactInner form dd.form-message textarea {
    margin-left: 0;
  }
  .contactInner form dt.form-file1 {
    min-height: 150px;
  }
  .contactInner form dt.form-file1-2 {
    min-height: 210px;
  }
  .contactInner form dt.form-file2 {
    min-height: 150px;
  }
  .contactInner form dd.form-file2 {
    min-height: 200px;
  }
  .contactInner form dt.form-file3 {
    height: auto;
    width: 20%;
  }
  .contactInner form dd.form-file3 {
    height: auto;
    width: 80%;
  }
  .daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text1 {
    top: 30%;
    left: 7%;
  }
  .daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text2 {
    top: 38%;
    left: 47%;
  }
  .daikou_omoushikomi__apply--image span.daikou_omoushikomi__apply--text3 {
    top: 18%;
    left: 78%;
  }
  .daikou_custome_voice__block {
    flex-direction: row;
  }
  .daikou_custome_voice__block--image img {
    padding-left: 18%;
  }
  .daikou_custome_voice__block--text {
    padding-left: 2rem;
  }
  .daikou_custome_voice__block--text h3 {
    padding-top: 0;
  }
  .daikou_custome_voice__block--text h3 a img {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
  .daikou_hisho__recommendBlock--left {
    margin-bottom: 0;
  }
  .daikou_hisho__recommendBlock--left img {
    max-width: 150px;
  }
  .daikou_hisho__flow--figure > div {
    text-decoration: underline;
  }
  .daikou_hisho__flow--figure > div::after {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    content: ">>";
    text-decoration: none;
  }
  .daikou_hisho__flow--figure .daikou_hisho__flow--figure--text1 {
    top: 48%;
    left: 14%;
  }
  .daikou_hisho__flow--figure .daikou_hisho__flow--figure--text2 {
    top: 48%;
    left: 40%;
  }
  .daikou_hisho__flow--figure .daikou_hisho__flow--figure--text3 {
    top: 48%;
    left: 65%;
  }
  .daikou_hisho__flow--figure .daikou_hisho__flow--figure--text4 {
    top: 48%;
    left: 87%;
    white-space: nowrap;
  }
  .daikou_hisho__flowFigure--text01 {
    top: 10.5%;
    left: 22%;
  }
  .daikou_hisho__flowFigure--text02 {
    top: 36%;
    left: 27%;
  }
  .daikou_hisho__flowFigure--text03 {
    top: 36%;
    left: 66%;
  }
  .daikou_hisho__flowFigure--text04 {
    top: 44%;
    left: 20%;
  }
  .daikou_hisho__flowFigure--text05 {
    top: 44%;
    left: 60%;
    font-size: 14px;
  }
  .daikou_hisho__flowFigure--text06 {
    top: 57%;
    left: 2%;
    font-size: 18px;
  }
  .daikou_hisho__flowFigure--text07 {
    top: 57%;
    left: 42%;
    font-size: 18px;
  }
  .daikou_hisho__flowFigure--text08 {
    top: 57%;
    left: 88%;
    font-weight: bold;
    font-size: 18px;
  }
  .daikou_hisho__flowFigure--text09 {
    top: 55%;
    left: 66%;
  }
  .daikou_hisho__flowFigure--text10 {
    top: 67%;
    left: 45%;
  }
  .daikou_hisho__flowFigure--text11 {
    top: 67%;
    left: 61%;
  }
  .daikou_hisho__flowFigure--text12 {
    top: 95%;
    left: 48%;
  }
  .daikou_hisho__flow--figure--text4 {
    left: 9%;
  }
  .top_white {
    color: inherit;
  }
}
@media screen and (min-width: 930px) {
  .task__detail {
    font-size: 14px;
  }
  .task__detail h4 {
    font-size: 18px;
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.glowAnime span {
  opacity: 0;
}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*下から上*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff; /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgDUextendTrigger {
  opacity: 0;
}/*# sourceMappingURL=general.css.map */