@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
	l-breadcrumb
	-------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  border-top: 1px solid #DBDBDB;
  padding: 25px 20px;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap {
    padding: 25px 20px 30px;
  }
}
.l-breadcrumbs-inner {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.4;
}

.l-breadcrumbs-wrap span:first-of-type {
  font-family: "Manrope", sans-serif;
}

.l-breadcrumbs-wrap span a {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #9094A3;
}

.l-breadcrumb-separator {
  font-size: 1.2rem;
  font-weight: 400;
  color: #393C52;
  margin: 0 8px;
}

.current-item {
  font-size: 1.2rem;
  font-weight: 500;
  color: #393C52;
}

/* -----------------------------------------------------------------------------
   l-post
   -------------------------------------------------------------------------- */
.l-post {
  word-break: break-all;
}

.l-post p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 15px;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-post p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.l-post .wp-block-separator {
  width: 100% !important;
  border-bottom: 1px solid #9094A3;
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-separator {
    margin: 120px 0;
  }
}
.l-post img {
  width: initial;
}

.l-post h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  color: #484E76;
}
@media screen and (min-width: 768px) {
  .l-post h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
.l-post h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #484E76;
  vertical-align: -4px;
  margin-right: 10px;
}

.l-post h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #3D3E42;
  padding-top: 25px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-post h3 {
    font-size: 2.4rem;
    margin-bottom: 35px;
    margin-top: 80px;
  }
}
.l-post h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #9094A3;
  position: absolute;
  top: 0;
  left: 0;
}

.l-post h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  color: #393C52;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-post h4 {
    font-size: 2rem;
    margin-top: 80px;
  }
}
.l-post h5,
.l-post h6 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  color: #3D3E42;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-post h5,
  .l-post h6 {
    font-size: 1.8rem;
    margin-top: 80px;
  }
}
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5,
.wp-block-column h6 {
  margin-top: 0;
}

.wp-block-buttons {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons {
    margin-top: 50px;
  }
}
.wp-block-button__link {
  position: relative;
  font-size: 1.5rem !important;
  border-bottom: none !important;
  background-color: transparent !important;
  color: #3D3E42 !important;
  letter-spacing: 0.04em !important;
  padding: 10px 50px 10px 20px !important;
  border: 1px solid #DBDBDB !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wp-block-button__link:hover {
  background-color: #fff !important;
}

.wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wp-block-button__link:hover::before {
  right: 25px;
  opacity: 1;
}

.wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wp-block-button__link:hover::after {
  right: 12px;
  opacity: 0;
}

.l-post ul {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ul {
    margin-bottom: 30px;
  }
}
.l-post ul li {
  text-indent: -15px;
  padding-left: 15px;
  color: #3D3E42;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-post ul li {
    font-size: 1.6rem;
  }
}
.l-post ul li:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 1px;
  background-color: #9094A3;
  margin-right: 8px;
  vertical-align: 5px;
}

.l-post ol {
  counter-reset: number 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ol {
    margin-bottom: 30px;
  }
}
.l-post ol li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 30px;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-post ol li {
    font-size: 1.6rem;
  }
}
.l-post ol li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-size: 1.2rem;
  padding-right: 3px;
  color: #9094A3;
  position: absolute;
  top: 6px;
  left: 0;
}

.l-post ol li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #9094A3;
  position: absolute;
  top: 10px;
  left: 22px;
}

.l-post a {
  text-decoration: none;
  color: #3D3E42 !important;
}

.l-post .wp-block-quote {
  margin: auto 4%;
  position: relative;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  border-left: none;
  padding: 40px 25px;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-quote {
    font-size: 1.5rem;
    padding: 60px 60px 30px 60px;
  }
}
.l-post .wp-block-quote::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 23px;
  background-image: url(../img/common/cmn_ico_blockquote.png);
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 20px;
}

.l-post .wp-block-quote p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-quote p {
    margin-bottom: 30px;
  }
}
.l-post .wp-block-quote cite {
  font-size: 1.3rem;
  text-align: right;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #9094A3;
}

.l-post .wp-block-image {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-image {
    margin-bottom: 30px;
  }
}
.wp-block-image > a,
.wp-block-image > figure > a {
  width: 100%;
}

.l-post .wp-block-image img {
  width: 100% !important;
}

.l-post .wp-block-columns {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-columns {
    margin-top: 80px;
  }
}
.l-post figcaption {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #9094A3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-post figcaption {
    font-size: 1.3rem;
  }
}
.l-post .wp-block-table {
  margin: 0 4% 80px;
}

.wp-block-table thead {
  border-bottom: none !important;
}

.wp-block-table thead th {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  background-color: #42465C;
  color: #fff;
  text-align: left;
  padding: 15px 30px;
  border: 1px solid #F5F5F5 !important;
}
@media screen and (min-width: 768px) {
  .wp-block-table thead th {
    font-size: 1.6rem;
  }
}
.l-post .wp-block-table td {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #3D3E42;
  padding: 15px 30px;
  background-color: #FFFFFF;
  border: 1px solid #F5F5F5 !important;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-table td {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------------------------
	wp-pagenavi
    -------------------------------------------------------------------------- */
.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .wp-pagenavi {
    margin-top: 100px;
  }
}
.wp-pagenavi .current,
.wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.6rem;
  color: #3D3E42;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #DBDBDB;
  border-radius: 50px;
  line-height: 1.8;
}
.wp-pagenavi .current {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
}

/* -----------------------------------------------------------------------------
		l-404
		-------------------------------------------------------------------------- */
.l-404 {
  padding: 200px 20px;
}

.l-404-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.l-404-inner a {
  color: inherit;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------
   l-contact-dl
  -------------------------------------------------------------------------- */
.m-lower-contact-parts {
  padding: 50px 20px 80px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .m-lower-contact-parts {
    padding: 50px 20px 200px;
  }
}
.m-lower-contact-parts-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.m-lower-contact-parts-ttl {
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 30px;
  color: #3D3E42;
  text-align: center;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 70px;
}

.m-lower-contact-parts-box {
  max-width: 680px;
  margin: 0 auto;
}

.l-contact-dl {
  max-width: 720px;
  margin: 50px auto 50px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl {
    margin: 50px auto 70px;
  }
}
.l-contact-dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-contact-dl dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3D3E42;
  text-align: left;
  margin-bottom: 10px;
}

.l-contact-dl dt p {
  margin-bottom: 0;
}

.m-required {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0px 6px;
  margin-left: 10px;
  background-color: #A82222;
}

.m-any {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #3D3E42;
  padding: 0px 6px;
  margin-left: 10px;
  background-color: #DBDBDB;
}

.l-contact-dl dd {
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  margin-left: 0;
  margin-bottom: 30px;
  text-align: left;
}

.l-contact-dl dd input[type=text],
.l-contact-dl dd input[type=email],
.l-contact-dl dd input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #eee;
  background-color: #fff;
}

.l-lower-contact-zipcode {
  width: 150px !important;
}

.l-contact-dl dd select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 35px 10px 15px;
  background-color: #fff;
  background-image: url(../img/common/cmn_ico_contact_select.png);
  background-size: 12px;
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
}
.l-lower-contact-select-test {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-select-test {
    width: 290px !important;
  }
}
.l-contact-desired {
  padding: 30px 0 0;
  border-top: 1px solid #9094A3;
  border-bottom: 1px solid #9094A3;
  margin-bottom: 30px;
}

.l-contact-desired-ttl {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3D3E42;
}

