/*個別対応*/
.banner {
  overflow: auto;
}
.banner .logo {
    max-width: 620px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 0;
}
@media (max-width: 992px) {
    .banner .logo {
        width: 80%;
        margin: 0 auto;
    }
}
.banner .main-visual {
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    display: flex;
    position: relative;
    z-index: -1;
}
@media (min-width: 992px) {
  .banner .main-visual {
    background-image: url(/assets/img/lp/index/main-visual.png);
    background-position: center;
    background-size: cover;
    height: 500px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .banner .main-visual {
    height: 580px;
  }
}
@media (min-width: 1700px) {
  .banner .main-visual {
    height: 680px;
  }
}
.banner .main-visual .main-visual-img-sp {
    display: none;
}
@media (max-width: 992px) {
  .banner .main-visual {
    margin: 0 auto;
  }
  .banner .main-visual .main-visual-img-sp {
      width: 100%;
      display: block;
  }
}
.banner .main-banner {
  max-width: 240px;
  margin: -60px auto 12px;
  padding: 10px;
  display: block;
  position: relative;
  transition: 0.5s;
  z-index: 0;
  color: #fff;
  background-color: #F72B7E;
  border: 2px solid #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.banner .main-banner:hover {
  color: #EF5DA8;
  background-color: #FFF;
  border: 2px solid #EF5DA8;
  opacity: 1;
}
@media (min-width: 992px) {
  .banner .main-banner {
    max-width: 380px;
    margin: -90px auto 50px;
    font-size: 24px;
  }
}
.main-content {
  margin: 0;
}

.header-section h2.title {
  font-size: 20px;
  margin: 0 0 15px;
}
.header-section h2.title span {
  line-height: 1.3;
  padding: 2px;
}
.header-section h2.title span.deco {
  background: linear-gradient(transparent 60%, #ff6 60%);
  line-height: 1;
}
@media (min-width: 992px) {
  .header-section h2.title {
    font-size: 20px;
    margin: 15px 0;
  }
  .header-section h2.title span {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 8px;
  }
}
.header-section .text {
  display: inline-block;
}
.header-section p.desc span.deco {
  background: linear-gradient(transparent 60%, #ff6 60%);
  line-height: 1;
}


.view-more-box {
  min-height: 89px;
  max-width: 342px;
  margin: 0 auto;
}
.view-more-box:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .view-more-box {
    max-width: 750px;
    margin: 0 15px;
  }
  .view-more-box:not(:first-child) {
    margin-top: 0;
  }
}

section.section-intro {
  padding: 20px 15px 0;
}
.section-intro .desc {
  position: relative;
  margin: 0 15px;
  background-color: #FFF;
}
@media (min-width: 992px) {
  section.section-intro {
    padding: 20px 15px;
  }
  .section-intro .desc {
    color: #444;
    line-height: 1.8;
    margin: 0 20px;
    text-align: center;
    border-radius: 44px;
  }
}
.section-intro_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
  margin: auto;
  padding: 15px 5px 0;
  max-width: 980px;
}
.section-intro_wrapper img {
  width: 45%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .section-intro_wrapper {
    padding: 20px;
  }
  .section-intro_wrapper img {
    width: 32%;
  }
}

.section-guide {
  position: relative;
  padding-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-guide {
    padding: 65px 0 20px;
  }
}
.section-guide_boxes-item {
  background-image: url(/assets/img/lp/index/img_bg-02-sp.png);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  max-width: 360px;
  margin-inline: auto;
  padding: 48px 20px 40px;
}
@media (min-width: 992px) {
  .section-guide_boxes-item {
    background-image: url(/assets/img/lp/index/img_bg-02-pc.svg);
    background-size: cover;
    max-width: 1024px;
    padding: 45px 55px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-guide_boxes-item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .section-guide_boxes-item .title {
    font-size: 28px;
    line-height: 39px;
  }
}
.section-guide_boxes-item .desc {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .section-guide_boxes-item .desc {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    top: 10px;
    margin: 10px 0 20px;
  }
}
.section-guide_boxes-item .highlight {
  font-size: 26px;
  line-height: 36px;
  color: #f72b7e;
  font-weight: 800;
}
@media (min-width: 992px) {
  .section-guide_boxes-item .highlight {
    font-size: 38px;
    line-height: 58px;
  }
}
.section-guide_boxes-item .mark {
  font-size: 16px;
  vertical-align: top;
  color: #f72b7e;
}

.section-method {
  position: relative;
  padding-top: 15px;
}
.section-method::before {
  content: "Method";
  position: absolute;
  font-family: "Aclonica";
  font-size: 72px;
  line-height: 95px;
  text-align: center;
  color: rgba(0, 0, 0, 0.03);
  top: 4px;
  left: 0%;
  -webkit-transform: rotate(-10.85deg);
          transform: rotate(-10.85deg);
}
@media (min-width: 992px) {
  .section-method::before {
    top: 5.6%;
    left: 6%;
  }
}
@media (min-width: 1599px) {
  .section-method::before {
    top: 5.6%;
    left: 15%;
  }
}
@media (min-width: 992px) {
  .section-method {
    padding: 40px 15px;
    margin-bottom: 0px;
  }
}
.section-method_boxes-item {
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  max-width: 360px;
  margin-inline: auto;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .section-method_boxes-item {
    max-width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 100%;
  }
}
@media (min-width: 1368px) {
  .section-method_boxes-item {
    padding: 40px;
    max-width: 1140px;
  }
}

.section-age .tab_wrap {
  width: 860px;
}
@media (max-width: 992px) {
  .section-age .tab_wrap {
    width: 100%;
  }
}
.section-age input[type="radio"] {
  display: none;
}
.section-age .tab_area {
  display: flex;
  gap: 1%;
}
.section-age .tab_area label {
  width: 25%;
  display: inline-block;
  padding: 12px 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  border-radius: 12px 12px 0px 0px;
}
@media (max-width: 992px) {
  .section-age .tab_area label {
    font-size: 18px;
  }
}
.section-age .tab_area label:hover {
  opacity: 0.5;
}
.section-age .panel_area {
  background: #FFF9E8;
  border-radius: 0px 0px 12px 12px;
}
.section-age .tab_panel {
  width: 100%;
  padding: 30px;
  display: none;
}
@media (max-width: 992px) {
  .section-age .tab_panel {
    padding: 20px 5px;
  }
}
.section-age .tab_panel p {
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  color: #595959;
}
.section-age .tab_panel ul {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  gap: 4%;
}
.section-age .tab_panel ul li {
  display: grid;
  align-items: center;
  text-align: center;
  width: 28%;
  background-color: #FFF;
  padding: 16px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .section-age .tab_panel ul {
    flex-wrap: wrap;
    font-size: 16px;
    gap: 2%;
  }
  .section-age .tab_panel ul li {
    width: 46%;
    padding: 12px 6px;
    margin-bottom: 10px;
  }
}
.section-age .tab_panel div.detail {
  display: flex;
  gap: 5%;
  margin: 30px;
}
.section-age .tab_panel div.detail img {
  width: 32%;
  border-radius: 10px;
}
.section-age .tab_panel div.detail p {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 992px) {
  .section-age .tab_panel div.detail {
    margin: 20px 10px;
  }
  .section-age .tab_panel div.detail img {
    width: 45%;
    height: 100%;
  }
  .section-age .tab_panel div.detail p {
    font-size: 14px;
  }
}
.section-age #tab1 ~ .tab_area .tab1_label {
  background: #F72B7E;
  color: #FFF;
  opacity: 0.3;
}
.section-age #tab1:checked ~ .tab_area .tab1_label {
  opacity: 1;
}
.section-age #tab1:checked ~ .panel_area #panel1 {
  display: block;
}
.section-age #tab1:checked ~ .panel_area #panel1 ul li {
  border: 4px solid #F72B7E;
  color: #F72B7E;
}
.section-age #tab2 ~ .tab_area .tab2_label {
  background: #FFBD38;
  color: #FFF;
  opacity: 0.3;
}
.section-age #tab2:checked ~ .tab_area .tab2_label {
  opacity: 1;
}
.section-age #tab2:checked ~ .panel_area #panel2 {
  display: block;
}
.section-age #tab2:checked ~ .panel_area #panel2 ul li {
  border: 4px solid #FFBD38;
  color: #FFBD38;
}
.section-age #tab3 ~ .tab_area .tab3_label {
  background: #1FCA3B;
  color: #FFF;
  opacity: 0.3;
}
.section-age #tab3:checked ~ .tab_area .tab3_label {
  opacity: 1;
}
.section-age #tab3:checked ~ .panel_area #panel3 {
  display: block;
}
.section-age #tab3:checked ~ .panel_area #panel3 ul li {
  border: 4px solid #1FCA3B;
  color: #1FCA3B;
}
.section-age #tab4 ~ .tab_area .tab4_label {
  background: #0D46B7;
  color: #FFF;
  opacity: 0.3;
}
.section-age #tab4:checked ~ .tab_area .tab4_label {
  opacity: 1;
}
.section-age #tab4:checked ~ .panel_area #panel4 {
  display:block;
}
.section-age #tab4:checked ~ .panel_area #panel4 ul li {
  border: 4px solid #0D46B7;
  color: #0D46B7;
}

