@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ========== Googleフォントの設定 ========== */
body {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
}

/* ========== 共通パーツ ========== */
/* === セクションタイトル === */
.section_title_group {
  justify-content: center;
}
.section_title_text_group {
  align-self: center;
}
h2.section_title {
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin-bottom: -0.2rem;
}
p.section_sub_title {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
}
@media (max-width: 599px) {
  h2.section_title {
    font-size: 20px;
  }
  p.section_sub_title {
    font-size: 15px;
  }
}

/* === ボタン === */
.btn,
.btn_orange {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
}
.btn a{
  border: 1px solid #B2D091;
  transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.btn a:hover{
background-color: #fff;
color: #B2D091;
}
.btn_orange a{
      border: 1px solid #E3AE68;
  transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.btn_orange a:hover{
background-color: #fff;
color: #E3AE68;
}

@media (max-width: 599px) {
  .btn {
    font-size: 16px;
  }
}

/* ========== ヘッダー ========== */
.c-gnav > .menu-item > a .ttl {
  font-size: clamp(0.875rem, 0.625rem + 0.417vw, 1rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
}
.c-gnav > .menu-item > a {
  padding: 0 clamp(0.5rem, -0.563rem + 1.771vw, 1.031rem);
}

.c-gnav>.menu-item>a:after{
bottom: 20px;
}

@media (min-width: 969px) {
.l-header__inner.l-container {
    margin: 0;
    max-width: 120%;
}
}

/* ヘッダーボタン */
.header_btn_group {
  gap: clamp(0.8rem, -0.6rem + 2.333vw, 1.5rem);
}

/* Instagramボタン */
.header_instagram_btn a {
font-size: clamp(0.875rem, 0.375rem + 0.833vw, 1.125rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
  padding: 10px 5px 8px;
  border-radius: 40px;
  border: 1px solid #E1306C;
  background-color: #E1306C;
  width: clamp(7rem, -2rem + 15vw, 11.5rem);
  height: 48px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.header_instagram_btn a:hover{
background-color: #fff;
color: #E1306C;
}




/* お問い合わせボタン */
.header_contact_btn a {
font-size: clamp(0.875rem, 0.375rem + 0.833vw, 1.125rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
  padding: 10px 5px 8px;
  border-radius: 40px;
  border: 1px solid #E3AE68;
  width: clamp(7rem, -2rem + 15vw, 11.5rem);
  height: 48px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.header_contact_btn a:hover{
background-color: #fff;
color: #E3AE68;
}

/* 公式LINEボタン */
.header_line_btn a {
font-size: clamp(0.875rem, 0.375rem + 0.833vw, 1.125rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
  padding: 10px 5px 8px;
  border-radius: 40px;
  border: 1px solid #68b684;
  width: clamp(7rem, -2rem + 15vw, 11.5rem);
  height: 48px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.header_line_btn a:hover{
background-color: #fff;
color: #68b684;
}


/* ========== パンくずリスト ========== */
.p-breadcrumb{
background-color: #FAF8F3;
}

/* ========== FVセクション ========== */
.p-mainVisual__textLayer {
  /* transform: translateX(-53.5%); */
}

.wp-block-group.fv_title_group {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
/* 上の足アイコン */
.fv_title_group::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 394px;
  width: 110px;
  height: 130px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/f156fffd6683ff960632c348a62ca6e3.svg")
    no-repeat center / contain;
}
/* 下の足アイコン */
.fv_title_group::after {
  content: "";
  position: absolute;
  bottom: -73px;
  right: -45px;
  width: 120px;
  height: 140px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/e05156a7cca9c3d9c4d824d0571bef91.svg")
    no-repeat center / contain;
}

@media (max-width: 959px) {
  .fv_title_group::before {
    top: -75px;
    right: 345px;
    width: 100px;
    height: 120px;
  }
  .fv_title_group::after {
    bottom: -65px;
    right: -20px;
    width: 105px;
    height: 120px;
  }
}

@media (max-width: 599px) {
  .fv_title_group::before {
    top: -40px;
    right: 280px;
    width: 60px;
    height: 70px;
  }
  .fv_title_group::after {
    bottom: -30px;
    right: 38px;
    width: 60px;
    height: 70px;
  }
}

p.fv_title1,
p.fv_title2,
p.fv_title3 {
  font-size: 2.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
p.fv_title1 .swl-bg-color,
p.fv_title2 .swl-bg-color,
p.fv_title3 .swl-bg-color {
  padding: 0.13em 0.65em;
  border-radius: 0.625rem;
}
p.fv_title3 {
  margin-bottom: 2.5rem;
}

p.fv_sub_title1,
p.fv_sub_title2 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
p.fv_sub_title1 .swl-bg-color,
p.fv_sub_title2 .swl-bg-color {
  border-radius: 0.375rem;
}

@media (max-width: 959px) {
  .p-mainVisual__textLayer {
    top: 10%;
  }
  p.fv_title1,
  p.fv_title2,
  p.fv_title3 {
    font-size: clamp(1.563rem, 0.413rem + 3.064vw, 2.25rem);
    margin-bottom: 0.8rem;
  }
  p.fv_title3 {
    margin-bottom: 1.5rem;
  }
  p.fv_sub_title1,
  p.fv_sub_title2 {
    font-size: clamp(1rem, 0.582rem + 1.114vw, 1.25rem);
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 599px) {
  .p-mainVisual__textLayer {
    top: 11%;
  }
  p.fv_title1,
  p.fv_title2,
  p.fv_title3 {
    font-size: 22px;
    margin-bottom: 0.6rem;
  }
  p.fv_title3 {
    margin-bottom: 1rem;
  }
  p.fv_sub_title1,
  p.fv_sub_title2 {
    font-size: 14px;
    margin-bottom: 0.6rem;
  }
}

/* ========== aboutセクション ========== */
.top #content {
  padding-top: 0;
}
.about_section {
  padding-top: 6.3rem !important;
  padding-bottom: 6.7rem !important;
  position: relative;
  overflow: hidden;
}
/* 左ロゴ */
.about_section::before {
  content: "";
  position: absolute;
  top: 43% !important;
  left: -160px !important;
  transform: translateY(-50%);
  width: 420px !important;
  height: 367px !important;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/c2c32d9a22d9a4a042d59146128adf5a.svg")
    no-repeat center / contain;
}
/* 右ロゴ */
.about_section::after {
  content: "";
  position: absolute;
  top: 42%;
  right: -176px;
  transform: translateY(-50%);
  width: 420px;
  height: 365px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/c2c32d9a22d9a4a042d59146128adf5a.svg")
    no-repeat center / contain;
}
@media (max-width: 959px) {
  .about_section::before {
    top: 38% !important;
    left: -160px !important;
    width: 390px !important;
    height: 345px !important;
  }
  .about_section::after {
    top: 39%;
    right: -176px;
    width: 390px;
    height: 350px;
  }
}
@media (max-width: 599px) {
  .about_section::before {
    top: 33% !important;
    left: -77px !important;
    width: 200px !important;
    height: 200px !important;
  }
  .about_section::after {
    top: 33%;
    right: -88px;
    width: 200px;
    height: 200px;
  }
}

p.about_text1 {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1.3rem;
}
p.about_text2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: -0.6rem;
}
.about_img {
  margin-bottom: 1.3rem;
}

li.about_list_item {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  margin: 0.7em 0;
}
li.about_list_item {
  list-style: none;
  position: relative;
  padding-left: 1.25rem;
}
li.about_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #e3ae68;
  border-radius: 50%;
}
ul.wp-block-list.about_list {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  p.about_text1 {
    font-size: 18px;
  }
  p.about_text2 {
    font-size: 15px;
  }
  ul.wp-block-list.about_list {
    padding: 0;
  }
  li.about_list_item {
    font-size: 14px;
  }
}

/* ========== serviceセクション ========== */
.service_section {
  padding-top: 6.2rem !important;
  padding-bottom: 14.7rem !important;
  margin-bottom: 0.5rem;
}

.service_column {
  margin-top: 4.3rem;
}
.service_text_group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  padding: 5rem 3.5rem 2.125rem 3.5rem;
  background-color: #faf8f3;
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.25);
  margin-top: -5rem;
}

h3.service_title_group {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin-bottom: 0.9rem;
}
h3.service_title_group .mark_orange {
  border-radius: 0.25rem;
}

p.service_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
}

@media (max-width: 599px) {
.service_column{
margin-top: 2rem;
}
  .service_text_group {
    padding: 4rem 1.5rem 2.125rem 1.5rem;
  }
  h3.service_title_group {
    font-size: 18px;
  }
  p.service_text {
    font-size: 16px;
  }
}

/* ========== strengthセクション ========== */
.strength_section {
  padding-top: 0 !important;
  padding-bottom: 7.4rem !important;
}

.strength_section .section_title_group {
  justify-content: start;
}
.strength_section p.section_sub_title {
  text-align: start;
}

.strength_column {
  margin-top: 5rem;
}

.strength_column_img img{
border-radius: 20px;
}

h3.strength_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em !important;
}
p.strength_text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 2.3rem;
}

.wp-block-group.strength_list_group ol.-list-flex {
  /* gap: 2.9em; */
}

ul.wp-block-list.strength_list1,
ul.wp-block-list.strength_list2 {
  padding-left: 0;
}
ul.wp-block-list.strength_list1 {
  gap: 2.3rem;
}
ul.wp-block-list.strength_list2 {
  gap: 1.4rem;
}

li.strength_list_item {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
  list-style: none;
  position: relative;
  padding-left: 2rem;
}
li.strength_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/c73f41ae6be1ca74bd61ca10edba954f.svg")
    no-repeat center / contain;
}

.strength_list_group {
  margin-bottom: 4.7rem;
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .strength_column_img img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 959px) {
  .strength_section .section_title_group {
    justify-content: center;
  }
  .strength_section p.section_sub_title {
    text-align: center;
  }

  .strength_list_group {
    margin-bottom: 2.5rem;
  }
  .strength_section .btn {
    text-align: center;
  }
}

@media (max-width: 599px) {
.strength_column {
margin-top: 2rem;
}
  h3.strength_title {
    font-size: 18px;
  }
  p.strength_text {
    font-size: 16px;
  }
  li.strength_list_item {
    font-size: 15px;
  }
  ul.wp-block-list.strength_list1,
  ul.wp-block-list.strength_list2 {
    gap: 1rem;
  }
}

/* ========== considerセクション ========== */
.consider_section {
  padding-top: 6.2rem !important;
  padding-bottom: 13.2rem !important;
  margin-bottom: 1rem;
}

.consider_column {
  margin-top: 5rem;
}
.consider_item {
  background-color: #faf8f3;
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.75rem 0 rgba(51, 51, 51, 0.25);
}

h3.consider_title {
  font-size: clamp(0.938rem, 0.313rem + 1.042vw, 1.25rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
}
h3.consider_title .mark_orange {
  border-radius: 0.25rem;
}

.consider_img {
  margin-bottom: 2.3rem;
}

@media (max-width: 959px) {
  h3.consider_title {
    font-size: 1.25rem;
  }
}

@media (max-width: 599px) {
  .consider_column {
    margin-top: 3rem;
  }
  h3.consider_title {
    font-size: 18px;
  }
}

/* ========== newsセクション ========== */
.news_section {
  padding-top: 0rem !important;
  padding-bottom: 5.2rem !important;
}
.news_section .section_title_group {
  justify-content: start;
  margin-bottom: 5rem;
}
.p-postList__meta :before {
  display: none;
}
.p-postList.-type-simple {
  border-top: none;
}

@media (max-width: 959px) {
  .news_section .section_title_group {
    justify-content: center;
    margin-bottom: 2rem;
  }
  .news_section p.section_sub_title {
    text-align: center;
  }
  .p-postListWrap.news_block {
    margin-bottom: 3rem;
  }
}

/* ========== ctaセクション ========== */
.cta_item {
  background-image: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/3b0b6dc9d9e10970c0ccf8a976507a73.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.25rem;
}

h2.cta_title {
  font-size: 1.75rem !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin-bottom: 1rem;
}
p.cta_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
}

.cta_btn_group {
  justify-content: center;
  gap: 1.5rem;
}

/* お問い合わせボタン */
.cta_contact_btn {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
}
.cta_contact_btn a {
  padding: 0.9rem 2.7rem;
  border-radius: 2.5rem;
  border: 1px solid #E3AE68;
  transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.cta_contact_btn a:hover{
background-color: #fff;
color: #E3AE68;
}


/* lineボタン */
.cta_line_btn {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
}
.cta_line_btn a {
  padding: 0.9rem 3.7rem;
  border-radius: 2.5rem;
  border: 1px solid #68b684;
  transition: 
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.cta_line_btn a:hover{
background-color: #fff;
color: #68b684;
}


@media (max-width: 959px) {
  .cta_item {
    background-image: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/cdc81acc451da78efa69595de707be6b.png");
  }
}

@media (max-width: 599px) {
  .cta_item {
    background-image: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/3b0b6dc9d9e10970c0ccf8a976507a73.png");
  }

  h2.cta_title {
    font-size: 20px !important;
  }
  p.cta_text {
    font-size: 16px;
  }
  .cta_btn_group {
    display: block !important;
  }
  .cta_contact_btn {
    margin-bottom: 2rem !important;
  }
}

/* ========== accessセクション ========== */
.access_section {
  padding-top: 6.2rem !important;
  padding-bottom: 15.2rem !important;
  position: relative;
  overflow: hidden;
}
/* 左ロゴ */
.access_section::before {
  content: "";
  position: absolute;
  top: 28% !important;
  left: -81px !important;
  transform: translateY(-50%);
  width: 505px !important;
  height: 450px !important;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/c2c32d9a22d9a4a042d59146128adf5a.svg")
    no-repeat center / contain;
}
@media (max-width: 959px) {
  .access_section::before {
    top: 32% !important;
    left: 330px !important;
  }
}
@media (max-width: 599px) {
.access_section{
padding-bottom: 12rem !important;
}
  .access_section::before {
    top: 23% !important;
    left: 180px !important;
    width: 205px !important;
    height: 200px !important;
  }
}

.access_column {
  margin-top: 5rem;
}

.post_content iframe {
  border-radius: 1.25rem;
}

.map_wrap {
  width: 100%;
  height: 340px;
}

.map_wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

h3.access_title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin-bottom: 2.1rem;
}
h3.access_title .mark_orange {
  border-radius: 0.25rem;
}

.access_sub_title_group {
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
}
h4.access_sub_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
}
p.access_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 959px) {
  .access_column .swell-block-column:nth-child(1) {
    order: 2;
  }
  .access_column .swell-block-column:nth-child(2) {
    order: 1;
  }
  .access_map_column,
  .access_text_column {
    padding: 0 !important;
  }
}

@media screen and (max-width: 599px) {
  .access_column {
    margin-top: 2rem;
  }
  h3.access_title {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  h4.access_sub_title {
    font-size: 16px;
  }
  p.access_text {
    font-size: 15px;
  }
}

/* ========== footerセクション ========== */
div#content {
  margin-bottom: 0;
}
div#before_footer_widget {
  margin-top: 0;
}
.footer_section {
  padding-top: 0 !important;
  padding-bottom: 2.5rem !important;
  position: relative;
  overflow: hidden;
}
/* 右ロゴ */
.footer_section::after {
  content: "";
  position: absolute;
  top: 58%;
  right: -175px;
  transform: translateY(-50%);
  width: 370px;
  height: 345px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/c2c32d9a22d9a4a042d59146128adf5a.svg")
    no-repeat center / contain;
}

