.p-container {
  position: relative;
  width: 100%;
  max-width: 136.6rem;
  margin: 0 auto;
  padding: 0 6.3rem;
}

.p-inner {
  padding: 0 4rem;
}

.p-section {
  padding-bottom: 10rem;
}

.p-kv {
  position: relative;
  padding-top: 21.1rem;
  padding-bottom: 16.1rem;
  overflow: hidden;
  background: var(--bgColorPink);
  text-align: center;
}

.p-kv.is-entry {
  padding-top: 16.9rem;
  padding-bottom: 15.1rem;
  background: var(--bgColorLightYellow02);
}

.p-kv.is-entry .p-kv_border {
  top: 12rem;
  left: -5rem;
}

.p-kv.is-entry .p-kv_star {
  top: 3rem;
}

.p-kv.is-entry .p-kv_dot {
  top: 0;
}

.p-kv.is-contact {
  padding-top: 21rem;
  padding-bottom: 16rem;
  background: var(--bgColorLightYellow02);
}

.p-kv.is-contact .p-kv_border {
  top: 8rem;
  left: -5rem;
}

.p-kv.is-contact .p-kv_star {
  top: -1rem;
}

.p-kv.is-contact .p-kv_dot {
  top: -4rem;
}

.p-kv.is-data {
  padding-top: 18.8rem;
  background: var(--bgColorLightYellow);
}

.p-kv.is-movie {
  padding-top: 18rem;
  padding-bottom: 12rem;
  background: var(--bgColorLightGreen);
}

.p-kv_entry_txt {
  display: inline-block;
  z-index: 2;
  position: relative;
  min-width: 11.5rem;
  padding: .3rem;
  border: 1px solid var(--colorBrown);
  border-radius: .5rem;
}

.p-kv_entry_txt_wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.p-kv_ttl {
  z-index: 2;
  position: relative;
  font-weight: var(--weightRegular);
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-kv_ttl.is-entry {
  margin-bottom: 1.5rem;
}

.p-kv_ttl.is-data {
  width: 44rem;
  margin: -2rem auto -3.5rem;
}

.p-kv_ttl_en {
  display: block;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
}

.p-kv_wrapper {
  position: relative;
}

.p-kv_bg {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
}

.p-kv_illust {
  z-index: 2;
  position: absolute;
  top: 0rem;
  left: 10.2rem;
  width: 26rem;
}

.p-kv_border {
  top: 8rem;
  left: -5rem;
}

.p-kv_star {
  position: absolute;
  top: -1rem;
  right: 13rem;
  width: 14.8rem;
}

.p-kv_dot {
  top: -4rem;
  right: -10.5rem;
}

.p-breadcrumbs {
  z-index: 1;
  position: relative;
  margin: -2px auto;
  padding-top: 1rem;
  background: var(--bgColorBoldPink);
}

.p-breadcrumbs.is-data {
  background: var(--bgColorLightGreen);
}

.p-breadcrumbs.is-movie {
  background: var(--bgColorYellow);
}

.p-breadcrumbs.is-404 {
  padding-top: 21rem;
}

.p-breadcrumbs_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  line-height: 2.2rem;
}

.p-breadcrumbs_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  gap: 1rem;
}

.p-breadcrumbs_list_link::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 1rem;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 0.8rem solid currentColor;
  content: "";
}

.p-breadcrumbs_list:last-child {
  opacity: 0.65;
  pointer-events: none;
}

.p-breadcrumbs_list:last-child::after {
  content: none;
}

.p-fixed_banner {
  z-index: 5;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 35rem;
}

.p-fixed_banner_close_icn {
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 1.8rem;
  cursor: pointer;
}

