﻿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: #ffe59a;
    margin-top: -5px;
    padding: 15px 14px;
}
.cta-button2 {
    background-color: #fff;
    /* margin-top: -5px; */
    padding: 35px 0px;
}
.cta-button2 p {
    font-family: "M PLUS 1" !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 132%;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 5px;
}
.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;
    }
  }
    .cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    width: 460px;
    height: 95px;

    border: none;
    border-radius: 48px;
    cursor: pointer;
    margin-bottom: 10px;

    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
background-color: #1e4fce;
  /* background: linear-gradient(
    to bottom,
    #4f7df0 0%,
    #3568e6 20%,
    #1e4fce 60%,
    #1844b4 100%
  ); */

    box-shadow:
      0 5px 8px rgba(0,0,0,.22),
      inset 0 2px 0 rgba(255,255,255,.45);

    overflow: hidden;
  }

  /* glossy top highlight */
  .cta-btn::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 18px;
    right: 18px;
    height: 46px;

    border-radius: 40px;

    background: linear-gradient(
      to bottom,
      rgba(255,255,255,.45),
      rgba(255,255,255,0)
    );

    pointer-events: none;
  }
.carousel {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.slides {
    position: relative;
}

.slide {
    display: none;
    width: 100%;
}

.slide.active {
    display: block;
}

/* Invisible clickable areas */
.click-left,
.click-right {
    position: absolute;
    top: 52%;              /* Adjust until it matches the arrows */
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 10;
    /* Uncomment to see the clickable area while adjusting */
    /* background: rgba(255,0,0,.2); */
}

.click-left {
    left: 8px;
}

.click-right {
    right: 8px;
}
.arrow {
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;

  display: grid;
  place-items: center;
}

.arrow svg {
    width: 18px;
    height: 18px;
}
.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);
  }

  .pc {
    display: block !important;
    }
    .sp {
        display: none !important;
    }

  /* Modal Styling */
  .modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scrolling if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: 75px auto 0;
    padding: 10px;
    border-radius: 10px;
    width: 25%;
  }
  /* Close Button */
  .close {
    float: right;
    color: #000;
    font-size: 25px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .image-container {
    margin-top: 10px;
    text-align: center;
  }
  
  .image-container img {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    display: flex;
  }

@media only screen and (max-width: 493px) {
    .modal-content {
        width: 90%;
      }
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
.section-dates {
    padding: 0 25px;
}
.section-dates .dates {
    font-size: 20px;
    line-height: 190%;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #3E3E3E;
    margin: 0;
}
.section-dates .note {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #000000;
}

.page-kredo .form {
    padding: 0px 15px 25px;
}
.page-kredo .form .form-details .thanks-title {
    font-family: "M PLUS 1" !important;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #F3920B;
    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: #6387FF59;
    color: #2F5FFF;
    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: white;
    color: #2F5FFF;
    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: white;
    color: #2F5FFF;
    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: #E6E6E6;
    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: #2F5FFF;
    padding: 10px 0 115px;
}
#footer-lp .footer-content .footer-container .footer-logo .footer-text {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 220%;
    text-align: center;
    width: 100%;
}
#footer-lp .footer-content .footer-container .footer-logo .copyright {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 220%;
    text-align: center;
    width: 100%;
    font-family: "M PLUS 1" !important;
}
#footer-lp .footer-content .footer-container .footer-logo img {
    width: 60%;
    margin: 25px auto 0;
    display: flex;
}

#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: 100%;
}
#Ft_cv_Area .row-cta img {
    width: 490px;
    display: flex;
    margin: 0 auto;
}
.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: 518px) {
    #Ft_cv_Area .row-cta img {
        width: 100%;
    }
    #Ft_cv_Area .row-cta {
        width: 100%;
        padding: 0px;
        gap: 1px;
    }
}
@media only screen and (max-width: 493px) {
    body {
        width: 100%;
    }
    #footer-lp.footer-kredo {
        padding-bottom: 80px;
    }
    .page-kredo .form .form-details .description {
        width: 100%;
    }
}