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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  display: block;
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1239px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1240 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #6c4f00;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}

.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

a,
span {
  display: inline-block;
}

picture,
img {
  display: block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
}

.l-header__inner {
  display: grid;
  grid-template-columns: 22.875rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(77rem, 100%);
  margin-inline: auto;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    grid-template-columns: 14.125rem 1fr;
  }
}

.l-footer {
  background: #6c4f00;
  padding-block: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 4rem 1.5rem;
  }
}

.l-footer__inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-inline: 1rem;
  }
}

.l-service {
  padding-block: 8.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .l-service {
    padding-block: 5rem 0rem;
  }
}

.l-service__overview {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-service__overview {
    padding-inline: 1rem;
  }
}

.l-service__strengths {
  margin: 7.5rem 0 0;
  background: #fff7e4;
}
@media screen and (max-width: 767px) {
  .l-service__strengths {
    margin: 4rem 0 0;
  }
}

.l-service__strengths-wrap {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding: 7.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-service__strengths-wrap {
    padding: 4rem 1rem;
  }
}

.l-service__process {
  margin: 7.5rem auto 0;
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-service__process {
    margin: 4rem 0 0;
    padding-inline: 1rem;
  }
}

.l-service__products {
  margin: 7.5rem 0 0;
  background: #fff4e6;
}
@media screen and (max-width: 767px) {
  .l-service__products {
    margin: 4rem 0 0;
  }
}

.l-service__products-wrap {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding: 7.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-service__products-wrap {
    padding: 4rem 1rem;
  }
}

.l-service-applications {
  padding-block: 8.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-service-applications {
    padding-block: 5rem 4rem;
  }
}

.l-service-applications__inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-service-applications__inner {
    padding-inline: 1rem;
  }
}

.l-contact {
  padding-block: 8.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-block: 5rem 4rem;
  }
}

.l-contact__cont {
  margin: 0 auto 0;
  width: min(62.5rem, 100%);
  padding-inline: 1.25rem;
}

.l-contact-thanks {
  padding-block: 8.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-contact-thanks {
    padding-block: 5rem 4rem;
  }
}

.l-contact-thanks__inner {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-contact-thanks__inner {
    padding-inline: 1rem;
  }
}

.l-contact-thanks__cont {
  max-width: 51.125rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-contact-thanks__cont {
    max-width: 18.625rem;
  }
}

.l-privacy {
  padding-block: 8.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-privacy {
    padding-block: 5rem 4rem;
  }
}

.l-privacy__cont {
  width: min(62.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-privacy__cont {
    padding-inline: 1rem;
  }
}

.l-404 {
  padding-block: 8.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-404 {
    padding-block: 5rem 4rem;
  }
}

.l-404__inner {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-404__inner {
    padding-inline: 1rem;
  }
}

.l-404__cont {
  max-width: 34.375rem;
  width: 100%;
  margin-inline: auto;
}

.l-recruit {
  padding-block: 8.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-recruit {
    padding-block: 5rem 4rem;
  }
}

.l-recruit__about-inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-recruit__about-inner {
    padding-inline: 1rem;
  }
}

.l-recruit__staff {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-recruit__staff {
    margin: 8rem 0 0;
  }
}

.l-recruit__staff-inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-recruit__staff-inner {
    padding-inline: 1rem;
  }
}

.l-recruit__statistics {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-recruit__statistics {
    margin: 8rem 0 0;
  }
}

.l-recruit__statistics-inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-recruit__statistics-inner {
    padding-inline: 1rem;
  }
}

.l-recruit__application {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-recruit__application {
    margin: 8rem 0 0;
  }
}

.l-recruit__application-inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-recruit__application-inner {
    padding-inline: 1rem;
  }
}

.l-recruit__reliability {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-recruit__reliability {
    margin: 8rem 0 0;
  }
}

.l-recruit__reliability-inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-recruit__reliability-inner {
    padding-inline: 1rem;
  }
}

.l-recruit__visit {
  margin: 7.5rem 0 0;
  background: #fff4e6;
}
@media screen and (max-width: 767px) {
  .l-recruit__visit {
    margin: 4rem 0 0;
  }
}

.l-recruit__visit-inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding: 7.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-recruit__visit-inner {
    padding: 4rem 1rem;
  }
}

.l-recruit__faq {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-recruit__faq {
    padding-block: 4rem;
  }
}

.l-recruit__faq-inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-recruit__faq-inner {
    padding-inline: 1rem;
  }
}

.l-front__about-inner {
  margin: 7.5rem auto 0;
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-front__about-inner {
    margin: 4rem auto 0;
    padding-inline: 1rem;
  }
}

.l-front__service {
  margin: 7.5rem 0 0;
  background: #fff7e4;
}
@media screen and (max-width: 767px) {
  .l-front__service {
    margin: 4rem 0 0;
  }
}

.l-front__service-inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding: 7.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-front__service-inner {
    padding: 4rem 1rem;
  }
}

.l-front__applications {
  margin: 7.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-front__applications {
    margin: 4rem 0 0;
  }
}

.l-front__applications-inner {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-front__applications-inner {
    padding-inline: 1rem;
  }
}

.l-front__news {
  margin: 15rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-front__news {
    margin: 8rem 0 4rem;
  }
}

.l-front__news-inner {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-front__news-inner {
    padding-inline: 1rem;
  }
}

.l-company {
  padding-block: 8.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-company {
    padding-block: 5rem 4rem;
  }
}

.l-company__inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-company__inner {
    padding-inline: 1rem;
  }
}

.l-company__message {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-company__message {
    margin: 8rem 0 0;
  }
}

.l-company__profile {
  margin: 15.125rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-company__profile {
    margin: 8rem 0 0;
  }
}

.l-company__history {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-company__history {
    margin: 9.875rem 0 0;
  }
}

.l-company__mark {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-company__mark {
    margin: 8rem 0 0;
  }
}

.l-company__access {
  margin: 15rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-company__access {
    margin: 8rem 0 0;
  }
}

.l-news {
  padding-block: 8.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-news {
    padding-block: 5rem 4rem;
  }
}

.l-news__inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-news__inner {
    padding-inline: 1rem;
  }
}

.l-news__news-list {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-news__news-list {
    margin: 2.5rem 0 0;
  }
}

.l-news-s {
  padding-block: 8.5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-news-s {
    padding-block: 5rem 4rem;
  }
}

.l-news-s__inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-news-s__inner {
    padding-inline: 1rem;
  }
}

.c-common__fv {
  position: relative;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-common__fv {
    margin: 3.5rem 0 0;
  }
}
.c-common__fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .c-common__fv::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.28)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 100%);
  }
}

.c-common__fv-img {
  width: 100%;
  height: 35.625rem;
}
@media screen and (max-width: 767px) {
  .c-common__fv-img {
    height: 18.75rem;
  }
}
.c-common__fv-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/570;
}
@media screen and (max-width: 767px) {
  .c-common__fv-img img {
    aspect-ratio: 375/300;
  }
}

.c-common__fv-tit-wrap {
  position: absolute;
  top: 23.25rem;
  left: calc(50% - 38.125rem);
}
@media screen and (max-width: 767px) {
  .c-common__fv-tit-wrap {
    top: 10.9375rem;
    left: 1rem;
  }
}

