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

html, body, h1, h2, h3, h4, h5, h6,
p, ol, ul, li, figure, figcaption,
blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

dd {
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  background: #f9f7eb;
}

main {
  background-color: #fff;
  border-radius: 3rem;
  max-width: 130rem;
  margin: 0 auto;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  main {
    border-radius: 0;
    margin: 0;
    padding-bottom: 4rem;
  }
}

.page-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.section {
  padding: 6rem 0;
}
.section:first-child {
  padding-top: 8rem;
}
.section__inner {
  padding: 0 15rem;
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section__inner {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .section__inner {
    flex-direction: column;
    padding: 0 2rem;
    gap: 2.5rem;
  }
}
.section__side {
  width: 13rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section__side {
    width: auto;
  }
}
.section__circle {
  width: 13rem;
  height: 13rem;
  background-color: #0f5474;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.section__circle img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.section__body {
  flex: 1;
  min-width: 0;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .toppage .section__body {
    margin-top: 0;
  }
}

.mv {
  position: relative;
  background-color: #0f5474;
  overflow: hidden;
  min-height: 78.9rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mv {
    min-height: auto;
  }
}
.mv__content {
  position: relative;
  z-index: 2;
  padding: 6.3rem 0rem 5rem 5.3rem;
  max-width: 74rem;
  color: #fffef6;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 768px) {
  .mv__content {
    padding: 4rem 2.5rem 4rem;
    max-width: 100%;
  }
}
.mv__top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0rem;
}
.mv__city {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  white-space: nowrap;
}
.mv__logo {
  height: 4.8rem;
  width: auto;
}
.mv__title {
  position: relative;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 1.2rem;
}
.mv__title::before {
  content: "";
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: 39.6rem;
  height: 5px;
  background-image: url("../../images/top/mv-line.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.mv__line {
  width: 39.3rem;
  border: none;
  border-top: 5px dotted rgba(255, 254, 246, 0.7);
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .mv__line {
    width: 100%;
  }
}
.mv__headline {
  line-height: 1.24;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
.mv__headline-row {
  display: block;
}
.mv__em {
  font-size: 6.9rem;
  font-weight: 900;
  font-style: normal;
  color: #fcf16e;
  letter-spacing: 0.015em;
}
@media (max-width: 768px) {
  .mv__em {
    font-size: 6.6rem;
  }
}
.mv__white {
  font-size: 5.4rem;
  font-weight: 900;
  color: #fffef6;
  letter-spacing: 0.015em;
}
@media (max-width: 768px) {
  .mv__white {
    font-size: 5.2rem;
  }
}
.mv__white--block {
  display: block;
  font-size: 5.4rem;
  font-weight: 900;
  color: #fffef6;
  letter-spacing: 0.015em;
}
@media (max-width: 768px) {
  .mv__white--block {
    font-size: 5.2rem;
  }
}
.mv__sub-block {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.mv__adeco {
  width: 9.8rem;
  flex-shrink: 0;
}
.mv__sub {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  color: #fffef6;
}
.mv__photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 71.8rem;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.mv__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media (max-width: 768px) {
  .mv__photo {
    display: none;
  }
}
.mv__job-seeker {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fcf16e;
  color: #0f5474;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 2.8rem 2.7rem 3.1rem 2.8rem;
  border-bottom-left-radius: 3.5rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  z-index: 3;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.mv__job-seeker::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.6rem;
  background-image: url("../../images/top/header-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mv__job-seeker:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .mv__job-seeker {
    font-size: 1.4rem;
    padding: 2rem 2.5rem 1.8rem 2rem;
    border-bottom-left-radius: 2.5rem;
  }
}

.page-nav {
  background-color: #fff;
  padding: 6.6rem 2rem 6.6rem;
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .page-nav {
    padding: 3rem 1.5rem;
  }
}
.page-nav__list {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page-nav__list {
    gap: 1rem;
  }
}
.page-nav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fcf16e;
  color: #0f5474;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 0 3rem;
  height: 9.7rem;
  min-width: 24.9rem;
  border-radius: 999rem;
  transition: opacity 0.2s;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.page-nav__item a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .page-nav__item a {
    min-width: 14rem;
    padding: 0 2rem;
  }
}

.yellow-bar {
  height: 7rem;
  background-color: #fcf16e;
}

.site-footer {
  background-color: #0f5474;
  color: rgba(255, 254, 246, 0.75);
  text-align: center;
  font-size: 1.2rem;
  padding: 2rem;
  line-height: 1.7;
  margin-top: 6.8rem;
  height: 7rem;
}

.site-footer--yellow {
  background-color: #fcf16e;
}

.section__title {
  font-size: 4rem;
  font-weight: 700;
  color: #0f5474;
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 3.8rem;
  }
}

@media (max-width: 768px) {
  .toppage .section__title,
  .companypage .section__title {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    letter-spacing: -0.05em;
  }
}

@media (max-width: 768px) {
  .toppage .img__circle {
    background-color: #fcf16e;
    width: 7.7rem;
    height: 7.7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toppage .img__circle img {
    width: 4.5rem;
  }
}
.toppage .img__circle.img__contact img {
  width: 3.5rem;
}

@media (max-width: 768px) {
  .companypage .img__circle {
    background-color: #0f5474;
    width: 7.7rem;
    height: 7.7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .companypage .img__circle img {
    width: 4.5rem;
  }
}
.companypage .img__circle.img__contact img {
  width: 3.5rem;
}

.section__rule {
  border: none;
  border-top: 5px dotted #0f5474;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .section__rule {
    border-top: 0.5rem dotted #0f5474;
    margin-bottom: 7rem;
  }
}

@media (max-width: 768px) {
  .toppage .section__rule,
  .companypage .section__rule {
    width: 50rem;
    margin: 0 0 6rem auto;
  }
}

.section__lead {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.025em;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .section__lead {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .toppage .section__lead,
  .companypage .section__lead {
    margin-bottom: 0;
  }
}

.section__bold-blue {
  font-weight: 700;
  color: #0f5474;
}

.section__note {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.025em;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .section__note {
    font-size: 2.4rem;
  }
}
.section__note-top {
  margin-top: 2rem;
}

.btn-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eaa732;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 0 4rem;
  height: 9.7rem;
  width: 39.7rem;
  border-radius: 999rem;
  margin: 2.5rem auto 0;
  transition: opacity 0.2s;
  cursor: pointer;
  position: relative;
}
.btn-entry::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1.6rem;
  background-image: url("../images/top/btn-arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn-entry:hover {
  opacity: 0.85;
}
.btn-entry.u-pdf {
  width: 50rem;
  padding-right: 9rem;
}
.btn-entry.u-pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  width: 4.2rem;
  height: 5.3rem;
  background-image: url("../images/pdficon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .btn-entry {
    width: 100%;
    max-width: 39.7rem;
  }
  .btn-entry::after {
    right: 2rem;
  }
}
.btn-entry.is-top {
  margin-top: 7rem;
}

.flow {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin: 5rem 0 5rem;
}
@media (max-width: 768px) {
  .flow {
    gap: 1rem;
  }
}
.flow__item {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 1.5rem;
  padding: 2rem 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .flow__item {
    flex: 0 0 auto;
    min-width: 13rem;
    padding: 1.2rem 1.5rem;
  }
}
.flow__item--yellow {
  background-color: #fcf16e;
}
.flow__item--yellow .flow__label {
  color: #0f5474;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.flow__item--yellow .flow__sub {
  color: #0f5474;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.flow__item--teal {
  background-color: #0f5474;
}
.flow__item--teal .flow__label {
  color: #fcf16e;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.flow__item--teal .flow__sub {
  color: #fcf16e;
}
.flow__label {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .flow__label {
    font-size: 1.6rem;
  }
}
.flow__sub {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .flow__sub {
    font-size: 1.6rem;
  }
}
.flow__plus {
  font-size: 4rem;
  font-weight: 900;
  color: #0f5474;
  flex-shrink: 0;
}
.flow__arrow {
  font-size: 2.6rem;
  font-weight: 900;
  color: #0f5474;
  flex-shrink: 0;
}

.point {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 11rem;
}
.point__badge {
  width: 8.5rem;
  height: 8.5rem;
  background-image: url("../images/top/point-badge.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 2.2rem;
  font-weight: 900;
  color: #0f5474;
  letter-spacing: 0.01em;
  padding-bottom: 0rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 0.7rem;
}
.point__card {
  flex: 1;
  min-width: 0;
}
.point__header {
  background-color: #f9f7eb;
  border-radius: 1rem;
  padding: 2rem 3.5rem;
}
.point__title {
  font-size: 3.3rem;
  font-weight: 700;
  color: #0f5474;
  letter-spacing: 0.01em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.point__body {
  padding: 2rem 3.5rem 2.5rem;
}
.point__list li {
  position: relative;
  padding-left: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.82;
}
.point__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #0f5474;
  font-size: 1em;
}

.req-box {
  background-color: #f9f7eb;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 7rem;
}
.req-box__header {
  background-color: #0f5474;
  color: #fffef6;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  padding: 1rem 3rem;
  border-radius: 1rem;
  margin: 4rem 5rem 0;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.req-box__list {
  padding: 4rem 6rem 5rem;
  counter-reset: req;
}
.req-box__list li {
  position: relative;
  padding: 0rem 0 0rem 4rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  line-height: 2.6;
  counter-increment: req;
}
.req-box__list li:last-child {
  border-bottom: none;
}
.req-box__list li::before {
  content: counter(req) ". ";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: 900;
}

.entry-box {
  background-color: #f9f7eb;
  border-radius: 1rem;
  padding: 3.4rem 2.9rem 5.7rem;
  margin-bottom: 2.5rem;
  margin-top: 3.5rem;
}
.entry-box.is-frist {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .entry-box {
    padding: 2.5rem 2rem;
  }
}
.entry-box__heading {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4.4rem;
}
.entry-box__bar {
  display: block;
  width: 0.8rem;
  height: 3.9rem;
  background-color: #0f5474;
  flex-shrink: 0;
}
.entry-box__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0f5474;
  letter-spacing: 0.01em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.entry-box__text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.025em;
  margin-bottom: 4rem;
  margin-left: 3rem;
}
.entry-box__confirm {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-top: 4.3rem;
  text-align: center;
}

.contact-info {
  padding: 3rem 0 4rem;
}
@media (max-width: 768px) {
  .contact-info {
    padding: 0 0 4rem;
  }
}
.contact-info__org {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .contact-info__org {
    padding-left: 5rem;
  }
}
.contact-info__company {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .contact-info__company {
    padding-left: 5rem;
  }
}
.contact-info__address {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .contact-info__address {
    padding-left: 5rem;
  }
}
.contact-info__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-info__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .contact-info__item {
    flex-wrap: wrap;
  }
}
.contact-info__icon {
  width: 5.9rem;
  height: 5.9rem;
  flex-shrink: 0;
  object-fit: contain;
}
.contact-info__value {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a4472;
  letter-spacing: 0.06em;
}
.contact-info__hours {
  font-size: 2rem;
  font-weight: 700;
  color: #1a4472;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .contact-info__hours {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  html.toppage {
    font-size: 1.3333vw;
  }
}

