@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
	l-breadcrumb
	-------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  position: absolute;
  bottom: 25px;
  right: 50px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-breadcrumbs-wrap {
    right: 125px;
  }
}
.l-breadcrumbs-wrap span a {
  color: #133784;
  font-weight: 400;
}

.current-item {
  font-weight: 500;
  color: #133784;
}

/* -----------------------------------------------------------------------------
   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 {
  padding: 90px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-404 {
    padding: 160px 100px;
  }
}
.l-404-inner {
  max-width: 800px;
  margin: 0 auto;
}

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

/* -----------------------------------------------------------------------------
		下層ヒーロヘッダー
		-------------------------------------------------------------------------- */
.m-cmn-hero-wrap {
  position: relative;
  height: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 158px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-hero-wrap {
    height: 380px;
  }
}
.m-cmn-hero-us {
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #133784;
}
@media screen and (min-width: 768px) {
  .m-cmn-hero-us {
    font-size: 5.6rem;
  }
}
.m-cmn-hero-ttl {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.7;
  color: #133784;
}
@media screen and (min-width: 768px) {
  .m-cmn-hero-ttl {
    font-size: 1.8rem;
  }
}
/* -----------------------------------------------------------------------------
		会社概要ページ
		-------------------------------------------------------------------------- */
.l-lower-company {
  position: relative;
  z-index: 1;
}

.l-lower-company-kv {
  padding: 0 30px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-kv {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-kv {
    padding: 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-company-kv {
    margin-bottom: 160px;
  }
}

.l-lower-company-kv-inner {
  max-width: 1330px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-company-kv-inner {
    border-radius: 25px;
  }
}
.l-lower-company-info {
  padding: 0 30px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-info {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-info {
    padding: 0 100px;
    margin-bottom: 160px;
  }
}
.l-lower-company-info-inner {
  max-width: 1330px;
  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 7%;
}
@media screen and (min-width: 1200px) {
  .l-lower-company-info-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7%;
  }
}

.l-lower-company-info-txt-box {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-lower-company-info-txt-box {
    width: 33%;
  }
}

.l-lower-company-info-head {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.7;
  color: #133784;
}
@media screen and (min-width: 768px) {
  .l-lower-company-info-head {
    font-size: 1.8rem;
  }
}
.l-lower-company-info-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-info-details {
    margin-top: 70px;
  }
}
.l-lower-company-info-details div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-lower-company-info-details div dt {
  font-size: 1.2rem;
  width: 105px;
  border-radius: 50px;
  border: 1px solid #BAC5D9;
  text-align: center;
  color: #133784;
}
@media screen and (min-width: 768px) {
  .l-lower-company-info-details div dt {
    font-size: 1.4rem;
    width: 115px;
  }
}
.l-lower-company-info-details div dd {
  width: calc(100% - 105px);
  padding-left: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-lower-company-info-details div dd {
    width: calc(100% - 115px);
  }
}
.l-lower-company-info-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: 10px;
}

.l-lower-company-info-details-items li {
  font-size: 1.4rem;
  position: relative;
  text-indent: -15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-info-details-items li {
    font-size: 1.6rem;
  }
}
.l-lower-company-info-details-items li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #1A1A1A;
  vertical-align: 2px;
  margin-right: 8px;
}

.l-lower-company-info-img-box {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-lower-company-info-img-box {
    width: 60%;
  }
}

.l-lower-company-info-img-box img {
  border-radius: 20px;
  overflow: hidden;
}
.l-lower-company-group {
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-group {
    padding: 70px 50px 100px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-group {
    padding: 160px 100px 200px;
    border-radius: 60px;
  }
}
.l-lower-company-group-inner {
  max-width: 1330px;
  margin: 0 auto;
}

.l-lower-company-group-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: 20px 2%;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-group-items {
    margin-top: 60px;
  }
}
.l-lower-company-group-items li {
  position: relative;
  width: 100%;
  padding: 30px 25px;
  border: 1px solid #BAC5D9;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-company-group-items li {
    padding: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-group-items li {
    width: 49%;
  }
}
.l-lower-company-group-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-company-group-items li a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_gaibulink.png);
  background-size: cover;
  position: absolute;
  top: 40px;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-company-group-items li:hover a::after {
  background-image: url(../img/common/cmn_ico_gaibulink_blue.png);
}

.l-lower-company-group-items li:hover {
  border: 1px solid #133784;
}

