
/*中学生*/
.kv_area {
    background: url(./img/pc_kv.png)no-repeat;
    background-size: cover;
    /*width: 1366px;*/
    min-width: 1366px;
    padding-top: 45%;
    position: relative;
}

/*@media screen and (max-width:1366px) {
    .kv_area {
        padding-top: 50%;
    }
}*/


/*中学生*/
.catch {
    width: 580px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,15%);
}


/*fadeIn*/
.fadeIn {
    transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s;
    opacity: 0;
    transform: translateY(15%);
}
.fadeIn.animated {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    transform: translateY(0%);
}
.fadeInkv {
    transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s;
    opacity: 0;
    transform: translate(-50%,15%);
}
.fadeInkv.animated {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    transform: translate(-50%,0%);
}

.infoarea {
    width: 1080px;
    margin: 70px auto 110px;
}
.infoarea ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infoarea ul li {
    position: relative;
    z-index: 1
}
.infoarea ul li::after {
    content: "";
    position: absolute;
    z-index: -3;
    background: url(./img/info_shadow.svg)no-repeat;
    background-size: 100%;
    width: 516px;
    height: 26px;
    bottom: -25px

}
.info {
    width: 516px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 25px 0 30px;
}
.planicon {
    width: 33px;
    margin: 0 auto 10px;
}
.info p.info_catch {
    font-weight: 700;
}
.infobtn {
    width: 374px;
    height: 64px;
    line-height: 64px;
    margin: 17px auto;
}
.infobtn a {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.info p.info_coment {
    line-height: 1.3
}

#whyarea {
    width: 100%;
    /* box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.2); */
    background: url(./img/whybg.svg)no-repeat rgba(255,255,255,.65);
    position: relative;
    background-size: 112%;
    /* z-index: -1; */


}
#whyarea::after {
    width: 100%;
    /*background: url(./img/whytop.svg)no-repeat;
    background-size: cover;*/
    position: absolute;
    top: 0;
    content: "";
    height: auto;
    padding-top: 7%;
    background: #F39800;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 28%);
}
#primary #whyarea::after {
    background: #90BE20
}

.why_inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 155px;
    /*padding-top: 100px;*/
}

.why_box {
    width: 1080px;
    margin: 0 auto;
}

.title {
    text-align: center;
    padding: 150px 0 10px;
}
.plain_icon {
    width: 33px;
    margin: 0 auto 10px;
}
h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
h3 {
    font-size: 60px;
    font-weight: 500
}

.why_box ul.pconly {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
}
.why_box ul.pconly li {
    width: 350px;
    padding: 20px 30px;
    text-align: center;
}

.why_box ul.pconly li:nth-child(2) {
    margin-top: 70px;
}
.why_box ul.pconly li:last-child {
    margin-left: 100px;
}
.whyttl {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 9;
    display: inline-block;
    margin: 0 auto 15px;
    line-height: 1.4
}
.whyttl span {
    font-size: 44px;
    letter-spacing: -2px;
    padding: 0 3px;
    font-weight: 500
}
.whyttl::before {
    position: absolute;
    content: "";
    background: url(./img/why_icon.svg)no-repeat;
    width: 77px;
    height: 57.64px;
    background-size: 100%;
    z-index: -1;
    left: -23px;
    bottom: -8px;
}
.why_box ul li p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.slant-bg {
    width: 100%;
    margin: 0;
    padding: 0px 0 100px;
    position: relative;
    top: 0;
    overflow: hidden;
}
.slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D1E28A;
    transform: skewY(7deg) translateY(-90px);
    z-index: -1;
}
.slant-bg2 {
    width: 100%;
    margin: 0;
    padding: 100px 0 100px;
    position: relative;
    top: 0;
    overflow: hidden;
}
.slant-bg2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ddd;
    transform: skewY(-7deg) translateY(-90px);
    z-index: -1;
}
.whybottom {
    background: url(./img/whybottom.svg)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 225px;
    /* padding-bottom: 9.2%; */
    position: relative;
    z-index: -2;
    /* margin-top: 180px; */
    position: absolute;
    bottom: -200px;
}

#voice {
    padding: 80px 0;
}
/*.voice_inner {
    padding-top: 100px;
}*/
.voice_list {
    width: 1080px;
    margin: 20px auto;
}
.voice_list ul {
    margin: 0 auto;
}
.voice_list ul li {
    padding: 40px 0;
    position: relative;
}
.voice_list ul li::after {
    content: "";
    position: absolute;
    background: url(./img/voice_line.svg)no-repeat;
    width: 100%;
    height: 2px;
    background-size: 100%;
    bottom: 0;
}
.voice_list ul li:last-child::after {
    content: "";
    position: inherit;
    background: none;
    width: auto;
    height: auto;
    background-size: inherit;
    bottom: inherit;
}
.voice_wrap {
    width: 911px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.voice_box {
    width: 495px;
}
.voice_img {
    width: 366px;
    height: 203px;
    margin-right: 45px;
    position: relative;
    z-index: 9;
}
.voice_img.redbg::after {
    content: "";
    position: absolute;
    background: url(./img/voice_red.svg)no-repeat;
    background-size: 100%;
    width: 353.78px;
    height: 203px;
    z-index: -1;
    left: 10px;
    bottom: -13px;
}
.voice_img.bluebg::after {
    content: "";
    position: absolute;
    background: url(./img/voice_blue.svg)no-repeat;
    background-size: 100%;
    width: 353.78px;
    height: 203px;
    z-index: -1;
    right: 10px;
    bottom: -13px;
}
.voice_img img {
    box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    width: 366px;
    height: 203px;
}
.voice_list ul li:nth-child(2) .voice_img {
    margin-right: 0;
}
.voice_list ul li:nth-child(2) .voice_img img {
    object-position: 0px -3px;
}
.voice_list ul li:nth-child(2) .voice_box {
    margin-right: 45px;
}
.voice_list ul li:last-child .voice_img img {
    object-position: 0px 0px;
}

.voice_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.voice_area img {
    width: 32px;
    border: 1px solid #ddd; 
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1);

}
.voice_area p {
    font-size: 14px;
    padding-left: 10px;
}
.voice_ttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 13px 0;
}
p.vocie_coment {
    line-height: 1.4
}
p.voice_name {
    font-size: 14px;
    color: #777777;
    margin-top: 13px;
}
.voice_total {
    text-align: center;
    margin: 35px auto;
}
.voice_total img {
    width: 83.2px;
}
.voice_total p {
    font-size: 22px;
    color: #818181;
    margin: 15px 0;
}





.info_bottom {
    width: 100%;
    background: #F8F8F8;
    position: relative;
    padding: 70px 0 90px;
    box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.1);
}
.info_bottom_inner {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.info_bottom .infoarea {
    margin: 0 auto;
}
.witch_inner {
    padding-bottom: 203px;
}
#witch .title {
    padding: 130px 0 10px;
}
#witch h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 auto 40px;
}
.witch_img {
    width: 823px;
    margin: 0 auto;
    position: relative;
}
.witchlink,
.witchlink2 {
    width: 326px;
    position: absolute;
}
.witchlink {
    bottom: -39px;
    left: 100px;
}
.witchlink2 {
    bottom: -82px;
    right: 100px;
}
.witchlink a:hover,
.witchlink2 a:hover {
    opacity: .8;
}



#abroad_training,
#english_training {
    width: 100%;
    background: rgba(255,255,255,.65);
    position: relative;
    background-size: 112%;
     z-index: 9; 
}
#english_training .why_inner {
    padding-bottom: 56px;
}
#english_training::after {
    width: 100%;
    background: #DA4741;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 28%);
    position: absolute;
    top: 0;
    content: "";
    height: auto;
    padding-top: 7%;
}
#abroad_training::after {
    width: 100%;
    background: #62BCC3;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 28%);
    position: absolute;
    top: 0;
    content: "";
    height: auto;
    padding-top: 7%;
}
#abroad_training .title h2,
#english_training .title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
#abroad_training .title p,
#english_training .title p {
    line-height: 1.5;
    color: #5D5D5D;
    font-weight: 500;
}

#abroad_training .why_inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 42px;
}

.english_training_box {
    margin: 70px auto 60px;
}
.english_training_inner {
    width: 1080px;
    margin: 0 auto

}
.english_training_inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.english_training_inner ul li {
    width: 337px;
    margin-right: 33px;
    margin-bottom: 60px;
}
.english_training_inner ul li:nth-child(3), 
.english_training_inner ul li:nth-child(5) {
    margin-right: 0;
}
.english_training_inner ul li:nth-child(4), 
.english_training_inner ul li:nth-child(5) {
    margin-bottom: 0px;
}
.english_training_inner ul li a {
    color: #5D5D5D;
}

.english_trainingImg img {
    border-radius: 4px;
    width: 315px;

}
.english_training_body {
    z-index: 999;
    position: relative;
}
.english_training_body::after {
    content: "";
    position: absolute;
    background: url(./img/english_imgbg.svg)no-repeat;
    background-size: 100%;
    width: 228.15px;
    height: 84.55px;
    z-index: -2;
    left: 60px;
    bottom: -18px;
}
.english_training_body_inner {
    width: 298px;
    background: #fff;
    box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -75px;
    min-height: 250px;
    padding: 20px;
}
#primary #english_training .why_inner {
    padding-bottom: 42px;
}

#primary .english_training_body_inner {
    min-height: 273px;
}

#abroad_training .english_training_body_inner {
    width: 298px;
    background: #fff;
    box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -75px;
    min-height: 290px;
    padding: 20px;
}

.english_training_inner ul li:nth-child(4) .english_training_body_inner, 
.english_training_inner ul li:nth-child(5) .english_training_body_inner {
    min-height: 280px;
}
.english_training_icon {
    width: 42px;
    height: 35px;
    margin: 0 auto 10px;
}
.english_training_body_inner h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;

}
.english_training_body p {
    line-height: 1.4;
}
.Area_link {
    /*width: 100%;
    background: url(./img/link_bg.png)no-repeat;
    background-size: 100% 570px;
    width: 100%;
    height: auto;
    /* padding-bottom: 17%; */
    /*position: relative;
    z-index: -2;
    height: 570px;*/
    width: 100%;
    min-width: 1366px;
    height: auto;
    position: relative;
    z-index: -2;
    height: 720px;
    background: #F39800;
    clip-path: polygon(0 21%, 100% 9%, 100% 100%, 0 90%);
    margin-top: -50px;
}
.arealinkbg {
    width: 100%;
    min-width: 1366px;
    height: auto;
    position: relative;
    z-index: -2;
    height: 650px;
    background: url(./img/map_bg.png);
    background-size: cover;
    clip-path: polygon(0 21%, 100% 9%, 100% 100%, 0 90%);
    margin-top: -50px;

}
.Area_link_inner {
    padding-top: 50px;
}
.Area_link .title {
    padding-top: 150px;
}
.Area_link h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.link_box {
    margin-top: 40px;
}
.link_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 901px;
    margin: 0 auto
}
.link_box ul li {
    width: 282.13px;
    margin-right: 27px;
    position: relative;
    margin-bottom: 37px;
}
.link_box ul li:nth-child(3),
.link_box ul li:nth-child(6),
.link_box ul li:nth-child(7) {
    margin-right: 0;
}

.link_box ul li a {
    width: 242px;
    border: 1px solid #fff;
    display: block;
    /* text-align: center; */
    padding: 28px 18px;
    background: rgba(255,255,255,.07);
    box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 2px;
}
.link_box ul li a:hover {
    background: rgba(255,255,255,.8);
    transition : 1s;
    color: #222;
}
.link_box ul li span.arrow {
    position: absolute;
    background: #DA4741;
    width: 40px;
    height: 72px;
    line-height: 78px;
    display: block;
    border-radius: 0 2px 2px 0;
    right: 41px;
    bottom: 1px;
    text-align: center;
}
.link_box ul li span.arrow img {
    width: 20.72px;
    height: 20.72px;
    margin-top: 5px;
}




.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.3s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);

/*transition : 1s;*/
  }
}


.difference_inner {
    padding-bottom: 30px;
}
.difference h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.difference h3 {
    font-size: 42px;
    font-weight: 700;
}
.difference h3 span {
    width: 20px;
    display: inline-block;
    margin-left: 3px;
}
.difference .title {
    padding: 95px 0;
}
.difference_box {
    width: 950px;
    margin: 0 auto;
}
.difference_box ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
}

