@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-contact__list
------------------------*/
.c-contact__list .tel__item {
  text-align: center;
}
.c-contact__list .tel__item dt {
  background: var(--bg-color-light-grayish-orange);
  text-align: center;
  font-weight: var(--font-weight-bold);
}
.c-contact__list .tel__item .tel__num {
  font-family: var(--sub-font-family);
  letter-spacing: 0;
  font-weight: var(--font-weight-semibold);
  line-height: 1.6;
}
.c-contact__list .tel__text {
  display: block;
  line-height: 1;
  margin-top: 5px;
}
.c-contact__list .mail__button {
  height: 40px;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 100px 0 95px;
  background: url(../../img/common/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__content {
  width: 560px;
  margin-left: auto;
  background: var(--color-white);
  padding: 135px 100px 80px;
  position: relative;
}
.c-contact__section .contact__content .contact__title {
  position: absolute;
  inset: -40px 0 auto;
  text-align: center;
}
.c-contact__section .contact__content .contact__text {
  text-align: center;
}
.c-contact__section .contact__content .contact__item .tel__item {
  margin-bottom: 20px;
}
.c-contact__section .contact__content .contact__item .tel__item:last-child {
  margin-bottom: 0;
}
.c-contact__section .contact__content .contact__item .tel__item dt {
  border-left: 10px solid;
  padding: 5px 0;
  position: relative;
  margin-bottom: 15px;
}
.c-contact__section .contact__content .contact__item .tel__item dt::before {
  position: absolute;
  content: "";
  inset: auto 0 -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0px 8px;
  border-color: var(--bg-color-light-grayish-orange) transparent transparent transparent;
  margin: 0 auto;
}
.c-contact__section .contact__content .contact__item .tel__item:first-child dt {
  border-color: var(--primary-color);
}
.c-contact__section .contact__content .contact__item .tel__item:nth-child(2) dt {
  border-color: var(--sub-primary-color);
}
.c-contact__section .contact__content .contact__item .tel__item .tel__num {
  font-size: var(--font-size-40);
  line-height: 1;
}
.c-contact__section .contact__content .contact__item .tel__text {
  text-align: center;
  margin-top: 15px;
}
.c-contact__section .contact__content .contact__item .mail__button {
  height: 50px;
  margin-top: 30px;
}
.c-contact__section .contact__content .contact__item .mail__button span {
  padding-left: 35px;
}
.c-contact__section .contact__content .contact__item .mail__button span::before {
  font-size: var(--font-size-22);
}
.c-contact__section .contact__content .contact__item .mail__button span::after {
  position: absolute;
  color: inherit;
  font-family: var(--bootstrap-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto 0;
  line-height: 1;
  letter-spacing: 0;
  content: "\f138";
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 150px;
  vertical-align: top;
  text-align: center;
}
.com-table tr td {
  width: calc(100% - 150px);
  padding: 0 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 30px;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: 2.3;
  letter-spacing: var(--body-letter-spacing);
}

#g-map .map {
  height: 100%;
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# シリーズ名
------------------------*/
.com-series__name-text {
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-28);
  letter-spacing: 0.07em;
}
.com-series__name-text .series__name-text-ja {
  display: block;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.07em;
}
.com-series__name-text .series__name-text-en {
  font-family: var(--sub-font-family);
  font-weight: var(--font-weight-semibold);
  font-size: 8rem;
  letter-spacing: 0.07em;
  line-height: 1;
}

/*
# 共通ボタン
------------------------*/
.com-button {
  border-radius: 32px;
  color: var(--color-white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: var(--primary-color);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-17);
}

/*
# グラデーションボーダー
------------------------*/
.border-gradation--orange {
  position: relative;
}
.border-gradation--orange::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  inset: auto 0 -20px;
  background: url(../../img/top/property-item_bdr.svg) bottom center no-repeat;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--body-letter-spacing);
}