.l-lower-company-group-item-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #133784;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-group-item-ttl {
    font-size: 2rem;
  }
}
.l-lower-company-partner {
  padding: 70px 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-partner {
    padding: 100px 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-partner {
    padding: 160px 100px;
  }
}
.l-lower-company-partner-inner {
  max-width: 1330px;
  margin: 0 auto;
}

.l-lower-company-partner-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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-partner-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 120px;
    margin-top: 60px;
  }
}
.l-lower-company-partner-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-partner-box ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.l-lower-company-partner-box ul li {
  font-size: 1.4rem;
  position: relative;
  text-indent: -14px;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-partner-box ul li {
    font-size: 1.6rem;
    text-indent: -15px;
    padding-left: 15px;
  }
}
.l-lower-company-partner-box ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #1A1A1A;
  vertical-align: 2px;
  margin-right: 8px;
}

.l-lower-company-access {
  padding: 70px 30px;
  border-radius: 40px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access {
    padding: 100px 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-access {
    padding: 160px 100px 200px;
    border-radius: 60px;
  }
}
.l-lower-company-access-inner {
  max-width: 1330px;
  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 9%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .l-lower-company-access-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 9%;
  }
}

.l-lower-company-access-txt-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (min-width: 1200px) {
  .l-lower-company-access-txt-box {
    width: 38%;
    gap: 0;
  }
}

.l-lower-company-access-txt-box-top .m-cmn-section-ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-txt-box-top .m-cmn-section-ttl {
    margin-bottom: 50px;
  }
}
.l-lower-company-access-txt-box-top p {
  margin-bottom: 20px;
}

.l-lower-company-access-txt-box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-txt-box-bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-company-access-txt-box-bottom {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.l-lower-company-access-txt-box-bottom.m-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-txt-box-bottom.m-sp-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-lower-company-access-txt-box-bottom.m-pc-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-txt-box-bottom.m-pc-none {
    display: none;
  }
}
.l-lower-company-access-txt-box-bottom p {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  padding: 5px 15px;
  background-color: #F5F7FC;
  border-radius: 12px;
  color: #133784;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-txt-box-bottom p {
    padding: 10px 25px;
    font-size: 1.4rem;
  }
}
.l-lower-company-access-map-box {
  position: relative;
  width: 100%;
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-map-box {
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-company-access-map-box {
    width: 720px;
  }
}

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

.l-lower-career {
  position: relative;
  z-index: 1;
}

.l-lower-career-kv {
  padding: 0 30px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-career-kv {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-kv {
    padding: 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-career-kv {
    margin-bottom: 160px;
  }
}

.l-lower-career-kv-inner {
  max-width: 1330px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-career-kv-inner {
    border-radius: 25px;
  }
}
.l-lower-career-about {
  padding: 0 30px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about {
    padding: 0 50px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about {
    padding: 0 100px;
    margin-bottom: 160px;
  }
}
.l-lower-career-about-inner {
  max-width: 1330px;
  margin: 0 auto;
}

.l-lower-career-about-items {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-items {
    margin-top: 60px;
  }
}
.l-lower-career-about-items > li {
  position: relative;
  padding: 90px 0 70px;
  border-top: 1px solid #BAC5D9;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-items > li {
    padding: 70px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-career-about-items > li {
    padding: 120px 100px;
  }
}

.l-lower-career-about-items > li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Krona One", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #133784;
  border: 1px solid #BAC5D9;
  border-radius: 50px;
  padding: 6px 20px;
  position: relative;
  top: -20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-items > li::before {
    position: absolute;
    top: 70px;
    padding: 8px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-career-about-items > li::before {
    font-size: 1.4rem;
    padding: 8px 20px;
    top: 120px;
  }
}

.l-lower-career-about-items > li:last-of-type {
  border-bottom: 1px solid #BAC5D9;
}

.l-lower-career-about-item-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 2%;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-inner {
    gap: 2%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-career-about-item-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about-item-txt-box {
    width: 57%;
  }
}
.l-lower-career-about-item-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #133784;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-ttl {
    font-size: 2.4rem;
  }
}
.l-lower-career-about-item-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-img-box {
    width: 420px;
  }
}
.l-lower-career-about-item-contents {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about-item-contents {
    margin-top: 40px;
    padding: 40px;
  }
}
.l-lower-career-about-item-contents dl {
  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: 8px;
}

.l-lower-career-about-item-contents dl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: #133784;
  position: absolute;
  left: 28px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-contents dl::before {
    left: 48px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about-item-contents dl::before {
    left: 98px;
  }
}
.l-lower-career-about-item-contents dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 2;
}

