@charset "utf-8";

html { scroll-behavior: smooth;}

/*全体css*/

.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: #ebe9e9;
    z-index: -1;
}

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

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

.bg01-pattern-right01{
    position: absolute;
    width: 20%;
    right: 0%;
    top: 30%;
}

.bg03 {
    position: relative;
}

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


.bg04 {
    position: relative;
    background-color: #ebe9e9;
    text-align: center;
}

.bg04-pattern-left01{
    position: absolute;
    width: 45%;
    left: 0%;
    top: 3%;
}

.bg04-pattern-right01{
    position: absolute;
    width: 50%;
    right: 0%;
    bottom: 3%;
}

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

.bg{
    background-color: #ebe9e9;
}


/* パソコンで見たときは"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);
    color: white;
    font-size: 20px;
    padding: 20px 30px;   
    text-align: center;
    text-shadow: 1px 2px 3px #000000;
}

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

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


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

.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: 70%;
    margin: 0px auto 50px;
}

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

.brand__strategy__imege {
    text-align: center;
    width: 70%;
    margin: 70px auto 0px;
}

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

.strong__point__img{
    width: 33%;
}

.strong__point__img img{
    width: 100%;
}


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;
}

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

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

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

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

.description {
    position: absolute;
    width: 40%;
    left: 30%;
    bottom: 15%;
}

.target{
    position: relative;
}


.target img:nth-of-type(2){
    position: absolute;
    max-width: 40%;
    right: 4%;
    bottom: 12%;
}


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


.curriculum01{
    position: relative;
}


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



.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: 3%;
}


.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: 20%;
    right: 1%;
    top: 3%;
}



.curriculum06{
    position: relative;
}


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


.curriculum07{
    position: relative;
}


.curriculum07 img:nth-of-type(2){
    position: absolute;
    max-width: 21.5%;
    right: 1%;
    top: 2.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: 20%;
    right: 1%;
    top: 6%;
}



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


    .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{
        position: relative;
    }


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

    .strong__point {
        margin: 0 10px 40px;
    }
    
    .td-description {
        width: 60%;
    }

    table {
        margin: 0 10px 40px;
        z-index: 1;
        position: relative;
    }

    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: 45%;
        top: 13%;
        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: 85%;
        top: 86%;
        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;
    }

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

    .title {
        bottom: 30%;
    }

    .description {
        width: 55%;
        left: 5%;
        bottom: 5%;
    }

    .strong__point__img{
        width: 47%;
    }

    .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;
    }
    
    .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;
    }
    
    .button-flex{
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .button {
        font-size: 14px;
}

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