@import url('https://fonts.googleapis.com/css2?family=Cantata+One&family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');
.l-body:not([data-page=top]) {
    padding-top: 63px;
}

.l-body:not([data-page=top])::before {
    content: none;
}

a.bot_open.btn_free-lesson{
    height: 130px;
    width: 130px;
}

.btn_free-lesson img{
    height: 130px;
    width: 130px;
  }

  .slant-card-body{
    position:absolute;
  }

  .slant-bg{
    position: absolute;
    top: 0px;
    width: 420px;
    height: 420px;
    background-color: #F2F4F5 /* secondary color */;
  }

  .slant-1{
    position: absolute;
    top: 0px;
    width: 170px;
    height: 0px;
    border-bottom: 100px solid transparent;
    border-left: 101px solid white;
  }

  .slant-2{
    position: absolute;
    top: 0px;
    width: 100px;
    height: 0px;
    border-bottom: 420px solid #EBEEF1;
    border-left: 420px solid transparent;
  }

  .slant-3{
    position:absolute;
    bottom:0;
    right:0;
    width:100px;
    height:0px;
    border-top: 133px solid transparent;
    border-right: 127px solid white; /* background color */
  }


.highlight {
    background-image: linear-gradient(to right, transparent 50%, #FFED56 50%);
    background-size: 200% 35%;
    background-repeat: repeat-x;
    background-position: 100% 100%;
}

.p-modal__content iframe {
    width: 100% !important;
    height: 100% !important;
}
.white-rectangle {
    background-color: #FFFFFF;
    padding: 16px;
    width: 50%;
}

.chat-text {
    display: flex;
    margin-bottom: 16px;
}

.chat-image img,
.left-chat-image img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    max-width: inherit;
}

.chat-image img {
    background-color: #009491;
}

.left-chat-image img {
    background-color: #FFE266;
}

.chat-message,
.chat-message-right {
    padding: 16px;
}

.chat-message {
    border-radius: 8px 0px 8px 8px;
    background-color: #E7F3FA;
    flex: 1;
    margin-right: 16px;
}

.chat-message-right {
    border-radius: 0px 8px 8px 8px;
    background-color: #EBEEF1;
    margin-left: 16px;
}

.chat-text-en {
    font-size: 14px;
    padding-top: 8px;
    line-height: 20px;
}

.chat-text-jp {
    font-size: 12px;
    line-height: 18px;
    padding-top: 8px;
    color: #54575F;
}

.bold-text {
    font-weight: bold;
}

/* fonts */
.font-nota-san {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

.font-yumincho {
    font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
}

.font-nota-serif {
    font-family: "Noto Serif JP", serif;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-28 {
    font-size: 28px !important;
}

/* text-colors */
.lochmara {
    color: #0087D2;
}

.D03086{
    color: #D03086;
}

.hide-pc {
    display: none;
}

.hide-sp {
    display: block;
}

#main {
    color: #141821;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
    margin: auto;
    background-color: #FFFFFF;
    min-width: 375px;
}

#banner-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('/assets/images/summer-plan/pc/summer2023_top_pc.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#banner-section #logo {
    width: 8%;
    margin-bottom: 24px;
    margin-top: 40px;
}

#banner-section #sub-text,
#banner-section #title-text {
    text-align: center;
 }

#banner-section #sub-text {
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    font-weight: 500;
}

#banner-section #sub-text span:not(:last-child) {
    font-size: 22px;
    position: relative;
    z-index: 1;
}

#banner-section #sub-text span:last-child {
    font-size: 28px;
}

#banner-section #title-text {
    font-size: 46px;
    font-weight: bold;
    line-height: 49px;
    margin-top: 10px;
    margin-bottom: 21px;
}

#pricing-section {
    max-width: 1366px;
    width: 72%;
    height: auto;
    margin: auto;
}
.pricing-img {
    margin-top: 60px;
    margin-left: 45px;
}

#period-text {
    font-size: 20px;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 30px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;

}

#skill-section {
    background-color: #FFFFFF;
    background-image: url('/assets/images/golden-week/leaf.svg');
    background-repeat: no-repeat;
    padding-top: 80px;
}

#skill-section .container {
    max-width: 1336px;
    margin: auto;
    position: relative;
}

#skill-section p {
    text-align: center;
}

#skill-section #title-text {
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
}

#skill-section #sub-text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
}

#skill-section #situation-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 34px;
    width: 90%;
    margin: 64px auto 0 auto;
}

#skill-section .situation {
    position: relative;
}

#skill-section .situation img.feature {
    height: 280px;
    object-fit: cover;
}

#skill-section .situation .label {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background-color: #0087D2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: -20px;
    color: #FFFFFF;
}

#skill-section .situation .label p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1.8px;
    font-weight: 700;
}

#skill-section #feature-wrapper {
    width: 80%;
    margin: auto;
    margin-top: 120px;
    background-color: #EBEEF1;
    position: relative;
    max-width: 944px;
}

#skill-section #feature-wrapper .container {
    padding-bottom: 116px;
}

#skill-section #feature-wrapper .title-text {
    font-size: 32px;
    line-height: 73px;
    font-weight: 500;
    margin-bottom: 48px;
    padding-top: 48px;
}

#skill-section #feature-wrapper .title-text span {
    font-size: 64px;
}

.feature-list {
    width: 90%;
    display: grid;
    grid-template-columns: 35% 65%;
    margin: 40px auto;
    background-color: #FFFFFF;
}
.feature-list .feature-image {
    position: relative;
}

.feature-list .feature-image .golden-week-feature-image {
    height: 100%;
    width: 100%;
}
.feature-list .feature-image .number-image {
    position:absolute;
    top: 0;
    left: 0;
    width: auto;
}

#skill-section .feature-list .feature-content {
    margin: 32px 22px 40px 22px;
}

#skill-section .feature-list .feature-content p {
    text-align: left;
}

#skill-section .feature-list .feature-content .feature-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
}

#skill-section .feature-list .feature-content .feature-description {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.32px;
    margin-top: 16px;
}

#btn-skill-cta {
    background-color: #FFED56;
    padding: 13px 119px 23px 119px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 4px 0px #E6D54E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 88px auto;
}
#btn-skill-cta:hover {
    background-color: #e5d54d;
}

#btn-skill-cta p {
    font-weight: 500;
}

#btn-skill-cta p:first-child {
    font-size: 16px;
    line-height: 28px;
    color: #0087d2;
    letter-spacing: 0.32px;
}

#btn-skill-cta p:last-child {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0.48px;
    color: #141821;
}

#feature-detailed-wrapper {
    max-width: 1280px;
    margin: auto;
}

#feature-detailed-wrapper .feature-list{
    width: 100%;
}

#feature-detailed-wrapper .feature-list .feature-content {
    margin: 56px 22px 40px 64px;
}

#feature-detailed-wrapper .feature-list .feature-content.feature-badge{
    display: flex;
}

#feature-detailed-wrapper .feature-list .feature-content.feature-badge .feature-content-text{
    width: 85%;
}
#feature-detailed-wrapper .feature-list .feature-content .feature-title {
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#feature-detailed-wrapper .feature-content .feature-description {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.32px;
    margin-top: 24px;
}
#feature-detailed-wrapper .feature-list .feature-content .feature-note {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #7F8288;
    margin-top: 24px;
}
.feature-note {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #7F8288;
    margin-top: 24px;
}
#feature-detailed-wrapper .skill-badge {
    width: 15%;
    margin-left: 40px;
}
.feature-details-bar {
    text-align: center;
    margin: 104px auto;
    width: 8%;
    height: 8px;
    background-color: #0087D2;
}
.feature-details-content {
    max-width: 944px;
    margin: auto;
}
.feature-details-content .container {
    margin-bottom: 64px;
}
.feature-detail-header>.title-text {
    border-left: 4px solid #0087D2;
    padding-left: 22px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
    font-weight: 500;
}

.feature-detail-header>.title-text img {
    height: 30px;
    width: 203px;
    margin-right: 16px;
    margin-top: 7px;
}

.feature-detail-header>.sub-text {
    font-size: 16px;
    line-height: 24px;
}
.feature-detail-header>.sub-text:last-child {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    font-family:"Noto Sans CJK JP", sans-serif;
    margin-top: 8px;
    margin-bottom: 8px;

}
.feature-detail-header>.sub-text-2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", sans-serif;
    margin-top: 48px;
    margin-bottom: 16px;
}

#presentation-lesson {
    margin-bottom: 40px;
}
#other-program {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}
.other-program-list {
    border: 1px solid #F1D5DD;
}
.other-program-list p {
    background-color: #D14271;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1.2px;
    line-height: 2;
    font-size: 24px;
    font-weight: 500;
    padding: 4px 0;
}
.other-program-list ul {
    margin-left: 8px;
    margin-top: 16px;
}
.other-program-list ul li {
    font-size: 16px;
    line-height: 32px;
}
.other-program-list ul li:not(:last-child):before {
    content: '・';
}
.other-program-list ul li:last-child::before {
    content: ' ';
}
#other-programs-table-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 13px;
}
.other-program-video-thumbnail-container {
    position: relative;
}
.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
}

#other-programs-table-container .video-text{
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.75px;
    padding-top: 8px;
    color: #141821;
}

.conference-example{
    background-color: #EBEEF1;
    display: flex;
    padding: 16px;
    margin-bottom: 24px;
}

.conference-chat,
.conference-description {
    width: 50%;
}

.conference-description {
    margin-left: 16px;
    text-align: left;
}

.conference-number {
    letter-spacing: 0px;
    color: #0087D2;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 8px;
}

.conference-word {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 16px;
}

.conference-text {
    letter-spacing: 0.32px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    padding-right: 16px ;
}

.conference-sub-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 13px;
}

.conference-examples-list {
    margin-top: 8px;
}

.conference-examples-list li {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
    width: 296px;
    height: 29px;
}
ul.conference-examples-list > li:before {
    padding-left: 6px;
    content: "-";
    color: #0087D2;
    padding-right: 12px;
}

.conference-chat {
    background-color: white;
}

#opv-lesson-title {
    margin-top: 80px;
    margin-bottom: 48px;
    text-align: center;
    font-size: 28px;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: 0px;
    opacity: 1;
}

#feature-images {
    margin-bottom: 64px;
    width: 100%;
    display: flex;
}

 .feature-images-circles {
    width: 30%;
}
 .feature-images-circles:nth-child(2) {
    margin-left: 46px;
    margin-right: 46px;
}

.top-box {
    margin: auto;
    width: 617px;
    background: #E7F3FA 0% 0% no-repeat padding-box;
    padding: 24px;
    position:relative;
    text-align: center;
}

.top-box::after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #E7F3FA;
    opacity: 1;
}

.top-box p{
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 4px;
}
.top-box p.main-text-1{
    letter-spacing: 0px;
    display: inline-block;
    background: #FFED56 0% 0% no-repeat padding-box;
}
.top-box p.main-text-2{
    letter-spacing: 0.56px;
    height: 82px;

}
.top-box p.sub-text{
    margin-top: 12px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-weight: 400;
    color: #54575F;
    opacity: 1;
}

#offer-container {
    display: flex;
    width: 100%;
    margin-top: 24px;
  }

.offer-container-box{
    /* margin: 24px; */
    background-color: #E7F3FA;
    width: 50%;
}

.offer-container-box:not(first-child){
    margin: 24px 0px 24px 24px;
    background-color: #E7F3FA;
    width: 50%;
}
.offer-container-box:first-child{
    margin: 24px 24px 24px 0px;
    background-color: #E7F3FA;
    width: 50%;
}
#offer-container .offer-container-box-inner{
    margin: 24px;
    background-color: #FFFFFF;
    padding: 24px;

}
#offer-container .title-border{
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D03086;
    width: 85%;
    margin:auto;
    opacity: 1;
}

#offer-container .offer-container-box:nth-child(2) .offer-container-box-inner .title-border:nth-child(1){
    width: 91%;
}

#offer-container .offer-container-box-inner .title-text{
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 4px;
    color: #D03086;
}

#offer-container .offer-container-box-inner .price-header{
    display: flex;
    width: 80%;
    margin: 24px auto;
    text-align: center;
}
#offer-container .offer-container-box-inner .price-header .price-discount{
    width: 70%;
}
#offer-container .offer-container-box-inner .price-header .circle-price{
    width: 30%;
}
#campaign-promo {
    margin: auto;
    max-width: 1328px;
}
.price-old {
    text-decoration: line-through;
    display: inline-block;
    font-size: 24px;
    line-height: 15px;
    color: #646464;
    padding-bottom: 11px;

}
.mini-yen{
    font-size: 12px;
    line-height: 18px;
    color: #646464;
    padding-left: 4px;
    letter-spacing: 1.2px;
    font-weight: normal;


}
.price-new{
    font-size: 56px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: 1.12px;
    color: #D03086;

}

.price-new span{
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.4px;
    color: #646464;
    padding-right: 6px;
    font-weight: 500;
    font-family: "Noto Sans JP";
}
.price-new span.mini{
    padding-right: 0px;
    padding-left: 6px;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 12px;
    line-height: 38px;
    letter-spacing: 1.4px;
    color: #646464;
    font-weight: 400;
}

.mini-triangle{
    text-align: center;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #D03086;
    margin: auto;
    padding-bottom: 16px;
}

.mini-triangle-2{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #D03086;
    margin: auto;
    transform: matrix(0, 1, 1, 0, 0, 0);
}
.circle-yellow{
    padding: 10px 0px;
    text-align: center;
    height: 100%;
    width: 100%;
    background: #FFED56 0% 0% no-repeat padding-box;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.price-text p{
    text-align: center;
}
.price-text{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
}
.price-total{
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #D03086;
}
.price-total span{
    font-size: 15px;
}

.price-footer{
    margin-top: 24px;
}
.price-footer .row{
   display: flex;
   margin: auto;
   width: 100%;
   padding-bottom: 15px;
}
.price-footer .row .product-title{
   width: 45%;
}

.price-footer .row .product-old-price{
   width: 20%;
   text-align: right;
   margin: 0px 6px;
}
.price-footer .row .product-new-price{
   width: 35%;
}

.price-footer .row .product-title p{
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0.32px;
    color: #2D3139;
}

.price-footer .row .product-old-price p{

    font-size: 20px;
    line-height: 15px;
    letter-spacing: 1px;
    color: #54575F;
    text-decoration: line-through;
    display: inline-block;
}


.price-footer .row .product-new-price .product-wrapper{
    display: flex;
    width: 100%;
    text-align: right;
    margin:auto;
    align-items: center;
 }
.price-footer .row .product-new-price .product-wrapper .triangle-wrapper{
    margin: auto;
    position: relative;
    top: -3px;
 }
.price-footer .row .product-new-price .product-wrapper .sale-price{
    width: 50%;
    margin: 0px 3px;
 }
.price-footer .row .product-new-price .product-wrapper .discount-price{
    width: 40%;
    text-align: left;
    position: relative;

 }
.price-footer .row .product-new-price .product-wrapper .discount-price span{
    background: #D03086 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0px;
    padding: 2px 4px;
    font-weight: bold;

 }
 .price-footer .row .product-new-price .product-wrapper .sale-price p{
    font-size: 20px;
    line-height: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #D03086;
 }

#note-container{
    margin-bottom: 64px;
}
.text-note{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #7F8288;
    letter-spacing: 0.24px;
}
.schedule-container img{
    margin-bottom: 64px;
    max-width: 856px;
}

section.qanda {
    width: 100%;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 50px;
}

section.qanda .qanda-inner {
    margin: 0 auto;
    width: 80%;
    max-width: 944px;
}

section.qanda .reason-container{
    display: flex;
    width: 100%;
    column-gap: 56px;
}

 section.qanda .reason-header{
    width: 80%;
    padding-top: 46px;
 }


 section.qanda .reason-badge-content{
    width: 20%;
 }

 section.qanda p.text-title {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.48px;
    margin-bottom: 24px;
    font-weight: 500;
}
 section.qanda p.sub-text {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.48px;
    margin-bottom: 24px;
}

.blue-bar {
    width: 40px;
    height: 4px;
    background: #1287CD 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 64px auto;

}

section.qanda .qanda-inner .title-text {
    font-size: 36px;
    line-height: 64px;
    font-weight: 500;
    text-align: center;
}

section.qanda .sub-header {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.4px;
    margin-top: 24px;
    margin-bottom: 64px;
}

.qanda {
    max-width: 1366px;
    margin: auto;
}

.qanda #level-box-container {
    display: flex;
}

.qanda #level-body {
    margin-left: 27px;
    margin-right: 43px;
    margin-top: 60px;
}

.qanda #level-box-container .level-box {
    width: calc(100% / 6);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    font-size: 21px;
    line-height: 36px;
    padding: 21px 0;
    font-weight: 500;
}

.qanda .note-container {
    margin-top: 24px;
}

.qanda #level-box-container .level-box:first-child {
    background-color: #1884C4;
}
.qanda #level-box-container .level-box:nth-child(2) {
    background-color: #339999;
}
.qanda #level-box-container .level-box:nth-child(3) {
    background-color: #CCCC00;
}
.qanda #level-box-container .level-box:nth-child(4) {
    background-color: #DB8336;
}
.qanda #level-box-container .level-box:nth-child(5) {
    background-color: #E56A62;
}
.qanda #level-box-container .level-box:last-child {
    background-color: #996699;
}

.qanda #programs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
}

.qanda #programs img {
    height: 24px;
    max-height: 24px;
}
.qanda #programs #assist-program img {
    height: 19px;
}

#programs #bizmates-program,
#programs #other-programs,
#programs #assist-program,
#programs #discovery-program {
    padding: 18px 16px;
    border: 2px solid black;
    text-align: center;
}

#programs #bizmates-program {
    border-color: #1287CD;
}
#programs #other-programs {
    border-color: #D03086;
}
#programs #assist-program {
    border-color: #54AE3F;
}
#programs #discovery-program {
    border-color: #FF9000;
}

#programs p {
    margin-top:10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0px;
    color: #0F0A14;

}

.x-symbol {
    font-size: 50px;
    text-align: center;
    margin:10px;
    color:#26455C;
}

section.footer-banner{
    display: inherit;
    background: url(/assets/images/golden-week/gwlp_bg_pc.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}


.palm-container-pc {
    margin-top: 128px;
    margin-top: 70px;
    overflow: hidden;
    text-align: center;
    color: #141821;
    letter-spacing: 0px;
    line-height: 24px;
}

.palm-container-inner {
    font-weight: bold;
    text-align: center;
    margin: 0 40px;
    position: relative;
}
.palm-text-small{
    font-size: 30px;
    line-height: 60px;
}
.palm-text-big{
    font-size: 48px;
    line-height: 84px;
}

#feedback {
    background-color: #F2F4F5;
    padding-top: 45px;
    padding-bottom: 110px;
    margin: auto;
}

#customer-feedback {
    display: grid;
    grid-gap: 64px;
    grid-template-columns: repeat(4, 480px);
    overflow-x: scroll;
    max-width: 1366px;
    margin: auto;
}

#customer-feedback:not(:hover)::-webkit-scrollbar {
    display: none;
  }

.feedback-header {
    font-size: 36px;
    line-height: 64px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 56px;
}

#customer-feedback .container {
    background-color: #FFFFFF;
    padding: 40px;
    width: auto;
}

#customer-feedback .container .feedback-image-odd {
    max-width: 160px;
    max-height: 160px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#customer-feedback .container .feedback-text {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
    margin-top: 44px;
    margin-bottom: 32px;
}

#customer-feedback .container .feedback-text-name-1 {
    text-align: right;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0px;
}

/*** ボタンを光らせる ***/
.btn-shine {
    position: relative; /*疑似要素の起点*/
    overflow: hidden; /*範囲外の光を隠す*/
  }

/*** ボタンをキラッとさせる ***/
.btn-shine:after{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 10%;
    height: 150%;
    background: #fff; /*光の色*/
    transform: rotate(45deg); /*45度傾ける*/
    animation: reflect 6s ease-in-out infinite;
    /*animation: アニメ名｜光る周期｜動き方｜ループ*/
}

/*** 光のアニメーション ***/
@keyframes reflect{
0%,75%{
    transform: rotate(45deg) scale(0);
    opacity: 1;
}
100%{
    transform: rotate(45deg) scale(100);
    opacity: 0;
}
}

@media (min-width: 768px) {
    .show-in-pc {
      display: block;
    }
    .hide-in-pc {
      display: none;
    }
  }