.l-lower-career-about-item-contents dl > div > dt {
  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;
  width: 60px;
  background-color: #133784;
  border-radius: 8px;
  color: #fff;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-contents dl > div > dt {
    width: 100px;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about-item-contents dl > div > dt {
    width: 200px;
  }
}
.month-wrapper {
  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: 768px) {
  .month-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.month-wrapper div {
  position: relative;
}

.month-wrapper div:first-of-type::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: -8px;
  -webkit-transform: translateY(0) translateX(50%);
          transform: translateY(0) translateX(50%);
  right: 50%;
}
@media screen and (min-width: 768px) {
  .month-wrapper div:first-of-type::after {
    width: 7px;
    height: 2px;
    top: 40%;
    right: -7px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1000px) {
  .month-wrapper div:first-of-type::after {
    width: 10px;
    height: 4px;
  }
}
.month-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .month-wrap {
    font-size: 1.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .month-wrap {
    font-size: 2.8rem;
  }
}
.l-lower-career-about-item-contents dl > div > dt .month {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-contents dl > div > dt .month {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about-item-contents dl > div > dt .month {
    font-size: 3.6rem;
  }
}
.l-lower-career-about-item-contents dl > div > dt .jiki {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-contents dl > div > dt .jiki {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about-item-contents dl > div > dt .jiki {
    font-size: 1.6rem;
  }
}
.l-lower-career-about-item-contents dl > div > dd {
  width: calc(100% - 60px);
  padding: 10px;
  border: 1px solid #BAC5D9;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-contents dl > div > dd {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about-item-contents dl > div > dd {
    width: calc(100% - 200px);
  }
}
.l-lower-career-about-item-contents-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: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-contents-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.l-lower-career-about-item-contents-inner > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #F5F7FC;
  border-radius: 4px;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-contents-inner > p {
    width: 120px;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about-item-contents-inner > p {
    width: 180px;
  }
}
.l-lower-career-about-item-contents-inner > ul {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-contents-inner > ul {
    width: calc(100% - 120px);
    padding: 15px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-about-item-contents-inner > ul {
    width: calc(100% - 180px);
  }
}
.l-lower-career-about-item-contents-inner > ul > li {
  position: relative;
  text-indent: -15px;
  padding-left: 15px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-contents-inner > ul > li {
    font-size: 1.6rem;
  }
}
.l-lower-career-about-item-contents-inner > ul > li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #1A1A1A;
  border-radius: 50px;
  vertical-align: 2px;
  margin-right: 8px;
}

.l-lower-career-about-item-contents-nyusya {
  display: block !important;
  width: 100% !important;
  padding: 4px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  background-color: #98A9C9;
}
@media screen and (min-width: 768px) {
  .l-lower-career-about-item-contents-nyusya {
    font-size: 2.4rem;
  }
}
.l-lower-career-pass {
  padding: 70px 30px;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-career-pass {
    padding: 100px 50px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-career-pass {
    padding: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-career-pass {
    padding: 160px 100px 200px;
  }
}

.l-lower-career-pass-inner {
  max-width: 1330px;
  margin: 0 auto;
}

.l-lower-career-pass-contents {
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-career-pass-contents {
    margin-top: 60px;
  }
}
.career-wrap {
  padding: 40px 20px;
  border-radius: 20px;
  background-color: #F5F7FC;
}
@media screen and (min-width: 768px) {
  .career-wrap {
    padding: 7.8vw 2.6vw 3.9vw;
  }
}
.career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .career {
    gap: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .career {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; /* 下揃え */
    gap: 4px;
  }
}
.step {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  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;
}
@media screen and (min-width: 768px) {
  .step {
    width: 550px;
  }
}
@media screen and (min-width: 1000px) {
  .step {
    width: auto;
  }
}
/* 高さ段階（ここがミソ） */
.step1 {
  height: auto;
  background: #5FBAD2;
}
@media screen and (min-width: 768px) {
  .step1 {
    height: 22vw;
  }
}
.step2 {
  height: auto;
  background: #4C98BE;
}
@media screen and (min-width: 768px) {
  .step2 {
    height: 24.8vw;
  }
}
.step3 {
  height: auto;
  background: #3C7CAE;
}
@media screen and (min-width: 768px) {
  .step3 {
    height: 27.7vw;
  }
}
.step4 {
  height: auto;
  background: #2C629E;
}
@media screen and (min-width: 768px) {
  .step4 {
    height: 30.3vw;
  }
}
.step5 {
  height: auto;
  background: #133784;
}
@media screen and (min-width: 768px) {
  .step5 {
    height: 32.9vw;
  }
}
.step::before {
  content: "";
  display: inline-block;
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.step1::before {
  width: 60px;
  height: 60px;
  background-image: url(../img/lower/careerpass_img01.png);
  position: absolute;
  top: -20px;
  left: auto;
  right: 10px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .step1::before {
    width: 6.5vw;
    height: 6.5vw;
    top: -5.2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.step2::before {
  width: 100px;
  height: 48px;
  background-image: url(../img/lower/careerpass_img02.png);
  position: absolute;
  top: -5.3vw;
  right: 10px;
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .step2::before {
    width: 11vw;
    height: 5.3vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.step3::before {
  width: 67px;
  height: 48px;
  background-image: url(../img/lower/careerpass_img03.png);
  position: absolute;
  top: -20px;
  right: 10px;
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .step3::before {
    width: 7.3vw;
    height: 5.3vw;
    top: -3.5vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.step4::before {
  width: 63px;
  height: 60px;
  background-image: url(../img/lower/careerpass_img04.png);
  position: absolute;
  top: -20px;
  left: auto;
  right: 10px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .step4::before {
    width: 6.9vw;
    height: 6.5vw;
    top: -5vw;
    left: 50px;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.step5::before {
  width: 67px;
  height: 60px;
  background-image: url(../img/lower/careerpass_img05.png);
  position: absolute;
  top: -20px;
  right: 10px;
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .step5::before {
    width: 7.3vw;
    height: 6.5vw;
    right: auto;
    top: -5.5vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ttl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ttl p {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ttl p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .ttl p {
    font-size: 1.18vw;
  }
}
.box {
  height: auto;
}
@media screen and (min-width: 1000px) {
  .box {
    height: 15.7vw;
  }
}
.box p.sub {
  height: 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;
  font-size: 1.5rem;
  border-radius: 4px;
  background-color: #fff;
  padding: 5px 15px;
}
@media screen and (min-width: 1000px) {
  .box p.sub {
    height: 3.9vw;
    font-size: 1.18vw;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.step1 .box p.sub {
  color: #3FB3D1;
}

.step2 .box p.sub {
  color: #4C98BE;
}

.step3 .box p.sub {
  color: #3C7CAE;
}

.step4 .box p.sub {
  color: #2C629E;
}

.step5 .box p.sub {
  color: #133784;
}

.box ul {
  height: auto;
  text-align: left;
  margin-top: 4px;
  border-radius: 4px;
  padding: 15px 20px;
}
@media screen and (min-width: 1000px) {
  .box ul {
    height: 10vw;
    padding: 1.1vw 0.9vw;
  }
}
.step1 .box ul {
  background-color: #DCF3F8;
}

.step2 .box ul {
  background-color: #D5EFFC;
}

.step3 .box ul {
  background-color: #D3EBFD;
}

.step4 .box ul {
  background-color: #C7E2FF;
}

.step5 .box ul {
  background-color: #CEDEFF;
}

.box ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #1A1A1A;
  text-indent: -1.1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 1000px) {
  .box ul li {
    font-size: 1vw;
    line-height: 1.5;
    text-indent: -1vw;
    padding-left: 1vw;
  }
}
.box ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #1A1A1A;
  border-radius: 50px;
  vertical-align: 2px;
  margin-right: 5px;
}
@media screen and (min-width: 1000px) {
  .box ul li::before {
    width: 0.4vw;
    height: 0.4vw;
  }
}
.career-wrap-bottom-txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  color: #133784;
}
@media screen and (min-width: 768px) {
  .career-wrap-bottom-txt {
    font-size: 2.4rem;
  }
}
.l-lower-faq {
  position: relative;
  z-index: 1;
}

.l-lower-faq-contents-wrap {
  padding: 70px 30px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-contents-wrap {
    padding: 100px 50px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-faq-contents-wrap {
    padding: 100px 100px 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-faq-contents-wrap {
    padding: 160px 100px 0;
  }
}

.l-lower-faq-contents-inner {
  max-width: 1330px;
  margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 1px solid #BAC5D9;
}
@media screen and (min-width: 1000px) {
  .l-lower-faq-contents-inner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-faq-contents-inner {
    padding-bottom: 160px;
  }
}

.l-lower-faq-contents-nav-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: 8px;
  padding-bottom: 60px;
  border-bottom: 1px solid #BAC5D9;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-contents-nav-box {
    margin-bottom: 100px;
    gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-faq-contents-nav-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 160px;
  }
}

.l-lower-faq-contents-nav-btn a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.7;
  width: 100%;
  display: block;
  padding: 15px 25px;
  color: #133784;
  border-radius: 20px;
  background-image: radial-gradient(#ffffff, #f0f3fa);
}
@media screen and (min-width: 768px) {
  .l-lower-faq-contents-nav-btn a {
    width: 440px;
    font-size: 1.8rem;
    padding: 20px 45px;
  }
}
.l-lower-faq-contents-nav-btn a:hover {
  border: 1px solid #133784;
}

.l-lower-faq-contents-nav-btn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_down.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
}

.l-lower-faq-contents-detail-box {
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-faq-contents-detail-box {
    padding-right: 200px;
  }
}
.l-lower-faq-contents-detail-box .m-cmn-section-ttl {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-faq-contents-detail-box .m-cmn-section-ttl {
    margin-bottom: 60px;
  }
}
.l-lower-faq-accordion-content {
  display: none;
}

.l-lower-faq-accordion-header {
  position: relative;
  padding: 45px 20px 20px;
  margin: 20px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  border-radius: 24px;
  border: 1px solid #BAC5D9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #F5F7FC;
  color: #133784;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-header {
    margin: 30px 0 0;
    font-size: 2rem;
    padding: 25px 80px;
  }
}
.l-lower-faq-accordion-header::before,
.l-lower-faq-accordion-header::after {
  position: absolute;
  content: "";
  top: 25px;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 2px;
  background: #133784;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-header::before,
  .l-lower-faq-accordion-header::after {
    top: 40px;
    right: 30px;
  }
}
.l-lower-faq-accordion-header::after {
  -webkit-transform: rotate(-90deg);
          transform: 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;
}

.l-lower-faq-accordion-header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.l-lower-faq-accordion-header.active {
  border-radius: 24px 24px 0 0;
}

.l-lower-faq-accordion-content {
  margin-top: -1px;
  border: 1px solid #BAC5D9;
  padding: 20px;
  border-radius: 0 0 24px 24px;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-content {
    padding: 20px 80px 40px;
  }
}
.l-lower-faq-accordion-content-small-txt {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-content-small-txt {
    margin-top: 20px;
  }
}
.l-lower-faq-accordion-header span {
  position: relative;
}

.l-lower-faq-accordion-header span::before {
  font-family: "Krona One", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  position: absolute;
  content: "Q.";
  top: -35px;
  left: 0;
  color: #133784;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-faq-accordion-header span::before {
    top: 0;
    left: -50px;
  }
}
#nyusyago {
  margin-top: 70px;
}
@media screen and (min-width: 1000px) {
  #nyusyago {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #nyusyago {
    margin-top: 160px;
  }
}

.l-lower-yoko {
  position: relative;
  z-index: 1;
  padding: 70px 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko {
    padding: 100px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-yoko {
    padding: 160px 100px;
  }
}

.l-lower-yoko-inner {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-yoko-inner {
    padding-right: 200px;
  }
}
.l-lower-yoko-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: 4px;
}

.l-lower-yoko-items > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-items > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-yoko-items > div > dt {
  font-size: 1.4rem;
  font-weight: 500;
  width: 100%;
  padding: 20px 25px;
  background-color: #F5F7FC;
  border-radius: 8px;
  color: #133784;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-items > div > dt {
    width: 225px;
    padding: 30px;
    font-size: 1.6rem;
  }
}
.l-lower-yoko-items > div > dd {
  width: 100%;
  padding: 25px 25px 15px 25px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-items > div > dd {
    width: calc(100% - 225px);
    padding: 30px 30px 20px 30px;
  }
}
.l-lower-yoko-item-txt {
  margin-bottom: 10px;
}

.l-lower-yoko-item-lists {
  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;
  margin-bottom: 10px;
}

.l-lower-yoko-item-lists li {
  font-size: 1.4rem;
  position: relative;
  text-indent: -13px;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-item-lists li {
    font-size: 1.6rem;
  }
}
.l-lower-yoko-item-lists li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #1A1A1A;
  border-radius: 50px;
  vertical-align: 2px;
  margin-right: 7px;
}

.l-lower-yoko-item-kyuyo {
  margin-bottom: 10px;
}

.l-lower-yoko-item-kyuyo div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-item-kyuyo 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;
    padding-left: 0;
  }
}
.l-lower-yoko-item-kyuyo div::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #1A1A1A;
  vertical-align: middle;
  margin-right: 7px;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-item-kyuyo div::before {
    position: relative;
    top: 0;
  }
}
.l-lower-yoko-item-kyuyo div dt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-item-kyuyo div dt {
    width: 120px;
  }
}
.l-lower-yoko-item-kyuyo div dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-item-kyuyo div dd {
    width: calc(100% - 120px);
  }
}
.l-lower-yoko-item-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}

.l-lower-yoko-item-process div {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-item-process div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-yoko-item-process div dt {
  width: 100%;
  font-weight: 500;
  color: #133784;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-item-process div dt {
    width: 70px;
  }
}
.l-lower-yoko-item-process div dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-item-process div dd {
    width: calc(100% - 70px);
  }
}
.school-table-wrap {
  overflow-x: auto;
}

.school-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}

.school-table th,
.school-table td {
  padding: 7px 18px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.school-table thead th {
  width: 10%;
  font-size: 1.2rem;
  border-bottom: 1px solid #d8dee8;
}

.school-table tbody th {
  text-align: left;
  font-weight: 400;
}

.school-table td {
  color: #111;
}

.l-lower-yoko-notice {
  padding: 60px 0 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-notice {
    padding: 120px 40px 160px;
  }
}
.l-lower-yoko-notice-inner {
  max-width: 880px;
  margin: 0 auto;
}

.l-lower-yoko-notice-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-notice-ttl {
    font-size: 2rem;
    text-align: center;
  }
}
.l-lower-yoko-notice-desc {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-notice-desc {
    text-align: center;
    margin-bottom: 60px;
  }
}
.l-lower-yoko-notice-contents-box {
  height: 400px;
  border-radius: 20px;
  overflow: scroll;
  margin-bottom: 40px;
  border: 1px solid #BAC5D9;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-notice-contents-box {
    height: 480px;
    margin-bottom: 80px;
  }
}
.l-lower-yoko-notice-contents-box::-webkit-scrollbar {
  display: none;
}

.l-lower-yoko-notice-contents-inner {
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-notice-contents-inner {
    padding: 40px 35px;
  }
}
.l-lower-yoko-notice-contents-ttl {
  font-weight: 500;
}

