@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 901px) {
  html {
    font-size: 70.3%;
  }
}

:target {
  scroll-margin-top: var(--headerHeight, 60px); /* ヘッダーの高さ分の余白を確保 */
}

body {
  color: #002A18;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

ol {
  list-style: none;
}

.di-b {
  display: inline-block !important;
}

.textlink {
  color: #009150;
  text-decoration: underline;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .textlink:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.bg {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 100;
}

.pc-only {
  display: none;
}
@media screen and (min-width: 901px) {
  .pc-only {
    display: inline;
  }
}

.pc-none {
  display: block;
}
@media screen and (min-width: 901px) {
  .pc-none {
    display: none;
  }
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt30 {
  margin-top: 30px;
}

.underline {
  text-decoration: underline;
}

.textLarge {
  font-size: 1.2em;
}

.top {
  font-size: 10px;
  vertical-align: top;
}

.ws-nowrap {
  white-space: nowrap;
}

.ta-c {
  text-align: center;
}

.more-btn a {
  background: rgb(76, 184, 196);
  background: linear-gradient(90deg, rgb(76, 184, 196) 0%, rgb(60, 211, 173) 100%);
  color: #fff;
  padding: 0.4em 1.2em;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px rgba(0, 157, 91, 0.8);
  transition: 0.5s;
}
.more-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .more-btn a:hover {
    transform: translate(2px, 2px);
    box-shadow: none;
  }
  .more-btn a:hover::before {
    opacity: 0;
  }
  .more-btn a:hover::after {
    top: 0;
    left: 100%;
  }
}
.more-btn--mr {
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 0 5%;
}
@media screen and (min-width: 901px) {
  .more-btn--mr {
    max-width: 1400px;
    padding: 75px 0;
  }
}
@media screen and (min-width: 901px) {
  .more-btn--mr {
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
}

.link-btn {
  display: block;
  background: rgb(76, 184, 196);
  background: linear-gradient(90deg, rgba(76, 184, 196, 0.2) 0%, rgba(60, 211, 173, 0.2) 100%);
  color: #009150;
  transition: 0.3s;
  padding: 0.8em 1em 0.6em;
  position: relative;
  white-space: nowrap;
  margin-inline: auto;
  font-weight: bold;
  position: relative;
}
.link-btn::after {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009150 transparent;
  border-width: 0px 0px 15px 15px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .link-btn:hover {
    background-color: #f6f6f6;
  }
  .link-btn:hover::after {
    transform: translate(1px, 1px);
  }
}

.sns {
  display: flex;
  gap: 17px;
}
.sns--pconly {
  display: none;
}
@media screen and (min-width: 901px) {
  .sns--pconly {
    display: flex;
  }
}
@media screen and (max-width: 415px) {
  .sns {
    gap: 10px;
  }
}
.sns li {
  width: 30px;
}
.sns--header {
  padding-bottom: 100px;
  justify-content: center;
  gap: 45px;
}
@media screen and (min-width: 901px) {
  .sns--header {
    display: none;
  }
}
@media screen and (max-width: 415px) {
  .sns--header {
    gap: 30px;
  }
}
.sns--header li {
  width: 60px;
  height: 60px;
}
.sns_link {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-inline: auto;
}
.sns_link::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 60px;
  height: 60px;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sns_link img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
}

/*----------------------------
scroll_up ｜下から上へ出現
scroll_ down｜上から下へ出現
----------------------------*/
.scroll_up {
  transition: 0.6s ease-in-out;
  transform: translateY(10px);
  opacity: 0;
}

.scroll_up.on, .scroll_down.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_down {
  transition: 0.5s ease-in-out;
  transform: translateY(-5px);
  opacity: 0;
}

@media screen and (min-width: 901px) {
  .scroll_down--2 {
    transition-delay: 0.25s;
  }
}

@media screen and (min-width: 901px) {
  .scroll_down--3 {
    transition-delay: 0.5s;
  }
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  transition: 0.6s ease-in-out;
  transform: translateX(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  backdrop-filter: blur(0px);
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
  backdrop-filter: blur(15px);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  transition: 0.6s ease-in-out;
  transform: translateX(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  backdrop-filter: blur(0px);
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
  backdrop-filter: blur(15px);
}

.header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 9999;
}
@media screen and (min-width: 901px) {
  .header {
    display: flex;
    align-items: center;
  }
}
.header_logo {
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 901px) {
  .header_logo {
    background: none;
    width: 35%;
    min-width: 280px;
  }
}
.header_logoimg {
  max-width: 260px;
  width: 80%;
  transition: 0.3s;
}
@media screen and (min-width: 901px) {
  .header_logoimg {
    width: 100%;
    max-width: 400px;
  }
}
.header_logoimg.change-size {
  max-width: 260px;
  width: 80%;
}
@media screen and (min-width: 901px) {
  .header_logoimg.change-size {
    max-width: 270px;
    width: 100%;
  }
}
.header.change-color {
  border-bottom: 1px solid #f6f6f6;
}
@media screen and (min-width: 901px) {
  .header.change-color {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
  }
}

/* backdrop-filter 非対応ブラウザ用 */
@supports not (backdrop-filter: blur(5px)) {
  .header.change-color {
    background: rgba(255, 255, 255, 0.8);
  }
}
#drawer {
  display: none;
}
#drawer:checked + .drawer-btn span {
  border-bottom: solid 1px transparent;
}
#drawer:checked + .drawer-btn span::before {
  transform: rotate(135deg) scaleX(0.8);
  top: 50%;
}
#drawer:checked + .drawer-btn span::after {
  transform: rotate(-135deg) scaleX(0.8);
  top: 50%;
}
#drawer:checked ~ .nav {
  right: 0;
}
#drawer:checked ~ .drawer-btn::after {
  display: none;
}
#drawer:checked ~ .drawer-btn::before {
  display: block;
}
#drawer:checked ~ .header_cover {
  position: fixed;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f6f6f6;
  opacity: 0.5;
  display: block;
}
@media screen and (min-width: 901px) {
  #drawer:checked ~ .header_cover {
    display: none;
  }
}