.section-title {
  margin-bottom: 60px;
}
.section-title .title-en {
  display: block;
  font-size: 8rem;
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-semibold);
  font-family: var(--sub-font-family);
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-title .title-ja {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.08em;
  display: block;
}
.section-title.title-has-img {
  position: relative;
  z-index: 1;
}
.section-title.title-has-img::before, .section-title.title-has-img::after {
  position: absolute;
  content: "";
}
.section-title.title-has-img::before {
  inset: 0 0 auto auto;
  width: 1260px;
  height: 450px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.section-title.title-has-img::after {
  inset: 315px 0 auto;
  background: var(--gradation-orange);
  width: 100%;
  height: 150px;
  z-index: -2;
}
.section-title.title-has-img .title-ja {
  display: inline-block;
  padding: 0 20px;
  background: var(--bg-color);
  font-size: var(--font-size-35);
}

.headline-title {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-bold);
  padding-bottom: 15px;
  margin-bottom: 45px;
  background: url(../../img/common/gradation_bdr.svg) bottom center no-repeat;
}

.sub-title {
  font-size: var(--font-size-35);
  font-weight: var(--font-weight-bold);
  text-align: center;
}
.sub-title span {
  padding-bottom: 25px;
  position: relative;
}
.sub-title span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  background: var(--gradation-orange);
  inset: auto 0 0;
}

.third-title {
  font-size: var(--font-size-30);
  position: relative;
  z-index: 1;
  font-weight: var(--font-weight-bold);
  padding-left: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
.third-title::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: -1;
  background: var(--bg-color-light-grayish-orange);
  inset: 0 auto 0 0;
  margin: auto 0;
}
.third-title span {
  display: inline-block;
  position: relative;
}
.third-title span::after {
  position: absolute;
  content: "";
  width: 84.5rem;
  height: 8px;
  background: url(../../img/common/gradation_bdr.svg) center no-repeat;
  inset: 0 -88rem 0 auto;
  margin: auto 0;
}

.title-image {
  width: 1280px;
  margin: 0 auto 70px;
  padding-top: 425px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.title-image::before, .title-image::after {
  position: absolute;
  content: "";
}
.title-image::before {
  width: 100%;
  height: 150px;
  inset: 320px 0 auto;
  z-index: -2;
  background: var(--gradation-orange);
}
.title-image::after {
  width: 98.4375%;
  height: 450px;
  inset: 0 0 auto auto;
  z-index: -1;
}

/*==========================================
header
===========================================*/
#header {
  padding: 10px 1.52625% 10px 2.34375%;
}
#header .header__right {
  width: 710px;
}
#header .header__contact-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
#header .header__contact-list .contact__item-tel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
#header .header__contact-list .contact__item-tel .tel__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
#header .header__contact-list .contact__item-tel .tel__item dt {
  font-size: var(--font-size-13);
  padding: 2px 10px;
}
#header .header__contact-list .contact__item-tel .tel__item .tel__num {
  font-size: var(--font-size-22);
}
#header .header__contact-list .tel__text {
  position: relative;
}
#header .header__contact-list .tel__text::after {
  position: absolute;
  content: "";
  width: 260px;
  height: 2px;
  margin: auto 0;
  inset: 0 0 0 auto;
  background-image: linear-gradient(to right, var(--bg-color-light-grayish-orange) 2px, transparent 2px);
  background-size: 11px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#header .header__contact-list .com-mail {
  width: 180px;
}
#header .header__contact-list .com-mail .mail__button {
  font-size: var(--font-size-14);
}
#header .header__contact-list .com-mail .mail__button span {
  padding-left: 25px;
}
#header .header__contact-list .com-mail .mail__button span::before {
  font-size: var(--font-size-17);
}

