/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #000;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 400;
   font-size: 16px;
   letter-spacing: 0;
   line-height: 28px;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   position: relative;
   word-break: break-all;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 14px;
      line-height: 24px;
   }
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   box-sizing: border-box;
   position: relative;
   margin: 0 auto;
   padding: 0;
}

/*=============================================
 * header
 *=============================================*/
/*=============================================
 * footer
 *=============================================*/
/*=============================================
 * contents
 *=============================================*/
.section-space {
   padding: 100px 0 120px;
}

.cl-orange {
   color: #E85901;
}

.txt-c {
   text-align: center;
}

.h-32 {
   font-weight: 700;
   font-size: 32px;
   line-height: 44px;
   letter-spacing: 0;
}

@media screen and (max-width: 767px) {
   .section-space {
      padding: 40px 0 50px;
   }

   .h-32 {
      font-size: 26px;
      line-height: 36px;
   }
}

/* -- -- */
#brand {
   background-color: #fff;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
   padding: 25px 0;
}

#brand .brand-slider figure {
   margin-right: 40px;
}

#brand .brand-slider figure img {
   width: auto;
   height: 91px;
}

@media screen and (max-width: 767px) {
   #brand {
      padding: 15px 0;
   }

   #brand .brand-slider figure {
      margin-right: 20px;
   }

   #brand .brand-slider figure img {
      height: 71px;
   }
}

/* -- -- */
#problem {
   padding: 90px 0 0;
}

#problem h2 {
   padding-bottom: 30px;
}

#problem .box {
   width: 630px;
   background-color: #F4F4F4;
   font-weight: 700;
   font-size: 18px;
   line-height: 70px;
   border-radius: 10px;
   margin: 0 auto;
   padding: 55px 0 70px 85px;
   position: relative;
   box-sizing: border-box;
}

#problem .box ul li {
   background: url("../../lp/img/e-learning_2504/icon-check.webp") no-repeat top 23px left/24px auto;
   padding-left: 35px;
}

#problem .box figure {
   width: 304px;
   position: absolute;
   bottom: -20px;
   right: -148px;
}

#problem .arrow {
   width: 45px;
   margin: 0 auto;
   padding: 20px 0;
}

@media screen and (max-width: 1200px) {
   #problem .box figure {
      right: -120px;
   }
}

@media screen and (max-width: 1023px) {
   #problem .box figure {
      right: -20px;
   }
}

@media screen and (max-width: 767px) {
   #problem {
      padding-top: 40px;
   }

   #problem .box {
      width: auto;
      padding: 30px 20px;
   }

   #problem .box ul {
      font-size: 14px;
      line-height: 24px;
   }

   #problem .box ul li {
      background-size: 15px auto;
      background-position: top 4px left;
      padding-left: 20px;
   }

   #problem .box ul li+li {
      margin-top: 15px;
   }

   #problem .box figure {
      width: 206px;
      position: static;
      margin: 0 auto;
      padding-top: 10px;
   }

   #problem .arrow {
      width: 24px;
      padding: 10px 0;
   }
}

/* -- -- */
#training {
   background-color: #FBDECC;
   padding: 70px 0 80px;
}

#training figure {
   max-width: 812px;
   margin: 0 auto;
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #training {
      padding: 55px 0 80px;
   }

   #training figure {
      max-width: 290px;
      padding-top: 25px;
   }
}

/* -- -- */
#features {
   padding-top: 100px;
}

#features .box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 50px;
   max-width: 1106px;
   margin: 0 auto;
   padding-top: 60px;
}

#features .box .col {
   position: relative;
}

#features .box .inner {
   background-color: #F4F4F4;
   border-radius: 10px;
   padding: 50px 30px 48px;
}

#features .box .no {
   width: max-content;
   font-size: 50px;
   line-height: 64px;
   border-bottom: 2px solid #E85901;
   margin: 0 auto -32px;
   position: relative;
}

#features .box h3 {
   font-weight: 700;
   font-size: 18px;
   line-height: 28px;
   text-align: center;
}

#features .box .txt {
   padding-top: 20px;
   line-height: 31px;

}

#features .box figure {
   width: 216px;
   margin: -35px auto 0;
}

@media screen and (max-width: 1023px) {
   #features {
      padding-bottom: 120px;
   }

   #features .box {
      grid-template-columns: 335px;
      justify-content: center;
   }
}

@media screen and (max-width: 767px) {
   #features {
      padding: 40px 0 50px;
   }

   #features .box {
      grid-template-columns: 1fr;
      gap: 20px;
      padding-top: 30px;
   }

   #features .box .inner {
      height: auto !important;
      padding: 55px 30px 100px;
   }

   #features .box figure {
      width: 180px;
      margin-top: -75px;
   }
}

