@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
	l-breadcrumb
	-------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  font-size: 0.9rem;
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  color: #797979;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap {
    display: block;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-breadcrumbs-wrap {
    padding: 10px 40px;
  }
}
.l-breadcrumbs-wrap span a {
  color: #797979;
}

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

.l-post p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-post p {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}
.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 50px;
  }
}
.l-post img {
  width: initial;
}

.l-post h2 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post h2 {
    font-size: 2.8rem;
  }
}
.l-post h3,
.l-post h4,
.l-post h5,
.l-post h6 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  text-indent: -21px;
  padding-left: 21px;
}
@media screen and (min-width: 768px) {
  .l-post h3,
  .l-post h4,
  .l-post h5,
  .l-post h6 {
    font-size: 1.6rem;
    text-indent: -25px;
    padding-left: 25px;
  }
}
.l-post h3::before,
.l-post h4::before,
.l-post h5::before,
.l-post h6::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #4311ff;
  vertical-align: 5px;
  margin-right: 10px;
}

.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 8px;
  font-size: 1.4rem;
  color: #fff;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 3;
}
.wp-pagenavi a {
  color: #1800ff;
  text-decoration: none;
  border-radius: 0px;
}

.wp-pagenavi .current {
  color: #fff;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  border-radius: 2px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  text-indent: -9999px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#1A9BE0), to(#60C8FF));
  background: linear-gradient(to right, #1A9BE0, #60C8FF);
  color: #fff;
  background-image: url(../img/common/cmn_ico_pagenavi_arrow_left.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/common/cmn_ico_pagenavi_arrow_right.png);
}

/* -----------------------------------------------------------------------------
		l-404
		-------------------------------------------------------------------------- */
.l-404 {
  padding: 150px 15px;
}
@media screen and (min-width: 768px) {
  .l-404 {
    padding: 200px 40px;
  }
}
.l-404-inner {
  max-width: 1000px;
  margin: 0 auto;
}

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

/* -----------------------------------------------------------------------------
		l-lower-hero-wrap（下層共通ヘッダー）
		-------------------------------------------------------------------------- */
.l-lower-hero-wrap {
  margin-top: 55px;
  height: 140px;
  width: 100%;
  padding: 0 15px;
  background-image: url(../img/lower/hero_bg_sp.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-wrap {
    height: 240px;
    margin-top: 70px;
    padding: 0 40px;
    background-image: url(../img/lower/hero_bg_pc.jpg);
  }
}
.l-lower-hero-inner {
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-lower-hero-ttl {
  line-height: 1;
}

.l-lower-hero-ttl.training {
  width: 150px;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-ttl.training {
    width: 250px;
    margin-left: -8px;
  }
}
.l-lower-hero-ttl.daily {
  width: 110px;
  margin-left: -5px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-ttl.daily {
    width: 160px;
    margin-left: -8px;
  }
}
.l-lower-hero-ttl.seminar {
  width: 200px;
  margin-left: -5px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-ttl.seminar {
    width: 320px;
    margin-left: -8px;
  }
}
.l-lower-hero-ttl.resources {
  width: 170px;
  margin-left: -5px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-ttl.resources {
    width: 290px;
    margin-left: -8px;
  }
}
.l-lower-hero-ttl.contact {
  width: 240px;
  margin-left: -5px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-hero-ttl.contact {
    width: 430px;
    margin-left: -8px;
  }
}
.l-lower-hero-desc {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  color: #0028d7;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.6), -2px 2px 5px rgba(255, 255, 255, 0.6), 2px -2px 5px rgba(255, 255, 255, 0.6), -2px -2px 5px rgba(255, 255, 255, 0.6);
}

/* -----------------------------------------------------------------------------
		l-lower-training
		-------------------------------------------------------------------------- */
.l-lower-training-worries {
  margin-bottom: 20px;
  padding: 40px 15px 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-worries {
    padding: 60px 40px 30px;
    margin-bottom: 80px;
  }
}
.l-lower-training-worries-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-training-worries-box {
  position: relative;
  padding: 30px 20px;
  color: #fff;
  background: linear-gradient(150deg, #1e00ff 0%, #9000ff 100%);
}
@media screen and (min-width: 768px) {
  .l-lower-training-worries-box {
    padding: 50px 30px 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-training-worries-box {
    padding: 50px 50px 60px;
  }
}
/* 下矢印（ボックスと完全に同じグラデを適用） */
.l-lower-training-worries-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -29px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 30px;
  background: #7000ff;
  /* ★ ボックスと同じ位置のグラデにするための調整 */
  background-size: 100% calc(100% + 30px);
  background-position: center bottom;
  /* 三角形を作る */
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.l-lower-training-worries-ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-worries-ttl {
    margin-bottom: 50px;
    font-size: 2.8rem;
    line-height: 1.1;
  }
}
.l-lower-training-worries-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: 20px 2%;
}
@media screen and (min-width: 768px) {
  .l-lower-training-worries-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2%;
  }
}
.l-lower-training-worries-items li {
  width: 100%;
  padding: 30px 25px 80px;
  background-color: #fff;
  border-radius: 5px;
  background-size: 30%;
  background-position: bottom -10px left 50%;
}
@media screen and (min-width: 768px) {
  .l-lower-training-worries-items li {
    width: 32%;
    padding: 30px 30px 12%;
  }
}
.l-lower-training-worries-items li:nth-of-type(1) {
  background-image: url(../img/lower/training_img01.png);
  background-size: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-worries-items li:nth-of-type(1) {
    background-size: 30%;
  }
}
.l-lower-training-worries-items li:nth-of-type(2) {
  background-image: url(../img/lower/training_img02.png);
  background-size: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-worries-items li:nth-of-type(2) {
    background-size: 25%;
  }
}
.l-lower-training-worries-items li:nth-of-type(3) {
  background-image: url(../img/lower/training_img03.png);
  background-size: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-worries-items li:nth-of-type(3) {
    background-size: 30%;
  }
}
.l-lower-training-worries-item-head {
  line-height: 1.2;
  background: linear-gradient(150deg, #1e00ff 0%, #9000ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
  margin-bottom: 10px;
}

.l-lower-training-worries-item-desc {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-lower-training-worries-item-desc {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.l-lower-training-kaiketsu-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-training-kaiketsu-box {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-kaiketsu-box {
    padding-bottom: 80px;
  }
}
.l-lower-training-kaiketsu-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -29px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 30px;
  background: #fff;
  background-size: 100% calc(100% + 30px);
  background-position: center bottom;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.l-lower-training-kaiketsu-catch {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-training-kaiketsu-catch {
    font-size: 5.6rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.l-lower-training-kaiketsu-catch img {
  width: 50px;
  margin-right: 15px;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-kaiketsu-catch img {
    width: 88px;
  }
}
.l-lower-training-kaiketsu-subcatch {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-training-kaiketsu-subcatch {
    font-size: 2.4rem;
  }
}
.l-lower-training-function {
  padding: 60px 15px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-lower-training-function {
    padding: 80px 40px;
  }
}
.l-lower-training-function-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-training-function-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: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-function-items {
    gap: 40px;
  }
}
.l-lower-training-function-items > li {
  padding: 2px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
}

.l-lower-training-function-item-inner {
  padding: 30px 25px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-training-function-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 40px 50px 50px;
    gap: 50px;
  }
}
.l-lower-training-function-item-img-box img {
  width: 130px;
}

.l-lower-training-function-item-head {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 15px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-training-function-item-head {
    font-size: 2.8rem;
    text-align: left;
  }
}
.l-lower-training-function-item-desc {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-function-item-desc {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
.l-lower-training-function-item-details {
  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 0;
}
@media screen and (min-width: 768px) {
  .l-lower-training-function-item-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-training-function-item-details li {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-indent: -34px;
  padding-left: 34px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-function-item-details li {
    width: 50%;
    font-size: 1.6rem;
  }
}
.l-lower-training-function-item-details li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #4311ff;
  vertical-align: 5px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-function-item-details li::before {
    width: 15px;
    margin-right: 19px;
  }
}
.l-lower-training-flow {
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-flow {
    padding: 80px 40px;
  }
}
.l-lower-training-flow-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-training-flow-box {
  width: 100%;
  margin: 0 auto;
  padding: 40px 25px;
  background-color: #fafafa;
}
@media screen and (min-width: 480px) {
  .l-lower-training-flow-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-training-flow-box {
    padding: 45px 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-training-flow-box {
    width: 100%;
    padding: 45px 45px 60px 45px;
  }
}
.l-lower-training-flow-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 2%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1000px) {
  .l-lower-training-flow-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2%;
  }
}
.l-lower-training-flow-items::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 82%;
  background-color: #e4e4e4;
  position: absolute;
  top: 26px;
  left: 25px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1000px) {
  .l-lower-training-flow-items::after {
    width: 79%;
    height: 1px;
    top: 31px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-lower-training-flow-items li {
  position: relative;
  text-align: left;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1000px) {
  .l-lower-training-flow-items li {
    -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;
    text-align: center;
  }
}
.l-lower-training-flow-items li::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/lower/training_img08.png);
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  .l-lower-training-flow-items li::before {
    width: 62px;
    height: 62px;
  }
}
.l-lower-training-flow-item-num {
  width: 30px;
  margin: 0 20px 0 15px;
  padding-top: 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-training-flow-item-num {
    width: 42px;
    margin: 0 auto 25px;
    padding-top: 0;
  }
}
.l-lower-training-flow-item-detail {
  padding-top: 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-training-flow-item-detail {
    padding-top: 0;
  }
}
.l-lower-training-flow-item-detail-head {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-flow-item-detail-head {
    font-size: 2.4rem;
  }
}
.l-lower-training-flow-item-detail-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-lower-training-flow-item-detail-desc {
    font-size: 1.8rem;
  }
}
.l-lower-training-effect {
  padding: 60px 15px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-lower-training-effect {
    padding: 80px 40px;
  }
}
.l-lower-training-effect-inner {
  max-width: 840px;
  margin: 0 auto;
}

.l-lower-training-effect-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: 15px 6%;
}
@media screen and (min-width: 768px) {
  .l-lower-training-effect-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6%;
  }
}
.l-lower-training-effect-items li {
  text-align: center;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
}
@media screen and (min-width: 768px) {
  .l-lower-training-effect-items li {
    width: 30%;
    padding: 40px 30px;
  }
}
.l-lower-training-effect-items li:nth-of-type(1) img {
  width: 86px;
}

.l-lower-training-effect-items li:nth-of-type(2) img {
  width: 71px;
}

.l-lower-training-effect-items li:nth-of-type(3) img {
  width: 84px;
}

.l-lower-training-effect-item-head {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-training-effect-item-head {
    margin: 25px 0 15px;
  }
}
.l-lower-training-effect-item-desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}

.l-lower-training-contact {
  padding: 80px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-lower-training-contact {
    padding: 60px 15px;
  }
}
.l-lower-training-contact-inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.l-lower-training-contact-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-lower-training-contact-ttl {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}
.l-lower-training-contact-desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-lower-training-contact-desc {
    font-size: 1.4rem;
  }
}
.l-lower-training-contact-btn {
  text-align: left;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
}

