@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 17px;
}
@media (max-width: 1170px) {
  html {
    font-size: 1.452991453vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.5333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #444;
}

body.is-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.l-site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: painted;
    cursor: pointer;
  }
}

.l-about {
  margin-top: 14.2941176471rem;
}
@media screen and (max-width: 767px) {
  .l-about {
    margin-top: 13.4117647059rem;
  }
}

.l-anchor {
  margin-top: 6.7647058824rem;
}
@media screen and (max-width: 767px) {
  .l-anchor {
    margin-top: 1.0588235294rem;
  }
}

.l-company-recruit {
  margin-top: 6.4117647059rem;
}
@media screen and (max-width: 767px) {
  .l-company-recruit {
    margin-top: 4.2352941176rem;
  }
}

.l-company-section {
  margin-top: 7.1764705882rem;
}
@media screen and (max-width: 767px) {
  .l-company-section {
    margin-top: 2.8235294118rem;
  }
}

.l-company-section + .l-company-section {
  margin-top: 7.6470588235rem;
}
@media screen and (max-width: 767px) {
  .l-company-section + .l-company-section {
    margin-top: 3.3529411765rem;
  }
}

.l-flow {
  margin-top: 9rem;
  padding-bottom: 13.0588235294rem;
}
@media screen and (max-width: 767px) {
  .l-flow {
    margin-top: 4.1176470588rem;
    padding-bottom: 3.5294117647rem;
  }
}

.l-inner {
  margin: auto;
  padding: 0 35px;
  max-width: 80.5882352941rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 37.6470588235rem;
    padding: 0 15px;
  }
}

.l-mv {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-mv {
    margin-top: 3.7647058824rem;
  }
}

.l-page-inner {
  max-width: 74.7058823529rem;
  padding: 0 35px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-page-inner {
    max-width: 35.2941176471rem;
    padding: 0 1.7647058824rem;
  }
}

.l-recruit-img {
  margin-top: 3.0588235294rem;
}
@media screen and (max-width: 767px) {
  .l-recruit-img {
    margin-top: 1.8823529412rem;
  }
}

.l-service {
  margin-top: 6.5882352941rem;
}
@media screen and (max-width: 767px) {
  .l-service {
    margin-top: 1.0588235294rem;
  }
}

.l-top-gallery {
  margin-top: 8.2941176471rem;
}
@media screen and (max-width: 767px) {
  .l-top-gallery {
    margin-top: 1.8823529412rem;
  }
}

.l-top-header {
  position: relative;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-top-header {
    right: initial;
  }
}

.l-top-recruit {
  margin-top: 8.1176470588rem;
}
@media screen and (max-width: 767px) {
  .l-top-recruit {
    margin-top: 4.5882352941rem;
    padding: 0 15px;
  }
}

.l-top-service {
  margin-top: 9.7058823529rem;
}
@media screen and (max-width: 767px) {
  .l-top-service {
    margin-top: 9.1764705882rem;
  }
}

.l-wish {
  margin-top: 4.9411764706rem;
}
@media screen and (max-width: 767px) {
  .l-wish {
    margin-top: 1.7058823529rem;
  }
}

.c-anchor {
  border-right: 1px solid #BEBEBE;
}

.c-anchor:nth-child(4n+1) {
  border-left: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .c-anchor:nth-child(4n+1) {
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .c-anchor:nth-child(2n+1) {
    border-left: 1px solid #BEBEBE;
  }
}

.c-anchor a {
  display: flex;
  width: 100%;
  padding: 0.5882352941rem 10% 0.5882352941rem 12%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-anchor a {
    font-size: 0.7058823529rem;
    padding: 0.3529411765rem 0.6470588235rem 0.2941176471rem 0.6470588235rem;
  }
}

.c-anchor a span {
  display: inline-block;
  width: 0.9411764706rem;
  height: 0.9411764706rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.84 15.68"><path  transform="translate(-4 -4.16)" fill="%2327923B" d="M4,15V9h8V4.16L19.84,12,12,19.84V15Z" /></svg>') no-repeat center center/cover;
  rotate: 90deg;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-anchor a span {
    width: 0.5294117647rem;
    height: 0.5294117647rem;
  }
}

.c-anchor a:hover span {
  margin-top: 0.4705882353rem;
}

.c-btn {
  max-width: 16.4705882353rem;
  width: 100%;
}

.c-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 16.4705882353rem;
  width: 100%;
  padding: 1.3529411765rem 1.5882352941rem 1.3529411765rem 1.7647058824rem;
  border-radius: 9999px;
  border: #444 1px solid;
  font-size: 0.9411764706rem;
  font-weight: 700;
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.21);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(30px) brightness(3) opacity(44%);
          backdrop-filter: blur(30px) brightness(3) opacity(44%);
  transition: all 0.3s ease 0s;
}

.c-btn a span {
  background: url(../images/icon/arrow01.svg) no-repeat center center/contain;
  width: 0.9411764706rem;
  aspect-ratio: 1/1;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-btn a span {
    width: 0.8235294118rem;
  }
}

.c-btn a:hover {
  padding: 1.3529411765rem 1.1176470588rem 1.3529411765rem 1.7647058824rem;
}

.c-btn--black {
  max-width: 21.1764705882rem;
}
@media screen and (max-width: 767px) {
  .c-btn--black {
    max-width: 19.2352941176rem;
  }
}

.c-btn--black a {
  background-color: #444;
  border: none;
  color: #fff;
  max-width: 21.1764705882rem;
  font-size: 1rem;
  padding: 1.9411764706rem 1.7647058824rem 2rem 3.0588235294rem;
}
@media screen and (max-width: 767px) {
  .c-btn--black a {
    max-width: 19.2352941176rem;
    font-size: 0.9411764706rem;
    padding: 1.5882352941rem 2.0588235294rem 1.5882352941rem 2.2941176471rem;
  }
}

.c-btn--black a:hover {
  padding: 1.9411764706rem 1.2941176471rem 2rem 3.0588235294rem;
}
@media screen and (max-width: 767px) {
  .c-btn--black a:hover {
    padding: 1.5882352941rem 1.6470588235rem 1.5882352941rem 2.2941176471rem;
  }
}

.c-btn--black a span {
  filter: invert(100%) sepia(5%) saturate(1%) hue-rotate(286deg) brightness(180%) contrast(100%);
}

.c-news-item a {
  display: flex;
  align-items: center;
  gap: 1.1764705882rem;
  padding: 1.4705882353rem 1.5294117647rem 1.4705882353rem 0.8823529412rem;
  border-bottom: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .c-news-item a {
    flex-direction: column;
    align-items: start;
    gap: 0.4705882353rem;
    padding: 1.2941176471rem 0.6470588235rem;
  }
}

.c-news-item__data {
  display: flex;
  align-items: center;
  gap: 0.8823529412rem;
}
@media screen and (max-width: 767px) {
  .c-news-item__data {
    gap: 0.5294117647rem;
  }
}

.c-news-item__date {
  font-size: 1.1176470588rem;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-news-item__date {
    font-size: 0.6470588235rem;
  }
}

.c-news-item__cat {
  background-color: #C8E945;
  color: #586C04;
  font-weight: 500;
  font-size: 0.7647058824rem;
  border-radius: 9999px;
  min-width: 6.4705882353rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.4705882353rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-news-item__cat {
    font-size: 0.7058823529rem;
    height: 1.3529411765rem;
    min-width: 5.7058823529rem;
  }
}

.c-news-item__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-news-item__title {
    font-size: 0.7647058824rem;
  }
}

.c-news-item__icon {
  position: relative;
  max-width: 1.4705882353rem;
  aspect-ratio: 1/1;
  height: auto;
  transition: all 0.3s ease 0s;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-news-item__icon {
    display: none;
  }
}

.c-news-item a:hover .c-news-item__icon {
  right: -0.4705882353rem;
}

.c-read {
  font-size: 1.7647058824rem;
  font-weight: 700;
  line-height: 2.4;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #C8E945;
  padding: 0.3529411765rem 0.1176470588rem 0.3529411765rem 0.7058823529rem;
}
@media screen and (max-width: 767px) {
  .c-read {
    font-size: 1.4117647059rem;
    line-height: 2.4166666667;
    padding: 0.3529411765rem 0.4705882353rem 0.3529411765rem 0.7058823529rem;
  }
}

.c-read span {
  position: relative;
}

.c-read span::after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #C8E945;
  top: 50%;
  transform: translateY(-50%);
  left: 0.1176470588rem;
  width: 1.1764705882rem;
  height: 3.2941176471rem;
}
@media screen and (max-width: 767px) {
  .c-read span::after {
    left: 0.4705882353rem;
    height: 2.7058823529rem;
  }
}

.c-section-title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.1176470588rem;
  font-weight: 700;
  line-height: 1.9166666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.5882352941rem;
    line-height: 2.5555555556;
  }
}

.c-section-title::before,
.c-section-title::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.c-section-title::before {
  bottom: -0.5882352941rem;
  width: 10rem;
  height: 0.1176470588rem;
  background-color: #27923B;
}
@media screen and (max-width: 767px) {
  .c-section-title::before {
    bottom: 0;
    width: 7.0588235294rem;
  }
}

.c-section-title::after {
  bottom: -1.1176470588rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5882352941rem 0.3529411765rem 0 0.3529411765rem;
  border-color: #27923B transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .c-section-title::after {
    bottom: -0.5882352941rem;
  }
}

.p-404__btn {
  margin: 3.5294117647rem auto 0;
  padding-bottom: 6.4705882353rem;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    margin-top: 2.3529411765rem;
    padding-bottom: 3.5294117647rem;
  }
}

