@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
	l-breadcrumb
	-------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 50px;
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap {
    display: block;
    font-size: 1.4rem;
    text-align: right;
    margin: 0 auto 70px;
  }
}
.l-breadcrumbs-wrap span a {
  color: #4A48DF;
  text-decoration: underline;
}

body.post-type-archive-works .l-breadcrumbs-wrap,
body.single-works .l-breadcrumbs-wrap,
body.blog .l-breadcrumbs-wrap,
body.category .l-breadcrumbs-wrap,
body.single-post .l-breadcrumbs-wrap,
body.single-works .l-breadcrumbs-wrap,
body.single-works .l-breadcrumbs-wrap {
  max-width: 1600px;
}

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

.l-post p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-post p {
    font-size: 1.8rem;
    margin-top: 50px;
  }
}
.l-post img {
  width: initial;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-post img {
    margin-top: 50px;
  }
}
.l-post h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-post h2 {
    font-size: 3.2rem;
    margin-top: 50px;
  }
}
.l-post h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D5D0CC;
}
@media screen and (min-width: 768px) {
  .l-post h3 {
    font-size: 2.4rem;
    margin-top: 50px;
  }
}
.l-post h4,
.l-post h5,
.l-post h6 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-post h4,
  .l-post h5,
  .l-post h6 {
    font-size: 2rem;
    margin-top: 40px;
  }
}
.l-post > ul {
  margin-top: 20px;
}
.l-post > ul > li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  text-indent: -14px;
  padding-left: 19px;
}
@media screen and (min-width: 768px) {
  .l-post > ul > li {
    font-size: 1.8rem;
  }
}
.l-post > ul > li:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons {
    margin-top: 50px;
  }
}
.l-post .wp-block-button__link {
  background-color: #fff !important;
  border: 1px solid #444444;
  border-radius: 4px;
  color: #222;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 12px 45px;
}

.l-post .wp-block-button__link:hover {
  opacity: 0.7;
}

.l-post .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_right_black.png);
  background-size: cover;
  margin-left: 10px;
}

.l-post .wp-block-table {
  margin-top: 20px;
}

.l-post .wp-block-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #D5D0CC;
  }
}
.l-post .wp-block-table tr:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-table tr:last-of-type {
    border-bottom: 1px solid #D5D0CC;
  }
}
.l-post .wp-block-table td:first-of-type {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  width: 100%;
  padding: 13px 15px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-table td:first-of-type {
    width: 255px;
    padding: 20px 25px;
    font-size: 1.8rem;
  }
}
.l-post .wp-block-table td:not(:first-of-type) {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 13px 15px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-table td:not(:first-of-type) {
    padding: 20px 25px;
    font-size: 1.8rem;
  }
}
.l-post .wp-block-table td {
  display: block;
  width: 100%;
  border: none;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-table td {
    display: inline-block;
    /*width: auto;*/
  }
}
/* -----------------------------------------------------------------------------
   topics 詳細ページ
   -------------------------------------------------------------------------- */
.l-lower-topics-single {
  padding: 0 20px;
}

.l-lower-topics-single-bg-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: 60px;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-lower-topics-single-bg-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10%;
  }
}
.l-lower-topics-single-inner {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-topics-single-inner {
    width: 60%;
  }
}
.l-lower-topics-single-post-ttl {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-single-post-ttl {
    font-size: 4.8rem;
    margin-bottom: 25px;
  }
}
.l-lower-works-topics-post-date {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-topics-post-date {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}
.l-lower-topics-category-lists-ttl {
  margin-bottom: 20px;
}

.l-lower-topics-category-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid #D5D0CC;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-category-lists {
    gap: 15px;
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
.l-lower-topics-category-lists li a {
  display: inline-block;
  border: 1px solid #D5D5D5;
  font-size: 1.4rem;
  padding: 10px 15px;
  border-radius: 4px;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-category-lists li a {
    font-size: 1.8rem;
    padding: 10px 25px;
  }
}
.l-lower-topics-category-lists li.is-current-category a {
  background-color: #666666;
  color: #fff;
}

.l-lower-topics-single-footer-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #D5D0CC;
  padding: 30px 0 60px;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-single-footer-box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .l-lower-topics-single-footer-box {
    -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: 0;
  }
}

.l-lower-topics-single-footer-categories {
  width: 100%;
  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: 5px;
}
@media screen and (min-width: 1400px) {
  .l-lower-topics-single-footer-categories {
    width: 70%;
  }
}

.l-lower-topics-single-footer-categories li {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-single-footer-categories li {
    font-size: 1.2rem;
  }
}
.l-lower-topics-single-footer-categories li a {
  display: block;
  background-color: #222;
  border-radius: 4px;
  color: #fff;
  padding: 2px 15px;
}

.l-lower-topics-single-sns-share-box {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
@media screen and (min-width: 1400px) {
  .l-lower-topics-single-sns-share-box {
    width: 30%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.l-lower-topics-single-sns-share-box > a > img {
  width: 44px;
  margin-top: 0;
}

.l-lower-topics-single-author-box {
  border-radius: 4px;
  padding: 60px 65px;
  background-image: url(../img/lower/single_author_bg.jpg);
  background-size: cover;
}

.l-lower-topics-single-author-box-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;
}

.l-lower-topics-single-author-name {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0 !important;
}

.l-lower-topics-single-author-profile {
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
}

.l-lower-topics-single-other-post-link {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-single-other-post-link {
    margin-top: 50px;
  }
}
.l-lower-topics-single-other-post-link-prev a,
.l-lower-topics-single-other-post-link-next a {
  position: relative;
  font-size: 1.4rem;
  width: 140px;
  display: block;
  border: 1px solid #444444;
  border-radius: 4px;
  color: #222222;
}

.l-lower-topics-single-other-post-link-prev a {
  padding: 5px 30px 5px 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-single-other-post-link-prev a {
    padding: 10px 30px 10px 50px;
  }
}
.l-lower-topics-single-other-post-link-next a {
  padding: 5px 50px 5px 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-single-other-post-link-next a {
    padding: 10px 50px 10px 30px;
  }
}
.l-lower-topics-single-other-post-link-prev a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_right_black.png);
  background-size: cover;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  position: absolute;
  top: 50%;
  left: 30px;
}

.l-lower-topics-single-other-post-link-next a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_right_black.png);
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}