@media (max-width: 768px) {
  .toppage main {
    padding: 0 5rem;
    background-color: #fff164;
  }
}

@media (max-width: 768px) {
  .toppage .section {
    background-color: #fff;
    padding: 5rem 0 4rem;
  }
  .toppage .section#contact {
    padding: 6rem 0 7rem;
  }
}
@media (max-width: 768px) {
  .toppage .section:first-child {
    padding-top: 7.1rem;
    border-top-left-radius: 3.2rem;
    border-top-right-radius: 3.2rem;
  }
}
@media (max-width: 768px) {
  .toppage .section__inner {
    padding: 0 2.4rem;
  }
}
@media (max-width: 768px) {
  .toppage .section__side {
    display: none;
  }
}
@media (max-width: 768px) {
  .toppage .section__body {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .toppage .section#flow {
    padding: 6rem 0 0;
  }
}

@media (max-width: 768px) {
  .toppage .site-footer {
    margin-top: 0;
  }
}

.toppage .foot__float__content {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.toppage .return-top {
  width: 10rem;
  height: auto;
  background: none;
  border: none;
  padding: 0 0 2rem 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.toppage .return-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.toppage .menu-sp {
  width: 10rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .toppage .site-footer {
    height: 20rem;
  }
}

.sp-nav {
  display: none;
}
@media (max-width: 768px) {
  .sp-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    background-color: #1a4472;
    z-index: 200;
    padding: 14rem 4rem 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    overflow-y: auto;
  }
  .sp-nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
.sp-nav__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #fffef6;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.sp-nav__close-icon {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a4472;
  line-height: 1;
}
.sp-nav__close-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a4472;
  letter-spacing: 0.1em;
}
.sp-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.sp-nav__item {
  background-image: radial-gradient(circle, #fff 2px, transparent 2px);
  background-size: 1.2rem 0.4rem;
  background-repeat: repeat-x;
  background-position: bottom;
}
.sp-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fffef6;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.sp-nav__link::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid #fffef6;
  border-top: 1px solid #fffef6;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.sp-nav__bottom {
  text-align: center;
  padding-top: 8rem;
}
.sp-nav__bottom-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fcf16e;
  margin-bottom: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.sp-nav__entry {
  display: block;
}
.sp-nav__entry img {
  width: 100%;
  max-width: 59rem;
  height: auto;
}

