/*top.css*/

.wrapper {
    min-width: 100%;
    overflow: hidden;
}

.inner {
    width: calc(100% - 40px);
    max-width: 1120px;
    min-width: 1000px;
    margin: 0 auto;
}

/*----------------------------------
Main
------------------------------------*/
.top_main {
    width: 100%;
    margin: 0 auto;
				padding: 72px 20px 16px;
    position: relative;
}

.top_main__info {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 48px;
row-gap:28px;
}
.top_main__info--l {
width: 50%;
}
.top_main__info--l span {
display: inline-block;
}
.top_main--copy {
margin-bottom: 12px;
font-size: var(--font-h1);
}
.top_main--copy span {
font-weight: bold;
letter-spacing: 0.08em;
}

.top_main--subcopy {
font-size: 16px;
font-weight: bold;
letter-spacing: 0.07em;
}

.top_main__info--r {
width: 50%;
display: flex;
justify-content: flex-end;
align-items: center;
}
.exp-researcher {
display: flex;
align-items: center;
width: 424px;
font-size: 14px;
}
.logo-researcher {
width: 100px;
}
.txt-researcher {
width: calc(100% - 100px);
padding-left: 10px;
}

.top_main__hero {
height: 350px;
background: url("/wp-content/themes/ResearcherPlus/img/top/mainimage-01-pc.jpg") center center / cover no-repeat;
border-radius: 24px;
}


/*タイトル*/
.clm__ti--first {
font-size: var(--font-h2);
color: var(--color2);
font-weight: bold;
margin-bottom: 12px;
padding-left: 1.2em;
position: relative;
}
.clm__ti--first::before {
content: "";
display: block;
width: 16px;
height: 16px;
background: url("/wp-content/themes/ResearcherPlus/img/top/icn-cross.svg") center center /contain no-repeat;
position: absolute;
left: 0px;
top: 0.7em;
margin-top: -6px;
}
.clm__ti--top {
font-size: var(--font-h3);
color: var(--color2);
padding-left: 28px;
margin-bottom: 8px;
position: relative;
line-height: 1em;
}
#top-news .clm__ti--top {
margin-bottom: 24px;
padding-bottom: 12px;
border-bottom: solid 1px #445479;
}

.clm__ti--top__inner {
display: inline-block;
font-weight: bold;
line-height: 1.2em;
}
.clm__ti--top::before {
content: "";
width: 16px;
height: 6px;
border-radius: 3px;
background: var(--color2);
position: absolute;
left: 0px;
top: 10px;
}

/*news下のアキとヘアライン*/
#top-news {
padding-bottom: 80px;
position: relative;
}
#top-news::after {
content: "";
display: block;
width: 300vw;
height: 0px;
border-bottom: solid 1px var(--color4);
position: absolute;
left: 50%;
margin-left: -150vw;
bottom: 0px;
}


/*---------------------------
研究者育成プログラム・パッケージ第2版
---------------------------*/
.package__box {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
}
.pakcage__img {
width: 35%;
height: 0px;
padding-top: 40%;
background:#ebf2fa url(/wp-content/themes/ResearcherPlus/img/top/img-01@2x.jpg) center top / contain no-repeat;
border-radius: 20px;
overflow: hidden;
text-indent: 102%;
white-space: nowrap;
}
.pakcage__txt {
width: 65%;
padding-left: 8.3%;
padding-right: 13.1%;
display: flex;
flex-wrap: wrap;
margin: auto;
}
.pakcage__txt__inner {
display: inline-block;
font-size: 14px;
line-height: 1.8em;
margin-bottom: 1em;
}


.top-link__list {
display: flex;
justify-content: space-between;
position: relative;
}
.top-link__list::before {
content: "";
display: block;
width: 300vw;
height: 0px;
border-bottom: solid 1px var(--color4);
position: absolute;
left: 50%;
margin-left: -150vw;
top: 0px;
}

.top-link__item {
display: flex;
flex-direction: column;
width: calc(100% / 3);
border-left: solid 1px var(--color4);
padding: 4.3% 4.7% 6.3%;
background: #fff;
transition: all 0.2s;
}
.top-link__item:has(a:hover) {
background: #F7F9FA;
}
.top-link__item:last-child {
border-right: solid 1px var(--color4);
}
.top-link__item a {
display: block;
height: 100%;
position: relative;
text-decoration: none !important;
}

.top-link__item__inner {
height: 88%;
font-size: 14px;
line-height: 1.8em;
text-decoration: none;
margin-bottom: 15px;
}
.top-link__item--img {
border-radius: 16px;
margin-bottom: 20px;
overflow: hidden;
}
.top-link__item--img img {
vertical-align: bottom;
}






