/* fonts */
@font-face {
  font-family: "NotoSansJP-R";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
    url("../fontsNotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSansJP-M";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),
    url("../fontsNotoSansJP-Medium.woff") format("woff");
}

@font-face {
  font-family: "NotoSansJP-SemiB";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2"),
    url("../fontsNotoSansJP-SemiBold.woff.woff") format("woff");
}

@font-face {
  font-family: "ZenKakuGothicNew-M";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"),
    url("../fontsZenKakuGothicNew-Medium.woff") format("woff");
}

@font-face {
  font-family: "ZenKakuGothicNew-B";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"),
    url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat-L";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
    url("../fonts/Montserrat-Light.woff") format("woff");
}

@font-face {
  font-family: "Montserrat-ExL";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Montserrat-R";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "GrapeNuts";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/GrapeNuts-Regular.woff2") format("woff2"),
    url("../fonts/GrapeNuts-Regular.woff") format("woff");
}

/* 共通 */
.heading-en {
  font-family: "Montserrat-L";
  font-size: 36px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .heading-en {
    font-family: "Montserrat-L";
    font-size: 56px;
    margin-bottom: 15px;
  }
}
h2 {
  font-family: "ZenKakuGothicNew-B";
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 21px;
  }
}
p {
  font-size: 14px;
  color: #4d4d4d;
}
.color-e66776 {
  color: #e66776;
}
.color-e8a03a {
  color: #e8a03a;
}
.p-2em {
  padding: 2em;
}
.p-l2em {
  padding-left: 2em;
}
.p-r2em {
  padding-right: 2em;
}
.career_btn {
  font-family: "NotoSansJP-M";
  font-size: 16px;
  background: linear-gradient(90deg,rgba(232, 160, 58, 1) 0%,rgba(230, 103, 118, 1) 50%);
  width: 50%;
  margin: 40px auto;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 30px;
  transition: all ease 0.3s;
}
.career_btn:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 5px;
  border-bottom: solid 1px;
  border-right: solid 2px;
  transform: skew(45deg);
  right: 20px;
  top: 40%;
}
.career_btn:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 768px) {
  .career_btn {
    width: 250px;
  }
}
.career_btn2 {
  font-family: "NotoSansJP-M";
  font-size: 13px;
  line-height: 1.25;
  background: linear-gradient(135deg,rgba(232, 160, 58, 1) 0%,rgba(230, 103, 118, 1) 50%);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  width: 90px;
  height: 90px;
  margin: 0 auto;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 10px;
  text-decoration: none;
  padding: 5px;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 70px;
  align-items: center;
  z-index: 10;
  opacity: 1;
  transition: all ease 0.3s;
}
.career_btn2:hover {
  transform: scale(1.05);
}
.hide {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .career_btn2 {
    font-size: 16px;
    width: 120px;
    height: 120px;
  }
}
main {
  overflow: hidden;
}
.pc-none {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
.sp-none {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block !important;
  }
}
/* ヘッダー */
.header {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 70px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
.header__title {
  position: absolute;
  top: 0;
  z-index: 3;
  line-height: calc(70px - 15px);
}

.header__title .header__logo {
  width: 200px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff5f6;
  transition: ease 0.4s;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    margin-right: 40px;
    align-content: center;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .nav-items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: flex-end;
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    gap: 20px;
    left: 0;
    transform: translate(0, 0);
  }
}

