@charset 'UTF-8';

/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}

#page-main img {
  max-width: 100%;
  height: auto;
}

/* ========================================================
   採用情報LP
======================================================== */
.rlp-inner {
  width: 92%;
  margin: 0 auto;
  max-width: 1700px;
}

.page-template-page-recruit {
  color: #15273b;
}

/*******ヘッダー*******/
.rlp-hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background-color: #ffffff;
  z-index: 1000;
}

.rlp-hdr__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.rlp-hdr__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rlp-hdr__logo {
  width: 210px;
  margin-bottom: 0;
  position: relative;
  top: -3px;
}

.rlp-hdr__logo a {
  display: block;
  width: 100%;
}

.rlp-hdr__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-hdr__sep {
  width: 0.1rem;
  height: 1.1rem;
  background-color: #cccccc;
}

.rlp-hdr__txt {
  font-weight: 700;
  font-size: 0.857rem;
}

.rlp-hdr__right {
  display: none;
}

.rlp-hdr__right a:first-child {
  margin-right: 0.5rem;
}

a.rlp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 45px;
  color: #ffffff;
  font-size: 0.9rem;
  /* font-weight: 700; */
  border-radius: 2rem;
  text-decoration: none;
  transition: opacity 0.3s;
  padding: 0 4.5rem 0 1.5rem;
}

a.rlp-btn:hover {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}

.rlp-btn--dark {
  background: #15273b;
}

.rlp-btn--blue {
  background-color: #004da0;
}

.rlp-btn__num {
  font-size: 1.2rem;
  margin: 0 0.2rem;
}

