@charset "UTF-8";
/*---------------------------------------------------------
オンラインヘッダー
---------------------------------------------------------*/
.header{
 /*background: rgba(0,116,64,1); */
	width:100%;
	margin:0 auto;
	padding:0;
    position: relative;
}
.head-area{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
}
.header-container{
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
        position: relative;
}
.header-ttl-name{
    font-size: 4rem;
    color: #fff;
    margin-left: 1rem;
    font-weight: 700;
}
.logo{
 background: rgba(0,116,64,1); 
 width:100%; 
 max-width:200px; 
padding: 15px 40px;
 display: inline-block; 
}
.head-btn-area{
    position: absolute;
    right: 20%;
}
.header-tel{
    margin: 0 2vw;
    width: 100%;
    max-width: 300px;
}
.head-btn-areaBox{
display: flex;
    position: absolute;
    right: 0;
}
.header-btn-siryo,.header-btn-tel{
    color: #fff;
    text-align: center;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    max-width: 400px;
    border-radius: 4px;
        line-height: 1.1;
        display: flex;
        align-items: center;
        height: 40px;
    position: relative;
    font-size: clamp(2rem, 5vw, 2.5rem);
}
.header-btn-siryo{
    background: linear-gradient(0deg, #e00303 0%, #ff0000 100%);
    border:2px solid #ff0000;
    padding: 0.3em 0em 0.3em 0.3em;
}
.header-btn-siryo:hover{
background: #fff;
    color: #ff0000;
}
.header-btn-tel{
    background: linear-gradient(0deg, #079945 0%, #27ae60 100%);
    border:2px solid #27ae60;
}
.header-btn-tel:hover{
background: #fff;
    color: #27ae60;
}

.highlight {
    position: absolute;
    border-radius: 100px;
    width: 100%;
    height: 30%;
    top: 0px;
    left: 0;
    background: linear-gradient(to bottom, rgba(250, 250, 255, 0.9) 10%, rgba(250, 250, 255, 0.3) 100%);
}
.header-btn-shiryo{
    position: relative;
}
.header-btn-shiryo img{
position: absolute;
    left: 5px;
    bottom: 1px;
    max-height: 75px;
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
.head-btn-area {
    right: 10px;
}
.header-tel {
    max-width: 220px;
}
.header-btn-shiryo img {
    left: -10px;
    bottom: 1px;
    max-height: 60px;
}
.header-btn-siryo{
width: 160px;
}
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.logo{
 max-width:90px; 
padding: 1rem 1rem;
}
.header-ttl-name{
    font-size: 2rem;
}
.header-btn-siryo,.header-btn-tel{
        font-size: 1.2rem;
        height: 25px;
        margin: 0 5px;
}
.header-btn-siryo{
        max-width: 110px;
        padding: 0.3em 0em 0.3em 2.5em;
        font-size: 1.5rem;
    line-height: 1;
}
.header-btn-tel{
        max-width: 80px;
        padding: 0.3em 0em;
}
.header-btn-shiryo img {
    left: 8px;
    bottom: 1px;
    max-height: 40px;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
yearlist
---------------------------------------------------------*/
.exam-btn,.culm-01{
     pointer-events: none;
}
.exam-btn:after {
    content: none;
}