body:has(#drawer:checked) {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

label {
  position: fixed;
}

label[for] {
  pointer-events: visible;
}

.drawer-btn {
  position: fixed;
  display: block;
  height: 50px;
  width: 50px;
  transition: transform 0.4s;
  top: 5px;
  right: 5px;
  z-index: 1000;
}
@media screen and (min-width: 901px) {
  .drawer-btn {
    pointer-events: none;
  }
}
.drawer-btn::after {
  position: absolute;
  bottom: 0.2em;
  width: 100%;
  text-align: center;
  display: block;
  content: "MENU";
  font-size: 10px;
  color: #002A18;
}
.drawer-btn::before {
  position: absolute;
  bottom: 0.2em;
  width: 100%;
  text-align: center;
  display: none;
  content: "CLOSE";
  font-size: 10px;
  color: #002A18;
}
.drawer-btn span {
  border-bottom: solid 2px #002A18;
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  transition: transform 0.4s;
}
.drawer-btn span::before, .drawer-btn span::after {
  border-bottom: solid 2px #002A18;
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  transition: transform 0.4s;
}
.drawer-btn span::before {
  transform: translateY(8px);
}
.drawer-btn span::after {
  transform: translateY(-8px);
}
@media screen and (min-width: 901px) {
  .drawer-btn {
    display: none;
  }
}

.nav {
  position: fixed;
  top: 60px;
  right: -100%;
  overflow: hidden;
  background-color: rgba(0, 157, 91, 0.8);
  width: 100%;
  transition: all 0.6s;
  color: #fff;
  padding: 10px 0 70px;
  z-index: 2;
  max-height: 100vh;
  max-width: 500px;
  overflow-y: scroll;
}
@media screen and (min-width: 901px) {
  .nav {
    background-color: unset;
    position: unset;
    padding: 0;
    width: 100%;
    max-width: unset;
    overflow: visible;
  }
}
.nav_list {
  padding: 25px 25px 50px;
}
@media screen and (min-width: 901px) {
  .nav_list {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    color: #002A18;
    padding: 0;
    gap: 2vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.nav_list > li {
  margin-bottom: 20px;
}
@media screen and (min-width: 901px) {
  .nav_list > li {
    margin-bottom: 0;
    position: relative;
  }
}
@media screen and (min-width: 901px) {
  .nav_list li {
    margin-inline: auto;
    display: flex;
  }
}
@media screen and (min-width: 901px) {
  .nav_list li:hover .nav_sublist {
    opacity: 1;
    pointer-events: visible;
  }
}
.nav_link {
  display: block;
  transition: 0.3s;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  .nav_link {
    font-size: clamp(1.2rem, 1.5vw, 1.6rem);
    text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
    padding: 0.5em 0.7em 0.4em;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 1.3;
  }
}
@media screen and (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .nav_link:hover {
    color: #009150;
  }
}
.nav_en {
  display: none;
}
@media screen and (min-width: 901px) {
  .nav_en {
    display: block;
    font-size: 10px;
    color: #009150;
  }
}
.nav_sublist {
  width: 100%;
  margin-top: 3px;
}
.nav_sublist li {
  display: block;
}
.nav_sublist li:not(:last-child) {
  border-bottom: 1px solid #009150;
}
.nav_sublist a {
  background-color: #f6f6f6;
  color: #009150;
  display: block;
  padding: 0.6em 0.7em 0.4em;
  transition: 0.3s;
  font-weight: bold;
  position: relative;
}
.nav_sublist a::after {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009150 transparent;
  border-width: 0px 0px 15px 15px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .nav_sublist a:hover {
    background-color: #fff;
  }
  .nav_sublist a:hover::after {
    transform: translate(1px, 1px);
  }
}
.nav_sublist a::after {
  border-width: 0px 0px 10px 10px;
}
@media screen and (min-width: 901px) {
  .nav_sublist {
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    margin-top: 0;
    top: calc(clamp(1.8rem, 2.2vw, 2.7rem) + 5px);
    left: 0;
    font-size: 1.4rem;
    min-width: 150px;
  }
}

.home .nav-home > a, .introduction .nav-introduction > a, .about .nav-about > a, .guidance .nav-guidance > a, .patient .nav-patient > a, .performance .nav-performance > a {
  color: #002A18;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .home .nav-home > a, .introduction .nav-introduction > a, .about .nav-about > a, .guidance .nav-guidance > a, .patient .nav-patient > a, .performance .nav-performance > a {
    color: #009150;
    font-weight: 700;
  }
}
.home .nav-home > a::after, .introduction .nav-introduction > a::after, .about .nav-about > a::after, .guidance .nav-guidance > a::after, .patient .nav-patient > a::after, .performance .nav-performance > a::after {
  opacity: 0;
}

.mainvisual {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: sticky;
  z-index: -1;
  top: 60px;
}
@media screen and (min-width: 901px) {
  .mainvisual {
    top: 0;
  }
}
.mainvisual::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 40vw;
  max-height: 250px;
  width: 45vw;
  max-width: 300px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: rgba(0, 157, 91, 0.1);
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 901px) {
  .mainvisual::after {
    top: unset;
    bottom: 0;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    max-width: 500px;
    max-height: 450px;
  }
}
.mainvisual_catch {
  position: absolute;
  top: 5vw;
  left: 5vw;
  color: #009150;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 700;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
  z-index: 99;
}
@media screen and (min-width: 901px) {
  .mainvisual_catch {
    top: unset;
    bottom: 50px;
    left: 50px;
    font-size: clamp(3rem, 4.5vw, 5rem);
  }
}
.mainvisual_slider {
  height: 100%;
}
.mainvisual_imgbox {
  height: 100%;
}
.mainvisual_imgbox img {
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.mainvisual_scroll {
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 100px;
  color: #fff;
  text-shadow: #002A18 1px 1px 3px, #002A18 -1px -1px 1px;
  animation: fluffy 5s infinite;
}
@media screen and (min-width: 901px) {
  .mainvisual_scroll {
    bottom: 10px;
  }
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  box-shadow: #002A18 1px -1px 1px 0px;
}

.select-list {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7px);
}
.select-list_items {
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 50px 0;
}
@media screen and (min-width: 901px) {
  .select-list_items {
    max-width: 1400px;
    padding: 75px 0;
  }
}
.select-list_items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  color: #009150;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 901px) {
  .select-list_items {
    flex-direction: row;
    gap: 4vw;
    width: 90%;
  }
}
.select-list_addition {
  font-weight: 400;
  font-size: 0.75em;
  display: block;
}
.select-list li {
  width: 100%;
  max-width: 500px;
  height: 150px;
  margin-inline: auto;
  text-shadow: #fff 1px 1px 2px, #fff -1px -1px 2px;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.select-list li:nth-child(1) .select-list_link {
  background-image: url(../images/home/guidance.jpg);
}
@supports (background-image: url("../images/home/guidance.webp")) {
  .select-list li:nth-child(1) .select-list_link {
    background-image: url("../images/home/guidance.webp");
  }
}
.select-list li:nth-child(2) .select-list_link {
  background-image: url(../images/home/patient.jpg);
}
@supports (background-image: url("../images/home/patient.webp")) {
  .select-list li:nth-child(2) .select-list_link {
    background-image: url("../images/home/patient.webp");
  }
}
.select-list li:nth-child(3) {
  line-height: 1.3;
}
.select-list li:nth-child(3)::before {
  position: absolute;
  content: "兵庫医科大学のHPに移動します";
  color: #002A18;
  font-weight: 400;
  font-size: 0.75em;
  width: 100%;
  text-align: center;
  top: 155px;
}
@media screen and (min-width: 901px) {
  .select-list li:nth-child(3)::before {
    font-size: 0.65em;
  }
}
.select-list li:nth-child(3) .select-list_link {
  background-image: url(../images/home/relationship.jpg);
}
@supports (background-image: url("../images/home/relationship.webp")) {
  .select-list li:nth-child(3) .select-list_link {
    background-image: url("../images/home/relationship.webp");
  }
}
.select-list li::after {
  position: absolute;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #009150;
  left: -10px;
  top: -15px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .select-list li:hover::after {
    background: rgba(0, 157, 91, 0.1);
    transform: translate(-1.5px, -1px);
  }
}
.select-list_link {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  pointer-events: auto;
  transition: 0.3s;
}
.select-list_link::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.select-list_link {
  position: relative;
}
.select-list_link::after {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009150 transparent;
  border-width: 0px 0px 15px 15px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .select-list_link:hover {
    filter: contrast(0.9);
    transform: translate(1px, 1px);
  }
  .select-list_link:hover::after {
    transform: translate(1px, 1px);
  }
}

