@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2102874433vw;
  }
}
@media (min-width: 1322px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    cursor: default;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

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

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  max-width: 37.5rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1322px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-inner2 {
  width: 100%;
  max-width: 37.5rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner2 {
    max-width: 1122px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-section {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 7.5rem 0;
  }
}

.c-btn {
  padding: 1.375rem 3.3125rem;
  background: -webkit-gradient(linear, right top, left top, from(#88F207), to(#4E9F0C));
  background: linear-gradient(270deg, #88F207 0%, #4E9F0C 100%);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.125rem;
  }
}

.c-btn--blue {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.c-btn--orange {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.c-btn2 {
  display: inline-block;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0.875rem 5.625rem;
  background: -webkit-gradient(linear, right top, left top, from(#44CBE3), to(#1F4BA7));
  background: linear-gradient(270deg, #44CBE3 0%, #1F4BA7 100%);
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    font-size: 1.125rem;
    padding: 1.40625rem 3.8125rem;
  }
}

.c-btn2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/btn-arrow-blue.svg) no-repeat center/contain;
}

.c-btn2--orange {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.c-btn2--orange::after {
  background: url(../img/common/btn-arrow-orange.svg) no-repeat center/contain;
}

.c-card {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, .1);
          box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  place-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    padding: 1.25rem 1.4375rem;
    gap: 1.25rem;
    max-width: unset;
    min-width: unset;
  }
}

.c-card__head {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0 5px 5px 0;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card__head {
    top: 0.9375rem;
  }
}

.c-card__tag {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  background: #FF009D;
  color: #fff;
  border-radius: 5px;
  padding: 0.3125rem 0.75rem;
}

.c-card__tag.new {
  background: #EAFF00;
  border-radius: 5px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.3125rem 0.75rem;
  color: #FF8101;
}

.c-card__number {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.c-card__img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 230/168;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card__img img {
    aspect-ratio: 260/190;
  }
}

.c-card__cat {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6666666667;
  padding: 0.125rem 1.25rem;
  border-radius: 2px;
  border: 1px solid #26AFDE;
  color: #26AFDE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-card__cat {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding: 0.3125rem 1.875rem;
  }
}

.c-card__title {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.c-card__tag-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}

.c-card__tag-item {
  display: inline-block;
  background: #C4F1FE;
  padding: 0 0.625rem;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2;
  border-radius: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .c-card__tag-item {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.c-card__item {
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-card__item {
    padding-left: 2rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}

.c-card__item:nth-child(n+2) {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-card__item:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.c-card__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url(../img/common/area.svg);
  mask-image: url(../img/common/area.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #26AFDE;
}
@media screen and (min-width: 768px) {
  .c-card__item::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-card__item.price::before {
  -webkit-mask-image: url(../img/common/price.svg);
  mask-image: url(../img/common/price.svg);
}

.c-card__item.schedule::before {
  -webkit-mask-image: url(../img/common/schedule.svg);
  mask-image: url(../img/common/schedule.svg);
}

.c-card__item.time::before {
  -webkit-mask-image: url(../img/common/time.svg);
  mask-image: url(../img/common/time.svg);
}

.c-card__item.holiday::before {
  -webkit-mask-image: url(../img/common/holiday.svg);
  mask-image: url(../img/common/holiday.svg);
}

.c-card__item.job::before {
  -webkit-mask-image: url(../img/common/job.svg);
  mask-image: url(../img/common/job.svg);
}

.c-card__table {
  padding: 0.625rem 0;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}

.c-card__table dl {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 3.875rem 1fr;
  gap: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5384615385;
}

.c-card__table dl:nth-child(n+2) {
  margin-top: 0.625rem;
}

.c-card__table dt {
  background: #FF8101;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1875rem 0.3125rem;
  border-radius: 3px;
}

.c-card__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .c-card__bottom {
    gap: 1.25rem;
  }
}

.c-card__btn {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#FF74C2), to(#FFA6C8)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #FF74C2 0%, #FFA6C8 100%) border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.6666666667;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-card__btn {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}

.c-card__btn a {
  display: block;
  padding: 0.5rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-card__btn a {
    padding: 0.625rem 1.0625rem;
  }
}

.c-card__btn span {
  position: relative;
  display: block;
  padding: 0.5rem 0.8125rem;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-card__btn span {
    padding: 0.625rem 1.0625rem;
    padding-left: 2.5rem;
  }
}

.c-card__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask-image: url(../img/common/heart.svg);
  mask-image: url(../img/common/heart.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, left top, right top, from(#FF74C2), to(#FFA6C8));
  background: linear-gradient(90deg, #FF74C2 0%, #FFA6C8 100%);
}

.c-card__btn--color {
  border-radius: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) border-box;
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%) padding-box, linear-gradient(#fff, #fff) border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  color: #fff;
}

.c-card__btn--color a {
  padding: 0.5rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-card__btn--color a {
    padding: 0.625rem 1.5rem;
  }
}

.c-card__btn.active span {
  position: relative;
}

.c-card__btn.active span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask-image: url(../img/common/heart-active.svg);
  mask-image: url(../img/common/heart-active.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, left top, right top, from(#FF74C2), to(#FFA6C8));
  background: linear-gradient(90deg, #FF74C2 0%, #FFA6C8 100%);
}

.c-card--orange .c-card__head {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.c-card--orange .c-card__btn--color {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) border-box;
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%) padding-box, linear-gradient(#fff, #fff) border-box;
}

.c-card--orange .c-card__cat {
  border: 1px solid #FF8101;
  color: #FF8101;
}

.c-card--orange .c-card__tag-item {
  display: inline-block;
  background: #FFDCA4;
}

.c-card--orange .c-card__item::before {
  background-color: #FF8101;
}

.c-contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-contents {
    margin-top: 5rem;
  }
}

.c-contents__item {
  background: #fff;
  border-radius: 15px;
  padding: 2.5rem 0.625rem 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .c-contents__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3.75rem 6.25rem;
    gap: 1.25rem;
  }
}

.c-contents__item:nth-child(n+2) {
  margin-top: 3.75rem;
}

.c-contents__item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-contents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-contents__wrap {
    margin-top: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-contents__wrap2 {
  background: #EBEFF2;
  border-radius: 20px;
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-contents__wrap2 {
    margin-top: 0.9375rem;
    max-width: 25.75rem;
    line-height: 1.4285714286;
  }
}

.c-contents__wrap2 span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.c-contents__wrap2 span.small {
  margin-top: 0.3125rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  padding-left: 1.2em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .c-contents__wrap2 span.small {
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .c-contents__body {
    width: 55.9701492537%;
  }
}

@media screen and (min-width: 768px) {
  .c-contents__body2 {
    width: 40.8582089552%;
  }
}

.c-contents__body2-title {
  background: -webkit-gradient(linear, left top, right top, from(#BAF7B5), color-stop(51.92%, #FEFE0B));
  background: linear-gradient(90deg, #BAF7B5 0%, #FEFE0B 51.92%);
  border-radius: 5000px;
  color: #1473FD;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  padding: 0.625rem;
}

.c-contents__title {
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0 0.625rem;
  padding-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-contents__title {
    padding: 0;
    padding-top: 1.875rem;
    font-size: 1.5rem;
  }
}

.c-contents__title span {
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-contents__title span {
    font-size: 1rem;
  }
}

.c-contents__title::before {
  display: inline-block;
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 0.625rem;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-contents__title::before {
    left: 0;
    font-size: 1.25rem;
  }
}

.c-contents__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-contents__text {
    padding: 0;
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.c-contents__text span {
  color: #1473FD;
  font-weight: 700;
}

.c-contents__body-items {
  margin-top: 1.5625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-contents__body-items {
    margin-top: 1.4375rem;
    gap: 0.625rem;
  }
}

.c-contents__body-items2 {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-contents__body-items2 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}

.c-contents__body-item {
  background: #EBEFF2;
  border-radius: 10px;
  text-align: center;
  padding: 1.6875rem 0.75rem;
  font-size: 0.625rem;
  line-height: 1.2;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .c-contents__body-item {
    padding: 1.25rem 0.75rem;
    font-size: 0.75rem;
    min-height: 5rem;
    place-content: center;
  }
}

.c-contents__body-item span {
  color: #1473FD;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .c-contents__body-item span {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.c-contents__body-items2 .c-contents__body-item {
  padding: 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-contents__body-items2 .c-contents__body-item {
    padding: 1.25rem 0.75rem;
  }
}

.c-contents__body-items-title {
  color: #1473FD;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contents__body-items-title {
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
  }
}

.c-contents__text-sub {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-contents__text-sub {
    margin-top: 1.375rem;
    line-height: 1.6666666667;
  }
}

.c-contents__list {
  margin-top: 0;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .c-contents__list {
    padding-left: 1em;
  }
}

.c-contents__list-item {
  list-style-type: decimal;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-contents__list-item {
    font-size: 1rem;
    line-height: 2;
  }
}

.c-contents__img {
  margin-inline: auto;
}

.c-contents__bottom-img {
  max-width: 50.1875rem;
  margin-inline: auto;
}

.c-flow__contents {
  margin-top: 3.75rem;
  background: #F0FAFF;
  border-radius: 15px;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-flow__contents {
    padding: 5rem 6.25rem 5rem 7.1875rem;
  }
}

.c-flow__items {
  position: relative;
}

.c-flow__items::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  bottom: 0;
  left: -0.375rem;
  width: 0.25rem;
  height: 89.5%;
  background: #1473FD;
}
@media screen and (min-width: 768px) {
  .c-flow__items::before {
    top: 3.75rem;
    width: 0.375rem;
    height: 88%;
  }
}

.c-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.75rem;
  }
}

.c-flow__item:nth-child(n+2) {
  margin-top: 4.375rem;
}

.c-flow__title {
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1473FD;
  position: relative;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-flow__title {
    font-size: 1.25rem;
    padding-left: 5rem;
  }
}
.c-flow__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background: #1473FD;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-flow__title::before {
    left: -0.9375rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.c-flow__item:last-child .c-flow__title::after {
  content: "";
  position: absolute;
  top: 85%;
  left: -0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #F0FAFF;
}
@media screen and (min-width: 768px) {
  .c-flow__item:last-child .c-flow__title::after {
    display: none;
  }
}

.c-flow__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-flow__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    padding-left: 5rem;
  }
}

.c-flow__text span {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
}

.c-flow__text-wrap {
  margin-top: 1.25rem;
  background: #fff;
  padding: 0.625rem 0.3125rem 0.625rem 1.25rem;
  margin-left: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .c-flow__text-wrap {
    margin-top: 1.875rem;
    margin-left: 5rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}

.c-flow__text-wrap span {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #1473FD;
}
@media screen and (min-width: 768px) {
  .c-flow__text-wrap span {
    font-size: 0.875rem;
  }
}

.c-flow__btn {
  margin-top: 1.875rem;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#FE7F07), to(#FFA44F));
  background: linear-gradient(270deg, #FE7F07 0%, #FFA44F 100%);
  border-radius: 500px;
  padding: 1.9375rem 1.5625rem 1.9375rem 5.3125rem;
  color: #fff;
  margin-left: 1.25rem;
  position: relative;
  min-width: 17.1875rem;
  max-width: 17.1875rem;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-flow__btn {
    margin-left: 5rem;
    max-width: 18.75rem;
    min-width: 18.75rem;
  }
}

.c-flow__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/form.svg) no-repeat center/contain;
}

.c-flow__btn--tel {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  font-size: 1.375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.0909090909;
  padding: 0.9375rem 1.5625rem 0.9375rem 5.3125rem;
}

.c-flow__btn--tel-green {
  background: -webkit-gradient(linear, right top, left top, from(#0BBAD3), to(#03CCB9));
  background: linear-gradient(270deg, #0BBAD3 0%, #03CCB9 100%);
}

.c-flow__btn--tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/contact-tel.svg) no-repeat center/contain;
}

.c-flow__btn--tel span {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3333333333;
}

.c-flow__btn--line {
  background: -webkit-gradient(linear, right top, left top, from(#35B039), to(#77E37B));
  background: linear-gradient(270deg, #35B039 0%, #77E37B 100%);
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 1.3125rem 4.125rem 1.3125rem 5.125rem;
  text-align: center;
}

.c-flow__btn--line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/line-white.svg) no-repeat center/contain;
}

.c-flow__btn--line span {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 0.5rem;
  position: relative;
}

.c-flow__btn--line span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
  width: 1px;
  height: 100%;
  background: #fff;
}

.c-flow__btn--line span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
  width: 1px;
  height: 100%;
  background: #fff;
}

.c-flow__img {
  max-width: 13.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-flow__img {
    margin-inline: unset;
    margin-left: auto;
  }
}

.c-link-btn {
  text-align: center;
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2F2FF)) padding-box, -webkit-gradient(linear, right top, left top, from(#44CBE3), to(#1F4BA7)) border-box;
  background: linear-gradient(180deg, #FFFFFF 0%, #E2F2FF 100%) padding-box, linear-gradient(270deg, #44CBE3 0%, #1F4BA7 100%) border-box;
  border: 10px solid transparent;
  padding: 1.3125rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-link-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem 0.625rem;
    border: 15px solid transparent;
  }
}

.c-link-btn::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-link-btn::after {
    content: "";
    position: absolute;
    bottom: -1.625rem;
    right: -3.5rem;
    width: 8.75rem;
    height: 6.9375rem;
    background: url(../img/common/link-btn1.png) no-repeat center/contain;
  }
}

.c-link-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/common/link-btn-arrow.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .c-link-btn::before {
    top: unset;
    right: unset;
    bottom: 1.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.25rem;
    height: 1.25rem;
  }
}

.c-link-btn__title {
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding-left: 3.0625rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-link-btn__title {
    padding: 0;
    padding-top: 4.5rem;
    padding-bottom: 3.125rem;
    font-size: 1.5rem;
  }
}

.c-link-btn__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  -webkit-mask-image: url(../img/common/icon-touroku.svg);
  mask-image: url(../img/common/icon-touroku.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}
@media screen and (min-width: 768px) {
  .c-link-btn__title::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-link-btn__title2::before {
  -webkit-mask-image: url(../img/common/icon-syokureki.svg);
  mask-image: url(../img/common/icon-syokureki.svg);
}

.c-link-btn__title3::before {
  -webkit-mask-image: url(../img/common/icon-syuugyou.svg);
  mask-image: url(../img/common/icon-syuugyou.svg);
}

.c-link-btn__title4::before {
  -webkit-mask-image: url(../img/common/icon-haken.svg);
  mask-image: url(../img/common/icon-haken.svg);
}

.c-link-btn__title5::before {
  -webkit-mask-image: url(../img/common/icon-kigyou.svg);
  mask-image: url(../img/common/icon-kigyou.svg);
}

.c-link-btn__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-link-btn__img {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -1.875rem;
    right: -1.875rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}

.c-link-btn__img2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-link-btn__img2 {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -2.125rem;
    right: -3rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}

.c-link-btn__img3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-link-btn__img3 {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -1.5625rem;
    right: -2.25rem;
    width: 8.125rem;
    height: 6.375rem;
  }
}

.c-link-btn__img4 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-link-btn__img4 {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -1.875rem;
    right: -2.25rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}

.c-link-btn__img5 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-link-btn__img5 {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -2.25rem;
    right: -2.5rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}

.c-link-btn--orange .c-link-btn__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-link-btn--orange .c-link-btn__img {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -2.3125rem;
    right: -2.5rem;
    width: 9.375rem;
    height: 9.375rem;
  }
}

.c-link-btn--orange .c-link-btn__img2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-link-btn--orange .c-link-btn__img2 {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -2.3125rem;
    right: -4.25rem;
    width: 9.375rem;
    height: 9.375rem;
  }
}

.c-link-btn--orange .c-link-btn__img3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-link-btn--orange .c-link-btn__img3 {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -2.5rem;
    right: -3.5rem;
    width: 9.375rem;
    height: 9.375rem;
  }
}

.c-link-btn--orange .c-link-btn__img4 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-link-btn--orange .c-link-btn__img4 {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -2.75rem;
    right: -3.5rem;
    width: 9.375rem;
    height: 9.375rem;
  }
}

.c-link-btn--orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFF8E2)) padding-box, -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000)) border-box;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF8E2 100%) padding-box, linear-gradient(270deg, #FDD108 0%, #FF8000 100%) border-box;
}

