*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 375px) {
  body {
    max-width: 375px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

@media screen and (min-width: 376px) {
  body {
    background-color: #f0f0f0;
  }
  .header,
  .mv,
  .lead-section,
  .reasons,
  .recommend,
  .jobs,
  .cta-mid,
  .flow,
  .story,
  .faq,
  .cta-bottom,
  #sharefull-footer,
  #persol-footer {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .header {
    max-width: 375px;
    left: 50%;
    right: auto;
    margin: 0 auto;
  }
  .sticky-cta {
    max-width: 335px;
    margin: 0 auto;
  }
}

.text-orange {
  color: #FF7700;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 50px;
  padding: 14px 24px;
  text-align: center;
  transition: opacity 0.3s;
  border: none;
  cursor: pointer;
  line-height: 1.4;
}

.btn:hover {
  opacity: 0.85;
}

.btn--yellow {
  background-color: #F0B22B;
  color: #000;
  border-radius: 30px;
  border: 5px solid #FFF;
  box-shadow: 0 4px 0px rgba(71, 71, 71, 1);
  margin: 0 auto;
}

.btn--blue {
  background-color: #00A6FF;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 166, 255, 0.3);
}

.btn__arrow {
  font-size: 19px;
}

.btn.btn--yellow.mv__btn {
  color: #000;
  border-radius: 10px;
  border: 5px solid #FFF;
  box-shadow: 0 4px 0px rgba(71, 71, 71, 1);
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 16px;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header__text {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  font-weight: 600;
}

.header__logo {
  height: 42px;
  width: auto;
}

.header__menu {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.header__menu span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 50%;
  width: 375px;
  max-width: 100vw;
  height: 100vh;
  transform: translateX(-50%);
  z-index: 2000;
  background-color: #3CABAD;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  pointer-events: none;
}

.hamburger-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hamburger-menu__inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 20px 40px 40px;
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hamburger-menu.is-open .hamburger-menu__inner {
  opacity: 1;
  transform: translateX(0);
}

.hamburger-menu__close {
  position: absolute;
  top: 12px;
  right: 24px;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-menu__close span {
  position: absolute;
  top: 13px;
  left: 0;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}

.hamburger-menu__close span:first-child {
  transform: rotate(45deg);
}

.hamburger-menu__close span:last-child {
  transform: rotate(-45deg);
}

.hamburger-menu__brand {
  display: block;
  width: fit-content;
  margin: 0 auto 26px;
}

.hamburger-menu__brand-logo {
  width: 165px;
  height: auto;
}

.hamburger-menu__list li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}

.hamburger-menu__list li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  padding: 24px 0 20px;
  letter-spacing: -0.03em;
}

.hamburger-menu__list li a span {
  font-size: 20px;
  line-height: 1;
  margin-left: 14px;
}

body.is-menu-open {
  overflow: hidden;
}

.mv {
  background-color: #3CABAD;
  padding-top: 46px;
  position: relative;
  overflow: hidden;
}

.mv__inner {
  position: relative;
  padding: 20px 20px 0;
  min-height: 420px;
}

.mv__content {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.mv__lead {
  max-width: 300px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 5px 15px;
}

.mv__logo {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.mv__btn {
  display: flex;
  max-width: 275px;
  font-size: 19px;
  letter-spacing: -0.05em;
  padding: 15px 12px;
  margin-bottom: 14px;
}

.mv__badges-img {
  width: 50%;
  max-width: 260px;
  position: relative;
  z-index: 2;
}

.mv__image {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 75%;
  max-width: 300px;
  z-index: 1;
}

.mv__photo {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  padding-right: 20px;
}

.lead-section {
  padding: 24px 30px;
  background-color: #fff;
  padding-bottom: 80px;
}

.lead-section__text {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  letter-spacing: -0.05em;
}

.reasons {
  padding-bottom: 64px;
  background: #FFF;
}

.reasons__heading,
.flow__heading,
.story__heading,
.faq__heading {
  margin-bottom: 16px;
}

.reasons__heading-bg,
.faq__heading-bg,
.flow__heading-bg,
.story__heading-bg {
  position: relative;
  padding: 24px 20px;
  clip-path: polygon(0 0, 92% 0, 86% 50%, 92% 100%, 0 100%);
}

.reasons__heading-bg,
.faq__heading-bg {
  background: #3CABAD;
}

.reasons__heading-bg::before,
.faq__heading-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #00659B;
}

.flow__heading-bg {
  background: #3CABAD;
}

.story__heading-bg {
  background: #F0AF22;
}

.flow__heading-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%; 
  background: #00659B;
}

.story__heading-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #FF7700;
}

.reasons__title,
.flow__title,
.story__title,
.faq__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  margin-left: 5px;
}

.reasons__cards {
  padding: 0 30px;
}

.reason-card {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 24px 29px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 3px solid #3CABAD;
}


.reason-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.reason-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  color: #3CABAD;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  box-shadow: 0 0 0 3px #3CABAD;
}