.p-about__inner {
  max-width: 1170px;
  padding: 0 35px;
  margin: 0 auto;
  display: flex;
  gap: 8.7%;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    flex-direction: column;
    padding: 0 1.7647058824rem;
  }
}

.p-about__images {
  position: relative;
  max-width: 22.6470588235rem;
}

.p-about__image {
  aspect-ratio: 385/527;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__image {
    aspect-ratio: 330/267;
  }
}

.p-about__title {
  position: absolute;
  top: -3.4117647059rem;
  right: 2.1764705882rem;
  max-width: 5.4705882353rem;
  aspect-ratio: 93/236;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    top: -3.8823529412rem;
    right: 2.1176470588rem;
    max-width: 4.6470588235rem;
  }
}

.p-about__content {
  margin-top: 3.8823529412rem;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    margin-top: 1.6470588235rem;
  }
}

.p-about__catchcopy {
  max-width: 34.2352941176rem;
  width: 100%;
  aspect-ratio: 582/269;
}
@media screen and (max-width: 767px) {
  .p-about__catchcopy {
    width: 98%;
  }
}

.p-about__image img,
.p-about__title img,
.p-about__catchcopy img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-about__image img {
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 767px) {
  .p-about__image img {
    -o-object-position: top -0.9411764706rem right 0;
       object-position: top -0.9411764706rem right 0;
  }
}

.p-about__text {
  max-width: 33.1176470588rem;
  margin-top: 2.9411764706rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 1.3529411765rem;
  }
}

.p-about__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__btn {
    margin: 1.3529411765rem auto 0;
  }
}

.p-access__inner {
  max-width: 74.7058823529rem;
  padding: 0 35px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    padding: 0 1.7647058824rem;
    max-width: 35.2941176471rem;
  }
}

.p-access__map {
  margin-top: 3.4705882353rem;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 2.2352941176rem;
  }
}

.p-access__map iframe {
  max-width: 70.5882352941rem;
  width: 100%;
  aspect-ratio: 1200/500;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    aspect-ratio: 330/217;
  }
}

.p-anchor__inner {
  max-width: 74.7058823529rem;
  padding: 0 35px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-anchor__inner {
    padding: 0 0.8235294118rem;
    max-width: 29.4117647059rem;
  }
}

.p-anchor__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.7647058824rem;
}
@media screen and (max-width: 767px) {
  .p-anchor__wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.2941176471rem;
  }
}

.p-archive__inner {
  max-width: 71.7647058824rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .p-archive__inner {
    max-width: 35.2941176471rem;
    padding: 0 15px;
  }
}

.p-archive__pagenavi {
  margin-top: 7.6470588235rem;
}
@media screen and (max-width: 767px) {
  .p-archive__pagenavi {
    margin-top: 4.1176470588rem;
  }
}

.p-benefits__inner {
  max-width: 74.7058823529rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 35px;
}

.p-benefits__text {
  max-width: 55.7058823529rem;
  margin: 3.0588235294rem auto 0;
  font-size: 1rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .p-benefits__text {
    margin: 1.8823529412rem auto 0;
  }
}

.p-benefits__wrap {
  display: flex;
  margin-top: 4.4117647059rem;
  gap: 5.5%;
}
@media screen and (max-width: 767px) {
  .p-benefits__wrap {
    margin-top: 2.2941176471rem;
    flex-direction: column;
    gap: 2rem;
  }
}

.p-benefits__img {
  max-width: 33.9411764706rem;
  width: 50%;
  aspect-ratio: 577/380;
}
@media screen and (max-width: 767px) {
  .p-benefits__img {
    width: 100%;
    aspect-ratio: 310/217;
  }
}

.p-benefits__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-benefits__content {
  margin-top: 1.5882352941rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__content {
    margin: 0;
    padding-left: 1.8823529412rem;
  }
}

.p-benefits__read {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6470588235rem;
  color: #27923B;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-benefits__read {
    font-size: 1.2941176471rem;
  }
}

.p-benefits__read + .p-benefits__read {
  margin-top: 2.3529411765rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__read + .p-benefits__read {
    margin-top: 0.8823529412rem;
  }
}

.p-benefits__list {
  margin-top: 0.8823529412rem;
}

.p-benefits__item {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.0588235294rem;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 1.2941176471rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__item {
    font-size: 0.9411764706rem;
    line-height: 2.25;
    padding-left: 1.0588235294rem;
  }
}

.p-benefits__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3529411765rem 0 0.3529411765rem 0.5882352941rem;
  border-color: transparent transparent transparent #27923B;
}

.p-benefits__item + .p-benefits__item {
  margin-top: 0.8235294118rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__item + .p-benefits__item {
    margin-top: 0.2941176471rem;
  }
}

.p-breadcrumbs__inner {
  margin: auto;
  padding: 0 35px;
  max-width: 74.7058823529rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 0.6470588235rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__inner {
    padding: 0 15px;
    max-width: 35.2941176471rem;
    font-size: 0.4705882353rem;
  }
}

.p-breadcrumbs span {
  font-size: 0.6470588235rem;
  font-weight: 500;
  padding: 1.4117647059rem 0.1764705882rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs span {
    font-size: 0.4705882353rem;
    padding: 0.3529411765rem 0.2941176471rem;
  }
}

.p-common-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFF;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-common-header {
    height: 3.7647058824rem;
  }
}

.p-common-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-common-header__inner {
    padding-left: 0.8823529412rem;
  }
}

.p-common-header__logo {
  max-width: 16.4705882353rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-common-header__logo {
    max-width: 10.4117647059rem;
  }
}

.p-common-header__logo a {
  display: block;
  height: inherit;
  transition: all 0.3s ease 0s;
}

.p-common-header__logo img {
  width: 100%;
}

.p-common-header__nav {
  display: flex;
  height: inherit;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-common-header__nav {
    gap: 0;
  }
}

.p-common-header__nav-list {
  display: flex;
  height: inherit;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-common-header__nav-list {
    display: none;
  }
}

.p-common-header__nav-item {
  height: inherit;
}

.p-common-header__nav-item a {
  display: flex;
  align-items: center;
  height: inherit;
  padding: 0 0.9411764706rem;
}

.p-common-header__nav-item a span {
  position: relative;
  font-size: 0.8823529412rem;
  font-weight: 500;
  padding: 0 0.4705882353rem;
}

.p-common-header__nav-item > a span::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0.1764705882rem;
  background-color: #C8E945;
  bottom: -0.4705882353rem;
  left: 0;
  transition: width 0.3s ease 0s;
}

.p-common-header__nav-item > a:hover span::after {
  width: 100%;
}

.p-common-header__btns {
  display: flex;
  height: inherit;
}

.p-common-header__btn {
  height: inherit;
}

.p-common-header__btn a {
  height: inherit;
  min-width: 7.9411764706rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.9411764706rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-common-header__btn a {
    font-size: 0.7647058824rem;
  }
}

.p-common-header__btn a span {
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.7058823529rem;
  font-family: "Kanit", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-common-header__btn a span {
    font-size: 0.5294117647rem;
  }
}

