#info {
  padding: 64px var(--margin-pc-large);
}
@media screen and (max-width: 767px) {
  #info {
    padding: 24px var(--margin-medium);
  }
}

@media screen and (min-width: 980px) {
  #visual {
    padding: 0 var(--margin-pc-large) 64px;
  }
}

#feature {
  margin-top: 64px;
}
#feature .inner {
  background-color: var(--color-black);
  color: var(--color-white);
}
#feature h2.h2main span.line::after, #feature h2.h2main span.line::before {
  background-color: var(--color-white);
}
#feature h3.h3main::before, #feature h3.h3main::after {
  background-color: var(--color-white);
}
#feature .innerFeature {
  position: relative;
}
#feature .innerFeature p.read {
  margin-top: 24px;
  text-align: center;
  padding: 0 var(--margin-pc-medium);
}
#feature .innerFeature p.read + h3 {
  margin-top: 120px;
}
#feature .innerFeature .featureFacility .featureFacilityMain {
  display: flex;
}
#feature .innerFeature .featureFacility .featureFacilityMain .featureFacilityMap ul {
  border: 1px solid var(--color-white);
}
#feature .innerFeature .featureFacility .featureFacilityMain .featureFacilityMap ul li {
  display: inline-block;
}
#feature .innerFeature .featureFacility .featureFacilityMain .featureFacilityMap .attn {
  margin-top: 8px;
  font-size: var(--fontsize-small);
  line-height: var(--lineheight-small);
}
#feature .galleryModule ul li {
  position: relative;
}
#feature .galleryModule ul li .cardVisual {
  position: relative;
}
#feature .galleryModule ul li .cardBody {
  background-color: var(--color-black);
  color: var(--color-main);
  border: 1px solid var(--color-main);
  position: relative;
}
#feature .galleryModule ul li .cardBody h4 {
  font-weight: 500;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
