@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
}

p {
  margin-bottom: 2rem;
}

img {
  width: 100%;
  display: block;
}

:root {
  --background: #ffffff;
  --foreground: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 56px;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  text-align: justify;
  box-sizing: border-box;
}

* {
  text-align: inherit;
}

.main-container {
  background: #ffffff;
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header {
    max-width: 960px;
  }
}
.header__logo {
  padding: 0 1rem;
}
.header__logo img {
  width: auto;
  object-fit: contain;
  max-width: 20rem;
}
.header__buttons {
  display: flex;
  align-items: center;
}

.btn-entry {
  background: #ff7020;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 10px;
  width: 56px;
  height: 56px;
}
.btn-entry__icon img {
  width: 2rem;
  height: 2.6rem;
}
.btn-entry__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  width: 44px;
}
.btn-entry__content p {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
}
.btn-menu {
  background: #004696;
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.btn-menu__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 44px;
}
.btn-menu__icon {
  width: 32px;
  height: 32px;
}
.btn-menu__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-menu__icon--close {
  transform: scaleY(-1);
}
.btn-menu span {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  width: 44px;
  text-align: center;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: #004696;
  z-index: 60;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  padding-top: 56px;
}
.menu-overlay.show {
  opacity: 1;
  visibility: visible;
}
.menu-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}
.menu-overlay .header {
  display: none;
}
.menu-overlay__logo {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 20px;
  width: 247px;
}
.menu-overlay__logo-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #56859e;
  font-size: 14px;
  text-align: right;
  width: 100%;
}
.menu-overlay__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  gap: 20px;
  align-items: flex-start;
  line-height: 1.75;
  left: 50%;
  top: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.menu-overlay__content p {
  width: 100%;
}
.menu-overlay__link {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.menu-overlay__link:hover {
  opacity: 0.7;
}

.hidden {
  display: none;
}

.mb-0 {
  margin-bottom: 0;
}

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

.font-xl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .font-xl {
    line-height: 1.25;
  }
}

.font-lg {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .font-lg {
    line-height: 1.3;
  }
}

.font-md {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .font-md {
    line-height: 1.35;
  }
}

.font-sm {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .font-sm {
    line-height: 1.4;
  }
}

.font-xs {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .font-xs {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.font-base {
  font-size: 1.6rem;
  line-height: 1.75;
}

.font-small {
  font-size: 1.4rem;
  line-height: 1.7;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 10;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.5;
  color: white;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}

.hero {
  position: relative;
  padding-top: 56px;
}
.hero__slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .hero__slider {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: visible;
  }
}
.hero__slide {
  width: 100%;
  position: relative;
}
.hero__slide picture {
  display: block;
  width: 100%;
}
.hero__slide img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .hero__slide {
    width: 960px;
    display: flex;
    justify-content: center;
  }
  .hero__slide img {
    width: 960px;
    height: 500px;
    object-fit: cover;
    object-position: center;
  }
  .hero__slide:not(.slick-center)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(128, 128, 128, 0.2);
    pointer-events: none;
    z-index: 1;
  }
}
.hero__content {
  background: linear-gradient(to right, #0054a7, #4a9cd6);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding: 80px 20px 30px;
  width: 100%;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero__content {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: calc((100vw - 960px) / 2);
    padding-right: calc((100vw - 960px) / 2);
    padding-top: 20px;
    padding-bottom: 30px;
    max-width: none;
  }
}
.hero__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: normal;
  display: flex;
  flex-direction: column;
}
.hero__title-line {
  display: block;
  margin-bottom: 0;
}
.hero__title p {
  margin-bottom: 0;
}
.hero__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 32px;
  width: 100%;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.hero__badges {
  position: absolute;
  display: flex;
  gap: 13px;
  align-items: center;
  left: 20px;
  top: 384px;
}
@media (min-width: 768px) {
  .hero__badges {
    left: unset;
    top: 430px;
    bottom: unset;
    right: -100px;
  }
}
.hero__label {
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 10;
}
@media (min-width: 768px) {
  .hero__label {
    left: calc(50% - 480px);
    top: 56px;
  }
}
.hero__label-bg {
  background: linear-gradient(to right, #0054a7, #4a9cd6);
  height: 80px;
  border-bottom-right-radius: 28px;
  width: 157px;
}
@media (min-width: 768px) {
  .hero__label-bg {
    height: 90px;
    width: 180px;
  }
}
.hero__label-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  gap: 4px;
  align-items: flex-start;
  line-height: 20px;
  left: 22px;
  top: 17px;
  width: 100px;
  white-space: nowrap;
}
.hero__label-text-recruit {
  color: #99cbe9;
  width: 100%;
}
.hero__label-text-job {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .hero__label-text-job {
    line-height: 1.4;
  }
}
.hero__label-text-job {
  color: #ffffff;
  width: 100%;
}

