@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 elements */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

/* styles.css */
html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1267605634vw, 16px);
  font-size: 1.1267605634vw;
  font-size: max(11.2676056338px, 1.1267605634vw);
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 4.1025641026vw;
  }
}

@media screen and (max-width: 1000px) {
  body > div.page_wrapper {
    min-width: 1000px;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  body > div.page_wrapper {
    min-width: auto;
    overflow: auto;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pcil {
  display: inline !important;
}

.spil {
  display: none !important;
}

.pcfx {
  display: flex !important;
}

.spfx {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pcil {
    display: none !important;
  }
  .spil {
    display: inline !important;
  }
  .pcfx {
    display: none !important;
  }
  .spfx {
    display: flex !important;
  }
}
/*
　共通ヘッダー
*/
header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  opacity: 1;
}
header.scrolling {
  opacity: 0;
}
header.active {
  background: #282828;
}
header.move {
  background: #282828;
  position: fixed;
}
header.hideup {
  transform: translateY(-100%);
}
header .header_main {
  width: 100%;
  height: 100px;
  height: 88px;
  z-index: 20;
  transition: all 1s ease;
}
@media screen and (max-width: 767px) {
  header .header_main {
    width: 100%;
    height: auto;
  }
}
header.active .header_main {
  border-bottom: 1px solid #fff;
}
header.active .header_main {
  background: #282828;
}
header .header_main_contents {
  width: 75%;
  margin: auto;
  height: 100px;
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header_main_contents {
    width: 84.6153846154vw;
    height: 20vw;
  }
}
header .header_main_contents h1 {
  position: relative;
  z-index: 1000;
  width: 211px;
  height: 100%;
  height: 88%;
  display: flex;
  align-items: center;
}
header .header_main_contents h1 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .header_main_contents h1 {
    width: 51.2820512821vw;
    height: 20vw;
  }
}
header .header_main_contents .header_global_navi {
  width: 71.7703349282%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  header .header_main_contents .header_global_navi .header_menu_sp {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    position: absolute;
    top: 6vw;
    right: 10vw;
    z-index: 100;
  }
  header .header_main_contents .header_global_navi .header_menu_sp span.menu_bar_pri {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 30%;
    z-index: 100;
    transition: all 0.5s ease;
  }
  header .header_main_contents .header_global_navi .header_menu_sp span.menu_bar_sec {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 60%;
    z-index: 100;
    transition: all 0.5s ease;
  }
  header .header_main_contents .header_global_navi .header_menu_sp.close span.menu_bar_pri {
    top: 50%;
    transform: rotate(-45deg);
  }
  header .header_main_contents .header_global_navi .header_menu_sp.close span.menu_bar_sec {
    bottom: auto;
    top: 50%;
    transform: rotate(45deg);
  }
}
header .header_main_contents .header_gnav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .header_main_contents .header_gnav_list.active {
    position: fixed;
    display: block !important;
    width: 100vw;
    height: calc(100vh - 20vw);
    top: 20vw;
    left: 0;
    background: #282828;
    border-top: 1px solid #fff;
    padding: 20vw 10vw;
    overflow: auto;
    z-index: 1000;
  }
}
header .header_main_contents .header_gnav_list .header_gnav_branch a {
  color: #fff;
  font-size: min(0.9375rem, 15px);
}
header .header_main_contents .header_gnav_list .header_gnav_branch a span {
  display: inline-block;
  width: 12px;
  vertical-align: 10%;
}
header .header_main_contents .header_gnav_list .header_gnav_branch .header_sub_branch {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  height: 0px;
}
header .header_main_contents .header_gnav_list .header_gnav_branch span.link_arrow {
  transform-origin: center 65%;
}
header .header_main_contents .header_gnav_list .header_gnav_branch.active .header_sub_branch {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
  height: -moz-fit-content;
  height: fit-content;
}
header .header_main_contents .header_gnav_list .header_gnav_branch.active span.link_arrow {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  header .header_main_contents .header_gnav_list .header_gnav_branch {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    line-height: 3em;
  }
  header .header_main_contents .header_gnav_list .header_gnav_branch a {
    font-size: 1.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1em;
  }
  header .header_main_contents .header_gnav_list .header_gnav_branch .header_sub_branch {
    padding: 0;
  }
}
header .header_main_contents .header_sub_branch {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  left: 0;
  padding: min(3rem, 48px) 0;
  z-index: 10;
  background: #282828;
}
header .header_main_contents .header_sub_branch .header_sub_title {
  width: min(71.8309859155vw, 1020px);
  margin: 0 auto 1em;
  color: #fff;
  font-size: min(1.25rem, 20px);
}
header .header_main_contents .header_sub_branch .header_sub_list {
  width: min(71.8309859155vw, 1020px);
  margin: 0 auto 0.8em;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  font-size: min(0.8125rem, 13px);
}
header .header_main_contents .header_sub_branch .header_sub_list li {
  width: 19%;
  text-align: center;
  padding: 0.8em 0;
  border: 1px solid #fff;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 1%;
  margin-bottom: 1.5em;
}
header .header_main_contents .header_sub_branch .header_sub_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .header_main_contents .header_sub_branch {
    position: static;
    width: 100%;
    height: auto;
    padding: 1em 0;
  }
  header .header_main_contents .header_sub_branch .header_sub_title {
    display: none;
  }
  header .header_main_contents .header_sub_branch .header_sub_list {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  header .header_main_contents .header_sub_branch .header_sub_list li {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
    margin-right: 0;
    margin-bottom: 1em;
    padding: 1em 0;
    line-height: 1.4em;
    border: none;
    background: #404040;
  }
  header .header_main_contents .header_sub_branch .header_sub_list li a {
    font-size: 0.875rem;
  }
}