.l-lower-topics-single-topics-inner {
  max-width: 1600px;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-single-topics-inner {
    margin: 80px auto 0;
  }
}
.l-lower-topics-single-topics-ttl {
  margin-bottom: 25px;
}

.l-lower-topics-single-aside-wrap {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-lower-topics-single-aside-wrap {
    width: 30%;
  }
}
.l-lower-topics-single-aside-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-single-aside-inner {
    position: sticky;
    top: 80px;
    right: 0;
  }
}
.l-lower-topics-single-aside-inner .l-lower-topics-single-aside-ttl {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #D5D0CC !important;
  margin-bottom: 20px !important;
}

.l-lower-topics-single-aside-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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-single-aside-categories {
    gap: 25px;
  }
}
.l-lower-topics-single-aside-categories li a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  background-color: #fff;
  color: #222222;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-single-aside-categories li a {
    font-size: 1.8rem;
    padding: 10px 25px;
  }
}
.l-lower-topics-single-aside-categories li a:hover {
  background-color: #666666;
  color: #fff;
}

/* -----------------------------------------------------------------------------
   works 詳細ページ
   -------------------------------------------------------------------------- */
.l-lower-works-single {
  padding: 0 20px;
}

.l-lower-works-single-bg-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: 60px;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-single-bg-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10%;
  }
}
.l-lower-works-single-inner {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-single-inner {
    width: 60%;
  }
}
.l-lower-works-single-post-ttl {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-single-post-ttl {
    font-size: 4.8rem;
    margin-bottom: 25px;
  }
}
.l-lower-works-single-post-category li {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-lower-works-single-post-category li {
    font-size: 1.6rem;
  }
}
.l-lower-works-single-post-category li a {
  color: #666666;
}

.l-lower-works-single .m-cmn-pop-interview-wrap {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-single .m-cmn-pop-interview-wrap {
    margin-top: 160px;
  }
}
.l-lower-works-single-aside-wrap {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-single-aside-wrap {
    width: 30%;
  }
}
.l-lower-works-single-aside-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lower-works-single-aside-inner {
    position: sticky;
    top: 80px;
    right: 0;
  }
}
.l-lower-works-single-aside-inner .l-lower-works-single-aside-ttl {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #D5D0CC !important;
  margin-bottom: 10px !important;
}

.l-lower-works-single-aside-inner .l-lower-works-single-aside-ttl:nth-of-type(2) {
  margin-top: 50px !important;
}

.l-lower-works-single-aside-shop-ttl {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-lower-works-single-aside-shop-ttl {
    font-size: 1.8rem;
  }
}
.l-lower-works-single-aside-shop-address {
  margin-bottom: 10px;
}

.l-lower-works-single-aside-shop-tel {
  margin-bottom: 10px;
}

.l-lower-works-single-aside-shop-url {
  display: block;
  color: #4A48DF !important;
  text-decoration: underline;
  margin-bottom: 10px;
}

.l-lower-works-single-aside-inner .sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}

.l-lower-works-single-aside-inner .sns-links li {
  width: 44px;
}

.l-lower-works-single-topics-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.l-lower-works-single-topics-ttl {
  margin: 50px 0 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-single-topics-ttl {
    margin: 80px 0 40px;
  }
}
/* -----------------------------------------------------------------------------
	  toc
    -------------------------------------------------------------------------- */
#toc_container {
  width: 100% !important;
  padding: 30px !important;
  border-radius: 4px !important;
  border: 1px solid #D5D5D5 !important;
  background-color: #F5F5F5 !important;
  margin-top: 30px;
}

#toc_container p.toc_title {
  text-align: left !important;
}

#toc_container span.toc_number {
  color: #222222;
}

#toc_container a {
  color: #4A48DF;
  text-decoration: underline !important;
}

/* -----------------------------------------------------------------------------
	wp-pagenavi
    -------------------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi .current,
.wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.4rem;
  color: #666666;
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  line-height: 3;
}

.wp-pagenavi .current {
  background-color: #D5D5D5;
  border-radius: 4px;
  color: #222222;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  color: #666666;
}

/* -----------------------------------------------------------------------------
		l-404
		-------------------------------------------------------------------------- */
.l-404 {
  padding: 200px 20px 100px;
}
@media screen and (min-width: 768px) {
  .l-404 {
    padding: 200px 60px 100px;
  }
}
.l-404-inner {
  max-width: 1600px;
  margin: 0 auto;
}

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

/* -----------------------------------------------------------------------------
		下層ページ共通ヒーロ l-lower-hero
		-------------------------------------------------------------------------- */
.l-lower-hero-wrap {
  height: 220px;
  width: 100%;
  border-bottom: 1px solid #D5D0CC;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-wrap {
    height: 250px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-wrap {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-hero-wrap {
    height: 400px;
  }
}

.l-lower-hero-inner {
  height: 100%;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-inner {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-inner {
    padding-bottom: 60px;
  }
}
.l-lower-hero-ttl-us {
  font-family: "DM Serif Text", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #D5D5D5;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-ttl-us {
    font-size: 6rem;
    margin-bottom: 15px;
    letter-spacing: 0.16em;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-ttl-us {
    font-size: 8rem;
  }
}
.l-lower-hero-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-ttl {
    font-size: 2.4rem;
  }
}
/* -----------------------------------------------------------------------------
		下層ページ　共通セクションタイトル
		-------------------------------------------------------------------------- */
.m-cmn-section-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-ttl {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1000px) {
  .m-cmn-section-ttl {
    font-size: 3.2rem;
  }
}
.m-cmn-section-sub-ttl {
  font-size: 2rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .m-cmn-section-sub-ttl {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 1000px) {
  .m-cmn-section-sub-ttl {
    font-size: 2.4rem !important;
  }
}
/* -----------------------------------------------------------------------------
		下層ページ　contact共通バナー スタイル調整
		-------------------------------------------------------------------------- */
.blog .m-cv-wrap,
.archive .m-cv-wrap {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .blog .m-cv-wrap,
  .archive .m-cv-wrap {
    margin-top: 80px;
  }
}
.single-post .m-cv-wrap {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .single-post .m-cv-wrap {
    margin-top: 80px;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-company
   -------------------------------------------------------------------------- */
.l-lower-company {
  padding: 0 20px;
}

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

.l-lower-company-main-img-box {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-main-img-box {
    margin-bottom: 80px;
  }
}
.l-lower-company-main-img-box img {
  border-radius: 4px;
}

.l-lower-company-about {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about {
    margin-bottom: 80px;
  }
}
.l-lower-company-about-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about-ttl {
    margin-bottom: 40px;
  }
}
.l-lower-company-about-item {
  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;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #D5D5D5;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-lower-company-about-item:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about-item:last-of-type {
    border-bottom: 1px solid #D5D5D5;
  }
}
.l-lower-company-about-item dt {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  background-color: #F5F5F5;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about-item dt {
    width: 255px;
    font-size: 1.8rem;
    padding: 20px 25px;
  }
}
.l-lower-company-about-item dd {
  width: 100%;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about-item dd {
    width: calc(100% - 255px);
    padding: 20px 25px;
  }
}
.l-lower-company-about-item-address-box:first-of-type {
  margin-bottom: 30px;
}

.l-lower-company-about-item-address-head {
  font-weight: 700;
}

.l-lower-company-about-item-sns-logo {
  display: inline-block;
  width: 32px;
  margin-right: 13px;
}

.l-lower-company-about-item-address-box a {
  color: #666666;
  text-decoration: underline;
}

.l-lower-company-about-item-address-box a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_right_gray.png);
  background-size: cover;
  margin-left: 15px;
}

.l-lower-company-about-item ul li {
  position: relative;
  padding-left: 20px;
}

.l-lower-company-about-item ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: #222;
  position: absolute;
  top: 10px;
  left: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about-item ul li::before {
    top: 14px;
  }
}
.l-lower-company-access {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access {
    margin-bottom: 80px;
  }
}
.l-lower-company-access-ttl {
  margin-bottom: 40px;
}

.l-lower-company-access-details {
  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-company-access-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-lower-company-access-item {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-access-item {
    width: 47.5%;
  }
}
.l-lower-company-access-item-ttl {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #D5D0CC;
  margin-bottom: 20px;
}

.l-lower-company-access-item-address {
  margin-bottom: 20px;
}

.l-lower-company-access-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62%;
}

.l-lower-company-access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* -----------------------------------------------------------------------------
   l-lower-staff
   -------------------------------------------------------------------------- */
.l-lower-staff-intro {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-intro {
    margin-bottom: 80px;
  }
}
.l-lower-staff-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: 30px 5%;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-intro-inner {
    gap: 40px 5%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-intro-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-lower-staff-intro-txt-box {
  width: 100%;
  padding-top: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-intro-txt-box {
    width: 47.5%;
    padding-top: 25px;
  }
}
.l-lower-staff-intro-txt-box .m-cmn-section-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-intro-txt-box .m-cmn-section-ttl {
    margin-bottom: 40px;
  }
}
.l-lower-staff-intro-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-intro-img-box {
    width: 500px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-intro-img-box {
    width: 47.5%;
  }
}
.l-lower-staff-intro-img-box img {
  border-radius: 4px;
}

.l-lower-staff-president {
  background-color: #F5F5F5;
  padding: 80px 20px 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-president {
    padding: 120px 20px 60px;
  }
}
.l-lower-staff-president-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-staff-president-img-box {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-president-img-box {
    margin-bottom: 30px;
  }
}
.l-lower-staff-president-img-box img {
  border-radius: 4px;
}

.l-lower-staff-president-txt-box {
  position: relative;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-president-txt-box {
    padding-left: 33%;
  }
}
.l-lower-staff-president-txt-box .m-cmn-section-sub-ttl {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-president-txt-box .m-cmn-section-sub-ttl {
    margin-bottom: 25px;
  }
}
.l-lower-staff-president-name {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-president-name {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
.l-lower-staff-president-name p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-president-name p {
    font-size: 2.4rem;
    text-align: left;
  }
}
.l-lower-staff-president-name span {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.l-lower-staff-lists-wrap {
  padding: 60px 20px;
}

.l-lower-staff-lists {
  max-width: 1200px;
  margin: 0 auto;
  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: 30px 3%;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-lists {
    gap: 40px 3%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-lists {
    gap: 60px 5%;
  }
}
.l-lower-staff-lists > li {
  width: 48.5%;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-lists > li {
    font-size: 2.4rem;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-lists > li {
    width: 47.5%;
  }
}
.l-lower-staff-lists > li > img {
  border-radius: 4px;
}

.l-lower-staff-list-item-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-list-item-info-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0 15px;
    gap: 15px;
  }
}
.l-lower-staff-list-item-info-job-categories {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.l-lower-staff-list-item-info-job-categories > li {
  display: inline;
  background-color: #222;
  padding: 4px 13px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-size: 1.1rem;
  line-height: 1;
}

.l-lower-staff-partner {
  padding: 0 20px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner {
    margin-bottom: 65px;
  }
}
.l-lower-staff-partner-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 30px 10px;
  background-color: #F5F5F5;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-inner {
    padding: 70px 60px 40px;
  }
}
.l-lower-staff-partner-head-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: 10px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-head-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-partner-head-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-staff-partner-head-ttl-us {
  font-family: "DM Serif Text", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #D5D5D5;
  margin-right: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-head-ttl-us {
    font-size: 3.8rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-partner-head-ttl-us {
    margin-right: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-staff-partner-head-ttl-us {
    font-size: 4.8rem;
  }
}

.l-lower-staff-partner-head-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-head-ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-partner-head-ttl {
    margin-right: 40px;
  }
}
.l-lower-staff-partner-head-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-head-desc {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-partner-head-desc {
    text-align: left;
  }
}
.l-lower-staff-partner-items {
  width: 100%;
  margin: 0 auto;
  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: 3.5%;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-items {
    width: 350px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-partner-items {
    width: 100%;
  }
}
.l-lower-staff-partner-items:first-of-type {
  border-bottom: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-partner-items:first-of-type {
    border-bottom: 1px solid #D5D5D5;
  }
}
.l-lower-staff-partner-items li {
  width: 100%;
  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: 12px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-items li {
    padding: 24px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-partner-items li {
    width: 31%;
  }
}
.l-lower-staff-partner-items li img {
  width: 80px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-items li img {
    width: 95px;
  }
}
.l-lower-staff-partner-item-txt-box {
  width: calc(100% - 80px);
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-item-txt-box {
    width: calc(100% - 95px);
  }
}
.l-lower-staff-partner-item-name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-item-name {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.l-lower-staff-partner-items li .l-lower-staff-partner-item-name a {
  color: #222;
}

.l-lower-staff-partner-items li .l-lower-staff-partner-item-name a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_gaibu_black.png);
  background-size: cover;
  margin-left: 5px;
}

.l-lower-staff-partner-item-desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-partner-item-desc {
    font-size: 1.4rem;
  }
}
.l-lower-staff-recruitment-box {
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-recruitment-box {
    margin-bottom: 120px;
  }
}
.l-lower-staff-recruitment-box-inner {
  max-width: 1200px;
  margin: 0 auto;
  border: 2px solid #D5D5D5;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-recruitment-box-inner {
    padding: 40px;
  }
}
.l-lower-staff-recruitment-box-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-recruitment-box-ttl {
    font-size: 2rem;
  }
}
.l-lower-staff-recruitment-box-desc {
  max-width: 756px;
  margin: 0 auto;
}

