@charset "UTF-8";
/*
Theme Name: テンプレート
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

:root {
  --bg-nav: #fff;
  --bg-mega-menu: #ccc;
  --bg-page-ttl: rgba(0, 0, 0, 0.4);
  --bg-header: rgba(255, 255, 255, .7);
  --bg-body: #fff;
  --bg-footer: #f5f5f5;
  --bg-category: #333;
  --bg-tag: #7f8083;
  --bg-tmp2-sidebar: #fff;
  --bg-tmp3-menu: #ccc;
  --bg-nav-submenu: #4682b4;
  --bg-loading: #0bd;
  --font-main: #333;
  --cl-white: #fff;
  --cl-black: #000;
  --cl-gray: #666;
  --cl-mid-gray: #999;
  --cl-light-gray: #ccc;
  --cl-light-gray2: #f5f5f5;
  --cl-text-link: #213a70;
  --cl-red: #de0000;
  --bg-btn: #fff;
  --bg-btn-hover: #000;
  --bg-btn-font-hover: #fff;
  --bg-btn-border: #000;
  --bg-loading: #0bd;
  --bg-accordion-q: #09357f;
  --bg-accordion-a: #de0000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-padding-top: 60px;
}

body {
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%;
  color: var(--font-base);
}

body.admin-bar .site-container {
  position: relative;
}

/*
::-moz-selection {
  background: var(--cl-light-gray);
}

::selection {
  background: var(--cl-light-gray);
}
*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

a {
  color: var(--color-link);
  transition: .3s ease-in;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.ico-chevron-right::after {
  content: "";
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  mask-image: url(./img/common/chevron-right.svg);
  width: 16px;
  height: 16px;
  background: var(--cl-black);
  margin-left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

@media screen and (max-width: 599px) {
  .pc-line-break {
    text-align: left;
  }

  .pc-line-break br {
    display: none;
  }
}
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }

/* iframe */
.iframe-container {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
}

.view-sp {
  display: block !important;
}

.view-pc {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .view-sp {
    display: none !important;
  }

  .view-pc {
    display: block !important;
  }
}

.my-global-slider .video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    aspect-ratio: 16 / 9;
}
.my-global-slider .video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.site-container {
  overflow-x: hidden;
}

:not(.home) :not(.theme-tmp3).site-container {
  padding-top: 60px;
}

:not(.home) .theme-tmp3.site-container {
  padding-top: 0;
}

.theme-tmp3 .wide-image-video {
  margin-left: 90px;
}

/*
.site-container:has(.sample-pos-fixed) {
  display: contents;
}
*/

.l-content__main {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 20px;
}

.home .l-content__main {
  max-width: 100%;
  padding: 0 0 40px;
}

@media print,
screen and (min-width: 600px) {
  :not(.home) .site-container {
    padding-top: 80px;
  }

    .l-content__main {
    padding: 40px;
  }
}

.home .theme-tmp2 .wide-image-video {
  margin-left: 50px;
}

.theme-tmp2 .sidebar {
  width: 100%;
  padding: 40px 20px 0;
  border-left: 1px solid var(--cl-light-gray);
  background: var(--bg-tmp2-sidebar);
}

@media screen and (min-width: 1024px) {
  .theme-tmp2 .l-main-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }

  .theme-tmp2 .l-content {
    width: calc(100% - 340px);
  }

  .theme-tmp2 .sidebar {
    width: 340px;
    padding: 40px 30px;
    display: block;
  }
  
  .theme-tmp2 .sidebar .wp-item-block {
    padding: 0;
  }
}

.l-header-inner {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 100;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .l-header-inner {
    justify-content: space-between;
  }
}

.l-header__logo {
  min-width: 250px;
}

.l-header__logo > h1,
.l-header__logo > div {
  padding: 0 0 0 16px;
  text-align: left;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
}

.l-header__logo img {
  max-width: 250px;
  width: auto;
  height: 30px;
  display: block;
}

.l-header__logo img:hover {
  opacity: .7;
}

@media print,
screen and (min-width: 600px) {
  .l-header__logo img {
    max-width: 200px;
    height: 60px;
  }
}

.l-header__logo a {
  text-decoration: none;
  color: var(--cl-black);
}

@media screen and (min-width: 1025px) {
  .l-header__logo {
    padding: 0;
  }

  .l-header__logo > * {
    padding: 0 30px;
    font-size: 3.2rem;
    text-align: center;
  }

  .l-header__logo img {
    display: inline-block;
  }
}

.l-header__logo img:hover {
  opacity: .7;
  transition: .2s ease-in;
}

.l-header__pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-header__pc {
    justify-content: flex-end;
    display: flex;
  }
}

.l-header__subnav {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0 20px;
  margin-top: auto;
}

.l-header__sns {
  margin-left: 25px;
}

.l-header__sns-list {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: right;
  gap: 20px;
}

.l-header__sns-list li {
  line-height: 1;
}

.l-header__contact span {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-header__contact {
    margin-left: 15px;
    text-align: center;
  }

  .l-header__contact a {
    display: block;
    background: var(--cl-black);
    width: 60px;
    line-height: 60px;
    transition: .3s ease-in;
  }

  .l-header__contact a:hover {
    opacity: .7;
  }
  
  .l-header__contact i {
    background: var(--cl-white);
    vertical-align: middle;
  }
}

.l-header__gnav {
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .l-header__gnav {
    display: flex;
    justify-content: end;
  }
}

.l-header__gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-header__gnav-list li {
  font-weight: bold;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .l-header__gnav-list > li {
    height: 60px;
    line-height: 60px;
  }
}

.l-header__gnav-list li a {
  padding: 0 20px;
  color: var(--cl-black);
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}

.l-header__gnav-list li a:hover {
  color: var(--cl-black);
}

.l-header__gnav-list li a.active + .header-nav-child {
  display: block;
}

.header-nav-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--cl-light-gray);
  z-index: 10;
}

/* 子階層 */
.l-header__gnav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 10;
}

.l-header__gnav-sub a {
  padding: 0;
}

.l-header__gnav-sub li {
  line-height: 1.8;
}

.l-header__gnav-sub__inner {
  width: 100%;
  background-color: rgba(34, 58, 112, 0.7);
}

.l-header__gnav-sub__cont {
  width: 960px;
  min-height: 210px;
  margin: 0 auto;
  padding: 40px 0 60px;
  display: flex;
  justify-content: space-between;
}

.l-header__gnav-sub__cont .col {
  width: 33.33%;
}

.l-header__gnav-sub__cont .col p {
  font-size: 1.4rem;
  padding: 10px 0;
  line-height: 1.6;
}

.l-header__gnav-sub__cont .col_1 {
  padding: 0 30px 0 0;
}

.l-header__gnav-sub__cont .col_2,
.l-header__gnav-sub__cont .col_3 {
  position: relative;
  padding: 0 30px;
  font-weight: 400;
}

.l-header__gnav-sub__cont .col_2::before,
.l-header__gnav-sub__cont .col_3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--cl-light-gray);
}

.l-header__gnav-sub__cont a.gnav_sub__menu {
  background-color: white;
  width: 90%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 18px 16px;
  line-height: 1.6;
  transition: .5s;
}

.l-header__gnav-sub__cont a.gnav_sub__menu::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 1px var(--cl-black);
  border-right: solid 1px var(--cl-black);
  transform: rotate(45deg) translateY(-50%);
}

.l-header__gnav-sub__cont a.gnav_sub__menu:hover {
  background-color: var(--bg-nav-submenu);
  color: white;
}

.l-header__gnav-sub__cont a.gnav_sub__menu:hover::before {
  border-color: var(--cl-white);
}

.sub_lower__menu {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.l-header__gnav-sub__cont .sub_lower__menu li {
  padding: 0;
  margin: 0;
  position: relative;
  width: calc((100% - 40px) / 3);
}

.l-header__gnav-sub__cont .sub_lower__menu li a {
  position: relative;
  padding-left: 1.2em;
  font-weight: 400;
  font-size: 1.4rem;
  transition: .3s ease-in;
  background: var(--cl-white);
  padding: 16px;
  text-align: left;
}

.l-header__gnav-sub__cont .sub_lower__menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: var(--cl-white);
  vertical-align: bottom;
  mask-image: url(./img/common/chevron-right.svg);
  background: var(--cl-black);
}

.l-header__gnav-sub__cont .sub_lower__menu li a:hover {
  transition: .3s ease-in;
  opacity: .7;
}

.l-header__gnav-sub .l-header__gnav-sub {
  top: 70px;
  left: 0;
  z-index: 11;
  width: 840px;
}

.l-header__gnav-sub .l-header__gnav-sub .l-header__gnav-sub__cont {
  width: 100%;
  padding: 30px;
  min-height: auto;
}

.l-header__gnav-sub .l-header__gnav-sub__cont .depth-odd {
  /* background-color: rgba(34, 58, 112, 0.5); */
  background-color: rgba(255, 255, 255, 0.5);
}

.l-header__gnav-sub .l-header__gnav-sub__cont .depth-even {
  background-color: rgba(255, 255, 255, 0.5);
}

/* カード表示 */
.custom_walker_card_list .submenu-parent-title {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 10px;
  color: var(--cl-white);
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid var(--cl-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom_walker_card_list .submenu-parent-title a {
  color: var(--cl-white);
  display: block;
  padding: 0;
  width: 100%;
}

.custom_walker_card_list .submenu-parent-title a:hover {
  color: var(--cl-white);
  opacity: .7;
}

.custom_walker_card_list .submenu-parent-title i {
  background: var(--cl-white);
}

.custom_walker_card_list .l-header__gnav-sub__cont .sub_lower__menu li:hover:has(a) {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.custom_walker_card_list .l-header__gnav-sub__cont .sub_lower__menu li a {
  display: block;
  padding: 0;
}

.custom_walker_card_list .l-header__gnav-sub__cont .sub_lower__menu li a:hover {
  opacity: 1;
}

.custom_walker_card_list .l-header__gnav-sub__cont .sub_lower__menu li a::after {
  top: auto;
  bottom: 20px;
}

.menu-item-thumb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.sub_lower__menu .menu-item-title {
  display: block;
  padding: 16px 36px 16px 16px;
  font-weight: 700;
}

/*
.l-header__gnav-sub {
 display: block !important;
}
*/

.l-header__search {
  margin-left: 30px;
  height: 30px;
  width: 30px;
}

.l-header__search p {
  cursor: pointer;
}

.l-header__search-area {
  background: var(--cl-light-gray);
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  z-index: 10;
}

.l-header__search-inner {
  width: 840px;
  margin: 0 auto;
  padding: 40px 0;
}

.l-header__search-inner #search_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__search-inner #search_form input {
  appearance: none;
  outline: none;
}

.l-header__search-inner #search_form input[type=text] {
  border: 1px solid var(--cl-light-gray);
  padding: .4em .8em;
  width: 750px;
}

.l-header--pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-header--pc {
    display: block;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1025px) {
  .l-header--sp {
    display: none;
  }
}

.header-discription {
  display: none;
  padding: 0 15px;
  font-size: 1.4rem;
  background: var(--cl-light-gray2);
} 

@media screen and (min-width: 1025px) {
  .header-discription {
    display: block;
  }
}

/* 左メニュー */
.theme-tmp3 .header-discription {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1025px) {
  .theme-tmp3 .l-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 260px;
    background: var(--bg-tmp3-menu) !important;
    z-index: 100;
    padding: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }

  .theme-tmp3 .l-header-inner {
    display: flex;
    flex-flow: column;
    justify-content: start;
    height: 100vh;
    padding: 24px 0;
  }

  .theme-tmp3 .l-header__logo h1 {
    padding: 0 24px;
  }

  .theme-tmp3 .l-header__gnav {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }

  .theme-tmp3 .l-header__pc {
    display: contents;
  }

  .theme-tmp3 .l-header__gnav-list,
  .theme-tmp3 .l-header .l-header__subnav {
    flex-flow: column;
    justify-content: center;
    padding: 0;
    width: 100%;
  }

  .theme-tmp3 .l-header__sns,
  .theme-tmp3 .gtranslate_wrapper,
  .theme-tmp3 .l-header__contact {
    margin: 30px 0 0;
    padding: 0;
  }

  .theme-tmp3 .l-header__contact {
    width: 100%;
  }

  .theme-tmp3 .l-header__contact a {
    width: calc(100% - 48px);
    margin: 0 auto;
    border-radius: 50px;
  }

  .theme-tmp3 .l-header__contact span {
    display: inline-block;
    margin-left: 8px;
    color: var(--cl-white);
  }


  .theme-tmp3 .header-discription,
  .theme-tmp3 .l-main,
  .theme-tmp3 .l-footer,
  .home .theme-tmp3 .swiper {
    width: calc(100% - 260px);
    margin-left: 260px;
  }

  .theme-tmp3 .c-btn {
    border-radius: 50px;
    padding: 1.2em 5em;
  }

  .theme-tmp3 .gtranslate_wrapper {
    gap: 10px;
  }

  .theme-tmp3 a.glink img {
    width: 30px;
    height: auto;
  }

  .theme-tmp3 .l-header__gnav-list li {
    position: relative;
  }

/*  
  .theme-tmp3 .l-header__gnav-list > .menu-item-has-children > a:before,
  .theme-tmp3 .l-header__gnav-list > .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 10px;
    height: 1px;
    border-radius: 9999px;
    background-color: var(--cl-black);
    transform-origin: 100% 50%;
    transition: .3s ease-in-out;
  }

  .theme-tmp3 .l-header__gnav-list > .menu-item-has-children > a:before {
    transform: rotate(45deg);
  }

  .theme-tmp3 .l-header__gnav-list > .menu-item-has-children > a:after {
    transform: rotate(-45deg);
  }
*/

.theme-tmp3 .l-header__gnav-list>.menu-item-has-children>a::after {
  content: "";
  display: block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: var(--cl-white);
  mask-image: url(./img/common/chevron-right.svg);
  width: 16px;
  height: 16px;
  background: var(--cl-black);
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -8px;
}

.theme-tmp3 .l-header__gnav-list>.menu-item-has-children>a:hover::after {
  right: 20px;
}

/*
  .theme-tmp3 ul li:not(.menu-item-has-children) > a:before,
  .theme-tmp3 ul li:not(.menu-item-has-children) > a:after {
    display: none;
  }
  */

  .theme-tmp3 .menu-item-has-children .l-header__gnav-sub {
    position: fixed;
    top: 0;
    left: 260px;
    width: 100%;
    height: 100vh;

    /* d-block */
    /* display: block !important; */
  }

  .theme-tmp3 .menu-item-has-children .l-header__gnav-sub .l-header__gnav-sub {
    left: 520px;
  }

  .theme-tmp3 .menu-item-has-children .l-header__gnav-sub__inner {
    width: 100%;
    height: 100vh;
  }

  .theme-tmp3 .menu-item-has-children .l-header__gnav-sub__cont {
    flex-flow: column;
    width: calc((100% - 360px));
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  .theme-tmp3 .custom_walker_card_list .submenu-parent-title {
    max-width:  none;
    width: calc((100% - 360px));
    margin: 0 0 0 40px;
  }

    .theme-tmp3 .sub_lower__menu .menu-item-title {
      background: var(--cl-white);
      color: var(--cl-black);
      font-size: 20px;
    }

  .theme-tmp3 .menu-item-has-children .l-header__gnav-sub__cont .sub_lower__menu {
    margin: 0 40px;
  }

  .theme-tmp3 .menu-item-has-children .l-header__gnav-sub__cont .sub_lower__menu li a {
    background: none;
    color: var(--cl-white);
  }

  .theme-tmp3 .menu-item-has-children .l-header__gnav-sub__cont .sub_lower__menu li a:before,
  .theme-tmp3 .menu-item-has-children .l-header__gnav-sub__cont .sub_lower__menu li a:after {
    background: var(--cl-white);
  }

  .theme-tmp3 .l-footer__sns {
    display: none;
  }

  .theme-tmp3 .c-form-search {
    width: calc(100% - 48px);
  }
}

.l-footer {
  margin-top: auto;
  position: relative;
  background-color: var(--bg-footer);
}

.l-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .l-footer__inner {
    flex-direction: row;
  }
}

.l-footer__left {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8vw;
  order: 0;
}

@media screen and (min-width: 1025px) {
  .l-footer__left {
    order: 1;
    width: 50%;
    padding: 80px 80px 40px 30px;
  }
}

.l-footer__right {
  /* background-color: var(--cl-light-gray); */
  padding: 8vw;
  order: 1;
}

@media screen and (min-width: 1025px) {
  .l-footer__right {
    order: 2;
    width: 50%;
    padding: 80px 30px 40px 80px;
  }
}