.l-lower-training-contact-btn a {
  padding: 12px 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-lower-training-contact-btn a {
    padding: 12px 20px;
  }
}
.l-lower-training-contact-btn a::after {
  background-image: url(../img/common/cmn_ico_btn_arrow_white.png);
}

/* -----------------------------------------------------------------------------
		l-lower-daily
		-------------------------------------------------------------------------- */
.l-lower-daily-intro {
  padding: 60px 15px 45px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-intro {
    padding: 80px 40px 55px;
  }
}
.l-lower-daily-intro-inner {
  max-width: 650px;
  margin: 0 auto;
}

.l-lower-daily-intro-txt {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-intro-txt {
    margin-bottom: 25px;
  }
}
.l-lower-daily-intro img {
  width: 200px;
  margin: 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-intro img {
    width: 390px;
    margin: 50px 0 25px;
  }
}
.l-lower-daily-bnr {
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  background-color: #d9f300;
  color: #2a008a;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-bnr {
    font-size: 1.8rem;
  }
}
.l-lower-daily-features {
  padding: 0 30px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-features {
    padding: 0 40px;
  }
}
.l-lower-daily-features-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-features-inner {
    padding: 80px 0;
  }
}
.l-lower-daily-features-items {
  max-width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 10.5%;
}
@media screen and (min-width: 480px) {
  .l-lower-daily-features-items {
    max-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-daily-features-items {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px 10.5%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-daily-features-items {
    gap: 80px 6%;
  }
}
.l-lower-daily-features-items li {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-features-items li {
    width: 40%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-daily-features-items li {
    width: 20%;
  }
}
.l-lower-daily-features-items li img {
  width: 110px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-features-items li img {
    width: 160px;
  }
}
.l-lower-daily-features-item-head {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-features-item-head {
    font-size: 2.4rem;
  }
}
.l-lower-daily-features-item-desc {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-features-item-desc {
    font-size: 1.6rem;
  }
}
.l-lower-daily-attention-txt {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.l-lower-daily-scene {
  padding: 60px 15px 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-scene {
    padding: 80px 40px;
  }
}
.l-lower-daily-scene-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-daily-scene-items {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 4%;
  margin-top: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-scene-items {
    margin-top: 70px;
    width: 600px;
    gap: 70px 4%;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-daily-scene-items {
    margin-top: 100px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-lower-daily-scene-items > li {
  position: relative;
  width: 100%;
  padding: 2px;
  border-radius: 5px;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
}
@media screen and (min-width: 1200px) {
  .l-lower-daily-scene-items > li {
    width: 48%;
  }
}

.l-lower-daily-scene-items > li::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-lower-daily-scene-items > li::before {
    width: 85px;
    height: 85px;
    top: -40px;
  }
}
.l-lower-daily-scene-items > li:nth-of-type(1)::before {
  background-image: url(../img/lower/daily_img07.png);
}

.l-lower-daily-scene-items > li:nth-of-type(2)::before {
  background-image: url(../img/lower/daily_img08.png);
}

.l-lower-daily-scene-items > li:nth-of-type(3)::before {
  background-image: url(../img/lower/daily_img09.png);
}

.l-lower-daily-scene-items > li:nth-of-type(4)::before {
  background-image: url(../img/lower/daily_img10.png);
}

.l-lower-daily-scene-items > li:nth-of-type(5)::before {
  background-image: url(../img/lower/daily_img11.png);
}

.l-lower-daily-scene-items > li:nth-of-type(6)::before {
  background-image: url(../img/lower/daily_img12.png);
}

.l-lower-daily-scene-item-inner {
  padding: 40px 0 0;
  border-radius: 3px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-scene-item-inner {
    padding: 60px 0 0;
  }
}
.l-lower-daily-scene-item-head {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-scene-item-head {
    font-size: 2.8rem;
  }
}
.l-lower-daily-scene-item-txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-scene-item-txt {
    font-size: 1.8rem;
  }
}
.l-lower-daily-scene-item-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3f3f3;
  padding: 30px;
  gap: 9%;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-scene-item-detail-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 40px;
  }
}
.l-lower-daily-scene-item-detail-box ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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-daily-scene-item-detail-box ul li {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-indent: -25px;
  padding-left: 25px;
}

.l-lower-daily-scene-item-detail-box ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #00bad0;
  vertical-align: 5px;
  margin-right: 10px;
}

.l-lower-daily-plan {
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-plan {
    padding: 80px 40px;
  }
}
.l-lower-daily-plan-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-daily-plan-intro {
  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: 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-plan-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-daily-plan-intro {
    margin-bottom: 100px;
  }
}
.l-lower-daily-plan-intro-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-plan-intro-txt-box {
    width: 610px;
  }
}
.l-lower-daily-plan-intro-txt-pop {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  background: linear-gradient(45deg, #02d1ce, #09cce5);
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-plan-intro-txt-pop {
    font-size: 1.8rem;
    padding: 10px 40px;
  }
}
.l-lower-daily-plan-intro-txt-head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-plan-intro-txt-head {
    font-size: 2.8rem;
  }
}
.l-lower-daily-plan-intro-tag-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: 8px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-plan-intro-tag-items {
    gap: 10px;
  }
}
.l-lower-daily-plan-intro-tag-items li {
  background: linear-gradient(-45deg, #1800ff, #9000ff);
  border-radius: 50px;
  padding: 2px;
}

.l-lower-daily-plan-intro-tag-item-inner {
  padding: 3px 12px;
  border-radius: 52px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-plan-intro-tag-item-inner {
    padding: 5px 15px;
  }
}
.l-lower-daily-plan-intro-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-plan-intro-img-box {
    width: 420px;
  }
}
.l-lower-daily-schedule-table-wrap {
  width: 100%;
  overflow-x: auto; /* ← 横スクロール発生 */
  -webkit-overflow-scrolling: touch; /* ← スマホでスムーズスクロール */
  -webkit-box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
}

