/* Theme Name: mamaLP */

@charset "utf-8";
html{
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content-1{
    margin: auto;
    width: 768px;
}

/*top-page -------------------------------------------- */
.top-page{
    width: 100%;
}

.top-page>h1,.top-page>h1>img{
    width: 100%;
    height: auto;
}

/*catch-page -------------------------------------------- */
.catch-page{
    padding: 50px 0px 0px;
}

.catch-title{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    line-height: 150%;
    color: #707070;
    opacity: 0;
    transition: .6s;
}

.catch-title.show{
    opacity: 1;
}


.catch-title>span{
    font-size: 40px;
    font-weight: bold;
}

.catch-title>img{
    position: absolute;
    width: 610px;
    top: -30px;
    left: -70px;
}

.catch-text{
    text-align: center;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 150%;
    color: #707070;
    transform: translateY(-50px);
    opacity: 0;
    transition: .6s;
}

.catch-text.show{
    transform: translateY(0px);
    opacity: 1;
}

.catch-text-2{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-weight: bold;
    color: #707070;
    opacity: 0;
    transition: .6s;
}

.catch-text-2.show{
    opacity: 1;
}

.catch-text-2::before{
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    transform: skewX(-45deg);
    width: 100%;
    height: 20px;
    margin:0 auto;
    background-color:#FFEC00;
    z-index: -1;
}

.catch-text-3{
    position: relative;
    display: inline-block;
    text-align:center;
    margin-bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: bold;
    color: #707070;
    opacity: 0;
    transition: .6s;
}

.catch-text-3.show{
    opacity: 1;
}

.catch-text-3>img{
    position: absolute;
    top:15px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
}

.cta-button{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    margin: 0px auto 50px;
    width: 350px;
    height: 100px;
    line-height: 150%;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    color: white;
    background-color: #00B900;
    transform: translateY(-50px);
    opacity: 0;
    transition: .6s;
}

.cta-button.show{
    transform: translateY(0px);
    opacity: 1;
}



.blue-wrapper{
    background-image: url(img/blue-back.png);
}
/*folio-page -------------------------------------------- */
.folio{
    padding: 50px 0px 0px;
    background-size: cover;
}

.folio-title{
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    color: white;
    transform: translateY(50px);
    opacity: 0;
    transition: .6s;
}

.folio-title.show{
    transform: translateY(0px);
    opacity: 1;
}

.folio-title>span{
    font-size: 50px;
}

.img-flex{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
}

.img-flex>img{
    display: block;
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
    transform: translateX(-50px);
    opacity: 0;
    transition: .6s;
}

.img-flex>img.show{
    transform: translateX(0px);
    opacity: 1;
}

.present{
    padding: 50px 0px 50px;
}

.present-text{
    text-align: center;
    margin-bottom: 20px;
    line-height: 180%;
    font-size: 25px;
    color: white;
}

.present-text>span{
    font-size: 45px;
    font-weight: bold;
}

.present>img{
    display: block;
    margin: 0px auto;
    width: 90%;
}

/*check-1 -------------------------------------------- */
.check-1{
    padding: 50px 0px;
    width: 100%;
}

.check-1-title{
    position: relative;
    display: inline-block;
    margin-bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 30px;
    line-height: 150%;
    color: #707070;
    opacity: 0;
    transition: .6s;
}

.check-1-title.show{
    opacity: 1;
}


.check-1-title>span{
    font-size: 40px;
}

.check-1-title>img{
    position: absolute;
    transform: translateX(-50%);
    width: 110%;
    left: 50%;
    top: 0px;
    z-index: -1;
}

.check-1-list{
    position: relative;
    margin: 0px auto;
    padding: 130px 0px 70px;
    width: 90%;
    font-size: 25px;
    color: #707070;
    background-image: url(img/back-1.png);
}

.check{
    display: block;
    position: relative;
    width: 90%;
    margin: 0px auto 10px;
    padding-left: 80px;
    line-height: 180%;
    transform: translateY(-50px);
    opacity: 0;
    transition: .6s;
}

.check.show{
    transform: translateY(0px);
    opacity: 1;
}
.check::before{
    content: "";
    position: absolute;
    display: block;
    top:50%;
    transform: translateY(-50%);
    left: 20px;
    width: 40px;
    height: 40px;
    background-image: url(img/check.png);
    background-size: cover;
}

.dot-line{
    display: block;
    margin: 0px auto 40px;
    width: 90%;
}

.img,.img>img{
    position: absolute;
    display: block;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
}

/*check-2 -------------------------------------------- */
.check-2{
    padding: 50px 0px 0px;
    width: 100%;
}

.check-2-title{
    position: relative;
    display: inline-block;
    margin-bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 30px;
    line-height: 150%;
    color: #707070;
}

.check-2-title>img{
    position: absolute;
    transform: translateX(-50%);
    width: 150%;
    left: 50%;
    top: 0px;
}

.check-2-list{
    position: relative;
    margin: 0px auto;
    padding: 130px 0px 70px;
    width: 90%;
    font-size: 25px;
    color: #707070;
    background-image: url(img/back-2.png);
}


.cta-area{
    padding: 50px 0px;
    width: 100%;
}

.check-2-text{
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #707070;
}

.triangle-1{
    position: relative;
    margin-top: -100px;
    width: 100%;
    height: 130px;
    overflow-x: hidden;
}

.triangle-1::before{
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-top: 130px solid white;
    /* レスポンシブ時は50vwで指定。（幅いっぱいにするため。） */
    border-left: 384px solid #FFD981;
    border-right: 384px solid #FFD981;
    border-bottom: 0;
}

/*user-voice -------------------------------------------- */
.blue-wrapper-2{
    background-image: url(img/user-voice-back.png);
    background-size: cover;
}

.user-voice{
    padding: 50px 0px 5px;
}

.user-voice-titile{
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 150%;
    color: #707070;
    opacity: 0;
    transition: .6s;
}

.user-voice-titile.show{
    opacity: 1;
}


.user-voice-text{
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: bold;
    line-height: 150%;
    color: #707070;
}

.swiper{
    padding-bottom: 50px;
}

.swiper-slide{
    width: 90%;
    height: auto;
}

.swiper-slide>img{
    width: 100%;
}

.swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    border: #707070 solid 1px;
    background-color: white;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background-color: #707070;
}