.p-fixed_banner.is-patel {
  z-index: 4;
  right: 3rem;
  bottom: 5rem;
  width: 14.5rem;
  height: 14.1rem;
  background: url(../../img/common/p-fixed_bg_patel.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.p-fixed_banner_patel_link {
  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;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .04em;
  text-align: center;
}

.p-fixed_banner_patel_link_txt {
  position: relative;
  top: -1rem;
}

.p-fixed_banner_patel_link_txt span {
  display: inline-block;
  margin-top: 1.4rem;
}

.p-fixed_banner_bottom {
  display: none;
}

.p-news_article {
  padding-top: 8rem;
  background: var(--bgColorBoldPink);
}

.p-news_article_content {
  margin-bottom: 6rem;
  border-radius: 0 0 2rem 2rem;
  background: var(--colorWhite);
  word-break: break-all;
}

.p-news_article_head {
  position: relative;
  width: 100%;
  padding: 4rem 7rem;
  overflow: hidden;
  border-radius: 2rem 2rem 0 0;
  background: var(--bgColorLightYellow);
  word-break: break-all;
}

.p-news_article_head:before {
  display: inline-block;
  visibility: initial;
  z-index: 0;
  position: absolute;
  position: absolute;
  top: -9rem;
  right: 6.5rem;
  width: 25.2rem;
  height: 25.6rem;
  background: url(../../img/common/p-news_article_head_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

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

.p-news_article_time {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Comfortaa",sans-serif;
  letter-spacing: .1em;
}

.p-news_article_content {
  padding: 8rem 11.7rem 8rem;
}

.p-news_article_content>*:first-child {
  margin-top: 0;
}

.p-news_article_content h3 {
  position: relative;
  margin: 8rem 0 3rem;
  padding: 1.5rem 5rem 1.5rem 5rem;
  overflow: hidden;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  background: var(--bgColorLightYellow);
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-news_article_content h3::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 2.2rem;
  height: calc(100% + .2rem);
  border-right: 1px solid var(--colorBrown);
  border-radius: 2rem 0 0 2rem;
  background: var(--colorYellow);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-news_article_content h4 {
  position: relative;
  margin: 4rem 0 3rem;
  padding-left: 5rem;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: .04em;
}

.p-news_article_content h4::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 3.7rem;
  height: 3.7rem;
  background: url(../../img/common/p-news_article_icn_green_star.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-news_article_content h5 {
  position: relative;
  margin: 4rem 0 2rem;
  padding-left: 4.6rem;
  font-weight: var(--weightMedium);
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-news_article_content h5::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 3.7rem;
  height: 3.7rem;
  background: url(../../img/common/p-news_article_icn_pink_star.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-news_article_content p {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-news_article_content strong {
  font-weight: 700;
}

.p-news_article_content figure {
  margin: 6rem 0;
}

.p-news_article_content figure.size-medium img {
  min-width: 42.1rem;
  max-width: 100%;
}

.p-news_article_content figure figcaption {
  font-weight: var(--weightMedium);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-news_article_content figure.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.p-news_article_content figure.alignright {
  margin-left: auto;
}

.p-news_article_content figure.alignleft {
  margin-right: auto;
}

.p-news_article_content a {
  color: var(--colorRosePink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p-news_article_content ol {
  margin-bottom: 4rem;
  list-style: none;
  counter-reset: section;
}

.p-news_article_content ol li {
  margin-bottom: 1rem;
  padding-left: 1.5em;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
  text-indent: -1.5em;
  counter-increment: section;
}

.p-news_article_content ol li::before {
  margin-right: 1rem;
  content: counter(section) ". ";
}

.p-news_article_content ul {
  list-style: none;
}

.p-news_article_content ul li {
  position: relative;
  margin-bottom: .4rem;
  padding-left: 1em;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-news_article_content ul li.p-news_article_sns {
  padding: 0;
}

.p-news_article_content ul li::before {
  position: absolute;
  top: 1.2rem;
  left: .2rem;
  content: "●";
  color: var(--colorPink);
  font-size: .6rem;
}

.p-news_article_content hr {
  position: relative;
  width: 100%;
  height: .7rem;
  margin: 6rem 0;
  border: none;
  background-image: url(../../img/common/p-news_article_hr_pc.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-news_article_content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.p-news_article_content .p-free_content_custom {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 6rem 5.8rem;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  background-color: var(--bgColorLightPink);
}

.p-news_article_content .p-free_content_custom>*:first-child {
  margin-top: 0;
}

.p-news_article_content .p-free_content_custom>*:last-child {
  margin-bottom: 0;
}

.p-news_article_content .swiper {
  width: 100%;
  height: auto;
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 0;
}

.p-news_article_content .swiper-wrapper {
  padding: 0;
}

.p-news_article_content .swiper img[class] {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.p-news_article_content .swiper figure {
  margin: 0;
}

.p-news_article_content .wp-block-table .has-fixed-layout {
  margin-bottom: 1rem;
  table-layout: auto;
}

.p-news_article_content .wp-block-table {
  margin: 4rem 0 6rem;
  overflow-x: auto;
}

.p-news_article_content figcaption {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2;
}

.p-news_article_content table.has-fixed-layout {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 2rem;
  line-height: 2;
  text-align: center;
  scrollbar-width: thin;
}

.p-news_article_content table.has-fixed-layout tr:first-child {
  color: var(--colorWhite);
}

.p-news_article_content table.has-fixed-layout tr:first-child td {
  border-top: 1px solid var(--colorBrown);
  background-color: var(--colorPink);
  font-weight: 700;
  font-family: "Zen Maru Gothic",sans-serif;
}

.p-news_article_content table.has-fixed-layout tr:first-child td:first-child {
  border-radius: 2rem 0 0 0;
}

.p-news_article_content table.has-fixed-layout tr:first-child td:last-child {
  border-radius: 0 2rem 0 0;
}

.p-news_article_content table.has-fixed-layout tr:last-child td:first-child {
  border-radius: 0 0 0 2rem;
}

.p-news_article_content table.has-fixed-layout tr:last-child td:last-child {
  border-radius: 0 0 2rem 0;
}

.p-news_article_content table.has-fixed-layout tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: .2rem;
}

.p-news_article_content table.has-fixed-layout tr:nth-child(2) td {
  border-top: none;
}

.p-news_article_content table.has-fixed-layout td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 13.5rem;
  padding: 1.6rem 1rem;
  border: 1px solid var(--colorBrown);
  border-top: none;
  border-left: none;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-news_article_content table.has-fixed-layout td:first-child {
  border-left: 1px solid var(--colorBrown);
}

.p-news_article_content .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.p-news_article_content .wp-block-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 42rem;
  max-width: 100%;
  min-height: 5rem;
  padding: 0 6rem;
  border: 1px solid var(--colorBrown);
  border-radius: 50vw;
  background: var(--bgColorPink);
  color: var(--colorBrown);
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}

.p-news_article_content .wp-block-buttons a::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.2rem;
  height: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../img/common/p-icn_arrow_brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-news_article_sns {
  width: 44.3rem;
}

.p-news_article_sns::before {
  display: none;
}

.p-news_article_sns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}

.p-news_article_sns a.p-news_article_sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 3rem;
  gap: 0 9.2rem;
  border: 1px solid var(--colorBrown);
  border-radius: 1rem;
  color: var(--colorBrown);
  text-decoration: none;
}

.p-news_article_sns a.p-news_article_sns_link.is-x {
  background: var(--bgColorBlue);
}

.p-news_article_sns a.p-news_article_sns_link.is-x img {
  width: 1.9rem;
}

.p-news_article_sns a.p-news_article_sns_link.is-line {
  padding: 1.5rem 3rem 1.5rem 4rem;
  background: var(--bgColorLightGreen);
}

.p-news_article_sns a.p-news_article_sns_link.is-line img {
  width: 3.2rem;
}

.p-news_article_sns_link_icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-news_article_nav {
  padding: 1rem 0;
}

.p-news_article_nav_wrapper {
  position: relative;
  width: 32.4rem;
  margin: 0 auto;
  padding-bottom: 6rem;
}

.p-news_article_nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}

.p-news_article_nav_link.is-prev {
  left: 0;
}

.p-news_article_nav_link.is-next {
  right: 0;
}

.p-news_article_link {
  margin: 0 auto;
}

.p-news_article .swiper-container {
  position: relative;
}

.p-news_article .swiper-button-next {
  right: -1.3rem;
}

.p-news_article .swiper-button-prev {
  left: -1.3rem;
}

.p-news_article .swiper-button-next:after,.p-news_article .swiper-button-prev:after {
  display: none;
}

.p-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 4rem;
}

.p-head.is-center {
  text-align: center;
}

.p-head.is-center .p-head_ttl {
  margin-bottom: 1rem;
}

.p-head.is-center p {
  max-width: 80.6rem;
  margin-right: auto;
  margin-left: auto;
}

.p-head_ttl {
  margin-bottom: 1rem;
}

.p-head_ttl_large {
  margin-bottom: 2rem;
}

.p-head_ttl_en {
  margin-bottom: 1rem;
}

.p-head_txt.is-left {
  text-align: left;
}

.p-list_ttl {
  margin-bottom: 2rem;
}

.p-list_ttl_icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  position: absolute;
  top: -0.2rem;
  left: .4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
  height: 6rem;
  gap: .3rem 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Comfortaa",sans-serif;
  letter-spacing: .04em;
}

.p-list_ttl_icn::before {
  display: inline-block;
  visibility: initial;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../img/common/p-list_ttl_yellow_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-list_ttl_icn_txt {
  padding-top: .5rem;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Comfortaa",sans-serif;
}

.p-list_ttl_icn_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  position: absolute;
  top: -0.2rem;
  left: .4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  gap: .3rem 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Comfortaa",sans-serif;
  letter-spacing: .04em;
}

.p-list_ttl_icn_small::before {
  display: inline-block;
  visibility: initial;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../img/common/p-list_ttl_yellow_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-list_ttl_icn_small_txt {
  padding-top: .8rem;
  font-weight: 700;
  font-size: .8rem;
  font-family: "Comfortaa",sans-serif;
}

.p-list_ttl_icn_large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  position: absolute;
  top: -1rem;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  height: 8rem;
  font-weight: var(--weightMedium);
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: .04em;
}

.p-list_ttl_icn_large::before {
  display: inline-block;
  visibility: initial;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bgColorBoldPink);
  border-radius: 50%;
  content: "";
}

.p-list_img {
  display: block;
  margin-bottom: 2rem;
}

.p-list_detail_ttl {
  z-index: 1;
  position: relative;
  max-width: 79rem;
}

.p-list_detail_ttl_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 7rem;
  overflow: hidden;
  gap: 0 4.4rem;
  border-radius: 2rem 2rem 0 0;
  background: var(--bgColorLightYellow);
}

.p-list_detail_ttl_head:before {
  display: inline-block;
  visibility: initial;
  z-index: 0;
  position: absolute;
  position: absolute;
  top: -9rem;
  right: 6.5rem;
  width: 25.2rem;
  height: 25.6rem;
  background: url(../../img/common/p-list_detail_head_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-list_detail_tag {
  display: block;
  z-index: 1;
  width: 18.5rem;
  padding: 1.4rem 1rem;
  border: 1px solid var(--colorBrown);
  border-radius: .6rem;
  text-align: center;
}

.p-list_detail_job {
  margin-bottom: 6rem;
  padding: 8rem 11.7rem 8rem;
  border-radius: 0 0 2rem 2rem;
  background: var(--colorWhite);
}

.p-list_detail_job_head {
  margin-bottom: 2.6rem;
}

.p-list_detail_job_content {
  margin-bottom: 4rem;
}

.p-list_detail_job dl {
  display: grid;
  position: relative;
  grid-template-columns: 18rem 1fr;
  padding: 3rem 0;
  gap: 0 4rem;
}

.p-list_detail_job dl::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: .2rem;
  background-image: url(../../img/common/p-icn_dot_brown.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  content: "";
  content: "";
}

.p-list_detail_job dl dt {
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-list_detail_job dl dd {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .04em;
  word-break: break-all;
}

.p-list_detail_job dl dd.is-empty::before {
  content: "ー";
}

.p-list_detail_job dl dd li {
  position: relative;
  margin-bottom: .8rem;
  padding-left: 1em;
  list-style: none;
}

.p-list_detail_job dl dd li::before {
  position: absolute;
  top: 1.2rem;
  left: .2rem;
  content: "●";
  color: var(--colorPink);
  font-size: .6rem;
}

.p-list_detail_job dl dd li:last-child {
  margin-bottom: 0;
}

.p-list_detail_job dl dd a {
  color: var(--colorRosePink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p-list_detail_job_link_btn {
  margin: 0 auto 4rem;
  font-weight: var(--weightMedium);
}

.p-list_detail_company {
  margin: 0 auto 6rem;
  text-align: center;
}

.p-list_detail_company_ttl {
  margin-bottom: 3rem;
  font-weight: var(--weightMedium);
  text-align: center;
}

.p-list_detail_company_content {
  max-width: 92.4rem;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
}

.p-list_detail_company dl {
  display: grid;
  position: relative;
  grid-template-columns: 21.3rem 1fr;
  border-bottom: 1px solid var(--colorBrown);
  text-align: left;
}

.p-list_detail_company dl:last-child {
  border-bottom: none;
}

.p-list_detail_company dl dt {
  padding: 2.4rem 2rem;
  background: var(--colorPink);
  color: var(--colorWhite);
}

.p-list_detail_company dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2rem;
  background: var(--bgColorLightPink);
}

.p-list_detail_relation {
  margin: 0 auto 10rem;
  text-align: center;
  text-align: center;
}

.p-list_detail_relation_ttl {
  margin-bottom: 4rem;
  font-weight: var(--weightMedium);
  text-align: center;
}

.p-list_detail_relation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 38.7rem;
  text-align: left;
}

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

.p-list_detail_relation_list_thumb {
  margin-bottom: 2rem;
}

.p-list_detail_relation_list_thumb img {
  display: block;
  width: 100%;
  height: 21.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-list_detail_relation_list_txt {
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-list_detail_relation_list_link {
  display: block;
  width: 100%;
  padding-bottom: 2.3rem;
  overflow: hidden;
  border-radius: 2rem;
  background: var(--bgColorLightPink);
}

.p-list_detail_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-list_detail_form_btn {
  font-weight: var(--weightMedium);
  cursor: pointer;
}

.p-form {
  position: relative;
  padding: 6rem 0 5.5rem;
  background: var(--bgColorBoldPink);
}

.p-form.is-up {
  padding-top: 1rem;
}

.p-form.is-tour {
  padding-top: 30rem;
  background: var(--bgColorPink);
}

.p-form.is-document .p-form_top_wrapper {
  margin-bottom: 2rem;
}

.p-form [data-screen=confirm] .p-form_top_wrapper {
  display: none;
}

.p-form [data-screen=confirm] .p-form_top_wrapper p {
  display: none;
}

.p-form_wrapper {
  position: relative;
  margin: 0 auto 6rem;
  padding: 6rem 11.7rem 6rem;
  border-radius: 2rem;
  background: var(--colorWhite);
  word-break: break-all;
}

.p-form_wrapper:has([data-screen=confirm]) {
  margin-bottom: 4rem;
}

.p-form_wrapper:has([data-screen=complete]) {
  margin-bottom: 0rem;
  padding-top: 2.5rem;
  padding-right: 0;
  padding-bottom: 2rem;
  padding-left: 0;
  background: none;
}

.p-form_top_wrapper {
  padding-bottom: 17.7rem;
  text-align: center;
}

.p-form_top_txt {
  margin-bottom: 2rem;
}

.p-form_top_txt_annotation {
  display: block;
  margin-top: 1rem;
  color: var(--colorLightBrown);
}

.p-form_top_method_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-preferred-size: 25rem;
      flex-basis: 25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25rem;
  height: 8.5rem;
  padding: .5rem;
  border-radius: 1rem;
  background: var(--bgColorLightYellow);
  color: var(--colorRosePink);
  font-weight: var(--weightMedium);
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .04em;
  text-align: center;
}

.p-form_top_method_list::before {
  position: absolute;
  top: 50%;
  right: -2.9rem;
  width: 1.6rem;
  height: 1.3rem;
  translate: 0 -50%;
  rotate: 180deg;
  background: url(../../img/common/p-arrow_brown_icn.png) no-repeat;
  background-size: contain;
  content: "";
}

.p-form_top_method_list:last-of-type::before {
  display: none;
}

.p-form_top_method_list.is-plus::before {
  right: -3.2rem;
  width: auto;
  height: auto;
  background: none;
  content: "＋";
  color: var(--colorBrown);
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: .04em;
  text-align: center;
}

.p-form_top_method_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4.2rem;
}

.p-form_top_method_lists_wrapper {
  margin-bottom: 1rem;
  padding: 0 15.8rem;
}

.p-form_top_method_lists_container {
  z-index: 2;
  position: relative;
  padding: 4.8rem 5rem 4.8rem;
  border-radius: 2rem;
  background: var(--bgColorLightPink);
}

.p-form_top_method_lists_container::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  margin: 0 auto;
  translate: 0 -50%;
  border: 1px solid var(--bgPatternColorPink);
  border-radius: 1.4rem;
  content: "";
}

.p-form_top_method_lists_ttl {
  margin-bottom: 2rem;
  font-weight: var(--weightMedium);
}

.p-form .wp-block-group.is-relative {
  position: relative;
}

.p-form .wp-block-group.is-relative .p-form_note_wrapper {
  position: absolute;
  bottom: -6rem;
  left: 29rem;
}

.p-form .wp-block-group.is-place {
  display: grid;
  position: relative;
  grid-template-columns: 26.5rem 1fr;
  margin-bottom: 4rem;
  gap: 0 2.5rem;
}

.p-form .wp-block-group.is-place .wp-block-snow-monkey-forms-item {
  display: grid;
  grid-template-columns: 11.9rem 1fr;
  margin-bottom: 2rem;
}

.p-form .wp-block-group.is-place .wp-block-snow-monkey-forms-item.is-town {
  margin-bottom: 0;
}

.p-form .wp-block-group.is-place .wp-block-snow-monkey-forms-item.is-town .smf-item__label__text {
  margin-top: 1rem;
}

.p-form .wp-block-group.is-place .smf-item:has([data-validations=required]) .smf-item__label__text::before {
  position: absolute;
  top: 3rem;
  left: 0;
}

.p-form .wp-block-group.is-place p {
  position: relative;
  top: 3rem;
  left: 6.5rem;
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-form_note {
  margin-top: 1rem;
  color: var(--colorLightBrown);
}

.p-form_note+p {
  margin-top: 0;
}

.p-form .smf-item.is-certification .smf-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3.8rem;
}

.p-form .smf-item.is-certification .smf-item__controls .smf-error-messages {
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.p-form .smf-item.is-certification .smf-radio-buttons-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.8rem;
}

.p-form .smf-item.is-certification .is-year_month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
}

.p-form .smf-item.is-certification .is-year_month .smf-select-control::after {
  display: none;
}

.p-form .smf-item.is-certification .is-year_month p {
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-form .smf-item.is-certification .is-blank {
  opacity: .4;
  pointer-events: none;
}

.p-form .smf-item.is-job_interview {
  margin-bottom: 10rem;
}

.p-form .smf-item.is-job_interview .smf-item__controls {
  display: grid;
  gap: 2rem 0;
}

.p-form .smf-item.is-job_interview .smf-text-control {
  width: 48rem;
}

.p-form .smf-item.is-job_interview .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8rem;
}

.p-form .smf-item.is-job_interview .wp-block-group .is-day {
  min-width: 4rem;
  margin-top: 2.6rem;
}

.p-form .smf-item.is-job_interview .wp-block-group .is-time {
  margin-top: -0.6rem;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-01,.p-form .smf-item.is-job_interview .wp-block-group.is-02,.p-form .smf-item.is-job_interview .wp-block-group.is-03 {
  display: grid;
  grid-template-columns: 8.2rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 2.1rem;
  border-bottom: 1px solid #e5e5e5;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-01>.wp-block-group .wp-block-group:nth-of-type(1),.p-form .smf-item.is-job_interview .wp-block-group.is-02>.wp-block-group .wp-block-group:nth-of-type(1),.p-form .smf-item.is-job_interview .wp-block-group.is-03>.wp-block-group .wp-block-group:nth-of-type(1) {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-01 .p-form_txt,.p-form .smf-item.is-job_interview .wp-block-group.is-02 .p-form_txt,.p-form .smf-item.is-job_interview .wp-block-group.is-03 .p-form_txt {
  margin-top: 2.6rem;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-01 .p-form_txt {
  position: relative;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-01 .p-form_txt::after {
  display: block;
  content: "【必須】";
}

.p-form .smf-item.is-job_interview .wp-block-group.is-02 .p-form_txt {
  position: relative;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-02 .p-form_txt::after {
  display: block;
  content: "【任意】";
}

.p-form .smf-item.is-job_interview .wp-block-group.is-03 {
  border-bottom: none;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-03 .p-form_txt {
  position: relative;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-03 .p-form_txt::after {
  display: block;
  content: "【任意】";
}

.p-form .smf-item.is-job_interview .wp-block-group.is-03 .wp-block-group {
  position: relative;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-03 .wp-block-group .p-form_note_wrapper {
  position: absolute;
  bottom: -8rem;
  left: 0;
  width: 63.2rem;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-job_interview_time {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-job_interview_time .smf-checkboxes-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-form .smf-item.is-job_interview .wp-block-group.is-job_interview_time .is-note {
  width: 100%;
}

.p-form .smf-item.is-post .smf-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 .8rem;
}

.p-form .smf-item.is-post p {
  margin-top: 3.5rem;
}

.p-form .smf-item.is-post .smf-text-control {
  width: 18rem;
}

.p-form .smf-item .wp-block-snow-monkey-forms-item.is-town {
  margin-bottom: 0;
}

.p-form .smf-item .smf-item__label__text {
  margin-top: 2rem;
}

.p-form .smf-item.is-area .smf-item__controls {
  position: relative;
}

.p-form .smf-item.is-area p {
  margin-bottom: 1.2rem;
}

.p-form .smf-item.is-area p.p-form_space {
  margin-top: 1rem;
  margin-bottom: 2.7rem;
}

.p-form .smf-item.is-privacy {
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-form .smf-item.is-privacy .smf-item__label__text::before {
  display: none;
}

.p-form .smf-item.is-privacy a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.4rem;
  gap: 0 1rem;
  border-bottom: 1px solid var(--colorRosePink);
  color: var(--colorRosePink);
}

.p-form .smf-item.is-privacy a::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: relative;
  top: .4rem;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../../img/common/p-blank_brown_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-form .smf-item.is-privacy .smf-item__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form .smf-item.is-privacy .smf-label label {
  padding-left: 2.6rem;
}

.p-form .smf-item.is-privacy .smf-label label:has(input[type=checkbox]:checked)::before {
  border: 1px solid var(--colorBrown);
  background: var(--colorSakuraPink);
}

.p-form .smf-item.is-privacy .smf-label label:has(input[type=checkbox])::before {
  width: 3.6rem;
  height: 3.6rem;
}

.p-form .smf-item.is-privacy .smf-label label:has(input[type=checkbox])::after {
  position: absolute;
  top: 1.6rem;
  left: .7rem;
  width: 2.2rem;
  height: 1.6rem;
  background: url(../../img/common/p-form_check_brown_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
}

.p-form .smf-item.is-privacy .smf-label label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}

.p-form .smf-item.is-privacy:has([data-validations=required],[data-validations="email required"]) .smf-item__label__text::before {
  display: none;
}

.p-form .smf-item.is-flex_start .smf-item__label__text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
}

.p-form .smf-item.is-housing .smf-item__label__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.3rem;
}

.p-form .smf-item .smf-select-control {
  width: 100%;
}

.p-form .smf-item .smf-select-control::after {
  display: inline-block;
  visibility: initial;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.4rem;
  height: .7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../img/common/p-icn_brown_trigangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.p-form .smf-item .smf-select-control__control {
  font-weight: 400;
  font-family: "Zen Maru Gothic",sans-serif;
  letter-spacing: .04em;
}

.p-form .smf-item .smf-radio-button-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}

.p-form .smf-item .smf-radio-button-control__control {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0;
  border: 1px solid var(--colorBrown);
  background-color: var(--colorWhite);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-form .smf-item .smf-radio-button-control__control:checked {
  border-color: var(--colorBrown);
  background-color: var(--colorWhite);
}

.p-form .smf-item .smf-radio-button-control__control:before {
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 1.1rem;
  translate: -50% -50%;
  background-color: var(--colorBrown);
}

.p-form .smf-item__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.6rem;
  gap: 0 1.5rem;
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-form .smf-item__label__text::before {
  display: inline-block;
  min-width: 5rem;
  padding: .5rem 1.1rem;
  border-radius: 1rem;
  background-color: var(--bgColorLightGray);
  content: "任意";
  color: #fff;
  color: var(--colorBrown);
  font-weight: var(--weightMedium);
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .04em;
}

.p-form .smf-item:has([data-validations=required],[data-validations="email required"]) .smf-item__label__text::before {
  display: inline-block;
  min-width: 5rem;
  padding: .5rem 1rem;
  border-radius: 1rem;
  background-color: var(--bgColorBoldPink);
  content: "必須";
  color: #fff;
  color: var(--colorBrown);
  font-weight: var(--weightMedium);
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .04em;
  text-align: center;
}

.p-form .smf-item__col .smf-item__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
}

.p-form .smf-item__col .smf-textarea-control__control,.p-form .smf-item__col .smf-text-control__control,.p-form .smf-item__col select {
  display: block;
  width: 100%;
  padding: 2.3rem 3rem;
  border-radius: 2rem;
  background-color: var(--bgColorLightYellow);
  color: var(--colorBrown);
  -webkit-box-shadow: none;
  border: none;
  border-radius: 2rem;
  box-shadow: none;
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 1.6;
  resize: none;
}

.p-form .smf-item__col .smf-textarea-control__control.is-select,.p-form .smf-item__col .smf-text-control__control.is-select,.p-form .smf-item__col select.is-select {
  font-weight: var(--weightMedium);
}

.p-form .smf-item__col .smf-textarea-control__control {
  height: 26rem;
  padding: 2rem 3rem;
  color: var(--colorBrown);
  font-family: "Zen Maru Gothic",sans-serif;
}

.p-form .smf-item__col input[type=text],.p-form .smf-item__col input[type=date],.p-form .smf-item__col input[type=email],.p-form .smf-item__col input[type=tel],.p-form .smf-item__col select {
  height: 8rem;
}

.p-form .smf-item__col ::-webkit-input-placeholder {
  color: var(--colorLightBrown02);
  font-weight: var(--weightRegular);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-form .smf-item__col ::-moz-placeholder {
  color: var(--colorLightBrown02);
  font-weight: var(--weightRegular);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-form .smf-item__col :-ms-input-placeholder {
  color: var(--colorLightBrown02);
  font-weight: var(--weightRegular);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-form .smf-item__col ::-ms-input-placeholder {
  color: var(--colorLightBrown02);
  font-weight: var(--weightRegular);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-form .smf-item__col ::placeholder {
  color: var(--colorLightBrown02);
  font-weight: var(--weightRegular);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-form .smf-item__col input[type=date] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  color: var(--colorLightBrown02);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-text-fill-color: var(--colorLightBrown02);
}

.p-form .smf-item__col input[type=date].is-select {
  -webkit-text-fill-color: var(--colorBrown);
  color: var(--colorBrown);
}

.p-form .smf-item__col input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

.p-form .smf-item__col input[type=date]::-webkit-calendar-picker-indicator {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.p-form .smf-item__col input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.p-form .smf-item__col input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

.p-form .smf-item__col input[type=date]::-moz-calendar-picker-indicator {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.p-form .smf-item__col input[type=date]::-moz-inner-spin-button {
  -moz-appearance: none;
}

.p-form .smf-item__col input[type=date]::-moz-clear-button {
  -moz-appearance: none;
}

.p-form .smf-item__col .smf-checkbox-control:has(input[type=checkbox]) {
  padding-left: 3rem;
}

.p-form .smf-item__col label:has(input[type=checkbox]) {
  position: relative;
}

.p-form .smf-item__col label:has(input[type=checkbox])::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--colorBrown);
  border-radius: .5rem;
  background: var(--colorWhite);
  content: "";
}

.p-form .smf-item__col label:has(input[type=checkbox])::after {
  position: absolute;
  top: 49%;
  left: .5rem;
  width: 1.9rem;
  height: 1rem;
  translate: 0 -50%;
  background: url(../../img/common/p-form_check_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  content: "";
  opacity: 0;
}

.p-form .smf-item__col label:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}

.p-form .smf-item__col input[type=checkbox] {
  display: none;
}

.p-form .smf-item__col [data-name=現在の状況],.p-form .smf-item__col [data-name=転職希望時期],.p-form .smf-item__col [data-name=希望職種・雇用形態],.p-form .smf-item__col [data-name=質問カテゴリー],.p-form .smf-item__col [data-name=希望職種に関する資格の有無],.p-form .smf-item__col [data-name=希望雇用形態] {
  margin-top: 0;
}

.p-form .smf-item__col [data-name=現在の状況] .smf-radio-buttons-control__control,.p-form .smf-item__col [data-name=転職希望時期] .smf-radio-buttons-control__control,.p-form .smf-item__col [data-name=希望職種・雇用形態] .smf-radio-buttons-control__control,.p-form .smf-item__col [data-name=質問カテゴリー] .smf-radio-buttons-control__control,.p-form .smf-item__col [data-name=希望職種に関する資格の有無] .smf-radio-buttons-control__control,.p-form .smf-item__col [data-name=希望雇用形態] .smf-radio-buttons-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 3rem;
}

.p-form .smf-item__col [data-name=現在の状況] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=転職希望時期] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=希望職種・雇用形態] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=質問カテゴリー] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=希望職種に関する資格の有無] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=希望雇用形態] .smf-radio-button-control__label {
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-form .smf-item__col [data-name=希望職種に関する資格の有無] {
  margin-top: 0;
}

.p-form .smf-item__col [data-name=質問カテゴリー] {
  margin-top: 0;
}

.p-form .smf-item__col [data-name=希望職種・雇用形態] {
  margin-top: 2.6rem;
}

.p-form .smf-item__col [data-name=希望職種・雇用形態] .smf-radio-buttons-control__control {
  gap: 2rem 2.1rem;
}

.p-form .smf-item__col [data-name=希望職種・雇用形態] .smf-radio-button-control__label {
  font-size: 1.8rem;
}

.p-form .smf-item__col [data-name=希望職種・雇用形態] .smf-label_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  gap: 2rem 3rem;
}

.p-form .smf-item__col [data-name=希望職種・雇用形態] .p-form_space span {
  display: block;
  width: 10.8rem;
  padding: .6rem 2.8rem;
  border-radius: .5rem;
  background: var(--bgColorPink);
  font-weight: var(--weightMedium);
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .04em;
}

.p-form .smf-item__col [data-name=借り上げ社宅制度利用希望] select {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-form .smf-item__col [data-name=資格の有無] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=希望面接方法] .smf-radio-button-control__label {
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-form .smf-item__col [data-name=第1希望時間] .smf-checkboxes-control__control,.p-form .smf-item__col [data-name=第2希望時間] .smf-checkboxes-control__control,.p-form .smf-item__col [data-name=第3希望時間] .smf-checkboxes-control__control {
  gap: 2rem 2rem;
}

.p-form .smf-item__col [data-name=第1希望時間] .smf-checkbox-control__label,.p-form .smf-item__col [data-name=第2希望時間] .smf-checkbox-control__label,.p-form .smf-item__col [data-name=第3希望時間] .smf-checkbox-control__label {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-form .smf-item__col [data-name=第1希望時間] .wp-block-group,.p-form .smf-item__col [data-name=第2希望時間] .wp-block-group,.p-form .smf-item__col [data-name=第3希望時間] .wp-block-group {
  border-bottom: 1px solid #e5e5e5;
}

.p-form .smf-item__col [data-name=借り上げ社宅制度利用希望] select,.p-form .smf-item__col [data-name=希望日時] select {
  padding-right: 5rem;
}

.p-form .smf-item__col .wp-block-group:has([data-name=希望勤務エリア]) {
  position: relative;
  padding: 2rem 3.4rem 2rem;
  border-radius: 2rem;
  background: var(--bgColorLightYellow);
}

.p-form .smf-item__col [data-name=希望勤務エリア] .smf-checkboxes-control__control {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.3rem 0rem;
}

.p-form .smf-item__col [data-name=希望勤務エリア] .smf-checkbox-control__label {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-form .smf-item__col [data-name=希望勤務エリア] .smf-label {
  margin: 0;
}

.p-form .smf-item__col [data-name=希望勤務エリア] .smf-checkboxes-control--horizontal .smf-checkboxes-control__control>.smf-label {
  margin-right: 0;
}

.p-form .smf-item__col [data-name=希望勤務エリア] .smf-error-messages {
  position: absolute;
  bottom: -3rem;
  left: 0;
}

.p-form .smf-item__col [data-name=希望勤務エリア] label:has(input[type=checkbox])::before {
  border: none;
}

.p-form .smf-item__col [data-name=希望面接方法] .smf-radio-buttons-control__control {
  display: grid;
  gap: 2.2rem 0;
}

.p-form .smf-item__col [data-name=希望面接方法] .smf-radio-button-control {
  gap: 0 2.2rem;
}

.p-form .smf-item__col [data-name=privacy] .smf-checkbox-control__label {
  display: block;
  position: relative;
  top: .5rem;
}

.p-form .smf-item__col [data-name=privacy] .smf-error-messages {
  margin-top: 1.5rem;
}

.p-form .smf-item__col .smf-label:has(input[type=checkbox][value=東京23区どこでもよい]) {
  grid-column: 1/-1;
}

.p-form .smf-item__col .p-form_space {
  grid-column: 1/-1;
  width: 100%;
  margin-bottom: 2.7rem;
}

.p-form .smf-item__col .p-form_space.is-job_type {
  width: 10.8rem;
  margin-bottom: -0.5rem;
  padding: .6rem 2.8rem;
  border-radius: .5rem;
  background: var(--bgColorPink);
  font-weight: var(--weightMedium);
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .04em;
}

.p-form .smf-item__col .smf-label_other {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column: 1/-1;
  max-width: 31rem;
  margin-top: -3rem;
  gap: 1.5rem 1.1rem;
}

.p-form .smf-item__col [data-name=生年] select,.p-form .smf-item__col [data-name=資格取得予定年] select {
  width: 12rem;
  color: #b5ab98;
}

.p-form .smf-item__col [data-name=生年] select.is-select,.p-form .smf-item__col [data-name=資格取得予定年] select.is-select {
  color: var(--colorBrown);
  font-weight: var(--weightMedium);
}

.p-form .smf-item__col [data-name=生年] .smf-select-control::after,.p-form .smf-item__col [data-name=資格取得予定年] .smf-select-control::after {
  display: none;
}

.p-form .smf-item__col [data-name=生月] select,.p-form .smf-item__col [data-name=生日] select,.p-form .smf-item__col [data-name=資格取得予定月] select {
  width: 10rem;
  padding: 1rem 2.5rem;
  color: #b5ab98;
}

.p-form .smf-item__col [data-name=生月] select.is-select,.p-form .smf-item__col [data-name=生日] select.is-select,.p-form .smf-item__col [data-name=資格取得予定月] select.is-select {
  color: var(--colorBrown);
  font-weight: var(--weightMedium);
}

.p-form .smf-item__col [data-name=生月] .smf-select-control::after,.p-form .smf-item__col [data-name=生日] .smf-select-control::after,.p-form .smf-item__col [data-name=資格取得予定月] .smf-select-control::after {
  display: none;
}

.p-form .smf-item__col [data-name=生年],.p-form .smf-item__col [data-name=生月],.p-form .smf-item__col [data-name=生日] {
  margin-right: 1rem;
  margin-left: 2rem;
}

.p-form .smf-item .wp-block-group.is-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-form .smf-item .wp-block-group.is-birthday {
  display: grid;
  grid-template-columns: 3.9rem 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 50rem;
  gap: 0 0rem;
}

.p-form .smf-item .wp-block-group.is-birthday p {
  margin-top: 2.6rem;
}

.p-form .smf-item .wp-block-group.is-birthday .smf-error-messages {
  position: absolute;
}

.p-form .smf-item .wp-block-group.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form .smf-item.is-label_none .smf-item__label__text::before {
  display: none;
}

.p-form .smf-control-description {
  width: 100%;
  margin-top: 1rem;
  color: var(--colorLightBrown);
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .04em;
}

.p-form .smf-control-description+p {
  margin-top: -2rem;
}

.p-form .smf-error-messages {
  color: var(--colorRosePink);
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-form .p-form_works_link_wrapper {
  margin-top: 2rem;
}

.p-form .p-form_works_link_wrapper.is-hidden {
  display: none;
}

.p-form .p-form_works.is-hidden {
  display: none;
}

.p-form_works {
  margin-bottom: 4rem;
  padding-bottom: 4.7rem;
}

.p-form_works_txt {
  margin-bottom: 1.6rem;
}

.p-form_works_flex {
  display: grid;
  grid-template-columns: minmax(10.8rem, auto) 1fr;
  padding: 2rem 2rem 2.6rem;
  gap: 0 1.5rem;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .04em;
}

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

.p-form_works_job {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding: .6rem .6rem;
  border-radius: .6rem;
  font-weight: var(--weightMedium);
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.p-form_works_job.is-hoikushi {
  background: #f4e4e4;
}

.p-form_works_link {
  position: relative;
  padding-left: 5rem;
  font-weight: var(--weightMedium);
  letter-spacing: .04em;
}

.p-form_works_link::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: var(--colorPink);
  content: "";
  -webkit-transition: background 500ms;
  transition: background 500ms;
}

.p-form_works_link::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 1.4rem;
  width: 1.2rem;
  height: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../img/common/p-arrow_brown_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-form_works_link_wrapper {
  display: grid;
  grid-template-columns: 19.3rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}

.p-form_works_confirm {
  display: grid;
  position: relative;
  grid-template-columns: 26.5rem 1fr;
  margin-bottom: 4rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  gap: 0 2.5rem;
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 1.6;
}

.p-form_works_confirm p {
  font-size: 1.6rem;
  line-height: 2;
}

.p-form_works_confirm::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: .2rem;
  background-image: url(../../img/common/p-icn_dot_brown.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  content: "";
  content: "";
}

.p-form_works_confirm .p-form_works_ttl {
  gap: 0 1.5rem;
  font-weight: var(--weightMedium);
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .04em;
}

.p-form .smf-progress-tracker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -16.5rem;
  left: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 66.5rem;
  margin: 0 auto;
  margin-bottom: 5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-form .smf-progress-tracker::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: 4rem;
  left: 0;
  left: 50%;
  width: 100%;
  width: 87%;
  height: .2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../img/common/p-icn_dot_brown.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  content: "";
  content: "";
}

.p-form .smf-progress-tracker__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 12rem;
  gap: 1rem 0;
}

.p-form .smf-progress-tracker__item::before {
  display: block;
  position: inherit;
  width: 6rem;
  height: 6rem;
  content: "";
  text-align: center;
}

.p-form .smf-progress-tracker__item::after {
  display: none;
}

.p-form .smf-progress-tracker__item__text {
  font-weight: var(--weightMedium);
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.p-form .smf-progress-tracker__item__text .screen-reader-text {
  display: none;
}

.p-form .smf-progress-tracker__item__number {
  display: none;
}

.p-form .smf-progress-tracker__item__number::before {
  display: none;
}

.p-form .smf-progress-tracker__item__number::before::after {
  display: none;
}

.p-form .smf-progress-tracker__item:nth-of-type(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-form .smf-progress-tracker__item:nth-of-type(1)::before {
  background: url(../../img/common/p-form_step_icn_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-form .smf-progress-tracker__item:nth-of-type(1) .smf-progress-tracker__item__text {
  color: var(--colorBrown);
  font-weight: var(--weightMedium);
}

.p-form .smf-progress-tracker__item:nth-of-type(2) {
  left: -2rem;
  max-width: 10rem;
}

.p-form .smf-progress-tracker__item:nth-of-type(2)::before {
  background: url(../../img/common/p-form_step_icn_02.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-form .smf-progress-tracker__item:nth-of-type(2) .smf-progress-tracker__item__text {
  color: var(--colorBrown);
  font-weight: var(--weightMedium);
}

.p-form .smf-progress-tracker__item:nth-of-type(3) {
  max-width: 8rem;
}

.p-form .smf-progress-tracker__item:nth-of-type(3)::before {
  background: url(../../img/common/p-form_step_icn_03.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-form .smf-progress-tracker__item:nth-of-type(3) .smf-progress-tracker__item__text {
  color: var(--colorBrown);
  font-weight: var(--weightMedium);
}

.p-form .wp-block-snow-monkey-forms-item {
  display: grid;
  grid-template-columns: 26.5rem 1fr;
  margin-bottom: 4rem;
  gap: 0 2.5rem;
}

.p-form .wp-block-snow-monkey-forms-item.is-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -2rem auto 5rem;
}

.p-form .wp-block-snow-monkey-forms-item.is-progress {
  margin-bottom: 2.2rem;
}

.p-form .wp-block-snow-monkey-forms-item.is-event_time .smf-select-control::before {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
}

.p-form .wp-block-snow-monkey-forms-item:has([data-name=生年] .smf-error-messages) {
  margin-bottom: 6rem;
}

.p-form .smf-form .smf-select-control__toggle:before {
  display: none;
}

.p-form .smf-action .smf-button-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55rem;
  max-width: 100%;
  min-height: 9rem;
  margin: auto;
  padding: 0 3rem;
  border: 1px solid var(--colorBrown);
  border-radius: 50vw;
  background: var(--colorPink);
  font-weight: var(--weightMedium);
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: .04em;
  text-align: center;
  -webkit-transition: background 500ms;
  transition: background 500ms;
}

.p-form .smf-action .smf-button-control__control::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: var(--colorWhite);
  content: "";
  -webkit-transition: background 500ms;
  transition: background 500ms;
}

.p-form .smf-action .smf-button-control__control::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: 39%;
  right: 3.8rem;
  width: 1.2rem;
  height: 1rem;
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
  background: url(../../img/common/p-arrow_brown_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-form .smf-action .smf-button-control__control:disabled {
  color: #333;
}

.p-form [data-screen=input] .p-form_works_confirm {
  display: none;
}

.p-form [data-screen=input] .smf-progress-tracker__item--input {
  color: var(--colorBrown);
  font-weight: var(--weightMedium);
}

.p-form [data-screen=input] .smf-progress-tracker__item--input::before {
  display: block;
  position: inherit;
  background: url(../../img/common/p-form_step_active_icn_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-form [data-screen=confirm] .p-form_note {
  display: none;
}

.p-form [data-screen=confirm] .smf-item {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.p-form [data-screen=confirm] .smf-item::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: .2rem;
  background-image: url(../../img/common/p-icn_dot_brown.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  content: "";
  content: "";
}

.p-form [data-screen=confirm] .smf-item.is-post p {
  margin-top: .8rem;
}

.p-form [data-screen=confirm] .smf-item.is-post .smf-item__controls {
  gap: 0;
}

.p-form [data-screen=confirm] .smf-item .wp-block-group.is-birthday {
  grid-template-columns: auto auto auto auto auto auto auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 0;
}

.p-form [data-screen=confirm] .smf-item__col .wp-block-group:has([data-name=希望勤務エリア]) {
  padding: 0;
  background: none;
}

.p-form [data-screen=confirm] .wp-block-group.is-place .smf-item:has([data-validations=required]) .smf-item__label__text::before {
  position: inherit;
}

.p-form [data-screen=confirm] .wp-block-group.is-place .wp-block-snow-monkey-forms-item {
  display: grid;
  grid-template-columns: 26.5rem 1fr;
  margin-bottom: 3.5rem;
}

.p-form [data-screen=confirm] .smf-item__col [data-name=現在の状況],.p-form [data-screen=confirm] .smf-item__col [data-name=転職希望時期],.p-form [data-screen=confirm] .smf-item__col [data-name=希望雇用形態] {
  margin-top: 0;
}

.p-form [data-screen=confirm] .smf-item .wp-block-group.is-birthday p {
  margin-top: 0;
  font-weight: var(--weightRegular);
  font-size: 1.6rem;
  line-height: 2;
}

.p-form [data-screen=confirm] .smf-item.is-certification .is-year_month p {
  margin-top: 0;
  font-weight: var(--weightRegular);
  font-size: 1.6rem;
  line-height: 2;
}

.p-form [data-screen=confirm] .smf-item.is-certification .smf-item__controls {
  gap: 0 1rem;
}

.p-form [data-screen=confirm] .smf-item.is-certification .is-year_month {
  gap: 0;
}

.p-form [data-screen=confirm] .smf-item__col [data-name=生年],.p-form [data-screen=confirm] .p-form .smf-item__col [data-name=生月],.p-form [data-screen=confirm] .p-form .smf-item__col [data-name=生日] {
  margin: 0;
}

.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-job_interview_time {
  width: 100%;
}

.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-01,.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-02,.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-03 {
  grid-template-columns: 8.9rem 1fr;
  padding-bottom: 0;
  border-bottom: none;
}

.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-01 .p-form_txt,.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-02 .p-form_txt,.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-03 .p-form_txt {
  margin-top: 0;
  margin-bottom: 1rem;
}

.p-form [data-screen=confirm] .smf-progress-tracker__item--confirm::before {
  display: block;
  position: inherit;
  background: url(../../img/common/p-form_step_active_icn_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-form [data-screen=confirm] .smf-item .smf-item__label__text {
  margin-top: 0;
}

.p-form [data-screen=confirm] .wp-block-group.is-place .wp-block-snow-monkey-forms-item.is-town .smf-item__label__text {
  margin-top: 0;
}

.p-form [data-screen=confirm] .smf-placeholder {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  line-height: 2;
  letter-spacing: .04em;
}

.p-form [data-screen=confirm] .smf-item.is-label_none .smf-item__label__text::before {
  display: block;
}

.p-form [data-screen=confirm] .smf-item:has([data-validations=required]) .smf-item__label__text::before {
  position: inherit;
}

.p-form [data-screen=confirm] .wp-block-group.is-place {
  display: block;
}

.p-form [data-screen=confirm] .wp-block-group.is-place p {
  display: none;
}

.p-form [data-screen=confirm] .smf-item.is-job_interview {
  padding-bottom: 3rem;
}

.p-form [data-screen=confirm] .smf-item.is-certification .is-blank {
  display: none;
}

.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group .is-day {
  margin-top: 0;
}

.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group .is-time {
  margin-top: 0;
}

.p-form [data-screen=confirm] .wp-block-snow-monkey-forms-item.is-privacy {
  display: none;
}

.p-form [data-screen=confirm] .wp-block-group.is-place .wp-block-snow-monkey-forms-item.is-town .smf-item__label__text br {
  display: none;
}

.p-form [data-screen=confirm] .is-confirm_none {
  display: none;
}

.p-form [data-screen=confirm] .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2rem 0;
}

.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-03 .wp-block-group {
  width: 100%;
}

.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group {
  gap: 1rem 1.6rem;
}

.p-form [data-screen=confirm] .smf-action .smf-button-control+.smf-button-control {
  margin-left: 0;
}

.p-form [data-screen=confirm] [data-action=complete] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.p-form [data-screen=confirm] [data-action=back] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31rem;
  min-height: 5rem;
  background: var(--bgColorPink);
  font-size: 1.8rem;
  line-height: 1.6;
}

.p-form [data-screen=confirm] [data-action=back]::before {
  display: none;
}

.p-form [data-screen=confirm] [data-action=back]::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 1.2rem;
  height: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../img/common/p-arrow_brown_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-form [data-screen=invalid] .smf-item.is-certification {
  margin-bottom: 6rem;
}

.p-form [data-screen=invalid] .smf-item.is-area {
  margin-bottom: 7rem;
}

.p-form [data-screen=invalid] .smf-progress-tracker__item--input::before {
  display: block;
  position: inherit;
  background: url(../../img/common/p-form_step_active_icn_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-form [data-screen=invalid] .p-form_works_confirm {
  display: none;
}

.p-form [data-screen=back] .smf-progress-tracker__item--input::before {
  display: block;
  position: inherit;
  background: url(../../img/common/p-form_step_active_icn_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-form [data-screen=back] .p-form_works_confirm {
  display: none;
}

.p-form [data-screen=complete] {
  text-align: center;
}

.p-form [data-screen=complete] .smf-progress-tracker__item--complete::before {
  display: block;
  position: inherit;
  background: url(../../img/common/p-form_step_active_icn_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-form [data-screen=complete] .p-form_works_confirm {
  display: none;
}

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

.p-form_complete_illust {
  display: block;
  width: 18.2rem;
  margin: 2rem auto 2rem;
}

.p-form_complete_txt {
  margin-bottom: .8rem;
  font-weight: var(--weightRegular);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .04em;
  text-align: center;
}

.p-form_complete_txt_underline {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.p-form_complete_note {
  margin-bottom: 4rem;
  text-align: center;
}

.p-form_complete_bottom {
  max-width: 92.4rem;
  margin: 0 auto 4rem;
  padding: 4rem 3rem;
  border-radius: 2rem;
  background: var(--colorWhite);
  text-align: center;
}

.p-form_complete_bottom_txt {
  margin-bottom: 1.5rem;
  font-weight: var(--weightRegular);
}

.p-form_complete_link {
  position: relative;
  margin: 0 auto;
  font-weight: var(--weightMedium);
}

.p-form_complete_link::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  position: absolute;
  top: 28%;
  right: 1.5rem;
  width: 1.2rem;
  height: 1rem;
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
  background: url(../../img/common/p-arrow_brown_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-form .is-senntakukinmu {
  display: none;
}

.p-form_bg_border {
  position: absolute;
  top: -1.5rem;
  right: -7rem;
}

.p-form_bg_yellow_border {
  position: absolute;
  top: -31.5rem;
  left: .5rem;
}

.p-form_bg_dot {
  position: absolute;
  top: 13.5rem;
  left: -7rem;
}

.p-form_modal {
  display: grid;
  visibility: hidden;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem 0;
  overflow-y: auto;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms,visibility 500ms,background 500ms;
  transition: opacity 500ms,visibility 500ms,background 500ms;
}

.p-form_modal.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-form_modal_inner {
  z-index: 1;
  position: relative;
  width: 63.6rem;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 2rem;
  background: var(--colorWhite);
}

.p-form_modal_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 8.4rem;
  padding: 0 3rem;
  border-radius: 2rem 2rem 0 0;
  background-color: var(--bgColorYellow);
}

.p-form_modal_close_btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  aspect-ratio: 1;
  width: 4rem;
  border-radius: 50%;
  background-color: var(--colorPink);
  cursor: pointer;
}

.p-form_modal_close_btn::after,.p-form_modal_close_btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1px;
  translate: -50% -50%;
  border-radius: 1rem;
  background-color: var(--colorBrown);
  content: "";
}

.p-form_modal_close_btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-form_modal_close_btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-form_modal_bottom_lists {
  max-height: 32rem;
  padding: 0 3rem 3rem;
  overflow-y: auto;
  border-radius: 0 0 2rem 3rem;
  background-color: var(--colorWhite);
}

.p-form_modal_bottom_lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 0rem;
  cursor: pointer;
}

.p-form_modal_bottom_lists li:last-child {
  padding-bottom: 0;
}

.p-form_modal_bottom_lists li:last-child::before {
  display: none;
}

.p-form_modal_bottom_lists li.is-end {
  position: relative;
  pointer-events: none;
}

.p-form_modal_bottom_lists li.is-end::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1.3rem;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.6rem;
  height: 2.8rem;
  border-radius: .5rem;
  background: var(--colorRosePink);
  content: "満員";
  color: var(--colorWhite);
  font-weight: var(--weightMedium);
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: .04em;
}

.p-form_modal_bottom_lists li.is-end span {
  padding-left: 5.5rem;
  color: var(--colorLightBrown);
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -5px;
}

.p-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  opacity: 0;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  transition: opacity .3s ease,visibility .3s ease;
}

.p-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.p-modal_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.p-modal_content {
  position: relative;
  text-align: center;
}

.p-article_pager_wrapper {
  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;
  width: 100%;
  margin-top: 6rem;
  gap: 3rem;
}

.p-article_pager_wrapper .is-prev,.p-article_pager_wrapper .is-next {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--colorPink);
  content: "";
  -webkit-transition: background 500ms;
  transition: background 500ms;
}

.p-article_pager_wrapper .is-prev.is-none,.p-article_pager_wrapper .is-next.is-none {
  background-color: var(--colorGray);
}

.p-article_pager_wrapper .is-prev:after,.p-article_pager_wrapper .is-next:after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 6/5;
  width: 1.2rem;
  translate: -50% -50%;
  background-image: url(../../img/common/p-arrow_brown_icn.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-article_pager_wrapper .is-prev {
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}

.p-article_pager_wrapper .is-next {
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}

.p-article_pager_wrapper .is-next:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-article_pager_wrapper .is-current {
  position: relative;
  color: var(--colorRosePink);
}

.p-article_pager_wrapper .is-current::after {
  display: block;
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  width: 1.6rem;
  height: 2px;
  translate: -50% 0;
  background-color: var(--colorRosePink);
  content: "";
}

.p-header {
  z-index: 110;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-header::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 60.5rem;
  height: 18rem;
  background: url(../../img/common/p-header_logo_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-header.is-other {
  background-color: var(--colorWhite);
}

.p-header.is-clone {
  z-index: 90;
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: var(--colorWhite);
  opacity: 0;
  -webkit-transition: opacity 500ms,-webkit-transform 500ms;
  transition: opacity 500ms,-webkit-transform 500ms;
  transition: transform 500ms,opacity 500ms;
  transition: transform 500ms,opacity 500ms,-webkit-transform 500ms;
}

.p-header.is-clone::after {
  display: none;
}

.p-header.is-clone.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 100%;
}

.p-header.is-clone .p-header_left {
  background: none;
}

.p-header.is-absolute {
  position: absolute;
}

.p-header_inner {
  position: relative;
}

.p-header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54rem;
  max-width: 100%;
  height: var(--headerHeight);
  padding-top: 1rem;
  gap: 2.5rem;
  border-radius: 0 0 1.5rem 0;
}

.p-header_left.is-other {
  background-image: none;
  background-color: var(--colorWhite);
}

.p-header_left.is-content {
  background-color: rgba(0,0,0,0);
}

.p-header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.5rem;
  padding-right: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header_logo {
  width: 29.4rem;
  max-width: 100%;
}

.p-header_btn {
  width: 21rem;
  max-width: 100%;
  text-align: center;
}

.p-header_btn+.p-header_btn {
  margin-left: 1.5rem;
}

.p-header_btn_link {
  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: .8rem;
  border: 1px solid var(--colorBrown);
  background: var(--bgColorPink);
  font-weight: var(--weightMedium);
  font-size: 1.6rem;
  line-height: 4.5rem;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.p-header_btn_link::before {
  display: block;
  content: "";
}

.p-header_btn_link.is-lightblue {
  background: rgba(200,235,235,.9);
}

.p-header_btn_link.is-purple {
  background: rgba(228,218,242,.9);
}

.p-header_btn_burger {
  position: relative;
  aspect-ratio: 1;
  width: 2.5rem;
  max-width: 100%;
  margin-left: 2.5rem;
  border-radius: 50%;
  cursor: pointer;
}

.p-header_btn_burger>span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 2px;
  translate: -50% -50%;
  border-radius: .1rem;
  background-color: var(--colorBrown);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.p-header_btn_burger>span:nth-child(1) {
  top: calc(50% - 1rem);
}

.p-header_btn_burger>span:nth-child(3) {
  top: calc(50% + 1rem);
}

.p-header_btn_burger.is-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header_btn_burger.is-open span:nth-child(2) {
  opacity: 0;
}

.p-header_btn_burger.is-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header_btn_new {
  width: 13.5rem;
  border-radius: 5px;
  background: var(--bgColorPink);
  font-weight: var(--weightMedium);
  font-size: 1.4rem;
  line-height: 3.8rem;
  letter-spacing: 0;
  text-align: center;
}

.p-header_content_top {
  position: relative;
}

.p-header_content_wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100vh;
  padding-bottom: 3.6rem;
  translate: -50% 0;
  background: var(--bgColorBoldPink);
  opacity: 0;
  -webkit-transition: opacity 500ms,visibility 500ms,-webkit-transform 500ms;
  transition: opacity 500ms,visibility 500ms,-webkit-transform 500ms;
  transition: transform 500ms,opacity 500ms,visibility 500ms;
  transition: transform 500ms,opacity 500ms,visibility 500ms,-webkit-transform 500ms;
}

.p-header_content_wrapper a,.p-header_content_wrapper button {
  pointer-events: none;
}

.p-header_content_wrapper.is-open {
  visibility: visible;
  overflow: auto;
  opacity: 1;
}

.p-header_content_wrapper.is-open a,.p-header_content_wrapper.is-open button {
  pointer-events: auto;
}

.p-header_content_wrapper.is-open .p-header_left::after {
  display: none;
}

.p-header_content_wrapper.is-open .p-header_btn_new {
  background: var(--bgColorLightPink);
}

.p-header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95.5rem;
  max-width: 100%;
  margin-top: 5.5rem;
  margin-inline: auto;
  padding-bottom: 2rem;
  gap: 3.5rem;
}

.p-header_content_left {
  width: 100%;
  max-width: 100%;
}

.p-header_content_left_list_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.p-header_content_left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid var(--colorLightPink);
  border-bottom: 2px solid var(--colorLightPink);
  line-height: 1.4;
}

.p-header_content_left_list:nth-child(n+3) {
  margin-top: -0.2rem;
  border-top: none;
}

.p-header_content_left_list_link {
  display: block;
  width: 100%;
  padding: 1.9rem 0;
  color: var(--colorBrown);
}

.p-header_content_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}

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

.p-header_content_right_top_bnr {
  position: relative;
}

.p-header_content_right_top_bnr .c-select_list_link {
  height: auto;
}

.p-header_content_right_top_bnr_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 8rem;
  border: 1px solid var(--colorBrown);
  border-radius: 1rem;
  background: var(--colorWhite);
  font-size: 1.7rem;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.p-header_content_right_top_bnr_link::before {
  display: block;
  content: "";
}

.p-header_content_right_top_bnr_link.is-entry {
  padding-left: 1.5rem;
}

.p-header_content_right_top_bnr_link.is-entry::before {
  z-index: 1;
  position: absolute;
  left: 3.3rem;
  width: 1.8rem;
  height: 2.9rem;
  background-image: url(../../img/common/p-icn_entry.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-header_content_right_top_bnr_link.is-entry::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 50%;
  left: 1.8rem;
  width: 5rem;
  height: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #f8ecb8;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-header_content_right_top_bnr_link.is-search {
  padding-left: 4.5rem;
}

.p-header_content_right_top_bnr_link.is-search::before {
  z-index: 1;
  position: absolute;
  left: 2.3rem;
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(../../img/common/p-icn_search.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-header_content_right_top_bnr_link.is-search::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 5rem;
  height: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #c8ebeb;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-header_content_right_top_bnr_child {
  top: 9rem;
}

.p-header_content_right_middle.is-bnr {
  background: none;
}

.p-header_content_right_middle.is-bnr .p-header_content_right_middle_list {
  height: 8rem;
}

.p-header_content_right_middle.is-bnr .p-header_content_right_middle_list_wrapper {
  gap: 0 1rem;
}

.p-header_content_right_middle.is-bnr .p-header_content_right_middle_list_link {
  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;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: var(--bgColorLightPink);
}

.p-header_content_right_middle.is-bnr .p-header_content_right_middle_list_link.is-data {
  border: none;
}

.p-header_content_right_middle.is-bnr .p-header_content_right_middle_list_link.is-data img {
  display: block;
  height: 6rem;
}

.p-header_content_right_middle.is-bnr .p-header_content_right_middle_list_link.is-movie {
  border: none;
}

.p-header_content_right_middle.is-bnr .p-header_content_right_middle_list_link.is-movie img {
  display: block;
  height: 6.4rem;
}

.p-header_content_right_middle.is-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem;
  border-radius: 1rem;
  background: var(--colorWhite);
}

.p-header_content_right_middle.is-line .p-header_content_right_middle_list_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-header_content_right_middle.is-line .p-header_content_right_middle_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-header_content_right_middle_txt {
  padding: 1rem 0 1.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic",sans-serif;
  text-align: center;
}

.p-header_content_right_middle_txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2rem;
}

.p-header_content_right_middle_txt02::before {
  display: block;
  aspect-ratio: 1;
  width: 3.9rem;
  background-image: url(../../img/common/p-icn_line.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.p-header_content_right_middle_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem;
}

.p-header_content_right_middle_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-header_content_right_middle_list_link {
  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;
  min-height: 4.5rem;
  padding: 0 1rem;
  border: 1px solid var(--colorBrown);
  border-radius: .5rem;
  background: var(--colorPink);
  line-height: 1.2142857143;
  text-align: center;
}

.p-header_content_right_middle_list_link_icon {
  width: 1.3rem;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}

.p-header_content_right_middle_list_link_icon .c-icon_arrow {
  stroke: var(--colorPink);
}

.p-header_content_right_middle_list_link.is-visit {
  background: var(--bgColorOrange);
}

.p-header_content_right_middle_list_link.is-contact {
  background: var(--bgColorLightGreen);
}

.p-header_content_right_middle_list_link.is-document {
  background: var(--bgColorPurple);
}

.p-header_content_right_middle_list_link.is-line {
  border: none;
  background: var(--bgColorPink);
}

.p-header_content_btm {
  width: 95.5rem;
  max-width: 100%;
  margin-top: 2rem;
  margin-inline: auto;
  gap: 1.5rem;
}

.p-header_content_btm_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.p-header_content_btm_group_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.p-header_content_btm_group_list {
  width: 20rem;
}

.p-header_content_btm_group_list_link {
  display: grid;
  position: relative;
  place-items: center;
  height: 100%;
  border-radius: 1rem;
  background-color: var(--colorLightPink);
}

.p-header_content_btm_group_list_link_icon {
  position: absolute;
  right: 1.4rem;
  bottom: 1.5rem;
  width: 1.25rem;
}

.p-header_content_btm_group_list_link_icon .c-icon_blank {
  stroke: var(--colorBrown);
}

.p-header_content_btm_group_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7.5rem;
  padding: 0 1.5rem;
  border-radius: 1rem;
  background-color: var(--colorWhite);
}

.p-header_content_btm_group_right_txt {
  font-weight: var(--weightMedium);
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.p-header_content_btm_group_right_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.p-header_content_btm_group_right_list {
  aspect-ratio: 1;
  width: 5rem;
}

.p-header_content_btm_copy {
  margin-top: 3.6rem;
}

.p-header_content_btm_copy_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.65rem;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic",sans-serif;
}

.p-header_content_btm_copy_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

.p-header_content_btm_copy_list_link_icon {
  width: 1.25rem;
}

.p-header_content_btm_copy_list_link_icon .c-icon_blank {
  stroke: var(--colorBrown);
}

.p-footer {
  z-index: 3;
  position: relative;
}

.p-footer.is-sub {
  margin-top: -3rem;
  padding-top: 3rem;
  overflow: hidden;
}

.p-footer.lightgreen {
  --footerSVGColor: var(--bgColorLightGreen);
}

.p-footer.lightpink {
  --footerSVGColor: var(--bgColorPink);
}

.p-footer.lightpink02 {
  --footerSVGColor: var(--bgColorLightPink);
}

.p-footer.white {
  --footerSVGColor: var(--colorWhite);
}

.p-footer.pink {
  --footerSVGColor: var(--bgColorBoldPink);
}

.p-footer_access iframe {
  width: 100%;
  height: 45rem;
  border: 0;
}

.p-footer_access_content {
  padding: 4rem 0;
}

.p-footer_access_content table {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}

.p-footer_access_content table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p-footer_access_content table tr:last-child {
  border-bottom: none;
}

.p-footer_access_content table th {
  width: 20rem;
  padding: 2rem 2.4rem;
  background: var(--bgColorPink);
  color: var(--colorBrown);
  font-weight: var(--weightBold);
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.04em;
}

.p-footer_access_content table td {
  padding: 2rem 2.4rem;
  color: var(--colorBrown);
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .p-footer_access_content table {
    max-width: 100%;
  }

  .p-footer_access_content table th,
  .p-footer_access_content table td {
    padding: 1.6rem 1.6rem;
    font-size: 1.2rem;
  }

  .p-footer_access_content table th {
    width: 12rem;
  }
}

.p-footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-footer_bg svg {
  vertical-align: bottom;
}

.p-footer_bg img {
  width: 100%;
}

.p-footer_inner {
  margin-top: -0.1rem;
  background: var(--colorWhite);
  background: var(--bgColorYellow);
}

.p-footer_link {
  position: relative;
  padding-top: 30rem;
  padding-bottom: 9.5rem;
  background: var(--bgColorYellow);
  text-align: center;
}

.p-footer_link_ttl {
  margin-bottom: 3rem;
}

.p-footer_link_ttl_en {
  margin-bottom: 2rem;
}

.p-footer_link_txt {
  margin-bottom: 3rem;
}

.p-footer_link_link {
  margin: 0 auto 12rem;
}

.p-footer_link_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer_link_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55rem;
  height: 18rem;
  padding: 0 4rem 0 2rem;
  border: 1px solid var(--colorBrown);
  border-radius: 50vw;
  background: var(--bgColorBoldPink);
}

.p-footer_link_list_img {
  width: 14rem;
}

.p-footer_link_list_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.6rem;
}

.p-footer_link_bg_top {
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 13rem;
}

.p-footer_link_bg_star_large {
  z-index: 1;
  position: absolute;
  top: -33rem;
  right: -2rem;
  width: 25.4rem;
}

.p-footer_link_bg_star_small {
  z-index: 1;
  position: absolute;
  top: -2.5rem;
  left: -5rem;
  width: 15.4rem;
}

.p-footer_link_bg_circle {
  z-index: 2;
  top: -20rem;
  right: 15rem;
}

.p-footer_link_bg_dot {
  top: -16rem;
  left: -4.5rem;
}

.p-footer_top {
  position: relative;
}

.p-footer_top_content {
  width: 100rem;
  max-width: 100%;
  margin-inline: auto;
  padding: 8rem 0;
}

.p-footer_bottom {
  z-index: 10;
  position: relative;
}

.p-footer_bottom>* {
  z-index: 10;
  position: relative;
}

.p-footer_bottom_bg svg {
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  height: 20.4rem;
}

.p-footer_bottom_wrapper {
  background-color: var(--colorLightPink);
}

.p-footer_bottom_content {
  position: relative;
  top: -9.1rem;
  width: 100%;
  max-width: 136.6rem;
  margin: 0 auto;
}

.p-footer_bottom_img {
  z-index: 20;
  position: absolute;
  top: -11.5rem;
}

.p-footer_bottom_img.is-01 {
  left: 12rem;
  width: 19.35rem;
}

.p-footer_bottom_img.is-02 {
  right: 10.5rem;
  width: 35.5rem;
}

.p-footer_bottom_ttl {
  color: var(--colorWhite);
  font-weight: 600;
  font-size: 6rem;
  line-height: 1.6;
  font-family: "Comfortaa",sans-serif;
  text-align: center;
}

.p-footer_bottom_txt {
  margin-bottom: 3rem;
  text-align: center;
}

.p-footer_bottom_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.75rem;
  gap: 4rem;
}

.p-footer_bottom_list {
  width: 36rem;
  max-width: 100%;
}

.p-footer_bottom_list_link {
  display: block;
  position: relative;
  border: .5rem solid var(--colorWhite);
  border-radius: 4.5rem;
  color: var(--colorBrown);
  font-size: 2.1rem;
  line-height: 8rem;
  text-align: center;
}

.p-footer_bottom_list_link_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.35rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--colorWhite);
}

.p-footer_bottom_list_link_icon_wrapper {
  position: absolute;
  top: 50%;
  right: 3rem;
  aspect-ratio: 1;
  width: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--colorPink);
}

.p-footer_bottom_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 10rem;
  margin: 0 auto;
  border: 1px solid var(--colorBrown);
  border-radius: 50vw;
  background: var(--colorWhite);
}

.p-footer_bottom_btn_item {
  position: relative;
  width: 100%;
}

.p-footer_bottom_btn.is-entry::before {
  display: inline-block;
  visibility: initial;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 3.8rem;
  width: 2.9rem;
  height: 3.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../img/common/p-icn_entry.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-footer_bottom_btn.is-entry::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 50%;
  left: 1.8rem;
  width: 6.4rem;
  height: 6.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #f8ecb8;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-footer_bottom_btn.is-search::before {
  display: inline-block;
  visibility: initial;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 3rem;
  width: 3.4rem;
  height: 3.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../img/common/p-icn_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-footer_bottom_btn.is-search::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 50%;
  left: 1.8rem;
  width: 6.4rem;
  height: 6.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #c8ebeb;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-footer_bottom_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 79rem;
  margin: 0 auto;
  gap: 0 3rem;
}

.p-footer_bottom_btn_child {
  top: 11rem;
}

.p-footer_bottom_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}

.p-footer_bottom_foot_group {
  width: 18rem;
}

.p-footer_bottom_foot_group.is-04 {
  width: 12rem;
}

.p-footer_bottom_foot li:nth-of-type(1) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  gap: 4rem;
}

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

.p-footer_bottom_foot_txt span::before,.p-footer_bottom_foot_txt span::after {
  display: none;
}

.p-footer_bottom_foot_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  gap: 4.5rem;
  border-radius: 10rem 10rem 0 0;
  background-color: var(--colorWhite);
}

.p-footer_bottom_foot_list {
  width: 11rem;
}

.p-footer_bottom_foot_list_img.is-line {
  display: block;
  width: 4.5rem;
  margin-inline: auto;
}

.p-footer_bottom_foot_list_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.5rem;
  gap: .3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: var(--weightMedium);
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .04em;
  white-space: nowrap;
}

.p-footer_bottom_foot_list_txt.is-small {
  font-size: 1.4rem;
}

.p-footer_bottom_foot_list_icon {
  width: 1.1rem;
}

.p-footer_bottom_foot_list_icon .c-icon_arrow {
  stroke: var(--colorPink);
}

.p-footer_nav {
  z-index: 10;
  position: relative;
  padding-top: 7.4rem;
  padding-bottom: 2.5rem;
  background: var(--bgColorBoldPink);
  color: var(--colorBrown);
}

.p-footer_nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 124rem;
  max-width: 100%;
  margin-inline: auto;
  gap: 0 5rem;
}

.p-footer_nav_content_left {
  width: 41.5rem;
  max-width: 100%;
}

.p-footer_nav_content_left_img {
  width: 29.4rem;
  max-width: 100%;
}

.p-footer_nav_content_left_bnr_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.25rem;
  gap: 1.5rem;
}

.p-footer_nav_content_left_bnr_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--colorBrown);
}

.p-footer_nav_content_left_bnr_list_link {
  position: relative;
  height: 8rem;
  background-color: var(--colorLightPink);
  text-align: center;
}

.p-footer_nav_content_left_bnr_list_link_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 1.25rem;
}

.p-footer_nav_content_left_sns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7.5rem;
  margin-top: 1rem;
  padding: 0 1.5rem;
  border-radius: 1rem;
  background-color: var(--colorWhite);
}

.p-footer_nav_content_left_sns_txt {
  color: var(--colorBrown);
  font-weight: var(--weightMedium);
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.p-footer_nav_content_left_sns_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.p-footer_nav_content_left_sns_list {
  width: 5rem;
}

.p-footer_nav_content_left_address {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.75;
}

.p-footer_nav_content_left_tel {
  display: block;
  margin-top: 1rem;
}

.p-footer_nav_content_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 2rem;
}

.p-footer_nav_content_right_list_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  width: 51rem;
  max-width: 100%;
}

.p-footer_nav_content_right_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid var(--colorLightPink);
  border-bottom: 2px solid var(--colorLightPink);
  font-weight: 700;
  line-height: 1.4;
  font-family: "Zen Maru Gothic",sans-serif;
}

.p-footer_nav_content_right_list:nth-child(n+3) {
  margin-top: -0.2rem;
  border-top: none;
}

.p-footer_nav_content_right_list_link {
  display: block;
  width: 100%;
  padding: 1.9rem 0;
}

.p-footer_nav_content_right_bnr {
  width: 24.5rem;
}

.p-footer_nav_content_right_bnr_list {
  height: 10rem;
}

.p-footer_nav_content_right_bnr_list_link {
  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;
  width: 100%;
  height: 100%;
  border: 1px solid var(--colorBrown);
  border-radius: 1rem;
  background: var(--bgColorLightPink);
}

.p-footer_nav_content_right_bnr_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
}

.p-footer_nav_content_right_bnr_list img.is-data {
  height: 7.5rem;
}

.p-footer_nav_content_right_bnr_list img.is-movie {
  height: 7rem;
}

.p-footer_nav_copy_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 124rem;
  max-width: 100%;
  margin-top: 2.8rem;
  margin-inline: auto;
}

.p-footer_nav_copy_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.p-footer_nav_copy_list {
  font-size: 1.4rem;
}

.p-footer_nav_copy_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic",sans-serif;
}

