@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);
  }
}

#about-vn {
  padding: 90px 0;
  background-color: #f1f1f1;
}
#about-vn .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #about-vn .section {
    width: 90%;
  }
}
#about-vn .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-row: 1/2;
  grid-column: 1/3;
}
#about-vn .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-vn .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#about-vn .section__text {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#about-vn .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
#about-vn .section__text ul li span {
  font-size: 1.1em;
  white-space: nowrap;
  color: #79c675;
}
#about-vn .section__image {
  grid-row: 2/3;
  grid-column: 1/2;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
}
#about-vn .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-vn .section__image.is-show::after {
  left: 153%;
}
#about-vn .section__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-vn .section__copy {
  margin-bottom: 30px;
  font-size: 1.5em;
}
#about-vn .section__copy span {
  display: inline-block;
}
#about-vn .section__btn {
  margin: 30px 0 0;
  width: -moz-fit-content;
  width: fit-content;
}
#about-vn .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;
}
#about-vn .section__btn a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#about-vn .section__btn a:hover {
  background-color: #fff;
  color: #79c675;
}
#about-vn .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;
}
#about-vn .section__btn--2::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#about-vn .section__btn--2:hover {
  background: #fff;
  color: #cf2e92;
}

@media screen and (max-width: 1280px) {
  #about-vn .section {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #about-vn .section__image img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1024px) {
  #about-vn .section {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  #about-vn .section__title {
    margin-bottom: 0;
  }
  #about-vn .section__text {
    width: 80%;
  }
  #about-vn .section__image {
    width: 80%;
  }
  #about-vn .section__image img {
    aspect-ratio: 2/1;
  }
  #about-vn .section__btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 928px) {
  #about-vn .section__text {
    width: 90%;
  }
  #about-vn .section__image {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #about-vn .section__text {
    width: 100%;
  }
  #about-vn .section__image {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #about-vn {
    padding: 60px 0;
  }
  #about-vn .section {
    row-gap: 30px;
  }
  #about-vn .section__image img {
    aspect-ratio: 3/2;
  }
}
#flow-vn {
  padding: 90px 0;
  position: relative;
}
#flow-vn .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) {
  #flow-vn .section {
    width: 90%;
  }
}
#flow-vn .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;
}
#flow-vn .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-vn .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#flow-vn .section__list {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
#flow-vn .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;
}
#flow-vn .section__list .inner.is-show {
  opacity: 1;
  bottom: 0;
}
#flow-vn .section__list .inner:nth-child(2) {
  transition-delay: 0.125s;
}
#flow-vn .section__list .inner:nth-child(3) {
  transition-delay: 0.25s;
}
#flow-vn .section__list .inner:nth-child(4) {
  transition-delay: 0.375s;
}
#flow-vn .section__list .inner:nth-child(5) {
  transition-delay: 0.5s;
}
#flow-vn .section__list .inner:nth-child(6) {
  transition-delay: 0.625s;
}
#flow-vn .section__list .inner:nth-child(7) {
  transition-delay: 0.75s;
}
#flow-vn .section__list .inner:nth-child(8) {
  transition-delay: 0.875s;
}
#flow-vn .section__list .inner:nth-child(9) {
  transition-delay: 0.9s;
}
#flow-vn .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;
}
#flow-vn .section__list .inner .num span {
  font-size: 0.5em;
}
#flow-vn .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;
}
#flow-vn .section__list .inner__text {
  padding: 30px;
  background-color: #fafafa;
}
#flow-vn .section__list .inner__text a {
  color: #79c675;
}
#flow-vn .section__list .inner__text p span,
#flow-vn .section__list .inner__text i span {
  display: inline-block;
}
#flow-vn .section__list .inner .wrap-btn {
  display: flex;
  gap: 5px;
  margin: 5px 0;
  flex-wrap: wrap;
  align-items: center;
}
#flow-vn .section__list .inner__btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
}
#flow-vn .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;
}
#flow-vn .section__list .inner__btn a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#flow-vn .section__list .inner__btn a:hover {
  background-color: #fff;
  color: #79c675;
}
#flow-vn .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;
}
#flow-vn .section__list .inner__btn--2::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#flow-vn .section__list .inner__btn--2:hover {
  background: #fff;
  color: #cf2e92;
}
#flow-vn .section__list .inner__btn .link {
  width: 240px;
  justify-content: center;
}
#flow-vn .section__list .inner__btn .link::after {
  content: none;
}
#flow-vn .section__list .inner__btn .link i {
  font-size: 1.1em;
  padding-top: 2px;
}
#flow-vn .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;
}
#flow-vn .section__list .inner__btn--3 a {
  width: auto;
  background-color: transparent;
  padding: 0;
  color: #79c675;
  pointer-events: none;
}
#flow-vn .section__list .inner__btn--3 a:hover {
  color: #79c675;
  background-color: transparent;
}
#flow-vn .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%;
}
#flow-vn .section__list .inner:last-child::after {
  content: none;
}
#flow-vn::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../../img/visiting-nursing/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) {
  #flow-vn .section {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #flow-vn .section {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #flow-vn .section__list .inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  #flow-vn .section__list .inner .num {
    width: 100%;
    align-items: end;
    padding: 15px;
    flex-direction: unset;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #flow-vn .section__list .inner .num span {
    font-size: 0.75em;
  }
  #flow-vn .section__list .inner .wrap-btn {
    justify-content: center;
  }
  #flow-vn .section__list .inner .wrap-btn .inner__btn {
    width: 100%;
  }
  #flow-vn .section__list .inner .wrap-btn .inner__btn .link {
    width: 100%;
  }
  #flow-vn .section__banner {
    width: 100%;
  }
  #flow-vn .section__banner a {
    padding: 30px 0;
    width: 100%;
    text-align: center;
  }
  #flow-vn {
    padding: 2.5vw 0;
  }
  #flow-vn .section {
    width: 98%;
    padding: 30px 10px 60px;
  }
}
#info-vn {
  padding: 90px 0;
  background-color: #f1f1f1;
}
#info-vn .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #info-vn .section {
    width: 90%;
  }
}
#info-vn .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;
}
#info-vn .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;
}
#info-vn .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#info-vn .section__table {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: 100%;
}
#info-vn .section__table tr th,
#info-vn .section__table tr td {
  padding: 15px;
  padding-left: 20px;
}
#info-vn .section__table tr th {
  background-color: #79c675;
  border-bottom: 1px solid #fafafa;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  width: 140px;
}
#info-vn .section__table tr td {
  border-bottom: 1px dashed rgba(100, 100, 111, 0.2);
  background-color: #fff;
  overflow: hidden;
}
#info-vn .section__table tr td span {
  display: inline-block;
}
#info-vn .section__table tr:first-child th {
  border-top-left-radius: "0";
}
#info-vn .section__table tr:first-child td {
  border-top-right-radius: "0";
}
#info-vn .section__table tr:last-child th {
  border-bottom-left-radius: "0";
}
#info-vn .section__table tr:nth-child(2n) td {
  background-color: #f8fbf8;
}
#info-vn .section__table.is-show {
  opacity: 1;
  bottom: 0;
}
#info-vn .section__table caption {
  opacity: 0;
  z-index: -999;
  position: absolute;
}

@media screen and (max-width: 480px) {
  #info-vn {
    padding: 60px 0;
  }
  #info-vn .section__title {
    margin-bottom: 30px;
  }
  #info-vn .section__table {
    width: 100%;
    display: block;
  }
  #info-vn .section__table tbody {
    width: 100%;
    display: block;
  }
  #info-vn .section__table tbody tr {
    width: 100%;
    display: block;
  }
  #info-vn .section__table tbody tr th {
    width: 100%;
    display: block;
  }
  #info-vn .section__table tbody tr td {
    width: 100%;
    display: block;
    background-color: #f2fbf2 !important;
    border-bottom: unset;
  }
}
#price-vn {
  padding: 90px 0;
  background-color: #fafafa;
}
#price-vn .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #price-vn .section {
    width: 90%;
  }
}
#price-vn .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-vn .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-vn .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#price-vn .section__text {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#price-vn .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
#price-vn .section__text b {
  font-size: 1.1em;
  color: #79c675;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  #price-vn {
    padding: 60px 0;
  }
  #price-vn .section__title {
    margin-bottom: 30px;
  }
}
#info-vn {
  padding: 90px 0;
  background-color: #f1f1f1;
}
#info-vn .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #info-vn .section {
    width: 90%;
  }
}
#info-vn .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;
}
#info-vn .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;
}
#info-vn .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#info-vn .section__table {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: 100%;
}
#info-vn .section__table tr th,
#info-vn .section__table tr td {
  padding: 15px;
  padding-left: 20px;
}
#info-vn .section__table tr th {
  background-color: #79c675;
  border-bottom: 1px solid #fafafa;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  width: 140px;
}
#info-vn .section__table tr td {
  border-bottom: 1px dashed rgba(100, 100, 111, 0.2);
  background-color: #fff;
  overflow: hidden;
}
#info-vn .section__table tr td span {
  display: inline-block;
}
#info-vn .section__table tr:first-child th {
  border-top-left-radius: "0";
}
#info-vn .section__table tr:first-child td {
  border-top-right-radius: "0";
}
#info-vn .section__table tr:last-child th {
  border-bottom-left-radius: "0";
}
#info-vn .section__table tr:nth-child(2n) td {
  background-color: #f8fbf8;
}
#info-vn .section__table.is-show {
  opacity: 1;
  bottom: 0;
}
#info-vn .section__table caption {
  opacity: 0;
  z-index: -999;
  position: absolute;
}

