@charset "utf-8";

/* =========================================================
 base
========================================================= */

@media screen and (min-width: 320px) {
}

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 768px) {
}


* {
  box-sizing: border-box;
}

html {
  color: #333;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, '游ゴシック体', YuGothic, 'Yu Gothic Medium', sans-serif;
  font-feature-settings: 'pkna';
  line-height: 1.8;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #346da7;
}

a img {
  transition: all 0.25s ease;
}

a:hover img {
  opacity: 0.7;
}

p {
  margin-top: 0;
}

img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 1em;
}


/* reset
--------------------------------------------------------- */
.ol,
.ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dl,
.dd {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: inherit;
}

.figure {
  margin: 0;
}

.em {
  font-style: normal;
}

.button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}

.table {
  width: 100%;
  border-collapse: collapse;
}


/* wrap
--------------------------------------------------------- */

.wrap_page {
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.wrap_main {
  width: 90%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}


/* common
--------------------------------------------------------- */
.mincho {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}


/* common_heading
--------------------------------------------------------- */
.common_heading_01 {
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.common_heading_01:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d00;
}

.common_heading_01__sub {
  color: #a6a6a6;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 0.5em;
}

.common_heading_01__samll {
  font-size: 0.7em;
}

.common_heading_02 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 1.3rem;
  line-height: 1.4;
  border-bottom: 2px solid #d00;
}


@media screen and (min-width: 768px) {
  .common_heading_01 {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }

  .common_heading_01:after {
    margin-top: 20px;
  }

  .common_heading_02 {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}


/* common_catch
--------------------------------------------------------- */
.common_catch_01 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.common_catch_small {
  font-size: 0.7em;
}


@media screen and (min-width: 768px) {
  .common_catch_01 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}


/* common_list
--------------------------------------------------------- */
.common_list li + li {
  margin-top: 10px;
}


/* common_margin
--------------------------------------------------------- */
.common_mt_01 {
  margin-top: 1em;
}
.common_mb_01 {
  margin-bottom: 1em;
}


/* common_text
--------------------------------------------------------- */
.common_text_center {
  text-align: center;
}


/* common_note
--------------------------------------------------------- */
.common_note_01 {
    color: #666;
    font-size: 0.7rem;
    line-height: 1.6;
}

/* common_btn
--------------------------------------------------------- */

.common_btn_01 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background-color: #00b980;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}

.common_btn_01:hover {
  opacity: 0.7;
}
/*
.common_btn_01 .lsf-icon {
  position: absolute;
  right: 6px;
  bottom: 50%;
  font-weight: normal;
  line-height: 1;
  transform: translateY(50%);
}
*/

@media screen and (min-width: 320px) {
  .common_btn_01 {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .common_btn_01 {
    padding-right: 70px;
    padding-left: 70px;
  }
}


/* common_trial_request_btn
--------------------------------------------------------- */
.common_trial_request_btn_area {
  margin-top: 30px;
  text-align: center;
}
.common_trial_request_btn {
  font-size: 1.3rem;
}

.common_trial_request_btn__main {
  font-size: 1.5em;
}

@media screen and (min-width: 768px) {
  .common_trial_request_btn_area {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .common_trial_request_btn {
    font-size: 1.6rem;
  }
}


/* common_block
--------------------------------------------------------- */

.common_block_01 {
  margin-bottom: 20px;
}

.common_block_01__title {
  padding: 10px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  background-color: #333;
}

.common_block_01__body {
  padding: 20px;
  background-color: #fff;
}



@media screen and (min-width: 768px) {
  .common_block{
    display: flex;
    gap: 15px;
    }
  .common_block_media{
    width: 50%;
  }
  .common_block_01__body {
    padding: 40px;
  }

}


/* common_show
--------------------------------------------------------- */

.common_show_md {
  display: none;
}


@media screen and (min-width: 768px) {

  .common_show_md {
    display: block;
  }

  .common_hide_md {
    display: none;
  }
}



/* =========================================================
 header
========================================================= */

.header {
  padding-top: 20px;
  text-align: center;
  background-image: url(/lp/images/common/header_bg_01.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
}

.header__logo {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.header__logo_subtext {
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: bold;
}
.header__logo_img {
  width: 126px;
  height: 36px;
}

.header__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.header__text_sub {
  font-size: 0.6em;
}

.header__text_main {
 color: #d00; 
}

.header__text_small {
  font-size: 0.7em;
}

.header__koza {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7)
}


@media screen and (min-width: 768px) {
  .header {
    padding-top: 40px;
  }

  .header__logo {
    margin-bottom: 20px;
  }

  .header__text {
     font-size: 3.5rem;
  }

  .header__koza {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}


/* =========================================================
 main
========================================================= */

.main {
  /*margin-bottom: 50px;*/
}

.main_bg_01 {
  background-color: #e6e6e6;
}

.main_body {
  padding-top: 40px;
  padding-bottom: 40px;
}


@media screen and (min-width: 768px) {
  .main {
    /*margin-bottom: 100px;*/
  }

  .main_body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


/* =========================================================
 footer
========================================================= */

.footer {

}

.footer__pagetop {
  background-color: #333;
  text-align: center;
}

.footer__pagetop a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer__pagetop a:hover {
  background-color: #666;
}

.footer__contents {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e6e6e6;
}

.footer__logo {
  margin-bottom: 20px;
  text-align: center;
}

.footer__links {
  font-size: 0.8rem;
  text-align: center;
}

.footer__copy {
  margin-top: 1em;
  color: #666;
  font-size: 0.7rem;
  text-align: center;
}


/* =========================================================
 trial
========================================================= */

.trial_img_01 {
  margin-bottom: 20px;
}


/* trial__request
--------------------------------------------------------- */
.trial__request {
  margin-top: 30px;
}

.trial__request_catch {
  display: flex;
  align-items: center;
}

.trial__request_catch:before {
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url(/lp/images/common/trial_ico_01.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}


@media screen and (min-width: 768px) {
  .trial__request {
    margin-top: 60px;
  }

  .trial__request_catch:before {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}


/* trial__form
--------------------------------------------------------- */
.trial__form {
  margin-top: 15px;
  padding: 20px;
  background-color: #fff;
}

.trial__form_set {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c6c6c6;
}

.trial__form_label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: bold;
}

.trial__form_input input {
  padding: 10px;
  border: 2px solid #c6c6c6;
}

.trial__form_input_email_01 {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

.trial__form_note_01 {
  margin-top: 0.5em;
  font-size: 0.8rem;
  color: #666;
}

.trial__form_error_message {
  margin-top: 1em;
  color: #d00;
}

.trial__form_btn {
  font-size: 1.2rem;
}

.trial__form_btn--etc {
  background-color: #4d4d4d;
}

@media screen and (min-width: 768px) {
  .trial__form {
    padding: 30px;
  }

  .trial__form_set {
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }

  .trial__form_label {
    width: 35%;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .trial__form_input {
    flex: 1;
  }

  .trial__form_input_email_01 {
    width: 80%;
  }

  .trial__form_btn {
    font-size: 1.5rem;
  }

}



/* trial__request_note
--------------------------------------------------------- */
.trial__request_note {
  padding: 20px;
  margin-top: 20px;
  border: 6px solid #fff;
}

.trial__request_note ul {
  margin-top: 0;
  margin-bottom: 0;
}

.trial__request_note__col_01 {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.trial__request_note__col_02 {
  font-size: 0.9rem;
}

@media screen and (min-width: 768px) {
  .trial__request_note {
    display: flex;
    align-items: center;
  }

  .trial__request_note__col_01 {
    width: 35%;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .trial__request_note__col_02 {
    flex: 1;
  }
}


/* trial__request_ssl
--------------------------------------------------------- */
.trial__request_ssl {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.trial__request_ssl__col_01 {
  width: 25%;
  margin-right: 10px;
}

.trial__request_ssl__col_02 {
  flex: 1;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .trial__request_ssl__col_01 {
    width: 120px;
    margin-right: 20px;
  }
}


/* trial__complete_sample
--------------------------------------------------------- */

.trial__complete_sample {
  margin-top: 40px;
}

.trial__complete_sample:before {
  content: '';
  display: block;
  width: 60%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: #a9a9a9;
}

.trial__complete_sample_btn {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .trial__complete_sample_btn {
    font-size: 1.5rem;
  }
}



/* =========================================================
 about_e_learning
========================================================= */
.about_e_learning__lead_col_01 {
  margin-bottom: 30px;
  text-align: center;
}

.about_e_learning__menu_title {
  font-size: 1rem;
  margin-bottom: 10px;
}

.about_e_learning__menu {
  margin-top: 30px;
}

.about_e_learning__menu_wrap {
  padding: 25px;
  margin-bottom: 10px;
  background-color: #efefef;
}

.about_e_learning__menu_item {
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
}

.about_e_learning__menu_item + .about_e_learning__menu_item {
  margin-top: 40px;
}

.about_e_learning__menu_item_title {
  margin: 1em 0 0.5em;
  font-size: 0.9rem;
  font-weight: bold;
}

.about_e_learning__menu_item_body {
  font-size: 0.82rem;
}


/* about_e_learning__user
--------------------------------------------------------- */
.about_e_learning__user {
  margin-top: 30px;
  position: relative;
}
.about_e_learning__user:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #333;
}
.about_e_learning__user_inner {
  width: 80%;
  margin: 0 auto;
}
.about_e_learning__user__maintitle {
  margin-bottom: 40px;
}
.about_e_learning__user__maintitle img {
  margin-bottom: 10px;
}
.about_e_learning__user__sec + .about_e_learning__user__sec {
  position: relative;
}
.about_e_learning__user__sec + .about_e_learning__user__sec:before {
  content: '';
  display: block;
  width: 60%;
  height: 1px;
  margin: 40px auto;
  background-color: #ccc;
}
.about_e_learning__user__sec_title {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: bold;
}
.about_e_learning__user__sec_title span {
  padding: 0.3em 0.7em;
  margin-right: 10px;
  color: #fff;
  font-size: 0.8em;
  background-color: #d00;
}


@media screen and (min-width: 768px) {

  .about_e_learning__lead {
    display: flex;
    align-items: center;
  }

  .about_e_learning__lead_col_01 {
    width: 38.3%;
    margin-right: 40px;
    margin-bottom: 0;
  }

  .about_e_learning__lead_col_02 {
    flex: 1;
  }

  .about_e_learning__menu {
    margin-top: 60px;
  }

  .about_e_learning__menu_wrap {
    display: flex;
    justify-content: space-between;
  }

  .about_e_learning__menu_item {
    width: 31%;
  }

  .about_e_learning__menu_item + .about_e_learning__menu_item {
    margin-top: 0;
  }

  .about_e_learning__user {
    margin-top: 60px;
  }

  .about_e_learning__user:after {
    width: 20px;
  }

  .about_e_learning__user__sec + .about_e_learning__user__sec {
    margin-top: 40px;
  }

  .about_e_learning__user__sec + .about_e_learning__user__sec:before {
    width: 50%;
    margin: 60px auto;
  }

  .about_e_learning__user__sec_inner {
    display: flex;
    justify-content: space-between;
  }

  .about_e_learning__user__sec_body {
    width: 60%;
  }

  .about_e_learning__user__sec_img {
    width: 36%;
  }

  .about_e_learning__user__sec_inner--type_02 .about_e_learning__user__sec_img {
    order: 1;
  }

  .about_e_learning__user__sec_inner--type_02 .about_e_learning__user__sec_body {
    order: 2;
  }


}




/* =========================================================
 about_sample
========================================================= */
.about_sample__images {
  text-align: center; 
}

.about_sample__images_ico_01 {
  margin-bottom: 10px;
}

.about_sample__images_ico_01 img {
  width: 54px;
}



@media screen and (min-width: 768px) {

  .about_sample__images {
    display: flex;
    align-items: center;
  }

  .about_sample__images_ico_01 {
    width: 40%;
    margin-bottom: 0;
  }

  .about_sample__images_ico_01 img {
    width: auto;
  }

  .about_sample__images_img_01 {
    flex: 1;
  }

}



/* =========================================================
 about_fs
========================================================= */

.about_fs {
  overflow: hidden;
}

.about_fs__sec {
  margin-bottom: 60px;
}

.about_fs__sec_col_01 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.about_fs__sec_col_01:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: -2;
  width: 200%;
  height: 100%;
  background-color: #1f1f1f;
}

.about_fs__sec_type_01 .about_fs__sec_col_01:before {
  left: -110%;
  transform:skewX(35deg);
}

.about_fs__sec_type_02 .about_fs__sec_col_01:before {
  right: -110%;
  transform:skewX(-35deg);
}

.about_fs__sec_col_01_inner,
.about_fs__sec_col_02 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.about_fs__img {
  text-align: center;
}

.about_fs__caption {
  margin-top: 10px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about_fs__sec {
    margin-bottom: 100px;
  }


  .about_fs__sec_type_01 .about_fs__sec_col_01:before {
    left: -120%;
  }

  .about_fs__sec_type_02 .about_fs__sec_col_01:before {
    right: -120%;
  }

}

@media screen and (min-width: 1024px) {
  .about_fs__sec {
    margin-bottom: 120px;
  }

  .about_fs__sec_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }

  .about_fs__sec_col_01 {
    width: 50%;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 0;
  }

  .about_fs__sec_col_01_inner {
    width: auto;
  }

  .about_fs__sec_col_02 {
    width: 44%;
    margin-right: 0;
    margin-left: 0;
  }


  .about_fs__sec_type_01 .about_fs__sec_col_01 {
    padding-left: 80px;
  }

  .about_fs__sec_type_02 .about_fs__sec_col_01 {
    padding-right: 80px;
  }

  .about_fs__sec_type_02 .about_fs__sec_col_01 {
    order: 2;
  }

  .about_fs__sec_type_02 .about_fs__sec_col_02 {
    order: 1;
  }


  .about_fs__img,
  .about_fs__caption {
    text-align: left;
  }

}



/* about_fs__e_learning
--------------------------------------------------------- */
.about_fs__e_learning {
  
}

.about_fs__e_learning .about_fs__sec_col_01 {
  margin-bottom: 60px;
  height: 200px;
}

.about_fs__e_learning__img {
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
  width: 300px;
}



@media screen and (min-width: 480px) {

  .about_fs__e_learning .about_fs__sec_col_01 {
    margin-bottom: 80px;
    height: 290px;
  }

  .about_fs__e_learning__img {
    width: 400px;
  }
}

@media screen and (min-width: 1024px) {

  .about_fs__e_learning .about_fs__sec_col_01 {
    margin-bottom: 0;
    height: 400px;
  }

  .about_fs__e_learning__img {
    width: 100%;
    right: 45%;
  }
}



/* =========================================================
 main_footer
========================================================= */
.main_footer {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/lp/images/common/footer_bg_01.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
}

.main_footer__catch {
  margin-bottom: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.main_footer__btn_area {
  text-align: center;
}

.main_footer__btn {
  font-size: 1.3rem;
}

.main_footer__btn:before {
  content: '';
  position: absolute;
  top: -30px;
  left: -20px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-image: url(/lp/images/common/footer_ico_01.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}


@media screen and (min-width: 768px) {

  .main_footer__catch {
    margin-bottom: 50px;
    font-size: 1.5rem;
  }

}

@media screen and (min-width: 1024px) {

  .main_footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .main_footer__catch {
    margin-bottom: 0;
  }

  .main_footer__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main_footer__btn:before {
    top: -50px;
    left: -40px;
    width: 90px;
    height: 90px;
  }

}



/* =========================================================
 sample
========================================================= */
.sample__img_area {
  text-align: center;
}

.sample__img_height{
  max-height: 260px;
}

.sample_btn_area {
  margin-bottom: 50px;
  text-align: center;
}

.sample__mov_body {
  margin-bottom: 10px;
}

.sample__mov {
  position: relative;
  width: 100%;
  padding-top: 56.2%;
  margin-bottom: 20px;
}

.sample__mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sample__mov_text_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sample__mov_text {
  margin-bottom: 15px;
}

.sample__mov_caption {
  font-size: 0.9rem;
  text-align: center;
}

.sample_more_btn {
  width: 100%;
  max-width: 380px;
}


@media screen and (min-width: 768px) {

  .sample_btn_area {
    margin-bottom: 80px;
  }

  .sample__mov_text_area {
    flex-direction: row;
  }

  .sample__mov_text {
    margin-right: 20px;
    margin-bottom: 0;
  }

}

@media screen and (min-width: 1024px) {

  .sample_btn_area {
    margin-bottom: 80px;
  }

  .sample__mov_body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sample__mov_area {
    flex: 1;
  }

  .sample__mov {
    margin-bottom: 0;
  }

  .sample__mov_text_area {
    flex-direction: column;
    width: 240px;
    margin-left: 20px;
  }

  .sample__mov_text {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .sample__mov_text_btn {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .sample__mov_caption {
    text-align: left;
  }

}


/* =========================================================
 digital_pamphlet
========================================================= */
.digital_pamphlet {
  margin-top: 40px;
}


.digital_pamphlet_item {
  margin-bottom: 40px;
}


@media screen and (min-width: 768px) {

  .digital_pamphlet:before {
    margin-bottom: 80px;
  }

  .digital_pamphlet_list {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    gap: 18px;
    margin-right: auto;
    margin-left: auto;
  }

  .digital_pamphlet_item {
    width: 32%;
    margin-bottom: 60px;
  }
}


/* =========================================================
 recommend_e_learning
========================================================= */
.recommend_e_learning {
  max-width: 1100px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
}

.recommend_e_learning__contents {
  position: relative;
  padding: 20px;
  margin-bottom: 10px;
  border: 6px solid #d7d7d7;
}
.recommend_e_learning__appeal{
  width:100%;
  text-align:center;
  margin-bottom:20px;
}
.recommend_e_learning__title {
  margin-bottom: 10px;
  text-align: center;
}

.recommend_e_learning__title_text {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
}

.recommend_e_learning__title_text:before {
  content: '';
  position: absolute;
  top: -64px;
  left: -20px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background-image: url(/lp/images/common/recommend_e_learning_ico_01.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

.recommend_e_learning__title_small {
  font-size: 0.7em;
}

.recommend_e_learning__menu_area {
  padding-top: 90px;
  margin-bottom: 10px;
  color: #1a1a1a;
  /* background-image: url(/lp/images/common/recommend_e_learning_ico_02.png); */
  background-image: url(/lp/images/common/logo_manabun.svg);
  background-position: top center;
  background-size: 88px;
  background-repeat: no-repeat;
}

.recommend_e_learning__menu dt {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.recommend_e_learning__menu dd {
  font-size: 1.2rem;
}

.recommend_e_learning__menu li {
  line-height: 1;
}

.recommend_e_learning__menu li + li {
  margin-top: 10px;
}

.recommend_e_learning__menu li:before {
  content: '\E029';
  margin-right: .3em;
  font-size: 130%;
  color: #d00;
  font-family: 'LigatureSymbols';
}

.recommend_e_learning__btn_area {
  text-align: center;
}

.recommend_e_learning__btn {
  width: 100%;
  max-width: 380px;
  padding-right: 0;
  padding-left: 0;
  font-size: 1.2rem;
}


@media screen and (min-width: 480px) {


  .recommend_e_learning__title {
    margin-bottom: -1em;
  }

  .recommend_e_learning__title_text {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1.6rem;
    background-color: #fff;
  }

  .recommend_e_learning__menu_area {
    padding-top: 0;
    padding-left: 40%;
    background-position: 10% center;
  }
}


@media screen and (min-width: 768px) {

  .recommend_e_learning__contents {
    padding: 40px;
  }
  .recommend_e_learning__appeal{
    margin-top:-40px;
  }

  .recommend_e_learning__title_text {
    font-size: 2rem;
  }

  .recommend_e_learning__title_text:before {
    top: -75px;
    left: -75px;
    width: 100px;
    height: 100px;
  }

  .recommend_e_learning__menu_area {
    margin-bottom: 30px;
    padding-left: 50%;
    background-position: 10% center;
    background-size: 130px;
    min-height: 130px;
  }


  .recommend_e_learning__btn {
    font-size: 1.4rem;
  }
}



@media screen and (min-width: 1024px) {
  .recommend_e_learning {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .recommend_e_learning__title_text {
    font-size: 2.6rem;
  }

  .recommend_e_learning__title_text:before {
    top: -75px;
    left: -75px;
  }

  .recommend_e_learning__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    flex-wrap:wrap;/* add 20260204 */
  }

  .recommend_e_learning__menu_area {
    flex: 1;
    margin-bottom: 0;
    padding-left: 30%;
    min-height: 130px;
  }


  .recommend_e_learning__btn {
    width: 380px;
  }
}




/* request_detail
--------------------------------------------------------- */

.request_benefits__main_title__sub,.request_detail__main_title__sub {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .request_benefits__main_title__sub,.request_detail__main_title__sub {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.text-center {
  text-align: center;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.request_detail_inner img {
  display: block;
  margin: 0 auto;
  padding: 24px 0;
}

.request_detail_inner .price {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin: 0 auto;
  max-width: 700px;
}

.request_detail_inner .price ul {
  color: #666;
  list-style: none;
  font-size: 14px;
  padding-left: 0;
}
.request_detail_inner .price .strong {
  font-size: 120%;
  font-weight: bold;
}

.request_detail_inner .flow {
  text-align: center;
}

.request_detail_inner .flow h2 {
  display: inline-block;
  border-bottom: 3px solid #333;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 40px 0 20px 0;
}

.request_detail_inner .box_child {
  position: relative;
  background: #f5f5f5;
  padding: 40px 20px 20px;
  margin: 35px 0;
}

.child_title__icon {
  position: absolute;
  top: 0;
  right: 50%;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #0089AC;
  border-radius: 30px;
  transform: translate(50%, -50%);
}

@media screen and (min-width: 1024px) {
  .text-center {
    font-size: 1.2rem;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }

  .request_detail_inner .flow h2 {
  font-size: 1.5rem;
  margin: 60px 0 30px 0;
}

  .request_detail_inner .price ul {
    /*
    display: flex;
    flex-wrap: wrap;
    */
  }

  .request_detail_inner .box_parent {
    display: flex;
    justify-content:space-between;
  }

  .request_detail_inner .box_child {
    width: 32%;
    position: relative;
  }

  .request_detail_inner .box_child p {
    flex-grow:1;
  }
}


.request_detail__main_title_red {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  background-color: #dd0000;
}

@media screen and (min-width: 768px) {
  .request_benefits__main_title {
    margin-bottom: 80px;
  }
}

.request_benefits__main_title:after {
  position: absolute;
  bottom: -20px;
  right: 50%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #0089AC transparent transparent transparent;
  transform: translateX(50%);
}

.request_detail__main_title_red:after {
  position: absolute;
  bottom: -20px;
  right: 50%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #dd0000 transparent transparent transparent;
  transform: translateX(50%);
}