.l-lower-staff-recruitment-bnr {
  padding: 0 20px;
}

.l-lower-staff-recruitment-bnr-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 80px 75%;
  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;
  background-color: #D5D0CC;
  background-image: url(../img/lower/staff_img08_sp.jpg);
  background-size: contain;
  background-position: bottom right;
  border-radius: 4px;
  gap: 40px;
}
@media screen and (min-width: 480px) {
  .l-lower-staff-recruitment-bnr-inner {
    padding: 60px 80px 68%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-recruitment-bnr-inner {
    padding: 60px 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    background-image: url(../img/lower/staff_img08.png);
    background-position: top right;
  }
}
.l-lower-staff-recruitment-bnr-ttl-box {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-recruitment-bnr-ttl-box {
    width: 30%;
    text-align: left;
  }
}
.l-lower-staff-recruitment-bnr-ttl-us {
  font-family: "DM Serif Text", serif;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-recruitment-bnr-ttl-us {
    font-size: 6.4rem;
    margin-bottom: 25px;
  }
}
.l-lower-staff-recruitment-bnr-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-recruitment-bnr-ttl {
    font-size: 1.6rem;
  }
}
.l-lower-staff-recruitment-bnr-btn {
  font-family: "Noto Sans JP", sans-serif;
  width: 270px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  background-color: #222222;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-recruitment-bnr-btn {
    width: 290px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-staff-recruitment-bnr-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.l-lower-staff-recruitment-bnr-btn:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-recruitment-bnr-btn:hover {
    opacity: 0.7;
  }
}
.l-lower-staff-recruitment-bnr-btn a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background-image: url(../img/common/cmn_ico_recruit_white.png);
  background-size: cover;
  margin-left: 15px;
  vertical-align: -2px;
}

.l-lower-staff-recruitment-bnr-btn a {
  display: block;
  color: #fff;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-recruitment-bnr-btn a {
    padding: 25px 0;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-guide
   -------------------------------------------------------------------------- */
.l-lower-guide-intro {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-intro {
    margin-bottom: 80px;
  }
}
.l-lower-guide-intro-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-intro-inner {
    padding-bottom: 90px;
  }
}
.l-lower-guide-intro-ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-intro-ttl {
    margin-bottom: 40px;
  }
}
.l-lower-guide-intro-desc {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-intro-desc {
    margin-bottom: 70px;
  }
}
.l-lower-guide-intro-subttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 3px 5px;
  background-color: #F4EA5C;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-intro-subttl {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.l-lower-guide-intro-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.l-lower-guide-intro-details li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-indent: -34px;
  padding-left: 34px;
}

.l-lower-guide-intro-details li::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/lower/ico_guide_lists.png);
  background-size: cover;
  vertical-align: middle;
  margin-right: 8px;
}

.l-lower-guide-intro-deco {
  width: 100%;
  position: relative;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-intro-deco {
    width: 200px;
    position: absolute;
    bottom: -50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-intro-deco {
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-guide-intro-deco {
    width: 300px;
  }
}

.l-lower-guide-contents-wrap {
  padding: 80px 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-wrap {
    padding: 120px 20px;
  }
}
.l-lower-guide-contents-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-guide-contents-tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.l-lower-guide-contents-tab {
  position: relative;
  width: 50%;
  padding: 8px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-tab {
    font-size: 2rem;
    padding: 15px;
  }
}
.l-lower-guide-contents-tab.active::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(../img/lower/guide_ico_triangle_black.png);
  background-size: cover;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-lower-guide-contents-tab.active {
  background-color: #222;
  color: #fff;
}

.l-lower-guide-contents-tab:nth-of-type(1) {
  border-radius: 4px 0 0 4px;
}

.l-lower-guide-contents-tab:nth-of-type(2) {
  border-radius: 0 4px 4px 0;
}

.l-lower-guide-contents-panel {
  display: none;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel {
    padding-top: 50px;
  }
}
.l-lower-guide-contents-panel.active {
  display: block;
}

.l-lower-guide-contents-panel-possible-intro {
  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: 30px 5%;
  margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-possible-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-lower-guide-contents-panel-possible-intro-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-possible-intro-txt-box {
    width: 47.5%;
  }
}
.l-lower-guide-contents-panel-possible-intro-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-intro-ttl {
    margin-bottom: 40px;
  }
}
.l-lower-guide-contents-panel-possible-intro-img-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-possible-intro-img-box {
    width: 47.5%;
  }
}
.l-lower-guide-contents-panel-possible-intro-img-box img {
  border-radius: 4px;
}

.l-lower-guide-contents-panel-possible-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: 45px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-items {
    gap: 65px;
  }
}
.l-lower-guide-contents-panel-possible-item {
  padding: 40px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-item {
    padding: 65px;
  }
}
.l-lower-guide-contents-panel-possible-ttl-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: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-ttl-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;
    gap: 65px;
    margin-bottom: 45px;
  }
}
.l-lower-guide-contents-panel-possible-ttl-us {
  font-family: "DM Serif Text", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.5;
  color: #D5D5D5;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-ttl-us {
    font-size: 4.8rem;
  }
}
.l-lower-guide-contents-panel-possible-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-ttl {
    font-size: 2rem;
  }
}
.l-lower-guide-contents-panel-possible-ttl span {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-ttl span {
    font-size: 1.6rem;
  }
}
.l-lower-guide-contents-panel-possible-details {
  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 4%;
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-possible-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
  }
}
.l-lower-guide-contents-panel-possible-details li {
  position: relative;
  width: 100%;
  padding-left: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-details li {
    padding-left: 95px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-possible-details li {
    width: 31%;
  }
}
.l-lower-guide-contents-panel-possible-details li::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-details li::before {
    width: 80px;
    height: 80px;
    top: -10px;
  }
}
#support .l-lower-guide-contents-panel-possible-details li:nth-of-type(1)::before {
  background-image: url(../img/lower/guide_support_ico01.png);
}

