@charset "UTF-8";
.hamgurger {
  display: none;
}
.hamgurger #overlay {
  top: 0;
  left: 0;
}
.hamgurger #overlay-button {
  position: fixed;
  border-radius: 4px;
  z-index: 9999;
}

.--hbg {
  margin-top: 10px;
}
.--hbg a {
  background-color: #fff;
  color: var(--Pink, #ff5d7b) !important;
}
.--hbg a::before {
  content: url(../../img/mail_pink.svg);
  vertical-align: top;
}

.--x {
  width: 46px !important;
}

.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 20px;
  border-radius: 29px;
  background-color: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  font-weight: 600;
  color: #4663ac;
  margin: 32px auto 0;
}

#overlay-button {
  background: #ff5d7b;
  position: absolute;
  right: 1em;
  top: 1em;
  padding: 20px 9.5px;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#overlay-button span {
  height: 4px;
  width: 25px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
  height: 4px;
  width: 25px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}
#overlay-button span:before {
  height: 4px;
  width: 25px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}
#overlay-button:hover span {
  background: #fff;
}
#overlay-button:hover span:after, #overlay-button:hover span:before {
  background: #fff;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}
input[type=checkbox]:checked ~ #overlay-button span, input[type=checkbox]:checked ~ #overlay-button:hover span {
  background: 0 0;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #ff5d7b;
  z-index: 2;
  visibility: hidden;
  position: fixed;
}
#overlay ul {
  margin: 80px auto;
  max-width: 230px;
  text-align: center;
}
#overlay ul li {
  padding: 12px 0;
}
#overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  font-size: 16px;
}
#overlay ul li a:hover {
  color: #131e30 !important;
}

.slick-prev:before {
  background-image: url(../../img/slider-prev_blue.svg);
  display: block;
  width: 48px;
  height: 48px;
  content: "";
}

.slick-next {
  right: 5%;
  top: 50%;
  color: transparent;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
}
.slick-next:before {
  background-image: url(../../img/slider-next_blue.svg);
  display: block;
  width: 48px;
  height: 48px;
  content: "";
}

