@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* ブレイクポイント */
/* カラー */
/* フォント設定 */
.edmondo_wrapper {
  font-family: "Zen Kaku Gothic New", "Lato", sans-serif;
}
.edmondo_wrapper img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.edmondo_wrapper .obi_return {
  display: block;
  transform: rotate(180deg);
}
.edmondo_wrapper h3 {
  font-size: 1.5625rem;
  text-align: center;
  list-style: none;
  font-weight: 700;
}
.edmondo_wrapper .cv_btn {
  max-width: 400px;
}
.edmondo_wrapper p {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.1rem;
}
@media screen and (max-width: 768px) {
  .edmondo_wrapper h3 {
    font-size: 1.875rem;
  }
  .edmondo_wrapper p {
    font-size: 1.1875rem;
    line-height: 1.8rem;
  }
  .edmondo_wrapper .cv_btn {
    max-width: 80%;
  }
}
@media screen and (max-width: 479px) {
  .edmondo_wrapper h3 {
    font-size: 1.5625rem;
  }
  .edmondo_wrapper p {
    font-size: 0.8125rem;
    line-height: 1.2rem;
  }
  .edmondo_wrapper .cv_btn {
    max-width: 100%;
  }
}

.edmondo_common {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .edmondo_common {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 479px) {
  .edmondo_common {
    padding: 1px 30px 50px;
  }
}

.edmondo_pc-wrap {
  max-width: 820px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .edmondo_pc-wrap {
    max-width: 960px;
  }
}
@media screen and (max-width: 479px) {
  .edmondo_pc-wrap {
    width: 100%;
  }
}

picture.edmondo_obi {
  display: block;
  margin: -1px 0px;
}

@media screen and (max-width: 479px) {
  img.common_not {
    width: 100vw;
    margin-left: -30px;
  }
}

.edmondo_header-footer img {
  max-width: 120px;
  width: 30%;
  padding: 20px 0;
}
@media screen and (max-width: 479px) {
  .edmondo_header-footer img {
    width: 30%;
    padding: 10px 0;
  }
}

.edmondo_intro {
  background-color: #e8e3dd;
  position: relative;
}
.edmondo_intro .intro_img01 {
  margin-bottom: 30px;
  max-width: 360px;
}
.edmondo_intro .intro_img02 {
  margin-bottom: 30px;
}
.edmondo_intro::before {
  content: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/intro_bg01.png);
  position: absolute;
  top: 30%;
  right: 67vw;
}
.edmondo_intro::after {
  content: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/intro_bg02.png);
  position: absolute;
  top: 30%;
  left: 67vw;
}
@media screen and (max-width: 1279px) {
  .edmondo_intro::after {
    display: none;
  }
  .edmondo_intro::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .edmondo_intro .intro_img01 {
    max-width: 450px;
  }
}
@media screen and (max-width: 479px) {
  .edmondo_intro .intro_img01 {
    width: 100%;
  }
}

.edmondo_worries {
  background-color: #22b5ae;
  position: relative;
}
.edmondo_worries h3 {
  color: #fff;
  margin-bottom: 30px;
}
.edmondo_worries img {
  margin-bottom: 30px;
  max-width: 760px;
}
.edmondo_worries p {
  font-size: 1.5625rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
  line-height: 2rem;
}
.edmondo_worries::after {
  content: "";
  position: absolute;
  top: 99.9%;
  box-sizing: border-box;
  border-right: 40vw solid transparent;
  border-left: 40vw solid transparent;
  border-top: 170px solid #22b5ae;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .edmondo_worries h3 {
    font-size: 2.375rem;
  }
  .edmondo_worries p {
    font-size: 2.375rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 479px) {
  .edmondo_worries {
    padding: 50px 30px 0px;
  }
  .edmondo_worries h3 {
    font-size: 1.5625rem;
    margin-bottom: 50px;
  }
  .edmondo_worries img {
    margin-bottom: 20px;
  }
  .edmondo_worries p {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
  .edmondo_worries::after {
    content: "";
    position: absolute;
    top: 99.9%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #22b5ae;
    left: 0;
    right: 0;
    transform: translate(0%, 0%);
  }
}

.edmondo_possible {
  background-color: #e8e3dd;
  margin-top: -50px;
}
.edmondo_possible .possible_tit {
  max-width: 400px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 100px;
}
.edmondo_possible ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-bottom: 50px;
}
.edmondo_possible ul li img {
  margin-bottom: 20px;
}
.edmondo_possible ul li p {
  background-color: #22b5ae;
  border-radius: 50px;
  width: 65%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .edmondo_possible .possible_tit {
    max-width: 80%;
  }
  .edmondo_possible ul {
    display: block;
    margin-bottom: 0;
  }
  .edmondo_possible ul li p {
    width: 88%;
  }
  .edmondo_possible .cv_btn {
    padding: 50px 30px 0px;
  }
}

