@charset "UTF-8";
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}
html body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0f1111;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

.wrap-all {
  overflow-x: hidden;
  height: 100%;
}

.wrap-all::-webkit-scrollbar {
  display: none;
}

th,
dt {
  font-weight: 400;
}

.coming-soon {
  font-size: 2em;
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

* {
  min-height: 0;
  min-width: 0;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  transition: 1s all;
  text-shadow: rgba(100, 100, 111, 0.95) 0px 3px 3px;
  color: #fff;
}
.header.page-open {
  background: rgba(241, 241, 241, 0.85);
  text-shadow: none;
  color: #595757;
}
.header.page-open nav .nav_list li a span {
  color: #79c675;
}
.header .menu-container {
  display: none;
}
.header__wrap {
  height: 100%;
  width: calc(100% - 45px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
}
.header__logo a span {
  display: flex;
  align-items: center;
  gap: 2.5px;
}
.header__logo a span span {
  font-size: 0.8em;
}
.header__logo img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header nav .nav_list {
  height: 100%;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 998;
}
.header nav .nav_list li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.25em;
}
.header nav .nav_list .sns i {
  font-size: 2rem;
  padding-top: 5px;
}
.header nav .nav_list .sns a {
  font-size: 0.8em;
  padding-bottom: 5px;
}

@media screen and (max-width: 1280px) {
  .header__wrap {
    width: calc(100% - 30px);
  }
  .header__logo a {
    font-size: 21px;
  }
  .header__logo img {
    width: 50px;
  }
  .header nav .nav_list {
    gap: 15px;
  }
  .header nav .nav_list li a {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1120px) {
  .header nav .nav_list {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .header nav .nav_list li a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1600px) {
  .header {
    height: 70px;
    text-shadow: none;
  }
  .header__wrap {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .header .menu-container {
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 9999;
  }
  .header .menu-container .responsive_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu-container .responsive_btn .menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu-container .responsive_btn .menu_btn i {
    font-size: 32px;
  }
  .header .menu-container .responsive_btn .menu_btn--close i {
    color: #79c675;
  }
  .header .menu-container .responsive_btn span {
    color: #0f1111;
    font-size: 36px;
  }
  .header .menu-container .responsive_btn.menu_close {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_close.active {
    display: flex;
  }
  .header .menu-container .responsive_btn.menu_open.active {
    display: none;
  }
  .header nav {
    position: fixed;
    top: 0%;
    transform: translateX(-50%);
    left: 160%;
    transition: 0.75s ease;
    width: 100vw;
    height: 102vh;
    background: rgba(250, 250, 250, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  .header nav .nav_list {
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
  }
  .header nav .nav_list li a {
    font-size: 1.2em;
    color: #595757 !important;
  }
  .header nav .nav_list li a span {
    color: #79c675 !important;
  }
  .header nav .nav_list--2 {
    display: none;
  }
  .header nav .nav_list .sns i {
    padding-top: 10px;
  }
  .header nav .nav_list .sns a {
    padding-top: 20px;
  }
  .header nav.active {
    left: 50%;
  }
  .header.page-open .menu-container .responsive_btn .menu_btn--open i {
    color: #79c675;
  }
}
@media screen and (max-width: 480px) {
  .header__wrap {
    width: calc(100% - 20px);
  }
}
#heading {
  width: 100%;
  height: 360px;
  position: relative;
}
#heading .background {
  width: 100%;
  height: 100%;
  position: relative;
}
#heading .background__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
#heading .background__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 180px;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-image: url("../../img/common/heading/heading.jpg");
  background-size: cover;
  background-position: 25% center;
  background-repeat: no-repeat;
  z-index: -1;
}
#heading .background__image--es {
  background-image: url("../../img/common/heading/es.jpg");
}
#heading .background__image--vn {
  background-image: url("../../img/common/heading/vn.jpg");
  background-position: 80% 25%;
}
#heading .background__image--vs {
  background-image: url("../../img/common/heading/vs.jpg");
  background-position: 80% 50%;
}
#heading .background__image--vn {
  background-image: url("../../img/common/heading/vn.jpg");
  background-position: 80% 25%;
}
#heading .background__image--cs {
  background-image: url("../../img/common/heading/cs.jpg");
  background-position: 20% top;
}
#heading .background__image--g {
  background-image: url("../../img/common/heading/g.jpg");
  background-position: 60% center;
  top: 360px;
}
#heading .background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
}
#heading .heading {
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
}
#heading .heading h1 {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 2.5em;
  text-shadow: rgba(100, 100, 111, 0.75) 0px 7px 14px;
  text-align: center;
}
#heading .heading h1 .en {
  order: 1;
  letter-spacing: 0.15em;
  font-weight: bold;
}
#heading .heading h1 .en span {
  display: inline-block;
}
#heading .heading h1 .ja {
  order: 2;
  font-size: 0.4em;
  padding-top: 10px;
}