.slick-prev {
  left: 5%;
  top: 50%;
  z-index: 9;
  color: transparent;
  color: transparent;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.example__2lists .slick-prev, .intro__list .slick-prev {
  left: 13%;
  width: 60px;
  height: 60px;
}

.example__2lists .slick-prev:before, .intro__list .slick-prev:before {
  background-image: url(../../img/slider-prev_white.svg);
  width: 60px;
  height: 60px;
}

.example__2lists .slick-next, .intro__list .slick-next {
  right: 13%;
  width: 60px;
  height: 60px;
}

.example__2lists .slick-next:before, .intro__list .slick-next:before {
  background-image: url(../../img/slider-next_white.svg);
  width: 60px;
  height: 60px;
}

.slick-list.draggable {
  overflow: visible !important;
}

.wrapper {
  margin: 0;
  position: relative;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

.top-button {
  display: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.top-button img {
  position: fixed;
  bottom: 40px;
  right: 40px;
  transform: translate(0, 0);
  z-index: 9990;
}
.top-button.show {
  opacity: 1;
}

.main {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.9px;
  color: #131e30;
  background-color: #fff;
}

.h2 {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2px;
}

.contact__submit:hover, a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.sp-only {
  display: none;
}

.headtext {
  text-align: center;
  background-color: #fff;
  color: #131e30;
  padding: 2px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #e8e8e8;
}
.headtext h2 {
  font-size: 16px;
}
@media (max-width: 749px) {
  .headtext {
    display: none;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  letter-spacing: 0.9px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9999;
  transition: padding 0.3s ease;
}
.header.header-top {
  padding: 36px 40px;
}

.header__list {
  display: flex;
  font-size: 18px;
  gap: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center;
}

.header__left {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header__left a {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.header__left a img {
  max-width: 160px;
}
@media (max-width: 750px) {
  .header__left a img {
    max-width: 110px;
  }
}
.header__left h1 {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: rgba(70, 99, 173, 0.9294117647);
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 1480px) {
  .header__left h1 {
    font-size: 12px;
  }
}
.header__left h1 br {
  display: none;
}
@media (max-width: 1480px) {
  .header__left h1 br {
    display: block;
  }
}

.header__list-items a {
  color: var(--text-131-e-30, #131e30);
  word-break: keep-all;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
}

@media (max-width: 1170px) {
  .header__list-items a {
    word-break: auto-phrase;
    width: -moz-min-content;
    width: min-content;
    display: block;
    font-feature-settings: "palt";
  }
}
@media (max-width: 1170px) and (max-width: 750px) {
  .header__list-items a {
    width: auto;
  }
}
.header__btn {
  color: var(--White, #fff) !important;
  padding: 14px 20px;
  border-radius: 29px;
  background-color: var(--Pink, #ff5d7b);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.header__btn::before {
  content: url(../../img/mail_white.svg);
  vertical-align: sub;
  padding-right: 8px;
  display: inline-block;
  height: 24px;
}

a.header__btn {
  width: -moz-max-content;
  width: max-content;
  display: block;
}

@media (max-width: 750px) {
  a.header__btn {
    width: auto;
  }
}
.header-bg {
  transition: 0.5s;
  position: fixed;
}

.--pink {
  background-color: rgba(255, 255, 255, 0.8);
}

.header-bg.UpMove {
  width: 100%;
  animation: UpAnime 0.5s forwards;
}
.header-bg.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}

.mv {
  padding-top: 9.58333vw;
  padding-bottom: 8.33333vw;
  background-image: url(../../img/fv-bg01_pc.png);
  background-repeat: no-repeat;
  background-color: #fde1e1;
  background-position-y: 100%;
  background-position-x: 30%;
  position: relative;
  background-size: 110%;
}

.mv__bg {
  position: absolute;
  bottom: 0;
  transform: translate(0, 100%);
  width: 100vw;
  z-index: 0;
  background-image: url(../../img/fv-bg02_pc.png);
  height: 100%;
  max-height: 200px;
  background-size: 100vw 200px;
  background-repeat: no-repeat;
}

.mv-fv {
  align-items: flex-end;
  padding-left: 2.77778vw;
  padding-right: 2.77778vw;
}

.mv-fv__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 94.44444vw;
  margin: 0 auto 0;
  align-items: center;
}

.mv-fv__img {
  max-width: 39.5%;
}

.copy {
  margin-top: 20px;
}
.copy:first-of-type {
  margin: 0;
}

.copy__inner {
  margin: 0 auto;
  color: var(--text-131-e-30, #131e30);
  text-align: center;
  font-feature-settings: "palt";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 3.2px;
}

.copy__up {
  color: var(--BASE-Blue, #4663ac);
  font-size: 2.36111vw;
  line-height: 150%;
  font-weight: 600;
  word-break: keep-all;
}

.copy__down {
  font-size: 2.77778vw;
  line-height: 250%;
  word-break: keep-all;
}

.copy__list {
  width: -moz-fit-content;
  width: fit-content;
  font-feature-settings: "palt";
  color: var(--text-131-e-30, #131e30);
  font-weight: 500;
  display: grid;
  gap: 1.11111vw;
  margin: 3.125vw auto 0;
  letter-spacing: 0.8px;
  position: relative;
}
.copy__list .list-items {
  font-size: 1.38889vw;
  padding: 0 0 0 1.875vw;
  position: relative;
  line-height: 150%;
}
.copy__list .list-items:before {
  content: "";
  background-image: url(../../img/check.svg);
  background-size: cover;
  width: 1.25vw;
  height: 1.25vw;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.copy__3points {
  display: flex;
  justify-content: space-between;
  color: var(--text-131-e-30, #131e30);
  text-align: center;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.9px;
  gap: 12px;
  margin-top: 4.65278vw;
  width: 85%;
}

.copy__points {
  flex: 1;
  padding-top: 2.63889vw;
  padding-bottom: 0.83333vw;
  border-radius: 24px;
  border: 3px solid var(--BASE-Blue, #4663ac);
  background-color: var(--White, #fff);
  position: relative;
}
.copy__points p {
  line-height: 150%;
  font-size: 1.25vw;
  margin: 0.83333vw 0 0.41667vw;
}
.copy__points p:first-of-type {
  margin: 0;
}
.copy__points .copy__points-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  margin: auto;
}
.copy__points .copy__blue {
  color: var(--BASE-Blue, #4663ac);
  font-size: 1.66667vw;
}

.copy__orange {
  color: var(--OOORANGE, #ff6c19);
  letter-spacing: 5.5px;
  display: inline-block;
  padding-left: 6.5px;
  font-size: 3.33333vw;
}

.--left {
  width: 100%;
}

.text.--line_m {
  display: inline;
  padding-top: 4px;
  background-image: url(../../img/line_m.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.text.--line_s {
  display: inline;
  padding-top: 4px;
  background-image: url(../../img/line_s.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.text.--line_l {
  display: inline;
  padding-top: 4px;
  background-image: url(../../img/line_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.text.--line_ll {
  display: inline;
  padding-top: 4px;
  background-image: url(../../img/line_ll.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.text.--line_mv1 {
  display: inline;
  padding-top: 4px;
  background-image: url(../../img/line_mv1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 110%;
}
.text.--line_mv2 {
  display: inline;
  padding-top: 4px;
  background-image: url(../../img/line_mv2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 100%;
}
.text.--line_mv3 {
  display: inline;
  padding-top: 4px;
  background-image: url(../../img/line_mv2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.text.--orange {
  color: var(--OOORANGE, #ff6c19);
}
.text.--orange_l {
  color: var(--OOORANGE, #ff6c19);
  letter-spacing: 5.5px;
  font-size: 5.13889vw;
}
.text.--note {
  font-size: 12px;
  margin-top: 4px;
}
.text.--bold {
  font-weight: 700;
}
.text.--thin {
  font-weight: 500;
}
.text.--right {
  text-align: right;
}
.text.--month {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.text.--indent {
  text-indent: 1em;
  display: inline-block;
}

.mv-cta {
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: relative;
  margin: -8.33333vw 0 0;
}

.mv-cta__title {
  font-size: 32px;
  color: #FF5D7B;
}

.mv-cta__inner {
  margin: 5.27778vw auto 100px;
  padding: 0 2.77778vw;
}

.mv-cta__wrap {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 24px;
  border: 4px solid #ff5d7b;
  background-color: var(--CTA-Pink, #ffffff);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding: 16px 0;
  color: var(--White, #fff);
  display: grid;
  gap: 16px;
}

.mv-cta__btn {
  max-width: 600px;
  color: #fff;
  background-color: #FF5D7B;
  padding: 14px 60px;
  font-size: 28px;
  border-radius: 99px;
  margin: 0 auto;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  font-weight: 700;
}
.mv-cta__btn::before {
  content: url(../../img/mail_blue.svg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(108%) contrast(168%);
  padding-right: 8px;
  vertical-align: middle;
}

.mv-cta__text {
  font-size: 18px;
  font-weight: 400;
  color: #313131;
}

.section {
  text-align: center;
}

.section__worries__wrap {
  padding: 160px 0 80px;
  background-color: #FCF9F9;
}
@media (max-width: 750px) {
  .section__worries__wrap {
    padding: 0px 0 0;
  }
}

.section__worries {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.section__worries img {
  margin: 45px auto 0px auto;
}
.section__worries p {
  color: var(--BASE-Blue, #4663ac);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.section__worries .appeal-box {
  width: -moz-max-content;
  width: max-content;
  padding: 16px 30px;
  background-color: var(--White, #fff);
  color: var(--OOORANGE, #ff6c19);
  border: 2.5px solid var(--OOORANGE, #ff6c19);
  border-radius: 99px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2.5px;
  position: absolute;
  right: 0;
  bottom: -6%;
  left: 0;
  margin: auto;
}

.section__about {
  background-color: var(--BASE-Blue, #4663ac);
  padding: 160px 0;
  display: grid;
  gap: 154px;
}

.section__introduction {
  background-color: var(--Light-Blue, #e1f1fd);
  padding: 120px 0;
  display: grid;
  gap: 120px;
}

.section__plan {
  background-color: var(--BASE-Blue, #4663ac);
  padding: 120px 0;
  display: grid;
  gap: 90px;
}

.section__flow {
  padding: 120px 0;
  display: grid;
  gap: 90px;
}

.section__voice {
  background-color: #fde1e1;
  padding: 120px 0;
}

.section__staff {
  background-color: #f8f9fa;
  padding: 120px 0;
}

.section__faq {
  background-color: #ffeded;
  padding: 120px 0;
}

.section__contact {
  padding: 120px 0;
}

.--bl {
  color: var(--text-131-e-30, #131e30);
}

.--wh {
  color: var(--White, #fff);
}

.desc {
  margin-top: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.details {
  display: grid;
  gap: 120px;
  margin-top: 60px;
}

.details__list {
  width: 1030px;
  margin: 0 auto;
  padding: 24px 40px;
  text-align: left;
  border-radius: var(--Label-Border-s, 24px);
  background-color: var(--White, #fff);
  position: relative;
}

.details__txt {
  display: grid;
  gap: 12px;
}

.details__ttl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 150%;
}

.details__desc {
  margin-top: 12px;
  line-height: 200%;
  margin-top: 0;
}

.details__img {
  position: absolute;
  right: 3%;
  top: 24px;
  width: 23%;
}

.about__link {
  margin-top: 40px;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 150%;
}
.about__link a {
  text-decoration: underline;
}

.intro {
  display: grid;
  gap: 80px;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.9px;
}

.intro__section h2 {
  margin-bottom: 40px;
}

.intro__list {
  max-width: 100vw;
}

.intro__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.4px;
}

.intro__idx {
  padding: 16px 32px;
  border-radius: var(--Label-Border-s, 24px) var(--Label-Border-s, 24px) 0 0;
  background-color: var(--BASE-Blue, #4663ac);
}
.intro__idx p {
  line-height: 200%;
}

.intro__items {
  text-align: left;
  border-radius: var(--Label-Border-s, 24px);
  background-color: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  margin: 0 12px;
}

.intro__dtl dd {
  font-weight: 500;
}

.intro__dtl-box {
  padding: 32px;
}

.intro__dtl-items {
  display: grid;
  gap: 40px;
  width: 70%;
}

.intro__dtl-ttl {
  color: var(--BASE-Blue, #4663ac);
  font-weight: 700;
  letter-spacing: 0.9px;
}

.intro__plan {
  padding: 8px 16px;
  border-radius: 99px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  display: inline-block;
}

.intro__dtl-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #4663ac;
}

.intro__dtl-jobs {
  line-height: 150%;
  letter-spacing: 0.9px;
}
.intro__dtl-jobs::before {
  content: "・";
}

.intro__dtl-result {
  padding-top: 24px;
}

.intro__img {
  width: 30%;
}

.jobs {
  max-width: 1030px;
  margin: 0 auto;
  padding: 24px 32px;
  text-align: left;
  border-radius: var(--Label-Border-s, 24px);
  background-color: var(--White, #fff);
  display: grid;
  gap: 40px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
}

.jobs__inner:last-of-type {
  margin-top: 40px;
}

.jobs__list-ttl {
  color: var(--BASE-Blue, #4663ac);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--BASE-Blue, #4663ac);
  padding-bottom: 18px;
}

.jobs__list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}

.jobs__items-l, .jobs__items-r {
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.9px;
  display: grid;
  gap: 4px;
  width: 450px;
}

.--center-line p {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 470px;
}
.--center-line p::after {
  border-top: 1px solid var(--Light-Blue, #e1f1fd);
  content: "";
  flex-grow: 1;
}

.plan {
  width: 1240px;
  margin: 0 auto;
}

.plan__list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.plan__index {
  padding: 16px 24px;
  border-radius: 24px 24px 0 0;
}

.plan__list-ttl {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  line-height: 150%;
}

.plan__items {
  margin-top: 50px;
  width: 398px;
  border-radius: 24px;
  background-color: var(--Surface-Primary-surface-base, #fff);
}
.plan__items:nth-child(2) {
  margin: 0;
  position: relative;
}

.plan__txt {
  font-size: 18px;
  padding-top: 8px;
  line-height: 150%;
}

.plan__details {
  padding: 8px 24px;
  color: var(--text-131-e-30, #131e30);
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  display: grid;
  gap: 8px;
}

.plan__details-items {
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--Spacing-Border-Primary, #e9e9e9);
}
.plan__details-items:last-of-type {
  padding: 0;
  border-bottom: none;
}

.plan__details-items-txt {
  font-weight: 500;
  text-align: right;
  font-size: 14px;
}

.plan__cta {
  text-align: center;
}

.plan__cta-inner {
  margin: 76px auto 0;
}

.plan__cta-wrap {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 0;
  color: #ff5d7b;
  display: grid;
  gap: 16px;
  border: 4px solid #FF5D7B;
}

.plan__cta-btn {
  max-width: 600px;
  color: #ffffff;
  background-color: #ff5d7b;
  padding: 14px 60px;
  font-size: 28px;
  border-radius: 99px;
  margin: 0 auto;
  font-weight: 700;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
}
.plan__cta-btn::before {
  content: url(../../img/mail_blue.svg);
  vertical-align: middle;
  padding-right: 8px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(108%) contrast(168%);
}

.plan__cta-text {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
}

.--light {
  background-color: #94c4f6;
}

.--standard {
  background-color: var(--OOORANGE, #ff6c19);
}

.--premium {
  background-color: #5f85e4;
}

.--appeal {
  margin-top: 0;
}

.--no1 {
  color: var(--OOORANGE, #ff6c19);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  top: -14%;
  right: 0;
  left: 0;
  margin: auto;
}

.flow {
  width: 1030px;
  margin: 0 auto;
}

.flow__step-txt {
  margin-top: 42px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.flow__step-txt span {
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 1.8px;
}

.flow__step-inner {
  margin-top: 56px;
  padding: 52px 32px 32px;
  border: 2px solid var(--BASE-Blue, #4663ac);
  border-radius: 24px;
  position: relative;
}
.flow__step-inner:last-of-type {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.flow__step-ttl {
  color: #fff;
  background-color: var(--BASE-Blue, #4663ac);
  padding: 8px 24px;
  width: 400px;
  border-radius: 100px;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.4px;
  position: absolute;
  top: -7%;
  right: 0;
  left: 0;
  margin: auto;
}

.flow__step-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.flow__step-items p {
  margin-bottom: 12px;
}
.flow__step-items p:last-of-type {
  margin-bottom: 0;
}

.flow__step-items-idx {
  display: inline-block;
  padding: 8px 24px;
  color: #fff;
  background-color: var(--BASE-Blue, #4663ac);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 100px;
}

.flow__step-items-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.4px;
}

.flow__step-items-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
}

.flow__down {
  margin: 35px 0 65px 0;
}

.--flow01 {
  width: 275px;
  background-color: var(--Light-Blue, #e1f1fd);
  padding: 24px 16px;
  border-radius: 24px;
}

.--flow02 {
  width: 327px;
  background-color: var(--B-blue, #c1d8f0);
  padding: 24px 16px;
  border-radius: 24px;
}

.--step1::before {
  content: url(../../img/step01.svg);
  padding-right: 8px;
}

.--step2::before {
  content: url(../../img/step02.svg);
  padding-right: 8px;
}

.--step3::before {
  content: url(../../img/step03.svg);
  padding-right: 8px;
}

.--step4::before {
  content: url(../../img/step04.svg);
  padding-right: 8px;
}

.--step5::before {
  content: url(../../img/step05.svg);
  padding-right: 8px;
}

.voice__slider {
  margin-top: 54px;
}

.voice__slider-items {
  background-color: #fff;
  margin: 0 12px;
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
}

.voice__slider-inner {
  padding: 24px;
  display: grid;
  gap: 30px;
}

.voice__details-top {
  display: flex;
  justify-content: center;
  gap: 12px;
  text-align: left;
}
.voice__details-top img {
  width: 80px;
  height: auto;
}

.voice__details-bottom {
  display: grid;
  gap: 12px;
}

.voice__review {
  letter-spacing: 0.9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.9px;
}

.voice__details-content {
  width: 150px;
  margin: 0 auto;
  display: inline-block;
  padding: 8px 24px;
  color: var(--BASE-Blue, #4663ac);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  border-radius: 99px;
  border: 1px solid var(--BASE-Blue, #4663ac);
  background: var(--White, #fff);
}

.voice__details-ttl {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--Gray, #eee);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.9px;
}

.voice__details-txt {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.9px;
}

.voice__details-comment {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.9px;
  display: grid;
  gap: 12px;
}

.voice__company {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.6px;
}

.staff {
  width: 1030px;
  margin: 0 auto;
}

.staff__inner {
  margin-top: 60px;
}

.staff__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.staff__item {
  background-color: var(--White, #fff);
  border-radius: var(--Label-Border-s, 24px);
  padding: 20px 16px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.staff__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.staff__img {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
}
.staff__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff__info {
  text-align: center;
}

.staff__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
  color: var(--text-131-e-30, #131e30);
}

.staff__position {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--BASE-Blue, #4663ac);
  margin-bottom: 16px;
  border-radius: 100px;
  display: inline-block;
}

.staff__description {
  font-size: 14px;
  line-height: 160%;
  color: var(--text-131-e-30, #131e30);
  margin-bottom: 20px;
  text-align: left;
}

.staff__position br + * {
  font-size: 14px;
}

.staff__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  color: var(--text-131-e-30, #131e30);
  display: none;
}

.staff__hidden {
  display: none;
}

/* staff modal */
.staff__btn {
  margin: 8px auto 0;
  display: block;
  padding: 4px 16px;
  border-radius: 999px;
  background-color: var(--BASE-Blue, #4663ac);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: opacity 0.3s ease;
  border: none;
  opacity: 1;
}

.staff__item:hover .staff__btn {
  opacity: 0.7;
}

.staff-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.staff-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.staff-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.staff-modal__dialog {
  position: relative;
  width: min(92vw, 800px);
  max-height: 85vh;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transform: scale(0.9) translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.staff-modal.is-open .staff-modal__dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.staff-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.staff-modal__name {
  font-size: 24px;
  font-weight: 700;
}

.staff-modal__position {
  margin: 4px 0 0;
  color: var(--BASE-Blue, #4663ac);
  font-weight: 600;
}

.staff-modal__body {
  line-height: 200%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  padding-right: 6px;
}

.staff-modal__achievements ul {
  list-style: disc;
  padding-left: 1.2rem;
  margin-left: 0.2rem;
}

@media (max-width: 749px) {
  .staff-modal__achievements,
  .staff-modal__achievements li {
    font-size: 14px;
  }
}
.staff-modal__section {
  margin-top: 20px;
}

.staff-modal__section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.faq__inner {
  max-width: 1030px;
  margin: 40px auto 0;
  padding: 32px;
  text-align: left;
  border-radius: var(--Label-Border-s, 24px);
  background-color: var(--White, #fff);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  display: grid;
  gap: 16px;
}

.faq__txt {
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Spacing-Border-Primary, #e9e9e9);
}
.faq__txt:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.faq__inner a {
  color: #131e30;
}

.faq__q {
  font-weight: 700;
  line-height: 200%;
  position: relative;
  padding-left: 38px;
  position: relative;
}
.faq__q.--article::before {
  content: none;
}
.faq__q::before {
  content: url(../../img/icon_q.svg);
  position: absolute;
  left: 0;
  top: 6px;
}
.faq__q.--article {
  padding: unset;
}

.faq__a {
  font-weight: 400;
  line-height: 200%;
  position: relative;
  padding-left: 38px;
}
.faq__a.--article {
  padding: unset;
}
.faq__a.--article::before {
  content: none;
}
.faq__a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
  height: 33px;
  background-image: url(../../img/icon_a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.-free {
  font-size: 32px;
}
.-free::before, .-free::after {
  content: "〜";
  margin: 0 0.5rem;
}

@media (max-width: 750px) {
  .-free {
    font-size: 16px;
  }
  .-free::before, .-free::after {
    content: "〜";
    margin: 0;
  }
}
.contact {
  width: 819px;
  margin: 0 auto;
}

.contact__h2 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.contact__inner {
  max-width: 1030px;
  margin: 40px auto 0;
  padding: 32px;
  text-align: left;
  border-radius: var(--Label-Border-s, 24px);
  background-color: var(--White, #fff);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  display: grid;
  gap: 16px;
}

.contact__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  position: relative;
}

.contact__form {
  display: grid;
  gap: 24px;
}
.contact__form input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Semantic-border-border-gray, #cfcfcf);
  margin-top: 12px;
  padding: 6px 16px;
}
.contact__form input::-moz-placeholder {
  color: #cfcfcf;
}
.contact__form input::placeholder {
  color: #cfcfcf;
}
.contact__form textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Semantic-border-border-gray, #cfcfcf);
  margin-top: 12px;
  padding: 6px 16px;
  height: 200px;
  resize: none;
}

.contact__note {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.6px;
  color: var(--Semantic-text-text-sub, #666);
}

.contact__checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  /* デバック */
  /* width: 310px; */
  max-width: 340px;
  /* デバック */
  margin: 0 auto;
}
.contact__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}
.contact__checkbox input:checked ~ .contact__checkmark {
  background-color: var(--BASE-Blue, #4663ac);
}
.contact__checkbox input:checked ~ .contact__checkmark:after {
  display: block;
}
.contact__checkbox .contact__checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.contact__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  border: 1px solid var(--Semantic-border-border-gray, #cfcfcf);
}
.contact__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.contact__submit input {
  background: 0 0;
  border: none;
}

.contact__submit-btn {
  width: 272px;
  padding: 8px 64px;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.4px;
  border-radius: 99px;
  background: var(--CTA-Pink, #ff5d7b);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  border: none;
  position: relative;
}
.contact__submit-btn input {
  cursor: pointer;
}
.contact__submit-btn img {
  margin-left: 4px;
}

.contact__submit-input {
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  border-radius: 99px !important;
  cursor: pointer;
}

.contact__error {
  line-height: 150%;
  letter-spacing: 1.2px;
  color: #d91c0b;
  margin-top: 8px;
}
.contact__error::before {
  content: url(../../img/error.svg);
  vertical-align: middle;
  margin-right: 4px;
}

.contact__form-items a {
  color: #4663ac;
  text-decoration: underline;
}

.--error input {
  border: 1px solid var(--Semantic-border-border-gray, #d91c0b);
  background-color: var(--Surface-Caution-Light, rgba(217, 28, 11, 0.05));
}

.--required::after {
  content: "必須";
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-left: 10px;
  padding: 1px 4px;
  background-color: var(--BASE-Blue, #4663ac);
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

input, textarea {
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.9px;
}

input::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--Semantic-text-text-placeholder, #b8b8b8);
}

input::placeholder, textarea::-moz-placeholder, input::placeholder, textarea::placeholder {
  color: var(--Semantic-text-text-placeholder, #b8b8b8);
}

.footer {
  border-top: 6px solid var(--BASE-Blue, #4663ac);
  padding: 24px 100px;
  background-color: #fff;
  color: var(--text-131-e-30, #131e30);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.7px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: rgba(70, 99, 173, 0.9294117647);
  line-height: 1.2;
}
@media (max-width: 749px) {
  .footer__logo {
    gap: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
}
.footer__logo img {
  width: 150px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 749px) {
  .footer__inner {
    gap: 16px;
    padding-bottom: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }
}

.footer__banners {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.footer__text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__pp-wrap {
  display: flex;
  gap: 26px;
  align-items: flex-end;
  padding-top: 16px;
}
@media (max-width: 749px) {
  .footer__pp-wrap {
    padding-top: 16px;
  }
}
.footer__pp-wrap a {
  display: flex;
}
@media (max-width: 749px) {
  .footer__pp-wrap {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    text-wrap-mode: nowrap;
    align-items: baseline;
    flex-direction: row;
    justify-content: flex-start;
  }
  .footer__pp-wrap img {
    width: 24px;
    height: 24px;
    flex: auto;
  }
}
@media (max-width: 749px) {
  .footer__pp-wrap * {
    flex: 1;
  }
}

.footer__pp-c {
  display: flex;
  gap: 32px;
  align-items: center;
}

.footer__privacy a {
  color: var(--text-131-e-30, #131e30);
}

.footer__mark {
  width: 32px;
  height: 32px;
  height: auto;
}

.footer__company a {
  color: #131e30;
}
.footer__company a:visited {
  color: inherit;
}

.--nonmg {
  margin: 0;
}

.example {
  margin: 0 auto;
}

.example__2lists {
  max-width: 100vw;
}

.example__slider {
  margin-top: 60px;
  max-width: 100vw;
}

.example__items {
  margin: 0 12px;
}

.example__bottom, .example__top {
  background-color: #fff;
  padding: 24px;
  border-radius: 24px;
  height: 250px;
}

.example__bottom {
  margin-top: 24px;
}

.example__ttl {
  padding-bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  border-bottom: 1px #4663ac solid;
}

.example__txt-ctt {
  padding-top: 16px;
  display: grid;
  gap: 16px;
  text-align: left;
}

.example__txt {
  padding-left: 25px;
  position: relative;
}
.example__txt::before {
  content: url(../../img/intro_check.svg);
  vertical-align: middle;
  padding-right: 8px;
  position: absolute;
  transform: translateY(-50%);
  top: 60%;
  left: 0;
}

.tb-block {
  display: none;
}

.--flex {
  display: flex;
}

.contact__submit.button--disabled {
  opacity: 1;
}
.contact__submit.button--disabled .contact__submit-btn {
  background-color: #ccc;
}
.contact__submit.button--disabled .contact__submit-btn input {
  cursor: inherit;
}

/* @media (min-width:1024px) and (max-width: 1300px){
    .slick-next {
        left: 114%;
    }
} */
@media (min-width: 1025px) {
  .copy__3points {
    margin: 40px auto 0;
  }
}
@media (min-width: 1441px) {
  .mv {
    padding-top: 138px;
    padding-bottom: 120px;
  }
  .mv-fv {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mv-fv__wrapper {
    margin: 0 auto 0;
    max-width: 94.44444vw;
  }
  .copy__up {
    font-size: 2.5vw;
    line-height: 250%;
  }
  .copy__down {
    font-size: 2.77778vw;
    word-break: keep-all;
  }
  .copy__list {
    gap: 16px;
    margin: 60px auto 0;
  }
  .copy__list .list-items {
    font-size: 1.38889vw;
    padding: 0 0 0 2.08333vw;
  }
  .copy__list .list-items:before {
    width: 1.25vw;
    height: 1.25vw;
  }
  .copy__3points {
    width: 85%;
    margin: 67px auto 0;
  }
  .copy__points {
    padding-top: 34px;
    padding-bottom: 12px;
  }
  .copy__points p {
    font-size: 1.25vw;
    margin: 12px 0 6px;
  }
  .copy__points .copy__blue {
    font-size: 1.66667vw;
  }
  .copy__orange {
    font-size: 3.75vw;
  }
  .--left {
    max-width: 60%;
  }
  .text.--orange_l {
    font-size: 5.27778vw;
  }
  .mv-cta {
    margin: -120px 0 0;
  }
  .mv-cta__inner {
    margin: 76px auto 100px;
    padding: 0 40px;
  }
}
@media (max-width: 1280px) {
  .section__plan.--pd.pc-only {
    padding: 0px;
  }
  .slick-next {
    right: 25%;
  }
  .slick-prev {
    left: 25%;
  }
  .example__2lists .slick-next, .intro__list .slick-next {
    right: 23%;
  }
  .example__2lists .slick-prev, .intro__list .slick-prev {
    left: 23%;
  }
  .header__list {
    font-size: 14px;
  }
  .section__worries .appeal-box {
    font-size: 32px;
    bottom: -6%;
  }
  .details__list {
    width: 100%;
    padding: 16px;
  }
  .details__img {
    width: 120px !important;
    right: 0;
    top: 86%;
  }
  .details__img.--first {
    top: 93%;
  }
  .details__img.--third {
    top: 96%;
  }
  .intro {
    font-size: 16px;
  }
  .intro__idx, .intro__dtl-box {
    padding: 16px;
  }
  .intro__dtl-items {
    width: 100%;
  }
  .intro__plan {
    margin: 8px 0 0 0;
  }
  .intro__dtl-list {
    display: block;
  }
  .intro__dtl-jobs {
    text-indent: -1em;
    padding-left: 1em;
  }
  .intro__img {
    margin-top: 20px;
    width: 100%;
  }
  .intro__slider {
    max-width: 700px;
    margin: 0 auto;
  }
  .jobs {
    width: 100%;
    gap: 20px;
    padding: 16px;
  }
  .jobs__res {
    max-width: 700px;
    margin: 0 auto;
  }
  .jobs__list {
    display: block;
    gap: 5px;
  }
  .sp-flex {
    display: flex;
  }
  .plan {
    width: 100%;
  }
  .plan__list {
    display: block;
  }
  .plan__items {
    width: 100%;
  }
  .plan__items:nth-child(2) {
    margin-top: 80px;
  }
  .plan__cta-wrap {
    font-size: 24px;
  }
  .flow {
    width: 100%;
  }
  .flow__step-txt {
    font-size: 20px;
  }
  .flow__step-txt span {
    font-size: 24px;
  }
  .flow__step-inner {
    padding: 52px 16px 16px 16px;
  }
  .flow__step-inner:last-of-type {
    width: 100%;
  }
  .flow__step-ttl {
    top: -20px;
    width: 100%;
    margin: 0;
  }
  .flow__step-list {
    display: block;
  }
  .flow__step-list img {
    transform: rotate(90deg);
    margin: 12px 0;
  }
  .flow__step-items-txt {
    text-align: center;
  }
  .--flow01, .--flow02, .contact {
    width: 100%;
  }
  .footer {
    padding: 24px;
    margin-bottom: 43px;
  }
  .--pd {
    padding-left: 16px;
    padding-right: 16px;
  }
  .example__bottom, .example__top {
    height: 350px;
  }
  .example__slider {
    margin-top: 100px;
    max-width: 640px;
    margin: 60px auto;
  }
  .tb-block {
    display: block;
  }
  .tb-none {
    display: none;
  }
  .intro__title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .header__list {
    gap: 10px;
  }
  .mv {
    background-position-y: -70%;
    background-position-x: 45%;
    background-size: 280%;
    padding-top: 100px;
  }
  .mv-fv {
    padding: 0 16px;
  }
  .mv-fv__wrapper {
    flex-direction: column;
  }
  .mv-fv__img {
    padding: unset;
    width: 100%;
    max-width: 62%;
    margin: 24px auto 0;
  }
  .copy__up {
    font-size: 2.53906vw;
    margin: 0 0 0.78125vw;
  }
  .copy__down {
    font-size: 3.125vw;
  }
  .copy__list {
    width: -moz-fit-content;
    width: fit-content;
  }
  .copy__list .list-items {
    font-size: 1.95312vw;
  }
  .copy__list .list-items:before {
    width: 1.75781vw;
    height: 1.75781vw;
  }
  .copy__3points {
    margin: 40px auto 0;
  }
  .copy__points p {
    font-size: 1.75781vw;
  }
  .copy__points .copy__blue {
    font-size: 2.34375vw;
  }
  .copy__orange {
    font-size: 4.6875vw;
  }
  .--left {
    max-width: 100%;
  }
  .text.--orange_l {
    font-size: 5.46875vw;
  }
}
@media (max-width: 797px) {
  .header__list {
    gap: 12px;
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .example__2lists .slick-prev {
    left: -12%;
    top: 50%;
  }
  .example__2lists .slick-next {
    right: -12%;
    top: 50%;
  }
  .intro__list .slick-prev {
    left: -8%;
    top: 54%;
  }
  .intro__list .slick-next {
    right: -8%;
    top: 54%;
  }
}
@media (max-width: 749px) {
  .hamgurger {
    display: block;
  }
  .slick-next {
    right: -4%;
  }
  .slick-prev {
    left: -4%;
  }
  dd, p {
    font-size: 14px;
  }
  .top-button img {
    bottom: 20px;
    right: 16px;
  }
  .h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px !important;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  .header {
    padding: 20px 16px;
  }
  .header__list {
    display: none;
  }
  .mv {
    padding-bottom: 0;
    overflow-y: hidden;
  }
  .mv__bg {
    display: none;
  }
  .mv-fv__img {
    padding: 0 0;
    margin: 24px auto 32px;
    max-width: 100%;
  }
  .copy__up {
    margin: 0 0 12px;
    font-size: 5.33333vw;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 0.9px;
  }
  .copy__down {
    font-size: 8vw;
    line-height: 1.2;
  }
  .copy__list {
    padding: unset;
    margin: 32px auto 40px;
    gap: 4.26667vw;
  }
  .copy__list .list-items {
    font-size: 4.26667vw;
    padding: 0 0 0 6.93333vw;
    line-height: 1.5;
  }
  .copy__list .list-items:before {
    width: 4.8vw;
    height: 4.8vw;
  }
  .copy__3points {
    gap: 5px;
    width: 100%;
  }
  .copy__points {
    flex: 1;
    border: 2px solid var(--BASE-Blue, #4663ac);
    height: auto;
    padding: 3.73333vw 0 2.66667vw;
    display: grid;
    align-items: center;
    border-radius: 12px;
  }
  .copy__points p {
    font-size: 2.66667vw;
    line-height: 150%;
    letter-spacing: 0.5px;
    margin: 0;
    font-feature-settings: "palt";
  }
  .copy__points .copy__points-img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .copy__points .copy__blue {
    font-size: 3.73333vw;
  }
  .copy__orange {
    font-size: 6.93333vw;
  }
  .text.--orange_l {
    font-size: 12vw;
  }
  .mv-cta {
    margin: 0;
  }
  .mv-cta__title {
    font-size: 20px;
  }
  .mv-cta__inner {
    padding: 0;
    margin: 0;
  }
  .mv-cta__wrap {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    padding: 14px 20px;
    font-size: 24px;
    margin: -20px 0 0;
  }
  .mv-cta__btn {
    font-size: 16px;
    letter-spacing: 0.9px;
    padding: 14px 20px;
  }
  .mv-cta__btn::before {
    padding-right: 5px;
    vertical-align: sub;
  }
  .mv-cta__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.6px;
  }
  .section__worries .appeal-box {
    font-size: 20px;
    padding: 16px 24px;
    line-height: 150%;
    letter-spacing: 0.6px;
    width: 95%;
    bottom: -5%;
  }
  .desc {
    margin-top: 16px;
    font-size: 14px;
  }
  .details {
    gap: 100px;
  }
  .details__desc {
    font-size: 14px;
  }
  .about__link {
    line-height: 200%;
    font-size: 20px;
  }
  .intro {
    line-height: 150%;
  }
  .intro__section h2 {
    margin-bottom: 24px;
  }
  .intro__idx p {
    line-height: 150%;
    margin-top: 4px;
  }
  .intro__slider {
    max-width: 320px;
  }
  .jobs__items-l, .jobs__items-r {
    font-size: 12px;
    width: 100%;
    width: 70%;
    line-height: 180%;
  }
  .sp-right {
    text-align: right;
  }
  .--center-line p {
    min-width: auto;
    gap: 5px;
  }
  .plan__list {
    margin-top: 40px;
  }
  .plan__items {
    margin-top: 32px;
  }
  .plan__cta-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
  .plan__cta-title {
    font-size: 20px;
  }
  .plan__cta-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.6px;
  }
  .flow__step-ttl, .flow__step-items-ttl {
    font-size: 20px;
  }
  .flow__step-items-txt {
    font-size: 14px;
  }
  .voice__slider {
    margin-top: 32px;
  }
  .voice__slider-items {
    width: 100%;
    margin: 0 6px;
    box-shadow: none;
  }
  .voice__details-bottom {
    gap: 6px;
  }
  .voice__review {
    font-size: 14px;
  }
  .voice__details-content, .voice__details-ttl {
    font-size: 16px;
  }
  .voice__details-txt {
    font-size: 14px;
  }
  .faq__inner {
    padding: 24px;
  }
  .faq__txt {
    font-size: 14px;
  }
  .faq__a {
    margin-top: 12px;
  }
  .faq__a::before {
    top: 19px;
  }
  .contact__inner {
    padding: 24px 16px;
  }
  .contact__title {
    font-size: 16px;
  }
  .contact__form input, .contact__form textarea {
    font-size: 14px;
  }
  .contact__checkbox {
    padding-left: 0;
    font-size: 14px;
  }
  .contact__checkmark {
    /* デバック */
    /* left: 5% */
    left: 1%;
    /* デバック */
  }
  .contact__submit input {
    height: 44px;
  }
  .contact__submit-btn {
    font-size: 18px;
  }
  .contact__submit-btn img {
    width: 23px;
    vertical-align: sub;
  }
  .contact__error {
    font-size: 12px;
  }
  .footer {
    padding: 24px;
    font-size: 12px;
  }
  .footer__pp-wrap {
    gap: 12px;
  }
  .footer__text {
    display: grid;
    gap: 12px;
  }
  .footer__pp-c {
    display: block;
  }
  .footer__copy {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .--sp20 {
    font-size: 20px;
    line-height: 150%;
  }
  .example__items {
    line-height: 110%;
  }
  .example__bottom, .example__top {
    height: 300px;
  }
  .example__ttl {
    font-size: 18px;
  }
  .example__txt::before {
    top: 50%;
  }
  .example__slider {
    margin: 30px auto;
    max-width: 300px;
  }
  .sp-flex_1 {
    flex: 1;
  }
  .sp-flex_6 {
    flex: 6;
  }
  .sp-wdt100 {
    width: 100%;
  }
  .section__worries {
    padding: 100px 16px 100px !important;
  }
  .staff {
    width: 100%;
  }
  .staff__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .staff__item {
    padding: 20px;
  }
  .staff__img {
    width: 100px;
    height: 100px;
  }
  .staff__name {
    font-size: 20px;
  }
  .staff__position {
    font-size: 14px;
  }
  .staff__desc {
    font-size: 14px;
    line-height: 160%;
  }
}
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=top.css.map */