@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
    font-family: "Noto Serif JP";
}

.softly {
    color: #000;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}

.h2-econews {
    width: 100%;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 20px;
    text-align: center;
}


/*20200701 佐藤追加アコーディオン*/

.submenu {
    display: none;
}

.accordion_btn {
    width: 40px;
    height: 40px;
    background: #000000;
    position: relative;
    top: -10%;
    right: -96%;
    transform: translate(0, -50%);
    margin-top: -2%;
    cursor: pointer;
}

.accordion_btn span {
    width: 28px;
    height: 2px;
    display: block;
    background: #fff;
    position: relative;
    top: 18px;
    left: 6px;
}

.accordion_btn span:last-of-type .open {
    top: 16px;
    left: 6px;
    transform: rotate(90deg);
}


/*20210407 佐藤追加アコーディオン2*/

.submenu {
    display: none;
}

.accordion_btn2 {
    width: 40px;
    height: 40px;
    background: #000000;
    position: relative;
    top: -10%;
    right: 0;
    transform: translate(0, -50%);
    margin-top: -2%;
    cursor: pointer;
}

.accordion_btn2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 15px;
    height: 2px;
    /*縦線に*/
    transform: rotate(90deg);
    background: #fff;
    transition: all .3s ease-in-out;
}

.accordion_btn2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    /*横線*/
    width: 15px;
    height: 2px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.accordion_btn2.open::before {
    transform: rotate(180deg);
}

.accordion_btn2.open::after {
    opacity: 0;
}

.btn {
    display: block;
    color: #fff;
    font-weight: bold;
    background-color: #222222;
    color: #fff;
    border-radius: 0 0 20px 0;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 18px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #222222;
}

.btn:hover {
    background-color: #ffffff;
    color: #222222;
    border: 2px solid #222222;
}


/*ボタン*/

.btnWhite {
    display: block;
    color: #222222;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 0 0 20px 0;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 18px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #222222;
}

.btnWhite:hover {
    background-color: #222222;
    color: #fff;
    border: 2px solid #222222;
}


/*リンク*/

.purple_link {
    color: #cf5095;
    border-bottom: 1px solid #cf5095;
    padding: 4px 0;
}

