@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;
  }
}
.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: white;
  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: white;
  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: white;
  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: white;
  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: #ed1c24;
  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: white;
  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: white;
  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: white;
  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: white;
  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: white;
  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;
  }
}
@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: #1f1d5d;
    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: #1f1d5d;
  }
  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: #1f1d5d;
  }
}
@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;
}

header.mainimg {
  height: auto;
}
header.mainimg .wrap {
  height: 25px;
}

/*サブメニュー*/
.submenu__btn-fill {
  color: #fff;
  transition: all 0.3s;
  background-color: rgba(31, 29, 93, 0.4);
}
.submenu__btn-fill:hover {
  color: #fff;
  background-color: rgba(31, 29, 93, 0);
}

.submenu__btn-size {
  height: 485px;
  position: relative;
  background-image: url("/images/submenu__top-right.png");
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
  display: block;
}

.submenu__text {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  max-width: 100%;
  bottom: 20px;
  left: 20px;
  text-shadow: 3px 3px 8px black;
}
.submenu__text h2 {
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
}

@media screen and (max-width: 1300px) {
  .submenu__text {
    font-size: 14px;
    line-height: 1.6em;
  }
  .submenu__text h2 {
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1000px) {
  .submenu__text {
    left: 10px;
  }
  .submenu__text h2 {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .submenu__btn-fill {
    color: #201e5e;
    background-color: rgba(31, 29, 93, 0);
  }
  .submenu__btn-fill:hover {
    color: #fff;
    background-color: rgba(31, 29, 93, 0.4);
  }
  .submenu__btn-size {
    height: 30vw;
  }
  .submenu__text {
    color: #201e5e;
    font-size: 14px;
    line-height: 1.5em;
    position: absolute;
    width: 47%;
    bottom: 50%;
    transform: translateY(50%);
    left: 53%;
    text-shadow: none;
  }
  .submenu__text h2 {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 2px;
    color: #201e5e;
  }
  .submenu__text::after {
    content: "";
    background: url("/images/common/chev--down-s.svg") no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 22px;
    height: 12px;
    right: 0%;
    top: 40%;
    transform: rotate(-90deg);
  }
}
.submenu__btn-img1 {
  margin: 0;
  padding: 0;
  background: url("/images/submenu__btn-img_1.jpg") no-repeat center center;
  background-size: cover;
}

.submenu__btn-img2 {
  margin: 0;
  padding: 0;
  background: url("/images/submenu__btn-img_2.jpg") no-repeat center center;
  background-size: cover;
}

.submenu__btn-img3 {
  margin: 0;
  padding: 0;
  background: url("/images/submenu__btn-img_3.jpg") no-repeat top center;
  background-size: cover;
}

.submenu__btn-img4 {
  margin: 0;
  padding: 0;
  background: url("/images/submenu__btn-img_4.jpg") no-repeat center center;
  background-size: cover;
}

.submenu__btn-img5 {
  margin: 0;
  padding: 0;
  background: url("/images/submenu__btn-img_5.jpg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .submenu__btn-img1 {
    background-position: left center;
    background-image: url("/images/top/submenu/sp-1.jpg");
    background-size: 50% auto;
    height: 30vw;
  }
  .submenu__btn-img2 {
    background-position: left center;
    background-image: url("/images/top/submenu/sp-2.jpg");
    background-size: 50% auto;
    height: 30vw;
  }
  .submenu__btn-img3 {
    background-position: left center;
    background-image: url("/images/top/submenu/sp-3.jpg");
    background-size: 50% auto;
    height: 30vw;
  }
  .submenu__btn-img4 {
    background-position: left center;
    background-image: url("/images/top/submenu/sp-4.jpg");
    background-size: 50% auto;
    height: 30vw;
  }
  .submenu__btn-img5 {
    background-position: left center;
    background-image: url("/images/top/submenu/sp-5.jpg");
    background-size: 50% auto;
    height: 30vw;
  }
  .submenu__btn-img1::before {
    content: "";
    display: block;
    border-top: thin solid #b3b3b3;
    box-sizing: border-box;
  }
  .submenu__btn-img1::after,
  .submenu__btn-img2::after,
  .submenu__btn-img3::after,
  .submenu__btn-img4::after,
  .submenu__btn-img5::after {
    content: "";
    display: block;
    border-top: thin solid #b3b3b3;
    box-sizing: border-box;
  }
}
/*アントレサポートについて*/
.whats {
  background: url("/images/whats__bg.jpg") no-repeat center center;
  background-size: cover;
}
.whats h3 {
  margin: 0 auto;
  text-align: center;
}
.whats h3 p {
  letter-spacing: 4px;
  line-height: 60px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.whats hr {
  margin: 10px auto 35px;
  width: 35px;
  border-top: 1px solid white;
}

@media (max-width: 767px) {
  .whats {
    background: url("/images/top/whats/bg-sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.whats__btn-fill img {
  color: #fff;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0);
}
.whats__btn-fill img:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}

.about-us {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about-us > div {
  width: 18%;
  margin: 1%;
}

@media (max-width: 767px) {
  .whats h3 {
    display: none;
  }
  .whats hr {
    display: none;
  }
  .about-us {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-us-sp {
    display: none;
  }
}
.about-us-sp .abou-us-wrap {
  display: flex;
  border: thin solid rgba(32, 30, 94, 0.5);
  position: relative;
  height: 20vw;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.5em;
}

.about-us-sp .abou-us-wrap::after {
  content: "";
  background: url("/images/common/chev--down-s.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 22px;
  height: 12px;
  right: 2%;
  top: 40%;
  transform: rotate(-90deg);
}

.about-us-sp .abou-us-wrap figure {
  width: 21vw;
  background-color: #1f1d5d;
  padding: 0;
  margin: 0;
}

.about-us-sp .abou-us-wrap > div p {
  position: absolute;
  left: 25vw;
  top: 50%;
  transform: translateY(-50%);
  color: #1f1d5d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
}

.about-us-sp .abou-us-wrap > div p span {
  font-weight: normal;
  font-size: 14px;
  display: block;
}

/*whats-2*/
.whats-2 {
  padding: 0;
}

.whats-2__btn-size {
  height: 40vw;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .whats-2__btn-size {
    height: 485px;
  }
}
.whats-2__btn-fill {
  color: #fff;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0);
}

.whats-2__btn-fill:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}

.whats-2__text {
  font-weight: bold;
  color: #1f1d5d;
  position: absolute;
  max-width: 100%;
  top: 30px;
  right: 20px;
  line-height: 70px;
}

.whats-2__text:before {
  content: "";
  position: absolute;
  border-top: 3px solid #1f1d5d;
  right: 0;
  width: 35px;
}

@media screen and (max-width: 768px) {
  .whats-2__text {
    top: 10px;
    right: 15px;
    line-height: 40px;
  }
  .whats-2__text:before {
    content: "";
    position: absolute;
    border-top: 3px solid #1f1d5d;
    right: 0;
    width: 35px;
  }
}
.whats-2__btn-img1 {
  margin: 0;
  padding: 0;
  background: url("/images/whats-2__btn-img_1.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .whats-2__btn-img1 {
    background: url("/images/whats-2__btn-img_1.jpg") no-repeat center 20%;
    background-size: cover;
  }
}
.whats-2__btn-img2 {
  margin: 0;
  padding: 0;
  background: url("/images/whats-2__btn-img_2.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .whats-2__btn-img2 {
    background: url("/images/whats-2__btn-img_2.jpg") no-repeat center top;
    background-size: cover;
  }
}
.whats-2__btn-img3 {
  margin: 0;
  padding: 0;
  background: url("/images/whats-2__btn-img_3.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .whats-2__btn-img3 {
    background: url("/images/whats-2__btn-img_3.jpg") no-repeat center 10%;
    background-size: cover;
  }
}
/*voice*/
.voice__area {
  font-family: "Noto Sans JP", sans-serif;
}
.voice__area a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 260px;
}
.voice__area a:hover img {
  transition: 0.3s;
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  height: 260px;
}
.voice__area .card-body p {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 14px;
}

/*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;
  }
}
.about__title-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.about__detail-text {
  padding: 0px 12%;
  color: #474748;
  font-size: 12px;
  line-height: 28px;
  text-align: left;
}

@media (max-width: 767px) {
  .about__detail-text {
    padding: 0px 0px;
  }
}
/*ニュース＆キャンペーン*/
.campaign {
  overflow: hidden;
}

.campaign__title-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 25px;
}

.campaign__btn {
  color: #1f1d5d;
  margin-top: 50px;
  width: 450px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #1f1d5d;
  text-align: center;
  padding: 0 30px;
  transition: all 0.3s;
  opacity: 1;
}

.campaign__btn:hover {
  color: #1f1d5d;
  opacity: 0.3;
}

.campaign__btn-2 {
  color: white;
  font-weight: bold;
  margin-top: 50px;
  width: 450px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #1f1d5d;
  text-align: center;
  padding: 0 30px;
  transition: all 0.3s;
  opacity: 1;
}

.campaign__btn-2:hover {
  color: white;
  opacity: 0.6;
}

.campaign__slider {
  max-width: 100%;
  margin: 0 auto;
}

.campaign__slider img {
  width: 100%;
}

.campaign__block {
  position: relative;
  padding: 0 20px;
}
.campaign__block h2 {
  line-height: 1.2;
  margin-top: 18px;
  font-size: 16px;
}

.campaign__block--img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
}

.campaign__block--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.campaign__btn-fill {
  font-weight: bold;
  display: inline-block;
  color: #1f1d5d;
  transition: all 0.3s;
  opacity: 1;
}

.campaign__btn-fill p {
  margin-top: 18px;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}

.campaign__btn-fill:hover {
  opacity: 0.3;
}

.campaign__btn-fill .posttype {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
}

.campaign__btn-fill .color-campaign {
  background: #d9e021;
}

.campaign__btn-fill .color-event {
  background: #f7931e;
}

.campaign__btn-fill h4 {
  display: block;
  position: relative;
}

.label-news::after,
.label-campaign::after,
.label-event::after {
  position: absolute;
  left: 20px;
  top: 0;
  display: inline-block;
  font-size: 10px;
  padding: 0.5em 1em;
  z-index: 999;
}

@media (min-width: 768px) {
  .label-news::after,
  .label-campaign::after,
  .label-event::after {
    font-size: 12px;
    padding: 1em 2em;
  }
}
.label-news::after {
  content: "お知らせ";
  background-color: #fcee21;
}

.label-campaign::after {
  content: "キャンペーン";
  background-color: #d9e021;
}

.label-event::after {
  content: "イベント";
  background-color: #f7931e;
}

/*コラム*/
.column--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column--wrap > div {
  width: 22.5%;
}

@media (max-width: 767px) {
  .column--wrap > div {
    width: 47%;
  }
}
.column__detail-btn {
  display: block;
  transition: all 0.3s;
  opacity: 1;
}

.column__detail-btn:hover {
  opacity: 0.6;
}

.column__area h4 {
  color: #1f1d5d;
  font-weight: bold;
  text-align: center;
  margin: 0px auto;
  font-size: 14px;
  line-height: 1.6em;
  padding: 1em 0;
}

.column__area p {
  color: #474748;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}

/*スタッフブログ*/
.staff-blog--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.staff-blog--wrap > div {
  width: 22.5%;
}

@media (max-width: 767px) {
  .staff-blog--wrap > div {
    width: 47%;
  }
}
.staff-blog__detail-btn {
  display: block;
  transition: all 0.3s;
  opacity: 1;
}

.staff-blog__detail-btn:hover {
  opacity: 0.6;
}

.staff-blog__area h4 {
  color: #1f1d5d;
  font-weight: bold;
  text-align: center;
  margin: 0px auto;
  font-size: 14px;
  line-height: 1.6em;
  padding: 1em 0;
}

.staff-blog__area p {
  color: #474748;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}

/**************** 2021/10修正 ****************/
br.sp-only {
  display: none;
}

#index_slider {
  padding-top: 85px;
  height: 380px;
}

#index_slider .sp-only {
  display: none;
}

#index_slider .slick-slider {
  height: 314px;
}

#index_slider .slick-slider .slick-list {
  padding: 0 !important;
}

.slick-dots li button:before {
  color: #E1DFDF !important;
}

.slick-dots li.slick-active button:before {
  color: #1d2a62 !important;
}

#index_slider ul li a img {
  transition: ease-in-out 0.5s;
}