.reason-card__title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 29px;
  color: #3CABAD;
  letter-spacing: -0.05em;
}
.reason-card__title small {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 29px;
  color: #3CABAD;
}

.reason-card__image {
  text-align: center;
  margin-bottom: 16px;
}

.reason-card__image img {
  width: 100%;
  max-width: 252px;
  margin: 0 auto;
}

.reason-card__text {
  font-size: 12px;
  line-height: 20px;
  color: #333;
  max-width: 252px;
  text-align: left;
  margin: 0 auto;
  letter-spacing: -0.05em;
}

.reason-card__note {
  font-size: 8px;
  color: #999;
  margin-top: 10px;
  line-height: 13px;
  max-width: 252px;
  text-align: left;
  margin: 0 auto;
  letter-spacing: -0.05em;
}

.recommend {
  background: #fff;
}

.recommend__title {
  display: inline-block;
  color: #2a7c7c;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: left;
  margin-bottom: 28px;
  padding: 8px 20px;
  background: #fff;
  border-left: 6px solid #2c4a8a;
  position: relative;
}

.recommend__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 52px 30px;
  border-color: transparent transparent transparent #3CABAD;
}

.recommend__list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 20px;
  padding-bottom: 80px;
}

.recommend__list li {
  display: inline-block;
  width: fit-content;
  background: #3CABAD;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0px 10px;
  line-height: 32px;
  border-left: 4px solid #fff;
  letter-spacing: -0.05em;
}

.jobs {
  padding: 0 0 80px;
  background: #FFF;
}

.jobs__body {
  padding: 0 20px;
}

.jobs__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.05em;
  color: #333;
  margin-bottom: 20px;
  max-width: 316px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 20px;
}

.jobs__image img {
  width: 100%;
  max-width: 316px;
  margin: 0 auto;
  border-radius: 0;
}

.cta-mid {
  padding: 24px 16px;
  text-align: center;
  background: #f5f5f5;
}

.cta-mid__btn {
  width: 100%;
  max-width: 340px;
  font-size: 1.45rem;
  padding: 15px 20px;
}

.flow {
  padding-bottom: 30px;
  background: #FFF;
}

.flow__steps {
  padding: 0 28px;
  padding-bottom: 50px;
}

.flow__step {
  background: #FBE9A8;
  border-radius: 12px;
  padding: 20px 20px 20px;
  text-align: left;
  box-shadow: none;
}

.flow__step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.flow__step-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 0px 10px;
  border-radius: 2px;
  letter-spacing: -0.05em;
}

.flow__step-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #333;
}

.flow__step-text {
  font-size: 15px;
  line-height: 25px;
  color: #333;
  letter-spacing: -0.05em;
}

.flow__btn {
  width: 100%;
  max-width: 300px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.05em;
  border: 3px solid #fff;
  box-shadow: 0 4px 0px rgba(71, 71, 71, 1);
  border-radius: 10px;
  padding: 16px 10px;
  margin: 0 auto;
  margin-top: 16px;
}

.flow__dotline {
  width: 0;
  height: 0;
  margin: 10px auto 12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #5B5B5B;
}

.flow__dotline img {
  display: none;
}

.story {
  padding-bottom: 64px;
  background: #FFF;
}

.story__lead {
  font-size: 15px;
  text-align: left;
  padding: 0 30px;
  margin-bottom: 20px;
  line-height: 27px;
  color: #000;
  letter-spacing: -0.05em;
}

.story__cards {
  padding: 0 30px;
}

.story__card {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 18px 30px 20px;
  border: 3px solid #E1A23B;
  box-shadow: none;
}

.story__card-title {
  color: #F0821C;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.05em;
}

.story__card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 12px 0 16px;
}

.story__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  background: #F0821C;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 10px;
}

.faq {
  padding-bottom: 80px;
  background: #FFF;
}

.faq__list {
  background: #fff;
  border-radius: 12px;
  margin: 0 30px;
  padding: 4px 14px;
  border: 3px solid #B1B1B1;
}

.faq__item {
  position: relative;
  padding-bottom: 10px;
}

.faq__item:last-child {
  padding-bottom: 0;
}

.faq__item:not(:last-child)::after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 8px;
  background: url("./img/dotline.png") repeat-x center;
  background-size: auto 3px;
  image-rendering: auto;
}

.faq__question {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 14px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.faq__q-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  color: #000;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 700;
  flex-shrink: 0;
}

.faq__q-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  padding-top: 2px;
}

.faq__toggle {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.faq__toggle::before,
.faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  border-radius: 1px;
}

.faq__toggle::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq__toggle::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}

.faq__question[aria-expanded="true"] .faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__answer {
  display: none;
  padding: 0 0 14px;
  align-items: flex-start;
  gap: 10px;
}

.faq__answer.is-open {
  display: flex;
}

.faq__a-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  background: #00659B;
  color: #fff;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 700;
  flex-shrink: 0;
}

.faq__a-text {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.75;
  color: #00659B;
  padding-top: 3px;
}