.p-common-header__btn--recruit {
  background: linear-gradient(-201deg, #47a33d 0%, #94cd42 100%);
}

@media screen and (max-width: 767px) {
  .p-common-header__btn--recruit a {
    width: 4.7058823529rem;
    min-width: unset;
  }
}

.p-common-header__btn--recruit span {
  color: #DBF086;
}

.p-common-header__btn--contact {
  background: #444;
}
@media screen and (max-width: 767px) {
  .p-common-header__btn--contact {
    display: none;
  }
}

.p-common-header__btn--contact span {
  color: #9B9B9A;
}

.p-common-header.is-in {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .p-common-header.is-in {
    background-color: white;
  }
}

.p-common-header__logo a,
.p-common-header__nav-list {
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.p-common-header.is-in .p-common-header__logo a,
.p-common-header.is-in .p-common-header__nav-list {
  opacity: 0;
  visibility: hidden;
}

/* ▼ トップページ初期状態（ロード完了まで非表示） */
body.is-loading .p-common-header .p-common-header__logo a,
body.is-loading .p-common-header .p-common-header__nav-list {
  opacity: 0;
  visibility: hidden;
}

/* ▼ トップページ（ロード完了後：フェードインで表示） */
.p-common-header.is-ready .p-common-header__logo a,
.p-common-header.is-ready .p-common-header__nav-list {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

/* ▼ スクロール中の透明化（.is-inが付与されたとき） */
.p-common-header.is-in .p-common-header__logo a,
.p-common-header.is-in .p-common-header__nav-list {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-common-header.is-in .p-common-header__logo a,
  .p-common-header.is-in .p-common-header__nav-list {
    /* スマホでは常に表示する */
    opacity: 1;
    visibility: visible;
  }
}

.p-common-header__hamburger {
  width: 3.8823529412rem;
  height: inherit;
  background-color: #444;
  display: none;
  position: relative;
  z-index: 999;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-common-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-common-header__hamburger-lines {
  position: relative;
  width: 1.2941176471rem;
  height: 0.8235294118rem;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.6s;
}

.p-common-header__hamburger-line {
  position: absolute;
  background-color: #fff;
  height: 1.5px;
  display: block;
  width: 100%;
  left: 0;
  transition: opacity 0.6s, background-color 0.6s, transform 0.6s;
}

.p-common-header__hamburger-line:nth-of-type(1) {
  top: 0;
  width: 0.7647058824rem;
}

.p-common-header__hamburger-line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.p-common-header__hamburger-line:nth-of-type(3) {
  top: 0.8235294118rem;
}

.p-common-header__hamburger.is-open .p-common-header__hamburger-lines {
  width: 1.4117647059rem;
  transform: translateX(-50%) rotate(360deg);
}

.p-common-header__hamburger.is-open .p-common-header__hamburger-line:nth-of-type(1) {
  left: 50%;
  transform: translate(-50%, 0.4705882353rem) rotate(-31deg);
  width: 1.5882352941rem;
}

.p-common-header__hamburger.is-open .p-common-header__hamburger-line:nth-of-type(2) {
  opacity: 0;
}

.p-common-header__hamburger.is-open .p-common-header__hamburger-line:nth-of-type(3) {
  left: 50%;
  transform: translate(-50%, -0.3529411765rem) rotate(31deg);
  width: 1.5882352941rem;
}

.p-common-header__hamburger-menu {
  color: #fff;
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  font-size: 0.5882352941rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 0.3529411765rem;
}

.p-company-list__list {
  display: flex;
  font-size: 0.9411764706rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-company-list__list {
    font-size: 0.8823529412rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-company-list__list:last-of-type {
    border-bottom: 1px solid #BEBEBE;
  }
}

.p-company-list__list + .p-company-list__list {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-list__list + .p-company-list__list {
    margin-top: 0rem;
  }
}

.p-company-list__list:first-child .p-company-list__term {
  border-top: 1px solid #444;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-list__list:first-child .p-company-list__term {
    padding: 0.3529411765rem 0.5882352941rem;
  }
}

.p-company-list__list:first-child .p-company-list__description {
  border-top: 1px solid #BEBEBE;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-list__list:first-child .p-company-list__description {
    padding: 0.5294117647rem 0.5882352941rem;
  }
}

.p-company-list__term {
  max-width: 17.6470588235rem;
  width: 100%;
  flex-shrink: 0;
  border-bottom: 1px solid #444;
  text-align: right;
  padding-right: 1.6470588235rem;
  line-height: 2.1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-company-list__term {
    max-width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
    padding: 0.3529411765rem 0.5882352941rem;
    border-bottom: 1px solid #BEBEBE;
    border-top: 1px solid #444;
  }
}

.p-company-list__description {
  flex: 1;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 1rem;
  padding-inline: 2.3529411765rem;
  line-height: 2.1;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-list__description {
    padding: 0.5294117647rem 0.5882352941rem;
    font-size: 0.8823529412rem;
    line-height: 1.6;
    border-bottom: none;
  }
}

.p-company-recruit {
  background-color: #FCFCFC;
  padding: 6.1764705882rem 0 8.2352941176rem;
}
@media screen and (max-width: 767px) {
  .p-company-recruit {
    padding: 2.4117647059rem 0 2.9411764706rem;
  }
}

.p-company-recruit__inner {
  max-width: 74.7058823529rem;
  padding: 0 35px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company-recruit__inner {
    padding: 0 15px;
  }
}

.p-company__inner {
  max-width: 68.8235294118rem;
  width: 100%;
  padding: 0 35px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding: 0 1.7647058824rem;
    max-width: 29.4117647059rem;
  }
}

.p-company__profile {
  margin-top: 5.8823529412rem;
}
@media screen and (max-width: 767px) {
  .p-company__profile {
    margin-top: 2.2941176471rem;
  }
}

.p-contact-form__container {
  box-shadow: 0 0.2941176471rem 0.8823529412rem rgba(0, 0, 0, 0.09);
  text-align: center;
  padding-bottom: 3.1764705882rem;
}

.p-contact-form__title {
  position: relative;
  top: -1.7647058824rem;
}

.p-contact-read__text {
  font-size: 1rem;
  line-height: 2.1;
  text-align: center;
  margin-top: 4.3529411765rem;
}

.p-contact__container {
  box-shadow: 0 0.2941176471rem 0.8823529412rem rgba(0, 0, 0, 0.09);
  text-align: center;
  padding-bottom: 3.1764705882rem;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    padding-bottom: 2.4705882353rem;
  }
}

.p-contact__title {
  position: relative;
  top: -1.7647058824rem;
}

.p-contact__tel {
  font-size: 3.1764705882rem;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7058823529rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    font-size: 2.1176470588rem;
    gap: 0.3529411765rem;
  }
}

.p-contact__tel span {
  max-width: 1.3529411765rem;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__tel span {
    max-width: 1.0588235294rem;
  }
}

.p-contact__tel span img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-contact__fax {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 1.9411764706rem;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__fax {
    font-size: 1.4117647059rem;
    margin-top: 0.2941176471rem;
  }
}

.p-contact__fax span {
  text-transform: uppercase;
  font-size: 1rem;
  margin-right: 0.7058823529rem;
}
@media screen and (max-width: 767px) {
  .p-contact__fax span {
    font-size: 0.7647058824rem;
    margin-right: 0.4705882353rem;
  }
}

.p-contact__note {
  font-size: 0.8235294118rem;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.13);
  display: inline-block;
  margin-top: 1.0588235294rem;
  padding: 0.1764705882rem 0;
  max-width: 12.1764705882rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__note {
    font-size: 0.7647058824rem;
    margin-top: 0.5294117647rem;
    max-width: 11.7058823529rem;
  }
}

.p-contact__mail {
  margin-top: 1.4705882353rem;
  display: flex;
  gap: 0.5882352941rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__mail {
    flex-direction: column;
    gap: 0.3529411765rem;
    font-size: 0.9411764706rem;
  }
}

.p-description__container {
  margin-top: 3.5294117647rem;
  box-shadow: 0 0.2941176471rem 0.8823529412rem rgba(0, 0, 0, 0.09);
  padding: 3.9411764706rem 10% 5.8823529412rem;
}
@media screen and (max-width: 767px) {
  .p-description__container {
    margin-top: 2.4705882353rem;
    padding: 2.4705882353rem 6% 3.7647058824rem;
  }
}

.p-description__job {
  position: relative;
  font-size: 1.4117647059rem;
  font-weight: 700;
  line-height: 1.3333333333;
  padding-left: 1.1764705882rem;
}
@media screen and (max-width: 767px) {
  .p-description__job {
    font-size: 1.0588235294rem;
  }
}

.p-description__job::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #27923B;
}

.p-description__list {
  margin-top: 2.4705882353rem;
}
@media screen and (max-width: 767px) {
  .p-description__list {
    margin-top: 1.1764705882rem;
  }
}

.p-description__entry {
  margin: 3.8235294118rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-description__entry {
    margin: 2.4705882353rem auto 0;
  }
}

.p-drawer {
  display: none;
  position: fixed;
  top: 3.7647058824rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 3.7647058824rem);
  overflow-y: scroll;
  z-index: 9999;
  background: #F5F5F5;
  padding-bottom: 1.1764705882rem;
}

.p-drawer__nav {
  background-color: #fff;
}

.p-drawer__list {
  max-width: 35.2941176471rem;
  margin: 0 auto;
}

.p-drawer__item {
  border-bottom: 1px solid #BEBEBE;
}

.p-drawer__link {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.2352941176rem 2.3529411765rem;
  gap: 0.5294117647rem;
}

.p-drawer__link::after {
  position: absolute;
  content: "";
  top: 41%;
  right: 11.5%;
  width: 0.9411764706rem;
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.84 15.68"><path fill="%23444444" d="M0 10.84v-6h8V0l7.84 7.84L8 15.68v-4.84z" /></svg>') no-repeat right 12% center/contain;
}

.p-drawer__text-ja {
  font-size: 1.0588235294rem;
  font-weight: 700;
  line-height: 1;
}

.p-drawer__text-en {
  font-size: 0.5882352941rem;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
  color: #C8E945;
  font-style: italic;
  text-transform: uppercase;
}

.p-drawer__item--recruit {
  background: linear-gradient(120deg, rgb(55, 154, 60), rgb(173, 218, 67));
}

.p-drawer__item--recruit .p-drawer__link::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.84 15.68"><path fill="%23FFFFFF" d="M0 10.84v-6h8V0l7.84 7.84L8 15.68v-4.84z" /></svg>') no-repeat right 12% center/contain;
}

.p-drawer__item--recruit .p-drawer__text-ja {
  color: #fff;
}

.p-drawer__item--recruit .p-drawer__text-en {
  color: #DBF086;
}

.p-drawer__contact {
  padding: 0 0.8823529412rem;
  margin: 1.1764705882rem auto 0;
}

.p-drawer__contact-inner {
  background-color: #fff;
  padding: 1.7647058824rem 0.9411764706rem;
  max-width: 35.2941176471rem;
  border-radius: 0.2352941176rem;
  text-align: center;
  margin: 0 auto;
}

.p-drawer__tel-label {
  font-size: 1.0588235294rem;
  font-weight: 700;
  line-height: 1;
}

.p-drawer__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4705882353rem;
  margin-top: 0.2941176471rem;
}

.p-drawer__tel a {
  font-size: 2.5294117647rem;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 0.1176470588rem;
  text-underline-offset: 0.2352941176rem;
  color: #27923B;
}

