@charset "utf-8";

/* font設定 (NotoSansJP,サブセット化済 YakuHanJPはfunction.phpで読み込み)
---------------------------------------------------------------- */
@font-face {
  font-family: 'noto-sans-jp';
  src: url(/wp-content/themes/botao_template_ver3/webfonts/NotoSansJP/NotoSansJP-Regular.woff) format('woff');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'noto-sans-jp';
  src: url(/wp-content/themes/botao_template_ver3/webfonts/NotoSansJP/NotoSansJP-Bold.woff) format('woff');
  font-weight: bold;
  font-display: swap;
}

/* 以下不必要なら削除すること */
@font-face {
  font-family: 'noto-sans-jp';
  src: url(/wp-content/themes/botao_template_ver3/webfonts/NotoSansJP/NotoSansJP-Light.woff) format('woff');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'noto-sans-jp';
  src: url(/wp-content/themes/botao_template_ver3/webfonts/NotoSansJP/NotoSansJP-Medium.woff) format('woff');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'noto-sans-jp';
  src: url(/wp-content/themes/botao_template_ver3/webfonts/NotoSansJP/NotoSansJP-SemiBold.woff) format('woff');
  font-weight: 600;
  font-display: swap;
}
body {
  font-family: YakuHanJP, 'noto-sans-jp', sans-serif;
}

/* title
---------------------------------------------------------------- */
/* トップページタイトル */
.ttl-top {
  font-size: var(--fs-ttl-top);
  margin-bottom: 0.3em;
}
.ttl-top span {
  position: relative;
  display: block;
  width: fit-content;
}
.ttl-top span:first-of-type::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto -0.8em auto auto;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: var(--cl-accent);
  border-radius: var(--btn-br);
}

/* 吹き出し */
.ttl-balloon-01 {
  position: relative;
  font-size: var(--fs-ttl-m);
  padding: 0.8em 1em;
  color: var(--white);
  border-radius: var(--box-br);
  background: var(--cl-main);
  margin-bottom: 1.5em;
}
.ttl-balloon-01::after {
  position: absolute;
  bottom: -9px;
  left: 1.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: var(--cl-main) transparent transparent transparent;
}
.ttl-balloon-02 {
  position: relative;
  font-size: var(--fs-ttl-m);
  padding: 0.8em 1em;
  border: 3px solid #d8d8d8;
  border-radius: var(--box-br);
  background: #f9f9f9;
  margin-bottom: 1.5em;
}
.ttl-balloon-02::before,
.ttl-balloon-02::after {
  position: absolute;
  content: '';
  left: 1.5em;
  width: 0;
  height: 0;
  border-width: 14px 12px 0 12px;
  border-style: solid;
}
.ttl-balloon-02::before {
  bottom: -14px;
  border-color: #d8d8d8 transparent transparent transparent;
}
.ttl-balloon-02::after {
  bottom: -10px;
  border-color: #f9f9f9 transparent transparent transparent;
}

/* わいわい */
.ttl-waiwai {
  position: relative;
}
.ttl-waiwai::before {
  content: '＼';
  margin-right: 0.2em;
}
.ttl-waiwai::after {
  content: '／';
  margin-left: 0.2em;
}

/* 汎用見出し */
.ttl-01 {
  font-size: var(--fs-ttl-l);
  background: var(--cl-base);
  color: var(--black);
  border-radius: 8px;
  padding: 0.5em 1em;
  margin-bottom: 1.5em;
}
.ttl-02 {
  position: relative;
  font-size: var(--fs-ttl-m);
  padding-left: 0.8em;
  margin: 0.5em 0 1.5em;
}
.ttl-02::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 4px;
  height: 150%;
  background: var(--cl-main);
  border-radius: 8px;
  transform: translateY(-50%);
}
.ttl-03 {
  position: relative;
  font-size: var(--fs-ttl-m);
  padding: 0 0 0.5em;
  margin-bottom: 1.5em;
}
.ttl-03::before {
  position: absolute;
  content: '';
  display: block;
  background: var(--gray);
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  border-radius: 8px;
}
.ttl-03::after {
  position: absolute;
  content: '';
  display: block;
  background: var(--cl-main);
  left: 0;
  bottom: -4px;
  width: 25%;
  height: 4px;
  border-radius: 8px 0 0 8px;
}
.ttl-04 {
  font-size: var(--fs-ttl-s);
  border-bottom: solid 2px var(--cl-main);
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}
.ttl-05 {
  font-size: var(--fs-ttl-xs);
  color: var(--cl-main);
  margin-bottom: 1em;
}