.edmondo_reason {
  background: #e8e3dd url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/images/bg_pc.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding-top: 100px;
}
.edmondo_reason .reason_tit {
  max-width: 400px;
  display: block;
  margin: 0 auto 50px;
}
.edmondo_reason ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}
.edmondo_reason ul li {
  padding: 0 20px 20px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 3px #22b5ae;
  position: relative;
  box-shadow: 10px 10px 0px 0px #22b5ae;
}
.edmondo_reason ul li .reason_no {
  position: absolute;
  width: 34%;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 30px;
}
.edmondo_reason ul li h3 {
  padding-top: 50px;
  margin-bottom: 30px;
  color: #22b5ae;
  font-size: 1.25rem;
}
.edmondo_reason ul li .reason_img {
  margin-bottom: 20px;
}
.edmondo_reason ul li p span {
  background: linear-gradient(transparent 60%, #ffe048 60%);
}
@media screen and (max-width: 768px) {
  .edmondo_reason {
    background-image: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/images/bg_sp.png);
    background-position: bottom;
  }
  .edmondo_reason .reason_tit {
    width: 60%;
    display: block;
  }
  .edmondo_reason ul {
    display: block;
  }
  .edmondo_reason ul li {
    display: block;
    width: 100%;
    padding: 0 25px 30px;
    background-color: #fff;
    border-radius: 30px;
    border: solid 3px #22b5ae;
    margin-bottom: 80px;
    position: relative;
    box-shadow: 10px 10px 0px 0px #22b5ae;
  }
  .edmondo_reason ul li:last-of-type {
    margin-bottom: 30px;
  }
  .edmondo_reason ul li .reason_no {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 30px;
    width: 26%;
  }
  .edmondo_reason ul li h3 {
    padding-top: 50px;
    margin-bottom: 30px;
    color: #22b5ae;
    font-size: 1.875rem;
  }
  .edmondo_reason ul li .reason_img {
    margin-bottom: 20px;
  }
  .edmondo_reason ul li p span {
    background: linear-gradient(transparent 60%, #ffe048 60%);
  }
}
@media screen and (max-width: 479px) {
  .edmondo_reason ul li .reason_no {
    width: 32%;
  }
  .edmondo_reason ul li h3 {
    font-size: 1.5625rem;
    padding-top: 40px;
    margin-bottom: 20px;
  }
}

.edmondo_power {
  background-color: #ffe048;
  margin-top: -1px;
  padding-top: 20px;
}
.edmondo_power .power_aori {
  max-width: 400px;
  margin-bottom: 30px;
}
.edmondo_power .power_tit {
  max-width: 400px;
  margin-bottom: 50px;
}
.edmondo_power .power_main {
  display: block;
  margin-bottom: 50px;
}
.edmondo_power p {
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
.edmondo_power .power_skill-txt {
  max-width: 300px;
  margin-bottom: 20px;
}
.edmondo_power .power_required-txt {
  margin-bottom: 30px;
  margin-top: 80px;
  max-width: 400px;
}
.edmondo_power .power_required ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
.edmondo_power .power_required ul li {
  padding: 0 20px 20px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 3px #22b5ae;
  position: relative;
  box-shadow: 10px 10px 0px 0px #22b5ae;
}
.edmondo_power .power_required ul li h3 {
  padding-top: 50px;
  margin-bottom: 30px;
  color: #22b5ae;
  font-size: 1.25rem;
}
.edmondo_power .power_required ul li .required_img {
  margin-bottom: 20px;
}
.edmondo_power .power_required ul li p {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.1rem;
  text-align-last: left;
}
.edmondo_power .power_required ul li p span {
  background: linear-gradient(transparent 60%, #ffe048 60%);
}
@media screen and (max-width: 768px) {
  .edmondo_power p {
    font-size: 1.875rem;
    line-height: 3rem;
  }
  .edmondo_power .power_skill-txt {
    max-width: 400px;
  }
  .edmondo_power .power_required ul {
    display: block;
  }
  .edmondo_power .power_required ul li {
    display: block;
    width: 100%;
    padding: 0 25px 30px;
    background-color: #fff;
    border-radius: 30px;
    border: solid 3px #22b5ae;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 10px 10px 0px 0px #22b5ae;
  }
  .edmondo_power .power_required ul li:last-of-type {
    margin-bottom: 30px;
  }
  .edmondo_power .power_required ul li h3 {
    padding-top: 50px;
    margin-bottom: 30px;
    color: #22b5ae;
    font-size: 1.875rem;
  }
  .edmondo_power .power_required ul li .required_img {
    margin-bottom: 20px;
  }
  .edmondo_power .power_required ul li p {
    font-size: 0.8125rem;
    text-align-last: left;
    line-height: 1.2rem;
  }
  .edmondo_power .power_required ul li p span {
    background: linear-gradient(transparent 60%, #ffe048 60%);
  }
}
@media screen and (max-width: 479px) {
  .edmondo_power .power_aori {
    width: 80%;
    margin-bottom: 30px;
  }
  .edmondo_power .power_tit {
    margin-bottom: 30px;
  }
  .edmondo_power .power_main {
    margin-bottom: 30px;
    display: block;
  }
  .edmondo_power p {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .edmondo_power .power_skill-txt {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .edmondo_power .power_required ul li h3 {
    font-size: 1.5625rem;
    padding-top: 40px;
    margin-bottom: 20px;
  }
}

.edmondo_raphael {
  background: #e8e3dd;
}
.edmondo_raphael .cv_btn {
  margin-bottom: 50px;
}
.edmondo_raphael .raphael_tit {
  max-width: 400px;
  margin-bottom: 50px;
}
.edmondo_raphael .raphael_img {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .edmondo_raphael .raphael_tit {
    max-width: 500px;
  }
}
@media screen and (max-width: 479px) {
  .edmondo_raphael .raphael_tit {
    margin-bottom: 30px;
  }
  .edmondo_raphael .raphael_img {
    margin-bottom: 30px;
  }
}

.edmondo_parent-voice {
  background-color: #e8e3dd;
  position: relative;
  background-image: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/images/bg_pc.png);
  background-size: 100%;
  background-position: center;
}
.edmondo_parent-voice h3 {
  color: #fff;
  background-color: #22b5ae;
  border-radius: 50px;
  padding: 5px;
  max-width: 250px;
  width: 60%;
  margin: 0 auto;
}
.edmondo_parent-voice h3 span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 1.0625rem;
  margin-left: 10px;
  margin-bottom: 10px;
}
.edmondo_parent-voice h3 span::before {
  content: "─";
  margin-right: 5px;
}
.edmondo_parent-voice ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  column-gap: 20px;
}
.edmondo_parent-voice ul li {
  margin-top: 50px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 3px #22b5ae;
  position: relative;
  box-shadow: 10px 10px 0px 0px #22b5ae;
}
.edmondo_parent-voice ul li .parent-voice_profile {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  grid-auto-flow: column;
  column-gap: 10px;
  margin-bottom: 10px;
}
.edmondo_parent-voice ul li .parent-voice_profile .txt-wrap p {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: -3px;
}
.edmondo_parent-voice ul li .parent-voice_profile .txt-wrap span {
  font-size: 0.75rem;
  color: #8d8d8d;
}
.edmondo_parent-voice ul li .parent-voice_star {
  margin-bottom: 10px;
}
.edmondo_parent-voice ul li .parent-voice_star p {
  display: inline;
  color: #ffe048;
}
.edmondo_parent-voice ul li .parent-voice_star span {
  display: inline;
  margin-left: 10px;
  font-size: 0.75rem;
  color: #8d8d8d;
}
.edmondo_parent-voice ul li .parent-voice-txt {
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .edmondo_parent-voice {
    background-image: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/images/bg_sp.png);
    background-position: bottom;
  }
  .edmondo_parent-voice h3 {
    max-width: 320px;
  }
  .edmondo_parent-voice ul {
    display: block;
  }
  .edmondo_parent-voice ul li {
    padding: 50px;
    margin-top: 80px;
  }
  .edmondo_parent-voice ul li .parent-voice_profile .txt-wrap p {
    font-size: 1.25rem;
    margin-bottom: 3px;
  }
  .edmondo_parent-voice ul li .parent-voice_profile .txt-wrap span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .edmondo_parent-voice {
    padding-bottom: 100px;
  }
  .edmondo_parent-voice h3 {
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: left;
    left: -40px;
    padding: 5px 0px 0px 65px;
    margin-bottom: 30px;
  }
  .edmondo_parent-voice ul {
    display: block;
  }
  .edmondo_parent-voice ul li {
    padding: 25px;
    margin-top: 50px;
  }
  .edmondo_parent-voice ul li:first-child {
    margin-top: 50px;
  }
}

.edmondo_student {
  background-color: #e8e3dd;
  position: relative;
  background-image: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/images/bg_pc.png);
  background-size: 100%;
  background-position: center;
}
.edmondo_student h3 {
  color: #fff;
  background-color: #22b5ae;
  border-radius: 50px;
  padding: 5px;
  max-width: 250px;
  width: 60%;
  margin: 0 auto;
}
.edmondo_student h3 p {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 1.0625rem;
  margin-left: 10px;
  margin-bottom: 10px;
}
.edmondo_student h3 p::before {
  content: "─";
  margin-right: 5px;
}
.edmondo_student ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  column-gap: 20px;
}
.edmondo_student ul li {
  margin-top: 100px;
  padding: 0 15px 30px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 3px #22b5ae;
  position: relative;
  box-shadow: 10px 10px 0px 0px #22b5ae;
}
.edmondo_student ul li .student_no {
  width: 90px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 30px;
}
.edmondo_student ul li .student_profile {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 60px;
}
.edmondo_student ul li .student_voice-tit {
  font-size: 1.1875rem;
  text-align: center;
  margin-bottom: 20px;
  color: #22b5ae;
}
.edmondo_student ul li .student_voice-txt {
  margin-bottom: 20px;
}
.edmondo_student ul li .student_voice-txt span {
  font-size: 0.9375rem;
  color: #f7931e;
}
.edmondo_student ul li .student_main-img {
  margin-bottom: 20px;
}
.edmondo_student ul li .student_voice-txt02 {
  font-size: 1.5625rem;
  color: #f7931e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .edmondo_student {
    background-image: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/images/bg_sp.png);
    background-position: bottom;
  }
  .edmondo_student ul {
    display: block;
  }
  .edmondo_student ul li {
    padding: 50px;
    margin-top: 150px;
  }
  .edmondo_student ul li .student_no {
    width: 150px;
  }
  .edmondo_student ul li .student_voice-tit {
    font-size: 1.875rem;
  }
  .edmondo_student ul li .student_voice-txt span {
    font-size: 1.5625rem;
  }
  .edmondo_student ul li .student_voice-txt02 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 479px) {
  .edmondo_student {
    padding-bottom: 100px;
  }
  .edmondo_student h3 {
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: left;
    left: -20px;
    padding: 5px 0px 0px 45px;
  }
  .edmondo_student ul {
    display: block;
  }
  .edmondo_student ul li {
    padding: 0 25px 30px;
  }
  .edmondo_student ul li .student_no {
    width: 30%;
  }
  .edmondo_student ul li .student_voice-tit {
    font-size: 1.25rem;
  }
  .edmondo_student ul li .student_voice-txt span {
    font-size: 0.9375rem;
  }
}

.edmondo_voice {
  background-color: #e8e3dd;
  margin-top: -1px;
  position: relative;
  background-image: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/images/bg_pc.png);
  background-size: 100%;
  background-position: center;
}
.edmondo_voice h3 {
  color: #f7931e;
  border: solid 3px #f7931e;
  border-radius: 50px;
  width: 42%;
  max-width: 370px;
  height: 95px;
  padding: 5px;
  margin: 0 auto;
}
.edmondo_voice h3 p {
  display: inline-block;
  color: #f7931e;
  font-weight: 500;
  font-size: 1.0625rem;
  margin-left: 10px;
  margin-bottom: 10px;
}
.edmondo_voice h3 p::before {
  content: "─";
  margin-right: 5px;
}
.edmondo_voice ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  column-gap: 20px;
}
.edmondo_voice ul li .voice_main-txt {
  width: 80%;
  margin-top: 80px;
}
.edmondo_voice ul li .voice_no {
  max-width: 90px;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
.edmondo_voice ul li .voice_main-img {
  position: relative;
}
.edmondo_voice ul li .voice_triangle {
  background: #ffffff;
  height: 25.9807621135px;
  width: 100%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin-top: -35px;
}
.edmondo_voice ul li p {
  background-color: #fff;
  padding: 15px;
  border-radius: 0 0 30px 30px;
  margin-top: -1px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .edmondo_voice {
    background-image: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/images/bg_sp.png);
    background-position: bottom;
  }
  .edmondo_voice h3 {
    width: 60%;
    padding: 0;
  }
  .edmondo_voice ul {
    display: block;
  }
  .edmondo_voice ul li .voice_main-txt {
    width: 50%;
  }
  .edmondo_voice ul li .voice_no {
    max-width: 150px;
    margin-bottom: -70px;
  }
  .edmondo_voice ul li .voice_triangle {
    margin-top: -50px;
  }
}
@media screen and (max-width: 479px) {
  .edmondo_voice h3 {
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: left;
    left: -50px;
    padding: 5px 0px 0px 80px;
  }
  .edmondo_voice ul li .voice_main-txt {
    margin-top: 80px;
    margin-bottom: 50px;
    width: 70%;
  }
  .edmondo_voice ul li .voice_no {
    width: 30%;
    max-width: none;
    left: 50%;
    width: 25%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}

.edmondo_outro {
  background-color: #ffe048;
  margin-top: -1px;
}
.edmondo_outro .outro_img {
  max-width: 300px;
  margin-top: 30px;
}
@media screen and (max-width: 479px) {
  .edmondo_outro .cv_btn {
    margin-bottom: 30px;
  }
  .edmondo_outro .outro_img {
    width: 70%;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 479px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 479px) {
  .sp-none {
    display: none;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.sp_reserve{
  display: none;
}
@media (max-width: 479px) {
  .sp_reserve {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(255, 255, 255, .71);
    font-family: "Zen Kaku Gothic New", "Lato", sans-serif;
    font-size: 3.25vw;
    font-weight: bold;
    padding: 10px 10px 15px 20px;
    position: fixed;
    bottom: 0;
  }
  .sp_reserve a {
    display: flex;
    align-items: center;
    border-radius: 1em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 8px;
  }
  .sp_reserve a:first-child {
    justify-content: space-between;
    background-color: #ff9300;
    box-shadow: 0 5px 0 #cc6a00;
    width: 60%;
  }
  .sp_reserve a:first-child .catch {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #ff9300;
    font-size: 14px;
    line-height: 1;
    width: 48px;
    height: 48px;
  }
  .sp_reserve a:first-child .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #ffffff;
    border-right: 0;
  }
  .sp_reserve a:last-child {
    justify-content: space-evenly;
    background-color: #008cd2;
    box-shadow: 0 5px 0 #007493;
    width: 35%;
  }
  .sp_reserve a:last-child img {
    width: 20px;
    margin-left: 0;
    margin-right: 5px;
  }
  .sp_reserve a:last-child span {
    font-size: 8px;
  }

  .edmondo_mv {
    position: relative;
  }
  .edmondo_mv a {
    position: absolute;
    width: 60%;
    right: 20px;
    bottom: 23%;
  }
}

.edmondo_pickup_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 360px;
  margin: 0 auto 30px;
}
.edmondo_pickup_box {
  border: 3px solid #22b5ae;
  border-radius: 1.25em;
  background: #fff;
  box-shadow: 6px 6px 0 #22b5ae;
  font-family: "Lato";
  font-weight: bold;
  width: calc(50% - 18px);
  padding: 30px 8px 20px;
  position: relative;
}
.pickup_voice::before {
  position: absolute;
  left: calc(50% - 30px);
  top: -22px;
  content: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/pickup_voice.png);
}
.pickup_school {
  margin-right: 6px;
}
.pickup_school::before {
  position: absolute;
  left: calc(50% - 29px);
  top: -22px;
  content: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/pickup_school.png);
}
.edmondo_pickup_box .pickup_text {
  font-size: clamp(0.875rem, 0.5rem + 0.8vw, 1rem);
  text-align: center;
  /*margin-bottom: 1.5em;*/
}
.edmondo_pickup_box .pickup_achievement {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color:#f7931e;
}
.edmondo_pickup_box .pickup_achievement div {
  color: #f7931e;
  font-size: 60px;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 1;
}
.edmondo_pickup_box .pickup_achievement div span {
  display: inline-block;
  font-size: 16px;
}
.edmondo_pickup_box .pickup_achievement div span.percent {
  font-size: 40px;
}
@media (max-width: 479px) {
  .edmondo_pickup_wrap {
    margin: 30px auto;
  }
  .edmondo_pickup_box {
    border: 2px solid #22b5ae;
    border-radius: 0.75em;
    box-shadow: 4px 4px 0 #22b5ae;
    width: calc(50% - 8px);
    padding: 30px 8px 20px;
  }
  .edmondo_pickup_box .pickup_achievement div {
    font-size: 48px;
  }
  .edmondo_pickup_box .pickup_achievement div span.percent {
    font-size: 32px;
  }
  .edmondo_pickup_box .pickup_text {
    font-size: 15px;
    margin-bottom: 0em;
  }
}

