@charset 'UTF-8';

/* ===========================================
Common
=========================================== */

.contents.ir-contents {
  max-width: none;
  margin-bottom: 0;
}

.ll-1-link.ll-1-link--ir::after {
  top: 45%;
  bottom: auto;
  transform: rotate(45deg) translateY(-50%);
}

/* ===========================================
h1Block
=========================================== */
.h1Block {
  padding: 0 20px;
}

.h1Block .h1Block_wrap {
  max-width: 1000px;
  margin: auto;
}

.h1Block .h1Block_inner {
  padding: 3% 0;
}

@media screen and (max-width:767px) {
  .h1Block .h1Block_inner {
    padding: 7.5% 0;
  }
}

/* ===========================================
mv
=========================================== */
.mv img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width:767px) {
  .mv {
    display: none;
  }
}

/* ===========================================
column
=========================================== */
.column {
  margin-top: 4%
}

@media screen and (max-width: 767px) {
  .column.mod_column_3_1 .mod_column_flex>*:nth-of-type(n + 2) {
    margin-top: 15%;
  }

  .column .mod_btn_04>* {
    font-size: 2rem;
  }

  .column .mod_box {
    padding: 0.5em 0.5em 0;
  }
}

/* ===========================================
irList
=========================================== */
.irList {
  margin-top: 5%;
}

.irList .mod_box {
  padding-bottom: 0;
}

.irList .mod_list_link {
  margin-right: 1em;
  margin-left: 1em;
}

@media screen and (max-width:767px) {
  .irList {
    margin-top: 15%;
  }

  .irList .mod_list_link {
    margin: 0 0.5em;
  }
}

/* ===========================================
information
=========================================== */
.information {
  flex-basis: 100%;
}

.information .ttl {
  position: relative;
}

.information .ttl .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 1.6rem;
}

.information .list li+li p {
  padding-top: 1.5em;
}

.information .list .date {
  color: #888;
  white-space: nowrap;
}

.information .list .txt {
  padding-left: 1em;
}

.information .link {
  margin-top: 2em;
}

.information .link li {
  font-weight: bold;
}

.information .link a {
  color: #333;
}

.information .infoMenu {
  margin-top: 8%;
}

.information .infoMenu .data {
  border-top: 1px solid #ddd;
}

.information .infoMenu .mod_btn_04 {
  border-bottom: 1px solid #eee;
}

.information .infoMenu .mod_btn_04 a {
  padding-top: 0.75em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  font-size: 2rem;
}

.information .infoMenu .mod_btn_04 a::before {
  top: 0.9em;
}

.information .infoMenu .mod_btn_04 a::after {
  top: 1.35em;
}

.information .btnList {
  margin-top: 3.5%;
}

@media screen and (max-width:767px) {
  .information .list ul {
    display: block;
    flex-basis: 100%;
  }

  .information .list li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
  }

  .information .sustainability .list li {
    display: block;
    margin-top: 0;

  }

  .information .list li+li p {
    padding: 0;
  }

  .information .list .txt {
    flex-basis: 100%;
    padding: 0;
  }

  .information .link {
    margin-top: 2em;
  }

  .information .infoMenu {
    margin-top: 20%;
  }

  .information .infoMenu .mod_flex>*:nth-of-type(n + 2) {
    margin-top: 15.5%;
  }

  .information .btnList {
    margin-top: 20%;
  }
}

.news_stock {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 5% 0 0;
}

.info_news {
  flex-basis: calc((100% - 1px) / 3 * 2);
  padding: 0 20px 0 0;
}

.info_news .mod_ttl_02 {
  margin: 0;
}

.stock {
  flex-basis: calc((100% - 1px) / 3);
  margin: 0;
}

@media screen and (max-width:767px) {
  .news_stock {
    display: flex;
    flex-wrap: wrap;

  }

  .info_news {
    flex-basis: 100%;
    padding: 0;
  }

  .stock {
    flex-basis: 100%;
    margin-top: 15%;
    background: #EEE;
  }
}

.information .mod_box_04 {
  margin-top: 8% !important;
}

@media screen and (max-width:767px) {
  .information .mod_box_04 {
    margin-top: 20% !important;
  }
}


/* ===========================================
traceability
=========================================== */
.sustainability {
  position: relative;
  padding: 30px 0;
  margin-top: 6%;
  margin-bottom: 12%;
}

.sustainability::before {
  position: absolute;
  inset: 0 auto;
  display: block;
  width: 67.5%;
  height: 100%;
  margin: auto;
  content: '';
  background: url("/ir/image/index_bnr_sustainability.jpg") center no-repeat;
  background-size: cover;
}