.rlp-btn__circle {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rlp-btn__circle img {
  width: 11px;
  height: auto;
}

/*******FV*******/
.rlp-fv {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
}

.rlp-fv__slider-wrap {
  width: 92.5%;
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
}

.rlp-fv__slider {
  display: flex;
  width: 100%;
  height: 100%;
}

.rlp-fv__track {
  display: flex;
  height: 100%;
  flex-shrink: 0;
  animation: rlp-marquee 50s linear infinite;
}

.rlp-fv__track img {
  width: 85vw;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  padding: 0 0.17rem;
}

@keyframes rlp-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.rlp-fv__content {
  width: 87%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: -1.7rem;
}

.rlp-fv__catch-en {
  font-size: 2.857rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: 0;
  font-weight: 700;
}

.rlp-fv__catch-ja {
  font-size: 0.857rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05rem;
}

.rlp-fv__sub-en {
  font-size: 0.714rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #3c4b5c;
  letter-spacing: 0.06rem;
}

.rlp-fv__badges {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3rem;
  margin-bottom: 1.2rem;
}

.rlp-badge {
  width: calc(25% - 0.225rem);
  background-color: #f2f7f7;
  border-radius: 0.4rem;
  padding: 0.8rem 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.rlp-badge__icon {
  height: 2rem;
  width: auto;
  object-fit: contain;
  margin-bottom: 0.6rem;
}

.rlp-badge:nth-child(3) .rlp-badge__icon {
  width: 55px;
  height: auto;
  padding: 0.5rem 0 0.2rem;
}

.rlp-badge:nth-child(4) .rlp-badge__icon {
  width: 49px;
  height: auto;
  padding: 0;
}

.rlp-badge__title {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: auto;
}

.rlp-badge__title span {
  font-size: 0.5rem;
  position: relative;
  top: -3px;
}

.rlp-badge__val {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.3rem;
}

.rlp-badge__num {
  font-size: 1.85rem;
  margin-right: 0.1rem;
  line-height: 1;
  color: #00adba;
}

.rlp-badge__num span {
  font-size: 1.28rem;
}

.rlp-fv__slider-wrap .rlp-fv__note {
  display: none;
}

.rlp-fv__note {
  font-size: 0.714rem;
  color: #666666;
  text-align: right;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .rlp-fv__catch-en {
    font-size: 5rem;
  }

  .rlp-fv__catch-ja {
    font-size: 1.3rem;
  }

  .rlp-fv__sub-en {
    font-size: 0.875em;
    margin-bottom: 3rem;
  }

  .rlp-badge {
    padding: 1rem 0.5rem;
  }

  .rlp-badge__title {
    font-size: 1.1rem;
  }

  .rlp-badge__val {
    font-size: 1.875rem;
    margin-top: 0.2rem;
  }

  .rlp-badge__num span {
    font-size: 1.625rem;
  }

  .rlp-badge__num {
    font-size: 3.125rem;
  }

  .rlp-fv__track img {
    width: 60vw;
  }

  .rlp-fv__content {
    margin-top: -3rem;
  }

  .rlp-badge__icon {
    width: 50px;
    margin-bottom: 1rem;
    height: auto;
  }

  .rlp-badge:nth-child(2) .rlp-badge__icon {
    width: 60px;
  }

  .rlp-badge:nth-child(3) .rlp-badge__icon {
    width: 95px;
    height: auto;
    padding: 0.7rem 0 0.5rem;
  }

  .rlp-badge:nth-child(4) .rlp-badge__icon {
    width: 80px;
    height: auto;
    padding: 0.2rem 0 0;
    margin-bottom: 0.5rem;
  }

  .rlp-fv__note {
    font-size: 0.8125rem;
  }

  .rlp-badge__title span {
    font-size: 0.7rem;
    top: -5px;
  }

  .rlp-hdr__right {
    display: flex;
  }

  .rlp-hdr {
    height: 70px;
  }

  .rlp-fv {
    padding-top: 90px;
  }
}

@media screen and (min-width: 992px) {
  .rlp-fv {
    flex-direction: row;
    align-items: center;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 4rem;
    box-sizing: border-box;
  }

  .rlp-fv__content {
    width: 46%;
    margin-left: 5.55%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
  }

  .rlp-fv__slider-wrap {
    position: absolute;
    right: 0;
    margin-left: 0;
    width: 67.777%;
    overflow: hidden;
    top: 100px;
    height: calc(100vh - 100px - 4rem);
  }

  .rlp-fv__track img {
    width: 50.11vw;
  }

  .rlp-fv__catch-en {
    font-size: 4.2rem;
    margin-bottom: 1.5rem;
  }

  .rlp-fv__catch-ja {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }

  .rlp-fv__sub-en {
    font-size: 0.875rem;
    margin-bottom: 3rem;
  }

  .rlp-fv__badges {
    gap: 0.5rem;
    margin-bottom: 0;
  }

  .rlp-badge {
    width: calc(25% - 0.375rem);
    padding: 1.2rem 0.5rem 1.2rem;
  }

  .rlp-badge__title {
    font-size: 1.1rem;
    margin-bottom: 0;
  }

  .rlp-badge__icon {
    height: 2.8rem;
    margin-bottom: 1rem;
  }

  .rlp-badge:nth-child(2) .rlp-badge__icon {
    width: 60px;
  }

  .rlp-badge:nth-child(3) .rlp-badge__icon {
    width: 58px;
    height: auto;
    padding: 0rem 0 0.5rem;
  }

  .rlp-badge:nth-child(4) .rlp-badge__icon {
    width: 52px;
    height: auto;
    padding: 0;
  }

  .rlp-badge__num {
    font-size: 2.2rem;
  }

  .rlp-fv__note {
    position: absolute;
    bottom: 1.5rem;
    right: 3%;
    font-size: 0.65rem;
  }

  .rlp-fv__content .rlp-fv__note {
    display: none;
  }

  .rlp-fv__slider-wrap .rlp-fv__note {
    display: block;
    color: #fff;
    mix-blend-mode: difference;
    bottom: 1rem;
  }

  .rlp-badge__val {
    margin-top: 0;
  }

  .rlp-hdr {
    height: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-hdr__logo {
    width: 380px;
    top: -6px;
  }

  .rlp-hdr__sep {
    height: 1.5rem;
  }

  .rlp-hdr__txt {
    font-size: 1.19rem;
  }

  a.rlp-btn {
    height: 60px;
    font-size: 1rem;
    padding: 0 4.5rem 0 2rem;
  }

  .rlp-btn__circle {
    position: absolute;
    right: 1rem;
    width: 35px;
    height: 35px;
  }

  .rlp-hdr__right a:first-child {
    padding-right: 7rem;
    margin-right: 1rem;
  }

  .rlp-btn__circle img {
    width: 15px;
  }

  .rlp-hdr {
    height: 100px;
  }

  .rlp-fv {
    padding-top: 120px;
    margin-top: 0;
  }

  .rlp-fv__slider-wrap {
    top: 120px;
    height: calc(100vh - 120px - 4rem);
  }

  .rlp-fv__content {
    position: relative;
    top: -10px;
  }

  .rlp-fv__track {
    animation: rlp-marquee 60s linear infinite;
  }
}

@media screen and (min-width: 1600px) {
  .rlp-fv__catch-en {
    font-size: 6rem;
  }

  .rlp-fv__catch-ja {
    font-size: 1.9375rem;
    margin-bottom: 1.5rem;
  }

  .rlp-fv__sub-en {
    font-size: 0.875rem;
    margin-bottom: 3rem;
  }

  .rlp-badge:nth-child(3) .rlp-badge__icon {
    width: 90px;
    height: auto;
    padding: 0.5rem 0 0.5rem;
  }

  .rlp-badge:nth-child(4) .rlp-badge__icon {
    width: 72px;
    height: auto;
    padding: 0.3rem 0 0;
  }

  .rlp-badge__num {
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 1800px) {
  .rlp-fv__catch-en {
    font-size: 6.875rem;
  }
}

/*******フッター*******/
/*固定フッター*/
.page-template-page-recruit #footer {
  background: #15273b;
}

@media screen and (max-width: 575px) {
  .footer_menu.recruit-footer_menu a:first-child {
    background: #15273b;
  }

  .footer_menu.recruit-footer_menu {
    border-top: 1px solid #fff;
  }

  .footer_menu.recruit-footer_menu a span.f-eng {
    font-size: 1.5rem;
    margin: 0 0.3rem 0 0.2rem;
    position: relative;
    top: -1px;
  }
}

/*******philosophy*******/
.rlp-back-blue {
  background-color: #eef5f4;
  padding-top: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 8rem;
}

.rlp-philosophy__wave {
  position: absolute;
  bottom: calc(100% - 8vw);
  left: 0;
  width: 100%;
  line-height: 0;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}

.rlp-philosophy__wave img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.rlp-philosophy__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 3rem;
}

.rlp-philosophy__title {
  width: 17.8rem;
  margin: 0;
}

.rlp-philosophy__title img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-philosophy__subtitle {
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.rlp-philosophy__cards {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  margin-bottom: 4rem;
}

.rlp-card {
  background-color: #ffffff;
  border-radius: 0.6rem;
  position: relative;
  padding: 3.2rem 1.2rem 1.8rem;
  text-align: center;
}

.rlp-card::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1.5rem solid #ffffff;
  border-left: 1.5rem solid transparent;
  border-right: 0;
  border-bottom: 0;
}

.rlp-philosophy__cards .rlp-card:first-child {
  width: 90.3%;
}

.rlp-philosophy__cards .rlp-card:nth-child(2) {
  width: 90.3%;
  margin-left: auto;
}

.rlp-card__heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.5rem 2rem;
  border-radius: 0 0 0.3rem 0.3rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.rlp-card__heading--mission {
  background-color: #004da0;
}

.rlp-card__heading--vision {
  background-color: #15273b;
}

.rlp-card__heading--value {
  background-color: #00adba;
}

.rlp-card__text {
  font-size: 1.07rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0;
}

.rlp-philosophy__slider {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.rlp-philosophy__track {
  display: flex;
  flex-shrink: 0;
  animation: rlp-marquee-philosophy 50s linear infinite;
}

.rlp-philosophy__track img {
  width: 79.4vw;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
  padding: 0 0.17rem;
}

@keyframes rlp-marquee-philosophy {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 768px) {
  .rlp-philosophy__title {
    width: 18rem;
  }

  .rlp-philosophy__subtitle {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .rlp-card {
    padding: 3.5rem 2rem 2.5rem;
  }

  .rlp-card__heading {
    font-size: 1.1rem;
    padding: 0.6rem 3rem;
  }

  .rlp-card__text {
    font-size: 0.95rem;
  }

  .rlp-philosophy__wave {
    bottom: calc(100% - 5vw);
  }

  .rlp-back-blue {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .rlp-back-blue {
    padding-top: 3rem;
    margin-top: 7rem;
  }

  .rlp-philosophy__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 1.5rem;
    margin-bottom: 3.125rem;
  }

  .rlp-philosophy__title {
    width: 24.375rem;
  }

  .rlp-philosophy__subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.8rem;
  }

  .rlp-philosophy__cards {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 4rem;
  }

  .rlp-card {
    padding: 4rem 1.5rem 3rem;
  }

  .rlp-philosophy__cards .rlp-card:first-child {
    width: 27%;
  }

  .rlp-philosophy__cards .rlp-card:nth-child(2) {
    width: 30%;
    margin: 0;
  }

  .rlp-card:nth-child(3) {
    width: 39%;
    margin-top: 2.5rem;
  }

  .rlp-card--down {
    margin-top: 4rem;
  }

  .rlp-card__text {
    font-size: 1rem;
  }

  .rlp-philosophy__track {
    animation-duration: 50s;
  }

  .rlp-philosophy__track img {
    width: 29.166vw;
    height: auto;
  }

  .rlp-philosophy__cards {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-philosophy__track {
    animation: rlp-marquee-philosophy 60s linear infinite;
  }
}

@media screen and (min-width: 1600px) {
  .rlp-back-blue {
    padding-top: 4rem;
    margin-top: 10rem;
  }

  .rlp-card__text {
    font-size: 1.125rem;
  }
}

/********Lifestyle********/
.rlp-lifestyle {
  padding-bottom: 4rem;
  padding-top: 11.5rem;
}

.rlp-lifestyle__box {
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
  padding: 3.75rem 0;
  margin-top: 0;
}

.rlp-lifestyle__badge {
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.5rem;
  z-index: 5;
}

.rlp-lifestyle__badge img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-lifestyle__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 88.6%;
  margin: 0 auto;
}

.rlp-lifestyle__title {
  color: #1a2b49;
}

.rlp-lifestyle__heading {
  font-size: 1.25rem;
  line-height: 1.7;
  margin: 0;
  letter-spacing: 0.06rem;
  font-weight: 500;
}

.rlp-lifestyle__main-slider {
  width: 100%;
  overflow: hidden;
}

.rlp-lifestyle__main-slider img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.rlp-lifestyle__desc {
  color: #1a2b49;
}

.rlp-lifestyle__sub-heading {
  font-size: 1.14rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  letter-spacing: 0.06rem;
}

.rlp-lifestyle__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0.7rem;
  text-align: justify;
}

.rlp-lifestyle__thumbs-slider {
  width: 100%;
  overflow: hidden;
}

.rlp-lifestyle__thumbs-slider .slick-slide {
  cursor: pointer;
  margin: 0 0.15rem;
}

.rlp-lifestyle__thumbs-slider .slick-list {
  margin: 0 -0.15rem;
}

.rlp-lifestyle__thumbs-slider img {
  width: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (min-width: 768px) {
  .rlp-lifestyle {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .rlp-lifestyle__badge {
    top: -4rem;
    left: auto;
    transform: unset;
    right: 1rem;
  }

  .rlp-lifestyle__box {
    padding: 3rem 0 5rem;
  }

  .rlp-lifestyle__heading {
    font-size: 2.125rem;
    margin-bottom: 0.8rem;
  }

  .rlp-lifestyle__sub-heading {
    font-size: 1.25rem;
    margin-top: 0.3rem;
  }
}

@media screen and (min-width: 992px) {
  .rlp-lifestyle__box {
    padding: 4.5rem 0;
  }

  .rlp-lifestyle__badge {
    top: -3.5rem;
    left: auto;
    right: -2.5rem;
    transform: none;
    width: 13rem;
  }

  .rlp-lifestyle__grid {
    display: grid;
    grid-template-columns: 53% 40%;
    justify-content: space-between;
    gap: 0;
    grid-template-areas:
      "main title"
      "main desc"
      "main thumbs";
    grid-template-rows: auto 1fr auto;
  }

  .rlp-lifestyle__title {
    grid-area: title;
    margin-bottom: 2rem;
  }

  .rlp-lifestyle__main-slider {
    grid-area: main;
  }

  .rlp-lifestyle__desc {
    grid-area: desc;
  }

  .rlp-lifestyle__thumbs-slider {
    grid-area: thumbs;
    margin-top: 2rem;
  }

  .rlp-lifestyle__catch {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
  }

  .rlp-lifestyle__heading {
    font-size: 1.8rem;
    margin: 0;
  }

  .rlp-lifestyle__sub-heading {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
  }

  .rlp-lifestyle__text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-lifestyle__badge {
    top: -4rem;
    right: 1rem;
    width: 16rem;
  }

  .rlp-lifestyle__grid {
    max-width: 1400px;
    width: 82.35%;
  }

  .rlp-lifestyle {
    padding: 10rem 0;
  }

  .rlp-lifestyle__box {
    padding: 7.5rem 0;
    border-radius: 30px;
  }

  .rlp-lifestyle .rlp-inner {
    width: 94.44%;
    max-width: 1700px;
  }

  .rlp-lifestyle__sub-heading {
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
  }

  .rlp-lifestyle__title {
    margin-bottom: 1.5rem;
  }

  .rlp-lifestyle__thumbs-slider {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 1600px) {
  .rlp-lifestyle__heading {
    font-size: 2.125rem;
    margin-top: 2rem;
  }

  .rlp-lifestyle__thumbs-slider .slick-slide {
    margin: 0 0.5rem;
  }

  .rlp-lifestyle__thumbs-slider .slick-list {
    margin: 0 -0.5rem;
  }

  .rlp-lifestyle__badge {
    top: -2.5rem;
    right: 1rem;
    width: 18.5rem;
  }

  .rlp-lifestyle__sub-heading {
    font-size: 1.25rem;
    margin-bottom: 1.4rem;
  }
}

/********staff snap**********/
.rlp-snap {
  margin-top: 2.5rem;
}

.rlp-snap__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 2rem;
}

.rlp-snap__title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.rlp-snap__icon {
  width: 48px;
  height: auto;
}

/* スライダー外枠 */
.rlp-snap__sliders {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.rlp-snap__track-wrap {
  width: 100%;
  overflow: hidden;
}

/* トラック（画像の並び） */
.rlp-snap__track {
  display: flex;
  width: max-content;
}

.rlp-snap__track img {
  width: 280px;
  height: 180px;
  object-fit: cover;
  pointer-events: none;
}

.rlp-snap__track--ltr {
  animation: scroll-ltr 50s linear infinite;
}

.rlp-snap__track--rtl {
  animation: scroll-rtl 50s linear infinite;
}

@keyframes scroll-ltr {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes scroll-rtl {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .rlp-snap {
    margin-top: 4rem;
  }

  .rlp-snap__title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-snap {
    margin-top: 6rem;
  }

  .rlp-snap__title {
    font-size: 2.2rem;
  }

  .rlp-snap__header {
    margin-bottom: 3rem;
  }

  .rlp-snap__icon {
    width: 55px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .rlp-snap__track img {
    width: 200px;
    height: 140px;
  }
}

/********message**********/
.rlp-message {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 3.5rem;
}

.rlp-message__grid {
  display: grid;
  grid-template-columns: 1fr;
}

.rlp-message__header {
  order: 1;
  text-align: center;
  margin-bottom: 2.85rem;
}

.rlp-message__title {
  width: 14rem;
  margin: 0 auto 0.5rem;
}

.rlp-message__title img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-message__subtitle {
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
}

.rlp-message__image {
  order: 2;
  width: 72.2%;
  margin: 0 auto 2.5rem;
}

.rlp-message__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.rlp-message__body {
  order: 3;
}

.rlp-message__catch {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  text-align: center;
}

.rlp-message__catch-text {
  display: inline-block;
  background-color: #ffffff;
  font-size: 1.71rem;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.4rem;
}

.rlp-message__text-wrap {
  position: relative;
  margin-bottom: 1rem;
}

.rlp-message__text {
  max-height: 170px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
}

.rlp-message__text p {
  margin-bottom: 1rem;
}

.rlp-message__text p:last-child {
  margin-bottom: 0;
}

.rlp-message__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(238, 245, 244, 0) 0%, rgba(238, 245, 244, 1) 100%);
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.rlp-message__text-wrap.is-open .rlp-message__text {
  max-height: 1500px;
}

.rlp-message__text-wrap.is-open .rlp-message__fade {
  opacity: 0;
}

.rlp-message__btn-area {
  text-align: center;
}

.rlp-message__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #1a2b49;
  font-size: 0.85rem;
  font-weight: 700;
}

.rlp-message__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #004da0;
  border-radius: 50%;
  transform: rotate(90deg);
  /* 矢印を下向きに */
  transition: transform 0.4s ease;
}

.rlp-message__btn-icon img {
  width: 10px;
  height: auto;
}

.rlp-message__btn.is-open .rlp-message__btn-icon {
  transform: rotate(-90deg);
  /* 矢印を上向きに */
}

input:focus,
textarea:focus,
button:focus,
a:focus {
  outline: none;
}

/* 無限スクロール (JOIN US) */
.rlp-message__joinus {
  display: flex;
  width: 100%;
  margin-top: 3.5rem;
}

.rlp-message__joinus-track {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: 1.5rem;
  flex-shrink: 0;
  animation: rlp-marquee-joinus 30s linear infinite;
}

.rlp-message__joinus-track span {
  font-size: 6rem;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
}

.rlp-message__joinus-track img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

@keyframes rlp-marquee-joinus {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 768px) {
  .rlp-message {
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 992px) {
  .rlp-message__grid {
    grid-template-columns: 44.28% 47%;
    justify-content: space-between;
    gap: 0;
    grid-template-areas: "header image" "body image";
    grid-template-rows: auto 1fr;
  }

  .rlp-message__image {
    width: 100%;
    margin: 0;
  }

  .rlp-message__header {
    grid-area: header;
    text-align: left;
    margin-bottom: 3.5rem;
  }

  .rlp-message__title {
    width: 20rem;
    margin: 0 0 0.8rem 0;
  }

  .rlp-message__subtitle {
    font-size: 1.125rem;
  }

  .rlp-message__image {
    grid-area: image;
  }

  .rlp-message__body {
    grid-area: body;
  }

  .rlp-message__catch {
    text-align: left;
    margin-bottom: 3rem;
  }

  .rlp-message__catch-text {
    font-size: 2.5rem;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.6rem;
  }

  .rlp-message__text {
    max-height: 220px;
  }

  .rlp-message__fade {
    height: 100px;
  }

  .rlp-message__btn-area {
    text-align: center;
  }

  .rlp-message__joinus {
    margin-top: 5rem;
  }

  .rlp-message__joinus-track span {
    font-size: 7.5rem;
  }

  .rlp-message__joinus-track img {
    width: 140px;
    height: 140px;
  }

  .rlp-message__text p {
    line-height: 1.84;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-message {
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 1600px) {
  .rlp-message__header {
    margin-top: 2.5rem;
  }
}

/***********Movie***********/
.rlp-video__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #000000;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.rlp-video__player {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rlp-video__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rlp-video__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.rlp-video__play-btn {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 77, 160, 0.8);
  border-radius: 50%;
  border: none;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.rlp-video__play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  transition: .3s;
}

.rlp-video__thumbnail:hover .rlp-video__play-btn {
  transform: scale(1.1);
  background-color: rgba(0, 77, 160, 1);
}

.rlp-video__thumbnail:hover .rlp-video__play-btn::after {
  left: 54%;
  transition: .3s;
}

@media screen and (min-width: 992px) {
  .rlp-video .container-1000 {
    width: 55.55%;
  }
}

@media screen and (max-width: 576px) {
  .rlp-video .container-1000 {
    width: 92.3%;
  }
}

/************about****************/
/*仕事を知る*/
.rlp-about {
  padding: 5rem 0 3.57rem;
}

.rlp-about__header {
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  top: -1.2rem;
}

.rlp-about .rlp-inner {
  width: 92%;
  background: #fff;
  border-radius: 15px;
  padding: 0 0 3.75rem;
}

.rlp-about__section {
  width: 88.6%;
  margin: 0 auto 2.85rem;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 3.57rem;
}

.rlp-about__badge {
  display: inline-block;
  background-color: #004da0;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.5rem 1.8rem;
  border-radius: 2rem;
  position: relative;
}

.rlp-about__badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #004da0;
}

.rlp-about__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.64rem;
  margin-bottom: 2.14rem;
}

.rlp-about__title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a2b49;
  padding: 0.3rem 1rem;
  width: 6.07rem;
}

.rlp-about__title-box img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-about__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rlp-job-card {
  background-color: #eef5f4;
  border-radius: 0.8rem;
  padding: 1.42rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}

.rlp-job-card:hover {
  opacity: 0.8;
}

.rlp-job-card__icon {
  width: 4.28rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
}

.rlp-job-card__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-job-card__body {
  flex-grow: 1;
}

.rlp-job-card__title {
  font-size: 1.328rem;
  margin: 0 0 0.3rem;
}

.rlp-job-card__en {
  font-size: 0.785rem;
  color: #004da0;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.06rem;
}

.rlp-job-card__arrow {
  width: 2.2rem;
  height: 2.2rem;
  background-color: #004da0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rlp-job-card__arrow img {
  width: 0.8rem;
  height: auto;
}

/* Modal */
.rlp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.rlp-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.rlp-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 39, 59, 0.85);
}

.rlp-modal__content {
  position: relative;
  background-color: #ffffff;
  width: 90%;
  max-width: 500px;
  padding: 2.5rem 2rem;
  border-radius: 0.8rem;
  z-index: 1;
}

.rlp-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: #1a2b49;
  padding: 0;
}