/* text
---------------------------------------------------------------- */
.text-lead {
  font-size: var(--fs-ttl-s);
  font-weight: bold;
}

/* btn
---------------------------------------------------------------- */
.btn {
  display: inline-block;
  position: relative;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  width: 100%;
  border-radius: var(--btn-br);
}
/* メインボタン */
.btn-main {
  background: var(--cl-main);
  color: var(--white);
}
/* お問い合わせボタン */
.btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cl-main);
  color: var(--white);
  transition: 0.3s all;
  padding: 1em 2em 1em 3.5em;
  width: 100%;
  height: 100%;
}
.btn-contact::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-family: 'Font Awesome 6 Free';
  content: '\f0e0';
  font-weight: 900;
  background: var(--cl-main);
  color: var(--white);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  transition: 0.3s all;
}
.btn-contact:hover {
  opacity: 1;
  background: var(--cl-main);
  color: var(--white);
}
/* 左矢印 */
.btn-back::before {
  content: '';
  position: absolute;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  width: 0.5em;
  height: 0.5em;
  top: 0;
  bottom: 0;
  left: 1.5em;
  margin: auto;
  transition: 0.3s;
  transform: rotate(-135deg);
}
.btn-back:hover::before {
  left: 1em;
}
/* 右矢印 */
.btn-next::after {
  content: '';
  position: absolute;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  width: 0.5em;
  height: 0.5em;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  transition: 0.3s;
  transform: rotate(45deg);
}
.btn-next:hover::after {
  right: 1em;
}

/* box
---------------------------------------------------------------- */
.box-basic {
  padding: 2em 1.5em;
  border: var(--l-gray) 4px solid;
  border-radius: var(--box-br);
  background: var(--white);
}

/* icon
---------------------------------------------------------------- */
.icon,
.fa-icon {
  display: flex;
  align-items: center;
}
/* 画像 */
.icon::before {
  content: '';
  display: inline-block;
  margin-right: 0.5em;
}
.icon-mail::before {
  background: url(/wp-content/themes/botao_template_ver3/images/common/icon-mail.svg) center center no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1em;
}
/* font-awesome */
.fa-icon::before {
  font-family: 'Font Awesome 6 Free';
  margin-right: 0.3em;
}
.fa-icon-tel::before {
  content: '\f095';
  font-weight: 900;
}
.fa-icon-arrow::before {
  content: '\f054';
  font-weight: 900;
  font-size: 1em;
  color: var(--cl-accent);
  text-align: right;
}

/* 外部リンクアイコン */
.ex-link {
  position: relative;
  padding-right: 1.2em;
}
.ex-link::after {
  font-family: 'Font Awesome 6 Free';
  content: '\f35d';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-weight: 900;
  font-size: 0.8em;
}

/* header
---------------------------------------------------------------- */
.header {
  position: relative;
  background: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: var(--header-height);
  padding: 0 calc(var(--hamburger-width) + var(--hamburger-side-width) + var(--hamburger-side-width)) 0 var(--header-side-pd);
  z-index: 2;
}
.header-logo-wrap {
  width: 100%;
  max-width: 20%;
}
.header-logo {
  text-indent: -9999px;
  height: 100%;
}
.header-logo a {
  display: block;
  background: url(/wp-content/themes/botao_template_ver3/images/common/logo.svg) center left no-repeat;
  background-size: contain;
  max-width: 200px;
  height: inherit;
}
.header-contents-wrap {
  display: flex;
  margin-left: auto;
  height: 100%;
}
.header-right-block-02 {
  display: flex;
  align-items: center;
  height: inherit;
}
@media only screen and (max-width: 599px) {
  .header-logo-wrap {
    max-width: 40%;
  }
}