/*==========================================
nav
===========================================*/
#nav {
  margin-top: 15px;
}
#nav .nav__list {
  gap: 15px 30px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
}
#nav .nav__list .nav__item-link {
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#nav .nav__list .nav__item-link::before, #nav .nav__list .nav__item-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--primary-color);
  position: absolute;
  display: block;
}
#nav .nav__list .nav__item-link::before {
  left: 50%;
}
#nav .nav__list .nav__item-link:after {
  right: 50%;
}
#nav .nav__list .nav__item-link:hover {
  color: var(--primary-color);
}
#nav .nav__list .nav__item-link:hover::before, #nav .nav__list .nav__item-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--primary-color);
}
#nav .nav__list .nav__item-link.current {
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
#nav .nav__list .nav__item-link.current::before, #nav .nav__list .nav__item-link.current::after {
  border-bottom: none;
}
#nav .nav__list .nav__item-link.current:hover::before, #nav .nav__list .nav__item-link.current:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(550px, 41.666vw, 800px);
  position: relative;
  background: url(../../img/top/mv/mv-cloud_deco.png) left 7.2916% top 13.875%/19.21875% no-repeat;
}
#top-mv .mv__catch {
  width: 27.78125%;
  position: absolute;
  inset: auto auto 12.5% 10.20833%;
  text-align: center;
  z-index: 10;
  line-height: 2;
}
#top-mv .mv__catch .catch__title {
  margin-bottom: 35px;
}
#top-mv .mv__catch .series__name-text-en {
  font-size: clamp(5.3rem, 5.35vw, 10rem);
  letter-spacing: 0;
  display: block;
  width: 100%;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 3%;
}
#top-mv .mv__catch .series__name-text-ja {
  display: block;
  font-size: clamp(2rem, 1.58vw, 3rem);
}
#top-mv .mv__img {
  position: absolute;
  height: 94.625%;
  width: 55.5729%;
  inset: 0 4.427% 0 auto;
  margin: auto 0;
  background: url(../../img/top/mv/mv_bg.png) center/100% no-repeat;
}

/*==========================================
footer
===========================================*/
.side__button--fixed {
  width: 220px;
  position: fixed;
  border-radius: 44.5px 0 0 44.5px;
  z-index: 1001;
  background: var(--gradation-orange);
  inset: auto 0 155px auto;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 0 40px;
}
@media screen and (max-width: 1500px) {
  .side__button--fixed {
    right: -155px;
  }
  .side__button--fixed:hover {
    right: 0;
  }
}
.side__button--fixed::before {
  font-size: var(--font-size-20);
  inset: 0 15px 0 auto;
}
.side__button--fixed::after {
  position: absolute;
  content: "";
  width: 37px;
  height: 26px;
  background: url(../../img/common/fixed-btn_ic.png) center/100% no-repeat;
  inset: 0 auto 0 20px;
  margin: auto 0;
}
.side__button--fixed .side__button-text-en {
  position: absolute;
  inset: -21px auto auto 67px;
  color: var(--body-font-color);
  font-family: var(--sub-font-family);
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-semibold);
  text-align: center;
}
.side__button--fixed .side__button-text-ja {
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-18);
  line-height: 1.5;
  text-align: center;
}

#footer {
  padding: 95px 0 75px;
}
#footer .footer__right {
  width: 590px;
}
#footer .footer__right .footer__nav-list {
  gap: 10px 35px;
  font-size: var(--font-size-15);
}
#footer .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: right;
  margin-top: 45px;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 8%;
  right: 3%;
  z-index: 999;
  transition: all 0.3s;
}
.pagetop:hover {
  transform: scale(0.9);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: clamp(400px, 26.562vw, 510px);
  position: relative;
  overflow: hidden;
  background: url(../../img/sv/sv-l-cloud_deco.png) left 7.1354% top/29.5833% no-repeat, url(../../img/sv/sv-r-cloud_deco.png) right 4.427% top 21.5686%/10.5729% no-repeat;
}
.lower-sv .sv__title-wrap {
  width: 1080px;
  margin: 0 auto;
  text-align: left;
  position: absolute;
  inset: auto 0 5.8823%;
  z-index: 10;
}
.lower-sv .sv__title-wrap .sv__title {
  margin-bottom: 60px;
  line-height: 1.4;
}
.lower-sv .sv__title-wrap .sv__title .title-en {
  font-size: var(--font-size-35);
  color: var(--primary-color);
  display: block;
  font-weight: var(--font-weight-semibold);
  font-family: var(--sub-font-family);
  letter-spacing: 0.05em;
}
.lower-sv .sv__title-wrap .sv__title .title-ja {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-45);
  letter-spacing: var(--body-letter-spacing);
}
.lower-sv .sv__title-wrap .sv__SDGs-logo {
  width: 35%;
}
.lower-sv .sv__img {
  position: absolute;
  width: 40.1041%;
  height: 470px;
  inset: auto 16.6666% 0 auto;
}

