@charset "UTF-8";
* {
  box-sizing: border-box;
}

.ir_stockarea {
  padding-top: 60px;
  overflow: hidden;
}
.ir_stockarea__title {
  position: relative;
  margin-bottom: 40px;
}
.ir_stockarea__title__jp {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #008FD1;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.ir_stockarea__title__en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: 'Inter', sans-serif;
  color: #008FD1;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 100;
  letter-spacing: -0.06em;
  white-space: nowrap;
  opacity: .1;
  line-height: 1;
}

.ir_stockarea__chart {
  position: relative;
  margin-bottom: 30px;
  padding: 180px 0;
  text-align: center;
}
.ir_stockarea__chart__doughnut {
  width: 150px;
  max-width: calc(100% - 40px);
  margin: auto;
  aspect-ratio: 1 / 1;
}
.ir_stockarea__chart__label {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}
/**
@media (max-width: 767px) {
  .ir_stockarea__chart__label.label01 {
    -webkit-transform: translate(25%, -10px);
            transform: translate(25%, -10px);
   width: 300px;
   text-align: left;
  }
  .ir_stockarea__chart__label.label01 img {
    width: auto;
  }
  .ir_stockarea__chart__label.label02 {
    -webkit-transform: translate(-60%, -200px);
            transform: translate(-60%, -200x);
   width: 300px;
   text-align: left;  
  }
  .ir_stockarea__chart__label.label02 img {
    width: auto;
  }
  .ir_stockarea__chart__label.label03 {
    -webkit-transform: translate(-60%, -90px);
            transform: translate(-60%, -90px);
   width: 300px;	 
   text-align: left;	  
  }
  .ir_stockarea__chart__label.label03 img {
    width: auto;
  }
  .ir_stockarea__chart__label.label04 {
    -webkit-transform: translate(10%, -180px);
            transform: translate(10%, -180px);
   width: 300px;  
   text-align: left;	  
  }
  .ir_stockarea__chart__label.label04 img {
    width: auto;
  }
  .ir_stockarea__chart__label.label05 {
    -webkit-transform: translate(30%, -240px);
            transform: translate(30%, -240px);
   width: 300px;
   text-align: left;	  
  }
  .ir_stockarea__chart__label.label05 img {
    width: auto;
  }

  .ir_stockarea__chart img {
    width: auto;
  }
}
**/
.ir_stockarea__chart__title {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 7px), calc(-50% + 10px));
          transform: translate(calc(-50% - 7px), calc(-50% + 10px));
  width: 177px;
  height: 177px;
  border-radius: 50%;
}
.ir_stockarea__chart__title.is-active {
  display: -ms-flexbox !important;
  display: flex !important;
}
.ir_stockarea__chart__title__top {
  font-weight: 700;
}
.ir_stockarea__chart__title__main {
  font-weight: 500;
}
.ir_stockarea__chart__title__main span {
  margin: 0 5px;
  color: #008FD1;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
.ir_stockarea__chart__title__bottom {
  color: #777;
  font-size: 11px;
  font-size: 0.6875rem;
}
.ir_stockarea__lead {
  margin-bottom: 60px;
  padding: 0 20px;
}
.ir_stockarea__lead__title {
  margin-bottom: 25px;
  text-align: center;
}
.ir_stockarea__lead__title img {
  width: 315px;
}
.ir_stockarea__timeair {
  padding-bottom: 50px;
  background: #e5f5df;
}
.ir_stockarea__timeair__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.ir_stockarea__timeair__title::before, .ir_stockarea__timeair__title::after {
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  content: '';
}
.ir_stockarea__timeair__title--time {
  color: #008FD1;
}
.ir_stockarea__timeair__title--time::before, .ir_stockarea__timeair__title--time::after {
  background: #008FD1;
}
.ir_stockarea__timeair__title--air {
  color: #66B347;
}
.ir_stockarea__timeair__title--air::before, .ir_stockarea__timeair__title--air::after {
  background: #66B347;
}
.ir_stockarea__timeair__title__in {
  margin: 0 10px;
}
.ir_stockarea__timeair__title__top, .ir_stockarea__timeair__title__bottom {
  display: block;
  line-height: 1;
}
.ir_stockarea__timeair__title__top {
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 200;
}
.ir_stockarea__timeair__time {
  background: #e6f2f7;
  padding: 50px 20px;
}
.ir_stockarea__timeair__air {
  padding: 50px 20px 30px;
}
.ir_stockarea__dl__div {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.ir_stockarea__dl__div:not(:last-child) {
  margin-bottom: 20px;
}
.ir_stockarea__dl__dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  padding: 10px;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2;
  text-align: center;
}
.ir_stockarea__dl__dt--pink {
  background: #FA8B87;
}
.ir_stockarea__dl__dt--yellow {
  background: #D6C751;
}
.ir_stockarea__dl__dt--green {
  background: #70B85C;
}
.ir_stockarea__dl__dt--blue {
  background: #49B6DE;
}
.ir_stockarea__dl__dt__icon {
  height: 31px;
}
.ir_stockarea__dl__dd {
  padding: 20px;
}
.ir_stockarea__dl__ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.ir_stockarea__dl__ul__li {
  width: calc(50% - 5px);
  text-align: center;
}
.ir_stockarea__dl__figure__figcaption {
  font-size: 11px;
  font-size: 0.6875rem;
}
.ir_stockarea__dl__text:not(:last-child) {
  margin-bottom: 20px;
}





  .ir_stockarea__title {
    position: relative;
  }
  .ir_stockarea__title__jp {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .ir_stockarea__title__en {
    font-size: 200px;
    font-size: 12.5rem;
  }
  .ir_stockarea__chart {
    margin-bottom: 60px;
    padding: 0;
  }
  .ir_stockarea__chart__doughnut {
    width: 250px;
  }
  .ir_stockarea__chart__label.label01 {
    -webkit-transform: translate(30%, -50px);
            transform: translate(30%, -50px);
   width: 150px;
   text-align: right;
  }
  .ir_stockarea__chart__label.label01 img {
    width: auto;
  }
  .ir_stockarea__chart__label.label02 {
    -webkit-transform: translate(-60%, 70px);
            transform: translate(-60%, 70px);
   width: 250px;
   text-align: left;  
  }
  .ir_stockarea__chart__label.label02 img {
    width: auto;
  }
  .ir_stockarea__chart__label.label03 {
    -webkit-transform: translate(-60%, -90px);
            transform: translate(-60%, -90px);
   width: 250px;	 
   text-align: left;	  
  }
  .ir_stockarea__chart__label.label03 img {
    width: auto;
  }
  .ir_stockarea__chart__label.label04 {
    -webkit-transform: translate(-75%, -180px);
            transform: translate(-75%, -180px);
   width: 250px;  
   text-align: left;	  
  }
  .ir_stockarea__chart__label.label04 img {
    width: auto;
  }
  .ir_stockarea__chart__label.label05 {
    -webkit-transform: translate(-60%, -230px);
            transform: translate(-60%, -230px);
   width: 250px;
   text-align: left;	  
  }
  .ir_stockarea__chart__label.label05 img {
    width: auto;
  }
  .ir_stockarea__chart img {
    width: auto;
  }
  .ir_stockarea__chart__title {
    -webkit-transform: translate(calc(-50% + 7px), calc(-50% + 12px));
            transform: translate(calc(-50% + 7px), calc(-50% + 12px));
    width: 240px;
    height: 240px;
    line-height: 1;
  }
  .ir_stockarea__chart__title__top {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .ir_stockarea__chart__title__main {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .ir_stockarea__chart__title__main .count {
    font-size: 56px;
    font-size: 3.5rem;
  }
  .ir_stockarea__chart__title__bottom {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .ir_stockarea__lead {
    margin-bottom: 60px;
    text-align: center;
  }
  .ir_stockarea__lead__title {
    margin-bottom: 40px;
  }
  .ir_stockarea__lead__title img {
    width: auto;
  }
  .ir_stockarea__timeair {
    padding: 50px 0 80px;
    background: white;
    background: linear-gradient(90deg, #e6f2f7 0%, #e6f2f7 50%, #e5f5df 50%, #e5f5df 100%);
  }
  .ir_stockarea__timeair__in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px;
    width: 1120px;
    max-width: calc(100% - 160px);
    margin: auto;
  }
  .ir_stockarea__timeair__time, .ir_stockarea__timeair__air {
    width: calc(50% - 40px);
    padding: 0;
  }
  .ir_stockarea__timeair__time {
    background: none;
  }
  .ir_stockarea__dl__div:not(:last-child) {
    margin-bottom: 50px;
  }
  .ir_stockarea__dl__dt {
    font-size: 26px;
    font-size: 1.625rem;
    min-height: 76px;
  }
  .ir_stockarea__dl__dt--blue {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: calc(28/24);
  }
  .ir_stockarea__dl__dt__icon {
    height: 50px;
  }


.ir_stockarea__txt--finance{
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0px;
  left: 10px;
  color: #051650;
　line-height: 10px;	
}

@media (max-width: 767px){
  .ir_stockarea__txt--finance{
    top: 15px;
    left: 10px;
    font-weight: 500;
    font-size: 12px;
  }
}
.ir_stockarea__txt--finance span{
  font-weight: 100;
  font-size: 12px;
}
@media (max-width: 767px){
  .ir_stockarea__txt--finance span{
    font-size: 10px;
    font-weight: 500;
  }
}
.ir_stockarea__txt--foreign{
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0px;
  left: 80px;
  color: #051650;
　line-height: 10px;		
}
@media (max-width: 767px){
  .ir_stockarea__txt--foreign{
    top: 0px;
    left: 80px;
    font-weight: 500;
    font-size: 12px;
  }
}
.ir_stockarea__txt--foreign span{
  font-weight: 100;
  font-size: 12px;
}
@media (max-width: 767px){
  .ir_stockarea__txt--foreign span{
    font-size: 10px;
    font-weight: 500;
  }
}
.ir_stockarea__txt--corp{
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 45px;
  left: 10px;
  color: #051650;
　line-height: 10px;		
}
@media (max-width: 767px){
  .ir_stockarea__txt--corp{
    top: 45px;
    left: 20px;
    font-weight: 500;
    font-size: 12px;
  }
}
.ir_stockarea__txt--corp span{
  font-weight: 100;
  font-size: 12px;
}
@media (max-width: 767px){
  .ir_stockarea__txt--corp span{
    font-size: 10px;
    font-weight: 500;
  }
}
.ir_stockarea__txt--other{
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 75px;
  left: 70px;
  color: #051650;
　line-height: 10px;	
}
@media (max-width: 767px){
  .ir_stockarea__txt--other{
    top: 90px;
    left: 70px;
    font-weight: 500;
    font-size: 12px;
  }
}
.ir_stockarea__txt--other span{
  font-weight: 100;
  font-size: 12px;
}
@media (max-width: 767px){
  .ir_stockarea__txt--other span{
    font-size: 10px;
    font-weight: 500;
  }
}
.ir_stockarea__txt--treasurystock{
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 80px;
  left: 70px;
  color: #051650;
　line-height: 10px;
}
@media (max-width: 767px){
  .ir_stockarea__txt--treasurystock{
    top: 110px;
    left: 120px;
    font-weight: 500;
    font-size: 12px;
  }
}
.ir_stockarea__txt--treasurystock span{
  font-weight: 100;
  font-size: 12px;
}
@media (max-width: 767px){
  .ir_stockarea__txt--treasurystock span{
    font-size: 10px;
    font-weight: 500;
  }
}