.l-contact-desired-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.l-contact-desired-item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-contact-desired-item dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-contact-dl dd input[type=date] {
  width: 100% !important;
  padding: 9px 15px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd input[type=date] {
    width: 190px;
  }
}
.l-contact-desired-item dd div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.l-contact-desired-item .l-lower-contact-hour {
  width: 120px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .l-contact-desired-item .l-lower-contact-hour {
    width: 85px;
  }
}
.l-contact-desired-item .l-lower-contact-minute {
  width: 120px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .l-contact-desired-item .l-lower-contact-minute {
    width: 85px;
  }
}
.l-contact-dl dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  width: 100%;
  height: 170px;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.l-contact-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.l-contact-button-box input[type=submit],
.l-contact-button-box button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.15em;
  text-decoration: none;
  padding: 10px 60px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  border-radius: 50px;
  background-color: #474C66;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-contact-button-box input[type=submit]:hover {
  background-color: #32364D;
}

.wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: inline-block !important;
  margin-right: 15px !important;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 30px;
  position: relative;
}

input[type=radio] + span::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 12px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #3D3E42;
  border: 1px solid transparent;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}

input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-top: 2px solid #3D3E42;
  border-right: 2px solid #3D3E42;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 6px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.3rem !important;
  color: #32364D;
}

.wpcf7-not-valid-tip {
  font-size: 1.3rem !important;
}

.wpcf7-spinner {
  display: none !important;
}

.l-lower-contact {
  padding: 150px 20px 200px;
  background-color: #f5f5f5;
}

.l-lower-contact-inner {
  max-width: 1080px;
  margin: 0 auto;
  color: #32364D;
}

.l-lower-contact-inner a {
  color: #32364D;
}

/* -----------------------------------------------------------------------------
		「お知らせ」「イベント」ページの共通部分
		-------------------------------------------------------------------------- */
.l-lower-archive {
  padding: 80px 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-archive {
    padding: 120px 20px;
  }
}
.l-lower-archive-inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
		「お知らせ」「イベント」ページの共通部分 single.php
		-------------------------------------------------------------------------- */
.l-lower-archive-back-btn-wrap {
  margin-top: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-back-btn-wrap {
    margin-top: 150px;
  }
}
.l-lower-archive-back-btn {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.04em;
}

.l-lower-archive-back-btn a {
  position: relative;
  display: inline-block;
  border: 1px solid #DBDBDB;
  border-radius: 50px;
  padding: 0 25px 0 50px;
  color: #3D3E42;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-lower-archive-back-btn a:hover {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-back-btn a:hover {
    background-color: #fff;
  }
}
.l-lower-archive-back-btn span {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-lower-archive-back-btn span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}

.l-lower-archive-back-btn a:hover span::before {
  left: 13px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-back-btn a:hover span::before {
    left: 0;
    opacity: 1;
  }
}
.l-lower-archive-back-btn span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}

.l-lower-archive-back-btn a:hover span::after {
  left: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-back-btn a:hover span::after {
    left: -13px;
    opacity: 0;
  }
}
/* -----------------------------------------------------------------------------
		「お知らせ」ページ
		-------------------------------------------------------------------------- */
.l-lower-info-items {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-info-items {
    margin-bottom: 120px;
  }
}
.l-lower-info-items > li {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #DBDBDB;
}
@media screen and (min-width: 768px) {
  .l-lower-info-items > li {
    padding: 25px 20px;
  }
}
.l-lower-info-items > li:last-of-type {
  border-bottom: 1px solid #DBDBDB;
}

.l-lower-info-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-info-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-info-detail-box {
    margin-bottom: 15px;
  }
}
.l-lower-info-detail-date {
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #9094A3;
  margin-right: 10px;
}

.l-lower-info-detail-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.l-lower-info-detail-categories > li {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.l-lower-info-detail-categories > li > a {
  position: relative;
  color: #9094A3;
  border: 1px solid #DBDBDB;
  border-radius: 50px;
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  z-index: 2;
}

.l-lower-info-ttl {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #3D3E42;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-info-ttl {
    font-size: 1.6rem;
  }
}
.l-lower-info-items > li:hover .l-lower-info-ttl {
  color: #9094A3;
}

/* -----------------------------------------------------------------------------
		「イベント」ページ
		-------------------------------------------------------------------------- */
.l-lower-event-items {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-items {
    margin-bottom: 120px;
  }
}
.l-lower-event-items > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #DBDBDB;
}
@media screen and (min-width: 768px) {
  .l-lower-event-items > li {
    padding: 20px;
  }
}
.l-lower-event-items > li:last-of-type {
  border-bottom: 1px solid #DBDBDB;
}

.l-lower-event-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-event-item-img-box {
  width: 120px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-event-item-img-box {
    width: 160px;
  }
}
.l-lower-event-item-img-box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-event-items > li:hover .l-lower-event-item-img-box > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .l-lower-event-items > li:hover .l-lower-event-item-img-box > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.l-lower-event-item-txt-box {
  position: relative;
  width: calc(100% - 120px);
  padding: 0 0 0 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-item-txt-box {
    width: calc(100% - 160px);
    padding: 0 90px 0 25px;
  }
}
.l-lower-event-item-cate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-item-cate-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-lower-event-item-date {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #B3B3B3;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-item-date {
    font-size: 1.3rem;
  }
}
.l-lower-event-item-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-lower-event-item-categories li {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.l-lower-event-item-categories li a {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #9094A3;
  border-radius: 50px;
  border: 1px solid #DBDBDB;
  background-color: #fff;
  z-index: 2;
}

.l-lower-event-item-ttl {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-lower-event-item-ttl {
    font-size: 1.6rem;
  }
}
.l-lower-event-item-arrow {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border: 1px solid #9094A3;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-event-item-arrow {
    display: inline-block;
  }
}
.l-lower-event-items > li:hover .l-lower-event-item-arrow {
  background-color: #fff;
}

.l-lower-event-item-arrow > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  overflow: hidden;
}

.l-lower-event-item-arrow > span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: calc(50% + 13px);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-event-items > li:hover .l-lower-event-item-arrow > span::before {
  right: 50%;
}

.l-lower-event-item-arrow > span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-lower-event-items > li:hover .l-lower-event-item-arrow > span::after {
  right: -13px;
}

/* -----------------------------------------------------------------------------
		「施工事例」ページ
		-------------------------------------------------------------------------- */
.l-lower-archive-works {
  padding: 80px 20px 120px;
  background-color: #F5F5F5;
}

.l-lower-archive-works-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-archive-works-search-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-search-items {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.l-lower-archive-works-search-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.l-lower-archive-works-search-wrap > ul > li {
  position: relative;
  font-size: 1.5rem;
  background-color: #9094A3;
  padding: 8px 50px 8px 25px;
  border-radius: 50px;
}

.l-lower-archive-works-search-wrap > ul > li > span {
  width: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}

.category-search-dropdown {
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  visibility: hidden;
  padding-top: 10px;
  z-index: 2;
}

.l-lower-archive-works-search-items > li:hover .category-search-dropdown {
  visibility: visible;
}

.category-search-dropdown-inner {
  background-color: #fff;
  border-radius: 4px;
  padding: 2px;
}

.category-search-dropdown-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.category-search-dropdown-lists > li {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
  padding: 8px;
}

.category-search-dropdown-lists > li:hover {
  background-color: #EFEFEF;
}

.category-search-dropdown-lists > li > a {
  color: #3D3E42;
}

.keyword-search-dropdown {
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  visibility: hidden;
  padding-top: 10px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .keyword-search-dropdown {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 480px;
  }
}
.l-lower-archive-works-search-items li:hover .keyword-search-dropdown {
  visibility: visible;
  display: block;
}

.keyword-search-dropdown-inner {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}

.keyword-search-dropdown-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.keyword-search-dropdown-lists li {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.keyword-search-dropdown-lists li a {
  color: #9094A3;
}

.l-lower-archive-works-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 4%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-items {
    gap: 80px 4%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-archive-works-items {
    gap: 80px 3%;
  }
}
.l-lower-archive-works-items > li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-items > li {
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-archive-works-items > li {
    width: 31.3%;
  }
}
.l-lower-archive-works-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-archive-works-item-img-box {
  overflow: hidden;
  margin-bottom: 15px;
}

.l-lower-archive-works-item-img-box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-lower-archive-works-items > li:hover .l-lower-archive-works-item-img-box img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-items > li:hover .l-lower-archive-works-item-img-box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.l-lower-archive-works-item-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.l-lower-archive-works-item-info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  color: #9094A3;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-item-info-detail {
    font-size: 1.3rem;
  }
}
.l-lower-archive-works-item-info-detail .acf-area {
  position: relative;
}