.l-lower-daily-schedule-table {
  min-width: 1100px; /* ← 固定幅より広い時だけスクロール */
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
}

.l-lower-daily-schedule-table thead th {
  background: #4a3dff;
  color: #fff;
  padding: 12px 16px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-schedule-table thead th {
    font-size: 1.6rem;
  }
}
.l-lower-daily-schedule-table thead th:nth-of-type(1) {
  width: 120px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.l-lower-daily-schedule-table thead th:nth-of-type(2) {
  width: 166px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.l-lower-daily-schedule-table thead th:nth-of-type(3) {
  width: 190px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.l-lower-daily-schedule-table thead th:nth-of-type(4) {
  width: 380px;
  border-bottom: 1px solid #e4e4e4;
}

.l-lower-daily-schedule-table thead th:nth-of-type(5) {
  width: 240px;
  border-bottom: 1px solid #e4e4e4;
}

.l-lower-daily-schedule-table tbody td {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-schedule-table tbody td {
    font-size: 1.6rem;
  }
}
.l-lower-daily-schedule-table tbody td:nth-of-type(4) {
  text-align: left !important;
}

.l-lower-daily-schedule-table tbody td:nth-of-type(5) {
  text-align: left;
}

.l-lower-daily-schedule-table tbody tr:nth-of-type(3) td:nth-of-type(3) {
  text-align: left;
}

.l-lower-daily-schedule-table tbody td ul li {
  position: relative;
}

.l-lower-daily-schedule-table tbody td ul li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #3700d4;
  vertical-align: 3px;
  margin-right: 5px;
}

.l-lower-daily-plan-attention {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-plan-attention {
    margin-top: 30px;
  }
}
.l-lower-daily-howto {
  padding: 60px 15px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto {
    padding: 80px 40px;
  }
}
.l-lower-daily-howto-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-daily-howto-head {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  padding: 5px 25px;
  border-radius: 50px;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto-head {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.l-lower-daily-howto-txt-items {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto-txt-items {
    margin-bottom: 50px;
  }
}
.l-lower-daily-howto-txt-items li {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  text-indent: -13px;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto-txt-items li {
    font-size: 1.8rem;
  }
}
.l-lower-daily-howto-txt-items li span {
  font-weight: 700;
}

.l-lower-daily-howto-txt-items li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #3700d4;
  vertical-align: 3px;
  margin-right: 5px;
}

.l-lower-daily-howto-step-item-box {
  background-color: #fff;
}

.l-lower-daily-howto-step-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 5%;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto-step-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 45px 50px;
    gap: 5%;
  }
}
.l-lower-daily-howto-step-items::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 65%;
  background-color: #e4e4e4;
  position: absolute;
  top: 30px;
  left: 29px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto-step-items::before {
    width: 63%;
    height: 1px;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-lower-daily-howto-step-items li {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto-step-items li {
    width: 30%;
    -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;
  }
}
.l-lower-daily-howto-step-items li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/lower/daily_img20.png);
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto-step-items li::before {
    width: 62px;
    height: 62px;
  }
}
.l-lower-daily-howto-step-items li > img {
  border-radius: 5px;
}