.p-drawer__tel-icon {
  display: inline-block;
  width: 1.0588235294rem;
  aspect-ratio: 1/1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.842 22.841"><path fill="%2327923B" d="M12.885.879A.879.879 0 0113.764 0a9.078 9.078 0 019.078 9.078.879.879 0 11-1.757 0 7.321 7.321 0 00-7.321-7.321.879.879 0 01-.879-.879m0 4.686a.879.879 0 01.879-.879 4.393 4.393 0 014.393 4.393.879.879 0 11-1.757 0 2.636 2.636 0 00-2.636-2.636.879.879 0 01-.879-.879m-4.974-4.2A3.04 3.04 0 005.33 0a4.736 4.736 0 00-2.6.941A7.263 7.263 0 00.785 2.975a4.46 4.46 0 00-.78 2.536c.226 4.221 2.6 8.73 5.935 12.068s7.783 5.651 12.276 5.208a4.522 4.522 0 002.394-1.107 6.794 6.794 0 001.69-2.155 4.622 4.622 0 00.5-2.656 3.192 3.192 0 00-1.642-2.359q-.3-.176-.6-.363c-.176-.109-.363-.227-.59-.363a8.786 8.786 0 00-1.463-.724 3.65 3.65 0 00-1.745-.231 2.961 2.961 0 00-1.764.939 1.677 1.677 0 01-1.815.314 6.53 6.53 0 01-2.61-1.666 6.742 6.742 0 01-1.71-2.63 1.828 1.828 0 01.264-1.912 3.165 3.165 0 00.911-1.919 3.773 3.773 0 00-.343-1.844 12.192 12.192 0 00-1.434-2.268q-.178-.238-.351-.48" /></svg>') no-repeat center center/contain;
}

.p-drawer__hours {
  font-size: 0.7647058824rem;
}

.p-drawer__contact-btn {
  margin: 1.3529411765rem auto 0;
  max-width: 19.2352941176rem;
}

.p-drawer__contact-btn a {
  max-width: 19.2352941176rem;
  padding: 1.1764705882rem 1.8823529412rem 1.1764705882rem 2.3529411765rem;
  font-size: 0.9411764706rem;
}

.p-drawer__contact-btn a span {
  width: 0.8235294118rem;
}

.p-flow__inner {
  max-width: 68.8235294118rem;
  padding: 0 35px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding: 0 1.4117647059rem;
    max-width: 35.2941176471rem;
  }
}

.p-flow__list {
  margin-top: 5.1176470588rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 2.5882352941rem;
  }
}

.p-flow__item + .p-flow__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item + .p-flow__item {
    margin-top: 2.4705882353rem;
  }
}

.p-flow__read {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6470588235rem;
  font-weight: 700;
  line-height: 2.5714285714;
}
@media screen and (max-width: 767px) {
  .p-flow__read {
    font-size: 1.2941176471rem;
  }
}

.p-flow__num {
  position: relative;
  font-family: "Kanit", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2.1176470588rem;
  line-height: 1.1388888889;
  color: #27923B;
  display: inline-block;
  margin-right: 1.0588235294rem;
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    font-size: 1.6470588235rem;
    margin-right: 0.7058823529rem;
  }
}

.p-flow__num::after {
  position: absolute;
  content: "";
  width: 1.8823529412rem;
  height: 1px;
  background: #27923B;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4117647059rem;
}
@media screen and (max-width: 767px) {
  .p-flow__num::after {
    width: 1.5294117647rem;
    bottom: -0.1176470588rem;
  }
}

.p-flow__text {
  font-size: 1rem;
  line-height: 2.1;
  margin-top: 1.1764705882rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    margin-top: 0.8235294118rem;
  }
}

.p-flow__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.7647058824rem;
  margin-top: 2.4117647059rem;
}
@media screen and (max-width: 767px) {
  .p-flow__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9411764706rem;
    margin-top: 1.6470588235rem;
  }
}

.p-flow__content {
  min-height: 15rem;
  padding: 3.2941176471rem 12% 2.9411764706rem;
  box-shadow: 0 0.2941176471rem 0.8823529412rem rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 767px) {
  .p-flow__content {
    min-height: unset;
    padding: 1.8823529412rem 6%;
  }
}

.p-flow__content-title {
  position: relative;
  font-size: 1.1176470588rem;
  font-weight: 500;
  line-height: 1.6842105263;
  padding-left: 1.0588235294rem;
}
@media screen and (max-width: 767px) {
  .p-flow__content-title {
    font-size: 1rem;
  }
}

.p-flow__content-title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #27923B;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-flow__tel {
  font-size: 3.1764705882rem;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #C8E945;
  gap: 0.7058823529rem;
  margin-top: 1.5294117647rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow__tel {
    font-size: 2.1176470588rem;
    margin-top: 0.7058823529rem;
    gap: 0.3529411765rem;
  }
}

.p-flow__tel span {
  max-width: 1.3529411765rem;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__tel span {
    max-width: 1.0588235294rem;
  }
}

.p-flow__tel span img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-flow__note {
  font-size: 0.8235294118rem;
  font-weight: 500;
  margin-top: 0.8235294118rem;
}

.p-flow__btn {
  margin-top: 1.2941176471rem;
  max-width: 100%;
}

.p-flow__btn a {
  max-width: 100%;
}

.p-footer {
  background-color: #fff;
}

.p-footer__back-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  background-color: #707070;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.p-footer__back-btn span {
  display: inline-block;
  max-width: 0.9411764706rem;
  aspect-ratio: 1/1;
  height: auto;
}

.p-footer__back-btn img {
  transform: rotate(-90deg);
  filter: invert(100%) sepia(5%) saturate(1%) hue-rotate(286deg) brightness(180%) contrast(100%);
}

.p-footer__back-btn a {
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 1.8823529412rem 2.8235294118rem 0.2352941176rem;
  gap: 0.1764705882rem;
}
@media screen and (max-width: 767px) {
  .p-footer__back-btn a {
    font-size: 0.7647058824rem;
    padding: 1rem 2.0588235294rem 0.2352941176rem;
  }
}

.p-footer__content {
  background-color: #707070;
  padding-bottom: 4.7058823529rem;
  margin-top: -0.0588235294rem;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    padding-bottom: 2.3529411765rem;
  }
}

.p-footer__contact {
  padding: 2.7058823529rem 35px 4.7058823529rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contact {
    padding: 2.4705882353rem 15px 3.8235294118rem;
  }
}

.p-footer__contact-title {
  font-size: 2rem;
  font-family: "Kanit", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
  color: #C8E945;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__contact-title {
    font-size: 1.2352941176rem;
  }
}

.p-footer__contact-subtitle {
  font-size: 1.7647058824rem;
  font-weight: 700;
  background-color: #C8E945;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.3529411765rem auto 0;
  padding: 0.3529411765rem 1.1764705882rem;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-footer__contact-subtitle {
    font-size: 1.2352941176rem;
    padding: 0.2941176471rem 1.0588235294rem;
  }
}

.p-footer__contact-text {
  font-size: 1.0588235294rem;
  line-height: 1.8888888889;
  color: #fff;
  text-align: center;
  margin-top: 1.5294117647rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contact-text {
    margin-top: 1.1764705882rem;
  }
}

.p-footer__cta {
  border-top: 1px solid #fff;
}

.p-footer__cta-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1170px;
  padding: 0 35px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__cta-wrap {
    display: contents;
    padding: 0;
  }
}

.p-footer__cta-item {
  padding: 2.6470588235rem 0.9411764706rem 3.2941176471rem;
  text-align: center;
  color: #fff;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__cta-item {
    position: relative;
    padding: 1.5294117647rem 15px 1.9411764706rem;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__cta-item::before,
  .p-footer__cta-item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    top: 0;
  }
}

.p-footer__cta-item::before {
  left: 15px;
}

.p-footer__cta-item::after {
  right: 15px;
}

.p-footer__cta-item + .p-footer__cta-item {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__cta-item + .p-footer__cta-item {
    border-right: none;
    border-top: 1px solid #fff;
  }
}

.p-footer__cta-title {
  font-size: 1.2941176471rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-footer__cta-title {
    font-size: 1.1176470588rem;
  }
}

.p-footer__cta-tel {
  font-size: 3.1764705882rem;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8E945;
  gap: 0.7058823529rem;
  margin-top: 2.2941176471rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__cta-tel {
    font-size: 2.5294117647rem;
    margin-top: 1.1176470588rem;
    gap: 0.3529411765rem;
  }
}

.p-footer__cta-tel span {
  max-width: 1.3529411765rem;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__cta-tel span {
    max-width: 1.0588235294rem;
  }
}

.p-footer__cta-tel span img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-footer__cta-fax {
  color: #C8E945;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 1.9411764706rem;
  line-height: 1;
  margin-top: 0.7058823529rem;
}
@media screen and (max-width: 767px) {
  .p-footer__cta-fax {
    font-size: 1.4705882353rem;
    margin-top: 0.2941176471rem;
  }
}

.p-footer__cta-fax span {
  text-transform: uppercase;
  font-size: 1rem;
  margin-right: 0.7058823529rem;
}
@media screen and (max-width: 767px) {
  .p-footer__cta-fax span {
    font-size: 0.7647058824rem;
    margin-right: 0.4705882353rem;
  }
}

.p-footer__cta-note {
  font-size: 0.8235294118rem;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.13);
  display: inline-block;
  margin-top: 1.0588235294rem;
  padding: 0.1764705882rem 0;
  max-width: 12.1764705882rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__cta-note {
    font-size: 0.7647058824rem;
    margin-top: 0.5294117647rem;
    max-width: 11.7058823529rem;
  }
}

.p-footer__cta-btn {
  margin: 2.7058823529rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-footer__cta-btn {
    margin-top: 1.0588235294rem;
  }
}

.p-footer__info-wrap {
  border-top: 1px solid #fff;
}

