@charset "UTF-8";

.ttl {
 background-image: url("../img/education/ttl-bg.png");
}
.page-lead {
margin-bottom: 70px;
}
.section_title {
font-family: source-han-serif-japanese, serif;
font-weight: 400;
font-size: 2.2rem;
line-height: 100%;
display: block;
margin-bottom: 10px;
letter-spacing: 0.4em;
}
.section_subtitle {
font-family: 'Libre Baskerville', serif;
font-weight: 400;
font-size: 1.0rem;
line-height: 100%;
text-align: center;
color: #8F6D48;
letter-spacing: 0.2em;
position: relative;
display: inline-block;
padding: 0 10px;
}
.section_subtitle::before,
.section_subtitle::after {
content: "";
position: absolute;
top: 50%;
display: inline-block;
width: 5px;
height: 1px;
background-color: #8F6D48;
}
.section_subtitle::before {
left: 0;
}
.section_subtitle::after {
right: 0;
}
.section_box {
margin-bottom: 50px;
text-align: center;
}
.news_box_body {
position: relative;
margin-bottom: 200px;
}
.news_box {
max-width: 1260px;
width: 100%;
padding: 25px 20px 25px 20px;
border-bottom: solid 1px #E5E5E5;
display: flex;
align-items: center;
}
.news_box:first-child {
border-top: solid 1px #E5E5E5;
}
.news_box .date {
max-width: 90px;
width: 100%;
font-family: 'Libre Baskerville', serif;
font-weight: 400;
font-size: 1.4rem;
line-height: 100%;
display: block;
margin-right: 50px;
}
.new_icon {
font-family: 'Libre Baskerville', serif;
font-size: 1.0rem;
width: 48px;
padding: 5px 5px 4px;
color: #fff;
background-color: #A37E39;
margin-left: 10px;
line-height: 100%;
text-align: center;
display: block;
}
.news_title a {
font-family: source-han-serif-japanese, serif;
font-weight: 400;
letter-spacing: 0.2em;
max-width: 1040px;
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.news_title a:hover {
color: #A37E39;
text-decoration: underline;
}

.more_btn_box {
margin-top: 30px;
position: absolute;
right: 0;
}
.more_btn{
position: relative;
width: 300px;
line-height: 100%;
display: flex;
background: #fff;
border: solid 1px #8F6D48;
}
.more_text{
font-family: source-han-serif-japanese, serif;
font-size: 1.4rem;
font-weight: 400;
width: 100%;
color: #8F6D48;
text-align: center;
padding: 15px 0;
}
.more_btn:hover {
background-color: #8F6D48;
}
.more_text::before{
content:"";
position: absolute;
top:50%;
right:15px;
/*下線の形状*/
width:16px;
height:1px;
background:#8F6D48;
transition: all .1s linear;
}
.more_text::after{
content:"";
/*絶対配置で矢印の位置を決める*/
position: absolute;
top: 40%;
right: 17px;
/*矢印の形状*/
width:1px;
height:5px;
background:#8F6D48;
transform:skewX(45deg);
transition: all .1s linear;
}
.more_text:hover{
color: #fff;
}
.more_text:hover::before{
right:10px;
background:#fff;
}
.more_text:hover::after{
right:12px;
background:#fff;
}


@media screen and (min-width:768px) and ( max-width:1024px) {

.news_box .date {
font-size: 1.2rem;
margin-right: 20px;
}
.news_title a {
max-width: 650px;
}

}

@media all and (max-width : 767px) {
.page-lead {
margin-bottom: 40px;
}
.section_title {
font-size: 1.8rem;
margin-bottom: 6px;
}
.section_subtitle {
font-size: 0.8rem;
letter-spacing: 0.1em;
}
.news_box {
padding: 15px 15px 15px 10px;
display: flex;
align-items: flex-start;
flex-direction: column;
}
.news_box .date {
font-size: 1.1rem;
margin-right: 0px;
margin-bottom: 5px;
}
.news_title a {
font-size: 1.2rem;
margin-bottom: 5px;
}
.more_btn_box {
position: static;
}
.more_btn{
width: 300px;
margin: 0 auto;
}
.news_box_body {
position: static;
margin-bottom: 50px;
}
.section_box {
margin-bottom: 30px;
}

}