.l-lower-daily-howto-step-item-num {
  width: 20%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto-step-item-num {
    width: 42px;
  }
}
.l-lower-daily-howto-step-item-num > img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto-step-item-num > img {
    width: 100%;
  }
}
.l-lower-daily-howto-step-item-inner {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .l-lower-daily-howto-step-item-inner {
    width: 100%;
  }
}
.l-lower-daily-howto-step-item-desc {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .l-lower-daily-howto-step-item-desc {
    font-size: 1.8rem;
  }
}
.l-lower-daily-howto-attention {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 10px;
}

.l-lower-daily-contact {
  padding: 80px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-lower-daily-contact {
    padding: 60px 15px;
  }
}
.l-lower-daily-contact a {
  text-align: left;
}

.l-lower-daily-contact-inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.l-lower-daily-contact-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-lower-daily-contact-ttl {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}
.l-lower-daily-contact-desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-lower-daily-contact-desc {
    font-size: 1.4rem;
  }
}
.l-lower-daily-contact-btn {
  width: auto;
  text-align: left;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
}

.l-lower-daily-contact-btn a {
  padding: 12px 65px 12px 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-lower-daily-contact-btn a {
    padding: 12px 60px 12px 15px;
  }
}
.l-lower-daily-contact-btn a::after {
  background-image: url(../img/common/cmn_ico_btn_arrow_white.png);
}