@media screen and (max-width: 480px) {
  #heading .heading {
    width: 90%;
  }
}
.sp-fixed-link {
  display: none !important;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 998;
  gap: 5px;
  color: #fff;
  transition: 0.5s all;
}
.sp-fixed-link a {
  background-color: #79c675;
  width: 100%;
  padding: 5px 7.5px;
  line-height: 1.2;
  font-size: 16px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 7.5px;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 5px 10px 0px;
  border: 4px solid #fff;
  white-space: nowrap;
}
.sp-fixed-link a img {
  width: 36px;
}
.sp-fixed-link a:hover img {
  animation: poyoyon3 2.5s infinite;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

h2 {
  font-family: "Zen Maru Gothic", sans-serif !important;
}

#blog {
  padding: 90px 0;
  background: #f1f1f1;
  position: relative;
}
#blog .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #blog .section {
    width: 90%;
  }
}
#blog .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-bottom: 60px;
}
#blog .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#blog .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#blog .section .swiper-container {
  width: 100%;
  overflow: hidden;
}
#blog .section .list {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 30px;
  max-width: 100%;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#blog .section .list.is-show {
  opacity: 1;
  bottom: 0;
}
#blog .section .list__inner {
  width: calc((100% - 45px) / 4);
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
}
#blog .section .list__inner a {
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
  row-gap: 5px;
  transition: 0.75s all;
}
#blog .section .list__inner a:hover {
  background-color: #f1f1f1;
}
#blog .section .list__inner a:hover .list__image img {
  scale: 1.05;
}
#blog .section .list__title {
  font-size: 1em;
  line-height: 1.2;
  margin-top: 5px;
}
#blog .section .list__date {
  font-size: 0.8em;
  letter-spacing: 0.15em;
  padding: 2.5px 5px;
  background-color: #79c675;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
#blog .section .list__image {
  grid-row: 1/2;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#blog .section .list__image img {
  width: 100%;
  aspect-ratio: 3/2;
  transition: 0.75s all;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .section .list__inner:first-child .list__image::before {
  position: absolute;
  display: block;
  content: "新着";
  font-size: 14px;
  background-color: #79c675;
  padding: 5px 60px;
  rotate: -45deg;
  transform: translate(-50%, -50%);
  top: -30px;
  left: 15px;
  white-space: nowrap;
  z-index: 10;
  color: #fafafa;
}
#blog .section .swiper-button-next,
#blog .section .swiper-button-prev {
  background-color: #79c675;
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: none;
}
#blog .section .swiper-button-next::after,
#blog .section .swiper-button-prev::after {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: bold !important;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55%;
}
#blog .section .swiper-button-next.swiper-button-disabled,
#blog .section .swiper-button-prev.swiper-button-disabled {
  display: none;
}
#blog .section .swiper-button-prev::after {
  left: 45%;
}
#blog .section__btn {
  margin: 0 0 0 auto;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: -moz-fit-content;
  width: fit-content;
}
#blog .section__btn.is-show {
  opacity: 1;
  bottom: 0;
}
#blog .section__btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #79c675;
  background-color: #79c675;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
#blog .section__btn a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#blog .section__btn a:hover {
  background-color: #fff;
  color: #79c675;
}
#blog .section__btn--2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #cf2e92;
  background: linear-gradient(217deg, #4c64d3, #cf2e92, #f26939, #ffdd83), linear-gradient(127deg, #4c64d3, #cf2e92, #f26939, #ffdd83), linear-gradient(336deg, #4c64d3, #cf2e92, #f26939, #ffdd83);
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  margin: 100px auto 0;
}
#blog .section__btn--2::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#blog .section__btn--2:hover {
  background: #fff;
  color: #cf2e92;
}

@media screen and (max-width: 928px) {
  #blog .section .list__inner {
    width: 240px;
  }
  #blog .section .list__inner:last-child {
    margin-right: 90px;
  }
  #blog .section .list__inner:first-child {
    margin-right: 0;
  }
  #blog .section .swiper-button-next,
  #blog .section .swiper-button-prev {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #blog {
    padding: 60px 0;
  }
  #blog .section .list {
    margin: 0 auto;
    gap: 0;
  }
  #blog .section .list__inner {
    width: 100%;
    padding: 0 7.5px;
    box-shadow: unset;
  }
  #blog .section__title {
    margin-bottom: 30px;
  }
  #blog .section__btn {
    margin: 30px auto 0;
  }
}
#htu {
  padding: 90px 0;
  position: relative;
}
#htu .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 60px;
  background-color: rgba(250, 250, 250, 0.9);
}
@media screen and (max-width: 480px) {
  #htu .section {
    width: 90%;
  }
}
#htu .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-bottom: 60px;
}
#htu .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#htu .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#htu .section__list {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
#htu .section__list .inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#htu .section__list .inner.is-show {
  opacity: 1;
  bottom: 0;
}
#htu .section__list .inner:nth-child(2) {
  transition-delay: 0.125s;
}
#htu .section__list .inner:nth-child(3) {
  transition-delay: 0.25s;
}
#htu .section__list .inner:nth-child(4) {
  transition-delay: 0.375s;
}
#htu .section__list .inner:nth-child(5) {
  transition-delay: 0.5s;
}
#htu .section__list .inner:nth-child(6) {
  transition-delay: 0.625s;
}
#htu .section__list .inner:nth-child(7) {
  transition-delay: 0.75s;
}
#htu .section__list .inner:nth-child(8) {
  transition-delay: 0.875s;
}
#htu .section__list .inner:nth-child(9) {
  transition-delay: 0.9s;
}
#htu .section__list .inner .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  background-color: #79c675;
  color: #fff;
  padding: 15px 5px;
  width: 45px;
}
#htu .section__list .inner .num span {
  font-size: 0.5em;
}
#htu .section__list .inner h4 {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  line-height: 1em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #595757;
}
#htu .section__list .inner__text {
  padding: 30px;
  background-color: #fafafa;
}
#htu .section__list .inner__text a {
  color: #79c675;
}
#htu .section__list .inner__text p span,
#htu .section__list .inner__text i span {
  display: inline-block;
}
#htu .section__list .inner .wrap-btn {
  display: flex;
  gap: 5px;
  margin: 5px 0;
  flex-wrap: wrap;
  align-items: center;
}
#htu .section__list .inner__btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
}
#htu .section__list .inner__btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #79c675;
  background-color: #79c675;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
