@media only screen and (max-width: 47.9375em) {
  .c-ir-news-query {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-news-query {
    margin-bottom: 3rem;
  }
}
.c-ir-news-query__year {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #BFD0D8;
  background: #FFF;
}
.c-ir-news-query__submit {
  display: none;
}
.c-ir-tabs__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-tabs__list {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-tabs__list {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-tabs__list li {
    min-width: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    margin-right: 1rem;
    margin-bottom: 0.8rem;
  }
  .c-ir-tabs__list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-tabs__list li {
    min-width: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
    margin-right: 1.3rem;
    margin-bottom: 1.25rem;
  }
  .c-ir-tabs__list li:nth-child(4n) {
    margin-right: 0;
  }
}
.c-ir-tabs__list li > a, .c-ir-tabs__list li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 0px 3px 10px 0px rgba(29, 131, 210, 0.2);
  border: 2px solid #FFF;
  color: #003953;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-tabs__list li > a, .c-ir-tabs__list li > span {
    padding: 0.4rem 0.8rem;
    font-size: 0.825rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-tabs__list li > a, .c-ir-tabs__list li > span {
    padding: 0.8rem 1.5rem;
  }
}
.c-ir-tabs__list li > a {
  background: #FFF;
}
@media only screen and (min-width: 48em) {
  .c-ir-tabs__list li > a[target=_blank]::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    background-image: url(../img/icon-arrow-blank.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
}
.c-ir-tabs__list li > span {
  background: #D9EBF3;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-img {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-img {
    margin-bottom: 3.75rem;
  }
}
.c-ir-img img {
  width: 100%;
  height: auto;
}
.c-ir-news {
  border-top: 1px dashed #D9EBF3;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-news {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-news {
    margin-top: 3rem;
  }
}
.c-ir-news__unit {
  border-bottom: 1px dashed #D9EBF3;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-news__unit {
    padding: 1rem 0;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-news__unit {
    padding: 2rem 0;
  }
}
.c-ir-news__unit__date {
  min-width: 5.625rem;
  max-width: 5.625rem;
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #719DB8;
}
.c-ir-news__unit__label {
  min-width: 6.25rem;
  max-width: 6.25rem;
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  color: #719DB8;
}
.c-ir-news__unit__title {
  display: inline;
  line-height: 1.5;
  margin-right: 12px;
}
.c-ir-news__unit__type {
  display: inline-block;
  min-width: 3.69rem;
  max-width: 3.69rem;
  line-height: 1.8;
  padding: 0 8px;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #CCCCCC;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
}
.c-ir-news__unit__type.--pdf {
  background-color: #00A0E9;
}
.c-ir-news__unit__type.--movie {
  background-color: #575CFF;
}
.c-ir-news__unit__header {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-width: fit-content;
  max-width: fit-content;
}
.c-ir-news__unit__body {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-news__unit__body {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-news__unit__body {
    padding-left: 1rem;
  }
}
.c-ir-news__unit__inner {
  color: currentColor;
}
@media print, screen and (min-width: 48em) {
  .c-ir-news__unit__inner {
    display: flex;
    align-items: center;
    justify-content: stretch;
  }
}
.c-ir-material {
  background-color: #F2F9FC;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-material {
    padding: 0 1rem;
    margin-top: 1.5rem;
    border-radius: 0.8rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-material {
    padding: 0 2rem;
    margin-top: 2rem;
    border-radius: 1rem;
  }
}
.c-ir-material__unit {
  border-bottom: 1px dashed #D9EBF3;
}
.c-ir-material__unit:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-material__unit {
    padding: 1rem 0;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-material__unit {
    padding: 2rem 0;
  }
}
.c-ir-material__unit__date {
  min-width: 5.625rem;
  max-width: 5.625rem;
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #719DB8;
}
.c-ir-material__unit__title {
  display: inline;
  line-height: 1.5;
  margin-right: 12px;
}
.c-ir-material__unit__type {
  display: inline-block;
  min-width: 3.69rem;
  max-width: 3.69rem;
  line-height: 1.8;
  padding: 0 8px;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #CCCCCC;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
}
.c-ir-material__unit__type.--pdf {
  background-color: #00A0E9;
}
.c-ir-material__unit__type.--movie {
  background-color: #575CFF;
}
.c-ir-material__unit__body {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-material__unit__body {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-material__unit__body {
    padding-left: 1rem;
  }
}
.c-ir-material__unit__inner {
  color: currentColor;
}
@media print, screen and (min-width: 48em) {
  .c-ir-material__unit__inner {
    display: flex;
    align-items: center;
    justify-content: stretch;
  }
}
.c-ir-panel-list {
  list-style: none;
}
.c-ir-panel-list li {
  margin-bottom: 1rem;
}
.c-ir-panel-list li:last-child {
  margin-bottom: 0;
}
.c-ir-panel-list li a:link, .c-ir-panel-list li a:visited {
  color: currentColor;
}
.c-ir-panel-list li a:active, .c-ir-panel-list li a:hover {
  color: #00a0e9;
}
.c-ir-category-visual__main {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.c-ir-category-visual__main__main {
  display: block;
  line-height: 1;
  font-family: "Montserrat";
  font-size: 4rem;
}
.c-ir-category-visual__main__sub {
  display: block;
  line-height: 2;
  margin-left: 0.75rem;
  font-size: 1rem;
  font-weight: normal;
}
.c-ir-button {
  padding-top: 2rem;
}
.c-ir-button a {
  position: relative;
  display: block;
  width: fit-content;
  padding: 0 1.2rem 0 0;
  margin: 0 auto;
}
.c-ir-button a:link, .c-ir-button a:visited {
  color: currentColor;
}
.c-ir-button a:active, .c-ir-button a:hover {
  color: #00a0e9;
}
@media print, screen and (min-width: 48em) {
  .c-ir-stock-info-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-stock-info-header__query {
    margin-top: 1rem;
  }
}
.c-ir-stock-info-header__query__select {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #BFD0D8;
  background: #FFF;
}
.c-ir-stock-info-header__query__submit {
  display: none;
}
.c-ir-chart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-chart__unit {
    min-width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-chart__unit {
    min-width: calc(50% - 1.7rem);
    max-width: calc(50% - 1.7rem);
    margin-top: 3.4rem;
    margin-right: auto;
  }
  .c-ir-chart__unit:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-ir-chart__unit:nth-child(2n) {
    margin-right: 0;
  }
}
.c-ir-chart__unit__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.c-ir-chart__unit__header__title {
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-chart__unit__header__title {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-chart__unit__header__title {
    font-size: 1.3rem;
  }
}
.c-ir-chart__unit__header__label {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.5;
}
.c-ir-chart__unit__chart {
  margin-top: 1.5rem;
}
.c-ir-chart__unit__chart canvas {
  width: 100%;
}
.c-ir-chart__unit__detail {
  width: 100%;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-chart__unit__detail {
    overflow-x: auto;
    padding-bottom: 0.4rem;
  }
}
.c-ir-chart__unit__detail__table {
  min-width: 100%;
}
.c-ir-chart__unit__detail__table th,
.c-ir-chart__unit__detail__table td {
  padding: 1rem 0.8rem;
  font-size: 0.825rem;
  border: 1px solid #D9EBF3;
}
.c-ir-chart__unit__detail__table th {
  background-color: #F2F9FC;
  text-align: center;
}
.c-ir-chart__unit__detail__table td {
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-movie-title {
    padding-top: 60px;
  }
}
.c-ir-movie-title__main {
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-movie-title__main {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-movie-title__main {
    font-size: 2.2rem;
  }
}
.c-ir-movie-title__sub {
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-movie-title__sub {
    margin-top: 10px;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-movie-title__sub {
    margin-top: 1.2rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-movie-video {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-movie-video {
    margin-top: 3.5rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-movie-cont {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-movie-cont {
    margin-top: 3.5rem;
  }
}
.c-ir-movie-cont > *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-ir-pdf-slider {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-ir-pdf-slider {
    margin-top: 3.5rem;
  }
}
.l-footer.-ir .l-footer__inner {
  display: block;
  justify-content: center;
  padding-top: 0;
  color: #719DB8;
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 175%;
  text-align: center;
}

.p-ir-layout {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-right: 4.267%;
  padding-left: 4.267%;
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-layout {
    margin-top: 80px;
  }
}
.p-ir-layout__inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-ir-layout__inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-ir-layout__inner {
    padding-top: 100px;
  }
}
.p-ir-layout.-contents .p-ir-layout__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 48em) {
  .p-ir-layout.-contents .p-ir-layout__bg {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.p-ir-layout.-contents .p-ir-layout__fluffy {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-layout.-contents .p-ir-layout__fluffy {
    top: -11vw;
    right: -16.53vw;
    width: 58.67vw;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-layout.-contents .p-ir-layout__fluffy {
    top: -0.3%;
    right: -34.8%;
    width: 42.9vw;
    max-width: 600.6px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-layout .p-section-heading {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-layout .p-section-heading {
    margin-bottom: 3.8rem;
  }
}

.p-ir-visual {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding-right: 4.267%;
  padding-left: 4.267%;
}
.p-ir-visual__inner {
  box-sizing: border-box;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-ir-visual__inner {
    display: flex;
    position: relative;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-ir-visual__img {
  top: 0;
  position: absolute;
  z-index: -1;
  transform: translate(0, -5px);
  opacity: 0;
  transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity linear 0.4s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity linear 0.4s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media print {
  .p-ir-visual__img {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-visual__img {
    top: -30vw;
    left: 20vw;
    width: 120vw;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-visual__img {
    top: -15vw;
    width: 80vw;
    max-width: 1161px;
    left: 50%;
    margin-left: -16vw;
  }
}
.p-ir-visual__img.-visible {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.p-ir-visual__img.-visible .p-category-visual__clippath {
  transform: skewY(0);
}
.p-ir-visual__clippath {
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-visual__path.-sp {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-visual__path.-sp {
    display: none;
  }
}
.p-ir-visual__path.-sp image {
  clip-path: url(#p-ir-visual__sp-path);
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-visual__path.-pc {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-visual__path.-pc {
    width: 100%;
    height: auto;
  }
}
.p-ir-visual__path.-pc image {
  clip-path: url(#p-ir-visual__path);
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-visual__clipped.-sp {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-visual__clipped.-sp {
    display: none;
  }
}
.p-ir-visual__clipped.-sp image {
  clip-path: url(#p-ir-visual__sp-path);
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-visual__clipped.-pc {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-visual__clipped.-pc {
    width: 100%;
    height: auto;
  }
}
.p-ir-visual__clipped.-pc image {
  clip-path: url(#p-ir-visual__path);
}
.p-ir-visual__fluffy {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-visual__fluffy.-bg_top {
    top: -40vw;
    left: 15vw;
    width: 120vw;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-visual__fluffy.-bg_top {
    left: 50%;
    top: -25vw;
    width: 80vw;
    max-width: 1200px;
    margin-left: -16vw;
  }
}
.p-ir-visual__fluffy.-bg_top svg {
  transform: skewY(-5deg);
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}
.p-ir-visual__fluffy.-bg_top.-visible svg {
  transform: skewY(0);
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-visual__fluffy.-bg_bottom {
    top: 100%;
    left: -22.13vw;
    width: 50vw;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-visual__fluffy.-bg_bottom {
    bottom: -30vw;
    left: -20vw;
    width: 30.56vw;
    max-width: 427.8px;
  }
}
.p-ir-visual__box {
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-visual__box {
    padding-top: 40vw;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-visual__box {
    padding-top: 164px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-ir-visual__box {
    padding-top: 264px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-ir-visual__box {
    padding-bottom: 227px;
  }
}

.p-ir-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-bg {
    bottom: -20vw;
    left: 50%;
    width: 60vw;
    margin-left: -60vw;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-bg {
    bottom: -30vw;
    left: 50%;
    width: 50vw;
    max-width: 880px;
    margin-left: -60vw;
  }
}
.p-ir-bg__fluffy {
  position: absolute;
  z-index: -1;
}
.p-ir-bg__fluffy.-bg_bottom {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-ir-bg__fluffy.-bg_bottom {
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-ir-bg__fluffy.-bg_bottom {
    bottom: 0;
    left: 0;
  }
}

.l-root-container.-ir-home {
  overflow: hidden;
}
.l-root-container.-ir-home .l-content-container {
  z-index: 1;
  position: relative;
}