/* -----------------------------------------------------------------------------
		l-lower-seminar
		-------------------------------------------------------------------------- */
.l-lower-seminar-intro {
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-intro {
    padding: 80px 40px;
  }
}
.l-lower-seminar-intro p:first-child {
  margin-bottom: 20px;
}

.l-lower-seminar-features {
  padding: 60px 15px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-features {
    padding: 80px 40px;
  }
}
.l-lower-seminar-features-inner {
  max-width: 1050px;
  margin: 0 auto;
}

.l-lower-seminar-features-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: 30px 10%;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-features-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 10%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-seminar-features-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8%;
  }
}
.l-lower-seminar-features-items li {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-features-items li {
    width: 40%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-seminar-features-items li {
    width: 20%;
  }
}
.l-lower-seminar-features-items li img {
  width: 110px;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-features-items li img {
    width: 160px;
  }
}
.l-lower-seminar-features-ttl {
  font-size: 2rem;
  line-height: 1.3;
  margin: 15px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-features-ttl {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
.l-lower-seminar-features-desc {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-features-desc {
    font-size: 1.6rem;
  }
}
.l-lower-seminar-contents {
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-contents {
    padding: 80px 40px;
  }
}
.l-lower-seminar-contents-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-seminar-contents-items {
  max-width: 600px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 6%;
}
@media screen and (min-width: 1000px) {
  .l-lower-seminar-contents-items {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-lower-seminar-contents-items > li {
  width: 100%;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
  border-radius: 5px;
  padding: 2px;
}
@media screen and (min-width: 1000px) {
  .l-lower-seminar-contents-items > li {
    width: 47%;
  }
}
.l-lower-seminar-contents-item-inner {
  border-radius: 3px;
  background-color: #fff;
}

.l-lower-seminar-contents-item-head {
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 25px 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-contents-item-head {
    font-size: 2.8rem;
    padding: 40px 50px 10px 50px;
  }
}
.l-lower-seminar-contents-item-desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 25px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-contents-item-desc {
    font-size: 1.8rem;
    padding: 0 50px 20px;
  }
}
.l-lower-seminar-contents-item-detail-box {
  padding: 15px 25px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-contents-item-detail-box {
    padding: 25px 50px;
  }
}
.l-lower-seminar-contents-item-detail-lists li {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  text-indent: -25px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-contents-item-detail-lists li {
    font-size: 1.6rem;
  }
}
.l-lower-seminar-contents-item-detail-lists li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #4311ff;
  vertical-align: 5px;
  margin-right: 10px;
}

.l-lower-seminar-schedule {
  padding: 60px 15px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-schedule {
    padding: 80px 40px;
  }
}
.l-lower-seminar-schedule-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-seminar-schedule-table-wrap {
  width: 100%;
  overflow-x: auto; /* ← 横スクロール発生 */
  -webkit-overflow-scrolling: touch; /* ← スマホでスムーズスクロール */
}

.l-lower-seminar-schedule-table {
  min-width: 1100px; /* ← 固定幅より広い時だけスクロール */
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.l-lower-seminar-schedule-table thead th {
  background: #4a3dff;
  color: #fff;
  padding: 12px 16px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-schedule-table thead th {
    font-size: 1.6rem;
  }
}
.l-lower-seminar-schedule-table thead th:nth-of-type(1) {
  width: 225px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.l-lower-seminar-schedule-table thead th:nth-of-type(2) {
  width: 440px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.l-lower-seminar-schedule-table thead th:nth-of-type(3) {
  width: 185px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.l-lower-seminar-schedule-table thead th:nth-of-type(4) {
  width: 240px;
  border-bottom: 1px solid #e4e4e4;
}

.l-lower-seminar-schedule-table tbody td {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 768px) {
  .l-lower-seminar-schedule-table tbody td {
    font-size: 1.6rem;
  }
}
.l-lower-seminar-schedule-table tbody td:last-of-type {
  border-right: none;
}

/* 最終行の下線を消す */
.l-lower-seminar-schedule-table tbody tr:last-child td {
  border-bottom: none;
}

.l-lower-seminar-contact {
  padding: 80px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-lower-seminar-contact {
    padding: 60px 15px;
  }
}
.l-lower-seminar-contact-inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.l-lower-seminar-contact-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-lower-seminar-contact-ttl {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}
.l-lower-seminar-contact-desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-lower-seminar-contact-desc {
    font-size: 1.4rem;
  }
}
.l-lower-seminar-contact-btn {
  width: 320px;
  text-align: left;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
}

.l-lower-seminar-contact-btn a {
  padding: 12px 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-lower-seminar-contact-btn a {
    padding: 12px 20px;
  }
}
.l-lower-seminar-contact-btn a::after {
  background-image: url(../img/common/cmn_ico_btn_arrow_white.png);
}

/* -----------------------------------------------------------------------------
		l-lower-resources
		-------------------------------------------------------------------------- */
.l-lower-resources-intro {
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-intro {
    padding: 80px 40px;
  }
}
.l-lower-resources-intro-inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.l-lower-resources-intro-desc {
  margin-bottom: 20px;
}

.l-lower-resources-features {
  padding: 60px 30px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-features {
    padding: 80px 40px;
  }
}
.l-lower-resources-features-inner {
  max-width: 960px;
  margin: 0 auto;
}

.l-lower-resources-features-items {
  max-width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 10.5%;
}
@media screen and (min-width: 480px) {
  .l-lower-resources-features-items {
    max-width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-resources-features-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px 10.5%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-features-items {
    max-width: 100%;
    gap: 80px 9%;
  }
}
.l-lower-resources-features-items li {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-features-items li {
    width: 24%;
  }
}
.l-lower-resources-features-items li:nth-of-type(2) {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-features-items li:nth-of-type(2) {
    width: 34%;
  }
}
.l-lower-resources-features-items li:nth-of-type(2) .l-lower-resources-features-item-desc {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-features-items li:nth-of-type(2) .l-lower-resources-features-item-desc {
    width: 220px;
  }
}
.l-lower-resources-features-items li img {
  width: 110px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-features-items li img {
    width: 160px;
  }
}
.l-lower-resources-features-item-head {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-features-item-head {
    font-size: 2.4rem;
  }
}
.l-lower-resources-features-item-desc {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-features-item-desc {
    font-size: 1.6rem;
  }
}
.l-lower-resources-flow {
  padding: 60px 15px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-flow {
    padding: 80px 40px 40px;
  }
}
.l-lower-resources-flow-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-resources-flow-box {
  width: 100%;
  margin: 0 auto;
  padding: 40px 25px;
  background-color: #fafafa;
}
@media screen and (min-width: 480px) {
  .l-lower-resources-flow-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-resources-flow-box {
    padding: 45px 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-flow-box {
    width: 100%;
    padding: 45px 45px 60px 45px;
  }
}
.l-lower-resources-flow-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 2%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-flow-items {
    gap: 50px 2%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-flow-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2%;
  }
}
.l-lower-resources-flow-items::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 82%;
  background-color: #e4e4e4;
  position: absolute;
  top: 26px;
  left: 25px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-flow-items::after {
    width: 79%;
    height: 1px;
    top: 31px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-lower-resources-flow-items li {
  position: relative;
  text-align: left;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-flow-items li {
    -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;
    text-align: center;
  }
}
.l-lower-resources-flow-items li::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/lower/resources_img04.png);
  background-size: cover;
  margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-flow-items li::before {
    width: 62px;
    height: 62px;
  }
}
.l-lower-resources-flow-item-num {
  width: 30px;
  margin: 0 20px 0 15px;
  padding-top: 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-flow-item-num {
    width: 42px;
    margin: 0 auto 25px;
    padding-top: 0;
  }
}
.l-lower-resources-flow-item-detail {
  padding-top: 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-resources-flow-item-detail {
    padding-top: 0;
  }
}
.l-lower-resources-flow-item-detail-head {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-flow-item-detail-head {
    font-size: 2.4rem;
  }
}
.l-lower-resources-flow-item-detail-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-flow-item-detail-desc {
    font-size: 1.8rem;
  }
}
.l-lower-resources-btn-wrap {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-btn-wrap {
    padding: 0 40px;
  }
}
.l-lower-resources-btn-wrap-inner {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-btn-wrap-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-resources-btn-entry {
  width: 100%;
  height: 70px;
  font-size: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
}
@media screen and (min-width: 480px) {
  .l-lower-resources-btn-entry {
    width: 350px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-resources-btn-entry {
    width: 300px;
    height: 90px;
    font-size: 2rem;
    margin: 0;
  }
}
.l-lower-resources-btn-entry a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 30px;
}

.l-lower-resources-btn-entry a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-btn-entry a:hover {
    opacity: 0.7;
  }
}
.l-lower-resources-btn-entry a::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_btn_arrow_white.png);
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-lower-resources-btn-download {
  width: 100%;
  height: 70px;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  padding: 2px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
}
@media screen and (min-width: 480px) {
  .l-lower-resources-btn-download {
    width: 350px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-resources-btn-download {
    width: 300px;
    height: 90px;
    margin: 0;
  }
}
.l-lower-resources-btn-download-inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-lower-resources-btn-download-inner a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1800ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-btn-download-inner a {
    font-size: 2rem;
    padding-left: 40px;
  }
}
.l-lower-resources-btn-download-inner a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-btn-download-inner a:hover {
    opacity: 0.7;
  }
}
.l-lower-resources-btn-download-inner a::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_btn_arrow.png);
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-lower-resources-axross-recipe {
  position: relative;
  padding: 50px 15px 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-axross-recipe {
    padding: 100px 40px 80px;
  }
}
.l-lower-resources-axross-recipe::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(150deg, #1800ff, #9000ff);
}

.l-lower-resources-axross-recipe-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-lower-resources-axross-recipe-logo {
  max-width: 735px;
  margin: 0 auto 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-axross-recipe-logo {
    padding-left: 50px;
  }
}
.l-lower-resources-axross-recipe-desc {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-axross-recipe-desc {
    text-align: center;
    margin-bottom: 50px;
  }
}
.l-lower-resources-axross-recipe-items {
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 5%;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-axross-recipe-items {
    gap: 30px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-resources-axross-recipe-items {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}

.l-lower-resources-axross-recipe-items > li {
  width: 100%;
  padding: 2px;
  border-radius: 5px;
  background: linear-gradient(135deg, #1800ff, #9000ff);
}
@media screen and (min-width: 1200px) {
  .l-lower-resources-axross-recipe-items > li {
    width: 30%;
  }
}

.l-lower-resources-axross-recipe-item-inner {
  background-color: #fff;
  border-radius: 3px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-lower-resources-axross-recipe-item-head {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 30px 20px 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-axross-recipe-item-head {
    font-size: 2.8rem;
    padding: 40px 35px 10px;
  }
}
.l-lower-resources-axross-recipe-item-desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 20px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-axross-recipe-item-desc {
    font-size: 1.8rem;
    padding: 0 35px 25px;
  }
}
.l-lower-resources-axross-recipe-item-detail {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #f3f3f3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-axross-recipe-item-detail {
    padding: 20px 40px 40px;
  }
}
.l-lower-resources-axross-recipe-item-detail-head {
  display: inline-block;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  border-radius: 50px;
  color: #fff;
  padding: 5px 13px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-axross-recipe-item-detail-head {
    font-size: 1.8rem;
  }
}
.l-lower-resources-axross-recipe-item-detail ul li {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-lower-resources-axross-recipe-item-detail ul li {
    font-size: 1.6rem;
  }
}
.l-lower-resources-axross-recipe-item-detail ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #4311ff;
  vertical-align: 5px;
  margin-right: 5px;
}

/* -----------------------------------------------------------------------------
	l-lower-contact
	-------------------------------------------------------------------------- */
.l-lower-contact {
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact {
    padding: 80px 40px;
  }
}
.l-lower-contact-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-contact-intro-txt {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-intro-txt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 80px;
  }
}
.l-lower-contact-intro-txt a {
  color: #1800ff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.l-contact-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl {
    margin-bottom: 70px;
  }
}
.l-contact-dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl div {
    -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-contact-dl div:last-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-contact-dl div:last-of-type dt {
  padding-top: 10px;
}

.l-contact-dl dt {
  width: 240px;
  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;
  }
}
.m-required {
  font-size: 1.4rem;
  color: #fff;
  padding: 3px 5px;
  margin-left: 15px;
  border-radius: 3px;
  background-color: #eb1000;
}

.l-contact-dl dd {
  width: 100%;
  font-size: 1.6rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd {
    font-size: 1.8rem;
    width: calc(100% - 240px);
  }
}
.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: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #fafafa;
}