#htu .section__list .inner__btn a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#htu .section__list .inner__btn a:hover {
  background-color: #fff;
  color: #79c675;
}
#htu .section__list .inner__btn--2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #cf2e92;
  background: linear-gradient(217deg, #4c64d3, #cf2e92, #f26939, #ffdd83), linear-gradient(127deg, #4c64d3, #cf2e92, #f26939, #ffdd83), linear-gradient(336deg, #4c64d3, #cf2e92, #f26939, #ffdd83);
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  margin: 100px auto 0;
}
#htu .section__list .inner__btn--2::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#htu .section__list .inner__btn--2:hover {
  background: #fff;
  color: #cf2e92;
}
#htu .section__list .inner__btn .link {
  width: 240px;
  justify-content: center;
}
#htu .section__list .inner__btn .link::after {
  content: none;
}
#htu .section__list .inner__btn .link i {
  font-size: 1.1em;
  padding-top: 2px;
}
#htu .section__list .inner__btn--3 {
  color: #79c675;
  width: 240px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 2px solid #79c675;
  white-space: nowrap;
  line-height: 1;
}
#htu .section__list .inner__btn--3 a {
  width: auto;
  background-color: transparent;
  padding: 0;
  color: #79c675;
  pointer-events: none;
}
#htu .section__list .inner__btn--3 a:hover {
  color: #79c675;
  background-color: transparent;
}
#htu .section__list .inner::after {
  content: "";
  width: 40px;
  aspect-ratio: 2/1;
  background-image: url(../../img/afterschool-daycare/flow-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: calc(100% + 30px);
  left: 50%;
}
#htu .section__list .inner:last-child::after {
  content: none;
}
#htu::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../../img/afterschool-daycare/flow.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 928px) {
  #htu .section {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #htu .section {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #htu .section__list .inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  #htu .section__list .inner .num {
    width: 100%;
    align-items: end;
    padding: 15px;
    flex-direction: unset;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #htu .section__list .inner .num span {
    font-size: 0.75em;
  }
  #htu .section__list .inner .wrap-btn {
    justify-content: center;
  }
  #htu .section__list .inner .wrap-btn .inner__btn {
    width: 100%;
  }
  #htu .section__list .inner .wrap-btn .inner__btn .link {
    width: 100%;
  }
  #htu .section__banner {
    width: 100%;
  }
  #htu .section__banner a {
    padding: 30px 0;
    width: 100%;
    text-align: center;
  }
  #htu {
    padding: 2.5vw 0;
  }
  #htu .section {
    width: 98%;
    padding: 30px 10px 60px;
  }
}
#evaluation {
  padding: 30px 0 90px;
  background-color: #f1f1f1;
}
#evaluation .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アコーディオンで現れるエリア*/
}
@media screen and (max-width: 480px) {
  #evaluation .section {
    width: 90%;
  }
}
#evaluation .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 40px;
  margin-top: 60px;
}
#evaluation .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#evaluation .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#evaluation .section .inner {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#evaluation .section .inner.is-show {
  opacity: 1;
  bottom: 0;
}
#evaluation .section .accordion-area {
  width: 100%;
}
#evaluation .section .accordion-area {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
#evaluation .section .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 15px 30px;
  padding-right: 65px;
  transition: all 0.5s ease;
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #79c675;
  font-size: 1.2em;
  color: #fff;
}
#evaluation .section .title::before {
  position: absolute;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(../../img/common/open.svg), url(../../img/common/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
#evaluation .section .title.close::before {
  background-size: 0, contain;
}
#evaluation .section .title.close::after {
  opacity: 0;
}
#evaluation .section .accordion-area li:last-child .title::after {
  content: none;
}
#evaluation .section .box {
  display: none; /*はじめは非表示*/
  background: #fafafa;
  padding: 30px 60px;
}
#evaluation .section .box ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-left: 20px;
}
#evaluation .section .box ul li {
  font-size: 1.1em;
  color: #595757;
  list-style-type: disc;
  list-style-position: outside;
  transform: 1s all;
}
#evaluation .section .box ul li:hover {
  color: #79c675;
}

