@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
    font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.century {
    font-family: "Questrial", sans-serif;
}

.minimunWidth {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

.lft {
    text-align: left !important;
}

@media print,
screen and (min-width: 1400px) {
    .fullWidth {
        width: 1400px;
    }
    .inrWidth {
        width: 1000px;
    }
    .minimumWidth {
        width: 720px;
    }
}

@media print,
screen and (min-width: 1200px) and (max-width: 1400px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
    .minimumWidth {
        width: 720px;
    }
}

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

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
    .outerWidth {
        width: 95% !important;
    }
    .minimumWidth {
        width: 720px;
    }
}

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

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


/*----------------------------------------
MAIN（スターターズピッチ、うめきたピッチ、ピッチ、読み物コンテンツ、アクセラレーション、ABOUT US、What's OIH?）
-----------------------------------------*/

@media screen and (min-width: 769px) {
    .fs17-vc {
        font-size: 1.7rem !important;
    }
    .fs2-vc {
        font-size: 2rem !important;
    }
    .fs24-vc {
        font-size: 2.4rem !important;
    }
    .imgsize-vc {
        width: 40% !important;
    }
    .section_box_oih2022 {
        background-color: none !important;
        margin-bottom: 10px;
    }
    #OIH #starters,
    #OIH #acceleration {
        background: #f4f3f3;
    }
    #OIH #starters .sec05 .section_box_oih2022,
    #OIH #starters .sec06 .section_box_oih2022,
    #OIH #acceleration .sec05 .section_box_oih2022,
    #OIH #acceleration .sec06 .section_box_oih2022 {
        display: flex;
        flex-wrap: wrap;
    }
	
	#OIH #starters .sec05__title,
	#OIH #starters .sec09__title{
		width: 100%;
	}
    
    #OIH #starters .sec06__title,
    #OIH #acceleration .sec05__title,
    #OIH #acceleration .sec06__title {
        width: 35%;
    }
	
	#OIH #starters .sec05__txt {
        width: 65%;
        font-weight: bold;
        line-height: 2;
		font-size: 1.8rem;
    }

    #OIH #starters .sec06__txt,
    #OIH #acceleration .sec05__txt,
    #OIH #acceleration .sec06__txt {
        width: 65%;
        font-weight: bold;
        line-height: 2;
    }
    #OIH #starters .sec05__list,
    #OIH #starters .sec06__list,
    #OIH #acceleration .sec05__list,
    #OIH #acceleration .sec06__list {
        width: 100%;
    }
    #OIH #starters .sec05__list li,
    #OIH #starters .sec06__list li,
    #OIH #acceleration .sec05__list li,
    #OIH #acceleration .sec06__list li {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #000;
        display: flex;
        justify-content: space-between;
    }
    #OIH #starters .sec05__list li:first-of-type,
    #OIH #starters .sec06__list li:first-of-type,
    #OIH #acceleration .sec05__list li:first-of-type,
    #OIH #acceleration .sec06__list li:first-of-type {
        margin-top: 15px;
    }
    #OIH #starters .sec05__list li:last-of-type,
    #OIH #starters .sec06__list li:last-of-type,
    #OIH #acceleration .sec05__list li:last-of-type,
    #OIH #acceleration .sec06__list li:last-of-type {
        border-bottom: 1px solid #000;
        padding-bottom: 30px;
    }
    #OIH #starters .sec05__list__img,
    #OIH #starters .sec06__list__img,
    #OIH #acceleration .sec05__list__img,
    #OIH #acceleration .sec06__list__img {
        width: 33%;
    }
    #OIH #starters .sec05__list__txt,
    #OIH #starters .sec06__list__txt,
    #OIH #acceleration .sec05__list__txt,
    #OIH #acceleration .sec06__list__txt {
        width: 65%;
    }
    #OIH #starters .sec05__list__txt h4,
    #OIH #starters .sec06__list__txt h4,
    #OIH #acceleration .sec05__list__txt h4,
    #OIH #acceleration .sec06__list__txt h4 {
        margin-bottom: 15px;
    }
    #OIH #starters .sec05__list__txt h5,
    #OIH #starters .sec06__list__txt h5,
    #OIH #acceleration .sec05__list__txt h5,
    #OIH #acceleration .sec06__list__txt h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    #OIH #starters,
    #OIH #umekita {
        background: #f4f3f3;
    }
    #OIH #starters .sec01,
    #OIH #umekita .sec01 {
        padding-top: 0;
    }
    #OIH #starters .sec01 .section_box_oih2022::before,
    #OIH #umekita .sec01 .section_box_oih2022::before {
        content: none;
    }
    #OIH #starters .sec01__img,
    #OIH #umekita .sec01__img {
        margin-bottom: 25px;
    }
    #OIH #starters .sec01__title,
    #OIH #umekita .sec01__title {
        position: relative;
    }
    #OIH #starters .sec01__title::before,
    #OIH #umekita .sec01__title::before {
        position: absolute;
        top: 16px;
        left: -50px;
        content: "";
        background-color: #cf5095;
        width: 20px;
        height: 2px;
    }
    #OIH #starters .sec03__attn,
    #OIH #umekita .sec03__attn {
        font-size: 1.2rem;
        margin-top: 15px;
    }
    /*#OIH #starters .sec04 .section_box_oih2022,*/
    #OIH #starters .sec07 .section_box_oih2022,
    #OIH #starters .sec08 .section_box_oih2022,
    #OIH #umekita .sec04 .section_box_oih2022,
    #OIH #umekita .sec07 .section_box_oih2022,
    #OIH #umekita .sec08 .section_box_oih2022 {
        display: flex;
    }
    #OIH #starters .sec04__title,
    #OIH #starters .sec07__title,
    #OIH #starters .sec08__title,
    #OIH #umekita .sec04__title,
    #OIH #umekita .sec07__title,
    #OIH #umekita .sec08__title {
        width: 35%;
    }
	
	#OIH #starters .sec02__txt{
        width: 100%!important;
        font-weight: bold!important;
        line-height: 2!important;
    }	
	#OIH #starters .sec02__txt,
    #OIH #starters .sec04__txt,
    #OIH #starters .sec07__txt,
    #OIH #starters .sec08__txt,
    #OIH #umekita .sec04__txt,
    #OIH #umekita .sec07__txt,
    #OIH #umekita .sec08__txt {
        width: 65%;
        font-weight: bold;
        line-height: 2;
    }
	#OIH #starters .sec02__txt,
    #OIH #starters .sec04__txt,
    #OIH #umekita .sec04__txt {
        font-size: 1.8rem;
    }
    #OIH #starters .sec07__txt span,
	#OIH #starters .sec09__txt span,
    #OIH #umekita .sec07__txt span {
        font-weight: normal;
        display: block;
        text-indent: -1em;
        padding-left: 1em;
    }
    #OIH #starters .sec07__txt span:first-of-type,
    #OIH #umekita .sec07__txt span:first-of-type {
        margin-bottom: 10px;
    }
    #OIH #starters .sec08__txt,
    #OIH #umekita .sec08__txt {
        font-weight: normal;
    }
    #OIH #starters .sec08__txt a,
    #OIH #umekita .sec08__txt a {
        color: #cf5095;
        text-decoration: underline;
    }
    #OIH #umekita .sec02__blk,
    #OIH #pitch_event .sec02__blk {
        background: #fff3fa;
        padding: 30px 5%;
    }
    #OIH #umekita .sec02__blk p,
    #OIH #pitch_event .sec02__blk p {
        text-align: center;
        color: #e5007f;
        font-size: 1.6rem;
    }
    #OIH #umekita .sec02__blk a,
    #OIH #pitch_event .sec02__blk a {
        margin-top: 20px;
        width: auto;
    }
    #OIH #umekita .event_rpo2022--center h3 {
        margin-bottom: 80px;
    }
    #OIH #umekita .event_rpo2022--center ul {
        justify-content: center;
    }
    #OIH #umekita .event_rpo2022--center ul li:nth-of-type(2) {
        margin: 0 5%;
    }
    #OIH #umekita .sec03 li {
        padding-left: 30px;
        position: relative;
    }
    #OIH #umekita .sec03 li:first-of-type {
        margin-bottom: 20px;
    }
    #OIH #umekita .sec03 li::before {
        content: '';
        display: block;
        width: 20px;
        height: 15px;
        position: absolute;
        top: 6px;
        left: 0;
        background: url(../img/oih2022/law/check.jpg) no-repeat;
        background-size: contain;
        background-position: center;
    }
    #OIH #pitch_event,
    #OIH #content,
    #OIH #oih_about {
        background: #f4f3f3;
    }
    #OIH #pitch_event .sec01,
    #OIH #content .sec01,
    #OIH #oih_about .sec01 {
        padding-top: 0;
    }
    #OIH #pitch_event .pitch_lists,
    #OIH #content .pitch_lists,
    #OIH #oih_about .pitch_lists {
        padding-top: 50px;
    }
    #OIH #pitch_event .pitch_lists ul,
    #OIH #content .pitch_lists ul,
    #OIH #oih_about .pitch_lists ul {
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }
    #OIH #pitch_event .pitch_lists ul li,
    #OIH #content .pitch_lists ul li,
    #OIH #oih_about .pitch_lists ul li {
        width: 30%;
        position: relative;
        margin: 0 1.6%;
        margin-bottom: 50px;
    }
    /* #OIH #pitch_event .pitch_lists ul li:last-of-type,*/
    #OIH #content .pitch_lists ul li:last-of-type,
    #OIH #oih_about .pitch_lists ul li:last-of-type {
        margin-bottom: 0;
    }
    #OIH #pitch_event .pitch_lists ul li .txt,
    #OIH #content .pitch_lists ul li .txt,
    #OIH #oih_about .pitch_lists ul li .txt {
        padding: 41px 15px 84px;
        line-height: 1.6;
        text-align: justify;
    }
    #OIH #pitch_event .pitch_lists ul li span,
    #OIH #content .pitch_lists ul li span,
    #OIH #oih_about .pitch_lists ul li span {
        padding: 6px 15px !important;
        bottom: -29px !important;
        min-width: unset !important;
        white-space: nowrap;
        z-index: 10;
    }
    #OIH #pitch_event .pitch_lists ul li .more,
    #OIH #content .pitch_lists ul li .more,
    #OIH #oih_about .pitch_lists ul li .more {
        position: absolute;
        bottom: 34px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #OIH #pitch_event .sec02__blk p,
    #OIH #content .sec02__blk p,
    #OIH #oih_about .sec02__blk p {
        color: #000;
    }
    #OIH #pitch_event .sec02__blk a,
    #OIH #content .sec02__blk a,
    #OIH #oih_about .sec02__blk a {
        width: 280px;
    }
    #OIH #acceleration .sec01 {
        text-align: center;
        font-size: 1.6rem;
        padding: 0 0 50px;
        line-height: 1.4;
    }
    #OIH #acceleration .sec02 img {
        width: 100%;
        height: auto;
    }
    #OIH #acceleration .sec05 .section_box_oih2022::before {
        content: none;
    }
    #OIH #acceleration .sec05__list__txt {
        margin-top: -5px;
    }
    #OIH #acceleration .sec05 h4 {
        margin-bottom: 10px;
    }
    #OIH #acceleration .sec05 h4.pink {
        color: #cf5095;
    }
    #OIH #acceleration .sec05 .comsec2022__blkBtn {
        text-align: left;
    }
    #OIH #acceleration .sec05 .comsec2022__blkBtn a {
        margin-top: 15px;
        text-align: center;
        padding: 15px;
    }
    #OIH #content .sec01 {
        font-size: 1.6rem;
        text-align: center;
    }
    #OIH #content .sec02 {
        padding-bottom: 120px;
    }
    #OIH #content .sec02 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #OIH #content .sec02 ul li {
        width: 30%;
        position: relative;
        margin-bottom: 0;
    }
    #OIH #content .sec02 ul li .txt {
        padding: 30px 15px 84px;
        line-height: 1.6;
        text-align: center;
    }
    #OIH #content .sec02 ul li .more {
        position: absolute;
        bottom: 34px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #OIH #oih_about .pitch_lists {
        padding-top: 0;
        padding-bottom: 20px;
    }
    #OIH #oih_about .pitch_lists ul li:last-of-type {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
    #OIH #oih_about .pitch_lists ul li span {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 769px) {
    #OIH #oih_about .pitch_lists ul li .half--lft,
    #OIH #oih_about .pitch_lists ul li .half--rgt {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        z-index: 11;
    }
    #OIH #oih_about .pitch_lists ul li .half--lft {
        left: 0;
    }
    #OIH #oih_about .pitch_lists ul li .half--rgt {
        right: 0;
    }
    #OIH #oih_about .sec02 {
        padding-bottom: 100px;
    }
    #OIH #oih_about .sec02__df {
        display: flex;
        flex-wrap: wrap;
    }
    #OIH #oih_about .sec02__df .comsec2022__whBtn {
        width: 180px;
        margin-right: 3.7%;
    }
    #OIH #oih_about .sec02__df .comsec2022__whBtn:last-of-type {
        margin-right: 0;
    }
    #OIH #oih_about .sec02__df a {
        width: 100%;
    }
    #OIH #oih_about .sec02__df a img {
        margin-right: 15%;
    }
    #OIH #whats {
        background: #f4f3f3;
    }
    #OIH #whats section h3 span {
        font-size: 1.8rem;
    }
    #OIH #whats section .logo_blk {
        display: flex;
        flex-wrap: wrap;
    }
    #OIH #whats section .logo_blk a {
        width: 22%;
        outline: 1px solid #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        margin-right: 4%;
    }
    #OIH #whats section .logo_blk a:nth-of-type(4n) {
        margin-right: 0;
    }
    #OIH #whats .sec01 {
        padding-top: 0;
    }
    #OIH #whats .sec01 h4 {
        margin-bottom: 10px;
    }
    #OIH #whats .sec01__img {
        margin: 30px 0;
    }
    #OIH #whats .sec02 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #OIH #whats .sec02 ul li {
        width: 48%;
        margin-bottom: 30px;
    }
    #OIH #whats .sec03 h4 {
        margin-top: 30px;
    }
    #OIH #whats .sec04__img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .imgsize-vc {
        width: 100% !important;
    }
    #OIH #starters .sec06__txt,
    #OIH #acceleration .sec05__txt,
    #OIH #acceleration .sec06__txt {
        font-weight: bold;
        line-height: 2;
    }
	#OIH #starters .sec05__txt{
    font-size: 1.8rem;
    padding-left: 4em;
    text-indent: -4em;
    line-height: 1.5;
	font-weight: bold;
	}
    #OIH #starters .sec05__list,
    #OIH #starters .sec06__list,
    #OIH #acceleration .sec05__list,
    #OIH #acceleration .sec06__list {
        width: 100%;
    }
    #OIH #starters .sec05__list li,
    #OIH #starters .sec06__list li,
    #OIH #acceleration .sec05__list li,
    #OIH #acceleration .sec06__list li {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #000;
    }
    #OIH #starters .sec05__list li:first-of-type,
    #OIH #starters .sec06__list li:first-of-type,
    #OIH #acceleration .sec05__list li:first-of-type,
    #OIH #acceleration .sec06__list li:first-of-type {
        margin-top: 15px;
    }
    #OIH #starters .sec05__list li:last-of-type,
    #OIH #starters .sec06__list li:last-of-type,
    #OIH #acceleration .sec05__list li:last-of-type,
    #OIH #acceleration .sec06__list li:last-of-type {
        border-bottom: 1px solid #000;
        padding-bottom: 20px;
    }
    #OIH #starters .sec05__list__img img,
    #OIH #starters .sec06__list__img img,
    #OIH #acceleration .sec05__list__img img,
    #OIH #acceleration .sec06__list__img img {
        width: 100%;
        height: auto;
    }
    #OIH #starters .sec05__list__txt,
    #OIH #starters .sec06__list__txt,
    #OIH #acceleration .sec05__list__txt,
    #OIH #acceleration .sec06__list__txt {
        margin-top: 20px;
    }
    #OIH #starters .sec05__list__txt h4,
    #OIH #starters .sec06__list__txt h4,
    #OIH #acceleration .sec05__list__txt h4,
    #OIH #acceleration .sec06__list__txt h4 {
        margin-bottom: 15px;
    }
    #OIH #starters .sec05__list__txt h5,
    #OIH #starters .sec06__list__txt h5,
    #OIH #acceleration .sec05__list__txt h5,
    #OIH #acceleration .sec06__list__txt h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    #OIH #starters,
    #OIH #umekita {
        background: #f4f3f3;
    }
    #OIH #starters .sec01,
    #OIH #umekita .sec01 {
        padding-top: 0;
    }
    #OIH #starters .sec01 .section_box_oih2022::before,
    #OIH #umekita .sec01 .section_box_oih2022::before {
        content: none;
    }
    #OIH #starters .sec01__img,
    #OIH #umekita .sec01__img {
        margin-bottom: 25px;
    }
    #OIH #starters .sec01__title,
    #OIH #umekita .sec01__title {
        position: relative;
    }
    #OIH #starters .sec01__title::before,
    #OIH #umekita .sec01__title::before {
        position: absolute;
        top: 16px;
        left: -30px;
        content: "";
        background-color: #cf5095;
        width: 15px;
        height: 2px;
    }
    #OIH #starters .sec03__attn,
    #OIH #umekita .sec03__attn {
        font-size: 1.2rem;
        margin-top: 15px;
    }
	
	#OIH #starters .sec02__txt{
        font-weight: bold;
        line-height: 2;
		text-indent: -1em;
        padding-left: 1em;
    }
	
	#OIH #starters .sec02__txt,
    #OIH #starters .sec04__txt,
    #OIH #starters .sec07__txt,
    #OIH #starters .sec08__txt,
    #OIH #umekita .sec04__txt,
    #OIH #umekita .sec07__txt,
    #OIH #umekita .sec08__txt {
        font-weight: bold;
        line-height: 2;
    }
	#OIH #starters .sec02__txt,
    #OIH #umekita .sec04__txt {
        font-size: 1.8rem;
    }
	#OIH #starters .sec04__txt{
    font-size: 1.8rem;
    padding-left: 2em;
    text-indent: -1.5em;
    line-height: 1.5;
    }
	
    #OIH #starters .sec07__txt span,
	#OIH #starters .sec09__txt span,
    #OIH #umekita .sec07__txt span {
        font-weight: normal;
        display: block;
        text-indent: -1em;
        padding-left: 1em;
    }
    #OIH #starters .sec07__txt span:first-of-type,
    #OIH #umekita .sec07__txt span:first-of-type {
        margin-bottom: 10px;
    }
    #OIH #starters .sec08__txt,
    #OIH #umekita .sec08__txt {
        font-weight: normal;
    }
    #OIH #starters .sec08__txt a,
    #OIH #umekita .sec08__txt a {
        color: #cf5095;
        text-decoration: underline;
    }
    #OIH #umekita .sec02__blk,
    #OIH #pitch_event .sec02__blk {
        background: #fff3fa;
        padding: 50px 5%;
    }
    #OIH #umekita .sec02__blk p,
    #OIH #pitch_event .sec02__blk p {
        text-align: center;
        color: #e5007f;
        font-size: 1.6rem;
    }
    #OIH #umekita .sec02__blk a,
    #OIH #pitch_event .sec02__blk a {
        margin-top: 20px;
        width: auto;
    }
    #OIH #umekita .event_rpo2022--center ul li {
        margin-bottom: 30px;
    }
    #OIH #umekita .sec03 li {
        padding-left: 30px;
        position: relative;
    }
    #OIH #umekita .sec03 li:first-of-type {
        margin-bottom: 20px;
    }
    #OIH #umekita .sec03 li::before {
        content: '';
        display: block;
        width: 16px;
        height: 12px;
        position: absolute;
        top: 8px;
        left: 0;
        background: url(../img/oih2022/law/check.jpg) no-repeat;
        background-size: contain;
        background-position: center;
    }
    #OIH #pitch_event,
    #OIH #content,
    #OIH #oih_about {
        background: #f4f3f3;
    }
    #OIH #pitch_event section,
    #OIH #content section,
    #OIH #oih_about section {
        padding: 30px 0;
    }
    #OIH #pitch_event .sec01,
    #OIH #content .sec01,
    #OIH #oih_about .sec01 {
        padding-top: 0;
    }
    #OIH #pitch_event .pitch_lists ul li,
    #OIH #content .pitch_lists ul li,
    #OIH #oih_about .pitch_lists ul li {
        position: relative;
        margin-bottom: 30px;
    }
    #OIH #pitch_event .pitch_lists ul li:last-of-type,
    #OIH #content .pitch_lists ul li:last-of-type,
    #OIH #oih_about .pitch_lists ul li:last-of-type {
        margin-bottom: 0;
    }
    #OIH #pitch_event .pitch_lists ul li .txt,
    #OIH #content .pitch_lists ul li .txt,
    #OIH #oih_about .pitch_lists ul li .txt {
        padding: 41px 15px 84px;
        line-height: 1.6;
        text-align: justify;
    }
    #OIH #pitch_event .pitch_lists ul li span,
    #OIH #content .pitch_lists ul li span,
    #OIH #oih_about .pitch_lists ul li span {
        padding: 6px 15px !important;
        bottom: -29px !important;
        min-width: unset !important;
        white-space: nowrap;
        z-index: 2;
    }
    #OIH #pitch_event .pitch_lists ul li .more,
    #OIH #content .pitch_lists ul li .more,
    #OIH #oih_about .pitch_lists ul li .more {
        position: absolute;
        bottom: 34px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #OIH #pitch_event .sec02__blk p,
    #OIH #content .sec02__blk p,
    #OIH #oih_about .sec02__blk p {
        color: #000;
    }
    #OIH #pitch_event .sec02__blk a,
    #OIH #content .sec02__blk a,
    #OIH #oih_about .sec02__blk a {
        width: 280px;
    }
    #OIH #pitch_event .back,
    #OIH #content .back,
    #OIH #oih_about .back {
        padding-bottom: 50px;
    }
    #OIH #acceleration {
        background: #f4f3f3;
    }
    #OIH #acceleration section {
        padding: 30px 0;
    }
    #OIH #acceleration .sec01 {
        text-align: center;
        font-size: 1.6rem;
        padding: 0 0 30px;
        line-height: 1.4;
    }
    #OIH #acceleration .sec02 img {
        width: 100%;
        height: auto;
    }
    #OIH #acceleration .sec05 .section_box_oih2022::before {
        content: none;
    }
    #OIH #acceleration .sec05__list__img {
        margin-bottom: 10px;
    }
    #OIH #acceleration .sec05 h4 {
        margin-bottom: 10px;
    }
    #OIH #acceleration .sec05 h4.pink {
        color: #cf5095;
    }
    #OIH #acceleration .sec05 .comsec2022__blkBtn {
        text-align: center;
    }
    #OIH #acceleration .sec05 .comsec2022__blkBtn a {
        margin-top: 15px;
        padding: 15px;
    }
    #OIH #acceleration .back {
        padding-bottom: 50px;
    }
    #OIH #content .sec01 {
        font-size: 1.6rem;
        text-align: center;
    }
    #OIH #content .sec02 {
        padding-bottom: 100px;
    }
    #OIH #content .sec02 ul li {
        position: relative;
    }
    #OIH #content .sec02 ul li:not(:last-of-type) {
        margin-bottom: 30px;
    }
    #OIH #content .sec02 ul li .txt {
        padding: 30px 15px 84px;
        line-height: 1.6;
        text-align: center;
    }
    #OIH #content .sec02 ul li .more {
        position: absolute;
        bottom: 34px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #OIH #oih_about .pitch_lists {
        padding-top: 0;
    }
    #OIH #oih_about .pitch_lists ul li .half--lft,
    #OIH #oih_about .pitch_lists ul li .half--rgt {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        z-index: 11;
    }
    #OIH #oih_about .pitch_lists ul li .half--lft {
        left: 0;
    }
    #OIH #oih_about .pitch_lists ul li .half--rgt {
        right: 0;
    }
    #OIH #oih_about .sec02 {
        padding-bottom: 50px;
    }
    #OIH #oih_about .sec02__df .comsec2022__whBtn:not(:first-of-type) a {
        margin-top: 10px;
    }
    #OIH #oih_about .sec02__df a {
        width: 100%;
    }
    #OIH #oih_about .sec02__df a img {
        margin-right: 20px;
    }
    #OIH #whats {
        background: #f4f3f3;
    }
    #OIH #whats section h3 span {
        font-size: 1.8rem;
    }
    #OIH #whats section .logo_blk {
        display: flex;
        flex-wrap: wrap;
    }
    #OIH #whats section .logo_blk a {
        width: 48%;
        border: 1px solid #ccc;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        margin-right: 4%;
    }
    #OIH #whats section .logo_blk a:nth-of-type(2n) {
        margin-right: 0;
    }
    #OIH #whats .sec01 {
        padding-top: 0;
    }
    #OIH #whats .sec01 h4 {
        margin-bottom: 10px;
    }
    #OIH #whats .sec01__img {
        margin: 20px 0;
    }
    #OIH #whats .sec02 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #OIH #whats .sec02 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    #OIH #whats .sec02 ul li img {
        display: block;
        margin: 0 auto;
    }
    #OIH #whats .sec03 h4 {
        margin-top: 30px;
    }
    #OIH #whats .sec04__img {
        margin-top: 20px;
    }
}

