@charset "UTF-8";
/* //////////////////////////////////////////////////

お知らせ設定

////////////////////////////////////////////////// */
/*
$d_green: #015A49;
$gray: #EFF2F1;

$place_holder: #d5d5d5;
$white: #ffffff;
$error: #ffa9a9;
$error_bg: #ffe7e7;
*/
.category_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2.4rem;
  row-gap: 1.2rem;
  margin-bottom: 4rem;
  line-height: 1;
}
.category_list .category_list-ttl {
  flex: 0 0 100%;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0B1A66;
}
.category_list .category_list-body {
  flex: 0 0 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1.2rem;
  row-gap: 1.2rem;
}
.category_list .category_list-body .item {
  flex: 0 0 auto;
  padding: 0.6rem 1.6rem;
  border: 1px solid #232528;
  border-radius: 100vw;
  opacity: 0.5;
}
.category_list .category_list-body .item.active {
  color: #fff;
  background: #ed7300;
  border-color: #ed7300;
  opacity: 1;
}

.c-pager {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  column-gap: 1.2rem;
  row-gap: 1.2rem;
  margin-top: 4rem;
}
.c-pager .item {
  flex: 0 0 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
}
.c-pager .item.active {
  color: #fff;
  background: #ed7300;
  border-radius: 100%;
}

@media screen and (min-width: 769px) {
  .category_list {
    margin: 4rem auto 6rem;
  }
  .category_list .category_list-ttl {
    flex: 0 0 auto;
  }
  .category_list .category_list-body {
    flex: 0 0 auto;
  }
  .c-pager {
    margin-top: 6rem;
  }
}
.news_cont {
  margin-bottom: 8rem;
}
.news_cont .news_list .item {
  display: block;
  padding: 1.6rem 0;
  border-bottom: 1px solid #0B1A66;
}
.news_cont .news_list .item .sub {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 0.8rem;
  line-height: 1;
  font-size: 1.4rem;
}
.news_cont .news_list .item .sub .date {
  font-weight: bold;
  color: #0B1A66;
}
.news_cont .news_list .item .sub .label {
  padding: 0.4rem 1.6rem;
  font-size: 0.8em;
  color: #fff;
  border: 1px solid #ed7300;
  border-radius: 100vw;
  background: #ed7300;
}
.news_cont .news_list .item .main {
  display: grid;
  grid-template-columns: 1fr 2em;
  align-items: center;
  gap: 2.4rem;
}

@media screen and (min-width: 769px) {
  .news_cont {
    margin-bottom: 12rem;
  }
  .news_cont .news_list {
    width: min(980px, 100%);
    margin: 0 auto;
  }
  .news_cont .news_list .item {
    padding: 2.4rem 3.6rem;
  }
  .news_cont .news_list .item:hover {
    opacity: 1;
  }
  .news_cont .news_list .item:hover .main .icon {
    transform: translateX(25%);
  }
  .news_cont .news_list .item .sub {
    column-gap: 1.4rem;
  }
  .news_cont .news_list .item .main .icon {
    transition: transform 0.3s;
  }
}
.newsdetail_cont {
  margin-bottom: 8rem;
}
.newsdetail_cont .c-secttl .c-secttl-jp {
  line-height: 1.5;
  color: #0B1A66;
}
.newsdetail_cont .news_body {
  margin-bottom: 6rem;
}
.newsdetail_cont .news_body .img {
  margin-bottom: 2.8rem;
  text-align: center;
}
.newsdetail_cont .news_body .img img {
  width: auto;
  max-width: 100%;
  max-height: 36rem;
}
.newsdetail_cont .b-button {
  text-align: left;
}
.newsdetail_cont .b-button .item {
  display: inline-flex;
  align-items: center;
  column-gap: 1em;
  font-size: 1.2rem;
  line-height: 1;
}
.newsdetail_cont .b-button .item .icon {
  width: 1.6em;
  transform: rotate(180deg);
}
.newsdetail_cont .b-button .item .uline {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .newsdetail_cont {
    margin-bottom: 12rem;
  }
  .newsdetail_cont .c-s_inner {
    width: min(880px, 90%);
  }
  .newsdetail_cont .c-secttl .c-secttl-en {
    font-size: 1.6rem;
  }
  .newsdetail_cont .news_body {
    margin-bottom: 8rem;
  }
  .newsdetail_cont .news_body .img {
    margin-bottom: 6rem;
  }
  .newsdetail_cont .news_body .img img {
    max-height: 48rem;
  }
  .newsdetail_cont .b-button .item {
    font-size: 1.4rem;
  }
  .newsdetail_cont .b-button .item .icon {
    transition: transform 0.3s;
  }
  .newsdetail_cont .b-button .item:hover {
    opacity: 1;
  }
  .newsdetail_cont .b-button .item:hover .icon {
    transform: rotate(180deg) translateX(25%);
  }
}
/*# sourceMappingURL=style.css.map */
