@charset "UTF-8";
/* ===== Colors ===== */
/* ===== Typography ===== */
/* ===== Layout ===== */
/* ===== Breakpoints ===== */
/* ====inner===== */
/* =====セクションの上下余白===== */
/* =====SP用メディアクエリ===== */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
  font-size: 1.6rem;
  color: #111111;
  background-color: #fff;
  line-height: 1.6;
}

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

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =====ボタン===== */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
}

.btn--primary {
  background-color: #0041ff;
  color: #fff;
}

.btn--ghost {
  background-color: transparent;
  color: #0041ff;
  border: 1px solid #0041ff;
}

/* =====共通余白===== */
section {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

/* =====内側コンテナ===== */
.hero__inner,
.features__inner,
.points__inner,
.targets__inner,
.cases__inner,
.strengths__inner,
.flow__inner,
.faq__inner,
.conditions-form__inner,
.case-cta__inner,
.footer__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =====Header===== */
.header-exp {
  inset: 0 auto auto 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
}

/* =====Header===== */
.header-exp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100%;
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 8px;
}

.header__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
}

.header__logo {
  margin: 0;
}

.header__logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo-img {
  display: block;
  height: 52px;
  width: auto;
}

/* ====Header(SP)===== */
@media (max-width: 767px) {
  .header-exp {
    padding: 12px 0;
  }
  .header__inner {
    height: 64px;
  }
  .header__logo-img {
    height: 28px;
  }
}
/* =====Hero===== */
.hero {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-top: -60px;
  padding-top: 72px;
  padding-bottom: 40px;
}

.hero__inner {
  padding-left: 36px;
  padding-right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

/* =====左側テキスト===== */
.hero__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 500px;
}

.hero__eyebrow {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #2c285f;
  margin-top: 72px;
  margin-bottom: 16px;
}

.hero__title {
  font-size: 4.8rem;
  line-height: 1.5;
  font-family: "Sawarabi Mincho";
  font-weight: 400;
  color: #26235f;
  margin-bottom: 24px;
}

.hero__lead {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555555;
  font-weight: 600;
  margin-bottom: 32px;
  max-width: 460px;
  color: #232230;
}

/* =====Btn===== */
.hero__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  background-color: #00c89b;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.hero__btn:hover {
  opacity: 0.85;
}

