@charset "UTF-8";
/*リセットcss
***************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/*ルートフォント設定
***************************************************************/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1260px) and (min-width: 960px) {
  html {
    font-size: calc(10 / 1260 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}

/* base（基本）設定
***************************************************************/
html {
  scroll-padding-top: 9rem;
}

body {
  background: #FFFAF5 !important;
  color: #380000;
  font-family: "Zen Maru Gothic", serif !important;
}
body.no-scroll {
  overflow: hidden !important;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  p {
    font-size: 1.6rem;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  height: auto;
  width: 100%;
}

/* (既存テーマコード変更)
***************************************************************/
/* レイアウト */
#main_contents {
  background: #FFFAF5;
}

/* スライダー */
#header_slider {
  background: #FFFAF5;
}

#header_slider video {
  display: block;
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 730px) {
  #header_slider .item video {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 690px) {
  #header_slider .item video {
    height: 63%;
    width: auto;
  }
}
/* ----------------------------------------------------------------------
アーカイブ・固定ページの見出し　共通パーツ
---------------------------------------------------------------------- */
#page_header .square_headline {
  background: none !important;
}

/* 固定ページ＆投稿テキスト */
.post_content p {
  line-height: 1.6;
  margin: 0 0 0 0;
}

/* 共通mainコンテナ
***************************************************************/
.l-main {
  overflow: hidden;
}

/* 共通inner
***************************************************************/
.l-inner {
  margin-inline: auto;
  max-width: 1180px;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 550px;
    padding: 0 20px;
  }
}

.l-inner-large {
  margin-inline: auto;
  max-width: 1260px;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-inner-large {
    max-width: 550px;
    padding: 0 20px;
  }
}

/* ヘッダーレイアウト
***************************************************************/
/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
  background: #ffc8a5 !important;
}

#header_inner {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  padding-inline: 2rem;
  width: 1280px;
}

.pc #global_menu > ul > li {
  line-height: 0;
  margin: 0 0 0 3rem;
}

.pc #global_menu > ul > li > a {
  font-size: 1.6rem;
  font-weight: 700;
}

/* サブメニュー */
.pc #global_menu ul ul {
  background-color: #ffc8a5;
  padding-bottom: 20px;
  width: 330px;
}

.pc #global_menu ul ul a {
  background-color: #ffc8a5 !important;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 10px 25px;
}

.pc #global_menu ul .sub-menu li a {
  color: #380000 !important;
}

.pc #global_menu ul ul .c-nav-category a::after {
  background: #380000;
  content: "";
  height: 22px;
  left: 15px;
  position: absolute;
  top: 59%;
  translate: 0 -50%;
  width: 3px;
}

.pc #global_menu ul ul .c-nav-category a {
  padding: 18px 25px 10px 25px;
}

.pc #global_menu ul ul .c-nav-service a {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 6px 25px 6px 48px;
  transition: all 0.3s ease;
}

.pc #global_menu ul ul .c-nav-service a:hover {
  color: #fff !important;
}

.pc #global_menu ul ul .c-nav-service a::after {
  border-bottom: 2px solid #380000;
  content: "";
  height: 2px;
  left: 28px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
}

/* 固定ヘッダーサブメニュー */
.pc .header_fix #global_menu ul ul {
  width: 190%;
}

.pc .header_fix #global_menu > ul > li {
  line-height: 0;
}

/* ヘッダーロゴ */
.pc #logo_image img.pc_logo_image {
  height: auto;
  max-width: 100%;
  width: 20rem;
}

/* ロゴ */
.pc #logo_text, .pc #logo_image {
  left: 2rem;
}

.pc #global_menu > ul > li.active > a, .pc #global_menu > ul > li.current-menu-item > a {
  color: #FFFAF5 !important;
}

.pc #global_menu a:hover {
  color: #FFFAF5 !important;
}

/*1280px以下（ハンバーガー）ヘッダー用*/
@media screen and (max-width: 1280px) {
  .mobile #logo_text {
    left: 2rem;
  }
  #mobile_menu {
    background: #ffc8a5 !important;
  }
  #mobile_menu #global_menu a {
    font-size: 1.6rem !important;
    font-weight: 700;
  }
  #mobile_menu #global_menu ul ul .c-nav-category a::after {
    background: #fff;
    content: "";
    height: 22px;
    left: 24px;
    position: absolute;
    top: 52%;
    translate: 0 -50%;
    width: 3px;
  }
  #mobile_menu #global_menu ul ul .c-nav-service a {
    font-size: 1.5rem !important;
    font-weight: 500;
    padding-block: 8px;
    padding-left: 50px;
  }
  #mobile_menu #global_menu ul ul .c-nav-service a::after {
    border-bottom: 2px solid #fff;
    content: "";
    height: 3px;
    left: 35px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 6px;
  }
  #mobile_menu #global_menu li {
    position: relative;
  }
  #mobile_menu #global_menu .child_menu_button {
    height: 63px !important;
    width: 100% !important;
  }
  #mobile_menu #global_menu .child_menu_button:before {
    background: #fff;
    content: "";
    height: 1px;
    position: absolute;
    right: 25px;
    top: 50%;
    translate: 0 -50%;
    width: 10px;
  }
  #mobile_menu #global_menu .child_menu_button:after {
    background: #fff;
    content: "";
    height: 10px;
    position: absolute;
    right: 29px;
    top: 50%;
    translate: 0 -50%;
    width: 1px;
  }
  #mobile_menu #global_menu li.open > .child_menu_button:after {
    display: none;
  }
  #mobile_menu #global_menu .child_menu_button .icon:before {
    content: "" !important;
    left: auto !important;
    right: 20px !important;
    top: 50% !important;
    translate: 0 -50% !important;
  }
  #logo_image img.mobile_logo_image {
    display: block;
    margin: 0 auto;
    width: 12rem;
  }
}
/* 共通ボタン
***************************************************************/
.c-button {
  background: #FF8738;
  border-radius: 100vmax;
  color: #FFFFFF;
  display: inline-block;
  font-size: clamp(1.6rem, 1.4305084746rem + 0.4519774011vw, 2rem);
  font-weight: 700;
  line-height: 1.6;
  padding: 0.7rem 7.1rem 1rem 5.2rem;
  position: relative;
  transition: all 0.3s ease;
}
.c-button::after {
  aspect-ratio: 1;
  background: url(../img/btn-arrow.svg) no-repeat center center/cover;
  content: "";
  height: 2.6rem;
  position: absolute;
  right: 3.7rem;
  top: 47%;
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 2.6rem;
}
.c-button:hover {
  color: #FFFFFF !important;
  opacity: 0.8;
}
.c-button:hover::after {
  right: 2.7rem;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
  }
}

