/* =======================================
 追加用CSS
  ====================================== */
p {
  letter-spacing: .6px;
  margin-bottom: 20px;
}

.green {
  color: #3F9586;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

.sp {
  display: block;
}
}

.l-header {
  width: 94%;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  border-radius: 10px;
  max-width: 1400px;
}

.l-header__inner {
  padding: 0 20px;
}

.l-main--sub {
  padding-top: 0;
}

.center {
  text-align: center;
}

section, .c-breadcrumb, article {
  z-index: 10;
  background: white;
  position: relative;
}
section {
  padding: 120px 0px;
}

.p-page-hero {
    padding: 200px 0 60px;
    z-index: 0;
}

.ttl-mark {
    position: fixed;
    right: -3%;
    max-width: 600px;
    top: 7%;
    width: 40%;
}

.c-breadcrumb {
  border-bottom: 0;
}

.l-header__logo img {
  height: 54px;
}

.c-btn--header {
  border-radius: 50px;
}

.l-header__nav-list li a {
  padding: 10px 0px;
}

.l-header__nav-list li {
  padding: 0 20px;
  border-right: 1px solid #ccc;
}

.l-header__nav-list {
  gap: 0;
}

.p-company-message__image img {
  height: auto;
  max-height: 600px;
}

.p-company-message__image.left {
  right: auto;
  left: 0;
}

.p-company-message__content.right {
  grid-area: right;
}

.p-company-message__image {
  width: 50vw;
  position: absolute;
  right: 0;
}

.p-company-image {
  height: 400px;
  background: url(../images/bg-history.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    position: relative;
    z-index: 10;
}

.section__ttl {
  margin-bottom: 60px;
}

.section__ttl .c-section-label {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.section__ttl .c-section-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #3F9586;
}

.msg__copy {
  color: #3F9586;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2.4px;
}

.c-section-title {
  font-size: 32px;
}

.origin__wrapper {
  display: flex;
  margin-bottom: 20px;
}

.origin__item {
  width: 25%;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #cccc;
}

.origin__item img {
  width: 64px;
  margin: 0 auto;
}

.p-company-message__inner {
  display: flex;
  flex-wrap: wrap;
}

.p-company-message__inner.right {
  justify-content: end;
}

.p-company-message__content {
  width: 45%;
}

.origin__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  line-height: 1.5;
  font-size: 14px;
}

.p-company-banner {
  background: white;
  padding: 60px 30px;
}

.policy__container {
  background: url(../images/bg-policy.webp) no-repeat;
  border-radius: 40px;
  padding: 60px;
  background-size: cover;
  background-position: center;
  color: white;
  max-width: 1600px;
  margin: 0 auto;
}

.policy__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.p-company-banner__inner {
  display: block;
}

.policy__img {
  width: 45%;
}

.p-company-banner__text {
  width: 50%;
}

.p-company-banner__catch {
  font-size: 32px;
}

.p-company-banner__icons {
  justify-content: space-between;
  margin-top: 40px;
}

.p-company-banner__icon-item {
  width: 23%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  color: black;
  text-align: center;
}

.p-company-banner__icons img {
  width: 60px;
  margin: 0 auto 20px;
}

.p-company-banner__icons p {
  margin-bottom: 0;
}

.p-company-history__row {
  border-bottom: none;
}

.p-company-history__table::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #cccc;
  position: absolute;
      top: 28px;
    left: 4px;
    z-index: -1;
}

.p-company-history__year {
  display: flex;
  justify-content: space-between;
  width: 120px;
  align-items: center;
}

.p-company-history__year::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3F9586;
}

.p-company-profile__table th {
  background: white;
  color: #333;
  text-align: left;
  vertical-align: baseline;
  font-weight: bold;
}

.p-company-profile__table th, .p-company-profile__table td {
  border: none;
  letter-spacing: 1px;
  padding: 30px 20px;
}

.p-company-profile__table tr {
  border-bottom: 1px solid #cccc;
}

.p-service-areas {
  background: white;
}

.p-service-area {
  padding: 0;
  gap: 0;
  margin-bottom: 60px;
}

.p-service-area__content {
  padding: 60px;
  width: 50%;
}

.p-service-area__image  {
  width: 50%;
}

.p-service-area__image img {
  height: 100%;
}

.p-service-area {
  background: #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.check__lists li {
  background: white;
  padding: 10px 20px 10px 40px;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

.check__lists {
  margin-bottom: 20px;
}

.check__lists li::before {
  content: "";
  display: block;
  background: url(../images/check-icon.png) no-repeat;
  top: 16px;
  width: 16px;
  height: 16px;
  left: 12px;
  background-size: contain !important;
  position: absolute;
}

.service__category {
  color: #3F9586;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px;
  font-size: 40px;
  margin-bottom: 40px;
}

.p-service-vr {
  background: white;
}

.c-btn--outline-dark,
.c-btn--primary {
  background: #3F9586;
  color: white;
  border-radius: 50px;
}

.p-service-factory__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 60px;
}
.service__img {
  width: 45%;
  text-align: center;
}