p.footer_title {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  padding-bottom: 0.1rem;
  margin-bottom: 1.2rem;
}

.footer_text_group1 {
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.footer_text_group2 {
  align-items: end;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
p.footer_text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.sns_icon {
  margin-top: 1.5rem;
  gap: 0.8rem;
}

ul.footer_list {
  gap: 0.35rem;
}
li.footer_list_item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
}

.footer_column {
  margin-bottom: 4rem;
  position: relative;
  overflow: visible;
}
/* 下線 */
.footer_column::after {
  content: "";
  position: absolute;
  left: 0%;
    top: 295px;
  background-color: #333333;
  opacity: 0.3;
  border-radius: 1px;
  width: 100%;
  height: 1px;
}

footer#footer {
  display: none;
}
p.copyright {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1113px) {
  .footer_column::after {
    top: 365px;
  }
}
@media screen and (max-width: 959px) {
  .footer_column::after {
    top: 790px;
  }
}

@media screen and (max-width: 599px) {
  p.footer_title {
    font-size: 16px;
  }
  p.footer_text {
    font-size: 15px;
  }
  .footer_column::after {
        top: 695px;
  }
  p.copyright {
    font-size: 12px;
  }
}

/* ========== ドロワーメニュー ========== */
.p-spMenu__body::before {
    content: "";
    display: block;
width: 290px;
    height: 65px;
margin-left: auto;
margin-right: auto;
    background: url('https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/472458413daf1e01a32a35561b1eac46.png') no-repeat center / contain;
    margin-bottom: 5px;
    position: relative;
    z-index: 10;  
}

