
.page #ir .page__title {
   background-image: url('../img/ir/img_ir_titleback_pc.jpg');
}
@media only screen and (max-width: 1030px) {
   .page #ir .page__title {
      background-image: url('../img/ir/img_ir_titleback_sp.jpg');
   }
}

#cate__menu {
   max-width: 1200px;
   margin: 80px auto 0 auto;
}

.ir__items {
   margin-top: 50px;
   display: flex;
   flex-wrap: wrap;
   gap: 60px;
}
.ir__items dl {
   width: calc((100% - 120px) / 3);
   display: flex;
   flex-flow: column;
   justify-content: flex-start;  
}
.ir__item:hover {
   opacity: 1;
}
.ir__item img {
   transition: 0.3s;
}
.ir__item:hover img {
   opacity: 0.8;
}

.ir__title {
   font-size: 18px;
   color: #333;
   line-height: 1.35;
   padding: 1em 2em 1em 0.3em;
   border-bottom: 1px solid #acacac;
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
   flex: 1;
}
.ir__title::after {
   content: '';
   background-image: url('../img/common/icon_arrow_right_green.svg');
   background-size: contain;
   background-repeat: no-repeat;
   display: inline-block;
   width: 26px;
   height: 26px;
   position: absolute;
   right: 0;
}
.ir__item:hover .ir__title::after {
   background-image: url('../img/common/icon_arrow_right_white_green.svg');
}
.ir__items dt a {
   display: flex;
   flex-flow: column;
}
.ir__items dt p {
   flex: 1;
}
.ir__items dd {
   margin-top: 0.8em;
}
.ir__items dd li {
   padding-left: 1em;
   text-indent: -0.75em;
   line-height: 1.3;
}
.ir__items dd li:not(:first-child) {
   margin-top: 0.6em;
}
.ir__items dd a {
   text-decoration: underline;
}
.ir__items dd a span {
   font-size: 0.75em;
}

.ir__items dd li::before {
	content: '▶';
	font-size: 0.5em;
	margin-right: 0.5em;
	color: #009e40;
	position: relative;
	top: -2px;
}

@media only screen and (max-width: 900px) {
   #cate__menu {
      width: 100%;
      margin: 60px auto 0 auto;
   }
   #ir .inner {
      width: 100%;
   }
   .ir__items {
      gap: 15px;
   }
   .ir__items dl {
      width: calc((100% - 15px) / 2);
      display: flex;
      flex-flow: column;
      justify-content: flex-start;
   }
   .ir__title {
      font-size: 14px;
      flex: 1;
      padding: 0.7em 1.5em 0.7em 0.5em;
   }
   .ir__title::after {
      width: 16px;
      height: 16px;
   }
}



.middle-category-menu {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-auto-rows: 1fr;
   gap: 20px;
   margin-top: 40px;
}
.middle-category-menu li {
   display: flex;
}
.middle-category-menu li a {
	display: flex;
   flex-flow: column;
   justify-content: center;
	width: 100%;
	background-color: #009e40;
	border: 1px solid #009e40;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 0.7em 2.5em 0.7em 1em;
	position: relative;
	transition: 0.3s;
   line-height: 1.35;
}
.middle-category-menu li a .note {
      font-size: 0.75em;
   }
.middle-category-menu li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	background-image: url('../img/common/icon_arrow_right_green.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	height: 26px;
	width: 26px;
}
.middle-category-menu li a:hover {
   background-color: #fff;
   color: #009e40;
   opacity: 1;
}
.middle-category-menu li a:hover::after {
   background-image: url('../img/common/icon_arrow_right_white_green.svg');
}
@media only screen and (max-width: 1100px) {
   .middle-category-list {
      margin-top: 60px;
   }
   .middle-category-menu {
      margin-top: 25px;
      gap: 15px;
      grid-template-columns: repeat(2, 1fr);
   }

   .middle-category-menu li a {
      font-size: 14px;
      line-height: 1.35;
      padding: 0.7em 2.5em 0.7em 1em;
      display: flex;
   }
   
   .middle-category-menu li a::after {
      width: 16px;
      height: 16px;
   }
}


.irWrap {
   background-color: #f9f9f9;
   margin: 0 calc(50% - 50vw);
   padding-top: 100px;
   padding-bottom: 100px;
}
.ir__inner {
   max-width: 1200px;
   margin: 0 auto;
   padding: 60px 100px;
   background-color: #fff;
}
@media only screen and (max-width: 900px) {
   .irWrap {
      padding-top: 60px;
      padding-bottom: 60px;
   }
   
   .ir__inner {
      padding: 40px 3.5dvw;
   }
}


