table {
  table-layout: fixed;
  word-wrap: break-word;
}
#business-page,
#recruit-page,
#company-page {
  color: #0d1668;
}
/* 下層ページ: 会社情報、事業内容、採用、アクセス、フォームほか */
.main {
  font-size: 20px;
  line-height: 1.5;
}
.anchor-link {
  border-bottom: 1px solid #0d1668;
  padding-bottom: 1px;
  color: #0d1668;
}
.anchor-link:hover {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}
@media (min-width: 769px) {
  a[href^='tel:'] {
    color: #000;
    padding-bottom: 0;
    border-bottom: none;
  }
  a[href^='tel:']:hover {
    opacity: 1;
  }
}
@media (max-width: 599px) {
  section:not(:first-of-type):not(:last-of-type) {
    margin-bottom: 50px;
  }
}
body.--flex {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.--flex > .contact-page,
#sitemap-page {
  flex: 1;
}
.title {
  display: inline-block;
  position: relative;
  color: #0d1668;
  font-size: 40px;
  margin-bottom: 85px;
}
.title-center {
  color: #0d1668;
  font-size: 40px;
  border-bottom: solid 1px #0d1668;
  padding-bottom: 6px;
  max-width: 582px;
  margin: 0 auto 85px;
  text-align: center;
}
.border-r::after {
  position: absolute;
  content: '';
  border-bottom: solid 1px #0d1668;
  top: 64px;
  width: 500%;
  right: 0;
}
.border-l::after {
  position: absolute;
  content: '';
  border-bottom: solid 1px #0d1668;
  top: 64px;
  width: 500%;
  left: 2px;
}
.border-r-WH::after {
  position: absolute;
  content: '';
  border-bottom: solid 1px #f8f8f9;
  top: 64px;
  width: 500%;
  right: 0;
}
.border-WH {
  border-bottom: solid 1px #fff;
}
.title-WH {
  color: #fff;
}
@media (max-width: 768px) {
  .title {
    display: block;
    border-bottom: solid 1px #0d1668;
    margin: 0 auto 45px;
    padding-bottom: 6px;
    max-width: 582px;
    text-align: center;
  }
  .border-r::after {
    content: none;
  }
  .border-r-WH {
    border-bottom: solid 1px #f8f8f9;
    margin: 0 auto 45px;
    padding-bottom: 6px;
  }
  .border-r-WH::after {
    content: none;
  }
}
@media (max-width: 599px) {
  .title,
  .title-center {
    width: 100%;
    font-size: 24px;
    padding: 18px 5% 0;
    margin-bottom: 45px;
  }
  .border-r-WH {
    width: 100%;
    font-size: 24px;
    padding: 18px 5% 0;
    margin-bottom: 45px;
  }
}
.mv-container {
  position: relative;
}
.main-title {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 16px;
}
.main-title__heading {
  color: #f8f8f9;
  text-align: center;
  text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.main-title__jp {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 9px;
  display: inline-block;
}
.main-title__en {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.main-visual.--no-img .mv-container {
  height: 300px;
}
.main-visual.--no-img .main-title__heading {
  color: #0d1668;
}
@media (max-width: 599px) {
  .main-title__jp {
    font-size: 41px;
  }
  .main-title__en {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  #business-page .main-visual__img {
    background-position: top right -78px;
  }
  .main-title {
    justify-content: center;
    padding: 0 16px;
  }
  .main-title__en {
    line-height: 1;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  width: 100%;
}
.breadcrumb__item {
  position: relative;
  color: #0d1668;
}
.breadcrumb__item:not(:last-child) {
  margin-right: 30px;
}
.breadcrumb__item:not(:last-child)::after {
  content: '';
  width: 9px;
  height: 9px;
  border: solid 1px #d9d9d9;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  right: -18px;
  bottom: 0;
}
.content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.feature-list,
.two-column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature-list {
  gap: 24px 22px;
  align-items: stretch;
}
.feature-list__item,
.two-column__item {
  width: calc((100% / 2) - 11px);
}
.feature-list__item {
  background-color: #f8f8f9;
  border: 1px solid #d9d9d9;
  padding: 36px 54px;
  text-align: center;
}
.feature-list__img-box {
  width: 70px;
}
.feature-list__title {
  margin: 16px 0 20px;
  font-size: 30px;
}
.feature-list__text {
  font-size: 20px;
}
.feature-list__link:hover {
  opacity: 0.5;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .feature-list__item {
    padding: 25px 17px;
  }
}
@media (max-width: 599px) {
  .feature-list__item {
    width: 100%;
  }
  .feature-list__title {
    font-size: 20px;
  }
  .feature-list__text {
    font-size: 14px;
  }
}
.info-title {
  font-size: 33px;
}
.info__list {
  align-items: stretch;
}
.info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.info__item > img {
  display: block;
  width: 100%;
  aspect-ratio: 545 / 200;
  height: auto;
  object-fit: cover;
}
.info__btn {
  box-sizing: border-box;
  min-width: 306px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .info__list {
    flex-direction: column;
  }
  .info__item {
    width: 100%;
  }
  .info__item:first-child {
    margin-bottom: 30px;
  }
  .info__btn {
    margin-top: 15px;
  }
}
@media (max-width: 599px) {
  .info-title {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 45px;
  }
  .info__btn {
    min-width: 0;
    width: min(100%, 306px);
  }
}
.list__title {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
}
.list__title::before {
  content: '';
  display: block;
  width: 15px;
  height: 45px;
  background-color: #0d1668;
  position: absolute;
  top: 0;
  left: 0;
}
.list__text {
  font-size: 20px;
}
@media (max-width: 599px) {
  .list__title {
    font-size: 20px;
  }
  .list__title::before {
    width: 10px;
    height: 30px;
  }
  .list__text {
    font-size: 14px;
  }
}
#business-page .main-visual__img {
  background-image: url(../images/business/hero.webp?v=20260819-nocache);
}
@media (max-width: 599px) {
  #business-page .main-visual__img {
    background-position: top right -78px;
  }
}
#business-page .breadcrumb {
  margin: 56px 0 57px;
}
@media (max-width: 599px) {
  #business-page .breadcrumb {
    margin: 20px 0 50px;
  }
}
.business-detail {
  margin-bottom: 150px;
}
.business-detail-title {
  padding-left: 320px;
}
@media (max-width: 768px) {
  .business-detail-title {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .business-detail__link-icon {
    width: 10px;
  }
}
.products {
  margin-bottom: 97px;
}
.products__item:not(:last-child) {
  margin-bottom: 70px;
}
.products__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.products__item:nth-child(even) {
  flex-direction: row-reverse;
}
.products__img,
.products__lead {
  width: calc(50% - 56px);
}
.products__img {
  border: 1px solid #d9d9d9;
}
.products__title {
  margin-bottom: 63px;
}
.products__link-icon {
  width: 20px;
  margin: 0 0 10px 5px;
}
.products__text {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .products__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .products__item {
    flex-direction: column;
  }
  .products__item:nth-child(even) {
    flex-direction: column;
  }
  .products__img,
  .products__lead {
    width: 100%;
  }
  .products__title {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .products__link-icon {
    width: 20px;
    margin: 0 0 5px 5px;
  }
  .products .link-icon {
    width: 15px;
  }
  .products__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .products_btn-area {
    text-align: center;
  }
}
.client {
  background-color: #f8f8f9;
  padding: 53px 0 56px;
  margin-bottom: 94px;
}
.client-title {
  padding-left: 211px;
}
.client__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: inside;
}
.client__item-box {
  width: calc(50% - 76px);
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .client-title {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .client {
    padding: 50px 0;
  }
  .client__list {
    flex-direction: column;
  }
  .client__item-box {
    width: 100%;
  }
  .client__item {
    font-size: 14px;
  }
  .client__item {
    margin-bottom: 6px;
  }
}
#business-page .info {
  margin-bottom: 145px;
}
@media (max-width: 599px) {
  #business-page .info {
    margin-bottom: 80px;
  }
}
#company-page .main-visual__img {
  background-image: url(../images/company/hero.webp?v=20260819-nocache);
}
#company-page .breadcrumb {
  margin: 56px 0;
}
@media (max-width: 599px) {
  #company-page .breadcrumb {
    margin: 20px 0 50px;
  }
}
.about {
  margin-bottom: 150px;
}
.about__container {
  position: relative;
  overflow: hidden;
}
.about__text {
  max-width: 710px;
  margin: 0 auto;
}
.about__img {
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .about__container {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .about__img {
    right: 90px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .about__img {
    width: 350px;
  }
}
@media (max-width: 599px) {
  .about__img {
    width: 40%;
  }
}
.philosophy {
  margin-bottom: 153px;
}
.philosophy__sub-title {
  text-align: center;
  font-size: 24px;
}
.philosophy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px;
  align-items: stretch;
  margin-top: 43px;
}
.philosophy-list__item {
  width: calc((100% / 2) - 9.5px);
  border: 1px solid #d9d9d9;
  padding: 27px 54px 60px;
  text-align: center;
  font-size: 16px;
}
.circle {
  display: inline-block;
  width: 113px;
  height: 113px;
  border-radius: 50%;
  background: #0d1668;
  text-align: center;
  line-height: 113px;
  margin-bottom: 45px;
  color: #f8f8f9;
  font-size: 30px;
}
.philosophy-list__text {
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .philosophy-list__item {
    padding: 30px 30px 50px;
  }
}
@media (max-width: 599px) {
  .philosophy-list {
    margin-top: 30px;
    gap: 10px;
  }
  .philosophy-list__item {
    width: 100%;
    padding: 30px 20px;
  }
  .circle {
    width: 85px;
    height: 85px;
    font-size: 20px;
    line-height: 85px;
  }
  .philosophy-list__text {
    line-height: 1.5;
  }
}
.greeting {
  margin-bottom: 162px;
}
.greeting-title {
  padding-left: 290px;
}
.greeting--sp {
  display: none;
}
@media (max-width: 768px) {
  .greeting-title {
    padding-left: 0;
  }
  .greeting--pc {
    display: none;
  }
  .greeting--sp {
    display: block;
  }
  .greeting__container {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .greeting__image-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .greeting__text-box {
    width: 100%;
  }
  .greeting__text {
    padding: 0;
    color: #000;
    font-size: 18px;
    text-align: left;
    line-height: 1.75;
  }
}
.company-profile {
  margin-bottom: 147px;
}
.company-profile-title {
  padding-left: 290px;
}
.summary {
  margin-left: 96px;
}
.summary-item__br {
  border-bottom: 1px dotted #0d1668;
}
.summary-sub .summary-item__heading,
.summary-sub .summary-item__body {
  padding-top: 20px;
}
.summary-item__heading,
.summary-item__body {
  font-size: 16px;
  padding-bottom: 20px;
}
.summary-item__heading {
  font-weight: 400;
}
.summary-item__heading {
  padding-right: 60px;
}
.summary-item__body span {
  font-size: 14px;
}
@media (max-width: 769px) {
  .company-profile-title {
    padding-left: 0;
  }
  .summary {
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .summary-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .summary-item__heading {
    white-space: nowrap;
    width: 90px;
    padding: 0 0 10px 0;
  }
  .summary-sub .summary-item__heading {
    padding: 20px 0 10px 0;
  }
  .summary-item__body {
    font-size: 14px;
    width: 100%;
  }
  .summary-sub .summary-item__body {
    padding: 0 0 20px;
  }
}
#company-page .info {
  margin-bottom: 145px;
}
@media (max-width: 599px) {
  #company-page .info {
    margin-bottom: 70px;
  }
}
#access-page .breadcrumb {
  margin: 56px 0 60px;
}
@media (max-width: 599px) {
  #access-page .breadcrumb {
    margin: 20px 0 50px;
  }
}
.access {
  margin-bottom: 150px;
}
.access-title {
  margin-bottom: 28px;
  text-align: left;
}
.access-place:first-of-type {
  margin-bottom: 150px;
}
.access-img__container {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(260px, 2fr);
  gap: 18px;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 16px;
  border: 1px solid #0d1668;
}
.map-img__box {
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #f5f5f5;
}
.access-map {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.building-img__box {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.building__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.building__img:first-child {
  margin-bottom: 0;
}
.access__container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.access__container--no-button {
  justify-content: flex-end;
}
.access-address {
  padding-left: 10px;
  font-size: 16px;
}
.access__lead-container {
  margin: 30px 0 10px;
  text-align: left;
}
.access-address__title {
  font-weight: 700;
  font-size: 20px;
}
.access-address__train {
  margin: 10px 0;
}
.access-address__icon {
  position: relative;
  padding-left: 20px;
}
.access-address__icon::before {
  content: url(../images/common/icon_train.svg?v=20260819-nocache);
  display: block;
  position: absolute;
  top: 2px;
  left: -0.5px;
}
@media (max-width: 768px) {
  .access-place:first-of-type {
    margin-bottom: 80px;
  }
  .access-img__container {
    grid-template-columns: 1fr;
    gap: 16px;
    border: 0;
    padding: 0;
  }
  .map-img__box {
    width: 100%;
    height: 280px;
  }
  .building-img__box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 12px;
    width: 100%;
    height: 180px;
    max-width: 100%;
  }
  .access__container {
    flex-direction: column;
    align-items: normal;
  }
  .access-address {
    padding-left: 0;
  }
  .access__lead-container {
    margin-top: 15px;
  }
  .access-address__title {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .access {
    margin-bottom: 80px;
  }
  .map-img__box {
    height: 240px;
  }
  .building-img__box {
    height: 140px;
  }
}
#recruit-page .main-visual__img {
  display: block;
  width: 100%;
  background-image: none;
  object-fit: cover;
  object-position: center center;
}
#recruit-page .breadcrumb {
  margin: 65px 0 51px;
}
@media (max-width: 599px) {
  #recruit-page .breadcrumb {
    margin: 20px 0 50px;
  }
}
.advantage {
  margin-bottom: 149px;
}
.advantage-list {
  margin-bottom: 140px;
}
.advantage .list__title {
  width: 220px;
}
.advantage .list__text {
  width: calc(100% - 220px - 64px);
}
.list__title {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
}
.list__title::before {
  content: '';
  display: block;
  width: 15px;
  height: 45px;
  background-color: #0d1668;
  position: absolute;
  top: 0;
  left: 0;
}
.list__text {
  font-size: 20px;
}
@media (max-width: 768px) {
  .advantage .list__title {
    width: 100%;
    margin-bottom: 20px;
  }
  .advantage .list__text {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .advantage-list {
    margin-bottom: 30px;
  }
  .advantage-list {
    flex-direction: column;
  }
  .list__title {
    font-size: 20px;
  }
  .list__title::before {
    width: 10px;
    height: 30px;
  }
  .list__text {
    font-size: 14px;
  }
}
.activities {
  margin-bottom: 149px;
}
.activities-title {
  padding-left: 280px;
}
.activities-list__item {
  width: 100%;
  display: flex;
  column-gap: 110px;
  justify-content: space-between;
  align-items: center;
}
.activities-list__item:not(:last-child) {
  margin-bottom: 83px;
}
.activities-list__text-box {
  width: calc(50% - 55px);
}
.activities-list__title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 11px;
}
.activities-list__text {
  text-align: justify;
}
@media (min-width: 1025px) {
  .activities-list {
    margin-left: 93px;
  }
  .activities-list__img {
    width: calc(358px - 55px);
  }
  .activities-list__text-box {
    width: calc(100% - 358px - 55px);
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .activities-list__item {
    column-gap: 40px;
  }
  .activities-list__img,
  .activities-list__text-box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .activities-title {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .activities-list__item {
    flex-direction: column-reverse;
  }
  .activities-list__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .activities-list__img {
    width: 100%;
    margin-right: 0;
  }
  .activities-list__text-box {
    width: 100%;
  }
  .activities-list__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .activities-list__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.job-desc {
  width: 100%;
  height: auto;
  background-color: #0d1668;
  padding: 148px 0 60px;
  margin-bottom: 113px;
}
.job-desc-title {
  padding-left: 280px;
  color: #f8f8f9;
}
.job-desc__container {
  text-align: center;
}
.job-desc-list {
  margin-bottom: 35px;
}
.job-desc-list__item {
  background-color: #f8f8f9;
  text-align: left;
  border-radius: 17px;
}
.job-desc-list__item:not(:last-child) {
  margin-bottom: 30px;
}
.job-desc-list__title {
  font-size: 30px;
  text-align: center;
  padding: 3% 50px 3% 3%;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
.job-desc-list__title::before,
.job-desc-list__title::after {
  position: absolute;
  content: '';
  width: 32px;
  height: 2px;
  top: 50%;
  right: 44px;
  background-color: #0d1668;
}
.job-desc-list__title::after {
  transform: rotate(90deg);
  transition: all 0.4s ease;
}
.job-desc-list__title.close::after {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.job-desc-list__desc-wrap {
  display: block;
}
.job-desc-list__desc-wrap[hidden] {
  display: none;
}
.job-desc-list__text-box {
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin: 0 15px;
}
.job-desc-list__text-box:not(:first-child) {
  border-top: 1px solid #0d1668;
}
.job-desc-list__text-box:first-child {
  padding-top: 40px;
  border-top: 1px solid #0d1668;
  box-shadow: 0 4px 3px -3px rgba(13, 22, 104, 0.4) inset;
}
.job-desc-list__heading {
  width: 25%;
  max-width: 178px;
  font-size: 24px;
  font-weight: 400;
}
.job-desc-list__body {
  width: 75%;
  max-width: calc(100% - 178px);
  font-size: 20px;
}
.rm-WL {
  padding: 27px 80px;
  background-color: #f8f8f9;
}
.rm-WL span {
  font-size: 20px;
  color: #0d1668;
}
.rm-WL:hover span {
  color: #f8f8f9;
}
.rm-WL span::after {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .job-desc-title {
    padding-left: 0;
  }
  .job-desc-list__title::before,
  .job-desc-list__title::after {
    right: 30px;
  }
}
@media (max-width: 599px) {
  .job-desc {
    padding: 50px 0;
  }
  .job-desc-list__item {
    border-radius: 8px;
  }
  .job-desc-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .job-desc-list__title {
    font-size: 16px;
    padding: 3% 30px 3% 3%;
  }
  .job-desc-list__title::before,
  .job-desc-list__title::after {
    width: 16px;
    height: 1px;
    right: 14px;
  }
  .job-desc-list__text-box {
    flex-direction: column;
    padding: 15px;
  }
  .job-desc-list__text-box:first-child {
    padding-top: 15px;
  }
  .job-desc-list__heading {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .job-desc-list__body {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }
  .rm-WL {
    padding: 13px 38px;
  }
  .rm-WL span {
    font-size: 14px;
  }
  .rm-WL span::after {
    right: -15px;
    width: 7px;
    height: 7px;
  }
}
.event-info {
  margin-bottom: 115px;
}
.event-info__container {
  text-align: center;
}
.event-info__list {
  display: flex;
  justify-content: center;
}
.event-info__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-info__item:first-child {
  position: relative;
  padding-right: 104px;
}
.event-info__item:last-child {
  padding-left: 127px;
}
.event-info__item:first-child:after {
  position: absolute;
  content: '';
  left: 105%;
  top: 11px;
  background-color: #0d1668;
  width: 1px;
  height: 227px;
}
.event-info__text {
  margin-bottom: 60px;
}
.event-info__img:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
.event-info__link {
  max-width: 358px;
  width: 100%;
}
@media (max-width: 1024px) {
  .event-info__item:first-child {
    padding-right: 50px;
  }
  .event-info__item:last-child {
    padding-left: 71px;
  }
}
@media (max-width: 599px) {
  .event-info-title {
    font-size: 20px;
  }
  .event-info {
    margin-bottom: 79px;
  }
  .event-info__item:first-child:after {
    content: none;
    left: 0;
  }
  .event-info__list {
    flex-direction: column;
  }
  .event-info__item {
    width: 100%;
  }
  .event-info__item:first-child {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .event-info__item:last-child {
    padding-left: 0;
  }
  .event-info__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .event-info-btn {
    display: inline-block;
    margin: 0 auto;
  }
}
.contact-page .breadcrumb {
  margin: 56px 0 60px;
}
@media (max-width: 599px) {
  .contact-page .breadcrumb {
    margin: 20px 0 50px;
  }
}
.stepbar {
  margin-bottom: 43px;
}
.stepbar__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 398px;
}
.stepbar__item {
  width: 33%;
  position: relative;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  line-height: 1.5;
  background: #f5f5f5;
  color: #999;
  border: 1px solid #0d1668;
  font-size: 12px;
  font-weight: 400;
  color: #0d1668;
}
.stepbar__item::before,
.stepbar__item::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 17px solid transparent;
  border-left: 20px solid #f5f5f5;
  margin: auto;
}
.stepbar__item::before {
  margin-left: 1px;
  border-left-color: #0d1668;
}
.stepbar__item--active {
  z-index: 1;
  background: #0d1668;
  color: #fff;
}
.stepbar__item--active::after {
  border-left-color: #0d1668;
  margin-left: 2px;
}
.stepbar__item--active::before {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .stepbar__item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .stepbar__item::before,
  .stepbar__item::after {
    border-width: 18px;
    border-left-width: 11px;
  }
  .stepbar__item--active::after {
    margin-left: 1px;
  }
}
.contact {
  margin-bottom: 150px;
  font-size: 16px;
  background-color: #f8f8f9;
  padding: 100px 16px;
}
.contact-wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 50px 30px;
  background-color: #fff;
}
.contact__title {
  font-size: 30px;
  margin-bottom: 64px;
  color: #0d1668;
}
@media screen and (max-width: 599px) {
  .contact__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.form {
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto;
}
.form-table {
  width: 100%;
}
.form-table tr:not(:last-child) td {
  margin-bottom: 25px;
}
.form-table td,
.form-table th {
  display: block;
  width: 100%;
  font-weight: 300;
}
.form-table th {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  color: #0d1668;
  font-weight: 400;
}
.form-table th span {
  font-size: 14px;
  margin-left: 7px;
}
.form-table td.--flex input[type='radio'] {
  width: 13px;
  margin-right: 3px;
}
.emp {
  color: #bc3e20;
  font-size: 12px;
}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='date'],
select,
textarea {
  border: 1px solid #0d1668;
  border-radius: 7px;
  padding: 3px 7px;
  font-size: 16px;
}
input[type='text'],
input[type='tel'],
input[type='email'] {
  height: 33px;
  max-width: 450px;
  width: 100%;
}
textarea {
  max-width: 450px;
  width: 100%;
}
.p-postal-code {
  width: 120px !important;
  margin-left: 10px;
}
.postcode {
  margin-bottom: 10px;
}
.agreement-btn {
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}
.error-message {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #bc3e20;
  margin-top: 5px;
}
@media (min-width: 1025px) {
  .form-table td.--flex label {
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .form-table td.--flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .form-table td.--flex label {
    width: calc(100% - 13px - 3px);
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  select,
  textarea {
    width: 100%;
  }
  .contact {
    margin-bottom: 60px;
    padding: 60px 16px;
  }
  .agreement-btn {
    font-size: 14px;
  }
}
.form-policy {
  margin-top: 50px;
}
.form__heading {
  margin-bottom: 10px;
}
#recruit-entry-page .form-policy__container {
  max-width: 700px;
  height: 244px;
  overflow-y: scroll;
  border: 1px solid #0d1668;
  border-radius: 7px;
  padding: 5px 10px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.policy__text-box:first-of-type {
  margin-bottom: 50px;
}
.policy__title {
  text-align: center;
  margin: 20px 0;
}
.policy__text-title {
  font-weight: 400;
  margin-bottom: 5px;
}
.number__list {
  counter-reset: number 0;
  padding-left: 1em;
}
.number__item {
  padding-left: 1em;
  text-indent: -1em;
}
.number__item::before {
  counter-increment: number 1;
  content: counter(number) '.';
}
.agreement-btn {
  margin: 10px 0 30px;
}
button {
  cursor: pointer;
}
.form-btn {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.form-btn__submit {
  width: 100%;
  padding: 13px 0;
  border-radius: 10px;
}
.form-btn__submit {
  font-size: 20px;
}
.form-btn__submit:disabled {
  background-color: #f8f8f9;
  border: 1px solid #0d1668;
}
.form-btn__submit:disabled span {
  color: #0d1668;
}
#recruit-entry-page .policy__text-box {
  margin-bottom: 20px;
}
#recruit-entry-page .policy__title {
  font-size: 16px;
}
#recruit-entry-page .policy__text-title {
  font-size: 16px;
}
#recruit-entry-page .policy__text,
#recruit-entry-page .number__item {
  font-size: 14px;
}
@media (max-width: 599px) {
  .form-btn__submit {
    font-size: 14px;
  }
}
.form-btn.--comfirm {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.form-btn__submit.--comfirm,
.form-btn.--comfirm .read-more {
  width: calc(50% - 20px);
}
.form-btn__submit.--comfirm {
  background-color: #f8f8f9;
  border: 1px solid #0d1668;
  margin-right: 40px;
  color: #0d1668;
}
.form-btn__submit.--comfirm:hover {
  opacity: 0.5;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .form-btn.--comfirm {
    flex-direction: column;
  }
  .form-btn__submit.--comfirm,
  .form-btn.--comfirm .read-more {
    width: 100%;
  }
  .form-btn__submit.--comfirm {
    background-color: #f8f8f9;
    border: 1px solid #0d1668;
    color: #0d1668;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.contact.--completed .stepbar__item--active::after {
  margin-left: 1px;
}
.contact.--completed p:not(:last-child) {
  margin-bottom: 20px;
}
.contact.--completed p > span {
  font-size: 14px;
}
.contact02-lead-text {
  margin-bottom: 50px;
}
.hope-day__label {
  margin-right: 10px;
}
.hope-day__label:not(:last-of-type),
.hope-day__input:not(:last-of-type) {
  margin-bottom: 10px;
}
.news {
  margin-bottom: 80px;
}
.news__item {
  max-width: 243px;
  display: flex;
  flex-direction: column;
  width: calc((100% / 4) - 33.75px);
  flex-shrink: 0;
}
.news__image {
  width: 100%;
  height: 166px;
  object-fit: cover;
  border-radius: 17px 17px 0 0;
}
.news__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f9;
  border-radius: 0 0 17px 17px;
  padding: 16px 22px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: left;
  flex-grow: 1;
}
.news__lead {
  display: flex;
  flex-direction: column;
}
.news__lead p {
  margin-bottom: 30px;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .news__item {
    max-width: 819px;
    width: calc((100% / 3) - 30px);
  }
}
@media (max-width: 768px) {
  .news__item {
    width: calc((100% / 2) - 22.5px);
  }
}
@media (max-width: 599px) {
  .news {
    margin-bottom: 50px;
  }
  .news__item {
    width: 235px;
  }
}
body.--flex {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#sitemap-page .breadcrumb {
  margin: 56px 0 60px;
}
.sitemap {
  margin-bottom: 150px;
}
.sitemap-nav {
  gap: 50px 40px;
  display: flex;
  flex-wrap: wrap;
  max-width: 776px;
  margin: 0 auto;
}
.sitemap-nav__span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #0d1668 #0d1668 transparent transparent;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.sitemap-nav__item {
  width: max-content;
  color: #0d1668;
}
.sitemap-nav__item {
  color: #0d1668;
}
.sitemap-nav__link:hover {
  opacity: 0.5;
}
@media (max-width: 599px) {
  #sitemap-page .breadcrumb {
    margin: 20px 0 50px;
  }
  .sitemap {
    margin-bottom: 100px;
  }
  .sitemap-nav__item {
    line-height: 1;
    width: 100%;
  }
}
#privacypolicy-page .breadcrumb {
  margin: 56px 0 60px;
}
.privacy-policy {
  margin-bottom: 150px;
}
.policy__text-box {
  margin-bottom: 30px;
}
.policy__text-title {
  font-size: 20px;
}
.policy__text,
.number__item {
  font-size: 16px;
}
@media (max-width: 599px) {
  #privacypolicy-page .breadcrumb {
    margin: 20px 0 50px;
  }
  .privacy-policy {
    margin-bottom: 78px;
  }
}
#intern-page {
  font-size: 16px;
}
#intern-page .big-fount {
  font-size: 23px;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
