@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */

html{
	height: 100%;
	}


/*--- body ---*/

body {
/* #special_containerで指定する
	font-family: 'メイリオ', "Meiryo", 'ＭＳ Ｐゴシック', "sans-serif";
	font-size: 15px;
	line-height:1.7;
	color:#333;
	height: 100%;
*/
}


/*--- container ---*/


/*--- container ---*/

#container{

    max-width:1200px;
    margin:0 auto;
    padding-bottom:5px;
    }


#special_container{
    background:#fff;
    max-width:1200px;
    margin:0 auto;
    padding:0px 0 0 0;

    }



/*--- breadcrumbs ---*/
#breadcrumbs{
    font-size:93%;
    padding:10px 0;
}




/*============== ここから汎用部品 ==============*/

a:link, a:visited, a:hover, a:active { color: inherit; text-decoration: none; }

#special_container {
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP', Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 1em;
	line-height:1.7;
	color:#323232;
	height: 100%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
	}



/*--- breadcrumbs ---*/
#breadcrumbs{
	font-size:93%;
	padding:10px 0;
}




/*============== ここから汎用部品 ==============*/

a:hover { opacity: 0.8; }
.viewPC { display: block !important; }
.viewSP { display: none !important; }

.conts {}
.mv {
    width: 100%;
    background-color: #fff;
}
.mv img {
    width: 100%;
}
.lead {
    width: 100%;
    position: relative;
}
.lead::before {
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  border: 50px solid transparent;
  border-top: 30px solid #F5F5F5;
}
.section {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
background-image: linear-gradient(#F2F2F2 2px, transparent 2px), linear-gradient(to right, #F2F2F2 2px, #fff 2px);
background-size: 36px 36px;
}
.sectionIn {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem 2rem;
}
.unitWrap {
}
.unit {
    position: relative;
    padding: 6rem 2rem 2rem;
}
.unit::before {
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  border: 50px solid transparent;
  border-top: 30px solid #fff;
}
.row {
    width: 100%;
}
.unitTtl{
    margin-bottom: 4rem;
    text-align: center;
}
.unitTtl img {
    width: auto;
    height: 5rem;
}
.unitTxt {
    width: 76%;
    margin: 0 auto 4rem;
    line-height: 2.4rem;
    font-weight: 400;
}
.unit_btnList_wrap {
    padding: 4rem 2rem 2rem;
    background-color: #0E3F70;
    

}
.unit_btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 20px;
}
a.unit_btn {
    width: 47%;
    margin: 10px;
    padding: 2rem;
    background: url(../../../images/com/highclass_careerup/arrow_w.svg) no-repeat right 12px center;
    background-color: #0E3F70;
    border: 4px solid #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFFFFF;
}
a.unit_btn:hover {
    background-color: #1379C2;
    opacity: 1;
}
.note {
    color: #fff;
}

.itemWrap {
    padding: 4rem 3rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #D6DEE4;
}
.itemWrap .item {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 2rem;
    border: 4px solid #0E3F70;
    background-color: #fff;
}
.itemWrap .item .itemTtl {
    padding: 1rem;
    background-color: #0E3F70;
    
}
.itemWrap .item .itemTtl h4 {
    height: 4.5rem;
    background: url(../../../images/com/highclass_careerup/section_ttlUnder.svg) no-repeat bottom center;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.itemWrap .item p {
    padding: 2rem;
    font-weight: 400;
}
.itemWrap .item .item_btn {
    display: block;
    width: 92%;
    margin: auto auto 2rem;
    padding: 1rem;
    background: url(../../../images/com/highclass_careerup/arrow_y.svg) no-repeat right 12px center;
    background-color: #fff;
    border: 2px solid #0E3F70;
    box-shadow:0 6px 0 0 #0E3F70;
    transform: translateY(-6px);
    border-radius: 4rem;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #FDB61F;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.itemWrap .item .item_btn:hover {
    opacity: 1;
    box-shadow:0 2px 0 0 #0E3F70;
    transform: translateY(-2px);

}


.fw-b { font-weight: bold; }
.col-b { color: #0E3F70; }
span.txtY { color: #FDB61F;}

@media  screen and (max-width: 768px) {
    .viewSP { display: block !important; }
    .viewPC { display: none !important; }
    .sectionIn {
        padding: 2rem 0 2rem;
    }
    .unit {
        width: 100%;
        padding: 3rem 0 2rem;
    }
    .unitTtl{
        margin-bottom: 2rem;
    }
    .unitTtl img {
        height: 2.4rem;
    }
    .unitTxt {
        width: 90%;
        margin: 0 auto 1rem;
    }
    .unit_btnList_wrap {
        padding: 4rem 1rem 2rem;
    }
    .unit_btnList {
        justify-content: center;
    }
    a.unit_btn {
        width: 90%;
        padding: 0.5rem;
    }
    .itemWrap {
        padding: 3rem 1rem 1rem;
    }
    .itemWrap .item {
        width: 100%;
    }
    .itemWrap .item .itemTtl h4 {
        height: 6rem;
        line-height: 1.2;
    }
    .itemWrap .item p {
        padding: 2rem 1rem;
    }
    .itemWrap .item .item_btn {
        padding: 0.3rem;
    }
    span {display: block;}
  }