/* global nav */
.nav-global {
  height: inherit;
}
.nav-global-list {
  display: flex;
  flex-wrap: wrap;
  height: inherit;
}
.nav-global-list li {
  height: inherit;
}
.nav-global-list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.8em 1em;
  color: var(--black);
  height: 100%;
}
.nav-global-list > li > a > span {
  position: relative;
  display: inline-block;
}
.nav-global-list > li > a:hover {
  opacity: 1;
  color: var(--cl-main);
}
.nav-global-list > li.dropdown-trigger > a {
  padding: 0.8em 1.5em;
}
.dropdown-trigger > a::before,
.dropdown-trigger > a::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 0.4em;
  line-height: 1;
  width: 0.9em;
  height: 3px;
  background: var(--cl-accent);
  border-radius: 0.1em;
}
.dropdown-trigger > a::before {
  transform: rotate(90deg);
}
.dropdown-trigger > a::after {
}

.nav-global-dropdown-area {
  visibility: hidden;
  position: absolute;
  top: calc(var(--header-height));
  left: 0;
  right: 0;
  margin: auto;
  background: var(--cl-main);
  color: var(--white);
  border-radius: 25px;
  width: 90vw;
  height: auto;
  min-height: 40vh;
  padding: 3em min(3em, 3%);
  opacity: 0;
  overflow-y: auto;
  transition: 0.3s all;
}
.dropdown-trigger.is-open .nav-global-dropdown-area {
  visibility: visible;
  opacity: 1;
}
.nav-global-dropdown-area a {
  color: var(--white);
}
.dropdown-menu-ttl {
  font-size: var(--fs-ttl-top);
  font-weight: bold;
}
.nav-global-dropdown-area .dropdown-menu {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-s);
}
.nav-global-dropdown-area .dropdown-menu li a {
  font-size: var(--fs-lead);
}

/* ハンバーガーボタン */
.btn-hamburger {
  position: fixed;
  top: calc(var(--header-height) / 2);
  transform: translateY(-50%);
  right: var(--hamburger-side-width);
  width: var(--hamburger-width);
  height: var(--hamburger-width);
  z-index: 99;
  background: rgba(333, 333, 333, 0.5);
  border-radius: 50%;
  padding: 5px;
}
.btn-hamburger button {
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-hamburger button::after {
  position: absolute;
  content: 'MENU';
  font-size: 1rem;
  font-weight: bold;
  color: var(--black);
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.btn-hamburger button.is-active::after {
  content: 'CLOSE';
}
.btn-hamburger button span {
  background-color: #333;
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  left: calc(50%);
  position: absolute;
  top: 40%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 50% 50%;
  transition: all 0.4s;
}
.btn-hamburger button span:before,
.btn-hamburger button span:after {
  background-color: #333;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: all 0.4s;
}
.btn-hamburger button span:before {
  top: 10px;
}
.btn-hamburger button span:after {
  top: -10px;
}
.btn-hamburger button.is-active {
  background: transparent;
}
.btn-hamburger button.is-active span {
  background-color: transparent;
}
.btn-hamburger button.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
.btn-hamburger button.is-active span:after {
  top: 0;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .btn-hamburger {
    right: 0;
  }
}

/* mobile nav
---------------------------------------------------------------- */
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  overflow: auto;
  opacity: 0;
  z-index: -999;
}
.nav-mobile.is-open {
  opacity: 1;
  z-index: 110;
}
.nav-mobile-header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 99;
}
.nav-mobile-search {
  margin-top: 60px;
  padding: 1em 0;
}
.nav-mobile-inner {
  background: var(--white);
  padding: 1.5em 0 3em;
}
.nav-mobile-list > li {
  border-bottom: var(--gray) 1px solid;
}
.nav-mobile-list > li > a,
.nav-mobile-list > li .btn-dropdown {
  display: block;
  color: var(--black);
  font-size: var(--fs-default);
  font-weight: bold;
  padding: 1em;
  width: 100%;
  text-align: left;
}
.nav-mobile-list li.dropdown {
  display: flex;
  flex-wrap: wrap;
}
.nav-mobile-list li.dropdown > a {
  width: 85%;
}
.nav-mobile-list .btn-dropdown {
  width: 15%;
  position: relative;
}
.nav-mobile-list .btn-dropdown:before,
.nav-mobile-list .btn-dropdown:after {
  position: absolute;
  content: '';
  display: block;
  transition: all 0.4s;
  background: var(--cl-main);
  right: 0;
  top: 50%;
  width: 1em;
  height: 2px;
  transform: translate(-50%, -50%);
}
.nav-mobile-list .btn-dropdown:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.nav-mobile-list .btn-dropdown.is-open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.nav-mobile-list .btn-dropdown.is-open:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.nav-mobile-list .dropdown-menu {
  display: none;
  width: 100%;
  padding-bottom: 0.5em;
}
.nav-mobile-list .dropdown-menu li {
  padding: 0 1em;
}
.nav-mobile-list .dropdown-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: var(--black);
  padding: 0.5em 0;
}
.nav-mobile-list .dropdown-menu li a::before {
  content: '';
  border-top: 1px solid var(--cl-main);
  border-right: 1px solid var(--cl-main);
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  transition: 0.3s;
  transform: rotate(45deg);
}