.sustainability .sustainability_wrap {
  position: relative;
  z-index: 1;
  max-width: 480px;
  padding: 15px 0 20px 20px;
  margin: 0 0 0 auto;
  background: #fff;
}

.sustainability .sustainability_wrap>a {
  display: block;
}

.sustainability .btn {
  font-size: 2rem;
  border-bottom: 1px solid #eee;
}

.sustainability .txt {
  margin-top: 1em;
}

.sustainability .list {
  display: flex;
  margin-top: 1em;
}

.sustainability .list>* {
  flex-grow: 1;
  flex-basis: 50%;
  padding-right: 1em;
}

@media screen and (max-width:767px) {
  .sustainability {
    padding: 0;
    margin-top: 15%;
  }

  .sustainability::before {
    position: static;
    width: calc(100% + 40px);
    height: 0;
    padding-top: 48%;
    margin-left: -20px;
    background: url("/ir/image/index_bnr_sustainability.jpg") center no-repeat;
    background-size: cover;
  }

  .sustainability .sustainability_wrap {
    max-width: none;
    padding: 1em;
  }

  .sustainability .list {
    flex-wrap: wrap;
  }
}

/* ===========================================
Main
=========================================== */

.ir-intro__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
}

@media print, screen and (min-width:768px) {
  .ir-intro {
    min-height: auto;
    padding: 50px 30px 106px;
    background: none !important;
    border-top: none;
  }

  .ir-intro .ir-intro-layout {
    display: block;
  }

  .ir-intro .ir-intro__wrapper {
    max-width: 1620px;
    margin: 0 auto;
  }

  .ir-intro .ir-intro-layout__about {
    display: flex;
    gap: 32px;
    width: 100%;
    margin: 0 auto;
  }

  .ir-intro__head {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-bottom: 4px;
  }

  .ir-intro__title-wrap {
    display: flex;
    gap: 34px;
    align-items: center;
  }

  .ir-intro__title {
    font-size: 2.5rem;
    font-weight: bold;
  }

  .ir-intro__button {
    min-width: 100px;
    padding: 7px 25px;
  }

  .ir-intro__button.bt-style {
    padding: 8px 22px;
    margin-top: 0;
  }

  .ir-w375 {
    width: 375px;
  }

  .tabnews {
    width: 65%;
    margin-top: 26.5px;
  }

  .tabnews .ir-intro-layout__news {
    width: 95%;
  }

  .ir-news__article {
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
  }

  .ir-news__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .ir-news__title {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .ir-news__title::after {
    top: -2px;
    margin-left: 8px;
  }

  .ir-news__date {
    font-size: 1.5rem;
  }

  .ir-news__title.no-link::after {
    display: none;
  }

  .ir-news__body.ir-news__None .ir-news__title::after {
    display: none;
  }

  .ranking {
    position: relative;
    flex-shrink: 0;
    width: 32%;
    margin: 0 auto;
  }

  .ranking a {
    font-size: 1.8rem;
  }

  .ranking_1, .ranking_2, .ranking_3, .ranking_4, .ranking_5 {
    width: 30px;
    height: 30px;
    padding: 4px;
    margin: 0 15px 0 0;
    font-size: 1.6rem !important;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .ranking_1 {
    background-color: #e87008;
  }

  .ranking_2 {
    background-color: #888;
  }

  .ranking_3 {
    background-color: #804539;
  }

  .ranking_4 {
    background-color: #333;
  }

  .ranking_5 {
    background-color: #333;
  }

  .ranking_ttl {
    display: flex;
    font-size: 1.8rem;
    font-weight: bold;
    border-top: none !important;
  }

  .ranking_ttl h3 {
    padding: 0;
    margin: 0;
    font-size: 2.6rem;
  }

  .ranking a {
    display: inline-flex;
    align-items: center;
  }

  .ranking a::after {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 2px solid #e6002d;
    border-right: 2px solid #e6002d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ranking img {
    width: 32px;
    height: 25px;
    margin: 5px 10px 0 0;
  }

  .ranking ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .ranking li {
    padding: 16px 0 17px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }

  .ranking li:first-of-type {
    padding-top: 11px;
    padding-bottom: 12px;
  }

  .area-title__inner {
    width: calc(100% - 60px);
    max-width: 1620px;
    margin: 0 auto;
  }

  .ir-mv {
    max-width: 1920px;
    margin-inline: auto;

    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
  }

  .ir-mv::before,
  .ir-mv::after {
    position: absolute;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #ddd;
    transform: translateX(-50%);
  }

  .ir-mv__top {
    display: flex;
    width: 100%;
    max-width: 1920px;
  }

  .ir-mv__pdf {
    flex-shrink: 0;
    width: 45%;
  }

  .ir-mv__pdf img {
    width: 70%;
    margin-top: 36px;
    margin-left: 130px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 1px #ccc;
  }

  .ir-mv__pdf-link {
    position: relative;
    z-index: 9;
    padding-top: 10px;
    padding-left: 60px;
    margin-top: 26px;
    font-size: 2.8rem;
    line-height: 1.4;
    background-color: #fff;
  }

  .ir-mv__pdf-link::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #ddd;
    transform: translateX(-50%);
  }

  .ir-mv__pdf-latest {
    font-size: 1.6rem;
  }

  .ir-mv__info {
    width: 60%;
    border-left: 1px solid #ddd;
  }

  .ir-mv__pdf-title {
    font-size: 2.4rem;
  }

  .ir-mv__stock {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 44px 0 40px 80px;
  }

  .stock-ttl {
    padding: 20px 44px 20px 0;
    font-size: 2.4rem;
    font-weight: bold;
    border-right: 1px solid #ddd;
  }

  .stock-txt {
    padding-left: 40px;
    font-size: 2.0rem;
  }

  .stock-yen {
    margin-left: 20px;
    font-size: 2.4rem;
    font-weight: bold;
  }

  .stock-value {
    font-size: 4.8rem;
    font-weight: bold;
  }

  .stock-box {
    padding: 5px 10px;
    font-size: 1.5rem;
    vertical-align: super;
    border: 1px solid #ddd;
  }

  .stock-subtxt {
    display: inline-block;
    margin-top: -4px;
    font-size: 1.4rem;
    vertical-align: top;
  }

  .ir-mv__materials {
    padding: 40px 60px 32px 80px;
    background: #f6f6f6;
  }

  .ir-mv__materials__head {
    display: flex;
    justify-content: space-between;
    margin: 0 0 24px;
  }

  .ir-mv__materials__title {
    font-size: 2.4rem;
  }

  .bt-2 .bt-style.ir-mv__materials__head-button {
    min-width: 162px;
    padding: 7px 13px;
    margin-top: 0;
    margin-right: 0;
    background-color: #fff;
  }

  .bt-2-zip .bt-style.ir-mv__materials__button {
    margin-top: 36px;
    background-color: #fff;
  }

  .ir-mv__materials__button-wrap {
    text-align: center;
  }

  .ir-mv__materials__button {
    min-width: 375px;
  }

  .ir-mv__materials ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0;
    list-style: none;
  }

  .ir-mv__stock a::after {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 3px;
    margin-left: 8px;
    content: "";
    border-top: 2px solid #e6002d;
    border-right: 2px solid #e6002d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ir-mv__materials-pdf a::after {
    top: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    content: "";
    background: url("/app-files/img/sprite/icon.svg#pdf-usage") 50% 50% no-repeat;
    background-size: contain;
    border: none;
    -webkit-transform: none;
    transform: none;
  }

  .ir-mv__materials .home-button::after {
    position: absolute;
    position: relative;
    right: -10px;
    width: 14px;
    height: 14px;
    content: "";
    background: url("/ir/image/ir_zip.png") 50 50% no-repeat;
    background-size: contain;
    border: none;
    -webkit-transform: none;
    transform: none;
  }

  .ir-intro-layout__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    column-gap: 32px;
  }

  .ir-intro__detail {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }

  .ir_rss a {
    display: flex;
    gap: 6px;
    align-items: center;
  }

  .ir_rss img {}

  .ir-mv__stock #main h4 {
    display: none;
  }
}

