@charset "UTF-8";
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.lp-body {
  background-color: #FFF;
}

.lp-body h4::after {
  display: none;
}

.head-img {
  width: 80%;
  margin: 9rem auto 0 auto;
}

.head-img img {
  width: 100%;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.p-header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background-color: #FFF;
  margin: 0 auto;
  box-sizing: border-box;
  height: 4.5vw;
  padding: 0 100px 0 10px;
}

@media screen and (max-width: 920px) {
  .p-header__inner {
    height: 86px;
  }
}

@media screen and (min-width: 1250px) {
  .p-header__inner {
    padding: 0 10%;
  }
}

.p-header__logo-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

@media screen and (max-width: 920px) {
  .p-header__logo-container {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}

.p-header__logo {
  width: 156px;
  height: fit-content;
}

@media screen and (max-width: 920px) {
  .p-header__logo {
    width: 133px;
  }
}

.p-header__logo img {
  width: 100%;
  height: auto;
}

.p-header__logo-text {
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 920px) {
  .p-header__logo-text {
    font-size: 10px;
    margin-top: -7px;
    white-space: nowrap;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .p-header__list {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

.p-header__list a {
  font-size: 16px;
  text-decoration: none;
  color: #3A3A3A;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0 24px;
}

@media screen and (max-width: 920px) {
  .p-header__list a {
    font-size: 12px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-header__list a {
    font-size: 11px;
  }
}

@media screen and (min-width: 921px) {
  .p-header__list li:first-of-type {
    border-right: 1px solid #3A3A3A;
  }
}

.p-header__item-icon {
  width: 24px;
  height: 24px;
}

.p-header__item-icon2 {
  width: 21px;
  height: 21px;
}

.p-header__item-icon img {
  width: 100%;
}

.p-header__inner__bottom {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background-color: #F6FCFE;
  box-sizing: border-box;
  padding: 0 100px 0 10px;
  height: 4.5vw;
}

body.lp-fixed .p-header__inner__bottom {
  position: fixed;
  top: 0;
}

.p-header__inner__bottom label {
  padding-top: 10px;
}

.p-header__inner__bottom label img {
  display: block;
}

.p-header__inner__bottom:has(input:checked) ul {
  display: block;
}

.p-header__inner__bottom input {
  opacity: 0;
  position: absolute;
}

@media screen and (max-width: 920px) {
  .p-header__inner__bottom {
    height: 56px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 921px) {
  .p-header__inner__bottom label {
    display: none;
  }
}

@media screen and (min-width: 1250px) {
  .p-header__inner__bottom {
    padding: 0 10%;
  }
}

.p-header__inner__bottom a {
  color: #0989B1;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .p-header__inner__bottom p {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
  }
}

@media screen and (min-width: 921px) {
  .p-header__inner__bottom p {
    text-align: center;
  }
  .p-header__inner__bottom p br {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .p-header__inner__bottom p {
    font-size: 20px;
  }
}

.p-header__list__bottom {
  display: flex;
  gap: 12px;
}

@media screen and (max-width: 920px) {
  .p-header__list__bottom {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 142px;
    background: #F6FCFE;
    padding: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .p-header__list__bottom {
    gap: 24px;
  }
}

.p-header__list__bottom a {
  color: #3A3A3A;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

@media screen and (max-width: 920px) {
  .p-header__list__bottom a {
    display: block;
    padding: .6em 0;
  }
}

@media screen and (min-width: 1100px) {
  .p-header__list__bottom a {
    font-size: 16px;
  }
}

.p-header__float {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #06B8EF;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 48px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  gap: 0;
  width: 95px;
  height: 100px;
  border-radius: 0 0 0 48px;
  padding-left: 12px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-header__float {
    width: 92px;
    font-size: 12px;
    height: 96px;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .p-header__float {
    width: 8%;
    height: 10vw;
    gap: 17px;
    pdding: 0;
  }
}

.p-header__float-icon {
  width: 59px;
}

.p-header__float-icon img {
  width: 100%;
}

@media screen and (max-width: 920px) {
  .p-header__float-icon {
    width: 40px;
  }
}

.lp-mv {
  width: 100%;
}

@media screen and (max-width: 920px) {
  .lp-mv {
    margin-top: 62px;
  }
}

@media screen and (max-width: 767px) {
  .lp-mv {
    margin-top: 142px;
  }
}

.lp-mv img {
  width: 100%;
}

.lp-mv h2 {
  color: #FFF;
  background-color: #0989B1;
  font-size: 88px;
  margin-top: -6px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .lp-mv h2 {
    font-size: 32px;
    padding: .3em 0;
    line-height: 1.4;
  }
}

.lp-mv h2 span {
  font-size: 44px;
}

@media screen and (max-width: 767px) {
  .lp-mv h2 span {
    font-size: 24px;
    display: block;
  }
}

.lp-cta-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F5F5F5;
  padding: 46px 0 40px 0;
}

.cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 680px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta-box {
    width: calc(100% - 20px);
  }
}

.cta-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.over-cta {
  font-size: 29px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #BB261A;
  margin-bottom: 23px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .over-cta {
    font-size: 21px;
  }
}

@media screen and (max-width: 400px) {
  .over-cta {
    font-size: 18px;
  }
}

.over-cta:before, .over-cta:after {
  color: #3A3A3A;
  position: absolute;
}

.over-cta:before {
  content: '＼';
  margin-left: -1.1em;
  transform: rotate(20deg);
}

.over-cta:after {
  content: '／';
  margin-left: -.2em;
  transform: rotate(-20deg);
}

.lp-cta {
  background-color: #BB261A;
  color: #FFF !important;
  border-radius: 84px;
  font-size: 32px;
  font-weight: 600;
  padding: 5% 7%;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 2px;
  margin-bottom: 27px;
}

.popup-text {
  text-align: left;
  padding: 1% 2%;
  box-sizing: border-box;
}

.popup-text h3 {
  color: #BB261A;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

.popup-text ul {
  line-height: 2;
  margin-bottom: 20px;
}

.popup-text p {
  line-height: 2;
  margin: 15px auto;
}

.off {
  background: #cc0000;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 3px !important;
  margin-bottom: 5px !important;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 800px) {
  .visible-phone .buy {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .lp-cta {
    font-size: 22px;
  }
}

@media screen and (max-width: 400px) {
  .lp-cta {
    font-size: 17px;
  }
}

.info-btn {
  background-color: #CEEFFD;
  border-radius: 88px;
  color: #3A3A3A;
  font-size: 18px;
  text-align: center;
  padding: 1% 7%;
  letter-spacing: 1.5px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  width: 70%;
  max-width: 580px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}

.info-btn::after {
  content: "＞";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .info-btn {
    font-size: 16px;
    width: calc(100% - 30px);
  }
}

.info-btn span {
  color: #868686;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .info-btn span {
    font-size: 12px;
  }
}

.feature-container {
  background-color: #FFF;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .feature-container {
    padding: 30px 0;
  }
}

.box-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  row-gap: 32px;
}

@media screen and (max-width: 767px) {
  .box-list {
    flex-direction: column;
    gap: 18px;
  }
}

.box-list li {
  width: 30%;
  background-color: #0989B1;
  color: #FFF;
  border-radius: 10px;
  text-align: center;
  height: 222px;
  padding: 21px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .box-list li {
    width: 100%;
    height: 202px;
    padding: 30px 0;
  }
}

.box-list li:last-of-type {
  width: 100%;
  background-color: #EAEAEA;
  color: #3A3A3A;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 20px;
  padding: 21px 20px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .box-list li:last-of-type {
    font-size: 16px;
  }
}

.box-list li:last-of-type p {
  font-size: 18px;
  font-weight: bold;
}

.box-list li:last-of-type span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .box-list li:last-of-type span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .box-list li:last-of-type {
    flex-direction: column;
    padding: 21px 20px;
  }
}

.box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .box-title {
    margin-bottom: 8px;
  }
}

.box-txt {
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1.8;
  width: 85%;
  margin: 0 auto;
}

.box-txt b {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .box-txt b {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .box-txt {
    font-size: 20px;
  }
}

.box-txt span {
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .box-txt span {
    font-size: 24px;
  }
}

.feature-icon {
  width: 40px;
}

.feature-icon img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .feature-icon {
    width: 32px;
  }
}

.box-title p {
  font-size: 19px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .box-title p {
    font-size: 18px;
  }
}

.feature-number {
  background-color: #F0FAFE;
  padding: 60px 0;
}

.feature-number h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #3A3A3A;
  text-align: center;
  margin: 0 auto 38px auto;
}

@media screen and (max-width: 767px) {
  .feature-number h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature-number ul + h3 {
    font-size: 14px;
  }
}

.number-box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 63px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .number-box {
    flex-direction: column;
    gap: 35px;
  }
}

.number-box li h4 {
  font-size: 24px;
  color: #607D8B;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .number-box li h4 {
    font-size: 18px;
  }
}

.nub-txt {
  font-size: 69px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #FF6D00;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .nub-txt {
    font-size: 60px;
  }
}

.nub-txt span {
  font-size: 33px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .nub-txt span {
    font-size: 20px;
  }
}

.under-num {
  font-size: 20px;
  color: #607D8B;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .under-num {
    font-size: 16px;
  }
}

.feature-number-img {
  margin: 0 auto 20px auto;
  width: fit-content;
}

.feature-number-txt {
  font-size: 14px;
  line-height: 2;
  color: #707070;
  letter-spacing: 1.5px;
  margin: 0 auto;
  width: 62%;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .feature-number-txt {
    font-size: 12px;
    width: auto;
    margin: 0 20px;
  }
}

.feature-about {
  padding: 70px 0;
}

.lined {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #3A3A3A;
  margin: 0 auto 64px auto;
  text-align: center;
  position: relative;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .lined {
    font-size: 18px;
    margin: 0 auto 30px;
  }
}

.lined::before {
  content: "";
  width: 80px;
  height: 6px;
  background-color: #0989B1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .lined::before {
    height: 4px;
    width: 48px;
    top: -20px;
  }
}

.about-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 160px auto;
  width: 65%;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .about-link {
    flex-direction: column;
    gap: 20px;
  }
}

.about-link a {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CEEFFD;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #3A3A3A;
  border-radius: 16px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.23);
  position: relative;
}

.about-link a::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #3A3A3A;
  border-bottom: 2px solid #3A3A3A;
}

@media screen and (max-width: 767px) {
  .about-link a {
    height: 100px;
    font-size: 20px;
  }
}

.about-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  gap: 150px;
}

@media screen and (max-width: 767px) {
  .about-container {
    width: 100%;
    gap: 70px;
  }
}

.about-container li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .about-container li {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .about-container li:nth-child(2) {
    flex-direction: row-reverse;
  }
}

.about-txt-box {
  width: 63%;
}

@media screen and (max-width: 767px) {
  .about-txt-box {
    width: calc(100% - 40px);
  }
}

.about-img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .about-img {
    width: calc(100% - 40px);
  }
}

.about-img img {
  width: 100%;
}

.about-num {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(12, 134, 172, 0.16);
  line-height: 1;
}

.about-txt-box h4 {
  font-size: 28px;
  color: #0989B1;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 37px;
}

.about-txt {
  font-size: 16px;
  line-height: 2.1;
  color: #3a3a3ae8;
  letter-spacing: 1.5px;
}

.feature-class {
  background-color: #F0FAFE;
  padding: 80px 0;
}

.six-class {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  width: 60%;
  row-gap: 16px;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .six-class {
    width: calc(100% - 40px);
    gap: 10px;
  }
}

.six-class li {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  width: 200px;
  height: 225px;
  border-radius: 8px;
  text-align: center;
  padding: 16px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .six-class li {
    width: calc(50% - 5px);
  }
}

.six-class-img {
  width: 120px;
}

.six-class-img img {
  width: 100%;
}

.six-class li p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 1rem auto;
}

.onayami {
  background-color: #F0F0F0;
  padding: 80px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .onayami {
    padding: 80px 20px 40px;
  }
}

.onayami-list {
  width: fit-content;
  margin: 0 auto;
}

.onayami-list li {
  font-size: 18px;
  letter-spacing: 2px;
  margin: 2rem auto 2rem 2rem;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .onayami-list li {
    font-size: 14px;
  }
}

.onayami-list li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/check.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: -50px;
}

@media screen and (max-width: 767px) {
  .onayami-list li::before {
    width: 24px;
    height: 24px;
    left: -35px;
  }
}

.tate-line {
  width: 4px;
  height: 93px;
  background-color: #3A3A3A;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .tate-line {
    height: 64px;
  }
}

.onayami h4 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #0989B1;
  margin: 0 auto 40px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .onayami h4 {
    font-size: 18px;
  }
}

.onayami-img-box {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .onayami-img-box {
    width: auto;
    flex-direction: column;
  }
}

.onayami-box {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .onayami-box {
    width: auto;
  }
}

.onayami-box ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .onayami-box ul {
    flex-direction: column;
    gap: 30px;
    width: 195px;
    margin: 0 auto;
  }
}

.onayami-box ul li {
  background-color: #999;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  width: 32%;
  border-radius: 5px;
  padding: 60px 25px 20px 25px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .onayami-box ul li {
    width: 100%;
    font-size: 14px;
    padding: 35px 15px 20px;
  }
  .onayami-box ul li br {
    display: none;
  }
}

.onayami-box ul li::before {
  content: "";
  background-image: url("../images/onayami-icon.png");
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 30%;
}

@media screen and (max-width: 767px) {
  .onayami-box ul li::before {
    width: 40px;
    top: -20px;
    height: 40px;
    left: calc(50% - 20px);
  }
}

.onayami-img {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .onayami-img {
    width: 135px;
    margin-left: auto;
  }
}

.onayami-img img {
  width: 70%;
}

.onayami-img-box p {
  font-size: 14px;
  letter-spacing: 2px;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .onayami-img-box p {
    margin: 20px 0 0;
  }
}

.two-power {
  text-align: center;
  background-color: #CEEFFD;
  padding: 70px 0 45px 0;
}

.two-power p {
  font-size: 18px;
  margin-top: -35px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .two-power p {
    margin: 0 0 30px;
    font-size: 14px;
  }
}

.power-img {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 53px auto;
}

.power-img img {
  width: 100%;
}

.power-box {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #B0E5FC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .power-box {
    flex-direction: column;
    width: calc(100% - 40px);
  }
}

.power-box-img {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .power-box-img {
    flex-direction: column;
    width: 218px;
  }
}

.power-box-img img {
  width: 100%;
}

.power-box-txt {
  font-size: 20px;
  line-height: 2;
  width: 65%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .power-box-txt {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .power-box-txt {
    width: calc(100% - 40px);
  }
}

.learn-about {
  background-color: #F0FAFE;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .learn-about {
    padding: 40px 10px 30px;
  }
}

.learn-about h3 {
  color: #0989B1;
  font-size: 28px;
  width: 80%;
  max-width: 1000px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .learn-about h3 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 50px;
  }
}

.learning-list {
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 1000px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .learning-list {
    width: 100%;
  }
}

.learning-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 5%;
}

@media screen and (max-width: 767px) {
  .learning-box {
    gap: 20px;
  }
}

.left-box {
  background-color: #FFF;
  border: 4px solid #0989B1;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  border-radius: 4px;
  text-align: center;
  padding: 5% 0;
}

@media screen and (max-width: 767px) {
  .left-box {
    width: 90px;
    font-size: 16px;
  }
}

.right-box {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .right-box {
    width: calc(100% - 110px);
  }
}

.learn-txt {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .learn-txt {
    font-size: 14px;
  }
}

.plus-mark {
  font-size: 72px;
  font-weight: 600;
  color: #0989B1;
  padding-left: 6%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .plus-mark {
    font-size: 56px;
  }
}

.right-box h4 {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  color: #0989B1;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .right-box h4 {
    font-size: 15px;
    line-height: 1.5;
  }
}

.tool-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  margin-bottom: 20px;
}

.tool-list li {
  background-color: #0989B1;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 1%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .tool-list li {
    font-size: 13px;
  }
}

.learn-about-bottom {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 1000px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .learn-about-bottom {
    width: 100%;
  }
}

.learn-about-txt {
  display: inline-block;
  position: relative;
  background-color: #8E8E8E;
  padding: 10px 15px;
  border-radius: 10px;
  line-height: 1.5;
  color: #FFF;
  width: 80%;
  font-size: 18px;
  padding: 2% 1%;
  box-sizing: border-box;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .learn-about-txt {
    font-size: 14px;
    z-index: 0;
    width: calc(100%- 170px);
  }
}

.learn-about-txt::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -18px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 25px solid #8E8E8E;
}

@media screen and (max-width: 767px) {
  .learn-about-txt::after {
    border-left: 35px solid #8E8E8E;
    right: -15px;
    z-index: -1;
    top: 10px;
  }
}

