@charset "UTF-8";
/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
#news_list {
  position: relative;
}
#news_list .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #news_list .inner {
    padding: 5rem 0 0;
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #news_list .inner {
    padding: 8rem 0 0;
    max-width: 67rem;
    margin: 0 auto;
  }
}

#news_select {
  position: relative;
}
@media screen and (min-width: 769px) {
  #news_select {
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  #news_select {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

#news_tab {
  position: relative;
}
@media screen and (min-width: 769px) {
  #news_tab {
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.2rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #news_tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
}

#news_select p,
#news_tab p {
  position: relative;
  font-weight: 400;
  cursor: pointer;
  transition: ease-out 0.6s all;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #news_select p,
  #news_tab p {
    line-height: 1em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    width: 9rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #8b8b8b;
    padding-right: 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #news_select p,
  #news_tab p {
    line-height: 1em;
    font-size: 2.8rem;
    letter-spacing: 0em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #8b8b8b;
    padding-bottom: 2rem;
  }
}

#news_tab a {
  position: relative;
  font-weight: 400;
  cursor: pointer;
  transition: ease-out 0.6s all;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #news_tab a {
    line-height: 1em;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    width: 30.8%;
    max-width: 37rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background: #f1f1f1;
  }
}
@media screen and (max-width: 768px) {
  #news_tab a {
    line-height: 1.167em;
    font-size: 2.4rem;
    letter-spacing: 0em;
    width: 21.6rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    background: #f1f1f1;
    border-radius: 0.5rem;
  }
}

@media screen and (min-width: 769px) {
  #news_tab a:first-of-type {
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  #news_tab a:first-of-type {
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 769px) {
  #news_tab a:last-of-type {
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
  }
}

#news_tab a.current {
  background: #0068b2;
  color: #fff;
}

#news_tab a:hover {
  background: #7fb3d8;
  color: #fff;
}

/**/
#sub_category_tab {
  position: relative;
}
@media screen and (min-width: 769px) {
  #sub_category_tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 3rem;
    padding-left: 9rem;
  }
}
@media screen and (max-width: 768px) {
  #sub_category_tab {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 6rem;
    gap: 2rem 1rem;
  }
}

#sub_category_tab a {
  position: relative;
  font-weight: 400;
  cursor: pointer;
  transition: ease-out 0.6s all;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #sub_category_tab a {
    line-height: 2.4em;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    min-width: 15rem;
    height: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #333333;
    border: #d0d0d0 1px solid;
    border-radius: 1.8rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  #sub_category_tab a {
    line-height: 3em;
    font-size: 2.4rem;
    letter-spacing: 0em;
    min-width: 13rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #333333;
    border: #d0d0d0 0.4rem solid;
    border-radius: 4rem;
    padding: 0 2.7rem;
  }
}

#sub_category_tab a.current {
  background: #0068b2;
  color: #fff;
  border-color: #0068b2 !important;
}

#sub_category_tab a:hover {
  background: #7fb3d8;
  color: #fff;
  border-color: #7fb3d8 !important;
}

/**/
#news_set {
  position: relative;
  transition: ease-out 0.9s all;
}
@media screen and (min-width: 769px) {
  #news_set {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #news_set {
    width: 100%;
  }
}

#news_set .news_box {
  position: relative;
  transition: ease 0.4s all;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #news_set .news_box {
    width: 100%;
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_box {
    width: 100%;
    padding: 8rem 0 0;
  }
}

#news_set .news_box.current {
  position: relative;
  display: block;
}

#news_set .news_list a {
  position: relative;
  transition: ease-out 0.6s all;
  border-top: rgba(27, 34, 76, 0.1) 1px solid;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #news_set .news_list a {
    width: 100%;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_list a {
    width: 100%;
    padding: 4rem 0;
  }
}

#news_set .news_list a:last-of-type {
  border-bottom: rgba(27, 34, 76, 0.1) 1px solid;
}