/* backdrop-filter 非対応ブラウザ用 */
@supports not (backdrop-filter: blur(7px)) {
  .select-list {
    background: rgba(255, 255, 255, 0.7);
  }
}
.section-ttl {
  color: #009150;
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
  font-size: 2.6rem;
  text-align: center;
  display: block grid;
  place-items: center;
}
@media screen and (min-width: 901px) {
  .section-ttl {
    margin-bottom: 1.5em;
  }
}
.section-ttl_ja {
  z-index: 2;
}
.section-ttl_en {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0, 157, 91, 0.1);
  font-size: 7rem;
  font-family: "Montserrat Subrayada", serif;
  font-weight: 700;
  font-style: normal;
}
.section-ttl_en--reverse {
  color: #fff;
}
@media screen and (min-width: 901px) {
  .section-ttl_en {
    font-size: 8rem;
  }
}

.top-archive {
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 50px 0;
}
@media screen and (min-width: 901px) {
  .top-archive {
    max-width: 1400px;
    padding: 75px 0;
  }
}
.top-archive {
  display: flex;
  flex-direction: column;
  gap: 15vw;
}
@media screen and (min-width: 768px) {
  .top-archive {
    width: 80%;
  }
}
@media screen and (min-width: 901px) {
  .top-archive {
    flex-direction: row;
    justify-content: space-between;
    gap: 5vw;
    width: 95%;
  }
}
@media screen and (min-width: 901px) {
  .top-archive_section {
    width: 48%;
  }
}
.top-archive_list {
  margin: 50px 0 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 500px;
}
.top-archive_list--news {
  max-height: 300px;
}
@media screen and (min-width: 901px) {
  .top-archive_list--news {
    max-height: 500px;
  }
}
@media screen and (min-width: 901px) {
  .top-archive_list {
    max-height: 500px;
  }
}
.top-archive_newsbox {
  padding: 0.3em 0.5em 0.8em;
  margin: 0.5em 5px 0.5em 0;
  border-bottom: 2px solid rgba(0, 145, 157, 0.1);
}
.top-archive_newsbox a {
  color: #009150;
  text-decoration: underline;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .top-archive_newsbox a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.top-archive_newsbox dd {
  line-height: 1.2;
}
.top-archive_newsttl {
  margin: 3px 0;
  font-size: 1.05em;
}
.top-archive_newsimg {
  display: block;
  width: 80%;
  margin-top: 10px;
  max-width: 320px;
}
@media screen and (max-width: 415px) {
  .top-archive_newsimg {
    margin-inline: auto;
  }
}
.top-archive li {
  margin-bottom: 20px;
  margin-right: 5px;
}
.top-archive li:nth-child(even) .top-archive_link::before {
  position: absolute;
  z-index: -2;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  background: rgba(0, 157, 91, 0.1);
  transition: 0.3s;
}
@media screen and (max-width: 415px) {
  .top-archive li:nth-child(even) .top-archive_link::before {
    width: 100%;
  }
}
.top-archive li:nth-child(odd) .top-archive_link::before {
  position: absolute;
  z-index: -2;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  background: rgba(0, 145, 157, 0.1);
  transition: 0.3s;
}
@media screen and (max-width: 415px) {
  .top-archive li:nth-child(odd) .top-archive_link::before {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-archive li:hover .top-archive_link::before {
    background: #f6f6f6;
    z-index: -2;
  }
}
.top-archive_imgbox {
  width: 30%;
  position: relative;
  max-width: 150px;
  z-index: 3;
  transition: 0.3s;
  overflow: hidden;
}
.top-archive_imgbox img {
  aspect-ratio: 4/3;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 0.3s;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 415px) {
  .top-archive_imgbox {
    width: 100%;
    max-width: unset;
  }
}
.top-archive_link {
  display: flex;
  align-items: center;
  gap: 2vw;
  padding: 1em 0.5em 0;
  position: relative;
  position: relative;
}
.top-archive_link::after {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009150 transparent;
  border-width: 0px 0px 15px 15px;
  transition: 0.3s;
}
.top-archive_link {
  transition: 0.3s;
}
@media screen and (max-width: 415px) {
  .top-archive_link {
    flex-direction: column;
    padding: 1em;
    align-items: flex-start;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-archive_link:hover::after {
    transform: translate(1px, 1px);
  }
  .top-archive_link:hover .top-archive_imgbox {
    opacity: 0.8;
  }
}
.top-archive_ttl {
  color: #009150;
  line-height: 1.3;
  font-weight: 700;
  width: 70%;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 415px) {
  .top-archive_ttl {
    width: 100%;
    padding: 0.5em 0 0;
  }
}
@media screen and (min-width: 901px) {
  .top-archive_ttl {
    width: calc(100% - 150px);
    padding-top: 0;
  }
}
.top-archive_date {
  font-size: 0.8em;
  font-weight: 400;
  color: #002A18;
  white-space: nowrap;
}
.top-archive_category {
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 3px 6px;
  font-size: 0.8em;
  background: rgb(76, 184, 196);
  background: linear-gradient(90deg, rgba(76, 184, 196, 0.2) 0%, rgba(60, 211, 173, 0.2) 100%);
  display: inline-block;
}

.top-section--staff {
  padding-bottom: 50px;
}
@media screen and (min-width: 901px) {
  .top-section--staff {
    margin-bottom: 150px;
  }
}
.top-section--staff {
  position: relative;
}
.top-section--staff::before {
  position: absolute;
  content: "";
  background: rgba(0, 157, 91, 0.1);
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0.5;
}
@media screen and (min-width: 901px) {
  .top-section--staff::before {
    width: 50%;
    height: 70%;
  }
}
.top-section--staff::after {
  position: absolute;
  content: "";
  background: #e5f5ee;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 30%;
}
@media screen and (min-width: 901px) {
  .top-section--staff::after {
    width: 70%;
    height: 90%;
  }
}
.top-section--about {
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .top-section--about {
    padding-bottom: 200px;
  }
}
.top-section--about::before {
  position: absolute;
  content: "";
  background: rgba(0, 145, 157, 0.1);
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0.5;
}
@media screen and (min-width: 901px) {
  .top-section--about::before {
    width: 70%;
    height: 70%;
  }
}
.top-section--about::after {
  position: absolute;
  content: "";
  background: #e5f4f5;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 30%;
}
@media screen and (min-width: 901px) {
  .top-section--about::after {
    width: 60%;
    height: calc(100% - 150px);
  }
}
.top-section_inner {
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 50px 5% 20px;
}
@media screen and (min-width: 901px) {
  .top-section_inner {
    max-width: 1400px;
    padding: 75px 0;
  }
}
.top-section_inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 901px) {
  .top-section_inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 3vw;
    padding: 75px 0 30px;
    width: 90%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 901px) {
  .top-section_inner--reverse {
    flex-direction: row-reverse;
  }
}
.top-section_contents {
  display: contents;
}
@media screen and (min-width: 901px) {
  .top-section_contents {
    display: block;
    width: 45%;
    min-width: 420px;
    margin-top: 15px;
  }
}
.top-section .section-ttl {
  order: 1;
}
.top-section_imgbox {
  order: 2;
  margin-bottom: 1rem;
  aspect-ratio: 16/9;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .top-section_imgbox {
    width: 55%;
  }
}
.top-section_imgbox img {
  max-width: 500px;
}
@media screen and (min-width: 901px) {
  .top-section_imgbox img {
    max-width: unset;
  }
}
.top-section_text {
  order: 3;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .top-section_text {
    margin-bottom: 1.5rem;
  }
}
.top-section_list {
  order: 4;
}
.top-section_catch {
  color: #009150;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 901px) {
  .top-section_catch {
    font-size: 2.4rem;
  }
}

.link-list {
  background-color: #fff;
  background-image: url(../images/home/bg.jpg);
}
@supports (background-image: url("../images/home/bg.webp")) {
  .link-list {
    background-image: url("../images/home/bg.webp");
  }
}
.link-list {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  backdrop-filter: blur(2px);
  text-align: center;
  color: #009150;
  font-weight: 700;
  position: relative;
  z-index: 0;
  background-color: transparent;
  padding: 50px 0 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.link-list::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.link-list_items {
  position: relative;
  z-index: 1;
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 50px 0;
}
@media screen and (min-width: 901px) {
  .link-list_items {
    max-width: 1400px;
    padding: 75px 0;
  }
}
.link-list_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 5vw;
}
.link-list_items li {
  width: 45%;
  max-width: 400px;
  min-width: 200px;
  flex-grow: 1;
}
.link-list_link {
  border: 1px solid #009150;
  backdrop-filter: blur(15px);
  background: rgb(76, 184, 196);
  background: linear-gradient(90deg, rgba(76, 184, 196, 0.1) 0%, rgba(60, 211, 173, 0.1) 100%);
  padding: 0.5em 0.75em 1.2em;
  display: block;
  transition: 0.3s;
  position: relative;
}
.link-list_link::after {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009150 transparent;
  border-width: 0px 0px 15px 15px;
  transition: 0.3s;
}
.link-list_link {
  font-size: 2.2rem;
  text-shadow: 1px 1px 2px #fff, 0px 0px 2px #fff;
}
@media (hover: hover) and (pointer: fine) {
  .link-list_link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
  }
  .link-list_link:hover::after {
    transform: translate(1px, 1px);
  }
  .link-list_link:hover .link-list_imgbox {
    filter: contrast(0.8);
  }
}
@media screen and (min-width: 768px) {
  .link-list_link {
    padding: 0.75em 1em 1.2em;
  }
}
.link-list_imgbox {
  margin-inline: auto;
  display: block;
  transition: 0.3s;
}
.link-list_foot {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7px);
  position: relative;
  z-index: 1;
}
.link-list_list {
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 50px 0;
}
@media screen and (min-width: 901px) {
  .link-list_list {
    max-width: 1400px;
    padding: 75px 0;
  }
}
.link-list_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5vw;
  padding: 50px 20px;
}
@media screen and (min-width: 901px) {
  .link-list_list li {
    height: 80px;
  }
}
@media screen and (max-width: 415px) {
  .link-list_list {
    padding: 30px 15px;
    gap: 10vw;
  }
}
@media screen and (min-width: 901px) {
  .link-list_list {
    justify-content: center;
    gap: 150px;
    padding: 50px 10px;
  }
}
.link-list_foot-link {
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: 0.3s;
}
@media screen and (min-width: 901px) {
  .link-list_foot-link {
    padding: 0 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link-list_foot-link:hover {
    opacity: 0.8;
  }
}

/* backdrop-filter 非対応ブラウザ用 */
@supports not (backdrop-filter: blur(7px)) {
  .link-list_foot {
    background: rgba(0, 157, 91, 0.1);
  }
}
.footer {
  color: #002A18;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 100;
}
.footer_head {
  background-image: url(../images/home/bg.jpg);
}
@supports (background-image: url("../images/home/bg.webp")) {
  .footer_head {
    background-image: url("../images/home/bg.webp");
  }
}
.footer_head {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
}
.footer_head::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  backdrop-filter: blur(1px);
}
.footer_body {
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 30px 5%;
}
@media screen and (min-width: 901px) {
  .footer_body {
    max-width: 1400px;
    padding: 75px 0;
  }
}
.footer_body {
  padding-bottom: 10px;
}
@media screen and (min-width: 901px) {
  .footer_body {
    padding: 30px 0 50px;
    display: flex;
    align-items: center;
    gap: 3vw;
    min-width: 850px;
  }
}
@media screen and (max-width: 415px) {
  .footer_body {
    padding-top: 30px;
  }
}
.footer_info {
  max-width: 500px;
  margin-bottom: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .footer_info {
    margin-bottom: 0;
    margin-inline: unset;
    width: 35%;
  }
}
@media screen and (min-width: 901px) {
  .footer_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer_address {
  text-align: center;
}
.footer_sponly {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 901px) {
  .footer_sponly {
    display: none;
  }
}
.footer_sponly a {
  text-decoration: underline;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer_sponly a:hover {
    color: #009150;
  }
}
.footer_nav {
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 15px;
  margin: 1em 0;
}
@media screen and (min-width: 901px) {
  .footer_nav {
    grid-template-columns: repeat(4, 1fr);
    font-size: 1.4rem;
    gap: 1vw;
    margin: 15px 0 0;
    width: calc(65% - 3vw);
  }
}
@media screen and (min-width: 901px) {
  .footer_nav li {
    min-width: 130px;
  }
}
.footer_foot {
  background: #009150;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 5px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .footer_foot {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.footer_foot-link {
  padding: 5px 1.5em 3px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: 0.3s;
  display: block;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .footer_foot-link:hover {
    background: #002A18;
    color: #f6f6f6;
  }
}

@media screen and (min-width: 901px) {
  .header {
    position: absolute;
  }
}
@media screen and (min-width: 901px) {
  .header.change-color {
    position: fixed;
  }
}
.header_logoimg {
  max-width: 260px;
  width: 80%;
}
@media screen and (min-width: 901px) {
  .header_logoimg {
    max-width: 270px;
    width: 100%;
  }
}
.header_logoimg.change-size {
  max-width: 260px;
  width: 80%;
}
@media screen and (min-width: 901px) {
  .header_logoimg.change-size {
    max-width: 270px;
    width: 100%;
  }
}

.page-top {
  background-image: url(../images/page/page-h1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 5%;
  height: 300px;
  position: relative;
  top: 60px;
  margin-bottom: 60px;
  z-index: -2;
}
.page-top::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 40vw;
  max-height: 200px;
  width: 45vw;
  max-width: 250px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: rgba(0, 157, 91, 0.1);
  backdrop-filter: blur(5px);
}
.page-top::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  backdrop-filter: blur(1px);
}

.page-ttl {
  color: #002A18;
  font-weight: 700;
  font-size: clamp(3rem, 5vw, 4rem);
  position: absolute;
  line-height: 1.1;
  z-index: 1;
  left: 5vw;
  bottom: 50px;
  text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff;
}
.page-ttl p {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.page-ttl_parent {
  font-size: 0.5em;
}
.page-ttl_en {
  position: absolute;
  left: 0;
  color: rgba(0, 157, 91, 0.8);
  font-size: 2.4rem;
  font-family: "Montserrat Subrayada", serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}
.page-ttl_en--reverse {
  color: #fff;
}

.breadcrumb {
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 20px 0 10px;
}
@media screen and (min-width: 901px) {
  .breadcrumb {
    max-width: 1400px;
    padding: 75px 0;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
@media screen and (min-width: 901px) {
  .breadcrumb {
    padding: 1.5em 0 1em;
  }
}
.breadcrumb_border {
  position: relative;
  padding-right: 20px;
}
.breadcrumb_border:not(:last-child)::after, .breadcrumb_border:not(:last-child) ::before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: "";
}
.breadcrumb_border:not(:last-child)::before {
  right: 2px;
  border-left: 10px solid #2589d0;
}
.breadcrumb_border:not(:last-child)::after {
  color: #fff;
  text-decoration: none;
}
.breadcrumb a {
  transition: 0.3s;
  color: #009150;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 901px) {
  .breadcrumb--blog {
    padding: 1.5em 0 1em;
    min-width: 850px;
  }
}

.page-list {
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 20px 0;
}
@media screen and (min-width: 901px) {
  .page-list {
    max-width: 1400px;
    padding: 75px 0;
  }
}
.page-list {
  background: rgba(0, 157, 91, 0.1);
  background: linear-gradient(45deg, rgba(0, 145, 157, 0.1) 0%, rgba(0, 157, 91, 0.1) 100%);
  width: 90%;
}
@media screen and (min-width: 901px) {
  .page-list {
    padding: 1.7em 0;
  }
}
.page-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2rem;
  font-size: 1.4rem;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 415px) {
  .page-list ul {
    flex-direction: column;
  }
}
.page-list_current {
  margin-left: 5px;
}
.page-list a {
  transition: 0.3s;
  color: #009150;
  position: relative;
  border-bottom: 1px solid currentColor;
  padding-right: 1.2em;
  padding-left: 5px;
}
.page-list a::after {
  position: absolute;
  content: "▼";
  top: 3px;
  right: 0.3em;
  font-size: 10px;
  transition: 0.3s;
  transform: rotate(0.0001deg);
}
@media screen and (max-width: 415px) {
  .page-list a::after {
    top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .page-list a::after {
    top: 4px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-list a:hover {
    opacity: 0.7;
  }
  .page-list a:hover::after {
    top: 4px;
    transform: rotate(0.0001deg);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 415px) {
  .page-list a:hover::after {
    top: 3px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .page-list a:hover::after {
    top: 5px;
  }
}
.page-list .others-link::after {
  content: "→";
  transform: rotate(0.0001deg) rotate(-45deg);
  font-size: 1.2em;
  top: -0.2em;
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .page-list .others-link:hover::after {
    top: -0.2em;
    transform: rotate(0.0001deg) rotate(-45deg) translate(3px, 0);
  }
}

.section {
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 30px 0;
}
@media screen and (min-width: 901px) {
  .section {
    max-width: 1400px;
    padding: 75px 0;
  }
}
@media screen and (min-width: 901px) {
  .section {
    padding: 40px 0;
  }
}
.section_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
.section_flex--reverse {
  flex-direction: row-reverse;
}
.section_flextext {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .section_flextext {
    width: 57%;
    min-width: 550px;
    flex-grow: 1;
  }
}
.section_fleximg {
  width: 40%;
  max-width: 480px;
  flex-grow: 1;
  margin-inline: auto;
}
.section_fleximg--staff {
  width: 80%;
  max-width: 240px;
  flex-grow: unset;
  margin-inline: auto;
}
.section:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 415px) {
  .section:last-child {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 901px) {
  .section:last-child {
    margin-bottom: 80px;
  }
}

.section2 {
  width: 95%;
  margin-inline: auto;
  margin-bottom: 30px;
}

.page-ttl2 {
  background: linear-gradient(135deg, #009150 0%, #009150 85%, rgba(0, 157, 91, 0.8) 85%, rgba(0, 157, 91, 0.8) 100%);
  color: #fff;
  padding: 0.4em 1em 0.3em;
  font-size: 2.1rem;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
}
.page-ttl2::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0.5em;
  height: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-70%);
}

.page-ttl3 {
  font-size: 1.9rem;
  position: relative;
  padding: 0 0.5em 0 1.5em;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 157, 91, 0.8);
  font-weight: bold;
  display: inline-block;
}
.page-ttl3::before {
  position: absolute;
  content: "■";
  color: #009150;
  left: 0.3em;
  top: 0.1em;
  font-size: 0.9em;
}
.page-ttl3::after {
  position: absolute;
  content: "□";
  color: #009150;
  left: 0.1em;
  top: -0.1em;
  font-size: 0.9em;
}

.page-img {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-img {
    width: 60%;
  }
}

ol.basic-list {
  counter-reset: list-count;
}

ol.basic-list > li::before {
  content: counter(list-count) ".";
  counter-increment: list-count;
}

ol.basic-list--accent > li::before {
  content: counter(list-count);
}

.basic-list--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 4%;
}
@media screen and (min-width: 768px) {
  .basic-list--flex33 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .basic-list--flex33 li {
    width: calc((100% - 20px) / 3);
  }
}
.basic-list_item {
  width: 48%;
  min-width: 280px;
  flex-grow: 1;
}
.basic-list dt {
  font-size: 1.7rem;
  margin: 0 0 10px;
  background: #f6f6f6;
  padding: 0.4em 0.8em;
  border-top: 1px solid #009150;
  border-left: 5px solid #009150;
  font-weight: bold;
}
.basic-list dd {
  padding: 0 0.8em;
  margin-bottom: 15px;
  margin-inline: auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 901px) {
  .basic-list dd {
    width: 100%;
  }
}
.basic-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.5em;
}
.basic-list li::before {
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: -0.1em;
}
.basic-list--accent li {
  margin-bottom: 20px;
  padding-left: 45px;
}
@media screen and (max-width: 415px) {
  .basic-list--accent li {
    padding-left: 35px;
  }
}
.basic-list--accent li::before {
  top: -3px;
  color: #009150;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid currentColor;
  line-height: 30px;
  box-shadow: 3px 3px rgba(0, 157, 91, 0.8);
}
@media screen and (max-width: 415px) {
  .basic-list--accent li::before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    box-shadow: 2px 2px rgba(0, 157, 91, 0.8);
  }
}
.basic-list_ttl span {
  font-weight: 700;
  font-size: 1.8rem;
  padding: 10px 15px;
  background: rgba(0, 145, 157, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .basic-list_ttl span {
    padding: 15px;
    height: 75px;
  }
}
.basic-list_ttl {
  font-size: 1.4rem;
  position: relative;
  padding-top: 3em;
  padding-left: 5%;
  color: #002A18;
}
@media screen and (min-width: 768px) {
  .basic-list_ttl {
    padding-left: 3%;
  }
}
.basic-list_ttl::before {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: -1;
  color: rgba(0, 145, 157, 0.3);
  font-size: 3.5em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
  font-weight: 700;
  font-style: italic;
}

.basic-table_wrap {
  overflow-x: auto;
  width: 100%;
}
.basic-table {
  width: 100%;
  font-size: 1.4rem;
}
.basic-table th, .basic-table td {
  padding: 0.5em 1em;
  border-left: 1px solid #f6f6f6;
  background: #fff;
}
.basic-table td {
  text-align: right;
}
.basic-table tr:nth-child(odd) th, .basic-table tr:nth-child(odd) td {
  background: #f6f6f6;
}
.basic-table tr:first-child th, .basic-table tr:first-child td {
  color: #fff;
  background: #002A18;
}
.basic-table tr:first-child th {
  text-align: center;
}
.basic-table tr:first-child th:not(:first-child) {
  border-left: 1px solid currentColor;
}
.basic-table tr:last-child th, .basic-table tr:last-child td {
  border-top: 2px solid rgba(0, 157, 91, 0.8);
  padding: 1em;
  background: #e5f5ee;
}
.basic-table th:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  white-space: wrap;
}
.basic-table td:last-child {
  border-right: 1px solid #f6f6f6;
}