.badge {
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px 8px;
  border-radius: 51.5px;
  width: 103px;
  height: 103px;
}
.badge__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #008fd6;
  text-align: center;
}
.badge__text p {
  margin-bottom: 0;
}
.badge__text p.small {
  font-size: 14px;
}

.hero-slider {
  position: relative;
}

.about-slider {
  position: relative;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 10;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.5;
  color: white;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}

.seido-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.seido-section__hero {
  background: #eff1f3;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 60px;
}
.seido-section__image-wrapper {
  width: 100%;
  position: relative;
}
.seido-section__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.seido-section__gradient-bar {
  height: 37px;
  width: 100%;
}
.seido-section__gradient-bar svg {
  display: block;
  width: 100%;
  height: 100%;
}
.seido-section__badges {
  position: absolute;
  display: flex;
  gap: 13px;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
@media (min-width: 768px) {
  .seido-section__badges {
    font-size: 2rem;
  }
}
.seido-section__content {
  background: #eff1f3;
  width: 100%;
}
.seido-section__intro {
  padding: 0 20px 80px;
}
.seido-section__intro-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #231815;
  width: 100%;
}
.seido-section__intro-title p {
  margin-bottom: 0;
}
.seido-section__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
  width: 100%;
}
.seido-section__detail-box {
  background: #ffffff;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 36px 20px 20px;
}
.seido-section__detail-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding-bottom: 3rem;
}
.seido-section__detail-item:not(:first-child) {
  padding-top: 3rem;
}
.seido-section__detail-item:not(:last-child) {
  border-bottom: 6px solid #eff1f3;
}
.seido-section__detail-item:last-child {
  padding-bottom: 0;
}
.seido-section__detail-subtitle {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .seido-section__detail-subtitle {
    line-height: 1.4;
  }
}
.seido-section__detail-subtitle {
  display: flex;
  border-radius: 50px;
  background: #EFF1F3;
  color: #008fd6;
  padding: 5px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.seido-section__detail-item-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
.seido-section__detail-item-icon img {
  max-width: 5rem;
  height: auto;
}
.seido-section__detail-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .seido-section__detail-title {
    line-height: 1.3;
  }
}
.seido-section__detail-title {
  color: #008fd6;
  text-align: center;
}
.seido-section__detail-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
  width: 100%;
}
.seido-section__divider {
  height: 0;
  width: 100%;
  margin: 32px 0;
}
.seido-section__divider svg {
  display: block;
  width: 100%;
  height: 100%;
}
.seido-section__work-style {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.seido-section__work-style-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #008fd6;
}
.seido-section__work-image {
  width: 100%;
}
.seido-section__work-image img {
  width: 100%;
  height: auto;
  display: block;
}
.seido-section__events {
  margin-top: 2rem;
  background: #cce9f7;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.seido-section__events-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .seido-section__events-title {
    line-height: 1.4;
  }
}
.seido-section__events-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  width: 100%;
}
.seido-section__events-bullet {
  color: #008fd6;
}
.seido-section__events-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
  width: 100%;
}
.seido-section__events-text p {
  margin-bottom: 0;
}
.seido-section__events-note {
  font-weight: bold;
}
.seido-section__events-image {
  width: 100%;
  margin-top: 1rem;
}
.seido-section__events-image img {
  width: 100%;
  height: auto;
  display: block;
}

