@charset "utf-8";
/* CSS Document */

/*----------------------------------------
共通
----------------------------------------*/
main.ir article [class$="--inner"]:not(.main--inner) {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
}
main.ir article [class$="--inner"]:not(.main--inner) h3,
.sub-section__title {
  color: #00c500;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 35px;
}
main.ir article section + section {
  margin: 70px auto 70px;
}
main.ir article .sub-section + .sub-section {
  margin-top: 70px;
}

@media screen and (max-width: 1080px) {
  main.ir article [class$="--inner"]:not(.main--inner) {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  main.ir article [class$="--inner"]:not(.main--inner) {
    max-width: 90%;
    padding: 0;
    font-size: 12px;
    font-size: 3.75vw;
  }
  main.ir article [class$="--inner"]:not(.main--inner) h3,
  .sub-section__title {
    font-size: 18px;
    font-size: 5.867vw;
  }
  main.ir article section + section {
    margin: 70px auto 80px;
  }
}

.ir-table__st01 {
  width: 100%;
}
.ir-table__st01 :is(th, td) {
  font-weight: bold;
  padding: 20px 0;
}
.ir-table__st01 th {
  color: #00c500;
  width: 200px;
  font-size: 1.5rem;
  border-bottom: 1px solid #00c500;
}
.ir-table__st01 td {
  width: calc(100% - 200px);
  border-bottom: 1px solid #808080;
  padding-left: 15px;
}
.dl-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .ir-table__st01 :is(th, td) {
    display: block;
    width: 100%;
  }
  .ir-table__st01 th {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}

/* adb_dl_box */
.adb_dl_box {
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-top: 70px;
}
.adb_dl_box img {
  max-width: 158px;
}
.adb_dl_box p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .adb_dl_box {
    flex-flow: column;
    justify-content: center;
    margin-top: 35px;
  }
  .adb_dl_box p {
    font-size: 12px;
    font-size: 3.75vw;
    margin-top: 15px;
    margin-left: 0;
  }
}

#ir-bottom-content .ir-content__box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
#ir-bottom-content .ir-content__box-col .ir-content__box + .ir-content__box {
  margin-top: 30px;
}
#ir-bottom-content .ir-content__box-title {
  font-size: 1.6rem;
  color: #403f41;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-bottom: 2px solid #00c500;
  border-image-slice: 1;
}
#ir-bottom-content .ir-content__box-title a {
  display: block;
  position: relative;
  padding: 5px 15px;
  margin: -5px -15px;
  text-decoration: none;
  color: inherit;
}
#ir-bottom-content .ir-content__box-title a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00c500;
  border-right: 2px solid #00c500;
  border-image-slice: 1;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s;
}
#ir-bottom-content .ir-content__box-title a:hover::after {
  right: 5px;
}
#ir-bottom-content ul {
  padding: 0 15px;
}
#ir-bottom-content ul li {
  display: block;
}
#ir-bottom-content ul li + li {
  margin-top: 5px;
}
#ir-bottom-content ul li a {
  position: relative;
  color: #403f41;
  text-decoration: none;
}
#ir-bottom-content ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00c500;
  border-right: 1px solid #00c500;
  border-image-slice: 1;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s;
}
#ir-bottom-content ul li a:hover::after {
  right: -20px;
}

@media screen and (max-width: 768px) {
  #ir-bottom-content .ir-content__box-wrap {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 680px) {
  #ir-bottom-content {
    margin-bottom: 50px;
  }
}

/*----------------------------------------
IRトップ
----------------------------------------*/
.ir-top article .main::before {
  background-color: #efefef;
}
main.ir article #top-news {
  margin-top: 70px;
}
main.ir article #service {
  padding-top: calc(65px);
  position: relative;
}
main.ir article .service:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 380px;
  top: 0;
  left: 0;
  background-color: #efefef;
  z-index: -1;
}
main.ir article .service .ct-title {
  text-align: center;
  color: #fff;
}
main.ir article .service .ct-title h2 {
  margin-top: 20px;
}
/*main.ir article .service--inner {
  margin: 70px auto 0 auto;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }*/
