@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
img {
  display: block;
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  color: #2D2D2D;
  background-color: #fff;
}

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

a {
  color: inherit;
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 780px) {
  .hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 780px) {
  .hidden-tb {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .hidden-tb2 {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-pc {
    display: none;
  }
}
.header {
  width: 100%;
  height: 58px;
  display: flex; /* フレックスボックスを使用して要素を中央揃え */
  justify-content: center; /* 横方向（左右）の中央揃え */
  align-items: center; /* 縦方向（上下）の中央揃え */
}
@media screen and (min-width: 780px) {
  .header {
    height: 101px;
  }
}

.header__logo img {
  width: 68px;
  display: block; /* 画像をブロック要素として扱い、中央揃え */
  margin: 0 auto; /* 左右のマージンを自動で設定して中央揃え */
}
@media screen and (min-width: 780px) {
  .header__logo img {
    width: 104px;
  }
}

.mv {
  background: #fcf7e6;
  position: relative;
}
.mv::before {
  content: "";
  width: 100%;
  height: 18.6666vw;
  background-image: url(../img/mv-welcome.webp);
  background-repeat: no-repeat;
  background-position: bottom 0 left -20px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .mv::before {
    max-width: 1440px;
    background-size: contain;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}

.mv__inner {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .mv__inner {
    padding-top: min(5.9722vw, 86px);
    padding-left: min(2.7777vw, 40px);
    padding-right: min(2.7777vw, 40px);
    padding-bottom: 38px;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .mv__inner::before {
    content: "";
    width: min(28.9583vw, 417px);
    height: min(46.1805vw, 665px);
    background: url(../img/mv-img1-pc.webp) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .mv__inner::after {
    content: "";
    width: min(28.9583vw, 417px);
    height: min(46.1805vw, 665px);
    background: url(../img/mv-img2-pc.webp) no-repeat center center/contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.mv__hukidashi__box {
  display: flex;
  justify-content: center;
  gap: 6px;
}
@media screen and (min-width: 1024px) {
  .mv__hukidashi__box {
    gap: 11px;
  }
}

.mv__hukidashi--1 {
  width: 62vw;
  background: #2d2d2d;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  padding: 5px;
}
@media screen and (min-width: 1024px) {
  .mv__hukidashi--1 {
    width: 450px;
    height: 50px;
    gap: 11px;
  }
}
.mv__hukidashi--1::before {
  content: "";
  width: 2.6666vw;
  height: 2.6666vw;
  background: url(../img/mv-arrow-icon.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -2.4vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .mv__hukidashi--1::before {
    width: 19px;
    height: 19px;
    bottom: -17px;
  }
}
.mv__hukidashi--1 span {
  display: block;
  color: #f6e54c;
  font-size: 2.1333vw;
  font-weight: 700;
  line-height: 1.1448;
  border: 1px solid #f6e54c;
  border-radius: 2.5px;
  padding: 3px;
}
@media screen and (min-width: 1024px) {
  .mv__hukidashi--1 span {
    font-size: 15px;
    padding: 5px;
  }
}
.mv__hukidashi--1 p {
  display: block;
  color: #f6e54c;
  font-size: 3.3vw;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .mv__hukidashi--1 p {
    font-size: 24px;
  }
}

.mv__hukidashi--2 {
  width: 30.4vw;
  background: #2d2d2d;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5px;
}
@media screen and (min-width: 1024px) {
  .mv__hukidashi--2 {
    width: 216px;
    height: 50px;
  }
}
.mv__hukidashi--2::before {
  content: "";
  width: 2.6666vw;
  height: 2.6666vw;
  background: url(../img/mv-arrow-icon.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -2.4vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .mv__hukidashi--2::before {
    width: 19px;
    height: 19px;
    bottom: -17px;
  }
}
.mv__hukidashi--2 p {
  color: #f6e54c;
  font-size: 3.2vw;
  line-height: 15px;
}
@media screen and (min-width: 1024px) {
  .mv__hukidashi--2 p {
    font-size: 24px;
  }
}

.mv_sab_ttl {
  text-align: center;
  word-break: keep-all;
  line-height: 25px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .mv_sab_ttl {
    font-size: 24px;
    margin-top: 50px;
  }
}

.mv__title {
  margin-top: 15px;
  text-align: center;
  font-size: 9.5vw;
  font-weight: 1000;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .mv__title {
    margin-top: 30px;
    font-size: 70px;
  }
}

.mv__title--type1 {
  display: block;
  position: relative;
}
.mv__title--type1::after {
  content: "";
  width: 89.3333vw;
  height: 4vw;
  background-image: url(../img/mv-wave-big.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -1vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .mv__title--type1::after {
    width: 650px;
    height: 15px;
    background: url(../img/mv-wave-big-pc.webp) no-repeat center center/contain;
    bottom: 0;
  }
}

.mv__title--type2 {
  display: block;
  position: relative;
}
.mv__title--type2::after {
  content: "";
  width: 40vw;
  height: 4vw;
  background-image: url(../img/mv-wave-small.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -1vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .mv__title--type2::after {
    width: 300px;
    height: 15px;
    background: url(../img/mv-wave-small-pc.webp) no-repeat center center/contain;
    bottom: 0;
  }
}

.mv__labrl {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .mv__labrl {
    margin-top: 20px;
  }
}
.mv__labrl img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .mv__labrl img {
    width: 600px;
  }
}

.mv__text {
  margin-top: 10px;
  font-size: min(2.4vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.mv__text + .mv__text {
  margin-top: 0px;
}
@media screen and (min-width: 1024px) {
  .mv__text {
    margin-top: 20px;
    font-size: 14px;
    width: min(41.666vw, 600px);
    margin-left: auto;
    margin-right: auto;
    z-index: 30;
  }
}

.mv__img--sp {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 1024px) {
  .mv__img--sp {
    display: none;
  }
}
.mv__img--sp img {
  width: 100%;
}

.cta {
  background: #fae400;
}

.cta__inner {
  padding-top: 6.4vw;
  padding-bottom: 6.4vw;
  background-image: url(../img/cta-bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .cta__inner {
    padding-top: 72px;
    padding-bottom: 72px;
    background: url(../img/cta-bg-pc.webp) no-repeat bottom center/1273px 144px;
  }
}

.flow_cta_box {
  background: linear-gradient(95deg, #fae400 2.72%, #f1d400 96.3%);
  padding: 20px;
  position: fixed;
  transition: opacity 0.3s ease-in-out;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.flow_cta_box img {
  max-width: 600px;
  margin: auto;
  width: 100%;
}

.cta__logo {
  display: inline-block;
  vertical-align: top; /* これで余白を完全になくす */
}
.cta__logo img {
  width: 100%;
  max-width: 349px;
}
@media screen and (min-width: 780px) {
  .cta__logo img {
    max-width: 677.104px;
  }
}

.voice {
  background: url(../img/voice-bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 780px) {
  .voice {
    background: url(../img/voice-bg-pc.webp) no-repeat top center/cover;
  }
}

.voice__inner {
  padding-top: 36px;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (min-width: 780px) {
  .voice__inner {
    padding-top: 48px;
    padding-bottom: 115px;
  }
}

.voice__title {
  text-align: center;
}

.voice__title--type1 {
  width: 258.034px;
  height: 41.017px;
  border-radius: 6.98px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 780px) {
  .voice__title--type1 {
    width: 346px;
    height: 55px;
  }
}
.voice__title--type1::after {
  content: "";
  width: 13.424px;
  height: 11.186px;
  background: url(../img/white-arrow.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .voice__title--type1::after {
    width: 18px;
    height: 15px;
  }
}
.voice__title--type1 span {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .voice__title--type1 span {
    font-size: 30px;
  }
}

.voice__title--type2 {
  margin-top: 10.66px;
}
.voice__title--type2 span {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .voice__title--type2 span {
    font-size: 36px;
  }
}

.voice-swiper-container {
  margin-top: 18px;
  max-width: 100%;
  overflow: hidden; /* 不要なスクロールを防ぐ */
}
@media screen and (min-width: 780px) {
  .voice-swiper-container {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .voice-swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

.voice-swiper-slide {
  max-width: 326px;
  display: flex;
  justify-content: center;
}

.voice__box {
  border-radius: 10px;
  overflow: hidden;
}

.voice__box-imgbox {
  position: relative;
}

.voice__box-imgbox__img img {
  width: 100%;
  height: auto;
}

.voice__box-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  bottom: 23px;
  width: 100%;
  text-align: center;
}

.voice__box-title__text {
  height: 27px;
}
.voice__box-title__text span {
  background: #2d2d2d;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  text-align: center;
  font-size: 18.291px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.549px;
}

.voice__box-textbox {
  background: #fff;
}

.voice__box-textbox__inner {
  padding-top: 23px;
  padding-bottom: 19px;
  padding-left: 20px;
  padding-right: 21px;
}
@media screen and (min-width: 1024px) {
  .voice__box-textbox__inner {
    padding-bottom: 16px;
  }
}

.voice__box-textbox__name {
  font-size: 14.291px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-left: 24px;
  position: relative;
}
.voice__box-textbox__name::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/voice-icon.webp) no-repeat center center/contain;
  position: absolute;
  top: 2px;
  left: 77px;
}

.voice__boxtextbox__text {
  display: block;
  overflow: hidden;
  margin-top: 6px;
  font-size: 14px;
  line-height: 25px;
  max-height: 75px;
}
.voice__boxtextbox__text.is-open {
  max-height: 1000px;
}

.voice__boxtextbox__btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 192.375px;
  height: 38px;
  border-radius: 19px;
  background: #2d2d2d;
  color: #fff;
  font-family: Futura;
  font-size: 16.97px;
  font-style: normal;
  line-height: 29.688px; /* 174.936% */
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .voice__boxtextbox__btn {
    margin-top: 14px;
  }
}

.voice-swiper-pagination {
  bottom: 43px !important;
}
@media screen and (min-width: 1024px) {
  .voice-swiper-pagination {
    display: none;
  }
}

.voice-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-inline: 2.5px !important;
  background: transparent;
  border: 1px solid #2d2d2d;
}

.voice-swiper-pagination .swiper-pagination-bullet-active {
  background: #2d2d2d;
}

.voice-swiper-button-prev {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../img/bk-arrow-l.webp) no-repeat center center/contain;
  position: absolute;
  top: 328px;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .voice-swiper-button-prev {
    display: none;
  }
}

.voice-swiper-button-next {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../img/bk-arrow-r.webp) no-repeat center center/contain;
  position: absolute;
  top: 328px;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .voice-swiper-button-next {
    display: none;
  }
}

.career__inner {
  padding-top: 55px;
}
@media screen and (min-width: 780px) {
  .career__inner {
    padding-top: 100px;
  }
}

.career__title--type1 {
  max-width: 328px;
  border-radius: 4px;
  background: #2d2d2d;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 780px) {
  .career__title--type1 {
    max-width: 450px;
  }
}
.career__title--type1::after {
  content: "";
  width: 18px;
  height: 15px;
  background: url(../img/bk-arrow.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.career__title--type1 span {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .career__title--type1 span {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
  }
}

.career__title--type2 {
  margin-top: 21px;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .career__title--type2 {
    margin-top: 17px;
  }
}
.career__title--type2 span {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (min-width: 780px) {
  .career__title--type2 span {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
  }
}

.career-swiper-container {
  margin-top: 24px;
  position: relative;
  transition-timing-function: linear;
}
@media screen and (min-width: 780px) {
  .career-swiper-container {
    margin-top: 31px;
  }
}

.carrer-swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}

.career-swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
}

.career-swiper-slide__img img {
  width: 100%;
  max-width: 290px;
  height: 334px;
}

.career__text {
  background: url(../img/career-bg.webp) no-repeat center center/372px 43px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 780px) {
  .career__text {
    background: url(../img/career-bg.webp) no-repeat center center/661.911px 76.11px;
    margin-left: auto;
    margin-right: auto;
  }
}
.career__text p {
  color: #fff;
  text-align: center;
  font-size: 27.464px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .career__text p {
    font-size: 48.928px;
  }
}

.career__text--2 {
  margin-top: 88px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (min-width: 780px) {
  .career__text--2 {
    margin-top: 100px;
    font-size: 36px;
    line-height: 50px;
  }
}

.career-intro-swiper-container {
  margin-top: 31px;
  position: relative;
}
@media screen and (min-width: 780px) {
  .career-intro-swiper-container {
    margin-top: 52px;
  }
}

.career-intro-swiper-wrapper {
  display: flex;
  align-items: center;
  will-change: transform;
  transition: transform 0.3s ease-out;
}

.career-intro-swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .career-intro-swiper-slide {
    opacity: 0.1;
  }
  .career-intro-swiper-slide.swiper-slide-active, .career-intro-swiper-slide.swiper-slide-prev, .career-intro-swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}

.career-intro-card {
  max-width: 326px;
  max-height: 555px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.career-intro-card__img {
  height: 555px;
}
.career-intro-card__img img {
  height: 100%;
}

.career-intro-card__box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.career-intro-card__name {
  color: #fff;
  text-align: center;
  font-size: 24px;
  transform: skewX(-5deg); /* 左に10度傾ける */
  font-weight: 700;
  line-height: normal;
}
.career-intro-card__name span {
  display: block;
  margin-top: 3px;
  font-family: Futura;
  font-size: 14.224px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}

.career-intro-card__textbox {
  margin-top: 5px;
  border-radius: 10px;
  background: #fff;
  padding-top: 17px;
  padding-left: 15px;
  padding-right: 16px;
  width: 286px;
  height: 246px;
}

.career-intro-card__textbox__career {
  text-align: center;
  font-size: 16.143px;
  font-weight: 700;
  line-height: normal;
}

.career-intro-card__textbox__text {
  margin-top: 10px;
  color: #000;
  font-size: 14.143px;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (min-width: 1280px) {
  .career-intro-swiper-button {
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

.career-intro-swiper-button-prev {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../img/bk-arrow-l.webp) no-repeat center center/contain;
  position: absolute;
  top: 246px;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .career-intro-swiper-button-prev {
    width: 61px;
    height: 61px;
    top: -310px;
    left: -16px;
  }
}

.career-intro-swiper-button-next {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../img/bk-arrow-r.webp) no-repeat center center/contain;
  position: absolute;
  top: 246px;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .career-intro-swiper-button-next {
    width: 61px;
    height: 61px;
    top: -310px;
    right: -16px;
  }
}

.career-promotion__cardbox {
  margin-top: 83px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 780px) {
  .career-promotion__cardbox {
    margin-top: 100px;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
  }
}

.career-promotion__cardbox--type2 {
  margin-top: 59px;
}
@media screen and (min-width: 1024px) {
  .career-promotion__cardbox--type2 {
    margin-top: 116px;
  }
}

.career-promotion__card {
  background: #ffffff;
  box-shadow: 0px 0px 60.322px 0px rgba(0, 0, 0, 0.1);
  max-width: 353.803px;
  height: 206.841px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7.182px;
  position: relative;
}
@media screen and (min-width: 780px) {
  .career-promotion__card {
    border-radius: 10px;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1024px) {
  .career-promotion__card {
    width: 100%;
    max-width: 490px;
    height: 288px;
    margin-left: initial;
    margin-right: initial;
  }
}
.career-promotion__card::before {
  content: "";
  width: 42.374px;
  height: 42.374px;
  background: url(../img/career-promotion-icon1.webp) no-repeat center center/contain;
  position: absolute;
  top: 14px;
  left: 16px;
}
@media screen and (min-width: 1024px) {
  .career-promotion__card::before {
    width: 59px;
    height: 59px;
    top: 20px;
    left: 20px;
  }
}
.career-promotion__card:nth-child(2)::before {
  background: url(../img/career-promotion-icon2.webp) no-repeat center center/contain;
}

.career-promotion__card__inner {
  padding-top: 42px;
  padding-left: 17px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .career-promotion__card__inner {
    padding-top: 56px;
    padding-left: 20px;
    padding-right: 25px;
  }
}

.career-promotion__card__title {
  text-align: center;
  font-size: 20.11px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .career-promotion__card__title {
    font-size: 28px;
  }
}

.career-promotion__card__text--1 {
  margin-top: 17px;
  text-align: center;
  font-size: 12.928px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .career-promotion__card__text--1 {
    margin-top: 24px;
    font-size: 18px;
  }
}

.career-promotion__card__text--2 {
  margin-top: 6px;
  font-size: 11.491px;
  line-height: 17.955px;
}
@media screen and (min-width: 1024px) {
  .career-promotion__card__text--2 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 25px;
  }
}

.career__textbox {
  background: linear-gradient(95deg, #fae400 2.72%, #f1d400 96.3%);
  margin-top: -126px;
}
@media screen and (min-width: 780px) {
  .career__textbox {
    margin-top: -60px;
  }
}

.career__textbox__inner {
  padding-top: 170px;
  padding-bottom: 28px;
  background: url(../img/career-JobswithBOX.webp) no-repeat bottom center/contain;
}
@media screen and (min-width: 780px) {
  .career__textbox__inner {
    padding-top: 104px;
    padding-bottom: 34px;
    background: url(../img/career-JobswithBOX-pc.webp) no-repeat bottom center/1273px 144px;
  }
}

.career__textbox__inner--type2 {
  padding-top: 170px;
  padding-bottom: 34px;
  background: url(../img/career-JobswithBOX.webp) no-repeat bottom center/contain;
}
@media screen and (min-width: 780px) {
  .career__textbox__inner--type2 {
    padding-top: 104px;
    padding-bottom: 44px;
    background: url(../img/career-JobswithBOX-pc.webp) no-repeat bottom center/1273px 144px;
  }
}

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

.career__textbox--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .career__textbox--pc {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.08px;
  }
}

.career__textbox__title-text {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .career__textbox__title-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

.career__textbox__title-text--title {
  width: 270px;
  height: 35px;
  border-radius: 4.391px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 780px) {
  .career__textbox__title-text--title {
    width: 450px;
    height: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .career__textbox__title-text--title {
    margin-left: initial;
    margin-right: initial;
  }
}
.career__textbox__title-text--title span {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 33.9px;
  letter-spacing: 0.63px;
}
@media screen and (min-width: 780px) {
  .career__textbox__title-text--title span {
    color: #038b1a;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.08px;
  }
}

.career__textbox__title-text--text {
  margin-top: 4px;
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0.63px;
}
@media screen and (min-width: 780px) {
  .career__textbox__title-text--text {
    margin-top: 22px;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.08px;
  }
}
@media screen and (min-width: 1024px) {
  .career__textbox__title-text--text {
    margin-top: 0;
  }
}

.career__textbox__text {
  display: block;
  color: #000;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.156px;
  letter-spacing: 0.63px;
}
@media screen and (min-width: 780px) {
  .career__textbox__text {
    margin-top: 22px;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.08px;
  }
}

.career__textbox__link {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .career__textbox__link {
    margin-top: 27px;
  }
}
.career__textbox__link a {
  display: inline-block;
  vertical-align: top; /* これで余白を完全になくす */
}
.career__textbox__link a img {
  width: 100%;
  max-width: 349px;
}
@media screen and (min-width: 780px) {
  .career__textbox__link a img {
    max-width: initial;
    width: 677.104px;
    height: 114.235px;
  }
}

.career__textbox__link--type2 {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .career__textbox__link--type2 {
    margin-top: 36px;
  }
}
.career__textbox__link--type2 a {
  display: inline-block;
  vertical-align: top; /* これで余白を完全になくす */
}
.career__textbox__link--type2 a img {
  width: 100%;
  max-width: 349px;
}
@media screen and (min-width: 780px) {
  .career__textbox__link--type2 a img {
    max-width: initial;
    width: 677.104px;
    height: 114.235px;
  }
}

.onayami {
  background: #eee;
}

.onayami__inner {
  padding-top: 31px;
  padding-left: 12px;
  padding-right: 11px;
  padding-bottom: 52px;
}
@media screen and (min-width: 1024px) {
  .onayami__inner {
    padding-top: 40px;
    padding-bottom: 76px;
    position: relative;
  }
  .onayami__inner::after {
    content: "";
    width: 40px;
    height: 50px;
    background: url(../img/under-arrow-icon.webp) no-repeat center center/contain;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.onayami__title {
  text-align: center;
}

.onayami__title--sp {
  width: 102px;
  height: 35px;
  border-radius: 2.545px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.onayami__title--sp::after {
  content: "";
  width: 11.455px;
  height: 9.545px;
  background: url(../img/white-arrow.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .onayami__title--sp {
    display: none;
  }
}
.onayami__title--sp span {
  display: block;
  color: #090a0a;
  font-size: 21.091px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.onayami__title--pc {
  display: none;
}
@media screen and (min-width: 780px) {
  .onayami__title--pc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 311px;
    height: 55px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .onayami__title--pc::after {
    content: "";
    width: 18px;
    height: 15px;
    flex-shrink: 0;
    background: url(../img/white-arrow.webp) no-repeat center center/contain;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.onayami__title--pc span {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .onayami__title--pc span {
    padding-left: 10px;
  }
}

.onayami__title__text {
  display: block;
  margin-top: 18px;
  font-size: 26px;
  font-weight: 700;
  line-height: 138.9%;
}
@media screen and (min-width: 780px) {
  .onayami__title__text {
    margin-top: 25px;
    font-size: 36px;
    font-weight: 700;
  }
}

.onayami__container {
  margin-top: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .onayami__container {
    margin-top: 30px;
    max-width: 100%;
  }
}

.onayami__textboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .onayami__textboxes {
    gap: 7px;
  }
}

.onayami__textbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .onayami__textbox {
    flex-direction: row;
    justify-content: center;
  }
}

.onayami__textbox__text {
  max-width: 100%;
  border-radius: 10px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  padding-right: 25px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .onayami__textbox__text {
    padding-left: 0;
  }
}
.onayami__textbox__text::before {
  content: "";
  width: 7px;
  height: 7px;
  background: url(../img/onayami-icon.webp) no-repeat center center/contain;
  position: absolute;
  top: 26px;
  left: 22px;
}
.onayami__textbox__text p {
  padding-top: 17px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding-left: 37px;
}
@media screen and (min-width: 1024px) {
  .onayami__textbox__text p {
    font-size: 18px;
    line-height: normal;
  }
}

.recommend {
  background: #038b1a;
}

.recommend__inner {
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 780px) {
  .recommend__inner {
    padding-top: 59px;
    padding-bottom: 122px;
  }
}

.recommend__title--type1 {
  width: 148px;
  height: 45px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 780px) {
  .recommend__title--type1 {
    width: 204px;
    height: 55px;
  }
}
.recommend__title--type1::after {
  content: "";
  width: 18px;
  height: 15px;
  flex-shrink: 0;
  background: url(../img/white-arrow.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .recommend__title--type1::after {
    width: 18px;
    height: 15px;
  }
}
.recommend__title--type1 span {
  color: #038b1a;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .recommend__title--type1 span {
    font-size: 30px;
  }
}

.recommend__title--type2 {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .recommend__title--type2 {
    margin-top: 13px;
  }
}
.recommend__title--type2 span {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .recommend__title--type2 span {
    font-size: 36px;
  }
}

.recommend-swiper-container {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .recommend-swiper-container {
    margin-top: 25px;
    max-width: 998px;
    margin-left: auto;
    margin-right: auto;
  }
}

.recommend-swiper-wrapper {
  display: flex;
  align-items: center;
}

.recommend-swiper-slide {
  display: flex;
  justify-content: center;
  max-width: 351px; /* 最大幅を指定 */
}

.recommend-swiper__card {
  margin-top: 5px;
  width: 100%;
  max-width: 351px;
  height: 501px;
  background: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .recommend-swiper__card {
    width: 326px;
    height: 465px;
  }
}

.recommend-swiper__card__ribon {
  position: absolute;
  top: -5px;
  left: 9px;
  z-index: 10;
}
.recommend-swiper__card__ribon img {
  display: block;
  width: 53px;
  height: 71px;
}

.recommend-swiper__card__img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.recommend-swiper__card__textbox {
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.recommend-swiper__card__textbox__inner {
  padding-top: 22px;
  padding-left: 23px;
  padding-right: 22px;
}
@media screen and (min-width: 1024px) {
  .recommend-swiper__card__textbox__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.recommend-swiper__card__textbox__title {
  color: #038b1a;
  text-align: center;
  font-size: 22.609px;
  font-weight: 700;
  line-height: 32.298px;
  letter-spacing: 0.678px;
}
@media screen and (min-width: 1024px) {
  .recommend-swiper__card__textbox__title {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.63px;
  }
}

.recommend-swiper__card__textbox__text {
  margin-top: 10px;
  font-size: 15.386px;
  font-weight: 500;
  line-height: 26.915px;
}

.recommend-swiper-pagination {
  bottom: 55px !important;
}
@media screen and (min-width: 1024px) {
  .recommend-swiper-pagination {
    bottom: 75px !important;
  }
}

.recommend-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #fff;
}

.recommend-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.recommend-swiper-button-prev::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/yl-arrow-l.webp) no-repeat center center/contain;
  position: absolute;
  top: 212px;
  left: 0;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto; /* Safariでクリック可能にする */
}
@media screen and (min-width: 1280px) {
  .recommend-swiper-button-prev::before {
    top: 204px;
    width: 61px;
    height: 61px;
    left: -70px;
  }
}

.recommend-swiper-button-next::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/yl-arrow-r.webp) no-repeat center center/contain;
  position: absolute;
  top: 212px;
  right: 0;
  z-index: 10;
  cursor: pointer;
  pointer-events: auto; /* Safariでクリック可能にする */
}
@media screen and (min-width: 1280px) {
  .recommend-swiper-button-next::before {
    top: 204px;
    width: 61px;
    height: 61px;
    right: -70px;
  }
}

.tag {
  background: #fae400;
}

.tag__inner {
  padding-top: 48px;
  padding-left: 10px;
  padding-right: 11px;
  padding-bottom: 74px;
}
@media screen and (min-width: 780px) {
  .tag__inner {
    padding-top: 59px;
    padding-bottom: 61px;
  }
}

.tag__title {
  text-align: center;
  font-size: 21.067px;
  font-weight: 700;
  line-height: normal;
}

.tag__text {
  width: 75px;
  height: 31px;
  border-radius: 2.845px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.tag__text::after {
  content: "";
  width: 10.24px;
  height: 8.534px;
  background: url(../img/white-arrow.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .tag__text::after {
    width: 18px;
    height: 15px;
    bottom: -11px;
  }
}
@media screen and (min-width: 780px) {
  .tag__text {
    width: 109px;
    height: 55px;
  }
}
.tag__text span {
  font-size: 21.067px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .tag__text span {
    font-style: italic;
    font-size: 30px;
  }
}

.tag__text--2 {
  margin-top: 7px;
  text-align: center;
  font-size: 20.481px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .tag__text--2 {
    margin-top: 13px;
    font-size: 36px;
  }
}

.tag__text--3 {
  margin-top: 10px;
  max-width: 343.618px;
  height: 52.908px;
  border-radius: 26.454px;
  background: #090a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 780px) {
  .tag__text--3 {
    margin-top: 18px;
    width: 604px;
    max-width: initial;
    border-radius: 46.5px;
    background: #090a0a;
    height: 93px;
    flex-shrink: 0;
  }
}
.tag__text--3 p {
  color: #fff;
  font-size: 22.431px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .tag__text--3 p {
    font-size: 39.429px;
  }
}
.tag__text--3 p span {
  font-size: 15.604px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .tag__text--3 p span {
    font-size: 27.429px;
  }
}
.tag__text--3 p .tag__text--3__span {
  font-size: 15.604px;
  line-height: normal;
  letter-spacing: -7.802px;
}
@media screen and (min-width: 780px) {
  .tag__text--3 p .tag__text--3__span {
    font-size: 27.429px;
    letter-spacing: -13.714px;
  }
}
.tag__text--3::before {
  content: "";
  width: 10.24px;
  height: 8.534px;
  background: url(../img/tag-bk-aroow-icon.webp) no-repeat center center/contain;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .tag__text--3::before {
    width: 18px;
    height: 15px;
    top: -10px;
  }
}

.tag__title-box {
  margin-top: 31px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .tag__title-box {
    margin-top: 50px;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }
}

.tag__title-box__title {
  width: 100%;
  max-width: 600px;
  height: 79px;
  border-radius: 5px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.tag__title-box__title p {
  color: #090a0a;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tag__title-box__title::before {
  content: "";
  width: 65px;
  height: 63.3px;
  background: url(../img/tag-num1.webp) no-repeat center center/contain;
  position: absolute;
  right: 23px;
  bottom: -10px;
}
@media screen and (min-width: 1024px) {
  .tag__title-box__title::before {
    width: 90px;
    height: 95.5px;
    right: 0;
    bottom: -15px;
  }
}
.tag__title-box__title:nth-child(2)::before {
  width: 77px;
  height: 75px;
  background: url(../img/tag-num2.webp) no-repeat center center/contain;
  position: absolute;
  right: 11px;
  bottom: -16px;
}
@media screen and (min-width: 1024px) {
  .tag__title-box__title:nth-child(2)::before {
    width: 113px;
    height: 120px;
    right: 0;
    bottom: -24px;
  }
}
.tag__title-box__title:nth-child(3)::before {
  width: 77px;
  height: 75px;
  background: url(../img/tag-num3.webp) no-repeat center center/contain;
  position: absolute;
  right: 11px;
  bottom: -16px;
}
@media screen and (min-width: 1024px) {
  .tag__title-box__title:nth-child(3)::before {
    width: 113px;
    height: 120px;
    right: 0;
    bottom: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .tag__title-box__title {
    width: 326px;
    height: 115px;
    margin-left: initial;
    margin-right: initial;
  }
}
.tag__title-box__title.active {
  background: #fff;
}
.tag__title-box__title.active::after {
  content: "";
  width: 20px;
  height: 13px;
  background: url(../img/white-arrow.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .tag__title-box__title.active::after {
    width: 18px;
    height: 13px;
    bottom: -9px;
  }
}
.tag__title-box__title p {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.tag__text-container {
  margin-top: 22px;
}

.tag__text-box {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .tag__text-box {
    width: 999px;
    max-width: initial;
  }
}
.tag__text-box .note {
  font-size: 10px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 5px;
}

.tag__text-box__inner {
  border-radius: 10px;
  padding-top: 27px;
  padding-bottom: 40px;
  padding-left: 21px;
  padding-right: 20px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .tag__text-box__inner {
    padding-top: 30px;
    padding-bottom: 32px;
  }
}

.tag__text-box__title {
  color: #038b1a;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 160% */
  letter-spacing: 0.75px;
}
@media screen and (min-width: 1024px) {
  .tag__text-box__title {
    text-align: center;
    font-size: 28.863px;
    line-height: 50.031px; /* 173.339% */
    letter-spacing: 0.866px;
  }
}
.tag__text-box__title span {
  text-decoration: underline;
  text-decoration-thickness: 2px; /* アンダーラインの太さ */
  text-decoration-color: #038b1a;
  text-underline-offset: 11px; /* 下線の位置を調整 */
}
@media screen and (min-width: 780px) {
  .tag__text-box__title span {
    text-underline-offset: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .tag__text-box__wrapper {
    margin-top: 23px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}

.tag__text-box__img {
  margin-top: 25px;
  width: 135px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .tag__text-box__img {
    margin-top: 0;
    margin-left: initial;
    margin-right: initial;
  }
}
.tag__text-box__img img {
  width: 135px;
}

.tag__text-box__text {
  margin-top: 31px;
  font-size: 16.859px;
  font-weight: 500;
  line-height: 22.382px;
  letter-spacing: 0.506px;
}
@media screen and (min-width: 1024px) {
  .tag__text-box__text {
    margin-top: 6px;
    width: 703px;
  }
}

.tag__img__box {
  position: relative;
}

.tag__img img {
  width: 100%;
}

.tag__img__text {
  position: absolute;
  top: 33vw;
  left: 4px;
}
@media screen and (min-width: 780px) {
  .tag__img__text {
    width: 70.1388vw;
    top: 8.3vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tag__img__text img {
  width: 100%;
}

.service {
  background: #038b1a;
}

.service__inner {
  padding-top: 42px;
  padding-bottom: 43px;
  background-image: url(../img/service-bg.webp);
  background-repeat: no-repeat;
  background-position: top 52px center;
  background-size: 100vw;
}
@media screen and (min-width: 1024px) {
  .service__inner {
    padding-top: 57px;
    padding-bottom: 70px;
    background-image: url(../img/service-bg-pc.webp);
    background-position: top 42px center;
  }
}

.service__title {
  width: 274px;
  height: 75px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 780px) {
  .service__title {
    width: 517px;
    height: 55px;
  }
}
.service__title span {
  color: #038b1a;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  padding-left: 21px;
  padding-right: 22px;
}
@media screen and (min-width: 780px) {
  .service__title span {
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.service__title::after {
  content: "";
  width: 18px;
  height: 15px;
  background: url(../img/white-arrow.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.service__head--sp {
  margin-top: 29px;
}

.service__head__logo--sp {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}
.service__head__logo--sp img {
  width: 85.333px;
}
.service__head__logo--sp span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.service__head__text--sp {
  margin-top: 2px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.service__head__text--sp span {
  color: #fae400;
}

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

@media screen and (min-width: 1024px) {
  .service__head__logo--tb2 {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .service__head__logo--tb2 img {
    width: 96px;
  }
}
@media screen and (min-width: 1024px) {
  .service__head__logo--tb2 p {
    color: #fff;
    font-size: 40.5px;
    font-weight: 700;
    line-height: 56.25px;
  }
}
@media screen and (min-width: 1024px) {
  .service__head__logo--tb2 p span {
    color: #fae400;
  }
}

@media screen and (min-width: 1024px) {
  .service__head__text--tb2 {
    margin-top: 5px;
    color: #fff;
    text-align: center;
    font-size: 40.5px;
    font-weight: 700;
    line-height: 56.25px;
  }
}

.service__text {
  margin-top: 18px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 11px;
}
@media screen and (min-width: 1024px) {
  .service__text {
    margin-top: 10px;
    width: 1001px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
}

.office__inner {
  padding-top: 42px;
  padding-bottom: 42px;
}
@media screen and (min-width: 780px) {
  .office__inner {
    padding-bottom: 56px;
  }
}

.office-swiper-wrapper {
  transition-timing-function: linear;
}

.office-swiper-slide {
  width: 309px; /* 画像の横幅を固定 */
  /* 偶数番目のスライドのみ 20px 下げる */
}
.office-swiper-slide:nth-child(even) {
  margin-top: 20px;
}

.office__img {
  width: 309px;
}
.office__img img {
  width: 309px;
}

.reason {
  background: #038b1a;
}

.reason__inner {
  padding-top: 35px;
  padding-bottom: 72px;
}
@media screen and (min-width: 1024px) {
  .reason__inner {
    padding-top: 62px;
    padding-bottom: 64px;
  }
}
.reason__inner .note {
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1.8;
  margin-top: 5px;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .reason__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
  }
}

.reason__title--1 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
}
@media screen and (min-width: 1024px) {
  .reason__title--1 {
    gap: 10px;
  }
}
.reason__title--1 img {
  width: 77px;
  height: 28.875px;
}
@media screen and (min-width: 1024px) {
  .reason__title--1 img {
    width: 104px;
    height: 39px;
  }
}
.reason__title--1 span {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .reason__title--1 span {
    font-size: 36px;
  }
}

.reason__title--2 {
  margin-top: 9px;
  width: 277px;
  height: 47px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .reason__title--2 {
    margin-top: initial;
    width: 379px;
    height: 55px;
    margin-left: initial;
    margin-right: initial;
  }
}
.reason__title--2 p {
  color: #038b1a;
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (min-width: 1024px) {
  .reason__title--2 p {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
  }
}

.reason__title--3 {
  margin-top: 6px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .reason__title--3 {
    margin-top: initial;
    font-size: 36px;
  }
}

.reason__container {
  margin-top: 34px;
}
@media screen and (min-width: 1024px) {
  .reason__container {
    margin-top: 45px;
  }
}

.reason__cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .reason__cards {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }
}

.reason__card {
  max-width: 349.592px;
  height: 483.638px;
  border-radius: 10.724px;
  background: #fff;
  box-shadow: 0px 0px 10.724px 0px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .reason__card {
    width: 326px;
    height: 478px;
    margin-left: initial;
    margin-right: initial;
  }
}

.reason__card__inner {
  padding-top: 66px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 1024px) {
  .reason__card__inner {
    padding-top: 78px;
  }
}

.reason__card__img img {
  width: 203.2px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .reason__card__img img {
    width: 189.487px;
  }
}

.reason__card__img--2 img {
  width: 265.495px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .reason__card__img--2 img {
    width: 246.069px;
  }
}

.reason__card__img--3 img {
  width: 159.673px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .reason__card__img--3 img {
    width: 147.99px;
    height: 130px;
    flex-shrink: 0;
  }
}

.reason__card__head {
  margin-top: 21px;
  color: #038b1a;
  text-align: center;
  font-size: 22.52px;
  font-weight: 700;
  line-height: 26.809px;
  letter-spacing: 0.676px;
}
@media screen and (min-width: 1024px) {
  .reason__card__head {
    margin-top: 32px;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.63px;
  }
}
.reason__card__head + .reason__card__head {
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .reason__card__head + .reason__card__head {
    margin-top: 0;
  }
}

.reason__card__head--num {
  font-size: 39.156px;
  font-weight: 700;
  line-height: 26.974px;
  letter-spacing: -3.916px;
}
@media screen and (min-width: 1024px) {
  .reason__card__head--num {
    font-size: 36.291px;
    line-height: 25px;
    letter-spacing: -3.629px;
  }
}

.reason__card__head--num2 {
  color: #038b1a;
  font-family: Roboto;
  font-size: 38.077px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.158px;
  letter-spacing: 1.142px;
}
@media screen and (min-width: 1024px) {
  .reason__card__head--num2 {
    font-size: 35.291px;
    line-height: 40px;
    letter-spacing: 1.059px;
  }
}

.reason__card__head--dot {
  font-size: 39.156px;
  font-weight: 700;
  line-height: 26.974px;
}
@media screen and (min-width: 1024px) {
  .reason__card__head--dot {
    font-size: 36.291px;
    line-height: 25px;
  }
}

.reason__card__text {
  margin-top: 10px;
  font-size: 15.325px;
  line-height: 21.447px;
}
@media screen and (min-width: 1024px) {
  .reason__card__text {
    margin-top: 19px;
    font-size: 14.291px;
    line-height: 20px;
  }
}

.reason__card__num {
  position: absolute;
  top: -5px;
  left: 11px;
}
.reason__card__num img {
  width: 52.546px;
}

.cta2 {
  background: linear-gradient(95deg, #fae400 2.72%, #f1d400 96.3%);
}
.cta2__inner {
  padding-top: 27px;
  padding-bottom: 17px;
  background: url(../img/career-JobswithBOX.webp) no-repeat bottom center/contain;
}
@media screen and (min-width: 780px) {
  .cta2__inner {
    padding-top: 60px;
    padding-bottom: 31px;
    background: url(../img/career-JobswithBOX-pc.webp) no-repeat bottom center/1273px 144px;
  }
}

.cta2__titlebox {
  text-align: center;
}
.cta2__titlebox h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 32.156px;
  letter-spacing: 0.63px;
}
@media screen and (min-width: 780px) {
  .cta2__titlebox h2 {
    display: none;
  }
}
.cta2__titlebox span {
  display: none;
}
@media screen and (min-width: 780px) {
  .cta2__titlebox span {
    display: block;
    color: #090a0a;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 138.889% */
    letter-spacing: 1.08px;
  }
}

.cta2__link {
  margin-top: 14px;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .cta2__link {
    margin-top: 54px;
  }
}
.cta2__link a {
  display: inline-block; /* inline-block は維持 */
  vertical-align: top; /* これで余白を完全になくす */
}
.cta2__link a img {
  display: block; /* 画像自体の余白を防ぐ */
  width: 100%;
  max-width: 349px;
  height: 75px;
}
@media screen and (min-width: 780px) {
  .cta2__link a img {
    max-width: initial;
    width: 677.104px;
    height: 114.235px;
  }
}

.consult__inner {
  padding-top: 42px;
  padding-bottom: 59px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .consult__inner {
    padding-top: 98px;
    padding-bottom: 89px;
  }
}

.consult__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.63px;
}
@media screen and (min-width: 1024px) {
  .consult__title {
    font-size: 36px;
    letter-spacing: 1.08px;
  }
}

.consult__container {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; /* 中央寄せ */
  display: flex;
  flex-direction: column;
  gap: 41px;
}
@media screen and (min-width: 1024px) {
  .consult__container {
    margin-top: 40px;
    flex-direction: row;
    justify-content: center;
    gap: 45px;
  }
}

.consult__card {
  width: 216px;
  margin-left: auto;
  margin-right: auto; /* 水平方向の中央寄せ */
  position: relative;
}
@media screen and (min-width: 1024px) {
  .consult__card {
    margin-left: initial;
    margin-right: initial;
  }
}
.consult__card img {
  width: 216px;
  display: block; /* 画像の下の余白を防ぐ */
}
.consult__card + .consult__card::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/consult-arrow.webp) no-repeat center center/contain;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .consult__card + .consult__card::before {
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: -30px;
  }
}

.qa {
  background: #fae400;
}

.qa__inner {
  padding-top: 65px;
  padding-bottom: 58px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 780px) {
  .qa__inner {
    padding-top: 84px;
    padding-bottom: 101px;
  }
}

.qa__title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .qa__title {
    font-size: 36px;
  }
}

.qa__container {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 780px) {
  .qa__container {
    margin-top: 48px;
    gap: 40px;
  }
}

.qa__head {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  background: #038b1a;
  padding-top: 22px;
  padding-bottom: 21px;
  padding-left: 57px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 780px) {
  .qa__head {
    max-width: 999px;
    padding-top: 24px;
    padding-bottom: 28px;
    padding-left: 93px;
  }
}
.qa__head::before {
  content: "";
  width: 33px;
  height: 49px;
  background: url(../img/qa-icon.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
@media screen and (min-width: 780px) {
  .qa__head::before {
    width: 43px;
    height: 64px;
    padding-left: 20px;
  }
}
.qa__head p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .qa__head p {
    font-size: 20px;
    line-height: normal;
  }
}

.qa__head__text {
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 780px) {
  .qa__head__text {
    max-width: 999px;
    margin-top: 16px;
    font-size: 16px;
    line-height: normal;
  }
}

.footer {
  background: #090a0a;
  height: 54px;
}
@media screen and (min-width: 780px) {
  .footer {
    height: 139px;
  }
}

.footer__inner {
  padding-left: 10px;
  padding-right: 10px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 780px) {
  .footer__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__img img {
  width: 68px;
}
@media screen and (min-width: 780px) {
  .footer__img img {
    width: 104px;
  }
}

.footer__textbox {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 780px) {
  .footer__textbox {
    gap: 20px;
  }
}

.footer__text--1 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .footer__text--1 {
    font-size: 16px;
  }
}

.footer__text--2 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 780px) {
  .footer__text--2 {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */