@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");
/* ブレイクポイント */
/* カラー */
/* フォント設定 */
.pc-none {
  display: none;
}
@media (max-width: 479px) {
  .pc-none {
    display: block;
  }
}

.edmond_pc_wrapper {
  background-color: #E69E48;
}

.edmond_wrapper {
  font-family: "Zen Kaku Gothic New", "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 1rem;
  color: #2D2D30;
  line-height: 24px;
  background: #fff;
  border: solid #fff;
}
.edmond_wrapper img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.edmond_wrapper .edmond_more {
  width: 135px;
  display: block;
  margin: -25px auto 0;
}
@media (min-width: 768px) {
  .edmond_wrapper {
    max-width: 480px;
    margin: 0 auto;
  }
}

.edmond_common_bg-green {
  text-align: center;
  color: #ffffff;
}
.edmond_common_bg-green p {
  background-color: #22B5AE;
  display: inline;
  font-size: 1.5rem;
  line-height: 48px;
  padding: 3.5px 17px;
}

.edmond_common_bg-orange {
  text-align: center;
  color: #ffffff;
  display: inline;
}
.edmond_common_bg-orange p {
  background-color: #E69E48;
  display: inline;
  font-size: 1.5rem;
  line-height: 48px;
  padding: 3.5px 17px;
}

.edmond_common_bg-yellow-txt-green {
  text-align: center;
  color: #22B5AE;
}
.edmond_common_bg-yellow-txt-green p {
  background-color: #FFE14E;
  display: inline;
  font-size: 1.5rem;
  line-height: 48px;
  padding: 3.5px 17px;
}

.edmond_common_small {
  font-size: 1.25rem;
}

.edmond_common_wrapper {
  padding: 80px 15px;
}

.edmond_common_triangle-orange {
  width: 100%;
  max-width: 480px;
  height: 70px;
  background-color: #E69E48;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: -1px;
}

.edmond_common_triangle-yellow {
  width: 100%;
  max-width: 480px;
  height: 70px;
  background-color: #FFE14E;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: -1px;
}

.edmond_common_yellow-maker {
  background: linear-gradient(transparent 80%, #FFE14E 70%);
}

h4 {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}

.h5 {
  font-size: 1.375rem;
  line-height: 36px;
  font-weight: 800;
}

.edmond_common_sub-title {
  text-align: center;
  margin-bottom: 38px;
  font-size: 1.25rem;
}

.edmond_voice .swiper-pagination-bullet {
  height: 8px !important;
}

.edmond_logo img {
  width: 130px;
  padding: 17px 0px;
}

.edmond_mv {
  background-color: #FFF8D5;
}

.edmond_intro {
  padding-top: 16px;
  background-color: #FFF8D5;
}
.edmond_intro .edmond_intro_img {
  margin-top: 50px;
  margin-bottom: 42px;
}
.edmond_intro ul {
  margin-bottom: 30px;
}
.edmond_intro ul li img {
  margin-bottom: 16px;
}

.edomond_intro_flex_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.edomond_intro_flex_box a {
  display: flex;
  justify-content: center;
  background-color: #f9aa2b;
  border-radius: 3em;
  box-shadow: 2px 3px 0 #e37900;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 1em 0.5em;
  width: calc(50% - 5px);
  margin-bottom: 30px;
}
.edomond_intro_flex_box a .triangle {
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 0.5em;
  position: relative;
  top: 16%;
}
.edomond_intro_flex_box a .triangle::after {
  content: "";
  display: block;
  background: #f7931e;
  height: 8.6602540378px;
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  rotate: 90deg;
  position: absolute;
  top: 27%;
  left: 30%;
}

.edmond_worries {
  background-color: #E69E48;
  padding-bottom: 0;
}
.edmond_worries h3 {
  font-size: 1.375rem;
  text-align: center;
  color: #ffffff;
  line-height: 48px;
}
.edmond_worries img {
  margin-top: 50px;
  margin-bottom: 40px;
}
.edmond_worries .edmond_worries_blue-bg {
  background: url(https://www.edmondo.jp/wp-content/themes/edmund/images/LP_250712/anxiety_bg.png) 100% no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px 10px;
}

.edmond_reason.edmond_common_wrapper {
  padding-bottom: 10px;
}

.edmond_reason {
  background-color: #FFE14E;
}
.edmond_reason .edmond_reason_tit {
  width: 243px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.edmond_reason .edmond_reason_point {
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}
.edmond_reason ol > li {
  position: relative;
  background: #ffffff;
  border: solid 5px #E69E48;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 15px 15px #E69E48;
  width: 96%;
  margin-bottom: 100px;
}
.edmond_reason ol > li .h5 {
  font-size: 24px;
  text-align: center;
  color: #E69E48;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 36px;
  font-weight: 800;
}
.edmond_reason ol > li .edmond_reason_visual {
  margin-bottom: 15px;
}
.edmond_reason ol > li ul li {
  margin-bottom: 15px;
}
.edmond_reason ol > li ul li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  background: url(https://www.edmondo.jp/wp-content/themes/edmund/images/LP_250712/check.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.edmond_reason .point-txt {
  background-color: #E69E48;
  font-size: 1.0625rem;
  padding: 5px;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 20px;
}
.edmond_reason #player {
  width: 100%;
}

.edmond_relief.edmond_common_wrapper {
  padding-top: 30px;
}

.edmond_relief .edmond_relief_tit {
  width: 312px;
  margin-bottom: 50px;
}
.edmond_relief ul li {
  margin-bottom: 50px;
}
.edmond_relief ul li img {
  width: 80%;
  margin-bottom: 20px;
}
.edmond_relief ul li .h5 {
  font-size: 1.4375rem;
  text-align: center;
  color: #E69E48;
  line-height: 36px;
  margin-bottom: 12px;
  font-weight: 800;
}
.edmond_relief ul li p {
  text-align: center;
}

.edmond_voice {
  background-color: #E69E48;
}
.edmond_voice h4,
.edmond_voice .edmond_common_sub-title {
  color: #ffffff;
}
.edmond_voice .edmond_voice_tit {
  width: 217px;
  margin-bottom: 22px;
}
.edmond_voice .swiper-wrapper {
  padding-bottom: 70px;
}
.edmond_voice .edmond_voice_li-wrapper {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 15px;
}
.edmond_voice .edmond_voice_li-wrapper p {
  font-size: 0.8125rem;
}
.edmond_voice .edmond_voice_list {
  display: flex;
  justify-content: left;
  margin-bottom: 11px;
  align-items: center;
}
.edmond_voice .edmond_voice_img {
  width: 78px;
  margin-right: 14px;
}
.edmond_voice .attendance_txt {
  font-size: 0.75rem;
  color: #6A6A6A;
}
.edmond_voice .star {
  font-size: 0.75rem;
  color: #E69E48;
  margin-top: -5px;
}
.edmond_voice .star span {
  font-size: 1rem;
  margin-left: 2px;
}
.edmond_voice .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 100;
  width: 1opx;
  height: 10px;
}
.edmond_voice .swiper-pagination-bullet-active {
  background: #FFE14E;
}

.edmond_yomikaki {
  background-color: #FFE14E;
}
.edmond_yomikaki .edmond_common_bg-green {
  margin-bottom: 30px;
}
.edmond_yomikaki h2 {
  margin-bottom: 50px;
}
.edmond_yomikaki ul li {
  background-color: #ffffff;
  border: solid 5px #22B5AE;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 50px;
  box-shadow: 18px 18px 0px 0px #22B5AE;
  width: 95%;
}
.edmond_yomikaki ul li .h5 {
  text-align: center;
  color: #22B5AE;
  margin-bottom: 20px;
}
.edmond_yomikaki .edmond_yomikaki_demo {
  width: 135px;
  margin-bottom: 15px;
}
.edmond_yomikaki .edmond_common_txt-medium {
  font-size: 1.375rem;
  text-align: center;
  line-height: 36px;
  margin-bottom: 20px;
}
.edmond_yomikaki .edmond_common_bg-orange {
  display: block;
}

.edmond_yomikaki.edmond_common_wrapper {
  padding-bottom: 1px;
}

.edmond_policy .edmond_policy_tit {
  margin-top: 80px;
  margin-bottom: 36px;
}
.edmond_policy .edmond_common_bg-yellow-txt-green {
  margin-bottom: 50px;
}
.edmond_policy ul li img {
  width: 206px;
  margin-bottom: 20px;
}
.edmond_policy ul li .h5 {
  text-align: center;
  margin-bottom: 50px;
}
.edmond_policy ul li:nth-of-type(1) .h5 {
  color: #E69E48;
}
.edmond_policy ul li:nth-of-type(2) .h5 {
  color: #22B5AE;
}
.edmond_policy ul li:nth-of-type(3) .h5 {
  color: #008CCF;
}
.edmond_policy .edmond_policy_triangle {
  width: 114px;
}

.edmond_trust {
  padding-top: 0;
}
.edmond_trust img {
  width: 100%;
  margin-bottom: 18px;
}
.edmond_trust .edmond_common_bg-orange {
  margin-bottom: 56px;
  display: block;
}
.edmond_trust .edmond_trust_alart {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: -25px;
}

.edmond_event {
  background-color: #E69E48;
  background: url(https://www.edmondo.jp/wp-content/themes/edmund/images/LP_250712/edmond_event_bg.png);
  background-size: 100%;
}
.edmond_event h4,
.edmond_event .edmond_common_sub-title {
  color: #ffffff;
}
.edmond_event .edmond_common_sub-first-list {
  width: 100%;
  margin: 38px auto 50px;
}
.edmond_event .edmond_common_sub-first-list img {
  margin-bottom: 50px;
}
.edmond_event span {
  text-align: center;
  color: #ffffff;
  display: block;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.edmond_faq {
  background-color: #FFE14E;
  /* 質問ボタン */
  /* デフォルト矢印（上向き） */
  /* 開いた時の矢印（下向き） */
}
.edmond_faq h4,
.edmond_faq .edmond_common_sub-title {
  color: #22B5AE;
}
.edmond_faq .edmond_faq_item {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.edmond_faq .q-mark,
.edmond_faq .a-mark {
  display: inline;
  font-size: 1.5rem;
  margin-right: 15px;
  text-align: center;
}
.edmond_faq .q-mark {
  color: #22B5AE;
}
.edmond_faq .edmond_faq_question,
.edmond_faq .edmond_faq_answer {
  display: flex;
}
.edmond_faq .edmond_faq_answer {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 24px;
}
.edmond_faq .a-mark {
  color: #E69E48;
  font-weight: 700;
}
.edmond_faq .edmond_faq_question .arrow {
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
}
.edmond_faq .edmond_faq_question .arrow i {
  font-size: 1em;
  color: #22B5AE;
}
.edmond_faq .edmond_faq_question.active .arrow i {
  transform: rotate(180deg);
}
.edmond_faq .edmond_faq_item {
  position: relative;
}
.edmond_faq .q-txt {
  margin-right: 25px;
}
.edmond_faq .arrow {
  position: absolute;
  right: 15px;
}
.edmond_faq .edmond_faq_question {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
}
.edmond_faq .edmond_faq_question .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #22B5AE;
  border-bottom: 3px solid #22B5AE;
  transform: rotate(135deg);
  /* 上向き（三角っぽく） */
  transition: transform 0.3s ease;
  right: 20px;
  top: 35px;
}
.edmond_faq .edmond_faq_item.open .edmond_faq_question .arrow {
  transform: rotate(-45deg);
  /* 下向き */
}

.edmond_outro {
  padding-bottom: 0;
}
.edmond_outro img {
  width: 80%;
}
.edmond_outro .koeteko_outro {
  margin-bottom: 30px;
}
.edmond_outro p,
.edmond_outro span {
  text-align: center;
  display: block;
}
.edmond_outro p {
  font-size: 0.9375rem;
  margin-bottom: 12px;
}
.edmond_outro span {
  font-size: 0.75rem;
  line-height: 20px;
  margin-bottom: 30px;
}

.sp_reserve {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.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;
  z-index: 99999;
}
.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;
}
@media (min-width: 768px) {
  .sp_reserve {
    display: none;
  }
}