#intern-page .title-center {
  margin: 90px auto 81px;
}
#intern-page .main-visual__img {
  background-image: url(../images/intern/hero.webp?v=20260819-nocache);
}
.intern-mv .main-title {
  transform: translate(-50%, -50%);
  position: relative;
  width: 100%;
}
.intern-mv .main-title__heading {
  position: absolute;
  color: #fff;
  text-shadow: 0 6px 5px rgb(0 0 0 / 75%);
  letter-spacing: -5%;
  font-size: 48px;
  font-weight: bolder;
  bottom: 390px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.intern-mv .message-container {
  width: 100%;
  background-color: #0d496b;
  color: #fff;
  text-align: center;
  position: relative;
}
.intern-mv .message__text-container {
  padding: 60px 0;
}
.intern-mv .message__text-container::before {
  content: '';
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border: 60px solid transparent;
  border-top: 40px solid #0d496b;
}
.intern-mv .message__title {
  font-size: 60px;
  font-family: 'ta-koigokoro', sans-serif;
  font-weight: 400;
}
.intern-mv .message__text {
  margin-top: 10px;
}
@media (min-width: 1536px) {
  .intern-mv .main-title__heading {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .intern-mv .main-title__jp {
    font-size: 42px;
  }
}
@media (max-width: 599px) {
  .intern-mv .main-title__heading {
    font-size: 24px;
    bottom: 260px;
  }
}
.intern-about .lead-container {
  text-align: center;
}
.intern-about {
  background-image: url(../images/intern/about_pc.jpg?v=20260819-nocache);
  background-position: center calc(100% + 0px);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 5% 56px;
}
@media (max-width: 900px) {
  .intern-about {
    background-image: url(../images/intern/about_sp.jpg?v=20260819-nocache);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: bottom;
    padding-bottom: 100px;
  }
}
@media (max-width: 599px) {
  .intern-about .title-center {
    width: 100%;
    font-size: 24px;
    padding: 18px 5% 0;
    margin-bottom: 45px;
  }
}
.slide-bottom {
  margin-top: 50px;
  letter-spacing: 2px;
  line-height: 2.3;
}
.intern-img {
  margin: 90px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  gap: 0;
}
.intern-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.intern-comments .intern-voice {
  display: flex;
  margin-bottom: 70px;
}
.intern-comments .intern-voice.left img {
  padding: 0 100px 0 50px;
  width: 300px;
}
.intern-comments .intern-voice.right img {
  padding: 0 50px 0 100px;
  width: 300px;
}
.intern-comments .arrow_box {
  position: relative;
  width: 80%;
  height: 100%;
  background: #f4fcff;
  padding: 40px;
  border: 4px solid #464646;
  border-radius: 10px;
}
.intern-comments .arrow_box:after,
.intern-comments .arrow_box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
}
.intern-comments .left .arrow_box:after,
.intern-comments .left .arrow_box:before {
  right: 100%;
}
.intern-comments .left .arrow_box:after {
  border-color: rgba(244, 252, 255, 0);
  border-width: 12px 19px 12px 0;
  margin-top: -12px;
  border-right-color: #f4fcff;
}
.intern-comments .left .arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 16px 25px 16px 0;
  margin-top: -16px;
  margin-right: 4px;
  border-right-color: #464646;
}
.intern-comments .right .arrow_box:after,
.intern-comments .right .arrow_box:before {
  left: 100%;
}
.intern-comments .right .arrow_box:after {
  border-color: rgba(244, 252, 255, 0);
  border-width: 12px 0 12px 19px;
  margin-top: -12px;
  border-left-color: #f4fcff;
}
.intern-comments .right .arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 16px 0 16px 25px;
  margin-top: -16px;
  margin-left: 4px;
  border-left-color: #464646;
}
.intern-comments .arrow_box h2 {
  color: #0d496b;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.intern-comments .arrow_box p {
  text-align: left;
}
@media (max-width: 630px) {
  .intern-comments .intern-voice {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .intern-comments .intern-voice .arrow_box {
    width: 95%;
    margin: 0 auto;
  }
  .intern-comments .intern-voice img {
    display: none;
  }
}
.intern_banner__link {
  display: flex;
  justify-content: center;
}
.intern_banner__img {
  width: 100%;
  padding: 0 0 130px;
}
.intern-entry {
  font-size: 20px;
  padding: 100px 0;
  background-image: url(../images/intern/contact_bg.webp?v=20260819-nocache);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  text-align: center;
  font-weight: 400;
}
.intern-entry p {
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
.rm-BL_intern {
  padding: 27px 80px;
  background-color: #ed852a;
  margin: 20px 0;
}
.rm-BL_intern span {
  font-size: 20px;
  color: #fff;
}
.rm-BL_intern:hover span {
  color: #000;
}
.rm-BL_intern span::after {
  width: 15px;
  height: 15px;
}
@media (max-width: 630px) {
  .intern-entry {
    font-size: 14px;
  }
  .intern-entry .rm-BL_intern span {
    font-size: 14px;
  }
  .rm-BL_intern {
    padding: 27px 16px;
  }
  .intern-entry .read-more span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -42px;
  }
}
#production-results {
  background-color: #efeeea;
  font-size: 16px;
}
#production-results .breadcrumb {
  padding-top: 56px;
}
.production-mv .main-visual__img {
  background-image: url(../images/production/hero.webp?v=20260819-nocache);
}
@media (max-width: 599px) {
  .production-mv .main-visual__img {
    background-position: top right -78px;
  }
}
.production-mv .main-visual__img {
  width: 100%;
  height: clamp(460px, 40vw, 600px);
  max-height: 600px;
}
@media (max-width: 599px) {
  .production-mv .main-visual__img {
    height: 360px;
    max-height: 360px;
  }
}
.production-main-title {
  display: flex;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 16px;
}
.production-main-title__heading {
  position: absolute;
  color: #fff;
  text-shadow: 0 6px 5px rgb(0 0 0 / 75%);
  letter-spacing: -5%;
  font-size: 48px;
  font-weight: bolder;
  bottom: 16px;
  text-align: center;
}
.production {
  padding-top: 100px;
}
.production-wrapper {
  border-bottom: 1px solid #000;
  padding: 60px 0 60px 0;
}
.production-wrapper-upper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.production__box--large {
  width: 50%;
  height: auto;
  margin: 0 20px 20px 0;
}
.production__box--large .mv-btn {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
}
.production__box--large .mv-btn::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 6px solid #d0d0d0ad;
  width: 60px;
  height: 60px;
}
.production__box--large .mv-btn::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #d0d0d0ad;
  border-width: 15px 0 15px 25px;
}
.production__box--large img {
  border-radius: 10px;
  width: 100%;
}
.production__column {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.production__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.production__box--headline {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #184e6f;
  margin: 0 10px;
  color: #fff;
  width: 24%;
  height: 44px;
}
.production__box--content {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  text-align: justify;
  width: 80%;
  height: auto;
}
.production__box--headline,
.production__box--content p {
  padding: 10px;
}
@media (max-width: 1024px) {
  .production-wrapper {
    padding: 60px 5% 60px 5%;
    border-bottom: 1px solid #000;
  }
  .production__box--large {
    margin: 0;
    width: 100%;
  }
  .production-wrapper-upper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .production__column {
    padding-top: 20px;
    width: 100%;
  }
  .production__box--headline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 44%;
    margin: 0;
  }
  .production__row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .production__box--content {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .production-wrapper {
    padding: 60px 0 60px 0;
  }
}
.Creator-comment {
  padding-top: 60px;
}
.Creator-comment .production__box--headline {
  margin: 0 0;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  padding: 40px 0;
}
.card {
  background-color: #85b7d6;
  width: 100%;
  min-height: 300px;
  padding: 26px;
  box-sizing: border-box;
  clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 0 100%);
  font-size: 14px;
}
.card-shadow {
  width: 30%;
  min-height: 300px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}