.c-common__fv-ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-common__fv-ttl {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.c-common__fv-ttl-en {
  margin: 0.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-common__fv-ttl-en {
    margin: 0.25rem 0 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.c-top__btn {
  position: relative;
  padding: 0.875rem 3.625rem 0.875rem 2rem;
  background: #ff8c00;
  border: 0.125rem solid transparent;
  border-radius: 100vmax;
  display: inline-block;
  width: 14.875rem;
}
@media (any-hover: hover) {
  .c-top__btn:hover {
    background: #ffffff;
    border: 0.125rem solid #ff8c00;
  }
  .c-top__btn:hover .c-top__btn-txt {
    color: #ff8c00;
  }
  .c-top__btn:hover .c-top__btn-deco {
    right: 1.875rem;
  }
  .c-top__btn:hover .c-top__btn-deco svg,
  .c-top__btn:hover .c-top__btn-deco path,
  .c-top__btn:hover .c-top__btn-deco circle {
    fill: #ff8c00;
  }
}

.c-top__btn-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.c-top__btn-deco {
  position: absolute;
  top: 50%;
  right: 2.125rem;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.c-top__btn-deco svg {
  width: 0.4375rem;
  height: 0.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-btn {
  position: relative;
  padding: 0.875rem 3.625rem 0.875rem 2rem;
  background: #ff8c00;
  border: 0.125rem solid transparent;
  border-radius: 100vmax;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (any-hover: hover) {
  .c-btn:hover {
    background: #ffffff;
    border: 0.125rem solid #ff8c00;
  }
  .c-btn:hover .c-btn__txt {
    color: #ff8c00;
  }
  .c-btn:hover .c-btn__deco {
    right: 1.875rem;
  }
  .c-btn:hover .c-btn__deco svg,
  .c-btn:hover .c-btn__deco path,
  .c-btn:hover .c-btn__deco circle {
    fill: #ff8c00;
  }
}

.c-btn__txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.c-btn__deco {
  position: absolute;
  top: calc(50% + 0.0625rem);
  right: 2.125rem;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.c-btn__deco svg {
  width: 0.4375rem;
  height: 0.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c__head {
  text-align: center;
}

.c__head-ttl-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c__head-ttl-ja {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.0208333333em;
  }
}

.c__head-ttl-en {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffd966;
}
.c__head-ttl-en.orange {
  color: #ff8c00;
}

.c-info {
  position: relative;
  padding: 10rem 0 10rem;
  background: url(../img/common/info-bg@2x.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-info {
    padding: 4.375rem 0 4.375rem;
    background: url(../img/common/info-bg-sp@2x.webp) no-repeat center center/cover;
  }
}

.c-info__inner {
  width: min(77.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-info__inner {
    padding-inline: 1rem;
  }
}

.c-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .c-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-info__list {
    row-gap: 2rem;
  }
}

.c-info__item {
  width: 50%;
  list-style: none;
  background: #fff4e6;
}
@media screen and (max-width: 767px) {
  .c-info__item {
    width: 100%;
  }
}

.c-info__item-wrap {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .c-info__item-wrap {
    padding: 1.5rem;
  }
}

.c-info__item-ttl-wrap {
  text-align: center;
}

.c-info__item-ttl-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-info__item-ttl-ja {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.c-info__item-ttl-en {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-info__item-ttl-en {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.c-info__item-ttl-en.recruit {
  color: #ff8c00;
}
.c-info__item-ttl-en.contact {
  color: #ffd966;
}

.c-info__item-txt {
  margin: 2rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-info__item-txt {
    margin: 1.5rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.c-info__btn {
  margin: 2rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-info__btn {
    margin: 1.5rem 0 0;
  }
}

.c-info__btn-recruit {
  position: relative;
  padding: 0.875rem 7.125rem 0.875rem 5.375rem;
  background: #ff8c00;
  border: 0.125rem solid transparent;
  border-radius: 100vmax;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-info__btn-recruit {
    padding: 0.875rem 6.75rem 0.875rem 5.5rem;
  }
}
@media (any-hover: hover) {
  .c-info__btn-recruit:hover {
    background: #ffffff;
    border: 0.125rem solid #ff8c00;
  }
  .c-info__btn-recruit:hover .c-info__btn-recruit-txt {
    color: #ff8c00;
  }
  .c-info__btn-recruit:hover .c-info__btn-recruit-deco {
    right: 5.5rem;
  }
  .c-info__btn-recruit:hover .c-info__btn-recruit-deco svg,
  .c-info__btn-recruit:hover .c-info__btn-recruit-deco path,
  .c-info__btn-recruit:hover .c-info__btn-recruit-deco circle {
    fill: #ff8c00;
  }
}

.c-info__btn-recruit-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.c-info__btn-recruit-deco {
  position: absolute;
  top: 50%;
  right: 5.875rem;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-info__btn-recruit-deco {
    top: calc(50% + 0.0625rem);
  }
}
.c-info__btn-recruit-deco svg {
  width: 0.4375rem;
  height: 0.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__btn-contact {
  position: relative;
  padding: 0.875rem 4.5rem 0.875rem 2rem;
  background: #ffd966;
  border: 0.125rem solid #ffd966;
  border-radius: 100vmax;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-header__btn-contact {
    padding: 0.875rem 4.375rem 0.875rem 2rem;
  }
}
@media (any-hover: hover) {
  .p-header__btn-contact:hover {
    background: #ffffff;
    border: 0.125rem solid #ffd966;
  }
}

.p-header__btn-contact-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-header__btn-contact-deco {
  position: absolute;
  top: calc(50% + 0.0625rem);
  right: 2.1875rem;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.p-header__btn-contact-deco svg {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-single__cont .time {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  margin-bottom: 1.25rem;
}
.c-single__cont .title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
  margin-bottom: 1.875rem;
}
.c-single__cont .icatch {
  width: 100%;
  height: auto;
  margin-bottom: 1.875rem;
}
.c-single__cont img {
  width: 100%;
  height: 100%;
}
.c-single__cont iframe {
  width: 100%;
}
.c-single__cont video {
  width: 100%;
}
.c-single__cont hr {
  border-top: 0.0625rem solid;
}
.c-single__cont h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .c-single__cont h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.c-single__cont h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .c-single__cont h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.c-single__cont h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .c-single__cont h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.c-single__cont h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .c-single__cont h5 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.c-single__cont h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .c-single__cont h6 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.c-single__cont p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
.c-single__cont a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-single__cont a:hover {
    opacity: 0.6;
  }
}
.c-single__cont .image {
  width: 100%;
  height: auto;
}
.c-single__cont li {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
.c-single__cont table {
  display: block;
  width: 100%;
  overflow-x: scroll;
}
.c-single__cont table tbody {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}
.c-single__cont table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.0625rem solid #333333;
}
.c-single__cont table tr:last-of-type {
  border-bottom: 0.0625rem solid #333333;
}
.c-single__cont table th {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 0.875rem;
  background: rgba(5, 0, 249, 0.07);
}
@media screen and (max-width: 767px) {
  .c-single__cont table th {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: normal;
    padding-block: 0.625rem;
  }
}
.c-single__cont table td {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 0.875rem;
  background: rgba(5, 0, 249, 0.07);
}
@media screen and (max-width: 767px) {
  .c-single__cont table td {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    padding-block: 0.625rem;
  }
}
.c-single__cont h2 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont h2 {
    margin-bottom: 1rem;
  }
}
.c-single__cont h3,
.c-single__cont h4 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont h3,
  .c-single__cont h4 {
    margin-bottom: 1rem;
  }
}
.c-single__cont h5,
.c-single__cont h6 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont h5,
  .c-single__cont h6 {
    margin-bottom: 1rem;
  }
}
.c-single__cont p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + p {
    margin-top: 0.75rem;
  }
}
.c-single__cont figure {
  margin-block: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont figure {
    margin-block: 1.25rem;
  }
}
.c-single__cont figure:last-child {
  margin-block: 0;
}
.c-single__cont table {
  margin-block: 2.875rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont table {
    margin-block: 1.4375rem;
  }
}
.c-single__cont p + ul,
.c-single__cont p + ol,
.c-single__cont ul + p,
.c-single__cont ol + p,
.c-single__cont ul + ol,
.c-single__cont ol + ul {
  margin-top: 1.25rem;
}
.c-single__cont p + h2,
.c-single__cont ul + h2,
.c-single__cont ol + h2,
.c-single__cont figure + h2,
.c-single__cont table + h2 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + h2,
  .c-single__cont ul + h2,
  .c-single__cont ol + h2,
  .c-single__cont figure + h2,
  .c-single__cont table + h2 {
    margin-top: 0.75rem;
  }
}
.c-single__cont p + h3,
.c-single__cont ul + h3,
.c-single__cont ol + h3,
.c-single__cont figure + h3,
.c-single__cont table + h3 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + h3,
  .c-single__cont ul + h3,
  .c-single__cont ol + h3,
  .c-single__cont figure + h3,
  .c-single__cont table + h3 {
    margin-top: 0.75rem;
  }
}
.c-single__cont p + h4,
.c-single__cont ul + h4,
.c-single__cont ol + h4,
.c-single__cont figure + h4,
.c-single__cont table + h4 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + h4,
  .c-single__cont ul + h4,
  .c-single__cont ol + h4,
  .c-single__cont figure + h4,
  .c-single__cont table + h4 {
    margin-top: 0.75rem;
  }
}
.c-single__cont p + h5,
.c-single__cont ul + h5,
.c-single__cont ol + h5,
.c-single__cont figure + h5,
.c-single__cont table + h5 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + h5,
  .c-single__cont ul + h5,
  .c-single__cont ol + h5,
  .c-single__cont figure + h5,
  .c-single__cont table + h5 {
    margin-top: 0.75rem;
  }
}
.c-single__cont p + h6,
.c-single__cont ul + h6,
.c-single__cont ol + h6,
.c-single__cont figure + h6,
.c-single__cont table + h6 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont p + h6,
  .c-single__cont ul + h6,
  .c-single__cont ol + h6,
  .c-single__cont figure + h6,
  .c-single__cont table + h6 {
    margin-top: 0.75rem;
  }
}
.c-single__cont table + table {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-single__cont table + table {
    margin-top: 0.75rem;
  }
}

.c-pagination__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__pagination-item {
  font-family: "Noto Sans", sans-serif;
}

.c-pagination__pagination-list .page-numbers {
  border: 0.125rem solid #ff8c00;
  width: 2.5rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: 0.75rem;
  padding: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ff8c00;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-pagination__pagination-list .page-numbers {
    margin-inline: 0.375rem;
  }
}
@media (any-hover: hover) {
  .c-pagination__pagination-list .page-numbers:hover {
    background: #fff4e6;
  }
}

.c-pagination__pagination-list .page-numbers.current {
  background: #ff8c00;
  border: 0.125rem solid #ff8c00;
  color: #ffffff;
  cursor: default;
}

.c-pagination__pagination-list .page-numbers.dots {
  border: none;
}

.c-breadcrumb {
  width: min(77.5rem, 100%);
  padding: 1rem 1.25rem 0;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1rem 1.25rem 0;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.c-breadcrumb span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}

@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    opacity: 0.7;
  }
}

.c-breadcrumb .current-item {
  display: inline-block;
  max-width: 21ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .current-item {
    max-width: 16ch;
  }
}

.c-tag__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
}
.c-tag__item a {
  border: 1px solid #00bfff;
  border-radius: 100vmax;
  padding: 4px 10px 4px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
  color: #333;
}
@media (any-hover: hover) {
  .c-tag__item a:hover {
    background: #0754f9;
    color: #fff;
  }
}
.c-tag__item span {
  border: 1px solid #00bfff;
  border-radius: 100vmax;
  padding: 4px 10px 4px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
  color: #333;
}

.c-tag__news-item {
  list-style: none;
}
.c-tag__news-item a {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.96px;
  color: #333;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .c-tag__news-item a:hover {
    opacity: 0.7;
  }
}

.p-footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__left {
  margin-inline: auto;
  max-width: 25rem;
  width: 100%;
}

.p-footer__logo {
  width: 18.25rem;
  height: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 14.375rem;
  }
}
.p-footer__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

