@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
.bg1 {
  background: url("/assets/img/bg-line1.svg") no-repeat;
}
@media screen and (max-width: 991px) {
  .bg1 {
    background-size: 154px 180px;
  }
}

.bg2 {
  background: url("/assets/img/bg-line2.svg") no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 991px) {
  .bg2 {
    background-size: 154px 180px;
  }
}

.linkBtn a {
  display: inline-block;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .linkBtn a {
    font-size: 1.6rem;
  }
}
.linkBtn a img {
  margin-left: 1rem;
}
@media screen and (max-width: 1199px) {
  .linkBtn a img {
    width: 20px;
    margin-left: 0.7rem;
  }
}
.linkBtn.-white a {
  background: #000;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 1.5rem 0 2.5rem;
}
@media screen and (max-width: 1199px) {
  .linkBtn.-white a {
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
  }
}
.linkBtn.-white a img {
  vertical-align: -7px;
}
@media screen and (max-width: 1199px) {
  .linkBtn.-white a img {
    vertical-align: -4px;
  }
}
.bnrBox {
  justify-content: space-between;
  background: #000;
  width: 900px;
  height: 185px;
  align-items: center;
  margin: 0 auto 6.5rem;
  padding: 0 4rem;
}
@media screen and (max-width: 991px) {
  .bnrBox {
    width: calc(100% - 4rem);
    height: auto;
    padding: 1.5rem 2.5rem 2rem;
    margin-bottom: 5rem;
  }
}
.bnrBox .left p {
  font-size: 3rem;
  color: #F07700;
  margin-top: -1rem;
}
@media screen and (max-width: 991px) {
  .bnrBox .left p {
    font-size: 2rem;
    margin-top: 0;
  }
}
.bnrBox .left .txt {
  font-size: 3.4rem;
  color: #fff;
  line-height: 50px;
  margin-top: -0.5rem;
}
@media screen and (max-width: 991px) {
  .bnrBox .left .txt {
    font-size: 1.9rem;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .bnrBox .right {
    display: flex;
    gap: 0 1.5rem;
  }
}
.bnrBox .right .sns {
  justify-content: center;
  gap: 0 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .bnrBox .right .sns {
    gap: 0 1.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .bnrBox .right .sns a img {
    width: 38px;
  }
}
.bnrBox .right p {
  font-size: 3.3rem;
}
@media screen and (max-width: 991px) {
  .bnrBox .right p {
    font-size: 2.1rem;
  }
}

.secNews {
  padding: 7.5rem 0 6rem;
}
@media screen and (max-width: 991px) {
  .secNews {
    padding: 3.5rem 0 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .secNews .inner-m {
    max-width: 900px;
  }
}
.secNews .news-list ul {
  margin-bottom: 3.5rem;
}
.secNews .news-list ul li {
  margin-bottom: 2rem;
  border: 3px solid #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .secNews .news-list ul li {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.secNews .news-list ul li .date {
  width: 150px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .secNews .news-list ul li .date {
    width: 100%;
    font-size: 1.4rem;
    padding: 0.3rem 0;
  }
}
.secNews .news-list ul li a {
  width: calc(100% - 150px);
  text-decoration: none;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 991px) {
  .secNews .news-list ul li a {
    width: 100%;
    padding: 0.3rem 1.5rem;
  }
}
.secNews .news-list ul li a:hover {
  background: #F07700;
  color: #fff;
  opacity: 1;
}
.secNews .linkBtn {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top {
    overflow: hidden;
  }
}
.mainWrap.-top {
  /*-- 共通 --*/
}
.mainWrap.-top h2.topTtl {
  font-size: 6rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top h2.topTtl {
    font-size: 4rem;
  }
}
.mainWrap.-top {
  /*-- 個別 --*/
}
.mainWrap.-top .secMv {
  height: 100vh;
  background: #FFD900;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv {
    min-height: 700px;
  }
}
.mainWrap.-top .secMv .firstLogo {
  position: absolute;
  left: 0;
  right: 0;
  top: 22rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .firstLogo {
    top: 12rem;
  }
}
.mainWrap.-top .secMv .firstLogo__ttl {
  font-size: 6rem;
  font-weight: 900;
  justify-content: center;
  margin-bottom: 2rem;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .firstLogo__ttl {
    font-size: 2.4rem;
  }
}
.mainWrap.-top .secMv .firstLogo__ttl img {
  height: 73px !important;
  width: auto !important;
  margin-top: 1.2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .firstLogo__ttl img {
    height: 30px !important;
    margin-top: 0rem;
  }
}
.mainWrap.-top .secMv .firstLogo__ttl img:first-child {
  margin-right: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .firstLogo__ttl img:first-child {
    margin-right: 0.5rem;
  }
}
.mainWrap.-top .secMv .firstLogo__ttl img:last-child {
  margin-left: -0.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .firstLogo__ttl img:last-child {
    margin-left: -0.3rem;
  }
}
.mainWrap.-top .secMv .firstLogo__logo {
  width: 562px !important;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .firstLogo__logo {
    width: 285px !important;
  }
}
.mainWrap.-top .secMv .slick-mv-slide li {
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .slick-mv-slide li {
    min-height: 700px;
  }
}
.mainWrap.-top .secMv .slick-mv-slide li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.mainWrap.-top .secMv__meet {
  font-size: 20rem;
  position: absolute;
  z-index: 3;
  top: 43rem;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1366px) {
  .mainWrap.-top .secMv__meet {
    font-size: 18rem;
  }
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv__meet {
    font-size: 15.5rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv__meet {
    font-size: 9rem;
    top: 26.5rem;
    line-height: 75px;
  }
}
.mainWrap.-top .secMv__btm {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 870px;
  top: 64.5rem;
  background: #FFD900;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 135px;
  align-items: center;
  gap: 0 3rem;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .mainWrap.-top .secMv__btm {
    top: 62.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv__btm {
    top: 60rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv__btm {
    width: calc(100% - 4rem);
    height: 180px;
    flex-direction: column;
    gap: 1rem 0;
    top: 48rem;
  }
}
.mainWrap.-top .secMv__btm .left {
  font-weight: 900;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv__btm .left {
    font-size: 2rem;
    width: 100%;
  }
}
.mainWrap.-top .secMv__btm .left p {
  font-size: 4.6rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv__btm .left p {
    font-size: 3.2rem;
  }
}
.mainWrap.-top .secMv__btm .left span {
  font-weight: normal;
}
.mainWrap.-top .secMv__btm .right {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv__btm .right {
    width: 100%;
    font-size: 1.4rem;
    line-height: 20px;
    text-align: center;
  }
}
.mainWrap.-top .secMv__move1 {
  width: 12.8vw;
  aspect-ratio: 245/285;
  background-color: #FFD900;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.mainWrap.-top .secMv__move2 {
  width: 24vw;
  aspect-ratio: 459/532;
  background-color: #FF9D00;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
.mainWrap.-top .secMv .secMv__move1 {
  transform-origin: left top;
  transform: scale(1);
  transition: transform 1.2s ease-in-out;
}
.mainWrap.-top .secMv .secMv__move1.is-expand {
  transform: scale(8); /* ← 画面の30%くらい拡大 */
}
.mainWrap.-top .secMv .secMv__move1.is-reset {
  transform: scale(1);
}
.mainWrap.-top .secMv .secMv__move2 {
  transform-origin: right bottom;
  transform: scale(1);
  opacity: 1;
  transition: transform 1.2s ease-in-out;
}
.mainWrap.-top .secMv {
  /* 拡大中：不透明のまま */
}
.mainWrap.-top .secMv .secMv__move2.is-expand {
  transform: scale(14); /* 拡大量は調整OK */
}
.mainWrap.-top .secMv {
  /* 元に戻るとき：透過しながら戻る */
}
.mainWrap.-top .secMv .secMv__move2.is-reset {
  transform: scale(1);
}
.mainWrap.-top .secOur {
  padding-top: 4.5rem;
}
.mainWrap.-top .secOur .introImg {
  width: 100%;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur .introImg {
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secOur h3.topTtl {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 71px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur h3.topTtl {
    font-size: 2.6rem;
    line-height: 38px;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secOur .introTxt {
  line-height: 40px;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur .introTxt {
    line-height: 34px;
    margin-bottom: 10rem;
    width: calc(100% - 4rem);
    margin: 0 auto 10rem;
  }
}
.mainWrap.-top .secOur ul {
  background: #F2F2F2;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur ul {
    flex-direction: column;
    padding-bottom: 5rem;
    gap: 4rem 0;
  }
}
.mainWrap.-top .secOur ul li {
  width: 33.33%;
  background: #FFD900;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.3);
  padding: 0 2rem 10rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur ul li {
    width: 100%;
    padding: 0 2rem 3rem;
  }
}
.mainWrap.-top .secOur ul li:nth-child(1) {
  z-index: 3;
}
.mainWrap.-top .secOur ul li:nth-child(2) {
  z-index: 2;
}
.mainWrap.-top .secOur ul li:nth-child(3) {
  z-index: 1;
}
.mainWrap.-top .secOur ul li .boxTtl1 {
  background: #000;
  font-size: 4.2rem;
  display: inline-block;
  position: relative;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 1rem 0 2rem;
  top: -2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur ul li .boxTtl1 {
    font-size: 3.2rem;
    height: 54px;
    line-height: 50px;
    padding: 0 0.5rem 0 1.5rem;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secOur ul li > img {
  margin-left: -2rem;
  width: calc(100% + 1.5rem);
  max-width: inherit;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur ul li > img {
    width: calc(100% + 2rem);
  }
}
.mainWrap.-top .secOur ul li .boxTtl2 {
  font-size: 2.6rem;
  background: #fff;
  display: inline-block;
  font-weight: 900;
  height: 43px;
  line-height: 43px;
  padding: 0 1.5rem;
  position: relative;
  top: -2.1rem;
}
.mainWrap.-top .secOur ul li h4 {
  font-size: 2.6rem;
  font-weight: 900;
  border-bottom: 1px solid #000;
  line-height: 36px;
  padding-bottom: 0.5rem;
  margin-bottom: 0.7rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secOur ul li h4 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur ul li h4 {
    font-size: 2.2rem;
  }
}
.mainWrap.-top .secOur ul li h5 {
  font-size: 1.8rem;
  line-height: 26px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur ul li h5 {
    line-height: 32px;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secOur ul li .readTxt {
  font-size: 1.4rem;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur ul li .readTxt {
    font-size: 1.5rem;
    line-height: 36px;
    margin-bottom: 3.5rem;
  }
}
.mainWrap.-top .secOur ul li .linkBtn {
  position: absolute;
  bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur ul li .linkBtn {
    position: static;
    text-align: center;
  }
}
.mainWrap.-top .secOur ul li .bgTxt {
  font-size: 16rem;
  position: absolute;
  bottom: 2.2rem;
  left: 2.5rem;
  z-index: -1;
  opacity: 0.32;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1366px) {
  .mainWrap.-top .secOur ul li .bgTxt {
    font-size: 14rem;
    bottom: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur ul li .bgTxt {
    bottom: -0.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.mainWrap.-top .secInstagram {
  background: #F2F2F2;
  padding-bottom: 10rem;
}
.mainWrap.-top .secInstagram .viewMore a {
  text-decoration: underline;
}
.mainWrap.-top .secInstagram .viewMore a img {
  vertical-align: -11px;
  margin-left: 1rem;
}
.mainWrap.-top .secRecruit {
  background: #F2F2F2;
  padding-top: 5rem;
  padding-bottom: 1px;
}
.mainWrap.-top .secRecruit .inner-m {
  justify-content: center;
  gap: 0 2.5rem;
  align-items: flex-start;
  margin-bottom: 9rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRecruit .inner-m {
    gap: 1.5rem 0;
    margin-bottom: 6.5rem;
  }
}
.mainWrap.-top .secRecruit .inner-m .left {
  width: 440px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRecruit .inner-m .left {
    width: 100%;
    max-width: 440px;
  }
}
.mainWrap.-top .secRecruit .inner-m .right .ttl {
  font-size: 2.4rem;
  line-height: 40px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRecruit .inner-m .right .ttl {
    font-size: 1.7rem;
    line-height: 32px;
  }
}
.mainWrap.-top .secRecruit .inner-m .right .readTxt {
  line-height: 34px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRecruit .inner-m .right .readTxt {
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secRecruit .inner-m .right .linkBtn {
  text-align: center;
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
body.-sub .anchor {
  padding-top: 8rem !important;
  margin-top: -8rem !important;
  visibility: hidden;
}
body.-sub .accessBox {
  gap: 0 4rem;
}
@media screen and (max-width: 991px) {
  body.-sub .accessBox {
    gap: 5.5rem 0;
  }
}
body.-sub .accessBox .storeBox {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 991px) {
  body.-sub .accessBox .storeBox {
    width: 100%;
  }
}
body.-sub .accessBox .storeBox .storeName {
  background: #000;
  font-size: 2.2rem;
  width: 135px;
  height: 36px;
  line-height: 34px;
  margin: 0 auto 1.5rem;
}
body.-sub .accessBox .storeBox img {
  width: 320px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.-sub .accessBox .storeBox img {
    display: block;
    margin: 0 auto 1rem;
  }
}
body.-sub .accessBox .storeBox .address {
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  body.-sub .accessBox .storeBox .address {
    font-size: 1.7rem;
  }
}
body.-sub .accessBox .storeBox .tel {
  font-size: 3.6rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub .accessBox .storeBox .tel {
    font-size: 3.2rem;
  }
}
body.-sub .accessBox .storeBox .hour {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  body.-sub .accessBox .storeBox .hour {
    font-size: 1.8rem;
  }
}
body.-sub .accessBox .storeBox .holiday {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub .accessBox .storeBox .holiday {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
body.-sub .accessBox .storeBox iframe {
  width: 100%;
  aspect-ratio: 540/380;
}
@media screen and (max-width: 991px) {
  body.-sub .accessBox .storeBox iframe {
    aspect-ratio: 320/280;
  }
}
body.-sub .secMv h1 {
  height: 240px;
  background: #FFD900;
  font-size: 2.6rem;
  font-weight: 900;
  position: relative;
  padding-top: 17.5rem;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body.-sub .secMv h1 {
    height: 205px;
    padding-top: 11rem;
  }
}
body.-sub .secMv h1 span {
  position: absolute;
  font-size: 15.8rem;
  font-weight: normal;
  left: 0;
  right: 0;
  bottom: -5rem;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  body.-sub .secMv h1 span {
    font-size: 6.4rem;
    bottom: -1.8rem;
  }
}
body.-sub .secMv img {
  margin-top: 7rem;
}
@media screen and (max-width: 991px) {
  body.-sub .secMv img {
    margin-top: 3rem;
  }
}
body.-sub .serviceTtl {
  font-size: 6.4rem;
  background: #000;
  display: inline-block;
  position: relative;
  left: 3rem;
  padding: 0 0.5rem 0.5rem 2.5rem;
  top: -5.3rem;
}
@media screen and (max-width: 1199px) {
  body.-sub .serviceTtl {
    font-size: 4rem;
    padding: 0 0.5rem 0.3rem 2.5rem;
    top: -3.4rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub .serviceTtl {
    font-size: 2.7rem;
    padding: 0 0.2rem 0.3rem 1rem;
    top: -2.3rem;
    left: 2rem;
  }
}

/*------------------------------------------------------------
  下層ページ
  ------------------------------------------------------------*/
body.-sub.news .secNews {
  padding: 10rem 0 14rem;
}
@media screen and (max-width: 991px) {
  body.-sub.news .secNews {
    padding: 6.5rem 0 8rem;
  }
}
body.-sub.newsDetail .secMv .inner-l .backToList {
  padding-top: 3.5rem;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.newsDetail .secMv .inner-l .backToList {
    padding-top: 2.5rem;
    margin-bottom: 4rem;
  }
}
body.-sub.newsDetail .secMv .inner-l .backToList a {
  font-weight: bold;
  text-decoration: underline;
}
body.-sub.newsDetail .secMv .inner-l .backToList a img {
  margin-top: 0;
  margin-right: 1rem;
  vertical-align: -9px;
}
body.-sub.newsDetail .secNewsDetail {
  padding-bottom: 13rem;
}
@media screen and (max-width: 991px) {
  body.-sub.newsDetail .secNewsDetail {
    padding-bottom: 7rem;
  }
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s {
  max-width: 800px;
}
@media screen and (max-width: 991px) {
  body.-sub.newsDetail .secNewsDetail .inner-l .inner-s {
    padding: 0;
  }
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .arcDate {
  background: #000;
  width: 150px;
  font-size: 1.8rem;
  height: 42px;
  line-height: 40px;
  margin-bottom: 1rem;
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s h1 {
  font-size: 2.2rem;
  line-height: 35px;
  border: 3px solid #000;
  padding: 1rem 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.-sub.newsDetail .secNewsDetail .inner-l .inner-s h1 {
    padding: 0.5rem 1.5rem;
    margin-bottom: 3.5rem;
  }
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner {
  margin-bottom: 9rem;
}
@media screen and (max-width: 991px) {
  body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner {
    margin-bottom: 5.5rem;
    padding: 0 1.5rem;
  }
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner h2, body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner h3, body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner h4 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner h2, body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner h3, body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner h4 {
    margin-bottom: 2rem;
  }
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 32px;
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner h3 {
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 1rem 0;
  line-height: 28px;
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner h4 {
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: bold;
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner p, body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner div, body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner img {
  max-width: 100%;
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner p {
  font-size: 1.6rem;
  line-height: 36px;
  margin-bottom: 3rem;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner p {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 2rem;
  }
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner p a {
  text-decoration: underline;
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner p img {
  margin: 5px;
}
body.-sub.newsDetail .secNewsDetail .inner-l .inner-s .contentInner p iframe {
  max-width: 100%;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
body.-sub.newsDetail .secNewsDetail .inner-l .btmLinks a {
  text-decoration: underline;
}
body.-sub.newsDetail .secNewsDetail .inner-l .btmLinks a.listBack {
  margin: 0 3rem;
}
body.-sub.privacy .secPrivacy {
  padding-top: 14rem;
  padding-bottom: 20rem;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  body.-sub.privacy .secPrivacy {
    padding-top: 3rem;
    padding-bottom: 7rem;
  }
}
body.-sub.privacy .secPrivacy p {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.privacy .secPrivacy p {
    margin-bottom: 2.5rem;
  }
}
body.-sub.privacy .secPrivacy h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body.-sub.company .secRead {
  padding-top: 7.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead {
    padding-top: 4rem;
  }
}
body.-sub.company .secRead .inner-l h2 {
  font-size: 5.2rem;
  line-height: 70px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1199px) {
  body.-sub.company .secRead .inner-l h2 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .inner-l h2 {
    font-size: 2.4rem;
    line-height: 34px;
    margin-bottom: 1rem;
  }
}
body.-sub.company .secRead .inner-l h2 .thin {
  font-weight: 100;
}
body.-sub.company .secRead .inner-l h3 {
  font-size: 3.6rem;
  line-height: 60px;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1199px) {
  body.-sub.company .secRead .inner-l h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .inner-l h3 {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 6.5rem;
  }
}
body.-sub.company .secRead .inner-l ul {
  gap: 1rem;
  margin-bottom: -7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .inner-l ul {
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: -11rem;
  }
}
body.-sub.company .secRead .inner-l ul li {
  width: calc(20% - 0.8rem);
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .inner-l ul li {
    width: calc(33.33% - 0.3333333333rem);
  }
}
body.-sub.company .secRead .presiBox {
  background: #FFD900;
  position: relative;
  padding-top: 14rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .presiBox {
    padding-top: 17rem;
    padding-bottom: 4rem;
  }
}
body.-sub.company .secRead .presiBox__inner {
  max-width: 900px;
  margin: 0 auto 0rem;
  gap: 0 4.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .presiBox__inner {
    flex-direction: column;
    gap: 4rem 0;
    padding: 0 2rem;
  }
}
body.-sub.company .secRead .presiBox__inner .left {
  width: calc(100% - 260px - 4.5rem);
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .presiBox__inner .left {
    width: 100%;
    text-align: center;
  }
}
body.-sub.company .secRead .presiBox__inner .left .ttl {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .presiBox__inner .left .ttl {
    margin-bottom: 2rem;
  }
}
body.-sub.company .secRead .presiBox__inner .left .ttl2 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .presiBox__inner .left .ttl2 {
    font-size: 2.6rem;
    line-height: 39px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .presiBox__inner .left .readTxt {
    text-align: left;
  }
}
body.-sub.company .secRead .presiBox__inner .right {
  width: 260px;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .presiBox__inner .right {
    width: 100%;
    text-align: center;
  }
}
body.-sub.company .secRead .presiBox__inner .right img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .presiBox__inner .right img {
    max-width: 210px;
    margin-bottom: 0.7rem;
  }
}
body.-sub.company .secRead .presiBox__inner .right p {
  text-align: right;
  line-height: 28px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secRead .presiBox__inner .right p {
    text-align: center;
  }
}
body.-sub.company .secRead .presiBox__inner .right p span {
  font-size: 1.8rem;
}
body.-sub.company .secCompany {
  padding-top: 8.5rem;
  padding-bottom: 15rem;
  background: #F2F2F2 url(/assets/img/bg-line2.svg) no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany {
    background-size: 154px 180px;
    padding: 5rem 2rem 6rem;
  }
}
body.-sub.company .secCompany .boxInner {
  background: #fff;
  padding: 7rem 4rem 0;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner {
    padding: 2rem 1.5rem 0;
  }
}
body.-sub.company .secCompany .boxInner h2 {
  font-size: 2.2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner h2 {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
body.-sub.company .secCompany .boxInner .overviewBox {
  margin-bottom: 6rem;
  gap: 0 5.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .overviewBox {
    gap: 3.5rem 0;
  }
}
body.-sub.company .secCompany .boxInner .overviewBox .img {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.5rem 0;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .overviewBox .img {
    width: 100%;
    flex-direction: row;
    gap: 1rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .overviewBox .img img {
    width: calc(50% - 0.5rem);
  }
}
body.-sub.company .secCompany .boxInner .overviewBox .txt {
  width: calc(100% - 400px - 5.5rem);
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .overviewBox .txt {
    width: 100%;
  }
}
body.-sub.company .secCompany .boxInner .overviewBox .txt dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  line-height: 26px;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .overviewBox .txt dl {
    font-size: 1.5rem;
  }
}
body.-sub.company .secCompany .boxInner .overviewBox .txt dl dt {
  width: 130px;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .overviewBox .txt dl dt {
    width: 110px;
  }
}
body.-sub.company .secCompany .boxInner .overviewBox .txt dl dd {
  width: calc(100% - 130px);
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .overviewBox .txt dl dd {
    width: calc(100% - 115px);
  }
}
body.-sub.company .secCompany .boxInner .serviceBox {
  margin-top: -2rem;
  gap: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1199px) {
  body.-sub.company .secCompany .boxInner .serviceBox {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .serviceBox {
    margin-top: 0;
    margin-bottom: 7rem;
  }
}
body.-sub.company .secCompany .boxInner .serviceBox li {
  width: calc(25% - 1.125rem);
  background: #EBEBEB;
  border: 1px solid #c1c1c1;
  height: 170px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  body.-sub.company .secCompany .boxInner .serviceBox li {
    width: calc(50% - 0.75rem);
  }
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .serviceBox li {
    width: 100%;
  }
}
body.-sub.company .secCompany .boxInner .serviceBox li .info {
  font-size: 2rem;
  margin-bottom: 1rem;
}
body.-sub.company .secCompany .boxInner .serviceBox li .ttl {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
body.-sub.company .secCompany .boxInner .serviceBox li .linkBtn a {
  font-size: 1.6rem;
}
body.-sub.company .secCompany .boxInner .serviceBox li .sns {
  justify-content: center;
  gap: 0 1rem;
  margin-top: -0.8rem;
}
body.-sub.company .secCompany .boxInner .accessBox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .accessBox {
    padding-top: 1.5rem;
    margin-bottom: 7rem;
  }
}
body.-sub.company .secCompany .boxInner .historyBox {
  padding-top: 3rem;
  margin: 0 auto 0rem;
  max-width: 750px;
  padding-bottom: 12rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .historyBox {
    padding-top: 1rem;
    width: 100%;
    padding-bottom: 3.5rem;
  }
}
body.-sub.company .secCompany .boxInner .historyBox dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .historyBox dl {
    gap: 0.5rem 0;
    margin-bottom: 1.5rem;
  }
}
body.-sub.company .secCompany .boxInner .historyBox dl dt {
  width: 180px;
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .historyBox dl dt {
    width: 100%;
  }
}
body.-sub.company .secCompany .boxInner .historyBox dl dd {
  width: calc(100% - 180px - 3rem);
}
@media screen and (max-width: 991px) {
  body.-sub.company .secCompany .boxInner .historyBox dl dd {
    width: 100%;
  }
}
body.-sub.service .secRead {
  padding-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secRead {
    padding-bottom: 4rem;
  }
}
body.-sub.service .secRead .inner-l h2 {
  font-size: 3.6rem;
  line-height: 60px;
  margin-bottom: 2.5rem;
  margin-top: -1rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secRead .inner-l h2 {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 2rem;
    margin-top: 0;
  }
}
body.-sub.service .secRead .inner-l .readTxt {
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secRead .inner-l .readTxt {
    line-height: 34px;
  }
}
body.-sub.service .secService {
  background-color: #F2F2F2;
  padding-top: 7rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService {
    padding-top: 3.5rem;
    padding-bottom: 5.5rem;
  }
}
body.-sub.service .secService .inner-l h2.baseTtl {
  font-size: 2.2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l h2.baseTtl {
    margin-bottom: 3rem;
  }
}
body.-sub.service .secService .inner-l .anchorBox {
  margin-bottom: 4.5rem;
  justify-content: center;
  gap: 0 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .anchorBox {
    gap: 1rem 2.5rem;
    margin-bottom: 5rem;
  }
}
body.-sub.service .secService .inner-l .anchorBox li {
  width: 180px;
  background: #FF9D00;
  text-align: center;
  height: 35px;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .anchorBox li {
    min-width: 260px;
  }
}
body.-sub.service .secService .inner-l .anchorBox li:last-child {
  width: 277px;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .anchorBox li:last-child {
    width: auto;
  }
}
body.-sub.service .secService .inner-l .anchorBox li:hover {
  background: #FFD900;
}
body.-sub.service .secService .inner-l .anchorBox li:hover a {
  opacity: 1;
}
body.-sub.service .secService .inner-l .anchorBox li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body.-sub.service .secService .inner-l .anchorBox li a img {
  margin-left: 0.5rem;
}
body.-sub.service .secService .inner-l .wBox {
  background: #fff;
  padding: 4.5rem 5rem 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox {
    padding: 2rem 1.5rem 0.5rem;
    margin-bottom: 2rem;
  }
}
body.-sub.service .secService .inner-l .wBox h3.baseTtl {
  background: #000;
  font-size: 2.8rem;
  line-height: 40px;
  padding: 0.8rem 0 0.7rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox h3.baseTtl {
    font-size: 1.8rem;
    line-height: 39px;
    padding: 0;
    margin-bottom: 1.5rem;
  }
}
body.-sub.service .secService .inner-l .wBox.service .introTxt {
  font-size: 2rem;
  line-height: 34px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  body.-sub.service .secService .inner-l .wBox.service .introTxt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.service .introTxt {
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 3rem;
  }
}
body.-sub.service .secService .inner-l .wBox.service .repairList {
  width: 815px;
  margin: 0 auto 4.5rem;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.service .repairList {
    width: 100%;
    gap: 1.5rem 0;
    margin-bottom: 2.5rem;
  }
}
body.-sub.service .secService .inner-l .wBox.service .repairList li {
  background: #FFD900;
  width: calc(33.33% - 2rem);
  font-size: 1.4rem;
  line-height: 20px;
  height: 100px;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.service .repairList li {
    width: 100%;
  }
}
body.-sub.service .secService .inner-l .wBox.service .repairList li p {
  font-size: 2.2rem;
  padding: 0.8rem 0;
  line-height: 32px;
}
body.-sub.service .secService .inner-l .wBox.service .coution {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.service .coution {
    flex-direction: column;
    gap: 1rem 0;
  }
}
body.-sub.service .secService .inner-l .wBox.service .coution .txt {
  font-size: 2rem;
  line-height: 30px;
  padding-left: 1rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.service .coution .txt {
    font-size: 1.4rem;
    line-height: 20px;
    padding-left: 0;
  }
}
body.-sub.service .secService .inner-l .wBox.point h3 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.point h3 {
    margin-bottom: 7rem;
  }
}
body.-sub.service .secService .inner-l .wBox.point ul {
  gap: 7rem 3rem;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.point ul {
    flex-direction: column;
    gap: 6.5rem 0;
  }
}
body.-sub.service .secService .inner-l .wBox.point ul li {
  background: #FFD900;
  width: calc(33.33% - 2rem);
  padding: 0 1.5rem 2rem;
}
@media screen and (max-width: 1199px) {
  body.-sub.service .secService .inner-l .wBox.point ul li {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.point ul li {
    width: 100%;
  }
}
body.-sub.service .secService .inner-l .wBox.point ul li .pointTtl {
  font-size: 4rem;
  text-align: center;
  position: relative;
  top: -6.7rem;
  color: #FFD900;
}
body.-sub.service .secService .inner-l .wBox.point ul li .pointTtl span {
  font-size: 6rem;
}
body.-sub.service .secService .inner-l .wBox.point ul li h4 {
  font-size: 2.6rem;
  line-height: 38px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  margin-top: -8rem;
}
body.-sub.service .secService .inner-l .wBox.point ul li h4 .notes {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  margin: -0.3rem 0 -0.8rem;
}
body.-sub.service .secService .inner-l .wBox.point ul li .readTxt {
  line-height: 26px;
}
body.-sub.service .secService .inner-l .wBox.point ul li .readTxt .notes {
  font-size: 1.4rem;
  line-height: 18px;
  margin-top: 2rem;
}
body.-sub.service .secService .inner-l .wBox.faq .introTxt {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.faq .introTxt {
    margin-bottom: 2rem;
  }
}
body.-sub.service .secService .inner-l .wBox.faq .qaBox {
  margin-bottom: 1.5rem;
  border: 3px solid #000;
}
body.-sub.service .secService .inner-l .wBox.faq .qaBox .question:hover {
  cursor: pointer;
  background: #F2F2F2;
}
body.-sub.service .secService .inner-l .wBox.faq .qaBox .question .q {
  background: #000;
  font-size: 2.9rem;
  line-height: 34px;
  font-weight: bold;
  width: 42px;
}
body.-sub.service .secService .inner-l .wBox.faq .qaBox .question .q span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -0.1rem;
  height: 100%;
  top: -0.4rem;
}
body.-sub.service .secService .inner-l .wBox.faq .qaBox .question .txt {
  font-size: 1.8rem;
  padding: 0.7rem 1rem 0.9rem 2rem;
  line-height: 26px;
  width: calc(100% - 42px - 23px - 1rem);
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.faq .qaBox .question .txt {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    line-height: 24px;
    width: calc(100% - 42px - 23px - 0.5rem);
  }
}
body.-sub.service .secService .inner-l .wBox.faq .qaBox .answer {
  background: #FFD900;
  font-size: 1.4rem;
  padding: 2rem 3rem;
  border-top: 3px solid #000;
  display: none;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secService .inner-l .wBox.faq .qaBox .answer {
    padding: 1.5rem 1.5rem;
  }
}
body.-sub.service .secContact {
  background: #FFD900;
  padding: 8.5rem 0 10rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secContact {
    padding: 5rem 0 7.5rem;
  }
}
body.-sub.service .secContact h2.contactTtl {
  font-size: 3.9rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secContact h2.contactTtl {
    font-size: 2.6rem;
    margin-bottom: 5.5rem;
  }
}
body.-sub.service .secContact .wBox {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 3rem 0 2.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secContact .wBox {
    width: calc(100% - 4rem);
    padding: 2.5rem 0 5rem;
  }
}
body.-sub.service .secContact .wBox .introTxt {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secContact .wBox .introTxt {
    font-size: 1.8rem;
    line-height: 32px;
    margin-bottom: 4rem;
  }
}
body.-sub.service .secContact .wBox .accessBox {
  gap: 0;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secContact .wBox .accessBox {
    gap: 4rem 0;
  }
}
body.-sub.service .secContact .wBox .accessBox .storeBox:last-child {
  margin-left: -2rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secContact .wBox .accessBox .storeBox:last-child {
    margin-left: 0;
  }
}
body.-sub.service .secContact .wBox .accessBox .storeBox .hour {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secContact .wBox .accessBox .storeBox .hour {
    margin-bottom: 1rem;
  }
}
body.-sub.service .secContact .wBox .accessBox .storeBox .gMap {
  color: #F07700;
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  body.-sub.service .secContact .wBox .accessBox .storeBox .gMap {
    font-size: 2.2rem;
  }
}
body.-sub.sales .secRead {
  padding-bottom: 11rem;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secRead {
    padding-bottom: 9rem;
  }
}
body.-sub.sales .secService .inner-l .anchorBox {
  margin: 0 auto 7rem;
  justify-content: left;
  gap: 1.5rem 2.5rem;
  max-width: 1000px;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .anchorBox {
    gap: 1rem 2.5rem;
    justify-content: center;
    margin-bottom: 5rem;
  }
}
body.-sub.sales .secService .inner-l .wBox h3.baseTtl {
  cursor: pointer;
  margin-bottom: 1.5rem;
}
body.-sub.sales .secService .inner-l .wBox h3.baseTtl:hover {
  opacity: 0.8;
}
body.-sub.sales .secService .inner-l .wBox h3.baseTtl::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon-plus.svg") no-repeat;
  width: 23px;
  height: 23px;
  margin-left: 2.5rem;
  vertical-align: -1px;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox h3.baseTtl::after {
    vertical-align: -4px;
  }
}
body.-sub.sales .secService .inner-l .wBox h3.baseTtl.open::after {
  background: url("/assets/img/icon-minus.svg") no-repeat;
}
body.-sub.sales .secService .inner-l .wBox .hdnInner {
  display: none;
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .infoTxt {
  margin-bottom: 4rem;
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pImg {
  gap: 1rem 5.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pImg {
    margin-bottom: 2.5rem;
    margin-top: -2rem;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pImg img {
  width: calc(50% - 2.75rem);
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pImg img {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox {
    margin-bottom: 4rem;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox h4.baseTtl {
  background: #FFD900;
  font-size: 2.2rem;
  margin-bottom: 3.5rem;
  height: 40px;
  line-height: 39px;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox h4.baseTtl {
    font-size: 2rem;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2rem;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox .imgTxt {
  align-items: flex-start;
  gap: 1.5rem 3.5rem;
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox .imgTxt > img {
  width: 420px;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox .imgTxt > img {
    width: 100%;
    max-width: 420px;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox .imgTxt .txtBox {
  width: calc(100% - 420px - 3.5rem);
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox .imgTxt .txtBox {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox .imgTxt .txtBox .ttlTxt {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox .imgTxt .txtBox .ttlTxt {
    font-size: 2rem;
    line-height: 30px;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox h5 {
  font-size: 1.4rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox h5 {
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox ul {
  font-size: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox ul {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox ul li {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox ul li {
    width: 50%;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox .exLink {
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox .exLink {
    font-size: 1.6rem;
  }
}
body.-sub.sales .secService .inner-l .wBox .hdnInner .pBox .exLink a {
  text-decoration: underline;
  color: #1D7FBC;
}
body.-sub.sales .secService .inner-l .wBox.p1 .hdnInner .pBox ul li.join {
  width: 66.66%;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p1 .hdnInner .pBox ul li.join {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p2, body.-sub.sales .secService .inner-l .wBox.p3, body.-sub.sales .secService .inner-l .wBox.p4, body.-sub.sales .secService .inner-l .wBox.p5 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p2, body.-sub.sales .secService .inner-l .wBox.p3, body.-sub.sales .secService .inner-l .wBox.p4, body.-sub.sales .secService .inner-l .wBox.p5 {
    padding-bottom: 0.5rem;
  }
}
body.-sub.sales .secService .inner-l .wBox.p2 .hdnInner .pBox, body.-sub.sales .secService .inner-l .wBox.p3 .hdnInner .pBox, body.-sub.sales .secService .inner-l .wBox.p4 .hdnInner .pBox, body.-sub.sales .secService .inner-l .wBox.p5 .hdnInner .pBox {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p2 .hdnInner .pBox, body.-sub.sales .secService .inner-l .wBox.p3 .hdnInner .pBox, body.-sub.sales .secService .inner-l .wBox.p4 .hdnInner .pBox, body.-sub.sales .secService .inner-l .wBox.p5 .hdnInner .pBox {
    margin-bottom: 2.5rem;
  }
}
body.-sub.sales .secService .inner-l .wBox.p2 .hdnInner .pBox h4.baseTtl, body.-sub.sales .secService .inner-l .wBox.p3 .hdnInner .pBox h4.baseTtl, body.-sub.sales .secService .inner-l .wBox.p4 .hdnInner .pBox h4.baseTtl, body.-sub.sales .secService .inner-l .wBox.p5 .hdnInner .pBox h4.baseTtl {
  margin-bottom: 1.5rem;
}
body.-sub.sales .secService .inner-l .wBox.p4 .hdnInner .pImg {
  gap: 1rem 5rem;
}
body.-sub.sales .secService .inner-l .wBox.p4 .hdnInner .pImg img {
  width: calc(33.33% - 3.3333333333rem);
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p4 .hdnInner .pImg img {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p4 .hdnInner .pBox ul {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1199px) {
  body.-sub.sales .secService .inner-l .wBox.p4 .hdnInner .pBox ul {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p4 .hdnInner .pBox ul {
    font-size: 1.6rem;
    width: 215px;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p4 .hdnInner .pBox ul li {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex {
  gap: 0 3.5rem;
}
body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox {
  width: calc(33.33% - 2.3333333333rem);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox h4.baseTtl, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox h4.baseTtl {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox ul, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox ul {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}
body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox ul li, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox ul li {
  width: 50%;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox ul li, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox ul li {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox.p6-1, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p6-1 {
  width: calc(39.33% - 2.3333333333rem);
}
@media screen and (max-width: 1199px) {
  body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox.p6-1, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p6-1 {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox.p6-1, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p6-1 {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox.p6-2, body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox.p6-3, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p6-2, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p6-3 {
  width: calc(30.33% - 2.3333333333rem);
}
@media screen and (max-width: 1199px) {
  body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox.p6-2, body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox.p6-3, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p6-2, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p6-3 {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox.p6-2, body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox.p6-3, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p6-2, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p6-3 {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p6 .hdnInner .pFlex .pBox.p6-2 ul li, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p6-2 ul li {
  width: 100%;
}
body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox {
  width: calc(25% - 2.625rem);
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox ul li {
  width: 100%;
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p7-2 ul li, body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p7-3 ul li {
    width: 50%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p7-6 {
  width: calc((25% - 2.625rem) * 2);
}
@media screen and (max-width: 991px) {
  body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p7-6 {
    width: 100%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p7-6 ul li {
  width: 32.33%;
}
@media screen and (max-width: 1199px) {
  body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p7-6 ul li {
    width: 50%;
  }
}
body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p7-6 ul li {
  /* 1列目: 3n+1 番目のアイテム */
}
body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p7-6 ul li:nth-child(3n+1) {
  width: 35.33%;
}
@media screen and (max-width: 1199px) {
  body.-sub.sales .secService .inner-l .wBox.p7 .hdnInner .pFlex .pBox.p7-6 ul li:nth-child(3n+1) {
    width: 50%;
  }
}
body.-sub.sales .secContact .wBox {
  margin-bottom: 2.5rem;
}
body.-sub.sales .secContact .bnrBox {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secRead {
    padding-bottom: 7rem;
  }
}
body.-sub.rental .secRead .inner-l .readTxt {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secRead .inner-l .readTxt {
    margin-bottom: 4rem;
  }
}
body.-sub.rental .secRead .inner-l ul {
  gap: 1.5rem 3rem;
}
body.-sub.rental .secRead .inner-l ul li {
  background: #FFD900;
  width: calc(33.33% - 2rem);
  padding: 1.5rem 1.5rem 2.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secRead .inner-l ul li {
    padding: 1.5rem 1.5rem 2rem;
    width: 100%;
  }
}
body.-sub.rental .secRead .inner-l ul li p {
  font-size: 2.6rem;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 38px;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  body.-sub.rental .secRead .inner-l ul li p {
    font-size: 2.2rem;
    line-height: 34px;
  }
}
body.-sub.rental .secRead .inner-l ul li .readTxt {
  line-height: 26px;
  margin-bottom: 0;
}
body.-sub.rental .secService .inner-l .wBox .hdnInner {
  padding-top: 2rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox .hdnInner {
    padding-top: 1.5rem;
  }
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p1-1, body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p2-1 {
  margin-bottom: 0rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p1-1, body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p2-1 {
    padding-bottom: 6rem;
  }
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p1-1 ul, body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p2-1 ul {
  gap: 0 2rem;
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p1-1 ul, body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p2-1 ul {
    gap: 6rem 0;
  }
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p1-1 ul li, body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p2-1 ul li {
  width: calc(25% - 1.5rem);
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p1-1 ul li, body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p2-1 ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p1-1 ul li > img, body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p2-1 ul li > img {
  margin-bottom: 1.3rem;
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p1-1 ul li .name, body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p2-1 ul li .name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p1-1 ul li .ttl, body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p2-1 ul li .ttl {
  background: #EBEBEB;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  height: 25px;
  line-height: 24px;
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p1-1 ul li .val, body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p2-1 ul li .val {
  font-weight: bold;
  margin-bottom: 1.3rem;
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p3-1 h4.baseTtl {
  background: #FF9D00;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p3-1 h4.baseTtl {
    height: 60px;
    line-height: 26px;
    padding-top: 0.4rem;
  }
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p3-1 ul {
  gap: 2.5rem 3rem;
  margin-bottom: 0;
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p3-1 ul li {
  width: calc(33.33% - 2rem);
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p3-1 ul li {
    width: 100%;
  }
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p3-1 ul li img {
  margin-bottom: 1rem;
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p3-1 ul li .name {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p3-1 ul li .name {
    font-size: 2.2rem;
  }
}
body.-sub.rental .secService .inner-l .wBox .hdnInner .pBox.p3-1 ul li .nameSub {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner > .readTxt {
    margin-bottom: 3.5rem;
  }
}
body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox > h4.baseTtl {
  background: #FF9D00;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox > h4.baseTtl {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex {
  gap: 2.5rem 3.5rem;
  align-items: flex-start;
}
body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex > img {
  width: calc(100% - 600px - 3.5rem);
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex > img {
    width: 100%;
  }
}
body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex ul {
  width: 600px;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0;
}
body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex ul li {
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex ul li {
    margin-bottom: 2.5rem;
  }
}
body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex ul li h4.baseTtl {
  width: 100%;
  margin-bottom: 0.5rem;
}
body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex ul li .specBox {
  width: calc(33.33% - 1.3333333333rem);
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex ul li .specBox {
    width: calc(50% - 1rem);
  }
}
body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex ul li .specBox .ttl {
  font-size: 1.4rem;
  background: #EBEBEB;
  margin-bottom: 0.5rem;
  height: 25px;
  line-height: 24px;
}
body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex ul li .specBox .name,
body.-sub.rental .secService .inner-l .wBox.p2 .hdnInner .pBox .p2Flex ul li .specBox .val {
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox.p3 .hdnInner {
    padding-top: 0.5rem;
  }
}
body.-sub.rental .secService .inner-l .wBox.p3 .hdnInner .pFlex {
  gap: 4rem 3rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox.p3 .hdnInner .pFlex {
    gap: 2.5rem 0;
  }
}
body.-sub.rental .secService .inner-l .wBox.p3 .hdnInner .pFlex .pBox {
  margin-bottom: 0;
  width: calc(25% - 2.25rem);
}
@media screen and (max-width: 1199px) {
  body.-sub.rental .secService .inner-l .wBox.p3 .hdnInner .pFlex .pBox {
    width: calc(33.33% - 2rem);
  }
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secService .inner-l .wBox.p3 .hdnInner .pFlex .pBox {
    width: 100%;
  }
}
body.-sub.rental .secService .inner-l .wBox.p3 .hdnInner .pFlex .pBox h4.baseTtl {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
body.-sub.rental .secService .inner-l .wBox.p3 .hdnInner .pFlex .pBox > img {
  margin-bottom: 1rem;
}
body.-sub.rental .secService .inner-l .wBox.p3 .hdnInner .pFlex .pBox ul {
  display: block;
  margin-bottom: 0;
}
body.-sub.rental .secService .inner-l .wBox.p3 .hdnInner .pFlex .pBox ul li {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0.5rem;
}
body.-sub.rental .secContact h2.contactTtl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact h2.contactTtl {
    margin-bottom: 2.5rem;
  }
}
body.-sub.rental .secContact .stepBox {
  width: 900px;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .stepBox {
    width: 100%;
    padding: 0 3rem;
    margin-bottom: 3.5rem;
  }
}
body.-sub.rental .secContact .stepBox li {
  border-bottom: 1px solid #000;
  align-items: center;
  flex-wrap: nowrap;
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .stepBox li {
    padding: 2.5rem 0;
    flex-wrap: wrap;
    gap: 1.5rem 0;
  }
}
body.-sub.rental .secContact .stepBox li .step {
  background: #fff;
  width: 94px;
  height: 94px;
  border-radius: 47px;
  text-align: center;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .stepBox li .step {
    margin-right: 1rem;
  }
}
body.-sub.rental .secContact .stepBox li .step p {
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: -2.3rem;
  padding-top: 1.3rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .stepBox li .step p {
    font-size: 1.6rem;
  }
}
body.-sub.rental .secContact .stepBox li .ttl {
  font-size: 3.9rem;
  margin-right: 3rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .stepBox li .ttl {
    width: calc(100% - 94px - 1rem);
    margin-right: 0;
    font-size: 2.6rem;
    line-height: 36px;
  }
}
body.-sub.rental .secContact .stepBox li .readTxt {
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .stepBox li .readTxt {
    font-size: 1.7rem;
  }
}
body.-sub.rental .secContact .stepBox li .readTxt .txtS {
  font-size: 1.4rem;
}
body.-sub.rental .secContact .stepBox li .readTxt .notes {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0.5rem;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .stepBox li .readTxt .notes {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
body.-sub.rental .secContact .stepBox li.step2 .step {
  margin-top: -11rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .stepBox li.step2 .step {
    margin-top: 0;
  }
}
body.-sub.rental .secContact .stepBox li.step2 .ttl .readTxt {
  padding-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .stepBox li.step2 > .readTxt {
    width: 100%;
  }
}
body.-sub.rental .secContact .stepBox li.step2 .map {
  width: 335px;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .stepBox li.step2 .map {
    width: 100%;
  }
}
body.-sub.rental .secContact .caution {
  width: 900px;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .caution {
    width: 100%;
    margin-bottom: 5.5rem;
  }
}
body.-sub.rental .secContact .caution__ttl {
  align-items: center;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .caution__ttl {
    flex-direction: column;
    gap: 2.5rem 0;
  }
}
body.-sub.rental .secContact .caution__ttl .left {
  font-size: 3.2rem;
  margin-right: 4rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .caution__ttl .left {
    font-size: 2.2rem;
    margin-right: 0;
  }
}
body.-sub.rental .secContact .caution__ttl .left img {
  margin-right: 0.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .caution__ttl .left img {
    width: 34px;
  }
}
body.-sub.rental .secContact .caution__ttl .right {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .caution__ttl .right {
    font-size: 1.8rem;
  }
}
body.-sub.rental .secContact .caution__txt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style-type: decimal;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .caution__txt {
    padding: 0 3rem 0 4rem;
    gap: 0.7rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .caution__txt li {
    line-height: 22px;
  }
}
body.-sub.rental .secContact .wBox .accessBox .storeBox {
  width: 100%;
}
body.-sub.rental .secContact .wBox .accessBox .storeBox .tel .rentalTtl {
  font-size: 2.8rem;
  margin-right: 1rem;
}
@media screen and (max-width: 991px) {
  body.-sub.rental .secContact .wBox .accessBox .storeBox .tel .rentalTtl {
    font-size: 2.4rem;
    display: block;
    margin: 2rem 0 -0.7rem;
  }
}
body.-sub.recruit .secMv img {
  width: 1000px;
  margin: 5rem auto 4rem;
  display: block;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secMv img {
    margin: 4rem auto 2.5rem;
  }
}
body.-sub.recruit .secRead {
  padding-bottom: 9rem;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secRead {
    padding-bottom: 6.5rem;
  }
}
body.-sub.recruit .secRead .inner-l h2 {
  font-size: 3.2rem;
  margin-bottom: 3.5rem;
  line-height: 65px;
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  body.-sub.recruit .secRead .inner-l h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secRead .inner-l h2 {
    line-height: 40px;
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
body.-sub.recruit .secRead .inner-l .readTxt {
  font-size: 1.8rem;
  line-height: 36px;
}
body.-sub.recruit .secService {
  background: #fff;
  padding-top: 0;
  padding-bottom: 14rem;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService {
    padding-bottom: 0;
  }
}
body.-sub.recruit .secService .inner-l .readTxt.closed {
  font-size: 1.8rem;
  padding-bottom: 5rem;
}
body.-sub.recruit .secService .inner-l .grayBox {
  background: #FAFAFA;
  padding: 6rem 10rem 7rem;
}
@media screen and (max-width: 1199px) {
  body.-sub.recruit .secService .inner-l .grayBox {
    padding: 6rem 5rem 7rem;
  }
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox {
    padding: 2.5rem 1.5rem 4rem;
  }
}
body.-sub.recruit .secService .inner-l .grayBox h3.baseTtl {
  font-size: 2.2rem;
  padding: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox h3.baseTtl {
    font-size: 1.8rem;
    line-height: 37px;
    margin-bottom: 1.5rem;
  }
}
body.-sub.recruit .secService .inner-l .grayBox .introTxt {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 36px;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox .introTxt {
    font-size: 1.6rem;
    line-height: 34px;
    margin-bottom: 2.5rem;
  }
}
body.-sub.recruit .secService .inner-l .grayBox .pointTxt {
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox .pointTxt {
    font-size: 1.8rem;
    line-height: 24px;
  }
}
body.-sub.recruit .secService .inner-l .grayBox .pointTxt p {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox .pointTxt p {
    margin-bottom: 1rem;
  }
}
body.-sub.recruit .secService .inner-l .grayBox dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #808080;
  font-weight: bold;
}
body.-sub.recruit .secService .inner-l .grayBox dl.last {
  border-bottom: 1px solid #808080;
  margin-bottom: 4rem;
}
body.-sub.recruit .secService .inner-l .grayBox dl dt {
  width: 175px;
  text-align: center;
  padding: 1rem 0;
  line-height: 30px;
  background: #E5E5E5;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox dl dt {
    width: 100%;
    padding: 0.5rem 0;
  }
}
body.-sub.recruit .secService .inner-l .grayBox dl dd {
  padding: 1rem 0 1rem 2rem;
  width: calc(100% - 175px);
  line-height: 30px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox dl dd {
    width: 100%;
    line-height: 22px;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
}
body.-sub.recruit .secService .inner-l .grayBox dl dd span {
  font-size: 1.4rem;
  line-height: 22px;
  font-weight: normal;
  display: inline-block;
}
body.-sub.recruit .secService .inner-l .grayBox .inqTtl {
  margin: -1.5rem 0 1.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox .inqTtl {
    font-size: 1.6rem;
  }
}
body.-sub.recruit .secService .inner-l .grayBox .inqBox {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox .inqBox {
    flex-direction: column;
  }
}
body.-sub.recruit .secService .inner-l .grayBox .inqBox__box {
  font-weight: bold;
  width: 75px;
  border: 1px solid #000;
  text-align: center;
  height: 30px;
  line-height: 29px;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox .inqBox__box {
    margin-bottom: 0.5rem;
  }
}
body.-sub.recruit .secService .inner-l .grayBox .inqBox__tel {
  font-size: 3.3rem;
  font-weight: bold;
  margin: 0 0.2rem 0 1.3rem;
}
@media screen and (max-width: 991px) {
  body.-sub.recruit .secService .inner-l .grayBox .inqBox__tel {
    font-size: 2.8rem;
  }
}
body.-sub.recruit .secService .inner-l .grayBox .inqBox__manage {
  font-size: 1.8rem;
}
/*------------------------------------------------------------
  Loader
  ------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  top: 0;
}
#loader.loaded {
  animation: fadeOut 0.5s forwards;
}
#loader img {
  max-width: 64px;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}/*# sourceMappingURL=page.css.map */