@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   2025.12.16 修正
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
		l-lower-faq
		-------------------------------------------------------------------------- */
.l-lower-hero-img-wrap.faq {
  background-image: url(../img/lower/faq_hero_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-lower-hero-img-wrap.faq {
    background-image: url(../img/lower/faq_hero.jpg);
  }
}
.l-lower-faq {
  padding: 50px 20px 200px;
}
@media screen and (min-width: 480px) {
  .l-lower-faq {
    padding: 50px 20px 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-faq {
    padding: 50px 40px 300px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-faq {
    padding: 50px 40px 340px;
  }
}
.l-lower-faq-inner {
  max-width: 880px;
  margin: 0 auto;
}

.l-lower-faq-nav-wrap {
  margin-bottom: 50px;
}

.l-lower-faq-nav-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 3%;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-nav-wrap ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
  }
}
.l-lower-faq-nav-wrap ul li {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-nav-wrap ul li {
    width: 31.5%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-faq-nav-wrap ul li {
    font-size: 1.8rem;
  }
}
.l-lower-faq-nav-wrap ul li a {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 50px;
  padding: 8px;
}

.l-lower-faq-nav-wrap ul li a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 5px;
  background-image: url(../img/common/cmn_ico_arrow_white.png);
  background-size: cover;
  position: absolute;
  right: 9%;
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(-10%);
          transform: rotate(90deg) translateX(-10%);
}

.l-lower-faq-nav-wrap ul li:nth-of-type(1) a {
  background-color: #1abaff;
}

.l-lower-faq-nav-wrap ul li:nth-of-type(2) a {
  background-color: #2289f7;
}

.l-lower-faq-nav-wrap ul li:nth-of-type(3) a {
  background-color: #2f4fed;
}

.l-lower-faq-contents-box {
  width: 100%;
}
.l-lower-faq-accordion-section {
  margin: 30px 0 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-section {
    margin: 30px 0 70px;
  }
}
.l-lower-faq-accordion {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #bebebe;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion {
    padding: 15px 0;
  }
}
.l-lower-faq-accordion::before {
  content: "Q.";
  display: inline-block;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 13px;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion::before {
    font-size: 3.2rem;
    left: 26px;
    top: 23px;
  }
}
.l-lower-faq-accordion:last-of-type {
  border-bottom: 1px solid #bebebe;
}

.l-lower-faq-accordion-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 40px 10px 35px;
  color: #000;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-ttl {
    font-size: 1.6rem;
    padding: 20px 90px 20px 70px;
  }
}
.l-lower-faq-accordion-ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #2f4fed;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-ttl::before {
    width: 35px;
    height: 3px;
    right: 30px;
  }
}
.l-lower-faq-accordion-ttl::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #2f4fed;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-ttl::after {
    right: 30px;
    width: 35px;
    height: 3px;
  }
}
.l-lower-faq-accordion-ttl.show::before {
  opacity: 0;
}

