body{
    background-size: 100vw 100vh;
    width:100%;max-width:100%;
    text-align:center; /*ページ全体を中央揃えにする*/
    position: relative;
    background-color:#fff2d0;
    font-size: 25px;
    overflow-x: hidden;
    margin: 0;
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
}

.aicon{
    width: 15%;
    margin-right: 30px;
}


/* .gaiyou{
    flex-direction: column;
    justify-content: flex-end;
} */
.gaiyou_1 mark{
    background: linear-gradient(transparent 20%, #ffa658 90%);
    color: #000000;
  }
.gaiyou_2 mark{
    background: linear-gradient(transparent 20%, #f4ff58 90%);
}
.gaiyou_3 mark{
    background: linear-gradient(transparent 20%, #58ff63 90%);
}
.gaiyou_4 mark{
    background: linear-gradient(transparent 20%, #58b7ff 90%);
}
.gaiyou_5 mark{
    background: linear-gradient(transparent 20%, #ff58ee 90%);
}
mark{
    background: linear-gradient(transparent 20%, #bfff58 90%);
}
/* .M{
    background: linear-gradient(transparent 20%, #58b4ff 90%);
}
.E{
    background: linear-gradient(transparent 20%, #ff7758 90%);
}
.S{
    background: linear-gradient(transparent 20%, #ffffff 90%);
}
.C{
    background: linear-gradient(transparent 20%, #f1ff58 90%);
} */

.text{
    margin-left: 200px;
    margin-right: 200px;
    text-align: left;
    line-height: 40px;
}
.text p{
    margin-bottom: 2px;
}
.katudou_1{
    width: 25%;
    float: left;
    margin-right: 20px;
}
.katudou_2{
    width: 30%;
    float: right;
    margin-left: 20px;
}
p{
    margin-top: 10px;
    margin-bottom: 20px;
    color: #3f3400;
}
.syoukai p{
    margin: 2px 0px 2px 0px;
}
.Top{
    width: 50%;
    margin: 20px auto;
}
@keyframes slideIn {
    0% {
      transform: translateX(180px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
    }
    40%,100% {
      opacity: 1;
    }
}

.inline{
    margin: 0px 200px;
    text-align: left;
    line-height: 4rem;
    display: inline-block;
    transform: translateY(100%);
    animation: slideInFromBottom 1s forwards;
    animation-timing-function: ease;
}
.part{
    margin: 0px 200px;
    text-align: left;
    line-height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(100%);
    animation: slideInFromBottom 1s forwards;
    animation-timing-function: ease;
}
  
@keyframes slideInFromBottom {

    from {
      opacity: 0;
      transform: translateY(100px);
    }

    to {
      opacity: 1;
      transform: translateY(0px);
    }
}

.pasokon{
    display: flex;
    flex-direction: column;
}
.box{
    text-align: left;
    flex: 1;
}
.item-none{
    display: none;
}
.rogo{
    width: 60%;
    margin: 0 20%;
}
.rogo_place{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1300px){
  body{
    font-size: 20px;
  }
  .part {
    line-height: 38px;
  }.katudou_1{
    height: 200px;
    width: auto;
  }.katudou_2{
    width: 300px;
  }
}
@media screen and (max-width: 600px){
    body{
        font-size: 14px;
    }
    h1 {
        position: relative;
        display: inline-block;
        padding: 0 55px;
        color: #ECC100;
        margin-top: 10px;
    }
    .inline{
        margin: 0px 2% 0px 2%;
        text-align: center;
        line-height: 2rem;
        display: inline-block;
        transform: translateY(100%);
        animation: slideInFromBottom 1s forwards;
        animation-timing-function: ease;
    }
    .part{
        margin: 0px 10px 0px 10px;
        text-align: left;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: translateY(100%);
        animation: slideInFromBottom 1s forwards;
        animation-timing-function: ease;
    }
    .member{
        margin: 0px 2% 0px 2%;
    }
    .katudou_1{
        width: 50%;
        height: auto;
        float: left;
        margin-right: 20px;
    }
    .katudou_2{
        width: 50%;
        float: right;
        margin-left: 20px;
    }
}
@media screen and (min-width: 601px){
    h1 {
        position: relative;
        display: inline-block;
        padding: 0 55px;
        color: #ECC100;
        margin-top: 100px;
    }
    h1:before, h1:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 3px;
        background-color: #ECC100;
    }
    h1:before {
        left:0;
    }
    h1:after {
        right: 0;
    }
    .inline{
        margin: 0px 200px;
        text-align: left;
        line-height: 4rem;
        display: inline-block;
        transform: translateY(100%);
        animation: slideInFromBottom 1s forwards;
        animation-timing-function: ease;
    }
    .part{
        margin: 0px 200px;
        text-align: left;
        line-height: 4rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: translateY(100%);
        animation: slideInFromBottom 1s forwards;
        animation-timing-function: ease;
    }
    .member_1{
        padding: 0.5em;/*文字周りの余白*/
        color: #000000;/*文字色*/
        background: #fffae2;/*背景色*/
        border-left: solid 15px #ffa658;
        display: flex;
        align-items: center;
        text-align: left;
        opacity: 0;
        margin-bottom: 20px;
        margin-right: 100px;
        margin-left: 100px;
        animation-name: slideIn;/*アニメーション↓*/
        animation-duration: 1.5s;
        animation-timing-function: ease;
        animation-delay: 0.5s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }
    .member_2{
        padding: 0.5em;/*文字周りの余白*/
        color: #000000;/*文字色*/
        background: #fffae2;/*背景色*/
        border-left: solid 15px #ffe77a;
        display: flex;
        align-items: center;
        text-align: left;
        opacity: 0;
        margin-bottom: 20px;
        margin-right: 100px;
        margin-left: 100px;
        animation-name: slideIn;/*アニメーション↓*/
        animation-duration: 1.5s;
        animation-timing-function: ease;
        animation-delay: 0.6s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }
    .member_3{
        padding: 0.5em;/*文字周りの余白*/
        color: #000000;/*文字色*/
        background: #fffae2;/*背景色*/
        border-left: solid 15px #58ff63;
        display: flex;
        align-items: center;
        text-align: left;
        opacity: 0;
        margin-bottom: 20px;
        margin-right: 100px;
        margin-left: 100px;
        animation-name: slideIn;/*アニメーション↓*/
        animation-duration: 1.5s;
        animation-timing-function: ease;
        animation-delay: 0.7s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }
    .member_4{
        padding: 0.5em;/*文字周りの余白*/
        color: #000000;/*文字色*/
        background: #fffae2;/*背景色*/
        border-left: solid 15px #58b7ff;
        display: flex;
        align-items: center;
        text-align: left;
        opacity: 0;
        margin-bottom: 20px;
        margin-right: 100px;
        margin-left: 100px;
        animation-name: slideIn;/*アニメーション↓*/
        animation-duration: 1.5s;
        animation-timing-function: ease;
        animation-delay: 0.8s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }
    .member_5{
        padding: 0.5em;/*文字周りの余白*/
        color: #000000;/*文字色*/
        background: #fffae2;/*背景色*/
        border-left: solid 15px #ff58ee;
        display: flex;
        align-items: center;
        text-align: left;
        opacity: 0;
        margin-bottom: 20px;
        margin-right: 100px;
        margin-left: 100px;
        animation-name: slideIn;/*アニメーション↓*/
        animation-duration: 1.5s;
        animation-timing-function: ease;
        animation-delay: 0.9s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
    }
    .katudou_1{
        width: 25%;
        float: left;
        margin-right: 20px;
    }
    .katudou_2{
        width: 30%;
        float: right;
        margin-left: 20px;
    }
}