@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;
  }
}/*# sourceMappingURL=top.css.map */