.l-lower-yoko-notice-contents-txt {
  margin-bottom: 20px;
}

.l-lower-yoko-notice-btn-wrap {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-notice-btn-wrap {
    gap: 40px;
  }
}
.l-lower-yoko-notice-btn-wrap button {
  width: 145px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-notice-btn-wrap button {
    width: 210px;
  }
}
.privacy-btn--no {
  padding: 15px;
  background-color: #9BA0AA;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.privacy-btn--yes {
  padding: 15px;
  background-color: #133784;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.privacy-btn--no:hover,
.privacy-btn--yes:hover {
  opacity: 0.7;
}

.l-lower-yoko-way {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-way {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-yoko-way {
    padding: 0 100px;
  }
}
.l-lower-yoko-way-inner {
  max-width: 880px;
  margin: 0 auto;
}

.l-lower-yoko-way-inner ul {
  margin: 40px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 4%;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-way-inner ul {
    -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: 4%;
  }
}
.l-lower-yoko-way-inner ul li {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #12203D;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-way-inner ul li {
    width: 400px;
  }
}
.carrer-way li {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .carrer-way li {
    width: 48% !important;
  }
}
.l-lower-yoko-way-inner ul li::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0E378A;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-yoko-way-inner ul li:hover::before {
  content: "";
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e378a), to(#134bbd));
  background-image: linear-gradient(90deg, #0e378a, #134bbd);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-lower-yoko-way-inner ul li a {
  position: relative;
  padding: 30px 25px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #1A1A1A;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-way-inner ul li a {
    padding: 35px 25px;
  }
}
.l-lower-yoko-way-inner ul li a:hover {
  color: #fff;
}

.l-lower-yoko-way-inner ul li a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-yoko-way-inner ul li a:hover::after {
  right: 11px;
  background-image: url(../img/common/cmn_ico_arrow_white.png);
}
@media screen and (max-width: 767px) {
  .l-lower-yoko-way-inner ul li a:hover::after {
    right: 15px;
  }
}
.l-lower-yoko-way-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  border: 1px solid #BAC5D9;
  border-radius: 25px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-way-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px;
    gap: 0;
  }
}
.l-lower-yoko-way-info-ttl {
  width: 100%;
  font-weight: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #133784;
}
@media screen and (min-width: 768px) {
  .l-lower-yoko-way-info-ttl {
    width: 170px;
  }
}