@charset "UTF-8";

/* **************************************************

Name: interview_top.css

Create: 2021.11.26
Update: 2021.11.26

***************************************************** */

/* base reset
----------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@600&display=swap');

#ContentsX {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
}
#ContentsX > .GridSet {
    width: 100% !important;
	margin: 0;
}
#ContentsX > .GridSet > .Grid4 {
	padding: 0;
}


/* BrandingBlockArea
----------------------------------------------------- */
#BrandingBlockArea {
    background: url(/image/jp/science-edu/interview/bg_branding_block.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    color: #333333;
    height: 490px;
    padding-top: 105px;
    width: 100%;
}
#BrandingBlockArea h2 {
    background: none;
    font-family: 'YuMincho','Yu Mincho','游明朝体','Noto Serif JP',sans-serif;
    font-size: 312.5%;
    font-weight: bold;
    margin-bottom: 43px;
    padding: 0;
    text-align: center;
}
#BrandingBlockArea p {
    font-size: 125%;
    line-height: 40px;
    text-align: center;
}


/* totalBg
----------------------------------------------------- */
#TotalBg {
    background: url(/image/jp/science-edu/interview/bg_total.jpg) no-repeat center;
    background-size: cover;
}


/* title
----------------------------------------------------- */
#ContentsX .ColumnTitle {
    border: none;
    color: #e60027;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-size: 187.5%;
    font-weight: bold;
    margin: 0;
    padding: 114px 0 75px;
    text-align: center;
}


/* Pickup
----------------------------------------------------- */
.Pickup {
    background-color: rgba(196, 196, 196, 0.61);
    padding: 50px 0;
}
.PickupMain {
    display: flex;
    text-decoration: none;
}
.PickupMain:link {
    text-decoration: none;
}
.PickupMain__Text {
    flex-grow: 1;
}
.PickupMain__Text h4 {
    align-items: center;
    background-color: #e60027;
    color: #ffffff;
    font-size: 112.5%;
    font-weight: normal;
    display: flex;
    height: 30px;
    justify-content: center;
    margin: 0;
}
.PickupMain__Sentence {
    align-items: center;
    background-color: #4c4c4d;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    height: calc(100% - 30px);
    padding: 0 20px;
    position: relative;
}
.PickupMain:hover .PickupMain__Sentence {
    opacity: 0.9;
}
.PickupMain__Text h5 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-size: 131.25%;
    font-weight: bold;
    margin-bottom: 5px;
}
.PickupMain__Text p {
    font-family: 'YuMincho','Yu Mincho','游明朝体','Noto Serif JP',sans-serif;
    font-size: 87.5%;
    font-weight: bold;
    line-height: 20px;
}
.PickupMain__more {
    background-color: #b2b2b2;
    background-image: url(/image/jp/science-edu/interview/arrow_right_red.png);
    background-size: 7px 11px;
    background-repeat: no-repeat;
    background-position: top 6px right 12px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e60027;
    font-size: 87.5%;
    height: 22px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    width: 73px;
}
.PickupMain__Photo {
    flex-shrink: 0;
    width: 331px;
}
.PickupMain__Photo img {
    width: 100%;
}


/* Archive
----------------------------------------------------- */
.Archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 120px;
	width: 965px!important;
	max-width: 100%!important;
	margin: 0 auto!important;
}
.Archive::after { /* 要素が2つだった場合に位置がズレる分の調整 */
    content: "";
    width: 465px;
}
.ArchiveList {
    width: 465px;
    margin-bottom: 64px;
}
.ArchiveList h4 {
    font-size: 112.5%;
    font-weight: normal;
    margin: 0 0 3px;
}
.ArchiveList h5 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-size: 156.25%;
    font-weight: bold;
    margin-bottom: 16px;
}
.Archive__Photo {
    cursor: pointer;
    display: block;
    height: 250px;
    margin-bottom: 32px;
    overflow: hidden;
}
.Archive__Photo img {
    width: 100%;
}


/* PermitNumber
----------------------------------------------------- */
#PermitNumber {
    align-items: center;
    display: flex;
    /* font-size: 87.5%; */
    height: 66px;
}