.basic-table2 th, .basic-table2 td {
  padding: 0.5em;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .basic-table2 th, .basic-table2 td {
    padding: 1em;
  }
}
@media screen and (max-width: 415px) {
  .basic-table2 th, .basic-table2 td {
    padding: 5px 3px;
  }
}
.basic-table2 th {
  text-align: center;
}
.basic-table2 th:first-child {
  position: unset;
}
.basic-table2 td {
  text-align: left;
  vertical-align: text-top;
}
.basic-table2 td:last-child {
  border-right: 1px solid #002A18;
}
.basic-table2 tr:last-child th, .basic-table2 tr:last-child td {
  border: 1px solid #002A18;
  background: #fff;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .basic-table2 tr:last-child th, .basic-table2 tr:last-child td {
    padding: 1em;
  }
}
@media screen and (max-width: 415px) {
  .basic-table2 tr:last-child th, .basic-table2 tr:last-child td {
    padding: 5px 3px;
  }
}
.basic-table2 tr:not(:first-child) th, .basic-table2 tr:not(:first-child) td {
  border: 1px solid #002A18;
}
.basic-table2 tr:first-child th:first-child {
  border-left: 1px solid #002A18;
}

.fukidashi-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw 4%;
  margin: 50px 0;
  margin-inline: auto;
}
.fukidashi-box_item {
  position: relative;
  margin-top: 1em;
  padding: 1.8em 1.5em 1em 1.5em;
  border: 1px solid #002A18;
  min-width: 250px;
}
.fukidashi-box_item dt {
  position: absolute;
  top: -2.5em;
  left: -0.5em;
  padding: 0.4em 1.4em;
  margin-top: 15px;
  border-radius: 5px;
  background-color: #002A18;
  color: #fff;
  font-size: 0.9em;
  border: none;
}
.fukidashi-box_item dt::before {
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background-color: #002A18;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.fukidashi-box_item dt dd {
  margin: 0;
}