.learn-img {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .learn-img {
    width: 155px;
    margin-right: -20px;
  }
}

.learn-img img {
  width: 100%;
}

#skill {
  padding: 80px 0;
  background-color: #FFF;
}

.skill-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  justify-content: space-between;
  row-gap: 24px;
}

@media screen and (max-width: 767px) {
  .skill-box {
    flex-direction: column;
    width: calc(100% - 40px);
  }
}

.skill-box li {
  background-color: #F5F5F5;
  width: 49%;
  padding: 2%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .skill-box li {
    width: auto;
    padding: 20px;
  }
}

.skill-inner {
  height: 150px;
}

@media screen and (max-width: 767px) {
  .skill-inner {
    height: auto;
  }
}

.skill-num {
  font-size: 52px;
  color: rgba(12, 134, 172, 0.16);
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
}

.skill-box h4 {
  font-size: 21px;
  font-weight: 600;
  color: #0989B1;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .skill-box h4 {
    font-size: 19px;
    margin-bottom: 1em;
  }
}

.skill-txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .skill-txt {
    font-size: 14px;
  }
}

.lined-under {
  font-size: 16px;
  width: 80%;
  max-width: 550px;
  letter-spacing: 2px;
  margin: -30px auto 50px auto;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .lined-under {
    width: auto;
    margin: 0 20px 30px;
    font-size: 14px;
  }
}

#program {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #CEEFFD;
}

.section-title {
  width: 100%;
  color: #FFF;
  background-color: #0989B1;
  font-size: 36px;
  margin-top: -1px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.6;
  padding: 30px 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

.program-head {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 80%;
  max-width: 1000px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .program-head {
    flex-direction: column;
    width: calc(100% - 40px);
  }
}

.program-num {
  font-size: 20px;
  color: #0989B1;
  font-weight: 600;
  background-image: url("../images/wales.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-num span {
  font-size: 36px;
}

.program-title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  color: #3A3A3A;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .program-title h3 {
    font-size: 26px;
  }
}

.program-title p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .program-title p {
    font-size: 15px;
  }
}

.slide-box {
  background-color: #FFF;
  border-radius: 8px;
  width: 80%;
  max-width: 1000px;
  padding: 40px 30px;
  box-sizing: border-box;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .slide-box {
    width: calc(100% - 40px);
    padding: 30px 10px;
  }
}

.program-h4 {
  color: #0989B1;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 24px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .program-h4 {
    font-size: 18px;
  }
}

.slide-inner {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .slide-inner {
    overflow-x: auto;
    gap: 10px;
    margin-right: -10px;
  }
  .slide-inner img {
    min-width: 70vw;
  }
}

.slide-inner img {
  width: 24%;
}

.slide-txt-box {
  background-color: #FFF;
  border-radius: 8px;
  width: 80%;
  max-width: 1000px;
  padding: 40px 30px;
  box-sizing: border-box;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .slide-txt-box {
    width: calc(100% - 40px);
    font-size: 18px;
    padding: 30px 20px;
  }
}

.openVideo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 80%;
  max-width: 670px;
  background-color: #0989B1;
  color: #FFF;
  border-radius: 6px;
  font-size: 22px;
  padding: 1%;
  box-sizing: border-box;
  margin: 20px auto 35px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.33);
  margin-bottom: 100px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.popup.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  width: 560px;
  max-width: 90%;
  max-height: 90vh;
  box-sizing: border-box;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .openVideo {
    width: calc(100% - 40px);
    font-size: 16px;
    padding: 10px 0;
  }
}

.v-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.program-list {
  list-style: disc;
  padding-left: 20px;
}

.program-list li {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .program-list li {
    font-size: 14px;
  }
}

.txt-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.txt-list li {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
}

.program-margin {
  height: 60px;
}

.program-bottom-box {
  background-color: #F5F5F5;
  width: 80%;
  max-width: 1000px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3% 1%;
  box-sizing: border-box;
  margin: 60px auto;
}

.program-bottom-box p {
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 2;
  width: 95%;
}

.pace {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
}

.pace-top {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .pace-top {
    width: calc(100% - 40px);
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.pace-txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pace-txt {
    width: auto;
  }
}

.pace-img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .pace-img {
    width: auto;
  }
}

.pace-img img {
  width: 100%;
}

.pace-txt p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .pace-txt p {
    line-height: 1.85;
    font-size: 14px;
  }
}

.pace-style {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .pace-style {
    font-size: 18px;
  }
}

.pace-box {
  display: flex;
  width: 80%;
  max-width: 1000px;
  justify-content: space-between;
  margin-bottom: 80px;
}

.dailystudies {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .pace-box {
    width: calc(100% - 40px);
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
}

.pace-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.23);
  width: 31%;
  padding: 3% 2%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pace-box li {
    width: auto;
    padding: 20px;
  }
}

.pace-icon {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .pace-icon {
    margin-bottom: 10px;
  }
}

.pace-box li h3 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pace-box li h3 {
    margin-bottom: 10px;
  }
}

.pace-under-icon {
  color: #FFF;
  background-color: #0989B1;
  border-radius: 24px;
  font-size: 16px;
  padding: 1px 8%;
  box-sizing: border-box;
  letter-spacing: 2px;
}

.pace-box li h4 {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 30px auto 0 auto;
  border-top: 1px solid #C6C6C6;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pace-box li h4 {
    font-size: 14px;
  }
}

.pace-txt-bottom {
  width: 100%;
  background-color: #F0FAFE;
  font-size: 14px;
  height: 70px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1% 3%;
  box-sizing: border-box;
}

#price {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F0F0F0;
  padding-bottom: 86px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #price {
    padding-bottom: 50px;
  }
}

.price-img {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .price-img {
    margin-bottom: 40px;
  }
}

.price-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .off-txt-box {
    padding: 0 14px;
  }
}

.off-sub-txt {
  background-color: #F7A96E;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #3A3A3A;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .off-sub-txt {
    font-size: 26px;
  }
}

.off-txt {
  font-size: 76px;
  color: #FF6D00;
  font-weight: 600;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 767px) {
  .off-txt {
    font-size: 58px;
    white-space: nowrap;
  }
}

.off-txt span {
  font-size: 45px;
}

@media screen and (max-width: 767px) {
  .off-txt span {
    font-size: 28px;
  }
}

.price-txt {
  font-weight: 600;
  font-size: 64px;
  letter-spacing: 2px;
  color: #0989B1;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price-txt {
    font-size: 40px;
    position: relative;
    text-align: left;
    padding-left: 100px;
    box-sizing: border-box;
    white-space: nowrap;
    letter-spacing: 0;
  }
  .price-txt small {
    font-size: 18px;
    margin-top: -10px;
    display: block;
  }
}

.price-txt span {
  font-size: 28px;
  color: #3A3A3A;
}

@media screen and (max-width: 767px) {
  .price-txt span {
    font-size: 22px;
  }
}

.price-txt::before {
  content: "";
  background-image: url("../images/price-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 165px;
  display: inline-block;
  height: 54px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .price-txt::before {
    position: absolute;
    left: 0;
    width: 95px;
    top: .3em;
  }
}

.sub-price-txt {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 2px;
  color: #0989B1;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}

.sub-price-txt i {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .sub-price-txt {
    position: relative;
    padding-left: 100px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 28px;
  }
  .sub-price-txt small {
    display: inline;
    color: #3A3A3A;
    font-size: 20px;
  }
}

.sub-price-txt span {
  font-size: 27px;
  color: #3A3A3A;
}

@media screen and (max-width: 767px) {
  .sub-price-txt span {
    font-size: 17px;
    margin-left: -.5em;
  }
}

.sub-price-txt::before {
  content: "";
  background-image: url("../images/sub-price.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 138px;
  display: inline-block;
  height: 46px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .sub-price-txt::before {
    position: absolute;
    left: 0;
    margin-top: -.5em;
    width: 95px;
  }
}

.price-box {
  background-color: #FFF;
  border-radius: 16px;
  width: 80%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3%;
  box-sizing: border-box;
  margin-bottom: 49px;
}

@media screen and (max-width: 767px) {
  .price-box {
    width: calc(100% - 28px);
    align-items: flex-start;
    padding: 30px 20px 40px;
  }
}

.line-through {
  font-size: 28px;
  color: #707070;
  text-decoration: line-through;
}

@media screen and (max-width: 767px) {
  .line-through {
    font-size: 22px;
  }
}

.price-under-txt {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
}

#price h4 {
  font-size: 28px;
  color: #0989B1;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  width: 80%;
  max-width: 704px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #price h4 {
    font-size: 20px;
    width: calc(100% - 40px);
  }
}

.under-table {
  font-size: 16px;
  line-height: 3;
  letter-spacing: 2px;
  text-align: left;
  width: 80%;
  max-width: 700px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .under-table {
    font-size: 14px;
    width: calc(100% - 40px);
    line-height: 2;
  }
}

#price table {
  width: 80%;
  max-width: 700px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #price table {
    width: calc(100% - 40px);
  }
}

#price table th {
  background-color: #6A6A6A;
  color: #FFF;
}

#price table th,
#price table td {
  padding: 2% 5%;
  font-size: 16px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #price table th,
  #price table td {
    font-size: 14px;
  }
}

tbody tr:nth-child(odd) {
  background-color: #FFF;
}

tbody tr:nth-child(even) {
  background-color: #F0FAFE;
}

td {
  color: #3A3A3A;
  font-size: 16px;
}

.stepper {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 80%;
  max-width: 700px;
  margin-bottom: 86px;
}

@media screen and (max-width: 767px) {
  .stepper {
    width: calc(100% - 40px);
    flex-direction: column;
    gap: 30px;
  }
}

.stepper::before {
  content: "";
  position: absolute;
  top: 22px;
  /* circle の高さに合わせて調整 */
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  background: #0989B1;
  z-index: 0;
  width: 60%;
  max-width: 532px;
}

@media screen and (max-width: 767px) {
  .stepper::before {
    content: none;
  }
}

.step {
  text-align: center;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .step {
    position: relative;
    margin-left: 37px;
    display: block;
    padding-left: 80px;
  }
  .step:last-child:before {
    content: none;
  }
  .step:before {
    content: '';
    position: absolute;
    left: 26px;
    width: 5px;
    height: calc(100% + 30px);
    background: #0989B1;
  }
}

.circle {
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  background: #0989B1;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .circle {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.step-label {
  font-size: 18px;
  font-weight: 600;
  margin: 32px auto;
}

@media screen and (max-width: 767px) {
  .step-label {
    text-align: left;
    margin: 15px 0 10px;
  }
}

.step-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .step-icon img {
    margin: 0;
    width: 64px;
    height: auto;
  }
}

.tokuten {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
}

.tokuten-box {
  width: 90%;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .tokuten-box {
    width: calc(100% - 40px);
  }
}

.tokuten-box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .tokuten-box li {
    flex-direction: column;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .tokuten-txt-box {
    width: 60%;
  }
}

.tokuten-title {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .tokuten-title {
    flex-direction: column;
  }
}

.tokuten-num {
  width: 86px;
  height: 86px;
  border-radius: 48px;
  background-color: #0989B1;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
}