@media only screen and (max-width:767.98px) {
  .home-intro.ir-intro {
    position: unset;
    padding: 25px 0 50px;
    background: none;
  }

  .home-intro.ir-intro::after {
    position: unset;
    background: none;
  }

  .area-title__inner {
    max-width: 1620px;
    margin: 0 auto;
  }

  .area-title__text {
    padding: 20px 0;
  }

  .area-title__catch {
    margin: 0;
  }

  .ir-mv::before {
    position: absolute;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #ddd;
    transform: translateX(-50%);
  }

  .ir-mv__top {
    width: 100%;
    padding-top: 2px;
  }

  .ir-mv__pdf {
    padding-bottom: 10px;
    margin-bottom: 21px;
    border-bottom: 1px solid #ddd;
  }

  .ir-mv__pdf .mv-pdf__btn {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: red;
    border-radius: 30px;
  }

  .ir-mv__pdf .mv-pdf__btn::before {
    position: absolute;
    top: 30%;
    left: 30%;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    content: "";
    background: url("/corporate/ir/image/ir_pdf.png") 50% 50% no-repeat;
    background-size: contain;
    border: none;
    -webkit-transform: none;
    transform: none;
  }

  .ir-mv__pdf .sp_only {
    position: relative;
    width: 75%;
    margin-inline: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 1px #ccc;
  }

  .ir-mv__pdf-link {
    margin-top: 24px;
    font-size: 1.6rem;
  }

  .ir-mv__pdf-latest {
    font-size: 1.4rem;
  }

  .ir-mv__pdf-link .ll-1-link::after {
    top: 45%;
    bottom: auto;
    transform: rotate(45deg) translateY(-50%);
  }

  .ir-mv__stock {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .stock-ttl {
    width: 27.3%;
    padding: 24px 0;
    padding-right: 0;
    font-size: 1.6rem;
    font-weight: bold;
    border-right: 1px solid #ddd;
  }

  .stock-txt {
    position: relative;
    width: 69.8%;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .stock-yen {
    font-size: 1.6rem;
  }

  .stock-value {
    display: inline-block;
    margin-top: 6px;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: -0.05em;
  }

  .stock-box {
    position: absolute;
    right: 33px;
    bottom: 27px;
    padding: 4px 11px 4px 7px;
    font-size: 1.4rem;
    line-height: 1.2;
    border: 1px solid #ddd;
  }

  .stock-box__wrap {
    margin-left: 5px;
  }

  .stock-box__day {
    font-size: 1.0rem;
  }

  .stock-subtxt {
    font-size: 1.1rem;
  }

  /* 最新IR資料 */

  .ir-mv__materials {
    width: 100vw;
    padding: 34px calc(50vw - 50% + 0.5%) 40px;
    margin: 0 calc(50% - 50vw);
    margin-top: 1em;
    background: #f6f6f6;
  }

  .ir-mv__materials__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .ir-mv__materials__head h2 {
    padding-bottom: 0;
    margin: 0;
    font-size: 1.8rem;
  }

  .bt-2 .bt-style.ir-mv__materials__head-button {
    padding: 0.6em 1.3em;
    margin: 1.0em 0 0;
    margin-top: 0;
    background-color: #fff;
  }

  .bt-2-zip .bt-style.ir-mv__materials__button {
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
  }

  .ir-mv__materials ul {
    display: grid;
    gap: 8px;
    padding: 0;
    margin-bottom: 16px;
    list-style: none;
  }

  .ir-mv__materials li {}

  .ir-mv__stock a::after {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 3px;
    margin-left: 8px;
    content: "";
    border-top: 2px solid #e6002d;
    border-right: 2px solid #e6002d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ir-mv__materials-pdf a::after {
    top: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    content: "";
    background: url("/app-files/img/sprite/icon.svg#pdf-usage") 50% 50% no-repeat;
    background-size: contain;
    border: none;
    -webkit-transform: none;
    transform: none;
  }

  .ir-mv__materials .home-c-shoulderheadline {
    text-align: left;
  }

  .ir-mv__materials .home-button {
    min-width: 90vw;
  }

  .ir-mv__materials .home-button::after {
    position: absolute;
    right: 35px;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background: url("/ir/image/ir_zip.png") 50% 50% no-repeat;
    background-size: contain;
    border: none;
    -webkit-transform: none;
    transform: none;
  }

  .ir-intro {
    margin-top: 54px;
  }

  .ir-intro-layout__about {
    display: grid;
    gap: 54px;
  }

  .ir-intro-layout__grid {
    display: grid;
    gap: 54px;
  }

  .ir-news__article {
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ddd;
  }

  .ir-news__article:last-of-type {
    margin-bottom: 0;
  }

  .ir-intro__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
  }

  .ir-intro__title {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .ir-news__property {
    margin-bottom: 9px;
  }

  .ir-news__title {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .ir-news__title .ll-1-link,
  .ir-news__title .ll-1-blank,
  .ir-news__title .ll-1-pdf {
    display: inline;
  }

  .ir-intro__title-wrap {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .ir_rss {
    display: flex;
    align-items: center;
  }

  .ir_rss img {
    width: 13px;
    height: 13px;
    margin-right: 11px;
    vertical-align: baseline;
  }

  .ir-intro__button.bt-style {
    padding: 0.6em 1.5em;
    margin-top: 0;
    margin-right: 5px;
  }

  .ir-news__date {
    font-size: 1.1rem;
  }

  .ir-news__caption {
    font-size: 1.4rem;
  }

  .ranking {
    margin-top: 0;
  }

  .ranking_1, .ranking_2, .ranking_3, .ranking_4, .ranking_5 {
    width: 25px;
    height: 25px;
    padding: 1px;
    margin: 0 15px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .ranking_1 {
    background-color: #e87008;
  }

  .ranking_2 {
    background-color: #888;
  }

  .ranking_3 {
    background-color: #804539;
  }

  .ranking_4 {
    background-color: #333;
  }

  .ranking_5 {
    background-color: #333;
  }

  .ranking_ttl {
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .ranking_ttl p {
    padding: 0;
    margin: 0;
  }

  .ranking a {
    display: inline-flex;
    align-items: center;
  }

  .ranking a::after {
    position: absolute;
    right: 4vw;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 2px solid #e6002d;
    border-right: 2px solid #e6002d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .ranking img {
    width: 32px;
    height: 25px;
    margin-right: 15px;
  }

  .ranking ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .ranking li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }

  .ranking li:first-of-type {
    padding-top: 0;
  }
}

/* ===========================================
home-irbnr
=========================================== */

@media print, screen and (min-width:768px) {
  .ir-bnr__txt-wrapper {
    display: flex;
    gap: 20px;
  }

  .ir-bnr__txt-title {
    font-size: 3.0rem;
    line-height: 1.4;
  }

  .ir-bnr__txt-officer {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }

  .ir-bnr__text-position {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .ir-bnr__txt-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .ir-bnr__button.bt-style {
    min-width: 274px;
    margin-top: 24px;
    background: #fff;
  }

  .ir-link {
    margin: 86px auto 82px;
  }

  .ir-link__grid {
    gap: 35px;
    row-gap: 45px;
  }
}

@media print, screen and (min-width:768px) {
  .ir-bnr {
    width: 100%;
  }

  .ir-bnr__inner {
    display: flex;
    height: 408px;
  }

  .ir-bnr__inner-left {
    position: relative;
    width: 50%;
    height: auto;
    background: url('/corporate//ir/image/index_ir_01.jpg') no-repeat center center / cover;
  }

  .ir-bnr__inner-right {
    position: relative;
    width: 50%;
    height: auto;
    background: url('/corporate/ir/image/index_ir_02.jpg') no-repeat center center / cover;
  }

  .ir-bnr__txt {
    display: grid;
  }

  .ir-bnr__inner-left .ir-bnr__txt {
    padding: 116px 0 0 60px;
  }

  .ir-bnr__inner-right .ir-bnr__txt {
    gap: 32px;
    padding: 144px 0 0 60px;
  }

  .ir-bnr__txt .home-button-wrap {
    width: 80%;
    margin-bottom: 10px;
  }

  .ir-bnr__txt .ir-bnr__txt-name {
    margin-bottom: 10px;
    font-weight: bold;
  }
}

@media only screen and (max-width:767.98px) {
  .ir-bnr {
    margin-top: 36px;
    margin-bottom: calc(110 / 375 * 100vw);
  }

  .ir-bnr__txt {
    position: relative;

  }

  .ir-bnr__txt-name {
    padding: 0;
    margin: 0;
  }

  .ir-bnr__inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .ir-bnr__inner {
    display: flex;
    flex-direction: column;
  }

  .ir-bnr__inner-left {
    position: relative;
    height: auto;
    padding-top: calc(56 / 375 * 100vw);
    padding-bottom: calc(24 / 375 * 100vw);
    margin-bottom: calc(102 / 375 * 100vw);
    background: url('/corporate//ir/image/index_ir_01_sp.jpg') no-repeat center top / cover;
  }

  .ir-bnr__inner-right {
    position: relative;
    height: auto;
    padding-top: calc(64 / 375 * 100vw);
    padding-bottom: calc(34 / 375 * 100vw);
    background: url('/corporate/ir/image/index_ir_02_sp.jpg') no-repeat center top / cover;
  }

  .ir-bnr__txt-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .ir-bnr__txt {
    width: 94%;
    margin-inline: auto;

    /* position: absolute;
    top: calc( 30 / 375 * 100vw );
    left: calc( 16 / 375 * 100vw ); */
  }

  .ir-bnr__txt-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .ir-bnr-button-wrap {
    position: absolute;
    bottom: calc(-1 * (86 / 375 * 100vw));
    width: 100%;
    text-align: center;
  }

  .ir-bnr__inner-right .ir-bnr-button-wrap {
    bottom: calc(-1 * (100 / 375 * 100vw));
  }

  .ir-bnr-button-wrap .ir-bnr__button.bt-style {
    width: 100%;
    height: 44px;
    margin-top: calc(20 / 375 * 100vw);
    background: #fff;
  }

  .ir-bnr__txt-officer {
    display: flex;
    gap: 6px;
    align-items: baseline;
    justify-content: flex-start;
    margin-top: 8px;
    font-size: 1.7rem;
    font-weight: bold;
  }

  .ir-bnr__text-position {
    font-size: 1.0rem;
    font-weight: 400;
  }


}


/* ===========================================
ir-link
=========================================== */
@media print, screen and (min-width:768px) {
  .ir-link {
    max-width: calc(1620px + (30 * 2px));
    padding-inline: 30px;
  }

  .ir-link__inner {
    display: flex;
    justify-content: space-evenly;
    margin: 0 10px;
  }

  .ir-link__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }

  .ir-link__ttl {
    display: block;
    padding-bottom: 9px;
    margin-bottom: 6px;
    font-size: 2rem;
    font-weight: bold;
  }

  .ir-link__ttl::after {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 13px;
    content: "";
    background-color: #ddd;
  }

  .ir-link__ttl a {
    display: flex;
    align-items: center;
  }

  .ir-link__ttl p {
    margin-left: 10px;
  }

  .ir-link__ttl img {
    height: 100%;
  }

  .ir-link__list {
    display: grid;
    gap: 8px;
    padding: 0;
    list-style: none;
  }

  .ir-link__list-link {
    display: flex;
    align-items: center;
  }

  .ir-link__list-link::after {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 2px;
    margin-left: 6px;
    content: "";
    border-top: 2px solid #e6002d;
    border-right: 2px solid #e6002d;
    transform: rotate(45deg);
  }

  .ir-link__list-link.ir-link-blank::after {
    width: 12px;
    height: 12px;
    background: url("/app-files/img/sprite/icon.svg#blank-usage") center no-repeat;
    background-size: contain;
    border: none;
    transform: none;
  }

  .ir-link__button-wrap {
    display: grid;
    gap: 28px;
    justify-items: center;
    padding-top: 20px;
  }

  .ir-link__button-wrap a::after {
    content: none;
  }

  .ir-link__button-wrap .bt-style {
    min-width: 516px;
    margin-top: 0;
  }

  .ir-link__right .mb30 {
    margin-bottom: 30px;
  }

  .ir-logo__label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 516px;
    height: 70px;
    margin-inline: auto;
    margin-top: 14px;
    background: #f6f6f6;
  }

  .ir-logo__text {
    margin: 20px 0;
  }

  .ir-logo__text ul {
    gap: 20px;
    padding-inline: 30px;
    text-align: center;
    text-decoration: none;
  }

  .ir-logo__text li {
    position: relative;
    display: inline-block;
  }

  .ir-logo__text a::after {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 15px 2% 5px;
    margin-left: 6px;
    content: "";
    border-top: 2px solid #e6002d;
    border-right: 2px solid #e6002d;
    transform: rotate(45deg);
  }

  .ir-logo__list {
    display: flex;
  }

  .ir-link__img p {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
}

@media only screen and (max-width:767.98px) {
  .ir-link {
    position: relative;
    z-index: 10;
    background: #fff;
  }

  .ir-link__inner {
    justify-content: center;
    margin: 100px 4vw 0;
  }

  .ir-link__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50%;
    gap: 23px 10px;
    margin-bottom: 16px;
  }

  .ir-link__contents {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    align-items: start;
  }

  .ir-link__list-link::after {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    content: "";
    border-top: 2px solid #e6002d;
    border-right: 2px solid #e6002d;
    transform: rotate(45deg);
  }

  .ir-link__list-link.ir-link-blank::after {
    width: 12px;
    height: 12px;
    background: url("/app-files/img/sprite/icon.svg#blank-usage") center no-repeat;
    background-size: contain;
    border: none;
    transform: none;
  }

  .ir-link__contents.p .ir-link__contents--links {
    grid-template-rows: auto;
  }

  .ir-link__contents--links.sp_only .ir-link__button-wrap {
    display: grid;
    gap: 15px;
    justify-items: center;
  }

  .ir-link__contents--links.sp_only .ir-link__button-wrap a {
    width: 100%;
  }

  .ir-link__contents--links.sp_only .ir-link__button-wrap .bt-style {
    width: 100%;
    margin-top: 0;
  }

  .ir-link__contents--links.sp_only .ir-logo__label {
    width: 100%;
    margin-top: 10px;
  }

  .ir-link__contents--links.sp_only .ir-logo__list {
    justify-content: space-between;
    padding: 0;
  }

  .ir-link__right .home-button-wrap {
    font-size: 16px;
  }

  .ir-link__ttl {
    display: flex;
    height: 100%;
    padding-bottom: 10px;
    margin-left: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }

  .ir-link__ttl img {
    width: 20px;
  }

  .ir-link__list {
    display: grid;
    gap: 11px;
    padding: 0;
    margin-top: 8px;
    margin-left: 4px;
    list-style: none;
  }

  .ir-link__ttl a {
    display: flex;
    align-items: center;
  }

  .ir-link__ttl p {
    margin-left: 10px;
  }

  .ir-link__right .mb30 {
    margin-bottom: 30px;
  }

  .ir-logo__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 0;
    background: #f6f6f6;
  }

  .ir-logo__text {
    margin: 18px auto 14px;
  }

  .ir-logo__text ul {
    padding: 0 0 0 30px;
    text-align: center;
    text-decoration: none;
  }

  .ir-logo__text li {
    position: relative;
    display: inline-block;
  }

  .ir-logo__text a::after {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 15px 0 5px;
    margin-left: 6px;
    content: "";
    border-top: 2px solid #e6002d;
    border-right: 2px solid #e6002d;
    transform: rotate(45deg);
  }

  .ir-link__img p {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
}

/* ===========================================
ir-vision
=========================================== */

@media print, screen and (min-width:768px) {
  .ir-vision {
    display: grid;
    place-content: center;
    height: 290px;
    background: url('/corporate//ir/image/index_ir_03.jpg') no-repeat center center / cover;
  }

  .ir-vision__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .ir-vision__title {
    font-size: 3.0rem;
  }

  .ir-vision__link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
    justify-items: center;
    width: 100%;
  }

  .ir-vision__link .bt-style {
    min-width: 375px;
    margin: 0;
    background-color: #fff;
  }

}

@media only screen and (max-width:767.98px) {
  .ir-vision {
    margin-top: 50px;
  }

  .ir-vision__inner {
    flex-direction: column;
    width: 100vw;
    padding-bottom: 28px;
    margin: 0 calc(50% - 50vw) 25px;
    background-color: #f6f6f6;
  }

  .ir-vision__image {
    margin-bottom: 25px;
  }

  .ir-vision__inner-left,
  .ir-vision__inner-right {
    height: 100%;
  }

  .ir-vision__inner-left {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .ir-vision__inner-right {
    display: grid;
    gap: 16px;
    align-content: center;
    width: 100vw;
    padding: 28px calc(50vw - 50% + 0.5%) 24px;
    margin: 0 calc(50% - 50vw);
    background: #f6f6f6;
  }

  .ir-vision__title {
    font-size: 1.8rem;
    text-align: center;
  }

  .ir-vision__link {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    height: 100%;
  }

  .ir-vision__link .bt-style {
    min-width: 240px;
    margin-inline: auto;
    background-color: #fff;
  }
}

/* ===========================================
ir-assignment
=========================================== */
@media print, screen and (min-width:768px) {
  .ir-assignment {
    padding-inline: 30px;
    padding-top: 96px;
  }

  .ir-assignment__body {
    background-image: url("/corporate/ir/image/index_ir_09.jpg");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
  }

  .ir-assignment__headline {
    margin: 0 0 12px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #e6002d;
    text-align: center;
  }

  .ir-assignment__paragraph {
    margin: 0;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
  }

  .ir-assignment__card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 36px;
    max-width: 1320px;
    margin: 36px auto 38px;
  }

  .cd-2.ir-assignment__card__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    width: auto;
    margin-top: 0;
    box-shadow: none;
  }

  .cd-2.ir-assignment__card__item a {
    display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
  }

  .cd-2.ir-assignment__card__item .txt-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }

  .cd-2.ir-assignment__card__item .txt-box .ttl {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .cd-2.ir-assignment__card__item .txt-box .ttl span::after {
    content: none;
  }

  .ir-assignment__card__item {
    width: 18%;
  }

  .ir-assignment__card__item a:hover {
    text-decoration: underline;
  }

  .ir-assignment__card__item img {
    width: 232px;
  }

  .ir-assignment__card__item figcaption {
    margin-top: 24px;
    font-size: 1.8rem;
    line-height: 1.2778;
  }

  .ir-assignment__card__item {
    text-align: center;
  }

  .ir-assignment__card__item figcaption {
    align-content: center;
    min-height: 46px;
    font-weight: bold;
  }

  .ir-assignment__button-wrapper {
    text-align: center;
  }

  .ir-assignment__button .bt-style {
    min-width: 375px;
    margin-top: 0;
  }
}

@media only screen and (max-width:767.98px) {
  .ir-assignment__body {
    width: auto;
    padding: 7px 0 0;
  }

  .ir-assignment__headline {
    padding: 0;
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #e6002d;
    text-align: center;
  }

  .ir-assignment__paragraph {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }

  .ir-assignment__card {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    justify-content: space-between;
    margin: 10px auto 19px;
  }

  .ir-assignment__card__item {}

  .ir-assignment__card__item.cd-2 {
    margin-top: 0;
    margin-left: 4px;
    box-shadow: none;
  }

  .ir-assignment__card__item.cd-2 a {
    display: flex;
    gap: 0 20px;
    align-items: center;
  }

  .ir-assignment__card__item.cd-2 .txt-box {
    padding: 0;
  }


  .ir-assignment__card__item.cd-2 .txt-box .ttl {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .ir-assignment__card__item.cd-2 .txt-box .ttl span::after {
    content: none;
  }

  .ir-assignment__card__item a:hover {
    text-decoration: underline;
  }

  .ir-assignment__card__item img {
    flex-shrink: 0;
    width: 70px;
    height: auto;
  }

  .ir-assignment__card__item figcaption {
    flex-grow: 1;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: left;
  }

  .ir-assignment__button-wrapper {
    text-align: center;
  }

  .ir-assignment__button .bt-style {
    width: 100%;
    margin-top: 0;
  }
}


/* ===========================================
home-irbnr
=========================================== */

.home-irbnr__button.bt-2 .bt-style {
  min-width: 270px;
  margin-top: 0;
  background-color: #fff;
}

@media print, screen and (min-width:768px) {
  .sp_only {
    display: none;
  }

  .pc_only {
    display: block;
  }

  .home-irbnr {
    position: relative;
    padding: 0;
    margin: 42px auto 0;
  }

  .home-irbnr__layout {
    width: 100%;
    height: 369px;
    text-align: right;
    background: url("/corporate/ir/image/index_ir_10.jpg") no-repeat center center / cover;
  }

  .home-irbnr__caption {
    display: grid;
    gap: 16px;
    align-content: center;
    height: 100%;
    padding-left: max(816px, 59.8%);
    text-align: left;
  }

  .home-irbnr__caption p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
  }

  .home-irbnr__button .bt-style {
    min-width: 320px;
    background: #fff;
  }

  .home-irbnr .l-btn.home-button-wrap {
    align-items: center;
    justify-content: flex-start;
  }

}

@media only screen and (max-width:767.98px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  .home-irbnr {
    margin-top: 57px;
  }

  .home-irbnr__layout {
    background: url("/corporate/ir/image/index_ir_logo.jpg") no-repeat center top / 105%;
  }

  .home-irbnr__caption p {
    padding-top: calc(70 / 375 * 100vw);
    margin-bottom: 4px;
    font-size: 1.2rem;
    text-align: center;
  }

  .home-irbnr .home-button-wrap {
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    text-align: center;
  }

  .home-irbnr .home-button-wrap a {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}


/* ===========================================
panlist
=========================================== */
.panlist {
  max-width: 1620px;
  text-align: left;
}

.panlist img {
  padding-bottom: 3px;
  vertical-align: middle;
}

.panlist ul {
  display: flex;
  list-style: none;
}

.panlist li {
  padding: 0 20px 0 0;
}

.panlist li:not(:last-child)::after {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 17px;
  content: "";
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(45deg);
}

@media only screen and (max-width:767.98px) {
  .panlist {
    max-width: 1620px;
    text-align: left;
  }

  .panlist img {
    vertical-align: top;
  }

  .panlist ul {
    display: flex;
    padding: 0;
    margin: 14px 4vw;
    list-style: none;
  }

  .panlist li {
    padding: 0 10px 0 0;
  }
}

/* ===========================================
モーダル
=========================================== */
.modal-open {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  margin: auto;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #000;
  transform: translate(-50%, -50%);
}

.modalList-item iframe {
  width: 560px;
  height: 365px;
}

.modalList-item .modal-contents {
  position: relative;
  text-align: center;
}

.modalList-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.modalList-item a:hover::after {
  transform: translateX(10px);
}

.modalList-item figcaption {
  padding-top: 10px;
  font-weight: bold;
}

.modal-button-wrap {
  position: absolute;
  top: -31px;
  right: 20px;
}

.modal {
  position: fixed;
  inset: -10px 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgb(0 0 0 / 45%);
  backface-visibility: hidden;
}

.modal-container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.modal-inner {
  display: table-cell;
  padding: 2.7em 2em;
  vertical-align: middle;
}

.modal-contents {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.modal-close {
  position: absolute;
  top: -30px;
  right: 20px;
  color: #000;
  border: 2px solid #000;
  border-radius: 5px 5px 0 0;
}

@media only screen and (max-width:767.98px) {
  .modal-open {}

  .modalList-item iframe {
    width: 100%;
    height: 235px;
  }

  .modalList-item .modal-contents {
    max-width: 620px;
  }

  .modalList-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .modal-container {
    display: inline-table;
  }

  .modal-inner {
    padding: 0 2vw;
  }

  .modal-contents {
    position: relative;
    max-width: 1300px;
    padding: 30px 15px;
    margin: 0 auto;
    text-justify: inter-ideograph;
  }

  .modal-button-wrap {
    position: absolute;
    top: -2px;
    right: 15px;
  }
}