@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media (min-width: 1130px) {
  html {
    font-size: 100%;
  }
}

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

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

/*****************************
* 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 */
html:focus-within {
  scroll-behavior: smooth;
}

/* 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-description {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-description {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-description__inner {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.l-footer__inner {
  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;
}

.l-full-time {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.l-full-time__inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1130px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-section-flow {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-section-flow {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-section-flow__inner {
  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;
}

.l-section-location {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-section-location {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-section-location__inner {
  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;
}

.l-section-merit {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-section-merit {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.l-section-question {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-section-question {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-section-salary {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-section-salary {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
}

.l-section-time {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-section-time {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-section-time__inner {
  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;
}

.l-section-vanue {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-section-vanue {
    padding-top: 6.25rem;
    padding-bottom: 8.0625rem;
  }
}

.l-section-vanue__inner {
  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;
}

.l-section-voice {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-section-voice {
    padding-top: 6.25rem;
    padding-bottom: 8.0625rem;
  }
}

.l-section-voice__inner {
  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;
}

.l-web {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}

.l-works {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-works {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.c-btn-text {
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-btn-text {
    font-size: 1.125rem;
  }
}

.c-btn-text--min {
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-btn-text--min {
    font-size: 1rem;
  }
}

.c-btn {
  font-size: 1rem;
  padding: 1.25rem 0.625rem;
  font-weight: bold;
  color: #fff;
  background-color: #FF7100;
  max-width: 16.25rem;
  text-align: center;
  display: inline-block;
  line-height: 1.45;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.25rem;
    padding: 1.5625rem 4.0625rem;
    max-width: 31.25rem;
  }
}

.c-btn--form {
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0.625rem 3.125rem;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .c-btn--form {
    font-size: 2.25rem;
    line-height: 1.4444444444;
    padding: 0.625rem 6.25rem;
    max-width: 41.5rem;
    min-width: 41.5rem;
  }
}

.c-card {
  border: 1px solid #002944;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card__title {
  padding: 1.25rem 5px;
  background-color: #002944;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
  text-align: center;
  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;
}

.c-card__body {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.875rem 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card__sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #002944;
  letter-spacing: -0.06em;
}

.c-card__text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.25rem;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-card__img {
  margin-top: 1.25rem;
  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;
}

.c-card__img img {
  aspect-ratio: 289/169;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 100%;
}

.c-card2 {
  background-color: #fff;
  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;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card2 {
    padding: 2.5rem 3.75rem 1.875rem 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-card2__body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-card2__body {
    margin-right: 10.1875rem;
  }
}

.c-card2__title {
  text-align: center;
  font-size: 1.5rem;
  color: #002944;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-card2__title {
    text-align: left;
  }
}

.c-card2__text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.25rem;
}

.c-card2__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1.25rem;
  max-width: 20.1875rem;
}
@media screen and (min-width: 768px) {
  .c-card2__img {
    margin-top: 0;
  }
}

.c-card2__img img {
  aspect-ratio: 323/187;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-card2__img-texts {
  margin-top: 1.5rem;
}

.c-card2__img-text {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin-top: 0.625rem;
}

.c-card2__img-text.c-card2__img-text--left {
  text-align: left;
  margin-top: 0;
}

.c-card3 {
  border-radius: 10px;
  border: 1px solid #0051A7;
  background: #fff;
  padding: 1.25rem 2.375rem;
}

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

.c-card3__img {
  margin-right: 0.625rem;
}

.c-card3__text {
  font-size: 1.25rem;
  font-weight: 700;
}

.c-card3__time {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.c-card4 {
  border: 1px solid #0051A7;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5rem 2.5rem 2.1875rem 2.5rem;
  }
}

.c-card4__profile {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card4__profile {
    margin-right: 3.75rem;
    min-width: 19.0625rem;
  }
}

.c-card4__img img {
  aspect-ratio: 300/200;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-card4__text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card4__text {
    margin-top: 0;
  }
}

.c-card4__text-name {
  text-align: center;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.c-card4__text-introduction {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.c-card4__interview-title {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0051A7;
}
@media screen and (min-width: 768px) {
  .c-card4__interview-title {
    margin-top: 0;
  }
}

.c-card4__interview-text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.625rem;
}

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

.c-card5 {
  padding: 0.625rem;
  border: 1px solid #0051A7;
  width: 17.1875rem;
  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;
  min-height: 6.25rem;
}

.c-card5__money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-card5__money-yen {
  font-size: 1rem;
  font-weight: bold;
  color: #0051A7;
}

.c-card5__money-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0051A7;
}

.c-card5__kome {
  font-size: 0.875rem;
  font-weight: 400;
}

.c-card5__text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.625rem;
}

.accordion-003 {
  margin-top: 0.625rem;
  min-width: 12.5rem;
  margin-bottom: 7px;
  border-bottom: 2px solid #0051A7;
}

.accordion-003 summary {
  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;
  position: relative;
  padding: 1rem 2rem 0.625rem 1.25rem;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
}

.accordion-003__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0051A7;
  text-align: center;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::before,
.accordion-003 summary::after {
  width: 3px;
  height: 14px;
  border-radius: 5px;
  background-color: #C9C8C8;
  content: "";
}

.accordion-003 summary::before {
  position: absolute;
  right: 10px;
  rotate: 90deg;
}

.accordion-003 summary::after {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
  position: absolute;
  right: 10px;
}

.accordion-003[open] summary::after {
  rotate: 90deg;
}

.accordion-003__box {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #333333;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.625rem;
  border-bottom: 1px solid #0051A7;
  margin-top: 0.625rem;
}

.accordion-003__money {
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
}

.accordion-003[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.accordion-003[open] {
  border-bottom: none;
}

.accordion-003__mini {
  font-size: 0.75rem;
  display: inline-block;
}

.accordion-003__wrap {
  margin-top: 1.875rem;
}

.accordion-003__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #A4CFEE;
  margin-top: 0.625rem;
}

.accordion-003__text-box2 {
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #A4CFEE;
}

.accordion-003__daily {
  font-size: 1rem;
  font-weight: 400;
}

.accordion-003__yen {
  font-size: 1rem;
  font-weight: bold;
  color: #2900A7;
}

.accordion-003__day {
  font-size: 1rem;
  font-weight: bold;
  color: #2900A7;
}

.accordion-003__text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion-003__span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #C9C8C8;
}

.accordion-003__wrap-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.accordion-003__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem;
}

.accordion-003__sum-title {
  font-size: 1rem;
  font-weight: bold;
}

.accordion-003__sum-yen {
  font-size: 1rem;
  font-weight: bold;
  color: #2900A7;
}

.accordion-003__text-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion-003__text-box-kome {
  border-bottom: 1px solid #A4CFEE;
}

.accordion-003__text-box-kome-text {
  font-size: 0.875rem;
  font-weight: 400;
}

.accordion-003__box-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.accordion-003__box-mini {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.625rem;
}

.accordion-003__box-border {
  border-bottom: 1px solid #0051A7;
}

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

.c-flow-item {
  background-color: #002944;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  padding: 2rem 0;
  width: 87px; height: 87px; border-radius: 50%;
  text-align: center;
  display: inline-block;
}

/*.c-flow-item__label::before {
  counter-increment: listnum;  counter-resetと同じ文字列
  content: counter(listnum) "日目"; カウンターの値を既定のスタイル（10 進数）で表示
}
*/
.c-flow-item.label2 { padding: 1.5rem 0;}

.c-flow-item.label2 .c-flow-item__label { font-size: 1.125rem; line-height: 1.1;}

.c-Joining-benefits {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4333333333;
  display: inline-block;
  padding: 0.625rem 3.75rem;
  max-width: 15rem;
  text-align: center;
  background-color: #DAAF08;
  color: #fff;
}

.c-rank-item {
  font-size: 1.875rem;
  color: #0051A7;
  line-height: 1.4333333333;
  font-weight: bold;
  letter-spacing: 0.003em;
  background-color: #fff;
  padding: 1.25rem 3.125rem 2.625rem 3.125rem;
  text-align: center;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-rank-item {
    width: 20.5rem;
  }
}

.c-rank-item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-rank-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.c-rank-item__label {
  border-bottom: 5px solid #333;
  width: 2.5rem;
  margin-inline: auto;
}

.c-rank-item__label::before {
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum, decimal-leading-zero); /* カウンターの値を既定のスタイル（10 進数）で表示 */
}

.c-rank-item__title {
  color: #333;
  margin-top: 1.25rem;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4333333333;
}

.c-rank-item__center {
  text-align: center;
}

.c-rank-item__text {
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 0.625rem;
}

.c-rank-item__money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-rank-item__money__number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0051A7;
  line-height: 1;
}

.c-rank-item__money__unit {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0051A7;
  line-height: 1.2;
}

.c-title {
  text-align: center;
  color: #0051A7;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 2.5rem;
    line-height: 1.45;
  }
}

.c-title.c-title--white {
  color: #fff;
}

.c-title2 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4583333333;
  background-color: #002944;
  padding: 0.375rem 1.375rem;
  text-align: center;
  display: inline-block;
  min-width: 17.8125rem;
}
@media screen and (min-width: 768px) {
  .c-title2 {
    font-size: 1.5rem;
  }
}

.p-accordion__item + .p-accordion__item {
  margin-top: 1.25rem;
}

.p-accordion__btn {
  text-align: left;
  background-color: #002944;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4375;
  padding: 1.25rem 3.125rem 1.25rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__btn {
    padding: 1.25rem 1.25rem 1.25rem 4.5625rem;
  }
}

.p-accordion__btn::before {
  content: "Q";
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__btn::before {
    left: 2.5rem;
  }
}

.p-accordion__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 46%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 1.25rem;
  height: 1.25rem;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-accordion__btn::after {
    right: 2.5rem;
  }
}

.p-accordion__btn.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-accordion__content {
  display: none;
  padding: 1.25rem 3.125rem 1.25rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-accordion__content {
    padding: 1.25rem 2.5rem 1.25rem 4.5625rem;
  }
}

.p-accordion__content::before {
  content: "A";
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #002944;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__content::before {
    left: 2.5rem;
  }
}

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

.p-description {
  background-color: #F6F6F6;
}

.p-description__cards {
  display: grid;
  gap: 1.875rem 0;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-description__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-description__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-flow {
  background-color: #fff;
}

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

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

.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}

.p-flow__item {
  margin-right: 1.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-flow__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4375;
}

.p-footer {
  background-color: #002944;
}

.p-footer__text {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 400;
  color: #fff;
}

.p-full-time {
  background: url(../images/full-time-img-sp.jpg) no-repeat center/cover;
  width: 100%;
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 500px) {
  .p-full-time {
    background: url(../images/full-time-img.jpg) no-repeat right/cover;
  }
}

.p-full-time::before {
  background: rgba(65, 65, 65, .57);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-full-time__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
  color: #fff;
}

.p-full-time__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.1875rem;
  background-color: #0051A7;
  max-width: 13rem;
}

.p-full-time__number-num {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
}

.p-full-time__number-mei {
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
}

.p-full-time__text {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-top: 0.625rem;
}

.p-full-time__sub-title {
  margin-top: 1.25rem;
}

.p-full-time__box {
  background-color: #fff;
  padding: 1rem 1.625rem 1.3125rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  max-width: 40.875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-full-time__box {
    margin-top: 5.125rem;
  }
}

.p-full-time__box-bold {
  font-weight: bold;
  color: #0051A7;
}

.p-header {
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5rem;
  }
}

.p-header__logo {
  max-width: 9.375rem;
  margin-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 13.75rem;
    margin-left: 6.25rem;
  }
}

.p-header__btn {
  margin-right: 0rem;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    margin-right: 6.25rem;
  }
}

.p-maru {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #002944;
  border-radius: 50%;
  width: 12.5rem;
  height: 12.5rem;
  padding: 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-maru {
    padding: 1.875rem 1.25rem;
    width: 13.125rem;
    height: 13.125rem;
  }
}

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

.p-maru__body {
  margin-inline: auto;
}

.p-maru__text {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-maru__text {
    font-size: 1.5rem;
  }
}

.p-maru__text2 {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-maru__text2 {
    font-size: 1.875rem;
  }
}

.p-marus {
  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;
}
@media screen and (min-width: 768px) {
  .p-marus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.p-merits {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
@media screen and (min-width: 768px) {
  .p-merits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.p-salary {
  padding: 1.5625rem 1.875rem;
  border-radius: 10px;
  border: 1px solid #0051A7;
  background: #FFF;
  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;
}

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

.p-salary__img {
  margin-top: 1.875rem;
}

.p-salary__text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.25rem;
}

.p-salary__text-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-salary__text-bold {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 6px;
  margin-top: 1.875rem;
}

.p-salary__text-bol2 {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 6px;
}

.p-salary__text-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0051A7;
}

.p-salary__text-yen {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0051A7;
}

.p-salary__more {
  margin-top: 1.875rem;
}

.p-salary__more-text {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.p-salary__more-plus {
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: #C9C8C8;
  border-radius: 0.1em;
  position: relative;
}

.p-salary__more-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-salary__cards {
  margin-top: 1.875rem;
}

.p-section-flow {
  background: url(../images/flow-img.jpg) no-repeat center/cover;
}

.p-section-flow__box {
  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;
  background-color: #fff;
  padding: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-section-flow__box {
    padding: 5rem;
  }
}

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

.p-section-flow__text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: bold;
  color: #0051A7;
  text-align: center;
  margin-top: 2.5rem;
}

.p-section-location {
  background-color: #F9F9F9;
}

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

.p-section-merit {
  background: url(../images/merit-img-sp.jpg) no-repeat top/contain;
  max-width: 100%;
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .p-section-merit {
    height:45rem;
    background: url(../images/merit-img.jpg) no-repeat center/cover;
  }
}

.p-section-merit::before {
  background: rgba(0, 41, 68, .69);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-section-merit__title {
  text-align: center;
}

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

.p-section-merit__benefits {
  text-align: center;
  background-color: #fff;
  padding: 1.25rem 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section-merit__benefits {
    padding: 1.875rem 6.25rem;
    margin-top: 3.125rem;
  }
}

.p-section-merit__benefits-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-section-merit__benefits-max {
  font-size: 1.875rem;
  line-height: 2.8;
  color: #0051A7;
  font-weight: bold;
}

.p-section-merit__benefits-number {
  font-size: 3.625rem;
  font-weight: bold;
  line-height: 1.4482758621;
  color: #0051A7;
}

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

.p-section-merit__benefits-text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.p-section-question {
  background-color: #F9F9F9;
}

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

.p-section-salary {
  background-color: #F6F6F6;
}

.p-section-salary__cards {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section-salary__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1875rem;
    margin-top: 3.75rem;
  }
}

.p-section-salary__more {
  font-size: 1.5rem;
  margin-top: 1.875rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section-salary__more {
    mask-type: 3.75rem;
    font-size: 1.875rem;
  }
}

.p-section-salary__triangle {
  margin-top: 1.5625rem;
  margin-inline: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 75px 0 75px;
  border-color: #0051a7 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .p-section-salary__triangle {
    border-width: 81px 123.5px 0 123.5px;
  }
}

.p-section-time__cards {
  display: grid;
  gap: 2rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section-time__cards {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.75rem;
  }
}

.p-section-time__texts {
  margin-top: 2.5rem;
}

.p-section-time__text {
  font-size: 0.875rem;
  font-weight: 400;
}

.p-section-venue__sub-title {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4375;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section-venue__sub-title {
    margin-top: 3.75rem;
  }
}

.p-section-venue__cards {
  margin-top: 5rem;
}

.p-section-voice {
  background-color: #F9F9F9;
}

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

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

.p-venue__title {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: bold;
  margin-left: 1.0625rem;
}

.p-venue__border {
  border-bottom: 0.0525rem solid #B5B5B5;
  margin-top: 0.625rem;
}

.p-venue__prefectures {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1.0625rem;
  margin-top: 0.625rem;
}

.p-venue__prefecture {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
  margin-right: 1.375rem;
}

.p-web {
  background-color: #0051A7;
  text-align: center;
}

.p-web__text {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-top: 1.25rem;
}

.p-works {
  text-align: center;
  max-width: 48.75rem;
  margin-inline: auto;
}

.p-works__text {
  font-size: 1rem;
  font-weight: 400;
  max-width: 39rem;
  margin-top: 2.5rem;
}

.p-works__marus {
  margin-top: 2.5rem;
}

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

@media screen and (min-width: 500px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile--2 {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */

/* ------------ フローティングバナー ------------ */
.floatbnr{
  position: fixed; /* 要素を画面下部に固定 */
  bottom: -150px; /* 画面下部に配置 */
  left: 0; /* 左端に配置 */
  right: 0; /* 右端に配置 */
  transition: 0.6s;
  background-color: #FF7100;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content:center;
  z-index: 9999;
  @media screen and (max-width: 360px){
    height: 80px;
    @media screen and (max-width: 320px){
      height: 60px;
    }
  }
  &.show{
    bottom:0;
  }
  a{
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media screen and (max-width: 768px){
      font-size: 24px;
      @media screen and (max-width: 320px){
        font-size: 20px;
      }
    }
    .text-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      span{
        font-size: 16px;
        font-weight: 400;
        @media screen and (max-width: 360px){
          display: none;
        }
      }
    }
    svg{
      margin-left: 40px;
      @media screen and (max-width: 768px) {
        margin-left: 10px;
        @media screen and (max-width: 360px){
          width:30px;
          height:30px;
          @media screen and (max-width: 320px){
            width:20px;
            height:20px;
          }
        }
      }
    }
  }
}

/* c 2404 */
.ms_merit_03 {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin-top: 12px;
}
.ms_merit_03 p {
  margin-bottom: 8px;
}

img.image {
    display: block;
    width: 100%;
    content: none;
}


img.image.pc {
    display: block;
}

img.image.sp {
    display: none;
}

/* スマホ版（最大幅768px）で画像を変更 */
@media screen and (max-width: 768px) {
    img.image.pc {
        display: none;
    }
    img.image.sp {
        display: block;
    }
}