.tokuten-num span {
  font-size: 36px;
  line-height: 1;
}

.tokuten-title-txt {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .tokuten-title-txt {
    font-size: 16px;
  }
}

.tokuten-title-box h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #0989B1;
}

@media screen and (max-width: 767px) {
  .tokuten-title-box h3 {
    font-size: 22px;
  }
}

.tokuten-txt {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  font-weight: 500;
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .tokuten-txt {
    font-size: 14px;
  }
}

.tokuten-list li {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 20px;
}

.tokuten-list li h4 {
  font-size: 20px;
  color: #0989B1;
  letter-spacing: 2px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .tokuten-list li h4 {
    font-size: 18px;
  }
}

.tokuten-list li h4::before {
  content: "・";
}

.tokuten-list li p {
  padding-left: 20px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .tokuten-list li p {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .tokuten-img {
    width: 35%;
  }
}

.tokuten-img img {
  width: 100%;
}

.b-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0FAFF;
  gap: 8%;
  padding: 3% 5%;
  box-sizing: border-box;
  border: 1px dotted #0989B1;
  border-radius: 7px;
}

.b-box li {
  font-size: 20px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .b-box li {
    font-size: 14px;
  }
}

.y-bg {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline;
  background: #FFF242 no-repeat;
  background-size: 100% 3px;
  background-position: 0 100%;
}

.red-txt {
  color: #ED2E2E;
  font-weight: 600;
}

#voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F0FAFE;
}

.voice-txt {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}

.voice-txt:before, .voice-txt:after {
  content: 'ー';
}

@media screen and (max-width: 767px) {
  .voice-txt.a {
    padding: 0 2em;
  }
  .voice-txt.a:before, .voice-txt.a:after {
    position: absolute;
    top: 1em;
  }
  .voice-txt.a:before {
    left: 0;
  }
  .voice-txt.a:after {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .voice-txt {
    padding: 0 20px;
    font-size: 18px;
  }
}

.voice-box {
  background-color: #FFF;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 5%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .voice-box {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 20px;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .voice-txt-box {
    width: calc(100% - 100px);
  }
}

.voice-img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 767px) {
  .voice-img {
    width: 80px;
    height: 80px;
  }
}

.voice-img img {
  width: 120%;
}

.voice-comment {
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .voice-comment {
    font-size: 14px;
  }
}

.attribute {
  font-size: 21px;
  color: #828282;
}

@media screen and (max-width: 767px) {
  .attribute {
    font-size: 16px;
  }
}

.voice-detail {
  width: 100%;
  background-color: #FFF;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .voice-detail {
    margin-top: 30px;
  }
}

.voice-detail-txt {
  font-size: 26px;
  color: #0989B1;
  letter-spacing: 2px;
  font-weight: 600;
  width: 70%;
  max-width: 650px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .voice-detail-txt {
    width: calc(100% - 40px);
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.detail-box {
  width: 80%;
  max-width: 900px;
  background-color: #D9D9D9;
  height: 776px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .detail-box {
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 340 / 221;
    margin-bottom: 30px;
  }
}

#faq-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
}

.faq {
  width: 80%;
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .faq {
    width: calc(100% - 40px);
  }
}

.faq-header {
  background-color: #F0FAFE;
  display: flex;
  align-items: center;
  border-radius: 8px;
  gap: 12px;
  padding: 2% 4%;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .faq-header {
    margin-bottom: 20px;
  }
}

.faq-icon {
  width: 36px;
  height: 36px;
  display: block;
}

.faq-header h3 {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .faq-header h3 {
    font-size: 16px;
  }
}

.faq-content {
  display: none;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 21px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.faq-header::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0989B1;
  border-bottom: 2px solid #0989B1;
  transform: rotate(45deg);
  margin-left: auto;
}

.faq-header.active::after {
  border: none;
  border-top: 2px solid #0989B1;
  border-left: 2px solid #0989B1;
}

.faq-sub-item .faq-answer {
  display: none;
  /* 初期非表示 */
  padding: 15px 0 8px 0;
  line-height: 1.5;
}

.faq-txt-under {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
  margin: 45px auto 24px auto;
}

/* 2階層目のサブアイテム */
.faq-sub-item {
  background: #F0F0F0;
  padding: 20px;
  margin-bottom: 18px;
  font-size: 16px;
  border-radius: 8px;
}

/* 質問部分 */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  line-height: 2;
}

.faq-question span,
.faq-answer span {
  color: #0989B1;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
}

/* 矢印 */
.faq-question::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0989B1;
  border-bottom: 2px solid #0989B1;
  transform: rotate(45deg);
  margin-left: auto;
}

.faq-question.active::after {
  border: none;
  border-top: 2px solid #0989B1;
  border-left: 2px solid #0989B1;
}

/* 回答部分 */
.faq-answer {
  display: none;
  /* 初期非表示 */
  padding: 10px 16px;
  line-height: 1.5;
  border-top: 1px solid #b9b9b9;
  margin-top: 10px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .faq-txt-under {
    margin: 0 20px 30px;
    font-size: 14px;
    line-height: 1.85;
  }
}

.faq-cta {
  width: 80%;
  max-width: 800px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .faq-cta {
    width: calc(100% - 40px);
  }
}

.faq-cta a {
  background-color: #0989B1;
  color: #FFF;
  display: block;
  border-radius: 84px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 5% 3%;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .faq-cta a {
    font-size: 17px;
    letter-spacing: 0;
    width: auto;
  }
}

.bottom-img {
  width: 90%;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .bottom-img {
    width: calc(100% - 40px);
  }
}

.bottom-img img {
  width: 100%;
}

.dailystudies {
  display: flex;
  flex-direction: column;
}

.dailystudies h2 {
  font-size: 2.4rem;
  font-weight: bold;
  background: none;
  color: inherit;
  margin: 50px 0 30px;
  padding: 0;
  text-align: center;
}

.arrow img {
  width: 100%;
}

.btn_purchase a {
  text-decoration: none;
}

.c_anchor {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -4.5vw;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -76px;
  }
}

.program-list > p {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.l-footer {
  background: #0989B1;
}

.l-footer * {
  color: #fff;
}

.l-footer a {
  text-decoration: none;
}

.f-nav {
  background: #06627E;
}

.f-inner {
  width: 1124px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}

.f-inner p {
  font-weight: bold;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .f-inner p {
    font-size: 28px;
  }
}

@media screen and (min-width: 921px) {
  .f-inner p {
    margin-top: 2em;
  }
}

.f-inner.a {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}

@media screen and (max-width: 920px) {
  .f-inner.a {
    flex-direction: column;
    padding: 50px 0;
    gap: 20px;
  }
}

@media screen and (min-width: 921px) {
  .f-inner.a p {
    width: calc(100% - 600px);
  }
  .f-inner.a .right {
    width: 560px;
  }
}

.f-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.f-link li {
  width: calc(50% - 10px);
}

.f-link li:nth-child(3) {
  width: 100%;
}

.f-link a {
  display: block;
  border: solid 3px #fff;
  border-radius: .5em;
  font-size: 20px;
  background: #06627E;
  padding: .8em 0;
  position: relative;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .f-link a {
    font-size: 18px;
  }
}

.f-link a:before {
  content: '';
  position: absolute;
  width: .5em;
  height: .5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 1em;
  top: 1.2em;
  transform: rotate(45deg);
}

.f-tel {
  text-align: left;
}

.f-tel a {
  font-size: 60px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .f-tel a {
    font-size: 9vw;
  }
}

.f-tel img {
  width: 1.13em;
  vertical-align: middle;
  margin-right: .5em;
}

.f-tel small {
  display: block;
  font-size: 20px;
  text-align: left;
  padding-left: 110px;
}

@media screen and (max-width: 767px) {
  .f-tel small {
    font-size: 4vw;
    padding-left: 15vw;
  }
}

.f-nav {
  padding: 60px 0;
  font-size: 18px;
}

.f-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
}

.f-copy {
  text-align: center;
  background: #03313F;
  padding: 1em;
  font-size: 12px;
  font-weight: bold;
}

.lp-low {
  position: relative;
  margin-bottom: 80px;
}

.img1 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .lp-low {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 920px) {
  .lp-low {
    margin-top: 62px;
  }
}

@media screen and (max-width: 767px) {
  .lp-low {
    margin-top: 142px;
  }
}

.lp-low .ttl {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 4vw;
  font-size: 36px;
}

@media screen and (max-width: 920px) {
  .lp-low .ttl {
    font-size: 30px;
    bottom: 50%;
    transform: translateY(50%);
  }
}

.lp-low img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 920px) {
  .lp-low img {
    height: 150px;
  }
}

.lp-inner {
  width: 840px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  color: #3A3A3A;
}

.lp-form section {
  border-top: solid 1px #C2C2C2;
  padding: 60px 0 20px;
}

.lp-form section:first-of-type {
  padding-top: 0;
  border: none;
}

.lp-form .ttl {
  font-weight: bold;
  color: #0989B1;
  display: flex;
  gap: 1em;
  align-items: center;
  font-size: 24px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .lp-form .ttl {
    font-size: 18px;
  }
}

.lp-form .ttl img {
  width: 1.66em;
}

.lp-form p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .lp-form p {
    font-size: 14px;
  }
}

.lp-form p b {
  font-weight: bold;
  font-size: 1.33em;
}

.lp-form p em {
  display: block;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .lp-form p em {
    font-size: 20px;
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 767px) {
  .lp-form p small {
    display: block;
  }
}

.lp-form table {
  margin-top: 30px;
  width: 100%;
}

.lp-form th {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .lp-form th {
    font-size: 18px;
    width: 300px;
  }
}

.lp-form td {
  padding: 0 0 2em;
}

@media screen and (max-width: 767px) {
  .lp-form th, .lp-form td {
    float: left;
    width: 100%;
  }
}

.lp-form .haveto, .lp-form .any {
  position: absolute;
  right: 5em;
  font-size: 13px;
  color: #fff;
  background: #8C8C8C;
  border-radius: .2em;
  padding: .2em .5em .1em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .lp-form .haveto, .lp-form .any {
    right: 0;
  }
}

.lp-form .wpcf7-form-control-wrap {
  display: inline-block;
  margin-right: 5px;
}

.lp-form .haveto {
  background: #FF6D00;
}

.lp-form td input, .lp-form td textarea {
  width: 100%;
  background: #F2F2F2;
  border: solid  1px #C7C7C7;
  padding: .8em 1em;
  box-sizing: border-box;
}

.lp-form #formbtn {
  display: block;
  margin: 35px auto;
  background: #FF6D00;
  width: 691px;
  max-width: 100%;
  color: #fff;
  font-weight: bold;
  border: none;
  font-size: 20px;
  padding: .8em 0;
}

.lp-form .wpcf7 {
  text-align: center;
}

.lp-envi {
  margin-bottom: 80px;
}

.lp-envi p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .lp-envi p {
    font-size: 14px;
  }
}

.lp-envi .ttl {
  color: #0989B1;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-left: 1.3em;
  margin: 1.5em 0 .6em;
}

@media screen and (max-width: 767px) {
  .lp-envi .ttl {
    font-size: 22px;
  }
}

.lp-envi .ttl:before {
  content: '';
  position: absolute;
  background: #0989B1;
  width: 1em;
  height: .25em;
  top: .5em;
  left: 0;
}

