@charset "UTF-8";
@font-face {
  font-family: otomanopee;
  src: url(../font/OtomanopeeOne-Regular.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: Zen Maru Gothic;
  src: url(../font/ZenMaruGothic-Regular.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: Zen Maru Gothic Bold;
  src: url(../font/ZenMaruGothic-Bold.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: keifont;
  src: url(../font/keifont.ttf) format("truetype");
  font-style: normal;
}
.header_mv_bk {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background-color: #2a6e3a;
}
@media screen and (max-width: 1024px) {
  .header_mv_bk {
    margin-top: 60px;
  }
}
.header_mv_bk picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header_mv_bk picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_mv_bk .header_mv_character_block {
  position: absolute;
  width: 90%;
  max-width: 1330px;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1280px) {
  .header_mv_bk .header_mv_character_block {
    width: 100%;
    max-width: 1200px;
    height: 74%;
  }
}
@media screen and (max-width: 1024px) {
  .header_mv_bk .header_mv_character_block {
    max-width: 815px;
    height: 46%;
  }
}
@media screen and (max-width: 500px) {
  .header_mv_bk .header_mv_character_block {
    height: 72%;
    max-width: 400px;
  }
}
.header_mv_bk .header_mv_character_block .header_mv_character_1 {
  position: absolute;
  top: -160px;
  left: 50%;
  width: 70%;
  height: auto;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header_mv_bk .header_mv_character_block .header_mv_character_1 {
    width: 80%;
    top: -130px;
  }
}
@media screen and (max-width: 500px) {
  .header_mv_bk .header_mv_character_block .header_mv_character_1 {
    width: 110%;
    top: 0;
  }
}
.header_mv_bk .header_mv_character_block .header_mv_character_1 img {
  width: 100%;
  height: 100%;
}
.header_mv_bk .header_mv_character_block .header_mv_character_2 {
  position: absolute;
  top: -110px;
  left: 50px;
  width: 45%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .header_mv_bk .header_mv_character_block .header_mv_character_2 {
    width: 50%;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .header_mv_bk .header_mv_character_block .header_mv_character_2 {
    width: 95%;
    top: -110px;
    left: -87px;
  }
}
.header_mv_bk .header_mv_character_block .header_mv_character_2 img {
  width: 100%;
  height: 100%;
}
.header_mv_bk .header_mv_character_block .header_mv_character_3 {
  position: absolute;
  top: -110px;
  right: 50px;
  width: 45%;
  height: auto;
  transform: rotate(15deg);
}
@media screen and (max-width: 1024px) {
  .header_mv_bk .header_mv_character_block .header_mv_character_3 {
    width: 50%;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .header_mv_bk .header_mv_character_block .header_mv_character_3 {
    width: 95%;
    top: -110px;
    right: -87px;
  }
}
.header_mv_bk .header_mv_character_block .header_mv_character_3 img {
  width: 100%;
  height: 100%;
}
.header_mv_bk .header_mv_character_block .header_mv_character_4 {
  position: absolute;
  top: 75px;
  left: 0;
  width: 45%;
  height: auto;
  transform: rotate(-30deg);
}
@media screen and (max-width: 1024px) {
  .header_mv_bk .header_mv_character_block .header_mv_character_4 {
    width: 52%;
    left: -40px;
  }
}
@media screen and (max-width: 500px) {
  .header_mv_bk .header_mv_character_block .header_mv_character_4 {
    width: 95%;
    top: 144px;
    left: -80px;
    z-index: 1;
  }
}
.header_mv_bk .header_mv_character_block .header_mv_character_4 img {
  width: 100%;
  height: 100%;
}
.header_mv_bk .header_mv_character_block .header_mv_character_5 {
  position: absolute;
  top: 75px;
  right: 0;
  width: 45%;
  height: auto;
  transform: rotate(30deg);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .header_mv_bk .header_mv_character_block .header_mv_character_5 {
    width: 52%;
    right: -40px;
  }
}
@media screen and (max-width: 500px) {
  .header_mv_bk .header_mv_character_block .header_mv_character_5 {
    width: 95%;
    top: 144px;
    right: -80px;
  }
}
.header_mv_bk .header_mv_character_block .header_mv_character_5 img {
  width: 100%;
  height: 100%;
}
.header_mv_bk .header_mv_character_block .header_mv_board {
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 58%;
  height: auto;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .header_mv_bk .header_mv_character_block .header_mv_board {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .header_mv_bk .header_mv_character_block .header_mv_board {
    width: 100%;
  }
}
.header_mv_bk .header_mv_character_block .header_mv_board .header_mv_board_title {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.header_mv_bk .header_mv_character_block .header_mv_board .header_mv_board_title h1 {
  font-family: "otomanopee";
  font-size: 5.625rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
@media screen and (max-width: 1280px) {
  .header_mv_bk .header_mv_character_block .header_mv_board .header_mv_board_title h1 {
    font-size: 4.6875rem;
  }
}
@media screen and (max-width: 500px) {
  .header_mv_bk .header_mv_character_block .header_mv_board .header_mv_board_title h1 {
    -webkit-text-stroke-width: 1px;
    font-size: 2.5rem;
  }
}
.header_mv_bk .header_mv_character_block .header_mv_board .header_mv_board_title h1 span {
  font-size: 3rem;
  color: #fff;
  -webkit-text-stroke-color: #000;
}
@media screen and (max-width: 1280px) {
  .header_mv_bk .header_mv_character_block .header_mv_board .header_mv_board_title h1 span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .header_mv_bk .header_mv_character_block .header_mv_board .header_mv_board_title h1 span {
    font-size: 1.5rem;
  }
}
.header_mv_bk .header_mv_character_block .header_mv_board .header_mv_board_img {
  width: 100%;
  height: 100%;
}
.header_mv_bk .header_mv_character_block .header_mv_board .header_mv_board_img img {
  width: 100%;
  height: 100%;
}

.header_menu_block {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  height: 60px;
  background-color: #009245;
  padding-right: 3%;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header_menu_block {
    position: fixed;
    top: 0;
    padding-left: 3%;
  }
}
.header_menu_block.is_sticky {
  background-color: rgba(0, 146, 69, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.header_menu_block .header_menu {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header_menu_block .header_menu {
    display: none;
  }
}
.header_menu_block .header_menu ul {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-right: 3%;
}
.header_menu_block .header_menu ul li {
  width: 205px;
  height: 60px;
  white-space: nowrap;
}
.header_menu_block .header_menu ul li:last-child {
  margin-right: 0;
}
.header_menu_block .header_menu ul li > a {
  display: block;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-family: "Zen Maru Gothic";
  color: #fff;
  font-size: 0.875rem;
}
.header_menu_block .header_menu ul .parent-menu {
  position: relative;
}
.header_menu_block .header_menu ul .parent-menu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease;
}
.header_menu_block .header_menu ul .parent-menu .sub-menu {
  display: initial;
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.header_menu_block .header_menu ul .parent-menu .sub-menu li {
  width: 100%;
  background-color: #009245;
  opacity: 0.9;
  margin-top: 1px;
}
.header_menu_block .sp-menu {
  display: none;
}
.header_menu_block .sp-menu nav {
  width: 70%;
  margin-left: auto;
  height: 100vh;
  background: #f9f9f9;
  transform: translateX(800px);
}
.header_menu_block .sp-menu nav ul {
  display: block;
}
.header_menu_block .sp-menu nav ul li {
  line-height: 30px;
}
.header_menu_block .sp-menu nav ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid #009245;
  background-color: #dbe9dc;
}
.header_menu_block .sp-menu nav ul li .sub-menu {
  text-indent: 1rem;
}
.header_menu_block .sp-menu nav ul li .sub-menu li a {
  background-color: #fff;
}
.header_menu_block .sp-menu nav .top-logo-sp {
  margin-top: 30px;
  width: 90%;
  margin-inline: auto;
}
.header_menu_block .sp-menu nav .top-logo-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_menu_block .sp-menu.active {
  display: block;
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
}
.header_menu_block .sp-menu.active nav.active {
  transform: translateX(0);
  transition: all 0.25s ease;
}
.header_menu_block .hamburger_menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header_menu_block .hamburger_menu {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
  }
  .header_menu_block .hamburger_menu span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: all 0.25s;
  }
  .header_menu_block .hamburger_menu span::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .header_menu_block .hamburger_menu span::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .header_menu_block .hamburger_menu.active span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.25s;
  }
  .header_menu_block .hamburger_menu.active span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
  }
  .header_menu_block .hamburger_menu.active span::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transform: rotate(-90deg);
  }
}
.header_menu_block .header_menu_support_btn {
  width: 190px;
  min-width: 190px;
  height: 45px;
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .header_menu_block .header_menu_support_btn {
    font-size: 1rem;
    width: 150px;
    min-width: 150px;
  }
}
.header_menu_block .header_menu_support_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 45px;
}
.header_menu_block .header_menu_support_btn > a .icon_img {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.header_menu_block .header_menu_support_btn > a .icon_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_menu_block .header_menu_support_btn > a > p {
  color: #009245;
}

.page_header_mv_bk {
  position: relative;
  width: 100%;
  padding-top: 29.27%;
}
@media screen and (max-width: 1024px) {
  .page_header_mv_bk {
    margin-top: 60px;
  }
}
.page_header_mv_bk .page_mv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-family: "keifont";
  text-align: center;
}
@media screen and (min-width: 1500px) {
  .page_header_mv_bk .page_mv_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .page_header_mv_bk .page_mv_title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page_header_mv_bk .page_mv_title {
    font-size: 1.75rem;
  }
}
.page_header_mv_bk picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_header_mv_bk picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_contact_block {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_contact_block {
    display: block;
  }
}
.footer_contact_block > div {
  position: relative;
  width: 50%;
  height: auto;
  padding-top: 25%;
}
@media screen and (max-width: 767px) {
  .footer_contact_block > div {
    width: 100%;
    padding-top: 51%;
  }
}
.footer_contact_block > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  transition: ease 0.25s;
}
.footer_contact_block > div:hover::before {
  background-color: #fff;
  opacity: 0.2;
  transition: ease 0.25s;
}
.footer_contact_block > div a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.footer_contact_block > div a .footer_contact_text_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border: #fff 4px solid;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .footer_contact_block > div a .footer_contact_text_block {
    width: 90%;
    height: 87%;
  }
}
.footer_contact_block > div a .footer_contact_text_block .footer_contact_text_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.footer_contact_block > div a .footer_contact_text_block .footer_contact_text_inner .footer_contact_icon {
  width: 30%;
  max-width: 54px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .footer_contact_block > div a .footer_contact_text_block .footer_contact_text_inner .footer_contact_icon {
    max-width: 35px;
  }
}
.footer_contact_block > div a .footer_contact_text_block .footer_contact_text_inner .footer_contact_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_contact_block > div a .footer_contact_text_block .footer_contact_text_inner h5 {
  font-size: 1.75rem;
  color: #fff;
  margin-top: 20px;
  font-family: "keifont";
}
@media screen and (max-width: 1280px) {
  .footer_contact_block > div a .footer_contact_text_block .footer_contact_text_inner h5 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_contact_block > div a .footer_contact_text_block .footer_contact_text_inner h5 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact_block > div a .footer_contact_text_block .footer_contact_text_inner h5 {
    font-size: 1.125rem;
  }
}
.footer_contact_block > div a .footer_contact_text_block .footer_contact_text_inner p {
  color: #fff;
  font-size: 1.125rem;
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .footer_contact_block > div a .footer_contact_text_block .footer_contact_text_inner p {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.footer_contact_block .footer_contact_img {
  background-image: url(../img/footer/footer_contact.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.footer_contact_block .footer_support_img {
  background-image: url(../img/footer/footer_support.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer_menu_block {
  background-color: #009245;
  padding: 30px;
}
@media screen and (max-width: 819px) {
  .footer_menu_block {
    padding: 20px;
  }
}
.footer_menu_block .footer_menu_inner {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 819px) {
  .footer_menu_block .footer_menu_inner {
    flex-direction: column-reverse;
  }
}
.footer_menu_block .footer_menu_inner .footer_menu_content {
  color: #fff;
}
@media screen and (max-width: 819px) {
  .footer_menu_block .footer_menu_inner .footer_menu_content {
    width: 100%;
    margin-top: 20px;
  }
}
.footer_menu_block .footer_menu_inner .footer_menu_content > p {
  font-family: "otomanopee";
  font-size: 1.5rem;
}
@media screen and (max-width: 819px) {
  .footer_menu_block .footer_menu_inner .footer_menu_content > p {
    text-align: center;
    margin-bottom: 15px;
  }
}
.footer_menu_block .footer_menu_inner .footer_menu_content div {
  display: flex;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 819px) {
  .footer_menu_block .footer_menu_inner .footer_menu_content div {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 819px) {
  .footer_menu_block .footer_menu_inner .footer_menu_content div dd {
    font-size: 0.875rem;
    flex: 1;
  }
}
.footer_menu_block .footer_menu_inner .footer_menu_content div dd a {
  text-decoration: underline;
}
@media screen and (max-width: 819px) {
  .footer_menu_block .footer_menu_inner .footer_sns_content {
    width: 100%;
  }
}
.footer_menu_block .footer_menu_inner .footer_sns_content ul {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 819px) {
  .footer_menu_block .footer_menu_inner .footer_sns_content ul {
    justify-content: center;
  }
}
.footer_menu_block .footer_menu_inner .footer_sns_content ul li {
  width: 25%;
  height: 25%;
}
@media screen and (max-width: 819px) {
  .footer_menu_block .footer_menu_inner .footer_sns_content ul li {
    max-width: 50px;
  }
}
.footer_menu_block .footer_menu_inner .footer_sns_content ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_menu_block .footer_menu_inner .footer_sns_content ul li a img {
  width: 100%;
  height: 100%;
}
.footer_menu_block .footer_menu_inner .footer_sns_content > a {
  display: block;
  color: #fff;
  text-decoration: underline;
  text-align: end;
  margin-top: 5px;
}
@media screen and (max-width: 819px) {
  .footer_menu_block .footer_menu_inner .footer_sns_content > a {
    text-align: center;
  }
}
.footer_menu_block small {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #fff;
}

.top_support ul {
  width: fit-content;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .top_support ul {
    width: 85%;
    margin: 20px auto;
  }
}
.top_support ul li {
  list-style: disc;
}
.top_support ul li p {
  text-align: start;
}
.top_support .page_support_heading {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic Bold";
  color: #009245;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .top_support .page_support_heading {
    font-size: 1.25rem;
  }
}
.top_support .page_support_heading.top_heading {
  margin: 45px 0 20px;
}
.top_support .page_support_points_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
}
.top_support .page_support_points_list .list_img {
  position: relative;
  width: 30%;
  padding-top: 22%;
}
@media screen and (max-width: 767px) {
  .top_support .page_support_points_list .list_img {
    width: 32%;
    padding-top: 24%;
  }
}
.top_support .page_support_points_list .list_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_support .page_support_funds_items {
  width: 30%;
  margin: 5px auto 0;
}
@media screen and (max-width: 1024px) {
  .top_support .page_support_funds_items {
    width: 40%;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top_support .page_support_funds_items {
    width: 70%;
  }
}
.top_support .page_support_funds_items .page_support_funds_item {
  width: 100%;
  margin-top: 5px;
}
.top_support .page_support_funds_items .page_support_funds_item:first-child {
  margin-top: 0;
}
.top_support .page_support_funds_items .page_support_funds_item_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_support .page_support_funds_items .page_support_funds_item > ul {
  width: 87%;
  margin-left: auto;
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .top_support .page_support_funds_items .page_support_funds_item > ul {
    width: 74%;
    max-width: 220px;
  }
}
.top_support .page_support_funds_items .page_support_funds_item > ul > li {
  list-style: disc;
}

.page_support_about .page_support_about_img {
  position: relative;
  width: 100%;
  padding-top: 33%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .page_support_about .page_support_about_img {
    padding-top: 45%;
  }
}
.page_support_about .page_support_about_img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_support_about .page_support_about_text {
  text-align: center;
  margin-top: 30px;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page_support_about .page_support_about_text {
    text-align: justify;
  }
}
.page_support_about .page_support_about_text span {
  font-family: "Zen Maru Gothic Bold";
}
.page_support_about h3 {
  width: fit-content;
  margin: 50px auto 0;
  position: relative;
  color: #009245;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic Bold";
}
.page_support_about h3::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 5px;
  background-color: #f7931e;
  opacity: 0.7;
  z-index: -1;
}
.page_support_about .point_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page_support_about .point_items {
    display: block;
  }
}
.page_support_about .point_items li {
  position: relative;
  width: 48%;
  padding-top: 27.25%;
  background-image: url(../img/support/page_support_belonging_bk.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .page_support_about .point_items li {
    padding-top: 32.25%;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 820px) {
  .page_support_about .point_items li {
    padding-top: 48.25%;
  }
}
@media screen and (max-width: 767px) {
  .page_support_about .point_items li {
    width: 100%;
    padding-top: 89.25%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_support_about .point_items li:first-child {
    margin-top: 0;
  }
}
.page_support_about .point_items li:nth-child(3), .page_support_about .point_items li:nth-child(4) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page_support_about .point_items li:nth-child(3), .page_support_about .point_items li:nth-child(4) {
    margin-top: 10px;
  }
}
.page_support_about .point_items li .item_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
}
@media screen and (max-width: 1024px) {
  .page_support_about .point_items li .item_inner {
    width: 90%;
  }
}
.page_support_about .point_items li .item_inner h4 {
  font-size: 1.25rem;
  text-align: center;
  font-family: "Zen Maru Gothic Bold";
}
.page_support_about .point_items li .item_inner .item_icon {
  width: 50px;
  height: 50px;
  margin: 20px auto 0;
}
.page_support_about .point_items li .item_inner .item_icon img {
  width: 100%;
  height: 100%;
}
.page_support_about .point_items li .item_inner .item_text {
  text-align: justify;
  margin-top: 20px;
  line-height: 1.8;
}

.about-support .about-support-wrap {
  padding: 50px 0;
  background-color: #ede7b4;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about-support .about-support-wrap {
    padding: 20px 0;
  }
}
.about-support .about-support-wrap .about-support-inner {
  margin: 100%;
  max-width: 850px;
  background-color: #fff;
  padding: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .about-support .about-support-wrap .about-support-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .about-support .about-support-wrap .about-support-inner {
    padding: 15px;
  }
}
.about-support .about-support-wrap .about-support-inner h3 {
  font-size: 1.375rem;
  text-align: center;
  font-weight: 900;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .about-support .about-support-wrap .about-support-inner h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.about-support .about-support-wrap .about-support-inner .support-button_items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-support .about-support-wrap .about-support-inner .support-button_items {
    display: block;
  }
}
.about-support .about-support-wrap .about-support-inner .support-button_items .support-button_item {
  width: 35%;
  margin-right: 45px;
}
@media screen and (max-width: 1024px) {
  .about-support .about-support-wrap .about-support-inner .support-button_items .support-button_item {
    width: 100%;
    min-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .about-support .about-support-wrap .about-support-inner .support-button_items .support-button_item {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.about-support .about-support-wrap .about-support-inner .support-button_items .support-button_item:last-child {
  margin-right: 0;
}
.about-support .about-support-wrap .about-support-inner .support-button_items .support-button_item .main_btn {
  width: 100%;
  height: 100%;
  background-color: #009245;
  color: #fff;
  font-size: 1.125rem;
  padding: 15px 10px;
  border: none;
}
.about-support .about-support-wrap .about-support-inner .support-button_items .support-button_item .main_btn.subscription {
  background-color: #29abe2;
}
.about-support .about-support-wrap .about-support-inner .line {
  width: 2px;
  height: 80px;
  margin: 30px auto 0;
  background: linear-gradient(180deg, #ede7b4, #fff);
}
.about-support .about-support-wrap .about-support-inner .support-category_block {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .about-support .about-support-wrap .about-support-inner .support-category_block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-support .about-support-wrap .about-support-inner .support-category_block:last-child {
    margin-bottom: 0;
  }
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-category {
  width: 90%;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  margin: 0 auto 35px;
  font-family: "Zen Maru Gothic Bold";
}
@media screen and (max-width: 1024px) {
  .about-support .about-support-wrap .about-support-inner .support-category_block .support-category {
    width: 100%;
  }
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-category.personal {
  background-color: #80b283;
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-category.group {
  background-color: #29abe2;
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list {
    width: 100%;
    margin: 0;
  }
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item {
  border: 1px solid #80b283;
  padding: 15px;
  margin-bottom: 10px;
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item:last-child {
  margin-bottom: 0;
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item_title {
  font-size: 1.25rem;
  text-align: center;
  color: #80b283;
  text-decoration-line: underline;
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic Bold";
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item_text {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item_text span {
  display: block;
  font-size: 0.875rem;
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item_img {
  width: 65%;
  margin: 0 auto 20px;
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item_img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item_img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item_button {
  display: block;
  width: 170px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  background-color: #80b283;
  margin-inline: auto;
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item.group {
  border: 1px solid #29abe2;
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item.group .support-pay_item_title {
  color: #29abe2;
}
.about-support .about-support-wrap .about-support-inner .support-category_block .support-pay_list .support-pay_item.group .support-pay_item_button {
  background-color: #29abe2;
}

.page_support_partner {
  background-image: url(../img/support/partner_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page_support_partner .section_title_block .section_title span {
  background-color: #009245;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.page_support_partner .section_title_block .section_second_title {
  color: #fff;
}
.page_support_partner .page_support_partner_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page_support_partner .page_support_partner_list {
    justify-content: space-between;
  }
}
.page_support_partner .page_support_partner_list li {
  width: calc((100% - 20px) / 3);
  padding: 20px;
  background-color: #fff;
  border: 2px solid #009245;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .page_support_partner .page_support_partner_list li {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
    padding: 10px;
  }
}
.page_support_partner .page_support_partner_list li:nth-child(3n) {
  margin-right: 0;
}
.page_support_partner .page_support_partner_list li .list_img {
  position: relative;
  width: 100%;
  padding-top: 75.56%;
}
.page_support_partner .page_support_partner_list li .list_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_support_partner .page_support_partner_list li .list_company_name {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 15px 0;
}
.page_support_partner .page_support_partner_list li .list_company_text {
  line-height: 1.8;
}

.archive_news .archive_news_block .archive_news_categories_wrap {
  margin-top: 30px;
}
.archive_news .archive_news_block .archive_news_categories_wrap form span {
  font-weight: bold;
}
.archive_news .archive_news_block .archive_news_categories_wrap form select {
  width: 100px;
  text-align: center;
  padding: 10px;
  border: 1px solid #000;
}
.archive_news .archive_news_block .archive_news_categories_wrap form .main_btn {
  display: inline-block;
  width: 150px;
  margin-left: 10px;
}
.archive_news .archive_news_block > ul {
  width: 100%;
  margin-top: 30px;
}
.archive_news .archive_news_block > ul li {
  border-bottom: 1px solid #b3b3b3;
}
.archive_news .archive_news_block > ul li:first-child {
  border-top: 1px solid #b3b3b3;
}
.archive_news .archive_news_block > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
}
.archive_news .archive_news_block > ul li a:hover {
  background-color: #fffdea;
}
.archive_news .archive_news_block > ul li a .info_tag {
  width: fit-content;
  font-size: 0.875rem;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  margin-top: 5px;
}
.archive_news .archive_news_block > ul li a .tag_event {
  background-color: #f7931e;
}
.archive_news .archive_news_block > ul li a .tag_info {
  background-color: #4848ff;
}
.archive_news .archive_news_block > ul li a .info_title {
  font-weight: bold;
  margin-top: 5px;
  font-size: 1.125rem;
}
.archive_news .archive_news_block > .main_btn {
  margin: 50px auto 0;
}

.post_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post_navigation a {
  background-color: #eee;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  transition: ease 0.3s;
}
.post_navigation a:hover {
  background-color: #ccc;
}

.archive_news_btn_wrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.archive_news_btn_wrap .main_btn {
  width: 360px;
  margin-left: 20px;
}
.archive_news_btn_wrap .main_btn:first-child {
  margin-left: 0;
}

.single_post .single_post_title {
  font-size: 2rem;
  font-family: "keifont";
  color: #009245;
  width: fit-content;
  margin: 10px auto;
  line-height: 1.5;
}
.single_post .post_meta {
  margin-top: 10px;
}
.single_post .post_meta .info_tag {
  width: fit-content;
  font-size: 0.875rem;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  margin-top: 5px;
  margin-left: 10px;
}
.single_post .post_meta .tag_event {
  background-color: #f7931e;
}
.single_post .post_meta .tag_info {
  background-color: #4848ff;
}
.single_post .post_content {
  margin-top: 30px;
}
.single_post .post_line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  border-radius: 5px;
  margin: 30px 0;
}

.contact-wrap {
  width: 100%;
  margin-top: 30px;
  padding: 30px;
  background-color: #dbe9dc;
}
@media screen and (max-width: 500px) {
  .contact-wrap {
    padding: 10px;
  }
}
.contact-wrap .wpcf7 .wpcf7-form p {
  margin-bottom: 25px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .contact-wrap .wpcf7 .wpcf7-form p {
    font-size: 1rem;
  }
}
.contact-wrap .wpcf7 .wpcf7-form p > input {
  display: block;
  width: 162px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border: 1px #000 solid;
  margin-inline: auto;
  padding: 5px 10px;
  transition: 0.25s ease-in-out;
}
.contact-wrap .wpcf7 .wpcf7-form p > input:hover {
  color: #fff;
  background-color: #000;
}
.contact-wrap .wpcf7 .wpcf7-form p label {
  font-size: 1.125rem;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .wpcf7 .wpcf7-form p label {
    font-size: 1rem;
  }
}
.contact-wrap .wpcf7 .wpcf7-form p label input,
.contact-wrap .wpcf7 .wpcf7-form p label textarea {
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
  padding: 5px 10px;
  margin-top: 5px;
  line-height: 1.5;
}
.contact-wrap .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap {
  position: inherit;
}
.contact-wrap .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0 0 0 5px;
}
.contact-wrap .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contact-wrap .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid #767676;
  appearance: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
.contact-wrap .wpcf7 .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label a {
  text-decoration-line: underline;
}
.contact-wrap .wpcf7 input[type=date] {
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px; /* iOSズーム防止＆高さ安定 */
  height: auto; /* 固定解除 */
  min-height: 2.5em; /* 最低限の高さ確保 */
  line-height: normal; /* ネイティブUIに合わせる */
  padding: 0.4em 0.6em; /* バランス調整 */
  box-sizing: border-box; /* パディング込みで計算 */
}
.contact-wrap .wpcf7-acceptance input[type=checkbox] {
  appearance: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
.contact-wrap .wpcf7-not-valid-tip {
  font-size: 1rem;
}
.contact-wrap .wpcf7-response-output {
  font-size: 1rem;
}

.required-tag {
  display: inline-block;
  line-height: 0.875rem;
  font-size: 0.875rem;
  padding: 2px 15px;
  margin-left: 10px;
  color: #fff;
  background-color: #ff0000;
}

.page_privacy .policy-heading-txt {
  line-height: 1.8;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page_privacy .policy-heading-txt {
    font-size: 1rem;
  }
}
.page_privacy .policy-list {
  margin-top: 30px;
}
.page_privacy .policy-list .policy-item {
  margin-bottom: 60px;
}
.page_privacy .policy-list .policy-item:last-child {
  margin-bottom: 0;
}
.page_privacy .policy-list .policy-item h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  border-left: 4px solid #009245;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .page_privacy .policy-list .policy-item h3 {
    font-size: 1.25rem;
  }
}
.page_privacy .policy-list .policy-item p {
  line-height: 1.8;
}
.page_privacy .policy-list .policy-item ol {
  margin-top: 5px;
  list-style: decimal;
  padding-left: 30px;
}
.page_privacy .policy-list .policy-item ol li {
  line-height: 1.8;
  margin-top: 5px;
}
.page_privacy .policy-list .policy-item ol li:first-child {
  margin-top: 0;
}
.page_privacy .policy-list .policy-item ul {
  margin-top: 5px;
  list-style: disc;
  padding-left: 30px;
}
.page_privacy .policy-list .policy-item ul li {
  line-height: 1.8;
  margin-top: 5px;
}
.page_privacy .policy-list .policy-item ul li:first-child {
  margin-top: 0;
}

.page_not_found .section_title_block .section_title,
.page_not_found .section_title_block .section_second_title {
  text-align: center;
}
.page_not_found .section_title_block .main_btn {
  margin: 30px auto;
}

.load_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: ease 0.25s;
}
.load_content .load_content_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.load_content .load_content_inner .item_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.load_content .load_content_inner .item_wrap .item_icon {
  width: 8%;
  max-width: 100px;
  min-width: 50px;
  height: auto;
  animation: rolling-animation 2s ease-in-out infinite;
}
.load_content .load_content_inner .item_wrap .item_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.load_content .load_content_inner .loading_text {
  font-family: "otomanopee";
  margin-top: 10px;
  text-align: center;
}
.load_content.fade_out {
  opacity: 0;
  visibility: hidden;
  transition: ease 0.25s;
  pointer-events: none;
}

@keyframes rolling-animation {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(290deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  font-size: 16px;
  font-family: "Zen Maru Gothic";
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

a {
  transition: ease 0.25s;
}
a:hover {
  opacity: 0.8;
  transition: ease 0.25s;
}

.container {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 650px;
  }
}

.section_title_block .section_title {
  font-family: "keifont";
  font-size: 4rem;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #009245;
}
@media screen and (max-width: 1024px) {
  .section_title_block .section_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section_title_block .section_title {
    font-size: 2.5rem;
  }
}
.section_title_block .section_title span {
  color: #009245;
}
.section_title_block .section_second_title {
  font-family: "keifont";
  font-size: 1.75rem;
  color: #009245;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .section_title_block .section_second_title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section_title_block .section_second_title {
    font-size: 1.25rem;
  }
}
.section_title_block .section_desc {
  font-family: "Zen Maru Gothic";
  font-size: 1.125rem;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section_title_block .section_desc {
    font-size: 1rem;
  }
}

.main_btn {
  display: block;
  width: 80%;
  max-width: 430px;
  padding: 10px;
  border: 1px solid #009245;
  color: #009245;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 3px #999;
  text-align: center;
}
.main_btn:hover {
  background-color: #009245;
  color: #fff;
}

.return-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.return-button.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.return-button a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50%;
}
.return-button a:hover {
  background-color: #333;
  transition: background-color 0.2s ease;
}

.breadcrumb {
  width: 95%;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.875rem;
  }
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb span {
  line-height: 1.5;
  margin: 0 5px;
}
.breadcrumb .current {
  color: #009245;
}

.top_slide_block {
  width: 100%;
  padding: 0;
}
.top_slide_block .top_slide_wrap {
  display: flex;
}
.top_slide_block .top_slide_wrap .top_slide_item {
  position: relative;
  width: 600px;
  height: 350px;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .top_slide_block .top_slide_wrap .top_slide_item {
    height: 216px;
  }
}
.top_slide_block .top_slide_wrap .top_slide_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_support h3 {
  font-size: 1.75rem;
  line-height: 1.8;
  text-align: center;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_support h3 {
    font-size: 1.5rem;
  }
}
.top_support h3 .sp_br {
  display: none;
}
@media screen and (max-width: 465px) {
  .top_support h3 .sp_br {
    display: block;
  }
}
.top_support p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_support p {
    font-size: 1rem;
  }
}
.top_support .top_support_text {
  margin-top: 45px;
  background-image: url(../img/top/support_bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .top_support .top_support_text {
    margin-top: 30px;
  }
}
.top_support .top_support_text span {
  font-family: "Zen Maru Gothic Bold";
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .top_support .top_support_text span {
    font-size: 1.125rem;
  }
}
.top_support .main_btn {
  width: 60%;
  max-width: 430px;
  padding: 20px;
  margin: 40px auto 50px;
}
@media screen and (max-width: 767px) {
  .top_support .main_btn {
    width: 80%;
    max-width: 350px;
  }
}

.top_information {
  background-color: #dbe9dc;
}
.top_information .top_information_items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 4px solid #009245;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_information .top_information_items {
    display: block;
    padding: 30px 15px;
  }
}
.top_information .top_information_items .top_information_item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .top_information .top_information_items .top_information_item {
    width: 100%;
  }
  .top_information .top_information_items .top_information_item:last-child {
    margin-top: 50px;
  }
}
.top_information .top_information_items .top_information_item h3 {
  text-align: center;
  font-size: 1.375rem;
  font-family: "keifont";
  color: #009245;
}
@media screen and (max-width: 767px) {
  .top_information .top_information_items .top_information_item h3 {
    font-size: 1.25rem;
  }
}
.top_information .top_information_items .top_information_item .calender_text {
  text-align: center;
  margin-top: 10px;
}
.top_information .top_information_items .top_information_item .calendar_img {
  position: relative;
  width: 100%;
  padding-top: 141.43%;
  margin-top: 20px;
}
.top_information .top_information_items .top_information_item .calendar_img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_information .top_information_items .top_information_item .calendar_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_information .top_information_items .top_information_item .info_content {
  margin-top: 20px;
}
.top_information .top_information_items .top_information_item .info_content ul li {
  border-bottom: 1px solid #b3b3b3;
}
.top_information .top_information_items .top_information_item .info_content ul li:first-child {
  border-top: 1px solid #b3b3b3;
}
.top_information .top_information_items .top_information_item .info_content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
}
.top_information .top_information_items .top_information_item .info_content ul li a:hover {
  background-color: #fffdea;
}
.top_information .top_information_items .top_information_item .info_content ul li a .info_tag {
  width: fit-content;
  font-size: 0.875rem;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  margin-top: 5px;
}
.top_information .top_information_items .top_information_item .info_content ul li a .tag_event {
  background-color: #f7931e;
}
.top_information .top_information_items .top_information_item .info_content ul li a .tag_info {
  background-color: #4848ff;
}
.top_information .top_information_items .top_information_item .info_content ul li a .info_title {
  font-weight: bold;
  margin-top: 5px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_information .top_information_items .top_information_item .info_content ul li a .info_title {
    font-size: 1rem;
  }
}
.top_information .top_information_items .top_information_item .info_content .main_btn {
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .top_information .top_information_items .top_information_item .info_content .main_btn {
    width: 300px;
  }
}

.top_about {
  background-image: url(../img/top/top_about_bk.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top_about {
    height: 700px;
  }
}
@media screen and (max-width: 500px) {
  .top_about {
    height: 500px;
  }
}
.top_about .top_about_field {
  position: relative;
  width: 90%;
  margin: 200px auto 0px;
  scroll-margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_field {
    max-width: 656px;
    margin: 110px auto 0px;
  }
}
@media screen and (max-width: 500px) {
  .top_about .top_about_field {
    width: 100%;
    max-width: 400px;
    margin: 45px auto 0px;
  }
}
.top_about .top_about_field img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top_about .top_about_field .top_about_character {
  position: absolute;
  width: 20%;
  height: auto;
  transition: ease 0.25s;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .top_about .top_about_field .top_about_character {
    width: 21%;
  }
}
.top_about .top_about_field .top_about_character:hover {
  transform: scale(1.1);
  transition: ease 0.25s;
}
.top_about .top_about_field .top_about_character img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top_about .top_about_field .top_about_character.uribo {
  top: 123px;
  left: 381px;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_field .top_about_character.uribo {
    top: 100px;
    left: 277px;
  }
}
@media screen and (max-width: 767px) {
  .top_about .top_about_field .top_about_character.uribo {
    top: 67px;
    left: 200px;
  }
}
@media screen and (max-width: 500px) {
  .top_about .top_about_field .top_about_character.uribo {
    top: 52px;
    left: 150px;
  }
}
.top_about .top_about_field .top_about_character.dagashi {
  top: 264px;
  right: 227px;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_field .top_about_character.dagashi {
    top: 195px;
    right: 155px;
  }
}
@media screen and (max-width: 767px) {
  .top_about .top_about_field .top_about_character.dagashi {
    top: 160px;
    right: 113px;
  }
}
@media screen and (max-width: 500px) {
  .top_about .top_about_field .top_about_character.dagashi {
    top: 100px;
    right: 80px;
  }
}
.top_about .top_about_field .top_about_character.quest {
  top: 46px;
  right: 150px;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_field .top_about_character.quest {
    right: 94px;
  }
}
@media screen and (max-width: 767px) {
  .top_about .top_about_field .top_about_character.quest {
    right: 63px;
  }
}
@media screen and (max-width: 500px) {
  .top_about .top_about_field .top_about_character.quest {
    top: 30px;
    right: 40px;
  }
}
.top_about .top_about_field .top_about_character.kitchen {
  top: 120px;
  left: 124px;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_field .top_about_character.kitchen {
    top: 88px;
    left: 82px;
  }
}
@media screen and (max-width: 767px) {
  .top_about .top_about_field .top_about_character.kitchen {
    top: 70px;
    left: 70px;
  }
}
@media screen and (max-width: 500px) {
  .top_about .top_about_field .top_about_character.kitchen {
    top: 43px;
    left: 40px;
  }
}
.top_about .top_about_field .top_about_character.Purchase {
  top: -19px;
  left: 300px;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_field .top_about_character.Purchase {
    top: -19px;
    left: 199px;
  }
}
@media screen and (max-width: 500px) {
  .top_about .top_about_field .top_about_character.Purchase {
    top: -7px;
    left: 115px;
  }
}
.top_about .top_about_field .top_about_character.urikiti {
  width: 14%;
  top: 303px;
  left: 276px;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_field .top_about_character.urikiti {
    top: 208px;
    left: 188px;
  }
}
@media screen and (max-width: 767px) {
  .top_about .top_about_field .top_about_character.urikiti {
    top: 178px;
    left: 165px;
  }
}
@media screen and (max-width: 500px) {
  .top_about .top_about_field .top_about_character.urikiti {
    top: 118px;
    left: 102px;
  }
}

.top_about_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dbe9dc;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.top_about_modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top_about_modal .top_about_modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 95%;
  background-color: #fff;
  border-radius: 30px;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .top_about_modal .top_about_modal_inner {
    width: 90%;
    height: 80%;
  }
}
@media screen and (max-width: 767px) {
  .top_about_modal .top_about_modal_inner {
    width: 95%;
    height: 95%;
  }
}
.top_about_modal .top_about_modal_inner .top_about_modal_content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  margin: 0 auto;
  padding: 50px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top_about_modal .top_about_modal_inner .top_about_modal_content {
    width: 95%;
  }
}
.top_about_modal .top_about_modal_inner .top_about_modal_content.active {
  opacity: 1;
  visibility: visible;
}
.top_about_modal .top_about_modal_inner .top_about_modal_content .content_img {
  position: relative;
  width: 80%;
  max-width: 600px;
  padding-top: 59.56%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_about_modal .top_about_modal_inner .top_about_modal_content .content_img {
    width: 90%;
    padding-top: 67.56%;
  }
}
.top_about_modal .top_about_modal_inner .top_about_modal_content .content_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_about_modal .top_about_modal_inner .top_about_modal_content h3 {
  font-size: 1.75rem;
  color: #009245;
  font-family: "keifont";
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_about_modal .top_about_modal_inner .top_about_modal_content h3 {
    font-size: 1.5rem;
  }
}
.top_about_modal .top_about_modal_inner .top_about_modal_content p {
  font-size: 1.125rem;
  margin-top: 20px;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_about_modal .top_about_modal_inner .top_about_modal_content p {
    font-size: 1rem;
  }
}
.top_about_modal .top_about_modal_inner .top_about_modal_content p span {
  font-size: 1rem;
  color: #ff6666;
}
.top_about_modal .top_about_modal_inner .top_about_modal_content .main_btn {
  display: block;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .top_about_modal .top_about_modal_inner .top_about_modal_content .main_btn {
    width: 300px;
  }
}
.top_about_modal .top_about_modal_inner .top_about_modal_content.Purchase .content_img {
  width: 59%;
  padding-top: 59.56%;
}

.top_initiatives {
  background-image: url(../img/top/top_initiatives_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.top_initiatives .top_initiatives_items {
  margin-top: 30px;
}
.top_initiatives .top_initiatives_items .top_initiatives_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top_initiatives .top_initiatives_items .top_initiatives_item {
    display: block;
    margin-top: 20px;
  }
}
.top_initiatives .top_initiatives_items .top_initiatives_item:first-child {
  margin-top: 0;
}
.top_initiatives .top_initiatives_items .top_initiatives_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.top_initiatives .top_initiatives_items .top_initiatives_item div {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .top_initiatives .top_initiatives_items .top_initiatives_item div {
    width: 100%;
  }
}
.top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block {
  background-color: #fff;
  border: #009245 4px dashed;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 3px 3px 7px #515151;
}
@media screen and (max-width: 767px) {
  .top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block {
    padding: 25px 15px;
  }
}
.top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block h3 {
  font-size: 1.375rem;
  text-align: center;
  text-decoration: underline;
  color: #009245;
  font-family: "keifont";
}
@media screen and (max-width: 767px) {
  .top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block h3 {
    font-size: 1.25rem;
  }
}
.top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block .item_img_sp {
  display: none;
}
.top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block .item_img_sp img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block .item_img_sp {
    display: block;
    max-width: 450px;
    margin: 15px auto 0;
  }
}
.top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block p {
  margin-top: 15px;
  font-size: 1.125rem;
  line-height: 1.8;
}
.top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block p span {
  font-size: 1rem;
  color: #ff6666;
}
.top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block .main_btn {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .top_initiatives .top_initiatives_items .top_initiatives_item .item_text_block .main_btn {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top_initiatives .top_initiatives_items .top_initiatives_item .item_img {
    display: none;
  }
}
.top_initiatives .top_initiatives_items .top_initiatives_item .item_img img {
  width: 100%;
  height: 100%;
}

.top_instagram .top_instagram_content {
  margin-top: 30px;
}

.top_movie {
  background-image: url(../img/top/top_movie_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.top_movie .top_movie_items {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_movie .top_movie_items {
    display: block;
  }
}
.top_movie .top_movie_items .top_movie_item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_movie .top_movie_items .top_movie_item {
    width: 80%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .top_movie .top_movie_items .top_movie_item:first-child {
    margin: 0 auto;
  }
}
.top_movie .top_movie_items .top_movie_item h3 {
  font-size: 1.375rem;
  font-family: "keifont";
  text-align: center;
}
.top_movie .top_movie_items .top_movie_item .video_bk {
  position: relative;
  width: 60%;
  padding-top: 119%;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .top_movie .top_movie_items .top_movie_item .video_bk {
    width: 75%;
    padding-top: 148%;
  }
}
.top_movie .top_movie_items .top_movie_item .video_bk img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_movie .top_movie_items .top_movie_item .video_bk video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 88%;
  aspect-ratio: 9/16;
}
.top_movie .top_movie_items .top_movie_item .item_tiktok {
  width: 90%;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .top_movie .top_movie_items .top_movie_item .item_tiktok {
    width: 100%;
  }
}
.top_movie .top_movie_items .top_movie_item .item_tiktok a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_movie .top_movie_items .top_movie_item .item_tiktok a img {
  width: 100%;
  height: 100%;
}

.top_support_company {
  margin-top: 50px;
}
.top_support_company h5 {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  font-family: "keifont";
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top_support_company h5 {
    width: 95%;
    margin: 0 auto;
    font-size: 1.25rem;
  }
}
.top_support_company .top_support_company_list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.top_support_company .top_support_company_list > li {
  width: 230px;
  height: 70px;
  margin: 5px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .top_support_company .top_support_company_list > li {
    width: 200px;
    height: 60px;
  }
}
.top_support_company .top_support_company_list > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_support_company .top_support_company_list > li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}/*# sourceMappingURL=main.css.map */