.hero__btn:hover img {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.hero__btn-icon {
  width: 12px;
  height: 12px;
  display: block;
}

/* =====右側ビジュアル===== */
.hero__visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero__image {
  margin: 0;
  width: 720px;
  max-width: 100%;
}

.hero__img {
  display: block;
  width: 100%;
  height: auto;
}

/* =====Hero（SP）===== */
@media (max-width: 767px) {
  .hero {
    margin-top: 0;
    padding-top: 28px;
    padding-bottom: 40px;
  }
  .hero__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
  .hero__content {
    max-width: 100%;
    display: contents;
  }
  .hero__eyebrow {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .hero__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 3rem;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .hero__visual {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .hero__image {
    width: 94%;
    max-width: 360px;
    margin: 0;
  }
  .hero__img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero__lead {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .hero__btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    max-width: 280px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
/* ======Features===== */
.features {
  padding: 96px 0 160px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .features {
    padding: 64px 0 80px;
  }
}

.features__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* =====Title===== */
.features__title {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  line-height: 2;
  color: #2c285f;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .features__title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}

.features__title-accent {
  font-weight: 700;
  color: #00c89b;
}

/* =====ROLES CARD===== */
.features__roles-card {
  max-width: 720px;
  margin: 32px auto 40px;
  padding: 40px 56px 24px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .features__roles-card {
    max-width: 100%;
    padding: 20px 20px 24px;
  }
}

.features__roles {
  list-style: none;
  margin: 0px 0 28px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.features__role {
  background-color: #2f2b60;
  color: #ffffff;
  border-radius: 5px;
  padding: 8px 8px;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .features__role {
    font-size: 1.1rem;
    padding: 6px 14px;
  }
}

.features__note {
  margin: 0;
  font-size: 1.6rem;
  color: #232230;
  line-height: 1.7;
  padding-top: 0;
  margin-top: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .features__note {
    font-size: 1.1rem;
  }
}

/* =====CTA===== */
.features__cta {
  text-align: center;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .features__cta {
    margin-top: 20px;
  }
}

.features__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  height: 58px;
  padding: 0 32px;
  margin-top: 0px;
  border-radius: 999px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  border: 1px solid #00c58a;
  color: #00c58a;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.features__btn img {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.features__btn:hover {
  background-color: rgba(0, 197, 138, 0.08);
  border-color: #00b480;
  color: #00b480;
}
.features__btn:hover img {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .features__btn {
    font-size: 1.2rem;
    height: 48px;
    padding: 0 24px;
  }
}

/* =====Targets===== */
.targets {
  padding-top: 96px;
  padding-bottom: 120px;
  background-color: #f7f7fb;
}
@media (max-width: 767px) {
  .targets {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}

.targets__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* =====Title===== */
.targets__title {
  font-size: 3.2rem;
  font-weight: 600;
  color: #2c285f;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .targets__title {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

/* =====企業・自治体・技術系===== */
.targets__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .targets__group {
    display: block;
    margin-bottom: 60px;
  }
}

.targets-card {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 18px 45px rgba(6, 20, 60, 0.1);
  box-shadow: 0 18px 45px rgba(6, 20, 60, 0.1);
  overflow: hidden;
  min-width: 400px;
  text-align: left;
  width: 347px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 347px;
  flex: 0 0 347px;
}
@media (max-width: 767px) {
  .targets-card {
    min-width: auto;
    margin-bottom: 24px;
    border-radius: 6px;
    padding: 0;
    -webkit-box-shadow: 0 10px 24px rgba(6, 20, 60, 0.08);
    box-shadow: 0 10px 24px rgba(6, 20, 60, 0.08);
  }
}

.targets-card__title {
  background-color: #2f2b60;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .targets-card__title {
    font-size: 1.3rem;
    padding: 10px 16px;
  }
}

.targets-card__tags {
  padding: 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .targets-card__tags {
    padding: 12px;
    gap: 6px;
  }
}

.targets-card__tag {
  background-color: #2f2b60;
  color: #ffffff;
  border: 1px solid #2f2b60;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .targets-card__tag {
    padding: 4px 8px;
    font-size: 1rem;
    border-radius: 4px;
  }
}

.targets__bottom-tags {
  background-color: #ffffff;
  padding: 40px 36px;
  border-radius: 5px;
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  max-width: 640px;
}
@media (max-width: 767px) {
  .targets__bottom-tags {
    padding: 20px 24px;
  }
}

.targets-card-bottom__tag {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 12px);
  flex: 0 1 calc(50% - 12px);
}

.targets__bottom-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 32px;
  color: #2f2b60;
}

.targets__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}

.targets__bottom-item {
  background-color: #2f2b60;
  color: #ffffff;
  border: 1px solid #2f2b60;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .targets__bottom-item {
    padding: 4px 8px;
    font-size: 1.1rem;
    border-radius: 4px;
  }
}

.targets__arrow {
  margin-bottom: 40px;
}
.targets__arrow img {
  width: 32px;
  height: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .targets__arrow {
    margin-bottom: 32px;
  }
}

.targets__cta {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .targets__cta {
    margin-top: 8px;
  }
}

.targets__btn {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px 24px;
  border-radius: 999px;
  background-color: #00c89b;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease,
    -webkit-transform 0.25s ease;
}
.targets__btn img {
  width: 14px;
  height: 14px;
  display: block;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.targets__btn:hover {
  background-color: #00a976;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.targets__btn:hover img {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .targets__btn {
    font-size: 1.2rem;
    padding: 12px 24px;
  }
  .targets__btn:hover {
    background-color: #00c58a;
    -webkit-transform: none;
    transform: none;
  }
  .targets__btn:hover img {
    -webkit-transform: none;
    transform: none;
  }
}

/* =====Cases===== */
.cases {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  background-image: url("../image/exp/cases-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #ffffff;
}

.cases__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.cases__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .cases__title {
    font-size: 2.4rem;
  }
}

/* =====スライダー土台（PC）===== */
.cases__slider {
  margin-top: 40px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.cases__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* =====カード===== */
.case-card {
  background-color: #ffffff;
  color: #111111;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
}

.case-card__image {
  width: 100%;
  margin: 0;
}

.case-card__img {
  width: 100%;
  height: auto;
  display: block;
}

.case-card__body {
  background-color: #ffffff;
  padding: 32px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.case-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin: -36px -24px 16px;
  padding: 8px 16px;
  background-color: #2f2b60;
  border-radius: 0 0 4px 4px;
}

.case-card__category {
  display: inline-block;
  padding: 4px 12px;
  background-color: #ffffff;
  color: #1c215f;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
}

.case-card__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
}

.case-card__title-separator {
  padding: 0 4px;
  color: #ffffff;
}

/* ======下段====== */
.case-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto auto 0;
}