.l-footer__logo {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (min-width: 1025px) {
  .l-footer__logo {
    margin-bottom: 40px;
    text-align: left;
  }
}

.l-footer__logo a {
  text-decoration: none;
  color: var(--cl-black);
}

.l-footer__logo img {
  width: 50vw;
  margin: 0 auto;
}

@media print,
screen and (min-width: 600px) {
  .l-footer__logo img {
    width: 30vw;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer__logo img {
    width: 250px;
    margin: 0;
  }
}

.l-footer__address {
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 600px) {
  .l-footer__address {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer__address {
    font-size: 1.4rem;
    text-align: left;
  }
}

.l-footer__address span {
  margin-left: 4em;
}

.l-footer__contact {
  margin-top: 16px;
}

.l-footer__copyright {
  font-size: 1.2rem;
  margin: auto;
  padding-bottom: 16px;
  text-align: left;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 1025px) {
  .l-footer__copyright {
    text-align: center;
  }
}

.l-footer__sitemap {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-footer__sitemap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

.l-footer__sitemap-list li {
  font-size: 1.3rem;
  margin-bottom: 1em;
}

.l-footer__sitemap-list li a {
  text-decoration: none;
  color: var(--cl-black);
}

.l-footer__sitemap-list li a:hover {
  opacity: .7;
}

.l-footer__sitemap-list li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: .5em 0 2em;
}

.l-footer__sitemap-list li ul li {
  font-weight: normal;
  margin-bottom: .5em;
}

.l-footer__sitemap-list li ul li ul li {
  padding-left: 1em;
  position: relative;
}

.l-footer__sitemap-list li ul li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-color: var(--cl-black);
  width: 6px;
  height: 1px;
}

.l-footer__sns {
  margin-top: 32px;
}

.l-footer__sns-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.l-footer__sns-list i {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1025px) {
  .l-footer__sns-list {
    justify-content: start;
  }
}

.l-footer__link {
  margin: 80px auto 0;
  padding: 0 32px;
}

.l-footer__link-list {
  display: flex;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}

@media print,screen and (min-width: 600px) {
  .l-footer__link-list {
    flex-direction: row;
  }

  .l-footer__link-list .menu-item {
    width: calc((100% - 20px) / 3);
  }
}

@media print,screen and (min-width: 1025px) {
  .l-footer__link-list {
    justify-content: start;
  }
}

.l-footer__link-list .menu-item a:hover {
  opacity: .7;
}

/* モバイル広告サイズ 320×100px */
.l-footer__link-list .menu-item img {
  aspect-ratio: 16 / 5;
  object-fit: cover;
  display: block;
  max-width: 320px;
  width: 100%;
}

#page_top {
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 20;
}

@media print,
screen and (min-width: 600px) {
  #page_top {
    right: 20px;
    bottom: 100px;
  }
}

#page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 1.4;
  transition: ease-in .3s;
  background-color: var(--cl-black);
  border-radius: 4px;
  color: var(--cl-white);
  position: relative;
}

/* アイコン */
.icon {
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: var(--cl-white);
  vertical-align: bottom;
}

.list {
  mask-image: url(./img/common/list.svg);
  width: 30px;
  height: 30px;
  background: var(--cl-black);
}

.active .list {
  mask-image: url(./img/common/x-lg.svg);
  width: 24px;
  height: 24px;
  background: var(--cl-black);
}

.arrow-up {
  mask-image: url(./img/common/arrow-up.svg);
  width: 26px;
  height: 26px; 
}

.twitter-x {
  mask-image: url(./img/common/twitter-x.svg);
  width: 24px;
  height: 24px;
  background: var(--cl-black);
}

.instagram {
  mask-image: url(./img/common/instagram.svg);
  width: 24px;
  height: 24px;
  background: var(--cl-black);
}

.note {
  mask-image: url(./img/common/note.svg);
  width: 24px;
  height: 24px;
  background: var(--cl-black);
}

.envelope {
  mask-image: url(./img/common/envelope.svg);
  width: 24px;
  height: 24px;
  background: var(--cl-black);
}

.btn-search {
  mask-image: url(./img/common/search.svg);
  width: 24px;
  height: 100%;
  background: var(--cl-black);
}

.icon-category,
.folder2 {
  mask-image: url(./img/common/folder2.svg);
  width: 12px;
  height: 12px;
}

.tag,
.post_tag {
  mask-image: url(./img/common/tag.svg);
  width: 12px;
  height: 12px;
}

.icon.prev {
  mask-image: url(./img/common/chevron-left.svg);
  width: 16px;
  height: 16px;
  background-color: var(--cl-black);
  vertical-align: middle;
}

.icon.next {
  mask-image: url(./img/common/chevron-right.svg);
  width: 16px;
  height: 16px;
  background-color: var(--cl-black);
  vertical-align: middle;
}

.nav-btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 110;
  cursor: pointer;
  background-color: white;
  width: 60px;
  height: 60px;
  border: 0;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .nav-btn {
    display: none;
  }
}

@media print {
  .nav-btn {
    display: none;
  }
}

.nav-btn.active i::before {
  font: var(--fa-font-solid);
}

.nav-btn.change-color {
  background-color: var(--bg-footer);
  transition: .2s ease-in;
}

body.sp-menu-active::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.l-fullmenu {
  background: rgba(255, 255, 255, 0.95);
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 102;
  overflow-y: scroll;
}

.l-fullmenu__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 44px 4% 0;
}

.l-fullmenu__nav {
  padding: 4%;
}

.l-fullmenu__head {
  height: 60px;
  display: flex;
  align-items: center;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu__head {
    height: 100px;
  }
}

.l-fullmenu__head h1 img {
  min-width: 160px;
  width: 42vw;
  transition: .2s ease-in;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu__head h1 img {
    width: 200px;
  }
}

@media screen and (min-width: 1025px) {
  .l-fullmenu__head h1 img {
    width: 260px;
  }
}

.l-fullmenu__head h1 img:hover {
  opacity: .7;
  transition: .2s ease-in;
}

.l-fullmenu__head a {
  font-weight: 700;
  text-decoration: none;
  color: var(--cl-black);
}

.l-fullmenu__subnav {
  padding: 10px 4vw;
}

.l-fullmenu__subnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu__subnav-list {
    gap: 20px;
  }
}

.l-fullmenu__subnav-list li {
  width: calc(50% - 5px);
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu__subnav-list li {
    width: calc(50% - 10px);
  }
}

.l-fullmenu__subnav-list li a {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid var(--cl-black);
  display: block;
  padding: 1.4em .4em;
  text-decoration: none;
  color: var(--cl-black);
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu__subnav-list li a {
    font-size: 1.4rem;
    padding: 1em .4em;
  }
}

.l-fullmenu__subnav .c-form-search,
.l-fullmenu__subnav .c-form-search__box {
  height: 70px;
}

.l-fullmenu__subnav .c-form-search__submit {
  width: 70px;
  height: 70px;
  border: 1px solid var(--cl-light-gray);
}

.l-fullmenu__subnav .c-form-search input[type=text] {
  padding: 0 20px;
  font-size: 18px;
}

.l-fullmenu__nav .sub-menu {
  display: none;
  margin-left: 25px;
}

.l-fullmenu__sns {
  padding: 10px 4vw;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu__sns {
    padding: 20px 4vw;
  }
}

.l-fullmenu__sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  gap: 30px;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu__sns-list {
    font-size: 3rem;
    gap: 40px;
  }
}

.l-fullmenu__foot {
  margin-top: auto;
  padding-bottom: 4vw;
}

.l-fullmenu__copyright {
  font-size: 1rem;
  text-align: center;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu__copyright {
    font-size: 1.2rem;
  }
}

.l-fullmenu-ac {
  font-size: 1.4rem;
  font-weight: bold;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu-ac {
    font-size: 1.5rem;
  }
}

.l-fullmenu-ac > li {
  border-bottom: 1px solid var(--cl-light-gray);
}

.l-fullmenu-ac li a {
  display: block;
  padding: 25px 0;
  text-decoration: none;
  color: var(--cl-black);
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu-ac li a {
    padding: 15px 0;
  }
}

.l-fullmenu-ac dl dt {
  padding: 14px 0;
  border-bottom: 1px solid var(--cl-light-gray);
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu-ac dl dt {
    padding: 15px 0;
  }
}

.l-fullmenu-ac dl dt a {
  display: block;
}

.l-fullmenu-ac .subpage {
  position: relative;
}

.l-fullmenu-ac .subpage.open:after {
  height: 0;
  transition: .2s ease-in;
}

.l-fullmenu-ac .subpage::before,
.l-fullmenu-ac .subpage::after {
  content: "";
  position: absolute;
  background-color: var(--cl-gray);
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease-in;
}

.l-fullmenu-ac .subpage::before {
  right: 0;
  width: 15px;
  height: 1px;
}

.l-fullmenu-ac .subpage::after {
  right: 7px;
  width: 1px;
  height: 15px;
}