#index_slider ul li a img:hover {
  opacity: 0.8;
  transition: ease-in-out 0.4s;
}

#index_office {
  margin-top: 14vh;
}

.index_office_wrap {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.index_office_item {
  text-align: center;
  width: 30%;
}

.index_office_item:nth-of-type(even) {
  margin: 0 2vw;
}

.index_office_item a {
  display: block;
  position: relative;
  background-color: #000;
}

.index_office_item a img {
  opacity: 0.5;
  transition: ease-in-out 0.5s;
}

.index_office_item a img:hover {
  opacity: 1;
  transition: ease-in-out 0.4s;
}

.index_office_heading {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  height: 110px;
  pointer-events: none;
}

.index_office_heading h2 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: inherit;
  font-size: 24px;
  font-weight: bold;
}

.index_office_heading p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.index_office_heading p .index_office_txt {
  font-size: 14px;
  margin-top: 20px;
}

#index_recommend {
  margin-top: 110px;
  margin-bottom: 150px;
}

.index_recommend_wrap {
  margin-top: 40px;
}

.index_recommend_wrap ul {
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}

.index_recommend_wrap ul.sp-only {
  display: none;
}

.index_recommend_wrap ul li {
  width: 31%;
}

.index_recommend_wrap ul li a img {
  height: auto;
  transition: all 0.5s;
}