@media screen and (min-width: 1200px) {
    .fullWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1100px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .outerWidth {
        width: 95% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .inrWidth {
        width: 90%;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
}


/*----------------------------------------
MAIN
-----------------------------------------*/


/* PC */

@media screen and (min-width: 769px) {
    main p {
        font-size: 1.6rem;
    }
    .mainVisual {
        background: url(../img/startup-ecosystem/main_vi00.png);
        background-position: center center;
        background-size: cover;
        height: 391px;
        position: relative;
        padding-top: 91px;
    }
    .mainVisual div {
        background: rgba(44, 47, 56, 0.6);
        height: 170px;
        width: 100%;
        position: absolute;
        top: 150px;
    }
    .mainVisual h1 {
        font-size: 3.6rem;
        text-align: center;
        color: #fff;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .mainVisual h1 span:first-of-type {
        font-size: 2.3rem;
    }
    .mainVisual h1 span:last-of-type {
        font-size: 1.8rem;
    }
    #startup-ecosystem .intro h2 {
        font-size: 2.6rem;
        font-weight: bold;
        padding-bottom: 50px;
        text-align: center;
    }
    #startup-ecosystem .quote {
        background: #eee;
        padding: 4%;
        margin-bottom: 10px;
        font-weight: bold;
    }
    #startup-ecosystem .quote-txt {
        margin-bottom: 3px;
    }
    #startup-ecosystem .quote-source {
        margin: 0;
        text-align: right;
    }
    #startup-ecosystem .video-top iframe {
        width: 100%;
        height: 450px;
    }
    #startup-ecosystem .osakafigure li {
        font-size: 1.6rem;
        margin-bottom: 20px;
        text-indent: -1rem;
        padding-left: 1rem;
    }
    #startup-ecosystem .osakafigure li span {
        color: #e40280;
    }
    #startup-ecosystem .startup-consorthium__blk {
        width: 100%;
        letter-spacing: 0.5;
    }
    #startup-ecosystem .startup-consorthium__blk img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    #startup-ecosystem .startup-consorthium__blk:last-of-type {
        margin-bottom: 50px;
    }
    #startup-ecosystem .logo-section {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #startup-ecosystem .logo-section li {
        width: 13%;
        margin-right: 1.5%;
        margin-bottom: 30px;
    }
    #startup-ecosystem .logo-section li:nth-of-type(7n) {
        margin-right: 0;
    }
    #startup-ecosystem .logo-section li img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    #startup-ecosystem .startguide-contact {
        margin-bottom: 50px;
    }
    #startup-ecosystem .relation_info__blk {
        width: 100%;
        margin-top: 40px;
        border: 1px solid #e4e4e4;
    }
    #startup-ecosystem .relation_info__blk h4 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #ffffff;
        background: #000000;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 25px;
    }
    #startup-ecosystem .relation_info__blk p {
        text-align: left;
        padding: 0 7%;
    }
    #startup-ecosystem .relation_info__blk ul {
        padding: 0 9% 3%;
    }
    /*202010 佐藤追加　開催時期周り*/
    .ecosystem {
        margin-top: 100px;
        background-color: #fce8e9;
        padding: 20px;
    }
    .ecosystem__ttl {
        font-size: 1.8rem;
        font-weight: bold;
        width: 100%;
        margin: 45px 0 20px;
        padding-left: 55px;
        position: relative;
    }
    .ecosystem__ttl:before {
        content: "――";
        position: absolute;
        left: 0;
        top: 0;
        color: #e40682;
    }
    .ecosystem__dl {
        padding-left: 5px;
        font-size: 1.8rem;
        letter-spacing: 0;
        line-height: 2.2;
    }
    .ecosystem__dt {
        display: inline-block;
    }
    .ecosystem .summary__ttl {
        width: 100px;
    }
    .ecosystem .summary__dd {
        display: inline-block;
        width: 700px;
    }
    /*score-gap 申込受付中止文言*/
    .score-gap p {
        text-align: center;
        font-weight: 700;
        font-size: 3rem;
        color: red;
    }
    /*score-gap 画像セクション*/
    .companylogo ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .companylogo li {
        width: 22%;
        margin: 30px 2.6% 30px 0;
    }
    .btnBK.btnS1 {
        width: 90%;
        display: inline-block;
    }
    /*OSTEPフローエリア*/
    .flow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 7%;
    }
    .flow__blk {
        width: 29%;
        border: 1px solid #000;
        position: relative;
        margin-bottom: 4%;
    }
    .flow__blk:not(:last-of-type) {
        margin-right: 4%;
    }
    .flow__blk:not(:last-of-type):after {
        content: '▲';
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: -26px;
        -webkit-transform: rotate(90deg) scale(1.7, 1.1);
        transform: rotate(90deg) scale(1.7, 1.1);
    }
    .flow__blk dt {
        line-height: 1;
        padding: 15px 0 20px;
        text-align: center;
        background: #000;
        color: #fff;
        font-size: 1.5rem;
    }
    .flow__blk dt span {
        font-size: 2.8rem;
        display: block;
        margin-bottom: 10px;
    }
    .flow__blk dt p {
        margin-bottom: 0;
        text-align: center !important;
    }
    .flow__blk dd {
        font-size: 1.4rem;
        padding: 10px;
    }
    .flow__blk dd span {
        margin-top: 5px;
        font-size: 1.2rem;
        text-indent: -1em;
        padding-left: 1em;
        display: block;
        line-height: 1.5;
    }
    .flow--appform {
        margin-top: 50px;
        padding: 5px 40px 5px 20px;
        position: relative;
        border: 1px solid #000;
        color: #000;
        text-decoration: none;
        display: inline-block;
    }
    .flow--appform:after {
        content: "＞";
        position: absolute;
        right: 5px;
        -webkit-transform: scale(0.5, 1);
        transform: scale(0.5, 1);
    }
    .flow--appform.btn-display {
        width: 400px;
        display: block;
    }
    .flow--appform.nth2 {
        margin-bottom: 50px;
        margin-top: 10px;
    }
    .flow--appform:hover {
        opacity: 1;
        background: #000;
        color: #fff;
    }
    /*プレスキット*/
    #area_kit p {
        margin-bottom: 75px;
    }
    #area_kit .kit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #area_kit .kit p {
        margin-bottom: 5px;
    }
    #area_kit .kit__ttl {
        font-size: 2rem;
        font-weight: bold;
        width: 100%;
        margin: 45px 0 20px;
        text-indent: 60px;
        position: relative;
    }
    #area_kit .kit__ttl:before {
        display: block;
        content: "";
        position: absolute;
        width: 40px;
        height: 55%;
        top: 0;
        left: 0;
        border-bottom: 2px solid #e40682;
    }
    #area_kit .kit__blk {
        width: 50%;
        text-align: center;
    }
    #area_kit .kit__blk--img {
        margin-bottom: 15px !important;
    }
    #area_kit .kit__blk--txt {
        font-size: 1.6rem;
    }
    #area_kit .kit__blk--dl {
        margin-top: 20px;
        text-align: center;
    }
    #area_kit .kit__blk--dl .btnWH {
        text-align: left;
        margin: 0 auto;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    main p {
        font-size: 1.4rem;
    }
    main a {
        color: #000000;
        text-decoration: none;
    }
    .mainVisual {
        background: url(../img/startup-ecosystem/main_vi00.png);
        background-position: center center;
        background-size: cover;
        height: 340px;
        position: relative;
        padding-top: 70px;
    }
    .mainVisual div {
        background: rgba(44, 47, 56, 0.6);
        height: 170px;
        width: 100%;
        position: absolute;
        top: 120px;
    }
    .mainVisual h1 {
        font-size: 3rem;
        text-align: center;
        color: #fff;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .mainVisual h1 span:first-of-type {
        font-size: 2.1rem;
    }
    .mainVisual h1 span:last-of-type {
        font-size: 1.6rem;
    }
    #startup-ecosystem .intro h2 {
        font-size: 2.2rem;
        font-weight: bold;
        padding-bottom: 20px;
        text-align: center;
    }
    #startup-ecosystem .quote {
        background: #eee;
        padding: 4%;
        margin-bottom: 10px;
        font-weight: bold;
    }
    #startup-ecosystem .quote-txt {
        margin-bottom: 3px;
    }
    #startup-ecosystem .quote-source {
        margin: 0;
        text-align: right;
    }
    #startup-ecosystem .video-top iframe {
        width: 100%;
        height: 250px;
    }
    #startup-ecosystem .osakafigure li {
        font-size: 1.4rem;
        margin-bottom: 10px;
        text-indent: -1rem;
        padding-left: 1rem;
    }
    #startup-ecosystem .osakafigure li span {
        color: #e40280;
    }
    #startup-ecosystem .startup-consorthium__blk {
        width: 100%;
        letter-spacing: 0.5;
        margin-bottom: 30px;
    }
    #startup-ecosystem .logo-section {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #startup-ecosystem .logo-section li {
        width: 18%;
        margin-right: 2.5%;
        margin-bottom: 30px;
    }
    #startup-ecosystem .logo-section li:nth-of-type(4n) {
        margin-right: 0;
    }
    #startup-ecosystem .logo-section li img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    #startup-ecosystem .startguide-contact {
        margin-bottom: 30px;
    }
    #startup-ecosystem .addTxt {
        text-align: left !important;
    }
    #startup-ecosystem .relation_info__blk {
        width: 100%;
        margin-top: 20px;
        border: 1px solid #e4e4e4;
    }
    #startup-ecosystem .relation_info__blk h4 {
        font-size: 1.6rem;
        font-weight: bold;
        color: #ffffff;
        background: #000000;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 25px;
    }
    #startup-ecosystem .relation_info__blk p {
        text-align: left;
        padding: 0 7%;
    }
    #startup-ecosystem .relation_info__blk ul {
        padding: 0 9% 3%;
    }
    #startup-ecosystem .relation_info__blk li {
        line-height: 1.4;
    }
    /*202010 佐藤追加　開催概要周辺*/
    .ecosystem {
        margin-top: 100px;
        background-color: #fce8e9;
        padding: 10px;
    }
    .ecosystem a {
        text-decoration: underline;
        color: #0d93ba;
    }
    .ecosystem__ttl {
        font-size: 1.6rem;
        font-weight: bold;
        width: 100%;
        margin: 45px 0 20px;
        padding-left: 55px;
        position: relative;
    }
    .ecosystem__ttl:before {
        content: "――";
        position: absolute;
        left: 0;
        top: 0;
        color: #e40682;
    }
    .ecosystem__dl {
        padding-left: 5px;
        font-size: 1.4rem;
        letter-spacing: 0;
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    }
    .ecosystem__dt {
        display: inline-block;
    }
    .ecosystem .summary__ttl {
        width: 70px;
    }
    .ecosystem .summary__dd {
        /* width: calc(100% - 70px); */
        /* text-indent: -1em; */
        margin-bottom: 10px;
    }
    /*score-gap 申込受付中止文言*/
    .score-gap p {
        text-align: center;
        font-weight: 700;
        font-size: 1.6rem;
        color: red;
    }
    /*O-STEP フロー図*/
    .flow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flow__blk {
        border: 1px solid #000;
        position: relative;
        margin-bottom: 40px;
        width: 100%;
    }
    .flow__blk:not(:last-of-type):after {
        content: '▲';
        position: absolute;
        left: 50%;
        margin-left: -15px;
        bottom: -35px;
        -webkit-transform: rotate(180deg) scale(1.7, 1.1);
        transform: rotate(180deg) scale(1.7, 1.1);
    }
    .flow__blk dt {
        line-height: 1;
        padding: 10px 0 15px;
        text-align: center;
        background: #000;
        color: #fff;
    }
    .flow__blk dt span {
        font-size: 2.4rem;
        display: block;
        margin-bottom: 10px;
    }
    .flow__blk dt p {
        margin-bottom: 0;
    }
    .flow__blk dd {
        padding: 15px;
    }
    .flow--appform {
        margin-top: 0;
        width: 100%;
        text-align: center;
        padding: 10px 40px 10px 20px;
        position: relative;
        border: 1px solid #000;
        color: #000;
        text-decoration: none;
        display: block;
    }
    .flow--appform:after {
        content: "＞";
        position: absolute;
        right: 5px;
        -webkit-transform: scale(0.5, 1);
        transform: scale(0.5, 1);
    }
    .flow--appform.nth2 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    /*プレスキット*/
    .kit {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .kit p {
        margin-bottom: 5px;
    }
    .kit__ttl {
        font-size: 1.8rem;
        font-weight: bold;
        width: 100%;
        margin: 45px 0 20px;
        text-indent: 60px;
        position: relative;
    }
    .kit__ttl:before {
        display: block;
        content: "";
        position: absolute;
        width: 40px;
        height: 55%;
        top: 0;
        left: 0;
        border-bottom: 2px solid #e40682;
    }
    .kit__blk {
        margin: 0 auto 50px;
        text-align: center;
    }
    .kit__blk--img {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px !important;
    }
    .kit__blk--txt {
        font-size: 1.4rem;
    }
    .kit__blk--dl {
        margin-top: 20px;
        text-align: center;
    }
    .kit__blk--dl .btnWH {
        text-align: left;
        margin: 0 auto;
    }
}