.l-lower-archive-works-item-info-detail .acf-area::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #9094A3;
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-lower-archive-works-item-info-cate {
  position: relative;
  z-index: 2;
}

.l-lower-archive-works-item-info-cate a {
  display: block;
  padding: 5px 12px;
  background-color: #9094A3;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-item-info-cate a {
    font-size: 1.3rem;
  }
}
.l-lower-archive-works-item-ttl {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3D3E42;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-item-ttl {
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
}
.l-lower-archive-works-item-ttl::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-lower-archive-works-item-ttl::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #3D3E42;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.l-lower-archive-works-items > li:hover .l-lower-archive-works-item-ttl::after {
  width: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-items > li:hover .l-lower-archive-works-item-ttl::after {
    width: 100%;
  }
}
.l-lower-archive-works-item-keyword-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 8px;
  padding-top: 10px;
  padding-left: 90px;
}

.l-lower-archive-works-item-keyword-items::before {
  width: 70px;
  position: absolute;
  left: 0;
  font-family: "Manrope", sans-serif;
  content: "Keywords";
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #9094A3;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-item-keyword-items::before {
    font-size: 1.3rem;
  }
}
.l-lower-archive-works-item-keyword-items > li {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-item-keyword-items > li {
    font-size: 1.3rem;
  }
}
.l-lower-archive-works-item-keyword-items > li > a {
  display: block;
  color: #9094A3;
  position: relative;
  z-index: 2;
}

.l-lower-archive-works-single-connection-wrap .l-lower-archive-back-btn-wrap {
  margin-top: 80px;
}

/* -----------------------------------------------------------------------------
		「施工事例」ページ single.php
		-------------------------------------------------------------------------- */
.l-lower-archive-works-single-acf-img-box {
  overflow: hidden;
}

.l-lower-archive-works-single-acf-img-box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-acf-img-box img {
    aspect-ratio: 1440/680;
  }
}
.l-lower-archive-works-single-acf-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 8%;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-acf-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8%;
    padding: 80px 20px 120px;
  }
}
.l-lower-archive-works-single-acf-ttl-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-acf-ttl-box {
    width: 660px;
  }
}
.l-lower-archive-works-single-acf-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #9094A3;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-acf-info-box {
    font-size: 1.3rem;
  }
}
.l-lower-archive-works-single-acf-info-area {
  position: relative;
}

.l-lower-archive-works-single-acf-info-area::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #9094A3;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -16px;
}

.l-lower-archive-works-single-acf-ttl {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-acf-ttl {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
}
.l-lower-archive-works-single-acf-ttl-sub {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-acf-ttl-sub {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.l-lower-archive-works-single-keyword-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-keyword-items {
    margin-bottom: 40px;
  }
}
.l-lower-archive-works-single-keyword-items::before {
  content: "Keywords";
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #9094A3;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-keyword-items::before {
    font-size: 1.3rem;
  }
}
.l-lower-archive-works-single-keyword-items li {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-keyword-items li {
    font-size: 1.3rem;
  }
}
.l-lower-archive-works-single-keyword-items li a {
  display: block;
  position: relative;
  color: #9094A3;
  z-index: 2;
}

.l-lower-archive-works-single-acf-desc {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-acf-desc {
    font-size: 1.5rem;
  }
}
.l-lower-archive-works-single-acf-detail-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-acf-detail-box {
    width: 340px;
  }
}
.l-lower-archive-works-single-acf-detail-head {
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #9094A3;
  margin-bottom: 15px;
}

.l-lower-archive-works-single-acf-detail-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #636776;
}

.l-lower-archive-works-single-acf-detail-box div:last-of-type {
  border-bottom: 1px solid #636776;
}

.l-lower-archive-works-single-acf-detail-box dt {
  width: 80px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-acf-detail-box dt {
    width: 90px;
    font-size: 1.5rem;
  }
}
.l-lower-archive-works-single-acf-detail-box dd {
  width: calc(100% - 80px);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-acf-detail-box dd {
    width: calc(100% - 90px);
    font-size: 1.5rem;
    padding: 20px;
  }
}
.l-lower-archive-works-single-post {
  background-color: #f5f5f5;
  padding: 55px 20px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-works-single-post {
    padding: 120px 20px 80px;
  }
}
.l-lower-archive-works-single-post-inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
		「施工事例」と「お客様の声」のcv
		-------------------------------------------------------------------------- */
.m-cmn-single-cv-wrap {
  background-color: #F5F5F5;
  padding: 0 20px 80px;
}

.m-cmn-single-cv-inner {
  max-width: 800px;
  margin: 0 auto;
}

.m-cmn-single-cv-box {
  padding: 40px 20px;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .m-cmn-single-cv-box {
    padding: 45px 80px 55px;
  }
}
.m-cmn-single-cv-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #3D3E42;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (min-width: 768px) {
  .m-cmn-single-cv-ttl {
    font-size: 2.8rem;
    padding-bottom: 30px;
  }
}
.m-cmn-single-cv-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 10%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .m-cmn-single-cv-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10%;
  }
}
.m-cmn-single-cv-detail-tel-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-single-cv-detail-tel-box {
    width: 45%;
  }
}
.m-cmn-single-cv-detail-head {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  color: #3D3E42;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .m-cmn-single-cv-detail-head {
    margin-bottom: 0;
  }
}
.m-cmn-single-cv-tel {
  font-family: "Manrope", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #474C66 !important;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .m-cmn-single-cv-tel {
    line-height: 2;
    margin-bottom: 0;
  }
}
.m-cmn-single-cv-tel::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/cmn_ico_cv_tel.png);
  background-size: cover;
  vertical-align: -4px;
  margin-right: 5px;
}

.m-cmn-single-cv-time {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #474C66;
}

.m-cmn-single-cv-detail-mail-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-cmn-single-cv-detail-mail-box {
    width: 45%;
  }
}
.m-cmn-single-cv-detail-mail {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  display: block;
  padding: 15px 0;
  background-color: #474C66;
  border-radius: 2px;
  text-align: center;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cmn-single-cv-detail-mail {
    padding: 25px 0;
  }
}
.m-cmn-single-cv-detail-mail:hover {
  background-color: #32364D;
}

.m-cmn-single-cv-detail-mail span {
  width: 24px;
  margin-right: 10px;
}

.l-lower-archive-works-single-connection-wrap {
  background-color: #EFEFEF;
  padding: 80px 20px 120px;
}

.l-lower-archive-works-single-connection-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
		「お客様の声」ページ
		-------------------------------------------------------------------------- */
