@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,40..300&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p_support__block {
  counter-reset: num;
}

.p_support__wrap {
  margin-top: 40px;
}
.p_support__wrap + .p_support__wrap {
  margin-top: clamp(40px, 8vw, 72px);
}

.p_support__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: clamp(1.25rem, 3.1111111111vw, 1.75rem);
  margin-bottom: clamp(20px, 4.4444444444vw, 40px);
}
.p_support__head::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: num;
  content: counter(num);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  height: auto;
  color: #fff;
  background-color: #FF7449;
  border-radius: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "YOPQ";
  line-height: 1.5;
}
@media screen and (min-width: 501px) {
  .p_support__head::before {
    width: 44px;
  }
}
@media screen and (max-width: 500px) {
  .p_support__head::before {
    width: 32px;
  }
}

.p_support__label {
  font-size: inherit;
  color: #FF7449;
}

@media screen and (min-width: 769px) {
  .p_support__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
  }
}

.p_support__pic {
  display: block;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
}

.p_support__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_support__inner {
    margin-top: 40px;
  }
}

.p_content__block {
  background-color: #FEFBF5;
  border: 1px solid #D9D9D9;
}
@media screen and (min-width: 769px) {
  .p_content__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: clamp(32px, 7.1111111111vw, 64px);
    padding-left: clamp(24px, 7.1111111111vw, 64px);
    padding-right: clamp(24px, 7.1111111111vw, 64px);
    padding-bottom: clamp(32px, 7.1111111111vw, 64px);
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p_content__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p_content__block {
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 32px;
  }
}
.p_content__block + .p_content__block {
  margin-top: clamp(32px, 6.2222222222vw, 56px);
}
.p_content__block .c_text {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
}