#feature .galleryModule ul li .cardBody h4::after {
  content: "";
  width: 64px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-main);
}
#feature .galleryModule ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
  background-image: url(../../common/img/base_stripe_main.webp);
}
#feature::before {
  content: "";
  position: absolute;
  background-image: url(../../common/img/base_stripe.webp);
  z-index: 0;
}
@media screen and (min-width: 980px) {
  #feature .innerFeature .featureFacility {
    padding: 0 var(--margin-pc-medium);
    margin-top: 90px;
  }
  #feature .innerFeature .featureFacility h3:not(.h3main) {
    display: none;
  }
  #feature .innerFeature .featureFacility h3:not(.h3main) + p {
    display: none;
  }
  #feature .innerFeature .featureFacility .featureFacilityMain {
    gap: 56px;
  }
  #feature .innerFeature .featureFacility .featureFacilityMain .featureFacilityMap {
    width: 56.4%;
  }
  #feature .innerFeature .featureFacility .featureFacilityMain .featureFacilityMap ul {
    margin-top: 24px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 160%;
  }
  #feature .innerFeature .featureFacility .featureFacilityMain .featureFacilityMap .attn {
    margin-top: 24px;
    font-size: 16px;
    line-height: 140%;
  }
  #feature .innerFeature .featureFacility .featureFacilityMain .featureService {
    width: 38.56%;
  }
  #feature .galleryModule ul {
    width: 100% !important;
    margin-top: 64px;
    padding: 0 var(--margin-pc-medium) 18px;
    gap: 56px;
  }
  #feature .galleryModule ul li {
    width: 50%;
    min-height: 492px;
  }
  #feature .galleryModule ul li .cardVisual {
    height: 292px;
  }
  #feature .galleryModule ul li .cardBody {
    height: calc(100% - 292px);
    padding: 24px;
  }
  #feature .galleryModule ul li .cardBody h4 {
    font-size: 22px;
    line-height: 180%;
  }
  #feature .galleryModule ul li .cardBody p {
    font-size: 16px;
    line-height: 160%;
  }
  #feature .galleryModule ul li::before {
    left: 16px;
    top: 16px;
  }
}
@media screen and (max-width: 979px) {
  #feature .innerFeature p.read {
    padding: 0 var(--margin-large);
    text-align: left;
  }
  #feature .innerFeature p.read + h3 {
    margin-top: 40px;
  }
  #feature .innerFeature .featureFacility {
    padding: 0 var(--margin-large);
    margin-top: 50px;
  }
  #feature .innerFeature .featureFacility h3:not(.h3main) + p {
    margin-top: 16px;
  }
  #feature .innerFeature .featureFacility .featureFacilityMain {
    flex-direction: column;
    gap: 18px;
  }
  #feature .innerFeature .featureFacility .featureFacilityMain .featureFacilityMap ul {
    margin-top: 16px;
    padding: 8px;
    font-size: var(--fontsize-small);
    line-height: 160%;
  }
  #feature .innerFeature .featureFacility .featureFacilityMain .featureFacilityMap .attn {
    margin-top: 16px;
    font-size: var(--fontsize-small);
    line-height: var(--lineheight-small);
  }
  #feature .galleryModule ul {
    margin-top: 32px;
    padding: 0 var(--margin-large) 32px;
    gap: var(--margin-medium);
  }
  #feature .galleryModule ul li {
    width: 261px;
    min-height: 357px;
  }
  #feature .galleryModule ul li .cardVisual {
    height: 174px;
  }
  #feature .galleryModule ul li .cardBody {
    height: calc(100% - 174px);
    padding: 18px 12px;
  }
  #feature .galleryModule ul li .cardBody h4 {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  #feature .galleryModule ul li .cardBody h4::after {
    width: 48px;
    height: 4px;
  }
  #feature .galleryModule ul li .cardBody p {
    font-size: 12px;
    line-height: 160%;
  }
}
@media screen and (min-width: 768px) {
  #feature {
    margin: 120px var(--margin-pc-small) 0 var(--margin-pc-large);
  }
  #feature .innerFeature {
    padding: 96px 0 120px;
  }
  #feature::before {
    width: calc(100% - 90px);
    height: 328px;
    top: -40px;
    left: calc(-1 * var(--margin-pc-large));
  }
}
@media screen and (max-width: 767px) {
  #feature .innerFeature {
    margin: 0 0 0 var(--margin-x-small);
    padding: 40px 0 56px;
  }
  #feature .innerFeature .galleryModule .scrollBar {
    width: calc(100% - var(--margin-large) * 2 - 68px);
  }
  #feature::before {
    width: calc(100% - var(--margin-x-small));
    height: 131px;
    top: -16px;
    left: 0;
  }
}