/* sitemap
---------------------------------------------------------------- */
.sitemap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  background: var(--cl-base);
  overflow-y: auto;
}
.sitemap.is-open {
  visibility: visible;
  opacity: 1;
}
.sitemap-header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  top: 0;
  width: 100%;
  height: var(--header-height);
}
.sitemap-inner {
  padding: 8em 0;
}
.sitemap-section a {
  color: var(--black);
}
.sitemap-ttl {
  font-size: var(--fs-ttl-m);
  padding: 0.3em 0;
  border-bottom: var(--cl-main) 1px solid;
}
.sitemap-list li a::before {
  content: '';
  border-top: 2px solid var(--black);
  width: 0.6em;
  margin-right: 0.5em;
}
.sitemap-children-list {
  margin: 1em 0 0 0;
  padding-left: 0.5em;
}
.sitemap-children-list li a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em 0.5em 0;
  font-size: var(--fs-default);
}
.sitemap-children-list li a::before {
  font-family: 'Font Awesome 6 Free';
  margin-right: 0.8em;
  content: '\f054';
  font-weight: 900;
  font-size: 0.8em;
  color: var(--cl-main);
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .sitemap-header {
    padding: 10px 5px;
  }
  .col-4-2-1.col-sitemap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}
@media only screen and (max-width: 599px) {
  .sitemap-inner {
    padding: 4em 0;
  }
}

/* modal-search
---------------------------------------------------------------- */
.btn-search-icon {
  width: 3em;
  height: 100%;
}
.btn-search-icon button {
  font-size: 2rem;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.btn-search-icon button:hover {
  color: var(--cl-main);
}
.btn-search-close {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 99;
}

.btn-search-close button {
  width: 100%;
  height: 100%;
}
.btn-search-close button span {
  position: absolute;
  background-color: #333;
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  top: calc(50%);
  left: calc(50%);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}
.btn-search-close button span::after {
  position: absolute;
  background-color: #333;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  transition: all 0.4s;
}
.modal-search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  background: var(--white);
}
.modal-search.is-open {
  visibility: visible;
  opacity: 1;
}
.modal-search-header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  top: 0;
  width: 100%;
  height: var(--header-height);
}
.modal-search-inner {
  padding: 10em 0;
}
.modal-form-search {
  width: 100%;
}
.modal-form-search input[type='text'] {
  width: 80%;
  padding: 1em;
  font-size: 2rem;
  border: var(--cl-accent) 2px solid;
  border-radius: 20px 0 0 20px;
}
.modal-form-search input[type='text']:focus-visible {
  outline: 0;
}
.modal-form-search input[type='submit'] {
  width: 20%;
  font-size: 3rem;
  color: var(--white);
  background: var(--cl-accent);
  border: var(--cl-accent) 2px solid;
  border-radius: 0 20px 20px 0;
}