/*course-message -------------------------------------------- */
.course-message{
    position: relative;
    margin:0px auto 50px;
    padding: 70px 0px;
    width: 90%;
    background-color: white;
}

.course-title-flex{
    display: flex;
    justify-content: space-evenly;
}

.course-title-flex>h2{
    position: relative;
    text-align: center;
    width: 450px;
    font-size: 40px;
    font-weight: bold;
    color: #FFD981;
}

.course-title-flex>h2>img{
    position: absolute;
    left: 0px;
    top: -20px;
    width: 460px;
}

.course-title-flex>img{
    display: block;
    margin-top: -50px;
    width: 200px;
}

.course-text{
    position: relative;
    text-align: center;
    font-size: 26px;
    line-height: 180%;
    color: #707070;
    transform: translateY(-50px);
    opacity: 0;
    transition: .6s;
}

.course-text.show{
    transform: translateY(0px);
    opacity: 1;
}

.course-text>.pink{
    color: #E94E83;
}

.course-text>.bold{
    font-size: 35px;
    font-weight: bold;
    color: #E94E83;
}

.course-text>img:nth-of-type(1){
    position: absolute;
    width: 130px;
    top: 90px;
    left: 5px;
}

.course-text>img:nth-of-type(2){
    position: absolute;
    width: 130px;
    top: 90px;
    right: 5px;
}

.course-message>img{
    position: absolute;
    width: 170px;
    bottom: -50px;
}

/*instructor-message -------------------------------------------- */
.instructor-message{
    width: 100%;
    padding-bottom: 50px;
}

.instructor-content{
    padding: 50px 0px;
    margin: auto;
    width: 90%;
    background-color: white;
}

.instructor-content>img{
    display: block;
    margin: 0px auto 40px;
    width: 90%;
}

.instructor-content>p{
    margin:0px auto 30px;
    width: 90%;
    font-size: 20px;
    line-height: 140%;
    color: #707070;
    transform: translateY(50px);
    opacity: 0;
    transition: .6s;
}

.instructor-content>p.show{
    transform: translateY(0px);
    opacity: 1;
}

.instructor-content>.end-text{
    margin-bottom: 0px;
}

/*inside -------------------------------------------- */
.inside{
    position: relative;
    padding: 50px 0px;
    width: 100%;
}

.inside::before{
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 15px solid #cbf4f7;
    border-bottom: 0;
}

