@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
/*==============================================
高額コースLP
================================================
0.0 - 共通パーツ
0.1 - KV
1.0 -
2.0 -
3.0 -
4.0 -
5.0 -
6.0 -
6.1 -
7.0 -
8.0 -
9.0 -
10.0 -
10.1 -
11.0 -
12.0 -
13.0 -
14.0 -
15.0 -

pc 1366px
==============================================*/

/*----------------------------------------------
# 0.0 - 共通パーツ
----------------------------------------------*/
*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    display: inline-block;
}
img{
    display: inline-block;
    max-width: 100%;
}
body{
    overflow: hidden;
    font-family: "メイリオ", Meiryo, Hiragino Sans, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Helvetica Neue, Helvetica, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/master_introduction/page_bg00_pc.jpg);
}
body {
    margin: 0;
    padding: 0;
    overflow: hidden; /* ローディング中のスクロール防止 */
}
/*
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 9999;
}

body section {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
}

body section.visible {
    display: block;
    opacity: 1;
} */


body section{
    width: 100%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    /* overflow: hidden; */
}

/* コンテンツの共通スタイル */
[class^="content"]{
    margin-bottom: 118px;
}
[class^="content"][class$="_Title"] {
    position: relative;
    text-align: center;
    padding: 19px 0 0px;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    margin-bottom: 37px;
}

[class^="content"][class$="_Title"] img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -34px;
    width: 143px;
}

[class^="content"][class$="_Title"] span {
    display: inline-block;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #444;
}

[class^="content"][class$="_Title"] span:after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #444;
    margin: 0 auto;
    margin-top: 3px;
    border-radius: 2px;
}

[class^="content"] ul{
    display: flex;
    width: 1088px;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    padding: 0;
    justify-content: space-between;

}
[class^="content"] ul li{
    width: 50%;
    text-align: center;
    width: calc(50% - 14px);
}
.content02 ul li,
.content03 ul li,
.content04 ul li{
    /* padding: 11px 44px 9px 15px; */
    /* background-color: #fff; */
    border-radius: 20px;
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.16));
}
[class^="content"] ul li.colspan{
    width: 936px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
/* [class^="content"] ul li img{
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.16));
} */
[class^="content"] ul li.new{
    position: relative;
}
[class^="content"] ul li.new::before{
    content: "NEW";
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #E22020;
    padding: 4px 16px;
    border-radius: 20px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.sp_view{
    display: none;
}
.pc_view{
    display: block;
}
.pc_view_inline{
    display: inline-block;
}
@media only screen and (max-width: 1024px) {
    .sp_view{
        display: block;
    }
    .pc_view{
        display: none;
    }
    .pc_view_inline{
        display: none;
    }
    [class^="content"]{
        margin-bottom: 24vw;
    }
    [class^="content"][class$="_Title"]{
        height: 16vw;
        margin-bottom: 8.8vw;
        padding-top: 4.066667vw;
    }
    [class^="content"][class$="_Title"] img{
        width: 22.666666666666664vw;
        top: -5vw;
    }
    [class^="content"][class$="_Title"] span{
        font-size: 5.6000000000000005vw;
    }
    [class^="content"][class$="_Title"] span:after{
        height: 2px;
    }
    [class^="content"] ul{
        flex-direction: column;
        width: calc(100% - 10.933333333333334vw);
    }
    [class^="content"] ul li{
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 6.3vw;
    }
    body{
        background-image: url(../img/master_introduction/page_bg00_sp.jpg);
    }
}
/*----------------------------------------------
# 0.1 - header/KV
----------------------------------------------*/
.header{
    width: 100%;
    height: 55px;
    position: fixed;
    display: flex;
    align-items: center;
    background: transparent;
    backdrop-filter: blur(29.50200080871582px);
    --webkit-backdrop-filter: blur(29.50200080871582px);
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100;
    padding-left: 139px;
}
.header h1{
    margin-right: 60px;
}
.header ul{
    display: flex;
    width: 690px;
    justify-content: space-between;
}
 .header ul li a{
    font-weight: bold;
    font-size: 13px;
    line-height: 55px;
    text-align: left;
    color: #444;
}
.kv {
    width: 100%;
    min-height: 767px;
    position: relative;
}
.kvDecoLeft {
    position: absolute;
    top: 0;
    left: -227px;
}
.kvDecoLeft img {
    width: auto;
    height: 573px;
}
.kvDecoRight {
    position: absolute;
    top: 267px;
    right: -295px;
}
.kvDecoRight img {
    width: auto;
    height: 705px;
}
.kvInner {
    padding: 151.1px 0 117px;
}
.kvInner .kvTitle{
    font-weight: bold;
    font-size: 50px;
    line-height: 1.5;
    text-align: center;
    color: #000;
    margin-bottom: 62px;
}

.kvInner .kvCourseDetail{
    width: 588px;
    margin: 0 auto 34px;
}
.kvInner .kvCourseDetail img{
    width: 100%;
    height: auto;
}
.kvInner .kvCta_Text{
    font-weight: bold;
    font-size: 27px;
    line-height: 1.7037037037037037;
    color: #444444;
    margin-bottom: 22px;
    text-align: center;
}
.kvInner .kvCta_Text .highlight01{
    padding: 0px 14px 0 23px;
    height: 32px;
    font-size: 19px;
    line-height: 29px;
    color: #fff;
    border-radius: 5px;
    background: #000;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -1px;
    left: -1px;
}
.kvInner .kvCta_Text .highlight01 span{
    font-family: "Oswald", sans-serif;
    font-size: 20px;
}
.kvInner .kvCta_Text .highlight01 span.large{
    font-size: 23px;
}
.kvInner .kvCta_Text .highlight02{
    color: #BC57A0;
}
.kvInner .kvCta_Btn {
    width: 1050px;
    margin: auto;
    display: flex;
}
.kvInner .kvCta_Btn a {
    display: block;
    margin: auto;
    color: #fff;
    width: 490px;
    margin-bottom: 9px;
    position: relative;
}
.kvCta .catuon_text {
    text-align: center;
    margin: 10px 0;
    font-size: 13px;
    color: #444444;
}
/* キャンペーン用のマージン */
/* @media screen and (min-width:768px){
    .kvInner .kvCta_Btn a:nth-of-type(1),
    body .content07 .content07_Regist a{
        margin-bottom: 30px;
    }
} */
.kvInner .kvCta_Btn a:nth-of-type(2){
    width: 490px;
    margin-bottom: 9px;
}
.kvInner .kvCta_umaiLink{
    display: block;
    width: 445px;
    margin: 18px auto 0;
}
.kvInner .dataLab_container{
    display: block;
    width: 445px;
    margin: 18px auto 0;
}
.kvInner .dataLab_container p{
    text-align: center;
    margin-top: 7px;
    font-size: 11px;
    color:#444444;
}

.kvInner .kvCta_Note{
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.8333333333333333;
    text-align: center;
    color: #444;
}

.kvInfo{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 104px;
}
.kvInfo_Title{
    position: absolute;
    font-weight: bold;
    font-size: 130px;
    color: #101F17;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: exclusion;
    bottom: -73px;
    left: -6px;
    z-index: 1;
}
.kvInfo .kvInfo_Img{
    position: relative;
    left: 9.675695vw;
}
.kvInfo_TextBox{
    margin-left: 11.945095vw;
    padding-top: 23px;

}
.kvInfo_Text{
    font-weight: bold;
    font-size: 24px;
    line-height: 56px;
    text-align: left;
    color: #444;
}
.kvInfo_Text span{
    padding: 0 6px;
    margin-right: 4px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    background: #444;
    font-size: 23px;
    color: #fff;
    display: inline-block;
}
.kvInfo_Text span.highlight02{
    padding: 0px 7px 0 5px;
    margin-left: 5px;
}
.kvInfo_Text em{
    display: block;
    font-weight: bold;
    font-size: 41px;
    line-height: 35px;
    color: #bc57a0;
    padding-top: 9px;
    padding-bottom: 5px;
}
.kvCampaign{
    margin-top:35px;
    padding: 26px 0 43px;
    background:#F4F3FE;
    position: relative;
}
.kvCampaign p{
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color:#000000;
    text-align: center;
}
.kvCampaign ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.kvCampaign li{
    max-width: 352px;
}
.kvCampaign li + li{
    margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
    .header{
        padding-left: 20px;
        padding-top: 7px;
    }
    .header .menu{
        display: none;
    }
    .kvInner{
        position: relative;
        padding: 38.633333vw 0 13.5vw;
        z-index: 1;
    }
    .kvDecoLeft{
        left: -78.13333333333333vw;
        top: -49.86666666666667vw;
    }
    .kvDecoLeft img{
        width: 102.13333333333334vw;
    }
    .kvDecoRight{
        right: -55.733333333333334vw;
        top: 52vw;
    }
    .kvDecoRight img{
        width:72.8vw;
        height: auto;
    }
    .kvInner .kvTitle{
        font-size: 7.733333333333333vw;
        line-height: 1.5;
        margin-bottom: 7.633333vw;

    }
    .kvInner .kvCourseDetail{
        width: 84.74133333333333vw;
        margin-bottom: 9.366667vw;
    }
    .kvInner .kvCta_Text{
        font-size: 4vw;
        margin-bottom: 3.5vw;
    }


    .kvInner .kvCta_Text .highlight01{
        display: block;
        width: fit-content;
        margin: 0 auto;
        font-size: 2.933333333333333vw;
        padding: 0 1.6vw 0 2.933333333333333vw;
        top: 0px;
        left: 0;
        height: 5.066666666666666vw;
        line-height: 5.066666666666666vw;
    }
    .kvInner .kvCta_Text .highlight01 span{
        font-size: 2.933333333333333vw;
    }
    .kvInner .kvCta_Text .highlight01 span.large{
        font-size: 3.4666666666666663vw;
    }
    .kvInner .kvCta_Btn {
        width: 100%;
        margin: auto;
        display: block;
    }
    .kvInner .kvCta_Btn a{
        width: 89.33vw;
        margin-bottom: 1.933333vw;
    }
    .kvInner .kvCta_Btn a:nth-of-type(2){
        width: 89.33vw;
    }
    .kvInner .kvCta_umaiLink{
        width: 88.53vw;
    }
    .kvInner .dataLab_container{
        width: 88.53vw;
    }
    .kvInner .kvCta_Note{
        font-size: 3vw;
        letter-spacing: 0.15999999999999998vw;
    }
    .kvInfo{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom:5.333333333333334vw;
    }
    .kvInfo .kvInfo_Img{
        left: 0;
        width: 92.26666666666667vw;
    }
    .kvInfo_Title{
        font-size: 16vw;
        text-wrap: nowrap;
        bottom: auto;
                top: 25.333333vw;
        left: 0;
    }
    .kvInfo_TextBox{
        margin: auto;
        text-align: center;
        padding-top: 11.9vw;

    }
    .kvInfo_Text{
        font-size: 4.266666666666667vw !important;
        text-align: center;
        line-height: 8.533333333333333vw;
    }
    .kvInfo_Text span{
        height: 6.133333333333333vw;
        line-height: 6.133333333333333vw;
        font-size: 4.266666666666667vw !important;

    }
    .kvInfo_Text em{
        font-size: 5.866666666666666vw;
        padding-top: 0.033333vw;
        padding-bottom: 0.26666666666666666vw;
    }
    .kvCampaign{
        margin-top:35px;
        padding: 20px 20px 30px;
        background:#F4F3FE;
    }
    .kvCampaign p{
        margin-bottom: 10px;
        font-size: 4.533333333333333vw;
        font-weight: bold;
        font-family: 'Noto Sans JP', sans-serif;
        color:#000000;
        line-height: 1.47;
        text-align: center;
    }
    .kvCampaign ul{
        display: block;
        margin: auto;
    }
    .kvCampaign li + li{
        margin-top: 10px;
        margin-left: 0;
    }
}
.kvMovie{
    width: 94.66%;
    margin: auto;
    padding-bottom:13.5vw;
}
.kvMovie p{
    margin-bottom: 30px;
    color: #444;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .kvMovie p{
        font-size: 4.8vw;
        height: auto !important;
        line-height: 1.5;
        margin-bottom: 6.18vw !important;
    }
}
.kvMovie video{
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .kvMovie{
        width: 640px;
        padding-bottom: 117px;
    }
}

/*----------------------------------------------
# 1 - コンテンツ1
----------------------------------------------*/
.content01 {
    position: relative;
    /* background-image: url(../img/content01_bg_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 18px; */
    margin-bottom: 97px;
}
.content01:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    border-top: 156px solid transparent;
    border-bottom: 156px solid transparent;
    border-right: 2226px solid #f0e0ec;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.content01 .content01_Inner{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -6.588579795021962vw;
    margin-bottom: 0;
}
.content01 .content01_Inner .content01_top{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.content01 .content01_Inner .img01{
    position: relative;
    width: 552px;
    /* margin-left: -12.445095168374817vw; */
}
.content01 .content01_Inner .img01 img{
    display: block;
}

.content01 .content01_Inner .img02{
    position: relative;
    width: 377px;
    height: 377px;
    top: -16px;
}
.content01 .content01_Inner .text{
    font-weight: bold;
    font-size: 35px;
    line-height: 52.5px;
    text-align: left;
    color: #444;
    padding-right: 40px;
    position: relative;
    top: -21px;
    left: 17px;
}
.content01 .content01_Inner .text span{
    color: #BC57A0;
}
@media only screen and (max-width: 1024px) {
    .content01 {
        position: relative;
        /* background-image: url(../img/content01_bg_sp.png);
        background-position: center 1.4vw;
        background-size: 100%;
        background-repeat: no-repeat; */
        margin-bottom: 14.9vw;
    }
    .content01:before {
        position: absolute;
        display: block;
        content: '';
        width: 0;
        height: 0;
        right: 0;
        top: 24.2vw;
        /* transform: translateY(-50%); */
        border-top: 17.066666666666666vw solid transparent;
        border-bottom: 17.066666666666666vw solid transparent;
        border-right: 168vw solid #f0e0ec;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    }
    .content01 .content01_Inner{
        flex-wrap: wrap;
        /* display: block; */
        justify-content: flex-start;
        left: 0;
        margin-bottom: 13.066666666666665vw;
    }
    .content01 .content01_Inner .content01_top{
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .content01 .content01_Inner .img01{
        /* float: left; */
        width: 48.53333333333333vw;
        margin-left:-15.4vw;
        /* left: -15.4vw; */

    }
    /* .content01 .content01_Inner .img01 img{
        left: 0;
        top: -5.066666666666666vw;
    } */
    .content01 .content01_Inner .text{
        font-size: 5.866666666666666vw;
        padding-right: 0;
        position: relative;
        top: -2.5vw;
        left: -3.2vw;
        line-height: 8.733333vw;
    }
    .content01 .content01_Inner .img02{
        width: 76.133333vw;
        height: auto;
        margin: -3.4666666666666663vw auto 0;
    }
    .content01 .content01_Inner .img02 img{
        width: 100%;
    }
}
/*----------------------------------------------
# 2 - コンテンツ2
----------------------------------------------*/
.content02 {
    margin-bottom: 128px;
}
.content02_Title {
    background: linear-gradient(to right, #f6f8ff 0%, #efdfe7 100%);
}
@media only screen and (max-width: 1024px) {
    .content02 {
        margin-bottom: 10.9vw;
    }
    .content02_Title {
        margin-bottom: 8.7vw;
    }
    .content02 ul li:nth-child(1){
        margin-bottom: 6.933333333333333vw;
    }
    .content02 ul li:nth-child(2){
        margin-bottom: 6.933333333333333vw;
    }
}
/*----------------------------------------------
# 3 - コンテンツ3
----------------------------------------------*/
.content03{
    margin-bottom: 130px;
}
.content03 .content03_Title {
    margin-bottom: 39px;
    background: linear-gradient(to left, #f6f8ff 0%, #efdfe7 100%);
}
.content03 ul li:nth-child(2){
    margin-top: 37px;
}
.content03 ul li:nth-child(3){
    margin-top: -35px;
}
.content03 ul li:nth-child(4){
    margin-top: 25px;
}
.content03 ul li:nth-child(5){
    margin-top: -65px;
}
.content03 ul li:nth-child(6){
    margin-top: 55px;
}
.content03 ul li:nth-child(7) {
    margin-top: 25px;
}
.content03 ul li:nth-child(8) {
    margin-top: 25px;
}
.content03 ul li:nth-child(9) {
    margin-top: -35px;
}
.content03 ul li:nth-child(10) {
    margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
    .content03{
        margin-bottom: 17.333333333333336vw;
    }
    .content03 .content03_Title{
        margin-bottom: 11.366667vw;
    }
    .content03 ul li:nth-child(1){
        margin-bottom: 6.746666666666668vw;
    }
    .content03 ul li:nth-child(2){
        margin-bottom: 6.746666666666668vw;
    }
    .content03 ul li:nth-child(3){
        margin-bottom: 6.746666666666668vw;
    }
    .content03 ul li:nth-child(4){
        margin-bottom: 7.346667vw;
    }
    .content03 ul li:nth-child(5){
        margin-bottom: 6.646667vw;
    }
    .content03 ul li:nth-child(6){
        margin-bottom: 6.646667vw;
    }
    .content03 ul li:nth-child(7) {
        margin-bottom: 6.646667vw;
    }
    .content03 ul li:nth-child(8) {
        margin-bottom: 6.646667vw;
    }
    .content03 ul li:nth-child(9) {
        margin-bottom: 6.646667vw;
    }
    .content03 ul li:nth-child(10) {
        margin-bottom: 6.646667vw;
    }
}
/*----------------------------------------------
# 4 - コンテンツ4
----------------------------------------------*/
.content04{
    margin-bottom: 93px;
}
.content04 .content04_Title {
    margin-bottom: 39px !important;
    background: linear-gradient(to right, #f6f8ff 0%, #efdfe7 100%);
}
.content04 ul li:nth-child(1){
    margin-bottom: 26px;
}
.content04 ul li:nth-child(2){
    margin-bottom: 25px;
}
.content04 ul li:nth-child(3){
    margin-bottom: 26px;
}
.content04 ul li:nth-child(4){
    margin-bottom: 26px;
}
@media only screen and (max-width: 1024px) {
    .content04{
        margin-bottom: 16.53333333333333vw;
    }
    .content04 .content04_Title {
        margin-bottom: 11.386666666666667vw !important;
    }
    .content04 ul{
        margin-bottom: -9.48vw;
    }
    .content04 ul li:nth-child(1){
        margin-bottom: 6.746667vw;
    }
    .content04 ul li:nth-child(2){
        margin-bottom: 6.846667vw;
    }
    .content04 ul li:nth-child(3){
        margin-bottom: 6.846667vw;
    }
    .content04 ul li:nth-child(4){
        margin-bottom: 6.846667vw;
    }
    .contentNext{
        width: 89.06666666666668vw;
        margin-bottom: 0;
        margin-top: 12.266666666666666px;
        padding: 7.333333333333333vw 0 10.4vw;
    }
    .contentNext .contentNext_Text{
        font-size: 4.266666666666667vw;
        line-height: 26px;
    }
    .contentNext .contentNext_Text span.sub{
        font-size: 3.2vw;
        line-height: 18px;
        margin: 3.5199999999999996vw auto 0;
    }
}
/*----------------------------------------------
# 5 - コンテンツ5
----------------------------------------------*/
.contentBuilder{
    text-align: center;
}
.contentBuilder_Title{
    margin-bottom:0;
    color: #444;
    font-size: 28px;
    font-weight: bold;
}
.contentBuilder_Title strong {
    border: none;
    color: #BC57A0;
    font-size: 32px;
}
.contentBuilder a{
    display: block;
    margin: auto;
    width: 986px;
}
.contentBuilder a img{
    width: 100%;
}
.contentBuilder > p {
    display: inline-block;
    border-bottom: 1px solid #BC57A0;
    color: #BC57A0;
    font-size: 24px;
    font-weight: bold;
}
.content05{
    margin-bottom: 102px !important;
}
.content05_Title{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
    color: #444;
    margin-bottom:40px !important;
}
.content05_Title strong{
    border: none;
    color: #BC57A0;
    font-size: 32px;
}
.content05_Main{
    position: relative;
    margin:0 auto;
    width: 1080px;
    padding-bottom: 27px;
    border:3px solid #BC57A0;
}
.content05_Main:before{
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 266px;
    background-color: #BC57A0;
    bottom: 0px;
}
.content05_Main span.sub{
    display: block;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #444;
    text-align: center;
    margin: 29px auto 29px;
}


.content05_Main ul{
    position: relative;
    width: 904px;
    z-index: 1;
    justify-content: space-between;
    margin-bottom: 25px;
}
.content05_Main ul li{
    width: 276px;
    height: 403px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 15px;

}
.content05_Main ul::after{
    position: absolute;
    display: block;
    content: '';
    width: 207px;
    height: 182px;
    right: -92px;
    top: -266px;
    background-image: url(../img/master_introduction/content05_bg_pc.png);
}

.content05_notice{
    position: relative;
    z-index: 1;
    width: 904px;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin: auto;
}
.content05_Movie {
    width: 100%;
    max-width:536px;
    margin: 0 auto; /* 中央揃え */
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9のアスペクト比 (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media only screen and (max-width: 1024px) {
    .contentBuilder_Title{
        font-size: 4.8vw;
        height: auto !important;
        line-height: 1.5;
        margin-bottom: 0 !important;
    }
    .contentBuilder_Title strong {
        font-size: 4.8vw;
    }
    .contentBuilder a{
        width: 89.06666vw;
    }
    .contentBuilder > p {
        font-size: 17px;
    }
    .content05{
        margin-bottom: 19.2vw !important;
    }
    .content05 .content05_Title{
        font-size: 4.8vw;
        height: auto !important;
        line-height: 1.5;
        margin-bottom: 8.18vw !important;
    }
    .content05 .content05_Title strong{
        font-size: 4.8vw;
    }
    .content05_Main span.sub{
        font-size: 3.733333333333334vw;
        line-height: 2;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 4.266666666666667vw;
    }
    .content05_Main{
        width: calc(100% - 10.666666666666668vw);
        padding: 5.833333vw 0 6.4vw;
        margin-bottom: 24vw;
    }
    .content05_Main:before{
        height: 131.2vw;
        bottom: 0;
    }
    .content05_Main ul{
        width: 100%;
        flex-direction: column;
        width: calc(100% - 6.566667vw);
        margin-left: 4.533333333333333vw;
        margin-bottom: 7px;
    }
    .content05_Main ul li{
        width: 100%;
        height: auto;
        box-shadow: none;
        margin-top: 0 !important;
        margin-bottom: 2.9vw !important;
    }
    .content05_Main ul li img{
        width: 89.06666666666668vw;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    }
    .content05_Main ul::after{
        position: absolute;
        display: block;
        content: '';
        width: 28.26666666666667vw;
        height: 21.6vw;
        right: -6.666666666666667vw;
        background-image: url(../img/master_introduction/content05_bg_pc.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: -47.46666666666667vw;
    }
    .content05_notice{
        width: 100%;
        font-size: 3.4666666vw;
        line-height: 1.5;
        padding:0 5.333333333333334vw;
        text-align: left;
    }
    .content05_Movie{
        max-width: 100%;
    }
    .video-container{
        width: 89.666667vw;
        margin: auto;
    }
}
/*----------------------------------------------
# 6 - コンテンツ6
----------------------------------------------*/
.content06{
    padding: 63px 0 120px;
    margin-bottom: 103px;
    background-color: #F8F4F7;
}
.content06 .content06_Title{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
    height: 97px;
}
.content06 .table_view{
    overflow: hidden;
    height: 963px;
}
.content06 table{
    width: 1088px;
    margin: auto;
    border-collapse: collapse;
}
.content06 table tbody tr td {
    vertical-align: middle;
    border: 1px solid #DDDDDD; /* セルごとの罫線 */
}

.content06 table thead tr th{
    padding: 13px 0 ;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.content06 table thead tr th.master {
    color: #fff;
    background-color: #BC57A0;
    border-top-left-radius: 15px;
    box-shadow: inset 1px 1px 0px 0px #BC57A0;
}

.content06 table thead tr th.sp {
    color: #444444;
    background-color: #fff;
    border-top-right-radius: 15px;
    box-shadow: inset -1px 1px 0px 0px #ddd;
    border-left: 1px solid #DDDDDD;
}
.content06 table tbody tr td{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    width: 260px;
    height: 49px;
    padding: 0;
}
.content06 table tbody tr td.pick{
    background-color: #EDCAE3;
    color: #BC57A0;
}
.content06 table tbody tr td span.sub{
    font-size: 11px;
    display: block;
    font-weight: normal;
}
.content06 table tbody tr td.contents{
    text-align: left;
    padding: 0 17px;
    background-color: #F2F2F2;
    width: 570px;
}
.content06 table tbody tr td.col{
    text-align: left;
    color: #fff;
    background-color: #959494;
    padding: 0 0 0 17px;
    height: 39px;
}
.content06 table tbody tr td.col:nth-child(1){
    border-right: 2px solid #BC57A0;
}
.content06 table tbody tr td.contents{
    border-right: 2px solid #BC57A0;
}
.content06 table tbody tr td.master{
    border-right: 2px solid #BC57A0;
}
.content06 table tbody tr:last-child td.master{
    border-bottom: 2px solid #BC57A0;
}
.content06 table tbody tr td.h70{
    height: 69px;
}
.content06 table tbody tr td.h60{
    height: 59px;
}
span.double::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><g fill="none" stroke="%23707070" stroke-width="2"><g><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><g transform="translate(4 4)"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5"/></g></g></svg>');
    display: inline-block;
    width: 20px;
    height: 20px;
}
td.pick span.double::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><g fill="none" stroke="%23BC57A0" stroke-width="2"><g><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g><g transform="translate(4 4)"><circle cx="6" cy="6" r="6" stroke="none"/><circle cx="6" cy="6" r="5"/></g></g></svg>');
    display: inline-block;
    width: 20px;
    height: 20px;
}

span.single::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><g fill="none" stroke="%23707070" stroke-width="2"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g></svg>');
    display: inline-block;
    width: 20px;
    height: 20px;
}
td.pick span.single::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><g fill="none" stroke="%23BC57A0" stroke-width="2"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9"/></g></svg>');
    display: inline-block;
    width: 20px;
    height: 20px;
}
span.exclusion::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12.127" height="3.928"><path fill="%23707070" d="M0 3.928V0h12.127v3.928Z"/></svg>');
    display: inline-block;
    width: 12.127px;
    height: 3.928px;
}
td.pick span.exclusion::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12.127" height="3.928"><path fill="%23BC57A0" d="M0 3.928V0h12.127v3.928Z"/></svg>');
    display: inline-block;
    width: 12.127px;
    height: 3.928px;
}
.content06 .table_view + a{
    position: relative;
    display: block;
    margin: 17px auto 0;
    text-align: center;
    width: 169px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 11px;
    color: #444;
    background: #fff;
    border: 1px solid #707070;
}
.content06 .table_view + a svg{
    position: absolute;
    right: 12px;
    top: 13px;
}

.exclusion+.sub{
    margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
    .content06{
        padding: 9.866667vw 0 17.599999999999998vw;
        margin-bottom: 8.133333vw;
    }
    .content06 .content06_Title{
        font-size: 4.533333333333333vw;
        margin-bottom: 8.6vw;
        height: auto;
    }
    .content06 .table_view{
        height: 213.7vw;
    }
    .content06 table{
        width: calc(100% - 5.333333333333334vw);
        margin:0 2.666666666666667vw;
    }
    .content06 table thead tr th{
        line-height: 1.2727272727272727;
        font-size: 2.933333333333333vw;
        height: 10.2vw;
        /* padding: 2.666666666666667vw 0 0.6vw; */
        padding: 0;
    }
    .content06 table thead tr th.master{
        border-top-left-radius: 6px;
        box-shadow: inset 1px 1px 0px 0px #BC57A0;
    }
    .content06 table thead tr th.sp{
        border-top-right-radius: 6px;
    }
    .content06 table tbody tr td.col{
        font-size: 3.4666666666666663vw;
        height: 6.633333vw;
        padding-left: 2.666666666666667vw;
    }
    .content06 table tbody tr td.contents{
        width: 52.53333333333333vw;
        font-size: 3.733333333333334vw;
        padding: 0 0 0 2.666666666666667vw;
    }
    .content06 table tbody tr td{
        height: 12.1121vw;

        width: 21.333333333333336vw;
    }
    .content06 table tbody tr td span.sub{
        font-size: 2.666666666666667vw;
    }
    .content06 table tbody tr td.h70{
        height: 23.8vw;
    }
    .content06 table tbody tr td.h60{
        height: 44px;
    }
    .content06 table tbody tr td.sph50{
        height: 59px;
    }
}
/*----------------------------------------------
# 7 - コンテンツ7
----------------------------------------------*/
.content07_Price{
    position: relative;
    text-align: center;
    margin: 0 auto 17px;
    width: 936px;
    margin-left: pa;
    left: 12px;
}
.content07_Price picture + picture{
    margin-left: -10px;
}
.content07 .content07_Regist{
    width: 1050px;
    margin: auto;
    display: flex;
    align-items: end;
    margin-bottom: 140px;
    text-align: center;
}
.content07 > p{
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 30px;
    font-weight: 900;
}

.content07 .content07_Regist a {
    display: block;
    margin: auto;
    margin-top: 21px;
    width: 490px;
    height: auto;
    margin-bottom: 10px;
    position: relative; /* 擬似要素を相対的に配置するため */
}
.content07 .content07_Regist a:nth-of-type(2) {
    width: 490px;
    margin-bottom: 9px;
}

.content07 .content07_Note{
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.8333333333333333;
    text-align: center;
    color: #444;
}
@media only screen and (max-width: 1024px) {
    .content07{
        margin-bottom: 20.8vw;
    }
    .content07_Price{
        width: 89.06666666666668vw;
        margin: 0 auto 4.733333vw;
        left: -1px;
    }
    .content07 > p{
        color: #3B0808;
        font-size: 17px;
    }
    .content07 .content07_Regist{
        width: 100%;
        display: block;
        font-size: 4vw;
        margin-bottom: 20.2vw;
    }
    .content07 .content07_Regist .highlight01{
        display: block;
        width: fit-content;
        margin: 0 auto;
        font-size: 2.933333333333333vw;
        padding: 0 1.6vw 0 2.933333333333333vw;
        top: 0px;
        left: 0;
        height: 5.066666666666666vw;
        line-height: 5.066666666666666vw;
    }
    .content07 .content07_Regist .highlight01 span{
        font-size: 2.933333333333333vw;
    }
    .content07 .content07_Regist .highlight01 span.large{
        font-size: 3.4666666666666663vw;
    }
    .content07 .content07_Regist a{
        width: 89.33vw;
        margin-bottom: 1.933333vw;
        margin-top: 3.4vw;
    }
    .content07 .content07_Regist a:nth-of-type(2){
        width: 89.33vw;
    }

    .content07 .content07_Note{
        font-size: 3.2vw;
        letter-spacing: 0;
    }
}
/*----------------------------------------------
# 8 - FAQ
----------------------------------------------*/
.FAQ .FAQ_TItle{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 42px;
}
.FAQ ul{
    width: 1088px;
    margin: auto;
}
.FAQ ul li{
    width: 100%;
    text-align: left;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}
.FAQ ul li + li{
   border-top: none;
}
.FAQ_Question {
    position: relative;
    height: 57px;
    padding-right: 35px; /* アイコンの分の余裕を設定 */
    padding-top: 24px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #000;
    padding-left: 92px;

}
.FAQ_Question span{
    position: absolute;
    font-weight: normal;
    display: inline-block;
    left: 0;
}
.FAQ_Question::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="37"><g transform="translate(.305)"><rect width="37" height="37" rx="3" transform="translate(-.305)"/><g fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"><path d="M8.65 18.5h19.989"/><path d="M18.645 8.44v19.989"/></g></g></svg>');
    position: absolute;
    right: 0;
    top: 20px;
    width: 37px;
    height: 37px;
}
.FAQ_Question.open::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="37"><g transform="translate(-1092 -7386)"><rect width="37" height="37" rx="5" transform="translate(1092 7386)"/><g fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="3"><path d="M1103 7404.666h15.331"/></g></g></svg>');
    width: 37px;
    height: 37px;
}
.FAQ_Answer {
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
    transition: max-height 0.3s ease-out;
    padding-left: 92px;
    padding-right: 65px;
}
/* 初期状態では max-height を 0 に */
.FAQ_Answer:not(.open) {
    max-height: 0;
}

@media only screen and (max-width: 1024px) {
    .FAQ {

    }
    .FAQ .FAQ_TItle{
        font-size: 4.533333333333333vw;
        margin-bottom: 8.166667vw;
    }
    .FAQ ul{
        width: calc(100% - 10.833333vw) !important;
    }
    .FAQ ul li{
        padding-bottom: 3.933333vw;
        margin-bottom: 0 !important;
    }
    .FAQ ul li + li{
        margin-top: 0;
     }
    .FAQ_Question{
        font-size:3.4666666666666663vw;
        padding-left: 33px;
        padding-top: 3.433333vw;
        height: auto;
    }
    .FAQ_Question span{
        font-size: 2.933333333333333vw;
    }
    .FAQ_Answer{
        padding-left: 8.799999999999999vw;
        padding-right: 9.333333333333334vw;
        font-size:3.4666666666666663vw;
    }
    .FAQ_Question::before {
        content: '';
        display: inline-block;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27"><g transform="translate(.305)"><rect width="27" height="27" rx="3" transform="translate(-.305)"/><g fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"><path d="M8.65 13.435h9.989"/><path d="M13.645 8.44v9.989"/></g></g></svg>');
        background-size: cover;
        width: 7.2vw; /* 7.199999999999999vw と同じ */
        height: 7.2vw; /* 7.199999999999999vw と同じ */
        top: 2.533333vw;
    }
    .FAQ_Question.open::before {
        content: '';
        display: inline-block;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27"><g transform="translate(-1092 -7386)"><rect width="27" height="27" rx="5" transform="translate(1092 7386)"/><g fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="3"><path d="M1100.504 7399.621h9.99"/></g></g></svg>');
        background-size: cover;
        width: 7.2vw; /* 7.199999999999999vw と同じサイズ */
        height: 7.2vw; /* 7.199999999999999vw と同じサイズ */
    }
}

/*----------------------------------------------
# 9 - ご案内
----------------------------------------------*/
.Premium_footer .links{
    display: flex;
    text-align: center;
    padding-bottom: 80px;
    width: 464px;
    margin: auto;
    justify-content: space-between;
}
.Premium_footer a{
    color: #444;
    font-size: 15px;
}
.Premium_footer .attention{
    padding:102px 0;
    background-color: #F2F2F2;
}
.Premium_footer .inner{
    width: 1088px;
    margin: auto;
}

.Premium_footer .inner h3,
.Premium_footer .inner h4{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4545454545454546;
}
.Premium_footer .inner h3,
.Premium_footer .inner p{
    margin-bottom: 1em;
}
.Premium_footer .inner p{
    font-size: 14px;
    line-height: 1.4545454545454546;
}
@media only screen and (max-width: 1024px) {
    .Premium_footer .links{
        flex-wrap: wrap;
        width: 55.46666666666666vw;
        padding-bottom: 9.533333vw;
        justify-content: center;
    }
    .Premium_footer a{
        font-size: 3.4666666666666663vw;
        margin-bottom: 1.6em;
    }
    .Premium_footer .links a:first-child{
        margin-right: auto;
    }
    .Premium_footer .inner{
        width: calc(100% - 10.666666666666668vw);
    }
    .Premium_footer .inner h3,
    .Premium_footer .inner h4,
    .Premium_footer .inner p{
        font-size: 2.933333333333333vw;
    }
    .Premium_footer .attention{
        padding: 10.133333333333333vw 0 14.666666666666666vw !important;
    }
}
/*----------------------------------------------
# 10 - お問い合わせ
----------------------------------------------*/
.Opinion p{
    text-align: center;
    color: #444;
    font-size: 15px;
}
.Opinion a{
    position: relative;
    display: block;
    margin: 17px auto 60px;
    text-align: center;
    width: 355px;
    height: 45px;
    border-radius: 4px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    color: #444;
    background: #fff;
    border: 1px solid #707070;
}
@media only screen and (max-width: 1024px) {
    .Opinion p{
        font-size: 3.4666666666666663vw;
    }
    .Opinion a{
        margin: 4.533333333333333vw auto 16vw;
        width: 89.33333333333333vw;
        font-size: 3.4666666666666663vw;
    }
}