#news_set .news_list a .category {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #news_set .news_list a .category {
    line-height: 1em;
    font-size: 1.1rem;
    letter-spacing: 0;
    width: 14rem;
    height: 2rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_list a .category {
    line-height: 1em;
    font-size: 2.2rem;
    letter-spacing: 0;
    width: 28rem;
    height: 3.8rem;
    border-radius: 0.4rem;
  }
}

#news_set .news_list a .category.category_color1 {
  color: #fff;
  background: #6598cf;
}

#news_set .news_list a .category.category_color2 {
  color: #fff;
  background: #b7b079;
}

#news_set .news_list a .sub_category {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #news_set .news_list a .sub_category {
    line-height: 1em;
    font-size: 1.2rem;
    letter-spacing: 0;
    width: 10.4rem;
    height: 2rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_list a .sub_category {
    line-height: 1em;
    font-size: 2.4rem;
    letter-spacing: 0;
    width: 20.8rem;
    height: 4rem;
    border-radius: 0.4rem;
  }
}

#news_set .news_list a .sub_category.sub_category_color1 {
  background: #94732b;
}

#news_set .news_list a .sub_category.sub_category_color2 {
  background: #447969;
}

#news_set .news_list a .sub_category.sub_category_color3 {
  background: #b64d11;
}

#news_set .news_list a .sub_category.sub_category_color4 {
  background: #8f4881;
}

#news_set .news_list a .sub_category.sub_category_color5 {
  background: #008cb4;
}

#news_set .news_list a .sub_category.sub_category_color6 {
  background: #849493;
}

#news_set .news_list a .date {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  color: #8b8b8b;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #news_set .news_list a .date {
    line-height: 1em;
    font-size: 1.2rem;
    letter-spacing: 0;
    width: 11rem;
    height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_list a .date {
    line-height: 1em;
    font-size: 2.4rem;
    letter-spacing: 0;
    width: 20rem;
    height: 3.8rem;
  }
}

#news_set .news_list a div {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #news_set .news_list a div {
    width: 88rem;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_list a div {
    width: 100%;
    gap: 1rem;
    padding-top: 2rem;
  }
}

#news_set .news_list a .news_ttl {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #333333;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #news_set .news_list a .news_ttl {
    width: 100%;
    line-height: 1.7em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_list a .news_ttl {
    width: 100%;
    line-height: 1.7em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    padding-top: 2rem;
  }
}

@media screen and (min-width: 769px) {
  #news_set .news_list a.pdf .news_ttl,
  #news_set .news_list a.window .news_ttl {
    transform: translateY(-0.3rem);
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_list a.pdf .news_ttl,
  #news_set .news_list a.window .news_ttl {
    transform: translateY(-0.3rem);
  }
}

#news_set .news_list a.pdf .news_ttl::after {
  content: "";
  transition: ease-out 0.2s all;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #news_set .news_list a.pdf .news_ttl::after {
    width: 2.8rem;
    height: 2rem;
    background: url("../../common/img/icon_pdf.svg") center center no-repeat;
    background-size: contain;
    transform: translateY(0.3rem);
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_list a.pdf .news_ttl::after {
    width: 4.6rem;
    height: 3.4rem;
    background: url("../../common/img/icon_pdf.svg") center center no-repeat;
    background-size: contain;
    transform: translateY(0.3rem);
    margin-left: 0.5rem;
  }
}

#news_set .news_list a.window .news_ttl::after {
  content: "";
  transition: ease-out 0.2s all;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #news_set .news_list a.window .news_ttl::after {
    width: 1.6rem;
    height: 2rem;
    background: url(../../common/img/icon_window_k.svg) center center no-repeat;
    background-size: contain;
    transform: translateY(0.3rem);
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_list a.window .news_ttl::after {
    width: 2.2rem;
    height: 3.4rem;
    background: url(../../common/img/icon_window_k.svg) center center no-repeat;
    background-size: contain;
    transform: translateY(0.3rem);
    margin-left: 1rem;
  }
}

#news_set .news_list a p {
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  #news_set .news_list a:hover p {
    opacity: 0.6;
  }
}

#news_set .news_btn {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #news_set .news_btn {
    width: 100%;
    padding: 4rem 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_btn {
    width: 100%;
    width: 100%;
    padding: 4rem 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#news_set .news_btn a {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0068b2;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #news_set .news_btn a {
    line-height: 1em;
    font-size: 1.6rem;
    letter-spacing: 0em;
    border-radius: 3.4rem;
    width: 25.5rem;
    height: 6rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_btn a {
    line-height: 1em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    letter-spacing: 0em;
    border-radius: 5rem;
    width: 40rem;
    height: 10.5rem;
    padding-right: 5rem;
  }
}

/*
#news_set #news_box_prerelease .news_btn a{
    color: $category_color1;
}
#news_set #news_box_ir .news_btn a{
    color: $category_color2;
}
*/
#news_set .news_btn a .arrow {
  position: absolute;
  display: block;
  background: rgb(16, 59, 110);
  background: linear-gradient(90deg, rgb(16, 59, 110) 0%, rgb(1, 132, 210) 100%);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  #news_set .news_btn a .arrow {
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_btn a .arrow {
    top: 3.2rem;
    right: 3rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}

#news_set .news_btn a .arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  #news_set .news_btn a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 0.8rem auto;
    transform: translateX(0.1rem);
  }
}
@media screen and (max-width: 768px) {
  #news_set .news_btn a .arrow::before {
    background: url(../../common/img/icon_arrow_w.svg) center center no-repeat;
    background-size: 1.2rem auto;
    transform: translateX(0.2rem);
  }
}

#news_note {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #news_note {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  #news_note {
    padding-top: 8rem;
  }
}

#news_note a {
  position: relative;
  color: #0068b2;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #news_note a {
    line-height: 1em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #news_note a {
    line-height: 1em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
  }
}

/*
#news_set #news_box_prerelease .news_btn a .arrow::before{
    @include mq(pc) {
	background:url("../../common/img/icon_arrow_category_color1.svg") center center no-repeat;
	background-size:divceil(18, 10, rem) auto;
    }
    @include mq(sp) {
	background:url("../../common/img/icon_arrow_category_color1.svg") center center no-repeat;
	background-size:divceil(27, 10, rem) auto;
    }
}
#news_set #news_box_ir .news_btn a .arrow::before{
    @include mq(pc) {
	background:url("../../common/img/icon_arrow_category_color2.svg") center center no-repeat;
	background-size:divceil(18, 10, rem) auto;
    }
    @include mq(sp) {
	background:url("../../common/img/icon_arrow_category_color2.svg") center center no-repeat;
	background-size:divceil(27, 10, rem) auto;
    }
}
#news_set .news_btn a:hover .arrow::before{
    @include mq(pc) {
    scale:1.1;
    }
}
*/
#news_set .news_btn a p {
  transition: ease-out 0.6s all;
}

@media screen and (min-width: 769px) {
  #news_set .news_btn a:hover p {
    opacity: 0.6;
  }
}

.news_more {
  /* 初期化 */
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333333;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-out 0.6s all;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .news_more {
    line-height: 1.5em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 0 2rem;
    border-radius: 2.5rem;
    width: 30rem;
    height: 5rem;
    margin: 5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .news_more {
    line-height: 1.5em;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    padding: 0 3rem;
    border-radius: 5rem;
    width: 67rem;
    height: 10rem;
    margin: 8rem auto 0;
  }
}

.news_more:hover {
  background: #0068b2;
  color: #fff;
}

.news_more::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  transform: rotate(-180deg);
  z-index: 10;
  background: #000;
  pointer-events: none;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  .news_more::before {
    width: 5rem;
    height: 5rem;
    background: url("../../common/img/select_arrow.svg") center center no-repeat;
    background-size: 1rem auto;
  }
}
@media screen and (max-width: 768px) {
  .news_more::before {
    width: 10rem;
    height: 10rem;
    background: url("../../common/img/select_arrow.svg") center center no-repeat;
    background-size: 2.2rem auto;
  }
}

@media screen and (min-width: 769px) {
  .news_more:hover::before {
    background: url("../../common/img/select_arrow_w.svg") center center no-repeat;
    background-size: 1rem auto;
    transform: translateY(0.5rem) rotate(-180deg);
  }
}