#about-sv .sv__img {
  background: url(../../img/sv/about-sv_bg.png) center bottom/100% no-repeat;
}

#service-sv .sv__img {
  background: url(../../img/sv/service-sv_bg.png) center bottom/100% no-repeat;
}

#series-sv .sv__img {
  background: url(../../img/sv/series-sv_bg.png) center bottom/100% no-repeat;
}

#property-sv .sv__img {
  background: url(../../img/sv/property-sv_bg.png) center bottom/100% no-repeat;
}

#news-sv .sv__img {
  background: url(../../img/sv/news-sv_bg.png) center bottom/100% no-repeat;
}

#contact-sv .sv__img {
  background: url(../../img/sv/contact-sv_bg.png) center bottom/100% no-repeat;
}

#complete-sv .sv__img {
  background: url(../../img/sv/complete-sv_bg.png) center bottom/100% no-repeat;
}

#privacy-sv .sv__img {
  background: url(../../img/sv/privacy-sv_bg.png) center bottom/100% no-repeat;
}

#site-sv .sv__img {
  background: url(../../img/sv/site-sv_bg.png) center bottom/100% no-repeat;
}

#e404-sv .sv__img {
  background: url(../../img/sv/e404-sv_bg.png) center bottom/100% no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-news
------------------------*/
.top-news__section {
  padding: 65px 0 0;
}
.top-news__section .news__inbox {
  width: 1280px;
  padding: 0 5.2083%;
  position: relative;
}
.top-news__section .news__inbox .news__wrap {
  padding: 45px 0 35px;
  position: relative;
}
.top-news__section .news__inbox .news__wrap .news__title {
  position: absolute;
  inset: -45px auto auto 0;
}
.top-news__section .news__inbox .news__wrap .news__title .title-en {
  letter-spacing: 0.05em;
}
.top-news__section .news__inbox .news__wrap .news__post-list {
  width: 790px;
  gap: 50px;
  margin-left: auto;
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post {
  width: 230px;
  font-weight: var(--font-weight-bold);
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-thumb {
  width: 100%;
  height: 180px;
  margin-bottom: 5px;
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-link {
  display: block;
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-link:hover .news__post-date,
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-link:hover .news__post-title {
  color: var(--primary-color);
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-date, .top-news__section .news__inbox .news__wrap .news__post-list .news__post-title {
  transition: all 0.3s;
  font-size: var(--font-size-16);
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-date {
  display: block;
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-tags {
  row-gap: 5px;
  margin-top: 5px;
  font-size: var(--font-size-14);
  color: var(--primary-color);
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-tags .news__post-tag {
  padding: 0 20px;
  position: relative;
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-tags .news__post-tag::before {
  width: 1px;
  height: 14px;
  position: absolute;
  content: "";
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--body-font-color);
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-tags .news__post-tag:first-child {
  padding-left: 0;
}
.top-news__section .news__inbox .news__wrap .news__post-list .news__post-tags .news__post-tag:first-child::before {
  background: none;
}
.top-news__section .news__button {
  position: absolute;
  inset: auto auto 175px 7.8125%;
  width: 170px;
  height: 40px;
  font-size: var(--font-size-15);
}

#top-news {
  padding: 150px 0 55px;
}

/*
# top-company
------------------------*/
#top-company {
  padding: 95px 0 115px;
}
#top-company .company__inbox {
  width: 1280px;
  position: relative;
}
#top-company .company__title .title-en {
  letter-spacing: 0.05em;
}
#top-company .company__title .title-ja {
  font-size: var(--font-size-35);
}
#top-company .company__content {
  width: 610px;
  padding-left: 100px;
}
#top-company .company__text span {
  display: inline-block;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  padding: 0 15px;
  color: var(--color-white);
  margin-bottom: 15px;
}
#top-company .company__text span:last-child {
  margin-bottom: 0;
}
#top-company .company__button {
  width: 300px;
  height: 50px;
  margin-top: 50px;
}
#top-company .company__map {
  position: absolute;
  inset: auto 0 0 auto;
}
#top-company .company__map::before, #top-company .company__map::after {
  position: absolute;
  content: "";
}
#top-company .company__map::before {
  width: 213px;
  height: 211px;
  background: url(../../img/top/company_ill.png) center/100% no-repeat;
  inset: auto 0 0 auto;
}
#top-company .company__map::after {
  width: 215px;
  height: 166px;
  background: url(../../img/top/company_cloud.png) center/100% no-repeat;
  inset: 270px -165px auto auto;
}