.p_content__image {
  display: block;
  max-width: 480px;
}
@media screen and (min-width: 769px) {
  .p_content__image {
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
@media screen and (max-width: 768px) {
  .p_content__image {
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1201px) {
  .p_content__wrap {
    width: 520px;
  }
}
@media screen and (max-width: 1200px) {
  .p_content__wrap {
    max-width: 520px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p_content__wrap {
    max-width: 100%;
  }
  .p_content__wrap + .p_content__wrap {
    margin-top: 16px;
  }
}

.p_content__title {
  display: block;
  text-align: center;
  font-size: clamp(0.9375rem, 2.2222222222vw, 1.25rem);
  padding: 0.2em;
  margin-bottom: clamp(20px, 3.5555555556vw, 32px);
  color: #fff;
  background-color: #9C8A6B;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
}

.p_content__label {
  font-size: inherit;
}

@media screen and (min-width: 501px) {
  .p_content__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.p_content__data + .p_content__data {
  margin-top: clamp(10px, 2vw, 18px);
}

.p_content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  width: 146px;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-size: 1.6;
}
.p_content__head::before {
  content: "●";
  font-size: inherit;
  color: #9C8A6B;
}

.p_content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_content__txt {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  line-height: 2;
  font-weight: 500;
  word-break: break-all;
}

.p_content__inner + .p_content__inner {
  margin-top: clamp(24px, 6.2222222222vw, 56px);
}

.p_support__btns {
  margin-top: clamp(40px, 8.8888888889vw, 80px);
}

.p_support__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p_support__btn__link {
  display: block;
  max-width: 100%;
  width: 385px;
  padding-top: 24px;
  padding-bottom: 27px;
  background-color: #fff;
  border: 1px solid #FF7449;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 2.5;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.p_support__btn__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #FF7449;
}

.p_life-rhythm__block {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p_life-rhythm__top,
  .p_life-rhythm__bottom,
  .p_life-rhythm__right {
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .p_life-rhythm__top,
  .p_life-rhythm__bottom,
  .p_life-rhythm__right {
    position: relative;
  }
}

.p_life-rhythm__top .p_life-rhythm__ico,
.p_life-rhythm__bottom .p_life-rhythm__ico {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .p_life-rhythm__top {
    top: 0;
    left: 0;
    aspect-ratio: 192/342;
    display: block;
    width: 192px;
    height: auto;
  }
  .p_life-rhythm__top .p_life-rhythm__ico:nth-child(1) {
    top: 0;
    right: 0;
    max-width: 53.125%;
  }
  .p_life-rhythm__top .p_life-rhythm__ico:nth-child(2) {
    top: 35.9649122807%;
    left: 0;
    max-width: 63.5416666667%;
  }
  .p_life-rhythm__top .p_life-rhythm__ico:nth-child(3) {
    bottom: 0;
    right: 1.5625%;
    max-width: 36.9791666667%;
  }
}
@media screen and (max-width: 768px) {
  .p_life-rhythm__top {
    aspect-ratio: 157/144;
    display: block;
    max-width: 400px;
    width: 41.8666666667%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .p_life-rhythm__top .p_life-rhythm__ico:nth-child(1) {
    top: 0;
    left: 34.3949044586%;
    max-width: 38.8535031847%;
  }
  .p_life-rhythm__top .p_life-rhythm__ico:nth-child(2) {
    bottom: 5.5555555556%;
    left: 0;
    max-width: 46.4968152866%;
  }
  .p_life-rhythm__top .p_life-rhythm__ico:nth-child(3) {
    bottom: 0;
    right: 0;
    max-width: 26.7515923567%;
  }
}

@media screen and (min-width: 769px) {
  .p_life-rhythm__bottom {
    bottom: 171px;
    left: 0;
    aspect-ratio: 228/575;
    display: block;
    width: 228px;
    height: auto;
  }
  .p_life-rhythm__bottom .p_life-rhythm__ico:nth-child(1) {
    top: 0;
    right: 0;
    max-width: 81.5789473684%;
  }
  .p_life-rhythm__bottom .p_life-rhythm__ico:nth-child(2) {
    top: 46.2608695652%;
    left: 0;
    max-width: 89.0350877193%;
  }
  .p_life-rhythm__bottom .p_life-rhythm__ico:nth-child(3) {
    bottom: 0;
    right: 11.4035087719%;
    max-width: 47.3684210526%;
  }
}
@media screen and (max-width: 768px) {
  .p_life-rhythm__bottom {
    aspect-ratio: 256/202;
    display: block;
    max-width: 400px;
    width: 68.2666666667%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .p_life-rhythm__bottom .p_life-rhythm__ico:nth-child(1) {
    top: 0;
    right: 0;
    max-width: 43.359375%;
  }
  .p_life-rhythm__bottom .p_life-rhythm__ico:nth-child(2) {
    top: 29.2079207921%;
    left: 0;
    max-width: 47.265625%;
  }
  .p_life-rhythm__bottom .p_life-rhythm__ico:nth-child(3) {
    bottom: 0;
    right: 18.75%;
    max-width: 25%;
  }
}

.p_life-rhythm__right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 344px;
}
@media screen and (max-width: 1024px) {
  .p_life-rhythm__right {
    display: none;
  }
}

.p_life-rhythm__wrapper {
  position: relative;
  z-index: 1;
  padding-top: clamp(24px, 5.7777777778vw, 52px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .p_life-rhythm__wrapper {
    padding-left: 293px;
  }
}

.p_life-rhythm__data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: clamp(40px, 6.2222222222vw, 56px);
}
.p_life-rhythm__data::before {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #9C8A6B;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p_life-rhythm__data {
    max-width: 581px;
    gap: 32px;
  }
  .p_life-rhythm__data::before {
    left: 67px;
  }
}
@media screen and (max-width: 768px) {
  .p_life-rhythm__data {
    gap: 18px;
  }
  .p_life-rhythm__data::before {
    left: 40px;
  }
}
.p_life-rhythm__data:last-child {
  padding-bottom: 0;
}
.p_life-rhythm__data:last-child::before {
  display: none;
}

.p_life-rhythm__label {
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p_life-rhythm__label {
    width: 134px;
  }
}
@media screen and (max-width: 768px) {
  .p_life-rhythm__label {
    width: 80px;
  }
}

.p_life-rhythm__time {
  display: block;
  font-size: clamp(0.75rem, 2.2222222222vw, 1.25rem);
  color: #9C8A6B;
  background-color: #F4E192;
  padding-top: clamp(10px, 2vw, 18px);
  padding-bottom: clamp(10px, 2vw, 18px);
  border: 1px solid #9C8A6B;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  line-height: 1;
}

.p_life-rhythm__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(0.8125rem, 1.7777777778vw, 1rem);
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p_life-rhythm__text {
    padding-top: 12px;
  }
}

.p_life-rhythm__pic {
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
}

.p_life-rhythm__list {
  max-width: 831px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.p_life-rhythm__tab + .p_life-rhythm__tab {
  margin-top: 0;
}

.p_life-rhythm__caption {
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  text-align: center;
  margin-bottom: clamp(32px, 6.2222222222vw, 56px);
}
@media screen and (min-width: 829px) {
  .p_life-rhythm__caption {
    line-height: 2.5;
  }
  .p_life-rhythm__caption::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.5) * 0.5em);
  }
  .p_life-rhythm__caption::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.5) * 0.5em);
  }
}
@media screen and (max-width: 828px) {
  .p_life-rhythm__caption {
    line-height: 2;
  }
  .p_life-rhythm__caption::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
  }
  .p_life-rhythm__caption::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