/* -- -- */
#examples .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   align-items: flex-start;
   gap: 40px;
   max-width: 1192px;
   margin: 0 auto;
   padding-top: 100px;
}

#examples .box .col {
   background-color: #F4F4F4;
   border-radius: 10px;
   padding: 50px 55px 40px;
}

#examples .box .col:nth-child(even) {
   margin-top: 40px;
}

#examples .box h3 {
   max-width: max-content;
   font-weight: 700;
   font-size: 24px;
   line-height: 35px;
   border-bottom: 1px solid #E95801;
   margin: 0 auto;
   padding-bottom: 5px;
}

#examples .box .list {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
   padding-top: 30px;
}

#examples .box .list .item {
   background-color: #fff;
   border-radius: 10px;
   padding: 30px 20px;
}

#examples .box .list h4 {
   font-weight: 700;
   text-align: center;
}

#examples .box .list ul {
   font-size: 14px;
   line-height: 24px;
   padding-top: 10px;
}

#examples .box .list ul li {
   text-indent: -16px;
   padding-left: 16px;
}

#examples .box .list.type1 {
   grid-template-columns: 160px 160px 190px;
   gap: 10px;
   margin: 0 -30px;
}

#examples .box .list.type1 .item {
   padding-right: 5px;
   padding-left: 5px;
}

#examples .box .tag {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 15px 10px;
   font-weight: 700;
   margin: 0 -30px;
   padding-top: 40px;
}

#examples .box .tag span {
   display: inline-block;
   background-color: #fff;
   padding: 0 16px;
   border-radius: 16px;
}

#examples .box .photo-1 {
   max-width: 355px;
   margin: -30px auto 0;
}

#examples .box .photo-2 {
   max-width: 325px;
   margin: -30px auto 0;
}

#examples .box .photo-3 {
   max-width: 355px;
   margin: 0 auto;
   padding-top: 35px;
}

#examples .box .photo-4 {
   max-width: 343px;
   margin: 0 auto;
   padding-top: 80px;
}

@media screen and (max-width: 1440px) {
   #examples .box .col {
      padding: 50px 40px;
   }

   #examples .box .list .item {
      padding: 30px 10px;
   }

   #examples .box .list.type1 {
      margin: 0;
   }
}

@media screen and (max-width: 1200px) {
   #examples .box .col {
      padding: 50px 20px;
   }

   #examples .box .list.type1 {
      grid-template-columns: repeat(2, 1fr);
   }

   #examples .box .tag {
      margin: 0;
   }
}

@media screen and (max-width: 1023px) {
   #examples .box .list {
      grid-template-columns: 1fr;
   }

   #examples .box .list.type1 {
      grid-template-columns: 1fr;
   }

   #examples .box .photo-1 {
      margin-top: -20px;
   }

   #examples .box .photo-2 {
      margin-top: -20px;
   }
}

@media screen and (max-width: 767px) {
   #examples .box {
      grid-template-columns: 1fr;
      gap: 20px;
      padding-top: 30px;
   }

   #examples .box .col {
      padding: 30px 20px;
   }

   #examples .box .col:nth-child(even) {
      margin: 0;
   }

   #examples .box h3 {
      font-size: 18px;
      line-height: 28px;
   }

   #examples .box .list {
      gap: 10px;
   }

   #examples .box .list .item {
      padding: 20px 10px;
   }

   #examples .box .list h4 {
      font-size: 14px;
      line-height: 24px;
   }

   #examples .box .list ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0 10px;
      max-width: max-content;
      font-size: 12px;
      line-height: 20px;
      margin: 0 auto;
   }

   #examples .box .tag {
      gap: 12px 6px;
      padding-top: 30px;
   }

   #examples .box .photo-1 {
      width: 227px;
      margin-top: 30px;
   }

   #examples .box .photo-2 {
      width: 215px;
      margin-top: 30px;
   }

   #examples .box .photo-3 {
      width: 233px;
      padding-top: 30px;
   }

   #examples .box .photo-4 {
      width: 212px;
      padding-top: 30px;
   }
}

/* -- -- */
#function h3 {
   font-weight: 700;
   font-size: 24px;
   line-height: 35px;
   letter-spacing: 0;
}

#function h3 span {
   font-size: 20px;
   line-height: 26px;
}

#function .block-1 {
   max-width: 1000px;
   margin: 0 auto;
}

#function .block-1 .box {
   padding-top: 60px;
}

#function .block-1 .box+.box {
   padding-top: 100px;
}

#function .block-1 h3 {
   display: flex;
   align-items: center;
   gap: 6px;
}

#function .block-1 h3 span {
   display: flex;
   align-items: center;
   gap: 6px;
   position: relative;
   top: 2px;
}

#function .block-1 h3 span:after {
   content: '';
   width: 36px;
   height: 0;
   border-top: 1px solid #E85801;
}

#function .block-1 .txt {
   padding-top: 30px;
   line-height:170%;
   font-size:18px;
}

#function .block-1 figure {
   width: 90%;
   margin: 0 auto;
   padding-top: 54px;
}

#function .block-2 {
   display: flex;
   justify-content: space-between;
   gap: 20px;
   max-width: 1000px;
   margin: 0 auto;
   padding-top: 100px;
}

#function .block-2 .col {
   display: flex;
   flex-direction: column;
   align-items: center;
   width:25%;
}

#function .block-2 h3 {
   display: flex;
   flex-direction: column;
   align-items: center;
   flex: 1 0 0;
   line-height: 27px;
}

#function .block-2 h3 span {
   display: flex;
   flex-direction: column;
   align-items: center;
}

#function .block-2 h3 span:after {
   content: '';
   width: 0;
   height: 36px;
   border-left: 1px solid #E85801;
   margin: 6px 0;
}

#function .block-2 h3 small {
   font-size: 14px;
}

#function .block-2 figure {
   text-align: center;
   padding-top: 25px;
}

#function .block-2 figure img {
   max-width: inherit;
   height: 105px;
}

@media screen and (max-width: 1023px) {
   #function .block-2 {
      flex-wrap: wrap;
   }

   #function .block-2 .col {
      width: calc(50% - 10px);
   }
}

@media screen and (max-width: 767px) {
   #function h3 {
      font-size: 18px;
      line-height: 28px;
   }

   #function h3 span {
      font-size: 16px;
      line-height: 20px;
   }

   #function .block-1 .box {
      padding-top: 30px;
   }

   #function .block-1 .box+.box {
      padding-top: 50px;
   }

   #function .block-1 h3 span:after {
      width: 30px;
   }

   #function .block-1 .txt {
      padding-top: 10px;
      line-height:160%;
      font-size:15px;
   }

   #function .block-1 figure {
      width: 100%;
      padding-top: 30px;
   }

   #function .block-2 {
      justify-content: center;
      gap: 45px 50px;
      padding-top: 50px;
   }

   #function .block-2 .col {
      width: auto;
   }

   #function .block-2 h3 span:after {
      height: 16px;
   }

   #function .block-2 figure {
      padding-top: 15px;
   }

   #function .block-2 figure img {
      height: 70px;
   }
}

/* -- -- */
#case {
   background-color: #F4F4F4;
}

#case .box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 40px;
   padding-top: 60px;
}

#case .box .col {
   background-color: #fff;
   border-radius: 10px;
}

#case .box .text {
   padding: 0 40px 40px;
}

#case .box h3 {
   font-weight: 700;
   font-size: 18px;
   border-left: 4px solid #E85901;
   padding-left: 10px;
}

#case .box h3 small {
   font-weight: 400;
   font-size: 14px;
}

#case .box h4 {
   font-weight: 700;
   font-size: 18px;
   padding-top: 25px;
}

#case .box .txt {
   padding-top: 20px;
}

@media screen and (max-width: 1440px) {
   #case .box .text {
      padding: 0 20px 40px;
   }
}

@media screen and (max-width: 1023px) {
   #case .box {
      grid-template-columns: 386px;
      justify-content: center;
   }
}

@media screen and (max-width: 767px) {
   #case .box {
      grid-template-columns: 1fr;
      gap: 10px;
   }

   #case .box .text {
      padding: 0 20px 30px;
   }

   #case .box h3 {
      font-size: 18px;
   }

   #case .box h3 small {
      font-size: 12px;
   }

   #case .box h4 {
      font-size: 16px;
      line-height: 24px;
   }

   #case .box .txt {
      padding-top: 12px;
   }
}

/* -- -- */
#voice .box {
   display: flex;
   flex-wrap: wrap;
   gap: 30px 36px;
   max-width: 1055px;
   margin: 0 auto;
   padding-top: 60px;
}

#voice .box .col {
   display: grid;
   grid-template-columns: 91px 1fr;
   gap: 23px;
   width: calc(50% - 18px);
   background-color: #F4F4F4;
   border-radius: 80px;
   box-sizing: border-box;
   padding: 36px 46px;
}

#voice .box .col.big {
   width: 678px;
   margin: 0 auto;
}

#voice .box .txt p+p {
   padding-top: 23px;
}

@media screen and (max-width: 1023px) {
   #voice .box {
      flex-direction: column;
   }

   #voice .box .col {
      width: 100%;
   }

   #voice .box .col.big {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   #voice .box {
      gap: 10px;
      padding-top: 30px;
   }

   #voice .box .col {
      display: block;
      padding: 30px 20px;
      border-radius: 10px;
   }

   #voice .box figure {
      width: 100px;
      margin: 0 auto;
   }

   #voice .box .txt {
      padding-top: 20px;
   }

   #voice .box .txt p+p {
      font-size: 12px;
      padding-top: 0;
   }
}

/* -- -- */
#flow {
   background-color: #F4F4F4;
}

#flow .box {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   gap: 15px;
   padding-top: 60px;
}

#flow .box .col {
   background-color: #fff;
   border-radius: 10px;
   text-align: center;
   padding: 40px 20px 20px;
   position: relative;
}

#flow .box .col:after {
   content: '';
   width: 43px;
   height: 28px;
   background: url("../../lp/img/e-learning_2504/flow-arrow.webp") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: -28px;
   transform: translateY(-50%);
   z-index: 1;
}

#flow .box .col:last-child:after {
   display: none;
}

#flow .box figure img {
   max-width: inherit;
   height: 60px;
}

#flow .box h3 {
   font-weight: 700;
   font-size: 18px;
   padding-top: 20px;
}

#flow .box .txt {
   text-align: justify;
   padding-top: 20px;
}

@media screen and (max-width: 1023px) {
   #flow .box {
      grid-template-columns: 236px;
      justify-content: center;
   }

   #flow .box .col:after {
      content: '';
      width: 28px;
      height: 43px;
      background-image: url("../../lp/img/e-learning_2504/flow-arrow_sp.webp");
      position: absolute;
      top: auto;
      right: auto;
      bottom: -28px;
      left: 50%;
      transform: translateX(-50%);
   }
}

@media screen and (max-width: 767px) {
   #flow .box {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-top: 30px;
   }

   #flow .box .col {
      padding: 30px 20px;
   }

   #flow .box h3 {
      font-size: 16px;
      padding-top: 14px;
   }
}

/* -- -- */
#faq .box-qa {
   max-width: 942px;
   margin: 0 auto;
   padding-top: 40px;
}

#faq .box-qa dl {
   padding-top: 20px;
}

#faq .box-qa dl dt {
   display: grid;
   grid-template-columns: 25px 1fr 24px;
   align-items: center;
   gap: 20px;
   font-weight: 500;
   font-size: 18px;
   background-color: #FBDECC;
   border-radius: 10px;
   padding: 11px 30px;
   cursor: pointer;
}

#faq .box-qa dl dt:before {
   content: 'Q';
   font-weight: 700;
   font-size: 32px;
   line-height: 46px;
   color: #E85901;
   position: relative;
   top: -4px;
}

#faq .box-qa dl dt i {
   display: block;
   width: 24px;
   height: 24px;
   position: relative;
}

#faq .box-qa dl dt i:before,
#faq .box-qa dl dt i:after {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   transition: all 0.3s;
   transform: translate(-50%, -50%);
}

#faq .box-qa dl dt i:before {
   width: 100%;
   height: 0;
   border-top: 2px solid #E95801;
}

#faq .box-qa dl dt i:after {
   width: 0;
   height: 100%;
   border-left: 2px solid #E95801;
}

#faq .box-qa dl dd {
   display: none;
   padding: 20px 85px 16px 76px;
}

#faq .box-qa dl.active dt i:after {
   transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 767px) {
   #faq .box-qa {
      padding-top: 10px;
   }

   #faq .box-qa dl dt {
      grid-template-columns: 18px 1fr 20px;
      gap: 13px;
      font-size: 14px;
      line-height: 22px;
      padding: 10px 20px;
   }

   #faq .box-qa dl dt:before {
      font-size: 20px;
      line-height: 30px;
   }

   #faq .box-qa dl dt i {
      width: 20px;
      height: 20px;
   }

   #faq .box-qa dl dd {
      padding: 10px 20px 10px 50px;
   }
}
.features-prices {
    padding: 50px 0;
}

.features-prices .button1 a {
    border-radius: 67px;
	width:420px !important;
}
.features-prices .button2 a {
    color: #555;
    font-weight: normal;
    text-decoration: underline;
}


@media screen and (max-width: 767px) {

.features-prices .button1 a {
	width:280px !important;
}
    .right_cta {
        position: fixed;
        right: 0;
        top: auto;
        bottom: 0;
        z-index: 999999;
        width: 100%;
        background: #E85901;
        text-align: center;
    }

.right_cta a {
        width: auto;
        background: none;
        border-radius: 0;
        text-align: center;
        margin: 0 auto;
        position: relative;
	padding:6px 0;
    }


}

#contact_2404 {
    background-color: #F4F4F4;
}

#contact_2404 h2 {
    color: #E85901;
}

#elearning-cta {
    background: #FBDECC;
    text-align: center;
    padding: 45px 0;
}