@media screen and (max-width: 600px) {
  #evaluation .section .box {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #evaluation {
    padding: 60px 0;
  }
  #evaluation .section__title {
    margin-bottom: 30px;
  }
}
#about-ad {
  padding: 90px 0;
  background-color: #fafafa;
}
#about-ad .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #about-ad .section {
    width: 90%;
  }
}
#about-ad .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-bottom: 60px;
  grid-column: 1/3;
}
#about-ad .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#about-ad .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#about-ad .section__table {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: 100%;
}
#about-ad .section__table tr th,
#about-ad .section__table tr td {
  padding: 15px;
  padding-left: 20px;
}
#about-ad .section__table tr th {
  background-color: #79c675;
  border-bottom: 1px solid #fafafa;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  width: 140px;
}
#about-ad .section__table tr td {
  border-bottom: 1px dashed rgba(100, 100, 111, 0.2);
  background-color: #fff;
  overflow: hidden;
}
#about-ad .section__table tr td span {
  display: inline-block;
}
#about-ad .section__table tr:first-child th {
  border-top-left-radius: "0";
}
#about-ad .section__table tr:first-child td {
  border-top-right-radius: "0";
}
#about-ad .section__table tr:last-child th {
  border-bottom-left-radius: "0";
}
#about-ad .section__table tr:nth-child(2n) td {
  background-color: #f8fbf8;
}
#about-ad .section__table.is-show {
  opacity: 1;
  bottom: 0;
}
#about-ad .section__table caption {
  opacity: 0;
  z-index: -999;
  position: absolute;
}
#about-ad .section__image {
  position: relative;
  overflow: hidden;
  grid-row: 2/3;
  grid-column: 1/2;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
}
#about-ad .section__image::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: linear-gradient(90deg, rgb(157, 233, 152), rgb(121, 198, 117));
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.25s;
}
#about-ad .section__image.is-show::after {
  left: 153%;
}
#about-ad .section__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-ad .section__image--2 {
  grid-column: 1/3;
  margin-block-start: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
#about-ad .section__image--2 .wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
}
#about-ad .section__image--2 .wrap::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: linear-gradient(90deg, rgb(157, 233, 152), rgb(121, 198, 117));
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.25s;
}
#about-ad .section__image--2 .wrap.is-show::after {
  left: 153%;
}
#about-ad .section__image--2 .wrap img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1280px) {
  #about-ad .section__image img {
    aspect-ratio: 1/1;
    max-height: 360px;
  }
}
@media screen and (max-width: 1024px) {
  #about-ad .section {
    display: flex;
    flex-direction: column;
  }
  #about-ad .section__table, #about-ad .section__image, #about-ad .section__image--2 {
    width: 80%;
    margin: 0 auto;
  }
  #about-ad .section__image {
    margin-top: 30px;
  }
  #about-ad .section__image img {
    aspect-ratio: 2/1;
    max-height: unset;
  }
  #about-ad .section__image--2 {
    margin-block-start: 15px;
    display: flex;
    flex-direction: column;
  }
  #about-ad .section__image--2 .wrap img {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 928px) {
  #about-ad .section__table, #about-ad .section__image, #about-ad .section__image--2 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #about-ad .section__table, #about-ad .section__image, #about-ad .section__image--2 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #about-ad {
    padding: 60px 0;
  }
  #about-ad .section__image img {
    aspect-ratio: 3/2;
  }
  #about-ad .section__image--2 .wrap img {
    aspect-ratio: 3/2;
  }
  #about-ad .section__title {
    margin-bottom: 30px;
  }
  #about-ad .section__table {
    width: 100%;
    display: block;
  }
  #about-ad .section__table tbody {
    width: 100%;
    display: block;
  }
  #about-ad .section__table tbody tr {
    width: 100%;
    display: block;
  }
  #about-ad .section__table tbody tr th {
    width: 100%;
    display: block;
  }
  #about-ad .section__table tbody tr td {
    width: 100%;
    display: block;
    background-color: #f2fbf2 !important;
    border-bottom: unset;
  }
}
#contact-ad {
  padding: 90px 0;
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
#contact-ad .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #contact-ad .section {
    width: 90%;
  }
}
#contact-ad .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-bottom: 60px;
}
#contact-ad .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#contact-ad .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#contact-ad .section__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#contact-ad .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
#contact-ad .section__list {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
#contact-ad .section__list li {
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#contact-ad .section__list li a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #79c675;
  background-color: #79c675;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
#contact-ad .section__list li a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#contact-ad .section__list li a:hover {
  background-color: #fff;
  color: #79c675;
}
#contact-ad .section__list li--2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #cf2e92;
  background: linear-gradient(217deg, #4c64d3, #cf2e92, #f26939, #ffdd83), linear-gradient(127deg, #4c64d3, #cf2e92, #f26939, #ffdd83), linear-gradient(336deg, #4c64d3, #cf2e92, #f26939, #ffdd83);
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  margin: 100px auto 0;
}
#contact-ad .section__list li--2::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#contact-ad .section__list li--2:hover {
  background: #fff;
  color: #cf2e92;
}
#contact-ad .section__list li.is-show {
  opacity: 1;
  bottom: 0;
}
#contact-ad .section__list li a {
  width: 250px;
  justify-content: center;
}
#contact-ad .section__list li a::after {
  content: none;
}
#contact-ad .section__list li p {
  font-size: 0.9em;
  text-align: center;
  margin-top: 2.5px;
}
#contact-ad::after {
  position: absolute;
  content: "";
  width: 55%;
  min-width: 300px;
  height: 100%;
  top: 0;
  left: -35%;
  background-image: linear-gradient(to right bottom, #79c675 0%, #79c675 50%, #79c675 65%, #79c675 75.5%, #79c675 82.85%, #79c675 88%, #79c675 100%);
  transform: skew(20deg);
  z-index: 1;
  opacity: 0.25;
}

@media screen and (max-width: 600px) {
  #contact-ad .section__list {
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #contact-ad {
    padding: 60px 0;
  }
  #contact-ad .section__title {
    margin-bottom: 30px;
  }
}
#flow {
  padding: 90px 0;
  background-color: #f1f1f1;
}
#flow .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 60px;
}
@media screen and (max-width: 480px) {
  #flow .section {
    width: 90%;
  }
}
#flow .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  grid-column: 1/3;
}
#flow .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#flow .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#flow .section__table {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: 100%;
}
#flow .section__table tr th,
#flow .section__table tr td {
  padding: 15px;
  padding-left: 20px;
}
#flow .section__table tr th {
  background-color: #79c675;
  border-bottom: 1px solid #fafafa;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  width: 140px;
}
#flow .section__table tr td {
  border-bottom: 1px dashed rgba(100, 100, 111, 0.2);
  background-color: #fff;
  overflow: hidden;
}
#flow .section__table tr td span {
  display: inline-block;
}
#flow .section__table tr:first-child th {
  border-top-left-radius: "0";
}
#flow .section__table tr:first-child td {
  border-top-right-radius: "0";
}
#flow .section__table tr:last-child th {
  border-bottom-left-radius: "0";
}
#flow .section__table tr:nth-child(2n) td {
  background-color: #f8fbf8;
}
#flow .section__table.is-show {
  opacity: 1;
  bottom: 0;
}
#flow .section__table caption {
  font-size: 1.2em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px 20px;
  padding: 0 5px;
  white-space: nowrap;
}
#flow .section__table caption::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url(../../img/afterschool-daycare/point-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -10px;
}
#flow .section__table--2 caption::before {
  background-image: url(../../img/afterschool-daycare/point-2.svg);
}
#flow .section .wrap {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
}
#flow .section .wrap .image {
  width: 100%;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
#flow .section .wrap .image::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: linear-gradient(90deg, rgb(157, 233, 152), rgb(121, 198, 117));
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.25s;
}
#flow .section .wrap .image.is-show::after {
  left: 153%;
}
#flow .section .wrap .image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1280px) {
  #flow .section {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 928px) {
  #flow .section {
    display: flex;
    flex-direction: column;
  }
  #flow .section .wrap {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #flow .section .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #flow {
    padding: 60px 0;
  }
  #flow .section {
    row-gap: 30px;
  }
  #flow .section__table {
    width: 100%;
    display: block;
  }
  #flow .section__table tbody {
    width: 100%;
    display: block;
  }
  #flow .section__table tbody tr {
    width: 100%;
    display: block;
  }
  #flow .section__table tbody tr th {
    width: 100%;
    display: block;
  }
  #flow .section__table tbody tr td {
    width: 100%;
    display: block;
    background-color: #f2fbf2 !important;
    border-bottom: unset;
  }
}
#price {
  padding: 90px 0;
  background-color: #f1f1f1;
}
#price .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  max-width: 600px;
}
@media screen and (max-width: 480px) {
  #price .section {
    width: 90%;
  }
}
#price .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-bottom: 60px;
}
#price .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#price .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#price .section__table {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: 100%;
}
#price .section__table tr th,
#price .section__table tr td {
  padding: 15px;
  padding-left: 20px;
}
#price .section__table tr th {
  background-color: #79c675;
  border-bottom: 1px solid #fafafa;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  width: 140px;
}
#price .section__table tr td {
  border-bottom: 1px dashed rgba(100, 100, 111, 0.2);
  background-color: #fff;
  overflow: hidden;
}
#price .section__table tr td span {
  display: inline-block;
}
#price .section__table tr:first-child th {
  border-top-left-radius: "0";
}
#price .section__table tr:first-child td {
  border-top-right-radius: "0";
}
#price .section__table tr:last-child th {
  border-bottom-left-radius: "0";
}
#price .section__table tr:nth-child(2n) td {
  background-color: #f8fbf8;
}
#price .section__table.is-show {
  opacity: 1;
  bottom: 0;
}
#price .section__table caption {
  opacity: 0;
  z-index: -999;
  position: absolute;
}
#price .section__text {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin: 0 auto;
}
#price .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
#price .section__text ul {
  margin-bottom: 15px;
}
#price .section__text ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  align-items: start;
}

@media screen and (max-width: 480px) {
  #price {
    padding: 60px 0;
  }
  #price .section__title {
    margin-bottom: 30px;
  }
  #price .section__table {
    width: 100%;
    display: block;
  }
  #price .section__table tbody {
    width: 100%;
    display: block;
  }
  #price .section__table tbody tr {
    width: 100%;
    display: block;
  }
  #price .section__table tbody tr th {
    width: 100%;
    display: block;
  }
  #price .section__table tbody tr td {
    width: 100%;
    display: block;
    background-color: #f2fbf2 !important;
    border-bottom: unset;
  }
}
#sh {
  padding: 90px 0;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}
#sh .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #sh .section {
    width: 90%;
  }
}
#sh .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-bottom: 60px;
}
#sh .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#sh .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#sh .section__table {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: 100%;
}
#sh .section__table tr th,
#sh .section__table tr td {
  padding: 15px;
  padding-left: 20px;
}
#sh .section__table tr th {
  background-color: #79c675;
  border-bottom: 1px solid #fafafa;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  width: 140px;
}
#sh .section__table tr td {
  border-bottom: 1px dashed rgba(100, 100, 111, 0.2);
  background-color: #fff;
  overflow: hidden;
}
#sh .section__table tr td span {
  display: inline-block;
}
#sh .section__table tr:first-child th {
  border-top-left-radius: "0";
}
#sh .section__table tr:first-child td {
  border-top-right-radius: "0";
}
#sh .section__table tr:last-child th {
  border-bottom-left-radius: "0";
}
#sh .section__table tr:nth-child(2n) td {
  background-color: #f8fbf8;
}
#sh .section__table.is-show {
  opacity: 1;
  bottom: 0;
}
#sh .section__table caption {
  opacity: 0;
  z-index: -999;
  position: absolute;
}
#sh::after {
  content: "";
  display: block;
  max-width: 280px;
  width: 30%;
  aspect-ratio: 1/1;
  background-image: url(../../img/common/hours.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -30px;
  bottom: -30px;
  opacity: 0.45;
}

@media screen and (max-width: 480px) {
  #sh {
    padding: 60px 0;
  }
  #sh .section__title {
    margin-bottom: 30px;
  }
  #sh .section::after {
    right: -15px;
  }
  #sh .section__table {
    width: 100%;
    display: block;
  }
  #sh .section__table tbody {
    width: 100%;
    display: block;
  }
  #sh .section__table tbody tr {
    width: 100%;
    display: block;
  }
  #sh .section__table tbody tr th {
    width: 100%;
    display: block;
  }
  #sh .section__table tbody tr td {
    width: 100%;
    display: block;
    background-color: #f2fbf2 !important;
    border-bottom: unset;
  }
}
#album {
  padding: 90px 0;
  background-color: #fafafa;
}
#album .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #album .section {
    width: 90%;
  }
}
#album .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-block-end: 60px;
}
#album .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#album .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#album .section__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#album .section__list.is-show {
  opacity: 1;
  bottom: 0;
}
#album .section__list .inner {
  width: 100%;
}
#album .section__list .inner a {
  display: block;
  width: 100%;
}
#album .section__list .inner__image {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#album .section__list .inner__image .wrap-img {
  width: 100%;
  overflow: hidden;
  border-radius: "0";
}
#album .section__list .inner__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}
#album .section__list .inner__image figcaption {
  font-size: 1.1em;
  text-align: center;
  padding-top: 5px;
}
#album .section__list .inner__image:hover img {
  scale: 1.05;
}

@media screen and (max-width: 1024px) {
  #album .section__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  #album {
    padding: 60px 0;
  }
  #album .section__title {
    margin-block-end: 30px;
  }
}
#archive {
  padding: 180px 0;
  position: relative;
}
#archive::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(../../img/home/1027246.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0.4;
}
#archive .archive__wrap {
  display: grid;
  grid-template-columns: 1fr 240px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
#archive .archive__wrap--article {
  display: flex;
  flex-flow: column;
  row-gap: 30px;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
  height: -moz-fit-content;
  height: fit-content;
}
#archive .archive__wrap--article--h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#archive .archive__wrap--article--h2 span {
  display: inline-block;
}
#archive .archive__wrap--article--contents {
  color: #595757;
}
#archive .archive__wrap--article--contents ul {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}
#archive .archive__wrap--article--contents ul li {
  width: 100%;
}
#archive .archive__wrap--article--contents ul li a {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr auto;
  row-gap: 5px;
  position: relative;
  justify-content: space-between;
}
#archive .archive__wrap--article--contents ul li a h3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
  font-weight: bold;
  order: 2;
}
#archive .archive__wrap--article--contents ul li a h3 b {
  font-size: 0.9em;
  font-weight: bold;
}
#archive .archive__wrap--article--contents ul li a time {
  order: 5;
  font-size: 0.8em;
  width: 100%;
  text-align: right;
  -moz-text-align-last: right;
       text-align-last: right;
}
#archive .archive__wrap--article--contents ul li a div {
  width: 100%;
  order: 4;
  font-size: 0.9em;
}
#archive .archive__wrap--article--contents ul li a p {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  color: #79c675;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  background-size: auto auto;
  background-color: #252350;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 10px);
  display: none;
}
#archive .archive__wrap--article--contents ul li a p i {
  margin-left: 5px;
}
#archive .archive__wrap--article--contents ul li a figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  order: 1;
}
#archive .archive__wrap--article--contents ul li a figure img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}
#archive .archive__wrap--article--contents ul li a figure:hover img {
  scale: 1.1;
}
#archive .archive__wrap--article--contents ul li a figure::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  z-index: 1;
}
#archive .archive__wrap--aside {
  width: 240px;
  position: sticky;
  top: 0;
  left: 0;
}
#archive .archive__wrap--aside--newnav h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#archive .archive__wrap--aside--newnav ul {
  width: 100%;
  margin-bottom: 30px;
}
#archive .archive__wrap--aside--newnav ul li {
  border-bottom: dashed 1px #252350;
}
#archive .archive__wrap--aside--newnav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px;
  transition: 0.5s all;
}
#archive .archive__wrap--aside--newnav ul li a p i {
  margin: 5px 0 0;
}
#archive .archive__wrap--aside--newnav ul li:hover a {
  color: #79c675;
}
#archive .archive__wrap--aside--archivenav h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#archive .archive__wrap--aside--archivenav ul {
  width: 100%;
}
#archive .archive__wrap--aside--archivenav ul li {
  border-bottom: dashed 1px #252350;
}
#archive .archive__wrap--aside--archivenav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 15px;
}
#archive .archive__wrap--aside--archivenav ul li a p i {
  margin: 0 5px 0 0;
}
#archive .archive__wrap--aside--archivenav ul li a p span {
  transition: all ease 0.5s;
  margin: 0 0 0 0rem;
}
#archive .archive__wrap--aside--archivenav ul li a:hover span {
  margin: 0 0 0 2.5px;
}
#archive .archive__wrap--aside--categorynav ul {
  width: 100%;
  padding: 30px 15px;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#archive .archive__wrap--aside--categorynav ul li {
  border-bottom: dashed 1px #252350;
}
#archive .archive__wrap--aside--categorynav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
}
#archive .archive__wrap--aside--categorynav ul li a p i {
  margin: 0 5px 0 0;
  color: #f4f6f6;
}
#archive .archive__wrap--aside--categorynav ul li:last-child {
  border-bottom: none;
}
#archive .archive__wrap--aside--categorynav ul li:hover {
  background-color: #f4f6f6;
}

@media screen and (max-width: 1024px) {
  #archive .archive__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  #archive .archive__wrap--aside {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #archive .archive__wrap--aside--newnav ul, #archive .archive__wrap--aside--archivenav ul {
    padding: 0;
    padding-top: 15px;
  }
  #archive .archive__wrap--aside--newnav h2, #archive .archive__wrap--aside--archivenav h2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 928px) {
  #archive .archive__wrap--aside {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #archive .archive__wrap--article--contents ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  #archive .archive__wrap--article {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #archive {
    padding: 120px 0;
  }
  #archive .archive__wrap {
    width: 90%;
  }
}
#article {
  padding: 180px 0;
  position: relative;
}
#article::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(../../img/home/1027246.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0.4;
}
#article .article__wrap {
  display: grid;
  grid-template-columns: 1fr 240px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
