@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
body {
  font-weight: 400;
  color: #383b3b;
  font-family: "Noto Sans JP", serif;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
body main {
  overflow: hidden;
}

a {
  color: #17a1a6;
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup, sub {
  font-size: 0.6em;
}

h2, h3, h4 {
  line-height: 1.3;
}

#headerNavWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  width: 100%;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
#headerNavWrap.active {
  visibility: visible;
  opacity: 1;
}
#headerNavWrap #menu {
  border-radius: 50%;
  cursor: pointer;
  background-color: #17a1a6;
  position: absolute;
  border: 1px solid #fff;
  z-index: 999;
}
#headerNavWrap #menu span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  background-color: #fff;
}
#headerNavWrap #headerNav {
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#headerNavWrap #headerNav.active {
  opacity: 1;
  visibility: visible;
}
#headerNavWrap #headerNav ul li a {
  font-weight: 900;
  color: #383b3b;
  position: relative;
  line-height: 1;
}
#headerNavWrap #headerNav ul li span {
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #17a1a6;
}

.mv {
  background-color: #f1f8f7;
}
.mv .navWrap {
  position: relative;
}
.mv .navWrap .gnav ul li a {
  font-weight: 900;
  color: #383b3b;
  position: relative;
  line-height: 1;
}
.mv .navWrap .gnav ul li span {
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #17a1a6;
}
.mv .mvImg {
  position: relative;
  z-index: 2;
}
.mv .imgArea {
  position: relative;
}
.mv .reportLink {
  position: absolute;
  transition: 0.3s;
}
.mv .reportLink:hover {
  opacity: 0.8;
}

.btn {
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #17a1a6;
  position: relative;
  border: 1px solid #17a1a6;
}

.anchorWrap {
  background-color: #f1f8f7;
  position: relative;
}
.anchorWrap .anchorTitle {
  position: relative;
  z-index: 2;
}
.anchorWrap .anchorTitle p {
  display: inline-block;
  font-weight: 900;
  line-height: 1.2;
}
.anchorWrap .anchorTitle p span {
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.anchorWrap .anchorList li {
  position: relative;
}
.anchorWrap .anchorList a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #17a1a6;
  background-color: #fff;
  position: relative;
}
.anchorWrap .anchorList .num {
  display: flex;
  border: 1px solid #17a1a6;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #17a1a6;
  font-weight: 700;
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  position: absolute;
  border-radius: 50%;
  line-height: 1;
  z-index: 2;
}
.anchorWrap .anchorList .title {
  color: #fff;
  font-weight: 900;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #17a1a6;
}
.anchorWrap .anchorList figure {
  text-align: center;
}

#about {
  background-color: #f1f8f7;
}
#about .aboutWrap {
  background: url(../images/about_bg.png) no-repeat center/cover;
  position: relative;
  color: #fff;
}
#about p {
  font-weight: 700;
  line-height: 2.3;
}

.quesTitle {
  text-align: center;
  position: relative;
}
.quesTitle .en {
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  color: #17a1a6;
  font-weight: 800;
}
.quesTitle h2 {
  font-weight: 900;
}

.reasonWrap {
  background: url(../images/ami_bg.png) repeat;
}
.reasonWrap .title {
  font-weight: 900;
  text-align: center;
}
.reasonWrap .reasonList li {
  background-color: #fff;
  border: 1px solid #17a1a6;
}
.reasonWrap .reasonList li .textWrap .num {
  display: inline-block;
  font-weight: 900;
  font-size: 19px;
  color: #fff;
  background-color: #17a1a6;
  border-radius: 15px;
  line-height: 1.2;
  padding: 5px 20px;
}
.reasonWrap .reasonList li .textWrap h3 {
  font-weight: 900;
  line-height: 1.5;
}

#join {
  background-color: #93d7d1;
  position: relative;
}
#join h2 {
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 2;
}
#join .joinList {
  position: relative;
  z-index: 2;
}
#join .joinList li {
  text-align: center;
}
#join .joinList li figure {
  text-align: center;
}
#join .joinList li .textWrap h3 {
  font-weight: 900;
}
#join .joinList li .textWrap p {
  font-weight: bold;
}
#join .prizeWrap {
  background-color: #fff;
  border-radius: 30px;
}
#join .prizeWrap h3 {
  font-weight: 700;
  text-align: center;
}
#join .prizeWrap h3 span {
  display: inline-block;
  position: relative;
}
#join .prizeWrap .prizeBox figure {
  text-align: center;
}
#join .prizeWrap .prizeBox .textWrap .text {
  font-weight: 700;
  line-height: 2.2;
}

.report {
  background: url(../images/ami_bg.png) repeat;
}
.report .reportWrap {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.report .reportWrap:before {
  position: absolute;
  content: "";
  background: url(../images/report_icon_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.report .reportWrap .reportTitle {
  text-align: center;
  position: relative;
}
.report .reportWrap .reportTitle .en {
  font-family: "Montserrat", serif;
  letter-spacing: 0.05em;
  color: #17a1a6;
  font-weight: 800;
}
.report .reportWrap .reportTitle h2 {
  font-weight: 900;
  display: flex;
}
.report .reportWrap .report_txt {
  border-top: solid 1px #d0d0d0;
}
.report .reportWrap .report_txt .col2 {
  font-weight: 700;
  display: flex;
}
.report .reportWrap .report_txt .col2 img {
  width: 100%;
  height: 100%;
}
.report .reportWrap .report_txt .col2 .textArea .gaiyou {
  display: flex;
  align-items: center;
  background: #f1f8f7;
}
.report .reportWrap .report_txt .col2 .textArea .gaiyou .date {
  text-align: center;
}
.report .reportWrap .report_txt .col2 .textArea .gaiyou .detail {
  border-left: solid 1px #d0d0d0;
}
.report .reportWrap .photo_gallery {
  overflow: hidden;
  position: relative;
  margin: auto;
}
.report .reportWrap .photo_gallery:before {
  position: absolute;
  content: "";
  background: url(../images/photp_gallery.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.report .reportWrap .photo_gallery .repeatImg {
  display: flex;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3343px);
  }
}
.report .reportWrap .photo_gallery .toggleBtn {
  background-color: #009ea4;
  border: none;
  color: #fff;
  transition: 0.3s;
}
.report .reportWrap .photo_gallery .toggleBtn:before {
  position: absolute;
  content: "";
  background: url(../images/start_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.report .reportWrap .photo_gallery .is-play:before {
  position: absolute;
  content: "";
  background: url(../images/stop_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.report .reportWrap .questionnaire {
  font-weight: 700;
  border-top: solid 1px #d0d0d0;
}
.report .reportWrap .questionnaire h3 {
  text-align: center;
  font-weight: 900;
}
.report .reportWrap .vioce {
  font-weight: 700;
  border-top: solid 1px #d0d0d0;
  position: relative;
}
.report .reportWrap .vioce h3 {
  text-align: center;
  font-weight: 900;
}
.report .reportWrap .vioce:before {
  position: absolute;
  content: "";
  background: url(../images/img_kanso_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.report .reportWrap .vioce:after {
  position: absolute;
  content: "";
  background: url(../images/img_kanso_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.report .reportWrap .vioce .voiceList ul.voiceBox .listInner {
  height: 100%;
  display: flex;
  align-items: center;
}
.report .reportWrap .vioce .voiceList ul.voiceBox .prev {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: none;
  background-color: #17a1a6;
  background-image: url(../images/btn_arrow_left.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  transition: 0.3s;
}
.report .reportWrap .vioce .voiceList ul.voiceBox .next {
  position: absolute;
  bottom: 0;
  right: 50%;
  border: none;
  background-color: #17a1a6;
  background-image: url(../images/btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  transition: 0.3s;
}
.report .reportWrap .vioce .voiceList .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}

.qaWrap {
  background: url(../images/ami_bg.png) repeat;
}
.qaWrap h2 {
  text-align: center;
  font-weight: 900;
}
.qaWrap .qaList > div dt {
  position: relative;
  font-weight: 900;
  background-color: #fff;
  border: 1px solid #17a1a6;
}
.qaWrap .qaList > div dd {
  font-weight: 700;
  line-height: 2;
}
.qaWrap .nextConveWrap {
  background-color: #fff;
}
.qaWrap .nextConveWrap h3 {
  text-align: center;
  font-weight: 900;
}
.qaWrap .nextConveWrap .conveList li {
  font-weight: 700;
  display: block;
  color: #383b3b;
  border-bottom: 1px solid #e1e1e1;
}
.qaWrap .nextConveWrap .conveList li a {
  color: #383b3b;
  position: relative;
}
.qaWrap .btnWrap .btn {
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #17a1a6;
  position: relative;
  border: 1px solid #17a1a6;
}
#map .titleWrap {
  position: relative;
  color: #fff;
}
#map .titleWrap .title {
  font-weight: 900;
  position: relative;
  z-index: 2;
}
#map .titleWrap .text {
  font-weight: 700;
  line-height: 2;
  position: relative;
  z-index: 2;
}
#map .goodWrap {
  background-color: #fff;
}
#map .goodWrap .goodTitle {
  text-align: center;
  line-height: 1.2;
}
#map .goodWrap .goodList li .num {
  display: block;
  background-color: #17a1a6;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
}
#map .goodWrap .goodList li p {
  font-weight: 700;
  line-height: 1.8;
}
#map .sakuhinWrap {
  border-top: 1px solid #d0d0d0;
}
#map .sakuhinWrap > h3 {
  font-weight: 900;
  text-align: center;
}
#map .sakuhinWrap .gold {
  text-align: center;
}
#map .sakuhinWrap .gold .textWrap h4 {
  font-weight: 900;
  color: #d3a100;
  position: relative;
}
#map .sakuhinWrap .gold .textWrap p {
  font-weight: 700;
}
#map .sakuhinWrap .sakuhinList li {
  text-align: center;
}
#map .sakuhinWrap .sakuhinList li .textWrap h4 {
  font-weight: 900;
  color: #17a1a6;
}
#map .sakuhinWrap .sakuhinList li .textWrap p {
  font-weight: 700;
}
#map .sakuhinWrap .sakuhinHosoku {
  background-color: #f1f8f7;
}
#map .sakuhinWrap .sakuhinHosoku p {
  font-weight: 500;
  line-height: 2;
}