/*
# top-service
------------------------*/
#top-service {
  padding: 90px 0 145px;
}
#top-service .service__inbox {
  width: 1280px;
}
#top-service .service__title {
  text-align: center;
  margin-bottom: 135px;
}
#top-service .service__item {
  margin-bottom: 215px;
  position: relative;
  padding: 100px;
}
#top-service .service__item:last-child {
  margin-bottom: 0;
}
#top-service .service__item-title {
  position: absolute;
  inset: -78px 0 auto;
  text-align: center;
  padding-top: 45px;
}
#top-service .service__item-button {
  position: absolute;
  inset: auto 0 -30px;
  margin: 0 auto;
  width: 450px;
}
#top-service .service__item-intro .service__item-title {
  background: url(../../img/top/service-intro-ttl_ic.png) top center no-repeat;
}
#top-service .service__item .intro__list {
  gap: 40px;
}
#top-service .service__item .intro__item {
  width: 520px;
  background: var(--color-white);
  padding: 45px 50px;
}
#top-service .service__item .intro__item-consult {
  position: relative;
}
#top-service .service__item .intro__item-consult::before {
  position: absolute;
  content: "";
  width: 277px;
  height: 172px;
  background: url(../../img/top/service-consult_ill.png) center/100% no-repeat;
  inset: auto 60px 40px auto;
}
#top-service .service__item .intro__item-title {
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-bold);
  margin-bottom: 30px;
  text-align: center;
}
#top-service .service__item .intro__item-title small {
  font-size: var(--font-size-17);
  display: inline-block;
  padding: 0 5px;
  margin-left: 14px;
  vertical-align: text-bottom;
}
#top-service .service__item .intro__item-img {
  margin-bottom: 20px;
}
#top-service .service__item .intro__item .intro__support-list .support__item {
  font-size: var(--font-size-17);
  padding-left: 25px;
  position: relative;
  font-weight: var(--font-weight-bold);
  margin-bottom: 10px;
}
#top-service .service__item .intro__item .intro__support-list .support__item:last-child {
  margin-bottom: 0;
}
#top-service .service__item .intro__item .intro__support-list .support__item::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  inset: 8px auto auto 0;
  background: var(--gradation-orange);
}
#top-service .service__item-series .service__item-title {
  background: url(../../img/top/service-series-ttl_ic.png) top center no-repeat;
}
#top-service .series__item {
  margin-bottom: 90px;
  background: var(--color-white);
  padding: 45px 50px;
  position: relative;
  z-index: 1;
}
#top-service .series__item::before, #top-service .series__item::after {
  position: absolute;
  content: "";
}
#top-service .series__item::before {
  background: var(--color-white);
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
}
#top-service .series__item::after {
  background: var(--gradation-orange);
  inset: auto auto -20px -20px;
  width: calc(100% + 20px);
  height: 235px;
  z-index: -2;
}
#top-service .series__item:last-of-type {
  margin-bottom: 0;
}
#top-service .series__item .series__item-content {
  width: 470px;
  min-height: 460px;
}
#top-service .series__item-title {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.07em;
  margin-bottom: 25px;
}
#top-service .series__item-title span {
  display: inline-block;
  padding: 3px 15px;
}
#top-service .series__item-img {
  position: absolute;
  inset: 45px -50px auto auto;
}

