@charset "UTF-8";
/* =====================================
  Shippori Mincho B1
===================================== */
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ShipporiMinchoB1-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ShipporiMinchoB1-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ShipporiMinchoB1-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ShipporiMinchoB1-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/ShipporiMinchoB1-ExtraBold.woff") format("woff");
}
/* =====================================
  Noto Sans JP（Variable）
===================================== */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300 900;
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2");
}
/* =====================================
  Marcellus SC
===================================== */
@font-face {
  font-display: swap;
  font-family: "Marcellus SC";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MarcellusSC-Regular.woff") format("woff");
}
/* =====================================
  Jomolhari
===================================== */
@font-face {
  font-display: swap;
  font-family: "Jomolhari";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Jomolhari-Regular.woff") format("woff");
}
html {
  font-size: 16px;
}

body {
  background-color: #f5f5f5;
  color: #413d35;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  opacity: 1;
  position: relative;
  transition: opacity 0.1s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: 400;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

body.is-fixed {
  overflow: hidden;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* li要素の高さを子要素のフォントサイズに合わせる */
li {
  line-height: 1;
}

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

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  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;
}

/* フォームリセット */
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;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-drawerIcon {
  background: #998e73;
  display: none;
  height: 4.4375rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 4.4375rem;
  z-index: 103;
}

.l-drawerIcon--bar {
  background: #fff;
  display: inline-block;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 2.1875rem;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
  width: 2.5rem;
}

.l-drawerIcon--bar1 {
  top: 1.4375rem;
}

.l-drawerIcon--bar3 {
  top: 2.9375rem;
}

.l-drawerIcon.is-active .l-drawerIcon--bar1 {
  top: 2.1875rem;
  transform: translateX(-50%) rotate(-30deg);
  transition: 0.5s;
}
.l-drawerIcon.is-active .l-drawerIcon--bar2 {
  opacity: 0;
  transition: 0.5s;
}
.l-drawerIcon.is-active .l-drawerIcon--bar3 {
  top: 2.1875rem;
  transform: translateX(-50%) rotate(30deg);
  transition: 0.5s;
}

.l-drawer {
  height: 100dvh;
  position: fixed;
  right: -120%;
  top: 0;
  transition: 0.5s;
  width: 100vw;
  z-index: 102;
}

.l-drawer.is-active {
  right: 0;
}

.l-drawer__title {
  left: 0.9375rem;
  position: absolute;
  top: 0.3125rem;
  z-index: 102;
}

.l-drawer__logo {
  -o-object-fit: cover;
  aspect-ratio: 67/66;
  display: inline-block;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
  width: 4.1875rem;
}

.l-drawer__wrap {
  background: url(../img/sp/bg_drawer@2x.png) center center/cover no-repeat;
  height: 100dvh;
  padding-block: 5.625rem 1.8125rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 101;
}

.l-drawer__nav {
  height: 100%;
  overflow-y: scroll;
}

.l-drawer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.l-drawer__nav-link {
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  min-width: 8.125rem;
  padding-block: 0.625rem;
  text-align: center;
}

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

.l-drawer__tel-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.625;
}

.l-drawer__btn {
  height: 3.75rem;
  margin-inline: auto;
  margin-top: 0.625rem;
  width: 13.75rem;
}

.l-drawer__background {
  background-color: #686151;
}

.l-footer {
  background-color: #686251;
  padding-block: 1.3125rem 1.5625rem;
  position: relative;
}

.l-footer__logo-wrap {
  left: 50%;
  position: absolute;
  top: 2.5625rem;
  transform: translateX(-55.5625rem);
}

.l-footer__logo {
  -o-object-fit: cover;
  aspect-ratio: 183/50;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
  width: 11.4375rem;
}

.l-footer__logo-link {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.l-footer__body {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__nav-list {
  align-items: center;
  display: flex;
  gap: 5.4375rem;
  justify-content: center;
}

.l-footer__nav-link {
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  opacity: 1;
  padding-block: 0.5rem;
  transition: 0.3s ease-in-out;
}
.l-footer__bottom {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 0.75rem;
}

.l-footer__privacy-link {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.l-footer__copyright {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.7142857143;
}

.l-header {
  position: relative;
}

.l-header__wrap {
  background-color: transparent;
  height: 8.875rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 100;
}

header.DownMove .l-header__wrap {
  background-color: #998e73;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: end;
  margin-inline: auto;
  max-width: 120rem;
  padding-inline: 2.9375rem 11.5rem;
  padding-top: 0.625rem;
}

.l-header__title {
  left: 50%;
  position: absolute;
  top: 0.625rem;
  transform: translateX(-57.6875rem);
  z-index: 101;
}

.l-header__logo {
  -o-object-fit: cover;
  aspect-ratio: 121/117;
  display: inline-block;
  height: auto;
  object-fit: cover;
  opacity: 1;
  transition: 0.3s ease-in-out;
  vertical-align: middle;
  width: 7.5625rem;
}
.l-header__nav {
  align-items: center;
  display: flex;
  gap: 4.6875rem;
}

.l-header__list {
  align-items: center;
  display: flex;
  gap: 2.8125rem;
}

.l-header__link {
  color: #998e73;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  opacity: 1;
  padding-block: 0.5rem;
  transition: 0.3s ease-in-out;
}
header.DownMove .l-header__link {
  color: #fff;
}

.l-header__tel {
  align-items: center;
  display: flex;
  gap: 0.8125rem;
}

.l-header__tel-text {
  color: #998e73;
  font-size: 1.4375rem;
  letter-spacing: 0;
  line-height: 1.0434782609;
  transition: 0.3s ease-in-out;
}

header.DownMove .l-header__tel-text {
  color: #fff;
}

.l-header__btn {
  height: 3.625rem;
  width: 14.5rem;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 11.4375rem;
  padding-right: 11.4375rem;
  width: 120rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #998e73;
  display: flex;
  gap: 1rem;
  height: 100%;
  justify-content: center;
  transition: 0.3s all;
}

.c-btn__icon {
  -o-object-fit: cover;
  aspect-ratio: 1;
  background: url(../img/common/icon_tel.svg) center center/cover no-repeat;
  display: inline-block;
  height: auto;
  margin-top: 0.0625rem;
  object-fit: cover;
  width: 0.96875rem;
}

.c-btn__num {
  color: #998e73;
  font-family: "Marcellus SC", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.8571428571;
}
.c-cat {
  border: 1px solid #998e73;
  color: #998e73;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.5;
  min-width: 9.1875rem;
  padding-inline: 0.5em;
  padding-top: 0.0625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-heading__bg {
  background: url(../img/pc/bg_heading@2x.png) center center/cover no-repeat;
  height: 18.5625rem;
  left: 50vw;
  position: absolute;
  top: 11rem;
  transform: translateX(-50vw);
  width: calc(50% + 20.125rem);
}

.c-heading__text {
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 4.6875rem;
  position: relative;
}
.c-heading__text::before {
  -o-object-fit: cover;
  aspect-ratio: 134/64;
  background: url(../img/pc/img_title_s@2x.png) center center/cover no-repeat;
  content: "";
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0.625rem;
  width: 8.375rem;
}

.c-headline1__main {
  border-left: 2px solid #998e73;
  font-size: 1.875rem;
  padding-left: 1.875rem;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s;
}
.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #998e73;
  color: #998e73;
  display: inline-block;
  min-width: 9.1875rem;
  padding-inline: 0.5em;
  padding-top: 0.0625rem;
  text-align: center;
}

.c-title {
  color: #756d5e;
  font-family: "Marcellus SC", serif;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.p-access {
  position: relative;
}

.p-access__bg {
  background-color: #686251;
  bottom: 0;
  height: 15.4375rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-access__inner {
  padding-top: 4.9375rem;
  position: relative;
}

.p-access__title-wrap {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-access__title {
  font-size: 6.25rem;
  letter-spacing: 0;
}

.p-access__container {
  background: url(../img/pc/bg_access@2x.png) center center/cover no-repeat;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: -0.9375rem;
  max-width: 73.75rem;
  padding-block: 3.25rem;
  padding-inline: 3.4375rem 6.75rem;
}

.p-access__map {
  -o-object-fit: cover;
  aspect-ratio: 513/358;
  height: auto;
  object-fit: cover;
  width: 32.0625rem;
}
.p-access__map iframe {
  height: 100%;
  width: 100%;
}

.p-access__content {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 2rem;
}

.p-access__zip {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.7142857143;
  margin-left: 1.625rem;
}

.p-access__address-item {
  letter-spacing: 0;
  line-height: 1.5;
  padding-left: 1.25rem;
  position: relative;
}
.p-access__address-item::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-access__address-item:not(:first-of-type) {
  margin-top: 0.3125rem;
}

.p-access__address::before {
  -o-object-fit: cover;
  aspect-ratio: 10/12;
  background: url(../img/common/icon_access1.svg) center center/cover no-repeat;
  height: auto;
  object-fit: cover;
  width: 0.625rem;
}

.p-access__transport::before {
  -o-object-fit: cover;
  aspect-ratio: 10/13;
  background: url(../img/common/icon_access2.svg) center center/cover no-repeat;
  height: auto;
  object-fit: cover;
  width: 0.625rem;
}

.p-access__tel::before {
  -o-object-fit: cover;
  aspect-ratio: 14/12;
  background: url(../img/common/icon_access3.svg) center center/cover no-repeat;
  height: auto;
  object-fit: cover;
  width: 0.875rem;
}

.p-access__schedule {
  border-bottom: 1px solid #998e73;
  border-top: 1px solid #998e73;
  margin-top: 1.375rem;
  position: relative;
}
.p-access__schedule::before {
  background-color: #998e73;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 3.125rem;
  width: 100%;
}

.p-access__head {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1875;
  padding-block: 1.1875rem 0.625rem;
  padding-inline: 0.5625rem;
}

.p-access__head--title {
  color: #998e73;
  font-weight: 700;
  padding-inline: 3.0625rem 1.875rem;
  text-align: initial;
  white-space: nowrap;
}

.p-access__time-top,
.p-access__time-bottom {
  text-align: center;
}

.p-access__time-top {
  padding-block: 0.9375rem 0.3125rem;
}

.p-access__time-bottom {
  padding-block: 0.3125rem 1.125rem;
}

.p-access__time-top--text,
.p-access__time-bottom--text {
  color: #998e73;
  letter-spacing: 0;
  line-height: 1.1875;
  padding-right: 1.5rem;
  text-align: right;
}

.p-access__note {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: 0.5rem;
  padding-left: 9.625rem;
}

.p-calendar iframe {
  -o-object-fit: cover;
  aspect-ratio: 800/300;
  height: auto;
  margin-bottom: 1.25rem;
  object-fit: cover;
  width: 100%;
}

.p-commitment {
  position: relative;
}

.p-commitment__bg {
  background: url(../img/pc/bg_commitment@2x.png) center center/cover no-repeat;
  height: 28.5625rem;
  left: 50%;
  position: absolute;
  top: 4.6875rem;
  transform: translateX(-50vw);
  width: calc(50vw + 41.5rem);
}

.p-commitment__inner {
  padding-block: 7.875rem 5.9375rem;
  position: relative;
}

.p-commitment__title-wrap {
  margin-left: 11.9375rem;
  position: relative;
}
.p-commitment__title-wrap::before {
  -o-object-fit: cover;
  aspect-ratio: 180/102;
  background: url(../img/pc/img_title_l@2x.png) center center/cover no-repeat;
  content: "";
  height: auto;
  left: -8.125rem;
  object-fit: cover;
  position: absolute;
  top: -1.1875rem;
  width: 10.625rem;
}

.p-commitment__title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.p-commitment__text {
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-left: 11.9375rem;
  margin-top: 2.1875rem;
}

.p-commitment__cards {
  align-items: center;
  display: flex;
  gap: 6.25rem;
  margin-left: 10.25rem;
  margin-top: 1.875rem;
}

.p-commitment__card {
  padding-block: 1.1875rem 0.1875rem;
  padding-inline: 1rem 0.1875rem;
  position: relative;
}

.p-commitment__card-tag {
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  top: 0;
}

.p-commitment__card-tag-text {
  color: #a19b90;
  font-family: "Marcellus SC", serif;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.62;
}
.p-commitment__card-tag-text span {
  font-size: 0.8em;
}

.p-commitment__card-tag-num {
  color: #a19b90;
  font-family: "Jomolhari", serif;
  font-size: 3.125rem;
  letter-spacing: 0.1em;
  line-height: 0.972;
  margin-top: -0.625rem;
}

.p-commitment__card-body {
  -o-object-fit: cover;
  aspect-ratio: 348/262;
  height: auto;
  object-fit: cover;
  position: relative;
  width: 21.75rem;
}
.p-commitment__card-body::before {
  -o-object-fit: cover;
  aspect-ratio: 351/265;
  background-color: #686251;
  clip-path: polygon(90% 0, 100% 0%, 100% 100%, 0 100%, 0 90%);
  content: "";
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 21.9375rem;
}
.p-commitment__card-body::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.p-commitment__card-body--1::after {
  background: url(../img/pc/img_commitment1@2x.png) center center/cover no-repeat;
}

.p-commitment__card-body--2::after {
  background: url(../img/pc/img_commitment2@2x.png) center center/cover no-repeat;
}

.p-commitment__card-body--3::after {
  background: url(../img/pc/img_commitment3@2x.png) center center/cover no-repeat;
}

.p-commitment__card-text {
  color: #fff;
  font-size: 1.4375rem;
  left: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  top: 12.53125rem;
  transform: translateY(-50%);
  z-index: 2;
}

.p-contactAccess {
  background: url(../img/pc/bg_contact@2x.png) center center/cover no-repeat;
}

.p-contact__inner {
  padding-top: 3.75rem;
}

.p-contact__title-wrap {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contact__title {
  font-size: 6.25rem;
  letter-spacing: 0;
  position: relative;
}
.p-contact__title::before {
  -o-object-fit: cover;
  aspect-ratio: 155/93;
  background: url(../img/pc/img_title_l@2x.png) center center/cover no-repeat;
  content: "";
  height: auto;
  left: -9.125rem;
  object-fit: cover;
  position: absolute;
  top: -0.3125rem;
  width: 9.6875rem;
}

.p-contact__container {
  background-color: #998e73;
  margin-inline: auto;
  margin-top: -0.9375rem;
  max-width: 41.375rem;
  padding-block: 2.375rem;
}

.p-contact__text {
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.0434782609;
  text-align: center;
}

.p-contact__btn {
  height: 4.1875rem;
  margin-inline: auto;
  margin-top: 1.125rem;
  width: 16.8125rem;
}

.p-fv {
  background: url(../img/pc/bg_fv_top1@2x.png) center center/cover no-repeat;
  position: relative;
}

.p-fv__bg {
  background: url(../img/pc/bg_fv_top2@2x.png) center center/cover no-repeat;
  height: 55.1875rem;
  left: 50%;
  position: absolute;
  top: 25.8125rem;
  transform: translateX(-50vw);
  width: calc(50vw + 20.9375rem);
}

.p-fv__inner {
  padding-block: 8.875rem 4.8125rem;
  position: relative;
}

.p-fv__top {
  position: relative;
}

.p-fv__img1 {
  -o-object-fit: cover;
  aspect-ratio: 998/661;
  height: auto;
  margin-left: auto;
  margin-right: -7.1875rem;
  object-fit: cover;
  width: 62.375rem;
}

.p-fv__text {
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: -20.625rem;
  position: relative;
}

.p-fv__bottom {
  align-items: flex-start;
  display: flex;
  margin-top: 3.875rem;
}

.p-fv__img2 {
  -o-object-fit: cover;
  aspect-ratio: 556/676;
  height: auto;
  margin-left: 2.875rem;
  object-fit: cover;
  width: 34.75rem;
}

.p-fv__news {
  margin-left: auto;
  margin-right: -2.375rem;
  margin-top: 25.75rem;
}

.p-fv-news__title-wrap {
  padding-left: 4.75rem;
  padding-top: 1.25rem;
  position: relative;
}
.p-fv-news__title-wrap::before {
  -o-object-fit: cover;
  aspect-ratio: 134/64;
  background: url(../img/pc/img_title_s@2x.png) center center/cover no-repeat;
  content: "";
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 8.375rem;
}

.p-fv-news__title {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.8571428571;
  position: relative;
}

.p-fv-news__content {
  margin-top: 2.6875rem;
  position: relative;
  width: 50.9375rem;
}
.p-fv-news__content::before {
  background: #998e73;
  content: "";
  height: calc(100% + 0.1875rem);
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% + 0.1875rem);
}

.p-fv-news__list {
  background: #fff;
  padding-block: 1.25rem 2.1875rem;
  padding-inline: 3.625rem 2.625rem;
  position: relative;
}

.p-fv-news__link {
  align-items: center;
  border-bottom: 1px solid #e4e0d8;
  display: flex;
  gap: 1.25rem;
  padding-block: 0.9375rem;
  transition: 0.3s ease-in-out;
}
.p-fv-news__date {
  color: #b2afab;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.p-fv-news__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.2;
  overflow: hidden;
}

.p-fv-news__btn {
  margin-left: auto;
  margin-right: 5.5625rem;
  margin-top: 3.8125rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-fv-news__btn-link {
  background-color: transparent;
  border: 1px solid #686251;
  color: #686251;
  display: inline-block;
  display: grid;
  font-size: 1.4375rem;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0;
  line-height: 1;
  padding-block: 1.75rem;
  padding-inline: 4.0625rem;
  place-content: center;
  position: relative;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.p-fv-news__btn-link::after {
  background-color: #686251;
  content: "";
  height: 1px;
  position: absolute;
  right: -5.9375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  width: 7.375rem;
}
.p-header {
  height: 5rem;
  padding: 0;
  right: 0;
  transition: 0.5s all;
  width: 100%;
  z-index: 100;
}

.p-header__inner {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  height: inherit;
  justify-content: space-between;
  padding-left: 1.25rem;
  position: relative;
  width: 100%;
  z-index: 10;
}

.p-header__logo {
  max-width: 100%;
}
.p-header__logo a img {
  max-width: 100%;
  width: 12.5rem;
}

.p-header__wrap {
  display: flex;
  height: inherit;
}

.p-header__contact {
  background-color: #998e73;
  color: #fff;
  max-width: 100%;
  transition: 0.3s background-color;
  width: 15.625rem;
}
.p-header__contact a {
  display: grid;
  height: 5rem;
  place-content: center;
}

.p-header__contactTxt {
  font-size: 1rem;
  font-weight: 300;
  padding-left: 2.1875rem;
  position: relative;
}
.p-header__contactTxt::before {
  background: url(../images/common/mail.svg) center center/contain no-repeat;
  content: "";
  height: 1.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.p-pcNav {
  align-items: center;
  display: flex;
  height: inherit;
  margin-left: auto;
}

.p-pcNav__item {
  height: inherit;
  padding: 0 1.25rem;
}

.p-pcNav__item:last-child {
  padding-right: 2.5rem;
}

.p-pcNav__item {
  position: relative;
}
.p-pcNav__item::before {
  background-color: #998e73;
  content: "";
  height: 1.25rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: 0.3s all;
  visibility: hidden;
  width: 1px;
}

.p-pcNav__item.is-current::before {
  opacity: 1;
  visibility: visible;
}
.p-pcNav__link {
  align-items: center;
  color: #000;
  display: block;
  display: flex;
  font-size: 1rem;
  font-weight: 300;
  height: inherit;
  justify-content: center;
  position: relative;
}
.p-pcNav__link span {
  display: block;
  position: relative;
}
.p-pcNav__link span::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s all;
  width: 100%;
}
.p-pcNav__tel::before {
  content: "";
  display: inline-block;
  height: 0.875rem;
  margin-right: 7px;
  width: 0.875rem;
}

.p-pcNav__contact {
  background-color: #3d4346;
  box-sizing: border-box;
  color: #fff;
  height: 5.1875rem !important;
  padding-top: 0.625rem;
  transition: 0.3s all;
  width: 5.1875rem;
}
.p-pcNav__contact a {
  align-items: center;
  display: flex;
  height: 5.1875rem !important;
  justify-content: center;
}
.p-pcNav__contact img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.375rem;
  width: 1.5625rem;
}
.p-pcNav__contact span {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-top: 0.9375rem;
}
.current-page .hover-line:after {
  opacity: 1;
}

.js-fixed + main > .js-mv {
  margin: 0rem 1.4375rem 0;
  transition: 0.3s all;
}

.c-hamburger-outer {
  display: none;
}

.c-hamburger {
  cursor: pointer;
  display: block;
  height: 1rem;
  position: relative;
  transition: 0.3s all;
  width: 1.25rem;
  z-index: 3;
}

.c-hamburger span:nth-child(1) {
  transform: translateY(-6px);
}

.c-hamburger span:nth-child(3) {
  transform: translateY(6px);
}

/*OPEN時の動き*/
.js-open .c-hamburger span {
  transition: ease 0.5s;
}

.js-open .c-hamburger span:nth-child(1) {
  transform: rotate(45deg);
}

.js-open .c-hamburger span:nth-child(2) {
  opacity: 0;
}

.js-open .c-hamburger span:nth-child(3) {
  left: 0;
  right: 0;
  transform: rotate(-45deg);
  width: 100%;
}

body.noscroll {
  overflow: hidden;
}

.c-spNav {
  display: none;
}

.c-spNav__inner {
  padding: 5rem 0.9375rem 1.875rem;
}

.c-spNav.js-open {
  opacity: 100;
  visibility: visible;
}

.c-spNav__item {
  border-bottom: 1px solid #e4e0d8;
}
.c-spNav__item:first-of-type {
  border-top: 1px solid #e4e0d8;
}

.c-spNav__link {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  padding: 1.0625rem 0;
  position: relative;
}
.c-spNav__link::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s all;
  width: 100%;
}
.c-spNav__link span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
.c-spNav__banner {
  margin: 3.125rem auto 0;
  width: 21.25rem;
}

.c-spNav__logo {
  margin: 5.125rem auto 0;
  width: 20.6875rem;
}

.p-hoge {
  color: blue;
  font-size: 6.25rem;
}

.p-hoge2 {
  color: pink;
  font-size: 1.875rem;
}

.p-introduction {
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.p-introduction__inner {
  padding-block: 6.6875rem 15.0625rem;
  padding-right: initial;
  position: relative;
}

.p-introduction__container {
  align-items: flex-start;
  display: flex;
  gap: 7.4375rem;
  padding-block: 4.4375rem 5.9375rem;
  padding-left: 10.4375rem;
  position: relative;
  width: 100%;
}

.p-introduction__bg {
  background: url(../img/pc/bg_introduction@2x.png) center center/cover no-repeat;
  height: 100%;
  position: absolute;
  right: calc((50vw - 60rem) * -1);
  top: 0;
  width: calc(50vw + 48.5625rem);
}

.p-introduction__img1 {
  -o-object-fit: cover;
  aspect-ratio: 499/428;
  height: auto;
  margin-top: 0.8125rem;
  object-fit: cover;
  position: relative;
  width: 31.1875rem;
  z-index: 2;
}

.p-introduction__text-wrap {
  color: #fff;
  position: relative;
}

.p-introduction__title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.p-introduction__profile {
  align-items: flex-end;
  display: flex;
  gap: 0.625rem;
  margin-top: 2.8125rem;
}

.p-introduction__label {
  letter-spacing: 0;
  line-height: 1.4375;
}

.p-introduction__name {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4347826087;
}

.p-introduction__message {
  margin-top: 1.3125rem;
  width: 36.1875rem;
}

.p-introduction__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-introduction__career-list {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.875rem;
}

.p-introduction__career-item {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
}
.p-introduction__career-item:not(:first-of-type) {
  margin-top: 0.625rem;
}

.greeting__career-date {
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.1875;
  min-width: 6.25rem;
}

.greeting__career-title {
  letter-spacing: 0;
  line-height: 1.1875;
}

.p-introduction__img2 {
  -o-object-fit: cover;
  aspect-ratio: 647/326;
  bottom: -7.5rem;
  height: auto;
  left: -11.4375rem;
  object-fit: cover;
  position: absolute;
  width: 40.4375rem;
  z-index: 1;
}

.p-list:not(:first-of-type) {
  margin-top: 5.9375rem;
}

.p-list__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.p-list__items {
  border-bottom: 1px solid #e4e0d8;
  border-top: 1px solid #e4e0d8;
  margin-inline: auto;
  margin-top: 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-list__item {
  border-left: 1px solid #e4e0d8;
  border-right: 1px solid #e4e0d8;
  display: grid;
  grid-template-columns: 15.5rem 37.0625rem;
}
.p-list__item:not(:first-of-type) dt {
  border-top: 1px solid #fff;
}
.p-list__item:not(:first-of-type) dd {
  border-top: 1px solid #e4e0d8;
}

.p-list__item dt,
.p-list__item dd {
  align-items: center;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-block: 1.25rem;
  padding-inline: 1.4375rem;
  text-align: left;
  vertical-align: top;
}

.p-list__item dt {
  background-color: #998e73;
  color: #fff;
  height: 100%;
}

.p-list__item dd {
  background-color: #fff;
}

.p-media {
  display: flex;
  font-size: 1.25rem;
  justify-content: space-between;
  max-width: 100%;
}

.foo {
  font-size: 6.25rem;
}

.p-media__head {
  font-size: 1.875rem;
}

.p-media__txt {
  font-size: 1.25rem;
}

.p-media__img {
  width: 40%;
}

.p-media__body {
  width: 50%;
}

.p-message {
  background: url(../img/pc/bg_message1@2x.png) center center/cover no-repeat;
  position: relative;
}

.p-message__bg {
  background: url(../img/pc/bg_message2@2x.png) center center/cover no-repeat;
  height: 28.125rem;
  left: 50%;
  position: absolute;
  top: 5.4375rem;
  transform: translateX(calc(-50% - 3.9375rem));
  width: 75.125rem;
}

.p-message__inner {
  padding-block: 7.1875rem 10.5625rem;
  position: relative;
}

.p-message__wrap {
  display: flex;
  justify-content: space-between;
}

.p-message__body {
  -o-object-fit: cover;
  aspect-ratio: 742/358;
  height: auto;
  object-fit: cover;
  width: 46.375rem;
}

.p-message__title {
  font-size: 6.25rem;
  letter-spacing: 0;
  line-height: 1.25;
}

.p-message__title-sub {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4375;
  margin-left: 10.125rem;
  margin-top: -1.75rem;
}

.p-message__text {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-left: 10.125rem;
  margin-top: 2.1875rem;
}

.p-message__img {
  -o-object-fit: cover;
  aspect-ratio: 777/450;
  background: url(../img/pc/img_message1@2x.png) center center/cover no-repeat;
  height: auto;
  margin-top: 4.5rem;
  object-fit: cover;
  width: 48.5625rem;
}

.p-modal {
  background: rgba(255, 255, 255, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__block {
  background-color: #FEAEBB;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-news {
  background: url(../img/pc/bg_news@2x.png) center center/cover no-repeat;
  overflow-x: hidden;
  position: relative;
}

.p-news__inner {
  padding-block: 17.625rem 6.25rem;
  position: relative;
}

.p-news__container {
  background-color: #686251;
  margin-top: 2.4375rem;
  padding-bottom: 0.4375rem;
  padding-right: 0.375rem;
  width: 100%;
}

.p-news__container-inner {
  background-color: #fff;
  height: 100%;
  padding-block: 6.25rem;
  padding-inline: 11.6875rem 11.3125rem;
  width: 100%;
}

.p-news__items {
  border-bottom: 1px solid #e4e0d8;
}

.p-news__item {
  border-top: 1px solid #e4e0d8;
  padding-block: 1.5625rem;
}

.p-news__summary {
  list-style: none;
  opacity: 1;
  position: relative;
  transition: 0.2s ease-in-out;
}
.p-news__summary::-webkit-details-marker {
  display: none;
}
.p-news__summary::before {
  -o-object-fit: cover;
  aspect-ratio: 10/17;
  background: url(../img/common/icon_arrow_bottom.svg) center center/contain no-repeat;
  content: "";
  height: auto;
  object-fit: cover;
  position: absolute;
  right: 3rem;
  top: 1.6875rem;
  transition: 0.3s ease-in-out;
  width: 0.625rem;
}

.p-news__items .is-opened .p-news__summary {
  transition: margin-bottom 0.3s ease;
}
.p-news__items .is-opened .p-news__summary::before {
  transform: scale(1, -1);
}

.p-news__date {
  color: #b2afab;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  padding-left: 1.5625rem;
  padding-top: 0.0625rem;
}

.p-news__text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 1.3125rem;
}

.p-news__content-inner {
  padding-block: 2.5rem 1.25rem;
}
.p-news__content-inner p {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.p-news__content-inner p:not(:first-of-type) {
  margin-top: 1.8em;
}
.p-news__content-inner h1 {
  font-size: 1.3125rem;
}
.p-news__content-inner h2 {
  font-size: 1.25rem;
}
.p-news__content-inner h3 {
  font-size: 1.1875rem;
}
.p-news__content-inner h4 {
  font-size: 1.125rem;
}
.p-news__content-inner h5 {
  font-size: 1.0625rem;
}
.p-news__content-inner h1,
.p-news__content-inner h2,
.p-news__content-inner h3,
.p-news__content-inner h4,
.p-news__content-inner h5,
.p-news__content-inner h6 {
  font-weight: 700;
}
.p-news__content-inner * + h2,
.p-news__content-inner * + h3,
.p-news__content-inner * + h4,
.p-news__content-inner * + h5,
.p-news__content-inner * + h6 {
  margin-top: 1.8em;
}

.p-pageTop {
  bottom: 19.875rem;
  cursor: pointer;
  position: absolute;
  right: 50%;
  transform: translateX(47rem);
  z-index: 38;
}

.p-pageTop__wrap {
  -o-object-fit: cover;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  transition: 0.5s opacity;
  width: 5.8125rem;
}
.p-recruit {
  background: url(../img/pc/bg_recruit@2x.png) center center/cover no-repeat;
}

.p-recruit__inner {
  padding-block: 17.625rem 5.625rem;
  position: relative;
}

.p-recruit__content {
  margin-top: 11.625rem;
}

.p-services {
  background: url(../img/pc/bg_services@2x.png) center center/cover no-repeat;
}

.p-services__inner {
  padding-block: 14.1875rem 7.3125rem;
  padding-inline: 11.625rem;
}

.p-services__container {
  background-color: #fff;
  padding-block: 13.375rem 2.875rem;
  padding-inline: 1.8125rem;
  position: relative;
}

.p-services__title-wrap {
  left: 50%;
  margin-inline: auto;
  position: absolute;
  text-align: center;
  top: -3.6875rem;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
}

.p-services__title {
  font-size: 6.25rem;
  letter-spacing: 0;
  line-height: 0.48;
}

.p-services__title-sub {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 3.375rem;
}

.p-services__title-text {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.3333333333;
  margin-top: 2.1875rem;
}

.p-services__items {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-services__item {
  margin-inline: auto;
  max-width: 45.625rem;
  position: relative;
  width: 100%;
}
.p-services__item::before {
  background-color: #f3f5f5;
  content: "";
  height: 10.875rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
.p-services__item:last-child {
  grid-column: 1/-1;
  justify-self: center;
}

.p-services__item--s::before {
  width: 34rem;
}

.p-services__item-title {
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1.3125rem;
  position: relative;
  text-align: center;
}

.p-services__cards {
  align-items: center;
  display: flex;
  gap: 4.6875rem;
  justify-content: center;
  margin-top: 1.25rem;
  position: relative;
}

.p-services__card {
  -o-object-fit: cover;
  aspect-ratio: 162/172;
  background-color: #686251;
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0 100%, 0 20%);
  height: auto;
  object-fit: cover;
  width: 10.125rem;
}

.p-services__card-inner {
  -o-object-fit: cover;
  aspect-ratio: 160/170;
  background-color: #ebebe9;
  height: auto;
  object-fit: cover;
  padding-top: 0.6875rem;
  width: 10rem;
}

.p-services__card-text {
  color: #686251;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}

.p-services__card-icon {
  -o-object-fit: cover;
  aspect-ratio: 100/70;
  height: auto;
  margin-inline: auto;
  margin-top: 0.1875rem;
  object-fit: cover;
  position: relative;
  width: 6.25rem;
}
.p-services__card-icon::before {
  -o-object-fit: cover;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 100vmax;
  content: "";
  height: auto;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 4.375rem;
}
.p-services__card-icon img {
  position: relative;
}

.p-services__card-title-wrap {
  display: grid;
  margin-inline: auto;
  margin-top: 0.1875rem;
  min-height: 2.3125rem;
  padding-inline: 0.625rem;
  place-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-services__card-title-wrap::before {
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 0.3125rem; /* 横 */
}
.p-services__card-title-wrap::before {
  background: linear-gradient(#fff, #fff) left top/0.3125rem 0.125rem no-repeat, linear-gradient(#fff, #fff) left top/0.125rem 0.5rem no-repeat, linear-gradient(#fff, #fff) left bottom/0.3125rem 0.125rem no-repeat, linear-gradient(#fff, #fff) left bottom/0.125rem 0.5rem no-repeat;
}
.p-services__card-title-wrap::after {
  content: "";
  inset: 0 0 0 auto;
  position: absolute;
  width: 0.3125rem;
}
.p-services__card-title-wrap::after {
  background: linear-gradient(#fff, #fff) right top/0.3125rem 0.125rem no-repeat, linear-gradient(#fff, #fff) right top/0.125rem 0.5rem no-repeat, linear-gradient(#fff, #fff) right bottom/0.3125rem 0.125rem no-repeat, linear-gradient(#fff, #fff) right bottom/0.125rem 0.5rem no-repeat;
}

.p-services__card-title {
  color: #756d5e;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.p-slider {
  background-color: #fff;
  width: 100%;
}

.p-slider__inner {
  margin-inline: auto;
  max-width: 120rem;
  padding-left: 7.875rem;
  width: 100%;
}

.p-slider__wrapper {
  overflow: hidden;
  padding-block: 8.5rem 13.1875rem;
}

.p-slider__swiper-container,
.p-slider__swiper,
.p-slider__swiper-wrapper,
.p-slider__swiper-slide {
  position: relative;
}

.p-slider__swiper {
  overflow: visible;
}

.p-slider__swiper-slide {
  -o-object-fit: cover;
  align-items: center;
  aspect-ratio: 408/295;
  display: flex;
  height: auto;
  justify-content: center;
  object-fit: cover;
  width: 25.5rem;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
  right: unset;
  top: unset;
}

/* =============================
   ページネーション (progressbar)
============================= */
/* 位置の設定と外枠 */
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  background: #e9e9e9;
  border-radius: 0.3125rem;
  height: 0.625rem;
  left: 50%;
  top: calc(100% + 4.0625rem);
  translate: -50%;
  width: 58.1875rem;
}

/* activeな部分 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #686251;
  border-radius: 0.1875rem;
  height: 60%;
  top: 0.125rem;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-font-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-en {
  font-family: "Marcellus SC", serif;
}

.u-font-jomo {
  font-family: "Jomolhari", serif;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 0 0 10px rgba(104, 98, 81, 0.1);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px){
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
  .p-pageTop__wrap:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) and (max-width: 1559px){
  html {
    font-size: 0.8333333333vw;
  }
}

@media screen and (min-width: 769px){
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
  .p-pcNav__item:hover::before {
    opacity: 1;
    transition: 0.3s all;
    visibility: visible;
  }
}

@media screen and (min-width: 980px){
  .p-header__contact:hover {
    background-color: #0b4faa;
    transition: 0.3s background-color;
  }
  .p-pcNav__link:hover span:after {
    opacity: 1;
    transition: 0.3s all;
  }
  .c-spNav__link:hover:after {
    opacity: 1;
    transition: 0.3s all;
  }
}

@media screen and (min-width: 1281px){
  .p-pcNav__contact:hover {
    background-color: #b79f77;
    transition: 0.3s all;
  }
  .p-header__link:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

@media screen and (min-width: 1560px){
  html {
    font-size: 13px;
  }
}

@media screen and (max-width: 1350px){
  .p-pcNav__item {
    padding: 0 1.25rem;
  }
  .p-pcNav__link {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1200px){
  .p-header__logo a img {
    width: 9.375rem;
  }
  .p-header__contact {
    width: 11.25rem;
  }
  .p-header__contactTxt {
    font-size: 0.75rem;
    padding-left: 1.25rem;
  }
  .p-header__contactTxt::before {
    height: 0.6875rem;
    width: 1.125rem;
  }
  .p-pcNav__item:last-child {
    padding-right: 1.25rem;
  }
  .p-media__txt {
    color: pink;
  }
}

@media screen and (max-width: 1100px){
  .p-pcNav__item {
    padding: 0 0.625rem;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 21.33px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-drawerIcon {
    display: block;
  }
  .l-footer {
    padding-block: 1.0625rem 0.6875rem;
  }
  .l-footer__logo-wrap {
    bottom: 2.8125rem;
    top: initial;
    transform: translateX(-50%);
  }
  .l-footer__nav-list {
    flex-direction: column;
    gap: 1.5rem;
    margin-inline: auto;
    max-width: 10rem;
  }
  .l-footer__nav-item {
    text-align: center;
    width: 100%;
  }
  .l-footer__nav-link {
    padding-block: 0.1875rem;
    width: 100%;
  }
  .l-footer__bottom {
    margin-top: 5.8125rem;
  }
  .l-footer__privacy-link {
    font-size: 1rem;
    line-height: 1.5;
  }
  .l-header__wrap {
    height: 4.4375rem;
    padding-inline: 1rem;
    padding-top: 0.3125rem;
  }
  header.DownMove .l-header__wrap {
    background-color: transparent;
  }
  .l-header__title {
    transform: translateX(-10.6875rem);
  }
  .l-header__logo {
    width: 4.1875rem;
  }
  .l-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 23.4375rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-btn {
    gap: 0.5rem;
  }
  .c-btn__icon {
    width: 0.5875rem;
  }
  .c-btn__num {
    font-size: 1rem;
    line-height: 0.78125;
  }
  .c-cat {
    font-size: 0.75rem;
    line-height: 1;
    min-width: 6.25rem;
    padding-block: 0.25rem;
    padding-inline: 0.375rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-heading__bg {
    height: 8.8125rem;
    top: 6.5rem;
    width: calc(50% + 7.75rem);
  }
  .c-heading__text {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    padding-left: 3.1875rem;
  }
  .c-heading__text::before {
    left: 0.5rem;
    top: -0.5625rem;
    width: 5.5rem;
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .p-news + .p-access {
    background: url(../img/sp/bg_contactsp@2x.png) center center/cover no-repeat;
  }
  .p-access__bg {
    height: 10.5rem;
  }
  .p-access__inner {
    padding-top: 2.5rem;
  }
  .p-access__title {
    font-size: 3.125rem;
  }
  .p-access__container {
    background: url(../img/sp/bg_accesssp@2x.png) center center/cover no-repeat;
    flex-direction: column;
    margin-top: -0.5rem;
    padding-block: 1.75rem 1.3125rem;
    padding-inline: 0.4375rem;
  }
  .p-access__map {
    margin-inline: auto;
    width: 18.75rem;
  }
  .p-access__content {
    margin-top: 1.25rem;
  }
  .p-access__schedule {
    margin-top: 1.25rem;
  }
  .p-access__schedule::before {
    top: 2.375rem;
  }
  .p-access__head {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    padding-block: 0.875rem 0.5rem;
    padding-inline: 0.4375rem;
  }
  .p-access__head--title {
    padding-inline: 2.0625rem 1.4375rem;
  }
  .p-access__time-top,
  .p-access__time-bottom {
    font-size: 0.75rem;
  }
  .p-access__time-top {
    padding-block: 0.6875rem 0.25rem;
  }
  .p-access__time-bottom {
    padding-block: 0.25rem 0.875rem;
  }
  .p-access__time-top--text,
  .p-access__time-bottom--text {
    padding-right: 1.125rem;
  }
  .p-access__note {
    margin-top: 0.3125rem;
    padding-left: 0;
  }
  .p-calendar iframe {
    aspect-ratio: 800/600;
  }
  .p-commitment__bg {
    background: url(../img/sp/bg_commitmentsp@2x.png) center center/cover no-repeat;
    height: 57.5rem;
    top: 0;
    width: calc(50vw + 10.1875rem);
  }
  .p-commitment__inner {
    padding-block: 1.875rem 4.4375rem;
  }
  .p-commitment__title-wrap {
    margin-left: 2.75rem;
  }
  .p-commitment__title-wrap::before {
    left: -3.4375rem;
    top: 0.1875rem;
    width: 4.625rem;
  }
  .p-commitment__title {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-commitment__text {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-left: -0.125rem;
    padding-right: 0.875rem;
  }
  .p-commitment__cards {
    flex-direction: column;
    gap: 1.25rem;
    margin-left: 2.5625rem;
    margin-top: 1.125rem;
  }
  .p-commitment__card {
    padding-block: 0.125rem;
    padding-inline: 1.8125rem 0.125rem;
  }
  .p-commitment__card-tag-text {
    font-size: 1.4375rem;
    line-height: 2.1130434783;
  }
  .p-commitment__card-tag-num {
    font-size: 2.5rem;
    line-height: 1.215;
  }
  .p-commitment__card-body {
    width: 17rem;
  }
  .p-commitment__card-body::before {
    width: 17.125rem;
  }
  .p-commitment__card-text {
    font-size: 1.125rem;
    left: 0.9375rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    top: 10.28125rem;
    transform: translateY(-50%);
  }
  .p-contactAccess {
    background: url(../img/sp/bg_contactsp@2x.png) center center/cover no-repeat;
  }
  .p-contact__inner {
    padding-top: 3.125rem;
  }
  .p-contact__title {
    font-size: 3.125rem;
  }
  .p-contact__title::before {
    left: -4.6875rem;
    top: -0.8125rem;
    width: 5.6875rem;
  }
  .p-contact__container {
    margin-top: -0.5rem;
    padding-block: 1.8125rem;
  }
  .p-contact__text {
    font-size: 1.125rem;
    line-height: 0.6944444444;
  }
  .p-contact__text.p-contact__text--contact {
    line-height: 1.2;
  }
  .p-contact__btn {
    height: 3.75rem;
    width: 13.75rem;
  }
  .p-fv {
    background: url(../img/pc/bg_fv_top1@2x.png) top right/67.1875rem no-repeat;
  }
  .p-fv__bg {
    background: url(../img/sp/bg_fv_top2sp@2x.png) center center/cover no-repeat;
    height: 52.875rem;
    top: 14.125rem;
    width: calc(50vw + 7.1875rem);
  }
  .p-fv__inner {
    padding-block: 6.25rem 3.75rem;
  }
  .p-fv__img1 {
    margin-right: -0.9375rem;
    width: 20.3125rem;
  }
  .p-fv__text {
    font-size: 1.625rem;
    letter-spacing: 0.05em;
    margin-top: 1.875rem;
  }
  .p-fv__bottom {
    flex-direction: column;
    margin-top: 1.875rem;
  }
  .p-fv__img2 {
    margin-left: 0;
    width: 16.9375rem;
  }
  .p-fv__news {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.125rem;
  }
  .p-fv-news__title-wrap {
    padding-left: 3.625rem;
    padding-top: 0.5625rem;
  }
  .p-fv-news__title-wrap::before {
    left: 1.5625rem;
    width: 5.4375rem;
  }
  .p-fv-news__title {
    font-size: 1.5rem;
    line-height: 1;
  }
  .p-fv-news__content {
    margin-right: -0.1875rem;
    margin-top: 1.8125rem;
    width: 21.625rem;
  }
  .p-fv-news__content::before {
    height: calc(100% + 0.125rem);
    width: calc(100% + 0.125rem);
  }
  .p-fv-news__list {
    padding-block: 0.4375rem 1.4375rem;
    padding-inline: 0.5rem;
  }
  .p-fv-news__item:not(.p-fv-news__item:first-of-type) {
    margin-top: 0.625rem;
  }
  .p-fv-news__link {
    gap: 0.3125rem;
    padding-block: 0.3125rem;
  }
  .p-fv-news__date {
    font-size: 0.75rem;
    line-height: 2;
    padding-left: 0.3125rem;
  }
  .p-fv-news__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
  .p-fv-news__btn {
    margin-right: auto;
    padding-right: 2.3125rem;
  }
  .p-fv-news__btn-link {
    font-size: 1rem;
    line-height: 1.5;
    padding-inline: 3.125rem;
    text-align: center;
  }
  .p-fv-news__btn-link::after {
    right: -3.875rem;
    width: 5.25rem;
  }
  .p-header {
    height: 3rem;
    width: 100%;
  }
  .p-header__inner {
    padding-left: 0;
  }
  .p-header__logo {
    left: 50%;
    max-width: 10.625rem;
    position: absolute;
    top: 0.5rem;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-header__logo a img {
    width: 10.625rem;
  }
  .p-header__contact {
    display: none;
  }
  .p-pcNav {
    display: none;
  }
  .c-hamburger-outer {
    align-items: center;
    background-color: #998e73;
    display: block;
    display: flex;
    height: 3rem;
    justify-content: center;
    margin-right: auto;
    position: relative;
    width: 3rem;
    z-index: 2;
  }
  .c-hamburger span {
    background-color: #fff;
    border-radius: 1px;
    display: inline-block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: calc((100% - 2px) / 2);
    transition: ease 0.5s all;
    width: 100%;
  }
  .c-spNav {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    color: #232323;
    color: #fff;
    display: block;
    height: 101vh;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    padding-bottom: 6.25rem;
    position: fixed;
    top: 0;
    transition: ease 0.5s;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    visibility: hidden;
    width: 100%;
    z-index: 5;
  }
  .c-spNav__items {
    margin-top: 1.875rem;
    width: 100%;
  }
  .c-spNav__logo {
    margin: 2.5rem auto 0;
    width: 210px;
  }
  .p-introduction__inner {
    padding-block: 11rem 10.0625rem;
    padding-right: 0.9375rem;
  }
  .p-introduction__container {
    display: inline-block;
    padding-block: 5.5625rem 5.8125rem;
    padding-left: initial;
    padding-right: 0.4375rem;
  }
  .p-introduction__bg {
    background: url(../img/sp/bg_introductionsp@2x.png) center center/cover no-repeat;
    left: calc((50vw - 11.71875rem) * -1 - 0.9375rem);
    right: initial;
    width: calc(50vw + 10.8125rem);
  }
  .p-introduction__img1 {
    margin-top: initial;
    position: absolute;
    right: -0.8125rem;
    top: -7.875rem;
    width: 14.75rem;
  }
  .p-introduction__title {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-introduction__profile {
    margin-top: 1.25rem;
  }
  .p-introduction__message {
    margin-top: 0.3125rem;
    width: 100%;
  }
  .p-introduction__text {
    letter-spacing: 0;
    line-height: 1.7;
  }
  .p-introduction__career-list {
    margin-top: 2.5rem;
  }
  .p-introduction__career-item {
    gap: initial;
  }
  .greeting__career-date {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    margin-top: 0.09375rem;
  }
  .greeting__career-title {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
  .p-introduction__img2 {
    bottom: -6.9375rem;
    left: 50%;
    transform: translateX(-11.71875rem);
    width: 20.625rem;
  }
  .p-list:not(:first-of-type) {
    margin-top: 2.5rem;
  }
  .p-list__title {
    font-size: 1.25rem;
  }
  .p-list__items {
    margin-top: 1.25rem;
    width: 100%;
  }
  .p-list__item {
    border-left: initial;
    border-right: initial;
    grid-template-columns: 1fr;
  }
  .p-list__item:not(:first-of-type) dt {
    border-top: initial;
  }
  .p-list__item:not(:first-of-type) dd {
    border-top: initial;
  }
  .p-list__item dt,
  .p-list__item dd {
    justify-content: center;
    letter-spacing: 0;
    padding-inline: initial;
    text-align: center;
  }
  .p-list__item dt {
    font-weight: 700;
    padding-block: 0.375rem 0.3125rem;
  }
  .p-list__item dd {
    border-left: 1px solid #e4e0d8;
    border-right: 1px solid #e4e0d8;
    padding-block: 1.25rem;
    white-space: nowrap;
  }
  .p-media {
    flex-direction: column-reverse;
  }
  .p-media__head {
    font-size: 6.25rem;
  }
  .p-media__txt {
    color: red;
    font-size: 2.5rem;
  }
  .p-media__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-media__body {
    margin-top: 1.875rem;
    width: 100%;
  }
  .p-message {
    background: url(../img/pc/bg_message1sp@2x.png) center center/cover no-repeat;
  }
  .p-message__bg {
    height: 26.1875rem;
    left: initial;
    right: 0;
    top: 0;
    transform: initial;
    width: calc(50vw + 10.3125rem);
  }
  .p-message__inner {
    padding-block: 1.9375rem 3.1875rem;
  }
  .p-message__wrap {
    flex-direction: column;
  }
  .p-message__body {
    -o-object-fit: cover;
    aspect-ratio: 361/263;
    height: auto;
    margin-inline: -0.8125rem 0.1875rem;
    object-fit: cover;
    width: 22.5625rem;
  }
  .p-message__title {
    font-size: 3.125rem;
    line-height: 1.26;
  }
  .p-message__title-sub {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-left: 2.0625rem;
    margin-top: -0.875rem;
  }
  .p-message__text {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-left: 2.0625rem;
    margin-top: 1.4375rem;
  }
  .p-message__img {
    margin-left: -0.9375rem;
    margin-top: 0.875rem;
    width: 21.5rem;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-news {
    background: url(../img/sp/bg_newssp@2x.png) center center/cover no-repeat;
  }
  .p-news__inner {
    padding-block: 9.625rem 0;
  }
  .p-news__container {
    margin-inline: -0.3125rem -0.4375rem;
    padding-bottom: 0.3125rem;
    padding-right: 0.25rem;
    width: 22.3125rem;
  }
  .p-news__container-inner {
    padding-block: 2.1875rem 2.5rem;
    padding-inline: 0.3125rem 0.625rem;
  }
  .p-news__item {
    padding-left: 0.5rem;
  }
  .p-news__summary::before {
    right: 0.0625rem;
    width: 0.875rem;
  }
  .p-news__date {
    font-size: 0.75rem;
    padding-left: 1.3125rem;
    padding-top: 0.25rem;
  }
  .p-news__content-inner {
    padding-block: 1.25rem 0;
  }
  .p-news__content-inner p {
    line-height: 1.7;
  }
  .p-news__content-inner p:not(:first-of-type) {
    margin-top: 1.7em;
  }
  .p-news__content-inner * + h2,
  .p-news__content-inner * + h3,
  .p-news__content-inner * + h4,
  .p-news__content-inner * + h5,
  .p-news__content-inner * + h6 {
    margin-top: 1.7em;
  }
  .p-pageTop {
    bottom: 15.625rem;
    transform: translateX(10.0625rem);
  }
  .p-pageTop__wrap {
    width: 3.75rem;
  }
  .p-recruit {
    background: url(../img/sp/bg_recruitsp@2x.png) center center/cover no-repeat;
  }
  .p-recruit__inner {
    padding-block: 9.625rem 1.125rem;
  }
  .p-recruit__content {
    margin-top: 6.125rem;
  }
  .p-services {
    background: url(../img/sp/bg_servicessp@2x.png) center center/cover no-repeat;
  }
  .p-services__inner {
    padding-block: 5.625rem 3.125rem;
  }
  .p-services__container {
    padding-block: 9.5625rem 1.25rem;
    padding-inline: 0.5rem;
  }
  .p-services__title-wrap {
    top: -2.5625rem;
  }
  .p-services__title {
    font-size: 3.125rem;
    line-height: 0.96;
  }
  .p-services__title-sub {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 0.625rem;
  }
  .p-services__title-text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.625rem;
    white-space: nowrap;
  }
  .p-services__items {
    gap: 0.9375rem;
    grid-template-columns: 1fr;
  }
  .p-services__item::before {
    height: 6.875rem;
  }
  .p-services__item--s::before {
    width: 100%;
  }
  .p-services__item-title {
    font-size: 0.9375rem;
    margin-top: 0.875rem;
  }
  .p-services__cards {
    gap: 0.3125rem;
    margin-top: 0.3125rem;
  }
  .p-services__card {
    width: 6.5rem;
  }
  .p-services__card-inner {
    padding-top: 0.4375rem;
    width: 6.42rem;
  }
  .p-services__card-text {
    font-size: 0.625rem;
    letter-spacing: 0;
  }
  .p-services__card-icon {
    height: 2.8125rem;
    margin-top: 0.125rem;
    width: auto;
  }
  .p-services__card-icon::before {
    width: 2.8125rem;
  }
  .p-services__card-title-wrap {
    margin-top: 0.25rem;
    min-height: 1.25rem;
    padding-inline: 0.1875rem;
  }
  .p-services__card-title-wrap::before {
    width: 0.1875rem;
  }
  .p-services__card-title-wrap::before {
    background: linear-gradient(#fff, #fff) left top/0.1875rem 1px no-repeat, linear-gradient(#fff, #fff) left top/1px 0.3125rem no-repeat, linear-gradient(#fff, #fff) left bottom/0.1875rem 1px no-repeat, linear-gradient(#fff, #fff) left bottom/1px 0.3125rem no-repeat;
  }
  .p-services__card-title-wrap::after {
    width: 0.1875rem;
  }
  .p-services__card-title-wrap::after {
    background: linear-gradient(#fff, #fff) right top/0.1875rem 1px no-repeat, linear-gradient(#fff, #fff) right top/1px 0.3125rem no-repeat, linear-gradient(#fff, #fff) right bottom/0.1875rem 1px no-repeat, linear-gradient(#fff, #fff) right bottom/1px 0.3125rem no-repeat;
  }
  .p-services__card-title {
    font-size: 0.625rem;
  }
  .p-slider__inner {
    max-width: initial;
    padding-left: 1.4375rem;
  }
  .p-slider__wrapper {
    padding-block: 3.125rem 5.9375rem;
  }
  .p-slider__swiper-slide {
    width: 17.875rem;
  }
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: calc(100% + 2.5rem);
    width: 21.0625rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 500px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover){
  .l-footer__logo-link:hover {
    opacity: 0.7;
  }
  .l-footer__nav-link:hover {
    opacity: 0.7;
  }
  .l-header__logo:hover {
    opacity: 0.7;
  }
  .l-header__link:hover {
    opacity: 0.7;
  }
  .p-fv-news__link:hover {
    opacity: 0.7;
  }
  .p-fv-news__btn-link:hover {
    background-color: #998e73;
    border: 1px solid #998e73;
    color: #fff;
  }
  .p-fv-news__btn-link:hover::after {
    background-color: #c4c4c4;
  }
  .p-news__summary:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */