@charset "UTF-8";
.topic__path {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .topic__path {
    padding-bottom: 32px;
  }
}

.inpage__link {
  box-sizing: border-box;
  padding: 0 15px 40px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .inpage__link {
    padding: 0 15px;
  }
}
.inpage__link ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .inpage__link ul {
    flex-wrap: wrap;
    border-right: none;
  }
}
.inpage__link ul li {
  width: 100%;
  border-left: 1px solid #d9d9d9;
}
.inpage__link ul li.long {
  width: 120%;
}
@media only screen and (max-width: 767px) {
  .inpage__link ul li {
    border-bottom: 1px solid #d9d9d9;
    width: calc((100% - 15px) / 2);
  }
  .inpage__link ul li.long {
    width: calc((100% - 15px) / 2);
  }
  .inpage__link ul li {
    border-left: none;
  }
}
.inpage__link ul li a {
  width: 100%;
  height: 65px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inpage__link ul li a > span {
  transition: 0.3s all;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  .inpage__link ul li a > span {
    font-size: 1.2rem;
  }
}
.inpage__link ul li a > span > span {
  display: block;
  line-height: 1.4;
  margin-right: 10px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  .inpage__link ul li a > span > span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .inpage__link ul li a > span > span {
    display: inline-block;
  }
}
.inpage__link ul li a > span:before {
  transition: 0.3s all;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EB6100;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .inpage__link ul li a:hover {
    transition: 0.3s all;
  }
  .inpage__link ul li a:hover span {
    color: #EB6100;
  }
  .inpage__link ul li a:hover span:before {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  #navi_topfix.is-fixed {
    position: static; /* 固定を解除 */
  }
}
.is-fixed {
  position: fixed; /* 画面のビューポートに対して固定 */
  z-index: 9;
  top: 56px;
  width: 100%;
  left: 0;
  right: 0; /* 画面の上端から56pxの位置を保持 */
}

.content__box .content__box__inner .inpage__link + section .section__box {
  padding-top: 60px;
}
.content__box .content__box__inner .text__box p + p.mark--ref {
  margin-top: 0.3rem;
}
.content__box .content__box__inner .text__ttl.sustaina {
  font-size: 1.6rem;
  color: #333;
}
.content__box .content__box__inner .text__ttl.sustaina::before {
  background: #EB6100;
}
.content__box .content__box__inner #sec__message .section__box .section__box__inner .detail__box .img__box.president {
  max-width: 300px;
  margin-inline: auto;
}
.content__box .content__box__inner .history__box ul li {
  position: relative;
  padding-bottom: 16px;
}
.content__box .content__box__inner .history__box ul li:before {
  width: 2px;
  height: 100%;
  content: "";
  display: block;
  background: #90A8BC;
  position: absolute;
  left: 6px;
  top: 9px;
}
.content__box .content__box__inner .history__box ul li:last-child {
  padding-bottom: 0;
}
.content__box .content__box__inner .history__box ul li:last-child:before {
  display: none;
}
.content__box .content__box__inner .history__box ul li dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #375C7C;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .history__box ul li dl dt {
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
.content__box .content__box__inner .history__box ul li dl dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #90A8BC;
  border-radius: 100%;
  margin-right: 16px;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .history__box ul li dl dt::before {
    margin-right: 10px;
  }
}
.content__box .content__box__inner .history__box ul li dl dd {
  padding-left: calc(1.6rem + 0.1em + 10px);
}
.content__box .content__box__inner .notice__box {
  margin-bottom: 40px;
}
.content__box .content__box__inner .notice__box ul li {
  border-bottom: 1px solid #DEDEDE;
}
.content__box .content__box__inner .notice__box ul li a {
  padding: 20px;
  padding-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.content__box .content__box__inner .notice__box ul li a .text {
  padding-bottom: 5px;
  position: relative;
}
.content__box .content__box__inner .notice__box ul li a .text:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s all;
  background: #333;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .content__box .content__box__inner .notice__box ul li a:hover .text:before {
    opacity: 1;
  }
}
.content__box .content__box__inner .notice__box ul li a img {
  margin-left: 8px;
  margin-right: 16px;
}
.content__box .content__box__inner .notice__box ul li a .arrow {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content__box .content__box__inner .symbolmark h4.text__ttl {
  font-size: 2.4rem;
  line-height: 1;
}
.content__box .content__box__inner .symbolmark h4.text__ttl span {
  font-size: 1.4rem;
}
.content__box .content__box__inner #keyword {
  margin-top: 40px;
}
.content__box .content__box__inner #keyword .img__box {
  margin: 0 auto;
}
.content__box .content__box__inner #keyword .text__box {
  margin-top: 0;
}
.content__box .content__box__inner #keyword .text__box h4.text__ttl {
  padding: 4px;
  border-bottom: 2px solid #e8e8e8;
}
.content__box .content__box__inner #keyword .text__box p span {
  color: #EB6100;
  font-size: 1.8rem;
  font-weight: 700;
}/*# sourceMappingURL=company.css.map */