@media screen and (max-width: 480px) {
  #info-vn {
    padding: 60px 0;
  }
  #info-vn .section__title {
    margin-bottom: 30px;
  }
  #info-vn .section__table {
    width: 100%;
    display: block;
  }
  #info-vn .section__table tbody {
    width: 100%;
    display: block;
  }
  #info-vn .section__table tbody tr {
    width: 100%;
    display: block;
  }
  #info-vn .section__table tbody tr th {
    width: 100%;
    display: block;
  }
  #info-vn .section__table tbody tr td {
    width: 100%;
    display: block;
    background-color: #f2fbf2 !important;
    border-bottom: unset;
  }
}
#contact-vn {
  padding: 90px 0;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
#contact-vn::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;
}
#contact-vn .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #contact-vn .section {
    width: 90%;
  }
}
#contact-vn .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-vn .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-vn .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#contact-vn .section__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#contact-vn .section__text.is-show {
  opacity: 1;
  bottom: 0;
}
#contact-vn .section__list {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
#contact-vn .section__list li {
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#contact-vn .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-vn .section__list li a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#contact-vn .section__list li a:hover {
  background-color: #fff;
  color: #79c675;
}
#contact-vn .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-vn .section__list li--2::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#contact-vn .section__list li--2:hover {
  background: #fff;
  color: #cf2e92;
}
#contact-vn .section__list li.is-show {
  opacity: 1;
  bottom: 0;
}
#contact-vn .section__list li a {
  width: 250px;
  justify-content: center;
}
#contact-vn .section__list li a::after {
  content: none;
}
#contact-vn .section__list li p {
  font-size: 0.9em;
  text-align: center;
  margin-top: 2.5px;
}

@media screen and (max-width: 600px) {
  #contact-vn .section__list {
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #contact-vn {
    padding: 60px 0;
  }
  #contact-vn .section__title {
    margin-bottom: 30px;
  }
}
#about-work {
  padding: 90px 0;
  background-color: #fafafa;
}
#about-work .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #about-work .section {
    width: 90%;
  }
}
#about-work .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;
}
#about-work .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-work .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#about-work .section__table {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  width: 100%;
}
#about-work .section__table tr th,
#about-work .section__table tr td {
  padding: 15px;
  padding-left: 20px;
}
#about-work .section__table tr th {
  background-color: #79c675;
  border-bottom: 1px solid #fafafa;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  width: 140px;
}
#about-work .section__table tr td {
  border-bottom: 1px dashed rgba(100, 100, 111, 0.2);
  background-color: #fff;
  overflow: hidden;
}
#about-work .section__table tr td span {
  display: inline-block;
}
#about-work .section__table tr:first-child th {
  border-top-left-radius: "0";
}
#about-work .section__table tr:first-child td {
  border-top-right-radius: "0";
}
#about-work .section__table tr:last-child th {
  border-bottom-left-radius: "0";
}
#about-work .section__table tr:nth-child(2n) td {
  background-color: #f8fbf8;
}
#about-work .section__table.is-show {
  opacity: 1;
  bottom: 0;
}
#about-work .section__table caption {
  opacity: 0;
  z-index: -999;
  position: absolute;
}

@media screen and (max-width: 480px) {
  #about-work {
    padding: 60px 0;
  }
  #about-work .section__title {
    margin-bottom: 30px;
  }
  #about-work .section__table {
    width: 100%;
    display: block;
  }
  #about-work .section__table tbody {
    width: 100%;
    display: block;
  }
  #about-work .section__table tbody tr {
    width: 100%;
    display: block;
  }
  #about-work .section__table tbody tr th {
    width: 100%;
    display: block;
  }
  #about-work .section__table tbody tr td {
    width: 100%;
    display: block;
    background-color: #f2fbf2 !important;
    border-bottom: unset;
  }
}
#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;
  }
}
/*リンクの形状*/
#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;
  }
}
#evaluation .section__title {
  font-family: "Zen Old Mincho", sans-serif;
}

#flow-vn::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../../img/visiting-support/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%;
}

.maru_list {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.maru_list li {
  display: flex;
  gap: 0.25rem;
  align-items: baseline;
}
.maru_list li::before {
  content: "●";
  transform: scale(0.5);
  color: #79c675;
}/*# sourceMappingURL=style.css.map */