@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
.mainWrap {
  /* 検索フォーム */
  /* 物件情報詳細 */
  /* 企画提案サポート */
  /* slick */
  /* 物件検索boxリンク */
  /* 関連会社説明エリア */
  /* サポート店舗リスト */
  /* 店舗オープン情報 / 企画活用プロジェクト */
}
.mainWrap .searchForm {
  padding-bottom: 4rem;
  background: #F5F5F5;
  /* 検索フォーム　下層 */
}
.mainWrap .searchForm .inner-l .formInfo {
  justify-content: space-between;
}
.mainWrap .searchForm .inner-l .formInfo .left {
  font-size: 2rem;
  letter-spacing: 0.4em;
  line-height: 40px;
  flex-basis: 370px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInfo .left {
    font-size: 1.2rem;
    flex-basis: 100%;
    text-align: center;
    line-height: 24px;
    margin: -1.5rem 0 1.5rem;
  }
}
.mainWrap .searchForm .inner-l .formInfo .center {
  flex-basis: calc(100% - 740px);
  padding-top: 1.5rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInfo .center {
    flex-basis: 100%;
  }
}
.mainWrap .searchForm .inner-l .formInfo .center:hover {
  opacity: 0.8;
}
.mainWrap .searchForm .inner-l .formInfo .center img {
  vertical-align: -10px;
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInfo .center img {
    width: 28px;
    vertical-align: -7px;
  }
}
.mainWrap .searchForm .inner-l .formInfo .center .mess {
  font-size: 2.4rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInfo .center .mess {
    font-size: 1.7rem;
  }
}
.mainWrap .searchForm .inner-l .formInfo .right {
  flex-basis: 370px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInfo .right {
    display: none;
  }
}
.mainWrap .searchForm .inner-l .formInputBox {
  display: none;
}
.mainWrap .searchForm .inner-l .formInputBox .ctTtl {
  padding: 5rem 0 2rem;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .ctTtl {
    font-size: 1.6rem;
    padding: 3rem 0 1.5rem;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .ctSelect {
  justify-content: center;
  gap: 4rem;
  max-width: 950px;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .ctSelect {
    gap: 1rem;
    max-width: 100%;
    margin: 0 auto 2.5rem;
    align-items: center;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .ctSelect li {
  flex-basis: calc(33.33% - 2.6666666667rem);
  font-size: 2rem;
  font-weight: var(--medium);
  background: #D8D8D8;
  text-align: center;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 0;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .ctSelect li {
    flex-basis: calc(33.33% - 0.6666666667rem);
    font-size: 1.6rem;
    border-radius: 13px;
    line-height: 20px;
    height: 50px;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .ctSelect li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.mainWrap .searchForm .inner-l .formInputBox .ctSelect li.active {
  background: #373737;
  color: #fff;
}
.mainWrap .searchForm .inner-l .formInputBox .searchJkn {
  margin-bottom: 9.5rem;
  gap: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .searchJkn {
    margin-bottom: 3.5rem;
    gap: 2rem;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .searchJkn .jknBox {
  gap: 1rem;
  flex-basis: calc(25% - 2.25rem);
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .searchJkn .jknBox {
    flex-basis: 100%;
    gap: 0.5rem;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .searchJkn .jknBox li {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
.mainWrap .searchForm .inner-l .formInputBox .searchJkn .jknBox li.ttl {
  letter-spacing: 0.35em;
  flex-basis: 100% !important;
  border-bottom: 1px solid #373737;
  padding-bottom: 0.3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .searchJkn .jknBox li.ttl {
    margin-bottom: 0.3rem;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .searchJkn .jknBox li input[type=checkbox] {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 0.5rem;
}
.mainWrap .searchForm .inner-l .formInputBox .searchJkn .jknBox.flexCol1 li {
  flex-basis: 100%;
}
.mainWrap .searchForm .inner-l .formInputBox .searchJkn .jknBox.flexCol2 li {
  flex-basis: calc(50% - 0.5rem);
}
.mainWrap .searchForm .inner-l .formInputBox .selectJkn {
  margin: 0 auto 10rem;
  justify-content: space-between;
  gap: 1rem 4rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .selectJkn {
    width: 100%;
    gap: 1.5rem;
    margin: 0 auto 4rem;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .selectJkn .selectBox {
  align-items: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .selectJkn .selectBox {
    flex-basis: 100%;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .selectJkn .selectBox .ttl {
  padding-right: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .selectJkn .selectBox .ttl {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .selectJkn .selectBox select {
  width: 125px;
  font-size: 1.4rem;
  padding: 0.4rem 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .selectJkn .selectBox select {
    width: calc(50% - 20px);
  }
}
.mainWrap .searchForm .inner-l .formInputBox .selectJkn .selectBox .sep {
  margin: 0 1rem;
}
.mainWrap .searchForm .inner-l .formInputBox .selectJkn .buildNotes {
  font-size: 1.4rem;
  color: #19375A;
}
.mainWrap .searchForm .inner-l .formInputBox .wordNo {
  justify-content: center;
  gap: 0 6rem;
  margin: -3rem 0 8rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .wordNo {
    margin: 0 0 5rem;
    gap: 2rem 0;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .wordNo .txtBox {
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .wordNo .txtBox {
    flex-direction: column;
    gap: 1rem 0;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .wordNo .txtBox .ttl {
  letter-spacing: 0.35em;
  margin-right: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .wordNo .txtBox .ttl {
    margin-right: 0;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .wordNo .txtBox input {
  height: 37px;
  background: #fff;
  border: 1px solid #707070;
  line-height: 37px;
  padding: 0 0.5rem;
}
.mainWrap .searchForm .inner-l .formInputBox .wordNo .txtBox input#txtKeyword {
  width: 270px;
}
.mainWrap .searchForm .inner-l .formInputBox .wordNo .txtBox input#txtPropNo {
  width: 130px;
}
.mainWrap .searchForm .inner-l .formInputBox .btnArea {
  justify-content: center;
  margin-bottom: 7rem;
  gap: 0 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .btnArea {
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .btnArea .searchBtn {
  width: 360px;
  background: #373737;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  line-height: 31px;
  padding: 1.3rem 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .btnArea .searchBtn {
    width: 260px;
    font-size: 1.8rem;
    line-height: 21px;
    padding: 1rem 0;
    margin: 0 auto 2rem;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .btnArea .searchBtn:hover {
  opacity: 0.8;
}
.mainWrap .searchForm .inner-l .formInputBox .btnArea .searchBtn img {
  vertical-align: -3px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .btnArea .searchBtn img {
    width: 21px;
    margin-right: 1rem;
    margin-left: -1rem;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .btnArea .resetBtn {
  border: 1px solid #373737;
  align-items: center;
  padding: 0 1.5rem 0 1rem;
  font-size: 3.1rem;
  font-weight: 100;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .btnArea .resetBtn {
    padding: 0 1rem;
    font-size: 1.8rem;
    width: 160px;
    margin: 0 auto;
  }
}
.mainWrap .searchForm .inner-l .formInputBox .btnArea .resetBtn:hover {
  background: #373737;
  color: #fff;
}
.mainWrap .searchForm .inner-l .formInputBox .btnArea .resetBtn span {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm .inner-l .formInputBox .btnArea .resetBtn span {
    line-height: 1.2;
  }
}
.mainWrap .searchForm.sub {
  background: #fff;
  padding-bottom: 0;
}
.mainWrap .searchForm.sub .inner-l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mainWrap .searchForm.sub .inner-l h3.baseTtl {
  width: 245px;
  top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm.sub .inner-l h3.baseTtl {
    width: 97px;
  }
}
.mainWrap .searchForm.sub .inner-l h3.baseTtl p {
  font-size: 1.9rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm.sub .inner-l h3.baseTtl p {
    font-size: 1.4rem;
    padding: 0.5rem 1.3rem 0.5rem 1.6rem;
  }
}
.mainWrap .searchForm.sub .inner-l h3.baseTtl span {
  font-size: 1.3rem;
  vertical-align: 2px;
  margin-left: 0.8rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm.sub .inner-l h3.baseTtl span {
    font-size: 1.2rem;
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.mainWrap .searchForm.sub .inner-l .formInfo {
  width: calc(100% - 260px);
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm.sub .inner-l .formInfo {
    width: calc(100% - 97px);
    padding-left: 1.5rem;
  }
}
.mainWrap .searchForm.sub .inner-l .formInfo .left {
  font-size: 1.2rem;
  line-height: 20px;
  flex-basis: 210px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm.sub .inner-l .formInfo .left {
    flex-basis: 100%;
    text-align: left;
    font-size: 1rem;
    margin: 0;
    letter-spacing: 0.3em;
  }
}
.mainWrap .searchForm.sub .inner-l .formInfo .center {
  flex-basis: calc(100% - 210px - 220px);
  text-align: left;
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm.sub .inner-l .formInfo .center {
    flex-basis: 100%;
  }
}
.mainWrap .searchForm.sub .inner-l .formInfo .center img {
  width: 28px;
  vertical-align: -8px;
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm.sub .inner-l .formInfo .center img {
    width: 22px;
    vertical-align: -5px;
    margin-right: 0.5rem;
  }
}
.mainWrap .searchForm.sub .inner-l .formInfo .center .mess {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .searchForm.sub .inner-l .formInfo .center .mess {
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
}
.mainWrap .searchForm.sub .inner-l .formInfo .right {
  flex-basis: 220px;
}
.mainWrap .searchForm.sub .inner-l .formInfo .right .searchMap {
  background: url("/assets/img/property/map-bg.jpg") no-repeat;
  background-size: cover;
}
.mainWrap .searchForm.sub .inner-l .formInfo .right .searchMap a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  padding: 0.4rem 0;
}
.mainWrap .searchForm.sub .inner-l .formInfo .right .searchMap a img {
  width: 13px;
  margin-right: 0.5rem;
}
.mainWrap .searchForm.sub .inner-l .formInputBox {
  width: 100%;
}
.mainWrap .propInfo dl {
  align-items: center;
  border-bottom: 1px solid #373737;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}
.mainWrap .propInfo dl dt {
  font-size: 1.2rem;
  width: 65px;
  text-align: center;
  font-weight: normal;
}
.mainWrap .propInfo dl dd {
  font-size: 1.4rem;
  padding-left: 1rem;
  width: calc(100% - 65px);
}
.mainWrap .propInfo dl.large {
  border-bottom: 2.5px solid #373737;
  padding-bottom: 0.1rem;
}
.mainWrap .propInfo dl.large dt {
  font-weight: bold;
}
.mainWrap .propInfo dl.large dd {
  font-size: 1.6rem;
  font-weight: bold;
}
.mainWrap .propInfo dl.build {
  border-bottom: 2.5px solid #373737;
}
.mainWrap .secPlanSupport .introTxt {
  font-size: 3rem;
  font-weight: var(--medium);
  letter-spacing: 0.15em;
  line-height: 50px;
  margin: 5rem 0 7rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secPlanSupport .introTxt {
    line-height: 36px;
    font-size: 1.8rem;
    margin: 4.5rem 0 4rem;
  }
}
.mainWrap .secPlanSupport .links {
  gap: 0 3rem;
  margin-bottom: 7.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secPlanSupport .links {
    gap: 2.5rem 0;
    margin-bottom: 4rem;
  }
}
.mainWrap .secPlanSupport .links::after {
  content: "";
  display: block;
  background: url("/assets/img/logo-re-bg02.png") no-repeat;
  position: absolute;
  width: 820px;
  height: 820px;
  background-size: 820px;
  top: -9rem;
  right: 6rem;
  opacity: 0.05;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secPlanSupport .links::after {
    display: none;
  }
}
.mainWrap .secPlanSupport .links li {
  flex-basis: calc(50% - 1.5rem);
}
@media screen and (max-width: 1200px) {
  .mainWrap .secPlanSupport .links li {
    flex-basis: 100%;
  }
}
.mainWrap .secPlanSupport .links li a {
  position: relative;
  height: 333px;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  background: #F5F5F5;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secPlanSupport .links li a {
    height: auto;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap .secPlanSupport .links li a > img {
    margin: 0 auto 1rem;
  }
}
.mainWrap .secPlanSupport .links li a .readTxt {
  font-size: 1.4rem;
  width: 100%;
  margin-bottom: 2.5rem;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secPlanSupport .links li a .readTxt {
    position: static;
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 1.5rem;
  }
}
.mainWrap .secPlanSupport .links li a .imgTtl {
  align-items: center;
  gap: 0 3.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secPlanSupport .links li a .imgTtl {
    width: 100%;
  }
}
.mainWrap .secPlanSupport .links li a .imgTtl img {
  width: 251px;
}
.mainWrap .secPlanSupport .links li a .imgTtl .ttl {
  font-size: 3.5rem;
  letter-spacing: 0.3em;
  line-height: 42px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secPlanSupport .links li a .imgTtl .ttl {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.mainWrap .secPlanSupport .links li a .imgTtl .ttl span {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 24px;
  display: block;
  margin: 0.5rem 0;
}
.mainWrap .secPlanSupport .links li a .baseLinkBtn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secPlanSupport .links li a .baseLinkBtn {
    position: static;
    margin-left: auto;
    margin-right: 0;
  }
}
.mainWrap .slide-arrow {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .mainWrap .slide-arrow img {
    width: 20px;
  }
}
.mainWrap .slick-dots {
  display: flex;
  justify-content: center;
  padding: 2rem 0 1.5rem;
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .slick-dots {
    padding: 1rem 0 1.5rem;
    gap: 0.5rem;
  }
}
.mainWrap .slick-dots li {
  transform: none !important;
  display: block !important;
  padding-left: 0 !important;
}
.mainWrap .slick-dots li.slick-active button {
  background: #909090;
}
.mainWrap .slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 7px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.mainWrap .flexList {
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .flexList {
    gap: 1rem;
  }
}
.mainWrap .flexList .cateLinkBox {
  background: #2E2E2E;
  flex-basis: calc(25% - 1.5rem);
  position: relative;
  min-height: 325px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .flexList .cateLinkBox {
    flex-basis: 100%;
    min-height: auto;
  }
}
.mainWrap .flexList .cateLinkBox:hover {
  opacity: 0.8;
}
.mainWrap .flexList .cateLinkBox::before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 60px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(-45deg);
  top: -4px;
  left: -19px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .flexList .cateLinkBox::before {
    height: 25px;
    width: 50px;
    left: -16px;
  }
}
.mainWrap .flexList .cateLinkBox.rent::before {
  background: #496E79;
}
.mainWrap .flexList .cateLinkBox.residence::before {
  background: #497967;
}
.mainWrap .flexList .cateLinkBox.sale::before {
  background: #95805F;
}
.mainWrap .flexList .cateLinkBox.map a {
  background: url("/assets/img/top/map-bg.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 1200px) {
  .mainWrap .flexList .cateLinkBox.map a {
    justify-content: flex-start;
    height: 100px;
    padding-left: 2.5rem;
    flex-flow: inherit;
    gap: 0 0.3rem;
  }
}
.mainWrap .flexList .cateLinkBox.map a img.pin {
  margin: -3rem auto 1rem;
  display: block;
}
@media screen and (max-width: 1200px) {
  .mainWrap .flexList .cateLinkBox.map a img.pin {
    display: inline-block;
    width: 28px;
    margin: 0;
    vertical-align: 3px;
    margin-right: 0.4rem;
  }
}
.mainWrap .flexList .cateLinkBox.map a .catTtl {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .mainWrap .flexList .cateLinkBox.map a .catTtl {
    font-size: 2.1rem;
    line-height: 30px;
    text-align: left;
    display: inline-block;
  }
}
.mainWrap .flexList .cateLinkBox a {
  display: block;
  height: 100%;
}
.mainWrap .flexList .cateLinkBox a .catTtl {
  font-size: 3.5rem;
  line-height: 50px;
  letter-spacing: 0.4em;
  padding: 9rem 0 0 4rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .flexList .cateLinkBox a .catTtl {
    font-size: 2.6rem;
    line-height: 35px;
    padding: 1.2rem 0 1.8rem 2.5rem;
  }
}
.mainWrap .flexList .cateLinkBox a .catTtl span {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 1200px) {
  .mainWrap .flexList .cateLinkBox a .catTtl span {
    font-size: 1.6rem;
  }
}
.mainWrap .flexList .cateLinkBox a .baseLinkBtn {
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .flexList .cateLinkBox a .baseLinkBtn {
    bottom: inherit;
    top: calc(50% - 1rem);
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap .flexList .cateLinkBox a .baseLinkBtn img {
    vertical-align: -3px;
  }
}
.mainWrap .cpFlex {
  max-width: 875px;
  border-bottom: 1px solid #fff;
  margin: 0 auto 8.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .cpFlex {
    max-width: 100%;
    gap: 4rem;
    margin-bottom: 5rem;
    padding-bottom: 3rem;
  }
}
.mainWrap .cpFlex .cp {
  flex-basis: 50%;
}
@media screen and (max-width: 1200px) {
  .mainWrap .cpFlex .cp {
    flex-basis: 100%;
  }
}
.mainWrap .cpFlex .cp > img {
  margin-bottom: 2rem;
}
.mainWrap .cpFlex .cp > img.travel {
  width: 194px;
}
.mainWrap .cpFlex .cp > img.international {
  width: 248px;
}
.mainWrap .cpFlex .cp .readTxt {
  font-size: 1.4rem;
  text-align: left;
  line-height: 20px !important;
  max-width: 365px;
  letter-spacing: inherit !important;
  margin: 0 auto 1.5rem !important;
  font-weight: normal !important;
}
.mainWrap .cpFlex .cp .linkTxt img {
  vertical-align: -1px;
  margin-right: 0.8rem;
}
.mainWrap .cpFlex .cp .linkTxt a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .mainWrap .supportList .scrollImg {
    width: 97px;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap .supportList .lgWrap {
    overflow: scroll;
  }
}
.mainWrap .supportList ul {
  gap: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .supportList ul {
    width: calc(1100px + 10rem);
  }
}
.mainWrap .supportList ul li {
  flex-basis: calc(20% - 2rem);
}
@media screen and (max-width: 1200px) {
  .mainWrap .supportList ul li {
    flex-basis: 220px;
  }
}
.mainWrap .supportList ul li a {
  display: block;
  padding: 1rem;
  background: #fff;
  position: relative;
  height: 100%;
}
.mainWrap .supportList ul li a .now {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #FF0000;
  position: absolute;
  height: 20px;
  line-height: 20px;
  padding: 0 1rem;
  left: -0.5rem;
  top: -1.2rem;
}
.mainWrap .supportList ul li a > img {
  margin: -1rem -1rem 1rem;
  width: calc(100% + 2rem);
  max-width: inherit;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mainWrap .supportList ul li a .cat {
  gap: 0.5rem;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.mainWrap .supportList ul li a .cat span {
  background: #373737;
  color: #fff;
  padding: 0rem 0.7rem 0.1rem;
}
.mainWrap .supportList ul li a .date {
  font-size: 1.4rem;
  font-weight: bold;
}
.mainWrap .supportList ul li a .date .new {
  color: #FF0000;
  margin-right: 0.3rem;
}
.mainWrap .supportList ul li a .ttl {
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.mainWrap .supportList ul li a .readTxt {
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 3.5rem;
}
.mainWrap .supportList ul li a .baseLinkBtn {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.mainWrap .supportList ul li a .baseLinkBtn img {
  width: 16px;
  vertical-align: -4px;
  margin-left: 0.5rem;
}
.mainWrap .supportList ul.project li a .cat {
  background: #373737;
  color: #fff;
  padding: 0rem 0 0.2rem;
  text-align: center;
  width: 90%;
  margin: 0 auto 1rem;
}
.mainWrap .supportList ul.project li a > img {
  margin: 0 auto 1rem;
  width: 100px;
  display: block;
}
.mainWrap .supportList ul.project li a .readTtl {
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 1rem;
}
.mainWrap .supportList .pageNavi {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .supportList .pageNavi {
    margin-top: 3rem;
  }
}
.mainWrap .secOurWorks {
  padding: 0 0 6.5rem;
}
.mainWrap .secOurWorks .inner-l {
  position: relative;
}
.mainWrap .secOurWorks .inner-l .introTxt {
  font-size: 3rem;
  font-weight: var(--medium);
  letter-spacing: 0.15em;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secOurWorks .inner-l .introTxt {
    position: static;
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}
.mainWrap .secOurWorks .inner-l .head {
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 3rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secOurWorks .inner-l .head {
    margin-bottom: 2rem;
  }
}
.mainWrap .secOurWorks .inner-l .head .left {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 35px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secOurWorks .inner-l .head .left {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.mainWrap .secOurWorks .inner-l .head .left span {
  font-size: 1.2rem;
  display: block;
}
.mainWrap .secOurWorks .inner-l .head .center {
  font-size: 2rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secOurWorks .inner-l .head .center {
    font-size: 1.4rem;
    text-align: center;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap .secOurWorks .inner-l .baseLinkBtn.lgBlock {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
}
.mainWrap .secOurWorks .inner-l .baseLinkBtn.lgBlock a {
  font-size: 1.4rem;
  background: #fff;
  letter-spacing: 0.1em;
  padding: 1.3rem 2rem;
}

/*------------------------------------------------------------
  TOP
  ------------------------------------------------------------*/
.mainWrap.-top .secMv {
  padding: 0;
}
.mainWrap.-top .secMv .ytBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -100;
  min-height: 900px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .ytBox {
    min-height: auto;
  }
}
.mainWrap.-top .secMv .ytBox iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  z-index: -100;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .ytBox iframe {
    min-width: 1600px;
  }
}
.mainWrap.-top .secMv .mvTop {
  background: #2E2E2E;
  overflow: hidden;
  height: 470px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .mvTop {
    height: 280px;
  }
}
.mainWrap.-top .secMv .mvTop::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/logo-re-bg01.png") no-repeat;
  opacity: 0.5;
  width: 703px;
  height: 703px;
  top: -12rem;
  right: -6rem;
  background-size: 703px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .mvTop::after {
    background-size: 300px;
    top: -0.5rem;
    right: -2.5rem;
    width: 300px;
    height: 300px;
  }
}
.mainWrap.-top .secMv .inner-l {
  position: absolute;
  left: 0;
  right: 0;
  top: 35rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .inner-l {
    top: 20.3rem;
  }
}
.mainWrap.-top .secMv .inner-l .mainTtl {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  line-height: 90px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .inner-l .mainTtl {
    font-size: 2.7rem;
    line-height: 40px;
    letter-spacing: 0.1em;
  }
}
.mainWrap.-top .secMv .inner-l .mainTtl .en {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secMv .inner-l .mainTtl .en {
    font-size: 1.2rem;
    line-height: 15px;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secNews {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 17.5rem;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secNews {
    position: relative;
    background: #F5F5F5;
    padding: 1.5rem 0 2rem;
    top: 0;
  }
}
.mainWrap.-top .secNews .inner-l .newsBox {
  width: 410px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secNews .inner-l .newsBox {
    width: 100%;
    margin: 0;
  }
}
.mainWrap.-top .secNews .inner-l .newsBox .ttl {
  font-size: 1.5rem;
  color: #FF0000;
  text-transform: uppercase;
  letter-spacing: 0.255em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secNews .inner-l .newsBox .ttl {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secNews .inner-l .newsBox dl {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secNews .inner-l .newsBox dl {
    margin-bottom: 1.2rem;
  }
}
.mainWrap.-top .secNews .inner-l .newsBox dl.last {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secNews .inner-l .newsBox dl.last {
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secNews .inner-l .newsBox dl a {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secNews .inner-l .newsBox dl a {
    color: #373737;
    font-size: 1.2rem;
  }
}
.mainWrap.-top .secNews .inner-l .newsBox dl a dt {
  font-weight: normal;
}
.mainWrap.-top .secNews .inner-l .newsBox .baseLinkBtn img.lgBlock {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secNews .inner-l .newsBox .baseLinkBtn img.lgBlock {
    display: inline-block !important;
  }
}
.mainWrap.-top .secPropSearch {
  padding: 4.5rem 0 9rem;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch {
    padding: 3rem 0 0;
  }
}
.mainWrap.-top .secPropSearch .inner-l.intro {
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .inner-l.intro {
    margin-bottom: 7rem;
  }
}
.mainWrap.-top .secPropSearch .inner-l.intro h2.baseTtl {
  flex-basis: 280px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .inner-l.intro h2.baseTtl {
    margin-bottom: 3.5rem;
    flex-basis: 100%;
  }
}
.mainWrap.-top .secPropSearch .inner-l.intro .infoTxt {
  font-size: 2rem;
  letter-spacing: 0.4em;
  line-height: 40px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .inner-l.intro .infoTxt {
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 3.5rem;
    letter-spacing: 0.3em;
  }
}
.mainWrap.-top .secPropSearch .inner-l.intro .lpBox {
  flex-basis: 305px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .inner-l.intro .lpBox {
    flex-basis: 90%;
    margin: 0 auto;
  }
}
.mainWrap.-top .secPropSearch .inner-l.intro .lpBox .ttl {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.mainWrap.-top .secPropSearch .inner-l.intro .lpBox .ttl img {
  margin-right: 0.5rem;
}
.mainWrap.-top .secPropSearch .inner-l.intro .lpBox .readTxt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 24px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .inner-l.intro .lpBox .readTxt {
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secPropSearch .inner-l.intro .lpBox .links {
  display: flex;
  gap: 0 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .inner-l.intro .lpBox .links .baseLinkBtn {
    font-size: 1.4rem;
  }
}
.mainWrap.-top .secPropSearch .inner-l.intro .lpBox .links .baseLinkBtn a img {
  vertical-align: -4px;
}
.mainWrap.-top .secPropSearch .newListings {
  background: #F5F5F5;
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li {
  position: relative;
  transform: scale(0.8);
  transition: all 0.3s linear;
  display: flex;
  align-items: flex-start;
  padding-left: 5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li {
    padding-left: 0;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li.slick-current {
  transform: scale(1);
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox {
  position: relative;
  width: 45%;
  background: #fff;
  padding: 1.5rem 2rem 2rem;
  min-height: 365px;
  min-width: 480px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox {
    position: relative;
    width: 100%;
    padding: 1.5rem 1.5rem 2rem;
    min-width: auto;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .propNo {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  border: 1px solid #373737;
  text-align: center;
  padding: 0.5rem 0;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: bold;
  width: 70px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .propNo {
    right: 1rem;
    top: 1rem;
    font-size: 1.2rem;
    padding: 0.2rem 0;
    line-height: 1.1;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .propNo span {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .propNo span {
    font-size: 1rem;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .ctName {
  background: #000;
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 2rem 0.2rem 2.5rem;
  margin-left: -2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .ctName {
    font-size: 1.2rem;
    margin-left: -1.5rem;
    padding: 0.1rem 1.5rem 0.2rem 1.5rem;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .use {
  font-size: 1.2rem;
  gap: 1px;
  margin-bottom: 0.7rem;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .use {
    font-size: 1.1rem;
    max-width: 100%;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .use p {
  background: #373737;
  color: #fff;
  padding: 0.1rem 1.5rem;
  min-width: 110px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .use p {
    min-width: auto;
    padding: 0.1rem 0.5rem 0.2rem;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .ttl {
  font-size: 2.2rem;
  line-height: 28px;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .ttl {
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail {
  gap: 2rem;
  justify-content: space-between;
  min-height: 220px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail {
    gap: 1rem;
    min-height: auto;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail .left {
  position: relative;
  flex-basis: calc(45% - 2rem);
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail .left {
    flex-basis: 100%;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail .left .propName {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail .left .propName {
    font-size: 1.6rem;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail .left .address {
  font-size: 1.4rem;
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail .left .access {
  font-size: 1.4rem;
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail .left .baseLinkBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail .left .baseLinkBtn {
    display: none;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail .right {
  flex-basis: calc(55% - 2rem);
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .infoBox .detail .right {
    flex-basis: 100%;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .imgBox {
  width: calc(55% + 5rem);
  padding-top: 1rem;
  overflow: hidden;
  height: 395px;
  margin-left: -5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .imgBox {
    width: 80%;
    margin: 0 auto 1rem;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.mainWrap.-top .secPropSearch .newListings ul.slick-top1 li .imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}
.mainWrap.-top .secPropSearch .newListings .slide-arrow {
  top: 15rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings .slide-arrow {
    top: calc(50% - 3rem);
  }
}
.mainWrap.-top .secPropSearch .newListings .slide-arrow.prev-arrow {
  left: 15%;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings .slide-arrow.prev-arrow {
    left: 2rem !important;
  }
}
.mainWrap.-top .secPropSearch .newListings .slide-arrow.prev-arrow:hover {
  left: 14.5%;
}
.mainWrap.-top .secPropSearch .newListings .slide-arrow.next-arrow {
  right: 15%;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .newListings .slide-arrow.next-arrow {
    right: 2rem !important;
  }
}
.mainWrap.-top .secPropSearch .newListings .slide-arrow.next-arrow:hover {
  right: 14.5%;
}
.mainWrap.-top .secPropSearch .allList {
  padding: 6.5rem 0 10rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .allList {
    padding: 6.5rem 0 6rem;
  }
}
.mainWrap.-top .secPropSearch .allList .inner-l h3.baseTtl {
  top: 0;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .allList .inner-l h3.baseTtl {
    margin-bottom: 4rem;
  }
}
.mainWrap.-top .secPropSearch .banners {
  padding: 9rem 0;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .banners {
    padding: 5rem 0;
  }
}
.mainWrap.-top .secPropSearch .banners .inner-l {
  justify-content: center;
  gap: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPropSearch .banners .inner-l {
    gap: 3rem;
  }
}
.mainWrap.-top .secPlanSupport {
  padding: 9.5rem 0 11rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPlanSupport {
    padding: 4.5rem 0 7rem;
  }
}
.mainWrap.-top .secPlanSupport .inner-l {
  position: relative;
}
.mainWrap.-top .secPlanSupport .inner-l .business {
  gap: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPlanSupport .inner-l .business {
    gap: 3rem;
  }
}
.mainWrap.-top .secPlanSupport .inner-l .business li {
  flex-basis: calc(50% - 1.75rem);
  border: 1px solid #909090;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPlanSupport .inner-l .business li {
    flex-basis: 100%;
  }
}
.mainWrap.-top .secPlanSupport .inner-l .business li.archi {
  background: url("/assets/img/top/service-bg-archi.png") no-repeat;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPlanSupport .inner-l .business li.archi {
    background-size: 100%;
  }
}
.mainWrap.-top .secPlanSupport .inner-l .business li.archi img.logo {
  width: 246px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPlanSupport .inner-l .business li.archi img.logo {
    width: 210px;
  }
}
.mainWrap.-top .secPlanSupport .inner-l .business li.lng {
  background: url("/assets/img/top/service-bg-lng.png") no-repeat;
}
.mainWrap.-top .secPlanSupport .inner-l .business li.lng img.logo {
  width: 325px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPlanSupport .inner-l .business li.lng img.logo {
    width: 215px;
  }
}
.mainWrap.-top .secPlanSupport .inner-l .business li a {
  padding: 2rem;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPlanSupport .inner-l .business li a {
    padding: 1.5rem 2rem;
  }
}
.mainWrap.-top .secPlanSupport .inner-l .business li a .ttl {
  margin-bottom: 4.5rem;
  font-size: 2.4rem;
  font-weight: var(--medium);
  letter-spacing: 0.15em;
  line-height: 40px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPlanSupport .inner-l .business li a .ttl {
    font-size: 1.8rem;
    line-height: 29px;
  }
}
.mainWrap.-top .secPlanSupport .inner-l .business li a .logoLinks {
  justify-content: space-between;
  align-items: flex-start;
}
.mainWrap.-top .secPlanSupport .inner-l .business li a .logoLinks .left {
  width: calc(100% - 40px);
  font-weight: var(--medium);
  border-bottom: 1px solid #909090;
  padding-bottom: 0.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPlanSupport .inner-l .business li a .logoLinks .left {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.mainWrap.-top .secPlanSupport .inner-l .business li a .logoLinks .left img.logo {
  display: block;
  margin-bottom: 1.5rem;
}
.mainWrap.-top .secPlanSupport .inner-l .business li a .logoLinks .left img.ex {
  vertical-align: 0px;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secPlanSupport .inner-l .business li a .logoLinks .left img.ex {
    vertical-align: -3px;
    margin-right: 0.3rem;
  }
}
.mainWrap.-top .secPlanSupport .inner-l .business li a .logoLinks img.arrow {
  width: 40px;
}
.mainWrap.-top .secAboutUs {
  background: url("/assets/img/top/aboutus-bg.jpg") no-repeat;
  padding: 6rem 0 12rem;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutUs {
    background: url("/assets/img/top/aboutus-bg-sp.jpg") no-repeat;
    background-size: cover;
    padding: 4rem 0 5.5rem;
    background-position: center top;
  }
}
.mainWrap.-top .secAboutUs h2.baseTtl {
  text-align: left;
  margin-bottom: 7rem;
}
.mainWrap.-top .secAboutUs .re {
  width: 270px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutUs .re {
    width: 260px;
    margin-bottom: 4rem;
  }
}
.mainWrap.-top .secAboutUs .readTxt {
  font-weight: var(--medium);
  letter-spacing: 0.1em;
  line-height: 36px;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutUs .readTxt {
    font-size: 1.5rem;
    margin-bottom: 5.5rem;
  }
}
.mainWrap.-top .secAboutUs .otherTtl {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.7rem;
  max-width: 875px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutUs .otherTtl {
    max-width: 100%;
  }
}
.mainWrap.-top .secAboutUs ul {
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutUs ul {
    gap: 1rem 0;
  }
}
.mainWrap.-top .secAboutUs ul li {
  background: #fff;
  border: 1px solid #909090;
  width: 230px;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutUs ul li {
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutUs ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem 0 0;
  }
}
.mainWrap.-top .secAboutUs ul li a .linkName {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutUs ul li a .linkName {
    width: calc(100% - 42px);
    margin-bottom: 0;
    font-size: 2.6rem;
  }
}
.mainWrap.-top .secAboutUs ul li a .linkName span {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secAboutUs ul li a .linkName span {
    font-size: 1.2rem;
  }
}
.mainWrap.-top .secBusiness {
  padding: 5rem 0 20rem;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secBusiness {
    padding: 4.5rem 0 13rem;
  }
}
.mainWrap.-top .secBusiness .inner-l .introTxt {
  font-size: 2rem;
  letter-spacing: 0.4em;
  line-height: 40px;
  margin-bottom: 12rem;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secBusiness .inner-l .introTxt {
    font-size: 1.8rem;
    line-height: 35px;
    margin-bottom: 5rem;
  }
}
.mainWrap.-top .secBusiness .inner-l ul {
  gap: 10rem 0;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secBusiness .inner-l ul {
    gap: 3rem 0;
  }
}
.mainWrap.-top .secBusiness .inner-l ul li {
  flex-basis: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secBusiness .inner-l ul li {
    flex-basis: 50%;
  }
}
.mainWrap.-top .secBusiness .inner-l ul li a img {
  width: 50%;
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
body.-sub {
  /*-- parts --*/
  /*-- 中カテゴリ --*/
  /*-- 物件番号 --*/
  /*-- おすすめ業態 --*/
  /*-- あとで見るボタン --*/
  /*-- header画像 --*/
}
body.-sub .secMv {
  height: 350px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 84px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  body.-sub .secMv {
    height: 180px;
    background-position: center center !important;
    background-size: cover !important;
    margin-top: 55px;
  }
}
body.-sub .secMv .headerTtl {
  font-size: 2.8rem;
  font-weight: var(--medium);
  text-align: center;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 1200px) {
  body.-sub .secMv .headerTtl {
    font-size: 2.2rem;
  }
}
body.-sub .secMv .headerTtl span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  body.-sub .secMv .headerTtl span {
    font-size: 1.9rem;
  }
}
body.-sub .secPlanSupport {
  padding: 0.1rem;
  border-bottom: 1px solid #909090;
}
body.-sub .secPlanSupport .inner-l ul.links {
  margin-bottom: 15rem;
}
body.-sub ul.cate {
  gap: 0.1rem;
  flex-basis: calc(100% - 80px);
}
body.-sub ul.cate li {
  font-size: 1.4rem;
  background: #373737;
  color: #fff;
  padding: 0.1rem 1.5rem;
  min-width: 140px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body.-sub ul.cate li {
    min-width: auto;
  }
}
body.-sub .propNo {
  border: 1px solid #373737;
  font-weight: bold;
  text-align: center;
  padding: 0 0.5rem;
  flex-basis: 80px;
  margin-bottom: -0.4rem;
}
body.-sub .propNo span {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
body.-sub .onCondition {
  font-size: 1.4rem;
  gap: 1rem 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  body.-sub .onCondition {
    font-size: 1.2rem;
    gap: 0.8rem 1.5rem;
    margin-bottom: 2rem;
  }
}
body.-sub .onCondition li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.-sub .starBtn {
  font-size: 1.2rem;
  background: #F5F5F5;
  line-height: 1.2rem;
  padding: 0.7rem 1.5rem;
  border-radius: 16px;
  width: 100px;
  cursor: pointer;
}
body.-sub .starBtn::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/icon-star.png") no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: -4px;
  margin-right: 0.4rem;
}
body.-sub .starBtn.selected::before {
  background: url("/assets/img/icon-star-gold.png") no-repeat;
}
body.-sub .starBtn:hover {
  outline: 1px solid #888;
}
body.-sub.property .secMv.ct1, body.-sub.propertyDetail .secMv.ct1 {
  background: url("/assets/img/property/header-ct1.jpg") no-repeat;
}
@media screen and (max-width: 1200px) {
  body.-sub.property .secMv.ct1, body.-sub.propertyDetail .secMv.ct1 {
    background: url("/assets/img/property/header-ct1-sp.jpg") no-repeat;
  }
}
body.-sub.property .secMv.ct2, body.-sub.propertyDetail .secMv.ct2 {
  background: url("/assets/img/property/header-ct2.jpg") no-repeat;
}
@media screen and (max-width: 1200px) {
  body.-sub.property .secMv.ct2, body.-sub.propertyDetail .secMv.ct2 {
    background: url("/assets/img/property/header-ct2-sp.jpg") no-repeat;
  }
}
body.-sub.property .secMv.ct3, body.-sub.propertyDetail .secMv.ct3 {
  background: url("/assets/img/property/header-ct3.jpg") no-repeat;
}
@media screen and (max-width: 1200px) {
  body.-sub.property .secMv.ct3, body.-sub.propertyDetail .secMv.ct3 {
    background: url("/assets/img/property/header-ct3-sp.jpg") no-repeat;
  }
}
body.-sub.property.mochimune .secMv, body.-sub.propertyDetail.mochimune .secMv {
  background: url("/assets/img/property/mochimune/header.jpg") no-repeat;
}
@media screen and (max-width: 1200px) {
  body.-sub.property.mochimune .secMv, body.-sub.propertyDetail.mochimune .secMv {
    background: url("/assets/img/property/mochimune/header-sp.jpg") no-repeat;
  }
}
body.-sub.map .secMv {
  background: url("/assets/img/map/header.jpg?20250310") no-repeat;
}
@media screen and (max-width: 1200px) {
  body.-sub.map .secMv {
    background: url("/assets/img/map/header-sp.jpg?20250310") no-repeat;
  }
}
body.-sub.support .secMv {
  background: url("/assets/img/support/header.jpg?20250310") no-repeat;
}
@media screen and (max-width: 1200px) {
  body.-sub.support .secMv {
    background: url("/assets/img/support/header-sp.jpg?20250310") no-repeat;
  }
}
body.-sub.planning .secMv {
  background: url("/assets/img/planning/header.jpg?20250310") no-repeat;
}
@media screen and (max-width: 1200px) {
  body.-sub.planning .secMv {
    background: url("/assets/img/planning/header-sp.jpg?20250310") no-repeat;
  }
}
body.-sub.company .secMv {
  background: url("/assets/img/company/header.jpg?20250310") no-repeat;
}
@media screen and (max-width: 1200px) {
  body.-sub.company .secMv {
    background: url("/assets/img/company/header-sp.jpg?20250310") no-repeat;
  }
}
body.-sub.news .secMv, body.-sub.newsDetail .secMv, body.-sub.recruit .secMv, body.-sub.contact .secMv {
  background: url("/assets/img/other/header.jpg") no-repeat;
}
@media screen and (max-width: 1200px) {
  body.-sub.news .secMv, body.-sub.newsDetail .secMv, body.-sub.recruit .secMv, body.-sub.contact .secMv {
    background: url("/assets/img/other/header-sp.jpg") no-repeat;
  }
}

/*------------------------------------------------------------
  下層ページ
  ------------------------------------------------------------*/
body.property {
  /* 共通 */
}
@media screen and (max-width: 1200px) {
  body.property .dispStar {
    text-align: center;
  }
}
body.property .dispStar img {
  vertical-align: -4px;
}
body.property .dispStar a {
  font-size: 1.4rem;
  border-bottom: 1px solid #373737;
  cursor: pointer;
}
body.property .dispStar .notes {
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}
body.property .lContainer {
  background: #F5F5F5;
}
body.property .secSearchForm {
  padding: 1rem 0;
  background: #fff;
  box-shadow: 0px 3px 8px -5px #000;
}
body.property .secList {
  padding: 4rem 0 3.5rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList {
    padding: 2rem 0 2rem;
  }
}
body.property .secList .inner-l .headerBox {
  margin-bottom: 2.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox {
    margin-bottom: 3rem;
  }
}
body.property .secList .inner-l .headerBox .left {
  flex-basis: 460px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox .left {
    flex-basis: 100%;
  }
}
body.property .secList .inner-l .headerBox .left .cateBox {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.8em;
  padding: 0.2rem 0rem 0.2rem 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox .left .cateBox {
    font-size: 1.7rem;
    padding: 0.2rem 0rem 0.3rem 1rem;
  }
}
body.property .secList .inner-l .headerBox .left .cateBox .sep {
  display: inline-block;
  background: #fff;
  width: 1px;
  height: 20px;
  vertical-align: -3px;
  margin: 0 1.5rem 0 -0.5rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox .left .cateBox .sep {
    height: 17px;
    vertical-align: -2px;
    margin: 0 1rem 0 -0.5rem;
  }
}
body.property .secList .inner-l .headerBox .left .cateBox .subCate {
  font-size: 1.6rem;
  vertical-align: 1px;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox .left .cateBox .subCate {
    font-size: 1.4rem;
    vertical-align: 1px;
  }
}
body.property .secList .inner-l .headerBox .left .jknTxt {
  letter-spacing: 0.1em;
}
body.property .secList .inner-l .headerBox .center {
  flex-basis: calc(100% - 460px - 255px);
  padding-right: 20.5rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox .center {
    flex-basis: 100%;
    padding-right: 0;
    text-align: center;
  }
}
body.property .secList .inner-l .headerBox .center .cnt {
  font-size: 2.3rem;
}
body.property .secList .inner-l .headerBox .center .cnt span {
  font-size: 7rem;
  letter-spacing: 0.05em;
  margin-right: 0.3rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox .center .cnt span {
    margin-right: 0.2rem;
    vertical-align: -1px;
  }
}
body.property .secList .inner-l .headerBox .center .txt {
  font-size: 1.3rem;
  letter-spacing: 0.8em;
  margin-top: -1.5rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox .center .txt {
    margin-top: -1.7rem;
  }
}
body.property .secList .inner-l .headerBox .right {
  flex-basis: 255px;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox .right {
    flex-basis: 100%;
    padding-top: 2rem;
  }
}
body.property .secList .inner-l .headerBox .right .ttl {
  letter-spacing: 0.35em;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox .right .ttl {
    max-width: 190px;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}
body.property .secList .inner-l .headerBox .right select {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .headerBox .right select {
    max-width: 190px;
    margin: 0 auto 2.5rem;
    display: block;
  }
}
body.property .secList .inner-l .list {
  gap: 3.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list {
    gap: 3rem;
    margin-bottom: 3.5rem;
  }
}
body.property .secList .inner-l .list .propBox {
  background: #fff;
  box-shadow: 0px 3px 8px -5px #373737;
  padding: 2rem 2rem 4.5rem;
  flex-basis: calc(50% - 1.75rem);
  position: relative;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox {
    flex-basis: 100%;
  }
}
body.property .secList .inner-l .list .propBox .cateNo {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .cateNo {
    margin-bottom: 2rem;
  }
}
body.property .secList .inner-l .list .propBox .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .ttl {
    font-size: 1.8rem;
  }
}
body.property .secList .inner-l .list .propBox .address {
  border-bottom: 1px solid #373737;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .address {
    padding-bottom: 1rem;
  }
}
body.property .secList .inner-l .list .propBox .address span {
  font-weight: bold;
  margin-left: 2rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .address span {
    margin-left: 0;
    display: block;
  }
}
body.property .secList .inner-l .list .propBox .promoWord {
  font-size: 2rem;
  font-weight: var(--medium);
  line-height: 34px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .promoWord {
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 1.5rem;
  }
}
body.property .secList .inner-l .list .propBox .imgInfo {
  gap: 0 1.5rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
body.property .secList .inner-l .list .propBox .imgInfo .img {
  flex-basis: 280px;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .imgInfo .img {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }
}
body.property .secList .inner-l .list .propBox .imgInfo .img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: inherit;
  width: 100%;
  height: 100%;
}
body.property .secList .inner-l .list .propBox .imgInfo .info {
  flex-basis: calc(100% - 280px - 1.5rem);
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .imgInfo .info {
    flex-basis: 100%;
  }
}
body.property .secList .inner-l .list .propBox .specialProp {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .specialProp {
    margin-bottom: 1.5rem;
  }
}
body.property .secList .inner-l .list .propBox .specialProp dt {
  font-weight: normal;
  flex-basis: 115px;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .specialProp dt {
    flex-basis: 100%;
  }
}
body.property .secList .inner-l .list .propBox .specialProp dd {
  flex-basis: calc(100% - 115px);
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .specialProp dd {
    flex-basis: 100%;
  }
}
body.property .secList .inner-l .list .propBox .btnBox {
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .btnBox {
    justify-content: center;
    gap: 0 1.5rem;
    right: 0;
    bottom: 1.5rem;
  }
}
body.property .secList .inner-l .list .propBox .btnBox .left {
  width: 85px;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .btnBox .left {
    display: none;
  }
}
body.property .secList .inner-l .list .propBox .btnBox .baseLinkBtn {
  padding: 0;
}
body.property .secList .inner-l .list .propBox .btnBox .baseLinkBtn a {
  width: 220px;
  display: block;
  padding: 0.4rem 0;
}
@media screen and (max-width: 1200px) {
  body.property .secList .inner-l .list .propBox .btnBox .baseLinkBtn a {
    width: 150px;
  }
}
body.property .secList .inner-l .list .propBox .btnBox .baseLinkBtn a:hover {
  background: #eee;
}
body.property .listFooter {
  padding-top: 0rem;
}
body.property .listFooter .inner-l {
  text-align: center;
}
body.property .listFooter .inner-l .dispStar {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  body.property .listFooter .inner-l .dispStar {
    margin-bottom: 4rem;
  }
}
body.property .listFooter .inner-l .bannerBox {
  max-width: 1100px;
  margin: 0 auto;
  gap: 0 3rem;
}
@media screen and (max-width: 1200px) {
  body.property .listFooter .inner-l .bannerBox {
    gap: 1rem;
  }
}
body.property .listFooter .inner-l .bannerBox a {
  color: #fff;
  align-items: center;
  height: 80px;
  padding: 0 2rem 0 1.5rem;
  flex-basis: calc(33.33% - 2rem);
  justify-content: space-between;
  position: relative;
  z-index: 0;
  background: #373737;
}
@media screen and (max-width: 1200px) {
  body.property .listFooter .inner-l .bannerBox a {
    flex-basis: calc(50% - 0.5rem);
    padding: 0;
    justify-content: center;
  }
}
body.property .listFooter .inner-l .bannerBox a::after {
  content: "";
  display: block;
  background: url("/assets/img/property/ban-bg2.png") no-repeat;
  background-position: right center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: difference;
}
body.property .listFooter .inner-l .bannerBox a.ourWorks {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left: 3rem;
}
@media screen and (max-width: 1200px) {
  body.property .listFooter .inner-l .bannerBox a.ourWorks {
    flex-basis: 100%;
    padding-left: 0;
  }
}
body.property .listFooter .inner-l .bannerBox a.ourWorks::after {
  background: url("/assets/img/property/ban-bg1.jpg") no-repeat;
  opacity: 1;
  mix-blend-mode: inherit;
}
body.property .listFooter .inner-l .bannerBox a .txt {
  font-size: 2.6rem;
  letter-spacing: 0.4em;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  body.property .listFooter .inner-l .bannerBox a .txt {
    font-size: 1.8rem;
    text-align: center;
  }
}
body.property .listFooter .inner-l .bannerBox a .txt span {
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 1200px) {
  body.property .listFooter .inner-l .bannerBox a .txt span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body.property .listFooter .inner-l .bannerBox a .arrow {
    display: none;
  }
}
body.propertyDetail .lContainer {
  background: #F5F5F5;
}
body.propertyDetail .secMv {
  background: url("/assets/img/property/header.jpg") no-repeat;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secMv {
    background: url("/assets/img/property/header-sp.jpg") no-repeat;
  }
}
body.propertyDetail .secDetail {
  padding: 3rem 0 5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail {
    max-width: 100%;
    overflow: hidden;
    padding: 2rem 0 5rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner {
  margin-top: 1.5rem;
  background: #fff;
  padding: 3.5rem 3rem 7rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner {
    margin-top: 2rem;
    padding: 2rem 2rem 3rem;
    margin-bottom: 2rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .headInfo {
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .headInfo {
    position: relative;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .headInfo .jknInfo {
  flex-basis: calc(100% - 125px);
  padding-right: 3rem;
  align-items: center;
  gap: 1rem 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .headInfo .jknInfo {
    flex-basis: 100%;
    padding-right: 0;
    gap: 1.5rem 0;
    margin-bottom: 1.5rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .headInfo .jknInfo ul.cate {
  flex-basis: auto;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .headInfo .jknInfo ul.cate {
    padding-right: 8.5rem;
    min-height: 50px;
    align-items: flex-start;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .headInfo .jknInfo ul.onCondition {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .headInfo .jknInfo ul.onCondition {
    gap: 0.8rem 1rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .headInfo .jknInfo dl.specialProp {
  font-size: 1.3rem;
  flex-basis: 100%;
  min-height: 21px;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .headInfo .jknInfo dl.specialProp {
    font-size: 1.2rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .headInfo .jknInfo dl.specialProp dt {
  font-weight: normal;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .headInfo .jknInfo dl.specialProp dt {
    width: 100%;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .headInfo .propNo {
  flex-basis: 125px;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  padding: 0.5rem 0 0.2rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .headInfo .propNo {
    position: absolute;
    font-size: 1.6rem;
    right: 0;
    top: 0;
    padding: 0.2rem 0 0.1rem;
    width: 75px;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .headInfo .propNo span {
  font-size: 1.6rem;
  margin-bottom: -0.7rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .headInfo .propNo span {
    font-size: 1.2rem;
    margin-bottom: -0.5rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo {
  align-items: flex-start;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo {
  flex-basis: calc(100% - 285px);
  margin-bottom: 2.5rem;
  order: 0;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo {
    flex-basis: 100%;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo h2.promoWord {
  font-size: 3rem;
  line-height: 40px;
  padding: 2rem 0 3rem;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo h2.promoWord {
    font-size: 1.8rem;
    line-height: 28px;
    padding: 0;
    font-weight: var(--medium);
    margin-bottom: 0.5rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo .propTtl {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo .propTtl {
    margin-bottom: 0;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo .propAddress {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo .propAddress span {
  margin-right: 1rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo .totalPrice {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 2.5px solid #373737;
  min-width: 290px;
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo .totalPrice {
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo .totalPrice span {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  vertical-align: 3px;
  margin-right: 0.5rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo .priceSub {
  font-size: 1.5rem;
  padding-left: 1rem;
  gap: 0 1.5rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .ttlInfo .priceSub div span {
  margin-right: 0.5rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo {
  flex-basis: 285px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo {
    order: 2;
    flex-basis: 100%;
    text-align: center;
    padding: 4rem 0 6rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo .starBtn {
  margin: 0 0 1rem auto;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo .starBtn {
    margin: 0 auto 0.5rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo .notes {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo .contactBtn {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo .contactBtn {
    max-width: 285px;
    margin: 0 auto 1.2rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo .contactBtn a {
  background: #0D4483;
  color: #fff;
  font-size: 1.9rem;
  padding: 1.5rem 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  padding-left: 0.5rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo .contactBtn a img {
  vertical-align: -3px;
  width: 30px;
  margin-right: 1rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo .tel {
  font-size: 2rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo .tel .office {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: normal;
  vertical-align: 2px;
  margin-right: 1rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .contactInfo .hour {
  font-size: 1.2rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox {
  width: 510px;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox {
    order: 1;
    width: 100%;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea {
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea {
    gap: 1rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .slick-detail1 {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .slick-detail1 {
    margin-bottom: 0.8rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .slick-detail1 .slide-arrow {
  top: calc(50% - 3rem);
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .slick-detail1 .slide-arrow {
    top: calc(50% - 1.5rem);
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .slick-detail1 .slide-arrow.prev-arrow {
  left: 1rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .slick-detail1 .slide-arrow.next-arrow {
  right: 1rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .slick-detail1 .slick-slide {
  width: 510px;
  aspect-ratio: 4/3;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .slick-detail1 .slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .slick-detail1 .slick-dots {
  padding: 0;
  margin: -4rem 0 0rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .slick-detail1 .slick-dots {
    margin: -3rem 0 0rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .listRoom,
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .fixImg {
  width: calc(50% - 1rem);
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .listRoom,
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .fixImg {
    width: calc(50% - 0.5rem);
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .listRoom img,
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .imageArea .fixImg img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea {
  background: #F5F5F5;
  padding: 2rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleBtn {
    text-align: center;
  }
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleBtn img {
    width: 27px;
    vertical-align: -6px;
    margin-right: 1rem;
  }
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleBtn span {
    font-size: 1.7rem;
    letter-spacing: 0.4em;
  }
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner {
    margin-top: 3rem;
    display: none;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .propDetailTtl {
  font-size: 1.8rem;
  font-weight: var(--medium);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .propDetailTtl {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    gap: 1rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .propDetailTtl::before, body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .propDetailTtl::after {
  content: "";
  display: block;
  height: 1px;
  background: #707070;
  flex-grow: 1;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .propDetailTtl.head {
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .propDetailTtl.head {
    margin: 0 0 1.5rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl {
  border-bottom: 1px solid #373737;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dt {
  font-weight: normal;
  font-size: 1.4rem;
  width: 145px;
  padding: 0.1rem 0 0 2rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dt {
    width: 70px;
    font-size: 1.2rem;
    padding: 0.2rem 0 0 0;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd {
  width: calc(100% - 145px);
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd {
    width: calc(100% - 70px);
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd .ddSub {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd .ddSub {
    font-size: 1.4rem;
    flex-wrap: nowrap;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd .ddSub.mgb0 {
  margin-bottom: 0;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd .ddSub .ttl {
  width: 85px;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd .ddSub .ttl {
    width: 55px;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd .ddSub .val.bold {
  font-weight: bold;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd .ddSub .val.large {
  font-size: 1.9rem;
  margin-top: -0.4rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd .ddSub .val.large {
    font-size: 1.5rem;
    margin-top: -0.1rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner dl dd .ddSub .val.red {
  color: red;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .remarks {
  border: 1px solid #373737;
  margin-top: 2rem;
  margin-bottom: 4.5rem;
  padding: 2rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .remarks {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .remarks dl {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .remarks dl dt {
  width: 75px;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .remarks dl dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .remarks dl dd {
  width: calc(100% - 75px);
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .remarks dl dd {
    width: 100%;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .pointBox {
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .pointBox {
    margin-bottom: 1.5rem;
    padding-top: 1rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .gMap,
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .gStreet {
  aspect-ratio: 460/240;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .gMap,
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .gStreet {
    aspect-ratio: 3/2;
    margin-bottom: 1.5rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .gMap iframe,
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .leftBox .propDetailArea .toggleInner .gStreet iframe {
  width: 100%;
  height: 100%;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox {
  width: calc(100% - 510px);
  padding-left: 5.5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox {
    order: 3;
    width: 100%;
    padding-left: 0;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .article {
  line-height: 30px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .article {
    line-height: 24px;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .article p, body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .article div {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .article p, body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .article div {
    margin-bottom: 2rem;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .contactInfo {
  text-align: left;
  max-width: 365px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .contactInfo {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .contactInfo .starBox {
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .contactInfo .starBox {
    gap: 0.5rem 0;
    justify-content: center;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .contactInfo .starBox .starBtn {
  margin: 0;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .contactInfo .starBox .notes {
  margin-bottom: 0;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .contactInfo .contactBtn {
  width: 285px;
  margin: 0 auto 1rem;
}
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .contactInfo .tel,
body.propertyDetail .secDetail .inner-l .bgInner .detailInfo .rightBox .contactInfo .hour {
  text-align: center;
}
body.propertyDetail .secOtherProp {
  padding: 0 0 3rem;
}
body.propertyDetail .secOtherProp > .ttl {
  font-size: 2rem;
  letter-spacing: 0.4em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secOtherProp > .ttl {
    margin-bottom: 2rem;
  }
}
body.propertyDetail .secOtherProp > .ttl img {
  vertical-align: -3px;
  width: 20px;
  margin-right: 0.5rem;
}
body.propertyDetail .secOtherProp ul {
  padding-bottom: 5rem;
}
body.propertyDetail .secOtherProp ul .slide-arrow {
  top: calc(50% - 5rem - 1rem);
}
body.propertyDetail .secOtherProp ul .slide-arrow.prev-arrow {
  left: 2rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secOtherProp ul .slide-arrow.prev-arrow {
    top: calc(50% - 5rem);
  }
}
body.propertyDetail .secOtherProp ul .slide-arrow.next-arrow {
  right: 2rem;
}
body.propertyDetail .secOtherProp ul li {
  background: #fff;
  padding: 2rem;
  margin: 0rem 1rem;
  height: auto;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secOtherProp ul li {
    padding: 1.5rem;
  }
}
body.propertyDetail .secOtherProp ul li .cate {
  padding-bottom: 0;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secOtherProp ul li .cate {
    margin-bottom: 0.5rem;
  }
}
body.propertyDetail .secOtherProp ul li .cate li {
  font-size: 1.2rem;
  background: #373737;
  color: #fff;
  padding: 0.1rem 1rem 0.3rem;
  min-width: auto;
  text-align: center;
  margin: 0;
}
body.propertyDetail .secOtherProp ul li .promoWord {
  font-size: 1.8rem;
  line-height: 24px;
  margin-bottom: 0.8rem;
  min-height: 48px;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secOtherProp ul li .promoWord {
    font-size: 1.6rem;
  }
}
body.propertyDetail .secOtherProp ul li .imgInfo .img {
  width: 110px;
  height: 85px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secOtherProp ul li .imgInfo .img {
    margin: 0 0 0.7rem;
  }
}
body.propertyDetail .secOtherProp ul li .imgInfo .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
body.propertyDetail .secOtherProp ul li .imgInfo .propInfo {
  padding-left: 1rem;
  width: calc(100% - 110px);
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secOtherProp ul li .imgInfo .propInfo {
    padding-left: 0;
    width: 100%;
  }
}
body.propertyDetail .secOtherProp ul li .imgInfo .propInfo .ttl {
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 1200px) {
  body.propertyDetail .secOtherProp ul li .imgInfo .propInfo .ttl {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}
body.propertyDetail .secOtherProp ul li .imgInfo .propInfo .price {
  font-size: 1.5rem;
}
body.propertyDetail .secOtherProp ul li .imgInfo .propInfo .address {
  font-size: 1.2rem;
}
body.map .lContainer {
  background: #F5F5F5;
}
body.map .secSelectCat {
  padding: 12.5rem 0 4.5rem;
}
@media screen and (max-width: 1200px) {
  body.map .secSelectCat {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 1200px) {
  body.map .secSelectCat .inner-l .lgTtl {
    font-size: 1.6rem;
    letter-spacing: 0.35em;
    margin-bottom: 2rem;
    border-bottom: 1px solid #373737;
    padding-bottom: 0.3rem;
  }
}
body.map .secSelectCat .inner-l ul {
  gap: 0 4rem;
}
@media screen and (max-width: 1200px) {
  body.map .secSelectCat .inner-l ul {
    gap: 1rem 0;
  }
}
body.map .secSelectCat .inner-l ul li {
  width: calc(25% - 3rem);
  background: #D8D8D8;
  padding: 0.3rem 0;
  border-radius: 19px;
}
@media screen and (max-width: 1200px) {
  body.map .secSelectCat .inner-l ul li {
    width: 100%;
  }
}
body.map .secSelectCat .inner-l ul li.active, body.map .secSelectCat .inner-l ul li:hover {
  background: #373737;
}
body.map .secSelectCat .inner-l ul li.active a, body.map .secSelectCat .inner-l ul li:hover a {
  color: #fff;
}
body.map .secSelectCat .inner-l ul li a {
  display: flex;
  justify-content: center;
  gap: 0 0.3rem;
  align-items: center;
  height: 100%;
  font-size: 2rem;
  font-weight: 500;
}
body.map .secSelectCat .inner-l ul li a p {
  margin-left: 0.5rem;
}
body.map .secSelectCat .inner-l ul li a p .sub {
  font-size: 1.6rem;
}
body.map .secMap {
  padding: 0 0 7rem;
}
body.map .secMap .inner-l .mapArea {
  width: 1000px;
  aspect-ratio: 1000/650;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body.map .secMap .inner-l .mapArea {
    width: 100%;
    aspect-ratio: 3/4;
  }
}
body.map .secMap .inner-l .mapArea .gm-style-iw-d {
  margin-top: -3.5rem;
}
@media screen and (max-width: 1200px) {
  body.map .secMap .inner-l .mapArea .gm-style-iw-d {
    margin-top: -1rem;
  }
}
body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox {
    font-size: 1.2rem;
  }
}
body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox .propTtl {
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px solid #373737;
  padding-bottom: 0.5rem;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 1200px) {
  body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox .propTtl {
    width: 100%;
  }
}
body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a {
  display: block;
  margin-bottom: 1rem;
}
body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .img {
  width: 90px;
  height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    margin-bottom: 0.5rem;
  }
}
body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .propInfo {
  width: calc(100% - 90px);
  padding-left: 1rem;
}
@media screen and (max-width: 1200px) {
  body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .propInfo {
    width: 100%;
    padding-left: 0;
  }
}
body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .propInfo .infoTxt {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .propInfo .infoTxt {
    font-size: 1.2rem;
  }
}
body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .propInfo .infoTxt.large {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .propInfo .infoTxt.large {
    font-size: 1.3rem;
  }
}
body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .propInfo .infoTxt.small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  body.map .secMap .inner-l .mapArea .gm-style-iw-d .markerBox a .imgInfo .propInfo .infoTxt.small {
    font-size: 1.1rem;
  }
}
body.map .searchList {
  padding: 0 0 8rem;
}
@media screen and (max-width: 1200px) {
  body.map .searchList {
    padding: 0 0 5.5rem;
  }
}
body.map .searchList .listInner {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body.map .searchList .listInner {
    width: 100%;
    padding: 0 2rem;
  }
}
body.map .searchList .listInner .ttl {
  font-size: 2rem;
  letter-spacing: 0.4em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  body.map .searchList .listInner .ttl {
    margin-bottom: 2.5rem;
  }
}
body.map .searchList .listInner .flexList .cateLinkBox {
  flex-basis: calc(33.33% - 1.3333333333rem);
  min-height: 210px;
}
@media screen and (max-width: 1200px) {
  body.map .searchList .listInner .flexList .cateLinkBox {
    flex-basis: 100%;
    min-height: 100px;
  }
}
body.map .searchList .listInner .flexList .cateLinkBox a .catTtl {
  padding: 4.5rem 0 0 4rem;
}
@media screen and (max-width: 1200px) {
  body.map .searchList .listInner .flexList .cateLinkBox a .catTtl {
    padding: 1.2rem 0 1.8rem 2.5rem;
  }
}
body.company .secNavi {
  padding: 5rem 0 8.5rem;
}
@media screen and (max-width: 1200px) {
  body.company .secNavi {
    padding: 2rem 0 4.5rem;
  }
}
body.company .secNavi .inner-l ul {
  justify-content: center;
  gap: 0 3rem;
}
@media screen and (max-width: 1200px) {
  body.company .secNavi .inner-l ul {
    gap: 1rem;
  }
}
body.company .secNavi .inner-l ul li {
  width: 125px;
}
@media screen and (max-width: 1200px) {
  body.company .secNavi .inner-l ul li {
    width: calc(33.33% - 0.6666666667rem);
  }
}
body.company .secNavi .inner-l ul li a {
  color: #fff;
  border: 1px solid #707070;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 0.3rem 0 0.5rem;
  display: block;
  text-align: center;
  position: relative;
  padding-right: 1rem;
}
@media screen and (max-width: 1200px) {
  body.company .secNavi .inner-l ul li a {
    font-size: 1.2rem;
    padding: 0.4rem 1rem 0.4rem 0;
  }
}
body.company .secNavi .inner-l ul li a::after {
  content: "";
  display: block;
  background: url("/assets/img/icon-arrow-right-white2.png") no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px;
  position: absolute;
  right: 0.5rem;
  top: 0.6rem;
}
@media screen and (max-width: 1200px) {
  body.company .secNavi .inner-l ul li a::after {
    width: 15px;
    height: 15px;
    background-size: 15px;
    right: 0.3rem;
  }
}
body.company .secNavi .inner-l ul li a.active {
  padding-right: 0;
  background: #fff;
  color: #373737;
  pointer-events: none;
}
body.company .secNavi .inner-l ul li a.active::after {
  display: none;
}
body.company .secNavi .inner-l ul li a:hover {
  background: #fff;
  color: #373737;
}
body.company .secNavi .inner-l ul li a:hover::after {
  filter: invert(1);
}
body.company h2 {
  font-size: 5rem;
  font-weight: 100;
  letter-spacing: 0.15em;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  body.company h2 {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
}
body.company h2 span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  body.company h2 span {
    font-size: 1.2rem;
  }
}
body.company .lineTtl {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
body.company .lineTtl::before, body.company .lineTtl::after {
  content: "";
  display: block;
  height: 1px;
  background: #707070;
  flex-grow: 1;
}
body.company .cpLinks {
  padding: 0 0 16rem;
  border-bottom: 1px solid #909090;
}
@media screen and (max-width: 1200px) {
  body.company .cpLinks {
    padding: 0 0 17rem;
  }
}
body.company .cpLinks .inner-l ul {
  gap: 0 2rem;
}
@media screen and (max-width: 1200px) {
  body.company .cpLinks .inner-l ul {
    gap: 1.5rem 0;
  }
}
body.company .cpLinks .inner-l ul li {
  width: calc(20% - 1.6rem);
}
@media screen and (max-width: 1200px) {
  body.company .cpLinks .inner-l ul li {
    width: 100%;
  }
}
body.company .cpLinks .inner-l ul li a {
  background: #fff;
  display: flex;
  height: 185px;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  body.company .cpLinks .inner-l ul li a {
    height: 120px;
  }
}
body.company .cpLinks .inner-l ul li a .ttl {
  font-size: 3.6rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  margin-top: -3rem;
}
body.company .cpLinks .inner-l ul li a .ttl span {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  body.company .cpLinks .inner-l ul li a .ttl span {
    margin-top: -0.5rem;
  }
}
body.company .cpLinks .inner-l ul li a .baseLinkBtn {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.company .cpLinks .inner-l ul li a .baseLinkBtn {
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
}
body.company .secOverview {
  padding: 0 0 11.5rem;
}
@media screen and (max-width: 1200px) {
  body.company .secOverview {
    padding: 0 0 7rem;
  }
}
body.company .secOverview .overTtl {
  width: 175px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1200px) {
  body.company .secOverview .overTtl {
    font-size: 1.6rem;
  }
}
body.company .secOverview .readTtl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 50px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  body.company .secOverview .readTtl {
    font-size: 2rem;
    line-height: 36px;
  }
}
body.company .secOverview dl {
  border: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
  max-width: 900px;
  margin: 0 auto;
}
body.company .secOverview dl dt {
  border-bottom: 1px solid #707070;
  width: 160px;
  border-right: 1px solid #707070;
  padding: 1rem 0rem;
  background: #383838;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  body.company .secOverview dl dt {
    width: 100px;
    padding: 1.5rem 0rem;
  }
}
body.company .secOverview dl dd {
  width: calc(100% - 160px);
  border-bottom: 1px solid #707070;
  padding: 1rem 0rem;
  text-align: left;
  padding-left: 2.5rem;
}
@media screen and (max-width: 1200px) {
  body.company .secOverview dl dd {
    padding: 1.5rem;
    width: calc(100% - 100px);
  }
}
body.company .secOverview dl dd .small {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.company .secOverview dl dd .small {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
body.company .secOverview dl dd a.actp {
  color: #fff;
  text-decoration: underline;
  margin-top: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
}
body.company .secOverview dl dd a.actp img {
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  body.company .secOverview dl dd a.actp img {
    width: 20px;
    margin-right: 0.5rem;
  }
}
body.company .affCompany {
  padding: 0;
}
body.company .affCompany .cpFlex {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 19rem;
}
@media screen and (max-width: 1200px) {
  body.company .affCompany .cpFlex {
    margin-bottom: 12rem;
  }
}
body.business .secBizSum {
  padding: 0 0 20rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizSum {
    padding: 0 0 8.5rem;
  }
}
body.business .secBizSum .inner-l h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizSum .inner-l h2 {
    margin-bottom: 5rem;
  }
}
body.business .secBizSum .inner-l .readTtl {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 5.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  body.business .secBizSum .inner-l .readTtl {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
}
body.business .secBizSum .inner-l .read {
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizSum .inner-l .read {
    font-size: 1.6rem;
    text-align: left;
    line-height: 28px;
    margin-bottom: 6rem;
  }
}
body.business .secBizSum .inner-l ul {
  gap: 2.5rem 3rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizSum .inner-l ul {
    gap: 2rem 0;
  }
}
body.business .secBizSum .inner-l ul li {
  width: calc(33.33% - 2rem);
  border: 1px solid #707070;
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizSum .inner-l ul li {
    width: 100%;
    max-width: 375px;
    padding-bottom: 8rem;
  }
}
body.business .secBizSum .inner-l ul li a {
  display: block;
  text-align: left;
  padding: 0 3rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizSum .inner-l ul li a {
    padding: 0 1.5rem;
  }
}
body.business .secBizSum .inner-l ul li a .ttl {
  margin: 2rem 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.15em;
  text-align: center;
}
body.business .secBizSum .inner-l ul li a .list {
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizSum .inner-l ul li a .list {
    font-size: 1.6rem;
  }
}
body.business .secBizSum .inner-l ul li a .bizTtl {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizSum .inner-l ul li a .bizTtl {
    font-size: 1.6rem;
  }
}
body.business .secBizSum .inner-l ul li a .infoTxt {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
body.business .secBizSum .inner-l ul li a .btm {
  font-size: 1.2rem;
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  left: 0;
  text-align: center;
}
body.business .secBizSum .inner-l ul li a .btm img {
  display: block;
  margin: -1rem auto 0;
}
body.business .secBizDetails {
  padding: 0 0 12rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails {
    padding: 0;
  }
}
body.business .secBizDetails .inner-l .bizBox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox {
    margin-bottom: 6.5rem;
  }
}
body.business .secBizDetails .inner-l .bizBox h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox h2 {
    margin-bottom: 5rem;
  }
}
body.business .secBizDetails .inner-l .bizBox h2.anchor {
  margin-top: -12rem;
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox h2.anchor {
    margin-top: -7rem;
    padding-top: 7rem;
  }
}
body.business .secBizDetails .inner-l .bizBox .flexBox {
  gap: 0 5.5rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox .flexBox {
    gap: 2.5rem 0;
  }
}
body.business .secBizDetails .inner-l .bizBox .flexBox .img {
  width: 450px;
  padding-top: 1rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox .flexBox .img {
    width: 100%;
    margin-top: 0;
    display: flex;
    gap: 0 1rem;
  }
}
body.business .secBizDetails .inner-l .bizBox .flexBox .img .img1 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox .flexBox .img .img1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox .flexBox .img img {
    width: calc(50% - 0.5rem);
  }
}
body.business .secBizDetails .inner-l .bizBox .flexBox .txt {
  width: calc(100% - 450px - 5.5rem);
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox .flexBox .txt {
    width: 100%;
  }
}
body.business .secBizDetails .inner-l .bizBox .flexBox .txt .ttl {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox .flexBox .txt .ttl {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}
body.business .secBizDetails .inner-l .bizBox .flexBox .txt .readTxt {
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-bottom: 3.5rem;
}
body.business .secBizDetails .inner-l .bizBox .flexBox .txt .subTtl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox .flexBox .txt .subTtl {
    font-size: 1.6rem;
  }
}
body.business .secBizDetails .inner-l .bizBox .flexBox .txt .baseLinkBtn {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox .flexBox .txt .baseLinkBtn {
    text-align: center;
  }
}
body.business .secBizDetails .inner-l .bizBox .flexBox .txt .baseLinkBtn a {
  background: #fff;
  display: inline-block;
  padding: 0.4rem 3.5rem 0.4rem 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
}
body.business .secBizDetails .inner-l .bizBox .flexBox .txt .baseLinkBtn a .ex {
  position: relative;
  filter: invert(0.6);
  width: 16px;
  top: 0rem;
}
body.business .secBizDetails .inner-l .bizBox .flexBox .txt .flexLinks {
  align-items: center;
  gap: 0 2.5rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox .flexBox .txt .flexLinks {
    gap: 1.5rem 0;
    flex-direction: column;
  }
}
body.business .secBizDetails .inner-l .bizBox .flexBox .txt .flexLinks .baseLinkBtn a {
  margin-bottom: 0;
}
body.business .secBizDetails .inner-l .bizBox.biz2 .flexBox .txt .logo {
  width: 346px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox.biz2 .flexBox .txt .logo {
    width: 220px;
    display: block;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox.biz4 .flexLinks > img {
    display: block;
    margin: 0 auto;
    width: 170px;
  }
}
body.business .secBizDetails .inner-l .bizBox.biz4 .flexLinks .baseLinkBtn {
  margin-bottom: 0;
  width: 310px;
}
body.business .secBizDetails .inner-l .bizBox.biz4 .flexLinks .btmTxt {
  width: 100%;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox.biz4 .flexLinks .btmTxt {
    margin-top: -0.5rem;
    margin-bottom: 3rem;
  }
}
body.business .secBizDetails .inner-l .bizBox.biz6 .biz6Ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox.biz6 .biz6Ttl {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
body.business .secBizDetails .inner-l .bizBox.biz6 .cp {
  margin-bottom: 3rem;
}
body.business .secBizDetails .inner-l .bizBox.biz6 .cp img {
  width: 205px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.business .secBizDetails .inner-l .bizBox.biz6 .cp img {
    width: 140px;
    margin-bottom: 1rem;
  }
}
body.business .secBizDetails .inner-l .bizBox.biz6 .cp .list {
  letter-spacing: 0.05em;
  line-height: 28px;
}
body.office .secOffice {
  padding: 0 0 10rem;
}
@media screen and (max-width: 1200px) {
  body.office .secOffice {
    padding: 0 0 5rem;
  }
}
body.office .secOffice .inner-l .officeBox {
  padding-bottom: 8rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  body.office .secOffice .inner-l .officeBox {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
body.office .secOffice .inner-l .officeBox.office2 {
  border-bottom: none;
}
body.office .secOffice .inner-l .officeBox .flexBox {
  align-items: flex-start;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  body.office .secOffice .inner-l .officeBox .flexBox {
    margin-bottom: 4rem;
  }
}
body.office .secOffice .inner-l .officeBox .flexBox .img {
  width: 409px;
}
@media screen and (max-width: 1200px) {
  body.office .secOffice .inner-l .officeBox .flexBox .img {
    width: 100%;
    max-width: 409px;
    margin: 0 auto 2rem;
  }
}
body.office .secOffice .inner-l .officeBox .flexBox .txt {
  width: calc(100% - 409px);
  text-align: left;
  padding-left: 3rem;
}
@media screen and (max-width: 1200px) {
  body.office .secOffice .inner-l .officeBox .flexBox .txt {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
body.office .secOffice .inner-l .officeBox .flexBox .txt .cpName {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
body.office .secOffice .inner-l .officeBox .flexBox .txt .address {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1200px) {
  body.office .secOffice .inner-l .officeBox .flexBox .txt .address {
    font-size: 1.6rem;
  }
}
body.office .secOffice .inner-l .officeBox .flexBox .txt .telFax {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}
body.office .secOffice .inner-l .officeBox .flexBox .txt .telFax a {
  color: #fff;
}
body.office .secOffice .inner-l .officeBox .flexBox .txt .hour {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1200px) {
  body.office .secOffice .inner-l .officeBox .flexBox .txt .hour {
    font-size: 1.6rem;
  }
}
body.office .secOffice .inner-l .officeBox .flexBox .txt .notes {
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  body.office .secOffice .inner-l .officeBox .flexBox .txt .notes {
    font-size: 1.2rem;
    text-align: left;
  }
}
body.office .secOffice .inner-l .officeBox .gMap {
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 900/450;
}
@media screen and (max-width: 1200px) {
  body.office .secOffice .inner-l .officeBox .gMap {
    max-width: 100%;
    aspect-ratio: 3/2;
  }
}
body.office .secOffice .inner-l .officeBox .gMap iframe {
  width: 100%;
  height: 100%;
}
body.org .secChart {
  padding: 0;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1200px) {
  body.org .secChart {
    margin-bottom: 8rem;
  }
}
body.org .secChart .inner-l h2 {
  margin-bottom: 6rem;
}
body.org .secChart .inner-l .box {
  background: #373737;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border: 1px solid #707070;
  width: 225px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .box {
    font-size: 1.6rem;
    height: 40px;
    line-height: 38px;
    width: 140px;
  }
}
body.org .secChart .inner-l .chartLin1,
body.org .secChart .inner-l .chartLin2 {
  width: 280px;
  height: 25px;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .chartLin1,
  body.org .secChart .inner-l .chartLin2 {
    height: 20px;
    width: 170px;
  }
}
body.org .secChart .inner-l .chartLin1::before,
body.org .secChart .inner-l .chartLin2::before {
  content: "";
  display: block;
  position: absolute;
  background: #707070;
  width: 1px;
  height: 25px;
  left: 13.8rem;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .chartLin1::before,
  body.org .secChart .inner-l .chartLin2::before {
    height: 20px;
    left: 8.2rem;
  }
}
body.org .secChart .inner-l .chartLin1 {
  margin-top: 2.5rem;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .chartLin1 {
    margin-top: 2rem;
  }
}
body.org .secChart .inner-l .chartLin1::before {
  top: -2.6rem;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .chartLin1::before {
    top: -2.1rem;
  }
}
body.org .secChart .inner-l .chartLin2 {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .chartLin2 {
    margin-bottom: 2rem;
  }
}
body.org .secChart .inner-l .chartLin2::before {
  bottom: -2.6rem;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .chartLin2::before {
    bottom: -2.1rem;
  }
}
body.org .secChart .inner-l .flex1 div:first-child {
  margin-right: 5.5rem;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .flex1 div:first-child {
    margin-right: 3rem;
  }
}
body.org .secChart .inner-l .flex1 div:last-child {
  margin-left: 0;
}
body.org .secChart .inner-l .flex2 {
  border: 1px solid #707070;
  padding: 2rem 3rem 3rem;
  gap: 0 2rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .flex2 {
    padding: 2rem 1.5rem 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .flex2 .sectionBox {
    width: 100%;
  }
}
body.org .secChart .inner-l .flex2 .sectionBox .box {
  width: 200px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .flex2 .sectionBox .box {
    width: 100%;
    margin-bottom: 1rem;
  }
}
body.org .secChart .inner-l .flex2 .sectionBox .job {
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  body.org .secChart .inner-l .flex2 .sectionBox .job {
    margin-bottom: 2rem;
  }
}
body.org .secPersonal {
  padding: 0 0 11rem;
}
body.org .secPersonal .inner-l h2 {
  margin-bottom: 6.5rem;
}
body.org .secPersonal .inner-l .cpBox {
  gap: 0 3rem;
}
@media screen and (max-width: 1200px) {
  body.org .secPersonal .inner-l .cpBox {
    gap: 2rem 0;
  }
}
body.org .secPersonal .inner-l .cpBox .cp {
  width: calc(50% - 1.5rem);
  border: 1px solid #707070;
}
@media screen and (max-width: 1200px) {
  body.org .secPersonal .inner-l .cpBox .cp {
    width: 100%;
  }
}
body.org .secPersonal .inner-l .cpBox .cp .logo {
  border-bottom: 1px solid #707070;
  padding: 3rem 0 2.5rem;
}
@media screen and (max-width: 1200px) {
  body.org .secPersonal .inner-l .cpBox .cp .logo {
    padding: 1.5rem 0;
  }
}
body.org .secPersonal .inner-l .cpBox .cp .logo img {
  width: 205px;
}
@media screen and (max-width: 1200px) {
  body.org .secPersonal .inner-l .cpBox .cp .logo img {
    width: 130px;
  }
}
body.org .secPersonal .inner-l .cpBox .cp dl {
  letter-spacing: 0.1em;
  border-bottom: 1px solid #707070;
}
body.org .secPersonal .inner-l .cpBox .cp dl:last-child {
  border-bottom: none;
}
body.org .secPersonal .inner-l .cpBox .cp dl dt {
  width: 160px;
  background: #383838;
  border-right: 1px solid #707070;
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  body.org .secPersonal .inner-l .cpBox .cp dl dt {
    width: 100px;
  }
}
body.org .secPersonal .inner-l .cpBox .cp dl dd {
  font-size: 2rem;
  width: calc(100% - 160px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  body.org .secPersonal .inner-l .cpBox .cp dl dd {
    font-size: 1.6rem;
    width: calc(100% - 100px);
  }
}
body.org .secPersonal .inner-l .cpBox .cp dl dd.flex1 > div {
  width: 50%;
  padding: 0.7rem 1.5rem 0.3rem;
}
@media screen and (max-width: 1200px) {
  body.org .secPersonal .inner-l .cpBox .cp dl dd.flex1 > div {
    padding: 0.5rem 1rem 0.3rem;
  }
}
body.org .secPersonal .inner-l .cpBox .cp dl dd.flex1 > div.left {
  border-right: 1px solid #707070;
}
body.org .secPersonal .inner-l .cpBox .cp dl dd.flex2 > div {
  width: 20%;
  border-right: 1px solid #707070;
  padding: 0.7rem 1.5rem 0.4rem;
}
@media screen and (max-width: 1200px) {
  body.org .secPersonal .inner-l .cpBox .cp dl dd.flex2 > div {
    font-size: 1.5rem;
    padding: 0.5rem 0.3rem 0.3rem;
  }
}
body.org .secPersonal .inner-l .cpBox .cp dl dd .small {
  font-size: 1.6rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 1200px) {
  body.org .secPersonal .inner-l .cpBox .cp dl dd .small {
    font-size: 1.4rem;
  }
}
body.org .secPersonal .inner-l .cpBox .cp dl dd.fstaff {
  font-size: 1.6rem;
  line-height: 26px;
  padding: 2rem 0;
  text-align: left;
  justify-content: flex-start;
  padding-left: 2rem;
}
@media screen and (max-width: 1200px) {
  body.org .secPersonal .inner-l .cpBox .cp dl dd.fstaff {
    padding-left: 1rem;
    font-size: 1.4rem;
  }
}
body.history .secHistory {
  padding: 0 0 11rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  body.history .secHistory {
    padding: 0 0 8rem;
  }
}
body.history .secHistory .inner-l .historyWrap {
  max-width: 900px;
  margin: 0 auto;
}
body.history .secHistory .inner-l .historyWrap dl {
  border: 1px solid #707070;
  display: flex;
  border-bottom: none;
}
body.history .secHistory .inner-l .historyWrap dl:last-child {
  border-bottom: 1px solid #707070;
}
body.history .secHistory .inner-l .historyWrap dl dt {
  border-right: 1px solid #707070;
  padding: 1.5rem;
  background: #383838;
  width: 160px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  body.history .secHistory .inner-l .historyWrap dl dt {
    text-align: left;
    width: 100px;
    padding: 1rem;
    padding-left: 1.5rem;
  }
}
body.history .secHistory .inner-l .historyWrap dl dd {
  padding: 1.5rem 2rem;
  width: calc(100% - 160px);
  text-align: left;
}
@media screen and (max-width: 1200px) {
  body.history .secHistory .inner-l .historyWrap dl dd {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
  }
}
body.history .secHistory .inner-l .historyWrap dl dd p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.history .secHistory .inner-l .historyWrap dl dd p {
    margin-bottom: 0.5rem;
  }
}
body.history .secHistory .inner-l .historyWrap dl dd p.mgbNone {
  margin-bottom: 0;
}
body.history .secHistory .inner-l .historyWrap dl dd .flexBox {
  align-items: flex-start;
}
body.history .secHistory .inner-l .historyWrap dl dd .flexBox .txt {
  width: calc(100% - 305px);
}
@media screen and (max-width: 1200px) {
  body.history .secHistory .inner-l .historyWrap dl dd .flexBox .txt {
    width: 100%;
  }
}
body.history .secHistory .inner-l .historyWrap dl dd .flexBox .txt .event {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.history .secHistory .inner-l .historyWrap dl dd .flexBox .txt .event {
    margin-bottom: 2rem;
  }
}
body.history .secHistory .inner-l .historyWrap dl dd .flexBox .txt .event .cp {
  width: 130px;
}
@media screen and (max-width: 1200px) {
  body.history .secHistory .inner-l .historyWrap dl dd .flexBox .txt .event .cp {
    width: 100%;
  }
}
body.history .secHistory .inner-l .historyWrap dl dd .flexBox .txt .event .info {
  width: calc(100% - 130px);
}
@media screen and (max-width: 1200px) {
  body.history .secHistory .inner-l .historyWrap dl dd .flexBox .txt .event .info {
    width: 100%;
  }
}
body.history .secHistory .inner-l .historyWrap dl dd .flexBox .img {
  width: 305px;
  display: flex;
  gap: 0 0.5rem;
}
@media screen and (max-width: 1200px) {
  body.history .secHistory .inner-l .historyWrap dl dd .flexBox .img {
    width: 100%;
    gap: 1rem 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
body.history .secHistory .inner-l .historyWrap dl dd .flexBox .img img {
  max-width: 150px;
}
@media screen and (max-width: 1200px) {
  body.history .secHistory .inner-l .historyWrap dl dd .flexBox .img img {
    width: 100%;
    max-width: 300px;
  }
}
body.activities .secInternal {
  padding: 0 0 7rem;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal {
    padding: 0 0 3rem;
  }
}
body.activities .secInternal .eventBox {
  border: 1px solid #707070;
  padding: 3rem 4rem 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .eventBox {
    padding: 2.5rem 1.5rem 2rem;
    margin-bottom: 4rem;
  }
}
body.activities .secInternal .eventBox .flexBox {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .eventBox .flexBox {
    gap: 3.5rem 0;
    margin-bottom: 3rem;
  }
}
body.activities .secInternal .eventBox .flexBox.mgbNone {
  margin-bottom: 0;
}
body.activities .secInternal .eventBox .flexBox .img {
  width: 680px;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .eventBox .flexBox .img {
    width: 100%;
    order: 2;
  }
}
body.activities .secInternal .eventBox .flexBox .img > ul .slide-arrow {
  bottom: 0.3rem;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .eventBox .flexBox .img > ul .slide-arrow {
    bottom: -0.3rem;
  }
}
body.activities .secInternal .eventBox .flexBox .img > ul .slide-arrow.next-arrow {
  right: 1rem;
}
body.activities .secInternal .eventBox .flexBox .img > ul .slide-arrow.prev-arrow {
  left: 1rem;
}
body.activities .secInternal .eventBox .flexBox .img > ul .slide-arrow img {
  width: 12px;
  filter: invert(1);
}
body.activities .secInternal .eventBox .flexBox .img > ul .slick-dots {
  padding: 1rem 0 0;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .eventBox .flexBox .img > ul .slick-dots {
    padding: 0;
  }
}
body.activities .secInternal .eventBox .flexBox .img > ul .slick-dots li button {
  width: 10px;
  height: 10px;
}
body.activities .secInternal .eventBox .flexBox .txt {
  width: calc(100% - 680px);
  padding-left: 3rem;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .eventBox .flexBox .txt {
    width: 100%;
    padding-left: 0;
  }
}
body.activities .secInternal .eventBox .flexBox .txt .ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .eventBox .flexBox .txt .ttl {
    font-size: 2rem;
  }
}
body.activities .secInternal .eventBox .flexBox .txt .readTxt {
  letter-spacing: 0.05em;
  line-height: 28px;
}
body.activities .secInternal .cupInfo {
  margin-bottom: 3.5rem;
}
body.activities .secInternal .cupInfo .ttl {
  margin-bottom: 1rem;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .cupInfo .ttl {
    font-size: 1.7rem;
  }
}
body.activities .secInternal .cupInfo .readTxt {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .cupInfo .readTxt {
    text-align: left;
  }
}
body.activities .secInternal .resultBox .resultTtl {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .resultBox .resultTtl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .resultBox .spScroll {
    max-width: 96px;
    margin: 0 auto 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .resultBox .spScrollBox {
    overflow-x: scroll;
  }
}
body.activities .secInternal .resultBox table {
  border: 1px solid #707070;
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .resultBox table {
    width: 1116px;
  }
}
body.activities .secInternal .resultBox table tr.head th:first-child {
  width: 110px;
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .resultBox table tr.head th:first-child {
    width: 90px;
  }
}
body.activities .secInternal .resultBox table tr.head th:not(:first-child) {
  width: calc(20% - 22px);
}
@media screen and (max-width: 1200px) {
  body.activities .secInternal .resultBox table tr.head th:not(:first-child) {
    width: calc(20% - 18px);
  }
}
body.activities .secInternal .resultBox table tr th, body.activities .secInternal .resultBox table tr td {
  padding: 1rem 0;
  border: 1px solid #707070;
}
body.activities .secInternal .resultBox table tr th {
  background: #383838;
}
body.activities .secInternal .resultBox table tr td .tdFlex {
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
  margin-bottom: -0.5rem;
}
body.activities .secInternal .resultBox table tr td .tdFlex .left {
  font-size: 2rem;
  line-height: 24px;
}
body.activities .secInternal .resultBox table tr td .tdFlex .left span {
  font-size: 1.4rem;
  display: block;
}
body.activities .secInternal .resultBox table tr td .tdFlex .left.win {
  color: #FFEBB4;
}
body.activities .secInternal .resultBox table tr td .tdFlex .left.win span {
  color: #fff;
}
body.activities .secInternal .resultBox table tr td .tdFlex .right a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: underline;
}
body.activities .secInternal .resultBox table tr td .tdFlex .right a img {
  display: block;
  margin: 0 auto;
  width: 20px;
}
body.activities .secInternal .resultBox table tr td.rank {
  font-size: 2rem;
  line-height: 24px;
}
body.activities .secInternal .resultBox table tr td.rank span {
  font-size: 1.4rem;
  display: block;
}
body.activities .secInternal .resultBox table tr td.win {
  position: relative;
}
body.activities .secInternal .resultBox table tr td.win::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/company/activities/win-bg.svg") no-repeat;
  width: 66px;
  height: 60px;
  background-size: 66px;
  top: 0.5rem;
  left: 4.7rem;
}
body.activities .secAward {
  padding: 0 0 18rem;
}
@media screen and (max-width: 1200px) {
  body.activities .secAward {
    padding: 0 0 5rem;
  }
}
body.activities .secAward ul {
  gap: 8rem 3rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  body.activities .secAward ul {
    gap: 3.5rem 0;
  }
}
body.activities .secAward ul li {
  width: calc(33.33% - 2rem);
  position: relative;
}
@media screen and (max-width: 1200px) {
  body.activities .secAward ul li {
    width: 100%;
  }
}
body.activities .secAward ul li::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/company/activities/win-bg.svg") no-repeat;
  width: 187px;
  height: 171px;
  background-size: 187px;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.activities .secAward ul li a {
  color: #fff;
  display: block;
}
body.activities .secAward ul li a .date {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body.activities .secAward ul li a .name {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 28px;
}
body.activities .secAward ul li a .type {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #FFEBB4;
}
body.activities .secAward ul li a .type span {
  font-size: 2rem;
}
body.activities .secAward ul li a .info {
  line-height: 28px;
}
body.support .readTtl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 50px;
}
@media screen and (max-width: 1200px) {
  body.support .readTtl {
    margin-bottom: 5.5rem;
    font-size: 2.2rem;
    line-height: 36px;
  }
}
body.support .secIntro {
  padding-top: 7rem;
  position: relative;
}
body.support .secIntro::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/support/bg.png") no-repeat;
  background-position: center 95%;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro::before {
    background-size: 1200px;
    background-position: center 30rem;
  }
}
@media screen and (max-width: 1200px) {
  body.support .secIntro {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
body.support .secIntro .cirArea {
  padding: 0;
  margin-bottom: 10rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea {
    padding: 0;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin: 0 auto 5rem;
  }
}
body.support .secIntro .cirArea .cir {
  width: 450px;
  height: 450px;
  border: 1px solid #fff;
  border-radius: 225px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea .cir {
    width: 325px;
    height: 325px;
  }
}
body.support .secIntro .cirArea .cir.cir1 {
  margin-top: 6rem;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea .cir.cir1 {
    margin-top: -2rem;
    order: 2;
    margin-right: 0;
    margin-left: auto;
  }
}
body.support .secIntro .cirArea .cir.cir2 {
  width: 500px;
  height: 500px;
  border-radius: 250px;
  margin: 28rem 0rem 0rem -10.5rem;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea .cir.cir2 {
    margin: 0;
    width: 325px;
    height: 325px;
    order: 1;
  }
}
body.support .secIntro .cirArea .cir.cir3, body.support .secIntro .cirArea .cir.cir5 {
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea .cir.cir3, body.support .secIntro .cirArea .cir.cir5 {
    width: 325px;
    height: 325px;
  }
}
body.support .secIntro .cirArea .cir.cir3 {
  margin: 0 -1rem 0rem -18.5rem;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea .cir.cir3 {
    margin: -2rem 0 0 0;
    order: 3;
  }
}
body.support .secIntro .cirArea .cir.cir4 {
  margin: -16rem 0 0 6rem;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea .cir.cir4 {
    margin: -2rem 0 0 0;
    order: 4;
    margin-right: 0;
    margin-left: auto;
  }
}
body.support .secIntro .cirArea .cir.cir5 {
  margin: -12rem -1rem 0 15rem;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea .cir.cir5 {
    margin: -2rem 0 0 0;
    order: 5;
  }
}
body.support .secIntro .cirArea .cir .ttl {
  width: 260px;
  margin: 0 auto 0.5rem;
  border-bottom: 1px solid #fff;
  font-size: 3.6rem;
  font-weight: 300;
  padding-bottom: 0.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea .cir .ttl {
    width: 210px;
    font-size: 2.4rem;
  }
}
body.support .secIntro .cirArea .cir .ttlSub {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea .cir .ttlSub {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
body.support .secIntro .cirArea .cir .readTxt {
  letter-spacing: 0.05em;
  line-height: 36px;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .cirArea .cir .readTxt {
    line-height: 28px;
  }
}
body.support .secIntro .ttl2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .ttl2 {
    font-size: 2.2rem;
    text-align: left;
    line-height: 36px;
    margin-bottom: 3rem;
  }
}
body.support .secIntro .read2 {
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  body.support .secIntro .read2 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 28px;
    margin-bottom: 4rem;
  }
}
body.support .secIntro .baseLinkBtn {
  text-align: center;
}
body.support .secFlow {
  background: #F5F5F5;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .readTtl {
    font-size: 1.6rem;
    text-align: center;
    line-height: 26px;
    margin-bottom: 4rem;
  }
}
body.support .secFlow .flowFirstTtl {
  width: 500px;
  margin: 8rem auto 0;
  font-size: 2.4rem;
  font-weight: 500;
  height: 50px;
  position: relative;
  z-index: 8;
  line-height: 50px;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .flowFirstTtl {
    width: 100%;
    font-size: 2rem;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
  }
}
body.support .secFlow .stepBox {
  position: relative;
  width: 500px;
  height: 290px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10rem;
  box-shadow: 0px 0px 6px 0px #777777;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox {
    width: 100%;
    height: auto;
    padding: 8rem 3rem 0;
  }
}
body.support .secFlow .stepBox::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 250px solid transparent;
  border-left: 250px solid transparent;
  border-top: 50px solid #fff;
  border-bottom: 0;
  z-index: 1;
  bottom: -5rem;
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox::after {
    border-right: calc(50vw - 2rem) solid transparent;
    border-left: calc(50vw - 2rem) solid transparent;
    border-top: 35px solid #fff;
    left: 0;
    bottom: -3.5rem;
  }
}
body.support .secFlow .stepBox.step1 {
  z-index: 7;
  margin-top: -5rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.step1 {
    margin-top: -3.5rem;
  }
}
body.support .secFlow .stepBox.step1 .rightInfo {
  top: 16rem;
}
body.support .secFlow .stepBox.step2 {
  z-index: 6;
  background: #EFEFEF;
}
body.support .secFlow .stepBox.step2::after {
  border-top: 50px solid #EFEFEF;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.step2::after {
    border-top: 35px solid #EFEFEF;
  }
}
body.support .secFlow .stepBox.step3 {
  z-index: 5;
  background: #E6E6E6;
  padding-top: 9rem;
}
body.support .secFlow .stepBox.step3::after {
  border-top: 50px solid #E6E6E6;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.step3::after {
    border-top: 35px solid #E6E6E6;
  }
}
body.support .secFlow .stepBox.step3 .flexBox {
  justify-content: center;
  gap: 0 1rem;
  margin: 1.5rem 0 1rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.step3 .flexBox {
    margin: 0 0 1rem;
  }
}
body.support .secFlow .stepBox.step3 .flexBox .colBox {
  font-size: 1.5rem;
  font-weight: 500;
  width: 125px;
  border: 1px solid #373737;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.step3 .flexBox .colBox {
    font-size: 1.7rem;
    width: 130px;
  }
}
body.support .secFlow .stepBox.step3 .flexBox .colBox span {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.step3 .flexBox .colBox span {
    font-size: 1.5rem;
  }
}
body.support .secFlow .stepBox.step3 .blueBox {
  background: #19375A;
  font-size: 1.3rem;
  width: 236px;
  margin: 0 auto;
  padding: 0.2rem 0 0.1rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.step3 .blueBox {
    font-size: 1.5rem;
    width: 270px;
    padding: 0.2rem 0;
    margin-bottom: 4.5rem;
  }
}
body.support .secFlow .stepBox.step4 {
  z-index: 4;
  background: #DEDEDE;
}
body.support .secFlow .stepBox.step4::after {
  border-top: 50px solid #DEDEDE;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.step4::after {
    border-top: 35px solid #DEDEDE;
  }
}
body.support .secFlow .stepBox.step5 {
  z-index: 3;
  background: #CCCCCC;
}
body.support .secFlow .stepBox.step5::after {
  border-top: 50px solid #CCCCCC;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.step5::after {
    border-top: 35px solid #CCCCCC;
  }
}
body.support .secFlow .stepBox.step6 {
  z-index: 2;
  background: #B7B7B7;
}
body.support .secFlow .stepBox.step6::after {
  border-top: 50px solid #B7B7B7;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.step6::after {
    border-top: 35px solid #B7B7B7;
  }
}
body.support .secFlow .stepBox.open {
  z-index: 1;
  background: url("/assets/img/support/img-open.jpg") no-repeat;
  background-size: cover;
  height: 320px;
  padding-top: 2rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.open {
    height: 226px;
    padding-top: 1rem;
  }
}
body.support .secFlow .stepBox.open p {
  font-size: 8rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox.open p {
    font-size: 6.2rem;
  }
}
body.support .secFlow .stepBox.open::after {
  display: none;
}
body.support .secFlow .stepBox .thin {
  font-size: 4rem;
  margin-bottom: -2rem;
  opacity: 0.3;
  margin-top: -6rem;
}
body.support .secFlow .stepBox .thin span {
  font-size: 8rem;
  vertical-align: -8px;
  margin-left: 0.5rem;
}
body.support .secFlow .stepBox .name {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox .name {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 3rem;
  }
}
body.support .secFlow .stepBox .info {
  position: absolute;
  text-align: left;
  top: 9rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox .info {
    position: static;
    margin-bottom: 4.5rem;
  }
}
body.support .secFlow .stepBox .info.leftInfo {
  left: -35rem;
}
@media screen and (max-width: 1366px) {
  body.support .secFlow .stepBox .info.leftInfo {
    left: -32rem;
  }
}
body.support .secFlow .stepBox .info.leftInfo .infoTtl::after {
  right: 0;
}
body.support .secFlow .stepBox .info.leftInfo .readTxt {
  max-width: 300px;
}
body.support .secFlow .stepBox .info.rightInfo {
  left: 42rem;
}
@media screen and (max-width: 1366px) {
  body.support .secFlow .stepBox .info.rightInfo {
    left: 40rem;
  }
}
body.support .secFlow .stepBox .info.rightInfo .infoTtl,
body.support .secFlow .stepBox .info.rightInfo .readTxt {
  padding-left: 13rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox .info.rightInfo .infoTtl,
  body.support .secFlow .stepBox .info.rightInfo .readTxt {
    padding-left: 0;
  }
}
body.support .secFlow .stepBox .info.rightInfo .infoImg {
  margin-left: 13rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox .info.rightInfo .infoImg {
    margin-left: auto;
  }
}
body.support .secFlow .stepBox .info.rightInfo .infoTtl::after {
  left: 0;
}
body.support .secFlow .stepBox .info .infoTtl {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  width: 430px;
  border-bottom: 1px solid #373737;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox .info .infoTtl {
    font-size: 2.2rem;
    width: 100%;
  }
}
body.support .secFlow .stepBox .info .infoTtl::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 6px;
  background: #373737;
  bottom: -0.6rem;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox .info .infoTtl::after {
    display: none;
  }
}
body.support .secFlow .stepBox .info .readTxt {
  letter-spacing: 0.05em;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox .info .readTxt {
    font-size: 1.6rem;
    line-height: 28px;
  }
}
body.support .secFlow .stepBox .info .infoImg {
  margin-top: 2rem;
  width: 300px;
}
@media screen and (max-width: 1200px) {
  body.support .secFlow .stepBox .info .infoImg {
    width: 100%;
    max-width: 299px;
    margin: 2rem auto 0;
    display: block;
  }
}
body.support .secWorks {
  background: #DDDDDD;
}
@media screen and (max-width: 1200px) {
  body.support .secWorks {
    padding-bottom: 6rem;
  }
}
body.support .secWorks h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  body.support .secWorks h2 {
    margin-bottom: 3.5rem;
  }
}
body.support .secWorks .introTtl {
  font-size: 2rem;
  letter-spacing: 0.4em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  body.support .secWorks .introTtl {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  body.support .secWorks .supportList .scrollImg img {
    filter: invert(1);
  }
}
body.support .secWorks .baseLinkBtn.sq {
  text-align: center;
  margin-top: 6.5rem;
}
@media screen and (max-width: 1200px) {
  body.support .secWorks .baseLinkBtn.sq {
    margin-top: 5rem;
  }
}
body.shop .secMap {
  padding: 5.5rem 0 15rem;
}
@media screen and (max-width: 1200px) {
  body.shop .secMap {
    padding: 3rem 0 7.5rem;
  }
}
body.shop .secMap .inner-l .flexBox {
  gap: 0 3rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  body.shop .secMap .inner-l .flexBox {
    gap: 1.5rem 0;
  }
}
body.shop .secMap .inner-l .flexBox .mapArea {
  width: 1100px;
  aspect-ratio: 850/500;
}
@media screen and (max-width: 1366px) {
  body.shop .secMap .inner-l .flexBox .mapArea {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  body.shop .secMap .inner-l .flexBox .mapArea {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
body.shop .secMap .inner-l .flexBox .mapArea iframe {
  width: 100%;
  height: 100%;
}
body.shop .secMap .inner-l .flexBox .icons ul {
  flex-direction: column;
  gap: 1.5rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body.shop .secMap .inner-l .flexBox .icons ul {
    width: 100%;
    flex-direction: row;
    gap: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body.shop .secMap .inner-l .flexBox .icons ul li {
    min-width: 47px;
  }
}
body.shop .secMap .inner-l .flexBox .icons ul li img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body.shop .secMap .inner-l .flexBox .icons ul li img {
    width: 30px;
  }
}
body.shop .secMap .mapArea .gm-style-iw-chr {
  height: 35px;
  margin-top: -0.5rem;
}
body.shop .secMap .mapArea .gm-style-iw-c {
  overflow: inherit !important;
  min-width: 160px !important;
}
body.shop .secMap .mapArea .markerBox {
  max-width: 150px;
}
body.shop .secMap .mapArea .markerBox > img {
  position: absolute;
  top: -2rem;
  left: 1rem;
}
body.shop .secMap .mapArea .markerBox .shopTtl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
body.shop .secMap .mapArea .markerBox .baseLinkBtn a {
  width: 100%;
  display: block;
  font-size: 1.2rem;
  padding: 0.3rem 0 0.4rem;
}
body.shop .secMap .mapArea .markerBox .baseLinkBtn a img {
  top: 0.3rem;
}
body.shop .secCateNavi {
  padding: 6rem 0;
}
@media screen and (max-width: 1200px) {
  body.shop .secCateNavi {
    padding: 3rem 0;
  }
}
body.shop .secCateNavi .inner-l .readTtl {
  font-size: 2rem;
  letter-spacing: 0.4em;
  font-weight: normal;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  body.shop .secCateNavi .inner-l .readTtl {
    font-size: 1.4rem;
    line-height: 28px;
    margin-bottom: 3rem;
  }
}
body.shop .secCateNavi .inner-l ul {
  gap: 0 1rem;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  body.shop .secCateNavi .inner-l ul {
    gap: 0 0.5rem;
  }
}
body.shop .secCateNavi .inner-l ul.anchor {
  margin-top: -12rem;
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  body.shop .secCateNavi .inner-l ul.anchor {
    margin-top: -7rem;
    padding-top: 7rem;
  }
}
body.shop .secCateNavi .inner-l ul li {
  border: 1px solid #373737;
}
body.shop .secCateNavi .inner-l ul li.ttl {
  border: none;
  padding: 0.3rem 1rem 0.4rem 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.shop .secCateNavi .inner-l ul li.ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
body.shop .secCateNavi .inner-l ul li a {
  display: block;
  padding: 0.3rem 1rem 0.4rem;
}
body.shop .secCateNavi .inner-l ul li a.active, body.shop .secCateNavi .inner-l ul li a:hover {
  color: #fff;
  background: #282828;
}
body.shop .secCateNavi .inner-l ul li a.active {
  pointer-events: none;
}
body.shop .secList {
  padding: 0 0 7rem;
}
@media screen and (max-width: 1200px) {
  body.shop .secList {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 1200px) {
  body.shop .secList .inner-l .supportList .scrollImg {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  body.shop .secList .inner-l .supportList .lgWrap {
    overflow: inherit;
  }
}
@media screen and (max-width: 1200px) {
  body.shop .secList .inner-l .supportList .lgWrap ul {
    width: 100%;
    gap: 3rem 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body.shop .secList .inner-l .supportList .lgWrap ul li {
    flex-basis: calc(50% - 0.75rem);
  }
}
@media screen and (max-width: 1200px) {
  body.shop .secList .inner-l .supportList .lgWrap ul li a {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body.shop .secList .inner-l .supportList .lgWrap ul li a > img {
    margin: -0.5rem -0.5rem 1rem;
    width: calc(100% + 1rem);
  }
}
body.detail .otherTtl {
  margin-bottom: 3.5rem;
  font-size: 2rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1200px) {
  body.detail .otherTtl {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    line-height: 26px;
  }
}
body.detail .secDetail {
  background: #F5F5F5;
  padding: 7rem 0 5rem;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail {
    padding-top: 2rem;
  }
}
body.detail .secDetail .detailInner {
  background: #fff;
  padding: 2.5rem 3rem 7.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner {
    padding: 1.5rem 2rem 4rem;
    margin-bottom: 3rem;
  }
}
body.detail .secDetail .detailInner .backLinkBtn {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .backLinkBtn {
    margin-bottom: 2rem;
  }
}
body.detail .secDetail .detailInner .headerBox {
  margin-bottom: 6rem;
  gap: 0 4rem;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .headerBox {
    gap: 2.5rem 0;
    margin-bottom: 4rem;
  }
}
body.detail .secDetail .detailInner .headerBox .thumb {
  width: 357px;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .headerBox .thumb {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
body.detail .secDetail .detailInner .headerBox .thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.detail .secDetail .detailInner .headerBox .info {
  width: calc(100% - 357px - 4rem);
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .headerBox .info {
    width: 100%;
  }
}
body.detail .secDetail .detailInner .headerBox .info ul.onCondition {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .headerBox .info ul.onCondition {
    padding-top: 0;
  }
}
body.detail .secDetail .detailInner .headerBox .info .date {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .headerBox .info .date {
    font-size: 2rem;
  }
}
body.detail .secDetail .detailInner .headerBox .info .date .new {
  color: #FF0000;
}
body.detail .secDetail .detailInner .headerBox .info .mainTtl {
  font-size: 3rem;
  line-height: 40px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .headerBox .info .mainTtl {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
body.detail .secDetail .detailInner .headerBox .info .name {
  font-size: 3.8rem;
  line-height: 48px;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .headerBox .info .name {
    font-size: 2.7rem;
    line-height: 34px;
  }
}
body.detail .secDetail .detailInner .flexBox {
  gap: 0 5.5rem;
}
body.detail .secDetail .detailInner .flexBox .left {
  width: 515px;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .flexBox .left {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .flexBox .left .lgTtl {
    font-size: 1.7rem;
    line-height: 22px;
    display: flex !important;
    align-items: center;
    gap: 0 1rem;
    letter-spacing: 0.4em;
  }
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .flexBox .left .lgTtl img {
    width: 27px;
  }
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .flexBox .left .lgWrap {
    display: none;
    margin-top: 3rem;
  }
}
body.detail .secDetail .detailInner .flexBox .left .info1 {
  margin-bottom: 3rem;
}
body.detail .secDetail .detailInner .flexBox .left .bgBlue {
  background: #F5F5F5;
  padding: 3rem 2.5rem 3.5rem;
}
body.detail .secDetail .detailInner .flexBox .left .ttl {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
body.detail .secDetail .detailInner .flexBox .left .cat {
  gap: 0 1rem;
  justify-content: center;
}
body.detail .secDetail .detailInner .flexBox .left .cat li {
  background: #282828;
  color: #fff;
  padding: 0 1rem;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .flexBox .left .cat li {
    height: 30px;
    line-height: 30px;
  }
}
body.detail .secDetail .detailInner .flexBox .left .arcWrap {
  margin-top: 4rem;
}
body.detail .secDetail .detailInner .flexBox .left .arcWrap img {
  display: block;
  margin: 0 auto 2.5rem;
}
body.detail .secDetail .detailInner .flexBox .left .arcWrap h2 {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #373737;
  padding-bottom: 1.2rem;
  margin-bottom: 0.8rem;
}
body.detail .secDetail .detailInner .flexBox .left .arcWrap p {
  font-size: 1.4rem;
  line-height: 26px;
  margin-bottom: 4rem;
}
body.detail .secDetail .detailInner .flexBox .left .info2 {
  margin-bottom: 4rem;
}
body.detail .secDetail .detailInner .flexBox .left .info2 .notes {
  color: #2D2D2D;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  margin-top: -1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .flexBox .left .info2 .notes {
    margin-bottom: 2rem;
  }
}
body.detail .secDetail .detailInner .flexBox .left .info2 dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #373737;
  padding: 1rem 0 1.2rem;
  align-items: flex-start;
  line-height: 20px;
}
body.detail .secDetail .detailInner .flexBox .left .info2 dl dt {
  width: 145px;
  padding-left: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .flexBox .left .info2 dl dt {
    width: 100px;
    padding-left: 1rem;
  }
}
body.detail .secDetail .detailInner .flexBox .left .info2 dl dd {
  width: calc(100% - 145px);
  word-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .flexBox .left .info2 dl dd {
    width: calc(100% - 100px);
  }
}
body.detail .secDetail .detailInner .flexBox .left .gMap {
  aspect-ratio: 5/4;
}
body.detail .secDetail .detailInner .flexBox .left .gMap iframe {
  width: 100%;
  height: 100%;
}
body.detail .secDetail .detailInner .flexBox .right {
  width: calc(100% - 515px - 5.5rem);
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .flexBox .right {
    width: 100%;
  }
}
body.detail .secDetail .detailInner .flexBox .right p {
  line-height: 35px;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .detailInner .flexBox .right p {
    line-height: 26px;
  }
}
body.detail .secDetail .detailInner .flexBox .right img {
  margin-bottom: 3rem;
}
body.detail .secDetail .backLinkBtn.bottom {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .backLinkBtn.bottom {
    margin-bottom: 5.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body.detail .secDetail .supportList .scrollImg img {
    filter: invert(1);
  }
}
body.planning .secIntro::before {
  background-position: center -20%;
}
@media screen and (max-width: 1200px) {
  body.planning .secIntro::before {
    background-position: center 30rem;
  }
}
@media screen and (max-width: 1200px) {
  body.planning .secIntro .readTtl {
    margin-bottom: 2.5rem;
  }
}
body.planning .secIntro .readTtlSub {
  margin-top: 2rem;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  body.planning .secIntro .readTtlSub {
    margin-bottom: 4.5rem;
    font-size: 1.6rem;
    line-height: 28px;
  }
}
body.planning .secIntro .cirArea {
  padding: 0;
  margin-bottom: 10rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  body.planning .secIntro .cirArea {
    padding: 0;
    margin-bottom: 0;
  }
}
body.planning .secIntro .cirArea .cir {
  width: 500px;
  height: 500px;
  border-radius: 250px;
}
@media screen and (max-width: 1200px) {
  body.planning .secIntro .cirArea .cir {
    width: 325px !important;
    height: 325px !important;
  }
}
body.planning .secIntro .cirArea .cir.cir1 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1200px) {
  body.planning .secIntro .cirArea .cir.cir1 {
    order: 2;
    margin: -2rem 0 -2rem auto;
  }
}
body.planning .secIntro .cirArea .cir.cir2 {
  margin: 23rem 0rem 0rem -6rem;
}
@media screen and (max-width: 1200px) {
  body.planning .secIntro .cirArea .cir.cir2 {
    margin: 0 auto 0 0;
    order: 3;
  }
}
body.planning .secIntro .cirArea .cir.cir3 {
  margin: -23rem -12rem 0rem -42rem;
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 1200px) {
  body.planning .secIntro .cirArea .cir.cir3 {
    margin: 0 auto 0 0;
    order: 1;
  }
}
body.planning .secIntro .cirArea .cir .ttl {
  width: 300px;
  margin: 0 auto 1.5rem;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  body.planning .secIntro .cirArea .cir .ttl {
    line-height: 34px;
    width: auto;
    margin: 0 auto 1rem;
  }
}
body.planning .secProjects {
  background: #F5f5f5;
  padding-top: 7.5rem;
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects {
    padding-top: 4rem;
  }
}
body.planning .secProjects h2 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects h2 {
    margin-bottom: 3.5rem;
  }
}
body.planning .secProjects .readTtl {
  margin-bottom: 6.5rem;
  margin-top: -12rem;
  padding-top: 12rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects .readTtl {
    margin-top: -6rem;
    padding-top: 6rem;
    margin-bottom: 7rem;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
body.planning .secProjects ul.anchor {
  gap: 0.8rem 1.2rem;
  font-weight: bold;
  margin-bottom: 6.5rem;
  position: relative;
  padding-left: 10rem;
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects ul.anchor {
    gap: 1rem;
    font-weight: bold;
    margin-bottom: 4rem;
    padding-left: 0;
  }
}
body.planning .secProjects ul.anchor li.ttl {
  line-height: 35px;
  position: absolute;
  left: 0rem;
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects ul.anchor li.ttl {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 28px;
  }
}
body.planning .secProjects ul.anchor li a {
  height: 35px;
  display: block;
  line-height: 35px;
  padding: 0 1rem;
  border: 1px solid #282828;
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects ul.anchor li a {
    font-size: 1.2rem;
    height: 28px;
    line-height: 28px;
    padding: 0 0.8rem;
  }
}
body.planning .secProjects ul.anchor li a.active, body.planning .secProjects ul.anchor li a:hover {
  background: #282828;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects .supportList .lgWrap {
    overflow: inherit;
    gap: 3rem 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects .supportList .lgWrap ul.project {
    width: 100%;
    gap: 2rem 0;
  }
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects .supportList .lgWrap ul.project li {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects .supportList .lgWrap ul.project li a .cat {
    width: auto;
    display: inline-block;
    padding: 0 1rem 0.2rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects .supportList .lgWrap ul.project li a .lgFlex {
    display: flex;
    gap: 0 1.5rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
}
body.planning .secProjects .supportList .lgWrap ul.project li a .lgFlex > img {
  margin: 0 auto 1rem;
  width: 100px;
  display: block;
}
@media screen and (max-width: 1200px) {
  body.planning .secProjects .supportList .lgWrap ul.project li a .lgFlex > img {
    margin: 0;
  }
}
body.planning .secProjects .supportList .lgWrap ul.project li a .lgFlex .lgRight .readTtl {
  margin-top: 0;
  padding-top: 0;
}
body.projectDetail .secDetail {
  padding-bottom: 0;
}
body.projectDetail .secDetail .detailInner .headerBox {
  margin-bottom: 3.5rem;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .headerBox {
    gap: 4.5rem 0;
    margin-bottom: 2rem;
  }
}
body.projectDetail .secDetail .detailInner .headerBox .thumb {
  width: 260px;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .headerBox .thumb {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .headerBox .thumb img {
    max-width: 260px;
    margin: 0 auto;
    display: block;
  }
}
body.projectDetail .secDetail .detailInner .headerBox .info {
  width: calc(100% - 260px - 4rem);
  padding-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .headerBox .info {
    width: 100%;
    padding-top: 0;
  }
}
body.projectDetail .secDetail .detailInner .headerBox .info .cat {
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .headerBox .info .cat {
    margin-bottom: 1.5rem;
  }
}
body.projectDetail .secDetail .detailInner .headerBox .info .cat li {
  background: #373737;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .headerBox .info .cat li {
    font-size: 1.2rem;
    height: 28px;
    line-height: 28px;
    padding: 0 1rem;
  }
}
body.projectDetail .secDetail .detailInner .headerBox .info .inProgress {
  font-size: 1.8rem;
  font-weight: bold;
  color: #B7B7B7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .headerBox .info .mainTtl {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .headerBox .info .name {
    font-size: 2.2rem;
  }
}
body.projectDetail .secDetail .detailInner .arcList .arcBox {
  max-width: 900px;
  margin: 0 auto 4rem;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 4rem;
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .arcList .arcBox {
    gap: 1.5rem 0;
    margin: 0 auto 2rem;
  }
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .thumb {
  width: 140px;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .arcList .arcBox .thumb {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .arcList .arcBox .thumb img {
    width: 140px;
    margin: 0 auto;
    display: block;
  }
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right {
  width: calc(100% - 140px - 4rem);
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .arcList .arcBox .right {
    width: 100%;
  }
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .date {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0.5rem 0 0.8rem;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .arcList .arcBox .right .date {
    margin: 0 0 1rem;
  }
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .date .new {
  color: #ff0000;
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .volTtl {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .arcList .arcBox .right .volTtl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap {
  line-height: 35px;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap {
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .intro {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .intro.open {
  display: none;
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .intro .readMore {
  color: #19375A;
  text-decoration: underline;
  cursor: pointer;
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .intro .readMore:hover {
  opacity: 0.8;
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .content {
  display: none;
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .content p, body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .content img, body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .content div {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .content p, body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .content img, body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .content div {
    margin-bottom: 1.5rem;
  }
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .content .close {
  text-align: center;
  color: #19375A;
  text-decoration: underline;
  cursor: pointer;
}
body.projectDetail .secDetail .detailInner .arcList .arcBox .right .arcWrap .content .close:hover {
  opacity: 0.8;
}
body.projectDetail .secOtherProp {
  padding-bottom: 7rem;
}
body.projectDetail .secOtherProp .propNone a {
  text-decoration: underline;
}
body.recruit .readTtl {
  font-size: 3rem;
  letter-spacing: 0.15em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  body.recruit .readTtl {
    font-size: 2rem;
    line-height: 34px;
    margin-bottom: 5rem;
  }
}
body.recruit .secReSum .secBox {
  border: 1px solid #707070;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  body.recruit .secReSum .secBox {
    margin-bottom: 3rem;
  }
}
body.recruit .secReSum .secBox .secName {
  width: 270px;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  body.recruit .secReSum .secBox .secName {
    width: 100%;
    font-size: 1.8rem;
    border-bottom: 1px solid #707070;
    padding: 1rem 0;
  }
}
body.recruit .secReSum .secBox .recList {
  border-left: 1px solid #707070;
  padding: 0 3rem 3rem;
  width: calc(100% - 270px);
  text-align: left;
}
@media screen and (max-width: 1200px) {
  body.recruit .secReSum .secBox .recList {
    width: 100%;
    border-left: 0;
    padding: 1rem 2rem 2rem;
  }
}
body.recruit .secReSum .secBox .recList .recLink a {
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding: 2.5rem 0 1.5rem;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  body.recruit .secReSum .secBox .recList .recLink a {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 1200px) {
  body.recruit .secReSum .secBox .recList .recLink a .catList {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
body.recruit .secReSum .secBox .recList .recLink a .catList .cat {
  background: #373737;
  color: #fff;
  font-size: 1.2rem;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  padding: 0 1rem;
  margin-right: 1rem;
  vertical-align: 1px;
}
@media screen and (max-width: 1200px) {
  body.recruit .secReSum .secBox .recList .recLink a .catList .cat {
    font-weight: normal;
  }
}
body.recruit .secReSum .secBox .recList .recLink a .catList .cat:last-child {
  margin-right: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.recruit .secReSum .secBox .recList .recLink a .catList .cat:last-child {
    margin-right: 0;
  }
}
body.recruit .secReSum .secBox .recList .recLink a img {
  width: 18px;
  vertical-align: -3px;
  margin-left: 1rem;
}
body.recruit .secApply {
  padding: 0 0 20rem;
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply {
    padding: 0 0 10rem;
  }
}
body.recruit .secApply .applyTtl {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 4rem;
  margin-top: -1.5rem;
  line-height: 37px;
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply .applyTtl {
    font-size: 1.5rem;
    line-height: 25px;
    margin-top: -3.5rem;
  }
}
body.recruit .secApply .infoBox {
  max-width: 750px;
  margin: 0 auto 3rem;
  gap: 0 3rem;
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply .infoBox {
    max-width: 100%;
    margin: 0 auto 1.5rem;
    gap: 1rem 0;
  }
}
body.recruit .secApply .infoBox .ttl {
  font-size: 1.8rem;
  height: 30px;
  border: 1px solid #373737;
  line-height: 27px;
  width: 100px;
  letter-spacing: 0.15em;
  padding-left: 0.4rem;
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply .infoBox .ttl {
    width: 100%;
    padding-left: 0;
    max-width: 300px;
    margin: 0 auto;
  }
}
body.recruit .secApply .infoBox .infoTxt {
  padding-top: 0.2rem;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply .infoBox .infoTxt {
    font-size: 1.6rem;
    text-align: center;
    padding-top: 0;
    width: 100%;
  }
}
body.recruit .secApply .introMv {
  margin: 10rem auto 15rem;
  width: 750px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply .introMv {
    width: 100%;
    margin: 7rem auto 8rem;
  }
}
body.recruit .secApply .introMv iframe {
  width: 100%;
  height: 100%;
}
body.recruit .secApply h2 {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply h2 {
    margin-bottom: 5rem;
  }
}
body.recruit .secApply .readTtl {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply .readTtl {
    margin-bottom: 3rem;
  }
}
body.recruit .secApply .travelBox {
  border: 1px solid #707070;
  height: 110px;
  align-items: center;
  justify-content: center;
  gap: 0 3rem;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply .travelBox {
    width: 100%;
    height: 120px;
    gap: 1.5rem 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply .travelBox > img {
    width: 180px;
  }
}
body.recruit .secApply .travelBox .linkTxt {
  padding-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  body.recruit .secApply .travelBox .linkTxt {
    padding-top: 0rem;
  }
}
body.recruit .secApply .travelBox .linkTxt img {
  vertical-align: -1px;
  margin-right: 1rem;
}
body.recruit .secApply .travelBox .linkTxt a {
  text-decoration: underline;
}
body.recruitDetail .secDetail .jknInfo {
  flex-basis: 100% !important;
  padding-right: 0 !important;
  gap: 0 1.5rem !important;
  margin-bottom: 9rem !important;
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secDetail .jknInfo {
    margin-bottom: 3rem !important;
  }
}
body.recruitDetail .secDetail .jknInfo ul.cate {
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secDetail .jknInfo ul.cate {
    padding-right: 0 !important;
    min-height: 25px !important;
    margin-bottom: 1.5rem;
  }
}
body.recruitDetail .secDetail .jknInfo ul.cate li {
  font-size: 2rem;
  min-width: auto;
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secDetail .jknInfo ul.cate li {
    font-size: 1.4rem;
    line-height: 25px;
  }
}
body.recruitDetail .secDetail .jknInfo .jobTtl {
  font-size: 3rem;
  line-height: 40px;
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secDetail .jknInfo .jobTtl {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secDetail .detailInfo .leftBox {
    margin-bottom: 4rem;
  }
}
body.recruitDetail .secDetail .detailInfo .leftBox .propDetailArea {
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secDetail .detailInfo .leftBox .propDetailArea {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secDetail .detailInfo .leftBox .propDetailArea .toggleInner {
    margin-bottom: 3rem;
  }
}
body.recruitDetail .secDetail .detailInfo .leftBox .propDetailArea .toggleInner dl dd {
  line-height: 30px;
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secDetail .detailInfo .leftBox .propDetailArea .toggleInner dl dd {
    line-height: 20px;
  }
}
body.recruitDetail .secDetail .detailInfo .rightBox .article {
  line-height: 35px !important;
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secDetail .detailInfo .rightBox .article {
    font-size: 1.6rem;
  }
}
body.recruitDetail .secDetail .detailInfo .rightBox .article h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 3rem;
  line-height: 35px !important;
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secDetail .detailInfo .rightBox .article h2 {
    font-size: 1.8rem;
  }
}
body.recruitDetail .secApply {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secApply {
    padding-bottom: 6rem;
  }
}
body.recruitDetail .secApply .backLinkBtn.bottom {
  margin-top: 9rem;
}
@media screen and (max-width: 1200px) {
  body.recruitDetail .secApply .backLinkBtn.bottom {
    margin-top: 7rem;
  }
}
body.news .secNewsList {
  padding-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  body.news .secNewsList {
    padding-bottom: 0;
  }
}
body.news .secNewsList dl {
  max-width: 800px;
  margin: 0 auto 3rem;
  align-items: flex-start;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.news .secNewsList dl {
    margin: 0 auto 1rem;
    max-width: 100%;
    gap: 0.5rem 0;
  }
}
body.news .secNewsList dl dt {
  font-size: 1.4rem;
  margin-right: 1.5rem;
  padding-top: 0.1rem;
}
body.news .secNewsList dl dt .cate {
  font-size: 1.2rem;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background: #373737;
  color: #fff;
  width: 100px;
  text-align: center;
  margin-left: 1.5rem;
  vertical-align: 1px;
}
body.news .secNewsList dl dd {
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  body.news .secNewsList dl dd a {
    font-size: 1.6rem;
    position: relative;
    padding-right: 3rem;
    display: block;
  }
}
body.news .secNewsList dl dd a img {
  width: 18px;
  vertical-align: -4px;
  margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
  body.news .secNewsList dl dd a img {
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
  }
}
body.news .secNewsList .pageNavi {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  body.news .secNewsList .pageNavi {
    margin-top: 2.5rem;
  }
}
body.news .secOurWorks {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  body.news .secOurWorks {
    padding-bottom: 1rem;
  }
}
body.news .secOurWorks .inner-l .head {
  margin-top: 7rem;
}
body.news .secOurWorks .inner-l .head .right .baseLinkBtn a {
  background: #2E2E2E;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  body.news .secOurWorks .inner-l .supportList .scrollImg {
    filter: invert(1);
  }
}
@media screen and (max-width: 1200px) {
  body.news .secOurWorks .inner-l .supportList.prjList .lgWrap ul li {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  body.news .secOurWorks .inner-l .baseLinkBtn.lgBlock a {
    background: #2E2E2E;
    color: #fff;
  }
}
body.newsDetail .secDetail {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail {
    padding-bottom: 7rem;
  }
}
body.newsDetail .secDetail .inner-l .detailInner {
  margin-top: 1.5rem;
  padding: 0;
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner {
  max-width: 800px;
  margin: 0 auto;
  padding: 8.5rem 0 8rem;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail .inner-l .detailInner .contentInner {
    max-width: 100%;
    padding: 2rem 2rem 5rem;
  }
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .dat {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .dat .cate {
  font-size: 1.2rem;
  background: #373737;
  color: #fff;
  font-weight: normal;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  padding: 0 2rem;
  margin-left: 1rem;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail .inner-l .detailInner .contentInner .dat .cate {
    font-size: 1.4rem;
    height: 25px;
    line-height: 25px;
  }
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner h1 {
  font-size: 2.8rem;
  line-height: 39px;
  font-weight: bold;
  border-bottom: 1px solid #373737;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail .inner-l .detailInner .contentInner h1 {
    font-size: 2rem;
    line-height: 34px;
    margin-bottom: 2rem;
  }
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .content {
  line-height: 35px;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail .inner-l .detailInner .contentInner .content {
    font-size: 1.6rem;
  }
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .content p {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  body.newsDetail .secDetail .inner-l .detailInner .contentInner .content p {
    margin-bottom: 3rem;
  }
}
body.newsDetail .secDetail .inner-l .detailInner .contentInner .content a {
  color: #0D4483;
  text-decoration: underline;
}
body.newsDetail .secDetail .inner-l .arcLink {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
body.newsDetail .secDetail .inner-l .arcLink span {
  margin: 0 1rem;
}
body.newsDetail .secDetail .inner-l .backLinkBtn.bottom {
  margin-bottom: 0;
}
body.contact .secForm {
  padding: 5rem 0 15rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm {
    padding: 3rem 2rem 12rem;
  }
}
body.contact .secForm .introTxt {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 32px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .introTxt {
    font-size: 1.6rem;
    line-height: 28px;
    text-align: left;
  }
}
body.contact .secForm .introTxt .-blue {
  color: #0D4483;
}
body.contact .secForm .whiteBox {
  background: #fff;
  max-width: 720px;
  margin: 0 auto 3.5rem;
  padding: 1rem 0;
}
body.contact .secForm .whiteBox p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
body.contact .secForm .whiteBox .telHour {
  justify-content: center;
  letter-spacing: 0.1em;
  align-items: center;
  gap: 0 1rem;
}
body.contact .secForm .whiteBox .telHour .tel {
  font-size: 2rem;
  font-weight: bold;
}
body.contact .secForm .otherTxt {
  color: #577DAA;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
body.contact .secForm a.otherLink {
  display: flex;
  margin: 0 auto 6rem;
  width: 260px;
  height: 60px;
  background: #577DAA;
  line-height: 60px;
  font-size: 1.9rem;
  color: #fff;
  letter-spacing: 0.1em;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm a.otherLink {
    font-size: 1.6rem;
    width: 220px;
    height: 45px;
  }
}
body.contact .secForm a.otherLink img {
  width: 30px;
  margin-top: 0.2rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm a.otherLink img {
    width: 20px;
    margin-top: 0.4rem;
  }
}
body.contact .secForm .inner-s {
  border: 1px solid #707070;
  padding: 2.5rem 0 4.5rem;
}
body.contact .secForm .inner-s .formTtl {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .formTtl {
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
  }
}
body.contact .secForm .inner-s .formNotes {
  color: #FF0000;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .formNotes {
    font-size: 1.2rem;
  }
}
body.contact .secForm .inner-s .mw_wp_form {
  padding-top: 5rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .mw_wp_form {
    padding-top: 3rem;
  }
}
body.contact .secForm .inner-s .formInner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .formInner {
    padding: 0rem 2rem;
  }
}
body.contact .secForm .inner-s .formInner dl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .formInner dl {
    margin-bottom: 3rem;
  }
}
body.contact .secForm .inner-s .formInner dl dt {
  border-left: 10px solid #0D4483;
  display: flex;
  gap: 0 1.5rem;
  padding-left: 0.7rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .formInner dl dt {
    margin-bottom: 1.5rem;
  }
}
body.contact .secForm .inner-s .formInner dl dt .required {
  font-size: 1.4rem;
  background: #EA0024;
  color: #fff;
  border-radius: 6px;
  line-height: 25px;
  padding: 0rem 1rem;
}
body.contact .secForm .inner-s .formInner dl dd.check input {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 3px;
}
body.contact .secForm .inner-s .formInner dl dd input[type=text],
body.contact .secForm .inner-s .formInner dl dd input[type=tel],
body.contact .secForm .inner-s .formInner dl dd textarea {
  padding: 0.3rem 0 0.3rem 0.7rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .formInner dl dd input[type=text],
  body.contact .secForm .inner-s .formInner dl dd input[type=tel],
  body.contact .secForm .inner-s .formInner dl dd textarea {
    max-width: 100%;
  }
}
body.contact .secForm .inner-s .formInner dl dd textarea {
  width: 100%;
}
body.contact .secForm .inner-s .formInner dl dd.notes {
  font-size: 1.4rem;
  margin: 3rem 0 1rem;
}
body.contact .secForm .inner-s .formInner dl.name dd span {
  width: 90px;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .formInner dl.name dd span {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
body.contact .secForm .inner-s .formInner dl.name dd .name {
  margin-bottom: 2.5rem;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .formInner dl.name dd .name {
    margin-bottom: 1rem;
  }
}
body.contact .secForm .inner-s .formInner dl.name dd input {
  max-width: calc(100% - 90px);
}
body.contact .secForm .inner-s .formInner dl.name dd .error {
  margin-left: 1rem;
}
body.contact .secForm .inner-s .formInner dl.address .formPostcode input {
  width: 115px;
}
body.contact .secForm .inner-s .formInner dl.tel dd span {
  width: 160px;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .formInner dl.tel dd span {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
body.contact .secForm .inner-s .formInner dl.tel dd .name {
  margin-bottom: 2.5rem;
  align-items: center;
}
body.contact .secForm .inner-s .formInner dl.tel dd input {
  max-width: calc(100% - 160px);
}
body.contact .secForm .inner-s .formInner dl.tel dd .error {
  margin-left: 1rem;
}
body.contact .secForm .inner-s .submit {
  gap: 0 2rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .submit {
    gap: 0 1.5rem;
  }
}
body.contact .secForm .inner-s .submit input {
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #0D4483;
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .submit input {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
body.contact .secForm .inner-s .mw_wp_form_confirm .required,
body.contact .secForm .inner-s .mw_wp_form_confirm .confirmNone,
body.contact .secForm .inner-s .mw_wp_form_confirm .privacyBox {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.contact .secForm .inner-s .thanksTxt {
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
  }
}
body.contact.other .secForm .introTxt .-blue {
  color: #577DAA;
}
body.contact.other .secForm a.otherLink {
  background: #0D4483;
  width: 330px;
}
@media screen and (max-width: 1200px) {
  body.contact.other .secForm a.otherLink {
    width: 270px;
  }
}
body.contact.other .secForm .warning {
  max-width: 800px;
  margin: 0 auto;
  color: #FF0000;
  border: 1px solid #FF0000;
  padding: 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  body.contact.other .secForm .warning {
    padding: 0.8rem 1rem;
  }
}
body.property.mochimune .secRead {
  padding-bottom: 1rem;
}
body.property.mochimune .secRead ul {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  body.property.mochimune .secRead ul {
    margin-bottom: 3rem;
  }
}
body.property.mochimune .secRead .inner-l .intro {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  body.property.mochimune .secRead .inner-l .intro {
    margin-bottom: 5rem;
  }
}
body.property.mochimune .secRead .inner-l .intro .left {
  width: 800px;
}
@media screen and (max-width: 1200px) {
  body.property.mochimune .secRead .inner-l .intro .left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
body.property.mochimune .secRead .inner-l .intro .left .ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 50px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.property.mochimune .secRead .inner-l .intro .left .ttl {
    line-height: 36px;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
body.property.mochimune .secRead .inner-l .intro .left .readTxt {
  letter-spacing: 0.05em;
  line-height: 36px;
}
@media screen and (max-width: 1200px) {
  body.property.mochimune .secRead .inner-l .intro .left .readTxt {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
body.property.mochimune .secRead .inner-l .intro .right {
  width: 269px;
}
@media screen and (max-width: 1200px) {
  body.property.mochimune .secRead .inner-l .intro .right {
    margin: 0 auto;
  }
}
body.property.mochimune .secRead .ytBox {
  width: 100%;
  aspect-ratio: 16/9;
}
body.property.mochimune .secRead .ytBox iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  body.property.mochimune .secList .inner-l .headerBox .left {
    display: none;
  }
}
body.property.mochimune .secList .inner-l .list .propBox .ctName {
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 2rem 0.2rem 2.5rem;
  margin-left: -2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  body.property.mochimune .secList .inner-l .list .propBox .ctName {
    font-size: 1.2rem;
    padding: 0.1rem 1.5rem 0.2rem 1.5rem;
  }
}
body.property.mochimune .secList .inner-l .list .propBox .cateNo .propNo {
  margin-top: -6rem;
}
@media screen and (max-width: 1200px) {
  body.property.mochimune .secList .inner-l .list .propBox .cateNo .propNo {
    margin-top: -5rem;
  }
}
body.privacy .secPrivacy {
  padding: 12rem 0 10rem;
  letter-spacing: 0.05em;
  line-height: 28px;
}
@media screen and (max-width: 1200px) {
  body.privacy .secPrivacy {
    padding: 5rem 0 8rem;
    line-height: 24px;
  }
}
body.privacy .secPrivacy .inner-s .read1 {
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.privacy .secPrivacy .inner-s .read1 {
    margin-bottom: 2.5rem;
  }
}
body.privacy .secPrivacy .inner-s .ttl {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body.privacy .secPrivacy .inner-s .readTxt {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  body.privacy .secPrivacy .inner-s .readTxt {
    margin-bottom: 2.5rem;
  }
}

/*------------------------------------------------------------
  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 float {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}/*# sourceMappingURL=page.css.map */