/* リキッドレイアウト対応 */

body {
  color: #073c04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.pc-only {
  display: none;
}

html {
  font-size: 4.2666666667vw;
}

/* ヘッダー固定した場合、ページ内リンクの遷移先がズレる問題解消 */

html {
  scroll-padding-top: 80px;
}

/* 画面の高さに合わせてフッターを下に広げる */

body {
  background-color: #ffffee;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/* ドロワー表示時、 背景を固定してスクロールできないようにする */

body.fixed {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* pcの電話番号発信対応 */

/* ホバー */

a,
button {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

/* 非表示 */

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
}

.wbr {
  display: inline-block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */

body {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; /* 実機端末を横向きにした際のブラウザの自動拡大をオフ */
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed; /* 上記のSafari用 */
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* 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 {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

hr {
  border: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

/* js-triggerと一緒に使う */

/* =========================================== */

/*                 inview                      */

/* =========================================== */

.inview {
  opacity: 0;
  transition: opacity 2s;
}

.inview.show {
  opacity: 1;
}

/* =========================================== */

/*                slide-up                     */

/* =========================================== */

.slide-up {
  display: inline-block;
  overflow: hidden;
}

.slide-up * {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
}

.slide-up.show * {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: slideInFromBottom;
}

/* =========================================== */

/*               anime-zoom                    */

/* =========================================== */

.anime-zoom__img {
  overflow: hidden;
}

.anime-zoom:hover .anime-zoom__img img {
  transform: scale(1.2, 1.2);
}

.c-cta-btn {
  padding-bottom: 0.375rem;
}

.c-cta-btn__fukidashi {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 0.3125rem;
}

.c-cta-btn__link {
  background-color: #fca503;
  border-radius: 62.4375rem;
  box-shadow: 0 0.375rem 0 #9f6700;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 120%;
  padding: 0.9375rem 2rem 1.0625rem;
}

.c-page-title {
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(140.89deg, #f9e75d 14.77%, #bfed97 90.94%);
  background-clip: text;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 145%;
}

.c-page-title.-white {
  -webkit-background-clip: text;
  background: #fff;
  background-clip: text;
}

.c-sec-heading {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.c-sec-heading.-white .c-sec-heading__en {
  -webkit-background-clip: text;
  background: #fff;
  background-clip: text;
}

.c-sec-heading.-white .c-sec-heading__ja {
  color: #fff;
}

.c-sec-heading__en {
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(91.58deg, #ffdd00 3.41%, #b4e584 89.29%);
  background-clip: text;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 140%;
}

.c-sec-heading__ja {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 140%;
}

.c-service-cards {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
  justify-content: center;
}

.c-service-cards__card {
  grid-gap: 1rem;
  background-color: #fff;
  border-radius: 1.25rem;
  display: grid;
  gap: 1rem;
  max-width: 18.75rem;
  overflow: hidden;
  padding: 1.375rem 0.875rem;
}

.c-service-cards__card-img img {
  -o-object-fit: cover;
  aspect-ratio: 270/176;
  height: auto;
  object-fit: cover;
}

.c-service-cards__card-title {
  color: #fca503;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  margin-bottom: 0.875rem;
}

.c-service-cards__card-desc {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  max-width: 14.75rem;
  text-align: left;
}

#voice-slider.splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
}

.c-voice-cards {
  color: #073c04;
}

.c-voice-cards__card {
  background-color: #fff;
  border-radius: 18.75rem 18.75rem 0 0;
  overflow: hidden;
}

.c-voice-cards__card-img img {
  -o-object-fit: cover;
  aspect-ratio: 441/396;
  object-fit: cover;
}

.c-voice-cards__card-container {
  grid-gap: 0.5rem;
  display: grid;
  gap: 0.5rem;
  padding: 1rem 1.25rem 2rem;
}

.c-voice-cards__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  text-align: center;
}

.c-voice-cards__card-desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}

.cta {
  background-image: url("../img/common/sp/cta-ashirai-1.webp"),
    linear-gradient(140.89deg, #f9e75d 14.77%, #bfed97 90.94%);
  background-position: right bottom, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 13.5rem auto, cover;
}

.cta--layout {
  padding-bottom: 5.25rem;
  padding-top: 5rem;
}

.cta__container {
  background-color: #fff;
  border-radius: 1.875rem;
  padding-bottom: 4rem;
  padding-top: 3.75rem;
  position: relative;
  text-align: center;
}

.cta__container::before,
.cta__container::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
}

.cta__container::before {
  background-image: url("../img/common/cta-people-img-1.webp");
  bottom: -2.0625rem;
  height: 5.375rem;
  left: 0;
  width: 5.8125rem;
}

.cta__container::after {
  background-image: url("../img/common/cta-people-img-2.webp");
  height: 7.875rem;
  right: 0;
  top: -3.75rem;
  width: 7.9375rem;
}

.cta__heading {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  margin-bottom: 1.5rem;
}

.footer {
  background-color: #486130;
  padding-bottom: 1rem;
  padding-top: 2.375rem;
  position: relative;
  z-index: 1;
}

.footer::before {
  background-image: url("../img/common/sp/footer-ashirai-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 12.75rem;
  left: 0;
  position: absolute;
  width: 23.4375rem;
  z-index: -1;
}

.footer__nav {
  margin-bottom: 6rem;
}

.footer__nav-items {
  grid-gap: 1rem 2.5rem;
  display: grid;
  gap: 1rem 2.5rem;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__nav-item a {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 180%;
}

.footer__logo {
  margin-bottom: 1rem;
  text-align: center;
}

.footer__logo-link {
  display: inline-block;
  max-width: 18.75rem;
}

.footer__logo-link img {
  -o-object-fit: cover;
  aspect-ratio: 585/88;
  height: auto;
  object-fit: cover;
}

.footer__sns-list {
  grid-gap: 0.75rem;
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, 2.5rem);
  justify-content: center;
}

.footer__sns-item-link {
  display: inline-block;
}

.footer__sns-item-link img {
  -o-object-fit: cover;
  aspect-ratio: 50/50;
  object-fit: cover;
}

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

.footer__copyright small {
  color: #486130;
  font-size: 0.625rem;
  line-height: 180%;
}

.form {
  grid-gap: 2rem;
  display: grid;
  gap: 2rem;
}

.form__label {
  display: inline-block;
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 0.5rem;
}

.form__inputs {
  grid-gap: 0.75rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, 1fr);
}

.form__input,
.form__select,
.form__textarea {
  background-color: #f3f3f3;
  border-radius: 0.5rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 100%;
  padding: 1rem;
  width: 100%;
}

.form__input {
  height: 2.875rem;
}

.form__input::-moz-placeholder {
  color: #aaaca5;
}

.form__input::placeholder {
  color: #aaaca5;
}

.form__select {
  background-image: url("../img/common/icon-arrow-bottom-1.svg");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 0.8125rem auto;
  color: #073c04;
}

.form__textarea {
  height: 15rem;
  line-height: 120%;
  resize: none;
}

.form__textarea::-moz-placeholder {
  color: #aaaca5;
}

.form__textarea::placeholder {
  color: #aaaca5;
}

.form__submit {
  text-align: center;
}

.form__submit input {
  -webkit-text-decoration: none;
  background-color: #fca503;
  border-radius: 62.4375rem;
  box-shadow: 0 0.375rem 0 #9f6700;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  padding: 0.9375rem 2rem 1.0625rem;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}

.wpcf7 form .form {
  /* validation */ /* spinner */
}

.wpcf7 form .form .wpcf7-response-output {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 150%;
  margin: 0;
  padding: 1rem;
}

.wpcf7 form .form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
  font-size: 0.875rem;
  line-height: 120%;
  margin-top: 0.5rem;
}

.wpcf7 form .form .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7 form .form .wpcf7-spinner {
  display: none;
}

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

/* =========================================== */

/*                   Header                    */

/* =========================================== */

.header {
  height: 5rem;
  position: fixed;
  width: 100%;
  z-index: 200;
}

.header.is-fixed .header__bg {
  opacity: 1;
}

.header__bg {
  background: linear-gradient(103.78deg, #ace674 15.73%, #fff184 68.15%);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  z-index: -1;
}

.header__inner {
  align-items: center;
  display: flex;
  gap: max(1.25rem, min(3.125vw, 3.75rem));
  height: inherit;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1.25rem;
}

.header__logo {
  display: block;
  height: 100%;
  max-width: 14.125rem;
}

.header__logo-link {
  align-items: center;
  display: flex;
  height: 100%;
}

.header__logo-link img {
  -o-object-fit: cover;
  aspect-ratio: 585/88;
  height: auto;
  object-fit: cover;
}

.header__pc-nav {
  display: none;
}

/* =========================================== */

/*                  PC Header                  */

/* =========================================== */

.header__pc-nav-item:last-child {
  width: max(10.625rem, min(12.65625vw, 15.1875rem));
}

/* =========================================== */

/*                  SP Header                  */

/* =========================================== */

.header__drawer {
  background-color: #ffffee;
  background-image: url("../img/common/sp/cta-ashirai-1.webp"),
    linear-gradient(140.89deg, #f9e75d 14.77%, #bfed97 90.94%);
  background-position: right bottom, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 13.5rem auto, cover;
  display: none;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  padding: 7.5rem 1.25rem 3.75rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.header__drawer-container {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 2rem 1rem 2.5rem;
  position: relative;
}

.header__drawer-container::before,
.header__drawer-container::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
}

.header__drawer-container::before {
  background-image: url("../img/common/cta-people-img-1.webp");
  bottom: -3.5rem;
  height: 5.375rem;
  left: 0;
  width: 5.8125rem;
}

.header__drawer-container::after {
  background-image: url("../img/common/cta-people-img-2.webp");
  height: 7.4375rem;
  right: 0;
  top: -3.0625rem;
  width: 7.5rem;
}

.header__drawer-btn {
  text-align: center;
}

.header__sp-nav-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.header__sp-nav-item {
  border-bottom: 1px solid #dddddd;
}

.header__sp-nav-item a {
  align-items: flex-end;
  display: grid;
  font-size: 1rem;
  font-weight: 700;
  grid-template-columns: 1fr auto;
  line-height: 180%;
  padding: 0.5rem;
}

/* =========================================== */

/*                 Hamburger                   */

/* =========================================== */

.header__hamburger {
  background-color: #1f9319;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 3.25rem;
  margin-left: auto;
  max-width: 3.25rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  position: relative;
  width: 100%;
  z-index: 50;
}

.header__hamburger:hover {
  opacity: 1;
}

.header__hamburger span {
  background-color: currentColor;
  border-radius: 0.125rem;
  display: block;
  height: 0.125rem;
  margin-left: auto;
  position: relative;
  transition: 0.5s;
  width: 100%;
}

.header__hamburger span:nth-of-type(2) {
  top: -0.3125rem;
}

.header__hamburger span:nth-of-type(3) {
  top: 0;
}

.header__hamburger span:nth-of-type(4) {
  top: 0.3125rem;
}

.header__hamburger.is-open span:nth-of-type(2) {
  top: 0.125rem;
  transform: rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: 0rem;
  transform: rotate(-45deg);
}

.header__hamburger.is-open span:nth-of-type(4) {
  opacity: 0;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

.news-list {
  grid-gap: 1.5rem;
  display: grid;
  gap: 1.5rem;
  text-align: left;
}

.news-list__item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.5rem;
}

.news-list__item-link {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
}

.news-list__item-thumb {
  margin-left: auto;
  margin-right: auto;
  max-width: 10.375rem;
}

.news-list__item-thumb img {
  -o-object-fit: cover;
  aspect-ratio: 166/100;
  height: auto;
  object-fit: cover;
}

.news-list__item-body {
  grid-gap: 0.5rem;
  display: grid;
  gap: 0.5rem;
}

.news-list__item-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.news-list__item-date {
  color: #aaaca5;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.2142857143;
  transition: color 0.3s;
}

.news-list__item-cat {
  background-color: #fca503;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 100%;
  padding: 0.25rem 0.5rem;
}

.news-list__item-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 180%;
}

.pagination .nav-links,
.pagination .page-links {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.pagination .page-numbers,
.pagination .post-page-numbers {
  align-items: center;
  background-color: #486130;
  border-radius: 0.3125rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  height: 2.125rem;
  justify-content: center;
  line-height: 100%;
  width: 2.125rem;
}

.pagination .page-numbers.dots,
.pagination .post-page-numbers.dots {
  align-items: end;
  padding-bottom: 0.5625rem;
}

.pagination .page-numbers.current,
.pagination .post-page-numbers.current {
  background-color: #486130;
  color: #fff;
  opacity: 0.8;
}

.splide__arrows {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.splide__arrows .splide__arrow {
  background-color: #486130;
  border-radius: 0.3125rem;
  height: 3rem;
  opacity: 1;
  position: static;
  transform: none;
  transform: initial;
  width: 3rem;
}

.splide__arrows .splide__arrow:disabled {
  cursor: auto;
  opacity: 0.6;
}

.splide__arrows .splide__arrow:not(:disabled):hover {
  opacity: 1;
}

.splide__arrows .splide__arrow svg {
  display: none;
}

.splide__arrows .splide__arrow::before {
  color: #fff;
  content: ">";
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  height: 1.25rem;
  width: 1.25rem;
}

.splide__arrows .splide__arrow--prev::before {
  transform: rotate(-180deg);
}

.splide__arrows.splide__arrows--rtl .splide__arrow::before {
  -webkit-mask-image: url("../images/icon/icon-arrow-left-24.svg");
  mask-image: url("../images/icon/icon-arrow-left-24.svg");
}

.contact {
  background-image: url("../img/contact/sp/contact-ashirai-2.webp"),
    linear-gradient(140.89deg, #f9e75d 14.77%, #bfed97 90.94%);
  background-position: right bottom, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 13.5rem auto, cover;
  overflow: hidden;
}

.contact--layout {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.contact__inner {
  position: relative;
}

.contact__inner::before {
  background-image: url("../img/contact/contact-people-img-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 9rem;
  position: absolute;
  right: 1.25rem;
  top: -0.5rem;
  width: 6.25rem;
}

.contact__page-title {
  margin-bottom: 3.125rem;
}

.contact__container {
  background-color: #fff;
}

.error {
  background-image: url("../img/news/sp/news-ashirai-3.webp");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 21.5rem auto;
  position: relative;
}

.error--layout {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.error__page-title {
  margin-bottom: 4rem;
}

.error__heading {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  margin-bottom: 1.5rem;
}

.error__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 180%;
}

.error__text + .error__text {
  margin-top: 0.5rem;
}

/* =========================================== */

/*                   t-kv                    */

/* =========================================== */

.t-kv--layout {
  padding-bottom: 1.0625rem;
  padding-top: 80px;
}

.t-kv__img img {
  aspect-ratio: 375/345;
}

.t-kv__container {
  margin-top: -1rem;
}

.t-kv__heading {
  margin-bottom: 2rem;
}

.t-kv__heading span {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.25rem rgba(80, 73, 24, 0.12);
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 177%;
  padding-left: 0.625rem;
}

.t-kv__heading span + span {
  margin-top: 0.4375rem;
}

.t-kv__heading span:nth-of-type(2) {
  padding-right: 0.9375rem;
}

.t-kv__btn {
  text-align: center;
  transition-delay: 1s;
}

.t-kv__btn a {
  background-color: #fca503;
  border-radius: 62.4375rem;
  box-shadow: 0 0.375rem 0 #9f6700;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  padding: 0.9375rem 1.875rem 1.0625rem;
}

/* =========================================== */

/*                   t-community                    */

/* =========================================== */

.t-community {
  overflow: hidden;
}

.t-community--layout {
  padding-bottom: 6.25rem;
  padding-top: 1.6875rem;
}

.t-community__flowing {
  align-items: center;
  color: #eef7d5;
  display: flex;
  height: 5.8125rem;
  margin-bottom: -2.125rem;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

.t-community__flowing-texts {
  animation: flowing 80s linear infinite;
  margin: 0;
  padding: 0;
  transform: translateX(100%);
  will-change: transform;
}

.t-community__flowing-text {
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 145.5%;
  padding-right: 1rem;
}

.t-community__container {
  background-color: #fff;
  box-shadow: 0 1rem 0 0 #daf094;
  display: grid;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 2.25rem;
  padding-left: calc(50vw - 50.5%);
  padding-right: calc(50vw - 50.5%);
  padding-top: 3.5rem;
}

.t-community__img img {
  -o-object-fit: cover;
  aspect-ratio: 538/361;
  object-fit: cover;
}

.t-community__wrap {
  flex-shrink: 0;
}

.t-community__heading {
  margin-bottom: 1.5rem;
}

.t-community__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 160%;
  margin-bottom: 1rem;
  text-align: left;
}

.t-community__text {
  font-size: 0.875rem;
  line-height: 180%;
  text-align: left;
}

/* =========================================== */

/*                   t-service                    */

/* =========================================== */

.t-service {
  background-image: url("../img/home/sp/service-ashirai-1.webp"),
    url("../img/home/sp/service-ashirai-2.webp"),
    linear-gradient(104.72deg, #ace674 42%, #fff184 85.01%);
  background-position: left top, left bottom, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% auto, 100% auto, cover;
  position: relative;
}

.t-service::before,
.t-service::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
}

.t-service::before {
  background-image: url("../img/home/service-people-img-1.webp");
  height: 6.25rem;
  left: 1.25rem;
  top: -1.75rem;
  width: 5.5625rem;
}

.t-service::after {
  background-image: url("../img/home/service-people-img-2.webp");
  height: 6.875rem;
  right: 1.25rem;
  top: -0.5rem;
  width: 4.75rem;
}

.t-service--layout {
  padding-bottom: 6rem;
  padding-top: 6.25rem;
}

.t-service__inner {
  text-align: center;
}

.t-service__heading {
  margin-bottom: 2.5rem;
}

.t-service__list {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
  justify-content: center;
}

.t-service__item {
  grid-gap: 1rem;
  background-color: #fff;
  border-radius: 1.25rem;
  display: grid;
  gap: 1rem;
  max-width: 18.75rem;
  overflow: hidden;
  padding: 1.375rem 0.875rem;
}

.t-service__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 270/176;
  height: auto;
  object-fit: cover;
}

.t-service__item-title {
  color: #fca503;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  margin-bottom: 0.875rem;
}

.t-service__item-text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  max-width: 14.75rem;
  text-align: left;
}

/* =========================================== */

/*                   t-news                    */

/* =========================================== */

.t-news {
  background-image: url("../img/news/sp/news-ashirai-1.webp"),
    url("../img/news/sp/news-ashirai-2.webp");
  background-position: left top 3rem, right top 83.375rem;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  position: relative;
  z-index: 1;
}

.t-news:before {
  background-image: url("../img/news/news-people-img-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -3.8125rem;
  content: "";
  display: inline-block;
  height: 9.375rem;
  left: 1.25rem;
  position: absolute;
  width: 9.125rem;
}

.t-news--layout {
  padding-bottom: 9rem;
  padding-top: 3.5rem;
}

.t-news__container {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-bottom: 2rem;
  padding: 2.5rem 1.125rem;
  text-align: center;
}

.t-news__heading {
  margin-bottom: 2.5rem;
}

.t-news__btn {
  text-align: right;
}

.t-news__btn-link {
  border-bottom: 1px solid #333333;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 0.375rem;
  padding-left: 0.0625rem;
  padding-right: 1.75rem;
  position: relative;
  transition: color 0.3s, border-color 0.3s;
}

.t-news__btn-link::after {
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  bottom: -0.0625rem;
  content: "";
  display: inline-block;
  height: 0.625rem;
  position: absolute;
  right: 0.125rem;
  transform: skew(45deg);
  transition: right 0.3s, border-color 0.3s;
  width: 0.625rem;
}

/* =========================================== */

/*                  t-about                    */

/* =========================================== */

.t-about {
  background: linear-gradient(104.72deg, #ace674 42%, #fff184 85.01%);
  overflow: hidden;
  padding-bottom: 5.75rem;
  padding-top: 5rem;
  position: relative;
}

.t-about::before,
.t-about::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

.t-about::before {
  background-image: url("../img/home/sp/about-ashirai-1.webp");
  height: 8.54vw;
  top: -0.0625rem;
}

.t-about::after {
  background-image: url("../img/home/sp/about-ashirai-2.webp");
  bottom: -0.0625rem;
  height: 5.67vw;
}

.t-about__inner {
  position: relative;
  text-align: center;
}

.t-about__heading {
  margin-bottom: 2.5rem;
}

.t-about__list {
  grid-gap: 3.5rem;
  display: grid;
  gap: 3.5rem;
}

.t-about__item {
  grid-gap: 1.5rem;
  background-color: #fff;
  box-shadow: 0 1rem 0 0 #e7faa7;
  display: grid;
  gap: 1.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 3rem;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 3rem;
}

.t-about__item.-reverse {
  box-shadow: 0 1rem 0 0 #ffe8b3;
}

.t-about__item.-reverse .t-about__item-btn-link {
  border-color: #fca503;
}

.t-about__item.-reverse .t-about__item-btn-link::after {
  background-color: #fca503;
}

.t-about__item-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 18.75rem;
}

.t-about__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 400/400;
  height: auto;
  object-fit: cover;
}

.t-about__item-container {
  grid-gap: 1.5rem;
  display: grid;
  gap: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.t-about__item-name {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
}

.t-about__item-text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 180%;
  text-align: left;
}

.t-about__item-btn {
  margin-top: 0.75rem;
}

.t-about__item-btn-link {
  border-bottom: 0.125rem solid #3fc438;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  padding-bottom: 0.375rem;
  position: relative;
}

.t-about__item-btn-link:after {
  -webkit-mask-image: url("../img/common/icon-arrow-right-1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #3fc438;
  content: "";
  display: inline-block;
  height: 1rem;
  mask-image: url("../img/common/icon-arrow-right-1.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
  width: 1rem;
}

.t-about__rotating-text {
  display: none;
}

.t-about__rotating-text svg {
  height: auto;
  width: 100%;
}

/* =========================================== */

/*                   t-voice                    */

/* =========================================== */

.t-voice--layout {
  padding-bottom: 5rem;
  padding-top: 3.5rem;
}

.t-voice__inner {
  text-align: center;
}

.t-voice__heading {
  margin-bottom: 2.5rem;
}

.news-detail {
  background-image: url("../img/news/sp/news-ashirai-3.webp"),
    url("../img/news/sp/news-ashirai-4.webp");
  background-position: left top, left bottom 9.5rem;
  background-repeat: no-repeat, no-repeat;
  background-size: 21.5rem auto, 12.4375rem auto;
  position: relative;
}

.news-detail:before {
  background-image: url("../img/news/news-people-img-3.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 5.5rem;
  content: "";
  display: block;
  height: 10.25rem;
  position: absolute;
  right: 1.25rem;
  width: 9.25rem;
}

.news-detail--layout {
  padding-bottom: 19.75rem;
  padding-top: 8rem;
}

.news-detail__wrap {
  display: contents;
}

.news-detail__container {
  margin-bottom: 6.25rem;
}

.news-detail__page-title {
  margin-bottom: 4rem;
}

.news-detail__header {
  margin-bottom: 2.5rem;
}

.news-detail__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  margin-bottom: 0.5rem;
}

.news-detail__meta {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.news-detail__date {
  align-items: center;
  color: #aaaca5;
  display: inline-grid;
  font-size: 0.875rem;
  gap: 0.5625rem;
  grid-template-columns: repeat(2, auto);
  letter-spacing: 0.05em;
  line-height: 120%;
}

.news-detail__date::before {
  background-color: #fca503;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
}

.news-detail__cat {
  background-color: #fca503;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 120%;
  padding: 0.25rem 0.5rem 0.375rem;
}

.news-detail__thumb {
  padding: 0.3125rem;
  position: relative;
  z-index: 1;
}

.news-detail__thumb::before {
  background: linear-gradient(155.53deg, #99ee45 21.47%, #f8e238 86.88%);
  border-radius: 1.5625rem;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.news-detail__thumb img {
  -o-object-fit: cover;
  aspect-ratio: 695/360;
  border-radius: 1.25rem;
  object-fit: cover;
}

.news-detail__content {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
  letter-spacing: 0.05em;
  line-height: 150%;
}

.news-detail__content li,
.news-detail__content p,
.news-detail__content a {
  font-size: 0.875rem;
}

.news-detail__content a {
  -webkit-text-decoration: underline;
  color: #fca503;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.3ex;
}

.news-detail__content a.wp-block-button__link {
  -webkit-text-decoration: none;
  background-color: #fca503;
  box-shadow: 0 0.375rem 0 #9f6700;
  color: #fff;
  font-size: 1rem;
  line-height: 120%;
  padding: 0.9375rem 2rem 1.0625rem;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}

.news-detail__content .wp-block-buttons {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.news-detail__content h2 {
  font-size: 1.375rem;
  margin-bottom: 0.25rem;
  margin-top: 2rem;
}

.news-detail__content h3 {
  border-bottom: 1px solid #3fc438;
  font-size: 1.125rem;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.news-detail__content h4 {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.news-detail__content h4:before {
  background: linear-gradient(155.53deg, #99ee45 21.47%, #f8e238 86.88%);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 100%;
  width: 0.25rem;
}

.news-detail__content h4,
.news-detail__content h5 {
  font-size: 1rem;
  margin-top: 0.375rem;
}

.news-detail__content ul,
.news-detail__content ol {
  grid-gap: 0.375rem;
  display: grid;
  gap: 0.375rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-left: 1.125rem;
}

.news-detail__content ul li {
  position: relative;
}

.news-detail__content ul li::before {
  background-color: #fca503;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.375rem;
  left: -0.875rem;
  position: absolute;
  top: 0.625rem;
  width: 0.375rem;
}

.news-detail__content ol li {
  list-style: decimal;
}

.news-detail__content img {
  border-radius: 1.25rem;
}

.news-detail__nav-list {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.news-detail__nav-item {
  min-width: 5.125rem;
}

.news-detail__nav-item a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
}

.news {
  background-image: url("../img/news/sp/news-ashirai-1.webp"),
    url("../img/news/sp/news-ashirai-2.webp"),
    url("../img/news/sp/news-ashirai-3.webp");
  background-position: left top 25.625rem, right top 100.625rem, left top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% auto, 100% auto, 21.5rem auto;
}

.news--layout {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.news__inner {
  position: relative;
}

.news__inner::before {
  background-image: url("../img/news/news-people-img-2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10.8125rem;
  position: absolute;
  right: 1.25rem;
  top: -0.5rem;
  width: 6.25rem;
}

.news__page-title {
  margin-bottom: 4rem;
}

.news__container {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-bottom: 2rem;
  padding: 2.5rem 1.125rem;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .c-cta-btn__link:hover {
    box-shadow: none;
    transform: translateY(0.375rem);
  }

  .footer__nav-item a:hover {
    color: #fca503;
  }

  .form__submit input:hover {
    box-shadow: none;
    transform: translateY(0.375rem);
  }

  .header__pc-nav-item:last-child a:hover {
    background-color: #1c6219;
  }

  .header__pc-nav-item:not(:last-child) a:hover:before {
    transform: translateX(-50%) scale(1, 1);
  }

  .news-list__item-link:hover::before {
    width: 1.5rem;
  }

  .news-list__item-link:hover .news-list__item-date {
    color: #fca503;
  }

  .pagination .page-numbers:not(.current):not(.dots):hover,
  .pagination .post-page-numbers:not(.current):not(.dots):hover {
    background-color: #394b29;
  }

  .t-kv__btn a:hover {
    box-shadow: none;
    transform: translateY(0.375rem);
  }

  .t-news__btn-link:hover {
    border-color: #1f9319;
    color: #1f9319;
  }

  .t-news__btn-link:hover::after {
    border-color: #1f9319;
    right: -0.25rem;
  }

  .t-about__item-btn-link:hover:after {
    right: -2.25rem;
  }

  .news-detail__content a:not(.wp-block-button__link):hover {
    color: #df7c00;
  }

  .news-detail__content a.wp-block-button__link:hover {
    box-shadow: none;
    transform: translateY(0.375rem);
  }

  .news-detail__nav-item a:hover {
    color: #1f9319;
  }
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  html {
    font-size: 1.1678832117vw;
  }

  body.fixed {
    position: static;
    position: initial;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a:not([href]):hover {
    opacity: 1;
  }

  .anime-zoom__img img {
    transition: 0.8s all;
  }

  .c-cta-btn__fukidashi {
    font-size: 1.5rem;
    margin-bottom: 0.6875rem;
  }

  .c-cta-btn__link {
    font-size: 1.5625rem;
    padding: 2.1875rem 4.5625rem 2.4375rem;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .c-page-title {
    font-size: 6.25rem;
  }

  .c-sec-heading__en {
    font-size: 3.125rem;
  }

  .c-sec-heading__ja {
    font-size: 1rem;
  }

  .c-service-cards {
    align-items: start;
    gap: 3rem 3.4375rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .c-service-cards__card {
    grid-row: span 2;
    grid-template-rows: subgrid;
    max-width: none;
    max-width: initial;
  }

  .c-service-cards__card-title {
    font-size: 1.5rem;
  }

  .c-service-cards__card-desc {
    font-size: 1rem;
  }

  .c-voice-cards {
    grid-gap: 3.9375rem;
    align-items: start;
    display: grid; /* 管理画面側で使用 */
    gap: 3.9375rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .c-voice-cards__card:nth-of-type(2n) {
    margin-top: 6.875rem;
  }

  .c-voice-cards__card:nth-of-type(3n) {
    margin-top: 2rem;
  }

  .c-voice-cards__card-container {
    gap: 0.875rem;
    padding: 3.25rem 1.875rem;
  }

  .c-voice-cards__card-title {
    font-size: 1.5rem;
  }

  .c-voice-cards__card-desc {
    font-size: 1.125rem;
  }

  .c-voice-cards .c-voice-cards__card-desc {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .cta {
    background-image: url("../img/common/cta-ashirai-2.webp"),
      url("../img/common/cta-ashirai-1.webp"),
      linear-gradient(140.89deg, #f9e75d 14.77%, #bfed97 90.94%);
    background-position: left bottom, right bottom, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25.75rem auto, 28.3125rem auto, cover;
  }

  .cta--layout {
    padding-bottom: 8.75rem;
    padding-top: 7.5rem;
  }

  .cta__container {
    padding-bottom: 3.5rem;
    padding-top: 4.5625rem;
  }

  .cta__container::before {
    bottom: -2.5rem;
    height: 10.625rem;
    left: calc(50% - min(49vw, 47rem));
    width: 11.5rem;
  }

  .cta__container::after {
    bottom: -1.1875rem;
    height: 15.75rem;
    right: calc(50% - min(49vw, 49.7rem));
    top: auto;
    top: initial;
    width: 15.875rem;
  }

  .cta__heading {
    font-size: 2.5rem;
    margin-bottom: 1.9375rem;
  }

  .footer {
    padding-bottom: 0.6875rem;
    padding-top: 1.9375rem;
  }

  .footer::before {
    background-image: url("../img/common/footer-ashirai-1.webp");
    height: 14.375rem;
    width: 46.375rem;
  }

  .footer__inner {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 5rem;
    justify-content: space-between;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .footer__nav {
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .footer__nav-items {
    gap: 1.875rem 4.5rem;
  }

  .footer__logo {
    margin-bottom: 1.11875rem;
  }

  .footer__logo-link {
    max-width: 34.4375rem;
  }

  .footer__sns-list {
    gap: 1.5rem;
    grid-template-columns: repeat(4, 3.5rem);
  }

  .footer__copyright {
    margin-top: 0.4375rem;
  }

  .footer__copyright small {
    color: #fff;
    font-size: 0.875rem;
  }

  .form__submit input {
    padding: 0.9375rem 3.125rem 1.0625rem;
  }

  .wpcf7 form .form .wpcf7-response-output {
    font-size: 1rem;
  }

  .wpcf7 form .form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 1rem;
  }

  .header {
    height: 5.5rem;
    position: absolute;
    top: 1.75rem;
  }

  .header.is-fixed {
    position: fixed;
    top: 0;
  }

  .header__inner {
    padding-left: max(1.25rem, min(2.6vw, 3.125rem));
    padding-right: max(1.25rem, min(2.6vw, 3.125rem));
  }

  .header__logo {
    max-width: 25rem;
  }

  .header__pc-nav {
    display: block;
    height: 100%;
    padding-bottom: 0.8125rem;
    padding-top: 0.8125rem;
  }

  .header__pc-nav-items {
    display: flex;
    gap: max(1.25rem, min(3.125vw, 3.75rem));
    grid-template-columns: repeat(5, auto);
    height: inherit;
    margin-left: auto;
    max-width: 53.375rem;
  }

  .header__pc-nav-item {
    height: inherit;
    width: 100%;
  }

  .header__pc-nav-item a {
    align-content: center;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 500;
    height: inherit;
    justify-content: center;
    width: inherit;
    word-break: keep-all;
  }

  .header__pc-nav-item:last-child {
    flex-shrink: 0;
  }

  .header__pc-nav-item:last-child a {
    background-color: #1f9319;
    border-radius: 62.4375rem;
    color: #fff;
    line-height: 110%;
    width: 100%;
  }

  .header__pc-nav-item:not(:last-child) a {
    position: relative;
  }

  .header__pc-nav-item:not(:last-child) a::before {
    background-color: #fca503;
    border-radius: 1px;
    bottom: 0.625rem;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    width: 120%;
  }

  .header__hamburger {
    display: none;
  }

  .header__drawer {
    display: none;
  }

  .header__hamburger {
    display: none;
  }

  .inner {
    max-width: 1430px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .news-list {
    gap: 1.0625rem;
  }

  .news-list__item-link {
    align-items: center;
    gap: 1.5rem;
    grid-template-columns: 10.375rem 1fr;
    padding-right: 3rem;
    position: relative;
  }

  .news-list__item-link::before {
    background: #777777;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    right: 0.9375rem;
    top: 0;
    transition: width 0.3s;
    width: 1rem;
  }

  .news-list__item-link::after {
    border-bottom: 1px solid #777777;
    border-left: 1px solid #777777;
    bottom: 0;
    content: "";
    display: block;
    height: 0.3125rem;
    margin: auto;
    position: absolute;
    right: 0.9375rem;
    top: 0;
    transform: rotate(-135deg);
    width: 0.3125rem;
  }

  .news-list__item-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 1.125rem;
    line-height: 140%;
    overflow: hidden;
  }

  .pagination .page-numbers,
  .pagination .post-page-numbers {
    font-size: 2rem;
    height: 4.375rem;
    width: 4.375rem;
  }

  .contact {
    background-image: url("../img/contact/contact-ashirai-1.webp"),
      url("../img/contact/contact-ashirai-2.webp"),
      linear-gradient(140.89deg, #f9e75d 14.77%, #bfed97 90.94%);
    background-position: left top 34.25rem, right bottom, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 18.5625rem auto, 20.3125rem auto, cover;
  }

  .contact--layout {
    padding-bottom: 15.625rem;
    padding-top: 13.5rem;
  }

  .contact__inner::before {
    height: 21.6875rem;
    right: calc(50% - min(48.3vw, 45.2rem));
    top: -3rem;
    width: 15.1875rem;
  }

  .contact__page-title {
    margin-bottom: 6.25rem;
  }

  .contact__container {
    border-radius: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 61.25rem;
    padding: 11.3125rem 10.625rem 12.9375rem;
  }

  .error {
    background-image: url("../img/news/news-ashirai-3.webp");
    background-position: left 40% top;
    background-size: 69.09375rem auto;
  }

  .error--layout {
    padding-bottom: 11.5rem;
    padding-top: 17.5rem;
  }

  .error__page-title {
    margin-bottom: 7.5rem;
  }

  .error__heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .error__text {
    font-size: 1.25rem;
  }

  .error__text + .error__text {
    margin-top: 0.25rem;
  }

  .t-kv--layout {
    padding-bottom: 0.75rem;
    padding-top: 0;
  }

  .t-kv__inner {
    position: relative;
  }

  .t-kv__img img {
    aspect-ratio: 1919/1180;
  }

  .t-kv__container {
    left: 28.8%;
    margin-top: 0;
    position: absolute;
    top: 51%;
    transform: translate(-50%, -50%);
    width: 42.375rem;
  }

  .t-kv__heading {
    margin-bottom: 3.25rem;
  }

  .t-kv__heading span {
    border-radius: 0.40625rem;
    font-size: max(1.625rem, min(3.1vw, 2.8125rem));
    padding-left: 1.9375rem;
  }

  .t-kv__heading span + span {
    margin-top: 0.8125rem;
  }

  .t-kv__heading span:nth-of-type(2) {
    padding-right: 1.5625rem;
  }

  .t-kv__btn {
    margin-left: 1.0625rem;
    text-align: left;
  }

  .t-kv__btn a {
    font-size: 1.5625rem;
    padding: 1.5rem 3.5rem 1.625rem;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .t-community--layout {
    padding-bottom: 4.75rem;
    padding-top: 1.25rem;
  }

  .t-community__flowing {
    height: 17.3125rem;
    margin-bottom: -6.75rem;
  }

  .t-community__flowing-texts {
    animation: flowing 120s linear infinite;
  }

  .t-community__flowing-text {
    font-size: 11.875rem;
    padding-right: 2.5rem;
  }

  .t-community__container {
    align-items: center;
    border-radius: 0 18.75rem 18.75rem 0;
    box-shadow: 0 1.4375rem 0 0 #daf094;
    display: flex;
    gap: 5.5rem;
    justify-content: left;
    margin-right: 0;
    padding-bottom: 5.75rem;
    padding-left: calc(50vw - 47%);
    padding-right: calc(50vw - 47%);
    padding-top: 7.8125rem;
  }

  .t-community__img {
    max-width: 33.625rem;
  }

  .t-community__title {
    font-size: 2.1875rem;
    letter-spacing: 0.05em;
    line-height: 150%;
  }

  .t-community__text {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 2.3125;
  }

  .t-service {
    background-image: url("../img/home/service-ashirai-1.webp"),
      url("../img/home/service-ashirai-2.webp"),
      linear-gradient(155.53deg, #a0dc66 21.47%, #fff184 86.88%);
  }

  .t-service::before {
    height: 11.1875rem;
    left: calc(50% - min(47.5vw, 51rem));
    top: 2.3125rem;
    width: 9.9375rem;
  }

  .t-service::after {
    height: 12.3125rem;
    right: calc(50% - min(44.5vw, 45.4rem));
    top: 4.6875rem;
    width: 8.5rem;
  }

  .t-service--layout {
    padding-bottom: 10.5rem;
    padding-top: 16.8125rem;
  }

  .t-service__heading {
    margin-bottom: 3rem;
  }

  .t-service__list {
    align-items: start;
    gap: 3rem 3.4375rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .t-service__item {
    grid-row: span 2;
    grid-template-rows: subgrid;
    max-width: none;
    max-width: initial;
  }

  .t-service__item-title {
    font-size: 1.5rem;
  }

  .t-service__item-text {
    font-size: 1rem;
  }

  .t-news {
    background-image: url("../img/news/news-ashirai-1.webp"),
      url("../img/news/news-ashirai-2.webp");
    background-position: left top 3rem, right bottom;
    background-size: 18.28125rem auto, 17.75rem auto;
  }

  .t-news:before {
    bottom: -4.0625rem;
    height: 17.5625rem;
    left: calc(50% - min(46vw, 52rem));
    width: 17.125rem;
  }

  .t-news__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 68.125rem;
    padding: 3.375rem 2.8125rem;
  }

  .t-news__heading {
    margin-bottom: 2.8125rem;
  }

  .t-news__btn {
    text-align: center;
  }

  .t-about {
    background: linear-gradient(155.53deg, #a0dc66 21.47%, #fff184 86.88%);
    padding-bottom: 16.125rem;
    padding-top: 9.375rem;
  }

  .t-about::before {
    background-image: url("../img/home/about-ashirai-1.webp");
    height: 4vw;
  }

  .t-about::after {
    background-image: url("../img/home/about-ashirai-2.webp");
    height: 6vw;
  }

  .t-about__heading {
    margin-bottom: 5rem;
  }

  .t-about__list {
    gap: 6rem;
  }

  .t-about__item {
    align-items: center;
    display: flex;
    gap: 4.5rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .t-about__item:not(.-reverse) {
    border-radius: 18.75rem 0 0 18.75rem;
    flex-direction: row-reverse;
    justify-content: right;
    margin-left: 0;
    padding-left: 0;
  }

  .t-about__item.-reverse {
    border-radius: 0 18.75rem 18.75rem 0;
    justify-content: left;
    margin-right: 0;
    padding-right: 0;
  }

  .t-about__item-img {
    margin: 0;
    max-width: 25rem;
  }

  .t-about__item-container {
    gap: 2rem;
    max-width: 40.5rem;
    text-align: left;
  }

  .t-about__item-text {
    font-size: 1rem;
    line-height: 150%;
  }

  .t-about__item-btn {
    margin-top: 1.5rem;
  }

  .t-about__item-btn-link {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
  }

  .t-about__rotating-text {
    bottom: -9.5rem;
    display: block;
    position: absolute;
    right: calc(50% - min(48vw, 53.8rem));
    width: 20.625rem;
  }

  .t-voice {
    position: relative;
    z-index: 1;
  }

  .t-voice::before {
    color: #eef7d5;
    content: "REAL VOICE";
    display: block;
    font-size: 8.125rem;
    font-weight: 500;
    left: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 145.5%;
    position: absolute;
    top: 7.1875rem;
    writing-mode: vertical-rl;
    z-index: -1;
  }

  .t-voice--layout {
    padding-bottom: 8.25rem;
    padding-top: 4.625rem;
  }

  .t-voice__heading {
    margin-bottom: 1.5rem;
  }

  .news-detail {
    background-image: url("../img/news/news-ashirai-3.webp"),
      url("../img/news/news-ashirai-4.webp");
    background-position: left 40% top, left bottom 14.5rem;
    background-size: 69.09375rem auto, 37.28125rem auto;
  }

  .news-detail:before {
    bottom: 20.75rem;
    height: 15.0625rem;
    left: calc(50% - min(48.3vw, 47.2rem));
    right: auto;
    right: initial;
    width: 13.875rem;
  }

  .news-detail--layout {
    padding-bottom: 8rem;
    padding-top: 17.5rem;
  }

  .news-detail__container {
    display: flex;
    gap: max(2.5rem, min(6vw, 11.25rem));
    margin-bottom: 26.5rem;
    position: relative;
  }

  .news-detail__page-title {
    margin-bottom: 11rem;
  }

  .news-detail__header {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0;
    max-width: 43.4375rem;
    position: sticky;
    top: 8.75rem;
  }

  .news-detail__title {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }

  .news-detail__meta {
    gap: 1.5rem;
    margin-bottom: 2.25rem;
  }

  .news-detail__date {
    font-size: 1rem;
    gap: 0.8125rem;
  }

  .news-detail__date::before {
    height: 0.625rem;
    width: 0.625rem;
  }

  .news-detail__cat {
    font-size: 1rem;
    padding: 0.625rem 1rem 0.6875rem;
  }

  .news-detail__thumb {
    border-radius: 1.875rem;
  }

  .news-detail__content {
    align-self: start;
    gap: 1.5rem;
    margin-top: 4rem;
    max-width: 48.5625rem;
  }

  .news-detail__content li,
  .news-detail__content p,
  .news-detail__content a {
    font-size: 1rem;
  }

  .news-detail__content a.wp-block-button__link {
    font-size: 1.25rem;
    padding: 1.25rem 3.5rem 1.375rem;
  }

  .news-detail__content .wp-block-buttons {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .news-detail__content h2 {
    font-size: 1.875rem;
    margin-bottom: 0.5rem;
    margin-top: 3.5rem;
  }

  .news-detail__content h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    padding-bottom: 0.75rem;
  }

  .news-detail__content h4 {
    gap: 1rem;
  }

  .news-detail__content h4,
  .news-detail__content h5 {
    font-size: 1.25rem;
    margin-top: 0.75rem;
  }

  .news-detail__content ul,
  .news-detail__content ol {
    gap: 0.75rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 1.5rem;
  }

  .news-detail__content ul li::before {
    height: 0.625rem;
    left: -1.125rem;
    top: 0.5rem;
    width: 0.625rem;
  }

  .news-detail__content img {
    border-radius: 1.875rem;
  }

  .news-detail__nav-list {
    max-width: 60rem;
  }

  .news-detail__nav-item {
    min-width: 7.625rem;
  }

  .news-detail__nav-item a {
    font-size: 1.5rem;
  }

  .news {
    background-image: url("../img/news/news-ashirai-1.webp"),
      url("../img/news/news-ashirai-2.webp"),
      url("../img/news/news-ashirai-3.webp");
    background-position: left top 28.625rem, right top 65rem, left 40% top;
    background-size: 18.28125rem auto, 17.75rem auto, 69.09375rem auto;
  }

  .news--layout {
    padding-bottom: 11.5rem;
    padding-top: 17.5rem;
  }

  .news__inner::before {
    height: 26.1875rem;
    right: calc(50% - min(48.3vw, 42.8rem));
    top: -3rem;
    width: 15.125rem;
  }

  .news__page-title {
    margin-bottom: 8.5rem;
  }

  .news__container {
    margin-bottom: 3.375rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 68.125rem;
    padding: 3.375rem 2.8125rem;
  }
}

@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 88px;
  }

  .footer__nav-items {
    gap: 1.875rem 8.125rem;
  }

  .pagination .nav-links,
  .pagination .page-links {
    gap: 0.8125rem;
    justify-content: center;
  }
}

@media (min-width: 1370px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .header__pc-nav {
    padding-bottom: 0.40625rem;
    padding-top: 0.40625rem;
  }

  .header__pc-nav-item:not(:last-child) a:before {
    bottom: 1.0625rem;
  }
}

@media screen and (min-width: 1441px) {
  .header__logo {
    max-width: none;
    max-width: initial;
  }
}

@media screen and (min-width: 1491px) {
  .news-detail__wrap {
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media screen and (min-width: 1650px) {
  .t-community__container {
    gap: 6.5625rem;
    margin-right: calc(50% - 44vw);
    padding-right: calc(50vw - 56%);
  }
}

@media screen and (min-width: 1780px) {
  .t-about__rotating-text {
    width: 27.5rem;
  }
}

@media screen and (min-width: 1782px) {
  .news-detail__container {
    gap: 11.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 103.875rem;
  }
}

@media screen and (min-width: 1920px) {
  .t-kv__heading span {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-items {
    min-width: 16.25rem;
  }

  .header__logo {
    z-index: 50;
  }

  .contact__container {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 4.5rem;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-top: 3.5rem;
  }

  .t-community__inner {
    text-align: center;
  }

  .t-community__img {
    order: 1;
  }

  .t-voice {
    overflow: hidden;
  }

  .t-voice__wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
  }
}

@keyframes slideInFromBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }

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

/*# sourceMappingURL=style.css.map */