.index_recommend_wrap ul li a img:hover {
  opacity: 0.6;
  transition: all 0.4s;
}

@media screen and (min-width: 1920px) {
  .index_office_heading h3 {
    font-size: 60px;
  }
  .index_office_heading p {
    font-size: 25px;
  }
}
@media screen and (max-width: 1367px) {
  .index_office_heading {
    height: 102px;
  }
  .index_office_heading h3 {
    font-size: 50px;
  }
  .index_office_heading p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1025px) {
  .index_office_heading {
    height: 84px;
  }
  .index_office_heading h3 {
    font-size: 40px;
  }
  .index_office_heading p {
    font-size: 17px;
    margin-top: 2px;
  }
  .index_recommend_wrap ul.pc-only {
    display: none;
  }
  .index_recommend_wrap ul.sp-only {
    display: flex;
  }
  .index_recommend_wrap ul li {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  .index_office_wrap {
    flex-direction: column;
    align-items: center;
  }
  .index_office_item:nth-of-type(even),
  .index_office_item {
    width: 60%;
    margin: 0 0 30px;
  }
  .index_office_item:last-of-type {
    margin-bottom: 0;
  }
  .index_office_heading {
    height: 102px;
  }
  .index_office_heading h3 {
    font-size: 50px;
  }
  .index_office_heading p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #index_slider {
    padding-top: 51px;
  }
}
@media screen and (max-width: 560px) {
  br.sp-only {
    display: block;
  }
  #index_slider .sp-only {
    display: block;
  }
  #index_slider .pc-only {
    display: none;
  }
  #index_office {
    padding-top: 85px;
    margin-top: 0;
  }
  .index_office_wrap {
    margin-top: 10px;
  }
  .index_office_item:nth-of-type(even),
  .index_office_item {
    width: 85%;
    margin: 0 0 20px;
  }
  .index_office_heading {
    height: 90px;
  }
  .index_office_heading h3 {
    font-size: 45px;
  }
  .index_office_heading p {
    font-size: 19px;
    margin-top: 3px;
  }
  #index_recommend {
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .index_recommend_wrap ul {
    flex-direction: column;
    align-items: center;
  }
  .index_recommend_wrap ul li {
    width: 80%;
    margin-bottom: 40px;
  }
  .index_recommend_wrap ul li:last-of-type {
    margin-bottom: 0;
  }
}
.pop_yotsuya02,
.pop_toranomon {
  position: relative;
}

