@charset "UTF-8";

/*-------------------------------------------------------------------------
							/共通部分/
-------------------------------------------------------------------------*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "Anaheim";
  src: url("../fonts/Anaheim.woff");
  font-weight: normal;
  font-style: normal;
}

*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --eng-font: "Figtree", sans-serif;
  --eng-acs: "Anaheim", sans-serif;
  --jp-font: "FP-こぶりなゴシック StdN W3", sans-serif;
  --jp-font-bold: "FP-こぶりなゴシック StdN W6", sans-serif;
  --main-color: #f2f2e9;
  --sub-color: #326a3a;
  --light-gray: #efefef;
  --white: #fff;
  --black: #2b2b2b;
  --v-first: 0px;
  --v-second: 0px;
  --v-third: 0px;
  --header-height: 0px;
  --fz-28: 28px;
  --fz-24: 24px;
  --fz-18: 18px;
  --fz-16: 16px;
  --fz-14: 14px;
  --fz-12: 12px;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  /* height: 100%; */
}
ul {
  list-style: none;
}
p,
h1,
h2,
h3,
h4,
li,
td,
th {
  line-height: 1;
  color: var(--black);
  font-family: var(--jp-font);
  letter-spacing: 0.025em;
}
p,
li {
  font-size: 16px;
  font-weight: 400;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 32px;
  font-weight: 500;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: unset;
  display: block;
  font-family: var(--jp-font);
  line-height: 1;
}
a[href*="tel:"] {
  font-size: inherit !important;
  color: #000 !important;
}
b {
  font-family: var(--jp-font-bold);
}
table {
  border-spacing: 0;
}
time {
  font-family: var(--eng-font);
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #707070;
}
small {
  font-size: 14px;
  font-family: var(--eng-font);
  line-height: 1;
}
.no-hover:hover {
  opacity: 1;
}
svg {
  display: block;
}
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #efefef inset;
}
.wpcf7 input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #fff inset;
}

[type="submit"]:not(:disabled) {
  cursor: pointer;
}
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
}
.pc-d {
  display: block;
}
.sp-d {
  display: none;
}
.eng {
  font-family: var(--eng-font);
  letter-spacing: 0.025em;
}
.strong {
  font-family: var(--jp-font-bold);
}
.light {
  font-weight: normal;
}
.bg {
  background-color: #000;
  opacity: 0.25;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 112;
  display: none;
}

@media screen and (max-width: 1279px) {
  .pc-d {
    display: none;
  }
  .sp-d {
    display: block;
  }
}
#header__logo--left path {
  fill: #2b2b2b;
  transition: 0.5s;
}
#header__logo--left rect {
  fill: #2b2b2b;
  transition: 0.5s;
}
#header__logo--right .cls-1 {
  fill: #2b2b2b;
  transition: 0.5s;
}
#header__logo--right .cls-2 {
  fill: var(--sub-color);
  transition: 0.5s;
}
#icon_plus .cls-1 {
  fill: none;
  stroke: var(--sub-color);
  stroke-linejoin: round;
  stroke-width: 2px;
  transition: 0.5s;
}
#icon_external .cls-1,
#icon_external .cls-2 {
  fill: none;
  stroke: var(--sub-color);
  stroke-width: 2px;
  transition: 0.5s;
}
#icon_external .cls-2 {
  stroke-linejoin: round;
  transition: 0.5s;
}
.floating_btn__close .cls-1 {
  fill: none;
  stroke: #707070;
  stroke-width: 1.5px;
}
.pagelink .cls-1 {
  fill: none;
  stroke: var(--sub-color);
  stroke-width: 1.5px;
  transition: 0.3s;
}
.list-item__parent_wrapper.open #icon_plus .cls-1:first-of-type {
  opacity: 0;
}

/*-------------------------------------------------------------------------
							/ページリンク/
-------------------------------------------------------------------------*/
.pagelink {
  border: 1px solid #efefef;
  padding: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.pagelink__icon {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.pagelink__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--main-color);
  padding: 8px 10px;
  margin-top: 16px;
}
.pagelink-caption__text {
  font-size: 14px;
  margin-left: 6px;
}

/*-------------------------------------------------------------------------
							/ヘッダー/
-------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10000;
}
.header__inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px;
  background-color: #fff;
  position: relative;
  transition: 0.5s;
}
.header.active .header__inner {
  background-color: transparent;
}
.header.active .header__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 32px);
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: -1;
}
.header.child_list_open .header__inner {
  background-color: #fff;
}
.header__container a {
  display: flex;
  align-items: center;
}
#header__logo--left {
  margin-right: 16px;
}
.header__nav .list {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.header__nav .list__item {
  display: flex;
  align-items: center;
  color: #2b2b2b;
  font-weight: normal;
  transition: color 0.5s;
  position: relative;
}
.list-item__parent_wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #2b2b2b;
  font-weight: normal;
  transition: 0.5s;
  position: relative;
}
.list-item__parent_wrapper > p {
  transition: opacity 0.3s;
}
.list-item__parent_wrapper > p:hover {
  opacity: 0.5;
}
.list-item__parent_wrapper::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--sub-color);
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: 0.5s;
}
.list-item__parent_wrapper.open::after {
  width: 100%;
}
.header__nav .list__item a {
  display: flex;
  align-items: center;
  flex: 1;
  transition: opacity 0.3s;
}
.header__nav .list__item a:hover {
  opacity: 0.5;
}
.header__nav .list__item svg {
  margin-left: 6px;
}
.header__nav .list-item__child {
  position: fixed;
  top: calc(100% + 80px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 280px;
  display: none;
  border-radius: 4px;
  max-height: calc(100dvh - var(--header-height) - 80px);
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.header__nav .list-item__child::-webkit-scrollbar {
  display: none;
}

.header__nav .list-child__inner {
  padding: 0 32px;
  width: 100%;
}
.header__nav .list-child__link {
  padding: 24px 0;
  width: 100%;
  justify-content: space-between;
  gap: 24px;
  color: #2b2b2b;
}
.header__nav .list-child__link:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}
.header:not(.child_list_open).active .header__nav .list__item {
  color: #fff;
}
.header:not(.child_list_open).active
  .header__nav
  .list__item--parent
  .list-item__parent_wrapper
  p {
  color: #fff;
}

.header:not(.child_list_open).active #header__logo--left path,
.header:not(.child_list_open).active #header__logo--left rect {
  fill: #fff;
}
.header:not(.child_list_open).active #header__logo--right .cls-1 {
  fill: #fff;
}
.header:not(.child_list_open).active #header__logo--right .cls-2 {
  fill: #fff;
}
.header:not(.child_list_open).active #icon_plus .cls-1 {
  stroke: #fff;
}
.header:not(.child_list_open).active #icon_external .cls-1,
.header:not(.child_list_open).active #icon_external .cls-2 {
  stroke: #fff;
}
.header_nav_icon,
.header__nav .list__item.is_login_status {
  display: none;
}
.header_list {
  margin-bottom: 32px;
}
.header_list__wrapper {
  position: relative;
}
.header_list__wrapper:has(+ ul) {
  padding-right: 32px;
}
.header_list .header_list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header_list .header_list__link p {
  line-height: 1.4;
  margin: -3.2px 0;
}
.header_list-link__span {
  font-size: 14px;
  color: #707070;
}
.header_list:has(ul) > .header_list__link p {
  width: 100%;
  margin-right: 28px;
}
.header_list:last-of-type {
  margin-bottom: 0;
}
.header__nav .list__item .list-item__child svg {
  margin-left: 0;
  flex: none;
}
.header__nav .list-child__inner > ul {
  padding: 32px 0;
}
.list-item__child ul ul {
  margin-top: 24px;
  display: none;
  padding-left: 20px;
  border-left: 1px solid #dddddd;
}
.list-item__child ul ul .header_list {
  margin-bottom: 24px;
}
.list-item__child ul ul ul {
  display: none;
}
.header_list_accordion__box {
  display: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.header_list_accordion__box:hover {
  opacity: 0.5;
}
.header_list_accordion__box svg .header_list_plus__line:first-of-type {
  transition: 0.3s;
}
.header_list_accordion__box.open svg .header_list_plus__line:first-of-type {
  opacity: 0;
}
.header_list:has(ul) .header_list_accordion__box {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 2;
}
.header_list:has(ul) .header_list__link .header_list_arrow {
  display: none;
}
.list-item__child ul ul .header_list .header_list_accordion__box {
  display: none;
}
.list-item__child ul ul .header_list:has(ul) .header_list_accordion__box {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 2;
}
.list-item__child ul ul ul .header_list .header_list_accordion__box {
  display: none;
}

.header_list_accordion__box .header_list_plus__line {
  fill: none;
  stroke: #326a3a;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.header_list_arrow__line {
  fill: none;
  stroke: #326a3a;
  stroke-width: 2px;
}
.header_list .icon__link {
  display: flex;
  align-items: center;
}
.header_list .icon__link svg {
  transform: scale(0.9) translateY(0.8px);
  stroke: #000;
}
.header_list .icon__link span {
  margin-right: 6px;
}

@media screen and (max-width: 1279px) {
  .header {
    display: flex;
    flex-direction: row-reverse;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s;
    background-color: #fff;
  }
  .header.active {
    background-color: transparent;
  }
  .header.open {
    background-color: #fff;
  }
  .header__inner {
    padding: 0;
    background-color: unset;
  }
  .header.active .header__inner::before {
    width: 100vw;
    height: calc(100% + 40px);
    top: -16px;
    left: -16px;
  }
  .header__nav .list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    /* padding: 0px 20px; */
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .header__nav .list__item svg {
    margin-left: 0;
    right: 20px;
  }
  .list-item__svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .list-item__path {
    fill: none;
    stroke: #326a3a;
    stroke-width: 2px;
  }
  .header__nav .list .list__item--parent p {
    font-size: 20px;
  }
  .header__nav {
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--header-height));
    background-color: #fff;
    overflow-y: scroll;
  }
  .header__container {
    width: 240px;
  }
  #header__logo--left {
    margin-right: 12px;
  }
  .header_nav_icon {
    display: block;
  }
  .header__nav .list__item.is_login_status {
    display: flex;
  }
  .header_nav_icon {
    flex: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #326a3a;
  }
  #header.active .header_nav_icon {
    background: transparent;
    border: 1px solid #fff;
  }
  .header_nav_icon span {
    left: 50%;
    transform: translate(-50%);
    position: relative;
    display: block;
    height: 1px;
    width: 24px;
    background-color: #fff;
    transition: 0.5s;
  }
  .header_nav_icon span:nth-child(1) {
    top: calc(50% - 9.5px);
  }
  .header_nav_icon span:nth-child(2) {
    top: calc(50% - 1.5px);
  }
  .header_nav_icon span:nth-child(3) {
    top: calc(50% + 6.5px);
  }
  .header_nav_icon.active span:nth-child(1) {
    transform: translate(-50%, 9.5px) rotate(30deg);
    transform-origin: center;
  }
  .header_nav_icon.active span:nth-child(2) {
    width: 0;
  }
  .header_nav_icon.active span:nth-child(3) {
    transform: translate(-50%, -9.5px) rotate(-30deg);
    transform-origin: center;
  }
  .header__nav .list .list__item {
    width: 100%;
    font-size: 20px;
    position: relative;
  }
  .header__nav .list__item a {
    padding: 32px 20px;
  }
  .header__nav .list .list__item.list__item--parent.open {
    padding-bottom: 0;
  }
  .header__nav #icon_external {
    width: 16px;
    height: 16px;
  }
  .header__nav .list .list__item:not(:last-of-type) {
    border-bottom: 1px solid #efefef;
  }
  .header__nav .list .list__item.out_link a {
    justify-content: space-between;
    width: 100%;
  }

  .header:not(.child_list_open).active .header__nav .list__item {
    color: #2b2b2b;
  }
  .header:not(.child_list_open).active
    .header__nav
    .list__item--parent
    .list-item__parent_wrapper
    p {
    color: #2b2b2b;
  }

  .header:not(.child_list_open).active #icon_plus .cls-1 {
    stroke: var(--sub-color);
  }
  .header:not(.child_list_open).active #icon_external .cls-1,
  .header:not(.child_list_open).active #icon_external .cls-2 {
    stroke: var(--sub-color);
  }

  .is_login_status {
    padding: 16px 0 !important;
    border: 1px solid #efefef;
    width: 100%;
    text-align: center;
    text-align: center;
    border-radius: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .is_login_status span.now-logout {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #326a3a;
    margin-right: 6px;
  }
  .is_login_status span.now-login {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #326a3a;
    margin-right: 6px;
  }
  .header__nav .list-item__child {
    position: static;
    border: none;
    transform: none;
    width: 100%;
    /* margin-top: 32px; */
    max-height: none;
    overflow-y: unset;
  }
  .list-item__child ul ul {
    margin-top: 0;
    border-left: unset;
  }
  .header__nav .list-child__inner {
    font-size: 20px;
    padding: 0px;
  }
  .header__nav .list__item--parent {
    display: block;
  }
  .list-item__parent_wrapper {
    position: relative;
    padding: 32px 20px;
  }
  .list-item__parent_wrapper svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header_list {
    margin-bottom: 0;
  }
  .header_list:first-of-type {
    border-top: 1px solid #efefef;
  }
  .header_list:not(:last-of-type) {
    border-bottom: 1px solid #efefef;
  }
  .header_list a.header_list__link {
    padding: 24px 0;
  }
  /* .header_list a.header_list__link .header_list_arrow {
    display: block;
  } */
  .list-item__child ul ul .header_list {
    margin-bottom: 0;
  }
  .list-item__child ul ul .header_list .header_list__link .header_list_arrow {
    display: block;
  }
  .header__nav .list .list__item--parent .header_list p {
    font-size: 16px;
  }
  .header__nav .list-child__inner > ul {
    padding: 0 20px;
  }
  .header.active .header__nav .list__item {
    color: #2b2b2b;
  }
  .header.active .header__nav .list__item--parent .list-item__parent_wrapper p {
    color: #2b2b2b;
  }
  .list-item__parent_wrapper::after {
    display: none;
  }
  .header.active #icon_plus .cls-1 {
    stroke: var(--sub-color);
  }
  .header.active #icon_external .cls-1,
  .header.active #icon_external .cls-2 {
    stroke: var(--sub-color);
  }
  .header.open.active .header__inner::before {
    opacity: 0;
  }
  .header.open.active #header__logo--left path,
  .header.open.active #header__logo--left rect {
    fill: #2b2b2b;
  }
  .header.open.active #header__logo--right .cls-1 {
    fill: #2b2b2b;
  }
  .header.open.active #header__logo--right .cls-2 {
    fill: var(--sub-color);
  }
  #header.open.active .header_nav_icon {
    background: var(--sub-color);
    border: unset;
  }
}
/*-------------------------------------------------------------------------
							/フッター/
-------------------------------------------------------------------------*/
footer {
  margin-top: 144px;
  background-color: #2b2b2b;
}
footer p,
footer a,
footer li {
  color: #fff;
}
.footer__inner {
  padding: 80px;
  width: 100%;
  min-width: 280px;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 56px;
}
.footer__container {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
.footer__logo {
  margin-bottom: 40px;
}
.footer_logo__caption {
  color: #bababa;
  margin-bottom: 16px;
}
.footer__access {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.footer_access__item {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer_access__map {
  width: 400px;
  max-width: 100%;
  flex: 1;
  border-radius: 4px;
}
.footer_nav__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
.footer_nav__container--middle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 64px;
}
.footer_nav__link {
  transition: opacity 0.3s;
}
.footer_nav__link:hover {
  opacity: 0.5;
}
.footer_nav__text {
  margin-bottom: 24px;
}
.lower__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding-left: 16px;
  border-left: 1px solid #707070;
}
.lower_nav__link {
  /* position: relative;
  padding-left: 20px; */
  line-height: 1.3;
  transition: opacity 0.3s;
}
.lower_nav__link:hover {
  opacity: 0.5;
}
.footer_nav__text--top,
.footer_nav__link--top {
  font-family: var(--jp-font-bold);
}
.footer_nav__link--img {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer_nav__container--bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 64px;
}
.footer_nav__link--normal:first-of-type {
  margin-bottom: 32px;
}
.footer_nav__link--small {
  font-size: 14px;
  margin-bottom: 24px;
  display: block;
}
.footer_nav__link--small:last-of-type {
  margin-bottom: 0px;
}
.footer_wrapper__inner {
  margin-top: 40px;
}
.footer__back {
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 64px;
  transition: 0.3s;
}
.footer-back__link {
  padding: 24px 0;
  position: relative;
  display: block;
}
.footer-back__title {
  font-family: var(--jp-font-bold);
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
}
.footer-back__svg {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.footer-back__path1,
.footer-back__path2 {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  transition: 0.3s;
}
.footer-back__path1 {
  stroke-linejoin: round;
}
.footer__back:hover {
  background-color: #fff;
}
.footer__back:hover .footer-back__title {
  color: #2b2b2b;
}
.footer__back:hover .footer-back__path1,
.footer__back:hover .footer-back__path2 {
  stroke: #2b2b2b;
}
.copyright {
  width: calc(100% - 240px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #707070;
}
.copyright__text {
  font-size: 12px;
  color: #707070;
  font-family: var(--eng-font);
  text-align: center;
}
.lower__nav--footer_child {
  margin-top: 24px;
}
@media screen and (max-width: 1279px) {
  footer {
    margin-top: 120px;
  }
  .footer__inner {
    padding: 80px 64px;
    gap: 64px;
    display: grid;
    grid-template-areas:
      "left back"
      "left right";
  }
  .footer__back {
    grid-area: back;
    margin-bottom: 0;
  }
  .footer__container {
    grid-area: left;
  }
  .footer__nav {
    grid-area: right;
  }
  .footer_logo__caption {
    font-size: 14px;
    line-height: 1.25;
  }
  .footer_access__text {
    line-height: 1.25;
  }
  .copyright {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 80px;
  }
  .footer__inner {
    display: flex;
    padding: 64px 20px;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
  .footer__container {
    max-width: none;
    margin-bottom: 64px;
  }
  .footer__logo {
    margin: 0 auto 40px;
  }
  .footer_logo__caption {
    font-size: 14px;
  }
  .footer_access__map {
    width: 100%;
    max-width: none;
    aspect-ratio: 3 / 2;
  }
  /* .footer_access__item {
    margin-bottom: 0;
    margin-top: 24px;
  } */
  .footer__back {
    width: 100%;
    margin-bottom: 64px;
  }
  .footer_nav__back__wrapper {
    width: 100%;
    padding-right: 5%;
  }
  .copyright {
    width: 100%;
    padding: 16px 0;
  }
  .footer_nav__container--middle {
    gap: 40px;
  }
  .footer_nav__container--bottom {
    gap: 32px;
  }
  .copyright__text {
    line-height: 1.4;
    margin: -2.4px 0;
  }
}
/*-------------------------------------------------------------------------
							/下層ページレイアウト/
-------------------------------------------------------------------------*/
.lower--sidebar {
  width: calc(1152px + (100vw - 1152px) / 2);
  max-width: 100vw;
}
.lower--member {
  width: 100%;
}
.lower__inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 120px;
  gap: 80px;
  flex-wrap: wrap;
}
.lower__content {
  flex: 1;
  /* padding-left: 13.7931%; */
  max-width: 872px;
  margin-left: auto;
}
.lower__content-member {
  max-width: 1000px;
  margin: 0 auto;
}
.lower__content-mypage {
  max-width: 1560px;
  padding: 0 80px;
  margin: 0 auto;
}
.lower__content-no_sidebar {
  max-width: 1152px !important;
}
.lower__content--news {
  max-width: 812px;
}
.lower__section {
  max-width: 100vw;
}
.lower__section:not(:last-of-type) {
  margin-bottom: 144px;
}
.lower__section--has_tab:not(:last-of-type) {
  margin-bottom: 80px;
}
.sidebar {
  width: 200px;
}
.sidebar--news {
  width: 260px;
}
.sidebar__inner {
  /* padding-left: 20px;
  border-left: 1px solid var(--main-color); */
  position: sticky;
  top: 200px;
  height: calc(100dvh - var(--header-height));
  padding: 80px 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.sidebar__inner::-webkit-scrollbar {
  display: none;
}
.sidebar__list {
  margin-bottom: 28px;
}
.sidebar-list__wrapper {
  position: relative;
}
.sidebar-list__wrapper:has(+ ul) {
  padding-right: 32px;
}
.sidebar__list.now_here {
  color: #707070;
}
.sidebar__list:has(ul) > .sidebar_list__link p {
  margin-right: 28px;
}
.sidebar__list .sidebar_list__link {
  display: flex;
  gap: 16px;
  transition: opacity 0.3s;
}
.sidebar__list .sidebar_list__link:hover {
  opacity: 0.5;
}
.sidebar__list .icon__link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.sidebar__list .icon__link svg {
  transform: scale(0.9) translateY(0.8px);
  stroke: #000;
}
.sidebar__list.now_here .icon__link svg {
  transform: scale(0.9) translateY(0.8px);
  stroke: #707070;
}

/* .sidebar__list.now_here::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-1px);
  background-color: var(--sub-color);
} */
.sidebar__list:last-of-type {
  margin-bottom: 0;
}
.sidebar ul {
  padding-left: 20px;
  border-left: 1px solid #dddddd;
}
.sidebar ul ul {
  margin-top: 24px;
  display: none;
}
.sidebar ul ul .sidebar__list {
  margin-bottom: 24px;
}
.sidebar ul ul ul {
  display: none;
}
.sidebar_accordion__box {
  display: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.sidebar_accordion__box:hover {
  opacity: 0.5;
}
.sidebar_accordion__box svg .sidebar_plus__line:first-of-type {
  transition: 0.3s;
}
.sidebar_accordion__box.open svg .sidebar_plus__line:first-of-type {
  opacity: 0;
}
.sidebar__list:has(ul) .sidebar_accordion__box {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 2;
}
.sidebar ul ul .sidebar__list .sidebar_accordion__box {
  display: none;
}
.sidebar ul ul .sidebar__list:has(ul) .sidebar_accordion__box {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 2;
}
.sidebar ul ul ul .sidebar__list .sidebar_accordion__box {
  display: none;
}

.sidebar .sidebar_list_arrow {
  display: none;
}

.sidebar__list .sidebar_list__link p {
  line-height: 1.4;
  margin: -3.2px 0;
}
.sidebar_list-link__span {
  font-size: 14px;
  color: #707070;
}
.sidebar_list_arrow__line {
  fill: none;
  stroke: #326a3a;
  stroke-width: 2px;
}
.sidebar_accordion__box .sidebar_plus__line {
  fill: none;
  stroke: #326a3a;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.sidebar_news__feature {
  margin-top: 40px;
}
.lower--news .lower_section__head {
  margin-bottom: 16px;
}
.sidebar--news .sidebar__inner {
  padding: 0;
  height: auto;
  overflow-y: unset;
}
.sidebar_news__title {
  font-family: var(--jp-font-bold);
  font-size: 20px;
  background-color: var(--main-color);
  padding: 20px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid var(--sub-color);
}
ul.sidebar_news__wrapper {
  border-left: unset;
  padding: 0 20px;
}
.sidebar_news-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
}
.sidebar_news__list:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.sidebar_news-list__arrow {
  fill: none;
  stroke: var(--sub-color);
  stroke-width: 1.5px;
}
.sidebar_news__list .news__container {
  padding: 24px 0;
}
.sidebar_news__list .news__box {
  gap: 12px;
  margin-bottom: 12px;
}
.sidebar_news__list .news__date {
  font-size: 14px;
}
.sidebar_news__list .news_cat {
  font-size: 14px;
}
.sidebar_news__list .news__title {
  font-size: 14px;
  line-height: 1.5;
  margin: -3.5px 0;
}
@media screen and (max-width: 1279px) {
  .lower--sidebar {
    width: 100%;
    padding-right: 64px;
  }
  .lower__inner {
    margin-top: 100px;
    padding-left: 64px;
  }
  .lower__content {
    margin-right: auto;
    max-width: 800px;
    width: 100%;
  }
  .lower__section:not(:last-of-type) {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .lower--sidebar {
    padding-right: 0px;
  }
  .lower__section:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .lower__inner {
    margin-top: 80px;
    padding-left: 0;
  }
}
/*-------------------------------------------------------------------------
							/下層ページタイトル/
-------------------------------------------------------------------------*/
.lower__top {
  width: 100%;
  background-color: var(--main-color);
}
.lower_top__inner {
  width: 1152px;
  max-width: 100vw;
  height: 240px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.lower--member .lower_top__inner {
  width: 100%;
  margin-left: unset;
  justify-content: center;
}
.page_parents {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.lower--child .page_parents {
  margin-bottom: 24px;
}
.page_parents__string:last-of-type {
  display: none;
}
.page_title {
  font-size: 40px;
}
.lower_section__head {
  border-bottom: 1.5px solid var(--main-color);
  margin-bottom: 56px;
}
.lower_section__title {
  padding-bottom: 24px;
  display: inline-block;
  position: relative;
}
.lower_section__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + (100vw - 1152px) / 2);
  height: 1.5px;
  background-color: var(--sub-color);
  transform: translateY(1px);
  max-width: 100vw;
}
.lower--member .lower_section__title::before {
  width: calc(100% + (100vw - 1000px) / 2);
}
@media screen and (max-width: 1279px) {
  .lower_top__inner {
    width: 100%;
    padding-left: 64px;
  }
  .lower_section__title::before {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .lower__top {
    padding-top: var(--header-height);
  }
  .lower_top__inner {
    width: calc(100% - 32px);
    height: auto;
    margin: 0 auto;
    padding: 56px 0;
  }
  .lower_top__container {
    margin-left: 0;
  }
  .lower_section__head {
    width: 90%;
    margin: 0 auto 48px;
  }
  .page_title {
    line-height: 1.4;
    margin: -8px 0;
  }
  .page_parents {
    gap: 0px;
  }
  .page_parents__title {
    margin-right: 10px;
  }
  .page_parents img {
    margin-right: 10px;
  }
  .lower_section__title {
    line-height: 1.3333;
    /* margin: -5.33px 0; */
    padding-bottom: 19px;
  }
  .lower_section__title::before {
    width: 100vw;
  }
}
/*-------------------------------------------------------------------------
							/下層ページ child/
-------------------------------------------------------------------------*/
.lower--child {
  padding-top: 50px;
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
}
.lower--child .lower__top {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
.lower--child .lower__inner {
  margin-top: 80px;
}
.lower--child .lower_section__title::before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lower__top.child .lower_top__inner {
    margin-left: 0px;
  }
}
.lower--child .lower__breadcrumb {
  background-color: #fff;
  max-width: 280px;
  width: auto;
}
.lower--child .lower__breadcrumb .breadcrumb {
  width: 100%;
  padding: 0;
  justify-content: flex-end;
}
.lower--child .lower__breadcrumb .breadcrumb li {
  color: #707070;
  line-height: 1.25;
  margin: -1.75px 0;
}
.lower--child .lower__breadcrumb .breadcrumb img {
  filter: invert(0.4);
}
@media screen and (max-width: 1279px) {
  .lower--child {
    padding-left: 64px;
  }
  .lower--child .lower__inner {
    padding-left: 0;
  }
  .lower--child .lower__top {
    display: block;
    margin: 0 auto;
    padding-bottom: 56px;
  }
  .lower--child .lower__breadcrumb {
    max-width: unset;
    margin-top: 40px;
  }
  .lower--child .lower__breadcrumb .breadcrumb {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .lower__breadcrumb.child {
    width: 100%;
  }
  .lower__breadcrumb.child .breadcrumb {
    width: 100%;
  }
  .lower--child {
    padding-top: 40px;
    padding-left: 0;
  }
  .lower--child .lower__top {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 56px;
  }
  .lower--child .page_parents {
    gap: 8px;
  }
  .lower--child .lower__breadcrumb {
    max-width: unset;
    margin-top: 24px;
  }
  .lower--child .lower__breadcrumb .breadcrumb {
    justify-content: flex-start;
  }
  .lower--child .lower__inner {
    margin-top: 64px;
  }
  /* .lower--child .lower_section__head {
    width: 100%;
  } */
  .lower--child .lower_section__title {
    margin: 0;
  }
}

/*-------------------------------------------------------------------------
							/下層ページテキスト/
-------------------------------------------------------------------------*/
.content {
  max-width: 100vw;
}
.content__desc {
  margin-bottom: 40px;
}
.content__desc--hsub:not(:first-of-type) {
  margin-top: 80px;
}
.content-desc__text {
  line-height: 1.75;
  margin: -6px 0;
}
.content-desc__text:not(:last-of-type) {
  margin: -6px 0 34px;
}
.content-desc__text--caption {
  text-align: right;
}
.content-desc-list__item {
  line-height: 1.75;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.content-desc-list__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  flex: none;
  background-color: #326a3a;
  margin: 12px 0 0 6px;
}
.content-desc-list__item:not(:last-of-type) {
  margin-bottom: 12px;
}
.content-desc__link {
  width: 100%;
  text-align: center;
  border: 1px solid #efefef;
  padding: 32px 0;
  position: relative;
  color: #2b2b2b;
}
.content-desc__link::after {
  content: url("../img/assets/nav_right.svg");
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.content-desc__sub-list {
  line-height: 1.75;
  text-indent: -1em;
  padding-left: 1em;
}
.content__desc--article {
  margin-bottom: 58px;
}
.content-desc__h4 {
  background-color: #f2f2e9;
  border-left: 2px solid #326a3a;
  padding: 28px;
  font-size: 20px;
  font-family: var(--jp-font-bold);
  margin-bottom: 40px;
}
.content-desc__img {
  margin-top: 80px;
}
.content__table {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 4px;
}
.content-table__title {
  white-space: nowrap;
  padding: 0 28px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-family: var(--jp-font-bold);
}
.content-table__desc {
  line-height: 1.75;
  margin: -6px 0;
  padding: 18px 28px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.content-table__link {
  text-decoration: underline;
}
.content__table tr:last-of-type .content-table__title,
.content__table tr:last-of-type .content-table__desc {
  border-bottom: unset;
}
.content-desc__ul {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 34px;
}
.content-desc__ul--sub {
  margin-top: 18px;
}
.content-desc__ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 34px;
}
.content-desc__list {
  line-height: 1.75;
  margin: -6px 0;
}
.content-desc__list:not(:last-of-type) {
  margin-bottom: 18px;
}
.content-desc__list::marker {
  color: var(--sub-color);
}
.content-desc__ol .content-desc__list::marker {
  font-family: var(--jp-font-bold);
}
.content-desc__list .full-width-link {
  margin-top: 8px;
}
.content-desc__list:has(.full-width-link) {
  margin-bottom: 24px;
}
.content-desc__list:has(.apply_link) {
  margin-bottom: 24px;
}
.content__img {
  margin-bottom: 56px;
}
.content__desc--waiting {
  width: 100%;
  background-color: #efefef;
  border-radius: 4px;
}
.content-desc__text--waiting {
  font-family: var(--jp-font-bold);
  font-size: 24px;
  text-align: center;
  padding: 24px 0;
}
.content-desc__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.content-desc__row img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  max-width: 430px;
}
.click_expand_img {
  transition: 0.3s;
}
.click_expand_img:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .content {
    margin: auto;
    width: 90%;
  }
  .content-table__desc {
    padding: 10px 20px;
  }
  .content__desc--hsub:not(:first-of-type) {
    margin-top: 64px;
  }
  .content-desc__row {
    display: block;
  }
}
/*-------------------------------------------------------------------------
							/パンくずリスト/
-------------------------------------------------------------------------*/
.lower__breadcrumb {
  background-color: var(--sub-color);
  width: 100%;
  border-radius: 0 0 4px 0;
}
.breadcrumb {
  padding: 16px 0px 16px 0px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 1152px;
  margin-left: auto;
  max-width: 100vw;
  flex-wrap: wrap;
}
.lower--member .breadcrumb {
  margin-left: unset;
  width: 1000px;
  margin: 0 auto;
}
.breadcrumb li {
  color: #fff;
  font-size: 14px;
  font-family: var(--jp-font-bold);
}
.breadcrumb img:last-of-type {
  display: none;
}
.breadcrumb li a {
  transition: opacity 0.3s;
  font-family: var(--jp-font-bold);
}
.breadcrumb li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1279px) {
  .breadcrumb {
    width: 100%;
    padding-left: 64px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .breadcrumb li {
    flex: none;
  }
  .breadcrumb img {
    flex: none;
  }
}

/*-------------------------------------------------------------------------
							/カラー・デザイン変更/
-------------------------------------------------------------------------*/
.change_color {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 100;
}
.change_color__title {
  margin-bottom: 16px;
}
.change_color__container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.change_color__btn {
  width: 64px;
  height: 64px;
  border-radius: 100vw;
  background-color: #fff;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.change_color__text {
  font-family: var(--eng-font);
}
.change_color__btn.active {
  background-color: var(--sub-color);
  border: unset;
}
.change_color__btn.active .change_color__text {
  color: #fff;
}
.list__item--change_design {
  padding: 16px 24px;
  border: 1px solid #efefef;
  border-radius: 100vw;
}

/*-------------------------------------------------------------------------
							/モーダル/
-------------------------------------------------------------------------*/
.modal:not(:last-of-type) {
  margin-bottom: 16px;
}
.modal__link {
  border: 1px solid #ddd;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}
.modal__link:hover {
  opacity: 0.5;
}
.modal__title {
  font-size: 24px;
  flex: 1;
}
.modal__btn {
  display: flex;
  align-items: center;
  gap: 6px;
}
.modal-btn__text {
  font-size: 14px;
  color: #707070;
  text-align: right;
}
.modal__base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 30000;
  display: none;
}
.modal-base__inner {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding: 80px 0;
  margin: 0 auto;
}
.modal-base__wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.modal-base__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}
.modal-base__title {
  font-size: 28px;
}
.modal__content {
  padding: 56px;
  flex: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

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

.modal__content h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
  padding-bottom: 24px;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.modal__content h1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #2b2b2b;
  bottom: -1px;
}
.modal__content h1:not(:first-of-type) {
  margin-top: 80px;
}
.modal__content p {
  line-height: 1.75;
  margin: -6px 0 34px;
  /* text-indent: 1em; */
}
.modal__content p:last-of-type {
  margin-bottom: -6px;
}
.modal__content p:has(a) {
  text-indent: 0;
  margin: 0;
}
.modal__content a {
  width: 100%;
  text-align: center;
  border: 1px solid #efefef;
  padding: 32px 0;
  position: relative;
}
.modal__content a::after {
  content: url("../img/assets/nav_right.svg");
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.modal__content ul {
  margin-left: 2em;
  margin-bottom: 34px;
  margin-top: 34px;
  list-style: disc;
}
.modal__content ol {
  margin-left: 2em;
  margin-bottom: 34px;
}
.modal__content ol ::marker {
  color: var(--sub-color);
}
.modal__content li {
  line-height: 1.75;
  margin: -6px 0 18px;
  /* padding-left: 20px; */
  position: relative;
}
.modal__content li::marker {
  color: var(--sub-color);
}
/* .modal__content li::before{
    content: "";
    width: 4px;
    height: 4px;
    background-color: var(--sub-color);
    position: absolute;
    left: 6px;
    top: 12px;
} */
.modal__content li:last-of-type {
  margin: -6px 0;
}
.modal__content p.caption {
  font-size: 14px;
  color: #707070;
  text-align: right;
}
.wp-block-lazyblock-accordion {
  margin-top: 40px;
}
.accordion--post .accordion-head__title {
  line-height: 1;
  margin: 0 !important;
}
.accordion--post .accordion__wrapper {
  background-color: #fff;
  display: block;
  padding: 40px;
}
.accordion--post .accordion__wrapper h2 {
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: 28px;
}
.accordion--post .accordion__wrapper h2::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--sub-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion--post .accordion__wrapper hr {
  background-color: #efefef;
  margin-bottom: 40px;
  border: none;
  height: 1px;
}
.link_modal_icon__path {
  fill: none;
  stroke: #326a3a;
  stroke-width: 1.5px;
}
@media screen and (max-width: 1279px) {
  .modal-base__inner {
    padding: 80px 64px;
  }
}
@media screen and (max-width: 767px) {
  .modal__link {
    padding: 24px 20px;
    gap: 20px;
  }
  .modal__title {
    font-size: 20px;
  }
  .modal-base__inner {
    padding: 0;
    position: relative;
  }
  .modal-base__wrapper {
    height: 75dvh;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-base__link {
    padding: 24px;
  }
  .modal-base__title {
    font-size: 24px;
  }
  .modal__content {
    padding: 24px;
  }
}

/*-------------------------------------------------------------------------
							/アコーディオン/
-------------------------------------------------------------------------*/
.accordion {
  background-color: var(--main-color);
  border-radius: 4px;
  margin-top: 40px;
}
.accordion__head {
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-head__text {
  font-family: var(--jp-font-bold);
  font-size: 24px;
  line-height: 1;
  color: var(--sub-color);
  transition: 0.3s;
}
.accordion__head:hover .accordion-head__text {
  opacity: 0.5;
}
.accordion-head__btn {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-head__path {
  fill: none;
  stroke: #326a3a;
  stroke-linejoin: round;
  stroke-width: 2px;
  transition: 0.3s;
}
.accordion__content {
  padding: 0px 32px 32px 32px;
  display: none;
}
.accordion__head.open .accordion-head__path:first-of-type {
  opacity: 0;
}
.accordion__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #efefef;
  border-top: unset;
  background-color: #efefef;
  border-bottom: none;
}
.accordion__link__bottom {
  border: 1px solid #efefef;
  border-top: none;
}
.accordion__link__bottom p {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .accordion__wrapper {
    display: block;
  }
}
.accordion__container {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}
.accordion__container:nth-of-type(3n) {
  border-right: unset;
}
.accordion__link a {
  padding: 24px 28px !important;
  justify-content: flex-start !important;
}
.accordion__container--child {
  position: relative;
}
.accordion-link__item {
  position: absolute;
  height: 100%;
  padding: 0 28px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-link__item.open .accordion-link__path--vertical {
  opacity: 0;
}
.accordion__children {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #efefef;
  background-color: #fff;
  display: none;
  z-index: 500;
  height: 200px;
  overflow-y: scroll;
}
.accordion__link--inchild:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}
.custom__sidebar-training-program .accordion__children {
  position: absolute;
  top: 0px;
  left: -260px;
  width: 250px;
  border: 1px solid #efefef;
  background-color: #fff;
  z-index: 500;
  height: auto;
  overflow-y: visible;
  overflow-x: visible;
}
.custom__sidebar-training-program .accordion-link__item {
  position: static;
  height: 100%;
  padding: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.custom__sidebar-training-program .accordion-link__item.child {
  padding: 24px 28px;
}
@media screen and (max-width: 1133px) {
  .custom__sidebar-training-program .accordion__children {
    position: absolute;
    top: 100%;
    left: 10px;
    width: 250px;
    border: 1px solid #efefef;
    background-color: #fff;
    z-index: 500;
    height: auto;
    overflow-y: visible;
    overflow-x: visible;
  }
}
@media (max-width: 767px) {
  .accordion {
    margin: 0 auto;
    width: 90%;
  }
  .accordion__head {
    padding: 16px;
  }
  .accordion-head__text {
    font-size: 18px;
  }
  .accordion-head__btn {
    width: 40px;
    height: 40px;
  }
  .accordion__content {
    padding: 0 16px 16px 16px;
  }
  .content .accordion {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------
							/フロートボタン/
-------------------------------------------------------------------------*/
.floating_btn {
  position: fixed;
  bottom: 24px;
  width: auto;
  height: auto;
  background-color: #fff;
  z-index: 500;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  /* border: 1px solid #efefef; */
  transition: right 0.3s;
  border-radius: 4px;
}
.floating_btn.open {
  right: 24px !important;
}
.floating_btn__wrapper {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  align-items: stretch;
  /* padding: 16px 0px; */
}
.floating_btn__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  cursor: pointer;
  background-color: var(--sub-color);
  border-radius: 4px 0 0 4px;
}
.floating_btn.open .floating_btn__toggle {
  border-right: 1px solid #efefef;
}
.floating_btn__toggle img {
  width: 8px;
}
.floating_btn__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.4;
  /* color: var(--sub-color); */
  /* background-color: var(--main-color); */
  font-family: var(--jp-font-bold);
}
.floating_btn__link .icon {
  width: 64px;
  height: 64px;
  background-color: #fff;
}
.floating_btn__link .icon img {
  width: 100%;
}
.floating_toggle__arrow {
  transform: rotate(180deg);
  transition: 0.3s;
}
.floating_btn.open .floating_toggle__arrow {
  transform: rotate(0deg);
}
.pamphlet_banner {
  position: fixed;
  bottom: 144px;
  right: 24px;
  z-index: 1000;
  width: 273px;
  height: 120px;
}
.pamphlet_banner__img {
  border-radius: 4px;
}
.pamphlet_banner__link {
  opacity: 1;
  transition: opacity 0.3s;
}
.pamphlet_banner__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .floating_btn {
    bottom: 76px;
    z-index: 99;
    display: none !important;
  }
  .floating_btn.open {
    right: 12px !important;
  }
  .pamphlet_banner {
    z-index: 99;
    right: 12px;
    bottom: 24px;
    width: 64%;
    height: auto;
  }
}

/*-------------------------------------------------------------------------
							/タブ/
-------------------------------------------------------------------------*/
.tab-container {
  border: 1px solid #ddd;
  border-top: none;
  padding-top: 0;
  border-radius: 4px;
  overflow: hidden;
}

.tab-header__item {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-bottom: unset;
  padding: 6px;
  background-color: #ddd;
  gap: 6px;
}

.tab-header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: var(--jp-font-bold);
  color: #2b2b2b;
  font-family: var(--jp-font-bold);
  border-radius: 4px;
}

.tab-header__button--left {
  text-align: left;
}

.tab-header__path {
  width: 1px;
  height: 40px;
  background-color: #fff;
  margin: auto 0;
}

.tab-header__button.active {
  background-color: #fff; /* アクティブなタブの背景色 */
  color: #2b2b2b;
}

.tab-header__button:hover {
  background-color: rgba(255, 255, 255, 0.5); /* ホバー時の背景色 */
}

.tab-header__button.active:hover {
  background-color: #fff; /* アクティブなタブの背景色 */
  color: #326a3a;
}

.tab-content {
  padding: 40px;
}

.tab-content__item {
  width: 100%;
  display: none;
}

.tab-content__item.active {
  display: block;
}

.tab-content__item h1 {
  font-size: 24px;
  font-weight: normal;
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.tab-content__item h1.tab-content__item-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #326a3a;
  bottom: -1px;
}
.modal-article__tabs--post .modal-article__tab-titles {
  overflow-x: unset;
}
.modal-article__tabs--post .modal-article__tab-title {
  width: 100%;
  max-width: none;
  flex: 1;
  padding: 20px 0;
}
.modal-article__tabs--post .modal-article__tab-title p {
  line-height: 1;
  margin: 0;
}
.modal-article__tabs--post .modal-article__tab-content.active {
  padding: 40px;
}
.modal-article__tabs--post .modal-article__tab-content.active ol {
  margin-top: 34px;
}
.modal-article__tabs--post .modal-article__tab-content.active ol li ul {
  margin-top: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tab-header__item {
    width: 100%;
    overflow-x: scroll;
  }
  .tab-header__path {
    width: 70%;
    height: 1px;
    margin: 0 auto;
  }
  .tab-content {
    padding: 20px;
  }
  .performance-item {
    padding: 12px;
    width: 100%;
  }
  .tab-header__button {
    min-width: 160px;
    width: auto;
    flex: none;
  }
  .tab-container--links {
    width: 90%;
    margin: 0 auto;
  }
}

/*-------------------------------------------------------------------------
							/写真箇所/
-------------------------------------------------------------------------*/
.photo {
  margin-top: 144px;
  width: 100%;
}
.photo__inner {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.photo__wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  padding-left: 40px;
  transform: translateX(0);
  animation: photo_slider 80s infinite linear both;
}
@keyframes photo_slider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.photo__img {
  width: 45.8333vw;
  height: auto;
  min-width: 660px;
  max-width: 1000px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .photo__wrapper {
    margin-bottom: 80px;
    gap: 20px;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .photo__img {
    min-width: 90vw;
    height: auto;
  }
}

/*-------------------------------------------------------------------------
							/フル幅リンク/
-------------------------------------------------------------------------*/
.full-width-link {
  background-color: #e0e9e1;
  border-radius: 4px;
  transition: 0.3s;
}
.full-width-link:hover {
  opacity: 0.5;
}
.full-width-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 26px;
  color: var(--sub-color);
  font-family: var(--jp-font-bold);
  position: relative;
}
.full-width-link__box {
  width: 28px;
  height: 28px;
  border-radius: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.full-width-link_external__path1,
.full-width-link_external__path2 {
  fill: none;
  stroke: #326a3a;
  stroke-width: 1.5px;
}
.full-width-link_external__path2 {
  stroke-linejoin: round;
}
.full-width-link_arrow__path {
  transition: 0.3s;
  fill: none;
  stroke: #326a3a;
  stroke-width: 1.5px;
}
.full-width-link.pagelink__on_bg {
  background-color: #fff;
}
.full-width-link.pagelink__on_bg .full-width-link__box {
  background-color: var(--main-color);
}

/*-------------------------------------------------------------------------
							/一部箇所リンク/
-------------------------------------------------------------------------*/
.some-size-link {
  background-color: #e0e9e1;
  border-radius: 4px;
  transition: 0.3s;
}
.some-size-link:hover {
  opacity: 0.5;
}
.some-size-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 26px;
  color: var(--sub-color);
  font-family: var(--jp-font-bold);
  gap: 32px;
}
.some-size-link__box {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-------------------------------------------------------------------------
							/サブタイトル/
-------------------------------------------------------------------------*/
.main_h_sub {
  font-size: 24px;
  font-family: var(--jp-font-bold);
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 24px;
}
.main_h_sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #326a3a;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .main_h_sub {
    line-height: 1.3333;
    margin: -4px 0;
    padding-bottom: 20px;
  }
}

/*-------------------------------------------------------------------------
							/年別業績一覧/
-------------------------------------------------------------------------*/

.year_list_container ul {
  display: flex;
  flex-wrap: wrap;
}
.year_list_container ul li {
  /* border: 1px solid #efefef; */
  width: calc(100% / 3);
  min-width: 280px;
}
@media (max-width: 899px) {
  .year_list_container ul li {
    width: 100%;
  }
  .year_list_container ul {
    margin: 0 12px;
  }
}
/* .year_list_container ul li a {
  display: block;
  padding: 20px;
  width: 100%;
  position: relative;
}
.year_list_container ul li a::after {
  content: "";
  position: absolute;
  top: calc(50%);
  right: 32px;
  width: 10px;
  height: 10px;
  z-index: 100;
  border-top: 1.5px solid #196a5e;
  border-right: 1.5px solid #196a5e;
  transform: translateY(-50%) rotate(45deg);
} */

/*-------------------------------------------------------------------------
							/no post/
-------------------------------------------------------------------------*/
.no-post {
  padding: 40px 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no-post {
    padding: 0;
  }
}

/*-------------------------------------------------------------------------
							/関連サイト/
-------------------------------------------------------------------------*/
.related_sites .special_link {
  margin-top: 80px;
  height: 100px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  background-color: #fff;
  transition: 0.3s;
}
.related_sites .special_link:hover {
  opacity: 0.5;
}
.related_sites {
  margin-top: 144px;
  width: 100%;
}
.related_sites__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.related_sites__list {
  background-color: #fff;
  width: calc(33.3333% - 10.6666px);
  min-width: 250px;
  height: 100px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 4px;
  transition: 0.3s;
}
.related_sites__list:hover {
  opacity: 0.5;
}
.related_sites__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
.related_sites__image {
  /* max-width: 100%;
  max-height: 98px; */
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.related_sites-item-empty {
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .related_sites-item-empty {
    display: none;
  }
  .related_sites__list {
    width: 100%;
  }
}

/*-------------------------------------------------------------------------
							/サイドバー news/
-------------------------------------------------------------------------*/
.sidebar {
  position: sticky;
  top: 0;
}
.sidebar__title {
  font-size: 24px;
  font-weight: normal;
  background-image: url(../img/assets/sidebar_title_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 16px;
}

.sidebar-article {
  width: 260px;
}

/* .sidebar__inner {
  border-left: none;
  margin-left: 0;
  padding-left: 4px;
} */

.sidebar__list-category {
  padding: 32px 0;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.sidebar__list-category::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0px;
  width: 10px;
  height: 10px;
  z-index: 100;
  border-top: 1.5px solid #196a5e;
  border-right: 1.5px solid #196a5e;
  transform: translateY(-50%) rotate(45deg);
}

.mt-48 {
  margin-top: 48px;
}
.sidebar__list-news {
  padding: 32px 0;
  border-bottom: 1px solid #efefef;
}
.sidebar__list-category-wrap .sidebar__list-category:last-child,
.sidebar__list-news-wrap .sidebar__list-news:last-child {
  border-bottom: none;
}
.news-date {
  color: #707070;
  font-size: 14px;
}
.news-category {
  color: #196a5e;
  font-size: 14px;
  margin-left: 18px;
  position: relative;
}
.news-category::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #196a5e;
  border-radius: 50%;
}
.article-title {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sidebar-article {
    width: 100%;
  }
}
/*-------------------------------------------------------------------------
							/サイドバー alumni_association/
-------------------------------------------------------------------------*/
.sidebar_list__link.alumni_association_link {
  width: 160px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #efefef;
  margin-bottom: 12px;
  gap: 12px;
}
.sidebar_list__link.include-only-member {
  height: 134px;
}
.logout {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  height: 56px !important;
}
.alumni_association-applicate {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  flex-wrap: wrap;
  gap: 12px;
}
.alumni_association-applicate__card {
  width: 280px;
  height: 442px;
  border: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* margin: auto; */
}
.alumni_association-applicate__card .img_box {
  margin-top: 28px;
}
.alumni_association-applicate__card h2 {
  font-size: 24px;
  color: #2b2b2b;
  margin-top: 24px;
}
.alumni_association-applicate__card p {
  color: #707070;
  line-height: 28px;
  margin-top: 24px;
  padding: 0 24px;
}
/* .alumni_association-applicate__card a {
  margin-top: auto;
  width: 100%;
  display: flex;
  border-top: 1px solid #efefef;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.alumni_association-applicate__card a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0px;
  width: 10px;
  height: 10px;
  z-index: 100;
  margin-right: 20px;
  border-top: 1.5px solid #196a5e;
  border-right: 1.5px solid #196a5e;
  transform: translateY(-50%) rotate(45deg);
} */
.alumni_association-applicate__card a.limit-date--over {
  color: #2b2b2b;
  background: #efefef;
  justify-content: center;
}

.alumni_association-applicate__card.empty {
  width: 280px;
  height: 0px;
  border: none;
}

.alumni_association-applicate-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.only-member {
  display: flex;
  color: #2b2b2b;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 0px;
  background: #f2f2e9;
}
.only-member.card {
  width: calc(100% - 48px);
  margin-top: 24px;
}
.sidebar__list .only-member {
  width: 85%;
  padding: 8px 0;
}
@media screen and (max-width: 1279px) {
  .sidebar_list__link.alumni_association_link {
    width: 100%;
  }
  .sp_sidebar_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    z-index: 300;
  }
  .sp_sidebar_btn__inner {
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sp_sidebar_btn__text {
    font-family: var(--jp-font-bold);
    line-height: 1;
  }
  .sp_sidebar_btn__box {
    width: 24px;
    height: 6px;
    position: relative;
  }
  .sp_sidebar_btn__line {
    width: 24px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--sub-color);
    transition: 0.3s;
  }
  .sp_sidebar_btn__line--top {
    top: 0;
  }
  .sp_sidebar_btn__line--bottom {
    bottom: 0;
  }
  .sp_sidebar_btn.open .sp_sidebar_btn__line--top {
    top: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(30deg);
  }
  .sp_sidebar_btn.open .sp_sidebar_btn__line--bottom {
    top: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-30deg);
  }
  .sidebar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    display: none;
    margin: 0;
    z-index: 200;
    max-width: 720px;
  }
  .sidebar__inner {
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    max-height: 75dvh;
    padding: 0 32px;
  }
  .sidebar ul {
    border-left: unset;
  }
  .sidebar__inner > ul {
    padding: 32px 0;
  }
  .sidebar__list .sidebar_list__link {
    align-items: center;
    justify-content: space-between;
  }
  .sidebar .sidebar_list_arrow {
    display: block;
    flex: none;
  }
  .sidebar__list:has(ul) .sidebar_list__link .sidebar_list_arrow {
    display: none;
  }
  .sidebar__list:has(ul)
    ul
    .sidebar__list:not(:has(ul))
    .sidebar_list__link
    .sidebar_list_arrow {
    display: block;
  }
  .sidebar ul ul {
    padding-left: 20px;
    border-left: 1px solid #ddd;
  }
  .sidebar--news .sidebar__inner {
    padding: 24px;
    overflow-y: scroll;
  }
}
/*-------------------------------------------------------------------------
							/外部リンク/
-------------------------------------------------------------------------*/
.external_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  border: 1px solid #efefef;
  margin-top: 12px;
  line-height: 1.2;
}
.external_link__sub_title {
  font-size: 14px;
  color: #707070;
}
.external_link img {
  padding-right: 24px;
}
/*-------------------------------------------------------------------------
							/研修連携病院 情報/
-------------------------------------------------------------------------*/
.training_facilities__container {
  background-color: #f2f2e9;
  margin-top: 80px;
  display: flex;
}
.training_facilities__info {
  padding: 40px;
  width: 60%;
  min-width: 300px;
  max-width: 100%;
}
.training_facilities__info h3 {
  font-size: 20px;
  border-bottom: 1px solid #326a3a;
  padding-bottom: 20px;
}
.training_facilities__info .training_facilities__info-item:nth-child(2) {
  margin-top: 32px;
}
.training_facilities__info-item {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}
.training_facilities__info-item .label {
  display: flex;
  align-items: baseline;
  gap: 6px;
  width: 90px;
}
.training_facilities__info-item .label img {
  width: 12px;
}
.training_facilities__info-map {
  width: 40%;
  min-width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .training_facilities__container {
    flex-wrap: wrap;
    width: 100%;
  }
  .training_facilities__info {
    padding: 32px 24px;
    width: 100%;
  }
  .training_facilities__info-map {
    width: 100%;
    height: 350px;
  }
  .training_facilities__info .training_facilities__info-item {
    display: block;
  }
}

/*-------------------------------------------------------------------------
							/ページナビ pagenavi/
-------------------------------------------------------------------------*/
.pagenavi {
  margin-top: 120px;
}
.pagenavi__inner {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.pagenavi-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 4px;
  flex: 1;
}
.pagenavi__inner:has(.pagenavi-link-prev):has(.pagenavi-link-next)
  .pagenavi-link-center {
  flex-direction: column;
  flex: none;
  text-align: center;
}
.pagenavi__inner:has(.pagenavi-link-prev):has(.pagenavi-link-next)
  .pagenavi-link-center
  .pagenavi-link__top {
  justify-content: center;
}
.pagenavi-link__icon {
  width: 48px;
}
.pagenavi-link__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 6px;
  margin-bottom: 12px;
}
.pagenavi-link-next .pagenavi-link__top {
  justify-content: flex-end;
}
.pagenavi__inner:has(.pagenavi-link-prev):not(:has(.pagenavi-link-next))
  .pagenavi-link-center {
  flex-direction: row-reverse;
}
.pagenavi__inner:has(.pagenavi-link-prev):not(:has(.pagenavi-link-next))
  .pagenavi-link-center
  .pagenavi-link__top {
  justify-content: flex-end;
}
.pagenavi-link__content {
  flex: 1;
}
.pagenavi-link__text {
  color: #707070;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
}
.pagenavi-link__title {
  font-size: 16px;
  font-family: var(--jp-font-bold);
  line-height: 1.25;
  margin: -2px 0;
}
.pagenavi-link__box {
  width: 48px;
  height: 48px;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
}
.pagenavi-link__arrow--right {
  margin-left: 1px;
}
.pagenavi-link__arrow--left {
  margin-right: 1px;
}
.pagenavi-link__path {
  fill: none;
  stroke: #326a3a;
  stroke-width: 2px;
}
.pagenavi-link-next .pagenavi-link__title {
  text-align: right;
}
.pagenavi__inner:has(.pagenavi-link-prev):not(:has(.pagenavi-link-next))
  .pagenavi-link-center
  .pagenavi-link__title {
  text-align: right;
}
.pagenavi_parents__string {
  width: 8px;
}
.pagenavi_parents__string:last-of-type {
  display: none;
}
@media screen and (max-width: 1279px) {
  .pagenavi {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pagenavi {
    width: 90%;
    margin: 64px auto 0 auto;
  }
  .pagenavi-link {
    padding: 16px;
  }
  .pagenavi-link__box {
    width: 40px;
    height: 40px;
  }
  .pagenavi__inner {
    flex-direction: column;
  }
}

/*-------------------------------------------------------------------------
							/会員ページ/
-------------------------------------------------------------------------*/
.member_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
.member_menu__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 6px;
  border: 1px solid #ddd;
  height: fit-content;
}
.member_menu__link--only {
  height: auto;
}
.member_menu__link-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  gap: 24px;
  flex: 1;
}
.member_menu__link-icon {
  width: 100px;
  height: auto;
  flex: none;
}
.member_menu__link-desc {
  flex: 1;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.member_menu__link-title {
  font-size: 24px;
  line-height: 1;
}
.member_menu__link-text {
  line-height: 1.6;
  color: #707070;
  margin: -0.3em 0;
}
.member_menu__only {
  width: 100%;
  position: relative;
  background-color: var(--main-color);
  padding: 16px 0;
}
.member_menu__only-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 18px;
  height: auto;
}
.member_menu__only-text {
  text-align: center;
  font-family: var(--jp-font-bold);
  font-size: 14px;
}

.font_size {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 48px;
}
.font_size__text {
  text-align: right;
  font-family: var(--jp-font-bold);
  font-size: var(--fz-16);
}
.font_size__inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.font_size__button {
  width: 80px;
  text-align: center;
  padding: 12px 0;
  border-radius: 100vw;
  margin: 0;
  display: block;
  border: 1px solid #ddd;
  font-size: var(--fz-16);
  background-color: #ddd;
  color: #707070;
  font-family: var(--jp-font-bold);
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}
.font_size__button.active {
  color: var(--sub-color);
  border: 1px solid var(--sub-color);
  background-color: var(--white);
}
.lower__inner--mypage {
  margin-top: 48px;
}

.notes {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 32px;
  margin-bottom: 48px;
}
.notes__title {
  font-size: var(--fz-24);
  font-family: var(--jp-font-bold);
  padding: 32px 0;
}
.notes__list-item {
  padding: 24px 0;
  border-top: 1px solid #ddd;
}
.notes__list-title {
  font-size: var(--fz-16);
  font-family: var(--jp-font-bold);
  line-height: 1.5;
  margin-bottom: 8px;
}
.notes__list-text {
  font-size: var(--fz-16);
  line-height: 1.5;
}

.user_profile {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}
.user_profile__wrapper {
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 28px;
  border-left: 1px solid #ddd;
  flex: 1;
}
.user_profile__box {
}
.user_profile__params {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.user_profile__params-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.user_profile__params-label {
  font-family: var(--jp-font-bold);
  font-size: var(--fz-18);
  line-height: 1.4;
  white-space: nowrap;
  flex: none;
  width: 4em;
}
.user_profile__params-value {
  font-size: var(--fz-18);
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.user_profile__name {
  font-size: var(--fz-28);
  font-family: var(--jp-font-bold);
  margin-bottom: 16px;
}
.user_profile__furigana {
  font-size: var(--fz-14);
}
.user_profile__caption {
  font-size: var(--fz-14);
  line-height: 1.5;
  margin-top: 16px;
  color: #707070;
}
.user_profile__content {
  flex: 1;
  /* max-width: 640px; */
  padding-left: 28px;
  border-left: 1px solid #ddd;
}
.user_profile__item {
  /* padding: 24px; */
  position: relative;
  /* border-radius: 4px; */
  /* background-color: #e7e7db; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.user_profile__item--birthday {
  grid-area: birthday;
}
.user_profile__item--school {
  grid-area: school;
}
.user_profile__item--category {
  height: 100%;
}
.user_profile__item-label {
  font-family: var(--jp-font-bold);
  font-size: var(--fz-18);
  margin-bottom: 20px;
}
.user_profile__item-value {
  font-size: var(--fz-16);
}
.user_profile__item--category .user_profile__item-label {
  margin-bottom: 20px;
}
.user_profile__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  gap: 8px;
}
.user_profile__list-item {
  padding: 16px 0;
  color: var(--sub-color);
  background-color: var(--main-color);
  font-family: var(--jp-font-bold);
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  font-size: var(--fz-16);
}

/* ===== マイページフォーム ===== */
.mypage-message {
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.mypage-message--success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.mypage-message--error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.mypage_content {
  margin-top: 80px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.mypage_content__tab {
  /* padding: 12px 12px 0px 12px; */
}

.mypage_content__tab-inner {
  display: flex;
  background-color: #2c5d33;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.mypage-content__tab-button {
  flex: 1;
  padding: 24px;
  background-color: unset;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--jp-font-bold);
  transition: background-color 0.3s;
  position: relative;
  z-index: 0;
  font-size: var(--fz-16);
}
.mypage-content__tab-button:first-of-type {
  border-radius: 4px 0 0 0;
}
.mypage-content__tab-button:last-of-type {
  border-radius: 0 4px 0 0;
}

.mypage-content__tab-button:hover {
  color: rgba(255, 255, 255, 0.5);
}

.mypage-content__tab-button.active {
  color: var(--sub-color);
  background-color: var(--white);
}
.mypage-content__tab-button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  height: 1px;
  background-color: var(--sub-color);
}

.mypage_content__wrapper {
  position: relative;
  /* padding: 32px 40px 40px 40px; */
}

.mypage-tab-content {
  display: none;
}

.mypage-tab-content.active {
  display: block;
}

.mypage-section-header {
  padding: 32px 40px;
  border-bottom: 1px solid #ddd;
  /* margin-bottom: 32px; */
}

.mypage-section-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mypage-section-header__description {
  width: 100%;
  text-align: center;
  /* background-color: #f0f0f0; */
  /* padding: 24px; */
  font-size: var(--fz-16);
  border-radius: 4px;
  font-family: var(--jp-font);
  color: var(--black);
  margin-top: 32px;
  letter-spacing: 0.03em;
}
.mypage-section-title {
  font-size: var(--fz-28);
  font-family: var(--jp-font);
  color: var(--black);
  margin: 0;
  padding-left: 28px;
  position: relative;
}

.mypage-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--sub-color);
  border-radius: 2px;
}
.mypage-edit-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  padding: 20px;
  background-color: var(--sub-color);
  color: var(--white);
  border: none;
  border-radius: 100vw;
  cursor: pointer;
  font-size: var(--fz-16);
  line-height: 1;
  font-family: var(--jp-font-bold);
  transition: all 0.3s;
  position: relative;
}

.mypage-edit-button__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.mypage-edit-button:hover {
  opacity: 0.5;
}

.mypage-edit-button__icon {
  font-size: 18px;
}

.mypage-form-actions {
  display: flex;
  gap: 16px;
}

.mypage-cancel-button,
.mypage-save-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  padding: 20px;
  background-color: var(--sub-color);
  color: var(--white);
  border: none;
  border-radius: 100vw;
  font-size: var(--fz-16);
  font-family: var(--jp-font-bold);
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.mypage-cancel-button__icon,
.mypage-save-button__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.mypage-cancel-button {
  background-color: #e0e9e1;
  color: var(--sub-color);
}

.mypage-cancel-button:hover {
  opacity: 0.5;
}

.mypage-save-button {
  background-color: var(--sub-color);
}

.mypage-save-button:hover {
  opacity: 0.5;
}

.mypage-form-panel {
  background-color: var(--white);
  border-radius: 4px;
  overflow: hidden;
}

.mypage-field-group:last-child {
  margin-bottom: 0;
}

.mypage-field-group__row {
  display: flex;
  align-items: stretch;
}

.mypage-field-group__label {
  width: 300px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  background-color: var(--main-color);
  border-bottom: 1px solid var(--white);
}

.mypage-field-group:last-of-type
  .mypage-field-group__row
  .mypage-field-group__label {
  border-bottom: none;
}

.mypage-field-group__label-text {
  font-family: var(--jp-font-bold);
  font-size: var(--fz-16);
  line-height: 1.5;
}

.mypage-field-group__required {
  color: #dc3545;
}

.mypage-field-group__value {
  flex: 1;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 64px;
}

.mypage-field-group:last-of-type
  .mypage-field-group__row
  .mypage-field-group__value {
  border-bottom: none;
}

.mypage-field-group__current-value {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mypage-field-group__value-item {
  font-size: var(--fz-16);
  font-family: var(--jp-font);
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: var(--black);
  padding: 16px 0;
}

.mypage-field-value-wrapper {
  display: flex;
  flex-direction: column;
}

.mypage-field-value-wrapper:not(:has(.mypage-field-subheading--phone)) {
  margin-top: 20px;
}

.mypage-field-subheading {
  line-height: 1.25;
}

.mypage-field-subheading span {
  font-size: var(--fz-16);
  font-family: var(--jp-font-bold);
  letter-spacing: 0.025em;
  color: #707070;
}
/* .mypage-field-group__input .mypage-field-subheading span {
  color: #707070;
} */

.mypage-field-subheading--phone {
  /* 自宅/携帯電話番号のサブ見出し専用スタイル */
  margin-bottom: 8px;
}

.mypage-field-input-wrapper {
  display: flex;
  flex-direction: column;
}

.mypage-field-input-wrapper:not(:has(.mypage-field-subheading--phone)) {
  margin-top: 20px;
}

.mypage-field-input-wrapper.mypage-field-error .mypage-field-input,
.mypage-field-input-wrapper.mypage-field-error .mypage-field-radio-group,
[data-field-name].mypage-field-error .mypage-field-input,
[data-field-name].mypage-field-error .mypage-field-radio-group {
  outline-color: #dc3545;
  outline-width: 2px;
}

.mypage-field-error-message {
  font-size: var(--fz-12);
  color: #dc3545;
  margin-top: 4px;
  font-family: var(--jp-font);
  line-height: 1.5;
}

.mypage-field-group__input {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mypage-field-group__caption {
  font-size: var(--fz-14);
  font-family: var(--jp-font);
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #707070;
  margin: -0.25em 0;
}

.mypage-field-input {
  padding: 16px 20px;
  border: none;
  outline: 1px solid #ddd;
  outline-offset: -1px;
  border-radius: 4px;
  font-size: var(--fz-16);
  background-color: #fff;
  width: 100%;
  font-family: var(--jp-font);
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: var(--black);
}

.mypage-field-radio-group {
  display: flex;
  gap: 20px;
}

.mypage-field-radio {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 20px 0;
  font-family: var(--jp-font);
  line-height: 1;
  letter-spacing: 0.025em;
  font-size: var(--fz-16);
}

.mypage-field-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.mypage-field-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.mypage-field-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* 編集モード時の表示制御 */
.mypage-tab-content[data-mode="view"] .mypage-form-actions {
  display: none;
}

.mypage-tab-content[data-mode="edit"] .mypage-form-actions {
  display: flex;
}

.mypage-tab-content[data-mode="edit"] .mypage-edit-button {
  display: none;
}

.mypage-tab-content[data-mode="view"] .mypage-field-group__current-value {
  display: flex;
}

.mypage-tab-content[data-mode="view"] .mypage-edit-button {
  display: inline-flex;
}

/* viewモードでは入力欄を非表示 */
.mypage-tab-content[data-mode="view"] .mypage-field-group__input {
  display: none;
}

/* editモードでは現在値も入力欄も表示 */
.mypage-tab-content[data-mode="edit"] .mypage-field-group__current-value {
  display: flex;
}

.mypage-tab-content[data-mode="edit"] .mypage-field-group__input {
  display: flex;
}

/* 入力欄の読み取り専用スタイル */
.mypage-field-input--readonly,
.mypage-field-input:disabled,
.mypage-field-radio input[type="radio"]:disabled,
.mypage-field-checkbox input[type="checkbox"]:disabled {
  background-color: #f7f7f7;
  cursor: not-allowed;
  color: #707070;
}
.mypage-field-radio input[type="radio"]:disabled + span {
  color: #707070;
}

/* パスワード表示ボタン */
.mypage-password-field-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.mypage-password-field-wrapper .mypage-field-input {
  padding-right: 40px;
}

.mypage-password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.mypage-password-toggle:hover {
  background-color: #f0f0f0;
}

.mypage-password-toggle__icon {
  width: 21px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
}

.mypage-password-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* パスワード現在値の表示ボタン */
.mypage-password-current-value-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.mypage-password-current-value {
  display: inline-block;
}

.mypage-password-current-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.mypage-password-current-toggle:hover {
  background-color: #f0f0f0;
}

/*-------------------------------------------------------------------------
							/ログインページ/
-------------------------------------------------------------------------*/
.lower__inner--login {
  margin-top: 80px;
}
.login-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
}
.form-group:not(:has(.login-submit-btn)) {
  margin-bottom: 32px;
}
.form-group label {
  display: block;
  margin-bottom: 16px;
  font-family: var(--jp-font-bold);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: var(--black);
}
.form-control {
  font-size: 16px;
  line-height: 1;
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  color: var(--black);
  padding: 16px 20px;
}
.login-submit-btn {
  background-color: #e0e9e1;
  color: var(--sub-color);
  padding: 20px 0;
  width: 100%;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-family: var(--jp-font-bold);
  line-height: 1;
  letter-spacing: 0.025em;
}

/* ===================================
  OTP認証 / 名簿ページ
=================================== */

.lower__inner--directory {
  margin-top: 48px;
}
/* OTP認証セクション */
.otp-auth {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
}

.otp-auth__container {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  border: 1px solid #ddd;
  text-align: center;
}

.otp-auth__icon {
  color: var(--sub-color);
  margin-bottom: 24px;
}

.otp-auth__icon img {
  width: 144px;
  height: 144px;
  display: block;
  margin: 0 auto;
}

.otp-auth__title {
  font-size: 24px;
  font-family: var(--jp-font-bold);
  color: var(--black);
  margin-bottom: 16px;
  line-height: 1.4;
}

.otp-auth__description {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 32px;
}

.otp-auth__step {
  /* margin-top: 24px; */
}

.otp-auth__instruction {
  font-size: 16px;
  color: var(--black);
  line-height: 1.75;
  margin-bottom: 24px;
}

.otp-auth__note {
  font-size: 14px;
  color: #707070;
  line-height: 1.75;
  margin-bottom: 24px;
  text-align: left;
}

.otp-auth__form {
  margin-top: 24px;
}

.otp-auth__input-group {
  margin-bottom: 20px;
  text-align: left;
}

.otp-auth__label {
  display: block;
  font-size: 14px;
  font-family: var(--jp-font-bold);
  color: var(--black);
  margin-bottom: 8px;
}

.otp-auth__input {
  width: 100%;
  padding: 16px 20px;
  font-size: 24px;
  font-family: var(--jp-font-bold);
  text-align: center;
  letter-spacing: 0.5em;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}

.otp-auth__input:focus {
  outline: none;
  border-color: var(--sub-color);
}

.otp-auth__input::placeholder {
  color: #ccc;
  letter-spacing: 0.3em;
}

.otp-auth__error {
  background: #fff5f5;
  border: 1px solid #ffcdd2;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  color: #c62828;
  font-size: 14px;
  line-height: 1.6;
}

.otp-auth__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.otp-auth__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-size: 16px;
  font-family: var(--jp-font-bold);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  width: 100%;
}

.otp-auth__btn--primary {
  background: var(--sub-color);
  color: #fff;
}

.otp-auth__btn--primary:hover {
  background: #2d5a4a;
}

.otp-auth__btn--primary:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.otp-auth__btn--secondary {
  background: transparent;
  color: var(--sub-color);
  border: 1px solid var(--sub-color);
}

.otp-auth__btn--secondary:hover {
  background: #f5f9f7;
}

/* ローディング */
.otp-auth__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  color: #666;
}

.otp-auth__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f0f0f0;
  border-top-color: var(--sub-color);
  border-radius: 50%;
  animation: otp-spin 0.8s linear infinite;
  margin-bottom: 16px;
}

@keyframes otp-spin {
  to {
    transform: rotate(360deg);
  }
}

/* 名簿表示エリア */
.directory-content {
  /* max-width: 1200px;
  margin: 0 auto; */
  /* padding: 20px; */
}

.directory-content__header {
  margin-bottom: 32px;
}

.directory-content__title {
  font-size: 24px;
  font-family: var(--jp-font-bold);
  color: var(--black);
  margin-bottom: 16px;
}

.directory-content__notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 6px;
  padding: 16px;
  font-size: var(--fz-14);
  color: #5d4037;
  line-height: 1.6;
}

.directory-content__notice-icon {
  flex-shrink: 0;
}

.directory-content__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}

.directory-content__body__inner {
  flex: 1;
  overflow-x: auto;
}

.directory-content__placeholder {
  text-align: center;
  color: #888;
  font-size: var(--fz-14);
}

/* エラー表示 */
.directory-error {
  text-align: center;
  padding: 60px 20px;
}

.directory-error p {
  font-size: var(--fz-16);
  color: #666;
  margin-bottom: 24px;
}

.directory-error__link {
  display: inline-block;
  padding: 12px 24px;
  background: var(--sub-color);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--jp-font-bold);
  transition: background 0.2s ease;
}