@media screen and (min-width: 768px) {
  .c-link-btn--orange .c-link-btn__title {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
  }
}

.c-link-btn--orange .c-link-btn__title::before {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}
@media screen and (min-width: 768px) {
  .c-link-btn--orange .c-link-btn__title::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.c-link-btn--orange.c-link-btn::before {
  background-color: #FF8101;
}
@media screen and (min-width: 768px) {
  .c-link-btn--orange.c-link-btn::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.c-section-read {
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.6363636364;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-section-read {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    line-height: 1;
  }
}

.c-section-title {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  padding-top: 1.625rem;
  padding-left: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2rem;
    padding-left: 3.875rem;
    padding-top: 2.125rem;
  }
}

.c-section-title span {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-section-title span {
    font-size: 1.25rem;
    font-weight: 700;
  }
}

.c-section-title::before {
  content: attr(data-en);
  position: absolute;
  top: 0.5625rem;
  left: 2.3125rem;
  font-size: 0.75rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    top: 0.4375rem;
    left: 3.875rem;
    font-size: 1rem;
  }
}

.c-section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4375rem;
  height: 2.3125rem;
  background: url(../img/common/icon-title-orange.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .c-section-title::after {
    left: 0;
    width: 2.625rem;
    height: 4.15625rem;
  }
}

.c-section-title--green::before {
  background: -webkit-gradient(linear, right top, left top, from(#88F207), to(#4E9F0C));
  background: linear-gradient(270deg, #88F207 0%, #4E9F0C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.c-section-title--green::after {
  background: url(../img/common/icon-title-green.png) no-repeat center/contain;
}

.c-section-title--blue::before {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.c-section-title--blue::after {
  background: url(../img/common/icon-title-blue.png) no-repeat center/contain;
}

.c-section-title2 {
  position: relative;
  padding-top: 1.625rem;
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  padding-left: 1.25rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-section-title2 {
    padding-top: 1.875rem;
    font-size: 1.5rem;
    margin-left: 0;
  }
}

.c-section-title2 span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-section-title2 span {
    font-size: 1rem;
  }
}

.c-section-title2::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 1.25rem;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-section-title2::before {
    font-size: 1.25rem;
  }
}

.c-section-title2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.c-section-title2--orange {
  border-left: 3px solid #FF8101;
}

.c-section-title2--orange::before {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.c-section-title2--orange::after {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #C7C7C7;
}

.c-table tr {
  display: grid;
  grid-template-columns: 6.875rem 1fr;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (min-width: 768px) {
  .c-table tr {
    grid-template-columns: 10.75rem 1fr;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-table tr:last-child {
  border-bottom: none;
}

.c-table th {
  background: #F0FAFF;
  padding: 0.625rem;
  border-right: 1px solid #C7C7C7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-table th {
    padding: 1.1875rem 1.25rem;
  }
}

.c-table td {
  padding: 0.625rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-table td {
    padding: 1.1875rem 1.25rem;
  }
}

.p-404 {
  padding: 6.25rem 0 4.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding: 12.5rem 0;
  }
}

.p-404__title {
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0098BA), to(#4FE3E6));
  background: linear-gradient(180deg, #0098BA 0%, #4FE3E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 9.375rem;
  }
}

.p-404__read {
  margin-top: 1.875rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-404__read {
    margin-top: 1.375rem;
    font-size: 1.125rem;
  }
}

.p-404__btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    margin-top: 2.375rem;
  }
}

.p-404__btn a {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#0098BA), to(#4FE3E6));
  background: linear-gradient(180deg, #0098BA 0%, #4FE3E6 100%);
  border-radius: 50px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  padding: 1.375rem 2.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-404__btn a {
    font-size: 0.9375rem;
    padding: 1.3125rem 3.6875rem;
  }
}

.p-404__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/common/btn-arrow.svg) no-repeat center/contain;
}

.p-about__service {
  background: #F0FAFF;
  padding: 3.125rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .p-about__service {
    padding: 5rem 0 7.5rem;
  }
}

.p-about__service .c-contents__item:nth-child(1) .c-contents__img {
  max-width: 28.3125rem;
}

@media screen and (min-width: 768px) {
  .p-about__service .c-contents__item:nth-child(1) .c-contents__body-items {
    max-width: 33.5625rem;
    gap: 1.75rem;
  }
}

.p-about__service .c-contents__item:nth-child(n+2) {
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__service .c-contents__item:nth-child(n+2) {
    gap: 4.4375rem;
    padding-bottom: 3.75rem;
  }
}

.p-about__service .c-contents__item:nth-child(n+2) .c-contents__img {
  max-width: 25rem;
}

.p-about__service .c-contents__item:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about__service .c-contents__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-about__service .c-contents__item:nth-child(4) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-about__service .c-contents__item:nth-child(4) {
    gap: 2.5rem;
  }
}

.p-about__service .c-contents__item:nth-child(4) .c-contents__wrap {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__service .c-contents__item:nth-child(4) .c-contents__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 4.4375rem;
  }
}

.p-about__service .c-contents__item:nth-child(4) .c-contents__body-items {
  max-width: 33.25rem;
}

.p-about__table {
  margin-top: 5rem;
}

.p-about__flow {
  padding: 3.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-about__flow {
    padding: 5rem 0 0;
  }
}

.p-about__flow .c-flow__img {
  max-width: 9.375rem;
}

.p-about__flow .c-flow__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__flow .c-flow__contents {
    margin-top: 5rem;
  }
}

.p-about__flow .c-flow__items::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  bottom: 0;
  left: -0.375rem;
  width: 0.1875rem;
  height: 83.5%;
  background: #1473FD;
}
@media screen and (min-width: 500px) {
  .p-about__flow .c-flow__items::before {
    height: 84.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-about__flow .c-flow__items::before {
    height: 90%;
    width: 0.375rem;
  }
}

.p-company__table {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__table {
    margin-top: 5rem;
  }
}

.p-company__message {
  padding-top: 3.125rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-company__message {
    padding-top: 7.5rem;
  }
}

.p-company__message-top-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 2.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-company__message-top-wrapper {
    margin-top: 6.25rem;
    aspect-ratio: 1512/632;
  }
}

.p-company__message-top-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: 0;
}

.p-company__message-top-bg img {
  width: 100%;
  height: 130%;
  aspect-ratio: 375/487;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 600px) {
  .p-company__message-top-bg img {
    aspect-ratio: 375/380;
    height: 120%;
  }
}
@media screen and (min-width: 768px) {
  .p-company__message-top-bg img {
    aspect-ratio: 1512/632;
  }
}

.p-company__message-top {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3.125rem 0 7.625rem;
  font-size: 0.8125rem;
  line-height: 2.6923076923;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .p-company__message-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-company__message-top {
    display: block;
    padding: 8.1875rem 0 10.6875rem;
    font-size: 1.25rem;
    line-height: 2.75;
  }
}

.p-company__message-contents {
  margin-top: 2.8125rem;
  max-width: 50rem;
  margin-inline: auto;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company__message-contents {
    margin-top: 6.25rem;
    padding: 0;
  }
}

.p-company__message-text {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-company__message-text {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-company__name {
  margin-top: 1rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-company__name {
    margin-top: 1.6875rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-company__name img {
  margin-left: auto;
  max-width: 6.3125rem;
}
@media screen and (min-width: 768px) {
  .p-company__name img {
    max-width: unset;
  }
}

.p-company__profile {
  padding: 3.75rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-company__profile {
    padding: 5.3125rem 0;
  }
}

.p-company__table {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company__table {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company__history {
    padding: 5.625rem 0;
  }
}

.p-company__management {
  padding: 0.8125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-company__management {
    padding: 8.5625rem 0 0;
  }
}

.p-company__read {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__read {
    margin-top: 3.75rem;
    font-size: 1.875rem;
    line-height: 1.0666666667;
    padding: 0 1.875rem;
  }
}

.p-company__management-list {
  margin-top: 0.625rem;
  background: -webkit-gradient(linear, right top, left top, from(rgba(78, 226, 229, .2)), to(rgba(2, 153, 187, .2)));
  background: linear-gradient(270deg, rgba(78, 226, 229, .2) 0%, rgba(2, 153, 187, .2) 100%);
  border-radius: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__management-list {
    margin-top: 1.5625rem;
    padding: 2.4375rem 1.9375rem;
  }
}

.p-company__list-item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .p-company__list-item {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-company__list-item:nth-child(n+2) {
  margin-top: 0.625rem;
}

.p-company__guid {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-company__guid {
    margin-top: 6.5625rem;
  }
}

.p-company__guid-items {
  margin-top: 2.5rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__guid-items {
    margin-top: 4.75rem;
    padding-left: 0;
  }
}

.p-company__guid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__guid-item {
    gap: 1.875rem;
  }
}

.p-company__guid-item:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__guid-item:nth-child(n+2) {
    margin-top: 5.625rem;
  }
}

.p-company__guid-item-number {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 1.625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.1428571429;
}
@media screen and (min-width: 768px) {
  .p-company__guid-item-number {
    font-size: 2.625rem;
    line-height: 1;
  }
}

.p-company__guid-item-title {
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .p-company__guid-item-title {
    font-size: 1.875rem;
    line-height: 1.0666666667;
  }
}

.p-company__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-company__text {
    margin-top: 1.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
  }
}

.p-company__about {
  margin-top: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .p-company__about {
    margin-top: 6.875rem;
  }
}

.p-company__about-read {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__about-read {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.875;
    padding: 0;
  }
}

.p-company__about-list {
  margin-top: 1.25rem;
  list-style-type: decimal;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__about-list {
    margin-top: 2.1875rem;
    padding: 0;
  }
}

.p-company__about-item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  margin-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-company__about-item {
    font-size: 1rem;
    line-height: 2.5;
  }
}

.p-company__about-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__about-text {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 2;
    padding: 0;
  }
}

.p-company__about-text a {
  color: #1473FD;
  text-decoration: underline;
}

.p-company__general {
  margin-top: 4.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-company__general {
    margin-top: 6.875rem;
    margin-bottom: 8.125rem;
  }
}

.p-company__general-items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-company__general-items {
    margin-top: 5rem;
    gap: 2rem;
  }
}

.p-company__general-item {
  text-align: center;
  background: #EFF3F6;
  border-radius: 5px;
  padding: 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__general-item {
    padding: 2.5rem;
  }
}

.p-company__general-item-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-company__general-item-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-company__general-item-img {
  margin-top: 1.25rem;
}

.p-company__general-item-img img {
  margin-inline: auto;
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-company__general-item-img img {
    max-width: 8.75rem;
  }
}

.p-company__general-item-text {
  margin-top: 1.25rem;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-company__general-item-text {
    font-size: 1rem;
  }
}

.p-copyright {
  padding-bottom: 3.75rem;
}

.p-copyright__contents {
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-copyright__contents {
    margin-top: 9.875rem;
  }
}

.p-copyright__contents:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-copyright__contents:nth-child(n+2) {
    margin-top: 7.1875rem;
  }
}

.p-copyright__items {
  list-style: auto;
  margin-top: 2.5rem;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-copyright__items {
    margin-top: 5.1875rem;
    padding-left: 1rem;
  }
}

.p-copyright__item {
  padding-left: 1.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-copyright__item {
    font-size: 1rem;
  }
}

.p-copyright__item:nth-child(n+2) {
  margin-top: 0.625rem;
}

.p-copyright__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-copyright__text {
    margin-top: 5.5rem;
    font-size: 1rem;
    padding: 0;
  }
}

.p-cta {
  text-align: center;
}

.p-cta .l-inner {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-cta .l-inner {
    padding: inherit;
  }
}

.p-cta__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-cta__dispatch {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  padding: 0.875rem 0.5625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-cta__dispatch {
    padding: 2.6875rem 0 3.375rem;
  }
}

.p-cta__title {
  font-size: 1.1875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    font-size: 3.75rem;
  }
}

.p-cta__title::before {
  content: attr(data-en);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0.2;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-cta__title::before {
    font-size: 6.25rem;
  }
}

.p-cta__title::after {
  content: "";
  position: absolute;
  bottom: -1.5625rem;
  right: -1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.75rem;
  height: 1.1875rem;
  background: url(../img/top/text.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-cta__title::after {
    width: 5.5rem;
    height: 1.8125rem;
    bottom: -1.625rem;
    right: -0.5625rem;
  }
}

.p-cta__link {
  margin-top: 1.4375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  max-width: 32.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__link {
    margin-top: 2.9375rem;
    gap: 1rem;
  }
}

.p-cta__btn {
  background: #fff;
  border-radius: 5px;
  padding: 0.625rem 0 0.5625rem;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    padding: 1.25rem 0 2.4375rem;
  }
}