.card.green {
  background-color: #85d1d6;
}
.card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}
.card__profile-icon {
  width: 50px;
  height: 50px;
}
.card__title {
  margin: 0;
  text-align: left;
  margin-bottom: 5px;
}
.card__description {
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .card {
    width: 100%;
  }
}
.card-shadow {
  width: 30%;
  height: auto;
}
@media (max-width: 971px) {
  .card {
    width: 100%;
  }
  .card-shadow {
    width: 47%;
    height: auto;
  }
}
@media (max-width: 772px) {
  .card {
    width: 100%;
    height: auto;
  }
  .card-shadow {
    width: 100%;
    height: auto;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  position: relative;
  margin: 15% auto;
  width: 560px;
  max-width: calc(100% - 32px);
}
.modal-content iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}
.modal-content .youtube {
  border: 4px solid #fff;
  width: 100%;
}
.modal-content .close {
  position: absolute;
  top: -24px;
  color: #fff;
}
@media (max-width: 1024px) {
  .modal-content {
    top: 20%;
  }
}
@media (max-width: 560px) {
  .modal-content {
    top: 20%;
    width: 95%;
    text-align: center;
  }
  #youtube {
    width: 95%;
  }
}
.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.tab-item {
  display: none;
}
.tab-item + label {
  flex: 1;
  order: -1;
  cursor: pointer;
  padding: 1rem 0.5em;
  border-radius: 6px 6px 0 0;
  margin-bottom: 5rem;
  border-bottom: 1px solid #999;
  color: #ccc;
  white-space: nowrap;
  text-align: center;
}
.tab-content {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  color: #555;
  line-height: 1.5;
}
.tab-item:checked + label {
  border: 1px solid #999;
  border-bottom: none;
  color: #333;
  transition: color 0.5s ease-in-out;
}
.tab-item:checked + label + .tab-content {
  height: auto;
  opacity: 1;
  color: #333;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
}
.kizuna__main-visual {
  width: 100%;
}
@media (max-width: 768px) {
  .kizuna__main-visual {
    margin-top: 70px;
  }
}
@media (max-width: 599px) {
  .kizuna__main-visual {
    margin-top: 100px;
  }
}
.kizuna-footer {
  width: 100%;
  height: 150px;
  background-color: #f4f7eb;
  margin-top: 50px;
  padding: 30px 0;
  font-size: 16px;
}
.footer__kizuna-title {
  color: #666;
  font-weight: 700;
  border-bottom: 1px solid #aaa;
  margin-bottom: 16px;
  padding-bottom: 5px;
}
.footer__kizuna-text {
  color: gray;
}
@media (max-width: 768px) {
  .kizuna-footer {
    height: 120px;
    position: fixed;
    bottom: 0;
  }
}
@media (max-width: 599px) {
  .kizuna-footer {
    font-size: 14px;
  }
}