.case-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  margin-right: 24px;
}

.case-card__tag {
  display: inline-block;
  padding: 4px 16px;
  font-size: 1.6rem;
  border-radius: 5px;
  background-color: #2f2b60;
  color: #ffffff;
}

.case-card--localgov .case-card__tag {
  font-size: 1.6rem;
  white-space: nowrap;
  padding-inline: 8px;
}
@media (max-width: 767px) {
  .case-card--localgov .case-card__tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 4px;
  }
  .case-card--localgov .case-card__tag {
    font-size: 1.1rem;
    padding: 4px 8px;
  }
}

.case-card__salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
  margin-left: auto;
}

.case-card__salary-label {
  background-color: transparent;
  color: #2f2b60;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.case-card__salary-value {
  font-size: 5rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  line-height: 1;
  color: #00c89b;
}

.case-card__salary-unit {
  font-size: 1.6rem;
  font-weight: 700;
}

/* =====SP===== */
@media (max-width: 767px) {
  .cases {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .cases__slider {
    margin-top: 24px;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .case-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    border-radius: 4px;
  }
  .case-card__body {
    padding: 20px 16px 16px;
  }
  .case-card__header {
    margin: -24px -16px 12px;
    padding: 6px 12px;
  }
  .case-card__category {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
  .case-card__title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .case-card__tag {
    font-size: 1.2rem;
    padding: 4px 10px;
  }
  .case-card__salary-label {
    font-size: 1.2rem;
  }
  .case-card__salary-value {
    font-size: 2.8rem;
  }
  .case-card__salary-unit {
    font-size: 1.2rem;
  }
}
/* =====Points===== */
.points {
  position: relative;
  padding: 120px 0 140px;
  background: url("../image/exp/points-bg.png") center/cover no-repeat;
  color: #ffffff;
}
@media (max-width: 767px) {
  .points {
    padding: 72px 0 96px;
  }
}

.points__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* =====Title===== */
.points__title {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.6;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .points__title {
    font-size: 2.2rem;
  }
}

.points__title-accent {
  color: #00c89b;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}

.points__lead {
  font-size: 1.6rem;
  line-height: 1.9;
  max-width: 760px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .points__lead {
    font-size: 1.3rem;
    margin-bottom: 32px;
  }
}

.points__subtitle {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .points__subtitle {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
}

/* =====Card===== */
.points__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .points__items {
    display: block;
    margin-bottom: 32px;
  }
}

.point-card {
  position: relative;
  width: 320px;
  padding: 32px 20px 28px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  color: #262626;
  -webkit-box-shadow: 0 18px 45px rgba(6, 20, 60, 0.12);
  box-shadow: 0 18px 45px rgba(6, 20, 60, 0.12);
}
@media (max-width: 767px) {
  .point-card {
    width: 100%;
    margin-bottom: 16px;
  }
}

.point-card__label {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 6px 20px;
  background-color: #00c58a;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 5px;
  white-space: nowrap;
}

.point-card__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #2c285f;
}

.point-card__text {
  font-size: 1.4rem;
  line-height: 1.7;
  color: 232230;
}

/* =====CROSS（×）===== */
.points__cross {
  position: absolute;
  top: calc(100% - 85px);
  -webkit-transform: translate(-32%);
  transform: translate(-32%);
  font-size: 2.2rem;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 767px) {
  .points__cross {
    font-size: 1.8rem;
  }
}

.points__cross--left {
  left: 33.5%;
}

.points__cross--right {
  left: 66%;
}

@media (max-width: 767px) {
  .points__cross--right {
    display: none;
  }
}
/* =====Benefit===== */
.points__benefit-title {
  font-size: 3.2rem;
  font-family: "Zen Kaku Gothic New";
  margin-bottom: 24px;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .points__benefit-title {
    font-size: 1.6rem;
  }
}

.points__benefit-title-num {
  font-size: 4.8rem;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin: 0 2px;
}

.points__benefit {
  max-width: 900px;
  margin: 32px auto;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 18px 45px rgba(6, 20, 60, 0.12);
  box-shadow: 0 18px 45px rgba(6, 20, 60, 0.12);
  padding: 32px 20px;
  display: grid;
  grid-template-columns: 220px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .points__benefit {
    display: block;
    padding: 24px 20px;
  }
}

.benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  width: 180px;
  padding-right: 12px;
  border-right: 1px solid #e0e3ee;
}
@media (max-width: 767px) {
  .benefit-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
    border-right: none;
    border-bottom: 1px solid #e0e3ee;
    margin-bottom: 16px;
  }
}

.benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  gap: 8px;
}

.benefit-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #cfd6ff;
  background-color: transparent;
}

.benefit-item.is-active::before {
  background-color: #00c58a;
  border-color: #00c58a;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l2 2 4-4' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.benefit-item__title {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #b5bbc9;
}

.benefit-item.is-active .benefit-item__title {
  color: #262626;
  font-weight: 600;
}

.points__benefit-image {
  width: 470px;
  justify-self: start;
  margin-left: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-end: 40px;
}
@media (max-width: 767px) {
  .points__benefit-image {
    margin-top: 16px;
  }
}

.points__benefit-img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.points__benefit-note {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
  max-width: 470px;
  margin-top: 12px;
  text-align: left;
  font-size: 1.5rem;
  margin-top: 8px;
  text-align: left;
  color: #232230;
  font-weight: 500;
  line-height: 1.8;
  min-height: 4.5em;
}
@media (max-width: 767px) {
  .points__benefit-note {
    display: inline-block;
    max-width: none;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
  }
}

.sp-only {
  display: none;
}

/* =====Point(SP)===== */
@media (max-width: 767px) {
  .points {
    padding: 56px 0 72px;
    background-position: center top;
  }
  .points__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }
  .points__title {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .points__lead {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 24px;
  }
  .points__subtitle {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .sp-only {
    display: inline;
  }
  .points__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
  }
  .point-card {
    width: 100%;
    padding: 24px 16px 20px;
    text-align: center;
  }
  .point-card__label {
    font-size: 1.1rem;
  }
  .point-card__title {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .point-card__text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .points__cross {
    display: none;
  }
  .points__benefit {
    max-width: 100%;
    margin: 24px 0 0;
    padding: 24px 16px;
    display: block;
    text-align: center;
  }
  .points__benefit-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .points__benefit-title-num {
    font-size: 3rem;
  }
  .benefit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-right: none;
    border-bottom: 1px solid #e0e3ee;
    text-align: left;
  }
  .benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
  }
  .benefit-item__title {
    font-size: 1.3rem;
  }
  .points__benefit-image {
    width: 100%;
    border-radius: 5px;
  }
  .points__benefit-note {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center;
    color: #000000;
  }
}
/* =====Strengths===== */
.strengths {
  padding-top: 96px;
  padding-bottom: 120px;
  background-color: #f7f7fb;
}
@media (max-width: 767px) {
  .strengths {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}

.strengths__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ======Title===== */
.strengths__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2c285f;
  letter-spacing: 0.08em;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .strengths__title {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}

.strengths__list {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 28px;
}
@media (max-width: 767px) {
  .strengths__list {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.strength-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 28px 40px;
  -webkit-box-shadow: 0 18px 45px rgba(6, 20, 60, 0.08);
  box-shadow: 0 18px 45px rgba(6, 20, 60, 0.08);
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 8px;
}
@media (max-width: 767px) {
  .strength-card {
    display: block;
    text-align: center;
    padding: 24px 20px;
    grid-template-columns: 40px 1fr;
  }
}

.strength-card__icon {
  grid-column: 1;
  grid-row: 1 / span2;
  width: 51px;
  height: 51px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  justify-self: start;
  align-self: start;
}
.strength-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .strength-card__icon {
    width: 40px;
  }
}

.strength-card__title {
  grid-column: 2;
  grid-row: 1;
  font-size: 2rem;
  font-weight: 600;
  color: #2c285f;
  margin: 0;
}

.strength-card_text {
  grid-column: 2;
  grid-row: 2;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #232230;
  margin: 0;
  font-weight: 500;
}

/* =====Flow===== */
.flow {
  position: relative;
  padding-top: 96px;
  padding-bottom: 104px;
  z-index: 0;
  background-color: F5F5F5;
}
@media (max-width: 767px) {
  .flow {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}

.flow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 250px;
  left: -75px;
  width: min(1280px, 100%);
  background-color: #eeeeee;
  z-index: -1;
}
@media (max-width: 767px) {
  .flow::before {
    position: absolute;
    top: 0;
    bottom: 300px;
    left: -65px;
  }
}

/* =====Inner===== */
.flow__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 72px;
}
@media (max-width: 767px) {
  .flow__inner {
    display: block;
  }
}

.flow__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 3.2rem;
  font-weight: 600;
  color: #2c285f;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 8px 0 0;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 2rem;
    margin: 0 0 24px;
  }
}

.flow__list {
  list-style: none;
  margin: 0;
  margin-left: auto;
  padding: 32px 56px 40px 160px;
  background-color: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0 18px 45px rgba(6, 20, 60, 0.1);
  box-shadow: 0 18px 45px rgba(6, 20, 60, 0.1);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 760px;
  flex: 0 1 760px;
  position: relative;
}
@media (max-width: 767px) {
  .flow__list {
    margin-left: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 24px 20px 32px 96px;
    border-radius: 10%;
  }
}

.flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 4px;
  padding: 8px 0 24px;
}
@media (max-width: 767px) {
  .flow__item {
    grid-template-columns: 100px 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-bottom: 20px;
  }
}

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

.flow__step {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.7;
  color: #2c285f;
}

.flow__step::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 40%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00c58a;
  z-index: 1;
}

.flow__item:nth-child(1) .flow__step::after {
  top: 18%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .flow__item:nth-child(2) .flow__step::after {
    top: 24%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow__item:nth-child(3) .flow__step::after {
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .flow__item:nth-child(3) .flow__step::after {
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow__item:nth-child(4) .flow__step::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow__item:nth-child(5) .flow__step::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .flow__item:nth-child(5) .flow__step::after {
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow__item:nth-child(6) .flow__step::after {
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .flow__item:nth-child(6) .flow__step::after {
    top: 21%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.flow__item:not(:last-child) .flow__step::before {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  width: 1px;
  height: 36px;
  background-color: #d8dce8;
  z-index: 0;
}

.flow__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.flow__item-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #232230;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 767px) {
  .flow__item-title {
    font-size: 1.4rem;
  }
}

.flow__item-accent {
  color: #2f2b60;
  font-weight: 500;
  font-size: 1.8rem;
}

.flow__item-accent2 {
  font-size: 1.6rem;
  font-weight: 500;
}

/* ======ボタン===== */
.flow__item-button {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: #00c58a;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.flow__item-button img {
  display: block;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .flow__item-button {
    font-size: 1.2rem;
  }
}

.flow__item:not(:first-child) .flow__item-title {
  -ms-flex-item-align: center;
  align-self: center;
}

/* =====SP===== */
@media (max-width: 767px) {
  .flow__list {
    margin-left: 0;
    padding: 24px 20px 28px 72px;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 26px rgba(6, 20, 60, 0.1);
    box-shadow: 0 10px 26px rgba(6, 20, 60, 0.1);
  }
  .flow__item {
    grid-template-columns: 72px 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 10px 0 22px;
  }
  .flow__step {
    font-size: 1rem;
    letter-spacing: 0.14rem;
  }
  .flow__step::after {
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-58%);
    transform: translateY(-58%);
    width: 6px;
    height: 6px;
  }
  .flow__item:not(:last-child) .flow__step::before {
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    width: 1px;
    height: 40px;
    background-color: #d8dce8;
  }
  .flow__item-title {
    font-size: 1.35rem;
    line-height: 1.7;
    margin: 0;
  }
  .flow__item-button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1rem;
    padding: 4px 10px;
    border-radius: 999px;
    gap: 4px;
    width: auto;
  }
  .flow__item-button img {
    width: 10px;
    height: 10px;
  }
}
/* =====FAQ===== */
.faq {
  background-color: #26235f;
  padding-top: 80px;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}

.faq__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

.faq__list {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .faq__list {
    gap: 12px;
  }
}

.faq-item {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .faq-item {
    padding: 12px 16px;
  }
}

/* ===== Q ===== */
.faq-item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 4px 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
}

.faq-item__q:focus-visible {
  outline: 2px solid #0f6ff2;
  outline-offset: 2px;
}

.faq-item__q-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
}
.faq-item__q-icon img {
  display: block;
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .faq-item__q-icon {
    -ms-flex-preferred-size: 28px;
    flex-basis: 28px;
  }
  .faq-item__q-icon img {
    width: 28px;
    height: 28px;
  }
}

.faq-item__q-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c285f;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .faq-item__q-text {
    font-size: 1.4rem;
  }
}

/* ===== A ===== */
.faq-item__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  margin-top: 8px;
}