.p_time__block {
  max-width: 507px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 501px) {
  .p_time__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_time__data {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p_time__data + .p_time__data {
  margin-top: clamp(16px, 2vw, 18px);
}

.p_time__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  width: 146px;
  color: #9C8A6B;
  gap: 0.5em;
}
.p_time__head::before {
  content: "●";
}

.p_time__label {
  font-size: inherit;
  font-weight: inherit;
  color: #3E3A39;
}

.p_time__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_time__caption {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
}

.p_access__block + .p_access__block {
  margin-top: clamp(60px, 7.1111111111vw, 64px);
}

.p_access__map {
  display: block;
  width: 100%;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  margin-bottom: clamp(20px, 2.6666666667vw, 24px);
}
@media screen and (min-width: 769px) {
  .p_access__map {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p_access__map {
    height: 350px;
  }
}
.p_access__map iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
}

.p_access__address {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  line-height: 2;
}
.p_access__address::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.p_access__address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_facility__block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_facility__block + .p_facility__block {
  margin-top: clamp(60px, 8.8888888889vw, 80px);
  padding-top: clamp(60px, 8.8888888889vw, 80px);
  border-top: 1px solid #D7CDBC;
}

.p_facility__box + .p_facility__box {
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}

.p_facility__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 16px;
}

.p_facility__label {
  font-size: inherit;
  min-width: 208px;
  line-height: 43px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  color: #fff;
  background-color: #9C8A6B;
}