.disc > dd, .disc > li {
  padding-left: 0.8em;
  position: relative;
}
.disc > dd::before, .disc > li::before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0.65em;
  font-size: 0.5em;
  color: rgba(0, 157, 91, 0.8);
}

.accordion {
  margin-inline: auto;
  margin-bottom: 10px;
  border-bottom: 2px solid #f6f6f6;
}
.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #002A18;
  cursor: pointer;
}
.accordion summary::before {
  color: #002A18;
  content: "?";
  opacity: 0.7;
}
.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #009150;
  border-right: 3px solid #009150;
  content: "";
  transition: transform 0.5s;
}
.accordion summary::before, .accordion p::before {
  position: absolute;
  left: 0.5em;
  top: 3px;
  font-weight: 700;
  font-size: 2em;
}
.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 10px auto 2em;
  padding: 1em 1.5em;
  width: 90%;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #002A18;
  transition: transform 0.5s, opacity 0.5s;
  background: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 901px) {
  .accordion p {
    padding: 1.5em 3em;
  }
}
.accordion p span {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: 2px dotted rgba(0, 157, 91, 0.8);
  padding: 0.5em 0 5px 1.2em;
  position: relative;
}
.accordion p span::before {
  position: absolute;
  color: #009150;
  line-height: 1.2;
  content: "●";
  left: 3px;
  top: 1em;
  font-size: 0.8em;
}

.accordion[open] summary::after {
  transform: rotate(225deg);
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

.table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  z-index: 1;
}

.scroll-hint--show {
  display: block;
}

.access {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.access dl {
  flex-grow: 1;
}

.map-wrap {
  flex-grow: 1;
  width: 60%;
  aspect-ratio: 16/9;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
}

.img-back {
  background: url(../images/page/work.png) no-repeat center bottom;
  background-size: auto 230px;
  padding: 0 0 250px 0;
}
@media screen and (min-width: 768px) {
  .img-back {
    background: url(../images/page/work.png) no-repeat right top;
    background-size: 30%;
    padding: 0 35% 12vw 0;
  }
}

.floor-guide {
  width: 100%;
  margin-inline: auto;
  background: #002A18;
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .floor-guide {
    width: 70%;
  }
}

.btn-page {
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 50px 0;
}
@media screen and (min-width: 901px) {
  .btn-page {
    max-width: 1400px;
    padding: 75px 0;
  }
}
.btn-page {
  margin-bottom: 50px;
}
.btn-page ul {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .btn-page ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.btn-page li {
  min-width: 250px;
  max-width: 450px;
}
.btn-page .link-btn {
  box-shadow: 0px 11px 23px -21px #002A18;
}
.btn-page .link-btn:hover {
  box-shadow: none;
  transform: translate(0, 2px);
}

.contact-btn {
  background-image: url(../images/page/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em 2em 6em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(76, 184, 196);
  background: linear-gradient(90deg, rgba(76, 184, 196, 0.1) 0%, rgba(60, 211, 173, 0.1) 100%);
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(2px);
}
.contact-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(2px);
}
.contact-btn a {
  padding: 0.7em 1.5em 0.5em;
  font-size: 1.8rem;
  z-index: 3;
  font-weight: 700;
  margin-inline: auto;
}
.contact-btn_text {
  font-size: 1.4rem;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
}

.greeting_box {
  row-gap: 30px;
}
@media screen and (max-width: 415px) {
  .greeting_box {
    padding: 1em;
  }
}
.greeting_name {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.4rem;
}
.greeting_name .textLarge {
  font-size: 2.8rem;
}
.greeting_name--center {
  margin-inline: auto;
}
.greeting_imgbox {
  float: left;
  margin-bottom: 0.5em;
  margin-right: 1em;
  max-width: 250px;
  width: 40%;
}

.staff_flexbox {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  justify-content: center;
  gap: 3vw;
  padding: 0 30px 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 157, 91, 0.1);
}
@media screen and (min-width: 768px) {
  .staff_flexbox {
    width: 100%;
    padding: 70px 0 0;
    border-top: 1px solid rgba(0, 157, 91, 0.1);
    border-bottom: none;
    flex-direction: row;
    align-items: normal;
    margin-bottom: 70px;
    gap: 5vw;
  }
}
@media screen and (min-width: 901px) {
  .staff_flexbox {
    min-width: 750px;
  }
}
@media screen and (max-width: 415px) {
  .staff_flexbox {
    padding: 0 0 30px;
    gap: 5vw;
  }
}
.staff_flexbox::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 1px;
  background: rgba(0, 157, 91, 0.8);
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .staff_flexbox::after {
    bottom: unset;
    left: unset;
    top: 0;
    right: 0;
  }
}
.staff_topimg {
  width: 80%;
  max-width: 600px;
  margin-inline: auto;
}
.staff_namebox {
  max-width: 200px;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .staff_namebox {
    width: 30%;
  }
}
.staff_name {
  margin-top: 15px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.staff_name span {
  display: block;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(0, 157, 91, 0.8);
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .staff_list {
    width: 70%;
  }
}
@media screen and (min-width: 901px) {
  .staff_list {
    min-width: 480px;
  }
}
.staff_listitem {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px 2em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .staff_listitem {
    flex-direction: row;
    gap: unset;
  }
}
.staff_listitem dt {
  color: #fff;
  background: #009150;
  padding: 0.2em 0.7em 0.1em;
  width: 110px;
  text-align: center;
  font-size: 0.95em;
}
.staff_listitem dd {
  padding-top: 0.2em;
}
@media screen and (min-width: 901px) {
  .staff_listitem dd {
    width: calc(100% - 110px - 1.5em);
    margin-left: 1.5em;
  }
}
.staff_listitem:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 901px) {
  .staff_listitem:not(:last-child) {
    margin-bottom: 50px;
  }
}

