@import url("https://use.typekit.net/rsb5vqi.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-family: nimbus-sans, "Noto Sans JP", Noto Sans JP, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
}

h2,
.h2-like {
  font-family: nimbus-sans, "Noto Sans JP", Noto Sans JP, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
}

h3,
.h3-like {
  font-size: 20px;
  font-weight: 700;
}

h4,
.h4-like {
  font-size: 15px;
  font-weight: 700;
}

p,
.p-like {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

.p-small {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 12px;
}

.p-18 {
  font-size: 12px;
}

.p-20 {
  font-size: 16px;
}

.p-32 {
  font-size: 20px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 60px;
  }

  h2,
.h2-like {
    font-size: 42px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 15px;
  }

  p,
.p-like {
    font-size: 12px;
  }

  .p-small {
    font-size: 10px;
  }

  ul li, ol li {
    font-size: 12px;
  }

  .p-18 {
    font-size: 14px;
  }

  .p-20 {
    font-size: 18px;
  }

  .p-32 {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 80px;
  }

  h2,
.h2-like {
    font-size: 60px;
  }

  h3,
.h3-like {
    font-size: 32px;
  }

  h4,
.h4-like {
    font-size: 16px;
  }

  p,
.p-like {
    font-size: 14px;
    line-height: 200%;
  }

  .p-small {
    font-size: 11px;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-18 {
    font-size: 16px;
  }

  .p-20 {
    font-size: 18px;
  }

  .p-32 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 100px;
  }

  h2,
.h2-like {
    font-size: 80px;
  }

  h3,
.h3-like {
    font-size: 42px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 15px;
  }

  ul li, ol li {
    font-size: 15px;
  }

  .p-small {
    font-size: 12px;
  }

  .p-18 {
    font-size: 18px;
  }

  .p-20 {
    font-size: 20px;
  }

  .p-32 {
    font-size: 32px;
  }
}
.volunteer-main {
  padding: clamp(240px, 40vw, 500px) 0 clamp(140px, 24vw, 280px) 0;
}
.volunteer-main h1 {
  line-height: 100%;
  margin-bottom: 1em;
}
.volunteer-main h2 {
  line-height: 180%;
  margin-bottom: 1.1em;
}
.volunteer-main ul {
  padding-left: 1em;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.volunteer-main ul li {
  font-size: 20px;
  line-height: 200%;
}
.volunteer-main .p-14 {
  font-size: 14px;
}
.volunteer-main .p-24 {
  font-size: 24px;
}
.volunteer-main .p-26 {
  font-size: 26px;
}
.volunteer-main .p-32 {
  font-size: 32px;
}
.volunteer-main a:hover {
  opacity: 0.6;
}
.volunteer-main p {
  margin-bottom: 3em;
}
.volunteer-main .underline-h4 {
  text-decoration: underline;
  line-height: 120%;
  margin-bottom: 0.9em;
}
.volunteer-main .mb-05 {
  margin-bottom: 0.5em;
}
.volunteer-main .mb-1 {
  margin-bottom: 1em;
}
.volunteer-main .mb-3 {
  margin-bottom: 3em;
}
.volunteer-main .mb-80-40 {
  margin-bottom: clamp(40px, 8vw, 80px);
}
.volunteer-main .mb-100-60 {
  margin-bottom: clamp(60px, 10vw, 100px);
}
.volunteer-main .intro {
  margin-bottom: clamp(32px, 5vw, 50px);
}
.volunteer-main .guidelines .fx-row {
  flex-wrap: wrap;
  align-items: center;
}
.volunteer-main .guidelines .fx-row p {
  margin-bottom: 0;
}
.volunteer-main .guidelines .fx-row a {
  line-height: 100%;
  height: fit-content;
}
@media screen and (max-width: 800px) {
  .volunteer-main ul {
    font-size: 16px;
  }
  .volunteer-main ul li {
    font-size: 16px;
  }
  .volunteer-main .p-14 {
    font-size: 12px;
  }
  .volunteer-main .p-24 {
    font-size: 16px;
  }
  .volunteer-main .p-26 {
    font-size: 18px;
  }
  .volunteer-main .p-32 {
    font-size: 20px;
  }
}

section.qa p {
  margin: 0;
}
section.qa .qa-container {
  width: 100%;
  margin-bottom: 40px;
}
section.qa .qa-container .q-block,
section.qa .qa-container .a-block {
  width: 100%;
  box-sizing: border-box;
}
section.qa .qa-container .q-block {
  position: relative;
  background: url(../img/common/qa-plus.svg) right top 15px no-repeat;
  background-size: 24px;
  box-sizing: border-box;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.qa .qa-container .q-block h3 {
  display: block;
  line-height: 100%;
  font-size: 24px;
  margin: 0;
}
section.qa .qa-container .q-block .toggle-btn {
  position: absolute;
  right: 20px;
  width: 16px;
}
section.qa .qa-container .q-block.active {
  background: url(../img/common/qa-minus.svg) right top 15px no-repeat;
  background-size: 24px;
}
section.qa .qa-container .q-block:hover {
  opacity: 0.6;
}
section.qa .qa-container .q-block p {
  font-size: 18px;
  width: 100%;
  align-items: flex-start;
}
section.qa .qa-container .q-block p:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: nimbus-sans, "Noto Sans JP", Noto Sans JP, sans-serif;
  font-weight: 400;
  font-style: normal;
  content: "Q";
  font-size: 30px;
  color: #ffffff;
  background-color: #25475C;
  min-width: 38px;
  height: 38px;
  margin-right: 20px;
}
section.qa .qa-container .a-block {
  visibility: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 10px 40px 10px 0;
  height: 0;
  border: none;
  opacity: 0.6;
  transform: translateY(-20px);
}
section.qa .qa-container .a-block.active-a {
  visibility: visible;
  height: unset;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  margin-bottom: clamp(20px, 4vw, 80px);
}
section.qa .qa-container .a-block p {
  width: 100%;
  font-size: 18px;
  margin: 0;
  align-items: flex-start;
}
section.qa .qa-container .a-block p:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: nimbus-sans, "Noto Sans JP", Noto Sans JP, sans-serif;
  font-weight: 400;
  font-style: normal;
  content: "A";
  font-size: 30px;
  color: #ffffff;
  background-color: #A58C53;
  min-width: 38px;
  height: 38px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  section.qa .qa-container .q-block p,
section.qa .qa-container .a-block p {
    font-size: 16px;
  }
  section.qa .qa-container .q-block p:before,
section.qa .qa-container .a-block p:before {
    font-size: 24px;
    min-width: 32px;
    height: 32px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 500px) {
  section.qa .qa-container .q-block p,
section.qa .qa-container .a-block p {
    font-size: 14px;
  }
  section.qa .qa-container .q-block p:before,
section.qa .qa-container .a-block p:before {
    font-size: 18px;
    min-width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  section.qa .qa-container .q-block {
    background: url(../img/common/qa-plus.svg) right top 10px no-repeat;
    background-size: 18px;
    padding: 6px 28px 6px 0;
  }
  section.qa .qa-container .q-block.active {
    background: url(../img/common/qa-minus.svg) right top 10px no-repeat;
    background-size: 18px;
  }
  section.qa .qa-container .a-block {
    padding: 6px 28px 6px 0;
  }
}

.insta-row {
  align-items: center;
}
.insta-row img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

a.sign-up {
  width: 100%;
  box-sizing: border-box;
  border: 4px solid #000000;
  padding: clamp(15px, 2.5vw, 30px) 2.5% 15px 5%;
  background: url(../img/common/signup-bg.webp) right top no-repeat;
  background-size: auto 100%;
}
a.sign-up .title-col {
  width: 35%;
  line-height: 120%;
}
a.sign-up .title-col span {
  font-size: 1.15em;
}
a.sign-up .content-col {
  width: 60%;
  margin-left: 5%;
  padding-bottom: clamp(32px, 5vw, 50px);
  background: url(../img/common/contact-arrow.svg) bottom right no-repeat;
  background-size: clamp(40px, 8vw, 80px);
}
a.sign-up .content-col h3 {
  font-weight: bold;
}
a.sign-up .content-col p {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  a.sign-up .content-col h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  a.sign-up {
    flex-direction: column;
  }
  a.sign-up .title-col {
    width: 100%;
    margin-bottom: 20px;
  }
  a.sign-up .content-col {
    width: 100%;
    margin-left: 0;
  }
  a.sign-up .content-col h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=volunteer.css.map */