.p-service-factory__happy {
  display: block;
  padding: 0;
}

.service__img img {
  margin-bottom: 40px;
}

.p-service-factory__happy-badge {
  display: flex;
  align-items: center;
  column-gap: 14px;
  font-size: 32px;
  letter-spacing: 3px;
  color: #3F9586;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-service-factory__happy-badge img {
  width: 40px;
}

.c-section-header {
  margin-bottom: 40px;
}

.page__copy h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.page__copy h2::before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3F9586;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slash-text {
  font-size: 24px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.slash-text::before {
  content: "/";
  display: block;
  color: #3F9586;
}

.slash-text::after {
  content: "/";
  display: block;
  color: #3F9586;
}

.anchor__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 14px;
}

.p-service-intro__inner {
  max-width: 1000px;
}

.anchor__items a{
  width: 30%;
  background: #EEF4F4;
  border-bottom: 3px solid #3F9586;
  padding: 20px 20px 40px;
  position: relative;
}

.anchor__items a::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background: url(../images/down-arrow.png) no-repeat;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-position: center;
}

.anchor__items img {
    width: 80px;
    margin: 0 auto 20px;
}

.p-page-content {
  background: white;
  position: relative;
}

.p-recruit-message {
  background: white;
}

.p-company-message__inner {
  min-height: 480px;
}


.section__voice  .p-company-message__image img {
  max-height: 25vw;
}

.section__voice   .p-company-message__inner {
  min-height: 25vw;
}

.sns__bnr {
      max-width: 800px;
    display: block;
    margin: 60px auto;
}

.section__recruit-cta {
  background: url(../images/bg-recruit.webp ) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px;
  text-align: center;
}

.line-btn {
    max-width: 400px;
    display: block;
    margin: 40px auto 0 ;
}

.section__recruit-cta .recruit__text {
  text-align: center;
  font-size: 20px;
  color: #3F9586;
  border-bottom: 2px dashed;
  display: inline;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 2;
}

.p-recruit-strengths__item-title {
  text-align: center;
  color: #3F9586;
}
.p-recruit-strengths__item-img {
    width: 150px;
    margin: 0 auto 20px;
}

.p-recruit-day {
  background: #EEF4F4;
}

.p-recruit-day__timeline::before {
  display: none;
}

.p-recruit-day__timeline {
  padding-left: 0;
  max-width: 1200px;
}

.charactor__wrapper {
  margin-top: 80px;
}

.recruit__table {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px #3f958729;
  padding: 40px;
  max-width: 800px;
  margin: 40px auto;
}

.recruit__table td,
.recruit__table th {
  border: none;
  text-align: left;
}

.recruit__table tr {
  border-bottom: 1px solid #cccccc59;
}

.p-page-hero__content {
  max-width: 100%;
}

.p-column-archive__empty {
  text-align: center;
  margin: 80px 0;
}

.p-company-map iframe {
  height: 480px;
}

.c-section-text {
  max-width: 100%;
}

.p-works-archive__empty {
  text-align: center;
}

.p-recruit-requirements__table th {
  font-weight: bold;
}