.l-lower-faq-accordion-ttl.show::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.l-lower-faq-accordion-content {
  display: none;
  padding-left: 15px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-content {
    padding-left: 30px;
    padding-top: 15px;
  }
}
.l-lower-faq-accordion-txt {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-txt {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
.l-lower-faq-accordion-txt a {
  color: #1abaff;
  text-decoration: underline;
}

.l-lower-faq-accordion-txt::before {
  content: "A.";
  display: inline-block;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: -7px;
  left: -2px;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-txt::before {
    font-size: 3.2rem;
    top: -17px;
  }
}
.l-lower-faq-contents-box .m-cmn-small-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-contents-box .m-cmn-small-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-news
   -------------------------------------------------------------------------- */
.l-lower-hero-img-wrap.news {
  background-image: url(../img/lower/news_hero_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-lower-hero-img-wrap.news {
    background-image: url(../img/lower/news_hero.jpg);
  }
}
.l-lower-news {
  padding: 50px 20px 200px;
}
@media screen and (min-width: 480px) {
  .l-lower-news {
    padding: 50px 40px 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-news {
    padding: 50px 40px 300px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-news {
    padding: 50px 40px 340px;
  }
}
.l-lower-news-inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.l-lower-news-items {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-news-items {
    margin-bottom: 60px;
  }
}
.l-lower-news-items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 0;
  border-top: 1px solid #bebebe;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-news-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 0;
  }
}
.l-lower-news-items li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-news-items li:hover {
    opacity: 0.7;
  }
}
.l-lower-news-items li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 7px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-news-items li::after {
    width: 32px;
    height: 9px;
  }
}
.l-lower-news-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-news-items li:last-of-type {
  border-bottom: 1px solid #bebebe;
}

.l-lower-news-item-date {
  width: 130px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-lower-news-item-date {
    font-size: 1.4rem;
  }
}
.l-lower-news-item-ttl {
  width: 100%;
  font-size: 1.4rem;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-news-item-ttl {
    width: calc(100% - 130px);
    font-size: 1.6rem;
    padding-right: 60px;
  }
}
.l-lower-news-detail-box .m-cmn-small-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-news-detail-box .m-cmn-small-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.l-lower-news-deco {
  width: 60px;
  position: absolute;
  top: -60px;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .l-lower-news-deco {
    width: 120px;
    top: -160px;
    left: 14%;
  }
}
/* -----------------------------------------------------------------------------
	wp-pagenavi
    -------------------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a {
  display: inline-block;
  margin: 0 10px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #000;
  width: 35px;
  height: 35px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    font-size: 3rem;
    width: 40px;
    height: 40px;
    line-height: 1.2;
    margin: 0 20px;
  }
}
.wp-pagenavi .current {
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #2f4fed;
  margin: 0 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .current {
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 20px;
  }
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  text-indent: -9999px;
  position: relative;
  color: #000;
  background-image: url(../img/common/cmn_ico_swiper_left_bgblue.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
}

.wp-pagenavi .previouspostslink {
  margin-right: 20px;
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/common/cmn_ico_swiper_right_bgblue.png);
  margin-left: 20px;
}

/* -----------------------------------------------------------------------------
		l-lower-news-single
    -------------------------------------------------------------------------- */
.l-lower-news-single {
  padding: 50px 20px 200px;
}
@media screen and (min-width: 480px) {
  .l-lower-news-single {
    padding: 50px 20px 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-news-single {
    padding: 50px 40px 300px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-news-single {
    padding: 50px 40px 340px;
  }
}
.l-lower-news-single-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-news-single-ttl {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-news-single-ttl {
    font-size: 3.8rem;
    margin-bottom: 25px;
  }
}
.l-lower-news-single-btn-back-wrap {
  margin-top: 100px;
}

.l-lower-news-single-btn-back {
  text-align: center;
  margin: 0 auto;
}

.l-lower-news-single-btn-back a {
  padding-left: 0;
}

.l-lower-news-single-btn-back a::after {
  position: absolute;
  left: 20px;
  top: 17px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (min-width: 768px) {
  .l-lower-news-single-btn-back a::after {
    top: 22px;
  }
}
/* -----------------------------------------------------------------------------
   l-post
   -------------------------------------------------------------------------- */
.l-post {
  word-break: break-all;
}

.l-post p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post p {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.l-post .wp-block-separator {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-separator {
    margin: 0 0 30px;
  }
}
.l-post img {
  width: initial;
  border-radius: 15px;
}

.l-post h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #2f4fed;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.l-post h3,
.l-post h4,
.l-post h5,
.l-post h6 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .l-post h3,
  .l-post h4,
  .l-post h5,
  .l-post h6 {
    font-size: 1.8rem;
  }
}
.l-post h3::before,
.l-post h4::before,
.l-post h5::before,
.l-post h6::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #2f4fed;
  vertical-align: 2px;
  margin-right: 5px;
}

.l-post ul {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ul {
    margin-bottom: 30px;
  }
}
.l-post ul li {
  text-indent: -15px;
  padding-left: 15px;
}

.l-post ul li:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #222;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.l-post ol {
  counter-reset: item;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ol {
    margin-bottom: 30px;
  }
}
.l-post ol li {
  text-indent: -20px;
  padding-left: 20px;
}

.l-post ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 3px;
}

.l-post a {
  color: #2f4fed;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.l-post a:hover,
.l-post figure a {
  border-bottom: none;
}

.l-post .wp-block-quote {
  font-size: 1.4rem;
  border-left: none;
  margin: 0 0 20px;
  padding: 30px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-quote {
    margin: 0 0 30px;
  }
}
.wp-block-columns {
  margin-bottom: 0 !important;
}

.l-post .wp-block-image {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-image {
    margin-bottom: 30px;
  }
}
.l-post .wp-block-column {
  margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 2000px) {
  body .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: calc(50% - 5px) !important;
        flex-basis: calc(50% - 5px) !important;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 10px !important;
  }
}
.l-post ul.wp-block-gallery {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ul.wp-block-gallery {
    margin-bottom: 30px;
  }
}
.l-post ul.wp-block-gallery li::before,
.l-post ul.blocks-gallery-grid li::before {
  display: none !important;
}

.blocks-gallery-grid {
  margin-right: -5px !important;
}

.blocks-gallery-item {
  padding-left: 0 !important;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
}

/* -----------------------------------------------------------------------------
   l-lower-interviews
   -------------------------------------------------------------------------- */
.l-lower-hero-img-wrap.interviews {
  background-image: url(../img/lower/interviews_hero_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-lower-hero-img-wrap.interviews {
    background-image: url(../img/lower/interviews_hero.jpg);
  }
}
.l-lower-interviews {
  padding: 50px 20px 200px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews {
    padding: 50px 40px 300px;
  }
}
.l-lower-interviews-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-interviews-contents-nav-cate-box {
  max-width: 980px;
  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: 10px 2%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-contents-nav-cate-box {
    gap: 20px 2%;
    margin-bottom: 40px;
  }
}
.l-lower-interviews-contents-nav-cate-box li {
  width: 49%;
  border: 2px solid #bebebe;
  text-align: center;
  border-radius: 50px;
  padding: 2px 4px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-contents-nav-cate-box li {
    width: 23.5%;
    font-size: 1.8rem;
    padding: 4px;
  }
}
.l-lower-interviews-contents-nav-cate-box li.is-active {
  color: #fff;
  background-color: #1abaff;
  border: 2px solid #1abaff;
}

.l-lower-interviews-contents-nav-cate-box li.is-active a {
  display: block;
  color: #fff;
}

.l-lower-interviews-contents-nav-cate-box li a {
  display: block;
  color: #000;
}

.l-lower-interviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-items {
    gap: 100px 0;
  }
}
.l-lower-interviews-items > li::before {
  position: absolute;
  top: 0;
  left: 110px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-items > li::before {
    font-size: 1.8rem;
    left: 140px;
  }
}
.l-lower-interviews-items > li {
  padding-top: 25px;
  position: relative;
  width: 100%;
  aspect-ratio: 500/590;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-items > li {
    padding-top: 40px;
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-items > li {
    width: 45%;
  }
}
.l-lower-interviews-items > li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-interviews-items > li img {
  border-radius: 10px;
}

.l-lower-interviews-item-num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-item-num {
    font-size: 1.8rem;
  }
}
.l-lower-interviews-item-num span {
  color: #2f4fed;
}

.l-lower-interviews-item-cate-lists {
  width: 100%;
  padding: 10px 10px;
  position: absolute;
  top: 25px;
  left: 0;
  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: 3px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-item-cate-lists {
    top: 40px;
    gap: 5px;
    padding: 20px 15px;
  }
}
.l-lower-interviews-item-cate-lists li {
  padding: 0 10px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #1abaff;
  background-color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-item-cate-lists li {
    font-size: 1.6rem;
    padding: 0 20px;
  }
}
.l-lower-interviews-detail-box {
  background-image: url(../img/index/index_about_bg.jpg);
  background-size: cover;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  border-radius: 0 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-detail-box {
    padding: 30px 40px 30px 30px;
  }
}
.l-lower-interviews-detail-catch {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-detail-catch {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-detail-catch {
    font-size: 2.6rem;
  }
}
.l-lower-interviews-detail-nyusya {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1abaff;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-detail-nyusya {
    font-size: 1.4rem;
  }
}
.l-lower-interview-slide-detail-name {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-lower-interview-slide-detail-name {
    font-size: 1.8rem;
  }
}
.l-lower-interviews-hero-img-wrap {
  position: relative;
  aspect-ratio: 750/820;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-hero-img-wrap {
    aspect-ratio: 1500/650;
  }
}
.l-lower-interviews-hero-img-pc-box {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-hero-img-pc-box {
    display: block;
  }
}
.l-lower-interviews-hero-img-sp-box {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-hero-img-sp-box {
    display: none;
  }
}
.l-lower-interviews-hero-img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-interviews-hero-img-wrap-inner {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-hero-img-wrap-inner {
    padding-right: 0;
    padding-left: 13%;
  }
}
.l-lower-interviews-hero-img-wrap-contents {
  position: relative;
  height: 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;
}

.l-lower-interviews-hero-img-wrap-num {
  font-size: 3.7vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  margin-top: 100px;
}
@media screen and (min-width: 480px) {
  .l-lower-interviews-hero-img-wrap-num {
    margin-top: 140px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-hero-img-wrap-num {
    margin-top: 0;
    font-size: 1.2vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-interviews-hero-img-wrap-num {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .l-lower-interviews-hero-img-wrap-num {
    margin-top: -50px;
  }
}

.l-lower-interviews-hero-img-wrap-num::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #2f4fed;
  margin-right: 8px;
  vertical-align: 2px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-hero-img-wrap-num::before {
    width: 15px;
    height: 15px;
  }
}
.l-lower-interviews-hero-img-wrap-date {
  font-size: 2.8vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #bebebe;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-hero-img-wrap-date {
    font-size: 0.9vw;
  }
}
.l-lower-interviews-hero-img-wrap-ttl {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .l-lower-interviews-hero-img-wrap-ttl {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-hero-img-wrap-ttl {
    font-size: 2.2vw;
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-hero-img-wrap-ttl {
    margin-bottom: 10px;
    font-size: 2.5vw;
  }
}
.l-lower-interviews-hero-img-wrap-name {
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-hero-img-wrap-name {
    margin-bottom: 15px;
  }
}
.l-lower-interviews-hero-img-wrap-name span {
  font-size: 4.3vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-hero-img-wrap-name span {
    font-size: 1.7vw;
  }
}
.l-lower-interviews-hero-img-wrap-cate {
  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-interviews-hero-img-wrap-cate li {
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 7px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #1abaff;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-hero-img-wrap-cate li {
    font-size: 1.1vw;
    padding: 2px 20px;
  }
}
.l-breadcrumbs-wrap-wrapper {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap-wrapper {
    padding: 0 40px;
  }
}
.l-breadcrumbs-wrap-wrapper .l-breadcrumbs-wrap {
  max-width: 1100px;
  margin: -12% auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap-wrapper .l-breadcrumbs-wrap {
    margin: -6% auto 0;
  }
}
.l-lower-interviews-single {
  position: relative;
  padding: 60px 20px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-single {
    padding: 60px 40px 0;
  }
}
.l-lower-interviews-single-profile {
  position: relative;
  max-width: 1100px;
  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;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-single-profile {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-single-profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-interviews-single-profile-head {
  width: 200px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  z-index: 2;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-single-profile-head {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-single-profile-head {
    padding-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-interviews-single-profile-head {
    font-size: 2.4rem;
  }
}

.l-lower-interviews-single-profile::before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 60px;
  background-image: url(../img/lower/interviews_deco01.png);
  background-size: cover;
  position: absolute;
  left: 25px;
  top: -10px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-single-profile::before {
    width: 98px;
    height: 96px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-single-profile::before {
    left: 25px;
    top: 20px;
  }
}
.l-lower-interviews-single-profile-box {
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-single-profile-box {
    margin-bottom: 0;
  }
}
.l-lower-interviews-single-profile-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #bebebe;
  padding: 15px 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-single-profile-box div {
    margin-right: 30px;
  }
}
.l-lower-interviews-single-profile-box div dt {
  width: 80px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-single-profile-box div dt {
    width: 100px;
    font-size: 1.6rem;
  }
}
.l-lower-interviews-single-profile-box div dd {
  width: calc(100% - 80px);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-single-profile-box div dd {
    width: 330px;
    font-size: 1.6rem;
  }
}
.l-lower-interviews-single-profile-img-box {
  aspect-ratio: 440/400;
}

.l-lower-interviews-single-profile-img-box img {
  border-radius: 15px;
}

.l-lower-interviews-single-details {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f3f8fd;
  border-radius: 20px;
  padding: 0 30px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-single-details {
    border-radius: 40px;
    padding: 50px;
  }
}
.l-lower-interviews-single-details ul {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-interviews-single-details ul li {
  padding: 30px 0;
  border-bottom: 1px solid #bebebe;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-single-details ul li {
    padding: 50px 0;
  }
}
.l-lower-interviews-single-details ul li:last-of-type {
  border-bottom: none;
}

.l-lower-interviews-single-details-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-single-details-ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-single-details-ttl {
    font-size: 2.8rem;
  }
}
.l-lower-interviews-single-details-desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-single-details-desc {
    font-size: 1.6rem;
  }
}
.l-lower-interviews-deco01 {
  width: 80px;
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-deco01 {
    width: 160px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-deco01 {
    top: 13%;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-interviews-deco01 {
    left: 50px;
  }
}

.l-lower-interviews-deco02 {
  display: none;
  width: 362px;
  position: absolute;
  top: 10%;
  right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-interviews-deco02 {
    display: block;
  }
}
.l-lower-interviews-slide-wrap {
  margin-top: -220px;
  padding-top: 300px;
  padding-bottom: 50px;
  background-image: url(../img/index/index_bg01.png);
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-slide-wrap {
    padding-bottom: 100px;
  }
}
.l-lower-interviews-slide-wrap .l-index-interview-btn-wrap {
  position: relative;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-slide-wrap .l-index-interview-btn-wrap {
    top: 20px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.l-lower-interviews-slide-wrap .l-index-interview-btn-wrap::before {
  left: 50%;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-slide-wrap .l-index-interview-btn-wrap::before {
    left: 110px;
  }
}
.l-lower-interviews-slide-wrap .l-index-interview-ttl-box {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-slide-wrap .l-index-interview-ttl-box {
    margin-bottom: 70px;
  }
}
.l-lower-interviews-btn-wrap {
  margin-top: 50px;
  margin-bottom: 200px;
}
@media screen and (min-width: 480px) {
  .l-lower-interviews-btn-wrap {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-interviews-btn-wrap {
    margin-top: 100px !important;
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-interviews-btn-wrap {
    margin-bottom: 350px;
  }
}

/* -----------------------------------------------------------------------------
   l-lower-newlife
   -------------------------------------------------------------------------- */
.l-lower-newlife {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-newlife {
    padding-bottom: 200px;
  }
}
.l-lower-newlife-contents-point-items li:nth-of-type(1) img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .l-lower-newlife-contents-point-items li:nth-of-type(1) img {
    width: 110px;
    margin-top: -10px;
  }
}
.l-lower-newlife-contents-point-items li:nth-of-type(2) img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-newlife-contents-point-items li:nth-of-type(2) img {
    width: 171px;
  }
}
.l-lower-newlife-contents-point-items li:nth-of-type(3) img {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-newlife-contents-point-items li:nth-of-type(3) img {
    width: 80px;
    margin-top: -20px;
  }
}
.l-lower-newlife-data::before {
  height: 50%;
  top: -20%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-lower-newlife-data::before {
    top: -50%;
  }
}
.l-lower-newlife-data-items-pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-lower-newlife-faq-ttl {
  max-width: 1100px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-newlife-faq-ttl {
    margin: 30px auto 70px;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-young-career
   -------------------------------------------------------------------------- */
.l-lower-young-career-contents-point-items li:nth-of-type(1) img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .l-lower-young-career-contents-point-items li:nth-of-type(1) img {
    width: 133px;
    margin-top: -5px;
  }
}
.l-lower-young-career-contents-point-items li:nth-of-type(2) img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-young-career-contents-point-items li:nth-of-type(2) img {
    width: 140px;
  }
}
.l-lower-young-career-contents-point-items li:nth-of-type(3) img {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-young-career-contents-point-items li:nth-of-type(3) img {
    width: 103px;
    margin-top: -10px;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-woman
   -------------------------------------------------------------------------- */
.l-lower-woman-contents-point-items li:nth-of-type(1) img {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-woman-contents-point-items li:nth-of-type(1) img {
    width: 45px;
    margin-top: -20px;
  }
}
.l-lower-woman-contents-point-items li:nth-of-type(2) img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-woman-contents-point-items li:nth-of-type(2) img {
    width: 140px;
  }
}
.l-lower-woman-contents-point-items li:nth-of-type(3) img {
  width: 55px;
}
@media screen and (min-width: 768px) {
  .l-lower-woman-contents-point-items li:nth-of-type(3) img {
    width: 85px;
    margin-top: -10px;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-recent
   -------------------------------------------------------------------------- */
.l-lower-recent-contents-point-items li:nth-of-type(1) img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-recent-contents-point-items li:nth-of-type(1) img {
    width: 123px;
    margin-top: -15px;
  }
}
.l-lower-recent-contents-point-items li:nth-of-type(2) img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-recent-contents-point-items li:nth-of-type(2) img {
    width: 97px;
  }
}
.l-lower-recent-contents-point-items li:nth-of-type(3) img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-recent-contents-point-items li:nth-of-type(3) img {
    width: 139px;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-referral
   -------------------------------------------------------------------------- */
.l-lower-referral-contents-point-items li:nth-of-type(1) img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-referral-contents-point-items li:nth-of-type(1) img {
    width: 106px;
    margin-top: -5px;
  }
}
.l-lower-referral-contents-point-items li:nth-of-type(2) img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-referral-contents-point-items li:nth-of-type(2) img {
    width: 230px;
  }
}
.l-lower-referral-contents-point-items li:nth-of-type(3) img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-referral-contents-point-items li:nth-of-type(3) img {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
/* -----------------------------------------------------------------------------
   l-lower-recruitment
   -------------------------------------------------------------------------- */
.l-lower-recruitment-contents-nav-cate-box li {
  cursor: pointer;
  font-weight: 400;
}

.l-lower-recruitment-contents-nav-cate-box li a {
  display: block;
  color: #000;
}

.l-lower-recruitment-contents-nav-cate-box li.is-active a {
  color: #fff;
}

.l-lower-recruitment-contents-detail-head {
  cursor: pointer;
}

/* -----------------------------------------------------------------------------
   l-lower-syain-contents-subject
   -------------------------------------------------------------------------- */
.l-lower-syain-contents-subject {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-subject {
    font-size: 1.8rem;
  }
}
.l-lower-syain-contents-subject span {
  border-radius: 50px;
  border: 2px solid #1abaff;
  background-color: #fff;
  padding: 3px 25px;
  margin-left: 20px;
}

/* -----------------------------------------------------------------------------
   l-lower-benefits-welfare
   -------------------------------------------------------------------------- */
.l-lower-benefits-welfare {
  position: relative;
  padding: 100px 20px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare {
    padding: 210px 40px 0;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(3) a::before {
  background-image: url(../img/lower/benefits_img05.png);
  width: 26px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(3) a::before {
    width: 50px;
    height: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-benefits-welfare-items li:nth-of-type(3) a::before {
    width: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-benefits-welfare-items li:nth-of-type(3) a::before {
    width: 51px;
    height: 45px;
  }
}

.l-lower-benefits-welfare-items li:nth-of-type(4) a::before {
  background-image: url(../img/lower/benefits_img06.png);
  width: 26px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(4) a::before {
    width: 54px;
    height: 55px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(5) a::before {
  background-image: url(../img/lower/benefits_img07.png);
  width: 26px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(5) a::before {
    width: 55px;
    height: 38px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(6) a::before {
  background-image: url(../img/lower/benefits_img08.png);
  width: 15px;
  height: 30px;
  margin-left: 7px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(6) a::before {
    width: 33px;
    height: 67px;
    margin-left: 15px;
    margin-right: 20px;
  }
}
.l-lower-hero-img-wrap.interviews {
  aspect-ratio: 1500/880;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-img-wrap.interviews {
    background-position: right -100px bottom;
    aspect-ratio: 1500/750;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-hero-img-wrap.interviews {
    background-position: center bottom;
    aspect-ratio: 1500/550;
  }
}

.l-index-news {
  position: relative;
  z-index: 2;
}

.l-index-office {
  padding: 100px 0 120px;
}
@media screen and (min-width: 768px) {
  .l-index-office {
    padding: 100px 0 220px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-office {
    padding: 0;
  }
}