html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
@media (max-width: 1366px) {
  html {
    font-size: 59.2875%;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 48%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 320px;
  margin: auto;
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.59vw;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  .__pc {
    display: none;
  }
}

.__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .__sp {
    display: inherit;
  }
}

.header {
  position: sticky;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 100;
  height: 88px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 16.41vw;
  }
}
.header__container {
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1120px) {
  .header__container {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    max-width: calc(100% - 7.692vw);
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    max-width: 100%;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0;
  }
}
.header__inner h1 {
  padding-left: 3.846vw;
}
@media screen and (max-width: 767px) {
  .header__inner h1 img {
    width: auto;
    height: 5.128vw;
  }
}
.header__inner nav ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 812px) {
  .header__inner nav ul li:not(:last-of-type) {
    display: none;
  }
}
.header__inner nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .header__inner nav ul li a img {
    width: auto;
    height: 16.41vw;
  }
}

.kv {
  background: url("img/202309/kv.jpg") no-repeat center/cover;
  aspect-ratio: 1920/1080;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv {
    padding: 10.256vw 0 5.128vw;
    background: url("img/202309/kv.jpg") no-repeat top/contain;
  }
}
.kv__container {
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1120px) {
  .kv__container {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .kv__container {
    max-width: calc(100% - 7.692vw);
  }
}
.kv__inner {
  position: relative;
}
.kv__text {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .kv__text {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}

.kv_bottom {
  margin: 10.256vw 5.128vw;
}
.kv_bottom a {
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1120px) {
  .kv_bottom a {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .kv_bottom a {
    max-width: calc(100% - 7.692vw);
  }
}
.kv_bottom a:hover {
  opacity: 0.7;
}
.kv_bottom a img {
  margin: auto;
}

.problem {
  padding: 10rem 0;
  background: url("img/problem_bg.png") no-repeat center/cover;
  background-color: #fffafd;
}
@media screen and (max-width: 767px) {
  .problem {
    padding: 12.821vw 0;
    background: url("img/problem_bg_sp.png") no-repeat center/cover;
  }
}
.problem__container {
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1120px) {
  .problem__container {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .problem__container {
    max-width: calc(100% - 7.692vw);
  }
}
.problem__inner h2 {
  font-size: 2.4rem;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin: 0 auto 5.5rem;
  padding-bottom: 2rem;
  border-bottom: 5px solid #aaa;
}
@media screen and (max-width: 767px) {
  .problem__inner h2 {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 2.564vw;
    border-bottom: 3px solid #aaa;
    margin-bottom: 9.744vw;
  }
}
.problem__inner h2 .em {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .problem__inner h2 .em {
    font-size: 1.8rem;
  }
}
.problem__inner h2 .em2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .problem__inner h2 .em2 {
    font-size: 2rem;
  }
}
.problem__content {
  display: flex;
  -moz-column-gap: 4.4rem;
       column-gap: 4.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .problem__content {
    flex-direction: column-reverse;
    gap: 5.128vw 0;
    margin-bottom: 5.128vw;
  }
}
@media screen and (max-width: 812px) {
  .problem__content .image img {
    max-height: 300px;
  }
}
@media screen and (max-width: 812px) and (max-width: 767px) {
  .problem__content .image img {
    margin: auto;
    max-height: 51.282vw;
  }
}
.problem__content ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .problem__content ul {
    row-gap: 4.103vw;
    padding-top: 0;
  }
}
.problem__content ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 2.8rem;
  background-image: linear-gradient(to right, #363636 3px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .problem__content ul li {
    font-size: 3.59vw;
    padding-bottom: 4.103vw;
  }
}
.problem p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #f06056;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .problem p {
    font-size: 1.6rem;
  }
}
.problem p span {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .problem p span {
    font-size: 1.8rem;
  }
}

.features {
  padding: 60px 0 8rem;
  background-color: #fffafd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .features {
    padding: 12.821vw 0 17.949vw;
  }
}
.features__container {
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1120px) {
  .features__container {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .features__container {
    max-width: calc(100% - 7.692vw);
  }
}
.features__inner h2 {
  text-align: center;
  margin-bottom: 6rem;
}
.features__inner h2 .en {
  text-transform: uppercase;
  color: #ffcee7;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .features__inner h2 .en {
    font-size: 8.205vw;
  }
}
.features__inner h2 .ja {
  color: #f8007c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .features__inner h2 .ja {
    font-size: 4.103vw;
  }
}
@media screen and (max-width: 767px) {
  .features__inner h2 {
    margin-bottom: 7.692vw;
  }
}
.features__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .features__content {
    grid-template-columns: 1fr;
    gap: 5.128vw 0;
    margin-bottom: 12.821vw;
  }
}
.features__content.__2 {
  display: block;
}
@media screen and (max-width: 767px) {
  .features__content.__2 {
    margin-bottom: 0;
  }
}
.features__content.__2 h3 {
  color: #f06056;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .features__content.__2 h3 {
    font-size: 5.128vw;
    margin-bottom: 2.564vw;
  }
}
.features__content.__2 p {
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .features__content.__2 p {
    line-height: 2;
  }
}
.features__item {
  padding: 3rem 2rem 2.5rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 3px 0 #fff0f8;
}
@media screen and (max-width: 767px) {
  .features__item {
    padding: 3.846vw 3.846vw 6.41vw;
  }
}
.features__item .image {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .features__item .image {
    margin-bottom: 3.077vw;
  }
}
.features__item .image img {
  margin: auto;
}
.features__item h3 {
  text-align: center;
  color: #f06056;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .features__item h3 {
    font-size: 4.615vw;
    margin-bottom: 3.077vw;
  }
}

.cta {
  padding: 2.2rem 0;
  background-color: #e5f9ed;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 7.692vw 0;
  }
}
.cta__container {
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1120px) {
  .cta__container {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .cta__container {
    max-width: calc(100% - 7.692vw);
  }
}
.cta__inner {
  display: flex;
  position: relative;
}
.cta__main {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 812px) {
  .cta__image img {
    max-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .cta__image {
    position: absolute;
    top: 12.821vw;
  }
  .cta__image img {
    max-height: 36.923vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__image.__left {
    left: 0;
  }
}
.cta__image.__right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .cta__image.__right {
    margin-left: 0;
    right: 0;
  }
}
.cta__main {
  flex: 1;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cta__main {
    position: relative;
  }
}
.cta__head {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #4cc764;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 1rem;
  text-align: center;
  margin: 0 auto 1rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 812px) {
  .cta__head {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__head {
    font-size: 4.615vw;
    padding-bottom: 2.564vw;
    margin: 0 auto 2.564vw;
  }
}
.cta__head:after {
  content: "";
  background: url("img/cta_title_border.svg") no-repeat;
  position: absolute;
  width: 100%;
  height: 9px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .cta__head:after {
    height: 1.282vw;
    background: url("img/cta_title_border_sp.svg") no-repeat;
  }
}
.cta__head span {
  font-size: 3.2rem;
}
@media screen and (max-width: 812px) {
  .cta__head span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__head span {
    font-size: 5.128vw;
  }
}
.cta h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #1b8c00;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 812px) {
  .cta h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .cta h2 {
    font-size: 5.128vw;
    margin-bottom: 0.256vw;
  }
}
.cta h2 span {
  font-size: 4.8rem;
}
@media screen and (max-width: 812px) {
  .cta h2 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cta h2 span {
    font-size: 6.154vw;
  }
}
.cta a:hover {
  opacity: 0.7;
}
.cta a img {
  animation: btnAnimation 2s infinite;
  margin: auto;
}
@keyframes btnAnimation {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

.interview {
  padding: 10rem 0;
  background-color: #fffafd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview {
    padding: 12.821vw 0;
  }
}
.interview__container {
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1120px) {
  .interview__container {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .interview__container {
    max-width: calc(100% - 7.692vw);
  }
}
.interview h2 {
  text-align: center;
  margin-bottom: 6rem;
}
.interview h2 .en {
  text-transform: uppercase;
  color: #ffcee7;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .interview h2 .en {
    font-size: 8.205vw;
  }
}
.interview h2 .ja {
  color: #f8007c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .interview h2 .ja {
    font-size: 4.103vw;
  }
}
@media screen and (max-width: 767px) {
  .interview h2 {
    margin-bottom: 7.692vw;
  }
}
.interview__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 5.4rem;
}
@media screen and (max-width: 767px) {
  .interview__content {
    grid-template-columns: 1fr;
    gap: 5.128vw 0;
  }
}
.interview__item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 3px 0 #fff0f8;
}
.interview__item-head {
  padding: 2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .interview__item-head .image img {
    width: auto;
    height: 15.385vw;
  }
}
.interview__item-head .profile {
  flex: 1;
}
.interview__item-head .profile span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .interview__item-head .profile span {
    font-size: 4.103vw;
  }
}
.interview__item-head .profile span:first-of-type {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .interview__item-head .profile span:first-of-type {
    font-size: 3.59vw;
  }
}
.interview__item-change-income {
  display: flex;
}
.interview__item-change-income .before,
.interview__item-change-income .after {
  padding: 1.2rem 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .interview__item-change-income .before,
  .interview__item-change-income .after {
    padding: 3.077vw 0;
    height: 17.949vw;
  }
}
.interview__item-change-income .before .occupation,
.interview__item-change-income .after .occupation {
  font-weight: 500;
}
.interview__item-change-income .before .income,
.interview__item-change-income .after .income {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .interview__item-change-income .before .income,
  .interview__item-change-income .after .income {
    -moz-column-gap: 1.026vw;
         column-gap: 1.026vw;
    font-size: 3.077vw;
  }
}
.interview__item-change-income .before .income span,
.interview__item-change-income .after .income span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .interview__item-change-income .before .income span,
  .interview__item-change-income .after .income span {
    font-size: 6.154vw;
  }
}
.interview__item-change-income .before {
  background: #f48f88;
  position: relative;
  width: calc(50% - 1.3rem);
}
@media screen and (max-width: 767px) {
  .interview__item-change-income .before {
    width: calc(50% - 3.333vw);
  }
}
.interview__item-change-income .before:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4.1rem solid transparent;
  border-bottom: 4.1rem solid transparent;
  border-left: 2.4rem solid #f48f88;
  border-right: 0;
  position: absolute;
  top: 0;
  right: -2.35rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview__item-change-income .before:after {
    border-top: 9.103vw solid transparent;
    border-bottom: 9.103vw solid transparent;
    border-left: 6.154vw solid #f48f88;
    right: -6.026vw;
  }
}
.interview__item-change-income .after {
  flex: 1;
  background: #f06056;
}
@media screen and (max-width: 767px) {
  .interview__item-change-income .after {
    padding-left: 3.077vw;
  }
}
.interview__item-text {
  padding: 2rem 2rem 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .interview__item-text {
    padding: 3.846vw 3.846vw 3.846vw 6.41vw;
  }
}

.flow {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 12.821vw 0;
  }
}
.flow__container {
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1120px) {
  .flow__container {
    max-width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .flow__container {
    max-width: calc(100% - 7.692vw);
  }
}
.flow h2 {
  text-align: center;
  margin-bottom: 6rem;
}
.flow h2 .en {
  text-transform: uppercase;
  color: #ffcee7;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow h2 .en {
    font-size: 8.205vw;
  }
}
.flow h2 .ja {
  color: #f8007c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .flow h2 .ja {
    font-size: 4.103vw;
  }
}
@media screen and (max-width: 767px) {
  .flow h2 {
    margin-bottom: 7.692vw;
  }
}
.flow__content {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .flow__content {
    row-gap: 0;
  }
}
.flow__item {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__item:first-of-type {
    padding-bottom: 6.41vw;
  }
  .flow__item:nth-of-type(2) {
    padding-bottom: 16.667vw;
  }
  .flow__item:nth-of-type(3) {
    padding-bottom: 11.538vw;
  }
}
.flow__item:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: -8rem;
  left: 4rem;
  transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background: #f06056;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow__item:not(:last-of-type):after {
    bottom: -15.385vw;
    left: 7.692vw;
  }
}
.flow__num {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 8rem;
  height: 8rem;
  background: #f06056;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flow__num {
    width: 15.385vw;
    height: 15.385vw;
    padding-top: 2.564vw;
  }
}
.flow__num .en {
  display: block;
  font-size: 1.4rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .flow__num .en {
    font-size: 2.564vw;
  }
}
.flow__num .num {
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .flow__num .num {
    font-size: 7.179vw;
  }
}
.flow__text {
  flex: 1;
}
.flow__text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f06056;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .flow__text h3 {
    font-size: 4.103vw;
    margin-bottom: 1.282vw;
  }
}

footer {
  background: #363636;
  padding: 2.7rem 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 4.615vw 0;
  }
}
footer p {
  letter-spacing: 0.04em;
}