.difference_box ul li {
    width: 454px;
    margin-right: 24px;
    margin-bottom: 40px;
}
.difference_box ul li:nth-child(even) {
    margin-right: 0;
}
.difference_box ul li:nth-child(4),
.difference_box ul li:nth-child(5) {
    margin-bottom: 0px;
}
.point_box {
    display: flex;
    align-items: flex-end;
    border-bottom: 2px solid #DA4741;
    width: 400px;
    flex-wrap: wrap;

}
.pointnum {
    width: 64px;
    height: 50px;
    background: #DA4741;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    line-height: 53px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-right: 5px;
}
.point_name {
    width: 11px;
    margin-right: 15px;
    margin-bottom: 7px;
}
.point_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
    width: 300px;
}
.point_body {
    width: 100%;
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    margin-top: 25px;
    box-shadow: 5px 5px 10px -1px rgba(0, 0, 0, 0.15);
    min-height: 400px;
}
.difference_box ul li:nth-child(3) .point_body,
.difference_box ul li:nth-child(4) .point_body {
    min-height: 380px;
}
.point_coment {
    padding: 20px 35px 35px;
    min-height: 135px;
    line-height: 1.5;
}
.point_coment span {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    color: #5D5D5D;
    line-height: 1.6;
}
.point_img {
    text-align: center;
    height: 221px;
}
.point_img img {
    height: 221px;
    object-fit: cover;
}
.difference_box ul li {
    width: 454px;
    margin-right: 24px;
    margin-bottom: 30px;
}
.difference_box ul li:first-child .point_img img {
    width: 95%;
    margin: 20px auto 0;
}

.difference_box ul li:first-child .point_coment {
    padding-top: 0;
}


.english_program_inner {
    padding-bottom: 195px;
}

.english_program {
    width: 100%;
    min-width: 1366px;
    height: auto;
    position: relative;
    z-index: -2;
    /*height: 750px;*/
    background: #F39800;
    clip-path: polygon(0 21%, 100% 9%, 100% 100%, 0 90%);
}
.english_program_inner {
    width: 100%;
    min-width: 1366px;
    height: auto;
    position: relative;
    z-index: -2;
   /* height: 750px;*/
    background: #F39800;
    clip-path: polygon(0 21%, 100% 9%, 100% 100%, 0 90%);
    background: url(./img/map_bg.png);
    background-size: cover;

}
/*
.english_program {
    width: 100%;
    background: url(./img/program.png)no-repeat;
    background-size: 100% 700px;
    min-width: 1366px;
    height: auto;
    position: relative;
    z-index: -2;
    height: 700px;
}*/
.english_program .title {
    padding: 180px 0 10px;
}

.english_program h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.english_program h2 {
    color: #fff;
}

.english_program .link_box ul {
    width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 315px);
    justify-content: center;
    grid-gap: 0 1rem;
}
.english_program .link_box ul li {
    width: 315px;
    margin-right: 26px;
    position: relative;
    margin-bottom: 50px;
    min-height: 76px;
}
.english_program .link_box ul li a {
    width: 100%;
    border: 1px solid #fff;
    display: block;
    padding: 18px 0;
    padding-left: 10px;
    background: rgba(255,255,255,.07);
    box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 2px;
    min-height: 76px;
}
.english_program .link_box ul li:nth-child(3),
.english_program .link_box ul li:nth-child(6) {
    margin-right: 0;
}
.english_program .link_box ul li:nth-child(4),
.english_program .link_box ul li:nth-child(5),
.english_program .link_box ul li:nth-child(6) {
    margin-bottom: 0;
}

#high .english_program .kaigai .link_box ul li:nth-child(1) a,
#high .english_program .link_box ul li:nth-child(3) a,
#high .english_program .link_box ul li:nth-child(4) a,
.english_program .link_box ul li:nth-child(1) a,
.english_program .link_box ul li:nth-child(4) a,
.english_program .link_box ul li:nth-child(5) a,
.english_program .link_box ul li:nth-child(6) a {
    line-height: 76px;
    padding-top: 0;
    padding-bottom: 0;
}
#high .english_program .link_box ul li:nth-child(3) a{
}

.link_box ul li a:hover {
    background: rgba(255,255,255,.8);
    transition : 1s;
    color: #222;
}

.english_program .link_box ul li a span {
    font-size: 15px;
    display: block;
    padding-top: 7px;
}


.english_program .link_box ul li span.arrow {
    position: absolute;
    background: #DA4741;
    width: 40px;
    height: 74px;
    line-height: 83px;
    display: block;
    border-radius: 0 0 2px 2px;
    right: 1px;
    bottom: 1px;
    text-align: center;
    z-index: 4;
    padding-top: 0;
}
.english_program .link_box ul li span.arrow img {
    width: 20.72px;
    height: 20.72px;
    margin-top: 5px;
    transform: rotate(90deg);

}


#en_prgram01 {
}

.program_box {
    margin: -139px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program01.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 20%;
}

.program_name {
    position: absolute;
    bottom: 70px;
    display: flex;
    align-items: center;
    
}
.program_bg {
    background: rgb(0,0,0,.3);
    width: 100%;
    height: 301px;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);

}
.program_dott {
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/programdott.svg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: 100%;
    background-position: 50% 70%;
    position: relative;
}

.program_name span {
    width: 62px;
    height: 40px;
    background: #DA4741;
    border-radius: 0 0 2px 2px;
    display: block;
    position: relative;
}
.program_name span img {
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.program_name h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    padding-left: 20px;
    line-height: 1.2
}

.program_bgred {
    height: 40.76px;
    right: 50%;
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    margin-top: -60px;
}
.program_bgred img {
    width: 333.31px;
}

.program_body {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    padding: 75px 0 50px;
    margin-top: -30px;
}

.program_coment {
    width: 850px;
    margin: 0 auto;
}
.program_coment p {
    line-height: 1.6;
}

.about_program {
    padding: 30px 0 0;
}
.about_program_ttl_box {
    position: relative;
}
.about_program_ttl {
    background: #222;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
    display: inline-block;
    padding: 20px 30px;
    color: #fff;
    font-weight: 600;
    margin-left: 79px;
}
.about_program_ttl_box::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #222;
    left: 0;
    width: 79px;
    height: 1px;
    bottom: 0;
}
.about_program_body {
    width: 850px;
    margin: 0 auto;
    padding: 30px 0 0;
}
.about_program_body_ttl {
    display: flex;
    font-size: 18px;
    font-weight: 700;
}

.program_icon {
    width: 13px;
    margin-right: 12px;
}
.about_program_body p {
    line-height: 1.6;
    margin-left: 24px;
    padding-top: 10px;
}




.program_list {
    width: 850px;
    margin: 90px auto 0;
}

.abord_area .program_list:not(:first-child) {
    margin-top: 70px;
}


.program_list_wrap {
    background: #DA4741;
    border-radius: 0 4px 4px 4px;
    padding: 25px 47px 38px;
    position: relative;
}
.program_name_ttl {
    position: absolute;
    top: -35px;
    left: 0;
    background: #DA4741;
    border-radius: 4px 4px 4px 0;
    padding: 20px 90px 20px 47px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}
.program_name_ttl span {
    width: 34px;
    height: 44.53px;
    display: block;
    margin-right: 15px;
}
.program_subject {
    text-align: right;
    color: #fff;
    font-weight: 600;
}
.program_subject span {
    width: 135px;
    display: inline-block;
    background: #fff;
    color: #DA4741;
    font-weight: 600;
    border-radius: 100px;
    padding: 8px 0;
    text-align: center;
    margin-left: 10px;
}


/*アコーディオン*/

/*====================================================================
.s_07 .accordion_one
====================================================================*/
.s_07 {
    margin-top: 15px;
}

#high #en_prgram03 .s_07 {
    margin-top: 37px;
}

.s_07 .accordion_one {
  background-color: #F5F6F7;
  color: #222;
  font-size: 14px;
  padding: 13px 23px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 500;
  box-shadow: 0px 5px 6px -1px rgba(0, 0, 0, 0.1);
}
.s_07 .accordion_one.one2 {
    background-color: #EAEAEA;
    padding: 13px 15px;
    color: #575757;
    box-shadow: inherit;
}
.s_07 .accordion_one.one3 {
    background-color: inherit;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 0;
    padding: 0;
    box-shadow: inherit;
}
.s_07 .accordion_one .accordion_header {
  position: relative;
}
.s_07 .accordion_one.one3 .accordion_header {
    background-color: #fff;
      color: #222;
      font-size: 13px;
      padding: 0;
      text-align: left;
      position: relative;
      z-index: +1;
      cursor: pointer;
      transition-duration: 0.2s;
      border-radius: 4px;
      margin-bottom: 10px;
      box-shadow: inherit;
}

/*#primary .s_07 .accordion_one.one3 .accordion_header {
        background-color: #fff;
      color: #222;
      font-size: 13px;
      padding: 0;
      text-align: left;
      position: relative;
      z-index: +1;
      cursor: pointer;
      transition-duration: 0.2s;
      border-radius: 4px;
      margin-bottom: 10px;
      box-shadow: inherit;
}*/


.program_detail {
    display: flex;
    justify-content: space-between;
}

.s_07 .accordion_one.one3 .accordion_header .progrm_date {
    padding: 15px 10px;
    display: flex;
    align-items: center;
}
.s_07 .accordion_one.one3 .accordion_header .progrm_date .dayday:first-child .fontbox {
    width: 250px;
}
.s_07 .accordion_one.one3 .accordion_header .progrm_date .dayday {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.s_07 .accordion_one .accordion_header span {
    background: #DA4741;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    padding: 8px 0;
    width: 77px;
    text-align: center;
    margin-left: 10px;
}
.s_07 .accordion_one.one2 .accordion_header span {
    background: #62BCC3;
}
.s_07 .accordion_one.one3 .accordion_header .progrm_date span {
    background: #E3E3E3;
    color: #6E6E6E;
    border-radius: 1px;
    padding: 4px;
    width: 60px;
    font-size: 13px;
    font-weight: 400;
    margin: 0 10px;
}

.s_07 .accordion_one.one3 .accordion_header .progrm_date span.place02 {
    margin-left: 10px;
}

.program_link {
    background: #DA4741;
    padding: 5px 10px;
    width: 150px;
    border-radius: 0 4px 4px 0;
}
.program_link a {
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    position: relative;
}

.s_07 .accordion_one.one3 .accordion_header .program_link a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%,-50%);
    background: none;
    border-radius: 0;
    width: auto;
    margin-left: 0;
    padding: 0;
    white-space: nowrap;
}
.program_link a::after {
    content: "";
    background: url(./img/link_icon.svg);
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.onelist .flex .program_link:hover,
.s_07 .accordion_one.one3 .accordion_header .program_link:hover {
    background: #fff;
    border: 2px solid #DA4741;
    color: #DA4741!important;
}
.s_07 .accordion_one .accordion_header .program_link a:hover span,
.s_07 .accordion_one .accordion_header .program_link:hover a span,
.s_07 .accordion_one.one3 .accordion_header .program_link:hover: a,
.s_07 .accordion_one.one3 .accordion_header .program_link:hover: a span,
.onelist .flex .program_link a:hover: span,
.s_07 .accordion_one.one3 .accordion_header .program_link a:hover span,
.onelist .flex .program_link:hover: span,
.s_07 .accordion_one.one3 .accordion_header .program_link:hover span {
    color: #DA4741!important;
}

.onelist .flex .program_link:hover a::after,
.s_07 .accordion_one.one3 .accordion_header .program_link:hover a::after {
    background: url(./img/link_iconhover.svg);
    width: 15px;
    height: 15px;
    background-size: 100%;
}

.s_07 .accordion_one .accordion_header .i_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(./img/plus_red.svg);
    background-size: 100%;
    transition-duration: 0.2s;
}
.s_07 .accordion_one .accordion_header.open .i_box {
  background: url(./img/minus_red.svg);
  background-size: 100%;
}
.s_07 .accordion_one .accordion_inner {
    display: none;
    padding: 20px 0 0;
    box-sizing: border-box;
}
.s_07 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_07 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}



#en_prgram02 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program02.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: 160%;
    background-position: 38% 38%;
}
#en_prgram03 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program06.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 58%;
}
#en_prgram04 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program04.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 49%;
}
#en_prgram05 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program05.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 76%;
}
#en_prgram06 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program07.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 87%;
}
#en_prgram07 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program06.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 87%;
}





.program_name h5 p {
    font-size: 18px;
    padding-top: 3px;
}

.program_name_ttl span.minfont {
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 0;
    font-size: 18px;
}


.onelist .program_detail {
    align-items: center;
}
.onelist .progrm_date {
    width: 55%;
    border-right: 1px solid #D0D0D0;
    display: flex;
    flex-wrap: wrap;
}
.dayday {
    width: 100%;
    display: flex;
    margin-bottom: 17px;
    align-items: center;
}
.dayday:last-child {
    margin-bottom: 0;
}
.fontbox.small {
    font-size: 12px;
}

.onelist .progrm_date span {
    background: #E3E3E3;
    color: #6E6E6E;
    border-radius: 1px;
    padding: 6px;
    width: 60px;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    display: block;
    text-align: center;
}
.onelist .fontbox {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    padding-left: 10px;
}

.onelist .progrm_date .fontbox:last-child {
    margin-bottom: 0;
}

.onelist .accordion_one {
    background-color: #fff;
    color: #222;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 4px;
    margin-top: 15px;
    box-shadow: inherit;
    padding: 25px 40px;
}



