@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------ADJUST-start*/
.sp-only,
.sp-only-inline,
.sp-only-flex {
  display: none;
}

.page-anchor {
  position: relative;
  top: -150px;
  /*左の数値を変えると、上下に調整します*/
  display: block;
}

/* -----------------------------------------ADJUST-end*/
/* -----------------------------------------TOP-start*/
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}

.news-list + .news-list {
  margin-top: 1em;
}

.news-list-date {
  width: 140px;
}

.news-list-cat {
  width: 120px;
}

.news-list-cat:after {
  display: block;
  text-align: center;
  width: 100px;
  font-size: .9rem;
  line-height: 1;
  padding: .35em 1em .3em;
}

.news-list-cat.type-a:after {
  content: "適時開示";
  color: #006751;
  border: 1px solid #006751;
}

.news-list-cat.type-b:after {
  content: "決算短信";
  color: #B72955;
  border: 1px solid #B72955;
}

.news-list-cat.type-c:after {
  content: "法定開示";
  color: #005E9F;
  border: 1px solid #005E9F;
}

.news-list-cat.type-d:after {
  content: "IR資料";
  color: #720059;
  border: 1px solid #720059;
}

.news-list-cat.type-e:after {
  content: "お知らせ";
  color: #E66A4A;
  border: 1px solid #E66A4A;
}

.news-list-txt {
  width: calc(100% - 260px);
}

.news-list-txt a {
  color: #444;
}

.news-list-txt a:hover {
  color: #004EFF;
}

.news-list-txt.type-pdf span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/img/icn-pdf.svg);
}

.news-list-txt.type-window:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: .25em;
  background: url(/img/icn-window.svg);
}

.top-index-area {
  margin-top: 5em;
}

.top-index-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 32% 32%;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 2%;
  row-gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-index-box {
  background: #f7f7f7;
  padding: 1.5rem;
}

.top-index-nav-ttl {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 1px solid #CECECE;
  padding: 0 0 1rem;
  margin: 0;
}

.top-index-nav-txt {
  margin: 1rem 0 0;
}

.top-index-nav-ttl a,
.top-index-nav-txt a {
  color: #444;
  text-decoration: none;
}

.top-index-nav-ttl a:hover,
.top-index-nav-txt a:hover {
  color: #004EFF;
}

/* -----------------------------------------TOP-end*/
/* -----------------------------------------CONTENT-start*/
/*common*/
.ir-contents-box + .ir-contents-box {
  margin-top: 5em;
}

.ir-contents-txt {
  text-align: justify;
}

.ir-contents-txt.type-catch {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
}

.ir-contents-txt.type-note {
  font-size: .825rem;
}

.ir-obj-area {
  padding: 5% 0;
  margin: 0;
}

.ir-obj-area.with-border-b {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 2%;
}

.ir-obj {
  padding: 5% 0;
  margin: 0;
}

.ir-obj-area > .ir-obj {
  padding: 0;
}

.ir-obj.type-under {
  padding: 0 0 5%;
  margin: 0;
}

.ir-obj > img {
  width: 100%;
  vertical-align: bottom;
}

.ir-obj-cap {
  text-align: center;
  font-size: .85rem;
  font-weight: bold;
  margin: 1em 0;
}

.ir-obj.type-under + .ir-obj-cap {
  margin: 0;
}

.ir-obj-cap.type-under {
  margin-bottom: 2em;
}

.ir-obj-cap.type-s-line {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ir-obj-cap.type-s-line:before,
.ir-obj-cap.type-s-line:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #CDCDCD;
}

.ir-obj-cap.type-s-line:before {
  margin-right: .5em;
}

.ir-obj-cap.type-s-line:after {
  margin-left: .5em;
}

.ir-obj-cap.type-d-line {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  padding: 1em 0;
}

.layout-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

/*profile*/
.company-profile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #EFEFEF;
  margin: 0;
}

.company-profile-head {
  width: 20%;
  padding: 1em;
  background: #EFEFEF;
}

.company-profile-body {
  width: 80%;
  padding: 1em;
}

.company-histroy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.company-histroy-list + .company-histroy-list {
  margin-top: 4px;
}

.company-histroy-head {
  width: 20%;
  padding: 1em;
  color: #fff;
  background: #19274c;
}

.company-histroy-body {
  width: 80%;
  padding: 1em;
  background: #F7F7F7;
  margin: 0;
}

.company-histroy-body-txt {
  padding: 0;
  margin: 0;
  text-indent: -1em;
  padding-inline: 1em;
}

