@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
    min-width: unset;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.3rem;
    }
}

.pink {
    color: #cf5095;
}

.container_eventGuide {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

#OSE main section {
    padding: 0;
}

#OIH main section {
    padding: 0;
}

.section_box_oih2022 {
    position: relative;
    padding: 40px 50px 48px 50px;
    border-radius: 0 0 20px 0;
    background-color: #fff;
}

.section_box_oih2022:before {
    position: absolute;
    top: 61px;
    left: 0;
    content: "";
    background-color: #cf5095;
    width: 20px;
    height: 2px;
}

.section_box_eco2022 {
    position: relative;
    padding: 40px 50px 48px 50px;
    border-radius: 0 0 20px 0;
    background-color: #fff;
}

.section_box_eco2022:before {
    position: absolute;
    top: 61px;
    left: 0;
    content: "";
    background-color: #e50012;
    width: 20px;
    height: 2px;
}

@media screen and (max-width: 768px) {
    .section_box_oih2022 {
        padding: 20px 30px 20px 30px;
    }
    .section_box_oih2022:before {
        top: 36px;
        width: 15px;
    }
    .section_box_eco2022 {
        padding: 20px 30px 20px 30px;
    }
    .section_box_eco2022:before {
        top: 36px;
        width: 15px;
    }
}

.eventDescription2022__title {
    font-size: 2.4rem;
    font-weight: bold;
}

.eventDescription2022__subTitle {
    font-size: 2rem;
    font-weight: bold;
}

.eventDescription2022__subTitle2 {
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid #000;
    margin-top: 30px;
}

.eventDescription2022--sentence {
    text-align: justify;
}

.eventDescription2022__attention {
    font-size: 1.2rem;
}

.eventDescription2022__list--item {
    margin-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {
    .eventDescription2022__title {
        font-size: 2rem;
    }
    .eventDescription2022__subTitle {
        font-size: 1.7rem;
    }
    .eventDescription2022__sentence {
        font-size: 1.3rem;
    }
    .eventDescription2022__attention {
        font-size: 1.1rem;
    }
}

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

.textLink {
    border-bottom: 1px solid #222222;
    padding: 4px 0;
}

@media screen and (max-width: 768px) {
    .textLink {
        border-bottom: 1px solid #222222;
        padding: 1px 0;
    }
}

.textAreaFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.textAreaFlex__title {
    white-space: nowrap;
    width: 224px;
    margin-right: 145px;
}

.textAreaFlex__sentenceArea--sentence {
    margin-top: 5px;
}

.textAreaFlex__sentenceArea--btn {
    margin-left: 0;
    margin-top: 23px;
    width: 250px;
    padding: 16px 0;
}

@media screen and (max-width: 900px) {
    .textAreaFlex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .textAreaFlex__title {
        white-space: nowrap;
        width: 224px;
        margin-right: 90px;
    }
    .textAreaFlex__sentenceArea {
        width: 50%;
    }
    .textAreaFlex__sentenceArea--sentence {
        margin-top: 5px;
    }
    .textAreaFlex__sentenceArea--btn {
        margin-left: 0;
        margin-top: 23px;
        width: 250px;
        padding: 16px 0;
    }
}

@media screen and (max-width: 768px) {
    .textAreaFlex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .textAreaFlex__title {
        white-space: normal;
    }
    .textAreaFlex__sentenceArea {
        width: 100%;
    }
    .textAreaFlex__sentenceArea--btn {
        width: 100%;
    }
}

.textAreaFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.textAreaFlex__item:not(:last-of-type) {
    margin-right: 28px;
}

@media screen and (max-width: 768px) {
    .textAreaFlex__item:not(:last-of-type) {
        margin-right: 0;
    }
}

.modaal-close {
    display: none;
}

.top_2022 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px 0 33px 0;
}

.top_2022 .breadcrumb_2022 {
    margin-left: 30px;
}

.top_2022 .breadcrumb--parent_2022 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_2022 .breadcrumb--child_2022 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_2022 .breadcrumb--child_2022 a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}

.top_2022 .breadcrumb--child_2022 span {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}

.top_2022 .breadcrumb--child_2022:not(:last-of-type):after {
    content: "＞";
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    color: #fff;
    padding: 0 2px;
}

.top_2022 .top_title_2022 {
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 0;
    font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin-top: 14px;
}

.top_2022 .top_subTitle_2022 {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-top: 3px;
}

.top_2022_ose {
    background-image: url(../img/ose2022/startup/top_mv.jpg);
}

.top_2022_oih {
    background-image: url(../img/ose2022/event_guide/top_mv.jpg);
}

@media screen and (max-width: 768px) {
    .top_2022 .top_title_2022 {
        font-size: 1.7rem;
    }
}

.oihStartupvisa {
    background-color: #f4f3f3;
}

#oihStartupvisa .startupvisaTop .section_box_oih2022:before {
    display: none;
}

#oihStartupvisa .startupvisaTop__image {
    width: 100%;
    margin-top: -8px;
}