.index_office_item.pop_yotsuya02::before,
.index_office_item.pop_toranomon::before,
.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_yotsuya02::before {
  content: "初期費用\a０円";
  padding: 40px 0;
}

.index_office_item.pop_toranomon::before {
  content: "全室\a完全個室";
  padding: 40px 0;
}

.index_office_wrap {
  flex-wrap: wrap;
}

.index_office_item {
  width: 30%;
  margin-bottom: 60px;
}

.index_office_item:nth-of-type(even) {
  margin: 0 2vw 60px;
}

.index_office_wrap {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .index_office_item {
    width: 85%;
    margin-bottom: 20px;
  }
  .index_office_item:nth-of-type(even) {
    margin: 0 0 20px;
  }
  .index_office_item.pop_yotsuya02::before,
  .index_office_item.pop_toranomon::before,
  .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_yotsuya02::before,
  .index_office_item.pop_toranomon::before {
    padding: 19px 0;
  }
  .pop_yotsuya02 .index_office_heading h3 {
    line-height: 1;
  }
}
.topbtn {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 75px;
  background: #14142d;
}

@media screen and (min-width: 768px) {
  .topbtn {
    padding-top: 90px;
    background: none;
  }
}
@media screen and (min-width: 992px) {
  .topbtn {
    padding-top: 70px;
  }
}
.topbtn-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background: #14142d;
  padding-bottom: 75px;
}