.mv2 {
  position: relative;
  background-color: #fffef6;
  background-image: url("../../images/top2/mv-bg.svg");
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  min-height: 78.9rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mv2 {
    min-height: auto;
  }
}
.mv2__content {
  position: relative;
  z-index: 2;
  padding: 6.3rem 0 5rem 5.3rem;
  max-width: 74rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 768px) {
  .mv2__content {
    padding: 2.3rem 0 4rem;
    max-width: 100%;
  }
}
.mv2__top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mv2__top {
    padding-left: 5rem;
  }
}
.mv2__city {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .mv2__city {
    font-size: 1.7rem;
  }
}
.mv2__logo {
  height: 4.9rem;
  width: auto;
}
@media (max-width: 768px) {
  .mv2__logo {
    height: 3.1rem;
  }
}
.mv2__title {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #1a4472;
  position: relative;
}
@media (max-width: 768px) {
  .mv2__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    padding-left: 5rem;
  }
}
.mv2__title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 39.6rem;
  height: 5px;
  background-image: url("../../images/top/dot-line.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .mv2__title::before {
    width: 27rem;
    height: 0.5rem;
    left: 4.9rem;
  }
}
.mv2__line {
  margin-bottom: 1.5rem;
}
.mv2__line img {
  width: 39.3rem;
  height: auto;
}
@media (max-width: 768px) {
  .mv2__line img {
    width: 100%;
  }
}
.mv2__catch {
  line-height: 1.26;
  margin-bottom: 3.2rem;
  font-weight: 900;
  font-size: 8.2rem;
  letter-spacing: 0.01em;
  margin-top: 3.7rem;
}
@media (max-width: 768px) {
  .mv2__catch {
    padding: 3.7rem 2.9rem 3.1rem 5rem;
    background-color: #fff164;
    font-size: 7.2rem;
    position: absolute;
    top: 52rem;
    left: 0;
    border-top-right-radius: 32px;
  }
}
.mv2__catch-row {
  display: block;
  color: #1a4472;
}
.mv2__em {
  font-style: normal;
  color: #fffef6;
  -webkit-text-stroke: 2px #1a4472;
}
.mv2__dark {
  color: #1a4472;
}
.mv2__sub-block {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .mv2__sub-block {
    align-items: flex-end;
    margin-top: 3.1rem;
    margin-bottom: 3.1rem;
    padding-left: 5rem;
  }
}
.mv2__link-block {
  transform: translateX(-2rem);
}
.mv2__noteImg {
  width: 78%;
  padding-left: 70px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .mv2__noteImg {
    padding-left: 0;
    margin-top: 2rem;
    margin-left: 8rem;
}
}

