@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* 変数の定義 */
/* font family */
.swl-format-1,
.swl-format-2 {
  font-family: "Noto Serif JP", "Times New Roman", Times, serif;
}

.swl-format-1 {
  font-weight: 500;
}

.swl-format-2 {
  font-weight: 900;
}

/* link block file icon */
#main_content a[href$=".xls"] .swell-block-linkList__text,
#main_content a[href$=".xlsx"] .swell-block-linkList__text,
#main_content a[href$=".pdf"] .swell-block-linkList__text,
#main_content a[href$=".doc"] .swell-block-linkList__text,
#main_content a[href$=".docx"] .swell-block-linkList__text {
  position: relative;
  padding-right: 28px;
}
#main_content a[href$=".xls"] .swell-block-linkList__text::after,
#main_content a[href$=".xlsx"] .swell-block-linkList__text::after,
#main_content a[href$=".pdf"] .swell-block-linkList__text::after,
#main_content a[href$=".doc"] .swell-block-linkList__text::after,
#main_content a[href$=".docx"] .swell-block-linkList__text::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
}
#main_content a[href$=".xls"] .swell-block-linkList__text::after,
#main_content a[href$=".xlsx"] .swell-block-linkList__text::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>file-excel</title><path d="..."></path></svg>');
}
#main_content a[href$=".pdf"] .swell-block-linkList__text::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>file-document</title><path d="..."></path></svg>');
}
#main_content a[href$=".doc"] .swell-block-linkList__text::after,
#main_content a[href$=".docx"] .swell-block-linkList__text::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>file-word</title><path d="..."></path></svg>');
}

.p-articleThumb {
  text-align: center;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#body_wrap {
  flex: 1;
}

/* ----------------------------------
    base font
---------------------------------- */
.post_content {
  font-weight: 400;
}
.post_content p {
  margin-top: 0.6em;
  line-height: 1.8;
}

/* ----------------------------------
    link setting
---------------------------------- */
.post_content a img {
  transition: 0.4s;
}
.post_content a:hover img {
  opacity: 0.6;
}
.post_content .is-style-more_btn a:not(.swell-block-button__link):not(.menu-link):hover {
  color: #fff;
}

.gallery {
  display: grid;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  transition: 0.4s;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
}
.gallery > br {
  display: none;
}

.gallery-icon {
  text-align: center;
}
.gallery-icon img {
  width: 100%;
  height: auto;
}

.gallery-caption {
  margin: 0 0 10px;
  font-size: 12px;
  color: #222;
  text-align: center;
}

.gallery-columns-1 {
  /** カラムなし **/
  grid-template-columns: 1fr;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 100%;
}