::-webkit-input-placeholder {
  color: #aaaaaa;
}

::-moz-placeholder {
  color: #aaaaaa;
}

:-ms-input-placeholder {
  color: #aaaaaa;
}

::-ms-input-placeholder {
  color: #aaaaaa;
}

::placeholder {
  color: #aaaaaa;
}

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

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

.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;
  resize: none;
  width: 100%;
  height: 180px;
  padding-top: 10px;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd textarea {
    height: 250px;
  }
}
.l-contact-button-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-contact-button-box input[type=submit],
.l-contact-button-box button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  padding: 12px 70px;
  position: relative;
  background: linear-gradient(135deg, #1800ff, #9000ff);
}
@media screen and (min-width: 768px) {
  .l-contact-button-box input[type=submit],
  .l-contact-button-box button {
    font-size: 2rem;
    padding: 12px 130px;
  }
}
.l-contact-button-box:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-contact-button-box:hover {
    opacity: 0.7;
  }
}
.wpcf7-list-item {
  display: inline-block !important;
  margin-left: 5px !important;
}

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

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

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

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

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

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

input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  vertical-align: -3px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-right: 0;
}

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: "";
}

.wpcf7-checkbox .wpcf7-list-item-label {
  margin-right: 5px;
}

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

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

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

.l-contact-agree-btn {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-contact-agree-btn {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------------------------
	l-lower-contact-thanks
	-------------------------------------------------------------------------- */
.l-lower-contact-thanks .l-lower-contact-inner {
  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;
}

.l-lower-contact-thanks h3 {
  text-align: center;
  margin-bottom: 20px;
}

.l-lower-contact-thanks p {
  margin-bottom: 20px;
}

.l-lower-contact-thanks-btn {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-thanks-btn {
    text-align: center;
    font-size: 1.8rem;
  }
}
.l-lower-contact-thanks-btn a {
  color: #000;
  text-decoration: underline;
}

.l-lower-info {
  padding: 40px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-info {
    padding: 100px 40px 80px;
  }
}
.l-lower-info-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-info-items {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-info-items {
    margin-bottom: 80px;
  }
}
.l-lower-info-items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-info-items li {
    padding: 19px 0;
  }
}
.l-lower-info-item-date {
  width: 90px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #676767;
}
@media screen and (min-width: 768px) {
  .l-lower-info-item-date {
    font-size: 1.6rem;
    width: 120px;
  }
}
.l-lower-info-item-ttl {
  font-size: 1.4rem;
  width: calc(100% - 90px);
  text-align: left;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-info-item-ttl {
    font-size: initial;
    width: calc(100% - 120px);
  }
}
.l-lower-info-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-info-items li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-info-items li:hover {
    opacity: 0.7;
  }
}
.l-lower-info-items li a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_gray_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-info-items li a::after {
    width: 7px;
    height: 13px;
    right: 20px;
  }
}
.l-lower-info-single {
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-info-single {
    padding: 100px 40px 80px;
  }
}
.l-lower-info-single-inner {
  max-width: 750px;
  margin: 0 auto;
}

.l-lower-info-single-date {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #676767;
  margin-bottom: 10px;
}

.l-lower-info-single-ttl {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  line-height: 1.5;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-info-single-ttl {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
.l-lower-info-single-btn-back-wrap {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-info-single-btn-back-wrap {
    margin-top: 100px;
  }
}
.l-lower-info-single-btn-back {
  background: linear-gradient(135deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
  text-align: center;
}

.l-lower-info-single-btn-back a {
  color: #fff;
}

.l-lower-info-single-btn-back a::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_btn_arrow_white_left.png);
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}