.p-footer__left-list {
  margin: 2.5rem 0 0;
}

.p-footer__left-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.p-footer__left-item:nth-child(n+2) {
  margin: 2rem 0 0;
}

.p-footer__left-item-deco {
  width: 1.5rem;
}

.p-footer__left-item-location-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.p-footer__left-item-location-txt-wrap {
  margin: 1rem 0 0;
}

.p-footer__left-item-location-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.p-footer__left-item-location-txt:nth-child(n+2) {
  margin: 0.5rem 0 0;
}

.p-footer__right {
  max-width: 45rem;
  width: 100%;
}

.p-footer__right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}
@media screen and (max-width: 767px) {
  .p-footer__right-top {
    margin: 3rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}

.p-footer__right-top-info-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.p-footer__right-top-info-nav {
  margin: 1.5rem 0 0;
}

.p-footer__right-top-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.p-footer__right-top-info-list li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-footer__right-top-info-list li a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
@media (any-hover: hover) {
  .p-footer__right-top-info-list li a:hover {
    opacity: 0.7;
  }
}

.p-footer__right-top-news-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.p-footer__right-top-news-nav {
  margin: 1.5rem 0 0;
}

.p-footer__right-top-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.p-footer__right-top-news-list li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-footer__right-top-news-list li a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
@media (any-hover: hover) {
  .p-footer__right-top-news-list li a:hover {
    opacity: 0.7;
  }
}

.p-footer__right-bottom {
  margin: 0.3125rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-footer__right-bottom {
    margin: 2rem 0 0;
  }
}

.p-footer__right-bottom-shareholder-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.p-footer__right-bottom-shareholder-nav {
  margin: 1.5rem 0 0;
}

.p-footer__right-bottom-shareholder-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.p-footer__right-bottom-shareholder-list li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-footer__right-bottom-shareholder-list li a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
@media (any-hover: hover) {
  .p-footer__right-bottom-shareholder-list li a:hover {
    opacity: 0.7;
  }
}

.p-footer__copyright {
  margin: 1.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin: 3rem 0 0;
  }
}

.p-header__logo {
  width: 22.875rem;
  height: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 14.125rem;
  }
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-header__list li {
  list-style: none;
}
.p-header__list li a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-header__list li a:hover {
    opacity: 0.7;
  }
}