.seido-badge {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .seido-badge {
    line-height: 1.4;
  }
}
.seido-badge {
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  border-radius: 51.5px;
  width: 103px;
  height: 103px;
  position: relative;
}
@media (min-width: 768px) {
  .seido-badge {
    font-size: 2rem;
  }
}
.seido-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 51.5px;
  padding: 1.5px;
  background: linear-gradient(to top, #00A6D9, #FFEF01);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.seido-badge p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #008fd6;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.topmessage-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.topmessage-section__president {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.topmessage-section__president-photo {
  width: 100%;
}
.topmessage-section__president-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.topmessage-section__president-info {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 20px;
  width: 100%;
}
.topmessage-section__president-name {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.topmessage-section__president-title {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin: 4px 0 0 0;
}
.topmessage-section__president-name-text {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin: 0;
  font-size: 20px;
}
.topmessage-section__president-name-en {
  font-family: "Inter", sans-serif;
  text-align: right;
  width: 100%;
}
.topmessage-section__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 20px 80px;
}
.topmessage-section__message-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #008fd6;
  width: 100%;
}
.topmessage-section__message-title p {
  margin-bottom: 0;
}
.topmessage-section__message-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
  width: 100%;
}
.topmessage-section__message-text p:last-child {
  margin-bottom: 0;
}

.voices-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.voices-section__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  width: 100%;
}

.voice-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
.voice-card__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
  width: 100%;
}
.voice-card__photo {
  width: 100%;
}
.voice-card__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.voice-card__info {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.voice-card__info--right {
  right: 15px;
  top: 24px;
  width: fit-content;
}
@media (min-width: 768px) {
  .voice-card__info--right {
    top: unset;
    bottom: 15px;
    right: 50px;
  }
}
.voice-card__info--left {
  left: 15px;
  top: 24px;
}
@media (min-width: 768px) {
  .voice-card__info--left {
    top: unset;
    bottom: 15px;
    left: 50px;
  }
}
.voice-card__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #56859e;
  font-size: 13px;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .voice-card__label {
    font-size: 16px;
  }
}
.voice-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #008fd6;
}
.voice-card__title p {
  margin-bottom: 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .voice-card__title p {
    font-size: 18px;
  }
}
.voice-card__badge {
  position: relative;
  background: linear-gradient(to right, #006DBB, #008FD6);
  padding: 10px 15px;
  border-radius: 5px;
}
.voice-card__badge-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .voice-card__badge-name {
    font-size: 18px;
  }
}
.voice-card__badge-name span {
  display: block;
  font-size: 13px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .voice-card__badge-name span {
    font-size: 16px;
  }
}
.voice-card__content {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
}
.voice-card__content p {
  margin-bottom: 0;
}

.schedule-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.schedule-section__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.schedule-section__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.schedule-section__title-wrapper img {
  width: 6.3rem;
  aspect-ratio: 63/60;
}
.schedule-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #008fd6;
}
.schedule-section__divider {
  background: linear-gradient(to right, #0054a7, #4a9cd6);
  height: 6px;
  width: 100%;
}
.schedule-section__note {
  font-family: "Noto Sans JP", sans-serif;
  color: #008fd6;
  text-align: center;
}

.matching-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.matching-section__content {
  background: #eff1f3;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px 80px;
}
.matching-section__intro {
  margin-bottom: 32px;
}
.matching-section__intro-headline {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #008fd6;
  font-size: 30px;
  width: 100%;
}
.matching-section__intro-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #231815;
  width: 100%;
}
.matching-section__intro-title p {
  margin-bottom: 0;
}
.matching-section__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
  width: 100%;
}
.matching-section__intro-text p {
  margin-bottom: 0;
}

.matching-card {
  background: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  margin-bottom: 32px;
}
.matching-card:last-child {
  margin-bottom: 0;
}
.matching-card__header {
  border-radius: 10px 10px 0 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .matching-card__header {
    line-height: 1.4;
  }
}
.matching-card__header--good {
  background: #00a040;
}
.matching-card__header--bad {
  background: #56859e;
}
.matching-card__title {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  width: 100%;
}
.matching-card__title p {
  margin-bottom: 0;
}
.matching-card__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 20px 16px;
  width: 100%;
}
.matching-card__item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
  padding-left: 1.5em;
}
.matching-card__item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.75;
}
.matching-card__item-title {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.75;
  width: 100%;
  position: relative;
}
.matching-card__item-title::before {
  content: "●";
  position: absolute;
  left: -1.5em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}