.inside-flex{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 70px;
}

.inside-flex>p{
    position: relative;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 120%;
    width: 340px;
    color: #EC878D;
    transform: translateX(-50px);
    opacity: 0;
    transition: .6s;
}

.inside-flex>p.show{
    transform: translateX(0px);
    opacity: 1;
}

.inside-flex>p>img{
    position: absolute;
    bottom: -35px;
    width: 340px;
    left: 0px;
}

.inside-title{
    position: relative;
    margin-bottom: 90px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #707070;
    transform: translateY(-50px);
    opacity: 0;
    transition: .6s;
}

.inside-title.show{
    transform: translateY(0px);
    opacity: 1;
}

.inside-title>img{
    position: absolute;
    width: 300px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.inside-text{
    text-align: center;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 150%;
    color: #707070;
    scale: 0;
    opacity: 0;
    transition: .6s;
}

.inside-text.show{
    scale: 1;
    opacity: 1;
}

.inside-text>span{
    display: inline-block;
    margin-top: 30px;
    position: relative;
    font-size: 50px;
    font-weight: bold;
}

.inside-text>span::before{
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    bottom: -5px;
    transform: skewX(-45deg);
    width: 100%;
    height: 30px;
    margin:0 auto;
    background-color:#FFEC00;
    z-index: -1;
}

.inside-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.inside-item{
    margin-bottom: 30px;
    padding: 30px 0px;
    width: 90%;
    border: 3px solid #C4EDFF;
    transform: translateY(-50px);
    opacity: 0;
    transition: .6s;
}

.inside-item.show{
    transform: translateY(0px);
    opacity: 1;
}


.inside-item>img{
    display: block;
    margin:0px auto 20px;
    width: 90%;
}

.inside-item-title-flex{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.inside-item-title-flex>img{
    display: block;
    margin: -50px 20px 0px 10px;
    width: 60px;
    height: 108px;
}

.inside-item-tile{
    position: relative;
    width: 80%;
    font-size: 30px;
    font-weight: bold;
    color: #707070;
}

.inside-item-tile::before{
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    transform: skewX(-45deg);
    width: 100%;
    height: 70%;
    margin:0 auto;
    background-color:#FFEC00;
    z-index: -1;
}

.inside-item-text{
    width: 80%;
    margin-left: 80px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 130%;
    color: #707070;
}

.inside-text-2{
    text-align: center;
    font-size: 25px;
    line-height: 140%;
    color: #707070;
}

/*present-2 -------------------------------------------- */
.present-2{
    background-image: url(img/present-back.png);
}

/*introduction -------------------------------------------- */
.introduction{
    padding:0px 0px 50px;
    margin-bottom: 50px;
    width: 100%;
    background-image: url(img/user-voice-back.png);
}

.introduction>h2{
    position: relative;
    padding: 30px 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #FFE236;
    background-color: white;
    opacity: 0;
    transition: .6s;
}

.introduction>h2.show{
    opacity: 1;
}

.introduction>h2>img{
    position: absolute;
    width: 500px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.introduction-content{
    margin: auto;
    padding: 20px 0px;
    width: 90%;
    border: 3px solid #FFD981;
}

.introduction-content>img{
    display: block;
    margin: 0px auto 20px;
    width: 90%;
}

.name{
    text-align: center;
    font-size: 25px;
    line-height: 180%;
    font-weight: bold;
    color: #707070;
    transform: translateY(-50px);
    opacity: 0;
    transition: .6s;
}

.name.show{
    transform: translateY(0px);
    opacity: 1;
}

.name>span{
    font-size: 30px;
}

.introduction-title{
    position: relative;
    margin: 0px auto 20px;
    padding-left: 10px;
    width: 90%;
    font-size: 25px;
    font-weight: bold;
    color: #707070;
}

.introduction-title::before{
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    bottom: -6px;
    width: 0%;
    height: 3px;
    background-color: white;
    transition: 2s;
}

.introduction-title.show::before{
    width: 100%;
}

.introduction-text{
    margin: 0px auto 10px;
    width: 90%;
    font-size: 20px;
    color: #707070;
}

.last{
    margin-bottom: 50px;
}

/*footer -------------------------------------------- */
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 20px;
    background-color: #707070;
    color: white;
}

@media(max-width:768px){
.content-1{
    width: 100%;
}

/*catch-page -------------------------------------------- */
.catch-page{
    width: 100%;
    padding: 50px 0px 0px;
}

.catch-title{
    margin-bottom: 80px;
    font-size: 16px;
}

.catch-title>span{
    font-size: 20px;
    line-height: 150%;
}

.catch-title>img{
    width: 350px;
    top: -20px;
    left: -40px;
}

.catch-text{
    margin-bottom: 10px;
    font-size: 16px;
}

.catch-text-2{
    display: block;
    margin-bottom: 20px;
    font-size: 25px;
}

.catch-text-2::before{
    width: 320px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%) skewX(-45deg);;
}

.catch-text-3{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
    transform: translateX(-50%);
}

.cta-button{
    font-size: 18px;
}

/*folio-page -------------------------------------------- */
.folio{
    padding-top: 20px;
}

.folio-title{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.folio-title>span{
    font-size: 46px;
    font-weight: normal;
}

.img-flex>img{
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
}

.present{
    padding-top: 20px;
}

.present-text{
    font-size: 16px;
}

.present-text>span{
    font-size: 30px;
}

/*check-1 -------------------------------------------- */
.check-1-title{
    margin-bottom: 180px;
    font-size: 20px;
}

.check-1-title>span{
    font-size: 25px;
}

.check-1-list{
    width: 97%;
    font-size: 16px;
    font-weight: bold;
}

.check{
    margin: 0px auto 10px;
    padding-left: 30px;
}

.check::before{
    left: -15px;
    width: 35px;
    height: 35px;
}

.dot-line{
    margin: 0px auto 40px;
}

.img,.img>img{
    top: -95px;
    width: 350px;
}

/*check-2 -------------------------------------------- */
.check-2-title{
    margin-bottom: 180px;
    font-size: 20px;
}

.check-2-title>span{
    font-size: 25px;
}

.check-2-list{
    width: 97%;
    font-size: 16px;
    font-weight: bold;
}

.check-2-title>img {
    width: 137%;
}

.cta-area{
    padding: 50px 0px;
    width: 100%;
}

.check-2-text{
    font-size: 20px;
}

.triangle-1{
    width: 100%;
    height: 78px;
    overflow-x:hidden;
}

.triangle-1::before{
    border-top: 78px solid white;
    /* レスポンシブ時は50vwで指定。（幅いっぱいにするため。） */
    border-left: 50vw solid #FFD981;
    border-right: 50vw solid #FFD981;
}

/*user-voice -------------------------------------------- */
.user-voice-titile{
    font-size: 16px;
    margin-bottom: 20px;
}

.user-voice-text{
    font-size: 20px;
}

.user-card{
    width: 412px;
    margin: auto;
}

.user-flex{
    justify-content: space-between;
}

.user-flex>img{
    margin-left: 5px;
    width: 150px;
}

.user-flex>p{
    width: 190px;
    font-size: 16px;
}

.user-flex>p::before{
    width: 202px;
    height: 139px;
    right: 0px;
    top: -55px;
}

.user-text-area{
    padding: 30px 15px 10px 40px;
    width: 98%;
    font-size: 13px;
    line-height: 180%;
}

/*course-message -------------------------------------------- */

.course-message{
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    width: 396px;
}

.course-title-flex>h2{
    width: 250px;
    font-size: 23px;
}

.course-title-flex>h2>img{
    left: -10px;
    top: -15px;
    width: 277px;
}

.course-title-flex>img{
    margin-top: -20px;
    width: 107px;
}

.course-text{
    font-size: 15px;
    line-height: 190%;
}

.course-text>.bold{
    font-size: 20px;
}

.course-text>img:nth-of-type(1){
    width: 70px;
    top: 60px;
}

.course-text>img:nth-of-type(2){
    width: 80px;
    top: 48px;
}

.course-message>img{
    width: 96px;
    bottom: -20px;
}

.cta-area-2>a{
    margin-bottom: 0px;
}

/*instructor-message -------------------------------------------- */
.instructor-content>p{
    font-size: 16px;
}

/*inside -------------------------------------------- */
.inside{
    padding: 30px 0px 0px;
    width: 100%;
}

.inside-flex{
    margin-top: 0px;
    margin-bottom: 50px;
}

.inside-flex>p{
    font-size: 16px;
    width: 160px;
}

.inside-flex>p:nth-of-type(1){
    margin-right: 10px;
}

.inside-flex>p:nth-of-type(2){
    margin-left: 10px;
}

.inside-flex>p>img{
    bottom: -20px;
    width: 199px;
    left: 50%;
    transform: translateX(-50%);
}

.inside-title{
    margin-bottom: 50px;
    font-size: 16px;
}

.inside-title>img{
    margin-bottom: 10px;
    width: 199.5px;
}

.inside-text{
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: bold;
}

.inside-text>span{
    margin-top: 20px;
    font-size: 28px;
}

.inside-text>span::before{
    bottom: -12px;
}

.inside-item{
    margin-bottom: 30px;
    padding: 20px 0px;
    width: 389px;
}

.inside-item>img{
    width: 371px;
    margin:0px auto 13px;
}

.inside-item-title-flex{
    margin-bottom: 20px;
}

.inside-item-title-flex>img{
    margin: -45px 10px 0px 5px;
    width: 29px;
    height: 54px;
}

.inside-item-tile{
    width: 85%;
    font-size: 18px;
}

.inside-item-text{
    width: 85%;
    margin-left: 40px;
    font-size: 12px;
}

.inside-text-2{
    text-align: center;
    font-size: 25px;
    line-height: 140%;
}

.inside-cta{
    margin-bottom: 30px;
}

/*introduction -------------------------------------------- */
.introduction{
    padding-bottom: 38px;
}

.introduction>h2{
    font-size: 30px;
}

.introduction>h2>img{
    width: 335px;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
}

.introduction-content{
    width: 396px;
    margin:20px auto;
}

.name{
    font-size: 16px;
}

.name>span{
    font-size: 20px;
}

.introduction-title{
    font-size: 18px;
}

.introduction-text{
    font-size: 15px;
}


/*footer -------------------------------------------- */
footer{
    font-size: 15px;
}
}

@media(max-width:427px){
    .content-1{
        width: 100%;
    }
    
    /*catch-page -------------------------------------------- */
    .catch-page{
        width: 100%;
        padding: 50px 0px 0px;
    }
    
    .catch-title{
        margin-bottom: 80px;
        font-size: 15px;
    }
    
    .catch-title>span{
        font-size: 18px;
        line-height: 150%;
    }
    
    .catch-title>img{
        width: 300px;
        top: -10px;
        left: -28px;
    }
    
    .catch-text{
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .catch-text-2{
        display: block;
        margin-bottom: 20px;
        font-size: 20px;
    }
    
    .catch-text-2::before{
        width: 260px;
        height: 15px;
        left: 50%;
        transform: translateX(-50%) skewX(-45deg);;
    }
    
    .catch-text-3{
        position: relative;
        display: inline-block;
        text-align: center;
        margin-bottom: 50px;
        font-size: 20px;
        transform: translateX(-50%);
    }
    
    .cta-button{
        width: 300px;
        font-size: 18px;
    }
    
    /*folio-page -------------------------------------------- */
    .folio-title{
        font-size: 15px;
        font-weight: bold;
    }
    
    .folio-title>span{
        font-size: 30px;
        font-weight: normal;
    }
    
    .img-flex>img{
        width: 45%;
        height: auto;
        margin-bottom: 10px;
    }
    
    .present-text{
        font-size: 13px;
    }
    
    .present-text>span{
        font-size: 20px;
    }
    
    /*check-1 -------------------------------------------- */
    .check-1-title{
        margin-bottom: 170px;
        font-size: 15px;
    }
    
    .check-1-title>span{
        font-size: 20px;
    }
    
    .check-1-list{
        padding-top: 80px;
        padding-bottom: 30px;
        width: 300px;
        font-size: 12px;
        font-weight: bold;
    }
    
    .check{
        margin: 0px auto 10px;
        padding-left: 30px;
    }
    
    .check::before{
        left: -10px;
        width: 30px;
        height: 30px;
    }
    
    .dot-line{
        margin: 0px auto 20px;
    }
    
    .img,.img>img{
        top: -95px;
        width: 300px;
    }
    
    /*check-2 -------------------------------------------- */
    .check-2-title{
        margin-bottom: 180px;
        font-size: 15px;
    }
    
    .check-2-title>span{
        font-size: 20px;
    }
    
    .check-2-list{
        margin-bottom: 0px;
        padding-top: 80px;
        padding-bottom: 30px;
        width: 300px;
        font-size: 16px;
        font-weight: bold;
    }
    
    .check-2-title>img {
        width: 137%;
    }
    
    .cta-area{
        padding: 30px 0px 50px;
        width: 100%;
    }
    
    .check-2-text{
        font-size: 20px;
    }
    
    .triangle-1{
        width: 100%;
        height: 78px;
        overflow-x:hidden;
    }
    
    .triangle-1::before{
        border-top: 78px solid white;
        /* レスポンシブ時は50vwで指定。（幅いっぱいにするため。） */
        border-left: 50vw solid #FFD981;
        border-right: 50vw solid #FFD981;
    }
    
    /*user-voice -------------------------------------------- */
    .user-voice-titile{
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .user-voice-text{
        font-size: 18px;
    }
    
    .user-card{
        width: 300px;
        margin: auto;
    }
    
    /*course-message -------------------------------------------- */
    
    .course-message{
        padding-top: 30px;
        padding-bottom: 50px;
        margin-bottom: 0px;
        width: 300px;
    }
    
    .course-title-flex>h2{
        width: 200px;
        font-size: 16px;
    }
    
    .course-title-flex>h2>img{
        left: 2px;
        top: -10px;
        width: 200px;
    }
    
    .course-title-flex>img{
        margin-top: -15px;
        width: 80px;
    }
    
    .course-text{
        margin: auto;
        width: 99%;
        font-size: 13px;
        line-height: 190%;
    }
    
    .course-text>.bold{
        font-size: 20px;
    }
    
    .course-text>img:nth-of-type(1){
        left: 0px;
        width: 40px;
        top: 60px;
    }
    
    .course-text>img:nth-of-type(2){
        right: 0px;
        width: 50px;
        top: 55px;
    }
    
    .course-message>img{
        width: 70px;
        bottom: -20px;
    }
    
    .cta-area-2>a{
        margin-bottom: 0px;
    }
    
    /*instructor-message -------------------------------------------- */
    .instructor-content>p{
        font-size: 15px;
    }
    
    /*inside -------------------------------------------- */
    
    .inside-flex{
        width: 300px;
        margin: 0px auto 50px;
    }
    
    .inside-flex>p{
        font-size: 12px;
        width: 130px;
    }
    
    .inside-flex>p:nth-of-type(1){
        margin-right: 5px;
    }
    
    .inside-flex>p:nth-of-type(2){
        margin-left: 5px;
    }
    
    .inside-flex>p>img{
        bottom: -13px;
        width: 140px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .inside-title{
        margin-bottom: 50px;
        font-size: 16px;
    }
    
    .inside-title>img{
        margin-bottom: 10px;
        width: 199.5px;
    }
    
    .inside-text{
        margin-bottom: 50px;
        font-size: 16px;
        font-weight: bold;
    }
    
    .inside-text>span{
        margin-top: 20px;
        font-size: 20px;
    }
    
    .inside-text>span::before{
        height: 15px;
        bottom: -1px;
    }
    
    .inside-item{
        margin-bottom: 30px;
        padding: 20px 0px 0px;
        width: 300px;
    }
    
    .inside-item>img{
        width: 290px;
        margin:0px auto 13px;
    }
    
    .inside-item-title-flex{
        margin-bottom: 20px;
    }
    
    .inside-item-title-flex>img{
        margin: -40px 10px 0px 5px;
        width: 25px;
        height: auto;
    }
    
    .inside-item-tile{
        width: 83%;
        font-size: 13px;
    }
    
    .inside-item-text{
        width: 85%;
        margin-left: 30px;
        font-size: 12px;
    }
    
    .inside-text-2{
        text-align: center;
        font-size: 25px;
        line-height: 140%;
    }
    
    /*introduction -------------------------------------------- */
    .introduction{
        padding-bottom: 38px;
    }
    
    .introduction>h2{
        font-size: 20px;
    }
    
    .introduction>h2>img{
        width: 290px;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .introduction-content{
        width: 300px;
        margin:20px auto;
    }
    
    .name{
        font-size: 16px;
    }
    
    .name>span{
        font-size: 20px;
    }
    
    .introduction-title{
        font-size: 18px;
    }
    
    .introduction-text{
        font-size: 12px;
    }
    
    
    /*footer -------------------------------------------- */
    footer{
        font-size: 15px;
    }
    }