@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/* ===============================================
# 非表示設定
=============================================== */
.u-pc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: none;
  }
}

/* ===============================================
# 非表示設定 ここまで
=============================================== */

/* ===============================================
# 共通パーツ
=============================================== */

body {
  color: #383838;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

.blog #content,
.archive #content,
.page #content,
.single #content,
.page-id-8 #content {
  background-image: url("./img/bg-content.png");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: repeat-y;
  margin-top: 0;
}

.blog #content,
.archive #content,
.page #content {
  padding-top: 2em;
}

.single #content {
  padding-top: 4em;
}

@media screen and (max-width: 768px) {
  .single #content {
    padding: 8px 16px;
  }
}

/* コンテンツエリア背景 */
#entry {
  background-color: transparent;
  box-shadow: none;
  overflow: visible;
}

/* メインコンテンツ 見出し */
article h2.wp-block-heading {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 150%;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 10px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  article h2.wp-block-heading {
    font-size: 20px;
  }
}

article h2.wp-block-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
}

/* サイドバー 見出し */
.normal-sidebar .widget {
  box-shadow: none;
}

aside h2.wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 150%;
  padding: 10px 15px;
  color: #fff;
  border-radius: 6.6px;
  letter-spacing: 0.1em;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
}

@media screen and (max-width: 768px) {
  aside h2.wp-block-heading {
    font-size: 18px;
    text-align: center;
    padding: 8px 10px;
  }
}

/* サイドバー 検索窓 */
.sidebar .wp-block-search .wp-block-search__button {
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
}

/* タブ  */

.post-tab {
  box-shadow: 16px 16px 16px rgba(12, 4, 58, 0.1);
  border-radius: 50.6px;
}

.wp-block-sgb-tab .post-tab > label:nth-child(odd) {
  border: 0px;
}

@media screen and (max-width: 768px) {
  .wp-block-sgb-tab {
    padding: 0 9px;
  }
}

.wp-block-sgb-tab label:not(.tab-active) {
  display: inline-block;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wp-block-sgb-tab label.tab1,
.wp-block-sgb-tab label.tab2 {
  border-radius: 50.6px;
  font-size: 20px;
  width: 50% !important;
  line-height: 150%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .wp-block-sgb-tab label.tab1,
  .wp-block-sgb-tab label.tab2 {
    font-size: 12px;
  }
}

.wp-block-sgb-tab .post-tab > label {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.wp-block-sgb-tab label.tab-active {
  color: #fff;
  background: linear-gradient(to right, #c77bc7, #7c9bcb) !important;
}

/* ボタン */
.wp-block-button {
}

@media screen and (max-width: 768px) {
  .wp-block-button {
    max-width: 306px;
    width: 100%;
  }
}

.wp-block-button__link {
  font-size: 20px;
  line-height: 150%;
  font-family: "Montserrat", sans-serif;
  background-color: #383838;
  border-radius: 50.6px;
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .wp-block-button__link {
    font-size: 16px;
    width: 100%;
    padding: 0.8em;
  }
}

.wp-block-button__link:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .wp-block-button__link:hover {
    opacity: 1;
  }
}

/* 記事一覧 */
.catpost-cards .c_linkto,
.related-posts.type_b li {
  border-radius: 6.6px;
  padding: 15px;
  box-shadow: 16px 16px 50px rgba(12, 4, 58, 0.1);
}

@media screen and (max-width: 768px) {
  .catpost-cards .c_linkto,
  .related-posts.type_b li {
    border-radius: 9.43px;
    padding: 22px 30px 33px;
    box-shadow: 16px 16px 50px rgba(12, 4, 58, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .related-posts.type_b {
    background-color: transparent;
  }
}

.catpost-cards.catpost-cards--column-2 .c_linkto {
  padding: 24px 32px;
}

.catpost-cards.catpost-cards--column-2 .cat-name {
  left: 32px;
}

.cat-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .cat-name {
    font-size: 11px;
  }
}

.catpost-cards .c_linkto_text {
  color: #383838;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .catpost-cards .c_linkto_text {
    font-size: 16px;
  }
}

.catpost-cards .c_linkto_wrap:has(> .cat-name) .c_linkto_text {
  padding: 32.5px 0 0 0;
}

@media screen and (max-width: 768px) {
  .catpost-cards .c_linkto_wrap:has(> .cat-name) .c_linkto_text {
    padding: 34.5px 0 0 0;
  }
}

a.cat-name,
.cat-name {
  background-color: #3fb5cf;
  transition: none;
  pointer-events: none;
}

.catpost-cards a.cat-name {
  transition: none;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .catpost-cards a.cat-name {
    left: 32px;
  }
}

.catpost-cards .sng-link-time {
  display: none;
}

.posts-cat {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding: 0 8px;
  border-radius: 20px;
  display: inline-block;
  background-color: #3fb5cf;
}

.related-posts.type_b .rlmg img {
  border-radius: 0;
}

.related-posts.type_b .rep {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0;
  margin-top: 1px;
}

/* 目次 */

.toc {
}
#toc_container {
  background-color: transparent;
  border-top: none;
  box-shadow: none;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 20px;
}

#toc_container .toc_title {
  font-size: 20px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  padding-left: 0;
  color: #000;
}

#toc_container .toc_title:before {
  display: none;
}

#toc_container .toc_list {
  background-color: #fff;
  box-shadow: 16px 16px 49px rgba(0, 0, 0, 0.1);
  margin-left: 0;
  list-style-type: none;
  padding: 16px;
}
.toc_list > li {
  padding: 0;
}

.toc_list > li:before {
  content: "・";
}

#toc_container .toc_list li a {
  font-size: 16px;
  line-height: 150%;
  font-family: "Montserrat", sans-serif;
  color: #000;
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}

#toc_container .toc_list li a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.5s;
}