.c-button--large {
  padding: 0.7rem 7.1rem 1rem 5.2rem;
}
@media screen and (max-width: 767px) {
  .c-button--large {
    padding: 0.7rem 6rem 1rem 3.5rem;
  }
  .c-button--large::after {
    right: 3rem;
  }
  .c-button--large:hover {
    color: #FFFFFF !important;
    opacity: 0.8;
  }
  .c-button--large:hover::after {
    right: 2rem;
  }
}

/* ----------------------------------------------------------------------
ボタン（既存テーマ）
---------------------------------------------------------------------- */
/* ボタン */
.design_button a {
  border-radius: 100px;
}

/* ワイドコンテンツボタン */
#index_wide_content .button {
  border-radius: 100px;
}

/* セクション見出し
***************************************************************/
.c-head__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .c-head__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-head__title {
    font-size: 2.4rem;
  }
}

.c-head__title--deco {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-inline: auto;
  padding-inline: 13.5rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .c-head__title--deco {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-head__title--deco {
    font-size: 2.4rem;
    padding-inline: 5rem;
  }
}
.c-head__title--deco::before {
  aspect-ratio: 118/55;
  background: url(../img/title-deco-left.png) no-repeat center center/cover;
  content: "";
  height: 5.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .c-head__title--deco::before {
    height: auto;
    left: -0.7rem;
    width: 5rem;
  }
}
.c-head__title--deco::after {
  aspect-ratio: 119/60;
  background: url(../img/title-deco-right.png) no-repeat center center/cover;
  content: "";
  height: 6rem;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 11.9rem;
}
@media screen and (max-width: 767px) {
  .c-head__title--deco::after {
    height: auto;
    right: -0.7rem;
    width: 5rem;
  }
}

/* ページトップデコレーション
***************************************************************/
.c-head-deco {
  margin-top: 18rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-head-deco {
    margin-top: 9rem;
  }
}
.c-head-deco::after {
  background: url(../img/decoration-head.png) repeat-x center center/contain;
  content: "";
  height: 16.8rem;
  left: 0;
  position: absolute;
  top: -15rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-head-deco::after {
    height: 10rem;
    top: -8rem;
  }
}

/* TOPページ（MV）
***************************************************************/
.p-mv {
  position: relative;
  z-index: 0;
}
.p-mv::before {
  aspect-ratio: 985/489;
  background: url(../img/bg-rainbow.png) no-repeat center center/cover;
  content: "";
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80rem;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-mv::before {
    position: fixed;
    top: 56px;
  }
}
@media screen and (max-width: 960px) {
  .p-mv::before {
    width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    width: 45rem;
  }
}
.open_menu .p-mv::before {
  display: none;
}

.pc .header_fix .p-mv::before {
  position: fixed;
  right: 0;
  top: 50px;
  transition: ease 0.5s;
}

.p-mv__inner {
  margin-inline: auto;
  padding-top: 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-mv__inner {
    padding-inline: 3rem;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-inline: 2rem;
    padding-top: 6rem;
  }
}

.p-mv__video {
  border-radius: 4rem;
  overflow: hidden;
}
.p-mv__video video {
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__video {
    border-radius: 2rem;
  }
  .p-mv__video video {
    border-radius: 2rem;
  }
}

/* TOPページ（プロローグ）
***************************************************************/
.p-prologue {
  background: #FFF2E9;
  border-radius: 40px 40px 0px 0px;
  margin-top: 18rem;
  padding-block: 9.8rem 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-prologue {
    margin-top: 9rem;
    padding-block: 6rem;
  }
}

.p-prologue__inner {
  position: relative;
}
.p-prologue__inner::after {
  background: url(../img/decoration-head.png) repeat-x center center/contain;
  content: "";
  height: 16.8rem;
  left: 0;
  margin-inline: calc(50% - 50vw);
  position: absolute;
  top: -25rem;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .p-prologue__inner::after {
    height: 10rem;
    top: -14.5rem;
  }
}

.p-prologue__container {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-prologue__container {
    flex-direction: column;
  }
}

.p-prologue__img {
  margin-right: -5rem;
  position: relative;
  width: 45%;
  z-index: 1;
}
.p-prologue__img img {
  aspect-ratio: 400/274;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-prologue__img {
    margin-right: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-prologue__img {
    margin-inline: auto;
    width: 85%;
  }
}

.p-prologue__contents {
  background: #fff;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4rem 4rem 4rem 8rem;
  position: relative;
  width: 62%;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-prologue__contents {
    padding: 2rem 3rem 2rem 5rem;
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .p-prologue__contents {
    gap: 2rem;
    margin-top: -8rem;
    padding: 10rem 3rem 3rem 3rem;
    width: 100%;
  }
}

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

.prologue__container {
  align-items: center;
  background: #fff;
  border-radius: 4rem;
  display: flex;
  gap: 4rem;
  justify-content: center;
  padding: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .prologue__container {
    flex-direction: column;
    gap: 2rem;
    padding: 4rem 2rem;
  }
}

.prologue__contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .prologue__contents {
    gap: 2rem;
    width: 100%;
  }
}

.prologue__img {
  border-radius: 2rem;
  overflow: hidden;
  width: 38%;
}
@media screen and (max-width: 767px) {
  .prologue__img {
    margin-inline: auto;
    width: 80%;
  }
}

/* TOPページ（施設・サービス紹介）
***************************************************************/
.p-top-service {
  background: #FFFAF5;
  border-radius: 4rem 4rem 0px 0px;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-block: 6rem;
  }
}

.p-top-service__inner {
  position: relative;
}
.p-top-service__inner::before {
  background: url(../img/decoration-line.png) repeat-x center center/contain;
  content: "";
  content: "";
  height: 2.8rem;
  left: 0;
  margin-inline: calc(50% - 50vw);
  position: absolute;
  top: -9.5rem;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .p-top-service__inner::before {
    top: -7.5rem;
  }
}

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

.p-top-service__container {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__container {
    gap: 4rem;
    margin-top: 3rem;
  }
}

.p-top-service__category {
  background: #ffc8a5;
  border-radius: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-inline: auto;
  max-width: 100%;
  padding-block: 1.5rem;
  text-align: center;
  width: 60rem;
}
@media screen and (max-width: 960px) {
  .p-top-service__category {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__category {
    font-size: 1.8rem;
  }
}

.p-top-service__card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  justify-content: center;
  margin-top: 4rem;
}

.p-top-service__card {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  width: 30%;
}
@media screen and (max-width: 960px) {
  .p-top-service__card {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__card {
    width: 100%;
  }
}

.p-top-service__card-img img {
  aspect-ratio: 360/230;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-service__card-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 2rem 3.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-body {
    gap: 2rem;
    padding: 2rem 1.5rem;
  }
}

.p-top-service__card-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-title {
    font-size: 2rem;
  }
}

.p-top-service__card-text {
  font-size: 1.8rem;
  min-height: 5.76rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-text {
    font-size: 1.6rem;
    min-height: auto;
  }
}

.p-top-service__card-link {
  text-align: center;
}

/* TOPページ（Instagram）
***************************************************************/
.p-instagram {
  background: #FFF2E9;
  border-radius: 4rem 4rem 0 0;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-instagram {
    padding-block: 6rem;
  }
}

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

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

#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader {
  font-size: clamp(1.8rem, 1.4888438134rem + 0.4056795132vw, 2rem);
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  border-radius: 100vmax;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.7rem 7.1rem 1rem 5.2rem;
  position: relative;
}
#sb_instagram #sbi_load .sbi_load_btn::after, #sb_instagram .sbi_follow_btn a::after {
  aspect-ratio: 1;
  background: url(../img/btn-arrow.svg) no-repeat center center/cover;
  content: "";
  height: 2.6rem;
  position: absolute;
  right: 3.7rem;
  top: 47%;
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 2.6rem;
}
#sb_instagram #sbi_load .sbi_load_btn:hover::after, #sb_instagram .sbi_follow_btn a:hover::after {
  right: 2.7rem;
}