.lp-envi dl {
  background: #F5F5F5;
  padding: 35px 55px;
  border-radius: 8px;
  margin: 20px 0 50px;
}

@media screen and (max-width: 767px) {
  .lp-envi dl {
    padding: 35px 20px;
  }
}

.lp-envi dl.a dd + dt {
  border-top: solid 1px #D9D9D9;
  padding-top: 25px;
  margin-top: 20px;
}

.lp-envi dt {
  color: #0989B1;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .lp-envi dt {
    font-size: 19px;
  }
}

.lp-envi dd {
  line-height: 2;
}

.lp-envi dd + dt {
  margin-top: 40px;
}

.lp-app {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .lp-app {
    width: 1118px;
  }
}

.lp-app * {
  box-sizing: border-box;
}

.lp-app .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  letter-spacing: .08em;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .lp-app .ttl {
    font-size: 20px;
  }
}

.lp-app .ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -1em;
  width: 3.33em;
  height: .25em;
  background: #0989B1;
}

.lp-app .msg {
  text-align: center;
  max-width: 723px;
  background: #F5F5F5;
  margin: 0 auto 40px;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .08em;
  gap: 1em;
  padding-left: 10%;
}

@media screen and (max-width: 767px) {
  .lp-app .msg {
    font-size: 22px;
    padding: 20px;
  }
}

.lp-app .msg em {
  color: #FF6D00;
}

.lp-app .msg img {
  width: 2.57em;
}

.lp-app .list {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .lp-app .list {
    flex-direction: column;
  }
}

.lp-app .list dl {
  border-radius: 10px;
  background: #F5F5F5;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lp-app .list dl {
    width: calc(23% - 30px);
  }
}

.lp-app .list dl:first-child:before {
  content: none;
}

@media screen and (min-width: 768px) {
  .lp-app .list dl:last-child {
    width: calc(26% - 30px);
  }
}

.lp-app .list dl:last-child dt {
  background: #FF6D00;
}

.lp-app .list dl:last-child:before {
  background: #FF6D00;
}

.lp-app .list dl:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 55px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #0989B1;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .lp-app .list dl:before {
    left: 50%;
    translate: -50% 0;
    top: -40px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 55px;
    height: 20px;
  }
}

.lp-app .list dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #0989B1;
  letter-spacing: .08em;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding-top: .3em;
}

.lp-app .list dt i {
  font-style: normal;
  font-size: 1.4em;
}

.lp-app .list dd {
  padding: 20px 15px;
}

.lp-app .list dd p {
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1em;
}

.lp-app .list dd small {
  font-size: 14px;
  display: block;
  margin-top: 2em;
}

.lp-app .note {
  font-size: 14px;
  line-height: 1.9;
}

.lp-app figure {
  margin: 60px 0 80px;
}

.lp-app figure img {
  width: 100%;
}

.lp-app tbody tr:nth-child(even) {
  background: none;
}

.lp-app table {
  width: 100%;
}

.lp-app .ttl2 {
  background: #0989B1;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: .5em 1em;
  position: relative;
  gap: 1em;
  padding-right: 55px;
  margin-bottom: 18px;
  cursor: pointer;
}

.lp-app .ttl2:before {
  content: '';
  position: absolute;
  font-size: 18px;
  width: .8em;
  height: .8em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 38px;
  top: 50%;
  transform: rotate(45deg) translateY(-0.8em);
}

.lp-app .ttl2.open + .qa {
  display: block;
}

.lp-app .qa {
  display: none;
}

.lp-app .qa > dl {
  background: #F0F0F0;
  padding: 20px;
  margin-bottom: 18px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .lp-app .qa > dl {
    font-size: 14px;
  }
}

.lp-app .qa > dl > dt, .lp-app .qa > dl > dd {
  position: relative;
}

.lp-app .qa > dl > dt:before, .lp-app .qa > dl > dd:before {
  content: 'Q';
  position: absolute;
  color: #0989B1;
  font-weight: bold;
  left: 0;
  font-size: 24px;
  top: 0;
  line-height: 1;
}

.lp-app .qa > dl > dt {
  font-weight: bold;
  padding-left: 32px;
  cursor: pointer;
  padding-right: 38px;
}

.lp-app .qa > dl > dt.open:after {
  border: none;
  border-top: 2px solid #0989B1;
  border-left: 2px solid #0989B1;
  margin-top: .35em;
}

.lp-app .qa > dl > dt.open + dd {
  display: block;
}

.lp-app .qa > dl > dt:after {
  content: '';
  position: absolute;
  font-size: 18px;
  width: .8em;
  height: .8em;
  border-bottom: 2px solid #0989B1;
  border-right: 2px solid #0989B1;
  right: 18px;
  top: 50%;
  transform: rotate(45deg) translateY(-0.8em);
}

.lp-app .qa > dl > dd {
  border-top: solid 1px #B9B9B9;
  padding: 15px 0;
  padding-left: 32px;
  margin-top: 15px;
}

.lp-app .qa > dl > dd:before {
  top: 16px;
  content: 'A';
}

.lp-app .qa .toggle {
  border: solid 1px #BEBEBE;
  padding: 1em;
  font-size: 14px;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .lp-app .qa .toggle {
    font-size: 13px;
  }
}

.lp-app .qa .toggle dt {
  color: #0944B1;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.lp-app .qa .toggle dt.open + dd {
  display: block;
  margin-top: 1em;
  line-height: 2;
}

.lp-app .qa dd dt:before, .lp-app .qa dd dd:before {
  content: none;
}

.lp-app .qa dd {
  display: none;
}

.lp-app .more {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .lp-app .more {
    font-size: 18px;
  }
}

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