.matching-card__item-title--good {
  color: #00a040;
}
.matching-card__item-title--good::before {
  color: #00a040;
}
.matching-card__item-title--bad {
  color: #000000;
  margin-bottom: 1rem;
}
.matching-card__item-title--bad::before {
  color: #56859e;
}
.matching-card__item-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  width: 100%;
}

.casual-section {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.casual-section__content {
  padding: 28px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.casual-section__bubble {
  position: relative;
  display: inline-grid;
  width: 100%;
  max-width: 400px;
}
.casual-section__bubble svg {
  display: block;
  width: 100%;
  height: 89px;
}
.casual-section__bubble-text {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 20px;
  line-height: normal;
}
.casual-section__highlight {
  color: #f15a24;
}
.casual-section__description {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
  width: 100%;
}
.casual-section__description p {
  margin-bottom: 0;
}
.casual-section__button {
  background: linear-gradient(to right, #EC6B4D, #EB9750);
  border-radius: 33px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 72px;
  position: relative;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
}
.casual-section__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
.casual-section__button-text p {
  margin-bottom: 0;
}
.casual-section__button-icon {
  position: absolute;
  right: 33px;
  top: 16.5px;
  width: 33px;
  height: 33px;
}
.casual-section__button-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.casual-section__image {
  width: 100%;
}
.casual-section__image img {
  width: 100%;
  height: auto;
  display: block;
}

.recruitment-flow-section {
  background: #eff1f3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.recruitment-flow-section__content {
  width: 100%;
  padding: 32px 20px 80px;
  position: relative;
}

.flow-step-wrapper {
  position: relative;
  padding-bottom: 6rem;
}

.flow-step {
  position: relative;
}
.flow-step:first-of-type {
  margin-top: 0;
}
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 33px;
  top: 0px;
  width: 4px;
  height: 100%;
  background: #008fd6;
  z-index: 0;
}
.flow-step--final .flow-step__description {
  display: none;
}
.flow-step__number {
  position: absolute;
  left: 0;
  top: -7px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #008fd6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.flow-step__number-label {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: normal;
  margin: 0;
}
.flow-step__number-value {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 38px;
  line-height: 1;
  margin: 0;
}
.flow-step__title {
  margin-left: 37px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 20px 10px 50px;
  height: 52px;
  display: flex;
  align-items: center;
}
.flow-step__title p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #008fd6;
  font-size: 20px;
  margin: 0;
}
.flow-step__description {
  margin-left: 87px;
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
}
.flow-step__description p {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.entry-section {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.entry-section__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.entry-section__headline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
}
.entry-section__headline p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #f15a24;
  font-size: 20px;
  margin: 0;
}
.entry-section__badge {
  background: #f15a24;
  border-radius: 20px;
  padding: 4px 10px;
}
.entry-section__badge p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}
.entry-section__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.75;
  color: #000000;
  text-align: center;
  margin: 2rem;
}
.entry-section__logo {
  width: 124px;
  height: 19px;
  margin: 0 auto 1rem;
  display: block;
}
.entry-section__logo img {
  width: 100%;
  height: auto;
}