@media (max-width: 1024px) {
  #toc_container .toc_list li a:hover {
    opacity: 1;
  }
}

/* ===============================================
# 共通パーツ ここまで
=============================================== */

/* ===============================================
# ヘッダー
=============================================== */
.header .wrap {
  align-items: center;
}

.header #logo {
  height: auto;
}

.header #logo.header-logo img.header-logo__img {
  padding: 0;
  height: 81px;
  width: 132px;
}

@media (max-width: 1024px) {
  .header #logo.header-logo img.header-logo__img {
    height: 7.9vw;
    width: 12.8vw;
  }
}

@media (max-width: 768px) {
  .header #logo.header-logo img.header-logo__img {
    height: 51px;
    width: 82px;
  }
}

.desktop-nav {
  padding: 20px 0;
}

.desktop-nav .menu {
  align-items: center;
}

.desktop-nav .menu-item a {
  font-weight: 400;
  font-size: 18px;
  font-family: "Oxygen", sans-serif;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .desktop-nav .menu-item a {
    font-size: 1.75vw;
    padding: 0 1.95vw;
  }
}

.desktop-nav li.menu-item:last-child {
  margin-left: 20px;
}

.desktop-nav li.menu-item:last-child a {
  background-color: #383838;
  color: #fff;
  font-weight: 700;
  border-radius: 105.58px;
  padding: 0px 32px 0px 73px;
  height: 64px;
  line-height: 64px;
  position: relative;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  transition: opacity 0.5s;
}

.desktop-nav li.menu-item:last-child a:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}

@media (max-width: 768px) {
  .desktop-nav li.menu-item:last-child a:hover {
    opacity: 1;
    transition: opacity 0.5s;
  }
}

@media (max-width: 1024px) {
  .desktop-nav li.menu-item:last-child a {
    padding: 0px 3.125vw 0px 7.1vw;
    height: 6.25vw;
    line-height: 6.25vw;
    font-size: 2.34vw;
  }
}

.desktop-nav li.menu-item:last-child a::before {
  content: "";
  position: absolute;
  width: 26.5px;
  height: 21px;
  background-image: url("./img/icon_mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .desktop-nav li.menu-item:last-child a::before {
    width: 2.6vw;
    height: 2.05vw;
    left: 3.125vw;
  }
}

.desktop-nav li.menu-item:last-child::after {
  display: none;
}

.header .header-search i,
.header .drawer i {
  color: #6249f3;
}

/* ===============================================
# ヘッダー ここまで
=============================================== */
/* ===============================================
# ドロワー
=============================================== */

.header .drawer__title {
  font-size: 0px;
}

.header .drawer__title__close span,
.header .drawer__title__close span:before {
  background-color: #6249f3;
}

.drawer__content .wp-block-image {
  padding-left: 15px;
}

.menu-drawer-menu-container {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 25px;
}

.drawer__content .menu-item a {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
  position: relative;
  padding: 14px 0;
}

.drawer__content .menu-item:not(:first-child) {
  margin-top: 5px;
}

.drawer__content .menu-item a:before {
  content: "";
  background-image: url("./img/icon-drawer-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 7px;
  height: 13px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.drawer__content .menu-item a:after {
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  position: absolute;
  bottom: 0;
  left: 0;
}

.drawer__content .wp-block-button {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
}

/* ===============================================
# ドロワー ここまで
=============================================== */

/* ===============================================
# ヘッダーアイキャッチ
=============================================== */

@media (max-width: 768px) {
  .home #header-image {
    aspect-ratio: 750/1084;
    position: relative;
  }
}

.home .header-image,
.home #inner-content {
  opacity: 0 !important;
  transform: translateY(10px);
  transition: opacity ease-in-out 0.5s, transform ease-in-out 0.5s;
}

.home .header-image.is-show,
.home #inner-content.is-show {
  opacity: 1 !important;
  transform: translateY(0);
}

