@charset "utf-8";

/* 下層共通 */
.ir__section + .ir__section {
  margin: 120px 0 0 0;
}

.ir__section.stickyBlock {
  margin-bottom: 0;
}

.ir__section + .categoryList__section {
  margin-top: 80px;
}

.ir__section2 {
  margin: 80px 0 0 0;
}

.ir__ttlSecond {
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 40px 0;
}

.ir__ttlThird {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 30px 0;
}

.ir__ttlThird > span {
  display: block;
  font-size: 13px;
  margin: 5px 0 0 0;
}

.ir__section_innerTtl {
  font-size: 35px;
  line-height: 1.4;
}

a.ir__txtLink {
  display: inline-block;
  text-decoration: underline;
}

a.ir__txtLink:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ir__section + .ir__section {
    margin: 60px 0 0 0;
  }

  .ir__section + .categoryList__section {
    margin-top: 50px;
  }

  .ir__section2 {
    margin: 40px 0 0 0;
  }

  .ir__ttlSecond {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 20px 0;
  }

  .ir__ttlThird {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 15px 0;
  }

  .ir__ttlThird > span {
    display: block;
    font-size: 13px;
    margin: 5px 0 0 0;
  }

  .ir__section_innerTtl {
    font-size: 22px;
  }
}

/* スタイルモジュール */
.hp__taNml {
  text-align: initial !important;
}

.hp__taL {
  text-align: left !important;
}

.hp__taC {
  text-align: center !important;
}

.hp__taR {
  text-align: right !important;
}

.hp__pcNone {
  display: none !important;
}

.hp__spNone {
  display: block !important;
}

.hp__disIb {
  display: inline-block !important;
}

.hp__disB {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .hp__pcNone {
    display: block !important;
  }

  .hp__spNone {
    display: none !important;
  }
}

/* /ir/index.html */
.irTop__areaTtl {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 46px;
}

.irTop__news {
  margin-bottom: 0;
}

.irTop__news .articleBlock__section {
  display: inherit;
}

.articleBlock__section .articleBlock__info.irTop__news_info {
  width: 100%;
  padding: 45px 0 60px;
}

.irTop__areaTtl--news,
.irTop__news_btn {
  position: absolute;
  left: 0;
}

.irTop__areaTtl--news {
  top: -38px;
}

.irTop__news_btn {
  bottom: -35px;
}

.irTop__library {
  padding: 156px 0 110px;
}

.irTop__areaTtl--library {
  margin-bottom: 36px;
}

.irTop__library_cateList {
  display: flex;
  justify-content: space-between;
  gap: 30px 44px;
  flex-wrap: wrap;
}

.irTop__library_cateItem {
  width: calc(50% - 22px);
}

.irTop__library_cateLink {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px;
}

.irTop__library_cateTtl {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.irTop__library_cateTtl > span {
  display: block;
  font-size: 13px;
}

.irTop__library_catePic::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.irTop__library_catePic > img {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.irTop__library_cateLink:hover .irTop__library_catePic > img {
  transform: scale(1.05);
}

.irTop__library_cateLink:hover .irTop__library_catePic::before {
  background: rgba(0, 0, 0, 0.4);
}

.irTop__linkArea {
  background: #737373;
  padding: 85px 0 115px;
}

.irTop__linkArea_cate {
  display: flex;
  justify-content: space-between;
}

.irTop__linkArea_item {
  width: calc(50% - 22px);
}

.irTop__areaTtl--linkArea {
  color: #93ff00;
}

.irTop__linkArea_itemMin + li {
  margin-top: 20px;
}

.irTop__linkArea_itemMin > a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  padding-bottom: 20px;
  padding-right: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  transition: 0.3s all;
}

.irTop__linkArea_btnArrow {
  width: 22px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 16px;
}

.irTop__linkArea_btnArrow--blank {
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 10px;
  width: 16px;
  height: 16px;
}

.irTop__linkArea_btnArrow > span {
  height: 2px;
}

.irTop__linkArea_itemMin > a:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.irTop__linkArea_itemMin > a:hover .irTop__linkArea_btnArrow {
  transform: translateX(4px);
}

.irTop__linkArea_itemMin > a:hover .irTop__linkArea_btnArrow--blank {
  transform: translateX(4px) translateY(-4px);
}

.irTop__linkArea_itemMin
  > a:hover
  .irTop__linkArea_btnArrow
  > span:first-child::before,
.irTop__linkArea_itemMin
  > a:hover
  .irTop__linkArea_btnArrow
  > span:last-child::before {
  opacity: 0;
}

.irTop__linkArea_itemMin
  > a:hover
  .irTop__linkArea_btnArrow
  > span:first-child::after,
.irTop__linkArea_itemMin
  > a:hover
  .irTop__linkArea_btnArrow
  > span:last-child::after {
  opacity: 1;
  width: 100%;
  background-color: #fff;
}

.irTop__linkArea_itemMin > a:hover .irTop__linkArea_btnArrow--blank::before {
  background-image: url(/img/contents/ir/common/arrowBlank--white.svg);
}

.irTop__linkArea2 {
  padding: 114px 0 100px;
}

.irTop__linkArea2_list {
  display: flex;
  justify-content: space-between;
}

.irTop__linkArea2_item {
  width: calc(100% / 4 - 100px / 4);
}

.irTop__linkArea2_inner {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.irTop__linkArea2_btn {
  position: absolute !important;
  left: 25px;
  bottom: 25px;
  z-index: 1;
}

.irTop__linkArea2_btn > a {
  padding: 12px 50px 12px 25px;
  min-width: 220px;
  font-size: 15px;
  font-weight: 500;
}

.irTop__linkArea2_btn > a > .arrow {
  right: 25px;
}

.irTop__linkArea2_pic::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 23, 8, 0.2);
}