.directory-error__link:hover {
  background: #2d5a4a;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .otp-auth {
    margin: 20px auto;
    padding: 0 16px;
  }

  .otp-auth__container {
    padding: 32px 20px;
  }

  .otp-auth__title {
    font-size: 20px;
  }

  .otp-auth__input {
    font-size: 20px;
    padding: 14px 16px;
  }

  .directory-content {
    padding: 16px;
  }

  .directory-content__body {
    padding: 24px 16px;
  }
}

/* ===================================
   名簿テーブル / フィルター / モーダル
   =================================== */

/* コントロール（検索・ソート・フィルター） */
.directory-controls {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 6px;
}

.directory-controls__search,
.directory-controls__sort,
.directory-controls__filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.directory-controls__search {
  min-width: 200px;
  flex: 1;
}

.directory-controls__label {
  font-size: var(--fz-14);
  font-family: var(--jp-font-bold);
  color: var(--black);
}

.directory-controls__input,
.directory-controls__select {
  padding: 10px 14px;
  font-size: var(--fz-16);
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s;
}

.directory-controls__input:focus,
.directory-controls__select:focus {
  outline: none;
  border-color: var(--sub-color);
}

.directory-controls__checkboxes {
  display: flex;
  gap: 8px;
}

.directory-controls__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz-16);
  font-family: var(--jp-font);
  color: #707070;
  padding: 10px 14px;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.directory-controls__checkbox:has(input:checked) {
  border: 1px solid var(--sub-color);
  color: var(--sub-color);
}

