@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
	l-breadcrumb
	-------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  position: absolute;
  bottom: -17%;
  left: 0;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 100%;
  padding: 10px 0;
}
@media screen and (min-width: 480px) {
  .l-breadcrumbs-wrap {
    bottom: -10%;
  }
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap {
    font-size: 1.2rem;
    bottom: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .l-breadcrumbs-wrap {
    bottom: 8%;
  }
}
@media screen and (min-width: 1400px) {
  .l-breadcrumbs-wrap {
    bottom: 12%;
  }
}

.l-breadcrumbs-wrap span a {
  color: #000;
}

.current-item {
  color: #1abaff;
}

.l-lower-hero-office-wrap .l-breadcrumbs-wrap {
  position: relative;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-office-wrap .l-breadcrumbs-wrap {
    margin-top: 140px;
  }
}
/* -----------------------------------------------------------------------------
   l-post
   -------------------------------------------------------------------------- */
.l-post {
  word-break: break-all;
}

.l-post p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post p {
    margin-bottom: 30px;
  }
}
.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;
}

.l-post h1,
.l-post h2,
.l-post h3,
.l-post h4,
.l-post h5,
.l-post h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post h1,
  .l-post h2,
  .l-post h3,
  .l-post h4,
  .l-post h5,
  .l-post h6 {
    font-size: 2.2rem;
  }
}
.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: #1A9BE0;
  text-decoration: none;
  border-bottom: 1px dotted #222;
}

.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;
}

/* -----------------------------------------------------------------------------
	wp-pagenavi
    -------------------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.4rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#1A9BE0), to(#60C8FF));
  background: linear-gradient(to right, #1A9BE0, #60C8FF);
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .current,
  .wp-pagenavi a {
    width: 60px;
    height: 60px;
    line-height: 4;
  }
}
.wp-pagenavi a {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#1A9BE0), to(#60C8FF));
  background: linear-gradient(to right, #1A9BE0, #60C8FF);
  color: #fff;
}

/* -----------------------------------------------------------------------------
		l-404
		-------------------------------------------------------------------------- */
