.main_inner {
  margin: 0 auto;
}
@media (min-width: 769px), print {
  .main_inner {
    max-width: 1200px;
  }
}

.news_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px), print {
  .news_header {
    min-height: 17.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news_header {
    min-height: 34.2rem;
    padding-top: 8.6rem;
  }
}
.news_header > p {
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  color: #3dae35;
}
@media (min-width: 769px), print {
  .news_header > p {
    font-size: min(14.4px, 1.286vw);
  }
}
@media screen and (max-width: 768px) {
  .news_header > p {
    font-size: 3.4rem;
  }
}
.news_header > h1 {
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px), print {
  .news_header > h1 {
    padding-top: 1.121rem;
    font-size: min(28px, 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .news_header > h1 {
    padding-top: 2.3rem;
    font-size: 4.6rem;
  }
}
.news_select01 {
  display: block;
  position: relative;
  display: block;
  position: relative;
  max-width: 100%;
  font-weight: 300;
}
@media (min-width: 769px), print {
  .news_select01 {
    border: 0.019em solid #000;
    width: 21.875em;
    height: 3.125em;
    font-size: min(12.8px, 1.143vw);
  }
}
@media screen and (max-width: 768px) {
  .news_select01 {
    border: 0.012em solid #000;
    width: 16.924em;
    height: 2.116em;
    font-size: 2.6rem;
  }
}
@media (min-width: 769px), print {
  .news_select01.thin {
    width: 12.5em;
  }
}
.news_select01.full {
  width: 100%;
}
.news_select01::after {
  content: "";
  position: absolute;
  background-image: url(/common/img/base/ico-arrow02_g.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 1.158em;
  height: 1em;
  right: 0.527em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.news_select01 > select {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  font: inherit;
  line-height: 1;
  appearance: none;
  cursor: pointer;
}
@media (min-width: 769px), print {
  .news_select01 > select {
    padding: 0.843em 2.053em 0.843em 0.527em;
  }
}
@media screen and (max-width: 768px) {
  .news_select01 > select {
    padding: 0.404em 2.053em 0.404em 0.712em;
  }
}
.news_select01 > select::-ms-expand {
  display: none;
}
.news_select01 > select:focus {
  border: 1px solid #0d5faf;
  outline: none;
}
.news_select01_label {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px), print {
  .news_select01_label {
    font-size: min(14.4px, 1.286vw);
  }
}
@media screen and (max-width: 768px) {
  .news_select01_label {
    font-size: 3.2rem;
  }
}
.news_select01_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.news_select01_items.left {
  justify-content: left;
}
.news_select01_items.right {
  justify-content: right;
}
@media (min-width: 769px), print {
  .news_select01_items .news_select01_item + .news_select01_item {
    margin-left: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .news_select01_items .news_select01_item + .news_select01_item {
    margin-top: 7rem;
  }
}
@media (min-width: 769px), print {
  .news_select01_items .news_select01_item + .news_select01_button {
    margin-left: 2.88rem;
  }
}
@media screen and (max-width: 768px) {
  .news_select01_items .news_select01_item + .news_select01_button {
    margin-top: 7rem;
  }
}
.news_select01_item {
  flex-shrink: 1;
  display: flex;
  align-items: center;
}
.news_select01_item .news_select01_label + .news_select01 {
  margin-left: 0.3em;
}
.news_select01_button > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 769px), print {
  .news_select01_button > a {
    border: 0.063em solid #000;
    border-radius: 0.313em;
    width: 11.25em;
    height: 3.125em;
    font-size: min(12.8px, 1.143vw);
  }
}
@media screen and (max-width: 768px) {
  .news_select01_button > a {
    border: 0.039em solid #000;
    border-radius: 0.308em;
    width: 11.077em;
    height: 3.077em;
    font-size: 2.6rem;
  }
}
.news_select01_button > a:hover {
  background: #3dae35;
  color: #fff;
}
.news_head {
  margin: 0 auto;
}
@media (min-width: 769px), print {
  .news_head {
    padding: 0 0 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news_head {
    width: 64rem;
    padding: 0 0 4.4rem;
  }
}
@media (min-width: 769px), print {
  .news_head + .news_body {
    border-top: 1px solid #5c6464;
  }
}
.news_head_aside {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .news_head_aside {
    flex-direction: column;
  }
  .news_head_aside .news_item_data {
    order: -5;
    padding-top: 0;
  }
  .news_head_aside .news_item_categories {
    padding-top: 0.75em;
  }
}
@media (min-width: 769px), print {
  .news_head_aside + .news_head_sub {
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news_head_aside + .news_head_sub {
    padding-top: 3.5rem;
  }
}
.news_head_aside .news_item_data {
  width: auto;
}
@media (min-width: 769px), print {
  .news_head_aside .news_item_data + .news_item_categories {
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news_head_aside .news_item_data + .news_item_categories {
    padding-left: 3rem;
  }
}
.news_head_sub {
  font-weight: 700;
}
@media (min-width: 769px), print {
  .news_head_sub {
    padding-top: 6.4rem;
    line-height: 1.334em;
    font-size: min(24px, 2.143vw);
  }
  .news_head_sub > h2 {
    line-height: inherit;
    font: inherit;
  }
  .news_head_sub > h2:first-of-type {
    margin-top: -0.166em;
  }
  .news_head_sub > h2:last-of-type {
    margin-bottom: -0.166em;
  }
}
@media screen and (max-width: 768px) {
  .news_head_sub {
    display: flex;
    justify-content: center;
    padding-top: 16rem;
    line-height: 1.334em;
    font-size: 4.2rem;
  }
  .news_head_sub > h2 {
    line-height: inherit;
    font: inherit;
  }
  .news_head_sub > h2:first-of-type {
    margin-top: -0.166em;
  }
  .news_head_sub > h2:last-of-type {
    margin-bottom: -0.166em;
  }
}
@media (min-width: 769px), print {
  .news_body {
    padding: 0 0 16rem;
  }
}
@media screen and (max-width: 768px) {
  .news_body {
    padding: 0 0 11rem;
  }
}
@media screen and (max-width: 768px) {
  .news_items {
    border-top: 1px solid #000;
    padding: 5.6rem 5.5rem 0;
  }
}
@media (min-width: 769px), print {
  .news_items + .news_items {
    margin-top: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .news_items + .news_items {
    margin-top: 9rem;
  }
}
.news_items > li {
  display: block;
  border-bottom: 1px solid #5c6464;
}
.news_item {
  display: flex;
}
@media (min-width: 769px), print {
  .news_item {
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .news_item {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem 0;
  }
}
@media (min-width: 769px), print {
  .news_item_data {
    flex-shrink: 0;
    width: 9.778em;
    padding-left: 1.112em;
    line-height: 1.889em;
    font-size: min(14.4px, 1.286vw);
  }
}
@media screen and (max-width: 768px) {
  .news_item_data {
    padding-top: 0.75em;
    line-height: 1;
    font-size: 2.4rem;
  }
}
.news_item_categories {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 769px), print {
  .news_item_categories {
    padding: 0.063em;
    font-size: min(12.8px, 1.143vw);
  }
}
@media screen and (max-width: 768px) {
  .news_item_categories {
    font-size: 2.8rem;
  }
}
.news_item_category {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  color: #fff;
}
@media (min-width: 769px), print {
  .news_item_category {
    border-radius: 0.313em;
    width: 7.5em;
    height: 2.125em;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .news_item_category {
    border-radius: 0.286em;
    width: 10em;
    height: 1.572em;
  }
}
.news_item_category.col01 {
  background: #248a64;
}
.news_item_category.col02 {
  background: #6aa9c0;
}
.news_item_category.col03 {
  background: #d9883d;
}
.news_item_category.col04 {
  background: #4a7796;
}
.news_item_category.col05 {
  background: #6293a7;
}
.news_item_category.col06 {
  background: #d77a5d;
}
.news_item_category.col07 {
  background: #d69d41;
}
.news_item_category.col08 {
  background: #d57479;
}
.news_item_category.col09 {
  background: #4f988b;
}
.news_item_category.col10 {
  background: #7ca654;
}
.news_item_category.col11 {
  background: #85779e;
}
.news_item_category.col12 {
  background: #6064a2;
}
.news_item_category.col13 {
  background: #b79900;
}
.news_item_category.col14 {
  background: #939393;
}
.news_item_category.col15 {
  background: #66c1ff;
}
.news_item_category[href] {
  cursor: pointer;
}
.news_item_category[href]:hover {
  opacity: 0.5;
}
.news_item_text {
  width: 100%;
}
@media (min-width: 769px), print {
  .news_item_text {
    display: flex;
    align-items: center;
    min-height: 2.75em;
    padding-left: 1.25em;
    line-height: 1.778em;
    font-size: min(14.4px, 1.286vw);
  }
  .news_item_text > p {
    line-height: inherit;
    font: inherit;
  }
  .news_item_text > p:first-of-type {
    margin-top: -0.388em;
  }
  .news_item_text > p:last-of-type {
    margin-bottom: -0.388em;
  }
}
@media screen and (max-width: 768px) {
  .news_item_text {
    padding-top: 0.567em;
    line-height: 1.667em;
    font-size: 3rem;
  }
  .news_item_text > p {
    line-height: inherit;
    font: inherit;
  }
  .news_item_text > p:first-of-type {
    margin-top: -0.333em;
  }
  .news_item_text > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
.news_item_text a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background-image: url(/common/img/base/icon_pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px), print {
  .news_item_text a[href$=".pdf"]::after {
    width: 1.76rem;
    height: 2.08rem;
    margin-left: 1rem;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 768px) {
  .news_item_text a[href$=".pdf"]::after {
    display: inline-block;
    width: 1em;
    height: 1.273em;
    margin-left: 0.273em;
    line-height: 1;
    vertical-align: middle;
    transform: translate(0, -5%);
  }
}
.news_item_text a:hover {
  text-decoration: underline;
}
.news_detail {
  margin: 0 auto;
}
@media (min-width: 769px), print {
  .news_detail {
    padding: 4rem 3.2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .news_detail {
    border-top: 1px solid #5c6464;
    width: 64rem;
    padding-top: 5rem;
  }
}
@media (min-width: 769px), print {
  .news_detail .headline01-h3 + .txt01-p {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .headline01-h3 + .txt01-p {
    padding-top: 5rem;
  }
}
.news_detail .txt01-p > p > img {
  vertical-align: text-top;
}
@media (min-width: 769px), print {
  .news_detail .txt01-p + .headline01-h3 {
    padding-top: 7.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .txt01-p + .headline01-h3 {
    padding-top: 10.5rem;
  }
}
@media (min-width: 769px), print {
  .news_detail .txt01-p + .txt01-p {
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .txt01-p + .txt01-p {
    padding-top: 9.5rem;
  }
}
@media (min-width: 769px), print {
  .news_detail .txt01-p + .img01-figure {
    padding-top: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .txt01-p + .img01-figure {
    padding-top: 5rem;
  }
}
@media (min-width: 769px), print {
  .news_detail .img01-figure .txt01-p + figure {
    padding-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .img01-figure .txt01-p + figure {
    padding-top: 4.5rem;
  }
}
@media (min-width: 769px), print {
  .news_detail .img01-figure + .headline01-h3 {
    padding-top: 7.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .img01-figure + .headline01-h3 {
    padding-top: 6rem;
  }
}
@media (min-width: 769px), print {
  .news_detail .img01-figure + .txt01-p {
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .img01-figure + .txt01-p {
    padding-top: 8rem;
  }
}
.news_detail_buttons {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px), print {
  .news_detail_buttons {
    padding-top: 12.4rem;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_buttons {
    padding-top: 15rem;
  }
}
.news_detail_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  border: 1px solid;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  transition: ease 0.4s all;
}
@media (min-width: 769px), print {
  .news_detail_button {
    border-radius: 0.313em;
    width: 17.5em;
    height: 3.125em;
    padding-left: 1.063em;
    font-size: min(12.8px, 1.143vw);
  }
}
@media screen and (max-width: 768px) {
  .news_detail_button {
    border-radius: 0.308em;
    width: 17.231em;
    height: 3.077em;
    padding-left: 1.924em;
    font-size: 2.6rem;
  }
}
.news_detail_button:after {
  content: "";
  position: absolute;
  background-color: #231815;
  background-image: url(../common/img/base/ico-arrow03_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: scale(-1, 1);
  transition: ease 0.4s all;
}
@media (min-width: 769px), print {
  .news_detail_button:after {
    width: 1.375em;
    height: 1.375em;
    left: 0.938em;
  }
}
@media screen and (max-width: 768px) {
  .news_detail_button:after {
    width: 1.347em;
    height: 1.347em;
    left: 0.962em;
  }
}
.news_detail_button:hover {
  border-color: #3dae35;
}
.news_detail_button:hover::after {
  background-color: #3dae35;
}