.onelist .program_link {
    background: #DA4741;
    padding: 5px 10px;
    width: 220px;
    border-radius: 4px;
    display: inline-block;
    height: 55px;
    margin-left: 50px;
}

.onelist .program_link a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%,-50%);
    background: none;
    border-radius: 0;
    width: auto;
    margin-left: 0;
    padding: 0;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-weight: 500;

}
.onelist .program_link:hover {
    background: #fff;
    border: 2px solid #DA4741;
}
.s_07 .accordion_one.one3 .accordion_header .program_link:hover span,
.onelist .program_link:hover span {
    color: #DA4741
}
.onelist .program_link:hover a::after {
    background: url(./img/link_iconhover.svg);
    width: 15px;
    height: 15px;
    background-size: 100%;
}


#en_prgram06 {
    margin-bottom: 180px;
}

.abroad {
    padding-top: 130px;
}


.abroad .pointnum {
    background: #62BCC3;
}
.abroad .point_box {
    border-bottom: 2px solid #62BCC3;
}

.abroad .difference_box ul li:first-child .point_img img {
    height: 221px;
    object-fit: cover;
    margin: 0;
    width: 100%;
}

.abroad .difference_box ul li:first-child .point_coment {
    padding: 20px 35px 35px;
}
.abroad ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 454px);
    justify-content: center;
    grid-gap: 0 29px;
}
.abroad ul li:first-child .point_body,
.abroad ul li:nth-child(2) .point_body {
    min-height: auto;
}
.abroad ul li:nth-child(3) .point_body,
.abroad ul li:nth-child(4) .point_body {
    min-height: 446px;
}
.point_comentlist {
    font-size: 13px;
    color: #818181;
    padding-top: 10px;
}

.point_comentlist p {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 5px;
}
.abord_area .program_coment p {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #62BCC3;
    padding: 10px 0;
    font-weight: 500;
}
.abord_area .program_coment p:last-child {
    border-bottom: 0;
}
.abord_area .program_coment p img {
    width: 20px;
    margin-right: 15px;
}
#abord_prgram03.abord_area .program_coment p {
    display: block;
    border-bottom: none;
    padding: 10px 0;
    font-weight: 400;
}



#abord_prgram01 .program_box {
    margin: -150px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/abord_prgram01.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 56%;
}
#abord_prgram02 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/abord_prgram02.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 59%;
}
#abord_prgram03 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/abord_prgram03.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 64%;
}
#abord_prgram04 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/abord_prgram04.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 40%;
}


.english_program.abroad_program .link_box ul {
    width: 670px;
}

.english_program.abroad_program .link_box ul li:nth-child(3),
.english_program.abroad_program .link_box ul li:nth-child(6) {
    margin-right: 26px;
}
.english_program.abroad_program .link_box ul li:nth-child(2),
.english_program.abroad_program .link_box ul li:nth-child(4) {
    margin-right: 0;
}

.english_program.abroad_program .link_box ul li:nth-child(3),
.english_program.abroad_program .link_box ul li:nth-child(4) {
    margin-bottom: 0;
}

.english_program.abroad_program .link_box ul li:nth-child(2) a,
.english_program.abroad_program .link_box ul li:nth-child(3) a {
    line-height: 76px;
    padding-top: 0;
    padding-bottom: 0;
}
.english_program.abroad_program .link_box ul li:nth-child(1) a,
.english_program.abroad_program .link_box ul li:nth-child(4) a {
    line-height: 1;
    padding-top: 15px;
}
.english_program.abroad_program .link_box ul li:nth-child(1) a span {
    font-size: 18px;
}

.english_program.abroad_program .link_box ul li span.arrow {
    background: #62BCC3;
}

.abord_area .program_name span {
    background: #62BCC3;
}

.osusumebox {
    width: 850px;
    margin: 30px auto;
}
.osusume_inner {
    background: url(./img/osusume_bg.png)no-repeat;
    background-size: 100%;
    border-radius: 4px;
    padding: 30px;
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    box-shadow: 0px 5px 6px -1px rgba(0, 0, 0, 0.1);
}
.osusume_inner::before {
    content: "";
    position: absolute;
    background: url(./img/osusume.svg)no-repeat;
    width: 193px;
    height: 165px;
    background-size: 100%;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.osusume_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.osusume_inner img {
    width: 18px;
    margin-right: 10px;
}
.osusume_inner p {
    color: #62BCC3;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 15px;
    width: 100%;
    text-align: left;
}
.osusume_inner p:last-child {
    padding-bottom: 0;
}
.osusume_man {
    width: 120px;
    margin-left: 125px;
}
.osusume_man img {
    width: 100%;
}
.osusumebox2 {
    margin-left: 15px;
}






.abord_area .program_name_ttl,
.abord_area .program_list_wrap {
    background: #62BCC3;
}
.abord_area .program_subject span {
    color: #62BCC3;
}
.abord_area .s_07 .accordion_one .accordion_header.open .i_box {
    background: url(./img/minus_blue.svg);
}
.abord_area .s_07 .accordion_one .accordion_header .i_box {
    background: url(./img/plus_blue.svg);
}

.s_07 .accordion_one .accordion_header img {
    width: 32px;
    margin-right: 10px;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1);
}

.flag_box {
    display: flex;
    align-items: center;
}
.abord_area .s_07 .accordion_one {
    padding: 18px 23px;
}
.abord_area .s_07 .accordion_one.one2 {
    background-color: #EAEAEA;
    padding: 13px 15px;
    color: #575757;
    box-shadow: inherit;
}
.abord_area .s_07 .accordion_one.one3 {
    padding: 0;
}
.abord_area .s_07 .accordion_one .accordion_header span {
    background: #62BCC3;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 12px;
    width: auto;
    text-align: center;
    margin-left: 7px;
}
.abord_area .dayday1 .fontbox,
.abord_area .s_07 .accordion_one.one2 .accordion_header span {
    background: #62BCC3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    padding: 8px 15px;
    text-align: center;
    margin-left: 10px;
}
.abord_area .dayday1 .fontbox {
    width: 115px;
}

.abord_area .s_07 .accordion_one.one3 .accordion_header .progrm_date span {
    background: #E3E3E3;
    color: #6E6E6E;
    border-radius: 1px;
    padding: 4px;
    width: 60px;
    font-size: 13px;
    font-weight: 400;
    margin: 0 10px;
}




.abord_area .s_07 .accordion_one.one3 .accordion_header .progrm_date .dayday:first-child .fontbox {
/*
    width: auto;
*/
    display: flex;
}
body .abord_area .s_07 .accordion_one.one3 .accordion_header .progrm_date .dayday:first-child .fontbox2 {
    width: auto;
}
.howday {
    padding-left: 5px;
}
.howday b {
    color: #DA4741
}
.port:first-child {
    margin-top: 10px;
}
.port {
    color: #fff;
    margin: 35px 0 10px;
    font-weight: 500;
    padding: 0 0 8px 10px;
    text-align: left;
    border-bottom: 1px solid;
    width: 50%;
    border-left: 1px solid #fff;
}

.program_subject.subject02 {
    margin: 40px 0 10px;
}

#abord_prgram04 .program_body {
    padding-bottom: 0;
}

.info_bottom2 {
    width: 1000px;
    margin: 100px auto 0;
    background: #F8F8F8;
    position: relative;
    padding: 70px 0 90px;
    box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.1);
}
.info_bottom2 .infoarea {
    width: 100%;
    margin: 0 auto;
}
.info_bottom2 .infoarea ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info_bottom2 .infoarea ul li {
    width: 50%;
    padding: 0 70px;
}
.info_bottom2 .infoarea ul li:first-child {
    padding-right: 10px;
}
.info_bottom2 .infoarea ul li:last-child {
    padding-left: 10px;
}
.info_bottom2 .infoarea ul li .info {
    width: 100%;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 25px 0 30px;
}
.info_bottom2 .info_bottom_inner {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.info_bottom2 .infobtn {
    width: 90%;
    height: 64px;
    line-height: 64px;
    margin: 17px auto;
}

.tarm_coment {
    margin-bottom: 15px;
}


.onelist .accordion_one.onlyone2 {
    background-color: #F5F6F7;
}
.progrm_date2 img {
    width: 32px;
    margin-right: 10px;
    box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1);
}
.onelist .progrm_date2 {
    width: 100%;
    border-right: none;
    display: block;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #222;
    font-size: 14px;
    text-align: left;
    position: relative;
    z-index: +1;
    border-radius: 4px;
    font-weight: 500;

}
.onelist .progrm_date2 span {
    background: #62BCC3;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 12px;
    width: auto;
    text-align: center;
    margin-left: 7px;
}
.flex {
    background-color: #EAEAEA;
    padding: 13px 15px;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 4px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
}
.dayday1 {
    display: flex;
    align-items: center;
    color: #575757
}
.dayday1 .fontbox {
    background: #62BCC3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    padding: 8px 15px;
    width: 115px;
    text-align: center;
    margin-left: 10px;
}
.program_detail2 {
    background-color: #fff;
    color: #222;
    font-size: 13px;
    padding: 0px;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 20px;
    box-shadow: inherit;
    display: flex;
    justify-content: space-between;
}
.dayday2 {
    display: flex;
    align-items: center;
    padding: 15px 0 15px 15px;
}
.dayday2:last-child {
    padding-left: 10px;
}
.dayday2 span {
    background: #E3E3E3;
    color: #6E6E6E;
    border-radius: 1px;
    padding: 4px;
    width: 65px;
    font-size: 13px;
    font-weight: 400;
    margin: 0 5px 0 0;
    text-align: center;
}
.onelist .dayday2 .fontbox {
    display: flex;
    font-size: 13px;
}
.onelist .flex .program_link {
    background: #DA4741;
    padding: 5px 10px;
    width: 150px;
    border-radius: 0 4px 4px 0;
    margin-left: 0;
}

.progrm_date3 {
    display: flex;
    align-items: center;
}
.onelist .dayday2:first-child .fontbox {
    width: 250px;
    padding-left: 5px;
}
#abord_prgram04.abord_area .program_coment p {
    display: block;
    border-bottom: none;
    padding: 10px 0;
    font-weight: 400;
}
#abord_prgram04.abord_area .program_coment p span  {
   color: #555;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}






/*====================================================================
.qa .accordion_one
====================================================================*/
.qa_inner {
    width: 1000px;
    margin: 50px auto;
}
.abordqa,
.qa {
    margin-top: 35px;
}
.qa .accordion_one {
  background-color: #DA4741;
  padding: 13px 23px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 500;
  box-shadow: 0px 5px 6px -1px rgba(0, 0, 0, 0.1);
}
.abordqa .accordion_one {
  background-color: #62BCC3;
  padding: 13px 23px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 500;
  box-shadow: 0px 5px 6px -1px rgba(0, 0, 0, 0.1);
}
.abordqa .accordion_one.one3,
.qa .accordion_one.one3 {
    background-color: inherit;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-radius: 0;
    padding: 0;
    box-shadow: inherit;
}
.abordqa .accordion_one .accordion_header,
.qa .accordion_one .accordion_header {
  position: relative;
}
.abordqa .accordion_one.one3 .accordion_header,
.qa .accordion_one.one3 .accordion_header {
    background-color: #fff;
      color: #222;
      font-size: 13px;
      padding: 0;
      text-align: left;
      position: relative;
      z-index: +1;
      cursor: pointer;
      transition-duration: 0.2s;
      border-radius: 4px;
      margin-bottom: 10px;
      box-shadow: inherit;
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.abordqa .accordion_one .accordion_header.first-ttle,
.qa .accordion_one .accordion_header.first-ttle {
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
    font-weight: 500;
}
.abordqa .accordion_one .accordion_header .i_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(./img/plus_white.svg);
    background-size: 100%;
    transition-duration: 0.2s;
}
.qa .accordion_one .accordion_header .i_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(./img/minus_white.svg);
    background-size: 100%;
    transition-duration: 0.2s;
}
.abordqa .accordion_one .accordion_header.open .i_box {
    background: url(./img/minus_white.svg);
    background-size: 100%;
}
.qa .accordion_one .accordion_header.open .i_box {
  background: url(./img/plus_white.svg);
  background-size: 100%;
}

.abordqa .first-one .accordion_one .accordion_header .i_box {
    background: url(./img/plus_blue.svg);
}

.qa .second .accordion_one .accordion_header .i_box {
    background: url(./img/plus_red.svg);
}
.abordqa .first-one .accordion_one .accordion_header.open .i_box {
    background: url(./img/minus_blue.svg);
    background-size: 100%;
}
.qa .second .accordion_one .accordion_header.open .i_box {
  background: url(./img/minus_red.svg);
  background-size: 100%;
}

.abordqa .accordion_one .accordion_inner,
.qa .accordion_one .accordion_inner {
    display: none;
    padding: 0;
    box-sizing: border-box;
}
.abordqa .accordion_one.one2,
.qa .accordion_one.one2 {
    background-color: #F5F6F7;
    padding: 18px;
    box-shadow: inherit;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.1)
}