#seminar .chirashiWrap .textWrap p {
  font-weight: 700;
  color: #fff;
  line-height: 2;
}
#seminar .chirashiWrap .chirashi .btnWrap .btn {
  background-color: #fff;
  color: #17a1a6;
  border: none;
}
#seminar .nextSeminarWrap {
  position: relative;
}
#seminar .nextSeminarWrap .nextSeminar {
  position: relative;
  z-index: 2;
}
#seminar .nextSeminarWrap .nextSeminar figure {
  text-align: center;
}
#seminar .nextSeminarWrap .nextSeminar .textWrap .jikai {
  font-weight: 900;
  color: #fff;
  background-color: #17a1a6;
  display: inline-block;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
#seminar .nextSeminarWrap .nextSeminar .textWrap .tugini {
  font-weight: 900;
  color: #17a1a6;
}
#seminar .nextSeminarWrap .nextSeminar .textWrap .title {
  font-weight: 900;
}
#seminar .nextSeminarWrap .nextSeminar .textWrap dl dt {
  font-weight: 900;
  background-color: #e4e4e4;
  border-radius: 20px;
  text-align: center;
  padding: 5px 10px;
  flex: none;
  align-self: flex-start;
}
#seminar .nextSeminarWrap .nextSeminar .textWrap dl dd {
  font-weight: 500;
}

#event {
  border-bottom: 1px solid #17a1a6;
}
#event h2 {
  text-align: center;
  font-weight: 900;
  position: relative;
}
#event h2 span {
  position: relative;
  z-index: 2;
}
#event .googlecalendar {
  text-align: center;
}
#event h3 {
  text-align: center;
}
#event h3 span {
  display: inline-block;
  position: relative;
  font-weight: 900;
}
.eventTextWrap {
  border-top: 1px solid #17a1a6;
  background-image: url(../images/event_bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #f1f8f7;
  position: relative;
}
.eventTextWrap .textWrap h3 {
  font-weight: 900;
  line-height: 1.5;
}
.eventTextWrap .textWrap p {
  font-weight: 700;
  line-height: 2;
}
.eventTextWrap .eventTextHosoku {
  position: relative;
  z-index: 2;
}
.eventTextWrap .eventTextHosoku > div {
  border: 1px solid #17a1a6;
  position: relative;
  background-color: #fff;
}
.eventTextWrap .eventTextHosoku > div h4 {
  font-weight: 900;
  position: relative;
  z-index: 2;
}
.eventTextWrap .eventTextHosoku > div p {
  font-weight: 500;
  line-height: 1.8;
}

#supoprter {
  position: relative;
}
#supoprter .supoprterWrap {
  position: relative;
  z-index: 2;
}
#supoprter .imgWrap .text {
  font-weight: 500;
}
#supoprter .textWrap h2 {
  font-weight: 900;
  color: #17a1a6;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