/*
# top-property
------------------------*/
#top-property {
  padding: 110px 0 125px;
}
#top-property .property__title {
  background: url(../../img/top/property_ill.png) right bottom no-repeat;
  margin-bottom: 30px;
  padding: 10px 0 30px;
}
#top-property .property__item {
  margin-bottom: 80px;
}
#top-property .property__item:last-of-type {
  margin-bottom: 0;
}
#top-property .property__item-content {
  width: 615px;
  margin-left: auto;
  min-height: 300px;
}
#top-property .property__item-thumb {
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 50px auto auto 50px;
}
#top-property .property__item-address {
  margin-bottom: 20px;
  font-size: var(--font-size-17);
}
#top-property .property__item-link {
  padding: 50px;
}
#top-property .property__item-title {
  font-size: var(--font-size-40);
  margin-bottom: 15px;
}
#top-property .property__item-features {
  gap: 12px;
}
#top-property .property__item-features .property__item-feature {
  font-size: var(--font-size-17);
  border-radius: 25px;
  padding: 2px 15px;
}
#top-property .property__button {
  width: 250px;
  margin: 90px auto 0;
}

.com-property__item--style .property__item-link {
  display: block;
}
.com-property__item--style .property__item-tags {
  gap: 10px;
  margin-bottom: 10px;
}
.com-property__item--style .property__item-tags .property__item-tag {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  padding: 3px 15px;
}
.com-property__item--style .property__item-title {
  font-weight: var(--font-weight-bold);
}

/*==========================================
about
===========================================*/
/*
# about-concept
------------------------*/
#about-concept {
  padding-bottom: 95px;
}
#about-concept .concept__headline {
  position: relative;
}
#about-concept .concept__headline .concept__content {
  width: 535px;
  min-height: 502px;
}
#about-concept .concept__headline .concept__title .bg-gradation--orange {
  color: var(--color-white);
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-bold);
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 15px;
}
#about-concept .concept__headline .concept__title .title-ja {
  font-size: var(--font-size-34);
}
#about-concept .concept__headline .concept__title .title-ja em {
  color: var(--primary-color);
}
#about-concept .concept__headline .concept__text span {
  color: var(--primary-color);
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  display: block;
}
#about-concept .concept__headline .concept__graph {
  position: absolute;
  inset: 0 0 auto auto;
}
#about-concept .concept__area {
  background: url(../../img/about/concept_ill.png) right 300px bottom no-repeat, url(../../img/about/concept_logo.png) right bottom no-repeat;
  padding-bottom: 235px;
  position: relative;
}
#about-concept .concept__area::before {
  position: absolute;
  content: "";
  width: 573px;
  height: 541px;
  background: url(../../img/about/concept_map.png) center/100% no-repeat;
  inset: -35px auto auto -65px;
}
#about-concept .concept__area .area__content {
  width: 555px;
  margin-left: auto;
}

/*
# about-policy
------------------------*/
#about-policy .policy__title {
  text-align: center;
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-bold);
  background: url(../../img/about/policy-ttl-l_deco.png) left 230px bottom 30px no-repeat, url(../../img/about/policy-ttl-r_deco.png) right 210px top 30px no-repeat, url(../../img/common/gradation_bdr.svg) bottom center no-repeat;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#about-policy .policy__title span {
  display: block;
  font-size: var(--font-size-30);
}
#about-policy .policy__title em {
  border-radius: 50%;
  font-size: var(--font-size-55);
  background: var(--gradation-orange);
  color: var(--color-white);
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#about-policy .policy__list .policy__item {
  background: var(--bg-color-pearl-white);
  font-size: var(--font-size-18);
  margin-bottom: 20px;
  font-weight: var(--font-weight-bold);
}
#about-policy .policy__list .policy__item:last-child {
  margin-bottom: 0;
}
#about-policy .policy__list .policy__item dt,
#about-policy .policy__list .policy__item dd {
  padding: 20px 25px;
}
#about-policy .policy__list .policy__item dt {
  text-align: center;
  width: 90px;
  background: var(--gradation-orange);
  color: var(--color-white);
}
#about-policy .policy__list dd {
  width: calc(100% - 90px);
}