.entry-button {
  background: linear-gradient(to right, #EC6B4D, #EB9750);
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 72px;
  position: relative;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
}
.entry-button--primary {
  border-radius: 0;
}
.entry-button--casual {
  border-radius: 33px;
}
.entry-button__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.25;
  text-align: center;
  margin: 0;
}
.entry-button__text-multi {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
.entry-button__text-multi p {
  margin: 0;
}
.entry-button__icon {
  position: absolute;
  right: 57px;
  top: 16.5px;
  width: 33px;
  height: 33px;
}
.entry-button--casual .entry-button__icon {
  right: 33px;
}
.entry-button__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.faq-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.faq-section__content {
  width: 100%;
  padding: 32px 20px;
}

.faq-category-wrapper {
  margin-bottom: 2rem;
}

.faq-category {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
.faq-category__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  color: #008fd6;
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin: 0;
}
.faq-category__divider {
  background: #008fd6;
  height: 3px;
  width: 100%;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.faq-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.faq-que {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-que .faq-item__icon {
  background: #3569ae;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq-que .faq-item__icon p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.faq-que .faq-item__question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.75;
  color: #008fd6;
  flex-grow: 1;
  margin: 0;
}
.faq-que .faq-item__arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  align-self: center;
}
.faq-que .faq-item__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.faq-que.is-active .faq-item__arrow {
  transform: rotate(270deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 10px;
  background-color: #EDF5FC;
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.faq-answer__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
  margin: 0;
  padding: 16px 12px;
}

.divider-line {
  width: 100%;
  padding: 0 20px;
}
.divider-line__inner {
  height: 1px;
  width: 100%;
  border-top: 1px solid #000000;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}
@media (min-width: 768px) {
  .footer {
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .footer__info {
    margin-bottom: 0;
    width: auto;
    flex: 0 0 auto;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  width: 237px;
}
.footer__logo-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #56859e;
  font-size: 12px;
  text-align: right;
  width: 100%;
  margin: 0;
}
.footer__address {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #000000;
}
.footer__address p {
  margin-bottom: 0;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__links {
    width: fit-content;
    flex: 0 0 auto;
  }
}
.footer__link {
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}
.footer__link p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 0;
}
.footer__link-icon {
  width: 14px;
  height: 14px;
}
.footer__link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.section-header__title--large {
  font-size: 20px;
}

.quick-links {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 20px;
}
.quick-links__wrapper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 20px;
  background: #f2f2f2;
}
.quick-links__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.quick-links__title .material-icons {
  font-size: 2.4rem;
  line-height: 1;
}
.quick-links__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .quick-links {
    background: #ffffff;
    padding: 40px 20px 0;
  }
  .quick-links__wrapper {
    padding: 0;
    background: transparent;
  }
  .quick-links__title {
    display: none;
  }
  .quick-links__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
  }
}

.quick-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
}
.quick-link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .quick-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #000000;
    border-radius: 9999px;
    padding: 8px 14px;
    background: transparent;
    white-space: nowrap;
    width: auto;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }
  .quick-link:hover {
    background: #f7f7f7;
    opacity: 1;
  }
}

.message-section {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 40px 0px 80px;
  width: 100%;
  background: #ffffff;
}
@media (min-width: 768px) {
  .message-section {
    padding: 40px 0 80px;
  }
}
.message-section__wrapper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.message-section__label {
  font-family: "Inter", sans-serif;
  color: #56859e;
  width: 100%;
}
.message-section__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #231815;
  width: 100%;
}
.message-section__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
  width: 100%;
}
.message-section__text p {
  margin-bottom: 0;
}

.section-header {
  background: linear-gradient(to right, #006dbb, #008fd6);
  width: 100%;
}
.section-header__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.section-header__content {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
}
.section-header__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section-header__title {
    line-height: 1.4;
  }
}
.section-header__title {
  margin-bottom: 0;
  flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}

.about-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background: #ffffff;
}
.about-section__slider {
  width: 100%;
  overflow: hidden;
}
.about-section__slide {
  width: 100%;
}
.about-section__slide img {
  width: 100%;
  height: auto;
  display: block;
}
.about-section__content {
  background: #eff1f3;
  width: 100%;
}
.about-section__content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.about-section__content-inner {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 32px 20px 80px;
  width: 100%;
}
.about-section__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.about-section__subtitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .about-section__subtitle {
    line-height: 1.4;
  }
}
.about-section__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  color: #008fd6;
}
.about-section__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
  width: 100%;
}
.about-section__text p {
  margin-bottom: 0;
}
.about-section__box {
  background: #ffffff;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
  border: 1px solid #000000;
  width: 100%;
}
.about-section__box-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.about-section__box-content {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 24px 20px;
  width: 100%;
}
.about-section__box-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .about-section__box-title {
    line-height: 1.4;
  }
}
.about-section__box-title {
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}
.about-section__box-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #000000;
  width: 100%;
}

@media (max-width: 375px) {
  html {
    font-size: 62.5%;
  }
  .hero__badges {
    left: 15px;
  }
}
.page-top-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  background: #006dbb;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 109, 187, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
  z-index: 1000;
}
.page-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-top-btn:hover {
  background: #008fd6;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 109, 187, 0.4);
}
.page-top-btn:active {
  transform: translateY(0);
}
.page-top-btn svg {
  width: 2.4rem;
  height: 2.4rem;
}

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