/* 採用ページは静的表示とし、スクロール矢印だけを動かす */
#recruit-page *,
#recruit-page *::before,
#recruit-page *::after {
  animation: none !important;
  transition: none !important;
}

#recruit-page .fadeUpTrigger,
#recruit-page .fadeUp,
#recruit-page .slide-left,
#recruit-page .slide-right,
#recruit-page .slide-bottom,
#recruit-page .fadein,
#recruit-page .is-fadein {
  opacity: 1 !important;
  transform: none !important;
}

@keyframes recruitArrowMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
#recruit-page .scroll {
  display: block !important;
  bottom: 1% !important;
  animation: recruitArrowMove 2s ease-in-out infinite !important;
}
#recruit-page .scroll::after,
#recruit-page .scroll__text {
  animation: none !important;
}


/* 2026-08-19 recruit consultation single-column */
#recruit-page .event-info__list--single {
  justify-content: center;
}
#recruit-page .event-info__list--single .event-info__item {
  width: min(100%, 620px);
  padding: 0;
  margin: 0 auto;
}
#recruit-page .event-info__list--single .event-info__item::after {
  content: none;
}
#recruit-page .event-info__list--single .event-info__text {
  margin-bottom: 32px;
}
#recruit-page .event-info__list--single .event-info-btn {
  margin: 0 auto;
}
@media (max-width: 599px) {
  #recruit-page .event-info__list--single .event-info__text {
    margin-bottom: 15px;
  }
}
