@charset "utf-8";

html { scroll-behavior: smooth;}

/* * {
    border: 1px red solid;
} */

/*全体css*/

body {
    background-color: #ddddde;
    text-size-adjust: none;
}

@media screen and (max-width: 750px) {
    body {
        font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    }
}

.right-bannar{
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 999;
    width: 20%;
}

section{
    margin-bottom: 80px;
    max-width: 960px;
    margin:0 auto;
    padding: 100px 0;
}

.bg01 {
    position: relative;
    background-color: #ddddde;
    z-index: -1;
}

.secbg01 {
    text-align: center;
    padding: 1rem 1rem 5rem;
    width: 80%;
    margin: 0 auto;
}

.secbg01 h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 750px) {
    .secbg01 {
        background-color: transparent;
        padding: 1rem 0;
        width: 95%;
        margin: 0 auto;
    }

    .secbg01 h2 {
        font-size: 0.9rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .brand__strategy__title {
        width: 90%;
    }

    .movie {
        margin: 0 auto 2.5rem;
    }

}

.bg01-pattern-left01{
    position: absolute;
    width: 36%;
    left: 0%;
    top:11%;
    z-index: -1;
}

.bg01-pattern-left02{
    position: absolute;
    width: 20%;
    left: 0%;
    top: 50%;
}

.bg01-pattern-right01{
    position: absolute;
    width: 40%;
    right: 0%;
    top: 65%;
    z-index: -1;
}

.movie {
    margin: 5rem auto;
    text-align: center;
}

.movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 750px) {

    .movie {
        margin: 0 auto 2.5rem;
    }

}

.btn {
    width: 60%;
    height: auto;
    margin: 4rem auto 8rem;
    background: linear-gradient(315deg, transparent 20px, #000 20px);
}

.btn a {
    display: block;
    background: linear-gradient(315deg, transparent 20px, #000 20px);
    padding: 1.5rem 1rem;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}
@media screen and (max-width: 750px) {

    .btn {
        width: 90%;
        margin: 4rem auto 5rem;
    }

    .btn a {
        background: linear-gradient(315deg, transparent 10px, #000 10px);
        padding: 0.8rem;
        font-size: 0.8rem;
        font-weight: bold;
    }
}
/* .bg01-pattern-left01_sp,
.bg01-pattern-left02_sp,
.bg01-pattern-right01_sp{
    display: none;
} */



.bg03 {
    position: relative;
}

/* .bg03 section {
    background-color: #fff;
    border-radius: 10px;
} */

.bg03-pattern-right01{
    position: absolute;
    width: 12%;
    right: 0%;
    top: 1%;
}


.bg04 {
    position: relative;
    text-align: center;
}

.bg04-pattern-left01{
    position: absolute;
    width: 20%;
    left: 0%;
    top: 3%;
    z-index: -1;
}

.bg04-pattern-right01{
    position: absolute;
    width: 50%;
    right: 0%;
    bottom: -64%;
    z-index: -1;
}

.teavhers{
    margin-top: -50px;
    z-index: 5;
    color: #000;
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/*ボタン*/
a{
    text-decoration: none;
}

.button{
    background-color: #231815;
    background: linear-gradient(315deg, transparent 15px, #231815 15px);
    font-size: 20px;
    padding: 20px 30px;   
    text-align: center;
    text-shadow: 1px 2px 3px #000000;
    width: 30%;
}

.button a{
    color: #fff;  
}

.button:hover{
    opacity: .8;
    transition-duration: 0.3s;
}

.button-flex{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 80px;
    column-gap:40px;
}

.button-flex_sp {
    display: none;
}


/*タイトルとテキスト*/

.future__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 50px;
}

.future__text {
    line-height: 2;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}



.nav-fixed {
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 2;
}

.nav-fixed a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #222;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
    width: 100px;
}

.nav-fixed li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.nav-fixed__label {
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
    line-height: 16px;
}

ul{
    list-style: none;
    padding: 0%;
}

.nav-fixed img {
    font-size: 14px;
    margin: 0;
    width: 60px;
}




/*画像*/

.future__img {
    text-align: center;
}

.future__img img {
    width: 100%;
}

.brand__strategy__title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.brand__strategy__diaagram {
    text-align: center;
    width: 50%;
    margin: 70px auto 50px;
}

.brand__strategy__imege {
    text-align: center;
    width: 70%;
    margin: 70px auto 0px;
    position: relative;
    z-index: 100;
}

.strong__point{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.strong__point__img{
    width: 47%;
}

.strong__point__img img{
    width: 100%;
}

.bg01-pattern-left01_sp{
    position: absolute;
    width: 45%;
    left: 0%;
    top: 0;
    z-index: -1;
}

.bg01-pattern-left02_sp{
    position: absolute;
    width: 20%;
    left: 0%;
    top: 50%;
}

.bg01-pattern-right01_sp{
    position: absolute;
    width: 40%;
    right: 0%;
    top: 40%;
    z-index: -1;
}



table{
    border-collapse: collapse;
}

tr:hover{
    background-color: #F9F9F9;
}

tr{
    border-bottom: 1px solid #dcdddf;
}

td{
    padding: 20px 20px;
    vertical-align: top;
    width: 25%;
}


ul{
    padding-left: 0;
}


html,body{
    margin:0;padding:0;
}

#main_area {
    position: relative;
}

.topback_sp {
    display: none;
}

img {
    width: 100%;
    vertical-align:top;
}

.title {
    position: absolute;
    width: 40%;
    left: 5%;
    bottom: 30%;
}

.title_sp {
    display: none;
}

.e-letters {
    position: absolute;
    width: 20%;
    right: 5%;
    bottom: 2%;
}

.e-letters_sp {
    display: none;
}

.eventdate {
    position: absolute;
    width: 20%;
    left: 28%;
    bottom: 5%;
}

.description {
    position: absolute;
    width: 6%;
    left: 61%;
    bottom: 9%;
}

.description_sp {
    display: none;
}

.target{
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}


.target img:first-child{
    width: 90%;
    margin: 40px auto 0;
}


.target img:nth-of-type(2){
    width: 90%;
    margin-top: 20px;
}

.target img:last-child{
    width: 90%;
    margin: 40px auto 0;
}


.curriculum{
    z-index: 1;
    position: relative;
}


.curriculum01{
    position: relative;
}


.curriculum01 img:nth-of-type(2){
    position: absolute;
    max-width: 20%;
    right: 1%;
    bottom: 8%;
}



.curriculum02{
    position: relative;
}


.curriculum02 img:nth-of-type(2){
    position: absolute;
    max-width: 21%;
    right: 1%;
    top: 2.5%;
}


.curriculum03{
    position: relative;
}


.curriculum03 img:nth-of-type(2){
    position: absolute;
    max-width: 20%;
    right: 1%;
    top: 33%;
}


.curriculum04{
    position: relative;
}


.curriculum04 img:nth-of-type(2){
    position: absolute;
    max-width: 23%;
    right: 1%;
    top: 3.5%;
}



.curriculum05{
    position: relative;
}


.curriculum05 img:nth-of-type(2){
    position: absolute;
    max-width: 23%;
    right: 1%;
    top: 9%;
}



.curriculum06{
    position: relative;
}


.curriculum06 img:nth-of-type(2){
    position: absolute;
    max-width: 18%;
    right: 1%;
    top: 3%;
}


.curriculum07{
    position: relative;
}


.curriculum07 img:nth-of-type(2){
    position: absolute;
    max-width: 18%;
    right: 1%;
    top: 4.5%;
}

.curriculum07 img:nth-of-type(3){
    position: absolute;
    max-width: 30%;
    left: 43%;
    bottom: 9%;
}


.curriculum08{
    position: relative;
}

.curriculum08 img:nth-of-type(2){
    position: absolute;
    max-width: 22%;
    right: 1%;
    top: 8%;
}



@media screen and (max-width: 750px) {
    .right-bannar {
    position: fixed;
    right: 0;
    top: 80%;
    z-index: 999;
    width: 60%;
}

.topback_sp {
    display: block;
}

.topback {
    display: none;
}



    .future__title {
        font-size: 20px;
        margin: 20px auto 20px;
    }

    section{
        padding: 20px 0;
    }

    .brand__strategy__title {
        width: 85%;
        margin: 20px auto 40px;
    }

    .brand__strategy__diaagram {
        width: 85%;
        margin: 0 auto 40px;
    }

    .brand__strategy__imege {
        width: 100%;
        margin: 0px auto 20px;
    }
    
    .target_sp {
        background-color: #fff;
        width: 90%;
        text-align: center;
        padding-bottom: 40px;
        padding-top: 20px;
        border-radius: 10px;
        margin: 0 auto;
    }

    .target_sp h2 {
        margin: 20px auto 0px;
    }


    .target-sp img:nth-of-type(2){
        position: absolute;
        max-width: 80%;
        top: 35%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .target_sp img:nth-of-type(1) {
        width: 90%;
        margin: 20px auto 0;
    }
    
    
    .target_sp img:nth-of-type(2){
        width: 90%;
        margin-top: 20px;
    }
    
    .target_sp img:last-child {
        width: 90%;
        margin: 40px auto 0;
    }

    .strong__point {
        margin: 0 20px 40px;
        row-gap: 10px;
    }

    .td-description {
        width: 60%;
    }

    table {
        margin: 0 20px 40px;
        z-index: 1;
        position: relative;
        background-color: #fff;
        border-radius: 10px;
    }

    ul {
        margin: 0;
    }

    .curriculum {
        margin: 0 10px;
    }

    .curriculum01-sp{
        position: relative;
    }
    
    
    .curriculum01-sp img:nth-of-type(2){
        position: absolute;
        max-width: 90%;
        top: 22%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .curriculum02-sp{
        position: relative;
    }
    
    .curriculum02-sp img:nth-of-type(2){
        position: absolute;
        max-width: 90%;
        top: 14%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .curriculum03-sp{
        position: relative;
    }
    
    .curriculum03-sp img:nth-of-type(2){
        position: absolute;
        max-width: 90%;
        top: 24%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .curriculum04-sp{
        position: relative;
    }
    
    .curriculum04-sp img:nth-of-type(2){
        position: absolute;
        max-width: 44%;
        top: 12%;
        right: 5%;
        margin: auto;
    }
    
    .curriculum05-sp{
        position: relative;
    }
    
    .curriculum05-sp img:nth-of-type(2){
        position: absolute;
        max-width: 45%;
        top: 13%;
        right: 5%;
        margin: auto;
    }

    .curriculum06-sp{
        position: relative;
    }
    
    .curriculum06-sp img:nth-of-type(2){
        position: absolute;
        max-width: 45%;
        top: 13%;
        right: 5%;
        margin: auto;
    }

    .curriculum07-sp{
        position: relative;
    }
    
    .curriculum07-sp img:nth-of-type(2){
        position: absolute;
        max-width: 90%;
        top: 15%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .curriculum07-sp img:nth-of-type(3){
        position: absolute;
        max-width: 83%;
        top: 84%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .curriculum08-sp{
        position: relative;
    }
    
    .curriculum08-sp img:nth-of-type(2){
        position: absolute;
        max-width: 45%;
        top: 27%;
        right: 3%;
        margin: auto;
    }

    .e-letters {
        display: none;
    }

    .e-letters_sp {
        position: absolute;
        width: 20%;
        right: 5%;
        bottom: 2%;
    }

    .eventdate {
        width: 27%;
        left: auto;
        right: 5%;
        bottom: -5%;
    }


    
    .bg03-pattern-right01_sp{
        position: absolute;
        width: 20%;
        right: 0%;
        top: -68%;
        z-index: -9999;
    }

    .bg04-pattern-left01_sp{
        position: absolute;
        width: 40%;
        left: 0%;
        top: 97%;
        z-index: -1;
    }

    .bg04-pattern-right01_sp{
        position: absolute;
        width: 65%;
        right: 0%;
        bottom: 133%;
        z-index: -1;
    }

    .title_sp {
        display: block;
        position: absolute;
        width: 53%;
        left: 5%;
        bottom: 30%;
    }

    .title {
        display: none;
    }

    .description {
        display: none;
    }

    
    .description_sp {
        display: block;
        position: absolute;
        width: 53%;
        left: 5.2%;
        bottom: 13%;
    }

    .strong__point__img{
        width: 48%;
    }

    .nav-sp-fixed {
        position: fixed;
        bottom: 0%;
        display: flex;
        z-index: 999;
    }
    
    .nav-sp-fixed a {
        display: flex;
        background: #222;
        color: #fff;
        text-align: center;
        text-decoration: none;
        justify-content: center;
        height: 100%;
    }
    
    .nav-fixed li:not(:last-child) {
        border-left: 1px solid #fff;
    }
    
    .nav-sp-fixed__label {
        font-size: 12px;
        margin: 0;
        margin-top: 10px;
        line-height: 16px;
        padding: 0 10px;
    }
    
    .nav-sp-fixed img {
        font-size: 14px;
        margin: 0;
        width: 25%;
        padding:10px;
    }

    .nav-sp-fixed__list {
        display: flex;
    }

    .teavhers{
        margin-top: -10px;
        z-index: 5;
        color: #000;
    }

    .button-flex_sp{
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 70px;
        column-gap: 10px;
    }

    .button {
        font-size: 14px;
}
.button-flex_sp .button a span {
    display: none;

}

.button-flex {
    display: none;
}

}

@media screen and (min-width: 768px){
    .br-sp {display: none; }
}

