/*
 * ir.css
 *
 */

/* COMMON
---------------------------------------------------------- */


/* パンくず
---------------------------------------------------------- */
#breadcrumb .l-frm{
  padding-top: 15px;
  padding-bottom: 15px;
}

/* ページの先頭へ戻る
---------------------------------------------------------- */
.pageTop{
  position: relative;
  max-width:none;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.pageTop a{
  margin-left: auto;
  height: 40px;
  right: 10px;
}


/* main
---------------------------------------------------------- */
#main {
  background: url("../../ir/img/index2022/kybg.jpg") no-repeat center/cover;
  padding: 5rem 0;
}
#main .l-frm{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main h1{
  font-size: 2.5vw;
  color: #fff;
}
#main .links{
  width: 65%;
}
#main .links div:first-of-type{
  margin-bottom: 3rem;
}
#main .links h2{
  border-bottom: 5px solid #fff;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#main .links h2 span{
  font-size: 1.2vw;
  line-height: 1;
  color: #fff;
}
#main .links h2 a{
  font-size: 1.1vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: flex-end;
  text-decoration: underline;
}
#main .links h2 a:hover{
  color: #fff !important;
  text-decoration: none !important;
}
#main .links h2 a img{
  height: 1.5rem;
  margin-right: .8em;
}
#main .links ul.list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -7px;
  margin-right: -10px;
}
#main .links ul.list li{
  width: calc(100% / 3 - 10px);
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 7px;
  margin-right: 10px;
  
}
#main .links ul.list::after{
  content:"";
  display: block;
  width: calc(100% / 3 - 10px);
}
#main .links ul.list li a{
  font-weight: bold;
  line-height: 1.2;
  text-decoration: underline;
  color: #fff;
  padding: 1rem 1rem 1rem 2rem ;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 3.5rem;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s ease;
}
#main .links ul.list li a:hover{
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.2);
}
#main .links ul.list li a img{
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
#main .links ul.list li a:hover{
  color: #fff !important;
}

/* transcript */
#main .links ul.list li.transcript{
  width: calc(calc(100% / 3 - 5px)*2);
  display: flex;
  justify-content: space-between;
}
#main .links ul.list li.transcript a{
  width: 50%;
}
#main .links ul.list li.transcript a:first-of-type::after{
  content:"";
  display:inline-block;
  width:1px;
  height:40px;
  background-color:#fff;
  position:absolute;
  top: 50%;
  right:0px;
  transform: translateY(-50%);
}

/* a.disabled */
#main .links ul.list li.disabled {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#main .links ul.list li.disabled a{
  pointer-events: none;
  text-decoration: none;
  opacity: .5;
}
#main .links ul.list li a.disabled {
  pointer-events: none;
  opacity: .5;
  text-decoration: none;
}
@media (min-width: 1580px) {
  #main h1{
    font-size: 2.4rem;
  }
  #main .links h2{
    font-size: 1.4rem;
  }
  #main .links h2 a{
    font-size: .9rem;
  }
}
@media (max-width: 1579px) {
  #main .links{
    width: 70%;
  }
  #main .links ul.list li a img{
    width: 1.8rem;
  }
}
@media (max-width: 767px) {
  .page-ttl h1{
    font-size: 1.8rem;
    color: #1A2792;
    padding: 1.7rem 0;
  }
  #main {
    padding: 3rem 0;
  }
  #main .l-frm{
    display: block;
  }
  #main h1{
    display: none;
  }
  #main .links h2{
    border-bottom: 4px solid #fff;
    padding-bottom: .8rem;
    margin-bottom: 1rem;
    letter-spacing: -0.05em;
  }
  #main .links h2 span{
    font-size: 1rem;
  }
  #main .links h2 a{
    font-size: .8rem;
  }
  #main .links h2 a img{
    height: 1rem;
    margin-right: .5em;
    margin-bottom: -.1rem;
  }
  #main .links{
    width: 100%;
  }
  #main .links ul.list {
    margin-bottom: -1rem;
  }
  #main .links ul.list li{
    width: calc(100% / 2 - 10px);
    margin-bottom: 1rem;
    font-size: .8rem;
  }
  #main .links ul.list li.sp_wide{
    width: 100%;
  }
  #main .links ul.list li.transcript{
    width: 100%;
  }
  #main .links ul.list li a{
    padding: 1rem 1rem 1rem 1.5rem;
  }
  #main .links ul.list li a img{
    width: 1rem;
    left: .5rem;/* 20220908 .8rem */
  }
}