.nav-items__item a {
  color: #4d4d4d;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "NotoSansJP-M";
  font-size: 14px;
  margin-bottom: 24px;
  text-decoration: none;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .nav-items__item a {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.nav__link {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 15px 0;
}
.nav__link li {
  position: relative;
}
.nav__link li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  width: 15px;
  height: 1px;
  background-color: black;
}
.nav__link li:last-child::after {
  display: none;
}
.nav__link a {
  font-family: "NotoSansJP-R";
  font-size: 12px;
  color: #4d4d4d;
  text-decoration: none;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 60px;
  height: 100%;
}

.hamburger {
  background-color: #fff5f6;
  border-color: transparent;
  z-index: 9999;
  padding: 15px;
  border-radius: 0 0 0 10px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
  width: 15px;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
  width: 100%;
}

/* heroセクション */

.hero {
  position: relative;
  background-color: #fff5f6;
  overflow: hidden;
}
.hero h1 {
  position: absolute;
  font-family: "ZenKakuGothicNew-M";
  font-size: 18px;
  z-index: 2;
  top: 15%;
  right: 40px;
  writing-mode: vertical-rl;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .hero h1 {
    font-size: 24px;
    top: 15%;
    right: 80px;
  }
}
.hero h1 span {
  background-color: #fff;
  display: block;
  padding: 5px;
  margin-left: 15px;
  width: 25px;
  line-height: 25px;
}
.hero h1 span:last-child {
  display: inline;
}
@media screen and (min-width: 768px) {
  .hero h1 span {
    width: 35px;
    line-height: 35px;
  }
}
.hero .hero__sliderArea {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .hero .hero__sliderArea {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 70px;
    padding-bottom: 150px;
  }
}
.hero .hero__sliderArea .slider__img img {
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .hero .hero__sliderArea .slider__img img {
    height: 600px;
    object-fit: cover;
    border-radius: 45px;
  }
}
.hero .hero__img__copy {
  position: absolute;
  left: 0;
  bottom: 100px;
  background: url(../../images/hero_copybg_sp.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  height: 132px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero .hero__img__copy {
    background: url(../../images/hero_copybg_pc.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 243px;
  }
}
.hero .hero__img__copy p {
  width: 108%;
  height: 100px;
}
.hero .hero__img__copy p img {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .hero .hero__img__copy p img {
    top: 30px;
    max-width: 550px;
  }
}
.hero .left_top {
  position: absolute;
  width: 300px;
  top: -100px;
  left: -100px;
}
.hero .right_down {
  position: absolute;
  width: 300px;
  bottom: -40px;
  right: -100px;
}
@media screen and (min-width: 768px) {
  .hero .right_down {
    bottom: -10px;
  }
}
.gradation {
  background: linear-gradient(#fff5f6, #fff);
  height: 50px;
}
@media screen and (min-width: 768px) {
  .gradation {
    height: 100px;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-wrapper {
  overflow: hidden;
  border-radius: 30px;
  width: unset !important;
}
/* about */
.about {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about {
    position: relative;
    padding: 0 0 80px;
  }
}
.about__container {
  padding: 2em;
  position: relative;
  z-index: 2;
}
.about_gr_left {
  position: absolute;
  left: -65px;
  top: -37px;
  width: 130px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about_gr_left {
    left: -115px;
    width: 240px;
  }
}
.about_gr_right {
  position: absolute;
  width: 120px;
  right: -50px;
}
@media screen and (min-width: 768px) {
  .about_gr_right {
    width: 200px;
    right: -100px;
  }
}
@media screen and (min-width: 768px) {
  .about__container {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
  .about__title {
    width: 60%;
    margin-right: 50px;
  }
}
.about .about__text__area p {
  margin-bottom: 15px;
  font-family: "NotoSansJP-M";
  line-height: 2.25;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .about .about__text__area p {
    font-family: "NotoSansJP-M";
    font-size: 16px;
  }
}

/* our Strength */
.ourStrength {
  background-color: #ffebed;
  border-radius: 30px 0 30px 0px;
  padding: 50px 0 60px;
  position: relative;
}

.ourStrength::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(232, 160, 58, 1) 0%,
    rgba(230, 103, 118, 1) 50%
  );
  right: 50%;
  top: -25px;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  animation: scroll 1.5s infinite;
}
@media screen and (min-width: 768px) {
  .ourStrength::after {
    top: -50px;
    height: 100px;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (min-width: 768px) {
  .ourStrength {
    background-color: #ffebed;
    border-radius: 90px 0 90px 0px;
    padding: 80px 0;
  }
  .ourStrength .ourStrength__container {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.ourStrength .ourStrength__area {
  position: relative;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area:nth-child(2) {
    text-align: left;
  }
}
.ourStrength .ourStrength__area:nth-child(3) {
  padding-bottom: 20px;
}
.ourStrength .ourStrength__area img {
  margin-bottom: 120px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area img {
    border-radius: 45px;
    margin-bottom: 50px;
  }
}
.ourStrength .ourStrength__area .ourStrength__contents {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin-right: 2em;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area .ourStrength__contents {
    bottom: 90px;
    margin-right: 0;
    margin-left: 2em;
  }
}
.ourStrength .ourStrength__area .ourStrength__contents .ourStrength__contents__info {
  position: relative;
  padding: 2em;
  border-radius: 0 30px 30px 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area .ourStrength__contents .ourStrength__contents__info {
    border-radius: 45px;
    width: 400px;
  }
}
.ourStrength .ourStrength__area .ourStrength__contents .ourStrength__contents__info .point__text {
  position: absolute;
  font-family: "GrapeNuts";
  font-size: 38px;
  top: -35px;
  left: 28px;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area .ourStrength__contents .ourStrength__contents__info .point__text {
    font-size: 48px;
    top: -50px;
  }
}
.ourStrength .ourStrength__area .ourStrength__contents .ourStrength__contents__info .point__text span {
  font-size: 48px;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area .ourStrength__contents .ourStrength__contents__info .point__text span {
    font-size: 64px;
  }
}
.ourStrength .ourStrength__area .ourStrength__contents .ourStrength__contents__info .ourStrength__contents__info__text {
  font-family: "NotoSansJP-M";
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area .ourStrength__contents .ourStrength__contents__info .ourStrength__contents__info__text {
    font-size: 16px;
  }
}
.ourStrength .ourStrength__area .ourStrength__contents-right {
  position: absolute;
  bottom: 20px;
  right: 0;
  margin-left: 2em;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area .ourStrength__contents-right {
    bottom: 90px;
    margin-left: 0;
    margin-right: 2em;
  }
}
.ourStrength .ourStrength__area .ourStrength__contents-right .ourStrength__contents__info-right {
  position: relative;
  padding: 2em;
  border-radius: 30px 0 0 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area .ourStrength__contents-right .ourStrength__contents__info-right {
    border-radius: 45px;
    width: 400px;
  }
}
.ourStrength .ourStrength__area .ourStrength__contents-right .ourStrength__contents__info-right .point__text {
  position: absolute;
  font-family: "GrapeNuts";
  font-size: 38px;
  top: -35px;
  right: 28px;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area .ourStrength__contents-right .ourStrength__contents__info-right .point__text {
    font-size: 48px;
    top: -50px;
  }
}
.ourStrength .ourStrength__area .ourStrength__contents-right .ourStrength__contents__info-right .point__text span {
  font-size: 48px;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area .ourStrength__contents-right .ourStrength__contents__info-right .point__text span {
    font-size: 64px;
  }
}
.ourStrength .ourStrength__area .ourStrength__contents-right .ourStrength__contents__info-right .ourStrength__contents__info-right__text {
  font-family: "NotoSansJP-M";
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .ourStrength .ourStrength__area .ourStrength__contents-right .ourStrength__contents__info-right .ourStrength__contents__info-right__text {
    font-size: 16px;
  }
}

/* loopテキスト */
.loop__text {
  overflow: hidden;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.loop__text .loop__text__item {
  font-family: "Montserrat-ExL";
  font-size: 70px;
  color: #fadcdf;
  display: inline;
  flex-shrink: 0;
  white-space: nowrap;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .loop__text .loop__text__item {
    font-size: 140px;
    margin: 50px 0;
  }
}
.loop__text .loop__text__item:nth-child(odd) {
  animation: MoveLeft 36s -18s infinite linear;
}

.loop__text .loop__text__item:nth-child(even) {
  animation: MoveLeft2 36s infinite linear;
}
@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* USER’S VOICE */
.userVoice {
  background-color: #fff6e5;
  border-radius: 30px 0 30px 0px;
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  .userVoice {
    border-radius: 90px 0 90px 0px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .userVoice .userVoice__title {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.userVoice .userVoice__desc {
  font-family: "NotoSansJP-M";
  font-size: 14px;
  line-height: 1.75;
}
.userVoice .userVoice__area {
  position: relative;
  padding: 0 2em;
}
.userVoice .userVoice__area ul {
  margin-top: 50px;
  overflow: visible;
  max-width: 1000px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .userVoice .userVoice__area ul {
    gap: 20px;
  }
}
.userVoice .userVoice__area ul li {
  background-color: #fff;
  padding: 0 2em;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
  height: auto;
}
@media screen and (min-width: 768px) {
  .userVoice .userVoice__area ul li {
    width: calc(100% / 3 - 13px);
  }
}
.userVoice .userVoice__area ul li img {
  position: absolute;
  width: 100px;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.userVoice .userVoice__area ul li .userVoice__heading {
  font-family: "NotoSansJP-M";
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 100px;
}
.userVoice .userVoice__area ul li .userVoice__content {
  font-family: "NotoSansJP-R";
  font-size: 14px;
  line-height: 1.75;
  padding-bottom: 30px;
}
.userVoice .userVoice__area ul li .userVoice__content p {
  margin-bottom: 10px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.swiper-button-prev {
  left: 0 !important;
  border-radius: 0 10px 10px 0;
}
.swiper-button-next {
  right: 0 !important;
  border-radius: 10px 0 0 10px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 25px !important;
  color: #e8a03a !important;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}
/* USAGE FLOW */
.usageFlow {
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .usageFlow {
    padding: 80px 0 0;
  }
  .usageFlow .usageFlow__title {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.usageFlow .step__area {
  position: relative;
  padding-bottom: 300px;
  margin-top: 50px;
}
.usageFlow .step__area ol {
  position: relative;
}
@media screen and (min-width: 768px) {
  .usageFlow .step__area ol {
    max-width: 700px;
    margin: 0 auto;
  }
}
.usageFlow .step__area ol:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: linear-gradient(0deg,rgba(232, 160, 58, 1) 0%,rgba(230, 103, 118, 1) 50%);
  width: 10px;
  height: 100%;
  z-index: 0;
}
.usageFlow .step__area ol li {
  border-radius: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 2em;
  background-color: #fff;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.usageFlow .step__area ol li .step {
  position: absolute;
  top: -35px;
  left: 0;
  font-family: "GrapeNuts";
  font-size: 36px;
  color: #e66776;
}
.usageFlow .step__area ol li .step span {
  font-size: 48px;
}
.usageFlow .step__area ol li h3 {
  font-family: "ZenKakuGothicNew-B";
  font-size: 16px;
  line-height: 1.5;
  color: #4d4d4d;
}
.usageFlow .step__area ol li .step_text {
  font-family: "NotoSansJP-M";
  font-size: 14px;
  line-height: 1.75;
}
.usageFlow .step__area .flow__bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .usageFlow .step__area .flow__bg {
    right: 0;
  }
}

.jobListing {
  background-color: #fff6e5;
  border-radius: 30px 0 30px 0px;
  padding: 50px 0 60px;
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .jobListing {
    border-radius: 90px 0 90px 0px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 768px) {
  .jobListing__title {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .jobListing .jobList__area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2em;
  }
  .jobListing .jobList__area ul {
    display: flex;
    gap: 40px;
    padding: 0;
  }
}
.jobListing .jobList__area ul li {
  border-radius: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 2em;
  background-color: #fff;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .jobListing .jobList__area ul li {
    border-radius: 45px;
    margin-bottom: 50px;
    width: calc(100% / 3);
  }
}
.jobListing .jobList__area ul li .jobSummary {
  font-family: "GrapeNuts";
  font-size: 21px;
  position: absolute;
  top: -15px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .jobListing .jobList__area ul li .jobSummary {
    font-size: 24px;
  }
}
.jobListing .jobList__area ul li h3 {
  font-family: "NotoSansJP-M";
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .jobListing .jobList__area ul li table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.jobListing .jobList__area ul li table .table__heading {
  font-family: "NotoSansJP-M";
  font-size: 12px;
  line-height: 1.5;
  padding-right: 10px;
  padding-bottom: 5px;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .jobListing .jobList__area ul li table .table__heading {
    font-size: 14px;
  }
}
.jobListing .jobList__area ul li table .table__content {
  font-family: "NotoSansJP-R";
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d4d;
}

.faq {
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 80px 0;
  }
  .faq .faq__title {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.faq .faq-area {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .faq .faq-area {
    max-width: 700px;
    margin: 0 auto 20px;
  }
}
.wrap {
  margin: 5px 2em;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-top: 15px;
}
.wrap:first-child {
  border-top: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .wrap {
    margin: 5px 10px;
  }
}
.wrap .open_h3 {
  cursor: pointer;
  font-family: "NotoSansJP-M";
  margin: 0;
  display: block;
  padding: 0.6em 3em 0.5em 3em;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  .wrap .open_h3 {
    padding: 0.8em 3em 0.8em 3em;
    font-size: 16px;
  }
}
.wrap .open_h3::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #e66776;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wrap .open_h3::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #e66776;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wrap .open_h3 span::before {
  font-weight: bold;
  font-weight: 500;
  text-align: center;
  border-radius: 1em;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat-R";
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  top: 0.8em;
  left: 0.7em;
  color: #fff;
  line-height: 1.4;
  content: "Q";
  background-color: #e66776;
}
@media screen and (min-width: 768px) {
  .wrap .open_h3 span::before {
    font-size: 16px;
  }
}
.js-accordion {
  position: relative;
  padding: 0 35px 0 10px;
}
.js-accordion.is-accordion--open::before {
  transform: rotate(0deg);
}
.js-accordion.is-accordion--open::after {
  transform: rotate(-180deg);
}
.js-accordion::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #4d4d4d;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.js-accordion::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #4d4d4d;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.accordion-box p {
  padding: 0.6em 3em 0.5em 3em;
  font-family: "NotoSansJP-R";
  font-size: 14px;
  line-height: 1.75;
  position: relative;
}
@media screen and (min-width: 768px) {
  .accordion-box p {
    font-size: 16px;
  }
}
.accordion-box p span::before {
  font-weight: bold;
  font-weight: 500;
  text-align: center;
  border-radius: 1em;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  font-size: 14px;
  font-family: "Montserrat-R";
  position: absolute;
  top: 0.8em;
  left: 0.7em;
  color: #fff;
  line-height: 1.4;
  content: "A";
  background-color: #e8a03a;
}
@media screen and (min-width: 768px) {
  .accordion-box p span::before {
    font-size: 16px;
  }
}
footer {
  text-align: center;
  padding: 20px 0;
  background-color: rgb(247, 232, 237);
}
@media screen and (min-width: 768px) {
  footer {
    padding: 60px 0;
  }
}
footer .img__area {
  text-align: center;
}
footer .img__area img {
  width: 250px;
}
footer .footer__link {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  footer .footer__link {
    margin: 48px 0;
  }
}
footer .footer__link li {
  position: relative;
}
footer .footer__link li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  width: 15px;
  height: 1px;
  background-color: black;
}
footer .footer__link li:last-child::after {
  display: none;
}
footer .footer__link a {
  font-family: "NotoSansJP-R";
  font-size: 12px;
  color: #4d4d4d;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer .footer__link a {
    font-size: 14px;
  }
}
footer .copyright {
  font-family: "Montserrat-L";
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    font-size: 12px;
  }
}