.l-fullmenu-ac2 li a {
  padding: 14px 0 14px 2em;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu-ac2 li a {
    padding: 15px 0 15px 2em;
  }
}

.l-fullmenu-ac2 p {
  padding: 14px 0 14px 2em;
  border-bottom: 1px solid var(--cl-light-gray);
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu-ac2 p {
    padding: 15px 0 15px 2em;
  }
}

.l-fullmenu-ac3 li a {
  padding: 14px 0 14px 4em;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu-ac3 li a {
    padding: 15px 0 15px 4em;
  }
}

.l-fullmenu-ac li.menu-item-has-children {
  position: relative;
}

.l-fullmenu-ac li.menu-item-has-children > a {
  width: calc(100% - 50px);
}

.l-fullmenu-ac li.menu-item-has-children > i::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  padding: 0;
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid var(--cl-light-gray);
  background-image: url(./img/common/plus-lg.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.l-fullmenu-ac li.menu-item-has-children > i.active::after {
  background-image: url(./img/common/x-lg.svg);
}

.l-fullmenu-ac li.menu-item-has-children > i.active + .sub-menu {
  display: block;
}

.u-align--right {
  text-align: right;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}

.u-size--small {
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 600px) {
  .u-size--small {
    font-size: 1.4rem;
  }
}

.u-size--xsmall {
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 600px) {
  .u-size--xsmall {
    font-size: 1.3rem;
  }
}

.u-size--large {
  font-size: 1.6rem;
}

@media print,
screen and (min-width: 600px) {
  .u-size--large {
    font-size: 1.8rem;
  }
}

.u-mt--20 {
  margin-top: 20px;
}

.w-auto {
  width: auto !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.wp-block-button__link,
.c-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 20px 32px;
  background-color: var(--bg-btn);
  border: 1px solid var(--bg-btn-border);
  color: var(--font-main);
  text-decoration: none;
  transition: .3s ease-in-out;
  font-weight: 700;
  vertical-align: middle;
  text-decoration: none !important;
  border-radius: 0;
}

.wp-block-button__link:hover,
.wpcf7-submit:hover,
.c-btn:hover {
  background-color: var(--bg-btn-hover);
  color: var(--bg-btn-font-hover);
}

.wp-block-button__link::after,
p:has(.wpcf7-submit)::after,
.c-btn::after {
  content: "";
  display: block;
  mask-position:  center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./img/common/chevron-right.svg);
  width: 16px;
  height: 16px;
  background: var(--bg-btn-hover);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

p:has(.wpcf7-submit):hover::after,
.c-btn:hover::after {
  background-color: var(--bg-btn);
  right: 10px;
}

.wpcf7 {
  max-width: 700px;
  margin: 0 auto;
}

p:has(.wpcf7-submit) {
  position: relative;
  display: inline-block;
  margin: 0 !important;
}

p:has(.wpcf7-submit)::after {
  right: 24px;
}

@media print,
screen and (min-width: 600px) {
  .wpcf7-submit .c-btn {
    width: auto;
  }
}

p:has(.wpcf7-submit):hover,
.c-btn:hover {
  opacity: .7;
  cursor: pointer;
}

p:has(.wpcf7-submit) {
  position: relative;
  width: 100%;
}

.wpcf7-submit + .wpcf7-spinner {
  position: absolute;
  bottom: -100%;
  right: calc(50% - 12px);
  margin: 0;
}

@media print,
screen and (min-width: 600px) {
  .wpcf7-submit + .wpcf7-spinner {
    bottom: -80%;
  }
}

.wpcf7-submit {
  padding: 1em 1.6em;
  background-color: var(--cl-white);
  border: 1px solid var(--bg-btn-border) !important;
  color: var(--font-main);
  text-decoration: none;
  text-align: left;
  transition: .3s ease-in-out;
  width: 100%;
  background: transparent;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="text"] {
  width: 100%;
  padding: 8px;
  margin-top: 8px;
}

.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 16px;
  margin-top: 8px;
}

.wpcf7-form label {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 1em;
  display: flex;
  align-items: center;
  gap: 15px;
}

.wpcf7 form .wpcf7-response-output::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./img/common/exclamation-triangle.svg);
  background: var(--cl-red);
}

@media print,
screen and (min-width: 600px) {
  .wpcf7 form .wpcf7-response-output::before {
    width: 24px;
    height: 24px;
  }
}

.wpcf7-not-valid-tip {
  background: var(--cl-red);
  color: var(--cl-white);
  padding: .5em 1em;
  font-size: 12px;
  border-radius: 4px;
  position: relative;
  margin-top: 8px;
}

.wpcf7-not-valid-tip::before {
  content: "";
  display: block;
  background: var(--cl-red);
  position: absolute;
  top: -8px;
  left: 40px;
  width: 14px;
  height: calc(tan(60deg) * 10px / 2);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--cl-red);
  color: var(--cl-red);
}

.btn-send {
    max-width: 350px;
    margin: auto;
}

.c-heading-top h2 span {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: var(--cl-black);
  letter-spacing: .12em;
  display: block;
}

@media print,
screen and (min-width: 600px) {
  .c-heading-top h2 span {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-heading-top h2 span {
    font-size: 3.4rem;
    display: inline-block;
    margin-right: 1em;
  }
}

.c-heading-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media print,
screen and (min-width: 600px) {
  .c-heading-page {
    height: 200px;
  }
}

@media screen and (min-width: 1025px) {
  .c-heading-page {
    height: 240px;
  }
}

.c-heading-page::after {
  content: "";
  background-color: var(--bg-page-ttl);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-heading-page > * {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  z-index: 1;
  color: white;
  font-weight: 700;
  letter-spacing: .1em;
}

@media print,
screen and (min-width: 600px) {
  .c-heading-page > * {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-heading-page > * {
    font-size: 2.8rem;
  }
}

.c-heading-page span {
  display: block;
  font-size: 1.4rem;
  padding-bottom: .2em;
}

@media print,
screen and (min-width: 600px) {
  .c-heading-page span {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-heading-page span {
    font-size: 2rem;
    padding-bottom: .4em;
  }
}

.c-list-news li {
  position: relative;
  border-bottom: 1px solid var(--cl-light-gray);
  margin: 0;
}

.c-list-news li:first-child {
  border-top: 1px solid var(--cl-light-gray);
}

.c-list-news li:hover::after {
  width: 100%;
  transition: ease-in .3s;
}

.c-list-news li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: var(--cl-white);
  transition: ease-in .3s;
  z-index: -1;
}

.c-list-news li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 1em 0;
}

@media print,
screen and (min-width: 600px) {
  .c-list-news li a {
    padding: 1em 0;
  }
}

.c-list-news li a:hover,
.c-list-news li a:visited,
.c-list-news li a:active {
  color: var(--cl-black);
}

.c-list-news__date {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 1em 5px 0;
  color: var(--font-main);
  width: 100%;
}

@media print,
screen and (min-width: 600px) {
  .c-list-news__date {
    width: 110px;
    font-size: 1.4rem;
    margin: 7px 1em 0 0;
  }
}

.c-list-news__taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 15px 15px;
}

.wp-singular .p-single-head .c-list-news__taxonomy {
  padding: 0;
}

.c-list-news__cat {
  margin: 0;
}

.c-list-news__cat span {
  background-color: var(--bg-category);
  color: white;
  font-size: 1.1rem;
  line-height: 1;
  padding: .3em .6em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 3px;
}

.c-list-news__cat span::before {
  content: "";
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: bottom;
  mask-image: url(./img/common/folder2.svg);
  width: 12px;
  height: 12px;
  background: var(--cl-white);
  vertical-align: middle;
  transition: .3s ease-in-out;
}

.c-list-news__tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5px;
}

.c-list-news__tag span {
  background-color: var(--bg-tag);
  color: white;
  font-size: 1.1rem;
  line-height: 1;
  padding: .3em .6em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 3px;
}

@media screen and (min-width: 1025px) {

  .c-list-news__tag span,
  .c-list-news__cat span {
    font-size: 1.3rem;
  }
}

.c-list-news__ttl {
  font-size: 1.45rem;
  width: 100%;
  line-height: 1.6;
  margin-top: .5em;
}

@media screen and (min-width: 1025px) {
  .c-list-news__ttl {
    font-size: 1.6rem;
  }
}

.c-list-news__event span {
  font-size: 1.3rem;
  padding: .2em .6em .1em;
  border: 1px solid var(--bg-btn-border);
  background-color: var(--bg-btn);
}

.c-list-index {
  display: flex;
  flex-wrap: wrap;
}