.l-lower-archive-voice {
  padding: 80px 20px 120px;
  background-color: #F5F5F5;
}

.l-lower-archive-voice-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-archive-voice-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 4%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-items {
    gap: 80px 4%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-archive-voice-items {
    gap: 80px 3%;
  }
}
.l-lower-archive-voice-items > li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-items > li {
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-archive-voice-items > li {
    width: 31.3%;
  }
}
.l-lower-archive-voice-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-archive-voice-item-img-box {
  overflow: hidden;
  margin-bottom: 15px;
}

.l-lower-archive-voice-item-img-box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-lower-archive-voice-items > li:hover .l-lower-archive-voice-item-img-box img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-items > li:hover .l-lower-archive-voice-item-img-box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.l-lower-archive-voice-item-ttl {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3D3E42;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-item-ttl {
    font-size: 1.8rem;
  }
}
.l-lower-archive-voice-item-desc {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #9094A3;
  position: relative;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-lower-archive-voice-item-desc::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-lower-archive-voice-item-desc::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #3D3E42;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.l-lower-archive-voice-items > li:hover .l-lower-archive-voice-item-desc::after {
  width: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-items > li:hover .l-lower-archive-voice-item-desc::after {
    width: 100%;
  }
}
.l-lower-archive-voice-item-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #9094A3;
  margin-top: 15px;
}

.l-lower-archive-voice-item-info-box p {
  position: relative;
}

.l-lower-archive-voice-item-info-box p::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #9094A3;
  position: absolute;
  top: 50%;
  right: -15px;
}

.l-lower-archive-voice-item-info-box p:last-of-type::after {
  display: none;
}

/* -----------------------------------------------------------------------------
		「お客様の声」ページ single.php
		-------------------------------------------------------------------------- */
.l-lower-archive-voice-single-acf-img-box {
  overflow: hidden;
}

.l-lower-archive-voice-single-acf-img-box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-single-acf-img-box img {
    aspect-ratio: 1440/680;
  }
}
.l-lower-archive-voice-single-acf-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 8%;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-single-acf-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8%;
    padding: 80px 20px 120px;
  }
}
.l-lower-archive-voice-single-acf-ttl-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-single-acf-ttl-box {
    width: 660px;
  }
}
.l-lower-archive-voice-single-acf-ttl {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-single-acf-ttl {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.l-lower-archive-voice-single-acf-name {
  font-size: 1.3rem;
  line-height: 1;
  color: #9094A3;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.l-lower-archive-voice-single-acf-desc {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-single-acf-desc {
    font-size: 1.5rem;
  }
}
.l-lower-archive-voice-single-acf-detail-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-single-acf-detail-box {
    width: 340px;
  }
}
.l-lower-archive-voice-single-acf-detail-head {
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #9094A3;
  margin-bottom: 15px;
}

.l-lower-archive-voice-single-acf-detail-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #636776;
}

.l-lower-archive-voice-single-acf-detail-box div:last-of-type {
  border-bottom: 1px solid #636776;
}

.l-lower-archive-voice-single-acf-detail-box dt {
  width: 80px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-single-acf-detail-box dt {
    width: 90px;
    font-size: 1.5rem;
  }
}
.l-lower-archive-voice-single-acf-detail-box dd {
  width: calc(100% - 80px);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-single-acf-detail-box dd {
    width: calc(100% - 90px);
    font-size: 1.5rem;
    padding: 20px;
  }
}
.l-lower-archive-voice-single-post {
  background-color: #f5f5f5;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive-voice-single-post {
    padding: 80px 20px;
  }
}
.l-lower-archive-voice-single-post-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.single-voice .l-post h2 {
  margin-top: 60px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .single-voice .l-post h2 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .single-voice .l-post h2 {
    margin-right: 60px;
    margin-left: 60px;
  }
}
.single-voice .l-post h2:first-of-type {
  margin-top: 0;
}

.single-voice .l-post p {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .single-voice .l-post p {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .single-voice .l-post p {
    margin-right: 60px;
    margin-left: 60px;
  }
}
.l-lower-archive-voice-single-connection-wrap {
  background-color: #EFEFEF;
  padding: 80px 20px 120px;
}

.l-lower-archive-voice-single-connection-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-archive-voice-single-connection-wrap h2 {
  margin-right: 0;
  margin-left: 0;
}

/* -----------------------------------------------------------------------------
		「池田建設の家づくり」ページ
		-------------------------------------------------------------------------- */
.l-lower-about-intro {
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-intro {
    padding: 95px 20px 120px;
  }
}
.l-lower-about-intro-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-intro-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-about-intro-catch-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-intro-catch-box {
    width: 48%;
  }
}
.l-lower-about-intro-catch-copy {
  font-family: "Manrope", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .l-lower-about-intro-catch-copy {
    font-size: 5rem;
  }
}
.l-lower-about-intro-catch-copy-jp {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .l-lower-about-intro-catch-copy-jp {
    font-size: 2.4rem;
  }
}
.l-lower-about-intro-txt-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-intro-txt-box {
    width: 52%;
  }
}
.l-lower-about-detail {
  padding: 0 20px 55px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-detail {
    padding: 0 20px 160px;
  }
}
.l-lower-about-detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #42465C;
  padding: 55px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-detail-inner {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-detail-inner {
    padding: 80px 60px;
  }
}
.l-lower-about-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-detail-box {
    gap: 60px;
  }
}
.l-lower-about-detail-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-detail-box li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-about-detail-item-img-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-about-detail-item-img-box {
    width: 50%;
    padding-right: 7.5%;
  }
}
.l-lower-about-detail-item-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-detail-item-txt-box {
    width: 50%;
  }
}
.l-lower-about-detail-item-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9094A3;
}
@media screen and (min-width: 768px) {
  .l-lower-about-detail-item-ttl {
    font-size: 2.4rem;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-detail-item-ttl {
    font-size: 2.8rem;
    padding: 20px 0 30px;
    margin-bottom: 40px;
  }
}
.l-lower-about-detail-item-desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.l-lower-about-contents {
  overflow: hidden;
  padding: 80px 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-about-contents {
    padding: 160px 20px;
  }
}
.l-lower-about-contents-02 {
  padding-top: 0 !important;
}

.l-lower-about-contents-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.l-lower-about-contents-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-contents-items {
    gap: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-contents-items {
    gap: 120px;
  }
}
.l-lower-about-contents-items > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-contents-items > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-about-contents-items > li:nth-of-type(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-contents-items > li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-lower-about-contents-item-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-contents-item-txt-box {
    width: 50%;
  }
}
.l-lower-about-contents-item-txt-box .m-cmn-lower-section-ttl {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-contents-item-txt-box .m-cmn-lower-section-ttl {
    margin: 30px 0 40px;
  }
}
.l-lower-about-contents-item-desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-lower-about-contents-item-desc {
    margin-bottom: 30px;
  }
}
.l-lower-about-contents-zeh-lists {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-contents-zeh-lists {
    margin-bottom: 0;
  }
}
.l-lower-about-contents-zeh-lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #DBDBDB;
}

.l-lower-about-contents-zeh-lists li:last-of-type {
  border-bottom: 1px solid #DBDBDB;
}

.l-lower-about-contents-zeh-head {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #9094A3;
  margin-bottom: 10px;
}