.mv2__link-block img.pcDb {
  padding-left: 50px;
  width: 80%;
}
@media (max-width: 768px) {
  .mv2__link-block {
    padding-left: 5rem;
    width: 72rem;
  }
}
.mv2__adeco {
  width: 9.8rem;
  flex-shrink: 0;
}
.mv2__sub {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 768px) {
  .mv2__sub {
    font-size: 3rem;
    margin-top: 6rem;
  }
}
.mv2__target-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-image: url("../../images/top2/mv-bottom-bar.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 10.4rem;
  padding: 0.8rem 1rem 0.8rem 1rem;
  max-width: 62.6rem;
}
@media (max-width: 768px) {
  .mv2__target-bar {
    gap: 1.5rem;
    background-image: none;
    border-radius: 4rem;
    max-width: 100%;
    margin: 0 4rem 0 5rem;
    padding: 0.8rem 0rem 0.8rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .mv2__reserve {
    display: block;
    margin-top: 5.6rem;
    width: 59rem;
  }
}
.mv2__target-circle {
  position: relative;
  flex-shrink: 0;
  width: 8.8rem;
  height: 8.8rem;
}
.mv2__target-circle img {
  width: 100%;
  height: 100%;
}
.mv2__target-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: 700;
  color: #fffef6;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.mv2__target-text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .mv2__target-text {
    font-size: 1.8rem;
    padding-left: 2.8rem;
  }
}
.mv2__target-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../../images/top2/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3rem;
  height: 2.3rem;
}
.mv2__photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 72rem;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.mv2__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media (max-width: 768px) {
  .mv2__photo {
    display: none;
  }
}
.mv2__corp-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1a4472;
  color: #fffef6;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 3rem 3rem 3rem 4rem;
  border-bottom-left-radius: 3.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 3;
  transition: opacity 0.2s;
  white-space: nowrap;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.mv2__corp-btn::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.6rem;
  background-image: url("../../images/top/btn-arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mv2__corp-btn:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .mv2__corp-btn {
    font-size: 2.5rem;
    padding: 2rem 2.5rem 1.8rem 2rem;
    border-bottom-left-radius: 2.5rem;
  }
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .step {
    display: block;
    margin-bottom: 8.5rem;
  }
}
.step:last-child {
  margin-bottom: 0;
}
.step__badge {
  position: relative;
  width: 9.4rem;
  height: 7.7rem;
  flex-shrink: 0;
  margin-top: 1.1rem;
}
.step__badge-bg {
  width: 9.4rem;
  height: 7.7rem;
  display: block;
}
.step__badge-inner {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  width: 5.4rem;
  height: 5.4rem;
}
.step__circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.step__num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #eaa732;
  letter-spacing: 0.05em;
  line-height: 1;
}
.step__card {
  flex: 1;
  min-width: 0;
}
.step__header {
  border-radius: 1rem 1rem 0 0;
  padding: 2rem 3.5rem;
}
@media (max-width: 768px) {
  .step__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 1.4rem;
    margin-bottom: 2.7rem;
  }
}
.step__header--yellow {
  background-color: #fcf16e;
}
.step__header--cream {
  background-color: #f9f7eb;
}
@media (max-width: 768px) {
  .step__header--cream {
    background-color: transparent;
  }
}
.step__header--teal {
  background-color: #1a4472;
}
.step__header--teal .step__title {
  color: #fffef6;
}
.step__title {
  font-size: 3.3rem;
  font-weight: 700;
  color: #1a4472;
  letter-spacing: 0.025em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 768px) {
  .step__title {
    width: 49.5rem;
    padding: 3.7rem 10rem 3.7rem 4rem;
    background-color: #f9f7eb;
  }
}
.step__body {
  border-radius: 0 0 1rem 1rem;
  padding: 2.5rem 0rem 3rem 3.5rem;
}
@media (max-width: 768px) {
  .step__body {
    padding: 0;
  }
}
.step__lead {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.01em;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .step__lead {
    font-size: 2.8rem;
  }
}
.step__detail {
  margin-top: 0.5rem;
  margin-bottom: 3.6rem;
}
.step__detail--jisshu .step__detail-row:first-child {
  margin-bottom: 3.6rem;
}
.step__detail-row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 5.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .step__detail-row {
    gap: 2.9rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .step__detail-row.step_detail-sp-column {
    display: block;
  }
}
.step__detail-row:nth-child(2) {
  margin-bottom: 3.6rem;
}
.step__detail-row:last-child {
  margin-bottom: 0;
}
.step__detail-row dt {
  flex-shrink: 0;
}
.step__detail-row dd {
  flex: 1;
  padding-top: 0rem;
}
@media (max-width: 768px) {
  .step__detail-row dd {
    font-size: 2.8rem;
  }
}
.step__detail-row dd span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .step__detail-row dd span {
    font-size: 2.8rem;
  }
}
.step__detail-row-start {
  align-items: flex-start;
}
.step__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13.9rem;
  height: 4.1rem;
  background-color: #fcf16e;
  border-radius: 0.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a4472;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .step__label {
    font-size: 2.8rem;
    width: 17.5rem;
    height: 5rem;
    margin-bottom: 2.5rem;
  }
}
.step__accent {
  font-size: 2.6rem;
  font-weight: 900;
  color: #1a4472;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  .step__accent {
    font-size: 3rem;
  }
}
.step__detail-note {
  font-size: 2rem;
  font-weight: 500;
}
.step__borderBox {
  margin-top: 50px;
  border: 1px solid #000;
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .step__borderBox {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 15px;
  }
}