.p-footer_nav_copy_list_link_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
}

.p-footer_nav_copy_list_link_icon .c-icon_blank {
  stroke: var(--colorBrown);
}

.p-footer_nav_copy_small {
  font-weight: 600;
  font-size: 1.2rem;
  font-family: "Comfortaa",sans-serif;
  letter-spacing: .1em;
}

.p-footer_fixed {
  display: none;
}

.p-footer_banner {
  z-index: 100;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 35rem;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.p-footer_banner.is-active {
  opacity: 1;
}

.p-footer_banner.is-none {
  display: none;
}

.p-footer_banner_close {
  position: absolute;
  top: .2rem;
  right: .2rem;
  width: 1.6rem;
  cursor: pointer;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.p-footer_information {
  height: 10rem;
}

@media screen and (max-width: 47.9375em) {
  .p-container {
    width: 100%;
    padding: 0 1.5rem;
  }
  .p-inner {
    padding: 0;
  }
  .p-section {
    padding-bottom: 5rem;
  }
  .p-kv {
    padding-top: 12.5rem;
    padding-bottom: 8rem;
  }
  .p-kv.is-features {
    padding-bottom: 4rem;
  }
  .p-kv.is-entry {
    padding-top: 10.3rem;
    padding-bottom: 5.5rem;
  }
  .p-kv.is-entry .p-kv_border {
    top: 10rem;
    left: -16rem;
  }
  .p-kv.is-contact {
    padding-top: 13rem;
    padding-bottom: 8rem;
  }
  .p-kv.is-contact .p-kv_border {
    top: 2.5rem;
    left: -16rem;
  }
  .p-kv.is-contact .p-kv_star {
    top: 1rem;
  }
  .p-kv.is-contact .p-kv_dot {
    top: -2rem;
  }
  .p-kv.is-data {
    padding-top: 12.2rem;
    padding-bottom: 7rem;
  }
  .p-kv.is-movie {
    padding-top: 10rem;
    padding-bottom: 2.5rem;
  }
  .p-kv.is-housing {
    padding-bottom: 3.2rem;
  }
  .p-kv_entry_txt {
    min-width: 10.3rem;
    padding: .5rem .3rem;
  }
  .p-kv_ttl {
    font-size: 3rem;
    line-height: 1.4;
  }
  .p-kv_ttl.is-features {
    position: relative;
    top: -2rem;
  }
  .p-kv_ttl.is-entry {
    margin-bottom: 1.5rem;
  }
  .p-kv_ttl.is-data {
    width: 21.3rem;
    margin: -3rem auto -3.5rem;
  }
  .p-kv_ttl.is-housing {
    top: -2.5rem;
  }
  .p-kv_ttl_en {
    margin-bottom: 0;
  }
  .p-kv_bg {
    height: 3rem;
  }
  .p-kv_illust {
    top: -12.5rem;
    left: 0;
    width: auto;
    height: 25rem;
  }
  .p-kv_border {
    top: 3rem;
    left: -14rem;
  }
  .p-kv_star {
    top: 1.5rem;
    right: -1.2rem;
    width: 9.6rem;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  .p-kv_dot {
    top: -2rem;
    right: -7rem;
    width: 23.5rem;
    min-width: 23.5rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-breadcrumbs {
    padding-top: 1.3rem;
  }
  .p-breadcrumbs.is-404 {
    padding-top: 10rem;
  }
  .p-breadcrumbs_list_link::after {
    width: 1.5rem;
    height: 1.2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-fixed_banner {
    right: 1.2rem;
    bottom: 7rem;
  }
  .p-fixed_banner.is-patel {
    right: 0;
    right: 1rem;
    bottom: 10.5rem;
    width: 10.9rem;
    height: 10.6rem;
  }
  .p-fixed_banner_patel_link {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-fixed_banner_patel_link_txt {
    top: -0.3rem;
  }
  .p-fixed_banner_patel_link_txt span {
    margin-top: .5rem;
  }
  .p-fixed_banner_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 4;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    font-weight: var(--weightBold);
    font-size: 1.6rem;
    letter-spacing: .04em;
  }
  .p-fixed_banner_bottom_recruitment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 64%;
    height: 100%;
    gap: 1rem;
    background: rgba(200,235,235,.9);
    text-align: center;
  }
  .p-fixed_banner_bottom_recruitment::before {
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(../../img/common/p-icn_instagram.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .p-fixed_banner_bottom_information {
    display: grid;
    place-content: center;
    width: 36%;
    height: 100%;
    background: rgba(228,218,242,.9);
    text-align: center;
  }
  .p-news_article {
    padding-top: 4.5rem;
  }
  .p-news_article_content {
    margin-bottom: 4rem;
  }
  .p-news_article_head {
    padding: 1.6rem 3rem 2rem;
  }
  .p-news_article_head:before {
    top: -6rem;
    right: 1.5rem;
    width: 14.9rem;
    height: 15.3rem;
  }
  .p-news_article_time {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-news_article_content {
    padding: 4rem 3rem 4rem;
  }
  .p-news_article_content h3 {
    margin: 4rem 0 2rem;
    padding: 1rem 3rem;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .p-news_article_content h3::before {
    width: 1.4rem;
  }
  .p-news_article_content h4 {
    margin: 3rem 0 2rem;
    padding-left: 3rem;
    font-size: 2.2rem;
  }
  .p-news_article_content h4::before {
    top: .5rem;
    width: 2.3rem;
    height: 2.3rem;
  }
  .p-news_article_content h5 {
    margin: 2rem 0 2rem;
    padding-left: 3rem;
    font-size: 1.8rem;
  }
  .p-news_article_content h5::before {
    top: .3rem;
    width: 2.3rem;
    height: 2.3rem;
  }
  .p-news_article_content p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .p-news_article_content figure {
    margin: 4rem 0;
  }
  .p-news_article_content figure.size-medium img {
    width: 100%;
    min-width: 28.5rem;
    max-width: 100%;
  }
  .p-news_article_content figure figcaption {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .p-news_article_content ol {
    margin-bottom: 2rem;
  }
  .p-news_article_content ol li {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .p-news_article_content ol li::before {
    margin-right: .4rem;
  }
  .p-news_article_content ul li {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .p-news_article_content ul li::before {
    top: .9rem;
  }
  .p-news_article_content hr {
    margin: 4rem 0;
    background-image: url(../../img/common/p-news_article_hr_sp.png);
  }
  .p-news_article_content .p-free_content_custom {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 4rem 2rem;
  }
  .p-news_article_content .p-free_content_custom figure.size-medium img {
    width: 100%;
    min-width: 24.3rem;
    max-width: 100%;
  }
  .p-news_article_content .swiper {
    margin-top: 4rem;
    margin-bottom: 9rem;
  }
  .p-news_article_content .wp-block-table {
    margin: 4rem 0 4rem;
  }
  .p-news_article_content figcaption {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .p-news_article_content table.has-fixed-layout {
    border-radius: 1.4rem;
  }
  .p-news_article_content table.has-fixed-layout tr:last-child td:first-child {
    border-radius: 0 0 0 1.4rem;
  }
  .p-news_article_content table.has-fixed-layout tr:last-child td:last-child {
    border-radius: 0 0 1.4rem 0;
  }
  .p-news_article_content table.has-fixed-layout td {
    min-width: 6.8rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .p-news_article_content .wp-block-buttons {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }
  .p-news_article_content .wp-block-buttons a {
    min-width: 28rem;
    min-height: 5rem;
    padding: 1.4rem 3.2rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-news_article_content .wp-block-buttons a::before {
    right: 1.6rem;
  }
  .p-news_article_sns {
    width: 100%;
  }
  .p-news_article_sns_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 .2rem;
    gap: 1.5rem 0;
  }
  .p-news_article_sns a.p-news_article_sns_link {
    padding: 1.6rem 1.4rem;
  }
  .p-news_article_sns a.p-news_article_sns_link.is-x {
    gap: 0 4.2rem;
  }
  .p-news_article_sns a.p-news_article_sns_link.is-line {
    padding: 1.6rem 1.4rem;
    gap: 0 5.2rem;
  }
  .p-news_article_sns a.p-news_article_sns_link.is-line img {
    width: 2.9rem;
  }
  .p-news_article_nav_wrapper {
    width: 100%;
    padding-bottom: 4rem;
  }
  .p-news_article_nav_arrow {
    width: 4rem;
    height: 4rem;
  }
  .p-news_article .swiper-button-next {
    right: .9rem;
  }
  .p-news_article .swiper-button-prev {
    right: 6.3rem;
    left: auto;
  }
  .p-news_article .swiper-button-next,.p-news_article .swiper-button-prev {
    top: auto;
    bottom: -5.2rem;
  }
  .p-news_article .swiper-button-next .c-arrow_bg,.p-news_article .swiper-button-prev .c-arrow_bg {
    width: 4rem;
    height: 4rem;
  }
  .p-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
    gap: 2rem 0;
  }
  .p-head {
    padding: 0 1rem;
  }
  .p-head_ttl {
    margin-bottom: -1.6rem;
  }
  .p-head_ttl_large {
    margin-bottom: .3rem;
  }
  .p-list_ttl {
    margin-bottom: 1.5rem;
  }
  .p-list_ttl_icn {
    top: .2rem;
    left: .3rem;
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.8rem;
  }
  .p-list_ttl_icn_txt {
    font-size: .8rem;
  }
  .p-list_ttl_icn_small {
    top: .2rem;
    left: .3rem;
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.8rem;
  }
  .p-list_ttl_icn_small_txt {
    font-size: .8rem;
  }
  .p-list_ttl_icn_large {
    top: -1.1rem;
    width: 7.2rem;
    height: 7.2rem;
    font-size: 1.8rem;
  }
  .p-list_img {
    margin-bottom: 1.6rem;
  }
  .p-list_wrapper_small {
    padding: 0 3rem;
  }
  .p-list_detail_ttl {
    width: 100%;
    max-width: 100%;
  }
  .p-list_detail_ttl_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;
    padding: 4rem 3rem 4rem;
    gap: 1rem 0;
  }
  .p-list_detail_ttl_head:before {
    top: -6rem;
    right: 1.5rem;
    width: 14.9rem;
    height: 15.3rem;
  }
  .p-list_detail_tag {
    width: 16rem;
    padding: .6rem 1.3rem;
  }
  .p-list_detail_job {
    margin-bottom: 4rem;
    padding: 4rem 3rem;
  }
  .p-list_detail_job_head {
    margin-bottom: 1.6rem;
  }
  .p-list_detail_job_content {
    margin-bottom: 2.5rem;
  }
  .p-list_detail_job dl {
    grid-template-columns: 1fr;
    padding: 2rem 0;
    gap: .9rem 0;
  }
  .p-list_detail_job dl dt {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-list_detail_job dl dd {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-list_detail_job dl dd li {
    margin-bottom: 1.1rem;
  }
  .p-list_detail_job dl dd li::before {
    top: .7rem;
  }
  .p-list_detail_job_link_btn {
    margin-bottom: 2.5rem;
  }
  .p-list_detail_company {
    margin-bottom: 4rem;
  }
  .p-list_detail_company_ttl {
    margin-bottom: 2rem;
  }
  .p-list_detail_company_content {
    overflow: visible;
    border: none;
    border-radius: 1.4rem;
  }
  .p-list_detail_company dl {
    grid-template-columns: 1fr;
    max-width: 100%;
    border-bottom: none;
  }
  .p-list_detail_company dl:first-child dt {
    border-top: 1px solid var(--colorBrown);
    border-radius: 1.4rem 1.4rem 0 0;
  }
  .p-list_detail_company dl:last-child dd {
    border-radius: 0 0 1.4rem 1.4rem;
  }
  .p-list_detail_company dl dt {
    padding: 1.7rem 1.5rem;
    border: 1px solid var(--colorBrown);
    border-top: none;
    border-bottom: none;
  }
  .p-list_detail_company dl dd {
    padding: 2rem 1.5rem;
    border: 1px solid var(--colorBrown);
    border-top: none;
  }
  .p-list_detail_relation {
    margin-bottom: 6rem;
  }
  .p-list_detail_relation_ttl {
    margin-bottom: 2rem;
  }
  .p-list_detail_relation_list {
    max-width: 100%;
  }
  .p-list_detail_relation_list_wrapper {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  .p-list_detail_relation_list_thumb img {
    height: 19.4rem;
  }
  .p-list_detail_relation_list_txt {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .p-list_detail_relation_list_link {
    padding-bottom: 2rem;
  }
  .p-list_detail_form_btn {
    padding-left: 10.5rem;
  }
  .p-form {
    padding-top: 4rem;
  }
  .p-form.is-up {
    padding-top: 4rem;
  }
  .p-form.is-up .p-form_works {
    margin-bottom: 2rem;
  }
  .p-form.is-tour {
    padding-top: 11rem;
  }
  .p-form.is-tour .p-form_top_wrapper {
    margin-bottom: 1.5rem;
  }
  .p-form_wrapper {
    margin-bottom: 0;
    padding: 4rem 3rem 4rem;
  }
  .p-form_wrapper:has([data-screen=confirm]) {
    margin-bottom: 0;
  }
  .p-form_wrapper:has([data-screen=complete]) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-form_top_wrapper {
    padding-bottom: 13.7rem;
  }
  .p-form_top_method_list {
    -ms-flex-preferred-size: 12.4rem;
        flex-basis: 12.4rem;
    width: 12.4rem;
    height: 6rem;
    border-radius: .5rem;
    font-size: 1.4rem;
  }
  .p-form_top_method_list::before {
    right: -2.7rem;
  }
  .p-form_top_method_list.is-plus::before {
    right: -2.8rem;
    font-size: 1.8rem;
  }
  .p-form_top_method_lists {
    gap: 0 3.8rem;
  }
  .p-form_top_method_lists_wrapper {
    margin-bottom: 4rem;
    padding: 0;
  }
  .p-form_top_method_lists_container {
    padding: 2.6rem 3rem;
    border-radius: 1rem;
  }
  .p-form_top_method_lists_container::before {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-radius: 1rem;
  }
  .p-form_top_method_lists_ttl {
    margin-bottom: 2.1rem;
  }
  .p-form .wp-block-group.is-relative .p-form_note_wrapper {
    bottom: -8rem;
    left: 0;
  }
  .p-form .wp-block-group.is-place {
    display: block;
  }
  .p-form .wp-block-group.is-place .wp-block-snow-monkey-forms-item {
    grid-template-columns: 1fr;
    gap: 1rem 0;
  }
  .p-form .wp-block-group.is-place .wp-block-snow-monkey-forms-item.is-town .smf-item__label__text {
    margin-top: 0;
  }
  .p-form .wp-block-group.is-place .wp-block-snow-monkey-forms-item.is-town .smf-item__label__text br {
    display: none;
  }
  .p-form .wp-block-group.is-place .smf-item:has([data-validations=required]) .smf-item__label__text::before {
    top: 0rem;
  }
  .p-form .wp-block-group.is-place p {
    top: .2rem;
    left: 5rem;
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-form p.is-full_sp {
    width: 100%;
  }
  .p-form p.is-century {
    margin-bottom: 1rem;
  }
  .p-form .smf-item.is-certification .smf-radio-buttons-control__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem;
    gap: 2rem;
  }
  .p-form .smf-item.is-certification .is-year_month {
    width: 100%;
    gap: 0 1rem;
  }
  .p-form .smf-item.is-certification .is-year_month p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-form .smf-item.is-job_interview {
    margin-bottom: 11.5rem;
  }
  .p-form .smf-item.is-job_interview .smf-text-control {
    width: 100%;
  }
  .p-form .smf-item.is-job_interview .wp-block-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-form .smf-item.is-job_interview .wp-block-group .is-day {
    margin-top: 0;
  }
  .p-form .smf-item.is-job_interview .wp-block-group .is-time {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin-top: 0;
  }
  .p-form .smf-item.is-job_interview .wp-block-group.is-01,.p-form .smf-item.is-job_interview .wp-block-group.is-02,.p-form .smf-item.is-job_interview .wp-block-group.is-03 {
    display: block;
  }
  .p-form .smf-item.is-job_interview .wp-block-group.is-01>.wp-block-group .wp-block-group:nth-of-type(1),.p-form .smf-item.is-job_interview .wp-block-group.is-02>.wp-block-group .wp-block-group:nth-of-type(1),.p-form .smf-item.is-job_interview .wp-block-group.is-03>.wp-block-group .wp-block-group:nth-of-type(1) {
    gap: 1rem 2rem;
  }
  .p-form .smf-item.is-job_interview .wp-block-group.is-01 .p-form_txt,.p-form .smf-item.is-job_interview .wp-block-group.is-02 .p-form_txt,.p-form .smf-item.is-job_interview .wp-block-group.is-03 .p-form_txt {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .p-form .smf-item.is-job_interview .wp-block-group.is-01 .p-form_txt br,.p-form .smf-item.is-job_interview .wp-block-group.is-02 .p-form_txt br,.p-form .smf-item.is-job_interview .wp-block-group.is-03 .p-form_txt br {
    display: none;
  }
  .p-form .smf-item.is-job_interview .wp-block-group.is-01 .p-form_txt::after {
    display: inline-block;
  }
  .p-form .smf-item.is-job_interview .wp-block-group.is-02 .p-form_txt::after {
    display: inline-block;
  }
  .p-form .smf-item.is-job_interview .wp-block-group.is-03 .p-form_txt::after {
    display: inline-block;
  }
  .p-form .smf-item.is-job_interview .wp-block-group.is-03 .wp-block-group .p-form_note_wrapper {
    width: 100%;
  }
  .p-form .smf-item.is-job_interview .wp-block-group.is-job_interview_time {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .p-form .smf-item.is-job_interview .wp-block-group.is-job_interview_time .smf-checkboxes-control__control {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem .7rem;
  }
  .p-form .smf-item.is-post [data-name=郵便番号2] .smf-text-control {
    min-width: 15rem;
  }
  .p-form .smf-item.is-post p {
    margin-top: 2.5rem;
  }
  .p-form .smf-item.is-post .smf-text-control {
    width: 10rem;
  }
  .p-form .smf-item .smf-item__label__text {
    margin-top: 0;
  }
  .p-form .smf-item.is-area p {
    margin-bottom: 1rem;
  }
  .p-form .smf-item.is-area p.p-form_space {
    margin-top: 0rem;
    margin-bottom: 1.7rem;
  }
  .p-form .smf-item.is-privacy {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-form .smf-item.is-privacy a {
    margin-bottom: .8rem;
  }
  .p-form .smf-item.is-privacy .smf-label label {
    padding-top: .5rem;
  }
  .p-form .smf-item.is-privacy .smf-label label:has(input[type=checkbox])::after {
    top: 1.7rem;
  }
  .p-form .smf-item.is-housing .smf-item__label__text {
    margin-top: 0;
  }
  .p-form .smf-item.is-housing .smf-item__label__text br {
    display: none;
  }
  .p-form .smf-item.is-certification_about .smf-item__label__text br {
    display: none;
  }
  .p-form .smf-item.is-interview_method .smf-item__label__text br {
    display: none;
  }
  .p-form .smf-item__label__text {
    gap: 0 1.1rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-form .smf-item__label__text::before {
    min-width: 4rem;
    font-size: 1.2rem;
  }
  .p-form .smf-item:has([data-validations=required],[data-validations="email required"]) .smf-item__label__text::before {
    min-width: 4rem;
    padding: .5rem .6rem;
    font-size: 1.2rem;
  }
  .p-form .smf-item__col .smf-item__label__text {
    gap: 0 1.1rem;
  }
  .p-form .smf-item__col .smf-textarea-control__control,.p-form .smf-item__col .smf-text-control__control,.p-form .smf-item__col select {
    padding: 0rem 2rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-form .smf-item__col .smf-textarea-control__control {
    height: 20rem;
    padding: 2rem;
  }
  .p-form .smf-item__col input[type=text],.p-form .smf-item__col input[type=date],.p-form .smf-item__col input[type=email],.p-form .smf-item__col input[type=tel],.p-form .smf-item__col select {
    height: 6rem;
  }
  .p-form .smf-item__col ::-webkit-input-placeholder {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: .04em;
  }
  .p-form .smf-item__col ::-moz-placeholder {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: .04em;
  }
  .p-form .smf-item__col :-ms-input-placeholder {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: .04em;
  }
  .p-form .smf-item__col ::-ms-input-placeholder {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: .04em;
  }
  .p-form .smf-item__col ::placeholder {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: .04em;
  }
  .p-form .smf-item__col [data-name=現在の状況],.p-form .smf-item__col [data-name=転職希望時期],.p-form .smf-item__col [data-name=希望職種・雇用形態],.p-form .smf-item__col [data-name=質問カテゴリー],.p-form .smf-item__col [data-name=希望職種に関する資格の有無],.p-form .smf-item__col [data-name=希望雇用形態] {
    margin-top: 0;
  }
  .p-form .smf-item__col [data-name=現在の状況] .smf-radio-buttons-control__control,.p-form .smf-item__col [data-name=転職希望時期] .smf-radio-buttons-control__control,.p-form .smf-item__col [data-name=希望職種・雇用形態] .smf-radio-buttons-control__control,.p-form .smf-item__col [data-name=質問カテゴリー] .smf-radio-buttons-control__control,.p-form .smf-item__col [data-name=希望職種に関する資格の有無] .smf-radio-buttons-control__control,.p-form .smf-item__col [data-name=希望雇用形態] .smf-radio-buttons-control__control {
    gap: 2.5rem 2rem;
  }
  .p-form .smf-item__col [data-name=現在の状況] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=転職希望時期] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=希望職種・雇用形態] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=質問カテゴリー] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=希望職種に関する資格の有無] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=希望雇用形態] .smf-radio-button-control__label {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-form .smf-item__col [data-name=質問カテゴリー] .smf-radio-buttons-control__control {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0;
  }
  .p-form .smf-item__col [data-name=希望職種・雇用形態] {
    margin-top: 0;
  }
  .p-form .smf-item__col [data-name=希望職種・雇用形態] .smf-radio-buttons-control__control {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0rem;
  }
  .p-form .smf-item__col [data-name=希望職種・雇用形態] .smf-radio-button-control__label {
    font-size: 1.6rem;
  }
  .p-form .smf-item__col [data-name=希望職種・雇用形態] .smf-label_other {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0;
  }
  .p-form .smf-item__col [data-name=希望職種・雇用形態] .p-form_space span {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .p-form .smf-item__col [data-name=転職希望時期] .smf-label,.p-form .smf-item__col [data-name=希望職種に関する資格の有無] .smf-label {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
  }
  .p-form .smf-item__col [data-name=借り上げ社宅制度利用希望] select {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: .04em;
  }
  .p-form .smf-item__col [data-name=資格の有無] .smf-radio-button-control__label,.p-form .smf-item__col [data-name=希望面接方法] .smf-radio-button-control__label {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-form .smf-item__col [data-name=第1希望時間] .smf-checkbox-control__label,.p-form .smf-item__col [data-name=第2希望時間] .smf-checkbox-control__label,.p-form .smf-item__col [data-name=第3希望時間] .smf-checkbox-control__label {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .p-form .smf-item__col .wp-block-group:has([data-name=希望勤務エリア]) {
    padding: 1.7rem 2.3rem;
  }
  .p-form .smf-item__col [data-name=希望勤務エリア] .smf-checkboxes-control__control {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem 0;
  }
  .p-form .smf-item__col [data-name=希望勤務エリア] .smf-checkbox-control__label {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .p-form .smf-item__col [data-name=privacy] .smf-checkbox-control__label {
    top: 0rem;
  }
  .p-form .smf-item__col .p-form_space.is-job_type {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .p-form .smf-item__col .smf-label_other {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 2.4rem 1.1rem;
  }
  .p-form .smf-item__col [data-name=生年] select,.p-form .smf-item__col [data-name=資格取得予定年] select {
    width: 7.6rem;
  }
  .p-form .smf-item__col [data-name=生月] select,.p-form .smf-item__col [data-name=生日] select,.p-form .smf-item__col [data-name=資格取得予定月] select {
    width: 5.5rem;
    padding: 1rem;
  }
  .p-form .smf-item__col [data-name=生年],.p-form .smf-item__col [data-name=生月],.p-form .smf-item__col [data-name=生日] {
    margin: 0;
  }
  .p-form .smf-item .wp-block-group.is-birthday {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 100%;
    gap: 0 1rem;
  }
  .p-form .smf-item .wp-block-group.is-birthday p {
    margin-top: 1.6rem;
  }
  .p-form .smf-item .wp-block-group.is-birthday p.is-century {
    grid-column: 1/-1;
    margin-top: 0;
  }
  .p-form .smf-item .wp-block-group.is-flex {
    gap: 0 1rem;
  }
  .p-form .smf-control-description {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-form .smf-error-messages {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .p-form .p-form_works_link_wrapper {
    margin-top: 3rem;
  }
  .p-form_works {
    padding-bottom: 3rem;
  }
  .p-form_works_txt {
    margin-bottom: 2rem;
  }
  .p-form_works_flex {
    grid-template-columns: 1fr;
    gap: .8rem 0;
  }
  .p-form_works_flex_wrapper {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  .p-form_works_job {
    width: 12rem;
    padding: .7rem .3rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .p-form_works_link {
    padding-left: 4rem;
    font-size: 1.6rem;
  }
  .p-form_works_link::before {
    width: 3rem;
    height: 3rem;
  }
  .p-form_works_link::after {
    left: 1rem;
    width: 1.1rem;
    height: .9rem;
  }
  .p-form_works_link_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 2rem 0;
  }
  .p-form_works_confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    gap: 1rem 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-form_works_confirm p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-form_works_confirm .p-form_works_ttl {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-form .smf-progress-tracker {
    top: -14.8rem;
    width: 33.5rem;
  }
  .p-form .smf-progress-tracker::before {
    top: 3.5rem;
  }
  .p-form .smf-progress-tracker__item {
    max-width: 8.5rem;
  }
  .p-form .smf-progress-tracker__item::before {
    width: 4.6rem;
    height: 4.6rem;
    background-repeat: no-repeat;
  }
  .p-form .smf-progress-tracker__item__text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .p-form .smf-progress-tracker__item:nth-of-type(1) .smf-progress-tracker__item__text {
    width: 5.8rem;
  }
  .p-form .smf-progress-tracker__item:nth-of-type(2) {
    left: 0;
  }
  .p-form .smf-progress-tracker__item:nth-of-type(2) .smf-progress-tracker__item__text {
    width: 5.8rem;
  }
  .p-form .smf-progress-tracker__item:nth-of-type(3) {
    max-width: 8.5rem;
  }
  .p-form .smf-progress-tracker__item:nth-of-type(3) .smf-progress-tracker__item__text {
    width: 3rem;
  }
  .p-form .wp-block-snow-monkey-forms-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4rem;
    gap: 1.9rem 0;
  }
  .p-form .wp-block-snow-monkey-forms-item.is-privacy {
    margin: 4.5rem auto 3.5rem;
  }
  .p-form .wp-block-snow-monkey-forms-item.is-progress {
    margin-bottom: 4rem;
  }
  .p-form .smf-form .smf-select-control__toggle:before {
    display: none;
  }
  .p-form .smf-action .smf-button-control__control {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 28.5rem;
    min-height: 7rem;
    padding-left: 4.5rem;
    font-size: 1.8rem;
  }
  .p-form .smf-action .smf-button-control__control::before {
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
  .p-form .smf-action .smf-button-control__control::after {
    top: 2.5rem;
    right: 2.3rem;
    width: 1.1rem;
    height: .9rem;
  }
  .p-form [data-screen=confirm] .smf-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    gap: 1rem 0;
  }
  .p-form [data-screen=confirm] .smf-item.is-post p {
    margin-top: .5rem;
  }
  .p-form [data-screen=confirm] .smf-item .wp-block-group.is-birthday {
    grid-template-columns: auto auto auto auto auto auto auto;
  }
  .p-form [data-screen=confirm] .wp-block-group.is-place .wp-block-snow-monkey-forms-item {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    gap: 1rem 0;
  }
  .p-form [data-screen=confirm] .smf-item .wp-block-group.is-birthday p {
    grid-column: inherit;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-form [data-screen=confirm] .smf-item.is-certification .is-year_month p {
    grid-column: inherit;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-form [data-screen=confirm] .smf-item.is-certification .is-year_month {
    width: auto;
  }
  .p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-01 .p-form_txt,.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-02 .p-form_txt,.p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group.is-03 .p-form_txt {
    margin-bottom: 1rem;
  }
  .p-form [data-screen=confirm] .smf-placeholder {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-form [data-screen=confirm] .wp-block-group.is-place {
    margin-bottom: 2rem;
  }
  .p-form [data-screen=confirm] .smf-item.is-job_interview {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group .is-day {
    min-width: 0;
  }
  .p-form [data-screen=confirm] .smf-action {
    margin-top: 3rem;
  }
  .p-form [data-screen=confirm] .smf-item.is-job_interview .wp-block-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem 2rem;
  }
  .p-form [data-screen=confirm] [data-action=complete] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding-left: 1rem;
  }
  .p-form [data-screen=confirm] [data-action=back] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 5rem;
    padding-left: 1rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-form [data-screen=confirm] [data-action=back]::after {
    left: 1.5rem;
    width: 1.1rem;
    height: .9rem;
  }
  .p-form_complete_bottom {
    margin-bottom: 2.5rem;
    padding: 2rem 3rem 2.4rem;
  }
  .p-form_complete_bottom_txt {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  .p-form .is-senntakukinmu {
    display: none;
  }
  .p-form_bg_border {
    display: none;
  }
  .p-form_bg_yellow_border {
    top: -17.5rem;
    left: -14.5rem;
  }
  .p-form_bg_dot {
    display: none;
  }
  .p-form_modal_inner {
    width: 28.5rem;
  }
  .p-form_modal_top {
    height: 6rem;
    padding: 0 2rem;
  }
  .p-form_modal_close_btn {
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
  }
  .p-form_modal_close_btn::after,.p-form_modal_close_btn::before {
    width: 1.2rem;
  }
  .p-form_modal_bottom_lists {
    max-height: 51.2rem;
    padding: .3rem 2rem 3rem;
  }
  .p-form_modal_bottom_lists li {
    padding-top: 2rem;
  }
  .p-form_modal_bottom_lists li.is-end::after {
    top: 1.8rem;
    left: -0.2rem;
    width: 3.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
  .p-form_modal_bottom_lists li.is-end span {
    padding-left: 4.5rem;
  }
  .p-article_pager_wrapper {
    position: relative;
    margin-top: 4.5rem;
    gap: 4rem;
  }
  .p-article_pager_wrapper .is-prev,.p-article_pager_wrapper .is-next {
    position: absolute;
    top: 45%;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-article_pager_wrapper .is-prev:after,.p-article_pager_wrapper .is-next:after {
    width: 1.1rem;
  }
  .p-article_pager_wrapper .is-prev {
    left: 0;
  }
  .p-article_pager_wrapper .is-next {
    right: 0;
  }
  .p-article_pager_wrapper .is-current::after {
    bottom: 0;
  }
  .p-header::after {
    top: 0;
    width: 100%;
    height: 7.8rem;
    background: url(../../img/common/p-header_logo_bg_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.5rem;
  }
  .p-header_left {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    gap: 2rem;
    background-image: none;
  }
  .p-header_right {
    position: static;
    padding-top: .5rem;
    padding-right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-header_logo {
    width: 14.9rem;
  }
  .p-header_btn {
    display: none;
  }
  .p-header_btn_burger {
    width: 3.2rem;
    margin-left: 0;
  }
  .p-header_btn_burger>span {
    top: 45%;
    width: 100%;
    height: 2px;
  }
  .p-header_btn_burger>span:nth-child(1) {
    top: calc(50% - 1.3rem);
  }
  .p-header_btn_burger>span:nth-child(3) {
    top: calc(50% + 1rem);
  }
  .p-header_btn_new {
    width: 10rem;
    font-size: 1.2rem;
    line-height: 3.3rem;
  }
  .p-header_content_wrapper {
    padding: 0 1.5rem 10rem;
  }
  .p-header_content {
    margin-top: 2.5rem;
    gap: 3rem;
  }
  .p-header_content_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-header_content_left_list_wrapper {
    -webkit-column-gap: .9rem;
       -moz-column-gap: .9rem;
            column-gap: .9rem;
  }
  .p-header_content_right {
    gap: 1rem;
  }
  .p-header_content_right_top_bnr .c-select_list_link {
    width: 15.5rem;
  }
  .p-header_content_right_top_bnr_link {
    height: 6.7rem;
    text-align: center;
  }
  .p-header_content_right_top_bnr_link::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.40625)*.5em);
    content: "";
  }
  .p-header_content_right_top_bnr_link.is-entry::before {
    left: 2.6rem;
    width: 1.5rem;
    height: 2.4rem;
  }
  .p-header_content_right_top_bnr_link.is-entry::after {
    left: 1.4rem;
    width: 3.8rem;
    height: 3.8rem;
  }
  .p-header_content_right_top_bnr_link.is-search::before {
    left: 1.8rem;
    width: 2.1rem;
    height: 2.1rem;
  }
  .p-header_content_right_top_bnr_link.is-search::after {
    left: 1.1rem;
    width: 3.8rem;
    height: 3.8rem;
  }
  .p-header_content_right_top_bnr_child {
    top: 7.7rem;
    left: 17.3rem;
    max-width: 34.6rem;
  }
  .p-header_content_right_top_bnr_child::before {
    left: 8rem;
  }
  .p-header_content_right_middle.is-bnr {
    padding: 0;
  }
  .p-header_content_right_middle.is-bnr .p-header_content_right_middle_list {
    height: 9rem;
  }
  .p-header_content_right_middle.is-bnr .p-header_content_right_middle_list_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-header_content_right_middle_txt {
    padding-top: 1rem;
  }
  .p-header_content_right_middle_txt02 {
    margin: 0 2rem 0 .5rem;
  }
  .p-header_content_right_middle_list_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-header_content_btm_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-header_content_btm_group_list_link {
    height: 6.5rem;
  }
  .p-header_content_btm_group_list_link_icon {
    right: 1rem;
    bottom: .7rem;
  }
  .p-header_content_btm_group_right {
    padding: 1.25rem 1.5rem;
  }
  .p-header_content_btm_group_right_txt {
    font-size: 1.2rem;
  }
  .p-header_content_btm_group_right_list_wrapper {
    gap: .8rem;
  }
  .p-header_content_btm_group_right_list {
    width: 4rem;
  }
  .p-header_content_btm_copy {
    margin-top: 2.5rem;
  }
  .p-header_content_btm_copy_list:first-child .p-header_content_btm_copy_list_link::after {
    content: none;
  }
  .p-header_content_btm_copy_list_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
  .p-header_content_btm_copy_list_link::after {
    display: block;
    position: absolute;
    top: 0;
    left: -1.6rem;
    width: .1rem;
    height: 100%;
    background-color: currentColor;
    content: "";
  }
  .p-footer_link {
    padding-top: 10.4rem;
    padding-bottom: 6rem;
  }
  .p-footer_link_ttl {
    margin-bottom: 1rem;
  }
  .p-footer_link_ttl_en {
    margin-bottom: .7rem;
  }
  .p-footer_link_link {
    margin-bottom: 8rem;
  }
  .p-footer_link_list_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
  .p-footer_link_list_link {
    width: 100%;
    height: 11rem;
    padding: 0 1.5rem 0 2rem;
  }
  .p-footer_link_list_img {
    position: relative;
    left: -1rem;
    width: 9rem;
  }
  .p-footer_link_list_txt {
    gap: 0 1rem;
  }
  .p-footer_link_bg_top {
    height: 4.1rem;
  }
  .p-footer_link_bg_star_large {
    top: -12.8rem;
    right: -1.6rem;
    width: 10.6rem;
  }
  .p-footer_link_bg_star_small {
    display: none;
  }
  .p-footer_link_bg_circle {
    top: -10.7rem;
    right: -0.5rem;
  }
  .p-footer_link_bg_dot {
    top: -12.8rem;
    left: -16.4rem;
  }
  .p-footer_top_content {
    padding: 5rem 1.5rem;
  }
  .p-footer_bottom_bg svg {
    top: 3px;
    height: 5.6rem;
  }
  .p-footer_bottom_wrapper {
    margin-top: 0;
    padding: 1rem 1.5rem 5rem;
  }
  .p-footer_bottom_content {
    top: 0;
    max-width: 100%;
  }
  .p-footer_bottom_img {
    top: -10.5rem;
  }
  .p-footer_bottom_img.is-01 {
    left: -0.5rem;
    width: 12.05rem;
  }
  .p-footer_bottom_img.is-02 {
    top: -7.5rem;
    right: -0.5rem;
    width: 13.15rem;
  }
  .p-footer_bottom_ttl {
    font-size: 4rem;
  }
  .p-footer_bottom_txt {
    margin-top: .5rem;
    margin-bottom: 2rem;
  }
  .p-footer_bottom_list_wrapper {
    margin-top: 2rem;
    gap: 1.5rem;
  }
  .p-footer_bottom_list {
    width: 100%;
  }
  .p-footer_bottom_list_link {
    border-width: .3rem;
    font-size: 1.8rem;
    line-height: 6rem;
  }
  .p-footer_bottom_list_link_icon {
    width: 1.3rem;
  }
  .p-footer_bottom_list_link_icon_wrapper {
    right: 2rem;
    width: 3rem;
  }
  .p-footer_bottom_btn {
    width: 100%;
    min-height: 8rem;
  }
  .p-footer_bottom_btn.is-entry::before {
    left: 3rem;
    width: 1.9rem;
    height: 3.1rem;
  }
  .p-footer_bottom_btn.is-entry::after {
    left: 1.4rem;
    width: 5rem;
    height: 5rem;
  }
  .p-footer_bottom_btn.is-search::before {
    left: 2.5rem;
    width: 2.7rem;
    height: 2.7rem;
  }
  .p-footer_bottom_btn.is-search::after {
    left: 1.4rem;
    width: 5rem;
    height: 5rem;
  }
  .p-footer_bottom_btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 2rem 0;
  }
  .p-footer_bottom_btn_child {
    top: 9rem;
  }
  .p-footer_bottom_btn_child li a {
    width: 15.5rem;
  }
  .p-footer_bottom_foot {
    display: grid;
    margin-top: 1rem;
    gap: 2rem 0;
  }
  .p-footer_bottom_foot_group {
    width: 100%;
  }
  .p-footer_bottom_foot_group.is-01 {
    border-radius: 2rem 2rem 0 0;
  }
  .p-footer_bottom_foot_group.is-03 {
    border-radius: 0rem 0rem 2rem 2rem;
  }
  .p-footer_bottom_foot_group.is-04 {
    width: 100%;
  }
  .p-footer_bottom_foot_group.is-04 .p-footer_bottom_foot_list_wrapper {
    border-radius: 2rem;
    background: var(--colorWhite);
  }
  .p-footer_bottom_foot li {
    width: 100%;
  }
  .p-footer_bottom_foot li:nth-of-type(1) ul {
    margin-top: 3rem;
    padding: .6rem 0;
    gap: 0;
    border-radius: 2rem;
    background: var(--colorWhite);
  }
  .p-footer_bottom_foot li:nth-of-type(1) ul li {
    margin-bottom: -1.3rem;
  }
  .p-footer_bottom_foot li:nth-of-type(1) ul li:last-child {
    margin-bottom: 0;
  }
  .p-footer_bottom_foot_txt {
    margin-bottom: 1rem;
  }
  .p-footer_bottom_foot_txt span::before,.p-footer_bottom_foot_txt span::after {
    display: block;
  }
  .p-footer_bottom_foot_list_wrapper {
    margin-top: 0;
    padding: 1rem 1.5rem;
    gap: 1rem;
    border-radius: 0rem;
    background: none;
  }
  .p-footer_bottom_foot_list {
    width: 100%;
  }
  .p-footer_bottom_foot_list_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1rem;
  }
  .p-footer_bottom_foot_list_link.is-line {
    gap: 1rem;
  }
  .p-footer_bottom_foot_list_img {
    display: block;
    width: 7rem;
  }
  .p-footer_bottom_foot_list_img.is-line {
    width: 4rem;
  }
  .p-footer_bottom_foot_list_txt {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-inline: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-footer_bottom_foot_list_txt.is-line {
    font-size: 1.4rem;
  }
  .p-footer_nav {
    margin-top: 0;
    padding: 5rem 1.5rem 2rem;
  }
  .p-footer_nav_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-footer_nav_content_left {
    margin-top: 3.5rem;
  }
  .p-footer_nav_content_left_img {
    width: 24.7rem;
    margin-inline: auto;
  }
  .p-footer_nav_content_left_bnr_list_wrapper {
    margin-top: 2.25rem;
  }
  .p-footer_nav_content_left_bnr_list_link {
    height: 6.5rem;
    font-size: 1.4rem;
  }
  .p-footer_nav_content_left_bnr_list_link_icon {
    right: 1rem;
    bottom: 1.2rem;
  }
  .p-footer_nav_content_left_sns_wrapper {
    height: 6.5rem;
    margin-top: 1rem;
  }
  .p-footer_nav_content_left_sns_txt {
    font-size: 1.2rem;
  }
  .p-footer_nav_content_left_sns_list_wrapper {
    gap: .8rem;
  }
  .p-footer_nav_content_left_sns_list {
    width: 4rem;
  }
  .p-footer_nav_content_left_address {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: .04em;
    text-align: center;
  }
  .p-footer_nav_content_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem 0;
  }
  .p-footer_nav_content_right_list_wrapper {
    -webkit-column-gap: .9rem;
       -moz-column-gap: .9rem;
            column-gap: .9rem;
    width: auto;
  }
  .p-footer_nav_content_right_bnr {
    width: 100%;
  }
  .p-footer_nav_content_right_bnr_list {
    width: 100%;
    height: 9rem;
  }
  .p-footer_nav_content_right_bnr_list_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 1rem;
  }
  .p-footer_nav_content_right_bnr_list img.is-data {
    height: 6rem;
  }
  .p-footer_nav_content_right_bnr_list img.is-movie {
    height: 6.5rem;
  }
  .p-footer_nav_copy_wrapper {
    display: block;
    margin-top: 3.6rem;
  }
  .p-footer_nav_copy_list_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.9rem;
  }
  .p-footer_nav_copy_list:first-child .p-footer_nav_copy_list_link::after {
    content: none;
  }
  .p-footer_nav_copy_list_link::after {
    display: block;
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: .1rem;
    height: 100%;
    background-color: currentColor;
    content: "";
  }
  .p-footer_nav_copy_small {
    display: block;
    margin-top: 3.2rem;
    text-align: right;
  }
  .p-footer_fixed {
    display: block;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .p-footer_fixed.is-none {
    display: none;
  }
  .p-footer_fixed_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6rem;
    font-weight: 700;
    font-size: 1.6rem;
    font-family: "Zen Maru Gothic",sans-serif;
  }
  .p-footer_fixed_list_link {
    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;
    height: 100%;
    gap: 1.1rem;
  }
  .p-footer_fixed_list_link:has(img) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 1.3rem;
  }
  .p-footer_fixed_list_link img {
    width: 3.3rem;
  }
  .p-footer_fixed_list_link.is-pink {
    width: 24rem;
    background-color: rgba(255,182,204,.9);
  }
  .p-footer_fixed_list_link.is-green {
    width: 13.5rem;
    background-color: rgba(217,241,170,.9);
  }
  .p-footer_banner {
    bottom: 7.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-footer_information {
    height: 5rem;
  }
}

@media (hover: hover) {
  .p-news_article_content .wp-block-buttons a:hover {
    background: var(--hoverColorPink);
    opacity: 1;
  }
  .p-form_works_link:hover {
    opacity: 1;
  }
  .p-form_works_link:hover::before {
    background: var(--hoverColorPink);
  }
  .p-form .smf-action .smf-button-control__control:hover {
    background: var(--hoverColorPink);
    opacity: 1;
  }
  .p-article_pager_wrapper .is-prev:not(.is-none):hover,.p-article_pager_wrapper .is-next:not(.is-none):hover {
    background-color: var(--hoverColorPink);
    opacity: 1;
  }
  .p-header_btn_link:hover {
    opacity: .6;
  }
  .p-header_content_right_top_bnr_link:hover {
    opacity: .6;
  }
  .p-footer_banner_close:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 20em) {
  .p-form .smf-item__col .smf-textarea-control__control,.p-form .smf-item__col .smf-text-control__control,.p-form .smf-item__col select {
    font-size: 16px;
  }
}

@media (hover: none) {
  .p-header_btn_link:active {
    opacity: 1;
  }
  .p-header_content_right_top_bnr_link:active {
    opacity: 1;
  }
}

@media screen and (max-width: 47.9375em)and (max-width: 47.9375em) {
  .p-header_content_btm_copy_list_link::after {
    height: .9rem;
  }
}

/* Cafe Info Section */
.l-cafe_info {
  background: var(--bgColorBoldPink);
  padding-bottom: 10rem;
}

.l-cafe_info_section {
  padding-top: 8rem;
}

.l-cafe_info_ttl {
  text-align: center;
  margin-bottom: 3rem;
}

.l-cafe_info_price_table_wrapper {
  margin-bottom: 3rem;
}

.l-cafe_info_price_table {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto 2rem;
  border-collapse: collapse;
  background: var(--colorWhite);
}

.l-cafe_info_price_table th {
  padding: 1.6rem 2rem;
  background: var(--bgColorPink);
  color: var(--colorBrown);
  font-weight: var(--weightBold);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.l-cafe_info_price_table td {
  padding: 1.6rem 2rem;
  color: var(--colorBrown);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.l-cafe_info_price_note {
  text-align: center;
  margin-top: 1rem;
}

.l-cafe_info_txt {
  position: relative;
  margin-top: 3rem;
  padding: 3rem 3.5rem;
  background: var(--colorWhite);
  border-radius: 1.5rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
  line-height: 1.8;
  color: var(--colorBrown);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.l-cafe_info_txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background: var(--bgColorBoldPink);
  border-radius: 1.5rem 0 0 1.5rem;
}

.l-cafe_info_hours_wrapper {
  position: relative;
  margin-top: 2rem;
  padding: 3rem 3.5rem;
  background: var(--colorWhite);
  border-radius: 1.5rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
}

.l-cafe_info_hours_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background: var(--bgColorBoldPink);
  border-radius: 1.5rem 0 0 1.5rem;
}

.l-cafe_info_hours_txt {
  margin-bottom: 1rem;
  color: var(--colorBrown);
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.l-cafe_info_hours_txt:last-child {
  margin-bottom: 0;
}

.l-cafe_info_notice_list {
  position: relative;
  margin-top: 2rem;
  padding: 3rem 3.5rem;
  background: var(--colorWhite);
  border-radius: 1.5rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
  list-style: none;
  padding-left: 3.5rem;
}

.l-cafe_info_notice_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background: var(--bgColorBoldPink);
  border-radius: 1.5rem 0 0 1.5rem;
}

.l-cafe_info_notice_list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: var(--colorBrown);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.l-cafe_info_notice_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--bgColorBoldPink);
  font-weight: var(--weightBold);
}

.l-cafe_info_notice_list li:last-child {
  margin-bottom: 0;
}

.l-cafe_info_reservation_list {
  position: relative;
  margin-top: 2rem;
  padding: 3rem 3.5rem;
  background: var(--colorWhite);
  border-radius: 1.5rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
  list-style: none;
  padding-left: 3.5rem;
}

.l-cafe_info_reservation_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background: var(--bgColorBoldPink);
  border-radius: 1.5rem 0 0 1.5rem;
}

.l-cafe_info_reservation_list li {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: var(--colorBrown);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.l-cafe_info_reservation_list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-cafe_info_price_table {
    max-width: 100%;
  }

  .l-cafe_info_price_table th,
  .l-cafe_info_price_table td {
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
  }

  .l-cafe_info_section {
    padding-top: 6rem;
  }

  .l-cafe_info_txt {
    padding: 2rem 2rem;
    font-size: 1.4rem;
  }

  .l-cafe_info_hours_wrapper {
    padding: 2rem 2rem;
  }

  .l-cafe_info_hours_txt {
    font-size: 1.4rem;
  }

  .l-cafe_info_notice_list {
    padding: 2rem 2rem;
    padding-left: 2rem;
  }

  .l-cafe_info_notice_list li {
    font-size: 1.4rem;
  }

  .l-cafe_info_reservation_list {
    padding: 2rem 2rem;
    padding-left: 2rem;
  }

  .l-cafe_info_reservation_list li {
    font-size: 1.4rem;
  }
}

/* Cafe KV Image Decoration */
#features .l-features_kv_img_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  position: relative;
}

#features .l-features_kv_img {
  width: 100%;
  max-width: 50rem;
  height: 35rem;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
  border: 0.8rem solid var(--bgColorBoldPink);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 2;
}

#features .l-features_kv_img:hover {
  transform: scale(1.02);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
}

#features .l-features_kv_img_wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52rem;
  height: 37rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bgColorPink) 0%, var(--bgColorLightPink) 100%);
  z-index: 0;
  opacity: 0.3;
}

#features .l-features_kv_img_wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54rem;
  height: 39rem;
  border-radius: 50%;
  border: 0.2rem dashed var(--bgColorBoldPink);
  z-index: 1;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  #features .l-features_kv_img {
    max-width: 100%;
    height: 28rem;
    border-width: 0.6rem;
  }

  #features .l-features_kv_img_wrapper::before {
    width: 100%;
    height: 30rem;
  }

  #features .l-features_kv_img_wrapper::after {
    width: 100%;
    height: 32rem;
  }
}