.edmondo_qa {
  background-color: #e8e3dd;
  position: relative;
  background-image: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/images/bg_pc.png);
  background-size: 100%;
  background-position: center;
}

.edmondo_qa h3 {
  color: #fff;
  background-color: #22b5ae;
  border-radius: 50px;
  padding: 5px;
  max-width: 280px;
  width: 60%;
  margin: 0 auto;
}
.edmondo_qa h3 span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 1.0625rem;
  margin-left: 10px;
  margin-bottom: 10px;
}
.edmondo_qa h3 span::before {
  content: "─";
  margin-right: 5px;
}

.edmondo_qa details {
  background-color: #fff;
  border-radius: 1.5em;
  margin-top: 20px;
  padding: 20px;
}

.edmondo_qa details:first-of-type { margin-top: 40px; }

.edmondo_qa details summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  padding-right: 60px;
  position: relative;
}

.edmondo_qa details summary::before {
  display: block;
  content: '';
  background-image: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/Q.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 61px;
  height: 71px;
}

.edmondo_qa details summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #f7931e;
  border-right: 3px solid #f7931e;
  content: '';
  transition: transform .5s;
  position: absolute;
  right: 20px;
}

.edmondo_qa details[open] summary::after {
  transform: rotate(225deg);
}

.edmondo_qa details p {
  font-size: 22px;
  line-height: 1.625;
  margin-top: 20px;
  padding-left: 71px;
  position: relative;
}

.edmondo_qa details p::before {
  display: block;
  content: '';
  background-image: url(https://www.edmondo.jp/wp-content/themes/edmund/images/lp/default3/A.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 61px;
  height: 71px;
  left: 0;
}
@media (max-width: 768px) {
  .edmondo_qa h3 {
    max-width: 360px;
  }
}
@media (max-width: 479px) {
  .edmondo_qa h3 {
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: left;
    left: -50px;
    padding: 5px 0px 0px 80px;
  }

  .edmondo_qa details {
    border-radius: 1.75em;
    padding: 10px 20px;
  }

  .edmondo_qa details:first-of-type { margin-top: 60px; }

  .edmondo_qa details summary {
    font-size: 16px;
    padding-right: 20px;
  }

  .edmondo_qa details summary::before {
    width: 36px;
    height: 40px;
    flex-shrink: 0;
  }

  .edmondo_qa details summary::after {
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #f7931e;
    border-right: 3px solid #f7931e;
    right: 0px;
  }

  .edmondo_qa details p {
    font-size: 14px;
    padding-left: 41px;
  }

  .edmondo_qa details p::before {
    width: 32px;
  }
}