/* 検索フォーム
---------------------------------------------------------------- */
.form-search {
  width: 100%;
}
.form-search input[type='text'] {
  width: 82%;
  border-top: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  border-right: 0;
  background: var(--white);
  border-radius: 8px 0 0 8px;
  box-shadow: none;
}
.form-search input[type='text']:focus-visible {
  outline: 0;
}
.form-search input[type='submit'] {
  width: 18%;
  padding: 0;
  border-top: 1px solid var(--cl-main);
  border-right: 1px solid var(--cl-main);
  border-bottom: 1px solid var(--cl-main);
  border-left: 0;
  box-shadow: none;
  background: var(--cl-main);
  color: var(--white);
  font-size: 1.8rem;
  border-radius: 0 8px 8px 0;
}
.form-search input[type='submit']:hover {
  cursor: pointer;
}

/* footer
---------------------------------------------------------------- */
.footer {
  position: relative;
  background: var(--cl-main);
  color: var(--white);
  width: 100%;
  padding: 6em 0 1em;
  margin-top: 200px;
}
.footer a {
  color: var(--white);
}
.footer-cta-wrap {
  background: var(--cl-base);
  color: var(--black);
  padding: 4em 1em;
  border-radius: var(--box-br);
  margin: -250px 0 40px 0;
}
.footer-logo a {
  display: inline-block;
  width: 200px;
  height: inherit;
}

/* footer sitemap */
.footer-sitemap {
  gap: 1em 2em;
}
.footer-sitemap-ttl a,
.footer-sitemap-link a {
  padding: 0.2em 0.5em 0.2em 0.2em;
}
.footer-sitemap-ttl a {
  font-size: var(--fs-ttl-l);
  font-weight: bold;
}
.footer-sitemap-section ul li a {
  position: relative;
  display: inline-block;
  font-size: var(--fs-lead);
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 1.3em;
}
.footer-sitemap-section ul li a::before {
  font-family: 'Font Awesome 6 Free';
  content: '\f054';
  position: absolute;
  top: 0.5em;
  left: 0;
  font-weight: 900;
  font-size: 1em;
  color: var(--cl-main);
}

