/* Scss Document */
.mainvisual {
  width: 100%;
  padding-top: 150px;
  height: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    padding-top: 19.53125%;
  }
}
.mainvisual .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  background: url("../img/mvbg.png") top right/cover no-repeat, linear-gradient(to bottom, #9dc93b 0%, #bed97c 100%);
}
.mainvisual .inner .title_set {
  position: absolute;
  left: 40px;
  top: 40px;
  color: #fff;
}
.mainvisual .inner .title_set h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.125em;
}
.mainvisual .inner .title_set h3 {
  font-family: "Questrial", sans-serif;
  font-size: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .mainvisual .inner {
    border-radius: 0 0 5.208vw 5.208vw;
  }
  .mainvisual .inner .title_set {
    left: 5.208333vw;
    top: 5.208333vw;
  }
  .mainvisual .inner .title_set h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 4.427083vw;
  }
  .mainvisual .inner .title_set h3 {
    font-family: "Questrial", sans-serif;
    font-size: 2.083333vw;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 414px) {
  .mainvisual .inner .title_set h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 5.314vw;
  }
  .mainvisual .inner .title_set h3 {
    font-family: "Questrial", sans-serif;
    font-size: 3.38vw;
    margin-top: 0.5em;
  }
}

.anchor_button {
  margin: auto;
  width: 100%;
  max-width: 680px;
}
.anchor_button ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anchor_button ul li {
  width: 29.4%;
  text-align: center;
  box-sizing: border-box;
  border: 4px solid #8fc31f;
  line-height: 2.5;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .anchor_button ul li {
    width: calc(50% - 1em);
  }
  .anchor_button ul li:nth-child(3) {
    margin-top: 1em;
  }
}
.anchor_button ul li:hover {
  background: #ffc;
}
.anchor_button ul li.none {
  border: none;
}
.anchor_button ul li a {
  display: block;
  color: #222;
}
.anchor_button ul li a:hover {
  text-decoration: none;
}
.anchor_button ul li:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 890px) {
  .anchor_button ul li:nth-child(n+4) {
    margin-top: 2.25vw;
  }
}
@media screen and (max-width: 768px) {
  .anchor_button ul li {
    font-size: 0.875em;
    margin: auto;
  }
}
@media screen and (max-width: 414px) {
  .anchor_button ul li {
    font-size: 3.38164vw;
  }
}

.hr {
  height: 1px;
  border: none;
  background: #ccc;
  margin: 40px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .hr {
    margin: 5.2083vw 0;
  }
}

.read {
  font-size: 1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .read {
    font-size: 0.875em;
  }
}
.read p {
  display: inline-block;
  text-align: left;
  font-size: 1.125em;
}

.accordion {
  width: 100%;
  max-width: 660px;
  margin: 40px auto 0;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .accordion {
    font-size: 0.875em;
  }
}
.accordion li span {
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  min-height: 50px;
  position: relative;
  margin-left: 50px;
  font-size: 1.125em;
  line-height: 1.4;
}
@media screen and (max-width: 414px) {
  .accordion li span {
    font-size: 1.4rem;
  }
}
.accordion li span p {
  vertical-align: middle;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1.5em;
  text-indent: -1em;
}
.accordion li span p.long {
  position: inherit;
  left: 0;
  top: 0;
  transform: none;
}
.accordion li span::before {
  content: url("../img/plus.png");
  position: absolute;
  left: -50px;
  top: 0;
}
.accordion li div {
  background: #eee;
  padding: 12px 20px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 414px) {
  .accordion li div {
    font-size: 1.4rem;
  }
}

.voice {
  margin: 40px auto;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  color: #8fc31f;
}
@media screen and (max-width: 768px) {
  .voice {
    margin: 5.20833vw auto;
    font-size: 0.875em;
  }
}
.voice p {
  display: inline-block;
  text-align: left;
  font-size: 1.125em;
  line-height: 1.5;
}

.voices ul {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.voices ul li:first-child {
  padding: 0 30px;
  width: 80px;
}
.voices ul li:last-child {
  font-size: 18px;
  line-height: 1.65;
  font-feature-settings: "palt" 1;
  text-align: justify;
}
.voices ul li:last-child span {
  font-weight: 700;
}
.voices hr {
  border: none;
  margin: 1.5em 0;
  border-top: 1px solid #ccc;
}/*# sourceMappingURL=style.css.map */