@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "Mobo";
  src: url("../fonts/MOBO.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  color: #3e3a39;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

q:before, q:after {
  content: "";
}

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  br.sp,
  img.sp {
    display: block;
  }
}

br.tablet,
img.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tablet,
  img.tablet {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.green {
  color: #1eaa39;
}

.yellow {
  color: #f9ed32;
}

.bold {
  font-weight: bold;
}

.mobo {
  font-family: "Mobo", sans-serif;
}

.btn-box {
  text-align: center;
}
.btn-box a.btn-top {
  display: inline-block;
  color: #fff;
  background-color: #1eaa39;
  padding: 15px 80px;
  border-radius: 100px;
  position: relative;
}
.btn-box a.btn-top::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
}

.menu-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menu-icon {
    background-color: #1eaa39;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    border-radius: 5px;
  }
}
.menu-icon .line {
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
.menu-icon.open {
  background-color: transparent;
}
.menu-icon.open .line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
  background-color: #fff;
}
.menu-icon.open .line:nth-child(2) {
  opacity: 0;
}
.menu-icon.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(3.4px, -5px);
  background-color: #fff;
}

header {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  header {
    left: -100%;
    top: 0;
    transform: none;
    transition: 0.2s;
    width: 100%;
    height: 100dvh;
  }
}
header.fixed-nav {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
header ul {
  background-image: url(../img/top/bg-menu.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  header ul {
    background-image: url(../img/top/bg-about.svg);
    width: 100%;
    height: 100dvh;
    border-radius: 0;
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1024px) {
  header ul li {
    width: 100%;
  }
}
header ul li a {
  font-size: 18px;
  color: #fff;
  padding: 20px 15px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header ul li a {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-left: 30px;
  }
}
header ul li a::after {
  content: "｜";
  position: absolute;
  right: -10px;
}
@media screen and (max-width: 1024px) {
  header ul li a::after {
    display: none;
  }
}
header ul li:last-of-type a::after {
  display: none;
}

#float-banner-box {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  #float-banner-box {
    top: 15px;
    left: 15px;
    bottom: auto;
    right: auto;
  }
}
#float-banner-box a {
  display: block;
  width: 240px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #float-banner-box a {
    width: 240px;
  }
}
@media screen and (max-width: 736px) {
  #float-banner-box a {
    width: 250px;
  }
}
#float-banner-box a.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  #float-banner-box a.pc {
    display: none;
  }
}
#float-banner-box a.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  #float-banner-box a.sp {
    display: block;
  }
}
#float-banner-box a img {
  width: 100%;
  height: 100%;
}

footer {
  padding: 80px 0;
  background-image: url(../img/top/bg-about.svg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 736px) {
  footer {
    padding-top: 30px;
  }
}
footer .box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
footer .box .footer-top {
  margin-bottom: 10px;
}
footer .box .footer-top h2 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top h2 {
    text-align: center;
    line-height: 2em;
  }
}
footer .box .footer-top h2 span {
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  color: #1eaa39;
  padding: 5px 20px;
  margin-right: 20px;
  border-radius: 100px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top h2 span {
    margin-right: 0px;
  }
}
footer .box .footer-bottom {
  display: flex;
  justify-content: space-between;
}
footer .box .footer-bottom .footer-left {
  width: 48%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-left {
    width: 18em;
    margin: 0 auto;
  }
}
footer .box .footer-bottom .footer-left p {
  color: #fff;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-left p {
    font-size: 16px;
  }
}
footer .box .footer-bottom .footer-left p a {
  color: #fff;
}
footer .box .footer-bottom .footer-right {
  width: 48%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom .footer-right {
    display: none;
  }
}
footer .box .footer-bottom .footer-right ul {
  display: flex;
  flex-wrap: wrap;
}
footer .box .footer-bottom .footer-right ul li {
  margin-bottom: 10px;
}
footer .box .footer-bottom .footer-right ul li a {
  color: #fff;
  font-size: 14px;
  padding: 0px 15px;
  border-right: 1px solid #fff;
  font-size: 14px;
}
footer .box .footer-copy p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #3e3a39;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

