@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* sect-hero
============================================================ */
.sect-hero {
  position: relative;
  z-index: 100;
  padding: 170px 0;
}
.sect-hero__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 45px;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-hero__content {
  flex: 0 0 23.4%;
  padding-bottom: 10px;
}
.sect-hero__content picture {
  display: block;
  flex-shrink: 0;
}
.sect-hero__title {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}
.sect-hero__text {
  display: block;
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-top: 40px;
}
.sect-hero__illustration {
  flex: 0 0 76.6%;
}
.sect-hero__illustration img {
  display: block;
  width: auto;
  width: 95.3%;
  height: auto;
  object-fit: contain;
  object-position: right center;
}
.sect-hero__scroll {
  position: absolute;
  right: 0;
  bottom: -45px;
  left: 0;
  text-align: center;
}
.sect-hero__scroll img {
  display: inline-block;
  width: 40px;
  height: auto;
  vertical-align: bottom;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-hero {
    padding: 76px 0 104px;
  }
  .sect-hero__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    align-items: stretch;
    padding: 0 10px;
  }
  .sect-hero__content {
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 10px;
    padding-bottom: 0;
    order: 2;
  }
  .sect-hero__content picture {
    width: auto;
  }
  .sect-hero__title {
    flex: 0 0 auto;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    margin-top: 0;
  }
  .sect-hero__text {
    flex: 0 0 auto;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    margin-top: 0;
  }
  .sect-hero__illustration {
    flex: none;
    order: 1;
  }
  .sect-hero__illustration img {
    width: 100%;
    object-position: center center;
  }
  .sect-hero__scroll {
    bottom: -30px;
  }
  .sect-hero__scroll {
    bottom: -60px;
  }
  .sect-hero__scroll img {
    width: 34px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-message
============================================================ */
.sect-message {
  position: relative;
  z-index: 90;
  padding: 94px 0 320px;
  background-image: url("../img/top/sect-message__bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
}
.sect-message__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-message__main-img {
  display: block;
  width: 100%;
  height: auto;
}
.sect-message__lead__img {
  display: block;
  max-width: 684px;
  height: auto;
  margin-top: 60px;
}
.sect-message__text {
  margin-top: 63px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.65;
  text-align: center;
}
.sect-message__text br {
  display: block;
}
.sect-message__cta {
  position: relative;
  display: inline-block;
  min-width: 260px;
  margin-top: 110px;
  padding: 14px 20px;
  border-radius: 100vmax;
  background-color: #03abea;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.sect-message__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}
.sect-message__cta:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-message {
    padding: 55px 0 88px;
    background-image: url("../img/top/sect-message__bg--sp.png");
    background-size: 375px auto;
  }
  .sect-message__main-img {
    max-width: 316px;
  }
  .sect-message__lead__img {
    max-width: 234px;
    margin-top: 23px;
  }
  ::selection {
    background: #03abea;

    color: #fff;
  }
  ::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
  }
  .sect-message__text {
    max-width: 294px;
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.8;
    text-align: justify;
  }
  .sect-message__cta {
    min-width: 200px;
    margin-top: 50px;
    padding: 10px 20px;
    font-size: 13px;
  }
  .sect-message__cta::after {
    right: 18px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-service
============================================================ */
.sect-service {
  margin-top: -225px;
  padding: 204px 0 238px;
  background: #e5f2fb;
}
.sect-service__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  background-image: url("../img/top/sect-service__inner__bg.svg");
  background-repeat: no-repeat;
  background-position: right 60px;
  background-size: 160px auto;
}
.sect-service__title {
  display: block;
  max-width: 170px;
  height: auto;
}
.sect-service__subtitle {
  margin-top: 17px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.sect-service__lead {
  margin-top: 36px;
  font-size: 18px;
  font-weight: bold;
}
.sect-service__text {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.sect-service__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}
.sect-service__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  padding: 36px 40px 32px;
  border: 1px solid #85c7ee;
  border-radius: 26px;
  background-color: #f7ffff;
}
.sect-service__card-title {
  padding-top: 87px;
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.sect-service__card-title--1 {
  background-image: url("/assets/img/top/sect-service__card-icon1.svg");
  background-size: 72px auto;
}
.sect-service__card-title--2 {
  background-image: url("/assets/img/top/sect-service__card-icon2.svg");
  background-size: 64px auto;
}
.sect-service__card-title--3 {
  background-image: url("/assets/img/top/sect-service__card-icon3.svg");
  background-size: 53px auto;
}
.sect-service__card-text {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.77;
  text-align: justify;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1100px) {
  .sect-service__cards {
    gap: 20px;
  }
  .sect-service__card {
    padding: 36px 20px 32px;
  }
}
@media screen and (max-width: 930px) {
  .sect-service__card-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 811px) {
  .sect-service {
    margin-top: 0;
    padding: 35px 0 141px;
  }
  .sect-service__inner {
    max-width: 420px;
    background-position: right 10px top 40px;
    background-size: 80px auto;
  }
  .sect-service__title {
    max-width: 90px;
  }
  .sect-service__subtitle {
    margin-top: 14px;
    font-size: 14px;
  }
  .sect-service__lead {
    margin-top: 26px;
    font-size: 16px;
    text-align: center;
  }
  .sect-service__text {
    max-width: 294px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }
  .sect-service__cards {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
  }
  .sect-service__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 20px 22px;
  }
  .sect-service__card-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
    padding-top: 0;
    padding-left: 62px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 15px;
    text-align: left;
  }
  .sect-service__card-title--1 {
    background-size: 50px auto;
  }
  .sect-service__card-title--2 {
    background-size: 45px auto;
  }
  .sect-service__card-title--3 {
    background-size: 37px auto;
  }
  .sect-service__card-text {
    margin-top: 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-service-sub-group
============================================================ */
.sect-service-sub-group {
  position: relative;
  z-index: 100;
  margin-top: -200px;
  background-image: url("../img/top/sect-service-sub-group__bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-service-sub-group {
    margin-top: 0;
    background: none;
  }
}

/* sect-service-sub-group2
============================================================ */
.sect-service-sub-group2 {
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-service-sub-group2 {
    margin-top: -93px;
    background-image: url("../img/top/sect-service-sub-group2__bg--sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 375px auto;
  }
}

/* sect-service-sub1
============================================================ */
.sect-service-sub1 {
  padding: 237px 0 220px;
}
.sect-service-sub1__inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-service-sub1__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.sect-service-sub1__subtitle {
  padding-top: 30px;
  background-image: url("/assets/img/top/com-title__icon--blue.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 13px) top;
  background-size: 26px auto;
  color: #03abea;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1.2px;
}
.sect-service-sub1__title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 2.3px;
}
.sect-service-sub1__title-accent {
  background-image: linear-gradient(rgba(3, 171, 234, 0.3), rgba(3, 171, 234, 0.3));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 0.6em;
  font-size: 32px;
  letter-spacing: 2px;
}
.sect-service-sub1__lead {
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
.sect-service-sub1__media {
  position: absolute;
  top: calc(50% + 27px);
  left: calc(50% - 505px);
  transform: translate(-50%, -50%);
}
.sect-service-sub1__staff-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 243px;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.sect-service-sub1__speech-bubble {
  position: absolute;
  right: -245px;
  bottom: -136px;
  z-index: 2;
  display: block;
  width: 135%;
  max-width: 378px;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1250px) {
  .sect-service-sub1__media {
    top: calc(50% + 52px);
    left: calc(50% - 340px);
  }
  .sect-service-sub1__staff-photo {
    max-width: 183px;
  }
  .sect-service-sub1__speech-bubble {
    right: -175px;
    bottom: -116px;
  }
}
@media screen and (max-width: 811px) {
  .sect-service-sub1 {
    padding: 82px 0 40px;
  }
  .sect-service-sub1__subtitle {
    padding-top: 24px;
    background-position: calc(50% + 8px) top;
    background-size: 20px auto;
    font-size: 13px;
  }
  .sect-service-sub1__title {
    margin-top: 13px;
    font-size: 13px;
  }
  .sect-service-sub1__title-accent {
    font-size: 23px;
  }
  .sect-service-sub1__lead {
    margin-top: -1px;
    font-size: 13px;
    letter-spacing: 0.6px;
  }
  .sect-service-sub1__media {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 170px;
    margin: 138px auto 0;
  }
  .sect-service-sub1__speech-bubble {
    right: -169px;
    bottom: -91px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-service-sub2
============================================================ */
.sect-service-sub2 {
  margin-top: -37px;
  padding: 0 0 62px;
}
.sect-service-sub2__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-service-sub2__title-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 24px 10px 0;
  border-bottom: none;
  background-image: url("/assets/img/top/sect-service-sub2__title-block__bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  text-align: center;
}
.sect-service-sub2__title {
  padding-top: 30px;
  background-image: url("/assets/img/top/com-title__icon--blue.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 13px) top;
  background-size: 26px auto;
  color: #03abea;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.sect-service-sub2__title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 220px;
  height: 5px;
  margin: 8px auto 0;
  background-image: url("/assets/img/top/com-title__wave--blue.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.sect-service-sub2__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: -16px auto 0;
  padding: 53px 58px 78px;
  border: 2px solid #03abea;
  border-radius: 42px;
  background-color: #fff;
}
.sect-service-sub2__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 0;
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.sect-service-sub2__item:nth-child(-n + 6) {
  flex: 0 0 calc(100% / 6);
}
.sect-service-sub2__item:nth-child(n + 7) {
  flex: 0 0 calc(100% / 5);
}
.sect-service-sub2__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.sect-service-sub2__icon {
  display: block;
  object-fit: contain;
  width: 100%;
  max-width: 148px;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1080px) {
  .sect-service-sub2 {
    padding: 0 0 100px;
  }
  .sect-service-sub2__body {
    padding: 53px 28px 78px;
  }
}
@media screen and (max-width: 811px) {
  .sect-service-sub2 {
    margin-top: 0;
    padding: 0 0 42px;
  }
  .sect-service-sub2__inner {
    max-width: 420px;
  }
  .sect-service-sub2__title-block {
    max-width: 200px;
    padding: 11px 5px 0;
  }
  .sect-service-sub2__title {
    padding-top: 24px;
    background-position: calc(50% + 8px) top;
    background-size: 20px auto;
    font-size: 13px;
  }
  .sect-service-sub2__body {
    padding: 43px 28px 48px;
    border-radius: 22px;
  }
  .sect-service-sub2__grid {
    gap: 24px 14px;
  }
  .sect-service-sub2__item:nth-child(-n + 6),
  .sect-service-sub2__item:nth-child(n + 7) {
    flex: 0 0 calc((100% - 16px * 3) / 4);
  }
}
@media screen and (max-width: 481px) {
}

/* sect-service-sub3
============================================================ */
.sect-service-sub3 {
  padding: 0 0 70px;
}
.sect-service-sub3__inner {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-service-sub3__title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sect-service-sub3__title {
  padding: 42px 25px 0;
  background-image: url("/assets/img/top/com-title__icon--blue.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 13px) top;
  background-size: 26px auto;
  color: #03abea;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.sect-service-sub3__title::after {
  content: "";
  position: relative;
  left: -20px;
  display: block;
  width: calc(100% + 40px);
  max-width: 480px;
  height: 5px;
  margin: 8px auto 0;
  background-image: url("/assets/img/top/com-title__wave--blue.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.sect-service-sub3__subtitle {
  margin-top: 23px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}
.sect-service-sub3__price-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 33px;
}
.sect-service-sub3__price-card {
  flex: 0 0 auto;
}
.sect-service-sub3__price-card-img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}
.sect-service-sub3__price-card-img--care-only {
  max-width: 332px;
  height: auto;
}
.sect-service-sub3__price-card-img--integrated {
  max-width: 343px;
  height: auto;
}
.sect-service-sub3__notice {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1.6px;
}
.sect-service-sub3__notice--under-card {
  display: none;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-service-sub3 {
    padding: 0 0 44px;
  }
  .sect-service-sub3__title {
    padding-top: 24px;
    background-position: calc(50% + 8px) top;
    background-size: 20px auto;
    font-size: 14px;
  }
  .sect-service-sub3__subtitle {
    margin-top: 18px;
    font-size: 13px;
  }
  .sect-service-sub3__price-cards {
    gap: 36px;
    max-width: 320px;
    margin: 33px auto 0;
    text-align: center;
  }
  .sect-service-sub3__price-card-img--care-only {
    max-width: 220px;
  }
  .sect-service-sub3__price-card-img--integrated {
    max-width: 230px;
  }
  .sect-service-sub3__notice {
    margin-top: 12px;
    font-size: 11px;
  }
  .sect-service-sub3__notice--under-card {
    display: block;
    margin-top: 12px;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-service-sub4
============================================================ */
.sect-service-sub4 {
  margin-top: -295px;
  padding: 295px 0 99px;
  background-image: url("../img/top/sect-service-sub4__bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
}
.sect-service-sub4__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-service-sub4__title {
  padding: 42px 25px 0;
  background-image: url("/assets/img/top/com-title__icon--blue.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 13px) top;
  background-size: 26px auto;
  color: #03abea;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.4px;
}
.sect-service-sub4__title::after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  max-width: 319px;
  height: 5px;
  margin: 8px auto 0;
  background-image: url("/assets/img/top/com-title__wave--blue.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.sect-service-sub4__lead {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 1.6px;
}
.sect-service-sub4__steps-box {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  margin-top: 30px;
  padding: 54px 50px;
  border-radius: 32px;
  background-color: #fff;
  background-image: url("../img/top/sect-service-sub4__steps-box__bg.svg");
  background-repeat: no-repeat;
  background-position: right 43px bottom 65px;
  background-size: 90px auto;
}
.sect-service-sub4__step {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.sect-service-sub4__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49px;
  z-index: 1;
  width: 5px;
  height: calc(100% + 60px);
  background-image: url("/assets/img/top/com-title__wave--blue-vertical.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}
.sect-service-sub4__step-icon {
  position: relative;
  z-index: 2;
  width: 102px;
  height: auto;
  object-fit: contain;
}
.sect-service-sub4__step-body {
  flex: 1 1 0;
}
.sect-service-sub4__step-title {
  color: #0385ea;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.sect-service-sub4__step-text {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.8;
}
.sect-service-sub4__remarks-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 860px;
  margin: 43px auto 0;
  padding-top: 14px;
  padding-left: 40px;
  background-image: url("/assets/img/top/sect-service-sub4__remarks-icon.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px auto;
  text-align: left;
}
.sect-service-sub4__remarks-title {
  color: #0385ea;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.3px;
}
.sect-service-sub4__remarks-text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 1.4px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1080px) {
  .sect-service-sub4 {
    margin-top: -333px;
  }
}
@media screen and (max-width: 1000px) {
  .sect-service-sub4 {
    padding-bottom: 107px;
  }
  .sect-service-sub4__lead {
    font-size: 13px;
  }
  .sect-service-sub4__steps-box {
    gap: 40px;
    padding: 54px 30px;
    background-position: right 23px bottom 35px;
    background-size: 60px auto;
  }
  .sect-service-sub4__step {
    min-height: 118px;
  }
  .sect-service-sub4__step-title {
    font-size: 14px;
  }
  .sect-service-sub4__step-text {
    margin-top: 13px;
    font-size: 13px;
  }
  .sect-service-sub4__remarks-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 811px) {
  .sect-service-sub4 {
    margin-top: 0;
    padding: 30px 0 118px;
    background: none;
  }
  .sect-service-sub4__inner {
    max-width: 420px;
  }
  .sect-service-sub4__title {
    padding: 24px 15px 0;
    background-position: calc(50% + 8px) top;
    background-size: 20px auto;
    font-size: 14px;
  }
  .sect-service-sub4__title::after {
    max-width: 210px;
  }
  .sect-service-sub4__lead {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0.4px;
  }
  .sect-service-sub4__steps-box {
    gap: 10px;
    margin-top: 20px;
    padding: 34px 30px;
    border-radius: 22px;
    background-position: right 10px bottom 10px;
    background-size: 50px auto;
  }
  .sect-service-sub4__step {
    gap: 15px;
    align-items: flex-start;
  }
  .sect-service-sub4__step:not(:last-child)::after {
    top: 47px;
    left: 20px;
    z-index: 1;
    width: 5px;
    height: 100%;
  }
  .sect-service-sub4__step-icon {
    width: 47px;
  }
  .sect-service-sub4__step-body {
    padding-top: 13px;
  }
  .sect-service-sub4__step-title {
    font-size: 14px;
  }
  .sect-service-sub4__step-text {
    margin-top: 8px;
    font-size: 13px;
    text-align: justify;
  }
  .sect-service-sub4__remarks-block {
    margin: 23px auto 0;
    padding-top: 6px;
    padding-left: 30px;
    background-size: 22px auto;
  }
  .sect-service-sub4__remarks-title {
    font-size: 14px;
  }
  .sect-service-sub4__remarks-text {
    margin-top: 7px;
    font-size: 13px;
    text-align: justify;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-service2-group
============================================================ */
.sect-service2-group {
  position: relative;
  z-index: 90;
  background-image: url("../img/top/sect-service2-group__bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-service2-group {
    margin-top: -90px;
    background-image: url("../img/top/sect-service2-group__bg--sp.png");
    background-size: 375px auto;
  }
}

/* sect-service2-sub1
============================================================ */
.sect-service2-sub1 {
  padding: 217px 0 248px;
}
.sect-service2-sub1__inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-service2-sub1__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.sect-service2-sub1__subtitle {
  padding-top: 30px;
  background-image: url("/assets/img/top/com-title__icon--green.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 13px) top;
  background-size: 26px auto;
  color: #249347;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1.2px;
}
.sect-service2-sub1__title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 2.3px;
}
.sect-service2-sub1__title-accent {
  background-image: linear-gradient(#c5ecd2, #c5ecd2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 0.6em;
  font-size: 32px;
  letter-spacing: 2px;
}
.sect-service2-sub1__lead {
  margin-top: 4px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
.sect-service2-sub1__media {
  position: absolute;
  top: calc(50% + 39px);
  right: calc(50% - 749px);
  transform: translate(-50%, -50%);
}
.sect-service2-sub1__staff-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 224px;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.sect-service2-sub1__speech-bubble {
  position: absolute;
  bottom: -149px;
  left: -235px;
  z-index: 2;
  display: block;
  width: 172%;
  max-width: 386px;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1250px) {
  .sect-service2-sub1__media {
    right: calc(50% - 499px);
  }
  .sect-service2-sub1__staff-photo {
    max-width: 164px;
  }
  .sect-service2-sub1__speech-bubble {
    bottom: -143px;
    left: -205px;
  }
}
@media screen and (max-width: 811px) {
  .sect-service2-sub1 {
    padding: 73px 0 155px;
  }
  .sect-service2-sub1__inner {
    max-width: 370px;
  }
  .sect-service2-sub1__subtitle {
    padding-top: 24px;
    background-position: calc(50% + 8px) top;
    background-size: 20px auto;
    font-size: 13px;
  }
  .sect-service2-sub1__title {
    margin-top: 13px;
    font-size: 13px;
  }
  .sect-service2-sub1__title-accent {
    font-size: 23px;
  }
  .sect-service2-sub1__lead {
    margin-top: -1px;
    font-size: 13px;
    letter-spacing: 0.6px;
  }
  .sect-service2-sub1__media {
    position: relative;
    top: inherit;
    right: inherit;
    max-width: 170px;
    margin: 63px 0 0 auto;
    transform: none;
  }
  .sect-service2-sub1__staff-photo {
    max-width: 166px;
  }
  .sect-service2-sub1__speech-bubble {
    bottom: -121px;
    left: -171px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-service2-sub2
============================================================ */
.sect-service2-sub2 {
  margin-top: -52px;
  padding: 0 0 70px;
}
.sect-service2-sub2__inner {
  width: 100%;
  max-width: 856px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-service2-sub2__title-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 24px 10px 0;
  border-bottom: none;
  background-image: url("/assets/img/top/sect-service2-sub2__title-block__bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  text-align: center;
}
.sect-service2-sub2__title {
  padding-top: 30px;
  background-image: url("/assets/img/top/com-title__icon--green.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 13px) top;
  background-size: 26px auto;
  color: #534e46;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
.sect-service2-sub2__title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 200px;
  height: 5px;
  margin: 8px auto 0;
  background-image: url("/assets/img/top/com-title__wave--green.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.sect-service2-sub2__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: -16px auto 0;
  padding: 30px 68px 45px;
  border: 2px solid #249347;
  border-radius: 42px;
  background-color: #fbffff;
}
.sect-service2-sub2__body::after {
  content: "";
  position: absolute;
  right: -133px;
  bottom: -77px;
  z-index: 0;
  display: block;
  width: 205px;
  height: 340px;
  background-image: url("/assets/img/top/sect-service2-sub2__body__bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  pointer-events: none;
}
.sect-service2-sub2__lead {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1.5px;
}
.sect-service2-sub2__lead br {
  display: none;
}
.sect-service2-sub2__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  width: 100%;
  margin-top: 34px;
  padding: 0 7px;
}
.sect-service2-sub2__item {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.sect-service2-sub2__list-icon {
  display: block;
  width: 44px;
  height: auto;
  object-fit: contain;
}
.sect-service2-sub2__item-category {
  flex-shrink: 0;
  color: #249347;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.sect-service2-sub2__item-dots {
  flex-shrink: 0;
  color: #c5ecd2;
  font-size: 20px;
  letter-spacing: 0;
}
.sect-service2-sub2__item-desc {
  min-width: 0;
  font-size: 15px;
  line-height: 1.5;
}
.sect-service2-sub2__remarks {
  align-self: flex-start;
  margin-top: 30px;
  margin-left: 5px;
  padding-left: 1em;
  color: #249347;
  font-size: 15px;
  line-height: 1.5;
  text-indent: -1em;
  letter-spacing: 1.2px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 900px) {
  .sect-service2-sub2__lead br {
    display: inherit;
  }
}
@media screen and (max-width: 811px) {
  .sect-service2-sub2 {
    margin-top: 0;
    padding: 0 0 60px;
  }
  .sect-service2-sub2__inner {
    max-width: 420px;
  }
  .sect-service2-sub2__title-block {
    max-width: 200px;
    padding: 11px 5px 0;
  }
  .sect-service2-sub2__title {
    padding-top: 24px;
    background-position: calc(50% + 8px) top;
    background-size: 20px auto;
    font-size: 13px;
  }
  .sect-service2-sub2__body {
    padding: 38px 28px 38px;
    border-radius: 22px;
  }
  .sect-service2-sub2__body::after {
    right: -21px;
    bottom: -38px;
    width: 115px;
    height: 79px;
  }
  .sect-service2-sub2__lead {
    font-size: 13px;
  }
  .sect-service2-sub2__list {
    gap: 15px;
    margin-top: 34px;
    padding: 0;
  }
  .sect-service2-sub2__item {
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .sect-service2-sub2__list-icon {
    width: 29px;
  }
  .sect-service2-sub2__item-category {
    font-size: 14px;
  }
  .sect-service2-sub2__item-dots {
    font-size: 16px;
    line-height: 1;
  }
  .sect-service2-sub2__item-desc {
    flex-basis: 100%;
    width: 100%;
    padding-left: 37px;
    font-size: 14px;
  }
  .sect-service2-sub2__remarks {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-service2-sub3
============================================================ */
.sect-service2-sub3 {
  padding: 0 0 330px;
}
.sect-service2-sub3__inner {
  display: flex;
  gap: 40px;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-service2-sub3__col {
  flex: 1 1 0;
}
.sect-service2-sub3__col--fee {
  display: flex;
  flex-direction: column;
}
.sect-service2-sub3__col--flow {
  display: flex;
  flex-direction: column;
}
.sect-service2-sub3__title {
  padding-top: 40px;
  background-image: url("/assets/img/top/com-title__icon--green.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 13px) top;
  background-size: 26px auto;
  color: #534e46;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.4px;
}
.sect-service2-sub3__title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 160px;
  height: 5px;
  margin: 8px auto 0;
  background-image: url("/assets/img/top/com-title__wave--green.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.sect-service2-sub3__col--flow .sect-service2-sub3__title::after {
  max-width: 320px;
}
.sect-service2-sub3__img {
  position: relative;
  z-index: 2;
  display: block;
  flex: 0 0 auto;
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 38px auto 0;
  object-fit: contain;
}
.sect-service2-sub3__notes {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: -30px auto 0;
  padding: 60px 60px;
  border-radius: 24px;
  background-color: #fff;
}
.sect-service2-sub3__notes-item {
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.8;
  text-indent: -1em;
}
.sect-service2-sub3__flow-box {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  padding: 60px 50px;
  border-radius: 24px;
  background-color: #fff;
}
.sect-service2-sub3__steps {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
}
.sect-service2-sub3__step {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.sect-service2-sub3__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49px;
  z-index: 1;
  width: 5px;
  height: calc(100% + 60px);
  background-image: url("/assets/img/top/com-title__wave--blue-vertical.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}
.sect-service2-sub3__step-icon {
  position: relative;
  z-index: 2;
  width: 102px;
  height: auto;
  object-fit: contain;
}
.sect-service2-sub3__step-body {
  flex: 1 1 0;
}
.sect-service2-sub3__step-title {
  color: #249347;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.sect-service2-sub3__step-text {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.8;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-service2-sub3 {
    padding: 0 0 132px;
  }
  .sect-service2-sub3__inner {
    flex-direction: column;
    gap: 40px;
    max-width: 420px;
  }
  .sect-service2-sub3__col {
    flex: 0 0 auto;
    width: 100%;
  }
  .sect-service2-sub3__title {
    padding-top: 24px;
    background-position: calc(50% + 8px) top;
    background-size: 20px auto;
    font-size: 13px;
  }
  .sect-service2-sub3__title::after {
    max-width: 100px;
  }
  .sect-service2-sub3__col--flow .sect-service2-sub3__title::after {
    max-width: 180px;
  }
  .sect-service2-sub3__img {
    max-width: 320px;
    margin: 28px auto 0;
  }
  .sect-service2-sub3__notes {
    margin: -25px auto 0;
    padding: 40px 30px 30px;
    border-radius: 19px;
  }
  .sect-service2-sub3__notes-item {
    font-size: 13px;
  }
  .sect-service2-sub3__flow-box {
    margin-top: 28px;
    padding: 40px 30px;
    border-radius: 19px;
  }
  .sect-service2-sub3__steps {
    gap: 10px;
  }
  .sect-service2-sub3__step {
    gap: 15px;
    align-items: flex-start;
  }
  .sect-service2-sub3__step:not(:last-child)::after {
    top: 45px;
    left: 20px;
    z-index: 1;
    width: 5px;
    height: 100%;
  }
  .sect-service2-sub3__step-icon {
    width: 47px;
  }
  .sect-service2-sub3__step-body {
    padding-top: 13px;
  }
  .sect-service2-sub3__step-title {
    font-size: 14px;
  }
  .sect-service2-sub3__step-text {
    margin-top: 8px;
    font-size: 13px;
    text-align: justify;
    letter-spacing: 0.4px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-contact
============================================================ */
.sect-contact {
  position: relative;
  z-index: 100;
  margin-top: -275px;
  padding: 132px 0 289px;
  background-image: url("../img/top/sect-contact__bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
}
.sect-contact__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-contact__title {
  display: block;
  max-width: 198px;
  height: auto;
  object-fit: contain;
  object-position: left top;
}
.sect-contact__subtitle {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.sect-contact__lead {
  margin-top: 22px;
  color: #03abea;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}
.sect-contact__lead b {
  padding-left: 18px;
}
.sect-contact__lead b::after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  max-width: 482px;
  height: 5px;
  margin: 6px 0 0;
  background-image: url("/assets/img/top/com-title__wave--blue.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.sect-contact__text {
  line-height: 1.75;
}
.sect-contact__text--first {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.sect-contact__text--second {
  margin-top: 20px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 3.4px;
}
.sect-contact__tel-panel {
  display: block;
  width: 100%;
  max-width: 393px;
  height: auto;
  margin-top: 13px;
}
.sect-contact__note {
  margin-top: 12px;
  padding-left: 1em;
  color: #03abea;
  font-size: 15px;
  line-height: 1.7;
  text-indent: -1em;
  letter-spacing: 0.7px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-contact {
    margin-top: -90px;
    padding: 136px 0 193px;
    background-image: url("../img/top/sect-contact__bg--sp.png");
    background-size: 375px auto;
  }
  .sect-contact__inner {
    max-width: 420px;
  }
  .sect-contact__title {
    max-width: 100px;
  }
  .sect-contact__subtitle {
    font-size: 14px;
  }
  .sect-contact__lead {
    margin-top: 18px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .sect-contact__lead b {
    padding-left: 0;
  }
  .sect-contact__lead b::after {
    max-width: 317px;
    height: 3px;
    margin: 3px 0 0;
  }
  .sect-contact__text {
    line-height: 1.75;
  }
  .sect-contact__text--first {
    margin-top: 15px;
    font-size: 11px;
    letter-spacing: 0;
  }
  .sect-contact__text--second {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.75;
    letter-spacing: 0.8px;
  }
  .sect-contact__tel-panel {
    max-width: 334px;
    margin-top: 15px;
  }
  .sect-contact__note {
    margin-top: 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-about
============================================================ */
.sect-about {
  margin-top: -10px;
  padding: 0 0 156px;
}
.sect-about__inner {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 20px;
}
.sect-about__heading {
  text-align: center;
}
.sect-about__title {
  display: block;
  max-width: 149px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center top;
}
.sect-about__subtitle {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.sect-about__columns {
  position: relative;
  display: flex;
  gap: 67px;
  align-items: flex-start;
  margin-top: 45px;
}
.sect-about__columns::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: -78px;
  z-index: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../img/top/sect-about__columns__bg.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  pointer-events: none;
}
.sect-about__greeting {
  display: flex;
  flex: 0 0 320px;
  flex-direction: column;
  align-items: flex-start;
}
.sect-about__ceo-title {
  margin-top: 3px;
  margin-left: 53px;
  padding-left: 34px;
  background-image: url("/assets/img/top/com-title__icon--blue.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
  color: #03abea;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.sect-about__ceo-photo {
  display: block;
  width: 100%;
  max-width: 295px;
  height: auto;
  margin-top: 21px;
  object-fit: cover;
  object-position: center top;
}
.sect-about__cta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  margin: 56px auto 0;
  padding: 14px 20px;
  border: 1px solid #03abea;
  border-radius: 100vmax;
  color: #03abea;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s;
}
.sect-about__cta--sp {
  display: none;
}
.sect-about__cta::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/top/com-link__icon--blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sect-about__cta:hover {
  color: #03abea;
  text-decoration: none;
  opacity: 0.9;
}
.sect-about__body {
  position: relative;
  flex: 1 1 auto;
}
.sect-about__body::after {
  content: "";
  position: absolute;
  top: -150px;
  left: calc(50% + 115px);
  z-index: 0;
  display: block;
  width: 220px;
  height: 195px;
  background-image: url("../img/top/sect-about__body__bg.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
  pointer-events: none;
}
.sect-about__lead {
  color: #03abea;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.sect-about__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.65;
}
.sect-about__text p {
  margin-bottom: 1.6em;
}
.sect-about__text p:last-child {
  margin-bottom: 0;
}
.sect-about__philosophy {
  width: 100%;
  max-width: 880px;
  margin: 70px auto 0;
}
.sect-about__table-title {
  margin-left: 28px;
  padding-left: 34px;
  background-image: url("/assets/img/top/com-title__icon--blue.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
  color: #03abea;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.sect-about__table-wrap {
  position: relative;
  margin-top: 45px;
  padding: 10px 60px;
  border: 1px solid #03abea;
  border-radius: 28px;
  background-color: #fbffff;
}
.sect-about__table-wrap::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: 34px;
  z-index: 0;
  display: block;
  width: 162px;
  height: 78px;
  background-image: url("../img/top/sect-about__table-wrap__bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  pointer-events: none;
}
.sect-about__table {
  width: 100%;
}
.sect-about__table tbody tr:not(:last-child) td,
.sect-about__table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #03abea;
}
.sect-about__table-th {
  width: 180px;
  padding: 32px 20px 32px 0;
  background-color: transparent;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}
.sect-about__table-td {
  padding: 32px 0;
  background-color: transparent;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}
.sect-about__table-td a {
  color: #333;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 960px) {
  .sect-about__columns {
    gap: 37px;
  }
}
@media screen and (max-width: 811px) {
  .sect-about {
    margin-top: 0;
    padding: 30px 0 60px;
  }
  .sect-about__inner {
    max-width: 420px;
  }
  .sect-about__title {
    max-width: 77px;
  }
  .sect-about__subtitle {
    font-size: 14px;
  }
  .sect-about__columns {
    flex-direction: column;
    gap: 45px;
    align-items: stretch;
    margin-top: 30px;
  }
  .sect-about__columns::after {
    content: none;
  }
  .sect-about__greeting {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .sect-about__ceo-title {
    margin-top: 0;
    margin-left: 0;
    padding-left: 24px;
    background-size: 17px auto;
    font-size: 14px;
  }
  .sect-about__ceo-photo {
    max-width: 215px;
    margin-top: 16px;
  }
  .sect-about__cta {
    min-width: 200px;
    margin: -20px auto 0;
    padding: 10px 20px;
    font-size: 13px;
  }
  .sect-about__cta--pc {
    display: none;
  }
  .sect-about__cta--sp {
    display: inline-flex;
    align-self: center;
  }
  .sect-about__cta::after {
    width: 16px;
    height: 16px;
  }
  .sect-about__cta:hover {
    color: #03abea;
    text-decoration: none;
    opacity: 0.9;
  }
  .sect-about__body {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
  }
  .sect-about__body::after {
    top: -51px;
    left: calc(50% + 90px);
    width: 90px;
    height: 80px;
  }
  .sect-about__lead {
    font-size: 14px;
  }
  .sect-about__text {
    font-size: 13px;
  }
  .sect-about__text p {
    margin-bottom: 1.4em;
  }
  .sect-about__text p:last-child {
    margin-bottom: 0;
  }
  .sect-about__philosophy {
    margin: 40px auto 0;
    text-align: center;
  }
  .sect-about__table-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    padding-left: 24px;
    background-size: 17px auto;
    font-size: 14px;
    text-align: left;
  }
  .sect-about__table-wrap {
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 24px;
  }
  .sect-about__table-wrap::after {
    right: -18px;
    bottom: -16px;
    width: 102px;
    height: 49px;
  }
  .sect-about__table tbody tr {
    display: block;
    padding: 0;
    border-bottom: 1px solid #03abea;
  }
  .sect-about__table tbody tr:last-child {
    border-bottom: none;
  }
  .sect-about__table tbody tr:not(:last-child) td,
  .sect-about__table tbody tr:not(:last-child) th {
    border-bottom: none;
  }
  .sect-about__table-th {
    display: block;
    width: 100%;
    padding: 16px 0 0;
    border-bottom: none;
    background-color: transparent;
    font-size: 14px;
  }
  .sect-about__table-td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    border-bottom: none;
    font-size: 13px;
    font-weight: normal;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-recruit
============================================================ */
.sect-recruit {
  position: relative;
  z-index: 100;
  margin-top: -90px;
  margin-bottom: -185px;
  padding: 225px 0 270px;
  background-image: url("../img/top/sect-recruit__bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
}
.sect-recruit__inner {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.sect-recruit__title {
  display: block;
  max-width: 170px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center top;
}
.sect-recruit__subtitle {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.sect-recruit__lead {
  margin-top: 34px;
  color: #249347;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.sect-recruit__lead::after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  max-width: 474px;
  height: 5px;
  margin: 6px auto 0;
  background-image: url("/assets/img/top/com-title__wave--green.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.sect-recruit__text {
  margin-top: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.sect-recruit__text2 {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
.sect-recruit__staff-photo {
  display: block;
  width: 100%;
  max-width: 402px;
  height: auto;
  margin: 12px auto 0;
  object-fit: cover;
  object-position: center top;
}
.sect-recruit__jobs-title {
  margin-top: 24px;
  padding-top: 28px;
  background-image: url("/assets/img/top/com-title__icon--green.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 13px) top;
  background-size: 26px auto;
  color: #249347;
  font-size: 18px;
  line-height: 1.5;
}
.sect-recruit__jobs-title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 480px;
  height: 5px;
  margin: 10px auto 0;
  background-image: url("/assets/img/top/com-title__wave--green.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
.sect-recruit__jobs-text {
  margin-top: 13px;
  font-size: 17px;
  line-height: 1.6;
}
.sect-recruit__jobs-text i {
  font-style: normal;
}
.sect-recruit__cta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 286px;
  margin-top: 28px;
  padding: 14px 20px;
  border: 1px solid #249347;
  border-radius: 100vmax;
  color: #249347;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s;
}
.sect-recruit__cta:visited {
  color: #249347;
}
.sect-recruit__cta::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/top/com-link__icon--green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sect-recruit__cta:hover {
  color: #249347;
  text-decoration: none;
  opacity: 0.9;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-recruit {
    margin-top: 0;
    margin-bottom: -120px;
    padding: 121px 0 262px;
    background-image: url("../img/top/sect-recruit__bg--sp.png");
    background-size: 375px auto;
  }
  .sect-recruit__inner {
    max-width: 420px;
  }
  .sect-recruit__title {
    max-width: 82px;
  }
  .sect-recruit__subtitle {
    font-size: 15px;
  }
  .sect-recruit__lead {
    margin-top: 12px;
    font-size: 13px;
  }
  .sect-recruit__lead::after {
    max-width: 204px;
    height: 3px;
  }
  .sect-recruit__text {
    margin-top: 3px;
    font-size: 13px;
  }
  .sect-recruit__text2 {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.65;
    text-align: justify;
  }
  .sect-recruit__staff-photo {
    max-width: 272px;
    margin: 12px auto 0;
  }
  .sect-recruit__jobs-title {
    margin-top: 32px;
    padding-top: 16px;
    background-position: calc(50% + 5px) top;
    background-size: 18px auto;
    font-size: 14px;
  }
  .sect-recruit__jobs-title::after {
    max-width: 340px;
    height: 3px;
  }
  .sect-recruit__jobs-text {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.8;
  }
  .sect-recruit__jobs-text i {
    position: relative;
    top: -0.4em;
  }
  .sect-recruit__cta {
    min-width: 200px;
    margin-top: 18px;
    padding: 10px 20px;
    font-size: 13px;
  }
  .sect-recruit__cta::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 481px) {
}
