@charset "UTF-8";
.l-container {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
.l-container--sm {
  max-width: 880px;
}

@media screen and (max-width: 768px) {
  .l-container {
    max-width: 500px;
  }
  .l-container--sm {
    max-width: 440px;
  }
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  line-height: 0;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10px;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  width: 100%;
  aspect-ratio: 1/1;
  border: 0;
  outline: none;
  border-radius: 100%;
  background: #d9d9d9;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  line-height: 0;
}
.slick-dots li.slick-active button {
  background: #000;
}

.footer {
  background: #01BAAD;
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  padding-block: 27px;
}
.footer__link {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.footer__copyright {
  padding-block: 20px;
  background: #00A297;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

@media (hover: hover) {
  .footer__link:hover {
    opacity: 0.6;
  }
}
.footer__link:focus-visible {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .footer__links {
    gap: 16px;
    padding-block: 18px;
  }
  .footer__link {
    font-size: 12px;
  }
  .footer__copyright {
    padding-block: 13px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .u-show--pc {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .u-show--pc-tab {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-show--tab {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .u-show--tab {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .u-show--tab-sp {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .u-show--sp {
    display: none;
  }
}
body.is-fixed {
  overflow: hidden;
}

.c-heading__lead {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.c-heading__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-heading__lead {
    font-size: 18px;
  }
  .c-heading__ttl {
    font-size: 28px;
  }
}
.follow-banner {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 100;
  width: 340px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.15));
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease, pointer-events 0.3s ease;
}
.follow-banner.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (hover: hover) {
  .follow-banner:hover {
    opacity: 0.6;
  }
}
.follow-banner:focus-visible {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .follow-banner {
    bottom: 10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 90%;
    max-width: 440px;
  }
}
.fv__img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1024px) {
  .fv__img img {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .fv__img img {
    height: auto;
  }
}
.intro {
  padding-block: 60px 80px;
  background: #fff;
}
.intro__head {
  margin-bottom: 43px;
}
.intro__lead {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 28px;
  font-size: 24px;
  color: #1267a7;
  font-weight: 700;
}
.intro__lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(to right, #1267a7 0% 7%, #ffffff 7% 10%, #1267a7 10% 100%);
}
.intro__lead::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 7.7%;
  transform: translateY(100%) rotate(135deg);
  width: 2px;
  height: 12px;
  border-radius: 10px;
  background: #1267a7;
}
.intro__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3125;
}
.intro__ttl span {
  font-size: 22px;
  font-weight: inherit;
}
.intro__list {
  margin-inline: -13.5px;
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.intro__list.is-ready {
  opacity: 1;
}
.intro__list .slick-dots {
  gap: 16px;
  margin-top: 20px;
}
.intro__list .slick-dots li {
  width: 14px;
}
.intro__list .slick-dots button {
  background: #e6e6e6;
}
.intro__list .slick-dots li.slick-active button {
  background: #01baad;
}
.intro__item {
  margin-inline: 13.5px;
}
.intro__item-ttl {
  position: relative;
  padding-block: 20px;
  margin-bottom: 23px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #007b91 0%, #03bdb1 83%, #18d9d2 100%);
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.intro__item-ttl span {
  font-weight: inherit;
  color: #f9ff65;
}
.intro__item-ttl::before {
  content: "Case " attr(data-num);
  position: absolute;
  top: 0;
  left: 7px;
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  pointer-events: none;
}
.intro__item-ttl::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 17px;
  aspect-ratio: 17/15;
  background: #18d9d2;
  clip-path: path("M0 0 L17 0 L9.9 13.9 A1 1 0 0 1 7.1 13.9 Z");
}
.intro__item-img {
  width: 75%;
  margin-bottom: 10px;
  margin-inline: auto;
}
.intro__item-desc {
  padding: 20px;
  border: 1px solid #b8d5dc;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: #444c52;
  font-weight: 500;
  line-height: 1.8;
}
.intro__note {
  font-size: 12px;
  color: #afafaf;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro {
    padding-block: 40px 60px;
    overflow: hidden;
  }
  .intro__head {
    margin-bottom: 43px;
  }
  .intro__lead {
    font-size: 22px;
  }
  .intro__ttl {
    font-size: 28px;
  }
  .intro__ttl span {
    font-size: 18px;
  }
  .intro__list {
    margin-inline: 0 -20px;
  }
  .intro__list .slick-list {
    width: 110%;
  }
  .intro__list .slick-dots {
    margin-left: -10px;
  }
  .intro__item {
    width: 84vw;
    max-width: 420px;
    margin-inline: 0 20px;
  }
}
.concern {
  padding-block: 60px 140px;
  background: #f6f7f7;
}
.concern .c-heading {
  margin-bottom: 40px;
  text-align: center;
}
.concern .c-heading__ttl-em {
  color: #1467a7;
  font-weight: inherit;
}
.concern__list {
  display: grid;
  justify-content: center;
  gap: 16px;
  width: 90%;
  max-width: 500px;
  padding-block: 24px;
  margin-bottom: 20px;
  margin-inline: auto;
  border-radius: 10px;
  background: #ffffff;
}
.concern__item {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: start;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
}
.concern__check {
  margin-top: 0.2em;
}
.concern__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.concern__dot {
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #1267a7;
}

@media screen and (max-width: 768px) {
  .concern {
    position: relative;
    padding-block: 50px 75px;
  }
  .concern__balloon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: #1267a7;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
  }
  .concern__balloon::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 15px;
    aspect-ratio: 15/13;
    background: #1267a7;
    clip-path: path("M7.5 13 A1 1 0 0 1 6.7 12.4 L1.8 3.2 A1 1 0 0 1 2.8 1.8 L12.2 1.8 A1 1 0 0 1 13.2 3.2 L8.3 12.4 A1 1 0 0 1 7.5 13 Z");
  }
  .concern .c-heading {
    margin-bottom: 20px;
    text-align: center;
  }
  .concern .c-heading__ttl-em {
    color: #1467a7;
    font-weight: inherit;
  }
  .concern__list {
    gap: 12px;
    width: 100%;
    max-width: 285px;
    margin-bottom: 13px;
  }
  .concern__item {
    grid-template-columns: 14px 1fr;
    gap: 14px;
    font-size: 14px;
  }
  .concern__check {
    margin-top: 0.1em;
  }
}
.advice {
  position: relative;
  padding-block: 100px 80px;
  background: linear-gradient(to right, #007b91 0%, #03bdb1 83%, #18d9d2 100%);
}
.advice__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 390px;
  padding-block: 25px;
  border: 3px solid #01baad;
  border-radius: 60px;
  background: #fffa6c;
}
.advice__badge-logo {
  width: 203px;
  pointer-events: none;
}
.advice__badge-txt {
  display: block;
  margin-inline: 7px 3px;
  font-size: 20px;
  font-weight: 700;
}
.advice__badge-highlight {
  font-size: 32px;
  font-weight: 900;
}
.advice__ttl {
  width: 75.5%;
  margin-bottom: 40px;
  margin-inline: auto 0;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.advice__body {
  position: relative;
}
.advice__img {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 23.3%;
  pointer-events: none;
}
.advice__txt {
  width: 75.5%;
  padding-block: 32px;
  padding-inline: 50px 40px;
  margin-inline: auto 0;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  color: #444c52;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .advice {
    padding-block: 80px 60px;
  }
  .advice__badge {
    width: 90%;
    max-width: 430px;
    padding-block: 20px;
  }
  .advice__badge-logo {
    width: 53%;
  }
  .advice__badge-txt {
    margin-inline: 6px 2px;
    font-size: 18px;
  }
  .advice__badge-highlight {
    font-size: 28px;
  }
  .advice__ttl {
    width: 100%;
    font-size: 26px;
  }
  .advice__img {
    bottom: 0;
    width: 90px;
  }
  .advice__txt {
    width: calc(100% - 70px);
    padding-block: 16px;
    padding-inline: 30px 20px;
    margin-inline: auto 0;
    border-radius: 10px;
    font-size: 14px;
  }
}
.cta {
  padding-block: 70px 60px;
  background: #fff;
}
.cta__body {
  position: relative;
  padding-block: 60px;
  border-radius: 40px;
  background: url(../images/cta_bg_pc.jpg) no-repeat top right/cover;
}
.cta__head {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 36px;
  margin-inline: auto;
  text-align: center;
}
.cta__lead {
  margin-bottom: 20px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.cta__ttl {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
}
.cta__note {
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translate(-100%, -50%) rotate(-10deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #F9FF65;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
.cta__note-em {
  color: #E55050;
  font-weight: inherit;
  line-height: inherit;
}
.cta__img {
  position: absolute;
  top: -80px;
  right: -40px;
  transform: translateX(100%);
  width: 112px;
  filter: drop-shadow(14px 8px 4px rgba(0, 0, 0, 0.15));
  pointer-events: none;
}
.cta__badge {
  display: grid;
  grid-template-columns: 30fr 70fr;
  width: 325px;
  margin-bottom: 65px;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
}
.cta__badge-label {
  padding-block: 18px;
  background: #1F64E6;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4285;
  text-align: center;
}
.cta__badge-desc {
  padding: 13px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.cta__badge-desc span {
  font-size: 17px;
  color: #E55050;
  font-weight: inherit;
}
.cta__btn {
  position: relative;
}
.cta__btn-lead {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-block;
  padding: 6.5px 25px;
  border-radius: 15px;
  background: #fff;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}
.cta__btn-lead span {
  color: #E55050;
  font-weight: inherit;
}
.cta__btn-link {
  position: relative;
  width: 90%;
  max-width: 440px;
  padding-block: 30px;
  margin-inline: auto;
  border-radius: 40px;
  background: linear-gradient(to right, #E55050, #FF8686);
  filter: drop-shadow(0 3px 6px rgba(96, 105, 118, 0.3));
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  transition: opacity 0.3s ease;
}
.cta__btn-link::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid #fff;
  border-radius: inherit;
}
.cta__btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../images/cta_link_arrow.png) no-repeat center/cover;
}

@media (hover: hover) {
  .cta__btn-link:hover {
    opacity: 0.6;
  }
}
.cta__btn-link:focus-visible {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .cta {
    padding-block: 40px 60px;
    background: url(../images/cta_bg_sp.jpg) no-repeat center right/cover;
  }
  .cta__body {
    padding-block: 0;
    border-radius: 0;
    background: transparent;
  }
  .cta__head {
    width: auto;
    margin-bottom: 17px;
  }
  .cta__lead {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cta__ttl {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .cta__note {
    top: auto;
    bottom: 200px;
    left: calc(50% - 60px);
    transform: translate(-100%, 100%) rotate(-10deg);
  }
  .cta__img {
    position: static;
    transform: translateX(0%);
    width: 98px;
    margin-inline: auto;
  }
  .cta__badge {
    margin-bottom: 43px;
  }
  .cta__btn {
    position: relative;
  }
  .cta__btn-lead {
    padding: 5px 15px;
    border-radius: 12px;
    font-size: 14px;
  }
  .cta__btn-link {
    width: 100%;
    padding-block: 25px;
    border-radius: 33px;
    font-size: 18px;
  }
  .cta__btn-link::before {
    inset: 2px;
  }
  .cta__btn-link::after {
    right: 24px;
    width: 24px;
  }
}
.voice {
  padding-block: 60px 80px;
  background: #f6f7f7;
}
.voice .c-heading {
  margin-bottom: 40px;
}
.voice__list {
  margin-inline: -13.5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.voice__list.is-ready {
  opacity: 1;
}
.voice__list .slick-dots {
  gap: 16px;
  margin-top: 20px;
}
.voice__list .slick-dots li {
  width: 14px;
}
.voice__list .slick-dots button {
  background: #e6e6e6;
}
.voice__list .slick-dots li.slick-active button {
  background: #01baad;
}
.voice__item {
  position: relative;
  padding: 56px 20px 20px;
  margin-inline: 13.5px;
  margin-top: 50px;
  border: 2px solid #b8d5dc;
  border-radius: 10px;
  background: #ffffff;
}
.voice__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  pointer-events: none;
}
.voice__person {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.voice__txt {
  margin-bottom: 20px;
  font-size: 14px;
  color: #444c52;
  font-weight: 500;
  line-height: 1.8;
}
.voice__career {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 8px;
}
.voice__career-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4285;
}
.voice__career-desc {
  padding: 18px 10px;
  border-radius: 5px;
  background: #f7f7f7;
}
.voice__career-income {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.voice__career-income span {
  font-family: "Figtree", sans-serif;
  font-size: 26px;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.voice__career-note {
  font-size: 12px;
  color: #444c52;
  font-weight: 500;
  line-height: 1.8;
}
.voice__career--before .voice__career-label {
  background: #474a5a;
}
.voice__career--before .voice__career-income {
  color: #005084;
}
.voice__career--after .voice__career-label {
  background: #01baad;
}
.voice__career--after .voice__career-income {
  color: #e55050;
}
.voice__career-arrow {
  display: block;
  margin: 6px auto;
  width: 22px;
  aspect-ratio: 22/14;
  background: rgba(1, 186, 173, 0.2);
  clip-path: path("M11 14 A1.6 1.6 0 0 1 9.8 13.2 L2.2 2.8 A1.6 1.6 0 0 1 3.8 1.6 L18.2 1.6 A1.6 1.6 0 0 1 19.8 2.8 L12.2 13.2 A1.6 1.6 0 0 1 11 14 Z");
}

@media screen and (max-width: 768px) {
  .voice {
    padding-block: 40px 60px;
  }
  .voice__list {
    width: min(100vw, 500px);
    margin: 0;
    margin-left: calc(50% - min(100vw, 500px) / 2);
  }
  .voice__item {
    margin-inline: 7.5px;
  }
}
.benefit {
  padding-block: 60px 80px;
  background: #fff;
}
.benefit__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.benefit__icon {
  width: 120px;
  margin-bottom: 10px;
  margin-inline: auto;
  pointer-events: none;
}
.benefit__label {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.benefit__item:first-child .benefit__label {
  color: #01baad;
}
.benefit__item:nth-child(2) .benefit__label {
  color: #16c992;
}
.benefit__item:nth-child(3) .benefit__label {
  color: #1267a7;
}
.benefit__item:last-child .benefit__label {
  color: #7cb0d7;
}
.benefit__desc {
  font-size: 14px;
  color: rgba(68, 76, 82, 0.7);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .benefit {
    padding-block: 40px 60px;
  }
  .benefit__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
  }
  .benefit__label {
    font-size: 18px;
  }
  .benefit__desc {
    font-size: 12px;
  }
}
.value {
  position: relative;
  padding-block: 60px 80px;
  background: #fff;
}
.value::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/common_bg_pc.jpg") no-repeat top center/100% auto, #ECFAF9;
  mix-blend-mode: multiply;
}
.value .c-heading {
  position: relative;
  margin-bottom: 24px;
}
.value__lead {
  position: relative;
  margin-bottom: 60px;
  font-size: 22px;
  color: #444c52;
  font-weight: 700;
}
.value__list {
  position: relative;
  display: grid;
  gap: 30px;
}
.value__item {
  position: relative;
  width: 100%;
}
.value__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  pointer-events: none;
}
.value__desc {
  width: 70%;
  min-height: 120px;
  padding: 30px;
  padding-left: 75px;
  margin-left: 50px;
  border: 2px solid #01baad;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
  color: #444c52;
  font-weight: 500;
  line-height: 1.8;
}
.value__item--reverse .value__icon {
  left: auto;
  right: 0;
}
.value__item--reverse .value__desc {
  padding: 30px;
  padding-right: 75px;
  margin-inline: auto 50px;
}

@media screen and (max-width: 768px) {
  .value {
    padding-block: 40px 60px;
  }
  .value::before {
    background: url("../images/common_bg_sp.jpg") no-repeat top center/100% auto, #ECFAF9;
  }
  .value .c-heading {
    margin-bottom: 16px;
  }
  .value__lead {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .value__list {
    gap: 20px;
  }
  .value__icon {
    width: 80px;
  }
  .value__desc {
    width: calc(100% - 40px);
    min-height: auto;
    padding: 20px;
    padding-left: 50px;
    margin-left: 40px;
    font-size: 16px;
  }
  .value__item--reverse .value__desc {
    padding: 20px;
    padding-right: 50px;
    margin-inline: auto 40px;
  }
}
.fit {
  padding-block: 60px 80px;
  background: #f6f7f7;
}
.fit__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 80px;
  font-size: 32px;
  font-weight: 700;
}
.fit__ttl-logo {
  width: 220px;
  pointer-events: none;
}
.fit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 53px;
}
.fit__item {
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  background: #fff;
}
.fit__item-head {
  position: relative;
  padding-block: 20px;
  border-radius: 16px 16px 0 0;
}
.fit__item-label {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.fit__item-img {
  position: absolute;
  bottom: 0;
  width: 90px;
  pointer-events: none;
}
.fit__item-sublist {
  display: grid;
  gap: 14px;
  padding: 24px 16px;
}
.fit__item-subitem {
  padding-left: calc(1em + 8px);
  text-indent: calc(-1em - 8px);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.fit__item-subitem::before {
  content: "・";
  margin-right: 8px;
}
.fit__item--good {
  border-color: #e55050;
}
.fit__item--good .fit__item-head {
  background: #e55050;
}
.fit__item--good .fit__item-img {
  left: 0;
}
.fit__item--good .fit__item-subitem::before {
  color: #e55050;
}
.fit__item--bad {
  border-color: #223336;
}
.fit__item--bad .fit__item-head {
  background: #223336;
}
.fit__item--bad .fit__item-img {
  right: 0;
}
.fit__item--bad .fit__item-subitem::before {
  color: #7cb0d7;
}

@media screen and (max-width: 768px) {
  .fit {
    padding-block: 40px 60px;
  }
  .fit__ttl {
    gap: 10px;
    margin-bottom: 60px;
    font-size: 28px;
  }
  .fit__ttl-logo {
    width: 193px;
  }
  .fit__list {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.advisor {
  padding-block: 60px 80px;
  background: #ffffff;
}
.advisor .c-heading {
  margin-bottom: 60px;
}
.advisor__body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.advisor__icon {
  flex: 0 0 30%;
  width: 30%;
}
.advisor__cont {
  position: relative;
  padding: 30px;
  border: 1px solid #01baad;
  border-radius: 15px;
  background: #fff;
}
.advisor__name {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.advisor__comment {
  font-size: 16px;
  color: #444c52;
  font-weight: 500;
  line-height: 1.8;
}
.advisor__more {
  display: none;
}

@media screen and (max-width: 768px) {
  .advisor {
    padding-block: 40px 60px;
  }
  .advisor .c-heading {
    margin-bottom: 40px;
  }
  .advisor__body {
    display: block;
  }
  .advisor__icon {
    width: 180px;
    margin-bottom: 20px;
    margin-inline: auto;
  }
  .advisor__cont {
    position: relative;
    height: 210px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    transition: height 0.3s ease, padding-bottom 0.3s ease;
  }
  .advisor__cont::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent 0%, #fff 40%);
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .advisor__cont.is-before-hidden::before {
    opacity: 0;
  }
  .advisor__name {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .advisor__comment {
    padding-bottom: 40px;
    font-size: 14px;
  }
  .advisor__more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }
  .advisor__more-txt {
    display: inline-block;
    width: 6em;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
  .advisor__more-expand {
    position: relative;
    display: block;
    width: 26px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: #e55050;
  }
  .advisor__more-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease;
  }
  .advisor__more-line:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .advisor__more.is-open .advisor__more-line:last-child {
    transform: translate(-50%, -50%);
  }
}
.counseling {
  padding-block: 60px 80px;
  background: #f6f7f7;
}
.counseling .c-heading {
  margin-bottom: 60px;
}
.counseling__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 15px;
}
.counseling__item:not(:first-child) {
  padding-top: 15px;
}
.counseling__step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5em;
  background: #01baad;
}
.counseling__step::before, .counseling__step::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.counseling__step::before {
  top: -15px;
  aspect-ratio: 40/25;
  background: #f6f7f7;
  clip-path: polygon(100% 0, 100% 40%, 50% 100%, 0 40%, 0 0);
}
.counseling__step::after {
  top: -16px;
  aspect-ratio: 40/16;
  background: #01baad;
  clip-path: polygon(100% 0, 100% 6%, 50% 100%, 0 6%, 0 0);
}
.counseling__step-num, .counseling__step-unit {
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.counseling__item:first-child .counseling__step::before, .counseling__item:first-child .counseling__step::after {
  display: none;
}
.counseling__cont {
  padding: 30px;
  background: #fff;
}
.counseling__subttl {
  margin-bottom: 18px;
  font-size: 18px;
  color: #01baad;
  font-weight: 700;
  line-height: 1.5;
}
.counseling__desc {
  font-size: 16px;
  color: #00214d;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .counseling {
    padding-block: 40px 60px;
  }
  .counseling .c-heading {
    margin-bottom: 40px;
  }
  .counseling__item {
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }
  .counseling__item:not(:first-child) {
    padding-top: 10px;
  }
  .counseling__step::before {
    top: -10px;
  }
  .counseling__step::after {
    top: -11px;
  }
  .counseling__step-num, .counseling__step-unit {
    font-size: 18px;
  }
  .counseling__cont {
    padding: 20px;
  }
  .counseling__subttl {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .counseling__desc {
    font-size: 14px;
  }
}
.flow {
  position: relative;
  padding-block: 60px 80px;
  background: #fff;
}
.flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/common_bg_pc.jpg") no-repeat top center/100% auto, #ECFAF9;
  mix-blend-mode: multiply;
}
.flow .c-heading {
  position: relative;
  margin-bottom: 60px;
}
.flow__list {
  position: relative;
  display: grid;
  gap: 53px;
}
.flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: start;
  justify-content: start;
  gap: 15px;
  padding: 25px 25px 33px;
  border: 2px solid #DEDEDE;
  border-radius: 15px;
  background: #fff;
}
.flow__item::before, .flow__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 24px;
  aspect-ratio: 24/12;
  clip-path: path("M0 1.7 A1.693 1.693 0 0 1 0.4 0.615 A1.718 1.718 0 0 1 2.812 0.394 L12 8.01 L21.162 0.666 A1.718 1.718 0 0 1 23.574 0.921 A1.693 1.693 0 0 1 23.317 3.4 L13.054 11.611 A1.719 1.719 0 0 1 10.882 11.611 L0.619 3.108 A1.7 1.7 0 0 1 0 1.7 Z");
}
.flow__item::before {
  bottom: -18px;
  background: #EBD8D7;
}
.flow__item::after {
  bottom: -27px;
  background: #e55050;
}
.flow__item:last-child::before, .flow__item:last-child::after {
  display: none;
}
.flow__icon {
  pointer-events: none;
}
.flow__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 12px;
}
.flow__num {
  flex: 0 0 fit-content;
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  color: #01BAAD;
  font-weight: 700;
}
.flow__ttl {
  font-size: 22px;
  font-weight: 700;
}
.flow__desc {
  font-size: 16px;
  color: #444C52;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .flow {
    padding-block: 40px 60px;
  }
  .flow::before {
    background: url("../images/common_bg_sp.jpg") no-repeat top center/100% auto, #ECFAF9;
  }
  .flow .c-heading {
    margin-bottom: 40px;
  }
  .flow__list {
    gap: 35px;
  }
  .flow__item {
    grid-template-columns: 60px 1fr;
    gap: 10px;
    padding: 17px 17px 23px;
    border-radius: 10px;
  }
  .flow__item::before, .flow__item::after {
    width: 16px;
    aspect-ratio: 16/8;
    clip-path: path("M0 1.133 A1.129 1.129 0 0 1 0.267 0.41 A1.145 1.145 0 0 1 1.875 0.263 L8 5.34 L14.108 0.444 A1.145 1.145 0 0 1 15.716 0.614 A1.129 1.129 0 0 1 15.545 2.267 L8.703 7.741 A1.146 1.146 0 0 1 7.255 7.741 L0.413 2.072 A1.133 1.133 0 0 1 0 1.133 Z");
  }
  .flow__item::before {
    bottom: -12px;
  }
  .flow__item::after {
    bottom: -18px;
  }
  .flow__head {
    gap: 10px;
    margin-bottom: 8px;
  }
  .flow__num {
    font-size: 30px;
  }
  .flow__ttl {
    font-size: 18px;
  }
  .flow__desc {
    font-size: 14px;
  }
}
.faq {
  padding-block: 60px 80px;
  background: #F7F8F8;
}
.faq .c-heading {
  margin-bottom: 60px;
}
.faq__list {
  display: grid;
  gap: 30px;
}
.faq__item {
  padding: 24px;
  border-radius: 15px;
  background: #fff;
}
.faq__head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
}
.faq__q {
  flex: 0 0 fit-content;
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 27px;
  color: #E55050;
  font-weight: 700;
}
.faq__question {
  flex: 1;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.faq__state {
  flex: 0 0 20px;
  position: relative;
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
}
.faq__state-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #E55050;
  transition: transform 0.3s ease;
}
.faq__state-bar:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__item.is-open .faq__state-bar:last-child {
  transform: translate(-50%, -50%);
}
.faq__cont {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.faq__answer {
  padding-top: 15px;
  padding-inline: 40px 38px;
  font-size: 16px;
  color: #444C52;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .faq {
    padding-block: 40px 60px;
  }
  .faq .c-heading {
    margin-bottom: 40px;
  }
  .faq__list {
    gap: 20px;
  }
  .faq__item {
    padding: 16px;
    border-radius: 10px;
  }
  .faq__head {
    gap: 16px;
  }
  .faq__q {
    font-size: 24px;
  }
  .faq__question {
    font-size: 16px;
  }
  .faq__state {
    flex: 0 0 18px;
    width: 18px;
  }
  .faq__answer {
    padding-top: 10px;
    padding-inline: 36px 34px;
    font-size: 14px;
  }
}
.company {
  padding-block: 60px 80px;
  background: #ECFAF9;
}
.company .c-heading {
  margin-bottom: 60px;
}
.company__item {
  position: relative;
  display: grid;
  grid-template-columns: 27fr 70fr;
  align-items: baseline;
  justify-content: start;
  gap: 30px;
  padding-block: 36px 24px;
  border-bottom: 1px solid #E4E4E4;
}
.company__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 27%;
  height: 1px;
  background: #01BAAD;
}
.company__item:first-child {
  padding-top: 0;
}
.company__term {
  font-size: 16px;
  color: #01BAAD;
  font-weight: 700;
  line-height: 2;
}
.company__desc, .company__desc-subitem {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.company__desc-sublist {
  margin-top: 30px;
}
.company__desc-subitem {
  padding-left: 1em;
  text-indent: -1em;
}
.company__desc-subitem::before {
  content: "・";
}

@media screen and (max-width: 768px) {
  .company {
    padding-block: 40px 60px;
  }
  .company .c-heading {
    margin-bottom: 40px;
  }
  .company__item {
    gap: 20px;
    padding-block: 24px 16px;
  }
  .company__term {
    font-size: 14px;
  }
  .company__desc, .company__desc-subitem {
    font-size: 14px;
  }
  .company__desc-sublist {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