#plan {
  margin-top: 120px;
}
#plan .tabBody .tabBodyConts .planBodyTop {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
#plan .tabBody .tabBodyConts .planBodyTop .planBodyL {
  margin-bottom: 20px;
}
#plan .tabBody .tabBodyConts .planBodyTop .planBodyL h3 {
  font-family: var(--fontfamily-roboto);
  font-size: 34px;
  line-height: 140%;
  font-weight: 600;
}
#plan .tabBody .tabBodyConts .planBodyTop .planBodyL h3 + ul.attn {
  margin-top: 24px;
}
#plan .tabBody .tabBodyConts .planBodyTop .planBodyR p {
  text-align: center;
  font-size: 14px;
  line-height: 130%;
}
#plan .tabBody .tabBodyConts .planBodyTop .planBodyR p + .redButton {
  margin-top: 10px;
}
#plan .tabBody .tabBodyConts time {
  font-family: var(--fontfamily-roboto);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  border-bottom: 2px solid var(--color-black);
}
#plan .tabBody .tabBodyConts p.read {
  font-weight: 400;
}
#plan .tabBody .tabBodyConts ul.price {
  display: flex;
  font-family: var(--fontfamily-roboto);
  font-weight: 600;
  align-items: center;
}
#plan .tabBody .tabBodyConts .attn {
  font-size: var(--fontsize-small);
}
#plan .tabBody .tabBodyConts ul.attn {
  margin-top: 4px;
}
#plan .tabBody .tabBodyConts .planOption {
  margin-top: 40px;
}
#plan .tabBody .tabBodyConts .planOption h4 span {
  color: var(--color-black);
}
#plan .tabBody .tabBodyConts .planOption h4 span::before {
  background-color: var(--color-black);
}
#plan .tabBody .tabBodyConts .planOption h4::before {
  background-color: var(--color-black);
}
#plan .tabBody .tabBodyConts .planOption .planOptionCase {
  display: flex;
  flex-wrap: wrap;
}
#plan .tabBody .tabBodyConts .planOption .planOptionCase .arrowB {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--color-black);
  cursor: pointer;
}
#plan .tabBody .tabBodyConts .planOption .planOptionCase .arrowB * {
  pointer-events: none;
}
#plan .tabBody .tabBodyConts .planOption .planOptionCase .arrowB h5 {
  font-family: var(--fontfamily-roboto);
  text-align: center;
}
#plan .tabBody .tabBodyConts .planOption .planOptionCase .arrowB h5 span {
  display: inline-block;
}
#plan .tabBody .tabBodyConts .planOption .planOptionCase .arrowB h6 {
  font-family: var(--fontfamily-roboto);
  text-align: center;
  font-weight: 600;
}
#plan .tabBody .tabBodyConts .planOption .planOptionCase .arrowB p {
  text-align: center;
}
#plan .tabBody .tabBodyConts .planOption .planOptionCase .arrowB::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-image: url(../../common/img/icon_window.svg);
}
@media screen and (max-width: 1199px) {
  #plan .tabBody .tabBodyConts .planBodyTop {
    flex-direction: column;
  }
  #plan .tabBody .tabBodyConts .planBodyTop .planBodyR {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  #plan .tabBody .tabBodyConts {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #plan .tabBody .tabBodyConts .planBody {
    margin-top: 80px;
    padding: 50px 80px 80px;
    width: 63.68%;
    min-width: 660px;
    position: relative;
    background-color: var(--color-white);
  }
  #plan .tabBody .tabBodyConts .planBody h3.h3main {
    text-align: left;
    margin: 0 0 40px 76px;
  }
  #plan .tabBody .tabBodyConts .planBody time {
    font-size: 34px;
    line-height: 140%;
  }
  #plan .tabBody .tabBodyConts .planBody time span {
    padding: 0 8px 2px;
    display: inline-block;
  }
  #plan .tabBody .tabBodyConts .planBody p.read {
    margin-top: 24px;
    font-size: 16px;
  }
  #plan .tabBody .tabBodyConts .planBody ul.price {
    margin-top: 24px;
    gap: 8px;
  }
  #plan .tabBody .tabBodyConts .planBody ul.price li:nth-child(1) {
    font-size: var(--fontsize-roboto16);
    line-height: var(--lineheight-roboto16);
    transform: translateY(-2px);
  }
  #plan .tabBody .tabBodyConts .planBody ul.price li:nth-child(2) {
    font-size: 48px;
    line-height: 100%;
  }
  #plan .tabBody .tabBodyConts .planBody ul.price li:nth-child(2) span {
    font-size: 34px;
  }
  #plan .tabBody .tabBodyConts .planBody ul.price li:nth-child(3) {
    padding-left: 8px;
    font-size: 18px;
    line-height: 180%;
    transform: translateY(-2px);
  }
  #plan .tabBody .tabBodyConts .planBody .attn {
    line-height: 160%;
  }
  #plan .tabBody .tabBodyConts .planBody p.attn {
    margin-top: 24px;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption h4 span {
    background-color: var(--color-white);
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase {
    gap: 8px;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase .arrowB {
    padding: 8px;
    width: calc((100% - 16px) / 3);
    min-height: 128px;
    border: 2px solid var(--color-black);
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase h5 {
    font-size: 25px;
    line-height: 80%;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase h5 span {
    margin-left: 4px;
    font-size: 18px;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase h6 {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 6px;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase p {
    font-size: 13px;
    line-height: 140%;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase .planPopupPlus1 h5 span {
    margin-top: 6px;
    line-height: 110%;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase .planPopupAccountShare {
    padding: 10px 0;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase .planPopupAccountShare h6 {
    margin-bottom: 6px;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase .planPopupAccountShare h5 {
    line-height: 60%;
    padding: 0 20px;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase .planPopupAccountShare span {
    margin-top: 6px;
    line-height: 110%;
  }
  #plan .tabBody .tabBodyConts::before {
    content: "";
    width: 81.8%;
    height: auto;
    aspect-ratio: 1178/664;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #plan .tabBody .tabBodyConts:first-child .planBody {
    align-self: flex-end;
    margin-right: var(--margin-pc-small);
  }
  #plan .tabBody .tabBodyConts:first-child::before {
    left: 0;
    background-image: url(../img/plan.webp);
  }
}
@media screen and (max-width: 767px) {
  #plan {
    margin-top: 58px;
  }
  #plan .tabBody {
    padding: var(--margin-large);
  }
  #plan .tabBody .tabBodyConts .planBody .planBodyTop .planBodyL h3 {
    font-size: 20px;
    line-height: 140%;
  }
  #plan .tabBody .tabBodyConts .planBody h3.h3main {
    display: none;
  }
  #plan .tabBody .tabBodyConts .planBody time {
    font-size: 20px;
    line-height: 120%;
  }
  #plan .tabBody .tabBodyConts .planBody time span {
    display: block;
  }
  #plan .tabBody .tabBodyConts .planBody p.read {
    margin-top: 13px;
    font-size: 14px;
  }
  #plan .tabBody .tabBodyConts .planBody ul.price {
    margin-top: 8px;
    font-weight: 800;
    gap: 4px;
  }
  #plan .tabBody .tabBodyConts .planBody ul.price li:nth-child(1) {
    font-size: 18px;
    line-height: 180%;
    transform: translateY(3px);
  }
  #plan .tabBody .tabBodyConts .planBody ul.price li:nth-child(2) {
    font-size: 32px;
    line-height: 180%;
  }
  #plan .tabBody .tabBodyConts .planBody ul.price li:nth-child(3) {
    font-size: 12px;
    line-height: 180%;
    transform: translateY(3px);
    margin-left: 4px;
  }
  #plan .tabBody .tabBodyConts .planBody .attn {
    line-height: var(--lineheight-small);
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase {
    gap: 10px;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase .arrowB {
    width: calc((100% - 10px) / 2);
    min-height: 90px;
    border: 1px solid var(--color-black);
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase .arrowB.planPopupPlus1 {
    padding: 20px 0 20px;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase h5 {
    font-size: 22px;
    line-height: 100%;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase h5 span {
    margin-left: 4px;
    font-size: 14px;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase h6 {
    font-size: 15px;
    line-height: 100%;
  }
  #plan .tabBody .tabBodyConts .planBody .planOption .planOptionCase p {
    font-size: 11px;
    line-height: 120%;
  }
}

#faq {
  background-color: var(--color-black);
  color: var(--color-white);
}
#faq h2.h2main span.line::after, #faq h2.h2main span.line::before {
  background-color: var(--color-white);
}
#faq a {
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  #faq {
    padding: 120px 0;
    margin: 120px var(--margin-pc-small) 0;
  }
  #faq .acd {
    margin: 64px auto 0;
    max-width: 1120px;
    padding: 0 var(--margin-pc-medium);
  }
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 40px 0 56px;
    margin-top: 24px;
  }
  #faq h2.h2main span.line {
    padding-top: 4px;
    font-size: var(--fontsize-small);
    line-height: var(--lineheight-small);
  }
  #faq h2.h2main span.line::before, #faq h2.h2main span.line::after {
    top: 0px;
  }
  #faq .acd {
    margin-top: 20px;
  }
}/*# sourceMappingURL=share_office.css.map */