.section-3 {
  background-color: #f5f5f5;
  position: relative;
}
.section-3 .decor-image {
  position: relative;
  z-index: 1;
}
.section-3 .decor-image.pc-decor {
  display: none;
}
.section-3 .decor-image.sp-decor {
  display: block;
  top: -18px;
  left: 6px;
  width: 97%;
}
.section-3 .decor-image.sp-decor.bottom-decor {
  top: 32px;
}
.section-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(/assets/img/lp/common/img-decor-section-top.png);
  background-size: cover;
  background-position: center top;
}
.section-3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(/assets/img/lp/common/img-decor-section-bottom.png) #f5f5f5;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 992px) {
  .section-3 {
    background-image: unset;
    background-color: #f5f5f5;
    margin: 0;
    padding: 60px 0 80px;
  }
  .section-3 .decor-image {
    max-width: 1300px;
    margin-inline: auto;
    position: relative;
    top: -42px;
    z-index: 1;
  }
  .section-3 .decor-image.pc-decor {
    display: block;
  }
  .section-3 .decor-image.sp-decor {
    display: none;
  }
  .section-3 .decor-image.bottom-decor {
    top: 79px;
  }
  .section-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(/assets/img/lp/common/img-decor-section-top.png);
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center top;
  }
  .section-3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(/assets/img/lp/common/img-decor-section-bottom.png) #f5f5f5;
    background-size: cover;
    background-position: center bottom;
  }
}
.section-3 .comment-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #2b2b2b;
}
@media (min-width: 992px) {
  .section-3 .comment-title {
    font-size: 32px;
    line-height: 43px;
  }
}
.section-3 .header-section {
  margin-top: 14px;
}
@media (min-width: 992px) {
  .section-3 .header-section::after {
    content: "Recommend";
    position: absolute;
    font-family: "Aclonica";
    font-size: 72px;
    line-height: 95px;
    text-align: center;
    color: rgba(0, 0, 0, 0.03);
    top: 4px;
    right: 3%;
    -webkit-transform: rotate(10.85deg);
            transform: rotate(10.85deg);
  }
}
.section-3 .sec-3-recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.section-3 .sec-3-recommend p {
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 100px 5px 15px;
  width: 120px;
  font-size: 12px;
}
.section-3 .sec-3-recommend .sec-3-recommend-type-01 {
  background-image: url(/assets/img/lp/index/img_recommend-01.png);
}
.section-3 .sec-3-recommend .sec-3-recommend-type-02 {
  background-image: url(/assets/img/lp/index/img_recommend-02.png?2025);
}
.section-3 .sec-3-recommend .sec-3-recommend-type-03 {
  background-image: url(/assets/img/lp/index/img_recommend-03.png);
}
.section-3 .sec-3-recommend .sec-3-recommend-type-04 {
  background-image: url(/assets/img/lp/index/img_recommend-04.png);
}
.section-3 .sec-3-recommend .sec-3-recommend-type-05 {
  background-image: url(/assets/img/lp/index/img_recommend-05.png);
}
@media (min-width: 992px) {
  .section-3 .sec-3-recommend {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .section-3 .sec-3-recommend p {
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 145px 12px 25px;
    width: 250px;
    font-size: 16px;
  }
}
.section-3 .sec-3-recommend-message {
  font-size: 16px;
  margin: 0 20px;
  font-weight: bold;
  line-height: 1.7;
}
@media (min-width: 992px) {
  .section-3 .sec-3-recommend-message {
    font-size: 18px;
  }
}
.section-3 .sec-3-recommend-message span {
  display: inline-block;
}
.section-3 .sec-3-recommend-message span.note {
  font-weight: normal;
  color: #666;
}

.section-impression {
  background-color: #f5f5f5;
  position: relative;
}
@media (min-width: 992px) {
  .section-impression {
    background-image: unset;
    background-color: #f5f5f5;
    margin: 0;
    padding: 60px 0 120px;
  }
}
.section-impression::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url(/assets/img/lp/common/img-decor-section-top.png);
  background-size: cover;
  background-position: center top;
}
.section-impression::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(/assets/img/lp/common/img-decor-section-bottom.png) #f5f5f5;
  background-size: cover;
  background-position: center bottom;
}
.section-impression .comment-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #2b2b2b;
}
@media (min-width: 992px) {
  .section-impression .comment-title {
    font-size: 32px;
    line-height: 43px;
  }
}
.section-impression__boxes .section-impression__boxes-item {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 3%;
  z-index: 1;
}
.section-impression__boxes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section-impression__boxes-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section-impression__boxes .comment-image {
  display: block;
  width: 25%;
  margin-top: 50px;
}
.section-impression__boxes .comment-text div span {
  display: inline-block;
}
.section-impression__boxes .comment-text div div {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 0;
}
.section-impression__boxes .comment-text div p {
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .section-impression__boxes {
    position: relative;
    z-index: 1;
  }
  .section-impression__boxes .comment-image {
    width: 30%;
    margin-top: 20px;
  }
  .section-impression__boxes .comment-text div {
    margin: 26px 62px;
  }
  .section-impression__boxes .comment-text div div {
    font-size: 18px;
  }
  .section-impression__boxes-item:nth-child(1) .comment-text {
    background-image: url(/assets/img/lp/index/img_lesson-comment-bg-pc-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }
  .section-impression__boxes-item:nth-child(2) .comment-text {
    background-image: url(/assets/img/lp/index/img_lesson-comment-bg-pc-02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }
  .section-impression__boxes-item:nth-child(3) .comment-text {
    background-image: url(/assets/img/lp/index/img_lesson-comment-bg-pc-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }
}

.section-5 {
  position: relative;
  margin-top: 23px;
}
.section-5 .header-section .desc {
  margin-top: 31px;
}
.section-5::before {
  content: "teachers";
  display: block;
  position: absolute;
  font-family: "Aclonica";
  font-size: 54px;
  line-height: 61px;
  color: rgba(0, 0, 0, 0.03);
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (min-width: 1368px) {
  .section-5::before {
    left: -13.2%;
    top: 73px;
  }
}
.section-5 .box-author__item {
  width: calc(50% - 4px);
}
@media (min-width: 992px) {
  .section-5 .box-author__item {
    width: calc(25% - 30px);
  }
}
.section-5 .box-author__item .avatar {
  padding: 0 9.5px;
}
@media (min-width: 992px) {
  .section-5 .box-author__item .avatar {
    padding: 0;
  }
}
.section-5 .box-author__item .name {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .section-5 .box-author__item .name {
    margin-top: 14px;
    font-size: 25px;
  }
}
.section-5 .btn-pink-rabbit {
  margin-top: 27px;
}
@media (min-width: 992px) {
  .section-5 .btn-pink-rabbit {
    margin: 36px auto 0;
  }
}
@media (min-width: 992px) {
  .section-5 {
    margin-top: 0;
  }
  .section-5 .header-section .desc {
    margin: 32px 0;
  }
}

.section-6 {
  background-color: #f5f5f5;
  margin: 34px 0 0;
  position: relative;
}
.section-6 .sp-decor {
  display: block;
  position: relative;
  top: -16px;
  left: 7px;
  width: 97%;
}
.section-6 .sp-decor.bottom-decor {
  display: block;
  z-index: 1;
  top: 7px;
}
.section-6 .pc-decor {
  display: none;
}
.section-6 .header-section {
  margin-top: 16px;
}
.section-6 .header-section .desc {
  margin-top: 31px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .section-6 .header-section .desc {
    margin-top: 32px;
    padding: 0 15px;
  }
  .section-6 .header-section .desc span:last-child {
    margin-top: 13px;
  }
}
.section-6 .section-6__middle {
  max-width: 100%;
  margin: 22px auto;
}
.section-6 .section-6__middle p {
  margin-top: 7px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .section-6 .section-6__middle {
    max-width: 1000px;
  }
}
.section-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(/assets/img/lp/common/img-decor-section-top.png);
  background-size: cover;
  background-position: center top;
}
.section-6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(/assets/img/lp/common/img-decor-section-bottom.png);
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 992px) {
  .section-6 {
    position: relative;
    background-image: unset;
    background-color: #f5f5f5;;
    padding: 90px 0;
  }
  .section-6 .sp-decor {
    display: none;
  }
  .section-6 .sp-decor.bottom-decor {
    display: none;
  }
  .section-6 .pc-decor {
    display: block;
  }
  .section-6 .section-6__middle {
    margin: 35px auto;
    max-width: 1107px;
  }
  .section-6 .section-6__middle p {
    margin-top: 13px;
    line-height: 30px;
  }
  .section-6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(/assets/img/lp/common/img-decor-section-top.png);
    background-size: cover;
    background-position: center top;
  }
  .section-6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(/assets/img/lp/common/img-decor-section-bottom.png);
    background-size: cover;
    background-position: center bottom;
  }
  .section-6 .decor-image {
    max-width: 1300px;
    margin-inline: auto;
    position: relative;
    top: -28px;
    z-index: 1;
  }
  .section-6 .decor-image.bottom-decor {
    top: 54px;
  }
}
.section-6 .coupon {
  width: 100%;
  display: block;
  margin: 12px auto;
}
@media (min-width: 992px) {
  .section-6 .coupon {
    margin: 44px auto 40px;
  }
}
.section-6 .txt-guide {
  margin-top: 5px;
  padding: 11px 0;
}
@media (min-width: 992px) {
  .section-6 .txt-guide {
    margin-top: 10px;
    padding: 11px 15px;
  }
}
.section-6 .btn-pink-rabbit {
  position: relative;
  z-index: 9;
  max-width: 100%;
  margin: 23px auto;
}
@media (min-width: 992px) {
  .section-6 .btn-pink-rabbit {
    margin: 39px auto 0;
  }
}