#supoprter .textWrap h3 {
  font-weight: 900;
  position: relative;
  line-height: 1.5;
}
#volunteer {
  background: url(../images/ami_bg.png) repeat;
}
#volunteer h2 {
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
}
#volunteer h2 + p {
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
#volunteer .teamWrap > div {
  position: relative;
  z-index: 2;
  text-align: center;
}
#volunteer .teamWrap > div figure {
  text-align: center;
}
#volunteer .teamWrap > div .textWrap h3 {
  font-weight: 900;
}
#volunteer .teamWrap > div .textWrap p {
  font-weight: 700;
}
#volunteer .series .seriesTitle {
  font-weight: 900;
}
#footer {
  background-color: #17a1a6;
  color: #fff;
  position: relative;
}
/* fadeUp */
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mt30 {
  margin-top: 30px;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    max-width: 480px;
    margin: 0 auto;
  }
  .tel {
    color: #17a1a6;
    text-decoration: underline;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #headerNavWrap #logo {
    width: 170px;
    padding: 15px 30px 10px;
    background-color: #fff;
    border-right: 1px solid #17a1a6;
    border-bottom: 1px solid #17a1a6;
    border-left: 1px solid #17a1a6;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    box-shadow: 4px 4px 0 0 #17a1a6;
    position: absolute;
    z-index: 2;
    z-index: 999;
    top: -4px;
    left: 20px;
  }
  #headerNavWrap #menu {
    width: 56px;
    height: 56px;
    right: 16px;
    top: 13px;
  }
  #headerNavWrap #menu span {
    left: 13px;
    width: calc(100% - 26px);
    height: 3px;
    border-radius: 3px;
  }
  #headerNavWrap #menu span:nth-of-type(1) {
    top: calc(50% - 8px);
  }
  #headerNavWrap #menu span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  #headerNavWrap #menu span:nth-of-type(3) {
    top: calc(50% + 6px);
  }
  #headerNavWrap #menu.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #headerNavWrap #menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #headerNavWrap #menu.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #headerNavWrap #headerNav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
  }
  #headerNavWrap #headerNav ul li + li {
    margin-top: 25px;
  }
  #headerNavWrap #headerNav ul li a {
    font-size: 18px;
    padding-left: 19px;
  }
  #headerNavWrap #headerNav ul li span {
    font-size: 10px;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .mv .navWrap:before {
    content: "";
    display: block;
    background-color: #fff;
    border-top: 1px solid #17a1a6;
    border-right: 1px solid #17a1a6;
    border-bottom: 1px solid #17a1a6;
    width: 100%;
    height: calc(100% + 100px);
    border-radius: 0 0 0 30px;
    position: absolute;
    left: 0;
    top: 29px;
  }
  .mv .navWrap h1 {
    width: 170px;
    padding: 15px 30px 10px;
    background-color: #fff;
    border-right: 1px solid #17a1a6;
    border-bottom: 1px solid #17a1a6;
    border-left: 1px solid #17a1a6;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    box-shadow: 4px 4px 0 0 #17a1a6;
    margin-top: -4px;
    position: relative;
    z-index: 2;
    margin-left: 20px;
  }
  .mv .navWrap .gnav {
    padding: 0 20px;
    margin-top: 25px;
  }
  .mv .navWrap .gnav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .mv .navWrap .gnav ul li {
    width: calc(50% - 5px);
  }
  .mv .navWrap .gnav ul li a {
    font-size: 16px;
    padding-left: 19px;
  }
  .mv .navWrap .gnav ul li span {
    font-size: 10px;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .mv .mvImg {
    width: 90%;
    margin-left: auto;
    margin-top: 20px;
  }
  .mv .imgArea {
    position: relative;
  }
  .mv .reportLink {
    width: 40vw;
    max-width: 170px;
    height: auto;
    right: 10px;
    bottom: -48px;
    z-index: 5;
  }
  .mv .reportLink:hover {
    opacity: 0.8;
  }
  .commonInner {
    padding: 0 20px;
  }
  .btn {
    font-size: 14px;
    height: 90px;
    border-radius: 50px;
    padding: 0 50px;
  }
  .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.png) no-repeat center/cover;
    width: 24px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
  }
  .anchorWrap {
    padding: 60px 0;
  }
  .anchorWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/clickgo.png) no-repeat center/contain;
    width: 250px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 48px;
  }
  .anchorWrap .anchorTitle p:first-of-type {
    font-size: 24px;
    margin-right: 10px;
    border-bottom: 3px solid #f3ba00;
  }
  .anchorWrap .anchorTitle p:first-of-type span {
    font-size: 34px;
  }
  .anchorWrap .anchorTitle p:last-of-type {
    font-size: 20px;
  }
  .anchorWrap .anchorList {
    margin-top: 30px;
    display: flex;
    gap: 10px;
  }
  .anchorWrap .anchorList li {
    width: calc(33.3333333333% - 7px);
  }
  .anchorWrap .anchorList a {
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 45px;
    box-shadow: 4px 4px 0 0 #bedee2;
  }
  .anchorWrap .anchorList a:before {
    content: "";
    display: inline-block;
    background: url(../images/anchor_arrow.png) no-repeat center/cover;
    width: 11px;
    height: 15px;
    position: absolute;
    bottom: 8px;
    left: calc(50% - 5px);
    z-index: 2;
  }
  .anchorWrap .anchorList a:after {
    content: "";
    display: inline-block;
    background-color: #daeffa;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 18px);
    bottom: -18px;
  }
  .anchorWrap .anchorList .num {
    width: 25px;
    height: 25px;
    font-size: 12px;
    top: -10px;
    left: -8px;
  }
  .anchorWrap .anchorList .title {
    font-size: 12px;
    height: 70px;
  }
  .anchorWrap .anchorList figure {
    padding: 20px 10px 0;
  }
  #about .aboutWrap {
    border-radius: 0 30px 0px 0;
    padding: 50px 0 75px;
    text-align: center;
  }
  #about .aboutWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/about_illust_1.png) no-repeat center/cover;
    width: 200px;
    height: 61px;
    position: absolute;
    left: 0;
    top: -35px;
  }
  #about .aboutWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/about_illust_2.png) no-repeat center/cover;
    width: 150px;
    height: 132px;
    position: absolute;
    right: 0;
    bottom: -39px;
  }
  #about p {
    margin-top: 30px;
    font-size: 14px;
  }
  #about p + p {
    font-size: 18px;
    font-weight: 900;
  }
  .quesTitle {
    padding: 40px 20px 40px;
  }
  .quesTitle:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    border-top: 30px solid #17a1a6;
    border-bottom: 0;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 45px);
    z-index: 2;
  }
  .quesTitle .en {
    font-size: 20px;
  }
  .quesTitle h2 {
    font-size: 20px;
    margin-top: 5px;
  }
  .quesTitle h2 span {
    font-size: 24px;
  }
  .reasonWrap {
    padding: 40px 20px 60px;
  }
  .reasonWrap .title {
    font-size: 20px;
  }
  .reasonWrap .title span {
    font-size: 28px;
  }
  .reasonWrap .reasonList {
    margin-top: 40px;
  }
  .reasonWrap .reasonList + .reasonList {
    margin-top: 20px;
  }
  .reasonWrap .reasonList li {
    display: flex;
    border-radius: 30px;
    position: relative;
    align-items: center;
    padding: 10px;
    box-shadow: 4px 4px 0 0 #bedee2;
  }
  .reasonWrap .reasonList li + li {
    margin-top: 20px;
  }
  .reasonWrap .reasonList li figure {
    width: 42%;
    transform: translateX(-25px) translateY(-20px);
  }
  .reasonWrap .reasonList li .textWrap {
    width: 60%;
  }
  .reasonWrap .reasonList li .textWrap .num {
    font-size: 15px;
  }
  .reasonWrap .reasonList li .textWrap h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  #join {
    padding: 70px 0 60px;
    border-radius: 0 0 30px 30px;
  }
  #join:before {
    content: "";
    display: inline-block;
    background: url(../images/join_img_1.png) no-repeat center/cover;
    width: 150px;
    height: 95px;
    position: absolute;
    right: 0;
    top: -35px;
  }
  #join:after {
    content: "";
    display: inline-block;
    background: url(../images/join_img_2.png) no-repeat center/cover;
    width: 150px;
    height: 87px;
    position: absolute;
    left: 0;
    top: -35px;
  }
  #join h2 {
    font-size: 22px;
  }
  #join .joinList {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #join .joinList li {
    width: calc(50% - 10px);
  }
  #join .joinList li figure img {
    max-width: 70%;
  }
  #join .joinList li .textWrap {
    margin-top: 10px;
  }
  #join .joinList li .textWrap h3 {
    font-size: 16px;
  }
  #join .joinList li .textWrap p {
    font-size: 12px;
    margin-top: 10px;
  }
  #join .prizeWrap {
    margin-top: 40px;
    padding: 20px;
  }
  #join .prizeWrap h3 {
    font-size: 20px;
  }
  #join .prizeWrap h3 span {
    padding: 0 50px;
  }
  #join .prizeWrap h3 span:before {
    content: "";
    display: inline-block;
    background: url(../images/join_inazuma.png) no-repeat center/cover;
    width: 30px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  #join .prizeWrap h3 span:after {
    content: "";
    display: inline-block;
    background: url(../images/join_inazuma.png) no-repeat center/cover;
    width: 30px;
    height: 39px;
    position: absolute;
    right: 0;
    top: 5px;
    transform: scale(-1, 1);
  }
  #join .prizeWrap .prizeBox {
    margin-top: 20px;
  }
  #join .prizeWrap .prizeBox .textWrap {
    margin-top: 20px;
  }
  #join .prizeWrap .prizeBox .textWrap .text {
    font-size: 14px;
    margin-top: 10px;
  }
  #join + .report {
    margin-top: -30px;
    padding-top: 80px;
  }
  .report {
    padding-top: 50px;
  }
  .report .reportWrap {
    padding: 30px 20px;
  }
  .report .reportWrap:before {
    width: 70px;
    height: 70px;
    top: -15px;
    left: -5px;
  }
  .report .reportWrap .reportTitle {
    padding-bottom: 40px;
  }
  .report .reportWrap .reportTitle .en {
    font-size: 20px;
  }
  .report .reportWrap .reportTitle h2 {
    font-size: 20px;
    flex-direction: column;
    gap: 8px;
  }
  .report .reportWrap .reportTitle h2 span {
    font-size: 24px;
  }
  .report .reportWrap .report_txt .col2 {
    gap: 20px;
    flex-direction: column;
    margin-top: 30px;
  }
  .report .reportWrap .report_txt .col2 img {
    width: 100%;
    height: 100%;
  }
  .report .reportWrap .report_txt .col2 .textArea .gaiyou {
    gap: 10px;
    margin-top: 16px;
    padding-block: 10px;
    padding-inline: 20px 5px;
    border-radius: 15px;
  }
  .report .reportWrap .report_txt .col2 .textArea .gaiyou .date {
    font-size: 13px;
  }
  .report .reportWrap .report_txt .col2 .textArea .gaiyou .detail {
    font-size: 12px;
    padding-left: 10px;
  }
  .report .reportWrap .photo_gallery {
    padding-top: 70px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
  }
  .report .reportWrap .photo_gallery:before {
    position: absolute;
    content: "";
    background: url(../images/photp_gallery.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
  }
  .report .reportWrap .photo_gallery .repeatImg {
    animation: slide 70s linear infinite;
  }
  .report .reportWrap .photo_gallery .repeatImg img {
    flex: none;
    width: 2480px;
    max-width: none;
    height: 270px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-3343px);
    }
  }
  .report .reportWrap .photo_gallery .toggleBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 104px;
    font-size: 13px;
    padding: 8px 12px 8px 34px;
    border-radius: 50px;
  }
  .report .reportWrap .photo_gallery .toggleBtn:before {
    width: 17px;
    height: 17px;
    bottom: 9px;
    right: 76px;
  }
  .report .reportWrap .photo_gallery .is-play:before {
    width: 17px;
    height: 17px;
    bottom: 9px;
    right: 76px;
  }
  .report .reportWrap .questionnaire {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .report .reportWrap .questionnaire h3 {
    font-size: 20px;
    margin-top: 30px;
  }
  .report .reportWrap .questionnaire .questionnaire_img {
    margin-top: 30px;
  }
  .report .reportWrap .questionnaire .questionnaire_img .Q02_03 {
    margin-top: 30px;
  }
  .report .reportWrap .vioce h3 {
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .report .reportWrap .vioce:before {
    width: 100px;
    height: 78px;
    top: 9px;
    left: -30px;
  }
  .report .reportWrap .vioce:after {
    width: 52px;
    height: 80px;
    bottom: -4px;
    right: -30px;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox {
    position: relative;
    overflow: hidden;
    padding-bottom: 82px;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox li {
    width: 100%;
    height: auto;
    background: #fff;
    border: solid 1px #17a1a6;
    box-shadow: 11px 12px 0px 0px #bedee2;
    border-radius: 30px;
    padding: 28px 30px;
    margin-right: 11px;
    margin-left: 1px;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox .listInner {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox .prev {
    transform: translateX(-65px);
    width: 50px;
    height: 50px;
    border-radius: 80px;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox .next {
    transform: translateX(65px);
    width: 50px;
    height: 50px;
    border-radius: 80px;
  }
  .report .reportWrap .vioce .voiceList .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
  }
  .qaWrap {
    padding: 50px 0 80px;
  }
  .qaWrap h2 {
    font-size: 20px;
  }
  .qaWrap .qaList {
    margin-top: 30px;
  }
  .qaWrap .qaList > div + div {
    margin-top: 25px;
  }
  .qaWrap .qaList > div dt {
    font-size: 16px;
    padding: 12px 20px 12px 50px;
    border-radius: 26px;
    box-shadow: 4px 4px 0 0 #bedee2;
  }
  .qaWrap .qaList > div dt:before {
    content: "Q";
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat", serif;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 9px;
    left: 9px;
    background-color: #17a1a6;
    font-weight: 700;
    border-radius: 50%;
    padding-bottom: 2px;
    box-sizing: border-box;
  }
  .qaWrap .qaList > div dd {
    margin-top: 20px;
    font-size: 14px;
  }
  .qaWrap .nextConveWrap {
    margin-top: 40px;
    border-radius: 15px;
    padding: 30px 20px;
  }
  .qaWrap .nextConveWrap h3 {
    font-size: 18px;
  }
  .qaWrap .nextConveWrap .conveList {
    margin-top: 15px;
  }
  .qaWrap .nextConveWrap .conveList li {
    padding: 15px 30px 15px 0;
    font-size: 13px;
  }
  .qaWrap .nextConveWrap .conveList li a[href*=".pdf"]:after {
    content: "";
    display: inline-block;
    background: url(../images/icon_pdf.png) no-repeat center/cover;
    width: 18px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: 14px;
  }
  .qaWrap .btnWrap {
    margin-top: 30px;
  }
  .qaWrap .btnWrap .btn {
    font-size: 14px;
    height: 90px;
    border-radius: 50px;
    padding: 0 50px;
  }
  .qaWrap .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/anchor_arrow_w.png) no-repeat center/cover;
    width: 17px;
    height: 24px;
    position: absolute;
    right: 21px;
    top: calc(50% - 9px);
  }
  .qaWrap .btnWrap .btn + .anchor:after {
    background: url(../images/anchor_arrow_w.png) no-repeat center/cover;
  }
  #map {
    border-radius: 30px 30px 0 0;
    background: url(../images/map_bg.png) no-repeat;
    background-position: top right;
    background-color: #383b3b;
    padding: 50px 20px 60px;
    margin-top: -30px;
    position: relative;
  }
  #map h2 img {
    max-width: 80%;
  }
  #map .titleWrap {
    text-align: center;
    padding: 0 20px;
  }
  #map .titleWrap .title {
    margin-top: 30px;
    font-size: 19px;
  }
  #map .titleWrap .text {
    margin-top: 20px;
    font-size: 14px;
  }
  #map .goodWrap {
    margin: 30px auto 0;
    border-radius: 30px;
    padding: 30px 0px;
  }
  #map .goodWrap .goodTitle {
    font-size: 18px;
  }
  #map .goodWrap .goodTitle div {
    font-size: 22px;
    display: inline-block;
    border-bottom: 3px solid #f3ba00;
  }
  #map .goodWrap .goodTitle div span {
    font-size: 30px;
    font-family: "Montserrat", serif;
    letter-spacing: 0.05em;
  }
  #map .goodWrap .goodList {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #map .goodWrap .goodList li {
    width: calc(50% - 10px);
  }
  #map .goodWrap .goodList li .num {
    font-size: 12px;
    padding: 2px 10px 2px 10px;
  }
  #map .goodWrap .goodList li .num span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
  }
  #map .goodWrap .goodList li .num span:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_good.png) no-repeat center/cover;
    width: 29px;
    height: 25px;
    position: absolute;
    top: -14px;
    left: -23px;
  }
  #map .goodWrap .goodList li figure {
    margin-top: 5px;
  }
  #map .goodWrap .goodList li p {
    margin-top: 10px;
    font-size: 13px;
  }
  #map .sakuhinWrap {
    margin-top: 30px;
    padding-top: 30px;
  }
  #map .sakuhinWrap > h3 {
    font-size: 18px;
  }
  #map .sakuhinWrap .gold {
    margin-top: 25px;
  }
  #map .sakuhinWrap .gold .textWrap {
    margin-top: 40px;
    position: relative;
    display: inline-block;
    padding: 0 40px;
  }
  #map .sakuhinWrap .gold .textWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/hanekazari_gold.png) no-repeat center/cover;
    width: 23px;
    height: 60px;
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
  }
  #map .sakuhinWrap .gold .textWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/hanekazari_gold.png) no-repeat center/cover;
    width: 23px;
    height: 60px;
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
    transform: scale(-1, 1);
  }
  #map .sakuhinWrap .gold .textWrap h4 {
    font-size: 20px;
  }
  #map .sakuhinWrap .gold .textWrap h4:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_oukan.png) no-repeat center/cover;
    width: 26px;
    height: 20px;
    position: absolute;
    left: calc(50% - 13px);
    top: -25px;
  }
  #map .sakuhinWrap .gold .textWrap p {
    font-size: 13px;
    margin-top: 10px;
  }
  #map .sakuhinWrap .sakuhinList {
    margin-top: 50px;
  }
  #map .sakuhinWrap .sakuhinList li + li {
    margin-top: 30px;
  }
  #map .sakuhinWrap .sakuhinList li .textWrap {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    padding: 0 40px;
  }
  #map .sakuhinWrap .sakuhinList li .textWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/hanekazari_blue.png) no-repeat center/cover;
    width: 18px;
    height: 47px;
    position: absolute;
    left: 0;
    top: calc(50% - 24px);
  }
  #map .sakuhinWrap .sakuhinList li .textWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/hanekazari_blue.png) no-repeat center/cover;
    width: 18px;
    height: 47px;
    position: absolute;
    right: 0;
    top: calc(50% - 24px);
    transform: scale(-1, 1);
  }
  #map .sakuhinWrap .sakuhinList li .textWrap h4 {
    font-size: 18px;
  }
  #map .sakuhinWrap .sakuhinList li .textWrap p {
    font-size: 13px;
    margin-top: 10px;
  }
  #map .sakuhinWrap .sakuhinHosoku {
    padding: 20px 20px;
    text-align: center;
    margin-top: 40px;
  }
  #map .sakuhinWrap .sakuhinHosoku p {
    font-size: 14px;
  }
  #map .sakuhinWrap .sakuhinHosoku p a {
    font-weight: 900;
    text-decoration: underline;
  }
  #seminar {
    border-radius: 30px 30px 0 0;
    background: url(../images/seminar_bg.png) no-repeat;
    background-position: top right;
    background-color: #383b3b;
    padding: 50px 20px 60px;
    margin-top: -30px;
    position: relative;
  }
  #seminar .commonInner {
    padding: 0;
  }
  #seminar .chirashiWrap .textWrap h2 {
    text-align: center;
  }
  #seminar .chirashiWrap .textWrap p {
    margin-top: 20px;
  }
  #seminar .chirashiWrap .chirashi {
    margin-top: 20px;
  }
  #seminar .chirashiWrap .chirashi figure {
    text-align: center;
  }
  #seminar .chirashiWrap .chirashi .btnWrap {
    margin-top: 30px;
    padding: 0 20px;
  }
  #seminar .chirashiWrap .chirashi .btnWrap .btn {
    font-size: 16px;
    height: 60px;
    padding: 0 50px;
  }
  #seminar .chirashiWrap .chirashi .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow_blue.png) no-repeat center/cover;
    width: 21px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
  }
  #seminar .nextSeminarWrap {
    margin-top: 80px;
    padding: 0 20px 30px;
    background-color: #fff;
    border-radius: 30px;
  }
  #seminar .nextSeminarWrap .nextSeminar figure {
    max-width: 70%;
    margin: 0 auto;
    transform: translateY(-30px);
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap .jikai {
    font-size: 14px;
    padding: 5px 30px 5px 15px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap .tugini {
    margin-top: 15px;
    font-size: 13px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap .title {
    font-size: 18px;
    margin-top: 15px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl {
    margin-top: 20px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl > div {
    display: flex;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl > div + div {
    margin-top: 10px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl dt {
    font-size: 12px;
    width: 80px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl dd {
    font-size: 13px;
    padding-left: 10px;
    margin-top: 5px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl dd a {
    text-decoration: underline;
  }
  #event {
    padding: 60px 0;
  }
  #event h2 {
    font-size: 18px;
  }
  #event h2 + p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
  }
  #event .googlecalendar {
    margin-top: 30px;
  }
  #event h3 {
    margin-top: 40px;
  }
  #event h3 + p {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
  }
  #event h3 span {
    padding: 0 30px;
    font-size: 16px;
  }
  #event h3 span:before {
    content: "";
    display: inline-block;
    background: url(../images/fukidashi_kazari.png) no-repeat center/cover;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  #event h3 span:after {
    content: "";
    display: inline-block;
    background: url(../images/fukidashi_kazari.png) no-repeat center/cover;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 0;
    transform: scale(-1, 1);
  }
  #event .btns {
    margin-top: 30px;
    padding: 0 20px;
  }
  #event .btns .btn {
    font-size: 16px;
    height: 60px;
    padding: 0 50px;
  }
  #event .btns .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.png) no-repeat center/cover;
    width: 21px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
  }
  #event .btns .btn + .btn {
    margin-top: 20px;
  }
  .eventTextWrap {
    background-size: 150px auto;
    padding: 50px 0 60px;
  }
  .eventTextWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/event_illust.png) no-repeat center/cover;
    width: 130px;
    height: 61px;
    position: absolute;
    right: 10px;
    top: -28px;
  }
  .eventTextWrap .textWrap {
    text-align: center;
  }
  .eventTextWrap .textWrap h3 {
    font-size: 20px;
  }
  .eventTextWrap .textWrap p {
    margin-top: 20px;
  }
  .eventTextWrap .eventTextHosoku {
    margin-top: 80px;
  }
  .eventTextWrap .eventTextHosoku > div {
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 4px 4px 0 0 #bedee2;
  }
  .eventTextWrap .eventTextHosoku > div + div {
    margin-top: 40px;
  }
  .eventTextWrap .eventTextHosoku > div figure {
    position: absolute;
    top: -30px;
    right: 30px;
  }
  .eventTextWrap .eventTextHosoku > div figure img {
    height: 80px;
  }
  .eventTextWrap .eventTextHosoku > div h4 {
    font-size: 18px;
  }
  .eventTextWrap .eventTextHosoku > div p {
    margin-top: 15px;
  }
  #supoprter {
    padding: 60px 0 60px;
  }
  #supoprter .imgWrap {
    text-align: center;
  }
  #supoprter .imgWrap figure img {
    max-width: 80%;
  }
  #supoprter .imgWrap .name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
  }
  #supoprter .imgWrap .name span {
    font-size: 13px;
    font-weight: 900;
  }
  #supoprter .imgWrap .text {
    font-size: 12px;
    margin-top: 10px;
  }
  #supoprter .textWrap {
    margin-top: 20px;
  }
  #supoprter .textWrap h2 {
    font-size: 16px;
  }
  #supoprter .textWrap h3 {
    margin-top: 10px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #9fa0a0;
  }
  #supoprter .textWrap h3:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #17a1a6;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  #supoprter .textWrap p {
    margin-top: 20px;
  }
  #volunteer {
    padding: 40px 0 60px;
  }
  #volunteer h2 {
    font-size: 24px;
  }
  #volunteer h2 + p {
    font-size: 14px;
    margin-top: 15px;
  }
  #volunteer .btnWrap {
    margin-top: 30px;
  }
  #volunteer .btnWrap .btn {
    font-size: 16px;
    height: 60px;
    padding: 0 50px;
  }
  #volunteer .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.png) no-repeat center/cover;
    width: 21px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
  }
  #volunteer .teamWrap {
    margin-top: 50px;
  }
  #volunteer .teamWrap > div + div {
    margin-top: 30px;
  }
  #volunteer .teamWrap > div figure img {
    max-width: 80%;
  }
  #volunteer .teamWrap > div .textWrap {
    margin-top: 10px;
  }
  #volunteer .teamWrap > div .textWrap h3 {
    margin-top: 10px;
    font-size: 20px;
  }
  #volunteer .teamWrap > div .textWrap p {
    font-size: 14px;
    margin-top: 10px;
  }
  #volunteer .teamWrap > div .textWrap p span {
    font-size: 12px;
    font-weight: 500;
  }
  #volunteer .series {
    margin-top: 60px;
  }
  #volunteer .series .seriesTitle {
    font-size: 20px;
  }
  #volunteer .series .seriesTitle span {
    font-family: "Montserrat", serif;
    letter-spacing: 0.05em;
    font-weight: 800;
  }
  #volunteer .series ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #volunteer .series ul li {
    width: calc(50% - 10px);
  }
  #footer {
    border-radius: 15px 15px 0 0;
    padding: 30px 0px;
    text-align: center;
  }
  #footer .logo img {
    max-width: 80%;
  }
  #footer #pageTop {
    width: 40px;
    position: absolute;
    right: 20px;
    top: -20px;
  }
  #footer .footerInner {
    padding: 0 20px;
  }
  #footer .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
  }
  #footer .copyright {
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px;
  }
  /* fadeUp */
  .mt30 {
    margin-top: 30px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #headerNavWrap #logo {
    width: 214px;
    padding: 20px 30px 12px;
    background-color: #fff;
    border: 1px solid #17a1a6;
    border-radius: 0 0 20px 20px;
    display: inline-block;
    box-shadow: 8px 7px 0 0 #17a1a6;
    position: absolute;
    left: 16px;
    top: -10px;
    z-index: 999;
  }
  #headerNavWrap #menu {
    width: 65px;
    height: 65px;
    right: 36px;
    top: 26px;
    transition: 0.3s;
  }
  #headerNavWrap #menu:hover {
    transform: scale(1.1);
  }
  #headerNavWrap #menu span {
    left: 20px;
    width: calc(100% - 40px);
    height: 5px;
    border-radius: 3px;
  }
  #headerNavWrap #menu span:nth-of-type(1) {
    top: calc(50% - 13px);
  }
  #headerNavWrap #menu span:nth-of-type(2) {
    top: calc(50% - 2px);
  }
  #headerNavWrap #menu span:nth-of-type(3) {
    top: calc(50% + 9px);
  }
  #headerNavWrap #menu.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  #headerNavWrap #menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #headerNavWrap #menu.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  #headerNavWrap #headerNav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px;
  }
  #headerNavWrap #headerNav ul li + li {
    margin-top: 30px;
  }
  #headerNavWrap #headerNav ul li a {
    font-size: 30px;
    padding-left: 28px;
    transition: 0.3s;
  }
  #headerNavWrap #headerNav ul li a:hover {
    color: #17a1a6;
  }
  #headerNavWrap #headerNav ul li span {
    font-size: 14px;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .mv {
    display: flex;
    justify-content: space-between;
  }
  .mv .navWrap {
    width: calc(50% - 80px);
    padding-left: calc((100% - 1320px) / 2);
    padding-bottom: 60px;
  }
  .mv .navWrap:before {
    content: "";
    display: block;
    background-color: #fff;
    border-top: 1px solid #17a1a6;
    border-right: 1px solid #17a1a6;
    border-bottom: 1px solid #17a1a6;
    width: calc(100% + 140px);
    height: calc(100% - 80px);
    border-radius: 0 0 60px 0;
    position: absolute;
    left: 0;
    top: 77px;
  }
  .mv .navWrap h1 {
    padding: 30px 70px 20px;
    background-color: #fff;
    border: 1px solid #17a1a6;
    border-radius: 0 0 20px 20px;
    display: inline-block;
    box-shadow: 10px 10px 0 0 #17a1a6;
    margin-top: -10px;
    position: relative;
    z-index: 2;
  }
  .mv .navWrap .gnav {
    padding-left: 100px;
    margin-top: 60px;
  }
  .mv .navWrap .gnav ul li + li {
    margin-top: 30px;
  }
  .mv .navWrap .gnav ul li a {
    font-size: 30px;
    padding-left: 28px;
    transition: 0.3s;
  }
  .mv .navWrap .gnav ul li a:hover {
    color: #17a1a6;
  }
  .mv .navWrap .gnav ul li span {
    font-size: 14px;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .mv .mvImg {
    width: calc(50% + 80px);
  }
  .mv .mvImg img {
    width: 100%;
  }
  .mv .imgArea {
    position: relative;
  }
  .mv .reportLink {
    width: 15.3vw;
    max-width: 245px;
    height: auto;
    right: 40px;
    bottom: -120px;
    z-index: 5;
  }
  .mv .reportLink:hover {
    opacity: 0.8;
  }
  .commonInner {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
  }
  .btn {
    font-size: 24px;
    max-width: 692px;
    height: 115px;
    border-radius: 58px;
    padding: 0 80px;
    transition: 0.3s;
  }
  .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.png) no-repeat center/cover;
    width: 32px;
    height: 22px;
    position: absolute;
    right: 30px;
    top: calc(50% - 11px);
    transition: 0.3s;
  }
  .btn:hover {
    color: #17a1a6;
    background-color: #fff;
  }
  .btn:hover:after {
    background: url(../images/btn_arrow_blue.png) no-repeat center/cover;
  }
  .anchorWrap {
    padding: 120px 0;
  }
  .anchorWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/clickgo.png) no-repeat center/contain;
    width: 772px;
    height: 94px;
    position: absolute;
    right: 0;
    top: 74px;
  }
  .anchorWrap .anchorTitle p:first-of-type {
    font-size: 49px;
    margin-right: 20px;
    border-bottom: 6px solid #f3ba00;
  }
  .anchorWrap .anchorTitle p:first-of-type span {
    font-size: 68px;
  }
  .anchorWrap .anchorTitle p:last-of-type {
    font-size: 41px;
  }
  .anchorWrap .anchorList {
    display: flex;
    gap: 27px;
    margin-top: 60px;
  }
  .anchorWrap .anchorList li {
    width: calc(33.3333333333% - 18px);
  }
  .anchorWrap .anchorList a {
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 75px;
    box-shadow: 9px 9px 0 0 #bedee2;
  }
  .anchorWrap .anchorList a:before {
    content: "";
    display: inline-block;
    background: url(../images/anchor_arrow.png) no-repeat center/cover;
    width: 22px;
    height: 30px;
    position: absolute;
    bottom: 11px;
    left: calc(50% - 11px);
    z-index: 2;
  }
  .anchorWrap .anchorList a:after {
    content: "";
    display: inline-block;
    background-color: #daeffa;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 35px);
    bottom: -38px;
    transition: 0.5s;
  }
  .anchorWrap .anchorList a:hover:after {
    transform: scale(1.6);
  }
  .anchorWrap .anchorList .num {
    width: 56px;
    height: 56px;
    font-size: 19px;
    top: -15px;
    left: -16px;
  }
  .anchorWrap .anchorList .title {
    font-size: 18px;
    height: 70px;
  }
  .anchorWrap .anchorList figure {
    padding: 20px 20px 0;
  }
  #about .aboutWrap {
    border-radius: 0 60px 0px 0;
    padding: 100px 0 150px;
    text-align: center;
  }
  #about .aboutWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/about_illust_1.png) no-repeat center/cover;
    width: 578px;
    height: 172px;
    position: absolute;
    left: 0;
    top: -70px;
  }
  #about .aboutWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/about_illust_2.png) no-repeat center/cover;
    width: 466px;
    height: 410px;
    position: absolute;
    right: 0;
    bottom: -118px;
  }
  #about p {
    margin-top: 60px;
    font-size: 20px;
  }
  #about p + p {
    font-size: 28px;
    font-weight: 900;
  }
  .quesTitle {
    padding: 60px 0 80px;
  }
  .quesTitle:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 85px solid transparent;
    border-left: 85px solid transparent;
    border-top: 60px solid #17a1a6;
    border-bottom: 0;
    position: absolute;
    bottom: -35px;
    left: calc(50% - 85px);
    z-index: 2;
  }
  .quesTitle .en {
    font-size: 27px;
  }
  .quesTitle h2 {
    font-size: 40px;
    margin-top: 5px;
  }
  .quesTitle h2 span {
    font-size: 48px;
  }
  .reasonWrap {
    padding: 80px 0 130px;
  }
  .reasonWrap .title {
    font-size: 40px;
  }
  .reasonWrap .title span {
    font-size: 58px;
  }
  .reasonWrap .reasonList {
    max-width: 1480px;
    width: 90%;
    margin: 120px auto 0;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .reasonWrap .reasonList + .reasonList {
    margin-top: 120px;
  }
  .reasonWrap .reasonList li {
    width: 25%;
    border-radius: 30px;
    text-align: center;
    padding: 0 20px 0 0;
    box-shadow: 9px 9px 0 0 #bedee2;
  }
  .reasonWrap .reasonList li figure {
    transform: translateY(-70px);
  }
  .reasonWrap .reasonList li .textWrap {
    transform: translateY(-45px);
  }
  .reasonWrap .reasonList li .textWrap .num {
    font-size: 19px;
  }
  .reasonWrap .reasonList li .textWrap h3 {
    font-size: 26px;
    margin-top: 15px;
  }
  #join {
    padding: 140px 0 135px;
    border-radius: 0 0 60px 60px;
    background-image: url(../images/letsjoin.png), url(../images/join_bg_1.png), url(../images/join_bg_2.png), url(../images/join_bg_3.png);
    background-repeat: no-repeat;
    background-position: top 54px left 24px, top 294px right 201px, top 605px right 60px, top 938px left 0px;
  }
  #join:before {
    content: "";
    display: inline-block;
    background: url(../images/join_img_1.png) no-repeat center/cover;
    width: 494px;
    height: 314px;
    position: absolute;
    right: 0;
    top: -75px;
  }
  #join:after {
    content: "";
    display: inline-block;
    background: url(../images/join_img_2.png) no-repeat center/cover;
    width: 414px;
    height: 241px;
    position: absolute;
    left: 0;
    top: 246px;
  }
  #join h2 {
    font-size: 48px;
  }
  #join .joinList {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 100px;
  }
  #join .joinList li .textWrap {
    margin-top: 15px;
  }
  #join .joinList li .textWrap h3 {
    font-size: 30px;
  }
  #join .joinList li .textWrap p {
    font-size: 22px;
    margin-top: 15px;
  }
  #join .prizeWrap {
    margin-top: 80px;
    padding: 60px 60px;
  }
  #join .prizeWrap h3 {
    font-size: 28px;
  }
  #join .prizeWrap h3 span {
    padding: 0 100px;
  }
  #join .prizeWrap h3 span:before {
    content: "";
    display: inline-block;
    background: url(../images/join_inazuma.png) no-repeat center/cover;
    width: 60px;
    height: 78px;
    position: absolute;
    left: 0;
    top: -26px;
  }
  #join .prizeWrap h3 span:after {
    content: "";
    display: inline-block;
    background: url(../images/join_inazuma.png) no-repeat center/cover;
    width: 60px;
    height: 78px;
    position: absolute;
    right: 0;
    top: -26px;
    transform: scale(-1, 1);
  }
  #join .prizeWrap .prizeBox {
    margin-top: 70px;
    display: flex;
  }
  #join .prizeWrap .prizeBox figure {
    width: 40%;
  }
  #join .prizeWrap .prizeBox .textWrap {
    width: 60%;
    padding-left: 40px;
  }
  #join .prizeWrap .prizeBox .textWrap .text {
    font-size: 18px;
    margin-top: 20px;
  }
  #join + .report {
    margin-top: -28px;
    padding-top: 160px;
  }
  .report {
    padding-top: 100px;
  }
  .report .reportWrap {
    padding: 60px 60px 70px;
  }
  .report .reportWrap:before {
    width: 103px;
    height: 103px;
    top: -34px;
    left: 78px;
  }
  .report .reportWrap .reportTitle {
    padding-bottom: 60px;
  }
  .report .reportWrap .reportTitle .en {
    font-size: 27px;
  }
  .report .reportWrap .reportTitle h2 {
    font-size: 40px;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    transform: translateY(-15px);
  }
  .report .reportWrap .reportTitle h2 span {
    font-size: 48px;
  }
  .report .reportWrap .report_txt .col2 {
    gap: 40px;
    margin-top: 40px;
  }
  .report .reportWrap .report_txt .col2 img {
    width: 100%;
    height: 100%;
  }
  .report .reportWrap .report_txt .col2 .textArea .gaiyou {
    gap: 38px;
    margin-top: 32px;
    padding-block: 20px;
    padding-inline: 65px 10px;
    border-radius: 30px;
  }
  .report .reportWrap .report_txt .col2 .textArea .gaiyou .date {
    font-size: 16px;
  }
  .report .reportWrap .report_txt .col2 .textArea .gaiyou .detail {
    font-size: 14px;
    padding-left: 38px;
  }
  .report .reportWrap .photo_gallery {
    padding-top: 125px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
  }
  .report .reportWrap .photo_gallery:before {
    position: absolute;
    content: "";
    background: url(../images/photp_gallery.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 809px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
  }
  .report .reportWrap .photo_gallery .repeatImg {
    animation: slide 50s linear infinite;
  }
  .report .reportWrap .photo_gallery .repeatImg img {
    flex: none;
    width: 3343px;
    max-width: none;
    height: 364px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-3343px);
    }
  }
  .report .reportWrap .photo_gallery .toggleBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 126px;
    font-size: 16px;
    padding: 9px 18px 9px 44px;
    border-radius: 50px;
    cursor: pointer;
  }
  .report .reportWrap .photo_gallery .toggleBtn:hover {
    opacity: 0.5;
  }
  .report .reportWrap .photo_gallery .toggleBtn:before {
    width: 21px;
    height: 21px;
    bottom: 11px;
    right: 90px;
  }
  .report .reportWrap .photo_gallery .is-play:before {
    width: 21px;
    height: 21px;
    bottom: 11px;
    right: 90px;
  }
  .report .reportWrap .questionnaire {
    margin-top: 50px;
    padding-bottom: 40px;
  }
  .report .reportWrap .questionnaire h3 {
    font-size: 37px;
    margin-top: 50px;
  }
  .report .reportWrap .questionnaire .questionnaire_img {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    row-gap: 60px;
  }
  .report .reportWrap .questionnaire .questionnaire_img > :first-child {
    grid-column: 1/-1;
  }
  .report .reportWrap .vioce h3 {
    font-size: 37px;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .report .reportWrap .vioce:before {
    width: 150px;
    height: 113px;
    top: 30px;
    left: -76px;
  }
  .report .reportWrap .vioce:after {
    width: 85px;
    height: 132px;
    bottom: -8px;
    right: -95px;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox {
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox li {
    height: auto;
    background: #fff;
    border: solid 1px #17a1a6;
    box-shadow: 11px 12px 0px 0px #bedee2;
    border-radius: 30px;
    padding: 28px 30px;
    margin-inline: 13px;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox .listInner {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox .prev {
    transform: translateX(-80px);
    width: 60px;
    height: 60px;
    border-radius: 80px;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox .prev:hover {
    opacity: 0.5;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox .next {
    transform: translateX(80px);
    width: 60px;
    height: 60px;
    border-radius: 80px;
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox .next:hover {
    opacity: 0.5;
  }
  .report .reportWrap .vioce .voiceList .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
  }
  .qaWrap {
    padding: 100px 0 170px;
  }
  .qaWrap h2 {
    font-size: 40px;
  }
  .qaWrap .qaList {
    padding: 0 50px;
    margin-top: 50px;
  }
  .qaWrap .qaList > div + div {
    margin-top: 50px;
  }
  .qaWrap .qaList > div dt {
    font-size: 26px;
    padding: 12px 20px 12px 90px;
    border-radius: 34px;
    box-shadow: 9px 9px 0 0 #bedee2;
  }
  .qaWrap .qaList > div dt:before {
    content: "Q";
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 28px;
    font-family: "Montserrat", serif;
    letter-spacing: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 7px;
    left: 9px;
    background-color: #17a1a6;
    font-weight: 700;
    border-radius: 50%;
  }
  .qaWrap .qaList > div dd {
    margin-top: 40px;
    font-size: 18px;
  }
  .qaWrap .nextConveWrap {
    margin-top: 80px;
    border-radius: 30px;
    padding: 60px;
  }
  .qaWrap .nextConveWrap h3 {
    font-size: 37px;
  }
  .qaWrap .nextConveWrap .conveList {
    margin: 30px auto 0;
    max-width: 820px;
  }
  .qaWrap .nextConveWrap .conveList li {
    padding: 20px 50px 20px 0;
    font-size: 20px;
  }
  .qaWrap .nextConveWrap .conveList li a {
    transition: 0.3s;
  }
  .qaWrap .nextConveWrap .conveList li a[href*=".pdf"]:after {
    content: "";
    display: inline-block;
    background: url(../images/icon_pdf.png) no-repeat center/cover;
    width: 22px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .qaWrap .nextConveWrap .conveList li a:hover {
    color: #17a1a6;
  }
  .qaWrap .btnWrap {
    margin-top: 50px;
  }
  .qaWrap .btnWrap .btn {
    font-size: 24px;
    max-width: 692px;
    height: 115px;
    border-radius: 58px;
    padding: 0 80px;
    transition: 0.3s;
  }
  .qaWrap .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/anchor_arrow_w.png) no-repeat center/cover;
    width: 22px;
    height: 32px;
    position: absolute;
    right: 40px;
    top: calc(50% - 11px);
    transition: 0.3s;
  }
  .qaWrap .btnWrap .btn:hover {
    color: #17a1a6;
    background-color: #fff;
  }
  .qaWrap .btnWrap .btn:hover:after {
    background: url(../images/anchor_arrow.png) no-repeat center/cover;
  }
  .qaWrap .btnWrap .btn + .anchor:after {
    background: url(../images/anchor_arrow_w.png) no-repeat center/cover;
  }
  .qaWrap .btnWrap .btn + .anchor:hover:after {
    background: url(../images/anchor_arrow.png) no-repeat center/cover;
  }
  #map {
    border-radius: 60px 60px 0 0;
    background: url(../images/map_bg.png) no-repeat;
    background-position: top right;
    background-color: #383b3b;
    padding-top: 70px;
    padding-bottom: 120px;
    margin-top: -60px;
    position: relative;
  }
  #map:before {
    content: "";
    display: inline-block;
    background: url(../images/mapmaking.png) no-repeat center/contain;
    width: 880px;
    height: 94px;
    position: absolute;
    left: 30px;
    top: 40px;
  }
  #map .titleWrap {
    text-align: center;
    max-width: 1360px;
    margin: 0 auto;
  }
  #map .titleWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/map_img_1.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 124px;
    width: 21vw;
    height: auto;
    aspect-ratio: 359/147;
  }
  #map .titleWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/map_img_2.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 17vw;
    height: auto;
    aspect-ratio: 283/136;
  }
  #map .titleWrap .title {
    margin-top: 50px;
    font-size: 38px;
  }
  #map .titleWrap .text {
    margin-top: 30px;
    font-size: 20px;
  }
  #map .goodWrap {
    width: 90%;
    max-width: 1454px;
    margin: 50px auto 0;
    border-radius: 60px;
    padding: 80px;
  }
  #map .goodWrap .goodTitle {
    font-size: 37px;
  }
  #map .goodWrap .goodTitle div {
    font-size: 45px;
    display: inline-block;
    border-bottom: 6px solid #f3ba00;
  }
  #map .goodWrap .goodTitle div span {
    font-size: 62px;
    font-family: "Montserrat", serif;
    letter-spacing: 0.05em;
  }
  #map .goodWrap .goodList {
    margin-top: 60px;
    display: flex;
    gap: 36px;
  }
  #map .goodWrap .goodList li {
    width: calc(25% - 27px);
  }
  #map .goodWrap .goodList li .num {
    font-size: 17px;
    padding: 2px 10px 2px 10px;
  }
  #map .goodWrap .goodList li .num span {
    position: relative;
    display: inline-block;
    padding-left: 15px;
  }
  #map .goodWrap .goodList li .num span:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_good.png) no-repeat center/cover;
    width: 57px;
    height: 49px;
    position: absolute;
    top: -28px;
    left: -57px;
  }
  #map .goodWrap .goodList li figure {
    margin-top: 15px;
  }
  #map .goodWrap .goodList li p {
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
  }
  #map .sakuhinWrap {
    margin-top: 40px;
    padding-top: 50px;
  }
  #map .sakuhinWrap > h3 {
    font-size: 37px;
  }
  #map .sakuhinWrap .gold figure {
    margin-top: 40px;
  }
  #map .sakuhinWrap .gold .textWrap {
    margin-top: 80px;
    position: relative;
    display: inline-block;
    padding: 0 100px;
  }
  #map .sakuhinWrap .gold .textWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/hanekazari_gold.png) no-repeat center/cover;
    width: 46px;
    height: 121px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #map .sakuhinWrap .gold .textWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/hanekazari_gold.png) no-repeat center/cover;
    width: 46px;
    height: 121px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(-1, 1);
  }
  #map .sakuhinWrap .gold .textWrap h4 {
    font-size: 35px;
  }
  #map .sakuhinWrap .gold .textWrap h4:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_oukan.png) no-repeat center/cover;
    width: 51px;
    height: 40px;
    position: absolute;
    left: calc(50% - 25px);
    top: -50px;
  }
  #map .sakuhinWrap .gold .textWrap p {
    font-size: 18px;
    margin-top: 15px;
  }
  #map .sakuhinWrap .sakuhinList {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 80px;
  }
  #map .sakuhinWrap .sakuhinList li {
    width: calc(50% - 40px);
  }
  #map .sakuhinWrap .sakuhinList li .textWrap {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    padding: 0 80px;
  }
  #map .sakuhinWrap .sakuhinList li .textWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/hanekazari_blue.png) no-repeat center/cover;
    width: 35px;
    height: 93px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #map .sakuhinWrap .sakuhinList li .textWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/hanekazari_blue.png) no-repeat center/cover;
    width: 35px;
    height: 93px;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(-1, 1);
  }
  #map .sakuhinWrap .sakuhinList li .textWrap h4 {
    font-size: 24px;
  }
  #map .sakuhinWrap .sakuhinList li .textWrap p {
    font-size: 14px;
    margin-top: 15px;
  }
  #map .sakuhinWrap .sakuhinHosoku {
    border-radius: 30px;
    text-align: center;
    padding: 40px;
    margin-top: 80px;
  }
  #map .sakuhinWrap .sakuhinHosoku p {
    font-size: 18px;
  }
  #map .sakuhinWrap .sakuhinHosoku p a {
    font-weight: 900;
    text-decoration: underline;
  }
  #map .sakuhinWrap .sakuhinHosoku p a:hover {
    text-decoration: none;
  }
  #seminar {
    border-radius: 60px 60px 0 0;
    background: url(../images/seminar_bg.png) no-repeat;
    background-position: top right;
    background-color: #383b3b;
    padding-top: 60px;
    padding-bottom: 120px;
    margin-top: -60px;
    position: relative;
  }
  #seminar:before {
    content: "";
    display: inline-block;
    background: url(../images/seminar.png) no-repeat center/contain;
    width: 613px;
    height: 94px;
    position: absolute;
    right: 30px;
    top: 40px;
  }
  #seminar .chirashiWrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  #seminar .chirashiWrap .textWrap {
    width: calc(50% + 60px);
  }
  #seminar .chirashiWrap .textWrap p {
    font-size: 20px;
    margin-top: 40px;
  }
  #seminar .chirashiWrap .chirashi {
    width: calc(50% - 60px);
    padding-right: 60px;
  }
  #seminar .chirashiWrap .chirashi .btnWrap {
    margin-top: 25px;
  }
  #seminar .chirashiWrap .chirashi .btnWrap .btn {
    font-size: 20px;
    max-width: 326px;
    height: 67px;
    padding: 0 50px;
  }
  #seminar .chirashiWrap .chirashi .btnWrap .btn:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow_blue.png) no-repeat center/cover;
    width: 21px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    transition: 0.3s;
  }
  #seminar .chirashiWrap .chirashi .btnWrap .btn:hover {
    background-color: #17a1a6;
    color: #fff;
  }
  #seminar .chirashiWrap .chirashi .btnWrap .btn:hover:after {
    background: url(../images/btn_arrow.png) no-repeat center/cover;
  }
  #seminar .nextSeminarWrap {
    margin: 0px auto 0;
    width: 90%;
    max-width: 1454px;
    padding: 10px 70px 70px 70px;
  }
  #seminar .nextSeminarWrap:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    border-radius: 60px;
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 0;
  }
  #seminar .nextSeminarWrap .nextSeminar {
    display: flex;
    flex-direction: row-reverse;
  }
  #seminar .nextSeminarWrap .nextSeminar figure {
    width: 50%;
    padding-left: 50px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap {
    width: 50%;
    padding-top: 150px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap .jikai {
    font-size: 20px;
    padding: 12px 40px 12px 25px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap .tugini {
    margin-top: 20px;
    font-size: 16px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap .title {
    font-size: 36px;
    margin-top: 10px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl {
    margin-top: 30px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl > div {
    display: flex;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl > div + div {
    margin-top: 10px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl dt {
    width: 113px;
    font-size: 16px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl dd {
    padding-left: 20px;
    margin-top: 5px;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl dd a {
    text-decoration: underline;
  }
  #seminar .nextSeminarWrap .nextSeminar .textWrap dl dd a:hover {
    text-decoration: none;
  }
  #event {
    padding: 120px 0;
  }
  #event h2 {
    font-size: 36px;
    padding-top: 42px;
  }
  #event h2 + p {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
  }
  #event h2:before {
    content: "";
    display: inline-block;
    background: url(../images/eventcalendar.png) no-repeat center/contain;
    width: 739px;
    height: 58px;
    position: absolute;
    top: 0;
    left: calc(50% - 370px);
  }
  #event .googlecalendar {
    margin: 60px auto 0;
    max-width: 868px;
  }
  #event h3 {
    margin-top: 80px;
  }
  #event h3 + p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 35px;
  }
  #event h3 span {
    padding: 0 50px;
    font-size: 30px;
  }
  #event h3 span:before {
    content: "";
    display: inline-block;
    background: url(../images/fukidashi_kazari.png) no-repeat center/cover;
    width: 36px;
    height: 32px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  #event h3 span:after {
    content: "";
    display: inline-block;
    background: url(../images/fukidashi_kazari.png) no-repeat center/cover;
    width: 36px;
    height: 32px;
    position: absolute;
    top: 5px;
    right: 0;
    transform: scale(-1, 1);
  }
  #event .btns {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 0 40px;
  }
  #event .btns .btn {
    width: calc(50% - 40px);
    height: 90px;
  }
  .eventTextWrap {
    padding: 100px 0 120px;
  }
  .eventTextWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/event_illust.png) no-repeat center/cover;
    width: 365px;
    height: 170px;
    position: absolute;
    right: 60px;
    top: -100px;
  }
  .eventTextWrap:after {
    content: "";
    display: inline-block;
    background: url(../images/event_illust.png) no-repeat center/cover;
    width: 365px;
    height: 170px;
    position: absolute;
    left: 60px;
    bottom: 478px;
    transform: scale(-1, 1);
  }
  .eventTextWrap .textWrap {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .eventTextWrap .textWrap h3 {
    font-size: 40px;
  }
  .eventTextWrap .textWrap p {
    margin-top: 50px;
    font-size: 18px;
  }
  .eventTextWrap .eventTextHosoku {
    margin-top: 150px;
    display: flex;
    gap: 80px;
  }
  .eventTextWrap .eventTextHosoku > div {
    width: calc(50% - 40px);
    border-radius: 32px;
    padding: 40px 35px;
    box-shadow: 9px 9px 0 0 #bedee2;
  }
  .eventTextWrap .eventTextHosoku > div figure {
    position: absolute;
    top: -75px;
    right: 30px;
  }
  .eventTextWrap .eventTextHosoku > div h4 {
    font-size: 24px;
  }
  .eventTextWrap .eventTextHosoku > div p {
    font-size: 16px;
    margin-top: 30px;
  }
  #supoprter {
    padding: 130px 0 170px;
  }
  #supoprter:before {
    content: "";
    display: inline-block;
    background: url(../images/supporter.png) no-repeat center/contain;
    width: 795px;
    height: 93px;
    position: absolute;
    left: 0;
    top: 54px;
  }
  #supoprter:after {
    content: "";
    display: inline-block;
    background: url(../images/message.png) no-repeat center/contain;
    width: 616px;
    height: 93px;
    position: absolute;
    right: 0;
    bottom: 96px;
  }
  #supoprter .supoprterWrap {
    display: flex;
  }
  #supoprter .imgWrap {
    width: calc(50% - 75px);
    text-align: center;
  }
  #supoprter .imgWrap .name {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
  }
  #supoprter .imgWrap .name span {
    font-size: 16px;
    font-weight: 900;
  }
  #supoprter .imgWrap .text {
    font-size: 13px;
    margin-top: 15px;
  }
  #supoprter .textWrap {
    width: calc(50% + 75px);
    padding-left: 40px;
  }
  #supoprter .textWrap h2 {
    font-size: 20px;
  }
  #supoprter .textWrap h3 {
    margin-top: 20px;
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #9fa0a0;
  }
  #supoprter .textWrap h3:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #17a1a6;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  #supoprter .textWrap p {
    margin-top: 30px;
  }
  #volunteer {
    padding: 70px 0 120px;
  }
  #volunteer h2 {
    font-size: 36px;
  }
  #volunteer h2 + p {
    font-size: 20px;
    margin-top: 30px;
  }
  #volunteer .btnWrap {
    margin-top: 50px;
  }
  #volunteer .btnWrap .btn {
    height: 90px;
  }
  #volunteer .teamWrap {
    margin-top: 100px;
    position: relative;
    padding-top: 45px;
    display: flex;
    justify-content: center;
    gap: 80px;
  }
  #volunteer .teamWrap:before {
    content: "";
    display: inline-block;
    background: url(../images/joinourteam.png) no-repeat center/contain;
    width: 1162px;
    height: 58px;
    position: absolute;
    top: 0;
    left: calc(50% - 581px);
  }
  #volunteer .teamWrap > div {
    width: calc(50% - 40px);
  }
  #volunteer .teamWrap > div .textWrap h3 {
    margin-top: 20px;
    font-size: 24px;
  }
  #volunteer .teamWrap > div .textWrap p {
    font-size: 18px;
    margin-top: 20px;
  }
  #volunteer .teamWrap > div .textWrap p span {
    font-size: 16px;
    font-weight: 500;
  }
  #volunteer .series {
    margin-top: 110px;
  }
  #volunteer .series .seriesTitle {
    font-size: 36px;
  }
  #volunteer .series .seriesTitle span {
    font-family: "Montserrat", serif;
    letter-spacing: 0.05em;
    font-weight: 800;
  }
  #volunteer .series ul {
    margin-top: 50px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  #volunteer .series ul li {
    width: calc(33.3333333333% - 20px);
  }
  #volunteer .series ul li a {
    display: block;
    transition: 0.3s;
  }
  #volunteer .series ul li a:hover {
    opacity: 0.5;
  }
  #footer {
    border-radius: 30px 30px 0 0;
    padding: 35px 0;
    text-align: center;
  }
  #footer #pageTop {
    position: absolute;
    top: -34px;
    right: 35px;
    cursor: pointer;
    transition: 0.5s;
  }
  #footer #pageTop:hover {
    opacity: 0.5;
  }
  #footer .footerInner {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #footer .sns {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #footer .sns a {
    display: block;
    transition: 0.5s;
  }
  #footer .sns a:hover {
    opacity: 0.5;
  }
  #footer .copyright {
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
  }
  /* fadeUp */
  .mt30 {
    margin-top: 30px;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  .mv .imgArea {
    position: relative;
  }
  .mv .reportLink:hover {
    opacity: 0.8;
  }
  .report .reportWrap .report_txt .col2 img {
    width: 100%;
    height: 100%;
  }
  .report .reportWrap .photo_gallery:before {
    position: absolute;
    content: "";
    background: url(../images/photp_gallery.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-3343px);
    }
  }
  .report .reportWrap .vioce .voiceList ul.voiceBox .listInner {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .report .reportWrap .vioce .voiceList .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
  }
  /* fadeUp */
  .mt30 {
    margin-top: 30px;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/styles.css.map */