.abordqa .accordion_one.one2 .qttl,
.qa .accordion_one.one2 .qttl {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.qttl span {
    display: inline-block;
    background: #DA4741;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    line-height: 34px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
}
.abordqa .qttl span {
    background: #62BCC3;
}
.abordqa .program_detail,
.qa .program_detail {
    padding: 25px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.abordqa .a {
    background: #DA4741;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    line-height: 34px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
}
.qa .a {
    background: #62BCC3;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    line-height: 34px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
}
.abordqa .program_detail p,
.qa .program_detail p {
    display: block;
    width: 94%;
    color: #575757;
    font-size: 16px;
    line-height: 1.4;
}
.qa_inner .title {
    padding: 100px 0 10px;
}




/*footer*/
#footer {
    width: 100%;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
    min-width: 1366px;
}
#footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    background: url(./img/footer.svg)no-repeat;
    background-size: 100%;
    width: 509.67px;
    height: 147px;

}
.footer_inner {
    min-width: 1366px;
    margin: 0 auto;
    text-align: center;
}
.footer_logo {
    width: 64px;
    height: 38px;
    margin: 0 auto
}
.footer_inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0 35px;
}
.footer_inner ul li {
    padding: 0 20px;
    border-right: 1px solid #BFBEB9;
}
.footer_inner ul li:last-child {
    border-right: 0;
}
.footer_inner ul li a {
    color: #5d5d5d;
    font-size: 14px;
}

.copyright {
    background: #F5F6F7;
    text-align: center;
    font-size: 11px;
    color: #888888;
    padding: 12px 0;
    position: relative;
}



/*小学生-----------------------------------*/

#primary .kv_area {
    background: url(./img/pc_kv_p.png)no-repeat;
    background-size: cover;
}
#primary .catch {
    width: 387px;
    position: absolute;
    bottom: -52px;
    left: -23px;
}
/*#primary .s_07 .accordion_one.one3 .accordion_header {
    padding: 13px 25px;
    margin-bottom: 0;
}*/
#primary .s_07 .accordion_one.one3 .accordion_header

/*#primary .s_07 .accordion_one.one3 {
    background: #fff;
    border-radius: 4px;
}*/

#primary .s_07 .accordion_one.one3 .accordion_header .i_box {
    right: 25px;
}
#primary .s_07 .accordion_one.one3 .accordion_inner {
    padding-top: 0;
}
#primary .s_07 .accordion_one.one4 .accordion_header {
    padding: 0;
    margin-bottom: 7px;
}
#primary .s_07 .accordion_one.one4 .accordion_header:last-child {
    margin-bottom: 0;
}

#primary .s_07 .accordion_one .accordion_header span {
    width: 90px;
    left: 40%;
}
#primary .abord_area .s_07 .accordion_one.one3 .accordion_one.one4 .accordion_header span,
#primary .s_07 .accordion_one.one4 .accordion_header .dayday span,
#primary .s_07 .accordion_one.one3 .accordion_header .progrm_date span {
    width: 60px!important;
}

#primary .s_07 .accordion_one.one4 {
    padding: 13px;
}
#primary .s_07 .accordion_one.one3 .accordion_header .progrm_date {
    padding: 15px 5px;
}

#primary .program_link {
    width: 140px;
}
#primary .abord_area .program_link {
    width: 150px;
}
#primary .abord_area .s_07 .accordion_one.one3 .accordion_one.one4 .accordion_header .program_link a span {
    width: auto!important;
    left: 47%
}

#primary .s_07 {
    margin-top: 37px;
}
.junior .s_07 {
    margin-top: 35px;
}

#primary .Area_link,
#primary .english_program {
    background: #90BE20;
}
#high .arealinkbg,
#high .english_program_inner,
#primary .arealinkbg,
#primary .english_program_inner {
   background: url(./img/map_bg_p.png);
    background-size: cover;
}

#primary .program_name_ttl {
    padding: 20px 62px 20px 47px;
}

#primary .onelist .fontbox {
    line-height: 1.4;
}
/*
#primary .abord_area .s_07 .accordion_one .accordion_header span {
    width: auto!important;
}*/
#primary .abord_area .s_07 .accordion_one.one3 .accordion_header span,
#primary .abord_area .s_07 .accordion_one .accordion_header span.place {
    width: auto!important;
}
#primary .onelist .fontbox b {
    color: #DA4741;
}
#primary .onelist .program_link {
    width: 220px;
}

#primary .oneone2 .s_07 .accordion_one.one3 .accordion_header {
    padding: 0;
    margin-bottom: 7px;
}
#primary .hierarchy3 .s_07 .accordion_one.one3 .accordion_header:last-child,
#primary .oneone2 .s_07 .accordion_one.one3 .accordion_header:last-child {
    margin-bottom: 0;
}
#primary .hierarchy3 .s_07 .accordion_one.one3,
#primary .oneone2 .s_07 .accordion_one.one3 {
    background: none;
}
#primary .oneone2 .accordion_one .accordion_header span {
    left: 44%;
}
.s_07 .accordion_one .accordion_header .progrm_date .dayday:first-child .fontbox.short {
    width: 150px;
}
#primary .hierarchy3 .s_07 .accordion_one.one3 .accordion_header {
    padding: 0;
    margin-bottom: 7px;
}
#primary .hierarchy3 .s_07 .accordion_one.one3 {
    margin-bottom: 0;
}

#primary #en_prgram06 {
    margin-bottom: 25px;
}
#primary #en_prgram07 {
    margin-bottom: 180px;
}
#primary #abroad_training .english_training_inner ul {
    display: block;
}

#primary #abroad_training .english_training_inner ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#primary #abroad_training .english_trainingImg {
    width: 429px;
    height: 280px;
    overflow: auto;
}
#primary #abroad_training .english_trainingImg img {
    border-radius: 0;
    width: 100%;
    height: 280px;
    object-fit: cover;
}
#primary #abroad_training .english_training_box {
    margin: 30px auto 60px;
}
#primary #abroad_training .english_training_body_inner {
    width: 429px;
    border-radius: 4px;
    margin-left: -30px;
    margin-top: 58px;
    min-height: auto;
    padding: 40px 30px;
}
#primary #abroad_training .english_training_body::after {
    left: -1px;
}

#primary .english_program .link_box ul li:nth-child(3) a span {
    font-size: 18px;
}
#primary .english_program .link_box ul li:nth-child(4),
#primary .english_program .link_box ul li:nth-child(5),
#primary .english_program .link_box ul li:nth-child(6) {
    margin-bottom: 29px;
}
#primary .english_program .link_box ul li:nth-child(7) {
    margin-bottom: 0;
} 
#primary .english_program .link_box ul li:nth-child(7) a,
#primary .english_program .link_box ul li:nth-child(6) a {
    line-height: 78px;
    min-height: 78px;
    max-height: 78px;
    padding-top: 0;
    padding-bottom: 0;
} 

#high .english_program .link_box ul li:nth-child(2),
#primary .english_program .link_box ul li:nth-child(3) {
    line-height: 0.8;
}
#primary .english_program .link_box ul li:nth-child(4) a,
#primary .english_program .link_box ul li:nth-child(5) a {
    line-height: 1.1;
    padding-top: 16px;
    min-height: 78px;
}
#primary .english_program .link_box ul li:nth-child(5) a {
    font-size: 16px;
}
/*#primary .english_program {
    height: 850px;

}
#primary .abroad_program .english_program_inner {
    height: 490px;
}*/
#primary .english_program .link_box ul {
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 315px);
    justify-content: center;
    grid-gap: 1rem;
}
#primary .english_program .link_box ul li {
    margin-bottom: 29px;
}

#primary .abroad_program.english_program_inner,
#primary .abroad_program.english_program {
    height: auto;
}

#primary .abord_area .s_07 {
    margin-top: 15px;
}

#primary .abord_area .onelist .dayday1 .fontbox {
    line-height: inherit;
}
#primary .abord_area .onelist .program_link {
    width: 150px;
}

#primary #footer::after {
    background: url(./img/footer_geen_pc.svg)no-repeat;
    background-size: 100%;
    width: 509.67px;
    height: 147px;

}

#primary #en_prgram01 .program_box {
    background: url(./img/en_program01_p.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 35%;
}

#primary #en_prgram02 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program02_p.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
   background-position: 50% 47%;
}

#primary #en_prgram03 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program03_p.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 58%;
}

#primary #en_prgram04 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program02.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: 160%;
    background-position: 38% 38%;
}
#primary #en_prgram05 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program05_p.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 64%;
}

#primary #en_prgram06 .program_box {
    background: url(./img/en_program06.jpg)no-repeat;
    background-size: cover;
    background-position: 50% 58%;
}
#en_prgram07 .program_box {
    margin: 45px auto 0;
    clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 50px), 0 100%);
    background: url(./img/en_program07.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 87%;
}



.about_program_body_ttl span b {
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
    color: #555;
}

#primary .abord_area .s_07 .accordion_one.one3 {
    border-radius: 4px;
}
#primary .abord_area  .s_07 .accordion_one.one3 .accordion_header {
    padding: 15px 12.5px;
    margin-bottom: 0;
    background: #F5F6F7;
}
#primary .abord_area  .s_07 .accordion_one.one3 .i_box  {
    right: 20px;
}
#primary .abord_area .s_07 .accordion_one.one4 .accordion_header {
    background: #fff;
    padding: 0;
}
#primary .abord_area .s_07 .accordion_one.one4 {
    padding-top: 0;
}

#primary #abord_prgram01 .program_body {
    padding-bottom: 0;
}


#primary .abord_area .s_07 .accordion_one.one2 .accordion_header span {
    width: auto;
}


#primary .abroad_program .english_program_inner {
    padding-bottom: 162px;
}
#primary .abord_area .s_07 .accordion_one.one3 .accordion_header {
    padding: 0;
    margin-bottom: 10px;
    background: #fff;
}





/*高校生*/
#high .kv_area {
    background: url(./img/pc_kv_h.png)no-repeat;
    background-size: cover;
    min-width: 1366px;
}

#high .catch {
    width: 682px;
    bottom: 57px;
}
#high #whyarea::after {
    background: #8E67A6;
}
#high .english_training_inner ul li {
    margin-bottom: 0;
}
#high .english_training_body_inner {
    min-height: 270px;
}
#high .english_program,
#high .Area_link {
    background: #8E67A6;
}
#high .difference_box ul li {
    margin-bottom: 0;
}
#high .difference_box ul li:first-child .point_img img {
    width: 100%;
    margin: 0px auto 0;
}
#high .difference_box ul li:first-child .point_coment {
    padding: 20px 35px 35px;
    min-height: 135px;
    line-height: 1.5;
}
#high .difference_box ul {
    /* display: flex; */
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 454px);
    justify-content: center;
    grid-gap: 24px;
}

#high .english_program .link_box ul li {
    margin-bottom: 0;
}
#high .english_program_inner,
#high .english_program {
    height: 655px;
}

#high #en_prgram05 {
    margin-bottom: 180px;
}
#high .english_program.abroad_program .link_box ul li:nth-child(1) a {
    line-height: 1;
    padding-top: 13px;
}
#high #en_prgram01 .program_box {
    background: url(./img/en_program01_h.jpg)no-repeat;
    width: 1000px;
    height: 301px;
    background-size: cover;
    background-position: 50% 35%;
}

#high .english_program .link_box ul {
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 315px);
    justify-content: center;
    grid-gap: 1rem;
}
#high #footer::after {
    background: url(./img/footer_murasaki_pc.svg)no-repeat;
    background-size: 100%;
    width: 509.67px;
    height: 147px;

}



/*------20231201追加----------*/
.info_bottom2.session {
    padding: 70px 0 70px;
}
.info_bottom2.session .infoarea ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.info_bottom2.session .infoarea ul li {
    width: 420px;
    padding: 10px;
}
.info_bottom2.session .infoarea ul li:first-child {
    padding-left: 0;
}
.info_bottom2.session .infoarea ul li:nth-child(2) {
    padding-right: 0;
}
.info_bottom2.session .infoarea ul li:last-child {
    width: 850px;
    margin-top: 20px;
} 
.info_bottom2.session .infoarea ul li:last-child .info {
    padding: 30px 0;
}

.info_bottom2.session .infoarea ul li:last-child .infobtn {
    width: 400px;
}
.tarm .program_body {
    padding-bottom: 0px;
}
#tarm_text {
    text-align: center;
    font-weight: 700;
    padding: 70px 0 100px 0;
    font-size: 18px;
}

.info_bottom2.session .infoarea ul li::after {
    bottom: -8px;
}
.orange_ft {
    color: #F39800
}
.orange a {
    text-align: center!important;
    font-weight: 500;
    color: #fff!important;
    background: #F39800;
    border: 1px solid #F39800;
    transition: .55s cubic-bezier(0.4, 0, 0.63, 1);
    border-radius: 2px;
}
.orange a:hover {
    background: #fff;
    border: 2px solid #F39800;
    color: #F39800!important;
}
.murasaki_ft {
    color: #8E67A6;
}
.murasaki a {
    text-align: center!important;
    font-weight: 500;
    color: #fff!important;
    background: #8E67A6;
    border: 1px solid #8E67A6;
    transition: .55s cubic-bezier(0.4, 0, 0.63, 1);
    border-radius: 2px;
}
.murasaki a:hover {
    background: #fff;
    border: 2px solid #8E67A6;
    color: #8E67A6!important;
}


/*bunner--20240124*/
.bunner_area_pre,
.bunner_area_high,
.bunner_area {
    width: 1109px;
    margin: 70px auto;
}
.bunner_area a:hover,
.bunner_area_pre a:hover,
.bunner_area_high a:hover {
    opacity: .9
}

/*youtube*/
.youtube_area {
    width: 1109px;
    margin: 70px auto;
    text-align: center;
}

/*pcend*/



/*スマートフォン*/
@media screen and (max-width:430px) {

    .plain_icon {
        width: 30px;
    }
    .sp_bunner {
        width: 100%;
        padding: 15px 15px 0;
        position: fixed;
        bottom: 5px;
        z-index: 99;
        transition : all 0.5s;
    }
    .sp_bunner ul {
        background: rgba(0,0,0,.75);
        border-radius: 2px;
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sp_bunner ul li {
        width: 50%;
        margin-right: 15px;
    }
    .sp_bunner ul li a {
        width: 100%;
        display: block;
        padding: 15px 0;
        box-shadow: 1px 5px 10px -1px rgba(0, 0, 0, 0.8);
    }
    .sp_bunner ul li:last-child {
        margin-right: 0;
    }

    .kv_area_sp {
        width: 100%;
        position: relative;
    }
    .catchsp {
        position: absolute;
        bottom: 3px;
        width: 85%;
        right: 0;
    }

    /*小学生*/
    #primary .catchsp {
        position: absolute;
        bottom: -133px;
        width: 102%;
        right: 0;
    }
    #primary .infoarea {
        padding: 0 15px;
        margin: 0px auto 70px;
        background: none;
        width: 100%;
    }

    .infoarea {
        padding: 0 15px;
        margin: -1px auto 70px;
        background: url(./img/sp_kv_bg.png)no-repeat;
        width: 100%;
        background-size: 100%;
    }
    .infoarea ul li::after,
    .info {
        width: 100%;
    }
    .infoarea ul {
        display: block;
    }
    .infoarea ul li {
        width: 100%;
        margin-bottom: 35px;
    }
    .infoarea ul li:last-child {
        margin-bottom: 0;
    }
    .infobtn {
        width: 80%;
        height: 58px;
        line-height: 58px;
        margin: 12px auto
    }
    .info p.info_coment {
        font-size: 14px;
    }
    .infobtn a,
    p.info_catch {
        font-size: 16px;
    }

    #whyarea {
        background: url(./img/whybg_sp.svg)no-repeat
        rgba(255,255,255,.6);
        background-size: 100%;
    }

    .why_box {
        width: 100%;
    }
    #whyarea::after {
        width: 100%;
        clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 24%);
        padding-top: 10%;
    }
    #whyarea .why_box ul.pconly {
        display: none!important;
    }

    .title {
        padding: 80px 0 40px;
    }
    h2 {
        font-size: 14px;
    }
    h3 {
        font-size: 42px;
    }
    .slick-slide {
        text-align: center;
    }

    .slider{
      width:100%;
      margin:0 auto;
      }
      img{
      width:100%;
      }
      .slick-list {
        min-height: 410px!important;
      }
      .slick-slide{
        height:auto!important;
      }
      .slider .slick-next{
        right:15px!important;
      }
      .slider .slick-prev{
        left:15px!important;
      }
      .slider .slick-arrow{
        z-index:2!important;
        width:25px!important;
        height:25px!important;
      }
      .slider .slick-arrow:before{
        content:""!important;
      }
      .slider .slick-arrow:before{
        content:""!important;
        width: 100%!important;
        height: 100%!important;
        position: absolute;
        top: -40px;
        left: 0;
        opacity:1!important;
      }
      .slider .slick-next:before{
        background: url(./img/slickarrow02.svg)!important;
        background-size: contain!important;
      }
      .slider .slick-prev:before{
        background: url(./img/slickarrow01.svg)!important;
        background-size: contain!important;
      }

    .whyttl {
        font-size: 24px;
        margin: 0 auto 5px;
    }
    .whyttl span {
        font-size: 40px;
    }
    .whyttl::before {
        width: 91px;
        height: 70.5px;
        left: -27px;
        bottom: 1px;
    }
    .why_box ul li p {
        font-size: 15px;
        line-height: 1.6;
        width: 71%;
        margin: 0 auto;
    }

    .why_inner {
        padding-bottom: 70px;
    }

    .whybottom {
        background: url(./img/whybottomsp.svg)no-repeat;
        background-size: 100%;
        /* padding-bottom: 15.2%; */
        bottom: -121px;
        height: 121px;
    }
    #voice {
        padding: 80px 0 60px;
    }
    #voice .title {
        padding: 30px 0 40px;
    }

    .voice_list {
        width: 100%;
    }
    .voice_list ul li:first-child {
        padding-top: 0;
    }
    .voice_list ul li {
        padding: 40px 15px;
    }

    .voice_wrap {
        width: 100%;
        flex-wrap: wrap;
    }
    .voice_img img, .voice_img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .voice_img.bluebg::after,
    .voice_img.redbg::after {
        width: 95%;
        height: auto;
        z-index: -1;
        bottom: -35px;
        padding-top: 59%;
    }

    .voice_box {
        width: 100%;
        margin-top: 40px;
        padding: 0 10px;
    }

    .voice_ttl {
        font-size: 18px;
        font-weight: 600;
    }
    .voice_area p {
        font-size: 13px;
        padding-left: 10px;
    }
    p.vocie_coment {
        font-size: 15px;
    }
    .voice_name {
        text-align: right;
        margin-top: 20px;
    }

    .voice_list ul li::after {
        background: url(./img/voice_linesp.svg)no-repeat;
        height: 1px;
        background-size: 100%;
        width: 93.5%;
    }


    .voice_area img {
        width: 28px;
    }
    .voice_list ul li:nth-child(2) .voice_box {
        margin-right: 0;
        order: 2;
    }
    .voice_list ul li:nth-child(2) .voice_img img {
        object-position: inherit;
    }
    p.voice_name {
        font-size: 14px;
        color: #777777;
        margin-top: 13px;
        line-height: 1.6;
    }

    .voice_total img {
        width: 75px;
    }
    .voice_total p {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 500;
    }

    .info_bottom_inner {
        top: -20px;
    }
    .info_bottom {
        padding: 45px 0 60px;
    }

    .info_bottom .infoarea {
        margin: 0 auto;
        background: inherit;
    }



    /*お子様はどっちが向いている?*/
    #witch h2 {
        font-size: 18px;
    }
    #witch .title {
        position: relative;
        padding: 60px 0 10px;
    }
    .witch_ttleimg {
        position: absolute;
        width: 85%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -95px;
        z-index: 99;
    }
    .witch_inner {
        padding-bottom: 0;
    }


    .choose_box {
        position: relative;
        height: 110vw;
        background: rgba(255,255,255,.3);
        width: 90%;
        border-radius: 18px;
        margin: 0 auto 80px;
        box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2) inset;
    }
     .choose_box p {
        font-size: 20px;
        display: block;
        font-weight: 700;
        text-align: center;
        line-height: 1.6
    }
    .choose_box span {
        display: inline-block;
        background: #222;
        width: 75px;
        padding: 12px 0;
        text-align: center;
        color: #fff;
        font-weight: 600;
        border-radius: 100px;
        margin: 30px auto 15px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .btn_area {
        padding: 30px 0;
    }
    .btn_area ul.flexbox {
        border-top: 1px solid #CBCBCB;
        padding-top: 30px;
        width: 80%;
        text-align: center;
        margin: 0 auto
    }

    .choose_box ul li {
      width: 100%;
      margin-bottom: 20px;
      list-style: none;
    }

    .choose_box ul li button {
      display: block;
      padding: 15px 0;
      text-align: center;
      background-color: #fff;
      font-weight: 700;
      font-size: 16px;
      text-decoration: none;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      width: 100%;
      box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.2);
    }
    button{
            background-color: transparent;
            cursor: pointer;
            outline: none;
            padding: 0;
            appearance: none;
    }
    .choose_box ul.flexbox li.even button {
        border: 2px solid #62BCC3;
        color: #62BCC3
    }
    .choose_box ul.flexbox li.odd button {
        border: 2px solid #DA4741;
        color: #DA4741
    }

    .choose_box span.btnback button.back,
    .choose_box .btn_area span.btnback {
        border: none;
        background: inherit;
        width: auto;
        margin: 0 auto 0;
        padding: 0;
    }
    .choose_box span.btnback button.back,
    .choose_box .btn_area span.btnback button.back {
        border: none!important;
        color: #676767;
        font-weight: 400;
        font-size: 14px;
        text-decoration: underline;

    }

    .fit {
      position: absolute;
      left: 0px;
      top: 20px;
      width: 100%;
      text-align: center;
    }
    .fit p.childtype {
        font-size: 15px;
        font-weight: 500;
        position: relative;
        /* display: inline-block; */
        width: 270px;
        margin: 30px auto 10px;
    }
    .fit p.childtype::before {
        content: "";
        position: absolute;
        background: url(./img/chose_line01.svg)no-repeat;
        width: 10px;
        height: 10px;
        background-size: 100%;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
    }
    .fit p.childtype::after {
        content: "";
        position: absolute;
        background: url(./img/chose_line02.svg)no-repeat;
        width: 10px;
        height: 10px;
        background-size: 100%;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }
    .fit h4.childtypeA a {
        font-size: 34px;
        font-weight: 700;
        color: #62BCC3;
        position: relative;
    }
    .fit h4.childtypeB a {
        font-size: 34px;
        font-weight: 700;
        color: #DA4741;
        position: relative;
    }
    .fit h4.childtypeA a::after {
        content: "";
        position: absolute;
        background: url(./img/arrowblue.svg)no-repeat;
        background-size: 100%;
        width: 25px;
        height: 25px;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .fit h4.childtypeB a::after {
        content: "";
        position: absolute;
        background: url(./img/arrowred.svg)no-repeat;
        background-size: 100%;
        width: 25px;
        height: 25px;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .btn_area_last {
        border-top: 1px solid #CBCBCB;
        padding-top: 20px;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        margin-top: 50px;
    }

    .choose_box span.btnback {
        border: none;
        background: inherit;
        width: auto;
        margin: 10px auto 0;
        padding: 0;
    }
    #abroad_training::after,
    #english_training::after {
        clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 24%);
        padding-top: 10%;
    }

    .english_training_inner {
        width: 100%;
        padding: 0 0 0 15px;
    }

    .english_training_inner ul li {
        width: 100%;
        margin-right: 0;
    }
    .english_trainingImg {
        width: 100%;
        height: 250px;
        padding-right: 15px;
    }
    .english_trainingImg img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        
    }
    .english_training_inner ul li:first-child .english_trainingImg img {
        object-position: 25% 37%;
    }

    .english_training_body_inner {
        width: 96%;
        border-radius: 4px 0 0 4px;
        margin-left: auto;
        margin-right: 0;
        margin-top: -65px;
        min-height: auto;
        padding: 20px 30px 40px;
    }
    .english_training_body::after {
        left: 30px;
    }
    .english_training_body p {
        font-size: 15px;
    }
    .english_training_body_inner h4 {
        font-size: 16px;
    }
    .english_training_icon {
        margin: 0 auto 4px;
    }
    #primary .english_training_body_inner,
    .english_training_inner ul li:nth-child(4) .english_training_body_inner,
    .english_training_inner ul li:nth-child(5) .english_training_body_inner {
        min-height: auto;
    }
    .english_training_inner ul li,
    .english_training_inner ul li:nth-child(4),
    .english_training_inner ul li:nth-child(5) {
        margin-bottom: 40px;
    }

    #abroad_training .why_inner,
    #english_training .why_inner {
        padding-bottom: 5px;
    }

    #abroad_training .title h2,
    #english_training .title h2 {
        font-size: 21px;
    }

    #abroad_training .title p,
    #english_training .title p {
        font-size: 13px;
        font-weight: 400;
    }
    .english_training_box {
        margin: 0px auto 40px;
    }
    #abroad_training .whybottom,
    #english_training .whybottom {
        bottom: -127px;
    }
    #abroad_training .english_training_body_inner {
        min-height: auto;
        width: 96%;
        border-radius: 4px 0 0 4px;
        margin-left: auto;
        margin-right: 0;
        margin-top: -65px;
        padding: 20px 30px 40px;
    }


    .Area_link {
        width: 100%;
        min-width: auto;
        height: auto;
        z-index: -2;
        height: auto;
        background: #F39800;
        clip-path: polygon(0 14%, 100% 10%, 100% 100%, 0 98%);
        margin-top: -50px;
    }
    .arealinkbg {
        width: 100%;
        min-width: inherit;
        height: auto;
        position: relative;
        z-index: -2;
         background: url(./img/map_bgsp.png); 
        background-size: cover;
        clip-path: polygon(0 1%, 100% 10%, 100% 100%, 0 98%);
        margin-top: -50px;
        background-position: 50% -40%;

    }
    .Area_link_inner {
        padding-top: 50px;
        padding-bottom: 61px;
    }
    .link_box ul {
        display: block;
        justify-content: inherit;
        align-items: center;
        flex-wrap: inherit;
        width: 100%;
        margin: 0 auto;
    }

    .Area_link h3 {
        font-size: 21px;
        font-weight: 500;
    }

    .link_box {
        margin-top: 0px;
    }
    .link_box ul li {
        margin: 0 auto 20px;
        width: 70%;
    }

    .link_box ul li:nth-child(4),
    .link_box ul li:nth-child(5) {
        margin-bottom: 20px;
    }
    .link_box ul li:nth-child(3),
    .link_box ul li:nth-child(5),
    .link_box ul li:nth-child(6),
    .link_box ul li:nth-child(7) {
        margin-right: auto;
    }
    .link_box ul li a {
        width: 100%;
        padding: 20px 0 20px 20px;
        font-weight: 500;
        font-size: 15px;
        border-radius: 1px;
    }
    .link_box ul li span.arrow {
        right: 1px;
        bottom: 1px;
    }
    .link_box ul li span.arrow {
        position: absolute;
        background: #DA4741;
        width: 40px;
        height: 54px;
        line-height: 62px;
        display: block;
        border-radius: 0 2px 2px 0;
        text-align: center;
    }
    .link_box ul li span.arrow img {
        width: 20.72px;
        height: 20.72px;
        margin-top: 5px;
    }


    .Area_link .title {
        padding: 80px 0 40px;
    }

    .difference_box {
        width: 100%;
        padding: 0 15px;
    }
    .difference h2 {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .difference h3 {
        font-size: 30px;
    }
    .difference h3 span {
        width: 13px;
    }
    .difference .title {
        padding: 60px 0;
    }
    .point_box {
        display: flex;
        align-items: flex-end;
        border-bottom: 2px solid #DA4741;
        width: 100%;
    }
    .difference_box ul li {
        margin-right: 0;
        width: 100%;
    }
    .pointnum {
        width: 50.39px;
        height: 42.925px;
        line-height: 45px;
        font-size: 27px;
        font-weight: 500;
    }
    .point_name {
        width: 9px;
        margin-right: 15px;
        margin-bottom: 3px;
    }



    .point_title {
        font-size: 18px;
        width: 70%
    }
    .point_body {
        margin-top: 13px;
        min-height: auto;
        padding: 15px 15px 30px;
    }
    .difference_box ul li:nth-child(3) .point_body,
    .difference_box ul li:nth-child(4) .point_body {
        min-height: auto;
    }



    .point_img {
        height: auto;
    }
    .point_img img {
        height: auto;
        object-fit: inherit;
    }

    .difference_box ul li:first-child .point_img img {
        width: 100%;
        margin: 10px auto 0;
    }
    .point_coment {
        padding: 15px 0 0;
        min-height: auto;
        font-size: 15px;
    }
    .abroad .difference_box ul li:first-child .point_coment,
    .difference_box ul li:first-child .point_coment {
        padding-top: 15px;
        padding: 15px 0 0;
    }
    .abroad ul li:nth-child(3) .point_body,
    .abroad ul li:nth-child(4) .point_body {
        min-height: auto;
        margin-bottom: 30px;
    }
    .point_coment span {
        font-size: 13px;
    }

    #abord_prgram04,
    #abord_prgram03,
    #abord_prgram02,
    #abord_prgram01,
    #en_prgram07,
    #en_prgram06,
    #en_prgram05,
    #en_prgram04,
    #en_prgram03,
    #en_prgram02,
    #en_prgram01 {
        padding: 0 15px;
    }
    .english_program {
        overflow: hidden;
    }

    .english_program.abroad_program .link_box ul,
    #abord_prgram01 .program_box,
    #abord_prgram02 .program_box,
    #abord_prgram03 .program_box,
    #abord_prgram04 .program_box,
    .program_bgred,
    .program_dott,
    .english_program .link_box ul,
    .english_program_inner,
    .program_box,
    #en_prgram01,
    #en_prgram02,
    #en_prgram03,
    #en_prgram04,
    #en_prgram05,
    #en_prgram06,
    #en_prgram07,
    #abord_prgram04,
    #abord_prgram03,
    #abord_prgram02,
    #abord_prgram01,
    .english_program {
        min-width: auto;
        width: 100%;
        height: auto;
    }
    .english_program,
    .english_program_inner {
        clip-path: polygon(0 12%, 100% 9%, 100% 100%, 0 98%);
    }
    .english_program_inner {
        position: relative;
        z-index: -2;
        background: url(./img/map_bgsp.png)no-repeat;
        background-size: 120%;
        height: auto;
        background-position: 50% 4150%;
        padding-bottom: 200px;
    }


    .english_program h3 {
        font-size: 20px;
    }

    .english_program h2 {
        font-size: 13px;
    }
    .english_program .title {
        padding: 150px 0 40px;
    }
    .english_program .link_box ul {
        display: block;
    }
    .english_program .link_box ul li {
        width: 75%;
        margin-right: auto;
        position: relative;
        margin-bottom: 50px;
        min-height: auto;
    }

    .english_program .link_box {
        margin-top: 0px;
    }
    .english_program .link_box ul li {
        margin: 0 auto 20px;
        width: 70%;
    }

    .english_program .link_box ul li:nth-child(4),
    .english_program .link_box ul li:nth-child(5) {
        margin-bottom: 20px;
    }
    .english_program .link_box ul li:nth-child(3),
    .english_program .link_box ul li:nth-child(5) {
        margin-right: auto;
    }
    .english_program .link_box ul li a {
        width: 100%;
        font-weight: 500;
        font-size: 15px;
        border-radius: 1px;
        min-height: auto
    }
    .english_program .link_box ul li:nth-child(1) a,
    .english_program .link_box ul li:nth-child(4) a,
    .english_program .link_box ul li:nth-child(5) a,
    .english_program .link_box ul li:nth-child(6) a {
        line-height: 1.4;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .english_program .link_box ul li:nth-child(3) a {
        font-size: 13px;
    }
    .english_program .link_box ul li:nth-child(2) a,
    .english_program .link_box ul li:nth-child(3) a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    #primary .english_program .link_box ul li:nth-child(2) a,
    #primary .english_program .link_box ul li:nth-child(3) a,
    #primary .english_program .link_box ul li:nth-child(6) a {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 13px;
    }
    .english_program .link_box ul li:nth-child(6) {
        margin-right: auto;
    }
    .english_program .link_box ul li a span {
        font-size: 13px;
    }
    .english_program .link_box ul li span.arrow {
        right: 1px;
        bottom: 1px;
        border-radius: 0px 2px 2px 0;
        height: 58px;
        line-height: 70px;
    }
    #high .english_program .link_box ul li span.arrow:nth-child(2) {
        height: 54px;
        line-height: 64px;
    }

    .junior .english_program .link_box ul li span.arrow {
        height: 59px;
    }
    .english_program.abroad_program .link_box ul li span.arrow {
        height: 64px;
        line-height: 73px;
    }
    #high .english_program.abroad_program .link_box ul li span.arrow {
        height: 63px;
    }

    .program_box {
        margin-top: -150px;
        background-position: 50% 60%;
    }
    .program_bg {
        height: 232px;
    }
    .program_dott,
    .program_box,
    .program_bg {
        clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 42px), 0 100%);
    }
    .program_dott {
        background-size: cover;
    }
    .program_name {
        bottom: 60px;
    }
    .program_name span {
        width: 54px;
        height: 35.2px;
    }
    .program_name span img {
        width: 22px;
    }
    .program_name h5 {
        font-size: 18px;
    }
    .program_bgred {
        margin-top: -57px;
    }


    .program_body {
        width: 100%;
        padding-bottom: 5px;
    }
    .program_coment p {
        font-size: 15px;
    }
    .program_coment {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .about_program_ttl_box::before {
        width: 31px;
    }
    .about_program_ttl {
        width: 84%;
        margin-left: 31px;
        line-height: 1.4;
        padding: 15px 20px;
        font-size: 15px;
    }

    .about_program_body {
        width: 100%;
        padding: 25px 20px 0 20px;
    }
    .about_program_body_ttl {
        flex-wrap: wrap;
        align-items: center;
    }
    .program_icon {
        width: 6%;
    }
    .about_program_body_ttl span {
        display: block;
        width: 88%;
        font-size: 16px;
        line-height: 1.4;
    }

    .about_program_body p {
        font-size: 14px;
        padding-top: 5px;
        margin-left: 26px;
    }

    .program_list {
        width: 100%;
        padding: 15px 15px 0;
        margin-bottom: 0;
    }
    #en_prgram06.onelist .program_name_ttl,
    .program_name_ttl {
        top: -45px;
        border-radius: 4px 4px 0 0;
        padding: 15px 15px 0;
        font-size: 16px;
        width: 85%;
    }
    .program_name_ttl span {
        width: 27.5px;
        height: 37px;
        margin-right: 10px;
    }
    .program_list_wrap {
        padding: 25px 15px 15px;
    }
    .program_subject {
        font-size: 13px;
        text-align: left;
    }
    .program_subject span {
        width: 110px;
        border-radius: 5px;
        padding: 8px 0;
        margin-left: 6px;
        font-size: 14px;
    }




    .txt-hide2,
    .txt-hide3,
    .txt-hide4,
    .txt-hide5,
    .txt-hide6,
    .txt-hide7,
    .txt-hide8,
    .txt-hide9,
    .txt-hide10,
    .txt-hide11,
    .txt-hide12,
    .txt-hide13,
    .txt-hide{
    display: none;
    }
    a.more,
    a.more2,
    a.more3,
    a.more4,
    a.more5,
    a.more6,
    a.more7,
    a.more8,
    a.more9,
    a.more10,
    a.more11,
    a.more12,
    a.more13,
    a.more {
        display: none;
        border:;
    }

    a.more,
    a.more2,
    a.more3,
    a.more4,
    a.more5,
    a.more6,
    a.more7,
    a.more8,
    a.more9,
    a.more10,
    a.more11,
    a.more12,
    a.more13,
    a.more {
        width: 90%;
        margin: 30px auto 10px;
        display: block;
        color: #626262;
        padding: 15px;
        border: none;
        outline: 0;
        transition: .5s;
        -erbkit-transition: .5s;
        border: 1px solid #626262;
        font-size: 15px;
        text-align: center;
    }
    a.more::after,
    a.more2::after,
    a.more3::after,
    a.more4::after,
    a.more5::after,
    a.more6::after,
    a.more::after {
    content: "開催地と日程を見る";
    transition: .2s;
    -erbkit-transition: .2s;
    }

    a.more7::after,
    a.more8::after,
    a.more9::after,
    a.more10::after,
    a.more11::after,
    a.more12::after,
    a.more13::after {
    content: "出発空港と日程を見る";
    transition: .2s;
    -erbkit-transition: .2s;
    }
    a.more.on-click::after,
    a.more2.on-click::after,
    a.more3.on-click::after,
    a.more4.on-click::after,
    a.more5.on-click::after,
    a.more6.on-click::after,
    a.more7.on-click::after,
    a.more8.on-click::after,
    a.more9.on-click::after,
    a.more10.on-click::after,
    a.more11.on-click::after,
    a.more12.on-click::after,
    a.more13.on-click::after,
    a.more.on-click::after {
    content: "閉じる";
    }






    .abord_area .s_07 .accordion_one,
    .s_07 .accordion_one {
        font-size: 14px;
        padding: 15px 12.5px;
    }
    .abord_area .s_07 .accordion_one.one2,
    .s_07 .accordion_one.one2 {
        padding: 15px 12.5px;
        box-shadow: 0px 4px 2px -1px rgba(0, 0, 0, 0.17);
    }
    .s_07 .accordion_one .accordion_inner {
        padding-top: 15px;
    }
    .s_07 .accordion_one .accordion_header {
        font-weight: 400;
        font-size: 12px
    }
    .s_07 .accordion_one .accordion_header span {
        font-weight: 500;
        border-radius: 4px;
        margin-left: 7px;
        width: 85px
    }



    .s_07 .accordion_one.one3 .accordion_header {
        background-color: #fff;
        color: #222;
        font-size: 14px;
        padding: 0;
        text-align: left;
        position: relative;
        z-index: +1;
        cursor: pointer;
        transition-duration: 0.2s;
        border-radius: 4px;
        margin-bottom: 15px;
        box-shadow: inherit;
        box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.17);
        border: 1px solid #ddd;
    }

    .program_detail2,
    .program_detail {
        display: block;
        justify-content: inherit;
        padding-bottom: 0;
    }
    .s_07 .accordion_one.one3 .accordion_header .progrm_date {
        padding: 15px 0 13px;
        text-align: center;
        line-height: 1.6;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }
    .abord_area .s_07 .accordion_one.one3 .accordion_header .progrm_date {
        padding: 15px 0 13px;
        text-align: center;
        line-height: 1.6;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }
    .abord_area .s_07 .accordion_one.one3 .accordion_header .progrm_date span,
    .s_07 .accordion_one.one3 .accordion_header .progrm_date span {
        border-radius: 2px;
        margin: 0 15px 0 10px;
        display: block;
        width: 78px;
        padding: 3px;
    }

    .abord_area .s_07 .accordion_one.one3 .accordion_header .progrm_date span.place02,
    .s_07 .accordion_one.one3 .accordion_header .progrm_date span.place02 {
        margin-left: 10px;
    }
    .program_link {
        background: #DA4741;
        padding: 30px 10px;
        width: 90%;
        border-radius: 4px;
        margin: 10px auto;
        border: 1px solid #DA4741;
    }
    .onelist .program_link a span,
    .s_07 .accordion_one.one3 .accordion_header .program_link a span {
        font-size: 16px;
        font-weight: 600;
    }
    .program_link a::after {
        width: 20px;
        height: 20px;
    }

    .s_07 .accordion_one.one2 .accordion_header .program_link:hover {
        background: #DA4741;
        border: none;
    }
    .s_07 .accordion_one.one2 .accordion_header .program_link:hover span {
        color: #fff
    }
    .s_07 .accordion_one.one2 .accordion_header .program_link:hover a::after {
        background: url(./img/link_icon.svg);
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

    .s_07 .accordion_one.one3 .accordion_header .progrm_date .dayday:first-child .fontbox {
         background-image: linear-gradient(to right, #ddd 4px, transparent 4px);
        background-size: 10px 1px;
        background-repeat: repeat-x;
        background-position: left bottom;
        padding-bottom: 20px;
        margin: 10px auto 0;
        padding-left: 15px;
        text-align: left;
        width: auto;
        font-size: 14px;

    }
    .fontbox {
        text-align: left;
        width: auto;
        font-size: 14px;
    }

    .s_07 .accordion_one.one3 .accordion_header .progrm_date .fontbox:first-of-type, {
        background-image: linear-gradient(to right, #ddd 4px, transparent 4px);
        background-size: 10px 1px;
        background-repeat: repeat-x;
        background-position: left bottom;
        padding-bottom: 20px;
        margin: 0 auto;
        padding-left: 0;
        text-align: left;
        width: auto;
        font-size: 14px;
    }
    .fontbox:last-child {
        background: none;
        padding-bottom: 0;
    }
    .abord_area .fontbox:last-child {
        margin: 0;
    }

    #abord_prgram04 .program_box,
    #abord_prgram03 .program_box,
    #abord_prgram02 .program_box,
    #en_prgram07 .program_box,
    #en_prgram06 .program_box,
    #en_prgram05 .program_box,
    #en_prgram04 .program_box,
    #en_prgram03 .program_box,
    #en_prgram02 .program_box,
    #high #en_prgram01 .program_box,
    #primary #en_prgram07 .program_box,
    #primary #en_prgram06 .program_box,
    #primary #en_prgram05 .program_box,
    #primary #en_prgram04 .program_box,
    #primary #en_prgram03 .program_box,
    #primary #en_prgram02 .program_box,
    #primary #en_prgram01 .program_box {
        min-width: auto;
        width: 100%;
        height: auto;
        margin-top: 25px;
        clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 42px), 0 100%);
    }


    #primary #en_prgram04 .program_box,
    #en_prgram02 .program_box {
        background-size: cover;
        background-position: 50% 135%;
    }
    #en_prgram04 .program_box {
        background-position: 50% 130%;
    }
    #en_prgram05 .program_box {
        background-position: 50% 122%;
    }
    #en_prgram06 .program_box {
        background-size: 156%;
        background-position: 50% 84%;
    }
    #abord_prgram01 .program_box {
        background-position: 50% 117%;
    }
    #abord_prgram02 .program_box {
        background-position: 50% 126%;
    }
    #abord_prgram03 .program_box {
        background-position: 50% 118%;
    }
    #abord_prgram04 .program_box {
        background-size: 150%;
        background-position: 50% 35%;
    }

    #primary #en_prgram01 .program_box {
        background-position: 50% 39%;
        margin-top: -130px;
    }

    #primary #en_prgram06 .program_box {
        background-size: cover;
        background-position: 50% 58%;
    }

    .program_name_ttl span.minfont,
    .program_name h5 p {
        font-size: 12px;
    }

    .onelist .program_body {
        width: 100%;
        padding-bottom: 5px;
    }



    .junior #en_prgram03.onelist .program_name_ttl {
        top: -65px
    }
    .onelist .program_name_ttl {
        top: -65px;
    }



    .onelist .fontbx {
        width: 80%;
    }
    .onelist .accordion_one {
        padding: 0 0 20px;
    }
    .onelist .program_detail {
        text-align: center;
    }
    .onelist .progrm_date {
        padding: 25px 0 13px;
        text-align: center;
        line-height: 1.6;
        font-size: 16px;
        font-weight: 500;
        display: block;
        width: 100%;
    }
    .progrm_date3,
    .dayday2:first-child,
    .s_07 .accordion_one.one3 .accordion_header .progrm_date .dayday:first-child {
        display: block;

    }
    .onelist .progrm_date .dayday:first-child .fontbox {
        padding-left: 10px;
    }
    .onelist .progrm_date .dayday:first-child span {
        margin-bottom: 15px;
    }
    .onelist .progrm_date span {
        border-radius: 2px;
        margin: 0 15px 0 10px;
        display: block;
        width: 78px;
        padding: 3px;
    }
    .dayday:nth-child(2) {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .dayday {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        align-items: center;

    }

    .onelist .fontbox {
        font-size: 16px;
        background-image: linear-gradient(to right, #ddd 4px, transparent 4px);
        background-size: 10px 1px;
        background-repeat: repeat-x;
        background-position: left bottom;
        padding-bottom: 20px;
        margin: 0 auto;
        padding-left: 0;
        text-align: left;
        width: auto;
        font-size: 14px;
    }
    .onelist .dayday:last-child .fontbox {
        background: none;
        padding-bottom: 0;
        margin: 0;
    }
    .onelist .program_link {
        background: #DA4741;
        padding: 5px 10px;
        width: 90%;
        border-radius: 4px;
        display: inline-block;
        height: 60px;
        margin-left: auto;
        margin-top: 15px;
    }

    #en_prgram06 {
        margin-bottom: 90px;
    }
    .abroad {
        padding-top: 50px;
    }
    .abroad ul {
        display: block;
    }
    .english_program.abroad_program .link_box ul li:nth-child(2) a,
    .english_program.abroad_program .link_box ul li:nth-child(3) a {
        line-height: 65px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .english_program.abroad_program .link_box ul li:nth-child(3),
    .english_program.abroad_program .link_box ul li:nth-child(2),
    .english_program.abroad_program .link_box ul li:nth-child(4) {
        margin-right: auto;
        margin-bottom: 20px;
    }

    .english_program.abroad_program .link_box ul li:nth-child(4) {
        margin-bottom: 0;
    }

    .english_program.abroad_program .english_program_inner {
        background-position: 50% -16%;
    }
    .english_program.abroad_program .link_box ul li:nth-child(1) a span {
        font-size: 15px;
    }
    .english_program.abroad_program .link_box ul li:nth-child(1) a,
    .english_program.abroad_program .link_box ul li:nth-child(4) a {
        padding-top: 14px;
        padding-bottom: 15px;
    }
    .junior #abord_prgram01 .program_box {
        margin: -185px auto 0;
    }

    .osusumebox {
        width: 100%;
        margin-top: 60px;
    }
    .osusume_inner {
        display: block;
        margin: 0 auto;
        width: 100%;
        background: url(./img/osusume_bg.png)no-repeat;
        background-size: cover;
        background-position: 40% 50%;
        padding: 30px 20px;
    }
    .osusume_man {
        width: 90px;
        margin: 0 auto 10px;
    }
    .osusume_inner::before {
        width: 173px;
        height: 152px;
        left: -30px;
        top: -45px;
        transform: inherit;
    }
    .osusume_inner .osusume_man img {
        width: 100%;
    }
    .osusume_inner img {
        width: 20px;
    }
    .osusumebox2 {
        margin-left: 0;
        width: 100%;
    }
    .osusume_inner p {
        color: #62BCC3;
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 15px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        margin: 0 auto;
        line-height: 1.3;
    }
    .abord_area .dayday1 .fontbox,
    .abord_area .s_07 .accordion_one.one2 .accordion_header span {
        font-weight: 500;
        border-radius: 4px;
        margin-left: 7px;
        margin-top: 0;
        width: auto;
    }

    .abord_area .s_07 .accordion_one.one3 .accordion_header .progrm_date .dayday:first-child .fontbox {
        width: auto;
        display: block;
    }


    .onelist .progrm_date2 span,
    .abord_area .s_07 .accordion_one .accordion_header span {
        background: #62BCC3;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        display: block;
        border-radius: 0;
        padding: 5px;
        width: auto;
        text-align: center;
        margin-left: 0;
        margin-top: 5px;
    }
    .country {
        font-size: 13px;
        font-weight: 500;
    }
    .s_07 .accordion_one .accordion_header img {
        width: 38px;
        margin-right: 15px;
    }

    .info_bottom2 {
        width: 100%;
        margin-top: 80px;
        padding: 50px 0;
    }
    .info_bottom2 .info_bottom_inner {
        top: -20px
    }
    .info_bottom2 .infoarea {
        width: 100%;
        margin: 0 auto;
        background: none;
    }
    .info_bottom2 .infoarea ul {
        display: block;
    }
    .info_bottom2 .infoarea ul li:first-child {
        padding-right: 0;
    }
    .info_bottom2 .infoarea ul li:last-child {
        padding-left: 0;
    }
    .info_bottom2 .infoarea ul li {
        width: 100%;
        padding: 0;
    }
    .onelist .dayday2 {
        padding: 15px;
    }
    .onelist .dayday2:first-child .fontbox {
        width: auto;
        padding-left: 0;
    }
    .onelist .dayday2:first-child .fontbox .howday {
        padding-top: 8px;
    }
    .onelist .dayday2 .fontbox {
        display: block;
        font-size: 14px;
    }
    .dayday2 span {
        border-radius: 2px;
        margin: 0 0 10px;
        display: block;
        width: 78px;
        padding: 7px;
        font-size: 13px;
    }
    .onelist .dayday2:last-child span {
        margin-bottom: 0;
    }
    .onelist .dayday2:last-child .fontbox {
        background: none;
        padding: 0 0 0 10px;
    }
    .onelist .flex .program_link {
        background: #DA4741;
        padding: 30px 10px;
        width: 90%;
        border-radius: 4px;
        margin: 10px auto;
        border: 1px solid #DA4741;
    }
    .program_detail2 {
        text-align: center;
    }
    .flex {
        box-shadow: 0px 4px 2px -1px rgba(0, 0, 0, 0.17);
    }
    .onelist.oneone .program_name_ttl {
        top: -55px;
    }


    #qa {
        padding: 0 15px;
    }
    .qa_inner {
        width: 100%;
        margin: 0 auto;
    }
    .abordqa .accordion_one .accordion_inner,
    .qa .accordion_one .accordion_inner {
        padding-top: 15px;
    }
    .abordqa .accordion_one.one2 .qttl,
    .qa .accordion_one.one2 .qttl {
        font-size: 15px;
    }
    .qabordqaa .a,
    .abordqa .qttl span
    .qa .a,
    .qttl span {
        width: 32px;
        height: 32px;
        font-size: 20px;
        line-height: 32px;
    }
    .abordqa .accordion_one.one2 .qttl,
    .qa .accordion_one.one2 .qttl {
        flex-wrap: wrap;
    }
    .qbox {
        width: 75%;
        line-height: 1.3;
    }
    .abordqa .program_detail,
    .qa .program_detail {
        padding: 15px;
        margin-top: 10px;
        align-items: flex-start;
    }
    .abordqa .program_detail p,
    .qa .program_detail p {
        line-height: 1.5;
        font-size: 14px;
        /* padding-top: 10px; */
        width: 80%;
    }

    /*#abord_prgram04 .program_body {
        padding-bottom: 5px;
    }*/

    .abordqa .accordion_one,
    .qa .accordion_one {
        padding: 7px 23px;
    }

    .abordqa {
        margin-top: 15px;
    }


    .is-hidden {
      visibility: hidden;
      opacity: 0;
    }



    #footer,
    .footer_inner {
        min-width: inherit;
    }
    #footer {
        margin-top: 70px;
    }
    .footer_inner ul {
        display: block;
        align-items: center;
        justify-content: center;
        padding: 21px 0 30px;
    }
    .footer_inner ul li a {
        font-size: 13px;
    }
    .footer_inner ul li {
        padding: 7px 0;
        border-right: 0;
    }
    .copyright {
        font-size: 10px;
        padding: 16px 0;
    }

    #footer::after {
        right: -9px;
        background: url(./img/footer_sp.png)no-repeat;
        width: 30%;
        height: 91px;
        background-size: 100%;
    }




    /*小学生*/
    #primary .s_07 .accordion_one.one3 .accordion_header {
        border: 0;
    }
    #primary .program_link {
        width: 90%;
        margin-bottom: 0;
    }
    #primary .s_07 .accordion_one .accordion_header span {
        left: 45%;
    }
    #primary .s_07 .accordion_one.one2:last-child,
    #primary .s_07 .accordion_one.one3 {
        margin-bottom: 0;
    }

    #primary .s_07 .accordion_one.one3 .accordion_header {
        border: 0;
    }
    #primary .s_07 .accordion_one.one4 {
        margin-bottom: 0;
        padding-top: 0;
    }
    #primary .s_07 .accordion_one.one4 .accordion_header:last-child {
        margin-bottom: 0!important;
    }
    #primary .s_07 .accordion_one.one4 .accordion_header {
        border: 0;
        padding: 0 0 13px!important;
        margin-bottom: 10px!important;
    }
    #primary .s_07 .accordion_one.one3 .accordion_header {
        padding: 0 0 15px;
        margin-bottom: 15px;
        font-size: 12px;
    }
    #primary .s_07 .accordion_one.one3 .accordion_header:last-child {
        margin-bottom: 0;
    }
    #primary .s_07 .accordion_one.one3 .accordion_header .i_box {
        right: 15px;
    }
    #primary .abord_area .s_07 .accordion_one.one2,
    #primary .s_07 .accordion_one.one2 {
        padding: 13px 12.5px;

    }

    #primary .program_name_ttl {
        top: -65px;
        border-radius: 4px 4px 0 0;
        padding: 15px 15px 0;
        font-size: 15px;
        width: 85%;
    }
    #primary .onelist .program_link {
        width: 90%;
    }

    #primary .s_07 {
        margin-top: 10px;
    }
    #primary .oneone2 .s_07 .accordion_one.one3 .accordion_header,
    #primary .oneone2 .s_07 .accordion_one.one3 .accordion_header:last-child {
        padding-bottom: 10px;
    }
    .s_07 .accordion_one.one3 .accordion_header .progrm_date .dayday:first-child .fontbox.short {
        width: auto;
    }
    #primary #en_prgram06 .program_name_ttl {
        top: -38px;
    }
    #primary #en_prgram06 .program_name_ttl.sp3line {
        top: -63px;
    }
    #primary .hierarchy3 .s_07 .accordion_one.one3 .accordion_header {
        padding-bottom: 10px;
    }
    #primary #en_prgram06 {
        margin-bottom: 25px;
    }
    #primary #en_prgram07 {
        margin-bottom: 90px;
    }
    #primary #en_prgram07 .program_name_ttl {
        top: -44px;
    }

    #primary .english_program .link_box ul {
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    #primary .oneone2 .s_07 .accordion_one.one3 .accordion_header {
        margin-bottom: 15px;
    }
    #primary .english_program .link_box ul li:nth-child(4),
    #primary .english_program .link_box ul li:nth-child(5),
    #primary .english_program .link_box ul li:nth-child(6),
    #primary .english_program .link_box ul li {
        margin-bottom: 15px;
    }
    #primary .english_program.abroad_program .link_box ul li:nth-child(1) a,
    #primary  .english_program.abroad_program .link_box ul li:nth-child(7) a {
        line-height: 63px;
        padding: 0;
    }
    #primary .english_program .link_box ul li:nth-child(3) a span {
        font-size: 15px;
    }
    #primary .english_program .link_box ul li:nth-child(3) span.arrow{
        height: 55px;
        line-height: 63px;
    }

    #primary .english_program .link_box ul li:nth-child(4) a,
    #primary .english_program .link_box ul li:nth-child(5) a,
    #primary .english_program .link_box ul li:nth-child(6) a {
        line-height: 1.1;
        padding-top: 11px;
        min-height: auto;
        height: 63px;
        width: 100%;
    }
    #primary .english_program .link_box ul li:nth-child(6) a {
        word-break: keep-all;
    }
    #primary .english_program_inner,
    #primary .english_program {
        height: 1020px;
    }
    #primary .english_program .link_box ul li:nth-child(6) a {
            margin-bottom: 15px;
    }
    #primary .english_program .link_box ul li:nth-child(7) a,
    #primary .english_program .link_box ul li:nth-child(6) a {
        line-height: 63px;
        min-height: 63px;
        max-height: 63px;
        padding-top: 0;
        padding-bottom: 0;
    }
    #primary #abroad_training .english_trainingImg {
        width: 100%;
        height: 250px;
        padding-right: 15px;
        overflow: inherit;
    }
    #primary #abroad_training .english_trainingImg img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    #primary #abroad_training .english_training_inner ul li {
        width: 100%;
        margin-bottom: 40px;
        display: block;
    }
    #primary #abroad_training .english_training_body_inner {
        min-height: auto;
        width: 96%;
        border-radius: 4px 0 0 4px;
        margin-left: auto;
        margin-right: 0;
        margin-top: -65px;
        padding: 20px 30px 40px;
    }
    #primary #abroad_training .english_training_body::after {
        left: 30px;
    }

    #primary #abroad_training .english_training_box {
        margin: 0px auto 40px;
    }

    #primary .abord_area .onelist .program_link {
        width: 90%;
        margin: 10px auto;
    }
    #primary .abord_area .onelist.oneone .program_name_ttl {
        top: -55px;
    }

    #primary .program_name_ttl {
        top: -45px;
        border-radius: 4px 4px 0 0;
        padding: 15px 15px 0;
        font-size: 15px;
        width: 85%;
    }

    #primary #en_prgram05 .program_name_ttl,
    #primary #en_prgram04 .program_name_ttl,
    #primary #en_prgram03 .program_name_ttl,
    #primary #en_prgram02 .program_name_ttl {
        top:-65px;
    }

    #primary .info_bottom .infoarea {
        margin: 0 auto;
        background: inherit;
    }
    #primary .abroad_program.english_program .english_program_inner,
    #primary .abroad_program.english_program {
        height: auto;
    }
    #primary .abroad_program.english_program .title {
        padding: 92px 0 40px;
    }
    #primary #abord_prgram01 .program_box {
        margin: -194px auto 0;
    }
    #primary #en_prgram03 .program_box {
        background-position: 50% 122%;
    }
    #primary #footer::after {
        right: -9px;
        background: url(./img/footer_geen.png)no-repeat;
        width: 30%;
        height: 91px;
        background-size: 100%;
    }
    .about_program_body_ttl span b {
        font-size: 13px;
        padding-left: 0;
        display: block;
        padding-top: 3px;
    }
    #primary .abord_area .program_link {
        width: 90%;
        margin: 0 auto;
    }
    #primary .abord_area .program_name_ttl {
        top: -35px;
    }
    #primary .abord_area .s_07 {
        margin-top: 10px;
    }

    #primary .abord_area .program_list:not(:first-child) {
        margin-top: 50px;
    }

    #primary .abord_area .s_07 .accordion_one.one3 {
        background: #F5F6F7;
        border-radius: 4px;
    }
    #primary .abord_area .s_07 .accordion_one.one3 .accordion_header {
        padding: 0 0 15px;
        margin-bottom: 0;
        background: #F5F6F7;
    }
    #primary .abord_area .s_07 .accordion_one.one4 .accordion_header {
        background: #fff
    }
    #primary .s_07 .accordion_one.one3 .accordion_header .progrm_date {
        padding: 15px 0
    }
    #primary .abord_area .s_07 .accordion_one.one3 .accordion_one.one4 .accordion_header span,
    #primary .abord_area .s_07 .accordion_one.one3 .accordion_header .progrm_date span,
    #primary .s_07 .accordion_one.one3 .accordion_header .progrm_date span {
        width: 78px!important
    }
    #primary .info_bottom2 .infoarea {
        margin: 30px auto;
    }
    #primary #abord_prgram01 .program_body {
        padding-bottom: 0;
    }
    #primary #abord_prgram01 .info_bottom2 {

        padding: 20px 0;
    }
    #primary .abroad_program .english_program_inner {
        padding-bottom: 184px;
    }

    #primary #en_prgram05 .program_box {
        background-position: 50% 107%;
    }

    /*高校生*/
    #high .catchsp {
        bottom: 18px;
    }
    #high .infoarea {
        padding: 0 15px;
        margin: -1px auto 70px;
        background: url(./img/sp_kv_bg_h.png)no-repeat;
        width: 100%;
        background-size: 100%;
    }
    #high .english_training_body_inner {
        min-height: auto;
    }
    #high .english_training_inner ul li {
        margin-bottom: 40px;
    }


    #high .difference_inner {
        padding-bottom: 0;
    }
    #high .difference_box ul {
        display: block;
    }
    #high .difference_box ul li {
        margin-bottom: 30px;
        margin-right: 0;
    }
    #high .difference_box ul li:first-child .point_coment {
        padding: 15px 0 0;
    }
    #high .english_program .link_box ul li {
        margin-bottom: 20px;
    }
    #high #en_prgram05 {
        margin-bottom: 100px;
    }
    #high .english_program .link_box ul li:nth-child(3) a,
    #high .english_program .link_box ul li:nth-child(4) a {
        line-height: 2;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #high .english_program .kaigai .link_box ul li:nth-child(2) a,
    #high .english_program .kaigai .link_box ul li:nth-child(3) a {
        line-height: 2;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    #high .english_program .kaigai .link_box ul li:nth-child(1) a {
        line-height: 1;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    #high .abroad_program.english_program {
        height: 577px;
    }
    #high .abroad_program .english_program_inner {
        height: 584px;
    }

    #high .english_program_inner,
    #high .english_program {
        height: 735px;
    }
    #high .info_bottom .infoarea {
        margin: 0 auto;
        background: inherit;
    }

    #high #en_prgram01 .program_box {
        margin-top: -150px
    }

    #high .abroad_program.english_program .title {
        padding: 114px 0 40px;
    }

    #high .info_bottom2 .infoarea {
        background: inherit;
        margin: 0 auto
    }




    #high .english_program .link_box ul {
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #high #footer::after {
        right: -9px;
        background: url(./img/footer_sp_h.png)no-repeat;
        width: 30%;
        height: 91px;
        background-size: 100%;
    }


    #high #abord_prgram01 .program_box {
        margin: -83px auto 0;
    }

    .info_bottom2.session .infoarea ul {
        display: block;
    }
    .info_bottom2.session .infoarea ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .info_bottom2.session .infoarea ul li:nth-child(2) {
        padding: 0;
    }
    .info_bottom2.session .infoarea ul li:last-child {
        width: 100%;
        margin-top: 10px;
        padding-right: 0;
    }
    .info_bottom2.session .infoarea ul li:last-child .infobtn {
        width: 90%;
    }
    .info_bottom2.session .infoarea ul li::after {
        bottom: -25px;
    }
    .tarm .program_body {
        padding-bottom: 5px;
    }
    .info_bottom2.session {
        padding: 38px 0 30px;
    }


    .bunner_area {
        padding: 15px 7px;
        margin: -2px auto 0px;
        background: url(./img/bunner_bg_junior.png)no-repeat;
        width: 100%;
        background-size: 100%;
    }

    .bunner_area_high .bunner_sp {
       padding-top: 4px;
        padding-bottom: 30px;
    }

    .bunner_area_high {
        padding: 0 7px;
        margin: -2px auto 0px;
        background: url(./img/bunner_bg_high.png)no-repeat;
        width: 100%;
        background-size: 100%;
    }

    .bunner_area_high .bunner_sp {
       padding-top: 4px;
        padding-bottom: 30px;
    }

    .bunner_area_pre {
        padding: 0 7px;
        margin: -2px auto 0px;
        width: 100%;
    }
    .bunner_area_pre .bunner_sp {
       padding-top: 130px;
        padding-bottom: 30px;
    }
    .youtube_area {
        margin: 10px auto 40px auto;
        width: calc(100% - 14px);;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .youtube_area iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .bunner_area_high {
        padding: 0 7px;
        margin: -2px auto 0px;
        background: url(./img/bunner_bg_high.png)no-repeat;
        width: 100%;
        background-size: 100%;
    }

    .bunner_area_high .bunner_sp {
       padding-top: 4px;
        padding-bottom: 30px;
    }

    .junior .s_07 {
        margin-top: 0px;
    }


/*spend*/
}


@media screen and (max-width:376px) {
.junior #en_prgram03.onelist .program_name_ttl {
    top: -82px
}
}