.l-lower-about-contents-zeh-year {
  width: 80px;
  padding: 20px 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-lower-about-contents-zeh-year {
    width: 90px;
    font-size: 1.5rem;
    padding: 24px 0;
  }
}
.l-lower-about-contents-zeh-desc {
  width: calc(100% - 80px);
  padding: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-lower-about-contents-zeh-desc {
    width: calc(100% - 90px);
    font-size: 1.5rem;
    padding: 24px 20px;
  }
}
.l-lower-about-contents-item-img-box {
  position: relative;
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-contents-item-img-box {
    width: 50%;
    padding-left: 10%;
  }
}
.l-lower-about-contents-items li:nth-of-type(2) .l-lower-about-contents-item-img-box {
  padding-left: 0;
}

.l-lower-about-contents-item-img-box-bels {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-contents-item-img-box-bels {
    width: 40% !important;
  }
}
.l-lower-about-contents-item-img02 {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-contents-item-img02 {
    width: calc(100% + 20px);
    position: absolute;
    top: 0;
    right: 80px;
  }
}
.l-lower-about-contents-item-img03 {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-contents-item-img03 {
    position: absolute;
    top: 0;
    left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-about-contents-item-img03 {
    width: 105%;
  }
}
@media screen and (min-width: 1400px) {
  .l-lower-about-contents-item-img03 {
    width: 115%;
  }
}

.l-lower-about-contents-item-img04 {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-contents-item-img04 {
    width: calc(100% + 20px);
    position: absolute;
    top: 0;
    right: 80px;
  }
}
.l-lower-about-contents-item-img05 {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-contents-item-img05 {
    position: absolute;
    top: 0;
    left: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-about-contents-item-img05 {
    width: 105%;
  }
}
@media screen and (min-width: 1400px) {
  .l-lower-about-contents-item-img05 {
    width: 115%;
  }
}

.l-lower-about-warranty {
  padding-top: 0 !important;
}

.l-lower-about-flow {
  padding: 80px 20px;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow {
    padding: 160px 20px;
  }
}
.l-lower-about-flow-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-about-flow-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-img-box {
    width: 50%;
  }
}
.l-lower-about-flow-img-box-inner {
  position: sticky;
  top: 0;
  margin-right: 0;
  padding: 30px 0;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-img-box-inner {
    margin-right: 9%;
    padding: 30px 9% 30px 0;
    background-color: #F5F5F5;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-flow-img-box-inner {
    margin-right: 15%;
    padding: 60px 15% 60px 0;
  }
}
.l-lower-about-flow-img-box-inner::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-img-box-inner::before {
    display: block;
  }
}
.l-lower-about-flow-contents-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-contents-box {
    width: 50%;
  }
}
.l-lower-about-flow-contents-ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-contents-ttl {
    margin-bottom: 80px;
  }
}
.l-lower-about-flow-contents-items {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-contents-items {
    gap: 130px;
  }
}
.l-lower-about-flow-contents-items li {
  position: relative;
}

.l-lower-about-flow-contents-items li::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #9094A3;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-contents-items li::after {
    height: 64px;
    bottom: -100px;
  }
}
.l-lower-about-flow-contents-items li:last-of-type::after {
  display: none;
}

.l-lower-about-flow-contents-item-num {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #9094A3;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-contents-item-num {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.l-lower-about-flow-contents-item-num::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #9094A3;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-lower-about-flow-contents-item-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-contents-item-ttl-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
    gap: 8px;
  }
}
.l-lower-about-flow-contents-item-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-contents-item-ttl {
    font-size: 2.4rem;
  }
}
.l-lower-about-flow-contents-item-period {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #9094A3;
}

.l-lower-about-flow-contents-item-period span {
  font-size: 1.3rem;
  background-color: #9094A3;
  padding: 0 13px;
  color: #fff;
  margin-right: 12px;
}

.l-lower-about-flow-contents-item-deco {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-contents-item-deco {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-lower-about-flow-contents-item-deco img {
  width: 240px;
}

.l-lower-about-flow-contents-item-desc {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-contents-item-desc {
    font-size: 1.6rem;
  }
}
.l-lower-about-flow-contents-item-btn {
  position: relative;
  text-align: right;
  margin-top: 15px;
  padding-right: 50px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-lower-about-flow-contents-item-btn {
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
.l-lower-about-flow-contents-item-btn a {
  color: #9094A3;
}

.l-lower-about-flow-contents-item-btn a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/cmn_ico_about_arrow.png);
  background-size: cover;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-lower-about-flow-contents-items li:last-of-type .l-lower-about-flow-contents-item-btn a::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* -----------------------------------------------------------------------------
		「会社概要」ページ
		-------------------------------------------------------------------------- */
.l-lower-company {
  background-image: url(../img/lower/company_bg.png);
  background-size: 450px;
  background-position: top 0 right -60px;
}
@media screen and (min-width: 768px) {
  .l-lower-company {
    background-size: 900px;
    background-position: top 0 right 0;
  }
}
.l-lower-company-concept-ttl-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 80px 20px 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-ttl-wrap {
    padding: 80px 0 60px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-concept-ttl-wrap {
    padding: 120px 0 80px;
  }
}
.l-lower-company-concept-ttl-us {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #9094A3;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-ttl-us {
    font-size: 1.6rem;
  }
}
.l-lower-company-concept-ttl-us::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #9094A3;
  vertical-align: 5px;
  margin-left: 8px;
}

.l-lower-company-concept-ttl {
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-ttl {
    font-size: 5.8rem;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-concept-ttl {
    font-size: 6.4rem;
  }
}
.l-lower-company-concept-ttl-jp {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-ttl-jp {
    font-size: 2rem;
  }
}
.l-lower-company-concept-detail {
  max-width: 1200px;
  margin: 0 20px 55px;
  padding: 50px 20px;
  background-color: #42465C;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-detail {
    margin: 0 auto 120px;
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-concept-detail {
    padding: 80px;
    margin: 0 auto 200px;
  }
}
.l-lower-company-concept-detail-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-detail-items {
    gap: 80px;
  }
}
.l-lower-company-concept-detail-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-detail-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-company-concept-detail-head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #636776;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-detail-head-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 250px;
    border-right: 1px solid #636776;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.l-lower-company-concept-detail-head-us {
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-detail-head-us {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-concept-detail-head-us {
    font-size: 6rem;
  }
}
.l-lower-company-concept-detail-head {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #9094A3;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-detail-head {
    font-size: 2rem;
  }
}
.l-lower-company-concept-detail-txt-box {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-detail-txt-box {
    width: calc(100% - 250px);
    padding: 20px 0 20px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-concept-detail-txt-box {
    padding: 20px 0 20px 80px;
  }
}
.l-lower-company-concept-detail-txt-head {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-detail-txt-head {
    font-size: 2.4rem;
  }
}
.l-lower-company-concept-detail-txt-head span {
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #9094A3;
  margin-right: 10px;
}

.l-lower-company-concept-detail-txt-desc {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-company-concept-detail-txt-desc {
    font-size: 1.6rem;
  }
}
.l-lower-company-history {
  padding: 80px 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history {
    padding: 120px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-history {
    padding: 160px 20px;
  }
}
.l-lower-company-history-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-history-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-company-history-ttl-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-history-ttl-box {
    width: 280px;
  }
}
.l-lower-company-history-detail-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-history-detail-box {
    width: calc(100% - 280px);
  }
}
.l-lower-company-history-detail-box::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #9094A3;
  position: absolute;
  top: 0;
  left: 40px;
}

