/* =============================

overwrite

=============================== */
.l-main {
  padding-block: 0;
}
/* =================================== */
/*
  section
---------------------------*/
.lead {
  position: relative;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-bottom: 50px;
  }
}
.lead__txt {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 768px) {
  .lead__txt {
    font-size: 0.875rem;
  }
}

/* =================================== */
/*
  section
---------------------------*/
.contents {
  position: relative;
  margin-bottom: 6.25vw;
}
.contents-box {
  position: relative;
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .contents-box {
    margin-top: 60px;
  }
}
.contents-box::before {
  position: absolute;
  top: 5.5555555556vw;
  left: 5.55vw;
  width: calc(100% - 5.55vw);
  height: calc(100% - 5.55vw);
  background: #e8f5fc;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contents-box::before {
    top: 40px;
    left: 20px;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
  }
}
.contents-box__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .contents-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents-box__wide {
  width: 94.4444444444vw;
  padding: 0 6.9444444444vw 6.9444444444vw 6.9444444444vw;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contents-box__wide {
    padding: 0 20px 30px 20px;
  }
}
.contents-box__img {
  width: 50%;
  aspect-ratio: 72/60;
}
@media screen and (max-width: 768px) {
  .contents-box__img {
    width: 90%;
  }
}
.contents-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .contents-box__fig-wrap {
    overflow: auto;
  }
}
.contents-box__body {
  width: 50%;
  padding: 11.1111111111vw 6.9444444444vw 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .contents-box__body {
    width: auto;
    padding: 30px 20px 30px 40px;
  }
}
.contents-box__ttl {
  margin: 0 -20px 2.7777777778vw;
  padding: 12px 28px;
  border-radius: 30px;
  background: #06c;
  color: #FFF;
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  .contents-box__ttl {
    margin: 0 -5px 20px;
    font-size: 1.125rem;
  }
}
.contents-box__sub-ttl {
  margin-block: 1.3888888889vw 1.0416666667vw;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.3;
  color: #06c;
  border-bottom: 1px solid #06c;
}
@media screen and (max-width: 768px) {
  .contents-box__sub-ttl {
    margin-block: 20px;
    font-size: 1rem;
  }
}
.contents-box__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .contents-box__txt {
    font-size: 0.875rem;
  }
}
.contents-box__caption {
  margin-top: 2.0833333333vw;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .contents-box__caption {
    margin-top: 20px;
    font-size: 11px;
  }
}
.contents-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.7777777778vw;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .contents-box__list {
    margin-top: 20px;
    padding: 10px;
  }
}
.contents-box__list--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents-box__list--row .contents-box__list-item {
  width: calc(50% - 10px);
}
.contents-box__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-box__flow-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  background: #FFF;
}
.contents-box__flow-list-item .ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .contents-box__flow-list-item .ttl {
    font-size: 0.875rem;
  }
}
.contents-box__flow-list-item .txt {
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.62;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .contents-box__flow-list-item .txt {
    font-size: 0.813rem;
  }
}
.contents-box__flow-list--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contents-box__flow-list--column .contents-box__flow-list-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 8px;
  background: #55C2EF;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.contents-box__flow-list--row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents-box__flow-list--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.contents-box__flow-list--row .contents-box__flow-list-item {
  width: 31.46%;
}
@media screen and (max-width: 768px) {
  .contents-box__flow-list--row .contents-box__flow-list-item {
    width: auto;
  }
}
.contents-box__flow-list--row .contents-box__flow-list-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.52vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 20px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #55C2EF;
}
@media screen and (max-width: 768px) {
  .contents-box__flow-list--row .contents-box__flow-list-item:not(:last-of-type)::after {
    top: inherit;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 8px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
.contents-box--reverse::before {
  left: inherit;
  right: 5.55vw;
}
@media screen and (max-width: 768px) {
  .contents-box--reverse::before {
    right: 20px;
  }
}
.contents-box--reverse .contents-box__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .contents-box--reverse .contents-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .contents-box--reverse .contents-box__img {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .contents-box--reverse .contents-box__body {
    padding: 30px 40px 30px 20px;
  }
}
.contents-box--re02 .contents-box__wide {
  margin-top: -5vw;
}
.contents-box--re03 .contents-box__wide {
  margin: 4.1666666667vw 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents-box--re03 .contents-box__wide {
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .contents-box--re03 .contents-box__fig {
    width: 680px;
  }
}
.contents-box--re04 .contents-box__wide {
  margin-top: -3vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents-box--re04 .contents-box__wide {
    margin-top: -10px;
  }
}
.contents-box--re04 .contents-box__wide img {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .contents-box--re04 .contents-box__fig {
    width: 580px;
  }
}

/* =================================== */
/*
  section
---------------------------*/
.training {
  position: relative;
  margin-block: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .training {
    margin-block: 50px;
  }
}
.training .training-box {
  padding: 3.4722222222vw 5.5555555556vw 5.5555555556vw 5.5555555556vw;
  border-radius: 20px;
  background: #06c;
}
@media screen and (max-width: 768px) {
  .training .training-box {
    padding: 30px 20px;
  }
}
.training__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 1.53;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .training__ttl {
    font-size: 1.125rem;
  }
}
.training__txt {
  margin-top: 1.3888888889vw;
  text-align: center;
  font-size: 1.125rem;
  color: #FFF;
  line-height: 2;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 768px) {
  .training__txt {
    margin-top: 20px;
    font-size: 0.813rem;
    text-align: left;
  }
}
.training__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .training__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.training__flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  padding: 20px;
  border-radius: 8px;
  background: #FFF;
}
.training__flow-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.52vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 20px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #55C2EF;
}
@media screen and (max-width: 768px) {
  .training__flow-item:not(:last-of-type)::after {
    top: inherit;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 8px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
.training__flow-item .img {
  aspect-ratio: 286/200;
}
.training__flow-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.training__flow-item .ttl {
  color: #06c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .training__flow-item .ttl {
    font-size: 1.125rem;
  }
}

/* =================================== */
/*
  section
---------------------------*/
.service {
  margin-top: 6.9444444444vw;
  padding-block: 6.9444444444vw;
  background: #e8f5fc;
}
@media screen and (max-width: 768px) {
  .service {
    margin-top: 40px;
    padding-block: 40px;
  }
}

.service-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 2.7777777778vw;
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .service-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-contents__item {
  padding: 2.7777777778vw;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 5px 5px 39px 0 rgba(177, 177, 177, 0.15);
          box-shadow: 5px 5px 39px 0 rgba(177, 177, 177, 0.15);
}
@media screen and (max-width: 768px) {
  .service-contents__item {
    padding: 30px 20px;
  }
}
.service-contents__item-img {
  aspect-ratio: 500/333;
}
.service-contents__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-contents__item-ttl {
  margin-top: 2.4305555556vw;
  font-size: 1.75rem;
  font-weight: 700;
  color: #06c;
  line-height: 1.14;
}
@media screen and (max-width: 768px) {
  .service-contents__item-ttl {
    margin-top: 25px;
    font-size: 1.25rem;
  }
}
.service-contents__item-txt {
  margin-top: 1.7361111111vw;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .service-contents__item-txt {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}
.service-contents__item-caption {
  margin-top: 1.3888888889vw;
  font-size: 13px;
  font-weight: 350;
  letter-spacing: 0.26px;
}
@media screen and (max-width: 768px) {
  .service-contents__item-caption {
    font-size: 11px;
  }
}
.service-contents__item .m-gray-box {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .service-contents__item .m-gray-box {
    margin-top: 20px;
  }
}
.service-contents__item .m-gray-box .ttl {
  margin-bottom: 5px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .service-contents__item .m-gray-box__list-item {
    font-size: 13px;
  }
}
.service-contents__item .c-btn-primary {
  margin-top: 2.4305555556vw;
  max-width: 258px;
}
@media screen and (max-width: 768px) {
  .service-contents__item .c-btn-primary {
    margin-top: 20px;
  }
}

.service-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.7777777778vw;
  padding: 50px 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  -webkit-box-shadow: 5px 5px 39px 0 rgba(177, 177, 177, 0.15);
          box-shadow: 5px 5px 39px 0 rgba(177, 177, 177, 0.15);
}
@media screen and (max-width: 768px) {
  .service-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding: 20px;
  }
}
.service-box:first-of-type {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .service-box:first-of-type {
    margin-top: 40px;
  }
}
.service-box__obj {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .service-box__obj {
    display: none;
  }
}
.service-box__img {
  width: 63.88%;
  aspect-ratio: 69/46;
}
@media screen and (max-width: 768px) {
  .service-box__img {
    width: 100%;
    aspect-ratio: 1.618/1;
  }
}
.service-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-box__body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0833333333vw;
  width: 31.48%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .service-box__body {
    width: auto;
    margin: 20px 0 10px;
    gap: 15px;
  }
}
.service-box__ttl {
  color: #06c;
  font-size: min(2.3333333333vw, 28px);
  font-weight: 700;
  line-height: 1.14;
}
@media screen and (max-width: 768px) {
  .service-box__ttl {
    font-size: 1.25rem;
  }
}
.service-box__txt {
  font-size: min(1.5vw, 18px);
  line-height: 1.66;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .service-box__txt {
    font-size: 0.875rem;
  }
}
.service-box__btn {
  width: 180px;
}
/* =================================== */
/*
  section
---------------------------*/
.other {
  padding-block: 6.25vw;
}
.other .c-btn-secondary {
  width: 294px;
  margin: 5.5555555556vw auto 6.25vw;
}
/*# sourceMappingURL=build-lower.css.map */