/*
# about-feature
------------------------*/
#about-feature {
  position: relative;
  z-index: 1;
}
#about-feature::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  background: var(--color-white);
  z-index: -1;
  inset: 0 0 auto;
}
#about-feature .feature__title::after {
  background: url(../../img/about/feature_img.jpg) center/100% no-repeat;
}
#about-feature .feature__item {
  margin-bottom: 70px;
  padding: 45px 50px 50px 45px;
  position: relative;
  background: var(--color-white);
}
#about-feature .feature__item:last-child {
  margin-bottom: 0;
}
#about-feature .feature__item .title-num {
  position: absolute;
  inset: -25px auto auto -30px;
  width: 120px;
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  text-align: center;
  line-height: 1.5;
}
#about-feature .feature__item .title-num::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0px 7.5px;
  inset: auto 15px -7.5px auto;
}
#about-feature .feature__item .title-num em {
  font-size: var(--font-size-30);
  font-family: var(--sub-font-family);
  vertical-align: baseline;
}
#about-feature .feature__item:nth-child(odd) .title-num {
  background: var(--primary-color);
}
#about-feature .feature__item:nth-child(odd) .title-num::after {
  border-color: var(--primary-color) transparent transparent transparent;
}
#about-feature .feature__item:nth-child(even) .title-num {
  background: var(--sub-primary-color);
}
#about-feature .feature__item:nth-child(even) .title-num::after {
  border-color: var(--sub-primary-color) transparent transparent transparent;
}
#about-feature .feature__item-title {
  margin-bottom: 20px;
}
#about-feature .feature__item-title .title-text {
  font-size: var(--font-size-30);
}
#about-feature .feature__item-title .title-text em {
  color: var(--primary-color);
}
#about-feature .feature__item-text {
  margin-bottom: 25px;
}

/*
# about-info
------------------------*/
#about-info .info__title {
  background: url(../../img/about/info_ill.png) right bottom no-repeat;
  margin-bottom: 15px;
  padding: 40px 0 50px;
}
#about-info .info__table {
  width: 570px;
}
#about-info .info__table tr {
  border-bottom: none;
}
#about-info .info__table tr:nth-child(odd) {
  background: var(--bg-color-pearl-white);
}
#about-info #g-map {
  width: 450px;
}

/*
# about-history
------------------------*/
#about-history .history__item {
  padding: 20px;
  background: var(--color-white);
  margin-bottom: 10px;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-18);
}
#about-history .history__item:last-child {
  margin-bottom: 0;
}
#about-history .history__item-date {
  width: 180px;
  text-align: center;
  color: var(--color-white);
  padding: 5px;
}
#about-history .history__item-content {
  width: calc(100% - 220px);
  text-align: left;
}

/*==========================================
service
===========================================*/
/*
# service-consulting
------------------------*/
#service-consulting {
  position: relative;
  z-index: 1;
}
#service-consulting::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  background: var(--color-white);
  z-index: -1;
  inset: 0 0 auto;
}
#service-consulting .consulting__inbox {
  width: 1280px;
}
#service-consulting .consulting__title::after {
  background: url(../../img/service/consulting_img.jpg) top center/100% no-repeat;
}
#service-consulting .consulting__title .title-ja span {
  padding: 0 15px;
}
#service-consulting .consulting__text {
  text-align: center;
  margin-bottom: 50px;
}
#service-consulting .consulting__part {
  width: 1080px;
  margin: 0 auto 100px;
  background: var(--color-white);
  padding: 65px 65px 70px 80px;
  position: relative;
}
#service-consulting .consulting__part-title {
  width: 435px;
}
#service-consulting .consulting__part-title .series__name-text-ja {
  text-align: center;
  margin-bottom: 15px;
  display: block;
  padding: 5px;
  font-size: var(--font-size-22);
}
#service-consulting .consulting__part-content {
  width: 425px;
}
#service-consulting .consulting__button {
  width: 450px;
  margin: 0 auto;
}

/*
# service-care
------------------------*/
#service-care .care__title::after {
  background: url(../../img/service/care_img.jpg) top center/100% no-repeat;
}
#service-care .care__text {
  text-align: center;
  margin-bottom: 90px;
}
#service-care .care__list {
  row-gap: 135px;
}
#service-care .care__item {
  width: 510px;
  padding: 35px 65px 60px;
  position: relative;
}
#service-care .care__item-icon {
  position: absolute;
  inset: -55px 0 auto;
  text-align: center;
}
#service-care .care__item-title {
  padding-top: 45px;
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-bold);
  margin-bottom: 20px;
  text-align: center;
}
#service-care .care__item-title::before {
  position: absolute;
  inset: 0 0 auto;
  letter-spacing: 0.02em;
  font-family: var(--sub-font-family);
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-semibold);
  line-height: 1;
}
#service-care .care__item-title small {
  display: block;
  font-size: var(--font-size-18);
}
#service-care .care__button {
  width: 450px;
  margin: 95px auto 0;
}
#service-care .care__button::before {
  inset: 0 10% 0 auto;
  z-index: 1;
}