.home .header-image__text {
  padding: 11em 20px 1.3em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .home .header-image__text {
    padding: 5em 20px 1.3em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.home p.header-image__headline,
.home .header-image__headline span {
  font-size: 48px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  .home p.header-image__headline,
  .home .header-image__headline span {
    font-size: 32px;
    line-height: 140%;
  }
}

.home .header-image__headline {
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff,
    2px -2px 2px #fff, 2px 2px 1px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff,
    2px 2px 2px #fff;
}

.home .header-image__headline span {
  color: #0a0a0a;
}

.home p.header-image__descr {
  margin: 0;
}

.home .header-image__descr,
.home .header-image__descr span {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  display: block;
}

@media screen and (max-width: 768px) {
  .home .header-image__descr,
  .home .header-image__descr span {
    line-height: 140%;
  }
}

.home .header-image__descr {
  color: #000;
}

@media screen and (max-width: 768px) {
  .home .header-image__descr {
    font-weight: 500;
  }
}

.home .header-image__descr span {
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff,
    -1px -1px 2px #ffffff, 1px 0px 2px #ffffff, 0px 1px 2px #ffffff,
    -1px 0px 2px #ffffff, 0px -1px 2px #ffffff; /* 文字の影 */
  z-index: -1;
}

.home .header-image__headline,
.home .header-image__descr {
  position: relative;
}

.home .header-image__headline span,
.home .header-image__descr span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wp-block-buttons.fix {
  margin-top: 7.4em;
}

@media screen and (max-width: 768px) {
  .wp-block-buttons.fix {
    margin-top: 3.7em;
    gap: 0.4rem;
  }
}

.wp-block-buttons.fix .wp-block-button {
  background-color: #fff;
  border-radius: 36px;
  overflow: hidden;
  width: 100%;
  max-width: 227px;
  box-shadow: 12px 12px 36px rgba(12, 4, 58, 0.1);
}

@media screen and (max-width: 768px) {
  .wp-block-buttons.fix .wp-block-button {
    max-width: 313px;
    border-radius: 50px;
  }
}

.wp-block-buttons.fix .wp-block-button .wp-block-button__link {
  display: block;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  padding: 1.5em;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .wp-block-buttons.fix .wp-block-button .wp-block-button__link {
    font-size: 20px;
    padding: 0.7em;
  }
}

.wp-block-buttons.fix .wp-block-button .wp-block-button__link:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .wp-block-buttons.fix .wp-block-button .wp-block-button__link:hover {
    opacity: 1;
  }
}

.wp-block-buttons.fix .wp-block-button:last-child .wp-block-button__link {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===============================================
# ヘッダーアイキャッチ ここまで
=============================================== */

/* ===============================================
# サイドバー
=============================================== */
.normal-sidebar {
  opacity: 0;
  transform: translateY(10px);
  transition: ease-in-out opacity 0.5s, ease-in-out transform 0.5s;
}

.normal-sidebar.is-show {
  opacity: 1;
  transform: translateY(0);
}

.normal-sidebar .widget {
  overflow: visible;
}

.normal-sidebar .longc_linkto {
  box-shadow: 16px 16px 50px rgba(12, 4, 58, 0.1);
}

@media screen and (max-width: 480px) {
  .normal-sidebar .longc_linkto {
    display: table;
    max-width: 100%;
  }
}

.normal-sidebar .c_linkto_long:has(> .cat-name) .c_linkto_text {
  padding-top: 37px;
}

@media screen and (max-width: 480px) {
  .normal-sidebar .c_linkto_long:has(> .cat-name) .c_linkto_text {
    padding-top: 43px;
  }
}

@media screen and (max-width: 480px) {
  .normal-sidebar .longc_img {
    display: table-cell;
    vertical-align: middle;
    height: 0;
    padding-bottom: 31%;
    position: relative;
    width: 40%;
  }
}

.longc_img img {
  object-fit: contain;
}

@media screen and (max-width: 480px) {
  .normal-sidebar .longc_img img {
    padding: 16px 5px 16px 18px;
  }
}
@media screen and (max-width: 480px) {
  .normal-sidebar .c_linkto_text {
    padding: 43px 18px 16px 5px;
  }
}

.normal-sidebar .longc_title {
  font-size: 16px;
  color: #383838;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .normal-sidebar .longc_title {
    font-size: 19px;
  }
}

@media screen and (max-width: 480px) {
  .normal-sidebar .cat-name {
    font-size: 14.7px;
  }
}

.fixed-sidebar {
  display: none;
}

.normal-sidebar .widget:last-child,
.normal-sidebar .widget:last-child .c_linkto_long:last-child .longc_linkto {
  margin-bottom: 0;
}

/* ===============================================
# サイドバー ここまで
=============================================== */

/* ===============================================
# フッター
=============================================== */

.footer .inner-footer {
  max-width: 775px;
  padding-left: 50px;
  padding-right: 50px;
}

#inner-footer:not(.sgb-footer__content) {
  padding-top: 2.8em;
}

@media screen and (max-width: 768px) {
  #inner-footer:not(.sgb-footer__content) {
    padding: 2em 1.5em 1em;
  }
}

.fa5 .footer .widget ul:not(.my-widget):not(.profile-sns) li a:before {
  display: none;
}

.widget_block > p {
  display: none;
}

.footer .ft_widget {
  margin: 0;
}

.footer .widget .wp-block-heading {
  font-size: 15px;
  color: #4b2ff2;
  font-family: "Noto Sans JP", sans-serif;
}

.child-categories-wrapper {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .child-categories-wrapper {
    margin-top: 1px;
  }
}

@media screen and (max-width: 768px) {
  .footer
    .widget:has(> .wp-block-heading)
    + .widget:has(> .child-categories-wrapper)
    .child-categories-wrapper {
    margin-top: 11px;
  }
}

@media screen and (max-width: 768px) {
  .footer
    .widget:has(> .child-categories-wrapper)
    + .widget:has(> .wp-block-heading)
    .wp-block-heading {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer
    .fblock:not(:first-child)
    .widget_block:first-child
    .wp-block-heading {
    margin-top: 30px;
  }
}

.footer .widget .parent-category {
  color: #4b2ff2;
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.footer .widget .child-category-list {
  border-left: 1px solid #cbcbcb;
}

@media screen and (max-width: 768px) {
  .footer .widget .child-category-list {
    margin-top: -4px;
  }
}

@media screen and (max-width: 768px) {
  .footer .widget .child-category-list li:not(:first-child) {
    margin-top: -5px;
  }
}

.footer .widget .child-category-list li a {
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #383838;
  display: inline-block;
  padding: 2px 8px;
  opacity: 1;
}

.footer #footer-menu {
  max-width: 722px;
  padding: 20px 50px 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .footer #footer-menu {
    padding: 4px calc(15px + 1.5em) 10px;
  }
}

.footer div:has(> .footer-menu__btn) {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer div:has(> .footer-menu__btn) {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .footer #footer-menu nav {
    margin-top: 17px;
  }
}

.footer-menu__btn {
  position: relative;
  font-size: 0;
  width: 87px;
  height: 53px;
  display: inline-block;
}

.footer-menu__btn:after {
  content: "";
  background-image: url("./img/beauty-bridge-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 87px;
  height: 53px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#footer-menu ul.footer-nav {
  margin: 0;
}

#footer-menu li,
.privacy-policy-link {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #footer-menu li {
    display: block;
    text-align: left;
  }
}

.footer-links .menu-item a,
nav:has(> .privacy-policy-link) a {
  font-size: 12px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #383838;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .footer-links .menu-item a,
  nav:has(> .privacy-policy-link) a {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer #footer-menu nav,
  .footer #footer-menu nav .footer-links {
    display: block;
  }
}