#support .l-lower-guide-contents-panel-possible-details li:nth-of-type(2)::before {
  background-image: url(../img/lower/guide_support_ico02.png);
}

#support .l-lower-guide-contents-panel-possible-details li:nth-of-type(3)::before {
  background-image: url(../img/lower/guide_support_ico03.png);
}

#design .l-lower-guide-contents-panel-possible-details li:nth-of-type(1)::before {
  background-image: url(../img/lower/guide_design_ico01.png);
}

#design .l-lower-guide-contents-panel-possible-details li:nth-of-type(2)::before {
  background-image: url(../img/lower/guide_design_ico02.png);
}

#design .l-lower-guide-contents-panel-possible-details li:nth-of-type(3)::before {
  background-image: url(../img/lower/guide_design_ico03.png);
}

#operation .l-lower-guide-contents-panel-possible-details li:nth-of-type(1)::before {
  background-image: url(../img/lower/guide_operation_ico01.png);
}

#operation .l-lower-guide-contents-panel-possible-details li:nth-of-type(2)::before {
  background-image: url(../img/lower/guide_operation_ico02.png);
}

#operation .l-lower-guide-contents-panel-possible-details li:nth-of-type(3)::before {
  background-image: url(../img/lower/guide_operation_ico03.png);
}

.l-lower-guide-contents-panel-possible-detail-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-detail-ttl {
    font-size: 1.6rem;
  }
}
.l-lower-guide-contents-panel-possible-detail-desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-possible-detail-desc {
    font-size: 1.4rem;
  }
}
.l-lower-guide-contents-panel-free-flow {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 4%;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-free-flow {
    gap: 65px 4%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-free-flow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-guide-contents-panel-free-flow:nth-of-type(2) {
  counter-reset: number 4;
}

.l-lower-guide-contents-panel-free-flow li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 0;
  padding-top: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-free-flow li {
    width: 22%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 45px;
  }
}
.l-lower-guide-contents-panel-free-flow li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "DM Serif Text", serif;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-free-flow li::before {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-free-flow li::before {
    left: 50%;
  }
}
.l-lower-guide-contents-panel-free-flow-img-box {
  width: 50%;
  padding-top: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-free-flow-img-box {
    width: 100%;
    padding-top: 0;
  }
}
.l-lower-guide-contents-panel-free-flow-txt-box {
  width: 50%;
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-free-flow-txt-box {
    width: 100%;
  }
}
.l-lower-guide-contents-panel-free-flow-item-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-free-flow-item-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-contents-panel-free-flow-item-ttl {
    text-align: center;
  }
}
.l-lower-guide-contents-panel-free-flow-item-desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-free-flow-item-desc {
    font-size: 1.4rem;
  }
}
.l-lower-guide-contents-panel-free-txt {
  position: relative;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-free-txt {
    margin: 60px 0;
  }
}
.l-lower-guide-contents-panel-free-txt::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #D5D0CC;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}

.l-lower-guide-contents-panel-free-txt p {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #F5F5F5;
  padding: 0 15px;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-contents-panel-free-txt p {
    font-size: 2rem;
    padding: 0 40px;
  }
}
.l-lower-guide-contents-panel-free-txt span {
  color: #D83232;
}

.l-lower-guide-recommend-post {
  padding: 80px 20px;
}

.l-lower-guide-recommend-post-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-guide-recommend-post-inner .m-cmn-section-ttl {
  margin-bottom: 35px;
}

.l-lower-guide-recommend-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: 30px 4%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-recommend-items {
    gap: 3%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-guide-recommend-items {
    gap: 2.5%;
  }
}
.l-lower-guide-recommend-items > li:nth-of-type(4) {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-recommend-items > li:nth-of-type(4) {
    display: none;
  }
}
.l-lower-guide-recommend-items > li {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-recommend-items > li {
    width: 31.5%;
  }
}
.l-lower-guide-recommend-items > li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-recommend-items > li:hover {
    opacity: 0.7;
  }
}
.l-lower-guide-recommend-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-guide-recommend-item-img-box {
  margin-bottom: 20px;
}

.l-lower-guide-recommend-item-img-box img {
  border-radius: 4px;
  aspect-ratio: 311/197;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.l-lower-guide-recommend-item-date {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-recommend-item-date {
    font-size: 1.6rem;
  }
}
.l-lower-guide-recommend-item-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-recommend-item-ttl {
    font-size: 1.8rem;
  }
}
.l-lower-guide-recommend-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;
  gap: 5px;
}

.l-lower-guide-recommend-item-categories li {
  min-width: 50px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .l-lower-guide-recommend-item-categories li {
    min-width: 80px;
    font-size: 1.2rem;
  }
}
.l-lower-guide-recommend-item-categories li a {
  position: relative;
  display: block;
  background-color: #222;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
  z-index: 2;
}

/* -----------------------------------------------------------------------------
   l-lower-business
   -------------------------------------------------------------------------- */
.l-lower-business-intro {
  padding: 0 20px 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-business-intro {
    padding: 0 20px 80px;
  }
}
.l-lower-business-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-business-intro .m-cmn-section-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-intro .m-cmn-section-ttl {
    margin-bottom: 45px;
  }
}
.l-lower-business-about {
  padding: 80px 20px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-business-about {
    padding: 120px 20px;
  }
}
.l-lower-business-about-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-business-about-items {
  max-width: 500px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 5%;
}
@media screen and (min-width: 768px) {
  .l-lower-business-about-items {
    gap: 60px 5%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-business-about-items {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-business-about-items li {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-business-about-items li {
    width: 30%;
  }
}
.l-lower-business-about-items li img {
  margin-bottom: 25px;
}

.l-lower-business-about-items li .m-cmn-section-sub-ttl {
  margin-bottom: 15px;
}

.l-lower-business-area {
  padding: 80px 20px 60px;
}
@media screen and (min-width: 1000px) {
  .l-lower-business-area {
    padding: 120px 20px 80px;
  }
}
.l-lower-business-area-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: 768px) {
  .l-lower-business-area-inner {
    gap: 60px 5%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-business-area-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-lower-business-area-img-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-business-area-img-box {
    width: 47.5%;
  }
}
.l-lower-business-area-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-business-area-txt-box {
    width: 47.5%;
  }
}
.l-lower-business-area-ttl {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #D5D0CC;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-area-ttl {
    margin-bottom: 20px;
  }
}
.l-lower-business-area-desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-area-desc {
    margin-bottom: 30px;
  }
}
.l-lower-business-area-desc span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.l-lower-business-area-attention {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}