@media(max-width: 768px) {
  p {
    font-size: 14px;
    letter-spacing: 0.2px;
  }
  .p-page-hero {
    padding: 160px 0 20px!important; 
  }

  .ttl-mark {
    right: -24%;
    width: 85%;
  }

  section {
    padding: 40px 0!important;
  }

  .p-company-message__content {
    width: 100%;
  }

  .p-company-message__image {
    width: 100%;
    position: relative;
  }

  .section__ttl {
    margin-bottom: 40px;
  }

  .origin__item {
    width: 45%;
    border: 1px solid #cccc;
    border-radius: 5px;
    padding: 20px;
  }

    .origin__item  img {
      width: 40px;
    }

  .origin__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .msg__copy {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .c-section-title {
    font-size: 24px;
  }

  .l-header__logo img {
    height: 40px;
  }

  .policy__container {
    padding: 40px 30px;
  }

  .p-company-banner__text {
    width: 100%;
  }

  .policy__img {
    width: 100%;
  }

  .p-company-banner__catch {
    font-size: 24px;
  }

  .p-company-banner__icon-item {
    width: 48%;
    padding: 20px 10px;
  }

  .p-company-banner__icons {
    gap: 10px 0;
  }

  .p-company-banner__icons img {
    width: 45px;
  }

  .p-company-history__year {
    justify-content: start;
    column-gap: 20px;
  }

  .p-company-history__event {
    padding-left: 30px;
    font-size: 14px;
  }

  .p-company-image {
    height: 140px;
    background-attachment: local;
  }

  .p-company-profile__table th {
    width: 100px;
    padding: 20px 0;
    font-size: 12px;
  }

  .p-company-profile__table td {
    padding: 20px 0;
    font-size: 12px;
  }

  .p-company-map iframe {
    height: 200px;
  }

  .page__copy h2 {
    font-size: 20px;
  }

  .page__copy h2::before {
    width: 40px;
  }

  .slash-text {
    font-size: 16px;
  }

  .anchor__items a {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 14px 20px 30px;
    text-align: left;
  }

  .anchor__items img{
    width: 60px;
    margin: 0;
  }

  .p-service-area__content {
    width: 100%;
    padding: 30px 20px;
  }

  .p-service-area__image {
    width: 100%;
  }

  .p-service-area {
    flex-direction: column-reverse;
  }

  .check__lists li {
    font-size: 14px;
  }

  .p-service-area__text {
    font-size: 14px;
  }

  .c-section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .p-service-area {
    margin-bottom: 30px;
  }

  .p-service-factory__content {
    padding: 30px 20px;
    flex-direction: column-reverse;
    gap: 0;
  }

  .service__img {
    width: 100%;
  }

  .p-service-factory__happy-badge {
    font-size: 20px;
  }

  .line-btn {
    max-width: 280px;
    margin: 30px auto 0;
  }

  .section__recruit-cta .recruit__text {
    font-size: 14px;
  }

  .section__recruit-cta {
      background: url(../images/bg-contact-sp.webp) no-repeat;
      background-size: cover;
      text-align: left;
  }

  .section__recruit-cta .c-section-header {
    text-align: left;
  }

  .p-recruit-day__timeline {
    max-width: 320px;
  }

  .recruit__table tr {
    flex-wrap: wrap;
    display: flex;
  }

  .recruit__table {
    padding: 30px 20px;
  }

  .p-recruit-requirements__table th {
    width: 100%;
    font-size: 14px;
    padding: 20px 0 0;
  }
  
  .p-recruit-requirements__table td {
    padding: 10px 0 20px;
    font-size: 14px;
  }

  .p-recruit-strengths__item {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    padding: 20px;
  }

  .p-recruit-strengths__item-img {
    width: 40px;
    margin: 0;
  }

  .p-recruit-strengths__item-title {
    text-align: left;
  }

  .p-recruit-strengths__item-text {
    font-size: 14px;
    margin-bottom: 0;
  }

  .p-recruit-strengths__list {
    gap: 20px;
  }

}
.c-btn--contact-cta {
  background: white;
  border-radius: 50px;
  color: #3f9586;
      width: 100%;
    max-width: 780px;
    padding: 30px;
    font-size: 20px;
    font-weight: bld;
}

.p-contact-cta__tel img {
  width: 60px;
}

.p-contact-cta {
  background: url(../images/bg-footer.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.p-contact-cta__hours {
  color: white;
  font-size: 16px;
}

.p-contact-cta__content .c-section-label {
    color: white;
    font-size: 18px;
    margin-bottom: 0;
}

.p-contact-cta__title {
  margin-bottom: 60px;
}

.p-contact-cta__content {
  margin-bottom: 200px;
}

footer {
  position: relative;
  background: white!important;
}

.l-footer__inner{
  max-width: 100%;
}

.l-footer__top {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.l-footer__site-image {
  width: 60%;
  margin-right: -30px;
  margin-top: -200px;
  position: relative;
  z-index: 10;
}

.l-footer__site-image img {
  height: auto;
}

.l-footer__logo img {
  filter: none;
  width: 100%;
  height: 240px;
  object-fit: contain;
}

.l-footer__bottom {
  background: #3F9586;
  text-align: center;
  padding: 20px;
}

.l-footer__bottom p {
  margin-bottom: 0;
}


.l-footer__middle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-footer__address,
.l-footer__address a,
.footer__menu a ,
.l-footer__nav-list li a{
  color: #333;
}

.l-footer__nav-list li a:hover {
  color: #333;
  text-decoration: underline;
}

.address__wrapper {
  width: 40%;
}

.l-footer__nav-list li {
  border-right: 1px solid #cccc;
  padding-right: 20px;
}

.l-footer__nav-list {
  gap: 20px;
  justify-content: end;
  margin-bottom: 20px;
}

footer small,
.p-contact-cta__lead{
  color: white;
}

@media(max-width: 768px) {
  .p-contact-cta__title {
    font-size: 20px; 
    margin-bottom: 30px;
  }

  .p-contact-cta__content .c-section-label {
    font-size: 12px;
  }

  .p-contact-cta__tel img {
    width: 34px;
  }

  .l-footer__logo-wrap {
    width: 100%;
  }

  .l-footer__logo img {
    height: 140px;
  }

  .l-footer__top {
    flex-direction: column-reverse;
  }

  .l-footer__site-image {
    width: 100%;
    margin-top: -100px;
  }

  .p-contact-cta__content {
    margin-bottom: 100px;
  }

  .address__wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .l-footer__top {
    padding-bottom: 30px;
  }

  .l-footer__nav-list li {
    border: none;
    width: 45%;
  }

  .l-footer__nav-list  a {
    font-size: 12px!important;
    border-bottom: 1px solid #cccc;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }

    .l-footer__nav-list  a::after {
      content: ">";
      display: block;
    }

  .p-contact-cta__lead {
    font-size: 14px;
  }
}

.section__fv .p-hero__inner {
  display: flex;
  justify-content: end;
  position: absolute;
  bottom: 120px;
  right: 0;
}

.p-hero__sub {
  max-width: 100%;
}

.arrow__link::before {
  content: "";
  display: block;
  background: url(../images/icon-arrow.png) no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.arrow__link {
  padding-bottom: 4px;
  margin-left: 50px;
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid;
}

.arrow__link.white {
  color: white;
}

.arrow__link:hover {
  border-bottom: none;
  opacity: 1;
}

.p-about__image img {
  height: auto;
  height: 520px;
}

.p-about__content {
  width: 48%;
}

.p-about__image {
  position: absolute;
  right: 0;
  width: 45%;
}

.p-about__inner {
  display: flex;
  flex-wrap: wrap;
}

.p-news {
  margin-bottom: 100px;
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
  color: gray;
}

.p-about {
  background: white;
}

.section__service {
  background: #F0F3F5;
}

.service__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 60px;
  margin-bottom: 30px;
}

.p-service__text {
  width: 74%;
}

.service__item {
  width: 47%;
  text-align: center;
}

.service__item img {
  margin-bottom: 20px;
}

.service__menu {
  margin-bottom: 20px;
}

.service__btn {
  position: absolute;
  right: 0;
  top: 80px;
}

.p-works {
  background: white;
}

.strength__text {
  font-weight: bold;
  font-size: 20px;
}

.p-strength__list {
  margin-top: 100px;
  gap: 120px;
}

.p-strength__item {
  background: url(../images/bg-strength-pc02.png) no-repeat;
  background-size: cover;
  background-size: 90%;
}

.p-strength__item--reverse {
  background: url(../images/bg-strength-pc01.png) no-repeat;
  background-size: cover;
  background-size: 90%;
  background-position: right;
}

.p-strength__item-image {
  margin-top: -40px;
  margin-bottom: 40px;
}

.p-strength__item-content {
  padding-left: 60px;
}


.p-strength__item--reverse .p-strength__item-content {
  padding-right: 60px;
  padding-left: 0;
}

.p-recruit {
  background: none;
}

.recruit__wrapper {
  background: url(../images/recruit-wrapper-pc.webp) no-repeat;
  background-size: cover;
  padding: 140px 0;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 20px 20px #3F9586;
  background-position: center;
}

.top-recruit-msg {
  font-weight: bold;
  font-size: 20px;
}

.top-recruit-text {
  margin-bottom: 40px;
}

@media(max-width: 1028px) {
  .p-strength__item {
  background: url(../images/bg-strength-sp.png) no-repeat;
  background-size: cover!important;
  background-size: 100%;
  background-position: bottom;
  padding: 40px;
}
}


@media(max-width: 768px) {
  .p-about__content {
    width: 100%;
  }
  .p-about__image {
    position: relative;
    width: 100%;
  }
  .p-about__image img {
    height: 200px;
  }

  .p-service__text {
    width: 100%;
  }

  .service__btn {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
  .service__item {
    width: 100%;
  }

  .service__menu {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .service__wrapper {
    row-gap: 20px;
  }

.p-strength__item {
  padding: 20px;
  gap: 0;
}

.p-strength__item--reverse .p-strength__item-content {
  padding-right: 0;
}

.p-strength__item .p-strength__item-content {
  padding-left: 0;
}

.p-strength__item-image {
  margin-top: 0;
  margin-bottom: 0;
}

.p-strength__list {
  gap: 40px;
}

.recruit__wrapper {
  background: url(../images/recruit-wrapper-sp.webp) no-repeat;
  padding: 100px 10px;
  box-shadow: 10px 10px #3F9586;
  background-position: center;
  border-radius: 80px;
  background-size: cover;
  width: 86%;
}

.p-news__item-link {
  display: flex;
  flex-wrap: wrap;
}
}

.lead__text {
  text-align: center;
  margin-bottom: 40px;
}

.p-works-archive__filter a {
  padding: 5px 30px;
  border-radius: 30px;
  background: #EEF4F4;
  color: #3f9586;
}

.p-works-archive__filter a,
.p-works-archive__item-tag {
  padding: 5px 20px;
  border-radius: 30px;
  background: #EEF4F4;
  color: #3f9586;
  border: none;
  font-size: 14px;
}

.p-works-archive__item {
  padding: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}

.p-works-archive__item-left {
  width: 45%;
}

.p-works-archive__item-right {
  width: 50%;
  margin-top: 20px;
}

.p-works-archive__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: baseline;
  margin-bottom: 20px;
}

.p-works-archive__item-title {
  font-size: 32px;
}

.p-works-archive__item-location {
  padding-left: 20px;
  border-left: 1px solid #cccc;

}

.p-works-archive__item-location img {
  width: 20px;
}

.p-works-archive__item-title {
  margin-bottom: 0;
}

.p-works-archive__item-tags {
  margin-bottom: 20px;
}

.p-works-archive__content-block {
  display: flex;
  column-gap: 30px;
  margin-bottom: 30px;
}

.p-works-archive__content-block img {
  width: 48px;
  min-width: 48px;
  margin-top: -6px;
}

.p-works-archive__content h3 {
  color: #3f9586;
  margin-bottom: 10px;
}

.p-works-archive__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.p-works-archive__content strong {
  color: #3f9586;
}

.p-works-archive__content li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #3F9586;
  border-radius: 50%;
}

.p-works-archive__content li {
  display: flex;
  column-gap: 5px;
  align-items: center;
}

.p-works-archive__icon {
  z-index: 10;
}

.p-works-archive__content-block {
  position: relative;
}

.p-works-archive__content-block::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #cccc;
  position: absolute;
  left: 24px;
  top: 44px;
}

.p-works-archive__content-block:last-of-type::before {
  display: none;
}

.p-works-archive__content-block:last-of-type{
  margin-bottom: 0;
}

@media(max-width: 768px) {
  .p-works-archive__item {
    padding: 30px 20px;
    flex-wrap: wrap;
    gap: 30px;
  }

  .p-works-archive__item-left,
  .p-works-archive__item-right {
    width: 100%;
  }

  .p-works-archive__item-title {
    font-size: 20px;
  }

  .p-works-archive__item-location {
    font-size: 12px;
    padding-left: 14px;
  }

  .p-works-archive__item-location img {
    width: 12px;
  }

  .p-works-archive__heading {
    gap: 10px 14px;
  }

  .p-works-archive__filter a, .p-works-archive__item-tag {
    font-size: 12px;
    padding: 2px 14px;
  }

  .p-works-archive__filter {
    margin-bottom: 20px;
  }
  .p-works-archive__content-block img {
    width: 48px;
    min-width: 48px;
  }

  .p-works-archive__content-block::before {
    left: 24px;
    top: 30px;
  }

  .p-works-archive__item {
    margin-bottom: 20px;
  }

  .p-works-archive__content-block {
    column-gap: 20px;
  }

  .p-works-archive__content li {
    font-size: 14px;
  }

  .p-works-archive__content strong {
    color: #3f9586;
  }

  .p-works-archive__content h3 {
    font-size: 16px;
  }

}

.p-works .slick-track {
  padding: 30px 0;
}

.p-works__slide {
  padding: 0 30px;
  border-radius: 20px;
}

.slick-next:before, .slick-prev:before {
  background: #3f9586;
  border-radius: 50%;
}

.p-works__slider .slick-prev::before, .p-works__slider .slick-next::before {
  background: none;
  font-size: 40px;
  color: #3F9586;
}

.p-works__slider .slick-prev, .p-works__slider .slick-next {
  background: none!important;
}

.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.p-works__card {
  border-radius: 10px;
}
.c-section-text {
  text-align: center;
}

.c-section-text strong {
  font-size: 20px;
}

@media(max-width: 768px) {
  .p-works__slide {
    padding: 0 10px;
  }

  .p-works__card-image {
    height: 140px;
  }

  .p-works__card-body {
    padding: 12px;
  }

  .c-section-text strong {
  font-size: 16px;
  padding-bottom: 10px;
} 

.c-section-text {
  font-size: 14px;
}

.p-strength__list {
  margin-top: 40px;
}

.p-news {
  margin-bottom: 80px;
}
}

.p-column-archive__item-link {
  padding: 30px 20px;
}

.p-column-archive__item-more {
  display: block;
  text-align: right;
}

.p-column-archive__item-title {
  font-size: 20px;
}

.p-column-archive__item-image img {
  height: 200px;
}

.p-page-hero__title {
  font-size: 32px;
}

@media(max-width: 768px) {
  .p-page-hero__title {
    font-size: 20px;
  }

  .p-single__thumbnail img {
    height: auto;
  }
}

.p-contact-page__recruit-banner .line-btn{
  margin: 0;
}

.p-contact-page__recruit-banner {
  display: flex;
  justify-content: space-around;
  background: #EEF4F4;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 100px;
  line-height: 1.5;
}

.recruit__contact {
  display: flex;
  column-gap: 20px;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}

.recruit__contact img {
  width: 80px;
}

.recruit__contact span {
  font-size: 28px;
  color: #3f9586;
}

.p-contact-page__tel-label {
  font-size: 18px;
  font-weight: bold;
}

.contact_tel {
  width: 48px;
}

.p-contact-page__tel-num {
  font-size: 48px;
}

.p-contact-page__tel-hours {
  font-size: 18px;
}

.p-contact-page__tel-box  {
  max-width: 700px;
  margin: 80px auto;
  border-radius: 0px;
}

.step-bar {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 0 60px;
}

.step {
  width: 190px;
  padding: 16px 10px;
  background: #f5f5f5;
  color: #222;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.step span {
  display: block;
  color: #3f9b8b;
  font-size: 13px;
  font-weight: 700;
}

.step.active {
  background: #409b8c;
  color: #fff;
}

.step.active span {
  color: #fff;
}

.form-table {
  width: 100%;
}

.form-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 40px;
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}

.form-label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.req,
.opt {
  display: inline-block;
  min-width: 38px;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.req {
  background: #e92700;
}

.opt {
  background: #888;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 15px;
  box-sizing: border-box;
}

.form-field textarea {
  min-height: 260px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #bbb;
}

.form-field .wpcf7-list-item {
  display: block;
  margin: 0 0 6px;
}

.form-field input[type="radio"] {
  width: auto;
  margin-right: 6px;
}

.privacy-area {
  margin: 56px 0 32px;
  text-align: center;
  font-size: 14px;
}

.privacy-area input[type="checkbox"] {
  margin-right: 12px;
}

.submit-area {
  text-align: center;
}

.submit-area input[type="submit"] {
  width: 440px;
  max-width: 100%;
  padding: 24px 20px;
  border: none;
  border-radius: 8px;
  background: #409b8c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.submit-area input[type="submit"]:hover {
  opacity: 0.85;
}

/* 768px以下 */
@media screen and (max-width: 768px) {
  .step-bar {
    gap: 10px;
    margin-bottom: 42px;
  }

  .step {
    width: calc(33.333% - 7px);
    padding: 10px 4px;
    font-size: 10px;
  }

  .step span {
    font-size: 10px;
  }

  .form-row {
    display: block;
    padding: 22px 0;
  }

  .form-label {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .form-field input,
  .form-field textarea {
    padding: 14px 16px;
    font-size: 14px;
  }

  .form-field textarea {
    min-height: 200px;
  }

  .privacy-area {
    margin: 36px 0 28px;
    font-size: 13px;
  }

  .submit-area input[type="submit"] {
    width: 100%;
    padding: 20px;
    font-size: 14px;
  }
}

.confirm-table {
  width: 100%;
}

.confirm-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 40px;
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}

.confirm-row > div:first-child {
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

/* .confirm-row > div:last-child {
  min-height: 54px;
  padding: 16px 20px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 15px;
  line-height: 1.7;
  box-sizing: border-box;
} */

.form-field p,
.confirm-row p {
  margin-bottom: 0;
}

.confirm-row > div:last-child:empty::before {
  content: "未入力";
  color: #aaa;
}

.submit-area {
  margin-top: 56px;
  text-align: center;
}

.submit-area input[type="submit"] {
  width: 440px;
  max-width: 100%;
  padding: 24px 20px;
  border: none;
  border-radius: 8px;
  background: #409b8c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.submit-area input[type="submit"]:hover {
  opacity: 0.85;
}

.submit-area input[name="_wpcf7_previous"],
.submit-area .wpcf7-previous,
.submit-area input[type="button"] {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  margin: 0 16px 0 0;
  padding: 20px;
  border: none;
  border-radius: 8px;
  background: #999;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.submit-area input[name="_wpcf7_previous"]:hover,
.submit-area .wpcf7-previous:hover,
.submit-area input[type="button"]:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  .confirm-row {
    display: block;
    padding: 22px 0;
  }

  .confirm-row > div:first-child {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .confirm-row > div:last-child {
    min-height: 50px;
    padding: 14px 16px;
    font-size: 14px;
  }

  .submit-area {
    margin-top: 36px;
  }

  .submit-area input[name="_wpcf7_previous"],
  .submit-area .wpcf7-previous,
  .submit-area input[type="button"],
  .submit-area input[type="submit"] {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    padding: 18px;
    font-size: 14px;
  }
}

.l-drawer {
  display: block;
}

.l-drawer .c-btn {
  padding: 0;
  background: none;
  border: none;
}

.l-drawer__cta-label {
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-weight: bold;
}

.step p {
  margin-bottom: 0;
  line-height: 1;
}


@media(max-width: 700px) {
  .step p {
    font-size: 11px;
  }

  .recruit__contact img {
    width: 40px;
  }

  .recruit__contact {
    font-size: 18px;
  }

  .recruit__contact span {
    font-size: 22px;
  }
  
  .p-contact-page__recruit-banner {
    padding: 30px;
    margin-bottom: 40px;
  }

  .step-bar {
    margin-bottom: 20px;
  }

  .form-label p {
    margin-bottom: 0;
  }

  .p-contact-page__tel-num {
    font-size: 32px;
  }

  .p-contact-page__tel-box {
    margin: 0px 0 40px;
    padding: 30px 20px;
  }

  .p-contact-page__tel-hours {
    font-size: 14px;
    margin-bottom: 0;
  }

  .p-contact-page__desc {
    font-size: 14px;
  }
}

.p-hero__slide {
    background-image: var(--bg-pc);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.p-hero__indicators {
  bottom: 40px;
}

@media (max-width: 768px) {
    .p-hero__slide {
        background-image: var(--bg-sp);
    }

    .p-column-archive__item-body {
      padding: 20px 0;
    }

    .p-column-archive__item-image img {
      height: auto;
    }

    .p-column-archive__item-title {
      font-size: 16px;
    }

    .p-single__thumbnail {
      margin-bottom: 20px;
    }

    .section__fv .p-hero__inner {
      justify-content: start;
      padding-left: 30px;
      margin-top: 200px;
    }

    .p-hero__indicators {
      bottom: 20px;
    }

    .c-btn--contact-cta  {
      font-size: 16px;
    }

    .l-footer__inner {
      margin-bottom: 40px;
    }
}

.l-drawer {
  width: 85%;
}

.l-drawer__nav-list li a {
  padding: 14px 24px;
}

.l-drawer__cta img {
  max-width: 280px;
}

.l-footer__nav-list li a { 
  display: flex;
}

.js-works-slider .slick-track {
  display: flex;
}

.js-works-slider .slick-slide {
  height: auto;
}

.js-works-slider .slick-slide > div,
.p-works__slide,
.p-works__card {
  height: 100%;
}

.p-works__card {
  display: flex;
  flex-direction: column;
}

.p-works__card-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.p-works__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-works__card-body {
  flex: 1;
}

.p-works__card-title {
  min-height: 3em;
}

.p-works__slider .slick-next::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/slide-arrow-r.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-works__slider .slick-prev::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/slide-arrow-l.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-dots {
      left: 50%;
    transform: translateX(-50%);
}

@media(max-width: 768px) {
  .p-works__slider .slick-next::before{
    width: 30px;
    height: 30px;
    right: -16px;
    position: relative;
  }
  
  .p-works__slider .slick-prev::before {
    width: 30px;
    height: 30px;
    left: -10px;
    position: relative;
  }

  .p-works .slick-track {
    padding: 10px 0;
  }

  .p-strength__item-label {
    margin: 20px 0 8px;
  }
}

.p-works-archive__item {
  scroll-margin-top: 120px;
}

.staff-voice {
  padding: 80px 0;
}

.staff-voice__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 56px;
}

.staff-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 0 24px rgba(63, 160, 144, 0.14);
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 30px;
}

.staff-card__profile {
  background: #eef6f5;
}

.staff-card__image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.staff-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-card__image span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: red;
  font-weight: 700;
  font-size: 18px;
}

.staff-card__info {
  padding: 18px 16px;
}

.staff-card__info p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #333;
}

.staff-card__info hr {
  border: 0;
  border-top: 1px solid #333;
  margin: 16px 0;
}

.staff-card__info h3 {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 1;
}

.staff-card__info small {
  color: #3fa090;
  font-weight: 700;
  font-size: 12px;
}

.staff-card__quote {
  color: #3fa090;
  font-size: 56px;
  line-height: 0.8;
  font-weight: 700;
}

.staff-card__body h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

.staff-card__line {
  width: 40px;
  height: 2px;
  background: #3fa090;
  margin: 18px 0 22px;
}

.staff-card__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.staff-card__info p {
  margin-bottom: 0;
  font-weight: 500;
}

/* SP */
@media (max-width: 767px) {
  .staff-voice {
    padding: 50px 0;
  }

  .staff-voice__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .staff-card {
    padding: 24px;
    display: block;
  }

  .staff-card__profile {
    display: grid;
    grid-template-columns: 120px 1fr;
  }

  .staff-card__info {
    padding: 14px;
  }

  .staff-card__body {
    margin-top: 26px;
  }

  .staff-card__body h2 {
    font-size: 22px;
  }

  .staff-card__body p {
    font-size: 14px;
  }

  .staff-card__info p {
    font-size: 12px;
  }

  .staff-card__info hr {
    margin: 10px 0;
  }

  .staff-card__profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .staff-card__image {
    width: 50%;
  }
  
  .staff-card__info {
    width: 50%;
  }

  .staff-card__info small {
    font-size: 10px;
  }
}

.recruit-character {
  padding: 80px 0;
}

.recruit-character__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f4f4f4;
  border-radius: 16px;
  overflow: hidden;
}

.recruit-character__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-character__content {
  padding: 40px 40px;
}

.recruit-character__label {
  color: #3fa090;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.recruit-character__label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #3fa090;
  vertical-align: middle;
  margin-right: 10px;
}

.recruit-character__title {
  margin: 0 0 36px;
  font-size: 34px;
  letter-spacing: 0.08em;
  color: #333;
}

.recruit-character__lead {
  margin: 0 0 28px;
  font-weight: 700;
  line-height: 2;
}

.recruit-character__list {
  display: grid;
  gap: 14px;
}

.recruit-character__item {
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 20px 20px 20px 42px;
  position: relative;
}

.recruit-character__item::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 30px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3fa090;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
}

.recruit-character__item h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.recruit-character__item p {
  margin: 0;
  line-height: 1.8;
}

/* SP */
@media (max-width: 767px) {
  .recruit-character {
    padding: 0 0 60px;
  }

  .recruit-character__inner {
    width: 100%;
    display: block;
    border-radius: 0;
  }

  .recruit-character__image {
    height: 324px;
  }

  .recruit-character__content {
    padding: 30px 20px 30px;
  }

  .recruit-character__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .recruit-character__lead {
    font-size: 14px;
  }

  .recruit-character__label {
    font-size: 12px;
    margin-bottom: 0;
  }

  .recruit-character__list {
    gap: 22px;
  }

  .recruit-character__item {
    padding: 20px 20px 20px 50px;
  }

  .recruit-character__item::before {
    left: 20px;
    top: 24px;
  }

  .recruit-character__item h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-single__header {
  margin-bottom: 20px;
}

.post__ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccc;
  margin-bottom: 40px;
}

.p-single__nav {
  border-top: 0;
}

.post__ttl {
  font-size: 28px;
  line-height: 1.5;
}

.wp-block-quote  {
  background: white!important;
  border: 1px solid #3F9586;
  border-left: 1px solid #3F9586!important;
}

.wp-block-quote p {
  margin-bottom: 0;
  font-size: 14px;
}

.wp-block-paragraph {
  font-size: 16px;
}

.p-entry h2 {
font-size: 24px;
    font-weight: 700;
    padding: 14px 18px;
    background: var(--color-bg-green);
    margin-top: 2em;
    line-height: 1.4;
    border: none;
}

.p-entry h3 {
  font-size: 20px;
    font-weight: 700;
    padding: 6px 14px;
    background: none;
    border-left: 4px solid var(--color-primary);
    margin-top: 2.5em;
    line-height: 1.4;
}

.wp-block-table thead {
  border-bottom: none!important;
}

@media(max-width: 768px) {
  .post__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .wp-block-paragraph {
    font-size: 14px;
  }

  .p-entry h2 {
    font-size: 18px;
  }

  .p-entry h3 {
    font-size: 16px
  }

  .p-entry table th, .p-entry table td {
    font-size: 14px;
  }

  .p-single__nav {
    margin-top: 20px;
  }

  .p-single {
    padding: 30px 0 80px;
  }

  .p-single__header {
    margin-bottom: 12px;
  }

  .c-breadcrumb__item {
    font-size: 10px;
  }

  .p-column-archive__item-body {
    padding: 0;
  }

  .p-column-archive__item-link {
    padding: 30px 0;
  }

  .p-column-archive__item-meta {
    margin-top: 20px;
  }

  .p-column-archive__item-tag, .p-single__tag, .p-column-archive__tag-btn {
    padding: 3px 14px;
  }

  .p-column-archive__list {
    padding: 0 20px;
  }
}

.post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-category {
  font-size: .6875rem;
    padding: 2px 10px;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 2px;
}

.post-category:hover {
  opacity: .8;
}

.p-column-archive__item-tag,
.p-single__tag,
.p-column-archive__tag-btn {
  background: #EEF4F4;
  color: #3F9586;
  border: none;
  border-radius: 50px;
  padding: 3px 20px;
}

.policy__link {
  text-decoration: underline;
}

.wpcf7-spinner {
  position: absolute;
}

.submit-area .wpcf7-previous, .submit-area input[type="button"] {
  margin: 0;
}

@media(max-width: 768px) {
  .confirm-row > div:last-child {
    min-height: auto;
    padding: 0;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: none;
}

.grecaptcha-badge {
  z-index: 10000;
}

.c-pagetop {
  bottom: 90px;
  right: 10px;
}

@media(max-width: 768px) {
  .section__fv .p-hero__inner {
    bottom: 80px;
  }
}

.p-single__nav {
  max-width: 400px;
  margin:  60px auto;
}

@media(max-width: 768px) {
  .p-single__nav {
    margin:  40px auto;
  }
}

.section__voice .p-company-message__image img {
    max-height: min-content;
    width: 100px;
    margin: 0 auto;
}

.section__voice .voice__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

.section__voice .p-company-message__inner {
  width: 32%;
  background: #EEF4F4;
  padding: 30px;
  align-items: start;
  border-radius: 20px;
}

.section__voice .p-company-message__content {
  width: 100%;
}

.section__voice .p-company-message__image {
  margin-top: -80px;
  margin-bottom: 30px;
}

.section__voice .status__wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  margin-bottom: 10px;
  align-items: center;
}

.section__voice .position {
  background: #3F9586;
  color: white;
  border-radius: 50px;
  padding: 0px 14px;
  font-size: 14px;
}

.section__voice .career {
  color: #3F9586;
  font-weight: bold;
  font-size: 18px;
}

.section__voice .p-company-message__image {
	width: auto;
	position: relative;
}

@media(max-width: 768px) {
  .section__voice .p-company-message__inner {
    width: 100%;
  }

  .section__voice .voice__items {
    row-gap: 80px;
  }
}