.l-404-inner {
  max-width: 1100px;
  padding: 150px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-404-inner {
    padding: 150px 40px;
  }
}
.l-404-inner a {
  color: inherit;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------
		l-lower-hero-img-wrap（画像付きヒーローヘッダー）
		-------------------------------------------------------------------------- */
.l-lower-hero-img-wrap {
  padding: 0 20px;
  aspect-ratio: 750/405;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-img-wrap {
    padding: 0 40px;
    aspect-ratio: 1500/680;
    background-position: right bottom;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-img-wrap {
    aspect-ratio: 1500/505;
    background-position: center bottom;
  }
}
.l-lower-hero-img-wrap.job {
  background-image: url(../img/lower/job_hero_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-lower-hero-img-wrap.job {
    background-image: url(../img/lower/job_hero.jpg);
  }
}
.l-lower-hero-img-wrap.recruit {
  background-image: url(../img/lower/recruit_hero_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-lower-hero-img-wrap.recruit {
    background-image: url(../img/lower/recruit_hero.jpg);
  }
}
.l-lower-hero-img-wrap.benefits {
  background-image: url(../img/lower/benefits_hero_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-lower-hero-img-wrap.benefits {
    background-image: url(../img/lower/benefits_hero.jpg);
  }
}
.l-lower-hero-img-wrap.orientation {
  background-image: url(../img/lower/orientation_hero_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-lower-hero-img-wrap.orientation {
    background-image: url(../img/lower/orientation_hero.jpg);
  }
}
.l-lower-hero-img-inner {
  position: relative;
  height: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-lower-hero-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0;
  padding-left: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-ttl {
    font-size: 3rem;
    padding-left: 50px;
    margin-top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-hero-ttl {
    font-size: 4.6rem;
  }
}

.l-lower-hero-office-wrap .l-lower-hero-ttl {
  padding-left: 10px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-office-wrap .l-lower-hero-ttl {
    padding-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-office-wrap .l-lower-hero-ttl {
    padding-left: 50px;
  }
}
/* -----------------------------------------------------------------------------
		l-lower-hero-office-wrap（事業所別ヒーローヘッダー）
		-------------------------------------------------------------------------- */
.l-lower-hero-office-wrap {
  padding: 100px 20px 60px;
  background-size: cover;
  background-position: top right;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-office-wrap {
    padding: 210px 40px 120px;
  }
}
.l-lower-hero-office-wrap.ashitaka {
  background-image: url(../img/lower/ashitaka_hero_sp.jpg?202512021400);
}
@media screen and (min-width: 768px) {
  .l-lower-hero-office-wrap.ashitaka {
    background-image: url(../img/lower/ashitaka_hero_pc.jpg?202512021400);
  }
}
.l-lower-hero-office-wrap.kofu {
  background-image: url(../img/lower/kofu_hero_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-lower-hero-office-wrap.kofu {
    background-image: url(../img/lower/kofu_hero_pc.jpg);
  }
}
.l-lower-hero-office-wrap.fujikawa {
  background-image: url(../img/lower/fujikawa_hero_sp.jpg);
}
@media screen and (min-width: 768px) {
  .l-lower-hero-office-wrap.fujikawa {
    background-image: url(../img/lower/fujikawa_hero_pc.jpg);
  }
}
.l-lower-hero-office-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-lower-hero-office-desc {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  max-width: 800px;
  padding-left: 0;
  margin: 50px 0 30px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-office-desc {
    font-size: 2rem;
    padding-left: 0;
    margin: 120px 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-office-desc {
    padding-left: 50px;
  }
}
.l-lower-hero-office-cate-items {
  padding-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-office-cate-items {
    padding-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-office-cate-items {
    padding-left: 50px;
  }
}
.l-lower-hero-office-cate-items li {
  display: inline-block;
  padding: 2px 15px;
  border-radius: 50px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-office-cate-items li {
    font-size: 1.6rem;
    padding: 2px 20px;
  }
}
/* -----------------------------------------------------------------------------
		l-lower-hero-txt-wrap（テキストのみヒーローヘッダー）
		-------------------------------------------------------------------------- */
.l-lower-hero-txt-wrap {
  padding: 0 20px;
  aspect-ratio: 750/410;
  width: 100%;
  background-image: url(../img/lower/lower_hero_sp.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-txt-wrap {
    aspect-ratio: 750/280;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-txt-wrap {
    aspect-ratio: 1500/440;
    background-image: url(../img/lower/lower_hero_bg.jpg);
  }
}
.l-lower-hero-txt-inner {
  position: relative;
  height: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* -----------------------------------------------------------------------------
		l-lower-hero-about-wrap（アルムについてページのヒーローヘッダー）
		-------------------------------------------------------------------------- */
.l-lower-hero-about-wrap {
  max-height: auto;
  position: relative;
  padding: 80px 20px 40px;
  background-image: url(../img/lower/about_hero_sp.jpg);
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-about-wrap {
    max-height: 780px;
    padding: 180px 40px 120px;
    background-image: url(../img/lower/about_hero.jpg);
    background-position: top 0 right 10%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-about-wrap {
    background-position: top right;
  }
}
.l-lower-about-deco01 {
  width: 18%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  mix-blend-mode: normal;
}
@media screen and (min-width: 768px) {
  .l-lower-about-deco01 {
    width: 9%;
    bottom: 50px;
    top: auto;
    mix-blend-mode: normal;
  }
}
.l-lower-about-deco02 {
  width: 25%;
  position: absolute;
  bottom: -80px;
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 480px) {
  .l-lower-about-deco02 {
    width: 14%;
    bottom: -40px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-about-deco02 {
    bottom: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-about-deco02 {
    bottom: -200px;
  }
}

.l-lower-about-deco03 {
  width: 10%;
  position: absolute;
  bottom: 40px;
  right: 20%;
}
@media screen and (min-width: 480px) {
  .l-lower-about-deco03 {
    width: 6.7%;
    bottom: 60px;
    right: 13%;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-about-deco03 {
    bottom: 60px;
    right: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-about-deco03 {
    bottom: 40px;
    right: 10%;
  }
}

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

.l-lower-hero-about-inner .l-lower-hero-ttl {
  margin: 0 0 50px 0;
  line-height: 1.4;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-about-inner .l-lower-hero-ttl {
    margin: 0 0 120px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-about-inner .l-lower-hero-ttl {
    padding-left: 50px;
  }
}
.l-lower-hero-about-inner .l-breadcrumbs-wrap {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-about-inner .l-breadcrumbs-wrap {
    margin-bottom: 100px;
  }
}
.l-lower-hero-about-desc {
  position: relative;
  max-width: 700px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 0;
  color: #fff;
  margin-bottom: 15px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-about-desc {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-hero-about-desc {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-hero-about-desc {
    padding-left: 100px;
  }
}

.pc-hide {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
		l-lower-job
		-------------------------------------------------------------------------- */
.l-lower-job {
  margin-top: 50px;
  position: relative;
}

.l-lower-job-deco01 {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-lower-job-deco01 {
    width: 143px;
    top: -50px;
  }
}
.l-lower-job-intro {
  padding: 0 20px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-job-intro {
    padding: 0 40px 110px;
  }
}
.l-lower-job-intro-inner {
  max-width: 980px;
  margin: 0 auto;
}

.l-lower-job-intro-txt {
  max-width: 740px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-job-intro-txt {
    font-size: 2rem;
  }
}
.l-lower-job-contents {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-job-contents {
    padding: 0 40px;
  }
}
.l-lower-job-contents-bg {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f3f8fd;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-job-contents-bg {
    padding: 70px 40px;
    border-radius: 40px;
  }
}
.l-lower-job-contents-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-job-contents-ttl {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-job-contents-ttl {
    margin-bottom: 30px;
  }
}
.l-lower-job-contents-inner::before {
  content: "";
  display: inline-block;
  width: 82px;
  height: 83px;
  background-image: url(../img/lower/job_img02.png);
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-job-contents-inner::before {
    width: 170px;
    height: 173px;
    top: -100px;
  }
}
.l-lower-job-contents-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #d8d8d8;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-job-contents-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding: 60px 0;
  }
}
.l-lower-job-contents-items li:last-of-type {
  border-bottom: none;
}

.l-lower-job-contents-item-img-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-job-contents-item-img-box {
    width: 50%;
    padding-right: 4.5%;
  }
}
.l-lower-job-contents-item-img-box img {
  border-radius: 10px;
}

.l-lower-job-contents-item-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-job-contents-item-txt-box {
    width: 50%;
  }
}
.l-lower-job-contents-item-txt-box .m-lower-subttl {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-job-contents-item-txt-box .m-lower-subttl {
    margin-bottom: 30px;
  }
}
.l-lower-job-bottom-txt {
  text-align: left;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .l-lower-job-bottom-txt {
    text-align: center;
  }
}
.l-lower-job-contents .m-cmn-small-btn {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-job-contents .m-cmn-small-btn {
    width: 320px;
  }
}
.l-lower-job-reason {
  position: relative;
  padding: 60px 20px 180px;
}
@media screen and (min-width: 768px) {
  .l-lower-job-reason {
    padding: 100px 40px 250px;
  }
}
.l-lower-job-deco02 {
  width: 130px;
  position: absolute;
  bottom: 1%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-job-deco02 {
    width: 350px;
    bottom: 18%;
    right: 0;
  }
}
.l-lower-job-reason-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-job-reason .m-lower-section-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-job-reason .m-lower-section-ttl {
    margin-bottom: 35px;
  }
}
.l-lower-job-reason-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 8%;
}
@media screen and (min-width: 768px) {
  .l-lower-job-reason-items {
    gap: 50px 8%;
  }
}
.l-lower-job-reason-items li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-job-reason-items li {
    width: 46%;
  }
}
.l-lower-job-reason-item-img-box {
  margin-bottom: 20px;
}
.l-lower-job-reason-item-img-box img {
  border-radius: 20px;
}
.l-lower-job-reason-item-txt-box .m-lower-subttl {
  margin-bottom: 20px;
}

.l-lower-job-data {
  position: relative;
  padding: 0 20px 80px;
  background-image: url(../img/index/index_bg03.jpg);
  background-size: contain;
  background-repeat: repeat;
  margin-bottom: 200px;
}
@media screen and (min-width: 480px) {
  .l-lower-job-data {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-job-data {
    padding: 0 40px 120px;
    margin-bottom: 360px;
  }
}
.l-lower-job-data::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100px;
  background-image: url(../img/index/index_bg01_sp.png);
  background-size: cover;
  position: absolute;
  top: -99px;
  left: 0;
}
@media screen and (min-width: 480px) {
  .l-lower-job-data::before {
    height: 135px;
    top: -134px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-job-data::before {
    background-image: url(../img/index/index_bg01.png);
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-job-data::before {
    height: 30%;
    top: -29%;
  }
}
.l-lower-job-data-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-job-data-items-pc {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 4%;
}
@media screen and (min-width: 768px) {
  .l-lower-job-data-items-pc {
    gap: 40px 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-lower-job-data-items-pc li {
  border-radius: 10px;
  overflow: hidden;
}

.l-lower-job-data-items-pc li:nth-of-type(1),
.l-lower-job-data-items-pc li:nth-of-type(2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-job-data-items-pc li:nth-of-type(1),
  .l-lower-job-data-items-pc li:nth-of-type(2) {
    width: 48%;
  }
}
.l-lower-job-data-items-pc li:nth-of-type(3),
.l-lower-job-data-items-pc li:nth-of-type(4),
.l-lower-job-data-items-pc li:nth-of-type(5) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-job-data-items-pc li:nth-of-type(3),
  .l-lower-job-data-items-pc li:nth-of-type(4),
  .l-lower-job-data-items-pc li:nth-of-type(5) {
    width: 30.6%;
  }
}
.l-lower-job-data-items-sp.job {
  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: 10px 2%;
}
@media screen and (min-width: 768px) {
  .l-lower-job-data-items-sp.job {
    display: none;
  }
}
.l-lower-job-data-items-sp.job li:nth-of-type(1),
.l-lower-job-data-items-sp.job li:nth-of-type(2) {
  width: 100%;
}

.l-lower-job-data-items-sp.job li:nth-of-type(3),
.l-lower-job-data-items-sp.job li:nth-of-type(4),
.l-lower-job-data-items-sp.job li:nth-of-type(5) {
  width: 49%;
}

.l-lower-job-data-items-sp.job li img {
  border-radius: 10px;
}

.l-lower-job-data .m-lower-section-ttl {
  color: #fff;
  margin-bottom: 30px;
}

/* -----------------------------------------------------------------------------
		l-lower-ashitaka
		-------------------------------------------------------------------------- */
.l-lower-office-ashitaka {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka {
    padding: 120px 0 0;
  }
}
.l-lower-office-ashitaka-works {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-works {
    margin-bottom: 100px;
  }
}
.l-lower-office-ashitaka-works-inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f3f8fd;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-works-inner {
    padding: 80px 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-office-ashitaka-works-inner {
    padding: 75px 90px;
  }
}

.l-lower-office-ashitaka-deco {
  width: 90px;
  position: absolute;
  top: -15px;
  right: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-deco {
    width: 180px;
    top: -70px;
    right: 80px;
  }
}
.l-lower-office-ashitaka-works-ttl {
  margin-bottom: 30px;
}

.l-lower-office-ashitaka-works-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-works-contents {
    -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-office-ashitaka-works-img-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-works-img-box {
    width: 50%;
    padding-right: 50px;
  }
}
.l-lower-office-ashitaka-works-img-box img {
  border-radius: 20px;
}

.l-lower-office-ashitaka-works-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-works-txt-box {
    width: 50%;
  }
}
.l-lower-office-ashitaka-details {
  padding: 0 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-details {
    padding: 0 40px;
    margin-bottom: 100px;
  }
}
.l-lower-office-ashitaka-details-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-office-ashitaka-details-ttl {
  margin-bottom: 30px;
}

.l-lower-office-ashitaka-details-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: 30px 5%;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-details-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 5%;
  }
}
.l-lower-office-ashitaka-details-items li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-details-items li {
    width: 47.5%;
  }
}
.l-lower-office-ashitaka-details-items li img {
  aspect-ratio: 500/300;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  border-radius: 20px;
}

.l-lower-office-ashitaka-details-items li .m-lower-subttl {
  margin-bottom: 20px;
}

.l-lower-office-ashitaka-benefits {
  padding: 50px 20px 150px;
  background-color: #f3f8fd;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-benefits {
    padding: 100px 40px 300px;
  }
}
.l-lower-office-ashitaka-benefits-inner {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-benefits-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-office-ashitaka-benefits-ttl-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-benefits-ttl-box {
    width: 40%;
  }
}
.l-lower-office-ashitaka-benefits-content-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-benefits-content-box {
    width: 60%;
  }
}
.l-lower-office-ashitaka-benefits-content-box ul {
  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 4%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-benefits-content-box ul {
    gap: 20px 4%;
  }
}
.l-lower-office-ashitaka-benefits-content-box ul li {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-benefits-content-box ul li {
    width: 48%;
    height: 130px;
  }
}
.l-lower-office-ashitaka-benefits-content-box ul li::before {
  content: "";
  display: inline-block;
  background-size: cover;
  margin-right: 15px;
}

.l-lower-office-ashitaka-benefits-content-box ul li:nth-of-type(1)::before {
  background-image: url(../img/common/cmn_ico_fukuri_ryo.png);
  width: 58px;
  height: 40px;
}

.l-lower-office-ashitaka-benefits-content-box ul li:nth-of-type(2)::before {
  background-image: url(../img/common/cmn_ico_fukuri_iwaikin.png);
  width: 62px;
  height: 43px;
}

.l-lower-office-ashitaka-benefits-content-box ul li:nth-of-type(3)::before {
  background-image: url(../img/common/cmn_ico_fukuri_sien.png);
  width: 57px;
  height: 51px;
}

.l-lower-office-ashitaka-benefits-content-box ul li:nth-of-type(4)::before {
  background-image: url(../img/common/cmn_ico_fukuri_dainisinsotsu.png);
  width: 59px;
  height: 59px;
}

.page-kofu .l-lower-office-ashitaka-benefits-content-box ul li:nth-of-type(1)::before {
  background-image: url(../img/common/cmn_ico_fukuri_iwaikin.png);
  width: 62px;
  height: 43px;
}

.page-kofu .l-lower-office-ashitaka-benefits-content-box ul li:nth-of-type(2)::before {
  background-image: url(../img/lower/benefits_img04.png);
  width: 45px;
  height: 43px;
}

.page-fujikawa .l-lower-office-ashitaka-benefits-content-box ul li:nth-of-type(2)::before {
  background-image: url(../img/lower/benefits_img04.png);
  width: 45px;
  height: 43px;
  margin-right: 18px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .page-fujikawa .l-lower-office-ashitaka-benefits-content-box ul li:nth-of-type(2)::before {
    margin-right: 20px;
  }
}
.page-fujikawa .l-lower-office-ashitaka-benefits-content-box ul li:nth-of-type(4)::before {
  background-image: url(../img/common/cmn_ico_fukuri_iwaikin.png);
  width: 62px;
  height: 43px;
}

.l-lower-office-ashitaka-benefits .m-cmn-small-btn {
  margin-left: auto;
}

.l-lower-office-ashitaka-benefits-deco {
  width: 130px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-benefits-deco {
    width: 263px;
    left: -80px;
    bottom: -100px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-benefits-deco {
    bottom: 0;
  }
}
.page-kofu .l-lower-office-ashitaka-benefits-deco {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-kofu .l-lower-office-ashitaka-benefits-deco {
    bottom: -36%;
  }
}
.l-lower-office-ashitaka-data {
  position: relative;
  padding: 0 20px 60px;
  background-image: url(../img/index/index_bg03.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-data {
    padding: 0 40px 120px;
  }
}
.l-lower-office-ashitaka-data::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100px;
  background-image: url(../img/index/index_bg01_sp.png);
  background-size: cover;
  position: absolute;
  top: -99px;
  left: 0;
}
@media screen and (min-width: 480px) {
  .l-lower-office-ashitaka-data::before {
    height: 135px;
    top: -134px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-data::before {
    background-image: url(../img/index/index_bg01.png);
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-data::before {
    height: 30%;
    top: -29%;
  }
}
.l-lower-office-ashitaka-data-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-office-ashitaka-data-items-pc {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 4%;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-data-items-pc {
    gap: 40px 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-lower-office-ashitaka-data-items-pc li {
  border-radius: 10px;
  overflow: hidden;
}

.l-lower-office-ashitaka-data-items-pc li:nth-of-type(1),
.l-lower-office-ashitaka-data-items-pc li:nth-of-type(2),
.l-lower-office-ashitaka-data-items-pc li:nth-of-type(3),
.l-lower-office-ashitaka-data-items-pc li:nth-of-type(4) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-data-items-pc li:nth-of-type(1),
  .l-lower-office-ashitaka-data-items-pc li:nth-of-type(2),
  .l-lower-office-ashitaka-data-items-pc li:nth-of-type(3),
  .l-lower-office-ashitaka-data-items-pc li:nth-of-type(4) {
    width: 48%;
  }
}
.l-lower-office-ashitaka-data-items-pc li:nth-of-type(5),
.l-lower-office-ashitaka-data-items-pc li:nth-of-type(6),
.l-lower-office-ashitaka-data-items-pc li:nth-of-type(7) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-data-items-pc li:nth-of-type(5),
  .l-lower-office-ashitaka-data-items-pc li:nth-of-type(6),
  .l-lower-office-ashitaka-data-items-pc li:nth-of-type(7) {
    width: 30.6%;
  }
}
.l-lower-office-ashitaka-data-items-sp.ashitaka {
  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: 10px 2%;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-data-items-sp.ashitaka {
    display: none;
  }
}
.l-lower-office-ashitaka-data-items-sp.ashitaka li:nth-of-type(1),
.l-lower-office-ashitaka-data-items-sp.ashitaka li:nth-of-type(2),
.l-lower-office-ashitaka-data-items-sp.ashitaka li:nth-of-type(3),
.l-lower-office-ashitaka-data-items-sp.ashitaka li:nth-of-type(4) {
  width: 100%;
}

.l-lower-office-ashitaka-data-items-sp.ashitaka li:nth-of-type(5),
.l-lower-office-ashitaka-data-items-sp.ashitaka li:nth-of-type(6),
.l-lower-office-ashitaka-data-items-sp.ashitaka li:nth-of-type(7) {
  width: 49%;
}

.l-lower-office-ashitaka-data-items-sp.ashitaka li img {
  border-radius: 10px;
}

.page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(1),
.page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(1),
  .page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(2) {
    width: 48%;
  }
}
.page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(3) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(3) {
    width: 65%;
  }
}
.page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(4) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(4) {
    width: 30.5%;
  }
}
.page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(5),
.page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(6) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(5),
  .page-fujikawa .l-lower-office-ashitaka-data-items-pc li:nth-of-type(6) {
    width: 30.6%;
  }
}
.page-fujikawa .l-lower-office-ashitaka-data-items-sp {
  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: 10px 2%;
}
@media screen and (min-width: 768px) {
  .page-fujikawa .l-lower-office-ashitaka-data-items-sp {
    display: none;
  }
}
.page-fujikawa .l-lower-office-ashitaka-data-items-sp li:nth-of-type(1),
.page-fujikawa .l-lower-office-ashitaka-data-items-sp li:nth-of-type(2),
.page-fujikawa .l-lower-office-ashitaka-data-items-sp li:nth-of-type(3) {
  width: 100%;
}

.page-fujikawa .l-lower-office-ashitaka-data-items-sp li:nth-of-type(4),
.page-fujikawa .l-lower-office-ashitaka-data-items-sp li:nth-of-type(5),
.page-fujikawa .l-lower-office-ashitaka-data-items-sp li:nth-of-type(6) {
  width: 49%;
}

.page-fujikawa .l-lower-office-ashitaka-data-items-sp li img {
  border-radius: 10px;
}

.l-lower-office-ashitaka-data .m-lower-section-ttl {
  color: #fff;
  margin-bottom: 30px;
}

.l-lower-office-ashitaka-session {
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-session {
    padding: 120px 40px;
  }
}
.l-lower-office-ashitaka-session-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-session-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-office-ashitaka-session-txt-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-session-txt-box {
    width: 43%;
    padding-right: 50px;
  }
}
.l-lower-office-ashitaka-session-ttl {
  margin-bottom: 35px;
}

.l-lower-office-ashitaka-session-txt {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-session-txt {
    margin-bottom: 70px;
  }
}
.l-lower-office-ashitaka-session-txt-box .m-cmn-small-btn {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-session-txt-box .m-cmn-small-btn {
    margin-left: 0;
  }
}
.l-lower-office-ashitaka-session-img-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-session-img-box {
    width: 57%;
  }
}
.l-lower-office-ashitaka-session-img-box img {
  border-radius: 20px;
  aspect-ratio: 620/420;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-office-ashitaka-requirements {
  padding: 60px 20px 200px;
  background-color: #f3f8fd;
}
@media screen and (min-width: 480px) {
  .l-lower-office-ashitaka-requirements {
    padding: 60px 20px 300px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-requirements {
    padding: 100px 40px 400px;
  }
}
.l-lower-office-ashitaka-requirements-inner {
  max-width: 980px;
  margin: 0 auto;
}

.l-lower-office-ashitaka-requirements-ttl {
  text-align: center;
  margin-bottom: 40px;
}

.l-lower-office-ashitaka-requirements-box {
  padding: 30px 20px 60px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-requirements-box {
    padding: 30px 40px 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-requirements-box {
    padding: 30px 70px 60px;
  }
}
.l-lower-office-ashitaka-requirements-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;
  border-bottom: 1px solid #bebebe;
  padding: 20px 0;
  gap: 5px;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-requirements-box div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding: 30px 0;
  }
}
.l-lower-office-ashitaka-requirements-box dt {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-requirements-box dt {
    width: 180px;
  }
}
.l-lower-office-ashitaka-requirements-box dd {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-office-ashitaka-requirements-box dd {
    width: calc(100% - 180px);
  }
}
.l-lower-office-ashitaka-requirements-box dd p {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.l-lower-office-ashitaka-requirements-box dd b {
  display: inline-block;
  margin: 5px 0 !important;
}

.l-lower-office-ashitaka-requirements-box dd small {
  display: inline-block;
  line-height: 1.8;
}

.l-lower-office-ashitaka-requirements-box dd .oneroom-txt {
  text-indent: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-office-ashitaka-requirements-box dd .oneroom-txt {
    text-indent: -178px;
    padding-left: 178px;
  }
}
.l-lower-office-ashitaka-requirements-box dd ol {
  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;
}

/* -----------------------------------------------------------------------------
		l-lower-recruitement
		-------------------------------------------------------------------------- */
.l-lower-recruitment {
  margin-top: 50px;
}

.l-lower-recruitment-contents {
  padding: 0 20px;
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents {
    padding: 0 40px;
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-recruitment-contents {
    margin-bottom: 400px;
  }
}

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

.l-lower-recruitment-contents-nav-cate-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 2%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents-nav-cate-box {
    gap: 20px 2%;
    margin-bottom: 40px;
  }
}
.l-lower-recruitment-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: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents-nav-cate-box li {
    width: 23.5%;
    font-size: 1.8rem;
    padding: 4px;
  }
}
.l-lower-recruitment-contents-nav-cate-box li.is-active {
  color: #fff;
  background-color: #1abaff;
  border: 2px solid #1abaff;
}

.l-lower-recruitment-contents-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents-detail-box {
    gap: 50px;
  }
}
.l-lower-recruitment-contents-detail-box > div {
  border: 2px solid #1abaff;
  border-radius: 10px;
  overflow: hidden;
}

.l-lower-recruitment-contents-detail-head {
  position: relative;
}

.l-lower-recruitment-contents-detail-head::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #2f4fed;
  position: absolute;
  right: 30px;
  top: auto;
  bottom: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents-detail-head::before {
    top: 50%;
    bottom: auto;
    width: 35px;
    height: 3px;
  }
}
.l-lower-recruitment-contents-detail-head::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #2f4fed;
  position: absolute;
  right: 30px;
  bottom: 50px;
  top: auto;
  -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-recruitment-contents-detail-head::after {
    top: 50%;
    bottom: auto;
    width: 35px;
    height: 3px;
  }
}
.l-lower-recruitment-contents-detail-head.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.l-lower-recruitment-contents-detail-head-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: 15px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents-detail-head-inner {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 70px 50px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-recruitment-contents-detail-head-inner {
    padding: 50px 70px 50px 50px;
    gap: 60px;
  }
}
.l-lower-recruitment-contents-detail-head-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents-detail-head-img-box {
    width: 350px;
  }
}
.l-lower-recruitment-contents-detail-head-img-box img {
  border-radius: 10px;
}

.l-lower-recruitment-contents-detail-head-txt-box {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents-detail-head-txt-box {
    max-width: 420px;
  }
}
.l-lower-recruitment-contents-detail-head-nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  margin: 15px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents-detail-head-nav-lists {
    margin: 30px 0 20px;
  }
}
.l-lower-recruitment-contents-detail-head-nav-lists li {
  padding: 0 20px;
  border: 2px solid #1abaff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 50px;
}

.l-lower-recruitment-contents-detail-head-desc {
  margin-bottom: 25px;
}

.l-lower-recruitment-contents-detail-head-txt-box .m-cmn-small-btn {
  font-size: 1.4rem;
  width: 200px;
}

.l-lower-recruitment-contents-detail-bottom {
  display: none;
  background-color: #f3f8fd;
  padding: 30px 20px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents-detail-bottom {
    padding: 30px 40px 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-recruitment-contents-detail-bottom {
    padding: 30px 50px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-recruitment-contents-detail-bottom {
    padding: 30px 80px 60px;
  }
}

.l-lower-recruitment-contents-detail-bottom-inner 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-bottom: 1px solid #bebebe;
  padding: 20px 0;
  gap: 5px;
}
@media screen and (min-width: 1000px) {
  .l-lower-recruitment-contents-detail-bottom-inner div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding: 30px 0;
  }
}
.l-lower-recruitment-contents-detail-bottom-inner dt {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-recruitment-contents-detail-bottom-inner dt {
    width: 180px;
  }
}
.l-lower-recruitment-contents-detail-bottom-inner dd {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-recruitment-contents-detail-bottom-inner dd {
    width: calc(100% - 180px);
  }
}
.l-lower-recruitment-contents-detail-bottom-inner dd p {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.l-lower-recruitment-contents-detail-bottom-inner dd b {
  display: inline-block;
  margin: 5px 0 !important;
}

.l-lower-recruitment-contents-detail-bottom-inner dd small {
  display: inline-block;
  line-height: 1.8;
}

.l-lower-recruitment-contents-detail-bottom-inner dd .oneroom-txt {
  text-indent: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-recruitment-contents-detail-bottom-inner dd .oneroom-txt {
    text-indent: -178px;
    padding-left: 178px;
  }
}
.l-lower-recruitment-contents-detail-bottom-inner dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-lower-recruitment-contents-detail-bottom-inner dd li {
  padding: 15px;
}

.l-lower-recruitment-contents-detail-bottom-inner dd li:first-of-type {
  padding-top: 0;
}

.l-lower-recruitment-contents-detail-bottom-inner dd li:nth-of-type(even) {
  background-color: #fff;
}

.l-lower-recruitment-contents-detail-bottom .m-cmn-small-btn {
  margin: 40px auto 0;
}

/* -----------------------------------------------------------------------------
		l-lower-entry
		-------------------------------------------------------------------------- */
.l-lower-entry {
  padding: 70px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-entry {
    padding: 50px 40px 140px;
  }
}
.l-lower-entry-inner {
  max-width: 980px;
  margin: 0 auto;
}

.l-lower-entry-intro {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-entry-intro {
    text-align: center;
    margin-bottom: 50px;
  }
}
.l-lower-entry-form-wrap {
  padding: 20px;
  background-color: #f3f8fd;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-entry-form-wrap {
    padding: 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-entry-form-wrap {
    padding: 80px 90px;
  }
}
.l-lower-entry-form-attention {
  color: #2f4fed;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-entry-form-attention {
    margin-bottom: 30px;
  }
}
/* -----------------------------------------------------------------------------
		l-lower-about
		-------------------------------------------------------------------------- */
.l-lower-about {
  background-color: #f3f8fd;
}

.l-lower-about-posture {
  padding: 50px 20px 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-posture {
    padding: 100px 40px 0;
  }
}
.l-lower-about-posture-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-about-posture-inner .m-lower-section-ttl {
  margin-bottom: 30px;
}

.l-lower-about-posture-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  border-bottom: 1px solid #d8d8d8;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-posture-items li {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-posture-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-about-posture-item-img-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-posture-item-img-box {
    width: 50%;
    padding-right: 50px;
  }
}
.l-lower-about-posture-item-img-box img {
  border-radius: 20px;
}

.l-lower-about-posture-item-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-about-posture-item-txt-box {
    width: 50%;
  }
}
.l-lower-about-posture-item-txt-box .m-lower-subttl {
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 1.9rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-lower-about-posture-item-txt-box .m-lower-subttl {
    font-size: 2.6rem;
  }
}
.l-lower-about-posture-item-txt-box .m-lower-txt {
  margin-bottom: 15px;
}

.l-lower-about-posture-item-txt-box .m-lower-txt:last-of-type {
  margin-bottom: 0;
}

.l-lower-about-base {
  padding: 0 20px 150px;
}
@media screen and (min-width: 480px) {
  .l-lower-about-base {
    padding: 0 40px 150px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-about-base {
    padding: 0 40px 180px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-base {
    padding: 0 40px 350px;
  }
}
.l-lower-about-base-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 30px 20px;
  background-image: url(../img/lower/about_img07.jpg);
  background-size: contain;
  background-position: top right;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-about-base-inner {
    padding: 70px 30px 10px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-base-inner {
    padding: 70px 60px 10px;
  }
}
.l-lower-about-base-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-base-ttl {
    font-size: 2.4rem;
  }
}
.l-lower-about-base-section-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1abaff;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-base-section-ttl {
    font-size: 2rem;
  }
}
.l-lower-about-base-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-base-lists {
    margin-bottom: 50px;
  }
}
.l-lower-about-base-lists li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-about-base-lists li {
    width: 31.5%;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-base-lists li {
    font-size: 1.8rem;
  }
}
.l-lower-about-base-lists li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #2f4fed;
  margin-right: 5px;
}

.l-lower-about-message {
  padding: 0 20px 150px;
}
@media screen and (min-width: 480px) {
  .l-lower-about-message {
    padding: 0 20px 200px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-about-message {
    padding: 0 40px 200px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-message {
    padding: 0 40px 300px;
  }
}
.l-lower-about-message-inner {
  max-width: 980px;
  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;
}
@media screen and (min-width: 768px) {
  .l-lower-about-message-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-about-message-ttl-box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-message-ttl-box {
    width: 270px;
  }
}
.l-lower-about-message-ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.3;
  z-index: 1;
}

.l-lower-about-message-ttl-box::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/lower/about_deco03.png);
  position: absolute;
  background-size: cover;
  left: 17%;
  top: -5px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-about-message-ttl-box::before {
    width: 99px;
    height: 99px;
    left: 15%;
    top: -20px;
  }
}
.l-lower-about-message-detail-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-message-detail-box {
    width: calc(100% - 270px);
  }
}
.l-lower-about-message-detail-box p {
  margin-bottom: 10px;
}