.voice_imgtext {
  display: flex;
  gap: 1em;
  flex-direction: column;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .voice_imgtext {
    flex-direction: row;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 768px) {
  .voice_imgtext--reverse {
    flex-direction: row-reverse;
  }
}
.voice_imgtext figure {
  max-width: 300px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .voice_imgtext figure {
    width: 40%;
    margin-inline: unset;
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .voice_imgtext > dl {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .voice_imgtext--small {
    gap: 3em;
  }
}
.voice_imgtext--small figure {
  max-width: 130px;
}
@media screen and (min-width: 768px) {
  .voice_imgtext--small figure {
    max-width: 180px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 3em;
  }
}
@media screen and (min-width: 768px) {
  .voice_imgtext--small > dl {
    width: calc(100% - 180px);
    max-width: 900px;
  }
}
.voice_box dd {
  padding-left: 0.5em;
  font-size: 1.5rem;
}
.voice_ttl {
  background: rgba(0, 157, 91, 0.1);
  padding: 0.5em 1em 0.4em;
  margin-bottom: 0.5em;
  display: inline-block;
  font-weight: 700;
}
.voice_member {
  border-top: 1px solid rgba(0, 157, 91, 0.1);
  padding-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.voice_member::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 1px;
  background: rgba(0, 157, 91, 0.8);
  top: 0;
  right: 0;
  z-index: 1;
}
.voice_member:nth-child(odd) .voice_ttl {
  background: rgba(0, 145, 157, 0.1);
}

.blog_ttl {
  font-size: 2.4rem;
  color: #009150;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.blog_cat a, .blog_cat--archive {
  font-size: 1.2rem;
  color: #fff;
  background: rgb(76, 184, 196);
  background: linear-gradient(90deg, rgb(76, 184, 196) 0%, rgb(60, 211, 173) 100%);
  padding: 0.4em 1.2em 0.3em 2.5em;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 0.7em;
  position: relative;
  left: 0;
}
@media screen and (max-width: 415px) {
  .blog_cat a, .blog_cat--archive {
    padding-top: 0.5em;
  }
}
.blog_cat a::before, .blog_cat--archive::before {
  position: absolute;
  content: "";
  background-image: url(../images/page/blog-tag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  top: 6px;
  left: 1em;
}
@media screen and (min-width: 901px) {
  .blog_cat a::before, .blog_cat--archive::before {
    top: 7px;
  }
}
@media screen and (max-width: 415px) {
  .blog_cat a::before, .blog_cat--archive::before {
    top: 5px;
  }
}
.blog_date {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  position: relative;
  left: 1.5em;
}
.blog_date::after {
  position: absolute;
  content: "";
  background-image: url(../images/page/blog-date.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 0;
  left: -1.5em;
}
@media screen and (min-width: 901px) {
  .blog_date::after {
    top: 1px;
  }
}
.blog_date--archive {
  margin-bottom: 0.5rem;
}
.blog_contents {
  border-top: 1px solid #009150;
  padding-top: 2rem;
  justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .blog_contents {
    font-size: 16px;
  }
}
.blog_contents a {
  color: #009150;
  text-decoration: underline;
}
.blog_contents a:hover {
  opacity: 0.8;
}
.blog_contents ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.blog_contents ol {
  list-style: normal;
  padding-left: 2em;
  margin-bottom: 5px;
}
.blog_contents h3 {
  border-top: 3px solid rgba(0, 157, 91, 0.8);
  background: #f6f6f6;
  padding: 0.3em 0.6em;
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: 700;
}
.blog_contents h4 {
  font-size: 1.8rem;
  padding: 0.3em 0.6em;
  background: rgba(0, 157, 91, 0.1);
  margin-bottom: 5px;
  font-weight: 700;
}
.blog_contents h5 {
  font-size: 1.7rem;
  border-left: 5px solid #009150;
  padding-left: 0.3em;
  margin-bottom: 5px;
  font-weight: 700;
}
.blog_contents blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f6f6f6;
  color: #777777;
  border-left: 4px solid rgba(0, 157, 91, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  width: 95%;
  margin-inline: auto;
  margin-bottom: 1.2em;
}
.blog_contents blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: rgba(0, 157, 91, 0.8);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
.blog_contents blockquote p {
  padding: 0;
  margin: 7px 0;
  font-size: 0.95em;
}
.blog_contents .wp-caption {
  margin: 0.5em 0.5em 0.7em;
  text-align: center;
  max-width: 100%;
}
.blog_contents .aligncenter {
  margin-inline: auto;
}
.blog_contents .wp-caption-text {
  font-size: 14px;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .blog_contents .alignright {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .blog_contents .alignleft {
    float: left;
  }
}
.blog_frame {
  color: #B3130B;
  background: #FCE7E6;
  padding: 0.5em 1em;
  display: block;
  border: 1px solid Currentcolor;
  width: 98%;
  margin-inline: auto;
}
.blog_marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.list-line li {
  padding: 0 0.5em 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}

.prev_next_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  color: #fff;
  padding: 2rem 0;
  border-top: 1px solid #009150;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .prev_next_list {
    justify-content: space-between;
  }
}
.prev_next_list div {
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  max-width: 350px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .prev_next_list div {
    width: 45%;
  }
}
.prev_next_list div::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  transition: 0.3s;
  transform: scale(1) rotate(0.001deg);
}
@media (hover: hover) and (pointer: fine) {
  .prev_next_list div:hover::before {
    transform: scale(1.05) rotate(0.001deg);
  }
}
.prev_next_list span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}
.prev_next_list a {
  padding: 1.5em;
  display: block;
  z-index: 0;
  height: 100%;
}
.prev_next_list a::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 42, 24, 0.5);
  backdrop-filter: blur(2px);
  z-index: -1;
  transition: 0.3s;
}
.prev_next_list a {
  position: relative;
}
.prev_next_list a::after {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009150 transparent;
  border-width: 0px 0px 15px 15px;
  transition: 0.3s;
}
.prev_next_list a::after {
  border-color: transparent transparent #fff transparent;
}
@media (hover: hover) and (pointer: fine) {
  .prev_next_list a:hover::after {
    transform: translate(1px, 1px);
  }
  .prev_next_list a:hover::before {
    background: rgba(0, 42, 24, 0.8);
  }
}
.prev_next_list--news a {
  padding: 0.7em;
}
.prev_next_list--news .prev a {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .prev_next_list--news .prev a::after {
    right: unsets;
    left: 5px;
    border-width: 0px 15px 15px 0;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .prev_next_list--news .prev a:hover::after {
    transform: translate(-1px, 1px);
  }
}

.sidebar {
  width: 100%;
  flex-grow: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 901px) {
  .sidebar {
    min-width: 200px;
    width: 20%;
  }
}
.sidebar_list {
  width: 100%;
  padding: 5px;
  background: #fff;
  border: 1px rgba(0, 157, 91, 0.1);
}
.sidebar_list dt {
  padding: 0.5em 1em 0.3em;
  background: linear-gradient(135deg, #009150 0%, #009150 75%, rgba(0, 157, 91, 0.8) 75%, rgba(0, 157, 91, 0.8) 100%);
  position: relative;
  color: #fff;
}
.sidebar_list dt::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0.5em;
  height: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-70%);
}
.sidebar_list dd {
  border-bottom: 1px solid #009150;
}
.sidebar_list dd:last-child {
  border-bottom: none;
}
.sidebar_list dd:last-child .sidebar_link {
  margin-bottom: 0;
}
.sidebar a {
  padding: 0.7em 1em 0.5em;
  display: block;
  position: relative;
}
.sidebar a::after {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009150 transparent;
  border-width: 0px 0px 15px 15px;
  transition: 0.3s;
}
.sidebar a {
  font-size: 1.4rem;
  transition: 0.3s;
  margin: 3px 0;
  line-height: 1.2;
}
@media (hover: hover) and (pointer: fine) {
  .sidebar a:hover {
    background: #f6f6f6;
  }
  .sidebar a:hover::after {
    transform: translate(1px, 1px);
  }
}