nav:has(> .privacy-policy-link) a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  nav:has(> .privacy-policy-link) a {
    display: block;
    text-align: left;
  }
}

.copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  color: #383838;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 12px;
    margin-top: 14px;
  }
}

/* ===============================================
# フッター ここまで
=============================================== */

/* ===============================================
# トップ
=============================================== */

.home .entry-content {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .home .entry-content {
    padding: 21px 10px;
  }
}

.home .toc {
  display: none;
}

.entry-content h2#i-0 {
  margin-top: 0;
}

.home .wp-block-sgb-tab-item > p {
  display: none;
}

/* エリア検索  */

.area-search-list {
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
  width: calc(50% - 4px);
}

@media screen and (max-width: 768px) {
  .area-search-list {
    width: 100%;
  }
}

li.area-search-list-item {
  box-shadow: 16px 16px 16px rgba(12, 4, 58, 0.1);
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 0 6px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 24px 29px;
  height: 218px;
}

@media screen and (max-width: 1024px) {
  li.area-search-list-item {
    padding: 15px 26px;
  }
}
.area-search-list-item-left {
  width: calc((100% - 6px) * 0.5);
}

.area-search-list-item-name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .area-search-list-item-name {
    font-size: 16px;
  }
}

.area-search-list-item-img {
  height: calc(100% - 32.938px);
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.area-search-list-item-img img {
  height: 100%;
  object-fit: contain;
}

.home .entry-content ul li .area-search-list-item-right {
  width: calc((100% - 6px) * 0.5);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列に均等配置 */
}

.home .entry-content ul li .area-search-list-item-right:has(> li:only-child) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-search-list-item-prefecture {
  list-style-type: none;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .area-search-list-item-prefecture {
    font-size: 1.75vw;
  }
}

@media screen and (max-width: 768px) {
  .area-search-list-item-prefecture {
    font-size: 16px;
  }
}

.area-search-list-item-prefecture a:not(.is-disabled) {
  color: #383838;
  opacity: 1;
  transition: opacity 0.5s;
}

.area-search-list-item-prefecture a:not(.is-disabled):hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .area-search-list-item-prefecture a:not(.is-disabled):hover {
    opacity: 1;
  }
}

.area-search-list-item-prefecture a.is-disabled {
  color: #ccc;
  cursor: not-allowed;
}

@media only screen and (min-width: 481px) {
  .catpost-cards--column-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 767px) {
  .catpost-cards--column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===============================================
# トップ ここまで
=============================================== */

/* ===============================================
# 記事一覧 
=============================================== */

/* アーカイブページの ヘッダーコンテンツ */
#archive_header.archive-header {
  background: linear-gradient(45deg, #c77bc7, #7c9bcb);
  position: relative;
  border-radius: 6.6px;
  padding: 15px 42px;
}

#archive_header.archive-header,
.blog .catpost-cards,
.category .catpost-cards {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(10px);
}

#archive_header.archive-header.is-show,
.blog .catpost-cards.is-show,
.category .catpost-cards.is-show {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 768px) {
  #archive_header.archive-header {
    padding: 4px 28px;
  }
}
#archive_header #breadcrumb {
  padding: 0;
}

#archive_header.archive-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 25% auto;
  top: 0;
  left: 0;
  background-position: 98% center;
  background-repeat: no-repeat;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

@media screen and (max-width: 768px) {
  #archive_header.archive-header:before {
    background-size: 35% auto;
  }
}

.archive-header .breadcrumb li a,
.archive-header #breadcrumb li {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.archive-header #breadcrumb li a {
  transition: opacity 0.5s;
}

.archive-header #breadcrumb li a:hover {
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.5s;
}

.archive-header #breadcrumb li:first-child a {
  position: relative;
  padding-left: 18px;
}

.archive-header #breadcrumb li:first-child a:before {
  content: "";
  background-image: url("./img/icon-home.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
}

@media screen and (max-width: 768px) {
  .archive-header #breadcrumb li:first-child a:before {
    width: 10px;
    height: 11px;
  }
}

.fa5 #breadcrumb li:after {
  color: #fff;
  content: "＞";
  font-size: 8px;
  padding: 0 8px;
}

#archive_header h1 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  #archive_header h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 150%;
  }
}

.category .catpost-cards .posts-cat {
  margin-top: 8px;
}

.category .catpost-cards .c_linkto_text {
  padding: 0px;
  margin-top: 3px;
}

.category .catpost-cards .c_linkto_text h2 {
  margin-top: 0px;
}

.more-btn-wrap {
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(10px);
}

.more-btn-wrap.is-show {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 768px) {
  .more-btn-wrap {
    margin-bottom: 24px;
  }
}

.more-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  box-shadow: 16px 16px 50px rgba(12, 4, 58, 0.1);
  transition: var(--wp--custom--transition--default);
  border-radius: 50.6px;
  display: inline-block;
  margin-top: 1.5rem;
  transition: opacity 0.5s;
}

.more-btn:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .more-btn:hover {
    opacity: 1;
  }
}

.more-btn-text {
  display: block;
  font-size: 20px;
  line-height: 150%;
  font-family: "Montserrat", sans-serif;
  background-color: #383838;
  border-radius: 50.6px;
  letter-spacing: 0.1em;
  color: #fff;
  padding-top: 0.4em;
  padding-right: 1.3em;
  padding-bottom: 0.4em;
  padding-left: 1.3em;
  font-weight: 700;
}

#archive_header .cat-item {
  background-color: #3fb5cf;
  padding: 0px 8px;
  margin-bottom: 0;
}

#archive_header .cat-item a {
  color: #fff;
  font-weight: 900;
  line-height: 150%;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}

/* ===============================================
# 記事一覧 ここまで
=============================================== */

/* ===============================================
# 記事詳細
=============================================== */
.single .entry-content {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(10px);
}