.p-footer__info-inner {
  max-width: 1170px;
  padding: 6.1176470588rem 35px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__info-inner {
    flex-direction: column;
    padding: 2.8235294118rem 1.7647058824rem 0;
    max-width: 29.4117647059rem;
  }
}

.p-footer__logo {
  max-width: 13.1764705882rem;
  width: 100%;
  aspect-ratio: 224/42;
}

.p-footer__logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-footer__address {
  font-size: 0.8823529412rem;
  color: #fff;
  font-style: normal;
  margin-top: 1.7058823529rem;
}

.p-footer__info-tel {
  font-size: 0.8823529412rem;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0.1764705882rem;
}

.p-footer__nav {
  margin-top: 2.5294117647rem;
}

.p-footer__nav-items {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 2.3529411765rem 4.1176470588rem;
  padding-right: 0.6470588235rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items {
    grid-template-columns: repeat(2, auto);
    gap: 2.2941176471rem 2%;
    justify-content: space-between;
    padding-right: 0rem;
  }
}

.p-footer__nav-item a {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
  justify-content: end;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item a {
    font-size: 0.8823529412rem;
    min-width: 7.4705882353rem;
  }
}

.p-footer__nav-en {
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  color: #C8E945;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-style: italic;
  font-size: 0.7058823529rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-en {
    font-size: 0.5882352941rem;
  }
}

.p-footer__nav-item--policy a {
  font-size: 0.7058823529rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item--policy a {
    font-size: 0.6470588235rem;
  }
}

.p-footer__copyright {
  margin-top: 3.4117647059rem;
  text-align: center;
}

.p-footer__copyright small {
  font-size: 0.7058823529rem;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright small {
    font-size: 0.5294117647rem;
  }
}

.p-form {
  max-width: 60rem;
  padding: 1.3529411765rem 35px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 0 15px;
  }
}

.p-form__wrap {
  display: flex;
  border-bottom: 1px solid #BEBEBE;
  padding: 1.7058823529rem 0 2.1176470588rem;
  gap: 4.6%;
}
@media screen and (max-width: 767px) {
  .p-form__wrap {
    flex-direction: column;
    gap: 0.4705882353rem;
    padding: 1.1764705882rem 0;
  }
}

.p-form__wrap:first-of-type {
  border-top: 1px solid #BEBEBE;
}

.p-form__label {
  max-width: 17.6470588235rem;
  width: 100%;
  font-size: 1.1176470588rem;
  font-weight: 700;
  text-align: right;
  margin-top: 0.8235294118rem;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: 0rem;
    font-size: 1rem;
  }
}

.p-form__label span {
  margin-left: 0.4705882353rem;
  padding: 0.2352941176rem 0.4705882353rem;
  display: inline-block;
  font-size: 0.8823529412rem;
  line-height: 1;
  color: #fff;
  border-radius: 0.3529411765rem;
  background-color: #FF7E00;
}
@media screen and (max-width: 767px) {
  .p-form__label span {
    font-size: 0.8235294118rem;
  }
}

.p-form__input {
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
}

.p-form__input input {
  padding: 0.7058823529rem 0.8823529412rem;
  max-width: 28.1764705882rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.1176470588rem;
  border: 1px solid #777777;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .p-form__input input {
    padding: 0.4705882353rem 0.7058823529rem;
    font-size: 0.9411764706rem;
    max-width: 100%;
  }
}

.p-form__input input:focus,
.p-form__input textarea:focus {
  outline: none;
}

.p-form__input input::-moz-placeholder, .p-form__textarea textarea::-moz-placeholder {
  color: #cecece;
}

.p-form__input input::placeholder,
.p-form__textarea textarea::placeholder {
  color: #cecece;
}

.p-form__radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
  -moz-text-align-last: left;
       text-align-last: left;
}

.p-form__radio input {
  display: none;
}

.p-form__radio input + span {
  padding: 0.7058823529rem 0 0.7058823529rem 2.2352941176rem;
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__radio input + span {
    padding: 0.4705882353rem 0 0.4705882353rem 1.8823529412rem;
    font-size: 0.9411764706rem;
  }
}

.p-form__radio input + span::before {
  content: "";
  width: 1.3529411765rem;
  height: 1.3529411765rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-form__radio input + span::before {
    width: 1.1764705882rem;
    height: 1.1764705882rem;
  }
}

.p-form__radio input + span::after {
  content: "";
  padding: 0.1176470588rem;
  width: 0.7647058824rem;
  height: 0.7647058824rem;
  position: absolute;
  top: 50%;
  left: 0.2941176471rem;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background: #1571DA;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-form__radio input + span::after {
    width: 0.5882352941rem;
    height: 0.5882352941rem;
  }
}

.p-form__radio input:checked + span::after {
  opacity: 1;
}

.p-form__wrap--textarea .p-form__label {
  margin-top: 0;
}

.p-form__textarea {
  width: 100%;
  -moz-text-align-last: left;
       text-align-last: left;
}

.p-form__textarea textarea {
  padding: 0.8823529412rem 1rem;
  max-width: 28.1764705882rem;
  width: 100%;
  height: 14.1176470588rem;
  font-size: 1rem;
  border-radius: 0.1176470588rem;
  border: 1px solid #777777;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  resize: none;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-form__textarea textarea {
    font-size: 0.9411764706rem;
    padding: 0.7058823529rem 0.7058823529rem;
    height: 11.7647058824rem;
    max-width: 100%;
  }
}

.p-form__privacy {
  margin-top: 2.9411764706rem;
  text-align: center;
  font-size: 0.9411764706rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-form__privacy {
    margin-top: 1.8823529412rem;
  }
}

.p-form__privacy a {
  color: #1571DA;
}

.p-form__privacy a span {
  margin: 0rem 0.4705882353rem 0.1176470588rem 0.1764705882rem;
  display: inline-block;
  width: 0.4705882353rem;
  height: 0.4705882353rem;
  background: url(../images/icon/link.svg) no-repeat center center/cover;
}

.p-form__submit {
  margin: 2.1176470588rem auto 0;
  position: relative;
  max-width: 18.8235294118rem;
  width: 100%;
  transition: 0.3s;
  position: relative;
}

.p-form__submit input {
  padding: 1.7058823529rem 2.5294117647rem;
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 1.2941176471rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #27923B;
  background-image: none;
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__submit input {
    padding: 1.4117647059rem 1.8823529412rem;
    font-size: 1.0588235294rem;
  }
}

.p-form__submit::after {
  position: absolute;
  content: "";
  top: 30%;
  right: 2.2352941176rem;
  width: 0.9411764706rem;
  height: 0.9411764706rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.84 15.68"><path  transform="translate(-4 -4.16)" fill="%23FCFCFC" d="M4,15V9h8V4.16L19.84,12,12,19.84V15Z" /></svg>') no-repeat center center/cover;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-form__submit::after {
    width: 0.8235294118rem;
    height: 0.8235294118rem;
    top: 27%;
    right: 1.8823529412rem;
  }
}

.p-form__submit input:hover,
.p-form__submit input:focus {
  outline: none;
}

.p-form__submit:hover::after {
  right: 1.7647058824rem;
}
@media screen and (max-width: 767px) {
  .p-form__submit:hover::after {
    right: 1.4117647059rem;
  }
}

.p-form__submit::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.p-form__announcement {
  font-size: 0.8235294118rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-form__announcement {
    padding: 0 15px;
  }
}

.p-form__announcement a {
  text-decoration: underline;
  color: #1571DA;
}

.p-gallery__slide .splide__slide {
  max-width: 27.1176470588rem;
  aspect-ratio: 461/230;
  height: 100%;
  clip-path: polygon(21% 0%, 100% 0%, 79% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-gallery__slide .splide__slide {
    max-width: 17.8823529412rem;
  }
}

.p-gallery__slide .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-history__inner {
  max-width: 68.8235294118rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .p-history__inner {
    max-width: 29.4117647059rem;
    padding: 0 15px;
  }
}

.p-history__list {
  margin-top: 3.3529411765rem;
}
@media screen and (max-width: 767px) {
  .p-history__list {
    margin-top: 2.7647058824rem;
  }
}

.p-history__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5.7%;
}
@media screen and (max-width: 767px) {
  .p-history__item {
    align-items: start;
  }
}

.p-history__term {
  width: 5.7058823529rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  font-family: "Kanit", sans-serif;
  font-size: 2.1176470588rem;
  color: #27923B;
  gap: 0.4117647059rem;
}
@media screen and (max-width: 767px) {
  .p-history__term {
    width: 4.4705882353rem;
    font-size: 1.7647058824rem;
    gap: 0.1764705882rem;
    padding-top: 1.9411764706rem;
  }
}

.p-history__term span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706rem;
  font-weight: 500;
  color: #444;
}
@media screen and (max-width: 767px) {
  .p-history__term span {
    font-size: 0.7647058824rem;
  }
}

.p-history__description {
  padding: 2.5294117647rem 4.4117647059rem;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-history__description {
    padding: 1.8823529412rem 0rem 1.5882352941rem 1.0588235294rem;
  }
}

.p-history__description::before,
.p-history__description::after {
  content: "";
  position: absolute;
}

.p-history__description::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 100%;
  background: #BEBEBE;
}

.p-history__description::after {
  top: 3.1764705882rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3529411765rem 0 0.3529411765rem 0.5882352941rem;
  border-color: transparent transparent transparent #27923B;
}
@media screen and (max-width: 767px) {
  .p-history__description::after {
    top: 2.6470588235rem;
    border-width: 0.2352941176rem 0 0.2352941176rem 0.4117647059rem;
  }
}

.p-history__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.0588235294rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-history__text {
    font-size: 0.8823529412rem;
    letter-spacing: 0.02em;
  }
}

.p-info {
  background-color: #fff;
  padding-left: 2.6470588235rem;
}
@media screen and (max-width: 767px) {
  .p-info {
    margin: 0 auto;
    width: 92%;
    padding: 0.8823529412rem 1.4705882353rem 1.2352941176rem;
  }
}

.p-info__inner {
  display: flex;
  align-items: center;
  gap: 1.5882352941rem;
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    flex-direction: column;
    align-items: start;
    gap: 0.2941176471rem;
  }
}

.p-info__title {
  font-size: 1.4117647059rem;
  font-style: italic;
  font-weight: 700;
  color: #27923B;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-info__title {
    font-size: 1.2352941176rem;
  }
}

.p-info__item a {
  padding: 1.6470588235rem 1.5294117647rem 1.6470588235rem 0.8823529412rem;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-info__item a {
    padding: 0;
  }
}

.p-info .c-news-item__title {
  width: 26.1176470588rem;
  font-size: 0.8823529412rem;
}
@media screen and (max-width: 767px) {
  .p-info .c-news-item__title {
    width: 100%;
  }
}

.p-license__wrap {
  background: url(../images/common/gradation.webp) no-repeat center center/cover;
  padding: 3.5882352941rem 11.3% 6.0588235294rem 7.8%;
}
@media screen and (max-width: 767px) {
  .p-license__wrap {
    padding: 2.4705882353rem 1.4705882353rem 2.9411764706rem;
  }
}

.p-license__container {
  margin-top: 4.4117647059rem;
  display: flex;
  width: 100%;
  gap: 6.5%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-license__container {
    flex-direction: column;
    margin-top: 2.2941176471rem;
    gap: 2rem;
  }
}

.p-license__img {
  max-width: 33.9411764706rem;
  width: 55%;
  aspect-ratio: 577/385;
}
@media screen and (max-width: 767px) {
  .p-license__img {
    width: 100%;
    aspect-ratio: 310/217;
  }
}

.p-license__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-license__list {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-license__list {
    max-width: 17.6470588235rem;
    width: 100%;
    padding-left: 1.8823529412rem;
  }
}

.p-license__list-item {
  position: relative;
  padding-left: 1.0588235294rem;
  font-size: 1.0588235294rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .p-license__list-item {
    font-size: 0.9411764706rem;
    line-height: 2.25;
  }
}

.p-license__list-item + .p-license__list-item {
  margin-top: 0.7058823529rem;
}
@media screen and (max-width: 767px) {
  .p-license__list-item + .p-license__list-item {
    margin-top: 0.2941176471rem;
  }
}

.p-license__list-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3529411765rem 0 0.3529411765rem 0.5882352941rem;
  border-color: transparent transparent transparent #27923B;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-message__wrap {
  background: url(../images/common/gradation.webp) no-repeat center center/cover;
  padding: 3.5882352941rem 10% 7rem 10%;
}
@media screen and (max-width: 767px) {
  .p-message__wrap {
    padding: 2.3529411765rem 1.4705882353rem 3.1764705882rem;
  }
}

.p-message__container {
  margin-top: 4.4117647059rem;
  display: flex;
  width: 100%;
  gap: 2%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-message__container {
    flex-direction: column;
    margin-top: 2.3529411765rem;
    gap: 1.2352941176rem;
  }
}

.p-message__img {
  max-width: 24.8823529412rem;
  width: 42%;
  aspect-ratio: 423/522;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    aspect-ratio: 310/159;
    width: 100%;
  }
}

.p-message__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-message__content {
  flex: 1;
  /*max-width: 32.3529411765rem;*/
  margin: 0 auto;
}

.p-message__read {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6470588235rem;
  line-height: 1;
  color: #27923B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message__read {
    font-size: 1.1764705882rem;
    line-height: 1.4;
  }
}

.p-message__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.0588235294rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 1rem;
    line-height: 1.8823529412;
    margin-top: 0.7647058824rem;
  }
}

.p-message__text + .p-message__text {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-message__text + .p-message__text {
    margin-top: 0.8823529412rem;
  }
}

.p-message__name {
  margin-top: 1.8823529412rem;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4117647059rem;
}
@media screen and (max-width: 767px) {
  .p-message__name {
    font-size: 1.2941176471rem;
  }
}

.p-message__name span {
  font-size: 1rem;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-message__name span {
    font-size: 0.9411764706rem;
  }
}

.p-mv {
  position: relative;
  width: 100%;
  min-height: 25.8823529412rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv {
    min-height: 11.1176470588rem;
  }
}

.p-page-company .p-mv {
  background: url(../images/company/mv.webp) no-repeat center right/auto 100%;
}
@media screen and (max-width: 767px) {
  .p-page-company .p-mv {
    background: url(../images/company/mv.webp) no-repeat 5.1176470588rem center/cover;
  }
}

.p-page-services .p-mv {
  background: url(../images/service/mv.webp) no-repeat center right/auto 100%;
}
@media screen and (max-width: 767px) {
  .p-page-services .p-mv {
    background: url(../images/service/mv.webp) no-repeat 5.1176470588rem center/cover;
  }
}

.p-page-recruit .p-mv {
  background: url(../images/recruit/mv.webp) no-repeat center right/auto 100%;
}
@media screen and (max-width: 767px) {
  .p-page-recruit .p-mv {
    background: url(../images/recruit/mv.webp) no-repeat 5.1176470588rem center/cover;
  }
}

.p-page-news .p-mv {
  background: url(../images/news/mv.webp) no-repeat center right/auto 100%;
}
@media screen and (max-width: 767px) {
  .p-page-news .p-mv {
    background: url(../images/news/mv.webp) no-repeat 5.1176470588rem center/cover;
  }
}

.p-page-contact .p-mv {
  background: url(../images/contact/mv.webp) no-repeat center right/auto 100%;
}
@media screen and (max-width: 767px) {
  .p-page-contact .p-mv {
    background: url(../images/contact/mv.webp) no-repeat 5.1176470588rem center/cover;
  }
}

.p-page-policy .p-mv {
  background: url(../images/policy/mv.png) no-repeat center right/auto 100%;
}
@media screen and (max-width: 767px) {
  .p-page-policy .p-mv {
    background: url(../images/policy/mv.png) no-repeat 5.1176470588rem center/cover;
  }
}

.p-mv::before {
  position: absolute;
  content: "";
  width: 67%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-90deg, rgba(246, 248, 241, 0) 0%, #f6f8f1 100%);
  z-index: -1;
}

.p-mv__inner {
  max-width: 1170px;
  padding: 0 35px;
  margin: 0 auto;
  min-height: inherit;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding: 0 1.7647058824rem;
  }
}

.p-mv__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  height: inherit;
}

.p-mv__sub-title {
  font-size: 0.8235294118rem;
  font-family: "Kanit", sans-serif;
  font-style: italic;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  color: #27923B;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-title {
    font-size: 0.7058823529rem;
  }
}

.p-mv__title {
  font-size: 2.7058823529rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 1.2352941176rem;
  }
}

.p-mv__data {
  margin-top: 1.1764705882rem;
}

.p-page-company + .p-footer {
  background-color: #FCFCFC;
}

.p-page-contact {
  padding-bottom: 6.8823529412rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact {
    padding-bottom: 3.5294117647rem;
  }
}

.p-page-contact__read {
  margin-top: 6.2941176471rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact__read {
    margin-top: 1.8823529412rem;
  }
}

.p-page-contact__contact {
  margin-top: 9.4117647059rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact__contact {
    margin-top: 3.5294117647rem;
  }
}

.p-page-contact__form {
  margin-top: 11.7647058824rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact__form {
    margin-top: 4.7058823529rem;
  }
}

.p-page-news__archive {
  margin-top: 6.7058823529rem;
  padding-bottom: 20.8235294118rem;
}
@media screen and (max-width: 767px) {
  .p-page-news__archive {
    margin-top: 1.0588235294rem;
    padding-bottom: 3.5294117647rem;
  }
}

.p-page-recruit__anchor {
  margin-top: 5.6470588235rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__anchor {
    margin-top: 3.5294117647rem;
  }
}

.p-page-recruit__benefits {
  margin-top: 3.6470588235rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__benefits {
    margin-top: 2.4705882353rem;
  }
}

.p-page-recruit__company {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__company {
    margin-top: 2.4705882353rem;
  }
}

.p-page-recruit__description {
  margin-top: 10.1764705882rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__description {
    margin-top: 2.4705882353rem;
  }
}

.p-page-recruit__gallery {
  margin-top: 4.9411764706rem;
  padding-bottom: 7.8823529412rem;
}
@media screen and (max-width: 767px) {
  .p-page-recruit__gallery {
    margin-top: 2.4705882353rem;
    padding-bottom: 3.5294117647rem;
  }
}

.p-page-single__content {
  margin-top: 7.0588235294rem;
  padding-bottom: 8.7058823529rem;
}
@media screen and (max-width: 767px) {
  .p-page-single__content {
    margin-top: 3.5294117647rem;
  }
}

.p-pagenavi__inner {
  margin: auto;
  max-width: 70.5882352941rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__inner {
    max-width: 35.2941176471rem;
  }
}

.p-pagenavi .pages {
  display: none;
}

.p-pagenavi .wp-pagenavi {
  clear: both;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6470588235rem;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .wp-pagenavi {
    gap: 0.4705882353rem;
  }
}

.p-pagenavi .page,
.p-pagenavi .current {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0.2352941176rem 0.4705882353rem;
  width: 2.9411764706rem;
  height: 2.7058823529rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2352941176rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0.1176470588rem;
  color: #707070;
  background-color: #F0F0F0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .page,
  .p-pagenavi .current {
    font-size: 0.9411764706rem;
    width: 2.0588235294rem;
    height: 2.0588235294rem;
  }
}

.p-pagenavi .page:hover {
  color: #fff;
  background-color: #27923B;
  opacity: 1;
}

.p-pagenavi .wp-pagenavi .current {
  color: #fff;
  background-color: #27923B;
}

.p-pagenavi .nextpostslink,
.p-pagenavi .previouspostslink {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.0588235294rem;
  letter-spacing: 0.05em;
  line-height: 2;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .nextpostslink,
  .p-pagenavi .previouspostslink {
    font-size: 0.8235294118rem;
  }
}

.p-pagenavi .nextpostslink {
  padding-right: 1.7058823529rem;
  margin-left: 1.3529411765rem;
}

.p-pagenavi .previouspostslink {
  padding-left: 1.7058823529rem;
  margin-right: 1.3529411765rem;
}

.p-pagenavi .nextpostslink::before,
.p-pagenavi .nextpostslink::after,
.p-pagenavi .previouspostslink::before,
.p-pagenavi .previouspostslink::after {
  position: absolute;
  content: "";
}

.p-pagenavi .nextpostslink::before,
.p-pagenavi .previouspostslink::before {
  bottom: 0;
  width: 6.5882352941rem;
  height: 1px;
  background-color: #444;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .nextpostslink::before,
  .p-pagenavi .previouspostslink::before {
    width: 5.5294117647rem;
  }
}

.p-pagenavi .nextpostslink::before {
  left: 0;
}

.p-pagenavi .previouspostslink::before {
  right: 0;
}

.p-pagenavi .nextpostslink::after,
.p-pagenavi .previouspostslink::after {
  top: 50%;
  transform: translateY(-50%);
  width: 0.9411764706rem;
  height: 0.9411764706rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.84 15.68"><path  transform="translate(-4 -4.16)" fill="%2327923B" d="M4,15V9h8V4.16L19.84,12,12,19.84V15Z" /></svg>') no-repeat center center/cover;
  transition: all 0.3s ease 0s;
}

.p-pagenavi .nextpostslink::after {
  right: 0;
}

.p-pagenavi .previouspostslink::after {
  transform: translateY(-50%) scale(-1, 1);
  left: 0;
}

.p-pagenavi .previouspostslink:hover::after {
  left: -0.4705882353rem;
}

.p-pagenavi .nextpostslink:hover::after {
  right: -0.4705882353rem;
}

.p-recruit-anchor__inner {
  max-width: 39.4117647059rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
}

.p-recruit-anchor__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-recruit-company__container {
  box-shadow: 0 0.2941176471rem 0.8823529412rem rgba(0, 0, 0, 0.09);
  display: flex;
  gap: 4.6%;
  align-items: center;
  padding-right: 5.4%;
}
@media screen and (max-width: 767px) {
  .p-recruit-company__container {
    flex-direction: column;
    padding: 1.8823529412rem 1.4117647059rem;
  }
}

.p-recruit-company__img {
  max-width: 13.5294117647rem;
  width: 100%;
  aspect-ratio: 230/235;
  border-left: 0.7058823529rem solid #27923B;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
 .p-recruit-company__img {
    border-left:none;
  }
}

.p-recruit-company__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-recruit-company__content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-company__content {
    text-align: center;
	  margin-top: 1.1764705882rem;
  }
}

.p-recruit-company__title {
  font-size: 1.4117647059rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.p-recruit-company__en {
  font-size: 0.8823529412rem;
  color: #27923B;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
}

.p-recruit-company__text {
  margin-top: 1.0588235294rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-company__text {
    font-size: 0.9411764706rem;
    line-height: 2;
  }
}

.p-recruit-company__btn {
  margin-top: 1.1764705882rem;
}

.p-recruit-concept__inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-concept__inner {
    max-width: 35.2941176471rem;
    padding: 0 15px;
  }
}

.p-recruit-concept__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8823529412rem;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  margin-top: 4.2941176471rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-concept__title {
    font-size: 1.4117647059rem;
    margin-top: 3.0588235294rem;
  }
}

.p-recruit-concept__text {
  font-size: 1rem;
  line-height: 2.1;
  margin-top: 2.7058823529rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-concept__text {
    line-height: 2;
  }
}

.p-recruit-img {
  aspect-ratio: 1440/443;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-img {
    aspect-ratio: 1440/626;
  }
}

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

.p-recruit {
  display: flex;
  justify-content: space-between;
  background: url(../images/common/recruit.webp) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 1300/325;
  height: auto;
  max-width: 76.4705882353rem;
  align-items: center;
  padding: 0 6rem;
  box-shadow: 0 0.2941176471rem 1.1764705882rem rgba(162, 162, 162, 0.16);
}
@media screen and (max-width: 767px) {
  .p-recruit {
    flex-direction: column;
    padding: 2.5294117647rem 0;
    gap: 2.0588235294rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content {
    text-align: center;
  }
}

.p-recruit__title {
  font-size: 2.4117647059rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 1.5882352941rem;
  }
}

.p-recruit__title-en {
  font-size: 1.1176470588rem;
  font-family: "Kanit", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #27923B;
}

.p-recruit__text {
  margin-top: 1.1764705882rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    line-height: 2.0588235294;
    margin-top: 0.9411764706rem;
  }
}

.p-service__inner {
  max-width: 74.7058823529rem;
  padding: 0 35px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding: 0 1.4117647059rem;
    max-width: 35.2941176471rem;
  }
}

.p-service__list {
  margin-top: 6.0588235294rem;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    margin-top: 2.5882352941rem;
  }
}

.p-service__item {
  display: flex;
  gap: 2%;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    flex-direction: column-reverse;
    gap: 1.5294117647rem;
  }
}

.p-service__item + .p-service__item {
  margin-top: 3.3529411765rem;
}

.p-service__content {
  flex: 1;
  max-width: 33.4705882353rem;
}
.p-service__text {
  font-size: 1rem;
  line-height: 2.1;
  margin-top: 2.1176470588rem;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    margin-top: 0.4117647059rem;
  }
}

.p-service__img {
  max-width: 33.2941176471rem;
  width: 47%;
  aspect-ratio: 566/358;
  margin-top: 0.4705882353rem;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    width: 100%;
    aspect-ratio: 330/217;
  }
}

.p-service__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-single__inner {
  max-width: 57.0588235294rem;
  padding: 0 35px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 0 15px;
    max-width: 35.2941176471rem;
  }
}

.p-single h2 {
  font-size: 2.1176470588rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single h2 {
    font-size: 1.4117647059rem;
  }
}

.p-single h3 {
  font-size: 1.7647058824rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single h3 {
    font-size: 1.2941176471rem;
  }
}

.p-single h4 {
  font-size: 1.4117647059rem;
  line-height: 2;
  font-weight: 700;
  color: #27923B;
}
@media screen and (max-width: 767px) {
  .p-single h4 {
    font-size: 1.0588235294rem;
  }
}

.p-single h5 {
  font-size: 1.1764705882rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single h5 {
    font-size: 0.9411764706rem;
  }
}

.p-single h2 + *,
.p-single ul + *,
.p-single ol + * {
  margin-top: 1.7647058824rem;
}
@media screen and (max-width: 767px) {
  .p-single h2 + *,
  .p-single ul + *,
  .p-single ol + * {
    margin-top: 1.4117647059rem;
  }
}

.p-single h3 + *,
.p-single h4 + *,
.p-single h5 + * {
  margin-top: 1.4117647059rem;
}
@media screen and (max-width: 767px) {
  .p-single h3 + *,
  .p-single h4 + *,
  .p-single h5 + * {
    margin-top: 1.1764705882rem;
  }
}

.p-single p {
  font-size: 1rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .p-single p {
    font-size: 0.9411764706rem;
    line-height: 2;
  }
}

.p-single p + p {
  margin-top: 1.1764705882rem;
}

.p-single figure {
  margin-top: 5.2941176471rem;
}
@media screen and (max-width: 767px) {
  .p-single figure {
    margin-top: 1.8823529412rem;
  }
}

.p-single figure + * {
  margin-top: 2.9411764706rem;
}
@media screen and (max-width: 767px) {
  .p-single figure + * {
    margin-top: 1.8823529412rem;
  }
}

.p-single img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-single li {
  padding-left: 0.7058823529rem;
  position: relative;
  line-height: 1.9411764706;
}
@media screen and (max-width: 767px) {
  .p-single li {
    font-size: 0.9411764706rem;
    line-height: 2;
  }
}

.p-single li + li {
  margin-top: 0.5882352941rem;
}

.p-single ul li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2647058824rem 0 0.2647058824rem 0.4117647059rem;
  border-color: transparent transparent transparent #27923B;
  top: 0.7058823529rem;
  left: 0;
}

.p-single ol {
  counter-reset: li;
}

.p-single ol li::before {
  position: absolute;
  top: -0.1176470588rem;
  left: -0.1764705882rem;
  font-weight: 500;
  font-size: 1.1764705882rem;
  font-family: "Kanit", sans-serif;
  color: #27923B;
  counter-increment: li;
  content: counter(li) ".";
}

.p-single a {
  color: #27923B;
  text-decoration: underline;
}

.p-single .wp-block-buttons {
  margin-top: 4.4705882353rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-single .wp-block-buttons {
    margin-top: 1.8823529412rem;
  }
}

.p-single .wp-block-button a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9411764706rem;
  line-height: 2;
  background-color: #444;
  border: 1px solid #444;
  border-radius: 9999px;
  box-shadow: 0.1176470588rem 0.2352941176rem 0.2941176471rem rgba(0, 0, 0, 0.21);
  min-width: 15.8823529412rem;
  min-height: 4.1176470588rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}

.p-single .wp-block-button a:hover {
  color: #444;
  background-color: #fff;
}

.p-single__back-btn {
  margin: 9.0588235294rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-single__back-btn {
    margin: 2.4705882353rem auto 0;
  }
}

.p-single__back-btn a {
  position: relative;
  justify-content: center;
  color: #444;
  text-decoration: none;
}

.p-single__back-btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  left: 1.6470588235rem;
  transition: all 0.3s ease 0s;
}

.p-single__back-btn a:hover {
  padding: 1.3529411765rem 1.5882352941rem 1.3529411765rem 1.7647058824rem;
}

.p-single__back-btn a:hover span {
  left: 1.1764705882rem;
}

.p-top-bg {
  background: url(../images/common/gradation.webp) no-repeat center center/cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-fv {
  position: relative;
  width: calc(100% - 16.9411764706rem);
  margin-left: auto;
  height: calc(100vh - 3.2352941176rem);
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    width: 100%;
    height: 34.1764705882rem;
  }
}

.p-top-fv::before {
  position: absolute;
  content: "";
  background: url(../images/top/town_hero_always.webp) no-repeat center center/contain;
  top: 0;
  left: -0.8235294118rem;
  max-width: 42.4117647059rem;
  width: 100%;
  height: auto;
  aspect-ratio: 721/186;
  z-index: 100;
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .p-top-fv::before {
    top: 3.8235294118rem;
    left: -0.2352941176rem;
  }
}

.p-top-fv .p-top-fv__slide,
.p-top-fv .splide__track,
.p-top-fv .splide__list {
  height: inherit;
}

.p-top-fv__slide picture {
  height: calc(100vh - 3.2352941176rem);
}
@media screen and (max-width: 767px) {
  .p-top-fv__slide picture {
    height: 34.1764705882rem;
  }
}

.p-top-fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-fv .splide__slide img {
  transition: 10s ease-out;
}

.p-top-fv .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}

.p-top-fv .splide__arrow,
.p-top-fv .splide__pagination {
  display: none;
}

.p-top-fv__text {
  position: absolute;
  top: 19%;
  left: 10%;
  z-index: 200;
  max-width: 5.7647058824rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-fv__text {
    left: unset;
    right: 12%;
    top: 13%;
    max-width: 3.8235294118rem;
  }
}

.p-top-fv__link {
  position: absolute;
  bottom: 15.5%;
  right: 4.2%;
  z-index: 200;
  max-width: 10.1176470588rem;
  width: 100%;
  aspect-ratio: 172/127;
}
@media screen and (max-width: 767px) {
  .p-top-fv__link {
    right: 7%;
    bottom: 7.8%;
    max-width: 6.7647058824rem;
  }
}

.p-top-fv__info {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-fv__info {
    position: relative;
    top: -1.0588235294rem;
    right: unset;
  }
}

.p-top-header {
  position: absolute;
  padding: 2.4705882353rem 0 6rem;
  max-width: 16.9411764706rem;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0));
  overflow-y: scroll;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .p-top-header {
    display: none;
  }
}

.p-top-header::-webkit-scrollbar {
  display: none;
}

.p-top-header__inner {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-header__inner {
    padding-left: 0.5882352941rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p-top-header__subtitle {
  font-size: 0.7647058824rem;
  line-height: 1.6;
  text-align: center;
}

.p-top-header__logo {
  margin: 1.5294117647rem auto 0;
  max-width: 9.1764705882rem;
}

.p-top-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-header__nav-item > a {
  position: relative;
  padding: 1.1176470588rem 0 1.1176470588rem 2rem;
  display: flex;
  align-items: center;
}

.p-top-header__nav-item > a span {
  position: relative;
  padding: 0 0.4705882353rem;
  font-size: 0.9411764706rem;
  line-height: 1;
  font-weight: 500;
}

.p-top-header__nav-item > a span::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0.1764705882rem;
  background-color: #C8E945;
  bottom: -0.4705882353rem;
  left: 0;
  transition: width 0.3s ease 0s;
}

.p-top-header__nav-item > a:hover span::after {
  width: 100%;
}

.p-top-news {
  background-color: #fff;
  padding-top: 6.5294117647rem;
  padding-bottom: 5.8823529412rem;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-top: 3.2941176471rem;
    padding-bottom: 4.7058823529rem;
  }
}

.p-top-news__inner {
  max-width: 1170px;
  padding: 0 35px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    padding: 0 15px;
  }
}

.p-top-news__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-news__content {
    flex-direction: column;
    align-items: center;
    gap: 3.2352941176rem;
  }
}

.p-top-news__title {
  max-width: 2.7647058824rem;
  width: 100%;
  aspect-ratio: 47/135;
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    max-width: 2.4117647059rem;
  }
}

.p-top-news__title img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-top-news__list {
  max-width: 52.9411764706rem;
  width: 100%;
  margin-top: -1.3529411765rem;
}

.p-top-news__btn {
  margin: 3.2352941176rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn {
    margin-top: 1.9411764706rem;
  }
}

.p-top-service__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service__inner {
    padding: 0 1.7647058824rem;
  }
}

.p-top-service__title {
  position: absolute;
  top: -14.5%;
  right: 10%;
  max-width: 2.7647058824rem;
  aspect-ratio: 47/141;
}
@media screen and (max-width: 767px) {
  .p-top-service__title {
    top: -5.0588235294rem;
    right: 50%;
    transform: translateX(50%);
    max-width: 2.2941176471rem;
  }
}

.p-top-service__title img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-top-service__big-flex {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .p-top-service__big-flex {
    flex-direction: column;
    gap: 2.2352941176rem;
  }
}

.p-top-service__big-flex figcaption {
  font-size: 1.0588235294rem;
  text-align: center;
  margin-top: 0.7647058824rem;
}

.p-top-service__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-top-service__small-flex {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin-top: 4.2941176471rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__small-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.2352941176rem;
    gap: 2.0588235294rem 4%;
  }
}

.p-top-service__small-flex figcaption {
  font-size: 0.9411764706rem;
  text-align: center;
  margin-top: 0.7058823529rem;
}

.p-top-service__btn {
  margin: 4.7058823529rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__btn {
    margin-top: 2.4705882353rem;
  }
}

.p-value__container {
  display: flex;
  margin-top: 5.1764705882rem;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .p-value__container {
    flex-direction: column-reverse;
    margin-top: 2.5882352941rem;
    gap: 1.5294117647rem;
  }
}

.p-value__content {
  flex: 1;
  margin-top: -0.4117647059rem;
}
@media screen and (max-width: 767px) {
  .p-value__content {
    margin-top: 0rem;
  }
}

.p-value__text {
  font-size: 1rem;
  line-height: 2.1;
  margin-top: 1.5882352941rem;
  max-width: 31.4117647059rem;
}
@media screen and (max-width: 767px) {
  .p-value__text {
    margin-top: 0.4117647059rem;
    line-height: 2.0294117647;
  }
}

.p-value__img {
  max-width: 33.9411764706rem;
  width: 48%;
  aspect-ratio: 577/380;
}
@media screen and (max-width: 767px) {
  .p-value__img {
    width: 100%;
  }
}

.p-value__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-wish {
  background: url(../images/company/message.webp) no-repeat center center/cover;
}

.p-wish__inner {
  padding: 4.6470588235rem 35px 5.6470588235rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-wish__inner {
    padding: 2.7647058824rem 1.7647058824rem 3rem;
  }
}

.p-wish__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.3529411765rem;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .p-wish__title {
    font-size: 1.7647058824rem;
  }
}

.p-wish__text {
  font-size: 1.0588235294rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.7058823529rem;
}
@media screen and (max-width: 767px) {
  .p-wish__text {
    margin-top: 0.4117647059rem;
    text-align: left;
    font-size: 1rem;
    line-height: 2.1;
    font-weight: 400;
  }
}

#privacy_policy {
    max-width: 1030px;
    padding: 0 15px;
    margin: 140px auto 126px;
}

#privacy_policy div {
    margin: 70px auto 0;
}

#privacy_policy div h2 {
    padding: 30px 0 25px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.9rem;
}

#privacy_policy div p {
    padding-bottom: 25px;
    font-size: 1.025rem;
}

#privacy_policy div ul li {
    margin-bottom: 18px;
    padding-left: 0.7058823529rem;
    position: relative;
    line-height: 1.9411764706;
}

#privacy_policy div ul li::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.2647058824rem 0 0.2647058824rem 0.4117647059rem;
    border-color: transparent transparent transparent #27923B;
    top: 0.7058823529rem;
    left: 0;
}

#privacy_policy div p {
    padding-bottom: 25px;
}
#privacy_policy div .e_mail {
    width:fit-content;
}
#privacy_policy div a {
    color: #27923B;
    text-decoration: underline;
	  word-break: break-word;
}

#privacy_policy div .date_of_enactment {
    padding-bottom: 25px;
    text-align: right;
}


.u-500 {
  display: none;
}
@media screen and (max-width: 499px) {
  .u-500 {
    display: block;
  }
}

.u-md {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-md {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-md--hidden {
    display: none;
  }
}

.u-sm {
  display: none;
}
@media screen and (max-width: 399px) {
  .u-sm {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
