﻿html {
    scroll-behavior: smooth!important;
  }
body,
* {
    font-family: "Noto Sans JP", sans-serif !important;
    outline: none !important
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    overflow-x: hidden;
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    font-family: "Noto Sans JP", sans-serif !important;
    margin: 0;
    position: relative;
    width: 493px
}
a {
    color: inherit;
    text-decoration: none
}

a:active,
a:focus {
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none !important
}

.hoverable a:hover {
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none !important;
    cursor: pointer
}
body {
    margin: 0 auto;
}
#header-lp img { 
    width: 100%;
}
.page-kredo img {
    width: 100%;    
    margin-bottom: -6px;
}
.cta-button {
    /* background-color: #FFEFDA; */
    margin-top: -5px;
    padding: 15px 14px;
}
.cta-button2 {
    background-color: #fff;
    margin-top: -5px;
    padding: 15px 14px;
}
.shiny-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .shiny-btn img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1; /* Image */
    margin-bottom: 10px;
  }
  
  .shiny-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    z-index: 2; /* Shine is ABOVE image */
    pointer-events: none;
    opacity: 0; /* Hidden by default */
  }
  
  .shine-animate::after {
    animation: shiny-sweep 2s ease-in-out;
    opacity: 1;
  }
  
  @keyframes shiny-sweep {
    0% {
      left: -75%;
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      left: 125%;
      opacity: 0;
    }
  }
.page-kredo .ryugaku {
    margin-top: -41px;
}
.page-kredo .courses {
    background-color: #F3920B;
    padding: 15px 0 0;
    cursor: pointer;
}
.page-kredo .courses-toggle {
    background-color: #F3920B;
    padding: 0px 0 15px;
}
.page-kredo .courses .title {
    font-family: "M PLUS 1" !important;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0;
    color: #fff;
    
}
.page-kredo .courses .subtitle {
    font-family: "M PLUS 1" !important;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    padding: 0;
    margin-top: 5px;

}
.page-kredo .courses .subtitle span {
    font-family: "M PLUS 1" !important;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
    text-align: center;    
}
.page-kredo .courses .description {
    font-family: "M PLUS 1" !important;
    font-weight: 800;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    padding: 0;
    margin-top: -12px;
}
.arrow-button {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 10px;
    color: #F3920B;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
  }

  .arrow-button:hover {
    background-color: #f0f0f0;
  }

  #toggleImage {
    display: none;
    max-width: 100%;
  }

  .rotated {
    transform: rotate(180deg);
  }
  .page-kredo .form .form-details {
    padding: 15px 15px 25px;
}
.page-kredo .form .form-details .thanks-title {
    font-family: "M PLUS 1" !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #3e3e3e;
    text-align: center;
    vertical-align: middle;

}
.page-kredo .form .form-details .description {
    font-family: "M PLUS 1" !important;
    font-weight: 800;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #F4F4F4;
    background-color: #F3920B;
    padding: 5px;
    width: 85%;
    display: flex;
    justify-content: center;
    justify-self: center;
}
.page-kredo .form .form-details .etc {
    font-family: "M PLUS 1" !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #3E3E3E;
    display: flex;
    padding: 0;
    justify-content: center;
}
.page-kredo .faq {
    background-color: #fff;
    padding: 20px 15px 40px;
}
.page-kredo .faq .faq-content {
    display: flex;
    flex-direction: column;
}
.page-kredo .faq .faq-content .faq-title {
    color: #F3920B;
    font-family: "M PLUS 1" !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;

}
.page-kredo .faq .faq-content .faq-subtitle {
    color: #393939;
    font-family: "M PLUS 1" !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 220%;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;    
    margin-top: -20px;
}
/* .page-kredo .faq .faq-content .accordion-container {
    padding: 15px 0 0;
} */
.page-kredo .faq .faq-content .accordion-container .accordion-item {
    margin-bottom: 10px;
}
.page-kredo .faq .faq-content .accordion-container {
    padding: 0 0 15px;
}
.page-kredo .faq .faq-content .accordion-container .accordion {
    background-color: #FFEFDA;
    color: #F3920B;
    cursor: pointer;
    padding: 16px 50px 16px 16px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: "M PLUS 1" !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.1em;
    transition: 0.4s;
    position: relative;  
    display: flex;
    gap: 15px;
}
.page-kredo .faq .faq-content .accordion-container .accordion .icon-q {
  width: 5%;
  margin: auto 0;
}

.page-kredo .faq .faq-content .accordion-container .accordion:after {
    content: "+";
    position: absolute;
    right: 0.8em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3em;
    height: 1.3em;
    line-height: 1.1em;
    text-align: center;
    background-color: #F3920B;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px; 
}
.page-kredo .faq .faq-content .accordion-container .active
 {
    padding: 16px 50px 16px 16px
    
}
.page-kredo .faq .faq-content .accordion-container .active:after {
    content: "-";
    position: absolute;
    right: 0.8em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3em;
    height: 1.3em;
    line-height: 1.1em;
    text-align: center;
    background-color: #F3920B;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 20px; 
}

.page-kredo .faq .faq-content .accordion-container .panel {
    max-height: 0;
    padding: 0 1em;
    overflow: hidden;
    background-color: #f5f5f5;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    margin: 0 auto;
    position: relative; 
    width: 100% ;
    display: flex;
    gap: 15px;
}
.page-kredo .faq .faq-content .accordion-container .panel .icon-a {
  width: 20px;
  height: 22px;
  margin-top: 10px;
}
.page-kredo .faq .faq-content .accordion-container .panel p {
    color: #393939;
    font-family: "M PLUS 1" !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.1em;
    position: relative;
    /* margin: 0 0 20px; */
}
.page-kredo .faq .faq-content .accordion-container .panel p:first-child {
    padding: 25px 0 0;
}

/* footer  */
#footer-lp.footer-kredo {
    background-color: #F3920B;
    padding: 10px 0 115px;
}
#footer-lp .footer-content .footer-container .footer-logo .footer-text {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 220%;
    text-align: center;
    width: 100%;
}
#footer-lp .footer-content .footer-container .footer-logo .copyright {
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 220%;
    text-align: center;
    width: 100%;
    font-family: "M PLUS 1" !important;
}

#Ft_cv_Area {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    text-align: center;
    padding: 0px 0 4px;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}
#Ft_cv_Area.show {
    opacity: 1;
    pointer-events: auto;
}
#Ft_cv_Area .row-cta {
    display: flex;
    /* flex-wrap: wrap; */
    margin: 0 auto;
    justify-content: center;
    gap: 20px;
    padding: 8px 15px 0px;
    width: 493px;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0;
}

@media only screen and (max-width: 64em) {
    body {
        left: auto;
    }
}
@media only screen and (max-width: 493px) {
    body {
        width: 100%;
    }
    #Ft_cv_Area .row-cta {
        width: 100%;
        padding: 0 10px;
        gap: 1px;
    }
    #footer-lp.footer-kredo {
        padding-bottom: 80px;
    }
    .page-kredo .form .form-details .description {
        width: 100%;
    }
}