header {
  display: none;
}
@media screen and (max-width: 1024px) {
  header {
    display: block;
  }
}

main#top section {
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main#top section {
    padding: 30px 0;
  }
}
main#top section .title-box h2.title {
  font-size: 54px;
  font-family: "Mobo", sans-serif;
  color: #1eaa39;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main#top section .title-box h2.title {
    font-size: 24px;
  }
}
main#top section .title-box h2.title span {
  display: block;
  font-size: 54px;
  font-family: "Mobo", sans-serif;
  color: #1eaa39;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#top section .title-box h2.title span {
    font-size: 20px;
  }
}
main#top section .inner-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main#top #mv {
  width: 100%;
  height: 80dvh;
  background-image: url(../img/top/mv-bg.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  main#top #mv {
    height: auto;
    aspect-ratio: 4/3;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 736px) {
  main#top #mv {
    aspect-ratio: 1/1;
    padding-top: 50px;
  }
}
main#top #mv .mv-img {
  height: 80dvh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main#top #mv .mv-img {
    width: 100%;
    height: auto;
    text-align: right;
    margin-left: 0;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-img {
    aspect-ratio: 1/1;
  }
}
main#top #mv .mv-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 1024px) {
  main#top #mv .mv-img img {
    width: 60%;
    left: auto;
    right: 0;
  }
}
main#top #mv .mv-text {
  width: 90%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main#top #mv .mv-text {
    width: 100%;
  }
}
main#top #mv .mv-text h1 {
  position: absolute;
  right: 40%;
  bottom: 30px;
  width: 540px;
}
@media screen and (max-width: 1024px) {
  main#top #mv .mv-text h1 {
    width: 70%;
    left: 10px;
    bottom: 0;
  }
}
main#top #mv .mv-text .mv-message01 {
  position: absolute;
  right: 73%;
  bottom: 300px;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  main#top #mv .mv-text .mv-message01 {
    right: auto;
    left: 20px;
    bottom: 40%;
    width: 160px;
  }
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-text .mv-message01 {
    left: 20px;
    bottom: 140px;
    width: 100px;
  }
}
main#top #mv .mv-text .mv-message02 {
  position: absolute;
  right: 45%;
  top: 0;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  main#top #mv .mv-text .mv-message02 {
    right: 50%;
    top: 50px;
    width: 24%;
  }
}
@media screen and (max-width: 736px) {
  main#top #mv .mv-text .mv-message02 {
    right: auto;
    left: 110px;
    top: 80px;
    width: 100px;
  }
}
main#top nav {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  main#top nav {
    display: none;
  }
}
main#top nav.fixed-nav {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
main#top nav ul {
  background-image: url(../img/top/bg-menu.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  border-radius: 100px;
}
main#top nav ul li a {
  font-size: 18px;
  color: #fff;
  padding: 20px 15px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main#top nav ul li a {
    font-size: 15px;
  }
}
main#top nav ul li a::after {
  content: "｜";
  position: absolute;
  right: -10px;
}
main#top nav ul li:last-of-type a::after {
  display: none;
}
main#top #vision {
  padding-top: 160px;
}
@media screen and (max-width: 736px) {
  main#top #vision {
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #fffdf1;
  }
}
main#top #vision .title-box h2.title {
  margin-bottom: 30px;
}
main#top #vision .inner-box {
  max-width: 1000px;
  position: relative;
}
main#top #vision .inner-box p {
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  line-height: 1.3em;
  text-indent: 1em;
}
main#top #vision .inner-box img.shomei {
  width: 200px;
  position: absolute;
  bottom: -100px;
  right: 0;
  transform: rotate(2deg);
}
@media screen and (max-width: 736px) {
  main#top #vision .inner-box img.shomei {
    width: 120px;
    bottom: -50px;
  }
}
main#top #about {
  background-image: url(../img/top/bg-about.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 420px;
}
main#top #about .title-box {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main#top #about .title-box h2 {
  width: 80%;
  font-size: 48px;
  color: #fff;
  padding: 30px 50px;
  background-image: url(../img/top/bg-about.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  text-align: left;
}
@media screen and (max-width: 736px) {
  main#top #about .title-box h2 {
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 10px;
  }
}
main#top #about .title-box h2 span {
  font-size: 54px;
  color: #f9ed32;
  font-family: "Mobo", sans-serif;
}
@media screen and (max-width: 736px) {
  main#top #about .title-box h2 span {
    font-size: 20px;
  }
}
main#top #about .title-box h2 span span.large {
  font-size: 80px;
  color: #f9ed32;
  font-family: "Mobo", sans-serif;
}
@media screen and (max-width: 736px) {
  main#top #about .title-box h2 span span.large {
    font-size: 30px;
  }
}
@media screen and (max-width: 736px) {
  main#top #about .title-box h2 br.tablet {
    display: none;
  }
}
main#top #about .title-box img {
  width: 360px;
  position: absolute;
  right: 50px;
  top: -50%;
}
@media screen and (max-width: 1024px) {
  main#top #about .title-box img {
    right: 0;
  }
}
@media screen and (max-width: 736px) {
  main#top #about .title-box img {
    width: 150px;
    right: -10px;
    top: -30%;
  }
}
main#top #about .inner-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  border: 5px solid #1eaa39;
  padding: 50px;
  padding-top: 80px;
  margin-top: 80px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 736px) {
  main#top #about .inner-box {
    border: 3px solid #1eaa39;
    border-radius: 10px;
    flex-wrap: wrap;
    padding: 10px;
    padding-top: 30px;
    margin-top: 30px;
  }
}
main#top #about .inner-box h2 {
  font-size: 44px;
  font-family: "Mobo", sans-serif;
  color: #1eaa39;
  padding: 20px 50px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 5px solid #1eaa39;
  border-left: 5px solid #1eaa39;
  border-right: 5px solid #1eaa39;
  position: absolute;
  top: -50px;
  left: -5px;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 736px) {
  main#top #about .inner-box h2 {
    font-size: 20px;
    padding: 10px 20px;
    border: 3px solid #1eaa39;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: -25px;
    left: -3px;
  }
}
main#top #about .inner-box .text {
  font-size: 16px;
  flex: 1;
}
main#top #about .inner-box .text h3 {
  font-size: 50px;
  font-family: "Mobo", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  main#top #about .inner-box .text h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 736px) {
  main#top #about .inner-box .text h3 br.tablet {
    display: none;
  }
}
main#top #about .inner-box .text h3 rt {
  font-size: 26px;
}
@media screen and (max-width: 736px) {
  main#top #about .inner-box .text h3 rt {
    font-size: 13px;
  }
}
main#top #about .inner-box .text h3 span {
  font-size: 34px;
}
@media screen and (max-width: 736px) {
  main#top #about .inner-box .text h3 span {
    font-size: 13px;
  }
}
main#top #about .inner-box .text p.birthday {
  margin-bottom: 10px;
}
main#top #about .inner-box .text p.birthday span {
  font-weight: bold;
}
main#top #about .inner-box .text dl {
  display: flex;
  margin-top: 10px;
}
main#top #about .inner-box .text dl dt {
  width: 6em;
  font-weight: bold;
}
main#top #about .inner-box .text dl dd {
  flex: 1;
}
main#top #about .inner-box .text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #1eaa39;
  margin-top: 20px;
}
main#top #about .inner-box .img {
  width: 160px;
}
@media screen and (max-width: 736px) {
  main#top #about .inner-box .img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 736px) {
  main#top #about .inner-box .img figure {
    width: 32%;
  }
}
main#top #policy .title-box h2.title {
  font-size: 70px;
}
@media screen and (max-width: 1024px) {
  main#top #policy .title-box h2.title {
    font-size: 50px;
  }
}
@media screen and (max-width: 736px) {
  main#top #policy .title-box h2.title {
    font-size: 24px;
  }
}
main#top #policy .title-box h2.title span {
  font-size: 50px;
}
@media screen and (max-width: 736px) {
  main#top #policy .title-box h2.title span {
    font-size: 20px;
  }
}
main#top #policy .title-box h2.title span.large {
  font-size: 80px;
  display: inline;
}
@media screen and (max-width: 1024px) {
  main#top #policy .title-box h2.title span.large {
    font-size: 60px;
  }
}
@media screen and (max-width: 736px) {
  main#top #policy .title-box h2.title span.large {
    font-size: 30px;
  }
}
main#top #policy .title-box h2.title span.bg {
  position: relative;
}
main#top #policy .title-box h2.title span.bg::before {
  content: "";
  background-image: url(../img/top/policy-title-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  main#top #policy .title-box h2.title span.bg::before {
    width: 80px;
    height: 80px;
    left: 60%;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item {
  padding: 50px 0;
  border-bottom: 1px dotted #1eaa39;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box ul.policy-list li.policy-item {
    padding: 20px 0;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item h3 {
  font-size: 50px;
  color: #1eaa39;
  font-family: "Mobo", sans-serif;
  padding-left: 110px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box ul.policy-list li.policy-item h3 {
    font-size: 18px;
    padding-left: 55px;
    padding-right: 20px;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item h3::before {
  content: "";
  background-image: url(../img/top/policy-num01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box ul.policy-list li.policy-item h3::before {
    width: 40px;
    height: 40px;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item h3::after {
  content: "";
  background-image: url(../img/top/icon-plus.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box ul.policy-list li.policy-item h3::after {
    width: 20px;
    height: 20px;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item h3 span.yellow-line {
  position: relative;
  color: #1eaa39;
  font-family: "Mobo", sans-serif;
}
main#top #policy .inner-box ul.policy-list li.policy-item h3 span.yellow-line::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #f9ed32;
  z-index: -1;
}
main#top #policy .inner-box ul.policy-list li.policy-item .policy-box {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .flex-box {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .flex-box {
    flex-wrap: wrap;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .text {
  padding-top: 50px;
  flex: 1;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .text {
    padding-top: 10px;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .text ul {
    justify-content: center;
    margin-top: 15px;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .text ul li {
  width: 48%;
  margin-bottom: 10px;
  background-color: #fffdf1;
  border: 1px solid #8dc21f;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .text ul li {
    width: 80%;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .img {
  width: 300px;
  margin-left: 50px;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .img {
    width: 100%;
    text-align: right;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .img img {
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box ul.policy-list li.policy-item .policy-box .img img {
    width: 100px;
    max-height: 100px;
    margin-right: 30px;
  }
}
main#top #policy .inner-box ul.policy-list li.policy-item.active h3::after {
  background-image: url(../img/top/icon-minus.svg);
}
main#top #policy .inner-box ul.policy-list li.policy-item:nth-of-type(2) h3::before {
  background-image: url(../img/top/policy-num02.svg);
}
main#top #policy .inner-box ul.policy-list li.policy-item:nth-of-type(3) h3::before {
  background-image: url(../img/top/policy-num03.svg);
}
main#top #policy .inner-box ul.policy-list li.policy-item:nth-of-type(4) h3::before {
  background-image: url(../img/top/policy-num04.svg);
}
main#top #policy .inner-box ul.policy-list li.policy-item:nth-of-type(5) h3::before {
  background-image: url(../img/top/policy-num05.svg);
}
main#top #policy .inner-box ul.policy-list li.policy-item:nth-of-type(6) h3::before {
  background-image: url(../img/top/policy-num06.svg);
}
main#top #policy .inner-box ul.policy-list li.policy-item:nth-of-type(7) h3::before {
  background-image: url(../img/top/policy-num07.svg);
}
main#top #policy .inner-box ul.policy-list li.policy-item:nth-of-type(8) h3::before {
  background-image: url(../img/top/policy-num08.svg);
}
main#top #policy .inner-box .policy-pdf-box {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box .policy-pdf-box {
    margin: 50px 0 20px;
  }
}
main#top #policy .inner-box .policy-pdf-box .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1eaa39;
  padding: 50px;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box .policy-pdf-box .flex {
    flex-wrap: wrap;
    padding: 20px;
  }
}
main#top #policy .inner-box .policy-pdf-box .flex .img {
  margin-right: 50px;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box .policy-pdf-box .flex .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
main#top #policy .inner-box .policy-pdf-box .flex .img img {
  width: 300px;
  height: auto;
  aspect-ratio: 4/3;
  background-color: #eee;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box .policy-pdf-box .flex .img img {
    width: 100%;
  }
}
main#top #policy .inner-box .policy-pdf-box .flex .text {
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box .policy-pdf-box .flex .text {
    text-align: center;
  }
}
main#top #policy .inner-box .policy-pdf-box .flex .text h3 {
  color: #1eaa39;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box .policy-pdf-box .flex .text h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}
main#top #policy .inner-box .policy-pdf-box .flex .text p {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box .policy-pdf-box .flex .text p {
    text-align: center;
    margin-bottom: 20px;
  }
}
main#top #policy .inner-box .policy-pdf-box .flex .text a.btn-top {
  display: inline-block;
  color: #fff;
  background-color: #777;
  padding: 15px 80px;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#top #policy .inner-box .policy-pdf-box .flex .text a.btn-top {
    margin-bottom: 20px;
  }
}
main#top #policy .inner-box .policy-pdf-box .flex .text a.btn-top::after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
main#top #faq {
  background-image: url(../img/top/bg-faq.svg);
  background-size: contain;
  position: relative;
}
main#top #faq .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  main#top #faq .title-box {
    position: static;
    transform: none;
  }
}
main#top #faq .title-box h2 {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  main#top #faq .title-box h2 {
    width: 90%;
    margin: 0px auto 15px;
  }
}
main#top #faq .inner-box {
  width: 95%;
  max-width: 1600px;
}
@media screen and (max-width: 1440px) {
  main#top #faq .inner-box {
    max-width: 1200px;
  }
}
main#top #faq .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  main#top #faq .inner-box ul {
    justify-content: space-between;
  }
}
main#top #faq .inner-box ul li {
  width: 40%;
  max-width: 470px;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  main#top #faq .inner-box ul li {
    max-width: 270px;
  }
}
@media screen and (max-width: 1024px) {
  main#top #faq .inner-box ul li {
    width: 49%;
    max-width: none;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 736px) {
  main#top #faq .inner-box ul li {
    width: 100%;
  }
}
main#top #faq .inner-box ul li.beige {
  background-color: #fffdf1;
}
main#top #faq .inner-box ul li h3 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
}
main#top #faq .inner-box ul li h3::before {
  content: "Q";
  border-right: 2px solid #3e3a39;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 10px;
}
main#top #faq .inner-box ul li p {
  font-size: 14px;
}
main#top #faq .inner-box ul li:nth-of-type(odd) {
  margin-right: 100px;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  main#top #faq .inner-box ul li:nth-of-type(odd) {
    margin-right: 50px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  main#top #faq .inner-box ul li:nth-of-type(odd) {
    margin: 0 0 15px;
  }
}
main#top #faq .inner-box ul li:nth-of-type(even) {
  margin-left: 100px;
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  main#top #faq .inner-box ul li:nth-of-type(even) {
    margin-left: 50px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  main#top #faq .inner-box ul li:nth-of-type(even) {
    margin: 0 0 15px;
  }
}
main#top #faq .inner-box ul li:nth-of-type(3),
main#top #faq .inner-box ul li:nth-of-type(5) {
  margin-right: 100px;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  main#top #faq .inner-box ul li:nth-of-type(3),
  main#top #faq .inner-box ul li:nth-of-type(5) {
    margin-right: 210px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  main#top #faq .inner-box ul li:nth-of-type(3),
  main#top #faq .inner-box ul li:nth-of-type(5) {
    margin: 0 0 15px;
  }
}
main#top #faq .inner-box ul li:nth-of-type(4),
main#top #faq .inner-box ul li:nth-of-type(6) {
  margin-left: 320px;
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  main#top #faq .inner-box ul li:nth-of-type(4),
  main#top #faq .inner-box ul li:nth-of-type(6) {
    margin-left: 210px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  main#top #faq .inner-box ul li:nth-of-type(4),
  main#top #faq .inner-box ul li:nth-of-type(6) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 736px) {
  main#top #news .title-box h2.title {
    margin-bottom: 10px;
  }
}
main#top #news .title-box p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main#top #news .title-box p {
    margin-bottom: 20px;
  }
}
main#top #news .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main#top #news .inner-box ul {
    margin-bottom: 0;
  }
}
main#top #news .inner-box ul li {
  width: 32%;
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  main#top #news .inner-box ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
main#top #news .inner-box ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}
main#top #news .inner-box ul li h3 {
  font-family: "Mobo", sans-serif;
}
main#top #news .inner-box ul li span.date {
  color: #ccc;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  main#top #gallery {
    padding-top: 0;
  }
}
main#top #gallery .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #gallery .inner-box ul li {
  width: 32%;
  margin-bottom: 30px;
  background-color: #eee;
}
@media screen and (max-width: 736px) {
  main#top #gallery .inner-box ul li {
    width: 48%;
  }
}
main#top #gallery .inner-box ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
main#top #sns .title-box {
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#top #sns .title-box h2.title {
    margin-bottom: 20px;
  }
}
main#top #sns .title-box h3 {
  font-size: 54px;
  font-family: "Mobo", sans-serif;
  color: #1eaa39;
  text-align: center;
  border-top: 1px solid #1eaa39;
  border-bottom: 1px solid #1eaa39;
  padding: 15px 0;
  position: relative;
  display: inline-block;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  main#top #sns .title-box h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 736px) {
  main#top #sns .title-box h3 {
    font-size: 16px;
    padding: 10px 0;
  }
}
main#top #sns .title-box h3::before {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/top/sns-title01.svg);
  background-size: cover;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 736px) {
  main#top #sns .title-box h3::before {
    width: 80px;
    height: 80px;
    left: -40px;
  }
}
main#top #sns .title-box h3::after {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/top/sns-person01.svg);
  background-size: cover;
  width: 160px;
  height: 200px;
}
@media screen and (max-width: 736px) {
  main#top #sns .title-box h3::after {
    right: -30px;
    width: 60px;
    height: 80px;
  }
}
main#top #sns .inner-box {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  main#top #sns .inner-box {
    margin-top: 30px;
  }
}
main#top #sns .inner-box .contents-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#top #sns .inner-box .contents-box .youtube-box {
  width: 48%;
}
@media screen and (max-width: 736px) {
  main#top #sns .inner-box .contents-box .youtube-box {
    width: 100%;
  }
}
main#top #sns .inner-box .contents-box .youtube-box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
main#top #sns .inner-box .contents-box .x-box {
  width: 48%;
}
@media screen and (max-width: 736px) {
  main#top #sns .inner-box .contents-box .x-box {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 736px) {
  main#top #sns .inner-box .contents-box .x-box iframe {
    height: 300px !important;
  }
}
main#top #sns .inner-box .btn-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
main#top #sns .inner-box .btn-box ul li {
  width: 32%;
}
@media screen and (max-width: 736px) {
  main#top #sns .inner-box .btn-box ul li {
    width: 100%;
  }
}
main#top #donate {
  padding-bottom: 0;
}
@media screen and (max-width: 736px) {
  main#top #donate .title-box h2.title {
    margin-bottom: 20px;
  }
}
main#top #donate .inner-box {
  position: relative;
}
main#top #donate .inner-box img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  main#top #donate .inner-box img {
    position: relative;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
main#top #donate .inner-box p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  main#top #donate .inner-box p {
    margin-bottom: 20px;
  }
}
main#top #donate .inner-box p small {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  main#top #donate .inner-box p small {
    font-size: 12px;
  }
}
main#top #donate .inner-box .btn-box {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  main#top #donate .inner-box .btn-box {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 736px) {
  main#top #donate .inner-box .btn-box a.btn-top {
    width: 100%;
  }
}
main#top #donate .inner-box .btn-box a.btn-ginkou {
  background-color: #fff;
  border: 2px solid #1eaa39;
  color: #1eaa39;
  margin-left: 15px;
}
@media screen and (max-width: 736px) {
  main#top #donate .inner-box .btn-box a.btn-ginkou {
    margin-top: 15px;
    margin-left: 0;
  }
}/*# sourceMappingURL=top.css.map */