.step__borderBox_ttl {
  font-size: 20px;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .step__borderBox_ttl {
    font-size: 3rem;
  }
}
.step__borderBox_txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 768px) {
  .step__borderBox_txt {
    font-size: 2.8rem;
  }
}

.step__red {
  font-size: 2.6rem;
  font-weight: 900;
  color: #e8371f;
  letter-spacing: 0.025em;
}
.step__contact {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .step__contact {
    padding-left: 5rem;
  }
}
.step__contact-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .step__contact-item {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.step__contact-item.spDb {
  display: flex;
}
.step__contact-icon {
  width: 5.9rem;
  height: 5.9rem;
  flex-shrink: 0;
  object-fit: contain;
}
.step__contact-value {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a4472;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .step__contact-value {
    font-size: 3rem;
  }
}
.step__contact-hours {
  font-size: 2rem;
  font-weight: 700;
  color: #1a4472;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  .step__contact-hours {
    font-size: 2.8rem;
  }
}

.btn-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eaa732;
  color: #fffef6;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 5rem 0 4rem;
  height: 9.7rem;
  width: 39.7rem;
  border-radius: 999rem;
  margin: 0 auto 2.5rem;
  transition: opacity 0.2s;
  cursor: pointer;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.btn-apply.pcDb {
  display: flex;
}
.btn-apply::after {
  content: "";
  position: absolute;
  right: 3rem;
  width: 1rem;
  height: 1.6rem;
  background-image: url("../../images/top/btn-arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn-apply:hover {
  opacity: 0.85;
}
.btn-apply--top {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .btn-apply {
    width: 100%;
    max-width: 50rem;
  }
}
.btn-apply-box {
  margin-top: 8rem;
}

@media (max-width: 768px) {
  .toppage .btn-entry.u-pdf {
    max-width: 50rem;
  }
}

@media (max-width: 768px) {
  .toppage .btn-entry {
    max-width: 50rem;
  }
}

.boshu-detail {
  margin-top: 2rem;
}
.boshu-detail__row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(26, 68, 114, 0.15);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .boshu-detail__row {
    border-bottom: none;
  }
}
.boshu-detail__row:last-child {
  border-bottom: none;
}
.boshu-detail__row.bosh_detail-sp-column {
  display: block;
}
.boshu-detail__row--top {
  align-items: flex-start;
}
.boshu-detail__row dt {
  flex-shrink: 0;
}
.boshu-detail__row dd {
  flex: 1;
}
.boshu-detail__period {
  display: flex;
  gap: 1rem;
  line-height: 2;
}
.boshu-detail__term {
  flex-shrink: 0;
  color: #1a4472;
  font-weight: 900;
}
.boshu-detail__term.boshu-detail__term--red {
  color: #e8371f;
}
.boshu-detail__target-main {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .boshu-detail__target-main {
    font-size: 2.7rem;
  }
}
.boshu-detail__target-box {
  background-color: #f9f7eb;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.boshu-detail__target-list {
  list-style: none;
  padding: 0;
}
.boshu-detail__target-list li {
  position: relative;
  padding-left: 3rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.82;
  color: #000;
}
@media (max-width: 768px) {
  .boshu-detail__target-list li {
    font-size: 2.7rem;
  }
}
.boshu-detail__target-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #eab432;
  font-size: 2.8rem;
}

.page-job-seeker .section__circle {
  background-color: #fcf16e;
}

.section__lead--cta {
  font-weight: 700;
  color: #1a4472;
  margin-top: 4rem;
}

.cf-header {
  background-color: #fcf16e;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.cf-header__city {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.065em;
  white-space: nowrap;
}
.cf-header__logo {
  height: 4.9rem;
  width: auto;
  filter: brightness(0);
}
@media (max-width: 768px) {
  .cf-header__logo {
    height: 3.6rem;
  }
}

.cf-notice-rule {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 5.2rem;
}

.page-contact3 .cf-notice {
  margin-bottom: 5.8rem;
}
.page-contact3 .cf-header {
  background-color: #0f5474;
}
.page-contact3 .cf-header__city {
  color: #fff;
}
.page-contact3 .cf-header__logo {
  filter: none;
}
.page-contact3 .cf-footer {
  background-color: #0f5474;
  color: #fff;
}

.cf-main {
  background-color: #f9f7eb;
  padding-bottom: 7rem;
}

.cf-title-section {
  text-align: center;
  padding: 9.7rem 2rem 8rem;
}

.cf-subtitle {
  position: relative;
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a4472;
  letter-spacing: 0.01em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 1.6rem;
}
.cf-subtitle::before {
  content: "";
  display: block;
  width: 51.5rem;
  max-width: 100%;
  height: 0.5rem;
  background-image: url("../../images/top/dot-line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .cf-subtitle {
    font-size: 2.2rem;
  }
}

.cf-title-line {
  width: 51.3rem;
  max-width: 100%;
  border: none;
  border-top: 2px dotted #0f5474;
  margin: 0 auto 3rem;
}

.cf-title {
  font-size: 5rem;
  font-weight: 700;
  color: #1a4472;
  letter-spacing: 0.01em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cf-title {
    font-size: 3.3rem;
  }
}

.cf-card {
  max-width: 110rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1rem;
  padding: 6.5rem 10rem 10rem;
}
@media (max-width: 768px) {
  .cf-card {
    padding: 4rem 2rem 5rem;
    border-radius: 0.8rem;
  }
}

.cf-notice {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  color: #000;
  margin-bottom: 9rem;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  .cf-notice {
    text-align: left;
    font-size: 1.6rem;
  }
}

.cf-group {
  padding: 1.5rem 0;
}
.cf-group:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.cf-group--double {
  padding-bottom: 3.5rem;
}

.cf-row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .cf-row {
    flex-direction: column;
    gap: 1rem;
  }
}

.cf-label-area {
  width: 27rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-top: 0.7rem;
}
@media (max-width: 768px) {
  .cf-label-area {
    width: 100%;
    padding-top: 0;
  }
}

.cf-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  height: 2.7rem;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
}
.cf-badge--required {
  background-color: #e8371f;
  color: #fff;
}
.cf-badge--optional {
  background-color: #999;
  color: #fff;
}

.cf-label {
  font-size: 1.9rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.01em;
}

.cf-field-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
@media (max-width: 768px) {
  .cf-field-area {
    width: 100%;
  }
}

.cf-input {
  width: 100%;
  height: 4.9rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  background-color: #fff;
  padding: 0 1.5rem;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  appearance: none;
}
.cf-input::placeholder {
  color: #aaa;
}
.cf-input:focus {
  outline: none;
  border-color: #0f5474;
  box-shadow: 0 0 0 2px rgba(15, 84, 116, 0.15);
}
.cf-input--md {
  width: 12.6rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cf-input--md {
    flex: 1;
    width: auto;
    min-width: 0;
  }
}

.cf-textarea {
  width: 100%;
  height: 24.5rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  background-color: #fff;
  padding: 1.2rem 1.5rem;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  resize: vertical;
}
.cf-textarea:focus {
  outline: none;
  border-color: #0f5474;
  box-shadow: 0 0 0 2px rgba(15, 84, 116, 0.15);
}
@media (max-width: 768px) {
  .cf-textarea {
    height: 18rem;
  }
}

.cf-row--top .cf-label-area {
  padding-top: 1.4rem;
  align-items: center;
}

.cf-group--checklist {
  padding-bottom: 2.4rem;
}

.cf-checklist {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cf-checklist__intro {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  margin-bottom: 2.4rem;
  letter-spacing: 0.01em;
}
.cf-checklist__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cf-check-item {
  display: flex;
}

.cf-check-label {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  color: #000;
  letter-spacing: 0.025em;
  cursor: pointer;
}

.cf-checkbox {
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  margin-top: 0.8rem;
  accent-color: #0f5474;
  cursor: pointer;
}

.cf-field-note {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.025em;
  margin-top: 0.4rem;
}

.cf-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9'%3E%3Cpolygon points='0,0 10,0 5,9' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1rem auto;
  padding-right: 3rem;
}

.cf-birthday {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .cf-birthday {
    flex-wrap: wrap;
  }
}