/* notices
---------------------------------------------------------- */
#notices{
  margin-top: 5rem;
}
#notices .l-frm{
  background-color: #f5f5f7;
  border-radius: .6rem;
  padding:1rem;
}
#notices ul.notices__list{
  margin-bottom: -1em;
}
#notices ul.notices__list li{
  margin-bottom: 1em;
}
#notices ul.notices__list li a.notices__list__itm__link{
  color: #000 !important;
  margin-bottom: 1em;
  position: relative;
}
#notices ul.notices__list li a.notices__list__itm__link::after {
  background-color: #1a2792;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease;
}
#notices ul.notices__list li a.notices__list__itm__link:hover{
  color: #1a2792 !important;
}
#notices ul.notices__list li a.notices__list__itm__link:hover::after{
  opacity: 1;
}
#notices ul.notices__list li a.notices__list__itm__link span::after{
  content: "";
  background: url("../../ir/img/index2022/icn_arw_bk.svg") no-repeat;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
#notices ul.notices__list li a[target="_blank"].notices__list__itm__link span::after{
  background: url("../../ir/img/index2022/icn_blank_bk.svg") no-repeat;
  width: 1.2rem;
}
#notices ul.notices__list li a.notices__list__itm__link span{
  display: inline-block;
  position: relative;
}
#notices ul.notices__list li a.notices__list__itm__link span time{
  margin-right: 1em;
}
@media (max-width: 767px) {
  #notices{
    margin-top: 3rem;
  }
  #notices ul.notices__list li a.notices__list__itm__link span time{
    display: block;
    margin-right: 0;
  }
  #notices .l-frm{
    padding:1rem .5rem;
  }
}