/*business*/
.type-biz-01 .layout-item:first-child {
  width: 60%;
}

.type-biz-01 .layout-item:last-child {
  width: 32.5%;
}

.type-biz-02 .layout-item:first-child {
  width: 54.4%;
}

.type-biz-02 .layout-item:last-child {
  width: 39.7%;
}

.biz-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.5% 28% 38.5%;
  grid-template-columns: 33.5% 28% 38.5%;
  list-style: none;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 0;
}

.biz-cell {
  border-left: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
}

.biz-cell.type-head {
  text-align: center;
  padding: 1em;
  background: #E1E1E1;
}

.biz-cell-txt {
  padding: 1em;
  margin: 0;
}


.ir-movie-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ir-movie-box {
  width: 48%;
}

.ir-movie-box:nth-child(2n) {
  margin-left: 4%;
}

.ir-movie-box:nth-child(n+3) {
  margin-top: 4%;
}

.ir-movie-ttl {
  font-size: .875rem;
  font-weight: bold;
  padding: .25em 1em;
  margin-bottom: 0;
  background: #E1E1E1;
}

.ir-movie-area {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.ir-movie-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*feature*/
.feature-point-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3%;
  column-gap: 3%;
  row-gap: 6%;
  list-style: none;
  padding: 0 0 3% 0;
}

.type-feat-01 .layout-item:first-child {
  width: 55%;
}

.type-feat-01 .layout-item:last-child {
  width: 35%;
}

/*news*/
.select-outer {
  width: 35%;
}

.year-select-btn {
  margin: 0 0 2rem;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: .5rem;
}

.news-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: solid 1px #CCC;
  border-top: solid 1px #CCC;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-nav-item {
  width: calc(100% / 6);
  padding: .5em 1em;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  text-align: center;
  cursor: pointer;
}

.news-nav-item.is-selected {
  background: #19274c;
  color: #FFF;
}

.type-a.is-selected {
  background: #006751;
}

.type-b.is-selected {
  background: #B72955;
}

.type-c.is-selected {
  background: #005E9F;
}

.type-d.is-selected {
  background: #720059;
}

.type-e.is-selected {
  background: #E66A4A;
}

.news-content-list {
  padding: 2.5em 0;
  margin: 0;
  list-style: none;
}

.news-content-box {
  display: none;
}

.news-content-box.is-show {
  display: block;
}

.news-detail-ttl {
  font-size: 1.625rem;
  line-height: 1.2;
}

/*performance*/
.ir-graph-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 0 5em;
}

.ir-graph-box {
  width: 47%;
}

.ir-graph-box:nth-child(2n) {
  margin-left: 6%;
}

.ir-graph-box:nth-child(n+3) {
  margin-top: 10%;
}

.ir-graph-ttl {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3 !important;
  padding: 0;
  margin: 0;
}

.ir-graph-unit {
  font-size: .825rem;
  margin: .25em 0 0 0;
}

.ir-graph-obj {
  padding-top: 2em;
}

/*results*/
.news-content-area {
  padding-bottom: 2em;
}

.news-content-area + .news-content-area {
  margin-top: 2em;
}

.news-content-ttl {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 2rem;
}

.news-list.type-nocat .news-list-txt {
  width: calc(100% - 140px);
}

/*shareholderreturns*/
.type-ret {
  width: 50%;
  margin: 0 auto;
  padding: 0;
}

/* -----------------------------------------CONTENT-end*/
@media screen and (max-width: 991px) {
  /* -----------------------------------------ADJUSTstart*/
  /* -----------------------------------------ADJUST-end*/
  /* -----------------------------------------TOP-start*/
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-list-cat {
    width: calc(100% - 140px);
  }
  .news-list-txt {
    width: 100%;
    margin-top: .5em;
  }
  .top-index-list {
    -ms-grid-columns: 48% 48%;
    grid-template-columns: 48% 48%;
    -webkit-column-gap: 4%;
    column-gap: 4%;
    row-gap: 2rem;
  }
  /* -----------------------------------------TOP-end*/
  /* -----------------------------------------CONTENT-start*/
  /*common*/
  /*news*/
  .select-outer {
    width: 50%;
  }
  .news-nav-item {
    width: calc(100% / 3);
  }
  /*performance*/
  /*results*/
  /* -----------------------------------------CONTENT-end*/
}