.c-list-index li {
  width: 100%;
  border-top: 1px solid var(--cl-light-gray);
  position: relative;
  margin: 0;
}

.c-list-index li:last-child {
  border-bottom: 1px solid var(--cl-light-gray);
}

.c-list-index li:hover::after {
  width: 100%;
  transition: ease-in .3s;
}

.c-list-index li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: var(--cl-white);
  transition: ease-in .3s;
  z-index: -1;
}

.c-list-index li a {
  display: block;
  transition: ease-in .3s;
  padding: .6em 1.4em .6em 0;
  position: relative;
}

@media print,
screen and (min-width: 600px) {
  .c-list-index li a {
    padding: 1em 2em 1em 0;
  }
}

@media screen and (min-width: 1025px) {
  .c-list-index li a {
    display: flex;
    flex-direction: row;
  }
}

.c-list-index li a::after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--font-main);
}

.c-list-index li a[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
}

.c-list-index__date {
  font-size: 1.3rem;
  color: var(--font-main);
}

@media print,
screen and (min-width: 600px) {
  .c-list-index__date {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-list-index__date {
    width: 130px;
  }
}

.c-list-index__ttl {
  font-size: 1.4rem;
  margin-top: 2px;
  width: 100%;
}

@media print,
screen and (min-width: 600px) {
  .c-list-index__ttl {
    font-size: 1.6rem;
    margin-top: .2em;
  }
}

@media screen and (min-width: 1025px) {
  .c-list-index__ttl {
    flex: 1;
    margin-top: 0;
  }
}

.c-list-index__cat {
  margin-left: 30px;
  font-size: 1.2rem;
  color: white;
  background-color: var(--bg-category);
  border: 1px solid var(--bg-category);
  letter-spacing: .06rem;
  padding: 0 1em;
  white-space: nowrap;
  line-height: 23px;
  height: 23px;
}

@media print,
screen and (min-width: 600px) {
  .c-list-index__cat {
    font-size: 1.3rem;
    text-align: center;
  }
}

.c-list-link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-list-link li {
  position: relative;
  border-top: 1px solid var(--cl-light-gray);
  transition: .2s ease-in;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .c-list-link li {
    font-size: 1.8rem;
  }
}

.c-list-link li:last-child {
  border-bottom: 1px solid var(--cl-light-gray);
}

.c-list-link li:hover {
  background-color: var(--cl-light-gray);
  transition: .2s ease-in;
}

.c-list-link li:hover::before {
  right: -4px;
  transition: .2s ease-in;
}

.c-list-link li:hover::after {
  right: -8px;
  transition: .2s ease-in;
}

.c-list-link li::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 16px;
  height: 1px;
  background-color: var(--cl-black);
  transition: .2s ease-in;
  transform: translateY(-50%);
}

.c-list-link li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 49%;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--cl-black);
  border-right: 1px solid var(--cl-black);
  transform: rotate(45deg) translateY(-50%);
  transition: .2s ease-in;
}

.c-list-link li a {
  display: block;
  border-bottom: none;
  color: var(--cl-black);
  padding: 1em 0;
}

@media screen and (min-width: 1025px) {
  .c-list-link li a {
    padding: 1.6em 0;
  }
}

.c-list-link li a:hover {
  border-bottom: none;
}

.category-list {
  overflow-x: auto;
  margin-bottom: 32px;
}

.category-list-inner {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.category-list a {
  min-width: auto;
  white-space: nowrap;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 1.4rem;
}

.category-list a::after {
  display: none;
}
  
.category-list a::before {
  content: "";
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: bottom;
  mask-image: url(./img/common/folder2.svg);
  width: 14px;
  height: 14px;
  background: var(--bg-btn-hover);
  margin-right: 8px;
  transition: .3s ease-in-out;
}

.category-list a:hover::before {
  background: var(--cl-white);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

@media screen and (min-width: 600px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1025px) {
  .news-grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1400px) {
  .news-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.related-post .news-grid {
  grid-template-columns: repeat(2, 1fr);
}

.news-grid > div,
.news-grid li {
    background: white;
    border-radius: 3px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    border: 1px solid var(--cl-light-gray);
    transition: transform 0.3s ease;
}

.news-grid > div:hover,
.news-grid li:hover {
    transform: translateY(-5px);
}

.news-grid > div a,
.news-grid li a {
  text-decoration: none;
}

.news-image {
  width: 100%;
  height: auto;
  background: var(--cl-light-gray);
  border-radius: 3px 3px 0 0;
  position: relative;
}

.news-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}

.news-image .post-card__label {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  line-height: 1;
  padding: 16px;
  background: #fff;
  white-space: nowrap;
}

.post-card__label.post-card__prev {
  left: 0;
}

.post-card__label.post-card__next {
  right: 0;
}

.post-card__prev::before {
  content: "";
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  mask-image: url(./img/common/chevron-left.svg);
  width: 16px;
  height: 16px;
  background: var(--bg-btn-hover);
  margin-right: 8px;
}

.post-card__next::after {
  content: "";
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  mask-image: url(./img/common/chevron-right.svg);
  width: 16px;
  height: 16px;
  background: var(--bg-btn-hover);
  margin-left: 8px;
}

.news-img-placeholder {
  width: 100%;
  height: 100%;
  background: var(--cl-light-gray);
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 8px;
}

.news-meta {
  padding: 15px 15px 8px;
}

.news-date {
  font-size: 1.2rem;
  color: var(--cl-gray);
}

.news-category {
  background: black;
  color: white;
  padding: 4px 16px;
  font-size: 12px;
  border-radius: 2px;
}

.news-title {
  font-weight: 500;
  color: var(--font-main);
  padding: 0 15px 15px;
}

.list-block-wrap {
  border-bottom: 1px solid var(--cl-light-gray);
}

.list-block-container .wp-item-block-inner {
  padding-bottom: 0;
}

.list-block-btn {
  margin: 32px auto 0;
  text-align: center;
}

.list-block-wrap li {
  border-top: 1px solid var(--cl-light-gray);
  border-left: 1px solid var(--cl-light-gray);
  border-right: 1px solid var(--cl-light-gray);
  position: relative;
}

.list-block-wrap .list-block a {
  text-decoration: none;
  padding: 16px 40px 16px 16px;
  display: block;
  font-size: 18px;
  position: relative;
}

.list-block-wrap .list-block a:hover {
  opacity: .7;
}

@media screen and (min-width: 600px) {
  .list-block-wrap .list-block a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 20px;
  }
}

.list-block-wrap .list-block span {
  margin-right: 16px;
  color: var(--cl-gray);
}

.post-list .c-btn {
  max-width: 500px;
  width: 100%;
}


.c-list-search li {
  padding: 0;
  border-bottom: 1px solid var(--cl-light-gray);
}

.c-list-search li:first-child {
  border-top: 1px solid var(--cl-light-gray);
}

.c-list-search__date {
  font-size: 1.3rem;
  text-align: right;
  font-weight: bold;
  margin-top: 1em;
}

.c-list-search__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .5em;
}