/* sec01
---------------------------------------------------------- */
#sec01{
  margin: 5rem 0;
}
#sec01 ul.list{
  display: flex;
  padding-top: 4.3rem;
  border-top: 1px solid #e8e8e8;
  position: relative;
}
#sec01 ul.list::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  width: 20%;
  height: 0.4rem;
  background-color: #1a2792;
}
#sec01 ul.list > li{
  width: 23%;
  margin-left: 1.7%;
}
#sec01 ul.list > li:nth-child(1){
  margin-left: 0;
}
#sec01 ul.list li div:nth-child(1){
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#sec01 ul.list li div:nth-child(1) h3{
  display: none;
}
#sec01 ul.list > li div:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0.6rem;
  height: 100%;
  background-color: #1a2792;
}
#sec01 ul.list > li a div:nth-child(1) img{
  -webkit-transition:-webkit-transform .45s ease;
  transition: -webkit-transform .45s ease;
  transition: transform .45s ease;
  transition: transform .45s ease, -webkit-transform .45s ease
  -webkit-transform: skew(10deg) scale(1.1);
  transform: skew(10deg) scale(1.1);
}
#sec01 ul.list > li a:hover{
  text-decoration: none !important;
}
#sec01 ul.list > li a:hover div:nth-child(1) img{
  -webkit-transform:skew(10deg) scale(1.15);
  transform: skew(10deg) scale(1.15)
}
#sec01 ul.list > li a > h3{
  font-size: 1.6vw;
  line-height: 1.2;
  font-weight: bold;
  color: #1a2792;
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
}
#sec01 ul.list > li a > h3::after {
  background-color: #1a2792;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease;
}
#sec01 ul.list > li a > h3:hover::after{
  opacity: 1;
}
#sec01 ul.list > li ul.link li a{
  color: #1a2792;
  font-size: 1vw;
}
#sec01 ul.list > li ul.link li a:hover{
  color: #1a2792 !important;
  text-decoration: underline !important;
}
#sec01 ul.list > li ul.link li a::before{
  content: "";
  background: url("../../ir/img/index2022/icn_arw.svg") no-repeat;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-right: .2rem;
  vertical-align: middle;
}       
#sec01 ul.list > li ul.link li a[target="_blank"]::after{
  content: "";
  background: url("../../ir/img/index2022/icn_blank.svg") no-repeat;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  width: 1.2rem;
}
@media (min-width: 1580px) {
  #sec01 ul.list > li a h3{
    font-size: 1.7rem;
  }
  #sec01 ul.list > li ul.link li a{
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #sec01{
    margin: 3rem 0;
  }
  #sec01 ul.list{
    padding-top: 3rem;
  }
  #sec01 ul.list::before {
    width: 30%;
    height: 2px;
  }
  #sec01 ul.list{
    flex-wrap: wrap;
    padding-right: 8vw;
  }
  #sec01 ul.list > li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  #sec01 ul.list > li:last-child{
    margin-bottom: 0;
  }
  #sec01 ul.list li div:nth-child(1){
    height: 10rem;
    margin-bottom: 1em;
  }
  #sec01 ul.list li div:nth-child(1) h3{
    color: #fff;
    font-size: 1.5rem;
    display: block;
    position: absolute;
    bottom: 8%;
    left: 1em;
    transform: translateY(-50%);
    -webkit-transform:skew(10deg);
    transform: skew(10deg);
  }
  #sec01 ul.list > li a h3{
    display: none;
  }
  #sec01 ul.list > li a div:nth-child(1) img{
    margin-top: -.6vw;
  }
  #sec01 ul.list > li ul.link{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 8vw);
    margin-right: -8vw;
  }
  #sec01 ul.list > li ul.link li{
    margin-right: 2em;
  }
  #sec01 ul.list > li ul.link li a{
    font-size: .9rem;
    display: inline-block;
    padding: .4em 0;
  }
}
@media (max-width: 425px) {
  #sec01 ul.list > li a div:nth-child(1) img{
    margin-top:0;
    -webkit-transform: skew(10deg) scale(1.1);
    transform: skew(10deg) scale(1.1);
  }
}
@media (max-width: 375px) {
  #sec01 ul.list > li a div:nth-child(1) img{
    -webkit-transform: skew(10deg) scale(1.2);
    transform: skew(10deg) scale(1.2);
    margin-top: 5px;
  }
}


/* sec02
---------------------------------------------------------- */
#sec02{
  margin: 5rem 0;
}
#sec02 .l-frm{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #sec02 .l-frm{
    display: block;
    width: 100%;
  }
}

/* FOR INDIVIDUAL INVESTORS */
#sec02 .fll{
  width: 70%;
}
#sec02 .fll a{
  color: #fff !important;
  position: relative;
  overflow: hidden;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 3em 4rem;
  border-radius: 0.3rem;
  height: 19vw;
}
#sec02 .fll a::after{
  content: "";
  background: url("../../ir/img/index2022/icn_arw_w.svg") no-repeat center/cover;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 2rem;
  position: absolute;
  top: 50%;
  right:0px;
  transform: translateY(-50%);
}
#sec02 .fll a img{
  position: absolute;
  bottom: -10%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transition:-webkit-transform .45s ease;
  transition: -webkit-transform .45s ease;
  transition: transform .45s ease;
  transition: transform .45s ease, -webkit-transform .45s ease
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: -1;
}
#sec02 .fll a:hover img{
  -webkit-transform:scale(1.15);
  transform: scale(1.15)
}
#sec02 .fll a:hover{
  text-decoration: none !important;
}
#sec02 .fll a h3{
  font-size: 1.6vw;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: 50%;
}
#sec02 .fll a h4{
  width: 100%;
}
#sec02 .fll a h4 small{
  font-weight: normal;
  display: block;
}
@media (min-width: 1580px) {
  #sec02 .fll a{
    height: 18.5rem;
  }
  #sec02 .fll a h3{
    font-size: 1.7rem;
  }
}
@media (max-width: 1579px) {
  #sec02 .fll a h3{
    font-size: 1.5rem;
    line-height: 1.6;
    width: 80%
  }
  #sec02 .fll a h4{
    width: 80%
  }
}
@media (max-width: 767px) {
  #sec02{
    margin: 3rem 0;
  }
  #sec02 .fll{
    width: 100%;
    margin-bottom: 3rem;
  }
  #sec02 .fll a{
    height: auto;
    border-radius:0;
    padding: 3rem 5%; 
  }
  #sec02 .fll a img{
    position: absolute;
    bottom: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #sec02 .fll a h4 br{
    display: none;
  }
}

/* おすすめコンテンツ */
#sec02 .recommended{
  width: 25%
}
#sec02 .recommended h4{
  font-size: 1vw;
  color: #1a2792;
  border-top: 1px solid #e8e8e8;
  position: relative;
  padding-top: 1em;
  margin-bottom: 1em;
}
#sec02 .recommended h4::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  width: 20%;
  height: .4rem;
  background-color: #1a2792;
}
#sec02 .recommended ol li{
  border-bottom: 1px solid #e8e8e8;
}
#sec02 .recommended ol li a{
  font-size: 1vw;
  padding: .7vw 0;
  color: #1a2792 !important;
  position: relative;
  display: block;
  font-weight: bold;
}
#sec02 .recommended ol li a::after{
  content: "";
  background: url("../../ir/img/index2022/icn_arw.svg") no-repeat;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-right: .2rem;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right:0px;
  transform: translateY(-50%);
}
#sec02 .recommended ol li a img{
  margin-right: 1em;
  vertical-align: sub;
}
@media (min-width: 1580px) {
  #sec02 .recommended h4{
    font-size: 1.2rem;
  }
  #sec02 .recommended ol li a{
    font-size: 1rem;
    padding: .6rem 0;
  }
}
@media (max-width: 767px) {
  #sec02 .recommended{
    width: 89.33333333333333%;
    margin: auto;
  }
  #sec02 .recommended h4{
    font-size: 1.2rem;
  }
  #sec02 .recommended h4::before {
    width: 30%;
    height: 2px;
  }
  #sec02 .recommended ol li a{
    font-size: 1rem;
    padding: .6rem 0;
  }
}


/* その他のリンク */
#sec03{
  margin: 0 0 5rem 0;
}
#sec03 .l-frm{
  display: flex;
  justify-content: space-between;
}
#sec03 ul.other-links{
  width: calc(70% - 2em);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 1em;
}
#sec03 ul.other-links li{
  width: calc(100%/3);
  border-right: 1px solid #1a2792;
  text-align: center;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec03 ul.other-links li:nth-child(1){
  border-left: 1px solid #1a2792;
}
#sec03 ul.other-links li a{
  color: #1a2792;
  font-weight: bold;
  display:block;
  -webkit-transform:skew(10deg);
  transform: skew(10deg);
  position: relative;
}
#sec03 ul.other-links li a::after {
  background-color: #1a2792;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease;
}
#sec03 ul.other-links li a:hover{
  color: #1a2792 !important;
  text-decoration: none !important;
}
#sec03 ul.other-links li a:hover::after{
  opacity: 1;
}
#sec03 ul.other-links li a img{
  display: block;
  margin: auto;
  margin-bottom: .5rem;
}

/* 社外からの評価 */
#sec03 p.evaluation{
  width: 25%;
}
#sec03 p.evaluation a{
  background-color: #1a2792;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6vw;
  position: relative;
  transition: 0.3s ease;
}
#sec03 p.evaluation a::after{
  content: "";
  background: url("../../ir/img/index2022/icn_blank_w.svg") no-repeat;
  display: block;
  height: 1rem;
  width: 1rem;
  right: 1rem;
  vertical-align: middle;
  width: 1.2rem;
  position: absolute;
  -webkit-transform:skew(10deg);
  transform: skew(10deg);
  transition: 0.3s ease;
}
#sec03 p.evaluation a span{
  color: #fff;
  font-weight: bold;
  -webkit-transform:skew(10deg);
  transform: skew(10deg);
  transition: 0.3s ease;
}
#sec03 p.evaluation a:hover{
  background-color: #FFF;
  border: 1px solid #1a2792;
  text-decoration: none !important;
}
#sec03 p.evaluation a:hover span{
  color: #1a2792 !important;
}
#sec03 p.evaluation a:hover::after{
  background: url("../../ir/img/index2022/icn_blank.svg") no-repeat;
}
@media (min-width: 1580px) {
  #sec03 ul.other-links li,
  #sec03 p.evaluation a{
    height: 6rem;
  }
}
@media (max-width: 767px) {
  #sec03 .l-frm{
    display: block;
  }
  #sec03 ul.other-links{
    display: block;
    width: 100%;
    border-top: 1px solid #1a2792;
    margin-bottom: 3rem;
    margin-left: 0;
  }
  #sec03 ul.other-links li{
    border-right:none;
    border-left:none !important;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #1a2792;
  }
  #sec03 ul.other-links li a{
    width: 100%;
    padding: 1.2em 1em;
    position: relative;
  }
  #sec03 ul.other-links li a:hover::after {
      opacity: 0;
  }
  #sec03 ul.other-links li a img{
    height: 2em;
    position: absolute;
    top: 50%;
    left:0px;
    transform: translateY(-50%);
  }
  /* 社外からの評価 */
  #sec03 p.evaluation{
    width: 100%;
    margin-bottom: 5rem;
  }
  #sec03 p.evaluation a{
    height: auto;
    padding: 2em 0;
  }
}