/*
　共通フッター
*/
footer {
  width: 100%;
  border-top: 1px solid #b2b2b2;
}
footer .footer_inner {
  width: min(78.8732394366vw, 1120px);
  margin: 0 auto;
  padding: min(5rem, 80px) 0;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    width: 84.6153846154vw;
    margin: 0 auto;
    padding: 4rem 0;
  }
}
footer .footer_inner .footer_content {
  width: 100%;
}
footer .footer_inner .footer_list_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: min(1.0625rem, 17px);
  font-weight: 600;
}
footer .footer_inner .footer_list_main a {
  color: #000;
}
footer .footer_inner .footer_list_main span {
  display: inline-block;
  width: 10px;
  margin-left: 0.5em;
  vertical-align: 0.1em;
}
footer .footer_inner .footer_list_main span img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .footer_inner .footer_list_main {
    width: 100%;
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
  }
  footer .footer_inner .footer_list_main .footer_branch_main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  footer .footer_inner .footer_list_main > a {
    display: block;
    width: 40%;
  }
}
footer .footer_inner .footer_list_sub {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  footer .footer_inner .footer_list_sub {
    margin-top: 0;
    width: 55%;
  }
}
footer .footer_inner .footer_branch_sub {
  font-size: min(0.8125rem, 13px);
  font-weight: 400;
  margin-top: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer_inner .footer_branch_sub span {
  vertical-align: 0.2em;
}
@media screen and (max-width: 767px) {
  footer .footer_inner .footer_branch_sub {
    margin-top: 0.1rem;
    margin-bottom: 1rem;
  }
}
footer .footer_inner .copyright {
  margin-top: min(1rem, 16px);
  font-size: min(0.75rem, 12px);
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer .footer_inner .copyright {
    margin-top: 16px;
    font-size: 0.625rem;
  }
}

/*
　共通パーツ
*/
a.linkbtn {
  box-sizing: border-box;
  width: 280px;
  height: 58px;
  border: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
  color: #fff;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.1267605634vw, 16px);
  font-size: clamp(11.2676056338px, 1.1267605634vw, 16px);
}
a.linkbtn span {
  display: block;
  width: 24px;
  height: 10px;
  position: relative;
  background: url("../img/more_arrow_white.png") no-repeat;
  background-size: contain;
}
a.linkbtn.blk {
  border: 2px solid #000;
  color: #000;
}
a.linkbtn.blk span {
  background: url("../img/more_arrow_black.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  a.linkbtn {
    width: 84.6153846154vw;
    font-size: 0.9375rem;
    height: 15.1282051282vw;
    padding: 0 1.3em;
  }
}

a.linkbtn_underline {
  box-sizing: border-box;
  width: 184px;
  height: 28px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  color: #000;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, serif;
  font-size: 1.1267605634vw;
  font-size: clamp(11.2676056338px, 1.1267605634vw, 16px);
  font-weight: bold;
}
a.linkbtn_underline span {
  display: block;
  width: 24px;
  height: 10px;
  background: url("../img/more_arrow_black.png") no-repeat;
  background-size: contain;
  position: relative;
}
a.linkbtn_underline.wh {
  border-bottom: 1px solid #fff;
  color: #fff;
}
a.linkbtn_underline.wh span {
  background: url("../img/more_arrow_white.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  a.linkbtn_underline {
    width: 84.6153846154vw;
    font-size: 0.8125rem;
    height: 7.1794871795vw;
  }
}

.text_eng {
  font-family: "Times New Roman", Times, serif;
  color: #d2b589;
}

/*
　トップページ関連
*/
body.front-page .section-mv {
  width: 100%;
  position: relative;
}
body.front-page .section-mv .mv_image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
body.front-page .section-mv .mv_image video {
  width: 100%;
  height: auto;
}
body.front-page .section-mv .mv_copy_area {
  position: absolute;
  z-index: 20;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
}
body.front-page .section-mv .mv_copy_area .mv_copy_eng {
  font-style: italic;
  font-size: 1.1625em;
  font-size: max(13.0985915493px, 1.3098591549vw);
}
body.front-page .section-mv .mv_copy_area h2.mv_copy_main {
  color: #fff;
  margin: 0.8em 0;
  font-size: 2.5em;
  font-size: 2.8169014085vw;
  font-size: max(28.1690140845px, 2.8169014085vw);
  line-height: 1.4em;
  letter-spacing: 0.03em;
}
body.front-page .section-mv .mv_copy_area p.mv_copy_text {
  color: #fff;
  font-size: 1.125rem;
  font-size: 1.2676056338vw;
  font-size: max(12.676056338px, 1.2676056338vw);
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
body.front-page .section-mv::after {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  width: 1px;
  height: 10.2816901408vw;
  left: 50%;
  bottom: 0;
  transform: translateY(50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  body.front-page .section-mv::after {
    height: 25vw;
  }
}
@media screen and (max-width: 767px) {
  body.front-page .section-mv {
    width: 100%;
    position: relative;
    z-index: 50;
  }
  body.front-page .section-mv .mv_copy_area {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84.6153846154vw;
    height: auto;
  }
  body.front-page .section-mv .mv_copy_area .mv_copy_eng {
    font-style: italic;
    font-size: 0.875rem;
    line-height: 1.8em;
  }
  body.front-page .section-mv .mv_copy_area h2.mv_copy_main {
    color: #fff;
    margin: 0.8em 0;
    font-size: 1.625em;
    line-height: 1.4em;
    letter-spacing: 0.03em;
  }
  body.front-page .section-mv .mv_copy_area p.mv_copy_text {
    color: #fff;
    font-size: 0.875rem;
  }
}
body.front-page section {
  width: 100%;
}
body.front-page section .section_inner {
  width: 100%;
}
body.front-page section.section_news {
  background: #f2f2f2;
}
body.front-page section.section_news .section_inner {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_news .section_inner {
    padding: 5rem 0 5rem;
  }
}
body.front-page section.section_news .news_header {
  width: 81.6901408451%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
body.front-page section.section_news .news_header h3 {
  font-family: "Helvetica Neue", Helvetica, serif;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  letter-spacing: -0.05em;
}
body.front-page section.section_news .news_header h3 span.txtjp {
  color: #d2b589;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_news .news_header {
    width: 84.6153846154vw;
  }
  body.front-page section.section_news .news_header h3 span.txtjp {
    color: #d2b589;
  }
}
body.front-page section.section_news .news_list {
  width: 81.6901408451%;
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
}
body.front-page section.section_news .news_list .news_article {
  background: #fff;
  width: 23.8793103448%;
  padding: 1.5rem 1rem;
  height: auto;
  min-height: 11.1971830986vw;
}
body.front-page section.section_news .news_list .news_article .news_date {
  font-family: "Times New Roman", Times, serif;
  color: #d2b589;
  font-style: italic;
  margin-bottom: 0.8rem;
  font-size: 1.125rem;
}
body.front-page section.section_news .news_list .news_article .news_title {
  font-size: 0.875rem;
  width: 100%;
  line-height: 1.5em;
  color: #000;
  letter-spacing: -0.1em;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_news .news_list {
    width: 84.6153846154vw;
    margin: 2rem auto 4rem;
  }
  body.front-page section.section_news .news_list .news_article {
    min-height: 45vw;
    padding: 2rem 1.5rem;
  }
  body.front-page section.section_news .news_list .news_article .news_date {
    font-size: 1.125rem;
  }
  body.front-page section.section_news .news_list .news_article .news_title {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  body.front-page section.section_news .linkbtn {
    margin: auto;
  }
}
body.front-page section.section_about {
  background: #f2f2f2;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_about {
    padding-bottom: 5rem;
  }
}
body.front-page section.section_about .about_blocks {
  width: 100%;
}
body.front-page section.section_about .about_blocks .about_block_row {
  display: flex;
}
body.front-page section.section_about .about_blocks .about_block_row.rev {
  flex-flow: row-reverse;
}
body.front-page section.section_about .about_blocks .about_block_row > div {
  width: 50%;
}
body.front-page section.section_about .about_blocks .about_block_row .about_block_title {
  background: #fff;
  padding: 13% 8%;
}
body.front-page section.section_about .about_blocks .about_block_row .about_block_title .about_title_eng {
  font-style: italic;
  font-size: 1.375rem;
}
body.front-page section.section_about .about_blocks .about_block_row .about_block_title h3 {
  font-size: 2.5rem;
  margin: 1rem 0;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
body.front-page section.section_about .about_blocks .about_block_row .about_block_title a.linkbtn_underline {
  width: 33.0934061388%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_about .about_blocks .about_block_row {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 13vw;
  }
  body.front-page section.section_about .about_blocks .about_block_row.rev {
    flex-flow: column-reverse;
  }
  body.front-page section.section_about .about_blocks .about_block_row > div {
    width: 100%;
  }
  body.front-page section.section_about .about_blocks .about_block_row .about_block_title {
    display: flex;
    justify-content: space-between;
    padding: 8% 8% 9.5%;
  }
  body.front-page section.section_about .about_blocks .about_block_row .about_block_title .about_title_eng {
    font-size: 0.8125rem;
  }
  body.front-page section.section_about .about_blocks .about_block_row .about_block_title h3 {
    font-size: 1.6875rem;
  }
  body.front-page section.section_about .about_blocks .about_block_row .about_block_title a.linkbtn_underline {
    width: 23.0769230769vw;
    margin-top: 2rem;
  }
}
body.front-page section.section_about .about_cards {
  width: 81.6901408451%;
  margin: 10rem auto 0;
  display: flex;
  justify-content: space-between;
}
body.front-page section.section_about .about_cards .about_card {
  width: 47.9310344828%;
  background: #fff;
}
body.front-page section.section_about .about_cards .about_card > a {
  color: #000;
}
body.front-page section.section_about .about_cards .about_card .about_card_content {
  padding: 2rem 2.5rem;
}
body.front-page section.section_about .about_cards .about_card .about_card_content .about_card_title {
  font-size: 1.5625rem;
  margin-bottom: 1rem;
}
body.front-page section.section_about .about_cards .about_card p {
  position: relative;
}
body.front-page section.section_about .about_cards .about_card p span {
  display: block;
  width: 24px;
  height: 10px;
  background: url("../img/more_arrow_black.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 40%;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_about .about_cards {
    display: block;
    width: 90%;
    margin: 2rem auto 0;
  }
  body.front-page section.section_about .about_cards .about_card {
    width: 100%;
  }
  body.front-page section.section_about .about_cards .about_card:first-of-type {
    margin-bottom: 3rem;
  }
  body.front-page section.section_about .about_cards .about_card .about_card_content {
    padding: 2rem 1.5rem;
  }
  body.front-page section.section_about .about_cards .about_card .about_card_content .about_card_title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  body.front-page section.section_about .about_cards .about_card p {
    position: relative;
    font-size: 0.8125em;
    line-height: 1.4em;
  }
  body.front-page section.section_about .about_cards .about_card p span {
    display: block;
    width: 7vw;
    height: 1vw;
    bottom: 40%;
    background: url("../img/more_arrow_black.png") no-repeat;
    background-size: contain;
  }
}
body.front-page section.section_brands {
  width: 100%;
}
body.front-page section.section_brands .section_inner {
  width: 90.8450704225%;
  margin: 0 0 0 auto;
  padding: 6em 0;
  overflow: hidden;
}
body.front-page section.section_brands .brands_header {
  width: 100%;
}
body.front-page section.section_brands .brands_header .brand_title_eng {
  font-size: 1.375rem;
  font-style: italic;
}
body.front-page section.section_brands .brands_header h3 {
  font-size: 2.25rem;
  margin: 1rem 0 3rem;
  font-weight: 600;
}
body.front-page section.section_brands .brands_list_wrapper {
  width: 105vw;
}
body.front-page section.section_brands .brands_list_wrapper .slick-list {
  margin-left: -1rem;
}
body.front-page section.section_brands .brands_list_wrapper .slick-next, body.front-page section.section_brands .brands_list_wrapper .slick-prev {
  top: -25%;
  left: auto;
  right: 24%;
  z-index: 100;
  width: 0.9375rem;
  height: 1.875rem;
}
body.front-page section.section_brands .brands_list_wrapper .slick-next::before, body.front-page section.section_brands .brands_list_wrapper .slick-prev::before {
  content: "";
}
body.front-page section.section_brands .brands_list_wrapper .slick-next {
  right: 21.5%;
}
body.front-page section.section_brands .brands_brand {
  margin-left: 1rem;
}
body.front-page section.section_brands .brands_brand a {
  color: #000;
}
body.front-page section.section_brands .brands_brand .brandname {
  margin-top: 1rem;
  font-family: "Helvetica Neue", Helvetica, serif;
  font-size: 0.9375rem;
  font-weight: bold;
}
body.front-page section.section_brands .brands_brand .brandname span {
  display: inline-block;
  width: 0.625rem;
}
body.front-page section.section_brands .brands_brand .brandname span img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_brands .section_inner {
    width: 84.6153846154vw;
    margin: 0 auto;
    padding: 4rem 0;
    overflow: hidden;
  }
  body.front-page section.section_brands .brands_header {
    width: 100%;
  }
  body.front-page section.section_brands .brands_header .brand_title_eng {
    font-size: 1.0625rem;
  }
  body.front-page section.section_brands .brands_header h3 {
    font-size: 1.6875rem;
    margin: 0.8rem 0 3rem;
  }
  body.front-page section.section_brands .brands_list_wrapper {
    width: 100%;
  }
  body.front-page section.section_brands .brands_brand {
    margin-left: 0rem;
    margin-bottom: 2rem;
  }
  body.front-page section.section_brands .brands_brand .brandname {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
}
body.front-page section.section_ir {
  background: #282828;
}
body.front-page section.section_ir .ir_header {
  width: 100%;
  position: relative;
}
body.front-page section.section_ir .ir_header .ir_header_backimg {
  position: relative;
}
body.front-page section.section_ir .ir_header .ir_header_contents {
  position: absolute;
  width: 71.9718309859%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.front-page section.section_ir .ir_header .ir_header_contents .ir_header_text {
  width: 50%;
}
body.front-page section.section_ir .ir_header .ir_header_contents .ir_header_title_eng {
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 500;
}
body.front-page section.section_ir .ir_header .ir_header_contents .ir_header_title {
  color: #fff;
  font-size: 2.5rem;
  margin: 1rem 0 3rem;
  width: -moz-fit-content;
  width: fit-content;
}
body.front-page section.section_ir .ir_header .ir_header_contents .ir_header_body {
  color: #fff;
  line-height: 1.6em;
  width: 62.6223091977%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_header .ir_header_contents {
    position: absolute;
    width: 84.6153846154vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
  body.front-page section.section_ir .ir_header .ir_header_contents .ir_header_text {
    width: 100%;
    margin-bottom: 3rem;
  }
  body.front-page section.section_ir .ir_header .ir_header_contents .ir_header_title_eng {
    font-size: 0.8125rem;
  }
  body.front-page section.section_ir .ir_header .ir_header_contents .ir_header_title {
    font-size: 1.6875rem;
    margin: 1rem 0 2rem;
  }
  body.front-page section.section_ir .ir_header .ir_header_contents .ir_header_body {
    font-size: 0.8125rem;
    line-height: 1.6em;
    width: 100%;
    text-align: justify;
  }
}
body.front-page section.section_ir .ir_body {
  width: 100%;
}
body.front-page section.section_ir .ir_body .ir_body_inner {
  width: 81.6901408451%;
  margin: 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner {
    width: 84.6153846154vw;
    padding: 4rem 0;
  }
}
body.front-page section.section_ir .ir_body .ir_body_inner h4 {
  margin-bottom: 4rem;
  font-family: "Helvetica Neue", Helvetica, serif;
  font-weight: bold;
  color: #fff;
  font-size: 125%;
}
body.front-page section.section_ir .ir_body .ir_body_inner h4 span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #d2b589;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner h4 {
    margin-bottom: 3rem;
    font-size: 1.1875rem;
  }
  body.front-page section.section_ir .ir_body .ir_body_inner h4 span {
    font-size: 1.0625rem;
  }
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 3rem;
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article a {
  color: #fff;
  display: block;
  width: 100%;
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_article_wrap {
  display: flex;
  height: 5.6338028169vw;
  align-items: center;
  justify-content: space-between;
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_date {
  width: 20%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: left;
  align-items: center;
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_date .ir_news_icon {
  width: 4.6rem;
  margin-left: 2rem;
  display: block;
  font-size: 0.84375rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #d2b589;
  border: 1px solid #d2b589;
  text-align: center;
  padding: 0.5em 0.1em;
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_article_body {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 3400;
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_article_body .ir_news_title {
  width: 84%;
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_article_body .ir_news_dlicon {
  display: block;
  width: 2.2535211268vw;
  max-width: 32px;
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_article_body .ir_news_dlicon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_article_wrap {
    display: block;
    height: auto;
    padding: 1.5rem 0;
  }
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_date {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
  }
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_date .ir_news_icon {
    width: 4rem;
    margin-left: 1rem;
    display: block;
    font-size: 0.625rem;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    color: #d2b589;
    border: 1px solid #d2b589;
    text-align: center;
    padding: 0.5em 0.1em;
  }
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_article_body {
    width: 100%;
    display: block;
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_article_body .ir_news_title {
    width: 100%;
  }
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_news_list .ir_news_article .ir_news_article_body .ir_news_dlicon {
    display: none;
  }
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 3rem;
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  height: 5.6338028169vw;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem {
    min-height: 20vw;
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 5vw 0;
  }
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem a {
  color: #fff;
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dt {
  width: 10%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dt {
    width: 28%;
    font-size: min(0.875rem, 14px);
  }
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(1) {
  width: 7%;
  margin-right: 3%;
  display: block;
  font-size: 0.84375rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #d2b589;
  border: 1px solid #d2b589;
  text-align: center;
  padding: 0.5em 0.1em;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(1) {
    width: 25%;
    font-size: min(0.75rem, 12px);
  }
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(2) {
  width: 60%;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(2) {
    width: 80%;
    margin-top: 0.3em;
    font-size: min(0.875rem, 14px);
  }
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(3) {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(3) {
    width: 20%;
    flex-flow: column;
    justify-content: center;
  }
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(3) a, body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(3) span {
  display: block;
  margin-bottom: 2px;
  font-size: min(0.75rem, 12px);
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(3) a, body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(3) span {
    margin-bottom: 5px;
  }
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(3) span.eirItem_new {
  background: #B79F7A;
  padding: 0.2em 1em;
  font-size: min(0.625rem, 10px);
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(3) span.eirItem_new {
    padding: 0.1em 1em;
  }
}
body.front-page section.section_ir .ir_body .ir_body_inner .ir_company_top .eirItem dd:nth-of-type(3) img {
  width: 100%;
  max-width: 28px;
  height: auto;
}
body.front-page section.section_ir .ir_body .ir_body_inner .linkbtn_underline {
  margin-left: 7rem;
  width: 10.5633802817vw;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_ir .ir_body .ir_body_inner .linkbtn_underline {
    margin-left: auto;
    margin-right: 0;
    width: 25.641025641vw;
  }
}
body.front-page section.section_recruit {
  background: #f2f2f2;
}
body.front-page section.section_recruit .section_inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_recruit .section_inner {
    padding-bottom: 5rem;
  }
}
body.front-page section.section_recruit .section_inner .recruit_title_block {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  left: 14%;
}
body.front-page section.section_recruit .section_inner .recruit_title_block .recruit_title_wrap {
  margin-bottom: 2rem;
}
body.front-page section.section_recruit .section_inner .recruit_title_block .recruit_title_eng {
  font-size: 1.125rem;
  font-style: italic;
  color: #B79F7A;
}
body.front-page section.section_recruit .section_inner .recruit_title_block .recruit_title {
  margin: 2rem 0 0;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  body.front-page section.section_recruit .section_inner .recruit_title_block {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    width: 100%;
    margin: auto;
    padding: 2rem 7.6923076923vw 3rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.front-page section.section_recruit .section_inner .recruit_title_block .recruit_title_wrap {
    width: 60%;
    margin-bottom: 0;
  }
  body.front-page section.section_recruit .section_inner .recruit_title_block .recruit_title_eng {
    font-size: 0.8125rem;
    font-style: italic;
    color: #B79F7A;
  }
  body.front-page section.section_recruit .section_inner .recruit_title_block .recruit_title {
    margin: 0.8rem 0 0;
    font-size: 1.6875rem;
  }
  body.front-page section.section_recruit .section_inner .recruit_title_block .linkbtn_underline {
    width: 30%;
  }
}

/*
　サブページ共有
*/
body.sub_page header .header_main {
  background: #282828;
}
body.sub_page main {
  padding-top: 100px;
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  body.sub_page main {
    padding-top: 20vw;
  }
}
body.sub_page .kv {
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
}
body.sub_page .kv .kv_img {
  position: relative;
  width: 100%;
  height: auto;
}
body.sub_page .kv .kv_img img {
  width: 100%;
}
body.sub_page .kv .kv_title_area {
  position: absolute;
  top: 50%;
  left: 12.5%;
  transform: translateY(-50%);
}
body.sub_page .kv .kv_title_area .kv_title_eng {
  margin-bottom: 1em;
  font-style: italic;
  font-size: 0.9375rem;
  text-transform: uppercase;
}
body.sub_page .kv .kv_title_area h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body.sub_page .kv .kv_title_area {
    left: 6.1%;
  }
}
body.sub_page .kv.noimage {
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 1254px;
}
body.sub_page .kv.noimage .kv_img {
  height: 10vw;
  max-height: 260px;
}
body.sub_page .kv.noimage .kv_title_area {
  top: 60%;
  max-height: 260px;
}
body.sub_page .kv.noimage .kv_title_eng {
  font-size: min(0.9375rem, 15px);
}
body.sub_page .kv.noimage .kv_title_area h2 {
  color: #000;
  font-size: min(2rem, 32px);
}
body.sub_page .kv.noimage .kv_inner + .breadcrumb_navi p.breadcrumb_line {
  color: #000;
}
@media screen and (max-width: 767px) {
  body.sub_page .kv.noimage .kv_img {
    height: 50vw;
    max-height: none;
  }
}
body.sub_page .kv .breadcrumb_navi {
  position: relative;
  top: 0;
  width: 100%;
}
body.sub_page .kv .breadcrumb_navi p.breadcrumb_line {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  width: min(88.3098591549%, 1254px);
  margin: auto;
  padding: 1em 0em;
  color: #000;
}
body.sub_page .kv .breadcrumb_navi p.breadcrumb_line span {
  color: #B79F7A;
}
body.sub_page .kv .kv_inner + .breadcrumb_navi {
  position: absolute;
}
body.sub_page .kv .kv_inner + .breadcrumb_navi p.breadcrumb_line {
  color: #fff;
}
body.sub_page section.section_about {
  background: #fff;
  border-top: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  body.sub_page section.section_about {
    padding-bottom: 5rem;
  }
}
body.sub_page section.section_about .about_blocks {
  width: 100%;
}
body.sub_page section.section_about .about_blocks .about_block_row {
  display: flex;
}
body.sub_page section.section_about .about_blocks .about_block_row.rev {
  flex-flow: row-reverse;
}
body.sub_page section.section_about .about_blocks .about_block_row > div {
  width: 50%;
}
body.sub_page section.section_about .about_blocks .about_block_row .about_block_title {
  padding: 13% 0 0 8%;
}
@media screen and (max-width: 767px) {
  body.sub_page section.section_about .about_blocks .about_block_row .about_block_title {
    padding: 13% 8%;
  }
}
body.sub_page section.section_about .about_blocks .about_block_row .about_block_title .about_title_eng {
  font-style: italic;
  font-size: 1.375rem;
}
body.sub_page section.section_about .about_blocks .about_block_row .about_block_title h3 {
  font-size: 2.5rem;
  margin: 1rem 0;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
body.sub_page section.section_about .about_blocks .about_block_row .about_block_title a.linkbtn_underline {
  width: 38.264250848%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  body.sub_page section.section_about .about_blocks .about_block_row {
    display: flex;
    flex-flow: column-reverse;
  }
  body.sub_page section.section_about .about_blocks .about_block_row.rev {
    flex-flow: column-reverse;
  }
  body.sub_page section.section_about .about_blocks .about_block_row > div {
    width: 100%;
  }
  body.sub_page section.section_about .about_blocks .about_block_row .about_block_title {
    display: flex;
    justify-content: space-between;
  }
  body.sub_page section.section_about .about_blocks .about_block_row .about_block_title .about_title_eng {
    font-size: 0.8125rem;
  }
  body.sub_page section.section_about .about_blocks .about_block_row .about_block_title h3 {
    font-size: 1.6875rem;
  }
  body.sub_page section.section_about .about_blocks .about_block_row .about_block_title a.linkbtn_underline {
    width: 23.0769230769vw;
    margin-top: 2rem;
  }
}

body.sub_page.message section.section_message {
  width: 100%;
}
body.sub_page.message section.section_message .message_wrapper {
  width: 81.6901408451%;
  max-width: 1160px;
  margin: auto;
  margin-bottom: 3em;
  display: flex;
}
body.sub_page.message section.section_message .message_wrapper > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_message .message_wrapper {
    width: 100%;
    display: block;
  }
  body.sub_page.message section.section_message .message_wrapper > div {
    width: 100%;
  }
}
body.sub_page.message section.section_message .message_wrapper .message_text {
  position: relative;
}
body.sub_page.message section.section_message .message_wrapper .message_text .page_title_eng, body.sub_page.message section.section_message .message_wrapper .message_text .message_eng {
  font-size: min(0.9375rem, 15px);
  font-style: italic;
  margin-bottom: 1em;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_message .message_wrapper .message_text .page_title_eng, body.sub_page.message section.section_message .message_wrapper .message_text .message_eng {
    width: 90%;
    margin: 2em auto 1em;
  }
}
body.sub_page.message section.section_message .message_wrapper .message_text h2 {
  font-size: min(2rem, 32px);
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_message .message_wrapper .message_text h2 {
    width: 90%;
    margin: 0 auto 2em;
  }
}
body.sub_page.message section.section_message .message_wrapper .message_text h3 {
  font-size: min(1.625rem, 26px);
  font-weight: 500;
  margin-bottom: 2em;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_message .message_wrapper .message_text h3 {
    width: 90%;
    margin: 0em auto 1em;
    line-height: 1.6em;
  }
}
body.sub_page.message section.section_message .message_wrapper .message_text p.bodytext {
  font-size: min(1rem, 16px);
  line-height: 1.8em;
  margin-bottom: 2em;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_message .message_wrapper .message_text p.bodytext {
    width: 90%;
    margin: 0 auto 2em;
  }
}
body.sub_page.message section.section_message .message_wrapper .message_text p.message_jobclass {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.75rem, 12px);
  line-height: 1.8em;
  margin-bottom: 1em;
  color: #999;
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_message .message_wrapper .message_text p.message_jobclass {
    width: 90%;
    margin: 0 auto 2em;
  }
}
body.sub_page.message section.section_message .message_wrapper .message_text p.message_name {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8em;
  font-size: min(1.4375rem, 23px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_message .message_wrapper .message_text p.message_name {
    width: 90%;
    margin: 0 auto;
  }
}
body.sub_page.message section.section_message .message_wrapper .message_text img.ceo_sign {
  position: relative;
  z-index: 5;
  width: 28.9655172414%;
  margin-top: -6%;
  margin-left: 12.5%;
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_message .message_wrapper .message_text img.ceo_sign {
    width: 43.0769230769%;
    margin-top: -10%;
    margin-left: 23%;
  }
}
body.sub_page.message section.section_declaration {
  background: #090909;
  color: #fff;
}
body.sub_page.message section.section_declaration .declaration_wapper {
  width: 81.6901408451%;
  max-width: 1160px;
  margin: auto;
  padding: min(5rem, 80px) 0;
}
body.sub_page.message section.section_declaration .declaration_wapper h2.declaration_title {
  font-size: min(2.125rem, 34px);
  font-weight: 500;
  margin-bottom: 2em;
}
body.sub_page.message section.section_declaration .declaration_wapper p {
  font-size: min(1rem, 16px);
  line-height: 1.8em;
  margin-bottom: 1em;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}
body.sub_page.message section.section_declaration .declaration_wapper ul {
  margin-bottom: 1em;
}
body.sub_page.message section.section_declaration .declaration_wapper ul li {
  font-size: min(1rem, 16px);
  line-height: 1.8em;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_declaration .declaration_wapper ul li {
    padding-left: 1em;
    text-indent: -0.8em;
  }
}
body.sub_page.message section.section_declaration .declaration_wapper .declaration_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_declaration .declaration_wapper .declaration_list {
    display: block;
  }
}
body.sub_page.message section.section_declaration .declaration_wapper .declaration_list li.declist_block {
  width: 49%;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.6em;
  margin-bottom: 1em;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.875rem, 14px);
  text-align: justify;
  letter-spacing: 0.02em;
}
body.sub_page.message section.section_declaration .declaration_wapper .declaration_list li.declist_block .declist_title {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5625rem, 25px);
  color: #d2b589;
  margin-bottom: 0.6em;
  letter-spacing: 0em;
}
body.sub_page.message section.section_declaration .declaration_wapper .declaration_list li.declist_block .declist_title span.small {
  font-size: min(1.125rem, 18px);
}
@media screen and (max-width: 767px) {
  body.sub_page.message section.section_declaration .declaration_wapper .declaration_list li.declist_block {
    width: 100%;
  }
}

body.sub_page.policy .section_philosophy .policy_list_wrap {
  width: 81.6901408451%;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.sub_page.policy .section_philosophy .policy_list_wrap {
    width: 90%;
  }
}
body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list {
  margin-bottom: 1em;
}
body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block:last-of-type {
  border: none;
}
body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block .policy_col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block .policy_col {
    display: block;
  }
}
body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block .policy_col dt {
  width: 15%;
  font-size: min(1.875rem, 30px);
  font-style: italic;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block .policy_col dt {
    width: 100%;
    margin-bottom: 5vw;
  }
}
body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block .policy_col dd {
  width: 85%;
  font-size: min(1.25rem, 20px);
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block .policy_col dd {
    font-size: min(1.5rem, 24px);
    width: 100%;
  }
}
body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block .policy_col dd .policy_values {
  margin-bottom: 0.8em;
  font-size: min(1.0625rem, 17px);
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block .policy_col dd .policy_values {
    margin-bottom: 1.8em;
  }
}
body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block .policy_col dd .policy_values span {
  font-size: min(1.25rem, 20px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: inline-block;
  margin-right: 1em;
  width: 9em;
}
@media screen and (max-width: 767px) {
  body.sub_page.policy .section_philosophy .policy_list_wrap .policy_list .policy_list_block .policy_col dd .policy_values span {
    font-size: min(1.5rem, 24px);
    width: 100%;
    display: block;
    margin-bottom: 0.6em;
  }
}

body.sub_page.about .section_companyprofile .profile_list {
  width: min(59.5774647887%, 846px);
  margin: 0 auto 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body.sub_page.about .section_companyprofile .profile_list {
    width: 90%;
    display: block;
  }
}
body.sub_page.about .section_companyprofile .profile_list dt {
  width: 30%;
  font-weight: 600;
  color: #B79F7A;
}
body.sub_page.about .section_companyprofile .profile_list dd {
  width: 70%;
}
body.sub_page.about .section_companyprofile .profile_list dt, body.sub_page.about .section_companyprofile .profile_list dd {
  border-top: 1px solid #c8c8c8;
  padding: 2em;
  font-size: min(0.9375rem, 15px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body.sub_page.about .section_companyprofile .profile_list dt, body.sub_page.about .section_companyprofile .profile_list dd {
    width: 100%;
    padding: 2em 0;
  }
  body.sub_page.about .section_companyprofile .profile_list dt {
    padding-bottom: 0;
  }
  body.sub_page.about .section_companyprofile .profile_list dd {
    border: none;
  }
}
body.sub_page.about .section_companyprofile .profile_list .bord_list_cell {
  display: flex;
  margin-bottom: 2em;
}
body.sub_page.about .section_companyprofile .profile_list .bord_list_cell span {
  display: block;
}
body.sub_page.about .section_companyprofile .profile_list .bord_list_cell span.bord_list_job {
  width: 10em;
}

body.sub_page.history .section_history .history_header {
  width: min(59.5774647887%, 846px);
  margin: 0 auto 5em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
body.sub_page.history .section_history .history_header .history_header_img {
  width: 29.1962174941%;
}
body.sub_page.history .section_history .history_header .history_header_txt {
  width: 66.1938534279%;
  width: 100%;
  font-size: min(1rem, 16px);
  line-height: 1.8em;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body.sub_page.history .section_history .history_header {
    width: 90%;
    display: block;
  }
  body.sub_page.history .section_history .history_header .history_header_img {
    width: 100%;
    margin-bottom: 1em;
  }
  body.sub_page.history .section_history .history_header .history_header_txt {
    width: 100%;
  }
}
body.sub_page.history .section_history .history_list {
  width: min(59.5774647887%, 846px);
  margin: 0 auto 5em;
  border-top: 1px solid #c8c8c8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body.sub_page.history .section_history .history_list {
    width: 90%;
    display: block;
  }
}
body.sub_page.history .section_history .history_list dt {
  width: 25%;
  font-weight: 600;
  color: #B79F7A;
  padding: 2em 0 2em 3em;
}
body.sub_page.history .section_history .history_list dd {
  width: 75%;
  padding: 2em 2em 2em 0em;
}
body.sub_page.history .section_history .history_list dt, body.sub_page.history .section_history .history_list dd {
  border-bottom: 1px solid #c8c8c8;
  font-size: min(0.875rem, 15px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.sub_page.history .section_history .history_list dt, body.sub_page.history .section_history .history_list dd {
    width: 100%;
    padding: 2em 0;
  }
  body.sub_page.history .section_history .history_list dt {
    border: none;
    padding-bottom: 0;
  }
  body.sub_page.history .section_history .history_list dd {
    padding-top: 0.5em;
  }
}

body.sub_page.compliance .section_compliance .compliance_header {
  width: min(59.5774647887%, 846px);
  margin: 0 auto 3em;
  display: block;
}
body.sub_page.compliance .section_compliance .compliance_header .compliance_header_txt {
  width: 100%;
  font-size: min(1rem, 16px);
  line-height: 1.8em;
  text-align: justify;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body.sub_page.compliance .section_compliance .compliance_header {
    width: 90%;
  }
}
body.sub_page.compliance .section_compliance .compliance_body {
  width: min(59.5774647887%, 846px);
  margin: 0 auto 5em;
  border-top: 1px solid #c8c8c8;
  display: block;
  padding: 3em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.sub_page.compliance .section_compliance .compliance_body {
    width: 90%;
  }
}
body.sub_page.compliance .section_compliance .compliance_body h3 {
  color: #B79F7A;
  font-size: min(1.125rem, 18px);
  margin-bottom: 1em;
  margin-top: 4em;
}
body.sub_page.compliance .section_compliance .compliance_body h3:first-of-type {
  margin-top: 0;
}
body.sub_page.compliance .section_compliance .compliance_body p {
  font-size: min(0.9375rem, 15px);
  line-height: 1.6em;
  margin-bottom: 0.8em;
}
body.sub_page.compliance .section_compliance .compliance_body p.plevel2 {
  padding-left: 3em;
  margin-bottom: 1em;
}
body.sub_page.compliance .section_compliance .compliance_body p.plevel3 {
  padding-left: 7em;
  text-indent: -1.2em;
}
body.sub_page.compliance .section_compliance .compliance_body .level2wrap {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  body.sub_page.compliance .section_compliance .compliance_body p {
    font-size: min(0.9375rem, 15px);
  }
  body.sub_page.compliance .section_compliance .compliance_body p.plevel2 {
    padding-left: 2em;
  }
  body.sub_page.compliance .section_compliance .compliance_body p.plevel3 {
    padding-left: 4em;
    text-indent: -1.1em;
  }
}

/*
    IR関連
*/
body.sub_page.ir .section_ir .section_inner {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir .section_ir .section_inner {
    padding: 0;
  }
}
body.sub_page.ir .ir_main_contents {
  width: 90%;
  max-width: 846px;
  margin: 0 auto min(8rem, 128px);
}
body.sub_page.ir .ir_main_contents h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.25rem, 20px);
  line-height: 1.6em;
  margin-bottom: 1em;
  color: #B79F7A;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir .ir_main_contents h3 {
    margin-top: 1em;
    padding-left: 0.8em;
    text-indent: -0.8em;
  }
}
body.sub_page.ir .ir_main_contents p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
  line-height: 1.6em;
  margin-bottom: 0.6em;
}
body.sub_page.ir .ir_main_contents p.note {
  font-size: min(0.75rem, 12px);
}
body.sub_page.ir.ir_performance p {
  font-size: min(0.9375rem, 15px);
}
body.sub_page.ir.ir_performance .ir_credit {
  width: 100%;
  line-height: 2em;
  height: 2em;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_performance .ir_credit {
    margin-top: 1em;
  }
}
body.sub_page.ir.ir_performance .ir_sample {
  width: 100%;
  display: flex;
  height: 4.9295774648vw;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
  text-align: center;
  line-height: 1.6em;
}
body.sub_page.ir.ir_performance .ir_sample li.blank {
  width: 30.4964539007%;
  border-right: 1px solid #bdbdbd;
  position: relative;
  background-image: linear-gradient(to top right, transparent, transparent 49%, #bdbdbd 49%, #bdbdbd 50%, transparent 50%, transparent);
}
body.sub_page.ir.ir_performance .ir_sample li {
  width: 13.9479905437%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B79F7A;
  font-weight: 500;
}
body.sub_page.ir.ir_performance .ir_sample li:nth-child(3), body.sub_page.ir.ir_performance .ir_sample li:nth-child(5) {
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_performance .ir_sample {
    display: none;
  }
}
body.sub_page.ir.ir_performance .ir_performance {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
}
body.sub_page.ir.ir_performance .ir_performance dl {
  width: 100%;
  display: block;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
body.sub_page.ir.ir_performance .ir_performance dl:nth-child(2n) dt {
  background: #828282;
}
body.sub_page.ir.ir_performance .ir_performance dl:last-child {
  border-bottom: 1px solid #bdbdbd;
}
body.sub_page.ir.ir_performance .ir_performance dl::after {
  content: "";
  display: table;
  clear: both;
}
body.sub_page.ir.ir_performance .ir_performance dl dt {
  width: 18.085106383%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.9295774648vw;
  max-height: 141px;
  float: left;
  color: #fff;
  background: #bdbdbd;
  font-weight: 500;
  line-height: 1.6em;
  text-align: center;
}
body.sub_page.ir.ir_performance .ir_performance dl dd {
  width: 81.914893617%;
  float: right;
}
body.sub_page.ir.ir_performance .ir_performance dl dd:nth-of-type(2n+1) {
  border-top: 1px solid #bdbdbd;
}
body.sub_page.ir.ir_performance .ir_performance dl dd ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  height: 4.9295774648vw;
  max-height: 70px;
}
body.sub_page.ir.ir_performance .ir_performance dl dd ul li {
  width: 17.0274170274%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.sub_page.ir.ir_performance .ir_performance dl dd ul li:first-child {
  width: 15.1515151515%;
  background: #f6f6f6;
}
body.sub_page.ir.ir_performance .ir_performance dl dd ul li:nth-child(3), body.sub_page.ir.ir_performance .ir_performance dl dd ul li:nth-child(5) {
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_performance .ir_performance dl {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    height: auto;
  }
  body.sub_page.ir.ir_performance .ir_performance dl:nth-child(2n) dt {
    background: #828282;
  }
  body.sub_page.ir.ir_performance .ir_performance dl:last-child {
    border-bottom: 1px solid #bdbdbd;
  }
  body.sub_page.ir.ir_performance .ir_performance dl::after {
    content: "";
    display: table;
    clear: both;
  }
  body.sub_page.ir.ir_performance .ir_performance dl dt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    line-height: 2em;
    max-height: none;
    color: #fff;
    background: #a4a4a4;
    font-weight: 500;
  }
  body.sub_page.ir.ir_performance .ir_performance dl dd {
    width: 33.33333%;
    height: auto;
    border-top: none;
  }
  body.sub_page.ir.ir_performance .ir_performance dl dd:nth-of-type(2n) {
    border-top: none;
  }
  body.sub_page.ir.ir_performance .ir_performance dl dd:nth-of-type(2n+1) {
    border-top: none;
  }
  body.sub_page.ir.ir_performance .ir_performance dl dd.ir_sample {
    border-left: none;
    border-top: none;
  }
  body.sub_page.ir.ir_performance .ir_performance dl dd.ir_sample ul li {
    border: none;
  }
  body.sub_page.ir.ir_performance .ir_performance dl dd ul {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    height: auto;
    max-height: none;
  }
  body.sub_page.ir.ir_performance .ir_performance dl dd ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2em;
    height: 4.2rem;
    border: none;
  }
  body.sub_page.ir.ir_performance .ir_performance dl dd ul li:first-child {
    width: 100%;
    background: #ddd;
    height: 3rem;
  }
  body.sub_page.ir.ir_performance .ir_performance dl dd ul li:nth-child(3), body.sub_page.ir.ir_performance .ir_performance dl dd ul li:nth-child(5) {
    background: #f6f6f6;
  }
  body.sub_page.ir.ir_performance .ir_performance .ir_sample {
    font-size: 0.8125rem;
    border-top: none;
  }
}
body.sub_page.ir.ir_calendar .ir_calendar {
  margin-bottom: min(3rem, 48px);
}
body.sub_page.ir.ir_meating .section_inner {
  padding-top: 0;
}
body.sub_page.ir.ir_meating .ir_library_list {
  width: 100%;
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  padding: 1em 0;
  margin-bottom: 3em;
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents table {
  margin-bottom: 1em;
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents table th, body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
  font-weight: 500;
  padding: 0.3em 0.5em 1em;
  line-height: 1.6em;
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents table td {
  padding-left: 0;
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents table th {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents table th {
    padding-left: 0;
  }
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
  font-size: min(0.9375rem, 15px);
  line-height: 1.4em;
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl a {
  color: #000;
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl a:hover {
  text-decoration: underline;
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl dt, body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl dd {
  padding: 0.2em 0;
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl dt {
  width: 65%;
  padding-left: 3.5em;
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl dd {
  width: 35%;
  font-size: min(0.75rem, 12px);
}
body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl dd img {
  display: inline-block;
  width: 1.6em;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl dt, body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl dd {
    padding: 0.2em 0;
  }
  body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl dt {
    width: 85%;
  }
  body.sub_page.ir.ir_meating .ir_library_list .ir_library_contents dl dd {
    text-align: center;
    width: 15%;
  }
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3em;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_anchor li {
  width: 33%;
  text-align: center;
  padding: 1.1em 0;
  margin-bottom: 0.5em;
  background: #B79F7A;
  font-size: min(0.875rem, 14px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2em;
  position: relative;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_anchor li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_anchor li {
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_anchor li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_anchor li::after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 8%;
  top: 45%;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_anchor li::after {
    right: 50%;
    top: 76%;
  }
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents h3 {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5rem, 24px);
  font-weight: 500;
  margin-bottom: 1em;
  color: #B79F7A;
  margin-top: 2em;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents h3:before {
  content: "";
  display: block;
  height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px; /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status {
  width: 92%;
  background: #f6f6f6;
  padding: 8% 18% 6%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status {
    padding: 6%;
  }
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status dl {
  width: 100%;
  margin: 0 auto 3em;
  display: flex;
  align-items: center;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status dl dt, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status dl dd {
  width: 50%;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(1.25rem, 20px);
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status dl dd {
  color: #B79F7A;
  font-size: min(2rem, 32px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status dl {
    display: block;
    margin: 0 auto 2em;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status dl dt, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status dl dd {
    width: 100%;
    text-align: center;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status dl dt {
    margin-bottom: 0.8em;
  }
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status p {
  padding-left: 50%;
  font-size: min(0.75rem, 12px);
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_status p {
    padding-left: 0;
    text-align: center;
  }
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 1em;
  font-size: min(0.9375rem, 15px);
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table thead {
  border-bottom: 1px solid #c8c8c8;
  font-size: min(0.875rem, 14px);
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table thead th, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table thead td {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table th, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table td {
  text-align: left;
  padding: 1.6em 0;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table th {
  width: 50%;
  padding-left: 3em;
  font-weight: 500;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table td {
  text-align: right;
  padding-right: 4em;
  color: #626262;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table thead {
    font-size: min(0.875rem, 14px);
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table thead th, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table thead td {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table thead td {
    text-align: center;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table th, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table td {
    text-align: left;
    padding: 1.6em 0;
    line-height: 1.4em;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table th {
    width: 50%;
    padding-left: 0.5em;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large table td {
    text-align: right;
    padding-right: 0.5em;
  }
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_large p.right {
  text-align: right;
  font-size: min(0.8125rem, 13px);
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_memo dl {
  width: 100%;
  font-size: min(0.9375rem, 15px);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2em;
  line-height: 1.4em;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_memo dl dt {
  font-size: min(1.25rem, 20px);
  margin-bottom: 0.6em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_memo dl {
    line-height: 1.8em;
    margin-bottom: 3em;
  }
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl {
  width: 100%;
  font-size: min(0.9375rem, 15px);
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: space-between;
  text-align: left;
  border-top: 1px solid #c8c8c8;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl dt, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl dd {
  padding: 2em 0;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl dt {
  padding-left: 3em;
  width: 20%;
  font-weight: 700;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl dd {
  width: 80%;
  line-height: 1.4em;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl dd a {
  color: #000;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl:last-of-type {
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl {
    display: block;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl dt, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl dd {
    width: 100%;
    padding-left: 0;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl dt {
    padding-bottom: 0.5em;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_toggle dl dd {
    padding-top: 0.5em;
  }
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_next {
  font-size: min(0.9375rem, 15px);
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_next a {
  color: #000;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_next a img {
  display: inline-block;
  width: 0.8em;
  vertical-align: 0em;
  margin-left: 0.6em;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_electron {
  font-size: min(0.9375rem, 15px);
  font-family: "Noto Sans JP", sans-serif;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_electron p {
  border-top: 1px solid #c8c8c8;
  padding: 2em 3em;
  height: auto;
  line-height: 1.4em;
  margin: 0;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_electron p span {
  font-weight: 500;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_electron p a {
  color: #000;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_electron p {
    padding: 2em 0;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_electron p span {
    display: block;
  }
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat p {
  font-size: min(0.9375rem, 15px);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2em;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu {
  width: 92%;
  margin: auto;
  background: #f6f6f6;
  padding: 3em 0em;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table {
  font-size: min(1rem, 16px);
  font-family: "Noto Sans JP", sans-serif;
  width: 60%;
  margin: auto;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table th {
  padding: 0.8em 0;
  border-bottom: 1px solid #c8c8c8;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table td {
  padding: 1.4em 0;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table th, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table td {
  text-align: center;
  padding-left: 6em;
}
body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table th:last-of-type, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table td:last-of-type {
  padding-left: 0;
  padding-right: 6em;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu {
    width: 100%;
    padding: 1.8em 0em;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table {
    width: 90%;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table th, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table td {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table th:last-of-type, body.sub_page.ir.ir_data .ir_main_contents .ir_stock_contents .ir_stock_treat .ir_stock_treat_menu table td:last-of-type {
    padding-right: 0em;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .irfinance_navi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  border-bottom: 2px solid #B79F7A;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .irfinance_navi li {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  width: 33%;
  padding: 1em 0;
  border-top: 1px solid #B79F7A;
  border-right: 1px solid #B79F7A;
  border-left: 1px solid #B79F7A;
  border-radius: 0.5em 0.5em 0 0;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .irfinance_navi li {
    font-size: min(0.875rem, 14px);
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .irfinance_navi li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #B79F7A;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .irfinance_navi li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .irfinance_navi li.active {
  background: #B79F7A;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .irfinance_navi li.active a {
  color: #fff;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_tab, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_tab {
  width: 100%;
  margin-bottom: 3em;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_tab div.yearController ul, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_tab div.yearController ul {
  display: block;
  text-align: justify;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_tab div.yearController ul li, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_tab div.yearController ul li {
  display: inline-block;
  font-size: min(0.9375rem, 15px);
  width: 16.666666%;
  margin-bottom: 1%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_tab div.yearController ul li a, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_tab div.yearController ul li a {
  color: #090909;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_tab div.yearController ul li a.selected, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_tab div.yearController ul li a.selected {
  font-weight: 500;
  color: #B79F7A;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_tab .yearController, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_tab .yearController {
    margin-left: auto;
    margin-right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_tab .yearController select, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_tab .yearController select {
    padding: 0.4em 1em;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirHeading, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirHeading {
  color: #B79F7A;
  font-size: min(1.125rem, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 1em;
  border-bottom: 1px solid #c8c8c8;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem {
  padding: 2em 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #c8c8c8;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem {
    flex-wrap: wrap;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem:last-of-type, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem:last-of-type {
  border-bottom: 1px solid #c8c8c8;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dt, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dt {
  color: #B79F7A;
  width: 20%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dt, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dt {
    width: 100%;
    margin-bottom: 0.2em;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dd.eirItem_title_link, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dd.eirItem_title_link, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link {
    width: 80%;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dd.eirItem_title_link a, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link a {
  color: #000;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dd.eirItem_title_link:nth-of-type(2), body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link:nth-of-type(2) {
  text-align: right;
  width: 30%;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dd.eirItem_title_link:nth-of-type(2), body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link:nth-of-type(2) {
    width: 20%;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dd.eirItem_title_link .eirItem_type_icon_image, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link .eirItem_type_icon_image {
  width: 24px;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dd.eirItem_title_link .eirItem_type_icon_image, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link .eirItem_type_icon_image {
    display: block;
    margin-right: 12px;
    margin-left: auto;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dd.eirItem_title_link span, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link span {
  font-size: min(0.8125rem, 13px);
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dd.eirItem_title_link span.eirItem_new, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link span.eirItem_new {
  background: #B79F7A;
  font-size: min(0.6875rem, 11px);
  padding: 0.3em 1em 0.2em;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eirItem dd.eirItem_title_link span.eirItem_new, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link span.eirItem_new {
    padding: 0.2em 1em 0.1em;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eir_page_ir03 dt.eirItem_title_link, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eir_page_ir03 dt.eirItem_title_link {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eir_page_ir03 dt.eirItem_title_link a, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eir_page_ir03 dt.eirItem_title_link a {
  color: #000;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eir_page_ir03 dt.eirItem_title_link, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eir_page_ir03 dt.eirItem_title_link {
    width: 80%;
    margin-bottom: 0;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eir_page_ir03 dd.eirItem_title_link, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eir_page_ir03 dd.eirItem_title_link {
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_backnumber_list .eir_page_ir03 dd.eirItem_title_link, body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eir_page_ir03 dd.eirItem_title_link {
    width: 20%;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dt {
  width: 10%;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dt {
    width: 30%;
    margin-bottom: 0.2em;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd:nth-of-type(1) {
  width: 6%;
  margin: 0 2% 0 0;
  border: 1px solid #B79F7A;
  text-align: center;
  padding: 0.4em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.75rem, 12px);
  color: #B79F7A;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd:nth-of-type(1) {
    width: 20%;
    margin-right: 40%;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
  line-height: 1.4em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link {
    width: 80%;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link a {
  color: #000;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link:nth-of-type(2) {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link:nth-of-type(2) {
    width: 75%;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link:nth-of-type(3) {
  text-align: right;
  width: 30%;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_chronicle_list .eirItem dd.eirItem_title_link:nth-of-type(3) {
    width: 20%;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list .eirHeading {
  color: #B79F7A;
  font-size: min(1.125rem, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 1em;
  border-bottom: 1px solid #c8c8c8;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dt {
  padding: 2em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c8c8c8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dt a {
  display: block;
  color: #000;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dt .pdf_icon_box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dt .pdf_icon_box img {
  width: 24px;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dt .pdf_icon_box img {
    display: flex;
    margin: 0 auto 4px;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dt .pdf_icon_box span.eirItem_size {
  font-size: min(0.8125rem, 13px);
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dt .pdf_icon_box span.eirItem_size {
    display: flex;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dt .pdf_icon_box span.eirItem_new {
  background: #B79F7A;
  font-size: min(0.6875rem, 11px);
  padding: 0.3em 1em 0.2em;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dt .pdf_icon_box span.eirItem_new {
    padding: 0.2em 1em 0.1em;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dd {
  padding: 5em 0;
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dd iframe {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dd iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 560/315;
  }
}
body.sub_page.ir.ir_library_and_report .ir_main_contents .ir_library_list dl dd a.playmovie {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
  color: #fff;
  background: #404040;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3em auto;
  padding: 1em 2em;
}

body.sub_page.newsrelease .section_nr .section_inner {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  body.sub_page.newsrelease .section_nr .section_inner {
    padding: 0;
  }
}
body.sub_page.newsrelease .nr_main_contents {
  width: 90%;
  max-width: 846px;
  margin: 0 auto min(8rem, 128px);
}
body.sub_page.newsrelease .nr_main_contents h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.25rem, 20px);
  line-height: 1.6em;
  margin-bottom: 1em;
  color: #B79F7A;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  body.sub_page.newsrelease .nr_main_contents h3 {
    margin-top: 1em;
    padding-left: 0.8em;
    text-indent: -0.8em;
  }
}
body.sub_page.newsrelease .nr_main_contents p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
  line-height: 1.6em;
  margin-bottom: 0.6em;
}
body.sub_page.newsrelease .nr_main_contents p.note {
  font-size: min(0.75rem, 12px);
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_tab {
  width: 100%;
  margin-bottom: 3em;
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_tab div.yearController ul {
  display: block;
  text-align: justify;
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_tab div.yearController ul li {
  display: inline-block;
  font-size: min(0.9375rem, 15px);
  width: 16.666666%;
  margin-bottom: 1%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_tab div.yearController ul li a {
  color: #090909;
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_tab div.yearController ul li a.selected {
  font-weight: 500;
  color: #B79F7A;
}
@media screen and (max-width: 767px) {
  body.sub_page.newsrelease .nr_main_contents .nr_chronicle_tab .yearController {
    margin-left: auto;
    margin-right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  body.sub_page.newsrelease .nr_main_contents .nr_chronicle_tab .yearController select {
    padding: 0.4em 1em;
  }
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_list .nrHeading {
  color: #B79F7A;
  font-size: min(1.125rem, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 1em;
  border-bottom: 1px solid #c8c8c8;
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_list .eirItem {
  padding: 2em 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #c8c8c8;
}
@media screen and (max-width: 767px) {
  body.sub_page.newsrelease .nr_main_contents .nr_chronicle_list .eirItem {
    flex-wrap: wrap;
  }
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_list .eirItem:last-of-type {
  border-bottom: 1px solid #c8c8c8;
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_list .eirItem dt {
  color: #B79F7A;
  width: 20%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.sub_page.newsrelease .nr_main_contents .nr_chronicle_list .eirItem dt {
    width: 100%;
    margin-bottom: 0.2em;
  }
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_list .eirItem dd.eirItem_title_link {
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.9375rem, 15px);
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body.sub_page.newsrelease .nr_main_contents .nr_chronicle_list .eirItem dd.eirItem_title_link {
    width: 100%;
  }
}
body.sub_page.newsrelease .nr_main_contents .nr_chronicle_list .eirItem dd.eirItem_title_link a {
  color: #000;
}/*# sourceMappingURL=styles.css.map */