@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 116rem;
  --content-both_space: 6rem;
  --header_height: 6.5rem;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.grecaptcha-badge {
  display: none !important;
}
html.is-open,
body.is-open {
  overflow: hidden;
}

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

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  background-color: #f6faf2;
  color: #1c2614;
  font-family: "秀英丸ゴシック L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  width: 100%;
}
body::before {
  background: #f6faf2;
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.45s ease;
  width: 100%;
  z-index: 9999;
}

html.is-loaded body::before {
  opacity: 0;
}

html.is-leaving body::before {
  opacity: 1;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

p {
  font-family: "秀英丸ゴシック L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

picture {
  display: block;
  line-height: 1.2;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  background-color: #fff;
  border: none;
  border: none;
  border: 1px solid #b8d89e;
  border-radius: 50rem;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 12px 16px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-moz-placeholder {
  color: #b7b7b7;
  font-size: 1.4rem;
}

::placeholder {
  color: #b7b7b7;
  font-size: 1.4rem;
}

/**
 * textarea
 *
 */
textarea {
  background-color: #fff;
  border: 1px solid #b8d89e;
  border-radius: 20px;
  font-size: 1.4rem;
  height: 250px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #f6faf2;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #f6faf2;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

input[type=radio] + .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  padding: 0 10px 0 38px;
  position: relative;
  transition: 0.5;
  transition-property: color;
  vertical-align: middle;
  width: 10.3em;
}

input[type=radio] + .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #b8d89e;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 22px;
  z-index: 2;
}

input[type=radio] + .wpcf7-list-item-label::after {
  background-color: #65b421;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 10px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  z-index: 5;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  opacity: 0;
  vertical-align: middle;
}

.wpcf7-list-item {
  margin-left: 0;
}

input[type=checkbox] + .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 30px;
  position: relative;
  transition: 0.5s;
}

input[type=checkbox] + .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px #b7b7b7 solid;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

input[type=checkbox] + .wpcf7-list-item-label::after {
  border-bottom: 3px solid #65b421;
  border-left: 3px solid #65b421;
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  transition: 0.5s;
  transition-property: color;
  width: 10px;
  z-index: 3;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px #f6faf2 solid;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../images/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/**
 * リアルタイムバリデーション
 *
 */
label.error {
  color: #ed5d5d;
  font-size: 1.3rem;
}

.p-recruitment-form__chk input[type=checkbox] + .wpcf7-list-item-label {
  letter-spacing: 0.025em;
  padding: 0 0 0 39px;
}
.p-recruitment-form__chk input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  -webkit-mask: url(../images/common/icon_check.svg) no-repeat top center/contain;
  background-color: #c7d3bc;
  border: none;
  box-sizing: border-box;
  mask: url(../images/common/icon_check.svg) no-repeat top center/contain;
  z-index: 2;
}
.p-recruitment-form__chk input[type=checkbox] + .wpcf7-list-item-label::after {
  display: none;
}
.p-recruitment-form__chk input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #91c267;
}

.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input {
  background-color: #f8f4f4;
  border: 1px solid #ed5d5d;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  margin-bottom: -2.5rem;
  max-width: 124rem;
  padding: 14rem 3% 0;
  width: 100%;
}

.l-footer__top {
  width: 100%;
}

.l-footer__top-inner {
  display: flex;
}

.l-footer__brand {
  max-width: 18.8rem;
}

.l-footer__tel {
  align-items: center;
  display: flex;
}

.l-footer__tel-ico {
  align-items: center;
  aspect-ratio: 1/1;
  background: #90c267;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1.33;
  width: 5rem;
}

.l-footer__tel-link {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-left: 1rem;
}

.l-footer__tel-link:hover {
  opacity: 0.75;
}

.l-footer__contact {
  margin: 1.2rem 2% 0 10.6%;
}

.l-footer__address {
  margin-top: 1.2rem;
}

.l-footer__hours {
  margin-left: auto;
  width: 48.7rem;
}

.l-footer__bottom {
  margin-top: 4rem;
  padding-bottom: 4.6rem;
  padding-top: 4.2rem;
  position: relative;
}
.l-footer__bottom::before {
  background-color: #edf4e9;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw + var(--sbw, 0px) / 2);
  position: absolute;
  top: 0;
  width: 99vw;
  z-index: -1;
}

.l-footer__bottom-inner {
  display: block;
}

.l-footer-navi__cols {
  align-items: flex-start;
  display: flex;
  gap: 6.5rem;
  justify-content: end;
  padding-right: 6%;
}

.l-footer-navi__item {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
}
.l-footer-navi__item:not(:first-child) {
  margin-top: 1.5rem;
}

.l-footer-navi__child {
  display: flex;
  gap: 4rem;
  margin-top: 2rem;
}
.l-footer-navi__child a {
  display: block;
  font-family: "秀英丸ゴシック L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  transition: 0.3s;
}
.l-footer-navi__child a:not(:first-child) {
  margin-top: 0.25em;
}
.l-footer-navi__child a:hover {
  opacity: 0.75;
}

.l-footer-navi__link {
  transition: 0.3s;
}

.l-footer-navi__link:hover {
  opacity: 0.75;
}

.l-footer-navi__list--service {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 4.2rem;
  column-gap: 4.2rem;
}

.l-footer-navi__pp {
  bottom: 4.7rem;
  font-size: 1.2rem;
  left: 0;
  letter-spacing: 0;
  position: absolute;
  transition: 0.3s;
}
.l-footer-navi__pp:hover {
  opacity: 0.75x;
}

.l-footer__credit {
  bottom: 1vh;
  color: #6c4e16;
  font-size: 1.2rem;
  letter-spacing: 0;
  position: sticky;
  right: -12rem;
  transform: translateY(var(--credit-stop-y, 0px)) rotate(-90deg) translate(50%, 48vw);
  width: 100%;
  z-index: 10;
}

/* -------------------------------------------*/
.l-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  align-items: flex-start;
  display: flex;
  height: 100%;
  padding-left: 4rem;
  padding-right: 3rem;
  padding-top: 3.5rem;
}

.l-header__logo {
  margin: 0;
  width: 20.6rem;
}

.l-header__logo a {
  display: inline-block;
}

.l-header__navi {
  margin-left: auto;
  position: fixed;
  right: 4rem;
  top: 3.5rem;
}
.l-header__navi-inner {
  align-items: center;
  display: flex;
}

.l-header__navi-menu {
  align-items: flex-start;
  display: flex;
  gap: 4rem;
  justify-content: center;
  padding-top: 2rem;
}

.l-header__navi-item {
  position: relative;
}

.l-header__navi-link {
  color: #6c4e16;
  display: block;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  position: relative;
  text-align: center;
  transition: 0.3s;
}

.l-header__navi-link:hover {
  opacity: 0.75;
}

.l-footer-navi__item-toggle {
  aspect-ratio: 1/1;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: -2.3rem;
  position: relative;
  top: -0.2rem;
  width: 1.2rem;
}
.l-footer-navi__item-toggle::before, .l-footer-navi__item-toggle::after {
  background-color: #f48585;
  border-radius: 50rem;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.l-footer-navi__item-toggle::after {
  rotate: 90deg;
  transition: 0.2s;
}

.l-header__navi-jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.l-header__navi-en {
  color: #f48585;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.l-header__navi-child-item {
  align-items: center;
  display: flex;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  position: relative;
}
.l-header__navi-child-item:not(:first-child) {
  margin-top: 1.9rem;
}
.l-header__navi-child-item:hover {
  opacity: 0.8;
}

.l-header__navi-child-ico {
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  width: 2.1rem;
}
.l-header__navi-child-ico::before {
  aspect-ratio: 6/10.6;
  content: "";
  display: block;
  left: 51%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  -webkit-mask: url(../images/common/icon_arrow.svg) no-repeat top center/contain;
  background-color: #65b421;
  mask: url(../images/common/icon_arrow.svg) no-repeat top center/contain;
  z-index: 1;
}
.l-header__navi-child-ico::after {
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 100%;
  -webkit-mask: url(../images/common/icon_arrow_circle.svg) no-repeat center/contain;
  background-color: #65b421;
  mask: url(../images/common/icon_arrow_circle.svg) no-repeat center/contain;
}

.l-header__cta {
  align-items: center;
  display: flex;
  margin-left: 4.2rem;
  padding-top: 0.9em;
}

.l-header__reserve {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #90c267;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1.33;
  width: 5rem;
}

.l-header__tel {
  align-items: center;
  color: #65b421;
  display: inline-flex;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-left: 1.4rem;
  text-decoration: none;
}

.l-header__tel:hover {
  opacity: 0.75;
}

.l-header__hamburger {
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 2rem;
  top: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #91c267;
  border: 0;
  border-radius: 50%;
  height: 5rem;
  padding: 0;
  width: 5rem;
}

.l-header__hamburger-bar {
  background: #fff;
  border-radius: 9999px;
  display: inline-block;
  height: 0.1rem;
  position: relative;
  transition: 0.3s;
  width: 2.1rem;
}

.l-header__hamburger-bar::before,
.l-header__hamburger-bar::after {
  background: #fff;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 2.1rem;
}

.l-header__hamburger-bar::before {
  top: -0.8rem;
}

.l-header__hamburger-bar::after {
  top: 0.8rem;
}

body.is-open .l-header__hamburger-bar {
  background: #91c267;
}
body.is-open .l-header__hamburger-bar::before {
  background: #fff;
  rotate: 45deg;
  top: 0;
}
body.is-open .l-header__hamburger-bar::after {
  background: #fff;
  rotate: -45deg;
  top: 0;
}

.l-header__navi-pp {
  margin-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
}
.l-header__navi-pp a {
  color: #6c4e16;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-decoration: underline;
}

.l-footer__top.is-cloned-to-header {
  margin-top: 7rem;
}
.l-footer__top.is-cloned-to-header .l-footer__address {
  display: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  position: relative;
  width: 100%;
}
.l-main__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-main--404, .l-main--error {
  padding-block: 18rem 0;
}
.l-main--404 h1, .l-main--error h1 {
  margin-inline: auto;
  width: 47rem;
}
.l-main--404 .error-text, .l-main--error .error-text {
  font-size: 1.7rem;
  margin-top: 7.5rem;
  text-align: center;
}
.l-main--404 .error-link, .l-main--error .error-link {
  display: block;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  margin: 7.5rem auto 0;
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.l-main--404 .error-link::after, .l-main--error .error-link::after {
  background: linear-gradient(to right, #f6faf2, #65b421);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
.l-main--404 .c-btn, .l-main--error .c-btn {
  margin: 40px auto 0;
}

.no-link {
  pointer-events: none !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding-right: 3.4rem;
  position: relative;
  transition: 0.3s;
}

.c-btn:hover {
  opacity: 0.8;
}

.c-btn__text {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

.c-btn__ico {
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 2.5rem;
}
.c-btn__ico::before {
  aspect-ratio: 6/10.6;
  content: "";
  display: block;
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  -webkit-mask: url(../images/common/icon_arrow.svg) no-repeat top center/contain;
  background-color: #65b421;
  mask: url(../images/common/icon_arrow.svg) no-repeat top center/contain;
  z-index: 1;
}
.c-btn__ico::after {
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 100%;
  -webkit-mask: url(../images/common/icon_arrow_circle.svg) no-repeat center/contain;
  background-color: #65b421;
  mask: url(../images/common/icon_arrow_circle.svg) no-repeat center/contain;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-fixed-pagetop {
  aspect-ratio: 1/1;
  bottom: 10rem;
  opacity: 0;
  position: fixed;
  right: 2rem;
  transition: 0.3s;
  width: 4.5rem;
  z-index: 100;
}
.c-fixed-pagetop.is-show {
  opacity: 1;
}

.c-fixed-cta {
  align-items: center;
  background-color: #fff;
  border: 1px solid #f48585;
  border-radius: 50rem;
  bottom: 1rem;
  box-shadow: 0 0 6px rgba(74, 28, 28, 0.2);
  color: #f48585;
  display: flex;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.2rem;
  height: 6rem;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.05em;
  position: fixed;
  transform: translate(-50%, 0);
  width: calc(100% - 4rem);
  z-index: 100;
}
.c-fixed-cta img {
  aspect-ratio: 1/1;
  margin-right: 0.6rem;
  width: 1.6rem;
}
.c-fixed-cta span {
  background-color: #f8ecec;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-left: 1.5rem;
  padding: 0.6rem 1rem;
}

/* -------------------------------------------*/
.c-hours-table {
  border-collapse: collapse;
  width: 100%;
}

.c-hours-table__head .c-hours-table__row {
  border-bottom: 0.1rem solid rgba(122, 106, 106, 0.35);
}

.c-hours-table__body .c-hours-table__row {
  border-bottom: 0.1rem solid rgba(122, 106, 106, 0.35);
}

.c-hours-table__th {
  color: #6c4e16;
  flex: 1;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
  padding-bottom: 0.5em;
  text-align: center;
  white-space: nowrap;
}
.c-hours-table__th:nth-child(1) {
  width: 9.2em;
}

.c-hours-table__time {
  color: #6c4e16;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  letter-spacing: 0.025em;
  text-align: center;
}

.c-hours-table__td {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.c-hours-table__mark {
  display: inline-block;
  position: relative;
  top: -0.2em;
  vertical-align: middle;
}

.c-hours-table__mark.is-on {
  aspect-ratio: 45/49;
  background-image: url("../images/common/table_icon01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3rem;
}

.c-hours-table__mark.is-limited {
  aspect-ratio: 36/49;
  background-image: url("../images/common/table_icon02.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8rem;
}

.c-hours-table__mark.is-off {
  height: 1px;
  position: relative;
  width: 1.5rem;
}

.c-hours-table__mark.is-off::before {
  background-color: #6c4e16;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.c-hours-table__hours-note {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 1.1rem;
}
.c-hours-table__hours-note p {
  align-items: center;
  display: flex;
}
.c-hours-table__hours-note p span {
  align-items: center;
  display: flex;
  margin-right: 0.5rem;
}
.c-hours-table__hours-note p span::before {
  aspect-ratio: 36/49;
  background: url(../images/common/table_icon02.webp) no-repeat top center/contain;
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: -2px;
  width: 1.8rem;
  z-index: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-kv {
  margin: 0 auto;
  padding: 18rem 0 0;
  width: 91%;
}

.c-kv__head {
  text-align: center;
}

.c-kv__title {
  color: #6c4e16;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-kv__title-en {
  color: #b7ab94;
}

.c-kv__media {
  aspect-ratio: 1246/476;
  border-radius: 0.4rem;
  margin-top: 3.6rem;
  overflow: hidden;
  width: 100%;
}

.c-kv__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-pager {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}

.c-pager__list {
  align-items: center;
  display: inline-flex;
  gap: 1.6rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-pager__num {
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #a7b29c;
  display: inline-flex;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.8rem;
  justify-content: center;
  transition: 0.3s;
  width: 4rem;
}

.c-pager__num:hover {
  border-color: #65b421;
}

.c-pager__num.is-current {
  background: #65b421;
  color: #fff;
}

.c-pager__arrow {
  align-items: center;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: 4rem;
}
.c-pager__arrow:hover {
  opacity: 0.8;
}
.c-pager__arrow:hover::after {
  transform: translate(-50%, -50%) rotate(360deg);
  transition: transform 0.5s;
}
.c-pager__arrow.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.c-pager__arrow::before {
  aspect-ratio: 6/10.6;
  content: "";
  display: block;
  left: 53%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.9rem;
  -webkit-mask: url(../images/common/icon_arrow.svg) no-repeat top center/contain;
  background-color: #65b421;
  mask: url(../images/common/icon_arrow.svg) no-repeat top center/contain;
  z-index: 1;
}
.c-pager__arrow::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-mask: url(../images/common/icon_arrow_circle.svg) no-repeat top center/contain;
  background-color: #65b421;
  mask: url(../images/common/icon_arrow_circle.svg) no-repeat top center/contain;
  z-index: 1;
}
.c-pager__arrow--prev::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.c-pager__next:hover {
  opacity: 0.75;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-post h1 {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  margin: 1em 0;
}
.c-post h2 {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin: 2em 0 0.5em;
}
.c-post h3 {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.c-post h4,
.c-post h5,
.c-post h6 {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 2em 0 0.5em;
}
.c-post p + p {
  margin-top: 1em;
}
.c-post p a {
  color: #65b422;
  text-decoration: underline;
  text-decoration-color: #65b422;
}
.c-post ul {
  margin: 3.4em 0 3.1em;
}
.c-post ul li {
  padding-left: 2em;
  position: relative;
}
.c-post ul li:not(:first-child) {
  margin-top: 1em;
}
.c-post ul li::before {
  aspect-ratio: 18/20;
  background: url(../images/common/table_icon01.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.2rem;
  z-index: 1;
}
.c-post img {
  border-radius: 0.6rem;
  margin: 0.4rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
.c-post img.aligncenter {
  display: block;
  margin: 0 auto;
}
.c-post img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.c-post img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.p-about-lead {
  padding-top: 7rem;
  text-align: center;
}

.p-about-lead__catch {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2.1;
}

.p-about-lead__text {
  margin-top: 2.2rem;
}

.p-about-policy {
  margin-top: 9.4rem;
  padding-right: 14rem;
}

.p-about-policy__side-small {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.25em;
  line-height: 1;
}

.p-about-policy__side-title {
  align-items: center;
  color: #6c4e16;
  display: flex;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 4.4rem;
  height: 100%;
  letter-spacing: 0.25em;
  line-height: 1.8;
  margin-top: -0.2em;
  white-space: nowrap;
}

.p-about-policy__side-line {
  background-image: radial-gradient(circle, #6c4e16 0.3rem, transparent 0.31rem);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 0.6rem 2rem;
  display: inline-block;
  height: 100%;
  margin-top: 1rem;
  width: 0.6rem;
}

.p-about-policy__list {
  margin-top: 1.4rem;
}

.p-about-policy-card {
  display: flex;
  gap: 4.5rem;
}
.p-about-policy-card:not(:first-child) {
  margin-top: 7rem;
}

.p-about-policy-card__body {
  flex: 1;
  padding-top: 1rem;
}

.p-about-policy-card__title {
  color: #6c4e16;
  display: flex;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.4rem;
  gap: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-about-policy-card__title .p-about-policy-card__no {
  -webkit-text-stroke: 0.3rem #f48585;
  color: transparent;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 5.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-about-policy-card__p {
  margin-top: 3.2rem;
}

.p-about-policy-card__media {
  border-radius: 0.4rem;
  overflow: hidden;
  width: 37%;
}
.p-about-policy-card__media picture {
  height: 100%;
}

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

.p-about-infection {
  margin-top: 14rem;
  padding-bottom: 10.2rem;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 6.6rem;
  position: relative;
}
.p-about-infection::before {
  background-color: #fff;
  border-radius: 3rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 -11rem;
  position: absolute;
  top: 0;
  width: calc(100% + 22rem);
  z-index: -1;
}

.p-about-infection__title {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-about-infection__panel {
  margin-top: 6rem;
}

.p-about-infection__row {
  display: grid;
  gap: 9%;
  grid-template-columns: repeat(2, 1fr);
}

.p-about-infection__row--bottom {
  display: block;
  margin-top: 6.9rem;
}

.p-about-infection-card {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.p-about-infection-card--wide {
  flex: 1.2;
}

.p-about-infection-card__title {
  color: #6c4e16;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  padding: 0 0.5em;
}

.p-about-infection-card__text {
  margin-bottom: 2.6rem;
  margin-top: 1.6rem;
  padding: 0 0.5em;
}

.p-about-infection-card__media {
  border-radius: 0.4rem;
  margin-top: auto;
  overflow: hidden;
}
.p-about-infection-card__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about-infection__devices {
  display: grid;
  gap: 9.2%;
  grid-template-columns: repeat(2, 1fr);
}

.p-about-device {
  background-color: #f4f5f2;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.p-about-device__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about-device__body {
  flex: 1;
  padding: 1.5rem 3rem 1.8rem;
}

.p-about-device__title {
  font-family: sans-bold;
  font-size: 1.7rem;
  text-align: center;
}

.p-about-device__text {
  margin-top: 0.8rem;
}

/* -------------------------------------------*/
.p-access-map__map {
  aspect-ratio: 1226/765;
  margin-top: 8rem;
  width: 100%;
}
.p-access-map__map .gmap {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-access-info {
  margin: 9rem -3.2rem 0;
  width: calc(100% + 6.4rem);
}

.p-access-info__inner {
  display: flex;
  gap: 5%;
}

.p-access-info__photo {
  border-radius: 0.4rem;
  margin: 0;
  overflow: hidden;
  width: 62%;
}

.p-access-info__body {
  flex: 1;
}

.p-access-info__name {
  color: #677c57;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-access-info__name span {
  display: block;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.p-access-info__addr {
  color: #262626;
  margin-top: 1.3rem;
}

.p-access-info__note {
  margin-top: 2.2rem;
}

.p-access-info__note-wrap {
  padding-left: 3rem;
}
.p-access-info__note-wrap:not(:first-child) {
  margin-top: 0.4rem;
}
.p-access-info__note-wrap:nth-child(1) dt::before {
  background: url(../images/access/icon_car.webp) no-repeat top center/contain;
}
.p-access-info__note-wrap:nth-child(2) dt::before {
  background: url(../images/access/icon_train.webp) no-repeat top center/contain;
}
.p-access-info__note-wrap dt {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  position: relative;
}
.p-access-info__note-wrap dt::before {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  left: -3rem;
  position: absolute;
  top: 0.5rem;
  width: 2.4rem;
  z-index: 1;
}
.p-access-info__note-wrap dd {
  margin-top: 1.1rem;
}

.p-access-parking {
  margin-top: 8rem;
}

.p-access-parking__panel {
  display: flex;
  padding-bottom: 7rem;
  padding-left: 6.2rem;
  padding-right: 6.2rem;
  padding-top: 7rem;
  position: relative;
}
.p-access-parking__panel::before {
  background: #fff;
  border-radius: 3rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 -1.2rem;
  position: absolute;
  top: 0;
  width: calc(100% + 2.4rem);
  z-index: -1;
}

.p-access-parking__body {
  flex: 1;
}

.p-access-parking__title {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  padding-left: 2rem;
  position: relative;
}
.p-access-parking__title::before {
  aspect-ratio: 1/1;
  background-color: #f48585;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.1rem;
}

.p-access-parking__text {
  margin-top: 1rem;
}

.p-access-parking__photos {
  display: flex;
  gap: 5%;
  width: 59%;
}

.p-access-parking__photo {
  border-radius: 0.4rem;
  flex: 1;
  overflow: hidden;
}

.p-access-route {
  margin-top: 10.8rem;
}

.p-access-route__title {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-access-steps {
  margin-top: 6rem;
  padding: 0 3rem;
}

.p-access-steps--mt {
  margin-top: 6.2rem;
}

.p-access-steps__title {
  align-items: center;
  color: #6c4e16;
  display: flex;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
}
.p-access-steps__title::before {
  aspect-ratio: 12/17;
  background: url(../images/common/icon_goal.svg) no-repeat top center/contain;
  content: "";
  display: inline-block;
  margin-right: 1rem;
  position: relative;
  top: 0.2rem;
  width: 1.2rem;
  z-index: 1;
}

.p-access-steps__line {
  background-image: radial-gradient(circle, #6c4e16 0.15rem, transparent 0.16rem);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 1rem 0.3rem;
  flex: 1;
  height: 0.3rem;
  margin-left: 1.2rem;
}

.p-access-steps__list {
  display: grid;
  gap: 4.3rem 4%;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5.1rem;
}

.p-access-step__media {
  border-radius: 0.4rem;
  overflow: hidden;
}

.p-access-step__text {
  margin-top: 2.2rem;
  padding: 0 0.5rem;
  position: relative;
}
.p-access-step__text:has(.p-access-step__no) {
  margin-top: 2rem;
  padding-left: 4.3rem;
}

.p-access-step__no {
  color: #6c4e16;
  left: 1.2rem;
  padding-left: 0.5px;
  position: absolute;
  top: 0;
}
.p-access-step__no::before {
  align-items: center;
  aspect-ratio: 1/1;
  content: "";
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  -webkit-mask: url(../images/common/icon_arrow_circle.svg) no-repeat top center/contain;
  background-color: #f48585;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  mask: url(../images/common/icon_arrow_circle.svg) no-repeat top center/contain;
  z-index: 1;
}
.p-access-step__no img {
  align-items: center;
  aspect-ratio: 11/14;
  display: flex;
  justify-content: center;
  width: 0.9rem;
}

/* -------------------------------------------*/
.p-blog-filter {
  margin-top: 9rem;
}

.p-blog-filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.p-blog-filter__btn {
  align-items: center;
  border: 0.1rem solid #f49c9c;
  border-radius: 50rem;
  color: #f49c9c;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  line-height: 1.4;
  padding-bottom: 1.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.3rem;
  text-align: center;
  transition: 0.3s;
  width: 20rem;
}

.p-blog-filter__btn:hover {
  background: #f49c9c;
  color: #fff;
}

.p-blog-filter__btn.is-active {
  background: #f49c9c;
  color: #fff;
  pointer-events: none;
}

.p-blog-archive {
  margin-top: 10rem;
  padding: 0 2rem;
}

.p-blog-archive__list {
  display: grid;
  gap: 9rem 4%;
  grid-template-columns: repeat(3, 1fr);
}

.p-blog-card__link {
  display: block;
}
.p-blog-card__link:hover {
  opacity: 0.8;
}
.p-blog-card__link:hover img {
  transform: scale(1.05);
}

.p-blog-card__thumb {
  aspect-ratio: 300/225;
  border-radius: 0.4rem;
  overflow: hidden;
  width: 100%;
}
.p-blog-card__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.p-blog-card__meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding: 0 0.5rem;
}

.p-blog-card__date {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.p-blog-card__cat {
  align-items: center;
  background: #deedd2;
  border-radius: 0.4rem;
  color: #65b421;
  display: inline-flex;
  font-size: 1.3rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-blog-card__cat a {
  padding-bottom: 0;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  padding-top: 0;
}

.p-blog-card__title {
  display: -webkit-box;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  margin-top: 0.6rem;
  padding: 0 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-blog__pager {
  margin-top: 10.4rem;
}

.p-blog-single__inner {
  max-width: 89rem !important;
  padding-top: 19rem;
}

.p-blog-single__meta {
  align-items: center;
  display: flex;
  gap: 1.2rem;
}

.p-blog-single__date {
  color: #65b421;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.p-blog-single__cat {
  align-items: center;
  background: #deedd2;
  border-radius: 0.4rem;
  color: #65b421;
  display: inline-flex;
  font-size: 1.3rem;
  justify-content: center;
  letter-spacing: 0.05em;
}
.p-blog-single__cat a {
  line-height: 1.5;
  padding-bottom: 0;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  padding-top: 0.2rem;
}

.p-blog-single__cat:hover {
  opacity: 0.8;
}

.p-blog-single__title {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

.p-blog-single__thumb {
  border-radius: 0.4rem;
  margin-top: 4rem;
  overflow: hidden;
}

.p-blog-single__thumb img {
  height: auto;
  width: 100%;
}

.p-blog-single__contents {
  margin-top: 5.6rem;
  padding: 0 0.5rem;
}

.p-blog-single__back {
  margin-top: 10rem;
  text-align: center;
}

.p-blog-single__back-link {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  letter-spacing: 0.025em;
  transition: 0.3s;
}

.p-blog-single__back-link:hover {
  opacity: 0.75;
}

/* -------------------------------------------*/
.p-doctor__inner {
  padding-top: 12rem;
}

.p-doctor-profile {
  align-items: flex-start;
  display: flex;
  gap: 7rem;
}
.p-doctor-profile:not(:first-child) {
  margin-top: 11rem;
}
.p-doctor-profile:not(:first-child) .p-doctor-tags {
  gap: 5.5rem;
}
.p-doctor-profile:nth-child(2) .p-doctor-history__year {
  width: 7em;
}
.p-doctor-profile:nth-child(3) .p-doctor-history__year {
  width: 5.6em;
}
.p-doctor-profile__body {
  flex: 1;
  padding-left: 2.4rem;
}

.p-doctor-profile__role {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  position: relative;
}
.p-doctor-profile__role::before {
  aspect-ratio: 45/49;
  background: url(../images/doctor/role-deco.webp) no-repeat top center/contain;
  content: "";
  display: block;
  left: -3rem;
  position: absolute;
  top: 1.2rem;
  width: 2.3rem;
  z-index: 1;
}

.p-doctor-profile__sub {
  color: #6c4e16;
  line-height: 1.4;
  margin-top: 1rem;
}

.p-doctor-profile__name {
  color: #6c4e16;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.p-doctor-profile__name-en {
  color: #b7ab94;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-left: 1em;
}

.p-doctor-profile__message {
  margin-top: 1.4rem;
}

.p-doctor-profile__p {
  color: #6c4e16;
}

.p-doctor-profile__cols {
  margin-top: 3.6rem;
}

.p-doctor-block:not(:first-child) {
  margin-top: 3.5rem;
}

.p-doctor-block__title {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}

.p-doctor-history {
  margin-top: 0.8rem;
}

.p-doctor-history__row {
  display: flex;
}

.p-doctor-history__year {
  white-space: nowrap;
  width: 10em;
}

.p-doctor-history__desc {
  flex: 1;
}

.p-doctor-tags {
  display: flex;
  gap: 6rem;
  margin-top: 0.8rem;
}

.p-doctor-profile__media {
  border-radius: 1.2rem;
  flex: 1;
  max-width: 39rem;
  overflow: hidden;
}

.p-doctor-profile__media--small {
  max-width: 30rem;
}

.p-doctor-profile__media--panel {
  background: #e7eef6;
  position: relative;
}

/* -------------------------------------------*/
.p-equipment__stitle {
  color: #6c4e16;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  padding-left: 2rem;
  position: relative;
}
.p-equipment__stitle::before {
  aspect-ratio: 1/1;
  background-color: #f48585;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.1rem;
}

.p-equipment__msg {
  margin-top: 1.2rem;
}
.p-equipment__msg p:not(:first-child) {
  margin-top: 0.5em;
}

.p-equipment-sec__title {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-top: 7.8rem;
  text-align: center;
}

.p-equipment-hero {
  margin: 7rem 0 0;
  position: relative;
  width: 100%;
}

.p-equipment-hero__media {
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-equipment-hero__media img {
  height: 100%;
  width: 100%;
}

.p-equipment-hero__item:not(:first-child) {
  margin-top: 4rem;
}

.p-equipment-hero__label {
  color: #6c4e16;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  padding-left: 2rem;
  position: relative;
}
.p-equipment-hero__label::before {
  aspect-ratio: 1/1;
  background-color: #f48585;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.1rem;
}

.p-equipment-hero__text {
  margin-top: 1.4rem;
}
.p-equipment-hero__text p:not(:first-child) {
  margin-top: 0.6em;
}

.p-equipment-sec {
  margin-top: 10rem;
}

.p-equipment-item {
  align-items: flex-start;
  display: flex;
  gap: 5.7%;
}
.p-equipment-item:not(:first-child) {
  margin-top: 10rem;
}

.p-equipment-item__media {
  border-radius: 0.4rem;
  overflow: hidden;
  width: 56%;
}

.p-equipment-item__body {
  flex: 1;
}

.p-equipment-mini {
  display: grid;
  gap: 6.7%;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10rem;
}

.p-equipment-mini__media {
  border-radius: 0.4rem;
  overflow: hidden;
}

.p-equipment-mini__item-body {
  margin-top: 2.6rem;
  padding: 0 0.5rem;
}

.p-equipment-infection {
  margin-top: 11.6rem;
}

.p-equipment-mini__text {
  margin-top: 2.4rem;
}

.p-equipment-sterilize {
  display: grid;
  gap: 7rem 10.3%;
  grid-template-columns: repeat(2, 1fr);
  margin: 7rem auto 0;
  max-width: 67rem;
  width: 100%;
}

.p-equipment-sterilize__media {
  border-radius: 0.4rem;
  overflow: hidden;
}

.p-equipment-sterilize__item-body {
  margin-top: 2.6rem;
  padding: 0 0.5rem;
}

.p-equipment-sterilize__media--panel {
  background: #e7eef6;
  position: relative;
}

/* -------------------------------------------*/
.p-news-list {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6.3rem;
}

.p-news-list__item {
  border-bottom: 0.1rem solid #e8e3d9;
}

.p-news-list__link {
  align-items: center;
  display: flex;
  padding-bottom: 2.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.2rem;
}

.p-news-list__link:hover {
  opacity: 0.75;
}

.p-news-list__date {
  color: #65b421;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  width: 12rem;
}

.p-news-list__text {
  display: -webkit-box;
  flex: 1;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-news__pager {
  margin-top: 12rem;
}

.p-news-single__inner {
  max-width: 89rem !important;
  padding-top: 18.5rem;
}

.p-news-single__head {
  margin-top: 0;
}

.p-news-single__date {
  color: #65b421;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.p-news-single__title {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}

.p-news-single__contents {
  margin-left: 0;
  margin-top: 3.6rem;
  padding: 0 0.5rem;
}

.p-news-single__back {
  margin-top: 10rem;
  text-align: center;
}

.p-news-single__back-link {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
}

.p-news-single__back-link:hover {
  opacity: 0.75;
}

/* -------------------------------------------*/
.p-recruitment__inner {
  padding-top: 7.2rem;
}

.p-recruitment-hero__catch {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2rem;
  text-align: center;
}

.p-recruitment-hero__lead {
  margin-left: 0;
  margin-top: 2.4rem;
  text-align: center;
}

.p-recruitment-hero__text {
  margin-top: 2.2rem;
  text-align: center;
}

.p-recruitment-slider {
  margin: 11rem calc(50% - 50vw + var(--sbw, 0px) / 2) 0;
  width: 99vw;
}
.p-recruitment-slider .slick-slide {
  margin: 0 1rem;
}
.p-recruitment-slider .slick-slide img {
  border-radius: 0.4rem;
}

.p-recruitment-points {
  margin-top: 10.5rem;
}

.p-recruitment-points__panel {
  border-radius: 1.6rem;
}

.p-recruitment-points__title {
  align-items: center;
  color: #65b421;
  display: flex;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.4rem;
  gap: 0.6em;
  justify-content: center;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.p-recruitment-points__title::before, .p-recruitment-points__title::after {
  aspect-ratio: 22/28;
  background: url(../images/recruitment/icon_slash.svg) no-repeat top center/contain;
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1em;
  width: 2.2rem;
}
.p-recruitment-points__title::before {
  transform: scale(-1, 1);
}

.p-recruitment-points__list {
  -moz-column-count: 2;
  background: #fff;
  border-radius: 3rem;
  column-count: 2;
  margin: 2rem auto 0;
  max-width: 69.4rem;
  padding-bottom: 6.4rem;
  padding-left: 10rem;
  padding-right: 6rem;
  padding-top: 6.2rem;
  width: 100%;
}

.p-recruitment-points__item {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  padding-left: 2rem;
  position: relative;
}
.p-recruitment-points__item:not(:first-child) {
  margin-top: 1.2rem;
}

.p-recruitment-points__item::before {
  aspect-ratio: 1/1;
  background-color: #f48585;
  border-radius: 9999px;
  content: "";
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 1.1rem;
}

.p-recruitment-form {
  margin: 10.7rem auto 0;
  max-width: 84rem;
  width: 100%;
}

.p-recruitment-form__title {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-recruitment-form__lead {
  margin-top: 2rem;
  text-align: center;
}

.p-recruitment-form__form {
  margin-top: 5.2rem;
}

.p-recruitment__wrap {
  display: flex;
}
.p-recruitment__wrap:not(:first-child) {
  margin-top: 3.5rem;
}

.p-recruitment__dt {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  margin-top: 0.7em;
  width: 19rem;
}
.p-recruitment__dt p {
  display: inline-block;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
}

.p-recruitment__wrap.is-require .p-recruitment__dt::after {
  align-items: center;
  background-color: #f48585;
  border-radius: 0.4rem;
  color: #fff;
  content: "必須";
  display: inline-flex;
  font-size: 1.3rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 1rem;
  min-width: 4rem;
  padding-bottom: 0.1rem;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.p-recruitment__dd {
  flex: 1;
}

.p-recruitment-form__note {
  letter-spacing: 0.025em;
  margin-top: 2.6rem;
  text-align: center;
}
.p-recruitment-form__note a {
  text-decoration: underline;
  transition: 0.3s;
}
.p-recruitment-form__note a:hover {
  opacity: 0.8;
}

.p-recruitment-form__chk {
  margin-top: 3rem;
  text-align: center;
}

.p-recruitment-form__submit {
  margin-top: 3.5rem;
  text-align: center;
}

.wpcf7-submit {
  align-items: center;
  background: #f48585;
  border: 0;
  border-radius: 9999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  height: 4.5rem;
  justify-content: center;
  letter-spacing: 0.025em;
  transition: 0.3s;
  width: 20rem;
}

.p-recruitment-form__submit .wpcf7-submit:hover {
  opacity: 0.85;
}

.p-recruitment-form__recapcha {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  margin-top: 2.5rem;
  text-align: center;
}
.p-recruitment-form__recapcha a {
  line-height: 1.3;
  text-decoration: underline;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}

/* -------------------------------------------*/
.p-top-kv__wrap {
  align-items: stretch;
  display: flex;
  gap: 5.27vw;
  justify-content: space-between;
  min-height: 100vh;
  padding-left: 5.27vw;
  padding-right: 6rem;
}

.p-top-kv__left {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0 auto;
  padding-bottom: 4vh;
  padding-top: 20vh;
}

.p-top-kv__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 3.2rem;
  justify-content: center;
}

.p-top-kv__catch {
  color: #6c4e16;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-top-kv__text {
  color: #1a1311;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-top: 2em;
}

.p-top-kv__thumb {
  border-radius: 1.2rem;
  margin-left: 0;
  margin-top: 5vh;
  overflow: hidden;
}

.p-top-kv__btn {
  align-items: center;
  background-color: #f48585;
  border-radius: 50rem;
  color: #fff;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  justify-self: end;
  margin-left: auto;
  margin-right: 0;
  margin-top: 4vh;
  padding: 0;
  width: 20rem;
}
.p-top-kv__btn .c-btn__ico {
  right: 1.5rem;
}
.p-top-kv__btn .c-btn__ico::before, .p-top-kv__btn .c-btn__ico::after {
  background-color: #fff;
}
.p-top-kv__btn .c-btn__text {
  color: #fff;
}

.p-top-kv__right {
  position: relative;
  width: 54%;
}

.p-top-kv__petal {
  aspect-ratio: 40/44;
  bottom: -3rem;
  position: absolute;
  right: 9.7rem;
  width: 4rem;
}

.p-top-kv__main {
  border-radius: 0 0 0.4rem 0.4rem;
  height: 100%;
  overflow: hidden;
}

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

.p-top__title {
  text-align: center;
}

.p-top__title-jp {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.p-top__title-en {
  color: #f48585;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.p-top-news {
  margin: 0 auto;
  max-width: 80.4rem;
  padding-bottom: 10rem;
  padding-top: 11.5rem;
  position: relative;
  width: 100%;
}

.p-top-news__box {
  background: #fff;
  border-radius: 3rem;
  margin-top: 2.8rem;
  padding-bottom: 3.7rem;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 2.8rem;
  position: relative;
}

.p-top-news__item {
  align-items: center;
  border-bottom: 0.1rem solid #e8e3d9;
  display: flex;
  padding-bottom: 2.3rem;
  padding-left: 2rem;
  padding-top: 2.3rem;
}

.p-top-news__item:hover {
  opacity: 0.75;
}

.p-top-news__date {
  white-space: nowrap;
  width: 8em;
}

.p-top-news__text {
  display: -webkit-box;
  flex: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-news__btn {
  margin-top: 3.7rem;
  text-align: right;
}

.p-top-news__petal {
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  pointer-events: none;
  position: absolute;
  transform-origin: 50% 50%;
  will-change: transform;
}
.p-top-news__petal img {
  animation: petal-flutter 3.8s ease-in-out infinite;
  height: auto;
  transform-origin: 50% 55%;
  width: 100%;
  will-change: transform;
}
.p-top-news__petal--1 {
  animation-duration: 16s;
  animation-name: petal-float-1;
  aspect-ratio: 118/130;
  left: -16%;
  top: 21%;
  width: 5.9rem;
}
.p-top-news__petal--1 img {
  animation-delay: -1.2s;
  animation-duration: 16s;
}
.p-top-news__petal--2 {
  animation-delay: -2.1s;
  animation-duration: 14s;
  animation-name: petal-float-2;
  aspect-ratio: 146/155;
  right: -18%;
  top: 47%;
  width: 7.3rem;
}
.p-top-news__petal--2 img {
  animation-delay: -0.8s;
  animation-duration: 14s;
}
.p-top-news__petal--3 {
  animation-delay: -1.6s;
  animation-duration: 18s;
  animation-name: petal-float-3;
  aspect-ratio: 96/106;
  bottom: 9%;
  left: 14%;
  width: 4.65rem;
}
.p-top-news__petal--3 img {
  animation-delay: -1.9s;
  animation-duration: 18s;
}

@keyframes petal-float-1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(-6deg);
  }
  35% {
    transform: translate3d(0.6rem, -0.4rem, 0) rotate(6deg);
  }
  70% {
    transform: translate3d(0.2rem, 0.5rem, 0) rotate(-3deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-6deg);
  }
}
@keyframes petal-float-2 {
  0% {
    transform: translate3d(0, 0, 0) rotate(8deg);
  }
  30% {
    transform: translate3d(-0.7rem, -0.3rem, 0) rotate(-2deg);
  }
  65% {
    transform: translate3d(-0.3rem, 0.6rem, 0) rotate(10deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(8deg);
  }
}
@keyframes petal-float-3 {
  0% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  40% {
    transform: translate3d(0.4rem, -0.5rem, 0) rotate(7deg);
  }
  75% {
    transform: translate3d(-0.4rem, 0.3rem, 0) rotate(-4deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
}
@keyframes petal-flutter {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg) scale(0.98);
  }
  50% {
    transform: rotate(-8deg) scale(1);
  }
  75% {
    transform: rotate(12deg) scale(0.99);
  }
  100% {
    transform: rotate(0deg);
  }
}
.p-top-service__gallery {
  aspect-ratio: 1366/330;
  display: flex;
  gap: 1rem;
  margin: 0 calc(50% - 50vw + var(--sbw, 0px) / 2);
  width: 99vw;
}

.p-top-service__photo {
  margin: 0;
  overflow: hidden;
}
.p-top-service__photo:nth-child(1) {
  border-radius: 0 0.4rem 0.4rem 0;
  width: 61%;
}
.p-top-service__photo:nth-child(2) {
  border-radius: 0.4rem 0 0 0.4rem;
  flex: 1;
}
.p-top-service__photo picture {
  height: 100%;
}
.p-top-service__photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-service__head {
  padding-top: 11.5rem;
}

.p-top-service__list {
  display: grid;
  gap: 6.8rem 4%;
  grid-template-columns: repeat(4, 1fr);
  margin: 5.4rem auto 0;
  max-width: 87rem;
  width: 100%;
}

.p-top-service__link {
  align-items: center;
  color: #6c4e16;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.p-top-service__link:hover {
  opacity: 0.75;
}

.p-top-service__icon {
  max-width: 16rem;
  width: 100%;
}
.p-top-service__icon img {
  height: auto;
  width: 100%;
}

.p-top-service__label {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  margin-top: 1.6rem;
  text-align: center;
}

.p-top-access {
  padding-bottom: 11.2rem;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-top: 10.8rem;
}

.p-top-access__media {
  display: flex;
  gap: 1.6rem;
  margin-top: 5.2rem;
}

.p-top-access__map {
  border-radius: 0.4rem;
  flex: 1;
  overflow: hidden;
}
.p-top-access__map .gmap {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-access__photo {
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  width: 37.1%;
}

.p-top-access__caption {
  background-color: #91c267;
  color: #fff;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  line-height: 1.86;
  padding-bottom: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.6rem;
  width: 100%;
}

.p-top-access__info {
  display: flex;
  gap: 1rem;
  margin-top: 6rem;
  padding: 0 4%;
}

.p-top-access__contact {
  flex: 1;
}

.p-top-access__tel {
  align-items: center;
  display: flex;
}

.p-top-access__tel-ico {
  align-items: center;
  aspect-ratio: 1/1;
  background: #90c267;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1.33;
  width: 5rem;
}

.p-top-access__tel-link {
  color: #65b421;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-left: 1rem;
}

.p-top-access__tel-link:hover {
  opacity: 0.75;
}

.p-top-access__addr {
  margin-top: 1.2rem;
}
.p-top-access__addr span {
  display: inline-block;
  margin-top: 0.3em;
}

.p-top-access__hours {
  width: 48.6rem;
}

.p-top-blog {
  padding-bottom: 4rem;
  padding-left: 1.9%;
  padding-right: 1.9%;
  padding-top: 5.4rem;
  position: relative;
}
.p-top-blog::before {
  background-color: #fff;
  border-radius: 3rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 -10rem;
  position: absolute;
  top: 0;
  width: calc(100% + 20rem);
  z-index: -1;
}

.p-top-blog__body {
  margin-top: 5.2rem;
}

.p-top-blog__list {
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(3, 1fr);
}

.p-top-blog__btn {
  margin-top: 1.4rem;
  text-align: right;
}

.p-top-blog__link {
  display: block;
}

.p-top-blog__link:hover {
  opacity: 0.8;
}
.p-top-blog__link:hover .p-top-blog__thumb img {
  transform: scale(1.05);
}

.p-top-blog__thumb {
  aspect-ratio: 300/225;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.p-top-blog__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.p-top-blog__meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 0 1.5%;
}

.p-top-blog__date {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  padding-right: 2rem;
}

.p-top-blog__cat {
  background-color: #deedd2;
  border-radius: 0.4rem;
  color: #65b421;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 0 0.6em 0.1em;
}

.p-top-blog__title {
  color: rgba(91, 74, 74, 0.9);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  margin-top: 0.8rem;
}

.p-top-blog__text {
  display: -webkit-box;
  margin-top: 1rem;
  overflow: hidden;
  padding: 0 1.5%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-top-recruit {
  margin-top: 12rem;
  padding: 0 4.6%;
}

.p-top-recruit__link {
  align-items: center;
  background-color: #91c267;
  border-radius: 1rem;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 5rem;
  position: relative;
  transition: 0.3s;
}

.p-top-recruit__link:hover {
  opacity: 0.85;
}

.p-top-recruit__body {
  align-items: center;
  color: #fff;
  display: flex;
}

.p-top-recruit__title {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}

.p-top-recruit__text {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ ProN W6", sans-serif;
  margin-left: 3.9rem;
}

.p-top-recruit__photo {
  width: 40.5%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  max-width: var(--content_width);
  padding-inline: var(--content-both_space);
}

.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

@media not all and (max-width: 1400px){
  html {
    font-size: 70%;
  }
}

@media screen and (max-width: 1400px){
  .p-top-kv__wrap {
    gap: 4vw;
  }
  .p-top-kv__right {
    width: 68%;
  }
}

@media screen and (max-width: 1200px){
  .l-footer {
    max-width: 100%;
  }
  .l-footer__bottom::before {
    margin: 0 -3%;
    width: 106%;
  }
  .l-header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.3rem;
  }
  .l-header__logo {
    width: 14rem;
  }
  .l-header__navi-menu {
    gap: 2.5rem;
    padding-top: 1rem;
  }
  .l-header__navi-jp {
    font-size: 1.6rem;
  }
  .l-header__navi-en {
    font-size: 1rem;
  }
  .l-header__cta {
    margin-left: 2.8rem;
    padding-top: 0.3em;
  }
  .l-header__reserve {
    font-size: 1rem;
    width: 4rem;
  }
  .l-header__tel {
    font-size: 2.3rem;
  }
  .p-recruitment-slider {
    margin: 0 calc(var(--content-both_space) * -1.3);
    width: calc(100% + var(--content-both_space) * 2.6);
  }
  .p-top-service__gallery {
    margin: 0 calc(var(--content-both_space) * -1.3);
    width: calc(100% + var(--content-both_space) * 2.6);
  }
  .p-top-blog::before {
    margin: 0 auto;
    width: 100%;
  }
}

@media not all and (max-width: 927px){
  .l-header__navi-link.is-toggle::after {
    background-color: transparent;
    content: "";
    display: block;
    height: 4rem;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
  }
  .l-header__navi-child {
    background-color: #fff;
    border-radius: 3rem;
    box-shadow: 0 0 6px rgba(29, 34, 24, 0.2);
    left: 50%;
    opacity: 0;
    padding: 3.4rem 5rem;
    pointer-events: none;
    position: absolute;
    top: 150%;
    transform: translate(-50%, 0);
    transition: 0.3s;
    width: 73.6rem;
  }
  .l-header__navi-child.is-show {
    opacity: 1;
    pointer-events: all;
  }
  .l-header__navi-child__inner {
    display: flex;
    justify-content: space-between;
  }
  .l-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    max-width: 1800px;
    min-height: 100vh;
    min-width: 1200px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .p-about-policy__side {
    height: 100%;
    position: absolute;
    right: 0;
    text-orientation: upright;
    top: 0;
    writing-mode: vertical-rl;
  }
  .p-about-policy-card:nth-child(odd) {
    padding-right: 6.6rem;
  }
  .p-about-policy-card:nth-child(odd) .p-about-policy-card__media {
    width: 41%;
  }
  .p-equipment-hero__box {
    background: rgba(255, 255, 255, 0.85);
    bottom: 2rem;
    padding-bottom: 2.8rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
    position: absolute;
    right: 2rem;
    width: 44.8rem;
    z-index: 1;
  }
  .p-top-kv__catch {
    writing-mode: vertical-rl;
  }
  .p-top-kv__text {
    writing-mode: vertical-rl;
  }
  .p-top-kv__text .tcy {
    text-combine-upright: all;
  }
  .u-st {
    display: none !important;
  }
  .u-tab {
    display: none;
  }
}

@media screen and (max-width: 927px){
  :root {
    --content_width: 750px;
    --header_height: 8rem;
    --content-both_space: 2rem;
  }
  html {
    font-size: 62.5%;
  }
  body {
    overflow-x: clip;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 10px;
  }
  textarea {
    height: 300px;
  }
  input[type=radio] + .wpcf7-list-item-label {
    padding: 0 10px 0 40px;
  }
  input[type=radio] + .wpcf7-list-item-label::after {
    content: "";
    left: 6px;
  }
  .l-footer {
    padding: 10rem 2rem 13rem;
  }
  .l-footer__top {
    margin: 0 auto;
    max-width: 65rem;
  }
  .l-footer__top-inner {
    flex-direction: column;
    width: 100%;
  }
  .l-footer__brand {
    max-width: 13.8rem;
  }
  .l-footer__contact {
    margin: 2.1rem 0 0;
  }
  .l-footer__hours {
    margin: 3rem 0 0;
    width: 100%;
  }
  .l-footer__bottom {
    display: none;
  }
  .l-header__navi {
    background-color: #f6faf2;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    right: 0;
    top: 0;
    transition: 0.3s;
    width: 100%;
  }
  body.is-open .l-header__navi {
    opacity: 1;
    pointer-events: all;
  }
  .l-header__navi-inner {
    flex-direction: column;
    height: 100dvh;
    padding: 10.9rem 2rem 8rem;
    width: 100%;
  }
  .l-header__navi-menu {
    flex-direction: column;
    gap: 4.5rem;
    width: 100%;
  }
  .l-header__navi-item {
    width: 100%;
  }
  .l-header__navi-link {
    display: block;
    text-align: center;
  }
  .l-header__navi-link.is-open .l-footer-navi__item-toggle::after {
    rotate: 0deg !important;
  }
  .l-header__navi-jp {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .l-header__navi-child {
    display: none;
    margin-top: 3rem;
  }
  .l-header__navi-child__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .l-header__navi-child-wrap:not(:first-child) {
    margin-top: 1.9rem;
  }
  .l-header__cta {
    display: none;
  }
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
  .l-main--404 .c-btn, .l-main--error .c-btn {
    margin-top: 30px;
  }
  .p-about-lead {
    padding-top: 4rem;
  }
  .p-about-lead__catch {
    font-size: 1.8rem;
    line-height: 2;
  }
  .p-about-lead__text {
    margin-top: 2.9rem;
  }
  .p-about-policy {
    margin-top: 8.7rem;
    padding: 0;
  }
  .p-about-policy__side-small {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .p-about-policy__side-title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
  .p-about-policy__side-line {
    background-image: radial-gradient(circle, #6c4e16 0.2rem, transparent 0.21rem);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: 1.2rem 0.4rem;
    height: 0.4rem;
    margin: 0 0 0 1.2rem;
    width: 100%;
  }
  .p-about-policy__list {
    margin-top: 3.2rem;
  }
  .p-about-policy-card {
    gap: 3rem;
  }
  .p-about-infection {
    margin-top: 9rem;
    padding: 3rem 3rem 4.1rem;
  }
  .p-about-infection::before {
    border-radius: 2rem;
    margin: 0;
    width: 100%;
  }
  .p-access-info {
    margin: 6rem 0 0;
    width: 100%;
  }
  .p-access-info__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-access-info__photo {
    aspect-ratio: 350/248;
    width: 100%;
  }
  .p-access-info__photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-access-info__note {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-access-info__note-wrap dd {
    margin-top: 0;
  }
  .p-access-parking__panel {
    flex-direction: column;
    padding: 3rem 3rem 4rem;
  }
  .p-access-parking__photos {
    margin: 1.8rem auto 0;
    width: 90%;
  }
  .p-access-steps__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-doctor-profile__media {
    border-radius: 0.4rem;
    margin: 0 auto 3.5rem;
    max-width: 74%;
  }
  .p-equipment-hero__box {
    margin-top: 2.2rem;
  }
  .p-equipment-item {
    flex-direction: column;
    gap: 2rem;
  }
  .p-equipment-item:not(:first-child) {
    margin-top: 5.9rem;
  }
  .p-equipment-item__media {
    width: 100%;
  }
  .p-equipment-mini {
    gap: 6rem;
    grid-template-columns: repeat(1, 1fr);
    margin: 6rem auto 0;
    width: 83%;
  }
  .p-equipment-infection {
    margin-top: 7.8rem;
  }
  .p-recruitment-slider {
    margin: 6rem calc(50% - 50vw) 0;
    width: 100vw;
  }
  .p-top-kv__wrap {
    flex-direction: column-reverse;
    gap: 3.5rem;
    padding: 0 2rem;
  }
  .p-top-kv__left {
    display: block;
    padding: 0;
  }
  .p-top-kv__copy {
    display: block;
    gap: 2rem;
  }
  .p-top-kv__btn {
    margin: 2.5rem auto 0;
  }
  .p-top-kv__right {
    margin-left: -2rem;
    width: calc(100% + 2rem);
  }
  .p-top-kv__main {
    border-radius: 0 0.4rem 0.4rem 0;
  }
  .p-top-news__petal {
    display: none;
  }
  .p-top-service__gallery {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-top-service__list {
    gap: 3.5rem 2%;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-top-access {
    padding: 9rem 0 9rem;
  }
  .p-top-access__caption {
    font-size: 1.4rem;
  }
  .p-top-access__info {
    flex-direction: column;
    margin: 3rem auto 0;
    max-width: 65rem;
    padding: 0;
  }
  .p-top-access__hours {
    margin-top: 2.2rem;
    width: 100%;
  }
  .p-top-blog {
    padding: 4rem 3rem 3.6rem;
  }
  .p-top-recruit {
    margin-top: 7.8rem;
    padding: 0;
  }
  .p-top-recruit__body {
    display: block;
    padding: 1.2rem 0 2rem;
  }
  .p-top-recruit__text {
    margin: 0;
  }
  .p-top-recruit__photo {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
  }
  .p-top-recruit__photo picture {
    height: 100%;
  }
  .p-top-recruit__photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .u-pc {
    display: none;
  }
  .u-psp {
    display: none !important;
  }
}

@media screen and (max-width: 767px){
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
}

@media not all and (max-width: 666px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .wpcf7-radio {
    padding-left: 1rem;
  }
  .p-about-policy-card:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-doctor-profile--reverse {
    flex-direction: row-reverse;
  }
  .p-doctor-history__desc {
    white-space: nowrap;
  }
  .p-top-kv__btns {
    text-align: right;
    width: 100%;
  }
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 666px){
  html {
    font-size: 62.5%;
  }
  .l-footer__tel-link {
    font-size: 2.2rem;
  }
  .l-footer__credit {
    bottom: 0%;
    font-size: 1rem;
    right: 0;
    transform: rotate(-90deg) translate(100%, 48vw);
  }
  .l-header__navi-child-item {
    width: 13.5em;
  }
  .l-main--404 .error-text, .l-main--error .error-text {
    font-size: 1.5rem;
  }
  .l-main--404 .error-link, .l-main--error .error-link {
    font-size: 1.5rem;
  }
  .c-hours-table__th {
    padding-bottom: 0.7em;
  }
  .c-hours-table__th:nth-child(1) {
    width: 7.2em;
  }
  .c-hours-table__hours-note {
    display: block;
  }
  .c-kv {
    padding-top: 12.7rem;
  }
  .c-kv__title {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  .c-kv__media {
    aspect-ratio: 350/495;
    margin-top: 3rem;
  }
  .c-pager {
    gap: 0.8rem;
    margin: 10rem -2.5rem 0;
  }
  .c-pager__list {
    gap: 0.8rem;
  }
  .c-pager__num {
    font-size: 1.5rem;
    width: 3.6rem;
  }
  .c-pager__arrow {
    width: 3.8rem;
  }
  .c-post h2 {
    font-size: 1.8rem;
    margin: 1.2em 0 0.5em;
  }
  .c-post h3 {
    font-size: 1.6rem;
    margin: 1.2em 0 0.7em;
  }
  .c-post h4,
  .c-post h5,
  .c-post h6 {
    font-size: 1.6rem;
  }
  .c-post ul {
    margin: 1.5em 0 2em;
  }
  .c-post ul li:not(:first-child) {
    margin-top: 0.8em;
  }
  .p-about-policy-card {
    flex-direction: column-reverse;
    gap: 2.2rem;
  }
  .p-about-policy-card:not(:first-child) {
    margin-top: 4.8rem;
  }
  .p-about-policy-card__body {
    padding-top: 0;
  }
  .p-about-policy-card__title {
    font-size: 2rem;
    line-height: 1.75;
  }
  .p-about-policy-card__title .p-about-policy-card__no {
    font-size: 4rem;
  }
  .p-about-policy-card__p {
    letter-spacing: 0.025em;
    margin-top: 2rem;
  }
  .p-about-policy-card__media {
    width: 100%;
  }
  .p-about-infection__title {
    font-size: 2rem;
  }
  .p-about-infection__panel {
    margin-top: 2.5rem;
  }
  .p-about-infection__row {
    gap: 5.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-about-infection__row--bottom {
    margin-top: 5.6rem;
  }
  .p-about-infection-card__title {
    line-height: 1.8;
    padding: 0;
  }
  .p-about-infection-card__text {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    padding: 0;
  }
  .p-about-infection__devices {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-about-device__media {
    aspect-ratio: 290/198;
  }
  .p-about-device__body {
    padding: 0 2.5rem 1.3rem;
  }
  .p-access-map__map {
    aspect-ratio: 350/495;
    margin-top: 5rem;
  }
  .p-access-info__name {
    font-size: 2.2rem;
  }
  .p-access-info__name span {
    font-size: 1.2rem;
  }
  .p-access-info__note {
    display: block;
    margin-top: 0;
  }
  .p-access-parking {
    margin-top: 5.2rem;
  }
  .p-access-parking__panel::before {
    border-radius: 2rem;
    margin: 0;
    width: 100%;
  }
  .p-access-parking__photos {
    flex-direction: column;
    gap: 2rem;
  }
  .p-access-route {
    margin-top: 9rem;
  }
  .p-access-route__title {
    font-size: 2rem;
  }
  .p-access-steps {
    margin-top: 2rem;
    padding: 0;
  }
  .p-access-steps--mt {
    margin-top: 4rem;
  }
  .p-access-steps__title {
    display: block;
    text-align: center;
    width: 100%;
  }
  .p-access-steps__title::before {
    margin-right: 0.6rem;
  }
  .p-access-steps__line {
    display: none;
  }
  .p-access-steps__list {
    gap: 3.8 rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.2rem;
    padding: 0 2.5rem;
  }
  .p-access-step__no {
    top: -0.5rem;
  }
  .p-blog-filter {
    margin-top: 5.2rem;
  }
  .p-blog-filter__list {
    display: grid;
    gap: 1.5rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }
  .p-blog-filter__btn {
    flex: 1;
    padding: 1.1rem 1.5rem;
    width: 100%;
  }
  .p-blog-archive {
    margin-top: 6rem;
    padding: 0 2.5rem;
  }
  .p-blog-archive__list {
    gap: 5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-blog-card__meta {
    margin-top: 1.8rem;
  }
  .p-blog__pager {
    margin-top: 8.7rem;
  }
  .p-blog-single__inner {
    padding-top: 13rem;
  }
  .p-blog-single__meta {
    gap: 1.8rem;
  }
  .p-blog-single__title {
    font-size: 2rem;
  }
  .p-blog-single__thumb {
    margin-top: 2.7rem;
  }
  .p-blog-single__contents {
    margin-top: 3.6rem;
    padding: 0;
  }
  .p-blog-single__back {
    margin-top: 8rem;
  }
  .p-doctor__inner {
    padding-top: 9rem;
  }
  .p-doctor-profile {
    flex-direction: column;
  }
  .p-doctor-profile:not(:first-child) {
    margin-top: 8.3rem;
  }
  .p-doctor-profile__body {
    padding: 0;
  }
  .p-doctor-profile__role {
    font-size: 2rem;
    padding-left: 3.1rem;
  }
  .p-doctor-profile__role::before {
    left: 0;
    top: 1.1rem;
    width: 2.1rem;
  }
  .p-doctor-profile__sub {
    margin-top: 0.4rem;
    padding-left: 3.1rem;
  }
  .p-doctor-profile__name {
    font-size: 1.8rem;
    line-height: 1.58;
    padding-left: 3.1rem;
  }
  .p-doctor-profile__name-en {
    font-size: 1.2rem;
  }
  .p-doctor-profile__cols {
    margin-top: 2rem;
  }
  .p-doctor-block:not(:first-child) {
    margin-top: 2.3rem;
  }
  .p-doctor-history {
    margin-top: 0.5rem;
  }
  .p-doctor-tags {
    display: block;
    margin-top: 0.5rem;
  }
  .p-equipment__msg p:not(:first-child) {
    margin-top: 0.2em;
  }
  .p-equipment-sec__title {
    font-size: 2rem;
    margin-top: 4.2rem;
  }
  .p-equipment-hero {
    margin-top: 3rem;
  }
  .p-equipment-hero__item:not(:first-child) {
    margin-top: 2rem;
  }
  .p-equipment-hero__text {
    margin-top: 0.8rem;
  }
  .p-equipment-hero__text p:not(:first-child) {
    margin-top: 0.4em;
  }
  .p-equipment-sec {
    margin-top: 5.7rem;
  }
  .p-equipment-mini__item-body {
    margin-top: 2.2rem;
    padding: 0;
  }
  .p-equipment-sterilize {
    gap: 6rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.9rem;
    width: 83%;
  }
  .p-equipment-sterilize__item-body {
    margin-top: 2.2rem;
    padding: 0;
  }
  .p-news-list {
    padding: 2.5rem 0 0;
  }
  .p-news-list__link {
    display: block;
    padding: 2rem 0;
  }
  .p-news-list__text {
    margin-top: 0.5rem;
    -webkit-line-clamp: 3;
  }
  .p-news-single__inner {
    padding-top: 12.5rem;
  }
  .p-news-single__title {
    font-size: 2rem;
  }
  .p-news-single__contents {
    margin-top: 2.3rem;
    padding: 0;
  }
  .p-news-single__back {
    margin-top: 8rem;
  }
  .p-recruitment__inner {
    padding-top: 4rem;
  }
  .p-recruitment-hero__catch {
    font-size: 1.8rem;
  }
  .p-recruitment-hero__text {
    margin-top: 2.8rem;
  }
  .p-recruitment-slider .slick-slide {
    margin: 0.5rem;
  }
  .p-recruitment-points {
    margin-top: 9rem;
  }
  .p-recruitment-points__panel {
    border-radius: 2rem;
  }
  .p-recruitment-points__title {
    font-size: 2rem;
    gap: 0.4em;
    line-height: 1.5;
  }
  .p-recruitment-points__title::before, .p-recruitment-points__title::after {
    aspect-ratio: 36/47;
    background: url(../images/recruitment/icon_slash_sp.svg) no-repeat top center/contain;
    width: 3.6rem;
  }
  .p-recruitment-points__list {
    -moz-column-count: inherit;
    border-radius: 2rem;
    column-count: inherit;
    margin-top: 1.8rem;
    padding: 3.2rem 2rem 3.2rem 19%;
  }
  .p-recruitment-points__item:not(:first-child) {
    margin-top: 1.3rem;
  }
  .p-recruitment-form {
    margin-top: 9rem;
  }
  .p-recruitment-form__title {
    font-size: 2rem;
  }
  .p-recruitment-form__lead {
    margin-top: 2.8rem;
  }
  .p-recruitment-form__form {
    margin-top: 0;
  }
  .p-recruitment__wrap {
    display: block;
  }
  .p-recruitment__wrap:not(:first-child) {
    margin-top: 2.5rem;
  }
  .p-recruitment__dt {
    margin: 0;
    width: 100%;
  }
  .p-recruitment__wrap.is-require .p-recruitment__dt::after {
    margin-left: 0.6rem;
  }
  .p-recruitment__dd {
    margin-top: 0.5rem;
  }
  .p-recruitment-form__recapcha {
    margin-top: 2rem;
  }
  .p-top-kv__catch {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .p-top-kv__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 1rem;
  }
  .p-top-kv__thumb {
    margin-top: 1.3rem;
  }
  .p-top__title-jp {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  .p-top-news {
    padding-bottom: 8rem;
    padding-top: 7.5rem;
  }
  .p-top-news__box {
    border-radius: 2rem;
    margin-top: 1.5rem;
    padding: 1.5rem 3rem 3.7rem;
  }
  .p-top-news__item {
    display: block;
    padding: 1.8rem 1rem;
  }
  .p-top-news__date {
    width: 100%;
  }
  .p-top-news__text {
    -webkit-line-clamp: 2;
  }
  .p-news__btn {
    margin-top: 2.2rem;
    text-align: center;
  }
  .p-top-service__gallery {
    aspect-ratio: 390/149;
    margin: 0 -2rem;
    width: calc(100% + 4rem);
  }
  .p-top-service__head {
    padding-top: 7.6rem;
  }
  .p-top-service__list {
    gap: 3.8rem 4%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
  }
  .p-top-service__icon {
    width: 78%;
  }
  .p-top-service__label {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    margin-top: 1.2rem;
  }
  .p-top-access__media {
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
  }
  .p-top-access__map {
    aspect-ratio: 350/495;
  }
  .p-top-access__photo {
    width: 100%;
  }
  .p-top-access__caption {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1.9rem 0;
  }
  .p-top-access__tel-link {
    font-size: 2.2rem;
  }
  .p-top-blog {
    padding-top: 3.7rem;
  }
  .p-top-blog::before {
    border-radius: 2rem;
  }
  .p-top-blog__body {
    margin-top: 3rem;
  }
  .p-top-blog__list {
    gap: 3.7rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top-blog__btn {
    margin-top: 3.6rem;
    text-align: center;
  }
  .p-top-blog__thumb {
    aspect-ratio: 290/205;
  }
  .p-top-blog__meta {
    margin-top: 1.2rem;
  }
  .p-top-recruit__link {
    gap: 0;
    overflow: hidden;
    padding-left: 1.5rem;
  }
  .p-top-recruit__title {
    font-size: 1.8rem;
  }
  .p-top-recruit__text {
    font-size: 1.2rem;
    line-height: 1.67;
  }
  .p-top-recruit__photo {
    width: 30%;
  }
  .u-pt {
    display: none !important;
  }
  .u-tab {
    display: none !important;
  }
  .u-psp {
    display: block !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-main--404 .error-link::after, .l-main--error .error-link::after {
    transition: 0.5s;
    transition-property: left;
  }
  .l-main--404 .error-link:hover::after, .l-main--error .error-link:hover::after {
    left: 1rem;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