.single .entry-content.is-show {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 768px) {
  .single .entry-content {
    padding: 0;
  }
}

.single #inner-content {
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .single #inner-content {
    padding-left: 0px;
  }
}

.article-header {
  padding: 0;
}

/* 記事ページのヘッダーコンテンツ */
.article-header {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(10px);
}

.article-header.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.article-header .article-header-head {
  order: 2;
}

.article-header .post-thumbnail {
  order: 1;
  margin-top: 0;
}

.article-header .post-thumbnail ~ * {
  order: 3;
}

.article-header-head {
  margin-top: 20px;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
  padding: 16px 40px 21px;
  border-radius: 6.6px;
}

@media screen and (max-width: 768px) {
  .article-header-head {
    padding: 16px 20px 21px;
  }
}

@media screen and (max-width: 768px) {
  .article-header .article-header-head #breadcrumb {
    background-color: transparent;
    padding: 0;
  }
}

.article-header .article-header-head .breadcrumb ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  line-height: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.single-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .single-title {
    padding: 0;
  }
}

.entry-area {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  background-color: #3fb5cf;
  display: inline-block;
  padding: 0 8px;
  border-radius: 20px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .entry-area {
    margin-top: 13px;
  }
}

.entry-meta {
  display: inline-block;
  margin-left: 16px;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .entry-meta {
    display: block;
    margin-left: 0px;
    padding: 0;
    margin-top: 5px;
  }
}

.entry-time {
  color: #fff;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.single article h2.wp-block-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  margin-top: 19px;
}

@media screen and (max-width: 768px) {
  .single article h2.wp-block-heading {
  }
}

.single article h2.wp-block-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
}

.single article h2.wp-block-heading:after {
  height: 2px;
}

.single article h3.wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #8123f9;
  border: none;
  margin-top: 17px;
  padding: 0;
}

.sgb-block-say-avatar {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .sgb-block-say-avatar {
    width: 54px;
  }
}

.sgb-block-say {
  padding-top: 0;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .sgb-block-say {
    margin-bottom: 18px;
  }
}

.sgb-block-say-avatar img {
  border: none !important;
  border-radius: 0;
  width: 100%;
}

.sgb-block-say-avatar__name {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 150%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sgb-block-say-avatar__name {
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
}

.single .entry-content p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 200%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .single .entry-content p {
    line-height: 200%;
  }
}

.sgb-block-say .sgb-block-say-text {
  padding-left: 124px;
}

@media screen and (max-width: 768px) {
  .sgb-block-say .sgb-block-say-text {
    padding-left: 67px;
  }
}

.sgb-block-say .sgb-block-say-text__content {
  border-radius: 6.6px;
  border: none !important;
  box-shadow: 16px 16px 49px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .sgb-block-say .sgb-block-say-text__content {
    padding: 10px 13px;
  }
}

@media screen and (max-width: 768px) {
  .single .sgb-block-say-text__content p {
    line-height: 150%;
  }
}

.sgb-block-say-text__before {
  display: none;
}

.sgb-block-say-text__after {
  border-right: 43px solid #fff;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sgb-block-say-text__after {
    left: -25px;
    top: 17%;
    border-right: 29px solid #fff;
  }
}

.sgb-block-say .sgb-block-say-text__content p {
  font-size: 16px;
}

#main .h-undeline {
  padding-top: 10px;
  padding-bottom: 10px;
}

#main .h-undeline.related_title {
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: transparent;
  position: relative;
}

.related_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
}

.fab-btn {
  display: none;
}

/* @media screen and (max-width: 768px) {
  .fab-btn {
    display: block;
  }
} */

#comments {
  display: none;
}

.footer-meta {
  display: none;
}

.prnx_box {
  max-width: 220px;
  width: 100%;
  margin: 40px auto 37px;
}

@media screen and (max-width: 768px) {
  .prnx_box {
    display: flex;
    max-width: 258px;
    margin: 25px auto 20px;
  }
}

.prnx_box a:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .prnx_box a:hover {
    opacity: 1;
  }
}

.prnx_box p {
  font-size: 0;
  position: relative;
}

.prnx_box p:after {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: 150%;
  font-weight: 400;
}

.prnx_box .prnx.pr p:after {
  content: "＜ 前へ";
}

.prnx_box .prnx.nx p:after {
  content: "次へ ＞";
}

.prnx_box:has(> .nx) {
  flex-direction: row-reverse;
}

.prnx_box:has(> .pr) {
  flex-direction: row;
}

.prnx_tb {
  display: none;
}

.sns-btn {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity ease-in-out 0.5s, transform ease-in-out 0.5s;
}

.sns-btn.is-show {
  opacity: 1;
  transform: translateY(0);
}