.topbtn-a {
  width: calc(100% - 30px);
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}

.topbtn-a .circle {
  position: absolute;
  top: 50%;
  right: 10%;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  transform: translateY(-50%);
}

.topbtn-a .circle .arrow {
  position: absolute;
  top: 50%;
  width: 31px;
  height: 31px;
  transform: translateY(-50%);
  background: url("/images/top-btn-arrow.svg");
  transition: all 0.5s ease-out;
  background-position: right center;
}

.topbtn-text,
.topbtn-text2,
.topbtn-text3,
.topbtn-text4 {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(10deg, #2b2a58 50%, #36356e 50.5%);
}

.topbtn-text:after,
.topbtn-text2:after,
.topbtn-text3:after,
.topbtn-text4:after {
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-image: url("/images/top-btn-img1.jpg");
  background-size: cover;
  background-position: center center;
  filter: brightness(50%);
  transition: all 0.5s ease-out;
}

@media screen and (min-width: 768px) {
  .topbtn-text:after,
  .topbtn-text2:after,
  .topbtn-text3:after,
  .topbtn-text4:after {
    width: 50%;
  }
}
.topbtn-textimg {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .topbtn-textimg {
    width: 50%;
  }
}
.topbtn-textimg img {
  max-width: none;
  width: 100%;
  max-height: 80%;
  position: relative;
}

.topbtn-text2 {
  left: none;
  right: 0;
}

.topbtn-text2:after {
  content: "";
  background-image: url("/images/top-btn-img2.jpg");
  right: none;
  left: 0;
}

.topbtn-text3:after {
  content: "";
  background-image: url("/images/top-btn-img4.jpg");
  /*right: none;
      left: 0;*/
}

.topbtn-text4:after {
  content: "";
  background-image: url("/images/top-btn-img3.jpg");
  right: none;
  left: 0;
}

.topbtn-text2 .topbtn-textimg {
  left: auto;
  right: 0;
}

.topbtn-text4 .topbtn-textimg {
  left: auto;
  right: 0;
}

.topbtn-text3:after {
  content: "";
  background-image: url("/images/top-btn-img4.jpg");
}

.topbtn-text4:after {
  content: "";
  background-image: url("/images/top-btn-img3.jpg");
}

.topbtn-a:hover .topbtn-text:after,
.topbtn-a:hover .topbtn-text2:after,
.topbtn-a:hover .topbtn-text3:after {
  filter: brightness(100%);
}

.topbtn-a:hover .arrow {
  animation: arrowbefore 0.5s;
}

.topbtn-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

@keyframes arrowbefore {
  100% {
    background-position: left center;
  }
}
.shibuya_box,
.yotsuya_box,
.akihabara_box,
.jinbocho_box,
.yotsuya02_box,
.toranomon_box {
  display: none;
}

.index-thumbnail__wrap img {
  width: 100%;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recplan {
  position: relative;
}
.recplan .recbtn {
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .recplan .recbtn {
    height: 120px;
  }
}
.recplan .recbtn a {
  background: #010016;
  display: block;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .recplan .recbtn a {
    height: 120px;
  }
}
.recplan .recbtn a h3 {
  position: absolute;
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #cceb21;
  z-index: 1;
  top: 30px;
  left: 40px;
}
@media (max-width: 992px) {
  .recplan .recbtn a h3 {
    font-size: 20px;
  }
}
.recplan .recbtn a h4 {
  position: absolute;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #cceb21;
  z-index: 1;
  top: 20px;
  left: 40px;
}
.recplan .recbtn a p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  z-index: 1;
  line-height: 1.2;
  bottom: 0;
  padding: 30px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .recplan .recbtn a p {
    padding: 15px;
  }
}
.recplan .recbtn a img {
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .recplan .recbtn a img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .recplan .recbtn a img {
    height: auto;
  }
}
.recplan .recbtn a:hover img {
  transition: 0.3s;
  opacity: 0.2;
}


.di_office_slider {
  position: relative;
  padding: 10px 0;
  background-color: #201E5E;
}
.di_office_slider .slick-slide {
  width: 500px;
  overflow: hidden;
}
.di_office_slider .slick-slide .index_office_item {
  margin-bottom: 0;
  padding: 0 5px;
}
.di_office_slider .slick-slide .index_office_item:before {
  content: none;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  height: auto;
  border-radius: 0;
}
.di_office_slider .slick-slide .index_office_item a .index_office_heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-weight: bold;
}
.di_office_slider .slick-slide .index_office_item a .index_office_heading h3 {
  font-size: 18px;
}
.di_office_slider .slick-slide .index_office_item a .index_office_heading p {
  font-size: 24px;
}
.di_office_slider .slick-slide .index_office_item a .index_office_heading p.index_office_txt {
  font-size: 14px;
  font-weight: normal;
}
.di_office_slider .slick-slide .index_office_item a .index_office_heading .pointArea {
  margin: 0 auto 10px auto;
}
.di_office_slider .slick-slide .index_office_item a .index_office_heading .pointArea em {
  font-size: 13px;
  font-style: initial;
  color: #333;
  padding: 5px 10px;
  background: #FFFF00;
  pointer-events: none;
}
.di_office_slider .slick-slide .index_office_item a .index_office_txt {
  position: static;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.di_office_slider .slick-arrow {
  width: 47px;
  height: 47px;
  font-size: 0;
  background: rgba(0, 0, 0, 0.7);
}
.di_office_slider .slick-arrow:before {
  position: relative;
  top: 15px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  pointer-events: none;
}
.di_office_slider .slick-arrow.slick-next {
  right: 0;
}
.di_office_slider .slick-arrow.slick-next:before {
  transform: rotate(135deg);
  left: 10px;
}
.di_office_slider .slick-arrow.slick-prev {
  left: 0;
}
.di_office_slider .slick-arrow.slick-prev:before {
  transform: rotate(-45deg);
  left: 17px;
}
.di_office_slider .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 20px;
  text-align: right;
}
.di_office_slider .slick-dots li {
  width: 20px;
  height: 30px;
}
.di_office_slider .slick-dots li button {
  width: 20px;
  height: 30px;
}
.di_office_slider .slick-dots li button:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 3px;
  margin: auto 0;
  content: "";
  background-color: #A8A8A8;
}
.di_office_slider .slick-dots li.slick-active button:before {
  background-color: #FFFF00;
}