@media screen and (max-width: 768px) {
  /* -----------------------------------------ADJUST-start*/
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-inline {
    display: inline;
  }
  .sp-only-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-anchor {
    top: -150px;
    /*左の数値を変えると、上下に調整します*/
  }
  /* -----------------------------------------ADJUST-end*/
  /* -----------------------------------------TOP-start*/
  .news-list-date {
    width: 120px;
  }
  .news-list-cat {
    width: calc(100% - 120px);
  }
  .news-list-cat:after {
    padding: .35em 1em .25em;
  }
  .news-list-txt.type-pdf span:before,
  .news-list-txt.type-window:after {
    width: 14px;
    height: 14px;
  }
  .top-index-area {
    margin-top: 5em;
  }
  .top-index-list {
    display: block;
  }
  .top-index-box + .top-index-box {
    margin-top: 5%;
  }
  /* -----------------------------------------TOP-end*/
  /* -----------------------------------------CONTENT-start*/
  /*common*/
  .ir-contents-txt.type-catch {
    font-size: 1.2rem;
  }
  .layout-list {
    display: block;
  }
  /*profile*/
  .company-profile-list,
  .company-histroy-list {
    display: block;
  }
  .company-profile-head,
  .company-profile-body,
  .company-histroy-head,
  .company-histroy-body {
    width: 100%;
  }
  .company-histroy-body-txt {
    padding: 0;
    margin: 0;
    text-indent: -1em;
    padding-inline: 1em;
  }
  /*business*/
  .type-biz-01 .layout-item:first-child {
    width: 100%;
  }
  .type-biz-01 .layout-item:last-child {
    width: 50%;
    margin: 5% auto;
  }
  .type-biz-02 .layout-item:first-child,
  .type-biz-02 .layout-item:last-child {
    width: 80%;
    margin: 5% auto;
  }
  .biz-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.5% 28% 38.5%;
    grid-template-columns: 33.5% 28% 38.5%;
    list-style: none;
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 0;
  }
  .biz-cell {
    border-left: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
  }
  .biz-cell.type-head {
    text-align: center;
    padding: 1em;
    background: #E1E1E1;
  }
  .biz-cell-txt {
    padding: 1em;
    margin: 0;
  }
  .ir-movie-box {
    width: 100%;
  }
  .ir-movie-box:nth-child(2n) {
    margin-left: 0;
  }
  .ir-movie-box:nth-child(n+2) {
    margin-top: 6%;
  }
  /*feature*/
  .feature-point-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 4%;
    padding: 0 0 10% 0;
  }
  .feature-point-item {
    background: #EEE;
  }
  .type-feat-01 .layout-item:first-child {
    width: 100%;
  }
  .type-feat-01 .layout-item:last-child {
    width: 60%;
    margin: 5% auto 0;
  }
  /*performance*/
  .ir-graph-box {
    width: 100%;
  }
  .ir-graph-box:nth-child(2n),
  .ir-graph-box:nth-child(n+3) {
    margin-left: 0;
    margin-top: 15%;
  }
  /*shareholderreturns*/
  /* -----------------------------------------CONTENT-end*/
}

  /*2025追記*/

  /*事業紹介ページ*/
.our-business .ir_business .biz-table a {
	display: block;
}
.our-business .ir_business .biz-table a img {
	width: 100%;
}
.our-business .ir_business .biz-table p {
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.our-business .ir_business .biz-table a img {
}

.our-business p.biz-cell-logo {
margin: 0 auto;
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: center;
}
.our-business .biz-cell img {
  max-width: 160px;
    max-height: 80px;
    width: 100%;
}
@media screen and (max-width: 767px){
	.our-business p.biz-cell-logo {
    display: block;
}	
}

  /*強みと特徴*/

.ir-feature .ir-book_container a {
	max-width: 160px;
}
.ir-feature .ir-book_container a img {
	width: 100%;
}
.ir-feature .ir-book_container a {
	margin-right: 2rem;
	padding: 0;
	transition: 0.5s;
}
.ir-feature .ir-book_container a:hover {
	opacity: 0.8;
}
.ir-feature .ir-book_container a:first-child {
	margin-left: 0!important;
}
.ir-feature .ir-book_container a:last-child {
	margin-right: 0!important;
}

@media (min-width: 576px) {
    .ir-feature .ir-book_container {
        max-width: unset;
    }
}
@media (max-width: 786px) {
    .ir-feature .ir-book_container .book-3{
       display: none;
    }
} 

/*プロフィール*/
.catch_blue {
	color: #191D6A!important;
}