.section-7 .header-section {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .section-7 .header-section {
    margin-top: 52px;
  }
}

.section-7__list {
  background: #fffcee;
  padding: 16px;
}
.section-7__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 992px) {
  .section-7__list li {
    font-size: 24px;
    line-height: 1;
  }
}
.section-7__list li:not(:first-child) {
  margin-top: 13px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .section-7__list li:not(:first-child) {
    margin-top: 20px;
  }
}
.section-7__list .date {
  font-size: 16px;
}
@media (min-width: 992px) {
  .section-7__list .date {
    font-size: 24px;
    line-height: 1.3;
    max-width: 150px;
    width: 100%;
    margin-right: 30px;
    letter-spacing: 2px;
  }
}
.section-7__list .content {
  max-width: 231px;
  width: 100%;
  font-size: 16px;
}
.section-7__list .content a {
  text-decoration: underline;
}
@media (min-width: 480px) {
  .section-7__list .content {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  .section-7__list .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 820px;
    font-size: 24px;
    line-height: 1.4;
  }
}

.section-8 .header-section {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .section-8 .header-section {
    margin-top: -2px;
  }
}
.section-8 .partner {
  max-width: 100%;
}
.section-8 .partner .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-8 .partner .flex a {
  width: 40%;
  display: block;
  margin: 3px 5%;
}
.section-8 .partner .flex a img {
  display: inline-block;
}
.section-8 .partner .flex a:nth-child(odd) {
  text-align: right;
}
.section-8 .partner .flex a:nth-child(even) {
  text-align: left;
}
@media (min-width: 992px) {
  .section-8 .partner {
    max-width: 1120px;
    margin-top: 35px;
  }
  .section-8 .partner .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-8 .partner .flex a {
    width: auto;
    display: block;
    margin: 8px 13px;
  }
}