.p-cta__btn::after {
  content: "";
  position: absolute;
  bottom: -0.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background: url(../img/common/cta-btn-arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-cta__btn::after {
    bottom: -1.125rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.p-cta__btn span {
  margin-top: 0.4375rem;
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 110%;
  letter-spacing: 0;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-cta__btn span {
    margin-top: 1.1875rem;
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: 0.08em;
  }
}

.p-cta__btn-icon img {
  margin-inline: auto;
  max-width: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-cta__btn-icon img {
    max-width: 2.6875rem;
  }
}

.p-cta__btn-icon2 img {
  margin-inline: auto;
  max-width: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-cta__btn-icon2 img {
    max-width: 3.25rem;
  }
}

.p-cta__job {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  padding: 0.875rem 0.5625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-cta__job {
    padding: 2.6875rem 0 3.375rem;
  }
}

.p-cta__job .p-cta__btn span {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.p-cta__btn span.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cta__btn span.pc {
    display: inline;
  }
}

.p-entry {
  background: #F0FAFF;
  padding: 3.75rem 0 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry {
    padding: 5rem 0 12.5rem;
  }
}

.p-entry--orange {
  background: #FFF8E2;
}

.p-entry__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-entry__form {
  margin-top: 3.75rem;
  background: #fff;
  padding: 2.5rem 0.625rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__form {
    margin-top: 5rem;
    padding: 5rem 5.375rem;
    max-width: 67rem;
    margin-inline: auto;
  }
}

.p-entry__tab {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 54rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-entry__tab {
    margin-top: 6.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-entry__tab-item {
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E2F2FF)) padding-box, -webkit-gradient(linear, right top, left top, from(#44CBE3), to(#1F4BA7)) border-box;
  background: linear-gradient(180deg, #FFFFFF 0%, #E2F2FF 100%) padding-box, linear-gradient(270deg, #44CBE3 0%, #1F4BA7 100%) border-box;
  border: 10px solid transparent;
  padding: 0.9375rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-entry__tab-item {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem 0.625rem;
    border: 15px solid transparent;
  }
}

.p-entry__tab-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-entry__tab-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-entry__tab-item-icon img {
  margin-inline: auto;
  max-width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry__tab-item-icon img {
    max-width: 2.5rem;
  }
}

.p-entry__tab-item span {
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-entry__tab-item span {
    text-align: center;
    font-size: 1.25rem;
    padding-top: 1.1875rem;
    padding-bottom: 2.375rem;
  }
}

.p-entry__tab-item.is-active::before {
  font-weight: bold;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/common/form-tab-arrow.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-entry__tab-item.is-active::before {
    top: unset;
    right: unset;
    bottom: 1.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-entry__form-tab {
  display: none;
}

.p-entry__form-tab.is-show {
  display: block;
}

.p-faq {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    margin-top: 9.875rem;
    padding-bottom: 7.5rem;
  }
}

.p-faq__title {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
}

.p-faq__item {
  margin-top: 2.5rem;
  position: relative;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, .25);
  border-radius: 5px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    padding: 0 2.5rem;
  }
}

.p-faq__item:nth-child(n+2) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.p-faq__item-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0.625rem 2.25rem 0.75rem 0;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding-left: 3rem;
  text-indent: -2.3em;
}
@media screen and (min-width: 768px) {
  .p-faq__item-title {
    font-size: 1rem;
    line-height: 2;
    padding: 0.9375rem 0;
    text-indent: -3.1em;
    padding-left: 3.1em;
  }
}

.p-faq__item-title p span {
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item-title p span {
    margin-right: 1.6875rem;
  }
}

.p-faq__item-title span {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  color: #1473FD;
}
@media screen and (min-width: 768px) {
  .p-faq__item-title span {
    font-size: 1.25rem;
    line-height: 1.36;
  }
}

/* 縦線 */
.p-faq__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 0.6875rem;
  background: url(../img/common/faq-arrow.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-faq__item-title.open {
  background-image: repeating-linear-gradient(to right, #D7D7D7 0, #D7D7D7 2px, transparent 2px, transparent 8px);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 3px;
  padding-bottom: 0.625rem;
}

.p-faq__item-title.open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-faq__item-body {
  display: none;
  padding: 0.625rem 1.875rem 0.5625rem 0.9375rem;
  background-color: #fff;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-faq__item-body {
    padding: 0.9375rem 2.5rem 0.9375rem 0;
  }
}

.p-faq__item-body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-faq__item-body p {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-faq__item-body p {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-faq__item-body span {
  margin-right: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #FF8101;
}
@media screen and (min-width: 768px) {
  .p-faq__item-body span {
    margin-right: 1.5625rem;
    font-size: 1.25rem;
    line-height: 1.36;
  }
}

.p-faq__item-body a {
  text-decoration: underline;
  font-weight: 500;
  color: #FF8101;
}

.p-faq__item-title.open p {
  position: relative;
  z-index: 1;
}

.p-folofly {
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-folofly {
    margin-top: 6.5625rem;
  }
}

.p-folofly__movie video {
  width: 100%;
  height: auto;
  aspect-ratio: 1512/987;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-folofly__about {
  padding: 3.125rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-folofly__about {
    padding: 7.5rem 0;
  }
}

.p-folofly__about-contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-folofly__about-contents {
    margin-top: 4.5rem;
  }
}

.p-folofly__about-list {
  margin-top: 0.625rem;
  margin-left: 2em;
}
@media screen and (min-width: 768px) {
  .p-folofly__about-list {
    margin-top: 2.5rem;
    margin-left: 1.5em;
  }
}

.p-folofly__about-list-item {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-folofly__about-list-item {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-folofly__about-list-item:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-folofly__about-list-item span {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
}

.p-folofly__about-features-items {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-folofly__about-features-items {
    margin-top: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.p-folofly__about-features-item {
  background: #EBEFF2;
  text-align: center;
  color: #1473FD;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2.6666666667;
  padding: 1.5625rem 0.75rem;
  border-radius: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-folofly__about-features-item {
    font-size: 1rem;
    line-height: 2;
    padding: 1.25rem 0.75rem;
  }
}

.p-folofly__about-lineup-items {
  margin-top: 1.25rem;
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-folofly__about-lineup-items {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 14.5rem;
  }
}

.p-folofly__about-lineup-img {
  max-width: 20.3125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-folofly__about-lineup-img {
    max-width: 100%;
  }
}

.p-folofly__about-lineup-title {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-folofly__about-lineup-title {
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-folofly__about-lineup-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-folofly__about-lineup-text {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-company__about-download-items {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company__about-download-items {
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}

.p-company__about-download-item {
  text-align: center;
  background: #EFF3F6;
  border-radius: 5px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__about-download-item {
    padding: 2.5rem;
  }
}

.p-company__about-download-item-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-company__about-download-item-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-company__about-download-item-img {
  margin-top: 1.25rem;
}

.p-company__about-download-item-img img {
  margin-inline: auto;
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-company__about-download-item-img img {
    max-width: 8.75rem;
  }
}

.p-company__about-download-item-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-company__about-download-item-text {
    font-size: 1rem;
  }
}

.p-folofly__contact {
  background: #F0FAFF;
  padding: 2.5rem 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-folofly__contact {
    padding: 6.5625rem 0 7.5rem;
  }
}

.p-folofly__contact .c-section-read {
  text-align: center;
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-folofly__contact .c-section-read {
    font-size: 1.5rem;
  }
}

.p-folofly__contact-title {
  text-align: center;
  color: #1473FD;
  position: relative;
  padding-top: 1.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-folofly__contact-title {
    font-size: 2rem;
    padding-top: 2.375rem;
  }
}

.p-folofly__contact-title::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-folofly__contact-wrap {
  margin-top: 1.875rem;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 2.5rem;
  gap: 1.25rem;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-folofly__contact-wrap {
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7.375rem;
  }
}

.p-folofly__contact-wrap-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-folofly__contact-wrap-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-folofly__contact-img {
  max-width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-folofly__contact-img {
    max-width: 10rem;
  }
}

.p-folofly__contact-text {
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #1473FD;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-folofly__contact-text {
    font-size: 1.5rem;
  }
}

.p-folofly__contact-btn a {
  display: inline-block;
  padding: 0.9375rem 2.5rem 0.9375rem 5.3125rem;
  background: -webkit-gradient(linear, right top, left top, from(#018AFE), to(#0875F4));
  background: linear-gradient(270deg, #018AFE 0%, #0875F4 100%);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, .25);
  border-radius: 500px;
  color: #fff;
  position: relative;
  font-size: 1.375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.0909090909;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-folofly__contact-btn a {
    padding: 0.9375rem 2.5rem 0.9375rem 5.3125rem;
    min-width: 19.375rem;
  }
}

.p-folofly__contact-btn a span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1428571429;
}

.p-folofly__contact-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/contact-tel.svg) no-repeat center/contain;
}

.p-footer {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 7.8125rem;
    padding-bottom: 0;
  }
}

.p-footer__logo {
  max-width: 15.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 21.9375rem;
  }
}

.p-footer__container {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    margin-top: 2.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__map {
    width: 48.7421383648%;
  }
}

.p-footer__map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 344/140;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer__map iframe {
    aspect-ratio: 620/310;
  }
}

.p-footer__map-btn {
  border: 1px solid #A7A7A7;
  border-radius: 50px;
  padding: 0.625rem 1.25rem;
  font-size: 0.625rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-footer__map-btn {
    margin-top: 1.6875rem;
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 1.4375rem 1.25rem;
  }
}

.p-footer__map-btn.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__map-btn.pc {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__map-btn.sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__body {
    width: 46.5408805031%;
  }
}

.p-footer__body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-footer__body-wrap {
    display: contents;
  }
}

.p-footer__address {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-footer__text {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-footer__wrapper {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    margin-left: unset;
    margin-right: unset;
    margin-top: 0;
    display: block;
  }
}

.p-footer__links {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-footer__links {
    width: unset;
    margin-top: 2.1875rem;
    gap: 0.75rem;
  }
}

.p-footer__wrap {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    width: unset;
  }
}

.p-footer__tel-btn {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  color: #fff;
  padding: 3rem 0 0.5rem;
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
  min-width: 6.25rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-footer__tel-btn {
    text-align: left;
    min-width: unset;
    border-radius: 500px;
    font-size: 1.75rem;
    padding: 0.6875rem 0 0.875rem 3.8125rem;
  }
}

.p-footer__tel-btn::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/common/footer-tel.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-footer__tel-btn::before {
    top: 50%;
    left: 1.375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-footer__tel-btn span {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-footer__tel-btn span {
    font-size: 0.8125rem;
    line-height: 1.2307692308;
  }
}

.p-footer__tel-btn span.sp {
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-footer__tel-btn span.sp {
    display: none;
  }
}

.p-footer__tel-btn span.pc {
  font-size: 1.75rem;
  line-height: 0.8;
  margin-top: 0.375rem;
}

.p-footer__contact-btn {
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  color: #fff;
  padding: 3rem 0 0.5rem;
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
  min-width: 6.25rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-btn {
    min-width: unset;
    border-radius: 500px;
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 1.75rem 0 1.75rem;
  }
}

.p-footer__contact-btn::before {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/common/footer-contact.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-btn::before {
    top: 50%;
    left: 3.125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-footer__contact-btn span {
  display: block;
  font-size: 0.625rem;
  line-height: 2.2;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__contact-btn span {
    display: none;
  }
}

.p-footer__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.125rem;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__sns-icon {
  display: inline-block;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-icon {
    padding: 0 2.8125rem;
  }
}

.p-footer__sns-icon:nth-child(2) {
  border-left: 2px solid #D7D7D7;
}

.p-footer__sns-icon img {
  max-width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-icon img {
    max-width: 3.25rem;
    min-width: 3.25rem;
  }
}

.p-footer__other {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__other {
    margin-top: 0;
  }
}

.p-footer__other img {
  max-width: 10rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__other img {
    max-width: 100%;
  }
}

.p-footer__bottom2 {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom2 {
    margin-top: 1.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}

.p-footer__nav-item {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.p-footer__nav-item:nth-child(n+2) {
  position: relative;
}
.p-footer__nav-item:nth-child(n+2)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #D7D7D7;
}

.p-footer__copyright {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-right: 1.8125rem;
  }
}

.p-footer__copyright small {
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright small {
    font-size: 0.75rem;
  }
}

.p-footer__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-bottom__link {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  padding: 0.6875rem 0.5rem;
  width: 100%;
  -webkit-box-shadow: 0px -3px 16px rgba(0, 0, 0, .06);
          box-shadow: 0px -3px 16px rgba(0, 0, 0, .06);
}
@media screen and (min-width: 768px) {
  .p-bottom__link {
    display: none;
  }
}

.p-bottom__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.p-bottom__item {
  padding: 0 0.375rem;
}

.p-bottom__item:first-child {
  padding-left: 0;
}

.p-bottom__item:last-child {
  padding-right: 0;
}

.p-bottom__item:nth-child(n+2) {
  border-left: 1px solid #D2D2D2;
}

.p-bottom__img img {
  margin-inline: auto;
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-bottom__title {
  margin-top: 0.3125rem;
  font-size: 0.6875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.p-bottom__item:nth-child(2) .p-bottom__title {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.p-bottom__item:nth-child(3) .p-bottom__title {
  background: none;
  -webkit-text-fill-color: unset;
  color: #FF7BAE;
}

.p-bottom__item:nth-child(4) .p-bottom__title {
  background: none;
  -webkit-text-fill-color: unset;
  color: #69ABFE;
}

.p-bottom__item-wrap {
  display: none;
}

.p-bottom__item-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  content: "";
  position: absolute;
  top: -3.6875rem;
  left: 0;
  width: 100vw;
  padding: 0.75rem 0;
  background: #FFFFFF;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-bottom__item-sub {
  text-align: center;
}

.p-bottom__item-sub span {
  font-size: 0.6875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.p-bottom__item-sub.dispatch span {
  background: -webkit-gradient(linear, left top, right top, from(#0098BA), to(#4FE3E6));
  background: linear-gradient(90deg, #0098BA 0%, #4FE3E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  padding-left: 2rem;
}

.p-bottom__item-sub.dispatch span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625rem;
  height: 1.25rem;
  background: url(../img/common/registered-dispatch.svg) no-repeat center/contain;
}

.p-bottom__item-sub.fulltime {
  border-left: 1px solid #DDDDDD;
}

.p-bottom__item-sub.fulltime span {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  padding-left: 2rem;
}

.p-bottom__item-sub.fulltime span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5625rem;
  height: 1.25rem;
  background: url(../img/common/registered-fulltime.svg) no-repeat center/contain;
}

.p-head {
  margin-top: 0.8125rem;
  position: relative;
  margin-bottom: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-head {
    margin-top: 4.125rem;
    margin-bottom: 3.125rem;
  }
}

.p-head:has(.p-head__links) {
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-head:has(.p-head__links) {
    margin-bottom: 3.125rem;
  }
}

.p-head::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 92%;
  height: 6.25rem;
  aspect-ratio: 345/100;
  background: url(../img/common/head_bg-sp.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-head::before {
    top: 23%;
    height: 10.625rem;
    max-width: 79.375rem;
    aspect-ratio: 1270/170;
    background: url(../img/common/head_bg.png) no-repeat center/contain;
  }
}

.p-head__title {
  padding-top: 2.8125rem;
  padding-bottom: 0.875rem;
  position: relative;
  text-align: center;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-head__title {
    padding-top: 7.125rem;
    padding-bottom: 0.9375rem;
    font-size: 2rem;
  }
}

.p-head__title::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-head__title::before {
    font-size: 5rem;
  }
}

.p-head__en {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-head__en {
    top: -3.125rem;
    font-size: 5rem;
  }
}

.p-head__icon {
  position: relative;
}

.p-head__icon img {
  margin-inline: auto;
  max-width: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-head__icon img {
    max-width: 5.9375rem;
  }
}

.p-head__icon--folofly img {
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-head__icon--folofly img {
    max-width: 11.875rem;
  }
}

.p-head__links {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-head__links {
    display: none;
  }
}

.p-head__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.p-head__link a {
  display: grid;
  background: -webkit-gradient(linear, left top, left bottom, from(#0098BA), to(#4FE3E6));
  background: linear-gradient(180deg, #0098BA 0%, #4FE3E6 100%);
  border-radius: 5px;
  color: #fff;
  width: 100%;
  height: 3.4375rem;
  padding: 0.375rem 0.3125rem 0.625rem;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  place-content: center;
}

.p-head__link-small a {
  font-size: 0.625rem;
}

.p-head__link a::before {
  content: "";
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.625rem;
  height: 0.375rem;
  background: url(../img/common/head-link.svg) no-repeat center/contain;
}

.p-head--orange .p-head__title::before {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.p-head--orange.p-head::before {
  background: url(../img/head/head_bg-orange-sp.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-head--orange.p-head::before {
    background: url(../img/head/head_bg-orange.png) no-repeat center/contain;
  }
}

.p-header {
  width: 100%;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: auto;
  }
}

.p-header__inner {
  padding: 1.25rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 2rem;
    background: none;
  }
}

.p-header__logo {
  max-width: 13.6875rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 17.5rem;
  }
}
@media screen and (min-width: 1480px) {
  .p-header__logo {
    max-width: 22.3125rem;
  }
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 1.5625rem;
  }
}

.p-header__center {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__center {
    width: unset;
  }
}

.p-header__center-top {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__center-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__center-top {
    gap: 1.75rem;
  }
}

.p-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 0.3rem 1rem;
  max-height: 2.875rem;
  max-width: 18.4375rem;
}
@media screen and (min-width: 768px) {
  .p-header__search {
    max-width: 23.875rem;
  }
}

.p-header__search.sp {
  margin-top: 0.625rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__search.sp {
    display: none;
  }
}

.p-header__search input {
  border: none;
  background: transparent;
  padding: 0.4rem;
  width: 18.4375rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #999;
}
@media screen and (min-width: 768px) {
  .p-header__search input {
    width: 23.875rem;
    font-size: 1.0625rem;
    padding: 0.5rem 1.25rem;
  }
}

.p-header__search button {
  background: none;
  border: none;
  cursor: pointer;
}

.p-header__search.sp button {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__search.sp button img {
  min-width: 1.25rem;
  width: 100%;
  height: auto;
  aspect-ratio: 20/22;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__tel {
  font-family: "Roboto Condensed", sans-serif;
}

.p-header__tel a {
  padding-left: 2rem;
  position: relative;
  font-size: 1.875rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.p-header__tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background: url(../img/common/tel.svg) no-repeat center/contain;
}

.p-header__tel p {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: right;
}

.p-header__tel p span {
  font-size: 0.6875rem;
  color: #969696;
}

.p-header__tel.sp {
  margin: 0 0.625rem;
  margin-top: 1.5625rem;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  border-radius: 5px;
  text-align: center;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__tel.sp {
    display: none;
  }
}

.p-header__tel.sp a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 1.25rem 0.875rem 2.8125rem;
  position: relative;
}

.p-header__tel.sp a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 0.125rem;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-header__tel.sp a::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 1.1875rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background: url(../img/common/tel-blue.svg) no-repeat center/contain;
}

.p-header__tel.sp p {
  text-align: center;
  margin-top: 0.9375rem;
  font-size: 0.5625rem;
  line-height: 1.4444444444;
}

.p-header__tel.sp p span {
  font-size: 0.5625rem;
  color: #000;
}

.p-header__nav {
  display: none;
  padding: 4.375rem 0.9375rem 10rem;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    padding: 0;
    height: unset;
    overflow: unset;
  }
}

.p-header__nav-items {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    gap: 1.125rem;
  }
}
@media screen and (min-width: 1530px) {
  .p-header__nav-items {
    gap: 1.5625rem;
  }
}

.p-header__nav-item a {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding: 0 2.5rem;
  padding-bottom: 1.25rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item a {
    width: auto;
    font-size: 0.875rem;
    padding: 0;
    padding-bottom: 1.25rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1340px) {
  .p-header__nav-item a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__nav-item a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__nav-item-title {
    pointer-events: none;
  }
}

.p-header__nav-item--dispatch a {
  position: relative;
  padding-right: 0.9375rem;
}

.p-header__nav-item--dispatch a::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 5.7em;
  width: 0.75rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}
@media screen and (min-width: 768px) {
  .p-header__nav-item--dispatch a::after {
    top: 0.3125rem;
    left: unset;
    right: 0;
    width: 0.75rem;
    height: 0.5rem;
    background: url(../img/common/header-arrow-blue.svg) no-repeat center/contain;
  }
}

.p-header__nav-item--dispatch .dropdown-item a::before {
  display: none;
}

.p-header__nav-item--dispatch a::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 6.06em;
  width: 0.125rem;
  height: 0.75rem;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item--dispatch a::before {
    display: none;
  }
}

.p-header__nav-item--dispatch a.open::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-header__nav-item--fulltime a {
  position: relative;
  padding-right: 0.9375rem;
}

.p-header__nav-item--fulltime a::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 6.7em;
  width: 0.75rem;
  height: 0.125rem;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}
@media screen and (min-width: 768px) {
  .p-header__nav-item--fulltime a::after {
    top: 0.3125rem;
    left: unset;
    right: 0;
    width: 0.75rem;
    height: 0.5625rem;
    background: url(../img/common/header-arrow-orange.svg) no-repeat center/contain;
  }
}

.p-header__nav-item--fulltime a::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 7.06em;
  width: 0.125rem;
  height: 0.75rem;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__nav-item--fulltime a::before {
    display: none;
  }
}

.p-header__nav-item--fulltime a.open::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-header__nav-item--fulltime .dropdown-item a::before {
  display: none;
}

.dropdown-menu {
  padding: 0.9375rem 0.75rem;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 768px) {
  .dropdown-menu {
    display: unset;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 8.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100vw;
    background: #F9FEFE;
    padding: 3.75rem;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  }
  .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
    background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  }
}

.dropdown-menu button {
  margin-top: 1.25rem;
  width: 100%;
  padding: 0.875rem 0.625rem;
  text-align: center;
  background: #F8F7F6;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #7E8183;
  position: relative;
}
@media screen and (min-width: 768px) {
  .dropdown-menu button {
    display: none;
  }
}

.dropdown-menu button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background: url(../img/common/close.svg) no-repeat center/contain;
}

.p-header__nav-item--fulltime .dropdown-menu {
  background: #FFFCFA;
}

.p-header__nav-item--fulltime .dropdown-menu::before {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.dropdown-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .dropdown-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

.dropdown-item a {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
  border-radius: 5px;
  padding: 3.1875rem 0.5rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .dropdown-item a {
    font-size: 1rem;
    padding: 5.5rem 0.6875rem 1.75rem;
    width: 11.375rem;
    height: 8.25rem;
  }
}

.dropdown-item a::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.875rem;
  height: 1.875rem;
  -webkit-mask-image: url(../img/common/header-icon1.svg);
  mask-image: url(../img/common/header-icon1.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #26AFDE;
}
@media screen and (min-width: 768px) {
  .dropdown-item a::after {
    top: 1.75rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.dropdown-item2 a::after {
  -webkit-mask-image: url(../img/common/header-icon2.svg);
  mask-image: url(../img/common/header-icon2.svg);
}

.dropdown-item3 a::after {
  -webkit-mask-image: url(../img/common/header-icon3.svg);
  mask-image: url(../img/common/header-icon3.svg);
}

.dropdown-item4 a::after {
  -webkit-mask-image: url(../img/common/header-icon4.svg);
  mask-image: url(../img/common/header-icon4.svg);
}

.dropdown-item5 a::after {
  -webkit-mask-image: url(../img/common/header-icon5.svg);
  mask-image: url(../img/common/header-icon5.svg);
}

.dropdown-item6 a::after {
  -webkit-mask-image: url(../img/common/header-icon6.svg);
  mask-image: url(../img/common/header-icon6.svg);
}

.dropdown-item a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  color: #fff;
}

.dropdown-item a:hover::after {
  background: #fff;
}

.p-header__nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.p-header__nav-item--fulltime .dropdown-item a::after {
  background: #FF8101;
}

.p-header__nav-item--fulltime .dropdown-item a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.p-header__nav-item--fulltime .dropdown-item a:hover::after {
  background: #fff;
}

.dropdown-menu.open {
  background: #F9FEFE;
  position: relative;
}

.dropdown-menu.open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-header__nav-item--fulltime .dropdown-menu.open {
  background: #FFFCFA;
}

.p-header__nav-item--fulltime .dropdown-menu.open::before {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.p-header__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__right {
    gap: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn {
    background: -webkit-gradient(linear, right top, left top, from(#69ADFF), to(#2D56DD));
    background: linear-gradient(270deg, #69ADFF 0%, #2D56DD 100%);
    border-radius: 500px;
    padding: 1.75rem 1.25rem 1.8125rem 3.75rem;
    font-size: 1rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__btn {
    font-size: 1.25rem;
    padding: 1.75rem 1.625rem 1.8125rem 4.1875rem;
  }
}
.p-header__btn.active {
  border-radius: 40px 40px 0 0;
}

.p-header__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.25rem;
  height: 1.8125rem;
  background: url(../img/common/header-btn.svg) no-repeat center/contain;
}

.p-header__btn-items {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  border-radius: 0 0 40px 40px;
  padding: 0 0.9375rem 1.25rem 1.25rem;
  display: none;
  background: -webkit-gradient(linear, right top, left top, from(#69ADFF), to(#2D56DD));
  background: linear-gradient(270deg, #69ADFF 0%, #2D56DD 100%);
}
@media screen and (min-width: 1440px) {
  .p-header__btn-items {
    padding: 0 1.875rem 1.25rem 1.25rem;
  }
}

.p-header__btn-item {
  display: block;
  margin-bottom: 0.4375rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: #fff;
  padding: 0.625rem 0.8125rem;
  border-radius: 100px;
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.p-header__btn-item.dispatch span {
  background: -webkit-gradient(linear, left top, right top, from(#0098BA), to(#4FE3E6));
  background: linear-gradient(90deg, #0098BA 0%, #4FE3E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  padding-left: 2.1875rem;
}

.p-header__btn-item.dispatch span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.75rem;
  height: 1.375rem;
  background: url(../img/common/registered-dispatch.svg) no-repeat center/contain;
}

.p-header__btn-item.fulltime {
  margin-bottom: 0;
}

.p-header__btn-item.fulltime span {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  padding-left: 2.1875rem;
}

.p-header__btn-item.fulltime span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.75rem;
  height: 1.375rem;
  background: url(../img/common/registered-fulltime.svg) no-repeat center/contain;
}

.p-header__line {
  background: -webkit-gradient(linear, left top, left bottom, from(#34AE38), to(#48F64E));
  background: linear-gradient(180deg, #34AE38 0%, #48F64E 100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 8.375rem;
  height: 8.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-header__line span {
    position: relative;
    padding: 0 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__line span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
    width: 2px;
    height: 1rem;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .p-header__line span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
    width: 2px;
    height: 1rem;
    background: #fff;
  }
}

.p-header__line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  color: #fff;
}

.p-header__line img {
  max-width: 2.5rem;
}

.p-header__line.sp {
  position: fixed;
  z-index: 102;
  right: 4.5625rem;
  top: 0.9375rem;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-header__line.sp {
    display: none;
  }
}

.p-header__line.sp span {
  font-size: 0.5rem;
}

.p-header__line.sp img {
  max-width: 1.25rem;
}

.p-header__hamburger {
  background: -webkit-gradient(linear, left top, right top, from(#315BDF), to(#69ABFE));
  background: linear-gradient(90deg, #315BDF 0%, #69ABFE 100%);
  width: 3rem;
  height: 3rem;
  position: fixed;
  z-index: 102;
  right: 0.9375rem;
  top: 0.9375rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger-wrap {
  margin-top: 0.3125rem;
}

.p-header__hamburger span {
  width: 1.25rem;
  height: 0.1875rem;
  background: #fff;
  display: block;
  border-radius: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}

.p-header__hamburger.open .p-header__hamburger-wrap {
  display: block;
  background: none;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
  width: 1.25rem;
}

.p-header__hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -4px;
  width: 1.25rem;
}

.p-information {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-information {
    margin-bottom: 7.8125rem;
  }
}

.p-information__contents {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-information__contents {
    margin-top: 10rem;
    margin-bottom: 7.8125rem;
  }
}

.p-information__contents:nth-child(n+2) {
  margin-top: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-information__contents:nth-child(n+2) {
    margin-top: 11.375rem;
  }
}

.p-information__contents .c-section-title span {
  display: block;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-information__contents .c-section-title span {
    display: inline-block;
    margin-top: 0;
    margin-left: 2.1875rem;
  }
}

.p-information__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-information__wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-information__wrap .p-information__text {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-information__wrap .p-information__text {
    margin-top: 2.5rem;
  }
}

.p-information__table {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-information__table {
    margin-top: 5rem;
  }
}

.p-information__contents:nth-child(n+2) .p-information__table {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-information__contents:nth-child(n+2) .p-information__table {
    margin-top: 2.3125rem;
  }
}

.p-information__table1.c-table tr {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-information__table1.c-table tr {
    grid-template-columns: 10.75rem 1fr;
  }
}

.p-information__table.c-table th {
  padding: 0.3125rem 0.625rem;
  font-weight: 400;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (min-width: 768px) {
  .p-information__table.c-table th {
    padding: 1.1875rem 1.25rem;
    font-weight: 500;
    border-bottom: none;
  }
}

.p-information__table.c-table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0.625rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-information__table.c-table td {
    padding: 1.1875rem 1.25rem;
    font-weight: 500;
  }
}

.p-information__table2.c-table th {
  border-bottom: none;
  padding: 0.5rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-information__table2.c-table th {
    padding: 1.1875rem 1.25rem;
  }
}

.p-information__table2.c-table td {
  padding: 0.6875rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-information__table2.c-table td {
    padding: 1.1875rem 1.25rem;
  }
}

.p-information__table2.c-table td:first-child {
  border-right: 1px solid #C7C7C7;
}

.p-information__subtitle {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-information__subtitle {
    margin-top: 5rem;
  }
}

.p-information__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-information__text {
    margin-top: 2.25rem;
    font-size: 1rem;
    line-height: 2;
    padding: 0;
  }
}

.p-information__text a {
  text-decoration: underline;
  color: #1473FD;
}

.p-information__text span {
  display: inline-block;
  padding-left: 1em;
}

.p-information__contents:nth-child(3) .p-information__text {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-information__contents:nth-child(3) .p-information__text {
    margin-top: 4.75rem;
  }
}

.p-information__contents:nth-child(4) .p-information__text {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-information__contents:nth-child(4) .p-information__text {
    margin-top: 4.75rem;
  }
}

.p-mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 375/427;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv {
    aspect-ratio: 1512/809;
  }
}

.p-mv__contents {
  content: "";
  position: absolute;
  top: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__contents {
    top: 4%;
  }
}

.p-mv__en {
  font-size: 4.375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, .2);
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__en {
    font-size: 10rem;
    line-height: 1;
  }
}

.p-mv__title {
  content: "";
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    top: 47%;
  }
}

.p-mv__title img {
  max-width: 19.0625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title img {
    max-width: 100%;
  }
}

.p-mv__pickup {
  margin-top: 1.75rem;
  display: inline-block;
  padding: 0.25rem 1.875rem 0.375rem 1.5rem;
  -webkit-animation: pickup-slide-sp 15s linear infinite;
          animation: pickup-slide-sp 15s linear infinite;
  position: relative;
  border-radius: 5px 0 0 5px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#F2FEFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #F2FEFF 100%);
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-mv__pickup {
    margin-top: -0.625rem;
    border-radius: 10px 0 0 10px;
    -webkit-animation: pickup-slide 40s linear infinite;
            animation: pickup-slide 40s linear infinite;
    padding: 1.5625rem 6.3125rem 1.5625rem 3.0625rem;
  }
}

.p-mv__pickup::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8125rem;
  height: 100%;
  background: url(../img/top/pickup.png) no-repeat center/cover;
}

.p-mv__pickup span {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2307692308;
  letter-spacing: 0.08em;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-mv__pickup span {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.p-mv__pickup span:hover {
  opacity: 0.7;
}

.p-mv__pickup span a:hover {
  opacity: 1;
}

.p-mv__pickup::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.875rem;
  height: 2.125rem;
  background: url(../img/top/bird.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__pickup::before {
    left: -5.125rem;
    width: 6rem;
    height: 3.875rem;
  }
}

@-webkit-keyframes pickup-slide {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

@keyframes pickup-slide {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}
@-webkit-keyframes pickup-slide-sp {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}
@keyframes pickup-slide-sp {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}
.p-mv__img-bg {
  position: relative;
  z-index: -1;
}

.p-mv__img-before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.p-mv__train {
  content: "";
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 5.25rem;
  height: 0.875rem;
  -webkit-animation: train-slide 15s linear infinite;
          animation: train-slide 15s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-mv__train {
    -webkit-animation: train-slide 20s linear infinite;
            animation: train-slide 20s linear infinite;
    bottom: 16%;
    width: 21.25rem;
    height: 3.625rem;
  }
}

@-webkit-keyframes train-slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

@keyframes train-slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
.p-mv__kumo1 {
  content: "";
  position: absolute;
  top: 66%;
  left: 3%;
  width: 1rem;
  height: 0.6875rem;
  -webkit-animation: float-cloud 6s ease-in-out infinite;
          animation: float-cloud 6s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .p-mv__kumo1 {
    top: 30%;
    left: 10%;
    width: 4.125rem;
    height: 2.8125rem;
  }
}

.p-mv__kumo2 {
  position: absolute;
  top: 60%;
  left: 15%;
  width: 1.1875rem;
  height: 0.8125rem;
  -webkit-animation: float-cloud 7s ease-in-out infinite;
          animation: float-cloud 7s ease-in-out infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  .p-mv__kumo2 {
    top: 25%;
    left: 25%;
    width: 4.8125rem;
    height: 3.25rem;
  }
}

.p-mv__kumo3 {
  position: absolute;
  top: 61%;
  right: 15%;
  width: 1.375rem;
  height: 0.9375rem;
  -webkit-animation: float-cloud 5.5s ease-in-out infinite;
          animation: float-cloud 5.5s ease-in-out infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .p-mv__kumo3 {
    top: 25%;
    right: 20%;
    width: 5.625rem;
    height: 3.8125rem;
  }
}

.p-mv__kumo4 {
  position: absolute;
  top: 68%;
  right: 3%;
  width: 0.9375rem;
  height: 0.625rem;
  -webkit-animation: float-cloud 6.8s ease-in-out infinite;
          animation: float-cloud 6.8s ease-in-out infinite;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
@media screen and (min-width: 768px) {
  .p-mv__kumo4 {
    top: 35%;
    right: 3%;
    width: 3.875rem;
    height: 2.6875rem;
  }
}

@-webkit-keyframes float-cloud {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float-cloud {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-mv__ropeway1 {
  width: 1.625rem;
  height: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__ropeway1 {
    width: 1.625rem;
    height: 1.9375rem;
  }
}

.p-mv__ropeway2 {
  opacity: 0;
  width: 1.875rem;
  height: 2.1875rem;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@media screen and (min-width: 768px) {
  .p-mv__ropeway2 {
    width: 2.0625rem;
    height: 2.375rem;
  }
}

.p-mv__ropeway-path {
  position: absolute;
  top: 72.5%;
  left: 35%;
  z-index: 1;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-mv__ropeway-path {
    top: 39%;
    left: 35%;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__ropeway-path {
    left: 36%;
    top: 40.5%;
  }
}

.p-mv__ropeway-path svg {
  width: 3.875rem;
  height: 2.1875rem;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-mv__ropeway-path svg {
    width: unset;
    height: unset;
  }
}

.p-news.l-section {
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-news.l-section {
    padding-bottom: 0.3125rem;
  }
}

.p-news__container {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__container {
    margin-top: 5rem;
    gap: 3.125rem 0.8125rem;
  }
}

.p-news__img {
  background: #fff;
  padding: 0.375rem;
  border-radius: 5px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="9" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, .2));
          filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, .2));
}
@media screen and (min-width: 768px) {
  .p-news__img {
    border-radius: 10px;
  }
}

.p-news__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 296/149;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-news__img img {
    border-radius: 10px;
  }
}

.p-news__meta {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.p-news__new {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.1875rem 0.5rem;
  border-radius: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#0AE4B8), to(#26AFDE));
  background: linear-gradient(270deg, #0AE4B8 0%, #26AFDE 100%);
  color: #fff;
}

.p-news__data {
  font-size: 0.75rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-news__data {
    font-size: 0.875rem;
  }
}

.p-news__title {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 1rem;
    line-height: 1.3125;
  }
}

.p-news__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__btn {
    margin-top: 3.625rem;
  }
}

.p-news__btn .c-btn {
  display: inline-block;
  position: relative;
  padding: 0.75rem 5.3125rem 0.75rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-news__btn .c-btn {
    padding: 1.375rem 3.3125rem;
  }
}

.p-news__btn .c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/btn-arrow-green.svg) no-repeat center/contain;
}

.p-news__pagination {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news__pagination {
    margin-top: 4.375rem;
  }
}

.p-news__pagination .page-numbers {
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  border-radius: 10px;
  padding: 0.6875rem 1rem;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-news__pagination .page-numbers {
    font-size: 0.875rem;
    padding: 0.8125rem 1rem;
  }
}

.p-news__pagination .page-numbers.current {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-text-fill-color: unset;
  color: #fff;
}

.p-news__pagination .page-numbers.prev {
  margin-right: 0.625rem;
  position: relative;
  -webkit-text-fill-color: unset;
  color: #9F9F9F;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-news__pagination .page-numbers.prev {
    margin-right: 3.75rem;
  }
}

.p-news__pagination .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/pagination-prev.svg) no-repeat center/contain;
}

.p-news__pagination .page-numbers.next {
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news__pagination .page-numbers.next {
    margin-left: 3.75rem;
  }
}

.p-news-single.l-section {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-news-single.l-section {
    padding-bottom: 0.625rem;
  }
}

.p-news-single__title-wrap {
  padding-left: 2.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-single__title-wrap {
    padding-left: 3.875rem;
  }
}

.p-news-single__title {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    font-size: 2rem;
    line-height: 1;
  }
}

.p-news-single__title-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4375rem;
  height: 2.3125rem;
  background: url(../img/common/icon-title-green.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-news-single__title-wrap::after {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.625rem;
    height: 4.15625rem;
  }
}

.p-news-single__meta {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-news-single__time {
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.p-news-single__contents {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__contents {
    margin-top: 5rem;
  }
}

.p-news-single__contents .wp-block-image {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__contents .wp-block-image {
    margin-bottom: 0;
  }
}

.p-news-single__contents h2 {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 1.25rem;
  background: -webkit-gradient(linear, right top, left top, from(#E2F959), to(#81BD03));
  background: linear-gradient(270deg, #E2F959 0%, #81BD03 100%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-news-single__contents h2 {
    margin-top: 3.125rem;
    font-size: 1.25rem;
    padding: 1.25rem;
  }
}

.p-news-single__contents p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1875;
  padding: 1.25rem 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .p-news-single__contents p {
    padding: 1.875rem 1.25rem 0;
    line-height: 1.3125;
  }
}

.p-news-single__pagination {
  margin-top: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination {
    margin-top: 6rem;
    gap: 1.875rem;
  }
}

.p-news-single__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination .nav-links {
    gap: 1.875rem;
  }
}

.p-news-single__pagination .nav-links a,
.p-news-single__pagination-back {
  display: inline-block;
  padding: 0.6875rem 1.0625rem;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .08);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .08);
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #9F9F9F;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination .nav-links a,
  .p-news-single__pagination-back {
    padding: 0.8125rem 1.0625rem;
    font-size: 0.875rem;
  }
}

.p-news-single__pagination .nav-links .nav-previous a {
  padding-left: 1.5625rem;
}

.p-news-single__pagination .nav-links .nav-previous a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/pagination-prev.svg) no-repeat center/contain;
}

.p-news-single__pagination .nav-links .nav-next a {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-right: 1.5625rem;
}

.p-news-single__pagination .nav-links .nav-next a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/pagination-next.svg) no-repeat center/contain;
}

.p-news-single__pagination-back {
  padding-left: 2.1875rem;
}

.p-news-single__pagination-back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/pagination-back.svg) no-repeat center/contain;
}

.p-privacypolicy {
  margin-top: 4.0625rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy {
    margin-top: 9.8125rem;
    margin-bottom: 7.8125rem;
  }
}

.p-privacypolicy__read {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__read {
    margin-top: 5rem;
    font-size: 1rem;
    line-height: 2;
    padding: 0;
  }
}

.p-privacypolicy__text {
  margin-top: 0.8125rem;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__text {
    padding: 0;
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-privacypolicy__text2 {
  margin-top: 1.25rem;
  padding: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__text2 {
    padding: 0;
  }
}

.p-privacypolicy__items {
  margin-top: 2.5rem;
  margin-left: 1.6em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__items {
    margin-top: 5rem;
    margin-left: 1em;
  }
}

.p-privacypolicy__item {
  list-style-type: decimal;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__item {
    font-size: 1rem;
    padding-left: 1.25rem;
    padding-right: 0;
  }
}

.p-privacypolicy__item:nth-child(n+2) {
  margin-top: 0.625rem;
}

.p-privacypolicy__items2 {
  margin-left: 2em;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__items2 {
    margin-left: 1.3em;
  }
}

.p-privacypolicy__item2 {
  list-style: disc;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__item2 {
    padding-left: 0.625rem;
    padding-right: 0;
    font-size: 1rem;
  }
}

.p-privacypolicy__items3 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__items3 {
    margin-top: 0.625rem;
  }
}

.p-privacypolicy__items3 .p-privacypolicy__item {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__items3 .p-privacypolicy__item {
    padding-left: 1.25rem;
  }
}

.p-privacypolicy__name {
  margin-top: 2.5rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__name {
    font-size: 1rem;
    margin-bottom: 5rem;
  }
}

.p-privacypolicy__title {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__title {
    margin-top: 5rem;
  }
}

.p-privacypolicy__subtitle {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__subtitle {
    padding: 0;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-privacypolicy__subtitle2 {
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__subtitle2 {
    padding: 0;
    font-size: 1rem;
  }
}

.p-privacypolicy__wrap:first-child .p-privacypolicy__subtitle2 {
  margin-top: 1.5625rem;
}

.p-privacypolicy__table {
  margin-top: 1.25rem;
}

.p-privacypolicy__table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-privacypolicy__table td a {
  text-decoration: underline;
  color: #1473FD;
}

.p-privacypolicy__table2 tr {
  display: grid;
  grid-template-columns: 412fr 660fr;
}

.p-privacypolicy__table2 th:last-child {
  border-right: none;
}

.p-privacypolicy__table2 td:first-child {
  border-right: 1px solid #C7C7C7;
}

.p-privacypolicy__table3 tr {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__table3 tr {
    grid-template-columns: 412fr 660fr;
  }
}

.p-privacypolicy__table3 th {
  border-bottom: 1px solid #C7C7C7;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-privacypolicy__table3 th {
    border-bottom: none;
    padding: 1.1875rem 1.25rem;
  }
}

.p-privacypolicy__table3 th:last-child {
  border-right: none;
}

.p-privacypolicy__table3 td:first-child {
  border-right: 1px solid #C7C7C7;
}

.p-privacypolicy__table3 td.table3-td {
  display: block;
}

.p-registered__support {
  padding: 2.5rem 0 5rem;
  border-bottom: 1px dotted #26AFDE;
}
@media screen and (min-width: 768px) {
  .p-registered__support {
    padding: 3.125rem 0 5rem;
  }
}

.p-registered__support-contents.c-contents {
  margin-top: 0;
}

.p-registered__support-contents .c-contents__text {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-registered__support-contents .c-contents__text {
    margin-top: 1.6875rem;
  }
}

.p-registered__support-contents-wrap {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-registered__support-contents-wrap {
    margin-top: 5rem;
  }
}

.p-registered__support-contents-wrap .c-contents__text {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-registered__support-contents-wrap .c-contents__text {
    margin-top: 2.1875rem;
  }
}

.p-registered__support-contents-wrap .c-contents__body-item {
  padding: 0.75rem;
  height: 3.75rem;
}

.p-registered__wrap {
  margin-top: 2.5rem;
  background: #F0FAFF;
  border-radius: 15px;
  padding: 2.5rem 0.625rem;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-registered__wrap {
    margin-top: 5rem;
    grid-template-columns: 550fr 364fr;
    gap: 4.875rem;
    padding: 2.5rem;
  }
}

.p-registered__wrap--help1 {
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-registered__wrap--help1 {
    grid-template-columns: 450fr 456fr;
    gap: 5.375rem;
  }
}

.p-registered__wrap-left .c-contents__text {
  margin-top: 1.25rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-registered__wrap-left .c-contents__text {
    margin-top: 2.1875rem;
  }
}

.p-registered__wrap-left .c-section-title2 {
  border-left: none;
  padding-left: 0.625rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-registered__wrap-left .c-section-title2 {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-registered__wrap-left .c-section-title2 span {
    display: contents;
  }
}

.p-registered__wrap-left .c-section-title2::before {
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-registered__wrap-left .c-section-title2::before {
    left: 0;
  }
}

.p-registered__wrap-left .c-section-title2::after {
  display: none;
}

.p-registered__wrap-right-img {
  max-width: 9.125rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.p-registered__wrap-bg {
  background: #fff;
  padding: 1.5625rem 1.25rem;
  border-radius: 10px;
}

.p-registered__wrap-right-title {
  color: #1473FD;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-registered__wrap-right-title {
    font-size: 1rem;
  }
}

.p-registered__wrap-right-text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-registered__wrap-right-text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5625;
  }
}

.p-registered__wrap-right-text span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-registered__wrap-right-text span {
    font-weight: 500;
  }
}

.p-registered__help {
  padding: 3.75rem 0;
  border-bottom: 1px dotted #26AFDE;
}
@media screen and (min-width: 768px) {
  .p-registered__help {
    padding: 5rem 0;
  }
}

.p-registered__help .c-contents__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-registered__help .c-contents__wrap {
    gap: 7.6875rem;
  }
}

.p-registered__help-wrap {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-registered__help .c-contents__img {
    margin-inline: unset;
  }
}

.p-registered__help .c-contents__img img {
  max-width: 11.6875rem;
}
@media screen and (min-width: 768px) {
  .p-registered__help .c-contents__img img {
    max-width: 14.75rem;
  }
}

.p-registered__wrap--help1 {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-registered__wrap--help1 {
    margin-top: 3.4375rem;
  }
}

.p-registered__wrap--help1 .p-registered__wrap-bg {
  padding: 0.9375rem 1.25rem;
}

.p-registered__wrap--help1 .p-registered__wrap-right-text {
  line-height: 1.8;
}

.p-registered__wrap--help2 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-registered__wrap--help2 {
    margin-top: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-registered__wrap--help2 .c-contents__text {
    margin-top: 2.8125rem;
  }
}

.p-registered__wrap--help2 .p-registered__wrap-right-img {
  max-width: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-registered__wrap--help2 .p-registered__wrap-right-img {
    max-width: 9.125rem;
  }
}

.p-registered__work {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .p-registered__work {
    padding: 5rem 0 1.25rem;
  }
}

.p-registered__work-items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-registered__work-items {
    margin-top: 3.125rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.p-registered__work-item {
  background: #EFF3F6;
  border-radius: 5px;
  padding: 1.25rem;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (min-width: 768px) {
  .p-registered__work-item {
    padding: 2.5rem 1.875rem;
  }
}

.p-registered__work-item-title {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .p-registered__work-item-title {
    font-size: 1rem;
    line-height: 1;
  }
}

.p-registered__work-item-img img {
  max-width: 5.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-registered__work-item-img img {
    max-width: 8.75rem;
  }
}

.p-registered__work-item-text {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .p-registered__work-item-text {
    font-size: 1rem;
    line-height: 1;
  }
}

.p-search {
  padding: 0 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-search {
    padding: 6.875rem 0 5.25rem;
  }
}

.p-search__contents {
  background: #FBDB9C;
  border-radius: 20px;
  padding: 1.25rem 0.625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-search__contents {
    padding: 2.5rem 6.25rem 3.75rem;
  }
}

.p-search__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-search__wrapper {
    display: contents;
  }
}

.p-search__wrap1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-search__title {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2307692308;
}
@media screen and (min-width: 768px) {
  .p-search__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-search__block {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-search__block {
    margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-search__block select {
  width: 20.3125rem;
  height: 3.125rem;
  border: none;
  appearance: none; /* ブラウザのデフォルト矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/common/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px 9px;
  padding-right: 1.875rem;
  padding-left: 2.8125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  color: #666666;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-search__block select {
    width: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-search__block .p-search__block-job .custom-select-trigger {
    border-radius: 10px 0 0 10px;
  }
}

option[selected][disabled] {
  display: none;
}

.p-search__block label {
  position: relative;
}

.p-search__block label.p-search__block-job::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask-image: url(../img/common/job.svg);
  mask-image: url(../img/common/job.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  z-index: 1;
}

.p-search__block label.p-search__block-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
  -webkit-mask-image: url(../img/common/area.svg);
  mask-image: url(../img/common/area.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.p-search__block label.p-search__block-salary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1;
  -webkit-mask-image: url(../img/common/price.svg);
  mask-image: url(../img/common/price.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.dispatch-search .p-search__block label.p-search__block-salary::before {
  -webkit-mask-image: url(../img/common/schedule.svg);
  mask-image: url(../img/common/schedule.svg);
}

/* 元の select の見た目を div に適用 */
.p-search__block-item.custom-select {
  width: 20.3125rem;
  height: 3.125rem;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4666666667;
  color: #666;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-search__block-item.custom-select {
    width: 12.5rem;
  }
}

/* 選択部分 */
.custom-select-trigger {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff url(../img/common/select-arrow.svg) no-repeat right 12px center;
  background-size: 15px 9px;
  padding-right: 1.875rem;
  padding-left: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .custom-select-trigger {
    border-radius: 0;
  }
}

.p-search__contents--dispatch .custom-select-trigger {
  background: #fff url(../img/common/select-arrow-blue.svg) no-repeat right 12px center;
}

/* オプションリスト */
.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 14.3125rem;
  overflow-y: scroll;
  padding: 0.625rem;
}

/* オプション要素 */
.custom-option {
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: left;
}
.custom-option:hover {
  background: #FEF8E4;
}

.custom-option:nth-child(n+2) {
  margin-top: 0.5rem;
}

/* 開いた状態 */
.p-search__block-item.custom-select.open .custom-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 左アイコン（既存の ::before を利用） */
.p-search__block button {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  padding: 0.9375rem 1.25rem;
  border-radius: 0 10px 10px 0;
}

.p-search__keyword {
  margin-top: 0.75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-search__keyword {
    margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
  }
}

.p-search__keyword input {
  width: 17.8125rem;
  height: 3.125rem;
  border: none;
  border-radius: 10px 0 0 10px;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-search__keyword input {
    width: 37.5rem;
    padding-left: 1.875rem;
  }
}

.p-search__keyword button {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  border-radius: 0 10px 10px 0;
  width: 2.5rem;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-search__keyword button {
    width: 4rem;
  }
}

.p-search__keyword button img {
  min-width: 1.25rem;
  margin-inline: auto;
}

.p-search__filter {
  margin-top: 1.25rem;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-search__filter {
    padding: 2.5rem 1.5625rem;
  }
}

.p-search__filter fieldset {
  border: none;
  border-bottom: 1px solid #FF8101;
  padding: 0.4375rem 1.25rem 0.4375rem 2.8125rem;
  position: relative;
  margin: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-search__filter fieldset {
    border-bottom: none;
    padding: 0;
  }
}

.dispatch-search .p-search__filter fieldset {
  border-bottom: 1px solid #26AFDE;
}

.p-search__filter fieldset:nth-child(4) {
  border-bottom: none;
}

.p-search__filter fieldset::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: -0.625rem;
  width: 0.9375rem;
  height: 0.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/select-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-search__filter fieldset::after {
    display: none;
  }
}

.p-search__filter fieldset::before {
  content: "";
  position: absolute;
  left: 0.9375rem;
  top: -0.6875rem;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/job.svg);
  mask-image: url(../img/common/job.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-search__filter fieldset::before {
    display: none;
  }
}

.p-search__filter fieldset:nth-child(2)::before {
  -webkit-mask-image: url(../img/common/area.svg);
  mask-image: url(../img/common/area.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.p-search__filter fieldset:nth-child(3)::before {
  -webkit-mask-image: url(../img/common/price.svg);
  mask-image: url(../img/common/price.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.p-search__filter fieldset:nth-child(4)::before {
  -webkit-mask-image: url(../img/common/smile.svg);
  mask-image: url(../img/common/smile.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.dispatch-search .p-search__filter fieldset::before {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

@media screen and (min-width: 768px) {
  .p-search__filter fieldset:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.p-search__filter legend {
  color: #666666;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 0.875rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-search__filter legend {
    color: #D47305;
    font-size: 0.9375rem;
    padding-top: 0;
  }
}

.p-search__filter legend span {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-search__filter legend span {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 0.625rem;
  }
}

.p-search__filter-items {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1.5625rem;
  margin-left: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-search__filter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.9375rem;
    gap: 1.5625rem;
    margin-left: 0;
  }
}

.p-search__filter-items.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0 1.875rem;
}

.p-search__filter fieldset:has(.open):after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: -0.9375rem;
}

.p-search__filter label {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-search__filter input {
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.p-search__filter input[type=checkbox] {
  background: #C8D1D1;
}

.p-search__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-search__btn {
    margin-top: 2rem;
  }
}

.p-search__btn button {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-search__btn button {
    display: unset;
  }
}

.p-search__btn-text {
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 1rem 6.25rem;
  border-radius: 0 0 10px 10px;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-search__btn-text {
    width: unset;
    font-size: 1rem;
    padding: 1.3125rem 7.5rem;
    border-radius: 10px;
  }
}

.p-search__btn-text span {
  position: relative;
}

.p-search__btn-text span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1.125rem;
  background: url(../img/common/search-white.svg) no-repeat center/contain;
}

.p-search__contents--dispatch {
  background: #CEEFFF;
}
.p-search__contents--dispatch .p-search__block button {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}
.p-search__contents--dispatch .p-search__block select {
  background-image: url(../img/common/select-arrow-blue.svg);
}
.p-search__contents--dispatch .p-search__block label.p-search__block-job::before,
.p-search__contents--dispatch .p-search__block label.p-search__block-area::before,
.p-search__contents--dispatch .p-search__block label.p-search__block-salary::before {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}
.p-search__contents--dispatch .p-search__filter fieldset::after {
  background: url(../img/common/select-arrow-blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-search__contents--dispatch .p-search__filter fieldset::after {
    display: none;
  }
}
.p-search__contents--dispatch .p-search__keyword button {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}
@media screen and (min-width: 768px) {
  .p-search__contents--dispatch .p-search__filter legend {
    color: #0299BB;
  }
}
.p-search__contents--dispatch .p-search__btn-text {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-search__results {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFF8E2));
  background: linear-gradient(360deg, #FFFFFF 0%, #FFF8E2 100%);
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-search__results {
    padding-top: 7.5rem;
  }
}

.dispatch-search .p-search__results {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#F0FBFE));
  background: linear-gradient(360deg, #FFFFFF 0%, #F0FBFE 100%);
}

.p-search__results-read {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  .p-search__results-read {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-search__results-number {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-search__results-number {
    margin-top: 1.5625rem;
    font-size: 0.9375rem;
  }
}

.p-search__results-number span {
  display: inline-block;
  padding: 0 0.1875rem;
  font-size: 1.5625rem;
  color: #FF8101;
}
@media screen and (min-width: 768px) {
  .p-search__results-number span {
    font-size: 1.875rem;
  }
}

.dispatch-search .p-search__results-number span {
  color: #0065FF;
}

.p-search__results-items {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-search__results-items {
    margin-top: 5.25rem;
  }
}

.p-search__results-item {
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
}

.p-search__results-item:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-search__results-item:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.p-search__results-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  padding: 1.25rem 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.5rem 0 2.0625rem;
    gap: 2.5rem;
    border-bottom: 3px solid #FF8101;
  }
}

@media screen and (min-width: 768px) {
  .dispatch-search .p-search__results-item-head {
    border-bottom: 3px solid #26AFDE;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-search__results-item-head-left {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.625rem;
  border-radius: 0 5px 5px 0;
  max-width: 10.625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-head-left {
    max-width: 100%;
    padding: 0.9375rem 1.25rem;
  }
}

.dispatch-search .p-search__results-item-head-left {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-search__results-item-head-left-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}

.p-search__results-item-head-left-tag {
  background: #FF009D;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  color: #fff;
}

.p-search__results-item-head-left-tag.new {
  background: #EAFF00;
  color: #FF8101;
}

.p-search__results-item-head-left-number {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-head-left-number {
    font-size: 1.125rem;
  }
}

.p-search__results-item-head-left-number p {
  font-size: 0.875rem;
}

.p-search__results-item-head-left-number span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-head-left-number span {
    font-size: 1.75rem;
  }
}

.dispatch-search .p-search__results-item-subtitle,
.single-dispatch .p-search__results-item-subtitle {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.625rem 0.625rem;
  border: 1px solid #26AFDE;
  color: #26AFDE;
  border-radius: 10px;
  min-width: 8.125rem;
  max-height: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .dispatch-search .p-search__results-item-subtitle,
  .single-dispatch .p-search__results-item-subtitle {
    max-height: unset;
    font-size: 1.25rem;
    padding: 1.6875rem 2.5rem;
  }
}

/* PCでは「・」は使わず1行 */
.term-item.special .sp-br {
  display: none;
}

/* SPでは改行を有効化 */
@media screen and (max-width: 768px) {
  .term-item.special .dot {
    display: none;
  }
  .term-item.special .sp-br {
    display: inline;
  }
}
.p-search__results-item-head-main {
  margin: 0 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 3px solid #FF8101;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-head-main {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.dispatch-search .p-search__results-item-head-main {
  border-bottom: 3px solid #26AFDE;
}
@media screen and (min-width: 768px) {
  .dispatch-search .p-search__results-item-head-main {
    border-bottom: none;
  }
}

.p-search__results-item-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-subtitle {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.p-search__results-item-title {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-title {
    margin-top: 0.375rem;
    font-size: 1.375rem;
  }
}

.p-search__results-item-tags {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-tags {
    margin-top: 1.25rem;
  }
}

.p-search__results-item-tag {
  background: #FFDCA4;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 2;
  color: #5C5C5C;
  padding: 0.1875rem 0.625rem;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-tag {
    padding: 0.4375rem 0.9375rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.dispatch-search .p-search__results-item-tag {
  background: #C4F1FE;
}

.single-dispatch .p-search__results-item-tag {
  background: #C4F1FE;
}

.p-search__results-item-body {
  padding: 1.25rem 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-body {
    padding: 3.125rem 2.5rem;
  }
}

.p-search__results-item-table dl {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #FF8101;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-table dl {
    grid-template-columns: 11.25rem 1fr;
    font-size: 1rem;
  }
}

.dispatch-search .p-search__results-item-table dl {
  border-bottom: 1px solid #26AFDE;
}

.p-search__results-item-table dl:last-child {
  border-bottom: none;
}

.p-search__results-item-table dt {
  background: #FFDCA4;
  padding: 0.625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-table dt {
    padding: 1.125rem 1.25rem;
  }
}

.dispatch-search .p-search__results-item-table dt {
  background: #CEEFFF;
}

.p-search__results-item-table dd {
  padding: 0.625rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-table dd {
    padding: 1.125rem 1.25rem;
  }
}

.p-search__results-item-links {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 150fr 165fr;
  gap: 0.9375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-links {
    margin-top: 3.125rem;
    padding: 0 6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-search__results-item-link {
  padding: 0.875rem 0.3125rem;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#FF74C2), to(#FFA6C8)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #FF74C2 0%, #FFA6C8 100%) border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4285714286;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-link {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    padding: 1.0625rem 1.5625rem;
  }
}

.p-search__results-item-link span {
  position: relative;
  padding-left: 1.4375rem;
}

.p-search__results-item-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask-image: url(../img/common/heart.svg);
  mask-image: url(../img/common/heart.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, left top, right top, from(#FF74C2), to(#FFA6C8));
  background: linear-gradient(90deg, #FF74C2 0%, #FFA6C8 100%);
}

.p-search__results-item-link.active span {
  position: relative;
}

.p-search__results-item-link.active span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask-image: url(../img/common/heart-active.svg);
  mask-image: url(../img/common/heart-active.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, left top, right top, from(#FF74C2), to(#FFA6C8));
  background: linear-gradient(90deg, #FF74C2 0%, #FFA6C8 100%);
}

.p-search__results-item-link--single {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #FDD108 0%, #FF8000 100%) border-box;
}

.dispatch-search .p-search__results-item-link--single {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%) border-box;
}

.p-search__results-item-link--single span::before {
  -webkit-mask-image: url(../img/common/search.svg);
  mask-image: url(../img/common/search.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.dispatch-search .p-search__results-item-link--single span::before {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-search__results-item-link--entry {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #FDD108 0%, #FF8000 100%) border-box;
  grid-column: -1/1;
}
@media screen and (min-width: 768px) {
  .p-search__results-item-link--entry {
    grid-column: unset;
  }
}

.dispatch-search .p-search__results-item-link--entry {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%) border-box;
}

.p-search__results-item-link--entry span::before {
  -webkit-mask-image: url(../img/common/footer-contact.svg);
  mask-image: url(../img/common/footer-contact.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
}

.dispatch-search .p-search__results-item-link--entry span::before {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-search__relater {
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-search__relater {
    margin-top: 5rem;
  }
}

.p-search__relater-container {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 0.625rem;
  overflow-x: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .p-search__relater-container {
    padding-left: 0;
    margin-left: unset;
    margin-right: unset;
    overflow: unset;
  }
}

.p-search__relater-container .swiper-button-prev {
  background: url("../img/common/prev-orange.png") no-repeat center/contain;
  left: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-search__relater-container .swiper-button-prev {
    left: -1.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .p-search__relater-container .swiper-button-prev {
    left: -3.125rem;
  }
}

.p-search__relater-container .swiper-button-next {
  background: url("../img/common/next-orange.png") no-repeat center/contain;
  right: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-search__relater-container .swiper-button-next {
    right: -1.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .p-search__relater-container .swiper-button-next {
    right: -3.125rem;
  }
}

.p-search__relater-items {
  margin-top: 3.125rem;
  padding-bottom: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-search__relater-items {
    margin-top: 2.5rem;
    max-width: 62.375rem;
    padding: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-search__relater-items {
    overflow-x: hidden;
  }
}

.relater-swiper {
  padding: 0.625rem;
}

.p-search__relater-container .swiper-button-prev {
  top: 50%;
}
@media screen and (min-width: 1024px) {
  .p-search__relater-container .swiper-button-prev {
    left: -1.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .p-search__relater-container .swiper-button-prev {
    left: -3.125rem;
  }
}

.p-search__relater-container .swiper-button-next {
  top: 50%;
}
@media screen and (min-width: 1024px) {
  .p-search__relater-container .swiper-button-next {
    right: -1.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .p-search__relater-container .swiper-button-next {
    right: -3.125rem;
  }
}

.p-search__results-pagination {
  margin-top: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-search__results-pagination {
    margin-top: 4.875rem;
    gap: 0.625rem;
  }
}

.p-search__results-pagination .page-numbers {
  display: inline-block;
  background: #fff;
  padding: 0.8125rem 1rem;
  color: #FF8101;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-search__results-pagination .page-numbers {
    font-size: 0.875rem;
    padding: 0.8125rem 1rem;
  }
}

.dispatch-search .p-search__results-pagination .page-numbers {
  color: #26AFDE;
}

.p-search__results-pagination .page-numbers.current {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  color: #fff;
}

.dispatch-search .p-search__results-pagination .page-numbers.current {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-search__results-pagination .page-numbers.next {
  margin-left: 3.125rem;
}

.p-search__results-pagination .page-numbers.prev {
  margin-right: 3.125rem;
}

.p-service__recruitment.l-section {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-service__recruitment.l-section {
    padding-top: 2.3125rem;
    padding-bottom: 5.6875rem;
  }
}

.p-service__recruitment .c-contents__text {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__recruitment .c-contents__text {
    margin-top: 1.875rem;
  }
}

.p-service__recruitment-img {
  margin-top: 1.875rem;
}

.p-service__recruitment-img img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service__recruitment-img img {
    max-width: 29.6875rem;
  }
}

.p-service__merits-contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__merits-contents {
    margin-top: 5rem;
  }
}

.p-service__merits-contents2 {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-service__merits-contents2 {
    margin-top: 5rem;
  }
}

.p-service__merits-contents-wrap {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service__merits-contents-wrap {
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__merits-contents-img {
    padding-left: 2rem;
  }
}

.p-service__merits-contents-img img {
  max-width: 11.375rem;
}
@media screen and (min-width: 768px) {
  .p-service__merits-contents-img img {
    max-width: 21.875rem;
  }
}

.p-service__merits-contents-body {
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service__merits-contents-body {
    padding: 0;
  }
}

.p-service__merits-contents-body .c-contents__text {
  margin-top: 1.25rem;
}

.p-service__merits-contents-body-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service__merits-contents-body-head {
    gap: 1.25rem;
    padding-left: 0;
  }
}

.p-service__merits-contents-body-head2 {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__merits-contents-body-head2 {
    margin-top: 1.875rem;
  }
}

.p-service__merits-contents2 .p-service__merits-contents-body-head2 {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-service__merits-contents2 .p-service__merits-contents-body-head2 {
    margin-top: 1.875rem;
  }
}

.p-service__merits-contents-body-number {
  background: -webkit-gradient(linear, left top, right top, from(#BAF7B5), color-stop(51.92%, #FEFE0B));
  background: linear-gradient(90deg, #BAF7B5 0%, #FEFE0B 51.92%);
  border-radius: 5000px;
  color: #1473FD;
  padding: 0.625rem 1.25rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .p-service__merits-contents-body-number {
    font-size: 1rem;
    line-height: 1.375;
  }
}

.p-service__merits-contents-body-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  .p-service__merits-contents-body-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.p-service__merits-contents-body-wrap {
  margin-top: 1.25rem;
  background: #EBEFF2;
  border-radius: 10px;
  padding: 1.25rem;
}

.p-service__merits-contents-body-item {
  font-size: 0.75rem;
  line-height: 1.1666666667;
}

.p-service__flow {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-service__flow {
    margin-top: 10.8125rem;
  }
}

.p-service__flow .c-flow__contents {
  padding-top: 2.5rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__flow .c-flow__contents {
    padding-top: 3.875rem;
    margin-top: 3.75rem;
  }
}

.p-service__flow .c-flow__item {
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service__flow .c-flow__item {
    gap: 3.75rem;
  }
}

.p-service__flow .c-flow__item:nth-child(1) {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-service__flow .c-flow__item:nth-child(1) {
    gap: 3.75rem;
  }
}

.p-service__flow .c-flow__item:nth-child(1) .c-flow__img {
  max-width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-service__flow .c-flow__item:nth-child(1) .c-flow__img {
    max-width: 13.75rem;
  }
}

.p-service__flow .c-flow__item:nth-child(2) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-service__flow .c-flow__item:nth-child(2) {
    margin-top: 3.75rem;
  }
}

.p-service__flow .c-flow__item:nth-child(3) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__flow .c-flow__item:nth-child(3) {
    margin-top: 4.6875rem;
  }
}

.p-service__flow .c-flow__item:nth-child(4),
.p-service__flow .c-flow__item:nth-child(5),
.p-service__flow .c-flow__item:nth-child(6) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__flow .c-flow__item:nth-child(4),
  .p-service__flow .c-flow__item:nth-child(5),
  .p-service__flow .c-flow__item:nth-child(6) {
    margin-top: 5rem;
  }
}

.p-service__flow .c-flow__btn {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-service__flow .c-flow__btn {
    display: none;
  }
}

.p-service__flow .c-flow__img {
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__flow .c-flow__img {
    max-width: 13.75rem;
  }
}

.p-service__benefit {
  margin-top: 0;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__benefit {
    margin-top: 0;
    padding-top: 8.125rem;
    padding-bottom: 0;
  }
}

.p-service__benefit-container {
  display: grid;
  padding: 4.375rem 0.625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__benefit-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 11.5625rem 6.25rem 5rem;
  }
}

.p-service__benefit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__benefit-items {
    gap: 4.375rem;
  }
}

.p-service__benefit-items:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__benefit-items:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-service__benefit-title {
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service__benefit-title {
    font-size: 1.5rem;
    margin-left: 0.625rem;
  }
}

.p-service__benefit-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.1875rem;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-service__benefit-img {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__benefit-img {
    margin-top: 3.5625rem;
  }
}

.p-service__benefit-img img {
  margin-inline: auto;
  max-width: 11.375rem;
}
@media screen and (min-width: 768px) {
  .p-service__benefit-img img {
    max-width: 16.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__benefit-img3 {
    margin-top: 2.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__benefit-img3 img {
    max-width: 17.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__benefit-img4 img {
    max-width: 17.0625rem;
  }
}

.p-service__benefit-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-service__benefit-text {
    margin-top: 3.5625rem;
    font-size: 1rem;
    line-height: 2;
    padding: 0 3.125rem 0 1.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__benefit-text4 {
    margin-top: 2.5rem;
  }
}

.p-service__benefit-text span {
  color: #FF0000;
}

.p-service__benefit-text a {
  text-decoration: underline;
}

.p-service__contact {
  margin-top: 3.4375rem;
  background: #F0FAFF;
  padding: 3.125rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__contact {
    margin-top: 7.5rem;
    padding: 7.5rem 0 7.5rem;
  }
}

.p-service__contact .c-section-read {
  text-align: center;
}

.p-service__contact-title {
  text-align: center;
  color: #1473FD;
  position: relative;
  padding-top: 1.75rem;
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-service__contact-title {
    font-size: 2rem;
    line-height: 2;
    padding-top: 1.25rem;
  }
}

.p-service__contact-title::before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-service__contact-read {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__contact-read {
    margin-top: 1.0625rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-service__contact-wrap {
  margin-top: 1.875rem;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 2.1875rem 1.875rem;
  gap: 1.25rem;
  max-width: 56.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service__contact-wrap {
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.375rem;
    padding: 1.25rem 2.5rem;
  }
}

.p-service__contact-wrap-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-service__contact-wrap-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-service__contact-img {
  max-width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-service__contact-img {
    max-width: 10rem;
  }
}

.p-service__contact-text {
  font-size: 1.125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #1473FD;
}
@media screen and (min-width: 768px) {
  .p-service__contact-text {
    font-size: 1.5rem;
  }
}

.p-service__contact-btn a {
  display: inline-block;
  padding: 0.9375rem 3.875rem 0.9375rem 5.3125rem;
  background: -webkit-gradient(linear, right top, left top, from(#018AFE), to(#0875F4));
  background: linear-gradient(270deg, #018AFE 0%, #0875F4 100%);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, .25);
  border-radius: 500px;
  color: #fff;
  position: relative;
  font-size: 1.375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.0909090909;
  max-width: 17.1875rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-service__contact-btn a {
    min-width: 19.375rem;
  }
}

.p-service__contact-btn a span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1428571429;
}

.p-service__contact-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/contact-tel.svg) no-repeat center/contain;
}

.p-service__contact-wrap2 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__contact-wrap2 {
    margin-top: 2.5rem;
  }
}

.p-service__contact-wrap2 .p-service__contact-text {
  color: #FF8101;
}

.p-service__contact-wrap2 .p-service__contact-btn a {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  font-size: 1rem;
  padding: 1.875rem 3.9375rem 1.875rem 5.4375rem;
}

.p-service__contact-wrap2 .p-service__contact-btn a::before {
  left: 2.1875rem;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../img/common/footer-contact.svg) no-repeat center/contain;
}

.p-service__contact-link {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__contact-link {
    margin-top: 2.5rem;
  }
}

.p-service__contact-link a {
  display: inline-block;
  background: #1F519C;
  color: #fff;
  padding: 1rem 3.5rem;
  border-radius: 500px;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.p-service__contact-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 0.8125rem;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
}

.p-single__fulltime {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFF8E2));
  background: linear-gradient(360deg, #FFFFFF 0%, #FFF8E2 100%);
}

.p-single__dispatch {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0FBFE), to(#FFFFFF));
  background: linear-gradient(180deg, #F0FBFE 0%, #FFFFFF 100%);
}

.p-single__item {
  background: #fff;
}

.p-single__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 4px solid #FF8101;
  padding: 2.5rem 1.3125rem 2.25rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-single__dispatch .p-single__item-head {
  border-bottom: 4px solid #26AFDE;
}
@media screen and (min-width: 768px) {
  .p-single__dispatch .p-single__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-single__item-head-left-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single__item-head-left {
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.625rem;
  border-radius: 0 5px 5px 0;
  max-width: 10.625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-single__item-head-left {
    max-width: 100%;
    padding: 0.9375rem 1.25rem;
  }
}

.p-single__dispatch .p-single__item-head-left {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-single__item-head-left-number {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-single__item-head-left-number {
    font-size: 1.125rem;
  }
}

.p-single__item-head-left-number p {
  font-size: 0.875rem;
  white-space: nowrap;
}

.p-single__item-head-left-number span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-head-left-number span {
    font-size: 1.75rem;
  }
}

.p-single__item-head-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-single__item-head-main-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.6875rem;
    padding: 0 5.375rem;
  }
}

.p-single__item-head-main {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-head-main {
    padding: 0;
  }
}

.p-single__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .p-single__item-title {
    font-size: 1.375rem;
  }
}

.p-single__item-tags {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-tags {
    margin-top: 1.25rem;
  }
}

.p-single__item-tag {
  background: #FFDCA4;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 2;
  color: #5C5C5C;
  padding: 0.1875rem 0.625rem;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .p-single__item-tag {
    padding: 0.4375rem 0.9375rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.p-single__item-head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-head-right {
    padding-left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-single__item-head-btn {
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  border-radius: 5px;
  padding: 0.4375rem 2.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single__item-head-btn {
    display: inline-block;
    padding: 1.0625rem 2.5625rem;
  }
}

.p-single__dispatch .p-single__item-head-btn {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-single__item-head-btn span {
  color: #fff;
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-single__item-head-btn span {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}

.p-single__item-head-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask-image: url(../img/common/footer-contact.svg);
  mask-image: url(../img/common/footer-contact.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
}

.p-single__item-container {
  padding: 2.5rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-container {
    padding: 3.75rem 5.375rem;
  }
}

.p-single__item-contents:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-contents:nth-child(n+2) {
    margin-top: 6.25rem;
  }
}

.p-single__item-contents-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #C7C7C7;
  color: #FF8101;
}

.p-single__dispatch .p-single__item-contents-title {
  border-bottom: 1px solid #C7C7C7;
  color: #000;
}

.p-single__item-contents-body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-contents-body {
    margin-top: 3.75rem;
  }
}

.p-single__item-contents-body dl {
  display: grid;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-single__item-contents-body dl {
    grid-template-columns: 10rem 1fr;
    gap: 2.5rem;
    font-size: 1rem;
    line-height: 1.5625;
  }
}

@media screen and (min-width: 768px) {
  .p-single__item-contents-body dl:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

.p-single__item-contents-body dt {
  font-weight: 700;
  background: #FBDB9C;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-contents-body dt {
    background: none;
    padding: 0;
  }
}

.p-single__item-contents-body dd {
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-contents-body dd {
    padding: 0;
  }
}

.p-single__item-contents-table {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-contents-table {
    margin-top: 3.75rem;
  }
}

.p-single__item-contents-table dl {
  display: grid;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-single__item-contents-table dl {
    font-size: 1rem;
    grid-template-columns: 11.25rem 1fr;
    border-bottom: 1px solid #FF8101;
  }
}

@media screen and (min-width: 768px) {
  .p-single__dispatch .p-single__item-contents-table dl {
    border-bottom: 1px solid #26AFDE;
  }
}

.p-single__item-contents-table dl:last-child {
  border-bottom: none;
}

.p-single__item-contents-table dt {
  background: #FFDCA4;
  padding: 0.3125rem 0.625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single__item-contents-table dt {
    padding: 1.125rem 1.25rem;
  }
}

.p-single__dispatch .p-single__item-contents-table dt {
  background: #CEEFFF;
}

.p-single__item-contents-table dd {
  padding: 0.625rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__item-contents-table dd {
    padding: 1.125rem 1.25rem;
  }
}

.p-single__item-links {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single__item-links {
    margin-top: 7.5rem;
    gap: 2.5rem;
    max-width: 32.5rem;
    margin-inline: auto;
  }
}

.p-single__item-links .p-search__results-item-link--entry {
  grid-column: unset;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  color: #fff;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, .25);
  border-radius: 5px;
}

.p-single__dispatch .p-single__item-links .p-search__results-item-link--entry {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

.p-single__item-links .p-search__results-item-link--entry span::before {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-single__item-links .p-search__results-item-link--entry span.pc {
    display: contents;
  }
}

/* 2つのパネルを並べるflex */
.c-bargraph__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.c-bargraph__flex > * {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .c-bargraph__flex {
    width: 100%;
    display: block;
  }
  .c-bargraph__flex > * {
    width: 100%;
  }
}
/* グラフのパネル */
.c-bargraph {
  position: relative;
  background: #CEEFFF;
  display: inline-block;
  width: 100%;
  margin-top: 3rem;
  height: 90px;
  padding: 30px 20px 1px;
}

@media (max-width: 767px) {
  .c-bargraph {
    margin-top: 2rem;
  }
}
/* 左上のグラフタイトル */
.c-bargraph__title {
  position: absolute;
  top: 8px;
  left: 12px;
  line-height: 1;
  padding: 5px 10px 6px;
  border: 1.5px solid #1473FD;
  color: #1473FD;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .04);
          box-shadow: 0 2px 0 rgba(0, 0, 0, .04);
}

@media (max-width: 767px) {
  .c-bargraph__title {
    font-size: 0.875rem;
  }
}
/* ラベルを左右に、ドット群を中央に */
.c-bargraph__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
}

@media (max-width: 768px) {
  .c-bargraph__scale {
    gap: 0;
  }
}
/* 「低い」「高い」 */
.c-bargraph__scale .side-label {
  font-weight: bold;
  white-space: nowrap;
  padding-top: 5px;
}

/* ドット群（flex） */
.c-bargraph__scale .ticks {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
}

/* 背景の横ライン：左右10%で止める＝最端ドットの中心に一致 */
.c-bargraph__scale .ticks::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10%;
  right: 10%;
  height: 6px;
  background: #d9d9d9;
  border-radius: 3px;
}

/* 各目盛 */
.c-bargraph__scale .tick {
  position: relative;
  z-index: 1;
  width: 20%; /* 5等分 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/* 丸（デフォルト灰） */
.c-bargraph__scale .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d9d9d9;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .08) inset, 0 1px 2px rgba(0, 0, 0, .06);
          box-shadow: 0 2px 0 rgba(0, 0, 0, .08) inset, 0 1px 2px rgba(0, 0, 0, .06);
  margin-bottom: 6px;
}

/* 青い丸にする */
.c-bargraph__scale .dot.active {
  background: -webkit-gradient(linear, right top, left top, from(#4FE3E6), to(#0098BA));
  background: linear-gradient(270deg, #4FE3E6 0%, #0098BA 100%);
}

/* グラフの各丸のラベル */
.c-bargraph__scale .label {
  font-size: 0.75rem;
  color: #333;
  height: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .c-bargraph__scale .side-label {
    font-size: 0.875rem;
  }
  .c-bargraph__scale .label {
    font-size: 0.75rem;
  }
}
.c-bargraph.-nolabel .c-bargraph__scale .label {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-bargraph.-nolabel .c-bargraph__scale .label {
    font-size: 0.75rem;
  }
}

.p-talent__service {
  background: #F0FAFF;
  padding-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service {
    padding-top: 5rem;
  }
}

.p-talent__service .c-contents__body {
  width: 100%;
}

.p-talent__service .c-contents__body-items {
  max-width: 33.5625rem;
  gap: 0.9375rem;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__body-items {
    gap: 1.5625rem 1.875rem;
  }
}

.p-talent__service .c-contents__body-item {
  padding: 1.5625rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__body-item {
    padding: 0.625rem;
  }
}

.p-talent__service .c-contents__item:nth-child(1) {
  gap: 4.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(1) {
    gap: 3.4375rem;
    padding-bottom: 3.75rem;
  }
}

.p-talent__service .c-contents__item:nth-child(n+2) {
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(n+2) {
    gap: 4.4375rem;
    margin-top: 3.75rem;
  }
}

.p-talent__service .c-contents__item:nth-child(n+2) .c-contents__img {
  max-width: 25rem;
}

.p-talent__service .c-contents__item:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8125rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(2) {
    gap: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.p-talent__service .c-contents__item:nth-child(2) .c-contents__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(2) .c-contents__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-talent__service .c-contents__item:nth-child(2) .c-contents__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(2) .c-contents__body {
    width: inherit;
  }
}

.p-talent__service .c-contents__item:nth-child(2) .c-contents__body-item {
  padding: 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(2) .c-contents__body-item {
    padding: 1.25rem 0.75rem;
  }
}

.p-talent__service .c-contents__item:nth-child(2) .c-contents__text {
  padding-right: 0;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(2) .c-contents__text {
    margin-top: 2.5rem;
  }
}

.p-talent__service .c-contents__item:nth-child(4) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: grid;
    grid-template-columns: 22.5rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6.875rem;
    padding-top: 5rem;
    padding-bottom: 4.375rem;
  }
}

.p-talent__service .c-contents__item:nth-child(4) .c-contents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(4) .c-contents__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.4375rem;
  }
}

.p-talent__service .c-contents__item:nth-child(4) .c-contents__body-items2 {
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(4) .c-contents__body-items2 {
    max-width: 33.25rem;
    gap: 1.25rem;
  }
}

.p-talent__service .c-contents__item:nth-child(4) .c-contents__body-item {
  display: block;
  min-height: unset;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(4) .c-contents__body-item {
    min-height: 4.5rem;
  }
}

.p-talent__service .c-contents__item:nth-child(4) .c-contents__text {
  padding-right: 0;
}

.p-talent__service .c-contents__item:nth-child(5) {
  gap: 0;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-talent__service .c-contents__item:nth-child(5) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.75rem;
    padding-bottom: 2.8125rem;
  }
}

.p-talent__service .c-contents__img {
  max-width: 28.3125rem;
}

.p-talent__wrap {
  margin-top: 2.5rem;
  background: #F0FAFF;
  border-radius: 15px;
  padding: 2.5rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-talent__wrap {
    margin-top: 5rem;
    grid-template-columns: 600fr 412fr;
    padding: 2.5rem 6.25rem;
    gap: 3.75rem;
  }
}

.p-talent__wrap-left .c-section-title2 {
  border-left: none;
  padding-left: 0;
}

.p-talent__wrap-left .c-section-title2::before {
  left: 0;
}

.p-talent__wrap-left .c-section-title2::after {
  display: none;
}

.p-talent__wrap-bg {
  background: #fff;
  padding: 1.25rem;
  border-radius: 10px;
}

.p-talent__wrap-right-title {
  color: #1473FD;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125;
}

.p-talent__wrap-right-text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .p-talent__wrap-right-text {
    font-size: 1rem;
  }
}

.p-talent__contact {
  text-align: center;
  padding: 7.1875rem 0 8.8125rem;
  background: url(../img/talent/talent-contact_bg-sp.png) no-repeat center/contain, -webkit-gradient(linear, left top, left bottom, from(#24B2CE), to(#CCFFFE));
  background: url(../img/talent/talent-contact_bg-sp.png) no-repeat center/contain, linear-gradient(180deg, #24B2CE 0%, #CCFFFE 100%);
}
@media screen and (min-width: 768px) {
  .p-talent__contact {
    padding: 4.3125rem 0;
    background: url(../img/talent/talent-contact_bg.png) no-repeat center/cover;
  }
}

.p-talent__contact-title {
  font-size: 1.375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-talent__contact-title {
    font-size: 3.75rem;
    letter-spacing: -0.03em;
  }
}

.p-talent__contact-read {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-talent__contact-read {
    margin-top: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.p-talent__contact-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .p-talent__contact-text {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-talent__contact-btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-talent__contact-btn {
    margin-top: 0.625rem;
  }
}

.p-talent__contact-btn a {
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#FDD108), to(#FF8000));
  background: linear-gradient(270deg, #FDD108 0%, #FF8000 100%);
  padding: 1.1875rem 2.875rem 1.1875rem 4.3125rem;
  color: #fff;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2;
  border-radius: 500px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-talent__contact-btn a {
    font-size: 1.25rem;
    padding: 1.1875rem 7.125rem 1.1875rem 10.5625rem;
  }
}

.p-talent__contact-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/common/footer-contact.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-talent__contact-btn a::before {
    left: 7.125rem;
  }
}

.p-talent__flow {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-talent__flow {
    display: block;
    padding-bottom: 4.375rem;
  }
}

.p-talent__flow-chart {
  margin-top: 5rem;
  background: #F0FAFF;
  border-radius: 10px;
  padding: 5rem 6.25rem;
}

.flow-row:first-child {
  margin-top: 5rem;
}

.flow-row:last-child {
  margin-top: 5.4375rem;
}

.flow-row {
  margin-top: 4.75rem;
  position: relative;
  z-index: 1;
}

.flow-row.header {
  margin-top: 0;
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(4, 1fr);
  height: 4.5rem;
}

.flow-row.column {
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(4, 1fr);
}

.flow-cell {
  background: #fff;
  color: #1473FD;
  padding: 0.625rem 0.9375rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  max-height: 4.375rem;
}

.flow-cell.none {
  background: none;
}

.flow-cell.header {
  font-weight: bold;
  color: #fff;
  border-radius: 12px;
  position: relative;
}

.flow-cell.header::after {
  content: "";
  position: absolute;
  bottom: -59.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 59.75rem;
  background: #0ABBD1;
}

.flow-cell.header::before {
  content: "";
  position: absolute;
  bottom: -60rem; /* 線の長さ+三角形の高さ分下げる */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent; /* 三角の左右幅 */
  border-right: 13px solid transparent;
  border-top: 23px solid #0ABBD1; /* 三角の色と向き */
}

.flow-cell.blue {
  background: #0ABBD1;
}

.flow-cell.blue2 {
  background: #1473FD;
}

.flow-cell.header.blue2::after {
  background: #1473FD;
}

.flow-cell.header.blue2::before {
  border-top: 23px solid #1473FD;
}

.flow-cell.orange {
  background: #FF8101;
}

.flow-cell.header.orange::after {
  background: #FF8101;
}

.flow-cell.header.orange::before {
  border-top: 23px solid #FF8101;
}

.flow-cell.green {
  background: #03CBBB;
}

.flow-cell.header.green::after {
  background: #03CBBB;
}

.flow-cell.header.green::before {
  border-top: 23px solid #03CBBB;
}

@media screen and (min-width: 768px) {
  .p-talent__support {
    padding-bottom: 4.375rem;
  }
}

.p-talent__support .p-talent__wrap-right-text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-talent__support .p-talent__wrap-right-text {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.p-top-dispatch {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 227, 230, 0)), to(rgba(0, 152, 186, .2)));
  background: linear-gradient(180deg, rgba(79, 227, 230, 0) 0%, rgba(0, 152, 186, .2) 100%);
}

.p-top-dispatch__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-top-dispatch__head .c-section-read {
  padding-left: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-dispatch__head .c-section-read {
    padding-left: 0;
  }
}

.p-top-dispatch__btn .c-card__btn {
  display: inline-block;
  padding: 1.1875rem 2.0625rem 1.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#FF74C2), to(#FFA6C8)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #FF74C2 0%, #FFA6C8 100%) border-box;
}

.p-top-dispatch__btn .c-card__btn span::before {
  background: -webkit-gradient(linear, left top, right top, from(#FF74C2), to(#FFA6C8));
  background: linear-gradient(90deg, #FF74C2 0%, #FFA6C8 100%);
}

.p-top-dispatch__swiper-container {
  position: relative;
  padding-left: 3.125rem;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .p-top-dispatch__swiper-container {
    padding-left: 0;
    margin-left: unset;
    margin-right: unset;
    overflow: unset;
  }
}

.p-top-dispatch__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 2.5rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-dispatch__items {
    margin-top: 5rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.swiper {
  overflow: unset;
}
@media screen and (min-width: 1024px) {
  .swiper {
    overflow: hidden;
  }
}

.swiper-button-prev {
  left: 0.625rem;
  width: 1.25rem;
  height: 3.125rem;
  background: url("../img/common/prev.png") no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev {
    width: 1.875rem;
    height: 3.75rem;
    left: -1.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .swiper-button-prev {
    left: -3.125rem;
  }
}

.swiper-button-prev svg {
  display: none;
}

.swiper-button-next {
  right: 0.625rem;
  width: 1.25rem;
  height: 3.125rem;
  background: url("../img/common/next.png") no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .swiper-button-next {
    width: 1.875rem;
    height: 3.75rem;
    right: -1.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .swiper-button-next {
    right: -3.125rem;
  }
}

.swiper-button-next svg {
  display: none;
}

.p-top-dispatch__swiper-container .swiper-button-prev {
  top: 50%;
}
@media screen and (min-width: 1024px) {
  .p-top-dispatch__swiper-container .swiper-button-prev {
    left: -1.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .p-top-dispatch__swiper-container .swiper-button-prev {
    left: -3.125rem;
  }
}

.p-top-dispatch__swiper-container .swiper-button-next {
  top: 50%;
}
@media screen and (min-width: 1024px) {
  .p-top-dispatch__swiper-container .swiper-button-next {
    right: -1.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .p-top-dispatch__swiper-container .swiper-button-next {
    right: -3.125rem;
  }
}

.p-top-dispatch__btn2 {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-dispatch__btn2 {
    margin-top: 6.25rem;
  }
}

.p-top-dispatch__links {
  margin-top: 1.875rem;
  display: grid;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-dispatch__links {
    margin-top: 6.25rem;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-dispatch__link .c-link-btn__title5 {
    padding: 3rem 0 0;
  }
}

.p-top-job {
  padding-top: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 129, 1, 0)), to(rgba(255, 129, 1, .2)));
  background: linear-gradient(180deg, rgba(255, 129, 1, 0) 0%, rgba(255, 129, 1, .2) 100%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-job {
    padding-top: 7.5rem;
  }
}

.p-top-job__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-top-job__head .c-section-read {
  padding-left: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-job__head .c-section-read {
    padding-left: 0;
  }
}

.p-top-job__btn .c-card__btn {
  display: inline-block;
  padding: 1.1875rem 2.0625rem 1.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#FF74C2), to(#FFA6C8)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #FF74C2 0%, #FFA6C8 100%) border-box;
}

.p-top-job__btn .c-card__btn span::before {
  background: -webkit-gradient(linear, left top, right top, from(#FF74C2), to(#FFA6C8));
  background: linear-gradient(90deg, #FF74C2 0%, #FFA6C8 100%);
}

.p-top-job__swiper-container {
  position: relative;
  padding-left: 3.125rem;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .p-top-job__swiper-container {
    padding-left: 0;
    margin-left: unset;
    margin-right: unset;
    overflow: unset;
  }
}

.p-top-job__items {
  margin-top: 2.5rem;
  display: grid;
  gap: 2.5rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-job__items {
    margin-top: 5rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.swiper2 {
  overflow: unset;
}
@media screen and (min-width: 1024px) {
  .swiper2 {
    overflow: hidden;
  }
}

.p-top-job__swiper-container .swiper-button-prev {
  top: 50%;
  background: url("../img/common/prev-orange.png") no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .p-top-job__swiper-container .swiper-button-prev {
    left: -1.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .p-top-job__swiper-container .swiper-button-prev {
    left: -3.125rem;
  }
}

.p-top-job__swiper-container .swiper-button-next {
  top: 50%;
  background: url("../img/common/next-orange.png") no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .p-top-job__swiper-container .swiper-button-next {
    right: -1.25rem;
  }
}
@media screen and (min-width: 1350px) {
  .p-top-job__swiper-container .swiper-button-next {
    right: -3.125rem;
  }
}

.p-top-job__btn2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-job__btn2 {
    margin-top: 6.25rem;
  }
}

.p-top-job__links {
  margin-top: 1.875rem;
  display: grid;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-job__links {
    margin-top: 6.25rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.3125rem;
  }
}

.p-top-job__links .c-link-btn::before {
  background: url(../img/common/link-btn-arrow--orange.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p-top-job__links .c-link-btn__title5 {
    padding-top: 5rem;
    padding-bottom: 3.125rem;
  }
}

.p-top-news {
  padding-top: 2.9375rem;
  background: #FDFFF3;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 7.5rem;
  }
}

.p-news__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__container {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8125rem;
  }
}

.p-top-other {
  padding: 3.25rem 0 3.625rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-other {
    padding: 7.5rem 0;
  }
}

.p-top-other__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 140%;
  z-index: -2;
  will-change: transform;
}

.p-top-other__bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/417;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 52% 0;
     object-position: 52% 0;
}

.p-top-other .c-section-title {
  color: #fff;
}

.p-top-other .c-section-title span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-other .c-section-title span {
    font-size: 2rem;
  }
}

.p-top-other__items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.0625rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-other__items {
    margin-top: 5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625rem 1.5rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