.l-lower-business-works {
  padding: 80px 20px;
}

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

.l-lower-business-works-inner .m-cmn-section-ttl {
  margin-bottom: 35px;
}

.l-lower-business-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: 30px 4%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-works-items {
    gap: 3%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-business-works-items {
    gap: 2.5%;
  }
}
.l-lower-business-works-items > li {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-business-works-items > li {
    width: 31.5%;
  }
}
.l-lower-business-works-items > li:nth-of-type(4) {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lower-business-works-items > li:nth-of-type(4) {
    display: none;
  }
}
.l-lower-business-works-items > li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-business-works-items > li:hover {
    opacity: 0.7;
  }
}
.l-lower-business-works-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-business-works-item-img-box {
  margin-bottom: 20px;
}

.l-lower-business-works-item-img-box img {
  border-radius: 4px;
  aspect-ratio: 311/197;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.l-lower-business-works-item-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #666666;
}

.l-lower-business-works-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;
  gap: 5px;
  margin-bottom: 15px;
}

.l-lower-business-works-item-categories li {
  min-width: 50px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .l-lower-business-works-item-categories li {
    min-width: 80px;
    font-size: 1.2rem;
  }
}
.l-lower-business-works-item-categories li a {
  position: relative;
  display: block;
  background-color: #222;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
  z-index: 2;
}

.l-lower-business-faq {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-faq {
    margin-bottom: 80px;
  }
}
.l-lower-business-faq-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-business-faq-inner .m-cmn-section-ttl {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-faq-inner .m-cmn-section-ttl {
    margin-bottom: 30px;
  }
}
.l-lower-business-faq-box {
  padding: 0 40px 40px;
  background-color: #F5F5F5;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-faq-box {
    padding: 20px 65px 65px;
  }
}
.l-lower-business-faq-items 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: 15px;
  padding: 30px 0;
  border-bottom: 2px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-lower-business-faq-items div {
    padding: 40px 0;
  }
}
.l-lower-business-faq-items div:last-of-type {
  border-bottom: none;
}

.l-lower-business-faq-items div dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 45px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-faq-items div dt {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.l-lower-business-faq-items div dt::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/lower/business_img08.png);
  background-size: cover;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.l-lower-business-faq-items div dd {
  position: relative;
  font-size: 1.4rem;
  padding-left: 45px;
}
@media screen and (min-width: 768px) {
  .l-lower-business-faq-items div dd {
    font-size: 1.8rem;
  }
}
.l-lower-business-faq-items div dd::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/lower/business_img09.png);
  background-size: cover;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------------------------------------------
   l-lower-recruit
   -------------------------------------------------------------------------- */
.l-lower-recruit-intro {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-intro {
    margin-bottom: 80px;
  }
}
.l-lower-recruit-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 5%;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-intro-inner {
    gap: 40px 5%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-recruit-intro-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-lower-recruit-intro-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-recruit-intro-txt-box {
    width: 47.5%;
  }
}
.l-lower-recruit-intro-txt-box .m-cmn-section-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-recruit-intro-txt-box .m-cmn-section-ttl {
    margin-bottom: 40px;
  }
}
.l-lower-recruit-intro-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-intro-img-box {
    width: 500px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-recruit-intro-img-box {
    width: 47.5%;
  }
}
.l-lower-recruit-intro-img-box img {
  border-radius: 4px;
}

.l-lower-recruit-detail-box {
  padding: 80px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-detail-box {
    padding: 120px 20px;
  }
}
.l-lower-recruit-detail-box:nth-of-type(odd) {
  background-color: #F5F5F5;
}

.l-lower-recruit-detail-box-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-recruit-detail-box-ttl {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-detail-box-ttl {
    margin-bottom: 40px;
  }
}
.l-lower-recruit-detail-box-desc {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-detail-box-desc {
    margin-bottom: 60px;
  }
}
.l-lower-recruit-detail-box-inner img {
  border-radius: 4px;
}

.l-lower-recruit-occupation {
  padding: 40px 20px;
  background-color: #F5F5F5;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-occupation {
    padding: 65px 20px;
  }
}
.l-lower-recruit-occupation-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.l-lower-recruit-occupation-ttl span {
  font-family: "DM Serif Text", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #D5D5D5;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-occupation-ttl span {
    font-size: 4.8rem;
  }
}
.l-lower-recruit-occupation-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  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: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-occupation-ttl {
    -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;
    font-size: 2rem;
    gap: 45px;
    margin-bottom: 0;
  }
}
.l-lower-recruit-occupation-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-occupation-items {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-recruit-occupation-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-recruit-occupation-items li {
  position: relative;
  width: 100%;
  padding: 10px 0 10px 110px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-occupation-items li {
    padding: 35px 0 35px 140px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-recruit-occupation-items li {
    width: 48.5%;
  }
}
.l-lower-recruit-occupation-items li img {
  width: 90px;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-occupation-items li img {
    width: 120px;
    top: 25px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-lower-recruit-occupation .m-cmn-pop-interview-inner {
  background-color: #fff;
  gap: 0;
}

.l-lower-recruit-occupation .m-cmn-section-sub-ttl {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-occupation .m-cmn-section-sub-ttl {
    margin-bottom: 35px;
  }
}
.l-lower-recruit-occupation .m-cmn-pop-interview-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-occupation .m-cmn-pop-interview-img-box {
    width: 300px;
  }
}
.l-lower-recruit-occupation .m-cmn-pop-interview-img-box img {
  width: 100%;
  margin: 0 auto;
}
.l-lower-recruit-occupation .m-cmn-pop-interview-txt-box {
  padding: 30px 0;
}

.l-lower-recruit-requirements {
  padding: 80px 20px 0;
}

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

.l-lower-recruit-requirements-inner .m-cmn-section-ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-requirements-inner .m-cmn-section-ttl {
    margin-bottom: 35px;
  }
}
.l-lower-recruit-requirements-items {
  margin-bottom: 80px;
}

.l-lower-recruit-requirements-items div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-requirements-items div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #D5D0CC;
  }
}
.l-lower-recruit-requirements-items div:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-requirements-items div:last-of-type {
    border-bottom: 1px solid #D5D0CC;
  }
}
.l-lower-recruit-requirements-items div dt {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  background-color: #F5F5F5;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-requirements-items div dt {
    width: 255px;
    font-size: 1.8rem;
    padding: 20px 25px;
  }
}
.l-lower-recruit-requirements-items div dd {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-requirements-items div dd {
    font-size: 1.8rem;
    width: calc(100% - 255px);
    padding: 20px 25px;
  }
}
.l-lower-recruit-requirements-items div dd span {
  font-size: 1.2rem;
}

.l-lower-recruit-requirements-items div dd ul li {
  position: relative;
  text-indent: -18px;
  padding-left: 18px;
}

.l-lower-recruit-requirements-items div dd ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #222;
  border-radius: 50px;
  vertical-align: 5px;
  margin-right: 15px;
}

.l-lower-recruit-requirements-flow-wrap {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-requirements-flow-wrap {
    margin-bottom: 120px;
  }
}
.l-lower-recruit-requirements-flow-box {
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-requirements-flow-box {
    max-width: 600px;
  }
}
.l-lower-recruit-requirements-flow-box li {
  width: 22%;
  height: 200px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.8em;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-requirements-flow-box li {
    width: 23%;
    font-size: 1.8rem;
    height: 310px;
    padding-top: 60px;
  }
}
.l-lower-recruit-requirements-flow-box li:last-of-type {
  background-color: #F5EB32;
  color: #222;
}

.m-cv-box.m-cv-box-recruit {
  background-image: url(none);
  background-color: #DFDBD8;
}

/* -----------------------------------------------------------------------------
  	l-lower-interview
   -------------------------------------------------------------------------- */
.l-lower-interview {
  padding: 0 20px;
}

.l-lower-interview-thumbnail-wrap {
  max-width: 1200px;
  margin: 0 auto 80px;
}

.l-lower-interview-thumbnail-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 5%;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-thumbnail-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 65px 5%;
  }
}
.l-lower-interview-thumbnail-items li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-thumbnail-items li {
    width: 47.5%;
  }
}
.l-lower-interview-thumbnail-item-inner {
  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: 3%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-thumbnail-item-inner {
    -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: 0;
  }
}
.l-lower-interview-thumbnail-items li .l-lower-interview-thumbnail-item-img-box::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "DM Serif Text", serif;
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-thumbnail-items li .l-lower-interview-thumbnail-item-img-box::before {
    font-size: 8rem;
    left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-interview-thumbnail-items li .l-lower-interview-thumbnail-item-img-box::before {
    font-size: 12rem;
  }
}

.l-lower-interview-thumbnail-item-img-box {
  width: 48.5%;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-thumbnail-item-img-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-lower-interview-thumbnail-item-img-box img {
  border-radius: 4px;
}

.l-lower-interview-thumbnail-item-txt-box {
  width: 48.5%;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-thumbnail-item-txt-box {
    width: 100%;
  }
}
.l-lower-interview-thumbnail-item-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-thumbnail-item-ttl {
    font-size: 2.4rem;
  }
}
.l-lower-interview-thumbnail-item-storename {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #666666;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-thumbnail-item-storename {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-interview-single
   -------------------------------------------------------------------------- */
.l-lower-interview-single-intro {
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-single-intro {
    margin-bottom: 120px;
  }
}
.l-lower-interview-single-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 5%;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-single-intro-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-lower-interview-single-intro-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-single-intro-txt-box {
    width: 47.5%;
  }
}
.l-lower-interview-single-owner-name {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-single-owner-name {
    font-size: 1.6rem;
  }
}
.l-lower-interview-single-intro-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-single-intro-img-box {
    width: 47.5%;
  }
}
.l-lower-interview-single-intro-img-box img {
  border-radius: 4px;
}

.l-lower-interview-single-details {
  margin-bottom: 30px;
}

.l-lower-interview-single-details-item {
  padding: 80px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-single-details-item {
    padding: 120px 20px;
  }
}
.l-lower-interview-single-details-item:nth-of-type(odd) {
  background-color: #F5F5F5;
}

.l-lower-interview-single-details-item-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-interview-single-details-item-ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-single-details-item-ttl {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
.l-lower-interview-single-details-item-desc {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-single-details-item-desc {
    margin-top: 50px;
  }
}
.l-lower-interview-single-details-item-sub-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-single-details-item-sub-ttl {
    margin-top: 50px;
    font-size: 2.4rem;
  }
}
.l-lower-interview-single-details-item img {
  margin-top: 30px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-single-details-item img {
    margin-top: 50px;
  }
}
.l-lower-interview-other-items-box {
  padding: 0 20px;
  margin-bottom: 80px;
}

.l-lower-interview-other-items {
  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 3%;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-other-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interview-other-items {
    gap: 2.5%;
  }
}
.l-lower-interview-other-items li {
  font-family: "Noto Sans JP", sans-serif;
  aspect-ratio: 320/199;
  padding-left: 52%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-other-items li {
    aspect-ratio: none;
    padding-left: 0;
    width: 31.5%;
    gap: 20px;
  }
}
.l-lower-interview-other-items li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-other-items li:hover {
    opacity: 0.7;
  }
}
.l-lower-interview-other-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-interview-other-item-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-right: 7px;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-other-item-img-box {
    width: 100%;
    position: relative;
    padding-right: 0;
  }
}
.l-lower-interview-other-item-img-box img {
  border-radius: 4px;
}

.l-lower-interview-other-item-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-other-item-ttl {
    font-size: 1.8rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.l-lower-interview-other-item-storename {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-other-item-storename {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-contact
   -------------------------------------------------------------------------- */
.l-lower-contact-intro {
  padding: 0 20px;
  margin-bottom: 80px;
}

.l-lower-contact-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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 5%;
}
@media screen and (min-width: 1200px) {
  .l-lower-contact-intro-inner {
    -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: 5%;
  }
}

.l-lower-contact-intro-txt-box {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-lower-contact-intro-txt-box {
    width: 47.5%;
  }
}

.l-lower-contact-intro-desc {
  margin-bottom: 30px;
}

.l-lower-contact-intro-tel-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;
  padding: 25px 20px;
  border: 1px solid #D5D5D5;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-intro-tel-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 25px 20px 25px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-contact-intro-tel-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-lower-contact-intro-tel-head {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-intro-tel-head {
    margin-right: 45px;
    font-size: 1.8rem;
  }
}
.l-lower-contact-intro-tel-num {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-intro-tel-num {
    text-align: left;
  }
}
.l-lower-contact-intro-tel-num span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}