/*==========================================
series
===========================================*/
/*
# series-support-housing
------------------------*/
#series-support-housing .support-housing__title::after {
  background: url(../../img/series/support-housing_img.jpg) top center/100% no-repeat;
}

.series__section .series__inbox {
  width: 1280px;
}
.series__section .title-image .title-ja {
  display: inline-block;
  padding: 0 20px;
}
.series__section .series__wrap {
  padding: 70px 100px;
}
.series__section .series__wrap .series__part {
  background: var(--color-white);
  padding: 45px 55px;
  margin-bottom: 60px;
}
.series__section .series__wrap .series__part:last-child {
  margin-bottom: 0;
}
.series__section .series__wrap .series__part .com-series__name-text {
  width: 450px;
}
.series__section .series__wrap .series__part-content {
  width: 475px;
}
.series__section .series__feature {
  margin-top: 75px;
}
.series__section .series__feature .feature__title {
  margin-bottom: 55px;
}
.series__section .series__feature .feature__text {
  text-align: center;
  margin-bottom: 50px;
}
.series__section .series__feature .feature__list .feature__item {
  width: 216px;
  text-align: center;
}
.series__section .series__feature .feature__list .feature__item-text {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  margin-top: 5px;
}
.series__section .series__button {
  width: 450px;
  margin: 75px auto 0;
}

/*
# series-serviced-housing
------------------------*/
#series-serviced-housing .serviced-housing__title::after {
  background: url(../../img/series/serviced-housing_img.jpg) top center/100% no-repeat;
}

/*==========================================
property
===========================================*/
/*
# property-archive
------------------------*/
#property-archive .property__list {
  gap: 45px;
}
#property-archive .property__list .property__item {
  width: 330px;
}
#property-archive .property__list .property__item-link {
  display: block;
  padding: 30px;
}
#property-archive .property__list .property__item-title {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5px;
}
#property-archive .property__list .property__item-thumb {
  width: 100%;
  height: 270px;
  margin-bottom: 10px;
}
#property-archive .property__list .property__item-address {
  font-size: var(--font-size-15);
}

/*
# property__single
------------------------*/
#property-single .property__single-title {
  font-size: var(--font-size-40);
}
#property-single .property__img-wrap {
  margin: 0 auto 60px;
  overflow-x: auto;
  padding: 35px;
}
#property-single .property__img {
  width: 900px;
  gap: 20px;
  align-items: center;
}
#property-single .property__img-item {
  width: 500px;
  min-width: 500px;
}
#property-single .property__data {
  padding: 40px 45px;
}
#property-single .property__data .data__rent {
  margin-bottom: 35px;
}
#property-single .property__data .data__rent dt {
  width: 150px;
  text-align: center;
  padding: 5px 0;
  margin-right: 15px;
  color: var(--color-white);
  background: var(--primary-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
}
#property-single .property__data .data__rent dt small {
  font-size: var(--font-size-16);
}
#property-single .property__data .data__rent dd {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-25);
}
#property-single .property__data .data__rent dd small {
  font-size: var(--font-size-18);
}
#property-single .property__data .data__inner-block {
  width: 455px;
}
#property-single .property__data .data__inner .data__item {
  margin-bottom: 10px;
}
#property-single .property__data .data__inner .data__item:last-child {
  margin-bottom: 0;
}
#property-single .property__data .data__inner .data__item dt {
  width: 170px;
  font-weight: var(--font-weight-bold);
  text-align: center;
  padding: 10px 5px;
}
#property-single .property__data .data__inner .data__item dd {
  padding: 0 15px;
  width: calc(100% - 170px);
}
#property-single .property__data .data__notes {
  background: var(--color-white);
  padding: 40px 45px;
  margin-top: 30px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 2% 0 2% 3%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/