/* その他のリンク */
.news_release {
  margin: 5rem 0;
}
.news_release .news_release--inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news_release .news_release__hdg__ttl {
  font-family: 'Manrope',sans-serif;
  font-size: 3.8vw;
  margin-top: 3.6rem;
  font-weight: 800;
  letter-spacing: .015em;
  line-height: 1;
  color: #1a2792 !important;
  margin-left: -0.5rem;
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.news_release .news_release__hdg__link {
  font-size:1.1vw;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .1em;
  margin-top: 2.8rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease;
}
.news_release .news_release__hdg__link__txt {
  color: #1a2792;
  font-family: 'Manrope',sans-serif;
  font-weight: 800;
  letter-spacing: .1em;
  margin-left: .5rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom .45s ease;
  transition: border-bottom .45s ease;
}
.news_release .news_release__hdg__link__ico svg{
  height: 1.2vw;
}
.news_release .news_release__hdg__link__ico svg path {
  fill: #1a2792;
}
.news_release .news_release__hdg__link:hover{
  text-decoration: none !important;
}
.news_release .news_release__hdg__link:hover .news_release__hdg__link__txt {
  color: #1a2792 !important;
  border-bottom: 1px solid #1a2792;
}
.news_release .news_release__post{
  width: 70%;
}
.news_release .news_release__post__list {
  border-bottom: 1px solid #dedede;
}
.news_release .news_release__post__list__itm + .news_release__post__list__itm {
  border-top: 1px solid #dedede;
}
.news_release a.news_release__post__list__itm__link {
  color: #1a2792;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 3.7rem;
  padding-right: 4rem;
  padding-bottom: 3.8rem;
  padding-left: 0;
  -webkit-transition: background-color .45s ease;
  transition: background-color .45s ease;
}
.news_release a.news_release__post__list__itm__link:hover{
  color: #1a2792 !important;
  text-decoration: none !important;
  background-color: #f7f7fc;
}
.news_release .news_release__post__list__itm__link__date {
  width: 20%;
  padding-left: 1rem;
  font-weight: 600;
}
.news_release .news_release__post__list__itm__link__tag--wrpr {
  width: 15%;
  padding-right: 1rem;
}
.news_release .news_release__post__list__itm__link__ttl {
  color: #212121;
  letter-spacing: .05em;
  font-weight: 600;
  line-height: 1.375;
  font-size: 1.2vw;
  width: 65%;
}
.news_release .news_release__post__list__itm__link__tag {
  font-size: .8vw;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #1a2792;
  border: 1px solid #1a2792;
  display: inline-block;
  border-radius: 99.9rem;
  padding-top: 0.5rem;
  padding-right: 0.8rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
}
.news_release .news_release__post__list__itm__link__arrow {
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.7rem;
  -webkit-transition: right .45s ease;
  transition: right .45s ease;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.news_release .news_release__post__list__itm__link__arrow svg{
  width: 100%;
  height: 100%;
}
.news_release .news_release__post__list__itm__link__arrow svg path {
  fill: #1a2792;
}

/* news_release__post__btn */
.news_release .news_release__post__btn {
  width: 16rem;
  margin-top: 3rem;
  display: inline-block;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.news_release .news_release__post__btn .c-btn--bg--blue {
  font-size: 1vw;
  padding: 1.5rem 1.2rem;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1;
  border: 1px solid #1a2792;
  background-color: #1a2792;
  transition: background-color .45s ease,color .45s ease;
  cursor: pointer;
  border-radius: 0.3rem;
}
.news_release .news_release__post__btn:hover{
  text-decoration: none !important;
}
.news_release .news_release__post__btn .c-btn--bg--blue:hover{
  color: #1a2792 !important;
  background-color: #FFFF !important;
}
@media (min-width: 1580px) {
  .news_release .news_release__hdg__ttl {
    font-size: 3.8rem;
  }
  .news_release .news_release__post__list__itm__link__tag {
    font-size: 1rem;
  }
  .news_release .news_release__post__list__itm__link__ttl {
    font-size: 1.2rem;
  }
  .news_release .news_release__post__btn .c-btn--bg--blue {
    font-size: 1rem;
  }
  .news_release .news_release__hdg__link {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .news_release .m-sec-bdr::before {
    width: 30%;
    height: 2px;
  }
  .news_release .news_release__post {
    margin-top: 1rem;
  }
  .news_release .news_release__post__list {
    border-top: 1px solid #dedede;
  }
  .news_release .news_release__hdg__ttl {
    font-size: 45px;
    margin-top: 3rem;
  }
  .news_release .news_release--inr {
    display: block;
  }
  .news_release .news_release__post {
    width: 100%;
  }
  .news_release a.news_release__post__list__itm__link {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 3rem;
  }
  .news_release .news_release__post__list__itm__link__date {
    font-size: 13px;
    width: 7em;
    padding-left: 0;
  }
  .news_release .news_release__post__list__itm__link__tag {
    font-size: 11px;
    padding-top: 0.3rem;
    padding-right: 0.7rem;
    padding-bottom: 0.3rem;
    padding-left: 0.7rem;
  }
  .news_release .news_release__post__list__itm__link__tag--wrpr {
    width: 60%;
    padding-left: .5rem;
  }
  .news_release .news_release__post__list__itm__link__ttl {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .05em;
    width: 100%;
    margin-top: 1rem;
  }
  .news_release .news_release__post__list__itm__link__arrow {
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
  .news_release .news_release__hdg__link__txt {
    margin-left: .9rem;
  }
  .news_release .news_release__hdg__link {
    margin-top: 0;
  }
  .news_release .news_release__hdg__link__ico svg {
    height: 3rem;
  }
  .news_release .news_release__hdg__link {
    font-size: .7rem;
  }
  
  /* news_release__post__btn */
  .news_release .news_release__post__btn {
    width: 12rem;
  }
  .news_release .news_release__post__btn .c-btn__arr {
    width: .6rem;
    height: .6rem;
  }
  .news_release .news_release__post__btn .c-btn--bg--blue {
    font-size: 12px;
    padding: .8rem 1.2rem;
  }
}