.l-lower-contact-intro-img-box {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-lower-contact-intro-img-box {
    width: 47.5%;
  }
}

.l-lower-contact-intro-img-box img {
  border-radius: 4px;
}

.l-lower-contact-form {
  padding: 0 20px;
}

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

.l-lower-contact-form-ttl {
  margin-bottom: 30px;
}

.l-lower-contact-form-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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-form-box div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #D5D5D5;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-lower-contact-form-box div:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-form-box div:last-of-type {
    border-bottom: 1px solid #D5D5D5;
  }
}
.l-lower-contact-form-box div dt {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  padding: 15px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-form-box div dt {
    width: 265px;
    padding: 35px 40px 0 20px;
    font-size: 1.8rem;
    background-color: #fff;
  }
}
.l-lower-contact-form-box div dt .m-required {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  background-color: #E85841;
  padding: 2px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-form-box div dt .m-required {
    top: 43px;
    right: 40px;
  }
}
.l-lower-contact-form-box div dd {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-form-box div dd {
    width: calc(100% - 265px);
    padding: 25px 0;
    font-size: 1.8rem;
  }
}
.l-lower-contact-form-box div dd input {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 15px;
}

.l-lower-contact-form-box div dd select {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 15px;
}

.l-lower-contact-form-box div .m-select::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  background-image: url(../img/common/cmn_ico_triangle_black.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.l-lower-contact-form-box div dd textarea {
  width: 100%;
  height: 240px;
  resize: none;
  border: 1px solid #D5D5D5;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-form-box div dd textarea {
    height: 280px;
  }
}
.l-lower-contact-form-box div dd::-webkit-input-placeholder {
  color: #999999;
}
.l-lower-contact-form-box div dd::-moz-placeholder {
  color: #999999;
}
.l-lower-contact-form-box div dd:-ms-input-placeholder {
  color: #999999;
}
.l-lower-contact-form-box div dd::-ms-input-placeholder {
  color: #999999;
}
.l-lower-contact-form-box div dd::placeholder {
  color: #999999;
}

.l-lower-contact-form-privacypolicy-box {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  padding: 40px;
  margin: 40px 0;
  border: 1px solid #D5D5D5;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-form-privacypolicy-box {
    margin: 50px 0;
    padding: 65px;
  }
}
.l-lower-contact-form-privacypolicy-box-inner .m-cmn-section-sub-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D0CC;
  margin-bottom: 15px;
}

.l-lower-contact-form-privacypolicy-box-inner .m-cmn-desc {
  margin-bottom: 40px;
}

.l-lower-contact-form-agree-txt {
  text-align: center;
  margin-bottom: 40px;
}

.l-lower-contact-form .m-cmn-btn-wrap {
  text-align: center;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

/* -----------------------------------------------------------------------------
   l-lower-topics
   -------------------------------------------------------------------------- */
.l-lower-topics {
  padding: 0 20px;
}

.l-lower-topics-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.l-lower-topics-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: 30px 4%;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-items {
    gap: 60px 5%;
  }
}
.l-lower-topics-items > li {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-items > li {
    width: 30%;
  }
}
.l-lower-topics-items > li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-items > li:hover {
    opacity: 0.7;
  }
}
.l-lower-topics-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-topics-item-img-box {
  margin-bottom: 20px;
}

.l-lower-topics-item-img-box img {
  border-radius: 4px;
  aspect-ratio: 311/197;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.l-lower-topics-item-date {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-item-date {
    font-size: 1.6rem;
  }
}
.l-lower-topics-item-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-item-ttl {
    font-size: 1.8rem;
  }
}
.l-lower-topics-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;
  gap: 5px;
}

.l-lower-topics-item-categories li {
  min-width: 50px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .l-lower-topics-item-categories li {
    min-width: 80px;
    font-size: 1.2rem;
  }
}
.l-lower-topics-item-categories li a {
  position: relative;
  display: block;
  background-color: #222;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
  z-index: 2;
}

/* -----------------------------------------------------------------------------
   l-lower-works
   -------------------------------------------------------------------------- */
.l-lower-works {
  padding: 0 20px;
}

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

.l-lower-works-checkbox-form {
  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 5%;
  padding-bottom: 40px;
  border-bottom: 1px solid #D5D0CC;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-checkbox-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-lower-works-checkbox-form-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-works-checkbox-form-box {
    width: 47.5%;
  }
}
.l-lower-works-checkbox-form-box-ttl {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-checkbox-form-box-ttl {
    margin-bottom: 20px;
  }
}
.l-lower-works-checkbox-form label {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #D5D5D5;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-lower-works-checkbox-form label {
    font-size: 1.8rem;
    padding: 15px 25px;
  }
}
/* チェックボックスを非表示にする */
.l-lower-works-checkbox-form input[type=checkbox] {
  display: none;
}

/* チェックされているときのラベルの背景を変更 */
.l-lower-works-checkbox-form input[type=checkbox]:checked + label {
  background-color: #666666;
  color: #fff;
}

.l-lower-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: 30px 4%;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-items {
    gap: 60px 5%;
  }
}
.l-lower-works-items > li {
  font-family: "Noto Sans JP", sans-serif;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-works-items > li {
    width: 47.5%;
  }
}
.l-lower-works-items > li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-works-items > li:hover {
    opacity: 0.7;
  }
}
.l-lower-works-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-works-item-img-box {
  margin-bottom: 20px;
}

.l-lower-works-item-img-box img {
  border-radius: 4px;
  aspect-ratio: 311/197;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.l-lower-works-item-date {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-item-date {
    font-size: 1.6rem;
  }
}
.l-lower-works-item-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-item-ttl {
    font-size: 1.8rem;
  }
}
.l-lower-works-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;
  gap: 5px;
  margin-bottom: 20px;
}

.l-lower-works-item-categories li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .l-lower-works-item-categories li {
    font-size: 1.2rem;
  }
}
.l-lower-works-item-categories li a {
  position: relative;
  display: block;
  background-color: #222;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  z-index: 2;
}