/* ====================
   下層ページ共通パーツ
==================== */
/* 余白調整 */
.page-id-11 h1.c-pageTitle,
.page-id-15 h1.c-pageTitle,
.page-id-13 h1.c-pageTitle,
.page-id-17 h1.c-pageTitle,
.page-id-19 h1.c-pageTitle,
.page-id-21 h1.c-pageTitle{
display: none;
}
.page-id-11 div#content,
.page-id-15 div#content,
.page-id-13 div#content,
.page-id-17 div#content,
.page-id-19 div#content,
.page-id-21 div#content {
    padding-top: 0;
}
.page-id-11 .post_content,
.page-id-15 .post_content,
.page-id-13 .post_content,
.page-id-17 .post_content,
.page-id-19 .post_content,
.page-id-21 .post_content{
margin-top: 0 !important;
}
/* 下層FV */
.under_fv_section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
p.under_fv_title{
  font-size: 2.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em ;
  text-shadow: 0.125rem 0.125rem 0.75rem rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
p.under_fv_text{
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
  text-shadow: 0.125rem 0.125rem 0.75rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 599px) {
p.under_fv_title{
font-size: 22px;
}
p.under_fv_text{
font-size: 15px;
}
}


/* ================================
   私たちについてページ(.page-id-11)
 ================================ */
/* =========== messageセクション =========== */
.message_section {
    padding-top: 6.3rem !important;
    padding-bottom: 12.9rem !important;
}

.message_section .section_title_group{
justify-content: start;
margin-bottom: 4.8rem;
}
p.message_text{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 959px) {
.message_section .section_title_group{
justify-content: center;
}
.message_section p.section_sub_title{
text-align: center;
}
}

@media screen and (max-width: 599px) {
.message_section{
padding-bottom: 5rem !important;
}
.message_section .section_title_group{
margin-bottom: 2rem;
}
p.message_text{
font-size: 16px;
}
}
/* ========== beliefsセクション ========== */
.beliefs_section {
    padding-top: 0.7rem !important;
    padding-bottom: 12.5rem !important;
}

/* 01 */
.beliefs_column1 {
    margin-top: 5rem;
    position: relative;
  z-index: 1;
}
.beliefs_column1::after {
  content: "";
  position: absolute;
bottom: -46px;
    right: 2px;
  width: 100%;
  height: 100%;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Square.svg") no-repeat right bottom / contain;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
.beliefs_column1::after{
bottom: -30px;
}
}
@media screen and (max-width: 1100px) {
    .beliefs_column1::after {
        bottom: -10px;
    }
}
@media screen and (max-width: 1040px) {
    .beliefs_column1::after {
        bottom: 2px;
    }
}
@media screen and (max-width: 959px) {
    .beliefs_column1::after {
bottom: -46px;
    }
}


.beliefs_title_group {
    align-items: baseline;
    gap: 0.7rem;
}
h3.beliefs_title {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
}
h4.beliefs_sub_title{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em !important;
      margin: 2.5rem 0 2rem;
}
h4.beliefs_sub_title .mark_green{
border-radius: 0.313rem;
}

p.beliefs_01_text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
li.beliefs_list_item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  margin: 0;
}

.beliefs_column_img img{
border-radius: 20px;
}

@media screen and (max-width: 959px) {
.beliefs_column1{
background-color: #ffffff;
border-radius: 20px 20px 0 0;
}
.beliefs_text_column{
padding: 2rem 1rem 0 !important;
}
}

@media screen and (max-width: 599px) {
.beliefs_column1{
margin-top: 3rem;
}
.beliefs_number img{
width: 40px;
}
h3.beliefs_title{
font-size: 18px;
}
h4.beliefs_sub_title{
font-size: 16px;
margin: 2rem 0;
}
p.beliefs_01_text{
font-size: 16px;
}
li.beliefs_list_item{
font-size: 15px;
}
}

/* 02 */
.beliefs_column2 {
    margin-top: 7.8rem;
    position: relative;
  z-index: 1;
}
.beliefs_column2::after {
  content: "";
  position: absolute;
    bottom: -75px;
    right: 0px;
    width: 100%;
    height: 111%;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Square-1.svg") no-repeat right bottom / contain;
  z-index: -1;
}
@media screen and (max-width: 1251px) {
.beliefs_column2::after{
bottom: -45px;
}
}
@media screen and (max-width: 1150px) {
.beliefs_column2::after{
bottom: -25px;
}
}
@media screen and (max-width: 1131px) {
.beliefs_column2::after{
bottom: 0px;
}
}
@media screen and (max-width: 959px) {
    .beliefs_column2::after{
    bottom: -50px;
}
}

@media screen and (max-width: 599px) {
p.beliefs_02_text{
font-size: 16px !important;
}
}


.beliefs_column2 .beliefs_title_group {
    gap: 0.4rem;
    margin-bottom: 2.6rem;
}
p.beliefs_02_text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}


@media screen and (max-width: 959px) {
.beliefs_column2 .swell-block-column:nth-child(1) {
    order: 2;
  }
.beliefs_column2 .swell-block-column:nth-child(2) {
    order: 1;
  }
.beliefs_column2{
background-color: #ffffff;
border-radius: 20px 20px 0 0;
}
}


/* 03 */
.beliefs_column3 {
    margin-top: 10.5rem;
    position: relative;
  z-index: 1;
}
.beliefs_column3::after {
  content: "";
  position: absolute;
bottom: -46px;
    right: 2px;
  width: 100%;
  height: 100%;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Square-2.svg") no-repeat right bottom / contain;
  z-index: -1;
}
@media screen and (max-width: 1150px) {
.beliefs_column3::after{
bottom: -28px;
}
}
@media screen and (max-width: 1050px) {
.beliefs_column3::after{
bottom: -10px;
}
}
@media screen and (max-width: 959px) {
.beliefs_column3::after{
bottom: -46px;
}
}

.beliefs_column3 .beliefs_title_group {
    gap: 0.2rem;
}

h4.beliefs_sub_title .mark_blue{
border-radius: 0.313rem;
}
.beliefs_column3 h4.beliefs_sub_title {
    margin: 2.5rem 0 1.8rem;
}

@media screen and (max-width: 959px) {
.beliefs_column3{
background-color: #ffffff;
border-radius: 20px 20px 0 0;
}
}

/* ========== featuresセクション ========== */
.features_section {
    padding-top: 4rem !important;
padding-bottom: 8rem !important;
}

.features_column {
    margin-top: 8.5rem;
}
.features_item{
background-color: #faf8f3;
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.75rem 0 rgba(51, 51, 51, 0.25);
}

.features_img img{
margin-top: -5rem;
}

h3.features_title {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em !important;
      margin: 0 0 1.5rem;
}
h3.features_title .mark_orange {
border-radius: 0.25rem;
}


p.features_text{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1032px) {
.features_spacer1{
display: none;
}
}
@media screen and (max-width: 959px) {
.features_spacer1{
display: block;
}
}
@media screen and (max-width: 683px) {
.features_spacer1{
display: none;
}
}


@media screen and (max-width: 1008px) {
.features_spacer2{
display: none;
}
}
@media screen and (max-width: 959px) {
.features_spacer2{
display: block;
}
}
@media screen and (max-width: 665px) {
.features_spacer2{
display: none;
}
}

@media screen and (max-width: 599px) {
.features_section{
padding-bottom: 2rem !important;
}
.features_column{
margin-top: 7rem;
}
.features_column .swell-block-columns__inner {
    gap: 6rem;
}
h3.features_title{
font-size: 18px;
}
p.features_text{
font-size: 16px;
}
}

/* ========== informationセクション ========== */
.information_section {
    padding-top: 5.6rem !important;
  position: relative;
  overflow: hidden;
}
/* 右ロゴ */
.information_section::after {
  content: "";
  position: absolute;
top: 27%;
    right: -123px;
    transform: translateY(-50%);
    width: 750px;
    height: 715px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/93f8f11f1be79a768abb5631999a8e88-5.svg")
    no-repeat center / contain;
}
@media screen and (max-width: 959px) {
.information_section::after {
    top: 22%;
}
}
@media screen and (max-width: 599px) {
.information_section::after {
    top: 18%;
    right: -64px;
    width: 350px;
    height: 315px;
}
}





.information_section .section_title_group{
justify-content: start;
}
.information_section p.section_sub_title{
text-align: start;
}

.information_column {
    margin-top: 5rem;
}
.information_item {
    background-color: #ffffff;
    border-radius: 30px;
}

.information_table{
--table-border:none;
}
.information_table tr{
border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.information_table tr > td:first-child  {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
  width: 28.5% !important;
}
.information_table tr > td:last-child {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (max-width: 959px) {
.information_section .section_title_group{
justify-content: center;
}
.information_section p.section_sub_title{
text-align: center;
}

.information_table tr > td:first-child{
padding-bottom: 0;
width: 100% !important;
}
}

@media screen and (max-width: 599px) {
.information_column {
    margin-top: 2rem;
}
.information_item{
padding: 2rem 1rem !important;
}
.information_table tr > td:first-child{
font-size: 16px;
}
.information_table tr > td:last-child{
font-size: 15px;
}
}

/* ===============================
   医療機関の方へページ(.page-id-15)
=============================== */
/* ========== requestセクション ========== */
.request_section {
    padding-top: 6.2rem !important;
    padding-bottom: 15rem !important;
    margin-bottom: 0;
}

.request_section .section_title_group{
justify-content: start;
}
.request_section p.section_sub_title{
text-align: start;
}
p.request_text{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 1.5rem 2.5rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  margin-top: 5rem;
}

@media screen and (max-width: 959px) {
.request_section .section_title_group{
justify-content: center;
}
.request_section p.section_sub_title{
text-align: center;
}
}

@media screen and (max-width: 599px) {
p.request_text{
font-size: 16px;
padding: 1.5rem ;
margin-top: 2rem;
}
}

/* ========== partnershipセクション ========== */
.partnership_section {
    padding-top: 0.4rem !important;
padding-bottom: 7rem !important;
}

.partnership_column {
    margin-top: 6.2rem;
}
.partnership_item,
.partnership_item5{
background-color: #faf8f3;
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.75rem 0 rgba(51, 51, 51, 0.25);
}

.partnership_number {
    margin-bottom: -1.5rem;
}
.partnership_number img{
    margin-top: -3.5rem;
    margin-left: -19rem;
}

h3.partnership_title{
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em !important;
  margin: 1.5rem 0;
}
h3.partnership_title .mark_orange{
border-radius: 0.25rem;
}


p.partnership_text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1214px) {
.wp-block-spacer.partnership_spacer1,
.wp-block-spacer.partnership_spacer3 {
    height: 2.7rem !important;
}
}
@media screen and (max-width: 959px) {
.wp-block-spacer.partnership_spacer1,
.wp-block-spacer.partnership_spacer3,
.wp-block-spacer.partnership_spacer5 {
display: none;
}
}

.partnership_column2 {
    margin-top: 6rem;
}
.partnership_item5 .partnership_number img{
    margin-top: -3.5rem;
    margin-left: -45rem;
}
@media screen and (max-width: 1199px) {
.partnership_number{
margin-bottom: 1rem;
}

.partnership_number img,
.partnership_item5 .partnership_number img{
margin-left: 0;
}
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 599px) {
    .partnership_number img{
width: 80px;
    }
h3.partnership_title{
font-size: 18px;
}
h3.partnership_title{
font-size: 16px;
}
}

/* ========== processセクション ========== */
.process_section {
    padding-top: 6.5rem !important;
padding-bottom: 7.6rem !important;
}
.process_section .section_title_group{
justify-content: start;
}

.process_column {
    margin-top: 5.8rem;
}

.process_item {
  position: relative;
}
.process_item:not(:last-child)::after {
  content: "";
  position: absolute;
    top: 31%;
    right: -34px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Vector.svg") no-repeat center / contain;
}
@media (max-width: 959px) {
  .process_item::after {
    display: none;
  }
  /* 1・3番目の後に表示 */
  .process_item:nth-child(1)::after,
  .process_item:nth-child(3)::after {
    display: block;
    content: "";
    position: absolute;
top: 42%;
        right: -36px;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
    background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Vector.svg") no-repeat center / contain;
  }
}
@media (max-width: 599px) {
  .process_item::after {
display: none;
  }
}


/* 画像の切り抜き＋数字配置 */
.process_img1,
.process_img2,
.process_img3,
.process_img4,
.process_img5 {
  position: relative;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.process_img1 img,
.process_img2 img,
.process_img3 img,
.process_img4 img,
.process_img5 img {
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.process_img1::before,
.process_img2::before,
.process_img3::before,
.process_img4::before,
.process_img5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
width: 41px;
    height: 73px;
  background-image: url('https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Text.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
transform: translate(-5%, -22%);
}
.process_img2::before{
  background-image: url('https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Text-1.svg'); 
}
.process_img3::before{
  background-image: url('https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Text-2.svg'); 
}
.process_img4::before{
  background-image: url('https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Text-3.svg'); 
}
.process_img5::before{
  background-image: url('https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Text-4.svg'); 
}
@media screen and (max-width: 959px) {
.process_img1::before,
.process_img2::before,
.process_img3::before,
.process_img4::before,
.process_img5::before {
    width: 67px;
    height: 115px;
    transform: translate(-20%, -1%);
}
}
@media screen and (max-width: 599px) {
    .process_img1::before,
        .process_img2::before,
            .process_img3::before,
                .process_img4::before,
                                .process_img5::before {
        width: 50px;
        height: 90px;
        transform: translate(114%, -21%);
    }
}




h3.process_title{
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin: 1.5rem 0 0.8rem;
  position: relative;
  padding-left: 0.5em !important;
}
h3.process_title::before {
  content: "" !important;
  position: absolute !important;
  left: 0;
  top: 7px;
  width: 0;
  height: 16px;
  border-left: 4px solid #68b684 !important;
}

p.process_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.process_spacer{
display: none;
}
@media screen and (max-width: 1153px) {
.process_spacer{
display: block;
}
}
@media screen and (max-width: 959px) {
.process_spacer{
display: none;
}
}

@media screen and (max-width: 959px) and (min-width: 600px) {
  .process_item:nth-child(5){
margin-left: auto;
margin-right: auto;
  }

}
@media screen and (max-width: 959px) {
.process_section .section_title_group{
justify-content: center;
}
p.section_sub_title{
text-align: center;
}
}

@media screen and (max-width: 599px) {
.process_column{
margin-top: 2rem;
}
.process_column .swell-block-columns__inner {
    gap: 2rem;
}

.process_img1 img,
.process_img2 img,
.process_img3 img,
.process_img4 img,
.process_img5 img{
max-width: 60%;
margin-left: auto;
margin-right: auto;
}
h3.process_title{
font-size: 18px;
}
p.process_text{
font-size: 16px;
}
}

/* ========== caseセクション ========== */
.case_section {
    padding-top: 6.2rem !important;
}
h3.case_title{
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  border-bottom: 1px solid #E3AE68 !important;
    padding-bottom: 1rem !important;
  margin: 5rem 0 1.5rem ;
}
.case_table{
--table-border:none;
}
.case_table tr > td:first-child,
.case_table tr > td:last-child {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
    position: relative;
  padding-left: 2rem;
}
.case_table tr > td:first-child::before,
.case_table tr > td:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/c73f41ae6be1ca74bd61ca10edba954f.svg") no-repeat center / contain;
}
p.case_text{
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 599px) {
h3.case_title{
font-size: 18px;
}
.case_table tr > td:first-child, .case_table tr > td:last-child {
    font-size: 14px;
    padding: 0.3rem 0 0.3rem 2rem;
}
p.case_text{
font-size: 16px;
}
}

/* ========== consultationセクション ========== */
.consultation_section {
    padding-top: 6.3rem !important;
position: relative;
  overflow: hidden;
}
/* 左ロゴ */
.consultation_section::before {
  content: "";
  position: absolute;
top: 48%;
    left: -216px;
    transform: translateY(-50%);
    width: 980px;
    height: 980px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/93f8f11f1be79a768abb5631999a8e88-1.svg") no-repeat center / contain;
  pointer-events: none;
}
/* 右ロゴ */
.consultation_section::after {
  content: "";
  position: absolute;
    top: 83%;
    right: -208px;
    transform: translateY(-50%);
    width: 980px;
    height: 980px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/c2c32d9a22d9a4a042d59146128adf5a.svg") no-repeat center / contain;
  pointer-events: none;
}


.consultation_img{
margin-top: 5rem;
margin-bottom: 0;
}
.consultation_column {
    background-color: #ffffff;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 20px 20px;
}

h3.consultation_title{
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin-bottom: 1.3rem;
}
h3.consultation_title .mark_orange{
border-radius: 0.25rem;
}

li.consultation_list_item{
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  margin: 0.7rem 0;
}

@media screen and (max-width: 959px) {
.consultation_section {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
}

.consultation_item {
        padding: 2rem 2.5rem 1.5rem 2.5rem !important;
}
.consultation_spacer_left,
.consultation_spacer_left{
height: 2rem !important;
}
.consultation_item .footer_text_group2:nth-child(4) {
    align-items: flex-start !important;
  }
}




@media screen and (max-width: 599px) {
.consultation_img {
    margin-top: 2rem;
}
    .consultation_item {
        padding: 2rem 1rem 2rem 1rem !important;
    }
h3.consultation_title{
font-size: 18px;
}
li.consultation_list_item{
font-size: 15px;
}
.consultation_section .footer_text_group2 {
    align-items: baseline;
}
}

/* ==============================
   サービスページ(.page-id-13)
 =============================== */
/* ========== nursingセクション ========== */
.nursing_section {
    padding-top: 6.3rem !important;
padding-bottom: 15.4rem !important;
margin-bottom: 1.2rem;
}
 .nursing_section .section_title_group{
justify-content: start;
 }

.nursing_column {
    margin-top: 5rem;
}

.nursing_column_img1 {
    margin-bottom: 3.2rem;
}
.nursing_column_img1,
.nursing_column_img2 {
  position: relative;
  z-index: 1;
}
.nursing_column_img1::before {
  content: "";
  position: absolute;
  top: 77px;
  left: -13px;
  width: 81%;
  height: 100%;
  background-image: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Rectangle-4078.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  z-index: -1;
}
.nursing_column_img2::before {
  content: "";
  position: absolute;
top: 14px;
    left: 148px;
    width: 57%;
  height: 100%;
  background-image: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Rectangle-4079.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: -1;
}
.nursing_column_img1 img,
.nursing_column_img2 img{
border-radius: 20px;
}


h3.nursing_title{
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin-bottom: 2rem;
}
p.nursing_text{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}

ul.nursing_list {
    padding-left: 0;
}
li.nursing_list_item{
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  margin: 1rem 0;
    list-style: none;
  position: relative;
  padding-left: 2rem;
}
li.nursing_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/c73f41ae6be1ca74bd61ca10edba954f.svg")
    no-repeat center / contain;
}


@media screen and (max-width: 959px) and (min-width: 600px) {
.nursing_column_img1,
.nursing_column_img2{
max-width: 70%;
margin-left: auto;
margin-right: auto;
}

}



@media screen and (max-width: 959px) {
 .nursing_section .section_title_group{
justify-content: center;
 }

  .nursing_column .swell-block-column:nth-child(1) {
    order: 2;
  }
  .nursing_column .swell-block-column:nth-child(2) {
    order: 1;
  }
.nursing_text_column,
.nursing_img_column{
padding: 0 !important;
}

.nursing_column_img1::before {
  top: 14px;
  width: 100%;
}

.nursing_column_img2 img{
width: 100% !important;
}
.nursing_column_img2::before {
    top: 14px;
    left: 14px;
    width: 100%;
}

}

@media screen and (max-width: 599px) {
    .nursing_column{
margin-top: 2rem;
}

h3.nursing_title{
font-size: 18px;
}
p.nursing_text{
font-size: 16px;
}
li.nursing_list_item{
font-size: 14px;
}

}

/* ========== footセクション ========== */
.foot_section {
    padding-top: 0rem !important;
padding-bottom: 12.6rem !important;
margin-bottom: 1.2rem;
}
h3.foot_title{
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
    border-bottom: 1px solid #E3AE68 !important;
    padding-bottom: 1rem !important;
  margin: 5rem 0 2rem ;

}
p.foot_text{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
p.foot_under_text1{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}
p.foot_under_text2{
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
h3.foot_title{
font-size: 18px;
margin-top: 3rem;
}
p.foot_text{
font-size: 16px;
}
p.foot_under_text1,
p.foot_under_text2{
font-size: 15px;
}

}

/* ========== supportセクション ========== */
.support_section {
    padding-top: 0 !important;
padding-bottom: 9rem !important;
position: relative;
  overflow: visible;
}
.support_section::before {
  content: "" !important;
  position: absolute !important;
top: 21% !important;
    left: -152px !important;
    width: 500px !important;
    height: 500px !important;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/93f8f11f1be79a768abb5631999a8e88-2.svg") no-repeat center / contain;
  z-index: 0 !important;
}
.support_section::after {
  content: "";
  position: absolute;
bottom: 36%;
    right: -91px;
    width: 500px;
    height: 500px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/93f8f11f1be79a768abb5631999a8e88-3.svg") no-repeat center / contain;
  z-index: 0;
}
@media screen and (max-width: 599px) {
.support_section::before {
display: none;
}
}

h3.support_title{
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin: 5.6rem 0 1.6rem;
}
.support_title-head {
  position: relative;
}

.support_title-head::before {
  content: "・・・";
  position: absolute;
    top: -24px;
    left: -143px;
  width: 371px;
  height: 45px;
  color: #e3ae68;
}

p.support_text {
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0.02em;
    margin-bottom: 1.9rem;

}

.support_column{
background-color: #faf8f3;
  border-radius: 20px;
  border: 2px solid #e3ae68;
}
.support_column1,
.support_column2{
border-right: 2px solid #e3ae68;
}

h4.support_column_title{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin-bottom: 0.6rem;
}
p.support_column_text{
  font-size: 1rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 959px) {
.support_column .swell-block-columns__inner{
gap: 0;
}

.support_column1,
.support_column2{
border-right: none;
border-bottom: 2px solid #e3ae68;
}

}

@media screen and (max-width: 599px) {
h3.support_title{
font-size: 18px;
margin-top: 2rem;
}
.support_title-head::before {
    top: -18px;
    left: -157px;
}
p.support_text{
font-size: 16px;
text-align: start;
}
h4.support_column_title{
font-size: 16px;
}
p.support_column_text{
font-size: 15px;
}
}

/* ========== flowセクション ========== */
.flow_section {
    padding-bottom: 7.3rem !important;
}

.flow_section .section_title_group{
justify-content: start;
}

.flow_section .process_item:not(:last-child)::after{
    top: 29%;
    right: -46px;
}

@media screen and (max-width: 959px) {
.flow_section .section_title_group{
justify-content: center;
}
.flow_section .process_item:not(:last-child)::after {
    top: 40%;
    right: -48px;
}
}

/* ========== useセクション ========== */
.use_section {
    padding-top: 6.3rem !important;
padding-bottom: 15rem !important;
margin-bottom: 0.7rem;
}

.use_column {
    margin-top: 5rem;
}
.use_item{
background-color: #FAF8F3;
box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.25);
}

h3.use_title{
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  border-bottom: 1px solid #E3AE68 !important;
    padding-bottom: 1rem !important;
    margin-bottom: 2rem;
}

ul.use_list {
    padding-left: 0;
}
li.use_list_item{
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  margin: 1rem 0;
    list-style: none;
  position: relative;
  padding-left: 2rem;
}
li.use_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2025/12/c73f41ae6be1ca74bd61ca10edba954f.svg")
    no-repeat center / contain;
}

@media screen and (max-width: 599px) {
h3.use_title{
font-size: 18px;
}
li.use_list_item{
font-size: 15px;
}
}

/* ========== priceセクション ========== */
.price_section {
    padding-top: 0rem !important;
}
h3.price_title{
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin: 4.9rem 0 1.9rem;
}
p.price_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
      margin-bottom: 1.5rem;
}

.price_column {
    margin-bottom: 1.5rem;
}
.price_column_left {
  position: relative;
  background-image: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/8b9bd92d1313df9cdfa87d57555c1c17.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.price_column_right {
  position: relative;
  background-image: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/bcb286b51206ed904fd247e08a2c313a.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}


.price_column_text_group {
    justify-content: space-between;
}

p.price_column_title{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
p.price_column_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

p.price_under_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 959px) {
.price_column_left,
.price_column_right {
background-position: center;
}
.price_column_text_group {
    justify-content: space-evenly;
}
}

@media screen and (max-width: 599px) {
h3.price_title{
font-size: 18px;
margin-top: 2rem;
}
p.price_text{
font-size: 16px;
text-align: start;
}
.price_column_left,
.price_column_right {
padding: 2.3rem 0 !important;
}
    .price_column_text_group {
        justify-content: space-around;
    }
p.price_column_title,
p.price_column_text{
font-size: 15px;
}
p.price_under_text{
font-size: 15px;
text-align: start;
}
}

/* ===============================
   採用情報ページ(.page-id-17)
  ==============================*/
/* ========== openセクション ========== */
.open_section {
    padding-top: 6.3rem !important;
padding-bottom: 15rem !important;
margin-bottom: 0.8rem;
}

.open_title_group{
text-align: center;
}
p.open_title{
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
      margin-bottom: 1.6rem;
  position: relative;
  display: inline-block;
padding: 0 3.2rem;
}
/* 左の斜線 */
p.open_title::before {
  content: "";
  position: absolute;
left: 0;
    top: 47%;
    width: 43px;
    height: 2px;
    background-color: #333;
    transform: translateY(-50%) rotate(53deg);
}
/* 右の斜線 */
p.open_title::after {
  content: "";
  position: absolute;
    right: 0;
    top: 50%;
    width: 46px;
    height: 2px;
    background-color: #333;
    transform: translateY(-50%) rotate(-53deg);
}

p.open_sub_title{
font-size: clamp(1.875rem, 1.75rem + 0.208vw, 1.938rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.open_img {
margin: 5rem 0 2.5rem;
position: relative;
}
/* 左上の足型 */
.open_img::before {
  content: "";
  position: absolute;
top: -68px;
    left: -79px;
    width: 180px;
    height: 210px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/f156fffd6683ff960632c348a62ca6e3.svg") no-repeat center / contain;
  z-index: 2;
}
@media screen and (max-width: 1055px) {
.open_img::before {
    left: -61px;
}
}
/* 右下の足型 */
.open_img::after {
  content: "";
  position: absolute;
bottom: -40px;
    right: -55px;
    width: 155px;
    height: 155px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/e05156a7cca9c3d9c4d824d0571bef91.svg") no-repeat center / contain;
  z-index: 2;
  visibility: visible;
}



p.open_text{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 599px) {
p.open_title,
p.open_sub_title {
    font-size: 20px;
}
p.open_title {
    padding: 0 3rem;
}
p.open_title::before {
    width: 30px;
}
p.open_title::after {
    width: 30px;
}
.open_img::before {
    top: -50px;
    left: -33px;
    width: 80px;
    height: 90px;
}
.open_img::after {
    bottom: -37px;
    right: -30px;
    width: 75px;
    height: 85px;
}
p.open_text{
font-size: 16px;
}
}

/* ========== recruitmentセクション ========== */
.recruitment_section {
    padding-top: 0 !important;
padding-bottom: 9rem !important;
}

.recruitment_section .section_title_group{
justify-content: start;
}

.recruitment_column {
    margin: 5rem 0 4.8rem;
}

.recruitment_item{
background-color: #FAF8F3;
box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.25);

}

h3.recruitment_column_title{
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em !important;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #E3AE68 !important;
  padding-bottom: 0.9rem !important;
}
p.recruitment_column_text{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
p.recruitment_column_text::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #e3ae68;
  border-radius: 50%;
  flex-shrink: 0;
}



p.recruitment_column_sub_text{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1.7rem;
}

p.recruitment_text{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
.recruitment_section .section_title_group {
    justify-content: center;
}
.recruitment_column{
margin-bottom: 2rem;
}
}


@media screen and (max-width: 599px) {
.recruitment_column{
margin: 2rem 0;
}
h3.recruitment_column_title{
font-size: 18px;
}
p.recruitment_column_text{
font-size: 15px;
}
p.recruitment_column_sub_text{
font-size: 14px;
}
p.recruitment_text{
font-size: 15px;
}
}

/* ========== charmセクション ========== */
.charm_section {
    padding-top: 5rem !important;
padding-bottom: 17rem !important;
margin-bottom: 1.5rem;
}



h3.charm_title{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em !important;
margin: 2.5rem 0 1.5rem;
}
h3.charm_title .mark_green,
h3.charm_title .mark_orange,
h3.charm_title .mark_blue{
border-radius: 0.313rem;
}
.charm_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.page-id-17 .beliefs_column2::after {
    content: "";
    position: absolute;
bottom: -43px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/Square-3.svg") no-repeat right bottom / contain;
    z-index: -1;
}

.page-id-17 .beliefs_column3 {
    margin-top: 7.7rem;
}

@media screen and (max-width: 599px) {
h3.charm_title{
font-size: 17px;
}
.charm_text{
font-size: 16px;
}
}

/* =========== conditionセクション ========== */
.condition_section {
    padding-top: 0 !important;
padding-bottom: 7rem !important;
  position: relative;
  overflow: hidden;
}
/* 左ロゴ */
.condition_section::before {
  content: "";
  position: absolute;
top: 79% !important;
    left: -123px !important;
    transform: translateY(-50%);
    width: 455px !important;
    height: 460px !important;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/c2c32d9a22d9a4a042d59146128adf5a-1.svg")
    no-repeat center / contain;
}
/* 右ロゴ */
.condition_section::after {
  content: "";
  position: absolute;
top: 25%;
    right: -61px;
    transform: translateY(-50%);
    width: 520px;
    height: 465px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/93f8f11f1be79a768abb5631999a8e88-4.svg")
    no-repeat center / contain;
}
@media screen and (max-width: 959px) {
.condition_section::after {
    top: 9%;
    right: -44px;
    width: 320px;
    height: 265px;
}
}
@media screen and (max-width: 599px) {
    .condition_section::after {
        right: -37px;
        width: 220px;
        height: 165px;
    }
}



.condition_column {
margin: 5rem 0 2.3rem;
}
.condition_item{
background-color: #FAF8F3;
border-radius: 30px;
}

.condition_table{
--table-border:none;
}
.condition_table tr{
border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.condition_table tr > td:first-child{
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
  width: 28.5% !important;
}
.condition_table tr > td:last-child{
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

p.condition_title{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 1.4rem;
}
p.condition_title .mark_orange{
border-radius: 0.25rem;
}
p.condition_text{
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 959px) {
.condition_table tr > td:first-child{
width: 100% !important;
}
}

@media screen and (max-width: 599px) {
.condition_column{
margin-top: 2rem;
}
.condition_item{
padding: 2.5rem 1.5rem !important;
}
.condition_table tr > td:first-child{
padding-bottom: 0;
}
.condition_table tr > td:last-child{
padding-top: 0.5rem;
}
}

/* ========== benefitsセクション ========== */
.benefits_section {
    padding-top: 6.8rem !important;
}

.benefits_section .section_title_group{
justify-content: start;
    margin-bottom: 4.9rem;
}

p.benefits_text{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.benefits_section .recruitment_item{
background-color: #ffffff;
}

.benefits_section h3.recruitment_column_title{
margin-bottom: 2rem;
}

.benefits_section p.recruitment_column_text{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 0.7rem;
  position: relative;
  padding-left: 1.2rem; 
}
.benefits_section p.recruitment_column_text::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #e3ae68;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
.benefits_section .section_title_group{
justify-content: center;
}
}

@media screen and (max-width: 599px) {
p.benefits_text{
font-size: 16px;
}
.benefits_section p.recruitment_column_text{
font-size: 15px;
}
}

/* ========== recruitセクション ========== */
.recruit_column{
background-color: #FAF8F3;
border-radius: 20px;
position: relative;
  overflow: hidden;
}
.recruit_column::before {
  content: "";
  position: absolute;
top: -24px;
    right: 39.5%;
    width: 310px;
    height: 320px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/f156fffd6683ff960632c348a62ca6e3-1.svg") no-repeat center / contain;
  z-index: 0;
}
.recruit_column::after {
  content: "";
  position: absolute;
    bottom: -17px;
    right: -11px;
    width: 175px;
    height: 220px;
  background: url("https://houmonkango-sukoyaka.com/wp-content/uploads/2026/01/e05156a7cca9c3d9c4d824d0571bef91-1.svg") no-repeat center / contain;
  z-index: 0;
}
@media screen and (max-width: 959px) {
.recruit_column::before {
    right: 62.5%;
}
.recruit_column::after {
    bottom: 495px;
    right: -24px;
}
}
@media screen and (max-width: 599px) {
.recruit_column::before {
    top: 130px;
    right: 60.5%;
    width: 180px;
    height: 170px;
}
.recruit_column::after {
    content: "";
    position: absolute;
    bottom: 183px;
    right: -24px;
    width: 110px;
    height: 220px;
}
}

.recruit_img img{
border-radius: 20px 0 0 20px;
}

p.recruit_title {
  font-size: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
p.recruit_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 959px) {
.recruit_column .swell-block-column:nth-child(1) {
    order: 2;
  }
.recruit_column .swell-block-column:nth-child(2) {
    order: 1;
  }
.recruit_text_column {
    padding: 3rem 2rem 2rem !important;
}
.recruit_img img{
border-radius: 30px;
}
}

@media screen and (max-width: 599px) {
p.recruit_title{
font-size: 18px;
}
p.recruit_text{
font-size: 16px;
text-align: start;
}
}

/* ==============================
  プライバシーポリシーページ(.page-id-21)
=============================== */
.page-id-21 div#content {
    margin-bottom: 6rem;
}

/* ==============================
  お問い合わせページ(.page-id-19)
=============================== */
.page-id-19 div#content {
    margin-bottom: 6rem;
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number{
background-color: #E3AE68;
}

.wp-block-snow-monkey-forms-item.smf-item {
margin-bottom: 1rem;
}

/* 確認ボタン */
.smf-action {
  text-align: center;
  margin-top: 3rem;
}
.smf-action .smf-button-control__control {
  width: 208px;
  height: 53px;
  padding: 12px 48px;
  border: 1px solid #E3AE68;
  border-radius: 40px;
  background: #E3AE68;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  background-image: none !important;
  box-shadow: none !important;
}
.smf-action .smf-button-control__control[disabled]{
color: #fff;
}

.smf-action .smf-button-control__control:hover{
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #E3AE68 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}

/* Turnstile全体を中央寄せ */
.snow-monkey-forms-turnstile {
  display: flex;
  justify-content: center;
}