.sns-btn.sns-dif {
  position: fixed;
  top: 20vh;
  left: 0;
  width: 77px;
  background-color: #fefbfb;
  z-index: 10;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media screen and (max-width: 768px) {
  .sns-btn.sns-dif {
    display: none;
  }
}

.sns-btn__title {
  font-size: 0px;
  height: 48px;
}

.sns-btn.sns-dif .sns-btn__title:before,
.sns-btn.sns-dif .sns-btn__title:after {
  width: 55px;
  height: 24px;
  font-size: 16px;
  background-color: transparent;
  left: 50%;
  transform: translateX(-50%);
  color: #383838;
}

.sns-btn ul {
  display: flex;
  flex-direction: column;
}

.sns-btn__item.tw {
  order: 1;
}

.sns-btn__item.fb {
  order: 2;
}

.sns-btn__item.hatebu {
  order: 4;
}

.sns-btn__item.line {
  order: 3;
}

.sns-btn__item.link {
  order: 5;
}

.sns-btn.sns-dif .sns-btn__title:before {
  content: "記事を";
  top: 0;
}

.sns-btn.sns-dif .sns-btn__title:after {
  content: "シェア";
  top: 24px;
}

.sns-dif ul {
  background-color: transparent;
}

.fa.fa-hatebu {
  position: relative;
}

.fa.fa-hatebu:after {
  position: absolute;
  content: "";
  width: 55px;
  transform: translate(-50%, -50%);
  height: 55px;
  top: 50%;
  left: 50%;
  background-image: url("./img/icon_hatena-bookmark.png");
  background-repeat: no-repeat;
  background-position: center;
}

.sns-btn__item.link a {
  position: relative;
}

.sns-btn__item.link a:after {
  position: absolute;
  content: "";
  width: 35px;
  transform: translate(-50%, -50%);
  height: 35px;
  top: 50%;
  left: 50%;
  background-image: url("./img/icon-link.png ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ===============================================
# 記事詳細 ここまで
=============================================== */
/* ===============================================
# 固定ページ共通
=============================================== */
@media screen and (max-width: 768px) {
  .page #inner-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.page .article-header {
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
  padding: 15px 42px;
  border-radius: 6.6px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .page .article-header {
    padding: 4px 28px;
  }
}

.page .article-header .page-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  .page .article-header .page-title {
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .page .article-header #breadcrumb {
    background-color: transparent;
    padding: 0;
  }
}

.page .article-header .breadcrumb li {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.page .article-header .breadcrumb li a {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.page .article-header .breadcrumb li:first-child a {
  position: relative;
  padding-left: 18px;
}

.page .article-header #breadcrumb li:first-child a:before {
  content: "";
  background-image: url(./img/icon-home.png);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
}

.page .page-content {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(10px);
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 6.6px;
  border-bottom-right-radius: 6.6px;
  position: relative;
}

.page .page-content:before {
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  top: -10px;
  background-color: rgba(255, 255, 255, 1);
  left: 0;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
}

.page .page-content.is-show {
  opacity: 1;
  transform: translateY(0px);
}

/* ===============================================
# 固定ページ共通 ここまで
=============================================== */

/* ===============================================
# お問い合わせ
=============================================== */
p:has(> .wpcf7-form-control[type="submit"]) {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.wpcf7-form-control[type="submit"] {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  font-family: "Montserrat", sans-serif;
  background-color: #383838;
  border-radius: 50.6px;
  letter-spacing: 0.1em;
  color: #fff;
  padding-top: 0.4em;
  padding-right: 1.3em;
  padding-bottom: 0.4em;
  padding-left: 1.3em;
  font-weight: 700;
  width: 200px;
  transition: opacity 0.5s;
}

.wpcf7-form-control[type="submit"]:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .wpcf7-form-control[type="submit"]:hover {
    opacity: 1;
  }
}

/* ===============================================
# お問い合わせ ここまで
=============================================== */
/* ===============================================
# プライバシーポリシー
=============================================== */
.post-3 {
}
/* ===============================================
# プライバシーポリシー ここまで
=============================================== */

/* ===============================================
# 404
=============================================== */

main:has(> .notfound) {
  padding: 0 10px;
}

.notfound {
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
  padding: 40px 32px;
  border-radius: 6.6px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(10px);
}

.notfound.is-show {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 768px) {
  .notfound {
    padding: 21px 36px;
    margin-bottom: 0px;
  }
}

.notfound-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .notfound-head {
    display: flex;
    flex-direction: column-reverse;
  }
}

.notfound .nofound-title {
  background-color: transparent;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .notfound .notfound-head-left {
    margin-top: 5px;
  }
  .notfound .notfound-head-left:has(> h2) {
    margin-top: -7px;
  }
}

.notfound .nofound-title:before {
  display: none;
}

.notfound .nofound-img {
  width: 132px;
}

.notfound .nofound-contents {
  background-color: transparent;
  padding: 0;
}

.nofound-contents > p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 128%;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

@media screen and (max-width: 768px) {
  .nofound-contents > p {
    margin-top: 4px;
  }
}

.notfound .fa-tint:before {
  display: none;
}

.notfound .notfound-head h2 {
  font-size: 60px;
  line-height: 150%;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .notfound .notfound-head h2 {
    font-size: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .notfound .notfound-head h2 {
    margin-top: 9px;
  }
}

.notfound .searchform__submit {
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
}

.notfound .withtag_list {
  display: none;
}

.notfound p:has(+ .withtag_list) {
  display: none;
}

.notfound + .ct {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity ease-in-out 0.5s, transform ease-in-out 0.5s;
}

.notfound + .ct.is-show {
  opacity: 1;
  transform: translateY(0px);
}

body #inner-content .notfound + .ct .accent-bc {
  font-size: 20px;
  line-height: 190%;
  font-family: "Montserrat", sans-serif;
  background-color: #383838;
  border-radius: 50.6px;
  letter-spacing: 0.1em;
  max-width: 393px;
  width: 100%;
  font-weight: 700;
  transition: opacity 0.5s;
}

body #inner-content .notfound + .ct .accent-bc:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  body #inner-content .notfound + .ct .accent-bc:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  body #inner-content .notfound + .ct .accent-bc {
    margin-top: 22px;
    margin-bottom: 20px;
  }
}

main:has(> .notfound) .fas.fa-home {
  display: none;
}

/* ===============================================
# 404 ここまで
=============================================== */

.home .sns-btn,
.page .sns-btn {
  display: none;
}

.pagination {
  display: none;
}

.catpost-cards .is-hide {
  display: none;
}

ul.post-categories {
  display: inline-flex;
  flex-direction: row-reverse;
}

ul.post-categories li:not(:last-child):before {
  padding: 0 4px;
  content: "/";
}

ul.post-categories li:not(:last-child):after {
  display: none;
}

/* ===============================================
# 事業内容ページ
=============================================== */
.page-id-8.page-template-page-1column #inner-content,
.page-id-8.page-template-page-1column #inner-content main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-id-8.page-template-page-1column #inner-content {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.page-id-8.page-template-page-1column .article-header {
  display: none;
}

.page-id-8 .post-8 > .entry-content.page-content {
  padding: 0;
}

/* すべての直下の子要素に適用 */
.page-id-8 .entry-content.page-content > * {
  max-width: 1120px;
  margin: 0 auto;
}

.page-id-8 .entry-content.page-content > *:not(.width-full) {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .page-id-8 .entry-content.page-content > *:not(.width-full) {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.page-id-8 .entry-content.page-content > *:has(> .width-full) {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 768px) {
  .page-id-8 .entry-content.page-content > * {
    padding: 0 15px;
  }
}

/* 直下の子要素の中で、その子孫に `.width-full` クラスを持つ要素がある場合は無効化 */
.page-id-8 .entry-content.page-content > *.width-full,
.page-id-8 .entry-content.page-content > *:has(.width-full) {
  max-width: none;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page-id-8 .entry-content.page-content > *.width-full,
  .page-id-8 .entry-content.page-content > *:has(.width-full) {
    padding: 0;
  }
}

.service-fv {
  padding: 5.4em 20px 4.6em;
}

@media screen and (max-width: 768px) {
  .service-fv {
    aspect-ratio: 700/922;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .page-id-8 .entry-content.page-content > *.width-full.service-fv {
    padding: 2em 15px 2.3em;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.service-fv .wp-block-cover__background {
  background: transparent!important;
}

.service-fv .wp-block-cover__image-background {
  object-position: center;
}

.service-fv .wp-block-cover__inner-container {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity ease-in-out 0.5s, transform ease-in-out 0.5s;
}

.service-fv .wp-block-cover__inner-container.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.page-id-8 article .service-fv h2.wp-block-heading {
  padding-bottom: 0;
  max-width: none;
  color: #fff;
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 2px 1px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff;
}

.page-id-8 article .service-fv h2.wp-block-heading:after {
  display: none;
}

.page-id-8 article .service-fv h2.wp-block-heading,
.page-id-8 article .service-fv h2.wp-block-heading span {
  font-size: 48px;
  margin: 0;
  color: #fff;
  line-height: 150%;
  letter-spacing: -0.09em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -0.09em;
}

@media screen and (max-width: 768px) {
  .page-id-8 article .service-fv h2.wp-block-heading,
  .page-id-8 article .service-fv h2.wp-block-heading span {
    font-size: 32px;
  }
}

.page-id-8 article .service-fv h2.wp-block-heading span {
  color: #0A0A0A;
}

.page-id-8 .service-fv p {
  margin-top: 26px;
  text-shadow: 1px 1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff, -1px -1px 2px #ffffff, 1px 0px 2px #ffffff, 0px 1px 2px #ffffff, -1px 0px 2px #ffffff, 0px -1px 2px #ffffff;
}

@media screen and (max-width: 768px) {
  .page-id-8 .service-fv p {
    margin-top: 6px;
  }
}

.page-id-8 .service-fv p,
.page-id-8 .service-fv p span {
  font-size: 16px;
  color: #fff;
  line-height: 150%;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 768px) {
  .page-id-8 .service-fv p,
  .page-id-8 .service-fv p span {
    font-size: 16px;
  }
}

.page-id-8 .service-fv p span {
  color: #000000;
}

.page-id-8 article .service-fv h2.wp-block-heading,
.page-id-8 .service-fv p {
  position: relative;
}

.page-id-8 article .service-fv h2.wp-block-heading span,
.page-id-8 .service-fv p span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-id-8 .header-image__btn {
  display: none;
}

/* メインコンテンツ 見出し */
.page-id-8 article h2.wp-block-heading {
  font-size: 36px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 150%;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 10px;
  margin: 50px auto 0;
  max-width: 755px;
  color: #383838;
}

@media screen and (max-width: 768px) {
  .page-id-8 article h2.wp-block-heading {
    font-size: 28px;
    margin: 40px auto 0;
  }
}

.page-id-8 article h2.wp-block-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
}

.page-id-8 article h2.wp-block-heading.wp-block-heading--row-2 {
  padding-bottom: 0px;
}

.page-id-8 article h2.wp-block-heading.wp-block-heading--row-2:after {
  top: 50%;
  transform: translateY(-50%);
}

p.role-text {
  font-size: 20px;
  line-height: 200%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  p.role-text {
    font-size: 18px;
  }
}

div:has(> .role-list) {
  position: relative;
}

div:has(> .role-list):before {
  width: calc(100% - 100px);
  height: 100%;
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  div:has(> .role-list):before {
    width: 100%;
    left: 0;
  }
}

.role-list {
  position: relative;
  padding: 24px 55px;
}

@media screen and (max-width: 768px) {
  .role-list {
    padding: 40px 13px;
  }
}

.role-list:before,
.role-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.role-list:before {
  z-index: 1;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
  opacity: 0.3;
}

.role-list:after {
  background-image: url("./img/bg-role-list.png");
  background-size: contain;
  z-index: 2;
}

.role-list * {
  z-index: 3;
}

@media screen and (max-width: 600px) {
  .role-list .wp-block-media-text__media {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
  }
}

.role-list .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 4%;
}

@media screen and (max-width: 600px) {
  .role-list.wp-block-media-text.is-stacked-on-mobile
    .wp-block-media-text__content {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
}

.role-list .wp-block-heading {
  margin: 0;
  border: none;
  font-size: 24px;
  font-weight: 900;
  line-height: 46.3px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .role-list .wp-block-heading {
    text-align: center;
    line-height: 46.3px;
  }
}

.role-list p {
  font-size: 16px;
  line-height: 200%;
  margin: 10px 0 0;
}

@media screen and (max-width: 600px) {
  .role-list p {
    margin: 5px 0 0;
  }
}

.page-id-8 article h2.wp-block-heading.reason-heading {
  letter-spacing: -0.1em;
}

p.reason-text {
  font-size: 16px;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
}

.reason-list .wp-block-media-text__media {
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
  padding: 4px;
  border-radius: 10px;
  position: relative;
}
.reason-list .wp-block-media-text__media img {
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  display: block;
}

.reason-list .wp-block-media-text__media:before {
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  font-size: 56px;
  line-height: 150%;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
  top: -43px;
  left: 2px;
}

.reason-list.reason-list--01 .wp-block-media-text__media:before {
  content: "01";
}

.reason-list.reason-list--02 .wp-block-media-text__media:before {
  content: "02";
}

@media screen and (max-width: 600px) {
  .reason-list.reason-list--02 .wp-block-media-text__media:before {
    left: auto;
    right: 2px;
  }
}

.reason-list.reason-list--03 .wp-block-media-text__media:before {
  content: "03";
}

.reason-list .wp-block-media-text__content {
  padding-right: 0;
}

.reason-list.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}

@media screen and (max-width: 600px) {
  .reason-list.wp-block-media-text.is-stacked-on-mobile
    .wp-block-media-text__content {
    margin-top: 2.2em;
  }
}

.reason-list .wp-block-heading {
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
  border: none;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .reason-list .wp-block-heading {
    font-size: 24px;
  }
}

.reason-list p {
  font-size: 16px;
  line-height: 200%;
  margin: 26px 0 0;
}

@media screen and (max-width: 600px) {
  .reason-list p {
  }
}

.entry-content.page-content .interview-request-wrapper {
  margin-top: 120px;
  border-radius: 10px;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
  padding: 3px;
}

@media screen and (max-width: 768px) {
  .entry-content.page-content .interview-request-wrapper {
    margin-top: 24px;
  }
}

.interview-request {
  background-color: #fff;
  border-radius: 7px;
  padding: 28.5px 43px 32.5px;
}

@media screen and (max-width: 600px) {
  .interview-request.wp-block-media-text.is-stacked-on-mobile {
    display: flex;
    flex-direction: column;
    padding: 2px 15px 32.5px;
  }
}

.interview-request .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}

.page-id-8 article .interview-request h2.wp-block-heading {
  padding-bottom: 0;
  margin: 0;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
  .page-id-8 article .interview-request h2.wp-block-heading {
    font-size: 24px;
    text-align: center;
  }
}

.interview-request p {
  position: relative;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 12px;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .interview-request p {
    margin-top: 11px;
    text-align: center;
  }
}

.interview-request .wp-block-media-text__media {
  position: relative;
}

@media screen and (max-width: 600px) {
  .interview-request .wp-block-media-text__media {
    width: 100%;
    max-width: 155px;
    margin-top: 21px;
  }
}

.page-id-8 article .interview-request h2.wp-block-heading::after {
  display: none;
}

.feature-heading {
  font-size: 36px;
}

.feature-list .wp-block-column {
  background-color: #fff;
  padding: 28px 32px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
}

.feature-list .wp-block-column p {
  font-size: 20px;
  line-height: 200%;
  font-family: "Noto Sans JP", sans-serif;
}

.feature-text {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .feature-text {
    text-align: center;
  }
}

.suggestion {
  min-height: auto;
  height: 681px;
  align-items: flex-start;
  padding: 7em 2em;
  background-color: #fff;
}

@media screen and (max-width: 1440px) {
  .suggestion {
    height: auto;
    aspect-ratio: 1440 / 681;
  }
}

@media screen and (max-width: 768px) {
  .suggestion {
    aspect-ratio: 750/1032;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .entry-content.page-content > *.suggestion:has(.width-full) {
    padding: 2.5em 1em;
  }
}

.suggestion .wp-block-cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-id-8 article .suggestion h2.wp-block-heading {
  margin: 0;
  font-size: 36px;
  line-height: 200%;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  max-width: none;
  letter-spacing: 0.05em;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page-id-8 article .suggestion h2.wp-block-heading {
    font-size: 24px;
  }
}

.page-id-8 article .suggestion h2.wp-block-heading:after {
  display: none;
}

.suggestion p {
  margin-top: 41px;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

@media screen and (max-width: 768px) {
  .suggestion p {
    margin-top: 19px;
  }
}

.cta {
  min-height: auto;
  background: linear-gradient(to right, #c77bc7, #7c9bcb);
  background: -webkit-linear-gradient(to right, #c77bc7, #7c9bcb);
  padding: 4.5em 2em;
}

.page-id-8 article .cta h2.wp-block-heading {
  width: 100%;
  color: #fff;
  margin: 0;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .page-id-8 article .cta h2.wp-block-heading {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .entry-content.page-content > *.width-full.cta {
    padding: 2.5em 0.6em;
  }
}

.cta .wp-block-heading:after {
  display: none;
}

.page-id-8 article .cta p {
  width: 100%;
  color: #fff;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 200%;
  font-weight: 400;
  max-width: none;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .page-id-8 article .cta p {
    font-size: 18px;
  }
}

.page-id-8 article .cta .wp-block-buttons {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .page-id-8 article .cta .wp-block-button {
    max-width: 343px;
  }
}

.wp-block-button.wp-block-button--lg .wp-block-button__link {
  font-size: 24px;
  padding: 1em 3.5em;
}

@media screen and (max-width: 768px) {
  .wp-block-button.wp-block-button--lg .wp-block-button__link {
    padding: 1em 1.5em;
  }
}

.page-id-8 .article-footer {
  display: none;
}

.page-id-8 #content {
  padding-bottom: 0;
  padding-top: 0;
}

.page-id-8 #entry {
  margin-bottom: 0;
  margin-top: 0;
}

/* ===============================================
# 事業内容ページ ここまで
=============================================== */