@media print,
screen and (min-width: 600px) {
  .c-list-search__title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1025px) {
  .c-list-search__title {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.c-list-search__txt {
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 600px) {
  .c-list-search__txt {
    font-size: 1.4rem;
  }
}

.c-pagination {
  margin-top: 40px;
}

@media screen and (min-width: 1025px) {
  .c-pagination {
    margin-top: 60px;
  }
}

.c-pagination .pagination {
  display: flex;
  justify-content: center;
}

@media print,
screen and (min-width: 600px) {
  .c-pagination .pagination {
    margin-top: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .c-pagination .pagination {
    margin-top: 20px;
  }
}

.c-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.c-pagination .nav-links a {
  display: block;
  width: 42px;
  line-height: 42px;
  font-size: 1.5rem;
  margin-right: 6px;
  border: 1px solid var(--bg-btn-border);
  text-decoration: none;
  transition: all .3s ease;
  text-align: center;
}

.c-pagination .nav-links a:hover {
  background-color: rgba(111, 128, 131, .2);
  color: var(--font-main);
}

@media print,
screen and (min-width: 600px) {
  .c-pagination .nav-links span.dots {
    width: 42px;
    height: 42px;
  }
}

.c-pagination .nav-links span.current {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  width: 42px;
  height: 42px;
  background-color: var(--bg-category);
  color: white;
  font-size: 1.3rem;
  margin-right: 4px;
}

@media print,
screen and (min-width: 600px) {
  .c-pagination .nav-links span.current {
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
    margin-right: 6px;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.c-form-search {
  position: relative;
  width: 100%;
  min-width: 200px;
  height: 60px;
}

.c-form-search__box {
  height: 60px;
  line-height: 60px;
  width: 100%;
  padding: 0 16px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  outline: 0;
  background: var(--cl-light-gray2);
  border: 1px solid var(--cl-light-gray);
  font-size: 16px;
}

.c-form-search__submit {
  width: 60px;
  height: 60px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0;
  background: var(--cl-black);
  text-align: center;
}

.c-form-search__submit i {
  background: var(--cl-white);
}

@media screen and (min-width: 600px) {
  .l-header__subnav .c-form-search {
    height: 40px;
  }

  .l-header__subnav .c-form-search__box {
    height: 40px;
    line-height: 40px;
  }

  .l-header__subnav .c-form-search__submit {
    width: 40px;
    height: 40px;
  }

  .l-header__subnav .c-form-search__submit i {
    width: 20px;
  }
}

.c-form-search__submit img {
  width: 22px;
}

.c-form-search__submit:hover {
  opacity: .7;
  cursor: pointer;
}

.c-form-search button {
  padding: 0;
}

.c-form-search input[type=text] {
  border: 1px solid var(--cl-light-gray);
  padding: 0 10px;
  border-radius: 0;
}

.c-breadcrumb {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  .c-breadcrumb {
    margin-top: 0;
    border-top: none;
    padding: 0 40px;
  }
}

.c-breadcrumb-list {
  margin: 0;
  padding: 10px 0 !important;
  list-style: none;
  line-height: 1.1;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

@media print,
screen and (min-width: 600px) {
  .c-breadcrumb-list {
    line-height: 1.3;
  }
}

@media screen and (min-width: 1025px) {
  .c-breadcrumb-list {
    white-space: normal;
  }
}

.c-breadcrumb-list li {
  display: inline;
  list-style: none;
  font-size: 1.1rem;
  letter-spacing: .04em;
  position: relative;
  padding-right: 12px;
  margin-right: 8px;
  color: var(--cl-black);
}

@media print,
screen and (min-width: 600px) {
  .c-breadcrumb-list li {
    font-size: 1.2rem;
  }
}

.c-breadcrumb-list li:last-child::after {
  display: none;
}

.c-breadcrumb-list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--cl-black);
  border-bottom: 1px solid var(--cl-black);
  transform: rotate(-45deg);
}

.c-breadcrumb-list li a {
  text-decoration: none;
  transition: ease-in .2s;
}

.c-breadcrumb-list li br {
  display: none;
}

.c-breadcrumb span {
  font-size: 1.4rem;
}

.p-page__content section {
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 600px) {
  .p-page__content section {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .p-page__content section {
    margin-bottom: 80px;
  }
}

.p-page__footer {
  padding: 0;
  margin: 32px 0 0;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .p-page__footer {
    padding-right: 40px;
    text-align: right;
  }
}

.p-page__edit a {
  border: 1px solid var(--bg-btn-border);
  color: var(--cl-black);
  padding: 12px 16px;
  font-size: 1.3rem;
  text-decoration: none;
}

@media print,
screen and (min-width: 600px) {
  .p-page__edit a {
    font-size: 1.4rem;
  }
}

.p-page__edit a:hover {
  opacity: .7;
}

.p-page__edit a.post-edit-link {
  display: inline-block;
  text-decoration: none !important;
}

.p-page__edit a.post-edit-link:hover {
  background: var(--cl-black);
  color: var(--cl-white);
}

.p-page-subnav {
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 600px) {
  .p-page-subnav {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .p-page-subnav {
    margin-bottom: 60px;
  }
}

/* 投稿 */
.p-single-head {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .p-single-head {
    margin-bottom: 60px;
    padding-bottom: 5px;
  }
}

.p-single__title {
  font-weight: normal;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 20px;
  word-wrap: break-word;
}

@media print,
screen and (min-width: 600px) {
  .p-single__title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .p-single__title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

.p-single__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 1025px) {
  .p-single__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.p-single__posted {
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 600px) {
  .p-single__posted {
    font-size: 1.4rem;
  }
}

.p-single__cat {
  margin-right: 15px;
}

.p-single__cat a {
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  background-color: var(--bg-category);
  padding: .1em .6em 0;
  display: inline-block;
}

.p-single__tag a {
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  background-color: var(--bg-tag);
  padding: .1em .6em 0;
  display: inline-block;
}

.p-single__tag a + a,
.p-single__cat a + a {
  margin-left: 7px;
}

@media print,
screen and (min-width: 600px) {
  .p-single__tag a,
  .p-single__cat a {
    font-size: 1.3rem;
    padding: 0 1em;
  }
}

.p-single__content p {
  margin-bottom: 1em;
  word-wrap: break-word;
}

.p-single__footer {
  padding: 60px 40px 0 0;
  text-align: right;
}

@media screen and (min-width: 1025px) {
  .p-single__footer {
    padding: 80px 0 0;
  }
}

.p-single__card-nav {
  margin-top: 100px;
  max-width: 800px;
}

.p-single__card-nav li {
    position: relative;
}

.p-single__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 60px !important;
}

@media print,
screen and (min-width: 600px) {
  .p-single__nav {
    margin-top: 100px !important;
  }
}

.p-single__nav li a {
  display: inline-block;
  padding: 0 16px;
  background: var(--bg-btn);
  text-decoration: none;
  border: 1px solid var(--bg-btn-border);
  color: var(--cl-black);
  transition: .3s ease-in;
  position: relative;
  line-height: 56px;
}

@media print,
screen and (min-width: 600px) {
  .p-single__nav li a {
    font-size: 1.5rem;
    padding: 0 32px;
  }
}

.p-single__nav li.prev a {
  padding: 0 16px 0 32px;
}

.p-single__nav li a::before,
.p-single__nav li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 8px;
  height: 8px;
}

.p-single__nav li.prev a::before {
  left: 12px;
  border-bottom: 1px solid var(--cl-black);
  border-left: 1px solid var(--cl-black);
  transform: rotate(45deg) translateY(-50%);
}

@media print,
screen and (min-width: 600px) {
  .p-single__nav li.prev a::before {
    left: 14px;
  }
}

.p-single__nav li.next a {
  padding: 0 32px 0 16px;
}

.p-single__nav li.next a::after {
  right: 14px;
  top: 50%;
  border-top: 1px solid var(--cl-black);
  border-right: 1px solid var(--cl-black);
  transform: rotate(45deg) translateY(-50%);
}

@media print,
screen and (min-width: 600px) {
  .p-single__nav li.next a::after {
    right: 18px;
  }
}

.p-single__nav li a:hover {
  background: var(--cl-black);
  color: var(--cl-white);
}

.p-single__nav li a:hover::before,
.p-single__nav li a:hover::after {
  border-color: var(--cl-white);
}

.p-single__edit {
  padding-top: 60px;
}

.p-single__edit a {
  background-color: var(--cl-gray);
  border: 1px solid var(--cl-gray);
  color: white;
  padding: .6em 1em;
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 600px) {
  .p-single__edit a {
    font-size: 1.4rem;
  }
}

.p-single__edit a:hover {
  background-color: var(--cl-white);
  color: var(--cl-black);
}

/* block editer */
.p-page__content p {
  margin: 0 0 1em;
}

.wp-block-code {
  background: var(--cl-light-gray2);
  color: var(--cl-gray);
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 32px;
}

.wp-block-group__inner-container p:last-of-type {
  margin-bottom: 0;
}

ol[class="wp-block-list"],
ul[class="wp-block-list"] {
    list-style: auto;
    padding-left: 40px;
    margin: 16px 0;
}

[class="wp-block-list"] ul {
  list-style-type: circle;
}

[class="wp-block-list"] ul ul {
  list-style-type: square;
}

[class="wp-block-list"] ol,
[class="wp-block-list"] ul {
  padding-left: 40px;
}

[class="wp-block-list"] li {
  padding: 8px;
}

.has-large-font-size {
  font-weight: 700;
}

.wp-block-search__button {
  white-space: nowrap;
}

.wp-block-image img {
  margin: 0;
}

.wp-block-separator {
  margin: 2em 0;
}

.wp-element-caption {
  text-align: center;
  color: var(--font-gray);
}

/* GTranslate */
.gtranslate_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0 0 0 25px;
}

.gtranslate_wrapper img {
  min-width: 24px;
}

.l-fullmenu__subnav .gtranslate_wrapper {
  gap: 15px;
  justify-content: center;
  padding: 25px;
}

.l-fullmenu__subnav .gtranslate_wrapper img {
  min-width: 44px;
}

/* TOP全画面スライドショー */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--bg-header);
  width: 100%;
  z-index: 10;
}

.home .l-main {
  padding-top: calc(100vh - 60px);
}

.home .theme-tmp2 .l-main {
  padding-top: 440px;
}

.home .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--cl-black);
}