/* メッセージ */
.flex--greeting {
   margin-top: 30px;
   gap: 60px;
   align-items: flex-start;
}
.flex--greeting figure {
   width: 488px;
}
.flex--greeting figcaption {
   font-size: 12px;
   line-height: 1.35;
   margin-top: 1em;
}
.greeting__commentArea {
   width: calc(100% - 488px - 60px);
   box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
   padding: 70px 50px;
}
.greeting__commentArea p {
   margin-top: 1em;
}

@media only screen and (max-width: 900px) {
   .flex--greeting {
      flex-wrap: wrap;
   }
   .flex--greeting figure {
      width: 100%;
   }
   .flex--greeting figcaption {
      font-size: 10px;
   }
   .greeting__commentArea {
      width: 100%;
      padding: 2em 1em;
   }

}

/* ディスクロージャー */
.disclosure h4:not(:first-child) {
   margin-top: 2em;
}


/* 対話の状況 */


.dialogue h3 + div {
   margin-top: 50px;
}
.dialogue  h4:not(:first-child) {
   margin-top: 2em;
}

.dialogue__table {
   width: 100%;
   border-collapse: collapse;
   table-layout: fixed;
   margin-top: 0.5em;
}

.dialogue__table th {
   background-color: #009e40;
   color: #fff;
   font-weight: 500;
   text-align: center;
   line-height: 1.35;
   padding: 1em;
}
.dialogue__table th:nth-child(1) {
   width: 180px;
}
.dialogue__table th:nth-child(2) {
   width: 150px;
}
.dialogue__table th:nth-child(n+2) {
   border-left: 1px solid #fff;
}
.dialogue__table td {
   line-height: 1.35;
   padding: 1em;
   border: 1px solid #acacac;
   vertical-align: middle;
}
.dialogue__table td:nth-child(1) {
   background-color: #f0f1f0;
}
.dialogue__table td:nth-child(1), .dialogue__table td:nth-child(2) {
   text-align: center;
}

@media only screen and (max-width: 900px) {

   .dialogue__table th:nth-child(1), .dialogue__table th:nth-child(2) {
      width: auto;
   }

}

.dialogue__theme dl {
   width: 100%;
   display: flex;
}
.dialogue__theme dl:first-child {
   margin-top: 0.5em;
}
.dialogue__theme dt {
   width: 285px;
   background-color: #009e40;
   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   font-weight: 500;
   text-align: center;
   padding: 1em;
}
.dialogue__theme dl:nth-child(n+2) dt {
   border-top: 1px solid #fff;
}
.dialogue__theme dd {
   width: calc(100% - 285px);
   line-height: 1.35;
   padding: 1em;
   border-bottom: 1px solid #acacac;
}
.dialogue__theme dl:first-child dd {
   border-top: 1px solid #acacac;
}

@media only screen and (max-width: 900px) {
   .dialogue__theme dl {
      flex-wrap: wrap;
   }
   .dialogue__theme dl:nth-child(n+2) {
      margin-top: 1em;
   }
   .dialogue__theme dt, .dialogue__theme dd {
      width: 100%;
   }
   .dialogue__theme dl dt, .dialogue__theme dl dd {
      border: none;
   }
   .dialogue__theme dt {
      padding: 0.5em;
   }
   .dialogue__theme dd {
      padding: 0.5em 0;
   }
}

.dialogue ul li {
   padding-left: 1.25em;
   text-indent: -1em;
}
.dialogue ul li::before {
   content: '●';
   font-size: 10px;
   margin-right: 0.5em;
   color: #abcd05;
   position: relative;
   top: -1px;
}

.dialogue__theme ul li {
   line-height: 1.35;
}

.dialogue .ir__inner img {
   max-width: 100%;
   width: 400px;
   display: block;
   margin: 0 auto;
}

/* 財務・非財務サマリー */
.summary__tableWrap {
   margin-top: 20px;
   overflow-x: auto; 
   overflow-y: hidden !important;
   position: relative;
}
.summary__table {
   width: 1387px;
   border-collapse: collapse;
}
.summary__table th {
   background-color: #009e40;
   padding: 1em 0.5em;
   line-height: 1.35;
   color: #fff;
   font-weight: 700;
}
.summary__table th:first-child {
   width: 387px;
}
.summary__table th:not(:first-child) {
   border-left: 1px solid #fff;
}
.summary__table td {
   border-top: 1px solid #acacac;
   padding: 0.5em 1em;
   line-height: 1.35;
}
.summary__table td:first-child {
   background-color: #f0f1f0;
}
.summary__table td:nth-child(n+2) {
   text-align: right;
   border-left: 1px solid #acacac;
}
.summary__table th.summary__table__title {
   background-color: #e8f3f1;
   border-top: 1px solid #acacac;
   font-weight: 500;
   text-align: left;
   color: #222;
}
.summary__table tr:last-child td {
   border-bottom: 1px solid #acacac;
}

@media only screen and (max-width: 900px) {
   .summary__table {
      width: 1100px;
   }
   .summary__table th:first-child {
      width: auto;
   }
}

/* チャート一覧 */
.chartList {
   max-width: 1200px;
   margin: 100px auto 0 auto;
   display: flex;
   flex-wrap: wrap;
   gap: 60px 50px;
   align-items: flex-end;
}
.chartWrap {
   position: relative;
   width: calc((100% - 50px) / 2);
}
.chartWrap h3 {
   position: relative;
   font-size: 28px;
   font-weight: 500;
   line-height: 1.5;
   display: inline-block;
   padding-top: 15px;
}
.chartWrap h3::before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 2em;
   height: 2px;
   background: linear-gradient(90deg,rgba(0, 158, 65, 1) 0%, rgba(171, 205, 5, 1) 100%);
}
.chartWrap .unitWrap {
   margin-bottom: -20px;
   margin-top: 20px;
   display: flex;
   justify-content: space-between;
   color: #222;
}
.chartWrap::after {
   content: '（年度）';
   position: absolute;
   right: 1em;
   bottom: 25px;
}
.en-US .chartWrap::after {
   content: '(fiscal year)';
}
.chartWrap.combined::after {
   /*right: 3em;*/
}
@media only screen and (max-width: 900px) {
   .chartWrap {
      width: 100%;
   }
   .chartWrap h3 {
      font-size: 20px;
      padding-top: 10px;
   }
   .chartWrap::after {
      right: 0;
      bottom: 30px;
   }
   .chartWrap.combined::after {
      right: 2em;
   }
}

/* 中期経営計画資料 */
.backnumber__summary:nth-child(n+2) {
   margin-top: 50px;
}
.backnumber__summary__year {
	font-weight: 700;
	color: #fff;
	line-height: 1;
	background-color: #009e40;
	padding: 1em;
}

.backnumber__summary__item {
	line-height: 1.35;
   border-bottom: 1px solid #acacac;
   padding: 1em;
}

.backnumber__summary__item a {
	text-decoration: underline;
}
.backnumber__summary a.icon--pdf span::after {
   content: '';
   background-image: url('../img/common/icon_pdf.svg');
   background-repeat: no-repeat;
   background-size: contain;
   display: inline-block;
   width: 19px;
   height: 16px;
   margin-left: 5px;
   vertical-align: middle;
}


/* 有価証券報告書 */
.backnumber__summary__item_data {
   display: flex;
}
.backnumber__summary__item:has(.backnumber__summary__item_data) {
   padding: 0;
}
.backnumber__summary_date {
   background-color: #f0f1f0;
   padding: 1em;
   width: 183px;
   display: flex;
   align-items: center;
}
.backnumber__summary__item_data dd {
   flex: 1;
   line-height: 1.35;
   display: flex;
   align-items: center;
}
.backnumber__summary__item_data a {
   padding: 1em;
   display: block;
}
@media only screen and (max-width: 900px) {
   .backnumber__summary_date {
      width: auto;
   }
}

/* IRカレンダー */
.ir_calendar__item {
   border-bottom: 1px solid #acacac;
}
.ir_calendar__item:first-child {
   border-top: 1px solid #acacac;
}
.ir_calendar_data {
   display: flex;
}
.ir_calendar_date {
   background-color: #f0f1f0;
   border-right: 1px solid #acacac;
   border-left: 1px solid #acacac;
   padding: 1em;
   width: 285px;
   display: flex;
   align-items: center;
   line-height: 1.35;
}
.ir_calendar_data dd {
   padding: 1em;
   line-height: 1.35;
   flex: 1;
   display: flex;
   align-items: center;
   border-right: 1px solid #acacac;
}
@media only screen and (max-width: 900px) {
   .ir_calendar_date {
      width: auto;
   }
}

/* 株式基本情報 */

.basic_information_data {
   display: flex;
}
.basic_information_title {
   background-color: #009e40;
   border-bottom: 1px solid #fff;
   color: #fff;
   font-weight: 700;
   padding: 1em;
   width: 183px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.basic_information_data dd {
   padding: 1em;
   flex: 1;
   line-height: 1.35;
   display: flex;
   align-items: center;
   border-bottom: 1px solid #acacac;
   border-right: 1px solid #acacac;
}
.basic_information__item:first-child dd {
   border-top: 1px solid #acacac;
}
@media only screen and (max-width: 900px) {
   .basic_information_title {
      width: 10em;
   }
}

/* 株式手続のご案内・株主様窓口 */
.ir_info__wrap {
   margin-top: 2em;
}
.ir_info__wrap dl {
   width: 100%;
   display: flex;
}
.ir_info__wrap dl:first-child {
   margin-top: 0.5em;
}
.ir_info__wrap dt {
   width: 285px;
   background-color: #009e40;
   color: #fff;
   font-weight: 700;
   display: flex;
   justify-content: center;
   align-items: center;
   line-height: 1.35;
   text-align: center;
   padding: 1em;
}
.ir_info__wrap dl:nth-child(n+2) dt {
   border-top: 1px solid #fff;
}
.ir_info__wrap dd {
   width: calc(100% - 285px);
   line-height: 1.35;
   padding: 1em;
   border-bottom: 1px solid #acacac;
   border-right: 1px solid #acacac;
}
.ir_info__wrap dl:first-child dd {
   border-top: 1px solid #acacac;
}
.ir_info__wrap dd a {
   text-decoration: underline;
   color: #009e40;
}

@media only screen and (max-width: 900px) {
   .ir_info__wrap dl {
      flex-wrap: wrap;
   }
   .ir_info__wrap dl:nth-child(n+2) {
      margin-top: 1em;
   }
   .ir_info__wrap dt, .ir_info__wrap dd {
      width: 100%;
   }
   .ir_info__wrap dl dt, .ir_info__wrap dl dd {
      border: none;
   }
   .ir_info__wrap dt {
      padding: 0.5em;
   }
   .ir_info__wrap dd {
      padding: 0.5em 0;
   }
}
.ir_info__reception {
   margin-top: 2em;
   border: 1px solid #acacac;
   padding: 40px;
   display: inline-block;
   max-width: 100%;
}
.ir_info__reception__neme {
   font-size: 18px;
   font-weight: 500;
   line-height: 1.6;
}
.ir_info__reception dl {
   display: flex;
   align-items: flex-start;
   border-top: 1px solid #acacac;
}
.ir_info__reception dl:first-child {
   margin-top: 40px;
}

.ir_info__reception dt, .ir_info__reception dd {
   font-size: 18px;
   padding: 1em 0;
   line-height: 1.35;
}
.ir_info__reception dt {
   font-weight: 500;
   width: 6em;
}
.ir_info__reception dd {
   flex: 1;
}
.ir_info__reception dl:last-child dt, .ir_info__reception dl:last-child dd {
   padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
   .ir_info__reception {
      padding: 2em 1em;
   }
   .ir_info__reception__neme {
      font-size: 16px;
   }
   .ir_info__reception dl:first-child {
      margin-top: 2em;
   }
   .ir_info__reception dt, .ir_info__reception dd {
      font-size: 16px;
   }
}

/* 株主構成 */
.composition .title01 {
   margin-top: 2em;
}
.composition .ir_info__wrap {

}
.composition .ir_info__wrap dd {
   width: 305px;
}
.composition__img01 {
   width: 524px;
}

.composition__table {
   border-collapse: collapse;
   table-layout: fixed;
   width: 100%;
   margin-top: 1em;
}
.composition__table th {
   background-color: #009e40;
   color: #fff;
   padding: 1.3em 0.5em;
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   border: 1px solid #fff;
   line-height: 1.35;
}

.composition__table td {
   padding: 0.5em;
   display: table-cell;
   vertical-align: middle;
   border: 1px solid #acacac;
   line-height: 1.35;
}
.composition__table td a {
   color: #009e40;
}

.composition__table th:nth-child(1) {
   width: 610px;
}
.composition__table--02 th:nth-child(5) {
   width: 180px;
}

.composition__table td:first-child {
   background-color: #f1f1f1;
   }
.composition__table td:nth-child(n+2) {
   text-align: center;
}
@media only screen and (max-width: 900px) {
   .composition__table th:nth-child(1) {
      width: auto;
   }
}

/* 株主還元 */
.return__img01 {
   width: 300px;
   margin-top : 20px
}

/* IRニュース */
.news__cate {
   display: none;
}