.directory-controls__checkbox input {
  appearance: none;
}

/* 件数表示 */
.directory-count {
  margin-bottom: 16px;
  font-size: var(--fz-14);
  color: #666;
}

/* テーブル */
.directory-table-wrapper {
  overflow-x: auto;
  margin-bottom: 24px;
  border: 1px solid #eee;
  border-radius: 6px;
}

.directory-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fz-14);
}

.directory-table th,
.directory-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.directory-table th {
  background: #f5f5f5;
  font-family: var(--jp-font-bold);
  color: #333;
  white-space: nowrap;
  min-width: 120px;
}

.directory-table__th--sortable {
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 28px;
  transition: background 0.15s;
}

.directory-table__th--sortable:hover {
  background: #eaeaea;
}

.sortable_icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.sortable_icon__svg {
  width: 12px;
  height: 12px;
}
.sortable_icon__svg path {
  fill: #b4b4b4;
}
.directory-table__th--sortable.active.asc .sortable_icon__svg--up path {
  fill: var(--black);
}
.directory-table__th--sortable.active.desc .sortable_icon__svg--down path {
  fill: var(--black);
}

.directory-table__row {
  cursor: pointer;
  transition: background 0.15s;
}

.directory-table__row:hover {
  background: #f9fafb;
}