/* 20230512 堀追加　スターターズピッチ　タブ切り替え */

/*#starters .mirainoInterview {
  margin-top: 80px;
}*/
#starters .mirainoInterview .section_box_oih2022 {
  padding-bottom: 60px !important;
}
#starters .mirainoInterview__tab--all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px;
}
#starters .mirainoInterview__tab--all--title {
  width: 20%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  cursor: pointer;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 13px 0;
  border-left: 1px solid #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #ffffff;
}
#starters .mirainoInterview__tab--all--title:hover {
  background-color: #ffeef8;
}
#starters .mirainoInterview__tab--all--title:last-of-type {
  border-right: 1px solid #999999;
}
#starters .mirainoInterview__tab--all input[name=mirainoInterview] {
  display: none;
}
#starters .mirainoInterview__tab--all input:checked + .mirainoInterview__tab--all--title {
  background-color: #ffeef8;
  border-bottom: 2px solid #e40682;
}
#starters .mirainoInterview__tab--all--contents {
  display: none;
  width: 100%;
  margin-top: 33px;
}
#starters .mirainoInterview__tab--all--contents--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#starters .mirainoInterview__tab--all--contents--card {
  width: calc(24% - 15px * 3 / 4);
  margin-right: 15px;
  -webkit-box-shadow: 0px 0px 20px #ccc;
          box-shadow: 0px 0px 20px #ccc;
  text-align: center;
  border-radius: 0 0 20px 0;
	  display: block;
  padding: 20px 15px;
}
#starters .mirainoInterview__tab--all--contents--card:last-of-type {
  margin-right: 0;
}
#starters .mirainoInterview__tab--all--contents--card:nth-of-type(n + 5) {
  margin-top: 30px;
}
/*#starters .mirainoInterview__tab--all--contents--card--link {
  display: block;
  padding: 20px 15px;
}*/
#starters .mirainoInterview__tab--all--contents--card .card__imageArea--image {
  display: block;
  margin: 0 auto;
}
#starters .mirainoInterview__tab--all--contents--card .card__textArea {
  margin-top: 10px;
  font-size: 1.2rem;
}
#starters .mirainoInterview__tab--all--contents--card .card__textArea--headline {
  line-height: 1.6;
}
#starters .mirainoInterview__tab--all--contents--card .card__textArea--title {
  margin-top: 13px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-top: 17px;
}
/*#starters .mirainoInterview__tab--all--contents--card .card__textArea--title:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  border-top: 1px solid #222222;
  width: 40px;
}*/
#starters .mirainoInterview__tab--all--contents--card .card__textArea--subTitle {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 5px;
}