/* TOPページ（採用）
***************************************************************/
.p-top-recruit {
  border-radius: 40px 40px 0px 0px;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding-block: 6rem;
  }
}

.p-top-recruit__container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__container {
    flex-direction: column;
    margin-top: 3rem;
  }
}

.p-top-recruit__img {
  margin-right: -5rem;
  overflow: hidden;
  position: relative;
  width: 45%;
  z-index: 1;
}
.p-top-recruit__img img {
  -o-object-fit: cover;
  aspect-ratio: 400/274;
  border-radius: 2rem;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-top-recruit__img {
    margin-right: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__img {
    margin-inline: auto;
    width: 85%;
  }
}

.p-top-recruit__contents {
  background: #fff;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4rem 4rem 4rem 8rem;
  position: relative;
  width: 62%;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-top-recruit__contents {
    padding: 2rem 3rem 2rem 5rem;
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__contents {
    gap: 2rem;
    margin-top: -8rem;
    padding: 10rem 3rem 3rem 3rem;
    width: 100%;
  }
}

.p-top-recruit__title {
  color: #FF8738;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__title {
    font-size: 2.2rem;
  }
}

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

/* 下層ページ MV
***************************************************************/
.p-lower-mv {
  padding-top: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lower-mv {
    padding-top: 2rem;
  }
}

.p-lower-mv__bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  height: 50rem;
  margin-left: auto;
  width: 76.3888888889%;
}
@media screen and (max-width: 767px) {
  .p-lower-mv__bg-img {
    height: 25rem;
    width: 90%;
  }
}

.p-lower-mv__inner {
  height: 100%;
}