/* footer bottom */
.footer-bottom {
}
.footer-link-list .footer-link-item + .footer-link-item {
  margin-left: 2em;
}
.footer-link-item a {
  display: flex;
  align-items: center;
  font-size: var(--fs-notes);
}
.footer-copyright {
  font-size: 1.2rem;
  padding: 0.5em 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .footer {
    padding: 4em 0;
  }
  .footer .col-3to7 {
    display: block;
  }
  .footer .col-3to7 > .col-item + .col-item {
    margin-top: 3em;
  }
  .footer-logo {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer-bottom {
    flex-wrap: wrap;
    gap: 1em;
  }
  .footer-link-list,
  .footer-copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* トップページ Top
---------------------------------------------------------------- */
.top-hero {
  position: relative;
  width: 100%;
  padding: 3em var(--header-side-pd) 5em;
}
.top-main-txt-wrap {
}
.top-main-txt {
  color: var(--black);
  border-radius: var(--box-br);
  padding: 0 2em;
}
.top-main-txt h2 {
  font-size: var(--fs-ttl-top);
  line-height: 1.2;
}
.top-main-txt p {
  margin-top: 1em;
  font-size: var(--fs-ttl-xs);
  line-height: 1.4;
}
@media only screen and (max-width: 599px) {
  .top-hero {
    padding: 5% 3% 0;
  }
}

/* トップメインスライダー ----------------------------- */
.top-main-slider {
  position: relative;
}
.top-main-slider .splide__track,
.top-main-slider .splide__slide {
  border-radius: 40px;
  overflow: hidden;
}
.top-main-slider .splide__track:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}
/* ページネーション */
.top-main-slider ul.splide__pagination {
}
.top-main-slider .splide__pagination__page {
  background: var(--white);
}
.top-main-slider .splide__pagination {
  bottom: 1em;
}
.top-main-slider .splide__pagination__page.is-active {
  background: var(--cl-main);
}
/* sliderオプション(内) */
.top-main-slider .splide-option-inside {
  position: absolute;
  bottom: 1em;
  right: 1.5em;
}
/* sliderオプション(下) */
.top-main-slider .splide-option-bottom {
  position: absolute;
  bottom: -4em;
  left: 50%;
  transform: translateX(-50%);
}
/* 再生・停止ボタン */
.top-main-slider .splide__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cl-main);
  width: 6em;
  border-radius: 100vh;
  border: transparent 2px solid;
  padding: 0.3em;
}
.top-main-slider .splide__toggle span {
  align-items: center;
  position: relative;
  color: var(--white);
  border-radius: 50%;
  gap: 0.5em;
}
.top-main-slider .splide__toggle span i {
  font-size: 1.4em;
}
.top-main-slider .splide__toggle__play,
.top-main-slider .splide__toggle.is-active .splide__toggle__pause {
  display: flex;
}
/* arrow */
.top-main-slider .splide__arrows {
  position: relative;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.top-main-slider .splide__arrow {
  position: absolute;
  background: var(--cl-main);
  color: var(--white);
  border: var(--cl-main) 2px solid;
  width: 3em;
  height: 3em;
  transition: 0.3s all;
}
.top-main-slider .splide__arrow--prev {
  left: 0;
}
.top-main-slider .splide__arrow--next {
  right: 0;
}

/* top-se01 ----------------------------- */
.box-rectangle-col {
  --col-gap: 4em;
}
.stripe-shadow {
  position: relative;
  border-radius: var(--box-br);
}
.stripe-shadow::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  border-radius: var(--box-br);
  background-image: repeating-linear-gradient(45deg, var(--cl-accent) 0 7px, transparent 7px 12px);
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .box-rectangle-col {
    --col-gap: 1.5em;
    --row-gap: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  .box-rectangle-col .col-item:nth-of-type(1) {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
/* 長方形リンクボックス */
.box-rectangle {
  position: relative;
  color: var(--white);
  padding: 2em 1em;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: var(--box-br);
}
.box-rectangle:hover {
  color: var(--black);
}
.box-rectangle .contents-wrap {
  position: relative;
  z-index: 2;
}
.box-rectangle .ttl {
  font-size: var(--fs-ttl-m);
}
.box-rectangle .txt {
  transition: opacity 0.5s;
}
.box-rectangle:hover .txt {
  opacity: 0;
}

.box-rectangle::before,
.box-rectangle::after {
  position: absolute;
  inset: 0;
  margin: auto;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.box-rectangle::before {
  background: var(--cl-main);
  background: linear-gradient(0deg, rgba(243, 247, 236, 0.8) 0%, rgba(0, 92, 120, 0.8) 50%, rgba(0, 92, 120, 1) 100%);
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 2;
}
.box-rectangle::after {
  background: rgba(243, 247, 236, 0);
  transition: opacity 0.5s;
  z-index: 1;
}
.box-rectangle:hover::before {
  opacity: 0;
}
.box-rectangle:hover::after {
  background: rgba(243, 247, 236, 0.6);
  backdrop-filter: blur(2px);
}
.box-rectangle .bg-img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.box-rectangle .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
}
.box-rectangle:hover .bg-img img {
  scale: 1.05;
}

/* top-se02 ----------------------------- */

.top-sub-slider .card-item {
  padding: var(--box-pd);
  background: var(--white);
  border-radius: var(--box-br);
}

/* top-se03 ----------------------------- */

/* サブページ（共通） Sub-common
---------------------------------------------------------------- */
.sub-hero {
  padding: 80px var(--header-side-pd);
  width: 100%;
  line-height: 1.4;
  background-size: cover;
}
.sub-hero h1,
.sub-hero p {
  font-size: var(--fs-ttl-top);
  font-weight: bold;
}

/* 投稿（共通）archive common
---------------------------------------------------------------- */
/* カテゴリーラベル */
.cat-label {
  display: inline-block;
  --cl-cat: var(--cl-main);
  padding: 0.1em 1em;
  font-size: var(--fs-notes);
  font-weight: bold;
  border: var(--cl-cat) 2px solid;
  color: var(--cl-cat);
  min-width: 100px;
  text-align: center;
  border-radius: var(--btn-br);
}

/* 記事カラム */
.col-archive {
  gap: 25px;
}
.col-archive-item {
  position: relative;
}

/* カード */
.col-archive-item.img-txt-card a {
  border-radius: var(--box-br);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.col-archive-item.img-txt-card .img-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.col-archive-item.img-txt-card .img-wrap img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
}
.col-archive-item.img-txt-card .txt-wrap {
  padding: 1em 1em 1.5em;
}
.col-archive-item.img-txt-card .cat-label {
  font-size: 12px;
  color: var(--white);
  background: var(--cl-cat);
  padding: 0.2em 0.8em;
}

/* 記事リスト */
.article-list li {
  border-bottom: var(--l-gray) 1px solid;
  transition: 0.3s all;
  border-radius: var(--box-br);
}
.article-list li a {
  display: block;
  color: var(--black);
  padding: 0.8em 0;
}
.article-list li:hover {
  background: var(--cl-base);
}
.article-list li:hover a {
  opacity: 1;
}
.article-list a.zoom-out:hover {
  transform: scale(0.98);
}

/* 記事日付 */
.article-date {
  position: relative;
  display: block;
  color: var(--d-gray);
  font-size: var(--fs-notes);
  font-weight: bold;
}
.article-date.update {
  margin-left: 0.5em;
}
.article-date.update::before {
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  font-size: 1em;
  content: '\f2f1';
  font-weight: 900;
  color: var(--d-gray);
}
/* 記事タイトル */
.article-ttl {
  font-weight: bold;
  color: var(--black);
}
.article-list .article-date {
  margin-left: 0.3em;
}

/* カテゴリー、タームリスト */
.se-cat-list {
  margin-bottom: 3em;
}
.cat-list-wrap {
  position: relative;
  width: 100%;
  padding: 1em 0;
}
.cat-list {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--fs-default);
  padding-right: 3em;
  gap: 0.5em;
}
.cat-list li {
  text-align: center;
}
.cat-list li a {
  font-size: var(--fs-default);
  background: var(--l-gray);
  color: var(--black);
  padding: 0.5em 2em;
  border-radius: 20px;
}
.cat-list li.current a {
  background: var(--cl-main);
  color: var(--white);
}
.cat-area {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .cat-area {
    position: relative;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .cat-area::before,
  .cat-area::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .cat-area::before {
    width: 5%;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
  }
  .cat-area::after {
    width: 20%;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%);
  }
  .cat-list-wrap {
    position: relative;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 1em 0 1em 1.5em;
  }
  .cat-list-wrap::-webkit-scrollbar {
    display: none;
  }
  .cat-list {
    width: max-content;
    flex-wrap: nowrap;
  }
}

/* カテゴリードロップダウン */
.cat-dropdown {
  position: relative;
  display: inline-block;
  font-size: var(--fs-default);
  background: var(--white);
  border: var(--gray) 2px solid;
  border-radius: 5px;
  color: var(--black);
  width: 100%;
  max-width: 500px;
  height: 100%;
  text-align: left;
  transition: all 0.5s ease;
}
.cat-dropdown .select {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 1em;
}
.cat-dropdown .select > i {
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: var(--fs-default);
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  line-height: 20px;
  transform: translateY(-50%);
}
.cat-dropdown:active {
  background-color: #f8f8f8;
}
.cat-dropdown.active:hover,
.cat-dropdown.active {
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8;
}
.cat-dropdown.active .select > i {
  transform: rotate(180deg);
  top: 30%;
}
.cat-dropdown .cat-dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: calc(100% + 4px);
  left: -2px;
  border: var(--gray) 2px solid;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9;
}
.cat-dropdown .cat-dropdown-menu li a {
  display: inline-block;
  color: var(--black);
  width: 100%;
  padding: 1em;
  transition: all 0.2s ease-in-out;
}
.cat-dropdown .cat-dropdown-menu {
  padding: 0;
  list-style: none;
}
.cat-dropdown .cat-dropdown-menu li a:hover {
  background-color: #f2f2f2;
}
.cat-dropdown .cat-dropdown-menu li a:active {
  background-color: #e2e2e2;
}

/* タグリスト */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  background: var(--l-gray);
  margin-top: 0.3em;
  border-radius: 5px;
  padding: 0.5em;
}
.tag-list li {
  padding: 0.25em;
}
.tag-list li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1em;
  border-bottom: var(--black) 1px solid;
  font-size: var(--fs-notes);
  color: var(--black);
}
.tag-list a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Free';
  font-size: 1em;
  content: '\23';
  font-weight: 900;
  color: var(--cl-main);
}