#oihStartupvisa .startupvisaTop__textArea {
    margin-top: 20px;
    position: relative;
}

#oihStartupvisa .startupvisaTop__textArea:before {
    position: absolute;
    top: 21px;
    left: -50px;
    content: "";
    background-color: #cf5095;
    width: 20px;
    height: 2px;
}

#oihStartupvisa .startupvisaTop__textArea--sentenceArea {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#oihStartupvisa .startupvisaTop__textArea--sentenceArea--image {
    width: 33%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea {
    margin-left: 20px;
    margin-top: -6px;
}

#oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea2 {
    margin-left: 20px;
    margin-top: 30px;
}

#oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea .dl-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea .dl-flex dt {
    width: 10%;
    font-weight: 700;
    text-align: right;
}

#oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea .dl-flex dd {
    width: 70%;
}

#oihStartupvisa .bdr1 {
    border: solid 2px #000;
    padding: 10px;
    background-color: #eeeeee;
}

#oihStartupvisa .bdr2 {
    border: solid 2px #000;
    padding: 10px;
    background-color: #eeeeee;
    margin-top: 25px;
}

#oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea--sentence:not(:first-of-type) {
    margin-top: 20px;
}

#oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea--smallSentence {
    margin-top: 10px;
    font-size: 1.2rem;
}

#oihStartupvisa .startupvisaAnker {
    margin-top: 57px;
}

#oihStartupvisa .startupvisaAnker__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#oihStartupvisa .startupvisaAnker__flex--btn {
    width: calc(27% - 30px * 2 / 3);
    margin-right: 30px;
    margin-left: 0;
}


/*　20220726 堀追加　*/

@media screen and (min-width: 769px) {
    #oihStartupvisa .margin15 {
        margin: 10px 15px 0;
    }
    #oihStartupvisa .mt30 {
        margin-top: 30px;
    }
}

#oihStartupvisa .startupvisaAnker__flex--btn.transparent {
    background-color: transparent;
}

#oihStartupvisa .startupvisaAnker__flex--btn.transparent:hover {
    color: #222222;
    border-color: #222222;
}

#oihStartupvisa .startupvisaAnker__flex--btn:nth-of-type(3) {
    margin-right: 0;
}

#oihStartupvisa .startupvisaAnker__flex--btn:nth-of-type(4) {
    margin-top: 20px;
}

#oihStartupvisa .startupvisaAnker__flex--btn:nth-of-type(5) {
    margin-right: 0;
    margin-top: 20px;
}

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

#oihStartupvisa .startupvisaAttention {
    margin-top: 80px;
}

#oihStartupvisa .startupvisaAttention__textArea--title {
    margin-right: 218px;
}

#oihStartupvisa .startupvisaAttention__textArea--sentenceArea--group:not(:first-of-type) {
    margin-top: 21px;
}

#oihStartupvisa .startupvisaAttention__textArea--sentenceArea--group--title {
    font-size: 1.8rem;
    font-weight: bold;
}

#oihStartupvisa .startupvisaAttention__textArea--sentenceArea--group--text {
    margin-top: 10px;
    margin-left: 1em;
    text-indent: -1em;
}

#oihStartupvisa .startupvisaAttention__textArea--sentenceArea--group--btn {
    margin-left: 0;
    width: 72%;
    text-align: left;
    padding-left: 24px;
}

#oihStartupvisa .startupvisaAttention__textArea--sentenceArea--group--btn.first {
    margin-top: 15px;
}

#oihStartupvisa .startupvisaAttention__textArea--sentenceArea--group--btn.second {
    margin-top: 8px;
}


/*20220725 堀追加*/

#oihStartupvisa .startupvisaArchive {
    margin-top: 80px;
}

#oihStartupvisa .startupvisaArchive .section_box_oih2022 {
    padding: 40px 50px 28px 50px;
}

#oihStartupvisa .startupvisaArchive__group:not(:first-of-type) {
    margin-top: 40px;
}

#oihStartupvisa .startupvisaArchive__group--title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 15px;
}

#oihStartupvisa .startupvisaArchive__group--btn {
    margin-left: 0;
    text-align: center;
    width: 200px;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#oihStartupvisa .startupvisaArchive__group--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

#oihStartupvisa .startupvisaArchive__group--flex--item {
    width: calc(100% / 3 - 60px * 2 / 3);
    margin-right: 59.99px;
}

#oihStartupvisa .startupvisaArchive__group--flex--item:nth-of-type(3n) {
    margin-right: 0;
}

#oihStartupvisa .startupvisaArchive__group--flex--item:nth-of-type(n+4) {
    margin-top: 25px;
}

#oihStartupvisa .startupvisaArchive__group--flex--item--link--textArea {
    padding: 10px 25px 10px !important;
}

#oihStartupvisa .startupvisaArchive__group--flex--item--link--textArea--redText {
    color: #e5007f;
    font-size: 1.2rem;
}

#oihStartupvisa .startupvisaArchive__group--flex--item--link--textArea--title {
    text-align: left;
    margin-top: 5px;
}

