

/* MOBILE */
@media (max-width: 767px) {
.board_topbanner {position: relative; height:auto; padding: 140px 20px 0px; line-height: 1.5;
                  background-image: url('/images/01_source_6.jpg'); background-size: cover; background-position: top center; background-repeat: no-repeat;}
.board_topbanner_title {font-weight: 600; font-size: 24px; padding-bottom:20px; color: #fff;}
.board_topbanner_desc {font-size: 14px; padding-bottom:50px; color: #fff;}
    
.board01 {position: relative; min-height: 750px; background-color: #fff; color: #1e1e1e; line-height: 1.5; padding: 80px 20px; border-bottom: 1px solid #ededed;}
.board_subtitle {font-weight: 600; font-size: 14px; padding-bottom:20px;color: #aaaaaa;}
.board_title {font-weight: 600; font-size: 24px; margin-bottom:20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.board01_frame {background-color: #f7f7f7; height:200px; padding: 20px; margin-bottom:20px;}
.board_text {font-size:14px; color: #aaaaaa; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.board_number {font-size:14px; font-weight: 600;}
.board_number a {margin-right:30px;}
.board_number_not {color: #c0b7ae;font-weight: 500;}
}

/* PC */
@media (min-width: 768px) {
.board_topbanner {position: relative; height:auto; padding: 180px 10% 0px; line-height: 1.5;
                  background-image: url('/images/01_source_6.jpg'); background-size: cover; background-position: center calc(50% - 200px); background-repeat: no-repeat;}
.board_topbanner_title {font-weight: 600; font-size: 32px; padding-bottom:20px; color: #fff;}
.board_topbanner_desc {font-size: 14px; padding-bottom:50px; color: #fff;}
    
.board01 {position: relative; height:auto; background-color: #fff; color: #1e1e1e; line-height: 1.5; padding: 50px 10% 90px; border-bottom: 1px solid #ededed;}
.board_subtitle {font-weight: 600; font-size: 14px; padding-bottom:20px; color: #aaaaaa;}
.board_title {font-weight: 600; font-size: 32px; margin-bottom:20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.board01_list {display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto auto; column-gap: 20px; row-gap: 20px; align-items: start; margin-bottom:20px;}
.board01_frame {background-color: #f7f7f7; height:250px; padding: 20px;}
.board_text {font-size:14px; color: #aaaaaa; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.board_number {font-size:14px; font-weight: 600;}
.board_number a {margin-right:30px;}
.board_number_not {color: #c0b7ae;font-weight: 500;}
}
/* NEWS / PRESS */
.news-page{background:#fff;color:#1e1e1e;border-bottom:1px solid #ededed}.news-heading-en{display:block;color:#999;font-size:12px;font-weight:600;letter-spacing:.12em}.news-heading h1{margin:10px 0 16px;font-weight:600}.news-heading p{margin:0;color:#777;line-height:1.8}.news-grid{display:grid}.news-card{display:flex;flex-direction:column;background:#f7f7f7;color:#1e1e1e;text-decoration:none;transition:transform .2s ease,background-color .2s ease}.news-card:hover{background:#f1f1f1;transform:translateY(-2px)}.news-card-meta{display:flex;justify-content:space-between;gap:20px;color:#999;font-size:13px}.news-card-meta span{color:#555;font-weight:600}.news-card-title{margin:18px 0 14px;font-weight:600;line-height:1.45;word-break:keep-all}.news-card-summary{margin:0;color:#777;line-height:1.75;word-break:keep-all}.news-card-more{margin-top:auto;padding-top:26px;color:#333;font-size:13px;font-weight:600}
@media(max-width:767px){.news-page{padding:70px 20px 90px}.news-heading{margin-bottom:38px}.news-heading h1{font-size:28px}.news-heading p{font-size:14px}.news-grid{grid-template-columns:1fr;gap:14px}.news-card{min-height:250px;padding:24px 22px}.news-card-title{font-size:21px}.news-card-summary{font-size:14px}}
@media(min-width:768px){.news-page{padding:80px 10% 110px}.news-heading{margin-bottom:52px}.news-heading h1{font-size:36px}.news-heading p{font-size:14px}.news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.news-card{min-height:300px;padding:30px}.news-card-title{font-size:25px}.news-card-summary{font-size:14px}}
@media(min-width:1200px){.news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