.home .theme-tmp2 .swiper {
  height: 500px;
}

.home .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .75;
}

.home .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.slider_catch {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: var(--cl-white);
  line-height: 1.4;
}

@media print, screen and (max-width: 599px) {
  .slider_catch *:not(.site-description) {
    font-size: 40px !important;
  }
}

@media print, screen and (min-width: 600px) {
  .slider_catch {
    width: 60%;
  }
}

.p-page__content .site-description:not(:empty) {
  margin: 30px 0 0;
  font-size: 18px;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

@media print, screen and (min-width: 600px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
  }
}

.swiper-pagination-bullet {
  background: var(--cl-white) !important;
  height: 3px !important;
  width: 40px !important;
  border-radius: 0% !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  color: var(--cl-white);
}

/* 画像が1枚の場合 */
.single-slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--cl-black);
}

.single-slide-wrapper a,
.single-slide-wrapper img {
  display: block;
  width: 100%;
  height: 100vh;
}

.single-slide-wrapper img {
  object-fit: cover;
} 

/* YouTube動画の場合 */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--cl-black);
}

.video-container .video-container-inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-container .video-container-inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

/* 投稿おすすめスライド */
.p-single__card-nav-slide {
  margin-top: 100px;
  position: relative;
}

.related_posts-slider.swiper {
  overflow-y: auto;
}

.related_posts-slider > div {
  display: flex;
}

.related_posts-slider-item {
  background: white;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--cl-light-gray);
  height: auto !important;
}

.related_posts-slider-item:hover {
  opacity: .7;
}

.related_posts-slider-item a {
  text-decoration: none;
  display: block;
  height: 100%;
}

/* コンテンツ */
.wp-block-group,
.wp-item-block {
  width: 100%;
  margin: 0;
  padding: 60px 0;
}

.wp-block-group__inner-container,
.wp-item-block-inner {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.bg-block-gray {
  background: #efefef;
}

.bg-block-red {
  background: red;
}

.bg-block-blue {
  background: blue;
}

.bg-block-green {
  background: green;
}

@media print,screen and (min-width: 600px) {
  .wp-block-group,
  .wp-item-block {
    padding: 60px 30px;
  }
}

@media print,screen and (min-width: 1025px) {
  .wp-block-group,
  .wp-item-block {
    padding: 80px 40px;
  }
}

.wp-item-block-title {
  font-size: 3.6rem;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.wp-item-block-title::before {
  position: absolute;
  border-bottom: 2px solid var(--cl-light-gray);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  content: '';
}

.wp-item-block-title-sub {
  font-size: 2.6rem;
  margin-bottom: .5em;
  font-weight: 700;
}

/* 2カラムブロック */
.two-column-block {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.two-column-block + .two-column-block {
  margin-top: 40px;
}

.two-column-image {
  max-width: 1000px;
  min-width: 240px;
  width: 100%;
  height: auto;
}

.two-column-image img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  margin: 0;
  transition: all .5s;
}

.two-column-image a:hover img {
  opacity: .7;
}
@media screen and (min-width: 1025px) {
  .two-column-block {
    flex-flow: row;
    gap: 40px;
  }

  .reverse-column {
    flex-direction: row-reverse; 
  }
}

/* 楕円画像2カラム */
.ellipse-image {
  position: relative;
}

.ellipse-image .two-column-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.ellipse-image .two-column-text .wp-item-block-title-sub {
  margin-bottom: 32px;
  font-size: 3.2rem;
}

.ellipse-image .two-column-text {
  background: rgba(255, 255, 255, .9);
  padding: 24px;
  margin-top: -100px;
}

@media screen and (min-width: 1025px) {
  .ellipse-image .two-column-text {
    position: absolute;
    top: 50px;
    left: 280px;
    width: calc(100% - 280px);
    background: none;
    padding: 0;
    margin-top: -40px;
  }

  .ellipse-image .two-column-text p {
    background: var(--cl-white);
    padding: 12px 16px;
    font-size: 2rem;
  }

  .ellipse-image .two-column-text .wp-item-block-title-sub {
    background: var(--cl-white);
    padding: 12px 16px;
    display: inline-block;
  }

  .ellipse-image .two-column-image img {
    width: 60%;
    height: 450px;
  }
}

/* カードカラム */
.card-column-block-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card-column-block {
  width: 100%;
  background: var(--cl-white);
  border: 1px solid var(--cl-light-gray);
}

.card-column-text {
  padding: 20px;
}

.card-column-text .c-btn {
  width: 100%;
}

.card-column-text p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .card-column-block {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 1250px) {
  .card-column-block {
      width: calc((100% - 40px) / 3);
  }
}

/* 簡易スライド */
@media screen and (max-width: 599px) {
  .wp-item-block-inner-slide {
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .sp-slide-block .card-column-block-wrap {
    display: flex;
    flex-wrap: nowrap;
  }

  .sp-slide-block .card-column-block-wrap:has(> :nth-child(3):last-child) {
    width: 300%;
  }

  .sp-slide-block .card-column-block {
    width: 100%;
  }
}

/* ワイド画像 */
.wide-image-container {
  padding-left: 0;
  padding-right: 0;
}

.wide-image-img {
  position: relative;
}

.wide-image-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8vw;
  width: 100%;
  height: 230px;
  background: var(--cl-light-gray);
  z-index: 1;
}

.wide-image-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin: 8vw 0 0 8vw;
}

@media screen and (min-width: 600px) {
  .wide-image-img::before,
  .wide-image-img img {
    height: 40vw;
  }
}

.wide-image-video {
  position: relative;
}

.wide-image-video::before {
    content: "";
    position: absolute;
    top: -3vh;
    left: -8vw;
    width: 100%;
    background: var(--cl-light-gray);
    z-index: -1;
    aspect-ratio: 16 / 9;
}

.wide-image-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.wide-image-text {
  padding-top: 30px;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .wide-image-text {
    padding-left: 16vw;
  }

  .wide-image-video::before {
    top: -10vh;
  }

  .wide-image-video::before,
  .wide-image-video video {
    width: 80%;
  }

}

/* アコーディオン */
.accordion {
  width: 100%;
  margin: 0 auto;
  border: 1px solid var(--cl-light-gray);
  /* border-radius: 20px; */
  overflow: hidden;
}

.accordion p {
  margin: 0;
}

.accordion .accordion__ttl div {
  display: flex;
  cursor: pointer;
  position: relative;
  padding-right: 35px;
}

.accordion .accordion__ttl span {
  display: inline-block;
  color: var(--cl-white);
  font-weight: 700;
  background-color: var(--bg-accordion-q);
  border-radius: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
}

.accordion .accordion__ttl p {
  flex: 1;
}

.accordion .accordion__ttl i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.accordion .accordion__ttl i::before {
  content: "＋";
  font-style: normal;
  display: block;
  font-size: 30px;
  color: var(--bg-accordion-q);
}

.accordion .accordion__ttl.active i::before {
  content: "－";
}

.accordion .accordion__cnt {
  display: none;
}

.accordion .accordion__cnt div {
  display: flex;
}

.accordion .accordion__cnt p {
  flex: 1;
}

.accordion .accordion__cnt span {
  display: inline-block;
  text-align: center;
  color: var(--cl-white);
  font-weight: 700;
  background-color: var(--bg-accordion-a);
  border-radius: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.accordion .accordion__ttl,
.accordion .accordion__cnt {
  text-align: left;
  padding: 20px;
  margin: 0;
  font-size: 20px;
  border-bottom: 1px solid var(--cl-light-gray);
}

.accordion .accordion__ttl:last-of-type,
.accordion .accordion__cnt:last-of-type {
  border-bottom: 0;
}

.accordion .accordion__ttl.active:last-of-type {
  border-bottom: 1px solid var(--cl-light-gray);
}

/* widget */
.widget_block {
  margin-bottom: 40px;
}

.widget_block h2 {
  margin-bottom: 15px;
}

.wp-block-categories li,
.wp-block-archives li {
  border-bottom: 1px solid var(--cl-light-gray);
}

.wp-block-categories li:first-of-type,
.wp-block-archives li:first-of-type {
  border-top: 1px solid var(--cl-light-gray);
}

.wp-block-categories li a,
.wp-block-archives li a {
  display: block;
  padding: 15px 0;
}

.wp-block-categories li a::before,
.wp-block-archives li a::before {
  content: "";
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: bottom;
  mask-image: url(./img/common/folder2.svg);
  width: 18px;
  height: 18px;
  background: var(--bg-btn-hover);
  vertical-align: middle;
  margin-right: 8px;
}

.wp-block-categories li.cat-item-none {
  border: 0;
}

.wp-block-latest-posts__list li {
  margin-top: 12px;
}

.wp-block-latest-posts__list li::before {
  content: "";
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  mask-image: url(./img/common/chevron-right.svg);
  width: 16px;
  height: 16px;
  background: var(--bg-btn-hover);
  margin-right: 8px;
}

.widget_block a:hover {
  text-decoration: none;
  transition: .3s ease-in;
}

.wp-calendar-table caption {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 16px;
}

.wp-calendar-table th {
  background: var(--cl-light-gray2);
  border-color: var(--cl-light-gray) !important;
}

.wp-calendar-table td {
  background: var(--cl-white);
}

.wp-calendar-table td:has(a) {
  background: #a0d8ef;
}

.wp-calendar-table #today {
  background: var(--cl-red);
  color: var(--cl-white);
}

.wp-calendar-nav {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wp-calendar-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 12px 24px;
  line-height: 1;
  border: 1px solid var(--bg-btn-hover);
}

.wp-calendar-nav a:hover {
  background: var(--bg-btn-hover);
  color: var(--bg-btn-font-hover);
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}

/* スタイル追加 */
.wp-block-heading {
  margin-bottom: 1.5em;
}

* + .wp-block-heading {
  margin-top: 4rem;
}

.wp-block-table table {
  margin-bottom: 16px;
}

.wp-block-table thead {
  background: var(--cl-light-gray2);  
  border: 0;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 8px 16px;
}

/*
.l-content__main .has-large-font-size {
  font-size: 3.2rem !important;
} 
*/

.l-content__main .has-medium-font-size {
  font-size: 2.6rem !important;
}

@media screen and (max-width: 599px) {
  .wp-block-media-text>.wp-block-media-text__content {
    padding: 0;
  }

  .wp-block-media-text__content p {
    margin: 1em 0;
  }
}

.is-style-heading-style-1 {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 4rem;
}

.is-style-heading-style-1::before {
  position: absolute;
  border-bottom: 2px solid var(--cl-gray);;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  content: '';
}

.is-style-heading-style-2 {
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid var(--bg-btn-hover);
  margin-bottom: 2rem;
}

.is-style-heading-style-3 {
  padding: 10px 16px;
  border-left: 4px solid var(--cl-gray);
  border-bottom: 1px solid var(--cl-light-gray);
  margin-bottom: 2rem;
}

.is-style-table-style-1 tr > td:first-child {
  background: var(--cl-light-gray2);
  white-space: nowrap;
  width: 30%;
}

.is-style-para-style-1 {
  box-sizing: border-box;
  padding: min(4vw, 24px);
  border: 2px solid var(--cl-light-gray);
}

.is-style-para-style-2 {
  box-sizing: border-box;
  border-radius: 10px;
  padding: min(4vw, 24px);
  border: 2px solid var(--cl-light-gray);
}

.is-style-para-style-3 {
  box-sizing: border-box;
  border-radius: 20px;
  padding: min(4vw, 24px);
  border: 2px dashed var(--cl-gray);
}

.wp-block-image {
  margin-bottom: 16px;
}

.is-style-image-style-1 img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover;
  overflow: hidden;
}

.is-style-image-style-2 img {
  width: 100% !important;
  height: 450px !important;
  object-fit: cover;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-900 {
  max-width: 900px;
}

.header-point {
  color: var(--cl-red);
  margin-bottom: 1em;
  border-radius: 6px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.header-point::before {
  content: "";
  display: block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./img/common/lightbulb.svg);
  width: 32px;
  height: 32px;
  background: var(--cl-red);
  margin-right: 8px;
}

.btn-coconara {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.btn-coconara .wp-block-button__link {
  color: #fff;
  background-color: #3cb371;
  border: 1px solid #2e8b57;
  border-radius: 10px;
  box-shadow: none;
  text-decoration: none;
  padding: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-coconara .wp-block-button__link:hover {
  opacity: .7;
}

.btn-coconara .wp-block-button__link::after {
  background: #fff;
  transform: none;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

/* モード切替 */
.theme-switcherform-btn {
  display: none;
  width: auto;
  height: auto;
  padding: 16px 10px;
  writing-mode: vertical-rl;
  background: var(--cl-red);
  color: var(--cl-white);
  position: fixed;
  top: 200px;
  right: 0;
  transform: translate(0, -50%);
  z-index: 20;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
.theme-switcherform-btn {
    display: block;
  }
}

.theme-switcherform-btn::before {
  content: "";
  display: inline-block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./img/common/window-stack.svg);
  width: 18px;
  height: 18px;
  background: var(--cl-white);
  margin: 0 auto 8px;
}

.theme-switcherform-btn:hover {
  opacity: .7;
}

.theme-switcherform-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  /* background: rgba(0, 0, 0, .6); */
  background: var(--cl-light-gray2);
  padding: 25px;
  z-index: 10000;
  color: var(--cl-black);
  max-width: 700px;
  width: 90%;
  padding: 60px 0;
}

body:has(.theme-switcherform-container.active)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.theme-switcherform-container .close-btn {
  background: none;
  border: 0;
  position: absolute;
  top: 25px;
  right: 25px;
}

.theme-switcherform-container .close-btn::after {
  content: "";
  display: block;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./img/common/x-lg.svg);
  width: 32px;
  height: 32px;
  background: var(--cl-black);
  margin: 0 0 auto;
  cursor: pointer;
}

.theme-switcherform-container.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-switcherform-container-inner {
  max-width: 600px;
  margin: 0 auto;
}

#theme-switcher-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}

.theme-switcherform-container label {
  white-space: nowrap;
  display: block;
  margin-bottom: 12px;
}

.theme-switcherform-container select {
  font-size: 16px;
  height: 44px;
  width: 100%;
  min-width: 190px;
  padding: 0 8px;
}

.theme-switcherform-container .c-btn {
  padding: 0 2em 0 1em;
  height: 44px;
  min-width: 100px;
}

.theme-switcherform-container .c-btn::before,
.theme-switcherform-container .c-btn::after {
  right: 12px;
}

@media screen and (max-width: 767px) {
  .theme-switcherform-container label {
    display: none;
  }
}

.mode-template .theme-tmp1 .sidebar,
.mode-template .theme-tmp3 .sidebar {
  display: none;
}

.sidebar .wp-block-group,
.sidebar .wp-block-group__inner-container {
  padding: 0;
}

/* ローディング画面 */
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: var(--bg-loading);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader 1.1s infinite linear;
  animation: loader 1.1s infinite linear;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ======================================
  アニメーション初期状態（共通設定）
====================================== */
.animate-on-scroll {
  opacity: 0;
  transform: none;
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.animation-complete {
  will-change: auto;
}

/* ======================================
  アクセシビリティ：動きを減らす設定
====================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* ======================================
  基本アニメーション（transform / opacity のみ）
====================================== */

/* Fade In / Out */
@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Slide In（上下左右） */
@keyframes slide-in-up {
  from {
    opacity: 0;
    transform: translateY(250px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(250px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(-250px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* ======================================
  アニメーションユーティリティクラス
====================================== */

.animate-fade-in {
  animation: fade-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.animate-slide-in-up {
  animation: slide-in-up 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.animate-slide-in-left {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.animate-slide-in-right {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.animate-zoom-in {
  animation: zoom-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* パスワードページ */
.password-page-container form {
  display: flex;
  align-items: center;
}

.password-page input {
  padding: 8px;
  font-size: 16px;
}

.password-page .c-btn {
  line-height: 44px;
  width: 80px;
  padding: 0;
  min-width: auto;
}

.password-page .c-btn::after {
  display: none;
}

/* 404 */
.error_404__content {
  text-align: center;
}

.l-content__main:has(.error_404__content) {
  margin-bottom: 3em;
}

.error_404__search {
  max-width: 400px;
  margin: 0 auto 40px;
}

/*
.sample-pos-fixed {
  position: sticky;
  top: 80px;
  z-index: 20;
}
*/

.sp-footer-btn {
  display: none;
}

@media screen and (max-width: 599px) {
  .sample-pos-fixed {
    font-size: 24px !important;
  }

  .site-container {
    padding-bottom: 110px;
  }

  .sp-footer-btn {
    display: block;
    position: fixed;
    bottom: 16px;
    left: 0;
    width: 100%;
    z-index: 20;
  }
}

.sp-footer-btn-container {
  padding: 0 16px;
}