.irTop__linkArea2_item:nth-child(1) .irTop__linkArea2_pic::before {
  background: rgba(63, 99, 18, 0.2);
}

.irTop__linkArea3_list {
  display: flex;
  justify-content: space-between;
}

.irTop__linkArea3_item {
  width: calc(100% / 3 - 100px / 3);
}

.irTop__linkArea3_item > a {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.3s all;
}

.irTop__linkArea2_arrow {
  width: 22px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  top: 16px;
}

.irTop__linkArea2_arrow > span {
  height: 2px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.irTop__linkArea2_arrow > span::before,
.irTop__linkArea2_arrow > span::after {
  background-color: #000;
}

.irTop__linkArea3_item > a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.4);
}

.irTop__linkArea3_item > a:hover .irTop__linkArea2_arrow {
  transform: translateX(4px);
}

.irTop__linkArea3_item
  > a:hover
  .irTop__linkArea2_arrow
  > span:first-child::before,
.irTop__linkArea3_item
  > a:hover
  .irTop__linkArea2_arrow
  > span:last-child::before {
  opacity: 0;
}

.irTop__linkArea3_item
  > a:hover
  .irTop__linkArea2_arrow
  > span:first-child::after,
.irTop__linkArea3_item
  > a:hover
  .irTop__linkArea2_arrow
  > span:last-child::after {
  opacity: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pagesKv--ir {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .contentsSvg .contentsSvg__grid .contentsSvg__bg--ir {
    left: 210px;
  }

  .irTop .contentsSvg .contentsSvg__grid .contentsSvg__bg .st0:first-child {
    transform: translateY(176px);
  }

  .pagesKv--ir {
    padding-bottom: 60px;
  }

  .irTop__areaTtl {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.5;
  }

  .irTop__news_bg {
    display: none;
  }

  .articleBlock__section .articleBlock__info.irTop__news_info {
    padding: 0;
  }

  .irTop__areaTtl--news,
  .irTop__news_btn {
    position: static;
  }

  .irTop__library {
    padding: 50px 0 50px;
  }

  .irTop__library_cateList {
    flex-direction: column;
    gap: 15px;
  }

  .irTop__library_cateItem {
    width: 100%;
  }

  .irTop__library_cateTtl {
    font-size: 17px;
    left: 20px;
  }

  .irTop__library_cateTtl > span {
    font-size: 11px;
  }

  .irTop__linkArea {
    padding: 40px 0;
  }

  .irTop__linkArea_cate {
    flex-direction: column;
    gap: 30px;
  }

  .irTop__linkArea_item {
    width: 100%;
  }

  .irTop__areaTtl--linkArea {
    margin-bottom: 20px;
  }

  .irTop__linkArea_itemMin > a {
    padding-bottom: 15px;
    font-size: 14px;
  }

  .irTop__linkArea_itemMin + li {
    margin-top: 15px;
  }

  .irTop__linkArea2 {
    padding: 50px 0;
  }

  .irTop__linkArea2_list {
    flex-direction: column;
    gap: 15px;
  }

  .irTop__linkArea2_item {
    width: 100%;
  }

  .irTop__linkArea2_inner {
    border-radius: 15px;
  }

  .irTop__linkArea2_pic {
    width: 100%;
    height: 140px;
  }

  .irTop__linkArea2_pic > img {
    width: 100%;
    height: 140px;
    object-fit: cover;
  }

  .irTop__linkArea2_btn {
    width: calc(100% - 50px);
  }

  .irTop__linkArea2_btn > a {
    width: 100%;
    padding: 8px 50px 8px 20px;
    font-size: 14px;
  }

  .irTop__linkArea3_list {
    flex-direction: column;
    gap: 15px;
  }

  .irTop__linkArea3_item {
    width: 100%;
  }

  .irTop__linkArea3_item > a {
    padding-bottom: 15px;
    font-size: 14px;
  }
}

/* /ir/management/message/ */
.pagesKv--message {
  padding-bottom: 50px;
}

.pagesKv--message .pagesKv__section {
  display: block;
  flex-direction: row;
  justify-content: start;
}

.pagesKv--message.pagesKv .pagesKv__contents .pagesKv__bg > span {
  /*background-position-y: bottom; 
	background-image:url(/img/contents/ir/management/message/kv.png); */
  transform: translate(0px, 0px);
  opacity: 1;
  background: linear-gradient(to right, #c4cfcf 0%, #c9d4d4 50%, #b6c1c4 100%);
}

.pagesKv--message.pagesKv .pagesKv__contents .pagesKv__bg > span > img {
  position: absolute;
  width: 420px;
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ir__section--message p:nth-child(n + 2) {
  margin: 1.5em 0 0 0;
}

.ir__section--message p:last-child {
  text-align: right;
}

@media screen and (min-width: 2001px) {
  .pagesKv--message.pagesKv .pagesKv__contents .pagesKv__bg > span {
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .pagesKv--message.pagesKv .pagesKv__contents .pagesKv__bg > span > img {
    max-width: 65%;
    left: 55%;
  }
}

@media screen and (max-width: 767px) {
  .pagesKv--message .pagesKv__contents .pagesKv__bg {
    height: 55vw;
  }

  .pagesKv--message.pagesKv .pagesKv__contents .pagesKv__bg > span > img {
    width: 51vw;
    left: 55%;
  }
}

/* /ir/management/disclosure/ */
.ir__ttlSecond--disclosure {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 0.5em 0;
}

.ir__ttlSecond--disclosure + p {
  padding: 0 0 0 2.3em;
  font-weight: 400;
  margin: 0 0 3em 0;
}

.ir__ttlSecond--disclosure + p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .ir__ttlSecond--disclosure {
    font-size: 14px;
  }
}

/* /ir/calendar/ */
.irCalendar_pic {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.irCalendar_pic > figure {
  width: calc(50% - 1px);
}

@media screen and (max-width: 767px) {
  .irCalendar_pic {
    flex-direction: column;
    gap: 30px;
  }

  .irCalendar_pic > figure {
    width: 100%;
  }
}

/* /ir/faq/ */
.irFaq__item {
  display: flex;
  font-size: 16px;
}

.irFaq__item:not(:first-child) {
  padding: 30px 0 0 0;
}

.irFaq__q {
  padding: 0 30px 30px 0;
  border-bottom: 1px solid #aaa;
}

.irFaq__a {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 400;
}

.irFaq__a > .btn {
  margin: 5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .irFaq__q {
    width: 30%;
  }

  .irFaq__a {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .irFaq__item {
    flex-direction: column;
    font-size: 12px;
  }

  .irFaq__item:not(:first-child) {
    padding: 20px 0 0 0;
  }

  .irFaq__q {
    padding: 10px 0;
    border-top: 1px solid #aaa;
  }

  .irFaq__a {
    padding: 10px 0;
    border-bottom: none;
  }

  .irFaq__a > .btn {
    text-align: right;
  }
}

/* /ir/contact/ */
.irContact {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  text-align: initial;
}

.irContact__title {
  font-weight: 500;
}

.irContact__item {
  display: flex;
}

.irContact__item:not(:first-child) {
  padding: 20px 0 0 0;
}

.irContact__head {
  width: 6em;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #aaa;
}

.irContact__body {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e0e0e0;
  width: calc(100% - 6em);
}

.irContact__body > span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .irContact {
    gap: 10px;
  }

  .irContact__item:not(:first-child) {
    padding: 10px 0 0 0;
  }

  .irContact__head,
  .irContact__body {
    padding-bottom: 10px;
  }

  .irContact__item:first-child .irContact__head {
    padding-top: 10px;
    border-top: 1px solid #aaa;
  }

  .irContact__item:first-child .irContact__body {
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
  }
}

/* /ir/disclaimer/ */
.ir__ttlSecond--disclaimer {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 0.5em 0;
}

.ir__ttlSecond--disclaimer + p {
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .ir__ttlSecond--disclaimer {
    font-size: 14px;
  }
}

.company_cancel__Mq_hx {
  display: block;
  flex-direction: row;
  justify-content: start;
}

.ir_benefit_banner {
  max-width: 1250px;
  margin-top: 156px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 50px;
}

.ir_magazine_banner {
  max-width: 1250px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .ir_magazine_banner {
    margin-top: 16px;
    padding: 0 25px;
  }
  .ir_benefit_banner {
    margin-top: 50px;
    padding: 0 25px;
  }
}

.ir_benefit_banner img {
  cursor: pointer;  
  transition: 0.3s all;
}

.ir_benefit_banner img:hover {
  opacity: 0.7;
}

.ir_magazine_banner img {
  cursor: pointer;
  transition: 0.3s all;
}

.ir_magazine_banner img:hover {
  opacity: 0.7;
}

.irTop__news_section {
  padding-right: 160px;
}

@media screen and (max-width: 1024px) {
  .irTop__news_section {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .irTop__news_section {
    padding-right: 25px;
  }
}