#oihStartupvisa .startupvisaArchive__group--flex--item--link--textArea--smallText {
    text-align: left;
    font-size: 1.2rem;
}

#oihStartupvisa .startupvisaInquiry {
    margin-top: 80px;
}

#oihStartupvisa .startupvisaInquiry p {
    margin-bottom: 16px;
}

#oihStartupvisa .startupvisaInquiry__textArea--title {
    margin-right: 95px;
}

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

#oihStartupvisa .startupvisaInquiry__textArea--sentenceArea {
    width: 100%;
}

#oihStartupvisa .back {
    margin-top: 80px;
    padding-bottom: 106px;
}

#oihStartupvisa .back .back_link {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 6px 10px;
    letter-spacing: 0.2em;
    width: 100px;
    position: relative;
}

#oihStartupvisa .back .back_link:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 2px solid #222222;
}

#oihStartupvisa .back .back_link:hover:after {
    opacity: 0.8;
}

@media screen and (max-width: 900px) {
    #oihStartupvisa .startupvisaArchive .section_box_oih2022 {
        padding: 20px 30px 20px 30px;
    }
    #oihStartupvisa .startupvisaArchive__group--flex--item {
        width: calc(50% - 30px * 1 / 2);
        margin-right: 30px;
    }
    #oihStartupvisa .startupvisaArchive__group--flex--item:nth-of-type(3n) {
        margin-right: 30px;
    }
    #oihStartupvisa .startupvisaArchive__group--flex--item:nth-of-type(2n) {
        margin-right: 0;
    }
    #oihStartupvisa .startupvisaArchive__group--flex--item:nth-of-type(n+4) {
        margin-top: 0;
    }
    #oihStartupvisa .startupvisaAttention {
        margin-top: 40px;
    }
    #oihStartupvisa .startupvisaAttention__textArea--title {
        margin-right: 60px;
    }
}


/*SP*/

@media screen and (max-width: 768px) {
    iframe {
        height: auto;
    }
    .purple_link {
        padding: 0;
    }
    #oihStartupvisa .startupvisaTop__textArea {
        position: relative;
    }
    #oihStartupvisa .startupvisaTop__textArea .cntr {
        text-align: center;
    }
    #oihStartupvisa .startupvisaTop__textArea:before {
        position: absolute;
        top: 15px;
        left: -30px;
        content: "";
        background-color: #cf5095;
        width: 20px;
        height: 2px;
    }
    #oihStartupvisa .startupvisaTop__textArea--sentenceArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #oihStartupvisa .startupvisaTop__textArea--sentenceArea--image {
        width: 100%;
    }
    #oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    #oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea2 {
        margin-left: 0;
        margin-top: 30px;
    }
    #oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea .dl-flex {
        display: block;
    }
    #oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea .dl-flex dt {
        width: 100%;
        font-weight: 700;
        text-align: center;
        margin-top: 10px;
    }
    #oihStartupvisa .startupvisaTop__textArea--sentenceArea--textArea .dl-flex dd {
        width: 100%;
    }
    #oihStartupvisa .startupvisaAnker {
        margin-top: 40px;
    }
    #oihStartupvisa .startupvisaAnker__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #oihStartupvisa .startupvisaAnker__flex--btn {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    #oihStartupvisa .startupvisaAttention {
        margin-top: 40px;
    }
    #oihStartupvisa .startupvisaAttention__textArea--sentenceArea--group--btn {
        width: 100%;
        padding: 9px 10px;
    }
    #oihStartupvisa .startupvisaRequirements {
        margin-top: 40px;
    }
    #oihStartupvisa .startupvisaArchive {
        margin-top: 40px;
    }
    #oihStartupvisa .startupvisaArchive .section_box_oih2022 {
        padding: 20px 30px 20px 30px;
    }
    #oihStartupvisa .startupvisaArchive__group--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #oihStartupvisa .startupvisaArchive__group--flex--item {
        width: 100%;
    }
    #oihStartupvisa .startupvisaArchive__group--flex--item:nth-of-type(n+4) {
        margin-top: 0;
    }
    #oihStartupvisa .startupvisaArchive__group--flex--item--link--textArea--title {
        text-align: center;
    }
    #oihStartupvisa .startupvisaArchive__group--flex--item--link--textArea--smallText {
        text-align: center;
    }
    #oihStartupvisa .startupvisaArchive__group--btn {
        width: 100%;
    }
    #oihStartupvisa .startupvisaInquiry {
        margin-top: 40px;
    }
    #oihStartupvisa .startupvisaInquiry__textArea--sentenceArea {
        margin-top: 10px;
    }
    #oihStartupvisa .startupvisaInquiry__textArea--sentenceArea--text .purple_link {
        padding: 1px 0;
    }
    #oihStartupvisa .back {
        margin-top: 40px;
    }
}

@media screen and (max-width: 500px) {
    #oihStartupvisa .startupvisaJudge__flex--item--imageArea {
        width: 80%;
    }
}