@media (max-width: 959px) {
  .gallery-columns-3,
  .gallery-columns-4,
  .gallery-columns-5,
  .gallery-columns-6,
  .gallery-columns-7,
  .gallery-columns-8,
  .gallery-columns-9 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) {
  .gallery-columns-3,
  .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ----------------------------------
    table setting
---------------------------------- */
.post_content .c-scrollHint {
  margin-top: 0.5em;
}
.post_content td,
.post_content th {
  padding: normal !important;
}
.post_content td:first-of-type h2,
.post_content td:first-of-type h3,
.post_content td:first-of-type h4,
.post_content td:first-of-type h5,
.post_content td:first-of-type h6,
.post_content th:first-of-type h2,
.post_content th:first-of-type h3,
.post_content th:first-of-type h4,
.post_content th:first-of-type h5,
.post_content th:first-of-type h6 {
  margin-top: 0.5em;
}
.post_content .wp-block-table table[border="0"],
.post_content table[border="0"] {
  border: none;
}
.post_content .wp-block-table table[border="0"] > tbody > tr,
.post_content table[border="0"] > tbody > tr {
  border: none;
}
.post_content .wp-block-table table[border="0"] > tbody > tr > th,
.post_content .wp-block-table table[border="0"] > tbody > tr > td,
.post_content table[border="0"] > tbody > tr > th,
.post_content table[border="0"] > tbody > tr > td {
  border: none;
}
.post_content .wp-block-table table[border="1"],
.post_content table[border="1"] {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.post_content .wp-block-table table[border="1"] > tbody > tr,
.post_content table[border="1"] > tbody > tr {
  border: none;
}
.post_content .wp-block-table table[border="1"] > tbody > tr > th,
.post_content .wp-block-table table[border="1"] > tbody > tr > td,
.post_content table[border="1"] > tbody > tr > th,
.post_content table[border="1"] > tbody > tr > td {
  border: 1px solid #ddd;
}
.post_content table[border="2"] {
  border: none;
  border-top: 1px solid #666;
  border-right: none;
  border-bottom: 1px solid #666;
  border-collapse: collapse;
  clip-path: inset(0 2px);
}
.post_content table[border="2"] > tbody > tr > th,
.post_content table[border="2"] > tbody > tr > td {
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.post_content table[border="3"] {
  border: none;
  border-top: 3px solid #666;
  border-bottom: 3px solid #666;
  border-collapse: collapse;
  clip-path: inset(0 2px);
}
.post_content table[border="3"] > tbody > tr > th,
.post_content table[border="3"] > tbody > tr > td {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #666;
}
.post_content table[border="4"] {
  border: none;
  border-top: 2px solid #666;
  border-right: none;
  border-bottom: 2px solid #666;
  border-left: none;
  border-collapse: collapse;
}
.post_content table[border="4"] > tbody > tr > th,
.post_content table[border="4"] > tbody > tr > td {
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-left: none;
}
.post_content .tbl__border__dotted {
  border: 3px dotted #666;
}
.post_content table[border="5"] {
  border: none;
}
.post_content table[border="5"] > tbody > tr > th,
.post_content table[border="5"] > tbody > tr > td {
  border: none;
}
.post_content table[border="6"] {
  border: none;
  border-top: none;
  border-right: 2px solid #666;
  border-bottom: none;
  border-left: 2px solid #666;
  border-collapse: collapse;
}
.post_content table[border="6"] > tbody > tr > th,
.post_content table[border="6"] > tbody > tr > td {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #666;
}
@media (max-width: 599px) {
  .post_content table[border="6"] > tbody > tr > th,
  .post_content table[border="6"] > tbody > tr > td {
    border-left: none;
  }
}
.post_content table[border="7"] {
  border: none;
  border-top: 3px solid #666;
  border-right: none;
  border-bottom: 3px solid #666;
  border-left: none;
  border-collapse: collapse;
}
.post_content table[border="7"] > tbody > tr > th,
.post_content table[border="7"] > tbody > tr > td {
  border: none;
}
.post_content table.hook_onepoint p {
  margin-bottom: 1em;
}
.post_content table.hook_onepoint table {
  margin-bottom: 1em;
}

.iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-beforeFooter {
  margin-top: 0;
}

#before_footer_widget {
  background: #c6e1af;
  width: 100%;
}
#before_footer_widget p {
  margin-top: 0;
}

#before_footer_widget p:empty,
.l-footer__inner p:empty {
  display: none;
}

.w-footer__box {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9rem;
}
.w-footer__box .su-row .su-column + .su-column.group4 {
  margin-top: 1em;
}
@media (max-width: 599px) {
  .w-footer__box .su-row .su-column + .su-column.group4 {
    margin-top: 0;
  }
}

.footer_menu {
  margin-top: 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 959px) {
  .footer_menu {
    margin-top: 2.3em;
  }
  .footer_menu.su-row {
    margin-bottom: 2.3em;
  }
}
.footer_menu_logo {
  text-align: center;
}
.footer_menu_logo img {
  vertical-align: bottom;
}
@media (max-width: 959px) {
  .footer_menu_logo img {
    width: 50%;
  }
}
@media (max-width: 959px) {
  .footer_menu_links {
    margin-top: 1em !important;
  }
}
.footer_menu_links ul {
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 1.5em;
}
.footer_menu_links ul li {
  list-style-type: none;
  margin-left: 0;
}
.footer_menu_links ul li a {
  color: #333;
  font-size: 0.9rem;
  transition: 0.4s;
}
.footer_menu_links ul li a:hover {
  color: #399936;
}

@media (min-width: 960px) {
  .footer_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_menu_logo {
    text-align: left;
  }
  .footer_menu_links ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 1.5em;
  }
  .footer_menu_links ul li {
    list-style-type: none;
    margin-left: 0;
  }
}
.footer_info {
  padding-top: 1em;
}

/* コンテナ */
.sliding-menu-container {
  position: relative;
  width: 100%;
}

/* 帯とボタンのコンテナ */
.menu-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
}

/* 上部の帯 */
.menu-bar {
  height: 10px;
  background-color: rgba(0, 35, 48, 0.9);
}

/* スライディングメニュー全体のコンテナ */
.sliding-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  background-color: rgba(0, 35, 48, 0.9);
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
  backdrop-filter: blur(8px);
}
.sliding-menu.active {
  transform: translateY(0);
}

/* メニューのスクロール可能な部分 */
.menu-content {
  overflow-y: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
  flex: 1;
}
@media (max-width: 768px) {
  .menu-content {
    padding: 32px 16px;
  }
}
@media (max-width: 600px) {
  .menu-content {
    padding: 24px 12px;
  }
}
@media (max-width: 480px) {
  .menu-content {
    padding: 32px 16px;
  }
}