#article .article__wrap--article {
  display: flex;
  flex-flow: column;
  row-gap: 30px;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
  height: -moz-fit-content;
  height: fit-content;
}
#article .article__wrap--article--status {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
#article .article__wrap--article--status--category {
  display: flex;
  align-items: center;
}
#article .article__wrap--article--status--category i {
  margin: 0 5px 0 0;
}
#article .article__wrap--article--status--time {
  display: flex;
  align-items: center;
  color: #595757;
}
#article .article__wrap--article--status--time i {
  margin: 0 5px 0 0;
}
#article .article__wrap--article--h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#article .article__wrap--article--contents {
  margin-top: 30px;
  color: #595757;
}
#article .article__wrap--article--contents img,
#article .article__wrap--article--contents iframe {
  max-width: 100%;
}
#article .article__wrap--article--contents h1 {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}
#article .article__wrap--article--contents h2 {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  line-height: clamp(1.7rem, 1.66rem + 0.2vw, 1.9rem);
  display: block;
  padding: 0;
  background-color: unset;
  color: #0f1111;
}
#article .article__wrap--article--contents h2::before {
  display: none;
}
#article .article__wrap--article--contents h3 {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  line-height: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
#article .article__wrap--article--contents h4 {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  line-height: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
}
#article .article__wrap--article--contents h5 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}
#article .article__wrap--article--contents h6 {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}
#article .article__wrap--article--contents p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
}
#article .article__wrap--article--contents p strong {
  font-weight: bold;
}
#article .article__wrap--article--contents p em {
  font-style: italic;
}
#article .article__wrap--article--contents table {
  border: solid 1px #252350;
}
#article .article__wrap--article--contents table tr {
  border: solid 1px #252350;
}
#article .article__wrap--article--contents table tr th {
  padding: 0.5rem;
  border: solid 1px #252350;
}
#article .article__wrap--article--contents table tr td {
  padding: 0.5rem;
  border: solid 1px #252350;
}
#article .article__wrap--article--contents img {
  max-width: 100%;
  margin: 15px 0;
}
#article .article__wrap--article--nav {
  width: 100%;
}
#article .article__wrap--article--nav ul {
  width: 100%;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: space-between;
}
#article .article__wrap--article--nav ul li {
  color: #fff;
  background-color: #79c675;
  transition: all ease 0.5s;
  border-radius: 5px;
  width: 120px;
  height: 40px;
}
#article .article__wrap--article--nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#article .article__wrap--article--nav ul li.left {
  grid-column: 1/2;
}
#article .article__wrap--article--nav ul li.right {
  grid-column: 2/3;
}
#article .article__wrap--aside {
  width: 240px;
  position: sticky;
  top: 0;
  left: 0;
}
#article .article__wrap--aside--newnav h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#article .article__wrap--aside--newnav ul {
  width: 100%;
  margin-bottom: 30px;
}
#article .article__wrap--aside--newnav ul li {
  border-bottom: dashed 1px #252350;
}
#article .article__wrap--aside--newnav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px;
  transition: 0.5s all;
}
#article .article__wrap--aside--newnav ul li a p i {
  margin: 5px 0 0;
}
#article .article__wrap--aside--newnav ul li:hover a {
  color: #79c675;
}
#article .article__wrap--aside--archivenav h2 {
  color: #595757;
  font-size: 2em;
  font-weight: bold;
}
#article .article__wrap--aside--archivenav ul {
  width: 100%;
}
#article .article__wrap--aside--archivenav ul li {
  border-bottom: dashed 1px #252350;
}
#article .article__wrap--aside--archivenav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 15px;
}
#article .article__wrap--aside--archivenav ul li a p i {
  margin: 0 5px 0 0;
}
#article .article__wrap--aside--archivenav ul li a p span {
  transition: all ease 0.5s;
  margin: 0 0 0 0rem;
}
#article .article__wrap--aside--archivenav ul li a:hover span {
  margin: 0 0 0 2.5px;
}
#article .article__wrap--aside--categorynav ul {
  width: 100%;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#article .article__wrap--aside--categorynav ul li {
  border-bottom: dashed 1px #252350;
}
#article .article__wrap--aside--categorynav ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 0;
}
#article .article__wrap--aside--categorynav ul li a p i {
  margin: 0 5px 0 0;
  color: #f4f6f6;
}
#article .article__wrap--aside--categorynav ul li:last-child {
  border-bottom: none;
}
#article .article__wrap--aside--categorynav ul li:hover {
  background-color: #f4f6f6;
}

@media screen and (max-width: 1024px) {
  #article .article__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  #article .article__wrap--aside {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #article .article__wrap--aside--newnav ul, #article .article__wrap--aside--archivenav ul {
    padding: 0;
    padding-top: 15px;
  }
  #article .article__wrap--aside--newnav h2, #article .article__wrap--aside--archivenav h2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 928px) {
  #article .article__wrap--aside {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  #article .article__wrap--article {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #article {
    padding: 120px 0;
  }
  #article .article__wrap {
    width: 90%;
  }
  #article .article__wrap--article--nav ul li {
    width: 80px;
  }
}
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #79c675;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0px 6px 10px -6px #74635d;
  overflow: hidden;
  color: #fff;
  border: 3px solid #fff;
}

#page-top a:hover {
  opacity: 0.8;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
.footer {
  background-color: #79c675;
  color: #fff;
  position: relative;
}
.footer__wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 15px;
  padding: 60px 0 30px;
  align-items: center;
  position: relative;
  z-index: 20;
}
.footer__logo {
  grid-row: 1/4;
  grid-column: 1/2;
  text-align: center;
}
.footer__logo img {
  width: 160px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}
.footer__logo p {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  white-space: nowrap;
}
.footer__logo p span {
  font-size: 1.5em;
}
.footer__address {
  grid-row: 1/2;
  grid-column: 2/3;
}
.footer__address p {
  display: flex;
  flex-direction: column;
}
.footer__address p span {
  display: inline-block;
}
.footer__nav {
  grid-row: 2/3;
  grid-column: 2/3;
}
.footer__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  row-gap: 10px;
}
.footer__nav ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
  position: relative;
  line-height: 1;
  white-space: nowrap;
}
.footer__nav ul li a i {
  padding-top: 2px;
  font-size: 0.9em;
}
.footer__copy {
  grid-row: 3/4;
  grid-column: 2/3;
  display: flex;
  align-items: end;
  white-space: nowrap;
  font-size: 0.9em;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 928px) {
  .footer__wrap {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    display: flex;
    flex-direction: column;
  }
  .footer__address {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer__copy {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .footer__logo p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .footer__wrap {
    max-width: 90%;
  }
  .footer::after {
    left: 50%;
    bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */