@charset "UTF-8";

/* -------------------------------
共通
------------------------------- */
/* SP版 bottom-menu */
@media screen and (max-width: 480px) {
    ul.bottom-menu {
        opacity: 1;
    }
}
@media screen and (max-height: 480px) {
    ul.bottom-menu {
        opacity: 1;
    }
}

/* -------------------------------
就活イベント情報
------------------------------- */
table {
	/* テーブル隙間なくす */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	color: #000;
}
table a,
table a:visited {
	color: #000;
}
#schedule-box {
    margin-top: 100px;
}
#schedule-box tr, th, td {
    margin: 0;
    padding: 10px;
}
#schedule-box h3 {
    margin-bottom: 10px;
}
#schedule-box th {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 100%;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
}
#schedule-box th,
#schedule-box td {
    padding: 15px;
    border: 1px solid #fff;
}
#schedule-box td {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 100%;
    line-height: 140%;
}
.schedule-box-cell1 {
    width: 25%;
    vertical-align: middle;
}
.schedule-box-cell2 {
    width: 45%;
}
.schedule-box-cell3 {
    width: 30%;
}
.schedule-date {
    font-size: 115%;
    line-height: 140%;
    margin: 0 0 2px 0;
}
.schedule-time {
    font-size: 85%;
    line-height: 140%;
    margin: 0 0 2px 0;
}
.schedule-title {
    font-size: 115%;
    line-height: 140%;
    margin: 0 0 9px 0;
    padding: 0 0 5px 0;
    border-bottom: dotted 1px #777;
}
.schedule-title a {
    display: block;
    line-height: 30px;
}
.schedule-title a .schedule_detail {
    line-height: 30px;
    height: 25px;
    vertical-align: middle;
    padding-bottom: 5px;
}
.schedule-info {
    font-size: 85%;
    line-height: 140%;
    margin: 0 0 2px 0;
}
.schedule-add {
    font-size: 85%;
    line-height: 140%;
    margin: 0 0 2px 0;
}

@media screen and (max-width:640px){
	#schedule-box table th {
        display: none;       
    }
	#schedule-box table td {
		display: block;
		width: 100%;
		line-height: 100%;
    }
    #schedule-box td.schedule-box-cell1 {
        background-color: rgba(255, 255, 255, 0.8);
        margin-top: 5%;
    }
}

#schedule-box-old {
    margin-top: 100px;
}

#schedule-box-old tr, th, td {
    margin: 0;
    padding: 10px;
}
#schedule-box-old h3 {
    margin-bottom: 10px;
}
#schedule-box-old th {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 100%;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
}
#schedule-box-old th,
#schedule-box-old td {
    padding: 15px;
    border: 1px solid #666;
}
#schedule-box-old td {
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 100%;
    line-height: 140%;
}

@media screen and (max-width:640px){
	#schedule-box-old table th {
        display: none;       
    }
	#schedule-box-old table td {
		display: block;
		width: 100%;
		line-height: 100%;
    }
    #schedule-box-old td.schedule-box-cell1 {
        background-color: rgba(255, 255, 255, 0.8);
        margin-top: 5%;
    }
}

/* -------------------------------
採用試験
------------------------------- */
#flow {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    margin-top: 100px;
    padding: 5%;
}
/*PC*/
@media screen and (min-width: 640px) {
    .flow1 {
        width:500px;
        margin:0 auto 100px auto;
    }
    .flow-title {
        width:510px;
        margin:0 auto 80px auto;
    }
}

/*モバイル*/
@media screen and (max-width: 640px) {
    .flow1 {
        width:100%; margin:0 0 60px 0;
    }
    .flow-title img {
        width:100%;
    }
    .flow1 img {
        width:100%;
    }
    .flow-title{
        margin:0 0 60px 0;
    }
}

.flow1 dt {
    margin:0 0 10px 0;
}
.flow1 dd {
    margin:0 0 0 0;
    font-size:100%;
    line-height:125%;
}
.flow3-text {
    text-align:center;
}
.flow1-map {
    text-align:center;
}
/* .flow2-list ul {
} */
.flow2-list li {
    margin:0 0 30px 0;
}

.balloon1-top {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 10px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #CCE9E6;
    border-radius: 10px;
}

.balloon1-top:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #CCE9E6;
}

/* -------------------------------
先輩スタッフインタビュー
------------------------------- */
.voice-title img {
    width: 100%;
}
.voiceInterview {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 5px;
}
.voiceSenpai {
    margin-bottom: 15px;
}
.senpai-list {
    font-size: 1.5rem;
    line-height: 100%;
    margin: 10px 0;
}
.senpai-list-mini {
    font-size: 0.7rem;
    font-feature-settings: "palt";
}
h3.senpai-menu-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 100%;
    font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
    .wrap-flex {
        flex-flow: column;
    }
    .senpai-menu.fixed{
        position: initial!important;
        top: initial!important;
    }
    .senpai-menu {
        margin-bottom: 50px;
    }
    .right-wrap {
        width: 100%;
    }
    .left-wrap {
        width: 100%;
    }
}
h4.voiceSenpai-title {
    font-size: 1.5rem;
    margin: 20px 0;
}

/* メニュー固定 */
.senpai-menu.fixed{
    position: fixed;
    top: 0;
}