@charset "UTF-8";
/* ===========================================
 * fonts
 * ===========================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Poppins:wght@300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+Antique&display=swap");
/* ===========================================
 * Variable
 * ===========================================
*/
/* -------------------------------------------
 * breakpoint
*/
/* -------------------------------------------
 * max-width
*/
/* -------------------------------------------
 * color
*/
/* -------------------------------------------
 * svg
*/
/* ===========================================
 * Utility
 * ===========================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* -------------------------------------------
 * font-size
*/
/* $base-font-sizeを基準に$sizeを%で指定 */
/* $base-font-sizeを基準に$sizeをremで指定 */
/* $base-font-sizeを基準に$sizeをpxで指定 */
/* $base-font-sizeを基準に$sizeをemで指定 */
/* $base-font-sizeを基準に$sizeをvwで指定 */
/* $base-font-sizeを基準に$sizeをvhで指定 */
/* ===========================================
 * debug
 * ===========================================
*/
.show-for-logged-in, .hide-for-logged-in {
  display: none; /* 最初はどちらも非表示 */
}

/* ===========================================
 * common
 * ===========================================
*/
/* selecter */
html {
  overflow-x: hidden;
}

html body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html body .wp-child-theme-swell_child > .l-content.l-container {
  max-width: 100%;
  padding: 0 !important;
}
html body .wp-child-theme-swell_child > .l-content.l-container .l-mainContent.l-article {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
html body .wp-child-theme-swell_child > .l-content.l-container .l-mainContent.l-article .l-mainContent__inner .post_content {
  padding: 0;
}
html body::before {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  top: 0;
  left: 0;
  transform: translate(-50%, -24%);
  background: url("../img/deco-body.webp") no-repeat;
  background-size: contain;
  z-index: -1;
}

/* default font size */
p {
  font-size: clamp(14px, 1.4814814815vw, 16px);
  font-weight: normal;
  line-height: 2;
  color: #7C7C7C;
}

li {
  font-weight: normal;
}

.__p_vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 3;
  letter-spacing: 0.25rem;
}

/* common heading */
h1, h2, h3, h4, h5, h6 {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* パンクズリスト */
/* 背景 */
.__bg img {
  width: 100%;
}

/* -------------------------------------------
 * fonts
*/
.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.oswald-regular {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* -------------------------------------------
 * Pagination
*/
/* ===========================================
 * block
 * ===========================================
*/
/* ===========================================
 * Site Header
 * グローバルヘッダー
 * ===========================================
*/
body > .wp-child-theme-swell_child > .l-header {
  background-color: transparent;
  -webkit-backdrop-filter: blur(50px) brightness(130%);
          backdrop-filter: blur(50px) brightness(130%);
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner {
  padding: 0;
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner .w-header.pc_ {
  position: absolute;
  display: inline-block;
  width: auto;
  top: 46px;
  right: 4%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner .w-header.pc_ .__btn_contact {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 2.5rem;
  border-radius: 100px;
  background-color: #679AE1;
  border: 1px solid #679AE1;
  color: #FFF;
  font-size: 14px;
  position: relative;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(51, 55, 60, 0.1);
  transition: all 0.3s ease;
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner .w-header.pc_ .__btn_contact::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  display: block;
  padding-top: 2px;
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner .w-header.pc_ .__btn_contact:hover {
  background-color: #FFF;
  color: #679AE1;
  box-shadow: none;
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner .l-header__gnav {
  background-color: #679AE1;
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner .l-header__gnav .c-gnav {
  margin: 0;
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner .l-header__gnav .c-gnav li {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner .l-header__gnav .c-gnav li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner .l-header__gnav .c-gnav li a {
  padding: 1rem 2.5rem;
  color: #FFF;
  font-weight: 500;
  background-color: #679AE1;
  transition: background-color 0.3s ease;
}
body > .wp-child-theme-swell_child > .l-header .l-header__inner .l-header__gnav .c-gnav li a:hover {
  background-color: #4C89CC;
}

/* ===========================================
 * footer
 * ===========================================
*/
footer.l-footer {
  background-image: url("../img/bg-footer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding: 24% 4% 0;
}
footer.l-footer .__term_container .__inner .__flex_term {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}
footer.l-footer .__term_container .__inner .__flex_term .__category {
  flex: 1 0 50%;
}
footer.l-footer .__term_container .__inner .__flex_term .__category .__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  display: block;
  width: 240px;
  position: relative;
  margin: 0;
  padding: 0 0 0.75rem 1rem;
}
footer.l-footer .__term_container .__inner .__flex_term .__category .__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer.l-footer .__term_container .__inner .__flex_term .__category .category-list {
  margin: 1.5rem 0 0;
  padding: 0 0 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  row-gap: 1rem;
}
footer.l-footer .__term_container .__inner .__flex_term .__category .category-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
footer.l-footer .__term_container .__inner .__flex_term .__category .category-list li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 4px;
  background-color: #FFF;
  border-radius: 1px;
}
footer.l-footer .__term_container .__inner .__flex_term .__category .category-list li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}
footer.l-footer .__term_container .__inner .__flex_term .__tag {
  flex: 1 0 45%;
}
footer.l-footer .__term_container .__inner .__flex_term .__tag .__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  display: block;
  width: 240px;
  position: relative;
  margin: 0;
  padding: 0 0 0.75rem 1rem;
}
footer.l-footer .__term_container .__inner .__flex_term .__tag .__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer.l-footer .__term_container .__inner .__flex_term .__tag .tag-list {
  margin: 1.5rem 0 0;
  padding: 0 0 0 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  row-gap: 0.5rem;
}
footer.l-footer .__term_container .__inner .__flex_term .__tag .tag-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
}
footer.l-footer .__term_container .__inner .__flex_term .__tag .tag-list li::before {
  content: "#";
  display: block;
  font-size: 1rem;
  color: #FFF;
}
footer.l-footer .__term_container .__inner .__flex_term .__tag .tag-list li a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
}
footer.l-footer .__menu_container {
  margin: 2rem 0 0;
}
footer.l-footer .__menu_container .__inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  row-gap: 0.5rem;
}
footer.l-footer .__menu_container .__inner ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
footer.l-footer .__company_container {
  margin-top: 3rem;
}
footer.l-footer .__company_container .__inner .__logo {
  display: block;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #FFF;
}
footer.l-footer .__company_container .__inner .__info {
  margin-top: 1rem;
}
footer.l-footer .__company_container .__inner .__info .__name_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5rem;
}
footer.l-footer .__company_container .__inner .__info .__name_container .__name {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  margin: 0;
  padding: 0;
}
footer.l-footer .__company_container .__inner .__info .__name_container .__link {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
footer.l-footer .__company_container .__inner .__info .__name_container .__link::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  display: block;
  color: #FFF;
}
footer.l-footer .__company_container .__inner .__info .__address_container .__address {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
footer.l-footer .__company_container .__inner .__info .__button_container {
  margin-top: 2rem;
}
footer.l-footer .__company_container .__inner .__info .__button_container .__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  line-height: 1;
  padding: 1rem 4rem;
  border-radius: 200px;
  background-color: #FFF;
  color: #679AE1;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(51, 55, 60, 0.1);
}
footer.l-footer .__company_container .__inner .__info .__button_container .__link::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/btn-arrow-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer.l-footer .l-footer__inner {
  margin-top: 3rem;
}
footer.l-footer .l-footer__inner .copyright {
  margin: 0;
  color: #FFF;
}

/* ===========================================
 * Sidebar
 * サイドバー
 * ===========================================
*/
/* ===========================================
 * Home
 * ===========================================
*/
.top {
  /* -------------------------------------------
  * FV
  */
  /* -------------------------------------------
  * About
  */
  /* -------------------------------------------
  * Search
  */
  /* -------------------------------------------
  * News
  */
}
.top [class*=sec-] {
  margin: 0;
  padding: 8% 0;
}
.top [class*=sec-] .__header_container .__head .__en {
  font-size: clamp(26px, 4.0740740741vw, 44px);
  color: #154D8E;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 8px;
  line-height: 1;
}
.top [class*=sec-] .__header_container .__head .__ja {
  color: #35364E;
  margin: 1rem 0 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.top .sec-top-fv {
  padding: 0;
  background: linear-gradient(to bottom, #FFFFFF, #F2EBDB, #FDFDFD);
}
.top .sec-top-fv .__inner {
  margin: 40px 0 24px;
  padding-bottom: 4rem;
  position: relative;
  z-index: 0;
}
.top .sec-top-fv .__inner .__bg {
  position: absolute;
  display: block;
  width: 98%;
  height: 100%;
  top: 0;
  left: 2%;
  z-index: -1;
}
.top .sec-top-fv .__inner .__bg img {
  height: 100%;
}
.top .sec-top-fv .__inner .__flex_container {
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.top .sec-top-fv .__inner .__flex_container .__text_container {
  flex: 1 0 50%;
  width: 50%;
  padding-left: 4%;
}
.top .sec-top-fv .__inner .__flex_container .__text_container .__title_container {
  margin-top: 3rem !important;
}
.top .sec-top-fv .__inner .__flex_container .__text_container .__title_container .__title_ja {
  display: inline-block;
  font-size: clamp(20px, 2.4074074074vw, 26px);
  font-weight: 500;
  color: #283240;
  margin: 0;
  padding: 0 0.5rem;
  background-color: #FFF;
  margin-bottom: 0.25rem;
  letter-spacing: 8px;
}
.top .sec-top-fv .__inner .__flex_container .__text_container .__title_container .__title_en {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(26px, 2.962962963vw, 32px);
  color: #0C0805;
  margin: 1.5rem 0 0;
  padding: 0 0 0 1rem;
  letter-spacing: 8px;
  line-height: 2.2;
}
.top .sec-top-fv .__inner .__flex_container .__text_container .__title_container .__title_en .__color {
  color: #5FB7ED;
}
.top .sec-top-fv .__inner .__flex_container .__text_container .__cat_container {
  margin-top: 3rem;
  padding-left: 1rem;
}
.top .sec-top-fv .__inner .__flex_container .__text_container .__cat_container .__cat_label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(32px, 3.5185185185vw, 38px);
  color: #154D8E;
  letter-spacing: 8px;
}
.top .sec-top-fv .__inner .__flex_container .__text_container .__cat_container .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  row-gap: 1.5rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.top .sec-top-fv .__inner .__flex_container .__text_container .__cat_container .category-list li {
  margin: 0;
  padding: 0;
}
.top .sec-top-fv .__inner .__flex_container .__text_container .__cat_container .category-list li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  background-color: #6DB8E3;
  padding: 1rem 0;
  width: 200px;
  border-radius: 200px;
  line-height: 1;
  text-align: center;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider {
  flex: 1 0 50%;
  width: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 88%;
  top: 14%;
  left: 0;
  background-image: url("../img/top-fv-slider-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .__img {
  width: 50%;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider {
  width: 80%;
  margin: -1.5rem auto 0;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider .p-postList__link .p-postList__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider .p-postList__link .p-postList__body .p-postList__meta {
  display: contents;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider .p-postList__link .p-postList__body .p-postList__title {
  order: 2;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider .p-postList__link .p-postList__body .p-postList__times {
  order: 3;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider .p-postList__link .p-postList__body .p-postList__cat {
  order: 1;
  background-color: #154D8E;
  color: #FFF;
  padding: 4px;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider .p-postList__link .p-postList__body .p-postList__cat::before {
  display: none;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider .swiper-button-prev {
  left: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider .swiper-button-prev::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) skew(10deg, 10deg);
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider .swiper-button-next {
  right: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.top .sec-top-fv .__inner .__flex_container .__post_slider .p-postSlider .swiper-button-next::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) skew(10deg, 10deg);
}
.top .sec-about {
  background: linear-gradient(135deg, #FFFFFF, #FEF7F5 40%, #EEEDEE);
}
.top .sec-about .__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (min-width: 1280px) {
  .top .sec-about .__inner {
    padding: 0;
  }
}
.top .sec-about .__inner .__header_container {
  padding-left: 1.5rem;
}
.top .sec-about .__inner .__cards {
  display: grid;
  grid-template-columns: repeat(4, 234px);
  gap: 0.75rem;
  margin-top: 4rem;
  overflow-x: auto; /* 横スクロール */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* スクロールバーのスペース確保（任意） */
  padding-bottom: 6px;
  /* スクロールバーの見た目（任意） */
}
.top .sec-about .__inner .__cards::-webkit-scrollbar {
  height: 8px;
}
.top .sec-about .__inner .__cards::-webkit-scrollbar-track {
  background: #FFFFFF;
  border-radius: 8px;
}
.top .sec-about .__inner .__cards::-webkit-scrollbar-thumb {
  background: #5D95D3;
  border-radius: 8px;
}
@media screen and (min-width: 1280px) {
  .top .sec-about .__inner .__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.top .sec-about .__inner .__cards .__card {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.top .sec-about .__inner .__cards .__card .__title {
  text-align: center;
  font-weight: 500;
  color: #154D8E;
  line-height: 1.8;
  padding-bottom: 0.75rem;
  position: relative;
}
.top .sec-about .__inner .__cards .__card .__title::after {
  content: "";
  position: absolute;
  display: block;
  width: 75%;
  height: 2px;
  background-color: #CAD2DB;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top .sec-about .__inner .__cards .__card .__text {
  font-size: clamp(12px, 1.2962962963vw, 14px);
  color: #524532;
  line-height: 1.8;
}
.top .sec-about .__inner .__cta {
  display: block;
  margin-top: 4rem;
  width: 100%;
  padding: 2rem 0;
  line-height: 1;
  background: #679AE1;
  border-radius: 100px;
  text-align: center;
  color: #FFF;
  position: relative;
  position: relative;
  z-index: 1;
}
.top .sec-about .__inner .__cta:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(to right, #679AE2, #D8AD83);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.top .sec-about .__inner .__cta .__arrow {
  position: absolute;
  top: 50%;
  right: 24%;
  transform: translateY(-50%);
  display: inline-block;
  width: 8%;
  height: 32%;
  background-image: url("../img/top-button-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: right 0.3s ease;
}
.top .sec-about .__inner .__cta:hover:before {
  opacity: 1;
}
.top .sec-about .__inner .__cta:hover .__arrow {
  right: 20%;
}
.top .sec-search .__inner {
  padding: 0 4% 0 2%;
  /* 2カラムレイアウト */
}
.top .sec-search .__inner .__header_container {
  max-width: 1080px;
  margin: 0 auto;
}
.top .sec-search .__inner .__body {
  --blue: #154D8E;
  display: grid;
  grid-template-columns: 64% 1fr;
  align-items: start;
  gap: 1rem;
  max-width: 1280px;
  margin: 0 auto;
  /* ========= 左：地図 ========= */
  /* ========= 右：フィルター ========= */
}
.top .sec-search .__inner .__body .__col--map .__map_wrap {
  position: relative;
  /* 地域ボタン（地図上に配置） */
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__map_img {
  margin: 0;
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__map_img img {
  width: 100%;
  height: auto;
  display: block;
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 1.5rem;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #154D8E;
  color: var(--blue);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 10px rgba(22, 74, 146, 0.12);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
  /* ==== 位置（%は画像に合わせて微調整してください） ==== */
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn.--active {
  background: var(--blue);
  color: #fff;
  border-color: transparent;
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn[data-region=hokkaido] {
  top: 10%;
  left: 83%;
  transform: translate(-50%, 0);
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn[data-region=tohoku] {
  top: 45%;
  left: 78%;
  transform: translate(-50%, -50%);
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn[data-region=kanto] {
  top: 68%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn[data-region=chubu] {
  top: 62%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn[data-region=kinki] {
  top: 74%;
  left: 42%;
  transform: translate(-50%, -50%);
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn[data-region=chugoku] {
  top: 66%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn[data-region=shikoku] {
  top: 78%;
  left: 29%;
  transform: translate(-50%, -50%);
}
.top .sec-search .__inner .__body .__col--map .__map_wrap .__region_btn[data-region=kyushu_okinawa] {
  top: 76%;
  left: 10%;
  transform: translate(-50%, -50%);
}
.top .sec-search .__inner .__body .__col--filters {
  display: grid;
  gap: 2rem;
  height: 100%;
  align-items: end;
  /* STEP見出し共通 */
  /* STEP1.5 都道府県 */
  /* STEP02 お悩み */
}
.top .sec-search .__inner .__body .__col--filters .__step_head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-bottom: 2rem;
}
.top .sec-search .__inner .__body .__col--filters .__step_head .__step_en {
  display: flex;
  justify-self: flex-start;
  align-items: center;
  gap: 0.25em;
  color: var(--blue);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: clamp(18px, 2.5925925926vw, 28px);
  line-height: 1;
}
.top .sec-search .__inner .__body .__col--filters .__step_head .__step_en span { /* 数字部分を大きく */
  font-family: "Oswald", sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  letter-spacing: 0;
}
.top .sec-search .__inner .__body .__col--filters .__step_head .__step_ttl {
  margin: 0 0 2px;
  color: #35364E;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}
.top .sec-search .__inner .__body .__col--filters .__step15 {
  background: #fff;
  padding: 14px 16px 16px;
}
.top .sec-search .__inner .__body .__col--filters .__step15 .__pref_note {
  color: #787A86;
  font-size: 12px;
  margin: 6px 0 12px;
  text-align: right;
}
.top .sec-search .__inner .__body .__col--filters .__step15 .__pref_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.top .sec-search .__inner .__body .__col--filters .__step15 .__pref_buttons .__pref_btn {
  height: 36px;
  padding: 0 1.5rem;
  border-radius: 2px;
  background: #fff;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}
.top .sec-search .__inner .__body .__col--filters .__step15 .__pref_buttons .__pref_btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.top .sec-search .__inner .__body .__col--filters .__step15 .__pref_buttons .__pref_btn.--active, .top .sec-search .__inner .__body .__col--filters .__step15 .__pref_buttons .__pref_btn:focus-visible {
  background: var(--blue);
  border-color: transparent;
  color: #fff;
  outline: none;
}
.top .sec-search .__inner .__body .__col--filters .__step02 {
  padding: 14px 16px 16px;
}
.top .sec-search .__inner .__body .__col--filters .__step02 .__form {
  margin: 0;
}
.top .sec-search .__inner .__body .__col--filters .__step02 .__form .__trouble_group {
  display: grid;
  gap: 10px;
  border: none;
  padding: 0;
  /* カスタムラジオ */
}
.top .sec-search .__inner .__body .__col--filters .__step02 .__form .__trouble_group .__check {
  display: inline-grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* on */
}
.top .sec-search .__inner .__body .__col--filters .__step02 .__form .__trouble_group .__check input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.top .sec-search .__inner .__body .__col--filters .__step02 .__form .__trouble_group .__check .__box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #c6d5ee;
  background: #fff;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.top .sec-search .__inner .__body .__col--filters .__step02 .__form .__trouble_group .__check .__label {
  color: var(--blue);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.top .sec-search .__inner .__body .__col--filters .__step02 .__form .__trouble_group .__check input:checked + .__box {
  border-color: var(--blue);
  background: var(--blue);
}
.top .sec-search .__inner .__body .__col--filters .__step02 .__form .__trouble_group .__check input:checked + .__box::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #fff;
}
.top .sec-search .__inner .__search_action {
  width: 100%;
  max-width: 1280px;
  margin: 4rem auto 0;
  padding: 0 4%;
}
.top .sec-search .__inner .__search_action .__search_button {
  display: block;
  margin-top: 4rem;
  width: 100%;
  padding: 2rem 0;
  line-height: 1;
  background: #679AE1;
  border-radius: 100px;
  text-align: center;
  color: #FFF;
  position: relative;
  position: relative;
  z-index: 1;
}
.top .sec-search .__inner .__search_action .__search_button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(to right, #679AE2, #D8AD83);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.top .sec-search .__inner .__search_action .__search_button .__icon {
  display: inline-block;
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1em;
  color: #FFF;
  margin-right: 0.5rem;
}
.top .sec-search .__inner .__search_action .__search_button .__arrow {
  position: absolute;
  top: 50%;
  right: 24%;
  transform: translateY(-50%);
  display: inline-block;
  width: 8%;
  height: 32%;
  background-image: url("../img/top-button-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: right 0.3s ease;
}
.top .sec-search .__inner .__search_action .__search_button:hover:before {
  opacity: 1;
}
.top .sec-search .__inner .__search_action .__search_button:hover .__arrow {
  right: 20%;
}
.top .sec-news {
  padding-top: 0;
}
.top .sec-news .__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8% 4% 4%;
}
.top .sec-news .__inner .__post_container {
  padding: 4rem 2rem 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.top .sec-news .__inner .__post_container .custom-posts {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.top .sec-news .__inner .__post_container .custom-posts .custom-post-item {
  padding: 15px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.top .sec-news .__inner .__post_container .custom-posts .custom-post-item::before {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #D6D2CA;
}
.top .sec-news .__inner .__post_container .custom-posts .custom-post-item .post-meta .__date {
  font-size: clamp(14px, 1.4814814815vw, 16px);
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #2B2121;
}
.top .sec-news .__inner .__post_container .custom-posts .custom-post-item .post-meta .__modified {
  display: none;
}
.top .sec-news .__inner .__post_container .custom-posts .custom-post-item p {
  margin: 0;
  padding: 0;
}
.top .sec-news .__inner .__post_container .custom-posts .custom-post-item p a {
  font-size: clamp(14px, 1.4814814815vw, 16px);
  font-weight: bold;
  color: #2B2121;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
/* ===========================================
 * About This Site
 * ===========================================
*/
.about-this-site {
  /* -------------------------------------------
  * About
  */
  /* -------------------------------------------
  * Purpose
  */
}
.about-this-site > .site-content .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.about-this-site [class*=sec-] {
  margin: 0;
  padding: 8% 0;
}
.about-this-site [class*=sec-] .__header_container .__h2_header {
  font-size: clamp(40px, 11.1111111111vw, 120px);
  color: #483535;
  margin: 0;
  padding: 0;
  font-family: "condor", sans-serif;
  font-weight: 300;
}
.about-this-site [class*=sec-] .__header_container .__ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.2222222222vw, 24px);
  color: #403E3D;
}
.about-this-site [class*=sec-] .__header_container .__ja .__sm {
  font-size: 0.8em;
}
.about-this-site .sec-about {
  position: relative;
  padding-top: 0;
}
.about-this-site .sec-about .__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4%;
}
.about-this-site .sec-about .__inner .__img_container {
  max-width: 720px;
  margin: 4% auto;
}
.about-this-site .sec-about .__inner .__img_container .__img {
  width: 92%;
}
.about-this-site .sec-about .__inner .__img_container .__img .__img {
  width: 100%;
}
.about-this-site .sec-about .__inner .__text_container {
  padding: 3rem 5rem;
}
.about-this-site .sec-about .__inner .__text_container .__text {
  font-size: clamp(14px, 1.4814814815vw, 16px);
  line-height: 2.4;
  margin: 0;
  padding: 0;
  text-align: center;
}
.about-this-site .sec-about .__inner .__text_container .__text:last-child {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .about-this-site .sec-about .__inner .__text_container {
    padding: 4%;
  }
}
.about-this-site .sec-purpose {
  margin: 0 0 12%;
  position: relative;
  z-index: 1;
}
.about-this-site .sec-purpose .__inner .__header_container .__h2_header {
  font-size: clamp(24px, 5.9259259259vw, 64px);
  text-align: center;
  line-height: 1;
}
.about-this-site .sec-purpose .__inner .__header_container .__ja {
  text-align: center;
  margin: 0.75rem 0;
  letter-spacing: 0.25rem;
}
.about-this-site .sec-purpose .__inner .__info_container {
  margin-top: 12%;
  position: relative;
  z-index: 1;
}
.about-this-site .sec-purpose .__inner .__info_container::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  width: 80%;
  height: 80%;
  background-color: #F4EDE8;
  z-index: -1;
}
.about-this-site .sec-purpose .__inner .__info_container .__img_container {
  width: 55%;
}
.about-this-site .sec-purpose .__inner .__info_container .__img_container .__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 3/2;
  position: relative;
  z-index: 1;
}
.about-this-site .sec-purpose .__inner .__info_container .__img_container .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-this-site .sec-purpose .__inner .__info_container .__text_container {
  width: 80%;
  margin-top: -28%;
  margin-left: auto;
  margin-right: 0;
  padding: 16% 0 8%;
  text-align: right;
  position: relative;
  z-index: 2;
}
.about-this-site .sec-purpose .__inner .__info_container .__text_container .__deco {
  font-size: clamp(40px, 14.8148148148vw, 160px);
  color: #403E3D;
  margin: 0;
  padding: 0;
  font-family: "condor", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.about-this-site .sec-purpose .__inner .__info_container .__text_container .__contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 8%;
  padding: 0;
  padding-left: 8%;
  padding-right: 4%;
}
.about-this-site .sec-purpose .__inner .__info_container .__text_container .__contents .__header {
  flex: 1 0 calc(50% - 1rem);
  font-size: clamp(24px, 2.962962963vw, 32px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0 1rem;
  text-align: left;
  color: #403E3D;
  line-height: 1.4;
  position: relative;
}
.about-this-site .sec-purpose .__inner .__info_container .__text_container .__contents .__header::before {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 32%;
  background-image: url("../img/deco-about-par-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-this-site .sec-purpose .__inner .__info_container .__text_container .__contents .__lead {
  flex: 1 0 calc(50% - 1rem);
  text-align: left;
  color: #57492E;
  font-size: clamp(12px, 1.2962962963vw, 14px);
}
.about-this-site .sec-purpose .__inner .__tg_container {
  margin-top: 12%;
  position: relative;
  z-index: 1;
}
.about-this-site .sec-purpose .__inner .__tg_container .__img_container {
  width: 55%;
  margin-left: auto;
  margin-right: 0;
}
.about-this-site .sec-purpose .__inner .__tg_container .__img_container .__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 3/2;
  position: relative;
  z-index: 1;
}
.about-this-site .sec-purpose .__inner .__tg_container .__img_container .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-this-site .sec-purpose .__inner .__tg_container .__text_container {
  width: 100%;
  margin-top: -20%;
  padding: 16% 0 8%;
  text-align: right;
  position: relative;
  z-index: 2;
}
.about-this-site .sec-purpose .__inner .__tg_container .__text_container .__deco {
  font-size: clamp(32px, 12.962962963vw, 140px);
  color: #403E3D;
  margin: 0;
  padding: 0;
  font-family: "condor", sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  width: 100%;
}
.about-this-site .sec-purpose .__inner .__tg_container .__text_container .__contents {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 8%;
  padding: 0;
  padding-left: 8%;
  padding-right: 4%;
}
.about-this-site .sec-purpose .__inner .__tg_container .__text_container .__contents .__header {
  flex: 1 0 calc(50% - 1rem);
  font-size: clamp(24px, 2.962962963vw, 32px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0 1rem;
  text-align: left;
  color: #403E3D;
  line-height: 1.4;
  position: relative;
}
.about-this-site .sec-purpose .__inner .__tg_container .__text_container .__contents .__header::before {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 32%;
  background-image: url("../img/deco-about-par-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-this-site .sec-purpose .__inner .__tg_container .__text_container .__contents .__lead {
  flex: 1 0 calc(50% - 1rem);
  text-align: left;
  color: #57492E;
  font-size: clamp(12px, 1.2962962963vw, 14px);
}
.about-this-site .sec-purpose .__inner .__cy_container {
  margin-top: 12%;
  position: relative;
  z-index: 1;
}
.about-this-site .sec-purpose .__inner .__cy_container::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  width: 80%;
  height: 80%;
  background-color: #F4EDE8;
  z-index: -1;
}
.about-this-site .sec-purpose .__inner .__cy_container .__img_container {
  width: 55%;
}
.about-this-site .sec-purpose .__inner .__cy_container .__img_container .__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 3/2;
  position: relative;
  z-index: 1;
}
.about-this-site .sec-purpose .__inner .__cy_container .__img_container .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-this-site .sec-purpose .__inner .__cy_container .__text_container {
  width: 80%;
  margin-top: -28%;
  margin-left: auto;
  margin-right: 0;
  padding: 16% 0 8%;
  text-align: right;
  position: relative;
  z-index: 2;
}
.about-this-site .sec-purpose .__inner .__cy_container .__text_container .__deco {
  font-size: clamp(40px, 14.8148148148vw, 160px);
  color: #403E3D;
  margin: 0;
  padding: 0;
  font-family: "condor", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.about-this-site .sec-purpose .__inner .__cy_container .__text_container .__contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 8%;
  padding: 0;
  padding-left: 8%;
  padding-right: 4%;
}
.about-this-site .sec-purpose .__inner .__cy_container .__text_container .__contents .__header {
  flex: 1 0 calc(50% - 1rem);
  font-size: clamp(24px, 2.962962963vw, 32px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0 1rem;
  text-align: left;
  color: #403E3D;
  line-height: 1.4;
  position: relative;
}
.about-this-site .sec-purpose .__inner .__cy_container .__text_container .__contents .__header::before {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 32%;
  background-image: url("../img/deco-about-par-03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-this-site .sec-purpose .__inner .__cy_container .__text_container .__contents .__lead {
  flex: 1 0 calc(50% - 1rem);
  text-align: left;
  color: #57492E;
  font-size: clamp(12px, 1.2962962963vw, 14px);
}
@media screen and (max-width: 960px) {
  .about-this-site .sec-purpose .__inner .__info_container {
    position: relative;
  }
  .about-this-site .sec-purpose .__inner .__info_container::after {
    display: none;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__img_container {
    width: 100%;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__img_container .__img {
    aspect-ratio: 1/1;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__text_container {
    width: 100%;
    margin: 0 auto;
    position: unset;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__text_container .__deco {
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    letter-spacing: 0.25rem;
    white-space: nowrap;
    font-size: clamp(80px, 11.1111111111vw, 120px);
    margin-left: -4%;
    z-index: 2;
    line-height: 1;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__text_container .__contents {
    flex-direction: column;
    gap: 1rem;
    margin-top: 0;
    padding: 0;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__text_container .__contents .__header {
    display: block;
    margin-left: auto;
    margin-right: 0;
    flex: 1 0 100%;
    text-align: right;
    font-size: clamp(34px, 5.9259259259vw, 64px);
    padding: 0;
    padding-right: 4%;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__text_container .__contents .__lead {
    flex: 1 0 100%;
    margin-top: 12%;
    padding-left: 12%;
    padding-right: 4%;
  }
  .about-this-site .sec-purpose .__inner .__info_container,
  .about-this-site .sec-purpose .__inner .__cy_container {
    position: relative;
  }
  .about-this-site .sec-purpose .__inner .__info_container::after,
  .about-this-site .sec-purpose .__inner .__cy_container::after {
    display: none;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__img_container,
  .about-this-site .sec-purpose .__inner .__cy_container .__img_container {
    width: 100%;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__img_container .__img,
  .about-this-site .sec-purpose .__inner .__cy_container .__img_container .__img {
    aspect-ratio: 1/1;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__text_container,
  .about-this-site .sec-purpose .__inner .__cy_container .__text_container {
    width: 100%;
    margin: 0 auto;
    position: unset;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__text_container .__deco,
  .about-this-site .sec-purpose .__inner .__cy_container .__text_container .__deco {
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    letter-spacing: 0.25rem;
    white-space: nowrap;
    font-size: clamp(80px, 11.1111111111vw, 120px);
    margin-left: -4%;
    z-index: 2;
    line-height: 1;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__text_container .__contents,
  .about-this-site .sec-purpose .__inner .__cy_container .__text_container .__contents {
    flex-direction: column;
    gap: 1rem;
    margin-top: 0;
    padding: 0;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__text_container .__contents .__header,
  .about-this-site .sec-purpose .__inner .__cy_container .__text_container .__contents .__header {
    display: block;
    margin-left: auto;
    margin-right: 0;
    flex: 1 0 100%;
    text-align: right;
    font-size: clamp(34px, 5.9259259259vw, 64px);
    padding: 0;
    padding-right: 4%;
  }
  .about-this-site .sec-purpose .__inner .__info_container .__text_container .__contents .__lead,
  .about-this-site .sec-purpose .__inner .__cy_container .__text_container .__contents .__lead {
    flex: 1 0 100%;
    margin-top: 12%;
    padding-left: 12%;
    padding-right: 4%;
  }
  .about-this-site .sec-purpose .__inner .__tg_container {
    position: relative;
  }
  .about-this-site .sec-purpose .__inner .__tg_container::after {
    display: none;
  }
  .about-this-site .sec-purpose .__inner .__tg_container .__img_container {
    width: 100%;
  }
  .about-this-site .sec-purpose .__inner .__tg_container .__img_container .__img {
    aspect-ratio: 1/1;
  }
  .about-this-site .sec-purpose .__inner .__tg_container .__text_container {
    width: 100%;
    margin: 0 auto;
    position: unset;
  }
  .about-this-site .sec-purpose .__inner .__tg_container .__text_container .__deco {
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    letter-spacing: 0.25rem;
    white-space: nowrap;
    font-size: clamp(64px, 11.1111111111vw, 120px);
    margin-right: -4%;
    z-index: 2;
    line-height: 1;
  }
  .about-this-site .sec-purpose .__inner .__tg_container .__text_container .__contents {
    flex-direction: column;
    gap: 1rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    width: 86%;
  }
  .about-this-site .sec-purpose .__inner .__tg_container .__text_container .__contents .__header {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: 0;
    flex: 1 0 100%;
    text-align: right;
    font-size: clamp(34px, 5.9259259259vw, 64px);
    padding: 0;
    padding-left: 4%;
  }
  .about-this-site .sec-purpose .__inner .__tg_container .__text_container .__contents .__lead {
    flex: 1 0 100%;
    margin-top: 12%;
    padding-left: 4%;
    padding-right: 0;
  }
  .about-this-site .sec-purpose .__inner .__cy_container .__text_container .__contents .__header {
    width: 96%;
    text-align: left;
    padding-left: 1.5rem;
  }
}
.about-this-site .sec-doctors .__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4%;
}
.about-this-site .sec-doctors .__inner .__header_container .__h2_header {
  font-size: clamp(24px, 5.9259259259vw, 64px);
  text-align: center;
  line-height: 1;
}
.about-this-site .sec-doctors .__inner .__header_container .__ja {
  text-align: center;
  margin: 0.75rem 0;
  letter-spacing: 0.25rem;
}
.about-this-site .sec-doctors .__inner .__flex_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8%;
  padding: 12% 0 0;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container {
  flex: 1 0 46%;
  padding-left: 4%;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__title {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  color: #57492E;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__name {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 2.962962963vw, 32px);
  color: #403E3D;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__text {
  line-height: 2.4;
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #8B8B8B;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__dl_container {
  margin-top: 8%;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__dl_container dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #CECECE;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__dl_container dl dt {
  margin: 0;
  padding: 1rem 1.5rem;
  color: #57492E;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__dl_container dl dd {
  margin: 0;
  padding: 1rem 1.5rem;
  color: #57492E;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__button_container {
  display: block;
  width: 100%;
  margin-top: 12%;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__button_container .__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  padding: 1.5rem 0;
  background-color: #403E3D;
  border: 1px solid #403E3D;
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.4814814815vw, 16px);
  letter-spacing: 0.25rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__button_container .__button:hover {
  background-color: #FFF;
  color: #403E3D;
}
.about-this-site .sec-doctors .__inner .__flex_container .__left_container .__button_container .__button::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
}
.about-this-site .sec-doctors .__inner .__flex_container .__right_container {
  flex: 1 0 46%;
}
.about-this-site .sec-doctors .__inner .__flex_container .__right_container .__img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  overflow: hidden;
}
.about-this-site .sec-doctors .__inner .__flex_container .__right_container .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 960px) {
  .about-this-site .sec-doctors .__inner {
    padding: 0;
  }
  .about-this-site .sec-doctors .__inner .__flex_container {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .about-this-site .sec-doctors .__inner .__flex_container .__left_container {
    flex: 1 0 100%;
    padding: 0 4%;
  }
  .about-this-site .sec-doctors .__inner .__flex_container .__left_container .__title {
    text-align: center;
  }
  .about-this-site .sec-doctors .__inner .__flex_container .__left_container .__name {
    text-align: center;
  }
  .about-this-site .sec-doctors .__inner .__flex_container .__left_container .__dl_container dl dt {
    padding: 1rem 0.5rem;
  }
  .about-this-site .sec-doctors .__inner .__flex_container .__left_container .__dl_container dl dd {
    padding: 1rem 0.5rem;
  }
  .about-this-site .sec-doctors .__inner .__flex_container .__right_container {
    flex: 1 0 100%;
  }
  .about-this-site .sec-doctors .__inner .__flex_container .__right_container .__img {
    aspect-ratio: 16/9;
  }
}

/* ===========================================
 * Latest Articles
 * ===========================================
*/
.latest-articles {
  /* -------------------------------------------
  * Latest Articles
  */
}
.latest-articles > .site-content .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.latest-articles [class*=sec-] {
  margin: 0;
  padding: 8% 0;
}
.latest-articles [class*=sec-] .__header_container .__h2_header {
  font-size: clamp(40px, 11.1111111111vw, 120px);
  color: #483535;
  margin: 0;
  padding: 0;
  font-family: "condor", sans-serif;
  font-weight: 300;
}
.latest-articles [class*=sec-] .__header_container .__ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.2222222222vw, 24px);
  color: #403E3D;
}
.latest-articles [class*=sec-] .__header_container .__ja .__sm {
  font-size: 0.8em;
}
.latest-articles .sec-la {
  padding-top: 0;
}
.latest-articles .sec-la .__inner {
  max-width: 1280px;
  margin: 0 auto 0 0;
  padding: 0 4%;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu {
  padding: 2rem 4rem;
  box-shadow: 0 0 30px rgba(152, 94, 94, 0.2);
}
@media screen and (max-width: 960px) {
  .latest-articles .sec-la .__inner .custom-post-list-pmu {
    padding: 2rem;
  }
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item {
  position: relative;
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0rem;
  position: relative;
  padding: 1.5rem 0;
  border-bottom: 1px solid #F1F1F1;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .__inner_pc {
  display: contents;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .thumbnail {
  flex: 1 0 25%;
  width: 25%;
  border-radius: 4px;
  overflow: hidden;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .date {
  flex: 1 0 15%;
  font-family: "fairweather", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #403E3D;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0;
  width: 10%;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .date .__ym {
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .date .__d {
  font-size: clamp(58px, 5.7407407407vw, 62px);
  margin: 0;
  line-height: 1;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .content {
  flex: 1 0 60%;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .content .taxonomy {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .content .taxonomy .term {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #57492E;
  background-color: #FFF;
  border: 1px solid #57492E;
  padding: 0.25rem 1.5rem;
  border-radius: 100px;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .content .title {
  margin: 0.5rem 0;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .content .title a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #403E3D;
  font-size: clamp(12px, 1.2962962963vw, 14px);
  text-decoration: none;
}
.latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .content .title a::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item {
    flex-direction: column;
  }
  .latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .__inner_pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .thumbnail {
    flex: 1 0 75%;
    width: 75%;
  }
  .latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .date {
    flex: 1 0 25%;
    width: 25%;
  }
  .latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .content {
    margin-top: 1rem;
    flex: 1 0 100%;
    width: 100%;
  }
  .latest-articles .sec-la .__inner .custom-post-list-pmu .custom-post-item .content .taxonomy {
    gap: 0.25rem;
  }
}

/* ===========================================
 * News
 * ===========================================
*/
.news {
  /* -------------------------------------------
  * News
  */
}
.news > .site-content .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.news [class*=sec-] {
  margin: 0;
  padding: 8% 0;
}
.news [class*=sec-] .__header_container .__h2_header {
  font-size: clamp(40px, 11.1111111111vw, 120px);
  color: #483535;
  margin: 0;
  padding: 0;
  font-family: "condor", sans-serif;
  font-weight: 300;
}
.news [class*=sec-] .__header_container .__ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.2222222222vw, 24px);
  color: #403E3D;
}
.news [class*=sec-] .__header_container .__ja .__sm {
  font-size: 0.8em;
}
.news .sec-news {
  padding-top: 0;
}
.news .sec-news .__inner {
  max-width: 1280px;
  margin: 0 auto 0 0;
  padding: 0 4%;
}
.news .sec-news .__inner .custom-post-list-post {
  padding: 2rem 4rem;
  box-shadow: 0 0 30px rgba(152, 94, 94, 0.2);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .news .sec-news .__inner .custom-post-list-post {
    padding: 2rem;
  }
}
.news .sec-news .__inner .custom-post-list-post .custom-post-item {
  padding: 15px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.news .sec-news .__inner .custom-post-list-post .custom-post-item::before {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #D6D2CA;
}
.news .sec-news .__inner .custom-post-list-post .custom-post-item .content {
  width: 100%;
}
.news .sec-news .__inner .custom-post-list-post .custom-post-item .content .post-meta-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.news .sec-news .__inner .custom-post-list-post .custom-post-item .content .post-meta-container .date {
  font-family: "fairweather", sans-serif;
  font-weight: 800;
  color: #403E3D;
  font-size: clamp(18px, 1.8518518519vw, 20px);
  margin: 0;
  padding: 0;
  letter-spacing: 0.125rem;
}
.news .sec-news .__inner .custom-post-list-post .custom-post-item .content .post-meta-container .taxonomy {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}
.news .sec-news .__inner .custom-post-list-post .custom-post-item .content .post-meta-container .taxonomy .term {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: #403E3D;
  padding: 0.25rem 1.5rem;
  border-radius: 100px;
}
.news .sec-news .__inner .custom-post-list-post .custom-post-item .content .title {
  margin: 0;
  padding: 0;
}
.news .sec-news .__inner .custom-post-list-post .custom-post-item .content .title a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(14px, 1.4814814815vw, 16px);
  font-weight: bold;
  color: #403E3D;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.news .sec-news .__inner .custom-post-list-post .custom-post-item .content .title a::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

/* ===========================================
 * Contact
 * ===========================================
*/
.contact-us {
  /* -------------------------------------------
  * Lead
  */
  /* -------------------------------------------
  * form
  */
}
.contact-us > .site-content .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.contact-us [class*=sec-] {
  margin: 0;
  padding: 8% 0;
}
.contact-us [class*=sec-] .__header_container .__h2_header {
  font-size: clamp(40px, 11.1111111111vw, 120px);
  color: #483535;
  margin: 0;
  padding: 0;
  font-family: "condor", sans-serif;
  font-weight: 300;
}
.contact-us [class*=sec-] .__header_container .__ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.2222222222vw, 24px);
  color: #403E3D;
}
.contact-us [class*=sec-] .__header_container .__ja .__sm {
  font-size: 0.8em;
}
.contact-us .sec-lead {
  padding-top: 0;
  padding-bottom: 4%;
}
.contact-us .sec-lead .__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4%;
}
.contact-us .sec-lead .__inner .__title {
  margin: 0;
  padding: 0;
  color: #797676;
  font-weight: 700;
}
.contact-us .sec-lead .__inner .__header {
  font-size: clamp(24px, 2.962962963vw, 32px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #403E3D;
  line-height: 1.4;
  margin: 1em 0;
}
.contact-us .sec-lead .__inner .__text {
  color: #7C7C7C;
}
.contact-us .sec-form {
  padding-top: 0;
}
.contact-us .sec-form .__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4% 4% 0;
  border-top: 1px solid #E2E2E2;
}
.contact-us .sec-form .__inner .contact-form {
  width: 100%;
  margin: 0 auto;
}
.contact-us .sec-form .__inner .contact-form dl {
  margin-bottom: 2rem;
}
.contact-us .sec-form .__inner .contact-form dt, .contact-us .sec-form .__inner .contact-form dd {
  font-weight: normal;
}
.contact-us .sec-form .__inner .contact-form dt {
  margin-bottom: 0.25em;
  font-weight: 700;
}
.contact-us .sec-form .__inner .contact-form dt p {
  margin-bottom: 0;
}
.contact-us .sec-form .__inner .contact-form dd {
  margin-left: 0;
}
.contact-us .sec-form .__inner .contact-form span.required {
  color: red;
  display: inline-block;
  margin-left: 0.25rem;
}
.contact-us .sec-form .__inner .contact-form .__flex_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.contact-us .sec-form .__inner .contact-form .__flex_container dl {
  flex: 0 1 50%;
  width: 50%;
}
.contact-us .sec-form .__inner .contact-form label {
  display: block;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #333;
}
.contact-us .sec-form .__inner .contact-form input, .contact-us .sec-form .__inner .contact-form textarea {
  width: 100%;
  padding: 10px 1rem;
  border: 1px solid #84807D;
  border-radius: 5px;
  font-size: 16px;
  background-color: white;
  transition: border-color 0.3s;
}
.contact-us .sec-form .__inner .contact-form input:focus, .contact-us .sec-form .__inner .contact-form textarea:focus {
  border-color: #84807D;
  outline: none;
}
.contact-us .sec-form .__inner .contact-form input::-moz-placeholder, .contact-us .sec-form .__inner .contact-form textarea::-moz-placeholder {
  color: #CCCCCC;
  font-weight: 700;
}
.contact-us .sec-form .__inner .contact-form input::placeholder, .contact-us .sec-form .__inner .contact-form textarea::placeholder {
  color: #CCCCCC;
  font-weight: 700;
}
.contact-us .sec-form .__inner .contact-form input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-us .sec-form .__inner .contact-form textarea {
  height: 150px;
  resize: vertical;
}
.contact-us .sec-form .__inner .contact-form .name-fields {
  display: flex;
  gap: 10px;
}
.contact-us .sec-form .__inner .contact-form .name-fields label, .contact-us .sec-form .__inner .contact-form .name-fields input {
  flex: 1;
}
.contact-us .sec-form .__inner .contact-form .privacy-policy {
  margin: 20px 0;
  font-size: 14px;
  color: #666;
}
.contact-us .sec-form .__inner .contact-form .privacy-policy .__flex_container {
  justify-content: flex-start;
  gap: 0;
}
.contact-us .sec-form .__inner .contact-form .privacy-policy span.required {
  margin-left: 0;
}
.contact-us .sec-form .__inner .contact-form .privacy-policy a {
  color: #7B91BC;
  font-weight: bold;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.contact-us .sec-form .__inner .contact-form .privacy-policy p {
  margin-bottom: 0;
}
.contact-us .sec-form .__inner .contact-form .privacy-policy .wpcf7-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  font-weight: 500;
}
.contact-us .sec-form .__inner .contact-form .privacy-policy .wpcf7-list-item input[type=checkbox] {
  margin-right: 10px;
}
.contact-us .sec-form .__inner .contact-form .privacy-policy .wpcf7-list-item .wpcf7-list-item-label {
  white-space: nowrap;
}
.contact-us .sec-form .__inner .contact-form .submit-button {
  margin-top: 2rem;
  text-align: center;
}
.contact-us .sec-form .__inner .contact-form .submit-button input[type=submit] {
  background: #010101;
  color: white;
  font-size: 18px;
  padding: 2em 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.contact-us .sec-form .__inner .contact-form .submit-button input[type=submit]:hover {
  box-shadow: none;
}

/* ===========================================
 * Sitemap
 * ===========================================
*/
.site-map {
  /* -------------------------------------------
  * Page
  */
}
.site-map > .site-content .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-map [class*=sec-] {
  margin: 0;
  padding: 8% 0;
}
.site-map [class*=sec-] .__header_container .__h2_header {
  font-size: clamp(40px, 11.1111111111vw, 120px);
  color: #483535;
  margin: 0;
  padding: 0;
  font-family: "condor", sans-serif;
  font-weight: 300;
}
.site-map [class*=sec-] .__header_container .__ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.2222222222vw, 24px);
  color: #403E3D;
}
.site-map [class*=sec-] .__header_container .__ja .__sm {
  font-size: 0.8em;
}
.site-map .sec-page {
  padding-top: 0;
}
.site-map .sec-page .__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4%;
}
.site-map .sec-page .__inner .__menu_container .__menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 2rem;
}
.site-map .sec-page .__inner .__menu_container .__menu_list .menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 1rem 3rem;
  border: 1px solid #707070;
}
.site-map .sec-page .__inner .__menu_container .__menu_list .menu-item a .__en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4B4B4B;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
}
.site-map .sec-page .__inner .__menu_container .__menu_list .menu-item a .__en::after {
  content: "";
  margin: 0 auto;
  margin-top: 0.25rem;
  display: block;
  width: 48px;
  height: 1px;
  background-color: #4B4B4B;
}
.site-map .sec-page .__inner .__menu_container .__menu_list .menu-item a .__ja {
  margin-top: 0.25rem;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #4B4B4B;
}

/* ===========================================
 * Archive Common
 * ===========================================
*/
.archive > .breadcrumbs {
  display: none;
}
.archive .site-content {
  margin: 0 !important;
}
.archive .site-content .container {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  width: 100%;
}
.archive .site-content .archive__main,
.archive .site-content .content__main {
  width: 100%;
  margin-top: 6%;
  margin-bottom: 0;
  margin-right: 4%;
  padding-left: max((100vw - 1280px) / 2, 4%);
}
.archive .site-content .archive__main .breadcrumbs,
.archive .site-content .content__main .breadcrumbs {
  padding: 0;
  margin: 1rem 0;
}
.archive .sec-category-list .__inner .category-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}
.archive .sec-category-list .__inner .category-list li {
  padding: 0;
  border: none;
}
.archive .sec-category-list .__inner .category-list li a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 2.5rem;
  border-radius: 100px;
  border: 1px solid #8D7127;
  background-color: #F8F8F8;
  color: #5F4A20;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}
.archive .sec-category-list .__inner .category-list li a::before {
  display: none;
}
.archive .archive__container .archive__item .archive__detail .archive__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  text-decoration: none;
}
.archive .archive__container .archive__item .archive__detail .archive__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.archive .archive__container .archive__item .archive__detail .archive__text .archive__title .archive__link {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #101112;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EAEAEA;
  text-decoration: none;
}
.archive .archive__container .archive__item .archive__detail .archive__text .archive__date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.archive .archive__container .archive__item .archive__detail .archive__text .archive__date time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
  font-size: 13px;
  color: #405757;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
}
.archive .archive__container .archive__item .archive__detail .archive__text .archive__date time::before {
  content: "\f5ad";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #405757;
  width: 1em;
  height: 1em;
}

/* ===========================================
 * Single
 * ===========================================
*/
.single > .breadcrumbs {
  display: none;
}
.single .site-content {
  margin: 0 !important;
}
.single .site-content::before {
  display: none;
}
.single .site-content .container {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  width: 100%;
}
.single .site-content .content__main {
  width: 100%;
  margin-top: 6%;
  margin-bottom: 0;
  margin-right: 4%;
  padding-left: max((100vw - 1280px) / 2, 4%);
}
@media screen and (max-width: 960px) {
  .single .site-content .content__main {
    margin: 6% 0;
    padding: 0 4%;
  }
}
.single .site-content .content__main .breadcrumbs {
  padding: 0;
  margin: 1rem 0;
}
.single .site-content .content__main .singular-header .singular-header__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(22px, 2.4074074074vw, 26px);
  font-weight: 700;
  color: #403E3D;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  border-top: 3px solid #dcccc1;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  position: relative;
  z-index: 0;
}
.single .site-content .content__main .singular-header .singular-header__title::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 40%;
  height: 3px;
  background-color: #57492E;
  z-index: 1;
}
.single .site-content .content__main .singular-header .date-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}
.single .site-content .content__main .singular-header .date-container .entry-date-container {
  color: #7E7E7E;
  font-size: 14px;
  font-family: "fairweather", sans-serif;
  font-weight: 700;
}
.single .site-content .content__main .singular-header .date-container .entry-date-container time {
  font-size: 1.2em;
  letter-spacing: 0.125rem;
}
.single .site-content .content__main .singular-header .date-container .entry-date-container::before {
  content: "\f5ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 0.25rem;
  color: #7E7E7E;
}
.single .site-content .content__main .singular-header .singular-header__thumbnail {
  margin-top: 0.25rem;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.single .site-content .content__main .singular-header .singular-header__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single .site-content .content__main .singular-header .entry-tags a {
  color: #888C90;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.single .site-content .content__main .singular-header .entry-tags a::before {
  content: "#";
  padding-right: 0.25rem;
}
.single .site-content .content__main .singular-header .entry-categories a {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background-color: #010101;
  padding: 0.35rem 1.25rem;
  white-space: nowrap;
  border-radius: 100px;
}
.single .site-content .content__main .entry-content {
  overflow: hidden;
  padding-bottom: 16%;
}
@media screen and (max-width: 960px) {
  .single .site-content .content__main .entry-content {
    overflow: initial;
  }
}
.single .site-content .content__main .entry-content .supervising-doctors {
  margin: 3rem 0;
  padding: 0;
  border-radius: 6px;
  gap: 1rem;
  position: relative;
  z-index: 0;
}
.single .site-content .content__main .entry-content .supervising-doctors .__img {
  position: relative;
  z-index: 2;
}
.single .site-content .content__main .entry-content .supervising-doctors .__img > .wp-block-group__inner-container {
  width: 25%;
}
.single .site-content .content__main .entry-content .supervising-doctors .__img > .wp-block-group__inner-container figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.single .site-content .content__main .entry-content .supervising-doctors .__img > .wp-block-group__inner-container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single .site-content .content__main .entry-content .supervising-doctors .__text_container {
  width: 100%;
  margin: 0;
  margin-top: -16%;
  padding: 3rem 1.5rem;
  position: relative;
  z-index: 0;
}
.single .site-content .content__main .entry-content .supervising-doctors .__text_container::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 10%;
  width: 90%;
  height: 90%;
  background-color: #FFFCFA;
  z-index: -1;
}
.single .site-content .content__main .entry-content .supervising-doctors .__text_container > .wp-block-group__inner-container {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
}
.single .site-content .content__main .entry-content .supervising-doctors .__text_container > .wp-block-group__inner-container .__company {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 1.4814814815vw, 16px);
  font-weight: 600;
  color: #403E3D;
  margin: 0;
  padding: 0;
}
.single .site-content .content__main .entry-content .supervising-doctors .__text_container > .wp-block-group__inner-container .__sd {
  color: #403E3D;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(20px, 2.2222222222vw, 24px);
  font-weight: 400;
  margin: 0;
  padding: 0.25em 0;
  border-bottom: 1px solid #E0D9CC;
}
.single .site-content .content__main .entry-content .supervising-doctors .__text_container > .wp-block-group__inner-container .__text {
  color: #57492E;
  margin: 0;
  margin-top: 1rem;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .single .site-content .content__main .entry-content .supervising-doctors .__img {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .single .site-content .content__main .entry-content .supervising-doctors .__img > .wp-block-group__inner-container {
    width: 100%;
  }
  .single .site-content .content__main .entry-content .supervising-doctors .__img > .wp-block-group__inner-container figure {
    aspect-ratio: 16/9;
  }
  .single .site-content .content__main .entry-content .supervising-doctors .__text_container {
    width: 100%;
    margin: 0;
    padding: 6% 0;
  }
  .single .site-content .content__main .entry-content .supervising-doctors .__text_container > .wp-block-group__inner-container {
    width: 100%;
  }
  .single .site-content .content__main .entry-content .supervising-doctors .__text_container::before {
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    height: 100%;
    background-color: #ececec;
  }
}
.single .site-content .content__main .entry-content .ys-toc {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FDFDFD;
  border: 1px solid #CAD9D5;
  padding-top: 5rem;
  padding-bottom: 1rem;
}
.single .site-content .content__main .entry-content .ys-toc__title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #403E3D;
  color: #FFF;
  font-size: clamp(18px, 2.2222222222vw, 24px);
  padding: 0.5rem 0;
}
.single .site-content .content__main .entry-content .ys-toc__list > .ys-toc__item {
  padding-left: 0;
  border: 0;
}
.single .site-content .content__main .entry-content .ys-toc__list > .ys-toc__item > .ys-toc__link {
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  display: block;
  line-height: 2;
  color: #403E3D;
  font-size: 1.2em;
  width: 100%;
  border-bottom: 1px solid #C8A894;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.single .site-content .content__main .entry-content .ys-toc__list > .ys-toc__item .ys-toc__children > .ys-toc__item {
  color: #292828;
  font-weight: bold;
}
.single .site-content .content__main .entry-content .ys-toc__list > .ys-toc__item .ys-toc__children > .ys-toc__item::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #B1BEBA;
  margin-right: 0.5em;
}
.single .site-content .content__main .entry-content h2 {
  position: relative;
  color: white;
  font-weight: bold;
  padding: 1.5rem;
  text-align: left;
  background: linear-gradient(90deg, #917B6D, #403E3D);
  z-index: 1;
  font-family: shippori-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: unset !important;
}
.single .site-content .content__main .entry-content h3 {
  position: relative;
  font-weight: bold;
  color: #403E3D;
  background: linear-gradient(90deg, #F4EDE9, #E8E4E2);
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  border-left: 8px solid #C8A894;
  z-index: 1;
  overflow: hidden;
  letter-spacing: unset !important;
}
.single .site-content .content__main .entry-content h4 {
  position: relative;
  font-weight: bold;
  color: #403E3D;
  background-color: #F4EDE9;
  padding: 0.75rem;
  padding-left: 2.5rem;
  border-radius: 100px;
  z-index: 1;
  overflow: hidden;
  letter-spacing: unset !important;
}
.single .site-content .content__main .entry-content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 8px;
  height: 1.5rem;
  background-color: #FFF;
  border-radius: 10px;
  transform: translateY(-50%);
  z-index: -1;
}
.single .site-content .content__main .entry-content h5 {
  position: relative;
  font-weight: bold;
  color: #553F15;
  background-color: #FDF2EA;
  padding: 1rem;
  padding-left: 1.5rem;
  letter-spacing: unset !important;
}
.single .site-content .content__main .entry-content .ystdtb-dl {
  border: 1px solid #F4EDE9;
  background-color: #FCF9F7;
  padding: 1.5rem 2rem;
  padding-bottom: 2rem;
}
.single .site-content .content__main .entry-content .ystdtb-dl .ystdtb-dt {
  font-weight: bold;
  color: #403E3D;
  font-size: 1.25rem;
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  border-bottom: 2px solid #C8A894;
}
.single .site-content .content__main .entry-content .ystdtb-dl .ystdtb-dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #917B6D;
  border-radius: 50%;
  transform: translateY(-50%);
}
.single .site-content .content__main .entry-content .container-quotation {
  position: relative;
  margin-top: 5rem;
  padding: 1.5rem;
  background-color: #FCF9F7;
  border-radius: 10px;
  z-index: 0;
}
.single .site-content .content__main .entry-content .container-quotation::after {
  position: absolute;
  top: -40px;
  left: 50%;
  background-color: #403E3D;
  color: #FFF;
  padding: 1rem;
  border-radius: 100%;
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 80px;
  height: 80px;
  border: 3px solid #FCF9F7;
  transform: translateX(-50%);
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.single .site-content .content__main .entry-content .container-quotation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 20px);
  height: 4px;
  background-color: #403E3D;
  transform: translateX(-50%);
  z-index: 1;
}
.single .site-content .content__main .entry-content .container-quotation .__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #403E3D;
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.single .site-content .content__main .entry-content .container-quotation .__content {
  font-size: 0.8rem;
  font-weight: normal;
  color: #292828;
}
.single .site-content .content__main .entry-content .container-quotation .__hr {
  color: #707070;
}
.single .site-content .content__main .entry-content .container-quotation .__source {
  margin-top: 0.25rem;
}
.single .site-content .content__main .entry-content .container-quotation .__source a {
  color: #403E3D;
  text-decoration: none;
  font-weight: normal;
  font-size: clamp(12px, 1.2962962963vw, 14px);
}
.single .site-content .content__main .entry-content .container-quotation .__source a::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-left: 0.25rem;
}
.single .site-content .content__main .entry-content .container-yougo {
  position: relative;
  margin-top: 5rem;
  padding: 1.5rem;
  background-color: #FCF9F7;
  border-radius: 10px;
  z-index: 0;
}
.single .site-content .content__main .entry-content .container-yougo::after {
  position: absolute;
  top: -40px;
  left: 50%;
  background-color: #403E3D;
  color: #FFF;
  padding: 1rem;
  border-radius: 100%;
  content: "\f02d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 80px;
  height: 80px;
  border: 3px solid #FCF9F7;
  transform: translateX(-50%);
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.single .site-content .content__main .entry-content .container-yougo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 20px);
  height: 4px;
  background-color: #403E3D;
  transform: translateX(-50%);
  z-index: 1;
}
.single .site-content .content__main .entry-content .container-yougo p.__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #403E3D;
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.single .site-content .content__main .entry-content .container-yougo p {
  font-size: 0.8rem;
  font-weight: normal;
  color: #292828;
}
.single .site-content .content__main .entry-content .container-merit {
  position: relative;
  border: 5px solid #C8A894;
  background-color: #FFFFFF;
  border-radius: 0 10px 10px 10px;
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding: 1rem 2.5rem;
  padding-bottom: 2.5rem;
}
.single .site-content .content__main .entry-content .container-merit::before {
  content: "メリット";
  position: absolute;
  top: -1px;
  left: -5px;
  background-color: #C8A894;
  color: white;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5px 2em;
  padding-right: 4em;
  font-size: clamp(16px, 2.037037037vw, 22px);
  border-radius: 10px 10px 0 0;
  transform: translateY(-100%);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
.single .site-content .content__main .entry-content .container-merit ul {
  list-style-type: none;
  padding: 0;
}
.single .site-content .content__main .entry-content .container-merit ul li {
  padding: 1.25rem 0;
  border-bottom: 2px solid #C8A894;
}
.single .site-content .content__main .entry-content .container-merit ul li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #C8A894;
  padding-right: 1rem;
}
.single .site-content .content__main .entry-content .container-demerit {
  position: relative;
  border: 5px solid #403E3D;
  background-color: #FFF;
  border-radius: 0 10px 10px 10px;
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding: 1rem 2.5rem;
  padding-bottom: 2.5rem;
}
.single .site-content .content__main .entry-content .container-demerit::before {
  content: "デメリット";
  position: absolute;
  top: -1px;
  left: -5px;
  background-color: #403E3D;
  color: white;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5px 2em;
  padding-right: 4em;
  font-size: clamp(16px, 2.037037037vw, 22px);
  border-radius: 10px 10px 0 0;
  transform: translateY(-100%);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
.single .site-content .content__main .entry-content .container-demerit ul {
  list-style-type: none;
  padding: 0;
}
.single .site-content .content__main .entry-content .container-demerit ul li {
  padding: 1.25rem 0;
  border-bottom: 2px solid #403E3D;
}
.single .site-content .content__main .entry-content .container-demerit ul li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #403E3D;
  padding-right: 1rem;
}
.single .site-content .content__main .entry-content .container-step {
  position: relative;
  padding: 2rem 1rem;
}
.single .site-content .content__main .entry-content .container-step .wp-block-list {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
  position: relative;
}
.single .site-content .content__main .entry-content .container-step .wp-block-list::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 16px;
  width: 4px;
  height: calc(100% - 8rem);
  background-color: #F0EAE6;
  z-index: 1;
}
.single .site-content .content__main .entry-content .container-step .wp-block-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 1.5rem 1rem;
  padding-left: 3.5rem;
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  color: #403E3D;
}
.single .site-content .content__main .entry-content .container-step .wp-block-list li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #403E3D;
  color: white;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2.5rem;
  transform: translateY(-50%);
  z-index: 2;
}
.single .site-content .content__main .entry-content .container-step .wp-block-list li ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding-top: 0.5rem;
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #ddd;
}
.single .site-content .content__main .entry-content .container-step .wp-block-list li ul::before {
  display: none;
}
.single .site-content .content__main .entry-content .container-step .wp-block-list li ul li {
  color: #7C7C7C;
  border: none;
  font-size: 1rem;
  margin-left: -1rem;
  padding: 0;
}
.single .site-content .content__main .entry-content .container-step .wp-block-list li ul li::before {
  display: none;
}
.single .site-content .content__main .entry-content .wp-block-table {
  /* スクロールバー全体を対象にする */
  /* スクロールバーの背景部分をカスタマイズ */
  /* スクロールバーの操作部分をカスタマイズ */
  /* スクロールバーの操作部分にホバーした時のスタイル */
}
.single .site-content .content__main .entry-content .wp-block-table table {
  border: none;
  border-collapse: separate;
  border-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .single .site-content .content__main .entry-content .wp-block-table table {
    overflow-x: auto;
    width: 100%;
    min-width: 500px;
  }
}
.single .site-content .content__main .entry-content .wp-block-table table tr, .single .site-content .content__main .entry-content .wp-block-table table th, .single .site-content .content__main .entry-content .wp-block-table table td {
  border: none;
}
.single .site-content .content__main .entry-content .wp-block-table table th {
  background-color: #403E3D;
  color: #FFF;
  text-align: center;
  padding: 1.5rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.single .site-content .content__main .entry-content .wp-block-table table td {
  color: #052B1F;
  background-color: #F4EDE9;
  padding: 1rem;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.single .site-content .content__main .entry-content .wp-block-table::-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
  height: 10px; /* スクロールバーの高さ */
}
.single .site-content .content__main .entry-content .wp-block-table::-webkit-scrollbar-track {
  background: #F4F2F2; /* スクロールバーの背景色 */
  border-radius: 5px; /* 角丸にする */
}
.single .site-content .content__main .entry-content .wp-block-table::-webkit-scrollbar-thumb {
  background: #917B6D; /* スクロールバーの操作部分の背景色 */
  border-radius: 5px; /* 角丸にする */
}
.single .site-content .content__main .entry-content .wp-block-table::-webkit-scrollbar-thumb:hover {
  background: #917B6D; /* ホバー時のスクロールバーの操作部分の背景色 */
}
.single .site-content .content__main .singular__footer .post-related__title {
  position: relative;
  font-size: clamp(16px, 1.8518518519vw, 20px);
  font-weight: bold;
  color: #4D9681;
  background-color: #FAFAFA;
  padding: 1rem;
  letter-spacing: unset !important;
  border-left: 5px solid #4D9681;
}
.single .site-content .content__main .singular__footer .ys-posts .ys-posts__item .ys-posts__text {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
}/*# sourceMappingURL=theme-style.css.map */