/*  main.ir article .service--inner .box {
    max-width: 333px;
    width: 33%; }*/
main.ir article .service--inner .box a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
main.ir article .service--inner .box a .image {
  overflow: hidden;
}
.ir article .service--inner .box a .image img {
  display: inline-block;
  transition: all .3s ease-out;
}
main.ir article .service--inner .box a dl {
  margin-top: 25px;
}
main.ir article .service--inner .box a dl dt,
main.ir article .service--inner .box a dl dd {
  color: #00c500;
  line-height: 1.0;
  font-weight: bold;
}
main.ir article .service--inner .box a dl dt {
  font-family: "Roboto", sans-serif;
  font-size: 2.0rem;
}
main.ir article .service--inner .box a dl dd {
  font-size: 1.5rem;
  margin-top: 10px;
}
main.ir article .service--inner .box a p {
  margin-top: 20px;
  color: #403f41;
  font-weight: bold;
  font-size: 1.4rem;
}
main.ir article .service--inner .box a:hover {
  opacity: 1;
}
main.ir article .service--inner .box a:hover .image img {
  transform: scale(1.1);
}
main.ir article .service--inner .box:nth-last-of-type(-n + 3) {
  margin-top: 35px;
}
main.ir article .service--inner .box.large-box {
  width: 100%;
  max-width: 100%;
  margin-bottom: 35px;
  padding: 38px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
main.ir article .service--inner .box.large-box .images {
  width: 100%;
  max-width: 363px;
  margin-right: 5%;
}
main.ir article .service--inner .box.large-box .images .img img {
  width: 100%;
}
main.ir article .service--inner .box.large-box .images dl {
  margin-top: 20px;
}
main.ir article .service--inner .box.large-box .images dl dt,
main.ir article .service--inner .box.large-box .images dl dd {
  font-weight: bold;
  line-height: 1.0;
  color: #00c500;
}
main.ir article .service--inner .box.large-box .images dl dt {
  font-family: "Roboto", sans-serif;
  font-size: 2.0rem;
}
main.ir article .service--inner .box.large-box .images dl dd {
  margin-top: 15px;
  font-size: 1.5rem;
}
main.ir article .service--inner .box.large-box .texts {
  width: 100%;
  max-width: 588px;
}
main.ir article .service--inner .box.large-box .texts p {
  color: #403f41;
  font-weight: bold;
  font-size: 1.4rem;
}
main.ir article .service--inner .box.large-box .texts .view-more .cmn-btn {
  margin: 10px 0 0 auto;
}

#top-news .view-more {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
#top-news .cmn-btn {
  width: 174px;
}
#service .service__box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
#ir-content .ir-content__box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
#ir-content .ir-content__box {
  background: #f6f6f6;
  padding: 15px;
}
#ir-content .ir-content__box-title {
  font-weight: bold;
  color: #00c500;
  font-size: 1.8rem;
  text-align: center;
}
#ir-content .ir-content__box ul,
#ir-content .ir-content__box.single-box p {
  list-style: none;
  margin: 0;
  padding: 15px;
}
#ir-content .ir-content__box:not(._library) ul li + li {
  margin-top: 5px;
}
#ir-content .ir-content__box :is(ul, p) a {
  color: #403f41;
  text-decoration: none;
}
#ir-content .ir-content__box._library ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px 10px;
}

@media screen and (max-width: 767px) {
  #ir-content .ir-content__box-wrap {
    grid-template-columns: 100%;
  }
  #service .service__box-wrap {
    grid-template-columns: 100%;
  }
  #top-news .cmn-btn {
    width: 70%;
    max-width: 100%;
    min-width: 174px;
  }
}
@media screen and (max-width: 480px) {
  #ir-content .ir-content__box._library ul {
    grid-template-columns: 100%;
  }
}

/*----------------------------------------
経営情報
----------------------------------------*/
.message_wrap .img_area {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.message_wrap .img_area img {
  max-width: 250px;
}
.message_wrap .img_area p {
  text-align: center;
}
.text_area > p {
  line-height: 2.0;
  margin-bottom: 1.5em;
}
.message_wrap .text_area p {
  font-size: 1.6rem;
}
.message_wrap .sign_wrap {
  text-align: right;
  margin-top: 30px;
}
.message_wrap .sign_wrap .date {
  margin-bottom: 5px;
}
.message_wrap .sign_wrap .sign span img {
  max-width: 200px;
  margin-left: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .message_wrap .img_area {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .message_wrap .text_area p {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.ir-table__st01._overview .dl-list dt {
  width: 15em;
}
.ir-table__st01._overview .dl-list dd {
  width: calc(100% - 15em);
}

@media screen and (max-width: 767px) {
  .ir-table__st01._overview .dl-list :is(dt, dd) {
    width: 100%;
  }
  .ir-table__st01._overview .dl-list dd + dt {
    padding-top: 15px;
  }
}

.executive__section {
  display: flex;
  margin-bottom: 40px;
}
.executive__section .executive__pn-area {
  width: 25%;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #00c500;
}
.executive__section .executive__pn-area .executive__position {
  color: #00c500;
  font-size: 1.6rem;
}
.executive__section .executive__pn-area .executive__name {
  font-size: 2.0rem;
  font-weight: bold;
}
.executive__section .executive__career {
  width: calc((100% - 25%) - 20px);
  box-sizing: border-box;
}
.executive__section .executive__career-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.executive__section .executive__career dt {
  width: 8em;
  font-weight: 600;
}
.executive__section .executive__career dd {
  width: calc(100% - 8em);
}

@media screen and (max-width: 767px) {
  .executive__section {
    display: block;
  }
  .executive__section .executive__pn-area {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
    margin-right: 0;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 2px solid #00c500;
  }
  .executive__section .executive__pn-area .executive__position {
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .executive__section .executive__pn-area .executive__name {
    font-size: 16px;
    font-size: 5vw;
  }
  .executive__section .executive__career {
    width: 100%;
  }
  .executive__section .executive__career-list :is(dt, dd) {
    width: 100%;
  }
  .executive__section .executive__career-list dd + dt {
    padding-top: 15px;
  }
}

.governance--inner > p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .governance--inner > p {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

/*----------------------------------------
業績・財務情報
----------------------------------------*/
.graph__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
}
.graph__title {
  color: #00c500;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.graph__box .graph__unit {
  margin: 5px 0;
}
.graph__img img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

.graph__tab.hl-tab {
  margin-top: 70px;
}
.ir-table__st02 {
  width: 100%;
}
.ir-table__st02 :is(th, td) {
  font-weight: bold;
  padding: 5px;
  border: 1px solid #808080;
}
.ir-table__st02 th {
  background: #f6f6f6;
}
.ir-table__st02 thead th {
  text-align: center;
}
.ir-table__st02 tbody td:first-of-type {
  text-align: center;
  white-space: nowrap;
}
.ir-table__st02 tbody td:not(:first-of-type) {
  text-align: right;
}

.graph__cap {
  margin-top: 70px;
}
.graph__cap .graph__cap-text {
  margin-bottom: 1.5em;
}
.graph__cap ul {
  padding-left: 1em;
}
.graph__cap li {
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .graph__wrap {
    grid-template-columns: 100%;
  }
  .graph__title {
    font-size: 16px;
    font-size: 5vw;
  }
  .graph__tab.hl-tab {
    overflow-x: scroll;
    margin-top: 35px;
  }
  .ir-table__st02._highlight {
    min-width: 700px;
  }
  .ir-table__st02 :is(th, td) {
    font-size: min(1.4rem, 3.75vw);
  }
  .ir-table__st02 thead th span {
    display: block;
  }
  .ir-table__st02 tbody th {
    width: 15em;
  }
  .graph__cap {
    margin-top: 35px;
  }
}

/*----------------------------------------
IRライブラリ
----------------------------------------*/
.ir-library__box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
}
.ir-library__box {
  position: relative;
  padding: 35px 35px 125px;
  background: #f6f6f6;
}
.ir-library__box-title {
  color: #00c500;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.ir-library__box .view-more {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
}
.ir-library__box .view-more .cmn-btn {
  width: 174px;
}

@media screen and (max-width: 767px) {
  .ir-library__box-wrap {
    grid-template-columns: 100%;
  }
  .ir-library__box-title {
    font-size: 16px;
    font-size: 5vw;
  }
  .ir-library__box {
    padding: 20px 20px 95px;
  }
  .ir-library__box .view-more {
    bottom: 20px;
  }
  .ir-library__box .view-more .cmn-btn {
    width: 50vw;
    max-width: 100%;
    min-width: 174px;
  }
}

/*----------------------------------------
その他
----------------------------------------*/
.quote p a,
.faq-wrap dd a,
.notice .text_area a {
  color: #00c500;
  text-decoration: none;
}

.ir-calendar__img-area {
  margin-bottom: 35px;
}
.ir-calendar__img-pc {
  display: block;
}
.ir-calendar__img-sp {
  display: none;
}
.ir-calendar__skd table + p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .ir-calendar__img-pc {
    display: none;
  }
  .ir-calendar__img-sp {
    display: block;
  }
}

.faq-wrap dl + dl {
  margin-top: 70px;
}
.faq-wrap dl :is(dt, dd) {
  display: flex;
  align-items: baseline;
}
.faq-wrap dl dt {
  position: relative;
  color: #00c500;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
}
.faq-wrap dl :is(dt, dd)::before {
  font-family: "Roboto", sans-serif;
  color: #00c500;
  font-weight: bold;
  font-size: 3.5rem;
  letter-spacing: 0.03em;
  margin-right: 15px;
}
.faq-wrap dl dt::before {
  content: "Q.";
}
.faq-wrap dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.8px;
  width: 135px;
  height: 1px;
  border-bottom: 1px solid #00c500;
}
.faq-wrap dl dd {
  line-height: 2;
}
.faq-wrap dl dd::before {
  content: "A.";
}

@media screen and (max-width: 767px) {
  .faq-wrap dl dt {
    font-size: 4.267vw;
  }
  .faq-wrap dl :is(dt, dd)::before {
    font-size: 8vw;
  }
}

.policy--inner {
  counter-reset: number 0;
}
.policy--inner .sub-section__title:before {
  counter-increment: number 1;
  content: "(" counter(number) ") ";
}
.policy--inner .sub-section p {
  line-height: 2;
}

/*----------------------------------------
お問い合わせ
----------------------------------------*/
.inquiry_head {
  margin-bottom: 70px;
}
.inquiry_head p.required {
  margin-top: 1.5em;
}

.form-item {
  display: flex;
  margin-bottom: 15px;
}
.form-item dt {
  width: 15em;
  padding: 15px;
}
.form-item dd {
  width: calc(100% - 15em);
}
.form-item .form-item__input,
.form-item .form-item__textarea {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #f9f9f9;
  padding: 15px;
  box-sizing: border-box;
}
.required {
  color: #ea112b;
}

.form-btn {
  display: block;
  width: 300px;
  max-width: 80%;
  color: #fff;
  background: #666;
  border: none;
  border-radius: 10px;
  padding: 1rem;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .form-item {
    display: block;
  }
  .form-item dt,
  .form-item dd {
    width: 100%;
  }
  .form-item dt {
    padding-left: 0;
  }
}

/*----------------------------------------
お問い合わせ完了
----------------------------------------*/
.thanks_head {
  margin-bottom: 70px;
  text-align: center;
  font-size: 18px;
}
.thanks_head p.required {
  margin-top: 1.5em;
}
.thanks_head div.title {
  font-size: 40px;
  margin-bottom: 18px;
}
.thanks_head div.message {
}