.archive {
  background: #f6f6f6;
}
.archive_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 50px;
  width: 90%;
  height: auto;
  margin-inline: auto;
  padding: 30px 0 50px;
}
@media screen and (min-width: 901px) {
  .archive_wrapper {
    max-width: 1400px;
    padding: 75px 0;
  }
}
@media screen and (min-width: 901px) {
  .archive_wrapper {
    padding-top: 30px;
    min-width: 850px;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 415px) {
  .archive_wrapper {
    padding-bottom: 30px;
  }
}
.archive_post {
  width: 100%;
  flex-grow: 1;
  background: #fff;
  padding: 3rem 5%;
  border: 1px solid rgba(0, 157, 91, 0.1);
  max-width: 1000px;
}
@media screen and (min-width: 901px) {
  .archive_post {
    width: 75%;
    min-width: 500px;
    padding: 3rem;
  }
}
.archive_area {
  background: none;
  border: none;
  padding: 0;
}
.archive_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 415px) {
  .archive_list {
    gap: 5px;
  }
}
.archive_list li {
  display: flex;
  max-width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 415px) {
  .archive_list li {
    width: calc((100% - 5px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .archive_list li {
    width: calc((100% - 20px) / 3);
  }
}
.archive_imgbox {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.archive_imgbox img {
  transition: 0.3s;
  height: 100%;
}
.archive_link {
  background: #fff;
  border: 1px solid rgba(0, 157, 91, 0.1);
  padding: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.archive_link::after {
  position: absolute;
  content: "";
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #009150 transparent;
  border-width: 0px 0px 15px 15px;
  transition: 0.3s;
}
.archive_link {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .archive_link:hover {
    background: rgba(0, 157, 91, 0.1);
  }
  .archive_link:hover::after {
    transform: translate(1px, 1px);
  }
  .archive_link:hover img {
    filter: contrast(0.8);
  }
}
.archive_ttl {
  margin: 0.75em 5px;
  line-height: 1.2;
  color: #009150;
  font-size: 1.5rem;
  flex-grow: 1;
}
.archive_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px 0 5px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.archive_flex span {
  font-size: 12px;
}
@media screen and (max-width: 415px) {
  .archive_flex span {
    font-size: 10px;
  }
}

.page-numbers {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 7px;
  padding: 0;
}
.page-numbers a {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid #009150;
  border-radius: 1px;
  color: #009150;
  padding: 0.5em 0 0.3em;
  transition: 0.3s;
}
.page-numbers a:hover {
  background: rgba(0, 145, 157, 0.1);
}
.page-numbers a:not(:hover) {
  text-decoration: none;
}
.page-numbers a.prev {
  gap: 0 4px;
  width: auto;
  padding: 0.5em 0.8em 0.3em;
  line-height: 1;
  font-size: 1.4rem;
}
.page-numbers a.prev:before {
  display: inline-block;
  transform: rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  content: "";
  border-bottom: 1px solid #009150;
  border-left: 1px solid #009150;
  margin-bottom: 0.3em;
  transition: 0.3s;
}
.page-numbers a.prev:hover:before {
  transform: translate(-1px, 0) rotate(45deg);
}
.page-numbers a.next {
  gap: 0 4px;
  width: auto;
  padding: 0.5em 0.8em 0.3em;
  line-height: 1;
  font-size: 1.4rem;
}
.page-numbers a.next::after {
  display: inline-block;
  transform: rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  content: "";
  border-top: 1px solid #009150;
  border-right: 1px solid #009150;
  margin-bottom: 0.3em;
  transition: 0.3s;
}
.page-numbers a.next:hover:after {
  transform: translate(1px, 0) rotate(45deg);
}
.page-numbers .current {
  background: rgb(76, 184, 196);
  background: linear-gradient(90deg, rgba(76, 184, 196, 0.8) 0%, rgba(60, 211, 173, 0.8) 100%);
  color: #fff;
  pointer-events: none;
  width: 2.5em;
  height: 2.5em;
}

.news_flex {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .news_flex {
    gap: 50px;
    flex-direction: row;
  }
}

.go-top {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  z-index: 99999;
  font-size: 1.2rem;
  font-family: "Montserrat Subrayada", serif;
  color: #fff;
  backdrop-filter: blur(5px);
  overflow: hidden;
}
@media screen and (max-width: 415px) {
  .go-top {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 901px) {
  .go-top {
    width: 80px;
    height: 80px;
  }
}
.go-top a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 25px;
  background: linear-gradient(to top, #009150 50%, rgba(0, 157, 91, 0.8) 50%) 0 0;
  background-size: 100% 200%;
  transition: 0.3s;
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 415px) {
  .go-top a {
    padding-top: 15px;
  }
}
@media screen and (min-width: 901px) {
  .go-top a {
    padding: 40px;
  }
}
.go-top a::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  clip-path: polygon(50% 50%, 100% 100%, 0 100%);
  top: 15%;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 415px) {
  .go-top a::before {
    top: 10%;
  }
}
@media screen and (min-width: 901px) {
  .go-top a::before {
    top: 20%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .go-top a:hover {
    /* 2つの影の位置を上方向に1.5emずつずらす */
    background-position: 0 100%;
  }
  .go-top a:hover::before {
    transform: translate(0, -2px);
  }
}/*# sourceMappingURL=style.css.map */