.rlp-modal__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.2rem;
  text-align: center;
}

.rlp-modal__title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  background-color: #004da0;
  margin: 0.8rem auto 0;
  border-radius: 5px;
}

.rlp-modal__text {
  font-size: 1rem;
  line-height: 1.68;
  margin: 0;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .rlp-about {
    padding: 8rem 0 5rem;
  }

  .rlp-about__section {
    margin: 0 auto 4.25rem;
    padding-bottom: 5.4rem;
  }

  .rlp-about__header {
    margin-bottom: 3rem;
    top: -2rem;
  }

  .rlp-about__badge {
    font-size: 1.56rem;
    padding: 0.8rem 4rem;
    font-weight: 500;
  }

  .rlp-about__title {
    font-size: 2.5rem;
    margin-bottom: 3.75rem;
  }

  .rlp-about_people .rlp-about__title {
    margin-bottom: 1.5rem;
  }

  .rlp-about__title-box {
    width: 9.375rem;
    padding: 0.4rem 1.2rem;
  }

  .rlp-about__cards {
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }

  .rlp-job-card {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 2.18rem 0 3.125rem;
    flex: 1;
  }

  .rlp-job-card__icon {
    width: 5.5rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .rlp-job-card__body {
    margin-bottom: 1.5rem;
  }

  .rlp-job-card__title {
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
  }

  .rlp-job-card__en {
    font-size: 0.75rem;
  }

  .rlp-job-card__arrow {
    position: absolute;
    bottom: 1rem;
    right: 1.2rem;
    width: 2.8rem;
    height: 2.8rem;
  }

  .rlp-about__badge::after {
    bottom: -13px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #004da0;
  }

  .rlp-job-card__arrow img {
    width: 1.1rem;
  }

  .rlp-about .rlp-inner {
    padding: 0 0 6rem;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-about {
    padding: 10.43rem 0 7.5rem;
  }

  .rlp-about__section {
    width: 82.35%;
    max-width: 1400px;
  }

  .rlp-job-card__icon {
    width: 9.375rem;
    margin-bottom: 1.3rem;
  }

  .rlp-job-card__title {
    font-size: 1.56rem;
    margin-bottom: 0.4rem;
  }

  .rlp-job-card__en {
    font-size: 0.875rem;
  }

  .rlp-about__cards {
    gap: 1.8rem;
  }

  .rlp-about .rlp-inner {
    border-radius: 30px;
  }

  .rlp-job-card {
    border-radius: 1.25rem;
  }

  .rlp-modal__content {
    max-width: 600px;
    padding: 4rem 6rem 5rem;
    border-radius: 1.25rem;
  }

  .rlp-modal__title {
    font-size: 1.45rem;
    margin: 0 0 1.5rem;
  }

  .rlp-modal__title::after {
    margin: 1.2rem auto 0;
  }

  .rlp-about__section {
    margin: 0 auto 6.25rem;
    padding-bottom: 7.4rem;
  }

  .rlp-about .rlp-inner {
    padding: 0 0 8.15rem;
  }
}

/*人を知る*/
.rlp-people {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rlp-people .slick-list {
  padding: 0 !important;
}

.rlp-about__section.rlp-about_people {
  width: 100%;
  max-width: unset;
  border-bottom: none;
  position: relative;
}

.rlp-about__section.rlp-about_people::after {
  content: "";
  background: #e3e3e3;
  height: 1px;
  width: 88.6%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.rlp-about_people .rlp-about__title-box {
  padding: 0.3rem 2.14rem;
}

.rlp-people__slider .slick-list {
  overflow: visible !important;
}

.rlp-people__slide {
  width: 280px;
  outline: none;
}

.rlp-people__slide-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* max-widthを外して100%に */
  margin: 0 auto;
  transform: scale(0.65) translateY(-15%);
  opacity: 0.3;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
  cursor: pointer;
  transform-style: preserve-3d;
}

.slick-center .rlp-people__slide-inner {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.rlp-people__image {
  position: relative;
  z-index: 2;
  width: 100%;
  transform: translateZ(10px);
  backface-visibility: hidden;
}

.rlp-people__image img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-people__bg-text {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(-10px);
  font-size: 3.5rem;
  font-weight: 600;
  color: #eaf1f1;
  white-space: nowrap;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  backface-visibility: hidden;
}

.slick-center .rlp-people__bg-text {
  opacity: 1;
  transition-delay: 0.2s;
}

.rlp-people__catch {
  position: absolute;
  top: 5%;
  right: -5%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0.5rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  transform: translateZ(20px);
  backface-visibility: hidden;
}

.slick-center .rlp-people__catch {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.rlp-people__catch-line {
  writing-mode: vertical-rl;
  background-color: #15273b;
  color: #ffffff;
  font-size: 1.14rem;
  letter-spacing: 0.15em;
  padding: 0.5rem;
  line-height: 1;
}

/* 左下の詳細・VIEW MORE */
.rlp-people__info {
  position: absolute;
  bottom: 0;
  left: -5%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  padding: 0.8rem 0.5rem 0 0;
  background: #fff;
  transform: translateZ(20px);
  backface-visibility: hidden;
}

.slick-center .rlp-people__info {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.rlp-people__badge {
  background-color: #00adba;
  color: #ffffff;
  font-size: 0.85rem;
  padding: 0.1rem 0.5rem;
  margin-bottom: 0.2rem;
}

.rlp-people__year {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

a.rlp-people__more {
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #15273b;
}

.rlp-people__more-arrow {
  width: 0.8rem;
  height: auto;
  filter: invert(13%) sepia(19%) saturate(3475%) hue-rotate(185deg) brightness(97%) contrast(96%);
}

a.rlp-people__more:hover {
  text-decoration: none;
}

.rlp-people__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.rlp-people__arrow {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #15273b;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.3s;
  flex-shrink: 0;
  z-index: 10;
}

.rlp-people__arrow:hover {
  opacity: 0.8;
}

.rlp-people__arrow img {
  width: 1rem;
  height: auto;
}

.rlp-people__arrow--prev img {
  transform: rotate(180deg);
}

.js-people-dots {
  display: flex;
  align-items: center;
}

.js-people-dots .slick-dots {
  position: static !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 0.8rem !important;
  width: auto !important;
  bottom: auto !important;
}

.js-people-dots .slick-dots li {
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
}

.js-people-dots .slick-dots li button {
  font-size: 0 !important;
  line-height: 0 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #b3b3b3 !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.js-people-dots .slick-dots li button::before {
  display: none !important;
}

.js-people-dots .slick-dots li.slick-active button {
  background-color: #004da0 !important;
}

@media screen and (min-width: 768px) {
  .rlp-people__slide {
    width: 400px;
  }

  .rlp-people__slide-inner {
    transform: scale(0.6) translateY(-20%);
  }

  .slick-center .rlp-people__slide-inner {
    transform: scale(1) translateY(0);
  }

  .rlp-people__bg-text {
    font-size: 5rem;
  }

  .rlp-people__catch {
    right: 0;
  }

  .rlp-people__catch-line {
    font-size: 1.56rem;
    padding: 0.6rem;
  }

  .rlp-people__info {
    left: 0;
    padding: 1rem 1rem 0 0.1rem;
  }

  .rlp-people__badge {
    font-size: 0.9375rem;
    padding: 0.2rem 0.8rem;
    margin-bottom: 0.2rem;
  }

  .rlp-people__more {
    font-size: 0.9375rem;
  }

  .rlp-people__nav {
    margin-top: 2rem;
    gap: 2.5rem;
  }

  .rlp-people__arrow {
    width: 3.2rem;
    height: 3.2rem;
  }

  .rlp-about_people .rlp-about__title-box {
    padding: 0.5rem 3.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-people__slide {
    width: 550px;
  }

  .rlp-people__slide-inner {
    transform: scale(0.55) translateY(-25%);
  }

  .slick-center .rlp-people__slide-inner {
    transform: scale(1) translateY(0);
  }

  .rlp-people__bg-text {
    font-size: 10rem;
  }

  .rlp-people__catch {
    right: -2%;
  }

  .rlp-people__info {
    left: 2%;
  }

  .rlp-people__arrow {
    width: 3.75rem;
    height: 3.75rem;
  }

  .rlp-people__arrow img {
    width: 1.3rem;
  }

  .js-people-dots .slick-dots {
    gap: 1.1rem !important;
  }

  .js-people-dots .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
  }

  .rlp-about__section.rlp-about_people::after {
    width: 82.35%;
    max-width: 1400px;
  }

  .rlp-people__year {
    font-size: 1.23rem;
    margin-bottom: 0.4rem;
  }
}

/*インタビュー*/
.rlp-people-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.rlp-people-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.rlp-people-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 39, 59, 0.85);
}

.rlp-people-modal__wrapper {
  position: relative;
  width: 92%;
  max-width: 900px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rlp-people-modal__content {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0 0 4rem;
  width: 100%;
  overflow-y: auto;
  position: relative;
}

.rlp-people-modal__badge {
  top: 18px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #15273b;
  color: #ffffff;
  font-size: 1.05rem;
  padding: 0;
  border-radius: 0 0 10px 10px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  position: sticky;
}

.rlp-people-modal__block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 85%;
  margin: 1rem auto 2.5rem;
}

.rlp-people-modal__block:last-child {
  margin-bottom: 0;
}

.rlp-people-modal__image img {
  width: 85%;
  max-width: 320px;
  margin: 0 auto;
  display: block;
}

.rlp-qa {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.rlp-qa:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.rlp-qa dt {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.rlp-qa__q {
  color: #004da0;
  font-size: 1.4rem;
  line-height: 1.2;
}

.rlp-qa__title {
  font-size: 1.15rem;
  line-height: 1.5;
}

.rlp-qa dd {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  text-align: justify;
}

.rlp-people-modal__close {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 2rem;
  padding: 0.3rem 2rem;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.3s;
}

.rlp-people-modal__close:hover {
  opacity: 0.7;
}

.rlp-people-modal__close-icon {
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .rlp-people-modal__block {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.5rem;
    margin-top: 2.2rem;
    margin-bottom: 3.5rem;
  }

  .rlp-people-modal__block--reverse {
    flex-direction: row-reverse;
  }

  .rlp-people-modal__image {
    width: 35%;
    flex-shrink: 0;
    position: sticky;
    top: 3rem;
  }

  .rlp-people-modal__image img {
    width: 100%;
    max-width: unset;
  }

  .rlp-people-modal__qa-list {
    width: 65%;
  }

  .rlp-qa__title {
    font-size: 1.125rem;
  }

  .rlp-qa__q {
    font-size: 1.56rem;
    line-height: 1;
  }

  .rlp-qa dt {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-people-modal__badge {
    width: 280px;
    font-size: 1.375rem;
    height: 60px;
    top: 27px;
  }

  .rlp-people-modal__wrapper {
    width: 66.66%;
    max-width: 1200px;
  }

  .rlp-people-modal__block {
    width: 87.5%;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .rlp-people-modal__image {
    top: 5rem;
  }

  .rlp-people-modal__content {
    border-radius: 30px;
    padding: 0 0 6rem;
  }
}

/************環境を知る*********/
.rlp-about_environment {
  margin: 0 auto;
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
}

.rlp-about_environment .rlp-about__title {
  margin-bottom: 1.5rem;
}

.rlp-env__lead {
  text-align: center;
  font-size: 1.07rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.rlp-env {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* スライダー内のはみ出し許可 */
.rlp-env__slider .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}

.rlp-env__slide {
  width: 21.42rem;
  padding: 0 0.14rem;
  outline: none;
}

.rlp-env__card {
  background-color: #eef5f4;
  border-radius: 10px;
  padding: 1.42rem 1rem 1.8rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rlp-env__icon {
  width: 7.14rem;
  margin-bottom: 1.3rem;
}

.rlp-env__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-env__name {
  font-size: 1.28rem;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
}

.rlp-env__asterisk {
  font-size: 0.75rem;
  margin-top: 0.1rem;
}

.rlp-env__text {
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

.rlp-env__note {
  text-align: right;
  font-size: 0.75rem;
  color: #445262;
  margin-top: 1rem;
  padding-right: 1.5rem;
}

.rlp-env__nav {
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 1.5rem;
  display: none;
}

.rlp-env__arrow {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #15273b;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.3s;
  flex-shrink: 0;
}

.rlp-env__arrow:hover {
  opacity: 0.8;
}

.rlp-env__arrow img {
  width: 1rem;
  height: auto;
}

.rlp-env__arrow--prev img {
  transform: rotate(180deg);
}

.rlp-about__section.rlp-about_environment {
  max-width: unset;
}

@media screen and (min-width: 768px) {
  .rlp-about_environment .rlp-about__title-box {
    padding: 0.4rem 1.5rem;
  }

  .rlp-env__lead {
    font-size: 1.125rem;
    margin-bottom: 3.5rem;
  }

  .rlp-env__lead {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }

  .rlp-env__slide {
    width: 360px;
    padding: 0 0.31rem;
  }

  .rlp-env__card {
    padding: 1.87rem 0 2.3rem;
  }

  .rlp-env__icon {
    width: 7.5rem;
    margin-bottom: 1.3rem;
  }

  .rlp-env__name {
    font-size: 1.375rem;
  }

  .rlp-env__note {
    font-size: 0.85rem;
    padding-right: 2rem;
  }

  .rlp-env__nav {
    display: flex;
    margin-top: 0rem;
    gap: 1.25rem;
  }

  .rlp-env__arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-about_environment .rlp-about__title {
    margin-bottom: 3.12rem;
  }

  .rlp-env__lead {
    margin-bottom: 4.18rem;
  }

  .rlp-env__arrow {
    width: 3.75rem;
    height: 3.75rem;
  }

  .rlp-env__arrow img {
    width: 1.3rem;
  }
}

/**********FAQ************/
.rlp-faq {
  padding-bottom: 4.28rem;
}

.rlp-faq__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.rlp-faq__title {
  width: 12rem;
  margin: 0 auto 0.5rem;
}

.rlp-faq__title img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-faq__subtitle {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: 700;
}

.rlp-faq__tabs {
  display: flex;
  flex-direction: column;
  gap: 0.71rem;
  margin: 0 auto 1rem;
  padding: 0;
}

.rlp-faq__tab {
  background-color: #ffffff;
  color: #004da0;
  border: 2px solid #ffffff;
  border-radius: 2rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}

.rlp-faq__tab.is-active {
  background-color: #004da0;
  color: #ffffff;
  border-color: #004da0;
}

/* アコーディオンコンテンツ */
.rlp-faq__content {
  display: none;
  margin: 0 auto;
}

.rlp-faq__content.is-active {
  display: block;
}

.rlp-faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rlp-faq__item {
  border-bottom: 1px solid #e0e6e6;
}

.rlp-faq__q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.5rem 0 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}

.rlp-faq__q-icon {
  color: #004da0;
  font-size: 1.78rem;
  width: 2.5rem;
  flex-shrink: 0;
  font-weight: 500;
}

.rlp-faq__q-text {
  font-size: 1.07rem;
  flex-grow: 1;
  padding-right: 1rem;
  line-height: 1.6;
  font-weight: 500;
  color: #1a2b49;
}

/* ＋・－ アイコン */
.rlp-faq__toggle-icon {
  width: 2.14rem;
  height: 2.14rem;
  background-color: #004da0;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.rlp-faq__toggle-icon::before,
.rlp-faq__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.rlp-faq__toggle-icon::before {
  width: 50%;
  height: 1px;
}

.rlp-faq__toggle-icon::after {
  width: 1px;
  height: 50%;
}

.rlp-faq__q.is-open .rlp-faq__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* 回答エリア */
.rlp-faq__a {
  display: none;
  padding-bottom: 1.5rem;
}

.rlp-faq__a-inner {
  display: flex;
  align-items: flex-start;
}

.rlp-faq__a-icon {
  font-size: 1.78rem;
  width: 2.5rem;
  flex-shrink: 0;
  line-height: 1.2;
}

.rlp-faq__a-text {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  padding-top: 0.2rem;
}

@media screen and (min-width: 768px) {
  .rlp-faq {
    padding-bottom: 6rem;
  }

  .rlp-faq__header {
    margin-bottom: 3.5rem;
  }

  .rlp-faq__title {
    width: 12rem;
  }

  .rlp-faq__tabs {
    flex-direction: row;
    gap: 1.25rem;
    padding: 0;
    margin-bottom: 1rem;
    justify-content: center;
  }

  .rlp-faq__tab {
    width: auto;
    min-width: 320px;
    font-size: 1.125rem;
    padding: 1rem 0;
    border-radius: 50px;
  }

  .rlp-faq__q-icon {
    font-size: 2rem;
    width: 3rem;
  }

  .rlp-faq__a-icon {
    font-size: 2rem;
    width: 3rem;
  }

  .rlp-faq__q-text {
    font-size: 1.125rem;
  }

  .rlp-faq__a {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-faq__title {
    width: 16.875rem;
  }

  .rlp-faq__subtitle {
    font-size: 1.125rem;
  }

  .rlp-faq__header {
    margin-bottom: 3.8rem;
  }

  .rlp-faq {
    padding-bottom: 8.75rem;
  }

  .rlp-faq__tabs {
    margin-bottom: 2rem;
  }
}

/**********Job Description********/
.rlp-job {
  background-color: #ffffff;
  width: 92%;
  background: #fff;
  border-radius: 15px;
  padding: 3.57rem 0 4.28rem;
  margin: 0 auto;
}

.rlp-job__header {
  text-align: center;
  margin-bottom: 2rem;
}

.rlp-job__title {
  width: 20.78rem;
  margin: 0 auto 0.3rem;
}

.rlp-job__title img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-job__subtitle {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: 700;
}

/* タブボタン */
.rlp-job__tabs {
  display: flex;
  flex-direction: column;
  gap: 0.71rem;
  margin: 0 auto 2.5rem;
  padding: 0;
  width: 92.22%;
}

.rlp-job__tab {
  background-color: #eef5f4;
  color: #004da0;
  border: none;
  border-radius: 2rem;
  padding: 1rem 2rem;
  font-size: 1.07rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}

.rlp-job__tab.is-active {
  background-color: #004da0;
  color: #ffffff;
}

.rlp-job__content {
  display: none;
  width: 92.22%;
  margin: 0 auto;
}

.rlp-job__content.is-active {
  display: block;
}

/* アコーディオン */
.rlp-job__accordion {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rlp-job__item {
  background-color: #ffffff;
}

.rlp-job__head {
  width: 100%;
  background-color: #15273b;
  color: #ffffff;
  border: none;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 0;
  transition: opacity 0.3s;
}

.rlp-job__head:hover {
  opacity: 0.9;
}

.rlp-job__head-text {
  font-size: 1.14rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  padding-right: 1rem;
}

/* ＋・－ アイコン */
.rlp-job__toggle-icon {
  width: 2.14rem;
  height: 2.14rem;
  background-color: #004da0;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.rlp-job__toggle-icon::before,
.rlp-job__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.rlp-job__toggle-icon::before {
  width: 50%;
  height: 1px;
}

.rlp-job__toggle-icon::after {
  width: 1px;
  height: 50%;
}

.rlp-job__head.is-open .rlp-job__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* 募集要項 テーブル詳細 */
.rlp-job__body {
  padding: 0;
}

.rlp-job__list {
  margin: 0;
  padding: 0;
  border-top: none;
  font-weight: 500;
}

.rlp-job__row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
  padding: 1.5rem 0;
}

.rlp-job__dt {
  font-size: 1.07rem;
  font-weight: 500;
  color: #004da0;
  margin-bottom: 0.5rem;
}

.rlp-job__dd {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

/* Wysiwyg内の装飾リセット用 */
.rlp-job__dd p {
  margin-bottom: 1rem;
}

.rlp-job__dd p:last-child {
  margin-bottom: 0;
}

.rlp-job__dd ul {
  padding-left: 1.5em;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .rlp-job {
    padding: 4.5rem 0 6rem;
  }

  .rlp-job__header {
    margin-bottom: 3.5rem;
  }

  .rlp-job__title {
    width: 22rem;
  }

  .rlp-job__head-text {
    font-size: 1.25rem;
  }

  .rlp-job__tabs {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
    padding: 0;
    margin-bottom: 3.5rem;
  }

  .rlp-job__tab {
    width: auto;
    padding: 1rem 0;
    min-width: 320px;
    font-size: 1.125rem;
  }

  .rlp-job__content {
    width: 85%;
  }

  .rlp-job__accordion {
    gap: 2rem;
  }

  .rlp-job__head {
    padding: 1rem 1.8rem;
  }

  .rlp-job__head-text {
    font-size: 1.1rem;
  }

  .rlp-job__toggle-icon {
    width: 2.18rem;
    height: 2.18rem;
  }

  /* PC向け テーブルレイアウト */
  .rlp-job__row {
    flex-direction: row;
    padding: 2.18rem 0;
  }

  .rlp-job__dt {
    width: 20%;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 2rem;
    font-size: 1rem;
  }

  .rlp-job__dd {
    width: 80%;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-job {
    padding: 6.25rem 0 8.125rem;
    border-radius: 30px;
  }

  .rlp-job__content {
    width: 70.5%;
    max-width: 1200px;
  }

  .rlp-job__title {
    width: 36.43rem;
  }

  .rlp-job__header {
    margin-bottom: 4rem;
  }

  .rlp-job__subtitle {
    font-size: 1.125rem;
  }

  .rlp-job__tabs {
    margin-bottom: 4.125rem;
  }
}

/******Entry********/
.rlp-entry {
  padding: 3.57rem 0 5.71rem;
}

.rlp-entry .rlp-inner {
  width: 85%;
  max-width: 800px;
}

.rlp-entry__header {
  text-align: center;
  margin-bottom: 2rem;
}

.rlp-entry__title {
  width: 10.14rem;
  margin: 0 auto 0.5rem;
}

.rlp-entry__title img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-entry__subtitle {
  font-size: 1.14rem;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: 700;
}

.rlp-entry__lead {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.rlp-entry__tel-box {
  background-color: #e5efee;
  border-radius: 10px;
  padding: 2.5rem 1rem 2.84rem;
  text-align: center;
  margin: 0 auto 3.5rem;
}

.rlp-entry__tel-text {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.rlp-entry__tel-number {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.3rem;
  font-size: 2rem;
  font-weight: 500;
  color: #004da0;
  text-decoration: none;
  margin-bottom: 0.5rem;
  line-height: 1;
}

a.rlp-entry__tel-number:hover {
  color: #004da0;
  text-decoration: none;
}

.rlp-entry__tel-number span {
  font-size: 1.35rem;
}

.rlp-entry__tel-time {
  font-size: 0.925rem;
  font-weight: 500;
  color: #666666;
  margin: 0;
}

.rlp-entry__form-area {
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .rlp-entry {
    padding: 5rem 0 8rem;
  }

  .rlp-entry__tel-number {
    font-size: 2.25rem;
  }

  .rlp-entry__tel-number span {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .rlp-entry {
    padding: 7.5rem 0 9.375rem;
  }

  .rlp-entry__title {
    width: 14.18rem;
  }

  .rlp-entry__subtitle {
    font-size: 1.125rem;
  }

  .rlp-entry__header {
    margin-bottom: 3.125rem;
  }

  .rlp-entry__lead {
    margin-bottom: 3.125rem;
  }

  .rlp-entry__tel-box {
    border-radius: 15px;
    padding: 3.4rem 1rem 3.75rem;
    margin: 0 auto 2.5rem;
  }
}

/********Footer*********/
.page-template-page-recruit #footer.rlp-footer {
  background-color: #15273b;
  color: #ffffff;
  padding: 4.7rem 0 7.5rem;
  margin-top: 0;
}

.rlp-footer .rlp-inner {
  width: 85%;
  max-width: 1400px;
}

.rlp-footer a.rlp-footer__logo {
  position: relative;
  top: -3px;
  width: 15rem;
}

.rlp-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.rlp-footer a:hover {
  opacity: 0.8;
}

.rlp-footer__main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}

/* ロゴエリア */
.rlp-footer__logo-area {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.rlp-footer__logo {
  width: 220px;
  display: block;
}

.rlp-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.rlp-footer__logo-sep {
  width: 1px;
  height: 1.2rem;
  background-color: #ffffff;
}

.rlp-footer__logo-text {
  font-size: 0.925rem;
  font-weight: 500;
}

.rlp-footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 1rem;
}

.rlp-footer__nav li {
  width: unset;
  font-size: 0.928rem;
  font-weight: 500;
}

.rlp-footer__right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

a.rlp-btn.rlp-footer__btn {
  width: 100%;
  height: 65px;
  font-size: 1.28rem;
  font-weight: 500;
  border-radius: 50px;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.rlp-btn--outline-w {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.rlp-btn--outline-w .rlp-btn__circle {
  background-color: #004da0;
}

.rlp-btn__circle--light {
  background-color: #7b9fc2;
}

.rlp-footer__btn .rlp-btn__circle {
  width: 40px;
  height: 40px;
  right: 1.2rem;
}

.rlp-footer__btn .rlp-btn__circle img {
  width: 15px;
}

.rlp-footer__corp-link {
  text-align: right;
  margin-top: 1rem;
  max-width: 400px;
}

.rlp-footer__corp-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.rlp-footer__external-icon {
  width: 14px;
  height: auto;
}

/* フッター下部 */
.rlp-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.rlp-footer__sub-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.rlp-footer__sub-nav li {
  font-size: 0.857rem;
  font-weight: 500;
  position: relative;
}

.rlp-footer__sub-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.7rem;
  transform: translateY(-50%);
  width: 1px;
  height: 0.8rem;
  background-color: #ffffff;
}

.rlp-footer__copyright {
  font-size: 0.75rem;
  margin: 0;
  color: #b3b3b3;
}

.rlp-footer__copyright {
  font-size: 0.857rem;
  margin: 0;
  color: #999999;
}

@media screen and (min-width: 768px) {
  .page-template-page-recruit #footer.rlp-footer {
    padding: 6.25rem 0;
  }

  .rlp-footer a.rlp-footer__logo {
    top: -5px;
    width: 23.75rem;
  }

  .rlp-footer__logo-text {
    font-size: 1.18rem;
  }

  .rlp-footer__logo-sep {
    height: 1.7rem;
  }

  .rlp-footer__logo-area {
    margin-bottom: 3rem;
  }

  .rlp-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 1rem;
    row-gap: 1rem;
    width: 80%;
    max-width: 600px;
  }

  .rlp-footer__nav li {
    width: auto;
    font-size: 1rem;
  }

  .rlp-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  a.rlp-btn.rlp-footer__btn {
    font-size: 1.125rem;
  }

  .rlp-footer__right {
    align-items: end;
  }
}

@media screen and (min-width: 992px) {
  .rlp-footer__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
  }

  .rlp-footer__left {
    flex-grow: 1;
  }

  a.rlp-btn.rlp-footer__btn {
    width: 300px;
    height: 60px;
  }

  .rlp-footer__nav {
    width: 100%;
  }

  .rlp-footer__bottom {
    padding-top: 3.15rem;
  }

  .rlp-footer__main {
    margin-bottom: 6.25rem;
  }
}

/* ========================================================
   協力会社様へ
======================================================== */
.partner-wrap .vm {
  width: 100%;
}

.partner-wrap .vm span.icon-download {
  display: inline-flex;
  width: 14px;
  height: 12px;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
}

.partner-wrap .txt_1 {
  margin-bottom: 3rem;
}

.partner-wrap .txt_2 {
  color: #4d4d4d;
  margin-top: 1.5rem;
  line-height: 1.5;
  font-size: 0.85rem;
}

.partner-guide-wrap {
  background: #eef4fb;
  padding: 2.5rem 0 4rem;
  margin-top: 4rem;
}

.partner-guide-wrap .inner {
  width: 85%;
  margin: 0 auto;
}

.partner-guide-wrap h2 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.partner-guide-wrap a:hover {
  cursor: zoom-in;
}

@media screen and (min-width: 768px) {
  .partner-wrap .txt_1 {
    text-align: center;
  }

  .partner-wrap .vm {
    width: 27.5%;
    max-width: 330px;
    min-width: 240px;
  }

  .partner-wrap .txt_2 {
    text-align: center;
  }

  .partner-guide-wrap {
    padding: 4.68rem 0 6.25rem;
    margin-top: 6.25rem;
  }

  .partner-guide-wrap h2 {
    font-size: 1.56rem;
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .partner-wrap .txt_1 {
    font-size: 1.25rem;
  }

  .partner-wrap .txt_2 {
    margin-top: 1.875rem;
    font-size: 0.875rem;
  }

  .partner-wrap .vm span.icon-download {
    width: 17px;
    height: 15px;
    margin-right: 1rem;
  }

  .partner-guide-wrap .inner {
    width: 66.66%;
  }
}

/* ========================================================
   お問い合わせ
======================================================== */
.max-container.page-contact-container {
  padding-top: 0;
}

.back-eef4fb {
  background: #eef4fb;
}

.contact-wrap .back-eef4fb {
  padding-top: 3rem;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
}

.contact-wrap .txt_2 {
  color: #808080;
  font-size: 0.85rem;
  line-height: 1.5;
}

.contact-tel-wrap {
  margin-top: 2rem;
  background: #fff;
}

.contact-tel-wrap .ttl {
  background: #004da0;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0;
  font-size: 1.05rem;
}

.contact-tel-wrap-inner {
  padding: 1.5rem 0 1.7rem;
}

.contact-tel-wrap-inner a {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  gap: 0.5rem;
  color: #000;
  align-items: center;
  transition: .3s;
}

.contact-tel-wrap-inner a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.8;
  transition: .3s;
}

.contact-tel-wrap-inner a .icon {
  display: inline-block;
  width: 23px;
  height: 23px;
}

.contact-tel-wrap-inner a .f-eng {
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

.contact-tel-wrap-inner a .time {
  font-size: 0.7rem;
  color: #666666;
  line-height: 1.4;
  margin-left: 0.3rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .contact-wrap .inner {
    text-align: center;
  }

  .contact-tel-wrap .ttl {
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .contact-tel-wrap-inner a .icon {
    width: 45px;
    height: 45px;
  }

  .contact-tel-wrap-inner a .f-eng {
    font-size: 3.125rem;
  }

  .contact-tel-wrap-inner a .time {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }

  .contact-tel-wrap {
    margin-top: 3rem;
  }

  .contact-wrap .back-eef4fb {
    padding-top: 4rem;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .contact-wrap .back-eef4fb {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .contact-wrap .txt_1 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .contact-wrap .txt_2 {
    line-height: 1.6;
  }

  .contact-tel-wrap-inner {
    padding: 1.7rem 0 1.9rem;
  }
}

/* ==========================================
   プライバシーポリシー
========================================== */
.privacy-policy {
  margin: 0 auto;
  line-height: 1.8;
}

.privacy-policy__intro {
  margin-bottom: 24px;
}

.privacy-policy__company {
  text-align: right;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.privacy-policy__declaration {
  margin-bottom: 3rem;
}

.privacy-policy__list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px 0;
  counter-reset: policy-counter;
}

.privacy-policy__list li {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1rem;
}

.privacy-policy__list li::before {
  counter-increment: policy-counter;
  content: "（" counter(policy-counter, fullwidth) "）";
  position: absolute;
  left: 0;
  top: 0;
}

.privacy-policy__note {
  border: 1px solid #ccc;
  padding: 2rem 4rem;
  background-color: #fcfcfc;
}

.privacy-policy__note p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .privacy-policy__list li {
    padding-left: 2.2em;
  }

  .privacy-policy__note {
    padding: 1.5rem;
  }
}

/* ==========================================
   サステナビリティ
========================================== */
/*私たちの想い*/
.sustainability-Thoughts {
  display: flex;
  flex-direction: column-reverse;
}

.sustainability-Thoughts .img {
  margin-top: 2.5rem;
}

.ttl-wrap {
  margin-bottom: 1.5rem;
}

.ttl-wrap h2 {
  width: 13rem;
}

.ttl-wrap .mb-0 {
  font-size: 1.05rem;
}

.sustainability-Thoughts .txt_1 {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .sustainability-Thoughts {
    flex-direction: unset;
    justify-content: space-between;
  }

  .sustainability-Thoughts .img {
    margin-top: 0;
    width: 48%;
  }

  .sustainability-Thoughts .txt {
    width: 45%;
  }
}

@media screen and (min-width: 992px) {
  .sustainability-Thoughts {
    align-items: center;
  }

  .sustainability-Thoughts .img {
    width: 56.42%;
  }

  .sustainability-Thoughts .txt {
    width: 35%;
  }
}

@media screen and (min-width: 1200px) {
  .max-container.page-sustainability-container {
    padding-top: 8.125rem;
  }

  .ttl-wrap {
    margin-bottom: 2.75rem;
  }

  .ttl-wrap h2 {
    width: 15.625rem;
    margin-bottom: 0.3rem;
  }

  .ttl-wrap .mb-0 {
    font-size: 1.125rem;
  }

  .sustainability-Thoughts .txt_1 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .sustainability-Thoughts .txt_2 {
    line-height: 2.125rem;
  }
}

@media screen and (min-width: 1400px) {
  .sustainability-Thoughts .txt_1 {
    font-size: 1.875rem;
  }
}

/*持続可能な未来への宣言*/
.sustainability-declaration {
  margin: 4rem auto 5rem;
}

.sustainability-declaration .txt_1 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.sustainability-declaration .txt_2 {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .sustainability-declaration {
    margin: 5rem auto 6rem;
  }

  .sustainability-declaration .txt_1 {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
    text-align: center;
  }

  .sustainability-declaration .txt_2 {
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .sustainability-declaration {
    margin: 7.5rem auto 8.75rem;
  }

  .sustainability-declaration .txt_1 {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }

  .sustainability-declaration .txt_2 {
    line-height: 2.12;
  }
}

/*サステナビリティを支える３本柱*/
.sustainability-3pillar {
  background-color: #eef4fb;
  padding: 4rem 0 5rem;
}

.sustainability-3pillar h2 {
  color: #004da0;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.sustainability-3pillar .inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 85%;
  margin: 0 auto;
}

.sustainability-3pillar .unit {
  display: flex;
  flex-direction: column;
}

.sustainability-3pillar .unit:not(:last-child) {
  border-bottom: 1px solid #c8d6e8;
  padding-bottom: 3rem;
}

.sustainability-3pillar .unit-top {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.sustainability-3pillar .img img {
  width: 12rem;
  height: auto;
}

.sustainability-3pillar .copy {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
  align-items: flex-start;
}

.sustainability-3pillar .copy span {
  writing-mode: vertical-rl;
  background-color: #004da0;
  color: #fff;
  font-size: 1.05rem;
  padding: 0.4rem;
  line-height: 1;
}

.sustainability-3pillar .unit-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sustainability-3pillar .txt_1 {
  color: #004da0;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.sustainability-3pillar .txt_1 .f-eng {
  color: #7095c2;
  font-size: 0.85rem;
  margin-top: 0.7rem;
}

.sustainability-3pillar .txt_2 {
  font-size: 1.05rem;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 1.5rem;
}

.sustainability-3pillar .txt_3 {
  font-size: 0.95rem;
  line-height: 1.75;
  text-align: justify;
  color: #4d4d4d;
}

@media screen and (min-width: 768px) {
  .sustainability-3pillar {
    padding: 5rem 0 6rem;
  }

  .sustainability-3pillar .inner {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .sustainability-3pillar .inner {
    width: 85%;
  }

  .sustainability-3pillar h2 {
    font-size: 1.75rem;
    margin-bottom: 4rem;
  }

  .sustainability-3pillar .inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }

  .sustainability-3pillar .unit {
    flex: 1;
  }

  .sustainability-3pillar .unit:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
    border-right: 1px solid #c8d6e8;
    padding-right: 2rem;
  }

  .sustainability-3pillar .txt_2 {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1200px) {
  .sustainability-3pillar {
    padding: 6.25rem 0 7.25rem;
  }

  .sustainability-3pillar .inner {
    gap: 2.8rem;
  }

  .sustainability-3pillar .unit:not(:last-child) {
    padding-right: 2.8rem;
  }

  .sustainability-3pillar h2 {
    font-size: 1.875rem;
    margin-bottom: 4.3rem;
  }

  .sustainability-3pillar .txt_1 {
    margin-bottom: 1.3rem;
  }
}

/*目標とゴール*/
.sustainability-milestone {
  margin: 5rem auto 4rem;
}

.sustainability-milestone .milestone-header {
  text-align: center;
  margin-bottom: 2rem;
}

.sustainability-milestone .milestone-body {
  display: flex;
  flex-direction: column;
}

.sustainability-milestone .milestone-content {
  width: 100%;
  margin-bottom: 3rem;
}

.sustainability-milestone .milestone-heading {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.milestone-heading span.f-eng {
  font-size: 2rem;
  line-height: 1;
  margin-right: 0.2rem;
  position: relative;
  bottom: -2px;
}

.sustainability-milestone .milestone-desc {
  line-height: 1.8;
  margin-bottom: 0;
  text-align: justify;
}

.sustainability-milestone .milestone-visual {
  width: 100%;
  text-align: center;
}

.sustainability-milestone .sdgs-grid {
  width: 100%;
  height: auto;
}

.sustainability-milestone .milestone-footer {
  text-align: center;
  width: 65%;
  margin: 1.5rem auto 0;
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .sustainability-milestone {
    margin: 6rem auto 5rem;
  }

  .sustainability-milestone .milestone-header {
    margin-bottom: 4rem;
    width: 71.42%;
    margin: 0 auto 3rem;
  }

  .sustainability-milestone .milestone-body {
    flex-direction: row;
    justify-content: space-between;
  }

  .sustainability-milestone .milestone-content {
    width: 45%;
    margin-bottom: 0;
  }

  .sustainability-milestone .milestone-visual {
    width: 50%;
  }

  .sustainability-milestone .milestone-heading {
    font-size: 1.65rem;
    margin-bottom: 1.5rem;
  }

  .sustainability-milestone .milestone-footer {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .sustainability-milestone {
    margin: 8.75rem auto 6.25rem;
  }

  .sustainability-milestone .milestone-header {
    margin: 0 auto 5rem;
  }

  .sustainability-milestone .milestone-content {
    width: 42%;
  }

  .sustainability-milestone .milestone-visual {
    width: 53.7%;
  }

  .sustainability-milestone .milestone-heading {
    font-size: 2.2rem;
    margin-bottom: 1.8rem;
  }

  .milestone-heading span.f-eng {
    font-size: 3rem;
    margin-right: 0.4rem;
    bottom: -1px;
  }

  .sustainability-milestone .milestone-footer {
    width: 20%;
    max-width: 280px;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1600px) {
  .sustainability-milestone .milestone-body {
    align-items: center;
  }

  .sustainability-milestone .milestone-heading {
    font-size: 2.5rem;
  }

  .milestone-heading span.f-eng {
    font-size: 3.5rem;
  }

  .sustainability-milestone .milestone-desc {
    line-height: 2;
  }
}

/*ダウンロード*/
.sustainability-report {
  border-top: 1px solid #e0e0e0;
  padding-top: 4rem;
}

.sustainability-report h2 {
  font-size: 1.5rem;
  margin-bottom: 1.7rem;
}

.sustainability-report p {
  margin-bottom: 2.5rem;
}

.sustainability-report .vm {
  width: 100%;
}

.sustainability-report .vm span.icon-download {
  display: inline-flex;
  width: 14px;
  height: 12px;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
}

.sustainability-report-img {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .sustainability-report .vm {
    width: 34.4%;
    max-width: 480px;
    min-width: 380px;
  }

  .sustainability-report p {
    text-align: center;
  }

  .sustainability-report {
    padding-top: 5rem;
  }

  .sustainability-report h2 {
    font-size: 1.5rem;
  }

  .sustainability-report-img {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .sustainability-report {
    padding-top: 6.25rem;
  }

  .sustainability-report h2 {
    font-size: 1.56rem;
    margin-bottom: 2.5rem;
  }

  .sustainability-report .vm span.icon-download {
    width: 17px;
    height: 15px;
    margin-right: 1rem;
  }

  .sustainability-report p {
    margin-bottom: 3.125rem;
    line-height: 2.1;
  }

  .sustainability-report-img {
    margin-top: 6rem;
  }
}

/* ========================================================
   会社概要
======================================================== */
/*代表メッセージ*/
.company-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  margin: 0 auto;
}

.company-main {
  width: 100%;
}

.company-sidebar {
  display: none;
}

.message-content {
  margin-bottom: 2.5rem;
}

.company-message {
  display: flex;
  flex-direction: column-reverse;
}

.message-images .img-main {
  width: 70%;
  margin-left: auto;
  display: block;
  height: auto;
  margin-bottom: 2rem;
}

.message-images .img-sub {
  width: 57.38%;
}

.message-catch {
  font-size: 1.3rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.message-desc p {
  line-height: 1.8;
  text-align: justify;
}

.message-desc p:last-of-type {
  margin-bottom: 0;
}

.message-sign {
  margin-top: 2rem;
  font-size: 0.875rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.message-sign span {
  font-size: 1.125rem;
  margin-left: 1rem;
}

.message-sign span.message-sign_img {
  display: block;
  width: 125px;
  margin-left: 1.3rem;
}

@media screen and (min-width: 768px) {
  .message-images {
    width: 77.77%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .company-layout {
    width: 88.88%;
  }

  .company-main {
    width: 87.5%;
  }

  .company-sidebar {
    display: block;
    position: sticky;
    top: 8rem;
  }

  .company-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .company-nav li {
    margin-bottom: 0.8rem;
  }

  .company-nav a {
    display: block;
    position: relative;
    padding-left: 1rem;
    color: #808080;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s;
  }

  .company-nav a:hover {
    text-decoration: none;
  }

  .company-nav a.is-active {
    color: #000;
  }

  .company-nav a.is-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #00adba;
  }

  .company-message {
    flex-direction: row;
    justify-content: space-between;
  }

  .message-images {
    width: 43.57%;
    margin: 0;
  }

  .message-content {
    width: 45.71%;
    padding-top: 2rem;
    margin-bottom: 0;
  }

  .message-catch {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .message-content {
    padding-top: 2.5rem;
  }

  .message-images .img-main {
    margin-bottom: 5.6rem;
  }

  .message-catch {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .message-sign {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1600px) {
  .message-catch {
    font-size: 1.56rem;
    margin-bottom: 2.5rem;
  }

  .message-desc p {
    line-height: 2.125rem;
  }
}

/*私たちの想い*/
.company-philosophy {
  padding-top: 4rem;
  border-top: 1px solid #dcdcdc;
  margin-top: 5rem;
}

.company-philosophy .ttl-wrap {
  margin-bottom: 2rem;
}

.company-philosophy .ttl-wrap h2 {
  width: 16rem;
}

.philosophy-box {
  background-color: #eef4fb;
  padding: 2.5rem 5% 3rem;
  margin-bottom: 3rem;
}

.philosophy-block:not(:last-child) {
  border-bottom: 1px solid #e1e7ed;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.philosophy-title {
  color: #004da0;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  padding-left: 0.8rem;
  position: relative;
}

.philosophy-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.15rem;
  height: 1.2rem;
  background-color: #004da0;
}

.philosophy-block p {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0;
}

.philosophy-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .company-philosophy {
    padding-top: 5rem;
    margin-top: 6rem;
  }

  .philosophy-box {
    padding: 3rem 10%;
  }
}

@media screen and (min-width: 992px) {
  .company-philosophy {
    padding-top: 6.25rem;
    margin-top: 6.25rem;
  }

  .company-philosophy {
    display: flex;
    justify-content: space-between;
  }

  .company-philosophy .ttl-wrap {
    margin-bottom: 0;
  }

  .philosophy-content {
    width: 75%;
  }

  .company-philosophy .ttl-wrap h2 {
    width: 13rem;
  }
}

@media screen and (min-width: 1200px) {
  .philosophy-box {
    padding: 4.8rem 8.4%;
  }

  .philosophy-title {
    font-size: 1.56rem;
    padding-left: 1rem;
  }

  .philosophy-title::before {
    height: 1.56rem;
    width: 0.15rem;
  }

  .philosophy-block:not(:last-child) {
    padding-bottom: 3.5rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1400px) {
  .company-philosophy .ttl-wrap h2 {
    width: 18.25rem;
  }
}

/*ロゴマーク*/
.company-logo {
  padding-top: 3rem;
  border-top: 1px solid #dcdcdc;
  margin-top: 4rem;
}

.company-logo .ttl-wrap {
  margin-bottom: 2rem;
  text-align: center;
}

.company-logo .ttl-wrap h2 {
  width: 8rem;
  margin-right: auto;
  margin-left: auto;
}

.logo-img-box {
  border: 1px solid #e1e7ed;
  padding: 2.8rem 5% 3rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-img-box img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.logo-desc p {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .company-logo {
    padding-top: 4rem;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .company-logo {
    padding-top: 6.25rem;
    margin-top: 6.25rem;
    display: flex;
    justify-content: space-between;
  }

  .company-logo .ttl-wrap {
    margin-bottom: 0;
    text-align: left;
  }

  .logo-content {
    width: 75%;
  }

  .company-logo .ttl-wrap h2 {
    width: 7.3rem;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .logo-img-box {
    padding: 4rem 8.4% 4.8rem;
  }

  .logo-desc p {
    line-height: 1.875rem;
  }

  .logo-img-box {
    margin-bottom: 3.125rem;
  }

  .logo-img-box img {
    max-width: 700px;
  }
}

/*会社情報*/
.company-info {
  padding-top: 4rem;
  border-top: 1px solid #dcdcdc;
  margin-top: 4rem;
}

.company-info .ttl-wrap {
  margin-bottom: 2rem;
  text-align: center;
}

.company-info .ttl-wrap h2 {
  width: 9rem;
  margin-right: auto;
  margin-left: auto;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table th,
.info-table td {
  display: block;
  width: 100%;
  padding: 0.8rem 1.5rem;
  border-bottom: 1px solid #cccccc;
}

.info-table tr:last-child td,
.info-table tr:last-child th {
  border-bottom: none;
}

.info-table td {
  padding: 0.8rem 1.5rem 1.2rem;
}

.info-table th {
  background-color: #004da0;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.info-table td {
  background-color: #eef4fb;
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
}

.info-grid p {
  margin-bottom: 0;
}

.info-grid p:last-child {
  margin-bottom: 0;
}

.license-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.license-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
}

.license-list li:last-child {
  margin-bottom: 0;
}

.license-list li::before {
  content: '';
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #00adba;
}

.li-ttl {
  margin-bottom: 0.3rem;
}

.li-desc {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.info-link-box {
  margin-top: 3rem;
  text-align: center;
}

.info-link-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.info-link-ttl::before,
.info-link-ttl::after {
  content: '';
  display: block;
  width: 1px;
  height: 1.5rem;
  background-color: #999999;
  transform: rotate(20deg);
}

.info-link-ttl::before {
  transform: rotate(165deg);
}

.info-link-sup {
  color: #004da0;
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.company-info .vm {
  width: 100%;
  max-width: 360px;
}

@media screen and (min-width: 768px) {
  .company-info {
    padding-top: 4rem;
    margin-top: 5rem;
  }

  .info-table th,
  .info-table td {
    display: table-cell;
    vertical-align: middle;
    padding: 1.5rem;
  }

  .info-table th {
    width: 20%;
  }

  .info-table td {
    width: 80%;
  }

  .info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0;
    row-gap: 0.2rem;
  }

  .info-grid p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .company-info {
    padding-top: 6.25rem;
    margin-top: 6.25rem;
    display: flex;
    justify-content: space-between;
  }

  .company-info .ttl-wrap h2 {
    margin-right: 0;
    margin-left: 0;
  }

  .company-info .ttl-wrap {
    margin-bottom: 0;
    text-align: left;
  }

  .info-content {
    width: 75%;
  }
}

@media screen and (min-width: 1200px) {
  .company-info .ttl-wrap h2 {
    width: 12.5rem;
  }

  .info-table th {
    padding: 2rem 0;
  }

  .info-table td {
    padding: 2rem 2.18rem;
  }

  .license-list li {
    margin-bottom: 1rem;
  }

  .info-link-ttl {
    font-size: 1.1875rem;
    margin-bottom: 1.5rem;
  }

  .info-link-sup {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  .info-grid {
    width: 85%;
  }

  .sale-grid .info-grid {
    max-width: 450px;
  }
}

/*アクセス*/
.company-access {
  padding-top: 3rem;
  border-top: 1px solid #dcdcdc;
  margin-top: 4rem;
}

.company-access .ttl-wrap {
  margin-bottom: 2rem;
  text-align: center;
}

.company-access .ttl-wrap h2 {
  width: 9rem;
  margin-right: auto;
  margin-left: auto;
}

.access-img {
  margin-bottom: 1rem;
}

.access-img img {
  width: 100%;
  height: auto;
  display: block;
}

.access-map.youtube {
  padding-top: 0;
  aspect-ratio: 1 / 0.8;
  margin-bottom: 1.5rem;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-info {
  margin-bottom: 2.5rem;
}

.access-address {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.map-link {
  display: inline-flex;
  align-items: center;
  color: #4d4d4d;
  text-decoration: underline;
}

.map-link:hover {
  text-decoration: none;
}

.map-link img {
  width: 1rem;
  margin-left: 0.3rem;
}

.access-tel {
  font-size: 1rem;
  margin-bottom: 0;
}

.access-tel .tel-wrap {
  display: block;
  margin-bottom: 0.3rem;
  color: inherit;
}

.access-tel .tel-wrap:hover {
  text-decoration: none;
}

.access-tel .slash {
  margin-left: 0.5rem;
}

.access-tel .num {
  font-size: 1.8rem;
  line-height: 1;
}

.access-routes {
  background-color: #eef4fb;
  padding: 2rem 5% 2.2rem;
}

.route-box {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.route-box:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.route-icon {
  width: 3.5rem;
  flex-shrink: 0;
}

.route-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.route-ttl {
  color: #004da0;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.route-desc {
  font-size: 0.875rem;
  margin-bottom: 0.3rem;
}

.route-note {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .company-access {
    padding-top: 4rem;
    margin-top: 5rem;
  }

  .access-address {
    flex-direction: row;
    align-items: center;
  }

  .map-link {
    margin-top: 0;
    margin-left: 1rem;
  }

  .access-map.youtube {
    padding-top: 0;
    aspect-ratio: 1050 / 460;
    margin-bottom: 2.5rem;
  }

  .access-tel {
    display: flex;
    align-items: baseline;
  }

  .access-tel .tel-wrap,
  .access-tel .fax-wrap {
    display: inline;
    margin-bottom: 0;
  }

  .access-tel .slash {
    margin: 0 1.2rem 0 0.5rem;
  }

  .access-routes {
    padding: 2.5rem 2rem 3rem;
    display: flex;
  }

  .route-box {
    width: 50%;
  }

  .route-box:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid #dcdcdc;
    padding-right: 2rem;
  }

  .route-box:last-child {
    padding-left: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .company-access {
    padding-top: 6.25rem;
    margin-top: 6.25rem;
    display: flex;
    justify-content: space-between;
  }

  .company-access .ttl-wrap {
    margin-bottom: 0;
    text-align: left;
  }

  .access-content {
    width: 75%;
  }

  .access-tel a.tel-wrap {
    pointer-events: none;
  }

  .company-access .ttl-wrap h2 {
    width: 11rem;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .company-access .ttl-wrap h2 {
    width: 12.25rem;
  }

  .access-routes {
    padding: 2.5rem 1.8rem 2.8rem;
    ;
  }

  .access-map.youtube {
    margin-bottom: 3rem;
  }

  .access-map {
    margin-bottom: 2rem;
  }

  .access-address {
    margin-bottom: 0.7rem;
  }

  .access-tel {
    font-size: 1.4rem;
  }

  .access-tel .num {
    font-size: 2rem;
  }

  .route-icon {
    width: 5rem;
  }

  .route-ttl {
    font-size: 1.125rem;
  }
}

/* ==========================================
   事業内容
========================================== */
.business-block .bb-flex .txt {
  margin-top: 3rem;
}

.business-block .bb-flex .txt h2.ttl {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 1.4rem;
  display: inline-block;
}

.business-layout .business-block .bb-flex .txt h2.ttl::before {
  content: "";
  background: url(../images/page/txt_01.svg);
  width: 75px;
  height: 49px;
  position: absolute;
  bottom: 0;
  right: -4rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.business-layout .business-block:nth-child(2) .bb-flex .txt h2.ttl::before {
  content: "";
  background: url(../images/page/txt_02.svg);
  background-repeat: no-repeat;
}

.business-layout .business-block:nth-child(3) .bb-flex .txt h2.ttl::before {
  content: "";
  background: url(../images/page/txt_03.svg);
  background-repeat: no-repeat;
}

.business-block .bb-flex .txt .copy {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.business-block .bb-flex .txt .mb-0 {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .business-block .bb-flex {
    display: flex;
    justify-content: space-between;
  }

  .business-block .bb-flex .img {
    width: 50%;
  }

  .business-block .bb-flex .txt {
    margin-top: 2rem;
    width: 45%;
  }
}

@media screen and (min-width: 992px) {
  .business-block .bb-flex {
    align-items: center;
  }

  .business-block .bb-flex .img {
    width: 58.57%;
  }

  .business-block .bb-flex .txt {
    margin-top: 2rem;
    width: 33.42%;
  }
}

@media screen and (min-width: 1200px) {
  .business-block .bb-flex .txt {
    margin-top: 3rem;
  }

  .business-block .bb-flex .txt h2.ttl {
    font-size: 2.18rem;
    margin-bottom: 3.14rem;
  }

  .business-layout .business-block .bb-flex .txt h2.ttl::before {
    width: 140px;
    height: 92px;
    right: -7rem;
  }

  .business-block .bb-flex .txt .copy {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1600px) {
  .business-block .bb-flex .txt .copy {
    font-size: 1.56rem;
    margin-bottom: 2.5rem;
  }

  .business-block .bb-flex .txt .mb-0 {
    line-height: 2;
  }
}

/*works*/
.bb-works {
  background: #eef4fb;
  padding: 3rem 0 4rem;
  margin-top: 4rem;
}

.bb-works .inner .bbw-top {
  width: 85%;
  margin: 0 auto;
}

.bb-works .inner h3 {
  width: 7rem;
  margin: 0 auto 2rem;
}

.bb-works .inner .mb-0 {
  text-align: justify;
}

.bb-works-contents {
  margin-top: 2.5rem;
}

.bb-works-contents .works-card {
  padding: 0 0.5rem;
}

.bb-works-contents .works-card:last-child {
  margin-bottom: 0;
}

.bb-works .txt-center {
  margin-top: 2.5rem;
}

.business-layout .business-block {
  padding-bottom: 4rem;
  position: relative;
}

.business-layout .business-block#architecture {
  padding-top: 4rem;
}

.business-layout .business-block#equipment {
  padding-top: 4rem;
  padding-bottom: 0;
}

.business-layout .business-block::before {
  content: "";
  background: #dfdfdf;
  position: absolute;
  height: 1px;
  width: 88.88%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.business-layout .business-block#equipment::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .bb-works .inner .mb-0 {
    text-align: center;
  }

  .bb-works-contents {
    display: flex;
    justify-content: flex-start;
    margin: 3rem -0.5rem 0;
  }

  .bb-works-contents .works-card {
    padding: 0;
  }

  .bb-works-contents .bb-works-item {
    width: 33.33%;
    padding: 0 0.5rem;
  }

  .bb-works .inner .bbw-top {
    width: 100%;
  }

  .bb-works .inner {
    width: 89.28%;
    margin: 0 auto;
  }

  .business-layout .business-block {
    padding-bottom: 5rem;
  }

  .business-layout .business-block#architecture {
    padding-top: 5rem;
  }

  .business-layout .business-block#equipment {
    padding-top: 5rem;
  }

  .business-block#architecture .bb-flex {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1200px) {
  .bb-works {
    padding: 4rem 0 5rem;
    margin-top: 5.625rem;
  }

  .bb-works .inner h3 {
    width: 8.75rem;
    margin: 0 auto 2.8rem;
  }

  .bb-works-contents {
    margin: 3.75rem -1.125rem 0;
  }

  .bb-works-contents .bb-works-item {
    padding: 0 1.125rem;
  }

  .bb-works .txt-center {
    margin-top: 3rem;
  }

  .business-layout .business-block {
    padding-bottom: 7.5rem;
  }

  .business-layout .business-block#architecture {
    padding-top: 7.5rem;
  }

  .business-layout .business-block#equipment {
    padding-top: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .bb-works-contents.js-bb-works-slick:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    opacity: 0;
  }

  .bb-works-contents.js-bb-works-slick.slick-initialized {
    opacity: 1;
    transition: opacity 0.4s ease;
  }
}

/*設備ギャラリー*/
.bb-works-gallery {
  width: 100%;
  overflow: hidden;
  margin-top: 2.5rem;
}

.bb-works-gallery__track {
  display: flex;
  width: max-content;
  animation: infinity-scroll-left 50s linear infinite;
}

.bb-works-gallery .item {
  width: 300px;
  flex-shrink: 0;
  padding: 0 0.5rem;
}

.bb-works-gallery .item img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .bb-works-gallery {
    margin-top: 3rem;
  }

  #equipment .bb-works .inner {
    width: 100%;
  }

  #equipment .bb-works .inner .bbw-top {
    width: 89.28%;
  }
}

@media screen and (min-width: 1200px) {
  .bb-works-gallery {
    margin-top: 3.75rem;
  }

  .bb-works-gallery .item {
    width: 400px;
    flex-shrink: 0;
    padding: 0 1rem;
  }

  .bb-works-gallery__track {
    animation: infinity-scroll-left 60s linear infinite;
  }
}