.l-lower-company-history-detail-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-lower-company-history-detail-box dt {
  position: relative;
  width: 105px;
  padding: 8px 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #9094A3;
  background-color: #F5F5F5;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history-detail-box dt {
    font-size: 1.5rem;
    width: 180px;
  }
}
.l-lower-company-history-detail-box dd {
  width: calc(100% - 105px);
  padding: 8px 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history-detail-box dd {
    font-size: 1.5rem;
    width: calc(100% - 180px);
  }
}
.l-lower-company-access {
  padding: 80px 20px;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access {
    padding: 120px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-access {
    padding: 160px 20px;
  }
}
.l-lower-company-access-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.l-lower-company-access-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-access-ttl-wrap {
    margin-bottom: 80px;
  }
}
.l-lower-company-access-items li {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  border-top: 1px solid #DBDBDB;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-items li {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-access-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-company-access-items li:last-of-type {
  border-bottom: 1px solid #DBDBDB;
}

.l-lower-company-access-contents-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-access-contents-box {
    width: 50%;
  }
}
.l-lower-company-access-item-name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #393C52;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-item-name {
    font-size: 1.8rem;
  }
}
.l-lower-company-access-item-details div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #3D3E42;
}

.l-lower-company-access-item-details div dt {
  width: 85px;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-item-details div dt {
    font-size: 1.5rem;
  }
}
.l-lower-company-access-item-details div dd {
  width: 100%;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-item-details div dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-access-item-details div dd {
    width: calc(100% - 85px);
  }
}
.l-lower-company-access-item-shop-txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #393C52;
  margin: 30px 0 15px;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-access-item-shop-txt {
    font-size: 1.8rem;
  }
}
.l-lower-company-access-map-box {
  height: 220px;
  width: 100%;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-map-box {
    height: 280px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-access-map-box {
    width: 50%;
    margin-left: 80px;
    margin-right: 30px;
  }
}
.l-lower-company-access-map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-lower-company-overview {
  padding: 80px 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-company-overview {
    padding: 120px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-overview {
    padding: 160px 20px;
  }
}
.l-lower-company-overview-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-overview-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-company-overview-ttl-wrap {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-overview-ttl-wrap {
    width: 280px;
  }
}
.l-lower-company-overview-detail-box {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-overview-detail-box {
    width: calc(100% - 280px);
  }
}
.l-lower-company-overview-detail-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 20px 0;
  border-top: 1px solid #DBDBDB;
}
@media screen and (min-width: 768px) {
  .l-lower-company-overview-detail-box div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-company-overview-detail-box div:last-of-type {
  border-bottom: 1px solid #DBDBDB;
}

.l-lower-company-overview-detail-box dt {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-lower-company-overview-detail-box dt {
    width: 210px;
    font-size: 1.5rem;
  }
}
.l-lower-company-overview-detail-box dd {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-lower-company-overview-detail-box dd {
    width: calc(100% - 210px);
    font-size: 1.5rem;
  }
}
/* -----------------------------------------------------------------------------
		「アパート新築」ページ
		-------------------------------------------------------------------------- */
.l-lower-apart-intro {
  padding: 40px 20px 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-intro {
    padding: 90px 20px 120px;
  }
}
.l-lower-apart-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 5%;
}
@media screen and (min-width: 1000px) {
  .l-lower-apart-intro-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-lower-apart-intro-ttl-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-apart-intro-ttl-box {
    width: 45%;
  }
}
.l-lower-apart-intro-ttl-us {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  color: #9094A3;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-intro-ttl-us {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.l-lower-apart-intro-ttl {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-intro-ttl {
    font-size: 2.8rem;
  }
}
.l-lower-apart-intro-txt-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-intro-txt-box {
    gap: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-apart-intro-txt-box {
    width: 50%;
    margin-top: 10px;
  }
}
.l-lower-apart-product {
  padding: 80px 20px;
  overflow: hidden;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-product {
    padding: 160px 20px;
  }
}
.l-lower-apart-product-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-apart-product-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-apart-product-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-apart-product-txt-box {
    width: 50%;
  }
}
.l-lower-apart-product-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-product-ttl-wrap {
    margin-bottom: 70px;
  }
}
.l-lower-apart-product-txt-box .m-cmn-desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-product-txt-box .m-cmn-desc {
    margin-bottom: 30px;
  }
}
.l-lower-apart-product-img-box {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-lower-apart-product-img-box {
    width: 50%;
  }
}
.l-lower-apart-product-img-box img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-apart-product-img-box img {
    width: calc(100% + 20px);
    position: absolute;
    top: 0;
    left: 80px;
  }
}
.l-lower-apart-support {
  padding: 80px 20px;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-support {
    padding: 160px 20px;
  }
}
.l-lower-apart-support-inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.l-lower-apart-support-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-support-ttl-wrap {
    margin-bottom: 80px;
  }
}
.l-lower-apart-support-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 5%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-support-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    margin-bottom: 0;
  }
}
.l-lower-apart-support-items li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-support-items li {
    width: 30%;
  }
}
.l-lower-apart-support-items p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3D3E42;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-support-items p {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-apart-support-items p {
    font-size: 2.4rem;
  }
}
.l-lower-apart-support-btn-wrap {
  position: relative;
  top: 0;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-support-btn-wrap {
    position: absolute;
    top: 40px;
    right: 0;
  }
}
.l-lower-apart-works {
  padding: 80px 20px;
  background-color: #EFEFEF;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-works {
    padding: 120px 20px;
  }
}
.l-lower-apart-works-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-apart-works-inner .m-cmn-section-head {
  margin-bottom: 45px;
}

.l-lower-apart-works-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-works-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}
.l-lower-apart-works-items li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-works-items li {
    width: 33%;
  }
}
.l-lower-apart-works-item-img-box {
  margin-bottom: 15px;
}

.l-lower-apart-works-item-ttl {
  color: #3D3E42;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-works-item-ttl {
    font-size: 1.8rem;
  }
}
.l-lower-apart-works-item-detail-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #DBDBDB;
  padding: 8px 0;
}

.l-lower-apart-works-item-detail-box div:last-of-type {
  border-bottom: 1px solid #DBDBDB;
}

.l-lower-apart-works-item-detail-box dt {
  width: 60px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #3D3E42;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-works-item-detail-box dt {
    font-size: 1.3rem;
  }
}
.l-lower-apart-works-item-detail-box dd {
  width: calc(100% - 60px);
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #9094A3;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-works-item-detail-box dd {
    font-size: 1.3rem;
  }
}
/* -----------------------------------------------------------------------------
		「アパート新築」ページ 子ページ 共通パーツ
		-------------------------------------------------------------------------- */
.l-lower-apart-child-intro {
  padding: 40px 20px 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-apart-child-intro {
    padding: 90px 20px 120px;
  }
}
.l-lower-apart-child-intro-inner {
  max-width: 560px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.m-lower-apart-child-page {
  padding: 80px 20px;
  background-color: #EFEFEF;
}

.m-lower-apart-child-page-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1000px) {
  .m-lower-apart-child-page-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.m-lower-apart-child-page-ttl-box {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-lower-apart-child-page-ttl-box {
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .m-lower-apart-child-page-ttl-box {
    width: 250px;
  }
}
.m-lower-apart-child-page-ttl-box .l-lower-archive-back-btn-wrap {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-lower-apart-child-page-ttl-box .l-lower-archive-back-btn-wrap {
    margin-top: 30px;
    text-align: left;
  }
}
.m-lower-apart-child-page-ttl {
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #3D3E42;
}

.m-lower-apart-child-page-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .m-lower-apart-child-page-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .m-lower-apart-child-page-items {
    width: calc(100% - 250px);
  }
}
.m-lower-apart-child-page-items > li {
  position: relative;
  width: 100%;
  aspect-ratio: 335/180;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .m-lower-apart-child-page-items > li {
    width: 312px;
    aspect-ratio: 270/180;
  }
}
@media screen and (min-width: 1000px) {
  .m-lower-apart-child-page-items > li {
    width: 270px;
  }
}
.m-lower-apart-child-page-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.m-lower-apart-child-page-items li:nth-of-type(1) {
  background-image: url(../img/lower/apart_thumbnail_img01_sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .m-lower-apart-child-page-items li:nth-of-type(1) {
    background-image: url(../img/lower/apart_thumbnail_img01.jpg);
  }
}
.m-lower-apart-child-page-items li:nth-of-type(2) {
  background-image: url(../img/lower/apart_thumbnail_img02_sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .m-lower-apart-child-page-items li:nth-of-type(2) {
    background-image: url(../img/lower/apart_thumbnail_img02.jpg);
  }
}
.m-lower-apart-child-page-items li:nth-of-type(3) {
  background-image: url(../img/lower/apart_thumbnail_img03_sp.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .m-lower-apart-child-page-items li:nth-of-type(3) {
    background-image: url(../img/lower/apart_thumbnail_img03.jpg);
  }
}
.m-lower-apart-child-page-name {
  width: 100%;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 10px 10px 10px;
}
@media screen and (min-width: 1200px) {
  .m-lower-apart-child-page-name {
    font-size: 2rem;
    line-height: 1;
    padding: 0 10px 20px 20px;
  }
}

.m-lower-apart-child-page-name > a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: 10px;
  border: 1px solid #9094A3;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .m-lower-apart-child-page-name > a {
    top: -5px;
    width: 40px;
    height: 40px;
  }
}
.m-lower-apart-child-page-items > li:hover .m-lower-apart-child-page-name > a {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-lower-apart-child-page-items > li:hover .m-lower-apart-child-page-name > a {
    background-color: transparent;
  }
}
.m-lower-apart-child-page-name a > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  overflow: hidden;
}

.m-lower-apart-child-page-name a > span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: calc(50% + 13px);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-lower-apart-child-page-items > li:hover span::before {
  right: 50%;
}
@media screen and (max-width: 767px) {
  .m-lower-apart-child-page-items > li:hover span::before {
    right: calc(50% + 13px);
  }
}
.m-lower-apart-child-page-name a > span::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/cmn_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.m-lower-apart-child-page-items > li:hover span::after {
  right: -13px;
}
@media screen and (max-width: 767px) {
  .m-lower-apart-child-page-items > li:hover span::after {
    right: 50%;
  }
}
/* -----------------------------------------------------------------------------
		「賃貸ビジネス」ページ
		-------------------------------------------------------------------------- */
.l-lower-product-plan {
  padding: 80px 20px;
  overflow: hidden;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-product-plan {
    padding: 160px 20px;
  }
}
.l-lower-product-plan-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-product-plan-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-product-plan-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-product-plan-txt-box {
    width: 50%;
  }
}
.l-lower-product-plan-txt-box .m-cmn-section-head {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-product-plan-txt-box .m-cmn-section-head {
    margin-bottom: 60px;
  }
}
.l-lower-product-plan-txt-box .m-cmn-desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-product-plan-txt-box .m-cmn-desc {
    margin-bottom: 30px;
  }
}
.l-lower-product-plan-img-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 5%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-product-plan-img-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-product-plan-img-wrap img {
  width: 100%;
}

.l-lower-product-plan-detail-wrap {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5%;
}
.l-lower-product-plan-detail-box {
  width: 100%;
}
.l-lower-product-plan-detail-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 0;
  border-top: 1px solid #DBDBDB;
}

.l-lower-product-plan-detail-box div:last-of-type {
  border-bottom: 1px solid #DBDBDB;
}

.l-lower-product-plan-detail-box dt {
  width: 80px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #3D3E42;
}

.l-lower-product-plan-detail-box dd {
  width: calc(100% - 80px);
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #9094A3;
}

.l-lower-product-plan-img-box {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-lower-product-plan-img-box {
    width: 50%;
  }
}
.l-lower-product-plan-img-box img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-product-plan-img-box img {
    width: calc(100% + 20px);
    position: absolute;
    top: 0;
    left: 80px;
  }
}
/* -----------------------------------------------------------------------------
		「賃貸経営サポート」ページ
		-------------------------------------------------------------------------- */
.l-lower-support-contents-wrap {
  padding: 80px 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-support-contents-wrap {
    padding: 160px 20px;
  }
}
.l-lower-support-contents-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.l-lower-support-plan-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 5%;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-plan-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    margin-top: 40px;
    margin-bottom: 120px;
  }
}
.l-lower-support-plan-items li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-support-plan-items li {
    width: 32%;
  }
}
.l-lower-support-plan-items li img {
  margin-bottom: 20px;
}

.l-lower-support-desc {
  margin-top: 40px;
}

.l-lower-support-guarantee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 55px 7%;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-support-guarantee-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7%;
  }
}
.l-lower-support-guarantee-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-lower-support-guarantee-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-support-guarantee-box {
    width: 500px;
  }
}
.l-lower-support-guarantee-box img {
  max-width: 255px;
  aspect-ratio: 1/1;
}

/* -----------------------------------------------------------------------------
		「品質と性能」ページ
		-------------------------------------------------------------------------- */
.l-lower-quality-contents-wrap {
  overflow: hidden;
  padding: 80px 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-quality-contents-wrap {
    padding: 120px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-quality-contents-wrap {
    padding: 160px 20px;
  }
}
.l-lower-quality-contents-wrap:last-child {
  padding-top: 0 !important;
}

.l-lower-quality-contents-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.l-lower-quality-contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-quality-contents-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-quality-contents-item-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-quality-contents-item-txt-box {
    width: 50%;
  }
}
.l-lower-quality-contents-item-txt-box .m-cmn-section-head {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-quality-contents-item-txt-box .m-cmn-section-head {
    margin-bottom: 60px;
  }
}
.l-lower-quality-contents-item-txt-box .m-cmn-desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-quality-contents-item-txt-box .m-cmn-desc {
    margin-bottom: 30px;
  }
}
.l-lower-quality-contents-item-img-box {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-lower-quality-contents-item-img-box {
    width: 50%;
  }
}
.l-lower-quality-contents-item-img-box img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-quality-contents-item-img-box img {
    width: calc(100% + 20px);
    position: absolute;
    top: 0;
    left: 80px;
  }
}
.l-lower-quality-contents-detail-box {
  padding: 40px 20px;
  background-color: #EFEFEF;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-quality-contents-detail-box {
    padding: 120px 20px 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-quality-contents-detail-box {
    margin-top: 140px;
  }
}
.l-lower-quality-contents-detail-inner {
  max-width: 880px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-quality-contents-detail-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
.l-lower-quality-contents-detail-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-quality-contents-detail-item {
    width: 400px;
  }
}
.l-lower-quality-contents-detail-item img {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-quality-contents-detail-item img {
    margin-bottom: 20px;
  }
}
.l-lower-quality-contents-detail-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3D3E42;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-quality-contents-detail-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.l-lower-quality-contents-detail-small {
  border-top: 1px solid #DBDBDB;
  padding-top: 10px;
  margin-top: 20px;
  color: #9094A3;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-quality-contents-detail-small {
    font-size: 1.3rem;
    margin-top: 30px;
  }
}
.l-lower-quality-contents-detail-small span {
  margin-right: 20px;
}

/* -----------------------------------------------------------------------------
		「定期点検・リフォーム」ページ
		-------------------------------------------------------------------------- */
.l-lower-request-tab-area {
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid;
  cursor: pointer; /* カーソルポインターに */
  color: #000;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-request-tab-area {
    margin-bottom: 30px;
  }
}
.l-lower-request-tab {
  width: 50%;
  padding: 15px 5px;
  text-align: center;
  line-height: 1.6;
}