.cf-age {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.cf-era,
.cf-unit {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  flex-shrink: 0;
}

.cf-radio-group {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-top: 1.2rem;
}

.cf-radio-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}

.cf-radio {
  width: 2.5rem;
  height: 2.5rem;
  accent-color: #0f5474;
  cursor: pointer;
  flex-shrink: 0;
}

.cf-privacy {
  text-align: center;
  padding: 7rem 0 7rem;
  font-size: 2rem;
  line-height: 2;
  color: #000;
  letter-spacing: 0.025em;
}

.cf-privacy-link {
  color: #e8371f;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
}
.cf-privacy-link:hover {
  opacity: 0.8;
}

.cf-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.4rem;
  padding-top: 0;
}

.cf-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48.3rem;
  height: 9.7rem;
  background-color: #0f5474;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  border-radius: 999rem;
  border: none;
  cursor: pointer;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transition: opacity 0.2s;
  position: relative;
  padding: 0 5rem 0 4rem;
}
.cf-btn-submit::after {
  content: "";
  position: absolute;
  right: 3rem;
  width: 1rem;
  height: 1.6rem;
  background-image: url("../../images/top/btn-arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cf-btn-submit:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .cf-btn-submit {
    width: 100%;
    max-width: 48.3rem;
    font-size: 2rem;
    height: 8rem;
  }
}

.cf-btn-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27.7rem;
  height: 7rem;
  background-color: #aaa;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 999rem;
  border: none;
  cursor: pointer;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transition: opacity 0.2s;
  position: relative;
  padding: 0 4rem 0 3rem;
}
.cf-btn-cancel::after {
  content: "";
  position: absolute;
  right: 2.5rem;
  width: 1rem;
  height: 1.6rem;
  background-image: url("../../images/top/btn-arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cf-btn-cancel:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .cf-btn-cancel {
    width: 100%;
    max-width: 27.7rem;
    height: 6rem;
    font-size: 2rem;
  }
}

.cf-thanks {
  text-align: center;
  padding: 8rem 10rem 10rem;
}
@media (max-width: 768px) {
  .cf-thanks {
    padding: 5rem 2rem 6rem;
  }
}
.cf-thanks__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #0f5474;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.cf-thanks__title {
  font-size: 3rem;
  font-weight: 700;
  color: #1a4472;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .cf-thanks__title {
    font-size: 2.2rem;
  }
}
.cf-thanks__body {
  font-size: 2rem;
  line-height: 2;
  color: #000;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .cf-thanks__body {
    font-size: 1.6rem;
  }
}
.cf-thanks__note {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 6rem;
}
.cf-thanks__btn {
  text-decoration: none;
  display: inline-flex;
}

.cf-error {
  font-size: 1.4rem;
  color: #e8371f;
  margin-top: 0.2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.cf-input--error {
  border-color: #e8371f;
}
.cf-input--error:focus {
  border-color: #e8371f;
  box-shadow: 0 0 0 2px rgba(232, 55, 31, 0.15);
}

.cf-textarea--error {
  border-color: #e8371f;
}
.cf-textarea--error:focus {
  border-color: #e8371f;
  box-shadow: 0 0 0 2px rgba(232, 55, 31, 0.15);
}

.cf-footer {
  background-color: #fcf16e;
  color: #fff;
  text-align: center;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  height: 7rem;
}

@media (max-width: 768px) {
  html.companypage {
    font-size: 1.3333vw;
  }
}

@media (max-width: 768px) {
  .companypage .page-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .companypage main {
    padding: 5rem 5rem 0;
    background-color: #faf7eb;
  }
}

@media (max-width: 768px) {
  .companypage .section {
    background-color: #fff;
    padding: 5rem 0 4rem;
  }
  .companypage .section#contact {
    padding: 6rem 0 7rem;
  }
}
@media (max-width: 768px) {
  .companypage .section:first-child {
    padding-top: 7.1rem;
    border-top-left-radius: 3.2rem;
    border-top-right-radius: 3.2rem;
  }
}
@media (max-width: 768px) {
  .companypage .section__inner {
    padding: 0 2.4rem;
  }
}
@media (max-width: 768px) {
  .companypage .section__side {
    display: none;
  }
}
@media (max-width: 768px) {
  .companypage .section__body {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .companypage .section#flow {
    padding: 6rem 0 0;
  }
}

@media (max-width: 768px) {
  .companypage .site-footer {
    margin-top: 0;
  }
}

.companypage .foot__float__content {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.companypage .return-top {
  width: 10rem;
  height: auto;
  background: none;
  border: none;
  padding: 0 0 2rem 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.companypage .return-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.companypage .menu-sp {
  width: 10rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .companypage .site-footer {
    height: 20rem;
  }
}

.sp-nav {
  display: none;
}
@media (max-width: 768px) {
  .sp-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    background-color: #1a4472;
    z-index: 200;
    padding: 14rem 4rem 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    overflow-y: auto;
  }
  .sp-nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 768px) {
  .companypage .mv {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .companypage .mv__content {
    padding: 2.3rem 0 4rem;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .companypage .mv__top {
    padding-left: 5rem;
  }
}
@media (max-width: 768px) {
  .companypage .mv__city {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .companypage .mv__logo {
    height: 3.1rem;
  }
}
@media (max-width: 768px) {
  .companypage .mv__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    padding-left: 5rem;
  }
}
@media (max-width: 768px) {
  .companypage .mv__title::before {
    width: 27rem;
    height: 0.5rem;
    left: 4.9rem;
  }
}
@media (max-width: 768px) {
  .companypage .mv__line img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .companypage .mv__headline {
    padding: 3.7rem 2.9rem 3.1rem 7.5rem;
    background-color: #005376;
    font-size: 7.2rem;
    position: absolute;
    top: 54rem;
    left: 0;
    border-top-right-radius: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .companypage .mv__sub-block {
    align-items: flex-end;
    margin-top: 18.5rem;
    margin-bottom: 3.1rem;
    padding-left: 7.5rem;
  }
}
@media (max-width: 768px) {
  .companypage .mv__sub {
    font-size: 2.8rem;
    margin-top: 9rem;
  }
}
.companypage .mv__adeco {
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .companypage .mv__target-bar {
    gap: 1.5rem;
    background-image: none;
    background-color: rgba(26, 68, 114, 0.08);
    border-radius: 4rem;
    max-width: 100%;
    margin: 0 6rem 0 5rem;
    background-color: #fff;
    padding: 0.8rem 0rem 0.8rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .companypage .mv__reserve {
    display: block;
    margin-top: 5.6rem;
    width: 59rem;
  }
}
@media (max-width: 768px) {
  .companypage .mv__target-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .companypage .mv__photo {
    display: none;
  }
}
@media (max-width: 768px) {
  .companypage .mv__corp-btn {
    font-size: 2.5rem;
    padding: 2rem 2.5rem 1.8rem 2rem;
    border-bottom-left-radius: 2.5rem;
  }
}

@media (max-width: 768px) {
  .companypage .step {
    display: block;
    margin-bottom: 8.5rem;
  }
}
@media (max-width: 768px) {
  .companypage .step__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 1.4rem;
    margin-bottom: 2.7rem;
  }
}
@media (max-width: 768px) {
  .companypage .step__header--cream {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .companypage .step__title {
    width: 49.5rem;
    padding: 3.7rem 10rem 3.7rem 4rem;
    background-color: #f9f7eb;
  }
}
@media (max-width: 768px) {
  .companypage .step__body {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .companypage .step__lead {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .companypage .step__detail-row {
    gap: 2.9rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .companypage .step__detail-row.step_detail-sp-column {
    display: block;
  }
}
@media (max-width: 768px) {
  .companypage .step__detail-row dd {
    font-size: 2.8rem;
  }
}
.companypage .step__detail-row dd span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .companypage .step__detail-row dd span {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .companypage .step__label {
    font-size: 2.8rem;
    width: 17.5rem;
    height: 5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .companypage .step__accent {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .companypage .step__contact {
    padding-left: 5rem;
  }
}
@media (max-width: 768px) {
  .companypage .step__contact-item {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.companypage .step__contact-item.spDb {
  display: flex;
}
@media (max-width: 768px) {
  .companypage .step__contact-value {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .companypage .step__contact-hours {
    font-size: 2.8rem;
  }
}

.companypage .btn-apply.pcDb {
  display: flex;
}
@media (max-width: 768px) {
  .companypage .btn-apply {
    width: 100%;
    max-width: 50rem;
  }
}

@media (max-width: 768px) {
  .companypage .btn-entry.u-pdf {
    max-width: 50rem;
  }
}

@media (max-width: 768px) {
  .companypage .btn-entry {
    max-width: 50rem;
  }
}

.companypage .btn-entry.pcDb {
  display: flex;
}

@media (max-width: 768px) {
  .companypage .boshu-detail__row {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .companypage .boshu-detail__target-main {
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  .companypage .boshu-detail__target-list li {
    font-size: 2.7rem;
  }
}

@media (max-width: 768px) {
  .companypage .flow {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .companypage .flow__item {
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
  }
}

@media (max-width: 768px) {
  .companypage .point {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .companypage .entry-box__confirm {
    font-size: 2.8rem;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .companypage .step__mail {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .companypage .mv__job-seeker {
    font-size: 2.5rem;
    padding: 1.3rem 2.5rem 0.6rem 2rem;
  }
}

.u-pcDb {
  display: none;
}
@media (min-width: 1024px) {
  .u-pcDb {
    display: block;
  }
}

.u-spDb {
  display: block;
}
@media (min-width: 1024px) {
  .u-spDb {
    display: none;
  }
}

.spDb {
  display: block;
}
@media (min-width: 769px) {
  .spDb {
    display: none !important;
  }
}

.pcDb {
  display: block;
}
@media (max-width: 768px) {
  .pcDb {
    display: none !important;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=style.css.map */