.section-9 {
  background-image: url(/assets/img/lp/common/img-bg-section-a-sp.png);
  background-size: 100%;
  padding: 40px 0 46px;
  padding: 0 16px;
}
.section-9 .header-section {
  margin-top: 42px;
}
@media (min-width: 992px) {
  .section-9 .header-section {
    margin-top: -17px;
  }
}
@media (min-width: 992px) {
  .section-9 {
    margin: 0;
    background-image: url(/assets/img/lp/common/img-bg-section-a-pc.png);
  }
}
.section-9 li {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-9 li {
    border-radius: 35px;
  }
}
.section-9 li:not(:first-child) {
  margin-top: 16px;
}
.section-9 .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fffcee;
  padding: 11px 16px 8px;
}
@media (min-width: 992px) {
  .section-9 .question {
    padding: 16px 60px;
  }
}
.section-9 .question .left {
  color: #23fff6;
}
.section-9 .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 16px 9px;
}
@media (min-width: 992px) {
  .section-9 .answer {
    padding: 24px 58px;
  }
}
.section-9 .answer .left {
  color: #ef5da8;
}
.section-9 .left {
  margin-right: auto;
}
@media (min-width: 992px) {
  .section-9 .left {
    max-width: 40px;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
  }
}
.section-9 .right {
  max-width: 286px;
  width: 100%;
  line-height: 23px;
}
@media (min-width: 480px) {
  .section-9 .right {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .section-9 .right {
    max-width: 100%;
    margin-left: 16px;
    font-size: 20px;
    line-height: 32px;
  }
}

.section-10 {
  padding-top: 42px;
  padding-bottom: 0 !important;
}
.section-10 li:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .section-10 li:not(:first-child) {
    margin-top: 25px;
  }
}
.section-10 .box-image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .section-10 .box-image {
    font-size: 32px;
    line-height: 44px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-10 .view-more-box {
  max-width: 740px;
  margin-inline: auto;
}
.section-10 .line-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-10 .header-line-decor {
  margin-top: 29px;
}
@media (min-width: 992px) {
  .section-10 .header-line-decor {
    margin-top: 53px;
  }
}
.section-10 .qr-text {
  font-size: 16px;
  font-weight: normal;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-10 .qr-text {
    font-weight: bold;
    font-size: 24px;
  }
}
.section-10 .qr-code {
  width: 200px;
  z-index: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (min-width: 992px) {
  .section-10 .qr-code {
    width: 200px;
    margin-top: 9px;
  }
}