/* 投稿（共通）single common
---------------------------------------------------------------- */
.type-single .l-primary .single-article {
  padding: 0 1em 1.5em;
  border-radius: var(--box-br);
}
.type-single .l-primary .article-inner {
  max-width: 850px;
  margin: auto;
}
.article-content {
  margin: 3em 0;
}

/* 投稿サイドバー（共通）sidebar common
---------------------------------------------------------------- */
.sidebar-section {
  background: var(--l-gray);
  padding: 1.5em 1em;
  border-radius: var(--box-br);
}
.l-secondary .sidebar-section + .sidebar-section {
  margin-top: 1.5em;
}
.sidebar-section-ttl {
  font-size: var(--fs-ttl-s);
  margin-bottom: 0.5em;
}
.sidebar-section ul li a {
  display: block;
  font-size: 1.4rem;
  color: var(--black);
  padding: 0.5em 0;
  border-bottom: var(--cl-main) 1px solid;
}
.sidebar-tag-list a {
  display: inline-block;
  position: relative;
  color: var(--black);
  padding: 0 0 0 1em;
  border-bottom: var(--black) 1px solid;
  margin-top: 10px;
}
.sidebar-tag-list a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Free';
  font-size: 1em;
  content: '\23';
  font-weight: 900;
  color: var(--cl-main);
}
.sticky-area {
  position: -webkit-sticky; /*Safari*/
  position: sticky;
  top: 100px;
  height: auto;
}

/* archive news
---------------------------------------------------------------- */

/* single news
---------------------------------------------------------------- */

/* 検索結果 se-search
---------------------------------------------------------------- */
.se-search article {
  width: 100%;
  height: 100%;
}
.col-search article > a {
  border-radius: 10px;
  padding: 1.5em;
  background: var(--white);
  border: var(--gray) 2px solid;
}
.col-search > .col-item + .col-item {
  margin-top: 1.5em;
}
.se-search .entry-header {
  font-weight: bold;
  color: var(--cl-main);
  font-size: var(--fs-ttl-s);
}
@media only screen and (max-width: 599px) {
  .col-search article > a {
    padding: 1.5em 1em;
  }
}

/* 検索結果なし se-none
---------------------------------------------------------------- */
.box-none {
  padding: 2em 1em;
}

/* スライドアイテム slide
---------------------------------------------------------------- */
/* カードスライダー */

/* editor-style
---------------------------------------------------------------- */