.faq-item__a-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  padding-top: 2px;
}
.faq-item__a-icon img {
  display: block;
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .faq-item__a-icon {
    -ms-flex-preferred-size: 28px;
    flex-basis: 28px;
  }
  .faq-item__a-icon img {
    width: 28px;
    height: 28px;
  }
}

.faq-item__a-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #232230;
  margin: 0;
}

/* =====アコーディオン(SPのみ)===== */
@media (max-width: 767px) {
  .faq-item__a {
    gap: 12px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    -webkit-transition: max-height 0.25s ease, opacity 0.25s ease,
      margin-top 0.25s ease;
    transition: max-height 0.25s ease, opacity 0.25s ease, margin-top 0.25s ease;
  }
  .faq-item.is-open .faq-item__a {
    max-height: 260px;
    opacity: 1;
    margin-top: 8px;
  }
  .faq-item.is-open .faq-item__q-text {
    color: #0f6ff2;
  }
}
/* =====Contact===== */
.conditions-form {
  background-color: #f5f5f5;
}

.conditions-form__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 880px;
}

.conditions-form__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  color: #2c285f;
}

/* =====フォーム本体の枠===== */
.conditions-form__form {
  background-color: #fff;
  border-radius: 16px;
  padding: 80px 64px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03);
}

/* ===== 基本情報 ===== */
.conditions-form__fieldset {
  border: none;
  padding: 0;
}

.conditions-form__legend {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 29px;
  color: #2c285f;
}

.conditions-form__rows {
  margin-top: 0;
  margin-bottom: 64px;
}

.conditions-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}

.conditions-form__label {
  display: block;
  width: 190px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
  color: 232230;
}