#starters .mirainoInterview__tab--all--contents--card .card__textArea--subTitle a{
  color: #cf5095;
}
#starters .mirainoInterview__tab--all--contents--card .card__textArea--text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 9px;
}
#starters .mirainoInterview__tab--all input:checked + .mirainoInterview__tab--all--title + .mirainoInterview__tab--all--contents {
  display: block;
}

#starters .mirainoInterview__tab--all--contents--card .card__textArea--category {
  margin-top: 13px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding-top: 17px;
}

#starters .mirainoInterview__tab--all--contents--card .card__textArea--category:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  border-top: 1px solid #222222;
  width: 40px;
}

 .card__textArea--namaeen{
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
	
	#starters .mirainoInterview__tab--all--title {
    font-size: 1.4rem;
  }
  #starters .mirainoInterview__tab--all--contents--card {
    width: calc(50% - 10px * 1 / 2);
    margin-right: 10px;
  }
  #starters .mirainoInterview__tab--all--contents--card:nth-of-type(2n) {
    margin-right: 0;
  }
	
#starters .mirainoInterview__tab--all--contents--card:nth-of-type(n + 3) {
  margin-top: 30px;
}
}

/*@media screen and (max-width: 768px) {
	#starters .mirainoInterview {
    margin-top: 40px;
  }
  #starters .mirainoInterview__tab--all--title {
    font-size: 1.4rem;
  }
  #starters .mirainoInterview__tab--all--contents {
    margin-top: 13px;
  }
  #starters .mirainoInterview__tab--all--contents--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #starters .mirainoInterview__tab--all--contents--card {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  #starters .mirainoInterview__tab--all--contents--card .card__textArea--text {
    font-size: 1.4rem;
  }
}*/

p.hash_tag{
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
	p.hash_tag{
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	margin-top:0!important;
}
}

/* 20230516 堀追加　slide_toggle */

.view_more.slide_toggle{
	width: 100%;
}

#starters .mirainoInterview__tab--all--contents--card:nth-of-type(n + 9){
	display: none;
}

@media screen and (min-width: 769px){
.view_more.slide_toggle {
    margin-top: 15px!important;
    margin-right: 0!important;
}
}

/* 20230524 堀追加　アクセラレーションプログラム　coming soon  */

@media screen and (max-width: 768px){
p.coming_soon {
    text-align: center!important;
    margin: 1.5rem;
    font-size: 2rem;
    color: red;
    font-weight: 600;
}
}

@media screen and (min-width: 769px){
#OIH #acceleration .sec05 .comsec2022__blkBtn {
    text-align: left;
    display: inline-block;
}

p.coming_soon {
    display: inline-block;
    margin: 1.5rem;
    font-size: 2rem;
    color: red;
    font-weight: 600;
}
}

/* 20230530 堀追加　スターターズピッチ　申込ボタン  */

a.starters_btn {
    min-width: 280px;
}

@media screen and (min-width: 900px) {
	.starters_btn_wrap {
    display: flex;
    justify-content: space-around;
}
}

@media screen and (min-width: 769px) {
.wrap.btn_last{
	margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1000px;
    padding: 0px 50px 48px 50px;
    border-radius: 0 0 20px 0;
	
}
}

/* 20230530 堀追加　スターターズピッチ　過去参加者の声 イラスト  */

.voice {
    text-align: right;
}

img.voice_img {
    width: 10%;
    margin: 1rem;
}

@media screen and (max-width: 768px) {
	img.voice_img {
		width: 20%;
		margin: 1rem;
	}
}


/* 20230925 tryout追加　ピッチ */
.pitch_lists__lead {
    margin: 0 1.6% 30px;
}


/* 20230926 堀追加　SU人材確保相談会 採用戦略アドバイザー */

#starters .tworow {
  width: calc(33% - 15px * 2 / 3)!important;
  margin-right: 15px;
  -webkit-box-shadow: 0px 0px 20px #ccc;
          box-shadow: 0px 0px 20px #ccc;
  text-align: center;
  border-radius: 0 0 20px 0;
	  display: block;
  padding: 20px 15px;
}

#starters .tworow:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
	
  #starters .tworow {
    width: calc(50% - 10px * 1 / 2)!important;
    margin-right: 10px;
}
	
#starters .tworow:nth-of-type(n + 3) {
  margin-top: 30px;
}	
	
}

@media screen and (max-width: 576px){
	
	.su-hr_flex{
		justify-content: center;
		
	}
	
  #starters .tworow {
    width: 90%!important;
	margin-right: 0px!important;
	margin-top: 30px;
}	
}

/* 20231006 堀追加　What's OIHにプレスリリース追加 */

/*#whats .pressRelease {
  margin-top: 80px;
}*/
#whats .pressRelease__release {
  margin-top: 20px;
}
#whats .pressRelease__release--list {
  position: relative;
  border-top: 1px solid #000;
  padding: 16.6px 0;
  padding-right: 39px;
  cursor: pointer;
}
#whats .pressRelease__release--list:hover:after {
  right: 15px;
}
#whats .pressRelease__release--list:last-of-type {
  border-bottom: 1px solid #000;
}
#whats .pressRelease__release--list:after {
  position: absolute;
  content: "";
  background-image: url(../img/ose2022/press/release_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 10px;
  height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#whats .pressRelease__release--list--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#whats .pressRelease__release--list--term {
  color: #e52487;
  width: 117px;
  text-align: center;
}
#whats .pressRelease__release--list--definition {
  width: calc(100% - 117px);
  text-align: justify;
}
#whats .pressRelease .view_more {
  margin-right: 0;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
/*  #whats .pressRelease {
    margin-top: 40px;
  }*/
  #whats .pressRelease__release--list:after {
    right: 10px;
  }
  #whats .pressRelease__release--list--link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #whats .pressRelease__release--list--term {
    width: 100%;
    text-align: left;
  }
  #whats .pressRelease__release--list--definition {
    width: 100%;
    margin-top: 5px;
  }
  #whats .pressRelease .view_more {
    padding-bottom: 40px;
    margin-top: 40px;
  }
}


/*　ここまでoih_starters2022.cssのコピペ　*/

.indent-1{
		text-indent: -1em; 
		padding-left: 1em;
		display: inline-block;
	}
.recommend{
	line-height: 1.5!important;
	text-indent: -1em;
    padding-left: 1em;
}
.country{
	font-size:18px;
	font-weight: bold;
	margin-top: 2rem;
}
.namaejp{
	font-size: 2rem!important;
	padding-top: 0!important;
}

.companyjp{
	padding-top: 0!important;
}
.flex-gl-ad{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
    border-bottom: dotted 2px #ccc;
    padding-bottom: 2rem;
}
.company_logo{
	flex-basis: 20%;
}
.company_text{
	flex-basis: 50%;
}

@media screen and (max-width: 768px) {

.flex-gl-ad{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.company_logo{
	width: 80%;
}
.company_text{
	width: 90%;
}
	.gl-ad-card{
		width: 90%!important;
	}
	.card__textArea--title{
		text-align: center!important;
	}
	.card__textArea--namaeen{
		text-align: center!important;
		margin-top: 0!important;
	}

}