.l-lower-about-data {
  position: relative;
  padding: 0 20px 60px;
  background-image: url(../img/index/index_bg03.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .l-lower-about-data {
    padding: 0 40px 120px;
  }
}
.l-lower-about-data::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100px;
  background-image: url(../img/index/index_bg01_sp.png);
  background-size: cover;
  position: absolute;
  top: -99px;
  left: 0;
}
@media screen and (min-width: 480px) {
  .l-lower-about-data::before {
    height: 135px;
    top: -134px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-about-data::before {
    background-image: url(../img/index/index_bg01.png);
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-data::before {
    height: 25%;
    top: -24%;
  }
}
.l-lower-about-data-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-about-data-items-pc {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 4%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-data-items-pc {
    gap: 40px 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-lower-about-data-items-pc li {
  border-radius: 10px;
  overflow: hidden;
}

.l-lower-about-data-items-pc li:nth-of-type(1),
.l-lower-about-data-items-pc li:nth-of-type(2),
.l-lower-about-data-items-pc li:nth-of-type(3) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-data-items-pc li:nth-of-type(1),
  .l-lower-about-data-items-pc li:nth-of-type(2),
  .l-lower-about-data-items-pc li:nth-of-type(3) {
    width: 30.5%;
  }
}
.l-lower-about-data-items-pc li:nth-of-type(4) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-data-items-pc li:nth-of-type(4) {
    width: 57%;
  }
}
.l-lower-about-data-items-pc li:nth-of-type(5) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-data-items-pc li:nth-of-type(5) {
    width: 39%;
  }
}
.l-lower-about-data-items-pc li:nth-of-type(6) {
  width: 100%;
}

.l-lower-about-data-items-sp {
  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: 10px 2%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-data-items-sp {
    display: none;
  }
}
.l-lower-about-data-items-sp.about li:nth-of-type(1),
.l-lower-about-data-items-sp.about li:nth-of-type(2),
.l-lower-about-data-items-sp.about li:nth-of-type(3),
.l-lower-about-data-items-sp.about li:nth-of-type(4) {
  width: 49%;
}

.l-lower-about-data-items-sp.about li:nth-of-type(5),
.l-lower-about-data-items-sp.about li:nth-of-type(6) {
  width: 100%;
}

.l-lower-about-data-items-sp.about li img {
  border-radius: 10px;
}

.l-lower-about-data .m-lower-section-ttl {
  color: #fff;
  margin-bottom: 30px;
}

.l-lower-about-evaluation {
  padding: 50px 20px 200px;
  background-color: #fff;
}
@media screen and (min-width: 480px) {
  .l-lower-about-evaluation {
    padding: 50px 20px 280px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-about-evaluation {
    padding: 100px 40px 350px;
  }
}
.l-lower-about-evaluation-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-about-evaluation-inner .m-lower-section-ttl {
  margin-bottom: 30px;
}

.l-lower-about-evaluation-inner > .m-lower-txt {
  margin-bottom: 40px;
}

.l-lower-about-evaluation-items {
  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: 20px 2%;
}
@media screen and (min-width: 768px) {
  .l-lower-about-evaluation-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-lower-about-evaluation-items li {
  width: 100%;
  padding: 30px 30px 40px;
  border-radius: 20px;
  background-color: #f3f8fd;
}
@media screen and (min-width: 768px) {
  .l-lower-about-evaluation-items li {
    width: 49%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-about-evaluation-items li {
    width: 32%;
  }
}
.l-lower-about-evaluation-items li img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 15px;
}
.l-lower-about-evaluation-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .l-lower-about-evaluation-item-ttl {
    font-size: 2.4rem;
  }
}

/* -----------------------------------------------------------------------------
		l-lower-benefits
		-------------------------------------------------------------------------- */
.l-lower-benefits-welfare {
  position: relative;
  padding: 100px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare {
    padding: 210px 40px;
  }
}
.l-lower-benefits-welfare-deco01 {
  position: absolute;
  width: 24%;
  top: -30px;
  left: 20px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-deco01 {
    top: -100px;
    left: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-benefits-welfare-deco01 {
    top: -120px;
    left: 80px;
  }
}
.l-lower-benefits-welfare-deco02 {
  position: absolute;
  width: 26%;
  top: 40px;
  right: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

.l-lower-benefits-welfare-inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 20px;
  border-radius: 20px;
  background-color: #f3f8fd;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-inner {
    padding: 70px 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-benefits-welfare-inner {
    padding: 70px 100px;
  }
}

.l-lower-benefits-welfare-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;
  margin-top: 20px;
  gap: 10px 3%;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items {
    margin-top: 40px;
    gap: 20px 3%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-benefits-welfare-items {
    gap: 30px 3%;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-benefits-welfare-items {
    gap: 30px 6%;
  }
}

.l-lower-benefits-welfare-items li {
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-benefits-welfare-items li {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-benefits-welfare-items li {
    width: 47%;
  }
}

.l-lower-benefits-welfare-items li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:hover {
    opacity: 0.8;
  }
}
.l-lower-benefits-welfare-items li a {
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px 0 20px;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li a {
    height: 120px;
    padding: 0 100px 0 40px;
    border-radius: 20px;
  }
}
.l-lower-benefits-welfare-items li a::before {
  content: "";
  display: inline-block;
  background-size: cover;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li a::before {
    margin-right: 20px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(1) a::before {
  background-image: url(../img/lower/benefits_img01.png);
  width: 30px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(1) a::before {
    width: 57px;
    height: 40px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(2) a::before {
  background-image: url(../img/lower/benefits_img02.png);
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(2) a::before {
    width: 57px;
    height: 61px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(3) a::before {
  background-image: url(../img/lower/benefits_img03.png);
  width: 30px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(3) a::before {
    width: 58px;
    height: 40px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(4) a::before {
  background-image: url(../img/lower/benefits_img04.png);
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(4) a::before {
    width: 52px;
    height: 53px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(5) a::before {
  background-image: url(../img/lower/benefits_img05.png);
  width: 26px;
  height: 21px;
}
@media screen and (min-width: 1000px) {
  .l-lower-benefits-welfare-items li:nth-of-type(5) a::before {
    width: 65px;
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-benefits-welfare-items li:nth-of-type(5) a::before {
    width: 51px;
    height: 45px;
  }
}

.l-lower-benefits-welfare-items li:nth-of-type(6) 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(6) a::before {
    width: 54px;
    height: 55px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(7) a::before {
  background-image: url(../img/lower/benefits_img01.png);
  width: 30px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(7) a::before {
    width: 57px;
    height: 40px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(8) a::before {
  background-image: url(../img/lower/benefits_img01.png);
  width: 30px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(8) a::before {
    width: 57px;
    height: 40px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(9) a::before {
  background-image: url(../img/lower/benefits_img01.png);
  width: 30px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(9) a::before {
    width: 57px;
    height: 40px;
  }
}
.l-lower-benefits-welfare-items li:nth-of-type(10) a::before {
  background-image: url(../img/lower/benefits_img01.png);
  width: 30px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li:nth-of-type(10) a::before {
    width: 57px;
    height: 40px;
  }
}
.l-lower-benefits-welfare-items li a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/cmn_ico_swiper_right_bgblue.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-welfare-items li a::after {
    width: 45px;
    height: 45px;
    right: 40px;
  }
}
.l-lower-benefits-welfare-other-items {
  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: 15px 1%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-benefits-welfare-other-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-benefits-welfare-other-items li {
  width: 100%;
  padding: 20px 10px;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-lower-benefits-welfare-other-items li {
    width: 32.5%;
  }
}
.l-lower-benefits-system {
  position: relative;
  padding: 100px 20px 200px;
}
@media screen and (min-width: 480px) {
  .l-lower-benefits-system {
    padding: 100px 20px 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-system {
    padding: 210px 40px 300px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-benefits-system {
    padding: 210px 40px 350px;
  }
}
.l-lower-benefits-system-deco01 {
  position: absolute;
  width: 24%;
  top: -30px;
  left: 20px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-system-deco01 {
    top: -60px;
    left: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-benefits-system-deco01 {
    top: -80px;
    left: 60px;
  }
}
.l-lower-benefits-system-deco02 {
  position: absolute;
  width: 26%;
  top: 40px;
  right: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}
.l-lower-benefits-system-inner {
  position: relative;
  max-width: 1300px;
  padding: 50px 20px;
  background-color: #f3f8fd;
  border-radius: 20px;
  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: 30px 7%;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-system-inner {
    gap: 40px;
    padding: 70px 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-benefits-system-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15%;
    padding: 100px;
  }
}

.l-lower-benefits-system-ttl-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-system-ttl-box {
    width: 280px;
  }
}
.l-lower-benefits-system-contents-box {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-lower-benefits-system-contents-box {
    width: 655px;
  }
}

.l-lower-benefits-system-accordion {
  position: relative;
  border-top: 1px solid #bebebe;
}
.l-lower-benefits-system-accordion:last-of-type {
  border-bottom: 1px solid #bebebe;
}

.l-lower-benefits-system-accordion-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 25px 15px 0;
  color: #000;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-system-accordion-ttl {
    font-size: 2.2rem;
    padding: 30px 50px 30px 30px;
  }
}
.l-lower-benefits-system-accordion-ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #2f4fed;
  position: absolute;
  right: 0;
  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-benefits-system-accordion-ttl::before {
    width: 35px;
    height: 3px;
  }
}
.l-lower-benefits-system-accordion-ttl::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #2f4fed;
  position: absolute;
  right: 0;
  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-benefits-system-accordion-ttl::after {
    width: 35px;
    height: 3px;
  }
}
.l-lower-benefits-system-accordion-ttl.show::before {
  opacity: 0;
}

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

.l-lower-benefits-system-accordion-content {
  display: none;
}

.l-lower-benefits-system-accordion-txt {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  padding: 0 40px 15px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-benefits-system-accordion-txt {
    font-size: 1.6rem;
    padding: 0 80px 30px 30px;
  }
}
/* -----------------------------------------------------------------------------
		l-lower-orientation
		-------------------------------------------------------------------------- */
.l-lower-orientation {
  position: relative;
}

.l-lower-orientation-intro {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-intro {
    padding: 50px 40px 80px;
  }
}
.l-lower-orientation-intro-deco {
  width: 16%;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .l-lower-orientation-intro-deco {
    top: 15%;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-intro-deco {
    top: 8%;
    width: 8.8%;
  }
}
.l-lower-orientation-intro-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 5%;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-intro-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-lower-orientation-intro-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-intro-img-box {
    width: 500px;
  }
}
.l-lower-orientation-intro-txt-box {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-intro-txt-box {
    font-size: 1.8rem;
    width: 560px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-orientation-intro-txt-box {
    padding-top: 80px;
  }
}

.l-lower-orientation-schedule {
  padding: 50px 20px 200px;
  background-color: #f3f8fd;
}
@media screen and (min-width: 480px) {
  .l-lower-orientation-schedule {
    padding: 50px 20px 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule {
    padding: 100px 40px 300px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-orientation-schedule {
    padding: 100px 40px 350px;
  }
}
.l-lower-orientation-schedule-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-orientation-schedule-inner .m-lower-section-ttl {
  margin-bottom: 35px;
}

.l-lower-orientation-schedule-box {
  max-width: 980px;
  margin: 0 auto;
}

.l-lower-orientation-schedule-tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; /* カーソルポインターに */
  border-bottom: 1px solid #bebebe;
}

.l-lower-orientation-schedule-tab {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  width: 33.3333333333%;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-tab {
    font-size: 1.8rem;
  }
}
.l-lower-orientation-schedule-tab span {
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-tab span {
    font-size: 1.4rem;
  }
}
.l-lower-orientation-schedule-tab.active::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #1abaff;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.l-lower-orientation-schedule-panel {
  display: none;
}

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

.l-lower-orientation-schedule-info {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info {
    padding: 50px;
  }
}
.l-lower-orientation-schedule-info-place {
  background-color: rgba(26, 186, 255, 0.08);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info-place {
    padding: 40px;
  }
}
.l-lower-orientation-schedule-info-place-ttl {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 3px;
  background-color: #1abaff;
  padding: 0 30px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info-place-ttl {
    font-size: 1.8rem;
  }
}
.l-lower-orientation-schedule-info-place ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info-place ul li {
    font-size: 1.8rem;
  }
}
.l-lower-orientation-schedule-info-place ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #000;
  position: absolute;
  top: 30px;
  left: 0;
}

.l-lower-orientation-schedule-info-place ul li span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400 !important;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info-place ul li span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-orientation-schedule-info-place ul li span {
    display: inline-block;
    margin-left: 30px;
  }
}
.l-lower-orientation-schedule-info-place ul li a {
  position: relative;
  display: block;
  padding: 15px 15px 40px 10px;
  border-bottom: 1px solid #bebebe;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info-place ul li a {
    padding: 15px 120px 15px 10px;
  }
}
.l-lower-orientation-schedule-info-place ul li a::after {
  content: "Google map";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #2f4fed;
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info-place ul li a::after {
    top: 50%;
  }
}
.l-lower-orientation-schedule-info-place ul li a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/cmn_ico_arrow_bgblue.png);
  background-size: cover;
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info-place ul li a::before {
    top: 50%;
  }
}
.l-lower-orientation-schedule-info-campaign {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info-campaign {
    padding: 0 40px;
  }
}
.l-lower-orientation-schedule-info-campaign-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info-campaign-ttl {
    font-size: 1.8rem;
  }
}
.l-lower-orientation-schedule-info-campaign ol {
  margin-bottom: 15px;
}

.l-lower-orientation-schedule-info-campaign ol li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-info-campaign ol li {
    font-size: 1.6rem;
  }
}
.l-lower-orientation-schedule-info-campaign-desc {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.l-lower-orientation-schedule-select-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: 10px 2%;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-select-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px 2%;
  }
}
.l-lower-orientation-schedule-select-items li {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .l-lower-orientation-schedule-select-items li {
    width: 49%;
  }
}
.l-lower-orientation-schedule-select-btn {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 55px 25px 25px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
  cursor: pointer;
  /* ボタンのデフォルトスタイルを消す */
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* 擬似要素も button にそのまま対応 */
.l-lower-orientation-schedule-select-btn::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/cmn_ico_arrow_bgblue.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.l-contact-dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1000px) {
  .l-contact-dl div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-contact-dl dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-contact-dl dt {
    width: 240px;
  }
}
.m-required {
  font-size: 1.2rem;
  color: #2f4fed;
}

.m-option {
  font-size: 1.2rem;
  color: #000;
}

.l-contact-dl dd {
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  margin-left: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-contact-dl dd {
    width: calc(100% - 240px);
  }
}
::-webkit-input-placeholder {
  color: #bebebe;
}
::-moz-placeholder {
  color: #bebebe;
}
:-ms-input-placeholder {
  color: #bebebe;
}
::-ms-input-placeholder {
  color: #bebebe;
}
::placeholder {
  color: #bebebe;
}

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

.l-contact-dl dd .m-select {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
}

.l-contact-dl dd select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 30px 5px 10px;
  border-radius: 5px !important;
}

.l-contact-dl dd .m-select::before {
  position: absolute;
  top: 17px;
  right: 7px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
}

.l-contact-dl dd .m-select::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #eee;
}

select:disabled {
  background-color: #bbb !important;
}

.l-contact-dl dd.l-contact-min input {
  width: 120px;
}

.l-contact-dl dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 150px;
  resize: none;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.l-contact-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.l-contact-button-box input[type=submit],
.l-contact-button-box button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 240px;
  display: inline-block;
  cursor: pointer;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.025em;
  text-decoration: none;
  padding: 13px 33px;
  position: relative;
  border-radius: 50px;
  background-color: #2f4fed;
}
.wpcf7-list-item {
  display: block !important;
  margin-left: 5px !important;
}

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

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

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

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

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

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

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

.l-contact-dl dd input[type=text].wpcf7-not-valid,
.l-contact-dl dd input[type=email].wpcf7-not-valid,
.l-contact-dl dd input[type=tel].wpcf7-not-valid,
.l-contact-dl dd select.wpcf7-not-valid {
  border: 1px solid #ff002a;
}

.wpcf7-spinner {
  display: block !important;
  margin: 10px auto 0 !important;
}

.l-contact-agree-btn {
  text-align: center;
  margin-bottom: 30px;
}

.wpcf7-acceptance {
  font-size: 1.4rem;
  text-align: center;
}

.wpcf7-acceptance a {
  color: #2f4fed;
  text-decoration: underline;
  text-underline-offset: 5px;
}

input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  vertical-align: -5px;
  background-color: #fff;
  margin-right: 10px;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  width: 12px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_form_check.png);
  background-size: cover;
  content: "";
}

.l-contact-seireki-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-contact-seireki-wrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.l-contact-seireki-wrap > p {
  width: auto;
  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;
}
@media screen and (min-width: 768px) {
  .l-contact-seireki-wrap > p {
    width: auto;
  }
}
.l-contact-seireki-wrap input[type=text] {
  width: 85px !important;
}
@media screen and (min-width: 768px) {
  .l-contact-seireki-wrap input[type=text] {
    width: 100px !important;
  }
}
.l-contact-seireki-wrap select {
  width: 100% !important;
  height: 50px !important;
  background-color: #ffffff !important;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-contact-seireki-wrap select {
    width: 100px !important;
  }
}
.l-contact-seireki-desc {
  position: relative;
}

.l-contact-seireki-desc span {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-contact-seireki-desc span {
    width: auto;
  }
}
.l-contact-seireki-desc::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_form_selectbox.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.l-contact-tel-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-contact-tel-wrap p {
    gap: 60px;
  }
}
.l-contact-tel-wrap p span {
  position: relative;
}

.l-contact-tel-wrap p span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -14px;
}
@media screen and (min-width: 768px) {
  .l-contact-tel-wrap p span::after {
    width: 30px;
    right: -45px;
  }
}
.l-contact-tel-wrap p span:last-of-type::after {
  display: none;
}

.l-contact-todohuken-desc {
  position: relative;
  max-width: 400px;
  background-color: #fff;
}

.l-contact-todohuken-desc::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_form_selectbox.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.l-contact-todohuken-desc select {
  height: 50px;
  border-radius: 5px;
}

.l-contact-kinmuchi-desc {
  position: relative;
  max-width: 400px;
  background-color: #fff;
}

.l-contact-kinmuchi-desc select {
  height: 50px;
  border-radius: 5px;
}

.l-contact-kinmuchi-desc::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_form_selectbox.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.l-contact-nittei-desc {
  position: relative;
  max-width: 400px;
  background-color: #fff;
}

.l-contact-nittei-desc::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_form_selectbox.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.l-contact-nittei-desc select {
  height: 50px;
  border-radius: 5px;
}

.l-contact-kaijyo-desc {
  position: relative;
  max-width: 400px;
  background-color: #fff;
}

.l-contact-kaijyo-desc::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_form_selectbox.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.l-contact-kaijyo-desc select {
  height: 50px;
  border-radius: 5px;
}

.l-lower-contact-thanks {
  padding: 50px 20px 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-thanks {
    padding: 50px 40px 140px;
  }
}
.l-lower-contact-thanks-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-thanks-inner {
    text-align: center;
  }
}
.l-lower-contact-thanks-head {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-thanks-head {
    font-size: 3.2rem;
  }
}
.l-lower-contact-thanks-desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-thanks-desc {
    margin-bottom: 35px;
  }
}
.l-lower-contact-thanks-detail {
  background-color: #f3f8fd;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-thanks-detail {
    padding: 35px;
  }
}
.l-lower-contact-thanks-tel {
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-thanks-tel {
    font-size: 2.7rem;
  }
}
.l-lower-contact-thanks-tel a {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-thanks-tel a {
    font-size: 3.6rem;
  }
}
.l-lower-contact-thanks-detail-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
}