.p-lower-mv__head {
  background: rgba(255, 253, 251, 0.45);
  left: 0;
  min-width: 70%;
  padding: 6rem 12rem 6rem 6rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: auto;
}
@media screen and (max-width: 960px) {
  .p-lower-mv__head {
    padding: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lower-mv__head {
    padding: 2rem 1rem;
  }
}

.p-lower-mv__title {
  font-size: clamp(2rem, 1.1525423729rem + 2.2598870056vw, 4rem);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

/* 施設紹介
***************************************************************/
.p-service {
  background: #FFF2E9;
  border-radius: 4rem 4rem 0px 0px;
  padding-block: 9.8rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-block: 6rem;
  }
}

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

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

.p-service__head-body {
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-service__head-body {
    width: 100%;
  }
}

.p-service__head-title {
  color: #FF8738;
  font-size: clamp(2rem, 1.4915254237rem + 1.3559322034vw, 3.2rem);
  font-weight: 700;
  line-height: 1.6;
}

.p-service__head-text {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service__head-text {
    margin-top: 2rem;
  }
}

.p-service__head-img {
  max-width: 100%;
  width: 40rem;
}
.p-service__head-img img {
  aspect-ratio: 436/291;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-service__head-img {
    margin-inline: auto;
  }
}

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

.p-service__list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 960px) {
  .p-service__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-service__list {
    gap: 2rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.p-service__item {
  align-items: center;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.8;
  padding: 2.4rem 2rem 2.2rem 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-service__item {
    font-size: 1.6rem;
  }
}

.p-service__download {
  margin-top: 4rem;
  text-align: right;
}

.p-service__download-link {
  background: #ff9552;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2rem 3rem 2rem 7rem;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .p-service__download-link {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .p-service__download-link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.p-service__download-link::before {
  aspect-ratio: 1;
  background: url(../img/icon-pdf03.svg) no-repeat center center/cover;
  content: "";
  height: 4rem;
  left: 2rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 4rem;
}

/* 施設紹介（ギャラリー）
***************************************************************/
.p-gallery {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-block: 6rem;
  }
}

.p-gallery__list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 960px) {
  .p-gallery__list {
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__list {
    gap: 2rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.p-gallery__item img {
  aspect-ratio: 360/246;
  border-radius: 6rem 0rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery__item figcaption {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__item figcaption {
    font-size: 1.4rem;
  }
}

/* 施設紹介（スタッフ紹介）
***************************************************************/
.p-staff {
  background: #FFF2E9;
  border-radius: 40px 40px 0px 0px;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding-block: 6rem;
  }
}

.p-staff__card-wrap {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-staff__card-wrap {
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__card-wrap {
    gap: 3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 4rem;
  }
}

.p-staff__card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}

.p-staff__card-img img {
  aspect-ratio: 360/230;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.7rem 2.5rem 3.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-staff__card-body {
    gap: 0.4rem;
    padding: 2rem;
  }
}

.p-staff__card-post {
  font-weight: 700;
  text-align: center;
}

.p-staff__card-name {
  text-align: center;
}

.p-staff__card-comment {
  font-size: 1.6rem;
}

/* 施設紹介（アクセス）
***************************************************************/
.p-access {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-block: 4rem;
  }
}

.p-access__container {
  align-items: center;
  background: #FFF2E9;
  border-radius: 40px;
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
  padding: 4rem 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-access__container {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-access__container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
    padding: 3rem 2rem;
  }
}

.p-access__map {
  width: 40.350877193%;
}
.p-access__map iframe {
  aspect-ratio: 437/289;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    width: 100%;
  }
}

.p-access__contents {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 4.5rem;
  width: 56.8790397045%;
}
@media screen and (max-width: 960px) {
  .p-access__contents {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-access__contents {
    padding: 3rem 2rem;
    width: 100%;
  }
}

.p-access__name {
  color: #FF8738;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-access__name {
    font-size: 1.8rem;
  }
}

.p-access__item {
  border-bottom: 2px dotted #E1E1E1;
  margin-top: 2rem;
}
.p-access__item:not(:first-of-type) {
  margin-top: 0.8rem;
}

.p-access__sub {
  display: inline-block;
  margin-left: 0.5em;
}

.p-access__label {
  display: inline-block;
  margin-right: 3rem;
  min-width: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-access__label {
    margin-right: 1.5rem;
  }
}

/* 利用の流れとよくある質問（リンク）
***************************************************************/
.p-links {
  background: #FFF2E9;
  border-radius: 40px 40px 0px 0px;
  padding-block: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-links {
    padding-block: 6rem;
  }
}

.p-links__head {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-links__head {
    flex-direction: column;
    margin-inline: auto;
    width: 95%;
  }
}

.p-links__head-title {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-links__head-title {
    width: 100%;
  }
}

.p-links__text {
  width: 61.186440678%;
}
@media screen and (max-width: 767px) {
  .p-links__text {
    width: 100%;
  }
}

.p-links__contents {
  background: #FFFFFF;
  border-radius: 40px;
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4rem;
  padding: 4rem 6rem;
}
@media screen and (max-width: 960px) {
  .p-links__contents {
    gap: 3rem;
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-links__contents {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 2rem;
  }
}

.p-links__card:hover .p-links__img img {
  transform: scale(1.1);
}
.p-links__card:hover .p-links__button {
  opacity: 0.8;
}
.p-links__card:hover .p-links__button::after {
  right: 2.7rem;
}

.p-links__img {
  border-radius: 2rem;
  overflow: hidden;
}
.p-links__img img {
  aspect-ratio: 461/269;
  border-radius: 2rem;
  transition: all 0.3s ease;
}

.p-links__body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-links__body {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-links__body {
    align-items: center;
  }
}

.p-links__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-links__title {
    font-size: 2rem;
  }
}

/* フッターCTA
***************************************************************/
.p-cta {
  background: url(../img/cta-bg.png) no-repeat center center/cover;
  padding-block: 8rem 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 6rem 4rem;
  }
}
.p-cta::after {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-cta__inner {
  position: relative;
  z-index: 1;
}

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

.p-cta__intro {
  color: #FFFFFF;
  padding-top: 2.5rem;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-cta__intro {
    padding-top: 0;
    width: 100%;
  }
}

.p-cta__text {
  font-size: clamp(1.8rem, 1.1756097561rem + 0.8130081301vw, 2.2rem);
  margin-top: 2.8rem;
}

.p-cta__box {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 5rem 4rem 4rem 4rem;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .p-cta__box {
    padding: 4rem 2rem 3rem 2rem;
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box {
    width: auto;
  }
}

.p-cta__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-cta__contents.tel-area {
  border-bottom: 2px dotted #FF8738;
  padding-bottom: 2.7rem;
}
.p-cta__contents.mail-area {
  padding-top: 2.5rem;
}

.p-cta__item {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-cta__item {
    font-size: 2.2rem;
  }
}

.p-cta__tel {
  color: #FF8738;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 5.2rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .p-cta__tel {
    font-size: 3.5rem;
    padding-left: 4.5rem;
  }
}
.p-cta__tel::before {
  aspect-ratio: 1;
  background: url(../img/icon-tel.svg) no-repeat center center/cover;
  content: "";
  height: 4rem;
  left: 0;
  position: absolute;
  top: 55%;
  translate: 0 -50%;
  width: 4rem;
}
@media screen and (max-width: 960px) {
  .p-cta__tel::before {
    height: 3rem;
    width: 3rem;
  }
}

.p-cta__attention {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-cta__attention {
    font-size: 1.4rem;
  }
}

.p-cta__link {
  margin-top: 1rem;
}

/* 私たちについて
***************************************************************/
.p-about {
  background: #FFF2E9;
  border-radius: 40px 40px 0px 0px;
  padding-block: 9.8rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 6rem;
  }
}

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

.p-about__sub {
  color: #FF8738;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.5rem;
  padding-inline: 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about__sub {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__sub {
    font-size: 1.8rem;
  }
}

.p-about__container {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-about__container {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__container {
    flex-direction: column-reverse;
  }
}

.p-about__contents {
  background: #fff;
  border-radius: 2rem;
  padding: 4rem 8rem 4rem 5rem;
  position: relative;
  width: 66%;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-about__contents {
    padding: 2rem 5rem 2rem 3rem;
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__contents {
    margin-top: -8rem;
    padding: 11rem 3rem 3rem 3rem;
    width: 100%;
  }
}

.p-about__img {
  border-radius: 2rem;
  margin-left: -5rem;
  margin-top: 6rem;
  overflow: hidden;
  position: relative;
  width: 40rem;
  z-index: 0;
}
.p-about__img img {
  -o-object-fit: cover;
  aspect-ratio: 400/274;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-about__img {
    margin-left: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__img {
    margin-inline: auto;
    margin-top: 0;
    text-align: center;
    width: 85%;
  }
}

/* 私たちの想い
***************************************************************/
.p-thought {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-thought {
    padding-block: 6rem;
  }
}

.p-thought__contents {
  margin-inline: auto;
  margin-top: 4rem;
  max-width: 100%;
  width: 85rem;
}
@media screen and (max-width: 767px) {
  .p-thought__contents {
    margin-top: 2rem;
  }
}

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

/* ご挨拶
***************************************************************/
.p-greeting {
  background: #FFF2E9;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-greeting {
    padding-block: 6rem;
  }
}

.p-greeting__container {
  align-items: flex-start;
  background: #fff;
  border-radius: 2rem;
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 4rem 6rem;
}
@media screen and (max-width: 960px) {
  .p-greeting__container {
    gap: 3rem;
    margin-top: 2rem;
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__container {
    border-radius: 2rem;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem;
  }
}

.p-greeting__img {
  border-radius: 2rem;
  flex-shrink: 0;
  margin-top: 4rem;
  overflow: hidden;
  position: relative;
  /* margin-right: -5rem; */
  width: 36%;
  z-index: 1;
}
.p-greeting__img img {
  -o-object-fit: cover;
  aspect-ratio: 400/274;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-greeting__img {
    margin-inline: auto;
    margin-top: 0;
    text-align: center;
    width: 85%;
  }
}

.p-greeting__contents {
  flex-grow: 1;
  position: relative;
  z-index: 0;
}

.p-greeting__sign {
  margin-top: 3rem;
  text-align: right;
}

/* 会社概要
***************************************************************/
.p-company {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 6rem;
  }
}

.p-company__container {
  margin-inline: auto;
  margin-top: 6rem;
  max-width: 100%;
  width: 85rem;
}
@media screen and (max-width: 767px) {
  .p-company__container {
    margin-top: 4rem;
  }
}

.p-company__table {
  border-collapse: collapse;
  width: 100%;
}

.p-company__tbody th, .p-company__tbody td {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 1.5rem 2rem 1.5rem 2rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-company__tbody th, .p-company__tbody td {
    font-size: 1.6rem;
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}
.p-company__tbody th {
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-company__tbody th {
    width: 30%;
  }
}
.p-company__tbody td {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .p-company__tbody td {
    width: 70%;
  }
}
.p-company__tbody tr:not(:last-of-type) {
  border-bottom: 2px dotted #ffdcc6;
}

/* 採用（働き方）
***************************************************************/
.p-work-style {
  background: #FFF2E9;
  border-radius: 40px 40px 0px 0px;
  padding-block: 9.8rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-work-style {
    padding-block: 6rem;
  }
}

.p-work-style__title {
  text-align: center;
}

.p-work-style__container {
  margin-inline: auto;
  margin-top: 4rem;
  max-width: 100%;
  width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-work-style__container {
    margin-top: 2rem;
  }
}

.p-work-style__text {
  text-align: center;
}

/* 採用（Mission）
***************************************************************/
.p-mission {
  color: #fff;
  padding-block: 8rem;
  position: relative;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-mission {
    padding-block: 6rem;
  }
}
.p-mission::after {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.p-mission::before {
  background: url(../img/decoration-line.png) repeat-x center center/contain;
  content: "";
  height: 2.8rem;
  left: 0;
  position: absolute;
  top: -1.6rem;
  width: 100%;
  z-index: 1;
}

.p-mission__inner {
  position: relative;
  z-index: 1;
}

.p-mission__title {
  color: #ffffff;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mission__title {
    font-size: 4rem;
  }
}

.p-mission__sub-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mission__sub-title {
    font-size: 2rem;
    letter-spacing: -0.03em;
    margin-top: 3rem;
  }
}

.p-mission__contents {
  margin-inline: auto;
  margin-top: 4rem;
  max-width: 100%;
  text-align: center;
  width: 90rem;
}

/* 採用（求める人物像）
***************************************************************/
.p-person {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-person {
    padding-block: 6rem 4rem;
  }
}

.p-person__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-person__container {
    gap: 3rem;
    margin-top: 2rem;
  }
}

.p-person__contents {
  align-items: center;
  background: #FFF2E9;
  border-radius: 4rem;
  display: flex;
  gap: 4.4rem;
  padding: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-person__contents {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }
}

.p-person__icon {
  background: #ffc8a5;
  border-radius: 100rem;
  display: grid;
  flex-shrink: 0;
  height: clamp(10rem, 5.6438133874rem + 5.6795131846vw, 12.8rem);
  place-content: center;
  width: clamp(10rem, 5.6438133874rem + 5.6795131846vw, 12.8rem);
}
@media screen and (max-width: 767px) {
  .p-person__icon {
    order: 2;
  }
}
.p-person__icon img {
  height: clamp(5rem, 2.1995943205rem + 3.6511156187vw, 6.8rem);
  width: clamp(5rem, 2.1995943205rem + 3.6511156187vw, 6.8rem);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .person__body {
    display: contents;
  }
}

.p-person__title {
  align-items: center;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-person__title {
    font-size: 1.8rem;
    order: 1;
  }
}
.p-person__title span {
  font-size: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-person__title span {
    font-size: 2.2rem;
  }
}

.p-person__text {
  margin-top: 2rem;
  width: 94%;
}
@media screen and (max-width: 767px) {
  .p-person__text {
    margin-top: 0rem;
    order: 3;
  }
}

.p-person__gallery {
  display: flex;
  overflow: hidden;
  padding-block: 10rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-person__gallery {
    padding-block: 6rem 1rem;
  }
}

.p-person__gallery-img01,
.p-person__gallery-img02,
.p-person__gallery-img03,
.p-person__gallery-img04 {
  position: relative;
}
.p-person__gallery-img01 img,
.p-person__gallery-img02 img,
.p-person__gallery-img03 img,
.p-person__gallery-img04 img {
  aspect-ratio: 321/220;
  -o-object-fit: cover;
  border-radius: 2rem;
     object-fit: cover;
}

.p-person__gallery-img01 {
  transform: rotate(-6deg);
  z-index: 1;
}

.p-person__gallery-img02 {
  margin-left: -3rem;
  margin-top: 3rem;
  z-index: 0;
}

.p-person__gallery-img03 {
  margin-left: -3rem;
  margin-top: -1rem;
  transform: rotate(6deg);
  z-index: 1;
}

.p-person__gallery-img04 {
  margin-left: -3rem;
  margin-top: 2rem;
  transform: rotate(-3deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-person__gallery-img04 {
    display: none;
  }
}

/* 採用（求める人物像）
***************************************************************/
.p-message {
  background: #FFF2E9;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 6rem;
  }
}

.p-message__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-message__container {
    margin-top: 3rem;
  }
}

.p-message__contents {
  align-items: flex-start;
  background: #fff;
  border-radius: 4rem;
  display: flex;
  gap: 4rem;
  padding: 6rem 6rem 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-message__contents {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem 2rem 3rem;
  }
}

.p-message__img {
  flex-shrink: 0;
  margin-inline: auto;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    width: 90%;
  }
}
.p-message__img img {
  aspect-ratio: 320/204;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-message__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-message__body {
    width: 100%;
  }
}

.p-message__catch {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-message__catch {
    font-size: 1.8rem;
  }
}

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

.p-message__sign {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  text-align: right;
}

/* 採用（募集要項）
***************************************************************/
.p-requirement {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-requirement {
    padding-block: 6rem;
  }
}

.p-requirement__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__container {
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-requirement__contents {
  background: #FFF2E9;
  border-radius: 4rem;
  padding: 4rem 6rem 5rem 6rem;
}
@media screen and (max-width: 960px) {
  .p-requirement__contents {
    padding: 4rem 4rem 5rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-requirement__contents {
    padding: 3rem 2rem;
  }
}

.p-requirement__type {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-requirement__type {
    font-size: 2.2rem;
  }
}

.p-requirement__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__item-wrapper {
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-requirement .wp-block-lazyblock-requirement {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-requirement .wp-block-lazyblock-requirement {
    gap: 3rem;
  }
}

.p-requirement__details {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__details {
    padding: 2rem 1rem;
  }
}

.p-requirement__summary {
  position: relative;
}
.p-requirement__summary::before, .p-requirement__summary::after {
  background: #FF8738;
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.p-requirement__summary::before {
  height: 2px;
  right: 2rem;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__summary::before {
    right: 0;
    width: 1.4rem;
  }
}
.p-requirement__summary::after {
  height: 2rem;
  right: 2.9rem;
  transition: rotate 0.3s ease;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .p-requirement__summary::after {
    height: 1.4rem;
    right: 0.6rem;
  }
}
@media (any-hover: hover) {
  .p-requirement__summary:hover {
    cursor: pointer;
  }
}

details[open] .p-requirement__summary::after {
  rotate: 90deg;
}

.p-requirement__occupation {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-requirement__occupation {
    font-size: 1.8rem;
    padding-inline: 2.2rem;
  }
}

.p-requirement__body {
  margin-top: 2rem;
}

.p-requirement__table {
  border-collapse: collapse;
  width: 100%;
}

.p-requirement__tbody th, .p-requirement__tbody td {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 1.5rem 2rem 1.5rem 2rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-requirement__tbody th, .p-requirement__tbody td {
    font-size: 1.6rem;
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-requirement__tbody th, .p-requirement__tbody td {
    font-size: 1.5rem;
    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
  }
}
.p-requirement__tbody th {
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-requirement__tbody th {
    width: 35%;
  }
}
.p-requirement__tbody td {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .p-requirement__tbody td {
    width: 65%;
  }
}
.p-requirement__tbody tr:not(:last-of-type) {
  border-bottom: 2px dotted #ffdcc6;
}

/* 採用（選考の流れ）
***************************************************************/
.p-requirement-flow {
  background: #FFF2E9;
  border-radius: 4rem 4rem 0 0;
  padding-block: 8rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow {
    padding-block: 6rem 8rem;
  }
}

.p-requirement-flow__container {
  display: flex;
  gap: 8%;
  margin-inline: auto;
  margin-top: 6rem;
  max-width: 100%;
  width: 90rem;
}
@media screen and (max-width: 960px) {
  .p-requirement-flow__container {
    gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__container {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
}

.p-requirement-flow__item {
  align-items: center;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__item {
    margin-inline: auto;
    max-width: 100%;
    width: 25rem;
  }
}
.p-requirement-flow__item:not(:last-of-type)::before {
  border-bottom: 3px dotted #ffc8a5;
  content: "";
  height: 0.3rem;
  left: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__item:not(:last-of-type)::before {
    left: 50%;
    position: absolute;
    top: 111%;
    transform: rotate(90deg);
    translate: -50%;
    width: 20%;
  }
}

.p-requirement-flow__icon {
  aspect-ratio: 1;
  width: 10rem;
}
@media screen and (max-width: 960px) {
  .p-requirement-flow__icon {
    width: 9rem;
  }
}

.p-requirement-flow__item-title {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-requirement-flow__item-title {
    font-size: 1.6rem;
  }
}

/* ご利用までの流れ
***************************************************************/
.p-flow {
  background: #FFF2E9;
  border-radius: 40px 40px 0px 0px;
  padding-block: 9.8rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: 6rem;
  }
}

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

.p-flow__container {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  margin-inline: auto;
  margin-top: 8rem;
  max-width: 100%;
  width: 100rem;
}
@media screen and (max-width: 767px) {
  .p-flow__container {
    gap: 8rem;
    margin-top: 4rem;
  }
}

.p-flow__box {
  background: #FFF;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 6.8rem 4rem 6.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__box {
    padding: 3rem 2rem 4rem 2rem;
  }
}
.p-flow__box:not(:last-of-type)::after {
  background-color: #ffc8a5;
  clip-path: polygon(50% 5rem, 0% 0%, 23rem 0%);
  content: "";
  height: 5rem;
  left: 50%;
  position: absolute;
  top: calc(100% + 4rem);
  translate: -50%;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-flow__box:not(:last-of-type)::after {
    clip-path: polygon(50% 3rem, 0% 0%, 15rem 0%);
    height: 3rem;
    top: calc(100% + 3rem);
    width: 15rem;
  }
}

/*Lazy Blockに応じた対応*/
.wp-block-lazyblock-flow {
  position: relative;
}
.wp-block-lazyblock-flow:not(:last-of-type)::after {
  background-color: #ffc8a5;
  clip-path: polygon(50% 5rem, 0% 0%, 23rem 0%);
  content: "";
  height: 5rem;
  left: 50%;
  position: absolute;
  top: calc(100% + 4rem);
  translate: -50%;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .wp-block-lazyblock-flow:not(:last-of-type)::after {
    clip-path: polygon(50% 3rem, 0% 0%, 15rem 0%);
    height: 3rem;
    top: calc(100% + 3rem);
    width: 15rem;
  }
}

.p-flow__box-head {
  align-items: center;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__box-head {
    gap: 2rem;
  }
}

.p-flow__step-number {
  aspect-ratio: 1;
  background: #FF8738;
  border-radius: 100vmax;
  color: #FFF;
  display: grid;
  flex-shrink: 0;
  height: 10rem;
  justify-items: center;
  place-content: center;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-flow__step-number {
    height: 7rem;
    width: 7rem;
  }
}
.p-flow__step-number .step {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-flow__step-number .step {
    font-size: 1.2rem;
  }
}
.p-flow__step-number .number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow__step-number .number {
    font-size: 3rem;
  }
}

.p-flow__step-title {
  font-size: clamp(2rem, 1.4915254237rem + 1.3559322034vw, 3.2rem);
  font-weight: 700;
  line-height: 1.6;
}

.p-flow__box-contents {
  align-items: center;
  border-top: 3px dotted #ffc8a5;
  display: flex;
  gap: 3%;
  padding: 3rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow__box-contents {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

.p-flow__box-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-flow__box-body {
    width: 100%;
  }
}

.p-flow__box-img {
  border-radius: 2rem;
  overflow: hidden;
  width: 34%;
}
.p-flow__box-img img {
  aspect-ratio: 294/196;
  width: 100%;
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-flow__box-img {
    margin-inline: auto;
    width: 80%;
  }
}

.p-flow__cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-flow__tel {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

.p-flow__tel-number {
  color: #FF8738;
  font-size: 4.5rem;
  font-weight: 700;
  padding-left: 4rem;
  position: relative;
}
.p-flow__tel-number::after {
  aspect-ratio: 1;
  background: url(../img/icon-tel.svg) no-repeat center center/cover;
  content: "";
  height: 3.4rem;
  left: 0;
  position: absolute;
  top: 59%;
  translate: 0 -50%;
  width: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__tel-number::after {
    height: 2.8rem;
    width: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__tel-number {
    font-size: 3.5rem;
    padding-left: 3.5rem;
  }
}

.p-flow__attention {
  font-size: 1.6rem;
}

.p-flow__box-item {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 2.2rem;
  position: relative;
}
.p-flow__box-item::after {
  border-bottom: 2px solid #FF8738;
  border-left: 2px solid #FF8738;
  content: "";
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 1rem;
  transform: rotate(-45deg);
  width: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-flow__box-item::after {
    height: 0.5rem;
    width: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-flow__box-item {
    font-size: 1.6rem;
    padding-left: 1.6rem;
  }
}

/* よくある質問
***************************************************************/
.p-faq {
  background: #FFF2E9;
  border-radius: 40px 40px 0px 0px;
  padding-block: 9.8rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 6rem;
  }
}

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

.p-faq__container {
  margin-inline: auto;
  margin-top: 8rem;
  max-width: 100%;
  width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-faq__container {
    margin-top: 4rem;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__items {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    gap: 3rem;
  }
}

.p-faq .wp-block-lazyblock-faq {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq .wp-block-lazyblock-faq {
    gap: 3rem;
  }
}

.p-faq__item {
  background: #fff;
  border-radius: 2rem;
  font-size: 2rem;
  line-height: 1.6;
  overflow: hidden;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    font-size: 1.6rem;
    padding-inline: 1.5rem;
  }
}

.p-faq__question {
  display: block;
  padding-block: 2rem;
  padding-inline: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    padding-inline: 0;
  }
}
.p-faq__question::before, .p-faq__question::after {
  background: #FF8738;
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.p-faq__question::before {
  height: 2px;
  right: 2rem;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question::before {
    right: 0;
  }
}
.p-faq__question::after {
  height: 2rem;
  right: 2.9rem;
  transition: rotate 0.3s ease;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .p-faq__question::after {
    right: 0.9rem;
  }
}
@media (any-hover: hover) {
  .p-faq__question:hover {
    cursor: pointer;
  }
}

details[open] .p-faq__question::after {
  rotate: 90deg;
}

.p-faq__question-text {
  display: block;
  padding-inline: 4.5rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    padding-inline: 3rem;
  }
}
.p-faq__question-text::before {
  color: #FF8738;
  content: "Q";
  font-size: 3rem;
  left: 0;
  position: absolute;
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text::before {
    font-size: 2.5rem;
  }
}

.p-faq__content {
  overflow: hidden;
}

.p-faq__answer {
  border-top: 3px dotted #ffc8a5;
  display: block;
  padding-block: 2rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding-inline: 0;
  }
}

.p-faq__answer-text {
  display: block;
  padding-inline: 4.5rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    padding-inline: 3rem;
  }
}
.p-faq__answer-text::before {
  color: #FF8738;
  content: "A";
  font-size: 3rem;
  left: 0;
  position: absolute;
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text::before {
    font-size: 2.5rem;
  }
}

/* お問い合わせ（体験エリア）
***************************************************************/
.p-experience {
  background: #FFF2E9;
  border-radius: 4rem 4rem 0px 0px;
  overflow-x: hidden;
  padding-block: 6rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-experience {
    padding-block: 4rem 3rem;
  }
}

.p-experience__title {
  color: #FF8738;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  padding-inline: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-experience__title {
    font-size: 1.8rem;
  }
}
.p-experience__title span {
  position: relative;
}
.p-experience__title span::before {
  left: -1.5rem;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .p-experience__title span::before {
    left: -1rem;
  }
}
.p-experience__title span::after {
  right: -1rem;
  transform: rotate(30deg);
}
.p-experience__title span::before, .p-experience__title span::after {
  background: #FF8738;
  content: "";
  height: 3rem;
  position: absolute;
  top: 0.5rem;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .p-experience__title span::before, .p-experience__title span::after {
    top: 10%;
  }
}

.p-experience__sub {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-experience__sub {
    font-size: 1.4rem;
    margin-top: 1rem;
    text-align: left;
  }
}

.p-experience__container {
  background: #fff;
  border-radius: 4rem;
  margin-top: 2rem;
  padding: 2rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-experience__container {
    padding: 2rem;
  }
}

.p-experience__point {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.p-experience__point span {
  background: linear-gradient(transparent 50%, #ffc8a5 50%);
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-experience__point {
    font-size: 1.6rem;
  }
}

.p-experience__contents {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
  width: 80%;
}
@media screen and (max-width: 960px) {
  .p-experience__contents {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__contents {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-experience__contents-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.p-experience__contents-item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 2.2rem;
  position: relative;
}
.p-experience__contents-item::after {
  border-bottom: 2px solid #FF8738;
  border-left: 2px solid #FF8738;
  content: "";
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0.7rem;
  transform: rotate(-45deg);
  width: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-experience__contents-item::after {
    height: 0.5rem;
    width: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__contents-item {
    font-size: 1.4rem;
  }
}

.p-experience__contents-detail {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-experience__contents-detail {
    font-size: 1.4rem;
  }
}

.p-experience__deco-img01 {
  aspect-ratio: 1;
  border-radius: 50%;
  height: 15rem;
  overflow: hidden;
  position: absolute;
  right: 2.7272727273%;
  top: 10px;
  width: 15rem;
}
@media screen and (max-width: 960px) {
  .p-experience__deco-img01 {
    height: 12rem;
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__deco-img01 {
    height: 7rem;
    right: -3rem;
    top: 3rem;
    width: 7rem;
  }
}
.p-experience__deco-img01 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-experience__deco-img02 {
  aspect-ratio: 1;
  border-radius: 50%;
  height: 18rem;
  overflow: hidden;
  position: absolute;
  right: 10.9090909091%;
  top: 94px;
  width: 18rem;
}
@media screen and (max-width: 960px) {
  .p-experience__deco-img02 {
    height: 14rem;
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__deco-img02 {
    height: 8rem;
    right: -1rem;
    top: -4rem;
    width: 8rem;
  }
}
.p-experience__deco-img02 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-experience__foot {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-experience__foot {
    font-size: 1.4rem;
    margin-top: 2rem;
    text-align: left;
  }
}

/* お問い合わせ
***************************************************************/
.p-contact__container {
  background: #fff;
  margin-inline: auto;
  margin-top: 3rem;
  max-width: 100%;
  padding: 2rem;
  width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    margin-top: 1.5rem;
  }
}

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

.p-contact__tel-area {
  padding-block: 8rem 2rem;
  position: relative;
}
.p-contact__tel-area::before {
  background: url(../img/decoration-line.png) repeat-x center center/contain;
  content: "";
  height: 2.8rem;
  left: 0;
  position: absolute;
  top: -1.4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-area {
    padding-block: 6rem 2rem;
  }
}

.p-contact__mail-area {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__mail-area {
    padding-block: 6rem;
  }
}

.p-contact__tel {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
}

.p-contact__tel-number {
  color: #FF8738;
  font-size: 4.5rem;
  font-weight: 700;
  padding-left: 4rem;
  position: relative;
}
.p-contact__tel-number::after {
  aspect-ratio: 1;
  background: url(../img/icon-tel.svg) no-repeat center center/cover;
  content: "";
  height: 3.4rem;
  left: 0;
  position: absolute;
  top: 59%;
  translate: 0 -50%;
  width: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-number::after {
    height: 2.8rem;
    width: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__tel-number {
    font-size: 3.5rem;
    padding-left: 3.5rem;
  }
}

.p-contact__attention {
  font-size: 1.6rem;
}

/* (フォーム※スノーモンキーフォーム)
***************************************************************/
.smf-form {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .smf-form {
    font-size: 1.6rem;
  }
}
.smf-form p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.smf-form p a {
  display: inline;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.smf-form p a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .smf-form p {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}

.smf-form--business .smf-item__col--label {
  background: #ffdcc6;
}

.smf-form .smf-radio-button-control {
  align-items: center;
}

.smf-form .smf-radio-button-control__control {
  margin-top: 0;
}

.smf-form .smf-radio-button-control__control:checked {
  background-color: #FF8738;
  border-color: #FF8738;
}

@media screen and (max-width: 767px) {
  .c-form-input {
    width: 100%;
  }
}

.c-form-input-max {
  width: 100%;
}

.smf-action .smf-button-control__control {
  background: #FF8738;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.5rem 3rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .smf-action .smf-button-control__control {
    font-size: 1.4rem;
  }
}
.smf-action .smf-button-control__control:hover {
  opacity: 0.7;
}

.is-required .smf-item__label__text {
  margin-right: 1rem;
  position: relative;
}
.is-required .smf-item__label__text::after {
  color: #FF8738;
  content: "＊必須";
  font-size: 1.2rem;
  height: 1.5rem;
  left: calc(100% + 0.5rem);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .is-required .smf-item__label__text::after {
    top: 39%;
  }
}

.smf-form .smf-checkbox-control__control:checked {
  background-color: #FF8738;
  border-color: #FF8738;
}

.smf-checkboxes-control {
  text-align: center;
}

/*チェックボックス*/
.smf-form .smf-checkbox-control__control {
  height: 18px;
  width: 18px;
}

/*完了画面*/
.smf-form .smf-complete-content {
  margin-top: 4rem;
}
.smf-form .smf-complete-content p {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .smf-form .smf-complete-content p {
    font-size: 1.6rem;
  }
}
.smf-form .smf-complete-content .c-button {
  margin-inline: auto;
}
.smf-form .smf-complete-content .wp-block-button__link {
  background-color: transparent !important;
  padding: 0;
}

/* TOPページ（バナー）
***************************************************************/
.p-banner {
  background: #ffc8a5;
  border-radius: 2rem 0 0 2rem;
  bottom: 10rem;
  padding: 3.5rem 2rem;
  position: fixed;
  right: 0;
  transition: all 0.3s ease;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .p-banner {
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-banner {
    padding: 2rem 1rem;
  }
}
@media (any-hover: hover) {
  .p-banner:hover {
    cursor: pointer;
    transform: scale(1.1);
  }
}
.open_menu .p-banner {
  display: none;
}

.p-banner__text {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  text-align: center;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-banner__text {
    font-size: 1.5rem;
  }
}
.p-banner__text span {
  aspect-ratio: 1;
  display: block;
  height: 3.2rem;
  text-align: center;
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-banner__text span {
    height: 2.4rem;
    width: 2.4rem;
  }
}

/* プライバシーポリシー
***************************************************************/
.p-privacy {
  background: #FFF2E9;
  border-radius: 40px 40px 0px 0px;
  padding-block: 9.8rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding-block: 6rem;
  }
}

.p-privacy__box {
  margin-inline: auto;
  max-width: 100%;
  width: 90rem;
}
.p-privacy__box h2 {
  font-size: clamp(2rem, 1.5762711864rem + 1.1299435028vw, 3rem);
  font-weight: 700;
  line-height: 1.8;
  margin-inline: auto;
  margin-top: 1.5em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-privacy__box p {
  line-height: 1.8;
  margin-top: 1em;
}
.p-privacy__box ul {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-privacy__box ul {
    font-size: 1.6rem;
  }
}
.p-privacy__box ul li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 2em;
  position: relative;
}
.p-privacy__box ul li::before {
  aspect-ratio: 1;
  background: #FF8738;
  border-radius: 50%;
  content: "";
  height: auto;
  left: 2.3rem;
  position: absolute;
  top: 0.75em;
  width: 5px;
}
@media screen and (max-width: 767px) {
  .p-privacy__box ul li::before {
    left: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__box ul li {
    font-size: 1.6rem;
    padding-left: 1em;
  }
}

/* 共通ディスプレイ表示
***************************************************************/
@media screen and (min-width: 1260px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
/* テキスト装飾
***************************************************************/
.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-under {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  font-weight: inherit;
}

.u-text-bold {
  font-weight: 700;
}

.u-text-marker {
  background: linear-gradient(transparent 60%, #ffff75 40%);
  font-weight: inherit;
}