@charset "UTF-8";
/*partials
───────────────────────*/
/*─────valiables─────*/
/*------------------bg-----*/
/*---------------alert-----*/
/*---------------gray-----*/
/*-------general-color-----*/
/*─────typography─────*/
/* Fluid Typography
-------------------------------------------------- */
html {
  font-size: clamp(14px, 0.875vw + 0.5rem, 16px);
}

body {
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

/*───────────────────────────────────
// Breakpoint & Media Query Mixins
───────────────────────────────────*/
/*────────────────────────────
使用例

a.logo {
  // ==========================================
  // 1. PCレイアウト (デフォルト)
  // ==========================================
  width: 16vw;
  min-width: 200px;
  max-width: 260px;
  h1, span {
    margin: 0;
    padding: 0;
    line-height: 1 !important;
    font-size: 1rem !important;

    img, svg {
      width: 100%;
      height: auto;
      display: block;
    }

    svg {
      path, polygon, rect, circle, polyline, line {
        fill: $black;
      }
    }
  }

  // ==========================================
  // 2. タブレット版 (1024px以下)
  // ==========================================
  @include tablet {
    width: 20vw;
    min-width: 180px;
  }

  // ==========================================
  // 3. スマホ版 (768px以下)
  // ==========================================
  @include sp {
    width: 40vw;   // 画面が狭いのでロゴを相対的に大きく
    min-width: 150px;

    h1, span {
      font-size: 0.8rem !important; // 文字を小さく調整
    }
  }
}
────────────────────────────*/
/*breakpoints
───────────────────────*/
/*─────BASE─────*/
html {
  scroll-padding-top: 100px;
  overflow-y: overlay;
  scroll-behavior: smooth;
}
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 70px;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.scroll-a::-webkit-scrollbar {
  width: 12px;
}

.scroll-a::-webkit-scrollbar-thumb {
  background: #276976;
}

.scroll-a::-webkit-scrollbar-track {
  background: #DAEFEF;
}

i {
  vertical-align: middle;
  line-height: 1;
  margin: 0;
  padding: 0;
}

a {
  display: block;
}

a,
a img {
  text-decoration: none;
  cursor: pointer !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  outline: none !important;
}

a:focus,
*:focus {
  outline: none !important;
}

a:hover {
  cursor: pointer;
}

span {
  letter-spacing: 0.1rem;
}

p,
span {
  line-break: strict;
  overflow-wrap: break-word;
  font-size: 16px;
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  font-weight: 400;
  color: #333333;
}
p a,
span a {
  display: inline-block;
  border-bottom: 1px solid #00A469;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure,
img {
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.margin_top {
  margin-top: 150px;
}

.margin_bottom {
  margin-bottom: 150px;
}

.padding {
  padding: 120px 0 30px;
}

::-moz-selection {
  color: #ffffff;
  background: #00A469;
}

::selection {
  color: #ffffff;
  background: #00A469;
}

::-moz-selection {
  color: #ffffff;
  background: #00A469;
}

.pswp {
  z-index: 1000000000000000000000000000000 !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.googlemap {
  margin: 0 0 70px;
}
.googlemap:last-of-type {
  margin: 0;
}
.googlemap h3 {
  margin: 0 0 15px;
}
.googlemap .the_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 比率を16:9に固定 */
}
.googlemap .the_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.googlemap .map_annotation {
  text-align: right;
  margin: 10px 0 0;
}
.googlemap .map_annotation .map_annotation_link {
  display: inline-block;
}
.googlemap .map_annotation .map_annotation_link a div {
  color: #DC3A65;
  border-bottom: 1px solid #DC3A65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 0.9rem;
}
.googlemap .map_annotation .map_annotation_link a div span.material-symbols-outlined {
  font-size: 1.2rem;
  color: #DC3A65;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .googlemap .map_annotation {
    margin: 5px 0 0;
  }
  .googlemap .map_annotation .map_annotation_link a {
    display: inline-block;
  }
  .googlemap .map_annotation .map_annotation_link a div {
    font-size: 0.8rem;
  }
}
/*────────────────────────────
Main layput style
────────────────────────────*/
body {
  opacity: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin: 0 !important;
  background: #fff;
  position: relative;
}
body .site {
  position: relative !important;
}
body main {
  margin: 0 !important;
  background: #fff;
  letter-spacing: 0.07rem;
}
body main .main_wrap {
  display: block;
}

.wrap {
  max-width: 1080px;
  width: 85%;
  margin: 0 auto;
}

.wide_wrap {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

.medium_wrap {
  max-width: 980px;
  width: 92%;
  margin: 0 auto;
}

.tiny_wrap {
  max-width: 850px;
  width: 92%;
  margin: 0 auto;
}

@media (max-width: 1023.98px) {
  body main {
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    min-height: auto;
  }
  body main .main_wrap {
    margin: 0 !important;
  }
  p {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 767.98px) {
  body main {
    padding: 0;
  }
  body main .main_wrap {
    margin: 40 auto 0 !important;
  }
  .light_back,
  .white_back {
    padding: 40px 0;
  }
}
/*────────────────────────────
h1-h5 style
────────────────────────────*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 1.8em;
  line-height: 1.333em;
}

h2,
.h2 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3,
.h3 {
  font-size: 1.1em;
}

h4,
.h4 {
  font-size: 1em;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 1em;
  line-height: 2.09em;
  letter-spacing: 2px;
}

/*────────────────────────────
Accessibility Utilities
────────────────────────────*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*────────────────────────────
1 Column Layout
────────────────────────────*/
.subpages_one_column {
  padding: 40px 0 40px;
}
@media (max-width: 767.98px) {
  .subpages_one_column {
    padding: 20px 0 20px;
  }
}

/*────────────────────────────
2 Column Layout
────────────────────────────*/
.subpages_two_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* サイドバーとメインコンテンツ間の余白 ※調整箇所：数値を変更でギャップ調整可能 */
  gap: 35px;
  padding: 40px 0 40px;
  /* タブレット（1024px以下）：ギャップとパディングを縮小して段落ち防止 */
}
@media (max-width: 1023.98px) {
  .subpages_two_column {
    gap: 25px;
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .subpages_two_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    padding: 20px 0 20px;
  }
}
.subpages_two_column .sidebar_wrapper {
  width: 25%;
}
@media (max-width: 1023.98px) {
  .subpages_two_column .sidebar_wrapper {
    width: 28%;
  }
}
@media (max-width: 767.98px) {
  .subpages_two_column .sidebar_wrapper {
    width: 100%;
  }
}
.subpages_two_column .main_content {
  width: 70%;
}
@media (max-width: 1023.98px) {
  .subpages_two_column .main_content {
    width: 68%;
  }
}
@media (max-width: 767.98px) {
  .subpages_two_column .main_content {
    width: 100%;
  }
}

/*modules
───────────────────────*/
/*────────────────────────────
header
────────────────────────────*/
header.header {
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: inherit;
  z-index: 100;
}
header.header .menu-trigger,
header.header .mb_drawer {
  display: none;
}
header.header .header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  padding: 0 0 0 30px;
}
header.header .header_wrapper a.logo {
  width: 16vw;
  min-width: 200px;
  max-width: 260px;
}
header.header .header_wrapper a.logo h1,
header.header .header_wrapper a.logo span {
  margin: 0;
  padding: 0;
  line-height: 1 !important;
  font-size: 1rem !important;
}
header.header .header_wrapper a.logo h1 img,
header.header .header_wrapper a.logo h1 svg,
header.header .header_wrapper a.logo span img,
header.header .header_wrapper a.logo span svg {
  width: 100%;
  height: auto;
  display: block;
}
header.header .header_wrapper a.logo h1 svg path,
header.header .header_wrapper a.logo h1 svg polygon,
header.header .header_wrapper a.logo h1 svg rect,
header.header .header_wrapper a.logo h1 svg circle,
header.header .header_wrapper a.logo h1 svg polyline,
header.header .header_wrapper a.logo h1 svg line,
header.header .header_wrapper a.logo span svg path,
header.header .header_wrapper a.logo span svg polygon,
header.header .header_wrapper a.logo span svg rect,
header.header .header_wrapper a.logo span svg circle,
header.header .header_wrapper a.logo span svg polyline,
header.header .header_wrapper a.logo span svg line {
  fill: #333333;
}
header.header .header_wrapper .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header .header_wrapper .header_right .header_right_menu {
  margin-right: 25px;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_submenu {
  padding-top: 12px;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_submenu ul li a {
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: bold !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #84BAE5;
  border-radius: 50px;
  line-height: 1;
  padding: 3px 10px;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_submenu ul li a::before {
  font-family: "material symbols outlined";
  content: "arrow_circle_right";
  font-size: 1.3rem;
  font-weight: 300;
  color: #ffffff;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li:last-child {
  border: none;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item {
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  position: relative;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item > span,
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item > a {
  font-size: 0.95rem;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #333333;
  padding: 10px 0;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  width: 220px;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item .sub-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item .sub-menu li {
  width: 100%;
  margin: 0;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item .sub-menu li a {
  display: block;
  padding: 10px 25px;
  font-size: 0.85rem;
  color: #444;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: left;
  font-weight: 500;
  background: none;
  border-radius: 0;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item .sub-menu li a:hover {
  background-color: rgba(0, 164, 105, 0.05);
  color: #00A469;
  padding-left: 30px;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item:hover > span,
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item:hover > a, header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item.current-menu-item > span,
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item.current-menu-item > a, header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item.current_page_item > span,
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item.current_page_item > a, header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item.current-menu-ancestor > span,
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item.current-menu-ancestor > a, header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item.current-menu-parent > span,
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item.current-menu-parent > a {
  color: #00A469;
}
header.header .header_wrapper .header_right .header_right_menu nav.header_mainmenu > ul > li.menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
header.header .header_wrapper .header_right .header_right_address {
  text-align: right;
  margin-right: 20px;
}
header.header .header_wrapper .header_right .header_right_address span {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  color: #757575;
  font-weight: 500;
}
header.header .header_wrapper .header_right .header_cta {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header .header_wrapper .header_right .header_cta a.cta_button {
  height: 100%;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px dashed #E3E1D7;
}
header.header .header_wrapper .header_right .header_cta a.cta_button.btn_books {
  border-bottom: 3px solid #84BAE5;
}
header.header .header_wrapper .header_right .header_cta a.cta_button.btn_books span.material-symbols-outlined {
  color: #84BAE5;
}
header.header .header_wrapper .header_right .header_cta a.cta_button.btn_books:hover {
  background: rgba(132, 186, 229, 0.1);
}
header.header .header_wrapper .header_right .header_cta a.cta_button.btn_contact {
  border-bottom: 3px solid #00A469;
}
header.header .header_wrapper .header_right .header_cta a.cta_button.btn_contact span.material-symbols-outlined {
  color: #00A469;
}
header.header .header_wrapper .header_right .header_cta a.cta_button.btn_contact:hover {
  background: rgba(0, 164, 105, 0.1);
}
header.header .header_wrapper .header_right .header_cta a.cta_button span.material-symbols-outlined {
  margin: 5px 0 0 0;
  font-size: 2.2rem;
}
header.header .header_wrapper .header_right .header_cta a.cta_button span.title {
  font-weight: 500;
  font-size: 0.9rem;
}
header.header .header_wrapper .header_cta_m {
  display: none;
}

/*────────────────────────────
header responsive
────────────────────────────*/
@media screen and (max-width: 1024px) {
  /*────────────────────────────
  header-responsive
  ────────────────────────────*/
  main {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  }
  main.open {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
  }
  .overlay {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), visibility 1s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), visibility 1s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
  }
  /* header
  -------------------------*/
  header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 1100;
    height: 60px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  header.header .header_wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.header .header_wrapper a.logo {
    display: block;
    width: 160px;
    line-height: 1;
    min-width: 160px;
    max-width: 180px;
  }
  header.header .header_wrapper a.logo h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  header.header .header_wrapper a.logo h1 img {
    width: 100%;
    height: auto;
    display: block;
  }
  header.header .header_wrapper .header_right {
    display: none;
  }
  header.header .menu-trigger {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1200;
    cursor: pointer;
  }
  header.header .menu-trigger .menu-trigger-lines {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.header .menu-trigger .menu-trigger-lines span.menuline {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #00A469;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.header .menu-trigger .menu-trigger-lines span.menuline:nth-of-type(1) {
    top: 20px;
  }
  header.header .menu-trigger .menu-trigger-lines span.menuline:nth-of-type(2) {
    top: 28px;
  }
  header.header .menu-trigger .menu-trigger-lines span.txt {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #00A469;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    letter-spacing: -0.05rem;
  }
  header.header .menu-trigger.active .menu-trigger-lines span.menuline {
    background-color: #333333;
  }
  header.header .menu-trigger.active .menu-trigger-lines span.menuline:nth-of-type(1) {
    top: 22px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  header.header .menu-trigger.active .menu-trigger-lines span.menuline:nth-of-type(2) {
    top: 22px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  header.header .menu-trigger.active .menu-trigger-lines span.txt {
    color: #333333;
    letter-spacing: 0;
  }
  header.header {
    /* ドロワーメニュー (Sp Navigation)
    -------------------------*/
  }
  header.header nav.mb_drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background-color: #fcfcfc;
    z-index: 1010;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: auto;
    -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  }
  header.header nav.mb_drawer.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header.header nav.mb_drawer .mb_drawer_header {
    padding: 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 60px;
  }
  header.header nav.mb_drawer .mb_drawer_header a.logo {
    display: block;
    width: 160px;
  }
  header.header nav.mb_drawer .mb_drawer_header a.logo img {
    width: 100%;
    height: auto;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li > a {
    display: block;
    padding: 1rem 1.5rem;
    color: #363636;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    letter-spacing: 0.1rem;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li > a:hover {
    background-color: #fafafa;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li.has-submenu {
    position: relative;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li.has-submenu .menu-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li.has-submenu .menu-item-header > a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    padding: 1rem 1.5rem;
    color: #363636;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    letter-spacing: 0.1rem;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li.has-submenu .menu-item-header > a:hover {
    background-color: #fafafa;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li.has-submenu .menu-item-header .submenu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    cursor: pointer;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li.has-submenu .menu-item-header .submenu-toggle::after {
    content: "add";
    font-family: "Material Symbols Outlined";
    font-size: 1.5rem;
    color: #00A469;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li.has-submenu.open .menu-item-header .submenu-toggle::after {
    content: "remove";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li.has-submenu.open ul.sub-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    -webkit-transition: max-height 0.8s ease-in-out, opacity 0.5s ease 0.2s, padding 0.5s ease;
    transition: max-height 0.8s ease-in-out, opacity 0.5s ease 0.2s, padding 0.5s ease;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li.has-submenu.open ul.sub-menu a {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li ul.sub-menu {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
    background-color: #f9f9f9;
    border-top: 1px dashed #ddd;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out, opacity 0.5s ease, padding 0.5s ease;
    transition: max-height 0.5s ease-out, opacity 0.5s ease, padding 0.5s ease;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li ul.sub-menu li {
    border-bottom: 1px dashed #ddd;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li ul.sub-menu li:last-child {
    border-bottom: none;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li ul.sub-menu li a {
    display: block;
    padding: 1rem 1rem 1rem 2.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #363636;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  header.header nav.mb_drawer ul.mb_drawer_menu > li ul.sub-menu li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #00A469;
    border-radius: 50%;
    position: absolute;
    left: 1.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header.header nav.mb_drawer .mb_drawer_subitem {
    padding: 2rem 1rem;
    background-color: #fcfcfc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.8rem 0.5rem !important;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a .material-symbols-outlined {
    margin-right: 0.5rem;
    font-size: 1.4rem;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a:active {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  header.header nav.mb_drawer .mb_drawer_subitem a.item_books, header.header nav.mb_drawer .mb_drawer_subitem a.item_faq {
    width: calc(50% - 5px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 0.5rem;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a.item_books .material-symbols-outlined, header.header nav.mb_drawer .mb_drawer_subitem a.item_faq .material-symbols-outlined {
    margin-right: 0;
    font-size: 2rem;
    color: #ffffff;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a.item_books .mb_drawer_subitem_title, header.header nav.mb_drawer .mb_drawer_subitem a.item_faq .mb_drawer_subitem_title {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a.item_contact {
    width: 100%;
    margin-top: 5px;
    padding: 1.2rem;
    font-size: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a.item_contact .material-symbols-outlined {
    margin-right: 0.3rem;
    font-size: 1.8rem;
    margin-bottom: 0;
    color: #ffffff;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a.item_contact .mb_drawer_subitem_title {
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a.item_contact {
    background-color: #E57547;
    color: #ffffff;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a.item_books {
    background-color: #00A469;
    color: #ffffff;
  }
  header.header nav.mb_drawer .mb_drawer_subitem a.item_faq {
    background-color: #2980b9;
    color: #ffffff;
  }
  header.header nav.mb_drawer .small_list {
    text-align: center;
    padding-bottom: 2rem;
  }
  header.header nav.mb_drawer .small_list a {
    font-size: 0.8rem;
    color: #757575;
    text-decoration: underline;
    display: inline-block;
    margin: 0 0.5rem;
  }
}
/*────────────────────────────
footer.scss
────────────────────────────*/
/*────────────────────────────
1. Footer Before Links (PDF & Related Links)
────────────────────────────*/
.footer_before_links {
  background-color: #F7F5F2;
  padding: 60px 0;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 767.98px) {
  .footer_before_links {
    padding: 40px 0 30px;
  }
}
.footer_before_links::before, .footer_before_links::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 41px;
  background-size: 100% 40px;
  background-repeat: no-repeat;
  z-index: 1;
}
.footer_before_links::before {
  top: -40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'%3E%3Cpath d='M0,40 L1200,40 L1200,20 C1000,5 800,35 600,20 C400,5 200,35 0,20 Z' fill='%23F7F5F2'/%3E%3C/svg%3E");
}
.footer_before_links::after {
  bottom: -40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L1200,0 L1200,20 C1000,35 800,5 600,20 C400,35 200,5 0,20 Z' fill='%23F7F5F2'/%3E%3C/svg%3E");
}
.footer_before_links .pdf_links_container {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .footer_before_links .pdf_links_container {
    margin-bottom: 35px;
  }
}
.footer_before_links .pdf_links_container .pdf_links_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .footer_before_links .pdf_links_container .pdf_links_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item {
  width: 49%;
  display: grid;
  grid-template-columns: 40% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #8FD1CD;
  padding: 15px 20px;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  .footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item {
    width: 100%;
    grid-template-columns: 100px 1fr;
    padding: 15px 15px 20px;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
}
.footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item .pdf_item_image {
  text-align: center;
}
.footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item .pdf_item_image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767.98px) {
  .footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item .pdf_item_image img {
    width: 130px;
    margin-left: -20%;
    margin: -55px auto -15px;
  }
}
.footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item .pdf_item_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item .pdf_item_content span {
  display: block;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}
.footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item .pdf_item_content .small {
  font-size: 0.8rem;
  margin-bottom: 5px;
  opacity: 0.95;
  font-weight: 500;
}
.footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item .pdf_item_content .large {
  font-size: 1.15rem;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item .pdf_item_content .large {
    font-size: 1.2rem;
  }
}
.footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item .pdf_item_content .kazari {
  background-color: #ffffff;
  color: #5BA8A4;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 18px;
  border-radius: 20px;
  margin-top: 12px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .footer_before_links .pdf_links_container .pdf_links_inner .pdf_link_item .pdf_item_content .kazari {
    padding: 3px 15px;
    font-size: 0.9rem;
    margin-top: 15px;
  }
}
.footer_before_links .bottom_links_container .bottom_links_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .footer_before_links .bottom_links_container .bottom_links_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 0;
  }
}
.footer_before_links .bottom_links_container .bottom_links_inner .bottom_link_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32%;
  background-color: #ffffff;
  border-radius: 24px;
  color: #333333;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer_before_links .bottom_links_container .bottom_links_inner .bottom_link_item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 900px) {
  .footer_before_links .bottom_links_container .bottom_links_inner .bottom_link_item {
    width: 100%;
  }
}
.footer_before_links .bottom_links_container .bottom_links_inner .bottom_link_item .item_image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .footer_before_links .bottom_links_container .bottom_links_inner .bottom_link_item .item_image {
    aspect-ratio: 2.35/1;
  }
}
.footer_before_links .bottom_links_container .bottom_links_inner .bottom_link_item .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_before_links .bottom_links_container .bottom_links_inner .bottom_link_item .item_content {
  padding: 15px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767.98px) {
  .footer_before_links .bottom_links_container .bottom_links_inner .bottom_link_item .item_content {
    padding: 5px 15px 20px;
  }
}
.footer_before_links .bottom_links_container .bottom_links_inner .bottom_link_item .item_content .description {
  font-size: 0.85rem;
  line-height: 1.75;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .footer_before_links .bottom_links_container .bottom_links_inner .bottom_link_item .item_content .description {
    margin-bottom: 15px;
  }
}

/*────────────────────────────
2. Main Footer
────────────────────────────*/
footer.footer {
  margin: 0 auto;
  padding: 80px 0 50px;
  width: 95%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  footer.footer {
    padding: 70px 0 0;
    width: 92%;
  }
}
footer.footer .footer_wrapper {
  padding: 0;
}
footer.footer .footer_wrapper .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1100px) {
  footer.footer .footer_wrapper .footer_inner {
    gap: 50px;
  }
}
@media screen and (max-width: 900px) {
  footer.footer .footer_wrapper .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
footer.footer .footer_wrapper .footer_inner .footer_info {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  footer.footer .footer_wrapper .footer_inner .footer_info {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    text-align: center;
  }
}
footer.footer .footer_wrapper .footer_inner .footer_info h3 {
  width: 240px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  footer.footer .footer_wrapper .footer_inner .footer_info h3 {
    width: 180px;
    margin: 0 auto 15px;
  }
}
footer.footer .footer_wrapper .footer_inner .footer_info h3 img,
footer.footer .footer_wrapper .footer_inner .footer_info h3 svg {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.9;
}
footer.footer .footer_wrapper .footer_inner .footer_info h3 svg path,
footer.footer .footer_wrapper .footer_inner .footer_info h3 svg polygon,
footer.footer .footer_wrapper .footer_inner .footer_info h3 svg rect,
footer.footer .footer_wrapper .footer_inner .footer_info h3 svg circle,
footer.footer .footer_wrapper .footer_inner .footer_info h3 svg polyline,
footer.footer .footer_wrapper .footer_inner .footer_info h3 svg line {
  fill: #333333;
}
footer.footer .footer_wrapper .footer_inner .footer_info p.address span {
  display: block;
  font-size: 0.8rem;
  line-height: 1.8;
  color: #757575;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 900px) {
  footer.footer .footer_wrapper .footer_inner .footer_info p.address span {
    display: inline-block;
    margin: 0 8px;
  }
}
@media (max-width: 767.98px) {
  footer.footer .footer_wrapper .footer_inner .footer_info p.address span {
    display: block;
    margin: 0 0 5px;
  }
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  footer.footer .footer_wrapper .footer_inner .footer_sitemap {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer.footer .footer_wrapper .footer_inner .footer_sitemap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
    border-top: 1px dotted #E3E1D7;
    padding-top: 20px;
  }
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 767.98px) {
  footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent {
    margin-bottom: 15px;
  }
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent > a {
  color: #333333;
  font-weight: 500;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 767.98px) {
  footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent > a {
    font-size: 0.9rem;
  }
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent > a:hover {
  color: #00A469;
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent ul.child {
  margin: 0;
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent ul.child li {
  margin-bottom: 8px;
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent ul.child li:last-child {
  margin-bottom: 0;
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent ul.child li a {
  color: #666;
  font-size: 0.78rem;
  font-weight: 500;
  display: block;
  padding-left: 14px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent ul.child li a {
    font-size: 0.84rem;
  }
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent ul.child li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00A469;
  opacity: 0.4;
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent ul.child li a:hover {
  color: #00A469;
  padding-left: 18px;
}
footer.footer .footer_wrapper .footer_inner .footer_sitemap .sitemap_col ul li.parent ul.child li a:hover::before {
  opacity: 1;
}
footer.footer .footer_wrapper .copyright {
  border-top: 1px dotted #E3E1D7;
  border-bottom: 1px dotted #E3E1D7;
  padding: 15px 0;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767.98px) {
  footer.footer .footer_wrapper .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
}
footer.footer .footer_wrapper .copyright span {
  font-size: 0.7rem;
  color: #757575;
  letter-spacing: 0.1rem;
}
@media (max-width: 767.98px) {
  footer.footer .footer_wrapper .copyright span {
    font-size: 0.8rem;
  }
}
footer.footer .footer_wrapper .copyright a {
  font-size: 0.7rem;
  color: #757575;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #E3E1D7;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
footer.footer .footer_wrapper .copyright a:hover {
  color: #00A469;
}
@media (max-width: 767.98px) {
  footer.footer .footer_wrapper .copyright a {
    font-size: 0.84rem;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: inline-block;
    border-bottom: 1px solid #E3E1D7;
  }
}

/*────────────────────────────
3. Back to Top Button
────────────────────────────*/
.back_to_top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.back_to_top.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .back_to_top {
    bottom: 40px;
    right: 15px;
  }
}
.back_to_top a {
  display: block;
  width: 75px;
  height: 75px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .back_to_top a {
    width: 55px;
    height: 55px;
  }
}
.back_to_top a img {
  width: 100%;
  height: auto;
  display: block;
}
.back_to_top a:hover {
  -webkit-animation: mild-shake 0.5s ease-in-out 1 both;
          animation: mild-shake 0.5s ease-in-out 1 both;
}

@-webkit-keyframes mild-shake {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  80% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

@keyframes mild-shake {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  80% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
/*──────────────────────────────────────────
Page Loader
──────────────────────────────────────────*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loader.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#loader .loader-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#loader .loader-content .loader-bar {
  width: 40px;
  height: 2px;
  background: #E3E1D7;
  position: relative;
  overflow: hidden;
}
#loader .loader-content .loader-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #00A469;
  -webkit-animation: loading-bar 1.5s infinite ease-in-out;
          animation: loading-bar 1.5s infinite ease-in-out;
}
#loader .loader-content .loader-text {
  font-size: 0.75rem;
  color: #757575;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@-webkit-keyframes loading-bar {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes loading-bar {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
body {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
body.is-ready {
  opacity: 1;
}
body.is-loading {
  overflow: hidden;
}

/*───────────────────────────────────
//Parts
───────────────────────────────────*/
/*──────────────────────────────────────────
アコーディオンfaq
──────────────────────────────────────────*/
ul.accordion {
  margin: 0 auto;
  max-width: 100%;
  border-top: solid 1px #E3E1D7;
  padding: 1rem 0 0;
}
ul.accordion .toggle {
  display: none;
}
ul.accordion li.option {
  position: relative;
  margin-bottom: 1rem;
}
ul.accordion li.option .title,
ul.accordion li.option .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.accordion li.option .title {
  padding: 1rem 2rem 2rem 1rem;
  display: block;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.06rem;
  cursor: pointer;
}
ul.accordion li.option .title::after, ul.accordion li.option .title::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 2px;
  height: 0.75rem;
  background-color: #E3E1D7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.accordion li.option .title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
ul.accordion li.option .content {
  max-height: 0;
  overflow: hidden;
  border-bottom: solid 1px #E3E1D7;
}
ul.accordion li.option .content p {
  margin: 0;
  padding: 0 1.5rem 2rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
ul.accordion li.option .toggle:checked + .title + .content {
  max-height: 800px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
ul.accordion li.option .toggle:checked + .title::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

@media screen and (max-width: 768px) {
  ul.accordion {
    padding: 0.5rem 0 0;
  }
  ul.accordion li.option {
    position: relative;
    margin-bottom: 1rem;
  }
  ul.accordion li.option .title {
    padding: 0.5rem 3rem 1rem 0rem;
    font-size: 0.9rem;
  }
  ul.accordion li.option .title::after, ul.accordion li.option .title::before {
    top: 1.5rem;
  }
  ul.accordion li.option .content p {
    margin: 0;
    padding: 1rem 1rem 1rem 0;
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
/*──────────────────────────────────────────
見出し
──────────────────────────────────────────*/
.section_title {
  display: block;
  margin: 0 auto 30px;
}
.section_title h2 {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-size: 1.7rem;
}
.section_title h2 > span {
  font-weight: 400;
  font-size: 1.7rem;
  color: #00A469;
}
.section_title p {
  margin-top: 40px;
  position: relative;
}
.section_title p::before {
  width: 40px;
  height: 1px;
  background: #00A469;
  display: inline-block;
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
}
@media (max-width: 767.98px) {
  .section_title {
    margin: 0 auto 20px !important;
  }
  .section_title h2 {
    letter-spacing: 0.07rem;
    font-size: 1.2rem !important;
    font-weight: 400;
  }
  .section_title h2 span {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .section_title p {
    margin-top: 30px;
  }
  .section_title p::before {
    top: -15px;
    left: 0;
  }
}

.section_title_small {
  margin: 0 0 30px 0;
  position: relative;
}
.section_title_small::before {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: #00A469;
  border-radius: 50px;
  content: "";
}
.section_title_small h2,
.section_title_small h3 {
  margin: 0;
  padding: 0;
  font-size: 1.3rem !important;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media (max-width: 767.98px) {
  .section_title_small {
    margin: 0 auto 20px 1rem;
  }
  .section_title_small::before {
    left: -15px;
    height: 80%;
  }
  .section_title_small h2,
  .section_title_small h3 {
    font-size: 1.1rem !important;
  }
}

.section_title_h3 h3 {
  font-weight: 600;
  font-size: 1.1rem;
  position: relative;
}
.section_title_h3 h3::before {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #FFF03C;
  content: "";
  display: inline-block;
}
@media (max-width: 767.98px) {
  .section_title_h3 {
    margin-left: 15px;
  }
  .section_title_h3 h3 {
    font-size: 1rem;
  }
  .section_title_h3 h3::before {
    left: -15px;
  }
}

/*────────────────────────────
table
────────────────────────────*/
table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tbl {
  border-top: 1px solid #E3E1D7;
  margin: 20px 0;
  text-align: left;
  width: 100%;
  letter-spacing: 0.1rem;
}
table.tbl tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E1D7;
}
table.tbl tbody th {
  padding: 1.5rem 2rem;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  background: #F5F6F7;
  font-size: 0.9rem;
  font-weight: 500;
}
table.tbl tbody td {
  padding: 1.5rem 2rem;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  font-weight: 400;
  font-size: 0.9rem;
}
table.tbl tbody td a {
  display: inline-block;
}
table.tbl tbody td ul li {
  margin-bottom: 10px;
}
table.tbl tbody td ul li:last-child {
  margin-bottom: 0;
}
table.tbl tbody td span.annotation {
  display: inline-block;
  margin-top: 15px;
  padding: 15px;
  background: #F8F9FA;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  table.tbl {
    margin: 0;
  }
  table.tbl tbody th {
    font-size: 0.8rem;
    padding: 1rem 0.5rem;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  table.tbl tbody td {
    font-size: 0.8rem;
    padding: 1rem;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  table.tbl tbody td ul li {
    margin-bottom: 5px;
  }
  table.tbl tbody td span.annotation {
    font-size: 0.7rem;
  }
}
/*────────────────────────────
pagination
────────────────────────────*/
/* pagination */
.pagination {
  margin: 50px auto;
}
.pagination div.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination div.nav-links a,
.pagination div.nav-links span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1 !important;
  padding: 10px;
  font-size: 1.3rem !important;
  margin: 0 8px;
}
.pagination div.nav-links span.current {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #998675;
}
.pagination div.nav-links a {
  color: #333333;
}
.pagination div.nav-links a.page-numbers {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.pagination div.nav-links a.prev span, .pagination div.nav-links a.next span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 23px;
  height: 23px;
  background: #998675;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem !important;
}
.pagination div.nav-links a:hover {
  color: #757575;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 20px auto 0;
  }
  .pagination div.nav-links a,
  .pagination div.nav-links span {
    padding: 10px;
    font-size: 1rem !important;
    margin: 0 5px;
  }
}
/*────────────────────────────
prev next
────────────────────────────*/
.footer_navigator {
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 15px;
}
.footer_navigator > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_navigator > div.footer_navigator_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer_navigator > div.footer_navigator_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_navigator > div.footer_navigator_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer_navigator > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 220px;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #E3E1D7;
  border-radius: 50px;
  text-decoration: none;
  color: #363636;
  font-weight: 700;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}
.footer_navigator > div a .txt {
  font-size: 0.95rem;
  z-index: 1;
}
.footer_navigator > div a .material-symbols-outlined {
  font-size: 1.4rem;
  color: #00A469;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}
.footer_navigator > div a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F3F9F3;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 0;
}
.footer_navigator > div a:hover {
  border-color: #00A469;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.footer_navigator > div a:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.footer_navigator > div a:hover .material-symbols-outlined {
  color: #00A469;
}
.footer_navigator > div.footer_navigator_left a {
  padding-left: 15px;
}
.footer_navigator > div.footer_navigator_left a .material-symbols-outlined {
  margin-right: 5px;
}
.footer_navigator > div.footer_navigator_left a:hover .material-symbols-outlined {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.footer_navigator > div.footer_navigator_right a {
  padding-right: 15px;
}
.footer_navigator > div.footer_navigator_right a .material-symbols-outlined {
  margin-left: 5px;
}
.footer_navigator > div.footer_navigator_right a:hover .material-symbols-outlined {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer_navigator > div.footer_navigator_center a {
  background: #00A469;
  border-color: #00A469;
  color: #fff;
}
.footer_navigator > div.footer_navigator_center a .txt {
  font-size: 0.9rem;
  color: #fff;
}
.footer_navigator > div.footer_navigator_center a::before {
  background: #00A469;
}
.footer_navigator > div.footer_navigator_center a:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 164, 105, 0.2);
          box-shadow: 0 8px 20px rgba(0, 164, 105, 0.2);
}

/*───── タブレットビュー（769px〜1024px）─────*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_navigator {
    /* タブレットでは余白を中間的に設定 */
    margin: 40px auto;
    gap: 10px;
  }
  .footer_navigator > div a {
    padding: 12px 15px;
    max-width: 180px;
  }
  .footer_navigator > div a .txt {
    font-size: 0.85rem;
  }
  .footer_navigator > div a .material-symbols-outlined {
    font-size: 1.2rem;
  }
}
/*───── スマホビュー（768px以下）─────*/
@media screen and (max-width: 768px) {
  .footer_navigator {
    /* マージン・ギャップを縮小してコンパクトに */
    margin: 20px auto 0 !important;
    gap: 6px;
  }
  .footer_navigator > div a {
    /* ボタンを小さく引き締める */
    padding: 10px 8px;
    border-radius: 10px;
    max-width: none;
  }
  .footer_navigator > div a .txt {
    font-size: 0.75rem;
  }
  .footer_navigator > div a .material-symbols-outlined {
    font-size: 1rem;
  }
  .footer_navigator > div.footer_navigator_left a, .footer_navigator > div.footer_navigator_right a {
    /* 左右はアイコンのみでスッキリ */
  }
  .footer_navigator > div.footer_navigator_left a .txt, .footer_navigator > div.footer_navigator_right a .txt {
    display: none;
  }
  .footer_navigator > div.footer_navigator_center a {
    padding: 8px !important;
  }
  .footer_navigator > div.footer_navigator_center a .txt {
    font-size: 0.8rem;
    font-weight: 600;
  }
}
/*────────────────────────────
Visibility
────────────────────────────*/
.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
/*─────forms─────*/
.wpcf7 form {
  border: none;
}
.wpcf7 fieldset.hidden-fields-container {
  border: none;
  padding: 0;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #B6B7B8;
  opacity: 1;
}

::-moz-placeholder {
  color: #B6B7B8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #B6B7B8;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #B6B7B8;
  opacity: 1;
}

::placeholder {
  color: #B6B7B8;
  opacity: 1;
}

.darkmode ::-webkit-input-placeholder {
  color: #fff;
}

.darkmode ::-moz-placeholder {
  color: #fff;
}

.darkmode :-ms-input-placeholder {
  color: #fff;
}

.darkmode ::-ms-input-placeholder {
  color: #fff;
}

.darkmode ::placeholder {
  color: #fff;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recapcopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px auto 50px !important;
  text-align: center;
}
.recapcopy a,
.recapcopy span {
  font-size: 0.6rem !important;
  line-height: 2;
  letter-spacing: 0.04rem;
}
.recapcopy a:first-of-type,
.recapcopy span:first-of-type {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.contactform {
  margin: 0 auto 150px;
  width: 100%;
  padding-bottom: 50px;
  /*──────必須──────*/
}
.contactform .haveto {
  font-size: 0.7rem !important;
  letter-spacing: 0.1rem;
  padding: 2px 6px;
  background: #DC3A65;
  color: #fff !important;
  margin-right: 10px;
  font-weight: 700;
}
.contactform {
  /*──────任意──────*/
}
.contactform .any {
  font-size: 0.7rem !important;
  letter-spacing: 0.1rem;
  padding: 2px 6px;
  background: #BEBEBE;
  color: #ffffff !important;
  margin-right: 10px;
  font-weight: 700;
}
.contactform {
  /*──────mainTable──────*/
}
.contactform table.inquiry {
  width: 100%;
}
.contactform table.inquiry tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
}
.contactform table.inquiry tr th {
  width: 100%;
  text-align: left;
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactform table.inquiry tr th > div span.thtitle {
  color: #333333;
  font-weight: 500;
}
.contactform table.inquiry tr td {
  width: 100%;
  font-size: 0.9em;
}
.contactform table.inquiry tr td > span {
  font-size: 0.8rem;
  text-align: left;
  display: block;
  color: #333333;
}
.contactform table.inquiry tr td > span a {
  display: inline-block;
  border-bottom: 1px solid #998675;
}
.contactform table.inquiry tr td span.annotation {
  display: block;
  font-size: 0.8rem;
  background: #F7F7F7;
  color: #757575;
  padding: 10px 15px;
}
.contactform table.inquiry tr td div.d_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactform table.inquiry tr td div.d_column .d_column_item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.contactform table.inquiry tr.c_pp td {
  background: #fff;
  border-radius: 20px;
  padding: 40px 0 30px;
}
.contactform table.inquiry tr.c_pp td span.info {
  text-align: center;
  display: block;
  margin-bottom: 40px;
  color: #757575;
  font-size: 0.9rem !important;
  letter-spacing: 0rem;
  line-height: 1.8;
}
.contactform table.inquiry tr.c_pp td span.info a {
  display: inline;
  border-bottom: 1px solid #757575;
  color: #757575;
}
.contactform table.inquiry tr.c_pp td .acceptance_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactform .before_sending {
  background: #FFEEEA;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #DC3A65;
}
.contactform .before_sending span {
  color: #DC3A65;
  font-weight: 600;
}
.contactform #formbtn {
  cursor: pointer;
  display: block;
  padding: 20px;
  width: 320px !important;
  background: #00A469;
  border: 1px solid #00A469;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 20px auto;
  -webkit-transition: all 0.2s ease 0s !important;
  transition: all 0.2s ease 0s !important;
}
.contactform #formbtn:hover {
  background: #fff;
  color: #00A469;
}
.contactform #prevbtn {
  cursor: pointer;
  display: block;
  padding: 20px;
  width: 320px !important;
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease 0s !important;
  transition: all 0.2s ease 0s !important;
  border: none;
}
.contactform #prevbtn:hover {
  background: #333333;
  color: #fff;
}
.contactform table.confirm {
  width: 100%;
  border-top: none;
  margin: 0 0 50px;
}
.contactform table.confirm tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #E3E1D7;
}
.contactform table.confirm tr th {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  text-align: left;
}
.contactform table.confirm tr th.confirm_header {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  color: #00A469;
  font-size: 1.1rem;
}
.contactform table.confirm tr th span.thtitle {
  font-weight: bold;
}
.contactform table.confirm tr td {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.contactform table.confirm tr td div.d_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactform table.confirm tr td div.d_column .d_column_item {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .contactform {
    display: block;
    margin: 0 auto;
    /*──────必須──────*/
  }
  .contactform .haveto {
    padding: 1px 3px;
    margin-right: 5px;
  }
  .contactform {
    /*──────任意──────*/
  }
  .contactform .any {
    padding: 1px 3px;
    margin-right: 5px;
  }
  .contactform {
    /*──────mainTable──────*/
  }
  .contactform table.inquiry tr {
    padding: 15px 0;
  }
  .contactform table.inquiry tr th {
    padding: 0px;
    margin: 0 0 8px 0;
  }
  .contactform table.inquiry tr th > div span.thtitle {
    font-size: 0.9rem;
  }
  .contactform table.inquiry tr td {
    font-size: 1rem !important;
  }
  .contactform table.inquiry tr.c_pp td {
    margin: 0px 0 0;
    padding: 15px 0;
  }
  .contactform table.inquiry tr.c_pp td span.info {
    text-align: left;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 0.8rem !important;
  }
  .contactform .before_sending {
    padding: 0 5px;
    margin-bottom: 40px;
  }
  .contactform .before_sending span {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
  }
  .contactform #formbtn {
    width: 80% !important;
    font-size: 0.9rem;
    margin: 0px auto 0;
  }
  .contactform #prevbtn {
    width: 80% !important;
    font-size: 0.9rem;
  }
  .contactform table.confirm {
    margin: 0 auto 40px;
  }
  .contactform table.confirm tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
  .contactform table.confirm tr th {
    text-align: left;
  }
  .contactform table.confirm tr th span.thtitle {
    font-weight: bold;
  }
  .contactform table.confirm tr td {
    padding: 15px 0;
  }
}
/*────────────────────────────
INPUTS
────────────────────────────*/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: auto;
  padding: 20px !important;
  color: #757575;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  border: 1px solid #E3E1D7;
  outline: none;
  -webkit-transition: all 0.2s ease 0s !important;
  transition: all 0.2s ease 0s !important;
  font-size: 1rem;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #F5F6F7;
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #DC3A65;
  border-color: #DC3A65;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  outline-color: #DC3A65;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #2980b9;
  border-color: #2980b9;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #2980b9;
}

input[type=password] {
  letter-spacing: 0.3em;
  margin: 20px 0 !important;
}

input[type=number] {
  max-width: 100px !important;
}

.zipsection input[type=text] {
  width: 280px !important;
  max-width: 280px !important;
  min-width: 280px !important;
}

textarea {
  max-width: 100%;
  min-height: 250px;
  line-height: 1.5rem;
  padding: 1rem !important;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 97.5% center;
  max-width: 100px;
}

@media (max-width: 768px) {
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url],
  input[type=search],
  input[type=tel],
  input[type=color],
  select,
  textarea,
  .field {
    padding: 15px !important;
  }
  input[type=number] {
    max-width: 100% !important;
  }
  textarea {
    min-height: 50px;
    max-height: 150px;
  }
}
/*─────チェックボックス─────*/
.wpcf7-checkbox {
  display: block;
  margin: 10px 0 0;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 13px;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  color: #333333;
  font-weight: 500;
  font-size: 0.9rem;
  margin: 0 30px 20px 0 !important;
  line-height: 1.3;
  display: inline-block;
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  left: -1rem;
  width: 23px;
  height: 23px;
  border: 1px solid #c4bbb8;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
  left: -0.5rem;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #00A469;
  border-right: 3px solid #00A469;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
input[type=checkbox]:checked + span {
  color: #333333;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #00A469;
  background-color: #00A469;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/*─────ラジオ─────*/
.wpcf7-radio {
  display: block;
  margin: 10px 0 0;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 0 10px 15px;
}

@media screen and (max-width: 768px) {
  .wpcf7-radio .wpcf7-list-item {
    display: block;
  }
}
input[type=radio] {
  display: none;
}
input[type=radio] + span {
  cursor: pointer;
  position: relative;
  padding: 0 2rem 0 0.8rem;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  color: #333333;
  font-size: 0.9rem;
  font-weight: 500;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -16px;
  width: 20px;
  height: 20px;
  border: 1px solid #c4bbb8;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
input[type=radio]:checked + span {
  color: #333333;
}
input[type=radio]:checked + span::after {
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -11px;
  width: 10px;
  height: 10px;
  background-color: #00A469;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/*───── 書籍注文フォーム用スタイル ─────*/
span.p-country-name {
  display: none;
}

div.orderform {
  /* 書籍選択セクション */
}
div.orderform table.order_table tr {
  padding: 0 0 60px !important;
}
div.orderform table.order_table tr:last-of-type {
  padding: 0 !important;
}
div.orderform table.order_table tr th.order_steptitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E3E1D7;
  padding-top: 60px;
}
div.orderform table.order_table tr th.order_steptitle.first {
  padding-top: 30px;
  border: none;
}
div.orderform table.order_table tr th.order_steptitle span.number {
  width: 40px;
  height: 40px;
  background: #00A469;
  color: #ffffff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
}
div.orderform table.order_table tr th.order_steptitle span.title {
  margin: 0 0 0 15px;
  font-size: 1.3rem;
  color: #00A469;
  font-weight: bold;
}
div.orderform table.order_table tr td.order_stepcontent p.order_caption {
  margin: 0 0 30px;
  font-size: 1rem;
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -30px;
  list-style: none;
  padding: 0;
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list:after {
  content: "";
  display: block;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  height: 0;
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item {
  background: #ffffff;
  padding: 20px;
  margin: 0 0 30px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0.4px 1.2px rgba(0, 0, 0, 0.01), 0 1px 3.4px rgba(0, 0, 0, 0.015), 0 2.4px 8.1px rgba(0, 0, 0, 0.02), 0 8px 27px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.4px 1.2px rgba(0, 0, 0, 0.01), 0 1px 3.4px rgba(0, 0, 0, 0.015), 0 2.4px 8.1px rgba(0, 0, 0, 0.02), 0 8px 27px rgba(0, 0, 0, 0.03);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media screen and (max-width: 900px) {
  div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item:hover {
  border: 1px solid #00A469;
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item div.order_item_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media (max-width: 767.98px) {
  div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item div.order_item_inner {
    gap: 15px;
  }
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media (max-width: 767.98px) {
  div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_image img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details span.order_image_list_item_title {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #333333;
}
@media (max-width: 767.98px) {
  div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details span.order_image_list_item_title {
    margin-bottom: 0;
  }
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details p.order_image_list_item_caption {
  font-size: 0.85rem;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details p.order_image_list_item_caption {
    margin-bottom: 5px;
  }
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details .order_info_group {
  margin-top: auto;
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details div.order_image_list_item_price {
  font-weight: bold;
  color: #DC3A65;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details div.order_image_list_item_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F5F6F7;
  padding: 8px 12px;
  border-radius: 8px;
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details div.order_image_list_item_quantity span.quantity_label {
  font-weight: bold;
  font-size: 0.8rem;
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details div.order_image_list_item_quantity input[type=number] {
  width: 60px !important;
  padding: 5px !important;
  text-align: center;
  border-radius: 4px;
}
div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item .item_details div.order_image_list_item_quantity span.quantity_unit {
  font-size: 0.8rem;
  margin-left: 5px;
}
div.orderform {
  /* 注文合計確認セクション */
}
div.orderform div.order_summary_wrapper {
  background: #ffffff;
  padding: 40px !important;
  border-radius: 20px;
  margin: 60px 0;
  -webkit-box-shadow: 0 0.4px 1.2px rgba(0, 0, 0, 0.01), 0 1px 3.4px rgba(0, 0, 0, 0.015), 0 2.4px 8.1px rgba(0, 0, 0, 0.02), 0 8px 27px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.4px 1.2px rgba(0, 0, 0, 0.01), 0 1px 3.4px rgba(0, 0, 0, 0.015), 0 2.4px 8.1px rgba(0, 0, 0, 0.02), 0 8px 27px rgba(0, 0, 0, 0.03);
}
@media (max-width: 767.98px) {
  div.orderform div.order_summary_wrapper {
    padding: 25px 15px !important;
    margin: 40px 0;
  }
}
div.orderform div.order_summary_wrapper div.summary_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #F5F6F7;
}
@media (max-width: 767.98px) {
  div.orderform div.order_summary_wrapper div.summary_header {
    margin-bottom: 20px;
  }
}
div.orderform div.order_summary_wrapper div.summary_header span.number {
  width: 40px;
  height: 40px;
  background: #00A469;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  div.orderform div.order_summary_wrapper div.summary_header span.number {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
div.orderform div.order_summary_wrapper div.summary_header span.title {
  margin-left: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00A469;
}
@media (max-width: 767.98px) {
  div.orderform div.order_summary_wrapper div.summary_header span.title {
    font-size: 1.2rem;
    margin-left: 10px;
  }
}
div.orderform div.order_summary_wrapper table.summary_table {
  width: 100%;
  border-collapse: collapse;
}
div.orderform div.order_summary_wrapper table.summary_table th,
div.orderform div.order_summary_wrapper table.summary_table td {
  padding: 15px;
  border-bottom: 1px solid #E3E1D7;
  text-align: left;
}
div.orderform div.order_summary_wrapper table.summary_table th {
  background: #F5F6F7;
  font-weight: bold;
  font-size: 0.9rem;
}
div.orderform div.order_summary_wrapper table.summary_table td {
  font-size: 1rem;
}
div.orderform div.order_summary_wrapper table.summary_table tfoot tr th,
div.orderform div.order_summary_wrapper table.summary_table tfoot tr td {
  border-top: 1px solid #E3E1D7;
  border-bottom: 1px solid #E3E1D7;
  font-size: 1.1rem;
  font-weight: bold;
  color: #DC3A65;
}
div.orderform div.order_summary_wrapper table.summary_table tfoot tr td {
  text-align: right;
}
div.orderform div.order_summary_wrapper table.summary_table tr.summary_empty td {
  text-align: center;
  padding: 40px;
  color: #757575;
  font-style: italic;
}
div.orderform div.order_summary_wrapper p.summary_note {
  margin-top: 25px;
  font-size: 0.85rem;
  color: #757575;
  line-height: 1.6;
}
div.orderform {
  /* お届け先入力セクション */
}
div.orderform .order_customors_info {
  background: #ffffff !important;
  border-radius: 20px;
  padding: 40px !important;
  -webkit-box-shadow: 0 0.4px 1.2px rgba(0, 0, 0, 0.01), 0 1px 3.4px rgba(0, 0, 0, 0.015), 0 2.4px 8.1px rgba(0, 0, 0, 0.02), 0 8px 27px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.4px 1.2px rgba(0, 0, 0, 0.01), 0 1px 3.4px rgba(0, 0, 0, 0.015), 0 2.4px 8.1px rgba(0, 0, 0, 0.02), 0 8px 27px rgba(0, 0, 0, 0.03);
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  div.orderform .order_customors_info {
    padding: 20px 15px !important;
  }
}
div.orderform .order_customors_info table.inquiry {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent !important;
  padding: 0 !important;
}
div.orderform .order_customors_info table.inquiry tr th.order_steptitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #F5F6F7;
  width: 100%;
}
div.orderform .order_customors_info table.inquiry tr th.order_steptitle span.number {
  width: 40px;
  height: 40px;
  background: #00A469;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
}
div.orderform .order_customors_info table.inquiry tr th.order_steptitle span.title {
  margin-left: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00A469;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  div.orderform table.order_table tr {
    padding: 0 0 40px !important;
  }
  div.orderform table.order_table tr th.order_steptitle {
    padding-top: 40px;
  }
  div.orderform table.order_table tr th.order_steptitle span.number {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
  div.orderform table.order_table tr th.order_steptitle span.title {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  div.orderform table.order_table tr td.order_stepcontent p.order_caption {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }
  div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item span.order_image_list_item_title {
    font-size: 1.05rem;
  }
  div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item div.order_image_list_item_quantity {
    padding: 8px 12px;
  }
  div.orderform table.order_table tr td.order_stepcontent ul.order_image_list li.order_image_list_item div.order_image_list_item_quantity input[type=number] {
    width: 60px !important;
  }
  div.orderform .order_customors_info {
    padding: 20px 10px !important;
  }
  div.orderform .order_customors_info table.inquiry tr th.order_steptitle {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  div.orderform .order_customors_info table.inquiry tr th.order_steptitle span.number {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
  div.orderform .order_customors_info table.inquiry tr th.order_steptitle span.title {
    font-size: 1.2rem;
    margin-left: 10px;
  }
}
/*─────buttons─────*/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
.blue-btn:hover, .blue-btn:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2980b9;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #00A469;
}
.blue-btn:active {
  background-color: #00A469;
}

/*────────────────────────────
btn_standard
────────────────────────────*/
.btn_standard {
  display: inline-block;
  letter-spacing: 0.1rem;
  padding: 1.2rem 2rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00A469;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_standard span {
  color: #00A469;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_standard:hover {
  background: #00A469;
}
.btn_standard:hover span {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .btn_standard {
    padding: 1rem 1.5rem;
  }
}
/*────────────────────────────
btn_black
────────────────────────────*/
.btn_blk {
  display: inline-block;
  letter-spacing: 0.1rem;
  padding: 1rem 1.2rem 1rem 2.2rem;
  text-align: center;
  text-decoration: none;
  background: #00A469;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  margin: 0 auto;
}
.btn_blk span {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_blk span::after {
  font-family: "Material Symbols Outlined";
  content: "\e409";
  font-size: 0.9rem;
  padding: 0;
  margin: 0 0 0 15px;
  line-height: 1;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  color: #00A469;
  background: #ffffff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}
.btn_blk span.en {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.btn_blk_white {
  background: #ffffff;
}
.btn_blk_white span {
  color: #00A469;
}
.btn_blk_white span::after {
  background: #00A469;
  color: #ffffff;
}
.btn_blk:hover {
  opacity: 0.7;
}
.btn_blk:hover span {
  color: #ffffff;
}
.btn_blk:hover span::after {
  background: #ffffff;
  color: #00A469;
}

@media screen and (max-width: 699px) {
  .btn_blk {
    padding: 0.8rem 1.2rem;
    text-align: center;
  }
  .btn_blk span {
    font-size: 0.85rem !important;
    letter-spacing: 0.07rem;
    font-weight: 500;
  }
  .btn_blk span::after {
    margin: 0 0 0 10px;
    width: 17px;
    height: 17px;
    font-size: 0.8rem;
    font-weight: bold;
  }
}
/*────────────────────────────
btn_text
────────────────────────────*/
.btn_text {
  display: inline-block;
  color: #00A469;
  text-decoration: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btn_text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_text div:after {
  display: inline-block;
  font-family: "Material Symbols Outlined";
  content: "\e409";
  margin: -3px 0 0 5px;
  color: #00A469;
  font-size: 1.2rem;
  padding: 0;
  line-height: 1;
}
.btn_text div span {
  font-size: 0.8rem;
  line-height: 1.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_text div span:first-of-type {
  margin-right: 0.5rem;
}
.btn_text:hover {
  cursor: pointer;
  text-decoration: none;
}
.btn_text:hover span {
  color: #998675;
}

@media screen and (max-width: 699px) {
  .btn_text div:after {
    margin: -4px 0 0 0;
    font-size: 1.1rem;
  }
  .btn_text div span {
    font-size: 0.75rem;
  }
}
/*────────────────────────────
btn_shooting
────────────────────────────*/
.btn_shooting {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btn_shooting span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_shooting::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn_shooting::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn_shooting_white::after {
  background: #333333;
}
.btn_shooting_white::before {
  background: #ffffff;
}
.btn_shooting:hover::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.btn_shooting:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*────────────────────────────
btn_arrow
────────────────────────────*/
.btn_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_arrow::before {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 0.8rem;
  color: #757575;
  width: 18px;
  height: 18px;
  border: 1px solid #757575;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
  margin-bottom: -1px;
  font-weight: 600;
}

@media only screen and (max-width: 699px) {
  .btn_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn_arrow::before {
    font-family: "Material Symbols Outlined";
    content: "\e5c8";
    font-size: 0.8rem;
    color: #757575;
    width: 18px;
    height: 18px;
    border: 1px solid #757575;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 6px;
    margin-bottom: -1px;
    font-weight: 600;
  }
}
.btn_arrow_large {
  display: inline-block;
}
.btn_arrow_large > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_arrow_large > div::before {
  font-family: "Material Symbols Outlined";
  content: "\e409";
  font-size: 1rem;
  color: #00A469;
  width: 40px;
  height: 40px;
  border: 1px solid #00A469;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  font-weight: 600;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition: 0.3s;
}
.btn_arrow_large > div span {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding: 0;
}
.btn_arrow_large > div span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: transparent;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn_arrow_large > div span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #00A469;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn_arrow_large > div span_white::after {
  background: #00A469;
}
.btn_arrow_large > div span_white::before {
  background: #ffffff;
}
.btn_arrow_large:hover > div::before {
  background: #00A469;
  color: #fff;
}
.btn_arrow_large:hover > div span {
  color: #00A469;
}
.btn_arrow_large:hover > div span::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.btn_arrow_large:hover > div span::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media only screen and (max-width: 699px) {
  .btn_arrow_large > div::before {
    font-size: 0.9rem;
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .btn_arrow_large > div span {
    font-size: 0.9rem;
    letter-spacing: 0.07rem;
  }
}
/*────────────────────────────
btn_more (General Style)
────────────────────────────*/
.btn_more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 17px 34px;
  background: #00A469;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff !important;
  border: none;
  cursor: pointer;
}
.btn_more:hover {
  background: #84BAE5;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  text-decoration: none;
}
.btn_more .material-symbols-outlined {
  font-size: 1.2rem;
  color: #fff;
}
.btn_more span {
  color: #fff;
  font-size: 0.95rem !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07rem;
}
@media (max-width: 767.98px) {
  .btn_more {
    padding: 8px 30px;
    font-size: 0.85rem;
  }
}

/*───── SNS Share Buttons ─────*/
.share {
  margin: 40px auto;
  padding: 30px 0;
  border-top: 1px solid #E3E1D7;
  border-bottom: 1px solid #E3E1D7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.share .share_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #00A469;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.share .share_title span:first-child {
  font-size: 1.1rem;
}
.share .share_title span:last-child {
  display: none;
}
.share .share_title::before, .share .share_title::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #E3E1D7;
}
.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
}
.share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #fff;
  border: 1px solid #E3E1D7;
  color: #363636;
  min-width: 120px;
}
.share ul li a img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.share ul li a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.share ul li a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(101%) contrast(102%);
}
.share ul li {
  /* Brand Colors */
}
.share ul li.facebook a {
  border-color: rgba(24, 119, 242, 0.2);
  background-color: rgba(24, 119, 242, 0.05);
}
.share ul li.facebook a:hover {
  background-color: #1877F2;
  border-color: #1877F2;
}
.share ul li.tweet a {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
}
.share ul li.tweet a:hover {
  background-color: #000000;
  border-color: #000000;
}
.share ul li.line a {
  border-color: rgba(0, 195, 0, 0.2);
  background-color: rgba(0, 195, 0, 0.05);
}
.share ul li.line a:hover {
  background-color: #00C300;
  border-color: #00C300;
}

/*───── タブレットビュー（601px〜1024px）─────*/
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .share {
    /* デスクトップとスマホの中間的な余白 */
    margin: 25px auto;
    padding: 20px 0;
    gap: 15px;
  }
  .share .share_title span:first-child {
    font-size: 1rem;
  }
  .share .share_title::before, .share .share_title::after {
    width: 25px;
  }
  .share ul {
    gap: 10px;
  }
  .share ul li a {
    padding: 8px 16px;
    font-size: 0.85rem;
    min-width: 100px;
  }
  .share ul li a img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}
/*───── スマホビュー（600px以下）─────*/
@media screen and (max-width: 600px) {
  .share {
    /* マージン・パディングを縮小してコンパクトに */
    margin: 0 0 20px;
    padding: 15px 10px;
    gap: 12px;
  }
  .share .share_title span {
    font-size: 0.9rem !important;
  }
  .share .share_title {
    gap: 8px;
    /* 装飾線を短くして引き締める */
  }
  .share .share_title::before, .share .share_title::after {
    width: 15px;
  }
  .share ul {
    gap: 8px;
    width: 100%;
  }
  .share ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 80px;
  }
  .share ul li a {
    padding: 10px 8px;
    font-size: 0.8rem;
    min-width: auto;
  }
  .share ul li a span {
    display: none;
  }
  .share ul li a {
    /* モバイルではアイコンのみ表示 */
  }
  .share ul li a img {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }
}
/*──────────────────────────────────────────
subpages-header
──────────────────────────────────────────*/
#subpages-header {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: visible;
}
@media (max-width: 767.98px) {
  #subpages-header {
    height: 180px;
    margin: 60px auto 0;
  }
}
#subpages-header .page_title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #ffffff;
  padding: 1.6rem 5rem 0.8rem;
  border-radius: 20px 20px 0 0;
  min-width: 350px;
  z-index: 10;
  opacity: 0;
  -webkit-animation: subpageTitleEntrance 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: subpageTitleEntrance 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#subpages-header .page_title h1 {
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  #subpages-header .page_title {
    padding: 1rem 2rem 0.5rem 2rem;
    min-width: 260px;
  }
  #subpages-header .page_title h1 {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
}
#subpages-header .page_title.fade {
  opacity: 1 !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  -webkit-transition: none !important;
  transition: none !important;
}
#subpages-header .page_title .fade {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
#subpages-header .subpages_image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  width: 97.5%;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  #subpages-header .subpages_image {
    width: 100%;
    border-radius: 0;
  }
}
#subpages-header .subpages_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0;
  -webkit-animation: subpageImgEntrance 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: subpageImgEntrance 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@-webkit-keyframes subpageTitleEntrance {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes subpageTitleEntrance {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@-webkit-keyframes subpageImgEntrance {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes subpageImgEntrance {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*────────────────────────────
Bread crumb
────────────────────────────*/
.bc_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 3%;
  background: none;
}
.bc_wrapper ul {
  margin-left: 0 !important;
}

.contents_box::-webkit-scrollbar {
  display: none;
}

#breadcrumb ul {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overflow-scrolling: touch !important;
  white-space: nowrap !important;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
#breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#breadcrumb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7rem !important;
}
#breadcrumb ul li a span {
  font-size: 0.7rem !important;
}
#breadcrumb ul li span {
  font-size: 0.7rem !important;
}
#breadcrumb ul li:not(:last-child)::after {
  content: "\e315";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  margin: 0 0.2rem;
}

@media screen and (max-width: 768px) {
  .bc_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px;
    background: none;
  }
  .bc_wrapper ul {
    margin-left: 0 !important;
  }
  #breadcrumb {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  #breadcrumb ul li a {
    font-size: 0.7rem !important;
  }
  #breadcrumb ul li span {
    font-size: 0.7rem !important;
  }
}
/*───────────────────────────────────
//Animation
───────────────────────────────────*/
.fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s, -webkit-transform 1s;
}

.fade.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slider_text_wrapper {
  position: relative;
  width: 100vw;
  height: 7rem;
  overflow: hidden;
}
.slider_text_wrapper .slider_text {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.slider_text_wrapper .slider_text .slider_text_inner {
  position: relative;
  margin-inline: auto;
  white-space: nowrap;
}
.slider_text_wrapper .slider_text .slider_text_inner > div {
  font-size: 7.5rem;
  color: #e5e5e5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  line-height: 1;
}
.slider_text_wrapper .slider_text .slider_text_inner > div.loop {
  -webkit-animation: looprev 100s linear infinite;
          animation: looprev 100s linear infinite;
}
.slider_text_wrapper .slider_text .slider_text_inner > div.loop2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: looprev 100s -50s linear infinite;
          animation: looprev 100s -50s linear infinite;
}

@-webkit-keyframes looprev {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes looprev {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (max-width: 768px) {
  .slider_text_wrapper .slider_text .slider_text_inner > div {
    font-size: 5rem;
    letter-spacing: 0.2rem;
  }
  .slider_text_wrapper .slider_text .slider_text_inner > div.loop {
    -webkit-animation: looprev 80s linear infinite;
            animation: looprev 80s linear infinite;
  }
  .slider_text_wrapper .slider_text .slider_text_inner > div.loop2 {
    -webkit-animation: looprev 80s -40s linear infinite;
            animation: looprev 80s -40s linear infinite;
  }
}
/*──────────────────────────────────────────
sidebar.php - 共通サイドバースタイル
──────────────────────────────────────────*/
aside.sidebar {
  margin: 0 auto;
  /* Sidebar Widget Styles */
}
aside.sidebar .sidebar_widget {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.4px 1.2px rgba(0, 0, 0, 0.01), 0 1px 3.4px rgba(0, 0, 0, 0.015), 0 2.4px 8.1px rgba(0, 0, 0, 0.02), 0 8px 27px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.4px 1.2px rgba(0, 0, 0, 0.01), 0 1px 3.4px rgba(0, 0, 0, 0.015), 0 2.4px 8.1px rgba(0, 0, 0, 0.02), 0 8px 27px rgba(0, 0, 0, 0.03);
}
aside.sidebar .sidebar_widget h2.widget-title {
  font-size: 0.95rem;
  font-weight: 550;
  color: #333333;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 1px dotted #E3E1D7;
}
aside.sidebar .sidebar_widget h2.widget-title span.material-symbols-outlined {
  font-size: 1.3rem;
  color: #00A469;
}
aside.sidebar .sidebar_widget ul {
  list-style: none;
  padding: 0;
  margin-top: -5px;
}
aside.sidebar .sidebar_widget ul li {
  border-bottom: 1px dotted #E3E1D7;
}
aside.sidebar .sidebar_widget ul li:last-child {
  border: none;
}
aside.sidebar .sidebar_widget ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  line-height: 1.4;
}
aside.sidebar .sidebar_widget ul li a:hover {
  color: #00A469;
  background-color: rgba(0, 164, 105, 0.03);
  padding-left: 15px;
}
aside.sidebar .sidebar_widget ul li a::before {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: 1.1rem;
  margin-right: 8px;
  color: #ccc;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
aside.sidebar .sidebar_widget ul li a:hover::before {
  color: #00A469;
}
aside.sidebar .sidebar_widget ul li a span.count {
  margin-left: auto;
  font-size: 0.75rem;
  background: #f0f0f0;
  color: #888;
  padding: 2px 8px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  aside.sidebar .sidebar_widget {
    margin-bottom: 15px;
  }
  aside.sidebar .sidebar_widget h2.widget-title {
    font-size: 1rem;
    padding: 10px 12px;
  }
  aside.sidebar .sidebar_widget ul li a {
    padding: 12px 10px;
    font-size: 0.85rem;
  }
}
ul.post_list_thumb {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.post_list_thumb:after {
  content: "";
  display: block;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  height: 0;
}
ul.post_list_thumb li.post_item {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin: 0 0 40px;
}
ul.post_list_thumb li.post_item a .post_item_thumb {
  margin: 0 0 15px;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 20px;
}
ul.post_list_thumb li.post_item a .post_item_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.post_list_thumb li.post_item a:hover .post_item_thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
ul.post_list_thumb li.post_item a:hover div.post_item_wrapper span.title,
ul.post_list_thumb li.post_item a:hover div.post_item_wrapper span.voice_voice_leaad {
  color: #00A469;
}
ul.post_list_thumb li.post_item a div.post_item_wrapper {
  padding: 0 10px;
}
ul.post_list_thumb li.post_item a div.post_item_wrapper span.date {
  display: block;
  font-size: 0.8rem;
  color: #757575;
  font-weight: 400;
}
ul.post_list_thumb li.post_item a div.post_item_wrapper span.title {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
ul.post_list_thumb li.post_item a div.post_item_wrapper .cat {
  display: block;
}
ul.post_list_thumb li.post_item a div.post_item_wrapper .cat span {
  font-size: 0.7rem;
  color: #00A469;
  font-weight: 700;
  background: rgba(0, 164, 105, 0.1);
  padding: 2px 10px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.4;
}
ul.post_list_thumb li.post_item a div.post_item_wrapper span.voice_voice_leaad {
  font-size: 1rem;
  display: block;
}
ul.post_list_thumb li.post_item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0 10px;
}
ul.post_list_thumb li.post_item .tags a {
  border: 1px solid #E3E1D7;
  padding: 3px 9px;
  border-radius: 20px;
  color: #757575;
  margin: 0 8px 8px 0;
  font-size: 0.8rem;
}
ul.post_list_thumb li.post_item .tags a:hover {
  color: #00A469;
  border-color: #00A469;
}
ul.post_list_thumb li.nopost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  font-size: 1.3rem;
  font-weight: 500;
  background: #F5F6F7;
  color: #757575;
}
ul.post_list_thumb {
  /* 機関紙用（縦長：A4比率） */
}
ul.post_list_thumb.kikanshi_list li.post_item a .post_item_thumb {
  aspect-ratio: 1/1.414;
  border: 1px solid #E3E1D7;
}

@media screen and (max-width: 768px) {
  ul.post_list_thumb {
    margin: 30px auto;
  }
  ul.post_list_thumb:after {
    content: "";
    display: block;
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    height: 0;
  }
  ul.post_list_thumb li.post_item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin: 0 0 20px;
  }
  ul.post_list_thumb li.post_item a .post_item_thumb {
    margin: 0;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: 20px;
  }
  ul.post_list_thumb li.post_item a .post_item_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  ul.post_list_thumb li.post_item a div.post_item_wrapper {
    margin-top: 5px;
    padding: 0 5px;
  }
  ul.post_list_thumb li.post_item a div.post_item_wrapper span.date {
    display: block;
    font-size: 0.7rem;
    color: #757575;
    margin-bottom: 3px;
  }
  ul.post_list_thumb li.post_item a div.post_item_wrapper span.title {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 5px;
    display: block;
    font-weight: 550;
  }
  ul.post_list_thumb li.post_item a div.post_item_wrapper .cat {
    display: block;
  }
  ul.post_list_thumb li.post_item a div.post_item_wrapper .cat span {
    font-size: 0.65rem;
    color: #00A469;
    font-weight: 700;
    background: rgba(0, 164, 105, 0.1);
    padding: 1px 8px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.4;
  }
  ul.post_list_thumb .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px 0 0;
    padding: 0;
  }
  ul.post_list_thumb .tags a {
    padding: 2px 6px;
    margin: 0 5px 5px 0;
  }
  ul.post_list_thumb li.nopost {
    font-size: 0.9rem;
  }
  ul.post_list_thumb {
    /* 機関紙用（縦長：A4比率） */
  }
  ul.post_list_thumb.kikanshi_list li.post_item a .post_item_thumb {
    aspect-ratio: 1/1.414;
  }
}
/*──────────────────────────────────────────
ul.post_list_text (サムネイル無し)
──────────────────────────────────────────*/
ul.post_list_text {
  margin: 0 auto 30px;
  display: block;
}
@media (max-width: 767.98px) {
  ul.post_list_text {
    margin: 0 auto 0;
  }
}
@media (max-width: 767.98px) {
  ul.post_list_text {
    margin: 0 auto 20px;
  }
}
ul.post_list_text li.post_item {
  border-bottom: 1px solid #E3E1D7;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
ul.post_list_text li.post_item:first-child {
  border-top: 1px solid #E3E1D7;
}
ul.post_list_text li.post_item:hover {
  background-color: rgba(0, 164, 105, 0.03);
}
ul.post_list_text li.post_item:hover a span.title {
  color: #00A469;
}
ul.post_list_text li.post_item:hover a:after {
  -webkit-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px);
  color: #00A469;
}
ul.post_list_text li.post_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 10px;
  text-decoration: none;
  color: inherit;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023.98px) {
  ul.post_list_text li.post_item a {
    padding: 10px 15px 10px 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
ul.post_list_text li.post_item a:after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 1.2rem;
  color: #757575;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.post_list_text li.post_item a div.post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
ul.post_list_text li.post_item a div.post_meta span.date {
  font-size: 0.75rem;
  color: #757575;
  margin-right: 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
ul.post_list_text li.post_item a div.post_meta .cat span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #998675;
  background: #FAF8F4;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 1023.98px) {
  ul.post_list_text li.post_item a div.post_meta {
    margin-right: 10px;
    margin-bottom: 2px !important;
  }
  ul.post_list_text li.post_item a div.post_meta span.date {
    font-size: 0.7rem;
    margin-right: 10px;
  }
  ul.post_list_text li.post_item a div.post_meta .cat span {
    font-size: 0.7rem;
  }
}
ul.post_list_text li.post_item a span.title {
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1023.98px) {
  ul.post_list_text li.post_item a span.title {
    font-size: 0.95rem !important;
    padding-right: 25px;
  }
}
ul.post_list_text li.nopost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
  font-size: 1.1rem;
  font-weight: 500;
  background: #F5F6F7;
  color: #757575;
}
ul.post_list_text.stacked li.post_item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 10px;
}
ul.post_list_text.stacked li.post_item a div.post_meta {
  margin-right: 0;
  margin-bottom: 8px;
}
ul.post_list_text.stacked li.post_item a span.title {
  padding-right: 0;
  width: 100%;
  font-size: 1.1rem;
}
ul.post_list_text.stacked li.post_item a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.post_list_text.stacked li.post_item a:hover:after {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}

/*──────────────────────────────────────────
ul.post_list_horizontal (横並び・サムネイルあり)
──────────────────────────────────────────*/
ul.post_list_horizontal {
  margin: 0 auto;
  display: block;
}
ul.post_list_horizontal li.post_item {
  border-bottom: 1px solid #E3E1D7;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
ul.post_list_horizontal li.post_item:hover {
  background-color: rgba(0, 164, 105, 0.02);
}
ul.post_list_horizontal li.post_item:hover a .post_item_thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
ul.post_list_horizontal li.post_item:hover a .post_item_content span.title {
  color: #00A469;
}
ul.post_list_horizontal li.post_item:first-child {
  border-top: 1px solid #E3E1D7;
}
@media (max-width: 767.98px) {
  ul.post_list_horizontal li.post_item:first-child {
    border-top: none;
  }
}
ul.post_list_horizontal li.post_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  text-decoration: none;
  color: inherit;
  gap: 60px;
}
ul.post_list_horizontal li.post_item a .post_item_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.post_list_horizontal li.post_item a .post_item_content .post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
ul.post_list_horizontal li.post_item a .post_item_content .post_meta span.date {
  display: block;
  font-size: 0.8rem;
  color: #757575;
  font-weight: 500;
}
ul.post_list_horizontal li.post_item a .post_item_content .post_meta .cat {
  font-size: 0.7rem;
  color: #ffffff;
  background: #00A469;
  padding: 2px 10px;
  border-radius: 20px;
  line-height: 1.4;
  font-weight: 500;
}
ul.post_list_horizontal li.post_item a .post_item_content span.title {
  display: block;
  color: #333333;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
ul.post_list_horizontal li.post_item a .post_item_content .excerpt {
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
ul.post_list_horizontal li.post_item a .post_item_thumb {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 20px;
}
ul.post_list_horizontal li.post_item a .post_item_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 1023.98px) {
  ul.post_list_horizontal li.post_item a {
    gap: 30px;
  }
  ul.post_list_horizontal li.post_item a .post_item_thumb {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    aspect-ratio: 3/2;
  }
}
@media (max-width: 767.98px) {
  ul.post_list_horizontal li.post_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
    padding: 20px 0;
  }
  ul.post_list_horizontal li.post_item a .post_item_thumb {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  ul.post_list_horizontal li.post_item a .post_item_content .post_meta {
    margin-bottom: 5px;
  }
  ul.post_list_horizontal li.post_item a .post_item_content .post_meta span.date {
    font-size: 0.8rem;
  }
  ul.post_list_horizontal li.post_item a .post_item_content .post_meta span.title {
    font-size: 1rem;
  }
  ul.post_list_horizontal li.post_item a .post_item_content .post_meta .excerpt {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
ul.post_list_horizontal li.nopost {
  padding: 60px 0;
  text-align: center;
  color: #757575;
  font-size: 1.1rem;
}

/*pages
───────────────────────*/
/* Front Page Styles */
#mv {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  #mv {
    margin-top: 100px;
  }
}
@media (max-width: 767.98px) {
  #mv {
    margin-top: 0;
  }
}
#mv {
  /* メインビジュアルスライダーエリア（全幅） */
}
#mv .mv_image {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/8;
}
@media (max-width: 1023.98px) {
  #mv .mv_image {
    aspect-ratio: 16/10;
  }
}
@media (max-width: 767.98px) {
  #mv .mv_image {
    width: 100%;
    height: 75vh;
    aspect-ratio: auto;
  }
}
#mv .mv_image .mv_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
#mv .mv_image .mv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
#mv .mv_image .mv_slide.is-active {
  opacity: 1;
  visibility: visible;
}
#mv .mv_image .mv_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv {
  /* オーバーレイコンテンツ：タイトルなどをスライダーの上に配置 */
}
#mv .mv_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
}
#mv .mv_content .mv_sidemenu_title {
  pointer-events: auto;
  width: auto;
  max-width: 90%;
  padding: 0 0 3% 3%;
}
@media (max-width: 1023.98px) {
  #mv .mv_content .mv_sidemenu_title {
    padding-left: 3%;
  }
}
@media (max-width: 767.98px) {
  #mv .mv_content .mv_sidemenu_title {
    padding-left: 15px;
    padding-bottom: 60px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
#mv .mv_content .mv_sidemenu_title h2 span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.3em 0.8em;
  margin-bottom: 0.4em;
  font-size: min(1.8rem, 2vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  color: #00A469;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
}
@media (max-width: 1023.98px) {
  #mv .mv_content .mv_sidemenu_title h2 span {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  #mv .mv_content .mv_sidemenu_title h2 span {
    font-size: 1.4rem;
    padding: 4px 10px;
  }
}
#mv {
  /* MV Pagination (右端、上下中央に縦並び) */
}
#mv .mv-pagination {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  z-index: 10;
}
#mv .mv-pagination span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#mv .mv-pagination span:hover {
  background: rgb(255, 255, 255);
}
#mv .mv-pagination span.is-active {
  background: #00A469;
  height: 35px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  #mv .mv-pagination {
    right: 12px;
    top: 50%;
    gap: 10px;
  }
  #mv .mv-pagination span {
    width: 10px;
    height: 10px;
  }
  #mv .mv-pagination span.is-active {
    height: 25px;
  }
}
#mv {
  /* MV Navigation (右下、横並び) */
}
#mv .mv-navigation {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  z-index: 10;
}
#mv .mv-navigation .mv-button-prev,
#mv .mv-navigation .mv-button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #00A469;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#mv .mv-navigation .mv-button-prev .material-symbols-outlined,
#mv .mv-navigation .mv-button-next .material-symbols-outlined {
  font-size: 1.6rem;
  font-weight: 700;
  color: #00A469;
}
#mv .mv-navigation .mv-button-prev:hover,
#mv .mv-navigation .mv-button-next:hover {
  background: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023.98px) {
  #mv .mv-navigation {
    right: 20px;
    bottom: 20px;
  }
  #mv .mv-navigation .mv-button-prev,
  #mv .mv-navigation .mv-button-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  #mv .mv-navigation {
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }
  #mv .mv-navigation .mv-button-prev,
  #mv .mv-navigation .mv-button-next {
    width: 48px;
    height: 48px;
  }
  #mv .mv-navigation .mv-button-prev .material-symbols-outlined,
  #mv .mv-navigation .mv-button-next .material-symbols-outlined {
    font-size: 1.2rem;
  }
}

.home_mission {
  margin: 100px auto;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .home_mission {
    margin: 0px auto;
  }
}
@media (max-width: 767.98px) {
  .home_mission {
    margin: 10px auto 40px;
    width: 100%;
    display: block;
  }
}
.home_mission .mission_content {
  position: relative;
  height: 500px;
}
@media (max-width: 1023.98px) {
  .home_mission .mission_content {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .home_mission .mission_content {
    height: auto;
    position: static;
    height: auto;
  }
}
.home_mission .mission_content img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media (max-width: 1023.98px) {
  .home_mission .mission_content img {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .home_mission .mission_content img {
    display: none;
  }
}
.home_mission .mission_content .mission_text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin-top: -30px;
}
.home_mission .mission_content .mission_text p {
  font-size: 1.3rem;
  margin-bottom: 1em;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
.home_mission .mission_content .mission_text a {
  font-size: 1rem;
  font-weight: bold;
  color: #00A469;
  display: inline-block;
  border-bottom: 2px solid #00A469;
}
@media (max-width: 1023.98px) {
  .home_mission .mission_content .mission_text {
    margin-top: -15px;
  }
  .home_mission .mission_content .mission_text a {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .home_mission .mission_content .mission_text {
    position: static;
    margin: 0;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .home_mission .mission_content .mission_text p {
    font-size: 1rem !important;
    line-height: 2;
    margin-bottom: 20px;
  }
  .home_mission .mission_content .mission_text a {
    border-bottom: 1px solid #00A469;
    font-weight: 500;
  }
}

.home_columns {
  padding: 100px 0;
  background: url(../images/general/news_bg.webp) top center no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1023.98px) {
  .home_columns {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .home_columns {
    padding: 60px 0 !important;
  }
}
.home_columns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L1200,0 L1200,20 C1000,35 800,5 600,20 C400,35 200,5 0,20 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 100% 40px;
  background-repeat: no-repeat;
  z-index: 2;
}
.home_columns::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'%3E%3Cpath d='M0,40 L1200,40 L1200,20 C1000,5 800,35 600,20 C400,5 200,35 0,20 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 100% 40px;
  background-repeat: no-repeat;
  z-index: 2;
}
.home_columns .columns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1023.98px) {
  .home_columns .columns_wrapper {
    gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .home_columns .columns_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 95%;
  }
}
.home_columns .column_item {
  width: 48%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023.98px) {
  .home_columns .column_item {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  .home_columns .column_item {
    width: 100%;
    padding: 20px;
  }
}
.home_columns .column_item .column_header {
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.home_columns .column_item .column_header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin: 0;
  color: #ffffff;
}
.home_columns .column_item .column_header h2 .material-symbols-outlined {
  margin-right: 5px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .home_columns .column_item .column_header h2 {
    font-size: 1.1rem;
  }
}
.home_columns .column_item.news_column .column_header {
  background-color: #F29C9F;
}
.home_columns .column_item.useful_column .column_header {
  background-color: #84BAE5;
}
.home_columns .column_item.training_column {
  width: 100%;
}
.home_columns .column_item.training_column .column_header {
  background-color: #F7B633;
}
.home_columns .column_item.training_column .training_list .training_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .home_columns .column_item.training_column .training_list .training_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home_columns .column_item.training_column .training_list .training_item .training_date {
  width: 15%;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #eee;
  padding-right: 20px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .home_columns .column_item.training_column .training_list .training_item .training_date {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-right: 0;
    padding-bottom: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
  }
}
.home_columns .column_item.training_column .training_list .training_item .training_date .year {
  display: block;
  font-size: 1.2rem;
}
.home_columns .column_item.training_column .training_list .training_item .training_date .date {
  font-size: 1.8rem;
}
.home_columns .column_item.training_column .training_list .training_item .training_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home_columns .column_item.training_column .training_list .training_item .training_content h3 {
  margin: 0 0 10px 0;
  font-size: 1.1rem;
}
.home_columns .column_item.training_column .training_list .training_item .training_content h3 a {
  color: #333;
  text-decoration: none;
}
.home_columns .column_item.training_column .training_list .training_item .training_content h3 a:hover {
  color: #e8a753;
  text-decoration: underline;
}
.home_columns .column_item.training_column .training_list .training_item .training_content .training_meta {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
}
.home_columns .column_item.training_column .training_list .training_item .training_status {
  width: 15%;
  text-align: right;
}
@media (max-width: 767.98px) {
  .home_columns .column_item.training_column .training_list .training_item .training_status {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
.home_columns .column_item.training_column .training_list .training_item .training_status .status_badge {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: bold;
}
.home_columns .column_item.training_column .training_list .training_item .training_status .status_badge.accepting {
  color: #d37070;
  border: 1px solid #d37070;
}
.home_columns .column_item .info_list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.home_columns .column_item .info_list li {
  border-bottom: 1px solid #eee;
}
.home_columns .column_item .info_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  gap: 15px;
}
.home_columns .column_item .info_list li a .info_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home_columns .column_item .info_list li a .info_text .date {
  display: block;
  font-size: 0.8rem;
  color: #757575;
  font-weight: bold;
}
.home_columns .column_item .info_list li a .info_text .title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}
.home_columns .column_item .info_list li a .info_thumb {
  width: 140px;
  aspect-ratio: 16/9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.home_columns .column_item .info_list li a .info_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_columns .column_item .info_list li a:hover {
  opacity: 0.7;
}
.home_columns .column_item .more_btn {
  text-align: center;
  margin-top: 30px;
}

.section_title_bar h2 {
  font-size: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  color: #333333;
}
.section_title_bar h2 .material-symbols-outlined {
  font-size: 2.2rem;
  color: #00A469;
  margin: 0 5px 0 0;
}
@media (max-width: 767.98px) {
  .section_title_bar h2 {
    font-size: 1.3rem;
  }
  .section_title_bar h2 .material-symbols-outlined {
    font-size: 2rem;
  }
}

.home_works {
  padding: 80px 0 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  .home_works {
    padding: 20px 0 0;
  }
}
.home_works::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 100%;
  background: url(../images/suisai/suisai_1.png) top right no-repeat;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .home_works::before {
    width: 250px;
    right: 0;
  }
}
.home_works .works_slider_wrapper {
  padding: 0 0 50px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home_works .works_slider_wrapper {
    padding: 0 0 40px;
    margin-top: 20px;
  }
}
.home_works .works_slider_wrapper .works_slider_outer {
  width: 100%;
  position: relative;
}
.home_works .works_slider_wrapper .works_slider_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.home_works .works_slider_wrapper .works_slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  height: auto;
  padding: 20px 0 0;
  opacity: 0.3;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  display: block;
}
.home_works .works_slider_wrapper .works_slide.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home_works .works_slider_wrapper .works_slide.is-active .slide_inner {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media (max-width: 767.98px) {
  .home_works .works_slider_wrapper .works_slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    padding: 10px 0;
  }
}
.home_works .works_slider_wrapper .works_slide .slide_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 65%;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 60px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  .home_works .works_slider_wrapper .works_slide .slide_inner {
    width: 92%;
    margin: 0 auto;
    grid-template-columns: 100%;
    gap: 25px;
    padding: 30px 20px;
  }
}
.home_works .works_slider_wrapper .works_slide {
  /* 左側：導入コンテンツ */
}
.home_works .works_slider_wrapper .works_slide .slide_content_left {
  text-align: center;
}
.home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro .icon_wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
}
.home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro .icon_wrap .material-symbols-outlined {
  color: #fff;
  font-size: 2.5rem;
}
.home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro .icon_wrap.icon_katsudou {
  background: #F29C9F;
}
.home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro .icon_wrap.icon_mirai {
  background: #F7B633;
}
@media (max-width: 767.98px) {
  .home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro .icon_wrap {
    width: 60px;
    height: 60px;
  }
  .home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro .icon_wrap .material-symbols-outlined {
    font-size: 2rem;
  }
}
.home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333333;
  display: block;
  border: none;
  letter-spacing: 0.1rem;
}
@media (max-width: 767.98px) {
  .home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
.home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro .description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro .description {
    font-size: 0.85rem;
    margin-bottom: 25px;
  }
}
.home_works .works_slider_wrapper .works_slide .slide_content_left .slide_intro .slide_btn {
  margin-top: 10px;
}
.home_works .works_slider_wrapper .works_slide {
  /* 右側：記事リスト/画像 */
}
.home_works .works_slider_wrapper .works_slide .slide_content_right > img {
  border-radius: 20px;
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 767.98px) {
  .home_works .works_slider_wrapper .works_slide .slide_content_right > img {
    display: none;
  }
}
.home_works .works_slider_wrapper .works_slide .slide_content_right ul.mirai_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .home_works .works_slider_wrapper .works_slide .slide_content_right ul.mirai_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.home_works .works_slider_wrapper .works_slide .slide_content_right ul.mirai_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #E3E1D7;
  text-align: center;
}
.home_works .works_slider_wrapper .works_slide .slide_content_right ul.mirai_list li:first-child {
  border-left: 1px solid #E3E1D7;
}
@media (max-width: 767.98px) {
  .home_works .works_slider_wrapper .works_slide .slide_content_right ul.mirai_list li {
    border: 1px solid #E3E1D7;
    border-radius: 8px;
  }
}
.home_works .works_slider_wrapper .works_slide .slide_content_right ul.mirai_list li a {
  display: block;
  font-size: 0.85rem;
  color: #00A469;
  font-weight: 600;
  padding: 8px 0;
}
.home_works .works_slider_wrapper .works_slide .slide_content_right ul.mirai_list li a:hover {
  background-color: #f5f5f5;
}
.home_works .works_slider_wrapper .works_slide .slide_content_right ul.post_list_text {
  margin: 0;
}
.home_works .works_slider_wrapper .works_slide .slide_content_right ul.post_list_text li.post_item a {
  padding: 22px 10px;
}
@media (max-width: 767.98px) {
  .home_works .works_slider_wrapper .works_slide .slide_content_right ul.post_list_text li.post_item a {
    padding: 12px 5px;
  }
}
.home_works .works_slider_wrapper {
  /* パジネーション・ナビゲーション集約 */
}
.home_works .works_slider_wrapper .works-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  z-index: 10;
}
.home_works .works_slider_wrapper .works-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.home_works .works_slider_wrapper .works-pagination .swiper-pagination-bullet-active {
  background: #84BAE5;
  width: 28px;
  border-radius: 10px;
}
.home_works .works_slider_wrapper .works-pagination span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_works .works_slider_wrapper .works-pagination span.is-active {
  background: #84BAE5;
  width: 28px;
  border-radius: 10px;
}
.home_works .works_slider_wrapper .works-button-prev,
.home_works .works_slider_wrapper .works-button-next {
  width: 60px;
  height: 60px;
  color: #00A469;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.home_works .works_slider_wrapper .works-button-prev .material-symbols-outlined,
.home_works .works_slider_wrapper .works-button-next .material-symbols-outlined {
  font-size: 3.5rem;
  font-weight: 600;
  opacity: 0.4;
  color: #00A469;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_works .works_slider_wrapper .works-button-prev:hover .material-symbols-outlined,
.home_works .works_slider_wrapper .works-button-next:hover .material-symbols-outlined {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1100px) {
  .home_works .works_slider_wrapper .works-button-prev,
  .home_works .works_slider_wrapper .works-button-next {
    display: none;
  }
}
.home_works .works_slider_wrapper .works-button-prev {
  left: 3%;
}
.home_works .works_slider_wrapper .works-button-next {
  right: 3%;
}

.home_newsletters {
  padding: 40px 0 60px;
  background-color: #F3F9F3;
  position: relative;
  margin: 80px 0 100px;
}
@media (max-width: 767.98px) {
  .home_newsletters {
    padding: 30px 0 30px;
    margin: 60px 0;
  }
}
.home_newsletters::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'%3E%3Cpath d='M0,40 L1200,40 L1200,20 C1000,5 800,35 600,20 C400,5 200,35 0,20 Z' fill='%23F3F9F3'/%3E%3C/svg%3E");
  background-size: 100% 40px;
  background-repeat: no-repeat;
  z-index: 1;
}
.home_newsletters::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L1200,0 L1200,20 C1000,35 800,5 600,20 C400,35 200,5 0,20 Z' fill='%23F3F9F3'/%3E%3C/svg%3E");
  background-size: 100% 40px;
  background-repeat: no-repeat;
  z-index: 1;
}
.home_newsletters .newsletter_updates_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin: 40px 0 0;
}
@media (max-width: 1024px) {
  .home_newsletters .newsletter_updates_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .home_newsletters .newsletter_updates_container {
    margin: 20px 0 0;
  }
}
.home_newsletters .newsletter_updates_container .newsletter_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .home_newsletters .newsletter_updates_container .newsletter_item:first-of-type {
    margin-bottom: 20px;
  }
}
.home_newsletters .newsletter_updates_container .newsletter_item.item_dayori .card_tag {
  background: #84BAE5 !important;
}
.home_newsletters .newsletter_updates_container .newsletter_item.item_tetsunagi .card_tag {
  background: #F7B633 !important;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  gap: 30px;
}
@media (max-width: 1100px) {
  .home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_inner {
    gap: 20px;
    padding: 30px 20px 20px;
  }
}
@media (max-width: 1024px) {
  .home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 600px) {
  .home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_thumb {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 600px) {
  .home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_thumb {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 160px;
    margin: 0 auto;
  }
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_thumb .card_tag {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 10;
  background: #ccc;
  color: #fff;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.414;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #eee;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  border-radius: 4px;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_body .date {
  display: block;
  font-size: 0.75rem;
  color: #757575;
  font-weight: 400;
  margin-bottom: 2px;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_body .title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 12px;
  height: auto;
  display: block;
  -webkit-line-clamp: initial;
  color: #00A469;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_body .excerpt {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_body .excerpt p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
  display: block;
  text-align: justify;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_body .card_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  color: #00A469;
  font-weight: 700;
  font-size: 0.9rem;
  -webkit-transition: gap 0.3s;
  transition: gap 0.3s;
  margin-top: auto;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_body .card_footer span.view_label {
  font-size: 0.9rem;
  color: #00A469;
  font-weight: 600;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card .card_body .card_footer .material-symbols-outlined {
  font-size: 1.2rem;
  font-variation-settings: "FILL" 0, "wght" 600;
  color: #00A469;
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.home_newsletters .newsletter_updates_container .newsletter_item .newsletter_card:hover .card_thumb img {
  -webkit-transform: scale(1.03) rotate(1deg);
          transform: scale(1.03) rotate(1deg);
}
.home_newsletters .newsletter_updates_container .newsletter_more {
  padding: 0;
  margin: 0;
}
.home_newsletters .newsletter_updates_container .newsletter_more a {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 0.95rem;
  font-weight: 500;
  background: #f8f8f8;
  color: #666;
  border: 1px solid #eee;
  border-radius: 12px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_newsletters .newsletter_updates_container .newsletter_more a:hover {
  background: #00A469;
  color: #fff;
  border-color: #00A469;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.home_video {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home_video::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 280px;
  height: 100%;
  background: url(../images/suisai/suisai_4.png) bottom right no-repeat;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .home_video {
    padding-bottom: 30px;
  }
  .home_video::before {
    left: -8%;
  }
}
.home_video .video_layout_inner {
  display: grid;
  grid-template-columns: 55% 10% 35%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .home_video .video_layout_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    flex-direction: column;
    gap: 30px;
  }
}
.home_video .video_text_content {
  grid-column: 1/3;
  grid-row: 1;
  background-color: #FFEF8F;
  padding: 50px 22% 50px 50px;
  border-radius: 30px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .home_video .video_text_content {
    width: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    z-index: 2;
  }
}
.home_video .video_text_content .video_titles {
  margin-bottom: 25px;
}
.home_video .video_text_content .video_titles h2 {
  font-size: 1.67rem;
  font-weight: bold;
  color: #A46305;
  margin-bottom: 2px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  border: none;
  padding: 0;
  display: block;
}
.home_video .video_text_content .video_titles .sub_title {
  display: block;
  font-size: 0.9rem;
  color: #A46305;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .home_video .video_text_content .video_titles {
    margin-bottom: 20px;
    text-align: center;
  }
  .home_video .video_text_content .video_titles h2 {
    font-size: 1.3rem;
  }
}
.home_video .video_text_content .video_description p {
  margin: 0;
  line-height: 1.8;
  font-size: 0.95rem;
  color: #A46305;
  font-weight: 500;
  text-align: justify;
}
.home_video .video_media_wrapper {
  grid-column: 2/4;
  grid-row: 1;
  z-index: 2;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .home_video .video_media_wrapper {
    width: 100%;
    max-width: 600px;
    margin: -10px auto 0;
    z-index: 1;
  }
}
.home_video .video_media_wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.home_video .video_media_wrapper .video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  z-index: 5;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}
.home_video .video_media_wrapper .video_overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.home_video .video_media_wrapper .video_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #A46305 !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.home_video .video_media_wrapper .video_play_btn .material-symbols-outlined {
  font-size: 3rem;
  font-variation-settings: "FILL" 1;
  color: #A46305 !important;
}
.home_video .video_media_wrapper .video_play_btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.home_video .video_media_wrapper:hover .video_play_btn {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  background-color: #fff;
}

.subpages_wrapper {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: hidden;
}
.subpages_wrapper::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 400px;
  height: 300px;
  background: url(../images/suisai/suisai_1.png) top right no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}
.subpages_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 400px;
  height: 300px;
  background: url(../images/suisai/suisai_4.png) bottom left no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .subpages_wrapper::before {
    width: 300px;
    height: 200px;
    top: 0;
    right: -30px;
  }
  .subpages_wrapper::after {
    width: 300px;
    height: 200px;
    bottom: 0;
    left: 0;
  }
}

.more_btn {
  text-align: right;
}

/*──────────────────────────────────────────
セクションアイテム
──────────────────────────────────────────*/
.section_item {
  margin: 0 auto 100px;
}
.section_item.have_border {
  border-bottom: 1px solid #E3E1D7;
  padding-bottom: 50px;
  margin: 0 auto 50px;
}
@media (max-width: 767.98px) {
  .section_item {
    margin: 60px auto;
  }
  .section_item:first-of-type {
    margin: 0 auto 60px;
  }
}

.section_item_small {
  border-bottom: 1px dashed #E3E1D7;
  margin: 0 auto 30px;
}
.section_item_small:last-of-type {
  border: none;
}

.section_item_border {
  margin: 80px auto;
  border-top: 1px solid #E3E1D7;
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  .section_item_border {
    margin: 50px auto;
    border-top: 1px solid #E3E1D7;
    padding-top: 50px;
  }
}

.section_intro {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 80px;
  border-bottom: 1px dotted #E3E1D7;
}
.section_intro h2 {
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 auto 30px;
  line-height: 1.7;
}
.section_intro p {
  text-align: left;
  margin: 0 auto 80px;
  width: 65%;
}
.section_intro img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2.35/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-box-shadow: 0 0.4px 1.2px rgba(0, 0, 0, 0.01), 0 1px 3.4px rgba(0, 0, 0, 0.015), 0 2.4px 8.1px rgba(0, 0, 0, 0.02), 0 8px 27px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0.4px 1.2px rgba(0, 0, 0, 0.01), 0 1px 3.4px rgba(0, 0, 0, 0.015), 0 2.4px 8.1px rgba(0, 0, 0, 0.02), 0 8px 27px rgba(0, 0, 0, 0.03);
}
@media (max-width: 767.98px) {
  .section_intro {
    margin-bottom: 0;
  }
  .section_intro h2 {
    font-size: 1.1rem;
    margin: 20px auto;
    line-height: 1.7;
  }
  .section_intro p {
    margin: 0 auto 20px;
    width: 100%;
    text-align: justify;
  }
}

.section_item .section_sepalate,
.section_item_border .section_sepalate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_item .section_sepalate > div,
.section_item_border .section_sepalate > div {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}
.section_item .section_sepalate > div:first-of-type h3,
.section_item_border .section_sepalate > div:first-of-type h3 {
  color: #00A469;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: block;
}
.section_item .section_sepalate > div:first-of-type h3:after,
.section_item_border .section_sepalate > div:first-of-type h3:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 40px;
  height: 1px;
  background: #00A469;
  content: "";
  display: block;
}
.section_item .section_sepalate > div:last-of-type img,
.section_item_border .section_sepalate > div:last-of-type img {
  border-radius: 20px;
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_item ul.support_list,
.section_item_border ul.support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F5F6F7;
  padding: 60px 60px 40px;
}
.section_item ul.support_list li,
.section_item_border ul.support_list li {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  background: #ffffff;
  border-radius: 20px;
  margin: 0 0 20px 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_item ul.support_list li span,
.section_item_border ul.support_list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_item ul.support_list li span::before,
.section_item_border ul.support_list li span::before {
  width: 6px;
  height: 6px;
  background: #00A469;
  border-radius: 50px;
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
}
.section_item ul.single_list li,
.section_item_border ul.single_list li {
  background: #F4F6FA;
  border-radius: 20px;
  padding: 40px 40px 50px;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_item ul.single_list li:last-child,
.section_item_border ul.single_list li:last-child {
  margin: 0;
}
.section_item ul.single_list li > div:first-of-type,
.section_item_border ul.single_list li > div:first-of-type {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section_item ul.single_list li > div:first-of-type span,
.section_item_border ul.single_list li > div:first-of-type span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #00A469;
  font-weight: 500;
  display: block;
  margin: 0 0 10px;
}
.section_item ul.single_list li > div:first-of-type h3,
.section_item_border ul.single_list li > div:first-of-type h3 {
  text-align: center;
  font-weight: 500;
}
.section_item ul.single_list li > div:last-of-type,
.section_item_border ul.single_list li > div:last-of-type {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.section_item ul.single_list li > div:last-of-type p,
.section_item_border ul.single_list li > div:last-of-type p {
  margin-bottom: 0;
}
.section_item ul.double_list,
.section_item_border ul.double_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_item ul.double_list li,
.section_item_border ul.double_list li {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  background: #FAF8F4;
  padding: 20px 30px 30px;
  border-radius: 20px;
  margin: 0 0 30px;
  text-align: center;
}
.section_item ul.double_list li h3,
.section_item_border ul.double_list li h3 {
  display: block;
  color: #00A469;
  font-weight: 500;
  margin: 3px 0 20px;
}
.section_item ul.double_list li p,
.section_item_border ul.double_list li p {
  margin: 0;
  font-size: 0.95rem;
}
.section_item ul.quadruple_list,
.section_item_border ul.quadruple_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_item ul.quadruple_list li,
.section_item_border ul.quadruple_list li {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  background: #FAF8F4;
  padding: 20px 30px 30px;
  border-radius: 20px;
  margin: 0 0 30px;
  text-align: center;
}
.section_item ul.quadruple_list li h3,
.section_item_border ul.quadruple_list li h3 {
  display: block;
  font-weight: 500;
  margin: 10px 0 0;
}
.section_item ul.quadruple_list li > div,
.section_item_border ul.quadruple_list li > div {
  width: 150px;
  height: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px auto;
}
.section_item ul.quadruple_list li p,
.section_item_border ul.quadruple_list li p {
  margin: 0;
  font-size: 0.95rem;
  text-align: left;
  margin: 0;
}
.section_item ul.easy_voice_list,
.section_item_border ul.easy_voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_item ul.easy_voice_list li,
.section_item_border ul.easy_voice_list li {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  background: #F4F7FB;
  padding: 20px 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_item ul.easy_voice_list li .easy_voice_list_left div,
.section_item_border ul.easy_voice_list li .easy_voice_list_left div {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_item ul.easy_voice_list li .easy_voice_list_left div img,
.section_item_border ul.easy_voice_list li .easy_voice_list_left div img {
  height: 70px;
  width: auto;
}
.section_item ul.easy_voice_list li .easy_voice_list_left,
.section_item_border ul.easy_voice_list li .easy_voice_list_left {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  border-right: 1px solid #E3E1D7;
}
.section_item ul.easy_voice_list li .easy_voice_list_right,
.section_item_border ul.easy_voice_list li .easy_voice_list_right {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.section_item ul.easy_voice_list li .easy_voice_list_right span,
.section_item_border ul.easy_voice_list li .easy_voice_list_right span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.section_item ul.easy_voice_list li .easy_voice_list_right p,
.section_item_border ul.easy_voice_list li .easy_voice_list_right p {
  font-size: 0.9rem;
  margin: 0;
}
.section_item ul.step_list,
.section_item_border ul.step_list {
  width: 80%;
  margin: 0 auto;
}
.section_item ul.step_list li,
.section_item_border ul.step_list li {
  background: #00A469;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  margin: 0 auto 10px;
}
.section_item ul.step_list li span,
.section_item_border ul.step_list li span {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #00A469;
  margin: 0 40px 0 0;
}
.section_item ul.step_list li > div,
.section_item_border ul.step_list li > div {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
}
.section_item ul.step_list li > div h3,
.section_item_border ul.step_list li > div h3 {
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 10px;
}
.section_item ul.step_list li > div p,
.section_item_border ul.step_list li > div p {
  color: #ffffff;
  margin: 0;
}
.section_item .section_special,
.section_item_border .section_special {
  background: #F5F6F7;
  padding: 80px;
  text-align: center;
}
.section_item .section_special h3,
.section_item_border .section_special h3 {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: block;
}
.section_item .section_special h3:after,
.section_item_border .section_special h3:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  width: 40px;
  height: 1px;
  background: #00A469;
  content: "";
  display: block;
}
.section_item .section_special p,
.section_item_border .section_special p {
  text-align: left;
}
.section_item .section_special .special_image,
.section_item_border .section_special .special_image {
  margin: 60px auto 0;
  width: 600px;
  height: 300px;
  background: #ffffff;
}
.section_item .section_special .special_image a,
.section_item_border .section_special .special_image a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section_item .section_special .special_image a img,
.section_item_border .section_special .special_image a img {
  width: 300px;
}
.section_item .section_special .special_image a:hover,
.section_item_border .section_special .special_image a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .section_item .section_sepalate,
  .section_item_border .section_sepalate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_item .section_sepalate > div:first-of-type h3,
  .section_item_border .section_sepalate > div:first-of-type h3 {
    font-size: 1rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .section_item .section_sepalate > div:first-of-type h3:after,
  .section_item_border .section_sepalate > div:first-of-type h3:after {
    width: 20px;
  }
  .section_item .section_sepalate > div:last-of-type img,
  .section_item_border .section_sepalate > div:last-of-type img {
    aspect-ratio: 16/9;
  }
  .section_item ul.support_list,
  .section_item_border ul.support_list {
    padding: 20px 20px 10px;
  }
  .section_item ul.support_list li,
  .section_item_border ul.support_list li {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin: 0 0 10px 0;
    padding: 10px;
  }
  .section_item ul.support_list li span,
  .section_item_border ul.support_list li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.8rem !important;
    line-height: 1.3;
  }
  .section_item ul.support_list li span::before,
  .section_item_border ul.support_list li span::before {
    display: none;
  }
  .section_item ul.single_list li,
  .section_item_border ul.single_list li {
    padding: 20px 30px 30px;
    margin: 0 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_item ul.single_list li:last-child,
  .section_item_border ul.single_list li:last-child {
    margin: 0;
  }
  .section_item ul.single_list li > div:first-of-type span,
  .section_item_border ul.single_list li > div:first-of-type span {
    font-size: 0.8rem !important;
    margin: 0 0 3px;
    opacity: 0.3;
  }
  .section_item ul.single_list li > div:first-of-type h3,
  .section_item_border ul.single_list li > div:first-of-type h3 {
    font-size: 1rem !important;
    margin: 0 0 10px;
    color: #00A469;
  }
  .section_item ul.double_list,
  .section_item_border ul.double_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_item ul.double_list li,
  .section_item_border ul.double_list li {
    padding: 20px 30px 30px;
    margin: 0 0 15px;
  }
  .section_item ul.double_list li h3,
  .section_item_border ul.double_list li h3 {
    font-size: 1rem !important;
    margin: 3px 0 20px;
  }
  .section_item ul.double_list li p,
  .section_item_border ul.double_list li p {
    font-size: 0.9rem !important;
  }
  .section_item ul.quadruple_list li,
  .section_item_border ul.quadruple_list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 15px;
    margin: 0 0 15px;
  }
  .section_item ul.quadruple_list li h3,
  .section_item_border ul.quadruple_list li h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #E57547;
  }
  .section_item ul.quadruple_list li > div,
  .section_item_border ul.quadruple_list li > div {
    display: none;
    width: auto;
    height: 120px;
    margin: 20px auto;
  }
  .section_item ul.quadruple_list li > div img,
  .section_item_border ul.quadruple_list li > div img {
    width: 100px;
    height: auto;
  }
  .section_item ul.quadruple_list li p,
  .section_item_border ul.quadruple_list li p {
    margin: 10px 0 0;
    font-size: 0.9rem;
  }
  .section_item ul.easy_voice_list,
  .section_item_border ul.easy_voice_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_item ul.easy_voice_list li,
  .section_item_border ul.easy_voice_list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 20px;
  }
  .section_item ul.easy_voice_list li:last-child,
  .section_item_border ul.easy_voice_list li:last-child {
    margin: 0;
  }
  .section_item ul.easy_voice_list li .easy_voice_list_left div,
  .section_item_border ul.easy_voice_list li .easy_voice_list_left div {
    width: 100px;
    height: 100px;
  }
  .section_item ul.easy_voice_list li .easy_voice_list_left div img,
  .section_item_border ul.easy_voice_list li .easy_voice_list_left div img {
    height: 60px;
    width: auto;
  }
  .section_item ul.easy_voice_list li .easy_voice_list_left,
  .section_item_border ul.easy_voice_list li .easy_voice_list_left {
    border: none;
  }
  .section_item ul.easy_voice_list li .easy_voice_list_right,
  .section_item_border ul.easy_voice_list li .easy_voice_list_right {
    margin: 10px 0 0;
    text-align: center;
  }
  .section_item ul.easy_voice_list li .easy_voice_list_right span,
  .section_item_border ul.easy_voice_list li .easy_voice_list_right span {
    font-weight: 500;
    font-size: 0.9rem;
  }
  .section_item ul.easy_voice_list li .easy_voice_list_right p,
  .section_item_border ul.easy_voice_list li .easy_voice_list_right p {
    font-size: 0.8rem !important;
    margin: 0;
    text-align: justify;
  }
  .section_item ul.step_list,
  .section_item_border ul.step_list {
    width: 100%;
  }
  .section_item ul.step_list li,
  .section_item_border ul.step_list li {
    padding: 20px;
  }
  .section_item ul.step_list li span,
  .section_item_border ul.step_list li span {
    width: 40px;
    height: 40px;
    background: #ffffff;
    margin: 0;
    font-size: 0.9rem;
  }
  .section_item ul.step_list li > div,
  .section_item_border ul.step_list li > div {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
  }
  .section_item ul.step_list li > div h3,
  .section_item_border ul.step_list li > div h3 {
    font-size: 0.9rem !important;
    margin: 0 0 5px;
  }
  .section_item ul.step_list li > div p,
  .section_item_border ul.step_list li > div p {
    font-size: 0.8rem !important;
  }
  .section_item .section_special,
  .section_item_border .section_special {
    padding: 30px 30px 40px;
  }
  .section_item .section_special h3,
  .section_item_border .section_special h3 {
    font-size: 1rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .section_item .section_special p,
  .section_item_border .section_special p {
    text-align: justify;
  }
  .section_item .section_special .special_image,
  .section_item_border .section_special .special_image {
    margin: 30px auto 0;
    width: 100%;
    height: 150px;
  }
  .section_item .section_special .special_image a img,
  .section_item_border .section_special .special_image a img {
    width: 60%;
  }
  .section_item .section_special .special_image a:hover,
  .section_item_border .section_special .special_image a:hover {
    opacity: 0.7;
  }
}
/*────────────────────────────
privacy-policy
────────────────────────────*/
.ppr {
  color: #333333;
  margin: 0 auto;
}
.ppr .subpages_wrapper {
  margin: 50px 0 100px;
}
.ppr .ppr_item {
  margin-bottom: 80px;
}
.ppr h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.ppr h3 {
  font-size: 1rem;
  font-weight: 500;
}
.ppr p {
  display: block;
  line-height: 1.7;
}
.ppr p span {
  display: block;
}
.ppr ul {
  margin: 0 0 0 1rem;
  list-style: square;
}
.ppr ul li {
  font-size: 0.9rem;
}
.ppr table {
  font-size: 0.8rem !important;
  margin-top: 40px;
}

/*───── タブレットビュー（769px〜1024px）─────*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ppr .subpages_wrapper {
    margin: 40px 0 60px;
  }
  .ppr .ppr_item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ppr {
    margin: 0 auto;
    border-bottom: 1px solid transparent;
  }
  .ppr .subpages_wrapper {
    margin: 40px 0 0;
  }
  .ppr .ppr_item {
    margin-bottom: 40px;
  }
  .ppr h2 {
    font-size: 0.9rem !important;
    margin-bottom: 1rem;
  }
  .ppr h3 {
    font-size: 0.9rem;
  }
  .ppr p {
    font-size: 0.8rem !important;
  }
  .ppr p span {
    font-size: 0.8rem !important;
  }
  .ppr ul {
    list-style: circle;
  }
  .ppr ul li {
    font-size: 0.8rem;
  }
  .ppr table {
    font-size: 0.8rem !important;
    margin-top: 40px;
  }
}
/*────────────────────────────
404
────────────────────────────*/
.error-page section > div {
  display: block;
  margin: 150px auto 150px;
  text-align: center;
  border: none;
}
.error-page .error_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
.error-page .error_title h1 {
  font-size: 5rem !important;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.error-page .error_title span.en {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
.error-page p {
  margin-bottom: 50px;
}

/*───── タブレットビュー（769px〜1024px）─────*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .error-page section > div {
    margin: 120px auto;
  }
  .error-page .error_title h1 {
    font-size: 4.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .error-page section > div {
    margin: 150px auto 90px;
  }
  .error-page .error_title {
    margin-bottom: 20px;
  }
  .error-page .error_title h1 {
    font-size: 4rem !important;
  }
  .error-page p {
    width: 80%;
    margin: 0 auto 30px;
  }
}
/*────────────────────────────
faq
────────────────────────────*/
.faq .faq_header {
  margin-bottom: 0;
  padding: 40px;
  background: #F3F6FA;
}
.faq .faq_header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .faq_header ul li {
  margin: 0 20px 0 0;
}
.faq .faq_header ul li a {
  background: #ffffff;
  padding: 15px 30px;
  color: #333333;
  border-radius: 20px;
}
.faq .faq_header ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .faq_header ul li a span::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cf";
  color: #00A469;
  font-weight: bold;
  margin: 0 0 0 7px;
}
.faq .faq_header ul li a:hover {
  background: #00A469;
}
.faq .faq_header ul li a:hover span {
  color: #ffffff;
}
.faq .faq_header ul li a:hover span::after {
  color: #ffffff;
}
.faq .faq_category_group {
  margin-bottom: 80px;
}
.faq .faq_category_group h2.faq_category_title {
  font-size: 1.2rem;
  color: #00A469;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .faq .faq_category_group {
    margin-bottom: 40px;
  }
  .faq .faq_category_group h2.faq_category_title {
    font-size: 1rem;
    margin: 0 0 -5px 0;
  }
}
.faq .faq_list {
  border-top: 1px solid #E3E1D7;
  background: transparent;
}
.faq .faq_item {
  border-bottom: 1px solid #E3E1D7;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.faq .faq_item dt.faq_question {
  padding: 15px 60px 15px 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block;
  border-left: 5px solid transparent;
}
.faq .faq_item dt.faq_question::after {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Symbols Outlined";
  content: "\e313";
  font-size: 1.8rem;
  color: #00A469;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq .faq_item dt.faq_question:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.98px) {
  .faq .faq_item dt.faq_question {
    padding: 13px 50px 13px 10px;
    font-size: 0.9rem;
  }
  .faq .faq_item dt.faq_question::before {
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .faq .faq_item dt.faq_question::after {
    right: 15px;
    font-size: 1.5rem;
  }
}
.faq .faq_item dd.faq_answer {
  padding: 20px 40px 25px 25px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.8;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  .faq .faq_item dd.faq_answer {
    padding: 0 20px;
    font-size: 0.9rem;
  }
}
.faq .faq_item.is-active {
  background: rgba(255, 255, 255, 0.85);
}
.faq .faq_item.is-active dt.faq_question {
  border-left: 5px solid #00A469;
}
.faq .faq_item.is-active dt.faq_question::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

/*───── タブレットビュー（769px〜1024px）─────*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faq .faq_header {
    padding: 30px;
  }
  .faq .faq_header ul li {
    margin: 0 15px 0 0;
  }
  .faq .faq_header ul li a {
    padding: 12px 20px;
  }
  .faq .faq_category_group {
    margin-bottom: 60px;
  }
  .faq .faq_category_group h2.faq_category_title {
    font-size: 1.1rem;
  }
  .faq .faq_item dt.faq_question {
    padding: 13px 50px 13px 15px;
  }
  .faq .faq_item dt.faq_question::after {
    right: 20px;
    font-size: 1.6rem;
  }
  .faq .faq_item dd.faq_answer {
    padding: 15px 30px 20px 20px;
  }
}
/*───────────────────────────────────
//about
───────────────────────────────────*/
.about #message {
  margin-bottom: 50px;
}
.about #message .about_intro .about_intro_content p {
  text-align: justify;
  margin: 0;
}
.about #message .about_intro .about_intro_content .sign {
  margin: 20px 0 0;
  text-align: right;
}
.about #message .about_intro .about_intro_content .sign span {
  display: block;
}
.about #message .about_intro .about_intro_content .sign span:first-of-type {
  font-size: 0.85rem;
}
.about #message .about_intro .about_intro_content .sign span:nth-of-type(2) {
  font-size: 1.1rem;
  color: #00A469;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .about #message .about_intro .about_intro_content .sign span:nth-of-type(2) {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .about #message .about_intro {
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about #message .about_intro .about_intro_content h2 {
    margin: 0 0 20px;
    font-size: 1.1rem;
  }
  .about #message .about_intro .about_intro_content h2 > span {
    font-size: 1.1rem;
  }
  .about #message .about_intro .about_intro_content p {
    text-align: justify;
  }
}
.about #activities .activities_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin-top: 25px;
  background: #F5F6F7;
  padding: 30px;
  border-radius: 20px;
}
.about #activities .activities_list li {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  padding-left: 15px;
  position: relative;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 15px 15px 30px;
}
.about #activities .activities_list li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #00A469;
}
@media (max-width: 767.98px) {
  .about #activities .activities_list {
    padding: 15px;
  }
  .about #activities .activities_list li {
    font-size: 0.9rem;
  }
  .about #activities .activities_list li::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 900px) {
  .about #activities .activities_list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.about #organization img {
  width: 60%;
  height: auto;
  border-radius: 20px;
  margin: 40px auto 0;
  display: block;
}
@media (max-width: 767.98px) {
  .about #organization img {
    width: 100%;
    margin: 20px auto 0;
  }
}
.about .about_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.about .about_buttons .btn_standard {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px;
  padding: 30px 1.5rem;
}
.about .about_buttons .btn_standard span {
  font-weight: 600;
}
.about .about_buttons .btn_standard span::before {
  font-family: "Material Symbols Outlined";
  content: "\e415";
  margin-right: 10px;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .about .about_buttons {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .about .about_buttons .btn_standard {
    width: 100%;
    min-width: auto;
    padding: 15px;
  }
}

/*───── タブレットビュー（769px〜1024px）─────*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about #message .about_intro .about_intro_content h2 {
    font-size: 1.2rem;
  }
  .about #message .about_intro .about_intro_content h2 > span {
    font-size: 1.2rem;
  }
  .about #activities .activities_list {
    gap: 15px 25px;
    padding: 25px;
  }
  .about #activities .activities_list li {
    font-size: 0.95rem;
    padding: 12px 12px 12px 25px;
  }
  .about #activities .activities_list li::before {
    left: 12px;
    width: 7px;
    height: 7px;
  }
  .about #organization img {
    width: 80%;
    margin: 30px auto 0;
  }
  .about .about_buttons {
    gap: 15px;
    margin-top: 20px;
  }
  .about .about_buttons .btn_standard {
    min-width: 220px;
    padding: 20px 1.2rem;
  }
}
/*───── スマホビュー（768px以下）─────*/
@media (max-width: 767.98px) {
  .section_pdfs {
    margin: 20px auto !important;
    padding-bottom: 30px !important;
  }
}
/*────────────────────────────
contact
────────────────────────────*/
.contact ol.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact ol.steps > li {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}
.contact ol.steps > li::before {
  position: absolute;
  top: 10px;
  left: 35px;
  width: 2px;
  height: 100%;
  background: #E3E1D7;
  content: "";
  z-index: -1;
}
.contact ol.steps > li:last-child::before {
  display: none;
}
.contact ol.steps > li h3 {
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00A469;
  background: #F5F6F7;
}
.contact ol.steps > li h3 span {
  background: #00A469;
  color: #ffffff;
  height: 100%;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0 15px 0 0;
}
.contact ol.steps > li .step_inner {
  padding: 30px 0 50px 80px;
}
.contact ol.steps > li .step_inner p {
  margin: 0;
}
.contact ol.steps > li .step_inner ul {
  background: #FAF8F4;
  border-radius: 20px;
  padding: 20px;
  margin: 20px 0 0;
}
.contact ol.steps > li .step_inner ul li {
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.contact ol.steps > li .step_inner ul li:last-child {
  margin: 0;
}
.contact ol.steps > li .step_inner ul li.ulheader {
  color: #00A469;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1rem;
}
.contact ol.steps > li .step_inner ul li span.title {
  font-size: 0.9rem;
  font-weight: 500;
}
.contact ol.steps > li .step_inner .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.contact ol.steps > li .step_inner .links a {
  padding: 10px 15px;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
}
.contact ol.steps > li .step_inner .links a img {
  width: 23px;
  height: auto;
  margin: 0 5px 0 0;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(101%) contrast(102%);
}
.contact ol.steps > li .step_inner .links a span {
  font-weight: 600;
  color: #fff;
}
.contact ol.steps > li .step_inner .links a.call {
  background: #E57547;
}
.contact ol.steps > li .step_inner .links a.form {
  background: #00A469;
}
.contact ol.steps > li .step_inner .links a.line {
  background: #06C657;
}
.contact .form_wrapper {
  background: #FAF8F4;
  padding: 20px 40px 0;
  border-radius: 20px;
}
.contact a.tel_item {
  background: #F3F9F3;
  border-radius: 20px;
  padding: 35px 30px 30px;
  text-align: center;
  border: none;
  width: 100%;
}
.contact a.tel_item span.number {
  color: #00A469;
  font-size: 2.2rem;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  border-bottom: 1px solid #00A469;
  line-height: 1;
  margin: 0 0 12px;
}
.contact a.tel_item span.number::before {
  font-family: "Material Symbols Outlined";
  content: "\e551";
  font-size: 1.6rem;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 1;
}
.contact a.tel_item span.number_info {
  display: block;
  font-size: 0.8rem;
}
.contact .yoyaku_houhou .yoyaku_houhou_item {
  margin-bottom: 50px;
}
.contact .yoyaku_houhou .yoyaku_houhou_item .section_title_small {
  margin-bottom: 30px;
}
.contact .houhou_line {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .houhou_line .houhou_line_content {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
}
.contact .houhou_line .houhou_line_content img {
  width: 240px;
  height: auto;
}
.contact .houhou_line .houhou_line_image {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.contact .houhou_line .houhou_line_image img {
  width: 100%;
  height: auto;
}

/*───── タブレットビュー（769px〜1024px）─────*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact ol.steps > li h3 {
    font-size: 1rem;
  }
  .contact ol.steps > li .step_inner {
    padding: 25px 0 40px 60px;
  }
  .contact ol.steps > li .step_inner .links {
    padding: 15px;
  }
  .contact ol.steps > li .step_inner .links a {
    padding: 8px 12px;
  }
  .contact ol.steps > li .step_inner .links a span {
    font-size: 0.9rem;
  }
  .contact .form_wrapper {
    padding: 15px 30px 0;
  }
  .contact a.tel_item {
    padding: 25px 20px 22px;
  }
  .contact a.tel_item span.number {
    font-size: 1.9rem;
  }
  .contact .houhou_line {
    gap: 20px;
  }
  .contact .houhou_line .houhou_line_content {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
  .contact .houhou_line .houhou_line_content img {
    width: 200px;
  }
  .contact .houhou_line .houhou_line_image {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media screen and (max-width: 768px) {
  .contact ol.steps > li::before {
    top: 10px;
    left: 15px;
    width: 2px;
  }
  .contact ol.steps > li h3 {
    font-size: 1rem !important;
  }
  .contact ol.steps > li h3 span {
    padding: 5px 8px;
    margin: 0 10px 0 0;
  }
  .contact ol.steps > li .step_inner {
    padding: 20px 0 30px 40px;
  }
  .contact ol.steps > li .step_inner ul {
    padding: 15px;
    margin: 15px 0 0;
  }
  .contact ol.steps > li .step_inner ul li:last-child {
    margin: 0;
  }
  .contact ol.steps > li .step_inner ul li.ulheader {
    margin-bottom: 10px;
    font-size: 0.9rem;
  }
  .contact ol.steps > li .step_inner .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .contact ol.steps > li .step_inner .links a {
    width: 100%;
    padding: 8px 15px;
    margin: 0 0 10px;
  }
  .contact ol.steps > li .step_inner .links a:last-of-type {
    margin: 0;
  }
  .contact ol.steps > li .step_inner .links a img {
    width: 20px;
  }
  .contact ol.steps > li .step_inner .links a span {
    font-size: 0.9rem;
  }
  .contact p.form_avobe {
    margin: 20px auto 0px;
    padding: 20px;
  }
  .contact .form_wrapper {
    padding: 5px 20px 5px;
    border-radius: 20px;
  }
  .contact ul.soudan_houhou {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact ul.soudan_houhou li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 15px 20px;
    margin: 0 0 20px;
  }
  .contact ul.soudan_houhou li > div {
    width: 120px;
    height: 100px;
  }
  .contact ul.soudan_houhou li span.title {
    font-size: 1rem;
  }
  .contact a.tel_item {
    padding: 22px 20px 20px;
    margin-top: 20px;
  }
  .contact a.tel_item span.number {
    font-size: 1.7rem;
    margin: 0 0 10px;
  }
  .contact a.tel_item span.number::before {
    font-size: 1.3rem;
    margin: 0 3px 0 0;
  }
  .contact a.tel_item span.number_info {
    font-size: 0.7rem;
  }
  .contact .yoyaku_houhou .yoyaku_houhou_item {
    margin-bottom: 40px;
  }
  .contact .yoyaku_houhou .yoyaku_houhou_item .section_title_small {
    margin-bottom: 10px;
  }
  .contact .houhou_line {
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .contact .houhou_line .houhou_line_content p {
    text-align: left;
  }
  .contact .houhou_line .houhou_line_content img {
    width: 70%;
    height: auto;
    margin: 0 0 30px;
  }
  .contact .houhou_line .houhou_line_image img {
    width: 50%;
    height: auto;
  }
}
/*────────────────────────────
thanks
────────────────────────────*/
.thanks .thankyou_content {
  margin: 60px 0 150px;
}
.thanks ul.thankyou_info {
  margin: 50px auto 60px;
  background: #F7F7F7;
  padding: 25px 20px;
  border-radius: 5px;
}
.thanks ul.thankyou_info li {
  display: block;
  color: #333333;
  font-size: 0.9rem;
  list-style: disc;
  margin: 0 0 10px;
}
.thanks ul.thankyou_info li:last-child {
  margin: 0;
}
.thanks ul.thankyou_info li a {
  display: inline-block;
  border-bottom: 1px solid #2980b9;
  color: #2980b9;
}
.thanks .backtohome {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanks .thankyou_content {
    margin: 50px 0;
  }
  .thanks ul.thankyou_info {
    margin: 30px auto 40px;
    padding: 25px 20px;
  }
  .thanks ul.thankyou_info li {
    font-size: 0.8rem;
  }
}
/*───────────────────────────────────
//activities
───────────────────────────────────*/
.activities #advocacy ul.post_list_horizontal {
  margin-bottom: 30px;
}

/*───────────────────────────────────
//hoikushikai
───────────────────────────────────*/
ul.bukai_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 25px;
}
ul.bukai_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px 20px;
  background-color: #ffffff;
  border: 1px solid #E3E1D7;
  border-radius: 20px;
  color: #333333;
  font-weight: 500;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  position: relative;
}
ul.bukai_list li a::before {
  font-family: "Material Symbols Outlined";
  content: "\f38f";
  font-size: 2rem;
  font-weight: 300;
  color: #00A469;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin: 0 0 -10px;
}
ul.bukai_list li a span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #757575;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
ul.bukai_list li a:hover {
  background-color: #00A469;
  border-color: #00A469;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 164, 105, 0.2);
          box-shadow: 0 5px 15px rgba(0, 164, 105, 0.2);
}
ul.bukai_list li a:hover::before,
ul.bukai_list li a:hover span {
  color: #ffffff;
}
@media (max-width: 1023.98px) {
  ul.bukai_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  ul.bukai_list li a {
    padding: 12px 10px;
    font-size: 0.85rem;
  }
}
@media (max-width: 767.98px) {
  ul.bukai_list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  ul.bukai_list li a {
    padding: 3px 20px 12px;
    font-size: 1rem;
  }
  ul.bukai_list li a::before {
    font-size: 2rem;
  }
  ul.bukai_list li a span {
    font-size: 0.8rem;
  }
}

@media (max-width: 1023.98px) {
  .journal_container {
    padding: 40px 0;
  }
}
.journal_container .journal_section {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.journal_container .journal_section:last-child {
  margin-bottom: 0;
  border-top: 1px dotted #E3E1D7;
  padding-top: 60px;
}
@media (max-width: 1023.98px) {
  .journal_container .journal_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
  }
}
.journal_container .journal_section .journal_title_area {
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .journal_container .journal_section .journal_title_area {
    margin-bottom: -30px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.journal_container .journal_section .journal_title_area h2 {
  font-size: 1.3rem;
  color: #00A469;
  margin: 0 0 25px 20px;
  display: block;
  font-weight: 700;
  position: relative;
}
.journal_container .journal_section .journal_title_area h2::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00A469;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}
@media (max-width: 767.98px) {
  .journal_container .journal_section .journal_title_area h2 {
    font-size: 1.1rem;
    margin: 0 0 10px 20px;
  }
  .journal_container .journal_section .journal_title_area h2::before {
    width: 6px;
    height: 6px;
  }
}
.journal_container .journal_section .journal_title_area p.description {
  line-height: 1.8;
  color: #363636;
  font-size: 1rem;
}
.journal_container .journal_section .journal_content_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767.98px) {
  .journal_container .journal_section .journal_content_area {
    width: 100%;
  }
}
.journal_container .journal_section .journal_content_area {
  /* newsletter_card (Front-page style synchronization) */
}
.journal_container .journal_section .journal_content_area .newsletter_card {
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.journal_container .journal_section .journal_content_area .newsletter_card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .journal_container .journal_section .journal_content_area .newsletter_card .card_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_thumb {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 1023.98px) {
  .journal_container .journal_section .journal_content_area .newsletter_card .card_thumb {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .journal_container .journal_section .journal_content_area .newsletter_card .card_thumb {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 160px;
    margin: 0 auto;
  }
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_thumb .card_tag {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 10;
  background: #00A469;
  color: #fff;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.414;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #eee;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  border-radius: 4px;
}
.journal_container .journal_section .journal_content_area .newsletter_card.item_dayori .card_tag {
  background: #84BAE5;
}
.journal_container .journal_section .journal_content_area .newsletter_card.item_tetsunagi .card_tag {
  background: #F7B633;
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023.98px) {
  .journal_container .journal_section .journal_content_area .newsletter_card .card_body {
    text-align: center;
  }
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_body .date {
  display: block;
  font-size: 0.75rem;
  color: #757575;
  font-weight: 400;
  margin-bottom: 2px;
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_body .title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  display: block;
  color: #00A469;
}
@media (max-width: 767.98px) {
  .journal_container .journal_section .journal_content_area .newsletter_card .card_body .title {
    text-align: center;
  }
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_body .excerpt {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_body .excerpt p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
  display: block;
  text-align: justify;
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_body .card_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  color: #00A469;
  font-weight: 700;
  font-size: 0.9rem;
  -webkit-transition: gap 0.3s;
  transition: gap 0.3s;
  margin-top: auto;
}
@media (max-width: 1023.98px) {
  .journal_container .journal_section .journal_content_area .newsletter_card .card_body .card_footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_body .card_footer span.view_label {
  font-size: 0.9rem;
  color: #00A469;
}
.journal_container .journal_section .journal_content_area .newsletter_card .card_body .card_footer .material-symbols-outlined {
  font-size: 1.2rem;
  font-variation-settings: "FILL" 0, "wght" 600;
  color: #00A469;
}
.journal_container .journal_section .journal_content_area .newsletter_card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.journal_container .journal_section .journal_content_area .newsletter_card:hover .card_thumb img {
  -webkit-transform: scale(1.03) rotate(1deg);
          transform: scale(1.03) rotate(1deg);
}
.journal_container .journal_section .journal_content_area .newsletter_card:hover .card_footer {
  gap: 12px;
}
.journal_container .journal_section .journal_content_area .archive_btn_wrap {
  text-align: right;
}
@media (max-width: 1023.98px) {
  .journal_container .journal_section .journal_content_area .archive_btn_wrap {
    text-align: center;
  }
}
.journal_container .journal_section .journal_content_area .archive_btn_wrap .btn_archive {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 40px;
  background: #ffffff;
  color: #998675;
  border: 2px solid #998675;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.journal_container .journal_section .journal_content_area .archive_btn_wrap .btn_archive:after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  margin-left: 10px;
  font-size: 1.2rem;
}
.journal_container .journal_section .journal_content_area .archive_btn_wrap .btn_archive:hover {
  background: #998675;
  color: #ffffff;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-box-shadow: 0 5px 15px rgba(153, 134, 117, 0.2);
          box-shadow: 0 5px 15px rgba(153, 134, 117, 0.2);
}

/*posts
───────────────────────*/
/*───────────────────────────────────
//Post
───────────────────────────────────*/
.post_archive .post_archive_inner {
  margin: 50px auto 150px;
}
.post_archive .post_archive_inner .blog_aside .blog_aside_cat:last-of-type {
  margin-top: 20px;
}
.post_archive .post_archive_inner .blog_aside .blog_aside_cat {
  margin: 0;
  position: relative;
  padding: 0;
}
.post_archive .post_archive_inner .blog_aside .blog_aside_cat span.title {
  display: block;
  margin: 0 0 10px 0;
  font-size: 0.9rem;
}
.post_archive .post_archive_inner .blog_aside .blog_aside_cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post_archive .post_archive_inner .blog_aside .blog_aside_cat ul li {
  margin: 0 12px 12px 0;
}
.post_archive .post_archive_inner .blog_aside .blog_aside_cat ul li a {
  border-radius: 3px;
  display: inline-block;
  color: #757575;
  background: #ffffff;
  position: relative;
  font-size: 0.9rem;
  border: 1px solid #E3E1D7;
  padding: 8px 16px;
}
.post_archive .post_archive_inner .blog_aside .blog_aside_cat ul li a.is-active {
  border-color: #00A469;
  color: #ffffff;
  background: #00A469;
}
.post_archive .post_archive_inner .blog_aside .blog_aside_cat ul li.current a {
  border-color: #00A469;
  color: #ffffff;
  background: #00A469;
}
.post_archive .post_archive_inner .blog_content {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

/*───── タブレットビュー（769px〜1024px）─────*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .post_archive .post_archive_inner {
    margin: 30px auto 80px;
  }
  .post_archive .post_archive_inner .blog_aside .blog_aside_cat ul li {
    margin: 0 8px 8px 0;
  }
  .post_archive .post_archive_inner .blog_aside .blog_aside_cat ul li a {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
}
/*───── スマホビュー（768px以下）─────*/
@media screen and (max-width: 768px) {
  .post_archive {
    padding-bottom: 0;
  }
  .post_archive .post_archive_inner {
    margin: 20px auto 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post_archive .post_archive_inner .blog_aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px 0 40px;
  }
  .post_archive .post_archive_inner .blog_aside .blog_aside_cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-bottom: 25px;
  }
  .post_archive .post_archive_inner .blog_aside .blog_aside_cat::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    height: 1px;
    width: 100%;
    content: "";
    background: #E3E1D7;
  }
  .post_archive .post_archive_inner .blog_aside .blog_aside_cat:last-of-type {
    margin-top: 0px;
    padding-bottom: 10px;
  }
  .post_archive .post_archive_inner .blog_aside .blog_aside_cat ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post_archive .post_archive_inner .blog_aside .blog_aside_cat ul li {
    margin: 0 6px 6px 0;
  }
  .post_archive .post_archive_inner .blog_aside .blog_aside_cat ul li:last-child {
    margin: 0 6px 6px 0;
  }
  .post_archive .post_archive_inner .blog_aside .blog_aside_cat ul li a {
    font-size: 0.8rem;
    padding: 4px 12px;
  }
}
.post_single .subpages_wrapper article header.entry-header {
  margin: 0 auto;
}
.post_single .subpages_wrapper article header.entry-header .page_title_single span.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  margin: 5px 0;
}
.post_single .subpages_wrapper article header.entry-header .page_title_single span.date::before {
  font-family: "Material Symbols Outlined";
  content: "\e8b5";
  font-size: 0.9rem;
  margin: 0 3px 0 0;
}
.post_single .subpages_wrapper article header.entry-header .page_title_single h1.single_title {
  font-size: 1.3rem;
  font-weight: 500;
}
.post_single .subpages_wrapper article header.entry-header .page_title_single .cat {
  margin: 10px 0 0;
}
.post_single .subpages_wrapper article header.entry-header .page_title_single .cat ul.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post_single .subpages_wrapper article header.entry-header .page_title_single .cat ul.post-categories li {
  margin: 0 15px 0 0;
}
.post_single .subpages_wrapper article header.entry-header .page_title_single .cat ul.post-categories li:last-child {
  margin: 0;
}
.post_single .subpages_wrapper article header.entry-header .page_title_single .cat ul.post-categories li a {
  background-color: #FAF8F4;
  padding: 3px 9px;
  border-radius: 3px;
  font-size: 0.8rem;
  color: #998675;
}
.post_single .subpages_wrapper article header.entry-header .page_title_single .cat > a {
  background-color: #FAF8F4;
  padding: 3px 9px;
  border-radius: 3px;
  font-size: 0.8rem;
  color: #998675;
  margin: 0 15px 0 0;
  display: inline-block;
}
.post_single .subpages_wrapper article header.entry-header .page_title_single .cat > a:last-of-type {
  margin: 0;
}
.post_single .subpages_wrapper article header.entry-header .post_thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px auto 0;
  border-radius: 20px;
}
.post_single .subpages_wrapper article section.entry-content {
  margin: 30px auto;
}
.post_single .subpages_wrapper article section.entry-content.works_content .works_text {
  border-top: 1px solid #E3E1D7;
  padding: 20px 0;
}
.post_single .subpages_wrapper article section.entry-content.works_content .works_gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post_single .subpages_wrapper article section.entry-content.works_content .works_gallery .gallery figure.gallery-item .gallery-icon img {
  width: 100%;
  height: auto;
}
.post_single .subpages_wrapper article section.entry-content h2 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 0.1rem;
  position: relative;
}
.post_single .subpages_wrapper article section.entry-content h2::before {
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background: #00A469;
  border-radius: 50px;
  content: "";
}
.post_single .subpages_wrapper article section.entry-content h3 {
  display: block;
  border-bottom: 1px solid #E3E1D7;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  padding: 3px 0;
  position: relative;
}
.post_single .subpages_wrapper article section.entry-content h3::before {
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 23px;
  background: #00A469;
  border-radius: 50px;
  content: "";
}
.post_single .subpages_wrapper article section.entry-content h4 {
  margin-bottom: 20px;
  font-size: 1rem;
  border-bottom: 1px solid #00A469;
  display: inline-block;
  padding: 3px 0;
}
.post_single .subpages_wrapper article section.entry-content p {
  margin-bottom: 1rem !important;
}
.post_single .subpages_wrapper article section.entry-content ul {
  margin: 0 0 0 1rem;
}
.post_single .subpages_wrapper article section.entry-content ol {
  margin: 0;
}
.post_single .subpages_wrapper article section.entry-content blockquote {
  background: #FAF8F4;
  padding: 20px;
  border-radius: 20px;
}
.post_single .subpages_wrapper article footer.entry-footer {
  margin: 0 0 80px;
  padding-top: 30px;
}
.post_single .subpages_wrapper article footer.entry-footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.post_single .subpages_wrapper article footer.entry-footer > div > span.ttl {
  font-size: 0.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.post_single .subpages_wrapper article footer.entry-footer > div.bc_wrapper {
  border-top: 1px solid #E3E1D7;
  padding: 10px 0 0;
}
.post_single .subpages_wrapper article footer.entry-footer > div.tag {
  border-bottom: 1px solid #E3E1D7;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.post_single .subpages_wrapper article footer.entry-footer > div.tag a {
  font-size: 0.9rem;
  border: 1px solid #E3E1D7;
  color: #757575;
  margin: 0 8px 0 0;
  padding: 3px 9px;
  border-radius: 20px;
}
.post_single .subpages_wrapper article footer.entry-footer > div.cat {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #E3E1D7;
}
.post_single .subpages_wrapper article footer.entry-footer > div.cat ul.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_single .subpages_wrapper article footer.entry-footer > div.cat ul.post-categories li {
  margin-right: 10px;
}
.post_single .subpages_wrapper article footer.entry-footer > div.cat ul.post-categories li a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
}
.post_single .subpages_wrapper article footer.entry-footer > div.cat ul.post-categories li > span {
  font-size: 0.9rem;
  font-weight: 200;
  color: #757575;
}
.post_single .subpages_wrapper article footer.entry-footer > div.share {
  margin: 20px 0 0;
}
.post_single .subpages_wrapper article footer.entry-footer > div.footer_navigator {
  margin: 50px 0 0;
}

/*───── タブレットビュー（769px〜1024px）─────*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .post_single .subpages_wrapper {
    /* タブレットでの上部マージンを縮小 */
    margin: 20px 0 0;
  }
  .post_single .subpages_wrapper article header.entry-header .page_title_single h1.single_title {
    font-size: 1.2rem;
  }
  .post_single .subpages_wrapper article header.entry-header .post_thumbnail img {
    margin: 15px auto 0;
  }
  .post_single .subpages_wrapper article section.entry-content {
    margin: 25px auto;
  }
  .post_single .subpages_wrapper article section.entry-content h2 {
    font-size: 1.3rem !important;
  }
  .post_single .subpages_wrapper article section.entry-content h2::before {
    left: -15px;
    width: 4px;
  }
  .post_single .subpages_wrapper article section.entry-content h3 {
    font-size: 1.1rem !important;
  }
  .post_single .subpages_wrapper article section.entry-content h3::before {
    left: -15px;
    width: 4px;
  }
  .post_single .subpages_wrapper article section.entry-content h4 {
    font-size: 0.95rem;
  }
  .post_single .subpages_wrapper article footer.entry-footer {
    margin: 0 0 50px;
    padding-top: 20px;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div {
    margin: 8px 0;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.tag a {
    font-size: 0.85rem;
    padding: 3px 8px;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.share {
    margin: 15px 0 0;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.footer_navigator {
    margin: 30px 0 0;
  }
}
/*───── スマホビュー（768px以下）─────*/
@media screen and (max-width: 768px) {
  .post_single .main_content {
    margin: 0 0 0px !important;
  }
  .post_single #subpages-header {
    background: none;
    padding-bottom: 0;
  }
  .post_single .subpages_wrapper {
    margin: 0px 0 0;
  }
  .post_single .subpages_wrapper .single_author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
    margin: 0 auto 30px;
  }
  .post_single .subpages_wrapper .single_author .author_image img {
    width: 90px;
    height: 90px;
  }
  .post_single .subpages_wrapper .single_author .author_content {
    text-align: center;
  }
  .post_single .subpages_wrapper .single_author .author_content .author_name {
    font-size: 1rem;
    line-height: 1;
    margin: 10px 0 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post_single .subpages_wrapper .single_author .author_content .author_name > span {
    font-size: 0.7rem;
    margin-right: 5px;
    padding: 0 3px;
  }
  .post_single .subpages_wrapper .single_author .author_content .author_post {
    margin: 5px 0 10px;
    display: block;
    font-size: 0.7rem;
  }
  .post_single .subpages_wrapper .single_author .author_content p {
    font-size: 0.8rem !important;
    padding-top: 10px;
    text-align: left;
  }
  .post_single .subpages_wrapper article header.entry-header {
    margin: 0 auto;
  }
  .post_single .subpages_wrapper article header.entry-header .page_title h1.single_title {
    font-size: 1.1rem;
  }
  .post_single .subpages_wrapper article header.entry-header .page_title span.date {
    font-size: 0.8rem;
    margin: 3px 0;
  }
  .post_single .subpages_wrapper article header.entry-header .page_title span.date::before {
    font-size: 0.8rem;
    margin: 0 3px 0 0;
  }
  .post_single .subpages_wrapper article header.entry-header img {
    width: 100%;
    height: auto;
    aspect-ratio: inherit;
    margin: 10px auto 0;
  }
  .post_single .subpages_wrapper article section.entry-content {
    margin: 20px auto;
  }
  .post_single .subpages_wrapper article section.entry-content.works_content .works_text {
    border-top: 1px solid #E3E1D7;
    padding: 20px 0;
  }
  .post_single .subpages_wrapper article section.entry-content.works_content .works_gallery .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post_single .subpages_wrapper article section.entry-content.works_content .works_gallery .gallery figure.gallery-item .gallery-icon img {
    width: 100%;
    height: auto;
  }
  .post_single .subpages_wrapper article section.entry-content h2 {
    font-size: 1rem !important;
    margin-left: 10px;
  }
  .post_single .subpages_wrapper article section.entry-content h2::before {
    position: absolute;
    left: -10px;
    width: 3px;
  }
  .post_single .subpages_wrapper article section.entry-content h3 {
    font-size: 1rem !important;
    padding: 2px 0;
    margin-left: 10px;
  }
  .post_single .subpages_wrapper article section.entry-content h3::before {
    left: -10px;
    width: 3px;
  }
  .post_single .subpages_wrapper article section.entry-content h4 {
    margin-bottom: 15px;
    font-size: 0.9rem;
    padding: 2px 0;
  }
  .post_single .subpages_wrapper article section.entry-content p {
    margin-bottom: 1rem !important;
  }
  .post_single .subpages_wrapper article section.entry-content blockquote {
    padding: 10px;
  }
  .post_single .subpages_wrapper article footer.entry-footer {
    margin: 0;
    padding-top: 15px;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5px 0;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div > span.ttl {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.tag {
    border-bottom: 1px solid #E3E1D7;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.tag a {
    font-size: 0.8rem;
    margin: 0 6px 6px 0;
    padding: 2px 8px;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.cat {
    padding: 0 0 10px 0;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.cat ul.post-categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.cat ul.post-categories li {
    margin-right: 5px;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.cat ul.post-categories li a {
    font-size: 0.8rem;
    color: #00A469;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.cat ul.post-categories li > span {
    font-size: 0.8rem;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.share {
    margin: 5px 0 0;
  }
  .post_single .subpages_wrapper article footer.entry-footer > div.footer_navigator {
    margin: 0;
  }
}
/*responsive
───────────────────────*/
/*──────────────────────────────────────────
competition page
──────────────────────────────────────────*/
.competition .section_title_h3 {
  margin-bottom: 20px;
}

.tbl_scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}

/* 研修会スケジュール・テーブル */
.scroll_hint {
  display: none;
}
@media (max-width: 767.98px) {
  .scroll_hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    margin: 0 auto 0;
  }
  .scroll_hint span {
    color: #757575;
    font-size: 0.8rem;
    font-weight: 500;
  }
  .scroll_hint .material-symbols-outlined {
    font-size: 1rem;
    color: #757575;
  }
}

.tbl_schedule {
  width: 100%;
  min-width: 800px;
  /* スマートフォンで横スクロールさせるために最小幅を指定 */
  border-collapse: collapse;
  background: #ffffff;
  margin: 0 auto;
}
.tbl_schedule thead tr {
  background: #F7F5F2;
}
.tbl_schedule thead th {
  padding: 0.5rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #998675;
  font-size: 0.95rem;
  white-space: nowrap;
  border-right: 3px dotted #ffffff;
}
.tbl_schedule thead th.date {
  width: 14%;
}
.tbl_schedule thead th.name {
  width: 34%;
}
.tbl_schedule thead th.venue {
  width: 18%;
}
.tbl_schedule thead th.lecturer {
  width: 18%;
}
.tbl_schedule thead th.status {
  width: 16%;
  text-align: center;
}
.tbl_schedule tbody tr {
  border-bottom: 1px solid #E3E1D7;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tbl_schedule tbody tr:hover {
  background: rgba(0, 164, 105, 0.05);
}
.tbl_schedule tbody td {
  padding: 1rem;
  vertical-align: middle;
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.6;
}
.tbl_schedule tbody td.date {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  font-size: 0.9rem;
}
.tbl_schedule tbody td.name {
  font-weight: 500;
}
.tbl_schedule tbody td.name a {
  color: #00A469;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-underline-offset: 3px;
}
.tbl_schedule tbody td.name a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tbl_schedule tbody td.status {
  text-align: center;
}
.tbl_schedule tbody td.status .status_label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  margin: 0 auto;
}
.tbl_schedule tbody td.status .status_label.is-accepting {
  background: #DC3A65;
}
.tbl_schedule tbody td.status .status_label.is-closed {
  background: #999;
}
.tbl_schedule tbody td.nopost {
  text-align: center;
  padding: 3rem 0;
  color: #999;
}

/* レスポンシブ対応 (モバイル表示の微調整) */
@media (max-width: 767.98px) {
  .tbl_schedule thead th {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
  }
  .tbl_schedule tbody td {
    font-size: 0.9rem;
    padding: 0.8rem;
  }
}
/* 年度フィルター */
.year_filter {
  margin: 0 auto 40px;
  padding: 20px;
  background: #FAF8F4;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.year_filter .filter_label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #333333;
}
.year_filter .filter_label::after {
  content: "：";
}
.year_filter .year_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.year_filter .year_list li a {
  display: inline-block;
  padding: 6px 15px;
  background: #ffffff;
  border: 1px solid #E3E1D7;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #757575;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.year_filter .year_list li a:hover {
  border-color: #00A469;
  color: #00A469;
}
.year_filter .year_list li a.is-active {
  background: #00A469;
  border-color: #00A469;
  color: #ffffff !important;
  font-weight: 600;
}

/*───── タブレットビュー（769px〜1024px）─────*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tbl_schedule thead th {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
  }
  .tbl_schedule tbody td {
    font-size: 0.9rem;
    padding: 0.8rem;
  }
  .year_filter {
    padding: 15px;
    gap: 12px;
  }
  .year_filter .filter_label {
    font-size: 0.9rem;
  }
  .year_filter .year_list {
    gap: 8px;
  }
  .year_filter .year_list li a {
    padding: 5px 12px;
    font-size: 0.85rem;
  }
}
/*───── スマホビュー（768px以下）─────*/
@media (max-width: 767.98px) {
  .year_filter {
    padding: 0;
    margin-bottom: 30px;
    background: transparent;
  }
  .year_filter .filter_label {
    margin-bottom: 5px;
    display: inline-block;
  }
  .year_filter .year_list {
    display: none;
  }
  .year_filter .year_select_wrap {
    width: 100% !important;
    position: relative;
    margin-top: -13px;
  }
  .year_filter .year_select_wrap::after {
    content: "expand_more";
    font-family: "Material Symbols Outlined";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    color: #757575;
  }
  .year_filter .year_select_wrap .year_select_filter {
    width: 100% !important;
    min-width: 100% !important;
    padding: 10px 15px;
    border: 1px solid #E3E1D7;
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 1rem;
    color: #333333;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  }
  .year_filter .year_select_wrap .year_select_filter:focus {
    outline: none;
    border-color: #00A469;
  }
}
/*──────────────────────────────────────────
熊本ほいく未来塾 single page
──────────────────────────────────────────*/
.single-miraijyuku .entry-attachments {
  margin: 50px auto 30px;
  padding: 30px;
  background: #FAF8F4;
  border-radius: 20px;
}
.single-miraijyuku .entry-attachments .attachment-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00A469;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.single-miraijyuku .entry-attachments .attachment-title::before {
  display: none;
}
.single-miraijyuku .entry-attachments .no-attachments {
  padding: 30px;
  text-align: center;
  color: #757575;
  font-size: 0.95rem;
  background: #ffffff;
  border-radius: 8px;
  border: 1px dashed #E3E1D7;
  margin: 0;
}
.single-miraijyuku .entry-attachments .attachment-list {
  list-style: none;
  padding: 0;
}
.single-miraijyuku .entry-attachments .attachment-list .attachment-item {
  margin-bottom: 15px;
}
.single-miraijyuku .entry-attachments .attachment-list .attachment-item:last-child {
  margin-bottom: 0;
}
.single-miraijyuku .entry-attachments .attachment-list .attachment-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #E3E1D7;
  border-radius: 8px;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.single-miraijyuku .entry-attachments .attachment-list .attachment-item a .material-symbols-outlined {
  color: #00A469;
  font-size: 1.5rem;
}
.single-miraijyuku .entry-attachments .attachment-list .attachment-item a .file-name {
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-miraijyuku .entry-attachments .attachment-list .attachment-item a .file-info {
  font-size: 0.8rem;
  color: #757575;
}
.single-miraijyuku .entry-attachments .attachment-list .attachment-item a:hover {
  border-color: #00A469;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: #fff;
}

/*───── タブレットビュー（769px〜1024px）─────*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .single-miraijyuku .entry-attachments {
    padding: 25px;
    margin: 40px auto 25px;
  }
  .single-miraijyuku .entry-attachments .attachment-title {
    font-size: 1.1rem;
  }
  .single-miraijyuku .entry-attachments .attachment-list .attachment-item a {
    padding: 10px 16px;
  }
  .single-miraijyuku .entry-attachments .attachment-list .attachment-item a .material-symbols-outlined {
    font-size: 1.3rem;
  }
}
/*───── スマホビュー（768px以下）─────*/
@media screen and (max-width: 768px) {
  .single-miraijyuku .entry-attachments {
    padding: 20px;
    margin: 30px auto 20px;
  }
  .single-miraijyuku .entry-attachments .attachment-title {
    font-size: 1rem;
  }
  .single-miraijyuku .entry-attachments .attachment-list .attachment-item a {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
  .single-miraijyuku .entry-attachments .attachment-list .attachment-item a .material-symbols-outlined {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=edit.css.map */