@charset "utf-8";
/* CSS Document */
body {
  font-size: 100% !important;
}
.page-header.ir {
  background-image: url(/images/uploads/header-ir.jpg);
}
.ir-link__wrap {
  display: grid;
  gap: 3rem;
}
.ir-link__title {
  margin: 0;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000;
}
.ir-link__item ul {
  margin: 1rem 0 0;
}
a.ir-link__arrow {
	padding: 0 1.5rem 0 0;
	background-image: url(/images/uploads/ir_link_arrow.png);
	background-repeat: no-repeat;
  background-position: right center;
	background-size: 1em;
}
@media screen and (min-width: 1024px) {
  .ir-link__wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
  }
  .ir-link__wrap a:hover {
    opacity: .8;
  }
	.ir-link__item.-irtop {
		grid-area: 1/1/2/4;
	}
}
.ir-underline {
  text-decoration: underline;
}
a.ir-underline:hover {
  text-decoration: none;
}
.ir-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 1rem;
}
.ir-table {
  width: 100%;
}
.ir-table th {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .ir-title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.adobe_box {
  margin-top: 3rem;
  background: #f2f2f2;
  padding: 2rem;
}
.adobe_box img {
  max-width: 100%;
  width: auto;
}
.adobe_box p {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .adobe_box {
    margin-top: 4rem;
    display: flex;
    align-items: center;
  }
  .adobe_box p {
    margin: 0 0 0 2rem;
  }
}
/*	IRトップ	*/

/*	トップメッセージ 	*/
.ir-message__img {
  text-align: center;
  margin-bottom: 1rem;
}
.ir-message__text p {
  margin-bottom: 1rem;
}
.ir-message__sign {
  margin-top: 2rem;
  text-align: right;
  line-height: 1.6;
}
.ir-message__date {
  display: block;
}
.ir-message__name span {
  font-size: 1.5em;
  margin-left: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .ir-message__wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  .ir-message__img {
    margin: 0 0 2.5rem 2.5rem;
    width: calc((100% - 5rem) / 3);
  }
  .ir-message__text {
    flex: 1 0 0%;
  }
}
/*	業績財務情報	*/
.graph-note {
  margin-top: 3rem;
}
.graph-note ul {
  margin-top: 2rem;
}
.graph-note ul li:not(:first-child) {
  text-indent: -1em;
  padding-left: 1em;
}
.ir-ebita {
  width: 100%;
  margin-top: 3rem;
}
.ir-ebita__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 1rem;
}
.ir-ebita__figure img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.ir-ebita__scroll {
	overflow: auto;
}
.ir-ebita__table {
  width: 100%;
  margin: 1rem 0 0;
}
.ir-ebita__table th, .ir-ebita__table td {
  padding: .5em;
  border: 1px solid #1f1f1f;
  font-size: min(3.07vw, 16px);
  line-height: 1.8em;
  width: auto;
  font-weight: normal;
	white-space: nowrap;
}
.ir-ebita__table th {
  text-align: center;
  background: #E8E8E8;
}
.ir-ebita__table th:first-child {
	text-align: left;
	width: 45%;
}
.ir-ebita__table td {
  text-align: right;
}
.ir-ebita__note {
  margin: 1rem 0 0;
}
@media screen and (min-width: 1024px) {
  .graph-note {
    margin-top: 4rem;
  }
  .ir-ebita {
    width: calc((100% - 4rem) / 2);
    margin-top: 4rem;
  }
  .ir-ebita__title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
/*	IRライブラリ	*/
.ir-library__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
}
.ir-library__item {
  width: 100%;
  padding-bottom: 5rem;
  position: relative;
}
.ir-library__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 1rem;
}
.ir-library__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #000;
  padding: 1rem;
  width: 100%;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  background-image: url(../images/icon-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}
@media screen and (min-width: 1024px) {
  .ir-library__wrap {
    flex-wrap: wrap;
    gap: 4rem 4rem;
  }
  .ir-library__item {
    flex-basis: calc((100% - 4rem) / 2);
    margin: 0;
  }
  .ir-library__title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .ir-library__btn:hover {
    color: #fff;
    background-image: url(../images/icon-arrow.svg);
  }
  .ir-library__btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 120%;
    left: 0;
    background-color: #000;
    top: 0;
    z-index: -1;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
  .ir-library__btn:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*	IRカレンダー	*/
.ir-calendar__img {
  margin-bottom: 2rem;
}
.ir-calendar table td {
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .ir-calendar table th br {
    display: none;
  }
  .ir-calendar table td {
    vertical-align: top;
  }
}
/*	FAQ	*/
.ir-faq__list dt {
  margin-top: 3rem;
  margin-bottom: .5rem;
  padding-left: 2em;
  position: relative;
  font-weight: 700;
	line-height: 1.8rem;
}
.ir-faq__list dt:first-child {
  margin-top: 0;
}
.ir-faq__list dt::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  left: 0;
  color: #d20000;
  font-size: 1.5em;
  top: -.05em;
}
.ir-faq__list dd {
  margin: 0;
	line-height: 1.8rem;
}