.l-lower-contact-thanks-btn {
  position: relative;
  margin: 60px auto 0;
  text-align: center;
}

.l-lower-contact-thanks-btn a {
  padding-left: 0;
}

.l-lower-contact-thanks-btn a::after {
  position: absolute;
  left: 10px;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
@media screen and (min-width: 768px) {
  .l-lower-contact-thanks-btn a::after {
    left: 20px;
  }
}
/* -----------------------------------------------------------------------------
		l-lower-privacy
		-------------------------------------------------------------------------- */
.p-privacy {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    font-size: 1.6rem;
  }
}
.p-privacy__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-privacy__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.p-privacy__lead {
  margin-bottom: 40px;
}

.p-privacy__sections {
  counter-reset: section-counter;
  margin-left: 0;
  padding-left: 0;
}

.p-privacy__section {
  margin-bottom: 20px;
  list-style: none;
}

/* 大見出し（1. 〜 の部分） */
.p-privacy__heading {
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 17px;
  text-indent: -17px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-privacy__heading {
    font-size: 1.6rem;
  }
}
/* 中見出し（三階層目の h3） */
.p-privacy__subheading {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

/* 小見出し（4階層〜） */
.p-privacy__category {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.p-privacy__smallheading {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 15px 0 8px;
}
@media screen and (min-width: 768px) {
  .p-privacy__smallheading {
    font-size: 1.6rem;
  }
}
/* リスト */
.p-privacy__list {
  margin: 10px 0 20px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-privacy__list {
    padding-left: 20px;
  }
}
.p-privacy__list > li {
  margin-bottom: 8px;
  text-indent: -42px;
  padding-left: 42px;
}
@media screen and (min-width: 768px) {
  .p-privacy__list > li {
    text-indent: -49px;
    padding-left: 49px;
  }
}
.p-privacy__list > li > ul {
  padding-left: 20px;
}

.p-privacy__list > li > ul > li {
  text-indent: -20px;
}

/* address */
.p-privacy__contact {
  margin-top: 50px;
  padding: 30px;
  background: #f7f7f7;
  border-radius: 6px;
}

.p-privacy__contact a {
  color: #3498f6;
  text-decoration: underline;
}

/* footer */
.p-privacy__footer {
  margin-top: 40px;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

.l-lower-syain {
  padding: 80px 20px 180px;
}
@media screen and (min-width: 480px) {
  .l-lower-syain {
    padding: 80px 20px 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-syain {
    padding: 50px 40px 300px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-syain {
    padding: 50px 40px 350px;
  }
}
.l-lower-syain-contents-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-syain-contents-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-intro {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-syain-contents-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-lower-syain-contents-intro-img-box .swiper {
  width: 100%;
  height: 100%;
}

.l-lower-syain-contents-intro-img-box .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-lower-syain-contents-intro-img-box {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-syain-contents-intro-img-box {
    width: 50%;
    padding-right: 50px;
  }
}
.l-lower-syain-contents-intro-img-box img {
  border-radius: 20px;
  aspect-ratio: 500/365;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-syain-contents-intro-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-syain-contents-intro-txt-box {
    width: 49%;
  }
}
.l-lower-syain-contents-intro-txt-box p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-intro-txt-box p {
    font-size: 1.8rem;
  }
}
.l-lower-syain-contents-point {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-point {
    margin-bottom: 100px;
  }
}
.l-lower-syain-contents-point-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 4%;
}
@media screen and (min-width: 1000px) {
  .l-lower-syain-contents-point-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
  }
}
.l-lower-syain-contents-point-items li {
  position: relative;
  width: 100%;
  background-color: #f3f8fd;
  border-radius: 20px;
  padding: 40px 25px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-point-items li {
    padding: 55px 35px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-syain-contents-point-items li {
    width: 32%;
  }
}
.l-lower-syain-contents-point-item-num {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1abaff;
  border-radius: 50px;
  color: #fff;
  padding: 0 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-point-item-num {
    font-size: 2.2rem;
    top: -24px;
  }
}
.l-lower-syain-contents-point-item-num span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-point-item-num span {
    font-size: 3rem;
  }
}
.l-lower-syain-contents-point-item-img {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-point-item-img {
    margin-bottom: 20px;
  }
}
.l-lower-syain-contents-point-items li:nth-of-type(1) img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-point-items li:nth-of-type(1) img {
    width: 188px;
  }
}
.l-lower-syain-contents-point-items li:nth-of-type(2) img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-point-items li:nth-of-type(2) img {
    width: 130px;
  }
}
.l-lower-syain-contents-point-items li:nth-of-type(3) img {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-point-items li:nth-of-type(3) img {
    width: 111px;
  }
}
.l-lower-syain-contents-point-item-head {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-contents-point-item-head {
    font-size: 2.2rem;
  }
}
.l-lower-syain-fee-inner {
  max-width: 980px;
  margin: 0 auto;
}

.l-lower-syain-fee-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-fee-ttl {
    font-size: 2.6rem;
  }
}
.l-lower-syain-fee-desc {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-fee-desc {
    text-align: center;
  }
}
.l-lower-syain-fee-table-wrap {
  margin-bottom: 20px;
  overflow-X: scroll;
}

.l-lower-syain-fee-table-box {
  width: 100%;
  min-width: 768px;
}

.l-lower-syain-fee-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-fee-table {
    width: 980px;
  }
}
.l-lower-syain-fee-table th {
  text-align: left;
  padding: 25px 25px;
  border-bottom: 1px solid #888;
}

.l-lower-syain-fee-table tbody th {
  width: 180px;
  font-size: 1.6rem;
  padding: 25px 15px 25px 15px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-fee-table tbody th {
    width: 220px;
    font-size: 1.8rem;
    padding: 25px 25px;
  }
}
.l-lower-syain-fee-table tbody td {
  width: 100px;
  text-align: center;
  border-bottom: 1px solid #888;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-fee-table tbody td {
    width: 148px;
  }
}
.l-lower-syain-fee-table td span {
  display: block;
  height: 82px;
  width: calc(100% - 4px);
  font-size: 1.6rem;
  padding: 25px 0;
  margin-left: 4px;
  background-color: #f3f8fd;
}

.l-lower-syain-fee-table thead th {
  text-align: center;
  padding: 0;
  border-bottom: none;
}

.l-lower-syain-fee-table thead th span {
  display: inline-block;
  width: calc(100% - 4px);
  height: 40px;
  font-size: 1.6rem;
  line-height: 2.5;
  color: #fff;
  border-radius: 5px;
  margin-left: 4px;
  margin-bottom: 4px;
}

.l-lower-syain-fee-table thead th:nth-of-type(2) span {
  background-color: #1abaff;
}

.l-lower-syain-fee-table thead th:nth-of-type(3) span {
  background-color: #1ca8fd;
}

.l-lower-syain-fee-table thead th:nth-of-type(4) span {
  background-color: #2289f7;
}

.l-lower-syain-fee-table thead th:nth-of-type(5) span {
  background-color: #296cf2;
}

.l-lower-syain-fee-table thead th:nth-of-type(6) span {
  background-color: #2f4fed;
}

.l-lower-syain-fee-table-attention-items li {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-indent: -13px;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  .l-lower-syain-fee-table-attention-items li {
    font-size: 1.4rem;
    text-indent: -15px;
    padding-left: 15px;
  }
}