/*common*/
html{
    overflow-x: hidden;
}
body{
    line-height: 1.6;
    color: #1a1a1a;
}
.en {
  word-break: keep-all;
  overflow-wrap: break-word;
}
section{
    padding: clamp(2.5rem,2.5vw,5rem) 0;
}

.c-kv-bg{
    background:#c7002f!important;
}

.ap_inner{
    max-width: 1200px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.ap_primary{
    color:#c7002f;
}
.ap_white{
    color: #fff;
}
.ap_red_bg{
    background:#c7002f;
}
.ap_white_bg{
    background: #fff;
    padding:clamp(2.5rem,2.5vw,5rem);
}
.ap_gray_bg{
    background: #f2f2f2;
}
.ap_under{
    text-decoration: underline;
}
.ap_bold{
    font-weight: bold;
}
.ap_center_text{
    text-align: center;
}
.ap_tb_visible {
  display: none;
}
.ap_sm_visible {
  display: none;
}
.ap_common_btn {
    background: #c7002f;
    padding: clamp(1rem,1vw,2rem) clamp(2rem,2vw,4rem);
    display: inline-block;
    transition: 0.5s;
     font-family: "Noto Sans JP", sans-serif;
}

.ap_common_btn b{
    background: #fff;
    margin-right: 1rem;
    color: #c7002f;
    padding: 0.5rem 1rem;
    border-radius: 50px;
}

.ap_common_btn span {
    color: #fff;
    font-size: clamp(16px, 2.4vw, 2.4rem);
    font-weight: bold;
    display: flex;
    align-items: center;
}

.ap_common_btn span img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 1rem;
}

.ap_common_btn:hover{
    background:#71001b;
}


.ap_common_btn.white {
    background: #FFF;
}

.ap_common_btn.white span {
    color: #c7002f;
}

.ap_common_btn.white:hover{
    background:#ccc;
}

.ap_common_btn.black{
    background: #292929;
}

.ap_common_btn.black span {
    color: #FFF;
}

.ap_common_btn.black:hover{
    background:#000;
}
.ap_common_btn b {
    color: #292929;
}
.ap_cneter_text{
    text-align: center;
}
@media screen and (max-width: 769px) {
    .ap_tb_visible {
        display: block;
    }
    .ap_tb_hidden {
        display: none !important;
    }
}
@media screen and (max-width: 599px) {
    .ap_sm_hidden {
        display: none !important;
    }
    .ap_sm_visible {
        display:block;
    }
}
/*fs-size*/
html {
    font-size: 62.5%;
}

  span,
  a,
  p,
  th,
  td,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  b,
  i,
  div{
    font-size: clamp(14px, 1.3vw, 1.8rem);
}

h1 {
  font-size: clamp(3rem, 5vw, 7.6rem); 
  font-weight:600;
}

h2 {
  font-size: clamp(2.4rem, 3vw, 4.6rem);
  font-weight:600;
}

h3 {
  font-size:clamp(2rem, 2.2vw, 2.4rem);
  font-weight: 600;
}

h4 {
  font-size: clamp(1.31rem, 1.4vw + 1rem, 2rem); 
  font-weight: 600;
}

h5 {
  font-size: clamp(16px, 1vw + 0.8rem, 1.8rem);
}

.noto{
    font-family: "Noto Sans JP", sans-serif;
}
.big {
  font-size: clamp(16px, 2.2vw, 2.4rem);
}
.small {
  font-size: clamp(14px, 0.8vw + 0.4rem, 1.6rem);
}

/*タイトル*/
.ap_titleh2_en{
    font-size: clamp(3rem, 5vw, 7.6rem);
    color: #c7002f;
}
.ap_titleh2_en.white{
    color: #fff;
}
.ap_titleh2_jp{
    font-size: clamp(2.4rem, 3vw, 4.6rem);
    margin-bottom: clamp(1.5rem,1.5vw,3rem);
    font-family:"Noto Sans JP", sans-serif;
}
.ap_titleh2_jp.white{
    color: #FFF;
}
.ap_titleh3_en{
    color: #c7002f;
    font-size:clamp(2rem, 2.2vw, 2.4rem);
}
.ap_titleh3_en::after{
    content: "";
    width: 50px;
    height: 5px;
    background: #c7002f;
    display: block;
    margin: 1rem auto;
}
.ap_titleh3_en.white{
    color: #fff;
}
.ap_titleh3_en.white::after{
    background: #FFF;
}
.ap_title_wrap{
    text-align: center;
    margin-bottom: clamp(2.5rem,2.5vw,5rem);
}

.ap_icon_h4{
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
}

.ap_icon_h4 span{
    font-size: clamp(16px, 2vw, 2.4rem);
    font-family: "Noto Sans JP", sans-serif;
}
.ap_icon_h4 img{
    margin-right: 1rem;
}

.mb10{
    margin-bottom:clamp(0.5rem, 1vw,1rem);
}
.mt10{
    margin-top:clamp(0.5rem, 1vw,1rem);
}

.mt30 {
    margin-top: clamp(1.5rem, 1.5vw,3rem);
}

.mb50{
    margin-bottom:clamp(2.5rem, 4.5vw, 5rem);
}

.le1_sp{
    letter-spacing:1;
}

/*チャイルドヘッダー*/

.c-kv {
    overflow: hidden;
}
.c-kv .c-kv-title-box {
    width: 80%;
}
@media screen and (max-width: 769px) {
.c-kv .c-kv-bg {
    width: 1500px;
    height: 1500px;
}
}

@media screen and (max-width: 599px) {
.c-kv {
    height: 300px;
}
}

/*header*/
header{
    position: absolute;
    top: clamp(2rem,5vw,5rem);
    right: 0;
    z-index: 10;
    display: flex;
    align-items:start;
    justify-content: space-between;
    width: 100%;
    padding-right: clamp(2.5rem,2.5vw,5rem);
    padding-left: clamp(2.5rem,2.5vw,5rem);
    transition: 0.25s;
}

header h1 {
    width: 40%;
    max-width: 200px;
}
header ul{
     display: flex;
    align-items: center;
    gap:clamp(3rem,3rem,6rem);
}
header ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

header ul li a:hover{
    opacity: 0.8;
}

header ul li a img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-left: 0.5rem;
}

header.hiding {
  opacity: 0;
}

header.child {
    background: #FFF;
    position: fixed;
    top: 3rem;
    z-index: 999;
    display: flex;
    align-items: center;
    height: 7.5rem;
    width: 60%;
    margin: 0 auto;
    border-radius: 50px;
    justify-content: center;
}

header.child ul li a{
    color: #1a1a1a;
}
header.child ul li a img{
    filter: invert(1);
}

header.child h1 img{
    display: none;
}


/*FV*/
.ap_lp_fv{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(2.5rem,2.5vw,5rem);
}

.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
    height: 200%;
    width: 100%;
    top: 0;
    left: 0;
}

.ap_lp_fv_content{
    position: relative;
    z-index: 2;
    padding-right: clamp(0rem,2.5vw,5rem);
    padding-left: clamp(0rem,2.5vw,5rem);
    padding-top: clamp(15rem,10vw,20rem);
    padding-bottom: clamp(5rem,5vw,10rem);
}

.ap_lp_fv_content h1{
    margin-bottom: clamp(2.5rem,2.5rem,5rem);
}

.ap_lp_fv_content p{
    max-width: 520px;
    line-height: 1.5;
    margin-top: 3rem;
}

/*01*/

.ap_lp01 {
    display: flex;
    padding-top: 15rem;
    /* max-width: 1920px; */
    max-width: 1400px;
    margin: 0 auto;
    flex-direction: column-reverse;
}
.ap_lp01_left {
    /* width: 36.6%; */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:clamp(2.5rem,5vw,10rem);
}
.ap_lp01_left h2{
    margin-bottom:clamp(2.5rem,2.5rem,5rem);
}
.ap_lp01_left .big{
    margin-bottom:clamp(2.5rem,2.5rem,5rem);
}
.ap_lp01_left p{
    margin-bottom:clamp(2.5rem,2.5rem,5rem);
}
.ap_lp01_left img{
    margin-right: clamp(2.5rem, 4.5vw, 5rem);
}
.ap_lp01_left .ap_common_btn span{
    font-size: clamp(16px, 2.4vw, 3rem);
}
.ap_lp01_right {
    /* width: 63.4%; */
    width: 100%;
    position: relative;
}
.ap_lp01_right::after {
    content: "";
    background: #f2f2f2;
    width: 80%;
    height: 80%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: -10rem;
    aspect-ratio: 1.618;
    overflow: hidden;
}
.ap_lp01_right .videowrap{
    position: relative;
    aspect-ratio:1.8;
    overflow: hidden;
    /* max-width: 980px; */
    max-width: 1200px;
    margin: 0 auto;
}

.ap_lp01_right .videowrap video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (width < 1000px ) {
    .ap_lp01_left img{
        margin-bottom: clamp(2.5rem, 4.5vw, 5rem);
    }
}

/*02*/

.ap_lp02{
    padding-top: clamp(5rem,5vw,10rem);
    padding-bottom: clamp(5rem,5vw,10rem);
}

.ap_lp02_grid{
    max-width: 1400px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2.5rem, 2.5vw, 5rem);
    position: relative;
    margin-bottom:clamp(2.5rem, 2.5vw, 5rem);
}

.ap_lp02_grid_img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    max-width: 568px;
}

.ap_lp02_grid_box{
    box-shadow: 0 0 30px #ccc;
    background: #fff;
}
.ap_lp02_grid_box img{
    width: 100%;
}
.ap_lp02_grid_box_content{
    padding: 2.5rem;
    margin-bottom: 1rem;
}

.ap_lp02_grid_box_num {
    color: #c7002f;
    font-size: clamp(2.4rem, 5vw, 5.5rem);
    margin-top: -6rem;
    display: block;
    font-weight: bold;
      text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.ap_lp02_grid_box_content h3{
    color: #c7002f;
    margin-bottom: 1.4rem;
}
/*03*/

.ap_lp03 {
    background: url(/edge/img/img21.webp);
    background-size: cover;
    background-position: center;
    padding: clamp(5rem,5rem,10rem) 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.ap_lp03 .ap_white{
    margin: clamp(5rem,5rem,10rem) 0;
}

/*04*/
.ap_lp04{
    background: #f2f2f2;
    padding-top: clamp(5rem,5vw,10rem);
    padding-bottom: clamp(5rem,5vw,10rem);
}

.ap_lp04 .ap_white_bg{
    position: relative;
    padding-bottom: clamp(5rem,5vw,10rem);
    padding-top: clamp(2.5rem,2.5vw,5em);
}

.ap_lp04 .ap_white_bg .ap_icon_h4{
    margin: 5rem 0 0.5rem;
}

.ap_lp04_img {
    position: absolute;
    right: -2.5rem;
    bottom: -2.5rem;
    width: 40%;
    max-width: 385px;
}

.ap_lp04_text{
    margin-top: 5rem;
    width: 60%;
}

/*05*/

.ap_lp05{
   padding-bottom: clamp(5rem,5vw,10rem); 
}

.ap_lp05_title{
    background: #c7002f;
    color: #fff;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
}
.ap_lp05_title span{
    background: #fff;
    color: #c7002f;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
}

.ap_lp05_lesson_wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}

.ap_lp05_lesson_title{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.5rem;
    cursor:pointer;
}

.ap_lp05_lesson_title::after {
    content: "▶";
    display: block;
    color: #c7002f;
    transition: 0.5s;
    border: 1px solid;
    padding: 1rem;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.ap_lp05_lesson_title.open::after{
    transform: rotate(90deg);
}
/*06*/
.ap_lp06{
    background: #c7002f;
    position: relative;
}

.ap_lp06_img {
    position: absolute;
    right: clamp(1rem,2vw,5rem);
    top: clamp(-5rem,-10vw,-15rem);
    width: 25%;
    max-width: 450px;
    min-width: 200px;
}
.ap_lp06_title_span {
    background: #fff;
    padding: 0.5rem 1rem;
    color: #1a1a1a;
    margin: 0.5rem;
    display: inline-block;
    font-weight: bold;
}

.ap_lp06_title_span b{
    color: #c7002f;
}

/*07*/
.ap_lp07{
    background: #f2f2f2;
    padding-top: clamp(5rem,5vw,10rem);
    padding-bottom: clamp(5rem,5vw,10rem);
}

.ap_lp07 .ap_icon_h4{
    margin: clamp(1.5rem,1.5vw,3em) 0;
}
.ap_white_bg .ap_icon_h4{
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: #c7002f;
}

/*ft*/

.ap_contact{
    background: #c7002f;
    text-align: center;
    padding: clamp(2.5rem,2.5vw,5em);
    margin: clamp(5rem,5vw,10rem) 0;
}

.ap_contact .ap_common_btn{
    margin-top: 2.5rem;
}
.ap_img_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ap_img_wrap img{
    width: 25%;
}

@media screen and (max-width: 1024px) {

    header ul{
        display: none;
    }
.ap_lp01 {
    flex-direction: column-reverse;
    padding-top: 0rem;
}
.ap_lp01_left {
    width: 100%;
}
.ap_lp01_right {
    width: 100%;
}
.ap_lp01_right::after{
    display: none;
}

.ap_lp02_grid {
    grid-template-columns: repeat(2, 1fr);
}
.ap_lp04_text {
    margin-top: 5rem;
    width: 100%;
    margin-bottom: 2.5rem;
}
.ap_lp06 {
    padding-top: 8rem;
}
}

@media screen and (max-width: 599px) {
.ap_lp02_grid {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 10rem;
}
.ap_lp02_grid_box_num {
    margin-top: 0rem;
}
.ap_lp02_grid_img {
    bottom: 0rem;
    z-index: 1;
}
.ap_img_wrap img{
    width: 50%;
}

}

.l-footer{
    padding-top: clamp(2.5rem,2.5vw,5rem)!Important;
    margin-bottom: clamp(1rem,1vw,2rem)!Important;
}