@media only screen and (max-width: 767px)  {
    .l-body:not([data-page=top]) {
        padding-top: 47px;
    }
    .hide-pc {
        display: block;
    }
    .hide-sp {
        display: none !important;
    }
   .show-in-sp {
    display: block;
   }

   .hide-in-sp {
    display: none;
   }

    #banner-section .container {
        background-image: url('/assets/images/golden-week/sp/summer2023_top_sp.webp');
        background-size: contain;
        background-position: top;
        margin-top: 35px;
    }

    #banner-section #logo {
        display: none;
    }
    #banner-section #sub-text {
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
        margin-top: 66px;
        margin-right: 237px;
    }
    #banner-section #sub-text-sp {
        font-size: 18px !important;
        line-height: 26px;
        text-align: justify;
        margin-right: 190px;
        font-weight: 500;
        margin-top: 90px;
    }
    .highlight {
        background-image: linear-gradient(to right, transparent 50%, #FFED56 50%);
        background-size: 200% 35%;
        background-position: 100% 100%;
    }

    #banner-section #sub-text span {
        font-size: 18px !important;
        display: inline-block;
    }
    #banner-section #title-text {
        font-size: 30px;
        line-height: 45px;
        margin-top: 56px;
    }
    #pricing-section {
        width: 90%;
        height: auto;
    }
    #period-text {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 40px;
    }
    #skill-section {
        padding-top: 48px;
        background-image: url(/assets/images/golden-week/leaf.png);
    }
    #skill-section.container #title-text,
    #skill-section.container #sub-text,
    #skill-section.container #situation-wrapper {
        padding: 0 16px;
    }
    #skill-section #title-text {
        font-size: 28px;
        line-height: 42px;
        padding: 0 30px
    }
    #skill-section #sub-text {
        font-size: 14px;
        line-height: 21px;
        margin-top: 16px;
        margin-left: 16px;
        margin-right: 16px;
        text-align: left;
    }
    #skill-section #situation-wrapper {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 26px;
        padding: 0 16px 80px 16px;
        margin-top: 28px;
    }
    #skill-section .situation .label {
        width: 104px;
        height: 104px;
        top: -8px;
        left: -8px;
    }
    #skill-section .situation:nth-child(2) .label {
        right: -8px;
        left: initial;
    }
    #skill-section .situation .label p {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.7px;
        font-weight: 500;
    }
    #skill-section .situation img.feature {
        max-height: 240px !important;
        margin-left: 0;
        margin-top: 0;
    }
    #skill-section #feature-wrapper {
        width: 100%;
        padding-top: 50px;
        margin-top: 0;
    }
    #skill-section #feature-wrapper .container {
        padding-bottom: 30px;
    }
    #skill-section #feature-wrapper .title-text {
        font-size: 20px;
        line-height: 48px;
        font-weight: 500;
        margin-bottom: 24px;
        padding-top: 0;
    }
    #skill-section #feature-wrapper .title-text span {
        font-size: 40px;
    }
    .feature-list {
       grid-template-columns: 100%;
        margin: 24px auto;
    }
    .feature-list .feature-image .number-image {
        max-height: 100px;
    }
    #feature-detailed-wrapper .feature-list .feature-content.feature-badge {
        display: block;
    }
    #feature-detailed-wrapper .feature-list .feature-content {
        width: 90%;
        margin: auto;
        max-width: initial;
        max-height: initial;
    }
    #feature-detailed-wrapper .feature-list .feature-content .feature-content-text{
        clear: both;
        max-width: initial;
        max-height: initial;
        margin-top: 24px;
    }
    #feature-detailed-wrapper .feature-details-content .feature-detail-header {
        margin-top: 40px;
    }
    #skill-section .feature-list .feature-content .feature-description{
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0px;
    }
    #btn-skill-cta {
        background-color: #FFED56;
        padding: 6px 0;
        margin: 60px auto;
        width: 90%
    }
    #btn-skill-cta p:first-child {
        font-size: 11px;
    }
    #btn-skill-cta p:last-child {
        font-size: 18px;
        line-height: 28px;
    }

    .feature-details .feature-list {
        width: 100%;
    }
    #feature-detailed-wrapper .feature-list .feature-content.feature-badge .feature-content-text {
        width: 100%;
    }
    .feature-content-text-title {
        display: flex;
        column-gap: 24px;
        align-items: center;
    }
    #feature-detailed-wrapper .feature-content .feature-description {
        line-height: 24px;
    }
    #feature-detailed-wrapper .feature-content .feature-description.small-description {
        font-size: 14px;
    }
    #feature-detailed-wrapper .feature-list .feature-content .feature-title {
        font-size: 24px;
        line-height: 36px;
    }

    .feature-content-text-title p {
        width: 70%;
    }
    .feature-content-text-title img {
        width: 30%;
    }
    .feature-details-content .container {
        margin-bottom: 40px;
    }
    .feature-details-content {
        width: 90%;
    }
    .feature-detail-header>.title-text {
        padding-left: 7px;
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 13px;
    }
    .feature-detail-header > .title-text img {
        margin-top: 4px;
        margin-right: 2px;
        height: 19px;
        width: 128px;
    }
    .sub-text.hide-pc {
        font-size: 14px !important;
        line-height: 21px !important;
        letter-spacing: 0;
    }
    .feature-detail-header>.sub-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .feature-detail-header>.sub-text.hide-pc {
        font-weight: normal;
        font-family: Noto Sans JP;
    }
    .feature-details-bar {
        width: 64px;
        height: 5px;
    }
    #other-program {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
        row-gap: 24px;
    }
    #other-programs-table-container a:not(:first-child) .video-text {
        text-align: left;
    }
    #other-programs-table-container .video-text{
        font-size: 12px;
        line-height: 18px;
    }
    .other-program-list p {
        font-size: 20px;
        line-height: 40px;
    }
    .other-program-list ul li {
        font-size: 14px;
        line-height: 21px;
    }
    #video-lesson img {
        margin-bottom: 16px;
    }
    #other-programs-table-container {
        grid-template-columns: repeat(1, 1fr);
    }
    #other-programs-table-container a {
        margin-bottom: 32px;
    }
    #other-programs-table-container a:first-child {
        text-align: center;
        display: block;
    }
    #other-programs-table-container a:not(:first-child){
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 16px;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
    #other-programs-table-container a:not(:first-child) .play-button {
        width: 38px;
        height: 38px;
    }
    .conference-example {
        flex-direction: column;
    }
    .conference-description,
    .conference-chat {
        width: 100%;
    }
    .conference-description {
        margin-left: initial;
    }
    .conference-number,
    .conference-word {
        text-align: center;
    }
    .conference-number {
        font-size: 40px;
    }
    .conference-word {
        font-size: 24px;
    }
    .top-box {
        width: auto;
        padding: 18px;
    }
    .top-box p {
        font-size: 20px;
        width: auto;
        height: auto;
    }
    .top-box p.main-text-1 {
        line-height: 42px;
    }
    .top-box p.main-text-2 {
        height: auto;
        letter-spacing: 0px;
        line-height: 30px;
    }
    .top-box p.sub-text {
        font-size: 12px;
        line-height: 18px;
    }
    #offer-container {
        flex-direction: column;
    }
    #offer-container .offer-container-box {
        width: 100%;
        margin: 24px auto 16px auto;
    }

    #offer-container-sp .offer-container-box .title-container{
        display: flex;
        column-gap: 6px;
        justify-content: space-between;
    }

    #offer-container-sp .offer-container-box .title-container .title-text{
        border: 1px solid #D03086;
        color: #D03086;
        font-weight: bold;
        line-height: 24px;
        font-size: 16px;
        text-align: center;
        padding: 7px;
    }
    #campaign-promo {
        width: 90% !important;
    }

    .circle-yellow {
        padding: 12px 10px;
        height: auto;
        width: auto;
        align-self: flex-start;
    }

    .price-text {
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
    }

    .price-total {
        font-size: 20px;
        line-height: 20px;
        white-space: nowrap;
    }

    .price-total span {
        font-size: 9px;
    }

    .price-discount {
        text-align: center;
    }

    .price-new {
        font-size: 48px;
    }

    .product-price-detail {
        margin-top: 34px;
    }

    .product-price-detail .mini-yen {
        font-size: 12px;
        line-height: 18px;
    }

    .price-footer .product-title {
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 8px;
        font-weight: bold;
        color: #2D3139
    }

    #offer-container-sp .offer-container-sp-inner {
        background-color: #E7F3FA;
        margin-top: 44px;
        padding: 16px;
    }

    #offer-container-sp .offer-container-box {
        width: 100% !important;
        background-color: #FFFFFF;
        margin: 0 !important;
        padding: 16px;
    }

    .price-footer .product-price {
        display: flex;
        align-items: center;
    }

    .price-footer .product-price .product-old-price {
        width: 35%;
        text-align: left;
    }

    .price-footer .product-price .product-old-price p {
        font-size: 20px;
        line-height: 15px;
        text-decoration: line-through;
        color: #646464;
        text-align: left;
        display: inline;
    }

    .price-footer .product-price .sale-price {
        width: 35%;
        font-size: 20px;
        line-height: 15px;
        font-weight: bold;
        color: #D03086;
        text-align: right;
        margin-right: 8px;
    }

    .price-footer .product-price .sale-price::before {
        content: '';
        float: left;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 6px;
        border-color: transparent transparent transparent #D03086;
        margin-top: 6px;
    }

    .price-footer .product-price .discount-price {
        font-size: 14px;
        line-height: 25px;
        background-color: #D03086;
        padding: 0 5px;
        color: white;
        display: inline;
        font-weight: bold;
    }

    #note-container{
        margin-top: 16px;
    }

    section.qanda {
        padding-top: 0px;
    }

    section.qanda .qanda-inner {
        width: 90%;
    }
    section.qanda .qanda-inner .title-text {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }

    section.qanda .sub-header {
        text-align: left;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0px;
    }

    section.qanda .reason-header {
        width: 100%;
    }

    .reason-badge-content-sp {
        display: flex;
        column-gap: 20px;
    }

    .reason-badge-content-sp .text-title {
        width: 70%;
        font-size: 18px !important;
        line-height: 27px !important;
        margin-bottom: 0px !important;
        align-self: center !important;
    }

    .reason-badge-content-sp .level-badge {
        width: 30%;
    }

    .reason-header .sub-text {
        margin-top: 24px;
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .qanda #level-body {
        margin: auto;
    }
    .qanda #level-box-container .level-box {
        font-size: 12px;
        line-height: 17px;
        padding: 10px 0;
    }
    .x-symbol {
        font-size: 24px;
    }
    .qanda #programs {
        font-size: 9px;
        line-height: 16px;
        grid-template-columns: repeat(2, 2fr);
        column-gap: 8px;
        row-gap: 8px;
        text-align: center;
    }
    .qanda #programs p {
        margin: auto;
        font-size: 9px;
        line-height: 1;
        font-weight: 500;
        margin-top: 13px;
    }
    #programs #bizmates-program {
        padding: 16px 10px;
    }
    #programs #other-programs,
    #programs #assist-program,
    #programs #discovery-program {
        padding: 16px 16px;
    }
    .qanda #programs #other-programs img {
        padding: 0 2px;
    }
    .qanda #programs #assist-program img {
        padding: 0 9px;
    }
    .qanda #programs #assist-program p {
        margin-top: 18px;
    }
    .qanda #programs #discovery-program img {
        padding: 0 19px;
    }
    #feedback {
        padding-top: 44px;
        padding-bottom: 48px;
    }
    .feedback-header {
        font-size: 20px;
        line-height: 30px;
    }
    #customer-feedback {
        margin-top: 20px;
        grid-gap: 16px;
        grid-template-columns: repeat(4, 272px);
        width: 90%;
    }
    #customer-feedback .container {
        padding: 16px;
    }
    #customer-feedback .container .feedback-text,
    #customer-feedback .container .feedback-text-name-1 {
        font-size: 14px;
        line-height: 21px;
    }
    #customer-feedback .container .feedback-image-odd {
        height: 100px;
        width: 100px;
    }
    .palm-container-inner {
        margin: auto;
        width: 90%;
    }
    .palm-text-small,
    .palm-text-big{
        line-height: 60px;
    }
    .palm-text-small {
        font-size: 20px;
    }
    .palm-text-big{
        font-size: 30px;
    }
    .white-rectangle {
        width: 100%;
        margin-top: 16px;
    }
    .chat-image img, .left-chat-image img {
        width: 80px;
        height: 80px;
    }

    .slant-bg {
        width: 248px;
        height: 247px;
    }

    .slant-1 {
        border-bottom: 48px solid transparent;
        border-left: 48px solid #FFFFFF;
    }

    .slant-2 {
        border-bottom: 248px solid #EBEEF1;
        border-left: 248px solid transparent;
    }

    .slant-3 {
        border-top: 48px solid transparent;
        border-right: 48px solid white; /* background color */
    }

    .feature-detail-header>.sub-text-2 {
        margin-top: 16px;
        font-size: 16px;
    }
    a.bot_open.btn_free-lesson{
        height: 112px;
        width: 112px;
    }

    .btn_free-lesson img{
        height: 112px;
        width: 112px;
      }
}
@media only screen  and (min-width: 768px) and (max-width: 959px) {
    .l-body:not([data-page=top]) {
        padding-top: 45px;
    }

    #offer-container .offer-container-box-inner .price-header{
        margin: 1.5rem auto;
        width: 100%;
    }
    .offer-container-box{
        margin:12px 6px !important;
    }

    #offer-container .offer-container-box-inner{
        margin:clamp(8px, 14px, 24px);
        padding:clamp(8px, 14px, 24px);
    }

    #offer-container .offer-container-box-inner .title-text{
        font-size: 1.5rem;
        line-height: 1.75rem;
        letter-spacing: 2px;
        padding: 4px;
    }
    .circle-yellow{
        height: 90px;
        width: 90px;
    }

    .price-old{
        font-size: 1.5rem;
        line-height: 0.9375rem;
    }
    .price-new{
        font-size: 3rem;
        line-height: 2.375rem;
    }
    .price-new span{
        font-size: 0.875rem;
        line-height: 1.75rem;
    }
    .price-new span.mini{
        font-size: 0.75rem;
        line-height: 2.375rem;
    }
    .price-text{
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .price-total{
        font-size: 2rem;
        line-height: 2rem;
    }
    .price-total span{
        font-size: 0.9375rem;
    }
    .price-footer{
        margin-top: 1.5rem;
    }
    .price-footer .row .product-title{
        width: 42%;
    }
    .price-footer .row{
        align-items: center;
        justify-content: center;
    }
    .price-footer .row .product-new-price .product-wrapper{
        width: 105%;
    }

    .price-footer .row .product-new-price .product-wrapper .sale-price{
        width: 65%;
    }

    .price-footer .row .product-new-price .product-wrapper .sale-price p{
        font-size: 1.15rem;
        line-height: 0.9375rem;
    }
    .price-footer .row .product-new-price .product-wrapper .discount-price span{
        font-size: 0.75rem;
        line-height: 2rem;
    }

    .mini-yen{
        font-size: 0.75rem;
        line-height: 1.125rem;
        padding-left: 2px;
    }
    .price-footer .row .product-title p{
        font-size: 1rem;
        line-height: 1.125rem;
    }
    .price-footer .row .product-old-price p{
        font-size: 1.25rem;
        line-height: 0.9375rem;
    }
}
@media only screen  and (min-width: 959px) and (max-width: 1268px) {
    .l-body:not([data-page=top]) {
        padding-top: 47px;
    }
    #offer-container .offer-container-box-inner .price-header{
        width: 100%;
    }
    #offer-container .offer-container-box-inner {
        margin: 18px;
        padding: 18px;
    }
    .offer-container-box{
        margin:12px !important;
    }

    .circle-yellow{
        height: 140px;
        width: 140px;
    }
    .price-footer .row{
        align-items: center;
        justify-content: center;
    }

    .price-footer .row .product-title p{
        font-size: 13px;
    }

    .price-footer .row .product-old-price p{
        font-size: 18px;
    }
    .mini-yen{
        font-size: 10px;
    }
    .price-footer .row .product-new-price .product-wrapper{
        width: 115%
    }
    .price-footer .row .product-new-price .product-wrapper .sale-price p{
        font-size: 18px;
    }
    .price-footer .row .product-new-price .product-wrapper .discount-price span {
        font-size: 10px;
    }

}
