@charset "UTF-8";
/* =======================================

  ELEMENTS CONTENTS

======================================= */
.yoshinoya-hd-hf main {
  padding-block: 66px 120px;
  overflow: hidden;
}
.yoshinoya-hd-hf main:has(.bg_area:last-child) {
  padding-bottom: 0;
}
@media screen and (max-width: 1280px) {
.yoshinoya-hd-hf   main {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   main {
    padding-block: 64px 100px;
  }
}

/* sec_wrap */
.yoshinoya-hd-hf .sec_wrap_xl {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sec_wrap_xl {
    margin-bottom: 64px;
  }
}

/* sec_wrap(Hごとに異なる) */
.yoshinoya-hd-hf .sec_wrap_l {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sec_wrap_l {
    margin-bottom: 48px;
  }
}

.yoshinoya-hd-hf .sec_wrap_ml {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sec_wrap_ml {
    margin-bottom: 32px;
  }
}

.yoshinoya-hd-hf .sec_wrap_m {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sec_wrap_m {
    margin-bottom: 24px;
  }
}

.yoshinoya-hd-hf .sec_wrap_sm {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sec_wrap_sm {
    margin-bottom: 20px;
  }
}

.yoshinoya-hd-hf .sec_wrap_s {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sec_wrap_s {
    margin-bottom: 12px;
  }
}

/* .indent_box */
.yoshinoya-hd-hf .indent_box {
  padding-left: 1em;
}

.yoshinoya-hd-hf .indent_wide_box {
  padding-left: 3.5em;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .indent_wide_box {
    padding-left: 1em;
  }
}

/*-----------------------------------------
  heading
-----------------------------------------*/
.yoshinoya-hd-hf .page_title_field {
  position: relative;
}
.yoshinoya-hd-hf .page_title_field.page_ir::before {
  content: "";
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/common/page_img_ir.png") no-repeat center center;
  background-size: contain;
  width: 696px;
  height: 575px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field.page_ir::before {
    content: none;
  }
}
.yoshinoya-hd-hf .page_title_field.page_company::before {
  content: "";
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/common/page_img_company.png") no-repeat center center;
  background-size: contain;
  width: 1025px;
  height: 773px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field.page_company::before {
    content: none;
  }
}
.yoshinoya-hd-hf .page_title_field.page_csr::before {
  content: "";
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/common/page_img_csr.png") no-repeat center center;
  background-size: contain;
  width: 1851px;
  height: 609px;
  position: absolute;
  top: 0;
  left: calc(50% + 184px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field.page_csr::before {
    content: none;
  }
}
.yoshinoya-hd-hf .page_title_field.page_404::before {
  content: "";
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/common/page_img_not_found.png") no-repeat center center;
  background-size: contain;
  width: 746px;
  height: 422px;
  position: absolute;
  top: 0;
  right: 82px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field.page_404::before {
    content: none;
  }
}
.yoshinoya-hd-hf .page_title_field.page_404 .heading_title_clm {
  gap: 0 26px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .page_title_field.page_404 .heading_title_clm {
    gap: 0 16px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field.page_404 .heading_title_clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.yoshinoya-hd-hf .page_title_field.page_404 small {
  font-size: 8em;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1280px) {
.yoshinoya-hd-hf   .page_title_field.page_404 small {
    font-size: 6em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .page_title_field.page_404 small {
    font-size: 4em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field.page_404 small {
    font-size: 3.6em;
    line-height: 1.25;
  }
}
.yoshinoya-hd-hf .page_title_field.page_404 h1 {
  font-size: 20em;
  line-height: 1;
  font-weight: 600;
}
.yoshinoya-hd-hf .page_title_field.page_404 h1[lang=en] {
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1280px) {
.yoshinoya-hd-hf   .page_title_field.page_404 h1 {
    font-size: 17em;
    line-height: 1;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .page_title_field.page_404 h1 {
    font-size: 12em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field.page_404 h1 {
    font-size: 10em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field {
    margin-bottom: 32px;
  }
}
.yoshinoya-hd-hf .page_title_field small {
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field small {
    font-size: 1.2em;
    line-height: 1.8333333333;
  }
}
.yoshinoya-hd-hf .page_title_field h1 {
  font-size: 4.8em;
  line-height: 1.7916666667;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field h1 {
    margin: 8px 0;
    font-size: 3.2em;
    line-height: 1.25;
  }
}
.yoshinoya-hd-hf .page_title_field h1 > small {
  font-size: 4.8em;
  line-height: 1.7916666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_title_field h1 > small {
    font-size: 2.4em;
    line-height: 1.7916666667;
    display: block;
  }
}

/* .heading_clm_wrap */
.yoshinoya-hd-hf .heading_clm_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 10px;
}
.yoshinoya-hd-hf .heading_clm_wrap .heading_title_clm {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_clm_wrap {
    gap: 16px;
  }
}

/* .heading_title_clm */
.yoshinoya-hd-hf .heading_title_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.yoshinoya-hd-hf .heading_title_clm.flex_align_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoshinoya-hd-hf .heading_title_clm.img_set_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoshinoya-hd-hf .heading_title_clm.img_set_clm figure + * {
  margin-left: 20px;
}
.yoshinoya-hd-hf .heading_title_clm:has(h2) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .heading_title_clm:has(h2) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_title_clm:has(h2) {
    margin-bottom: 24px;
  }
}
.yoshinoya-hd-hf .heading_title_clm:has(h2) h2 {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .heading_title_clm:has(h2) small {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.2em;
  line-height: 1.6363636364;
  font-weight: 700;
  color: #000000;
  margin-left: 24px;
  /* .heading_en */
  /* .heading_accent */
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_title_clm:has(h2) small {
    font-size: 1.4em;
    line-height: 1.7857142857;
    margin-left: 8px;
  }
}
.yoshinoya-hd-hf .heading_title_clm:has(h2) small.heading_en {
  font-family: "Poppins", sans-serif;
  font-size: 1.8em;
  line-height: 1.7777777778;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(29, 29, 31, 0.6);
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_title_clm:has(h2) small.heading_en {
    font-size: 1.4em;
    line-height: 1.7142857143;
  }
}
.yoshinoya-hd-hf .heading_title_clm:has(h2) small.heading_accent {
  color: #E57E2E;
  font-size: 2.4em;
  line-height: 1.3333333333;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_title_clm:has(h2) small.heading_accent {
    font-size: 1.4em;
    line-height: 1.7142857143;
    margin-left: 8px;
  }
}
.yoshinoya-hd-hf .heading_title_clm:has(h3) {
  margin-bottom: 24px;
}
.yoshinoya-hd-hf .heading_title_clm:has(h3) h3 {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .heading_title_clm:has(h3) .sub_text {
  font-size: 2.4em;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #373A3C;
  margin-left: 12px;
}
.yoshinoya-hd-hf .heading_title_clm:has(h4) {
  margin-bottom: 24px;
}
.yoshinoya-hd-hf .heading_title_clm:has(h4) h4 {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .heading_title_clm:has(h5) {
  margin-bottom: 24px;
}
.yoshinoya-hd-hf .heading_title_clm:has(h5) h5 {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .heading_title_clm:has(.label_wrap) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoshinoya-hd-hf .heading_title_clm:has(.label_wrap) .label_wrap {
  margin-left: 16px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .heading_title_clm.pc_vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
.yoshinoya-hd-hf   .heading_title_clm.pc_vertical > * {
    margin-left: 0 !important;
  }
}
.yoshinoya-hd-hf .heading_title_clm.wrap_case_font_lg:where(.font_lg *) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* .heading_catch */
.yoshinoya-hd-hf .heading_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 80px;
  background: linear-gradient(97.19deg, #F7F8FC 12.82%, #DDDDDB 99.35%);
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .heading_catch {
    padding: 48px 30px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 20px;
  }
}
.yoshinoya-hd-hf .heading_catch .catch {
  font-size: 3.2em;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
.yoshinoya-hd-hf .heading_catch.type_ir_message {
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_catch.type_ir_message {
    padding-right: 0;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .heading_catch.type_ir_message .catch {
    font-size: 2.8em;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_catch.type_ir_message .catch {
    font-size: 2em;
    line-height: 1.5;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.yoshinoya-hd-hf .heading_catch.type_ir_message figure {
  position: relative;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_catch.type_ir_message figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: -32px;
  }
}
.yoshinoya-hd-hf .heading_catch.type_ir_message figure img {
  max-width: 358px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .heading_catch.type_ir_message figure img {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_catch.type_ir_message figure img {
    max-width: 178px;
    margin-right: -20px;
  }
}
.yoshinoya-hd-hf .heading_catch.type_ir_message figure figcaption {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8em;
  line-height: 2;
  white-space: nowrap;
  margin-right: 24px;
  position: absolute;
  left: -286px;
  bottom: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_catch.type_ir_message figure figcaption {
    font-size: 1.2em;
    line-height: 1.3333333333;
    margin-right: 0;
    left: auto;
    right: 160px;
    bottom: 32px;
  }
}
@media screen and (max-width: 400px) {
.yoshinoya-hd-hf   .heading_catch.type_ir_message figure figcaption {
    left: 0;
    right: auto;
  }
}
.yoshinoya-hd-hf .heading_catch.type_ir_message figure figcaption > span {
  font-size: 2.2em;
  line-height: 1.6363636364;
  font-weight: 700;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_catch.type_ir_message figure figcaption > span {
    font-size: 2em;
    line-height: 1.8;
  }
}

.yoshinoya-hd-hf h2 {
  font-size: 3.8em;
  line-height: 1.4210526316;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
}
.yoshinoya-hd-hf h2.reduction {
  font-size: 3.2em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   h2 {
    font-size: 3.2em;
    line-height: 1.25;
    margin-bottom: 24px;
  }
}

.yoshinoya-hd-hf [class*=cont_inner] > h2,
.yoshinoya-hd-hf .btn_title_clm > h2,
.yoshinoya-hd-hf .heading_title_clm > h2,
.yoshinoya-hd-hf .heading_text_field > h2,
.yoshinoya-hd-hf .library_grid > section > h2,
.yoshinoya-hd-hf .sitemap_list > h2 {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   [class*=cont_inner] > h2,
.yoshinoya-hd-hf   .btn_title_clm > h2,
.yoshinoya-hd-hf   .heading_title_clm > h2,
.yoshinoya-hd-hf   .heading_text_field > h2,
.yoshinoya-hd-hf   .library_grid > section > h2,
.yoshinoya-hd-hf   .sitemap_list > h2 {
    padding-left: 24px;
  }
}
.yoshinoya-hd-hf [class*=cont_inner] > h2:where(.heading_title_clm *),
.yoshinoya-hd-hf .btn_title_clm > h2:where(.heading_title_clm *),
.yoshinoya-hd-hf .heading_title_clm > h2:where(.heading_title_clm *),
.yoshinoya-hd-hf .heading_text_field > h2:where(.heading_title_clm *),
.yoshinoya-hd-hf .library_grid > section > h2:where(.heading_title_clm *),
.yoshinoya-hd-hf .sitemap_list > h2:where(.heading_title_clm *) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.yoshinoya-hd-hf [class*=cont_inner] > h2::before,
.yoshinoya-hd-hf .btn_title_clm > h2::before,
.yoshinoya-hd-hf .heading_title_clm > h2::before,
.yoshinoya-hd-hf .heading_text_field > h2::before,
.yoshinoya-hd-hf .library_grid > section > h2::before,
.yoshinoya-hd-hf .sitemap_list > h2::before {
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  background: #E57E2E;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   [class*=cont_inner] > h2::before,
.yoshinoya-hd-hf   .btn_title_clm > h2::before,
.yoshinoya-hd-hf   .heading_title_clm > h2::before,
.yoshinoya-hd-hf   .heading_text_field > h2::before,
.yoshinoya-hd-hf   .library_grid > section > h2::before,
.yoshinoya-hd-hf   .sitemap_list > h2::before {
    width: 11px;
  }
}
.yoshinoya-hd-hf [class*=cont_inner] > h2:where(.sitemap_list *)::before,
.yoshinoya-hd-hf .btn_title_clm > h2:where(.sitemap_list *)::before,
.yoshinoya-hd-hf .heading_title_clm > h2:where(.sitemap_list *)::before,
.yoshinoya-hd-hf .heading_text_field > h2:where(.sitemap_list *)::before,
.yoshinoya-hd-hf .library_grid > section > h2:where(.sitemap_list *)::before,
.yoshinoya-hd-hf .sitemap_list > h2:where(.sitemap_list *)::before {
  height: calc(100% - 10px);
  inset: -10px auto 0 0;
}

.yoshinoya-hd-hf h3 {
  font-size: 3.2em;
  line-height: 1.25;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   h3 {
    font-size: 2.4em;
    line-height: 1.6666666667;
    margin-bottom: 16px;
  }
}

.yoshinoya-hd-hf h4 {
  font-size: 2.4em;
  line-height: 1.6666666667;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   h4 {
    font-size: 2em;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}

.yoshinoya-hd-hf h5 {
  font-size: 2em;
  line-height: 1.6;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   h5 {
    font-size: 2em;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}

/* .heading_text_field */
.yoshinoya-hd-hf .heading_text_field {
  margin-bottom: 62px;
  /* .heading_history */
  /* .heading_company */
  /* .heading_oversea */
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_text_field {
    margin-bottom: 40px;
  }
}
.yoshinoya-hd-hf .heading_text_field .heading_title_clm {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_text_field .heading_title_clm {
    margin-bottom: 10px;
  }
}
.yoshinoya-hd-hf .heading_text_field h2 {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_text_field h2 {
    margin-bottom: 10px;
  }
}
.yoshinoya-hd-hf .heading_text_field .sub_text {
  font-size: 2.2em;
  line-height: 1.9090909091;
  letter-spacing: 0.04em;
}
.yoshinoya-hd-hf .heading_text_field .sub_text[lang=en] {
  font-family: "Poppins", sans-serif;
}
.yoshinoya-hd-hf .heading_text_field .sub_text:last-child {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .heading_text_field .sub_text.error {
  text-align: center;
  color: #EF0A06;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_text_field .sub_text {
    font-size: 1.6em;
    line-height: 2;
  }
}
.yoshinoya-hd-hf .heading_text_field .attention {
  font-size: 1.8em;
  line-height: 2.3333333333;
  color: #1D1D1F;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_text_field .attention {
    font-size: 1.6em;
    line-height: 2;
  }
}
@media screen and (max-width: 1280px) {
.yoshinoya-hd-hf   .heading_text_field.heading_history .sub_text br {
    display: none !important;
  }
}
.yoshinoya-hd-hf .heading_text_field.heading_company .sub_text {
  max-width: 670px;
}
.yoshinoya-hd-hf .heading_text_field.heading_oversea .sub_text {
  max-width: 1000px;
}

/*-----------------------------------------
  breadcrumbs
-----------------------------------------*/
.yoshinoya-hd-hf .breadcrumbs_field {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .breadcrumbs_field {
    display: none;
  }
}
.yoshinoya-hd-hf .breadcrumbs_field .breadcrumbs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoshinoya-hd-hf .breadcrumbs_field .breadcrumbs_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  line-height: 1.4166666667;
  letter-spacing: 0.035em;
  color: #1D1D1F;
}
.yoshinoya-hd-hf .breadcrumbs_field .breadcrumbs_list > li:not(:last-child) {
  position: relative;
}
.yoshinoya-hd-hf .breadcrumbs_field .breadcrumbs_list > li:not(:last-child)::after {
  content: "\e909";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1;
  color: #1D1D1F;
  padding-inline: 8px;
}
.yoshinoya-hd-hf .breadcrumbs_field .breadcrumbs_list > li.top::before {
  content: "\e915";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1;
  color: #E57E2E;
  margin-right: 8px;
}
.yoshinoya-hd-hf .breadcrumbs_field .breadcrumbs_list > li > a {
  color: #222;
}

/*-----------------------------------------
  parts
-----------------------------------------*/
.yoshinoya-hd-hf .marker {
  padding: 0;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #FFE1CA));
  background: linear-gradient(transparent 65%, #FFE1CA 65%);
}

.yoshinoya-hd-hf .img_border {
  border: 1px solid #E2E2E2;
}

.yoshinoya-hd-hf .bg_area {
  padding-block: 80px;
  background: #F2F1F1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .bg_area {
    padding-block: 48px;
  }
}
.yoshinoya-hd-hf .bg_area:has(#inner_sub_nav) {
  padding-block: 64px;
}

.yoshinoya-hd-hf .bg_accent {
  padding: 40px 58px;
  background: #F6FAFF;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .bg_accent {
    padding: 30px 20px;
  }
}

.yoshinoya-hd-hf .heading_set_list {
  display: grid;
  grid-template-columns: minmax(104px, -webkit-max-content) 1fr;
  grid-template-columns: minmax(104px, max-content) 1fr;
}
.yoshinoya-hd-hf .heading_set_list dl {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
.yoshinoya-hd-hf .heading_set_list dl dt {
  font-size: 1.8em;
  line-height: 1.2222222222;
  font-weight: 600;
  letter-spacing: 0.065em;
  color: #000000;
  padding: 20px 24px 18px 0;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .heading_set_list dl dt {
    font-size: 1.6em;
    line-height: 1.375;
  }
}
.yoshinoya-hd-hf .heading_set_list dl dt:first-of-type {
  border-top: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .heading_set_list dl dd {
  font-size: 1.6em;
  line-height: 1.75;
  font-weight: 400;
  padding-block: 18px;
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .heading_set_list dl dd:first-of-type {
  border-top: 1px solid #E2E2E2;
}

.yoshinoya-hd-hf .basic_ul > li {
  font-size: 1.6em;
  line-height: 1.75;
  padding-left: 14px;
  position: relative;
}
.yoshinoya-hd-hf .basic_ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #222;
  border-radius: 9999px;
  position: absolute;
  top: 12px;
  left: 0;
}
.yoshinoya-hd-hf .basic_ul > li:not(:last-child) {
  margin-bottom: 8px;
}

.yoshinoya-hd-hf .sub_ul.deco_l > li {
  font-size: 1.6em;
  line-height: 1.75;
  padding-left: 20px;
}
.yoshinoya-hd-hf .sub_ul.deco_l > li::before {
  width: 8px;
  height: 8px;
  top: 11px;
  left: 3px;
}
.yoshinoya-hd-hf .sub_ul > li {
  font-size: 1.4em;
  line-height: 1.7142857143;
  letter-spacing: 0.035em;
  padding-left: 1em;
  position: relative;
}
.yoshinoya-hd-hf .sub_ul > li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #E57E2E;
  border-radius: 9999px;
  position: absolute;
  top: 12px;
  left: 3px;
}

.yoshinoya-hd-hf .accent_ul.row_wide > li:not(:last-child) {
  margin-bottom: 16px;
}
.yoshinoya-hd-hf .accent_ul > li {
  font-size: 1.6em;
  line-height: 1.75;
  letter-spacing: 0.035em;
  padding-left: 20px;
  position: relative;
}
.yoshinoya-hd-hf .accent_ul > li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #E57E2E;
  border-radius: 9999px;
  position: absolute;
  top: 11px;
  left: 3px;
}
.yoshinoya-hd-hf .accent_ul .num {
  display: inline-block;
  margin-right: 0.5em;
}

.yoshinoya-hd-hf .pdf_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  row-gap: 12px;
}
.yoshinoya-hd-hf .pdf_list > * {
  width: calc((100% - 0px) / 1);
}
.yoshinoya-hd-hf .pdf_list.clm_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 12px;
}
.yoshinoya-hd-hf .pdf_list.clm_2 > * {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .pdf_list.clm_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 12px;
  }
.yoshinoya-hd-hf   .pdf_list.clm_2 > * {
    width: calc((100% - 0px) / 1);
  }
}
.yoshinoya-hd-hf .pdf_list > li a {
  display: table;
}
.yoshinoya-hd-hf .pdf_list > li .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.yoshinoya-hd-hf .pdf_list > li .ttl {
  font-size: 1.6em;
  line-height: 2;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.yoshinoya-hd-hf .pdf_list > li .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  line-height: 1.7857142857;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #8D8D8D;
  padding-inline: 30px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .pdf_list > li .size {
    position: relative;
    margin-inline: auto 0;
  }
}
.yoshinoya-hd-hf .pdf_list > li .size::before {
  width: 19px;
  height: 25px;
  content: "";
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/common/icon_pdf.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.yoshinoya-hd-hf .point_list > li {
  font-size: 1.6em;
  line-height: 2;
  font-weight: 700;
  padding-left: 37px;
  position: relative;
}
.yoshinoya-hd-hf .point_list > li::before {
  content: "\e91a";
  font-family: "yoshinoyahd_icon";
  font-weight: 400;
  font-size: 2.3em;
  line-height: 1;
  color: #E57E2E;
  position: absolute;
  top: 3px;
  left: 0;
}
.yoshinoya-hd-hf .point_list > li:not(:last-child) {
  margin-bottom: 20px;
}

.yoshinoya-hd-hf .basic_ol {
  list-style: none;
  counter-reset: listnum;
}
.yoshinoya-hd-hf .basic_ol > li {
  font-size: 1.6em;
  line-height: 1.75;
  padding-left: 18px;
  position: relative;
}
.yoshinoya-hd-hf .basic_ol > li::before {
  content: counter(listnum) ".";
  counter-incement: listnum;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: calc(100% - 16px);
  text-align: right;
}
.yoshinoya-hd-hf .basic_ol > li:not(:last-child) {
  margin-bottom: 8px;
}

.yoshinoya-hd-hf .basic_dl:not(:last-child) {
  margin-bottom: 18px;
}
.yoshinoya-hd-hf .basic_dl > dt {
  margin-bottom: 8px;
  font-weight: 700;
}

.yoshinoya-hd-hf .flex_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yoshinoya-hd-hf .after_coron::after {
  content: "：";
}

/* .scroll_area */
.yoshinoya-hd-hf .scroll_area.scroll_hint_top .scroll-hint-icon {
  top: 10%;
}
.yoshinoya-hd-hf .scroll_area > table {
  min-width: 880px;
}
.yoshinoya-hd-hf .scroll_area > table.table_minw_f {
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .scroll_area.type_wide figure {
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .scroll_area > figure {
    width: 720px;
  }
}

.yoshinoya-hd-hf .table_supp_text {
  font-size: 1.6em;
  line-height: 1.375;
  color: #1D1D1F;
  letter-spacing: 0.065em;
  text-align: right;
  margin-top: 24px;
}

.yoshinoya-hd-hf .table_supple_w {
  width: 100%;
  max-width: 880px;
}

/* table */
.yoshinoya-hd-hf .basic_table {
  width: 100%;
  max-width: 880px;
}
.yoshinoya-hd-hf .basic_table .th_nowrap th {
  white-space: nowrap;
}
.yoshinoya-hd-hf .basic_table .td_nowrap td {
  white-space: nowrap;
}
.yoshinoya-hd-hf .basic_table .th_align_l th {
  text-align: left;
}
.yoshinoya-hd-hf .basic_table .td_align_l td {
  text-align: left;
}
.yoshinoya-hd-hf .basic_table .th_align_r th {
  text-align: right;
}
.yoshinoya-hd-hf .basic_table .td_align_r td {
  text-align: right;
}
.yoshinoya-hd-hf .basic_table tbody tr:first-child th {
  border-top: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .basic_table tbody tr:first-child td {
  border-top: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .basic_table tbody th {
  font-size: 1.8em;
  line-height: 1.2222222222;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.065em;
  padding: 16px 24px 16px 0;
  border-bottom: 1px solid #E2E2E2;
  word-break: break-all;
}
.yoshinoya-hd-hf .basic_table tbody td {
  font-size: 1.6em;
  line-height: 1.75;
  color: #1D1D1F;
  padding-block: 16px;
  border-bottom: 1px solid #E2E2E2;
  word-break: break-all;
}

/* .sp_block_table */
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sp_block_table .basic_table tbody tr:first-child td {
    border-top: none;
  }
.yoshinoya-hd-hf   .sp_block_table .basic_table tbody th {
    display: block;
    width: 100% !important;
    padding: 16px 0 8px 0;
    border-bottom: none;
  }
.yoshinoya-hd-hf   .sp_block_table .basic_table tbody td {
    display: block;
    width: 100% !important;
    padding-top: 0;
  }
}

.yoshinoya-hd-hf .basic_head_table {
  width: 100%;
  max-width: 880px;
  background: #FFFFFF;
}
.yoshinoya-hd-hf .basic_head_table.border_wrap {
  border: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .basic_head_table .th_nowrap th {
  white-space: nowrap;
}
.yoshinoya-hd-hf .basic_head_table .td_nowrap td {
  white-space: nowrap;
}
.yoshinoya-hd-hf .basic_head_table .th_align_l th {
  text-align: left;
}
.yoshinoya-hd-hf .basic_head_table .td_align_l td {
  text-align: left;
}
.yoshinoya-hd-hf .basic_head_table .th_align_r th {
  text-align: right;
}
.yoshinoya-hd-hf .basic_head_table .td_align_r td {
  text-align: right;
}
.yoshinoya-hd-hf .basic_head_table .emphasis_cell {
  background: #F6FAFF;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .basic_head_table .emphasis_cell.no_bg {
  background: transparent;
}
.yoshinoya-hd-hf .basic_head_table .emphasis_th {
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .basic_head_table .emphasis_td {
  background: #F6FAFF;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .basic_head_table thead {
  border-right: 1px solid #373A3C;
}
.yoshinoya-hd-hf .basic_head_table thead th {
  font-size: 1.8em;
  line-height: 1.2222222222;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 26px 19px;
  background: #373A3C;
  word-break: break-all;
}
.yoshinoya-hd-hf .basic_head_table thead td {
  font-size: 1.8em;
  line-height: 1.2222222222;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  padding: 26px 19px;
  background: #373A3C;
  word-break: break-all;
}
.yoshinoya-hd-hf .basic_head_table tbody {
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .basic_head_table tbody tr {
  border-right: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .basic_head_table tbody th {
  font-size: 1.8em;
  line-height: 1.2222222222;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.065em;
  color: #1D1D1F;
  vertical-align: middle;
  padding: 26px 19px;
  background: #F4F4F4;
  word-break: break-all;
}
.yoshinoya-hd-hf .basic_head_table tbody td {
  font-size: 1.8em;
  line-height: 1.2222222222;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.065em;
  color: #1D1D1F;
  vertical-align: middle;
  padding: 26px 19px;
  word-break: break-all;
}
.yoshinoya-hd-hf .basic_head_table .fs_m {
  line-height: 1.222222;
}
.yoshinoya-hd-hf .basic_head_table .c_gray {
  background: #F6FAFF;
}

.yoshinoya-hd-hf .no_thead_table {
  table-layout: fixed;
  max-width: 100%;
  width: 100%;
}
.yoshinoya-hd-hf .no_thead_table tbody {
  border: none;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .no_thead_table tbody th, .no_thead_table tbody td {
    display: block;
  }
}
.yoshinoya-hd-hf .no_thead_table tbody tr {
  border: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .no_thead_table tbody th:first-child {
  width: 216px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .no_thead_table tbody th:first-child {
    text-align: left;
    width: 100%;
  }
}
.yoshinoya-hd-hf .no_thead_table tbody td {
  text-align: left;
}
.yoshinoya-hd-hf .no_thead_table tbody td ~ td {
  border-left: 2px solid #E2E2E2;
}

.yoshinoya-hd-hf .table_minw_f {
  min-width: initial;
  width: 100%;
}

.yoshinoya-hd-hf .table_layout_auto {
  table-layout: auto !important;
}

.yoshinoya-hd-hf .shop_table .overseas_th {
  width: 78px;
  padding-inline: 15px;
}
.yoshinoya-hd-hf .shop_table .storename_th {
  width: 88px;
  padding-inline: 15px;
}
.yoshinoya-hd-hf .shop_table thead th {
  width: 109px;
}
.yoshinoya-hd-hf .shop_table tbody th {
  text-align: center;
}
.yoshinoya-hd-hf .shop_table tbody th .text_link {
  width: 100%;
  display: inline-block;
  text-align: left;
}

.yoshinoya-hd-hf .report_table {
  table-layout: fixed;
  border: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .report_table .emphasis_th {
  width: 70px;
}
.yoshinoya-hd-hf .report_table thead th {
  padding: 18px 6px;
}
.yoshinoya-hd-hf .report_table tbody th {
  padding: 27px 6px;
}
.yoshinoya-hd-hf .report_table tbody td {
  font-size: 1.6em;
  line-height: 1.375;
  font-weight: 600;
  white-space: nowrap;
  padding: 27px 4px;
}

.yoshinoya-hd-hf .officer_table {
  min-width: 1000px;
  width: 100%;
  table-layout: fixed;
  /* .anc_img_set */
  /* .diamond */
}
.yoshinoya-hd-hf .officer_table thead th {
  font-size: 1.3em;
  line-height: 1.2307692308;
  font-weight: 600;
  color: #000000;
  vertical-align: middle;
  padding: 11px 8px;
  background: #EAEAEA;
  word-break: break-all;
}
.yoshinoya-hd-hf .officer_table thead th:first-child {
  width: 150px;
}
.yoshinoya-hd-hf .officer_table thead th:nth-child(2) {
  width: 203px;
}
.yoshinoya-hd-hf .officer_table tbody th {
  font-size: 1.6em;
  line-height: 2;
  font-weight: 500;
  color: #1D1D1F;
  text-align: center;
  vertical-align: middle;
  padding: 19px 0;
  background: #FFFFFF;
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .officer_table tbody td {
  vertical-align: middle;
  background: #FFFFFF;
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .officer_table tbody td:has(.anc_img_set) {
  width: 203px;
}
.yoshinoya-hd-hf .officer_table tbody td:not(:nth-child(2)):not(:last-child) {
  border-right: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .officer_table .anc_img_set {
  display: block;
  color: #1D1D1F;
  padding: 8px 31px 10px 8px;
  background: #F9F9F9;
  border-radius: 12px;
  position: relative;
}
.yoshinoya-hd-hf .officer_table .anc_img_set figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
}
.yoshinoya-hd-hf .officer_table .anc_img_set figure img {
  width: 40px;
  height: auto;
  border-radius: 50%;
}
.yoshinoya-hd-hf .officer_table .anc_img_set figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 500;
  color: #1D1D1F;
}
.yoshinoya-hd-hf .officer_table .anc_img_set figure figcaption > small {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  line-height: 1.2727272727;
  font-weight: 500;
  color: #6D6D6D;
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: 6px;
}
.yoshinoya-hd-hf .officer_table .anc_img_set figure figcaption > small.asterisk::after {
  display: inline-block;
  content: "※";
  padding-left: 0.25em;
}
.yoshinoya-hd-hf .officer_table .diamond {
  text-align: center;
}

.yoshinoya-hd-hf .materiality_table {
  table-layout: fixed;
}
.yoshinoya-hd-hf .materiality_table:is(.scroll_area *) {
  min-width: 100%;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .materiality_table:is(.scroll_area *) {
    min-width: 1000px;
  }
}
.yoshinoya-hd-hf .materiality_table thead th {
  letter-spacing: 0.065em;
}
.yoshinoya-hd-hf .materiality_table tbody tr:not(:first-child) {
  border-top: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .materiality_table tbody th, .materiality_table tbody td {
  text-align: left;
}
.yoshinoya-hd-hf .materiality_table tbody td {
  font-weight: 400;
  vertical-align: top;
}
.yoshinoya-hd-hf .materiality_table tbody td:first-of-type {
  vertical-align: middle;
}
.yoshinoya-hd-hf .materiality_table tbody .accent_ul > li {
  font-size: 1.8em;
  line-height: 1.2222222222;
}
.yoshinoya-hd-hf .materiality_table .table_icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: 4px;
  gap: 4px;
  width: 104px;
  margin-inline: auto;
}
.yoshinoya-hd-hf .materiality_table .table_icon_wrap > * {
  width: calc((100% - 4px) / 2);
}
.yoshinoya-hd-hf .materiality_table .accent_ul li {
  line-height: 1.3;
}

.yoshinoya-hd-hf .secondary_head_table {
  max-width: 100%;
  table-layout: fixed;
  border: 2px solid #E2E2E2;
  border-top: none;
}
.yoshinoya-hd-hf .secondary_head_table:is(.scroll_area *) {
  min-width: 100%;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .secondary_head_table:is(.scroll_area *) {
    min-width: 1000px;
  }
}
.yoshinoya-hd-hf .secondary_head_table:not(:has(thead)) {
  border-top: 2px solid #E2E2E2;
}
.yoshinoya-hd-hf .secondary_head_table thead th {
  padding: 26px 24px;
  text-align: left;
}
.yoshinoya-hd-hf .secondary_head_table tr > *:nth-child(n-2) {
  border-left: 2px solid #E2E2E2;
}
.yoshinoya-hd-hf .secondary_head_table tr:not(:first-child) {
  border-top: 2px solid #E2E2E2;
}
.yoshinoya-hd-hf .secondary_head_table tbody th {
  text-align: left;
}
.yoshinoya-hd-hf .secondary_head_table tbody td {
  padding: 31px 24px;
  text-align: left;
}

.yoshinoya-hd-hf .supply_chain_table th:first-child {
  width: 120px;
}

.yoshinoya-hd-hf .esg_governance_chart_table tbody th:first-child {
  width: 200px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .esg_governance_chart_table tbody th:first-child {
    width: 100%;
  }
}
.yoshinoya-hd-hf .esg_governance_chart_table tbody td {
  border-left: 2px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .esg_governance_chart_table tbody td {
    border-left: none;
  }
}

/* ------------------------------------
  accordion
------------------------------------ */
.yoshinoya-hd-hf .accordion_field {
  border-bottom: 1px solid #E2E2E2;
  /* タイトル */
  /* コンテンツ */
}
.yoshinoya-hd-hf .accordion_field details {
  display: block;
  /* is_open */
}
.yoshinoya-hd-hf .accordion_field details.is_open {
  /* コンテンツ（オープン時） */
}
.yoshinoya-hd-hf .accordion_field details.is_open summary::after {
  content: "\e928";
}
.yoshinoya-hd-hf .accordion_field details.is_open > .details_content {
  opacity: 1;
  -webkit-transition: padding 0.3s linear, max-height 0.3s linear, opacity 0.5s linear;
  transition: padding 0.3s linear, max-height 0.3s linear, opacity 0.5s linear;
}
.yoshinoya-hd-hf .accordion_field summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8em;
  line-height: 1.7777777778;
  font-weight: 700;
  background: #F6FAFF;
  padding: 20px 80px 20px 21px;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  /* hover */
  /* 三角アイコン削除（Safari） */
}
.yoshinoya-hd-hf .accordion_field summary > h2,
.yoshinoya-hd-hf .accordion_field summary > h3,
.yoshinoya-hd-hf .accordion_field summary > h4,
.yoshinoya-hd-hf .accordion_field summary > h5 {
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1.7777777778;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .accordion_field summary:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .accordion_field summary {
    padding: 16px 50px 16px 16px;
  }
}
.yoshinoya-hd-hf .accordion_field summary::-webkit-details-marker {
  display: none;
}
.yoshinoya-hd-hf .accordion_field summary::after {
  display: block;
  content: "\e927";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 40px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .accordion_field summary::after {
    right: 16px;
  }
}
.yoshinoya-hd-hf .accordion_field summary > .emphasis_ttl {
  font-size: 4em;
  line-height: 0.7;
  font-weight: 700;
  letter-spacing: 0.065em;
  color: #000000;
  margin-right: 16px;
}
.yoshinoya-hd-hf .accordion_field summary > .emphasis_ttl.en_q {
  min-width: 32px;
  line-height: 0.8;
  font-family: "Poppins", sans-serif;
}
.yoshinoya-hd-hf .accordion_field .details_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  padding: 24px 21px 24px;
  margin: 0;
  background: #F6FAFF;
  opacity: 0;
  -webkit-transition: padding 0.3s linear, max-height 0.3s linear, opacity 0.5s linear;
  transition: padding 0.3s linear, max-height 0.3s linear, opacity 0.5s linear;
}
.yoshinoya-hd-hf .accordion_field .details_content > .content_wrap {
  width: 100%;
}
.yoshinoya-hd-hf .accordion_field .details_content .emphasis_ttl {
  font-size: 4em;
  line-height: 0.7;
  font-weight: 700;
  letter-spacing: 0.065em;
  color: #E57E2E;
  margin-right: 24px;
}
.yoshinoya-hd-hf .accordion_field .details_content .emphasis_ttl.en_a {
  min-width: 32px;
  font-size: 4.8em;
  line-height: 0.5833333333;
  line-height: 0.8;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 20px;
}
.yoshinoya-hd-hf .accordion_field.type_plus {
  border: none;
  /* タイトル */
  /* コンテンツ */
}
.yoshinoya-hd-hf .accordion_field.type_plus details {
  /* is_open */
}
.yoshinoya-hd-hf .accordion_field.type_plus details.is_open summary::after {
  content: "\e91f";
  color: #1D1D1F;
  background: #E2E5EC;
}
.yoshinoya-hd-hf .accordion_field.type_plus summary {
  padding: 16px 80px 16px 24px;
  border-radius: 0 0 2px 2px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .accordion_field.type_plus summary {
    padding-inline: 16px 40px;
  }
}
.yoshinoya-hd-hf .accordion_field.type_plus summary::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "\e920";
  width: 18px;
  height: 18px;
  font-size: 1em;
  line-height: 1;
  color: #FFFFFF;
  background: #1D1D1F;
  border-radius: 9999px;
  right: 33px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .accordion_field.type_plus summary::after {
    right: 16px;
  }
}
.yoshinoya-hd-hf .accordion_field.type_plus .details_content {
  background: transparent;
  padding-inline: 0;
}

/*-----------------------------------------
  faq_list
-----------------------------------------*/
.yoshinoya-hd-hf .faq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}
.yoshinoya-hd-hf .faq_list > * {
  width: calc((100% - 16px) / 2);
}
.yoshinoya-hd-hf .faq_list > li {
  background: #F9F9F9;
  border-radius: 12px;
}
.yoshinoya-hd-hf .faq_list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  line-height: 1.4;
  font-weight: 600;
  color: #000000;
  padding: 14px 45px 14px 23px;
  position: relative;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .faq_list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 0;
  }
}
.yoshinoya-hd-hf .faq_list > li > a::after {
  content: "\e91d";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 23px;
}
.yoshinoya-hd-hf .faq_list > li .emphasis_ttl {
  min-width: 84px;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 4em;
  line-height: 0.7;
  font-weight: 700;
  letter-spacing: 0.065em;
  color: #000000;
  margin-right: 4px;
}
.yoshinoya-hd-hf .faq_list > li .emphasis_ttl > small {
  font-size: 3.2em;
  line-height: 0.875;
}

/*-----------------------------------------
  lower_nav
-----------------------------------------*/
.yoshinoya-hd-hf .lower_nav_wrap {
  display: none;
}
.yoshinoya-hd-hf .lower_nav_wrap.active_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .lower_nav_wrap.active_content {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_nav_wrap.active_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .lower_nav_wrap > h2 {
  margin-bottom: 0;
  min-width: 244px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_nav_wrap > h2 {
    min-width: initial;
    margin-bottom: 24px;
  }
}
.yoshinoya-hd-hf .lower_nav_wrap > h2 > a {
  display: inline-block;
  font-size: 2.4em;
  line-height: 2;
  font-weight: 700;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.yoshinoya-hd-hf .lower_nav_wrap > h2 > a::before {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  content: "\e917";
  font-family: "yoshinoyahd_icon";
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1;
  color: #000000;
  padding-top: 2px;
  background: #FFFFFF;
  border-radius: 5px;
  position: absolute;
  top: 1lh;
  left: 0;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

/* .lower_nav_list  */
.yoshinoya-hd-hf .lower_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 64px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .lower_nav_list {
    gap: 24px 40px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .lower_nav_list > ul > li:not(:last-child) {
  margin-bottom: 24px;
}
.yoshinoya-hd-hf .lower_nav_list > ul > li > a {
  font-size: 1.8em;
  line-height: 1.4444444444;
  font-weight: 600;
  color: #3A3A3A;
  letter-spacing: 0.04em;
  padding-right: 30px;
  position: relative;
  /* _blank */
  /* hover */
}
.yoshinoya-hd-hf .lower_nav_list > ul > li > a::after {
  content: "\e902";
  font-family: "yoshinoyahd_icon";
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1;
  color: #1D1D1F;
  position: absolute;
  bottom: 5px;
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.yoshinoya-hd-hf .lower_nav_list > ul > li > a[target=_blank]::after {
  content: "\e904";
  font-weight: 400;
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .lower_nav_list > ul > li > a:hover:not([target=_blank])::after {
    right: -8px;
  }
}

/* .lower_main_nav_list */
.yoshinoya-hd-hf .lower_main_nav_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 48px;
}
.yoshinoya-hd-hf .lower_main_nav_list ul > * {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .lower_main_nav_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 24px;
  }
.yoshinoya-hd-hf   .lower_main_nav_list ul > * {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_main_nav_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 24px;
  }
.yoshinoya-hd-hf   .lower_main_nav_list ul > * {
    width: calc((100% - 0px) / 1);
  }
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li.emphasis_list {
  width: calc((100% - 80px) / 3 * 2 + 40px);
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .lower_main_nav_list ul > li.emphasis_list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_main_nav_list ul > li.emphasis_list {
    width: 100%;
  }
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li.emphasis_list figure > span:has(img) {
  background: #FDF7F3;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_main_nav_list ul > li:not(.emphasis_list) {
    width: 100%;
  }
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li a {
  /* hover */
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .lower_main_nav_list ul > li a:hover figure > span img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
.yoshinoya-hd-hf   .lower_main_nav_list ul > li a:hover figure figcaption::after {
    right: -8px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_main_nav_list ul > li a:hover figure figcaption::after {
    right: -4px;
  }
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li a figure > span:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: #F2F9FF;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .lower_main_nav_list ul > li a figure > span:has(img) {
    aspect-ratio: 5/3;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_main_nav_list ul > li a figure > span:has(img) {
    aspect-ratio: 5/3;
  }
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li a figure > span img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li a figure.bgc_white > span:has(img) {
  background-color: #FFFFFF;
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li a figure figcaption {
  position: relative;
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li a figure figcaption h2 {
  font-size: 2.4em;
  line-height: 1.4166666667;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #000000;
  padding-right: 20px;
  margin-bottom: 0;
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li a figure figcaption::after {
  content: "\e902";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 2em;
  line-height: 1;
  color: #1D1D1F;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li.inactive_link {
  cursor: not-allowed;
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li.inactive_link a {
  pointer-events: none;
}
.yoshinoya-hd-hf .lower_main_nav_list ul > li.inactive_link a figure {
  -webkit-filter: brightness(70%) grayscale(100%);
          filter: brightness(70%) grayscale(100%);
}

/* .lower_ir_sub_nav */
.yoshinoya-hd-hf .lower_ir_sub_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 24px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .lower_ir_sub_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 32px;
  }
.yoshinoya-hd-hf   .lower_ir_sub_nav > * {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_ir_sub_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 8px;
  }
.yoshinoya-hd-hf   .lower_ir_sub_nav > * {
    width: calc((100% - 0px) / 1);
  }
}
.yoshinoya-hd-hf .lower_ir_sub_nav ul > li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_ir_sub_nav ul > li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.yoshinoya-hd-hf .lower_ir_sub_nav ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4em;
  line-height: 1.5;
  font-weight: 700;
  color: #000000;
  padding-right: 16px;
  position: relative;
  /* hover */
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .lower_ir_sub_nav ul > li a {
    font-size: 2em;
    line-height: 1.5;
    padding-right: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .lower_ir_sub_nav ul > li a:hover {
    opacity: 1;
  }
.yoshinoya-hd-hf   .lower_ir_sub_nav ul > li a:hover::after {
    left: 24px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 1079px) {
.yoshinoya-hd-hf   .lower_ir_sub_nav ul > li a:hover::after {
    left: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .lower_ir_sub_nav ul > li a:hover > span {
    border-bottom: 1px solid #1d1d1f;
  }
}
.yoshinoya-hd-hf .lower_ir_sub_nav ul > li a::after {
  content: "\e902";
  font-family: "yoshinoyahd_icon";
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1;
  position: relative;
  left: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .lower_ir_sub_nav ul > li a::after {
    left: 8px;
  }
}
.yoshinoya-hd-hf .lower_ir_sub_nav ul > li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(29, 29, 31, 0);
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .lower_ir_sub_nav ul > li a > span .pc {
    display: none !important;
  }
}

/* .lower_esg_nav */
.yoshinoya-hd-hf .lower_esg_nav {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .lower_esg_nav {
    max-width: 100%;
  }
}
.yoshinoya-hd-hf .lower_esg_nav h3 {
  padding-bottom: 25px;
  font-size: 1.8em;
  line-height: 1.2222222222;
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .lower_esg_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.yoshinoya-hd-hf .lower_esg_nav > ul:not(:last-child) {
  margin-bottom: 64px;
}
.yoshinoya-hd-hf .lower_esg_nav > ul > li > a {
  font-size: 1.8em;
  line-height: 1.4444444444;
  font-weight: 600;
  color: #3A3A3A;
  letter-spacing: 0.04em;
  padding-right: 30px;
  position: relative;
  /* _blank */
  /* hover */
}
.yoshinoya-hd-hf .lower_esg_nav > ul > li > a::after {
  content: "\e902";
  font-family: "yoshinoyahd_icon";
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1;
  color: #1D1D1F;
  position: absolute;
  bottom: 5px;
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.yoshinoya-hd-hf .lower_esg_nav > ul > li > a[target=_blank]::after {
  content: "\e904";
  font-weight: 400;
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .lower_esg_nav > ul > li > a:hover:not([target=_blank])::after {
    right: -8px;
  }
}

/*-----------------------------------------
  company
-----------------------------------------*/
.yoshinoya-hd-hf #inner_group_nav {
  min-height: 102px;
  opacity: 0;
}

/* .link_list_field */
.yoshinoya-hd-hf .link_list_field {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-width: 1px 0;
  padding-block: 24px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
  /* .history_list */
}
.yoshinoya-hd-hf .link_list_field.flex_align_c .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoshinoya-hd-hf .link_list_field .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .link_list_field .cont_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.yoshinoya-hd-hf .link_list_field .ttl_category {
  font-size: 2em;
  line-height: 1.6;
  color: #1D1D1F;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_list_field .ttl_category {
    font-size: 1.6em;
    line-height: 1.25;
  }
}
.yoshinoya-hd-hf .link_list_field .ttl_category::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31px;
  min-width: 31px;
  height: 31px;
  min-height: 31px;
  content: "\e919";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1;
  color: #FFFFFF;
  background: #1D1D1F;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_list_field .ttl_category::before {
    width: 23px;
    min-width: 23px;
    height: 23px;
    min-height: 23px;
    font-size: 1.2em;
    line-height: 1;
  }
}
.yoshinoya-hd-hf .link_list_field .ttl_category::after {
  content: "：";
  display: inline-block;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_list_field .ttl_category::after {
    content: none;
  }
}
.yoshinoya-hd-hf .link_list_field.history_list {
  top: 0;
}
@media screen and (max-width: 1180px) {
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner {
    gap: 12px;
  }
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner .btn_check_list {
    gap: 10px;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 20px;
  }
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner .ttl_category {
    width: 235px;
  }
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner .btn_check_list {
    width: calc(100% - 260px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 979px) {
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner .ttl_category {
    width: 155px;
  }
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner .btn_check_list {
    width: calc(100% - 180px);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 13px;
  }
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner .ttl_category {
    width: 108px;
  }
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner .btn_check_list {
    width: 100%;
  }
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner .select_wrap {
    width: calc(100% - 122px);
  }
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner .select_wrap select {
    padding: 19px 30px 19px 10px;
  }
.yoshinoya-hd-hf   .link_list_field.history_list .cont_inner .btn {
    width: 100%;
    max-width: 294px;
    margin-inline: auto;
  }
}
.yoshinoya-hd-hf .link_list_field.history_list.fixed {
  width: 100%;
  padding-block: 7px 8px;
  background: #FFFAF5;
  margin-bottom: 0;
  position: fixed;
  top: 70px;
  z-index: 5;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  border: 1px solid #E2E2E2;
  border-width: 1px 0;
  -webkit-box-shadow: 0px 12px 12px rgba(49, 48, 64, 0.04);
          box-shadow: 0px 12px 12px rgba(49, 48, 64, 0.04);
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_list_field.history_list.fixed {
    padding-block: 8px;
    background: #FFFFFF;
    top: 64px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .link_list_field.history_list.fixed .cont_inner {
    gap: 8px 20px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_list_field.history_list.fixed .cont_inner {
    gap: 12px 13px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_list_field.history_list.fixed .cont_inner .select_wrap select {
    padding-block: 13px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_list_field.history_list.fixed .cont_inner .btn {
    width: auto;
    font-size: 1.4em;
    line-height: 1.7857142857;
  }
}
.yoshinoya-hd-hf .link_list_field.history_list.fixed .ttl_category {
  font-size: 1.8em;
  line-height: 1.3333333333;
}
@media screen and (max-width: 979px) {
.yoshinoya-hd-hf   .link_list_field.history_list.fixed .ttl_category {
    width: 138px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_list_field.history_list.fixed .ttl_category {
    width: 108px;
    font-size: 1.4em;
    line-height: 1.4285714286;
  }
}
.yoshinoya-hd-hf .link_list_field.history_list.fixed .ttl_category::before {
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  font-size: 1.4em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_list_field.history_list.fixed .ttl_category::before {
    width: 23px;
    min-width: 23px;
    height: 23px;
    min-height: 23px;
    font-size: 1.2em;
    line-height: 1;
  }
}
.yoshinoya-hd-hf .link_list_field.history_list.fixed .btn_check_list > li {
  font-size: 1.8em;
  line-height: 0.9444444444;
}

/* .page_link */
.yoshinoya-hd-hf .page_link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
.yoshinoya-hd-hf   .page_link > * {
    width: calc((100% - 8px) / 2);
  }
}
.yoshinoya-hd-hf .page_link > li {
  min-width: 164px;
}
@media screen and (max-width: 1280px) {
.yoshinoya-hd-hf   .page_link > li {
    min-width: 120px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_link > li {
    min-width: initial;
  }
}
.yoshinoya-hd-hf .page_link > li.active a {
  color: #FFFFFF;
  background: #1D1D1F;
}
.yoshinoya-hd-hf .page_link > li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  line-height: 1.8;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding: 8px;
  background: #F9F9F9;
  border-radius: 12px;
  /* hover */
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .page_link > li a:hover {
    color: #FFFFFF;
    background: #1D1D1F;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .page_link > li a {
    font-size: 1.6em;
    line-height: 1.8125;
  }
}

/* .anchor_link */
.yoshinoya-hd-hf .anchor_link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .anchor_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
.yoshinoya-hd-hf   .anchor_link > * {
    width: calc((100% - 8px) / 2);
  }
}
@media screen and (max-width: 1280px) {
.yoshinoya-hd-hf   .anchor_link.base_clm_2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
.yoshinoya-hd-hf   .anchor_link.base_clm_2 > * {
    width: calc((100% - 8px) / 2);
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .anchor_link.pcmax_clm_2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
.yoshinoya-hd-hf   .anchor_link.pcmax_clm_2 > * {
    width: calc((100% - 8px) / 2);
  }
}
.yoshinoya-hd-hf .anchor_link.btn_l > li {
  min-width: 236px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .anchor_link.btn_l > li {
    min-width: initial;
  }
}
.yoshinoya-hd-hf .anchor_link > li {
  min-width: 161px;
}
@media screen and (max-width: 1280px) {
.yoshinoya-hd-hf   .anchor_link > li {
    min-width: 120px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .anchor_link > li {
    min-width: initial;
  }
}
.yoshinoya-hd-hf .anchor_link > li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  line-height: 1.8;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding: 8px;
  background: #F9F9F9;
  border-radius: 12px;
  /* hover */
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .anchor_link > li a:hover {
    color: #FFFFFF;
    background: #1D1D1F;
  }
}
.yoshinoya-hd-hf .anchor_link > li a::after {
  content: "\e911";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  margin-left: 10px;
}

/* .btn_check_list */
.yoshinoya-hd-hf .btn_check_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 1180px) {
.yoshinoya-hd-hf   .btn_check_list {
    gap: 16px;
  }
}
.yoshinoya-hd-hf .btn_check_list > li {
  font-size: 2em;
  line-height: 0.85;
  font-weight: 700;
  color: #8E8E8E;
}
.yoshinoya-hd-hf .btn_check_list > li.active {
  color: #1D1D1F;
}
.yoshinoya-hd-hf .btn_check_list > li.active button::before {
  content: "\e918";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1;
  color: #1D1D1F;
  margin-right: 8px;
}
.yoshinoya-hd-hf .btn_check_list > li button {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  /* hover */
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .btn_check_list > li button:hover {
    opacity: 0.6;
  }
}
.yoshinoya-hd-hf .btn_check_list > li button::before {
  content: "";
  color: transparent;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

/*-----------------------------------------
  tab
-----------------------------------------*/
/* .tab_field */
.yoshinoya-hd-hf .tab_field {
  /* tab */
  /* tab content */
}
.yoshinoya-hd-hf .tab_field .tab_nav_field {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-width: 1px 0;
  padding-block: 26px;
  margin-bottom: 48px;
}
.yoshinoya-hd-hf .tab_field .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.yoshinoya-hd-hf .tab_field .tab_nav.min_w > li {
  min-width: 238px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .tab_field .tab_nav.min_w > li {
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .tab_field .tab_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
.yoshinoya-hd-hf   .tab_field .tab_nav > * {
    width: calc((100% - 8px) / 2);
  }
}
.yoshinoya-hd-hf .tab_field .tab_nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.yoshinoya-hd-hf .tab_field .tab_nav > li::after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.yoshinoya-hd-hf .tab_field .tab_nav > li.is_active a {
  background: #1D1D1F;
  color: #FFFFFF;
}
.yoshinoya-hd-hf .tab_field .tab_nav > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.yoshinoya-hd-hf .tab_field .tab_content {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.yoshinoya-hd-hf .tab_field .tab_content.is_active {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.yoshinoya-hd-hf .tab_field .tab_content:not(.is_active) {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

/* .company_info */
.yoshinoya-hd-hf .company_info > .ttl {
  font-size: 2.2em;
  line-height: 1.8181818182;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .company_info > .ttl {
    font-size: 1.8em;
    line-height: 1.7777777778;
    margin-bottom: 12px;
  }
}
.yoshinoya-hd-hf .company_info > a {
  margin-bottom: 17px;
}
.yoshinoya-hd-hf .company_info > figure {
  margin-bottom: 17px;
}
.yoshinoya-hd-hf .company_info > figure img {
  width: auto;
  height: 64px;
}

/* .office_info_wrap */
.yoshinoya-hd-hf .office_info_wrap {
  border-bottom: 1px solid #E2E2E2;
}

.yoshinoya-hd-hf .office_info {
  margin-bottom: 24px;
}
.yoshinoya-hd-hf .office_info:last-of-type {
  margin-bottom: 40px;
}
.yoshinoya-hd-hf .office_info > .ttl {
  font-size: 2em;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.yoshinoya-hd-hf .office_info > p {
  font-size: 1.6em;
  line-height: 1.75;
  font-weight: 400;
}
.yoshinoya-hd-hf .office_info .stores_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 1.6em;
  line-height: 1.75;
  letter-spacing: 0.04em;
  padding-left: 30px;
  margin-bottom: 16px;
  position: relative;
}
.yoshinoya-hd-hf .office_info .stores_num::before {
  content: "店舗数：";
  font-weight: 600;
}
.yoshinoya-hd-hf .office_info .stores_num::after {
  content: "\e916";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1.7em;
  line-height: 1;
  color: #ADADAD;
  position: absolute;
  top: 6px;
  left: 3px;
}
.yoshinoya-hd-hf .office_info .office_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.yoshinoya-hd-hf .office_info .office_img_wrap figure img {
  width: auto;
  max-height: 114px;
}
.yoshinoya-hd-hf .office_info .basic_ul > li {
  font-weight: 400;
}

/* .group_map_field */
.yoshinoya-hd-hf .group_map_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 130px;
  padding: 30px 40px;
  margin-bottom: 71px;
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/company/map_bg.svg") no-repeat center center;
  background-size: cover;
  border-radius: 4px;
}
@media screen and (max-width: 1280px) {
.yoshinoya-hd-hf   .group_map_field {
    gap: 24px 80px;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .group_map_field {
    gap: 24px;
    padding: 30px;
  }
}
@media screen and (max-width: 979px) {
.yoshinoya-hd-hf   .group_map_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .group_map_field {
    padding: 16px 16px 32px;
    margin-bottom: 48px;
  }
}

.yoshinoya-hd-hf .world_map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yoshinoya-hd-hf .world_map figure img {
  width: 100%;
  max-width: 544px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .world_map figure img {
    max-width: initial;
  }
}

.yoshinoya-hd-hf .country_details {
  width: 440px;
  padding: 20px 32px 24px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 16px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .country_details {
    width: 55%;
    padding: 20px 24px 24px;
  }
}
@media screen and (max-width: 979px) {
.yoshinoya-hd-hf   .country_details {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .country_details {
    width: 100%;
    padding: 12px 20px 22px;
  }
}
.yoshinoya-hd-hf .country_details > p {
  font-size: 2.4em;
  line-height: 1.6666666667;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .country_details > p {
    font-size: 2em;
    line-height: 2;
  }
}
.yoshinoya-hd-hf .country_details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}
.yoshinoya-hd-hf .country_details ul > * {
  width: calc((100% - 12px) / 2);
}
.yoshinoya-hd-hf .country_details ul > li > a {
  display: block;
  font-size: 2em;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  color: #000000;
  padding: 7.5px 30px;
  background: #F9F9F9;
  border-radius: 12px;
  position: relative;
  /* hover */
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .country_details ul > li > a {
    padding: 7.5px 24px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .country_details ul > li > a {
    font-size: 1.6em;
    line-height: 1.8125;
    padding: 11px 27px 11px 20px;
  }
}
.yoshinoya-hd-hf .country_details ul > li > a::after {
  content: "\e902";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1;
  color: #1D1D1F;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 8px;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .country_details ul > li > a::after {
    right: 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .country_details ul > li > a:hover::after {
    right: 3px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
.yoshinoya-hd-hf   .country_details ul > li > a:hover::after {
    right: 2px;
  }
}

/* .biography_wrap */
.yoshinoya-hd-hf .biography_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 40px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 40px;
  /* .biography_details */
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .biography_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .biography_wrap:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .biography_wrap figure {
    margin-inline: auto;
  }
}
.yoshinoya-hd-hf .biography_wrap figure img {
  width: 100%;
  max-width: 240px;
}
.yoshinoya-hd-hf .biography_wrap .biography_details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yoshinoya-hd-hf .biography_wrap .biography_details .biography_head > p {
  font-size: 1.8em;
  line-height: 1.7777777778;
  margin-bottom: 8px;
}
.yoshinoya-hd-hf .biography_wrap .biography_details .biography_head .heading_title_clm {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  margin-bottom: 22px;
}
.yoshinoya-hd-hf .biography_wrap .biography_details .biography_head .heading_title_clm h3 {
  font-size: 2.4em;
  line-height: 1;
  font-weight: 500;
}
.yoshinoya-hd-hf .biography_wrap .biography_details .biography_head .heading_title_clm small {
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  line-height: 1.5714285714;
  color: #6D6D6D;
}
.yoshinoya-hd-hf .biography_wrap .biography_details dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .biography_wrap .biography_details dl {
    gap: 0 20px;
  }
}
.yoshinoya-hd-hf .biography_wrap .biography_details dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 102px;
  font-size: 1.6em;
  line-height: 2;
  color: #6D6D6D;
}
.yoshinoya-hd-hf .biography_wrap .biography_details dl dt > span {
  text-align: right;
}
.yoshinoya-hd-hf .biography_wrap .biography_details dl dt:where(.font_lg *) {
  width: 105px;
}
.yoshinoya-hd-hf .biography_wrap .biography_details dl dd {
  width: calc(100% - 142px);
  font-size: 1.6em;
  line-height: 1.375;
  color: #1D1D1F;
  padding-block: 4px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .biography_wrap .biography_details dl dd {
    width: calc(100% - 122px);
  }
.yoshinoya-hd-hf   .biography_wrap .biography_details dl dd:is(.font_lg *) {
    width: 100%;
  }
}

/* #svg_organization_chart */
.yoshinoya-hd-hf #svg_organization_chart > svg {
  width: 100%;
}
.yoshinoya-hd-hf #svg_organization_chart .num_bg {
  fill: #E57E2E;
}
.yoshinoya-hd-hf #svg_organization_chart .num_text {
  fill: white;
  font-family: "Poppins", sans-serif;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: pre;
}
.yoshinoya-hd-hf #svg_organization_chart .chart_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8em;
  line-height: 1.4444444444;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: pre;
  fill: #000000;
}
.yoshinoya-hd-hf #svg_organization_chart .chart_box {
  fill: #EAEAEA;
}

/* .organization_chart_detail */
.yoshinoya-hd-hf .organization_chart_detail .organization_chart_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 40px;
}
.yoshinoya-hd-hf .organization_chart_detail .organization_chart_wrap > * {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .organization_chart_detail .organization_chart_wrap {
    padding-bottom: 24px;
  }
}
.yoshinoya-hd-hf .organization_chart_detail .organization_chart_wrap:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .organization_chart_detail .organization_chart_wrap:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .organization_chart_detail .organization_chart_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
  }
.yoshinoya-hd-hf   .organization_chart_detail .organization_chart_wrap > * {
    width: calc((100% - 0px) / 1);
  }
}
.yoshinoya-hd-hf .organization_chart_detail .organization_chart_wrap > section h4 {
  padding-left: 38px;
  margin-bottom: 8px;
  position: relative;
}
.yoshinoya-hd-hf .organization_chart_detail .organization_chart_wrap > section h4 > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  background: #E57E2E;
  border-radius: 9999px;
  position: absolute;
  top: 6px;
  left: 0;
}
.yoshinoya-hd-hf .organization_chart_detail .organization_chart_wrap > section p:last-child {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .organization_chart_detail .organization_chart_wrap > section .pick_up_wrap {
  padding-top: 16px;
  border-top: 1px solid #EFEFEF;
}
.yoshinoya-hd-hf .organization_chart_detail .organization_chart_wrap > section .pick_up_wrap .ttl {
  font-size: 1.6em;
  line-height: 2;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}
.yoshinoya-hd-hf .organization_chart_detail .organization_chart_wrap > section .pick_up_wrap .ttl > span {
  font-family: "Poppins", sans-serif;
  font-size: 1.8em;
  line-height: 1.7777777778;
  color: #E57E2E;
  margin-right: 8px;
}

/*-----------------------------------------
  ir
-----------------------------------------*/
.yoshinoya-hd-hf .stock_price_board_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 55px;
  width: 100%;
  max-width: 527px;
  aspect-ratio: 527/330;
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/ir/board_wide_bg.svg") no-repeat center center;
  background-size: contain;
  padding: 23px 44px 20px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .stock_price_board_wide {
    max-width: initial;
    gap: 0 20px;
    padding: 23px 20px 22px;
  }
}
.yoshinoya-hd-hf .stock_price_board_wide > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 140px;
  font-size: 1.8em;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .stock_price_board_wide > p {
    min-width: initial;
  }
}
.yoshinoya-hd-hf .stock_price_board_wide > .board_content {
  width: 43%;
  aspect-ratio: 228/287;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .stock_price_board_wide > .board_content {
    min-width: 46%;
  }
}

/* .pickup_link */
.yoshinoya-hd-hf .pickup_link > * {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .pickup_link > *:not(:last-child) {
  margin-bottom: 30px;
}
.yoshinoya-hd-hf .pickup_link a {
  display: block;
  padding-right: 50px;
  position: relative;
  /* hover */
  /* _blank */
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .pickup_link a {
    padding-right: 30px;
  }
}
.yoshinoya-hd-hf .pickup_link a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px 40px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .pickup_link a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .pickup_link a figure img {
  width: 100%;
  max-width: 140px;
  height: auto;
}
.yoshinoya-hd-hf .pickup_link a figure figcaption .ttl {
  font-size: 2.8em;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .pickup_link a figure figcaption .ttl {
    font-size: 2em;
    line-height: 1.4;
  }
}
.yoshinoya-hd-hf .pickup_link a figure figcaption p {
  font-size: 1.8em;
  line-height: 1.6666666667;
  color: #1D1D1F;
}
.yoshinoya-hd-hf .pickup_link a figure figcaption p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .pickup_link a figure figcaption p {
    font-size: 1.6em;
    line-height: 1.625;
  }
}
.yoshinoya-hd-hf .pickup_link a::after {
  content: "\e902";
  font-family: "yoshinoyahd_icon";
  font-size: 4.6em;
  line-height: 1;
  font-weight: 400;
  color: #E57E2E;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .pickup_link a::after {
    font-size: 2.6em;
    line-height: 1;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .pickup_link a:hover:not([target=_blank])::after {
    right: -8px;
  }
}
.yoshinoya-hd-hf .pickup_link a[target=_blank]::after {
  content: "\e904";
  font-weight: 400;
  font-size: 2em;
  line-height: 1;
  right: 8px;
}

/* .related_link */
.yoshinoya-hd-hf .related_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
.yoshinoya-hd-hf .related_link > * {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .related_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
.yoshinoya-hd-hf   .related_link > * {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .related_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 12px;
  }
.yoshinoya-hd-hf   .related_link > * {
    width: calc((100% - 0px) / 1);
  }
}
.yoshinoya-hd-hf .related_link > li {
  aspect-ratio: 411/160;
  background: #FFFFFF;
  border-radius: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .related_link > li {
    min-height: 120px;
    aspect-ratio: auto !important;
  }
}
.yoshinoya-hd-hf .related_link > li > a {
  display: block;
  height: 100%;
  padding: 20px 42px 24px;
  position: relative;
  overflow: hidden;
  /* hover */
  /* _blank */
}
@media screen and (max-width: 1180px) {
.yoshinoya-hd-hf   .related_link > li > a {
    padding: 10px 24px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .related_link > li > a {
    padding: 10px 20px;
  }
}
.yoshinoya-hd-hf .related_link > li > a::after {
  content: "\e902";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1;
  color: #1D1D1F;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 28px;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .related_link > li > a::after {
    right: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .related_link > li > a:hover:not([target=_blank])::after {
    right: 20px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
.yoshinoya-hd-hf   .related_link > li > a:hover:not([target=_blank])::after {
    right: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .related_link > li > a:hover figure img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.yoshinoya-hd-hf .related_link > li > a[target=_blank]::after {
  content: "\e904";
}
.yoshinoya-hd-hf .related_link > li > a small {
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
  line-height: 1.8333333333;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(29, 29, 31, 0.5);
  position: relative;
  z-index: 1;
}
.yoshinoya-hd-hf .related_link > li > a .ttl {
  font-size: 2.8em;
  line-height: 1.2142857143;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #000000;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.yoshinoya-hd-hf .related_link > li > a figure {
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.yoshinoya-hd-hf .related_link > li > a figure img {
  width: auto;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .related_link > li > a figure img {
    position: relative;
    right: -10px;
  }
}

/* .link_img_set_wrap */
.yoshinoya-hd-hf .link_img_set_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.yoshinoya-hd-hf .link_img_set_wrap > .ttl {
  width: 19%;
  min-width: 157px;
}
.yoshinoya-hd-hf .link_img_set_wrap > .link_img_set {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* .link_img_set_ttl */
.yoshinoya-hd-hf .link_img_set_ttl {
  font-size: 1.6em;
  line-height: 1.4375;
  font-weight: 700;
  margin-bottom: 16px;
}
.yoshinoya-hd-hf .link_img_set_ttl:not(:first-of-type) {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_set_ttl:not(:first-of-type) {
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_set_ttl {
    font-size: 2em;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}

/* .link_img_set */
.yoshinoya-hd-hf .link_img_set.clm_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 40px;
}
.yoshinoya-hd-hf .link_img_set.clm_3 > * {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_set.clm_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 24px;
  }
.yoshinoya-hd-hf   .link_img_set.clm_3 > * {
    width: calc((100% - 0px) / 1);
  }
}
.yoshinoya-hd-hf .link_img_set.clm_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 40px;
}
.yoshinoya-hd-hf .link_img_set.clm_4 > * {
  width: calc((100% - 72px) / 4);
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_set.clm_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 24px;
  }
.yoshinoya-hd-hf   .link_img_set.clm_4 > * {
    width: calc((100% - 0px) / 1);
  }
}
.yoshinoya-hd-hf .link_img_set > li .no_link_ttl {
  font-size: 2.4em;
  line-height: 1.7916666667;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #000000;
  padding-right: 30px;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_set > li .no_link_ttl {
    margin-bottom: 8px;
  }
}
.yoshinoya-hd-hf .link_img_set > li > a {
  display: block;
  margin-bottom: 19px;
  /* hover */
}
.yoshinoya-hd-hf .link_img_set > li > a:has(.ttl.type_no_link) {
  opacity: 1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_set > li > a {
    margin-bottom: 8px;
  }
}
.yoshinoya-hd-hf .link_img_set > li > a figure > span {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_set > li > a figure > span {
    margin-bottom: 10px;
  }
}
.yoshinoya-hd-hf .link_img_set > li > a figure img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_set > li > a figure img {
    width: 100%;
  }
}
.yoshinoya-hd-hf .link_img_set > li > a figure figcaption .ttl {
  font-size: 2.4em;
  line-height: 1.7916666667;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #000000;
  padding-right: 30px;
  margin-bottom: 0;
  position: relative;
}
.yoshinoya-hd-hf .link_img_set > li > a figure figcaption .ttl.type_no_link {
  cursor: default;
}
.yoshinoya-hd-hf .link_img_set > li > a figure figcaption .ttl.type_no_link::after {
  content: none;
}
.yoshinoya-hd-hf .link_img_set > li > a figure figcaption .ttl::after {
  content: "\e902";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1;
  color: #1D1D1F;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .link_img_set > li > a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
.yoshinoya-hd-hf   .link_img_set > li > a:hover figure figcaption .ttl::after {
    right: -8px;
  }
}
.yoshinoya-hd-hf .link_img_set > li .sub_link_list > li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_set > li .sub_link_list > li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.yoshinoya-hd-hf .link_img_set > li .sub_link_list > li > a {
  font-size: 1.6em;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  color: #1D1D1F;
}

/* .link_img_single */
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .right_align_cont_inner .link_img_wrap {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .right_align_cont_inner .link_img_wrap {
    margin-right: 0;
  }
}

.yoshinoya-hd-hf .link_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 65px 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_wrap {
    gap: 48px 0;
  }
}

.yoshinoya-hd-hf .link_img_single > a {
  color: #000000;
  /* hover */
}
.yoshinoya-hd-hf .link_img_single > a .ttl {
  font-size: 3.8em;
  line-height: 1.2631578947;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
.yoshinoya-hd-hf   .link_img_single > a .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .link_img_single > a .ttl {
    margin-bottom: 10px;
    font-size: 2.4em;
    line-height: 1.4583333333;
  }
}
.yoshinoya-hd-hf .link_img_single > a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 80px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .link_img_single > a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.yoshinoya-hd-hf .link_img_single > a figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .link_img_single > a figure figcaption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.yoshinoya-hd-hf .link_img_single > a figure figcaption p {
  font-size: 1.8em;
  line-height: 2.2222222222;
  color: #1D1D1F;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
.yoshinoya-hd-hf   .link_img_single > a figure figcaption p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .link_img_single > a figure figcaption p {
    font-size: 1.6em;
    line-height: 2;
    margin-bottom: 10px;
  }
}
.yoshinoya-hd-hf .link_img_single > a figure figcaption .btn_arrow {
  font-size: 1.6em;
  line-height: 2.1875;
  /* hover */
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .link_img_single > a figure figcaption .btn_arrow:hover::after {
    right: 0;
  }
.yoshinoya-hd-hf   .link_img_single > a figure figcaption .btn_arrow:hover > span {
    border-bottom: 1px solid rgba(29, 29, 31, 0);
  }
}
.yoshinoya-hd-hf .link_img_single > a figure > span {
  width: 47%;
  overflow: hidden;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .link_img_single > a figure > span {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.yoshinoya-hd-hf .link_img_single > a figure > span img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .link_img_single > a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
.yoshinoya-hd-hf   .link_img_single > a:hover figure figcaption .btn_arrow::after {
    right: -8px;
  }
.yoshinoya-hd-hf   .link_img_single > a:hover figure figcaption .btn_arrow > span {
    border-bottom: 1px solid #1d1d1f;
  }
}

/* .special_feature_link */
.yoshinoya-hd-hf .special_feature_link > * {
  padding-bottom: 23px;
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .special_feature_link > *:not(:last-child) {
  margin-bottom: 23px;
}
.yoshinoya-hd-hf .special_feature_link a {
  display: block;
  padding-right: 40px;
  position: relative;
  /* hover */
  /* _blank */
}
.yoshinoya-hd-hf .special_feature_link a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 40px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .special_feature_link a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .special_feature_link a figure img {
  width: 224px;
  height: auto;
}
.yoshinoya-hd-hf .special_feature_link a figure figcaption .ttl {
  font-size: 2.8em;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}
.yoshinoya-hd-hf .special_feature_link a figure figcaption p {
  font-size: 1.8em;
  line-height: 2.2222222222;
  color: #1D1D1F;
}
.yoshinoya-hd-hf .special_feature_link a figure figcaption p:last-child {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .special_feature_link a::after {
  content: "\e902";
  font-family: "yoshinoyahd_icon";
  font-size: 3.6em;
  line-height: 1;
  font-weight: 400;
  color: #E57E2E;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .special_feature_link a::after {
    font-size: 2.6em;
    line-height: 1;
    top: auto;
    bottom: 4px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .special_feature_link a:hover:not([target=_blank])::after {
    right: -8px;
  }
}
.yoshinoya-hd-hf .special_feature_link a[target=_blank]::after {
  content: "\e904";
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
  right: 8px;
}

/* .graph_wrap */
.yoshinoya-hd-hf .graph_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px 35px;
}
.yoshinoya-hd-hf .graph_wrap:has(.type_bar) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .graph_wrap {
    display: block !important;
  }
}
.yoshinoya-hd-hf .graph_wrap .graph_area {
  width: 100%;
  margin-inline: auto;
}
.yoshinoya-hd-hf .graph_wrap .graph_area.type_doughnut {
  max-width: 325px;
}
.yoshinoya-hd-hf .graph_wrap .graph_area.type_bar {
  max-width: 475px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .graph_wrap .graph_area {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .graph_wrap .graph_area {
    width: auto;
  }
}
.yoshinoya-hd-hf .graph_wrap .graph_area canvas {
  width: 100%;
}
.yoshinoya-hd-hf .graph_wrap .others_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yoshinoya-hd-hf .graph_wrap .others_area .scroll_area table {
  min-width: initial;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .graph_wrap .others_area .scroll_area table {
    min-width: 880px;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .graph_wrap .others_area .scroll_area table#ir_memo_table {
    min-width: 640px;
  }
}
.yoshinoya-hd-hf .graph_wrap .others_area .scroll_area table#ir_memo_table thead th {
  padding: 20px 0;
}
.yoshinoya-hd-hf .graph_wrap .others_area .scroll_area table#ir_memo_table tbody th {
  min-height: 75px;
  padding: 18px 0;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .graph_wrap .others_area .scroll_area table#ir_dividend_table {
    min-width: 640px;
  }
}
.yoshinoya-hd-hf .graph_wrap .others_area .scroll_area table#ir_dividend_table thead th {
  padding: 20px 0;
}
.yoshinoya-hd-hf .graph_wrap .others_area .scroll_area table#ir_dividend_table tbody th {
  min-height: 75px;
  padding: 18px 0;
}

/* .contact_info_field */
.yoshinoya-hd-hf .contact_info_field h3 {
  font-size: 2.4em;
  line-height: 1.6666666667;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .contact_info_field h3 {
    margin-bottom: 8px;
  }
}
.yoshinoya-hd-hf .contact_info_field .heading_title_clm:has(h3) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .contact_info_field .heading_title_clm:has(h3) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .contact_info_field .heading_title_clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .contact_info_field .heading_title_clm {
    gap: 0;
  }
}
.yoshinoya-hd-hf .contact_info_field .heading_title_clm .sub_text {
  font-size: 2em;
  line-height: 2;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .contact_info_field .heading_title_clm .sub_text {
    margin-left: 0;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .contact_info_field .bg_accent {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .contact_info_field .bg_accent {
    padding: 30px 20px;
  }
}
.yoshinoya-hd-hf .contact_info_field .clm_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .contact_info_field .clm_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .contact_info_field .clm_2 section:not(:first-child) {
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .contact_info_field .clm_2 section:not(:first-child) {
    padding-left: 0;
  }
}
.yoshinoya-hd-hf .contact_info_field .clm_2 section:not(:last-child) {
  padding-right: 28px;
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .contact_info_field .clm_2 section:not(:last-child) {
    padding: 0 0 16px;
    margin-bottom: 16px;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
  }
}
.yoshinoya-hd-hf .contact_info_field .sub_ul {
  margin-bottom: 16px;
}
.yoshinoya-hd-hf .contact_info_field section {
  width: 100%;
}

/* .adobe_reader_field */
.yoshinoya-hd-hf .adobe_reader_field {
  padding: 40px 32px;
  background: #EAEAEA;
}
.yoshinoya-hd-hf .adobe_reader_field figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .adobe_reader_field figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .adobe_reader_field figure img {
  width: 158px;
  height: auto;
}
.yoshinoya-hd-hf .adobe_reader_field figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4em;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .adobe_reader_field {
    padding: 24px 3%;
  }
}

/* .report_link */
.yoshinoya-hd-hf .report_link > a {
  display: table;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(39, 41, 47, 0.06);
          box-shadow: 0px 0px 16px rgba(39, 41, 47, 0.06);
}
.yoshinoya-hd-hf .report_link > a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoshinoya-hd-hf .report_link > a figure img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .report_link > a figure img {
    width: 120px;
  }
}
.yoshinoya-hd-hf .report_link > a figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 27px;
  padding-inline: 50px 56px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .report_link > a figure figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .report_link > a figure figcaption {
    padding-inline: 24px 26px;
  }
}
.yoshinoya-hd-hf .report_link > a figure figcaption p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 8px;
  font-size: 2.8em;
  line-height: 1.1428571429;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .report_link > a figure figcaption p {
    display: block;
  }
}
.yoshinoya-hd-hf .report_link > a figure figcaption p > small {
  font-size: 2.2em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .report_link > a figure figcaption p > small {
    display: inline;
  }
}
.yoshinoya-hd-hf .report_link > a figure figcaption .size {
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  line-height: 1.7857142857;
  font-weight: 400;
  padding-inline: 30px 0;
  margin-left: auto;
  color: #8D8D8D;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .report_link > a figure figcaption .size {
    margin-left: 0;
  }
}
.yoshinoya-hd-hf .report_link > a figure figcaption .size::before {
  width: 19px;
  height: 25px;
  content: "";
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/common/icon_pdf.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.yoshinoya-hd-hf .report_link.sub_report > a {
  width: 100%;
  background: #F8F8F8;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.yoshinoya-hd-hf .report_link.sub_report > a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoshinoya-hd-hf .report_link.sub_report > a figure img {
  width: 96px;
  height: auto;
}
.yoshinoya-hd-hf .report_link.sub_report > a figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px 8px;
  padding-inline: 24px 26px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .report_link.sub_report > a figure figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .report_link.sub_report > a figure figcaption p {
  display: block;
  font-size: 1.6em;
  line-height: 1.75;
}
.yoshinoya-hd-hf .report_link.sub_report > a figure figcaption p > small {
  display: block;
  font-size: 1.6em;
  line-height: 1.75;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .report_link.sub_report > a figure figcaption p > small {
    display: inline;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .report_link.sub_report > a figure figcaption .size {
    margin-left: 0;
  }
}

/* .report_contents_field */
.yoshinoya-hd-hf .report_contents_field .report_contents {
  padding-block: 32px;
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .report_contents_field .report_contents:first-child {
  border-top: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .report_contents_field .report_contents h4 {
  display: table;
  margin-bottom: 12px;
}
.yoshinoya-hd-hf .report_contents_field .report_contents a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 6px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .report_contents_field .report_contents a {
    display: block;
  }
}
.yoshinoya-hd-hf .report_contents_field .report_contents a .num {
  min-width: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 2.8em;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #E57E2E;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .report_contents_field .report_contents a .num {
    float: left;
  }
}
.yoshinoya-hd-hf .report_contents_field .report_contents a .ttl {
  font-size: 2.4em;
  line-height: 1.6666666667;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #000000;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .report_contents_field .report_contents a .ttl {
    display: inline-block;
    margin-bottom: 6px;
  }
}
.yoshinoya-hd-hf .report_contents_field .report_contents a .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  line-height: 1.7857142857;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-inline: 30px 0;
  margin-left: auto;
  color: #8D8D8D;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .report_contents_field .report_contents a .size {
    display: block;
    margin-left: 40px;
  }
}
.yoshinoya-hd-hf .report_contents_field .report_contents a .size::before {
  width: 19px;
  height: 25px;
  content: "";
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/common/icon_pdf.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

/* .past_report_field */
.yoshinoya-hd-hf .past_report_field .clm_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 36px;
}
.yoshinoya-hd-hf .past_report_field .clm_2 > * {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .past_report_field .clm_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 0px;
  }
.yoshinoya-hd-hf   .past_report_field .clm_2 > * {
    width: calc((100% - 0px) / 1);
  }
}
.yoshinoya-hd-hf .past_report_field .ttl {
  font-size: 2.4em;
  line-height: 1.6666666667;
  margin-bottom: 16px;
}
.yoshinoya-hd-hf .past_report_field .past_report {
  padding: 24px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .past_report_field .past_report {
    padding-inline: 0;
  }
}
.yoshinoya-hd-hf .past_report_field .past_report .report_link {
  margin-bottom: 16px;
}
.yoshinoya-hd-hf .past_report_field .past_report > p {
  font-size: 1.6em;
  line-height: 1.75;
}
.yoshinoya-hd-hf .past_report_field .past_report > p:last-child {
  margin-bottom: 0;
}

/* .ttl_box */
.yoshinoya-hd-hf .ttl_box {
  padding: 52px 51px 37px;
  font-weight: 700;
  color: #000000;
  border: 4px solid #E2E2E2;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ttl_box {
    padding: 52px 12px 37px;
  }
}
.yoshinoya-hd-hf .ttl_box > .ttl {
  display: inline-block;
  font-size: 2.4em;
  line-height: 1.6666666667;
  padding-inline: 20px;
  background: #FFFFFF;
  position: relative;
  top: -70px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ttl_box > .ttl {
    padding-inline: 10px;
  }
}
.yoshinoya-hd-hf .ttl_box > .ttl + * {
  margin-top: -70px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .ttl_box .clm_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .ttl_box .clm_2 > div {
    width: 100%;
  }
}

/* .img_clm_plus */
.yoshinoya-hd-hf .img_clm_plus figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px 24px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .img_clm_plus figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .img_clm_plus figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.yoshinoya-hd-hf .img_clm_plus figure figcaption {
  width: 100%;
  font-size: 2em;
  line-height: 1.45;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .img_clm_plus figure img {
    width: 40%;
  }
}
.yoshinoya-hd-hf .img_clm_plus figure img.img_plus {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .img_clm_plus figure img.img_plus {
    width: 20px;
  }
}

.yoshinoya-hd-hf .related_materials_img figure {
  width: 100%;
  max-width: 607px;
  margin-inline: auto;
}
.yoshinoya-hd-hf .related_materials_img figure img {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .related_materials_img figure img {
    margin-bottom: 8px;
  }
}
.yoshinoya-hd-hf .related_materials_img figure figcaption {
  text-align: center;
}

.yoshinoya-hd-hf .related_materials_text .clm_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 12px;
}
.yoshinoya-hd-hf .related_materials_text .clm_3 > * {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .related_materials_text .clm_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 24px;
  }
.yoshinoya-hd-hf   .related_materials_text .clm_3 > * {
    width: calc((100% - 0px) / 1);
  }
}
.yoshinoya-hd-hf .related_materials_text .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 20/13;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  padding: 8px 3px;
  margin-bottom: 12px;
  border: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .related_materials_text .text_box {
    aspect-ratio: 24/13;
    margin-bottom: 8px;
  }
}
.yoshinoya-hd-hf .related_materials_text figcaption {
  text-align: center;
}

/* .add_pdf_icon */
.yoshinoya-hd-hf .add_pdf_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .add_pdf_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .add_pdf_icon .ttl {
  font-size: 2em;
  line-height: 1.6;
}
.yoshinoya-hd-hf .add_pdf_icon .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  line-height: 1.7857142857;
  font-weight: 400;
  padding-inline: 34px 0;
  color: #8D8D8D;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.yoshinoya-hd-hf .add_pdf_icon .size::before {
  width: 19px;
  height: 25px;
  content: "";
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/common/icon_pdf.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.yoshinoya-hd-hf .some_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px;
  margin-bottom: 16px;
}
.yoshinoya-hd-hf .some_img_wrap.img_max_w img {
  width: 100%;
  max-width: 300px;
}
.yoshinoya-hd-hf .some_img_wrap.flex_nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .some_img_wrap.flex_nowrap.flex_nowrap_sp_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
.yoshinoya-hd-hf   .some_img_wrap.flex_nowrap.flex_nowrap_sp_4 figure {
    width: calc(25% - 6px);
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .some_img_wrap.flex_nowrap.flex_nowrap_sp_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
.yoshinoya-hd-hf   .some_img_wrap.flex_nowrap.flex_nowrap_sp_2 figure {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .some_img_wrap.flex_nowrap.flex_nowrap_sp_2 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .some_img_wrap.flex_nowrap.flex_nowrap_sp_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
.yoshinoya-hd-hf   .some_img_wrap.flex_nowrap.flex_nowrap_sp_1 figure {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
.yoshinoya-hd-hf   .some_img_wrap.flex_nowrap.flex_nowrap_sp_1 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .some_img_wrap.sp_align_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.yoshinoya-hd-hf .flex_text_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 18px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .flex_text_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*-----------------------------------------
  ir_calendar
-----------------------------------------*/
.yoshinoya-hd-hf .ir_calendar_list {
  border-top: 1px solid #000000;
}
.yoshinoya-hd-hf .ir_calendar_list.no_new a,
.yoshinoya-hd-hf .ir_calendar_list.no_new div {
  padding: 25px 24px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .ir_calendar_list.no_new a,
.yoshinoya-hd-hf   .ir_calendar_list.no_new div {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_calendar_list.no_new a,
.yoshinoya-hd-hf   .ir_calendar_list.no_new div {
    padding: 12px 0;
  }
}
.yoshinoya-hd-hf .ir_calendar_list li {
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf .ir_calendar_list li > div {
  padding: 25px 30px 24px 93px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .ir_calendar_list li > div {
    padding: 25px 0 24px 64px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_calendar_list li > div {
    padding: 12px 0 16px;
  }
}
.yoshinoya-hd-hf .ir_calendar_list a,
.yoshinoya-hd-hf .ir_calendar_list div {
  min-height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 30px 24px 93px;
  color: #1D1D1F;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .ir_calendar_list a,
.yoshinoya-hd-hf   .ir_calendar_list div {
    padding: 25px 0 24px 64px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_calendar_list a,
.yoshinoya-hd-hf   .ir_calendar_list div {
    min-height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 0 16px;
  }
}
.yoshinoya-hd-hf .ir_calendar_list a {
  /* _blank */
  /* hover */
}
.yoshinoya-hd-hf .ir_calendar_list a:not([href$=".pdf"]) {
  position: relative;
}
.yoshinoya-hd-hf .ir_calendar_list a:not([href$=".pdf"])::after {
  content: "\e902";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  line-height: 1;
  font-size: 1.6em;
  line-height: 1;
  color: #1D1D1F;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .ir_calendar_list a:not([href$=".pdf"])::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_calendar_list a:not([href$=".pdf"])::after {
    top: auto;
    bottom: 12px;
    right: 0;
  }
}
.yoshinoya-hd-hf .ir_calendar_list a:not([href$=".pdf"])[target=_blank]::after {
  content: "\e904";
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .ir_calendar_list a:hover {
    opacity: 1;
  }
.yoshinoya-hd-hf   .ir_calendar_list a:hover:not([target=_blank]):not([href$=".pdf"])::after {
    color: #E57E2E;
    right: 14px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 1079px) {
.yoshinoya-hd-hf   .ir_calendar_list a:hover:not([target=_blank]):not([href$=".pdf"])::after {
    right: -8px;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_calendar_list a:hover:not([target=_blank]):not([href$=".pdf"])::after {
    right: -8px;
  }
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .ir_calendar_list a:hover .ttl {
    color: #E57E2E;
  }
.yoshinoya-hd-hf   .ir_calendar_list a:hover .size {
    color: #E57E2E;
  }
}
.yoshinoya-hd-hf .ir_calendar_list .new {
  font-family: "Poppins", sans-serif;
  font-size: 1.6em;
  line-height: 1.8125;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #EF0A06;
  position: absolute;
  top: 23px;
  left: 28px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .ir_calendar_list .new {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_calendar_list .new {
    position: static;
  }
}
.yoshinoya-hd-hf .ir_calendar_list .date {
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  line-height: 1.7857142857;
  font-weight: 600;
  color: #4D4D4D;
}
.yoshinoya-hd-hf .ir_calendar_list .ttl {
  font-size: 1.6em;
  line-height: 1.5;
  padding-right: 24px;
  margin-left: 45px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .ir_calendar_list .ttl {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_calendar_list .ttl {
    margin: 0 0 4px 0;
  }
}
.yoshinoya-hd-hf .ir_calendar_list .size {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  line-height: 1.7857142857;
  font-weight: 400;
  padding-inline: 34px 0;
  margin-left: auto;
  color: #8D8D8D;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.yoshinoya-hd-hf .ir_calendar_list .size::before {
  width: 19px;
  height: 25px;
  content: "";
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/common/icon_pdf.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
/*-----------------------------------------
  ir_highlight
-----------------------------------------*/
.yoshinoya-hd-hf #highlight_iframe {
  width: 100%;
  min-height: 1200px;
}

/*-----------------------------------------
  howto
-----------------------------------------*/
.yoshinoya-hd-hf .icon_explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.yoshinoya-hd-hf .icon_explanation + .icon_explanation {
  margin-top: 25px;
}
.yoshinoya-hd-hf .icon_explanation > dt {
  min-width: 20px;
  min-height: 100%;
}
.yoshinoya-hd-hf .icon_explanation > dt > span {
  display: block;
  min-width: inherit;
  min-height: inherit;
}

/*-----------------------------------------
  library
-----------------------------------------*/
/* .library_grid */
.yoshinoya-hd-hf .library_grid {
  display: grid;
  grid-template-columns: calc(50% - 40px) calc(50% - 40px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .library_grid {
    grid-template-columns: 100%;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    row-gap: 48px;
  }
}
.yoshinoya-hd-hf .library_grid > section {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
.yoshinoya-hd-hf .library_grid > section.no_grid {
  display: block;
}
.yoshinoya-hd-hf .library_grid .xj-newslist.no_new a {
  min-height: 99px;
}

/*-----------------------------------------
  csr
-----------------------------------------*/
.yoshinoya-hd-hf .message_field {
  *zoom: 1;
}
.yoshinoya-hd-hf .message_field:before, .message_field:after {
  content: "";
  display: table;
}
.yoshinoya-hd-hf .message_field:after {
  clear: both;
}
.yoshinoya-hd-hf .message_field > figure {
  width: 32%;
  height: auto;
  max-width: 440px;
  float: left;
  margin: 0 64px 24px 0;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .message_field > figure {
    margin: 0 48px 24px 0;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .message_field > figure {
    width: 100%;
    max-width: initial;
    margin: 0 0 24px;
  }
}
.yoshinoya-hd-hf .message_field .message_content {
  padding: 48px 0 0 30px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .message_field .message_content {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .message_field .message_content {
    padding-left: 0;
  }
}
.yoshinoya-hd-hf .message_field .message_content .ttl {
  font-size: 2.4em;
  line-height: 2;
  font-weight: 700;
  color: #000000;
}
.yoshinoya-hd-hf .message_field .message_content p {
  font-size: 1.6em;
  line-height: 2;
  color: #1D1D1F;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .message_field .message_content p {
    margin-bottom: 18px;
  }
}
.yoshinoya-hd-hf .message_field .message_content p:last-child {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .message_field .message_content .signature {
  font-size: 2.4em;
  line-height: 1.6666666667;
  font-weight: 700;
  color: #1D1D1F;
  text-align: right;
  margin-top: 24px;
}
.yoshinoya-hd-hf .message_field .message_content .signature > small {
  display: block;
  font-size: 1.8em;
  line-height: 2.2222222222;
}
.yoshinoya-hd-hf .message_field .message_content .signature .supple {
  font-size: 1.8em;
  line-height: 2.2222222222;
  margin-right: 20px;
}
.yoshinoya-hd-hf .message_field.csr_message .message_content p {
  font-size: 2.4em;
  line-height: 2;
  font-weight: 700;
  color: #000000;
}
.yoshinoya-hd-hf .message_field.csr_message .message_content .signature {
  margin-top: 55px;
}

.yoshinoya-hd-hf .case_list > li:not(:last-child) {
  margin-bottom: 24px;
}
.yoshinoya-hd-hf .case_list figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .case_list figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.yoshinoya-hd-hf .case_list figure img {
  width: 100%;
  max-width: 40%;
  height: auto;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .case_list figure img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.yoshinoya-hd-hf .case_list figcaption {
  font-size: 1.6em;
  line-height: 2;
  font-weight: 500;
}

.yoshinoya-hd-hf .case_list_ol_wrap {
  counter-reset: listnum;
}
.yoshinoya-hd-hf .case_list_ol_wrap ::marker {
  content: none;
}
.yoshinoya-hd-hf .case_list_ol_wrap h3::before {
  counter-incement: listnum;
  content: counter(listnum) ".";
}

/*-----------------------------------------
  company
-----------------------------------------*/
/* .numbers_list */
.yoshinoya-hd-hf .numbers_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  row-gap: 0px;
}
.yoshinoya-hd-hf .numbers_list > * {
  width: calc((100% - 0px) / 2);
}
.yoshinoya-hd-hf .numbers_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 2/1;
  padding: 47px 8% 65px 5%;
  position: relative;
}
@media screen and (max-width: 1180px) {
.yoshinoya-hd-hf   .numbers_list > li {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .numbers_list > li {
    padding-block: 4%;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .numbers_list > li {
    padding: 3% 2%;
  }
}
.yoshinoya-hd-hf .numbers_list > li .label {
  display: table;
  font-size: 3.1em;
  line-height: 0.9032258065;
  font-weight: 700;
  color: #FFFFFF;
  padding: 5px 3px 8px;
  border-radius: 0;
  background: #413000;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .numbers_list > li .label {
    font-size: 2em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .numbers_list > li .label {
    font-size: 1.2em;
    line-height: 1;
    padding: 5px 3px 6px;
  }
}
.yoshinoya-hd-hf .numbers_list > li > p {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 12em;
  line-height: 1;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  text-shadow: 3px 3px 0 #FFFFFF, -3px 3px 0 #FFFFFF, 3px -3px 0 #FFFFFF, -3px -3px 0 #FFFFFF;
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
.yoshinoya-hd-hf   .numbers_list > li > p {
    font-size: clamp(6em, 0.25vw + 6.8em, 12em);
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .numbers_list > li > p {
    text-shadow: 2px 2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px -2px 0 #FFFFFF;
  }
}
@media screen and (max-width: 650px) {
.yoshinoya-hd-hf   .numbers_list > li > p {
    font-size: clamp(2em, 0.25vw + 5em, 7em);
  }
}
@media screen and (max-width: 450px) {
.yoshinoya-hd-hf   .numbers_list > li > p {
    font-size: clamp(2em, 0.25vw + 3.2em, 7em);
  }
}
.yoshinoya-hd-hf .numbers_list > li > p > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8em;
  line-height: 1;
  font-weight: 700;
  text-shadow: none;
}
@media screen and (max-width: 1180px) {
.yoshinoya-hd-hf   .numbers_list > li > p > span {
    font-size: clamp(2em, 0.25vw + 2.4em, 4.8em);
  }
}
@media screen and (max-width: 650px) {
.yoshinoya-hd-hf   .numbers_list > li > p > span {
    font-size: clamp(1.2em, 0.25vw + 1.8em, 2em);
  }
}
@media screen and (max-width: 450px) {
.yoshinoya-hd-hf   .numbers_list > li > p > span {
    font-size: clamp(1.2em, 0.25vw + 1.2em, 2em);
  }
}
.yoshinoya-hd-hf .numbers_list > li.sales_content {
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/company/company_numbers_sales.png") center center no-repeat, linear-gradient(105.97deg, #FFF6EC 14.77%, #EDE489 91.9%);
  background-size: contain;
}
.yoshinoya-hd-hf .numbers_list > li.sales_content .label {
  background: #413000;
}
.yoshinoya-hd-hf .numbers_list > li.stores_content {
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/company/company_numbers_stores.png") center center no-repeat, linear-gradient(100.87deg, #EFF6FF 15.88%, #5284F7 99.78%);
  background-size: contain;
}
.yoshinoya-hd-hf .numbers_list > li.stores_content .label {
  background: #1E32A4;
}
.yoshinoya-hd-hf .numbers_list > li.employees_content {
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/company/company_numbers_employees.png") center center no-repeat, linear-gradient(102.98deg, #F2FFF6 8.74%, #3BC595 101.52%);
  background-size: contain;
}
.yoshinoya-hd-hf .numbers_list > li.employees_content .label {
  background: #0B6232;
}
.yoshinoya-hd-hf .numbers_list > li.group_content {
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/company/company_numbers_group.png") center center no-repeat, linear-gradient(100.74deg, #FFF4F4 4.83%, #E37959 108.19%);
  background-size: contain;
}
.yoshinoya-hd-hf .numbers_list > li.group_content .label {
  background: #741D15;
}

/* .chronology_list */
.yoshinoya-hd-hf .chronology_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 83px;
  margin-bottom: 100px;
}
.yoshinoya-hd-hf .chronology_list:not(:has(.active_wrap)) {
  display: none;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .chronology_list {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px 0;
    margin-bottom: 64px;
  }
}
.yoshinoya-hd-hf .chronology_list > h3 {
  width: 350px;
  font-family: "Poppins", sans-serif;
  font-size: 7.2em;
  line-height: 1.0555555556;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list > h3 {
    display: block;
    width: 106%;
    font-size: 4.8em;
    line-height: 1;
    background: #FFFFFF;
    padding: 10px 0 10px 10px;
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
.yoshinoya-hd-hf .chronology_list > h3 > span {
  display: inline-block;
  font-size: 4em;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list > h3 > span {
    font-size: 1.8em;
    line-height: 1.1111111111;
    margin-left: 8px;
  }
}
.yoshinoya-hd-hf .chronology_list > h3 > span.text_s {
  font-size: 4em;
  line-height: 1.325;
  margin-inline: 8px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list > h3 > span.text_s {
    font-size: 3.2em;
    line-height: 1.5;
    top: -5px;
  }
}
.yoshinoya-hd-hf .chronology_list .chronology_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  margin-bottom: -20px;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list .chronology_content {
    top: 0;
  }
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 48px;
  padding-left: 29px;
  position: relative;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .chronology_list .chronology_content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 0;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list .chronology_content dl {
    padding-left: 12px;
  }
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl:not(:has(~ .active_wrap))::after {
  display: none;
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl::after {
  content: "";
  width: 2px;
  height: calc(100% + 10px);
  background-color: #E2E2E2;
  position: absolute;
  top: 18px;
  left: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list .chronology_content dl::after {
    height: calc(100% + 4px);
  }
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl:last-child::after {
  display: none;
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #1D1D1F;
  border-radius: 9999px;
  position: absolute;
  top: 18px;
  left: -4px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list .chronology_content dl::before {
    top: 12px;
  }
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl dt {
  width: 114px;
  font-family: "Poppins", sans-serif;
  font-size: 3.2em;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list .chronology_content dl dt {
    font-size: 2.4em;
    line-height: 1.5;
  }
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl dt > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6em;
  line-height: 1.4615384615;
  font-weight: 800;
  color: #000000;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list .chronology_content dl dt > span {
    font-size: 1.8em;
    line-height: 1.4444444444;
  }
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .chronology_list .chronology_content dl dd {
    padding-top: 0;
  }
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl dd > div {
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl dd p {
  margin-bottom: 20px;
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl dd p:last-child {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .chronology_list .chronology_content dl dd figure {
  max-width: 396px;
  padding-bottom: 8px;
}

/* .oversea_list */
.yoshinoya-hd-hf .oversea_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 165px;
  margin-bottom: 50px;
  /* .heading_details */
  /* .oversea_details */
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list {
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
    margin-bottom: 64px;
  }
}
.yoshinoya-hd-hf .oversea_list > h2 {
  width: 280px;
  font-family: "Poppins", sans-serif;
  font-size: 7.2em;
  line-height: 1.0555555556;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
  position: sticky;
  top: 70px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list > h2 {
    display: block;
    width: 100%;
    font-size: 4.8em;
    line-height: 1;
    background: #FFFFFF;
    top: 64px;
  }
}
.yoshinoya-hd-hf .oversea_list > h2 > span {
  display: inline-block;
  font-size: 4em;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list > h2 > span {
    font-size: 1.8em;
    line-height: 1.1111111111;
    margin-left: 8px;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  top: -50px;
  /* .heading_outline */
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .oversea_content {
    top: 0;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_content .heading_outline {
  margin-bottom: 40px;
  *zoom: 1;
}
.yoshinoya-hd-hf .oversea_list .oversea_content .heading_outline:before, .oversea_list .oversea_content .heading_outline:after {
  content: "";
  display: table;
}
.yoshinoya-hd-hf .oversea_list .oversea_content .heading_outline:after {
  clear: both;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_content .heading_outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_content .heading_outline > h3 {
  font-size: 3.2em;
  line-height: 1.25;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_content .heading_outline > h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2.4em;
    line-height: 1.4583333333;
    margin-bottom: 16px;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_content .heading_outline > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_content .heading_outline > p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 16px;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_content .heading_outline > figure {
  float: right;
  width: 100%;
  max-width: 220px;
  margin: 0 0 30px 50px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_content .heading_outline > figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .oversea_content .heading_outline > figure {
    float: none;
  }
}
.yoshinoya-hd-hf .oversea_list .heading_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  row-gap: 0px;
  width: 100%;
  margin-bottom: 52px;
  border-bottom: 2px solid #1D1D1F;
}
.yoshinoya-hd-hf .oversea_list .heading_details > * {
  width: calc((100% - 0px) / 2);
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .heading_details {
    margin-bottom: 32px;
  }
}
.yoshinoya-hd-hf .oversea_list .heading_details > div {
  text-align: center;
  font-size: 2.2em;
  line-height: 1.8181818182;
  font-weight: 700;
  color: #000000;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .heading_details > div {
    font-size: 1.6em;
    line-height: 2;
    padding-bottom: 12px;
  }
}
.yoshinoya-hd-hf .oversea_list .heading_details > div:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #D9D9D9;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.yoshinoya-hd-hf .oversea_list .oversea_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
    position: relative;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details:last-child::after {
    content: none;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details:last-child > .year::after {
  content: none;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details::after {
    content: "";
    width: 2px;
    height: calc(100% - 54px);
    background: #E2E2E2;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 58px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details::after {
    height: calc(100% - 38px);
    top: 44px;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .year {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 3.2em;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
  text-align: center;
  padding-top: 12px;
  position: relative;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details > .year {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details > .year {
    font-size: 2em;
    line-height: 1.5;
    padding-top: 14px;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .year::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #1D1D1F;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  z-index: 1;
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .year::after {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background: #E2E2E2;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 58px;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details > .year::after {
    content: none;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .year > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6em;
  line-height: 1.4615384615;
  font-weight: 800;
  color: #000000;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details > .year > span {
    font-size: 1.4em;
    line-height: 1.4285714286;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .oversea_expansion {
  width: 100%;
  max-width: 37%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details > .oversea_expansion {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: calc(50% - 15px);
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .oversea_expansion .ttl {
  font-size: 2em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details > .oversea_expansion .ttl {
    font-size: 1.4em;
    line-height: 2.2857142857;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .oversea_expansion .ttl > .date {
  display: block;
  font-size: 2em;
  line-height: 1.4;
  color: #6D6D6D;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details > .oversea_expansion .ttl > .date {
    font-size: 1.4em;
    line-height: 2;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .oversea_expansion p {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details > .oversea_expansion p {
    font-size: 1.4em;
    line-height: 2;
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .oversea_expansion p:last-child {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .oversea_expansion figure {
  width: 80px;
  height: auto;
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .oversea_expansion figure:not(:last-child) {
  margin-bottom: 8px;
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .social_movements {
  width: 100%;
  max-width: 38%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details > .social_movements {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: calc(50% - 15px);
  }
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .social_movements > p {
  margin-bottom: 4px;
}
.yoshinoya-hd-hf .oversea_list .oversea_details > .social_movements > p:last-child {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .oversea_list .oversea_details .date {
  display: block;
  font-size: 1.6em;
  line-height: 1.75;
  color: #6D6D6D;
  padding-left: 8px;
  margin-bottom: 0 !important;
  position: relative;
}
.yoshinoya-hd-hf .oversea_list .oversea_details .date::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.yoshinoya-hd-hf .oversea_list .oversea_details .basic_ul > li::before {
  background: #6D6D6D;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .oversea_list .oversea_details .basic_ul > li {
    font-size: 1.4em;
    line-height: 2;
  }
}

/* .ttl_set_text */
.yoshinoya-hd-hf .ttl_set_text.clm_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 48px;
}
.yoshinoya-hd-hf .ttl_set_text.clm_2 > * {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ttl_set_text.clm_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 24px;
  }
.yoshinoya-hd-hf   .ttl_set_text.clm_2 > * {
    width: calc((100% - 0px) / 1);
  }
}
.yoshinoya-hd-hf .ttl_set_text .ttl {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.yoshinoya-hd-hf .ttl_set_text p:last-child {
  margin-bottom: 0;
}

/* .point_list_wrap */
.yoshinoya-hd-hf .point_list_wrap {
  padding: 50px 44px;
  background: #FFFAF3;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .point_list_wrap {
    padding: 20px 3%;
  }
}
.yoshinoya-hd-hf .point_list_wrap::after {
  content: "";
  width: 322px;
  height: 307px;
  background: url("https://images.pkg.navitime.co.jp/citrus/525/header_footer/img/company/philosophy_bg_img.png") no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 7px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .point_list_wrap::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    right: auto;
    bottom: 7px;
  }
}
.yoshinoya-hd-hf .point_list_wrap .point_list {
  position: relative;
  z-index: 1;
}

/* .img_management_philosophy */
.yoshinoya-hd-hf .img_management_philosophy {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .img_management_philosophy {
    margin-bottom: 24px;
  }
}
.yoshinoya-hd-hf .img_management_philosophy img {
  max-width: 539px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .img_management_philosophy img {
    width: 100%;
    max-width: initial;
  }
}
.yoshinoya-hd-hf .img_management_philosophy figcaption {
  font-size: 2.4em;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #000000;
}

/*-----------------------------------------
  contact
-----------------------------------------*/
.yoshinoya-hd-hf .contact_step_wrap {
  padding: 25px 10px 16px;
  background: #FCFCFC;
  margin-bottom: 40px;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  list-style: none;
  counter-reset: step_listnum;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8em;
  line-height: 1.1666666667;
  font-weight: 600;
  text-align: center;
  color: #B7BBCB;
  position: relative;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li::before {
  display: block;
  content: "0" counter(step_listnum);
  counter-incement: step_listnum;
  font-family: "Poppins", sans-serif;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 600;
  color: #B7BBCB;
  margin-bottom: 4px;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li > .gauge {
  display: block;
  margin-top: 8px;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li > .gauge::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  margin-inline: auto;
  border: 3px solid #B7BBCB;
  border-radius: 9999px;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li > .gauge::after {
  width: 0;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li:not(:last-child)::after {
  content: "";
  height: 4px;
  width: 100%;
  background: #B7BBCB;
  position: absolute;
  left: 50%;
  bottom: 10px;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li:nth-child(n+10)::before {
  content: counter(step_listnum);
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li.active {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 700;
  color: #365AEC;
  -webkit-animation-name: currentanimation;
          animation-name: currentanimation;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li.active::before {
  font-size: 2.2em;
  line-height: 1;
  font-weight: 700;
  color: #365AEC;
  -webkit-animation-name: currentanimation;
          animation-name: currentanimation;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li.active > .gauge::before {
  border-color: #365AEC;
  background: #FFFFFF;
  -webkit-animation-name: coloranimation;
          animation-name: coloranimation;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li.active > .gauge::after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-name: lineanimation;
          animation-name: lineanimation;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li:not(.active ~ li) {
  font-weight: 700;
  color: #365AEC;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li:not(.active ~ li)::before {
  color: #365AEC;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li:not(.active ~ li) > .gauge::before {
  border-color: #365AEC;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li:not(.active):not(.active ~ li) {
  font-weight: 600;
  color: #B7BBCB;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li:not(.active):not(.active ~ li)::before {
  font-size: 1.8em;
  line-height: 1;
  font-weight: 600;
  color: #B7BBCB;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li:not(.active):not(.active ~ li) > .gauge::before {
  background: #365AEC;
}
.yoshinoya-hd-hf .contact_step_wrap .contact_step > li:not(:first-child):not(.active ~ li) > .gauge::after {
  content: "";
  height: 4px;
  width: 100%;
  background: #365AEC;
  position: absolute;
  left: -50%;
  bottom: 10px;
  z-index: 1;
}

@-webkit-keyframes currentanimation {
0% {
    color: #B7BBCB;
  }
20% {
    color: #B7BBCB;
  }
40% {
    color: #365AEC;
  }
}

@keyframes currentanimation {
0% {
    color: #B7BBCB;
  }
20% {
    color: #B7BBCB;
  }
40% {
    color: #365AEC;
  }
}
@-webkit-keyframes coloranimation {
0% {
    border-color: #B7BBCB;
  }
20% {
    border-color: #B7BBCB;
  }
40% {
    border-color: #365AEC;
  }
}
@keyframes coloranimation {
0% {
    border-color: #B7BBCB;
  }
20% {
    border-color: #B7BBCB;
  }
40% {
    border-color: #365AEC;
  }
}
@-webkit-keyframes lineanimation {
0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes lineanimation {
0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* form */
.yoshinoya-hd-hf input[type=text],
.yoshinoya-hd-hf input[type=email],
.yoshinoya-hd-hf input[type=tel] {
  width: 100%;
  font-size: 1.6em;
  line-height: 2;
  padding: 13px 14px;
  border: 1px solid #C6C6C6;
}
.yoshinoya-hd-hf input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  opacity: 0.35;
}
.yoshinoya-hd-hf input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  opacity: 0.35;
}
.yoshinoya-hd-hf input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  opacity: 0.35;
}
.yoshinoya-hd-hf input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  opacity: 0.35;
}
.yoshinoya-hd-hf input[type=text]::placeholder,
.yoshinoya-hd-hf input[type=email]::placeholder,
.yoshinoya-hd-hf input[type=tel]::placeholder {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  opacity: 0.35;
}

.yoshinoya-hd-hf textarea {
  width: 100%;
  min-height: 200px;
  font-size: 1.6em;
  line-height: 2;
  padding: 13px 14px;
  border: 1px solid #C6C6C6;
}
.yoshinoya-hd-hf textarea::-webkit-input-placeholder {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  opacity: 0.35;
}
.yoshinoya-hd-hf textarea::-moz-placeholder {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  opacity: 0.35;
}
.yoshinoya-hd-hf textarea:-ms-input-placeholder {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  opacity: 0.35;
}
.yoshinoya-hd-hf textarea::-ms-input-placeholder {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  opacity: 0.35;
}
.yoshinoya-hd-hf textarea::placeholder {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  opacity: 0.35;
}

/* .input_wrap */
.yoshinoya-hd-hf .input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.yoshinoya-hd-hf .input_wrap input[type=radio] {
  font-size: 1.3em;
  line-height: 1.4615384615;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 2px solid #E2E2E2;
  border-radius: 9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}
.yoshinoya-hd-hf .input_wrap input[type=radio]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #222;
  border-radius: 9999px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.yoshinoya-hd-hf .input_wrap input[type=radio]:checked::before {
  opacity: 1;
}
.yoshinoya-hd-hf .input_wrap input[type=radio]:focus::before {
  opacity: 1;
}
.yoshinoya-hd-hf .input_wrap input[type=radio] + span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3em;
  line-height: 1.4615384615;
  padding-left: 4px;
  cursor: pointer;
}
.yoshinoya-hd-hf .input_wrap input[type=checkbox] {
  font-size: 1.3em;
  line-height: 1.4615384615;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid #D6D6D6;
  border-radius: 1px;
  color: #FFFFFF;
  accent-color: #1D1D1F;
  cursor: pointer;
}
.yoshinoya-hd-hf .input_wrap input[type=checkbox] + label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4px;
  cursor: pointer;
}
.yoshinoya-hd-hf .input_wrap label:has(input[type=radio]) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

/* .agree_wrap */
.yoshinoya-hd-hf .agree_wrap .input_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.yoshinoya-hd-hf .agree_wrap .input_wrap input[type=checkbox] {
  margin-top: 9px;
}
.yoshinoya-hd-hf .agree_wrap .input_wrap input[type=checkbox] + label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.6em;
  line-height: 2;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .agree_wrap .input_wrap input[type=checkbox] + label {
    max-width: 94%;
  }
}
.yoshinoya-hd-hf .agree_wrap .btn {
  opacity: 0.3;
  pointer-events: none;
}
.yoshinoya-hd-hf .agree_wrap .btn:focus {
  visibility: hidden;
}
.yoshinoya-hd-hf .agree_wrap:has(input:checked) .btn {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  /* hover */
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .agree_wrap:has(input:checked) .btn:hover {
    opacity: 0.6;
  }
}
.yoshinoya-hd-hf .agree_wrap:has(input:checked) .btn:focus {
  visibility: visible;
}

.yoshinoya-hd-hf .input_field .require {
  display: table;
  font-size: 1.2em;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.035em;
  color: #FFFFFF;
  padding: 1px 8px;
  background: #DE0028;
  margin-top: 4px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .input_field .require {
    display: inline-block;
    margin: 0 0 0 12px;
  }
}
.yoshinoya-hd-hf .input_field .note {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #5A5A5A;
  margin-block: 8px;
}
.yoshinoya-hd-hf .input_field .note:last-child {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .input_field .emphasis_note {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #1D1D1F;
  margin-block: 8px;
}
.yoshinoya-hd-hf .input_field .emphasis_note:last-child {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .input_field .error_msg {
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #EF0A06;
  margin-bottom: 0;
}
.yoshinoya-hd-hf .input_field .btn_wrap {
  margin-bottom: 24px !important;
}
.yoshinoya-hd-hf .input_field .zipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.yoshinoya-hd-hf .input_field .zipcode #contact_zip1 {
  width: 68px;
}
.yoshinoya-hd-hf .input_field .zipcode #contact_zip2 {
  width: 90px;
}
.yoshinoya-hd-hf .input_field .zipcode .post_code {
  font-size: 1.8em;
  line-height: 1.4444444444;
  font-weight: 600;
}
.yoshinoya-hd-hf .input_field .zipcode .hyphen {
  font-size: 1.8em;
  line-height: 1.4444444444;
  font-weight: 600;
}
.yoshinoya-hd-hf .input_field .auto_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .input_field .auto_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.yoshinoya-hd-hf .input_field .auto_address .btn {
  font-size: 1.4em;
  line-height: 1.7857142857;
}
.yoshinoya-hd-hf .input_field .auto_address > p {
  margin-bottom: 0;
}
.yoshinoya-hd-hf .input_field .pref_wrap .emphasis_note {
  margin-block: 16px 8px;
}
.yoshinoya-hd-hf .input_field .input_ul > .input > li:not(:last-child) {
  margin-bottom: 8px;
}
.yoshinoya-hd-hf .input_field dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 57px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .input_field dl {
    gap: 16px 24px;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .input_field dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px 24px;
    padding-bottom: 16px;
  }
}
.yoshinoya-hd-hf .input_field dl:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .input_field dl:not(:last-child) {
    margin-bottom: 16px;
  }
}
.yoshinoya-hd-hf .input_field dl dt {
  width: 143px;
  font-size: 1.6em;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #000000;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .input_field dl dt {
    width: auto;
  }
}
.yoshinoya-hd-hf .input_field dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6em;
  line-height: 2;
  color: #1D1D1F;
  padding-right: 8%;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .input_field dl dd {
    padding-right: 0;
  }
}
.yoshinoya-hd-hf .input_field dl dd > *:not(:last-child) {
  margin-bottom: 8px;
}
.yoshinoya-hd-hf .input_field dl dd input[type=text] + .note,
.yoshinoya-hd-hf .input_field dl dd input[type=email] + .note,
.yoshinoya-hd-hf .input_field dl dd input[type=tel] + .note {
  margin-top: 0;
}
.yoshinoya-hd-hf .input_field select {
  width: 100%;
  font-size: 1.6em;
  line-height: 2;
  padding: 13px 14px;
  border: 1px solid #C6C6C6;
  font-weight: 400;
  color: #1D1D1F;
}

/* .policy_field */
.yoshinoya-hd-hf .policy_field {
  height: 348px;
  border: 1px solid #D6D6D6;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  /* .policy_box */
}
.yoshinoya-hd-hf .policy_field::after {
  content: "";
  width: calc(100% - 10px);
  height: 85px;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(70%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 1px;
  bottom: -35px;
}
.yoshinoya-hd-hf .policy_field .policy_box {
  height: 100%;
  padding: 38px 40px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .policy_field .policy_box {
    padding: 24px 3%;
  }
}
.yoshinoya-hd-hf .policy_field .policy_box::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.yoshinoya-hd-hf .policy_field .policy_box::-webkit-scrollbar-track {
  background-color: #F2F1F1;
}
.yoshinoya-hd-hf .policy_field .policy_box::-webkit-scrollbar-thumb {
  background-color: rgba(132, 132, 132, 0.4);
  border-radius: 10px;
}

/* #contact_form_confirm */
.yoshinoya-hd-hf #contact_form_confirm .input_field .zipcode {
  gap: 2px;
}
.yoshinoya-hd-hf #contact_form_confirm .input_field .address_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #contact_form_confirm .input_field .address_wrap {
    display: block;
  }
}
.yoshinoya-hd-hf #contact_form_confirm .input_field .pref_wrap > span:first-child {
  margin-right: 1em;
}
.yoshinoya-hd-hf #contact_form_confirm .input_field dl dd {
  padding-right: 0;
}

/*-----------------------------------------
  search（geniee_search）
-----------------------------------------*/
.yoshinoya-hd-hf #search_sort_field {
  padding: 48px;
  background: #F8F8F8;
  border-top: 4px solid #1D1D1F;
  margin-bottom: 64px;
  /* keyword_field */
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field {
    padding: 24px 3%;
    margin-bottom: 32px;
  }
}
.yoshinoya-hd-hf #search_sort_field .search_input_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  margin-bottom: 40px;
  /* filetype_field */
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .search_input_field {
    margin-bottom: 24px;
  }
}
.yoshinoya-hd-hf #search_sort_field .search_input_field ._attributegroup {
  padding: 0;
  margin: 0;
}
.yoshinoya-hd-hf #search_sort_field .search_input_field .filetype_field {
  border-right: 1px solid #C8C8C8;
}
.yoshinoya-hd-hf #search_sort_field .search_input_field .filetype_field form {
  position: relative;
}
.yoshinoya-hd-hf #search_sort_field .search_input_field .filetype_field form::before {
  content: "\e91d";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 17px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .search_input_field .filetype_field form::before {
    right: 8px;
  }
}
.yoshinoya-hd-hf #search_sort_field .search_input_field .filetype_field select {
  height: 75px;
  padding: 20px 40px 20px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .search_input_field .filetype_field select {
    height: 45px;
    padding: 8px 25px 8px 8px;
  }
}
.yoshinoya-hd-hf #search_sort_field .search_input_field ._keywordranking {
  padding: 0;
  margin: 0;
}
.yoshinoya-hd-hf #search_sort_field .keyword_field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yoshinoya-hd-hf #search_sort_field .keyword_field form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.yoshinoya-hd-hf #search_sort_field .keyword_field input[type=search] {
  width: calc(100% - 75px);
  height: 75px;
  font-size: 2.4em;
  line-height: 1.4583333333;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yoshinoya-hd-hf #search_sort_field .keyword_field input[type=search]::-webkit-input-placeholder {
  color: #A5A5A5;
}
.yoshinoya-hd-hf #search_sort_field .keyword_field input[type=search]::-moz-placeholder {
  color: #A5A5A5;
}
.yoshinoya-hd-hf #search_sort_field .keyword_field input[type=search]:-ms-input-placeholder {
  color: #A5A5A5;
}
.yoshinoya-hd-hf #search_sort_field .keyword_field input[type=search]::-ms-input-placeholder {
  color: #A5A5A5;
}
.yoshinoya-hd-hf #search_sort_field .keyword_field input[type=search]::placeholder {
  color: #A5A5A5;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .keyword_field input[type=search] {
    width: calc(100% - 45px);
    height: 45px;
    font-size: 1.6em;
    line-height: 2;
    padding: 12px 8px;
  }
}
.yoshinoya-hd-hf #search_sort_field .keyword_field .poplink {
  width: 100% !important;
  top: 60px;
}
.yoshinoya-hd-hf #search_sort_field .keyword_field [type=submit] {
  width: 75px;
  height: 75px;
  cursor: pointer;
  color: #FFFFFF;
  position: relative;
  background: #1D1D1F;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* hover */
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   #search_sort_field .keyword_field [type=submit]:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .keyword_field [type=submit] {
    width: 45px;
    height: 45px;
  }
}
.yoshinoya-hd-hf #search_sort_field .keyword_field [type=submit]::before {
  content: "\e924";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 2.8em;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .keyword_field [type=submit]::before {
    font-size: 2em;
    line-height: 1;
  }
}
.yoshinoya-hd-hf #search_sort_field .keywordranking_field {
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .keywordranking_field {
    margin-bottom: 24px;
  }
}
.yoshinoya-hd-hf #search_sort_field .keywordranking_field ._keywordranking {
  padding: 0;
  margin: 0;
}
.yoshinoya-hd-hf #search_sort_field .keywordranking_field ._keywordranking ._label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  font-size: 2em;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 4px;
  position: relative;
}
.yoshinoya-hd-hf #search_sort_field .keywordranking_field ._keywordranking ._label::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "\e921";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 2em;
  line-height: 1;
  color: #1D1D1F;
  padding-top: 10px;
}
.yoshinoya-hd-hf #search_sort_field .keywordranking_field ._keywordranking ._keywords {
  gap: 12px 40px;
}
.yoshinoya-hd-hf #search_sort_field .keywordranking_field ._keywordranking ._keywords ._keyword {
  margin: 0;
}
.yoshinoya-hd-hf #search_sort_field .keywordranking_field ._keywordranking ._keywords ._keyword ._rank {
  margin-right: 2px;
}
.yoshinoya-hd-hf #search_sort_field .keywordranking_field ._keywordranking ._keywords ._keyword ._word {
  text-decoration: underline;
}
.yoshinoya-hd-hf #search_sort_field .lastmodifiedselector_field {
  margin-bottom: 16px;
}
.yoshinoya-hd-hf #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector {
  gap: 4px 16px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._label {
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8px;
  font-size: 2em;
  line-height: 2;
  font-weight: 700;
  padding-right: 0;
  margin-bottom: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._label {
    max-width: initial;
  }
}
.yoshinoya-hd-hf #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._label::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "\e921";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 2em;
  line-height: 1;
  color: #1D1D1F;
}
.yoshinoya-hd-hf #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._label small {
  font-size: 1.6em;
  line-height: 2.5;
}
.yoshinoya-hd-hf #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.yoshinoya-hd-hf #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds form {
  display: table;
  width: auto;
  min-width: 300px;
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  position: relative;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds form {
    min-width: initial;
  }
}
.yoshinoya-hd-hf #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds form::after {
  content: "\e91d";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  color: #1D1D1F;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}
.yoshinoya-hd-hf #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds form select {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  padding: 13px 40px 13px 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .lastmodifiedselector_field ._lastmodifiedselector ._last_modifieds form select {
    padding-block: 8px;
    min-width: initial;
  }
}
.yoshinoya-hd-hf #search_sort_field .attributegroup_field ._attributegroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .attributegroup_field ._attributegroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf #search_sort_field .attributegroup_field ._attributegroup ._group {
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  font-size: 2em;
  line-height: 2;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_sort_field .attributegroup_field ._attributegroup ._group {
    min-width: initial;
  }
}
.yoshinoya-hd-hf #search_sort_field .attributegroup_field ._attributegroup ._group::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "\e921";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 2em;
  line-height: 1;
  color: #1D1D1F;
  padding-top: 10px;
}
.yoshinoya-hd-hf #search_sort_field .attributegroup_field ._attributegroup ._attributes {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 20px;
  margin-top: 5px;
}
.yoshinoya-hd-hf #search_sort_field .attributegroup_field ._attributegroup ._attributes ._attribute {
  font-size: 1.6em;
  line-height: 2;
  margin: 0;
}
.yoshinoya-hd-hf #search_sort_field .attributegroup_field ._attributegroup ._attributes ._attribute label {
  cursor: pointer;
}
.yoshinoya-hd-hf #search_sort_field .attributegroup_field ._attributegroup ._attributes ._attribute input[type=checkbox] {
  font-size: 1.3em;
  line-height: 1.4615384615;
  width: 16px;
  height: 16px;
  margin-top: 0;
  border: 1px solid #D6D6D6;
  border-radius: 1px;
  color: #FFFFFF;
  accent-color: #1D1D1F;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.yoshinoya-hd-hf #search_results_field .pagenator_field {
  margin-bottom: 32px;
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field .pagenator_field ._pagenator {
    max-width: 250px;
    padding-inline: 50px;
    margin-inline: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field .pagenator_field ._pagenator:has(._first) {
    max-width: 300px;
    padding-left: 100px;
  }
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 600;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field .pagenator_field ._pagenator ._nav {
    width: 42px;
    height: 42px;
  }
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav._current {
  background: #EAEAEA;
  border-color: #EAEAEA;
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav._first {
  border: none;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field .pagenator_field ._pagenator ._nav._first {
    position: absolute;
    left: 0;
  }
.yoshinoya-hd-hf   #search_results_field .pagenator_field ._pagenator ._nav._first + ._prev {
    left: 50px;
  }
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav._first > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav._first > *::before {
  content: "\e925";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1;
  color: #FFFFFF;
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav._prev {
  border: none;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field .pagenator_field ._pagenator ._nav._prev {
    position: absolute;
    left: 0;
  }
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav._prev > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav._prev > *::before {
  content: "\e922";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  color: #FFFFFF;
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav._next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field .pagenator_field ._pagenator ._nav._next {
    position: absolute;
    right: 0;
  }
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav._next > *::before {
  content: "\e923";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  color: #FFFFFF;
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav ._disable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #1D1D1F;
  opacity: 0.3;
  border-radius: 2px;
}
.yoshinoya-hd-hf #search_results_field .pagenator_field ._pagenator ._nav ._button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #1D1D1F;
  border-bottom: none;
  border-radius: 2px;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px 20px;
  padding-bottom: 23px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field .search_status_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._searchstatusfull ._status {
  font-weight: 500;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._searchstatusfull ._totalhits {
  font-family: "Poppins", sans-serif;
  font-size: 2.2em;
  line-height: 1;
  font-weight: 600;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._searchstatusfull ._countstart {
  font-family: "Poppins", sans-serif;
  font-size: 2.2em;
  line-height: 1;
  font-weight: 600;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._searchstatusfull ._countend {
  font-family: "Poppins", sans-serif;
  font-size: 2.2em;
  line-height: 1;
  font-weight: 600;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._countselector {
  padding: 0;
  margin: 0;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._countselector ._label {
  font-weight: 500;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._countselector ._count {
  font-size: 1.8em;
  line-height: 1;
  font-weight: 400;
  margin: 0 8px;
  padding: 3px 4px;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._countselector ._count .num_unit {
  font-size: 1.6em;
  line-height: 1;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._countselector ._count._current {
  font-family: "Poppins", sans-serif;
  font-size: 2.2em;
  line-height: 1;
  font-weight: 600;
  background: #EAEAEA;
  border-radius: 2px;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._countselector ._count._current .num_unit {
  font-weight: 700;
}
.yoshinoya-hd-hf #search_results_field .search_status_wrap ._countselector ._count:last-child {
  margin-right: 0;
}
.yoshinoya-hd-hf #search_results_field ._items ._item {
  padding: 0 0 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E2E2E2;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 40px;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field ._items ._item ._wrap {
    gap: 12px 16px;
  }
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap *[class^=_] {
  padding: 0;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._layoutgroup1 {
  width: 200px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field ._items ._item ._wrap ._layoutgroup1 {
    width: 88px;
    min-width: 88px;
  }
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._layoutgroup2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field ._items ._item ._wrap ._layoutgroup2 {
    width: calc(100% - 104px);
  }
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._layoutgroup2 ._layoutgroup2_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._layoutgroup2 ._layoutgroup2_1_2 {
  display: block;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._thumbnail {
  width: 100%;
  padding: 0;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._thumbnail::before {
  content: none;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._thumbnail a {
  height: auto;
  position: static;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._thumbnail a img {
  border: none;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._seq {
  display: none;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._title {
  margin-bottom: 8px;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._title a {
  display: block;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 600;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._filetype {
  margin: 0 0 8px 8px;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._link {
  margin-bottom: 12px;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._link a {
  font-family: "Poppins", sans-serif;
  font-size: 1.3em;
  line-height: 1.3846153846;
  font-weight: 600;
  color: #6D6D6D;
  text-decoration: underline;
}
.yoshinoya-hd-hf #search_results_field ._items ._item ._wrap ._snippet {
  font-size: 1.6em;
  line-height: 2;
  padding: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   #search_results_field ._items ._item ._wrap ._snippet {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

/*-----------------------------------------
  sitemap
-----------------------------------------*/
.yoshinoya-hd-hf .sitemap_list.type_all h2 {
  padding-right: 0;
}
.yoshinoya-hd-hf .sitemap_list.type_all h2 > a::after {
  content: none;
}
.yoshinoya-hd-hf .sitemap_list h2 {
  padding-right: 56px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
}
.yoshinoya-hd-hf .sitemap_list h2 > a {
  display: block;
  /* _blank */
  /* hover */
}
.yoshinoya-hd-hf .sitemap_list h2 > a[target=_blank] {
  /* hover */
}
.yoshinoya-hd-hf .sitemap_list h2 > a[target=_blank]::after {
  content: "\e904";
  font-size: 3.2em;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sitemap_list h2 > a[target=_blank]::after {
    font-size: 2.6em;
    line-height: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .sitemap_list h2 > a[target=_blank]:hover::after {
    right: 0;
  }
}
.yoshinoya-hd-hf .sitemap_list h2 > a::after {
  content: "\e902";
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "yoshinoyahd_icon";
  font-size: 3.8em;
  line-height: 1;
  font-weight: 400;
  color: #E57E2E;
  position: absolute;
  inset: -8px 0 0 auto;
  margin: auto;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sitemap_list h2 > a::after {
    font-size: 2.6em;
    line-height: 1;
    inset: -7px 0 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) {
.yoshinoya-hd-hf   .sitemap_list h2 > a:hover::after {
    right: -8px;
  }
}
.yoshinoya-hd-hf .sitemap_list nav.clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px 72px;
}
.yoshinoya-hd-hf .sitemap_list nav.clm.jcontent_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sitemap_list nav.clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .sitemap_list nav > ul {
  width: 242px;
}
.yoshinoya-hd-hf .sitemap_list nav > ul.wide {
  width: 335px;
}
.yoshinoya-hd-hf .sitemap_list nav > ul.full {
  width: 100%;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sitemap_list nav > ul {
    width: 100% !important;
  }
}
.yoshinoya-hd-hf .sitemap_list nav > ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sitemap_list nav > ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.yoshinoya-hd-hf .sitemap_list nav > ul li:first-child:is(.sitemap_list.type_all *):has(+ li) {
  font-weight: 700;
}
.yoshinoya-hd-hf .sitemap_list nav > ul li:first-child:is(.sitemap_list.type_all *) a {
  font-size: 2.2em;
  line-height: 1.4545454545;
}
.yoshinoya-hd-hf .sitemap_list nav > ul li:not(:has(> a)) {
  font-size: 1.8em;
  line-height: 1.4444444444;
}
.yoshinoya-hd-hf .sitemap_list nav > ul li a {
  font-size: 1.8em;
  line-height: 1.4444444444;
}
.yoshinoya-hd-hf .sitemap_list nav > ul > li > ul {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sitemap_list nav > ul > li > ul {
    margin-top: 12px;
  }
}

/* .sitemap_sub_list */
.yoshinoya-hd-hf .sitemap_sub_list nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sitemap_sub_list nav ul {
    gap: 16px 0;
  }
}
.yoshinoya-hd-hf .sitemap_sub_list nav ul > li {
  font-size: 2.8em;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sitemap_sub_list nav ul > li {
    font-size: 1.8em;
    line-height: 1.3888888889;
  }
}
.yoshinoya-hd-hf .sitemap_sub_list nav ul > li:not(:last-child) {
  padding-right: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sitemap_sub_list nav ul > li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.yoshinoya-hd-hf .sitemap_sub_list nav ul > li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 32px;
  background: #E2E2E2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .sitemap_sub_list nav ul > li:not(:last-child)::after {
    height: 16px;
  }
}

/*-----------------------------------------
  NEWS
-----------------------------------------*/
.yoshinoya-hd-hf .news_field_clm {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .news_field_clm {
    margin-bottom: 48px;
  }
}
.yoshinoya-hd-hf .news_field_clm .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 0px;
}
.yoshinoya-hd-hf .news_field_clm .cont_inner > * {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 1079px) {
.yoshinoya-hd-hf   .news_field_clm .cont_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 0px;
  }
.yoshinoya-hd-hf   .news_field_clm .cont_inner > * {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .news_field_clm .cont_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    row-gap: 48px;
  }
.yoshinoya-hd-hf   .news_field_clm .cont_inner > * {
    width: calc((100% - 0px) / 1);
  }
}

/* reCAPTCHA */
.yoshinoya-hd-hf .grecaptcha-badge {
  bottom: 12em !important;
}

.yoshinoya-hd-hf .news_list_field .cont_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .news_list_field .cont_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.yoshinoya-hd-hf .news_list_field .xj-newslist {
  width: 100%;
}
.yoshinoya-hd-hf .news_list_field .xj-newslist .ttl {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .news_list_field .xj-newslist .ttl {
    margin-left: 0;
    width: 100%;
  }
}
.yoshinoya-hd-hf .news_list_field .xj-newslist .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 123px;
  font-size: 1.4em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  text-align: center;
  color: #000000;
  padding: 4px 6px 6px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .news_list_field .xj-newslist .label {
    padding: 4px 6px 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 80px;
  }
}
.yoshinoya-hd-hf .news_list_field .xj-newslist .label.pr {
  background: #EDEDED;
}
.yoshinoya-hd-hf .news_list_field .xj-newslist .label.brief {
  background: #DCF5DB;
}
.yoshinoya-hd-hf .news_list_field .xj-newslist .label.disclosure {
  background: #ffcdcd;
}
.yoshinoya-hd-hf .news_list_field .xj-newslist .label.other {
  background: #FCF0FE;
}
.yoshinoya-hd-hf .news_list_field .xj-newslist .label.sustainability {
  background: #ddfdff;
}
.yoshinoya-hd-hf .news_list_field .xj-newslist .label.news {
  background: #ffd595;
}

.yoshinoya-hd-hf .ir_search_sort_field {
  padding: 32px 32px;
  background: #F8F8F8;
  border-top: 4px solid #1D1D1F;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_search_sort_field {
    padding: 24px 3%;
    width: 100%;
  }
}
.yoshinoya-hd-hf .ir_search_sort_field .xj-sel-year-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.yoshinoya-hd-hf .ir_search_sort_field .xj-sel-year-wrap::after {
  content: "\e91d";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  color: #1D1D1F;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: calc(50% + 2px);
  right: 15px;
  z-index: 1;
  pointer-events: none;
}
.yoshinoya-hd-hf .ir_search_sort_field .xj-sel-year {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_search_sort_field .xj-sel-year {
    margin-bottom: 16px;
  }
}
.yoshinoya-hd-hf .ir_search_sort_field .xj-sel-year select {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  font-size: 1.3em;
  line-height: 1.4615384615;
  color: #000000;
  padding: 13px 40px 13px 14px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_search_sort_field .xj-sel-year select {
    padding-block: 8px;
    min-width: initial;
  }
}
.yoshinoya-hd-hf .ir_search_sort_field .xj-sel-category {
  padding-left: 28px;
}
.yoshinoya-hd-hf .ir_search_sort_field .xj-sel-category li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6em;
  line-height: 2;
  cursor: pointer;
  position: relative;
}
.yoshinoya-hd-hf .ir_search_sort_field .xj-sel-category li::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: url(/img/common/radio_bg.svg) no-repeat center center/cover;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
}
.yoshinoya-hd-hf .ir_search_sort_field .xj-sel-category li.active::before {
  background: url(/img/common/radio_bg_active.svg) no-repeat center center/cover;
}
.yoshinoya-hd-hf .ir_search_sort_field ._label {
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8px;
  font-size: 2em;
  line-height: 2;
  font-weight: 700;
  padding-right: 0;
  margin-bottom: 4px;
  position: relative;
}
.yoshinoya-hd-hf .ir_search_sort_field ._label:is(.font_lg *) {
  font-size: 20px !important;
  line-height: 2;
}
.yoshinoya-hd-hf .ir_search_sort_field ._label:is(.font_lg *)::before {
  font-size: 20px !important;
  line-height: 1;
}
@media screen and (max-width: 767px) {
.yoshinoya-hd-hf   .ir_search_sort_field ._label {
    max-width: initial;
  }
}
.yoshinoya-hd-hf .ir_search_sort_field ._label.type_year::before {
  content: "\e92a";
}
.yoshinoya-hd-hf .ir_search_sort_field ._label::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "\e921";
  font-family: "yoshinoyahd_icon";
  font-weight: normal;
  font-size: 2em;
  line-height: 1;
  color: #1D1D1F;
}/*# sourceMappingURL=contents.css.map */