.directory-table__empty {
  text-align: center;
  padding: 40px 16px;
  color: #888;
}

/* ページネーション */
.directory-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.directory-pagination__btn {
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: var(--fz-14);
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: all 0.15s;
}

.directory-pagination__btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

.directory-pagination__btn.active {
  background: var(--sub-color);
  border-color: var(--sub-color);
  color: #fff;
}

.directory-pagination__ellipsis {
  padding: 0 8px;
  color: #888;
}

/* モーダル */
.directory-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.directory-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.directory-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.directory-modal__content {
  position: relative;
  width: 90%;
  max-width: 880px;
  max-height: 80vh;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.directory-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  line-height: 1;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.directory-modal__close img {
  width: 20px;
  height: 20px;
}
.directory-modal__close:hover {
  opacity: 0.5;
}

.directory-modal__body {
  padding: 32px;
  max-height: 80vh;
  overflow-y: auto;
}

.directory-modal__sections {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.directory-modal__section {
  /* padding-bottom: 20px;
  border-bottom: 1px solid #eee; */
}

.directory-modal__section:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.directory-modal__section-title {
  font-size: var(--fz-18);
  font-family: var(--jp-font-bold);
  color: var(--sub-color);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--sub-color);
}

.directory-modal__dl {
  display: grid;
  grid-template-columns: 144px 1fr;
  gap: 12px 16px;
}

.directory-modal__dl dt {
  font-size: var(--fz-16);
  color: var(--black);
  font-family: var(--jp-font-bold);
}

.directory-modal__dl dd {
  font-size: var(--fz-16);
  color: var(--black);
  font-family: var(--jp-font);
  word-break: break-all;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .directory-controls {
    flex-direction: column;
    gap: 16px;
  }

  .directory-controls__search {
    min-width: 100%;
  }

  .directory-controls__checkboxes {
    gap: 8px;
  }

  .directory-table th,
  .directory-table td {
    padding: 10px 12px;
    font-size: 13px;
  }

  .directory-modal__content {
    width: 95%;
    max-height: 90vh;
  }

  .directory-modal__body {
    padding: 24px 20px;
  }

  .directory-modal__dl {
    grid-template-columns: 100px 1fr;
    gap: 8px 12px;
  }
}
