@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/**************************************************
 * INDEX
 * 1.  CSS変数
 * 2.  共通リセット・基本設定
 * 3.  レイアウト・メインエリア
 * 4.  ヘッダーエリア
 * 5.  ナビゲーションメニュー
 * 6.  ボタン・電話番号デザイン
 * 7.  SNSアイコン
 * 8.  店舗情報・営業時間パーツ
 * 9.  フッターエリア
 * 10. ニュースエリア (#news)
 * 11. スライダー (Slick)
 * 12. Swiperスライダー
 * 13. ページネーション
 * 14. 投稿一覧カードデザイン
 * 15. 記事詳細・メタ情報・カテゴリラベル
 * 16. アクセスエリア (.map_in)
 * 17. フォーム
 * 18. CTAエリア
 * 19. セクション共通・波装飾
 * 20. 各セクション (sec01〜sec04)
 * 21. カテゴリーフィルター
 * 22. レスポンシブ (max-width: 767px)
 **************************************************/

/**************************************************
 * 1. CSS変数
 **************************************************/
:root {
  --color-green:      #5B8D5B;
  --color-green-light:#DAECE2;
  --color-bg:         #FBF7F3;
  --color-text:       #333333;
  --color-gray:       #DEE0E4;
  --font-main:        "Zen Maru Gothic", sans-serif;
  --font-sans:        "Noto Sans JP", sans-serif;
  --font-lexend:      "Lexend", sans-serif;
  --radius-card:      40px;
  --sp-title:      24px;
}


/**************************************************
 * 2. 共通リセット・基本設定
 **************************************************/
p, .body, a, .navi-in a, .breadcrumb, .breadcrumb-caption,
#header .site-name-text, .site-name-text, .copyright,
.entry-content>*, .mce-content-body>*,
.article p, .demo .entry-content p, .article dl, .article ul, .article ol,
.article blockquote, .article pre, .article table, .article .toc,
.body .article, .body .column-wrap, .body .new-entry-cards,
.body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus,
.body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box,
.body .blogcard-wrap, .body .login-user-only, .body .information-box,
.body .question-box, .body .alert-box, .body .information, .body .question,
.body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box,
.body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box,
.body .tab-caption-box, .body .label-box, .body .toggle-wrap,
.body .wp-block-image, .body .booklink-box, .body .kaerebalink-box,
.body .tomarebalink-box, .body .product-item-box, .body .speech-wrap,
.body .wp-block-categories, .body .wp-block-archives,
.body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area,
.body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover,
.body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video,
.body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator,
.body .components-placeholder, .body .wp-block-search,
.body .wp-block-social-links, .body .timeline-box, .body .blogcard-type,
.body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed,
.body .wp-block-group, .body .wp-block-table, .body .scrollable-table,
.body .wp-block, .body .video-container,
.comment-area, .related-entries, .pager-post-navi, .comment-respond {
  margin: 0;
  padding: 0;
  border: none;
  font-family: var(--font-main);
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: var(--color-text);
  background-color: transparent;
}
html {
  scroll-behavior: smooth;
}
.body {
  background-color: var(--color-bg);
}

.entry-title, .archive-title, .header-text-layer .header-catch,
.article h1, .article h2, .article h3,
.article h4, .article h5, .article h6 {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

#list, .list-wrap, .article ul li, .article ol li { margin: 0; }
.list { flex-direction: inherit; row-gap: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
ul li { list-style: none; }

a:where(:not(.wp-element-button)) { text-decoration: none; }
a:hover { color: #fff; opacity: .7; }

.fa.fa-home { display: none; }
.sp { display: none; }
.sp-br { display: none; }


/**************************************************
 * 3. レイアウト・メインエリア
 **************************************************/
@media screen and (min-width: 768px) {
  body { min-width: 1440px; overflow-x: auto; }
}
@media screen and (min-width: 1440px) {
  body {
    overflow-x: hidden;
  }
}
.content { margin: 0; }
.wrap { width: auto; }

main.main {
  padding: 80px 0 0;
  border: none;
  background-color: var(--color-bg);
}

body:not(.home) main.main {
  padding-top: calc(146 / 1440 * 100%);
  background-color: var(--color-bg);
}

.entry-content { margin: 0; }

/* 汎用ボックス */
.wp-block-group.box.wp-block-group-,
.breadcrumbs-in,
.box {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

body.contact .article .box,
.single .main .article-section .box {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.box p {
  line-height: 1.5;
  background-color: transparent;
}

.breadcrumbs-in { text-align: right; font-size: 12px; }
.breadcrumbs-in a { font-size: 12px; }
.breadcrumb-sep { padding: 0 5px; }
.breadcrumbs-layer { padding: 10px 0; }

.go-to-top-visible .go-to-top { bottom: 80px; }

.go-to-top-button {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-color: transparent;
  background-image: url("./../../../img/page_top.png");
}
.go-to-top-button .fa { display: none; }

.row {
  display: flex;
}
.row .left,
.row .right {
  width: 50%;
}

.txt {
  margin-bottom: 80px;
  text-align: center;
}
.txt p { line-height: 1.5; }


/**************************************************
 * 4. ヘッダーエリア
 **************************************************/
#header-container {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  margin-bottom: -80px;
  background-color: var(--color-bg);
}

#header-container-in {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 21px 15px;
}

#header {
  position: relative;
  width: 100%;
  min-height: 800px;
  margin: 0;
  background-color: var(--color-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* reveal animation */
  opacity: 0;
  padding-top: 130px;
  transition: opacity 0.6s ease, padding-top 0.6s ease, margin-top 0.6s ease;
}

#header.visible {
  opacity: 1;
  padding-top: 100px;
}

@media screen and (max-width: 1440px) {
  #header { height: auto; }
}

body:not(.home) #header {
  position: relative;
  height: 400px;
  margin-top: 130px;
  min-height: inherit;
  background-size: 1120px 350px;
  background-repeat: no-repeat;
  background-position: center;
}

body:not(.home) #header.visible {
  margin-top: 100px;
}

body:not(.home) #header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1120px;
  height: 350px;
  border: solid 14px var(--color-green-light);
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  transition: top 0.6s ease;
}

body:not(.home) .header .slider_in { display: none; }

.header-in { display: block; margin: 0; }
.tagline { margin: 0; }
.logo-image { padding: 0; }
.site-name-text-link { padding: 0; }

.header-text-layer {
  position: absolute;
  top: 45%;
  left: 25%;
  z-index: 4;
  width: 55%;
}
.single .header-text-layer.reveal.visible {
  top: 50%;
  transform: translateY(-50%);
}

.header-text-layer .header-catch,
.header-text-layer .entry-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.header-text-layer .header-catch span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header-text-layer .header-catch span {
    font-size: 18px;
    text-align: left;
  }
}

/* ヘッダースライダー装飾 */
.header .slider_in { position: relative; margin-bottom: 30px; }

.header .slider_top {
  position: relative;
  z-index: 1;
}



.header .slider_top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* reveal（スライダー以外で使用） */
.reveal,
.reveal-item {
  opacity: 0;
  transform: translateY(30px) translateZ(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.reveal.visible,
.reveal-item.visible {
  opacity: 1;
  transform: translateY(0) translateZ(0);
}

/* ロゴ横並び画像 */
.image-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 310px;
}

.image-row a { flex-shrink: 0; }
.image-row a.small { width: 18%; }
.image-row a.large { width: 80%; }
.image-row a:hover { opacity: .7; }
.image-row a img { display: block; width: 100%; height: auto; }

/* 大ボタン */
.large_btn_in {
  position: absolute;
  bottom: 5%;
  right: 10%;
  z-index: 1;
  width: 200px;
  height: 430px;
}

.large_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  width: 200px;
  height: 200px;
  border-radius: 0;
  color: #fff;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.2);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.large_btn:hover { transform: translateY(-4px); }

.large_btn .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(./../../../img/large_btn.png);
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.large_btn:hover .bg { transform: scale(1.08); }

.large_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(40, 70, 40, 0.5) 0%, rgba(40, 70, 40, 0) 100%);
}

.large_btn::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 2;
  border: solid 1px rgba(255,255,255,0.6);
  transition: border-color 0.3s ease;
}


.large_btn.blueradical {
  background-color: #000;
}
.large_btn:hover::after { border-color: rgba(255,255,255,1); }

.large_btn span {
  position: relative;
  z-index: 3;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.large_btn.xp {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.large_btn.xp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 9%;
}

body:not(.home) .large_btn { display: none; }

/* ヘッダー情報エリア */
.head_info_area {
  position: relative;
  top: -5px;
  z-index: 1;
  padding-top: 50px;
  background-color: var(--color-bg);
}

.head_info_area .row { justify-content: space-between; }

.head_info_area .row ul {
  display: flex;
  width: 49%;
  padding: 30px 20px;
  border: solid 2px var(--color-green-light);
  border-radius: 40px;
  background-color: #fff;
  font-size: 1.2em;
  font-weight: 500;
}

.head_info_area .row ul.left li._in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.head_info_area .row ul .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
}

.head_info_area .row ul .info tr:first-child th { color: transparent; }
.head_info_area .info table th,
.head_info_area .info table td { font-size: 18px; }
.head_info_area .info table th { width: 60px; }

.head_info_area .row ul .title span {
  display: block;
  position: relative;
  width: 16px;
  padding: 30px 30px 10px 0;
  margin-right: 20px;
  color: var(--color-green);
  border-right: solid 1px var(--color-green);
}

.head_info_area .row ul .title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  z-index: 3;
  width: 24px;
  height: 24px;
  background-image: url(./../../../img/speaker_notes.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.head_info_area .row ul .title span.xp::before {
  background-image: url(./../../../img/query_builder.png);
}

.head_info_area .row ul .news-date {
  display: block;
  margin-bottom: 5px;
  color: #666;
  font-weight: normal;
}

.head_info_area .row ul .news-item {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

.head_info_area .row ul .news-item:last-child { border: none; }
.head_info_area .row ul .news-item a:hover { text-decoration: underline; }

.head_info_area .row ul .news-item a:not(.cat-label) {
  display: block;
  padding-bottom: 10px;
  background-color: transparent;
  line-height: 1.5;
  color: var(--color-green);
  font-weight: 500;
}

.head_info_area .row ul .news-item .cat-label {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: auto;
  left: auto;
  max-width: inherit;
  margin: 0;
  padding: 3px 8px 5px;
  overflow: visible;
  border: none;
  border-radius: 5px;
  background-color: var(--color-green);
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #fff;
  opacity: 1;
}

.head_info_area .row ul .news-item .cat-label:hover { text-decoration: none; }


/**************************************************
 * 5. ナビゲーションメニュー
 **************************************************/
.navi {
  width: auto;
  margin: 0;
  background-color: transparent;
}

.navi .item-label,
.navi .item-description { overflow: visible; }

.navi-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.navi-in>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin: 0 131px 0 0;
  padding: 0;
  list-style: none;
}

.navi-in>ul li { width: auto; height: auto; }
.navi-in>ul li:not(.btn) { padding: 0 16px; }
.navi-in>ul .caption-wrap>div { color: inherit; font-weight: 500; }

.current_page_item,
.navi-in a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: var(--color-green);
  transition: none;
}

/* PC時に非表示 */
.navi-in .line,
.navi .sns,
.btn-gnavi_box,
.navi-overlay,
.header-container-in .spnav_bottom { display: none; }

@media screen and (max-width: 1023px) {
  .navi-in .menu-pc { display: flex; }
}


/**************************************************
 * 6. ボタン・電話番号デザイン
 **************************************************/
a.tel-num {
  position: relative;
  display: block;
  margin-top: 10px;
  padding-left: 42px;
  font-family: var(--font-sans);
  font-size: 32px;
  line-height: 1;
  color: var(--color-green);
  background-color: transparent;
  font-weight: 500;
}

a.tel-num::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 3;
  width: 32px;
  height: 32px;
  background-image: url(./../../../img/Frame68.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

a.tel-num:hover { text-decoration: none; opacity: .8; }

.tel-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.tel-label {
  font-weight: 500;
}
.tel-num {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.tel-desc { font-size: 12px; font-weight: normal; line-height: 1.2; white-space: nowrap; }

.btn_in {
  margin-top: 30px;
  text-align: center;
}

input[type="submit"],
.navi-in a.btn,
.btn {
  position: relative;
  width: auto;
  margin: 0;
  padding: 20px 40px;
  border: solid 2px var(--color-green);
  border-radius: 30px;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: var(--color-green);
}

.navi-in a.btn::after,
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent var(--color-green);
  vertical-align: middle;
  transform: translateY(-50%);
}

.body_sns .btn,
.bottom_btn.sp a.btn.mad,
.navi-in a.btn.mad {
  max-width: 170px;
  margin: 0;
  padding: 20px 50px 20px 20px;
  border-radius: 20px;
  background-color: var(--color-green);
  font-family: var(--font-lexend);
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.bottom_btn.sp a.btn.tel-num::before { content: none; }

.body_sns .btn::after,
.bottom_btn.sp a.btn.tel-num::after,
.bottom_btn.sp a.btn.instagram::after,
.navi-in a.btn.instagram::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  width: 30px;
  height: 30px;
  border: none;
  background-image: url(./../../../img/icon_instagram.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  transform: translateY(-50%);
}

.bottom_btn.sp a.btn.tel-num::after {
  background-image: url(./../../../img/icon_phone.png);
  filter: inherit;
}

.navi-in .tel-box.sp { display: none; }
.navi-in a.btn:hover,
.btn:hover { text-decoration: none; color: var(--color-green); }
.navi-in a.btn { margin-left: 20px; }

.navi-in a.btn:hover::after,
.btn:hover::after,
.ranking-item-link-buttons a:hover::after,
.btn-wrap>a:hover::after { right: -4px; }

.footer .btn_in { margin-bottom: 10px; }
.bottom_btn.sp { display: none; }

/* 固定SNSボタン */
.body_sns {
  position: fixed;
  top: 50%;
  right: 2%;
  z-index: 999;
  transform: rotate(90deg);
  animation: fadeIn 1s ease forwards;
}

.body_sns .btn {
  border: none;
  background-color: transparent;
  color: var(--color-green);
}

.body_sns .btn::after {
  background-image: url(./../../../img/icon_instagram_green.png);
  filter: none;
}

.body_sns .foot { display: none; }

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}


/**************************************************
 * 7. SNSアイコン
 **************************************************/
.sns ul { display: block; max-width: inherit; margin: 0; }
.sns ul li { width: 50px; height: auto; padding: 0; }
.sns ul li img { display: none; }
.sns ul li img.color_icon { display: block; }


/**************************************************
 * 8. 店舗情報・営業時間パーツ
 **************************************************/
.navi-in .info {
  display: none;
  padding: 0;
  margin-bottom: 30px;
  background-color: transparent;
  color: inherit;
  border-radius: 0;
  border-color: inherit;
}

.navi.is-open .navi-in .info { display: block; }

table:not(.has-border-color) :where(th, td) { border: none; }

table tr:nth-of-type(2n+1),
table, th, td { background-color: transparent; }

.info { background-color: transparent; }
.info table { margin-bottom: 10px; }

table th,
table td {
  padding: 0;
  background-color: transparent;
  font-size: 12px;
  font-weight: normal;
}

.info table th {
  width: 80px;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
  text-align: left;
}

.info table td {
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
  color: var(--color-green);
}

.info table th,
.info table tr:first-child th,
.info table tr:first-child td {
  color: var(--color-text);
  font-weight: 500;
}

.info p {
  line-height: 1.5;
  font-size: 12px;
  color: var(--color-green);
  background-color: transparent;
}

.box .info p { margin-bottom: 0; }
.navi-in .info p { max-width: 300px; }


/**************************************************
 * 9. フッターエリア
 **************************************************/
.footer {
  position: relative;
  margin: 0;
  padding: 0 0 500px;
  background-color: var(--color-bg);
}

.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 600px;
  background-image: url(./../../../img/footer_bot_bk.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}

.footer-in { position: relative; }

.copyright,
.footer ul li,
.footer ul li a,
.footer ul li p,
.footer ul li span,
.footer a,
.footer p,
.footer span { color: var(--color-text); }

.copyright { display: inline-block; width: auto; }

.footer_box { display: flex; justify-content: space-between; flex-wrap: wrap; width: 425px; }
.footer_box_in { display: flex; justify-content: space-between; width: 100%; }
.footer-bottom-rogo { display: flex; justify-content: space-between; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1120px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px var(--color-text);
  font-size: inherit;
}

.footer-bottom-logo img.color_icon { height: 50px; }

.navi-footer-in>.menu-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 15px 20px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.navi-footer-in>.menu-footer li.menu-item {
  display: block;
  margin: 0;
  border-left: 1px solid var(--color-text);
}

.navi-footer-in a {
  font-weight: 500;
}

.navi-footer-in a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: inherit;
}

.footer-bottom-content { float: none; text-align: left; }
.footer-bottom-content .shopinfo { display: none; }
.footer-bottom-content .address { display: block; margin-left: 0; }
.footer-bottom-content .address li .tel-num { margin: 0; font-size: inherit; font-weight: normal; letter-spacing: 0; }

.footer-bottom-content.box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1120px;
  padding: 15px 15px 30px;
}

.footer-bottom-content.box a,
.footer-bottom-content.box div { font-size: 14px; }
.footer-bottom-content.box div { margin-left: 10px; }
.footer-bottom-content.box .pri { text-decoration: underline; }
.footer-bottom-content.box a:hover {
  text-decoration: underline;
}

#cta section #blog { display: none; }
.footer_box .sns ul li.head { display: none; }
.footer_box .sns ul li .instagram { margin-top: 20px; margin-bottom: 20px; }
.footer_box .sns ul li .instagram:hover { opacity: .7; }
.footer .sns ul li a img { filter: none; width: 50px; }
.footer-bottom.fdt-logo.fnm-text-width.cf.box::after { content: none; }

/* 住所 */
.yubin-address {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
  color: var(--color-text);
  font-weight: 500;
}

.yubin-address::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("./../../../img/location_pin.png");
  background-size: contain;
}

ul.adress li.yubin { display: flex; align-items: center; line-height: 1.2; }


/**************************************************
 * 10. ニュースエリア (#news)
 **************************************************/
#news {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  border-radius: 20px;
  background-color: #fff;
}

#news .news-list-wrap { padding: 0 20px 40px; }

#news .news-list-wrap li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: solid 1px #ccc;
}

#news .news-list-wrap li span { line-height: 1.5; }

.news-list-wrap .cat-label {
  position: relative;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  min-width: 80px;
  margin: 0 30px;
}


/**************************************************
 * 11. スライダー (Slick)
 **************************************************/
.slider .slick-slide {
  margin: 0 10px;
  border-radius: 20px;
  overflow: hidden; /* 角丸を画像に効かせるため */
}
.slider_top .slick-slide img {
  width: 100%;
  height: calc(100vh - 100px);   /* フォールバック */
  height: calc(100svh - 100px);  /* iPad Chrome対策 */
  object-fit: cover;
}

@media screen and (max-width: 1440px) {
  .slider_top .slick-slide img { height: 800px; }
}
/* 偶数スライド：小さく */
.slider .slick-slide:nth-child(even) {
  transform: scaleY(0.8);
  transform-origin: bottom center;
}
.slick-prev, .slick-next { display: none !important; }

.slick-dots {
  z-index: 3;
  width: auto;
  left: 20%;
  bottom: 0;
  display: block !important;
}
.slick-dots li { display: block; margin-bottom: 10px; }
.slick-dots li button { border-radius: 50%; background-color: #DAECE2; }
.slick-dots li.slick-active button { background-color: #5B8D5B; }
.slick-dotted.slick-slider { margin-bottom: 0; }
.slick-dots li button::before { content: none; }

.slider .slick-slide {
  margin: 0 10px; /* 左右の余白 */
}
.slider-wrap {
  overflow: hidden;
}
/**************************************************
 * 12. Swiperスライダー
 **************************************************/
.my-post-swiper {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px 50px 10vw;
}

.my-post-swiper .swiper-wrapper { margin: 0; }
.my-post-swiper .swiper-slide { height: auto; }
.my-post-swiper .swiper-slide article .entry-card-thumb { width: 100%; }
.my-post-swiper .swiper-slide article .entry-card-content { margin: 0; }
.my-post-swiper .entry-card-wrap { width: 100%; height: 100%; margin: 0; }

/* Swiper矢印（共通） */
.my-post-swiper .swiper-button-prev,
.my-post-swiper .swiper-button-next {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s, transform 0.3s;
}

.my-post-swiper .swiper-button-prev:hover,
.my-post-swiper .swiper-button-next:hover { opacity: 0.8; }

.my-post-swiper .swiper-button-prev::before,
.my-post-swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #999;
  transform: translate(-50%, -50%);
}

.my-post-swiper .swiper-button-prev::after,
.my-post-swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  font-size: 0;
}

/* Next → 左側・左向き */
.my-post-swiper .swiper-button-next { right: auto; left: 8vw; }
.my-post-swiper .swiper-button-next::after { left: 19px; transform: translateY(-50%) rotate(-135deg); }

/* Prev → 右側・右向き */
.my-post-swiper .swiper-button-prev { right: 19px; left: auto; }
.my-post-swiper .swiper-button-prev::after { right: 20px; transform: translateY(-50%) rotate(45deg); }


/**************************************************
 * 13. ページネーション
 **************************************************/
.pagination,
.pager-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 60px 0;
  padding: 0;
  list-style: none;
}

.pagination .page-numbers,
.pager-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  color: var(--color-text);
  transition: all 0.3s ease;
}

.pagination a.page-numbers:hover,
.pager-links a.page-numbers:hover,
.pagination .page-numbers.current,
.pager-links .page-numbers.current {
  border-color: var(--color-green);
  background-color: var(--color-green);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  opacity: 1;
  transform: translateY(-2px);
}

.pagination .page-numbers.current,
.pager-links .page-numbers.current { pointer-events: none; }

.pagination .dots,
.pager-links .dots { width: auto; border: none; background: transparent; pointer-events: none; color: #999; }


/**************************************************
 * 14. 投稿一覧カードデザイン
 **************************************************/
.no-sp-snippet .entry-card-snippet {
  display: inline-block;
  margin: 0;
  overflow: visible;
  font-size: inherit;
  line-height: 1;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}

.no-sp-snippet .entry-card-snippet p { margin-bottom: 10px; line-height: 1.5; font-size: 14px; }

body:not(.home) #list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.list .entry-card,
.my-post-swiper .swiper-slide,
.top-post-list .entry-card {
  display: flex;
  flex-direction: column;
  float: none;
  height: auto;
  background-color: var(--color-gray);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

body:not(.home) #list .entry-card { width: 32%; margin-bottom: 50px; }

.list .entry-card-thumb,
.my-post-swiper .entry-card-thumb,
.top-post-list .entry-card-thumb { flex-shrink: 0; width: 100%; margin: 0; }

.list .entry-card-content,
.my-post-swiper .entry-card-content,
.top-post-list .entry-card-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 10px 20px 20px;
}

.list .entry-card .btn_in,
.my-post-swiper .entry-card .btn_in,
.top-post-list .entry-card .btn_in {
  position: static;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: auto;
}

.list .entry-card {
  padding: 16px;
  border-radius: 10px;
  border: solid 1px var(--color-green);
  background-color: #fff;
}

.motto a { font-size: 12px; }
.motto a:hover { color: inherit; text-decoration: underline; }


/**************************************************
 * 15. 記事詳細・メタ情報・カテゴリラベル
 **************************************************/
.article-section .single-content-title {
  padding-bottom: 16px;
  font-size: 32px;
  line-height: 1.5;
  text-align: left;
}

.related-entry-card-title,
.entry-card-title {
  display: inline-block;
  margin: 0;
  overflow: visible;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}
.entry-card-title a:hover {
  text-decoration: underline;
}
.entry-card-thumb,
.author-thumb,
.blogcard-thumbnail,
.related-entry-card-thumb,
.popular-entry-card-thumb,
.new-entry-card-thumb { float: none; width: 100%; margin: 0; }

.entry-card-meta { position: relative; right: auto; bottom: auto; margin-bottom: 10px; }
.e-card-info { display: block; width: 100%; }
.e-card-info>span { margin: 0; padding: 0; font-size: 14px; color: #666; font-weight: normal; }
.entry-card-title a { font-weight: 500; font-size: 1.2em; line-height: 1.5; text-align: left; color: var(--color-green); }

body:not(.home) .eye-catch-wrap { display: flex; justify-content: center; align-items: flex-start; }

.entry-card .btn_in { text-align: right; }
.post-date span.fa { display: none; }
.entry-date { margin: 0; }

.eye-catch .cat-label,
.cat-label {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -30px;
  left: 0;
  z-index: 1;
  max-width: inherit;
  margin: 0;
  padding: 5px 10px;
  overflow: visible;
  border: none;
  border-radius: 5px;
  background-color: var(--color-green);
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  opacity: 1;
}

.single .eye-catch img { display: block; margin-bottom: 20px; }

.single .eye-catch .cat-label {
  position: relative;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  margin: 20px 0 0;
}

.single .date-tags { margin-bottom: 50px; }


/**************************************************
 * 16. アクセスエリア (.map_in)
 **************************************************/
.map_in {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  background-color: var(--color-gray);
}

.map_in .left { display: flex; justify-content: right; align-items: center; width: 50%; margin-right: 40px; }
.map_in .left .access_box { width: 500px; }
.map_in .left .access_box ul { display: flex; align-items: center; margin-bottom: 24px; }
.map_in .left .access_box .logo img { display: block; width: auto; height: 82px; margin-right: 24px; }
.map_in .left .access_box .add p { line-height: 1.8; }

.access_box table { width: 90%; border: solid 1px #ccc; border-collapse: collapse; }
.access_box table th { min-width: 120px; background-color: #DEE5ED; text-align: left; }
.access_box table td { font-weight: normal; }

.map_in .right { width: 50%; }
.map_in .right iframe { width: 100%; height: 100%; min-height: 400px; }


/**************************************************
 * 17. フォーム
 **************************************************/
.naniwaya-form>p { margin-bottom: 30px; }
.naniwaya-form>p>label { display: inline-block; padding-bottom: 10px; }
.wpcf7-form-control-wrap { display: block; }

input[type="date"],
select,
input[type="number"] { width: 300px; }

._in { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.last_oder { margin-left: 30px; }
.submitbtn p { margin-top: 50px; text-align: center; }

.pri_box { width: 70%; margin: 50px auto 0; text-align: center; }
.pri_box>p>a { display: inline-block; padding-bottom: 30px; text-decoration: underline; }
.pri_box>p>span { display: block; text-align: left; }
.wpcf7-spinner { display: none; }


/**************************************************
 * 18. CTAエリア
 **************************************************/
#cta section::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  border-radius: 80px 80px 0 0;
  background-color: var(--color-green-light);
  z-index: 1;
}

#cta .box:not(.post) {
  max-width: 1120px;
  padding: 40px;
  border-radius: var(--radius-card);
  background-color: var(--color-bg);
}

#cta .box.post { margin-bottom: 100px; }

#cta .box.post .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#cta .box.post .list .entry-card { width: 32%; }

#cta .box ul li { margin-bottom: 30px; }
#cta .box ul li.end { margin-bottom: 0; }

#cta .box .row { justify-content: space-between; }

#cta .box .row .left,
#cta .box .row .right { width: 48%; }

#cta .box .row .right.map {
  border-radius: var(--radius-card);
  overflow: hidden;
}

#cta .box .row .right.map iframe { width: 100%; height: 100%; }


/**************************************************
 * 19. セクション共通・波装飾
 **************************************************/
#cta section,
article.article .entry-content section,
.article-section,
.blog_section,
.archive-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
.single .article-section,
.post .article-section {
  padding-bottom: 200px;
}
.post .article-section {
  padding-bottom: 200px;
}
#cta section {
  padding-top: 0;
  padding-bottom: 250px;
  background-color: var(--color-green-light);
}
/* セクション背景色 */
article.article .entry-content section { background-color: var(--color-gray); }
article.article .entry-content section:first-child { background-color: var(--color-green-light); }

body.home article.article .entry-content section:first-child { background-color: var(--color-bg); }
body.home article.article .entry-content section:nth-child(2) { background-color: var(--color-green-light); }
body.access article.article .entry-content section { background-color: var(--color-green-light); }

/* 偶数セクションを白に（縞々） */
article.article .entry-content section#gallay_in,
article.article .entry-content section:nth-child(even),
.article-section:nth-child(even),
.blog_section:nth-child(even) { background-color: var(--color-bg); }
article.article .entry-content section#gallay_in {
  padding-top: 0;
}
article.article .entry-content section#ft {
  padding-top: 200px;
}
/* 最終セクション */
article.article .entry-content section.wp-block-group:last-of-type {
  padding-top: 200px;
  padding-bottom: 250px;
}
article.article .entry-content section#access_info.wp-block-group:last-of-type {
  padding-top: 100px;
  padding-bottom: 250px;
}

/* トップページ固有 */
.home section#top_sec_second { padding-top: 0; }
.home section#top_sec_third { padding-top: 200px; background-color: transparent; }

/* ::after 丸角装飾（セクション下に伸ばす） */
.home section#top_sec_second::after,
.blog_section::after,
body:not(.access) article.article .entry-content section:first-child::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 80px;
  border-radius: 0 0 80px 80px;
  background-color: var(--color-green-light);
}

/* トップページ first-child は ::after なし */
body.home article.article .entry-content section:first-child::after { content: none; }

/* 波SVG（::before）共通 */
/* NOTE: will-changeを外してスタッキングコンテキストの干渉を回避 */
body.home article.article .entry-content section:nth-child(2)::before,
.blog_section::before,
.footer-in::before,
body:not(.home) article.article .entry-content section:first-child::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1440 / 146;
  background-color: var(--color-green-light);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1440' height='146' viewBox='0 0 1440 146' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M720 146H463.5H183H0V90.1999C18.929 71.3465 41.5362 58.6044 62.7274 48.1871C112.004 23.9531 194.84 0 307.123 0C367.366 0 471.369 17.0885 542.913 30.975C598.437 41.7607 703.563 48.1871 720 48.1871C736.437 48.1871 841.563 41.7607 897.087 30.975C968.643 17.0773 1072.65 0 1132.88 0C1245.16 0 1328 23.9644 1377.27 48.1871C1398.46 58.6093 1421.07 71.3541 1440 90.2081V146H1244.5H950H720Z' fill='%23DAECE2'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg width='1440' height='146' viewBox='0 0 1440 146' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M720 146H463.5H183H0V90.1999C18.929 71.3465 41.5362 58.6044 62.7274 48.1871C112.004 23.9531 194.84 0 307.123 0C367.366 0 471.369 17.0885 542.913 30.975C598.437 41.7607 703.563 48.1871 720 48.1871C736.437 48.1871 841.563 41.7607 897.087 30.975C968.643 17.0773 1072.65 0 1132.88 0C1245.16 0 1328 23.9644 1377.27 48.1871C1398.46 58.6093 1421.07 71.3541 1440 90.2081V146H1244.5H950H720Z' fill='%23DAECE2'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

/* フッター波は白 */
.footer-in::before { background-color: var(--color-bg); }

/* H2タイトル共通 */
section .post .title_main,
.article .title_main {
  position: relative;
  padding-top: 50px;
  margin-bottom: 80px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: var(--color-text);
}

section .post .title_main::before,
.article .title_main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  background-image: url("./../../../img/ha_green.png");
  background-size: contain;
  transform: translateX(-50%);
}

section .post .title_main span,
.article .title_main span {
  display: block;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: var(--color-green);
}

/* H3タイトル */
.blog_section .title_second,
.article .title_second {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-green);
  margin-bottom: 20px;
}

/* H4タイトル */
.article .title_h4 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}

/* H5タイトル */
.article .title_h5 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

/* top_sec_force */
#top_sec_force {
  position: relative;
  height: 1100px;
}

#top_sec_force::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-image: url("./../../../img/top_rec_bg_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#top_sec_force.visible::before {
  opacity: 1;
  transform: translateY(0);
}


#top_sec_force .sec04 {
  position: absolute;
  right: 0;
  bottom: 200px;
  width: 65%;
  height: 660px;
  background-image: url("./../../../img/top_rec_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}


#top_sec_force .sec04 .box_in {
  position: absolute;
  top: 120px;
  left: 0;
  width: 770px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}


/**************************************************
 * 20. 各セクション (sec01〜sec04)
 **************************************************/

/* --- sec01 キャッチコピー --- */
.sec01 .row {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  flex-direction: row-reverse;
  min-height: 650px;
}

.sec01 .row .left { width: 46%; }
.sec01 .row .left p { margin-bottom: 30px; font-size: 18px; }

.sec01 .row .right {
  position: relative;
  width: 50%;
  padding-left: 100px;
}

.sec01 .row .right .xp {
  position: absolute;
  top: 0;
  right: 0;
  width: 244px;
  height: 244px;
}

.sec01 .row .right .xxp {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 377px;
  height: 377px;
}

.sec01 .row .right .on { width: 55%; margin: 0 0 40px 200px; }
.sec01 .row .right p { width: 85%; }
.sec01 .row .right img { width: 100%; border-radius: 15%; }



.sec01 .row .left .title_second_xp { font-weight: 500; }
.article .sec01 .title_second { margin: 80px 0 60px; }

/* --- sec02 クリニック紹介 --- */
.home .sec02.box {
  position: relative;
  margin-bottom: 80px;
}

.sec02 .row {
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 80px 0;
}

.sec02 .row .right_one { width: 50%; }

.sec02 .row .left_one {
  position: relative;
  width: 44%;
}

.sec02 .row .left_one .name {
  position: absolute;
  top: 60%;
  left: 75%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 160px;
  height: 160px;
  color: var(--color-green);
  background-image: url(./../../../img/hana3.png);
  background-size: cover;
}

.sec02 .row .left_one .name p { margin: 0; font-size: 12px; text-align: right; }
.sec02 .row .left_one .name span { display: block; font-size: 14px; color: var(--color-green); font-weight: 500; }
.sec02 .row .left_one .name .name_a { display: block; font-size: 16px; font-weight: bold; color: var(--color-green); }
.sec02 .row .left_one img { width: 480px; height: auto; border-radius: 15%; }

.sec02 .row .right_one .title_p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-green);
  line-height: 1.5;
}

.single .article-section .entry-content h2,
.post .article-section .entry-content h2,
.article .title_two {
  position: relative;
  margin-bottom: 40px;
  padding-left: 24px;
  font-size: 24px;
  font-weight: 500;
}
.single .article-section .entry-content h2::before,
.post .article-section .entry-content h2::before,
.article .title_two::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: var(--color-green);
}

.sec02 .row .right_one p,
.sec02 .row_two .left_two p { font-size: 18px; line-height: 2; }

.sec02 .row .right_one p,
.sec02 .row_two .left_two p.bottom { font-size: 18px; margin-top: 30px; }

.sec02 .row_two {
  display: flex;
  justify-content: space-between;
}

.sec02 .row_two .left_two { width: 50%; }

.sec02 .row_two .right_two { width: 44%; text-align: right; }
.sec02 .row_two .right_two img { width: 480px; height: auto; margin-bottom: 30px; border-radius: 15%; }

/* --- sec03 診療内容 --- */
.sec03 ul.details {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: transparent;
}

.sec03 ul.details>li {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}

.sec03 ul.details .start,
.sec03 ul.details .start_2,
.sec03 ul.details .start_3,
.sec03 ul.details .end {
  position: relative;
  padding: 40px 30px;
  border-radius: var(--radius-card);
}

.sec03 ul.details .start::before,
.sec03 ul.details .start_2::before,
.sec03 ul.details .start_3::before,
.sec03 ul.details .end::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 130px;
  height: 180px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec03 ul.details .start::before   { top: 0; left: 0;   background-image: url(./../../../img/1.png); }
.sec03 ul.details .start_2::before { top: 0; right: 0;  background-image: url(./../../../img/2.png); }
.sec03 ul.details .start_3::before { top: 0; left: 0;   background-image: url(./../../../img/3.png); }
.sec03 ul.details .end::before      { top: 0; right: 0; background-image: url(./../../../img/4.png); }

.sec03 ul.details li ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: transparent;
}

.sec03 ul.details li ul li {
  width: 15%;
  padding: 10px;
  background-color: var(--color-green-light);
  border-radius: 20px;
  height: 320px;
  will-change: transform;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.sec03 ul.details li ul li a {
  display: block;
  position: relative;
  height: 100%;
}

.sec03 ul.details li ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("./../../../img/arrow_down.webp") no-repeat;
  background-size: contain;
}

.sec03 ul.details li.end ul { justify-content: center; }

.sec03 ul.details li ul li.sage { transform: translateY(20px); }

.sec03 .title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.sec03 .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 48px;
  height: 3px;
  background-color: var(--color-green);
  transform: translateX(-50%);
}

.sec03 .details ul li { font-size: 14px; text-align: center; }
.sec03 .details ul li.sag { text-align: center; margin: 0; }
.sec03 .ex { margin-top: 20px; margin-bottom: 10px; font-weight: 500; color: var(--color-green); }
.sec03 p { margin-bottom: 5px; font-size: 14px; }

/* sec03 疑似要素 */
.sec03 .start ul li,
.sec03 .start_2 ul li,
.sec03 .start_3 ul li,
.sec03 .end ul li { position: relative; }

.box p.circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--color-green);
  will-change: transform;
}

.box p.circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 60%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

/* アイコン各種 */
.sec03 li.icon01 .circle::before { background-image: url(./../../../img/icon_ser_01.png); }
.sec03 li.icon02 .circle::before { background-image: url(./../../../img/icon_ser_02.png); }
.sec03 li.icon03 .circle::before { width: 65%; background-image: url(./../../../img/icon_ser_03.png); }
.sec03 li.icon04 .circle::before { width: 75%; background-image: url(./../../../img/icon_ser_04.png); }
.sec03 li.icon05 .circle::before { width: 35%; background-image: url(./../../../img/icon_ser_05.png); }
.sec03 li.icon06 .circle::before { width: 80%; background-image: url(./../../../img/icon_ser_06.png); }
.sec03 li.icon07 .circle::before { background-image: url(./../../../img/icon_ser_07.png); }
.sec03 li.icon08 .circle::before { background-image: url(./../../../img/icon_ser_08.png); }
.sec03 li.icon09 .circle::before { width: 70%; background-image: url(./../../../img/icon_ser_09.png); }
.sec03 li.icon10 .circle::before { width: 63%; background-image: url(./../../../img/icon_ser_10.png); }
.sec03 li.icon11 .circle::before { background-image: url(./../../../img/icon_ser_11.png); }
.sec03 li.icon12 .circle::before { width: 75%; background-image: url(./../../../img/icon_ser_12.png); }

/* --- ホバー --- */
.sec03 ul.details li ul li:hover {
  transform: translateY(-5px);
  opacity: 0.8;
}
.sec03 ul.details li ul li a:hover {
  color: inherit;
  opacity: 1;
}
.sec03 ul.details li ul li.sage:hover {
  transform: translateY(15px);
}
/* --- sec04 採用情報 --- */
.sec04 { padding: 300px 0 0; }

.sec04 .left {
  margin-left: 40%;
  width: 60%;
  text-align: center;
  z-index: 3;
}

.sec04 .information { margin: 60px 0; text-align: center; }
.sec04 .title_h3 { margin-bottom: 30px; font-size: 20px; font-weight: 500; color: var(--color-green); }
.sec04 p { font-size: 18px; }


/**************************************************
 * 21. カテゴリーフィルター
 **************************************************/
.category-tag-filter { margin-bottom: 30px; }
.category-tag-filter .row { align-items: center; }

.cate_title { font-size: 1em; font-weight: normal; }
.cate_title_min { margin-bottom: 15px; font-size: 13px; color: #999; }

.filter-buttons { display: flex; flex-wrap: wrap; gap: 10px; }

.btn-filter {
  padding: 8px 20px;
  border: 2px solid var(--color-green);
  border-radius: 30px;
  background: #fff;
  font-size: 14px;
  text-decoration: none;
  color: var(--color-green);
  transition: all 0.3s;
}

.btn-filter:hover,
.btn-filter.is-active {
  background: var(--color-green);
  color: #fff;
}

.tag-count { font-size: 12px; opacity: 0.7; }


/**************************************************
 * 22. レスポンシブ (max-width: 767px)
 **************************************************/
@media screen and (max-width: 767px) {

  /* --- 共通 --- */
  .sp { display: block; }
  .sp-br { display: block; }
  .breadcrumb { width: 100%; max-width: 100%; }
  .body_sns { display: none; }

  /* --- ヘッダー --- */
  body:not(.home) #header { height: 150px; background-size: auto 100px; margin-bottom: 30px; }
  body:not(.home) #header::before { width: 320px; height: 100px; }

  .header-text-layer { top: 35%; left: 30%; }
  .header-text-layer .header-catch,
  .header-text-layer .entry-title { font-size: 25px; text-align: left; }

  .head_info_area { padding-top: 0; }
  .head_info_area .row { display: block; margin-bottom: 0; }
  .head_info_area .row ul { width: 100%; }

  #header-container-in { justify-content: flex-start; padding-top: 12px; padding-bottom: 12px; }
  .header-container-in .shopinfo { display: none; }

  .header-in .image-row { width: 70%; }
  img.header-ha { height: 35px; width: auto; }
  img.header-rogo { height: 30px; width: auto; margin-left: 0; }

  .header-text-layer { width: 100%; left: 0; padding: 0 15%; }
  .home .header-text-layer { padding: 0 5%; }

  .large_btn_in { left: 10%; bottom: 5%; width: 80%; height: 180px; }
  .large_btn_in a { width: 100%; }
  .large_btn { width: 180px; height: 82px; }

  /* --- ハンバーガーメニュー --- */
  .btn-gnavi_box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: block;
    width: 70px;
    height: 64px;
    padding: 15px 16px;
    background-color: var(--color-green-light);
    cursor: pointer;
  }

  .btn-gnavi_box span {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background: var(--color-text);
    transform: translateX(-50%);
    transition: all 400ms;
  }

  .btn-gnavi span:nth-child(1) { top: 20px; }
  .btn-gnavi span:nth-child(2) { top: 30px; }
  .btn-gnavi span:nth-child(3) { top: 40px; }

  .is-open .btn-gnavi span:nth-child(1) { top: 30px; left: 20px; width: 30px; transform: rotate(45deg); }
  .is-open .btn-gnavi span:nth-child(2) { display: none; }
  .is-open .btn-gnavi span:nth-child(3) { top: 30px; left: 20px; width: 30px; transform: rotate(-45deg); }

  .btn-gnavi_box .txt {
    position: absolute;
    bottom: 5px;
    left: 50%;
    font-size: 10px;
    color: var(--color-text);
    transform: translateX(-50%);
  }

  .slick-dots { left: 0; }

  /* --- ナビゲーション --- */
  .navi {
    position: fixed;
    top: 64px;
    right: -100%;
    left: auto;
    z-index: 999;
    height: calc(100vh - 64px);
    padding: 10px 20px;
    background-color: var(--color-green-light);
    overflow-y: auto;
    transition: right 0.4s ease;
  }

  .navi.is-open { right: 0; overflow-y: scroll; }

  ul.address, .navi .sns, .navi .spnav_bottom, .navi-in,
  .navi-in .line, .header-container-in .spnav_bottom,
  .info { display: block; }

  .navi-in .menu-pc { display: none; }
  .navi.is-open .navi-in .menu-pc { display: block; width: 100%; margin-bottom: 30px; }

  .navi-in .btn_in,
  .navi-in .sns { margin: 0 auto 20px; }
  .navi-in .sns ul { margin: 0; }
  .navi-in .btn_in a { margin: 0; }

  .navi-in>ul { padding: 0; margin: 0; list-style: none; }
  .navi-in>ul li { text-align: left; border-bottom: solid 1px var(--color-text); }

  .navi-in>ul li:not(.btn) {
    position: relative;
    width: 100%;
    padding: 0 16px;
    border-color: var(--color-green);
  }

  .navi-in>ul li:not(.btn) a { background-color: inherit; padding: 16px 10px; }
  .current_page_item, .navi-in a:hover, .navi-in>ul .caption-wrap>div { color: inherit; }
  .navi-in>ul li:last-child a,
  .navi-in>ul li:last-child .caption-wrap { width: auto; }
  .navi.is-open .navi-in>ul .caption-wrap>div { width: auto; }
  .navi-in>ul .caption-wrap { justify-content: start; }

  .navi-in .foot { display: none; }
  .navi-in .tel-box { margin-bottom: 30px; }

  .navi-in>ul li:not(.btn)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent var(--color-green);
    vertical-align: middle;
    transform: translateY(-50%);
  }

  .spnav_bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .spnav_bottom span { display: inline-block; font-size: 14px; }
  .spnav_bottom span.tel-num { font-size: 28px; }
  .spnav_bottom p { font-size: 14px; font-weight: normal; }

  .spnav_bottom .source-org.copyright,
  .spnav_bottom a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    color: inherit;
    background-color: transparent;
  }

  .spnav_bottom a { text-decoration: underline; }

  /* --- オーバーレイ --- */
  .navi-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
  }

  .navi-overlay.is-open { opacity: 1; visibility: visible; pointer-events: auto; }

  /* --- セクション --- */
  article.article .entry-content section { padding-top: 60px; padding-bottom: 80px; }

  /* --- タイトル --- */
  .article .title_h2 { padding-bottom: 16px; font-size: 24px; line-height: 1.8; }
  .article .title_h3 { margin-bottom: 24px; font-size: 20px; line-height: 1.8; }
  .article .title_h3 span {
    display: inline;
    background: linear-gradient(transparent 60%, #FBFFBD 60%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .article .title_h3 span::after { display: none; }
  .article .title_h4 { font-size: 18px; }
  .article .title_h5 { font-size: 16px; }
  .article .title_h6 { font-size: 14px; }
  .article .title_main { font-size: 24px; line-height: 1.2; }
  .article .title_main span { font-size: 16px; }

  /* --- セクションA --- */
  .sectionA { margin-bottom: 64px; }
  .sectionA .text { margin: 40px 0 64px; }
  .sectionA .text p { font-size: 14px; text-align: left; }

  /* --- セクションB・C --- */
  .row { display: flex; flex-wrap: wrap; justify-content: center; }
  .row .left { width: 100%; max-width: 500px; height: auto; }
  .row .right { width: 100%; margin: 32px 0 0; text-align: left; }
  .sectionC .row { flex-direction: column-reverse; }
  .body .sectionC .row .right { margin: 0 0 32px; }

  /* --- お知らせ --- */
  #news { margin-top: 40px; }
  #news .news-list-wrap { padding: 0 0 40px; }
  #news .news-list-wrap li { flex-wrap: wrap; justify-content: space-between; align-items: center; }
  #news .news-list-wrap li .news-date { width: auto; margin-right: 0; margin-bottom: 8px; }
  #news .news-list-wrap li .news-cat { width: auto; min-width: 80px; margin-right: 0; margin-bottom: 8px; }
  #news .news-list-wrap li a.news-link { display: block; width: 100%; margin-top: 4px; }

  /* --- 投稿一覧 --- */
  body:not(.home) #list .entry-card { width: 100%; margin-right: 0; }
  body:not(.home) .list .entry-card-wrap { width: 100%; margin: 0 0 20px; }
  .article-section .single-content-title { font-size: 18px; }

  /* --- アクセス --- */
  .map_in { flex-wrap: wrap; min-height: auto; margin-top: 40px; }
  .map_in .left { justify-content: center; width: 100%; margin-right: 0; padding: 40px 20px; }
  .map_in .left .access_box ul { flex-wrap: wrap; justify-content: center; }
  .map_in .left .access_box .logo { width: 100%; margin-bottom: 16px; text-align: center; }
  .map_in .left .access_box .logo img { margin: 0 auto; margin-right: 0; }
  .map_in .left .access_box .add { width: 100%; text-align: left; }
  .access_box table { width: 100%; margin: 0 auto; }
  .map_in .right { width: 100%; height: 300px; }
  .map_in .right iframe { min-height: 300px; }

  /* --- ページネーション --- */
  .pagination, .pager-links { gap: 5px; }
  .pagination .page-numbers,
  .pager-links .page-numbers { width: 40px; height: 40px; font-size: 14px; }

  /* --- Swiperスライダー --- */
  .my-post-swiper { padding-right: 0; padding-left: 50px; }
  .my-post-swiper .swiper-button-prev,
  .my-post-swiper .swiper-button-next { width: 40px; height: 40px; margin-top: -20px; }
  .my-post-swiper .swiper-button-prev::before,
  .my-post-swiper .swiper-button-next::before { width: 14px; }
  .my-post-swiper .swiper-button-next { left: 5px; }
  .my-post-swiper .swiper-button-next::after { left: 14px; }
  .my-post-swiper .swiper-button-prev { right: 5px; }
  .my-post-swiper .swiper-button-prev::after { right: 14px; }

  /* --- フッター --- */
  .footer {
    padding-bottom: 150px;
  }
  .footer::before {
    height: 150px;
  }
  .footer_box img.logo { height: 28px; }
  .footer_box { display: block; width: 100%; }
  .footer_box_in { display: block; }
  .tel-box a { background-color: transparent; }
  .footer-bottom { display: block; }
  .footer-bottom-content.box,
  .footer-bottom.box { max-width: 90%; }
  .footer-bottom-logo { margin-bottom: 30px; }
  .footer-bottom-logo .logo-image { width: 80px; }
  .footer-bottom-logo img { height: auto; }
  .footer-bottom-content { margin-bottom: 30px; }
  .footer-bottom-content .address { margin-left: 0; }

  .footer-bottom-content.box {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 16px 15px 30px;
  }

  .footer-bottom-content.box a,
  .footer-bottom-content.box div { display: block; margin: 0; text-align: center; font-size: .8em; }
  .footer-bottom-content.box a { margin-bottom: 16px; }

  .sns ul li { display: flex; justify-content: center; width: 100%; }
  .footer .sns ul li a img { filter: none; width: 50px; }

  .navi-footer-in>.menu-footer,
  li.menu-item {
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    gap: 15px 0;
    list-style: none;
    padding: 0;
  }

  .navi-footer-in>.menu-footer li.menu-item { width: auto; text-align: left; }
  .navi-footer-in>.menu-footer li.menu-item a { padding: 0 10px; }
  .yubin-address { margin-top: 0; }

  /* --- 追従ボタン --- */
  .bottom_btn.sp {
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .bottom_btn.sp .tel-box,
  .bottom_btn.sp .foot { display: none; }

  .bottom_btn.sp .tel-box.sp {
    display: block;
    min-width: 156px;
  }

  /* --- CTA --- */
  #cta section { padding-left: 15px; padding-right: 15px; }
  #cta .box { padding-right: 10px; padding-left: 10px; }
  #cta .box .row { display: block; }
  #cta .box .row .image-row { width: 90%; margin: 0 auto; }
  #cta .box .row .tel-box.sp { display: none; }
  #cta .box .row .left,
  #cta .box .row .right { width: 100%; }
  #cta .box .row .right.map { height: 300px; }

  /* --- sec01 --- */
  .sec01 .row { display: block; }
  .sec01 .row::before { top: -20px; left: auto; right: 0; width: 67px; height: 67px; }
  .sec01 .row::after { top: -100px; left: 278px; z-index: 3; width: 41px; height: 41px; }
  .sec01 .row .left::before { top: -57px; left: 240px; width: 50px; height: 50px; }
  .sec01 .row .right,
  .sec01 .row .left { width: 100%; }
  .sec01 .row .right {
    padding-bottom: 200px;
  }
  .sec01 .left .title_second { margin-top: 0; font-size: var(--sp-title); }
  .sec01 .row .left p { margin-bottom: 16px; }
  .sec01 .row .right .xp { top: 0; right: 0; width: 35%; height: auto; }
  .sec01 .row .right .xxp { top: 20px; right: auto; left: 0; bottom: 0; width: 60%; height: auto; }

  /* --- sec02 --- */
  .sec02 .row { display: flex; flex-direction: column-reverse; margin: 40px 0; }
  .sec02 .row .right_one { width: 100%; }
  .sec02 .row .left_one { width: 100%; }
  .sec02 .row .left_one .name { top: 60%; left: 64%; width: 129px; height: 129px; }
  .sec02 .row_two { flex-direction: column-reverse; }
  .sec02 .row_two .left_two { width: 100%; }
  .sec02 .row_two .right_two { width: 100%; }
  .sec02 .row .left_one img { width: 370px; margin-bottom: 40px; }

  /* --- sec03 --- */
  .sec03 ul.details { display: block; }
  .sec03 ul.details .start,
  .sec03 ul.details .start_2,
  .sec03 ul.details .start_3,
  .sec03 ul.details .end { width: 100%; padding-left: 15px; padding-right: 15px; }
  .sec03 ul.details li ul { flex-wrap: wrap; justify-content: center; }
  .sec03 ul.details li ul li { width: 46%; margin-bottom: 20px; }
  .sec03 ul.details .start_3::before,
  .sec03 ul.details .end::before { bottom: auto; top: 0; }

  /* --- sec04 --- */
  #top_sec_force .sec04 .box_in {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #top_sec_force .sec04 .box_in p {
    text-align: left;
  }
  #top_sec_force .sec04 {
    width: 100%;
    background-position: center;
  }
  #top_sec_force::before {
    height: 350px;
    width: 100%;
    z-index: 1;
  }
  #cta .box.post .list {
    display: block;
  }
  #cta .box.post .list .entry-card {
    width: 100%;
    margin-bottom: 20px;
  }
  #cta .box:not(.post) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .large_btn {
    width: 49%;
  }
}

.recruit .content section:first-child .box .row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.recruit .content section:first-child .box .row .left {
  width: 30%;
}
.recruit .content section:first-child .box .row .left img {
  border-radius: 60px;
}
.recruit .content section:first-child .box .row .right {
  width: 65%;
}
.recruit .content section:first-child .box .row .right p {
  line-height: 2;
}
.recruit .article .title_second {
  font-size: 32px;
  margin-bottom: 20px;
}
.recruit section:first-child h3 {
  text-align: center;
}
.recruit section:first-child h3 span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  color: var(--color-green);
  margin-bottom: 40px;
}
.recruit section:first-child h3 span::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--color-green);
  left: -40px;
  top: 0;
  transform: rotate(-15deg);
  border-radius: 10px;
}
.recruit section:first-child h3 span::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--color-green);
  right: -40px;
  top: 0;
  transform: rotate(15deg);
  border-radius: 10px;
}
.recruit section:first-child .box .box_in .row {
  align-items: stretch;
  margin-bottom: 20px;
}
.recruit section:first-child .box .box_in .row h4 {
  background-color: #FFF5A8;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: 500;
}
.recruit section:first-child .box .box_in .row .right h4 {
  background-color: #D5FBFF;
}
.recruit section:first-child .box .box_in .row div {
  border: solid 1px var(--color-green);
  border-radius: 20px;
  padding: 20px 40px;
}
.recruit section:first-child .box .box_in .row div .title {
  color: var(--color-green);
  font-size: 16px;
  margin-bottom: 20px;
}
.recruit section:first-child .box .box_in .row div .att {
  color: var(--color-green);
  font-size: 14px;
}
.recruit section:first-child .box .box_in .row div dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.recruit section:first-child .box .box_in .row div dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 40%;
  height: 50px;
  border-bottom: solid 6px #FFF5A8;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
}
.recruit section:first-child .box .box_in .row div dl dd {
  width: 60%;
  height: 50px;
  margin: 0;
  text-align: right;
  border-bottom: solid 6px #FFF5A8;
  font-family: var(--font-lexend);
  font-weight: 500;
  font-size: 40px;
  color: var(--color-green);
  margin-bottom: 20px;
}
.recruit section:first-child .box .box_in .row .right div dl dt,
.recruit section:first-child .box .box_in .row .right div dl dd {
  border-bottom: solid 6px #D5FBFF;
}
.recruit section:first-child .box .box_in .row div dl dd span {
  font-size: 16px;
  color: var(--color-text);
  padding-left: 10px;
}
.recruit section:first-child .box .box_in .row .left,
.recruit section:first-child .box .box_in .row .right {
  width: 49%;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--color-bg);
  text-align: center;
  margin-bottom: 20px;
}
.recruit section:first-child .box .box_in .row.xp .left,
.recruit section:first-child .box .box_in .row.xp .right {
  border: solid 2px var(--color-green);
  background-color: transparent;
}
.kengaku {
  background-image: url(http://endo-shika-clinic.jp/wp-content/uploads/2026/03/Frame-313.png);
  background-size: cover;
  padding: 24px;
  border-radius: 20px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
}
.kengaku .inner {
  border: solid 2px #fff;
  border-radius: 20px;
  text-align: right;
  padding: 50px 20px;
}
.kengaku .inner p {
  color: #fff;
  line-height: 2;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.kengaku .inner p:nth-child(2) {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
.recruit section:first-child .box .box_in .row.xp h4 {
  background-color: transparent;
}
.recruit section:first-child .box .box_in .row.xp h4 span {
  background-color: var(--color-green);
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 20px;
}
.recruit section:first-child .box .box_in .row.xp .tel {
  color: var(--color-green);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--font-sans);
}
.recruit section:first-child .box .box_in .row.xp .tanto {
  line-height: 1;
  margin-bottom: 20px;
}
.recruit section:first-child .box .box_in .row.xp img {
  width: 100px;
  display: block;
  margin: 0 auto 20px;
}
.recruit section:first-child .box .box_in .row div {
  border: none;
  padding: 0;
  text-align: left;
  border-radius: 0;
}
.recruit section:first-child .box .box_in .row div p {
  margin-bottom: 20px;
}
.recruit section:first-child .box .box_in .row div p.att {
  color: #666666;
  font-size: 14px;
}
.recruit section:first-child .box .box_in .row div h5 {
  color: var(--color-green);
  border-bottom: solid 2px #FFF5A8;
  padding-bottom: 5px;
  font-weight: 500;
}
.recruit section:nth-child(2) .box .row {
  margin-bottom: 60px;
  justify-content: space-between;
}
.recruit section:nth-child(2) .box .row:nth-child(odd) {
  flex-direction: row-reverse;
}
.recruit section:nth-child(2) .box .row p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
.recruit section:nth-child(2) .box {
  counter-reset: mycounter;
  margin-bottom: 160px;
}
.recruit section:nth-child(2) .box .row {
  counter-increment: mycounter;
}
.recruit section:nth-child(2) .box .row .title_second {
  text-align: right;
  font-size: 24px;
  position: relative;
  margin-top: 30px;
}
.recruit section:nth-child(2) .box .row .title_second::before {
  position: absolute;
  line-height: 1;
  left: 0;
  bottom: 0;
	content: counter(mycounter, decimal-leading-zero);
  color: #DAECE2;
  font-style: italic;
  font-size: 64px;
  font-weight: 500;
  font-family: var(--font-lexend);
  z-index: 0;
}
.recruit section:nth-child(2) .box .row .left {
  width: 44%;
}
.recruit section:nth-child(2) .box .row .left img {
  border-radius: 40px;
}
.recruit section:nth-child(2) .box .row .right {
  width: 51%;
}
.box .benefits {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0 2.5%;
}
.box .benefits li {
  width: 23%;
  background-color: var(--color-green-light);
  margin-bottom: 40px;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
}
.box .benefits li .circle {
  margin-bottom: 20px;
}
.box .benefits li h3 {
  color: #fff;
  background-color: var(--color-green);
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
}
.box .benefits li p:not(.circle) {
  text-align: left;
  line-height: 2;
}
.box .benefits li:first-child .circle::before {
  background-image: url(./../../../img/bene1.png);
}
.box .benefits li:nth-child(2) .circle::before {
  background-image: url(./../../../img/bene2.png);
}
.box .benefits li:nth-child(3) .circle::before {
  background-image: url(./../../../img/bene3.png);
}
.box .benefits li:nth-child(4) .circle::before {
  background-image: url(./../../../img/bene4.png);
}
.box .benefits li:nth-child(5) .circle::before {
  background-image: url(./../../../img/bene5.png);
}
.box .benefits li:nth-child(6) .circle::before {
  background-image: url(./../../../img/bene6.png);
}
.box .benefits li:nth-child(7) .circle::before {
  background-image: url(./../../../img/bene7.png);
}
.box .benefits li:nth-child(8) .circle::before {
  background-image: url(./../../../img/bene8.png);
}
.box .benefits li:nth-child(9) .circle::before {
  background-image: url(./../../../img/bene9.png);
}
.box .benefits li:nth-child(10) .circle::before {
  background-image: url(./../../../img/bene10.png);
}
.box .benefits li:nth-child(11) .circle::before {
  background-image: url(./../../../img/bene11.png);
}
.box .benefits li:nth-child(12) .circle::before {
  background-image: url(./../../../img/bene14.png);
}
.box .benefits li:nth-child(13) .circle::before {
  background-image: url(./../../../img/bene12.png);
}
.box .benefits li:nth-child(14) .circle::before {
  background-image: url(./../../../img/bene13.png);
}

table.price-table {
  border-radius: 20px;
  background-color: var(--color-green-light);
  margin-bottom: 60px;
}
table.price-table tr:nth-child(even) th,
table.price-table tr:nth-child(even) td {
  background-color: #EBF2EB;
}
table.price-table th {
  font-size: 18px;
  color: var(--color-green);
  font-weight: 500;
  padding: 20px 40px;
  width: 30%;
  text-align: left;
}
table.price-table tr:last-child th {
  border-radius: 0 0 0 20px;
}
table.price-table tr:last-child td {
  border-radius: 0 0 20px 0;
}
table.price-table td {
  font-size: 16px;
  padding: 20px 40px;
  line-height: 2;
}
table.price-table td span {
  color: #666;
  font-size: 14px;
}
.services table.price-table tr:nth-child(even) th,
.services table.price-table tr:nth-child(even) td {
  background-color: transparent;
}
.services table.price-table tbody tr:nth-child(-n+2) th,
.services table.price-table tbody tr:nth-child(-n+2) td,
.services table.price-table tr:nth-child(n+6):nth-child(-n+7) th,
.services table.price-table tr:nth-child(n+6):nth-child(-n+7) td {
  background-color: #EBF2EB;
}
.services table.price-table tr td:last-child {
  text-align: right;
}
.box .saiyo {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.box .saiyo li {
  position: relative;
  width: 23%;
  border: solid 2px var(--color-green);
  border-radius: 20px;
  padding: 30px 20px;
}
.box .saiyo li img {
  border-radius: 20px;
}
.box .saiyo li h3 {
  text-align: center;
  color: var(--color-green);
  margin: 16px auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
.box .saiyo li::before {
  position: absolute;
  content: "STEP 01";
  color: #fff;
  font-family: var(--font-lexend);
  font-size: 20px;
  font-weight: 500;
  background-color: var(--color-green);
  padding: 10px 0;
  border-radius: 20px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  text-align: center;
}
.box .saiyo li:nth-child(2)::before {
  content: "STEP 02";
}
.box .saiyo li:nth-child(3)::before {
  content: "STEP 03";
}
.box .saiyo li:nth-child(4)::before {
  content: "STEP 04";
}
.box .saiyo li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  border-style: solid;
  border-width: 10px 0 10px 8.7px;
  border-color: transparent transparent transparent var(--color-green);
  vertical-align: middle;
  transform: translateY(-50%);
}
.box .saiyo li:last-child:after {
  content: none;
}
.recruit section:nth-child(2) .box.staff .row {
  justify-content: space-between;
  align-items: stretch;
}
.recruit section:nth-child(2) .box.staff .row .left {
  width: 65%;
  background-color: var(--color-green-light);
  border-radius: 40px;
  padding: 30px;
  position: relative;
}
.recruit section:nth-child(2) .box.staff .row .left h3 {
  background-color: var(--color-green);
  font-size: 18px;
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
.recruit section:nth-child(2) .box.staff .row .left h4 {
  font-size: 20px;
  color: var(--color-green);
  border-bottom: solid 4px #FFF5A8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.recruit section:nth-child(2) .box.staff .row .left p {
  margin-bottom: 0;
}
.recruit section:nth-child(2) .box.staff .row .right {
  width: 30%;
  border-radius: 40px;
  border: solid 6px var(--color-green-light);
  overflow: hidden;
}
.recruit section:nth-child(2) .box.staff .row .left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent var(--color-green-light);
  vertical-align: middle;
  transform: translateY(-50%);
}
.recruit section:nth-child(2) .box .row.oubo .left,
.recruit section:nth-child(2) .box .row.oubo .right {
  border: solid 2px var(--color-green);
  background-color: transparent;
  width: 49%;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--color-bg);
  text-align: center;
  margin-bottom: 20px;
}
.recruit section:nth-child(2) .box .row.oubo h4 {
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: 500;
}
.recruit section:nth-child(2) .box .row.oubo h4 span {
  background-color: var(--color-green);
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 20px;
}
.recruit section:nth-child(2) .box .row.oubo .tel {
  color: var(--color-green);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--font-sans);
}
.recruit section:nth-child(2) .box .row.oubo .tanto {
  line-height: 1;
  margin-bottom: 20px;
}
.recruit section:nth-child(2) .box .row.oubo img {
  width: 100px;
  display: block;
  margin: 0 auto 20px;
}
.recruit section:nth-child(2) .box .row.oubo div {
  border: none;
  padding: 0;
  text-align: left;
  border-radius: 0;
}
.recruit section:nth-child(2) .box .row.oubo div p {
  margin-bottom: 20px;
  font-size: 16px;
}
.recruit section:nth-child(2) .box .row.oubo div p.att {
  color: #666666;
  font-size: 14px;
}
.recruit section:nth-child(2) .box .row.oubo div h5 {
  color: var(--color-green);
  border-bottom: solid 2px #FFF5A8;
  padding-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit section:nth-child(2) .box.staff .row,
  .box .saiyo,
  .recruit section:nth-child(2) .box .row,
  .recruit .content section:first-child .box .row {
    display: block;
  }
  .recruit section:nth-child(2) .box.staff .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .recruit section:nth-child(2) .box.staff .row .left,
  .recruit section:nth-child(2) .box.staff .row .right,
  .recruit section:nth-child(2) .box .row.oubo .left,
  .recruit section:nth-child(2) .box .row.oubo .right,
  .box .saiyo li,
  .recruit section:nth-child(2) .box .row .left,
  .recruit section:nth-child(2) .box .row .right,
  .recruit .content section:first-child .box .row .left,
  .recruit .content section:first-child .box .row .right {
    width: 100%;
  }
  .box .benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.5%;
  }
  .box .benefits li {
    width: auto;
  }
  .box .saiyo li {
    margin-bottom: 60px;
  }
  .recruit section:nth-child(2) .box.staff .row .right {
    margin-bottom: 40px;
  }
  .box .saiyo li::after {
    top: auto;
    bottom: -35px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
    border-width: 10px 0 10px 8.7px;
  }
  .recruit section:nth-child(2) .box.staff .row .left::after {
    top: -10px;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateY(-50%) rotate(-90deg);
  }
  .recruit section:nth-child(2) .box.staff .row .left {
    padding: 20px;
  }
  .recruit section:nth-child(2) .box.staff .row .left h3 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.2;
    width: 100%;
  }
  .box .benefits li h3,
  .box .benefits li {
    padding: 10px;
  }
  .box .benefits li p:not(.circle),
  .box .benefits li h3 {
    font-size: .8em;
  }
  .services table.price-table thead th {
    font-size: .8em;
    padding-left: 5px;
    padding-right: 5px;
  }
  .services table.price-table thead th:first-child {
    width: 20%;
  }
  .services table.price-table thead th:nth-child(2) {
    width: 65%;
  }
  .services table.price-table thead th:nth-child(3) {
    width: 15%;
  }
  .services table.price-table tbody th,
  table.price-table tbody th {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .8em;
    vertical-align: middle;
    text-align: center;
  }
  .services table.price-table tbody th span,
  table.price-table tbody th span {
    writing-mode: vertical-rl;
    white-space: nowrap;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .services table.price-table tbody td {
    padding: 10px;
  }
  .services table.price-table tbody th br {
    display: none;
  }
  table.price-table td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .recruit section:nth-child(2) .box .row .title_second::before {
    font-size: 30px;
    top: -25px;
    bottom: auto;
  }
  .recruit section:first-child h3 span {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .recruit section:first-child h3 span::before {
    left: 12px;
  }
  .recruit section:first-child h3 span::after {
    right: 12px;
  }
  .kengaku {
    background-position: left 40% center;
  }
  .kengaku .inner p {
  }
  .recruit .article .title_second {
    font-size: 24px;
  }
}

.page_content_top {
  display: grid;
  grid-template-columns: .4fr 1fr;
  gap: 40px;
  margin-bottom: 100px;
}
.box .page_content_top p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.page_content_top img {
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .article .box .page_content_top .title_second {
    font-size: var(--sp-title);
  }
  .page_content_top {
    grid-template-columns: 1fr;
  }
}

.swiperbox {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 30px auto 0;
}
.swiper-slide {
  background-color: #fff;
  padding: 10px;
}
.swiper-slide p {
  margin: 20px 0;
  font-size: .8em;
  line-height: 1.2;
}
.swiper-pagination,
.swiper-button-next, .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  height: auto;
  width: auto;
  margin: 0;
}
.swiper-button-next,
.swiper-button-prev {
  font-size: 16px;
  font-family: var(--font-lexend);
  color: var(--color-text);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "◀";
  color: var(--color-green);
  font-size: 14px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button-next::after {
  content: "▶";
  right: -25px;
  left: auto;
}
.swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: relative;
}

.swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease;
}

.swiper-slide:not(.swiper-slide-active) {
  transform: scaleY(0.8);
}

.swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 50px;
  height: 20px;
  border-radius: 20px;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-green);
  width: 50px;
  height: 20px;
  border-radius: 20px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .swiperbox {
    max-width: 80%;
  }
  .swiper-pagination-bullet {
    width: 20px;
  }
  .swiper-slide img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
}
.blog_section {
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--color-green-light);
}

.br-faq-q {
  color: inherit;
}
.staff {
  display: none;
}
.title_two .kanjyaxp {
  font-size: .7em;
}
.kanjya h4 {
  font-size: 16px;
  font-weight: 500;
}
.box .kanjya p {
  font-size: 14px;
}