.l-lower-request-tab:nth-child(n+2) {
  border-left: 2px solid;
}

.l-lower-request-tab.active {
  background-color: #CCCCCC;
  color: #000;
}

.l-lower-request-panel {
  display: none;
  text-align: center;
  color: #000;
}

.l-lower-request-panel.active {
  display: block;
}

.l-lower-request-panel-area p {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.lower-request-panel-area-desc {
  color: #000;
  margin-bottom: 10px !important;
}

.lower-request-panel-area-line {
  width: 200px;
  margin: 0 auto 30px;
}

/* -----------------------------------------------------------------------------
		「来場予約」ページ
		-------------------------------------------------------------------------- */
.l-lower-entry-inner {
  max-width: 720px;
  margin: 0 auto;
}

.l-lower-entry-desc {
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}

.l-lower-entry-tel-wrap {
  margin: 50px auto 0;
}

.l-lower-entry h4 {
  text-align: center;
}

/* -----------------------------------------------------------------------------
		l-lower-custom-home
		-------------------------------------------------------------------------- */
.l-lower-custom-home-intro {
  padding: 40px 20px 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-custom-home-intro {
    padding: 90px 20px 120px;
  }
}
.l-lower-custom-home-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 5%;
}
@media screen and (min-width: 1000px) {
  .l-lower-custom-home-intro-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-lower-custom-home-intro-ttl-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-custom-home-intro-ttl-box {
    width: 45%;
  }
}
.l-lower-custom-home-intro-ttl-us {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  color: #9094A3;
}
@media screen and (min-width: 768px) {
  .l-lower-custom-home-intro-ttl-us {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.l-lower-custom-home-intro-ttl {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .l-lower-custom-home-intro-ttl {
    font-size: 2.8rem;
  }
}
.l-lower-custom-home-intro-txt-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-custom-home-intro-txt-box {
    gap: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-custom-home-intro-txt-box {
    width: 50%;
    margin-top: 10px;
  }
}
.l-lower-custom-home-strengths {
  padding: 80px 20px;
  overflow: hidden;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-custom-home-strengths {
    padding: 160px 20px;
  }
}
.l-lower-custom-home-strengths-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-custom-home-strengths-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-custom-home-strengths-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-custom-home-strengths-txt-box {
    width: 50%;
  }
}
.l-lower-custom-home-strengths-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-custom-home-strengths-ttl-wrap {
    margin-bottom: 70px;
  }
}
.l-lower-custom-home-strengths-txt-box .m-cmn-desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-custom-home-strengths-txt-box .m-cmn-desc {
    margin-bottom: 30px;
  }
}
.l-lower-custom-home-strengths-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-custom-home-strengths-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-lower-custom-home-strengths-items li {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-custom-home-strengths-items li {
    max-width: 255px;
    width: 33.33%;
  }
}
.l-lower-custom-home-strengths-items li div {
  margin-bottom: 40px;
}

.l-lower-custom-home-strengths-items li p {
  font-size: 1.6rem;
  color: #3D3E42;
  letter-spacing: 0.1em;
  line-height: 2;
}

/* -----------------------------------------------------------------------------
		l-lower-land-sale
		-------------------------------------------------------------------------- */
.l-lower-land-sale-box {
  padding: 80px 20px;
  overflow: hidden;
  background-color: #F5F5F5;
}
@media screen and (min-width: 1000px) {
  .l-lower-land-sale-box {
    padding: 100px 20px;
  }
}
.l-lower-land-sale-box-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .l-lower-land-sale-box-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.l-lower-land-sale-box-inner:first-of-type {
  margin-bottom: 50px;
}

.l-lower-land-sale-box-title {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-land-sale-box-title {
    width: 50%;
  }
}
.l-lower-land-sale-box-title > h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
  color: #484E76;
}
@media screen and (min-width: 768px) {
  .l-lower-land-sale-box-title > h3 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
.l-lower-land-sale-box-title > h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #484E76;
  vertical-align: -4px;
  margin-right: 10px;
}

.l-lower-land-sale-box-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-land-sale-box-title-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
.l-lower-land-sale-box-title-inner-img {
  max-width: 250px;
}

.l-lower-land-sale-detail-box-wrap {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-land-sale-detail-box-wrap {
    width: 50%;
  }
}
.l-lower-land-sale-detail-box {
  margin-bottom: 30px;
}
.l-lower-land-sale-detail-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0 2px 0;
  border-top: 1px solid #DBDBDB;
}

.l-lower-land-sale-detail-box > div:first-of-type {
  border-top: 0;
}

.l-lower-land-sale-detail-box > div:last-of-type {
  border-bottom: 1px solid #DBDBDB;
}

.l-lower-land-sale-detail-box dt {
  width: 80px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #3D3E42;
}

.l-lower-land-sale-detail-box dd {
  width: calc(100% - 80px);
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #9094A3;
}

.swiper-land-sale {
  padding: 0;
}
.l-lower-land-sale-box-swiper {
  aspect-ratio: 560/420;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-land-sale-box-swiper {
    width: calc(50% - 80px);
  }
}
.swiper-land-sale .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-land-sale .swiper-slide img {
  aspect-ratio: 560/420;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

.swiper-land-sale .swiper-slide.swiper-slide-active img {
  opacity: 1;
}

.swiper-land-sale .swiper-slide {
  background-color: #fff;
}

/* ページネーション全体 */
.l-lower-land-sale-box-swiper .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px; /* 棒同士の間隔 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -10px;
}
/* 各バレット */
.l-lower-land-sale-box-swiper .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px; /* 横幅30px固定 */
  height: 1px;
  background: #9094A3;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* アクティブ時（現在のスライド位置） */
.l-lower-land-sale-box-swiper .swiper-pagination-bullet-active {
  height: 3px;
  background: #fff;
}

.l-lower-land-sale-box-swiper .swiper-button-prev,
.l-lower-land-sale-box-swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0 !important;
}
@media screen and (min-width: 1000px) {
  .l-lower-land-sale-box-swiper .swiper-button-prev,
  .l-lower-land-sale-box-swiper .swiper-button-next {
    width: 80px;
    height: 80px;
  }
}
/* デフォルト矢印を消す */
.l-lower-land-sale-box-swiper .swiper-button-prev::after,
.l-lower-land-sale-box-swiper .swiper-button-next::after {
  content: none;
}

/* 左矢印 */
.l-lower-land-sale-box-swiper .swiper-button-prev {
  left: -24px;
  background: url("../img/common/cmn_ico_pickup_slide_arrow_left.png") no-repeat center/contain;
}
@media screen and (min-width: 1000px) {
  .l-lower-land-sale-box-swiper .swiper-button-prev {
    left: -40px;
  }
}
/* 右矢印 */
.l-lower-land-sale-box-swiper .swiper-button-next {
  right: -24px;
  background: url("../img/common/cmn_ico_pickup_slide_arrow.png") no-repeat center/contain;
}
@media screen and (min-width: 1000px) {
  .l-lower-land-sale-box-swiper .swiper-button-next {
    right: -40px;
  }
}
.l-lower-land-sale-box-title-inner-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-land-sale-box-title-inner-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50%;
    gap: 30px;
  }
}
.l-lower-land-sale-map-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-land-sale-map-box {
    width: calc(50% - 80px);
  }
}
.l-lower-land-sale-map-box iframe {
  aspect-ratio: 560/420;
  width: 100%;
}

.l-lower-land-sale-box-bg-glay {
  background-color: #EFEFEF;
}