.p-header__btn {
  position: relative;
  padding: 0.875rem 4.5rem 0.875rem 2rem;
  background: #ff8c00;
  border: 0.125rem solid #ffffff;
  border-radius: 100vmax;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (any-hover: hover) {
  .p-header__btn:hover {
    background: #ffffff;
    border: 0.125rem solid #ff8c00;
  }
  .p-header__btn:hover .p-header__btn-txt {
    color: #ff8c00;
  }
  .p-header__btn:hover .p-header__btn-deco svg,
  .p-header__btn:hover .p-header__btn-deco path,
  .p-header__btn:hover .p-header__btn-deco circle {
    fill: #ff8c00;
  }
}

.p-header__btn-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.p-header__btn-deco {
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.p-header__btn-deco svg {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-drawer__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    width: 2.25rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-self: self-end;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 0.25rem;
  background: #6c4f00;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.4375rem;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.75rem;
}

.p-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 3.5rem 0rem;
  padding-inline: 1rem;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-drawer__list li {
  list-style: none;
  border-bottom: 0.0625rem solid #e0e0e0;
}
.p-drawer__list li:last-child {
  border: none;
}
.p-drawer__list li a {
  padding-block: 0.9375rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}

/* fvスライダー（トップページ）*/
.p-front__fv-swiper-container,
.p-front__fv-swiper,
.p-front__fv-swiper-wrapper,
.p-front__fv-swiper-slide {
  position: relative;
}

.p-front__fv-txt-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  text-align: center;
}

.p-front__fv-ttl {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: normal;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-front__fv-ttl {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-front__fv-txt {
  margin: 1.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-front__fv-txt {
    margin: 1rem 0 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-front__fv-swiper-slide-img {
  width: 100%;
  height: auto;
}
.p-front__fv-swiper-slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/570;
}
@media screen and (max-width: 767px) {
  .p-front__fv-swiper-slide-img img {
    aspect-ratio: 375/632;
  }
}

.p-front__about-top-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-front__about-top-txt {
    margin: 1.5rem auto 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-front__about-cont {
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-front__about-cont {
    margin: 2.5rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .p-front__about-txt-wrap {
    margin: 1.5rem 0 0;
  }
}

.p-front__about-txt {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-front__about-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
.p-front__about-txt .strong {
  color: #ff8c00;
}

.p-front__about-txt:nth-child(n+2) {
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__about-txt:nth-child(n+2) {
    margin: 1rem 0 0;
  }
}

.p-front__about-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-front__about-img {
    width: 100%;
  }
}
.p-front__about-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__about-btn {
  margin: 4rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__about-btn {
    margin: 2.5rem 0 0;
  }
}

.p-front__service-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-front__service-txt {
    margin: 1.5rem auto 0;
  }
}

.p-front__service-list {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-front__service-list {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}

.p-front__service-item {
  list-style: none;
}

.p-front__service-item-wrap {
  position: relative;
  padding: 4.875rem 2.875rem 2.875rem;
  border-radius: 0.5rem;
  background: #ffffff;
  border: 0.125rem solid #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-front__service-item-wrap {
    padding: 2.75rem 1.375rem 1.375rem;
  }
}

.p-front__service-item-ttl {
  position: absolute;
  top: -1.375rem;
  left: 50%;
  translate: -50%;
  width: 11.625rem;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  background: #ff8c00;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}

.p-front__service-item-img {
  width: 17.5rem;
  height: auto;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__service-item-img {
    width: 100%;
  }
}
.p-front__service-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.p-front__service-item-txt {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-front__service-item-txt {
    margin: 1rem 0 0;
  }
}

.p-front__service-btn {
  margin: 3.875rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__service-btn {
    margin: 2.375rem 0 0;
  }
}

.p-front__applications-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-front__applications-txt {
    margin: 1.5rem auto 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-front__applications-list {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-front__applications-list {
    margin: 2.25rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}

.p-front__applications-item {
  list-style: none;
}

.p-front__applications-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.p-front__applications-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__applications-item-ttl {
  margin: 1rem 0 0;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  background: #fff4e6;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__applications-item-ttl {
    margin: 0.5rem 0 0;
  }
}

.p-front__applications-btn {
  margin: 4rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__applications-btn {
    margin: 2.5rem 0 0;
  }
}

.p-front__news-list {
  margin: 4rem auto 0;
  max-width: 68.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front__news-list {
    margin: 2.5rem auto 0;
  }
}

.p-front__news-item {
  list-style: none;
  border-bottom: 0.0625rem solid #e0e0e0;
}

.p-front__news-item-link {
  padding-block: 2rem 3.5rem;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-front__news-item-link {
    padding-block: 1.5rem;
  }
}
@media (any-hover: hover) {
  .p-front__news-item-link:hover {
    opacity: 0.7;
  }
}

.p-front__news-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-front__news-item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-front__news-item-head-time {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-front__news-item-head-time {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-front__news-item-head-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-front__news-item-head-tag-list {
    margin: 0.5rem 0 0;
  }
}

.p-front__news-item-head-tag-item {
  list-style: none;
  padding: 0.5625rem 1.5rem;
  background: #fff4e6;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-news__news-item-ttl {
  margin: 2rem 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-news__news-item-ttl {
    margin: 0.5rem 0 0;
  }
}

.p-front__news-btn {
  margin: 4rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__news-btn {
    margin: 2.5rem 0 0;
  }
}

.p-service__overview-txt-wrap {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service__overview-txt-wrap {
    margin: 1.5rem auto 0;
  }
}

.p-service__overview-txt-strong {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}

.p-service__overview-txt-bold {
  margin: 4rem 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-service__overview-txt-bold {
    margin: 2.5rem 0 0;
  }
}

.p-service__overview-txt {
  margin: 1rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}

.p-service__overview-list {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service__overview-list {
    margin: 2.25rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}

.p-service__overview-item {
  list-style: none;
  background: #fff4e6;
  border-radius: 0.5rem;
}

.p-service__overview-item-img {
  width: 35rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service__overview-item-img {
    width: 100%;
  }
}
.p-service__overview-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__overview-item-body {
  padding: 2.5rem 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service__overview-item-body {
    padding: 1.5rem;
  }
}

.p-service__overview-item-ttl {
  margin: 1rem auto 0;
  padding: 0.5rem 3.25rem;
  border-radius: 0.5rem;
  background: #ff8c00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}

.p-service__overview-item-ttl-sub {
  margin: 1.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}

.p-service__overview-item-txt {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}

.p-service__strengths-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-service__strengths-txt {
    margin: 1.5rem auto 0;
  }
}

.p-service__strengths-list {
  margin: 4rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__strengths-list {
    margin: 2.5rem 0 0;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2rem;
  }
}

.p-service__strengths-item {
  list-style: none;
  background: #ffffff;
}

.p-service__strengths-item-wrap {
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__strengths-item-wrap {
    padding: 1.5rem;
  }
}

.p-service__strengths-item-img {
  margin: 0 auto 0;
  width: 6rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service__strengths-item-img {
    width: 6rem;
  }
}
.p-service__strengths-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__strengths-item-ttl {
  margin: 1.5rem 0 0;
  padding: 0.5rem 0.625rem;
  background: #ffd966;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.p-service__strengths-item-txt {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.p-service__process-txt-strong {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-service__process-txt-strong {
    margin: 1.5rem auto 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-service__process-step {
  margin: 5.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__process-step {
    margin: 3.5rem 0 0;
  }
}

.p-service__process-step-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-ttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-service__process-step-nav-list {
  margin: 3.5rem auto 0;
  max-width: 72.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-nav-list {
    margin: 3.25rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
  }
}

.p-service__process-step-nav-item {
  list-style: none;
  width: 12.5rem;
  border-radius: 0.5rem;
  border: 0.125rem solid #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-nav-item {
    width: 100%;
  }
}

.p-service__process-step-nav-item:nth-child(1),
.p-service__process-step-nav-item:nth-child(2),
.p-service__process-step-nav-item:nth-child(3),
.p-service__process-step-nav-item:nth-child(4) {
  position: relative;
}
.p-service__process-step-nav-item:nth-child(1)::before,
.p-service__process-step-nav-item:nth-child(2)::before,
.p-service__process-step-nav-item:nth-child(3)::before,
.p-service__process-step-nav-item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.875rem;
  translate: 0 -50%;
  width: 1rem;
  height: 1rem;
  background: url(../img/service/service-step-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-nav-item:nth-child(1)::before,
  .p-service__process-step-nav-item:nth-child(2)::before,
  .p-service__process-step-nav-item:nth-child(3)::before,
  .p-service__process-step-nav-item:nth-child(4)::before {
    top: calc(100% + 0.625rem);
    left: 50%;
    translate: -50% 0%;
    rotate: 90deg;
  }
}

.p-service__process-step-nav-item-link {
  display: block;
}

.p-service__process-step-nav-item-wrap {
  padding: 1.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-nav-item-wrap {
    padding: 1.5rem 1.25rem;
  }
}

.p-service__process-step-nav-item-number {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
  color: #ff8c00;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
}

.p-service__process-step-nav-item-ttl {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-nav-item-ttl {
    margin: 0.5rem 0 0;
  }
}

.p-service__process-step-list {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-list {
    margin: 2.5rem 0 0;
  }
}

.p-service__process-step-item {
  list-style: none;
}

.p-service__process-step-item:nth-child(n+2) {
  margin: 4rem 0 0;
}

.p-service__process-step-item-head {
  border-radius: 0.5rem;
  background: #fff4e6;
}

.p-service__process-step-item-head-wrap {
  padding: 1.5rem 1.25rem;
}

.p-service__process-step-item-number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ff8c00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-item-number {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-service__process-step-item-ttl {
  margin: 1rem 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-item-ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
  }
}

.p-service__process-step-item-body {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
          column-gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
  }
}

.p-service__process-step-item:nth-child(even) .p-service__process-step-item-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-item:nth-child(even) .p-service__process-step-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service__process-step-item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50.25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-item-img {
    width: 100%;
  }
}
.p-service__process-step-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__process-step-item-txt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service__process-step-item-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-service__products-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-service__products-txt {
    margin: 1.5rem auto 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-service__products-list {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__products-list {
    margin: 2.5rem 0 0;
  }
}

.p-service__products-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__products-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service__products-item:nth-child(n+2) {
  margin: 7.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__products-item:nth-child(n+2) {
    margin: 4rem 0 0;
  }
}

.p-service__products-item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-service__products-item-img {
    width: 100%;
  }
}
.p-service__products-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__products-item-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 4.125rem 1.25rem 3rem;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 0.125rem solid #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-service__products-item-body {
    margin: 2.25rem 0 0;
    padding: 2.75rem 1.375rem 1.5rem;
  }
}

.p-service__products-item-ttl {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  translate: -50%;
  width: 10.25rem;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  background: #ff8c00;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}

.p-service__products-item-body-wrap {
  margin-inline: auto;
  max-width: 31.25rem;
  width: 100%;
}

.p-service__products-item-txt-strong {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__products-item-txt-strong {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

.p-service__products-item-txt {
  margin: 1rem auto 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-service__products-item-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-service__products-item-btn {
  position: relative;
  margin: 2.5rem auto 0;
  padding: 0.875rem 3.625rem 0.875rem 2rem;
  background: #ff8c00;
  border: 0.0625rem solid #ffffff;
  border-radius: 100vmax;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-service__products-item-btn {
    margin: 2rem auto 0;
  }
}
@media (any-hover: hover) {
  .p-service__products-item-btn:hover {
    background: #ffffff;
    border: 0.0625rem solid #ff8c00;
  }
  .p-service__products-item-btn:hover .p-service__products-item-btn-txt {
    color: #ff8c00;
  }
  .p-service__products-item-btn:hover .p-service__products-item-btn-deco {
    right: 1.875rem;
  }
  .p-service__products-item-btn:hover .p-service__products-item-btn-deco svg,
  .p-service__products-item-btn:hover .p-service__products-item-btn-deco path,
  .p-service__products-item-btn:hover .p-service__products-item-btn-deco circle {
    fill: #ff8c00;
  }
}

.p-service__products-item-btn-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.p-service__products-item-btn-deco {
  position: absolute;
  top: 50%;
  right: 2.125rem;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.p-service__products-item-btn-deco svg {
  width: 0.4375rem;
  height: 0.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__products-btn {
  position: relative;
  margin: 4rem auto 0;
  padding: 0.875rem 3.625rem 0.875rem 2rem;
  background: #ff8c00;
  border: 0.0625rem solid transparent;
  border-radius: 100vmax;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-service__products-btn {
    margin: 2.5rem auto 0;
  }
}
@media (any-hover: hover) {
  .p-service__products-btn:hover {
    background: #ffffff;
    border: 0.0625rem solid #ff8c00;
  }
  .p-service__products-btn:hover .p-service__products-btn-txt {
    color: #ff8c00;
  }
  .p-service__products-btn:hover .p-service__products-btn-deco {
    right: 1.875rem;
  }
  .p-service__products-btn:hover .p-service__products-btn-deco svg,
  .p-service__products-btn:hover .p-service__products-btn-deco path,
  .p-service__products-btn:hover .p-service__products-btn-deco circle {
    fill: #ff8c00;
  }
}

.p-service__products-btn-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.p-service__products-btn-deco {
  position: absolute;
  top: 50%;
  right: 2.125rem;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.p-service__products-btn-deco svg {
  width: 0.4375rem;
  height: 0.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-applications__txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-service-applications__txt {
    margin: 1.5rem auto 0;
  }
}

.p-service-applications__list {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-applications__list {
    margin: 2.5rem 0 0;
  }
}

.p-service-applications__item {
  list-style: none;
}

.p-service-applications__item:nth-child(n+2) {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-applications__item:nth-child(n+2) {
    margin: 4rem 0 0;
  }
}

.p-service-applications__item-txt-wrap {
  margin: 0 auto 0;
  max-width: 60rem;
  width: 100%;
}

.p-service-applications__item-ttl {
  margin: 0 auto 0;
  max-width: 11.5rem;
  width: 100%;
  padding: 0.3125rem 1.25rem;
  border-radius: 0.5rem;
  background: #ff8c00;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-applications__item-ttl {
    padding: 0.5rem 1.25rem;
  }
}

.p-service-applications__item-txt {
  margin: 2rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-service-applications__item-txt {
    margin: 1.5rem 0 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-service-applications__item-swiper-cont {
  position: relative;
  margin: 2rem 0 0;
}

.p-service-applications__item-swiper-wrapper {
  overflow: visible;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-applications__item-swiper-wrapper {
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
  }
}

.p-service-applications__item-slide {
  height: auto;
  list-style: none;
  width: 23.5rem;
  background: #fff7e4;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-applications__item-slide {
    width: 100%;
  }
}

.p-service-applications__item-slide-img {
  aspect-ratio: 1;
}
.p-service-applications__item-slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

.p-service-applications__item-slide-body {
  padding: 1.375rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-applications__item-slide-body {
    padding: 0.875rem 1.5rem 1.5rem;
  }
}

.p-service-applications__item-slide-ttl {
  background: #ffd966;
  border-radius: 0.5rem;
  padding: 0.5rem 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}

.p-service-applications__item-slide-txt {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-service-applications__item-slide-txt {
    margin: 0.5rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: 50%;
    translate: 0 -50%;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.swiper-button-prev {
  position: absolute;
  left: -0.625rem;
}

.swiper-button-next {
  position: absolute;
  right: -0.625rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  margin: 1rem auto 0;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #e0e0e0;
  width: 0.75rem;
  height: 0.75rem;
  opacity: 1;
  margin-inline: 0.375rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #ff8c00;
}

.p-contact__form {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin: 2.5rem 0 0;
  }
}

.p-contact__top-txt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}

.p-contact__row {
  display: grid;
  grid-template-columns: 230px 1fr;
  -webkit-column-gap: 108px;
     -moz-column-gap: 108px;
          column-gap: 108px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__data {
    width: 100%;
  }
}

.p-contact__row:nth-child(n+2) {
  margin: 3.875rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__row:nth-child(n+2) {
    margin: 3.375rem 0 0;
  }
}

.p-contact__row:nth-child(7) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact__head {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
.p-contact__head .must {
  position: relative;
  display: inline-block;
}
.p-contact__head .must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 28px);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  padding: 0.25rem 0.25rem 0.3125rem;
  border-radius: 0.25rem;
  background: #ff8c00;
  white-space: nowrap;
}

input[type=text],
input[type=date],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0.25rem;
  width: 100%;
  border: 0.0625rem solid #e0e0e0;
  padding: 1rem;
  background: #fff4e6;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=date],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
input[type=text]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0a0a0;
}
input[type=text]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
input[type=text]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0a0a0;
}
input[type=text]::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #a0a0a0;
}

textarea {
  height: 26.75rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 25rem;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-spinner {
  display: none;
}

/* 送信完了メッセージ */
.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  white-space: nowrap;
  color: #ff3b30;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select:invalid {
  color: #333;
  border: 1px solid #ff0000;
}

.p-contact__select-data-wrap {
  position: relative;
}
.p-contact__select-data-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% + 0.125rem);
  right: 1rem;
  translate: 0 -50%;
  width: 0.75rem;
  height: 1.5rem;
  background: url(../img/contact/contact-triangle.svg) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-contact__select-data-wrap::before {
    right: 1.3125rem;
  }
}

.p-contact__txt {
  margin: 5.375rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-contact__txt {
    margin: 4.375rem 0 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__data-checkbox-acceptance {
  margin: 3.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox-acceptance {
    margin: 2.5rem 0 0;
  }
}

.p-contact__acceptance {
  position: relative;
}

.p-contact__data-checkbox-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
@media (any-hover: hover) {
  .p-contact__data-checkbox-link:hover {
    opacity: 0.7;
  }
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 2.5rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-contact__data-checkbox-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #e0e0e0;
  background: #fff4e6;
}

.p-contact__data-checkbox-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.8125rem;
  rotate: 45deg;
  border-right: 0.1875rem solid #6c4f00;
  border-bottom: 0.1875rem solid #6c4f00;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: 0.0625rem solid #ffffff;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__btn-wrap {
  margin: 5.375rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__btn-wrap {
    margin: 4.375rem 0 0;
  }
}

.p-contact__btn {
  position: relative;
  display: inline-block;
  border-radius: 100vmax;
  background: #ff8c00;
  overflow: hidden;
}
@media (any-hover: hover) {
  .p-contact__btn:hover input[type=submit],
  .p-contact__btn:hover input[type=button] {
    color: #ff8c00;
    border: 0.0625rem solid #ff8c00;
    background: #ffffff;
  }
  .p-contact__btn:hover .p-contact__btn-arrow {
    right: 1.875rem;
  }
  .p-contact__btn:hover .p-contact__btn-arrow svg,
  .p-contact__btn:hover .p-contact__btn-arrow path,
  .p-contact__btn:hover .p-contact__btn-arrow circle {
    fill: #ff8c00;
  }
}

.p-contact__btn-txt {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.875rem 3.75rem 0.875rem 2rem;
  border: none;
  border-radius: 100vmax;
  background: transparent;
}

.p-contact__btn-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 2.125rem;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.p-contact__btn-arrow svg {
  width: 0.4375rem;
  height: 0.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.cf-turnstile {
  margin: 3.875rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cf-turnstile {
    margin: 2.5rem 0 0;
  }
}

.p-contact-thanks__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-contact-thanks__txt {
  margin: 2.5rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-contact-thanks__btn {
  margin: 4rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__btn {
    margin: 2.5rem 0 0;
  }
}

.p-privacy__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.0125em;
  }
}

.p-privacy__txt {
  margin: 2rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-privacy__txt {
    margin: 1.5rem 0 0;
  }
}

.p-privacy__list {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-privacy__list {
    margin: 2.5rem 0 0;
  }
}

.p-privacy__item {
  list-style: none;
}

.p-privacy__item:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-privacy__item-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-privacy__item-ttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-privacy__item-txt {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-privacy__item-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-404__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.0416666667em;
  }
}

.p-404__txt {
  margin: 2.5rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-404__txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-404__btn {
  margin: 4rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    margin: 2.5rem 0 0;
  }
}

.p-company__philosophy-txt {
  margin: 0 auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-txt {
    margin: 1.5rem auto 0;
  }
}

.p-company__philosophy-img {
  margin: 2rem 0 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-img {
    margin: 1.5rem 0 0;
  }
}
.p-company__philosophy-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__philosophy-list {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-list {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
}

.p-company__philosophy-item {
  list-style: none;
  width: 50%;
  background: #fff4e6;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-item {
    width: 100%;
  }
}
.p-company__philosophy-item ul {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-item ul {
    margin: 2rem 0 0;
  }
}
.p-company__philosophy-item li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
.p-company__philosophy-item li:nth-child(n+2) {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-item li:nth-child(n+2) {
    margin: 1.5rem 0 0;
  }
}
.p-company__philosophy-item span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}

.p-company__philosophy-item:nth-child(2) li:nth-child(n+2) {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-item:nth-child(2) li:nth-child(n+2) {
    margin: 1.5rem 0 0;
  }
}

.p-company__philosophy-item-wrap {
  padding: 2.5rem 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-item-wrap {
    padding: 1.5rem 1.5rem 2rem;
  }
}

.p-company__philosophy-item-head {
  text-align: center;
}

.p-company__philosophy-item-ttl-ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-company__philosophy-item-ttl-ja {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-company__philosophy-item-ttl-en {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffd966;
  font-family: "Noto Sans JP", sans-serif;
}

.p-company__message-cont {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__message-cont {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-company__message-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company__message-img {
    margin: 1.5rem 0 0;
    width: 100%;
  }
}
.p-company__message-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__message-txt-wrap {
  font-family: "Noto Sans JP", sans-serif;
}

.p-company__message-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}

.p-company__message-txt {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-company__message-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-company__message-name {
  margin: 1rem 0 0 auto;
  width: 8.625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company__message-name {
    margin: 0.5rem 0 0 auto;
  }
}
.p-company__message-name img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__profile-list {
  margin: 4rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-company__profile-list {
    margin: 2.5rem 0 0;
  }
}

.p-company__profile-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-company__profile-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-company__profile-item:first-child .p-company__profile-item-head {
  border-top: 0.0625rem solid #e0e0e0;
}
.p-company__profile-item:first-child .p-company__profile-item-body {
  border-top: 0.0625rem solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-company__profile-item:first-child .p-company__profile-item-body {
    border-top: none;
    border-bottom: 0.0625rem solid #e0e0e0;
  }
}

.p-company__profile-item:nth-child(n+2) .p-company__profile-item-head {
  border-top: 0.0625rem solid #e0e0e0;
}
.p-company__profile-item:nth-child(n+2) .p-company__profile-item-body {
  border-top: 0.0625rem solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-company__profile-item:nth-child(n+2) .p-company__profile-item-body {
    border-top: none;
    border-bottom: 0.0625rem solid #e0e0e0;
  }
}

.p-company__profile-item:last-child .p-company__profile-item-head {
  border-bottom: 0.0625rem solid #e0e0e0;
}
.p-company__profile-item:last-child .p-company__profile-item-body {
  border-bottom: 0.0625rem solid #e0e0e0;
}

.p-company__profile-item-head {
  min-width: 15rem;
  background: #fff4e6;
  padding: 2.25rem 1.5rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__profile-item-head {
    min-width: 100%;
    padding: 1rem 1.5rem 1rem;
  }
}

.p-company__profile-item-head-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-company__profile-item-body {
  width: 100%;
  padding: 2.25rem 1.5rem 2.25rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__profile-item-body {
    padding: 1.5rem;
  }
}

.p-company__profile-item-body-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-company__profile-item-body-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
.p-company__profile-item-body-txt span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-company__profile-item-body-txt:nth-child(n+2) {
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__profile-item-body-txt:nth-child(n+2) {
    margin: 0.5rem 0 0;
  }
}

.p-company__profile-item-body-location:nth-child(n+2) {
  margin: 2rem 0 0;
}

.p-company__profile-item-body-location-name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-company__profile-item-body-location-name {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-company__profile-item-body-location-cont {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__profile-item-body-location-cont {
    margin: 0.5rem 0 0;
  }
}

.p-company__profile-item-body-location-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-company__profile-item-body-location-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-company__profile-item-body-location-txt:nth-child(n+2) {
  margin: 0.5rem 0 0;
}

.p-company__history-list {
  margin: 4.875rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__history-list {
    margin: 2.5rem 0 0;
  }
}

.p-company__history-item {
  position: relative;
  height: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 6.875rem;
     -moz-column-gap: 6.875rem;
          column-gap: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-company__history-item {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    height: 100%;
  }
}

.p-company__history-item:nth-child(n+2) {
  margin: 3.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(n+2) {
    margin: 1.5rem 0 0;
  }
}

.p-company__history-item-number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-company__history-item-number {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-company__history-item-bar-wrap {
  position: absolute;
  top: 0;
  left: 2.25rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__history-item-bar-wrap {
    top: 1.125rem;
    left: 0.875rem;
  }
}

.p-company__history-item-bar {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  translate: -50%;
  width: 0.125rem;
  height: 6.625rem;
  background: #ffd966;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .p-company__history-item-bar {
    top: 1.25rem;
    height: 6.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(2) .p-company__history-item-bar,
  .p-company__history-item:nth-child(3) .p-company__history-item-bar,
  .p-company__history-item:nth-child(4) .p-company__history-item-bar {
    top: 0rem;
    height: 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(7) .p-company__history-item-bar,
  .p-company__history-item:nth-child(8) .p-company__history-item-bar {
    top: 0rem;
    height: 10.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(10) .p-company__history-item-bar,
  .p-company__history-item:nth-child(14) .p-company__history-item-bar {
    top: 0rem;
    height: 9.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(16) .p-company__history-item-bar {
    top: 0rem;
    height: 11.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(17) .p-company__history-item-bar {
    top: 0rem;
    height: 11.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(18) .p-company__history-item-bar {
    top: 0rem;
    height: 6.625rem;
  }
}

.p-company__history-item:last-child .p-company__history-item-bar {
  height: 0rem;
}

.p-company__history-item-circle {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 1.25rem;
  height: 1.25rem;
  background: #ff8c00;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-company__history-item-circle {
    width: 0.875rem;
    height: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(2) .p-company__history-item-circle,
  .p-company__history-item:nth-child(3) .p-company__history-item-circle,
  .p-company__history-item:nth-child(4) .p-company__history-item-circle,
  .p-company__history-item:nth-child(5) .p-company__history-item-circle,
  .p-company__history-item:nth-child(12) .p-company__history-item-circle,
  .p-company__history-item:nth-child(15) .p-company__history-item-circle {
    top: -0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(6) .p-company__history-item-circle {
    top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(7) .p-company__history-item-circle {
    top: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(8) .p-company__history-item-circle {
    top: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(9) .p-company__history-item-circle {
    top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(10) .p-company__history-item-circle,
  .p-company__history-item:nth-child(14) .p-company__history-item-circle {
    top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(11) .p-company__history-item-circle {
    top: -0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(13) .p-company__history-item-circle {
    top: -0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(16) .p-company__history-item-circle {
    top: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(17) .p-company__history-item-circle {
    top: -0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:nth-child(18) .p-company__history-item-circle {
    top: -0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__history-item:last-child .p-company__history-item-circle {
    top: 0rem;
  }
}

.p-company__history-item-body {
  width: 72%;
  background: #fff4e6;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__history-item-body {
    width: 12.625rem;
  }
}

.p-company__history-item-body-wrap {
  padding: 1rem 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__history-item-body-wrap {
    padding: 1rem 0.625rem 1rem 0.75rem;
  }
}

.p-company__history-item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-company__history-item-txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.04375em;
  }
}

.p-company__history-txt {
  margin: 2.375rem 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__history-txt {
    margin: 1.5rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-company__mark-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-company__mark-txt {
    margin: 1.5rem auto 0;
  }
}

.p-company__mark-list {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__mark-list {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}

.p-company__mark-item {
  list-style: none;
  border-radius: 0.5rem;
  background: #fff7e4;
}

.p-company__mark-item-wrap {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-company__mark-item-wrap {
    padding: 1.5rem;
  }
}

.p-company__mark-item-img {
  margin: 0 auto 0;
  width: 17.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company__mark-item-img {
    width: 18.4375rem;
  }
}
.p-company__mark-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__mark-item-ttl {
  margin: 1.5rem 0 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #ffd966;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.p-company__mark-item-txt {
  margin: 1.5rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.p-company__access-list {
  margin: 2.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company__access-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-company__access-item {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .p-company__access-item:nth-child(n+2) {
    margin: 2.5rem 0 0;
  }
}

.p-company__access-item-map {
  width: 35rem;
  height: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__access-item-map {
    width: 100%;
    height: 20rem;
  }
}
.p-company__access-item-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__access-item-body {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.p-company__access-item-icon {
  width: 1.5rem;
  height: auto;
}
.p-company__access-item-icon svg {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__access-item-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-company__access-item-post {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-company__access-item-post {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-company__access-item-address {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-company__access-item-address {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__about-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-recruit__about-txt {
    margin: 1.5rem auto 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__about-list {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__about-list {
    margin: 2.5rem 0 0;
  }
}

.p-recruit__about-item {
  list-style: none;
}

.p-recruit__about-item:nth-child(n+2) {
  margin: 4rem 0 0;
}

.p-recruit__about-item-ttl {
  padding: 1.5rem 1.875rem;
  background: #fff4e6;
  border-radius: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ff8c00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__about-item-ttl {
    padding: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.0125em;
  }
}

.p-recruit__about-item-body {
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__about-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit__about-item:nth-child(even) .p-recruit__about-item-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-recruit__about-item:nth-child(even) .p-recruit__about-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit__about-item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36.25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__about-item-img {
    width: 100%;
  }
}
.p-recruit__about-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-recruit__about-item-txt-wrap {
    margin: 1.5rem 0 0;
  }
}

.p-recruit__about-item-txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__about-item-txt {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-recruit__about-item-info {
  margin: 1.5rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__about-item-info {
    margin: 1rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__staff-interview {
  margin: 6.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview {
    margin: 2.5rem 0 0;
  }
}

.p-recruit__staff-interview-ttl {
  margin: 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  background: #ffd966;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}

.p-recruit__staff-interview-cont {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-cont {
    margin: 2rem 0 0;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-recruit__staff-interview-items {
  border-top: 0.0625rem solid #e0e0e0;
}

.p-recruit__staff-interview-item {
  border-bottom: 0.0625rem solid #e0e0e0;
  padding-inline: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-item {
    padding-inline: 0 0.5rem;
  }
}

.p-recruit__staff-interview-item-q {
  padding-block: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-item-q {
    padding-block: 2.25rem;
  }
}
.p-recruit__staff-interview-item-q::before, .p-recruit__staff-interview-item-q::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #6c4f00;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-item-q::before, .p-recruit__staff-interview-item-q::after {
    top: 50%;
    translate: 0 -50%;
  }
}
.p-recruit__staff-interview-item-q::before {
  right: 0rem;
  width: 1.5rem;
  height: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-item-q::before {
    width: 0.875rem;
  }
}
.p-recruit__staff-interview-item-q::after {
  right: 0.625rem;
  width: 0.125rem;
  height: 1.5rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-item-q::after {
    right: 0.375rem;
    height: 0.875rem;
  }
}
@media (any-hover: hover) {
  .p-recruit__staff-interview-item-q:hover {
    cursor: pointer;
  }
}

details[open] .p-recruit__staff-interview-item-q::after {
  rotate: 90deg;
}

.p-recruit__staff-interview-item-q-txt {
  list-style: none;
  position: relative;
  padding-inline: 3.625rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-item-q-txt {
    padding-inline: 1.75rem 3.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.p-recruit__staff-interview-item-q-txt::before {
  content: "Q";
  position: absolute;
  top: -20%;
  left: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-item-q-txt::before {
    top: -6%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-recruit__staff-interview-item-a {
  padding-bottom: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-item-a {
    padding-bottom: 1.4375rem;
  }
}

.p-recruit__staff-interview-item-a-txt {
  list-style: none;
  position: relative;
  padding-inline: 3.625rem 6.875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-item-a-txt {
    padding-inline: 1.75rem 3rem;
  }
}
.p-recruit__staff-interview-item-a-txt {
  color: #A07D4C;
}
.p-recruit__staff-interview-item-a-txt::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffd966;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-interview-item-a-txt::before {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-recruit__staff-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-txt {
    margin: 1.5rem auto 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__staff-caution {
  margin: 4rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-caution {
    margin: 2.5rem 0 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__staff-wrap {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-wrap {
    margin: 1.5rem 0 0;
  }
}

.p-recruit__staff-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-tabs-list {
    gap: 0.625rem;
    row-gap: 0.875rem;
  }
}

.p-recruit__staff-tabs-item {
  width: 13.75rem;
  padding: 0.875rem 1.625rem;
  background: #ff8c00;
  border-radius: 0.25rem;
  border: 0.125rem solid #ff8c00;
  background: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-tabs-item {
    width: 6.25rem;
    padding: 0.875rem 0.3125rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.p-recruit__staff-tabs-item[aria-selected=true] {
  background: #ff8c00;
  color: #ffffff;
  pointer-events: none;
}
.p-recruit__staff-tabs-item[aria-selected=false] {
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-recruit__staff-tabs-item[aria-selected=false]:hover {
    cursor: pointer;
    background: #fff4e6;
  }
}

.p-recruit__staff-cont {
  margin: 2.5rem 0 0;
}

.p-recruit__staff-article {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 1.25rem;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.p-recruit__staff-article.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.p-recruit__staff-ttl {
  margin: 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  background: #ffd966;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-ttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-recruit__staff-img {
  margin: 2.5rem auto 0;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-img {
    width: 100%;
  }
}
.p-recruit__staff-img img {
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

.p-recruit__staff-head {
  margin: 1.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-head {
    margin: 1rem 0 0;
  }
}

.p-recruit__staff-head-age {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}

.p-recruit__staff-head-name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}

.p-recruit__staff-role {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}

.p-recruit__staff-job {
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job {
    margin: 2.5rem 0 0;
  }
}

.p-recruit__staff-job-ttl {
  margin: 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  background: #ffd966;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-ttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-recruit__staff-job-txt-wrap {
  margin: 2.5rem auto 0;
  max-width: 60rem;
  width: 100%;
}

.p-recruit__staff-job-txt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-txt {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__staff-job-txt-small {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ff8c00;
}

.p-recruit__staff-job-schedule {
  position: relative;
  z-index: 1;
  margin: 1.5rem 0 0;
  border-radius: 0.5rem;
  background: #fff7e4;
}

.p-recruit__staff-job-schedule-wrap {
  margin-inline: auto;
  padding-block: 2.5rem;
  max-width: 50rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-wrap {
    max-width: 18.5rem;
    padding-block: 1.5rem;
  }
}

.p-recruit__staff-job-schedule-ttl {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-ttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.p-recruit__staff-job-schedule-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 14rem;
  height: 0.875rem;
  background: #ffd966;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-ttl::before {
    width: 12.25rem;
    height: 0.75rem;
  }
}

.p-recruit__staff-job-schedule-list {
  margin: 1.75rem 0 0;
}

.p-recruit__staff-job-schedule-item {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4.875rem;
     -moz-column-gap: 4.875rem;
          column-gap: 4.875rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-item {
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
    height: 9.875rem;
  }
}

.p-recruit__staff-job-schedule-item:nth-child(n+2) {
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-item:nth-child(n+2) {
    margin: 0rem 0 0;
  }
}

.p-recruit__staff-job-schedule-item-time {
  min-width: 4rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-item-time {
    min-width: 3.375rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-recruit__staff-job-schedule-item-bar-wrap {
  position: absolute;
  top: -1.125rem;
  left: 5.9375rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-item-bar-wrap {
    top: -0.375rem;
    left: 4.4375rem;
  }
}

.p-recruit__staff-job-schedule-item-bar {
  position: absolute;
  top: 2.375rem;
  left: 0rem;
  width: 0.125rem;
  height: 6.875rem;
  background: #ff8c00;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-item-bar {
    top: 1.25rem;
    height: 9.5rem;
  }
}

.p-recruit__staff-job-schedule-item:last-child .p-recruit__staff-job-schedule-item-bar {
  height: 0rem;
}

.p-recruit__staff-job-schedule-item-circle {
  position: absolute;
  top: 1.25rem;
  left: -0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #ff8c00;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-item-circle {
    top: 0.75rem;
    left: -0.375rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-recruit__staff-job-schedule-item-txt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-recruit__staff-job-schedule-item-txt:nth-child(n+2) {
  margin: 1.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-item-txt:nth-child(n+2) {
    margin: 1.5rem 0 0;
  }
}

.p-recruit__staff-job-schedule-item-txt-small {
  margin: 0.625rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  color: #A07D4C;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-item-txt-small {
    margin: 0.25rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__staff-job-schedule-caution {
  margin: 4rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  color: #A07D4C;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-caution {
    margin: 1.5rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__staff-job-schedule-holiday {
  position: relative;
  margin: 2rem 0 0;
  border: 0.125rem solid #ff8c00;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-holiday {
    margin: 1.5rem 0 0;
  }
}

.p-recruit__staff-job-schedule-holiday-deco {
  position: absolute;
  z-index: 1;
  top: -1.75rem;
  right: -1.5rem;
  padding: 1.25rem;
  width: 5rem;
  height: 5rem;
  background: #ff8c00;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-holiday-deco {
    top: -0.625rem;
    right: -0.625rem;
    padding: 1rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
  }
}

.p-recruit__staff-job-schedule-holiday-wrap {
  padding: 1.375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-holiday-wrap {
    padding: 1.375rem 0.875rem;
  }
}

.p-recruit__staff-job-schedule-holiday-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-holiday-ttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-recruit__staff-job-schedule-holiday-txt {
  margin: 0.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__staff-job-schedule-holiday-txt {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__statistics-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-txt {
    margin: 1.5rem auto 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__statistics-list {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-list {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}

.p-recruit__statistics-item {
  list-style: none;
  width: 23.5rem;
  background: #fff4e6;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-item {
    width: 100%;
  }
}

.p-recruit__statistics-item-wrap {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-item-wrap {
    padding: 1.5rem;
  }
}

.p-recruit__statistics-item-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-item-ttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-recruit__statistics-item-img {
  margin: 1rem auto 0;
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-item-img {
    width: 4rem;
  }
}
.p-recruit__statistics-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__statistics-item-number {
  margin: 1rem 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  color: #ff8c00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-item-number {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
  }
}

.js-countUp-trigger {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .js-countUp-trigger {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
  }
}

.p-recruit__statistics-item-txt {
  margin: 0.625rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-item-txt {
    margin: 0.5rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__statistics-item-bar-cont {
  margin: 0.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-item-bar-cont {
    margin: 1rem 0 0;
  }
}

.p-recruit__statistics-item-bar {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.p-recruit__statistics-item-bar:nth-child(n+2) {
  margin: 1rem 0 0;
}

.p-recruit__statistics-item-bar-label {
  min-width: 4.3125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-item-bar-label {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__statistics-item-bar:first-child .p-recruit__statistics-item-bar-label {
  text-align: right;
}

.p-recruit__statistics-item-bar-fill {
  background-color: #ffd966;
  padding-right: 1rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
.p-recruit__statistics-item-bar-fill.orange {
  background: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-item-bar-fill {
    height: 1.5rem;
  }
}

.p-recruit__statistics-school {
  margin: 2.5rem 0 0;
  border-radius: 0.5rem;
  border: 0.125rem solid #ff8c00;
}

.p-recruit__statistics-school-wrap {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-school-wrap {
    padding: 1.5rem;
  }
}

.p-recruit__statistics-school-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-school-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit__statistics-school-left {
  width: 17.5rem;
}

.p-recruit__statistics-school-ttl {
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  background: #ffd966;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-school-ttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-recruit__statistics-school-img {
  margin: 2.5rem auto 0;
  width: 4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-school-img {
    margin: 2.625rem auto 0;
    width: 3.5rem;
  }
}
.p-recruit__statistics-school-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__statistics-school-txt {
  margin: 2.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-school-txt {
    margin: 2.625rem 0 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__statistics-school-right {
    margin: 2rem 0 0;
  }
}

.p-recruit__statistics-school-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-school-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0.5rem;
  }
}

.p-recruit__statistics-school-item {
  list-style: none;
}

.p-recruit__statistics-school-item-name {
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  background: #fff4e6;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__statistics-school-item-name {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__application-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-recruit__application-txt {
    margin: 1.5rem auto 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__application-tabs {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__application-tabs {
    margin: 2.5rem 0 0;
  }
}

.p-recruit__application-tabs-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__application-tabs-btn-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
  }
}

.p-recruit__application-tabs-btn {
  width: 35rem;
  padding: 0.875rem 1.875rem;
  background: #ff8c00;
  border-radius: 0.25rem;
  border: 0.125rem solid #ff8c00;
  background: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__application-tabs-btn {
    width: 10.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.p-recruit__application-tabs-btn[aria-selected=true] {
  background: #ff8c00;
  color: #ffffff;
  pointer-events: none;
}
.p-recruit__application-tabs-btn[aria-selected=false] {
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-recruit__application-tabs-btn[aria-selected=false]:hover {
    cursor: pointer;
    background: #fff4e6;
  }
}

.p-recruit__application-tabs-list {
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__application-tabs-list {
    margin: 2rem 0 0;
  }
}

.p-recruit__application-tabs-item {
  list-style: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 1.25rem;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.p-recruit__application-tabs-item.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}
.p-recruit__application-tabs-item li {
  border-top: 0.0625rem solid #e0e0e0;
  list-style: none;
}
.p-recruit__application-tabs-item li:last-child {
  border-bottom: 0.0625rem solid #e0e0e0;
}

.p-recruit__application-tabs-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.125rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__application-tabs-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0rem;
  }
}

.p-recruit__application-tabs-item-head {
  min-width: 12rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__application-tabs-item-head {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__application-tabs-item-txt-wrap {
    margin: 1.25rem 0 0;
  }
}

.p-recruit__application-tabs-item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__application-tabs-item-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: normal;
  }
}

.p-recruit__application-tabs-item-caution {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #A07D4C;
}

.p-recruit__reliability-txt {
  margin: 2rem auto 0;
  max-width: 60rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-recruit__reliability-txt {
    margin: 1.5rem auto 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__reliability-list {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__reliability-list {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.25rem;
  }
}

.p-recruit__reliability-item {
  list-style: none;
  padding: 3rem;
  border-radius: 0.5rem;
  background: #fff7e4;
}
@media screen and (max-width: 767px) {
  .p-recruit__reliability-item {
    padding: 1.5rem;
  }
}
.p-recruit__reliability-item ul {
  margin: 1rem 0 0;
}
.p-recruit__reliability-item li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.p-recruit__reliability-item li:nth-child(n+2) {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__reliability-item li:nth-child(n+2) {
    margin: 0.5rem 0 0;
  }
}

.p-recruit__reliability-item-img {
  margin: 0 auto 0;
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__reliability-item-img {
    width: 4rem;
  }
}
.p-recruit__reliability-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__reliability-item-ttl {
  margin: 1.5rem 0 0;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  background: #ffd966;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}

.p-recruit__reliability-item-circle {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ff8c00;
}

.p-recruit__reliability-item-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__reliability-item-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
  }
}

.p-recruit__visit-cont {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__visit-cont {
    margin: 2.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit__visit-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__visit-img {
    width: 100%;
  }
}
.p-recruit__visit-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__visit-body {
  border-radius: 0.5rem;
  border: 0.125rem solid #ff8c00;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-recruit__visit-body {
    margin: 2rem 0 0;
  }
}

.p-recruit__visit-body-wrap {
  padding: 2.25rem 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__visit-body-wrap {
    padding: 1.375rem 1.5rem;
  }
}

.p-recruit__visit-body-ttl {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__visit-body-ttl {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
  }
}

.p-recruit__visit-body-txt {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__visit-body-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: normal;
  }
}

.p-recruit__visit-btn {
  margin: 2.5rem auto 0;
  position: relative;
  padding: 0.875rem 4.5rem 0.875rem 2rem;
  background: #ff8c00;
  border: 0.125rem solid #ffffff;
  border-radius: 100vmax;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-recruit__visit-btn {
    margin: 2rem auto 0;
  }
}
@media (any-hover: hover) {
  .p-recruit__visit-btn:hover {
    background: #ffffff;
    border: 0.125rem solid #ff8c00;
  }
  .p-recruit__visit-btn:hover .p-recruit__visit-btn-txt {
    color: #ff8c00;
  }
  .p-recruit__visit-btn:hover .p-recruit__visit-btn-deco svg,
  .p-recruit__visit-btn:hover .p-recruit__visit-btn-deco path,
  .p-recruit__visit-btn:hover .p-recruit__visit-btn-deco circle {
    fill: #ff8c00;
  }
}

.p-recruit__visit-btn-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.p-recruit__visit-btn-deco {
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.p-recruit__visit-btn-deco svg {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__faq-cont {
  margin: 2.5rem 0 0;
}

.p-recruit__faq-items {
  border-top: 0.0625rem solid #e0e0e0;
}

.p-recruit__faq-item {
  border-bottom: 0.0625rem solid #e0e0e0;
  padding-inline: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item {
    padding-inline: 0 0.5rem;
  }
}

.p-recruit__faq-item-q {
  padding-block: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item-q {
    padding-block: 2.25rem;
  }
}
.p-recruit__faq-item-q::before, .p-recruit__faq-item-q::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #6c4f00;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item-q::before, .p-recruit__faq-item-q::after {
    top: 50%;
    translate: 0 -50%;
  }
}
.p-recruit__faq-item-q::before {
  right: 0rem;
  width: 1.5rem;
  height: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item-q::before {
    width: 0.875rem;
  }
}
.p-recruit__faq-item-q::after {
  right: 0.625rem;
  width: 0.125rem;
  height: 1.5rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item-q::after {
    right: 0.375rem;
    height: 0.875rem;
  }
}
@media (any-hover: hover) {
  .p-recruit__faq-item-q:hover {
    cursor: pointer;
  }
}

details[open] .p-recruit__faq-item-q::after {
  rotate: 90deg;
}

.p-recruit__faq-item-q-txt {
  list-style: none;
  position: relative;
  padding-inline: 3.625rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item-q-txt {
    padding-inline: 1.75rem 3.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
.p-recruit__faq-item-q-txt::before {
  content: "Q";
  position: absolute;
  top: -20%;
  left: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ff8c00;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item-q-txt::before {
    top: -6%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-recruit__faq-item-a {
  padding-bottom: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item-a {
    padding-bottom: 1.4375rem;
  }
}

.p-recruit__faq-item-a-txt {
  list-style: none;
  position: relative;
  padding-inline: 3.625rem 7.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item-a-txt {
    padding-inline: 1.75rem 3rem;
  }
}
.p-recruit__faq-item-a-txt {
  color: #A07D4C;
}
.p-recruit__faq-item-a-txt::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffd966;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq-item-a-txt::before {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-news__head-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news__head-tag-list {
    display: none;
  }
}

.p-news__head-tag {
  list-style: none;
}
.p-news__head-tag a {
  padding: 0.625rem 1.5rem;
  border-radius: 0.25rem;
  background: #fff4e6;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-news__head-tag a:hover {
    color: #ff8c00;
  }
}
.p-news__head-tag.is-active a {
  background: #ff8c00;
  color: #ffffff;
  pointer-events: none;
}

.p-news__head-tag-list-select {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news__head-tag-list-select {
    position: relative;
    display: block;
    margin: 0 auto 0;
    max-width: 14.375rem;
    width: 100%;
  }
}
.p-news__head-tag-list-select::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% + 0.125rem);
  right: 1rem;
  translate: 0 -50%;
  width: 0.75rem;
  height: 1.5rem;
  background: url(../img/news/news-triangle.svg) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-news__head-tag-list-select::before {
    right: 1.3125rem;
  }
}

.p-news__head-tag-list-select-txt {
  padding: 0.75rem 1.25rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #6c4f00;
  text-align: center;
}

.p-news__news-item {
  list-style: none;
  border-bottom: 0.0625rem solid #e0e0e0;
}

.p-news__news-link {
  padding-block: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-news__news-link {
    padding-block: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (any-hover: hover) {
  .p-news__news-link:hover {
    opacity: 0.7;
  }
}

.p-column__item-img {
  width: 17rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-column__item-img {
    width: 100%;
  }
}
.p-column__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 272/152;
}
.p-news__news-item-head {
  margin: 0.375rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news__news-item-head {
    margin: 1rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-news__news-item-head-time {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-news__news-item-head-time {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-news__item-head-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news__item-head-tag-list {
    margin: 0.5rem 0 0;
  }
}

.p-news__item-head-tag {
  list-style: none;
  padding: 0.5625rem 1.5rem;
  background: #fff4e6;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-news__news-item-ttl {
  margin: 2rem 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-news__news-item-ttl {
    margin: 0.5rem 0 0;
  }
}

.p-news__pagination {
  margin: 3.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news__pagination {
    margin: 2.5rem 0 0;
  }
}

.p-news-s__article {
  max-width: 60rem;
  width: 100%;
  margin-inline: auto;
}

.p-news-s__article-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.p-news-s__article-head-time {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-news-s__article-head-time {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-news-s__article-head-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.p-news-s__article-head-tag {
  list-style: none;
  padding: 0.5625rem 1.5rem;
  background: #fff4e6;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-news-s__article-head-ttl {
  margin: 2.5rem 0 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-news-s__article-head-ttl {
    margin: 1.75rem 0 0;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
  }
}

.p-news-s__btn {
  position: relative;
  margin: 4rem auto 0;
  padding: 0.875rem 3.625rem 0.875rem 2rem;
  background: #ff8c00;
  border: 0.0625rem solid transparent;
  border-radius: 100vmax;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-news-s__btn {
    margin: 2.5rem auto 0;
  }
}
@media (any-hover: hover) {
  .p-news-s__btn:hover {
    background: #ffffff;
    border: 0.0625rem solid #ff8c00;
  }
  .p-news-s__btn:hover .p-news-s__btn-txt {
    color: #ff8c00;
  }
  .p-news-s__btn:hover .p-news-s__btn-txt-deco {
    right: 1.875rem;
  }
  .p-news-s__btn:hover .p-news-s__btn-txt-deco svg,
  .p-news-s__btn:hover .p-news-s__btn-txt-deco path,
  .p-news-s__btn:hover .p-news-s__btn-txt-deco circle {
    fill: #ff8c00;
  }
}

.p-news-s__btn-txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.p-news-s__btn-txt-deco {
  position: absolute;
  top: calc(50% + 0.0625rem);
  right: 2.125rem;
  translate: 0 -50%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.p-news-s__btn-txt-deco svg {
  width: 0.4375rem;
  height: 0.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}/*# sourceMappingURL=style.css.map */