.conditions-form__required {
  font-size: 1.2rem;
}

.conditions-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding: 10px 12px;
  font-size: 1.4rem;
  border-radius: 4px;
  border: 1px solid #d7dde8;
  background-color: #fff;
}

/* =====希望条件===== */
.conditions-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 20px;
}

.conditions-form__group-label {
  width: 170px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 4px;
}

/* =====チェックボックス・ラジオリスト===== */
.conditions-form__check-list,
.conditions-form__radio-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 24px;
}

.conditions-form__check-item,
.conditions-form__radio-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 1.5rem;
  font-weight: 500;
}

.conditions-form__group--start {
  margin-bottom: 64px;
  padding-bottom: 0;
}

/* ===== ファイルアップロード ===== */
.conditions-form__files {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.conditions-form__files input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.conditions-form__file-label {
  display: inline-block;
  padding: 8px 20px;
  font-size: 1.3rem;
  border-radius: 4px;
  background-color: #232230;
  color: #fff;
  border: none;
  cursor: pointer;
}

.conditions-form__file-name {
  margin-left: 12px;
  font-size: 1.3rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
}

.conditions-form__privacy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 1.6rem;
  text-align: center;
}

.conditions-form__submit {
  text-align: center;
}

.conditions-form__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 80px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  background-color: #00c89b;
  color: #fff;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease,
    -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease,
    -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease,
    box-shadow 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease,
    box-shadow 0.25s ease, -webkit-transform 0.25s ease,
    -webkit-box-shadow 0.25s ease;
  position: relative;

  opacity: 0.5;
  pointer-events: none;
}
.conditions-form__btn.is-active {
  opacity: 1;
  pointer-events: auto;
}
.conditions-form__btn::after {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  background: url("../image/exp/arrow02.png") no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
.conditions-form__btn:hover {
  background-color: #00a268;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.conditions-form__btn:hover::after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.page-exp .wpcf7-list-item {
  margin: 0;
}
.page-exp .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.page-exp .wpcf7-list-item-label {
  font-size: 1.5rem;
  font-weight: 500;
}

/* =====SP===== */
@media (max-width: 767px) {
  .conditions-form__inner {
    max-width: 100%;
  }
  .conditions-form__form {
    padding: 24px 16px;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  }
  .conditions-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .conditions-form__label {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .conditions-form__input {
    width: 100%;
    font-size: 1.3rem;
    padding: 8px 10px;
  }
  .conditions-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .conditions-form__group-label {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 6px;
    padding-top: 10px;
  }
  .conditions-form__check-list,
  .conditions-form__radio-list {
    width: 100%;
    gap: 6px 16px;
  }
  .conditions-form__check-item,
  .conditions-form__radio-item {
    font-size: 1.3rem;
  }
  .conditions-form__files {
    width: 100%;
  }
  .conditions-form__btn {
    width: 100%;
  }
}
/* ======CasesCTA===== */
.case-cta {
  width: 100%;
  background-color: #f7f8fa;
}

.case-cta__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.case-cta__text {
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  color: #232230;
  margin-bottom: 24px;
}

.case-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 32px;
  border-radius: 999px;
  border: 1px solid #00c89b;
  background-color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #00b894;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

.case-cta__btn img {
  width: 18px;
  height: 18px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.case-cta__btn:hover {
  background-color: #00b894;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 184, 148, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 184, 148, 0.2);
}

.case-cta__btn:hover img {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

/* =====SP===== */
@media (max-width: 767px) {
  .case-cta__text {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .case-cta__btn {
    width: 100%;
    max-width: 260px;
    padding: 10px 24px;
  }
  .case-cta__btn:hover {
    background-color: #ffffff;
    color: #00b894;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .case-cta__btn:hover img {
    -webkit-transform: none;
    transform: none;
  }
}
/*# sourceMappingURL=style.css.map */
.page-exp + .footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip, .wpcf7-response-output {
    font-size: 1.3rem;
  }
}