.cta-bottom {
  padding: 28px 16px;
  text-align: center;
  background: #3CABAD;
}

.cta-bottom__title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.cta-bottom__btn {
  width: 100%;
  max-width: 340px;
  font-size: 1.45rem;
  padding: 15px 20px;
}

#sharefull-footer {
  background-color: #207B7D;
  color: #fff;
  padding: 24px 20px 20px;
}

.sf-footer__logo {
  text-align: center;
  margin-bottom: 20px;
}

.sf-footer__logo > a > img {
  width: 180px;
  margin: 0 auto;
}

.sf-footer__badges {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  justify-content: center;
}

.sf-footer__badges img {
  height: 34px;
  width: auto;
}

.sf-footer__list {
  margin-bottom: 20px;
}

.sf-footer__list ul {
  margin-bottom: 8px;
}

.sf-footer__list li {
  margin-bottom: 2px;
}

.sf-footer__list a {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8;
}

.sf-footer__list a:hover {
  opacity: 0.7;
}

.sf-footer__copyright {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 60px;
}

.sf-footer__copyright small {
  color: #fff;
  font-size: 1.0rem;
}

#persol-footer {
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#persol-footer *,
#persol-footer *::before,
#persol-footer *::after {
  box-sizing: border-box;
}

#persol-footer a {
  text-decoration: none;
  color: #53565A;
  transition: opacity 0.3s;
  cursor: pointer;
}

#persol-footer a:hover {
  opacity: 0.6;
}

#persol-footer ul {
  list-style: none;
}

#persol-footer img {
  display: block;
  max-width: 100%;
}

#persol-footer .l-footer__body {
  padding: 0 20px;
}

#persol-footer .l-footer__middle {
  padding: 40px 0 48px;
  background-color: #ECECEA;
}

#persol-footer .l-footer__middle .l-footer__flex {
  display: block;
  margin-bottom: 40px;
}

#persol-footer .l-footer__middle .l-footer__flex:last-child {
  margin-bottom: 0;
}

#persol-footer .l-footer__middle .l-footer__heading {
  display: block;
  margin-bottom: 16px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

#persol-footer .l-footer__middle .l-footer__wrapper {
  display: block;
  padding: 0;
  box-shadow: none;
}

#persol-footer .l-footer__middle .l-footer__wrapper .l-footer__title {
  float: none;
  width: auto;
  margin-bottom: 8px;
  padding: 16px 0 0;
  border-top: 1px solid #D9D9D6;
  line-height: inherit;
  font-size: 1.2rem;
  font-weight: 700;
}

#persol-footer .l-footer__middle .l-footer__wrapper .l-footer__title:not(:first-child) {
  margin-top: 8px;
}

#persol-footer .l-footer__middle .l-footer__wrapper .l-footer__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

#persol-footer .l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item {
  height: auto;
  padding: 0 12px;
  margin-bottom: 8px;
}

#persol-footer .l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link {
  display: inline-block;
  color: #53565A;
  font-size: 1.15rem;
  line-height: 20px;
  transition: opacity 0.3s;
}

#persol-footer .l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link:hover {
  opacity: 0.6;
}

#persol-footer .l-footer__middle .l-footer__wrapper .l-footer__list--float,
#persol-footer .l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
  margin-left: -12px;
}

#persol-footer .l-footer__middle .l-footer__button {
  display: block;
  margin-top: 25px;
}

#persol-footer .l-footer__middle .l-footer__button .l-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  border-radius: 20px;
  background-color: #FFFFFF;
  color: #53565A;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}

#persol-footer .l-footer__middle .l-footer__button .l-footer__link:hover {
  opacity: 0.6;
}

#persol-footer .l-footer__bottom {
  padding: 24px 0;
  background-color: #97999B;
}

#persol-footer .l-footer__bottom .l-footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#persol-footer .l-footer__bottom .l-footer__flex .l-footer__item--logo {
  width: 108px;
}

#persol-footer .l-footer__bottom .l-footer__flex .l-footer__item--vision {
  width: 136px;
  padding-top: 4px;
}

#persol-footer .l-footer__bottom .l-footer__flex .l-footer__media {
  width: 100%;
}

#persol-footer .l-footer__bottom .l-footer__flex .l-footer__link {
  display: block;
  transition: opacity 0.3s;
}

#persol-footer .l-footer__bottom .l-footer__flex .l-footer__link:hover {
  opacity: 0.6;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.sticky-cta.is-visible {
  opacity: 1;
  visibility: visible;
}

.sticky-cta__btn {
  display: flex;
  width: 100%;
  font-size: 19px;
  padding: 14px 20px;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 769px) {
  #sharefull-footer {
    background-color: #207B7D;
  }
  #persol-footer .l-footer__middle {
    background-color: #ECECEA;
  }
  #persol-footer .l-footer__bottom {
    background-color: #97999B;
  }
  .sticky-cta {
    width: 480px;
  }
  .lead-section {
    background-color: #fff;
  }
}