.p_facility__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) and (min-width: 769px) {
  .p_facility__cards {
    -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 48px;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .p_facility__cards {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }
}
@media screen and (max-width: 500px) {
  .p_facility__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.p_facility__pic {
  aspect-ratio: 368/256;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.p_facility__pic:hover {
  opacity: 1;
}

.p_facility__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_facility__pic:hover .p_facility__image {
  scale: 1.1;
}

.p_facility__caption {
  margin-top: clamp(16px, 2vw, 18px);
}

.p_flow {
  counter-reset: num;
}
.p_flow + .p_flow {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}

.p_philosophy__block {
  padding-top: clamp(32px, 6.2222222222vw, 56px);
  padding-left: clamp(24px, 8vw, 72px);
  padding-right: clamp(24px, 8vw, 72px);
  padding-bottom: clamp(32px, 6.2222222222vw, 56px);
  border: 1px solid #D7CDBC;
}
@media screen and (min-width: 769px) {
  .p_philosophy__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 72px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
@media screen and (max-width: 768px) {
  .p_philosophy__block {
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}

.p_philosophy__headline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .p_philosophy__headline {
    padding-right: 72px;
    border-right: 1px solid #D7CDBC;
  }
}

.p_philosophy__head {
  width: 250px;
  display: block;
  text-align: center;
  font-size: clamp(1.25rem, 2.4444444444vw, 1.375rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p_philosophy__head {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p_philosophy__head {
    margin-bottom: 16px;
  }
}
.p_philosophy__head::before {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  color: #fff;
  background-color: #D7CDBC;
  font-size: 1.0909090909em;
  max-width: 56px;
  border-radius: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(10px, 1.4444444444vw, 13px);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "YOPQ";
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.p_philosophy__label {
  font-size: inherit;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}

.p_philosophy__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_philosophy__inner p {
  font-weight: 500;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}

.p_philosophy__ico {
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media screen and (min-width: 501px) {
  .p_philosophy__ico {
    max-width: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p_philosophy__ico {
    max-width: 32px;
  }
}

.p_experience__block {
  padding-top: clamp(32px, 6.2222222222vw, 56px);
  padding-left: clamp(24px, 8vw, 72px);
  padding-right: clamp(24px, 8vw, 72px);
  padding-bottom: clamp(32px, 6.2222222222vw, 56px);
  border: 1px solid #D7CDBC;
}
@media screen and (min-width: 769px) {
  .p_experience__block {
    border-radius: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
@media screen and (max-width: 768px) {
  .p_experience__block {
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
@media screen and (min-width: 769px) {
  .p_experience__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 72px;
  }
}
.p_experience__block + .p_experience__block {
  margin-top: clamp(32px, 4.4444444444vw, 40px);
}

.p_experience__headline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .p_experience__headline {
    padding-right: 72px;
    border-right: 1px solid #D7CDBC;
  }
}

.p_experience__head {
  width: 250px;
  display: block;
  text-align: center;
  font-size: clamp(1.25rem, 2.4444444444vw, 1.375rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p_experience__head {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p_experience__head {
    margin-bottom: 16px;
  }
}

.p_experience__ico {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  color: #fff;
  background-color: #D7CDBC;
  font-size: 1.0909090909em;
  max-width: 56px;
  border-radius: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(10px, 1.4444444444vw, 13px);
}

.p_experience__label {
  font-size: inherit;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}

.p_experience__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_experience__inner p {
  font-weight: 500;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}

.p_experience__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 72px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .p_experience__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p_experience__caption {
  position: relative;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.p_experience__caption::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  min-width: 20px;
  width: 20px;
  height: auto;
  background-image: url("../images/common/check.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.p_attention__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.125rem, 2.4444444444vw, 1.375rem);
  font-weight: 700;
  padding-top: clamp(20px, 2.5555555556vw, 23px);
  padding-left: clamp(20px, 6.2222222222vw, 56px);
  padding-right: clamp(20px, 6.2222222222vw, 56px);
  padding-bottom: clamp(20px, 2.5555555556vw, 23px);
  background-color: #FFF7D7;
}
@media screen and (min-width: 1001px) {
  .p_attention__tab {
    border-radius: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
@media screen and (max-width: 1000px) {
  .p_attention__tab {
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
    line-height: 1.7;
  }
}
.p_attention__tab + .p_attention__tab {
  margin-top: clamp(10px, 1.7777777778vw, 16px);
}
.p_attention__tab::before {
  content: "●";
  color: #9C8A6B;
  font-size: inherit;
}

.p_faq__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 769px) {
  .p_faq__cards {
    -ms-grid-columns: 1fr 70px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 70px;
  }
}
@media screen and (max-width: 768px) {
  .p_faq__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.p_faq__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  height: 100%;
}

.p_faq__head {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p_faq__head {
    text-align: center;
  }
}
.p_faq__head::after {
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 32px;
  height: 18px;
  background-color: #FF7449;
  translate: 0 -1px;
}

.p_faq__label {
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FF7449;
}
@media screen and (min-width: 769px) {
  .p_faq__label {
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 132px;
    padding-top: 1.25em;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  .p_faq__label {
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
}

.p_faq__inner {
  padding-top: clamp(24px, 3.3333333333vw, 30px);
  padding-left: clamp(20px, 6.5555555556vw, 59px);
  padding-right: clamp(20px, 6.5555555556vw, 59px);
  padding-bottom: clamp(24px, 3.3333333333vw, 30px);
  background-color: rgba(255, 116, 73, 0.05);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .p_faq__inner {
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
@media screen and (max-width: 768px) {
  .p_faq__inner {
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}

.p_faq__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.125rem, 2.4444444444vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  line-height: 1.5;
}
.p_faq__tab::before {
  content: "●";
  color: inherit;
  font-size: inherit;
}

.p_recruit__tab + .p_recruit__tab {
  margin-top: 24px;
}

.p_recruit__link {
  border: 1px solid #D7CDBC;
  background-color: #fff;
  padding-top: clamp(20px, 4.4444444444vw, 40px);
  padding-left: clamp(20px, 7.1111111111vw, 64px);
  padding-right: clamp(20px, 7.1111111111vw, 64px);
  padding-bottom: clamp(20px, 4.4444444444vw, 40px);
}
@media screen and (min-width: 769px) {
  .p_recruit__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
@media screen and (max-width: 768px) {
  .p_recruit__link {
    display: block;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: clip;
  }
}
.p_recruit__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #D7CDBC;
}

.p_recruit__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 24px;
  font-size: clamp(1rem, 2.2222222222vw, 1.25rem);
  font-weight: 700;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 500px) {
  .p_recruit__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p_recruit__cat {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  padding-top: 0.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-bottom: 0.3125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  background-color: #D7CDBC;
  border-radius: 50px;
  box-sizing: border-box;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.p_recruit__link:hover .p_recruit__cat {
  color: #D7CDBC;
  background-color: #fff;
}

.p_recruit__label {
  font-size: inherit;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}

.p_recruit__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 36px;
  height: auto;
  border-radius: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  rotate: 90deg;
  background-color: #D7CDBC;
}
.p_recruit__link:hover .p_recruit__ico {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p_recruit__ico {
    display: none;
  }
}

.p_recruit__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
}
.p_recruit__link:hover .p_recruit__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(29%) saturate(320%) hue-rotate(359deg) brightness(95%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(55%) sepia(29%) saturate(320%) hue-rotate(359deg) brightness(95%) contrast(96%);
}

.s_recruit__block {
  margin-top: clamp(40px, 5.3333333333vw, 48px);
}

.p_recruit__pic {
  border-radius: 16px;
}

.p_contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media screen and (min-width: 829px) {
  .p_contact__list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .p_contact__list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.p_contact__tab {
  position: relative;
  width: 196px;
  color: inherit;
  background-color: #FEFBF5;
  text-align: center;
  border: 1px solid #D7CDBC;
  font-size: clamp(0.8125rem, 1.6666666667vw, 0.9375rem);
  font-weight: 500;
  border-radius: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
}
.p_contact__tab.active {
  color: #fff;
  background: #D7CDBC;
}
@media screen and (min-width: 829px) {
  .p_contact__tab {
    line-height: 72px;
  }
}
@media screen and (max-width: 828px) {
  .p_contact__tab {
    line-height: 34px;
  }
}

.p_contact__line {
  display: block;
  height: 1px;
  background: #D7CDBC;
}
@media screen and (min-width: 829px) {
  .p_contact__line {
    width: 50px;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
  }
}
@media screen and (max-width: 828px) {
  .p_contact__line {
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}

.p_post__tab + .p_post__tab {
  margin-top: clamp(30px, 3.6666666667vw, 33px);
}

.p_post__link {
  padding-top: clamp(32px, 6.2222222222vw, 56px);
  padding-left: clamp(24px, 6.2222222222vw, 56px);
  padding-right: clamp(24px, 6.2222222222vw, 56px);
  padding-bottom: clamp(32px, 6.2222222222vw, 56px);
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  border: 1px solid #D7CDBC;
}
@media screen and (min-width: 501px) {
  .p_post__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .p_post__link {
    gap: 32px;
  }
}
@media screen and (max-width: 500px) {
  .p_post__link {
    display: block;
  }
  .p_post__link .c_ico {
    display: none;
  }
}
.p_post__link:hover {
  opacity: 1;
  background-color: #FEFBF5;
  border-color: #9C8A6B;
}

.p_post__pic {
  display: block;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .p_post__pic {
    margin-bottom: 24px;
  }
}

.p_post__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_post__time {
  display: block;
  font-size: clamp(0.75rem, 1.6666666667vw, 0.9375rem);
  color: #FF7449;
  line-height: 1.2666666667;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "YOPQ";
  margin-bottom: clamp(8px, 1.7777777778vw, 16px);
}
.p_post__time::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2666666667) * 0.5em);
}
.p_post__time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2666666667) * 0.5em);
}

.p_post__label {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p_single__block {
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
}

.p_single__pic {
  display: block;
  aspect-ratio: 795/552;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
  margin-bottom: clamp(40px, 5.3333333333vw, 48px);
  background-color: #F2F4F8;
}

.p_single__head {
  font-size: clamp(1.125rem, 3.1111111111vw, 1.75rem);
  margin-bottom: clamp(20px, 2.6666666667vw, 24px);
}

.p_single__head__time {
  display: block;
  font-size: clamp(0.75rem, 1.7777777778vw, 1rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "YOPQ";
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #FF7449;
  margin-bottom: clamp(10px, 1.7777777778vw, 16px);
}

.p_single__head__label {
  font-size: inherit;
}

.p_single__inner p {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  line-height: 2.5;
}
.p_single__inner p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.5) * 0.5em);
}
.p_single__inner p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.5) * 0.5em);
}
.p_single__inner a {
  text-decoration: underline;
  color: #FEFBF5;
}

.p_policy__block + .p_policy__block {
  margin-top: clamp(24px, 4.4444444444vw, 40px);
}

.p_policy__label {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.p_policy__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
.p_policy__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.p_policy__text {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
.p_policy__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.p_policy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_notfound__menu {
  margin-top: clamp(56px, 8.8888888889vw, 80px);
}
.p_notfound__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .p_notfound__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_notfound__menu a {
  line-height: 2.3;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.p_notfound__menu a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.3) * 0.5em);
}
.p_notfound__menu a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.3) * 0.5em);
}