/* ボタンコンテナ */
.menu-button-container {
  position: relative;
  height: 0;
  margin-top: auto;
}

/* ボタン */
.menu-toggle {
  position: absolute;
  z-index: 1001;
  bottom: 0;
  left: 50%;
  display: flex;
  width: 60px;
  height: 30px;
  border: none;
  border-radius: 0 0 5px 5px;
  background-color: rgba(0, 35, 48, 0.9);
  color: white;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: translateX(-50%) translateY(100%);
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .menu-toggle {
    right: 0;
    left: auto;
    width: 50px;
  }
}
.menu-toggle:hover {
  background-color: rgb(0, 35, 48);
}
.menu-toggle .chevron-down {
  transition: transform 0.3s ease;
}
@media (max-width: 600px) {
  .menu-toggle.active {
    right: 0;
  }
}
.menu-toggle.active .chevron-down {
  transform: rotate(-180deg);
}

/* メニューリスト */
.menu-list > ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 600px) {
  .menu-list > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .menu-list > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.menu-list > ul > li {
  position: relative;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-list > ul > li:nth-child(2n) {
  border-right: none;
}
@media (min-width: 600px) {
  .menu-list > ul > li:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu-list > ul > li:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 960px) {
  .menu-list > ul > li:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu-list > ul > li:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu-list > ul > li:nth-child(4n) {
    border-right: none;
  }
}
.menu-list a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (max-width: 480px) {
  .menu-list a {
    font-size: 14px;
  }
}
.menu-list a:hover {
  color: #86efac;
}
.menu-list .page_item_has_children > a {
  margin-bottom: 8px;
  font-weight: bold;
}
.menu-list .children {
  padding-left: 16px;
  list-style: none;
}
.menu-list .children li {
  padding: 4px 0;
  border-right: none;
}
.menu-list .children a {
  padding: 4px 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  .menu-list .children a {
    font-size: 13px;
  }
}

.have-wpadmin .menu-header,
.have-wpadmin .sliding-menu {
  top: 32px;
}

@media (max-width: 782px) {
  .have-wpadmin .menu-header,
  .have-wpadmin .sliding-menu {
    top: 46px;
  }
}
#copyright {
  display: none;
}

@media (min-width: 960px) {
  #copyright {
    position: fixed;
    z-index: 100;
    top: 10px;
    right: 1.5vw;
    display: block;
    padding: 0;
    font-size: 0.7rem;
    font-weight: 400;
    color: white;
    opacity: 0.5;
  }
}
/* ----------------------------------
    title reset & setting
---------------------------------- */
.c-pageTitle {
  margin-top: -0.5em;
}

.l-topTitleArea {
  width: 100%;
  height: auto;
  display: block;
  clip-path: ellipse(100% 90% at 50% 10%);
  min-height: 260px !important;
}

@media (min-width: 960px) {
  .l-topTitleArea {
    min-height: 400px !important;
  }
}
.l-topTitleArea__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", "Times New Roman", Times, serif;
  font-size: max(2vw, 26px);
}

.post_content > h2 {
  margin-left: 0;
  margin-right: 0;
}

.post_content h2,
.post_content h3 {
  font-family: "Noto Serif JP", "Times New Roman", Times, serif;
  font-weight: 900;
}

.post_content h3 {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ddd;
}

body.home #body_wrap::before {
  display: none;
}

.c-pagination svg {
  transform: translateY(25%);
}

.post_content .swiper {
  margin-bottom: 0;
}
.post_content .swiper .swiper-wrapper,
.post_content .swiper .swiper-button-next,
.post_content .swiper .swiper-button-prev,
.post_content .swiper .swiper-horizontal > .swiper-pagination-bullets,
.post_content .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.post_content .swiper .swiper-pagination-custom,
.post_content .swiper .swiper-pagination-fraction {
  margin-bottom: 0;
}

#body_wrap:not(.home) main#main_content {
  font-family: "Noto Sans JP", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 500;
}

.l-content .c-categoryList:before,
.l-content .widget_categories > ul > .cat-item > a:before,
.l-content .wp-block-categories-list > li > a:before,
.l-content [class*=" icon-"]:before,
.l-content [class^=icon-]:before,
.l-content .c-widget__title:after,
.l-content .c-widget__title:before {
  display: none;
}
.l-content .widget_categories > ul > .cat-item > a,
.l-content .wp-block-categories-list > li > a {
  padding-left: 0.5em;
}

.c-pageTitle__subTitle {
  display: none;
}

.single .l-topTitleArea .c-pageTitle {
  color: #fff;
  text-shadow: none;
}/*# sourceMappingURL=style.css.map */