.di_service-re {
  margin: 30px 0 70px 0 !important;
}
.di_service-re .index_recommend_wrap .pc-only {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.di_service-re .index_recommend_wrap .pc-only li {
  width: 32%;
}
.di_service-re .index_recommend_wrap .pc-only li:nth-child(n+4) {
  margin-top: 30px;
}
.di_service-re .index_recommend_wrap .pc-only li p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 13px;
}

.di_morepad {
  padding: 50px 0;
}

hr.title-hr {
  margin-bottom: 25px;
}

#index_recommend2 {
  padding-top: 35px;
  padding-bottom: 35px;
}
#index_recommend2 ul {
  max-width: 1500px;
  margin: 0 auto;
}

.container-white {
  padding: 50px 0;
}

.container-gray {
  padding: 50px 0;
}

.voice--map1 {
  padding-top: 20px;
}

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

@media screen and (max-width: 767px) {
  .di_office_slider {
    padding: 10px 0;
  }
  .di_office_slider .slick-slide {
    width: 80vw;
  }
  .di_office_slider .slick-slide .index_office_item a {
    height: 55vw;
  }
  .di_office_slider .slick-slide .index_office_item a .index_office_heading h3 {
    font-size: 20px;
  }
  .di_office_slider .slick-slide .index_office_item a .index_office_heading p {
    font-size: 18px;
  }
  .di_office_slider .slick-slide .index_office_item a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .di_office_slider .slick-dots {
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .di_service-re {
    margin: 15vw 0 10vw 0 !important;
  }
  .di_service-re .index_recommend_wrap .pc-only {
    max-width: none;
    width: auto;
    padding: 0 3.5vw;
  }
  .di_service-re .index_recommend_wrap .pc-only li {
    width: 100%;
    margin-bottom: 3vw;
  }
  .di_service-re .index_recommend_wrap .pc-only li:nth-child(n+4) {
    margin-top: 0;
  }
  .di_service-re .index_recommend_wrap .pc-only li img {
    width: 100%;
  }
  .index_office_wrap {
    display: block;
  }
  hr.title-hr {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=top.css.map */