@charset "uft-8";


/* ヘッダー */
.header-inner {
    width: 100%;
    height: 50px;
    background-color: #222222;
}

.header-inner p {
    color: #fdfdfd;
    text-align: center;
}
/* ヘッダー終わり */

/* メインビジュアル */
.hero {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.hero-inner {
    background-image: url(img/hero/mv-backgloundimage.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    padding: 30px 0;
}

.hero-content {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-content h1 {
    width: 50%;
    padding-left: 10px;
}

.LIVE {
    display: inline-block;
    width: 20px;
    height: 26px;
    text-align: center;
    margin-right: 4px;
    color: #fdfdfd;
    background-color: #FF7533;
}

.man-photo {
    display: block;
    width: 50%;
    max-height: 280px;
    object-fit: cover;
}




/* こんなお悩みないですか？ */

.worry {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
    margin-bottom: 30px;
    background-image: url(img/background/blue-gradationPC.png);
    background-size: cover;
    background-position: center;
}

.worry-people img {
    width: 15%;
}

.worry-people {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.worry-list {
    max-width: 500px;
    margin: 0 auto;
}

.worry-list li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 10px;
}

.worry-list li:last-child {
    margin-bottom: 0;
}

.worry-list img {
    width: 18px;
    padding-top: 4px;
}

/* 動画の学び舎なら解決できます！ */

.worry-answer {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 450px;
    margin: 0 auto 30px;
}

.worry-answer h3 {
    margin-bottom: 30px;
    text-align: center;
}

.worry-answer img {
    width: 30%;
}

.worry-answer img {
    width: 18px;
}

.worry-answer-list li {
    display: flex;
    gap: 4px;
    margin: 5px 0 5px 0;
}

.worry-answer h3 span {
    font-size: 20px;
    color: #FF7533;
}

.worry-answer span {
    background: #fdfdfd;
    font-size: 16px;
}

.worry-answer-list {
    display: flex;
    position: relative;
}

.worry-answer .computer-man {
    display: block;
    width: 100px;
    position: absolute;
    top: -25%;
    right: 0;
    z-index: -1;
}

/* スキルが身につくその理由 */
.reason {
    padding: 30px 20px 30px 20px; 
    background-color: #47D8DC;
    margin-bottom: 40px;
}

.reason h2 {
    text-align: center;
}

.reason-list li {
    background-color: #fdfdfd;
    border-radius: 5%;
    margin-bottom: 25px;
    width: 335px;
    margin-right: auto;
    margin-left: auto;
}

.reason-list li:last-child {
    margin-bottom: 0;
}

.reason-title {
    display: flex;
    padding: 10px 10px 5px 10px;
    gap: 8px;
    align-items: center;
}

.reason-number {
    font-size: 42px;
}

.reason img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.reason .text {
    padding: 5px 10px 10px 10px;
}

.reason-title span {
    font-weight: bold;
    color: #47D8DC;
}

.reason-p-en {
    font-size: 16px;
    letter-spacing: 2px;
}

.reason-list li p {
    text-align: justify;
}


/* 動画の学び舎について */
.about-inner {
    padding-bottom: 50px;
    margin-bottom: 40px;
    background-image: url(img/background/about-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-heading {
    line-height: 1;
    text-align: center;
}

.trigger {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 16px;
}

.trigger span {
    font-size: 24px;
    font-weight: bold;
    color: #FF7533;
}

.about img {
    margin-bottom: 24px;
}

.birth {
    text-align: center;
    padding: 0 20px;
}

.birth span {
    font-size: 24px;
    font-weight: bold;
}

.birth .line-orange {
    border-bottom: 6px solid #FF7533;
}
/* 動画の学び舎について終わり */


/* 動画の学び舎の特徴 */
.features {
    text-align: center;
    margin-bottom: 40px;
}

.features-content {
    padding: 0 20px;
}

.features-content li {
    margin-bottom: 30px;
}

.features-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.features-number {
    -webkit-text-stroke: 1px #FF7533;
    color: transparent;
    font-size: 42px;
    letter-spacing: 2px;
}

.features-content h3 {
    text-align: left;
}

.features-content img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.features-content .note {
    text-align: left;
}

.features-content .note span {
    font-size: 16px;
    color: #FF7533;
}

.advantage {
    text-align: left;
    background-image: url(img/background/blue-gradation.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 80px;
}

.advantage p {
    padding: 0 20px;
}

.advantage p span {
    font-size: 24px;
    font-weight: bold;
}
/* 動画の学び舎の特徴終わり */


/* 動画の学び舎メリット */
.merit-title {
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.do-mana-merit-box {
    margin-bottom: 60px;
}

.do-mana-merit-area .plan-tx-style {
    font-size: 20px;
}

.merit-box-01 {
    max-width: 480px;
    min-width: 335px;
    width: calc(70% - 1px);
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    height: 200px;
    background: #d6eaeb;
    margin: 0 auto;
    box-shadow: 0px 5px 15px 0px #3d3d3d38;
}

.merit-box-01:last-child {
    margin-top: 50px;
}

.merit-text-box {
    width: 65%;
    height: fit-content;
    margin: 20px 25px 15px 25px;
    text-align: justify;
}

.merit-text-box h3 {
    font-size: 16px;
}

.merit-title {
    font-size: 20px;
}


.merit-number {
    padding-right: 8px;
    -webkit-text-stroke: 1px #FF7533;
    color: transparent;
    font-size: 23px;
    letter-spacing: 2px;
}

.merit-text-box p {
    line-height: 1.3;
}

.merit-text-box p:first-child {
    font-weight: bold;
}

.merit-text-box p:last-child {
    padding-top: 10px;

}

.merit-box-01 img {
    width: 35%;
    height: 100%;
    object-fit: cover;
    object-position: 48% 50%;
}
/* 動画の学び舎メリット終わり */

/* お問い合わせボタンエリア */
.inquiry-button-area {
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin-bottom: 40px;
    background: linear-gradient(to right, #348cc2cf, #47d7dcd5),
        url(./img/background/dell-g2E2NQ5SWSU-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.inquiry-button-area-text p {
    font-weight: bold;
    color: #fdfdfd;
    text-align: center;
}
/* お問い合わせボタンエリア終わり */

/* 講師の紹介 */
.teacher {
    padding: 0 20px;
    margin-bottom: 40px;
}

.teacher-inner .lead {
    text-align: center;
    margin-bottom: 16px;
}

.teacher-name {
    text-align: center;
    margin: 0 auto;
}

.teacher-name li {
    min-width: 320px;
    width: 100%;
    background-color: #47D8DC1A;
    padding: 30px 15px;
    margin-bottom: 24px;
    position: relative;
}

.teacher-name li::before {
    content: " ";
    display: block;
    width: 80px;
    height: 80px;
    border-top: 4px dashed #47D8DC;
    border-left: 4px dashed #47D8DC;
    position: absolute;
    top: 0;
    left: 0;
}

.teacher-name li::after {
    content: " ";
    display: block;
    width: 80px;
    height: 80px;
    border-bottom: 4px dashed #47D8DC;
    border-right: 4px dashed #47D8DC;
    position: absolute;
    bottom: 0;
    right: 0;
}

.teacher-name li:last-child {
    margin-bottom: 0;
}

.teacher-name li img {
    width: 200px;
    height: auto;
    margin-bottom: 12px;
}

.teacher-name .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.teacher-name li .note {
    text-align: left;
}
/* 講師の紹介終わり */



/* 料金見出し */
.price-heading {
    line-height: 1;
    text-align: center;
}

/* 料金見出し終わり */

.side-scroll-text {
    margin: 0 0 15px 15px;
    width: fit-content;
    font-size: 14px;
}

/* 見出し下テキスト */
.plan-text-box {
    text-align: center;
    overflow: hidden;
    height: 125px;
}


.plan-tx-style {
    font-weight: bold;
    color: #FF7533;
    font-size: 18px;
}

.plan-text-box p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto 0 auto;
    font-weight: bold;
    position: relative;
}

.plan-text-box p::before {
    content: "";
    height: 90%;
    width: 2px;
    background-color: #FF7533;
    position: absolute;
    top: 30%;
    left: -5%;
    transform: rotate(315deg);
}

.plan-text-box p::after {
    content: "";
    height: 90%;
    width: 2px;
    background-color: #FF7533;
    position: absolute;
    top: 30%;
    right: -5%;
    transform: rotate(45deg);
}
/* 見出し下テキスト終わり */

.comparison-box {
    margin-top: 40px;
    overflow-x: auto;
    overflow-y: hidden;
}

/* テーブル（料金表） */
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 700px;
    font-size: 13px;
    margin: 0 auto;
}

table p {
    font-size: 13px;
    line-height: 1.3;
}

th,
td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
}

.plan-heading,
.plan-b,
.plan-a {
    width: calc(700px * 0.2 + 15px);
    border: 1px solid #cecece;
    border-width: 0 0 1px 0;
}

.plan-heading {
    width: 110px;
}

.plan-b {
    border-right: 1px solid #cecece;
}

.plan-a-1,
.plan-b-1 {
    border-right: 0;
}

.plan-a-1 {
    border-right: none;
}

.plan-heading,
td {
    height: 100px;
}

.do-mana-plan {
    text-align: justify;
    border-width: 1px 5px 0;
    border-color: #9CE2E3;
    background-color: #D5F1F4;
    width: calc(700px * 0.4);
}

.do-mana-plan-5 {
    border-bottom-width: 5px;
}

.do-mana-plan-1 {
    border-top-width: 5px;
    border-radius: 15% 15% 0% 0%;
    background-color: #9CE2E3;
}

.do-mana-plan-1,
.plan-a-1,
.plan-b-1 {
    height: 90px;
    text-align: center;
}

.do-mana-plan-3 div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.do-mana-plan-3 div p:first-child {
    margin-right: 10px;
}

.do-mana-plan-3 div p:last-child {
    width: 37%;
    text-align: justify;
}

.plan-heading,
.plan-a-1,
.plan-b-1 {
    background-color: #EDF3F4;
}

.do-mana-td {
    color: #FF7533;
    font-size: 26px;
    letter-spacing: 2px;
    padding-left: 2px;
}
/* テーブル（料金表）終わり */

/* 助成金・補助金 */
.subsidy-text {
    text-align: center;
    margin: 70px 0 16px 0;
    font-weight: bold;
}

.subsidy-text2 {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 16px;
}

.subsidy-tex-style {
    font-size: 18px;
    color: #FF7533;
}

.subsidy-area {
    max-width: 700px;
    min-width: 375px;
    width: 92%;
    margin: 0 auto;
}

.arrow-area {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.arrow-area .under-arrow {
    display: block;
    width: 15px; /* ボックスの横幅を指定する */
    height: 15px; /* ボックスの高さを指定する */
    border-top: 2px solid #47D8DC; /* 境界線の上部を実線に指定する*/
    border-right: 2px solid #47D8DC;/* 境界線の上部を実線に指定する*/
    transform: rotate(135deg);
    margin: 0 auto;
}

.subsidy-box {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.subsidy-heading p,
.subsidy-content p {
    font-size: 11px;
    font-weight: bold;
}


.subsidy-heading p {
    background-color: #9CE2E3;
}


.subsidy-heading {
    background-color: #9CE2E3;
    display: flex;
    justify-content: center;
    padding: 8px 4px;
}

.subsidy-content {
    background-color: #EDF3F4;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.subsidy-style {
    color: #FF7533;
    font-size: 17px;
}
/* 助成金・補助金終わり */


/* 助成金・補助金　注意事項 */
.notes-box {
    max-width: 700px;
    min-width: 350px;
    width: 92%;
    margin: 20px auto 60px auto;

}

.notes-box p {
    font-size: 13px;
    font-weight: bold;
    text-align: justify;
}

.notes-box p:last-child {
    padding-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 30px;
}

.main-color {
    font-size: 13px;
    color: #FF7533;
    border-bottom: 1px solid #FF7533;
    padding-bottom: 1.5px;
}
/* 助成金・補助金　注意事項終わり */

/* お問い合わせフォーム */
.contact-section {
    padding: 0 20px;
}

.contact-inner {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    background-color: #47D8DC1A;
    border-radius: 24px;
}

.form-content {
    margin-bottom: 30px;
}

.subject {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

.subject span {
    font-size: 12px;
    font-weight: bold;
    color: #BB1E28;
    margin-left: 10px;
}

input,
select {
    width: 100%;
    height: 50px;
    border: 1px solid #222222;
    background-color: #fff !important;
    border-radius: 6px;
    padding: 0 10px;
}

textarea {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border: 1px solid #222222;
    border-radius: 6px;
    padding: 8px;
}

button {
    width: 250px;   
    height: 50px;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(90deg, rgba(255, 198, 51), rgba(255, 117, 51));
    border-radius: 50px;
    box-shadow: 0 4px 4px #0000005d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

button:hover {
    background-image: linear-gradient(90deg, #348cc2cf, #47d7dcd5);
}

/* エラーの時に赤枠 */
input:invalid {
    border: 2px solid #BB1E28;
}

input:invalid:focus {
    outline: none;
}

.footer-inner {
    width: 100%;
    height: 80px;
    background-color: #222222;
    padding: 20px;
    margin-top: 40px;
}

.footer-inner .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}

.footer-inner a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.footer-inner .copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
}








/* *****************************************
    タブレット版レスポンシブ
******************************************** */
@media (min-width: 700px) {

    .LIVE {
        width: 50px;
        height: 60px;
        margin-right: 10px;
    }

    .man-photo {
        max-height: 500px;
    }

    .hero {
        height: 550px;
    }

    .hero-inner {
        height: 100%;
    }

    .hero-content {
        height: 400px;
    }

    .hero .form {
        margin-top: 0;
    }
    
    /* こんなお悩みないですか？ */
    .worry {
        padding-bottom: 120px;
    }

    .worry-inner {
        max-width: 500px;
        margin: 0 auto;
    }

    .worry-people img {
        width: 12%;
    }

    .worry-list {
        max-width: 700px;
    }

    .worry-answer {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .worry-answer {
        max-width: 500px;
    }

    .about-inner {
        padding-bottom: 80px;
    }

    .features-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, 300px);
        column-gap: 60px;
        justify-content: center;
    }

    .features-content img {
        width: 300px;
    }

    .advantage {
        background-image: url(img/background/blue-gradation.png);
    }

    .plan-text-box {
        overflow: initial;
    }

    .main-color {
        font-size: 14px;
        line-height: 50px;
    }


    /* 講師の紹介 */
    
    /* 講師の紹介終わり */

    .plan-text-box p {
        font-size: 16px;
        width: 80%;
    }

    .plan-text-box p::before {
        height: 100%;
        width: 2px;
        top: 20%;
        left: -5%;
    }

    .plan-text-box p::after {
        height: 100%;
        width: 2px;
        top: 20%;
        right: -5%;
    }

    .plan-tx-style {
        font-size: 20px;
    }


    table {
        width: 750px;
        font-size: 13px;
    }

    table p {
        font-size: 13px;
    }


    .subsidy-heading p,
    .subsidy-content p {
        font-size: 16px;
    }

    .subsidy-style {
        font-size: 21px;
    }

    .subsidy-heading {
        padding: 15px 20px;
    }

    .subsidy-content {
        padding: 25px 0;
    }

    .subsidy-text {
        margin: 100px 0 20px 0;
    }

    .notes-box p {
        font-size: 14px;
    }

}

/* *****************************************
    PC版レスポンシブ
******************************************** */

@media (min-width: 1024px) {

    .hero {
        height: 100%;
        margin-bottom: 150px;
    }

    .hero-inner {
        height: calc(100vh - 50px);
        margin-bottom: 0;
        padding: 30px 0 0 0;
    }

    .hero-content {
        height: 550px;
        justify-content: right;
    }

    .hero-heading {
        margin-top: 50px;
    }

    .hero-heading h1 {
        padding-left: 25px;
    }

    .LIVE {
        width: 70px;
        height: 80px;
    }

    .man-photo {
        width: 52%;
        max-height: 550px;
    }

    .hero .form {
        margin-top: -80px;
    }
    
    /* こんなお悩みないですか？ */
    .worry-inner {
        max-width: 1080px;
    }

    .worry-people {
        margin-bottom: 30px;
    }

    .worry-people img{
        width: 12%;
    }

    .worry p {
        font-size: 24px;
        line-height: 40px;
    }

    .worry-list img {
        width: 24px;
        padding-top: 8px;
    }


    

    /* 動画の学び舎なら解決できます！ */
    .worry-answer {
        max-width: 700px;
        margin-bottom: 150px;
    }
    .worry-answer h3 {
        margin: 60px 0 40px 0;
    }
    .worry-answer h3 span {
        font-size: 32px;
    }

    .worry-answer span{
        font-size: 24px;
    }

    .worry-answer p {
        font-size: 24px;
        line-height: 40px;
    }
    .worry-anwser-list img {
        width: 24px;
        padding-top: 8px;
    }

    .worry-answer .computer-man {
        width: 200px;
    }



    /* スキルが身につくその理由 */
    .reason {
        padding: 60px 0;
        margin-bottom: 60px;
    }

    .reason-content {
        max-width: 1080px;
        margin: 0 auto;
    }
    

    .reason h2 {
        margin-bottom: 50px;
    }

    .reason-list {
        display: flex;
        justify-content: center;
    }

    .reason-list li {
        width: 320px;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .reason h3 {
        font-size: 20px;
    }

    .about-inner {
        padding-bottom: 160px;
    }

    .features-content {
        grid-template-columns: repeat(auto-fit, 560px);
        column-gap: 60px;
    }

    .features-content h3 {
        font-size: 28px;
    }

    .features-content img {
        width: 560px;
    }

    .advantage {
        padding-bottom: 120px;
    }

    .advantage p {
        padding: 0;
        text-align: center;
    }

    .inquiry-button-area {
        margin-bottom: 60px;
    }

    .teacher {
        max-width: 1080px;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .teacher-name {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .teacher-name li {
        margin-bottom: 0;
    }

    .teacher-name li:nth-of-type(2) {
        margin-top: 60px;
    }

    .teacher-name li .note {
        height: 250px;
    }

    .price-heading {
        font-size: 40px;
    }
        
    .en-title {
        font-size: 96px;
    }
    

    .plan-text-box p {
        width: 70%;
    }

    .plan-text-box p::before {
        height: 100px;
        width: 2px;
        top: 0;
    }

    .plan-text-box p::after {
        height: 100px;
        width: 2px;
        top: 0;
    }


    .comparison-box {
        width: 100%;
    }

    table {
        width: 1000px;
        font-size: 16px;
    }

    table p {
        font-size: 16px;
        line-height: 24px;
    }


    .plan-heading,
    .plan-b,
    .plan-a {
        width: calc(1000px * 0.2 + 5px);
    }

    .plan-heading {
        width: 190px;
    }

    .plan-heading,
    td {
        height: 130px;
    }

    .do-mana-plan-1,
    .plan-a-1,
    .plan-b-1 {
        height: 100px;
    }


    .do-mana-plan {
        width: calc(1000px * 0.4);
    }

    th,
    td {
        text-align: center;
        vertical-align: middle;
        padding: 15px 30px;
    }

    .do-mana-plan-3 div p:last-child {
        width: 40%;
    }

    .do-mana-plan-3 div p:last-child {
        width: 43%;
    }

    .inquiry-button-area .form {
        margin-top: 0;
    }

    .inquiry-button-area-text p {
        font-size: 24px;
    }

    .inquiry-button-area-text {
        padding: 60px 0;
    }
    
    .inquiry-button-area-text p:last-child {
        padding-top: 15px;
    }

    .do-mana-merit-box {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .merit-title {
        font-size: 24px;
    }

    .do-mana-merit-area .plan-tx-style {
        font-size: 24px;
    }

    .merit-box-01:last-child {
        margin-top: 0;
        margin-bottom: 150px;
        margin-left: 50px;
    }

    .merit-box-01 {
        margin: 0;
        margin-bottom: 150px;
    }


    /* お問い合わせ */
    .contact-section {
        max-width: 1080px;
        margin: 0 auto;
    }

    .form-content {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 50px;
    }

    .subject {
        width: 200px;
    }

    input,
    select {
        width: 400px;
    }

    textarea {
        width: 400px;
        height: 150px;
    }

    .footer-inner .content {
        gap: 40px;
    }

    .footer-inner .copyright {
        font-size: 14px;
    }
    
}